@aurodesignsystem-dev/auro-formkit 0.0.0-pr1510.0 → 0.0.0-pr1510.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 (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 +179 -72
  18. package/components/datepicker/demo/index.min.js +179 -72
  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 +179 -72
  23. package/components/datepicker/dist/registered.js +179 -72
  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 +189 -82
  30. package/components/form/demo/getting-started.min.js +189 -82
  31. package/components/form/demo/index.min.js +189 -82
  32. package/components/form/demo/registerDemoDeps.min.js +189 -82
  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
@@ -12331,7 +12331,7 @@ let AuroHelpText$8 = class AuroHelpText extends i$2 {
12331
12331
  }
12332
12332
  };
12333
12333
 
12334
- var formkitVersion$8 = '202606251933';
12334
+ var formkitVersion$8 = '202606252132';
12335
12335
 
12336
12336
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
12337
12337
  // See LICENSE in the project root for license information.
@@ -24609,6 +24609,102 @@ class s{registerComponent(e,t){customElements.get(e)||customElements.define(e,cl
24609
24609
 
24610
24610
  var popoverVersion = '6.0.1';
24611
24611
 
24612
+ /**
24613
+ * Single source of truth for parsing and matching blackout dates across the
24614
+ * datepicker. Both `auro-calendar` (memoized Set + `isDateBlackout`) and the
24615
+ * pre-`firstUpdated` fallback inside `auro-calendar-cell` route through these
24616
+ * helpers so the YYYY-MM-DD → seconds conversion and the merge-with-legacy
24617
+ * `disabledDays` rules are defined exactly once.
24618
+ */
24619
+
24620
+ /**
24621
+ * Converts a `YYYY-MM-DD` ISO date string to a Unix timestamp (seconds)
24622
+ * representing local midnight on that calendar day. Returns `null` for
24623
+ * inputs that don't parse to a finite timestamp.
24624
+ *
24625
+ * Uses the `new Date(year, monthIndex, day)` constructor (NOT
24626
+ * `new Date(isoStr)`) so the result is local-midnight rather than UTC
24627
+ * midnight — required to keep the calendar grid aligned with the user's
24628
+ * local calendar day in negative-offset timezones.
24629
+ *
24630
+ * @param {string} isoStr - Date string in `YYYY-MM-DD` format.
24631
+ * @returns {number|null} Local-midnight Unix timestamp (seconds), or null.
24632
+ */
24633
+ function parseIsoToTimestamp(isoStr) {
24634
+ if (typeof isoStr !== 'string') {
24635
+ return null;
24636
+ }
24637
+ const parts = isoStr.split('-');
24638
+ if (parts.length !== 3) {
24639
+ return null;
24640
+ }
24641
+ const year = parseInt(parts[0], 10);
24642
+ const month = parseInt(parts[1], 10);
24643
+ const day = parseInt(parts[2], 10);
24644
+ if (!Number.isFinite(year) || !Number.isFinite(month) || !Number.isFinite(day)) {
24645
+ return null;
24646
+ }
24647
+ // Reject overflow values like "2024-13-40" — JS `new Date(year, month, day)`
24648
+ // silently normalizes those to a different calendar day, which would
24649
+ // disable the wrong date if we let the result through.
24650
+ if (month < 1 || month > 12 || day < 1 || day > 31) {
24651
+ return null;
24652
+ }
24653
+ const date = new Date(year, month - 1, day);
24654
+ // Guard the residual case where JS still rolls a value (e.g. Feb 30 → Mar 2).
24655
+ // After construction, getFullYear/getMonth/getDate should match the inputs.
24656
+ if (date.getFullYear() !== year || date.getMonth() !== month - 1 || date.getDate() !== day) {
24657
+ return null;
24658
+ }
24659
+ const ts = Math.floor(date.getTime() / 1000);
24660
+ return Number.isFinite(ts) ? ts : null;
24661
+ }
24662
+
24663
+ /**
24664
+ * Builds a `Set<number>` of seconds-since-epoch timestamps covering both the
24665
+ * legacy `disabledDays` (already-numeric) array and the ISO `blackoutDates`
24666
+ * array. Use this for O(1) membership checks in hot paths.
24667
+ *
24668
+ * @param {Array<string|number>|undefined} disabledDays - Legacy timestamp array.
24669
+ * @param {Array<string>|undefined} blackoutDates - ISO `YYYY-MM-DD` array.
24670
+ * @returns {Set<number>}
24671
+ */
24672
+ function buildBlackoutSet(disabledDays, blackoutDates) {
24673
+ const set = new Set();
24674
+ if (Array.isArray(disabledDays)) {
24675
+ for (const day of disabledDays) {
24676
+ const ts = parseInt(day, 10);
24677
+ if (Number.isFinite(ts)) {
24678
+ set.add(ts);
24679
+ }
24680
+ }
24681
+ }
24682
+ if (Array.isArray(blackoutDates)) {
24683
+ for (const isoStr of blackoutDates) {
24684
+ const ts = parseIsoToTimestamp(isoStr);
24685
+ if (ts !== null) {
24686
+ set.add(ts);
24687
+ }
24688
+ }
24689
+ }
24690
+ return set;
24691
+ }
24692
+
24693
+ /**
24694
+ * One-shot membership test for a single timestamp against both blackout
24695
+ * sources. Allocates a Set on each call; only use this in cold paths
24696
+ * (e.g. the pre-`firstUpdated` cell fallback). Hot paths should hold the
24697
+ * Set returned from `buildBlackoutSet` and `.has(ts)` directly.
24698
+ *
24699
+ * @param {number} dateTs - Unix timestamp (seconds) to test.
24700
+ * @param {Array<string|number>|undefined} disabledDays - Legacy timestamp array.
24701
+ * @param {Array<string>|undefined} blackoutDates - ISO `YYYY-MM-DD` array.
24702
+ * @returns {boolean}
24703
+ */
24704
+ function isBlackoutTimestamp(dateTs, disabledDays, blackoutDates) {
24705
+ return buildBlackoutSet(disabledDays, blackoutDates).has(dateTs);
24706
+ }
24707
+
24612
24708
  /* 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 */
24613
24709
 
24614
24710
  class AuroCalendarCell extends i$2 {
@@ -24807,8 +24903,10 @@ class AuroCalendarCell extends i$2 {
24807
24903
  // consumer or test mutated cell.disabledDays directly), the Set does
24808
24904
  // not reflect that addition — fall through to the per-cell scan only
24809
24905
  // when the reference no longer matches. Production data flow keeps
24810
- // these identical, so this branch stays cold.
24811
- if (this.disabledDays && this.disabledDays !== this.calendar.disabledDays && this.disabledDays.length > 0) {
24906
+ // these identical, so this branch stays cold. Guarded with
24907
+ // Array.isArray to match `_getBlackoutSet`'s contract: non-array
24908
+ // values are treated as empty rather than crashing on `.findIndex`.
24909
+ if (Array.isArray(this.disabledDays) && this.disabledDays !== this.calendar.disabledDays && this.disabledDays.length > 0) {
24812
24910
  if (this.disabledDays.findIndex((dd) => parseInt(dd, 10) === this.day.date) !== -1) {
24813
24911
  return true;
24814
24912
  }
@@ -24817,25 +24915,9 @@ class AuroCalendarCell extends i$2 {
24817
24915
  }
24818
24916
 
24819
24917
  // Pre-firstUpdated fallback — the cell may render once before the
24820
- // ancestor calendar is wired up. Uses the legacy O(N) scan so the
24821
- // result stays correct, just slower for the very first render.
24822
- if (Array.isArray(this.disabledDays) && this.disabledDays.length > 0 &&
24823
- (this.disabledDays.findIndex(dd => parseInt(dd, 10) === this.day.date) !== -1)) {
24824
- return true;
24825
- }
24826
-
24827
- const blackoutDates = this.datepicker?.blackoutDates;
24828
- if (Array.isArray(blackoutDates) && blackoutDates.length > 0) {
24829
- const date = new Date(this.day.date * 1000);
24830
- const yyyy = date.getFullYear();
24831
- const mm = String(date.getMonth() + 1).padStart(2, '0');
24832
- const dd = String(date.getDate()).padStart(2, '0');
24833
- if (blackoutDates.includes(`${yyyy}-${mm}-${dd}`)) {
24834
- return true;
24835
- }
24836
- }
24837
-
24838
- return false;
24918
+ // ancestor calendar is wired up. Routes through the shared
24919
+ // blackoutUtils helper so the parsing rules stay in one place.
24920
+ return isBlackoutTimestamp(this.day.date, this.disabledDays, this.datepicker?.blackoutDates);
24839
24921
  }
24840
24922
 
24841
24923
  /**
@@ -25235,9 +25317,14 @@ class AuroCalendarCell extends i$2 {
25235
25317
 
25236
25318
  const outOfRange = this.isOutOfRange(this.day, this.min, this.max);
25237
25319
  if (outOfRange) {
25320
+ // Strip every aria attribute the in-range branch may have set on a
25321
+ // previous render — if a cell flips from in-range to out-of-range
25322
+ // (calendar shifts months, minDate/maxDate change, etc.).
25238
25323
  this.removeAttribute('role');
25239
25324
  this.removeAttribute('aria-label');
25240
25325
  this.removeAttribute('aria-current');
25326
+ this.removeAttribute('aria-selected');
25327
+ this.removeAttribute('aria-disabled');
25241
25328
  return;
25242
25329
  }
25243
25330
 
@@ -26486,7 +26573,7 @@ let AuroBibtemplate$3 = class AuroBibtemplate extends i$2 {
26486
26573
  }
26487
26574
  };
26488
26575
 
26489
- var formkitVersion$2$1 = '202606251933';
26576
+ var formkitVersion$2$1 = '202606252132';
26490
26577
 
26491
26578
  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$5`${s$5(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$4`: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}
26492
26579
  `,u$4$2=i$4`.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}}
@@ -27174,35 +27261,28 @@ class AuroCalendar extends RangeDatepicker {
27174
27261
  * @returns {Set<Number>}
27175
27262
  */
27176
27263
  _getBlackoutSet() {
27177
- const disabledDays = this.disabledDays || [];
27264
+ // Normalize non-array values to a stable `null` sentinel rather than a
27265
+ // fresh `[]` per call — otherwise the reference-identity cache key
27266
+ // (`_cachedBlackoutDisabledDays === disabledDays`) never matches on
27267
+ // subsequent calls and the Set rebuilds every time. `buildBlackoutSet`
27268
+ // already treats null/non-array as "no legacy disabledDays" via its
27269
+ // own Array.isArray gate.
27270
+ const disabledDays = Array.isArray(this.disabledDays) ? this.disabledDays : null;
27178
27271
  const blackoutDates = this.datepicker?.blackoutDates;
27179
- if (this._blackoutSet
27180
- && this._cachedBlackoutDisabledDays === disabledDays
27181
- && this._cachedBlackoutDates === blackoutDates) {
27272
+ if (this._blackoutSet &&
27273
+ this._cachedBlackoutDisabledDays === disabledDays &&
27274
+ this._cachedBlackoutDates === blackoutDates) {
27182
27275
  return this._blackoutSet;
27183
27276
  }
27184
27277
 
27185
- if (disabledDays.length > 0) {
27278
+ if (disabledDays && disabledDays.length > 0) {
27186
27279
  this._warnDisabledDaysDeprecated();
27187
27280
  }
27188
27281
 
27189
- const set = new Set(disabledDays.map((day) => parseInt(day, 10)));
27190
-
27191
- // Parse YYYY-MM-DD as local date to avoid UTC shift issues.
27192
- if (Array.isArray(blackoutDates)) {
27193
- for (const isoStr of blackoutDates) {
27194
- const parts = isoStr.split('-');
27195
- const ts = Math.floor(new Date(parseInt(parts[0], 10), parseInt(parts[1], 10) - 1, parseInt(parts[2], 10)).getTime() / 1000);
27196
- if (Number.isFinite(ts)) {
27197
- set.add(ts);
27198
- }
27199
- }
27200
- }
27201
-
27202
- this._blackoutSet = set;
27282
+ this._blackoutSet = buildBlackoutSet(disabledDays, blackoutDates);
27203
27283
  this._cachedBlackoutDisabledDays = disabledDays;
27204
27284
  this._cachedBlackoutDates = blackoutDates;
27205
- return set;
27285
+ return this._blackoutSet;
27206
27286
  }
27207
27287
 
27208
27288
  /**
@@ -27851,32 +27931,15 @@ class AuroCalendar extends RangeDatepicker {
27851
27931
  }
27852
27932
 
27853
27933
  /**
27854
- * Checks whether a given date is a blackout date.
27934
+ * Checks whether a given date is a blackout date. Delegates to the
27935
+ * memoized `_getBlackoutSet` so the YYYY-MM-DD parsing and the
27936
+ * legacy/ISO merge rules live in exactly one place (see `blackoutUtils.js`).
27855
27937
  * @private
27856
27938
  * @param {Number} dateTs - Unix timestamp (seconds).
27857
27939
  * @returns {Boolean} True if the date is blacked out.
27858
27940
  */
27859
27941
  isDateBlackout(dateTs) {
27860
- // Check legacy disabledDays.
27861
- if (Array.isArray(this.disabledDays) && this.disabledDays.length > 0) {
27862
- if (this.disabledDays.findIndex((day) => parseInt(day, 10) === dateTs) !== -1) {
27863
- return true;
27864
- }
27865
- }
27866
-
27867
- // Check ISO blackoutDates.
27868
- const blackoutDates = this.datepicker?.blackoutDates;
27869
- if (Array.isArray(blackoutDates) && blackoutDates.length > 0) {
27870
- const date = new Date(dateTs * 1000);
27871
- const yyyy = date.getFullYear();
27872
- const mm = String(date.getMonth() + 1).padStart(2, '0');
27873
- const dd = String(date.getDate()).padStart(2, '0');
27874
- if (blackoutDates.includes(`${yyyy}-${mm}-${dd}`)) {
27875
- return true;
27876
- }
27877
- }
27878
-
27879
- return false;
27942
+ return this._getBlackoutSet().has(dateTs);
27880
27943
  }
27881
27944
 
27882
27945
  /**
@@ -32141,7 +32204,7 @@ let AuroHelpText$2$1 = class AuroHelpText extends i$2 {
32141
32204
  }
32142
32205
  };
32143
32206
 
32144
- var formkitVersion$1$3 = '202606251933';
32207
+ var formkitVersion$1$3 = '202606252132';
32145
32208
 
32146
32209
  let AuroElement$2$2 = class AuroElement extends i$2 {
32147
32210
  static get properties() {
@@ -45734,7 +45797,7 @@ let AuroHelpText$1$3 = class AuroHelpText extends i$2 {
45734
45797
  }
45735
45798
  };
45736
45799
 
45737
- var formkitVersion$7 = '202606251933';
45800
+ var formkitVersion$7 = '202606252132';
45738
45801
 
45739
45802
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
45740
45803
  // See LICENSE in the project root for license information.
@@ -47642,7 +47705,10 @@ class AuroDatePicker extends AuroElement$5 {
47642
47705
  },
47643
47706
 
47644
47707
  /**
47645
- * Label announced for cells after the range (or after start when no end is selected).
47708
+ * Label announced for cells after a fully selected range (both
47709
+ * `dateFrom` and `dateTo` are set). While a range is still being
47710
+ * picked (`dateFrom` set, `dateTo` unset), focused cells past the
47711
+ * start use `rangeLabelEndPreview` instead.
47646
47712
  * @default 'after range'
47647
47713
  */
47648
47714
  rangeLabelAfterRange: {
@@ -47698,7 +47764,7 @@ class AuroDatePicker extends AuroElement$5 {
47698
47764
  },
47699
47765
 
47700
47766
  /**
47701
- * Dates that the user should have for reference as part of their decision making when selecting a date.
47767
+ * Dates that the user should have for reference as part of their decision-making when selecting a date.
47702
47768
  * This should be a JSON string array of ISO date strings (`YYYY-MM-DD`).
47703
47769
  */
47704
47770
  referenceDates: {
@@ -48437,12 +48503,23 @@ class AuroDatePicker extends AuroElement$5 {
48437
48503
  const { signal } = this._listenerAbortController;
48438
48504
 
48439
48505
  this.calendar.addEventListener('auroCalendar-dateSelected', () => {
48440
- if (this.inputList[0].value !== this.calendar.dateFrom && this.calendar.dateFrom !== undefined) {
48441
- this.inputList[0].value = this.convertWcTimeToDate(this.calendar.dateFrom);
48506
+ // Compare the input's ISO value against the *converted* calendar
48507
+ // timestamp (the vendor's `dateFrom`/`dateTo` are Unix-seconds
48508
+ // strings — comparing the input ISO directly against them would
48509
+ // never match, so the write would fire on every event and emit
48510
+ // redundant input/change activity).
48511
+ if (this.calendar.dateFrom !== undefined) {
48512
+ const fromIso = this.convertWcTimeToDate(this.calendar.dateFrom);
48513
+ if (this.inputList[0].value !== fromIso) {
48514
+ this.inputList[0].value = fromIso;
48515
+ }
48442
48516
  }
48443
48517
 
48444
- if (this.inputList[1] && this.calendar.dateTo && this.inputList[1].value !== this.calendar.dateTo) {
48445
- this.inputList[1].value = this.convertWcTimeToDate(this.calendar.dateTo);
48518
+ if (this.inputList[1] && this.calendar.dateTo) {
48519
+ const toIso = this.convertWcTimeToDate(this.calendar.dateTo);
48520
+ if (this.inputList[1].value !== toIso) {
48521
+ this.inputList[1].value = toIso;
48522
+ }
48446
48523
  }
48447
48524
  }, { signal });
48448
48525
 
@@ -48707,7 +48784,12 @@ class AuroDatePicker extends AuroElement$5 {
48707
48784
  * @returns {void}
48708
48785
  */
48709
48786
  _warnInvalidLocale(badLocale) {
48710
- const key = String(badLocale ?? '');
48787
+ // Stringify without coalescing — `String(undefined)` / `String(null)`
48788
+ // surface the actual offending value in the log, instead of the
48789
+ // ambiguous `Locale ""` that `String(badLocale ?? '')` would produce.
48790
+ // Dedup still works correctly because each unique stringification
48791
+ // becomes its own Set entry.
48792
+ const key = String(badLocale);
48711
48793
  const seen = AuroDatePicker._warnedInvalidLocales;
48712
48794
  if (seen.has(key)) {
48713
48795
  return;
@@ -49025,6 +49107,15 @@ class AuroDatePicker extends AuroElement$5 {
49025
49107
  // Add the tag name as an attribute if it is different than the component name
49026
49108
  this.runtimeUtils.handleComponentTagRename(this, 'auro-datepicker');
49027
49109
 
49110
+ // If the element was disconnected before this first render finished,
49111
+ // disconnectedCallback's microtask already aborted the controller. The
49112
+ // connectedCallback reinit guard skips that case because `hasUpdated`
49113
+ // is still false. Mint a fresh controller here so configure* registers
49114
+ // listeners against a live signal.
49115
+ if (this._listenerAbortController.signal.aborted) {
49116
+ this._listenerAbortController = new AbortController();
49117
+ }
49118
+
49028
49119
  this.configureDropdown();
49029
49120
  this.configureInput();
49030
49121
  this.configureCalendar();
@@ -49036,6 +49127,22 @@ class AuroDatePicker extends AuroElement$5 {
49036
49127
  connectedCallback() {
49037
49128
  super.connectedCallback();
49038
49129
 
49130
+ // True reconnect after `disconnectedCallback` aborted our controller:
49131
+ // the existing signal is dead, so listeners registered against it
49132
+ // would never fire. Create a fresh controller and re-run the
49133
+ // configure* wiring (each method is idempotent — it just re-caches
49134
+ // child refs and re-registers listeners against the new signal).
49135
+ // `hasUpdated` gates this so the *first* connect (which precedes
49136
+ // firstUpdated) still falls through to firstUpdated's initial wiring.
49137
+ if (this.hasUpdated && this._listenerAbortController.signal.aborted) {
49138
+ this._listenerAbortController = new AbortController();
49139
+ this.configureDropdown();
49140
+ this.configureInput();
49141
+ this.configureCalendar();
49142
+ this.configureDatepicker();
49143
+ this.configureClickHandler();
49144
+ }
49145
+
49039
49146
  this.locale = this.domHandler.getLocale(this);
49040
49147
  }
49041
49148
 
@@ -50545,7 +50652,7 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$2 {
50545
50652
  }
50546
50653
  };
50547
50654
 
50548
- var formkitVersion$1$2 = '202606251933';
50655
+ var formkitVersion$1$2 = '202606252132';
50549
50656
 
50550
50657
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
50551
50658
  // See LICENSE in the project root for license information.
@@ -54873,7 +54980,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$2 {
54873
54980
  }
54874
54981
  };
54875
54982
 
54876
- var formkitVersion$6 = '202606251933';
54983
+ var formkitVersion$6 = '202606252132';
54877
54984
 
54878
54985
  let AuroElement$1$2 = class AuroElement extends i$2 {
54879
54986
  static get properties() {
@@ -58813,7 +58920,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$2 {
58813
58920
  }
58814
58921
  };
58815
58922
 
58816
- var formkitVersion$5 = '202606251933';
58923
+ var formkitVersion$5 = '202606252132';
58817
58924
 
58818
58925
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
58819
58926
  // See LICENSE in the project root for license information.
@@ -60563,7 +60670,7 @@ let AuroHelpText$4 = class AuroHelpText extends i$2 {
60563
60670
  }
60564
60671
  };
60565
60672
 
60566
- var formkitVersion$4 = '202606251933';
60673
+ var formkitVersion$4 = '202606252132';
60567
60674
 
60568
60675
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
60569
60676
  // See LICENSE in the project root for license information.
@@ -65778,7 +65885,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$2 {
65778
65885
  }
65779
65886
  };
65780
65887
 
65781
- var formkitVersion$2 = '202606251933';
65888
+ var formkitVersion$2 = '202606252132';
65782
65889
 
65783
65890
  let AuroElement$2$1 = class AuroElement extends i$2 {
65784
65891
  static get properties() {
@@ -79371,7 +79478,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$2 {
79371
79478
  }
79372
79479
  };
79373
79480
 
79374
- var formkitVersion$1$1 = '202606251933';
79481
+ var formkitVersion$1$1 = '202606252132';
79375
79482
 
79376
79483
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
79377
79484
  // See LICENSE in the project root for license information.
@@ -80492,7 +80599,7 @@ let AuroBibtemplate$1 = class AuroBibtemplate extends i$2 {
80492
80599
  }
80493
80600
  };
80494
80601
 
80495
- var formkitVersion$3 = '202606251933';
80602
+ var formkitVersion$3 = '202606252132';
80496
80603
 
80497
80604
  var styleCss$1$3 = i$4`.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}`;
80498
80605
 
@@ -89283,7 +89390,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
89283
89390
  }
89284
89391
  };
89285
89392
 
89286
- var formkitVersion$1 = '202606251933';
89393
+ var formkitVersion$1 = '202606252132';
89287
89394
 
89288
89395
  class AuroElement extends i$2 {
89289
89396
  static get properties() {
@@ -91304,7 +91411,7 @@ class AuroHelpText extends i$2 {
91304
91411
  }
91305
91412
  }
91306
91413
 
91307
- var formkitVersion = '202606251933';
91414
+ var formkitVersion = '202606252132';
91308
91415
 
91309
91416
  var styleCss = i$4`.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}`;
91310
91417
 
@@ -12260,7 +12260,7 @@ class AuroHelpText extends i$3 {
12260
12260
  }
12261
12261
  }
12262
12262
 
12263
- var formkitVersion = '202606251933';
12263
+ var formkitVersion = '202606252132';
12264
12264
 
12265
12265
  /**
12266
12266
  * @license
@@ -12260,7 +12260,7 @@ class AuroHelpText extends i$3 {
12260
12260
  }
12261
12261
  }
12262
12262
 
12263
- var formkitVersion = '202606251933';
12263
+ var formkitVersion = '202606252132';
12264
12264
 
12265
12265
  /**
12266
12266
  * @license
@@ -12260,7 +12260,7 @@ class AuroHelpText extends i$3 {
12260
12260
  }
12261
12261
  }
12262
12262
 
12263
- var formkitVersion = '202606251933';
12263
+ var formkitVersion = '202606252132';
12264
12264
 
12265
12265
  /**
12266
12266
  * @license
@@ -12202,7 +12202,7 @@ class AuroHelpText extends LitElement {
12202
12202
  }
12203
12203
  }
12204
12204
 
12205
- var formkitVersion = '202606251933';
12205
+ var formkitVersion = '202606252132';
12206
12206
 
12207
12207
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
12208
12208
  // See LICENSE in the project root for license information.
@@ -12202,7 +12202,7 @@ class AuroHelpText extends LitElement {
12202
12202
  }
12203
12203
  }
12204
12204
 
12205
- var formkitVersion = '202606251933';
12205
+ var formkitVersion = '202606252132';
12206
12206
 
12207
12207
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
12208
12208
  // See LICENSE in the project root for license information.
@@ -1212,7 +1212,7 @@ class AuroHelpText extends i$2 {
1212
1212
  }
1213
1213
  }
1214
1214
 
1215
- var formkitVersion = '202606251933';
1215
+ var formkitVersion = '202606252132';
1216
1216
 
1217
1217
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1218
1218
  // See LICENSE in the project root for license information.
@@ -1212,7 +1212,7 @@ class AuroHelpText extends i$2 {
1212
1212
  }
1213
1213
  }
1214
1214
 
1215
- var formkitVersion = '202606251933';
1215
+ var formkitVersion = '202606252132';
1216
1216
 
1217
1217
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1218
1218
  // See LICENSE in the project root for license information.
@@ -1212,7 +1212,7 @@ class AuroHelpText extends i$2 {
1212
1212
  }
1213
1213
  }
1214
1214
 
1215
- var formkitVersion = '202606251933';
1215
+ var formkitVersion = '202606252132';
1216
1216
 
1217
1217
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1218
1218
  // See LICENSE in the project root for license information.
@@ -1151,7 +1151,7 @@ class AuroHelpText extends LitElement {
1151
1151
  }
1152
1152
  }
1153
1153
 
1154
- var formkitVersion = '202606251933';
1154
+ var formkitVersion = '202606252132';
1155
1155
 
1156
1156
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1157
1157
  // See LICENSE in the project root for license information.
@@ -1151,7 +1151,7 @@ class AuroHelpText extends LitElement {
1151
1151
  }
1152
1152
  }
1153
1153
 
1154
- var formkitVersion = '202606251933';
1154
+ var formkitVersion = '202606252132';
1155
1155
 
1156
1156
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1157
1157
  // See LICENSE in the project root for license information.