@aurodesignsystem-dev/auro-formkit 0.0.0-pr1497.2 → 0.0.0-pr1497.4

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 (52) 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 +13 -5
  7. package/components/combobox/demo/getting-started.min.js +13 -5
  8. package/components/combobox/demo/index.min.js +13 -5
  9. package/components/combobox/dist/index.js +13 -5
  10. package/components/combobox/dist/registered.js +13 -5
  11. package/components/counter/demo/customize.min.js +12 -4
  12. package/components/counter/demo/index.min.js +12 -4
  13. package/components/counter/dist/index.js +1 -1
  14. package/components/counter/dist/registered.js +1 -1
  15. package/components/datepicker/demo/api.md +2 -2
  16. package/components/datepicker/demo/css-only.md +1 -1
  17. package/components/datepicker/demo/customize.min.js +20 -17
  18. package/components/datepicker/demo/design.md +2 -2
  19. package/components/datepicker/demo/getting-started.md +6 -6
  20. package/components/datepicker/demo/index.md +38 -29
  21. package/components/datepicker/demo/index.min.js +21 -18
  22. package/components/datepicker/demo/why-datepicker.md +2 -2
  23. package/components/datepicker/dist/index.js +20 -17
  24. package/components/datepicker/dist/registered.js +20 -17
  25. package/components/datepicker/dist/src/auro-calendar-cell.d.ts +1 -1
  26. package/components/datepicker/dist/src/auro-datepicker.d.ts +2 -2
  27. package/components/dropdown/demo/customize.min.js +11 -3
  28. package/components/dropdown/demo/getting-started.min.js +11 -3
  29. package/components/dropdown/demo/index.min.js +11 -3
  30. package/components/dropdown/dist/index.js +11 -3
  31. package/components/dropdown/dist/registered.js +11 -3
  32. package/components/form/demo/customize.min.js +60 -33
  33. package/components/form/demo/getting-started.min.js +60 -33
  34. package/components/form/demo/index.min.js +60 -33
  35. package/components/form/demo/registerDemoDeps.min.js +60 -33
  36. package/components/input/demo/customize.min.js +1 -1
  37. package/components/input/demo/getting-started.min.js +1 -1
  38. package/components/input/demo/index.min.js +1 -1
  39. package/components/input/dist/index.js +1 -1
  40. package/components/input/dist/registered.js +1 -1
  41. package/components/radio/demo/customize.min.js +1 -1
  42. package/components/radio/demo/getting-started.min.js +1 -1
  43. package/components/radio/demo/index.min.js +1 -1
  44. package/components/radio/dist/index.js +1 -1
  45. package/components/radio/dist/registered.js +1 -1
  46. package/components/select/demo/customize.min.js +12 -4
  47. package/components/select/demo/getting-started.min.js +12 -4
  48. package/components/select/demo/index.min.js +12 -4
  49. package/components/select/dist/index.js +12 -4
  50. package/components/select/dist/registered.js +12 -4
  51. package/custom-elements.json +3 -3
  52. package/package.json +1 -1
@@ -178,7 +178,7 @@
178
178
  <p>The datepicker does not force the user to select a date. If no selection is made and the field is not <code>required</code>, the user can move past the datepicker without entering a value.</p>
179
179
  <p>If the field is <code>required</code>, moving focus away without selecting a date triggers validation and renders the <code>valueMissing</code> error state.</p>
180
180
  <auro-header level="3" id="popoverSlot">Popover slot</auro-header>
181
- <p>Use the <code>popover_MM_DD_YYYY</code> slot to display additional information when the user hovers over a calendar cell. This is useful for showing pricing, availability, or other contextual details for specific dates.</p>
181
+ <p>Use the <code>popover_YYYY_MM_DD</code> slot to display additional information when the user hovers over a calendar cell. This is useful for showing pricing, availability, or other contextual details for specific dates.</p>
182
182
  <div class="exampleWrapper">
183
183
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/popover-slot.html) -->
184
184
  <!-- The below content is automatically added from ./../apiExamples/popover-slot.html -->
@@ -186,20 +186,20 @@
186
186
  <span slot="bib.fullscreen.headline">Popover Slot Example</span>
187
187
  <span slot="fromLabel">Choose a date</span>
188
188
  <span slot="bib.fullscreen.fromLabel">Choose a date</span>
