diff --git a/dashboard-ui/bower_components/paper-radio-button/.bower.json b/dashboard-ui/bower_components/paper-radio-button/.bower.json deleted file mode 100644 index 3c43d3d1b3..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/.bower.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "name": "paper-radio-button", - "version": "1.0.12", - "description": "A material design radio button", - "authors": [ - "The Polymer Authors" - ], - "keywords": [ - "web-components", - "polymer", - "radio", - "control" - ], - "private": true, - "repository": { - "type": "git", - "url": "git://github.com/PolymerElements/paper-radio-button" - }, - "license": "http://polymer.github.io/LICENSE.txt", - "homepage": "https://github.com/PolymerElements/paper-radio-button", - "ignore": [], - "dependencies": { - "iron-checked-element-behavior": "PolymerElements/iron-checked-element-behavior#^1.0.0", - "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0", - "paper-ripple": "PolymerElements/paper-ripple#^1.0.0", - "paper-styles": "PolymerElements/paper-styles#^1.0.0", - "polymer": "Polymer/polymer#^1.1.0" - }, - "devDependencies": { - "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", - "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", - "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", - "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "web-component-tester": "Polymer/web-component-tester#^3.3.0", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" - }, - "main": "paper-radio-button.html", - "_release": "1.0.12", - "_resolution": { - "type": "version", - "tag": "v1.0.12", - "commit": "d7a5a090968c8448d7568208e05fb626fe74ab64" - }, - "_source": "git://github.com/PolymerElements/paper-radio-button.git", - "_target": "~1.0.5", - "_originalSource": "PolymerElements/paper-radio-button" -} \ No newline at end of file diff --git a/dashboard-ui/bower_components/paper-radio-button/.gitignore b/dashboard-ui/bower_components/paper-radio-button/.gitignore deleted file mode 100644 index 8d4ae2536a..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/.gitignore +++ /dev/null @@ -1 +0,0 @@ -bower_components diff --git a/dashboard-ui/bower_components/paper-radio-button/.travis.yml b/dashboard-ui/bower_components/paper-radio-button/.travis.yml deleted file mode 100644 index eaa3f82af3..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -language: node_js -sudo: false -before_script: - - npm install web-component-tester - - npm install bower - - 'export PATH=$PWD/node_modules/.bin:$PATH' - - bower install - - npm install polylint - - polylint -env: - global: - - secure: P6B/39IMzhm/jBmxD+0CDZEPYNMMaizAgpn4MXUUlAmmdMJNwovzvm/kYtVyoPfGiJ08NJh5tNRLQbkG12OH71lQ7ReTiru0hEy93ssmIh0U6ZUAAxTZVQ9SxB5gjrQU8/0fVJ9tNd0kBklHH4FoK+ZtJurhKLJaXhXsupXpcuI= - - secure: rxY6LCY199Lt1aRGK8Hpq3wjx8xcpb91x21fJStKROlpJTlfp+c0yevK1oYkklzChJWEFewFNTYlHbm9pc7TCyXK2WCR0v1GgSeJAUpP4TONkdpueeOvsVC/CGB9mIXEtfUEh2CCdWDj+D7JGLdUvbgmu8C3gfqfP+AyXbQt5Jc= -node_js: 4 -addons: - firefox: latest - apt: - sources: - - google-chrome - packages: - - google-chrome-stable -script: - - xvfb-run wct - - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi" diff --git a/dashboard-ui/bower_components/paper-radio-button/CONTRIBUTING.md b/dashboard-ui/bower_components/paper-radio-button/CONTRIBUTING.md deleted file mode 100644 index 7b10141565..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/CONTRIBUTING.md +++ /dev/null @@ -1,72 +0,0 @@ - - -# Polymer Elements -## Guide for Contributors - -Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines: - -### Filing Issues - -**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions: - - 1. **Who will use the feature?** _“As someone filling out a form…”_ - 2. **When will they use the feature?** _“When I enter an invalid value…”_ - 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_ - -**If you are filing an issue to report a bug**, please provide: - - 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug: - - ```markdown - The `paper-foo` element causes the page to turn pink when clicked. - - ## Expected outcome - - The page stays the same color. - - ## Actual outcome - - The page turns pink. - - ## Steps to reproduce - - 1. Put a `paper-foo` element in the page. - 2. Open the page in a web browser. - 3. Click the `paper-foo` element. - ``` - - 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output). - - 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers. - -### Submitting Pull Requests - -**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request. - -When submitting pull requests, please provide: - - 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax: - - ```markdown - (For a single issue) - Fixes #20 - - (For multiple issues) - Fixes #32, #40 - ``` - - 2. **A succinct description of the design** used to fix any related issues. For example: - - ```markdown - This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked. - ``` - - 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered. - -If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that! diff --git a/dashboard-ui/bower_components/paper-radio-button/bower.json b/dashboard-ui/bower_components/paper-radio-button/bower.json deleted file mode 100644 index f1e8839beb..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/bower.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "paper-radio-button", - "version": "1.0.12", - "description": "A material design radio button", - "authors": [ - "The Polymer Authors" - ], - "keywords": [ - "web-components", - "polymer", - "radio", - "control" - ], - "private": true, - "repository": { - "type": "git", - "url": "git://github.com/PolymerElements/paper-radio-button" - }, - "license": "http://polymer.github.io/LICENSE.txt", - "homepage": "https://github.com/PolymerElements/paper-radio-button", - "ignore": [], - "dependencies": { - "iron-checked-element-behavior": "PolymerElements/iron-checked-element-behavior#^1.0.0", - "paper-behaviors": "PolymerElements/paper-behaviors#^1.0.0", - "paper-ripple": "PolymerElements/paper-ripple#^1.0.0", - "paper-styles": "PolymerElements/paper-styles#^1.0.0", - "polymer": "Polymer/polymer#^1.1.0" - }, - "devDependencies": { - "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", - "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", - "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", - "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "web-component-tester": "Polymer/web-component-tester#^3.3.0", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" - }, - "main": "paper-radio-button.html" -} diff --git a/dashboard-ui/bower_components/paper-radio-button/demo/index.html b/dashboard-ui/bower_components/paper-radio-button/demo/index.html deleted file mode 100644 index f46b734a61..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/demo/index.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - paper-radio-button demo - - - - - - - - - - - - - - -
-

Radio buttons can be checked or unchecked, or disabled entirely

- - - - -

Radio buttons can hide the ripple effect using the noink attribute

- - - - -

Radio buttons can be styled using custom properties

- - - -
- - diff --git a/dashboard-ui/bower_components/paper-radio-button/hero.svg b/dashboard-ui/bower_components/paper-radio-button/hero.svg deleted file mode 100644 index 7fbac94dd7..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/hero.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-radio-button/index.html b/dashboard-ui/bower_components/paper-radio-button/index.html deleted file mode 100644 index a564b412af..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/index.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - paper-radio-button - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-radio-button/paper-radio-button.html b/dashboard-ui/bower_components/paper-radio-button/paper-radio-button.html deleted file mode 100644 index 4646f9b480..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/paper-radio-button.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-radio-button/test/basic.html b/dashboard-ui/bower_components/paper-radio-button/test/basic.html deleted file mode 100644 index 04ac975a2b..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/test/basic.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - paper-radio-button basic tests - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-radio-button/test/index.html b/dashboard-ui/bower_components/paper-radio-button/test/index.html deleted file mode 100644 index 364a068195..0000000000 --- a/dashboard-ui/bower_components/paper-radio-button/test/index.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - paper-radio-button tests - - - - - - - diff --git a/dashboard-ui/bower_components/paper-radio-group/.bower.json b/dashboard-ui/bower_components/paper-radio-group/.bower.json deleted file mode 100644 index 04543bdffb..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/.bower.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "paper-radio-group", - "version": "1.0.9", - "description": "A group of material design radio buttons", - "authors": [ - "The Polymer Authors" - ], - "keywords": [ - "web-components", - "polymer", - "radio", - "control" - ], - "private": true, - "repository": { - "type": "git", - "url": "git://github.com/PolymerElements/paper-radio-group.git" - }, - "license": "http://polymer.github.io/LICENSE.txt", - "homepage": "https://github.com/PolymerElements/paper-radio-group", - "ignore": [], - "dependencies": { - "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0", - "iron-selector": "PolymerElements/iron-selector#^1.0.0", - "polymer": "Polymer/polymer#^1.1.0" - }, - "devDependencies": { - "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", - "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", - "paper-radio-button": "PolymerElements/paper-radio-button#^1.0.0", - "paper-styles": "PolymerElements/paper-styles#^1.0.0", - "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "web-component-tester": "^4.0.0", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" - }, - "main": "paper-radio-group.html", - "_release": "1.0.9", - "_resolution": { - "type": "version", - "tag": "v1.0.9", - "commit": "27a8447ed1709dd1a9bef514acd7dee218604077" - }, - "_source": "git://github.com/PolymerElements/paper-radio-group.git", - "_target": "~1.0.4", - "_originalSource": "PolymerElements/paper-radio-group" -} \ No newline at end of file diff --git a/dashboard-ui/bower_components/paper-radio-group/.gitignore b/dashboard-ui/bower_components/paper-radio-group/.gitignore deleted file mode 100644 index 8d4ae2536a..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/.gitignore +++ /dev/null @@ -1 +0,0 @@ -bower_components diff --git a/dashboard-ui/bower_components/paper-radio-group/.travis.yml b/dashboard-ui/bower_components/paper-radio-group/.travis.yml deleted file mode 100644 index 7d8c4bf5f8..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: node_js -sudo: false -before_script: - - npm install -g bower polylint web-component-tester - - bower install - - polylint -env: - global: - - secure: fuljRoGGYqpPmvGA/f/nsqHWRmAFSu0BpeXS838DmXDZGe2l6liTQM3WOg/zsbQimo62bzyfaX7RI0LEPv3kcdIAjxF78/0y+Gb092YOlWjBDf8+Kwz4UuxwEHQ9FRv4T0CiZnp81oo/J9DgBNUIuIKNoycVfp/GQNM7VH8NvYM= - - secure: ibwd66QS2gTWqIW57liwNiDZE1GHmS4lJ62T4cJ1lLUV41B6pONB62fzAVtvJhLfAyQeR3cX0+grCFJtc2v94r5DhVoTAdxuM3MrYQuM+p1XNpK/UUjEkRZkSP2GxHIztXDwePe96W5DqX/C9E/KC3G00NF5/rdtTkoEe6sn0wA= - - CXX=g++-4.8 -node_js: stable -addons: - firefox: latest - apt: - sources: - - google-chrome - - ubuntu-toolchain-r-test - packages: - - google-chrome-stable - - g++-4.8 - sauce_connect: true -script: - - xvfb-run wct - - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi" diff --git a/dashboard-ui/bower_components/paper-radio-group/CONTRIBUTING.md b/dashboard-ui/bower_components/paper-radio-group/CONTRIBUTING.md deleted file mode 100644 index 7b10141565..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/CONTRIBUTING.md +++ /dev/null @@ -1,72 +0,0 @@ - - -# Polymer Elements -## Guide for Contributors - -Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines: - -### Filing Issues - -**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions: - - 1. **Who will use the feature?** _“As someone filling out a form…”_ - 2. **When will they use the feature?** _“When I enter an invalid value…”_ - 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_ - -**If you are filing an issue to report a bug**, please provide: - - 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug: - - ```markdown - The `paper-foo` element causes the page to turn pink when clicked. - - ## Expected outcome - - The page stays the same color. - - ## Actual outcome - - The page turns pink. - - ## Steps to reproduce - - 1. Put a `paper-foo` element in the page. - 2. Open the page in a web browser. - 3. Click the `paper-foo` element. - ``` - - 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output). - - 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers. - -### Submitting Pull Requests - -**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request. - -When submitting pull requests, please provide: - - 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax: - - ```markdown - (For a single issue) - Fixes #20 - - (For multiple issues) - Fixes #32, #40 - ``` - - 2. **A succinct description of the design** used to fix any related issues. For example: - - ```markdown - This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked. - ``` - - 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered. - -If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that! diff --git a/dashboard-ui/bower_components/paper-radio-group/bower.json b/dashboard-ui/bower_components/paper-radio-group/bower.json deleted file mode 100644 index 57a44e8a7e..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/bower.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "paper-radio-group", - "version": "1.0.9", - "description": "A group of material design radio buttons", - "authors": [ - "The Polymer Authors" - ], - "keywords": [ - "web-components", - "polymer", - "radio", - "control" - ], - "private": true, - "repository": { - "type": "git", - "url": "git://github.com/PolymerElements/paper-radio-group.git" - }, - "license": "http://polymer.github.io/LICENSE.txt", - "homepage": "https://github.com/PolymerElements/paper-radio-group", - "ignore": [], - "dependencies": { - "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0", - "iron-selector": "PolymerElements/iron-selector#^1.0.0", - "polymer": "Polymer/polymer#^1.1.0" - }, - "devDependencies": { - "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", - "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", - "paper-radio-button": "PolymerElements/paper-radio-button#^1.0.0", - "paper-styles": "PolymerElements/paper-styles#^1.0.0", - "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "web-component-tester": "^4.0.0", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" - }, - "main": "paper-radio-group.html" -} diff --git a/dashboard-ui/bower_components/paper-radio-group/demo/index.html b/dashboard-ui/bower_components/paper-radio-group/demo/index.html deleted file mode 100644 index b78caa61a6..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/demo/index.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - paper-radio-group demo - - - - - - - - - - - - - - - -
-
-

