@brad-frost-web/eddie-web-components 0.20.0-pre.2 → 0.20.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 (131) hide show
  1. package/cdn/chunks/{ed-base.D0U3NoP0.js → ed-base.CuGZbk3k.js} +1 -1
  2. package/cdn/chunks/{lit.DWw-jGoR.js → lit.Drf_LhNi.js} +4 -4
  3. package/cdn/components/accordion/accordion.js +2 -2
  4. package/cdn/components/accordion-panel/accordion-panel.js +2 -2
  5. package/cdn/components/alert/alert.js +2 -2
  6. package/cdn/components/badge/badge.js +8 -9
  7. package/cdn/components/band/band.js +6 -6
  8. package/cdn/components/black-friday-banner/black-friday-banner.js +2 -2
  9. package/cdn/components/black-friday-modal/black-friday-modal.js +2 -2
  10. package/cdn/components/box/box.js +2 -2
  11. package/cdn/components/breadcrumbs/breadcrumbs.js +7 -7
  12. package/cdn/components/breadcrumbs-item/breadcrumbs-item.js +14 -14
  13. package/cdn/components/button/button.js +20 -19
  14. package/cdn/components/button-group/button-group.js +2 -2
  15. package/cdn/components/card/card.js +2 -2
  16. package/cdn/components/checkbox-field/checkbox-field.js +2 -2
  17. package/cdn/components/checkbox-field-item/checkbox-field-item.js +3 -3
  18. package/cdn/components/code/code.js +361 -574
  19. package/cdn/components/counter/counter.js +2 -2
  20. package/cdn/components/dot/dot.js +44 -29
  21. package/cdn/components/drawer/drawer.js +3 -3
  22. package/cdn/components/feature/feature.js +2 -2
  23. package/cdn/components/field-note/field-note.js +6 -6
  24. package/cdn/components/file-upload/file-upload.js +3 -3
  25. package/cdn/components/footer/footer.js +5 -5
  26. package/cdn/components/global-nav/global-nav.js +7 -7
  27. package/cdn/components/global-nav-item/global-nav-item.js +7 -7
  28. package/cdn/components/grid/grid.js +2 -2
  29. package/cdn/components/grid-item/grid-item.js +2 -2
  30. package/cdn/components/header/header.js +39 -32
  31. package/cdn/components/heading/heading.js +2 -2
  32. package/cdn/components/hero/hero.js +49 -21
  33. package/cdn/components/hr/hr.js +8 -8
  34. package/cdn/components/icon/icon.js +7 -7
  35. package/cdn/components/icon-link-list/icon-link-list.js +2 -2
  36. package/cdn/components/icon-link-list-item/icon-link-list-item.js +5 -5
  37. package/cdn/components/inline-checkbox/inline-checkbox.js +3 -3
  38. package/cdn/components/key-value-table/key-value-table.js +2 -2
  39. package/cdn/components/key-value-table-row/key-value-table-row.js +2 -2
  40. package/cdn/components/layout/layout.js +2 -2
  41. package/cdn/components/layout-container/layout-container.js +2 -2
  42. package/cdn/components/layout-section/layout-section.js +2 -2
  43. package/cdn/components/linelength-container/linelength-container.js +2 -2
  44. package/cdn/components/link-list/link-list.js +2 -2
  45. package/cdn/components/link-list-item/link-list-item.js +5 -5
  46. package/cdn/components/list/list.js +2 -2
  47. package/cdn/components/list-item/list-item.js +2 -2
  48. package/cdn/components/loading-indicator/loading-indicator.js +2 -2
  49. package/cdn/components/logo/logo.js +72 -21
  50. package/cdn/components/main/main.js +5 -5
  51. package/cdn/components/media-block/media-block.js +6 -6
  52. package/cdn/components/modal/modal.js +2 -2
  53. package/cdn/components/nav-container/nav-container.js +2 -2
  54. package/cdn/components/page-header/page-header.js +13 -13
  55. package/cdn/components/pagination/pagination.js +2 -2
  56. package/cdn/components/pagination-item/pagination-item.js +2 -2
  57. package/cdn/components/primary-nav/primary-nav.js +2 -2
  58. package/cdn/components/primary-nav-item/primary-nav-item.js +3 -3
  59. package/cdn/components/progress/progress.js +31 -28
  60. package/cdn/components/radio-field/radio-field.js +2 -2
  61. package/cdn/components/radio-field-item/radio-field-item.js +3 -3
  62. package/cdn/components/range/range.js +54 -58
  63. package/cdn/components/search-form/search-form.js +7 -7
  64. package/cdn/components/section/section.js +2 -2
  65. package/cdn/components/select-field/select-field.js +8 -8
  66. package/cdn/components/show-hide/show-hide.js +6 -6
  67. package/cdn/components/show-more/show-more.js +2 -2
  68. package/cdn/components/skeleton/skeleton.js +13 -13
  69. package/cdn/components/tab/tab.js +5 -5
  70. package/cdn/components/table/table.js +2 -2
  71. package/cdn/components/table-body/table-body.js +2 -2
  72. package/cdn/components/table-cell/table-cell.js +4 -4
  73. package/cdn/components/table-header/table-header.js +2 -2
  74. package/cdn/components/table-header-cell/table-header-cell.js +3 -3
  75. package/cdn/components/table-object/table-object.js +2 -2
  76. package/cdn/components/table-row/table-row.js +5 -5
  77. package/cdn/components/tabs/tabs.js +2 -2
  78. package/cdn/components/tag/tag.js +2 -2
  79. package/cdn/components/tag-list/tag-list.js +5 -5
  80. package/cdn/components/text-field/text-field.js +2 -2
  81. package/cdn/components/text-link/text-link.js +2 -2
  82. package/cdn/components/text-passage/text-passage.js +2 -2
  83. package/cdn/components/textarea-field/textarea-field.js +2 -2
  84. package/cdn/components/toast/toast.js +2 -2
  85. package/cdn/components/toggle/toggle.js +3 -3
  86. package/cdn/components/toolbar/toolbar.js +2 -2
  87. package/cdn/components/tooltip/tooltip.js +2 -2
  88. package/cdn/components/tooltip-trigger/tooltip-trigger.js +5 -5
  89. package/cdn/components/utility-nav/utility-nav.js +7 -7
  90. package/cdn/components/utility-nav-item/utility-nav-item.js +13 -13
  91. package/components/badge/badge.d.ts.map +1 -1
  92. package/components/badge/badge.js +9 -10
  93. package/components/button/button.d.ts +2 -2
  94. package/components/button/button.d.ts.map +1 -1
  95. package/components/button/button.js +22 -21
  96. package/components/checkbox-field-item/checkbox-field-item.js +1 -1
  97. package/components/code/code.d.ts +16 -45
  98. package/components/code/code.d.ts.map +1 -1
  99. package/components/code/code.js +364 -577
  100. package/components/dot/dot.d.ts +26 -6
  101. package/components/dot/dot.d.ts.map +1 -1
  102. package/components/dot/dot.js +45 -30
  103. package/components/drawer/drawer.js +4 -4
  104. package/components/file-upload/file-upload.js +1 -1
  105. package/components/header/header.d.ts +19 -4
  106. package/components/header/header.d.ts.map +1 -1
  107. package/components/header/header.js +40 -33
  108. package/components/hero/hero.d.ts +69 -3
  109. package/components/hero/hero.d.ts.map +1 -1
  110. package/components/hero/hero.js +51 -22
  111. package/components/icon/icon.js +2 -2
  112. package/components/inline-checkbox/inline-checkbox.js +1 -1
  113. package/components/logo/logo.d.ts +37 -6
  114. package/components/logo/logo.d.ts.map +1 -1
  115. package/components/logo/logo.js +73 -22
  116. package/components/page-header/page-header.js +16 -16
  117. package/components/primary-nav-item/primary-nav-item.js +1 -1
  118. package/components/progress/progress.d.ts +20 -26
  119. package/components/progress/progress.d.ts.map +1 -1
  120. package/components/progress/progress.js +32 -29
  121. package/components/radio-field-item/radio-field-item.js +5 -5
  122. package/components/range/range.d.ts +31 -45
  123. package/components/range/range.d.ts.map +1 -1
  124. package/components/range/range.js +56 -60
  125. package/components/search-form/search-form.js +6 -6
  126. package/components/select-field/select-field.js +7 -7
  127. package/components/skeleton/skeleton.js +12 -12
  128. package/components/table-header-cell/table-header-cell.js +1 -1
  129. package/components/toggle/toggle.js +4 -4
  130. package/components/tooltip-trigger/tooltip-trigger.js +3 -3
  131. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { i as u, b as d, n } from "./lit.DWw-jGoR.js";
