@brad-frost-web/eddie-web-components 0.19.5 → 0.20.0-pre.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 (128) hide show
  1. package/cdn/chunks/{ed-base.cmtcVWAh.js → ed-base.D0U3NoP0.js} +2 -2
  2. package/cdn/chunks/{lit.B9XFuMAM.js → lit.DWw-jGoR.js} +5 -5
  3. package/cdn/chunks/vendor.DYbj-T5p.js +45 -0
  4. package/cdn/components/accordion/accordion.js +2 -2
  5. package/cdn/components/accordion-panel/accordion-panel.js +2 -2
  6. package/cdn/components/alert/alert.js +2 -2
  7. package/cdn/components/badge/badge.js +3 -3
  8. package/cdn/components/band/band.js +6 -6
  9. package/cdn/components/black-friday-banner/black-friday-banner.js +2 -2
  10. package/cdn/components/black-friday-modal/black-friday-modal.js +2 -2
  11. package/cdn/components/box/box.js +2 -2
  12. package/cdn/components/breadcrumbs/breadcrumbs.js +7 -7
  13. package/cdn/components/breadcrumbs-item/breadcrumbs-item.js +10 -10
  14. package/cdn/components/button/button.js +2 -2
  15. package/cdn/components/button-group/button-group.js +2 -2
  16. package/cdn/components/card/card.js +2 -2
  17. package/cdn/components/checkbox-field/checkbox-field.js +2 -2
  18. package/cdn/components/checkbox-field-item/checkbox-field-item.js +2 -2
  19. package/cdn/components/code/code.js +1835 -0
  20. package/cdn/components/counter/counter.js +2 -2
  21. package/cdn/components/dot/dot.js +56 -0
  22. package/cdn/components/drawer/drawer.js +2 -2
  23. package/cdn/components/feature/feature.js +2 -2
  24. package/cdn/components/field-note/field-note.js +6 -6
  25. package/cdn/components/file-upload/file-upload.js +2 -2
  26. package/cdn/components/footer/footer.js +5 -5
  27. package/cdn/components/global-nav/global-nav.js +7 -7
  28. package/cdn/components/global-nav-item/global-nav-item.js +7 -7
  29. package/cdn/components/grid/grid.js +2 -2
  30. package/cdn/components/grid-item/grid-item.js +2 -2
  31. package/cdn/components/header/header.js +14 -13
  32. package/cdn/components/heading/heading.js +2 -2
  33. package/cdn/components/hero/hero.js +9 -9
  34. package/cdn/components/hr/hr.js +8 -8
  35. package/cdn/components/icon/icon.js +4 -4
  36. package/cdn/components/icon-link-list/icon-link-list.js +2 -2
  37. package/cdn/components/icon-link-list-item/icon-link-list-item.js +2 -2
  38. package/cdn/components/inline-checkbox/inline-checkbox.js +2 -2
  39. package/cdn/components/key-value-table/key-value-table.js +2 -2
  40. package/cdn/components/key-value-table-row/key-value-table-row.js +2 -2
  41. package/cdn/components/layout/layout.js +2 -2
  42. package/cdn/components/layout-container/layout-container.js +2 -2
  43. package/cdn/components/layout-section/layout-section.js +2 -2
  44. package/cdn/components/linelength-container/linelength-container.js +2 -2
  45. package/cdn/components/link-list/link-list.js +2 -2
  46. package/cdn/components/link-list-item/link-list-item.js +2 -2
  47. package/cdn/components/list/list.js +2 -2
  48. package/cdn/components/list-item/list-item.js +2 -2
  49. package/cdn/components/loading-indicator/loading-indicator.js +2 -2
  50. package/cdn/components/logo/logo.js +22 -18
  51. package/cdn/components/main/main.js +5 -5
  52. package/cdn/components/media-block/media-block.js +6 -6
  53. package/cdn/components/modal/modal.js +2 -2
  54. package/cdn/components/nav-container/nav-container.js +2 -2
  55. package/cdn/components/page-header/page-header.js +13 -13
  56. package/cdn/components/pagination/pagination.js +2 -2
  57. package/cdn/components/pagination-item/pagination-item.js +2 -2
  58. package/cdn/components/primary-nav/primary-nav.js +2 -2
  59. package/cdn/components/primary-nav-item/primary-nav-item.js +2 -2
  60. package/cdn/components/progress/progress.js +61 -0
  61. package/cdn/components/radio-field/radio-field.js +2 -2
  62. package/cdn/components/radio-field-item/radio-field-item.js +2 -2
  63. package/cdn/components/range/range.js +99 -0
  64. package/cdn/components/search-form/search-form.js +2 -2
  65. package/cdn/components/section/section.js +2 -2
  66. package/cdn/components/select-field/select-field.js +2 -2
  67. package/cdn/components/show-hide/show-hide.js +6 -6
  68. package/cdn/components/show-more/show-more.js +2 -2
  69. package/cdn/components/skeleton/skeleton.js +2 -2
  70. package/cdn/components/tab/tab.js +5 -5
  71. package/cdn/components/table/table.js +2 -2
  72. package/cdn/components/table-body/table-body.js +2 -2
  73. package/cdn/components/table-cell/table-cell.js +2 -2
  74. package/cdn/components/table-header/table-header.js +2 -2
  75. package/cdn/components/table-header-cell/table-header-cell.js +2 -2
  76. package/cdn/components/table-object/table-object.js +2 -2
  77. package/cdn/components/table-row/table-row.js +5 -5
  78. package/cdn/components/tabs/tabs.js +3 -3
  79. package/cdn/components/tag/tag.js +2 -2
  80. package/cdn/components/tag-list/tag-list.js +5 -5
  81. package/cdn/components/text-field/text-field.js +2 -2
  82. package/cdn/components/text-link/text-link.js +2 -2
  83. package/cdn/components/text-passage/text-passage.js +2 -2
  84. package/cdn/components/textarea-field/textarea-field.js +2 -2
  85. package/cdn/components/toast/toast.js +2 -2
  86. package/cdn/components/toggle/toggle.js +2 -2
  87. package/cdn/components/toolbar/toolbar.js +2 -2
  88. package/cdn/components/tooltip/tooltip.js +2 -2
  89. package/cdn/components/tooltip-trigger/tooltip-trigger.js +2 -2
  90. package/cdn/components/utility-nav/utility-nav.js +7 -7
  91. package/cdn/components/utility-nav-item/utility-nav-item.js +2 -2
  92. package/components/accordion-panel/accordion-panel.js +1 -1
  93. package/components/alert/alert.js +1 -1
  94. package/components/black-friday-modal/black-friday-modal.js +2 -1
  95. package/components/button/button.js +1 -1
  96. package/components/checkbox-field-item/checkbox-field-item.js +1 -1
  97. package/components/code/code.d.ts +65 -0
  98. package/components/code/code.d.ts.map +1 -0
  99. package/components/code/code.js +1840 -0
  100. package/components/dot/dot.d.ts +36 -0
  101. package/components/dot/dot.d.ts.map +1 -0
  102. package/components/dot/dot.js +57 -0
  103. package/components/field-note/field-note.js +1 -1
  104. package/components/file-upload/file-upload.js +1 -1
  105. package/components/header/header.d.ts +4 -3
  106. package/components/header/header.d.ts.map +1 -1
  107. package/components/header/header.js +13 -12
  108. package/components/hero/hero.js +13 -13
  109. package/components/icon/icon.js +185 -5
  110. package/components/icon-link-list-item/icon-link-list-item.js +1 -1
  111. package/components/inline-checkbox/inline-checkbox.js +1 -1
  112. package/components/logo/logo.d.ts +8 -11
  113. package/components/logo/logo.d.ts.map +1 -1
  114. package/components/logo/logo.js +22 -18
  115. package/components/page-header/page-header.js +16 -16
  116. package/components/primary-nav-item/primary-nav-item.js +1 -1
  117. package/components/progress/progress.d.ts +54 -0
  118. package/components/progress/progress.d.ts.map +1 -0
  119. package/components/progress/progress.js +62 -0
  120. package/components/range/range.d.ts +86 -0
  121. package/components/range/range.d.ts.map +1 -0
  122. package/components/range/range.js +101 -0
  123. package/components/toast/toast.js +1 -1
  124. package/components/toggle/toggle.js +1 -1
  125. package/components/unsafe-html.js +254 -0
  126. package/package.json +1 -1
  127. package/cdn/chunks/vendor.lY5z9hnC.js +0 -42
  128. package/components/icon.js +0 -436
