From 30d18878cb93b113a0b2d7658fbb5b55579228eb Mon Sep 17 00:00:00 2001 From: Rob Bearman Date: Fri, 8 May 2015 10:52:49 -0700 Subject: [PATCH] Added initial files from consolidated repo --- LICENSE | 20 ++++++++++ README.md | 6 ++- basic-keyboard.html | 92 +++++++++++++++++++++++++++++++++++++++++++++ bower.json | 24 ++++++++++++ index.html | 51 +++++++++++++++++++++++++ 5 files changed, 191 insertions(+), 2 deletions(-) create mode 100644 LICENSE create mode 100644 basic-keyboard.html create mode 100644 bower.json create mode 100644 index.html diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7b0b819 --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2015 Component Kitchen, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 2eee24c..61961d5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# basic-keyboard -Aspect which manages the keyboard focus and keydown handling for a component collective. This aspect ensures that its only the outermost aspect in a collective that is listening for keyboard events. +The organization of these web component files is tuned for the component's +inclusion in other projects via [Bower](http://bower.io). If you'd like to run +this component's demo on your own machine, please see these +[instructions](https://github.com/basic-web-components/components-dev/wiki/Running-Basic-Web-Component-demos). \ No newline at end of file diff --git a/basic-keyboard.html b/basic-keyboard.html new file mode 100644 index 0000000..700c54c --- /dev/null +++ b/basic-keyboard.html @@ -0,0 +1,92 @@ + + + + + diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..be518c9 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "basic-keyboard", + "description": "Aspect which manages the keyboard focus and keydown handling for a component collective. This aspect ensures that its only the outermost aspect in a collective that is listening for keyboard events.", + "version": "0.6.0-preview", + "license": "MIT", + "main": "basic-keyboard.html", + "dependencies": { + "basic-aspect": "basic-web-components/basic-aspect#master", + "iron-icons": "PolymerElements/iron-icons", + "polymer": "Polymer/polymer#^0.8.0-rc.7" + }, + "devDependencies": { + "basic-framed-content": "basic-web-components/basic-framed-content#master", + "globalize": "0.x", + "web-component-tester": "*" + }, + "keywords": [ + "basic-web-components" + ], + "ignore": [ + "**/.*", + "/test/" + ] +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..f29706b --- /dev/null +++ b/index.html @@ -0,0 +1,51 @@ + + + + + + + basic-keyboard + + + + + + + + + + + + + + + This element handles keyboard events. + + + + +