1
+ import { i as u, b as d, n } from "./lit.Drf_LhNi.js";
2
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--)
@@ -577,14 +577,14 @@ const Vt = ot(j);
577
577
  const Wt = (r) => r ?? c;
578
578
  export {
579
579
  c as A,
580
- at as a,
580
+ Vt as a,
581
581
  kt as b,
582
- Vt as c,
583
- Wt as d,
582
+ Wt as c,
583
+ zt as d,
584
584
  It as e,
585
585
  Bt as f,
586
586
  O as i,
587
587
  Tt as n,
588
588
  qt as o,
589
- zt as r
589
+ at as r
590
590
  };
@@ -1,5 +1,5 @@
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";
1
+ import { r as d, b as i, n as a } from "../../chunks/lit.Drf_LhNi.js";
2
+ import { E as l } from "../../chunks/ed-base.CuGZbk3k.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 { a as c, b as h, n as a } from "../../chunks/lit.DWw-jGoR.js";
1
+ import { r as c, b as h, n as a } from "../../chunks/lit.Drf_LhNi.js";
2
2
  import { n as l } from "../../chunks/index.browser.D527xXcp.js";
3
- import { E as p } from "../../chunks/ed-base.D0U3NoP0.js";
3
+ import { E as p } from "../../chunks/ed-base.CuGZbk3k.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.D0U3NoP0.js";
2
- import { a as h, A as b, b as n, n as t } from "../../chunks/lit.DWw-jGoR.js";
1
+ import { E as m } from "../../chunks/ed-base.CuGZbk3k.js";
2
+ import { r as h, A as b, b as n, n as t } from "../../chunks/lit.Drf_LhNi.js";
3
3
  import "../button/button.js";