@@ -1,5 +1,5 @@
1
- import { i as u, b as d, n } from "./lit.B9XFuMAM.js";
2
- import { c as h } from "./vendor.lY5z9hnC.js";
1
+ import { i as u, b as d, n } from "./lit.DWw-jGoR.js";
2
+ import { c as h } from "./vendor.DYbj-T5p.js";
3
3
  var p = Object.defineProperty, v = (l, t, s, a) => {
4
4
  for (var e = void 0, i = l.length - 1, r; i >= 0; i--)
5
5
  (r = l[i]) && (e = r(t, s, e) || e);
@@ -577,14 +577,14 @@ const Vt = ot(j);
577
577
  const Wt = (r) => r ?? c;
578
578
  export {
579
579
  c as A,
580
- Wt as a,
580
+ at as a,
581
581
  kt as b,
582
- qt as c,
583
- zt as d,
582
+ Vt as c,
583
+ Wt as d,
584
584
  It as e,
585
585
  Bt as f,
586
586
  O as i,
587
587
  Tt as n,
588
- Vt as o,
589
- at as r
588
+ qt as o,
589
+ zt as r
590
590
  };
@@ -0,0 +1,45 @@
1
+ var d = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
+ function u(n) {
3
+ return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
4
+ }
5
+ var o = { exports: {} };
6
+ var f;
7
+ function p() {
8
+ return f || (f = 1, (function(n) {
9
+ (function() {
10
+ var i = {}.hasOwnProperty;
11
+ function s() {
12
+ for (var e = "", t = 0; t < arguments.length; t++) {
13
+ var r = arguments[t];
14
+ r && (e = a(e, l(r)));
15
+ }
16
+ return e;
17
+ }
18
+ function l(e) {
19
+ if (typeof e == "string" || typeof e == "number")
20
+ return e;
21
+ if (typeof e != "object")
22
+ return "";
23
+ if (Array.isArray(e))
24
+ return s.apply(null, e);
25
+ if (e.toString !== Object.prototype.toString && !e.toString.toString().includes("[native code]"))
26
+ return e.toString();
27
+ var t = "";
28
+ for (var r in e)
29
+ i.call(e, r) && e[r] && (t = a(t, r));
30
+ return t;
31
+ }
32
+ function a(e, t) {
33
+ return t ? e ? e + " " + t : e + t : e;
34
+ }
35
+ n.exports ? (s.default = s, n.exports = s) : window.classNames = s;
36
+ })();
37
+ })(o)), o.exports;
38
+ }
39
+ var c = p();
40
+ const m = /* @__PURE__ */ u(c);
41
+ export {
42
+ d as a,
43
+ m as c,
44
+ u as g
45
+ };
@@ -1,5 +1,5 @@
1
- import { r as d, b as i, n as a } from "../../chunks/lit.B9XFuMAM.js";
2
- import { E as l } from "../../chunks/ed-base.cmtcVWAh.js";
1
+ import { a as d, b as i, n as a } from "../../chunks/lit.DWw-jGoR.js";
2
+ import { E as l } from "../../chunks/ed-base.D0U3NoP0.js";
3
3
  const m = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-accordion--inverted{color:var(--ed-theme-color-content-knockout);--ed-accordion-panel-button-hover-text-color: var(--ed-theme-color-content-subtle)}";
4
4
  var h = Object.defineProperty, v = (t, o, n, f) => {
5
5
  for (var e = void 0, r = t.length - 1, s; r >= 0; r--)
@@ -1,6 +1,6 @@
1
- import { r as c, b as h, n as a } from "../../chunks/lit.B9XFuMAM.js";
1
+ import { a as c, b as h, n as a } from "../../chunks/lit.DWw-jGoR.js";
2
2
  import { n as l } from "../../chunks/index.browser.D527xXcp.js";
3
- import { E as p } from "../../chunks/ed-base.cmtcVWAh.js";
3
+ import { E as p } from "../../chunks/ed-base.D0U3NoP0.js";
4
4
  import "../icon/icon.js";
5
5
  const m = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-accordion-panel{border-block-end:var(--ed-theme-border-width-sm) solid var(--ed-theme-color-border-subtle)}.ed-c-accordion-panel__button{display:flex;align-items:center;appearance:none;background:none;border:none;padding:1rem 0;width:100%;cursor:pointer;color:inherit;overflow-x:hidden;transition:color var(--ed-theme-animation-fade-quick) var(--ed-theme-animation-ease)}.ed-c-accordion-panel__button:hover,.ed-c-accordion-panel__button:focus{color:var(--ed-accordion-panel-button-hover-text-color, var(--ed-theme-color-content-default-hover))}ed-icon{margin-inline-start:auto;transition:transform var(--ed-theme-animation-fade-quick) var(--ed-theme-animation-ease)}.ed-c-accordion-panel.ed-is-active ed-icon{transform:rotate(-180deg)}.ed-c-accordion-panel__body{margin:0;padding:0;overflow:hidden;visibility:hidden;transition:height var(--ed-theme-animation-fade-quick) var(--ed-theme-animation-ease),visibility var(--ed-theme-animation-fade-quick) var(--ed-theme-animation-ease)}.ed-c-accordion-panel.ed-is-active .ed-c-accordion-panel__body{visibility:visible}.ed-c-accordion-panel__body-inner{padding-block-end:1rem;padding-block-start:1rem}.ed-c-accordion--condensed .ed-c-accordion-panel__body-inner{padding-block-start:.5rem;padding-block-end:.5rem}";
6
6
  var b = Object.defineProperty, n = (o, t, s, v) => {
@@ -1,5 +1,5 @@
1
- import { E as m } from "../../chunks/ed-base.cmtcVWAh.js";
2
- import { r as h, A as b, b as n, n as t } from "../../chunks/lit.B9XFuMAM.js";
1
+ import { E as m } from "../../chunks/ed-base.D0U3NoP0.js";
2
+ import { a as h, A as b, b as n, n as t } from "../../chunks/lit.DWw-jGoR.js";
3
3
  import "../button/button.js";
4
4
  import "../heading/heading.js";
5
5
  import "../icon/icon.js";
@@ -1,6 +1,6 @@
1
- import { c as l } from "../../chunks/vendor.lY5z9hnC.js";
2
- import { r as c, b as g, n as i } from "../../chunks/lit.B9XFuMAM.js";
3
- import { E as h } from "../../chunks/ed-base.cmtcVWAh.js";
1
+ import { c as l } from "../../chunks/vendor.DYbj-T5p.js";
2
+ import { a as c, b as g, n as i } from "../../chunks/lit.DWw-jGoR.js";
3
+ import { E as h } from "../../chunks/ed-base.D0U3NoP0.js";
4
4
  const m = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-badge{font-family:var(--ed-theme-typography-label-default-font-family);font-weight:var(--ed-theme-typography-label-default-font-weight);font-size:var(--ed-theme-typography-label-default-font-size);line-height:var(--ed-theme-typography-label-default-line-height);letter-spacing:var(--ed-theme-typography-label-default-letter-spacing);text-transform:var(--ed-theme-typography-label-default-text-transform);background:var(--ed-theme-color-background-utility-info);color:var(--ed-theme-color-content-default);display:inline-flex;border-radius:var(--ed-theme-border-radius-md);padding:.5rem}.ed-c-badge--success{background:var(--ed-theme-color-background-utility-success)}.ed-c-badge--warning{background:var(--ed-theme-color-background-utility-warning)}.ed-c-badge--error{background:var(--ed-theme-color-background-utility-error)}";
5
5
  var b = Object.defineProperty, s = (r, t, d, u) => {
6
6
  for (var e = void 0, a = r.length - 1, n; a >= 0; a--)
@@ -1,10 +1,10 @@
1
- import { r as s, b as c, n as b } from "../../chunks/lit.B9XFuMAM.js";
2
- import { E as i } from "../../chunks/ed-base.cmtcVWAh.js";
1
+ import { a as s, b as c, n as b } from "../../chunks/lit.DWw-jGoR.js";
2
+ import { E as i } from "../../chunks/ed-base.D0U3NoP0.js";
3
3
  const m = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-band{background:var(--ed-theme-color-background-subtle);padding:1.5rem 0}@media all and (min-width:75rem){.ed-c-band{padding:2rem 0}}.ed-c-band--brand{background:var(--ed-theme-color-background-brand)}.ed-c-band--brand-knockout{color:var(--ed-theme-color-content-knockout);background:var(--ed-theme-color-background-brand-knockout)}";
4
- var l = Object.defineProperty, u = (d, n, o, h) => {
5
- for (var e = void 0, r = d.length - 1, a; r >= 0; r--)
6
- (a = d[r]) && (e = a(n, o, e) || e);
7
- return e && l(n, o, e), e;
4
+ var l = Object.defineProperty, u = (d, n, a, h) => {
5
+ for (var e = void 0, r = d.length - 1, o; r >= 0; r--)
6
+ (o = d[r]) && (e = o(n, a, e) || e);
7
+ return e && l(n, a, e), e;
8
8
  };
9
9
  class t extends i {
10
10
  static get styles() {
@@ -1,5 +1,5 @@
1
- import { r as o, b as t } from "../../chunks/lit.B9XFuMAM.js";
2
- import { E as r } from "../../chunks/ed-base.cmtcVWAh.js";
1
+ import { a as o, b as t } from "../../chunks/lit.DWw-jGoR.js";
2
+ import { E as r } from "../../chunks/ed-base.D0U3NoP0.js";
3
3
  import "../layout-container/layout-container.js";
4
4
  const n = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-black-friday-banner{width:100%;padding:1rem 0;background:var(--ed-theme-color-background-brand-knockout);color:var(--ed-theme-color-content-knockout)}::slotted(a){color:var(--ed-theme-color-content-knockout)}::slotted(a):hover,::slotted(a):focus{text-decoration:none}";
5
5
  class a extends r {
@@ -1,5 +1,5 @@
1
- import { E as m } from "../../chunks/ed-base.cmtcVWAh.js";
2
- import { r as h, a as g, c as s, b as r, n as d, e as b } from "../../chunks/lit.B9XFuMAM.js";
1
+ import { E as m } from "../../chunks/ed-base.D0U3NoP0.js";
2
+ import { a as h, d as g, o as s, b as r, n as d, e as b } from "../../chunks/lit.DWw-jGoR.js";
3
3
  import "../button/button.js";
4
4
  import "../grid/grid.js";
5
5
  import "../grid-item/grid-item.js";
@@ -1,5 +1,5 @@
1
- import { r as o, b as r } from "../../chunks/lit.B9XFuMAM.js";
2
- import { E as t } from "../../chunks/ed-base.cmtcVWAh.js";
1
+ import { a as o, b as r } from "../../chunks/lit.DWw-jGoR.js";
2
+ import { E as t } from "../../chunks/ed-base.D0U3NoP0.js";
3
3
  const d = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-box{flex-direction:column;padding:1rem;height:100%;width:100%;border-width:var(--ed-theme-border-width-sm);border-style:solid;border-color:var(--ed-theme-color-border-subtle);border-radius:var(--ed-theme-border-radius-md);box-shadow:var(--ed-theme-box-shadow-md);background:var(--ed-theme-color-background-default)}";
4
4
  class s extends t {
5
5
  static get styles() {
@@ -1,9 +1,9 @@
1
- import { r as s, b as r } from "../../chunks/lit.B9XFuMAM.js";
2
- import { E as t } from "../../chunks/ed-base.cmtcVWAh.js";
3
- const m = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-breadcrumbs__list{display:flex;margin:-.5rem 0 0 -.5rem;padding:0;list-style:none}.ed-c-breadcrumbs__list ::slotted(ed-breadcrumbs-item){margin-inline-start:.5rem;margin-block-start:.5rem}";
4
- class o extends t {
1
+ import { a as s, b as r } from "../../chunks/lit.DWw-jGoR.js";
2
+ import { E as t } from "../../chunks/ed-base.D0U3NoP0.js";
3
+ const a = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-breadcrumbs__list{display:flex;margin:-.5rem 0 0 -.5rem;padding:0;list-style:none}.ed-c-breadcrumbs__list ::slotted(ed-breadcrumbs-item){margin-inline-start:.5rem;margin-block-start:.5rem}";
4
+ class m extends t {
5
5
  static get styles() {
6
- return s(m.toString());
6
+ return s(a.toString());
7
7
  }
8
8
  render() {
9
9
  const e = this.componentClassNames("ed-c-breadcrumbs", {});
@@ -16,7 +16,7 @@ class o extends t {
16
16
  `;
17
17
  }
18
18
  }
19
- customElements.get("ed-breadcrumbs") === void 0 && customElements.define("ed-breadcrumbs", o);
19
+ customElements.get("ed-breadcrumbs") === void 0 && customElements.define("ed-breadcrumbs", m);
20
20
  export {
21
- o as EdBreadcrumbs
21
+ m as EdBreadcrumbs
22
22
  };
@@ -1,34 +1,34 @@
1
- import { r as c, a as d, b as n, n as m } from "../../chunks/lit.B9XFuMAM.js";
2
- import { E as h } from "../../chunks/ed-base.cmtcVWAh.js";
1
+ import { a as c, d, b as s, n as m } from "../../chunks/lit.DWw-jGoR.js";
2
+ import { E as h } from "../../chunks/ed-base.D0U3NoP0.js";
3
3
  const b = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-breadcrumbs__item{display:inline-flex;align-items:center;font-family:var(--ed-theme-typography-body-sm-font-family);font-weight:var(--ed-theme-typography-body-sm-font-weight);font-size:var(--ed-theme-typography-body-sm-font-size);line-height:var(--ed-theme-typography-body-sm-line-height);letter-spacing:var(--ed-theme-typography-body-sm-letter-spacing);text-transform:var(--ed-theme-typography-body-sm-text-transform)}:host(:last-child) .ed-c-breadcrumbs__item{color:var(--ed-theme-color-content-subtle)}.ed-c-breadcrumbs__link{margin-inline-end:.5rem;text-decoration:none;color:var(--ed-theme-link-color-content-default)}.ed-c-breadcrumbs__link:hover,.ed-c-breadcrumbs__link:focus{text-decoration:underline;color:var(--ed-theme-link-color-content-hover)}ed-icon{--ed-icon-fill: var(--ed-theme-color-content-subtle);--ed-icon-height: .5rem;--ed-icon-width: .5rem}";
4
4
  var f = Object.defineProperty, l = (r, t, i, p) => {
5
5
  for (var e = void 0, o = r.length - 1, a; o >= 0; o--)
6
6
  (a = r[o]) && (e = a(t, i, e) || e);
7
7
  return e && f(t, i, e), e;
8
8
  };
9
- class s extends h {
9
+ class n extends h {
10
10
  static get styles() {
11
11
  return c(b.toString());
12
12
  }
13
13
  render() {
14
14
  const t = this.componentClassNames("ed-c-breadcrumbs__item", {});
15
- return n`
15
+ return s`
16
16
  <li class="${t}">
17
- ${this.href ? n`<a class="ed-c-breadcrumbs__link" href=${d(this.href)} target=${d(this.target)}>
17
+ ${this.href ? s`<a class="ed-c-breadcrumbs__link" href=${d(this.href)} target=${d(this.target)}>
18
18
  <slot></slot>
19
19
  </a>
20
- <ed-icon name="keyboard-arrow-right"> </ed-icon>` : n`<slot></slot>`}
20
+ <ed-icon name="keyboard-arrow-right"> </ed-icon>` : s`<slot></slot>`}
21
21
  </li>
22
22
  `;
23
23
  }
24
24
  }
25
25
  l([
26
26
  m()
27
- ], s.prototype, "href");
27
+ ], n.prototype, "href");
28
28
  l([
29
29
  m()
30
- ], s.prototype, "target");
31
- customElements.get("ed-breadcrumbs-item") === void 0 && customElements.define("ed-breadcrumbs-item", s);
30
+ ], n.prototype, "target");
31
+ customElements.get("ed-breadcrumbs-item") === void 0 && customElements.define("ed-breadcrumbs-item", n);
32
32
  export {
33
- s as EdBreadcrumbsItem
33
+ n as EdBreadcrumbsItem
34
34
  };
@@ -1,5 +1,5 @@
1
- import { a as h } from "../../chunks/ed-base.cmtcVWAh.js";
2
- import { r as b, A as a, b as c, a as m, n as r, e as u } from "../../chunks/lit.B9XFuMAM.js";
1
+ import { a as h } from "../../chunks/ed-base.D0U3NoP0.js";
2
+ import { a as b, A as a, b as c, d as m, n as r, e as u } from "../../chunks/lit.DWw-jGoR.js";
3
3
  import "../icon/icon.js";
4
4
  const p = '@charset "UTF-8";:root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-u-is-hidden{display:none!important;visibility:hidden!important}.ed-u-is-vishidden{position:absolute!important;overflow:hidden;width:1px;height:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px)}@media all and (min-width:23.4375rem){.ed-u-hide-sm{display:none!important}}@media all and (min-width:48rem){.ed-u-hide-md{display:none!important}}@media all and (min-width:60rem){.ed-u-hide-lg{display:none!important}}@media all and (min-width:75rem){.ed-u-hide-xl{display:none!important}}@media all and (max-width:23.4375rem){.ed-u-show-sm{display:none!important}}@media all and (max-width:48rem){.ed-u-show-md{display:none!important}}@media all and (max-width:60rem){.ed-u-show-lg{display:none!important}}@media all and (max-width:75rem){.ed-u-show-xl{display:none!important}}.ed-c-button{font-family:var(--ed-theme-typography-button-default-font-family);font-weight:var(--ed-theme-typography-button-default-font-weight);font-size:var(--ed-theme-typography-button-default-font-size);line-height:var(--ed-theme-typography-button-default-line-height);letter-spacing:var(--ed-theme-typography-button-default-letter-spacing);text-transform:var(--ed-theme-typography-button-default-text-transform);display:inline-flex;align-items:center;padding:.75rem 1.75rem;margin:0;background:var(--ed-theme-button-color-background-default);border-width:var(--ed-theme-border-width-md);border-style:solid;border-color:var(--ed-theme-button-color-border-default);border-radius:var(--ed-theme-border-radius-md);color:var(--ed-theme-button-color-content-default);cursor:pointer;white-space:nowrap;transition:all var(--ed-theme-animation-fade-quick) var(--ed-theme-animation-ease)}.ed-c-button:hover,.ed-c-button:focus{color:var(--ed-theme-button-color-content-hover);border-color:var(--ed-theme-button-color-border-hover);background:var(--ed-theme-button-color-background-hover);text-decoration:none}.ed-c-button:focus-visible{outline:var(--ed-theme-border-width-lg) solid var(--ed-theme-focus-ring-color-border-default);outline-offset:var(--ed-theme-offset-focus-ring, .25rem )}.ed-c-button:active{background-color:var(--ed-theme-button-color-background-active);border-color:var(--ed-theme-button-color-border-active);color:var(--ed-theme-button-color-content-active)}a.ed-c-button{text-decoration:none}.ed-c-button:disabled{background-color:var(--ed-theme-button-color-background-disabled);border-color:var(--ed-theme-button-color-border-disabled);color:var(--ed-theme-button-color-content-disabled);cursor:not-allowed}.ed-c-button:disabled:hover,.ed-c-button:disabled:focus,.ed-c-button:disabled:active{background-color:var(--ed-theme-button-color-background-disabled);border-color:var(--ed-theme-button-color-border-disabled);color:var(--ed-theme-button-color-content-disabled)}.ed-c-button--primary{background-color:var(--ed-theme-button-primary-color-background-default);border-color:var(--ed-theme-button-primary-color-border-default);color:var(--ed-theme-button-primary-color-content-default)}.ed-c-button--primary:hover,.ed-c-button--primary:focus{background-color:var(--ed-theme-button-primary-color-background-hover);border-color:var(--ed-theme-button-primary-color-border-hover);color:var(--ed-theme-button-primary-color-content-hover)}.ed-c-button--primary:active{background-color:var(--ed-theme-button-primary-color-background-active);border-color:var(--ed-theme-button-primary-color-border-active);color:var(--ed-theme-button-primary-color-content-active)}.ed-c-button--primary:disabled{background-color:var(--ed-theme-button-primary-color-background-disabled);border-color:var(--ed-theme-button-primary-color-border-disabled);color:var(--ed-theme-button-primary-color-content-disabled)}.ed-c-button--primary:disabled:hover,.ed-c-button--primary:disabled:focus,.ed-c-button--primary:disabled:active{background-color:var(--ed-theme-button-primary-color-background-disabled);border-color:var(--ed-theme-button-primary-color-border-disabled);color:var(--ed-theme-button-primary-color-content-disabled)}.ed-c-button--link{font-family:var(--ed-theme-typography-body-default-font-family);font-weight:var(--ed-theme-typography-body-default-font-weight);font-size:var(--ed-theme-typography-body-default-font-size);line-height:var(--ed-theme-typography-body-default-line-height);letter-spacing:var(--ed-theme-typography-body-default-letter-spacing);text-transform:var(--ed-theme-typography-body-default-text-transform);background-color:transparent;border:none;color:var(--ed-theme-link-color-content-default);padding:0}.ed-c-button--link:hover,.ed-c-button--link:focus{background-color:transparent;border:none;color:var(--ed-theme-link-color-content-hover);text-decoration:underline}.ed-c-button--link:active{background-color:transparent;border:none;color:var(--ed-theme-link-color-content-active)}.ed-c-button--link:visited{color:var(--ed-theme-link-color-content-visited)}.ed-c-button--link:disabled{background-color:transparent;border:none;color:var(--ed-theme-color-content-disabled)}.ed-c-button--link:disabled:hover,.ed-c-button--link:disabled:focus,.ed-c-button--link:disabled:active{background-color:transparent;border:none;color:var(--ed-theme-color-content-disabled)}.ed-c-button--link.ed-c-button--sm{font-family:var(--ed-theme-typography-body-sm-font-family);font-weight:var(--ed-theme-typography-body-sm-font-weight);font-size:var(--ed-theme-typography-body-sm-font-size);line-height:var(--ed-theme-typography-body-sm-line-height);letter-spacing:var(--ed-theme-typography-body-sm-letter-spacing);text-transform:var(--ed-theme-typography-body-sm-text-transform)}.ed-c-button--link.ed-c-button--lg{font-family:var(--ed-theme-typography-body-lg-font-family);font-weight:var(--ed-theme-typography-body-lg-font-weight);font-size:var(--ed-theme-typography-body-lg-font-size);line-height:var(--ed-theme-typography-body-lg-line-height);letter-spacing:var(--ed-theme-typography-body-lg-letter-spacing);text-transform:var(--ed-theme-typography-body-lg-text-transform)}.ed-c-button--bare{padding:0;border:0;background:none;color:var(--ed-theme-color-content-default)}.ed-c-button--bare:hover,.ed-c-button--bare:focus{color:var(--ed-theme-color-content-hover);background:none}.ed-c-button--bare:disabled{color:var(--ed-theme-button-bare-color-content-disabled);background:none;cursor:not-allowed}.ed-c-button--bare:disabled:hover,.ed-c-button--bare:disabled:focus{background:none;color:var(--ed-theme-button-bare-color-content-disabled)}.ed-c-button--full-width{width:100%;justify-content:center;text-align:center}.ed-c-button--sm{font-family:var(--ed-theme-typography-button-sm-font-family);font-weight:var(--ed-theme-typography-button-sm-font-weight);font-size:var(--ed-theme-typography-button-sm-font-size);line-height:var(--ed-theme-typography-button-sm-line-height);letter-spacing:var(--ed-theme-typography-button-sm-letter-spacing);text-transform:var(--ed-theme-typography-button-sm-text-transform);padding:.5rem 1rem}.ed-c-button--sm.ed-c-button--bare{padding:0}.ed-c-button--lg{font-family:var(--ed-theme-typography-button-lg-font-family);font-weight:var(--ed-theme-typography-button-lg-font-weight);font-size:var(--ed-theme-typography-button-lg-font-size);line-height:var(--ed-theme-typography-button-lg-line-height);letter-spacing:var(--ed-theme-typography-button-lg-letter-spacing);text-transform:var(--ed-theme-typography-button-lg-text-transform)}.ed-c-button--lg.ed-c-button--bare{padding:0}ed-icon{--ed-icon-height: .75rem ;--ed-icon-width: .75rem ;transition:all var(--ed-theme-animation-fade-quick) var(--ed-theme-animation-ease);transform:var(--ed-button-icon-transform, none)}.ed-c-button--sm ed-icon{--ed-icon-height: .5rem ;--ed-icon-width: .5rem }.ed-c-button--lg ed-icon{--ed-icon-height: .875rem ;--ed-icon-width: .875rem }ed-icon+.ed-c-button__text{margin-inline-start:.5rem}.ed-c-button--sm ed-icon+.ed-c-button__text{margin-inline-start:.25rem}.ed-c-button__text:not(.ed-u-is-vishidden)+ed-icon{margin-inline-start:.5rem}.ed-c-button--sm .ed-c-button__text:not(.ed-u-is-vishidden)+ed-icon{margin-inline-start:.25rem}';
5
5
  var y = Object.defineProperty, o = (i, t, n, g) => {
@@ -1,5 +1,5 @@
1
- import { r as d, b as a, n as l } from "../../chunks/lit.B9XFuMAM.js";
2
- import { E as u } from "../../chunks/ed-base.cmtcVWAh.js";
1
+ import { a as d, b as a, n as l } from "../../chunks/lit.DWw-jGoR.js";
2
+ import { E as u } from "../../chunks/ed-base.D0U3NoP0.js";
3
3
  const c = '@charset "UTF-8";:root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-button-group{display:flex;align-items:center}.ed-c-button-group ::slotted(ed-button){margin-inline-end:1rem}.ed-c-button-group ::slotted(ed-button:last-child){margin-inline-end:0}.ed-c-button-group--stacked{flex-direction:column;align-items:initial}.ed-c-button-group--stacked ::slotted(ed-button){margin-block-end:.5rem}.ed-c-button-group--stacked ::slotted(ed-button:last-child){margin-block-end:0}.ed-c-button-group--responsive ::slotted(ed-button){margin-block-end:.5rem;margin-inline-end:0}@media all and (min-width:48rem){.ed-c-button-group--responsive ::slotted(ed-button){margin-inline-end:1rem;margin-block-end:0}}@media all and (max-width:48rem){.ed-c-button-group--responsive{flex-direction:column;align-items:initial}}';
4
4
  var m = Object.defineProperty, b = (o, t, r, p) => {
5
5
  for (var e = void 0, n = o.length - 1, i; n >= 0; n--)
@@ -1,5 +1,5 @@
1
- import { r as l, b as o, n as i } from "../../chunks/lit.B9XFuMAM.js";
2
- import { E as b } from "../../chunks/ed-base.cmtcVWAh.js";
1
+ import { a as l, b as o, n as i } from "../../chunks/lit.DWw-jGoR.js";
2
+ import { E as b } from "../../chunks/ed-base.D0U3NoP0.js";
3
3
  const m = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-card{display:flex;flex-direction:column;height:100%;width:100%;border-width:var(--ed-theme-border-width-sm);border-style:solid;border-color:var(--ed-theme-color-border-subtle);border-radius:var(--ed-theme-border-radius-md);box-shadow:var(--ed-theme-box-shadow-md);background:var(--ed-theme-color-background-default)}.ed-c-card--bare{border:0;padding:0;box-shadow:none}.ed-c-card--align-center{text-align:center;align-items:center;justify-content:center}::slotted(img){width:100%}.ed-c-card__header{display:block;flex:none}.ed-c-card__body{display:block;padding:1rem;flex:1 0 auto}.ed-c-card--bare .ed-c-card__body{padding:0}.ed-c-card__footer{display:block;flex:none;padding:1rem}.ed-c-card--bare .ed-c-card__footer{padding:0}";
4
4
  var h = Object.defineProperty, n = (r, d, s, f) => {
5
5
  for (var e = void 0, t = r.length - 1, c; t >= 0; t--)
@@ -1,5 +1,5 @@
1
- import { E as p } from "../../chunks/ed-base.cmtcVWAh.js";
2
- import { r as h, a as n, b as c, n as t } from "../../chunks/lit.B9XFuMAM.js";
1
+ import { E as p } from "../../chunks/ed-base.D0U3NoP0.js";
2
+ import { a as h, d as n, b as c, n as t } from "../../chunks/lit.DWw-jGoR.js";
3
3
  import "../field-note/field-note.js";
4
4
  const y = ":root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}.ed-c-checkbox-field{border:none;margin:0;padding:0}.ed-c-checkbox-field--inverted{color:var(--ed-theme-color-content-knockout)}.ed-c-checkbox-field__legend{font-family:var(--ed-theme-typography-label-default-font-family);font-weight:var(--ed-theme-typography-label-default-font-weight);font-size:var(--ed-theme-typography-label-default-font-size);line-height:var(--ed-theme-typography-label-default-line-height);letter-spacing:var(--ed-theme-typography-label-default-letter-spacing);text-transform:var(--ed-theme-typography-label-default-text-transform);display:block;margin-block-end:.5rem;display:inline-block;margin-block-end:1rem}.ed-c-checkbox-field__list{list-style:none;margin:0;padding:0}";
5
5
  var f = Object.defineProperty, o = (r, l, a, b) => {
@@ -1,5 +1,5 @@
1
- import { a as l } from "../../chunks/ed-base.cmtcVWAh.js";
2
- import { r as h, a as b, b as p, n as t, e as k } from "../../chunks/lit.B9XFuMAM.js";
1
+ import { a as l } from "../../chunks/ed-base.D0U3NoP0.js";
2
+ import { a as h, d as b, b as p, n as t, e as k } from "../../chunks/lit.DWw-jGoR.js";
3
3
  import { n as s } from "../../chunks/index.browser.D527xXcp.js";
4
4
  import "../icon/icon.js";
5
5
  const m = `@charset "UTF-8";:root,:host{--size-base-unit: .5rem}*,::slotted(*),*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0}ed-checkbox-field-item{display:contents}.ed-c-checkbox-field-item{display:flex;position:relative;margin:.75rem 0 0;padding:0}:host(:first-child) .ed-c-checkbox-field-item{margin-block-start:0}.ed-c-checkbox-field-item__label{font-family:var(--ed-theme-typography-body-default-font-family);font-weight:var(--ed-theme-typography-body-default-font-weight);font-size:var(--ed-theme-typography-body-default-font-size);line-height:var(--ed-theme-typography-body-default-line-height);letter-spacing:var(--ed-theme-typography-body-default-letter-spacing);text-transform:var(--ed-theme-typography-body-default-text-transform);position:relative;inset-block-start:1px;margin-inline-start:.5rem;flex:1}.ed-c-checkbox__input{display:block;margin:0;z-index:4;width:1.5rem;height:1.5rem;cursor:pointer;opacity:0}.ed-c-checkbox__input:disabled{cursor:not-allowed}.ed-c-checkbox__custom-check{position:absolute;inset-block-start:0;inset-inline-end:0;inset-block-end:0;inset-inline-start:0;width:1.5rem;height:1.5rem;flex-shrink:0;z-index:1}.ed-c-checkbox__custom-check:before{content:"";position:absolute;inset-block-start:0;inset-inline-end:0;inset-block-end:0;inset-inline-start:0;z-index:1;display:block;border:var(--ed-theme-border-width-sm) solid var(--ed-theme-form-color-border-default);background-color:var(--ed-theme-form-color-background-default);border-radius:var(--ed-theme-border-radius-sm)}.ed-c-checkbox__input:hover+.ed-c-checkbox__custom-check:before{border-color:var(--ed-theme-form-color-border-hover)}.ed-c-checkbox__input:disabled+.ed-c-checkbox__custom-check:before{border-color:var(--ed-theme-color-border-disabled);background-color:var(--ed-theme-color-background-disabled);cursor:not-allowed}.ed-c-checkbox__input:checked+.ed-c-checkbox__custom-check:before{background-color:var(--ed-theme-color-background-brand-knockout);border-color:transparent}.ed-c-checkbox__input:checked:hover+.ed-c-checkbox__custom-check:before{background-color:var(--ed-theme-color-background-brand-hover);border-color:transparent}.ed-c-checkbox__input:checked:disabled+.ed-c-checkbox__custom-check:before{background-color:var(--ed-theme-color-background-brand-disabled);border-color:transparent}.ed-c-checkbox__input:focus-visible+.ed-c-checkbox__custom-check:before{outline:var(--ed-theme-border-width-lg) solid var(--ed-theme-focus-ring-color-border-default);outline-offset:var(--ed-theme-offset-focus-ring, .25rem )}.ed-c-checkbox__custom-check ed-icon{--ed-icon-fill: var(--ed-theme-color-content-knockout);position:absolute;inset-block-start:.25rem;inset-inline-end:.25rem;display:block;background-repeat:no-repeat;opacity:0;z-index:2}.ed-c-checkbox__input:checked+.ed-c-checkbox__custom-check ed-icon{opacity:1}.ed-is-indeterminate .ed-c-checkbox__input:not(:checked):hover+.ed-c-checkbox__custom-check:before{background-color:var(--ed-theme-color-background-brand-hover);border-color:transparent}.ed-is-indeterminate .ed-c-checkbox__input:not(:checked):disabled+.ed-c-checkbox__custom-check:before{background-color:var(--ed-theme-color-background-brand-disabled);border-color:transparent}.ed-is-indeterminate .ed-c-checkbox__input:not(:checked)+.ed-c-checkbox__custom-check:before{background-color:var(--ed-theme-color-background-brand);border-color:transparent}.ed-is-indeterminate .ed-c-checkbox__input:not(:checked)+.ed-c-checkbox__custom-check:after{opacity:1;width:10px;height:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 1.52'%3E%3Cpath d='M9.24,1.52H.76A.76.76,0,0,1,.76,0H9.24a.76.76,0,0,1,0,1.52Z' fill='%23ffffff'/%3E%3C/svg%3E")}`;