@ed.yakovich/component-library 0.0.13 → 0.0.16

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 (83) hide show
  1. package/dist/components/Accordion/context/index.js +7 -0
  2. package/dist/components/Accordion/index.js +38 -0
  3. package/dist/components/Accordion/types/index.js +1 -0
  4. package/dist/components/Cart/index.js +35 -0
  5. package/dist/components/EquipmentSummary/context/index.js +10 -0
  6. package/dist/components/EquipmentSummary/index.js +65 -0
  7. package/dist/components/EquipmentSummary/types/index.js +1 -0
  8. package/dist/components/Grid/index.js +19 -0
  9. package/dist/components/HeroBanner/context/index.js +7 -0
  10. package/dist/components/HeroBanner/index.js +33 -0
  11. package/dist/components/HeroBanner/types/index.js +1 -0
  12. package/dist/components/InfoBanner/index.js +24 -4
  13. package/dist/components/Nav/index.js +23 -0
  14. package/dist/components/OfferCards/context/index.js +7 -0
  15. package/dist/components/OfferCards/index.js +30 -0
  16. package/dist/components/OfferCards/subComponents/OfferCard.js +62 -0
  17. package/dist/components/OfferCards/types/index.js +1 -0
  18. package/dist/components/SaleBanner/context/index.js +7 -0
  19. package/dist/components/SaleBanner/index.js +59 -0
  20. package/dist/components/SaleBanner/types/index.js +1 -0
  21. package/dist/{index-By9FNwDt.js → index-C9Rf5U9q.js} +3089 -3105
  22. package/dist/{index-b30029d4-WVn-64c9.js → index-b30029d4-E1YxEHFH.js} +1 -1
  23. package/dist/lib/components/Accordion/context/index.d.ts +10 -0
  24. package/dist/lib/components/Accordion/index.d.ts +2 -0
  25. package/dist/lib/components/Accordion/types/index.d.ts +13 -0
  26. package/dist/lib/components/Cart/index.d.ts +6 -0
  27. package/dist/lib/components/EquipmentSummary/context/index.d.ts +10 -0
  28. package/dist/lib/components/EquipmentSummary/index.d.ts +2 -0
  29. package/dist/lib/components/EquipmentSummary/types/index.d.ts +14 -0
  30. package/dist/lib/components/Grid/index.d.ts +13 -0
  31. package/dist/lib/components/HeroBanner/context/index.d.ts +10 -0
  32. package/dist/lib/components/HeroBanner/index.d.ts +2 -0
  33. package/dist/lib/components/HeroBanner/types/index.d.ts +11 -0
  34. package/dist/lib/components/Nav/index.d.ts +8 -0
  35. package/dist/lib/components/OfferCards/context/index.d.ts +9 -0
  36. package/dist/lib/components/OfferCards/index.d.ts +2 -0
  37. package/dist/lib/components/OfferCards/subComponents/OfferCard.d.ts +3 -0
  38. package/dist/lib/components/OfferCards/types/index.d.ts +26 -0
  39. package/dist/lib/components/SaleBanner/context/index.d.ts +10 -0
  40. package/dist/lib/components/SaleBanner/index.d.ts +2 -0
  41. package/dist/lib/components/SaleBanner/types/index.d.ts +11 -0
  42. package/dist/lib/main.d.ts +13 -0
  43. package/dist/link-DO_Jvm9n.js +685 -0
  44. package/dist/main.js +32 -6
  45. package/dist/{prism-accordion.entry-Cx9R3pGR.js → prism-accordion.entry-DeyFGNx-.js} +1 -1
  46. package/dist/{prism-avatar_2.entry-BYgG-lCw.js → prism-avatar_2.entry-MLbdVrJg.js} +1 -1
  47. package/dist/{prism-badge.entry-7tkOjkOC.js → prism-badge.entry-BG5y7O5U.js} +1 -1
  48. package/dist/{prism-banner.entry-jfMhWTJ-.js → prism-banner.entry-DChrjpFH.js} +1 -1
  49. package/dist/{prism-breadcrumb.entry-6BKiTFvg.js → prism-breadcrumb.entry-1YzYlKen.js} +7 -7
  50. package/dist/{prism-button_2.entry-DnnPRWBp.js → prism-button_2.entry-DO8IGIoS.js} +1 -1
  51. package/dist/{prism-card.entry-CkJQnJF8.js → prism-card.entry-DQ6P4TZP.js} +1 -1
  52. package/dist/{prism-carousel.entry-CjyHpSoz.js → prism-carousel.entry-BA8zsHRW.js} +1 -1
  53. package/dist/{prism-checkbox-group.entry-h68bFMNT.js → prism-checkbox-group.entry-CP4-gghb.js} +1 -1
  54. package/dist/{prism-checkbox.entry-BnqA0ld6.js → prism-checkbox.entry-CJCy8fvC.js} +2 -2
  55. package/dist/{prism-data-table.entry-CRJbrNmp.js → prism-data-table.entry--0djw8ls.js} +1 -1
  56. package/dist/{prism-datepicker.entry-Xu0QUY2Q.js → prism-datepicker.entry-DPm7tpKB.js} +1 -1
  57. package/dist/{prism-form.entry-BJl2ma6x.js → prism-form.entry-CS1zRoMt.js} +1 -1
  58. package/dist/{prism-grid.entry-DIdkZa73.js → prism-grid.entry-jcx2aMUm.js} +1 -1
  59. package/dist/{prism-header.entry-BZVXHBCx.js → prism-header.entry-CBSIpa0M.js} +7 -7
  60. package/dist/{prism-hero.entry-D6vT9Cfs.js → prism-hero.entry-B0CKL5y9.js} +1 -1
  61. package/dist/{prism-icon_2.entry-u0DT931p.js → prism-icon_2.entry-Aja4QGUK.js} +1 -1
  62. package/dist/{prism-image.entry-Db2L08jh.js → prism-image.entry-B--khr6E.js} +1 -1
  63. package/dist/{prism-input-file.entry-NMZff8Re.js → prism-input-file.entry-i5qJkwEK.js} +2 -2
  64. package/dist/{prism-input-otp.entry-qFelMElv.js → prism-input-otp.entry-DXoARuzH.js} +3 -3
  65. package/dist/{prism-input-text.entry-YbQ3NQuB.js → prism-input-text.entry-D4QQ-dYX.js} +2 -2
  66. package/dist/{prism-input-textarea.entry-Bz7ecyna.js → prism-input-textarea.entry-eeQHnhqC.js} +2 -2
  67. package/dist/{prism-layout.entry-DVLlE1S8.js → prism-layout.entry-bfKqOEnU.js} +1 -1
  68. package/dist/{prism-lineitem.entry-BOUyDMlc.js → prism-lineitem.entry-YIRZPVe_.js} +1 -1
  69. package/dist/{prism-menu.entry-TqJabKKs.js → prism-menu.entry-BIlRCiaA.js} +1 -1
  70. package/dist/{prism-modal.entry-CiIsey_Y.js → prism-modal.entry-Kc-SpAR-.js} +3 -3
  71. package/dist/{prism-pagination.entry-BZOMunz-.js → prism-pagination.entry-BCo9aMdq.js} +1 -1
  72. package/dist/{prism-popover.entry-Bt1uXSV9.js → prism-popover.entry-LmDvzCiR.js} +1 -1
  73. package/dist/{prism-popper.entry-Ck2qBmqM.js → prism-popper.entry-BqrcyTkE.js} +1 -1
  74. package/dist/{prism-progress.entry-DobqcGx4.js → prism-progress.entry-29_ezvop.js} +1 -1
  75. package/dist/{prism-radio-group.entry-DTVEUN2r.js → prism-radio-group.entry-cL6AqjTk.js} +2 -2
  76. package/dist/{prism-radio.entry-D0dGSQn2.js → prism-radio.entry-CM_vZFZA.js} +2 -2
  77. package/dist/{prism-select.entry-CRYklxK0.js → prism-select.entry-B6A3gk7B.js} +2 -2
  78. package/dist/{prism-switch.entry-CINfgY_6.js → prism-switch.entry-CtEfKB58.js} +2 -2
  79. package/dist/{prism-tab.entry-dV7AljQC.js → prism-tab.entry-DIDUhFlk.js} +1 -1
  80. package/dist/{prism-tabs.entry-DPc_2ypT.js → prism-tabs.entry-Cj3dW5_E.js} +1 -1
  81. package/dist/{prism-tooltip.entry-DZJ2tfFV.js → prism-tooltip.entry-DEdY5eRd.js} +1 -1
  82. package/dist/{prism-typeahead.entry-DDkmHo72.js → prism-typeahead.entry-D2XrvXaG.js} +1 -1
  83. package/package.json +4 -2
package/dist/main.js CHANGED
@@ -1,8 +1,34 @@
1
- import { I as e } from "./index-By9FNwDt.js";
2
- import { InfoBannerContextProvider as t } from "./components/InfoBanner/context/index.js";
3
- import { StickyFooter as x } from "./components/StickyFooter/index.js";
1
+ import { Accordion as e } from "./components/Accordion/index.js";
2
+ import { AccordionContextProvider as n } from "./components/Accordion/context/index.js";
3
+ import { Cart as m } from "./components/Cart/index.js";
4
+ import { EquipmentSummary as p } from "./components/EquipmentSummary/index.js";
5
+ import { EquipmentSummaryContextProvider as i } from "./components/EquipmentSummary/context/index.js";
6
+ import { Grid as C } from "./components/Grid/index.js";
7
+ import { HeroBanner as B } from "./components/HeroBanner/index.js";
8
+ import { HeroBannerContextProvider as c } from "./components/HeroBanner/context/index.js";
9
+ import { InfoBanner as u } from "./components/InfoBanner/index.js";
10
+ import { InfoBannerContextProvider as l } from "./components/InfoBanner/context/index.js";
11
+ import { Nav as s } from "./components/Nav/index.js";
12
+ import { OfferCards as E } from "./components/OfferCards/index.js";
13
+ import { OfferCardsContextProvider as I } from "./components/OfferCards/context/index.js";
14
+ import { SaleBanner as k } from "./components/SaleBanner/index.js";
15
+ import { SaleBannerContextProvider as G } from "./components/SaleBanner/context/index.js";
16
+ import { StickyFooter as b } from "./components/StickyFooter/index.js";
4
17
  export {
5
- e as InfoBanner,
6
- t as InfoBannerContextProvider,
7
- x as StickyFooter
18
+ e as Accordion,
19
+ n as AccordionContextProvider,
20
+ m as Cart,
21
+ p as EquipmentSummary,
22
+ i as EquipmentSummaryContextProvider,
23
+ C as Grid,
24
+ B as HeroBanner,
25
+ c as HeroBannerContextProvider,
26
+ u as InfoBanner,
27
+ l as InfoBannerContextProvider,
28
+ s as Nav,
29
+ E as OfferCards,
30
+ I as OfferCardsContextProvider,
31
+ k as SaleBanner,
32
+ G as SaleBannerContextProvider,
33
+ b as StickyFooter
8
34
  };
@@ -1,4 +1,4 @@
1
- import { r as i, c as n, h as e, H as s, g as l } from "./index-By9FNwDt.js";
1
+ import { r as i, e as n, h as e, H as s, g as l } from "./index-C9Rf5U9q.js";
2
2
  import { g as c, a as d, m as b } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as s, h as t, H as n, g as c } from "./index-By9FNwDt.js";
1
+ import { r as s, h as t, H as n, g as c } from "./index-C9Rf5U9q.js";
2
2
  import { m as d } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as e, c, h as o, H as n, g as l } from "./index-By9FNwDt.js";
1
+ import { r as e, e as c, h as o, H as n, g as l } from "./index-C9Rf5U9q.js";
2
2
  import { g as s, m as b } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as s, c as i, h as o, H as n, g as c } from "./index-By9FNwDt.js";
1
+ import { r as s, e as i, h as o, H as n, g as c } from "./index-C9Rf5U9q.js";
2
2
  import { m as l } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,12 +1,12 @@
1
- import { r as m, c as n, h as t, F as l, H as c, g as p } from "./index-By9FNwDt.js";
1
+ import { r as m, e as n, h as e, F as l, H as c, g as p } from "./index-C9Rf5U9q.js";
2
2
  import { m as d } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
5
5
  */
6
6
  const u = ":host{--tw-bg-opacity:1;--shadow-color:var(--material-neutral-base-shadow);background-color:rgb(var(--background-color-material-neutral-base)/var(--tw-bg-opacity));display:block;padding:.25rem;width:100%}.hidden-text{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.menu-items{list-style-type:none;margin:0;padding:0}.menu-items,.menu-items li{align-items:center;display:flex}.menu-items li{margin-right:0}.menu-item,::slotted(.menu-item){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.more{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active{--tw-text-opacity:1;color:rgb(var(--text-color-theme1-base)/var(--tw-text-opacity));overflow:hidden;padding:.25rem}.active,.menu-action{max-width:10ch;text-overflow:ellipsis;white-space:nowrap}@media (prefers-reduced-motion:reduce){.menu-action{transition:none}}@media (min-width:768px){.more{display:none}.menu-item,::slotted(.menu-item){clip:auto;height:auto;margin:0;overflow:visible;padding:0;position:static;white-space:normal;width:auto}.active,.menu-action{max-width:inherit}}", h = u, w = class {
7
7
  constructor(r) {
8
- m(this, r), this.prismMenu = n(this, "prismMenu", 7), this.prismClick = n(this, "prismClick", 7), this._menuItemClicked = (e) => {
9
- const { currentTarget: i } = e, { label: s, prismId: a } = i;
8
+ m(this, r), this.prismMenu = n(this, "prismMenu", 7), this.prismClick = n(this, "prismClick", 7), this._menuItemClicked = (t) => {
9
+ const { currentTarget: i } = t, { label: s, prismId: a } = i;
10
10
  this.prismClick.emit({ id: a, name: s, target: i });
11
11
  }, this.menu = [], this.root = "/";
12
12
  }
@@ -17,11 +17,11 @@ const u = ":host{--tw-bg-opacity:1;--shadow-color:var(--material-neutral-base-sh
17
17
  this.prismMenu.emit({ name: "breadcrumb", menu: this.menu });
18
18
  }
19
19
  render() {
20
- const r = () => t("prism-icon", { class: "arrow", role: "presentation", name: "caret_right_button", size: "xs" });
21
- return t(c, null, t("ol", { ref: (e) => this.menuItems = e, class: "menu-items", part: "menu" }, t("li", { class: "home" }, t("prism-button", { onPrismPress: (e) => this._menuItemClicked(e), class: { "menu-action": !0 }, display: "ghost", tone: "neutral", href: this.root, label: "Return Home" }, t("prism-icon", { role: "presentation", name: "home", theme: "fill", size: "xs" })), t(r, null)), this.menu.map((e, i) => {
20
+ const r = () => e("prism-icon", { class: "arrow", role: "presentation", name: "caret_right_button", size: "xs" });
21
+ return e(c, null, e("ol", { ref: (t) => this.menuItems = t, class: "menu-items", part: "menu" }, e("li", { class: "home" }, e("prism-button", { onPrismPress: (t) => this._menuItemClicked(t), class: { "menu-action": !0 }, display: "ghost", tone: "neutral", href: this.root, label: "Return Home" }, e("prism-icon", { role: "presentation", name: "home", theme: "fill", size: "xs" })), e(r, null)), this.menu.map((t, i) => {
22
22
  let s = this.menu.length - 1 === i, a = this.menu.length - 2 === i;
23
- return t("li", { class: { "menu-item": !s && !a, parent: a } }, s ? t("span", { class: "active" }, t("prism-text", { display: "button" }, e.title), " ", t("span", { class: "hidden-text" }, "Current page")) : t(l, null, t("prism-button", { onPrismPress: (o) => this._menuItemClicked(o), class: { "menu-action": !0 }, display: "ghost", tone: "neutral", target: e.target, href: e.href }, e.title), t(r, null)));
24
- }), t("slot", null)));
23
+ return e("li", { class: { "menu-item": !s && !a, parent: a } }, s ? e("span", { class: "active" }, e("prism-text", { display: "button" }, t.title), " ", e("span", { class: "hidden-text" }, "Current page")) : e(l, null, e("prism-button", { onPrismPress: (o) => this._menuItemClicked(o), class: { "menu-action": !0 }, display: "ghost", tone: "neutral", target: t.target, href: t.href }, t.title), e(r, null)));
24
+ }), e("slot", null)));
25
25
  }
26
26
  get el() {
27
27
  return p(this);
@@ -1,4 +1,4 @@
1
- import { r as n, c, h as t, F as u, H as s, g as b } from "./index-By9FNwDt.js";
1
+ import { r as n, e as c, h as t, F as u, H as s, g as b } from "./index-C9Rf5U9q.js";
2
2
  import { g as p, m as d } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as b, c as n, h as e, F as h, H as g, g as p } from "./index-By9FNwDt.js";
1
+ import { r as b, e as n, h as e, F as h, H as g, g as p } from "./index-C9Rf5U9q.js";
2
2
  import { g as w, m as u } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as Te, h as $, H as Ee, g as Ce } from "./index-By9FNwDt.js";
1
+ import { r as Te, h as $, H as Ee, g as Ce } from "./index-C9Rf5U9q.js";
2
2
  import { g as Me, a as pe } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as a, c, h as i, H as r, g as n } from "./index-By9FNwDt.js";
1
+ import { r as a, e as c, h as i, H as r, g as n } from "./index-C9Rf5U9q.js";
2
2
  import { g as o, m as h } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,6 +1,6 @@
1
- import { r, c, h as t, H as o } from "./index-By9FNwDt.js";
1
+ import { r, e as c, h as t, H as o } from "./index-C9Rf5U9q.js";
2
2
  import { g as a, m as s } from "./index-e6818ded-r_t6ryaW.js";
3
- import { A as n } from "./index-b30029d4-WVn-64c9.js";
3
+ import { A as n } from "./index-b30029d4-E1YxEHFH.js";
4
4
  /*!
5
5
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
6
6
  */
@@ -1,4 +1,4 @@
1
- import { r as Ge, h as J, H as je } from "./index-By9FNwDt.js";
1
+ import { r as Ge, h as J, H as je } from "./index-C9Rf5U9q.js";
2
2
  import { g as Ue, m as Xe } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as M, c as k, h as s, F as w, H as O, g as F } from "./index-By9FNwDt.js";
1
+ import { r as M, e as k, h as s, F as w, H as O, g as F } from "./index-C9Rf5U9q.js";
2
2
  import { d as e } from "./index-0d8e0844-BJzWsYCM.js";
3
3
  import { a as E, m as I } from "./index-e6818ded-r_t6ryaW.js";
