From 05b25af69f030979597d9f0a60c2d97013eb5d00 Mon Sep 17 00:00:00 2001
From: Luke Pulverenti
Date: Thu, 18 Feb 2016 13:20:10 -0500
Subject: [PATCH] update components
---
.../iron-autogrow-textarea/.bower.json | 11 +-
.../iron-autogrow-textarea/.travis.yml | 13 +-
.../iron-autogrow-textarea/CONTRIBUTING.md | 11 +-
.../iron-autogrow-textarea/bower.json | 5 +-
.../iron-autogrow-textarea/demo/index.html | 102 ++-
.../iron-autogrow-textarea.html | 24 +-
.../iron-autogrow-textarea/test/index.html | 13 +-
.../iron-behaviors/.bower.json | 6 +-
.../iron-demo-helpers/.bower.json | 14 +-
.../iron-demo-helpers/.travis.yml | 27 +
.../iron-demo-helpers/CONTRIBUTING.md | 11 +-
.../iron-demo-helpers/bower.json | 8 +-
.../iron-demo-helpers/demo-snippet.html | 68 +-
.../iron-demo-helpers/demo/index.html | 2 +-
.../iron-demo-helpers/test/basic.html | 84 +--
.../iron-flex-layout/.bower.json | 22 +-
.../iron-flex-layout/.travis.yml | 15 +-
.../iron-flex-layout/CONTRIBUTING.md | 11 +-
.../iron-flex-layout/bower.json | 10 +-
.../iron-flex-layout/demo/demo-snippet.html | 95 ---
.../iron-flex-layout/demo/index.html | 88 +--
.../iron-flex-layout/iron-flex-layout.html | 2 +-
.../iron-flex-layout/test/index.html | 29 +
.../test/iron-flex-layout.html | 344 ++++++++++
.../iron-overlay-behavior/.bower.json | 8 +-
.../iron-overlay-behavior/bower.json | 2 +-
.../iron-overlay-behavior.html | 19 +-
.../test/iron-overlay-behavior.html | 639 +++++++++---------
.../iron-resizable-behavior/.bower.json | 11 +-
.../iron-resizable-behavior/.travis.yml | 25 +
.../iron-resizable-behavior/CONTRIBUTING.md | 77 +++
.../iron-resizable-behavior/bower.json | 7 +-
.../iron-resizable-behavior.html | 2 +
.../iron-resizable-behavior/test/basic.html | 118 ++--
.../iron-resizable-behavior/test/index.html | 19 +-
.../test/iron-resizable-behavior.html | 1 +
.../iron-selector/.bower.json | 8 +-
.../bower_components/iron-selector/bower.json | 2 +-
.../iron-selector/iron-multi-selectable.html | 31 +-
.../iron-selector/iron-selectable.html | 13 +-
.../iron-selector/iron-selection.html | 21 +-
.../iron-selector/test/index.html | 25 +-
.../iron-selector/test/multi.html | 127 +++-
.../test/selected-attribute.html | 56 ++
.../bower_components/paper-input/.bower.json | 10 +-
.../paper-input/CONTRIBUTING.md | 11 +-
.../bower_components/paper-input/bower.json | 4 +-
.../paper-input/paper-input-behavior.html | 36 +-
.../paper-input/paper-input-char-counter.html | 8 +-
.../paper-input/paper-input-container.html | 33 +-
.../paper-input/paper-input-error.html | 5 +-
.../test/paper-input-char-counter.html | 3 +-
.../paper-input/test/paper-input.html | 52 +-
.../paper-input/test/paper-textarea.html | 67 +-
.../bower_components/polymer/.bower.json | 6 +-
55 files changed, 1554 insertions(+), 907 deletions(-)
create mode 100644 dashboard-ui/bower_components/iron-demo-helpers/.travis.yml
delete mode 100644 dashboard-ui/bower_components/iron-flex-layout/demo/demo-snippet.html
create mode 100644 dashboard-ui/bower_components/iron-flex-layout/test/index.html
create mode 100644 dashboard-ui/bower_components/iron-flex-layout/test/iron-flex-layout.html
create mode 100644 dashboard-ui/bower_components/iron-resizable-behavior/.travis.yml
create mode 100644 dashboard-ui/bower_components/iron-resizable-behavior/CONTRIBUTING.md
diff --git a/dashboard-ui/bower_components/iron-autogrow-textarea/.bower.json b/dashboard-ui/bower_components/iron-autogrow-textarea/.bower.json
index 81113ef02..0dbb4c129 100644
--- a/dashboard-ui/bower_components/iron-autogrow-textarea/.bower.json
+++ b/dashboard-ui/bower_components/iron-autogrow-textarea/.bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-autogrow-textarea",
- "version": "1.0.10",
+ "version": "1.0.11",
"description": "A textarea element that automatically grows with input",
"authors": [
"The Polymer Authors"
@@ -29,17 +29,18 @@
},
"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.4.0",
+ "web-component-tester": "^4.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
- "_release": "1.0.10",
+ "_release": "1.0.11",
"_resolution": {
"type": "version",
- "tag": "v1.0.10",
- "commit": "1ba4f97e250dc14e9638d95be582dd62b9083736"
+ "tag": "v1.0.11",
+ "commit": "8fe629c9fecb14b76319ab4fbeef7f0237d93004"
},
"_source": "git://github.com/PolymerElements/iron-autogrow-textarea.git",
"_target": "^1.0.0",
diff --git a/dashboard-ui/bower_components/iron-autogrow-textarea/.travis.yml b/dashboard-ui/bower_components/iron-autogrow-textarea/.travis.yml
index 1929c8ae4..771bf35d1 100644
--- a/dashboard-ui/bower_components/iron-autogrow-textarea/.travis.yml
+++ b/dashboard-ui/bower_components/iron-autogrow-textarea/.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: lIogwlz5kFUKYy1OWASXxQgZE4YTyjUY0QcEgnqbv6wQ0GX8wRMgbI3zhbAv+xXU5ieYXg6Bd47ZFZZ1kVEWzQynAdd2od14Eu1vfN60/yc/llz62VTYuFsPt8r+Tgw41Iz8plwejK4a+V26Da5tXW+soJQOJKvE/MOiPzKi2m0=
- secure: cj3uSCQwLY6pyP3oTdGFjJoTRjv3G1lSe73fMd6i15XnMMxM4DVarfDtK+a0dPPxDY8BBhfr4sFClZuWX71bAHQuqUA84oigbeWt2xfl8d3HUuvr9aEnQxAGe2eQE7atpYJPC9M447sw48QKiUVgQo33DeJ1BGj6SBqkw0BJXO8=
-node_js: 4
+ - CXX=g++-4.8
+node_js: stable
addons:
- firefox: '42.0'
+ 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/iron-autogrow-textarea/CONTRIBUTING.md b/dashboard-ui/bower_components/iron-autogrow-textarea/CONTRIBUTING.md
index 7b1014156..f147978a3 100644
--- a/dashboard-ui/bower_components/iron-autogrow-textarea/CONTRIBUTING.md
+++ b/dashboard-ui/bower_components/iron-autogrow-textarea/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/iron-autogrow-textarea/bower.json b/dashboard-ui/bower_components/iron-autogrow-textarea/bower.json
index 61a9c49ac..b775b2344 100644
--- a/dashboard-ui/bower_components/iron-autogrow-textarea/bower.json
+++ b/dashboard-ui/bower_components/iron-autogrow-textarea/bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-autogrow-textarea",
- "version": "1.0.10",
+ "version": "1.0.11",
"description": "A textarea element that automatically grows with input",
"authors": [
"The Polymer Authors"
@@ -29,9 +29,10 @@
},
"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.4.0",
+ "web-component-tester": "^4.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
}
diff --git a/dashboard-ui/bower_components/iron-autogrow-textarea/demo/index.html b/dashboard-ui/bower_components/iron-autogrow-textarea/demo/index.html
index 0c7fdc052..525d90a43 100644
--- a/dashboard-ui/bower_components/iron-autogrow-textarea/demo/index.html
+++ b/dashboard-ui/bower_components/iron-autogrow-textarea/demo/index.html
@@ -18,46 +18,80 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
iron-autogrow-textarea demo
+
+
-
+
+
-
-
+
-
Updating the value imperatively
-
-
-
-
+
An iron-autogrow-textarea grows automatically as more text is entered
+
+
+
+
+
-
bind-value
:
[[bindValue]]
+
The maximum height can be controlled either through the max-rows
+ property, or through a fixed max height
+
+
+
+
+
+
-
- set bind-value
to:
-
-
-
+
The initial height can also be controlled using the rows property,
+ or through a fixed height
+
+
+
+
+
+
- set
textarea.value
to:
-
-
-
-
-
+
Example of updating the value imperatively
+
+
+
+
+
+
+
bind-value
:
[[bindValue]]
+
+ Imperatively changing bind-value
will also update
+ textarea.value
:
+
+
+
-
Custom
-
-
Scrolls after 4 rows:
-
-
Initial height of 4 rows
-
+ Imperatively updating
textarea.value
will update
+ the display, but not update
bind-value
:
+
+
+
+
+
-
-
diff --git a/dashboard-ui/bower_components/iron-autogrow-textarea/iron-autogrow-textarea.html b/dashboard-ui/bower_components/iron-autogrow-textarea/iron-autogrow-textarea.html
index e255d7990..8ec994277 100644
--- a/dashboard-ui/bower_components/iron-autogrow-textarea/iron-autogrow-textarea.html
+++ b/dashboard-ui/bower_components/iron-autogrow-textarea/iron-autogrow-textarea.html
@@ -33,6 +33,7 @@ The following custom properties and mixins are available for styling:
Custom property | Description | Default
----------------|-------------|----------
`--iron-autogrow-textarea` | Mixin applied to the textarea | `{}`
+`--iron-autogrow-textarea-placeholder` | Mixin applied to the textarea placeholder | `{}`
@group Iron Elements
@hero hero.svg
@@ -50,6 +51,7 @@ Custom property | Description | Default
padding: 2px;
-moz-appearance: textarea;
-webkit-appearance: textarea;
+ overflow: hidden;
}
.mirror-text {
@@ -82,6 +84,21 @@ Custom property | Description | Default
box-shadow: none;
}
+ textarea::-webkit-input-placeholder {
+ @apply(--iron-autogrow-textarea-placeholder);
+ }
+
+ textarea:-moz-placeholder {
+ @apply(--iron-autogrow-textarea-placeholder);
+ }
+
+ textarea::-moz-placeholder {
+ @apply(--iron-autogrow-textarea-placeholder);
+ }
+
+ textarea:-ms-input-placeholder {
+ @apply(--iron-autogrow-textarea-placeholder);
+ }
@@ -120,8 +137,6 @@ Custom property | Description | Default
/**
* Use this property instead of `value` for two-way data binding.
- *
- * @type {string|number|undefined|null}
*/
bindValue: {
observer: '_bindValueChanged',
@@ -191,6 +206,7 @@ Custom property | Description | Default
value: {
notify: true,
type: String,
+ value: '',
computed: '_computeValue(bindValue)'
},
@@ -265,6 +281,10 @@ Custom property | Description | Default
set selectionEnd(value) {
this.$.textarea.selectionEnd = value;
},
+
+ ready: function() {
+ this.bindValue = this.value;
+ },
/**
* Returns true if `value` is valid. The validator provided in `validator`
diff --git a/dashboard-ui/bower_components/iron-autogrow-textarea/test/index.html b/dashboard-ui/bower_components/iron-autogrow-textarea/test/index.html
index 8790abe4e..c4c521599 100644
--- a/dashboard-ui/bower_components/iron-autogrow-textarea/test/index.html
+++ b/dashboard-ui/bower_components/iron-autogrow-textarea/test/index.html
@@ -1,5 +1,4 @@
-
-
-
-
+-->
iron-autogrow-textarea tests
@@ -19,7 +16,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-
-
+
+
+
diff --git a/dashboard-ui/bower_components/iron-behaviors/.bower.json b/dashboard-ui/bower_components/iron-behaviors/.bower.json
index db08f2170..17f68b335 100644
--- a/dashboard-ui/bower_components/iron-behaviors/.bower.json
+++ b/dashboard-ui/bower_components/iron-behaviors/.bower.json
@@ -29,14 +29,14 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"ignore": [],
- "homepage": "https://github.com/PolymerElements/iron-behaviors",
+ "homepage": "https://github.com/polymerelements/iron-behaviors",
"_release": "1.0.12",
"_resolution": {
"type": "version",
"tag": "v1.0.12",
"commit": "657f526a2382a659cdf4e13be87ecc89261588a3"
},
- "_source": "git://github.com/PolymerElements/iron-behaviors.git",
+ "_source": "git://github.com/polymerelements/iron-behaviors.git",
"_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-behaviors"
+ "_originalSource": "polymerelements/iron-behaviors"
}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/iron-demo-helpers/.bower.json b/dashboard-ui/bower_components/iron-demo-helpers/.bower.json
index b5f3de211..53bc0195d 100644
--- a/dashboard-ui/bower_components/iron-demo-helpers/.bower.json
+++ b/dashboard-ui/bower_components/iron-demo-helpers/.bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-demo-helpers",
- "version": "1.0.3",
+ "version": "1.1.0",
"description": "Utility classes to make building demo pages easier",
"authors": [
"The Polymer Authors"
@@ -21,25 +21,27 @@
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.0",
+ "iron-icons": "PolymerElements/iron-icons#^1.0.0",
+ "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"marked-element": "polymerelements/marked-element#^1.0.0",
"prism-element": "PolymerElements/prism-element#^1.0.0"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
+ "web-component-tester": "^4.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.1.2",
- "paper-styles": "PolymerElements/paper-styles#1.0.0",
+ "paper-styles": "PolymerElements/paper-styles#^1.1.0",
"paper-checkbox": "PolymerElements/paper-checkbox#^1.0.0"
},
- "_release": "1.0.3",
+ "_release": "1.1.0",
"_resolution": {
"type": "version",
- "tag": "v1.0.3",
- "commit": "dbcd14c318654f0e42d391af409efff9a8a241a2"
+ "tag": "v1.1.0",
+ "commit": "ea98e51e3ac7b52dd53cea05d3f027b3a41388ad"
},
"_source": "git://github.com/polymerelements/iron-demo-helpers.git",
"_target": "^1.0.0",
diff --git a/dashboard-ui/bower_components/iron-demo-helpers/.travis.yml b/dashboard-ui/bower_components/iron-demo-helpers/.travis.yml
new file mode 100644
index 000000000..bb3c3cd82
--- /dev/null
+++ b/dashboard-ui/bower_components/iron-demo-helpers/.travis.yml
@@ -0,0 +1,27 @@
+language: node_js
+sudo: false
+before_script:
+ - npm install -g bower polylint web-component-tester
+ - bower install
+ - polylint
+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"
+SAUCE_USERNAME=polymer-ci:
+ secure: MdclMoQBh7FSa11Mfw1Q7Gx5dYmsfHp5w3tSj5i798eMsrDrHIbmJwnYAIEHch4wpIteQL4dynfzWyfpU3S1WSCTR7vNsbzz8XlmT+t+Bk474XOsKQ/I+z1Fd3NMSNR73H/rJxH3nEJfDSR6TFKfoT/SAO0/yPE1taSvvYJV3dRD6A+ZrftgDzaDB3YukiE+OU4Hsk0Fy8JnF3Lb5iAl9jkd8G5i0IfYpcXJwlPq3C9krs7i/QhVCa/PI2TQNubihGnQc9oSVYxU4BV2oJ7JvEgPYLc21jL07c71Mr7Nl7ZCxnGqPYHxtwFMalBaenHg+CdnReOyh3CjbPhK/c0avX9Xgnpsex2pt3gXo98sZ0TBCfsEm/eKPpzxktAs2XwQXV3Xct1t8Oop4tbwUqgobXOSR3GM/YY8+FONr7D4NENtMiarujvywfhUK4dwc5sSY44uEocEUoYfcNEO3YAu0TyGhtjlTkhRscW6W10ASnLHQ3Vkg1/OOwBiQC1OSZHudffc11yY6rQGlD7K48n2TIu8yI8m2AyEXWxTF6XINCC80+rSNJEibiih1McGbwqACv71S6fBhCNdS2UXfO8MWDe6Lg7TgFXfLqkLRuNz+YR/Jpp9Kx5JgdDLbDvddSaOZII5WUcP+CjAwe+dOHXxuiIao18Y1AUs1K49zShukN8=
+env:
+ global:
+ - secure: ZdORgF+qeVeCULluFHTdv3rWkff5UZQB2R/XY4WlDX6VMNoa4ox+Bv9jEwC9dFISX3YGZP+jxA3EAm3vNUdnRfi0WgecISGpagRippqk6pj3sz1thsllVBZgxRo6x63BGog74zxE0Okv01p1gMF1xEmO7cKlkDl4Axo8H1CLU3zOaG3W8tuY9TMgghq9cJAi8ybsojh26LKWaD8UnOfyb406fjEtHMammJ0+mnCnqUFF4suEj0G3Pujld8DZsZG0A/xKCLfykPsIdEnsP823aCIJX99XE0clCd/FTlNTHRhgdcAFwc3jqOrRFwXkGG8aW0W+ciKFESwmS5cAZZ6an+4LsDoOLBlmReACNq85HAu45ID+xfIKuG4gROMwRdOeIH1Zh9SZ0szcnYO8/JsuxyoXHeaiQnHc0ZZ/bzO3AV5p1APflDi5V2/q4OdXRZ7K7CQNO7b3GQk1vvXWG+553BJLbyWv/D04NpvQbdQqI2Zt/SDTdb7zRQVDnk6rZuODe8LU4QtF7EaO5+KHWjOvEsEsstPS8NFelw6Iqv8sAMO7dErAjWFuDXCCyTGSN7PVLcOhVy2gnpAspX1OZ/rubsDjqe3tN3BHURlRoEq3wXs93ZHcakIIor8aVs1hLd1XeX46hGGoK215SiKoCJWN8Bs/0174hE2pDNuVG5Hm/VQ=
+ - secure: INTBdOGAsbGQ1aokMF/OX8SxTDlUH6VKcrdcOuVbu3aAllmMgOznRtOm8IbHa+c9Dn25nMEY7Nl9DvxA9EfkKbyKFCcwwYgzAtrs4U/9qmckw8yJikDyF06wwClxeXBDZr9qxHUarX770McBMfq+zOly6ls3v0TTrERO3MoV4dBJ+sj0Oj0TCjjt7hiaFq4xdSMpuGLoOdElL8zh+bgRj98R8uzOTYW4hdf80FZqO5gXOWMRDkZCI1Y4EDsAQSZQ9jDScT5qd4qYhujuFmAd1+a4EmRE+WF8Uvo2bwnm4/Fz8EEBYNzNQGftyTazXZqplhKlu1auTmOKxWadEWP2oD28FFFgnSyp/p9IzRi8DjKg7btumiL2bZOK5RFOP4OiN8+Fje7Hi9sA7utEunH8zqRYwZZehxQG3s/Ixi7wiOs9IoKxyjRpZTGMrb8tuCjsgtNTSsGbQ9Si3l/7q6zXd9ctC5F0HAhOANPUxqLt67NLxUDjp6mOcsdtEnB7hEGcC6g3NTGZnE6icTGi2f7SokK1dsxxoW8Z+FGWG+AT3FKTFJJlfoAx3Y/cSa/gI6/jyqheANbviD3qllrwvTCEjUPjMs0UoiLxEIb57aiY8cB1LplDnHQhZarXrOe1jcgOxs9H+YFaeSX6zL+WswLPwBvTgsvXuP018XBwBRpYbN8=
+ - CXX=g++-4.8
diff --git a/dashboard-ui/bower_components/iron-demo-helpers/CONTRIBUTING.md b/dashboard-ui/bower_components/iron-demo-helpers/CONTRIBUTING.md
index 7b1014156..f147978a3 100644
--- a/dashboard-ui/bower_components/iron-demo-helpers/CONTRIBUTING.md
+++ b/dashboard-ui/bower_components/iron-demo-helpers/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/iron-demo-helpers/bower.json b/dashboard-ui/bower_components/iron-demo-helpers/bower.json
index 4b1e02ebc..dcf4c48f3 100644
--- a/dashboard-ui/bower_components/iron-demo-helpers/bower.json
+++ b/dashboard-ui/bower_components/iron-demo-helpers/bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-demo-helpers",
- "version": "1.0.3",
+ "version": "1.1.0",
"description": "Utility classes to make building demo pages easier",
"authors": [
"The Polymer Authors"
@@ -21,18 +21,20 @@
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^1.1.0",
+ "iron-icons": "PolymerElements/iron-icons#^1.0.0",
+ "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"marked-element": "polymerelements/marked-element#^1.0.0",
"prism-element": "PolymerElements/prism-element#^1.0.0"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "polymer/web-component-tester#^3.4.0",
+ "web-component-tester": "^4.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-test-helpers": "PolymerElements/iron-test-helpers#^1.1.2",
- "paper-styles": "PolymerElements/paper-styles#1.0.0",
+ "paper-styles": "PolymerElements/paper-styles#^1.1.0",
"paper-checkbox": "PolymerElements/paper-checkbox#^1.0.0"
}
}
diff --git a/dashboard-ui/bower_components/iron-demo-helpers/demo-snippet.html b/dashboard-ui/bower_components/iron-demo-helpers/demo-snippet.html
index 15c3a0ca9..e3ef1eee7 100644
--- a/dashboard-ui/bower_components/iron-demo-helpers/demo-snippet.html
+++ b/dashboard-ui/bower_components/iron-demo-helpers/demo-snippet.html
@@ -9,11 +9,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-->
-
+
+
-
+
+
+
+
+
-
+
-
+
-
+
-
-
-
-
-
+
-
+
-
+
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
-
- Horizontal and vertical layout
-
+
+
Horizontal and vertical layout
-
one
two
@@ -64,10 +64,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-
-
Flexible children
-
+
Flexible children
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+