From bc30b48d032596d02a0c36eefb32c7e736569b5e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 6 Mar 2016 13:43:08 -0500 Subject: [PATCH] update components --- .../iron-selector/.bower.json | 4 ++-- .../paper-icon-button/.bower.json | 18 +++++++------- .../paper-icon-button/.travis.yml | 11 +++++---- .../paper-icon-button/CONTRIBUTING.md | 11 ++++++--- .../paper-icon-button/bower.json | 12 ++++------ .../paper-icon-button/demo/index.html | 16 +++++++++++++ .../paper-icon-button/paper-icon-button.html | 24 ++++++++++++------- .../paper-icon-button/test/index.html | 16 ++++++------- 8 files changed, 70 insertions(+), 42 deletions(-) diff --git a/dashboard-ui/bower_components/iron-selector/.bower.json b/dashboard-ui/bower_components/iron-selector/.bower.json index 11e925acef..fedc85052e 100644 --- a/dashboard-ui/bower_components/iron-selector/.bower.json +++ b/dashboard-ui/bower_components/iron-selector/.bower.json @@ -36,7 +36,7 @@ "tag": "v1.2.4", "commit": "1ee4e2e11a9e5118320987d93fc2c03ae9a489f4" }, - "_source": "git://github.com/polymerelements/iron-selector.git", + "_source": "git://github.com/PolymerElements/iron-selector.git", "_target": "^1.0.0", - "_originalSource": "polymerelements/iron-selector" + "_originalSource": "PolymerElements/iron-selector" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/paper-icon-button/.bower.json b/dashboard-ui/bower_components/paper-icon-button/.bower.json index 42e403d11a..5962b46698 100644 --- a/dashboard-ui/bower_components/paper-icon-button/.bower.json +++ b/dashboard-ui/bower_components/paper-icon-button/.bower.json @@ -1,7 +1,7 @@ { "name": "paper-icon-button", "private": true, - "version": "1.0.6", + "version": "1.0.7", "license": "http://polymer.github.io/LICENSE.txt", "description": "A material design icon button", "main": "paper-icon-button.html", @@ -21,27 +21,25 @@ }, "dependencies": { "polymer": "Polymer/polymer#^1.1.0", - "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", "iron-icon": "PolymerElements/iron-icon#^1.0.0", - "iron-icons": "PolymerElements/iron-icons#^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" }, "devDependencies": { + "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", - "web-component-tester": "polymer/web-component-tester#^3.4.0", + "iron-icons": "PolymerElements/iron-icons#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "iron-component-page": "PolymerElements/iron-component-page#^1.0.0" + "web-component-tester": "^4.0.0", + "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "ignore": [], "homepage": "https://github.com/PolymerElements/paper-icon-button", - "_release": "1.0.6", + "_release": "1.0.7", "_resolution": { "type": "version", - "tag": "v1.0.6", - "commit": "35347d81939093cd2abe2783ac1b17fa57b7b303" + "tag": "v1.0.7", + "commit": "7623d73efeb6e2e88e2abdb5e4d00641d39e400f" }, "_source": "git://github.com/PolymerElements/paper-icon-button.git", "_target": "^1.0.0", diff --git a/dashboard-ui/bower_components/paper-icon-button/.travis.yml b/dashboard-ui/bower_components/paper-icon-button/.travis.yml index 131653f7f4..7b433ea5d9 100644 --- a/dashboard-ui/bower_components/paper-icon-button/.travis.yml +++ b/dashboard-ui/bower_components/paper-icon-button/.travis.yml @@ -1,22 +1,25 @@ language: node_js sudo: false before_script: - - npm install web-component-tester - - npm install bower - - 'export PATH=$PWD/node_modules/.bin:$PATH' + - npm install -g bower polylint web-component-tester - bower install + - polylint env: global: - secure: A+iEL5FUMQWkkaOduE26bo0jW49LYKxDwWGZOty9H9fCDpBNQSADOhIvLzScGtjE7Rr3jVmowVsDN0XfVSRpJneEIvj7+tHAXUFoVey8vDVklOmhlR25IH2OczEmCkOS+sAKRiSF54aptdPeJhmpbMH0FyZfuX+jJfhdonJ+YQg= - secure: Ps1Hy0fzmYRYF/ur2Myg7ol43HpzpooCoDvqzpMbIBWkXjXcN0KlPoNc6lEFlhjSpjddMFavdajKYIO0j9adAjZA7HYlf+BglhxV45lz13o04+QlNbDSADNyAlKJLrIvFacn9DE3VXlvBwBu83m+ndHUN/uMyHyZo0VE1/ad9Iw= -node_js: 4 + - 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-icon-button/CONTRIBUTING.md b/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md index 7b10141565..f147978a3e 100644 --- a/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md +++ b/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md @@ -5,6 +5,11 @@ https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md If you edit that file, it will get updated everywhere else. If you edit this file, your changes will get overridden :) + +You can however override the jsbin link with one that's customized to this +specific element: + +jsbin=https://jsbin.com/cagaye/edit?html,output --> # Polymer Elements ## Guide for Contributors @@ -41,7 +46,7 @@ Polymer Elements are built in the open, and the Polymer authors eagerly encourag 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). + 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: [https://jsbin.com/cagaye/edit?html,output](https://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. @@ -51,14 +56,14 @@ Polymer Elements are built in the open, and the Polymer authors eagerly encourag 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: + 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax: ```markdown (For a single issue) Fixes #20 (For multiple issues) - Fixes #32, #40 + Fixes #32, fixes #40 ``` 2. **A succinct description of the design** used to fix any related issues. For example: diff --git a/dashboard-ui/bower_components/paper-icon-button/bower.json b/dashboard-ui/bower_components/paper-icon-button/bower.json index 215e5d858c..aed79fc9b0 100644 --- a/dashboard-ui/bower_components/paper-icon-button/bower.json +++ b/dashboard-ui/bower_components/paper-icon-button/bower.json @@ -1,7 +1,7 @@ { "name": "paper-icon-button", "private": true, - "version": "1.0.6", + "version": "1.0.7", "license": "http://polymer.github.io/LICENSE.txt", "description": "A material design icon button", "main": "paper-icon-button.html", @@ -21,19 +21,17 @@ }, "dependencies": { "polymer": "Polymer/polymer#^1.1.0", - "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", "iron-icon": "PolymerElements/iron-icon#^1.0.0", - "iron-icons": "PolymerElements/iron-icons#^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" }, "devDependencies": { + "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", - "web-component-tester": "polymer/web-component-tester#^3.4.0", + "iron-icons": "PolymerElements/iron-icons#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "iron-component-page": "PolymerElements/iron-component-page#^1.0.0" + "web-component-tester": "^4.0.0", + "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "ignore": [] } diff --git a/dashboard-ui/bower_components/paper-icon-button/demo/index.html b/dashboard-ui/bower_components/paper-icon-button/demo/index.html index 0e0c8f96c5..98d496f82b 100644 --- a/dashboard-ui/bower_components/paper-icon-button/demo/index.html +++ b/dashboard-ui/bower_components/paper-icon-button/demo/index.html @@ -82,6 +82,22 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN + +

Buttons can be used as a link

+ + + diff --git a/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html b/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html index 6e203cc0af..074fe5bb58 100644 --- a/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html +++ b/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html @@ -10,11 +10,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN - - - - + - - +--> paper-icon-button tests @@ -19,8 +16,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN - - + + +