polymer-paper-rails 0.2.6 → 1.0.0.pre.rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (634) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/app/assets/components/iron-a11y-announcer/README.md +29 -0
  4. data/app/assets/components/iron-a11y-announcer/bower.json +28 -0
  5. data/app/assets/components/iron-a11y-announcer/demo/index.html +40 -0
  6. data/app/assets/components/iron-a11y-announcer/demo/x-announces.html +50 -0
  7. data/app/assets/components/iron-a11y-announcer/index.html +28 -0
  8. data/app/assets/components/iron-a11y-announcer/iron-a11y-announcer.html +125 -0
  9. data/app/assets/components/iron-a11y-announcer/test/index.html +26 -0
  10. data/app/assets/components/iron-a11y-announcer/test/iron-a11y-announcer.html +59 -0
  11. data/app/assets/components/iron-a11y-keys-behavior/README.md +15 -0
  12. data/app/assets/components/iron-a11y-keys-behavior/bower.json +27 -0
  13. data/app/assets/components/iron-a11y-keys-behavior/demo/index.html +21 -0
  14. data/app/assets/components/iron-a11y-keys-behavior/demo/x-key-aware.html +69 -0
  15. data/app/assets/components/iron-a11y-keys-behavior/index.html +24 -0
  16. data/app/assets/components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html +418 -0
  17. data/app/assets/components/iron-a11y-keys-behavior/test/basic-test.html +248 -0
  18. data/app/assets/components/{paper-icon-button/metadata.html → iron-a11y-keys-behavior/test/index.html} +18 -10
  19. data/app/assets/components/iron-autogrow-textarea/README.md +24 -0
  20. data/app/assets/components/iron-autogrow-textarea/bower.json +37 -0
  21. data/app/assets/components/iron-autogrow-textarea/demo/index.html +81 -0
  22. data/app/assets/components/iron-autogrow-textarea/hero.svg +33 -0
  23. data/app/assets/components/iron-autogrow-textarea/index.html +30 -0
  24. data/app/assets/components/iron-autogrow-textarea/iron-autogrow-textarea.html +263 -0
  25. data/app/assets/components/iron-autogrow-textarea/test/basic.html +94 -0
  26. data/app/assets/components/iron-autogrow-textarea/test/index.html +25 -0
  27. data/app/assets/components/iron-behaviors/README.md +4 -0
  28. data/app/assets/components/iron-behaviors/bower.json +25 -0
  29. data/app/assets/components/iron-behaviors/demo/index.html +49 -0
  30. data/app/assets/components/iron-behaviors/demo/simple-button.html +70 -0
  31. data/app/assets/components/iron-behaviors/index.html +27 -0
  32. data/app/assets/components/iron-behaviors/iron-button-state.html +195 -0
  33. data/app/assets/components/iron-behaviors/iron-control-state.html +102 -0
  34. data/app/assets/components/iron-behaviors/test/active-state.html +154 -0
  35. data/app/assets/components/iron-behaviors/test/disabled-state.html +85 -0
  36. data/app/assets/components/iron-behaviors/test/focused-state.html +82 -0
  37. data/app/assets/components/iron-behaviors/test/index.html +25 -0
  38. data/app/assets/components/iron-behaviors/test/test-elements.html +44 -0
  39. data/app/assets/components/iron-fit-behavior/README.md +3 -0
  40. data/app/assets/components/iron-fit-behavior/bower.json +31 -0
  41. data/app/assets/components/iron-fit-behavior/demo/index.html +42 -0
  42. data/app/assets/components/iron-fit-behavior/demo/simple-fit.html +42 -0
  43. data/app/assets/components/iron-fit-behavior/index.html +30 -0
  44. data/app/assets/components/iron-fit-behavior/iron-fit-behavior.html +230 -0
  45. data/app/assets/components/iron-fit-behavior/test/index.html +34 -0
  46. data/app/assets/components/iron-fit-behavior/test/iron-fit-behavior.html +332 -0
  47. data/app/assets/components/iron-fit-behavior/test/test-fit.html +42 -0
  48. data/app/assets/components/iron-flex-layout/README.md +4 -0
  49. data/app/assets/components/iron-flex-layout/bower.json +21 -0
  50. data/app/assets/components/iron-flex-layout/classes/iron-flex-layout.html +307 -0
  51. data/app/assets/components/iron-flex-layout/classes/iron-shadow-flex-layout.html +302 -0
  52. data/app/assets/components/iron-flex-layout/demo/index.html +40 -0
  53. data/app/assets/components/iron-flex-layout/demo/x-app.html +106 -0
  54. data/app/assets/components/iron-flex-layout/iron-flex-layout.html +313 -0
  55. data/app/assets/components/iron-form-element-behavior/README.md +2 -0
  56. data/app/assets/components/iron-form-element-behavior/bower.json +27 -0
  57. data/app/assets/components/iron-form-element-behavior/demo/index.html +53 -0
  58. data/app/assets/components/iron-form-element-behavior/demo/simple-element.html +27 -0
  59. data/app/assets/components/iron-form-element-behavior/demo/simple-form.html +42 -0
  60. data/app/assets/components/iron-form-element-behavior/index.html +30 -0
  61. data/app/assets/components/iron-form-element-behavior/iron-form-element-behavior.html +50 -0
  62. data/app/assets/components/iron-icon/README.md +56 -0
  63. data/app/assets/components/iron-icon/bower.json +29 -0
  64. data/app/assets/components/iron-icon/demo/index.html +28 -0
  65. data/app/assets/components/iron-icon/demo/location.png +0 -0
  66. data/app/assets/components/iron-icon/hero.svg +19 -0
  67. data/app/assets/components/iron-icon/index.html +26 -0
  68. data/app/assets/components/iron-icon/iron-icon.html +187 -0
  69. data/app/assets/components/iron-icon/test/index.html +31 -0
  70. data/app/assets/components/iron-icon/test/iron-icon.html +120 -0
  71. data/app/assets/components/iron-icons/README.md +8 -0
  72. data/app/assets/components/{core-icons → iron-icons}/av-icons.html +19 -11
  73. data/app/assets/components/iron-icons/bower.json +37 -0
  74. data/app/assets/components/{core-icons → iron-icons}/communication-icons.html +14 -9
  75. data/app/assets/components/iron-icons/demo/index.html +132 -0
  76. data/app/assets/components/{core-icons → iron-icons}/device-icons.html +13 -9
  77. data/app/assets/components/{core-icons → iron-icons}/editor-icons.html +8 -5
  78. data/app/assets/components/{core-icons → iron-icons}/hardware-icons.html +11 -6
  79. data/app/assets/components/iron-icons/hero.svg +35 -0
  80. data/app/assets/components/{core-icons → iron-icons}/image-icons.html +23 -11
  81. data/app/assets/components/{core-menu/core-submenu.css → iron-icons/index.html} +14 -32
  82. data/app/assets/components/{core-icons/core-icons.html → iron-icons/iron-icons.html} +60 -35
  83. data/app/assets/components/{core-icons → iron-icons}/maps-icons.html +13 -12
  84. data/app/assets/components/{core-icons → iron-icons}/notification-icons.html +20 -7
  85. data/app/assets/components/{core-icons → iron-icons}/social-icons.html +6 -5
  86. data/app/assets/components/iron-iconset-svg/README.md +4 -0
  87. data/app/assets/components/iron-iconset-svg/bower.json +27 -0
  88. data/app/assets/components/iron-iconset-svg/demo/index.html +65 -0
  89. data/app/assets/components/{core-iconset-svg → iron-iconset-svg/demo}/svg-sample-icons.html +12 -11
  90. data/app/assets/components/iron-iconset-svg/index.html +26 -0
  91. data/app/assets/components/iron-iconset-svg/iron-iconset-svg.html +191 -0
  92. data/app/assets/components/iron-iconset-svg/test/index.html +30 -0
  93. data/app/assets/components/iron-iconset-svg/test/iron-iconset-svg.html +107 -0
  94. data/app/assets/components/iron-input/README.md +16 -0
  95. data/app/assets/components/iron-input/bower.json +36 -0
  96. data/app/assets/components/iron-input/demo/index.html +87 -0
  97. data/app/assets/components/iron-input/hero.svg +19 -0
  98. data/app/assets/components/iron-input/index.html +30 -0
  99. data/app/assets/components/iron-input/iron-input.html +235 -0
  100. data/app/assets/components/iron-input/test/index.html +24 -0
  101. data/app/assets/components/iron-input/test/iron-input.html +139 -0
  102. data/app/assets/components/iron-input/test/letters-only.html +30 -0
  103. data/app/assets/components/iron-media-query/README.md +11 -0
  104. data/app/assets/components/iron-media-query/bower.json +30 -0
  105. data/app/assets/components/iron-media-query/demo/index.html +38 -0
  106. data/app/assets/components/iron-media-query/hero.svg +29 -0
  107. data/app/assets/components/iron-media-query/index.html +29 -0
  108. data/app/assets/components/iron-media-query/iron-media-query.html +84 -0
  109. data/app/assets/components/iron-media-query/test/basic.html +71 -0
  110. data/app/assets/components/iron-media-query/test/index.html +30 -0
  111. data/app/assets/components/iron-menu-behavior/README.md +3 -0
  112. data/app/assets/components/iron-menu-behavior/bower.json +32 -0
  113. data/app/assets/components/iron-menu-behavior/demo/index.html +100 -0
  114. data/app/assets/components/iron-menu-behavior/demo/simple-menu.html +50 -0
  115. data/app/assets/components/iron-menu-behavior/demo/simple-menubar.html +54 -0
  116. data/app/assets/components/iron-menu-behavior/index.html +30 -0
  117. data/app/assets/components/iron-menu-behavior/iron-menu-behavior.html +214 -0
  118. data/app/assets/components/iron-menu-behavior/iron-menubar-behavior.html +65 -0
  119. data/app/assets/components/iron-menu-behavior/test/index.html +35 -0
  120. data/app/assets/components/iron-menu-behavior/test/iron-menu-behavior.html +108 -0
  121. data/app/assets/components/iron-menu-behavior/test/iron-menubar-behavior.html +108 -0
  122. data/app/assets/components/iron-menu-behavior/test/test-menu.html +40 -0
  123. data/app/assets/components/iron-menu-behavior/test/test-menubar.html +40 -0
  124. data/app/assets/components/iron-meta/README.md +46 -0
  125. data/app/assets/components/iron-meta/bower.json +28 -0
  126. data/app/assets/components/iron-meta/demo/index.html +45 -0
  127. data/app/assets/components/iron-meta/hero.svg +33 -0
  128. data/app/assets/components/iron-meta/index.html +27 -0
  129. data/app/assets/components/iron-meta/iron-meta.html +352 -0
  130. data/app/assets/components/iron-meta/test/basic.html +48 -0
  131. data/app/assets/components/iron-meta/test/index.html +30 -0
  132. data/app/assets/components/iron-meta/test/iron-meta.html +186 -0
  133. data/app/assets/components/iron-overlay-behavior/README.md +11 -0
  134. data/app/assets/components/iron-overlay-behavior/bower.json +36 -0
  135. data/app/assets/components/iron-overlay-behavior/demo/index.html +149 -0
  136. data/app/assets/components/iron-overlay-behavior/demo/simple-overlay.html +50 -0
  137. data/app/assets/components/iron-overlay-behavior/index.html +30 -0
  138. data/app/assets/components/iron-overlay-behavior/iron-overlay-backdrop.html +132 -0
  139. data/app/assets/components/iron-overlay-behavior/iron-overlay-behavior.html +432 -0
  140. data/app/assets/components/iron-overlay-behavior/iron-overlay-manager.html +107 -0
  141. data/app/assets/components/iron-overlay-behavior/test/index.html +34 -0
  142. data/app/assets/components/iron-overlay-behavior/test/iron-overlay-behavior.html +314 -0
  143. data/app/assets/components/iron-overlay-behavior/test/test-overlay.html +49 -0
  144. data/app/assets/components/iron-range-behavior/README.md +4 -0
  145. data/app/assets/components/iron-range-behavior/bower.json +30 -0
  146. data/app/assets/components/iron-range-behavior/demo/index.html +76 -0
  147. data/app/assets/components/iron-range-behavior/index.html +24 -0
  148. data/app/assets/components/iron-range-behavior/iron-range-behavior.html +101 -0
  149. data/app/assets/components/iron-range-behavior/test/basic.html +119 -0
  150. data/app/assets/components/iron-range-behavior/test/index.html +25 -0
  151. data/app/assets/components/iron-resizable-behavior/README.md +16 -0
  152. data/app/assets/components/iron-resizable-behavior/bower.json +26 -0
  153. data/app/assets/components/iron-resizable-behavior/demo/index.html +29 -0
  154. data/app/assets/components/iron-resizable-behavior/demo/src/x-app.html +114 -0
  155. data/app/assets/components/iron-resizable-behavior/index.html +25 -0
  156. data/app/assets/components/iron-resizable-behavior/iron-resizable-behavior.html +139 -0
  157. data/app/assets/components/iron-resizable-behavior/test/basic.html +263 -0
  158. data/app/assets/components/{core-overlay/core-key-helper.html → iron-resizable-behavior/test/index.html} +20 -11
  159. data/app/assets/components/iron-resizable-behavior/test/test-elements.html +143 -0
  160. data/app/assets/components/iron-selector/README.md +50 -0
  161. data/app/assets/components/iron-selector/bower.json +31 -0
  162. data/app/assets/components/iron-selector/demo/index.html +66 -0
  163. data/app/assets/components/iron-selector/index.html +28 -0
  164. data/app/assets/components/iron-selector/iron-multi-selectable.html +120 -0
  165. data/app/assets/components/iron-selector/iron-selectable.html +307 -0
  166. data/app/assets/components/iron-selector/iron-selection.html +115 -0
  167. data/app/assets/components/iron-selector/iron-selector.html +71 -0
  168. data/app/assets/components/iron-selector/test/activate-event.html +138 -0
  169. data/app/assets/components/iron-selector/test/basic.html +150 -0
  170. data/app/assets/components/iron-selector/test/content-element.html +43 -0
  171. data/app/assets/components/iron-selector/test/content.html +168 -0
  172. data/app/assets/components/iron-selector/test/index.html +36 -0
  173. data/app/assets/components/iron-selector/test/multi.html +135 -0
  174. data/app/assets/components/iron-selector/test/next-previous.html +134 -0
  175. data/app/assets/components/iron-selector/test/selected-attribute.html +72 -0
  176. data/app/assets/components/iron-selector/test/template-repeat.html +110 -0
  177. data/app/assets/components/iron-validatable-behavior/README.md +3 -0
  178. data/app/assets/components/iron-validatable-behavior/bower.json +35 -0
  179. data/app/assets/components/iron-validatable-behavior/demo/cats-only.html +46 -0
  180. data/app/assets/components/iron-validatable-behavior/demo/index.html +71 -0
  181. data/app/assets/components/iron-validatable-behavior/demo/validatable-input.html +46 -0
  182. data/app/assets/components/iron-validatable-behavior/index.html +30 -0
  183. data/app/assets/components/iron-validatable-behavior/iron-validatable-behavior.html +101 -0
  184. data/app/assets/components/iron-validatable-behavior/test/index.html +35 -0
  185. data/app/assets/components/iron-validatable-behavior/test/iron-validatable-behavior.html +52 -0
  186. data/app/assets/components/iron-validatable-behavior/test/test-validatable.html +28 -0
  187. data/app/assets/components/neon-animation/README.md +304 -0
  188. data/app/assets/components/neon-animation/animations/cascaded-animation.html +84 -0
  189. data/app/assets/components/neon-animation/animations/fade-in-animation.html +49 -0
  190. data/app/assets/components/neon-animation/animations/fade-out-animation.html +49 -0
  191. data/app/assets/components/neon-animation/animations/hero-animation.html +83 -0
  192. data/app/assets/components/neon-animation/animations/opaque-animation.html +46 -0
  193. data/app/assets/components/neon-animation/animations/ripple-animation.html +92 -0
  194. data/app/assets/components/neon-animation/animations/scale-down-animation.html +65 -0
  195. data/app/assets/components/neon-animation/animations/scale-up-animation.html +58 -0
  196. data/app/assets/components/neon-animation/animations/slide-down-animation.html +59 -0
  197. data/app/assets/components/neon-animation/animations/slide-from-left-animation.html +60 -0
  198. data/app/assets/components/neon-animation/animations/slide-from-right-animation.html +60 -0
  199. data/app/assets/components/neon-animation/animations/slide-left-animation.html +59 -0
  200. data/app/assets/components/neon-animation/animations/slide-right-animation.html +59 -0
  201. data/app/assets/components/neon-animation/animations/slide-up-animation.html +59 -0
  202. data/app/assets/components/neon-animation/animations/transform-animation.html +61 -0
  203. data/app/assets/components/neon-animation/bower.json +51 -0
  204. data/app/assets/components/neon-animation/demo/declarative/index.html +108 -0
  205. data/app/assets/components/neon-animation/demo/doc/basic.html +47 -0
  206. data/app/assets/components/neon-animation/demo/doc/my-animatable.html +73 -0
  207. data/app/assets/components/neon-animation/demo/doc/my-dialog.html +97 -0
  208. data/app/assets/components/neon-animation/demo/doc/types.html +53 -0
  209. data/app/assets/components/neon-animation/demo/dropdown/animated-dropdown.html +97 -0
  210. data/app/assets/components/neon-animation/demo/dropdown/index.html +54 -0
  211. data/app/assets/components/neon-animation/demo/grid/animated-grid.html +166 -0
  212. data/app/assets/components/neon-animation/demo/grid/fullsize-page-with-card.html +124 -0
  213. data/app/assets/components/neon-animation/demo/grid/index.html +70 -0
  214. data/app/assets/components/neon-animation/demo/index.html +6 -0
  215. data/app/assets/components/neon-animation/demo/list/full-view.html +122 -0
  216. data/app/assets/components/neon-animation/demo/list/index.html +29 -0
  217. data/app/assets/components/neon-animation/demo/list/list-demo.html +112 -0
  218. data/app/assets/components/neon-animation/demo/list/list-view.html +127 -0
  219. data/app/assets/components/neon-animation/demo/load/animated-grid.html +147 -0
  220. data/app/assets/components/neon-animation/demo/load/full-page.html +86 -0
  221. data/app/assets/components/neon-animation/demo/load/index.html +45 -0
  222. data/app/assets/components/neon-animation/demo/reprojection/animated-grid.html +166 -0
  223. data/app/assets/components/neon-animation/demo/reprojection/fullsize-page-with-card.html +124 -0
  224. data/app/assets/components/neon-animation/demo/reprojection/index.html +66 -0
  225. data/app/assets/components/neon-animation/demo/reprojection/reprojected-pages.html +42 -0
  226. data/app/assets/components/neon-animation/demo/shared.css +40 -0
  227. data/app/assets/components/neon-animation/demo/tiles/circles-page.html +110 -0
  228. data/app/assets/components/neon-animation/demo/tiles/index.html +77 -0
  229. data/app/assets/components/neon-animation/demo/tiles/squares-page.html +104 -0
  230. data/app/assets/components/neon-animation/guides/neon-animation.md +313 -0
  231. data/app/assets/components/neon-animation/index.html +30 -0
  232. data/app/assets/components/neon-animation/neon-animatable-behavior.html +156 -0
  233. data/app/assets/components/neon-animation/neon-animatable.html +54 -0
  234. data/app/assets/components/neon-animation/neon-animated-pages.html +208 -0
  235. data/app/assets/components/neon-animation/neon-animation-behavior.html +88 -0
  236. data/app/assets/components/neon-animation/neon-animation-runner-behavior.html +110 -0
  237. data/app/assets/components/neon-animation/neon-animation.html +17 -0
  238. data/app/assets/components/neon-animation/neon-animations.html +25 -0
  239. data/app/assets/components/neon-animation/neon-shared-element-animatable-behavior.html +37 -0
  240. data/app/assets/components/neon-animation/neon-shared-element-animation-behavior.html +66 -0
  241. data/app/assets/components/{core-collapse/core-collapse.css → neon-animation/web-animations.html} +5 -10
  242. data/app/assets/components/paper-behaviors/README.md +4 -0
  243. data/app/assets/components/paper-behaviors/bower.json +39 -0
  244. data/app/assets/components/paper-behaviors/demo/index.html +57 -0
  245. data/app/assets/components/paper-behaviors/demo/paper-button.html +71 -0
  246. data/app/assets/components/paper-behaviors/demo/paper-radio-button.html +116 -0
  247. data/app/assets/components/paper-behaviors/index.html +26 -0
  248. data/app/assets/components/paper-behaviors/paper-button-behavior.html +55 -0
  249. data/app/assets/components/paper-behaviors/paper-inky-focus-behavior.html +44 -0
  250. data/app/assets/components/paper-behaviors/test/index.html +26 -0
  251. data/app/assets/components/paper-behaviors/test/paper-button-behavior.html +82 -0
  252. data/app/assets/components/paper-behaviors/test/paper-radio-button-behavior.html +62 -0
  253. data/app/assets/components/paper-behaviors/test/test-button.html +34 -0
  254. data/app/assets/components/paper-behaviors/test/test-radio-button.html +41 -0
  255. data/app/assets/components/paper-button/README.md +45 -0
  256. data/app/assets/components/paper-button/bower.json +39 -0
  257. data/app/assets/components/paper-button/demo/index.html +158 -0
  258. data/app/assets/components/paper-button/index.html +26 -0
  259. data/app/assets/components/paper-button/paper-button.html +113 -133
  260. data/app/assets/components/paper-button/test/index.html +25 -0
  261. data/app/assets/components/paper-button/test/paper-button.html +83 -0
  262. data/app/assets/components/paper-checkbox/README.md +31 -0
  263. data/app/assets/components/paper-checkbox/bower.json +37 -0
  264. data/app/assets/components/paper-checkbox/demo/index.html +94 -0
  265. data/app/assets/components/paper-checkbox/index.html +30 -0
  266. data/app/assets/components/paper-checkbox/paper-checkbox.css +141 -136
  267. data/app/assets/components/paper-checkbox/paper-checkbox.html +163 -102
  268. data/app/assets/components/paper-checkbox/test/basic.html +101 -0
  269. data/app/assets/components/paper-checkbox/test/index.html +24 -0
  270. data/app/assets/components/paper-dialog/README.md +3 -0
  271. data/app/assets/components/paper-dialog/bower.json +35 -0
  272. data/app/assets/components/paper-dialog/demo/index.html +158 -0
  273. data/app/assets/components/paper-dialog/hero.svg +58 -0
  274. data/app/assets/components/paper-dialog/index.html +30 -0
  275. data/app/assets/components/paper-dialog/paper-dialog.html +87 -66
  276. data/app/assets/components/paper-dialog/test/index.html +34 -0
  277. data/app/assets/components/paper-dialog/test/paper-dialog.html +53 -0
  278. data/app/assets/components/paper-dialog-behavior/README.md +24 -0
  279. data/app/assets/components/paper-dialog-behavior/bower.json +37 -0
  280. data/app/assets/components/paper-dialog-behavior/demo/index.html +96 -0
  281. data/app/assets/components/paper-dialog-behavior/demo/simple-dialog.html +42 -0
  282. data/app/assets/components/paper-dialog-behavior/hero.svg +51 -0
  283. data/app/assets/components/paper-dialog-behavior/index.html +30 -0
  284. data/app/assets/components/paper-dialog-behavior/paper-dialog-behavior.html +236 -0
  285. data/app/assets/components/paper-dialog-behavior/paper-dialog-common.css +58 -0
  286. data/app/assets/components/paper-dialog-behavior/test/index.html +34 -0
  287. data/app/assets/components/paper-dialog-behavior/test/paper-dialog-behavior.html +217 -0
  288. data/app/assets/components/paper-dialog-behavior/test/test-dialog.html +42 -0
  289. data/app/assets/components/paper-dialog-scrollable/README.md +8 -0
  290. data/app/assets/components/paper-dialog-scrollable/bower.json +36 -0
  291. data/app/assets/components/paper-dialog-scrollable/demo/index.html +290 -0
  292. data/app/assets/components/paper-dialog-scrollable/hero.svg +69 -0
  293. data/app/assets/components/paper-dialog-scrollable/index.html +30 -0
  294. data/app/assets/components/paper-dialog-scrollable/paper-dialog-scrollable.html +150 -0
  295. data/app/assets/components/paper-dialog-scrollable/test/index.html +34 -0
  296. data/app/assets/components/paper-dialog-scrollable/test/paper-dialog-scrollable.html +171 -0
  297. data/app/assets/components/paper-drawer-panel/README.md +71 -0
  298. data/app/assets/components/paper-drawer-panel/bower.json +33 -0
  299. data/app/assets/components/paper-drawer-panel/demo/index.html +85 -0
  300. data/app/assets/components/paper-drawer-panel/hero.svg +21 -0
  301. data/app/assets/components/paper-drawer-panel/index.html +29 -0
  302. data/app/assets/components/{core-drawer-panel/core-drawer-panel.css → paper-drawer-panel/paper-drawer-panel.css} +33 -51
  303. data/app/assets/components/paper-drawer-panel/paper-drawer-panel.html +585 -0
  304. data/app/assets/components/paper-elements/README.md +21 -0
  305. data/app/assets/components/paper-elements/bower.json +51 -0
  306. data/app/assets/components/paper-fab/README.md +44 -0
  307. data/app/assets/components/paper-fab/bower.json +39 -0
  308. data/app/assets/components/paper-fab/demo/index.html +93 -0
  309. data/app/assets/components/paper-fab/index.html +24 -0
  310. data/app/assets/components/paper-fab/paper-fab.html +119 -140
  311. data/app/assets/components/paper-fab/test/a11y.html +71 -0
  312. data/app/assets/components/paper-fab/test/basic.html +76 -0
  313. data/app/assets/components/paper-fab/test/index.html +26 -0
  314. data/app/assets/components/paper-header-panel/README.md +105 -0
  315. data/app/assets/components/paper-header-panel/bower.json +28 -0
  316. data/app/assets/components/paper-header-panel/demo/index.html +148 -0
  317. data/app/assets/components/paper-header-panel/hero.svg +38 -0
  318. data/app/assets/components/paper-header-panel/index.html +36 -0
  319. data/app/assets/components/paper-header-panel/paper-header-panel.html +496 -0
  320. data/app/assets/components/paper-header-panel/test/basic.html +156 -0
  321. data/app/assets/components/paper-header-panel/test/index.html +34 -0
  322. data/app/assets/components/paper-icon-button/README.md +49 -0
  323. data/app/assets/components/paper-icon-button/bower.json +33 -0
  324. data/app/assets/components/paper-icon-button/demo/index.html +154 -0
  325. data/app/assets/components/paper-icon-button/index.html +23 -0
  326. data/app/assets/components/paper-icon-button/paper-icon-button.html +86 -99
  327. data/app/assets/components/paper-icon-button/test/a11y.html +69 -0
  328. data/app/assets/components/paper-icon-button/test/basic.html +77 -0
  329. data/app/assets/components/paper-icon-button/test/index.html +26 -0
  330. data/app/assets/components/paper-input/README.md +5 -0
  331. data/app/assets/components/{core-menu/core-menu.css → paper-input/all-imports.html} +6 -12
  332. data/app/assets/components/paper-input/bower.json +44 -0
  333. data/app/assets/components/paper-input/demo/index.html +96 -0
  334. data/app/assets/components/paper-input/demo/ssn-input.html +94 -0
  335. data/app/assets/components/paper-input/demo/ssn-validator.html +31 -0
  336. data/app/assets/components/paper-input/hero.svg +19 -0
  337. data/app/assets/components/paper-input/index.html +28 -0
  338. data/app/assets/components/paper-input/paper-input-addon-behavior.html +47 -0
  339. data/app/assets/components/paper-input/paper-input-behavior.html +317 -0
  340. data/app/assets/components/paper-input/paper-input-char-counter.html +95 -0
  341. data/app/assets/components/paper-input/paper-input-container.html +495 -0
  342. data/app/assets/components/paper-input/paper-input-error.html +99 -0
  343. data/app/assets/components/paper-input/paper-input.html +96 -115
  344. data/app/assets/components/paper-input/paper-textarea.html +106 -0
  345. data/app/assets/components/paper-input/test/index.html +28 -0
  346. data/app/assets/components/paper-input/test/letters-only.html +30 -0
  347. data/app/assets/components/paper-input/test/paper-input-char-counter.html +112 -0
  348. data/app/assets/components/paper-input/test/paper-input-container.html +237 -0
  349. data/app/assets/components/paper-input/test/paper-input-error.html +60 -0
  350. data/app/assets/components/paper-input/test/paper-input.html +213 -0
  351. data/app/assets/components/paper-input/test/paper-textarea.html +169 -0
  352. data/app/assets/components/paper-item/README.md +4 -0
  353. data/app/assets/components/{font-roboto/roboto.html → paper-item/all-imports.html} +6 -2
  354. data/app/assets/components/paper-item/bower.json +40 -0
  355. data/app/assets/components/paper-item/demo/index.html +285 -0
  356. data/app/assets/components/paper-item/index.html +30 -0
  357. data/app/assets/components/paper-item/paper-icon-item.html +86 -0
  358. data/app/assets/components/paper-item/paper-item-body.html +93 -0
  359. data/app/assets/components/{core-animation/web-animations.html → paper-item/paper-item-shared.css} +13 -4
  360. data/app/assets/components/paper-item/paper-item.html +66 -117
  361. data/app/assets/components/paper-item/test/index.html +34 -0
  362. data/app/assets/components/paper-item/test/paper-item.html +66 -0
  363. data/app/assets/components/paper-material/README.md +13 -0
  364. data/app/assets/components/paper-material/bower.json +36 -0
  365. data/app/assets/components/paper-material/demo/index.html +113 -0
  366. data/app/assets/components/paper-material/index.html +30 -0
  367. data/app/assets/components/paper-material/paper-material.html +98 -0
  368. data/app/assets/components/paper-material/test/index.html +25 -0
  369. data/app/assets/components/paper-material/test/paper-material.html +92 -0
  370. data/app/assets/components/paper-menu/README.md +3 -0
  371. data/app/assets/components/paper-menu/bower.json +32 -0
  372. data/app/assets/components/paper-menu/demo/index.html +81 -0
  373. data/app/assets/components/paper-menu/hero.svg +35 -0
  374. data/app/assets/components/paper-menu/index.html +30 -0
  375. data/app/assets/components/paper-menu/paper-menu.html +133 -0
  376. data/app/assets/components/paper-menu/test/index.html +34 -0
  377. data/app/assets/components/paper-menu/test/paper-menu.html +67 -0
  378. data/app/assets/components/paper-progress/README.md +47 -0
  379. data/app/assets/components/paper-progress/bower.json +31 -0
  380. data/app/assets/components/paper-progress/demo/index.html +122 -0
  381. data/app/assets/components/paper-progress/hero.svg +21 -0
  382. data/app/assets/components/paper-progress/index.html +28 -0
  383. data/app/assets/components/paper-progress/paper-progress.html +153 -78
  384. data/app/assets/components/paper-progress/test/basic.html +121 -0
  385. data/app/assets/components/paper-progress/test/index.html +25 -0
  386. data/app/assets/components/paper-radio-button/README.md +29 -0
  387. data/app/assets/components/paper-radio-button/bower.json +35 -0
  388. data/app/assets/components/paper-radio-button/demo/index.html +94 -0
  389. data/app/assets/components/paper-radio-button/hero.svg +22 -0
  390. data/app/assets/components/paper-radio-button/index.html +29 -0
  391. data/app/assets/components/paper-radio-button/paper-radio-button.css +26 -25
  392. data/app/assets/components/paper-radio-button/paper-radio-button.html +123 -141
  393. data/app/assets/components/paper-radio-button/test/basic.html +101 -0
  394. data/app/assets/components/paper-radio-button/test/index.html +24 -0
  395. data/app/assets/components/paper-radio-group/README.md +20 -0
  396. data/app/assets/components/paper-radio-group/bower.json +36 -0
  397. data/app/assets/components/paper-radio-group/demo/index.html +108 -0
  398. data/app/assets/components/paper-radio-group/hero.svg +25 -0
  399. data/app/assets/components/paper-radio-group/index.html +30 -0
  400. data/app/assets/components/paper-radio-group/paper-radio-group.html +153 -68
  401. data/app/assets/components/paper-radio-group/test/basic.html +167 -0
  402. data/app/assets/components/paper-radio-group/test/index.html +25 -0
  403. data/app/assets/components/paper-ripple/README.md +65 -0
  404. data/app/assets/components/paper-ripple/bower.json +29 -0
  405. data/app/assets/components/paper-ripple/demo/index.html +413 -0
  406. data/app/assets/components/paper-ripple/hero.svg +30 -0
  407. data/app/assets/components/paper-ripple/index.html +27 -0
  408. data/app/assets/components/paper-ripple/paper-ripple.html +552 -315
  409. data/app/assets/components/paper-ripple/test/index.html +25 -0
  410. data/app/assets/components/paper-ripple/test/paper-ripple.html +166 -0
  411. data/app/assets/components/paper-scroll-header-panel/README.md +56 -0
  412. data/app/assets/components/paper-scroll-header-panel/bower.json +38 -0
  413. data/app/assets/components/paper-scroll-header-panel/demo/demo1.html +81 -0
  414. data/app/assets/components/paper-scroll-header-panel/demo/demo2.html +78 -0
  415. data/app/assets/components/paper-scroll-header-panel/demo/demo3.html +79 -0
  416. data/app/assets/components/paper-scroll-header-panel/demo/demo4.html +108 -0
  417. data/app/assets/components/paper-scroll-header-panel/demo/demo5.html +107 -0
  418. data/app/assets/components/paper-scroll-header-panel/demo/demo6.html +112 -0
  419. data/app/assets/components/paper-scroll-header-panel/demo/demo7.html +114 -0
  420. data/app/assets/components/paper-scroll-header-panel/demo/demo8.html +125 -0
  421. data/app/assets/components/paper-scroll-header-panel/demo/demo9.html +105 -0
  422. data/app/assets/components/paper-scroll-header-panel/demo/images/bg2.jpg +0 -0
  423. data/app/assets/components/paper-scroll-header-panel/demo/images/bg3.jpg +0 -0
  424. data/app/assets/components/paper-scroll-header-panel/demo/images/bg5.jpg +0 -0
  425. data/app/assets/components/paper-scroll-header-panel/demo/images/bg6.jpg +0 -0
  426. data/app/assets/components/paper-scroll-header-panel/demo/images/bg9.jpg +0 -0
  427. data/app/assets/components/paper-scroll-header-panel/demo/index.html +107 -0
  428. data/app/assets/components/paper-scroll-header-panel/demo/lorem-ipsum.html +42 -0
  429. data/app/assets/components/paper-scroll-header-panel/demo/sample-content.html +72 -0
  430. data/app/assets/components/paper-scroll-header-panel/hero.svg +41 -0
  431. data/app/assets/components/paper-scroll-header-panel/index.html +28 -0
  432. data/app/assets/components/paper-scroll-header-panel/paper-scroll-header-panel.html +455 -0
  433. data/app/assets/components/paper-scroll-header-panel/test/basic.html +112 -0
  434. data/app/assets/components/paper-scroll-header-panel/test/index.html +25 -0
  435. data/app/assets/components/paper-slider/README.md +69 -0
  436. data/app/assets/components/paper-slider/bower.json +34 -0
  437. data/app/assets/components/paper-slider/demo/index.html +113 -0
  438. data/app/assets/components/paper-slider/hero.svg +20 -0
  439. data/app/assets/components/paper-slider/index.html +29 -0
  440. data/app/assets/components/paper-slider/paper-slider.css +39 -26
  441. data/app/assets/components/paper-slider/paper-slider.html +305 -228
  442. data/app/assets/components/paper-slider/test/basic.html +139 -0
  443. data/app/assets/components/paper-slider/test/index.html +25 -0
  444. data/app/assets/components/paper-spinner/README.md +45 -0
  445. data/app/assets/components/paper-spinner/bower.json +33 -0
  446. data/app/assets/components/paper-spinner/demo/index.html +98 -0
  447. data/app/assets/components/paper-spinner/hero.svg +27 -0
  448. data/app/assets/components/paper-spinner/index.html +30 -0
  449. data/app/assets/components/paper-spinner/paper-spinner.css +42 -40
  450. data/app/assets/components/paper-spinner/paper-spinner.html +168 -103
  451. data/app/assets/components/paper-spinner/test/index.html +34 -0
  452. data/app/assets/components/paper-spinner/test/paper-spinner.html +63 -0
  453. data/app/assets/components/paper-styles/README.md +3 -0
  454. data/app/assets/components/paper-styles/bower.json +27 -0
  455. data/app/assets/components/paper-styles/classes/global.html +96 -0
  456. data/app/assets/components/paper-styles/classes/shadow-layout.html +302 -0
  457. data/app/assets/components/paper-styles/classes/shadow.html +39 -0
  458. data/app/assets/components/paper-styles/classes/typography.html +171 -0
  459. data/app/assets/components/paper-styles/color.html +333 -0
  460. data/app/assets/components/paper-styles/default-theme.html +39 -0
  461. data/app/assets/components/paper-styles/demo-pages.html +72 -0
  462. data/app/assets/components/paper-styles/demo.css +25 -0
  463. data/app/assets/components/{paper-dropdown/paper-dropdown-transition.css → paper-styles/paper-styles-classes.html} +8 -9
  464. data/app/assets/components/paper-styles/paper-styles.html +17 -0
  465. data/app/assets/components/paper-styles/shadow.html +61 -0
  466. data/app/assets/components/paper-styles/typography.html +240 -0
  467. data/app/assets/components/paper-tabs/README.md +56 -0
  468. data/app/assets/components/paper-tabs/bower.json +37 -0
  469. data/app/assets/components/paper-tabs/demo/index.html +177 -0
  470. data/app/assets/components/paper-tabs/hero.svg +23 -0
  471. data/app/assets/components/paper-tabs/index.html +25 -0
  472. data/app/assets/components/paper-tabs/paper-tab.html +122 -46
  473. data/app/assets/components/paper-tabs/paper-tabs-icons.html +18 -0
  474. data/app/assets/components/paper-tabs/paper-tabs.html +387 -257
  475. data/app/assets/components/paper-tabs/test/attr-for-selected.html +82 -0
  476. data/app/assets/components/paper-tabs/test/basic.html +157 -0
  477. data/app/assets/components/paper-tabs/test/index.html +32 -0
  478. data/app/assets/components/paper-toast/README.md +4 -0
  479. data/app/assets/components/paper-toast/bower.json +28 -0
  480. data/app/assets/components/paper-toast/demo/index.html +56 -0
  481. data/app/assets/components/paper-toast/hero.svg +20 -0
  482. data/app/assets/components/paper-toast/index.html +26 -0
  483. data/app/assets/components/paper-toast/paper-toast.html +133 -265
  484. data/app/assets/components/paper-toggle-button/README.md +26 -0
  485. data/app/assets/components/paper-toggle-button/bower.json +36 -0
  486. data/app/assets/components/paper-toggle-button/demo/index.html +106 -0
  487. data/app/assets/components/paper-toggle-button/hero.svg +22 -0
  488. data/app/assets/components/paper-toggle-button/index.html +26 -0
  489. data/app/assets/components/paper-toggle-button/paper-toggle-button.css +36 -23
  490. data/app/assets/components/paper-toggle-button/paper-toggle-button.html +152 -148
  491. data/app/assets/components/paper-toggle-button/test/basic.html +86 -0
  492. data/app/assets/components/paper-toggle-button/test/index.html +25 -0
  493. data/app/assets/components/paper-toolbar/README.md +51 -0
  494. data/app/assets/components/paper-toolbar/bower.json +35 -0
  495. data/app/assets/components/paper-toolbar/demo/index.html +81 -0
  496. data/app/assets/components/paper-toolbar/index.html +38 -0
  497. data/app/assets/components/paper-toolbar/paper-toolbar.html +375 -0
  498. data/app/assets/components/paper-toolbar/test/index.html +24 -0
  499. data/app/assets/components/paper-toolbar/test/paper-toolbar.html +147 -0
  500. data/app/assets/components/polymer/LICENSE.txt +27 -0
  501. data/app/assets/components/polymer/bower.json +26 -0
  502. data/app/assets/components/polymer/build.log +27 -0
  503. data/app/assets/components/polymer/polymer-micro.html +523 -0
  504. data/app/assets/components/polymer/polymer-mini.html +1368 -0
  505. data/app/assets/components/polymer/polymer.html +3768 -0
  506. data/app/assets/components/web-animations-js/COPYING +202 -0
  507. data/app/assets/components/web-animations-js/History.md +108 -0
  508. data/app/assets/components/web-animations-js/README.md +161 -0
  509. data/app/assets/components/web-animations-js/bower.json +31 -0
  510. data/app/assets/components/web-animations-js/web-animations-next-lite.min.js +2 -2
  511. data/app/assets/components/web-animations-js/web-animations-next-lite.min.js.map +1 -0
  512. data/app/assets/components/web-animations-js/web-animations-next.min.js +2 -2
  513. data/app/assets/components/web-animations-js/web-animations-next.min.js.map +1 -0
  514. data/app/assets/components/web-animations-js/web-animations.html +50 -0
  515. data/app/assets/components/web-animations-js/web-animations.min.js +2 -2
  516. data/app/assets/components/web-animations-js/web-animations.min.js.gz +0 -0
  517. data/app/assets/components/web-animations-js/web-animations.min.js.map +1 -0
  518. data/app/assets/components/webcomponentsjs/CustomElements.js +343 -21
  519. data/app/assets/components/webcomponentsjs/CustomElements.min.js +2 -2
  520. data/app/assets/components/webcomponentsjs/HTMLImports.js +348 -34
  521. data/app/assets/components/webcomponentsjs/HTMLImports.min.js +2 -2
  522. data/app/assets/components/webcomponentsjs/MutationObserver.js +344 -0
  523. data/app/assets/components/webcomponentsjs/MutationObserver.min.js +11 -0
  524. data/app/assets/components/webcomponentsjs/README.md +125 -0
  525. data/app/assets/components/webcomponentsjs/ShadowDOM.js +230 -93
  526. data/app/assets/components/webcomponentsjs/ShadowDOM.min.js +6 -4
  527. data/app/assets/components/webcomponentsjs/bower.json +14 -0
  528. data/app/assets/components/webcomponentsjs/build.log +33 -0
  529. data/app/assets/components/webcomponentsjs/package.json +1 -1
  530. data/app/assets/components/webcomponentsjs/webcomponents-lite.js +671 -99
  531. data/app/assets/components/webcomponentsjs/webcomponents-lite.min.js +4 -2
  532. data/app/assets/components/webcomponentsjs/webcomponents.js +1149 -151
  533. data/app/assets/components/webcomponentsjs/webcomponents.min.js +6 -5
  534. data/lib/polymer-paper-rails/version.rb +1 -1
  535. metadata +532 -130
  536. data/app/assets/components/core-a11y-keys/core-a11y-keys.html +0 -335
  537. data/app/assets/components/core-animation/core-animation-group.html +0 -169
  538. data/app/assets/components/core-animation/core-animation.html +0 -525
  539. data/app/assets/components/core-collapse/core-collapse.html +0 -298
  540. data/app/assets/components/core-component-page/bowager-logo.png +0 -0
  541. data/app/assets/components/core-component-page/core-component-page.html +0 -37
  542. data/app/assets/components/core-drawer-panel/core-drawer-panel.html +0 -418
  543. data/app/assets/components/core-drawer-panel/metadata.html +0 -37
  544. data/app/assets/components/core-dropdown/core-dropdown-base.html +0 -117
  545. data/app/assets/components/core-dropdown/core-dropdown.html +0 -311
  546. data/app/assets/components/core-field/core-field.css +0 -38
  547. data/app/assets/components/core-field/core-field.html +0 -35
  548. data/app/assets/components/core-field/metadata.html +0 -26
  549. data/app/assets/components/core-focusable/core-focusable.html +0 -4
  550. data/app/assets/components/core-focusable/core-focusable.js +0 -134
  551. data/app/assets/components/core-focusable/polymer-mixin.js +0 -35
  552. data/app/assets/components/core-header-panel/core-header-panel.css +0 -78
  553. data/app/assets/components/core-header-panel/core-header-panel.html +0 -277
  554. data/app/assets/components/core-header-panel/metadata.html +0 -37
  555. data/app/assets/components/core-icon/core-icon.css +0 -16
  556. data/app/assets/components/core-icon/core-icon.html +0 -201
  557. data/app/assets/components/core-icon/metadata.html +0 -21
  558. data/app/assets/components/core-icon-button/core-icon-button.css +0 -75
  559. data/app/assets/components/core-icon-button/core-icon-button.html +0 -81
  560. data/app/assets/components/core-icon-button/metadata.html +0 -20
  561. data/app/assets/components/core-iconset/core-iconset.html +0 -241
  562. data/app/assets/components/core-iconset/my-icons-big.png +0 -0
  563. data/app/assets/components/core-iconset/my-icons.png +0 -0
  564. data/app/assets/components/core-iconset-svg/core-iconset-svg.html +0 -168
  565. data/app/assets/components/core-input/core-input.css +0 -41
  566. data/app/assets/components/core-input/core-input.html +0 -148
  567. data/app/assets/components/core-input/metadata.html +0 -23
  568. data/app/assets/components/core-item/core-item.css +0 -45
  569. data/app/assets/components/core-item/core-item.html +0 -73
  570. data/app/assets/components/core-item/metadata.html +0 -24
  571. data/app/assets/components/core-media-query/core-media-query.html +0 -87
  572. data/app/assets/components/core-menu/core-menu.html +0 -73
  573. data/app/assets/components/core-menu/core-submenu.html +0 -126
  574. data/app/assets/components/core-menu/metadata.html +0 -62
  575. data/app/assets/components/core-meta/core-meta.html +0 -145
  576. data/app/assets/components/core-overlay/core-overlay-layer.html +0 -116
  577. data/app/assets/components/core-overlay/core-overlay.html +0 -776
  578. data/app/assets/components/core-overlay/gulpfile.js +0 -2
  579. data/app/assets/components/core-range/core-range.html +0 -108
  580. data/app/assets/components/core-resizable/core-resizable.html +0 -248
  581. data/app/assets/components/core-scroll-header-panel/core-scroll-header-panel.css +0 -58
  582. data/app/assets/components/core-scroll-header-panel/core-scroll-header-panel.html +0 -360
  583. data/app/assets/components/core-scroll-header-panel/metadata.html +0 -41
  584. data/app/assets/components/core-selection/core-selection.html +0 -149
  585. data/app/assets/components/core-selector/core-selector.html +0 -548
  586. data/app/assets/components/core-selector/metadata.html +0 -20
  587. data/app/assets/components/core-style/core-style.html +0 -387
  588. data/app/assets/components/core-style/elements.html +0 -55
  589. data/app/assets/components/core-style/my-theme.html +0 -73
  590. data/app/assets/components/core-toolbar/core-toolbar.css +0 -117
  591. data/app/assets/components/core-toolbar/core-toolbar.html +0 -155
  592. data/app/assets/components/core-toolbar/metadata.html +0 -28
  593. data/app/assets/components/core-transition/core-transition-css.html +0 -220
  594. data/app/assets/components/core-transition/core-transition-overlay.css +0 -46
  595. data/app/assets/components/core-transition/core-transition.html +0 -140
  596. data/app/assets/components/paper-button/metadata.html +0 -17
  597. data/app/assets/components/paper-button/paper-button-base.html +0 -164
  598. data/app/assets/components/paper-dialog/paper-action-dialog.html +0 -104
  599. data/app/assets/components/paper-dialog/paper-dialog-base.html +0 -81
  600. data/app/assets/components/paper-dialog/paper-dialog-transition.css +0 -59
  601. data/app/assets/components/paper-dialog/paper-dialog-transition.html +0 -27
  602. data/app/assets/components/paper-dropdown/paper-dropdown-transition.html +0 -166
  603. data/app/assets/components/paper-dropdown/paper-dropdown.html +0 -117
  604. data/app/assets/components/paper-dropdown-menu/paper-dropdown-menu.css +0 -44
  605. data/app/assets/components/paper-dropdown-menu/paper-dropdown-menu.html +0 -184
  606. data/app/assets/components/paper-elements/metadata.html +0 -23
  607. data/app/assets/components/paper-elements/paper-elements.html +0 -40
  608. data/app/assets/components/paper-fab/metadata.html +0 -36
  609. data/app/assets/components/paper-input/metadata.html +0 -20
  610. data/app/assets/components/paper-input/paper-autogrow-textarea.html +0 -162
  611. data/app/assets/components/paper-input/paper-char-counter.html +0 -121
  612. data/app/assets/components/paper-input/paper-input-decorator.css +0 -132
  613. data/app/assets/components/paper-input/paper-input-decorator.html +0 -547
  614. data/app/assets/components/paper-item/metadata.html +0 -23
  615. data/app/assets/components/paper-menu-button/metadata.html +0 -21
  616. data/app/assets/components/paper-menu-button/paper-menu-button.css +0 -101
  617. data/app/assets/components/paper-menu-button/paper-menu-button.html +0 -79
  618. data/app/assets/components/paper-progress/metadata.html +0 -17
  619. data/app/assets/components/paper-progress/paper-progress.css +0 -68
  620. data/app/assets/components/paper-radio-button/metadata.html +0 -17
  621. data/app/assets/components/paper-radio-group/metadata.html +0 -22
  622. data/app/assets/components/paper-ripple/metadata.html +0 -20
  623. data/app/assets/components/paper-shadow/metadata.html +0 -17
  624. data/app/assets/components/paper-shadow/paper-shadow.css +0 -66
  625. data/app/assets/components/paper-shadow/paper-shadow.html +0 -86
  626. data/app/assets/components/paper-slider/metadata.html +0 -20
  627. data/app/assets/components/paper-tabs/metadata.html +0 -58
  628. data/app/assets/components/paper-tabs/paper-tab.css +0 -59
  629. data/app/assets/components/paper-tabs/paper-tabs.css +0 -80
  630. data/app/assets/components/paper-toast/metadata.html +0 -20
  631. data/app/assets/components/paper-toast/paper-toast.css +0 -80
  632. data/app/assets/components/paper-toggle-button/metadata.html +0 -17
  633. data/app/assets/components/sampler-scaffold/sampler-scaffold.css +0 -158
  634. data/app/assets/components/sampler-scaffold/sampler-scaffold.html +0 -224