189
- <span slot="popover_12_03_2023">Tickets for this day are sold out</span>
190
- <span slot="date_12_03_2023">$560</span>
191
- <span slot="popover_12_04_2023">34 seats available</span>
192
- <span slot="date_12_04_2023">$245</span>
193
- <span slot="popover_12_05_2023">18 seats available</span>
194
- <span slot="date_12_05_2023">$312</span>
195
- <span slot="popover_12_06_2023">Tickets for this day are sold out</span>
196
- <span slot="date_12_06_2023">$489</span>
197
- <span slot="popover_12_07_2023">52 seats available</span>
198
- <span slot="date_12_07_2023">$198</span>
199
- <span slot="popover_12_08_2023">7 seats available</span>
200
- <span slot="date_12_08_2023">$375</span>
201
- <span slot="popover_12_09_2023">41 seats available</span>
202
- <span slot="date_12_09_2023">$220</span>
189
+ <span slot="popover_2023_12_03">Tickets for this day are sold out</span>
190
+ <span slot="date_2023_12_03">$560</span>
191
+ <span slot="popover_2023_12_04">34 seats available</span>
192
+ <span slot="date_2023_12_04">$245</span>
193
+ <span slot="popover_2023_12_05">18 seats available</span>
194
+ <span slot="date_2023_12_05">$312</span>
195
+ <span slot="popover_2023_12_06">Tickets for this day are sold out</span>
196
+ <span slot="date_2023_12_06">$489</span>
197
+ <span slot="popover_2023_12_07">52 seats available</span>
198
+ <span slot="date_2023_12_07">$198</span>
199
+ <span slot="popover_2023_12_08">7 seats available</span>
200
+ <span slot="date_2023_12_08">$375</span>
201
+ <span slot="popover_2023_12_09">41 seats available</span>
202
+ <span slot="date_2023_12_09">$220</span>
203
203
  </auro-datepicker>
204
204
  <!-- AURO-GENERATED-CONTENT:END -->
205
205
  </div>
@@ -211,20 +211,20 @@
211
211
  &lt;span slot="bib.fullscreen.headline"&gt;Popover Slot Example&lt;/span&gt;
212
212
  &lt;span slot="fromLabel"&gt;Choose a date&lt;/span&gt;
213
213
  &lt;span slot="bib.fullscreen.fromLabel"&gt;Choose a date&lt;/span&gt;
214
- &lt;span slot="popover_12_03_2023"&gt;Tickets for this day are sold out&lt;/span&gt;
215
- &lt;span slot="date_12_03_2023"&gt;$560&lt;/span&gt;
216
- &lt;span slot="popover_12_04_2023"&gt;34 seats available&lt;/span&gt;
217
- &lt;span slot="date_12_04_2023"&gt;$245&lt;/span&gt;
218
- &lt;span slot="popover_12_05_2023"&gt;18 seats available&lt;/span&gt;
219
- &lt;span slot="date_12_05_2023"&gt;$312&lt;/span&gt;
220
- &lt;span slot="popover_12_06_2023"&gt;Tickets for this day are sold out&lt;/span&gt;
221
- &lt;span slot="date_12_06_2023"&gt;$489&lt;/span&gt;
222
- &lt;span slot="popover_12_07_2023"&gt;52 seats available&lt;/span&gt;
223
- &lt;span slot="date_12_07_2023"&gt;$198&lt;/span&gt;
224
- &lt;span slot="popover_12_08_2023"&gt;7 seats available&lt;/span&gt;
225
- &lt;span slot="date_12_08_2023"&gt;$375&lt;/span&gt;
226
- &lt;span slot="popover_12_09_2023"&gt;41 seats available&lt;/span&gt;
227
- &lt;span slot="date_12_09_2023"&gt;$220&lt;/span&gt;
214
+ &lt;span slot="popover_2023_12_03"&gt;Tickets for this day are sold out&lt;/span&gt;
215
+ &lt;span slot="date_2023_12_03"&gt;$560&lt;/span&gt;
216
+ &lt;span slot="popover_2023_12_04"&gt;34 seats available&lt;/span&gt;
217
+ &lt;span slot="date_2023_12_04"&gt;$245&lt;/span&gt;
218
+ &lt;span slot="popover_2023_12_05"&gt;18 seats available&lt;/span&gt;
219
+ &lt;span slot="date_2023_12_05"&gt;$312&lt;/span&gt;
220
+ &lt;span slot="popover_2023_12_06"&gt;Tickets for this day are sold out&lt;/span&gt;
221
+ &lt;span slot="date_2023_12_06"&gt;$489&lt;/span&gt;
222
+ &lt;span slot="popover_2023_12_07"&gt;52 seats available&lt;/span&gt;
223
+ &lt;span slot="date_2023_12_07"&gt;$198&lt;/span&gt;
224
+ &lt;span slot="popover_2023_12_08"&gt;7 seats available&lt;/span&gt;
225
+ &lt;span slot="date_2023_12_08"&gt;$375&lt;/span&gt;
226
+ &lt;span slot="popover_2023_12_09"&gt;41 seats available&lt;/span&gt;
227
+ &lt;span slot="date_2023_12_09"&gt;$220&lt;/span&gt;
228
228
  &lt;/auro-datepicker&gt;</code></pre>
229
229
  <!-- AURO-GENERATED-CONTENT:END -->
230
230
  </auro-accordion>
@@ -256,6 +256,7 @@
256
256
  </auro-accordion>
257
257
  <auro-header level="3" id="referenceDates">Reference dates</auro-header>
258
258
  <p>Use the <code>referenceDates</code> attribute to highlight specific dates on the calendar. Reference dates are displayed with a distinct visual treatment to draw attention to dates of interest, such as the cheapest travel dates or dates with special availability.</p>
259
+ <p class="note"><strong>NOTE:</strong> it is recommended to provide popover slot content for reference dates to give context for why the date is marked <code>reference</code>.</p>
259
260
  <div class="exampleWrapper">
260
261
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/reference-dates.html) -->
261
262
  <!-- The below content is automatically added from ./../apiExamples/reference-dates.html -->
@@ -264,6 +265,10 @@
264
265
  <span slot="bib.fullscreen.headline">Datepicker Headline</span>
265
266
  <span slot="fromLabel">Choose a date</span>
266
267
  <span slot="bib.fullscreen.fromLabel">Choose a date</span>
268
+ <span slot="popover_2025_10_05">Explanation for why this is a reference date.</span>
269
+ <span slot="popover_2025_10_15">Explanation for why this is a reference date.</span>
270
+ <span slot="popover_2025_10_20">Explanation for why this is a reference date.</span>
271
+ <span slot="popover_2025_10_22">Explanation for why this is a reference date.</span>
267
272
  </auro-datepicker>
268
273
  <!-- AURO-GENERATED-CONTENT:END -->
269
274
  </div>
@@ -276,6 +281,10 @@
276
281
  &lt;span slot="bib.fullscreen.headline"&gt;Datepicker Headline&lt;/span&gt;
277
282
  &lt;span slot="fromLabel"&gt;Choose a date&lt;/span&gt;
278
283
  &lt;span slot="bib.fullscreen.fromLabel"&gt;Choose a date&lt;/span&gt;
284
+ &lt;span slot="popover_2025_10_05"&gt;Explanation for why this is a reference date.&lt;/span&gt;
285
+ &lt;span slot="popover_2025_10_15"&gt;Explanation for why this is a reference date.&lt;/span&gt;
286
+ &lt;span slot="popover_2025_10_20"&gt;Explanation for why this is a reference date.&lt;/span&gt;
287
+ &lt;span slot="popover_2025_10_22"&gt;Explanation for why this is a reference date.&lt;/span&gt;
279
288
  &lt;/auro-datepicker&gt;</code></pre>
280
289
  <!-- AURO-GENERATED-CONTENT:END -->
281
290
  </auro-accordion>
