diff --git a/dashboard-ui/bower_components/iron-fit-behavior/.bower.json b/dashboard-ui/bower_components/iron-fit-behavior/.bower.json index 1318aaf6e9..0b62f4dbfa 100644 --- a/dashboard-ui/bower_components/iron-fit-behavior/.bower.json +++ b/dashboard-ui/bower_components/iron-fit-behavior/.bower.json @@ -1,6 +1,6 @@ { "name": "iron-fit-behavior", - "version": "1.0.6", + "version": "1.1.0", "license": "http://polymer.github.io/LICENSE.txt", "description": "Fits an element inside another element", "private": true, @@ -21,19 +21,19 @@ "polymer": "Polymer/polymer#^1.0.0" }, "devDependencies": { - "paper-styles": "polymerelements/paper-styles#^1.0.2", "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", + "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", "web-component-tester": "^4.0.0", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "ignore": [], "homepage": "https://github.com/PolymerElements/iron-fit-behavior", - "_release": "1.0.6", + "_release": "1.1.0", "_resolution": { "type": "version", - "tag": "v1.0.6", - "commit": "f2e868af4fad643ffb7fea3501e1429acc4ec0f0" + "tag": "v1.1.0", + "commit": "6602a102f425f5ccc9e05e9cc15139a3ad259081" }, "_source": "git://github.com/PolymerElements/iron-fit-behavior.git", "_target": "^1.0.0", diff --git a/dashboard-ui/bower_components/iron-fit-behavior/.github/ISSUE_TEMPLATE.md b/dashboard-ui/bower_components/iron-fit-behavior/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..0bd8a80654 --- /dev/null +++ b/dashboard-ui/bower_components/iron-fit-behavior/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ + +### Description + + +### Expected outcome + + + +### Actual outcome + + + +### Live Demo + + +### Steps to reproduce + + + +### Browsers Affected + +- [ ] Chrome +- [ ] Firefox +- [ ] Safari 9 +- [ ] Safari 8 +- [ ] Safari 7 +- [ ] Edge +- [ ] IE 11 +- [ ] IE 10 diff --git a/dashboard-ui/bower_components/iron-fit-behavior/.travis.yml b/dashboard-ui/bower_components/iron-fit-behavior/.travis.yml index 899ec45bc6..318a4e8c0e 100644 --- a/dashboard-ui/bower_components/iron-fit-behavior/.travis.yml +++ b/dashboard-ui/bower_components/iron-fit-behavior/.travis.yml @@ -1,5 +1,5 @@ language: node_js -sudo: false +sudo: required before_script: - npm install -g bower polylint web-component-tester - bower install @@ -8,18 +8,16 @@ env: global: - secure: QL2j7nfSA/40iIPMKLMosv9hj8q7eGBbPQXVQmCL3uXD5qoMPTqo1qronKKX+bi3Rh7W104ufV4CzzbWvBwQh8gipx+4REGijzc77Fro2y3v3/wUp9H/UEWnbhAWPDsqEoAD8xQXFHkVv7874/VwOlubQyXDGlvqh0fzYbUNUQo= - secure: ajBo8YcSzi4kNuCHcmajCirWQKf5Mj4OZ3tQjNAcJJAy0UtyrAgTenayWN2ijKqD5V8wfTK66jUXGYMZkoJV4EpknrUliqRgRqKHHfULXYWRSC7lDGxf835ReFxstkPun4HmNtxraAWJgmgFz7mylntTVKm46Ce4INj3n8reWaY= - - 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" +dist: trusty diff --git a/dashboard-ui/bower_components/iron-fit-behavior/bower.json b/dashboard-ui/bower_components/iron-fit-behavior/bower.json index 86c8582164..c4eb1fe914 100644 --- a/dashboard-ui/bower_components/iron-fit-behavior/bower.json +++ b/dashboard-ui/bower_components/iron-fit-behavior/bower.json @@ -1,6 +1,6 @@ { "name": "iron-fit-behavior", - "version": "1.0.6", + "version": "1.1.0", "license": "http://polymer.github.io/LICENSE.txt", "description": "Fits an element inside another element", "private": true, @@ -21,8 +21,8 @@ "polymer": "Polymer/polymer#^1.0.0" }, "devDependencies": { - "paper-styles": "polymerelements/paper-styles#^1.0.2", "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", + "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", "web-component-tester": "^4.0.0", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" diff --git a/dashboard-ui/bower_components/iron-fit-behavior/demo/index.html b/dashboard-ui/bower_components/iron-fit-behavior/demo/index.html index 1a3f4d8f98..afcf1dd4c6 100644 --- a/dashboard-ui/bower_components/iron-fit-behavior/demo/index.html +++ b/dashboard-ui/bower_components/iron-fit-behavior/demo/index.html @@ -9,35 +9,124 @@ Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> - - iron-fit-behavior demo + - - - + iron-fit-behavior demo - - - + + + - - + - - + +

+ An element with IronFitBehavior can be centered in + fitInto or positioned around a positionTarget +

+ + + + + - diff --git a/dashboard-ui/bower_components/iron-fit-behavior/demo/simple-fit.html b/dashboard-ui/bower_components/iron-fit-behavior/demo/simple-fit.html index 52fe59e1b9..2283e526ae 100644 --- a/dashboard-ui/bower_components/iron-fit-behavior/demo/simple-fit.html +++ b/dashboard-ui/bower_components/iron-fit-behavior/demo/simple-fit.html @@ -10,23 +10,14 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN - diff --git a/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html b/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html index 1705f31a20..c5387fc05c 100644 --- a/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html +++ b/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html @@ -11,9 +11,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN diff --git a/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html b/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html index 46fdf4f7ec..b03fefdbee 100644 --- a/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html +++ b/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html @@ -39,16 +39,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN } .sized-x { - width: 200px; + width: 100px; } .sized-y { - height: 200px; - } - - .sized-xy { - width: 200px; - height: 200px; + height: 100px; } .positioned-left { @@ -83,11 +78,22 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN margin: 20px; } + .constrain { + position: fixed; + top: 20px; + left: 20px; + width: 150px; + height: 150px; + border: 1px solid black; + box-sizing: border-box; + } + +
- - - -