diff --git a/assets/glass.png b/assets/glass.png deleted file mode 100644 index 207791d..0000000 Binary files a/assets/glass.png and /dev/null differ diff --git a/polymer-ui-clock/index.html b/polymer-ui-clock/index.html deleted file mode 100644 index 92cfb32..0000000 --- a/polymer-ui-clock/index.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - Polymer UI Clock - - - - - - - - - - - - - diff --git a/polymer-ui-clock/polymer-ui-clock.css b/polymer-ui-clock/polymer-ui-clock.css deleted file mode 100644 index 5e5b3e3..0000000 --- a/polymer-ui-clock/polymer-ui-clock.css +++ /dev/null @@ -1,83 +0,0 @@ -@host { - * { - display: inline-block; - padding: 20px; - max-width: 340px; - white-space: nowrap; - background-image: url(../assets/glass.png); - background-repeat: no-repeat; - background-size: cover; - -moz-box-sizing: border-box; - box-sizing: border-box; - vertical-align: top; - overflow: hidden; - } -} - -#widget-title { - font-size: 21px; - line-height: 15px; -} - -#time { - display: none; -} - -#clock { - position: relative; - width: 200px; - height: 200px; - border-radius: 100px; - background-color: #f2f2f2; - border: 1px solid #d9d9d9; - box-sizing: border-box; - margin: 40px auto; -} - -#hour { - position: absolute; - top: 0; - left: 0; - -webkit-transform-origin: 50% 50%; - background: #4c4c4c; - height: 82px; - width: 6px; - border-radius: 3px; - box-sizing: border-box; -} - -#minute { - position: absolute; - top: 0; - left: 0; - -webkit-transform-origin: 50% 50%; - background: #4c4c4c; - height: 92px; - width: 4px; - border-radius: 2px; - box-sizing: border-box; -} - -#second { - position: absolute; - top: 0; - left: 0; - -webkit-transform-origin: 50% 50%; - background: #4385fb; - height: 100px; - width: 2px; - border-radius: 1px; - box-sizing: border-box; -} - -#dot { - box-sizing: border-box; - width:2px; - height:2px; - border-radius: 1px; - position: absolute; - top: 50%; - left: 50%; - margin: -1px; - background-color: red; -} diff --git a/polymer-ui-clock/polymer-ui-clock.html b/polymer-ui-clock/polymer-ui-clock.html deleted file mode 100644 index bad18e2..0000000 --- a/polymer-ui-clock/polymer-ui-clock.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - diff --git a/polymer-ui-icon-button/polymer-ui-icon-button.html b/polymer-ui-icon-button/polymer-ui-icon-button.html index 0785a1b..512f7e0 100644 --- a/polymer-ui-icon-button/polymer-ui-icon-button.html +++ b/polymer-ui-icon-button/polymer-ui-icon-button.html @@ -20,13 +20,13 @@ - - + - + diff --git a/polymer-ui-icon/polymer-ui-icon.html b/polymer-ui-icon/polymer-ui-icon.html index e37213a..ea58899 100644 --- a/polymer-ui-icon/polymer-ui-icon.html +++ b/polymer-ui-icon/polymer-ui-icon.html @@ -26,65 +26,67 @@ --> - - + - + diff --git a/polymer-ui-line-chart/polymer-ui-line-chart.html b/polymer-ui-line-chart/polymer-ui-line-chart.html deleted file mode 100644 index 737ef21..0000000 --- a/polymer-ui-line-chart/polymer-ui-line-chart.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/polymer-ui-menu-item/polymer-ui-menu-item.css b/polymer-ui-menu-item/polymer-ui-menu-item.css index f625ca0..af8f86f 100644 --- a/polymer-ui-menu-item/polymer-ui-menu-item.css +++ b/polymer-ui-menu-item/polymer-ui-menu-item.css @@ -62,14 +62,22 @@ polymer-ui-icon:not([showing]) { display: none !important; } -polymer-ui-icon { +#item:not([iconRightAligned]) polymer-ui-icon { margin-right: 16px; } +#item[iconRightAligned] polymer-ui-icon { + margin-left: 16px; +} + #label { vertical-align: middle; } +#item[iconRightAligned] #label { + float: left; +} + /* menu */ #menu { overflow: hidden; diff --git a/polymer-ui-menu-item/polymer-ui-menu-item.html b/polymer-ui-menu-item/polymer-ui-menu-item.html index a0aea02..3a704fa 100644 --- a/polymer-ui-menu-item/polymer-ui-menu-item.html +++ b/polymer-ui-menu-item/polymer-ui-menu-item.html @@ -16,10 +16,10 @@ - - + - + diff --git a/polymer-ui-menu/polymer-ui-menu.html b/polymer-ui-menu/polymer-ui-menu.html index 9473d8a..215c33d 100644 --- a/polymer-ui-menu/polymer-ui-menu.html +++ b/polymer-ui-menu/polymer-ui-menu.html @@ -13,7 +13,7 @@ * * Example: * - * + * * * * @@ -23,7 +23,7 @@ * * Example: * - * + * * * * @@ -45,13 +45,14 @@ - - + - + diff --git a/polymer-ui-nav-arrow/polymer-ui-nav-arrow.html b/polymer-ui-nav-arrow/polymer-ui-nav-arrow.html index 5342f6d..a8cd901 100644 --- a/polymer-ui-nav-arrow/polymer-ui-nav-arrow.html +++ b/polymer-ui-nav-arrow/polymer-ui-nav-arrow.html @@ -11,11 +11,12 @@ * @class polymer-ui-nav-arrow */ --> - - - + + - + diff --git a/polymer-ui-ratings/polymer-ui-ratings.html b/polymer-ui-ratings/polymer-ui-ratings.html index d030eff..b1839fa 100644 --- a/polymer-ui-ratings/polymer-ui-ratings.html +++ b/polymer-ui-ratings/polymer-ui-ratings.html @@ -3,10 +3,14 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> + + + - - + - + diff --git a/polymer-ui-sidebar-menu/polymer-ui-sidebar-menu.html b/polymer-ui-sidebar-menu/polymer-ui-sidebar-menu.html index eab4d7a..57cb5e8 100644 --- a/polymer-ui-sidebar-menu/polymer-ui-sidebar-menu.html +++ b/polymer-ui-sidebar-menu/polymer-ui-sidebar-menu.html @@ -18,11 +18,12 @@ - + - - + - + diff --git a/polymer-ui-stock/css/polymer-ui-stock-legend.css b/polymer-ui-stock/css/polymer-ui-stock-legend.css deleted file mode 100644 index a790c6a..0000000 --- a/polymer-ui-stock/css/polymer-ui-stock-legend.css +++ /dev/null @@ -1,40 +0,0 @@ -@host { - * { - } -} - -.stock-item { - overflow:hidden; -} - -.stock-change { - color: #5BDB00; -} - -.stock-change.down { - color: #dd4b39; -} - -.stock-price { - xcolor: rgba(0, 0, 0, 0.4); - margin-right: 10px; -} - -.stock-label { - float:left; - position: relative; - display:block; -} - -.stock-color { - display:inline-block; - width:16px; - height:16px; - margin-right:10px; - margin-top:1px; - border-radius: 3px; -} - -.stock-data { - float:right; -} \ No newline at end of file diff --git a/polymer-ui-stock/css/polymer-ui-stock.css b/polymer-ui-stock/css/polymer-ui-stock.css deleted file mode 100644 index 6790ae4..0000000 --- a/polymer-ui-stock/css/polymer-ui-stock.css +++ /dev/null @@ -1,52 +0,0 @@ -@host { - * { - display: inline-block; - padding: 8px; - white-space: nowrap; - background-image: url(../../assets/glass.png); - background-repeat: no-repeat; - -moz-box-sizing: border-box; - box-sizing: border-box; - background-size: cover; - vertical-align: top; - overflow: hidden; - } -} - -#widget-title { - font-size: 21px; - margin: 8px 0 24px; -} - -.stock-label { - font-size: medium; - font-weight: lighter; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -.stock-large { - font-size: x-large; -} - -.stock-small { - font-size: small; -} - -.stock-desc { - text-transform: uppercase; -} - -.stock-quote { - margin-top: 10px; -} - -polymer-ui-stock-legend-item { - line-height: 20px; - display: block; -} - -.stock-more { - margin-top: 10px; -} diff --git a/polymer-ui-stock/index.html b/polymer-ui-stock/index.html deleted file mode 100644 index a3d4c71..0000000 --- a/polymer-ui-stock/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - Polymer Stock - - - - - - - - - - \ No newline at end of file diff --git a/polymer-ui-stock/mock/polymer-ui-stock-test-data.json b/polymer-ui-stock/mock/polymer-ui-stock-test-data.json deleted file mode 100644 index d3b33a0..0000000 --- a/polymer-ui-stock/mock/polymer-ui-stock-test-data.json +++ /dev/null @@ -1 +0,0 @@ -{"results": {".INX": {"11": {"price": "1615.86", "percent": "0.054"}, "12": {"price": "1617.62", "percent": "0.018"}, "4pm": {"price": "", "percent": ""}, "1": {"price": "1618.02", "percent": "0.017"}, "10am": {"price": "1617.52", "percent": "0.18"}, "3": {"price": "", "percent": ""}, "2": {"price": "1619.36", "percent": "-0.0068"}, "9:30": {"price": "1614.61", "percent": "0"}}, "NDAQ": {"11": {"price": "30.225", "percent": "-0.15"}, "12": {"price": "30.245", "percent": "-0.13"}, "4pm": {"price": "", "percent": ""}, "1": {"price": "30.23", "percent": "0.017"}, "10am": {"price": "30.438", "percent": "-0.19"}, "3": {"price": "", "percent": ""}, "2": {"price": "30.27", "percent": "0.05"}, "9:30": {"price": "30.495", "percent": "0"}}, ".DJI": {"11": {"price": "14957.42", "percent": "0.055"}, "12": {"price": "14975.7", "percent": "0.02"}, "4pm": {"price": "", "percent": ""}, "1": {"price": "14976.2", "percent": "0.0073"}, "10am": {"price": "14972.68", "percent": "0.18"}, "3": {"price": "", "percent": ""}, "2": {"price": "14986.63", "percent": "-0.0049"}, "9:30": {"price": "14945.82", "percent": "0"}}}} \ No newline at end of file diff --git a/polymer-ui-stock/polymer-ui-stock-data.html b/polymer-ui-stock/polymer-ui-stock-data.html deleted file mode 100644 index 3d73c11..0000000 --- a/polymer-ui-stock/polymer-ui-stock-data.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - diff --git a/polymer-ui-stock/polymer-ui-stock-legend-item.html b/polymer-ui-stock/polymer-ui-stock-legend-item.html deleted file mode 100644 index c342354..0000000 --- a/polymer-ui-stock/polymer-ui-stock-legend-item.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - \ No newline at end of file diff --git a/polymer-ui-stock/polymer-ui-stock.html b/polymer-ui-stock/polymer-ui-stock.html deleted file mode 100644 index 18e3583..0000000 --- a/polymer-ui-stock/polymer-ui-stock.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/polymer-ui-tabs/polymer-ui-tabs.html b/polymer-ui-tabs/polymer-ui-tabs.html index e3569cd..dfc9431 100644 --- a/polymer-ui-tabs/polymer-ui-tabs.html +++ b/polymer-ui-tabs/polymer-ui-tabs.html @@ -7,6 +7,11 @@ /** * @module Polymer UI Elements */ +--> + + + + - - - + - - + diff --git a/polymer-ui-theme-aware/polymer-ui-theme-aware.html b/polymer-ui-theme-aware/polymer-ui-theme-aware.html index 941c33a..91f4a47 100644 --- a/polymer-ui-theme-aware/polymer-ui-theme-aware.html +++ b/polymer-ui-theme-aware/polymer-ui-theme-aware.html @@ -3,29 +3,28 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> - + - + diff --git a/polymer-ui-toggle-button/polymer-ui-toggle-button.html b/polymer-ui-toggle-button/polymer-ui-toggle-button.html index 74fb85a..98fd958 100644 --- a/polymer-ui-toggle-button/polymer-ui-toggle-button.html +++ b/polymer-ui-toggle-button/polymer-ui-toggle-button.html @@ -18,10 +18,10 @@ * @class polymer-ui-toggle-button */ --> - - - + diff --git a/polymer-ui-toolbar/polymer-ui-toolbar.html b/polymer-ui-toolbar/polymer-ui-toolbar.html index 1af8526..e8a38e4 100644 --- a/polymer-ui-toolbar/polymer-ui-toolbar.html +++ b/polymer-ui-toolbar/polymer-ui-toolbar.html @@ -23,20 +23,20 @@ */ --> - + - - + - + diff --git a/polymer-ui-weather/images/clear.svg b/polymer-ui-weather/images/clear.svg deleted file mode 100644 index a6c767a..0000000 --- a/polymer-ui-weather/images/clear.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/polymer-ui-weather/images/cloudy.svg b/polymer-ui-weather/images/cloudy.svg deleted file mode 100644 index f3a9200..0000000 --- a/polymer-ui-weather/images/cloudy.svg +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/polymer-ui-weather/images/mostlysunny.svg b/polymer-ui-weather/images/mostlysunny.svg deleted file mode 100644 index 7a5b0b9..0000000 --- a/polymer-ui-weather/images/mostlysunny.svg +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/polymer-ui-weather/images/partlycloudy.svg b/polymer-ui-weather/images/partlycloudy.svg deleted file mode 100644 index 7a5b0b9..0000000 --- a/polymer-ui-weather/images/partlycloudy.svg +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/polymer-ui-weather/images/rainy.svg b/polymer-ui-weather/images/rainy.svg deleted file mode 100644 index f37cdb0..0000000 --- a/polymer-ui-weather/images/rainy.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/polymer-ui-weather/images/sunny.svg b/polymer-ui-weather/images/sunny.svg deleted file mode 100644 index a6c767a..0000000 --- a/polymer-ui-weather/images/sunny.svg +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/polymer-ui-weather/images/wind.svg b/polymer-ui-weather/images/wind.svg deleted file mode 100644 index 6c18af3..0000000 --- a/polymer-ui-weather/images/wind.svg +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - diff --git a/polymer-ui-weather/index.html b/polymer-ui-weather/index.html deleted file mode 100644 index 2b3fb07..0000000 --- a/polymer-ui-weather/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Polymer UI Weather - - - - - - - - - - - diff --git a/polymer-ui-weather/polymer-ui-weather.css b/polymer-ui-weather/polymer-ui-weather.css deleted file mode 100644 index 780e568..0000000 --- a/polymer-ui-weather/polymer-ui-weather.css +++ /dev/null @@ -1,122 +0,0 @@ -@host { - * { - display: inline-block; - white-space: nowrap; - padding: 20px; - max-width: 340px; - -moz-box-sizing: border-box; - box-sizing: border-box; - background-image: url(../assets/glass.png); - background-repeat: no-repeat; - background-size: cover; - vertical-align: top; - overflow: hidden; - } -} -#widget-title { - font-size: 21px; - line-height: 15px; -} - -#current { - margin-top: 21px; -} - -#current-icon { - float: right; - margin-top: 14px; - margin-right: 8px; - display: inline-block; - text-indent:-9999px; -} - -#current-condition { - display: inline-block; - font-size: 63px; -} - -#current-wind { - position: relative; - padding-left: 22px; - font-size: 14px; - line-height: 20px; -} - -#current-wind:before { - background: url(images/wind.svg); - background-size: cover; - height: 19px; - width: 19px; - position: absolute; - top: 0; - left: -3px; - outline: none; - content: ""; - display: block; - opacity: .4; -} - -#current-wind.North:before { -webkit-transform:rotate(0deg); } -#current-wind.NNE:before { -webkit-transform:rotate(22.5deg); } -#current-wind.NE:before { -webkit-transform:rotate(45deg); } -#current-wind.ENE:before { -webkit-transform:rotate(67.5deg); } -#current-wind.East:before { -webkit-transform:rotate(90deg); } -#current-wind.ESE:before { -webkit-transform:rotate(112.5deg); } -#current-wind.SE:before { -webkit-transform:rotate(135deg); } -#current-wind.SSE:before { -webkit-transform:rotate(157.5deg); } -#current-wind.South:before { -webkit-transform:rotate(180deg); } -#current-wind.SSW:before { -webkit-transform:rotate(202.5deg); } -#current-wind.SW:before { -webkit-transform:rotate(225deg); } -#current-wind.WSW:before { -webkit-transform:rotate(247.5deg); } -#current-wind.West:before { -webkit-transform:rotate(270deg); } -#current-wind.WNW:before { -webkit-transform:rotate(292.5deg); } -#current-wind.NW:before { -webkit-transform:rotate(315deg); } -#current-wind.NNW:before { -webkit-transform:rotate(337.5deg); } - -#current-icon { - width: 64px; - height: 64px; - background-size: cover; -} -.rainy { background: url(images/rainy.svg); } -.clear { background: url(images/clear.svg); } -.sunny { background: url(images/sunny.svg); } -.cloudy { background: url(images/cloudy.svg); } -.partlycloudy { background: url(images/partlycloudy.svg); } -.mostlysunny { background: url(images/mostlysunny.svg); } - -#latest { - margin-top: 40px; - -webkit-column-count: 5; - -webkit-column-gap: 10px; -} - -.entry { -/* display:inline-block; - width: 20%;*/ - text-align:center; -} - -.entry > div { margin: 0 auto; } -.entry .day { - font-size: 12px; - text-transform:uppercase; - font-weight:bold; -} - -.entry .icon { - width: 32px; - height: 32px; - background-size: cover; - margin: 15px auto 18px auto; - text-indent:-9999px; -} - -.entry .condition { - font-weight: bold; - font-size: 12px; - line-height:17px; -} - -.entry .condition.low { -} \ No newline at end of file diff --git a/polymer-ui-weather/polymer-ui-weather.html b/polymer-ui-weather/polymer-ui-weather.html deleted file mode 100644 index ae5c3bd..0000000 --- a/polymer-ui-weather/polymer-ui-weather.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - diff --git a/show.html b/show.html deleted file mode 100644 index df72036..0000000 --- a/show.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - Polymer UI - - - - - - - - - - - - - - - - - - diff --git a/workbench/index.html b/workbench/index.html deleted file mode 100644 index 67290a2..0000000 --- a/workbench/index.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - Polymer UI Elements - - - - - - - - - - - - -
- Weather - Clock - Stock -
-
- - diff --git a/workbench/inputfield.html b/workbench/inputfield.html deleted file mode 100644 index 7304a32..0000000 --- a/workbench/inputfield.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - Polymer Getting Started - - - - - - - - -
- - - - - - - - diff --git a/workbench/mocks/Widget_Stickersheet_input_1.png b/workbench/mocks/Widget_Stickersheet_input_1.png deleted file mode 100644 index 44414f4..0000000 Binary files a/workbench/mocks/Widget_Stickersheet_input_1.png and /dev/null differ