@@ -11987,7 +11987,7 @@ class AuroCalendarCell extends i$1 {
11987
11987
 
11988
11988
  /**
11989
11989
  * Checks if the current date is a referenced date.
11990
- * @param {Object} dateStr - The date string in MM_DD_YYYY format.
11990
+ * @param {Object} dateStr - The date string in YYYY_MM_DD format.
11991
11991
  * @returns Boolean - True if the date is a referenced date.
11992
11992
  */
11993
11993
  isReferenceDate(dateStr) {
@@ -12000,13 +12000,8 @@ class AuroCalendarCell extends i$1 {
12000
12000
  // Guard clause: no dates in the array
12001
12001
  if (!Array.isArray(referenceDates) || referenceDates.length === 0) return false;
12002
12002
 
12003
- // Convert cell dateStr (MM_DD_YYYY) to ISO (YYYY-MM-DD) for comparison
12004
- const [
12005
- month,
12006
- day,
12007
- year
12008
- ] = dateStr.split('_');
12009
- const cellISO = `${year}-${month.padStart(2, '0')}-${day.padStart(2, '0')}`;
12003
+ // eslint-disable-next-line require-unicode-regexp
12004
+ const cellISO = dateStr.replace(/_/g, '-');
12010
12005
 
12011
12006
  return referenceDates.includes(cellISO);
12012
12007
  }
@@ -12060,7 +12055,7 @@ class AuroCalendarCell extends i$1 {
12060
12055
 
12061
12056
  const year = date.getFullYear();
12062
12057
 
12063
- this.dateStr = `${month}_${day}_${year}`;
12058
+ this.dateStr = `${year}_${month}_${day}`;
12064
12059
  }
12065
12060
 
12066
12061
  /**
@@ -13442,7 +13437,7 @@ class AuroBibtemplate extends i$1 {
13442
13437
  }
13443
13438
  }
13444
13439
 
13445
- var formkitVersion$2 = '202606081904';
13440
+ var formkitVersion$2 = '202606082032';
13446
13441
 
13447
13442
  let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=i$5`${s$5(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$4 = 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$3=i$3`: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}
13448
13443
  `,u$6=i$3`.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}}
@@ -14622,7 +14617,7 @@ class AuroCalendar extends RangeDatepicker {
14622
14617
  const mm = String(dateObj.getMonth() + 1).padStart(2, '0');
14623
14618
  const dd = String(dateObj.getDate()).padStart(2, '0');
14624
14619
  const yyyy = dateObj.getFullYear();
14625
- const dateStr = `${mm}_${dd}_${yyyy}`;
14620
+ const dateStr = `${yyyy}_${mm}_${dd}`;
14626
14621
  const dateSlotEl = this.datepicker?.querySelector(`[slot="date_${dateStr}"]`);
14627
14622
  if (dateSlotEl) {
14628
14623
  const text = dateSlotEl.innerText?.trim();
@@ -18979,7 +18974,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$1 {
18979
18974
  }
18980
18975
  };
18981
18976
 
18982
- var formkitVersion$1 = '202606081904';
18977
+ var formkitVersion$1 = '202606082032';
18983
18978
 
18984
18979
  let AuroElement$2 = class AuroElement extends i$1 {
18985
18980
  static get properties() {
@@ -19920,9 +19915,17 @@ class AuroDropdown extends AuroElement$2 {
19920
19915
  }
19921
19916
  });
19922
19917
  } else {
19923
- // Normal desktop: use FocusTrap on the bib element
19918
+ // Normal desktop: use FocusTrap on the bib element.
19919
+ // Defer focusFirstElement to the next frame because the popover
19920
+ // is positioned asynchronously by Floating UI — calling focus()
19921
+ // synchronously here would target elements with zero dimensions
19922
+ // and the focus call would be silently ignored.
19924
19923
  this.focusTrap = new FocusTrap(this.bibContent);
19925
- this.focusTrap.focusFirstElement();
19924
+ requestAnimationFrame(() => {
19925
+ if (this.focusTrap) {
19926
+ this.focusTrap.focusFirstElement();
19927
+ }
19928
+ });
19926
19929
  }
19927
19930
  }
19928
19931
  // Fullscreen: showModal() provides native focus trapping
@@ -32463,7 +32466,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$1 {
32463
32466
  }
32464
32467
  };
32465
32468
 
32466
- var formkitVersion = '202606081904';
32469
+ var formkitVersion = '202606082032';
32467
32470
 
32468
32471
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
32469
32472
  // See LICENSE in the project root for license information.
@@ -33887,8 +33890,8 @@ const datepickerKeyboardStrategy = {
33887
33890
  * @slot label - Defines the label content for the entire datepicker when `layout="snowflake"`.
33888
33891
  * @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
33889
33892
  * @slot fromLabel - Defines the label content for the first input.
33890
- * @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
33891
- * @slot popover_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell popover for the specified date.
33893
+ * @slot date_YYYY_MM_DD - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
33894
+ * @slot popover_YYYY_MM_DD - Defines the content to display in the auro-calendar-cell popover for the specified date.
33892
33895
  * @csspart dropdown - Use for customizing the style of the dropdown.
33893
33896
  * @csspart trigger - Use for customizing the style of the datepicker trigger.
33894
33897
  * @csspart input - Use for customizing the style of the datepicker inputs.
@@ -36163,7 +36166,7 @@ function blackoutLabelExample() {
36163
36166
  const mm = String(current.getMonth() + 1).padStart(2, '0');
36164
36167
  const dd = String(current.getDate()).padStart(2, '0');
36165
36168
  const yyyy = current.getFullYear();
36166
- const slotDateStr = `${mm}_${dd}_${yyyy}`;
36169
+ const slotDateStr = `${yyyy}_${mm}_${dd}`;
36167
36170
 
36168
36171
  // Mark every 3rd date as blackout (deterministic pattern)
36169
36172
  const dayOfMonth = current.getDate();
@@ -61,8 +61,8 @@
61
61
  <p>Native date inputs render a fixed grid of numbers. There is no way to add prices, icons, or supplementary information to individual dates.</p>
62
62
  <p><code>auro-datepicker</code> supports per-date slot content:</p>
63
63
  <ul>
64
- <li><strong>Date slots</strong> (<code>date_MM_DD_YYYY</code>) — Add custom HTML below the date number (e.g. flight prices, availability indicators)</li>
65
- <li><strong>Popover slots</strong> (<code>popover_MM_DD_YYYY</code>) — Add popover content that appears on hover or focus for a specific date</li>
64
+ <li><strong>Date slots</strong> (<code>date_YYYY_MM_DD</code>) — Add custom HTML below the date number (e.g. flight prices, availability indicators)</li>
65
+ <li><strong>Popover slots</strong> (<code>popover_YYYY_MM_DD</code>) — Add popover content that appears on hover or focus for a specific date</li>
66
66
  <li><strong>Reference dates</strong> — Display reference data alongside dates for decision-making</li>
67
67
  </ul>
68
68
  <auro-header level="2" id="designSystemIntegration">Design system integration</auro-header>
@@ -11945,7 +11945,7 @@ class AuroCalendarCell extends LitElement {
11945
11945
 
11946
11946
  /**
11947
11947
  * Checks if the current date is a referenced date.
11948
- * @param {Object} dateStr - The date string in MM_DD_YYYY format.
11948
+ * @param {Object} dateStr - The date string in YYYY_MM_DD format.
11949
11949
  * @returns Boolean - True if the date is a referenced date.
11950
11950
  */
11951
11951
  isReferenceDate(dateStr) {
@@ -11958,13 +11958,8 @@ class AuroCalendarCell extends LitElement {
11958
11958
  // Guard clause: no dates in the array
11959
11959
  if (!Array.isArray(referenceDates) || referenceDates.length === 0) return false;
11960
11960
 
11961
- // Convert cell dateStr (MM_DD_YYYY) to ISO (YYYY-MM-DD) for comparison
11962
- const [
11963
- month,
11964
- day,
11965
- year
11966
- ] = dateStr.split('_');
11967
- const cellISO = `${year}-${month.padStart(2, '0')}-${day.padStart(2, '0')}`;
11961
+ // eslint-disable-next-line require-unicode-regexp
11962
+ const cellISO = dateStr.replace(/_/g, '-');
11968
11963
 
11969
11964
  return referenceDates.includes(cellISO);
11970
11965
  }
@@ -12018,7 +12013,7 @@ class AuroCalendarCell extends LitElement {
12018
12013
 
12019
12014
  const year = date.getFullYear();
12020
12015
 
12021
- this.dateStr = `${month}_${day}_${year}`;
12016
+ this.dateStr = `${year}_${month}_${day}`;
12022
12017
  }
12023
12018
 
12024
12019
  /**
@@ -13394,7 +13389,7 @@ class AuroBibtemplate extends LitElement {
13394
13389
  }
13395
13390
  }
13396
13391
 
13397
- var formkitVersion$2 = '202606081904';
13392
+ var formkitVersion$2 = '202606082032';
13398
13393
 
13399
13394
  let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=literal`${unsafeStatic(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$1 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$1=css`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]),:host([appearance=brand]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]),:host([appearance=inverse]){--ds-auro-loader-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color: transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color: currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color: currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}
13400
13395
  `,u$4=css`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, .05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, .05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, .05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, .05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, .05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, .1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0;box-sizing:border-box}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin: .375rem;--margin-xs: .2rem;--margin-sm: .5rem;--margin-md: .75rem;--margin-lg: 1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin) * 6);height:calc(1rem + var(--margin) * 2)}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(1.95rem + var(--margin-xs) * 6);height:calc(.65rem + var(--margin-xs) * 2)}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:calc(2rem + var(--margin-sm) * 2)}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:calc(3rem + var(--margin-md) * 2)}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:calc(5rem + var(--margin-lg) * 2)}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-.4s}:host([pulse])>span:nth-child(2){animation-delay:-.2s}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,to{opacity:.1;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}:host([orbit]),:host([orbit])>span{opacity:1}:host([orbit])>span{border-width:5px}:host([orbit])>span:nth-child(2){animation:orbit 2s linear infinite}:host([orbit][sm])>span{border-width:8px}:host([orbit][md])>span{border-width:13px}:host([orbit][lg])>span{border-width:21px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:host([ringworm])>svg{animation:rotate 2s linear infinite;height:100%;width:100%;stroke:currentcolor;stroke-width:8}:host([ringworm]) .path{stroke-dashoffset:0;animation:ringworm 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:host([laser]){position:static;width:100%;display:block;height:0;overflow:hidden;font-size:unset}:host([laser])>span{position:fixed;width:100%;height:.25rem;border-radius:0;z-index:100}:host([laser])>span:nth-child(1){border-color:currentcolor;opacity:.25}:host([laser])>span:nth-child(2){border-color:currentcolor;animation:laser 2s linear infinite;opacity:1;width:50%}:host([laser][sm])>span:nth-child(2){width:20%}:host([laser][md])>span:nth-child(2){width:30%}:host([laser][lg])>span:nth-child(2){width:50%;animation-duration:1.5s}:host([laser][xl])>span:nth-child(2){width:80%;animation-duration:1.5s}@keyframes laser{0%{left:-100%}to{left:110%}}:host>.no-animation{display:none}@media (prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center}:host>span{opacity:1}:host>.loader{display:none}:host>svg{display:none}:host>.no-animation{display:block}}
@@ -14574,7 +14569,7 @@ class AuroCalendar extends RangeDatepicker {
14574
14569
  const mm = String(dateObj.getMonth() + 1).padStart(2, '0');
14575
14570
  const dd = String(dateObj.getDate()).padStart(2, '0');
14576
14571
  const yyyy = dateObj.getFullYear();
14577
- const dateStr = `${mm}_${dd}_${yyyy}`;
14572
+ const dateStr = `${yyyy}_${mm}_${dd}`;
14578
14573
  const dateSlotEl = this.datepicker?.querySelector(`[slot="date_${dateStr}"]`);
14579
14574
  if (dateSlotEl) {
14580
14575
  const text = dateSlotEl.innerText?.trim();
@@ -18907,7 +18902,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
18907
18902
  }
18908
18903
  };
18909
18904
 
18910
- var formkitVersion$1 = '202606081904';
18905
+ var formkitVersion$1 = '202606082032';
18911
18906
 
18912
18907
  let AuroElement$2 = class AuroElement extends LitElement {
18913
18908
  static get properties() {
@@ -19848,9 +19843,17 @@ class AuroDropdown extends AuroElement$2 {
19848
19843
  }
19849
19844
  });
19850
19845
  } else {
19851
- // Normal desktop: use FocusTrap on the bib element
19846
+ // Normal desktop: use FocusTrap on the bib element.
19847
+ // Defer focusFirstElement to the next frame because the popover
19848
+ // is positioned asynchronously by Floating UI — calling focus()
19849
+ // synchronously here would target elements with zero dimensions
19850
+ // and the focus call would be silently ignored.
19852
19851
  this.focusTrap = new FocusTrap(this.bibContent);
19853
- this.focusTrap.focusFirstElement();
19852
+ requestAnimationFrame(() => {
19853
+ if (this.focusTrap) {
19854
+ this.focusTrap.focusFirstElement();
19855
+ }
19856
+ });
19854
19857
  }
19855
19858
  }
19856
19859
  // Fullscreen: showModal() provides native focus trapping
@@ -32384,7 +32387,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
32384
32387
  }
32385
32388
  };
32386
32389
 
32387
- var formkitVersion = '202606081904';
32390
+ var formkitVersion = '202606082032';
32388
32391
 
32389
32392
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
32390
32393
  // See LICENSE in the project root for license information.
@@ -33808,8 +33811,8 @@ const datepickerKeyboardStrategy = {
33808
33811
  * @slot label - Defines the label content for the entire datepicker when `layout="snowflake"`.
33809
33812
  * @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
33810
33813
  * @slot fromLabel - Defines the label content for the first input.
33811
- * @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
33812
- * @slot popover_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell popover for the specified date.
33814
+ * @slot date_YYYY_MM_DD - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
33815
+ * @slot popover_YYYY_MM_DD - Defines the content to display in the auro-calendar-cell popover for the specified date.
33813
33816
  * @csspart dropdown - Use for customizing the style of the dropdown.
33814
33817
  * @csspart trigger - Use for customizing the style of the datepicker trigger.
33815
33818
  * @csspart input - Use for customizing the style of the datepicker inputs.
@@ -11945,7 +11945,7 @@ class AuroCalendarCell extends LitElement {
11945
11945
 
11946
11946
  /**
11947
11947
  * Checks if the current date is a referenced date.
11948
- * @param {Object} dateStr - The date string in MM_DD_YYYY format.
11948
+ * @param {Object} dateStr - The date string in YYYY_MM_DD format.
11949
11949
  * @returns Boolean - True if the date is a referenced date.
11950
11950
  */
11951
11951
  isReferenceDate(dateStr) {
@@ -11958,13 +11958,8 @@ class AuroCalendarCell extends LitElement {
11958
11958
  // Guard clause: no dates in the array
11959
11959
  if (!Array.isArray(referenceDates) || referenceDates.length === 0) return false;
11960
11960
 
11961
- // Convert cell dateStr (MM_DD_YYYY) to ISO (YYYY-MM-DD) for comparison
11962
- const [
11963
- month,
11964
- day,
11965
- year
11966
- ] = dateStr.split('_');
11967
- const cellISO = `${year}-${month.padStart(2, '0')}-${day.padStart(2, '0')}`;
11961
+ // eslint-disable-next-line require-unicode-regexp
11962
+ const cellISO = dateStr.replace(/_/g, '-');
11968
11963
 
11969
11964
  return referenceDates.includes(cellISO);
11970
11965
  }
@@ -12018,7 +12013,7 @@ class AuroCalendarCell extends LitElement {
12018
12013
 
12019
12014
  const year = date.getFullYear();
12020
12015
 
12021
- this.dateStr = `${month}_${day}_${year}`;
12016
+ this.dateStr = `${year}_${month}_${day}`;
12022
12017
  }
12023
12018
 
12024
12019
  /**
@@ -13394,7 +13389,7 @@ class AuroBibtemplate extends LitElement {
13394
13389
  }
13395
13390
  }
13396
13391
 
13397
- var formkitVersion$2 = '202606081904';
13392
+ var formkitVersion$2 = '202606082032';
13398
13393
 
13399
13394
  let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=literal`${unsafeStatic(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$1 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$1=css`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]),:host([appearance=brand]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]),:host([appearance=inverse]){--ds-auro-loader-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color: transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color: currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color: currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}
13400
13395
  `,u$4=css`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, .05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, .05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, .05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, .05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, .05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, .1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0;box-sizing:border-box}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin: .375rem;--margin-xs: .2rem;--margin-sm: .5rem;--margin-md: .75rem;--margin-lg: 1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin) * 6);height:calc(1rem + var(--margin) * 2)}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(1.95rem + var(--margin-xs) * 6);height:calc(.65rem + var(--margin-xs) * 2)}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:calc(2rem + var(--margin-sm) * 2)}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:calc(3rem + var(--margin-md) * 2)}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:calc(5rem + var(--margin-lg) * 2)}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-.4s}:host([pulse])>span:nth-child(2){animation-delay:-.2s}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,to{opacity:.1;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}:host([orbit]),:host([orbit])>span{opacity:1}:host([orbit])>span{border-width:5px}:host([orbit])>span:nth-child(2){animation:orbit 2s linear infinite}:host([orbit][sm])>span{border-width:8px}:host([orbit][md])>span{border-width:13px}:host([orbit][lg])>span{border-width:21px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:host([ringworm])>svg{animation:rotate 2s linear infinite;height:100%;width:100%;stroke:currentcolor;stroke-width:8}:host([ringworm]) .path{stroke-dashoffset:0;animation:ringworm 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:host([laser]){position:static;width:100%;display:block;height:0;overflow:hidden;font-size:unset}:host([laser])>span{position:fixed;width:100%;height:.25rem;border-radius:0;z-index:100}:host([laser])>span:nth-child(1){border-color:currentcolor;opacity:.25}:host([laser])>span:nth-child(2){border-color:currentcolor;animation:laser 2s linear infinite;opacity:1;width:50%}:host([laser][sm])>span:nth-child(2){width:20%}:host([laser][md])>span:nth-child(2){width:30%}:host([laser][lg])>span:nth-child(2){width:50%;animation-duration:1.5s}:host([laser][xl])>span:nth-child(2){width:80%;animation-duration:1.5s}@keyframes laser{0%{left:-100%}to{left:110%}}:host>.no-animation{display:none}@media (prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center}:host>span{opacity:1}:host>.loader{display:none}:host>svg{display:none}:host>.no-animation{display:block}}
@@ -14574,7 +14569,7 @@ class AuroCalendar extends RangeDatepicker {
14574
14569
  const mm = String(dateObj.getMonth() + 1).padStart(2, '0');
14575
14570
  const dd = String(dateObj.getDate()).padStart(2, '0');
14576
14571
  const yyyy = dateObj.getFullYear();
14577
- const dateStr = `${mm}_${dd}_${yyyy}`;
14572
+ const dateStr = `${yyyy}_${mm}_${dd}`;
14578
14573
  const dateSlotEl = this.datepicker?.querySelector(`[slot="date_${dateStr}"]`);
14579
14574
  if (dateSlotEl) {
14580
14575
  const text = dateSlotEl.innerText?.trim();
@@ -18907,7 +18902,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
18907
18902
  }
18908
18903
  };
18909
18904
 
18910
- var formkitVersion$1 = '202606081904';
18905
+ var formkitVersion$1 = '202606082032';
18911
18906
 
18912
18907
  let AuroElement$2 = class AuroElement extends LitElement {
18913
18908
  static get properties() {
@@ -19848,9 +19843,17 @@ class AuroDropdown extends AuroElement$2 {
19848
19843
  }
19849
19844
  });
19850
19845
  } else {
19851
- // Normal desktop: use FocusTrap on the bib element
19846
+ // Normal desktop: use FocusTrap on the bib element.
19847
+ // Defer focusFirstElement to the next frame because the popover
19848
+ // is positioned asynchronously by Floating UI — calling focus()
19849
+ // synchronously here would target elements with zero dimensions
19850
+ // and the focus call would be silently ignored.
19852
19851
  this.focusTrap = new FocusTrap(this.bibContent);
19853
- this.focusTrap.focusFirstElement();
19852
+ requestAnimationFrame(() => {
19853
+ if (this.focusTrap) {
19854
+ this.focusTrap.focusFirstElement();
19855
+ }
19856
+ });
19854
19857
  }
19855
19858
  }
19856
19859
  // Fullscreen: showModal() provides native focus trapping
@@ -32384,7 +32387,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
32384
32387
  }
32385
32388
  };
32386
32389
 
32387
- var formkitVersion = '202606081904';
32390
+ var formkitVersion = '202606082032';
32388
32391
 
32389
32392
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
32390
32393
  // See LICENSE in the project root for license information.
@@ -33808,8 +33811,8 @@ const datepickerKeyboardStrategy = {
33808
33811
  * @slot label - Defines the label content for the entire datepicker when `layout="snowflake"`.
33809
33812
  * @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
33810
33813
  * @slot fromLabel - Defines the label content for the first input.
33811
- * @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
33812
- * @slot popover_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell popover for the specified date.
33814
+ * @slot date_YYYY_MM_DD - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
33815
+ * @slot popover_YYYY_MM_DD - Defines the content to display in the auro-calendar-cell popover for the specified date.
33813
33816
  * @csspart dropdown - Use for customizing the style of the dropdown.
33814
33817
  * @csspart trigger - Use for customizing the style of the datepicker trigger.
33815
33818
  * @csspart input - Use for customizing the style of the datepicker inputs.
@@ -185,7 +185,7 @@ export class AuroCalendarCell extends LitElement {
185
185
  private isLastHoveredDate;
186
186
  /**
187
187
  * Checks if the current date is a referenced date.
188
- * @param {Object} dateStr - The date string in MM_DD_YYYY format.
188
+ * @param {Object} dateStr - The date string in YYYY_MM_DD format.
189
189
  * @returns Boolean - True if the date is a referenced date.
190
190
  */
191
191
  isReferenceDate(dateStr: Object): boolean;
@@ -12,8 +12,8 @@
12
12
  * @slot label - Defines the label content for the entire datepicker when `layout="snowflake"`.
13
13
  * @slot toLabel - Defines the label content for the second input when the `range` attribute is used.
14
14
  * @slot fromLabel - Defines the label content for the first input.
15
- * @slot date_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
16
- * @slot popover_MM_DD_YYYY - Defines the content to display in the auro-calendar-cell popover for the specified date.
15
+ * @slot date_YYYY_MM_DD - Defines the content to display in the auro-calendar-cell for the specified date. The content text is colored using the success state token when the `highlight` attribute is applied to the slot.
16
+ * @slot popover_YYYY_MM_DD - Defines the content to display in the auro-calendar-cell popover for the specified date.
17
17
  * @csspart dropdown - Use for customizing the style of the dropdown.
18
18
  * @csspart trigger - Use for customizing the style of the datepicker trigger.
19
19
  * @csspart input - Use for customizing the style of the datepicker inputs.
@@ -3942,7 +3942,7 @@ class AuroHelpText extends i {
3942
3942
  }
3943
3943
  }
3944
3944
 
3945
- var formkitVersion = '202606081904';
3945
+ var formkitVersion = '202606082032';
3946
3946
 
3947
3947
  class AuroElement extends i {
3948
3948
  static get properties() {
@@ -4883,9 +4883,17 @@ class AuroDropdown extends AuroElement {
4883
4883
  }
4884
4884
  });
4885
4885
  } else {
4886
- // Normal desktop: use FocusTrap on the bib element
4886
+ // Normal desktop: use FocusTrap on the bib element.
4887
+ // Defer focusFirstElement to the next frame because the popover
4888
+ // is positioned asynchronously by Floating UI — calling focus()
4889
+ // synchronously here would target elements with zero dimensions
4890
+ // and the focus call would be silently ignored.
4887
4891
  this.focusTrap = new FocusTrap(this.bibContent);
4888
- this.focusTrap.focusFirstElement();
4892
+ requestAnimationFrame(() => {
4893
+ if (this.focusTrap) {
4894
+ this.focusTrap.focusFirstElement();
4895
+ }
4896
+ });
4889
4897
  }
4890
4898
  }
4891
4899
  // Fullscreen: showModal() provides native focus trapping
@@ -3942,7 +3942,7 @@ class AuroHelpText extends i {
3942
3942
  }
3943
3943
  }
3944
3944
 
3945
- var formkitVersion = '202606081904';
3945
+ var formkitVersion = '202606082032';
3946
3946
 
3947
3947
  class AuroElement extends i {
3948
3948
  static get properties() {
@@ -4883,9 +4883,17 @@ class AuroDropdown extends AuroElement {
4883
4883
  }
4884
4884
  });
4885
4885
  } else {
4886
- // Normal desktop: use FocusTrap on the bib element
4886
+ // Normal desktop: use FocusTrap on the bib element.
4887
+ // Defer focusFirstElement to the next frame because the popover
4888
+ // is positioned asynchronously by Floating UI — calling focus()
4889
+ // synchronously here would target elements with zero dimensions
4890
+ // and the focus call would be silently ignored.
4887
4891
  this.focusTrap = new FocusTrap(this.bibContent);
4888
- this.focusTrap.focusFirstElement();
4892
+ requestAnimationFrame(() => {
4893
+ if (this.focusTrap) {
4894
+ this.focusTrap.focusFirstElement();
4895
+ }
4896
+ });
4889
4897
  }
4890
4898
  }
4891
4899
  // Fullscreen: showModal() provides native focus trapping