@aurodesignsystem-dev/auro-formkit 0.0.0-pr1510.0 → 0.0.0-pr1510.1

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 (125) 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/customize.min.js +3 -3
  7. package/components/combobox/demo/getting-started.min.js +3 -3
  8. package/components/combobox/demo/index.min.js +3 -3
  9. package/components/combobox/dist/index.js +3 -3
  10. package/components/combobox/dist/registered.js +3 -3
  11. package/components/counter/demo/customize.min.js +2 -2
  12. package/components/counter/demo/index.min.js +2 -2
  13. package/components/counter/dist/index.js +2 -2
  14. package/components/counter/dist/registered.js +2 -2
  15. package/components/datepicker/demo/accessibility.md +1 -1
  16. package/components/datepicker/demo/api.md +2 -2
  17. package/components/datepicker/demo/customize.min.js +155 -66
  18. package/components/datepicker/demo/index.min.js +155 -66
  19. package/components/datepicker/dist/{src/auro-calendar.d.ts → auro-calendar.d.ts} +3 -1
  20. package/components/datepicker/dist/{src/auro-datepicker.d.ts → auro-datepicker.d.ts} +5 -2
  21. package/components/datepicker/dist/blackoutUtils.d.ts +43 -0
  22. package/components/datepicker/dist/index.js +155 -66
  23. package/components/datepicker/dist/registered.js +155 -66
  24. package/components/dropdown/demo/customize.min.js +1 -1
  25. package/components/dropdown/demo/getting-started.min.js +1 -1
  26. package/components/dropdown/demo/index.min.js +1 -1
  27. package/components/dropdown/dist/index.js +1 -1
  28. package/components/dropdown/dist/registered.js +1 -1
  29. package/components/form/demo/customize.min.js +165 -76
  30. package/components/form/demo/getting-started.min.js +165 -76
  31. package/components/form/demo/index.min.js +165 -76
  32. package/components/form/demo/registerDemoDeps.min.js +165 -76
  33. package/components/input/demo/customize.min.js +1 -1
  34. package/components/input/demo/getting-started.min.js +1 -1
  35. package/components/input/demo/index.min.js +1 -1
  36. package/components/input/dist/index.js +1 -1
  37. package/components/input/dist/registered.js +1 -1
  38. package/components/radio/demo/customize.min.js +1 -1
  39. package/components/radio/demo/getting-started.min.js +1 -1
  40. package/components/radio/demo/index.min.js +1 -1
  41. package/components/radio/dist/index.js +1 -1
  42. package/components/radio/dist/registered.js +1 -1
  43. package/components/select/demo/customize.min.js +2 -2
  44. package/components/select/demo/getting-started.min.js +2 -2
  45. package/components/select/demo/index.min.js +2 -2
  46. package/components/select/dist/index.js +2 -2
  47. package/components/select/dist/registered.js +2 -2
  48. package/custom-elements.json +453 -343
  49. package/package.json +5 -2
  50. package/components/checkbox/demo/customize.js +0 -22
  51. package/components/checkbox/demo/demo-support.js +0 -1
  52. package/components/checkbox/demo/getting-started.js +0 -22
  53. package/components/checkbox/demo/index.js +0 -8
  54. package/components/checkbox/demo/styles.scss +0 -1
  55. package/components/combobox/demo/customize.js +0 -24
  56. package/components/combobox/demo/demo-support.js +0 -1
  57. package/components/combobox/demo/getting-started.js +0 -21
  58. package/components/combobox/demo/index.js +0 -23
  59. package/components/combobox/demo/styles.scss +0 -1
  60. package/components/counter/demo/customize.js +0 -21
  61. package/components/counter/demo/demo-support.js +0 -1
  62. package/components/counter/demo/index.js +0 -21
  63. package/components/counter/demo/styles.scss +0 -1
  64. package/components/datepicker/demo/customize.js +0 -17
  65. package/components/datepicker/demo/demo-support.js +0 -1
  66. package/components/datepicker/demo/index.js +0 -23
  67. package/components/datepicker/demo/styles.scss +0 -1
  68. package/components/dropdown/demo/customize.js +0 -9
  69. package/components/dropdown/demo/demo-support.js +0 -1
  70. package/components/dropdown/demo/getting-started.js +0 -9
  71. package/components/dropdown/demo/index.js +0 -16
  72. package/components/dropdown/demo/styles.scss +0 -1
  73. package/components/form/demo/customize.js +0 -28
  74. package/components/form/demo/demo-support.js +0 -1
  75. package/components/form/demo/getting-started.js +0 -9
  76. package/components/form/demo/index.js +0 -5
  77. package/components/form/demo/registerDemoDeps.js +0 -23
  78. package/components/form/demo/styles.scss +0 -1
  79. package/components/input/demo/customize.js +0 -25
  80. package/components/input/demo/demo-support.js +0 -1
  81. package/components/input/demo/getting-started.js +0 -8
  82. package/components/input/demo/index.js +0 -8
  83. package/components/input/demo/styles.css +0 -974
  84. package/components/input/demo/styles.scss +0 -1
  85. package/components/menu/demo/demo-support.js +0 -1
  86. package/components/menu/demo/index.js +0 -25
  87. package/components/menu/demo/styles.scss +0 -1
  88. package/components/radio/demo/customize.js +0 -22
  89. package/components/radio/demo/demo-support.js +0 -1
  90. package/components/radio/demo/getting-started.js +0 -24
  91. package/components/radio/demo/index.js +0 -8
  92. package/components/radio/demo/styles.scss +0 -1
  93. package/components/select/demo/customize.js +0 -11
  94. package/components/select/demo/demo-support.js +0 -1
  95. package/components/select/demo/getting-started.js +0 -26
  96. package/components/select/demo/index.js +0 -11
  97. package/components/select/demo/styles.scss +0 -1
  98. /package/components/datepicker/dist/{src/auro-calendar-cell.d.ts → auro-calendar-cell.d.ts} +0 -0
  99. /package/components/datepicker/dist/{src/auro-calendar-month.d.ts → auro-calendar-month.d.ts} +0 -0
  100. /package/components/datepicker/dist/{src/buttonVersion.d.ts → buttonVersion.d.ts} +0 -0
  101. /package/components/datepicker/dist/{src/datepickerKeyboardStrategy.d.ts → datepickerKeyboardStrategy.d.ts} +0 -0
  102. /package/components/datepicker/dist/{src/iconVersion.d.ts → iconVersion.d.ts} +0 -0
  103. /package/components/datepicker/dist/{src/index.d.ts → index.d.ts} +0 -0
  104. /package/components/datepicker/dist/{src/popoverVersion.d.ts → popoverVersion.d.ts} +0 -0
  105. /package/components/datepicker/dist/{src/styles → styles}/classic/color-css.d.ts +0 -0
  106. /package/components/datepicker/dist/{src/styles → styles}/classic/style-css.d.ts +0 -0
  107. /package/components/datepicker/dist/{src/styles → styles}/color-calendar-css.d.ts +0 -0
  108. /package/components/datepicker/dist/{src/styles → styles}/color-cell-css.d.ts +0 -0
  109. /package/components/datepicker/dist/{src/styles → styles}/color-css.d.ts +0 -0
  110. /package/components/datepicker/dist/{src/styles → styles}/color-month-css.d.ts +0 -0
  111. /package/components/datepicker/dist/{src/styles → styles}/shapeSize-css.d.ts +0 -0
  112. /package/components/datepicker/dist/{src/styles → styles}/snowflake/color-css.d.ts +0 -0
  113. /package/components/datepicker/dist/{src/styles → styles}/snowflake/style-css.d.ts +0 -0
  114. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-cell-css.d.ts +0 -0
  115. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-css.d.ts +0 -0
  116. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-month-css.d.ts +0 -0
  117. /package/components/datepicker/dist/{src/styles → styles}/style-css.d.ts +0 -0
  118. /package/components/datepicker/dist/{src/styles → styles}/tokens-css.d.ts +0 -0
  119. /package/components/datepicker/dist/{src/utilities.d.ts → utilities.d.ts} +0 -0
  120. /package/components/datepicker/dist/{src/utilitiesCalendar.d.ts → utilitiesCalendar.d.ts} +0 -0
  121. /package/components/datepicker/dist/{src/utilitiesCalendarRender.d.ts → utilitiesCalendarRender.d.ts} +0 -0
  122. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/day.d.ts +0 -0
  123. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -0
  124. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-cell.d.ts +0 -0
  125. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker.d.ts +0 -0
@@ -13372,7 +13372,7 @@ let AuroHelpText$8 = class AuroHelpText extends i$3 {
13372
13372
  }
13373
13373
  };
13374
13374
 
13375
- var formkitVersion$8 = '202606251933';
13375
+ var formkitVersion$8 = '202606252104';
13376
13376
 
13377
13377
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
13378
13378
  // See LICENSE in the project root for license information.
@@ -25650,6 +25650,102 @@ class s{registerComponent(e,t){customElements.get(e)||customElements.define(e,cl
25650
25650
 
25651
25651
  var popoverVersion = '6.0.1';
25652
25652
 
25653
+ /**
25654
+ * Single source of truth for parsing and matching blackout dates across the
25655
+ * datepicker. Both `auro-calendar` (memoized Set + `isDateBlackout`) and the
25656
+ * pre-`firstUpdated` fallback inside `auro-calendar-cell` route through these
25657
+ * helpers so the YYYY-MM-DD → seconds conversion and the merge-with-legacy
25658
+ * `disabledDays` rules are defined exactly once.
25659
+ */
25660
+
25661
+ /**
25662
+ * Converts a `YYYY-MM-DD` ISO date string to a Unix timestamp (seconds)
25663
+ * representing local midnight on that calendar day. Returns `null` for
25664
+ * inputs that don't parse to a finite timestamp.
25665
+ *
25666
+ * Uses the `new Date(year, monthIndex, day)` constructor (NOT
25667
+ * `new Date(isoStr)`) so the result is local-midnight rather than UTC
25668
+ * midnight — required to keep the calendar grid aligned with the user's
25669
+ * local calendar day in negative-offset timezones.
25670
+ *
25671
+ * @param {string} isoStr - Date string in `YYYY-MM-DD` format.
25672
+ * @returns {number|null} Local-midnight Unix timestamp (seconds), or null.
25673
+ */
25674
+ function parseIsoToTimestamp(isoStr) {
25675
+ if (typeof isoStr !== 'string') {
25676
+ return null;
25677
+ }
25678
+ const parts = isoStr.split('-');
25679
+ if (parts.length !== 3) {
25680
+ return null;
25681
+ }
25682
+ const year = parseInt(parts[0], 10);
25683
+ const month = parseInt(parts[1], 10);
25684
+ const day = parseInt(parts[2], 10);
25685
+ if (!Number.isFinite(year) || !Number.isFinite(month) || !Number.isFinite(day)) {
25686
+ return null;
25687
+ }
25688
+ // Reject overflow values like "2024-13-40" — JS `new Date(year, month, day)`
25689
+ // silently normalizes those to a different calendar day, which would
25690
+ // disable the wrong date if we let the result through.
25691
+ if (month < 1 || month > 12 || day < 1 || day > 31) {
25692
+ return null;
25693
+ }
25694
+ const date = new Date(year, month - 1, day);
25695
+ // Guard the residual case where JS still rolls a value (e.g. Feb 30 → Mar 2).
25696
+ // After construction, getFullYear/getMonth/getDate should match the inputs.
25697
+ if (date.getFullYear() !== year || date.getMonth() !== month - 1 || date.getDate() !== day) {
25698
+ return null;
25699
+ }
25700
+ const ts = Math.floor(date.getTime() / 1000);
25701
+ return Number.isFinite(ts) ? ts : null;
25702
+ }
25703
+
25704
+ /**
25705
+ * Builds a `Set<number>` of seconds-since-epoch timestamps covering both the
25706
+ * legacy `disabledDays` (already-numeric) array and the ISO `blackoutDates`
25707
+ * array. Use this for O(1) membership checks in hot paths.
25708
+ *
25709
+ * @param {Array<string|number>|undefined} disabledDays - Legacy timestamp array.
25710
+ * @param {Array<string>|undefined} blackoutDates - ISO `YYYY-MM-DD` array.
25711
+ * @returns {Set<number>}
25712
+ */
25713
+ function buildBlackoutSet(disabledDays, blackoutDates) {
25714
+ const set = new Set();
25715
+ if (Array.isArray(disabledDays)) {
25716
+ for (const day of disabledDays) {
25717
+ const ts = parseInt(day, 10);
25718
+ if (Number.isFinite(ts)) {
25719
+ set.add(ts);
25720
+ }
25721
+ }
25722
+ }
25723
+ if (Array.isArray(blackoutDates)) {
25724
+ for (const isoStr of blackoutDates) {
25725
+ const ts = parseIsoToTimestamp(isoStr);
25726
+ if (ts !== null) {
25727
+ set.add(ts);
25728
+ }
25729
+ }
25730
+ }
25731
+ return set;
25732
+ }
25733
+
25734
+ /**
25735
+ * One-shot membership test for a single timestamp against both blackout
25736
+ * sources. Allocates a Set on each call; only use this in cold paths
25737
+ * (e.g. the pre-`firstUpdated` cell fallback). Hot paths should hold the
25738
+ * Set returned from `buildBlackoutSet` and `.has(ts)` directly.
25739
+ *
25740
+ * @param {number} dateTs - Unix timestamp (seconds) to test.
25741
+ * @param {Array<string|number>|undefined} disabledDays - Legacy timestamp array.
25742
+ * @param {Array<string>|undefined} blackoutDates - ISO `YYYY-MM-DD` array.
25743
+ * @returns {boolean}
25744
+ */
25745
+ function isBlackoutTimestamp(dateTs, disabledDays, blackoutDates) {
25746
+ return buildBlackoutSet(disabledDays, blackoutDates).has(dateTs);
25747
+ }
25748
+
25653
25749
  /* eslint-disable curly, max-lines, no-underscore-dangle, no-magic-numbers, no-underscore-dangle, max-params, no-extra-parens, arrow-parens, max-lines, line-comment-position, no-inline-comments, lit/binding-positions, lit/no-invalid-html */
25654
25750
 
25655
25751
  class AuroCalendarCell extends i$3 {
@@ -25848,8 +25944,10 @@ class AuroCalendarCell extends i$3 {
25848
25944
  // consumer or test mutated cell.disabledDays directly), the Set does
25849
25945
  // not reflect that addition — fall through to the per-cell scan only
25850
25946
  // when the reference no longer matches. Production data flow keeps
25851
- // these identical, so this branch stays cold.
25852
- if (this.disabledDays && this.disabledDays !== this.calendar.disabledDays && this.disabledDays.length > 0) {
25947
+ // these identical, so this branch stays cold. Guarded with
25948
+ // Array.isArray to match `_getBlackoutSet`'s contract: non-array
25949
+ // values are treated as empty rather than crashing on `.findIndex`.
25950
+ if (Array.isArray(this.disabledDays) && this.disabledDays !== this.calendar.disabledDays && this.disabledDays.length > 0) {
25853
25951
  if (this.disabledDays.findIndex((dd) => parseInt(dd, 10) === this.day.date) !== -1) {
25854
25952
  return true;
25855
25953
  }
@@ -25858,25 +25956,9 @@ class AuroCalendarCell extends i$3 {
25858
25956
  }
25859
25957
 
25860
25958
  // Pre-firstUpdated fallback — the cell may render once before the
25861
- // ancestor calendar is wired up. Uses the legacy O(N) scan so the
25862
- // result stays correct, just slower for the very first render.
25863
- if (Array.isArray(this.disabledDays) && this.disabledDays.length > 0 &&
25864
- (this.disabledDays.findIndex(dd => parseInt(dd, 10) === this.day.date) !== -1)) {
25865
- return true;
25866
- }
25867
-
25868
- const blackoutDates = this.datepicker?.blackoutDates;
25869
- if (Array.isArray(blackoutDates) && blackoutDates.length > 0) {
25870
- const date = new Date(this.day.date * 1000);
25871
- const yyyy = date.getFullYear();
25872
- const mm = String(date.getMonth() + 1).padStart(2, '0');
25873
- const dd = String(date.getDate()).padStart(2, '0');
25874
- if (blackoutDates.includes(`${yyyy}-${mm}-${dd}`)) {
25875
- return true;
25876
- }
25877
- }
25878
-
25879
- return false;
25959
+ // ancestor calendar is wired up. Routes through the shared
25960
+ // blackoutUtils helper so the parsing rules stay in one place.
25961
+ return isBlackoutTimestamp(this.day.date, this.disabledDays, this.datepicker?.blackoutDates);
25880
25962
  }
25881
25963
 
25882
25964
  /**
@@ -26276,9 +26358,14 @@ class AuroCalendarCell extends i$3 {
26276
26358
 
26277
26359
  const outOfRange = this.isOutOfRange(this.day, this.min, this.max);
26278
26360
  if (outOfRange) {
26361
+ // Strip every aria attribute the in-range branch may have set on a
26362
+ // previous render — if a cell flips from in-range to out-of-range
26363
+ // (calendar shifts months, minDate/maxDate change, etc.).
26279
26364
  this.removeAttribute('role');
26280
26365
  this.removeAttribute('aria-label');
26281
26366
  this.removeAttribute('aria-current');
26367
+ this.removeAttribute('aria-selected');
26368
+ this.removeAttribute('aria-disabled');
26282
26369
  return;
26283
26370
  }
26284
26371
 
@@ -27527,7 +27614,7 @@ let AuroBibtemplate$3 = class AuroBibtemplate extends i$3 {
27527
27614
  }
27528
27615
  };
27529
27616
 
27530
- var formkitVersion$2$1 = '202606251933';
27617
+ var formkitVersion$2$1 = '202606252104';
27531
27618
 
27532
27619
  let l$1$2 = 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=i$2`${s$3(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1$2 = 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$2 = 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$3=i$6`: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}
27533
27620
  `,u$4$2=i$6`.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}}
@@ -28215,11 +28302,15 @@ class AuroCalendar extends RangeDatepicker {
28215
28302
  * @returns {Set<Number>}
28216
28303
  */
28217
28304
  _getBlackoutSet() {
28218
- const disabledDays = this.disabledDays || [];
28305
+ // Guard with Array.isArray so a non-array truthy value (string, object,
28306
+ // etc.) is treated as "no legacy disabledDays" — keeps the deprecation
28307
+ // warning and the memoization key consistent with what buildBlackoutSet
28308
+ // will actually consume (also an Array.isArray check).
28309
+ const disabledDays = Array.isArray(this.disabledDays) ? this.disabledDays : [];
28219
28310
  const blackoutDates = this.datepicker?.blackoutDates;
28220
- if (this._blackoutSet
28221
- && this._cachedBlackoutDisabledDays === disabledDays
28222
- && this._cachedBlackoutDates === blackoutDates) {
28311
+ if (this._blackoutSet &&
28312
+ this._cachedBlackoutDisabledDays === disabledDays &&
28313
+ this._cachedBlackoutDates === blackoutDates) {
28223
28314
  return this._blackoutSet;
28224
28315
  }
28225
28316
 
@@ -28227,23 +28318,10 @@ class AuroCalendar extends RangeDatepicker {
28227
28318
  this._warnDisabledDaysDeprecated();
28228
28319
  }
28229
28320
 
28230
- const set = new Set(disabledDays.map((day) => parseInt(day, 10)));
28231
-
28232
- // Parse YYYY-MM-DD as local date to avoid UTC shift issues.
28233
- if (Array.isArray(blackoutDates)) {
28234
- for (const isoStr of blackoutDates) {
28235
- const parts = isoStr.split('-');
28236
- const ts = Math.floor(new Date(parseInt(parts[0], 10), parseInt(parts[1], 10) - 1, parseInt(parts[2], 10)).getTime() / 1000);
28237
- if (Number.isFinite(ts)) {
28238
- set.add(ts);
28239
- }
28240
- }
28241
- }
28242
-
28243
- this._blackoutSet = set;
28321
+ this._blackoutSet = buildBlackoutSet(disabledDays, blackoutDates);
28244
28322
  this._cachedBlackoutDisabledDays = disabledDays;
28245
28323
  this._cachedBlackoutDates = blackoutDates;
28246
- return set;
28324
+ return this._blackoutSet;
28247
28325
  }
28248
28326
 
28249
28327
  /**
@@ -28892,32 +28970,15 @@ class AuroCalendar extends RangeDatepicker {
28892
28970
  }
28893
28971
 
28894
28972
  /**
28895
- * Checks whether a given date is a blackout date.
28973
+ * Checks whether a given date is a blackout date. Delegates to the
28974
+ * memoized `_getBlackoutSet` so the YYYY-MM-DD parsing and the
28975
+ * legacy/ISO merge rules live in exactly one place (see `blackoutUtils.js`).
28896
28976
  * @private
28897
28977
  * @param {Number} dateTs - Unix timestamp (seconds).
28898
28978
  * @returns {Boolean} True if the date is blacked out.
28899
28979
  */
28900
28980
  isDateBlackout(dateTs) {
28901
- // Check legacy disabledDays.
28902
- if (Array.isArray(this.disabledDays) && this.disabledDays.length > 0) {
28903
- if (this.disabledDays.findIndex((day) => parseInt(day, 10) === dateTs) !== -1) {
28904
- return true;
28905
- }
28906
- }
28907
-
28908
- // Check ISO blackoutDates.
28909
- const blackoutDates = this.datepicker?.blackoutDates;
28910
- if (Array.isArray(blackoutDates) && blackoutDates.length > 0) {
28911
- const date = new Date(dateTs * 1000);
28912
- const yyyy = date.getFullYear();
28913
- const mm = String(date.getMonth() + 1).padStart(2, '0');
28914
- const dd = String(date.getDate()).padStart(2, '0');
28915
- if (blackoutDates.includes(`${yyyy}-${mm}-${dd}`)) {
28916
- return true;
28917
- }
28918
- }
28919
-
28920
- return false;
28981
+ return this._getBlackoutSet().has(dateTs);
28921
28982
  }
28922
28983
 
28923
28984
  /**
@@ -33182,7 +33243,7 @@ let AuroHelpText$2$1 = class AuroHelpText extends i$3 {
33182
33243
  }
33183
33244
  };
33184
33245
 
33185
- var formkitVersion$1$3 = '202606251933';
33246
+ var formkitVersion$1$3 = '202606252104';
33186
33247
 
33187
33248
  let AuroElement$2$2 = class AuroElement extends i$3 {
33188
33249
  static get properties() {
@@ -46775,7 +46836,7 @@ let AuroHelpText$1$3 = class AuroHelpText extends i$3 {
46775
46836
  }
46776
46837
  };
46777
46838
 
46778
- var formkitVersion$7 = '202606251933';
46839
+ var formkitVersion$7 = '202606252104';
46779
46840
 
46780
46841
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
46781
46842
  // See LICENSE in the project root for license information.
@@ -48683,7 +48744,10 @@ class AuroDatePicker extends AuroElement$5 {
48683
48744
  },
48684
48745
 
48685
48746
  /**
48686
- * Label announced for cells after the range (or after start when no end is selected).
48747
+ * Label announced for cells after a fully selected range (both
48748
+ * `dateFrom` and `dateTo` are set). While a range is still being
48749
+ * picked (`dateFrom` set, `dateTo` unset), focused cells past the
48750
+ * start use `rangeLabelEndPreview` instead.
48687
48751
  * @default 'after range'
48688
48752
  */
48689
48753
  rangeLabelAfterRange: {
@@ -48739,7 +48803,7 @@ class AuroDatePicker extends AuroElement$5 {
48739
48803
  },
48740
48804
 
48741
48805
  /**
48742
- * Dates that the user should have for reference as part of their decision making when selecting a date.
48806
+ * Dates that the user should have for reference as part of their decision-making when selecting a date.
48743
48807
  * This should be a JSON string array of ISO date strings (`YYYY-MM-DD`).
48744
48808
  */
48745
48809
  referenceDates: {
@@ -50066,6 +50130,15 @@ class AuroDatePicker extends AuroElement$5 {
50066
50130
  // Add the tag name as an attribute if it is different than the component name
50067
50131
  this.runtimeUtils.handleComponentTagRename(this, 'auro-datepicker');
50068
50132
 
50133
+ // If the element was disconnected before this first render finished,
50134
+ // disconnectedCallback's microtask already aborted the controller. The
50135
+ // connectedCallback reinit guard skips that case because `hasUpdated`
50136
+ // is still false. Mint a fresh controller here so configure* registers
50137
+ // listeners against a live signal.
50138
+ if (this._listenerAbortController.signal.aborted) {
50139
+ this._listenerAbortController = new AbortController();
50140
+ }
50141
+
50069
50142
  this.configureDropdown();
50070
50143
  this.configureInput();
50071
50144
  this.configureCalendar();
@@ -50077,6 +50150,22 @@ class AuroDatePicker extends AuroElement$5 {
50077
50150
  connectedCallback() {
50078
50151
  super.connectedCallback();
50079
50152
 
50153
+ // True reconnect after `disconnectedCallback` aborted our controller:
50154
+ // the existing signal is dead, so listeners registered against it
50155
+ // would never fire. Create a fresh controller and re-run the
50156
+ // configure* wiring (each method is idempotent — it just re-caches
50157
+ // child refs and re-registers listeners against the new signal).
50158
+ // `hasUpdated` gates this so the *first* connect (which precedes
50159
+ // firstUpdated) still falls through to firstUpdated's initial wiring.
50160
+ if (this.hasUpdated && this._listenerAbortController.signal.aborted) {
50161
+ this._listenerAbortController = new AbortController();
50162
+ this.configureDropdown();
50163
+ this.configureInput();
50164
+ this.configureCalendar();
50165
+ this.configureDatepicker();
50166
+ this.configureClickHandler();
50167
+ }
50168
+
50080
50169
  this.locale = this.domHandler.getLocale(this);
50081
50170
  }
50082
50171
 
@@ -51586,7 +51675,7 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$3 {
51586
51675
  }
51587
51676
  };
51588
51677
 
51589
- var formkitVersion$1$2 = '202606251933';
51678
+ var formkitVersion$1$2 = '202606252104';
51590
51679
 
51591
51680
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
51592
51681
  // See LICENSE in the project root for license information.
@@ -55914,7 +56003,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$3 {
55914
56003
  }
55915
56004
  };
55916
56005
 
55917
- var formkitVersion$6 = '202606251933';
56006
+ var formkitVersion$6 = '202606252104';
55918
56007
 
55919
56008
  let AuroElement$1$2 = class AuroElement extends i$3 {
55920
56009
  static get properties() {
@@ -59854,7 +59943,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$3 {
59854
59943
  }
59855
59944
  };
59856
59945
 
59857
- var formkitVersion$5 = '202606251933';
59946
+ var formkitVersion$5 = '202606252104';
59858
59947
 
59859
59948
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
59860
59949
  // See LICENSE in the project root for license information.
@@ -61604,7 +61693,7 @@ let AuroHelpText$4 = class AuroHelpText extends i$3 {
61604
61693
  }
61605
61694
  };
61606
61695
 
61607
- var formkitVersion$4 = '202606251933';
61696
+ var formkitVersion$4 = '202606252104';
61608
61697
 
61609
61698
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
61610
61699
  // See LICENSE in the project root for license information.
@@ -66819,7 +66908,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
66819
66908
  }
66820
66909
  };
66821
66910
 
66822
- var formkitVersion$2 = '202606251933';
66911
+ var formkitVersion$2 = '202606252104';
66823
66912
 
66824
66913
  let AuroElement$2$1 = class AuroElement extends i$3 {
66825
66914
  static get properties() {
@@ -80412,7 +80501,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$3 {
80412
80501
  }
80413
80502
  };
80414
80503
 
80415
- var formkitVersion$1$1 = '202606251933';
80504
+ var formkitVersion$1$1 = '202606252104';
80416
80505
 
80417
80506
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
80418
80507
  // See LICENSE in the project root for license information.
@@ -81533,7 +81622,7 @@ let AuroBibtemplate$1 = class AuroBibtemplate extends i$3 {
81533
81622
  }
81534
81623
  };
81535
81624
 
81536
- var formkitVersion$3 = '202606251933';
81625
+ var formkitVersion$3 = '202606252104';
81537
81626
 
81538
81627
  var styleCss$1$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
81539
81628
 
@@ -90324,7 +90413,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
90324
90413
  }
90325
90414
  };
90326
90415
 
90327
- var formkitVersion$1 = '202606251933';
90416
+ var formkitVersion$1 = '202606252104';
90328
90417
 
90329
90418
  class AuroElement extends i$3 {
90330
90419
  static get properties() {
@@ -92345,7 +92434,7 @@ class AuroHelpText extends i$3 {
92345
92434
  }
92346
92435
  }
92347
92436
 
92348
- var formkitVersion = '202606251933';
92437
+ var formkitVersion = '202606252104';
92349
92438
 
92350
92439
  var styleCss = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}.body-default{font-size:var(--wcss-body-default-font-size, 1rem);font-weight:var(--wcss-body-default-weight, );line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-default-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-default-emphasized{font-size:var(--wcss-body-default-emphasized-font-size, 1rem);font-weight:var(--wcss-body-default-emphasized-weight, );line-height:var(--wcss-body-default-emphasized-line-height, 1.5rem)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);font-weight:var(--wcss-body-lg-weight, );line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-lg,.body-lg-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg-emphasized{font-size:var(--wcss-body-lg-emphasized-font-size, 1.125rem);font-weight:var(--wcss-body-lg-emphasized-weight, );line-height:var(--wcss-body-lg-emphasized-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, 0.875rem);font-weight:var(--wcss-body-sm-weight, );line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-sm-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-sm-emphasized{font-size:var(--wcss-body-sm-emphasized-font-size, 0.875rem);font-weight:var(--wcss-body-sm-emphasized-weight, );line-height:var(--wcss-body-sm-emphasized-line-height, 1.25rem)}.body-xs{font-size:var(--wcss-body-xs-font-size, 0.75rem);font-weight:var(--wcss-body-xs-weight, );line-height:var(--wcss-body-xs-line-height, 1rem)}.body-xs,.body-xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs-emphasized{font-size:var(--wcss-body-xs-emphasized-font-size, 0.75rem);font-weight:var(--wcss-body-xs-emphasized-weight, );line-height:var(--wcss-body-xs-emphasized-line-height, 1rem)}.body-2xs{font-size:var(--wcss-body-2xs-font-size, 0.625rem);font-weight:var(--wcss-body-2xs-weight, );line-height:var(--wcss-body-2xs-line-height, 0.875rem)}.body-2xs,.body-2xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-2xs-emphasized{font-size:var(--wcss-body-2xs-emphasized-font-size, 0.625rem);font-weight:var(--wcss-body-2xs-emphasized-weight, );line-height:var(--wcss-body-2xs-emphasized-line-height, 0.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, 300);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, 300);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, 0.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, 0.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, 0.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, 0.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, 0.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, 0.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(0.875rem, 1.1666666667vw, 0.875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}[auro-dropdown]{--ds-auro-dropdown-trigger-border-color: var(--ds-auro-select-border-color);--ds-auro-dropdown-trigger-background-color: var(--ds-auro-select-background-color);--ds-auro-dropdown-trigger-container-color: var(--ds-auro-select-background-color);--ds-auro-dropdown-trigger-outline-color: var(--ds-auro-select-outline-color)}:host{display:inline-block;text-align:left;vertical-align:top}:host([layout*=emphasized]) [auro-dropdown],:host([layout*=snowflake]) [auro-dropdown]{--ds-auro-select-border-color: transparent}:host([layout*=emphasized]) .mainContent,:host([layout*=snowflake]) .mainContent{text-align:center}.mainContent{position:relative;display:flex;overflow:hidden;flex:1;flex-direction:column;align-items:center;justify-content:center}.valueContainer [slot=displayValue]{display:none}.accents{display:flex;flex-direction:row;align-items:center;justify-content:center}::slotted([slot=typeIcon]){margin-right:var(--ds-size-100, 0.5rem)}.displayValue{display:block}.displayValue:not(.force){display:none}.displayValue:not(.force).hasContent:is(.withValue):not(.hasFocus){display:block}.triggerContent{display:flex;width:100%;align-items:center;justify-content:center}:host([layout*=emphasized]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem) 0 var(--ds-size-300, 1.5rem)}:host([layout*=snowflake]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host([layout*=snowflake]) label{padding-block:var(--ds-size-25, 0.125rem)}:host([layout*=classic]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem)}:host([layout*=classic]) .mainContent{align-items:start}:host([layout*=classic]) label{overflow:hidden;cursor:text;text-overflow:ellipsis;white-space:nowrap}:host([layout*=classic]) .value{height:auto}label{color:var(--ds-auro-select-label-text-color)}:host(:is([validity]:not([validity=valid]))) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-select-outline-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}:host([ondark]:is([validity]:not([validity=valid]))) [auro-dropdown],:host([appearance=inverse]:is([validity]:not([validity=valid]))) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-select-outline-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}#slotHolder{display:none}:host([fluid]){width:100%}:host([disabled]){pointer-events:none;user-select:none}:host([disabled]:not([ondark])) [auro-dropdown],:host([disabled]:not([appearance=inverse])) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-basic-color-border-subtle, #dddddd)}:host(:not([layout*=classic])[disabled][ondark]) [auro-dropdown],:host(:not([layout*=classic])[disabled][appearance=inverse]) [auro-dropdown]{--ds-auro-select-border-color: transparent}`;
92351
92440