@@ -0,0 +1,156 @@
1
+ <!--
2
+ Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
3
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
+ Code distributed by Google as part of the polymer project is also
7
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
+ -->
9
+
10
+ <link rel="import" href="../polymer/polymer.html">
11
+ <link rel="import" href="animations/opaque-animation.html">
12
+
13
+ <script>
14
+
15
+ /**
16
+ * `Polymer.NeonAnimatableBehavior` is implemented by elements containing animations for use with
17
+ * elements implementing `Polymer.NeonAnimationRunnerBehavior`.
18
+ * @polymerBehavior
19
+ */
20
+ Polymer.NeonAnimatableBehavior = {
21
+
22
+ properties: {
23
+
24
+ /**
25
+ * Animation configuration. See README for more info.
26
+ */
27
+ animationConfig: {
28
+ type: Object
29
+ },
30
+
31
+ /**
32
+ * Convenience property for setting an 'entry' animation. Do not set `animationConfig.entry`
33
+ * manually if using this. The animated node is set to `this` if using this property.
34
+ */
35
+ entryAnimation: {
36
+ observer: '_entryAnimationChanged',
37
+ type: String
38
+ },
39
+
40
+ /**
41
+ * Convenience property for setting an 'exit' animation. Do not set `animationConfig.exit`
42
+ * manually if using this. The animated node is set to `this` if using this property.
43
+ */
44
+ exitAnimation: {
45
+ observer: '_exitAnimationChanged',
46
+ type: String
47
+ }
48
+
49
+ },
50
+
51
+ _entryAnimationChanged: function() {
52
+ this.animationConfig = this.animationConfig || {};
53
+ if (this.entryAnimation !== 'fade-in-animation') {
54
+ // insert polyfill hack
55
+ this.animationConfig['entry'] = [{
56
+ name: 'opaque-animation',
57
+ node: this
58
+ }, {
59
+ name: this.entryAnimation,
60
+ node: this
61
+ }];
62
+ } else {
63
+ this.animationConfig['entry'] = [{
64
+ name: this.entryAnimation,
65
+ node: this
66
+ }];
67
+ }
68
+ },
69
+
70
+ _exitAnimationChanged: function() {
71
+ this.animationConfig = this.animationConfig || {};
72
+ this.animationConfig['exit'] = [{
73
+ name: this.exitAnimation,
74
+ node: this
75
+ }];
76
+ },
77
+
78
+ _copyProperties: function(config1, config2) {
79
+ // shallowly copy properties from config2 to config1
80
+ for (var property in config2) {
81
+ config1[property] = config2[property];
82
+ }
83
+ },
84
+
85
+ _cloneConfig: function(config) {
86
+ var clone = {
87
+ isClone: true
88
+ };
89
+ this._copyProperties(clone, config);
90
+ return clone;
91
+ },
92
+
93
+ _getAnimationConfigRecursive: function(type, map, allConfigs) {
94
+ if (!this.animationConfig) {
95
+ return;
96
+ }
97
+
98
+ // type is optional
99
+ var thisConfig;
100
+ if (type) {
101
+ thisConfig = this.animationConfig[type];
102
+ } else {
103
+ thisConfig = this.animationConfig;
104
+ }
105
+
106
+ if (!Array.isArray(thisConfig)) {
107
+ thisConfig = [thisConfig];
108
+ }
109
+
110
+ // iterate animations and recurse to process configurations from child nodes
111
+ if (thisConfig) {
112
+ for (var config, index = 0; config = thisConfig[index]; index++) {
113
+ if (config.animatable) {
114
+ config.animatable._getAnimationConfigRecursive(config.type || type, map, allConfigs);
115
+ } else {
116
+ if (config.id) {
117
+ var cachedConfig = map[config.id];
118
+ if (cachedConfig) {
119
+ // merge configurations with the same id, making a clone lazily
120
+ if (!cachedConfig.isClone) {
121
+ map[config.id] = this._cloneConfig(cachedConfig)
122
+ cachedConfig = map[config.id];
123
+ }
124
+ this._copyProperties(cachedConfig, config);
125
+ } else {
126
+ // put any configs with an id into a map
127
+ map[config.id] = config;
128
+ }
129
+ } else {
130
+ allConfigs.push(config);
131
+ }
132
+ }
133
+ }
134
+ }
135
+ },
136
+
137
+ /**
138
+ * An element implementing `Polymer.NeonAnimationRunnerBehavior` calls this method to configure
139
+ * an animation with an optional type. Elements implementing `Polymer.NeonAnimatableBehavior`
140
+ * should define the property `animationConfig`, which is either a configuration object
141
+ * or a map of animation type to array of configuration objects.
142
+ */
143
+ getAnimationConfig: function(type) {
144
+ var map = [];
145
+ var allConfigs = [];
146
+ this._getAnimationConfigRecursive(type, map, allConfigs);
147
+ // append the configurations saved in the map to the array
148
+ for (var key in map) {
149
+ allConfigs.push(map[key]);
150
+ }
151
+ return allConfigs;
152
+ }
153
+
154
+ };
155
+
156
+ </script>
@@ -0,0 +1,54 @@
1
+ <!--
2
+ Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
3
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
+ Code distributed by Google as part of the polymer project is also
7
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
+ -->
9
+
10
+ <link rel="import" href="../polymer/polymer.html">
11
+ <link rel="import" href="neon-animatable-behavior.html">
12
+
13
+ <!--
14
+ `<neon-animatable>` is a simple container element implementing `Polymer.NeonAnimatableBehavior`. This is a convenience element for use with `<neon-animated-pages>`.
15
+
16
+ ```
17
+ <neon-animated-pages selected="0"
18
+ entry-animation="slide-from-right-animation"
19
+ exit-animation="slide-left-animation">
20
+ <neon-animatable>1</neon-animatable>
21
+ <neon-animatable>2</neon-animatable>
22
+ </neon-animated-pages>
23
+ ```
24
+ -->
25
+
26
+ <dom-module id="neon-animatable">
27
+
28
+ <style>
29
+
30
+ :host {
31
+ display: block;
32
+ }
33
+
34
+ </style>
35
+
36
+ <template>
37
+ <content></content>
38
+ </template>
39
+
40
+ </dom-module>
41
+
42
+ <script>
43
+
44
+ Polymer({
45
+
46
+ is: 'neon-animatable',
47
+
48
+ behaviors: [
49
+ Polymer.NeonAnimatableBehavior
50
+ ]
51
+
52
+ });
53
+
54
+ </script>
@@ -0,0 +1,208 @@
1
+ <!--
2
+ Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
3
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
+ Code distributed by Google as part of the polymer project is also
7
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
+ -->
9
+ <link rel="import" href="../polymer/polymer.html">
10
+ <link rel="import" href="../iron-resizable-behavior/iron-resizable-behavior.html">
11
+ <link rel="import" href="../iron-selector/iron-selectable.html">
12
+ <link rel="import" href="../paper-styles/paper-styles.html">
13
+ <link rel="import" href="neon-animation-runner-behavior.html">
14
+ <link rel="import" href="animations/opaque-animation.html">
15
+
16
+ <!--
17
+ `neon-animated-pages` manages a set of pages and runs an animation when switching between them. Its
18
+ children pages should implement `Polymer.NeonAnimatableBehavior` and define `entry` and `exit`
19
+ animations to be run when switching to or switching out of the page.
20
+
21
+ @group Neon Elements
22
+ @element neon-animated-pages
23
+ @demo demo/index.html
24
+ -->
25
+
26
+ <dom-module id="neon-animated-pages">
27
+
28
+ <style>
29
+
30
+ :host {
31
+ display: block;
32
+ position: relative;
33
+ }
34
+
35
+ :host > ::content > * {
36
+ @apply(--layout-fit);
37
+ height: 100%;
38
+ }
39
+
40
+ :host > ::content > :not(.iron-selected):not(.neon-animating) {
41
+ display: none !important;
42
+ }
43
+
44
+ :host > ::content > .neon-animating {
45
+ pointer-events: none;
46
+ }
47
+
48
+ </style>
49
+
50
+ <template>
51
+ <content id="content"></content>
52
+ </template>
53
+
54
+ </dom-module>
55
+
56
+ <script>
57
+ (function() {
58
+
59
+ Polymer({
60
+
61
+ is: 'neon-animated-pages',
62
+
63
+ behaviors: [
64
+ Polymer.IronResizableBehavior,
65
+ Polymer.IronSelectableBehavior,
66
+ Polymer.NeonAnimationRunnerBehavior
67
+ ],
68
+
69
+ properties: {
70
+
71
+ activateEvent: {
72
+ type: String,
73
+ value: ''
74
+ },
75
+
76
+ // if true, the initial page selection will also be animated according to its animation config.
77
+ animateInitialSelection: {
78
+ type: Boolean,
79
+ value: false
80
+ }
81
+
82
+ },
83
+
84
+ observers: [
85
+ '_selectedChanged(selected)'
86
+ ],
87
+
88
+ listeners: {
89
+ 'neon-animation-finish': '_onNeonAnimationFinish'
90
+ },
91
+
92
+ _selectedChanged: function(selected) {
93
+
94
+ var selectedPage = this.selectedItem;
95
+ var oldPage = this._prevSelected || false;
96
+ this._prevSelected = selectedPage;
97
+
98
+ // on initial load and if animateInitialSelection is negated, simply display selectedPage.
99
+ if (!oldPage && !this.animateInitialSelection) {
100
+ this._completeSelectedChanged();
101
+ return;
102
+ }
103
+
104
+ // insert safari fix.
105
+ this.animationConfig = [{
106
+ name: 'opaque-animation',
107
+ node: selectedPage
108
+ }];
109
+
110
+ // configure selectedPage animations.
111
+ if (this.entryAnimation) {
112
+ this.animationConfig.push({
113
+ name: this.entryAnimation,
114
+ node: selectedPage
115
+ });
116
+ } else {
117
+ if (selectedPage.getAnimationConfig) {
118
+ this.animationConfig.push({
119
+ animatable: selectedPage,
120
+ type: 'entry'
121
+ });
122
+ }
123
+ }
124
+
125
+ // configure oldPage animations iff exists.
126
+ if (oldPage) {
127
+
128
+ // cancel the currently running animation if one is ongoing.
129
+ if (oldPage.classList.contains('neon-animating')) {
130
+ this._squelchNextFinishEvent = true;
131
+ this.cancelAnimation();
132
+ this._completeSelectedChanged();
133
+ }
134
+
135
+ // configure the animation.
136
+ if (this.exitAnimation) {
137
+ this.animationConfig.push({
138
+ name: this.exitAnimation,
139
+ node: oldPage
140
+ });
141
+ } else {
142
+ if (oldPage.getAnimationConfig) {
143
+ this.animationConfig.push({
144
+ animatable: oldPage,
145
+ type: 'exit'
146
+ });
147
+ }
148
+ }
149
+
150
+ // display the oldPage during the transition.
151
+ oldPage.classList.add('neon-animating');
152
+ }
153
+
154
+ // display the selectedPage during the transition.
155
+ selectedPage.classList.add('neon-animating');
156
+
157
+ // actually run the animations.
158
+ if (this.animationConfig.length > 1) {
159
+
160
+ // on first load, ensure we run animations only after element is attached.
161
+ if (!this.isAttached) {
162
+ this.async(function () {
163
+ this.playAnimation(null, {
164
+ fromPage: null,
165
+ toPage: selectedPage
166
+ });
167
+ });
168
+
169
+ } else {
170
+ this.playAnimation(null, {
171
+ fromPage: oldPage,
172
+ toPage: selectedPage
173
+ });
174
+ }
175
+
176
+ } else {
177
+ this._completeSelectedChanged(oldPage, selectedPage);
178
+ }
179
+ },
180
+
181
+ _completeSelectedChanged: function(oldPage, selectedPage) {
182
+ if (selectedPage) {
183
+ selectedPage.classList.remove('neon-animating');
184
+ }
185
+ if (oldPage) {
186
+ oldPage.classList.remove('neon-animating');
187
+ }
188
+ if (!selectedPage || !oldPage) {
189
+ var nodes = Polymer.dom(this.$.content).getDistributedNodes();
190
+ for (var node, index = 0; node = nodes[index]; index++) {
191
+ node.classList && node.classList.remove('neon-animating');
192
+ }
193
+ }
194
+ this.async(this.notifyResize);
195
+ },
196
+
197
+ _onNeonAnimationFinish: function(event) {
198
+ if (this._squelchNextFinishEvent) {
199
+ this._squelchNextFinishEvent = false;
200
+ return;
201
+ }
202
+ this._completeSelectedChanged(event.detail.fromPage, event.detail.toPage);
203
+ }
204
+
205
+ })
206
+
207
+ })();
208
+ </script>
@@ -0,0 +1,88 @@
1
+ <!--
2
+ @license
3
+ Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
4
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
+ Code distributed by Google as part of the polymer project is also
8
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
+ -->
10
+
11
+ <link rel="import" href="../polymer/polymer.html">
12
+ <link rel="import" href="../iron-meta/iron-meta.html">
13
+
14
+ <script>
15
+
16
+ /**
17
+ * Use `Polymer.NeonAnimationBehavior` to implement an animation.
18
+ * @polymerBehavior
19
+ */
20
+ Polymer.NeonAnimationBehavior = {
21
+
22
+ properties: {
23
+
24
+ /**
25
+ * Defines the animation timing.
26
+ */
27
+ animationTiming: {
28
+ type: Object,
29
+ value: function() {
30
+ return {
31
+ duration: 500,
32
+ easing: 'cubic-bezier(0.4, 0, 0.2, 1)',
33
+ fill: 'both'
34
+ }
35
+ }
36
+ }
37
+
38
+ },
39
+
40
+ registered: function() {
41
+ new Polymer.IronMeta({type: 'animation', key: this.is, value: this.constructor});
42
+ },
43
+
44
+ /**
45
+ * Do any animation configuration here.
46
+ */
47
+ // configure: function(config) {
48
+ // },
49
+
50
+ /**
51
+ * Returns the animation timing by mixing in properties from `config` to the defaults defined
52
+ * by the animation.
53
+ */
54
+ timingFromConfig: function(config) {
55
+ if (config.timing) {
56
+ for (var property in config.timing) {
57
+ this.animationTiming[property] = config.timing[property];
58
+ }
59
+ }
60
+ return this.animationTiming;
61
+ },
62
+
63
+ /**
64
+ * Sets `transform` and `transformOrigin` properties along with the prefixed versions.
65
+ */
66
+ setPrefixedProperty: function(node, property, value) {
67
+ var map = {
68
+ 'transform': ['webkitTransform'],
69
+ 'transformOrigin': ['mozTransformOrigin', 'webkitTransformOrigin']
70
+ };
71
+ var prefixes = map[property];
72
+ for (var prefix, index = 0; prefix = prefixes[index]; index++) {
73
+ node.style[prefix] = value;
74
+ }
75
+ node.style[property] = value;
76
+ },
77
+
78
+ /**
79
+ * Called when the animation finishes.
80
+ */
81
+ complete: function() {
82
+ // FIXME not sure about non-bubbling event
83
+ this.fire(this.animationEndEvent, null, {bubbles: false});
84
+ }
85
+
86
+ };
87
+
88
+ </script>
@@ -0,0 +1,110 @@
1
+ <!--
2
+ Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
3
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
+ Code distributed by Google as part of the polymer project is also
7
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
+ -->
9
+ <link rel="import" href="../polymer/polymer.html">
10
+ <link rel="import" href="../iron-meta/iron-meta.html">
11
+ <link rel="import" href="neon-animatable-behavior.html">
12
+
13
+ <script>
14
+
15
+ /**
16
+ * `Polymer.NeonAnimationRunnerBehavior` adds a method to run animations.
17
+ * @polymerBehavior
18
+ */
19
+ Polymer.NeonAnimationRunnerBehavior = [Polymer.NeonAnimatableBehavior, {
20
+
21
+ properties: {
22
+
23
+ _animationMeta: {
24
+ type: Object,
25
+ value: function() {
26
+ return new Polymer.IronMeta({type: 'animation'});
27
+ }
28
+ },
29
+
30
+ _player: {
31
+ type: Object
32
+ }
33
+
34
+ },
35
+
36
+ _configureAnimationEffects: function(allConfigs) {
37
+ var allAnimations = [];
38
+ if (allConfigs.length > 0) {
39
+ for (var config, index = 0; config = allConfigs[index]; index++) {
40
+ var animationConstructor = this._animationMeta.byKey(config.name);
41
+ if (animationConstructor) {
42
+ var animation = animationConstructor && new animationConstructor();
43
+ var effect = animation.configure(config);
44
+ if (effect) {
45
+ allAnimations.push({
46
+ animation: animation,
47
+ config: config,
48
+ effect: effect
49
+ });
50
+ }
51
+ } else {
52
+ console.warn(this.is + ':', config.name, 'not found!');
53
+ }
54
+ }
55
+ }
56
+ return allAnimations;
57
+ },
58
+
59
+ _runAnimationEffects: function(allEffects) {
60
+ return player = document.timeline.play(new GroupEffect(allEffects));
61
+ },
62
+
63
+ _completeAnimations: function(allAnimations) {
64
+ for (var animation, index = 0; animation = allAnimations[index]; index++) {
65
+ animation.animation.complete(animation.config);
66
+ }
67
+ },
68
+
69
+ /**
70
+ * Plays an animation with an optional `type`.
71
+ */
72
+ playAnimation: function(type, cookie) {
73
+ var allConfigs = this.getAnimationConfig(type);
74
+ if (!allConfigs) {
75
+ return;
76
+ }
77
+ var allAnimations = this._configureAnimationEffects(allConfigs);
78
+ var allEffects = allAnimations.map(function(animation) {
79
+ return animation.effect;
80
+ });
81
+
82
+ if (allEffects.length > 0) {
83
+ this._player = this._runAnimationEffects(allEffects);
84
+ this._player.onfinish = function() {
85
+ this._completeAnimations(allAnimations);
86
+
87
+ if (this._player) {
88
+ this._player.cancel();
89
+ this._player = null;
90
+ }
91
+
92
+ this.fire('neon-animation-finish', cookie, {bubbles: false});
93
+ }.bind(this);
94
+
95
+ } else {
96
+ this.fire('neon-animation-finish', cookie, {bubbles: false});
97
+ }
98
+ },
99
+
100
+ /**
101
+ * Cancels the currently running animation.
102
+ */
103
+ cancelAnimation: function() {
104
+ if (this._player) {
105
+ this._player.cancel();
106
+ }
107
+ }
108
+
109
+ }];
110
+ </script>
@@ -0,0 +1,17 @@
1
+ <!--
2
+ Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
3
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
+ Code distributed by Google as part of the polymer project is also
7
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
+ -->
9
+
10
+ <link rel="import" href="neon-animatable-behavior.html">
11
+ <link rel="import" href="neon-animated-pages.html">
12
+ <link rel="import" href="neon-animatable.html">
13
+ <link rel="import" href="neon-animation-behavior.html">
14
+ <link rel="import" href="neon-animation-runner-behavior.html">
15
+ <link rel="import" href="neon-animations.html">
16
+ <link rel="import" href="neon-shared-element-animatable-behavior.html">
17
+ <link rel="import" href="neon-shared-element-animation-behavior.html">
@@ -0,0 +1,25 @@
1
+ <!--
2
+ Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
3
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
+ Code distributed by Google as part of the polymer project is also
7
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
+ -->
9
+ <link rel="import" href="../polymer/polymer.html">
10
+ <link rel="import" href="animations/cascaded-animation.html">
11
+ <link rel="import" href="animations/fade-in-animation.html">
12
+ <link rel="import" href="animations/fade-out-animation.html">
13
+ <link rel="import" href="animations/hero-animation.html">
14
+ <link rel="import" href="animations/opaque-animation.html">
15
+ <link rel="import" href="animations/ripple-animation.html">
16
+ <link rel="import" href="animations/scale-down-animation.html">
17
+ <link rel="import" href="animations/scale-up-animation.html">
18
+ <link rel="import" href="animations/slide-from-left-animation.html">
19
+ <link rel="import" href="animations/slide-from-right-animation.html">
20
+ <link rel="import" href="animations/slide-left-animation.html">
21
+ <link rel="import" href="animations/slide-right-animation.html">
22
+ <link rel="import" href="animations/slide-up-animation.html">
23
+ <link rel="import" href="animations/slide-down-animation.html">
24
+ <link rel="import" href="animations/transform-animation.html">
25
+
@@ -0,0 +1,37 @@
1
+ <!--
2
+ @license
3
+ Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
4
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
+ Code distributed by Google as part of the polymer project is also
8
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
+ -->
10
+
11
+ <link rel="import" href="../polymer/polymer.html">
12
+ <link rel="import" href="neon-animatable-behavior.html">
13
+
14
+ <script>
15
+
16
+ /**
17
+ * Use `Polymer.NeonSharedElementAnimatableBehavior` to implement elements containing shared element
18
+ * animations.
19
+ * @polymerBehavior
20
+ */
21
+ Polymer.NeonSharedElementAnimatableBehavior = [Polymer.NeonAnimatableBehavior, {
22
+
23
+ properties: {
24
+
25
+ /**
26
+ * A map of shared element id to node.
27
+ */
28
+ sharedElements: {
29
+ type: Object,
30
+ value: {}
31
+ }
32
+
33
+ }
34
+
35
+ }];
36
+
37
+ </script>