diff --git a/dashboard-ui/bower_components/iron-pages/.bower.json b/dashboard-ui/bower_components/iron-pages/.bower.json index 3db1ce3843..efa5d78c1c 100644 --- a/dashboard-ui/bower_components/iron-pages/.bower.json +++ b/dashboard-ui/bower_components/iron-pages/.bower.json @@ -1,6 +1,6 @@ { "name": "iron-pages", - "version": "1.0.4", + "version": "1.0.5", "license": "http://polymer.github.io/LICENSE.txt", "description": "Organizes a set of pages and shows one at a time", "main": "iron-pages.html", @@ -31,11 +31,11 @@ }, "ignore": [], "homepage": "https://github.com/PolymerElements/iron-pages", - "_release": "1.0.4", + "_release": "1.0.5", "_resolution": { "type": "version", - "tag": "v1.0.4", - "commit": "238695c7ebf765af321e81c9a5a33a7733f1f6bf" + "tag": "v1.0.5", + "commit": "e248782cb5595849e08454ae863d1ca3b7b94e0b" }, "_source": "git://github.com/PolymerElements/iron-pages.git", "_target": "~1.0.2", diff --git a/dashboard-ui/bower_components/iron-pages/.travis.yml b/dashboard-ui/bower_components/iron-pages/.travis.yml index b7f87fcb42..ed8742cedf 100644 --- a/dashboard-ui/bower_components/iron-pages/.travis.yml +++ b/dashboard-ui/bower_components/iron-pages/.travis.yml @@ -11,7 +11,7 @@ env: - secure: PAn10VQ1AL+FpM/qj2ak7tJe0Epd/RP3FF+jb2eVBXhmUVd9+mBH7nRwYQL4n6fIGXMtJcUkl4t35nwzEegP/nrjZlIslXFT6D/273FbJcbH1SaCsnwLn3Rr0VffwaHC76yLsW7ph2/paAS4iLWS4AeP1c2dAR9zimSpM7Knovs= node_js: 4 addons: - firefox: '42.0' + firefox: latest apt: sources: - google-chrome diff --git a/dashboard-ui/bower_components/iron-pages/bower.json b/dashboard-ui/bower_components/iron-pages/bower.json index 90afdd1cd3..07dd3cfca1 100644 --- a/dashboard-ui/bower_components/iron-pages/bower.json +++ b/dashboard-ui/bower_components/iron-pages/bower.json @@ -1,6 +1,6 @@ { "name": "iron-pages", - "version": "1.0.4", + "version": "1.0.5", "license": "http://polymer.github.io/LICENSE.txt", "description": "Organizes a set of pages and shows one at a time", "main": "iron-pages.html", diff --git a/dashboard-ui/bower_components/iron-pages/test/attr-for-selected.html b/dashboard-ui/bower_components/iron-pages/test/attr-for-selected.html index 6a9b32a53d..954bc0762c 100644 --- a/dashboard-ui/bower_components/iron-pages/test/attr-for-selected.html +++ b/dashboard-ui/bower_components/iron-pages/test/attr-for-selected.html @@ -19,7 +19,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN - + @@ -48,8 +48,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN assert.equal(pages.selected, 'page0'); }); - test('selected item', function() { - assert.equal(pages.selectedItem, pages.items[0]); + test('selected item', function(done) { + // iron-selector uses observeNodes, which is async. + Polymer.Base.async(function() { + assert.equal(pages.selectedItem, pages.items[0]) + done(); + }, 1); }); test('selected item is display:block and all others are display:none', function() { diff --git a/dashboard-ui/bower_components/iron-pages/test/index.html b/dashboard-ui/bower_components/iron-pages/test/index.html index 2a3282bb73..0cc658d607 100644 --- a/dashboard-ui/bower_components/iron-pages/test/index.html +++ b/dashboard-ui/bower_components/iron-pages/test/index.html @@ -23,7 +23,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN WCT.loadSuites([ 'basic.html', - 'attr-for-selected.html' + 'attr-for-selected.html', + 'basic.html?dom=shadow', + 'attr-for-selected.html?dom=shadow' ]); diff --git a/dashboard-ui/bower_components/paper-drawer-panel/.bower.json b/dashboard-ui/bower_components/paper-drawer-panel/.bower.json index 3bc18660b7..3a6f86a872 100644 --- a/dashboard-ui/bower_components/paper-drawer-panel/.bower.json +++ b/dashboard-ui/bower_components/paper-drawer-panel/.bower.json @@ -1,6 +1,6 @@ { "name": "paper-drawer-panel", - "version": "1.0.5", + "version": "1.0.6", "description": "A responsive drawer panel", "authors": [ "The Polymer Authors" @@ -29,16 +29,16 @@ "paper-button": "PolymerElements/paper-button#^1.0.0", "paper-styles": "PolymerElements/paper-styles#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "web-component-tester": "*", + "web-component-tester": "polymer/web-component-tester#^3.4.0", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "main": "paper-drawer-panel.html", "ignore": [], - "_release": "1.0.5", + "_release": "1.0.6", "_resolution": { "type": "version", - "tag": "v1.0.5", - "commit": "5f13426a7176610025afc401718f304e4dcee5e4" + "tag": "v1.0.6", + "commit": "9dd19ef9153ed303a5f8b6d573179cde31b2f5e6" }, "_source": "git://github.com/PolymerElements/paper-drawer-panel.git", "_target": "~1.0.2", diff --git a/dashboard-ui/bower_components/paper-drawer-panel/bower.json b/dashboard-ui/bower_components/paper-drawer-panel/bower.json index 66a3f6fed4..d5e05e68dd 100644 --- a/dashboard-ui/bower_components/paper-drawer-panel/bower.json +++ b/dashboard-ui/bower_components/paper-drawer-panel/bower.json @@ -1,6 +1,6 @@ { "name": "paper-drawer-panel", - "version": "1.0.5", + "version": "1.0.6", "description": "A responsive drawer panel", "authors": [ "The Polymer Authors" @@ -29,7 +29,7 @@ "paper-button": "PolymerElements/paper-button#^1.0.0", "paper-styles": "PolymerElements/paper-styles#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "web-component-tester": "*", + "web-component-tester": "polymer/web-component-tester#^3.4.0", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "main": "paper-drawer-panel.html", diff --git a/dashboard-ui/bower_components/paper-drawer-panel/test/index.html b/dashboard-ui/bower_components/paper-drawer-panel/test/index.html index 1090a41136..1509baa0a6 100644 --- a/dashboard-ui/bower_components/paper-drawer-panel/test/index.html +++ b/dashboard-ui/bower_components/paper-drawer-panel/test/index.html @@ -19,7 +19,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN diff --git a/dashboard-ui/bower_components/paper-drawer-panel/test/positioning.html b/dashboard-ui/bower_components/paper-drawer-panel/test/positioning.html index 64f0ada877..f70c2cf1cc 100644 --- a/dashboard-ui/bower_components/paper-drawer-panel/test/positioning.html +++ b/dashboard-ui/bower_components/paper-drawer-panel/test/positioning.html @@ -16,9 +16,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN - - - - - - - -
-
-

Enabled

-
- - - - - - + +
+

Buttons can use iron-icons or external images, and can be disabled

+ + + -
-

Disabled

-
- - - - - - - -
-
+

Buttons can hide the ripple effect using the noink attribute

+ + + -
-

Color

-
- - - - - - - -
-
+

Buttons can be styled using regular CSS and custom properties

+ + + -
-

Size

-
- -


- -
-
- -
-

Noink

-
- -


- -
-
+

Buttons can be resized

+ + +
- - diff --git a/dashboard-ui/bower_components/paper-icon-button/index.html b/dashboard-ui/bower_components/paper-icon-button/index.html index 94c3720cd7..78f963c7e8 100644 --- a/dashboard-ui/bower_components/paper-icon-button/index.html +++ b/dashboard-ui/bower_components/paper-icon-button/index.html @@ -2,11 +2,11 @@ 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 2a7c5d24de..6e203cc0af 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 @@ -1,11 +1,11 @@ @@ -56,6 +56,7 @@ Custom property | Description | Default `--paper-icon-button-ink-color` | Selected/focus ripple color | `--primary-text-color` `--paper-icon-button` | Mixin for a button | `{}` `--paper-icon-button-disabled` | Mixin for a disabled button | `{}` +`--paper-icon-button-hover` | Mixin for button on hover | `{}` @group Paper Elements @element paper-icon-button @@ -98,6 +99,10 @@ Custom property | Description | Default cursor: auto; @apply(--paper-icon-button-disabled); } + + :host(:hover) { + @apply(--paper-icon-button-hover); + } iron-icon { --iron-icon-width: 100%; diff --git a/dashboard-ui/bower_components/paper-icon-button/test/a11y.html b/dashboard-ui/bower_components/paper-icon-button/test/a11y.html index f6bf6fd448..a56c9f458e 100644 --- a/dashboard-ui/bower_components/paper-icon-button/test/a11y.html +++ b/dashboard-ui/bower_components/paper-icon-button/test/a11y.html @@ -16,10 +16,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN - - diff --git a/dashboard-ui/bower_components/paper-icon-button/test/basic.html b/dashboard-ui/bower_components/paper-icon-button/test/basic.html index e98689c6cc..fa3afad87c 100644 --- a/dashboard-ui/bower_components/paper-icon-button/test/basic.html +++ b/dashboard-ui/bower_components/paper-icon-button/test/basic.html @@ -16,9 +16,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN - - diff --git a/dashboard-ui/bower_components/paper-menu-button/.bower.json b/dashboard-ui/bower_components/paper-menu-button/.bower.json index 16b4c0a36a..2e5a96d0e4 100644 --- a/dashboard-ui/bower_components/paper-menu-button/.bower.json +++ b/dashboard-ui/bower_components/paper-menu-button/.bower.json @@ -1,14 +1,16 @@ { "name": "paper-menu-button", - "version": "1.0.3", - "description": "", + "version": "1.0.4", + "description": "A material design element that composes a trigger and a dropdown menu", "authors": [ "The Polymer Authors" ], "keywords": [ "web-components", "web-component", - "polymer" + "polymer", + "menu", + "button" ], "main": "paper-menu-button.html", "private": true, @@ -41,11 +43,12 @@ "iron-image": "polymerelements/iron-image#^1.0.0", "iron-icon": "polymerelements/iron-icon#^1.0.0" }, - "_release": "1.0.3", + "ignore": [], + "_release": "1.0.4", "_resolution": { "type": "version", - "tag": "v1.0.3", - "commit": "24abacffd443f967125f5eae580eadc7b90f41c7" + "tag": "v1.0.4", + "commit": "886c7eb904a5d59652adc0a127a8e0eab7e0f663" }, "_source": "git://github.com/polymerelements/paper-menu-button.git", "_target": "^1.0.0", diff --git a/dashboard-ui/bower_components/paper-menu-button/.travis.yml b/dashboard-ui/bower_components/paper-menu-button/.travis.yml new file mode 100644 index 0000000000..3da5c44185 --- /dev/null +++ b/dashboard-ui/bower_components/paper-menu-button/.travis.yml @@ -0,0 +1,22 @@ +language: node_js +sudo: false +before_script: + - npm install web-component-tester + - npm install bower + - 'export PATH=$PWD/node_modules/.bin:$PATH' + - bower install +env: + global: + - secure: KylA/s+GkWGDpW9vcaBDrcr9M4xsE7HVyH36I5p7UBvQUiqPMFR/+GbFx7UoYR1OPNMf2hgHD4nd5G8hfnKjFuRl8NKe63Dnwt+83tKO9MKWrOAPq1/fMG/ZS1vRNP8Jqkp3iOsRUdatWsrs9LA5Pa6tM2OefQXs5ZF0F8s+de8Wv3+QwoGSjfJmTTC8j9tvrzEI6eOX66PAFGWUnySwV66tph+LRT/B/Y2HDcA0KbQucbyxCMnKU100xGJwK3+ZuPTEnqEqPv7R/9Z1Ggh+wXO/MduN+7OO6ZbF9//jrQNSY4QMKcz5zziYa0ugXH7F7HZijq3qxuLST0edPknozGi4xR7Vn00Zu8yHkIKYqswHrXM97qwoZZkBkwD8LEoZTkEIvk/uts68WVTiFaXV2FufBjl48E1BpjvMX1fW0hKTyFKXURXiJBphwNepyHFHpxSF29TKW1FBXy9ITiSMmKrdmqnnPliunDU44NK23tiuY90ZLKPLcOHBzLU7yzqVu67flbWxoWCCkP8gEkT6qRWHzRiZOiw0eHvXkmE1Gs+z1q/JuDg8Aaa40lm9oKC+dY8AfmQDhfXgfd89RbsF+AsJk7kp6wOVGCgmanrAeFSQcdU3qHB0ZQspS5kD1Y6mxl/R9a0iQnhtcHyLTadG8bfvc3EzP+2nYrP326Kir60= + - secure: HBHAEcnTe6APHH/ZHmN4fd1sid/RCsgUsn7abA3hRxU6PM4Jo0C4nZhet60Q8joQyxiA415FSETvJVhdY7zHUcmxd0KklEAZjKX08v5vroAGJt0OUmxpZ/scoAcC09JfnZeVFO8Df/kx1WWP+q2LydrZhasPP8ifM+BBdD2wE/ShM6Jz7E5yQHgQ+pUf5yShfOzoYy0+tYtBpm9bxxj1i9qjPEfUiOxAWmSpefJ94dcIh2mCFpakBhPRh/l6FQip0+NPT00YEpk5/fDh+I2Apg8whWm02WiqGsXUpZZZaiGn8oAO5XckrKJGm0xuGYrI3cM1zRvsieaA424WwXNCSkXt6M8s0zQTqj+wlFQMOpEoIgD8dKW0gkIEt09ChKgmhs82FKE3OuI+Nz5z9DRRrtfoOckPi0bjVsOmXNDX0x569dpNOoJB21opfj6Nyl3Ln7/9q1J4LStt/VeuHzUUhBI33GTSlqW6qg0E0difa/bOc8dhSuXQ3Y8uunAXPk1Do7sWUhszF7k/wOjZ/oMsvvl8CiNZCJn0dbvrANOACNW8qBLoAlw2eHwA0wGTuN3VCZohYnHkeioYfkAFzPZX6QR4+NdpOorGBhxuOm0R7rR2q3SIrd+6Wd+T6A4+NLL8e+A57pc2lHKhtSwOOE7DdQpzrVyfN5NOaixlScqcbAw= +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-menu-button/CONTRIBUTING.md b/dashboard-ui/bower_components/paper-menu-button/CONTRIBUTING.md new file mode 100644 index 0000000000..7b10141565 --- /dev/null +++ b/dashboard-ui/bower_components/paper-menu-button/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/paper-menu-button/bower.json b/dashboard-ui/bower_components/paper-menu-button/bower.json index 44cd9d2478..bb27a9ede7 100644 --- a/dashboard-ui/bower_components/paper-menu-button/bower.json +++ b/dashboard-ui/bower_components/paper-menu-button/bower.json @@ -1,14 +1,16 @@ { "name": "paper-menu-button", - "version": "1.0.3", - "description": "", + "version": "1.0.4", + "description": "A material design element that composes a trigger and a dropdown menu", "authors": [ "The Polymer Authors" ], "keywords": [ "web-components", "web-component", - "polymer" + "polymer", + "menu", + "button" ], "main": "paper-menu-button.html", "private": true, @@ -40,5 +42,6 @@ "paper-item": "polymerelements/paper-item#^1.0.0", "iron-image": "polymerelements/iron-image#^1.0.0", "iron-icon": "polymerelements/iron-icon#^1.0.0" - } + }, + "ignore": [] } diff --git a/dashboard-ui/bower_components/paper-menu-button/demo/index.html b/dashboard-ui/bower_components/paper-menu-button/demo/index.html index 1628a5f59c..b0467fed61 100644 --- a/dashboard-ui/bower_components/paper-menu-button/demo/index.html +++ b/dashboard-ui/bower_components/paper-menu-button/demo/index.html @@ -70,7 +70,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN

Paper Icon Button + Paper Menu

- +