Enabled

-
- - Oxygen - Carbon - Hydrogen - Nitrogen - Calcium - -
-
- -
-

Disabled

-
- - Oxygen - Carbon - Hydrogen - Nitrogen - Calcium - -
-
- -
-

Color

-
- - Oxygen - Carbon - Hydrogen - Nitrogen - Calcium - -
-
-
- - diff --git a/dashboard-ui/bower_components/paper-radio-group/hero.svg b/dashboard-ui/bower_components/paper-radio-group/hero.svg deleted file mode 100644 index fc78ba76b8..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/hero.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-radio-group/index.html b/dashboard-ui/bower_components/paper-radio-group/index.html deleted file mode 100644 index 966c717248..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/index.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - paper-radio-group - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-radio-group/paper-radio-group.html b/dashboard-ui/bower_components/paper-radio-group/paper-radio-group.html deleted file mode 100644 index 8cf8c86923..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/paper-radio-group.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-radio-group/test/basic.html b/dashboard-ui/bower_components/paper-radio-group/test/basic.html deleted file mode 100644 index e3bad3a15a..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/test/basic.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - paper-radio-group basic tests - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/paper-radio-group/test/index.html b/dashboard-ui/bower_components/paper-radio-group/test/index.html deleted file mode 100644 index cf387c5dee..0000000000 --- a/dashboard-ui/bower_components/paper-radio-group/test/index.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - paper-radio-group tests - - - - - - -