diff --git a/dashboard-ui/bower_components/iron-flex-layout/.bower.json b/dashboard-ui/bower_components/iron-flex-layout/.bower.json index 6533803466..1f8ab2ef8f 100644 --- a/dashboard-ui/bower_components/iron-flex-layout/.bower.json +++ b/dashboard-ui/bower_components/iron-flex-layout/.bower.json @@ -1,12 +1,13 @@ { "name": "iron-flex-layout", - "version": "1.0.3", + "version": "1.0.4", "description": "Provide flexbox-based layouts", "keywords": [ "web-components", "polymer", "layout" ], + "main": "iron-flex-layout.html", "private": true, "license": "http://polymer.github.io/LICENSE.txt", "authors": [ @@ -21,14 +22,15 @@ }, "devDependencies": { "paper-styles": "polymerelements/paper-styles#^1.0.0", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" + "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", + "iron-component-page": "polymerelements/iron-component-page#^1.0.0" }, "homepage": "https://github.com/PolymerElements/iron-flex-layout", - "_release": "1.0.3", + "_release": "1.0.4", "_resolution": { "type": "version", - "tag": "v1.0.3", - "commit": "e6c2cfec18354973ac03e70dcd8afcc3c72d09b9" + "tag": "v1.0.4", + "commit": "dcfc54b0d358269bf0c72180b4ab090fc4931ecd" }, "_source": "git://github.com/PolymerElements/iron-flex-layout.git", "_target": "^1.0.0", diff --git a/dashboard-ui/bower_components/iron-flex-layout/bower.json b/dashboard-ui/bower_components/iron-flex-layout/bower.json index a300d516d1..42bd9bd3ec 100644 --- a/dashboard-ui/bower_components/iron-flex-layout/bower.json +++ b/dashboard-ui/bower_components/iron-flex-layout/bower.json @@ -1,12 +1,13 @@ { "name": "iron-flex-layout", - "version": "1.0.3", + "version": "1.0.4", "description": "Provide flexbox-based layouts", "keywords": [ "web-components", "polymer", "layout" ], + "main": "iron-flex-layout.html", "private": true, "license": "http://polymer.github.io/LICENSE.txt", "authors": [ @@ -21,6 +22,7 @@ }, "devDependencies": { "paper-styles": "polymerelements/paper-styles#^1.0.0", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" + "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", + "iron-component-page": "polymerelements/iron-component-page#^1.0.0" } } diff --git a/dashboard-ui/bower_components/iron-flex-layout/index.html b/dashboard-ui/bower_components/iron-flex-layout/index.html new file mode 100644 index 0000000000..03ae3fbfe0 --- /dev/null +++ b/dashboard-ui/bower_components/iron-flex-layout/index.html @@ -0,0 +1,24 @@ + + + + + + iron-flex-layout + + + + + + + + + + diff --git a/dashboard-ui/bower_components/iron-flex-layout/iron-flex-layout.html b/dashboard-ui/bower_components/iron-flex-layout/iron-flex-layout.html index b7d1f08762..c93795848f 100644 --- a/dashboard-ui/bower_components/iron-flex-layout/iron-flex-layout.html +++ b/dashboard-ui/bower_components/iron-flex-layout/iron-flex-layout.html @@ -10,6 +10,20 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN + +