@aurodesignsystem-dev/auro-formkit 0.0.0-pr1595.0 → 0.0.0-pr1595.2

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 (65) hide show
  1. package/components/checkbox/demo/customize.min.js +1 -1
  2. package/components/checkbox/demo/getting-started.min.js +1 -1
  3. package/components/checkbox/demo/index.min.js +1 -1
  4. package/components/checkbox/dist/index.js +1 -1
  5. package/components/checkbox/dist/registered.js +1 -1
  6. package/components/combobox/demo/api.md +2 -2
  7. package/components/combobox/demo/customize.min.js +26 -10
  8. package/components/combobox/demo/getting-started.min.js +26 -10
  9. package/components/combobox/demo/index.min.js +26 -10
  10. package/components/combobox/dist/auro-combobox.d.ts +10 -22
  11. package/components/combobox/dist/index.js +22 -8
  12. package/components/combobox/dist/registered.js +22 -8
  13. package/components/counter/demo/api.md +1 -1
  14. package/components/counter/demo/customize.min.js +6 -3
  15. package/components/counter/demo/index.min.js +6 -3
  16. package/components/counter/dist/auro-counter-group.d.ts +4 -4
  17. package/components/counter/dist/index.js +6 -3
  18. package/components/counter/dist/registered.js +6 -3
  19. package/components/datepicker/demo/api.md +3 -3
  20. package/components/datepicker/demo/customize.min.js +39 -10
  21. package/components/datepicker/demo/index.min.js +39 -10
  22. package/components/datepicker/dist/auro-calendar-cell.d.ts +4 -5
  23. package/components/datepicker/dist/auro-calendar-month.d.ts +2 -4
  24. package/components/datepicker/dist/auro-calendar.d.ts +10 -7
  25. package/components/datepicker/dist/auro-datepicker.d.ts +14 -19
  26. package/components/datepicker/dist/index.js +39 -10
  27. package/components/datepicker/dist/registered.js +39 -10
  28. package/components/dropdown/demo/api.md +1 -1
  29. package/components/dropdown/demo/customize.min.js +3 -2
  30. package/components/dropdown/demo/getting-started.min.js +16 -6
  31. package/components/dropdown/demo/index.min.js +3 -2
  32. package/components/dropdown/dist/auro-dropdown.d.ts +3 -6
  33. package/components/dropdown/dist/index.js +3 -2
  34. package/components/dropdown/dist/registered.js +3 -2
  35. package/components/form/demo/customize.min.js +92 -33
  36. package/components/form/demo/getting-started.min.js +92 -33
  37. package/components/form/demo/index.min.js +92 -33
  38. package/components/form/demo/registerDemoDeps.min.js +92 -33
  39. package/components/input/demo/customize.min.js +13 -4
  40. package/components/input/demo/getting-started.min.js +13 -4
  41. package/components/input/demo/index.min.js +13 -4
  42. package/components/input/dist/base-input.d.ts +12 -3
  43. package/components/input/dist/index.js +13 -4
  44. package/components/input/dist/registered.js +13 -4
  45. package/components/menu/demo/api.md +4 -3
  46. package/components/menu/demo/index.min.js +4 -2
  47. package/components/menu/dist/auro-menu.d.ts +3 -9
  48. package/components/menu/dist/auro-menuoption.d.ts +1 -1
  49. package/components/menu/dist/index.js +4 -2
  50. package/components/menu/dist/registered.js +4 -2
  51. package/components/radio/demo/api.md +1 -1
  52. package/components/radio/demo/customize.min.js +2 -1
  53. package/components/radio/demo/getting-started.min.js +2 -1
  54. package/components/radio/demo/index.min.js +2 -1
  55. package/components/radio/dist/auro-radio-group.d.ts +2 -4
  56. package/components/radio/dist/index.js +2 -1
  57. package/components/radio/dist/registered.js +2 -1
  58. package/components/select/demo/customize.min.js +9 -6
  59. package/components/select/demo/getting-started.min.js +9 -6
  60. package/components/select/demo/index.min.js +9 -6
  61. package/components/select/dist/auro-select.d.ts +1 -1
  62. package/components/select/dist/index.js +5 -4
  63. package/components/select/dist/registered.js +5 -4
  64. package/custom-elements.json +1542 -1582
  65. package/package.json +1 -1
@@ -11739,6 +11739,8 @@ class AuroCalendarCell extends LitElement {
11739
11739
  this.min = null;
11740
11740
  this.max = null;
11741
11741
  this.disabled = false;
11742
+
11743
+ /** @type {number[]} */
11742
11744
  this.disabledDays = [];
11743
11745
  this.isCurrentDate = false;
11744
11746
  this._locale = null;
@@ -11820,6 +11822,7 @@ class AuroCalendarCell extends LitElement {
11820
11822
  * consumers should migrate to `auro-datepicker.blackoutDates`
11821
11823
  * (YYYY-MM-DD ISO strings). The calendar emits a one-time
11822
11824
  * deprecation warning the first time a non-empty value is observed.
11825
+ * @type {number[]}
11823
11826
  */
11824
11827
  disabledDays: {
11825
11828
  type: Array,
@@ -12756,6 +12759,7 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
12756
12759
 
12757
12760
  /**
12758
12761
  * Names of all 12 months. When omitted, names are derived from `localeCode`.
12762
+ * @type {string[]}
12759
12763
  */
12760
12764
  monthNames: {
12761
12765
  type: Array,
@@ -13773,7 +13777,7 @@ class AuroBibtemplate extends LitElement {
13773
13777
  }
13774
13778
  }
13775
13779
 
13776
- var formkitVersion$2 = '202608291822';
13780
+ var formkitVersion$2 = '202608300041';
13777
13781
 
13778
13782
  let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=literal`${unsafeStatic(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$1 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$1=css`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]),:host([appearance=brand]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]),:host([appearance=inverse]){--ds-auro-loader-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color: transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color: currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color: currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}
13779
13783
  `,u$4=css`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, .05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, .05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, .05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, .05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, .05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, .1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0;box-sizing:border-box}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin: .375rem;--margin-xs: .2rem;--margin-sm: .5rem;--margin-md: .75rem;--margin-lg: 1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin) * 6);height:calc(1rem + var(--margin) * 2)}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(1.95rem + var(--margin-xs) * 6);height:calc(.65rem + var(--margin-xs) * 2)}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:calc(2rem + var(--margin-sm) * 2)}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:calc(3rem + var(--margin-md) * 2)}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:calc(5rem + var(--margin-lg) * 2)}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-.4s}:host([pulse])>span:nth-child(2){animation-delay:-.2s}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,to{opacity:.1;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}:host([orbit]),:host([orbit])>span{opacity:1}:host([orbit])>span{border-width:5px}:host([orbit])>span:nth-child(2){animation:orbit 2s linear infinite}:host([orbit][sm])>span{border-width:8px}:host([orbit][md])>span{border-width:13px}:host([orbit][lg])>span{border-width:21px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:host([ringworm])>svg{animation:rotate 2s linear infinite;height:100%;width:100%;stroke:currentcolor;stroke-width:8}:host([ringworm]) .path{stroke-dashoffset:0;animation:ringworm 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:host([laser]){position:static;width:100%;display:block;height:0;overflow:hidden;font-size:unset}:host([laser])>span{position:fixed;width:100%;height:.25rem;border-radius:0;z-index:100}:host([laser])>span:nth-child(1){border-color:currentcolor;opacity:.25}:host([laser])>span:nth-child(2){border-color:currentcolor;animation:laser 2s linear infinite;opacity:1;width:50%}:host([laser][sm])>span:nth-child(2){width:20%}:host([laser][md])>span:nth-child(2){width:30%}:host([laser][lg])>span:nth-child(2){width:50%;animation-duration:1.5s}:host([laser][xl])>span:nth-child(2){width:80%;animation-duration:1.5s}@keyframes laser{0%{left:-100%}to{left:110%}}:host>.no-animation{display:none}@media (prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center}:host>span{opacity:1}:host>.loader{display:none}:host>svg{display:none}:host>.no-animation{display:block}}
@@ -13917,6 +13921,10 @@ class AuroCalendar extends RangeDatepicker {
13917
13921
  // Initialize the backing field directly so the constructor's default
13918
13922
  // empty array doesn't trigger the deprecation warning. Assignments from
13919
13923
  // consumers still route through the setter below.
13924
+ /**
13925
+ * @private
13926
+ * @type {number[]}
13927
+ */
13920
13928
  this._disabledDays = [];
13921
13929
 
13922
13930
  /**
@@ -13925,7 +13933,9 @@ class AuroCalendar extends RangeDatepicker {
13925
13933
  this.numCalendars = undefined;
13926
13934
 
13927
13935
  /**
13936
+ * Captured light-DOM slot nodes, keyed by slot name, forwarded into the bib.
13928
13937
  * @private
13938
+ * @type {Record<string, Node[]>}
13929
13939
  */
13930
13940
  this.slots = {};
13931
13941
 
@@ -14045,6 +14055,7 @@ class AuroCalendar extends RangeDatepicker {
14045
14055
  /**
14046
14056
  * Dropdown element that contains the calendar.
14047
14057
  * @private
14058
+ * @type {HTMLElement}
14048
14059
  */
14049
14060
  dropdown: {
14050
14061
  type: Object
@@ -14135,6 +14146,7 @@ class AuroCalendar extends RangeDatepicker {
14135
14146
 
14136
14147
  /**
14137
14148
  * Names of all 12 months. When omitted, names are derived from `localeCode`.
14149
+ * @type {string[]}
14138
14150
  */
14139
14151
  monthNames: {
14140
14152
  type: Array,
@@ -19548,7 +19560,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
19548
19560
  }
19549
19561
  };
19550
19562
 
19551
- var formkitVersion$1 = '202608291822';
19563
+ var formkitVersion$1 = '202608300041';
19552
19564
 
19553
19565
  /**
19554
19566
  * AuroElement is the shared base class for layout-aware Auro form components.
@@ -20088,7 +20100,7 @@ class AuroDropdown extends AuroElement$2 {
20088
20100
  */
20089
20101
  hasTriggerContent: {
20090
20102
  type: Boolean,
20091
- attribute: 'hastriggercontent'
20103
+ attribute: false
20092
20104
  },
20093
20105
 
20094
20106
  /**
@@ -20211,6 +20223,7 @@ class AuroDropdown extends AuroElement$2 {
20211
20223
 
20212
20224
  /**
20213
20225
  * If declared, and a function is set, that function will execute when the slot content is updated.
20226
+ * @type {() => void}
20214
20227
  */
20215
20228
  onSlotChange: {
20216
20229
  type: Function,
@@ -31627,7 +31640,10 @@ class BaseInput extends AuroElement$1 {
31627
31640
  // during its own update cycle sees a populated util instance.
31628
31641
  this.activeLabel = false;
31629
31642
 
31630
- /** @private */
31643
+ /**
31644
+ * @private
31645
+ * @type {string[]}
31646
+ */
31631
31647
  this.allowedInputTypes = [
31632
31648
  "text",
31633
31649
  "number",
@@ -31640,7 +31656,10 @@ class BaseInput extends AuroElement$1 {
31640
31656
  /** @type {'default' | 'inverse'} */
31641
31657
  this.appearance = "default";
31642
31658
 
31643
- /** @private */
31659
+ /**
31660
+ * @private
31661
+ * @type {Record<string, string>}
31662
+ */
31644
31663
  this.dateFormatMap = {
31645
31664
  'mm/dd/yyyy': 'dateMMDDYYYY',
31646
31665
  'dd/mm/yyyy': 'dateDDMMYYYY',
@@ -31686,7 +31705,10 @@ class BaseInput extends AuroElement$1 {
31686
31705
  this.setCustomValidityForType = undefined;
31687
31706
  // Credit Card is intentionally excluded — its mask manages the cursor
31688
31707
  // itself, and listing it here caused cursor placement issues in Safari.
31689
- /** @private */
31708
+ /**
31709
+ * @private
31710
+ * @type {string[]}
31711
+ */
31690
31712
  this.setSelectionInputTypes = [
31691
31713
  "text",
31692
31714
  "password",
@@ -33397,7 +33419,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
33397
33419
  }
33398
33420
  };
33399
33421
 
33400
- var formkitVersion = '202608291822';
33422
+ var formkitVersion = '202608300041';
33401
33423
 
33402
33424
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
33403
33425
  // See LICENSE in the project root for license information.
@@ -34954,6 +34976,7 @@ class AuroDatePicker extends AuroElement {
34954
34976
  // If `calendarStartDate` is set, use that as the central date. Otherwise, use the current date.
34955
34977
  this.calendarRenderUtil.updateCentralDate(this, this.calendarStartDateObject ?? new Date());
34956
34978
 
34979
+ /** @type {'default' | 'inverse'} */
34957
34980
  this.appearance = "default";
34958
34981
  this.touched = false;
34959
34982
  this.disabled = false;
@@ -34967,6 +34990,8 @@ class AuroDatePicker extends AuroElement {
34967
34990
  this.rangeLabelInRange = 'in range';
34968
34991
  this.rangeLabelAfterRange = 'after range';
34969
34992
  this.rangeLabelEndPreview = 'previewing range end';
34993
+
34994
+ /** @type {string[]} */
34970
34995
  this.blackoutDates = [];
34971
34996
  this.blackoutLabel = 'unavailable';
34972
34997
  this.navLabelPrevMonth = 'Previous month';
@@ -34993,6 +35018,7 @@ class AuroDatePicker extends AuroElement {
34993
35018
 
34994
35019
  /**
34995
35020
  * @private
35021
+ * @type {HTMLElement[]}
34996
35022
  */
34997
35023
  this.dateSlotContent = [];
34998
35024
 
@@ -35137,6 +35163,7 @@ class AuroDatePicker extends AuroElement {
35137
35163
  * `blackoutDates[i] = ...`, `blackoutDates.splice(...)`) will not
35138
35164
  * invalidate the cache and the new entries will be silently ignored.
35139
35165
  * To update, reassign the property: `el.blackoutDates = [...el.blackoutDates, '2024-12-25']`.
35166
+ * @type {string[]}
35140
35167
  */
35141
35168
  blackoutDates: {
35142
35169
  type: Array,
@@ -35259,13 +35286,13 @@ class AuroDatePicker extends AuroElement {
35259
35286
  */
35260
35287
  hasAllValues: {
35261
35288
  type: Boolean,
35262
- attribute: 'hasallvalues',
35289
+ attribute: false,
35263
35290
  reflect: false
35264
35291
  },
35265
35292
 
35266
35293
  hasFocus: {
35267
35294
  type: Boolean,
35268
- attribute: 'hasfocus',
35295
+ attribute: false,
35269
35296
  reflect: false,
35270
35297
  },
35271
35298
 
@@ -35274,7 +35301,7 @@ class AuroDatePicker extends AuroElement {
35274
35301
  */
35275
35302
  hasValue: {
35276
35303
  type: Boolean,
35277
- attribute: 'hasvalue',
35304
+ attribute: false,
35278
35305
  reflect: false,
35279
35306
  },
35280
35307
 
@@ -35360,6 +35387,7 @@ class AuroDatePicker extends AuroElement {
35360
35387
  /**
35361
35388
  * Names of all 12 months to render in the calendar.
35362
35389
  * When omitted, month names will be automatically populated from the active `locale` (falling back to `en-US`).
35390
+ * @type {string[]}
35363
35391
  */
35364
35392
  monthNames: {
35365
35393
  type: Array,
@@ -35528,6 +35556,7 @@ class AuroDatePicker extends AuroElement {
35528
35556
  /**
35529
35557
  * Dates that the user should have for reference as part of their decision-making when selecting a date.
35530
35558
  * This should be a JSON string array of ISO date strings (`YYYY-MM-DD`).
35559
+ * @type {string[]}
35531
35560
  */
35532
35561
  referenceDates: {
35533
35562
  type: Array,
@@ -11739,6 +11739,8 @@ class AuroCalendarCell extends LitElement {
11739
11739
  this.min = null;
11740
11740
  this.max = null;
11741
11741
  this.disabled = false;
11742
+
11743
+ /** @type {number[]} */
11742
11744
  this.disabledDays = [];
11743
11745
  this.isCurrentDate = false;
11744
11746
  this._locale = null;
@@ -11820,6 +11822,7 @@ class AuroCalendarCell extends LitElement {
11820
11822
  * consumers should migrate to `auro-datepicker.blackoutDates`
11821
11823
  * (YYYY-MM-DD ISO strings). The calendar emits a one-time
11822
11824
  * deprecation warning the first time a non-empty value is observed.
11825
+ * @type {number[]}
11823
11826
  */
11824
11827
  disabledDays: {
11825
11828
  type: Array,
@@ -12756,6 +12759,7 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
12756
12759
 
12757
12760
  /**
12758
12761
  * Names of all 12 months. When omitted, names are derived from `localeCode`.
12762
+ * @type {string[]}
12759
12763
  */
12760
12764
  monthNames: {
12761
12765
  type: Array,
@@ -13773,7 +13777,7 @@ class AuroBibtemplate extends LitElement {
13773
13777
  }
13774
13778
  }
13775
13779
 
13776
- var formkitVersion$2 = '202608291822';
13780
+ var formkitVersion$2 = '202608300041';
13777
13781
 
13778
13782
  let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=literal`${unsafeStatic(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$1 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$1=css`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]),:host([appearance=brand]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]),:host([appearance=inverse]){--ds-auro-loader-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color: transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color: currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color: currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}
13779
13783
  `,u$4=css`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, .05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, .05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, .05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, .05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, .05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, .1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0;box-sizing:border-box}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin: .375rem;--margin-xs: .2rem;--margin-sm: .5rem;--margin-md: .75rem;--margin-lg: 1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin) * 6);height:calc(1rem + var(--margin) * 2)}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(1.95rem + var(--margin-xs) * 6);height:calc(.65rem + var(--margin-xs) * 2)}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:calc(2rem + var(--margin-sm) * 2)}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:calc(3rem + var(--margin-md) * 2)}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:calc(5rem + var(--margin-lg) * 2)}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-.4s}:host([pulse])>span:nth-child(2){animation-delay:-.2s}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,to{opacity:.1;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}:host([orbit]),:host([orbit])>span{opacity:1}:host([orbit])>span{border-width:5px}:host([orbit])>span:nth-child(2){animation:orbit 2s linear infinite}:host([orbit][sm])>span{border-width:8px}:host([orbit][md])>span{border-width:13px}:host([orbit][lg])>span{border-width:21px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:host([ringworm])>svg{animation:rotate 2s linear infinite;height:100%;width:100%;stroke:currentcolor;stroke-width:8}:host([ringworm]) .path{stroke-dashoffset:0;animation:ringworm 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:host([laser]){position:static;width:100%;display:block;height:0;overflow:hidden;font-size:unset}:host([laser])>span{position:fixed;width:100%;height:.25rem;border-radius:0;z-index:100}:host([laser])>span:nth-child(1){border-color:currentcolor;opacity:.25}:host([laser])>span:nth-child(2){border-color:currentcolor;animation:laser 2s linear infinite;opacity:1;width:50%}:host([laser][sm])>span:nth-child(2){width:20%}:host([laser][md])>span:nth-child(2){width:30%}:host([laser][lg])>span:nth-child(2){width:50%;animation-duration:1.5s}:host([laser][xl])>span:nth-child(2){width:80%;animation-duration:1.5s}@keyframes laser{0%{left:-100%}to{left:110%}}:host>.no-animation{display:none}@media (prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center}:host>span{opacity:1}:host>.loader{display:none}:host>svg{display:none}:host>.no-animation{display:block}}
@@ -13917,6 +13921,10 @@ class AuroCalendar extends RangeDatepicker {
13917
13921
  // Initialize the backing field directly so the constructor's default
13918
13922
  // empty array doesn't trigger the deprecation warning. Assignments from
13919
13923
  // consumers still route through the setter below.
13924
+ /**
13925
+ * @private
13926
+ * @type {number[]}
13927
+ */
13920
13928
  this._disabledDays = [];
13921
13929
 
13922
13930
  /**
@@ -13925,7 +13933,9 @@ class AuroCalendar extends RangeDatepicker {
13925
13933
  this.numCalendars = undefined;
13926
13934
 
13927
13935
  /**
13936
+ * Captured light-DOM slot nodes, keyed by slot name, forwarded into the bib.
13928
13937
  * @private
13938
+ * @type {Record<string, Node[]>}
13929
13939
  */
13930
13940
  this.slots = {};
13931
13941
 
@@ -14045,6 +14055,7 @@ class AuroCalendar extends RangeDatepicker {
14045
14055
  /**
14046
14056
  * Dropdown element that contains the calendar.
14047
14057
  * @private
14058
+ * @type {HTMLElement}
14048
14059
  */
14049
14060
  dropdown: {
14050
14061
  type: Object
@@ -14135,6 +14146,7 @@ class AuroCalendar extends RangeDatepicker {
14135
14146
 
14136
14147
  /**
14137
14148
  * Names of all 12 months. When omitted, names are derived from `localeCode`.
14149
+ * @type {string[]}
14138
14150
  */
14139
14151
  monthNames: {
14140
14152
  type: Array,
@@ -19548,7 +19560,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
19548
19560
  }
19549
19561
  };
19550
19562
 
19551
- var formkitVersion$1 = '202608291822';
19563
+ var formkitVersion$1 = '202608300041';
19552
19564
 
19553
19565
  /**
19554
19566
  * AuroElement is the shared base class for layout-aware Auro form components.
@@ -20088,7 +20100,7 @@ class AuroDropdown extends AuroElement$2 {
20088
20100
  */
20089
20101
  hasTriggerContent: {
20090
20102
  type: Boolean,
20091
- attribute: 'hastriggercontent'
20103
+ attribute: false
20092
20104
  },
20093
20105
 
20094
20106
  /**
@@ -20211,6 +20223,7 @@ class AuroDropdown extends AuroElement$2 {
20211
20223
 
20212
20224
  /**
20213
20225
  * If declared, and a function is set, that function will execute when the slot content is updated.
20226
+ * @type {() => void}
20214
20227
  */
20215
20228
  onSlotChange: {
20216
20229
  type: Function,
@@ -31627,7 +31640,10 @@ class BaseInput extends AuroElement$1 {
31627
31640
  // during its own update cycle sees a populated util instance.
31628
31641
  this.activeLabel = false;
31629
31642
 
31630
- /** @private */
31643
+ /**
31644
+ * @private
31645
+ * @type {string[]}
31646
+ */
31631
31647
  this.allowedInputTypes = [
31632
31648
  "text",
31633
31649
  "number",
@@ -31640,7 +31656,10 @@ class BaseInput extends AuroElement$1 {
31640
31656
  /** @type {'default' | 'inverse'} */
31641
31657
  this.appearance = "default";
31642
31658
 
31643
- /** @private */
31659
+ /**
31660
+ * @private
31661
+ * @type {Record<string, string>}
31662
+ */
31644
31663
  this.dateFormatMap = {
31645
31664
  'mm/dd/yyyy': 'dateMMDDYYYY',
31646
31665
  'dd/mm/yyyy': 'dateDDMMYYYY',
@@ -31686,7 +31705,10 @@ class BaseInput extends AuroElement$1 {
31686
31705
  this.setCustomValidityForType = undefined;
31687
31706
  // Credit Card is intentionally excluded — its mask manages the cursor
31688
31707
  // itself, and listing it here caused cursor placement issues in Safari.
31689
- /** @private */
31708
+ /**
31709
+ * @private
31710
+ * @type {string[]}
31711
+ */
31690
31712
  this.setSelectionInputTypes = [
31691
31713
  "text",
31692
31714
  "password",
@@ -33397,7 +33419,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
33397
33419
  }
33398
33420
  };
33399
33421
 
33400
- var formkitVersion = '202608291822';
33422
+ var formkitVersion = '202608300041';
33401
33423
 
33402
33424
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
33403
33425
  // See LICENSE in the project root for license information.
@@ -34954,6 +34976,7 @@ class AuroDatePicker extends AuroElement {
34954
34976
  // If `calendarStartDate` is set, use that as the central date. Otherwise, use the current date.
34955
34977
  this.calendarRenderUtil.updateCentralDate(this, this.calendarStartDateObject ?? new Date());
34956
34978
 
34979
+ /** @type {'default' | 'inverse'} */
34957
34980
  this.appearance = "default";
34958
34981
  this.touched = false;
34959
34982
  this.disabled = false;
@@ -34967,6 +34990,8 @@ class AuroDatePicker extends AuroElement {
34967
34990
  this.rangeLabelInRange = 'in range';
34968
34991
  this.rangeLabelAfterRange = 'after range';
34969
34992
  this.rangeLabelEndPreview = 'previewing range end';
34993
+
34994
+ /** @type {string[]} */
34970
34995
  this.blackoutDates = [];
34971
34996
  this.blackoutLabel = 'unavailable';
34972
34997
  this.navLabelPrevMonth = 'Previous month';
@@ -34993,6 +35018,7 @@ class AuroDatePicker extends AuroElement {
34993
35018
 
34994
35019
  /**
34995
35020
  * @private
35021
+ * @type {HTMLElement[]}
34996
35022
  */
34997
35023
  this.dateSlotContent = [];
34998
35024
 
@@ -35137,6 +35163,7 @@ class AuroDatePicker extends AuroElement {
35137
35163
  * `blackoutDates[i] = ...`, `blackoutDates.splice(...)`) will not
35138
35164
  * invalidate the cache and the new entries will be silently ignored.
35139
35165
  * To update, reassign the property: `el.blackoutDates = [...el.blackoutDates, '2024-12-25']`.
35166
+ * @type {string[]}
35140
35167
  */
35141
35168
  blackoutDates: {
35142
35169
  type: Array,
@@ -35259,13 +35286,13 @@ class AuroDatePicker extends AuroElement {
35259
35286
  */
35260
35287
  hasAllValues: {
35261
35288
  type: Boolean,
35262
- attribute: 'hasallvalues',
35289
+ attribute: false,
35263
35290
  reflect: false
35264
35291
  },
35265
35292
 
35266
35293
  hasFocus: {
35267
35294
  type: Boolean,
35268
- attribute: 'hasfocus',
35295
+ attribute: false,
35269
35296
  reflect: false,
35270
35297
  },
35271
35298
 
@@ -35274,7 +35301,7 @@ class AuroDatePicker extends AuroElement {
35274
35301
  */
35275
35302
  hasValue: {
35276
35303
  type: Boolean,
35277
- attribute: 'hasvalue',
35304
+ attribute: false,
35278
35305
  reflect: false,
35279
35306
  },
35280
35307
 
@@ -35360,6 +35387,7 @@ class AuroDatePicker extends AuroElement {
35360
35387
  /**
35361
35388
  * Names of all 12 months to render in the calendar.
35362
35389
  * When omitted, month names will be automatically populated from the active `locale` (falling back to `en-US`).
35390
+ * @type {string[]}
35363
35391
  */
35364
35392
  monthNames: {
35365
35393
  type: Array,
@@ -35528,6 +35556,7 @@ class AuroDatePicker extends AuroElement {
35528
35556
  /**
35529
35557
  * Dates that the user should have for reference as part of their decision-making when selecting a date.
35530
35558
  * This should be a JSON string array of ISO date strings (`YYYY-MM-DD`).
35559
+ * @type {string[]}
35531
35560
  */
35532
35561
  referenceDates: {
35533
35562
  type: Array,
@@ -32,7 +32,7 @@ The `auro-dropdown` element provides a way to place content in a bib that can be
32
32
  | `noToggle` | `notoggle` | `boolean` | | If declared, the trigger will only show the dropdown bib. |
33
33
  | `offset` | `offset` | `number` | "0" | Gap between the trigger element and bib. |
34
34
  | `onDark` | `ondark` | `boolean` | | DEPRECATED - use `appearance="inverse"` instead. |
35
- | `onSlotChange` | `onslotchange` | | | If declared, and a function is set, that function will execute when the slot content is updated. |
35
+ | `onSlotChange` | `onslotchange` | `() => void` | | If declared, and a function is set, that function will execute when the slot content is updated. |
36
36
  | `placement` | `placement` | `'top' \| 'right' \| 'bottom' \| 'left' \| 'bottom-start' \| 'top-start' \| 'top-end' \| 'right-start' \| 'right-end' \| 'bottom-end' \| 'left-start' \| 'left-end'` | "'bottom-start'" | Position where the bib should appear relative to the trigger. |
37
37
  | `shape` | `shape` | `'box' \| 'classic' \| 'pill' \| 'pill-left' \| 'pill-right' \| 'rounded' \| 'snowflake'` | "undefined" | Sets the shape of the dropdown. |
38
38
  | `shift` | `shift` | `boolean` | | If declared, the dropdown will shift its position to avoid being cut off by the viewport. |
@@ -3808,7 +3808,7 @@ class AuroHelpText extends i {
3808
3808
  }
3809
3809
  }
3810
3810
 
3811
- var formkitVersion = '202608291822';
3811
+ var formkitVersion = '202608300041';
3812
3812
 
3813
3813
  /**
3814
3814
  * AuroElement is the shared base class for layout-aware Auro form components.
@@ -4348,7 +4348,7 @@ class AuroDropdown extends AuroElement {
4348
4348
  */
4349
4349
  hasTriggerContent: {
4350
4350
  type: Boolean,
4351
- attribute: 'hastriggercontent'
4351
+ attribute: false
4352
4352
  },
4353
4353
 
4354
4354
  /**
@@ -4471,6 +4471,7 @@ class AuroDropdown extends AuroElement {
4471
4471
 
4472
4472
  /**
4473
4473
  * If declared, and a function is set, that function will execute when the slot content is updated.
4474
+ * @type {() => void}
4474
4475
  */
4475
4476
  onSlotChange: {
4476
4477
  type: Function,
@@ -3808,7 +3808,7 @@ let AuroHelpText$1 = class AuroHelpText extends i {
3808
3808
  }
3809
3809
  };
3810
3810
 
3811
- var formkitVersion$1 = '202608291822';
3811
+ var formkitVersion$1 = '202608300041';
3812
3812
 
3813
3813
  /**
3814
3814
  * AuroElement is the shared base class for layout-aware Auro form components.
@@ -4348,7 +4348,7 @@ class AuroDropdown extends AuroElement$1 {
4348
4348
  */
4349
4349
  hasTriggerContent: {
4350
4350
  type: Boolean,
4351
- attribute: 'hastriggercontent'
4351
+ attribute: false
4352
4352
  },
4353
4353
 
4354
4354
  /**
@@ -4471,6 +4471,7 @@ class AuroDropdown extends AuroElement$1 {
4471
4471
 
4472
4472
  /**
4473
4473
  * If declared, and a function is set, that function will execute when the slot content is updated.
4474
+ * @type {() => void}
4474
4475
  */
4475
4476
  onSlotChange: {
4476
4477
  type: Function,
@@ -15894,7 +15895,10 @@ class BaseInput extends AuroElement {
15894
15895
  // during its own update cycle sees a populated util instance.
15895
15896
  this.activeLabel = false;
15896
15897
 
15897
- /** @private */
15898
+ /**
15899
+ * @private
15900
+ * @type {string[]}
15901
+ */
15898
15902
  this.allowedInputTypes = [
15899
15903
  "text",
15900
15904
  "number",
@@ -15907,7 +15911,10 @@ class BaseInput extends AuroElement {
15907
15911
  /** @type {'default' | 'inverse'} */
15908
15912
  this.appearance = "default";
15909
15913
 
15910
- /** @private */
15914
+ /**
15915
+ * @private
15916
+ * @type {Record<string, string>}
15917
+ */
15911
15918
  this.dateFormatMap = {
15912
15919
  'mm/dd/yyyy': 'dateMMDDYYYY',
15913
15920
  'dd/mm/yyyy': 'dateDDMMYYYY',
@@ -15953,7 +15960,10 @@ class BaseInput extends AuroElement {
15953
15960
  this.setCustomValidityForType = undefined;
15954
15961
  // Credit Card is intentionally excluded — its mask manages the cursor
15955
15962
  // itself, and listing it here caused cursor placement issues in Safari.
15956
- /** @private */
15963
+ /**
15964
+ * @private
15965
+ * @type {string[]}
15966
+ */
15957
15967
  this.setSelectionInputTypes = [
15958
15968
  "text",
15959
15969
  "password",
@@ -17664,7 +17674,7 @@ class AuroHelpText extends i {
17664
17674
  }
17665
17675
  }
17666
17676
 
17667
- var formkitVersion = '202608291822';
17677
+ var formkitVersion = '202608300041';
17668
17678
 
17669
17679
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
17670
17680
  // See LICENSE in the project root for license information.
@@ -3835,7 +3835,7 @@ class AuroHelpText extends i {
3835
3835
  }
3836
3836
  }
3837
3837
 
3838
- var formkitVersion = '202608291822';
3838
+ var formkitVersion = '202608300041';
3839
3839
 
3840
3840
  /**
3841
3841
  * AuroElement is the shared base class for layout-aware Auro form components.
@@ -4375,7 +4375,7 @@ class AuroDropdown extends AuroElement {
4375
4375
  */
4376
4376
  hasTriggerContent: {
4377
4377
  type: Boolean,
4378
- attribute: 'hastriggercontent'
4378
+ attribute: false
4379
4379
  },
4380
4380
 
4381
4381
  /**
@@ -4498,6 +4498,7 @@ class AuroDropdown extends AuroElement {
4498
4498
 
4499
4499
  /**
4500
4500
  * If declared, and a function is set, that function will execute when the slot content is updated.
4501
+ * @type {() => void}
4501
4502
  */
4502
4503
  onSlotChange: {
4503
4504
  type: Function,
@@ -159,7 +159,7 @@ export class AuroDropdown extends AuroElement {
159
159
  */
160
160
  hasTriggerContent: {
161
161
  type: BooleanConstructor;
162
- attribute: string;
162
+ attribute: boolean;
163
163
  };
164
164
  /**
165
165
  * Defines the screen size breakpoint at which the dropdown switches to fullscreen mode on mobile. `disabled` indicates a dropdown should _never_ enter fullscreen.
@@ -253,12 +253,9 @@ export class AuroDropdown extends AuroElement {
253
253
  };
254
254
  /**
255
255
  * If declared, and a function is set, that function will execute when the slot content is updated.
256
+ * @type {() => void}
256
257
  */
257
- onSlotChange: {
258
- type: FunctionConstructor;
259
- attribute: string;
260
- reflect: boolean;
261
- };
258
+ onSlotChange: () => void;
262
259
  /**
263
260
  * Position where the bib should appear relative to the trigger.
264
261
  * @type {'top' | 'right' | 'bottom' | 'left' | 'bottom-start' | 'top-start' | 'top-end' | 'right-start' | 'right-end' | 'bottom-end' | 'left-start' | 'left-end'}
@@ -3740,7 +3740,7 @@ class AuroHelpText extends LitElement {
3740
3740
  }
3741
3741
  }
3742
3742
 
3743
- var formkitVersion = '202608291822';
3743
+ var formkitVersion = '202608300041';
3744
3744
 
3745
3745
  /**
3746
3746
  * AuroElement is the shared base class for layout-aware Auro form components.
@@ -4280,7 +4280,7 @@ class AuroDropdown extends AuroElement {
4280
4280
  */
4281
4281
  hasTriggerContent: {
4282
4282
  type: Boolean,
4283
- attribute: 'hastriggercontent'
4283
+ attribute: false
4284
4284
  },
4285
4285
 
4286
4286
  /**
@@ -4403,6 +4403,7 @@ class AuroDropdown extends AuroElement {
4403
4403
 
4404
4404
  /**
4405
4405
  * If declared, and a function is set, that function will execute when the slot content is updated.
4406
+ * @type {() => void}
4406
4407
  */
4407
4408
  onSlotChange: {
4408
4409
  type: Function,