@brad-frost-web/eddie-web-components 0.1.0

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 (254) hide show
  1. package/components/EdElement.d.ts +61 -0
  2. package/components/EdElement.d.ts.map +1 -0
  3. package/components/EdElement.js +63 -0
  4. package/components/EdFormElement.d.ts +65 -0
  5. package/components/EdFormElement.d.ts.map +1 -0
  6. package/components/EdFormElement.js +46 -0
  7. package/components/accordion/accordion.d.ts +19 -0
  8. package/components/accordion/accordion.d.ts.map +1 -0
  9. package/components/accordion/accordion.js +31 -0
  10. package/components/accordion-panel/accordion-panel.d.ts +57 -0
  11. package/components/accordion-panel/accordion-panel.d.ts.map +1 -0
  12. package/components/accordion-panel/accordion-panel.js +95 -0
  13. package/components/alert/alert.d.ts +72 -0
  14. package/components/alert/alert.d.ts.map +1 -0
  15. package/components/alert/alert.js +77 -0
  16. package/components/badge/badge.d.ts +29 -0
  17. package/components/badge/badge.d.ts.map +1 -0
  18. package/components/badge/badge.js +33 -0
  19. package/components/band/band.d.ts +24 -0
  20. package/components/band/band.d.ts.map +1 -0
  21. package/components/band/band.js +32 -0
  22. package/components/box/box.d.ts +14 -0
  23. package/components/box/box.d.ts.map +1 -0
  24. package/components/box/box.js +20 -0
  25. package/components/breadcrumbs/breadcrumbs.d.ts +14 -0
  26. package/components/breadcrumbs/breadcrumbs.d.ts.map +1 -0
  27. package/components/breadcrumbs/breadcrumbs.js +22 -0
  28. package/components/breadcrumbs-item/breadcrumbs-item.d.ts +31 -0
  29. package/components/breadcrumbs-item/breadcrumbs-item.d.ts.map +1 -0
  30. package/components/breadcrumbs-item/breadcrumbs-item.js +36 -0
  31. package/components/button/button.d.ts +93 -0
  32. package/components/button/button.d.ts.map +1 -0
  33. package/components/button/button.js +118 -0
  34. package/components/button-group/button-group.d.ts +24 -0
  35. package/components/button-group/button-group.d.ts.map +1 -0
  36. package/components/button-group/button-group.js +35 -0
  37. package/components/card/card.d.ts +34 -0
  38. package/components/card/card.d.ts.map +1 -0
  39. package/components/card/card.js +43 -0
  40. package/components/checkbox-field/checkbox-field.d.ts +76 -0
  41. package/components/checkbox-field/checkbox-field.d.ts.map +1 -0
  42. package/components/checkbox-field/checkbox-field.js +98 -0
  43. package/components/checkbox-field-item/checkbox-field-item.d.ts +81 -0
  44. package/components/checkbox-field-item/checkbox-field-item.d.ts.map +1 -0
  45. package/components/checkbox-field-item/checkbox-field-item.js +110 -0
  46. package/components/counter/counter.d.ts +134 -0
  47. package/components/counter/counter.d.ts.map +1 -0
  48. package/components/counter/counter.js +176 -0
  49. package/components/drawer/drawer.d.ts +41 -0
  50. package/components/drawer/drawer.d.ts.map +1 -0
  51. package/components/drawer/drawer.js +74 -0
  52. package/components/feature/feature.d.ts +27 -0
  53. package/components/feature/feature.d.ts.map +1 -0
  54. package/components/feature/feature.js +42 -0
  55. package/components/field-note/field-note.d.ts +33 -0
  56. package/components/field-note/field-note.d.ts.map +1 -0
  57. package/components/field-note/field-note.js +44 -0
  58. package/components/file-upload/file-upload.d.ts +118 -0
  59. package/components/file-upload/file-upload.d.ts.map +1 -0
  60. package/components/file-upload/file-upload.js +224 -0
  61. package/components/file-upload/file-upload.model.d.ts +24 -0
  62. package/components/file-upload/file-upload.model.d.ts.map +1 -0
  63. package/components/file-upload.model/file-upload.model.js +11 -0
  64. package/components/footer/footer.d.ts +16 -0
  65. package/components/footer/footer.d.ts.map +1 -0
  66. package/components/footer/footer.js +35 -0
  67. package/components/global-nav/global-nav.d.ts +14 -0
  68. package/components/global-nav/global-nav.d.ts.map +1 -0
  69. package/components/global-nav/global-nav.js +22 -0
  70. package/components/global-nav-item/global-nav-item.d.ts +80 -0
  71. package/components/global-nav-item/global-nav-item.d.ts.map +1 -0
  72. package/components/global-nav-item/global-nav-item.js +128 -0
  73. package/components/grid/grid.d.ts +51 -0
  74. package/components/grid/grid.d.ts.map +1 -0
  75. package/components/grid/grid.js +49 -0
  76. package/components/grid-item/grid-item.d.ts +14 -0
  77. package/components/grid-item/grid-item.d.ts.map +1 -0
  78. package/components/grid-item/grid-item.js +20 -0
  79. package/components/header/header.d.ts +19 -0
  80. package/components/header/header.d.ts.map +1 -0
  81. package/components/header/header.js +49 -0
  82. package/components/heading/heading.d.ts +44 -0
  83. package/components/heading/heading.d.ts.map +1 -0
  84. package/components/heading/heading.js +51 -0
  85. package/components/hero/hero.d.ts +22 -0
  86. package/components/hero/hero.d.ts.map +1 -0
  87. package/components/hero/hero.js +37 -0
  88. package/components/hr/hr.d.ts +23 -0
  89. package/components/hr/hr.d.ts.map +1 -0
  90. package/components/hr/hr.js +27 -0
  91. package/components/icon/icon.d.ts +51 -0
  92. package/components/icon/icon.d.ts.map +1 -0
  93. package/components/icon/icon.js +66 -0
  94. package/components/icon-link-list/icon-link-list.d.ts +19 -0
  95. package/components/icon-link-list/icon-link-list.d.ts.map +1 -0
  96. package/components/icon-link-list/icon-link-list.js +31 -0
  97. package/components/icon-link-list-item/icon-link-list-item.d.ts +23 -0
  98. package/components/icon-link-list-item/icon-link-list-item.d.ts.map +1 -0
  99. package/components/icon-link-list-item/icon-link-list-item.js +39 -0
  100. package/components/index.browser.js +4 -0
  101. package/components/inline-checkbox/inline-checkbox.d.ts +73 -0
  102. package/components/inline-checkbox/inline-checkbox.d.ts.map +1 -0
  103. package/components/inline-checkbox/inline-checkbox.js +114 -0
  104. package/components/key-value-table/key-value-table.d.ts +19 -0
  105. package/components/key-value-table/key-value-table.d.ts.map +1 -0
  106. package/components/key-value-table/key-value-table.js +33 -0
  107. package/components/key-value-table-row/key-value-table-row.d.ts +30 -0
  108. package/components/key-value-table-row/key-value-table-row.d.ts.map +1 -0
  109. package/components/key-value-table-row/key-value-table-row.js +38 -0
  110. package/components/layout/layout.d.ts +50 -0
  111. package/components/layout/layout.d.ts.map +1 -0
  112. package/components/layout/layout.js +43 -0
  113. package/components/layout-container/layout-container.d.ts +14 -0
  114. package/components/layout-container/layout-container.d.ts.map +1 -0
  115. package/components/layout-container/layout-container.js +20 -0
  116. package/components/layout-section/layout-section.d.ts +28 -0
  117. package/components/layout-section/layout-section.d.ts.map +1 -0
  118. package/components/layout-section/layout-section.js +37 -0
  119. package/components/linelength-container/linelength-container.d.ts +14 -0
  120. package/components/linelength-container/linelength-container.d.ts.map +1 -0
  121. package/components/linelength-container/linelength-container.js +20 -0
  122. package/components/link-list/link-list.d.ts +56 -0
  123. package/components/link-list/link-list.d.ts.map +1 -0
  124. package/components/link-list/link-list.js +48 -0
  125. package/components/link-list-item/link-list-item.d.ts +26 -0
  126. package/components/link-list-item/link-list-item.d.ts.map +1 -0
  127. package/components/link-list-item/link-list-item.js +41 -0
  128. package/components/list/list.d.ts +33 -0
  129. package/components/list/list.d.ts.map +1 -0
  130. package/components/list/list.js +36 -0
  131. package/components/list-item/list-item.d.ts +14 -0
  132. package/components/list-item/list-item.d.ts.map +1 -0
  133. package/components/list-item/list-item.js +20 -0
  134. package/components/loading-indicator/loading-indicator.d.ts +14 -0
  135. package/components/loading-indicator/loading-indicator.d.ts.map +1 -0
  136. package/components/loading-indicator/loading-indicator.js +20 -0
  137. package/components/logo/logo.d.ts +18 -0
  138. package/components/logo/logo.d.ts.map +1 -0
  139. package/components/logo/logo.js +29 -0
  140. package/components/main/main.d.ts +14 -0
  141. package/components/main/main.d.ts.map +1 -0
  142. package/components/main/main.js +16 -0
  143. package/components/media-block/media-block.d.ts +24 -0
  144. package/components/media-block/media-block.d.ts.map +1 -0
  145. package/components/media-block/media-block.js +37 -0
  146. package/components/modal/modal.d.ts +37 -0
  147. package/components/modal/modal.d.ts.map +1 -0
  148. package/components/modal/modal.js +67 -0
  149. package/components/nav-container/nav-container.d.ts +14 -0
  150. package/components/nav-container/nav-container.d.ts.map +1 -0
  151. package/components/nav-container/nav-container.js +20 -0
  152. package/components/page-header/page-header.d.ts +18 -0
  153. package/components/page-header/page-header.d.ts.map +1 -0
  154. package/components/page-header/page-header.js +39 -0
  155. package/components/pagination/pagination.d.ts +38 -0
  156. package/components/pagination/pagination.d.ts.map +1 -0
  157. package/components/pagination/pagination.js +52 -0
  158. package/components/pagination-item/pagination-item.d.ts +35 -0
  159. package/components/pagination-item/pagination-item.d.ts.map +1 -0
  160. package/components/pagination-item/pagination-item.js +52 -0
  161. package/components/primary-nav/primary-nav.d.ts +23 -0
  162. package/components/primary-nav/primary-nav.d.ts.map +1 -0
  163. package/components/primary-nav/primary-nav.js +33 -0
  164. package/components/primary-nav-item/primary-nav-item.d.ts +70 -0
  165. package/components/primary-nav-item/primary-nav-item.d.ts.map +1 -0
  166. package/components/primary-nav-item/primary-nav-item.js +121 -0
  167. package/components/radio-field/radio-field.d.ts +84 -0
  168. package/components/radio-field/radio-field.d.ts.map +1 -0
  169. package/components/radio-field/radio-field.js +108 -0
  170. package/components/radio-field-item/radio-field-item.d.ts +100 -0
  171. package/components/radio-field-item/radio-field-item.d.ts.map +1 -0
  172. package/components/radio-field-item/radio-field-item.js +142 -0
  173. package/components/search-form/search-form.d.ts +91 -0
  174. package/components/search-form/search-form.d.ts.map +1 -0
  175. package/components/search-form/search-form.js +131 -0
  176. package/components/section/section.d.ts +16 -0
  177. package/components/section/section.d.ts.map +1 -0
  178. package/components/section/section.js +27 -0
  179. package/components/select-field/select-field.d.ts +94 -0
  180. package/components/select-field/select-field.d.ts.map +1 -0
  181. package/components/select-field/select-field.js +123 -0
  182. package/components/show-hide/show-hide.d.ts +61 -0
  183. package/components/show-hide/show-hide.d.ts.map +1 -0
  184. package/components/show-hide/show-hide.js +72 -0
  185. package/components/show-more/show-more.d.ts +33 -0
  186. package/components/show-more/show-more.d.ts.map +1 -0
  187. package/components/show-more/show-more.js +63 -0
  188. package/components/skeleton/skeleton.d.ts +31 -0
  189. package/components/skeleton/skeleton.d.ts.map +1 -0
  190. package/components/skeleton/skeleton.js +33 -0
  191. package/components/tab/tab.d.ts +45 -0
  192. package/components/tab/tab.d.ts.map +1 -0
  193. package/components/tab/tab.js +47 -0
  194. package/components/table/table.d.ts +33 -0
  195. package/components/table/table.d.ts.map +1 -0
  196. package/components/table/table.js +39 -0
  197. package/components/table-body/table-body.d.ts +14 -0
  198. package/components/table-body/table-body.d.ts.map +1 -0
  199. package/components/table-body/table-body.js +20 -0
  200. package/components/table-cell/table-cell.d.ts +38 -0
  201. package/components/table-cell/table-cell.d.ts.map +1 -0
  202. package/components/table-cell/table-cell.js +36 -0
  203. package/components/table-header/table-header.d.ts +14 -0
  204. package/components/table-header/table-header.d.ts.map +1 -0
  205. package/components/table-header/table-header.js +20 -0
  206. package/components/table-header-cell/table-header-cell.d.ts +62 -0
  207. package/components/table-header-cell/table-header-cell.d.ts.map +1 -0
  208. package/components/table-header-cell/table-header-cell.js +62 -0
  209. package/components/table-object/table-object.d.ts +66 -0
  210. package/components/table-object/table-object.d.ts.map +1 -0
  211. package/components/table-object/table-object.js +96 -0
  212. package/components/table-row/table-row.d.ts +14 -0
  213. package/components/table-row/table-row.d.ts.map +1 -0
  214. package/components/table-row/table-row.js +20 -0
  215. package/components/tabs/tabs.d.ts +101 -0
  216. package/components/tabs/tabs.d.ts.map +1 -0
  217. package/components/tabs/tabs.js +184 -0
  218. package/components/tag/tag.d.ts +27 -0
  219. package/components/tag/tag.d.ts.map +1 -0
  220. package/components/tag/tag.js +41 -0
  221. package/components/tag-list/tag-list.d.ts +14 -0
  222. package/components/tag-list/tag-list.d.ts.map +1 -0
  223. package/components/tag-list/tag-list.js +20 -0
  224. package/components/text-field/text-field.d.ts +89 -0
  225. package/components/text-field/text-field.d.ts.map +1 -0
  226. package/components/text-field/text-field.js +124 -0
  227. package/components/text-link/text-link.d.ts +42 -0
  228. package/components/text-link/text-link.d.ts.map +1 -0
  229. package/components/text-link/text-link.js +47 -0
  230. package/components/text-passage/text-passage.d.ts +38 -0
  231. package/components/text-passage/text-passage.d.ts.map +1 -0
  232. package/components/text-passage/text-passage.js +57 -0
  233. package/components/textarea-field/textarea-field.d.ts +82 -0
  234. package/components/textarea-field/textarea-field.d.ts.map +1 -0
  235. package/components/textarea-field/textarea-field.js +111 -0
  236. package/components/toggle/toggle.d.ts +89 -0
  237. package/components/toggle/toggle.d.ts.map +1 -0
  238. package/components/toggle/toggle.js +132 -0
  239. package/components/toolbar/toolbar.d.ts +32 -0
  240. package/components/toolbar/toolbar.d.ts.map +1 -0
  241. package/components/toolbar/toolbar.js +40 -0
  242. package/components/tooltip/tooltip.d.ts +15 -0
  243. package/components/tooltip/tooltip.d.ts.map +1 -0
  244. package/components/tooltip/tooltip.js +35 -0
  245. package/components/tooltip-trigger/tooltip-trigger.d.ts +46 -0
  246. package/components/tooltip-trigger/tooltip-trigger.d.ts.map +1 -0
  247. package/components/tooltip-trigger/tooltip-trigger.js +100 -0
  248. package/components/utility-nav/utility-nav.d.ts +14 -0
  249. package/components/utility-nav/utility-nav.d.ts.map +1 -0
  250. package/components/utility-nav/utility-nav.js +22 -0
  251. package/components/utility-nav-item/utility-nav-item.d.ts +38 -0
  252. package/components/utility-nav-item/utility-nav-item.d.ts.map +1 -0
  253. package/components/utility-nav-item/utility-nav-item.js +57 -0
  254. package/package.json +49 -0