4
4
  import "../heading/heading.js";
5
5
  import "../icon/icon.js";
@@ -1,23 +1,22 @@
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
- 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
- var b = Object.defineProperty, s = (r, t, d, u) => {
1
+ import { r as l, b as c, n as i } from "../../chunks/lit.Drf_LhNi.js";
2
+ import { E as g } from "../../chunks/ed-base.CuGZbk3k.js";
3
+ 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-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)}";
4
+ var b = Object.defineProperty, s = (r, t, d, m) => {
6
5
  for (var e = void 0, a = r.length - 1, n; a >= 0; a--)
7
6
  (n = r[a]) && (e = n(t, d, e) || e);
8
7
  return e && b(t, d, e), e;
9
8
  };
10
- class o extends h {
9
+ class o extends g {
11
10
  static get styles() {
12
- return c(m.toString());
11
+ return l(h.toString());
13
12
  }
14
13
  render() {
15
- const t = l("ed-c-badge", {
14
+ const t = this.componentClassNames("ed-c-badge", {
16
15
  "ed-c-badge--success": this.variant === "success",
17
16
  "ed-c-badge--warning": this.variant === "warning",
18
17
  "ed-c-badge--error": this.variant === "error"
19
18
  });
20
- return g` <div class="${t}">${this.text}</div> `;
19
+ return c` <div class="${t}">${this.text}</div> `;
21
20
  }
22
21
  }
23
22
  s([
@@ -1,10 +1,10 @@
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";
1
+ import { r as s, b as c, n as b } from "../../chunks/lit.Drf_LhNi.js";
2
+ import { E as i } from "../../chunks/ed-base.CuGZbk3k.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, 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;
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;
8
8
  };
9
9
  class t extends i {
10
10
  static get styles() {
@@ -1,5 +1,5 @@
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";
1
+ import { r as o, b as t } from "../../chunks/lit.Drf_LhNi.js";
2
+ import { E as r } from "../../chunks/ed-base.CuGZbk3k.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.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";
1
+ import { E as m } from "../../chunks/ed-base.CuGZbk3k.js";
2
+ import { r as h, c as g, o as s, b as r, n as d, e as b } from "../../chunks/lit.Drf_LhNi.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 { a as o, b as r } from "../../chunks/lit.DWw-jGoR.js";
2
- import { E as t } from "../../chunks/ed-base.D0U3NoP0.js";
1
+ import { r as o, b as r } from "../../chunks/lit.Drf_LhNi.js";
2
+ import { E as t } from "../../chunks/ed-base.CuGZbk3k.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 { 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 {
1
+ import { r as s, b as r } from "../../chunks/lit.Drf_LhNi.js";
2
+ import { E as t } from "../../chunks/ed-base.CuGZbk3k.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 {
5
5
  static get styles() {
6
- return s(a.toString());
6
+ return s(m.toString());
7
7
  }
8
8
  render() {
9
9
  const e = this.componentClassNames("ed-c-breadcrumbs", {});
@@ -16,7 +16,7 @@ class m extends t {
16
16
  `;
17
17
  }
18
18
  }
19
- customElements.get("ed-breadcrumbs") === void 0 && customElements.define("ed-breadcrumbs", m);
19
+ customElements.get("ed-breadcrumbs") === void 0 && customElements.define("ed-breadcrumbs", o);
20
20
  export {
21
- m as EdBreadcrumbs
21
+ o as EdBreadcrumbs
22
22
  };
@@ -1,34 +1,34 @@
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";
1
+ import { r as l, c as d, b as n, n as m } from "../../chunks/lit.Drf_LhNi.js";
2
+ import { E as h } from "../../chunks/ed-base.CuGZbk3k.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
- var f = Object.defineProperty, l = (r, t, i, p) => {
4
+ var f = Object.defineProperty, c = (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 n extends h {
9
+ class s extends h {
10
10
  static get styles() {
11
- return c(b.toString());
11
+ return l(b.toString());
12
12
  }
13
13
  render() {
14
14
  const t = this.componentClassNames("ed-c-breadcrumbs__item", {});
15
- return s`
15
+ return n`
16
16
  <li class="${t}">
17
- ${this.href ? s`<a class="ed-c-breadcrumbs__link" href=${d(this.href)} target=${d(this.target)}>
17
+ ${this.href ? n`<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>` : s`<slot></slot>`}
20
+ <ed-icon name="keyboard-arrow-right"> </ed-icon>` : n`<slot></slot>`}
21
21
  </li>
22
22
  `;
23
23
  }
24
24
  }
25
- l([
25
+ c([
26
26
  m()
27
- ], n.prototype, "href");
28
- l([
27
+ ], s.prototype, "href");
28
+ c([
29
29
  m()
30
- ], n.prototype, "target");
31
- customElements.get("ed-breadcrumbs-item") === void 0 && customElements.define("ed-breadcrumbs-item", n);
30
+ ], s.prototype, "target");
31
+ customElements.get("ed-breadcrumbs-item") === void 0 && customElements.define("ed-breadcrumbs-item", s);
32
32
  export {
33
- n as EdBreadcrumbsItem
33
+ s as EdBreadcrumbsItem
34
34
  };
@@ -1,13 +1,13 @@
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";
1
+ import { a as s } from "../../chunks/ed-base.CuGZbk3k.js";
2
+ import { r as h, A as i, b as l, c as u, n as r, e as m } from "../../chunks/lit.Drf_LhNi.js";
3
3
  import "../icon/icon.js";
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
- var y = Object.defineProperty, o = (i, t, n, g) => {
6
- for (var d = void 0, l = i.length - 1, s; l >= 0; l--)
7
- (s = i[l]) && (d = s(t, n, d) || d);
8
- return d && y(t, n, d), d;
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--inverted:focus-visible{outline:var(--ed-theme-border-width-lg) solid var(--ed-theme-focus-ring-color-border-knockout);outline-offset:var(--ed-theme-offset-focus-ring, .25rem )}.ed-c-button--bare.ed-c-button--inverted{color:var(--ed-theme-color-content-knockout)}.ed-c-button--bare.ed-c-button--inverted:hover,.ed-c-button--bare.ed-c-button--inverted:focus{color:var(--ed-theme-color-content-knockout)}.ed-c-button--bare.ed-c-button--inverted:active{color:var(--ed-theme-color-content-knockout)}.ed-c-button--link.ed-c-button--inverted{color:var(--ed-theme-link-knockout-color-content-default)}.ed-c-button--link.ed-c-button--inverted:hover,.ed-c-button--link.ed-c-button--inverted:focus{color:var(--ed-theme-link-knockout-color-content-hover)}.ed-c-button--link.ed-c-button--inverted:active{color:var(--ed-theme-link-knockout-color-content-active)}.ed-c-button--link.ed-c-button--inverted:visited{color:var(--ed-theme-link-knockout-color-content-visited)}.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
+ var v = Object.defineProperty, o = (a, t, n, y) => {
6
+ for (var d = void 0, c = a.length - 1, b; c >= 0; c--)
7
+ (b = a[c]) && (d = b(t, n, d) || d);
8
+ return d && v(t, n, d), d;
9
9
  };
10
- class e extends h {
10
+ class e extends s {
11
11
  constructor() {
12
12
  super(...arguments), this.iconPosition = void 0, this.fullWidth = !1, this.round = !1, this.type = "button";
13
13
  }
@@ -15,7 +15,7 @@ class e extends h {
15
15
  this.formAssociated = !0;
16
16
  }
17
17
  static get styles() {
18
- return b(p);
18
+ return h(p);
19
19
  }
20
20
  clickHandler() {
21
21
  this.type === "submit" ? this.formSubmit() : this.type === "reset" && this.formReset();
@@ -35,25 +35,25 @@ class e extends h {
35
35
  t && t.reset();
36
36
  }
37
37
  getIconElement() {
38
- return this.iconName ? c`<ed-icon styleModifier="ed-c-button__icon" aria-hidden="true" name="${this.iconName}"></ed-icon>` : a;
38
+ return this.iconName ? l`<ed-icon styleModifier="ed-c-button__icon" aria-hidden="true" name="${this.iconName}"></ed-icon>` : i;
39
39
  }
40
40
  createButton(t) {
41
41
  const n = this.getIconElement();
42
- return c`
42
+ return l`
43
43
  <button type="${this.type}" class="${t}" ?disabled=${this.disabled} @click=${this.clickHandler}>
44
- ${this.iconPosition === "before" || this.iconPosition === "top" ? n : a}
44
+ ${this.iconPosition === "before" || this.iconPosition === "top" ? n : i}
45
45
  <span class="${this.hideText ? "ed-u-is-vishidden ed-c-button__text" : "ed-c-button__text"}"><slot>${this.text}</slot></span>
46
- ${this.iconPosition === "after" ? n : a}
46
+ ${this.iconPosition === "after" ? n : i}
47
47
  </button>
48
48
  `;
49
49
  }
50
50
  createAnchorButton(t) {
51
51
  const n = this.getIconElement();
52
- return c`
53
- <a href="${m(this.href)}" class="${t}" target=${this.target}>
54
- ${this.iconPosition === "before" || this.iconPosition === "top" ? n : a}
52
+ return l`
53
+ <a href="${u(this.href)}" class="${t}" target=${this.target}>
54
+ ${this.iconPosition === "before" || this.iconPosition === "top" ? n : i}
55
55
  <span class="${this.hideText ? "ed-u-is-vishidden ed-c-button__text" : "ed-c-button__text"}"><slot>${this.text}</slot></span>
56
- ${this.iconPosition === "after" ? n : a}
56
+ ${this.iconPosition === "after" ? n : i}
57
57
  </a>
58
58
  `;
59
59
  }
@@ -62,6 +62,7 @@ class e extends h {
62
62
  "ed-c-button--primary": this.variant === "primary",
63
63
  "ed-c-button--bare": this.variant === "bare",
64
64
  "ed-c-button--link": this.variant === "link",
65
+ "ed-c-button--inverted": this.inverted === !0,
65
66
  "ed-c-button--full-width": this.fullWidth === !0,
66
67
  "ed-c-button--sm": this.size === "sm",
67
68
  "ed-c-button--lg": this.size === "lg"
@@ -83,7 +84,7 @@ o([
83
84
  ], e.prototype, "target");
84
85
  o([
85
86
  r({ type: Boolean })
86
- ], e.prototype, "strong");
87
+ ], e.prototype, "inverted");
87
88
  o([
88
89
  r()
89
90
  ], e.prototype, "href");
@@ -109,7 +110,7 @@ o([
109
110
  r({ type: String })
110
111
  ], e.prototype, "type");
111
112
  o([
112
- u("button")
113
+ m("button")
113
114
  ], e.prototype, "field");
114
115
  customElements.get("ed-button") === void 0 && customElements.define("ed-button", e);
115
116
  export {
@@ -1,5 +1,5 @@
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";
1
+ import { r as d, b as a, n as l } from "../../chunks/lit.Drf_LhNi.js";
2
+ import { E as u } from "../../chunks/ed-base.CuGZbk3k.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 { 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";
1
+ import { r as l, b as o, n as i } from "../../chunks/lit.Drf_LhNi.js";
2
+ import { E as b } from "../../chunks/ed-base.CuGZbk3k.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.D0U3NoP0.js";
2
- import { a as h, d as n, b as c, n as t } from "../../chunks/lit.DWw-jGoR.js";
1
+ import { E as p } from "../../chunks/ed-base.CuGZbk3k.js";
2
+ import { r as h, c as n, b as c, n as t } from "../../chunks/lit.Drf_LhNi.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,8 +1,8 @@
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";
1
+ import { a as l } from "../../chunks/ed-base.CuGZbk3k.js";
2
+ import { r as h, c as b, b as p, n as t, e as k } from "../../chunks/lit.Drf_LhNi.js";
3
3
  import { n as s } from "../../chunks/index.browser.D527xXcp.js";
4
4
  import "../icon/icon.js";
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")}`;
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:.03125rem;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")}`;
6
6
  var u = Object.defineProperty, o = (d, r, a, f) => {
7
7
  for (var c = void 0, i = d.length - 1, n; i >= 0; i--)
8
8
  (n = d[i]) && (c = n(r, a, c) || c);