4
4
  /*!
@@ -1,4 +1,4 @@
1
- import { r as n, c as f, h as r, H as a } from "./index-By9FNwDt.js";
1
+ import { r as n, e as f, h as r, H as a } from "./index-C9Rf5U9q.js";
2
2
  import { m } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as s, h as d, H as a } from "./index-By9FNwDt.js";
1
+ import { r as s, h as d, H as a } from "./index-C9Rf5U9q.js";
2
2
  import { m as g, d as e } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,20 +1,20 @@
1
- import { r as C, c as _, a as M, h as t, F as u, H as A, g as I, b as x, f as y } from "./index-By9FNwDt.js";
1
+ import { r as C, e as _, f as M, h as t, F as u, H as A, g as I, i as x, j as y } from "./index-C9Rf5U9q.js";
2
2
  import { g as S, m as F, a as h } from "./index-e6818ded-r_t6ryaW.js";
3
- import { r as z } from "./index.esm-322571ff-D1REhsOg.js";
3
+ import { r as j } from "./index.esm-322571ff-D1REhsOg.js";
4
4
  /*!
5
5
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
6
6
  */
7
- const U = (e, o, i) => {
7
+ const z = (e, o, i) => {
8
8
  const n = e.get(o);
9
9
  n ? n.includes(i) || n.push(i) : e.set(o, [i]);
10
- }, j = (e, o) => {
10
+ }, U = (e, o) => {
11
11
  let i;
12
12
  return (...n) => {
13
13
  i && clearTimeout(i), i = setTimeout(() => {
14
14
  i = 0, e(...n);
15
15
  }, o);
16
16
  };
17
- }, L = (e) => !("isConnected" in e) || e.isConnected, v = j((e) => {
17
+ }, L = (e) => !("isConnected" in e) || e.isConnected, v = U((e) => {
18
18
  for (let o of e.keys())
19
19
  e.set(o, e.get(o).filter(L));
20
20
  }, 2e3), $ = () => {
@@ -25,7 +25,7 @@ const U = (e, o, i) => {
25
25
  dispose: () => e.clear(),
26
26
  get: (o) => {
27
27
  const i = x();
28
- i && U(e, o, i);
28
+ i && z(e, o, i);
29
29
  },
30
30
  set: (o) => {
31
31
  const i = e.get(o);
@@ -158,7 +158,7 @@ const D = class {
158
158
  content: Array.from(e)
159
159
  };
160
160
  }
161
- typeof window < "u" && (window == null || window.addEventListener("resize", z(() => {
161
+ typeof window < "u" && (window == null || window.addEventListener("resize", j(() => {
162
162
  document.body.clientWidth >= f.md && (this.menuPanelToggle = !1, this.toggleMenu(!0));
163
163
  }, 250))), F("prism-header");
164
164
  }
@@ -1,4 +1,4 @@
1
- import { r as e, h as t, H as o, g as i } from "./index-By9FNwDt.js";
1
+ import { r as e, h as t, H as o, g as i } from "./index-C9Rf5U9q.js";
2
2
  import { m as r } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r, c as d, h as a, H as n, g as c } from "./index-By9FNwDt.js";
1
+ import { r, e as d, h as a, H as n, g as c } from "./index-C9Rf5U9q.js";
2
2
  import { m as l } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r, c as t, h as e, H as o, g as s } from "./index-By9FNwDt.js";
1
+ import { r, e as t, h as e, H as o, g as s } from "./index-C9Rf5U9q.js";
2
2
  import { m as d } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,6 +1,6 @@
1
- import { r as o, c as l, h as e, H as d, g as c } from "./index-By9FNwDt.js";
1
+ import { r as o, e as l, h as e, H as d, g as c } from "./index-C9Rf5U9q.js";
2
2
  import { g as p, m as h } from "./index-e6818ded-r_t6ryaW.js";
3
- import { A as f } from "./index-b30029d4-WVn-64c9.js";
3
+ import { A as f } from "./index-b30029d4-E1YxEHFH.js";
4
4
  /*!
5
5
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
6
6
  */
@@ -1,4 +1,4 @@
1
- import { r as l, c as d, h as s, F as p, H as c, g as o } from "./index-By9FNwDt.js";
1
+ import { r as l, e as d, h as s, F as p, H as o, g as c } from "./index-C9Rf5U9q.js";
2
2
  import { g as h, a as u } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -45,7 +45,7 @@ const m = ".sc-prism-input-otp-h{--input-margin-top:1rem;--input-margin-bottom:1
45
45
  }
46
46
  render() {
47
47
  const a = this.name || `${this.prismId}-code`;
48
- return s(c, { key: "2ccbdb73bafdb77a6394c8b5f1cc28e8e2fc9c07" }, s("fieldset", { key: "eb9bab7d4bf11328b7b5a384f2f8e347d08f89b7", class: { fieldset: !0, [`set-${this.align}`]: !0 } }, this.digits.map((i, t) => s(p, null, s("prism-input-text", { onPrismInvalid: (e) => this._validate(e), variant: this.variant, autocomplete: i === 1 ? "one-time-passcode" : "off", key: t, required: !0, ariaDescribedby: this.hintId, prismId: `digit-${i}`, type: "text", inputmode: "numeric", maxlength: 1, minlength: 1, format: "#", class: "input", hideLabel: !0, hideInvalid: !0, invalidMessage: `Digit ${i} is required`, textDisplay: "heading1", label: i === 1 ? `Digit ${i}; Enter verification code. When entering code in each input field, focus will automatically move to the next empty input field` : `Digit ${i}`, onPrismBlur: (e) => this._inputBlur(e), onPrismKeyup: (e) => this._input(e) }), i === 3 && this.divider && s("hr", { class: "spacer" }))), s("input", { key: "6c6952db2345b4a84460d5f996e81ca2ae1d1942", type: "hidden", name: a, value: this.hiddenValue })), s("span", { key: "ff3d3323ca48a2ae3e9244c9917b957e439bc1c8", "aria-live": "polite", id: this.hintId }, this.invalid && s("span", { key: "841912f90f0019acb9372b2c5cd87ca3c24cc7cf", class: {
48
+ return s(o, { key: "2ccbdb73bafdb77a6394c8b5f1cc28e8e2fc9c07" }, s("fieldset", { key: "eb9bab7d4bf11328b7b5a384f2f8e347d08f89b7", class: { fieldset: !0, [`set-${this.align}`]: !0 } }, this.digits.map((i, t) => s(p, null, s("prism-input-text", { onPrismInvalid: (e) => this._validate(e), variant: this.variant, autocomplete: i === 1 ? "one-time-passcode" : "off", key: t, required: !0, ariaDescribedby: this.hintId, prismId: `digit-${i}`, type: "text", inputmode: "numeric", maxlength: 1, minlength: 1, format: "#", class: "input", hideLabel: !0, hideInvalid: !0, invalidMessage: `Digit ${i} is required`, textDisplay: "heading1", label: i === 1 ? `Digit ${i}; Enter verification code. When entering code in each input field, focus will automatically move to the next empty input field` : `Digit ${i}`, onPrismBlur: (e) => this._inputBlur(e), onPrismKeyup: (e) => this._input(e) }), i === 3 && this.divider && s("hr", { class: "spacer" }))), s("input", { key: "6c6952db2345b4a84460d5f996e81ca2ae1d1942", type: "hidden", name: a, value: this.hiddenValue })), s("span", { key: "ff3d3323ca48a2ae3e9244c9917b957e439bc1c8", "aria-live": "polite", id: this.hintId }, this.invalid && s("span", { key: "841912f90f0019acb9372b2c5cd87ca3c24cc7cf", class: {
49
49
  "hint-container": !0,
50
50
  [`set-${this.align}`]: !0
51
51
  } }, s("prism-icon", { key: "5cf3462d2aca0b8171a1abb4afa0a51d883b5a27", theme: "fill", slot: "icon-trailing", size: "xs", tone: "negative", name: "alert" }), s("prism-text", { key: "9d351f080d714979a9b4a2d0c5a78f027d81d747", class: {
@@ -54,7 +54,7 @@ const m = ".sc-prism-input-otp-h{--input-margin-top:1rem;--input-margin-bottom:1
54
54
  }, display: "caption" }, this.invalidMessage))));
55
55
  }
56
56
  get el() {
57
- return o(this);
57
+ return c(this);
58
58
  }
59
59
  };
60
60
  v.style = g;
@@ -1,6 +1,6 @@
1
- import { r as o, c as r, h as s, H as l, g as c } from "./index-By9FNwDt.js";
1
+ import { r as o, e as r, h as s, H as l, g as c } from "./index-C9Rf5U9q.js";
2
2
  import { g as d, m as p } from "./index-e6818ded-r_t6ryaW.js";
3
- import { A as h } from "./index-b30029d4-WVn-64c9.js";
3
+ import { A as h } from "./index-b30029d4-E1YxEHFH.js";
4
4
  /*!
5
5
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
6
6
  */
@@ -1,6 +1,6 @@
1
- import { r as n, c as r, d as l, h as a, H as o, g as h } from "./index-By9FNwDt.js";
1
+ import { r as n, e as r, k as l, h as a, H as o, g as h } from "./index-C9Rf5U9q.js";
2
2
  import { g as d, m as c } from "./index-e6818ded-r_t6ryaW.js";
3
- import { A as p } from "./index-b30029d4-WVn-64c9.js";
3
+ import { A as p } from "./index-b30029d4-E1YxEHFH.js";
4
4
  /*!
5
5
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
6
6
  */
@@ -1,4 +1,4 @@
1
- import { r as a, h as t, H as i } from "./index-By9FNwDt.js";
1
+ import { r as a, h as t, H as i } from "./index-C9Rf5U9q.js";
2
2
  import { m as r } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as n, c as l, h as e, H as o, g as d } from "./index-By9FNwDt.js";
1
+ import { r as n, e as l, h as e, H as o, g as d } from "./index-C9Rf5U9q.js";
2
2
  import { g as c, m as p } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as y, c as f, h as a, H as _, g as E, F as g } from "./index-By9FNwDt.js";
1
+ import { r as y, e as f, h as a, H as _, g as E, F as g } from "./index-C9Rf5U9q.js";
2
2
  import { g as M, u as b, m as C, a as v, e as z, b as w } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as l, c as r, h as s, H as c, g as n } from "./index-By9FNwDt.js";
1
+ import { r as l, e as r, h as s, H as n, g as c } from "./index-C9Rf5U9q.js";
2
2
  import { g as m, a as o, m as h } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -73,14 +73,14 @@ const b = ".sc-prism-modal-h{--modal-w:75vw;--prism-modal-max-height:75vh;--tw-b
73
73
  this._resetBodyFocusTarget();
74
74
  }
75
75
  render() {
76
- return s(c, {
76
+ return s(n, {
77
77
  key: "f5e49a5a2a40dfb74fad47880d589ffc485ff326",
78
78
  tabindex: "-1",
79
79
  class: { open: this.open }
80
80
  }, s("section", { key: "340e8ddd7f9ac5bb0d9f6b8121569e295973c6f2", class: "modal" }, s("div", { key: "a6fc6ccfdd70abed3d2f2678a772b02269891216", role: "dialog", "aria-modal": "true", inert: !this.open, "aria-label": this.label || this.header, class: { "modal-container": !0, flush: this.flush, show: this.open, [`behavior-${this.mobileBehavior}`]: !0 }, ref: (e) => this.element = e }, s("span", { key: "a7b50cc608733f7fb4ea373440f21211566e9de2", onFocus: (e) => this.startingFocus(e), id: `start-${this.prismId}`, tabindex: "0" }), (this.dismissable || this.dismissible) && s("div", { key: "77e37e9010f690ea49d04757f82ef99daba57e2e", class: "header-actions" }, s("prism-button", { key: "857e9abe67802f93063742d2a86e83f77c974604", display: "ghost-icon", tone: "neutral", class: "close", size: "xs", label: this.closeLabel, onClick: (e) => this.dismiss(e), type: "button" }, s("prism-icon", { key: "ae21e34f986da318b0e1995369d4f86e1990bc5f", role: "presentation", theme: "outline", class: "icon", size: "sm", name: "close", path: this.closeIconPath }, this.closeLabel))), s("div", { key: "d3e1d16fc802c11dcc3d8c0c18c5253575868d51", class: { "modal-content": !0, dismissible: this.dismissable || this.dismissible } }, s("div", { key: "7fde4fac1f929b5a3405402f864fc14b7b830ce4", class: "modal-content-header" }, s("slot", { key: "ade5e5a2441b8173ec4587843d69be1f2e18ee25", name: "asset-leading" }), this.header && s("prism-text", { key: "f9c7540299ca768ce8c37dc22824bd1415a59928", class: "header", tag: "h2", display: this.headingDisplay }, this.header)), s("slot", { key: "c209036e3aaea15d0caf86469ee7a70e5d8a6ed9" })), s("footer", { key: "9798ab4372251914a1802d83aeda1f17664a4cb4", class: { footer: this.hasFooter, persistant: this.sticky === "footer" } }, s("slot", { key: "cb300bd25a3c2e122257535d187f06163d7c33ea", name: "footer" })), s("span", { key: "0b52517b715ab5962b2c22f2122740b29f4f3b93", onFocus: (e) => this.endingFocus(e), id: `end-${this.prismId}`, tabindex: "0" }))));
81
81
  }
82
82
  get el() {
83
- return n(this);
83
+ return c(this);
84
84
  }
85
85
  static get watchers() {
86
86
  return {
@@ -1,4 +1,4 @@
1
- import { r as e, c as s, h as i, H as a } from "./index-By9FNwDt.js";
1
+ import { r as e, e as s, h as i, H as a } from "./index-C9Rf5U9q.js";
2
2
  import { g as r, m as n } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as Rt, h as U, H as Ft, g as Tt } from "./index-By9FNwDt.js";
1
+ import { r as Rt, h as U, H as Ft, g as Tt } from "./index-C9Rf5U9q.js";
2
2
  import { g as It } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as vt, h as Ee, H as dt, g as ht } from "./index-By9FNwDt.js";
1
+ import { r as vt, h as Ee, H as dt, g as ht } from "./index-C9Rf5U9q.js";
2
2
  import { d as mt } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as b, h as i, F as m, H as p } from "./index-By9FNwDt.js";
1
+ import { r as b, h as i, F as m, H as p } from "./index-C9Rf5U9q.js";
2
2
  import { m as w } from "./index-e6818ded-r_t6ryaW.js";
3
3
  import { d as v } from "./index-0d8e0844-BJzWsYCM.js";
4
4
  /*!
@@ -1,6 +1,6 @@
1
- import { r as o, c as d, h as e, H as n, g as c } from "./index-By9FNwDt.js";
1
+ import { r as o, e as d, h as e, H as n, g as c } from "./index-C9Rf5U9q.js";
2
2
  import { g as l, m as p } from "./index-e6818ded-r_t6ryaW.js";
3
- import { A as g } from "./index-b30029d4-WVn-64c9.js";
3
+ import { A as g } from "./index-b30029d4-E1YxEHFH.js";
4
4
  /*!
5
5
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
6
6
  */
@@ -1,6 +1,6 @@
1
- import { r as s, c as a, h as e, H as o, g as d } from "./index-By9FNwDt.js";
1
+ import { r as s, e as a, h as e, H as o, g as d } from "./index-C9Rf5U9q.js";
2
2
  import { g as c, m as n } from "./index-e6818ded-r_t6ryaW.js";
3
- import { A as l } from "./index-b30029d4-WVn-64c9.js";
3
+ import { A as l } from "./index-b30029d4-E1YxEHFH.js";
4
4
  /*!
5
5
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
6
6
  */
@@ -1,7 +1,7 @@
1
- import { r as g, c as h, h as i, F as f, H as y, g as x } from "./index-By9FNwDt.js";
1
+ import { r as g, e as h, h as i, F as f, H as y, g as x } from "./index-C9Rf5U9q.js";
2
2
  import { r as w } from "./index.esm-322571ff-D1REhsOg.js";
3
3
  import { g as k, m as S } from "./index-e6818ded-r_t6ryaW.js";
4
- import { A as C } from "./index-b30029d4-WVn-64c9.js";
4
+ import { A as C } from "./index-b30029d4-E1YxEHFH.js";
5
5
  /*!
6
6
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
7
7
  */
@@ -1,6 +1,6 @@
1
- import { r, c as s, h as e, H as a } from "./index-By9FNwDt.js";
1
+ import { r, e as s, h as e, H as a } from "./index-C9Rf5U9q.js";
2
2
  import { g as c, m as o } from "./index-e6818ded-r_t6ryaW.js";
3
- import { A as n } from "./index-b30029d4-WVn-64c9.js";
3
+ import { A as n } from "./index-b30029d4-E1YxEHFH.js";
4
4
  /*!
5
5
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
6
6
  */
@@ -1,4 +1,4 @@
1
- import { r as a, h as e, H as s } from "./index-By9FNwDt.js";
1
+ import { r as a, h as e, H as s } from "./index-C9Rf5U9q.js";
2
2
  import { m as o } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as b, c, h as s, H as m, g as l } from "./index-By9FNwDt.js";
1
+ import { r as b, e as c, h as s, H as m, g as l } from "./index-C9Rf5U9q.js";
2
2
  import { g as d, i as p, m as h } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as n, c as l, h as r, H as d, g as p } from "./index-By9FNwDt.js";
1
+ import { r as n, e as l, h as r, H as d, g as p } from "./index-C9Rf5U9q.js";
2
2
  import { g as h, i as a, c as s, m as c, d as b } from "./index-e6818ded-r_t6ryaW.js";
3
3
  /*!
4
4
  * Copyright (c) 2025 Comcast. Prism UI - v7.32.2 - made with ❤️ in Philadelphia
@@ -1,4 +1,4 @@
1
- import { r as pe, c as Q, h as p, F as X, H as fe, g as me } from "./index-By9FNwDt.js";
1
+ import { r as pe, e as Q, h as p, F as X, H as fe, g as me } from "./index-C9Rf5U9q.js";
2
2
  import { r as J } from "./index.esm-322571ff-D1REhsOg.js";
3
3
  import { g as ge, r as ye, m as be } from "./index-e6818ded-r_t6ryaW.js";
4
4
  /*!
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "@ed.yakovich/component-library",
4
4
  "author": "Ed Yakovich",
5
5
  "private": false,
6
- "version": "0.0.13",
6
+ "version": "0.0.16",
7
7
  "type": "module",
8
8
  "exports": {
9
9
  ".": {
@@ -30,7 +30,9 @@
30
30
  "peerDependencies": {
31
31
  "react": "^18.0.0 || ^19.0.0",
32
32
  "react-dom": "^18.0.0 || ^19.0.0",
33
- "@prism-ui/react": "^7.30.2"
33
+ "tailwindcss": "^4",
34
+ "@prism-ui/react": "^7.30.2",
35
+ "@tanstack/react-router": "^1.143.3"
34
36
  },
35
37
  "devDependencies": {
36
38
  "@types/node": "^22.5.4",