@brad-frost-web/eddie-web-components 0.19.4 → 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 (118) hide show
  1. package/cdn/chunks/{ed-base.JxUYbHAR.js → ed-base.D0U3NoP0.js} +2 -2
  2. package/cdn/chunks/{lit.DtQjjw5z.js → lit.DWw-jGoR.js} +96 -91
  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 +149 -32
  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 +5 -5
  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 +6 -6
  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 +4 -4
  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 +14 -14
  92. package/components/black-friday-modal/black-friday-modal.js +80 -328
  93. package/components/code/code.d.ts +65 -0
  94. package/components/code/code.d.ts.map +1 -0
  95. package/components/code/code.js +1840 -0
  96. package/components/dot/dot.d.ts +36 -0
  97. package/components/dot/dot.d.ts.map +1 -0
  98. package/components/dot/dot.js +57 -0
  99. package/components/header/header.d.ts +4 -3
  100. package/components/header/header.d.ts.map +1 -1
  101. package/components/header/header.js +13 -12
  102. package/components/hero/hero.js +13 -13
  103. package/components/icon/icon.d.ts +24 -9
  104. package/components/icon/icon.d.ts.map +1 -1
  105. package/components/icon/icon.js +139 -18
  106. package/components/logo/logo.d.ts +8 -11
  107. package/components/logo/logo.d.ts.map +1 -1
  108. package/components/logo/logo.js +22 -18
  109. package/components/page-header/page-header.js +16 -16
  110. package/components/progress/progress.d.ts +54 -0
  111. package/components/progress/progress.d.ts.map +1 -0
  112. package/components/progress/progress.js +62 -0
  113. package/components/range/range.d.ts +86 -0
  114. package/components/range/range.d.ts.map +1 -0
  115. package/components/range/range.js +101 -0
  116. package/components/unsafe-html.js +254 -0
  117. package/package.json +1 -1
  118. package/cdn/chunks/vendor.lY5z9hnC.js +0 -42
