diff --git a/dashboard-ui/bower_components/doc-ready/.bower.json b/dashboard-ui/bower_components/doc-ready/.bower.json
index d4d75eca65..adda4287b4 100644
--- a/dashboard-ui/bower_components/doc-ready/.bower.json
+++ b/dashboard-ui/bower_components/doc-ready/.bower.json
@@ -39,6 +39,6 @@
"commit": "cec8e49744a1e18b14a711eea77e201bb70de544"
},
"_source": "git://github.com/desandro/doc-ready.git",
- "_target": "~1.0.4",
+ "_target": "1.0.x",
"_originalSource": "doc-ready"
}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/eventie/.bower.json b/dashboard-ui/bower_components/eventie/.bower.json
index 917d217ea8..6b5b662fdc 100644
--- a/dashboard-ui/bower_components/eventie/.bower.json
+++ b/dashboard-ui/bower_components/eventie/.bower.json
@@ -30,6 +30,6 @@
"commit": "14d2ca3df97da64c820829a8310f9198fbafbcfa"
},
"_source": "git://github.com/desandro/eventie.git",
- "_target": "^1",
+ "_target": "~1.0.3",
"_originalSource": "eventie"
}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/get-style-property/.bower.json b/dashboard-ui/bower_components/get-style-property/.bower.json
index d943fa3b04..973f1966c0 100644
--- a/dashboard-ui/bower_components/get-style-property/.bower.json
+++ b/dashboard-ui/bower_components/get-style-property/.bower.json
@@ -31,6 +31,6 @@
"commit": "34fc5e4a0f252964ed2790138b8d7d30d04b55c1"
},
"_source": "git://github.com/desandro/get-style-property.git",
- "_target": "~1.0.4",
+ "_target": "1.x",
"_originalSource": "get-style-property"
}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/iron-behaviors/.bower.json b/dashboard-ui/bower_components/iron-behaviors/.bower.json
index 9ce976fb30..79061c0e10 100644
--- a/dashboard-ui/bower_components/iron-behaviors/.bower.json
+++ b/dashboard-ui/bower_components/iron-behaviors/.bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-behaviors",
- "version": "1.0.9",
+ "version": "1.0.10",
"description": "Provides a set of behaviors for the iron elements",
"private": true,
"authors": [
@@ -28,11 +28,11 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"homepage": "https://github.com/PolymerElements/iron-behaviors",
- "_release": "1.0.9",
+ "_release": "1.0.10",
"_resolution": {
"type": "version",
- "tag": "v1.0.9",
- "commit": "4b8cab62a4916cc4b1dbd262cbb7eb1eec624b6f"
+ "tag": "v1.0.10",
+ "commit": "da937a6c5841fc9dba57f3087083445c9ad709a8"
},
"_source": "git://github.com/PolymerElements/iron-behaviors.git",
"_target": "^1.0.0",
diff --git a/dashboard-ui/bower_components/iron-behaviors/.travis.yml b/dashboard-ui/bower_components/iron-behaviors/.travis.yml
new file mode 100644
index 0000000000..e873af2d84
--- /dev/null
+++ b/dashboard-ui/bower_components/iron-behaviors/.travis.yml
@@ -0,0 +1,30 @@
+language: node_js
+sudo: false
+cache:
+ directories:
+ - node_modules
+matrix:
+ include:
+ - node_js: stable
+ script: xvfb-run -a wct --simpleOutput -l firefox -l chrome
+ addons:
+ firefox: latest
+ apt:
+ sources:
+ - google-chrome
+ packages:
+ - google-chrome-stable
+ - node_js: node
+ script:
+ - |
+ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
+ wct --simpleOutput -s 'Windows 10/microsoftedge' -s 'Windows 8.1/internet explorer@11' -s 'Windows 7/internet explorer@10' -s 'OS X 10.10/safari@8' -s 'OS X 10.9/safari@7'
+ fi
+before_script:
+- npm install bower web-component-tester
+- export PATH=$PWD/node_modules/.bin:$PATH
+- bower install
+env:
+ global:
+ - secure: ZOqj2XVNVwfT74rHxg/ljcAsS6FnmDpRSsXbsy1Icv9DcLHrMlmyQ10gWBjE/YXYF0Uv4akQ1qqn0TJaKOtp9HZeH+P6OPAYk2vJbWD7qp52pPtIqEFomcsUyflt4IjfaXKuN4FMod7PSWVSGJ+DxSguJvZKILkrs5d/rJdFv3c=
+ - secure: clkqemGQG16TXyAPkv9LBv6x3SbT3ZM0eo8LETx4uNKi3WzlwgXxZA9b5Sr5wYzxyxFFpnhDXW7CL4+UjYu1atGNeTW2TuSaYUPHtgu67OFDr8Jbw047p1XQb5enPSt9+YxrHKfjHBiJvWulJ8rCSQshU9Rhe0DC6NrFRPFgk0A=
diff --git a/dashboard-ui/bower_components/iron-behaviors/CONTRIBUTING.md b/dashboard-ui/bower_components/iron-behaviors/CONTRIBUTING.md
new file mode 100644
index 0000000000..7b10141565
--- /dev/null
+++ b/dashboard-ui/bower_components/iron-behaviors/CONTRIBUTING.md
@@ -0,0 +1,72 @@
+
+
+# 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/iron-behaviors/bower.json b/dashboard-ui/bower_components/iron-behaviors/bower.json
index a7f622baa7..e001c7f0a7 100644
--- a/dashboard-ui/bower_components/iron-behaviors/bower.json
+++ b/dashboard-ui/bower_components/iron-behaviors/bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-behaviors",
- "version": "1.0.9",
+ "version": "1.0.10",
"description": "Provides a set of behaviors for the iron elements",
"private": true,
"authors": [
diff --git a/dashboard-ui/bower_components/iron-behaviors/demo/index.html b/dashboard-ui/bower_components/iron-behaviors/demo/index.html
index 4001664dfa..2b9b6d3eb1 100644
--- a/dashboard-ui/bower_components/iron-behaviors/demo/index.html
+++ b/dashboard-ui/bower_components/iron-behaviors/demo/index.html
@@ -21,7 +21,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
+
+
+
start
+
+
+
+-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dashboard-ui/bower_components/iron-flex-layout/demo/index.html b/dashboard-ui/bower_components/iron-flex-layout/demo/index.html
index ea4df38362..f0b3eb0b62 100644
--- a/dashboard-ui/bower_components/iron-flex-layout/demo/index.html
+++ b/dashboard-ui/bower_components/iron-flex-layout/demo/index.html
@@ -12,31 +12,378 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
- iron-flex-layout
+ iron-flex-layout demo
-
-
+
+
+
-
+
-
+
Horizontal and vertical layout
+
+
+
+
+
+
one
+
two
+
three
+
+
+
+
+
+
Flexible children
+
+
+
+
+
+
+
one
+
two (flex)
+
three
+
+
+
+
+
+
Flexible children in vertical layouts
+
+
+
+
+
+
+
one
+
two (flex)
+
three
+
+
+
+
+
+
Flex ratios
+
+
+
+
+
+
+
one
+
two
+
three
+
+
+
+
+
+
Cross-axis center alignment
+
+
+
+
+
+
+
center
+
+
+
+
+
+
Cross-axis start alignment
+
+
+
+
+
+
+
start
+
+
+
+
+
+
Cross-axis end alignment
+
+
+
+
+
+
+
end
+
+
+
+
+
+
Justification, start justified
+
+
+
+
+
+
+
start-justified
+
+
+
+
+
+
Justification, start justified
+
+
+
+
+
+
+
center-justified
+
+
+
+
+
+
Justification, end justified
+
+
+
+
+
+
+
end-justified
+
+
+
+
+
+
Justification, equal space between elements
+
+
+
+
+
+
+
justified
+
justified
+
justified
+
+
+
+
+
+
Justification, equal space around each element
+
+
+
+
+
+
+
around-justified
+
around-justified
+
+
+
+
+
+
Self alignment
+
+
+
+
+
+
+
one
+
two
+
three
+
four
+
+
+
+
+
+
Wrapping
+
+
+
+
+
+
+
one
+
two
+
three
+
four
+
+
+
+
+
+
General purpose ruls
+
+
+
+
+
+
+
Before [A Span] After
+
Before [A Block Span] After
+
Before invisible span Not displayed After invisible span
-
-
-
-
-
-
diff --git a/dashboard-ui/bower_components/iron-iconset-svg/.bower.json b/dashboard-ui/bower_components/iron-iconset-svg/.bower.json
index c52300d2ab..b142eb2262 100644
--- a/dashboard-ui/bower_components/iron-iconset-svg/.bower.json
+++ b/dashboard-ui/bower_components/iron-iconset-svg/.bower.json
@@ -1,7 +1,7 @@
{
"name": "iron-iconset-svg",
"description": "Manages a set of svg icons",
- "version": "1.0.8",
+ "version": "1.0.9",
"keywords": [
"web-components",
"polymer",
@@ -29,12 +29,13 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "*"
},
+ "main": "iron-iconset-svg.html",
"homepage": "https://github.com/polymerelements/iron-iconset-svg",
- "_release": "1.0.8",
+ "_release": "1.0.9",
"_resolution": {
"type": "version",
- "tag": "v1.0.8",
- "commit": "7f8b0a5800254247cb518356aee983155374f519"
+ "tag": "v1.0.9",
+ "commit": "ce9b2ea1f73d936cffdd05f3fe34b1f69d1d32db"
},
"_source": "git://github.com/polymerelements/iron-iconset-svg.git",
"_target": "^1.0.0",
diff --git a/dashboard-ui/bower_components/iron-iconset-svg/.travis.yml b/dashboard-ui/bower_components/iron-iconset-svg/.travis.yml
new file mode 100644
index 0000000000..d4e78c40f2
--- /dev/null
+++ b/dashboard-ui/bower_components/iron-iconset-svg/.travis.yml
@@ -0,0 +1,28 @@
+language: node_js
+sudo: false
+matrix:
+ include:
+ - node_js: stable
+ script: xvfb-run wct
+ addons:
+ firefox: latest
+ apt:
+ sources:
+ - google-chrome
+ packages:
+ - google-chrome-stable
+ - node_js: node
+ script:
+ - |
+ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
+ wct -s 'default'
+ fi
+before_script:
+- npm install web-component-tester
+- npm install bower
+- export PATH=$PWD/node_modules/.bin:$PATH
+- bower install
+env:
+ global:
+ - secure: UR1rxThVZH+l6fFHhAlgNIWs9wHmC5A102oAQBtCuQqKiXPZCDAPQHdjufX8z6hH93JkR+Esh2VPv0baSXFrHteKTRN6bsNDTMFDdHJ5BiRAdhVoV6bsdNH2GTgRXQ+ACMgrh4sXLA5+2Z+JGq7m0zaHehDfNZqmo/1U59qImP8=
+ - secure: PmWDypBdjKlUGPn9UoBEkjoYiyJFQGe2QiACmdOgueOLSLeA6xW+/1521uFIBHpwuWn29mxVYv5gS1D8hafWhZdXn4OYQl550RrT092jXIO6+mMKZXPmUaKCkPMY6QYJJ5j9ZOC36KgF//IpoE7OCxpLReYOD2KBR3mhw0jOYJA=
diff --git a/dashboard-ui/bower_components/iron-iconset-svg/CONTRIBUTING.md b/dashboard-ui/bower_components/iron-iconset-svg/CONTRIBUTING.md
new file mode 100644
index 0000000000..7b10141565
--- /dev/null
+++ b/dashboard-ui/bower_components/iron-iconset-svg/CONTRIBUTING.md
@@ -0,0 +1,72 @@
+
+
+# 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/iron-iconset-svg/bower.json b/dashboard-ui/bower_components/iron-iconset-svg/bower.json
index b30dc681d9..8467a3b7e5 100644
--- a/dashboard-ui/bower_components/iron-iconset-svg/bower.json
+++ b/dashboard-ui/bower_components/iron-iconset-svg/bower.json
@@ -1,7 +1,7 @@
{
"name": "iron-iconset-svg",
"description": "Manages a set of svg icons",
- "version": "1.0.8",
+ "version": "1.0.9",
"keywords": [
"web-components",
"polymer",
@@ -28,5 +28,6 @@
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "*"
- }
+ },
+ "main": "iron-iconset-svg.html"
}
diff --git a/dashboard-ui/bower_components/iron-iconset-svg/demo/index.html b/dashboard-ui/bower_components/iron-iconset-svg/demo/index.html
index 5dcbce002e..53b291aa35 100644
--- a/dashboard-ui/bower_components/iron-iconset-svg/demo/index.html
+++ b/dashboard-ui/bower_components/iron-iconset-svg/demo/index.html
@@ -42,6 +42,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
fill: navy;
}
+ iron-icon:nth-of-type(4) {
+ fill: red;
+ }
+
iron-icon {
transition: all 0.5s;
-webkit-transition: all 0.5s;
@@ -59,6 +63,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
+
diff --git a/dashboard-ui/bower_components/iron-iconset-svg/demo/svg-sample-icons.html b/dashboard-ui/bower_components/iron-iconset-svg/demo/svg-sample-icons.html
index 94c930d574..3eed843f09 100644
--- a/dashboard-ui/bower_components/iron-iconset-svg/demo/svg-sample-icons.html
+++ b/dashboard-ui/bower_components/iron-iconset-svg/demo/svg-sample-icons.html
@@ -65,5 +65,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
+
+
+
+
+
+
diff --git a/dashboard-ui/bower_components/iron-iconset-svg/iron-iconset-svg.html b/dashboard-ui/bower_components/iron-iconset-svg/iron-iconset-svg.html
index da20aee4ff..5bd143ad6b 100644
--- a/dashboard-ui/bower_components/iron-iconset-svg/iron-iconset-svg.html
+++ b/dashboard-ui/bower_components/iron-iconset-svg/iron-iconset-svg.html
@@ -28,8 +28,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*
@@ -69,7 +69,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
}
},
-
+
attached: function() {
this.style.display = 'none';
},
diff --git a/dashboard-ui/bower_components/iron-meta/.bower.json b/dashboard-ui/bower_components/iron-meta/.bower.json
index b126aed1c2..f4bfef4a7c 100644
--- a/dashboard-ui/bower_components/iron-meta/.bower.json
+++ b/dashboard-ui/bower_components/iron-meta/.bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-meta",
- "version": "1.1.0",
+ "version": "1.1.1",
"keywords": [
"web-components",
"polymer"
@@ -25,12 +25,13 @@
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
+ "main": "iron-meta.html",
"homepage": "https://github.com/polymerelements/iron-meta",
- "_release": "1.1.0",
+ "_release": "1.1.1",
"_resolution": {
"type": "version",
- "tag": "v1.1.0",
- "commit": "be7ccf8df650aef1446a4e23af33f5d4e9f3000f"
+ "tag": "v1.1.1",
+ "commit": "e171ee234b482219c9514e6f9551df48ef48bd9f"
},
"_source": "git://github.com/polymerelements/iron-meta.git",
"_target": "^1.0.0",
diff --git a/dashboard-ui/bower_components/iron-meta/.travis.yml b/dashboard-ui/bower_components/iron-meta/.travis.yml
new file mode 100644
index 0000000000..fd27446be5
--- /dev/null
+++ b/dashboard-ui/bower_components/iron-meta/.travis.yml
@@ -0,0 +1,28 @@
+language: node_js
+sudo: false
+matrix:
+ include:
+ - node_js: stable
+ script: xvfb-run wct
+ addons:
+ firefox: latest
+ apt:
+ sources:
+ - google-chrome
+ packages:
+ - google-chrome-stable
+ - node_js: node
+ script:
+ - |
+ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
+ wct -s 'default'
+ fi
+before_script:
+- npm install web-component-tester
+- npm install bower
+- export PATH=$PWD/node_modules/.bin:$PATH
+- bower install
+env:
+ global:
+ - secure: eGcuDAJt+1GPrC6u95vHufjnSXWbVBZpW7oKQhZjcHrN19l9COdOb7RVkTPsZzEanHaH/D6Psr4WJKyd72Wx5wj+bqGh4nPHTFSnK3+gNT4eJAgLvsxLwHxW8QkYYHEdZe8Wd6sOdal9geeLZ8fG9xELYEtuJR6lww5uLvFv/cw=
+ - secure: DoBz8LDaS4/lQ9sTXE5pnp8fqEvG47mmdQaQ14EnHQ+wLbajIaLk59vRfau5c7mIef8dEgaT40r/kVP5QRr3OiH5UJY3jLnCMVIxWJ3ZTkuGGuU6QDQvoGSSBhdA+b+G94bbK6LtHQxRBrkiyT9d0IzT5ZiHlDlteGbjdDWAgw0=
diff --git a/dashboard-ui/bower_components/iron-meta/CONTRIBUTING.md b/dashboard-ui/bower_components/iron-meta/CONTRIBUTING.md
new file mode 100644
index 0000000000..7b10141565
--- /dev/null
+++ b/dashboard-ui/bower_components/iron-meta/CONTRIBUTING.md
@@ -0,0 +1,72 @@
+
+
+# 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/iron-meta/bower.json b/dashboard-ui/bower_components/iron-meta/bower.json
index 1f9f7397b4..614c5b3a66 100644
--- a/dashboard-ui/bower_components/iron-meta/bower.json
+++ b/dashboard-ui/bower_components/iron-meta/bower.json
@@ -1,6 +1,6 @@
{
"name": "iron-meta",
- "version": "1.1.0",
+ "version": "1.1.1",
"keywords": [
"web-components",
"polymer"
@@ -24,5 +24,6 @@
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
- }
+ },
+ "main": "iron-meta.html"
}
diff --git a/dashboard-ui/bower_components/iron-meta/iron-meta.html b/dashboard-ui/bower_components/iron-meta/iron-meta.html
index 0d3a06e0f4..1521be5c0e 100644
--- a/dashboard-ui/bower_components/iron-meta/iron-meta.html
+++ b/dashboard-ui/bower_components/iron-meta/iron-meta.html
@@ -33,7 +33,7 @@ attributes or use child nodes to define additional metadata.
Now I can access that element (and it's metadata) from any iron-meta instance
via the byKey method, e.g.
- meta.byKey('info').getAttribute('value').
+ meta.byKey('info').getAttribute('value');
Pure imperative form would be like:
@@ -118,6 +118,8 @@ Or, in a Polymer element, you can include a meta in your template:
/**
* Only runs if someone invokes the factory/constructor directly
* e.g. `new Polymer.IronMeta()`
+ *
+ * @param {{type: (string|undefined), key: (string|undefined), value}=} config
*/
factoryImpl: function(config) {
if (config) {
@@ -282,6 +284,8 @@ Or, in a Polymer element, you can include a meta in your template:
/**
* Actually a factory method, not a true constructor. Only runs if
* someone invokes it directly (via `new Polymer.IronMeta()`);
+ *
+ * @param {{type: (string|undefined), key: (string|undefined)}=} config
*/
factoryImpl: function(config) {
if (config) {
diff --git a/dashboard-ui/bower_components/paper-behaviors/.bower.json b/dashboard-ui/bower_components/paper-behaviors/.bower.json
index 3579b527b5..7387dbf119 100644
--- a/dashboard-ui/bower_components/paper-behaviors/.bower.json
+++ b/dashboard-ui/bower_components/paper-behaviors/.bower.json
@@ -44,7 +44,7 @@
"tag": "v1.0.9",
"commit": "d9c0398cbaf3881bef3533b5b2b6127fc4d0960c"
},
- "_source": "git://github.com/PolymerElements/paper-behaviors.git",
+ "_source": "git://github.com/polymerelements/paper-behaviors.git",
"_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-behaviors"
+ "_originalSource": "polymerelements/paper-behaviors"
}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/paper-tabs/.bower.json b/dashboard-ui/bower_components/paper-tabs/.bower.json
index 9c71e763ef..8023f788b9 100644
--- a/dashboard-ui/bower_components/paper-tabs/.bower.json
+++ b/dashboard-ui/bower_components/paper-tabs/.bower.json
@@ -1,6 +1,6 @@
{
"name": "paper-tabs",
- "version": "1.0.9",
+ "version": "1.0.10",
"license": "http://polymer.github.io/LICENSE.txt",
"description": "Material design tabs",
"private": true,
@@ -36,14 +36,15 @@
"paper-toolbar": "polymerelements/paper-toolbar#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "*"
+ "web-component-tester": "*",
+ "iron-pages": "PolymerElements/iron-pages#^1.0.0"
},
"homepage": "https://github.com/PolymerElements/paper-tabs",
- "_release": "1.0.9",
+ "_release": "1.0.10",
"_resolution": {
"type": "version",
- "tag": "v1.0.9",
- "commit": "d931f9ef024cc029d9545efd86c65df3e2ad5b47"
+ "tag": "v1.0.10",
+ "commit": "d9f518810b7313f3e5a29383d3bb86de0b260319"
},
"_source": "git://github.com/PolymerElements/paper-tabs.git",
"_target": "~1.0.0",
diff --git a/dashboard-ui/bower_components/paper-tabs/bower.json b/dashboard-ui/bower_components/paper-tabs/bower.json
index c6d13daaa3..0bff065d0f 100644
--- a/dashboard-ui/bower_components/paper-tabs/bower.json
+++ b/dashboard-ui/bower_components/paper-tabs/bower.json
@@ -1,6 +1,6 @@
{
"name": "paper-tabs",
- "version": "1.0.9",
+ "version": "1.0.10",
"license": "http://polymer.github.io/LICENSE.txt",
"description": "Material design tabs",
"private": true,
@@ -36,6 +36,7 @@
"paper-toolbar": "polymerelements/paper-toolbar#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "web-component-tester": "*"
+ "web-component-tester": "*",
+ "iron-pages": "PolymerElements/iron-pages#^1.0.0"
}
}
diff --git a/dashboard-ui/bower_components/paper-tabs/demo/index.html b/dashboard-ui/bower_components/paper-tabs/demo/index.html
index 08c8fb701c..4e867947ca 100644
--- a/dashboard-ui/bower_components/paper-tabs/demo/index.html
+++ b/dashboard-ui/bower_components/paper-tabs/demo/index.html
@@ -25,43 +25,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-
+
@@ -194,5 +162,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
+