kemet-ui 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (601) hide show
  1. package/custom-elements.json +305 -305
  2. package/dist/components/kemet-alert/docs/stories.js.map +1 -1
  3. package/dist/components/kemet-avatar/docs/stories.d.ts +1 -0
  4. package/dist/components/kemet-avatar/docs/stories.js +5 -4
  5. package/dist/components/kemet-avatar/docs/stories.js.map +1 -1
  6. package/dist/components/kemet-card/docs/stories.js.map +1 -0
  7. package/dist/components/kemet-carousel/docs/stories.js.map +1 -0
  8. package/dist/components/kemet-carousel/kemet-carousel.d.ts +13 -0
  9. package/dist/components/kemet-carousel/kemet-carousel.js +2 -0
  10. package/dist/components/kemet-carousel/kemet-carousel.js.map +1 -1
  11. package/dist/components/kemet-checkbox/docs/stories.js.map +1 -0
  12. package/dist/components/kemet-combo/docs/stories.js.map +1 -0
  13. package/dist/components/kemet-count/docs/stories.js.map +1 -0
  14. package/dist/components/kemet-draggable/docs/stories.js.map +1 -0
  15. package/dist/components/kemet-draggable/kemet-draggable.d.ts +7 -0
  16. package/dist/components/kemet-draggable/kemet-draggable.js.map +1 -1
  17. package/dist/components/kemet-drawer/docs/stories.js.map +1 -0
  18. package/dist/components/kemet-fab/docs/stories.js.map +1 -0
  19. package/dist/components/kemet-field/docs/stories.js.map +1 -0
  20. package/dist/components/kemet-flipcard/docs/stories.js.map +1 -0
  21. package/dist/components/kemet-icon/docs/stories.js.map +1 -0
  22. package/dist/components/kemet-input/docs/stories.js.map +1 -0
  23. package/dist/components/kemet-modal/docs/stories.js.map +1 -0
  24. package/dist/components/kemet-password/docs/stories.js.map +1 -0
  25. package/dist/components/kemet-popper/docs/stories.js.map +1 -0
  26. package/dist/components/kemet-radio/docs/stories.js.map +1 -0
  27. package/dist/components/kemet-rotator/docs/stories.js.map +1 -0
  28. package/dist/components/kemet-scroll-link/docs/stories.js.map +1 -0
  29. package/dist/components/kemet-scroll-nav/docs/stories.js.map +1 -0
  30. package/dist/components/kemet-scroll-nav/styles.js +1 -0
  31. package/dist/components/kemet-scroll-nav/styles.js.map +1 -1
  32. package/dist/components/kemet-scroll-snap/docs/stories.js.map +1 -0
  33. package/dist/components/kemet-select/docs/stories.js.map +1 -0
  34. package/dist/components/kemet-sortable/docs/stories.js.map +1 -0
  35. package/dist/components/kemet-svgs/docs/stories.js.map +1 -0
  36. package/dist/components/kemet-tabs/docs/stories.js.map +1 -0
  37. package/dist/components/kemet-tabs/kemet-tab-panel.js.map +1 -1
  38. package/dist/components/kemet-tabs/kemet-tabs.d.ts +1 -5
  39. package/dist/components/kemet-tabs/kemet-tabs.js +8 -27
  40. package/dist/components/kemet-tabs/kemet-tabs.js.map +1 -1
  41. package/dist/components/kemet-tabs/styles.js +14 -0
  42. package/dist/components/kemet-tabs/styles.js.map +1 -1
  43. package/dist/components/kemet-tabs/types.d.ts +1 -3
  44. package/dist/components/kemet-tabs/types.js.map +1 -1
  45. package/dist/components/kemet-textarea/docs/stories.js.map +1 -0
  46. package/dist/components/kemet-toggle/docs/stories.js.map +1 -0
  47. package/dist/components/kemet-tooltip/docs/stories.js.map +1 -0
  48. package/dist/components/kemet-tracker/docs/stories.js.map +1 -0
  49. package/dist/components/kemet-upload/docs/stories.js.map +1 -0
  50. package/dist/kemet-components.bundle.js +7 -7
  51. package/dist/kemet-components.bundle.js.map +1 -1
  52. package/dist/kemet-components.cjs +1802 -1804
  53. package/dist/kemet-components.js +1802 -1804
  54. package/dist/styles/components/_config.scss +4 -0
  55. package/dist/styles/components/accordion.scss +9 -0
  56. package/dist/styles/components/drawer.scss +11 -0
  57. package/dist/styles/components/modal.scss +8 -0
  58. package/dist/styles/components/scrollsnap.scss +11 -0
  59. package/dist/styles/core/attributes.scss +38 -0
  60. package/dist/styles/core/layout.scss +169 -0
  61. package/dist/styles/kemet.base.css +1 -0
  62. package/dist/styles/kemet.base.scss +28 -0
  63. package/dist/styles/kemet.components.scss +4 -0
  64. package/dist/styles/kemet.core.css +155 -154
  65. package/dist/styles/kemet.core.css.map +1 -1
  66. package/dist/styles/kemet.core.scss +2 -0
  67. package/dist/styles/shared/_config.scss +358 -0
  68. package/dist/styles/shared/_helpers.scss +458 -0
  69. package/dist/tsconfig.tsbuildinfo +1 -1
  70. package/package.json +2 -2
  71. package/dist/.storybook/decorators.d.ts +0 -2
  72. package/dist/.storybook/decorators.js +0 -28
  73. package/dist/.storybook/decorators.js.map +0 -1
  74. package/dist/components/kemet-alert/stories.d.ts +0 -9
  75. package/dist/components/kemet-alert/stories.js +0 -77
  76. package/dist/components/kemet-alert/stories.js.map +0 -1
  77. package/dist/components/kemet-avatar/stories.d.ts +0 -10
  78. package/dist/components/kemet-avatar/stories.js +0 -85
  79. package/dist/components/kemet-avatar/stories.js.map +0 -1
  80. package/dist/src/components/kemet-accordion/kemet-accordion-panel.d.ts +0 -51
  81. package/dist/src/components/kemet-accordion/kemet-accordion-panel.js +0 -136
  82. package/dist/src/components/kemet-accordion/kemet-accordion-panel.js.map +0 -1
  83. package/dist/src/components/kemet-accordion/kemet-accordion.d.ts +0 -37
  84. package/dist/src/components/kemet-accordion/kemet-accordion.js +0 -129
  85. package/dist/src/components/kemet-accordion/kemet-accordion.js.map +0 -1
  86. package/dist/src/components/kemet-accordion/stories.d.ts +0 -10
  87. package/dist/src/components/kemet-accordion/stories.js +0 -44
  88. package/dist/src/components/kemet-accordion/stories.js.map +0 -1
  89. package/dist/src/components/kemet-accordion/styles.d.ts +0 -2
  90. package/dist/src/components/kemet-accordion/styles.js +0 -42
  91. package/dist/src/components/kemet-accordion/styles.js.map +0 -1
  92. package/dist/src/components/kemet-accordion/types.d.ts +0 -9
  93. package/dist/src/components/kemet-accordion/types.js +0 -2
  94. package/dist/src/components/kemet-accordion/types.js.map +0 -1
  95. package/dist/src/components/kemet-alert/docs/stories.d.ts +0 -9
  96. package/dist/src/components/kemet-alert/docs/stories.js +0 -77
  97. package/dist/src/components/kemet-alert/docs/stories.js.map +0 -1
  98. package/dist/src/components/kemet-alert/kemet-alert.d.ts +0 -52
  99. package/dist/src/components/kemet-alert/kemet-alert.js +0 -108
  100. package/dist/src/components/kemet-alert/kemet-alert.js.map +0 -1
  101. package/dist/src/components/kemet-alert/styles.d.ts +0 -1
  102. package/dist/src/components/kemet-alert/styles.js +0 -104
  103. package/dist/src/components/kemet-alert/styles.js.map +0 -1
  104. package/dist/src/components/kemet-alert/types.d.ts +0 -10
  105. package/dist/src/components/kemet-alert/types.js +0 -2
  106. package/dist/src/components/kemet-alert/types.js.map +0 -1
  107. package/dist/src/components/kemet-avatar/docs/stories.d.ts +0 -11
  108. package/dist/src/components/kemet-avatar/docs/stories.js +0 -86
  109. package/dist/src/components/kemet-avatar/docs/stories.js.map +0 -1
  110. package/dist/src/components/kemet-avatar/kemet-avatar.d.ts +0 -43
  111. package/dist/src/components/kemet-avatar/kemet-avatar.js +0 -78
  112. package/dist/src/components/kemet-avatar/kemet-avatar.js.map +0 -1
  113. package/dist/src/components/kemet-avatar/kemet-avatars.d.ts +0 -20
  114. package/dist/src/components/kemet-avatar/kemet-avatars.js +0 -25
  115. package/dist/src/components/kemet-avatar/kemet-avatars.js.map +0 -1
  116. package/dist/src/components/kemet-avatar/styles.d.ts +0 -2
  117. package/dist/src/components/kemet-avatar/styles.js +0 -58
  118. package/dist/src/components/kemet-avatar/styles.js.map +0 -1
  119. package/dist/src/components/kemet-avatar/types.d.ts +0 -8
  120. package/dist/src/components/kemet-avatar/types.js +0 -2
  121. package/dist/src/components/kemet-avatar/types.js.map +0 -1
  122. package/dist/src/components/kemet-badge/docs/stories.d.ts +0 -9
  123. package/dist/src/components/kemet-badge/docs/stories.js +0 -40
  124. package/dist/src/components/kemet-badge/docs/stories.js.map +0 -1
  125. package/dist/src/components/kemet-badge/kemet-badge.d.ts +0 -30
  126. package/dist/src/components/kemet-badge/kemet-badge.js +0 -55
  127. package/dist/src/components/kemet-badge/kemet-badge.js.map +0 -1
  128. package/dist/src/components/kemet-badge/styles.d.ts +0 -1
  129. package/dist/src/components/kemet-badge/styles.js +0 -40
  130. package/dist/src/components/kemet-badge/styles.js.map +0 -1
  131. package/dist/src/components/kemet-badge/types.d.ts +0 -6
  132. package/dist/src/components/kemet-badge/types.js +0 -2
  133. package/dist/src/components/kemet-badge/types.js.map +0 -1
  134. package/dist/src/components/kemet-button/docs/stories.d.ts +0 -9
  135. package/dist/src/components/kemet-button/docs/stories.js +0 -51
  136. package/dist/src/components/kemet-button/docs/stories.js.map +0 -1
  137. package/dist/src/components/kemet-button/kemet-button.d.ts +0 -89
  138. package/dist/src/components/kemet-button/kemet-button.js +0 -153
  139. package/dist/src/components/kemet-button/kemet-button.js.map +0 -1
  140. package/dist/src/components/kemet-button/styles.d.ts +0 -1
  141. package/dist/src/components/kemet-button/styles.js +0 -73
  142. package/dist/src/components/kemet-button/styles.js.map +0 -1
  143. package/dist/src/components/kemet-button/types.d.ts +0 -10
  144. package/dist/src/components/kemet-button/types.js +0 -2
  145. package/dist/src/components/kemet-button/types.js.map +0 -1
  146. package/dist/src/components/kemet-card/docs/stories.js.map +0 -1
  147. package/dist/src/components/kemet-card/kemet-card.d.ts +0 -47
  148. package/dist/src/components/kemet-card/kemet-card.js +0 -65
  149. package/dist/src/components/kemet-card/kemet-card.js.map +0 -1
  150. package/dist/src/components/kemet-card/styles.d.ts +0 -1
  151. package/dist/src/components/kemet-card/styles.js +0 -63
  152. package/dist/src/components/kemet-card/styles.js.map +0 -1
  153. package/dist/src/components/kemet-card/types.d.ts +0 -3
  154. package/dist/src/components/kemet-card/types.js +0 -2
  155. package/dist/src/components/kemet-card/types.js.map +0 -1
  156. package/dist/src/components/kemet-carousel/docs/stories.js.map +0 -1
  157. package/dist/src/components/kemet-carousel/kemet-carousel-current.d.ts +0 -26
  158. package/dist/src/components/kemet-carousel/kemet-carousel-current.js +0 -44
  159. package/dist/src/components/kemet-carousel/kemet-carousel-current.js.map +0 -1
  160. package/dist/src/components/kemet-carousel/kemet-carousel-first.d.ts +0 -25
  161. package/dist/src/components/kemet-carousel/kemet-carousel-first.js +0 -50
  162. package/dist/src/components/kemet-carousel/kemet-carousel-first.js.map +0 -1
  163. package/dist/src/components/kemet-carousel/kemet-carousel-last.d.ts +0 -25
  164. package/dist/src/components/kemet-carousel/kemet-carousel-last.js +0 -50
  165. package/dist/src/components/kemet-carousel/kemet-carousel-last.js.map +0 -1
  166. package/dist/src/components/kemet-carousel/kemet-carousel-link.d.ts +0 -31
  167. package/dist/src/components/kemet-carousel/kemet-carousel-link.js +0 -64
  168. package/dist/src/components/kemet-carousel/kemet-carousel-link.js.map +0 -1
  169. package/dist/src/components/kemet-carousel/kemet-carousel-next.d.ts +0 -25
  170. package/dist/src/components/kemet-carousel/kemet-carousel-next.js +0 -50
  171. package/dist/src/components/kemet-carousel/kemet-carousel-next.js.map +0 -1
  172. package/dist/src/components/kemet-carousel/kemet-carousel-prev.d.ts +0 -25
  173. package/dist/src/components/kemet-carousel/kemet-carousel-prev.js +0 -50
  174. package/dist/src/components/kemet-carousel/kemet-carousel-prev.js.map +0 -1
  175. package/dist/src/components/kemet-carousel/kemet-carousel-slide.d.ts +0 -29
  176. package/dist/src/components/kemet-carousel/kemet-carousel-slide.js +0 -53
  177. package/dist/src/components/kemet-carousel/kemet-carousel-slide.js.map +0 -1
  178. package/dist/src/components/kemet-carousel/kemet-carousel-total.d.ts +0 -26
  179. package/dist/src/components/kemet-carousel/kemet-carousel-total.js +0 -44
  180. package/dist/src/components/kemet-carousel/kemet-carousel-total.js.map +0 -1
  181. package/dist/src/components/kemet-carousel/kemet-carousel.d.ts +0 -114
  182. package/dist/src/components/kemet-carousel/kemet-carousel.js +0 -410
  183. package/dist/src/components/kemet-carousel/kemet-carousel.js.map +0 -1
  184. package/dist/src/components/kemet-carousel/styles.d.ts +0 -1
  185. package/dist/src/components/kemet-carousel/styles.js +0 -66
  186. package/dist/src/components/kemet-carousel/styles.js.map +0 -1
  187. package/dist/src/components/kemet-carousel/types.d.ts +0 -21
  188. package/dist/src/components/kemet-carousel/types.js +0 -2
  189. package/dist/src/components/kemet-carousel/types.js.map +0 -1
  190. package/dist/src/components/kemet-checkbox/docs/stories.js.map +0 -1
  191. package/dist/src/components/kemet-checkbox/kemet-checkbox.d.ts +0 -71
  192. package/dist/src/components/kemet-checkbox/kemet-checkbox.js +0 -192
  193. package/dist/src/components/kemet-checkbox/kemet-checkbox.js.map +0 -1
  194. package/dist/src/components/kemet-checkbox/styles.d.ts +0 -1
  195. package/dist/src/components/kemet-checkbox/styles.js +0 -83
  196. package/dist/src/components/kemet-checkbox/styles.js.map +0 -1
  197. package/dist/src/components/kemet-checkbox/types.d.ts +0 -15
  198. package/dist/src/components/kemet-checkbox/types.js +0 -2
  199. package/dist/src/components/kemet-checkbox/types.js.map +0 -1
  200. package/dist/src/components/kemet-combo/docs/stories.js.map +0 -1
  201. package/dist/src/components/kemet-combo/kemet-combo.d.ts +0 -50
  202. package/dist/src/components/kemet-combo/kemet-combo.js +0 -162
  203. package/dist/src/components/kemet-combo/kemet-combo.js.map +0 -1
  204. package/dist/src/components/kemet-combo/styles.d.ts +0 -1
  205. package/dist/src/components/kemet-combo/styles.js +0 -44
  206. package/dist/src/components/kemet-combo/styles.js.map +0 -1
  207. package/dist/src/components/kemet-combo/types.d.ts +0 -5
  208. package/dist/src/components/kemet-combo/types.js +0 -2
  209. package/dist/src/components/kemet-combo/types.js.map +0 -1
  210. package/dist/src/components/kemet-count/docs/stories.js.map +0 -1
  211. package/dist/src/components/kemet-count/kemet-count.d.ts +0 -39
  212. package/dist/src/components/kemet-count/kemet-count.js +0 -98
  213. package/dist/src/components/kemet-count/kemet-count.js.map +0 -1
  214. package/dist/src/components/kemet-draggable/docs/stories.js.map +0 -1
  215. package/dist/src/components/kemet-draggable/kemet-draggable.d.ts +0 -49
  216. package/dist/src/components/kemet-draggable/kemet-draggable.js +0 -137
  217. package/dist/src/components/kemet-draggable/kemet-draggable.js.map +0 -1
  218. package/dist/src/components/kemet-draggable/types.d.ts +0 -6
  219. package/dist/src/components/kemet-draggable/types.js +0 -2
  220. package/dist/src/components/kemet-draggable/types.js.map +0 -1
  221. package/dist/src/components/kemet-drawer/docs/stories.js.map +0 -1
  222. package/dist/src/components/kemet-drawer/kemet-drawer.d.ts +0 -48
  223. package/dist/src/components/kemet-drawer/kemet-drawer.js +0 -95
  224. package/dist/src/components/kemet-drawer/kemet-drawer.js.map +0 -1
  225. package/dist/src/components/kemet-drawer/styles.d.ts +0 -2
  226. package/dist/src/components/kemet-drawer/styles.js +0 -314
  227. package/dist/src/components/kemet-drawer/styles.js.map +0 -1
  228. package/dist/src/components/kemet-drawer/types.d.ts +0 -8
  229. package/dist/src/components/kemet-drawer/types.js +0 -2
  230. package/dist/src/components/kemet-drawer/types.js.map +0 -1
  231. package/dist/src/components/kemet-fab/docs/stories.js.map +0 -1
  232. package/dist/src/components/kemet-fab/kemet-fab.d.ts +0 -49
  233. package/dist/src/components/kemet-fab/kemet-fab.js +0 -107
  234. package/dist/src/components/kemet-fab/kemet-fab.js.map +0 -1
  235. package/dist/src/components/kemet-fab/styles.d.ts +0 -1
  236. package/dist/src/components/kemet-fab/styles.js +0 -95
  237. package/dist/src/components/kemet-fab/styles.js.map +0 -1
  238. package/dist/src/components/kemet-fab/types.d.ts +0 -8
  239. package/dist/src/components/kemet-fab/types.js +0 -2
  240. package/dist/src/components/kemet-fab/types.js.map +0 -1
  241. package/dist/src/components/kemet-field/docs/stories.js.map +0 -1
  242. package/dist/src/components/kemet-field/kemet-field.d.ts +0 -61
  243. package/dist/src/components/kemet-field/kemet-field.js +0 -144
  244. package/dist/src/components/kemet-field/kemet-field.js.map +0 -1
  245. package/dist/src/components/kemet-field/styles.d.ts +0 -1
  246. package/dist/src/components/kemet-field/styles.js +0 -61
  247. package/dist/src/components/kemet-field/styles.js.map +0 -1
  248. package/dist/src/components/kemet-field/types.d.ts +0 -13
  249. package/dist/src/components/kemet-field/types.js +0 -2
  250. package/dist/src/components/kemet-field/types.js.map +0 -1
  251. package/dist/src/components/kemet-flipcard/docs/stories.js.map +0 -1
  252. package/dist/src/components/kemet-flipcard/kemet-flipcard-trigger.d.ts +0 -21
  253. package/dist/src/components/kemet-flipcard/kemet-flipcard-trigger.js +0 -42
  254. package/dist/src/components/kemet-flipcard/kemet-flipcard-trigger.js.map +0 -1
  255. package/dist/src/components/kemet-flipcard/kemet-flipcard.d.ts +0 -52
  256. package/dist/src/components/kemet-flipcard/kemet-flipcard.js +0 -131
  257. package/dist/src/components/kemet-flipcard/kemet-flipcard.js.map +0 -1
  258. package/dist/src/components/kemet-flipcard/styles.d.ts +0 -1
  259. package/dist/src/components/kemet-flipcard/styles.js +0 -85
  260. package/dist/src/components/kemet-flipcard/styles.js.map +0 -1
  261. package/dist/src/components/kemet-flipcard/types.d.ts +0 -7
  262. package/dist/src/components/kemet-flipcard/types.js +0 -2
  263. package/dist/src/components/kemet-flipcard/types.js.map +0 -1
  264. package/dist/src/components/kemet-icon/docs/stories.js.map +0 -1
  265. package/dist/src/components/kemet-icon/kemet-icon.d.ts +0 -28
  266. package/dist/src/components/kemet-icon/kemet-icon.js +0 -114
  267. package/dist/src/components/kemet-icon/kemet-icon.js.map +0 -1
  268. package/dist/src/components/kemet-icon/styles.d.ts +0 -1
  269. package/dist/src/components/kemet-icon/styles.js +0 -9
  270. package/dist/src/components/kemet-icon/styles.js.map +0 -1
  271. package/dist/src/components/kemet-icon/types.d.ts +0 -5
  272. package/dist/src/components/kemet-icon/types.js +0 -2
  273. package/dist/src/components/kemet-icon/types.js.map +0 -1
  274. package/dist/src/components/kemet-input/docs/stories.js.map +0 -1
  275. package/dist/src/components/kemet-input/kemet-input.d.ts +0 -193
  276. package/dist/src/components/kemet-input/kemet-input.js +0 -417
  277. package/dist/src/components/kemet-input/kemet-input.js.map +0 -1
  278. package/dist/src/components/kemet-input/styles.d.ts +0 -1
  279. package/dist/src/components/kemet-input/styles.js +0 -115
  280. package/dist/src/components/kemet-input/styles.js.map +0 -1
  281. package/dist/src/components/kemet-input/types.d.ts +0 -35
  282. package/dist/src/components/kemet-input/types.js +0 -2
  283. package/dist/src/components/kemet-input/types.js.map +0 -1
  284. package/dist/src/components/kemet-modal/docs/stories.js.map +0 -1
  285. package/dist/src/components/kemet-modal/kemet-modal-close.d.ts +0 -21
  286. package/dist/src/components/kemet-modal/kemet-modal-close.js +0 -40
  287. package/dist/src/components/kemet-modal/kemet-modal-close.js.map +0 -1
  288. package/dist/src/components/kemet-modal/kemet-modal.d.ts +0 -49
  289. package/dist/src/components/kemet-modal/kemet-modal.js +0 -131
  290. package/dist/src/components/kemet-modal/kemet-modal.js.map +0 -1
  291. package/dist/src/components/kemet-modal/styles.d.ts +0 -2
  292. package/dist/src/components/kemet-modal/styles.js +0 -267
  293. package/dist/src/components/kemet-modal/styles.js.map +0 -1
  294. package/dist/src/components/kemet-modal/types.d.ts +0 -8
  295. package/dist/src/components/kemet-modal/types.js +0 -2
  296. package/dist/src/components/kemet-modal/types.js.map +0 -1
  297. package/dist/src/components/kemet-password/docs/stories.js.map +0 -1
  298. package/dist/src/components/kemet-password/kemet-password.d.ts +0 -77
  299. package/dist/src/components/kemet-password/kemet-password.js +0 -184
  300. package/dist/src/components/kemet-password/kemet-password.js.map +0 -1
  301. package/dist/src/components/kemet-password/styles.d.ts +0 -1
  302. package/dist/src/components/kemet-password/styles.js +0 -80
  303. package/dist/src/components/kemet-password/styles.js.map +0 -1
  304. package/dist/src/components/kemet-password/types.d.ts +0 -10
  305. package/dist/src/components/kemet-password/types.js +0 -2
  306. package/dist/src/components/kemet-password/types.js.map +0 -1
  307. package/dist/src/components/kemet-popper/docs/stories.js.map +0 -1
  308. package/dist/src/components/kemet-popper/kemet-popper-close.d.ts +0 -22
  309. package/dist/src/components/kemet-popper/kemet-popper-close.js +0 -49
  310. package/dist/src/components/kemet-popper/kemet-popper-close.js.map +0 -1
  311. package/dist/src/components/kemet-popper/kemet-popper.d.ts +0 -63
  312. package/dist/src/components/kemet-popper/kemet-popper.js +0 -182
  313. package/dist/src/components/kemet-popper/kemet-popper.js.map +0 -1
  314. package/dist/src/components/kemet-popper/styles.d.ts +0 -1
  315. package/dist/src/components/kemet-popper/styles.effects.d.ts +0 -8
  316. package/dist/src/components/kemet-popper/styles.effects.js +0 -306
  317. package/dist/src/components/kemet-popper/styles.effects.js.map +0 -1
  318. package/dist/src/components/kemet-popper/styles.js +0 -28
  319. package/dist/src/components/kemet-popper/styles.js.map +0 -1
  320. package/dist/src/components/kemet-popper/types.d.ts +0 -3
  321. package/dist/src/components/kemet-popper/types.js +0 -2
  322. package/dist/src/components/kemet-popper/types.js.map +0 -1
  323. package/dist/src/components/kemet-radio/docs/stories.js.map +0 -1
  324. package/dist/src/components/kemet-radio/kemet-radio.d.ts +0 -56
  325. package/dist/src/components/kemet-radio/kemet-radio.js +0 -129
  326. package/dist/src/components/kemet-radio/kemet-radio.js.map +0 -1
  327. package/dist/src/components/kemet-radio/kemet-radios.d.ts +0 -49
  328. package/dist/src/components/kemet-radio/kemet-radios.js +0 -143
  329. package/dist/src/components/kemet-radio/kemet-radios.js.map +0 -1
  330. package/dist/src/components/kemet-radio/styles.d.ts +0 -2
  331. package/dist/src/components/kemet-radio/styles.js +0 -102
  332. package/dist/src/components/kemet-radio/styles.js.map +0 -1
  333. package/dist/src/components/kemet-radio/types.d.ts +0 -20
  334. package/dist/src/components/kemet-radio/types.js +0 -2
  335. package/dist/src/components/kemet-radio/types.js.map +0 -1
  336. package/dist/src/components/kemet-rotator/docs/stories.js.map +0 -1
  337. package/dist/src/components/kemet-rotator/kemet-rotator.d.ts +0 -40
  338. package/dist/src/components/kemet-rotator/kemet-rotator.js +0 -122
  339. package/dist/src/components/kemet-rotator/kemet-rotator.js.map +0 -1
  340. package/dist/src/components/kemet-rotator/styles.d.ts +0 -1
  341. package/dist/src/components/kemet-rotator/styles.js +0 -72
  342. package/dist/src/components/kemet-rotator/styles.js.map +0 -1
  343. package/dist/src/components/kemet-rotator/types.d.ts +0 -9
  344. package/dist/src/components/kemet-rotator/types.js +0 -2
  345. package/dist/src/components/kemet-rotator/types.js.map +0 -1
  346. package/dist/src/components/kemet-scroll-link/docs/stories.js.map +0 -1
  347. package/dist/src/components/kemet-scroll-link/kemet-scroll-link.d.ts +0 -31
  348. package/dist/src/components/kemet-scroll-link/kemet-scroll-link.js +0 -82
  349. package/dist/src/components/kemet-scroll-link/kemet-scroll-link.js.map +0 -1
  350. package/dist/src/components/kemet-scroll-link/types.d.ts +0 -6
  351. package/dist/src/components/kemet-scroll-link/types.js +0 -2
  352. package/dist/src/components/kemet-scroll-link/types.js.map +0 -1
  353. package/dist/src/components/kemet-scroll-nav/docs/stories.js.map +0 -1
  354. package/dist/src/components/kemet-scroll-nav/kemet-scroll-nav.d.ts +0 -34
  355. package/dist/src/components/kemet-scroll-nav/kemet-scroll-nav.js +0 -70
  356. package/dist/src/components/kemet-scroll-nav/kemet-scroll-nav.js.map +0 -1
  357. package/dist/src/components/kemet-scroll-nav/styles.d.ts +0 -1
  358. package/dist/src/components/kemet-scroll-nav/styles.js +0 -27
  359. package/dist/src/components/kemet-scroll-nav/styles.js.map +0 -1
  360. package/dist/src/components/kemet-scroll-nav/types.d.ts +0 -6
  361. package/dist/src/components/kemet-scroll-nav/types.js +0 -2
  362. package/dist/src/components/kemet-scroll-nav/types.js.map +0 -1
  363. package/dist/src/components/kemet-scroll-snap/docs/stories.js.map +0 -1
  364. package/dist/src/components/kemet-scroll-snap/kemet-scroll-snap-paginator.d.ts +0 -44
  365. package/dist/src/components/kemet-scroll-snap/kemet-scroll-snap-paginator.js +0 -120
  366. package/dist/src/components/kemet-scroll-snap/kemet-scroll-snap-paginator.js.map +0 -1
  367. package/dist/src/components/kemet-scroll-snap/kemet-scroll-snap-slide.d.ts +0 -30
  368. package/dist/src/components/kemet-scroll-snap/kemet-scroll-snap-slide.js +0 -53
  369. package/dist/src/components/kemet-scroll-snap/kemet-scroll-snap-slide.js.map +0 -1
  370. package/dist/src/components/kemet-scroll-snap/kemet-scroll-snap.d.ts +0 -46
  371. package/dist/src/components/kemet-scroll-snap/kemet-scroll-snap.js +0 -122
  372. package/dist/src/components/kemet-scroll-snap/kemet-scroll-snap.js.map +0 -1
  373. package/dist/src/components/kemet-scroll-snap/styles.d.ts +0 -2
  374. package/dist/src/components/kemet-scroll-snap/styles.js +0 -74
  375. package/dist/src/components/kemet-scroll-snap/styles.js.map +0 -1
  376. package/dist/src/components/kemet-scroll-snap/types.d.ts +0 -20
  377. package/dist/src/components/kemet-scroll-snap/types.js +0 -2
  378. package/dist/src/components/kemet-scroll-snap/types.js.map +0 -1
  379. package/dist/src/components/kemet-select/docs/stories.js.map +0 -1
  380. package/dist/src/components/kemet-select/kemet-option.d.ts +0 -29
  381. package/dist/src/components/kemet-select/kemet-option.js +0 -45
  382. package/dist/src/components/kemet-select/kemet-option.js.map +0 -1
  383. package/dist/src/components/kemet-select/kemet-select.d.ts +0 -110
  384. package/dist/src/components/kemet-select/kemet-select.js +0 -239
  385. package/dist/src/components/kemet-select/kemet-select.js.map +0 -1
  386. package/dist/src/components/kemet-select/styles.d.ts +0 -1
  387. package/dist/src/components/kemet-select/styles.js +0 -73
  388. package/dist/src/components/kemet-select/styles.js.map +0 -1
  389. package/dist/src/components/kemet-select/types.d.ts +0 -20
  390. package/dist/src/components/kemet-select/types.js +0 -2
  391. package/dist/src/components/kemet-select/types.js.map +0 -1
  392. package/dist/src/components/kemet-sortable/docs/stories.js.map +0 -1
  393. package/dist/src/components/kemet-sortable/kemet-sortable-item.d.ts +0 -21
  394. package/dist/src/components/kemet-sortable/kemet-sortable-item.js +0 -30
  395. package/dist/src/components/kemet-sortable/kemet-sortable-item.js.map +0 -1
  396. package/dist/src/components/kemet-sortable/kemet-sortable.d.ts +0 -25
  397. package/dist/src/components/kemet-sortable/kemet-sortable.js +0 -77
  398. package/dist/src/components/kemet-sortable/kemet-sortable.js.map +0 -1
  399. package/dist/src/components/kemet-sortable/styles.d.ts +0 -2
  400. package/dist/src/components/kemet-sortable/styles.js +0 -22
  401. package/dist/src/components/kemet-sortable/styles.js.map +0 -1
  402. package/dist/src/components/kemet-sortable/types.d.ts +0 -3
  403. package/dist/src/components/kemet-sortable/types.js +0 -2
  404. package/dist/src/components/kemet-sortable/types.js.map +0 -1
  405. package/dist/src/components/kemet-svgs/docs/stories.js.map +0 -1
  406. package/dist/src/components/kemet-svgs/kemet-svg.d.ts +0 -38
  407. package/dist/src/components/kemet-svgs/kemet-svg.js +0 -97
  408. package/dist/src/components/kemet-svgs/kemet-svg.js.map +0 -1
  409. package/dist/src/components/kemet-svgs/kemet-svgs.d.ts +0 -27
  410. package/dist/src/components/kemet-svgs/kemet-svgs.js +0 -51
  411. package/dist/src/components/kemet-svgs/kemet-svgs.js.map +0 -1
  412. package/dist/src/components/kemet-svgs/types.d.ts +0 -10
  413. package/dist/src/components/kemet-svgs/types.js +0 -2
  414. package/dist/src/components/kemet-svgs/types.js.map +0 -1
  415. package/dist/src/components/kemet-tabs/docs/stories.js.map +0 -1
  416. package/dist/src/components/kemet-tabs/kemet-tab-panel.d.ts +0 -27
  417. package/dist/src/components/kemet-tabs/kemet-tab-panel.js +0 -52
  418. package/dist/src/components/kemet-tabs/kemet-tab-panel.js.map +0 -1
  419. package/dist/src/components/kemet-tabs/kemet-tab.d.ts +0 -37
  420. package/dist/src/components/kemet-tabs/kemet-tab.js +0 -79
  421. package/dist/src/components/kemet-tabs/kemet-tab.js.map +0 -1
  422. package/dist/src/components/kemet-tabs/kemet-tabs.d.ts +0 -91
  423. package/dist/src/components/kemet-tabs/kemet-tabs.js +0 -523
  424. package/dist/src/components/kemet-tabs/kemet-tabs.js.map +0 -1
  425. package/dist/src/components/kemet-tabs/styles.d.ts +0 -3
  426. package/dist/src/components/kemet-tabs/styles.js +0 -268
  427. package/dist/src/components/kemet-tabs/styles.js.map +0 -1
  428. package/dist/src/components/kemet-tabs/types.d.ts +0 -27
  429. package/dist/src/components/kemet-tabs/types.js +0 -2
  430. package/dist/src/components/kemet-tabs/types.js.map +0 -1
  431. package/dist/src/components/kemet-textarea/docs/stories.js.map +0 -1
  432. package/dist/src/components/kemet-textarea/kemet-textarea.d.ts +0 -123
  433. package/dist/src/components/kemet-textarea/kemet-textarea.js +0 -293
  434. package/dist/src/components/kemet-textarea/kemet-textarea.js.map +0 -1
  435. package/dist/src/components/kemet-textarea/styles.d.ts +0 -1
  436. package/dist/src/components/kemet-textarea/styles.js +0 -69
  437. package/dist/src/components/kemet-textarea/styles.js.map +0 -1
  438. package/dist/src/components/kemet-textarea/types.d.ts +0 -20
  439. package/dist/src/components/kemet-textarea/types.js +0 -2
  440. package/dist/src/components/kemet-textarea/types.js.map +0 -1
  441. package/dist/src/components/kemet-toggle/docs/stories.js.map +0 -1
  442. package/dist/src/components/kemet-toggle/kemet-toggle.d.ts +0 -60
  443. package/dist/src/components/kemet-toggle/kemet-toggle.js +0 -130
  444. package/dist/src/components/kemet-toggle/kemet-toggle.js.map +0 -1
  445. package/dist/src/components/kemet-toggle/styles.d.ts +0 -1
  446. package/dist/src/components/kemet-toggle/styles.js +0 -84
  447. package/dist/src/components/kemet-toggle/styles.js.map +0 -1
  448. package/dist/src/components/kemet-toggle/types.d.ts +0 -10
  449. package/dist/src/components/kemet-toggle/types.js +0 -2
  450. package/dist/src/components/kemet-toggle/types.js.map +0 -1
  451. package/dist/src/components/kemet-tooltip/docs/stories.js.map +0 -1
  452. package/dist/src/components/kemet-tooltip/kemet-tooltip.d.ts +0 -33
  453. package/dist/src/components/kemet-tooltip/kemet-tooltip.js +0 -68
  454. package/dist/src/components/kemet-tooltip/kemet-tooltip.js.map +0 -1
  455. package/dist/src/components/kemet-tooltip/styles.d.ts +0 -1
  456. package/dist/src/components/kemet-tooltip/styles.js +0 -61
  457. package/dist/src/components/kemet-tooltip/styles.js.map +0 -1
  458. package/dist/src/components/kemet-tooltip/types.d.ts +0 -3
  459. package/dist/src/components/kemet-tooltip/types.js +0 -2
  460. package/dist/src/components/kemet-tooltip/types.js.map +0 -1
  461. package/dist/src/components/kemet-tracker/docs/stories.js.map +0 -1
  462. package/dist/src/components/kemet-tracker/kemet-tracker-step.d.ts +0 -63
  463. package/dist/src/components/kemet-tracker/kemet-tracker-step.js +0 -127
  464. package/dist/src/components/kemet-tracker/kemet-tracker-step.js.map +0 -1
  465. package/dist/src/components/kemet-tracker/kemet-tracker.d.ts +0 -26
  466. package/dist/src/components/kemet-tracker/kemet-tracker.js +0 -70
  467. package/dist/src/components/kemet-tracker/kemet-tracker.js.map +0 -1
  468. package/dist/src/components/kemet-tracker/styles.d.ts +0 -1
  469. package/dist/src/components/kemet-tracker/styles.js +0 -111
  470. package/dist/src/components/kemet-tracker/styles.js.map +0 -1
  471. package/dist/src/components/kemet-tracker/types.d.ts +0 -13
  472. package/dist/src/components/kemet-tracker/types.js +0 -2
  473. package/dist/src/components/kemet-tracker/types.js.map +0 -1
  474. package/dist/src/components/kemet-upload/docs/stories.js.map +0 -1
  475. package/dist/src/components/kemet-upload/kemet-upload-file.d.ts +0 -46
  476. package/dist/src/components/kemet-upload/kemet-upload-file.js +0 -110
  477. package/dist/src/components/kemet-upload/kemet-upload-file.js.map +0 -1
  478. package/dist/src/components/kemet-upload/kemet-upload.d.ts +0 -58
  479. package/dist/src/components/kemet-upload/kemet-upload.js +0 -154
  480. package/dist/src/components/kemet-upload/kemet-upload.js.map +0 -1
  481. package/dist/src/components/kemet-upload/styles.d.ts +0 -3
  482. package/dist/src/components/kemet-upload/styles.js +0 -169
  483. package/dist/src/components/kemet-upload/styles.js.map +0 -1
  484. package/dist/src/components/kemet-upload/types.d.ts +0 -21
  485. package/dist/src/components/kemet-upload/types.js +0 -2
  486. package/dist/src/components/kemet-upload/types.js.map +0 -1
  487. package/dist/src/stories/styles/borders/borders.stories.d.ts +0 -5
  488. package/dist/src/stories/styles/borders/borders.stories.js +0 -46
  489. package/dist/src/stories/styles/borders/borders.stories.js.map +0 -1
  490. package/dist/src/stories/styles/borders/stories.d.ts +0 -5
  491. package/dist/src/stories/styles/borders/stories.js +0 -46
  492. package/dist/src/stories/styles/borders/stories.js.map +0 -1
  493. package/dist/src/stories/styles/borders.stories.d.ts +0 -5
  494. package/dist/src/stories/styles/borders.stories.js +0 -46
  495. package/dist/src/stories/styles/borders.stories.js.map +0 -1
  496. package/dist/src/stories/styles/elevation/elevation.stories.d.ts +0 -1
  497. package/dist/src/stories/styles/elevation/elevation.stories.js +0 -15
  498. package/dist/src/stories/styles/elevation/elevation.stories.js.map +0 -1
  499. package/dist/src/stories/styles/elevation/stories.d.ts +0 -5
  500. package/dist/src/stories/styles/elevation/stories.js +0 -21
  501. package/dist/src/stories/styles/elevation/stories.js.map +0 -1
  502. package/dist/src/stories/styles/flexcolumn/stories.d.ts +0 -6
  503. package/dist/src/stories/styles/flexcolumn/stories.js +0 -44
  504. package/dist/src/stories/styles/flexcolumn/stories.js.map +0 -1
  505. package/dist/src/stories/styles/flexgrid/stories.d.ts +0 -6
  506. package/dist/src/stories/styles/flexgrid/stories.js +0 -44
  507. package/dist/src/stories/styles/flexgrid/stories.js.map +0 -1
  508. package/dist/src/stories/styles/flexlist/stories.d.ts +0 -7
  509. package/dist/src/stories/styles/flexlist/stories.js +0 -45
  510. package/dist/src/stories/styles/flexlist/stories.js.map +0 -1
  511. package/dist/src/stories/styles/flexrow/stories.d.ts +0 -10
  512. package/dist/src/stories/styles/flexrow/stories.js +0 -77
  513. package/dist/src/stories/styles/flexrow/stories.js.map +0 -1
  514. package/dist/src/stories/styles/spacing/stories.d.ts +0 -6
  515. package/dist/src/stories/styles/spacing/stories.js +0 -49
  516. package/dist/src/stories/styles/spacing/stories.js.map +0 -1
  517. package/dist/src/stories/styles/typealignment/stories.d.ts +0 -5
  518. package/dist/src/stories/styles/typealignment/stories.js +0 -14
  519. package/dist/src/stories/styles/typealignment/stories.js.map +0 -1
  520. package/dist/src/stories/styles/typography/stories.d.ts +0 -6
  521. package/dist/src/stories/styles/typography/stories.js +0 -41
  522. package/dist/src/stories/styles/typography/stories.js.map +0 -1
  523. package/dist/src/stories/styles/visibility/stories.d.ts +0 -6
  524. package/dist/src/stories/styles/visibility/stories.js +0 -60
  525. package/dist/src/stories/styles/visibility/stories.js.map +0 -1
  526. package/dist/src/stories/templates/bootstrap/stories.d.ts +0 -6
  527. package/dist/src/stories/templates/bootstrap/stories.js +0 -159
  528. package/dist/src/stories/templates/bootstrap/stories.js.map +0 -1
  529. package/dist/src/stories/templates/foundation/stories.d.ts +0 -8
  530. package/dist/src/stories/templates/foundation/stories.js +0 -911
  531. package/dist/src/stories/templates/foundation/stories.js.map +0 -1
  532. package/dist/src/utilities/controllers/forms.d.ts +0 -11
  533. package/dist/src/utilities/controllers/forms.js +0 -102
  534. package/dist/src/utilities/controllers/forms.js.map +0 -1
  535. package/dist/src/utilities/misc/constants.d.ts +0 -5
  536. package/dist/src/utilities/misc/constants.js +0 -6
  537. package/dist/src/utilities/misc/constants.js.map +0 -1
  538. package/dist/src/utilities/misc/events.d.ts +0 -1
  539. package/dist/src/utilities/misc/events.js +0 -4
  540. package/dist/src/utilities/misc/events.js.map +0 -1
  541. package/dist/utilities/misc/decorators.d.ts +0 -1
  542. package/dist/utilities/misc/decorators.js +0 -5
  543. package/dist/utilities/misc/decorators.js.map +0 -1
  544. /package/dist/{src/components → components}/kemet-card/docs/stories.d.ts +0 -0
  545. /package/dist/{src/components → components}/kemet-card/docs/stories.js +0 -0
  546. /package/dist/{src/components → components}/kemet-carousel/docs/stories.d.ts +0 -0
  547. /package/dist/{src/components → components}/kemet-carousel/docs/stories.js +0 -0
  548. /package/dist/{src/components → components}/kemet-checkbox/docs/stories.d.ts +0 -0
  549. /package/dist/{src/components → components}/kemet-checkbox/docs/stories.js +0 -0
  550. /package/dist/{src/components → components}/kemet-combo/docs/stories.d.ts +0 -0
  551. /package/dist/{src/components → components}/kemet-combo/docs/stories.js +0 -0
  552. /package/dist/{src/components → components}/kemet-count/docs/stories.d.ts +0 -0
  553. /package/dist/{src/components → components}/kemet-count/docs/stories.js +0 -0
  554. /package/dist/{src/components → components}/kemet-draggable/docs/stories.d.ts +0 -0
  555. /package/dist/{src/components → components}/kemet-draggable/docs/stories.js +0 -0
  556. /package/dist/{src/components → components}/kemet-drawer/docs/stories.d.ts +0 -0
  557. /package/dist/{src/components → components}/kemet-drawer/docs/stories.js +0 -0
  558. /package/dist/{src/components → components}/kemet-fab/docs/stories.d.ts +0 -0
  559. /package/dist/{src/components → components}/kemet-fab/docs/stories.js +0 -0
  560. /package/dist/{src/components → components}/kemet-field/docs/stories.d.ts +0 -0
  561. /package/dist/{src/components → components}/kemet-field/docs/stories.js +0 -0
  562. /package/dist/{src/components → components}/kemet-flipcard/docs/stories.d.ts +0 -0
  563. /package/dist/{src/components → components}/kemet-flipcard/docs/stories.js +0 -0
  564. /package/dist/{src/components → components}/kemet-icon/docs/stories.d.ts +0 -0
  565. /package/dist/{src/components → components}/kemet-icon/docs/stories.js +0 -0
  566. /package/dist/{src/components → components}/kemet-input/docs/stories.d.ts +0 -0
  567. /package/dist/{src/components → components}/kemet-input/docs/stories.js +0 -0
  568. /package/dist/{src/components → components}/kemet-modal/docs/stories.d.ts +0 -0
  569. /package/dist/{src/components → components}/kemet-modal/docs/stories.js +0 -0
  570. /package/dist/{src/components → components}/kemet-password/docs/stories.d.ts +0 -0
  571. /package/dist/{src/components → components}/kemet-password/docs/stories.js +0 -0
  572. /package/dist/{src/components → components}/kemet-popper/docs/stories.d.ts +0 -0
  573. /package/dist/{src/components → components}/kemet-popper/docs/stories.js +0 -0
  574. /package/dist/{src/components → components}/kemet-radio/docs/stories.d.ts +0 -0
  575. /package/dist/{src/components → components}/kemet-radio/docs/stories.js +0 -0
  576. /package/dist/{src/components → components}/kemet-rotator/docs/stories.d.ts +0 -0
  577. /package/dist/{src/components → components}/kemet-rotator/docs/stories.js +0 -0
  578. /package/dist/{src/components → components}/kemet-scroll-link/docs/stories.d.ts +0 -0
  579. /package/dist/{src/components → components}/kemet-scroll-link/docs/stories.js +0 -0
  580. /package/dist/{src/components → components}/kemet-scroll-nav/docs/stories.d.ts +0 -0
  581. /package/dist/{src/components → components}/kemet-scroll-nav/docs/stories.js +0 -0
  582. /package/dist/{src/components → components}/kemet-scroll-snap/docs/stories.d.ts +0 -0
  583. /package/dist/{src/components → components}/kemet-scroll-snap/docs/stories.js +0 -0
  584. /package/dist/{src/components → components}/kemet-select/docs/stories.d.ts +0 -0
  585. /package/dist/{src/components → components}/kemet-select/docs/stories.js +0 -0
  586. /package/dist/{src/components → components}/kemet-sortable/docs/stories.d.ts +0 -0
  587. /package/dist/{src/components → components}/kemet-sortable/docs/stories.js +0 -0
  588. /package/dist/{src/components → components}/kemet-svgs/docs/stories.d.ts +0 -0
  589. /package/dist/{src/components → components}/kemet-svgs/docs/stories.js +0 -0
  590. /package/dist/{src/components → components}/kemet-tabs/docs/stories.d.ts +0 -0
  591. /package/dist/{src/components → components}/kemet-tabs/docs/stories.js +0 -0
  592. /package/dist/{src/components → components}/kemet-textarea/docs/stories.d.ts +0 -0
  593. /package/dist/{src/components → components}/kemet-textarea/docs/stories.js +0 -0
  594. /package/dist/{src/components → components}/kemet-toggle/docs/stories.d.ts +0 -0
  595. /package/dist/{src/components → components}/kemet-toggle/docs/stories.js +0 -0
  596. /package/dist/{src/components → components}/kemet-tooltip/docs/stories.d.ts +0 -0
  597. /package/dist/{src/components → components}/kemet-tooltip/docs/stories.js +0 -0
  598. /package/dist/{src/components → components}/kemet-tracker/docs/stories.d.ts +0 -0
  599. /package/dist/{src/components → components}/kemet-tracker/docs/stories.js +0 -0
  600. /package/dist/{src/components → components}/kemet-upload/docs/stories.d.ts +0 -0
  601. /package/dist/{src/components → components}/kemet-upload/docs/stories.js +0 -0
@@ -1,911 +0,0 @@
1
- import { html } from 'lit';
2
- const meta = {
3
- title: 'Templates / Foundation',
4
- };
5
- export default meta;
6
- const AgencyTemplate = () => html `
7
- <header kemet-layout="flexrow" kemet-align="middle" kemet-autostack kemet-background-color="gray2" kemet-padding-bottom="tiny:small medium:none">
8
- <div kemet-margin-left="medium:normal">
9
- <ul kemet-layout="flexlist" kemet-align="middle" kemet-gutters>
10
- <li><h2>Agency Name</h2></li>
11
- <li><a href="#one">One</a></li>
12
- <li><a href="#two">Two</a></li>
13
- </ul>
14
- </div>
15
- <div kemet-margin-right="medium:normal" kemet-breakpoint="tiny:content">
16
- <ul kemet-layout="flexlist" kemet-gutters>
17
- <li><a href="#three">Three</a></li>
18
- <li><a href="#four">Four</a></li>
19
- <li><a href="#five">Five</a></li>
20
- <li><a href="#six">Six</a></li>
21
- </ul>
22
- </div>
23
- </header>
24
-
25
- <br />
26
-
27
- <section kemet-type-align="tiny:center" kemet-margin="tiny:normal">
28
- <h1>Changing the World Through Design</h1>
29
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui mauris.</p>
30
- <ul kemet-layout="flexlist" kemet-gutters>
31
- <li><kemet-button>Learn More</kemet-button></li>
32
- <li><kemet-button>Learn Less</kemet-button></li>
33
- </ul>
34
- </section>
35
-
36
- <br /><hr /><br />
37
-
38
- <section>
39
- <div kemet-layout="flexgrid" kemet-gutters kemet-margin-left="tiny:normal" kemet-margin-right="tiny:normal">
40
- <div kemet-breakpoint="tiny:100 medium:50">
41
- <img src="https://via.placeholder.com/1920x1080" alt="A place holder" style="max-width:100%;" />
42
- </div>
43
- <div kemet-breakpoint="tiny:100 medium:50" kemet-order="medium:minus-1">
44
- <h1>Our Agency, our selves.</h1>
45
- <p>Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna diam porttitor mauris, quis sollicitudin sapien justo in libero. Vestibulum mollis mauris enim. Morbi euismod magna ac lorem rutrum elementum. Donec viverra auctor.</p>
46
- </div>
47
- <div kemet-breakpoint="tiny:100 medium:33">
48
- <h2>Photoshop</h2>
49
- <p>Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna.</p>
50
- </div>
51
- <div kemet-breakpoint="tiny:100 medium:33">
52
- <h2>Javascript</h2>
53
- <p>Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna.</p>
54
- </div>
55
- <div kemet-breakpoint="tiny:100 medium:33">
56
- <h2>Marketing</h2>
57
- <p>Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna.</p>
58
- </div>
59
- </div>
60
- </section>
61
-
62
-
63
- <hr /><br />
64
-
65
- <section kemet-layout="flexrow" kemet-type-align="tiny:center">
66
- <a href="#"><div kemet-type-size="plus-6">28</div>Websites</a>
67
- <a href="#"><div kemet-type-size="plus-6">43</div>Apps</a>
68
- <a href="#"><div kemet-type-size="plus-6">95</div>Ads</a>
69
- <a href="#"><div kemet-type-size="plus-6">59</div>Cakes</a>
70
- <a href="#"><div kemet-type-size="plus-6">18</div>Logos</a>
71
- </section>
72
-
73
- <br /><hr />
74
-
75
- <section>
76
- <div kemet-margin="tiny:normal">
77
- <h2>Our Recent Work</h2>
78
- <div kemet-layout="flexgrid" kemet-basis="tiny:1-columns medium:4-columns" kemet-gutters="tiny:plus-3">
79
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
80
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
81
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
82
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
83
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
84
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
85
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
86
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
87
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
88
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
89
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
90
- <div><img src="https://via.placeholder.com/1920x1080?text=Work" alt="Work" style="max-width:100%;" /></div>
91
- </div>
92
- </div>
93
- </section>
94
-
95
- <hr />
96
-
97
- <section kemet-margin="tiny:normal">
98
- <div kemet-layout="flexlist" kemet-gutters>
99
- <a href="#one">One</a>
100
- <a href="#two">Two</a>
101
- <a href="#three">Three</a>
102
- <a href="#four">Four</a>
103
- <div>
104
- </section>
105
- `;
106
- const eCommerceTemplate = () => html `
107
- <header kemet-layout="flexrow" kemet-align="middle" kemet-autostack kemet-background-color="gray2" kemet-padding-bottom="tiny:small medium:none">
108
- <div kemet-margin-left="medium:normal">
109
- <ul kemet-layout="flexlist" kemet-align="middle" kemet-gutters>
110
- <li><h2>Site Name</h2></li>
111
- <li><a href="#one">One</a></li>
112
- <li><a href="#two">Two</a></li>
113
- <li><a href="#three">Three</a></li>
114
- </ul>
115
- </div>
116
- <div kemet-margin-right="medium:normal" kemet-breakpoint="tiny:content">
117
- <ul kemet-layout="flexlist" kemet-gutters>
118
- <li><a href="#two">Three</a></li>
119
- <li><a href="#one">Four</a></li>
120
- <li><a href="#two">Five</a></li>
121
- <li><a href="#three">Six</a></li>
122
- </ul>
123
- </div>
124
- </header>
125
-
126
- <br /><hr /><br />
127
-
128
- <section kemet-margin="tiny:normal">
129
- <h2 class="text-center">Our Newest Product</h2>
130
- <hr /><br />
131
- <div kemet-layout="flexrow" kemet-gutters="tiny:plus-3" kemet-autostack>
132
- <div>
133
- <figure kemet-padding="tiny:smallest" kemet-margin="tiny:none" kemet-elevation="layer3" kemet-border="all-1 solid gray1">
134
- <svg width="100%" height="370">
135
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
136
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
137
- </svg>
138
- <h3>Nulla At Nulla Justo, Eget</h3>
139
- <span>$400</span>
140
- <p><kemet-button>Buy</kemet-button></p>
141
- </figure>
142
- </div>
143
- <div>
144
- <figure kemet-padding="tiny:smallest" kemet-margin="tiny:none" kemet-elevation="layer3" kemet-border="all-1 solid gray1">
145
- <svg width="100%" height="370">
146
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
147
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
148
- </svg>
149
- <h3>Nulla At Nulla Justo, Eget</h3>
150
- <span>$400</span>
151
- <p><kemet-button>Buy</kemet-button></p>
152
- </figure>
153
- </div>
154
- <div>
155
- <figure kemet-padding="tiny:smallest" kemet-margin="tiny:none" kemet-elevation="layer3" kemet-border="all-1 solid gray1">
156
- <svg width="100%" height="370">
157
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
158
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
159
- </svg>
160
- <h3>Nulla At Nulla Justo, Eget</h3>
161
- <span>$400</span>
162
- <p><kemet-button>Buy</kemet-button></p>
163
- </figure>
164
- </div>
165
- <div>
166
- <figure kemet-padding="tiny:smallest" kemet-margin="tiny:none" kemet-elevation="layer3" kemet-border="all-1 solid gray1">
167
- <svg width="100%" height="370">
168
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
169
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
170
- </svg>
171
- <h3>Nulla At Nulla Justo, Eget</h3>
172
- <span>$400</span>
173
- <p><kemet-button>Buy</kemet-button></p>
174
- </figure>
175
- </div>
176
- </div>
177
- </section>
178
-
179
- <hr />
180
-
181
- <svg width="100%" height="150">
182
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
183
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Specials]</text>
184
- </svg>
185
-
186
- <hr />
187
-
188
- <section kemet-margin="tiny:normal">
189
- <h2 class="text-center">Some Other Near Products</h2>
190
- <hr /><br />
191
- <div kemet-layout="flexgrid" kemet-gutters="tiny:plus-3" kemet-basis="tiny:2-columns medium:3-columns large:6-columns">
192
- <div>
193
- <figure kemet-padding="tiny:smallest" kemet-margin="tiny:none" kemet-elevation="layer3" kemet-border="all-1 solid gray1">
194
- <svg width="100%" height="370">
195
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
196
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
197
- </svg>
198
- <h3>Nulla At Nulla Justo, Eget</h3>
199
- <span>$400</span>
200
- <p><kemet-button>Buy</kemet-button></p>
201
- </figure>
202
- </div>
203
- <div>
204
- <figure kemet-padding="tiny:smallest" kemet-margin="tiny:none" kemet-elevation="layer3" kemet-border="all-1 solid gray1">
205
- <svg width="100%" height="370">
206
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
207
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
208
- </svg>
209
- <h3>Nulla At Nulla Justo, Eget</h3>
210
- <span>$400</span>
211
- <p><kemet-button>Buy</kemet-button></p>
212
- </figure>
213
- </div>
214
- <div>
215
- <figure kemet-padding="tiny:smallest" kemet-margin="tiny:none" kemet-elevation="layer3" kemet-border="all-1 solid gray1">
216
- <svg width="100%" height="370">
217
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
218
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
219
- </svg>
220
- <h3>Nulla At Nulla Justo, Eget</h3>
221
- <span>$400</span>
222
- <p><kemet-button>Buy</kemet-button></p>
223
- </figure>
224
- </div>
225
- <div>
226
- <figure kemet-padding="tiny:smallest" kemet-margin="tiny:none" kemet-elevation="layer3" kemet-border="all-1 solid gray1">
227
- <svg width="100%" height="370">
228
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
229
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
230
- </svg>
231
- <h3>Nulla At Nulla Justo, Eget</h3>
232
- <span>$400</span>
233
- <p><kemet-button>Buy</kemet-button></p>
234
- </figure>
235
- </div>
236
- <div>
237
- <figure kemet-padding="tiny:smallest" kemet-margin="tiny:none" kemet-elevation="layer3" kemet-border="all-1 solid gray1">
238
- <svg width="100%" height="370">
239
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
240
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
241
- </svg>
242
- <h3>Nulla At Nulla Justo, Eget</h3>
243
- <span>$400</span>
244
- <p><kemet-button>Buy</kemet-button></p>
245
- </figure>
246
- </div>
247
- <div>
248
- <figure kemet-padding="tiny:smallest" kemet-margin="tiny:none" kemet-elevation="layer3" kemet-border="all-1 solid gray1">
249
- <svg width="100%" height="370">
250
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
251
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
252
- </svg>
253
- <h3>Nulla At Nulla Justo, Eget</h3>
254
- <span>$400</span>
255
- <p><kemet-button>Buy</kemet-button></p>
256
- </figure>
257
- </div>
258
- </div>
259
- </section>
260
-
261
- <hr />
262
-
263
- <section kemet-layout="flexrow" kemet-gutters kemet-autostack kemet-margin-left="tiny:normal" kemet-margin-right="tiny:normal">
264
- <div>
265
- <h3>Top Products</h3>
266
- <div kemet-layout="flexrow">
267
- <div kemet-breakpoint="tiny:content">
268
- <img src="https://via.placeholder.com/100x100" width="100" height="100" alt="a placeholder" kemet-margin-right="tiny:small" />
269
- </div>
270
- <div>
271
- <strong>Nunc Eu Ullamcorper Orci</strong>
272
- <p>Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque.</p>
273
- </div>
274
- </div>
275
- <br />
276
- <div kemet-layout="flexrow">
277
- <div kemet-breakpoint="tiny:content">
278
- <img src="https://via.placeholder.com/100x100" width="100" height="100" alt="a placeholder" kemet-margin-right="tiny:small" />
279
- </div>
280
- <div>
281
- <strong>Nunc Eu Ullamcorper Orci</strong>
282
- <p>Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque.</p>
283
- </div>
284
- </div>
285
- <br />
286
- <div kemet-layout="flexrow">
287
- <div kemet-breakpoint="tiny:content">
288
- <img src="https://via.placeholder.com/100x100" width="100" height="100" alt="a placeholder" kemet-margin-right="tiny:small" />
289
- </div>
290
- <div>
291
- <strong>Nunc Eu Ullamcorper Orci</strong>
292
- <p>Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque.</p>
293
- </div>
294
- </div>
295
- </div>
296
- <div>
297
- <h3>Top Products</h3>
298
- <div kemet-layout="flexrow">
299
- <div kemet-breakpoint="tiny:content">
300
- <img src="https://via.placeholder.com/100x100" width="100" height="100" alt="a placeholder" kemet-margin-right="tiny:small" />
301
- </div>
302
- <div>
303
- <strong>Nunc Eu Ullamcorper Orci</strong>
304
- <p>Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque.</p>
305
- </div>
306
- </div>
307
- <br />
308
- <div kemet-layout="flexrow">
309
- <div kemet-breakpoint="tiny:content">
310
- <img src="https://via.placeholder.com/100x100" width="100" height="100" alt="a placeholder" kemet-margin-right="tiny:small" />
311
- </div>
312
- <div>
313
- <strong>Nunc Eu Ullamcorper Orci</strong>
314
- <p>Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque.</p>
315
- </div>
316
- </div>
317
- <br />
318
- <div kemet-layout="flexrow">
319
- <div kemet-breakpoint="tiny:content">
320
- <img src="https://via.placeholder.com/100x100" width="100" height="100" alt="a placeholder" kemet-margin-right="tiny:small" />
321
- </div>
322
- <div>
323
- <strong>Nunc Eu Ullamcorper Orci</strong>
324
- <p>Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque.</p>
325
- </div>
326
- </div>
327
- </div>
328
- <div>
329
- <h3>Top Products</h3>
330
- <div kemet-layout="flexrow">
331
- <div kemet-breakpoint="tiny:content">
332
- <img src="https://via.placeholder.com/100x100" width="100" height="100" alt="a placeholder" kemet-margin-right="tiny:small" />
333
- </div>
334
- <div>
335
- <strong>Nunc Eu Ullamcorper Orci</strong>
336
- <p>Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque.</p>
337
- </div>
338
- </div>
339
- <br />
340
- <div kemet-layout="flexrow">
341
- <div kemet-breakpoint="tiny:content">
342
- <img src="https://via.placeholder.com/100x100" width="100" height="100" alt="a placeholder" kemet-margin-right="tiny:small" />
343
- </div>
344
- <div>
345
- <strong>Nunc Eu Ullamcorper Orci</strong>
346
- <p>Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque.</p>
347
- </div>
348
- </div>
349
- <br />
350
- <div kemet-layout="flexrow">
351
- <div kemet-breakpoint="tiny:content">
352
- <img src="https://via.placeholder.com/100x100" width="100" height="100" alt="a placeholder" kemet-margin-right="tiny:small" />
353
- </div>
354
- <div>
355
- <strong>Nunc Eu Ullamcorper Orci</strong>
356
- <p>Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque.</p>
357
- </div>
358
- </div>
359
- </div>
360
- </section>
361
-
362
- <section kemet-margin-left="tiny:normal" kemet-margin-right="tiny:normal">
363
- <br /><br />
364
- <div>
365
- <h3>Vivamus Hendrerit Arcu Sed Erat Molestie</h3>
366
- <div kemet-layout="flexrow" kemet-autostack>
367
- <div kemet-breakpoint="tiny:50">
368
- <p>Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed molestie augue sit.</p>
369
- <p>Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed molestie augue sit.</p>
370
- </div>
371
- <div>
372
- <ul>
373
- <li><a href="#">One</a></li>
374
- <li><a href="#">Two</a></li>
375
- <li><a href="#">Three</a></li>
376
- <li><a href="#">Four</a></li>
377
- </ul>
378
- </div>
379
- <div>
380
- <ul>
381
- <li><a href="#">One</a></li>
382
- <li><a href="#">Two</a></li>
383
- <li><a href="#">Three</a></li>
384
- <li><a href="#">Four</a></li>
385
- </ul>
386
- </div>
387
- </div>
388
- </div>
389
- <br /><br />
390
- </section>
391
- `;
392
- const NewsTemplate = () => html `
393
- <header kemet-padding="tiny:smallest" kemet-background-color="gray2">
394
- <section kemet-layout="flexrow" kemet-align="middle" kemet-autostack>
395
- <div>
396
- <ul kemet-layout="flexlist" kemet-gutters>
397
- <li><a href="#one">One</a></li>
398
- <li><a href="#two">Two</a></li>
399
- <li><a href="#three">Three</a></li>
400
- <li><a href="#four">Four</a></li>
401
- </ul>
402
- </div>
403
- <div kemet-breakpoint="tiny:100 medium:30">
404
- <kemet-input type="search" icon-left="search"></kemet-input>
405
- </div>
406
- </section>
407
- </header>
408
-
409
- <main kemet-padding="tiny:small">
410
- <section>
411
- <div kemet-layout="flexrow" kemet-gutters="tiny:plus-3" kemet-flex-items>
412
- <div kemet-breakpoint="tiny:33">
413
- <svg width="100%" height="150">
414
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
415
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Logo]</text>
416
- </svg>
417
- </div>
418
- <div>
419
- <svg width="100%" height="150">
420
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
421
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Advertisements]</text>
422
- </svg>
423
- </div>
424
- </div>
425
- </section>
426
-
427
- <nav kemet-hide="medium:down" kemet-margin-top="tiny:small">
428
- <svg width="100%" height="100">
429
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
430
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Navigation]</text>
431
- </svg>
432
- </nav>
433
-
434
- <br />
435
-
436
- <section kemet-layout="flexrow" kemet-autostack kemet-gutters="tiny:plus-3">
437
- <div kemet-breakpoint="medium:66">
438
- <svg width="100%" height="100%">
439
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
440
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Promoted Article]</text>
441
- </svg>
442
- </div>
443
- <div kemet-layout="flexcolumn" kemet-gutters="tiny:plus-3" style="min-height:200px;">
444
- <div>
445
- <svg width="100%" height="100%">
446
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
447
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Article]</text>
448
- </svg>
449
- </div>
450
- <div>
451
- <svg width="100%" height="100%">
452
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
453
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Article]</text>
454
- </svg>
455
- </div>
456
- </div>
457
- </section>
458
-
459
- <br />
460
-
461
- <section>
462
- <hr />
463
- <h2 kemet-type-align="center" kemet-type-size="tiny:plus-4">Breaking News</h2>
464
- <hr />
465
- <br />
466
- <div kemet-layout="flexgrid" kemet-basis="tiny:2-columns medium:5-columns" kemet-gutters>
467
- <div>
468
- <svg width="100%" height="150">
469
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
470
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
471
- </svg>
472
- </div>
473
- <div>
474
- <svg width="100%" height="150">
475
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
476
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
477
- </svg>
478
- </div>
479
- <div>
480
- <svg width="100%" height="150">
481
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
482
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
483
- </svg>
484
- </div>
485
- <div>
486
- <svg width="100%" height="150">
487
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
488
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
489
- </svg>
490
- </div>
491
- <div>
492
- <svg width="100%" height="150">
493
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
494
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1rem">Look at me!</text>
495
- </svg>
496
- </div>
497
- </div>
498
- </section>
499
-
500
- <br />
501
-
502
- <section>
503
- <hr />
504
- <h2 kemet-type-align="center" kemet-type-size="tiny:plus-4">Latest Stories</h2>
505
- <hr />
506
- <br />
507
- <div kemet-layout="flexgrid" kemet-gutters="tiny:plus-3">
508
- <article kemet-breakpoint="tiny:100 medium:66">
509
- <div kemet-layout="flexrow" kemet-gutters kemet-autostack>
510
- <div kemet-breakpoint="tiny:100 small:40">
511
- <svg width="100%" height="150">
512
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
513
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Thumbnail]</text>
514
- </svg>
515
- </div>
516
- <div>
517
- <h3><a href="#">Death Star vaporizes it's own planet</a>.</h3>
518
- <ul kemet-layout="flexlist" kemet-gutters>
519
- <li>By Thadeus<li>
520
- <li>11/23/16<li>
521
- <li>6 Comments<li>
522
- </ul>
523
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae impedit beatae, ipsum delectus aperiam nesciunt magni facilis ullam.</p>
524
- </div>
525
- </div>
526
- <hr />
527
- <div kemet-layout="flexrow" kemet-gutters kemet-autostack>
528
- <div kemet-breakpoint="tiny:100 small:40">
529
- <svg width="100%" height="150">
530
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
531
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Thumbnail]</text>
532
- </svg>
533
- </div>
534
- <div>
535
- <h3><a href="#">Death Star vaporizes it's own planet</a>.</h3>
536
- <ul kemet-layout="flexlist" kemet-gutters>
537
- <li>By Thadeus<li>
538
- <li>11/23/16<li>
539
- <li>6 Comments<li>
540
- </ul>
541
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae impedit beatae, ipsum delectus aperiam nesciunt magni facilis ullam.</p>
542
- </div>
543
- </div>
544
- <hr />
545
- <div kemet-layout="flexrow" kemet-gutters kemet-autostack>
546
- <div kemet-breakpoint="tiny:100 small:40">
547
- <svg width="100%" height="150">
548
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
549
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Thumbnail]</text>
550
- </svg>
551
- </div>
552
- <div>
553
- <h3><a href="#">Death Star vaporizes it's own planet</a>.</h3>
554
- <ul kemet-layout="flexlist" kemet-gutters>
555
- <li>By Thadeus<li>
556
- <li>11/23/16<li>
557
- <li>6 Comments<li>
558
- </ul>
559
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae impedit beatae, ipsum delectus aperiam nesciunt magni facilis ullam.</p>
560
- </div>
561
- </div>
562
- <hr />
563
- <div kemet-layout="flexrow" kemet-gutters kemet-autostack>
564
- <div kemet-breakpoint="tiny:100 small:40">
565
- <svg width="100%" height="150">
566
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
567
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Thumbnail]</text>
568
- </svg>
569
- </div>
570
- <div>
571
- <h3><a href="#">Death Star vaporizes it's own planet</a>.</h3>
572
- <ul kemet-layout="flexlist" kemet-gutters>
573
- <li>By Thadeus<li>
574
- <li>11/23/16<li>
575
- <li>6 Comments<li>
576
- </ul>
577
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae impedit beatae, ipsum delectus aperiam nesciunt magni facilis ullam.</p>
578
- </div>
579
- </div>
580
- <hr />
581
- <div kemet-layout="flexrow" kemet-gutters kemet-autostack>
582
- <div kemet-breakpoint="tiny:100 small:40">
583
- <svg width="100%" height="150">
584
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
585
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Thumbnail]</text>
586
- </svg>
587
- </div>
588
- <div>
589
- <h3><a href="#">Death Star vaporizes it's own planet</a>.</h3>
590
- <ul kemet-layout="flexlist" kemet-gutters>
591
- <li>By Thadeus<li>
592
- <li>11/23/16<li>
593
- <li>6 Comments<li>
594
- </ul>
595
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae impedit beatae, ipsum delectus aperiam nesciunt magni facilis ullam.</p>
596
- </div>
597
- </div>
598
- <hr />
599
- <div kemet-layout="flexrow" kemet-gutters kemet-autostack>
600
- <div kemet-breakpoint="tiny:100 small:40">
601
- <svg width="100%" height="150">
602
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
603
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Thumbnail]</text>
604
- </svg>
605
- </div>
606
- <div>
607
- <h3><a href="#">Death Star vaporizes it's own planet</a>.</h3>
608
- <ul kemet-layout="flexlist" kemet-gutters>
609
- <li>By Thadeus<li>
610
- <li>11/23/16<li>
611
- <li>6 Comments<li>
612
- </ul>
613
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Recusandae impedit beatae, ipsum delectus aperiam nesciunt magni facilis ullam.</p>
614
- </div>
615
- </div>
616
- </article>
617
- <aside kemet-breakpoint="tiny:100 medium:33">
618
- <div kemet-layout="flexgrid" kemet-gutters>
619
- <div kemet-breakpoint="tiny:33" kemet-type-align="center">
620
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="67px" id="twitter" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="67px" xml:space="preserve"><path d="M38.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.567 C20.775,43.256,20,43.341,20,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.674,5.657-5,6.978-8.221c0.713-1.715,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C40.766,21.902,39.131,21.944,38.167,22.283z M34,64C17.432,64,4,50.568,4,34 C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#598DCA;"/></svg>
621
- <p><div>56,000</div><div>Followers</div></p>
622
- </div>
623
- <div kemet-breakpoint="tiny:33" kemet-type-align="center">
624
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="67px" id="github" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="67px" xml:space="preserve"><path d="M21.543,34.568c-0.054,0,0.592,1.367,0.61,1.367 c1.41,2.516,4.128,4.08,8.713,4.514c-0.654,0.488-1.44,1.414-1.549,2.484c-0.823,0.523-2.478,0.696-3.764,0.297 c-1.803-0.559-2.493-4.066-5.192-3.566c-0.584,0.107-0.468,0.486,0.037,0.809c0.823,0.523,1.597,1.178,2.194,2.571 c0.459,1.07,1.423,2.981,4.473,2.981c1.21,0,2.058-0.143,2.058-0.143s0.023,2.731,0.023,3.793c0,1.225-1.682,1.57-1.682,2.159 c0,0.233,0.557,0.255,1.004,0.255c0.884,0,2.723-0.725,2.723-1.998c0-1.011,0.017-4.41,0.017-5.006c0-1.3,0.709-1.712,0.709-1.712 s0.088,6.94-0.169,7.872c-0.302,1.094-0.847,0.939-0.847,1.427c0,0.726,2.214,0.179,2.948-1.416c0.567-1.239,0.319-8.05,0.319-8.05 l0.605-0.012c0,0,0.034,3.117,0.013,4.542c-0.021,1.476-0.122,3.342,0.77,4.222c0.586,0.579,2.484,1.594,2.484,0.666 c0-0.539-1.04-0.982-1.04-2.441v-6.715c0.831,0,0.706,2.208,0.706,2.208l0.061,4.103c0,0-0.184,1.494,1.645,2.119 c0.645,0.223,2.025,0.283,2.09-0.09c0.065-0.373-1.662-0.928-1.678-2.084c-0.01-0.707,0.032-1.119,0.032-4.187 c0-3.068-0.419-4.202-1.88-5.106c4.508-0.455,7.299-1.551,8.658-4.486c0.106,0.003,0.555-1.371,0.496-1.371 c0.305-1.108,0.47-2.419,0.502-3.971c-0.008-4.21-2.058-5.699-2.451-6.398c0.58-3.187-0.098-4.637-0.412-5.135 c-1.162-0.406-4.041,1.045-5.615,2.067c-2.564-0.737-7.986-0.666-10.019,0.19c-3.751-2.639-5.736-2.235-5.736-2.235 s-1.283,2.259-0.339,5.565c-1.234,1.546-2.154,2.64-2.154,5.539C20.906,31.83,21.102,33.292,21.543,34.568z M34,64 C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#333333;"/></svg>
625
- <p><div>56,000</div><div>Followers</div></p>
626
- </div>
627
- <div kemet-breakpoint="tiny:33" kemet-type-align="center">
628
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="67px" id="codepen" enable-background="new 0 0 512 512" version="1.1" viewBox="0 0 512 512" width="67px" xml:space="preserve"><circle cx="256" cy="256" id="ellipse" r="256"/><path d="M415.8,204.9c-0.1-0.4-0.1-0.8-0.2-1.1c-0.1-0.2-0.1-0.4-0.2-0.7c-0.1-0.3-0.2-0.7-0.4-1 c-0.1-0.2-0.2-0.4-0.3-0.7c-0.1-0.3-0.3-0.6-0.5-0.9c-0.1-0.2-0.2-0.4-0.4-0.6c-0.2-0.3-0.4-0.6-0.6-0.8c-0.1-0.2-0.3-0.4-0.5-0.6 c-0.2-0.3-0.4-0.5-0.7-0.7c-0.2-0.2-0.4-0.4-0.5-0.5c-0.2-0.2-0.5-0.4-0.8-0.7c-0.2-0.2-0.4-0.3-0.6-0.5c-0.1-0.1-0.1-0.1-0.2-0.2 L263.6,98.3c-4.6-3.1-10.6-3.1-15.3,0l-146.3,97.5c-0.1,0.1-0.1,0.1-0.2,0.2c-0.2,0.1-0.4,0.3-0.6,0.5c-0.3,0.2-0.5,0.4-0.8,0.7 c-0.2,0.2-0.4,0.4-0.5,0.5c-0.2,0.2-0.5,0.5-0.7,0.7c-0.2,0.2-0.3,0.4-0.5,0.6c-0.2,0.3-0.4,0.6-0.6,0.8c-0.1,0.2-0.3,0.4-0.4,0.6 c-0.2,0.3-0.3,0.6-0.5,0.9c-0.1,0.2-0.2,0.4-0.3,0.7c-0.1,0.3-0.2,0.7-0.4,1c-0.1,0.2-0.1,0.4-0.2,0.7c-0.1,0.4-0.2,0.8-0.2,1.1 c0,0.2-0.1,0.4-0.1,0.6c-0.1,0.6-0.1,1.2-0.1,1.8v97.5c0,0.6,0,1.2,0.1,1.8c0,0.2,0.1,0.4,0.1,0.6c0.1,0.4,0.1,0.8,0.2,1.2 c0.1,0.2,0.1,0.4,0.2,0.7c0.1,0.3,0.2,0.7,0.4,1c0.1,0.2,0.2,0.4,0.3,0.7c0.1,0.3,0.3,0.6,0.5,0.9c0.1,0.2,0.3,0.4,0.4,0.6 c0.2,0.3,0.4,0.6,0.6,0.8c0.1,0.2,0.3,0.4,0.5,0.6c0.2,0.3,0.4,0.5,0.7,0.7c0.2,0.2,0.4,0.4,0.5,0.5c0.2,0.2,0.5,0.4,0.8,0.7 c0.2,0.2,0.4,0.3,0.6,0.5c0.1,0.1,0.1,0.1,0.2,0.2l146.3,97.5c2.3,1.5,5,2.3,7.6,2.3c2.7,0,5.3-0.8,7.6-2.3l146.3-97.5 c0.1-0.1,0.2-0.1,0.2-0.2c0.2-0.2,0.4-0.3,0.6-0.5c0.3-0.2,0.5-0.4,0.8-0.7c0.2-0.2,0.4-0.4,0.5-0.5c0.2-0.2,0.5-0.5,0.7-0.7 c0.2-0.2,0.3-0.4,0.5-0.6c0.2-0.3,0.4-0.6,0.6-0.8c0.1-0.2,0.3-0.4,0.4-0.6c0.2-0.3,0.3-0.6,0.5-0.9c0.1-0.2,0.2-0.4,0.3-0.7 c0.1-0.3,0.2-0.7,0.4-1c0.1-0.2,0.2-0.4,0.2-0.7c0.1-0.4,0.2-0.8,0.2-1.2c0-0.2,0.1-0.4,0.1-0.6c0.1-0.6,0.1-1.2,0.1-1.8v-97.5 c0-0.6,0-1.2-0.1-1.8C415.9,205.2,415.8,205.1,415.8,204.9z M256,288.5L207.4,256l48.6-32.5l48.6,32.5L256,288.5z M242.3,199.6 l-59.6,39.9l-48.1-32.2l107.7-71.8C242.3,135.4,242.3,199.6,242.3,199.6z M157.9,256l-34.4,23v-46L157.9,256z M182.6,272.5 l59.6,39.9v64.1l-107.7-71.8L182.6,272.5z M269.7,312.4l59.6-39.9l48.1,32.2l-107.7,71.8V312.4z M354.1,256l34.4-23v46L354.1,256z M329.4,239.5l-59.6-39.9v-64.1l107.7,71.8L329.4,239.5z" fill="#FFFFFF"/></svg>
629
- <p><div>56,000</div><div>Followers</div></p>
630
- </div>
631
- <div kemet-breakpoint="tiny:33" kemet-type-align="center">
632
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 512 512" height="67px" id="linkedin" version="1.1" viewBox="0 0 512 512" width="67px" xml:space="preserve"><g><linearGradient gradientUnits="userSpaceOnUse" id="SVGID_1_" x1="8.9756" x2="577.923" y1="-78.99" y2="557.6892"><stop offset="0" style="stop-color:#517FA6"/><stop offset="1" style="stop-color:#426699"/></linearGradient><path d="M271.06,214.363v-0.525c-0.1,0.17-0.247,0.36-0.347,0.525H271.06z" fill="url(#SVGID_1_)"/><linearGradient gradientUnits="userSpaceOnUse" id="SVGID_2_" x1="-20.1191" x2="548.8283" y1="-52.9904" y2="583.6888"><stop offset="0" style="stop-color:#517FA6"/><stop offset="1" style="stop-color:#426699"/></linearGradient><path d="M256,7.098C118.535,7.098,7.098,118.535,7.098,256c0,137.465,111.437,248.902,248.902,248.902 c137.465,0,248.902-111.437,248.902-248.902C504.902,118.535,393.465,7.098,256,7.098z M187.455,352.802h-53.822V190.89h53.822 V352.802z M160.554,168.794h-0.363c-18.058,0-29.755-12.445-29.755-27.992c0-15.886,12.052-27.969,30.465-27.969 c18.421,0,29.747,12.083,30.102,27.969C191.004,156.349,179.323,168.794,160.554,168.794z M381.564,352.805h-53.822v-86.627 c0-21.759-7.792-36.613-27.271-36.613c-14.875,0-23.725,10.008-27.624,19.687c-1.42,3.464-1.783,8.276-1.783,13.125v90.425h-53.83 c0,0,0.718-146.718,0-161.912h53.827v22.948c7.149-11.015,19.927-26.754,48.518-26.754c35.43,0,61.983,23.138,61.986,72.871 V352.805z" fill="url(#SVGID_2_)"/></g></svg>
633
- <p><div>56,000</div><div>Followers</div></p>
634
- </div>
635
- <div kemet-breakpoint="tiny:33" kemet-type-align="center">
636
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 512 512" height="67px" id="youtube" version="1.1" viewBox="0 0 512 512" width="67px" xml:space="preserve"><g><linearGradient gradientUnits="userSpaceOnUse" id="SVGID_1_" x1="29.8503" x2="443.0858" y1="48.8522" y2="462.0877"><stop offset="0" style="stop-color:#DD272D"/><stop offset="0.5153" style="stop-color:#CA2429"/><stop offset="1" style="stop-color:#B22025"/></linearGradient><polygon fill="url(#SVGID_1_)" points="217.949,313.149 313.196,256 217.949,198.851 "/><linearGradient gradientUnits="userSpaceOnUse" id="SVGID_2_" x1="39.3513" x2="452.5868" y1="39.3513" y2="452.5867"><stop offset="0" style="stop-color:#DD272D"/><stop offset="0.5153" style="stop-color:#CA2429"/><stop offset="1" style="stop-color:#B22025"/></linearGradient><path d="M256,7.098C118.535,7.098,7.098,118.535,7.098,256c0,137.465,111.437,248.902,248.902,248.902 c137.465,0,248.902-111.437,248.902-248.902C504.902,118.535,393.465,7.098,256,7.098z M408.349,268.287 c0,26.307-3.048,52.605-3.048,52.605s-2.981,22.402-12.106,32.251c-11.592,12.935-24.574,13.011-30.527,13.773 C320.026,370.183,256,370.297,256,370.297s-79.227-0.771-103.601-3.267c-6.782-1.353-21.993-0.962-33.594-13.897 c-9.134-9.849-12.106-32.251-12.106-32.251s-3.048-26.289-3.048-52.605v-24.65c0-26.298,3.048-52.596,3.048-52.596 s2.981-22.412,12.106-32.279c11.601-12.935,24.574-13.011,30.527-13.744c42.633-3.305,106.592-3.305,106.592-3.305h0.143 c0,0,63.959,0,106.601,3.305c5.953,0.733,18.935,0.81,30.527,13.744c9.134,9.868,12.106,32.279,12.106,32.279 s3.048,26.298,3.048,52.605V268.287z" fill="url(#SVGID_2_)"/></g></svg>
637
- <p><div>56,000</div><div>Followers</div></p>
638
- </div>
639
- <div kemet-breakpoint="tiny:33" kemet-type-align="center">
640
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 64 64" height="67px" version="1.1" viewBox="0 0 64 64" width="67px" xml:space="preserve"><g id="Layer_1"><g><circle cx="32" cy="32" fill="#C75C5C" r="32"/></g><g opacity="0.2"><g><path d="M49.982,31.003c-0.094-5.522-4.574-10.442-10.107-10.442c-3.2,0-6.019,1.674-7.875,4.131 c-1.856-2.457-4.676-4.131-7.875-4.131c-5.533,0-10.012,4.921-10.107,10.442H14c0,0.034,0.007,0.065,0.007,0.099 c0,0.025-0.007,0.049-0.007,0.076c0,0.155,0.038,0.272,0.045,0.421c0.495,14.071,17.813,19.84,17.813,19.84 s17.572-5.762,18.092-19.818C49.959,31.464,50,31.34,50,31.178c0-0.027-0.007-0.052-0.007-0.076c0-0.036,0.007-0.065,0.007-0.099 H49.982z" fill="#231F20"/></g></g><g><g><path d="M49.982,29.003c-0.094-5.522-4.574-10.442-10.107-10.442c-3.2,0-6.019,1.674-7.875,4.131 c-1.856-2.457-4.676-4.131-7.875-4.131c-5.533,0-10.012,4.921-10.107,10.442H14c0,0.034,0.007,0.065,0.007,0.099 c0,0.025-0.007,0.049-0.007,0.076c0,0.155,0.038,0.272,0.045,0.421c0.495,14.071,17.813,19.84,17.813,19.84 s17.572-5.762,18.092-19.818C49.959,29.464,50,29.34,50,29.178c0-0.027-0.007-0.052-0.007-0.076c0-0.036,0.007-0.065,0.007-0.099 H49.982z" fill="#FFFFFF"/></g></g></g><g id="heart"/></svg>
641
- <p><div>56,000</div><div>Followers</div></p>
642
- </div>
643
- </div>
644
- <br />
645
- <h3>From our friends.</h3>
646
- <dummy-element label="Buy Me!" height="200px"></dummy-element>
647
- <br />
648
-
649
- <h3>Trending Posts</h3>
650
- <div kemet-layout="flexrow" kemet-gutters>
651
- <div kemet-breakpoint="tiny:content">
652
- <img src="https://via.placeholder.com/100x100" alt="a placeholder" />
653
- </div>
654
- <h4>All I need is a space suit and I'm ready to go.</h4>
655
- </div>
656
- <br />
657
-
658
- <div kemet-layout="flexrow" kemet-gutters>
659
- <div kemet-breakpoint="tiny:content">
660
- <img src="https://via.placeholder.com/100x100" alt="a placeholder" />
661
- </div>
662
- <h4>All I need is a space suit and I'm ready to go.</h4>
663
- </div>
664
- <br />
665
-
666
- <div kemet-layout="flexrow" kemet-gutters>
667
- <div kemet-breakpoint="tiny:content">
668
- <img src="https://via.placeholder.com/100x100" alt="a placeholder" />
669
- </div>
670
- <h4>All I need is a space suit and I'm ready to go.</h4>
671
- </div>
672
- <br />
673
-
674
- <div kemet-layout="flexrow" kemet-gutters>
675
- <div kemet-breakpoint="tiny:content">
676
- <img src="https://via.placeholder.com/100x100" alt="a placeholder" />
677
- </div>
678
- <h4>All I need is a space suit and I'm ready to go.</h4>
679
- </div>
680
- </aside>
681
- </div>
682
- </section>
683
-
684
- <section>
685
- <div kemet-layout="flexgrid" kemet-gutters>
686
- <div kemet-breakpoint="tiny:100 large:33">
687
- <h3>Flickr Images</h3>
688
- <ul kemet-layout="flexlist" kemet-gutters="tiny:minus-3">
689
- <li><img src="https://via.placeholder.com/75x75" alt="a placeholder" /></li>
690
- <li><img src="https://via.placeholder.com/75x75" alt="a placeholder" /></li>
691
- <li><img src="https://via.placeholder.com/75x75" alt="a placeholder" /></li>
692
- <li><img src="https://via.placeholder.com/75x75" alt="a placeholder" /></li>
693
- <li><img src="https://via.placeholder.com/75x75" alt="a placeholder" /></li>
694
- <li><img src="https://via.placeholder.com/75x75" alt="a placeholder" /></li>
695
- <li><img src="https://via.placeholder.com/75x75" alt="a placeholder" /></li>
696
- <li><img src="https://via.placeholder.com/75x75" alt="a placeholder" /></li>
697
- </ul>
698
- </div>
699
- <div kemet-breakpoint="tiny:100 medium:50 large:33">
700
- <h3>Flickr Images</h3>
701
- <ul>
702
- <li>Space</li>
703
- <li>Galaxies</li>
704
- <li>Milky Way</li>
705
- <li>Black Holes</li>
706
- <li>Rebels</li>
707
- <li>Death Star</li>
708
- <li>Republic</li>
709
- <li>R2D2</li>
710
- </ul>
711
- </div>
712
- <div kemet-breakpoint="tiny:100 medium:50 large:33">
713
- <h3>Random Mag</h3>
714
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deleniti quam voluptatum vel repellat ab similique molestias molestiae ea omnis eos, id asperiores est praesentium, voluptate officia nulla aspernatur sequi aliquam.</p>
715
- </div>
716
- </div>
717
- </section>
718
- </main>
719
- `;
720
- const TravelTemplate = () => html `
721
- <header kemet-layout="flexrow" kemet-align="middle" kemet-background-color="gray2" kemet-autostack kemet-padding="tiny:smallest">
722
- <div>
723
- <ul kemet-layout="flexlist" kemet-gutters kemet-align="middle">
724
- <li>
725
- <svg width="72px" height="72px" enable-background="new 0 0 128 128" id="travel-logo" version="1.1" viewBox="0 0 128 128" xml:space="preserve">
726
- <path d="M42.2,40l-0.3,0.9h-0.4H41l-0.5,0.3l-2.6,1.6l-0.1,0l0.6-1.2l1-0.4l1.4-0.6l0-0.1L42.2,40 M30.8,40.4 L30.8,40.4l0.9,0.4l2,0.8l0.2,1.1l0.5,2.1l-2.6,1.6h2.9l0.2,1.1l-0.2,0.1L34,47.9l-0.3,0.8l-0.9,2.2L30.2,53l-0.6,0.5l0,0.4 l-1.9-0.5L25.8,53l-0.4,1.4H25h-0.7l-0.5,0.4L23,55.4C24.4,49.9,27.1,44.7,30.8,40.4 M36.8,46.4L36.4,47l-0.7,0.3l0.4-0.8H36.8 M34.9,68.8l1.3,1l0.6,0.5l0.8-0.1l1.5-0.2l0.7,1.9l0.4,1l1.1,0.2l1.4,0.3l0.8,1.6l0.3,0.6l0.6,0.3l0.2,0.1c2,1,4.1,2.1,6.1,3.1 l-0.1,0.7L49,82.1l-0.4,0.6l0.1,0.7l0.3,3l-0.6,1.4L47,88.1l-0.8,0.2l-0.4,0.6l-1.1,1.6L44,91.4l0.5,1l0.1,0.3l-0.9,2.2l-1.2,0.4 l-0.9,0.3l-0.3,0.9l-0.1,0.4c-0.9-0.5-1.8-1-2.6-1.6l0.3-1.1l0.1-0.6l-0.3-0.6L38,91.3l0.1-3.2l0-0.7l-0.4-0.6l-1.2-1.7l-0.1-0.2 l-0.2-0.2l-2.5-2.2l-2.2-4l0.5-1.8l0.2-0.7l-0.2-0.4l0.3-0.5l0.1-0.2l0.1-0.2l1.1-3l0.3,0.1v-2.2L34.9,68.8 M37.7,31.7 C27.1,38.6,20,50.5,19.9,64.1l3.1,1.8l3.2,0.9l1.4,1.8l2.2,1.6l1.3-0.2l0.9,0.4v0.3L30.7,74l-0.9,1.4l0.3,0.7l-0.8,2.6l2.8,5.1 l2.8,2.5l1.2,1.7L36,91.6l0.9,2.1l-0.6,2.5c1.7,1.2,3.5,2.3,5.4,3.3l1-1l0.5-1.2l2-0.7l1.5-3.9l-0.5-1l1.1-1.6l2.3-0.5l1.2-2.8 l-0.3-3.5l1.9-2.6l0.3-2.6c-2.5-1.3-5.1-2.6-7.6-3.9L44,71.7l-2.3-0.5l-1.2-3.3l-3.1,0.3l-2.6-1.9L32,68.7v0.4 c-0.8-0.2-2.2-0.3-3-0.7l-1-1.7v-1.9l-1.5,0.2c0.2-1.2,0.7-2.9,0.8-3.7h-1.1l-1.1,1.4l-1.1,0.5l-1.5-0.9l-0.2-1.9l0.3-2.1l2.3-1.8 h1.9l0.3-1l2.3,0.6l1.7,2.1l0.3-3.5l2.9-2.4l1.1-2.6l2.2-0.9l1.2-1.7l2.8-0.5l1.4-2c-1.4,0-2.8,0-4.2,0l2.6-1.6h1.9L46,42l0.3-1 l-0.9-0.9l-1.1-0.3l0.3-1l-0.8-1.6L42,37.9l0.3-1.4l-2.2-1.2l-1.7,3l0.2,1.1L36.9,40l-1.1,2.3l-0.5-2.1L32.4,39l-0.5-1.6l3.9-2.3 l1.7-1.6L37.7,31.7L37.7,31.7z" fill="#3B97D3"/>
727
- <path d="M37,34.9h1.5l0.8-1.7c0.7-0.5,1.3-0.9,2-1.4l1.5,0.5c1,0.7,2.1,1.4,3.1,2.1l1.5-1.4l-1.7-0.7l-0.8-1.6 l-2.9-0.3L42,29.5l-1,0.3c-0.2,0.1-0.3,0.2-0.5,0.2L40,31.1l-0.3-0.6c-0.2,0.1-0.5,0.3-0.7,0.4l0.1,1.1l-1.2,1L37,34.9z" fill="#3B97D3"/><polygon fill="#3B97D3" points="46,45.3 46.9,43.9 45.5,42.8 "/><path d="M58.9,27.4c0.4,0,0.8,0,1.1,0l0.7,0.3l-0.8,2.1c-2,0.9-3.9,1.6-5.8,2.2l-0.7,0.2l-0.2,0.4V32v-1.4v-1 l-0.8-0.6l-0.7-0.5l2.6-0.7C55.8,27.5,57.4,27.4,58.9,27.4 M58.9,25.4c-1.7,0-3.5,0.1-5.1,0.3l-4.9,1.3l-1.1,1.1l3.4,2.4V32 l-1.2,1.4l2,3.7l1.2-0.7l1.5-2.4c2.4-0.7,4.5-1.6,6.8-2.6l1.9-4.7l-2.8-1.1C60,25.4,59.4,25.4,58.9,25.4L58.9,25.4z" fill="#3B97D3"/><polygon fill="#3B97D3" points="62.2,33.9 61.6,33.7 61.6,33.7 61.5,34.8 62.6,35.5 64.4,34.2 63.5,33.2 "/><polygon fill="#3B97D3" points="41.8,34.1 43.4,34.9 44,34.9 44,34.2 42.7,33.4 "/><polygon fill="#3B97D3" points="66.9,39.7 65.8,40 66.1,41.9 67.5,41.2 "/><path d="M43.4,28.6L43.4,28.6L43.4,28.6C43.4,28.6,43.4,28.6,43.4,28.6z" fill="#3B97D3"/>
728
- <path d="M62.9,106c-1.3,0.1-2.7,0.2-4,0.2c-22.9,0-41.5-18.6-41.5-41.5S36,23.2,58.9,23.2 c22.9,0,41.5,18.6,41.5,41.5c0,8.2-2.4,15.8-6.5,22.3c2.1-1.1,4.4-2.5,6.5-3.6c2.6-5.7,4-12,4-18.7c0-25.1-20.4-45.5-45.5-45.5 S13.4,39.6,13.4,64.7s20.4,45.5,45.5,45.5c3,0,5.9-0.3,8.7-0.8C66.3,108.4,64.6,107.2,62.9,106z" fill="#3B97D3"/>
729
- <path d="M61.8,68.2c1.3,1.5,2.6,3,3.9,4.5l1.9-1.7l0.8,1l2.1-1.3l0.7,0.9h2.1l1.2,1.3l-0.7,2.3l1.5,1.7l-0.1,2.9 l1.1,2.1l-0.8,1.7c-0.1,1.3-0.2,2.6-0.2,3.9c0,0.1,0.1,0.2,0.1,0.3c0.5-0.2,1.2-0.4,2-0.4c0-0.1,0-0.1-0.1-0.2 c0-0.8,0.1-1.6,0.1-2.5c0-0.2,0-0.4,0-0.5l0.6-1.4c0.3-0.6,0.2-1.2,0-1.7l-0.8-1.6l0.1-2.4c0-0.5-0.2-1-0.5-1.4l-0.7-0.8l0.4-1.2 c0.2-0.7,0-1.4-0.4-2l-1.2-1.3c-0.4-0.4-0.9-0.6-1.5-0.6h-1.1l-0.1-0.1c-0.4-0.5-1-0.7-1.6-0.7c-0.4,0-0.7,0.1-1,0.3l-0.7,0.4 c-0.4-0.3-0.8-0.4-1.2-0.4c-0.5,0-0.9,0.2-1.3,0.5l-0.4,0.4c-0.8-0.9-1.6-1.8-2.4-2.7l-1-2.4l0.8-1.2c0.5-0.7,0.4-1.7-0.1-2.4 l1.1-2.6c1.2-1.5,2.4-2.9,3.7-4.3l1.9-0.5l2.4-0.3l1.1,0.3l2.5,2.5c0.4,0.4,0.9,0.6,1.4,0.6c0,0,0,0,0.1,0c0.6,0,1.1-0.3,1.4-0.7 l0.6-0.7l0.3-0.1l2.1,0.6c0.2,0,0.3,0.1,0.5,0.1h2c0.4,0,0.9-0.1,1.2-0.4l1.4-1c0.1-0.1,0.3-0.2,0.4-0.3l0.6-0.8 c0.4-0.5,0.5-1,0.4-1.6c-0.1-0.6-0.4-1.1-0.9-1.4L86,49.6c-0.3-0.2-0.6-0.3-0.9-0.3l-1.4-0.1c-0.5-0.7-1-1.4-1.6-2.1 c-0.4-0.4-0.9-0.6-1.4-0.6c-0.3,0-0.6,0.1-0.8,0.2l-0.1,0c-0.1-0.2-0.2-0.5-0.4-0.7l-1.5-1.5c-0.4-0.4-0.9-0.6-1.4-0.6h-0.6 c-0.6,0-1.2,0.3-1.5,0.7c-0.2-0.1-0.4-0.1-0.6-0.1c-0.1,0-0.3,0-0.4,0l-2.3,0.5c-0.1,0-0.2,0.1-0.3,0.1l-0.1-0.2l0.7-0.4 c0.7-0.4,1.1-1.2,1-2c0.1-0.1,0.2-0.2,0.3-0.4h0.5c0.3,0,0.5-0.1,0.8-0.2l1.7,0.4c0.1,0,0.3,0,0.4,0c0.5,0,0.9-0.2,1.3-0.5l2.3-1.9 c0.4-0.3,0.6-0.7,0.7-1.2l0-0.1l1.4-0.9c0.3-0.2,0.6-0.5,0.7-0.9l0,0c0.4,0.3,0.8,0.5,1.3,0.5c0.1,0,0.1,0,0.2,0 c0.2,0,0.4-0.1,0.6-0.1c5,4.7,8.6,10.7,10.3,17.2l-0.6-0.6c-0.4-0.4-0.9-0.6-1.4-0.6c-0.3,0-0.5,0-0.8,0.2c-0.7,0.3-1.2,1-1.2,1.8 v2.3c0,0.7,0.3,1.3,0.9,1.7l1.4,0.9l0.9,0.9c0.3,0.3,0.7,0.5,1.1,0.6l-0.2,0.2l-2.3,1.6c-0.1,0.1-0.2,0.1-0.2,0.2l-2,1.9 c-0.6,0.6-0.8,1.5-0.5,2.3c0.3,0.7,1,1.2,1.8,1.2c0,0,0.1,0,0.1,0l-1,2.6l-2.9,4.7c-0.2,0.3-0.3,0.7-0.3,1.1v4.9 c0,0.2,0,0.3,0.1,0.5l0.2,0.9l-1.3,0.8c-0.1,0.1-0.2,0.1-0.2,0.2l-1.8,1.5c-0.4,0.3-0.7,0.8-0.7,1.4c0,0,0,0,0,0 c0.7,0.1,1.4,0.2,2.1,0.2l-0.1-0.1l1.8-1.5l1.7-1.1l0.8-0.9l-0.5-1.9c0-1.6,0-3.3,0-4.9l3-4.9l1.8-4.5V67c-1.6,0.1-1.7,0.2-2.6,0.3 l2-1.9l2.5-1.8l1.3-1.6v-0.5c0-0.5,0.1-0.9,0.1-1.4c-0.6-0.6-0.5-1.1-0.8-1.7L95.3,60l-1-1l-1.6-1.1v-2.3l1.8,1.8l2-0.3 c0.3,0.3,0.7,0.6,1,0.9c-1.5-9.3-6.3-17.4-13.2-23.2l-0.7,0.9l-2-1.8h1.3c-1.2-0.8-2.5-2-3.7-2.8l-0.5-0.4l-3.1,0.7l-2.1,1.2v1.1 l-2.7,1.9l0.9,2.8l1.7-1.2l1.1,1.2l1.2,0.7l0.8-2.1L76,36.1l0.5-0.7l1.7-1.3H79l-0.7,1.2v1.6c0-0.2,1.4-0.3,2.1-0.4l-2,1.4l-0.2,0.9 l-2.3,1.9l-2.4-0.5v-1.4l-1.1,0.6l0.5,1.1h-1.7l-0.5,1l-1-1.2c-0.4-1-0.8-2.2-1.2-3h-1.3v1.4l0.8,0.7v1.6L67.7,43l1.8-0.4l0.4-0.4 l0.2,0.9l-1,0.5l-2.1,0.4l1.2,1.1l0.3,1h-1.5l-3.2,1.5V50H66l0.9,1.3l1.9-0.6l0.8-1.9l1.4-0.9l0.3-0.7l2.3-0.5l1.2,1.4l1.4,0.7 l-0.8,1.5l1.2-0.4l0.6-1.7L75.7,46h0.6l1.5,1.5l0.3,2.1l1.4,1.6l0.3-2.3l0.8-0.4c0.8,0.8,1.4,1.7,2,2.6l2.3,0.2l1.4,0.8L85.8,53 l-1.4,1h-2l-2.6-0.7l-1.4,0.3l-1,1.1l-2.9-2.9l-2-0.5l-2.9,0.3l-2.6,0.7c-1.5,1.7-2.9,3.3-4.3,5.1l-1.7,4l0.8,0.9l-1.4,2.1 L61.8,68.2z M67.4,48.6c-0.1-0.1-0.3-0.3-0.4-0.4l0.5-0.3h0.2L67.4,48.6z" fill="#3B97D3"/>
730
- <path d="M114.7,82.2c-1.6-2.2-6.5-1.4-8.5,0c-2,1.4-14.9,8.5-14.9,8.5s-8.5-1-12.6-1.4c-4.1-0.4-4.3,2.4-2.2,3.1 c2.2,0.8,4.7,2.8,4.7,2.8l-9.4,5.3c0,0-4.7-1.6-9.4-2.9s-5.7,1.2-3.5,2.9c2.2,1.8,11.8,8.6,11.8,8.6l14.1-5.7c0,0,0,3.7-0.2,5.7 c-0.2,2,1.6,5.1,3.7,1.8c2.2-3.3,6.9-12.4,6.9-12.4s13.6-8.5,16.1-10.2S116.3,84.3,114.7,82.2z M113.2,83.7c-0.1,0.3-0.4,1.2-3,2.9 c-2.5,1.7-15.9,10.1-16,10.2l-0.5,0.3l-0.3,0.5c0,0.1-4.7,9-6.8,12.2c0,0,0,0,0,0c0-0.2-0.1-0.4,0-0.5c0.2-2,0.2-5.7,0.2-5.9v-3 l-15.9,6.4c-2.3-1.7-8.4-6.1-10.5-7.7c0.3,0,0.8,0.1,1.4,0.3c4.6,1.3,9.3,2.9,9.4,2.9l0.8,0.3l12.8-7.2l-2.4-1.8 c-0.1-0.1-1.7-1.3-3.6-2.3c4.2,0.4,12,1.3,12.1,1.3l0.6,0.1l0.6-0.3c1.3-0.7,13.1-7.2,15.1-8.6c0.7-0.5,2.2-1,3.8-1 c1.1,0,1.7,0.3,1.9,0.5C113.2,83.5,113.2,83.6,113.2,83.7z" fill="#2C3E50"/>
731
- </svg>
732
- </li>
733
- <li><a href="#one">One</a></li>
734
- <li><a href="#two">Two</a></li>
735
- <li><a href="#three">Three</a></li>
736
- </ul>
737
- </div>
738
- <div kemet-breakpoint="tiny:content">
739
- <ul kemet-layout="flexlist" kemet-gutters>
740
- <li><kemet-button>My Account</kemet-button></li>
741
- <li><kemet-button>Login</kemet-button></li>
742
- </ul>
743
- </div>
744
- </header>
745
-
746
- <br />
747
-
748
- <div kemet-hide="medium:up">
749
- <svg width="100%" height="150">
750
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
751
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="2rem">[Advertisements]</text>
752
- </svg>
753
- </div>
754
-
755
- <br />
756
-
757
- <section kemet-padding="tiny:small">
758
- <div kemet-layout="flexrow" kemet-autostack kemet-gutters="tiny:plus-2">
759
- <div kemet-breakpoint="medium:40">
760
- <h1>Close Your Eyes and Open Your Mind</h1>
761
- <p>There is beauty in space, and it is orderly. There is no weather, and there is regularity. It is predictable. Everything in space obeys the laws of physics. If you know these laws, and obey them, space will treat you kindly. It is predictable. Everything in space obeys the laws of physics. If you know these laws, and obey them, space will treat you kindly.</p>
762
- <ul kemet-layout="flexlist" kemet-gutters>
763
- <li><kemet-button>Take a Tour</kemet-button></li>
764
- <li><kemet-button>Start a free trial</kemet-button></li>
765
- </ul>
766
- </div>
767
- <div kemet-hide="medium:down">
768
- <svg width="100%" height="100%">
769
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
770
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1.5rem">[Advertisements]</text>
771
- </svg>
772
- </div>
773
- <form>
774
- <div kemet-elevation="layer4" kemet-padding="tiny:normal" kemet-border="all-1 solid primary" style="height:100%">
775
- <kemet-input type="text" placeholder="Find your dream planet" kemet-margin-bottom="tiny:smallest"></kemet-input>
776
- <kemet-input type="text" placeholder="Number of moons" kemet-margin-bottom="tiny:smallest"></kemet-input>
777
- <kemet-button kemet-margin-top="tiny:smallest">Search Now</kemet-button>
778
- </div>
779
- </form>
780
- </div>
781
- </section>
782
-
783
- <br /><hr /><br />
784
-
785
- <section>
786
- <div kemet-padding="tiny:small">
787
- <h2>Trending Planetary Destinations</h2>
788
- <div kemet-layout="flexgrid" kemet-basis="tiny:1-columns medium:3-columns" kemet-gutters="tiny:plus-3" kemet-autostack>
789
- <div>
790
- <figure kemet-padding="tiny:normal" kemet-margin="tiny:none" kemet-elevation="layer3">
791
- <svg width="100%" height="370">
792
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
793
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1.5rem">Look at me!</text>
794
- </svg>
795
- <h3>Copernican Revolution caused an uproar</h3>
796
- <p>Find Earth-like planets life outside the Solar System</p>
797
- </figure>
798
- </div>
799
- <div>
800
- <figure kemet-padding="tiny:normal" kemet-margin="tiny:none" kemet-elevation="layer3">
801
- <svg width="100%" height="370">
802
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
803
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1.5rem">Look at me!</text>
804
- </svg>
805
- <h3>Copernican Revolution caused an uproar</h3>
806
- <p>Find Earth-like planets life outside the Solar System</p>
807
- </figure>
808
- </div>
809
- <div>
810
- <figure kemet-padding="tiny:normal" kemet-margin="tiny:none" kemet-elevation="layer3">
811
- <svg width="100%" height="370">
812
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
813
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1.5rem">Look at me!</text>
814
- </svg>
815
- <h3>Copernican Revolution caused an uproar</h3>
816
- <p>Find Earth-like planets life outside the Solar System</p>
817
- </figure>
818
- </div>
819
- <div>
820
- <figure kemet-padding="tiny:normal" kemet-margin="tiny:none" kemet-elevation="layer3">
821
- <svg width="100%" height="370">
822
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
823
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1.5rem">Look at me!</text>
824
- </svg>
825
- <h3>Copernican Revolution caused an uproar</h3>
826
- <p>Find Earth-like planets life outside the Solar System</p>
827
- </figure>
828
- </div>
829
- <div>
830
- <figure kemet-padding="tiny:normal" kemet-margin="tiny:none" kemet-elevation="layer3">
831
- <svg width="100%" height="370">
832
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
833
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1.5rem">Look at me!</text>
834
- </svg>
835
- <h3>Copernican Revolution caused an uproar</h3>
836
- <p>Find Earth-like planets life outside the Solar System</p>
837
- </figure>
838
- </div>
839
- <div>
840
- <figure kemet-padding="tiny:normal" kemet-margin="tiny:none" kemet-elevation="layer3">
841
- <svg width="100%" height="370">
842
- <rect x="0" y="0" width="100%" height="100%" fill="#0c4a6e"/>
843
- <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="white" font-size="1.5rem">Look at me!</text>
844
- </svg>
845
- <h3>Copernican Revolution caused an uproar</h3>
846
- <p>Find Earth-like planets life outside the Solar System</p>
847
- </figure>
848
- </div>
849
- </div>
850
- <p kemet-type-align="center">
851
- <kemet-button>Load More</kemet-button>
852
- </p>
853
- </div>
854
- </section>
855
-
856
- <br />
857
-
858
- <section kemet-background-color="gray1" kemet-padding="tiny:small">
859
- <div kemet-layout="flexrow" kemet-gutters kemet-autostack>
860
- <div>
861
- <h3>Flickr Images</h3>
862
- <ul kemet-layout="flexcolumn" kemet-gutters="tiny:minus-3" kemet-padding="tiny:none">
863
- <li><a href="#">One</a></li>
864
- <li><a href="#">Two</a></li>
865
- <li><a href="#">Three</a></li>
866
- <li><a href="#">Four</a></li>
867
- </ul>
868
- </div>
869
- <div>
870
- <h3>Solar Systems</h3>
871
- <ul kemet-layout="flexcolumn" kemet-gutters="tiny:minus-3" kemet-padding="tiny:none">
872
- <li><a href="#">One</a></li>
873
- <li><a href="#">Two</a></li>
874
- <li><a href="#">Three</a></li>
875
- <li><a href="#">Four</a></li>
876
- </ul>
877
- </div>
878
- <div>
879
- <h3>Contact</h3>
880
- <ul kemet-layout="flexcolumn" kemet-gutters="tiny:minus-3" kemet-padding="tiny:none">
881
- <li><a href="#">Twitter</a></li>
882
- <li><a href="#">YouTube</a></li>
883
- <li><a href="#">LinkedIn</a></li>
884
- <li><a href="#">Github</a></li>
885
- </ul>
886
- </div>
887
- <div>
888
- <h3>Offices</h3>
889
- <ul kemet-layout="flexcolumn" kemet-gutters="tiny:minus-3" kemet-padding="tiny:none">
890
- <li><a href="#">One</a></li>
891
- <li><a href="#">Two</a></li>
892
- <li><a href="#">Three</a></li>
893
- <li><a href="#">Four</a></li>
894
- </ul>
895
- </div>
896
- </div>
897
- </section>
898
- `;
899
- export const Agency = {
900
- render: AgencyTemplate,
901
- };
902
- export const eCommerce = {
903
- render: eCommerceTemplate,
904
- };
905
- export const News = {
906
- render: NewsTemplate,
907
- };
908
- export const Travel = {
909
- render: TravelTemplate
910
- };
911
- //# sourceMappingURL=stories.js.map