@@ -0,0 +1,49 @@
1
+ import { unsafeCSS as g, html as o } from "lit";
2
+ import { property as a } from "lit/decorators.js";
3
+ import { E as s } from "../EdElement.js";
4
+ const c = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-grid{display:flex;flex-direction:column;flex-wrap:wrap;margin:-.75rem}.ed-c-grid--gap-none{margin:0}.ed-c-grid--gap-sm{margin:-.25rem}.ed-c-grid--gap-lg{margin:-1rem}.ed-c-grid--side-by-side{flex-direction:row}@media all and (min-width:48rem){.ed-c-grid--2up{flex-direction:row}}@media all and (min-width:23.4375rem){.ed-c-grid--2up.ed-c-grid--break-faster{flex-direction:row}}@media all and (min-width:48rem){.ed-c-grid--2up.ed-c-grid--break-slower{flex-direction:column}}@media all and (min-width:87.5rem){.ed-c-grid--2up.ed-c-grid--break-slower{flex-direction:row}}@media all and (min-width:48rem){.ed-c-grid--3up{flex-direction:row}}@media all and (min-width:60rem){.ed-c-grid--1-3up{flex-direction:row}}@media all and (min-width:48rem){.ed-c-grid--1-3up.ed-c-grid--break-faster{flex-direction:row}}@media all and (min-width:60rem){.ed-c-grid--1-3up.ed-c-grid--break-slower{flex-direction:column}}@media all and (min-width:75rem){.ed-c-grid--1-3up.ed-c-grid--break-slower{flex-direction:row}}@media all and (min-width:23.4375rem){.ed-c-grid--1-2-4up{flex-direction:row}}@media all and (min-width:48rem){.ed-c-grid--1-4up{flex-direction:row}}@media all and (min-width:23.4375rem){.ed-c-grid--4up{flex-direction:row}}.ed-c-grid--2-4-6up{flex-direction:row}::slotted(ed-grid-item){display:block;padding:.75rem}.ed-c-grid--gap-none>::slotted(ed-grid-item){padding:0}.ed-c-grid--gap-sm>::slotted(ed-grid-item){padding:.25rem}.ed-c-grid--gap-lg>::slotted(ed-grid-item){padding:1rem}.ed-c-grid--side-by-side>::slotted(ed-grid-item){width:50%}@media all and (min-width:48rem){.ed-c-grid--2up>::slotted(ed-grid-item){width:50%}}@media all and (min-width:23.4375rem){.ed-c-grid--2up.ed-c-grid--break-faster>::slotted(ed-grid-item){width:50%}}@media all and (min-width:48rem){.ed-c-grid--2up.ed-c-grid--break-slower>::slotted(ed-grid-item){width:100%}}@media all and (min-width:87.5rem){.ed-c-grid--2up.ed-c-grid--break-slower>::slotted(ed-grid-item){width:50%}}@media all and (min-width:48rem){.ed-c-grid--3up>::slotted(ed-grid-item){width:50%}}@media all and (min-width:60rem){.ed-c-grid--3up>::slotted(ed-grid-item){width:33.3333%}}@media all and (min-width:60rem){.ed-c-grid--1-3up>::slotted(ed-grid-item){width:33.3333%}}@media all and (min-width:48rem){.ed-c-grid--1-3up.ed-c-grid--break-faster>::slotted(ed-grid-item){width:33.33%}}@media all and (min-width:60rem){.ed-c-grid--1-3up.ed-c-grid--break-slower>::slotted(ed-grid-item){width:100%}}@media all and (min-width:75rem){.ed-c-grid--1-3up.ed-c-grid--break-slower>::slotted(ed-grid-item){width:33.33%}}@media all and (min-width:23.4375rem){.ed-c-grid--1-2-4up>::slotted(ed-grid-item){width:50%}}@media all and (min-width:60rem){.ed-c-grid--1-2-4up>::slotted(ed-grid-item){width:25%}}@media all and (min-width:48rem){.ed-c-grid--1-4up>::slotted(ed-grid-item){width:25%}}@media all and (min-width:23.4375rem){.ed-c-grid--4up>::slotted(ed-grid-item){width:50%}}@media all and (min-width:48rem){.ed-c-grid--4up>::slotted(ed-grid-item){width:33.3333%}}@media all and (min-width:60rem){.ed-c-grid--4up>::slotted(ed-grid-item){width:25%}}.ed-c-grid--2-4-6up>::slotted(ed-grid-item){width:50%}@media all and (min-width:60rem){.ed-c-grid--2-4-6up>::slotted(ed-grid-item){width:25%}}@media all and (min-width:75rem){.ed-c-grid--2-4-6up>::slotted(ed-grid-item){width:16.66%}}";
5
+ var p = Object.defineProperty, m = (r, e, l, w) => {
6
+ for (var d = void 0, t = r.length - 1, n; t >= 0; t--)
7
+ (n = r[t]) && (d = n(e, l, d) || d);
8
+ return d && p(e, l, d), d;
9
+ };
10
+ class i extends s {
11
+ static get styles() {
12
+ return g(c);
13
+ }
14
+ render() {
15
+ const e = this.componentClassNames("ed-c-grid", {
16
+ "ed-c-grid--side-by-side": this.variant === "side-by-side",
17
+ "ed-c-grid--2up": this.variant === "2up",
18
+ "ed-c-grid--3up": this.variant === "3up",
19
+ "ed-c-grid--1-3up": this.variant === "1-3up",
20
+ "ed-c-grid--4up": this.variant === "4up",
21
+ "ed-c-grid--1-4up": this.variant === "1-4up",
22
+ "ed-c-grid--1-2-4up": this.variant === "1-2-4up",
23
+ "ed-c-grid--2-4-6up": this.variant === "2-4-6up",
24
+ "ed-c-grid--gap-none": this.gap === "none",
25
+ "ed-c-grid--gap-sm": this.gap === "sm",
26
+ "ed-c-grid--gap-lg": this.gap === "lg",
27
+ "ed-c-grid--break-faster": this.break === "faster",
28
+ "ed-c-grid--break-slower": this.break === "slower"
29
+ });
30
+ return o`
31
+ <div class="${e}">
32
+ <slot></slot>
33
+ </div>
34
+ `;
35
+ }
36
+ }
37
+ m([
38
+ a()
39
+ ], i.prototype, "variant");
40
+ m([
41
+ a()
42
+ ], i.prototype, "gap");
43
+ m([
44
+ a()
45
+ ], i.prototype, "break");
46
+ customElements.get("ed-grid") === void 0 && customElements.define("ed-grid", i);
47
+ export {
48
+ i as EdGrid
49
+ };
@@ -0,0 +1,14 @@
1
+ import { EdElement } from '@brad-frost-web/eddie-web-components/components/EdElement';
2
+ /**
3
+ * @slot - The content of the grid item
4
+ */
5
+ export declare class EdGridItem extends EdElement {
6
+ static get styles(): import('lit').CSSResult;
7
+ render(): import('lit-html').TemplateResult<1>;
8
+ }
9
+ declare global {
10
+ interface HTMLElementTagNameMap {
11
+ 'ed-grid-item': EdGridItem;
12
+ }
13
+ }
14
+ //# sourceMappingURL=grid-item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grid-item.d.ts","sourceRoot":"","sources":["../../../../packages/eddie-web-components/components/grid-item/grid-item.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,2DAA2D,CAAC;AAGtF;;GAEG;AACH,qBAAa,UAAW,SAAQ,SAAS;IACvC,MAAM,KAAK,MAAM,4BAEhB;IAED,MAAM;CASP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,UAAU,CAAC;KAC5B;CACF"}
@@ -0,0 +1,20 @@
1
+ import { unsafeCSS as t, html as s } from "lit";
2
+ import { E as i } from "../EdElement.js";
3
+ const o = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-grid__item{height:100%}";
4
+ class r extends i {
5
+ static get styles() {
6
+ return t(o);
7
+ }
8
+ render() {
9
+ const e = this.componentClassNames("ed-c-grid__item", {});
10
+ return s`
11
+ <div class="${e}">
12
+ <slot></slot>
13
+ </div>
14
+ `;
15
+ }
16
+ }
17
+ customElements.get("ed-grid-item") === void 0 && customElements.define("ed-grid-item", r);
18
+ export {
19
+ r as EdGridItem
20
+ };
@@ -0,0 +1,19 @@
1
+ import { EdElement } from '@brad-frost-web/eddie-web-components/components/EdElement';
2
+ /**
3
+ * @slot - The header content
4
+ */
5
+ export declare class EdHeader extends EdElement {
6
+ static get styles(): import('lit').CSSResult;
7
+ /**
8
+ * Is active state
9
+ * 1) Set to true when small screen menu is open
10
+ */
11
+ isActive?: boolean;
12
+ render(): import('lit-html').TemplateResult<1>;
13
+ }
14
+ declare global {
15
+ interface HTMLElementTagNameMap {
16
+ 'ed-header': EdHeader;
17
+ }
18
+ }
19
+ //# sourceMappingURL=header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../../packages/eddie-web-components/components/header/header.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,2DAA2D,CAAC;AAGtF;;GAEG;AACH,qBAAa,QAAS,SAAQ,SAAS;IACrC,MAAM,KAAK,MAAM,4BAEhB;IAED;;;OAGG;IAEH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,MAAM;CA+BP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,QAAQ,CAAC;KACvB;CACF"}
@@ -0,0 +1,49 @@
1
+ import { unsafeCSS as n, html as i } from "lit";
2
+ import { state as l } from "lit/decorators.js";
3
+ import { E as c } from "../EdElement.js";
4
+ const h = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-header{background:var(--ed-theme-color-background-subtle);color:var(--ed-theme-color-content-default);position:relative;z-index:3}.ed-c-header__top{position:relative;top:0;width:100%;z-index:3}.ed-c-header__top-inner{width:100%}.ed-c-header__middle{position:relative;width:100%;box-shadow:var(--ed-theme-box-shadow-md)}.ed-c-header__middle-inner{display:flex;align-items:center;width:100%;padding-top:1rem;padding-bottom:1rem}";
5
+ var m = Object.defineProperty, p = (d, t, r, v) => {
6
+ for (var e = void 0, o = d.length - 1, a; o >= 0; o--)
7
+ (a = d[o]) && (e = a(t, r, e) || e);
8
+ return e && m(t, r, e), e;
9
+ };
10
+ class s extends c {
11
+ static get styles() {
12
+ return n(h);
13
+ }
14
+ render() {
15
+ const t = this.componentClassNames("ed-c-header", {
16
+ "ed-is-active": this.isActive === !0
17
+ });
18
+ return i`
19
+ <header class="${t}">
20
+ ${this.slotNotEmpty("top") && i`<div class="ed-c-header__top">
21
+ <ed-layout-container>
22
+ <div class="ed-c-header__top-inner">
23
+ <slot name="top"></slot>
24
+ </div>
25
+ </ed-layout-container>
26
+ </div>`}
27
+ <div class="ed-c-header__middle">
28
+ <ed-layout-container>
29
+ <div class="ed-c-header__middle-inner">
30
+ <slot></slot>
31
+ </div>
32
+ </ed-layout-container>
33
+ </div>
34
+ ${this.slotNotEmpty("bottom") && i`<div class="ed-c-header__bottom">
35
+ <ed-layout-container>
36
+ <slot name="bottom"></slot>
37
+ </ed-layout-container>
38
+ </div>`}
39
+ </header>
40
+ `;
41
+ }
42
+ }
43
+ p([
44
+ l()
45
+ ], s.prototype, "isActive");
46
+ customElements.get("ed-header") === void 0 && customElements.define("ed-header", s);
47
+ export {
48
+ s as EdHeader
49
+ };
@@ -0,0 +1,44 @@
1
+ import { EdElement } from '@brad-frost-web/eddie-web-components/components/EdElement';
2
+ /**
3
+ * @slot - This heading content
4
+ */
5
+ export declare class EdHeading extends EdElement {
6
+ static get styles(): import('lit').CSSResult;
7
+ /**
8
+ * Heading variant
9
+ * <ed-text-passage size="sm">
10
+ * <ul>
11
+ * <li>**headline-lg** renders a heading with the heading headline-lg preset treatment</li>
12
+ * <li>**headline** renders a heading wi dth the heading headline preset treatment</li>
13
+ * <li>**headline-sm** renders a heading with the heading headline-sm preset treatment</li>
14
+ * <li>**title-lg** renders a heading with the heading title-lg preset treatment</li>
15
+ * <li>**title** renders a heading with the heading title preset treatment</li>
16
+ * <li>**title-sm** renders a heading with the heading title-sm preset treatment</li>
17
+
18
+ * </ul>
19
+ * </ed-text-passage>
20
+ */
21
+ variant?: 'headline-lg' | 'headline-default' | 'headline-sm' | 'title-lg' | 'title-default' | 'title-sm';
22
+ /**
23
+ * Dynamic tag name for the component
24
+ * 1) This is needed to use proper semantic heading treatments depending on where the banner lives on the page
25
+ * <ed-text-passage size="sm">
26
+ * <ul>
27
+ * <li>**h1** renders an `h1` tag</li>
28
+ * <li>**h2** renders an `h2` tag. This is the default</li>
29
+ * <li>**h3** renders an `h3` tag</li>
30
+ * <li>**h4** renders an `h4` tag</li>
31
+ * <li>**h5** renders an `h5` tag</li>
32
+ * <li>**h6** renders an `h6` tag</li>
33
+ * </ul>
34
+ * </ed-text-passage>
35
+ */
36
+ tagName: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
37
+ render(): import('lit-html').TemplateResult<1>;
38
+ }
39
+ declare global {
40
+ interface HTMLElementTagNameMap {
41
+ 'ed-heading': EdHeading;
42
+ }
43
+ }
44
+ //# sourceMappingURL=heading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../../packages/eddie-web-components/components/heading/heading.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,2DAA2D,CAAC;AAGtF;;GAEG;AACH,qBAAa,SAAU,SAAQ,SAAS;IACtC,MAAM,KAAK,MAAM,4BAEhB;IAED;;;;;;;;;;;;;OAaG;IAEH,OAAO,CAAC,EAAE,aAAa,GAAG,kBAAkB,GAAG,aAAa,GAAG,UAAU,GAAG,eAAe,GAAG,UAAU,CAAC;IAEzG;;;;;;;;;;;;;OAaG;IAEH,OAAO,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAQ;IAExD,MAAM;CAyBP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
@@ -0,0 +1,51 @@
1
+ import { unsafeCSS as m, html as a } from "lit";
2
+ import { property as o } from "lit/decorators.js";
3
+ import { E as g } from "../EdElement.js";
4
+ const s = '@charset "UTF-8";:root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6,.ed-c-heading{margin:0}.ed-c-heading--headline-lg{font-family:var(--ed-theme-typography-headline-lg-mobile-font-family);font-weight:var(--ed-theme-typography-headline-lg-mobile-font-weight);font-size:var(--ed-theme-typography-headline-lg-mobile-font-size);line-height:var(--ed-theme-typography-headline-lg-mobile-line-height);letter-spacing:var(--ed-theme-typography-headline-lg-mobile-letter-spacing);text-transform:var(--ed-theme-typography-headline-lg-mobile-text-transform)}@media all and (min-width:48rem){.ed-c-heading--headline-lg{font-family:var(--ed-theme-typography-headline-lg-font-family);font-weight:var(--ed-theme-typography-headline-lg-font-weight);font-size:var(--ed-theme-typography-headline-lg-font-size);line-height:var(--ed-theme-typography-headline-lg-line-height);letter-spacing:var(--ed-theme-typography-headline-lg-letter-spacing);text-transform:var(--ed-theme-typography-headline-lg-text-transform)}}.ed-c-heading--headline-default{font-family:var(--ed-theme-typography-headline-default-mobile-font-family);font-weight:var(--ed-theme-typography-headline-default-mobile-font-weight);font-size:var(--ed-theme-typography-headline-default-mobile-font-size);line-height:var(--ed-theme-typography-headline-default-mobile-line-height);letter-spacing:var(--ed-theme-typography-headline-default-mobile-letter-spacing);text-transform:var(--ed-theme-typography-headline-default-mobile-text-transform)}@media all and (min-width:48rem){.ed-c-heading--headline-default{font-family:var(--ed-theme-typography-headline-default-font-family);font-weight:var(--ed-theme-typography-headline-default-font-weight);font-size:var(--ed-theme-typography-headline-default-font-size);line-height:var(--ed-theme-typography-headline-default-line-height);letter-spacing:var(--ed-theme-typography-headline-default-letter-spacing);text-transform:var(--ed-theme-typography-headline-default-text-transform)}}.ed-c-heading--headline-sm{font-family:var(--ed-theme-typography-headline-sm-mobile-font-family);font-weight:var(--ed-theme-typography-headline-sm-mobile-font-weight);font-size:var(--ed-theme-typography-headline-sm-mobile-font-size);line-height:var(--ed-theme-typography-headline-sm-mobile-line-height);letter-spacing:var(--ed-theme-typography-headline-sm-mobile-letter-spacing);text-transform:var(--ed-theme-typography-headline-sm-mobile-text-transform)}@media all and (min-width:48rem){.ed-c-heading--headline-sm{font-family:var(--ed-theme-typography-headline-sm-font-family);font-weight:var(--ed-theme-typography-headline-sm-font-weight);font-size:var(--ed-theme-typography-headline-sm-font-size);line-height:var(--ed-theme-typography-headline-sm-line-height);letter-spacing:var(--ed-theme-typography-headline-sm-letter-spacing);text-transform:var(--ed-theme-typography-headline-sm-text-transform)}}.ed-c-heading--title-lg{font-family:var(--ed-theme-typography-title-lg-mobile-font-family);font-weight:var(--ed-theme-typography-title-lg-mobile-font-weight);font-size:var(--ed-theme-typography-title-lg-mobile-font-size);line-height:var(--ed-theme-typography-title-lg-mobile-line-height);letter-spacing:var(--ed-theme-typography-title-lg-mobile-letter-spacing);text-transform:var(--ed-theme-typography-title-lg-mobile-text-transform)}@media all and (min-width:48rem){.ed-c-heading--title-lg{font-family:var(--ed-theme-typography-title-lg-font-family);font-weight:var(--ed-theme-typography-title-lg-font-weight);font-size:var(--ed-theme-typography-title-lg-font-size);line-height:var(--ed-theme-typography-title-lg-line-height);letter-spacing:var(--ed-theme-typography-title-lg-letter-spacing);text-transform:var(--ed-theme-typography-title-lg-text-transform)}}.ed-c-heading--title-default{font-family:var(--ed-theme-typography-title-default-font-family);font-weight:var(--ed-theme-typography-title-default-font-weight);font-size:var(--ed-theme-typography-title-default-font-size);line-height:var(--ed-theme-typography-title-default-line-height);letter-spacing:var(--ed-theme-typography-title-default-letter-spacing);text-transform:var(--ed-theme-typography-title-default-text-transform)}.ed-c-heading--title-sm{font-family:var(--ed-theme-typography-title-sm-font-family);font-weight:var(--ed-theme-typography-title-sm-font-weight);font-size:var(--ed-theme-typography-title-sm-font-size);line-height:var(--ed-theme-typography-title-sm-line-height);letter-spacing:var(--ed-theme-typography-title-sm-letter-spacing);text-transform:var(--ed-theme-typography-title-sm-text-transform)}';
5
+ var p = Object.defineProperty, d = (h, e, r, y) => {
6
+ for (var t = void 0, i = h.length - 1, n; i >= 0; i--)
7
+ (n = h[i]) && (t = n(e, r, t) || t);
8
+ return t && p(e, r, t), t;
9
+ };
10
+ class l extends g {
11
+ constructor() {
12
+ super(...arguments), this.tagName = "h2";
13
+ }
14
+ static get styles() {
15
+ return m(s);
16
+ }
17
+ render() {
18
+ const e = this.componentClassNames("ed-c-heading", {
19
+ "ed-c-heading--headline-lg": this.variant ? this.variant === "headline-lg" : this.tagName === "h1",
20
+ "ed-c-heading--headline-default": this.variant ? this.variant === "headline-default" : this.tagName === "h2",
21
+ "ed-c-heading--headline-sm": this.variant ? this.variant === "headline-sm" : this.tagName === "h3",
22
+ "ed-c-heading--title-lg": this.variant ? this.variant === "title-lg" : this.tagName === "h4",
23
+ "ed-c-heading--title-default": this.variant ? this.variant === "title-default" : this.tagName === "h5",
24
+ "ed-c-heading--title-sm": this.variant ? this.variant === "title-sm" : this.tagName === "h6"
25
+ });
26
+ switch (this.tagName) {
27
+ case "h1":
28
+ return a` <h1 class="${e}"><slot></slot></h1> `;
29
+ case "h2":
30
+ return a` <h2 class="${e}"><slot></slot></h2> `;
31
+ case "h3":
32
+ return a` <h3 class="${e}"><slot></slot></h3> `;
33
+ case "h4":
34
+ return a` <h4 class="${e}"><slot></slot></h4> `;
35
+ case "h5":
36
+ return a` <h5 class="${e}"><slot></slot></h5> `;
37
+ case "h6":
38
+ return a` <h6 class="${e}"><slot></slot></h6> `;
39
+ }
40
+ }
41
+ }
42
+ d([
43
+ o()
44
+ ], l.prototype, "variant");
45
+ d([
46
+ o()
47
+ ], l.prototype, "tagName");
48
+ customElements.get("ed-heading") === void 0 && customElements.define("ed-heading", l);
49
+ export {
50
+ l as EdHeading
51
+ };
@@ -0,0 +1,22 @@
1
+ import { EdElement } from '@brad-frost-web/eddie-web-components/components/EdElement';
2
+ /**
3
+ * @slot - The component content
4
+ */
5
+ export declare class EdHero extends EdElement {
6
+ static get styles(): import('lit').CSSResult;
7
+ /**
8
+ * Image source
9
+ */
10
+ imgSrc?: string;
11
+ /**
12
+ * Image alt text
13
+ */
14
+ imgAlt?: string;
15
+ render(): import('lit-html').TemplateResult<1>;
16
+ }
17
+ declare global {
18
+ interface HTMLElementTagNameMap {
19
+ 'ed-hero': EdHero;
20
+ }
21
+ }
22
+ //# sourceMappingURL=hero.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hero.d.ts","sourceRoot":"","sources":["../../../../packages/eddie-web-components/components/hero/hero.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,2DAA2D,CAAC;AAGtF;;GAEG;AACH,qBAAa,MAAO,SAAQ,SAAS;IACnC,MAAM,KAAK,MAAM,4BAEhB;IAED;;OAEG;IAEH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IAEH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,MAAM;CAcP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,SAAS,EAAE,MAAM,CAAC;KACnB;CACF"}
@@ -0,0 +1,37 @@
1
+ import { unsafeCSS as a, html as l } from "lit";
2
+ import { property as n } from "lit/decorators.js";
3
+ import { E as h } from "../EdElement.js";
4
+ const c = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-hero{position:relative;margin-bottom:2rem}@media all and (min-width:48rem){.ed-c-hero{height:40vh;margin-bottom:0}}.ed-c-hero__image{width:100%;height:100%}@media all and (min-width:48rem){.ed-c-hero__image{position:absolute;top:0;left:0;object-fit:cover}}.ed-c-hero__body{display:flex;flex-direction:column;padding-top:1rem}@media all and (min-width:48rem){.ed-c-hero__body{position:absolute;align-items:flex-start;justify-content:flex-end;height:100%;padding-top:2rem;padding-bottom:2rem}}";
5
+ var p = Object.defineProperty, m = (o, t, d, g) => {
6
+ for (var e = void 0, i = o.length - 1, s; i >= 0; i--)
7
+ (s = o[i]) && (e = s(t, d, e) || e);
8
+ return e && p(t, d, e), e;
9
+ };
10
+ class r extends h {
11
+ static get styles() {
12
+ return a(c.toString());
13
+ }
14
+ render() {
15
+ const t = this.componentClassNames("ed-c-hero", {});
16
+ return l`
17
+ <div class="${t}">
18
+ <ed-layout-container>
19
+ <img class="ed-c-hero__image" src="${this.imgSrc}" alt="${this.imgAlt}" />
20
+ <div class="ed-c-hero__body">
21
+ <slot></slot>
22
+ </div>
23
+ </ed-layout-container>
24
+ </div>
25
+ `;
26
+ }
27
+ }
28
+ m([
29
+ n()
30
+ ], r.prototype, "imgSrc");
31
+ m([
32
+ n()
33
+ ], r.prototype, "imgAlt");
34
+ customElements.get("ed-hero") === void 0 && customElements.define("ed-hero", r);
35
+ export {
36
+ r as EdHero
37
+ };
@@ -0,0 +1,23 @@
1
+ import { EdElement } from '@brad-frost-web/eddie-web-components/components/EdElement';
2
+ /**
3
+ * Hr component
4
+ */
5
+ export declare class EdHr extends EdElement {
6
+ static get styles(): import('lit').CSSResult;
7
+ /**
8
+ * Style variant
9
+ * <ed-text-passage size="sm">
10
+ * <ul>
11
+ * <li> **thick** applies a thicker `hr` than the default</li>
12
+ * </ul>
13
+ * </ed-text-passage>
14
+ */
15
+ variant?: 'thick';
16
+ render(): import('lit-html').TemplateResult<1>;
17
+ }
18
+ declare global {
19
+ interface HTMLElementTagNameMap {
20
+ 'ed-hr': EdHr;
21
+ }
22
+ }
23
+ //# sourceMappingURL=hr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hr.d.ts","sourceRoot":"","sources":["../../../../packages/eddie-web-components/components/hr/hr.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,2DAA2D,CAAC;AAGtF;;GAEG;AACH,qBAAa,IAAK,SAAQ,SAAS;IACjC,MAAM,KAAK,MAAM,4BAEhB;IAED;;;;;;;OAOG;IAEH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,MAAM;CAOP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,OAAO,EAAE,IAAI,CAAC;KACf;CACF"}
@@ -0,0 +1,27 @@
1
+ import { unsafeCSS as n, html as i } from "lit";
2
+ import { property as a } from "lit/decorators.js";
3
+ import { E as m } from "../EdElement.js";
4
+ const c = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-hr{border-top-width:var(--ed-theme-border-width-sm);background:var(--ed-theme-color-content-subtle)}.ed-c-hr--thick{border-top-width:var(--ed-theme-border-width-lg)}";
5
+ var l = Object.defineProperty, p = (r, t, s, f) => {
6
+ for (var e = void 0, o = r.length - 1, d; o >= 0; o--)
7
+ (d = r[o]) && (e = d(t, s, e) || e);
8
+ return e && l(t, s, e), e;
9
+ };
10
+ class h extends m {
11
+ static get styles() {
12
+ return n(c.toString());
13
+ }
14
+ render() {
15
+ const t = this.componentClassNames("ed-c-hr", {
16
+ "ed-c-hr--thick": this.variant === "thick"
17
+ });
18
+ return i` <hr class="${t}" /> `;
19
+ }
20
+ }
21
+ p([
22
+ a()
23
+ ], h.prototype, "variant");
24
+ customElements.get("ed-hr") === void 0 && customElements.define("ed-hr", h);
25
+ export {
26
+ h as EdHr
27
+ };
@@ -0,0 +1,51 @@
1
+ import { EdElement } from '@brad-frost-web/eddie-web-components/components/EdElement';
2
+ export declare class EdIcon extends EdElement {
3
+ static get styles(): import('lit').CSSResult;
4
+ /**
5
+ * Icon name
6
+ *
7
+ * @required
8
+ */
9
+ focusable?: boolean | undefined;
10
+ /**
11
+ * Icon name
12
+ *
13
+ * @required
14
+ */
15
+ name?: string;
16
+ /**
17
+ * Icon path
18
+ * 1) This points to the file where the icon sprite lives
19
+ *
20
+ * @required
21
+ */
22
+ iconUrl?: string;
23
+ /**
24
+ * Title
25
+ */
26
+ iconTitle?: string;
27
+ /**
28
+ * Inverted variant
29
+ */
30
+ inverted?: boolean;
31
+ /**
32
+ *
33
+ * Append to the class name to pass classes (such as utility classes) into the internals
34
+ */
35
+ styleModifier?: string;
36
+ /**
37
+ * Get the path to the icons, either by overriding it on the globalThis
38
+ * or by using the bundled icon path
39
+ */
40
+ getIconPath(): any;
41
+ render(): import('lit-html').TemplateResult<1>;
42
+ }
43
+ declare global {
44
+ interface globalThis {
45
+ DS_ICON_URL: string;
46
+ }
47
+ interface HTMLElementTagNameMap {
48
+ 'ed-icon': EdIcon;
49
+ }
50
+ }
51
+ //# sourceMappingURL=icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../packages/eddie-web-components/components/icon/icon.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,2DAA2D,CAAC;AAKtF,qBAAa,MAAO,SAAQ,SAAS;IACnC,MAAM,KAAK,MAAM,4BAEhB;IAED;;;;OAIG;IAEH,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAEhC;;;;OAIG;IAEH,IAAI,CAAC,EAAE,MAAM,CAAY;IAEzB;;;;;OAKG;IAEH,OAAO,CAAC,EAAE,MAAM,CAAc;IAE9B;;OAEG;IAEH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IAEH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IAEH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,WAAW;IAeX,MAAM;CAkBP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,UAAU;QAClB,WAAW,EAAE,MAAM,CAAC;KACrB;IACD,UAAU,qBAAqB;QAC7B,SAAS,EAAE,MAAM,CAAC;KACnB;CACF"}
@@ -0,0 +1,66 @@
1
+ import { unsafeCSS as a, html as h } from "lit";
2
+ import { property as i } from "lit/decorators.js";
3
+ import { E as r } from "../EdElement.js";
4
+ const p = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-icon{display:block;fill:var(--ed-icon-fill, currentColor);height:var(--ed-icon-height, 1rem );width:var(--ed-icon-width, 1rem )}", m = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%3e%3csymbol%20id='add'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M24%2013.7143H13.7143V24H10.2857V13.7143H0V10.2857H10.2857V0H13.7143V10.2857H24V13.7143Z'/%3e%3c/symbol%3e%3csymbol%20id='arrow-back'%20viewBox='0%200%2024%2024'%3e%3cg%20clip-path='url(%23clip0)'%3e%3cpath%20d='M24%2010.5H5.745L14.13%202.115L12%200L0%2012L12%2024L14.115%2021.885L5.745%2013.5H24V10.5Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/symbol%3e%3csymbol%20id='arrow-forward'%20viewBox='0%200%2024%2024'%3e%3cg%20clip-path='url(%23clip0)'%3e%3cpath%20d='M12%200L9.885%202.115L18.255%2010.5H0V13.5H18.255L9.885%2021.885L12%2024L24%2012L12%200Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/symbol%3e%3csymbol%20id='arrow-up'%20viewBox='0%200%2032%2032'%3e%3ctitle%3earrow-up%3c/title%3e%3cpath%20d='M27.414%2012.586l-10-10c-0.781-0.781-2.047-0.781-2.828%200l-10%2010c-0.781%200.781-0.781%202.047%200%202.828s2.047%200.781%202.828%200l6.586-6.586v19.172c0%201.105%200.895%202%202%202s2-0.895%202-2v-19.172l6.586%206.586c0.39%200.39%200.902%200.586%201.414%200.586s1.024-0.195%201.414-0.586c0.781-0.781%200.781-2.047%200-2.828z'/%3e%3c/symbol%3e%3csymbol%20id='bold-arrow-up'%20viewBox='0%200%2032%2032'%3e%3ctitle%3ebold-arrow-up%3c/title%3e%3cpath%20d='M16%201l-15%2015h9v16h12v-16h9z'/%3e%3c/symbol%3e%3csymbol%20id='calendar'%20viewBox='0%200%2032%2032'%3e%3ctitle%3ecalendar%3c/title%3e%3cpath%20d='M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z'/%3e%3c/symbol%3e%3csymbol%20id='check'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M7.62706%2017.4355L1.93746%2011.7459L0%2013.6697L7.62706%2021.2968L24%204.92382L22.0762%203L7.62706%2017.4355Z'/%3e%3c/symbol%3e%3csymbol%20id='close'%20viewBox='0%200%2024%2024'%3e%3cg%20clip-path='url(%23clip0)'%3e%3cpath%20d='M24%202.41714L21.5829%200L12%209.58286L2.41714%200L0%202.41714L9.58286%2012L0%2021.5829L2.41714%2024L12%2014.4171L21.5829%2024L24%2021.5829L14.4171%2012L24%202.41714Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/symbol%3e%3csymbol%20id='delta-down'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M1.61487%205H22.3851C23.822%205%2024.5405%206.73556%2023.5233%207.75269L13.1422%2018.1419C12.5126%2018.7715%2011.4874%2018.7715%2010.8578%2018.1419L0.476659%207.75269C-0.540462%206.73556%200.177981%205%201.61487%205Z'/%3e%3c/symbol%3e%3csymbol%20id='delta-up'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M22.3828%2018.6107H1.61718C0.179299%2018.6107%20-0.540772%2016.8722%200.475946%2015.8555L10.8587%205.47269C11.489%204.84244%2012.511%204.84244%2013.1412%205.47269L23.524%2015.8555C24.5408%2016.8722%2023.8207%2018.6107%2022.3828%2018.6107Z'/%3e%3c/symbol%3e%3csymbol%20id='download'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M2%2024H21.7647V21.1765H2V24ZM21.7647%208.47059H16.1176V0H7.64706V8.47059H2L11.8824%2018.3529L21.7647%208.47059Z'/%3e%3c/symbol%3e%3csymbol%20id='edit'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%2019.0007V24H4.99931L19.7439%209.25538L14.7446%204.25608L0%2019.0007ZM23.6101%205.38925C24.13%204.86932%2024.13%204.02944%2023.6101%203.50951L20.4905%200.389946C19.9706%20-0.129982%2019.1307%20-0.129982%2018.6107%200.389946L16.1711%202.82961L21.1704%207.82891L23.6101%205.38925V5.38925Z'/%3e%3c/symbol%3e%3csymbol%20id='ellipsis'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M15.4839%2012.4839C15.4839%2014.4097%2013.9258%2015.9677%2012%2015.9677C10.0742%2015.9677%208.51613%2014.4097%208.51613%2012.4839C8.51613%2010.5581%2010.0742%209%2012%209C13.9258%209%2015.4839%2010.5581%2015.4839%2012.4839ZM20.5161%209C18.5903%209%2017.0323%2010.5581%2017.0323%2012.4839C17.0323%2014.4097%2018.5903%2015.9677%2020.5161%2015.9677C22.4419%2015.9677%2024%2014.4097%2024%2012.4839C24%2010.5581%2022.4419%209%2020.5161%209ZM3.48387%209C1.55806%209%200%2010.5581%200%2012.4839C0%2014.4097%201.55806%2015.9677%203.48387%2015.9677C5.40968%2015.9677%206.96774%2014.4097%206.96774%2012.4839C6.96774%2010.5581%205.40968%209%203.48387%209Z'/%3e%3c/symbol%3e%3csymbol%20id='email'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M21.6%202H2.4C1.08%202%200.012%203.08%200.012%204.4L0%2018.8C0%2020.12%201.08%2021.2%202.4%2021.2H21.6C22.92%2021.2%2024%2020.12%2024%2018.8V4.4C24%203.08%2022.92%202%2021.6%202ZM21.6%206.8L12%2012.8L2.4%206.8V4.4L12%2010.4L21.6%204.4V6.8Z'/%3e%3c/symbol%3e%3csymbol%20id='error'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M10.8%2015.6H13.2V18H10.8V15.6ZM10.8%206H13.2V13.2H10.8V6ZM11.988%200C5.364%200%200%205.376%200%2012C0%2018.624%205.364%2024%2011.988%2024C18.624%2024%2024%2018.624%2024%2012C24%205.376%2018.624%200%2011.988%200ZM12%2021.6C6.696%2021.6%202.4%2017.304%202.4%2012C2.4%206.696%206.696%202.4%2012%202.4C17.304%202.4%2021.6%206.696%2021.6%2012C21.6%2017.304%2017.304%2021.6%2012%2021.6Z'/%3e%3c/symbol%3e%3csymbol%20id='facebook'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M17.5847%2013.5L18.2513%209.15656H14.0836V6.33797C14.0836%205.14969%2014.6658%203.99141%2016.5324%203.99141H18.4271V0.293438C18.4271%200.293438%2016.7077%200%2015.0638%200C11.6316%200%209.38815%202.08031%209.38815%205.84625V9.15656H5.573V13.5H9.38815V24H14.0836V13.5H17.5847Z'/%3e%3c/symbol%3e%3csymbol%20id='info'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12%200C5.376%200%200%205.376%200%2012C0%2018.624%205.376%2024%2012%2024C18.624%2024%2024%2018.624%2024%2012C24%205.376%2018.624%200%2012%200ZM13.2%2018H10.8V10.8H13.2V18ZM13.2%208.4H10.8V6H13.2V8.4Z'/%3e%3c/symbol%3e%3csymbol%20id='instagram'%20viewBox='0%200%2024%2024'%3e%3cg%20clip-path='url(%23clip0)'%3e%3cpath%20d='M11.9998%200C13.6248%200%2014.6951%200.004%2015.2106%200.012C15.7261%200.02%2016.3043%200.0395%2016.9453%200.0705C17.5863%200.1015%2018.1371%200.164%2018.5976%200.258C19.0581%200.352%2019.4761%200.477%2019.8516%200.633C20.2581%200.7895%2020.6331%200.977%2020.9766%201.1955C21.3201%201.414%2021.6561%201.6875%2021.9846%202.016C22.3131%202.3445%2022.5866%202.6805%2022.8051%203.024C23.0236%203.3675%2023.2111%203.7425%2023.3676%204.149C23.5241%204.524%2023.6491%204.942%2023.7426%205.403C23.8361%205.864%2023.8986%206.41475%2023.9301%207.05525C23.9616%207.69575%2023.9811%208.274%2023.9886%208.79C23.9961%209.306%2024.0001%2010.3762%2024.0006%2012.0007C24.0011%2013.6252%2023.9971%2014.6955%2023.9886%2015.2115C23.9801%2015.7275%2023.9606%2016.3057%2023.9301%2016.9462C23.8996%2017.5868%2023.8371%2018.1375%2023.7426%2018.5985C23.6481%2019.0595%2023.5231%2019.4775%2023.3676%2019.8525C23.2111%2020.259%2023.0236%2020.634%2022.8051%2020.9775C22.5866%2021.321%2022.3131%2021.657%2021.9846%2021.9855C21.6561%2022.314%2021.3201%2022.5875%2020.9766%2022.806C20.6331%2023.0245%2020.2581%2023.212%2019.8516%2023.3685C19.4766%2023.525%2019.0586%2023.65%2018.5976%2023.7435C18.1366%2023.837%2017.5858%2023.8995%2016.9453%2023.931C16.3048%2023.9625%2015.7266%2023.982%2015.2106%2023.9895C14.6946%2023.997%2013.6243%2024.001%2011.9998%2024.0015C10.3753%2024.002%209.30507%2023.998%208.78907%2023.9895C8.27307%2023.981%207.69482%2023.9615%207.05432%2023.931C6.41382%2023.9005%205.86307%2023.838%205.40207%2023.7435C4.94107%2023.649%204.52307%2023.524%204.14807%2023.3685C3.74157%2023.212%203.36657%2023.0245%203.02307%2022.806C2.67957%2022.5875%202.34356%2022.314%202.01507%2021.9855C1.68657%2021.657%201.41307%2021.321%201.19457%2020.9775C0.976065%2020.634%200.788565%2020.259%200.632065%2019.8525C0.475565%2019.4775%200.350565%2019.0595%200.257065%2018.5985C0.163565%2018.1375%200.101065%2017.5868%200.0695651%2016.9462C0.0380651%2016.3057%200.0185651%2015.7275%200.0110651%2015.2115C0.0035651%2014.6955%20-0.000434896%2013.6252%20-0.000934896%2012.0007C-0.0014349%2010.3762%200.0025651%209.306%200.0110651%208.79C0.0195651%208.274%200.0390651%207.69575%200.0695651%207.05525C0.100065%206.41475%200.162565%205.864%200.257065%205.403C0.351565%204.942%200.476565%204.524%200.632065%204.149C0.788565%203.7425%200.976065%203.3675%201.19457%203.024C1.41307%202.6805%201.68657%202.3445%202.01507%202.016C2.34356%201.6875%202.67957%201.414%203.02307%201.1955C3.36657%200.977%203.74157%200.7895%204.14807%200.633C4.52307%200.4765%204.94107%200.3515%205.40207%200.258C5.86307%200.1645%206.41382%200.102%207.05432%200.0705C7.69482%200.039%208.27307%200.0195%208.78907%200.012C9.30507%200.0045%2010.3753%200.0005%2011.9998%200V0ZM11.9998%202.15625C10.3903%202.15625%209.33957%202.16025%208.84756%202.16825C8.35557%202.17625%207.78907%202.19575%207.14807%202.22675C6.57007%202.25825%206.10907%202.31675%205.76507%202.40225C5.42106%202.48775%205.13981%202.56975%204.92132%202.64825C4.63981%202.75775%204.39382%202.88275%204.18332%203.02325C3.97282%203.16375%203.75807%203.33575%203.53907%203.53925C3.33607%203.75825%203.16407%203.973%203.02307%204.1835C2.88207%204.394%202.75707%204.64%202.64807%204.9215C2.57007%205.1405%202.48807%205.42175%202.40207%205.76525C2.31607%206.10875%202.25757%206.56975%202.22657%207.14825C2.19507%207.78875%202.17557%208.35525%202.16807%208.84775C2.16057%209.34025%202.15656%2010.391%202.15606%2012C2.15557%2013.609%202.15956%2014.6597%202.16807%2015.1522C2.17657%2015.6447%202.19607%2016.2113%202.22657%2016.8517C2.25807%2017.4298%202.31657%2017.8907%202.40207%2018.2347C2.48757%2018.5788%202.56957%2018.86%202.64807%2019.0785C2.75757%2019.36%202.88257%2019.606%203.02307%2019.8165C3.16357%2020.027%203.33557%2020.2418%203.53907%2020.4608C3.75807%2020.6637%203.97282%2020.8358%204.18332%2020.9767C4.39382%2021.1178%204.63981%2021.2428%204.92132%2021.3517C5.14032%2021.4298%205.42157%2021.5118%205.76507%2021.5978C6.10856%2021.6838%206.56957%2021.7423%207.14807%2021.7733C7.78857%2021.8048%208.35507%2021.8242%208.84756%2021.8317C9.34007%2021.8392%2010.3908%2021.8433%2011.9998%2021.8438C13.6088%2021.8442%2014.6596%2021.8403%2015.1521%2021.8317C15.6446%2021.8232%2016.2111%2021.8038%2016.8516%2021.7733C17.4296%2021.7418%2017.8906%2021.6833%2018.2346%2021.5978C18.5786%2021.5123%2018.8598%2021.4303%2019.0783%2021.3517C19.3598%2021.2423%2019.6058%2021.1173%2019.8163%2020.9767C20.0268%2020.8363%2020.2416%2020.6642%2020.4606%2020.4608C20.6636%2020.2418%2020.8356%2020.027%2020.9766%2019.8165C21.1176%2019.606%2021.2426%2019.36%2021.3516%2019.0785C21.4296%2018.8595%2021.5116%2018.5782%2021.5976%2018.2347C21.6836%2017.8913%2021.7421%2017.4303%2021.7731%2016.8517C21.8046%2016.2113%2021.8241%2015.6447%2021.8316%2015.1522C21.8391%2014.6597%2021.8431%2013.609%2021.8436%2012C21.8441%2010.391%2021.8401%209.34025%2021.8316%208.84775C21.8231%208.35525%2021.8036%207.78875%2021.7731%207.14825C21.7416%206.57025%2021.6831%206.10925%2021.5976%205.76525C21.5121%205.42125%2021.4301%205.14%2021.3516%204.9215C21.2421%204.64%2021.1171%204.394%2020.9766%204.1835C20.8361%203.973%2020.6641%203.75825%2020.4606%203.53925C20.2416%203.33625%2020.0268%203.16425%2019.8163%203.02325C19.6058%202.88225%2019.3598%202.75725%2019.0783%202.64825C18.8593%202.57025%2018.5781%202.48825%2018.2346%202.40225C17.8911%202.31625%2017.4301%202.25775%2016.8516%202.22675C16.2111%202.19525%2015.6446%202.17575%2015.1521%202.16825C14.6596%202.16075%2013.6088%202.15675%2011.9998%202.15625ZM11.9998%205.83575C12.8438%205.83575%2013.6408%205.99975%2014.3908%206.32775C15.1408%206.64025%2015.7971%207.07775%2016.3596%207.64025C16.9221%208.20275%2017.3596%208.859%2017.6721%209.609C18.0001%2010.359%2018.1641%2011.156%2018.1641%2012C18.1641%2012.844%2018.0001%2013.641%2017.6721%2014.391C17.3596%2015.141%2016.9221%2015.7972%2016.3596%2016.3597C15.7971%2016.9222%2015.1408%2017.3598%2014.3908%2017.6722C13.6408%2018.0002%2012.8438%2018.1642%2011.9998%2018.1642C11.1558%2018.1642%2010.3588%2018.0002%209.60882%2017.6722C8.85882%2017.3598%208.20257%2016.9222%207.64007%2016.3597C7.07757%2015.7972%206.64007%2015.141%206.32757%2014.391C5.99957%2013.641%205.83557%2012.844%205.83557%2012C5.83557%2011.156%205.99957%2010.359%206.32757%209.609C6.64007%208.859%207.07757%208.20275%207.64007%207.64025C8.20257%207.07775%208.85882%206.64025%209.60882%206.32775C10.3588%205.99975%2011.1558%205.83575%2011.9998%205.83575ZM11.9998%2016.008C13.1093%2016.008%2014.0546%2015.6173%2014.8356%2014.8358C15.6166%2014.0542%2016.0073%2013.109%2016.0078%2012C16.0083%2010.891%2015.6176%209.94575%2014.8356%209.16425C14.0536%208.38275%2013.1083%207.992%2011.9998%207.992C10.8913%207.992%209.94606%208.38275%209.16407%209.16425C8.38206%209.94575%207.99132%2010.891%207.99182%2012C7.99232%2013.109%208.38307%2014.0542%209.16407%2014.8358C9.94507%2015.6173%2010.8903%2016.008%2011.9998%2016.008ZM19.8516%205.60175C19.8516%205.99225%2019.7108%206.32825%2019.4293%206.60975C19.1478%206.89125%2018.8041%207.032%2018.3981%207.032C18.0076%207.032%2017.6716%206.89125%2017.3901%206.60975C17.1086%206.32825%2016.9678%205.99225%2016.9678%205.60175C16.9678%205.19525%2017.1086%204.8515%2017.3901%204.5705C17.6716%204.2895%2018.0076%204.14875%2018.3981%204.14825C18.8046%204.14825%2019.1483%204.289%2019.4293%204.5705C19.7103%204.852%2019.8511%205.19575%2019.8516%205.60175Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/symbol%3e%3csymbol%20id='keyboard-arrow-down'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M2.82%205L12%2014.16L21.18%205L24%207.82L12%2019.82L0%207.82L2.82%205Z'/%3e%3c/symbol%3e%3csymbol%20id='keyboard-arrow-left'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M19%2021.18L9.84%2012L19%202.82L16.18%200L4.18%2012L16.18%2024L19%2021.18Z'/%3e%3c/symbol%3e%3csymbol%20id='keyboard-arrow-right'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M5%2021.18L14.16%2012L5%202.82L7.82%200L19.82%2012L7.82%2024L5%2021.18Z'/%3e%3c/symbol%3e%3csymbol%20id='keyboard-arrow-up'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M2.82%2019.82L12%2010.66L21.18%2019.82L24%2017L12%205.00001L0%2017L2.82%2019.82Z'/%3e%3c/symbol%3e%3csymbol%20id='language'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M11.988%200C5.364%200%200%205.376%200%2012C0%2018.624%205.364%2024%2011.988%2024C18.624%2024%2024%2018.624%2024%2012C24%205.376%2018.624%200%2011.988%200ZM20.304%207.2H16.764C16.38%205.7%2015.828%204.26%2015.108%202.928C17.316%203.684%2019.152%205.22%2020.304%207.2ZM12%202.448C12.996%203.888%2013.776%205.484%2014.292%207.2H9.708C10.224%205.484%2011.004%203.888%2012%202.448ZM2.712%2014.4C2.52%2013.632%202.4%2012.828%202.4%2012C2.4%2011.172%202.52%2010.368%202.712%209.6H6.768C6.672%2010.392%206.6%2011.184%206.6%2012C6.6%2012.816%206.672%2013.608%206.768%2014.4H2.712ZM3.696%2016.8H7.236C7.62%2018.3%208.172%2019.74%208.892%2021.072C6.684%2020.316%204.848%2018.792%203.696%2016.8ZM7.236%207.2H3.696C4.848%205.208%206.684%203.684%208.892%202.928C8.172%204.26%207.62%205.7%207.236%207.2ZM12%2021.552C11.004%2020.112%2010.224%2018.516%209.708%2016.8H14.292C13.776%2018.516%2012.996%2020.112%2012%2021.552ZM14.808%2014.4H9.192C9.084%2013.608%209%2012.816%209%2012C9%2011.184%209.084%2010.38%209.192%209.6H14.808C14.916%2010.38%2015%2011.184%2015%2012C15%2012.816%2014.916%2013.608%2014.808%2014.4ZM15.108%2021.072C15.828%2019.74%2016.38%2018.3%2016.764%2016.8H20.304C19.152%2018.78%2017.316%2020.316%2015.108%2021.072ZM17.232%2014.4C17.328%2013.608%2017.4%2012.816%2017.4%2012C17.4%2011.184%2017.328%2010.392%2017.232%209.6H21.288C21.48%2010.368%2021.6%2011.172%2021.6%2012C21.6%2012.828%2021.48%2013.632%2021.288%2014.4H17.232Z'/%3e%3c/symbol%3e%3csymbol%20id='linkedin'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M5.37214%2023.9999H0.396429V7.97672H5.37214V23.9999ZM2.88161%205.79101C1.29054%205.79101%200%204.47315%200%202.88208C1.13882e-08%202.11783%200.303597%201.38488%200.844003%200.844476C1.38441%200.30407%202.11736%200.000473022%202.88161%200.000473022C3.64586%200.000473022%204.3788%200.30407%204.91921%200.844476C5.45962%201.38488%205.76321%202.11783%205.76321%202.88208C5.76321%204.47315%204.47214%205.79101%202.88161%205.79101ZM23.9946%2023.9999H19.0296V16.1999C19.0296%2014.341%2018.9921%2011.9571%2016.4427%2011.9571C13.8557%2011.9571%2013.4593%2013.9767%2013.4593%2016.066V23.9999H8.48893V7.97672H13.2611V10.1624H13.3307C13.995%208.90351%2015.6177%207.57494%2018.0386%207.57494C23.0743%207.57494%2024%2010.891%2024%2015.1982V23.9999H23.9946Z'/%3e%3c/symbol%3e%3csymbol%20id='location-on'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12.4%200C7.756%200%204%203.756%204%208.4C4%2014.7%2012.4%2024%2012.4%2024C12.4%2024%2020.8%2014.7%2020.8%208.4C20.8%203.756%2017.044%200%2012.4%200ZM12.4%2011.4C10.744%2011.4%209.4%2010.056%209.4%208.4C9.4%206.744%2010.744%205.4%2012.4%205.4C14.056%205.4%2015.4%206.744%2015.4%208.4C15.4%2010.056%2014.056%2011.4%2012.4%2011.4Z'/%3e%3c/symbol%3e%3csymbol%20id='menu'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%2020H24V17.3333H0V20ZM0%2013.3333H24V10.6667H0V13.3333ZM0%204V6.66667H24V4H0Z'/%3e%3c/symbol%3e%3csymbol%20id='minus'%20viewBox='0%200%2016%2016'%3e%3cpath%20d='M0%206.5v3c0%200.276%200.224%200.5%200.5%200.5h15c0.276%200%200.5-0.224%200.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276%200-0.5%200.224-0.5%200.5z'/%3e%3c/symbol%3e%3csymbol%20id='notifications'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M11.8462%2024C13.2%2024%2014.3077%2022.8923%2014.3077%2021.5385H9.38462C9.38462%2022.8923%2010.48%2024%2011.8462%2024ZM19.2308%2016.6154V10.4615C19.2308%206.68308%2017.2123%203.52%2013.6923%202.68308V1.84615C13.6923%200.824615%2012.8677%200%2011.8462%200C10.8246%200%2010%200.824615%2010%201.84615V2.68308C6.46769%203.52%204.46154%206.67077%204.46154%2010.4615V16.6154L2%2019.0769V20.3077H21.6923V19.0769L19.2308%2016.6154Z'/%3e%3c/symbol%3e%3csymbol%20id='open'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M9.81818%208.72727H14.1818V5.45455H17.4545L12%200L6.54545%205.45455H9.81818V8.72727ZM8.72727%209.81818H5.45455V6.54545L0%2012L5.45455%2017.4545V14.1818H8.72727V9.81818ZM24%2012L18.5455%206.54545V9.81818H15.2727V14.1818H18.5455V17.4545L24%2012ZM14.1818%2015.2727H9.81818V18.5455H6.54545L12%2024L17.4545%2018.5455H14.1818V15.2727Z'/%3e%3c/symbol%3e%3csymbol%20id='pause'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M1%2024H7.85714V0H1V24ZM14.7143%200V24H21.5714V0H14.7143Z'/%3e%3c/symbol%3e%3csymbol%20id='person'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12%2012C15.315%2012%2018%209.315%2018%206C18%202.685%2015.315%200%2012%200C8.685%200%206%202.685%206%206C6%209.315%208.685%2012%2012%2012ZM12%2015C7.995%2015%200%2017.01%200%2021V24H24V21C24%2017.01%2016.005%2015%2012%2015Z'/%3e%3c/symbol%3e%3csymbol%20id='pinterest'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M12.5625%200.304688C7.75313%200.304688%203%203.51094%203%208.7C3%2012%204.85625%2013.875%205.98125%2013.875C6.44531%2013.875%206.7125%2012.5813%206.7125%2012.2156C6.7125%2011.7797%205.60156%2010.8516%205.60156%209.0375C5.60156%205.26875%208.47031%202.59688%2012.1828%202.59688C15.375%202.59688%2017.7375%204.41094%2017.7375%207.74375C17.7375%2010.2328%2016.7391%2014.9016%2013.5047%2014.9016C12.3375%2014.9016%2011.3391%2014.0578%2011.3391%2012.8484C11.3391%2011.0766%2012.5766%209.36094%2012.5766%207.53281C12.5766%204.42969%208.175%204.99219%208.175%208.74219C8.175%209.52969%208.27344%2010.4016%208.625%2011.1188C7.97813%2013.9031%206.65625%2018.0516%206.65625%2020.9203C6.65625%2021.8063%206.78281%2022.6781%206.86719%2023.5641C7.02656%2023.7422%206.94688%2023.7234%207.19063%2023.6344C9.55313%2020.4%209.46875%2019.7672%2010.5375%2015.5344C11.1141%2016.6313%2012.6047%2017.2219%2013.7859%2017.2219C18.7641%2017.2219%2021%2012.3703%2021%207.99688C21%203.34219%2016.9781%200.304688%2012.5625%200.304688Z'/%3e%3c/symbol%3e%3csymbol%20id='play-arrow'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M3%200V24L21.8571%2012L3%200Z'/%3e%3c/symbol%3e%3csymbol%20id='play-circle-outline'%20viewBox='0%200%2024%2024'%3e%3cg%20clip-path='url(%23clip0)'%3e%3cpath%20d='M9.6%2017.4L16.8%2012L9.6%206.6V17.4ZM12%200C5.376%200%200%205.376%200%2012C0%2018.624%205.376%2024%2012%2024C18.624%2024%2024%2018.624%2024%2012C24%205.376%2018.624%200%2012%200ZM12%2021.6C6.708%2021.6%202.4%2017.292%202.4%2012C2.4%206.708%206.708%202.4%2012%202.4C17.292%202.4%2021.6%206.708%2021.6%2012C21.6%2017.292%2017.292%2021.6%2012%2021.6Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/symbol%3e%3csymbol%20id='replay'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M11.6%204.8V0L5.6%206L11.6%2012V7.2C15.572%207.2%2018.8%2010.428%2018.8%2014.4C18.8%2018.372%2015.572%2021.6%2011.6%2021.6C7.628%2021.6%204.4%2018.372%204.4%2014.4H2C2%2019.704%206.296%2024%2011.6%2024C16.904%2024%2021.2%2019.704%2021.2%2014.4C21.2%209.096%2016.904%204.8%2011.6%204.8Z'/%3e%3c/symbol%3e%3csymbol%20id='rss-feed'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M6.18%2020C7.38398%2020%208.36%2019.024%208.36%2017.82C8.36%2016.616%207.38398%2015.64%206.18%2015.64C4.97602%2015.64%204%2016.616%204%2017.82C4%2019.024%204.97602%2020%206.18%2020Z'/%3e%3cpath%20d='M4%204.44V7.27C11.03%207.27%2016.73%2012.97%2016.73%2020H19.56C19.56%2011.41%2012.59%204.44%204%204.44ZM4%2010.1V12.93C7.9%2012.93%2011.07%2016.1%2011.07%2020H13.9C13.9%2014.53%209.47%2010.1%204%2010.1Z'/%3e%3c/symbol%3e%3csymbol%20id='search'%20viewBox='0%200%2024%2024'%3e%3cg%20clip-path='url(%23clip0)'%3e%3cpath%20d='M17.1527%2015.0943H16.0686L15.6844%2014.7238C17.0292%2013.1595%2017.8388%2011.1286%2017.8388%208.91938C17.8388%203.99314%2013.8456%200%208.91938%200C3.99314%200%200%203.99314%200%208.91938C0%2013.8456%203.99314%2017.8388%208.91938%2017.8388C11.1286%2017.8388%2013.1595%2017.0292%2014.7238%2015.6844L15.0943%2016.0686V17.1527L21.9554%2024L24%2021.9554L17.1527%2015.0943ZM8.91938%2015.0943C5.50257%2015.0943%202.74443%2012.3362%202.74443%208.91938C2.74443%205.50257%205.50257%202.74443%208.91938%202.74443C12.3362%202.74443%2015.0943%205.50257%2015.0943%208.91938C15.0943%2012.3362%2012.3362%2015.0943%208.91938%2015.0943Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/symbol%3e%3csymbol%20id='spinner'%20viewBox='0%200%2032%2032'%3e%3ctitle%3espinner8%3c/title%3e%3cpath%20d='M16%2032c-4.274%200-8.292-1.664-11.314-4.686s-4.686-7.040-4.686-11.314c0-3.026%200.849-5.973%202.456-8.522%201.563-2.478%203.771-4.48%206.386-5.791l1.344%202.682c-2.126%201.065-3.922%202.693-5.192%204.708-1.305%202.069-1.994%204.462-1.994%206.922%200%207.168%205.832%2013%2013%2013s13-5.832%2013-13c0-2.459-0.69-4.853-1.994-6.922-1.271-2.015-3.066-3.643-5.192-4.708l1.344-2.682c2.615%201.31%204.824%203.313%206.386%205.791%201.607%202.549%202.456%205.495%202.456%208.522%200%204.274-1.664%208.292-4.686%2011.314s-7.040%204.686-11.314%204.686z'/%3e%3c/symbol%3e%3csymbol%20id='square'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M18.2857%204H5.71429C4.76786%204%204%204.76786%204%205.71429V18.2857C4%2019.2321%204.76786%2020%205.71429%2020H18.2857C19.2321%2020%2020%2019.2321%2020%2018.2857V5.71429C20%204.76786%2019.2321%204%2018.2857%204Z'/%3e%3c/symbol%3e%3csymbol%20id='swap'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M17.6667%2018.68V9.33333H15V18.68H11L16.3333%2024L21.6667%2018.68H17.6667ZM8.33333%200L3%205.32H7V14.6667H9.66667V5.32H13.6667L8.33333%200Z'/%3e%3c/symbol%3e%3csymbol%20id='thumb-up'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M0%2022.8182H4.36364V9.72727H0V22.8182ZM24%2010.8182C24%209.61818%2023.0182%208.63636%2021.8182%208.63636H14.9345L15.9709%203.65091L16.0036%203.30182C16.0036%202.85455%2015.8182%202.44%2015.5236%202.14545L14.3673%201L7.18909%208.18909C6.78545%208.58182%206.54545%209.12727%206.54545%209.72727V20.6364C6.54545%2021.8364%207.52727%2022.8182%208.72727%2022.8182H18.5455C19.4509%2022.8182%2020.2255%2022.2727%2020.5527%2021.4873L23.8473%2013.7964C23.9455%2013.5455%2024%2013.2836%2024%2013V10.8182Z'/%3e%3c/symbol%3e%3csymbol%20id='trending-flat'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M24%2012.0526L18.9474%207V10.7895H0V13.3158H18.9474V17.1053L24%2012.0526Z'/%3e%3c/symbol%3e%3csymbol%20id='trending-up'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M16.8%205L19.548%207.748L13.692%2013.604L8.892%208.804L0%2017.708L1.692%2019.4L8.892%2012.2L13.692%2017L21.252%209.452L24%2012.2V5H16.8Z'/%3e%3c/symbol%3e%3csymbol%20id='twitter'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M21.533%207.11169C21.5482%207.32488%2021.5482%207.53811%2021.5482%207.7513C21.5482%2014.2538%2016.599%2021.7462%207.5533%2021.7462C4.76648%2021.7462%202.17767%2020.9391%200%2019.5381C0.395953%2019.5838%200.776625%2019.599%201.18781%2019.599C3.48727%2019.599%205.60405%2018.8224%207.29441%2017.4975C5.13197%2017.4518%203.31978%2016.0356%202.69541%2014.0863C3%2014.132%203.30455%2014.1624%203.62437%2014.1624C4.06598%2014.1624%204.50764%2014.1015%204.91878%2013.995C2.66498%2013.5381%200.974578%2011.5584%200.974578%209.16753V9.10664C1.62937%209.47213%202.39086%209.70055%203.19791%209.73097C1.87303%208.8477%201.00505%207.34011%201.00505%205.63452C1.00505%204.72083%201.24866%203.88327%201.67508%203.1523C4.09641%206.13706%207.73602%208.08627%2011.8172%208.2995C11.7411%207.93402%2011.6954%207.55335%2011.6954%207.17263C11.6954%204.46194%2013.8883%202.25385%2016.6141%202.25385C18.0304%202.25385%2019.3095%202.84775%2020.208%203.80714C21.3197%203.59395%2022.3857%203.18277%2023.3299%202.61933C22.9643%203.76149%2022.1877%204.72088%2021.1674%205.32997C22.1573%205.22342%2023.1167%204.94925%2023.9999%204.56858C23.33%205.54316%2022.4924%206.41114%2021.533%207.11169Z'/%3e%3c/symbol%3e%3c/svg%3e";
5
+ var L = Object.defineProperty, o = (t, e, s, b) => {
6
+ for (var c = void 0, l = t.length - 1, d; l >= 0; l--)
7
+ (d = t[l]) && (c = d(e, s, c) || c);
8
+ return c && L(e, s, c), c;
9
+ };
10
+ class C extends r {
11
+ constructor() {
12
+ super(...arguments), this.name = "search", this.iconUrl = m;
13
+ }
14
+ static get styles() {
15
+ return a(p);
16
+ }
17
+ /**
18
+ * Get the path to the icons, either by overriding it on the globalThis
19
+ * or by using the bundled icon path
20
+ */
21
+ getIconPath() {
22
+ if (globalThis.DS_ICON_URL)
23
+ return globalThis.DS_ICON_URL;
24
+ const e = document.querySelector('script[src$="icon"]');
25
+ return e ? e.src.replace(/^(.+)\/.*$/, "$1") + "/svgs/ed-icons.svg" : this.iconUrl;
26
+ }
27
+ render() {
28
+ const e = this.componentClassNames("ed-c-icon", {
29
+ "ed-c-icon--inverted": this.inverted === !0
30
+ });
31
+ return h`
32
+ <svg
33
+ aria-hidden="${!this.iconTitle}"
34
+ aria-labelledby="${this.iconTitle && this.id}"
35
+ class="${e}"
36
+ focusable="${this.focusable}"
37
+ role="${this.iconTitle && "img"}"
38
+ >
39
+ ${this.title && h` <title id="${this.id}">${this.title}</title> `}
40
+ <use href="${this.getIconPath()}#${this.name}" />
41
+ </svg>
42
+ `;
43
+ }
44
+ }
45
+ o([
46
+ i({ type: Boolean })
47
+ ], C.prototype, "focusable");
48
+ o([
49
+ i()
50
+ ], C.prototype, "name");
51
+ o([
52
+ i()
53
+ ], C.prototype, "iconUrl");
54
+ o([
55
+ i()
56
+ ], C.prototype, "iconTitle");
57
+ o([
58
+ i({ type: Boolean })
59
+ ], C.prototype, "inverted");
60
+ o([
61
+ i()
62
+ ], C.prototype, "styleModifier");
63
+ customElements.get("ed-icon") === void 0 && customElements.define("ed-icon", C);
64
+ export {
65
+ C as EdIcon
66
+ };
@@ -0,0 +1,19 @@
1
+ import { EdElement } from '@brad-frost-web/eddie-web-components/components/EdElement';
2
+ /**
3
+ * @slot - The link list items
4
+ */
5
+ export declare class EdIconLinkList extends EdElement {
6
+ static get styles(): import('lit').CSSResult;
7
+ /**
8
+ * Inverted variant
9
+ * 1) For display on dark backgrounds
10
+ */
11
+ inverted?: boolean;
12
+ render(): import('lit-html').TemplateResult<1>;
13
+ }
14
+ declare global {
15
+ interface HTMLElementTagNameMap {
16
+ 'ed-icon-link-list': EdIconLinkList;
17
+ }
18
+ }
19
+ //# sourceMappingURL=icon-link-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-link-list.d.ts","sourceRoot":"","sources":["../../../../packages/eddie-web-components/components/icon-link-list/icon-link-list.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,2DAA2D,CAAC;AAGtF;;GAEG;AACH,qBAAa,cAAe,SAAQ,SAAS;IAC3C,MAAM,KAAK,MAAM,4BAEhB;IAED;;;OAGG;IAEH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,MAAM;CAWP;AAMD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,mBAAmB,EAAE,cAAc,CAAC;KACrC;CACF"}
@@ -0,0 +1,31 @@
1
+ import { unsafeCSS as l, html as d } from "lit";
2
+ import { property as c } from "lit/decorators.js";
3
+ import { E as m } from "../EdElement.js";
4
+ const a = ":root,:host{--size-base-unit: .5rem}h1,h2,h3,h4,h5,h6{margin:0}*,::slotted(*),*:before,*:after{box-sizing:border-box}.ed-c-icon-link-list{margin:0;padding:0;list-style:none;display:flex;margin:-2rem 0 0 -2rem}.ed-c-icon-link-list ::slotted(ed-icon-link-list-item){margin-left:2rem;margin-top:2rem}.ed-c-icon-link-list--inverted{color:var(--ed-theme-color-content-knockout)}ed-icon{--ed-icon-width: 1.5rem ;--ed-icon-height: 1.5rem }";
5
+ var p = Object.defineProperty, f = (i, t, o, h) => {
6
+ for (var e = void 0, n = i.length - 1, r; n >= 0; n--)
7
+ (r = i[n]) && (e = r(t, o, e) || e);
8
+ return e && p(t, o, e), e;
9
+ };
10
+ class s extends m {
11
+ static get styles() {
12
+ return l(a);
13
+ }
14
+ render() {
15
+ const t = this.componentClassNames("ed-c-icon-link-list", {
16
+ "ed-c-icon-link-list--inverted": this.inverted
17
+ });
18
+ return d`
19
+ <ul class="${t}">
20
+ <slot></slot>
21
+ </ul>
22
+ `;
23
+ }
24
+ }
25
+ f([
26
+ c({ type: Boolean })
27
+ ], s.prototype, "inverted");
28
+ customElements.get("ed-icon-link-list") === void 0 && customElements.define("ed-icon-link-list", s);
29
+ export {
30
+ s as EdIconLinkList
31
+ };