@@ -1,5 +1,5 @@
1
- import { i as u, b as d, n } from "./lit.DtQjjw5z.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);
@@ -1,15 +1,15 @@
1
- const x = globalThis, j = x.ShadowRoot && (x.ShadyCSS === void 0 || x.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Y = /* @__PURE__ */ Symbol(), B = /* @__PURE__ */ new WeakMap();
2
- let nt = class {
1
+ const x = globalThis, k = x.ShadowRoot && (x.ShadyCSS === void 0 || x.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, tt = /* @__PURE__ */ Symbol(), q = /* @__PURE__ */ new WeakMap();
2
+ let ht = class {
3
3
  constructor(t, e, s) {
4
- if (this._$cssResult$ = !0, s !== Y) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
4
+ if (this._$cssResult$ = !0, s !== tt) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
5
5
  this.cssText = t, this.t = e;
6
6
  }
7
7
  get styleSheet() {
8
8
  let t = this.o;
9
9
  const e = this.t;
10
- if (j && t === void 0) {
10
+ if (k && t === void 0) {
11
11
  const s = e !== void 0 && e.length === 1;
12
- s && (t = B.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), s && B.set(e, t));
12
+ s && (t = q.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), s && q.set(e, t));
13
13
  }
14
14
  return t;
15
15
  }
@@ -17,21 +17,21 @@ let nt = class {
17
17
  return this.cssText;
18
18
  }
19
19
  };
20
- const ot = (r) => new nt(typeof r == "string" ? r : r + "", void 0, Y), ht = (r, t) => {
21
- if (j) r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
20
+ const at = (r) => new ht(typeof r == "string" ? r : r + "", void 0, tt), lt = (r, t) => {
21
+ if (k) r.adoptedStyleSheets = t.map((e) => e instanceof CSSStyleSheet ? e : e.styleSheet);
22
22
  else for (const e of t) {
23
23
  const s = document.createElement("style"), i = x.litNonce;
24
24
  i !== void 0 && s.setAttribute("nonce", i), s.textContent = e.cssText, r.appendChild(s);
25
25
  }
26
- }, q = j ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
26
+ }, V = k ? (r) => r : (r) => r instanceof CSSStyleSheet ? ((t) => {
27
27
  let e = "";
28
28
  for (const s of t.cssRules) e += s.cssText;
29
- return ot(e);
29
+ return at(e);
30
30
  })(r) : r;
31
- const { is: at, defineProperty: lt, getOwnPropertyDescriptor: ct, getOwnPropertyNames: dt, getOwnPropertySymbols: ut, getPrototypeOf: pt } = Object, T = globalThis, W = T.trustedTypes, $t = W ? W.emptyScript : "", _t = T.reactiveElementPolyfillSupport, b = (r, t) => r, M = { toAttribute(r, t) {
31
+ const { is: ct, defineProperty: dt, getOwnPropertyDescriptor: ut, getOwnPropertyNames: pt, getOwnPropertySymbols: $t, getPrototypeOf: _t } = Object, N = globalThis, W = N.trustedTypes, ft = W ? W.emptyScript : "", At = N.reactiveElementPolyfillSupport, b = (r, t) => r, M = { toAttribute(r, t) {
32
32
  switch (t) {
33
33
  case Boolean:
34
- r = r ? $t : null;
34
+ r = r ? ft : null;
35
35
  break;
36
36
  case Object:
37
37
  case Array:
@@ -56,8 +56,8 @@ const { is: at, defineProperty: lt, getOwnPropertyDescriptor: ct, getOwnProperty
56
56
  }
57
57
  }
58
58
  return e;
59
- } }, k = (r, t) => !at(r, t), V = { attribute: !0, type: String, converter: M, reflect: !1, useDefault: !1, hasChanged: k };
60
- Symbol.metadata ??= /* @__PURE__ */ Symbol("metadata"), T.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
59
+ } }, L = (r, t) => !ct(r, t), Z = { attribute: !0, type: String, converter: M, reflect: !1, useDefault: !1, hasChanged: L };
60
+ Symbol.metadata ??= /* @__PURE__ */ Symbol("metadata"), N.litPropertyMetadata ??= /* @__PURE__ */ new WeakMap();
61
61
  let m = class extends HTMLElement {
62
62
  static addInitializer(t) {
63
63
  this._$Ei(), (this.l ??= []).push(t);
@@ -65,14 +65,14 @@ let m = class extends HTMLElement {
65
65
  static get observedAttributes() {
66
66
  return this.finalize(), this._$Eh && [...this._$Eh.keys()];
67
67
  }
68
- static createProperty(t, e = V) {
68
+ static createProperty(t, e = Z) {
69
69
  if (e.state && (e.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(t) && ((e = Object.create(e)).wrapped = !0), this.elementProperties.set(t, e), !e.noAccessor) {
70
70
  const s = /* @__PURE__ */ Symbol(), i = this.getPropertyDescriptor(t, s, e);
71
- i !== void 0 && lt(this.prototype, t, i);
71
+ i !== void 0 && dt(this.prototype, t, i);
72
72
  }
73
73
  }
74
74
  static getPropertyDescriptor(t, e, s) {
75
- const { get: i, set: n } = ct(this.prototype, t) ?? { get() {
75
+ const { get: i, set: n } = ut(this.prototype, t) ?? { get() {
76
76
  return this[e];
77
77
  }, set(o) {
78
78
  this[e] = o;
@@ -83,17 +83,17 @@ let m = class extends HTMLElement {
83
83
  }, configurable: !0, enumerable: !0 };
84
84
  }
85
85
  static getPropertyOptions(t) {
86
- return this.elementProperties.get(t) ?? V;
86
+ return this.elementProperties.get(t) ?? Z;
87
87
  }
88
88
  static _$Ei() {
89
89
  if (this.hasOwnProperty(b("elementProperties"))) return;
90
- const t = pt(this);
90
+ const t = _t(this);
91
91
  t.finalize(), t.l !== void 0 && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
92
92
  }
93
93
  static finalize() {
94
94
  if (this.hasOwnProperty(b("finalized"))) return;
95
95
  if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(b("properties"))) {
96
- const e = this.properties, s = [...dt(e), ...ut(e)];
96
+ const e = this.properties, s = [...pt(e), ...$t(e)];
97
97
  for (const i of s) this.createProperty(i, e[i]);
98
98
  }
99
99
  const t = this[Symbol.metadata];
@@ -112,8 +112,8 @@ let m = class extends HTMLElement {
112
112
  const e = [];
113
113
  if (Array.isArray(t)) {
114
114
  const s = new Set(t.flat(1 / 0).reverse());
115
- for (const i of s) e.unshift(q(i));
116
- } else t !== void 0 && e.push(q(t));
115
+ for (const i of s) e.unshift(V(i));
116
+ } else t !== void 0 && e.push(V(t));
117
117
  return e;
118
118
  }
119
119
  static _$Eu(t, e) {
@@ -139,7 +139,7 @@ let m = class extends HTMLElement {
139
139
  }
140
140
  createRenderRoot() {
141
141
  const t = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
142
- return ht(t, this.constructor.elementStyles), t;
142
+ return lt(t, this.constructor.elementStyles), t;
143
143
  }
144
144
  connectedCallback() {
145
145
  this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$EO?.forEach((t) => t.hostConnected?.());
@@ -171,7 +171,7 @@ let m = class extends HTMLElement {
171
171
  requestUpdate(t, e, s, i = !1, n) {
172
172
  if (t !== void 0) {
173
173
  const o = this.constructor;
174
- if (i === !1 && (n = this[t]), s ??= o.getPropertyOptions(t), !((s.hasChanged ?? k)(n, e) || s.useDefault && s.reflect && n === this._$Ej?.get(t) && !this.hasAttribute(o._$Eu(t, s)))) return;
174
+ if (i === !1 && (n = this[t]), s ??= o.getPropertyOptions(t), !((s.hasChanged ?? L)(n, e) || s.useDefault && s.reflect && n === this._$Ej?.get(t) && !this.hasAttribute(o._$Eu(t, s)))) return;
175
175
  this.C(t, e, s);
176
176
  }
177
177
  this.isUpdatePending === !1 && (this._$ES = this._$EP());
@@ -239,51 +239,51 @@ let m = class extends HTMLElement {
239
239
  firstUpdated(t) {
240
240
  }
241
241
  };
242
- m.elementStyles = [], m.shadowRootOptions = { mode: "open" }, m[b("elementProperties")] = /* @__PURE__ */ new Map(), m[b("finalized")] = /* @__PURE__ */ new Map(), _t?.({ ReactiveElement: m }), (T.reactiveElementVersions ??= []).push("2.1.2");
243
- const L = globalThis, Z = (r) => r, H = L.trustedTypes, F = H ? H.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, tt = "$lit$", _ = `lit$${Math.random().toFixed(9).slice(2)}$`, et = "?" + _, ft = `<${et}>`, y = document, S = () => y.createComment(""), w = (r) => r === null || typeof r != "object" && typeof r != "function", z = Array.isArray, At = (r) => z(r) || typeof r?.[Symbol.iterator] == "function", R = `[
244
- \f\r]`, E = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, J = /-->/g, K = />/g, f = RegExp(`>|${R}(?:([^\\s"'>=/]+)(${R}*=${R}*(?:[^
245
- \f\r"'\`<>=]|("|')|))|$)`, "g"), G = /'/g, Q = /"/g, st = /^(?:script|style|textarea|title)$/i, yt = (r) => (t, ...e) => ({ _$litType$: r, strings: t, values: e }), jt = yt(1), g = /* @__PURE__ */ Symbol.for("lit-noChange"), c = /* @__PURE__ */ Symbol.for("lit-nothing"), X = /* @__PURE__ */ new WeakMap(), A = y.createTreeWalker(y, 129);
246
- function it(r, t) {
247
- if (!z(r) || !r.hasOwnProperty("raw")) throw Error("invalid template strings array");
248
- return F !== void 0 ? F.createHTML(t) : t;
242
+ m.elementStyles = [], m.shadowRootOptions = { mode: "open" }, m[b("elementProperties")] = /* @__PURE__ */ new Map(), m[b("finalized")] = /* @__PURE__ */ new Map(), At?.({ ReactiveElement: m }), (N.reactiveElementVersions ??= []).push("2.1.2");
243
+ const z = globalThis, F = (r) => r, T = z.trustedTypes, J = T ? T.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, et = "$lit$", _ = `lit$${Math.random().toFixed(9).slice(2)}$`, st = "?" + _, yt = `<${st}>`, y = document, S = () => y.createComment(""), w = (r) => r === null || typeof r != "object" && typeof r != "function", I = Array.isArray, gt = (r) => I(r) || typeof r?.[Symbol.iterator] == "function", D = `[
244
+ \f\r]`, E = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, K = /-->/g, G = />/g, f = RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^
245
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), Q = /'/g, X = /"/g, it = /^(?:script|style|textarea|title)$/i, mt = (r) => (t, ...e) => ({ _$litType$: r, strings: t, values: e }), kt = mt(1), g = /* @__PURE__ */ Symbol.for("lit-noChange"), c = /* @__PURE__ */ Symbol.for("lit-nothing"), Y = /* @__PURE__ */ new WeakMap(), A = y.createTreeWalker(y, 129);
246
+ function rt(r, t) {
247
+ if (!I(r) || !r.hasOwnProperty("raw")) throw Error("invalid template strings array");
248
+ return J !== void 0 ? J.createHTML(t) : t;
249
249
  }
250
- const gt = (r, t) => {
250
+ const vt = (r, t) => {
251
251
  const e = r.length - 1, s = [];
252
252
  let i, n = t === 2 ? "<svg>" : t === 3 ? "<math>" : "", o = E;
253
253
  for (let a = 0; a < e; a++) {
254
254
  const h = r[a];
255
255
  let d, u, l = -1, p = 0;
256
- for (; p < h.length && (o.lastIndex = p, u = o.exec(h), u !== null); ) p = o.lastIndex, o === E ? u[1] === "!--" ? o = J : u[1] !== void 0 ? o = K : u[2] !== void 0 ? (st.test(u[2]) && (i = RegExp("</" + u[2], "g")), o = f) : u[3] !== void 0 && (o = f) : o === f ? u[0] === ">" ? (o = i ?? E, l = -1) : u[1] === void 0 ? l = -2 : (l = o.lastIndex - u[2].length, d = u[1], o = u[3] === void 0 ? f : u[3] === '"' ? Q : G) : o === Q || o === G ? o = f : o === J || o === K ? o = E : (o = f, i = void 0);
256
+ for (; p < h.length && (o.lastIndex = p, u = o.exec(h), u !== null); ) p = o.lastIndex, o === E ? u[1] === "!--" ? o = K : u[1] !== void 0 ? o = G : u[2] !== void 0 ? (it.test(u[2]) && (i = RegExp("</" + u[2], "g")), o = f) : u[3] !== void 0 && (o = f) : o === f ? u[0] === ">" ? (o = i ?? E, l = -1) : u[1] === void 0 ? l = -2 : (l = o.lastIndex - u[2].length, d = u[1], o = u[3] === void 0 ? f : u[3] === '"' ? X : Q) : o === X || o === Q ? o = f : o === K || o === G ? o = E : (o = f, i = void 0);
257
257
  const $ = o === f && r[a + 1].startsWith("/>") ? " " : "";
258
- n += o === E ? h + ft : l >= 0 ? (s.push(d), h.slice(0, l) + tt + h.slice(l) + _ + $) : h + _ + (l === -2 ? a : $);
258
+ n += o === E ? h + yt : l >= 0 ? (s.push(d), h.slice(0, l) + et + h.slice(l) + _ + $) : h + _ + (l === -2 ? a : $);
259
259
  }
260
- return [it(r, n + (r[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), s];
260
+ return [rt(r, n + (r[e] || "<?>") + (t === 2 ? "</svg>" : t === 3 ? "</math>" : "")), s];
261
261
  };
262
262
  class C {
263
263
  constructor({ strings: t, _$litType$: e }, s) {
264
264
  let i;
265
265
  this.parts = [];
266
266
  let n = 0, o = 0;
267
- const a = t.length - 1, h = this.parts, [d, u] = gt(t, e);
267
+ const a = t.length - 1, h = this.parts, [d, u] = vt(t, e);
268
268
  if (this.el = C.createElement(d, s), A.currentNode = this.el.content, e === 2 || e === 3) {
269
269
  const l = this.el.content.firstChild;
270
270
  l.replaceWith(...l.childNodes);
271
271
  }
272
272
  for (; (i = A.nextNode()) !== null && h.length < a; ) {
273
273
  if (i.nodeType === 1) {
274
- if (i.hasAttributes()) for (const l of i.getAttributeNames()) if (l.endsWith(tt)) {
274
+ if (i.hasAttributes()) for (const l of i.getAttributeNames()) if (l.endsWith(et)) {
275
275
  const p = u[o++], $ = i.getAttribute(l).split(_), U = /([.?@])?(.*)/.exec(p);
276
- h.push({ type: 1, index: n, name: U[2], strings: $, ctor: U[1] === "." ? vt : U[1] === "?" ? Et : U[1] === "@" ? bt : N }), i.removeAttribute(l);
276
+ h.push({ type: 1, index: n, name: U[2], strings: $, ctor: U[1] === "." ? bt : U[1] === "?" ? St : U[1] === "@" ? wt : R }), i.removeAttribute(l);
277
277
  } else l.startsWith(_) && (h.push({ type: 6, index: n }), i.removeAttribute(l));
278
- if (st.test(i.tagName)) {
278
+ if (it.test(i.tagName)) {
279
279
  const l = i.textContent.split(_), p = l.length - 1;
280
280
  if (p > 0) {
281
- i.textContent = H ? H.emptyScript : "";
281
+ i.textContent = T ? T.emptyScript : "";
282
282
  for (let $ = 0; $ < p; $++) i.append(l[$], S()), A.nextNode(), h.push({ type: 2, index: ++n });
283
283
  i.append(l[p], S());
284
284
  }
285
285
  }
286
- } else if (i.nodeType === 8) if (i.data === et) h.push({ type: 2, index: n });
286
+ } else if (i.nodeType === 8) if (i.data === st) h.push({ type: 2, index: n });
287
287
  else {
288
288
  let l = -1;
289
289
  for (; (l = i.data.indexOf(_, l + 1)) !== -1; ) h.push({ type: 7, index: n }), l += _.length - 1;
@@ -302,7 +302,7 @@ function v(r, t, e = r, s) {
302
302
  const n = w(t) ? void 0 : t._$litDirective$;
303
303
  return i?.constructor !== n && (i?._$AO?.(!1), n === void 0 ? i = void 0 : (i = new n(r), i._$AT(r, e, s)), s !== void 0 ? (e._$Co ??= [])[s] = i : e._$Cl = i), i !== void 0 && (t = v(r, i._$AS(r, t.values), i, s)), t;
304
304
  }
305
- class mt {
305
+ class Et {
306
306
  constructor(t, e) {
307
307
  this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = e;
308
308
  }
@@ -319,7 +319,7 @@ class mt {
319
319
  for (; h !== void 0; ) {
320
320
  if (o === h.index) {
321
321
  let d;
322
- h.type === 2 ? d = new P(n, n.nextSibling, this, t) : h.type === 1 ? d = new h.ctor(n, h.name, h.strings, this, t) : h.type === 6 && (d = new St(n, this, t)), this._$AV.push(d), h = s[++a];
322
+ h.type === 2 ? d = new P(n, n.nextSibling, this, t) : h.type === 1 ? d = new h.ctor(n, h.name, h.strings, this, t) : h.type === 6 && (d = new Ct(n, this, t)), this._$AV.push(d), h = s[++a];
323
323
  }
324
324
  o !== h?.index && (n = A.nextNode(), o++);
325
325
  }
@@ -349,7 +349,7 @@ class P {
349
349
  return this._$AB;
350
350
  }
351
351
  _$AI(t, e = this) {
352
- t = v(this, t, e), w(t) ? t === c || t == null || t === "" ? (this._$AH !== c && this._$AR(), this._$AH = c) : t !== this._$AH && t !== g && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : At(t) ? this.k(t) : this._(t);
352
+ t = v(this, t, e), w(t) ? t === c || t == null || t === "" ? (this._$AH !== c && this._$AR(), this._$AH = c) : t !== this._$AH && t !== g && this._(t) : t._$litType$ !== void 0 ? this.$(t) : t.nodeType !== void 0 ? this.T(t) : gt(t) ? this.k(t) : this._(t);
353
353
  }
354
354
  O(t) {
355
355
  return this._$AA.parentNode.insertBefore(t, this._$AB);
@@ -361,19 +361,19 @@ class P {
361
361
  this._$AH !== c && w(this._$AH) ? this._$AA.nextSibling.data = t : this.T(y.createTextNode(t)), this._$AH = t;
362
362
  }
363
363
  $(t) {
364
- const { values: e, _$litType$: s } = t, i = typeof s == "number" ? this._$AC(t) : (s.el === void 0 && (s.el = C.createElement(it(s.h, s.h[0]), this.options)), s);
364
+ const { values: e, _$litType$: s } = t, i = typeof s == "number" ? this._$AC(t) : (s.el === void 0 && (s.el = C.createElement(rt(s.h, s.h[0]), this.options)), s);
365
365
  if (this._$AH?._$AD === i) this._$AH.p(e);
366
366
  else {
367
- const n = new mt(i, this), o = n.u(this.options);
367
+ const n = new Et(i, this), o = n.u(this.options);
368
368
  n.p(e), this.T(o), this._$AH = n;
369
369
  }
370
370
  }
371
371
  _$AC(t) {
372
- let e = X.get(t.strings);
373
- return e === void 0 && X.set(t.strings, e = new C(t)), e;
372
+ let e = Y.get(t.strings);
373
+ return e === void 0 && Y.set(t.strings, e = new C(t)), e;
374
374
  }
375
375
  k(t) {
376
- z(this._$AH) || (this._$AH = [], this._$AR());
376
+ I(this._$AH) || (this._$AH = [], this._$AR());
377
377
  const e = this._$AH;
378
378
  let s, i = 0;
379
379
  for (const n of t) i === e.length ? e.push(s = new P(this.O(S()), this.O(S()), this, this.options)) : s = e[i], s._$AI(n), i++;
@@ -381,15 +381,15 @@ class P {
381
381
  }
382
382
  _$AR(t = this._$AA.nextSibling, e) {
383
383
  for (this._$AP?.(!1, !0, e); t !== this._$AB; ) {
384
- const s = Z(t).nextSibling;
385
- Z(t).remove(), t = s;
384
+ const s = F(t).nextSibling;
385
+ F(t).remove(), t = s;
386
386
  }
387
387
  }
388
388
  setConnected(t) {
389
389
  this._$AM === void 0 && (this._$Cv = t, this._$AP?.(t));
390
390
  }
391
391
  }
392
- class N {
392
+ class R {
393
393
  get tagName() {
394
394
  return this.element.tagName;
395
395
  }
@@ -414,7 +414,7 @@ class N {
414
414
  t === c ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
415
415
  }
416
416
  }
417
- class vt extends N {
417
+ class bt extends R {
418
418
  constructor() {
419
419
  super(...arguments), this.type = 3;
420
420
  }
@@ -422,7 +422,7 @@ class vt extends N {
422
422
  this.element[this.name] = t === c ? void 0 : t;
423
423
  }
424
424
  }
425
- class Et extends N {
425
+ class St extends R {
426
426
  constructor() {
427
427
  super(...arguments), this.type = 4;
428
428
  }
@@ -430,7 +430,7 @@ class Et extends N {
430
430
  this.element.toggleAttribute(this.name, !!t && t !== c);
431
431
  }
432
432
  }
433
- class bt extends N {
433
+ class wt extends R {
434
434
  constructor(t, e, s, i, n) {
435
435
  super(t, e, s, i, n), this.type = 5;
436
436
  }
@@ -443,7 +443,7 @@ class bt extends N {
443
443
  typeof this._$AH == "function" ? this._$AH.call(this.options?.host ?? this.element, t) : this._$AH.handleEvent(t);
444
444
  }
445
445
  }
446
- class St {
446
+ class Ct {
447
447
  constructor(t, e, s) {
448
448
  this.element = t, this.type = 6, this._$AN = void 0, this._$AM = e, this.options = s;
449
449
  }
@@ -454,9 +454,9 @@ class St {
454
454
  v(this, t);
455
455
  }
456
456
  }
457
- const wt = L.litHtmlPolyfillSupport;
458
- wt?.(C, P), (L.litHtmlVersions ??= []).push("3.3.2");
459
- const Ct = (r, t, e) => {
457
+ const Pt = z.litHtmlPolyfillSupport;
458
+ Pt?.(C, P), (z.litHtmlVersions ??= []).push("3.3.2");
459
+ const Ut = (r, t, e) => {
460
460
  const s = e?.renderBefore ?? t;
461
461
  let i = s._$litPart$;
462
462
  if (i === void 0) {
@@ -465,7 +465,7 @@ const Ct = (r, t, e) => {
465
465
  }
466
466
  return i._$AI(r), i;
467
467
  };
468
- const I = globalThis;
468
+ const B = globalThis;
469
469
  let O = class extends m {
470
470
  constructor() {
471
471
  super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
@@ -476,7 +476,7 @@ let O = class extends m {
476
476
  }
477
477
  update(t) {
478
478
  const e = this.render();
479
- this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = Ct(e, this.renderRoot, this.renderOptions);
479
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = Ut(e, this.renderRoot, this.renderOptions);
480
480
  }
481
481
  connectedCallback() {
482
482
  super.connectedCallback(), this._$Do?.setConnected(!0);
@@ -488,11 +488,11 @@ let O = class extends m {
488
488
  return g;
489
489
  }
490
490
  };
491
- O._$litElement$ = !0, O.finalized = !0, I.litElementHydrateSupport?.({ LitElement: O });
492
- const Pt = I.litElementPolyfillSupport;
493
- Pt?.({ LitElement: O });
494
- (I.litElementVersions ??= []).push("4.2.2");
495
- const Ut = { attribute: !0, type: String, converter: M, reflect: !1, hasChanged: k }, xt = (r = Ut, t, e) => {
491
+ O._$litElement$ = !0, O.finalized = !0, B.litElementHydrateSupport?.({ LitElement: O });
492
+ const xt = B.litElementPolyfillSupport;
493
+ xt?.({ LitElement: O });
494
+ (B.litElementVersions ??= []).push("4.2.2");
495
+ const Ot = { attribute: !0, type: String, converter: M, reflect: !1, hasChanged: L }, Mt = (r = Ot, t, e) => {
496
496
  const { kind: s, metadata: i } = e;
497
497
  let n = globalThis.litPropertyMetadata.get(i);
498
498
  if (n === void 0 && globalThis.litPropertyMetadata.set(i, n = /* @__PURE__ */ new Map()), s === "setter" && ((r = Object.create(r)).wrapped = !0), n.set(e.name, r), s === "accessor") {
@@ -513,33 +513,32 @@ const Ut = { attribute: !0, type: String, converter: M, reflect: !1, hasChanged:
513
513
  }
514
514
  throw Error("Unsupported decorator location: " + s);
515
515
  };
516
- function Ot(r) {
517
- return (t, e) => typeof e == "object" ? xt(r, t, e) : ((s, i, n) => {
516
+ function Tt(r) {
517
+ return (t, e) => typeof e == "object" ? Mt(r, t, e) : ((s, i, n) => {
518
518
  const o = i.hasOwnProperty(n);
519
519
  return i.constructor.createProperty(n, s), o ? Object.getOwnPropertyDescriptor(i, n) : void 0;
520
520
  })(r, t, e);
521
521
  }
522
- function Lt(r) {
523
- return Ot({ ...r, state: !0, attribute: !1 });
522
+ function zt(r) {
523
+ return Tt({ ...r, state: !0, attribute: !1 });
524
524
  }
525
- const rt = (r, t, e) => (e.configurable = !0, e.enumerable = !0, Reflect.decorate && typeof t != "object" && Object.defineProperty(r, t, e), e);
526
- function zt(r, t) {
525
+ const nt = (r, t, e) => (e.configurable = !0, e.enumerable = !0, Reflect.decorate && typeof t != "object" && Object.defineProperty(r, t, e), e);
526
+ function It(r, t) {
527
527
  return (e, s, i) => {
528
528
  const n = (o) => o.renderRoot?.querySelector(r) ?? null;
529
- return rt(e, s, { get() {
529
+ return nt(e, s, { get() {
530
530
  return n(this);
531
531
  } });
532
532
  };
533
533
  }
534
- let Mt;
535
- function It(r) {
536
- return (t, e) => rt(t, e, { get() {
537
- return (this.renderRoot ?? (Mt ??= document.createDocumentFragment())).querySelectorAll(r);
534
+ let Ht;
535
+ function Bt(r) {
536
+ return (t, e) => nt(t, e, { get() {
537
+ return (this.renderRoot ?? (Ht ??= document.createDocumentFragment())).querySelectorAll(r);
538
538
  } });
539
539
  }
540
- const Bt = (r) => r ?? c;
541
- const Ht = { CHILD: 2 }, Tt = (r) => (...t) => ({ _$litDirective$: r, values: t });
542
- class Nt {
540
+ const Nt = { CHILD: 2 }, ot = (r) => (...t) => ({ _$litDirective$: r, values: t });
541
+ class Rt {
543
542
  constructor(t) {
544
543
  }
545
544
  get _$AU() {
@@ -555,9 +554,9 @@ class Nt {
555
554
  return this.render(...e);
556
555
  }
557
556
  }
558
- class D extends Nt {
557
+ class H extends Rt {
559
558
  constructor(t) {
560
- if (super(t), this.it = c, t.type !== Ht.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
559
+ if (super(t), this.it = c, t.type !== Nt.CHILD) throw Error(this.constructor.directiveName + "() can only be used in child bindings");
561
560
  }
562
561
  render(t) {
563
562
  if (t === c || t == null) return this._t = void 0, this.it = t;
@@ -569,17 +568,23 @@ class D extends Nt {
569
568
  return e.raw = e, this._t = { _$litType$: this.constructor.resultType, strings: e, values: [] };
570
569
  }
571
570
  }
572
- D.directiveName = "unsafeHTML", D.resultType = 1;
573
- const qt = Tt(D);
571
+ H.directiveName = "unsafeHTML", H.resultType = 1;
572
+ const qt = ot(H);
573
+ class j extends H {
574
+ }
575
+ j.directiveName = "unsafeSVG", j.resultType = 2;
576
+ const Vt = ot(j);
577
+ const Wt = (r) => r ?? c;
574
578
  export {
575
579
  c as A,
576
- qt as a,
577
- jt as b,
578
- Lt as c,
579
- It as d,
580
- zt as e,
580
+ at as a,
581
+ kt as b,
582
+ Vt as c,
583
+ Wt as d,
584
+ It as e,
585
+ Bt as f,
581
586
  O as i,
582
- Ot as n,
583
- Bt as o,
584
- ot as r
587
+ Tt as n,
588
+ qt as o,
589
+ zt as r
585
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.DtQjjw5z.js";
2
- import { E as l } from "../../chunks/ed-base.JxUYbHAR.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.DtQjjw5z.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.JxUYbHAR.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.JxUYbHAR.js";
2
- import { r as h, A as b, b as n, n as t } from "../../chunks/lit.DtQjjw5z.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.DtQjjw5z.js";
3
- import { E as h } from "../../chunks/ed-base.JxUYbHAR.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.DtQjjw5z.js";
2
- import { E as i } from "../../chunks/ed-base.JxUYbHAR.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.DtQjjw5z.js";
2
- import { E as r } from "../../chunks/ed-base.JxUYbHAR.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.JxUYbHAR.js";
2
- import { r as h, o as g, a as s, b as r, n as d, e as b } from "../../chunks/lit.DtQjjw5z.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.DtQjjw5z.js";
2
- import { E as t } from "../../chunks/ed-base.JxUYbHAR.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.DtQjjw5z.js";
2
- import { E as t } from "../../chunks/ed-base.JxUYbHAR.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
  };