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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/components/checkbox/demo/api.min.js +3 -3
  2. package/components/checkbox/demo/index.min.js +3 -3
  3. package/components/checkbox/dist/index.js +3 -3
  4. package/components/checkbox/dist/registered.js +3 -3
  5. package/components/combobox/demo/api.html +1 -0
  6. package/components/combobox/demo/api.js +3 -1
  7. package/components/combobox/demo/api.md +75 -0
  8. package/components/combobox/demo/api.min.js +44 -96
  9. package/components/combobox/demo/index.min.js +31 -95
  10. package/components/combobox/dist/comboboxKeyboardStrategy.d.ts +1 -1
  11. package/components/combobox/dist/index.js +21 -95
  12. package/components/combobox/dist/registered.js +21 -95
  13. package/components/counter/demo/api.html +3 -0
  14. package/components/counter/demo/api.js +4 -0
  15. package/components/counter/demo/api.md +130 -0
  16. package/components/counter/demo/api.min.js +63 -104
  17. package/components/counter/demo/index.min.js +43 -104
  18. package/components/counter/dist/counterGroupKeyboardStrategy.d.ts +3 -0
  19. package/components/counter/dist/index.js +43 -104
  20. package/components/counter/dist/registered.js +43 -104
  21. package/components/datepicker/demo/api.html +1 -0
  22. package/components/datepicker/demo/api.js +2 -0
  23. package/components/datepicker/demo/api.md +57 -0
  24. package/components/datepicker/demo/api.min.js +106 -95
  25. package/components/datepicker/demo/index.min.js +94 -95
  26. package/components/datepicker/dist/datepickerKeyboardStrategy.d.ts +3 -1
  27. package/components/datepicker/dist/index.js +94 -95
  28. package/components/datepicker/dist/registered.js +94 -95
  29. package/components/dropdown/demo/api.html +1 -0
  30. package/components/dropdown/demo/api.js +2 -0
  31. package/components/dropdown/demo/api.md +95 -0
  32. package/components/dropdown/demo/api.min.js +25 -88
  33. package/components/dropdown/demo/index.min.js +5 -88
  34. package/components/dropdown/dist/index.js +5 -88
  35. package/components/dropdown/dist/registered.js +5 -88
  36. package/components/form/demo/api.min.js +230 -435
  37. package/components/form/demo/index.min.js +230 -435
  38. package/components/input/demo/api.min.js +1 -1
  39. package/components/input/demo/index.min.js +1 -1
  40. package/components/input/dist/index.js +1 -1
  41. package/components/input/dist/registered.js +1 -1
  42. package/components/menu/demo/api.md +1 -0
  43. package/components/menu/demo/api.min.js +10 -0
  44. package/components/menu/demo/index.min.js +10 -0
  45. package/components/menu/dist/auro-menuoption.d.ts +9 -0
  46. package/components/menu/dist/index.js +10 -0
  47. package/components/menu/dist/registered.js +10 -0
  48. package/components/radio/demo/api.min.js +2 -2
  49. package/components/radio/demo/index.min.js +2 -2
  50. package/components/radio/dist/index.js +2 -2
  51. package/components/radio/dist/registered.js +2 -2
  52. package/components/select/demo/api.html +1 -0
  53. package/components/select/demo/api.js +2 -0
  54. package/components/select/demo/api.md +76 -0
  55. package/components/select/demo/api.min.js +45 -101
  56. package/components/select/demo/index.min.js +32 -101
  57. package/components/select/dist/index.js +18 -97
  58. package/components/select/dist/registered.js +18 -97
  59. package/custom-elements.json +48 -3
  60. package/package.json +4 -3
@@ -33,7 +33,7 @@ var styleCss$b = i$7``;
33
33
 
34
34
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
35
35
 
36
- let AuroLibraryRuntimeUtils$c = class AuroLibraryRuntimeUtils {
36
+ let AuroLibraryRuntimeUtils$b = class AuroLibraryRuntimeUtils {
37
37
 
38
38
  /* eslint-disable jsdoc/require-param */
39
39
 
@@ -563,7 +563,7 @@ class AuroForm extends i$4 {
563
563
  * AuroForm.register("custom-form") // registers as <custom-form>
564
564
  */
565
565
  static register(name = "auro-form") {
566
- AuroLibraryRuntimeUtils$c.prototype.registerComponent(name, AuroForm);
566
+ AuroLibraryRuntimeUtils$b.prototype.registerComponent(name, AuroForm);
567
567
  }
568
568
 
569
569
  /**
@@ -7255,7 +7255,7 @@ var tokensCss$a = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
7255
7255
 
7256
7256
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
7257
7257
 
7258
- let AuroLibraryRuntimeUtils$b = class AuroLibraryRuntimeUtils {
7258
+ let AuroLibraryRuntimeUtils$a = class AuroLibraryRuntimeUtils {
7259
7259
 
7260
7260
  /* eslint-disable jsdoc/require-param */
7261
7261
 
@@ -7348,7 +7348,7 @@ let AuroHelpText$8 = class AuroHelpText extends i$4 {
7348
7348
  this.onDark = false;
7349
7349
  this.hasTextContent = false;
7350
7350
 
7351
- AuroLibraryRuntimeUtils$b.prototype.handleComponentTagRename(this, 'auro-helptext');
7351
+ AuroLibraryRuntimeUtils$a.prototype.handleComponentTagRename(this, 'auro-helptext');
7352
7352
  }
7353
7353
 
7354
7354
  static get styles() {
@@ -7414,7 +7414,7 @@ let AuroHelpText$8 = class AuroHelpText extends i$4 {
7414
7414
  *
7415
7415
  */
7416
7416
  static register(name = "auro-helptext") {
7417
- AuroLibraryRuntimeUtils$b.prototype.registerComponent(name, AuroHelpText);
7417
+ AuroLibraryRuntimeUtils$a.prototype.registerComponent(name, AuroHelpText);
7418
7418
  }
7419
7419
 
7420
7420
  updated() {
@@ -7470,7 +7470,7 @@ let AuroHelpText$8 = class AuroHelpText extends i$4 {
7470
7470
  }
7471
7471
  };
7472
7472
 
7473
- var formkitVersion$8 = '202604082129';
7473
+ var formkitVersion$8 = '202604091756';
7474
7474
 
7475
7475
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
7476
7476
  // See LICENSE in the project root for license information.
@@ -8574,7 +8574,7 @@ const {
8574
8574
 
8575
8575
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
8576
8576
 
8577
- let AuroLibraryRuntimeUtils$5$2 = class AuroLibraryRuntimeUtils {
8577
+ let AuroLibraryRuntimeUtils$5$1 = class AuroLibraryRuntimeUtils {
8578
8578
 
8579
8579
  /* eslint-disable jsdoc/require-param */
8580
8580
 
@@ -8657,7 +8657,7 @@ let AuroLibraryRuntimeUtils$5$2 = class AuroLibraryRuntimeUtils {
8657
8657
  let AuroFormValidation$1$1 = class AuroFormValidation {
8658
8658
 
8659
8659
  constructor() {
8660
- this.runtimeUtils = new AuroLibraryRuntimeUtils$5$2();
8660
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$5$1();
8661
8661
  }
8662
8662
 
8663
8663
  /**
@@ -15516,7 +15516,7 @@ __decorate([n$5({ type: Array })], RangeDatepickerCell.prototype, "disabledDays"
15516
15516
  __decorate([n$5({ type: String })], RangeDatepickerCell.prototype, "hoveredDate", void 0);
15517
15517
  __decorate([n$5({ type: Boolean })], RangeDatepickerCell.prototype, "isCurrentDate", void 0);
15518
15518
  __decorate([n$5({ type: Object })], RangeDatepickerCell.prototype, "locale", null);
15519
- AuroLibraryRuntimeUtils$5$2.prototype.registerComponent('wc-range-datepicker-cell', RangeDatepickerCell);
15519
+ AuroLibraryRuntimeUtils$5$1.prototype.registerComponent('wc-range-datepicker-cell', RangeDatepickerCell);
15520
15520
 
15521
15521
  class Day {
15522
15522
  constructor(date) {
@@ -16034,7 +16034,7 @@ __decorate([n$5({ type: Array })], RangeDatepickerCalendar.prototype, "yearsList
16034
16034
  __decorate([n$5({ type: Array })], RangeDatepickerCalendar.prototype, "monthsList", void 0);
16035
16035
  __decorate([n$5({ type: Array })], RangeDatepickerCalendar.prototype, "dayNamesOfTheWeek", void 0);
16036
16036
  __decorate([n$5({ type: Array })], RangeDatepickerCalendar.prototype, "daysOfMonth", void 0);
16037
- AuroLibraryRuntimeUtils$5$2.prototype.registerComponent('wc-range-datepicker-calendar', RangeDatepickerCalendar);
16037
+ AuroLibraryRuntimeUtils$5$1.prototype.registerComponent('wc-range-datepicker-calendar', RangeDatepickerCalendar);
16038
16038
 
16039
16039
  var styleCss$5$2 = i$7`.body-default{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);font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.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);font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{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);font-size:var(--wcss-body-sm-font-size, 0.875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.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);font-size:var(--wcss-body-xs-font-size, 0.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-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);font-size:var(--wcss-body-2xs-font-size, 0.625rem);line-height:var(--wcss-body-2xs-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);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);font-weight:var(--wcss-display-2xl-weight, 300);line-height:var(--wcss-display-2xl-line-height, 1.3);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem))}.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);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);font-weight:var(--wcss-display-xl-weight, 300);line-height:var(--wcss-display-xl-line-height, 1.3);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem))}.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);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);font-weight:var(--wcss-display-lg-weight, 300);line-height:var(--wcss-display-lg-line-height, 1.3);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem))}.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);letter-spacing:var(--wcss-display-md-letter-spacing, 0);font-weight:var(--wcss-display-md-weight, 300);line-height:var(--wcss-display-md-line-height, 1.3);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem))}.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);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);font-weight:var(--wcss-display-sm-weight, 300);line-height:var(--wcss-display-sm-line-height, 1.3);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem))}.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);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);font-weight:var(--wcss-display-xs-weight, 300);line-height:var(--wcss-display-xs-line-height, 1.3);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem))}.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);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);font-weight:var(--wcss-heading-xl-weight, 300);line-height:var(--wcss-heading-xl-line-height, 1.3);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem))}.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);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);font-weight:var(--wcss-heading-lg-weight, 300);line-height:var(--wcss-heading-lg-line-height, 1.3);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem))}.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);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);font-weight:var(--wcss-heading-md-weight, 300);line-height:var(--wcss-heading-md-line-height, 1.3);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem))}.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);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);font-weight:var(--wcss-heading-sm-weight, 300);line-height:var(--wcss-heading-sm-line-height, 1.3);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem))}.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);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);font-weight:var(--wcss-heading-xs-weight, 450);line-height:var(--wcss-heading-xs-line-height, 1.3);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem))}.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);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);font-weight:var(--wcss-heading-2xs-weight, 450);line-height:var(--wcss-heading-2xs-line-height, 1.3);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem))}.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);letter-spacing:var(--wcss-accent-2xl-letter-spacing, 0.05em);font-weight:var(--wcss-accent-2xl-weight, 450);line-height:var(--wcss-accent-2xl-line-height, 1);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));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);letter-spacing:var(--wcss-accent-xl-letter-spacing, 0.05em);font-weight:var(--wcss-accent-xl-weight, 450);line-height:var(--wcss-accent-xl-line-height, 1.3);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));text-transform:uppercase}.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);letter-spacing:var(--wcss-accent-lg-letter-spacing, 0.05em);font-weight:var(--wcss-accent-lg-weight, 450);line-height:var(--wcss-accent-lg-line-height, 1.3);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));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);letter-spacing:var(--wcss-accent-md-letter-spacing, 0.05em);font-weight:var(--wcss-accent-md-weight, 500);line-height:var(--wcss-accent-md-line-height, 1.3);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));text-transform:uppercase}.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);letter-spacing:var(--wcss-accent-sm-letter-spacing, 0.05em);font-weight:var(--wcss-accent-sm-weight, 500);line-height:var(--wcss-accent-sm-line-height, 1.3);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));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);letter-spacing:var(--wcss-accent-xs-letter-spacing, 0.1em);font-weight:var(--wcss-accent-xs-weight, 500);line-height:var(--wcss-accent-xs-line-height, 1.3);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));text-transform:uppercase}.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);letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);font-weight:var(--wcss-accent-2xs-weight, 450);line-height:var(--wcss-accent-2xs-line-height, 1.3);font-size:var(--wcss-accent-2xs-font-size, clamp(0.875rem, 1.1666666667vw, 0.875rem));text-transform:uppercase}@media screen and (max-width: 576px){:host{display:flex;justify-content:center}}.day{position:relative;width:var(--ds-size-500, 2.5rem);height:calc(var(--ds-size-700, 3.5rem) - 2px);padding:0;border-width:1px;border-style:solid;border-radius:var(--ds-size-300, 1.5rem);cursor:pointer;user-select:none}.day.disabled{cursor:default !important;pointer-events:none}.day.reference{box-shadow:inset 0 0 0 2px var(--ds-advanced-color-shared-background, #ffffff)}.day.inRange::before{position:absolute;z-index:-1;top:50%;left:50%;display:block;width:14.2857142857vw;height:var(--ds-size-600, 3rem);content:"";transform:translate(-50%, -50%)}@media screen and (min-width: 576px){.day.inRange::before{width:var(--ds-size-600, 3rem)}}.day.rangeDepartDate::before{position:absolute;z-index:-1;top:50%;left:50%;display:block;width:14.2857142857vw;height:var(--ds-size-600, 3rem);content:"";transform:translate(-50%, -50%);width:7.1428571429vw;transform:translate(0%, -50%)}@media screen and (min-width: 576px){.day.rangeDepartDate::before{width:calc(var(--ds-size-600, 3rem)/2)}}.day.rangeReturnDate::before,.day.lastHoveredDate::before{position:absolute;z-index:-1;top:50%;left:50%;display:block;width:14.2857142857vw;height:var(--ds-size-600, 3rem);content:"";transform:translate(-50%, -50%);width:7.1428571429vw;transform:translate(-100%, -50%)}@media screen and (min-width: 576px){.day.rangeReturnDate::before,.day.lastHoveredDate::before{width:calc(var(--ds-size-600, 3rem)/2)}}.dateSlot{display:flex;flex-direction:column}::slotted([slot^=date_]){position:absolute;top:80%;left:50%;width:100%;white-space:nowrap;transform:translate(-50%, -50%)}::slotted(auro-icon){max-height:24px;max-width:24px}:host([renderForDateSlot]) .buttonWrapper{position:relative;width:100%;top:5px}:host([renderForDateSlot]) .currentDayMarker{position:relative;padding-bottom:5px;top:-8px}@media screen and (min-width: 576px){.day{width:var(--ds-size-600, 3rem);height:var(--ds-size-800, 4rem)}.day:hover{cursor:pointer}}`;
16040
16040
 
@@ -16078,7 +16078,7 @@ class AuroCalendarCell extends i$4 {
16078
16078
  this.dateStr = null;
16079
16079
  this.renderForDateSlot = false; // When false, the numerical date will render vertically centered. When true, the date will render off-center to the top and leave room below for the slot content.
16080
16080
 
16081
- this.runtimeUtils = new AuroLibraryRuntimeUtils$5$2();
16081
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$5$1();
16082
16082
 
16083
16083
  /**
16084
16084
  * Generate unique names for dependency components.
@@ -17392,7 +17392,7 @@ let AuroBibtemplate$3 = class AuroBibtemplate extends i$4 {
17392
17392
  }
17393
17393
  };
17394
17394
 
17395
- var formkitVersion$2$1 = '202604082129';
17395
+ var formkitVersion$2$1 = '202604091756';
17396
17396
 
17397
17397
  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$3`${s$6(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$7`: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}
17398
17398
  `,u$4$2=i$7`.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}}
@@ -17875,7 +17875,7 @@ if (!customElements.get('auro-formkit-calendar')) {
17875
17875
 
17876
17876
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
17877
17877
 
17878
- let AuroLibraryRuntimeUtils$2$1$1 = class AuroLibraryRuntimeUtils {
17878
+ let AuroLibraryRuntimeUtils$1$1$2 = class AuroLibraryRuntimeUtils {
17879
17879
 
17880
17880
  /* eslint-disable jsdoc/require-param */
17881
17881
 
@@ -20916,89 +20916,6 @@ let p$3$3 = class p{registerComponent(t,a){customElements.get(t)||customElements
20916
20916
 
20917
20917
  var iconVersion$2$3 = '9.1.2';
20918
20918
 
20919
- // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
20920
- // See LICENSE in the project root for license information.
20921
-
20922
- // ---------------------------------------------------------------------
20923
-
20924
- /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
20925
-
20926
- let AuroLibraryRuntimeUtils$1$1$2 = class AuroLibraryRuntimeUtils {
20927
-
20928
- /* eslint-disable jsdoc/require-param */
20929
-
20930
- /**
20931
- * This will register a new custom element with the browser.
20932
- * @param {String} name - The name of the custom element.
20933
- * @param {Object} componentClass - The class to register as a custom element.
20934
- * @returns {void}
20935
- */
20936
- registerComponent(name, componentClass) {
20937
- if (!customElements.get(name)) {
20938
- customElements.define(name, class extends componentClass {});
20939
- }
20940
- }
20941
-
20942
- /**
20943
- * Finds and returns the closest HTML Element based on a selector.
20944
- * @returns {void}
20945
- */
20946
- closestElement(
20947
- selector, // selector like in .closest()
20948
- base = this, // extra functionality to skip a parent
20949
- __Closest = (el, found = el && el.closest(selector)) =>
20950
- !el || el === document || el === window
20951
- ? null // standard .closest() returns null for non-found selectors also
20952
- : found
20953
- ? found // found a selector INside this element
20954
- : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
20955
- ) {
20956
- return __Closest(base);
20957
- }
20958
- /* eslint-enable jsdoc/require-param */
20959
-
20960
- /**
20961
- * If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
20962
- * @param {Object} elem - The element to check.
20963
- * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
20964
- * @returns {void}
20965
- */
20966
- handleComponentTagRename(elem, tagName) {
20967
- const tag = tagName.toLowerCase();
20968
- const elemTag = elem.tagName.toLowerCase();
20969
-
20970
- if (elemTag !== tag) {
20971
- elem.setAttribute(tag, true);
20972
- }
20973
- }
20974
-
20975
- /**
20976
- * Validates if an element is a specific Auro component.
20977
- * @param {Object} elem - The element to validate.
20978
- * @param {String} tagName - The name of the Auro component to check against.
20979
- * @returns {Boolean} - Returns true if the element is the specified Auro component.
20980
- */
20981
- elementMatch(elem, tagName) {
20982
- const tag = tagName.toLowerCase();
20983
- const elemTag = elem.tagName.toLowerCase();
20984
-
20985
- return elemTag === tag || elem.hasAttribute(tag);
20986
- }
20987
-
20988
- /**
20989
- * Gets the text content of a named slot.
20990
- * @returns {String}
20991
- * @private
20992
- */
20993
- getSlotText(elem, name) {
20994
- const slot = elem.shadowRoot?.querySelector(`slot[name="${name}"]`);
20995
- const nodes = slot?.assignedNodes({ flatten: true }) || [];
20996
- const text = nodes.map(n => n.textContent?.trim()).join(' ').trim();
20997
-
20998
- return text || null;
20999
- }
21000
- };
21001
-
21002
20919
  /**
21003
20920
  * Computes display state once per keydown event.
21004
20921
  * Centralizes null-safety checks and makes the shared/modal/popover branching explicit.
@@ -21010,7 +20927,7 @@ let AuroLibraryRuntimeUtils$1$1$2 = class AuroLibraryRuntimeUtils {
21010
20927
  * @returns {{isExpanded: boolean, isModal: boolean, isPopover: boolean, activeInput: HTMLElement|null}}
21011
20928
  * isModal and isPopover reflect the display mode (fullscreen vs not) regardless of expanded state.
21012
20929
  */
21013
- function createDisplayContext$4(component, options = {}) {
20930
+ function createDisplayContext$1$3(component, options = {}) {
21014
20931
  const dd = options.dropdown || component.dropdown;
21015
20932
  // isPopoverVisible reflects as the `open` attribute.
21016
20933
  // It reports whether the bib is open in any mode (popover or modal).
@@ -21040,11 +20957,11 @@ function createDisplayContext$4(component, options = {}) {
21040
20957
  * @param {Object} strategy - Map of key names to handler functions.
21041
20958
  * @param {Object} [options] - Optional config passed to createDisplayContext.
21042
20959
  */
21043
- function applyKeyboardStrategy$4(component, strategy, options = {}) {
20960
+ function applyKeyboardStrategy$1$3(component, strategy, options = {}) {
21044
20961
  component.addEventListener('keydown', async (evt) => {
21045
20962
  const handler = strategy[evt.key] || strategy.default;
21046
20963
  if (typeof handler === 'function') {
21047
- const ctx = createDisplayContext$4(component, options);
20964
+ const ctx = createDisplayContext$1$3(component, options);
21048
20965
  await handler(component, evt, ctx);
21049
20966
  }
21050
20967
  });
@@ -21279,7 +21196,7 @@ let AuroDropdownBib$3 = class AuroDropdownBib extends i$4 {
21279
21196
 
21280
21197
  const dialog = this.shadowRoot.querySelector('dialog');
21281
21198
  this._setupCancelHandler(dialog);
21282
- applyKeyboardStrategy$4(dialog, createDropdownBibKeyboardStrategy$3());
21199
+ applyKeyboardStrategy$1$3(dialog, createDropdownBibKeyboardStrategy$3());
21283
21200
 
21284
21201
  this.dispatchEvent(new CustomEvent('auro-dropdownbib-connected', {
21285
21202
  bubbles: true,
@@ -21681,7 +21598,7 @@ let AuroHelpText$2$1 = class AuroHelpText extends i$4 {
21681
21598
  }
21682
21599
  };
21683
21600
 
21684
- var formkitVersion$1$3 = '202604082129';
21601
+ var formkitVersion$1$3 = '202604091756';
21685
21602
 
21686
21603
  let AuroElement$2$2 = class AuroElement extends i$4 {
21687
21604
  static get properties() {
@@ -21787,7 +21704,7 @@ let AuroElement$2$2 = class AuroElement extends i$4 {
21787
21704
  }
21788
21705
  };
21789
21706
 
21790
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
21707
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
21791
21708
  // See LICENSE in the project root for license information.
21792
21709
 
21793
21710
 
@@ -21892,7 +21809,7 @@ let AuroDropdown$3 = class AuroDropdown extends AuroElement$2$2 {
21892
21809
  /**
21893
21810
  * @private
21894
21811
  */
21895
- this.runtimeUtils = new AuroLibraryRuntimeUtils$2$1$1();
21812
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1$1$2();
21896
21813
 
21897
21814
  /**
21898
21815
  * @private
@@ -22310,7 +22227,7 @@ let AuroDropdown$3 = class AuroDropdown extends AuroElement$2$2 {
22310
22227
  *
22311
22228
  */
22312
22229
  static register(name = "auro-dropdown") {
22313
- AuroLibraryRuntimeUtils$2$1$1.prototype.registerComponent(name, AuroDropdown);
22230
+ AuroLibraryRuntimeUtils$1$1$2.prototype.registerComponent(name, AuroDropdown);
22314
22231
  }
22315
22232
 
22316
22233
  /**
@@ -29223,7 +29140,7 @@ var tokensCss$2$3 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-tex
29223
29140
 
29224
29141
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
29225
29142
 
29226
- let AuroLibraryRuntimeUtils$2$4 = class AuroLibraryRuntimeUtils {
29143
+ let AuroLibraryRuntimeUtils$2$3 = class AuroLibraryRuntimeUtils {
29227
29144
 
29228
29145
  /* eslint-disable jsdoc/require-param */
29229
29146
 
@@ -29316,7 +29233,7 @@ let AuroHelpText$1$3 = class AuroHelpText extends i$4 {
29316
29233
  this.onDark = false;
29317
29234
  this.hasTextContent = false;
29318
29235
 
29319
- AuroLibraryRuntimeUtils$2$4.prototype.handleComponentTagRename(this, 'auro-helptext');
29236
+ AuroLibraryRuntimeUtils$2$3.prototype.handleComponentTagRename(this, 'auro-helptext');
29320
29237
  }
29321
29238
 
29322
29239
  static get styles() {
@@ -29382,7 +29299,7 @@ let AuroHelpText$1$3 = class AuroHelpText extends i$4 {
29382
29299
  *
29383
29300
  */
29384
29301
  static register(name = "auro-helptext") {
29385
- AuroLibraryRuntimeUtils$2$4.prototype.registerComponent(name, AuroHelpText);
29302
+ AuroLibraryRuntimeUtils$2$3.prototype.registerComponent(name, AuroHelpText);
29386
29303
  }
29387
29304
 
29388
29305
  updated() {
@@ -29438,7 +29355,7 @@ let AuroHelpText$1$3 = class AuroHelpText extends i$4 {
29438
29355
  }
29439
29356
  };
29440
29357
 
29441
- var formkitVersion$7 = '202604082129';
29358
+ var formkitVersion$7 = '202604091756';
29442
29359
 
29443
29360
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
29444
29361
  // See LICENSE in the project root for license information.
@@ -30127,7 +30044,7 @@ var tokensCss$9 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
30127
30044
 
30128
30045
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
30129
30046
 
30130
- let AuroLibraryRuntimeUtils$a = class AuroLibraryRuntimeUtils {
30047
+ let AuroLibraryRuntimeUtils$9 = class AuroLibraryRuntimeUtils {
30131
30048
 
30132
30049
  /* eslint-disable jsdoc/require-param */
30133
30050
 
@@ -30220,7 +30137,7 @@ let AuroHelpText$7 = class AuroHelpText extends i$4 {
30220
30137
  this.onDark = false;
30221
30138
  this.hasTextContent = false;
30222
30139
 
30223
- AuroLibraryRuntimeUtils$a.prototype.handleComponentTagRename(this, 'auro-helptext');
30140
+ AuroLibraryRuntimeUtils$9.prototype.handleComponentTagRename(this, 'auro-helptext');
30224
30141
  }
30225
30142
 
30226
30143
  static get styles() {
@@ -30286,7 +30203,7 @@ let AuroHelpText$7 = class AuroHelpText extends i$4 {
30286
30203
  *
30287
30204
  */
30288
30205
  static register(name = "auro-helptext") {
30289
- AuroLibraryRuntimeUtils$a.prototype.registerComponent(name, AuroHelpText);
30206
+ AuroLibraryRuntimeUtils$9.prototype.registerComponent(name, AuroHelpText);
30290
30207
  }
30291
30208
 
30292
30209
  updated() {
@@ -30635,7 +30552,88 @@ function guardTouchPassthrough$2(element) {
30635
30552
  }, { once: true });
30636
30553
  }
30637
30554
 
30638
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
30555
+ /**
30556
+ * Computes display state once per keydown event.
30557
+ * Centralizes null-safety checks and makes the shared/modal/popover branching explicit.
30558
+ *
30559
+ * @param {HTMLElement} component - The component with a dropdown reference.
30560
+ * @param {Object} [options] - Optional config.
30561
+ * @param {HTMLElement} [options.dropdown] - Explicit dropdown reference. Falls back to component.dropdown.
30562
+ * @param {Function} [options.inputResolver] - Called with (component, ctx) to resolve the active input element.
30563
+ * @returns {{isExpanded: boolean, isModal: boolean, isPopover: boolean, activeInput: HTMLElement|null}}
30564
+ * isModal and isPopover reflect the display mode (fullscreen vs not) regardless of expanded state.
30565
+ */
30566
+ function createDisplayContext$4(component, options = {}) {
30567
+ const dd = options.dropdown || component.dropdown;
30568
+ // isPopoverVisible reflects as the `open` attribute.
30569
+ // It reports whether the bib is open in any mode (popover or modal).
30570
+ const isExpanded = Boolean(dd && dd.isPopoverVisible);
30571
+ const isFullscreen = Boolean(dd && dd.isBibFullscreen);
30572
+
30573
+ const ctx = {
30574
+ isExpanded,
30575
+ isModal: isFullscreen,
30576
+ isPopover: !isFullscreen,
30577
+ activeInput: null,
30578
+ };
30579
+
30580
+ if (options.inputResolver) {
30581
+ const resolvedInput = options.inputResolver(component, ctx);
30582
+ // Guard against resolvers returning undefined or non-HTMLElement values.
30583
+ ctx.activeInput = resolvedInput instanceof HTMLElement ? resolvedInput : null;
30584
+ }
30585
+
30586
+ return ctx;
30587
+ }
30588
+
30589
+ /**
30590
+ * Wires up a keydown listener that dispatches to strategy[evt.key] or strategy.default.
30591
+ * Handles both sync and async handlers.
30592
+ * @param {HTMLElement} component - The component to attach the listener to.
30593
+ * @param {Object} strategy - Map of key names to handler functions.
30594
+ * @param {Object} [options] - Optional config passed to createDisplayContext.
30595
+ */
30596
+ function applyKeyboardStrategy$4(component, strategy, options = {}) {
30597
+ component.addEventListener('keydown', async (evt) => {
30598
+ const handler = strategy[evt.key] || strategy.default;
30599
+ if (typeof handler === 'function') {
30600
+ const ctx = createDisplayContext$4(component, options);
30601
+ await handler(component, evt, ctx);
30602
+ }
30603
+ });
30604
+ }
30605
+
30606
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
30607
+ // See LICENSE in the project root for license information.
30608
+
30609
+ // Authoritative datepicker keyboard behavior spec:
30610
+ // components/datepicker/docs/partials/keyboardBehavior.md
30611
+ //
30612
+ // Current behavior (transitional — full bib keyboard navigation is planned for a future iteration):
30613
+ // - The bib opens and closes via pointer/touch interaction only.
30614
+ // - Escape closes the bib and prevents the event from reaching parent containers.
30615
+ // - Tab uses the browser's default tabindex sequence across trigger controls.
30616
+ // - Enter and Space do not open or close the bib.
30617
+ //
30618
+ // This file is an intentional placeholder for most keys. When datepicker bib keyboard navigation is
30619
+ // added, handlers should go here following the same strategy pattern used by
30620
+ // auro-select (selectKeyboardStrategy.js) and auro-combobox (comboboxKeyboardStrategy.js).
30621
+ const datepickerKeyboardStrategy = {
30622
+ Escape(component, evt) {
30623
+ if (!component.dropdown || !component.dropdown.isPopoverVisible) {
30624
+ return;
30625
+ }
30626
+
30627
+ // Prevent the Escape key from bubbling up and closing any parent dialogs / drawers / popups.
30628
+ // Because stopPropagation prevents the document-level floatingUI keydown handler from
30629
+ // seeing this event, we must also close the dropdown explicitly.
30630
+ evt.stopPropagation();
30631
+
30632
+ component.dropdown.hide();
30633
+ },
30634
+ };
30635
+
30636
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
30639
30637
  // See LICENSE in the project root for license information.
30640
30638
 
30641
30639
 
@@ -30772,7 +30770,7 @@ class AuroDatePicker extends AuroElement$5 {
30772
30770
  /**
30773
30771
  * @private
30774
30772
  */
30775
- this.runtimeUtils = new AuroLibraryRuntimeUtils$5$2();
30773
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$5$1();
30776
30774
 
30777
30775
  /**
30778
30776
  * @private
@@ -31203,7 +31201,7 @@ class AuroDatePicker extends AuroElement$5 {
31203
31201
  *
31204
31202
  */
31205
31203
  static register(name = "auro-datepicker") {
31206
- AuroLibraryRuntimeUtils$5$2.prototype.registerComponent(name, AuroDatePicker);
31204
+ AuroLibraryRuntimeUtils$5$1.prototype.registerComponent(name, AuroDatePicker);
31207
31205
  }
31208
31206
 
31209
31207
  /**
@@ -32092,6 +32090,7 @@ class AuroDatePicker extends AuroElement$5 {
32092
32090
  this.configureCalendar();
32093
32091
  this.configureDatepicker();
32094
32092
  this.configureClickHandler();
32093
+ applyKeyboardStrategy$4(this, datepickerKeyboardStrategy);
32095
32094
  }
32096
32095
 
32097
32096
  connectedCallback() {
@@ -32618,7 +32617,7 @@ let l$1$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(
32618
32617
 
32619
32618
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
32620
32619
 
32621
- let AuroLibraryRuntimeUtils$5$1 = class AuroLibraryRuntimeUtils {
32620
+ let AuroLibraryRuntimeUtils$4$2 = class AuroLibraryRuntimeUtils {
32622
32621
 
32623
32622
  /* eslint-disable jsdoc/require-param */
32624
32623
 
@@ -32694,7 +32693,7 @@ let AuroLibraryRuntimeUtils$5$1 = class AuroLibraryRuntimeUtils {
32694
32693
  }
32695
32694
  };
32696
32695
 
32697
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
32696
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
32698
32697
  // See LICENSE in the project root for license information.
32699
32698
 
32700
32699
 
@@ -32724,7 +32723,7 @@ class AuroCounterButton extends T$1$1 {
32724
32723
  *
32725
32724
  */
32726
32725
  static register(name = "auro-counter-button") {
32727
- AuroLibraryRuntimeUtils$5$1.prototype.registerComponent(name, AuroCounterButton);
32726
+ AuroLibraryRuntimeUtils$4$2.prototype.registerComponent(name, AuroCounterButton);
32728
32727
  }
32729
32728
  }
32730
32729
 
@@ -33216,7 +33215,7 @@ const {
33216
33215
  let AuroFormValidation$5 = class AuroFormValidation {
33217
33216
 
33218
33217
  constructor() {
33219
- this.runtimeUtils = new AuroLibraryRuntimeUtils$5$1();
33218
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$4$2();
33220
33219
  }
33221
33220
 
33222
33221
  /**
@@ -33798,7 +33797,7 @@ var tokensCss$2$2 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-tex
33798
33797
 
33799
33798
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
33800
33799
 
33801
- let AuroLibraryRuntimeUtils$4$2 = class AuroLibraryRuntimeUtils {
33800
+ let AuroLibraryRuntimeUtils$3$2 = class AuroLibraryRuntimeUtils {
33802
33801
 
33803
33802
  /* eslint-disable jsdoc/require-param */
33804
33803
 
@@ -33891,7 +33890,7 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$4 {
33891
33890
  this.onDark = false;
33892
33891
  this.hasTextContent = false;
33893
33892
 
33894
- AuroLibraryRuntimeUtils$4$2.prototype.handleComponentTagRename(this, 'auro-helptext');
33893
+ AuroLibraryRuntimeUtils$3$2.prototype.handleComponentTagRename(this, 'auro-helptext');
33895
33894
  }
33896
33895
 
33897
33896
  static get styles() {
@@ -33957,7 +33956,7 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$4 {
33957
33956
  *
33958
33957
  */
33959
33958
  static register(name = "auro-helptext") {
33960
- AuroLibraryRuntimeUtils$4$2.prototype.registerComponent(name, AuroHelpText);
33959
+ AuroLibraryRuntimeUtils$3$2.prototype.registerComponent(name, AuroHelpText);
33961
33960
  }
33962
33961
 
33963
33962
  updated() {
@@ -34013,9 +34012,9 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$4 {
34013
34012
  }
34014
34013
  };
34015
34014
 
34016
- var formkitVersion$1$2 = '202604082129';
34015
+ var formkitVersion$1$2 = '202604091756';
34017
34016
 
34018
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
34017
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
34019
34018
  // See LICENSE in the project root for license information.
34020
34019
 
34021
34020
  const keyboardStrategy = {
@@ -34104,7 +34103,7 @@ class AuroCounter extends i$4 {
34104
34103
  /**
34105
34104
  * @private
34106
34105
  */
34107
- this.runtimeUtils = new AuroLibraryRuntimeUtils$5$1();
34106
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$4$2();
34108
34107
 
34109
34108
  }
34110
34109
 
@@ -34246,7 +34245,7 @@ class AuroCounter extends i$4 {
34246
34245
  * AuroCounter.register("custom-counter") // registers <custom-counter/>
34247
34246
  */
34248
34247
  static register(name = "auro-counter") {
34249
- AuroLibraryRuntimeUtils$5$1.prototype.registerComponent(name, AuroCounter);
34248
+ AuroLibraryRuntimeUtils$4$2.prototype.registerComponent(name, AuroCounter);
34250
34249
  }
34251
34250
 
34252
34251
  static get styles() {
@@ -34484,7 +34483,7 @@ var shapeSizeCss$1$2 = i$7`.shape-classic-xl,.shape-classic-lg,.shape-classic-md
34484
34483
 
34485
34484
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
34486
34485
 
34487
- let AuroLibraryRuntimeUtils$2$3 = class AuroLibraryRuntimeUtils {
34486
+ let AuroLibraryRuntimeUtils$1$6 = class AuroLibraryRuntimeUtils {
34488
34487
 
34489
34488
  /* eslint-disable jsdoc/require-param */
34490
34489
 
@@ -37525,89 +37524,6 @@ let p$2$2 = class p{registerComponent(t,a){customElements.get(t)||customElements
37525
37524
 
37526
37525
  var iconVersion$1$2 = '9.1.2';
37527
37526
 
37528
- // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
37529
- // See LICENSE in the project root for license information.
37530
-
37531
- // ---------------------------------------------------------------------
37532
-
37533
- /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
37534
-
37535
- let AuroLibraryRuntimeUtils$1$6 = class AuroLibraryRuntimeUtils {
37536
-
37537
- /* eslint-disable jsdoc/require-param */
37538
-
37539
- /**
37540
- * This will register a new custom element with the browser.
37541
- * @param {String} name - The name of the custom element.
37542
- * @param {Object} componentClass - The class to register as a custom element.
37543
- * @returns {void}
37544
- */
37545
- registerComponent(name, componentClass) {
37546
- if (!customElements.get(name)) {
37547
- customElements.define(name, class extends componentClass {});
37548
- }
37549
- }
37550
-
37551
- /**
37552
- * Finds and returns the closest HTML Element based on a selector.
37553
- * @returns {void}
37554
- */
37555
- closestElement(
37556
- selector, // selector like in .closest()
37557
- base = this, // extra functionality to skip a parent
37558
- __Closest = (el, found = el && el.closest(selector)) =>
37559
- !el || el === document || el === window
37560
- ? null // standard .closest() returns null for non-found selectors also
37561
- : found
37562
- ? found // found a selector INside this element
37563
- : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
37564
- ) {
37565
- return __Closest(base);
37566
- }
37567
- /* eslint-enable jsdoc/require-param */
37568
-
37569
- /**
37570
- * If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
37571
- * @param {Object} elem - The element to check.
37572
- * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
37573
- * @returns {void}
37574
- */
37575
- handleComponentTagRename(elem, tagName) {
37576
- const tag = tagName.toLowerCase();
37577
- const elemTag = elem.tagName.toLowerCase();
37578
-
37579
- if (elemTag !== tag) {
37580
- elem.setAttribute(tag, true);
37581
- }
37582
- }
37583
-
37584
- /**
37585
- * Validates if an element is a specific Auro component.
37586
- * @param {Object} elem - The element to validate.
37587
- * @param {String} tagName - The name of the Auro component to check against.
37588
- * @returns {Boolean} - Returns true if the element is the specified Auro component.
37589
- */
37590
- elementMatch(elem, tagName) {
37591
- const tag = tagName.toLowerCase();
37592
- const elemTag = elem.tagName.toLowerCase();
37593
-
37594
- return elemTag === tag || elem.hasAttribute(tag);
37595
- }
37596
-
37597
- /**
37598
- * Gets the text content of a named slot.
37599
- * @returns {String}
37600
- * @private
37601
- */
37602
- getSlotText(elem, name) {
37603
- const slot = elem.shadowRoot?.querySelector(`slot[name="${name}"]`);
37604
- const nodes = slot?.assignedNodes({ flatten: true }) || [];
37605
- const text = nodes.map(n => n.textContent?.trim()).join(' ').trim();
37606
-
37607
- return text || null;
37608
- }
37609
- };
37610
-
37611
37527
  /**
37612
37528
  * Computes display state once per keydown event.
37613
37529
  * Centralizes null-safety checks and makes the shared/modal/popover branching explicit.
@@ -38075,7 +37991,7 @@ var tokensCss$8 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
38075
37991
 
38076
37992
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
38077
37993
 
38078
- let AuroLibraryRuntimeUtils$3$2 = class AuroLibraryRuntimeUtils {
37994
+ let AuroLibraryRuntimeUtils$2$2 = class AuroLibraryRuntimeUtils {
38079
37995
 
38080
37996
  /* eslint-disable jsdoc/require-param */
38081
37997
 
@@ -38168,7 +38084,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$4 {
38168
38084
  this.onDark = false;
38169
38085
  this.hasTextContent = false;
38170
38086
 
38171
- AuroLibraryRuntimeUtils$3$2.prototype.handleComponentTagRename(this, 'auro-helptext');
38087
+ AuroLibraryRuntimeUtils$2$2.prototype.handleComponentTagRename(this, 'auro-helptext');
38172
38088
  }
38173
38089
 
38174
38090
  static get styles() {
@@ -38234,7 +38150,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$4 {
38234
38150
  *
38235
38151
  */
38236
38152
  static register(name = "auro-helptext") {
38237
- AuroLibraryRuntimeUtils$3$2.prototype.registerComponent(name, AuroHelpText);
38153
+ AuroLibraryRuntimeUtils$2$2.prototype.registerComponent(name, AuroHelpText);
38238
38154
  }
38239
38155
 
38240
38156
  updated() {
@@ -38290,7 +38206,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$4 {
38290
38206
  }
38291
38207
  };
38292
38208
 
38293
- var formkitVersion$6 = '202604082129';
38209
+ var formkitVersion$6 = '202604091756';
38294
38210
 
38295
38211
  let AuroElement$1$2 = class AuroElement extends i$4 {
38296
38212
  static get properties() {
@@ -38396,7 +38312,7 @@ let AuroElement$1$2 = class AuroElement extends i$4 {
38396
38312
  }
38397
38313
  };
38398
38314
 
38399
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
38315
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
38400
38316
  // See LICENSE in the project root for license information.
38401
38317
 
38402
38318
 
@@ -38501,7 +38417,7 @@ let AuroDropdown$2 = class AuroDropdown extends AuroElement$1$2 {
38501
38417
  /**
38502
38418
  * @private
38503
38419
  */
38504
- this.runtimeUtils = new AuroLibraryRuntimeUtils$2$3();
38420
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1$6();
38505
38421
 
38506
38422
  /**
38507
38423
  * @private
@@ -38919,7 +38835,7 @@ let AuroDropdown$2 = class AuroDropdown extends AuroElement$1$2 {
38919
38835
  *
38920
38836
  */
38921
38837
  static register(name = "auro-dropdown") {
38922
- AuroLibraryRuntimeUtils$2$3.prototype.registerComponent(name, AuroDropdown);
38838
+ AuroLibraryRuntimeUtils$1$6.prototype.registerComponent(name, AuroDropdown);
38923
38839
  }
38924
38840
 
38925
38841
  /**
@@ -39439,7 +39355,7 @@ var tokenCss$3 = i$7`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--d
39439
39355
 
39440
39356
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
39441
39357
 
39442
- let AuroLibraryRuntimeUtils$9 = class AuroLibraryRuntimeUtils {
39358
+ let AuroLibraryRuntimeUtils$8 = class AuroLibraryRuntimeUtils {
39443
39359
 
39444
39360
  /* eslint-disable jsdoc/require-param */
39445
39361
 
@@ -39666,7 +39582,7 @@ let AuroBibtemplate$2 = class AuroBibtemplate extends i$4 {
39666
39582
 
39667
39583
  this.large = false;
39668
39584
 
39669
- AuroLibraryRuntimeUtils$9.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
39585
+ AuroLibraryRuntimeUtils$8.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
39670
39586
 
39671
39587
  const versioning = new AuroDependencyVersioning$7();
39672
39588
 
@@ -39718,7 +39634,7 @@ let AuroBibtemplate$2 = class AuroBibtemplate extends i$4 {
39718
39634
  *
39719
39635
  */
39720
39636
  static register(name = "auro-bibtemplate") {
39721
- AuroLibraryRuntimeUtils$9.prototype.registerComponent(name, AuroBibtemplate);
39637
+ AuroLibraryRuntimeUtils$8.prototype.registerComponent(name, AuroBibtemplate);
39722
39638
  }
39723
39639
 
39724
39640
  /**
@@ -39845,7 +39761,7 @@ class AuroCounterWrapper extends i$4 {
39845
39761
  * AuroCounterWrapper.register("custom-counter-wrapper") // registers <custom-counter-wrapper/>
39846
39762
  */
39847
39763
  static register(name = "auro-counter-wrapper") {
39848
- AuroLibraryRuntimeUtils$5$1.prototype.registerComponent(name, AuroCounterWrapper);
39764
+ AuroLibraryRuntimeUtils$4$2.prototype.registerComponent(name, AuroCounterWrapper);
39849
39765
  }
39850
39766
 
39851
39767
  // function that renders the HTML and CSS into the scope of the component
@@ -39964,6 +39880,24 @@ let AuroElement$4 = class AuroElement extends i$4 {
39964
39880
  }
39965
39881
  };
39966
39882
 
39883
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
39884
+ // See LICENSE in the project root for license information.
39885
+
39886
+ const counterGroupKeyboardStrategy = {
39887
+ Escape(component, evt) {
39888
+ if (!component.dropdown || !component.dropdown.isPopoverVisible) {
39889
+ return;
39890
+ }
39891
+
39892
+ // Prevent the Escape key from bubbling up and closing any parent dialogs / drawers / popups.
39893
+ // Because stopPropagation prevents the document-level floatingUI keydown handler from
39894
+ // seeing this event, we must also close the dropdown explicitly.
39895
+ evt.stopPropagation();
39896
+
39897
+ component.dropdown.hide();
39898
+ },
39899
+ };
39900
+
39967
39901
  /* eslint-disable lit/no-invalid-html, lit/binding-positions, max-lines, no-underscore-dangle, arrow-parens, no-confusing-arrow, curly, dot-location, no-inline-comments, line-comment-position,
39968
39902
  */
39969
39903
 
@@ -40564,6 +40498,10 @@ class AuroCounterGroup extends AuroElement$4 {
40564
40498
  super.firstUpdated();
40565
40499
  this.updateValue();
40566
40500
  this.updateValueText();
40501
+
40502
+ if (this.isDropdown) {
40503
+ applyKeyboardStrategy$1$2(this, counterGroupKeyboardStrategy);
40504
+ }
40567
40505
  }
40568
40506
 
40569
40507
  /**
@@ -40573,7 +40511,7 @@ class AuroCounterGroup extends AuroElement$4 {
40573
40511
  * AuroCounterGroup.register("custom-counter-group") // registers <custom-counter-group/>
40574
40512
  */
40575
40513
  static register(name = "auro-counter-group") {
40576
- AuroLibraryRuntimeUtils$5$1.prototype.registerComponent(name, AuroCounterGroup);
40514
+ AuroLibraryRuntimeUtils$4$2.prototype.registerComponent(name, AuroCounterGroup);
40577
40515
  }
40578
40516
 
40579
40517
  /**
@@ -40882,7 +40820,7 @@ let AuroLibraryRuntimeUtils$1$5 = class AuroLibraryRuntimeUtils {
40882
40820
  };
40883
40821
 
40884
40822
  /* eslint-disable max-lines, no-underscore-dangle */
40885
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
40823
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
40886
40824
  // See LICENSE in the project root for license information.
40887
40825
 
40888
40826
 
@@ -42145,7 +42083,7 @@ var tokensCss$7 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
42145
42083
 
42146
42084
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
42147
42085
 
42148
- let AuroLibraryRuntimeUtils$8 = class AuroLibraryRuntimeUtils {
42086
+ let AuroLibraryRuntimeUtils$7 = class AuroLibraryRuntimeUtils {
42149
42087
 
42150
42088
  /* eslint-disable jsdoc/require-param */
42151
42089
 
@@ -42238,7 +42176,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$4 {
42238
42176
  this.onDark = false;
42239
42177
  this.hasTextContent = false;
42240
42178
 
42241
- AuroLibraryRuntimeUtils$8.prototype.handleComponentTagRename(this, 'auro-helptext');
42179
+ AuroLibraryRuntimeUtils$7.prototype.handleComponentTagRename(this, 'auro-helptext');
42242
42180
  }
42243
42181
 
42244
42182
  static get styles() {
@@ -42304,7 +42242,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$4 {
42304
42242
  *
42305
42243
  */
42306
42244
  static register(name = "auro-helptext") {
42307
- AuroLibraryRuntimeUtils$8.prototype.registerComponent(name, AuroHelpText);
42245
+ AuroLibraryRuntimeUtils$7.prototype.registerComponent(name, AuroHelpText);
42308
42246
  }
42309
42247
 
42310
42248
  updated() {
@@ -42360,7 +42298,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$4 {
42360
42298
  }
42361
42299
  };
42362
42300
 
42363
- var formkitVersion$5 = '202604082129';
42301
+ var formkitVersion$5 = '202604091756';
42364
42302
 
42365
42303
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
42366
42304
  // See LICENSE in the project root for license information.
@@ -42991,7 +42929,7 @@ let AuroLibraryRuntimeUtils$1$4 = class AuroLibraryRuntimeUtils {
42991
42929
  }
42992
42930
  };
42993
42931
 
42994
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
42932
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
42995
42933
  // See LICENSE in the project root for license information.
42996
42934
 
42997
42935
 
@@ -44314,7 +44252,7 @@ var tokensCss$6 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
44314
44252
 
44315
44253
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
44316
44254
 
44317
- let AuroLibraryRuntimeUtils$7 = class AuroLibraryRuntimeUtils {
44255
+ let AuroLibraryRuntimeUtils$6 = class AuroLibraryRuntimeUtils {
44318
44256
 
44319
44257
  /* eslint-disable jsdoc/require-param */
44320
44258
 
@@ -44407,7 +44345,7 @@ let AuroHelpText$4 = class AuroHelpText extends i$4 {
44407
44345
  this.onDark = false;
44408
44346
  this.hasTextContent = false;
44409
44347
 
44410
- AuroLibraryRuntimeUtils$7.prototype.handleComponentTagRename(this, 'auro-helptext');
44348
+ AuroLibraryRuntimeUtils$6.prototype.handleComponentTagRename(this, 'auro-helptext');
44411
44349
  }
44412
44350
 
44413
44351
  static get styles() {
@@ -44473,7 +44411,7 @@ let AuroHelpText$4 = class AuroHelpText extends i$4 {
44473
44411
  *
44474
44412
  */
44475
44413
  static register(name = "auro-helptext") {
44476
- AuroLibraryRuntimeUtils$7.prototype.registerComponent(name, AuroHelpText);
44414
+ AuroLibraryRuntimeUtils$6.prototype.registerComponent(name, AuroHelpText);
44477
44415
  }
44478
44416
 
44479
44417
  updated() {
@@ -44529,9 +44467,9 @@ let AuroHelpText$4 = class AuroHelpText extends i$4 {
44529
44467
  }
44530
44468
  };
44531
44469
 
44532
- var formkitVersion$4 = '202604082129';
44470
+ var formkitVersion$4 = '202604091756';
44533
44471
 
44534
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
44472
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
44535
44473
  // See LICENSE in the project root for license information.
44536
44474
 
44537
44475
 
@@ -46245,10 +46183,19 @@ const comboboxKeyboardStrategy = {
46245
46183
  }
46246
46184
  },
46247
46185
 
46248
- Escape(component, _evt, ctx) {
46249
- if (ctx.isExpanded && ctx.isModal) {
46186
+ Escape(component, evt, ctx) {
46187
+ if (!ctx.isExpanded) {
46188
+ return;
46189
+ }
46190
+
46191
+ // Prevent the Escape key from bubbling up and closing any parent dialogs / drawers / popups
46192
+ evt.stopPropagation();
46193
+
46194
+ if (ctx.isModal) {
46250
46195
  component.setTriggerInputFocus();
46251
46196
  }
46197
+
46198
+ component.hideBib();
46252
46199
  },
46253
46200
 
46254
46201
  Home(component, evt, ctx) {
@@ -46285,7 +46232,7 @@ const comboboxKeyboardStrategy = {
46285
46232
 
46286
46233
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
46287
46234
 
46288
- let AuroLibraryRuntimeUtils$2$1 = class AuroLibraryRuntimeUtils {
46235
+ let AuroLibraryRuntimeUtils$1$2 = class AuroLibraryRuntimeUtils {
46289
46236
 
46290
46237
  /* eslint-disable jsdoc/require-param */
46291
46238
 
@@ -49326,89 +49273,6 @@ let p$3$1 = class p{registerComponent(t,a){customElements.get(t)||customElements
49326
49273
 
49327
49274
  var iconVersion$2$1 = '9.1.2';
49328
49275
 
49329
- // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
49330
- // See LICENSE in the project root for license information.
49331
-
49332
- // ---------------------------------------------------------------------
49333
-
49334
- /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
49335
-
49336
- let AuroLibraryRuntimeUtils$1$2 = class AuroLibraryRuntimeUtils {
49337
-
49338
- /* eslint-disable jsdoc/require-param */
49339
-
49340
- /**
49341
- * This will register a new custom element with the browser.
49342
- * @param {String} name - The name of the custom element.
49343
- * @param {Object} componentClass - The class to register as a custom element.
49344
- * @returns {void}
49345
- */
49346
- registerComponent(name, componentClass) {
49347
- if (!customElements.get(name)) {
49348
- customElements.define(name, class extends componentClass {});
49349
- }
49350
- }
49351
-
49352
- /**
49353
- * Finds and returns the closest HTML Element based on a selector.
49354
- * @returns {void}
49355
- */
49356
- closestElement(
49357
- selector, // selector like in .closest()
49358
- base = this, // extra functionality to skip a parent
49359
- __Closest = (el, found = el && el.closest(selector)) =>
49360
- !el || el === document || el === window
49361
- ? null // standard .closest() returns null for non-found selectors also
49362
- : found
49363
- ? found // found a selector INside this element
49364
- : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
49365
- ) {
49366
- return __Closest(base);
49367
- }
49368
- /* eslint-enable jsdoc/require-param */
49369
-
49370
- /**
49371
- * If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
49372
- * @param {Object} elem - The element to check.
49373
- * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
49374
- * @returns {void}
49375
- */
49376
- handleComponentTagRename(elem, tagName) {
49377
- const tag = tagName.toLowerCase();
49378
- const elemTag = elem.tagName.toLowerCase();
49379
-
49380
- if (elemTag !== tag) {
49381
- elem.setAttribute(tag, true);
49382
- }
49383
- }
49384
-
49385
- /**
49386
- * Validates if an element is a specific Auro component.
49387
- * @param {Object} elem - The element to validate.
49388
- * @param {String} tagName - The name of the Auro component to check against.
49389
- * @returns {Boolean} - Returns true if the element is the specified Auro component.
49390
- */
49391
- elementMatch(elem, tagName) {
49392
- const tag = tagName.toLowerCase();
49393
- const elemTag = elem.tagName.toLowerCase();
49394
-
49395
- return elemTag === tag || elem.hasAttribute(tag);
49396
- }
49397
-
49398
- /**
49399
- * Gets the text content of a named slot.
49400
- * @returns {String}
49401
- * @private
49402
- */
49403
- getSlotText(elem, name) {
49404
- const slot = elem.shadowRoot?.querySelector(`slot[name="${name}"]`);
49405
- const nodes = slot?.assignedNodes({ flatten: true }) || [];
49406
- const text = nodes.map(n => n.textContent?.trim()).join(' ').trim();
49407
-
49408
- return text || null;
49409
- }
49410
- };
49411
-
49412
49276
  /**
49413
49277
  * Computes display state once per keydown event.
49414
49278
  * Centralizes null-safety checks and makes the shared/modal/popover branching explicit.
@@ -50091,7 +49955,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
50091
49955
  }
50092
49956
  };
50093
49957
 
50094
- var formkitVersion$2 = '202604082129';
49958
+ var formkitVersion$2 = '202604091756';
50095
49959
 
50096
49960
  let AuroElement$2$1 = class AuroElement extends i$4 {
50097
49961
  static get properties() {
@@ -50197,7 +50061,7 @@ let AuroElement$2$1 = class AuroElement extends i$4 {
50197
50061
  }
50198
50062
  };
50199
50063
 
50200
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
50064
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
50201
50065
  // See LICENSE in the project root for license information.
50202
50066
 
50203
50067
 
@@ -50302,7 +50166,7 @@ let AuroDropdown$1 = class AuroDropdown extends AuroElement$2$1 {
50302
50166
  /**
50303
50167
  * @private
50304
50168
  */
50305
- this.runtimeUtils = new AuroLibraryRuntimeUtils$2$1();
50169
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1$2();
50306
50170
 
50307
50171
  /**
50308
50172
  * @private
@@ -50720,7 +50584,7 @@ let AuroDropdown$1 = class AuroDropdown extends AuroElement$2$1 {
50720
50584
  *
50721
50585
  */
50722
50586
  static register(name = "auro-dropdown") {
50723
- AuroLibraryRuntimeUtils$2$1.prototype.registerComponent(name, AuroDropdown);
50587
+ AuroLibraryRuntimeUtils$1$2.prototype.registerComponent(name, AuroDropdown);
50724
50588
  }
50725
50589
 
50726
50590
  /**
@@ -57633,7 +57497,7 @@ var tokensCss$2$1 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-tex
57633
57497
 
57634
57498
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
57635
57499
 
57636
- let AuroLibraryRuntimeUtils$2$2 = class AuroLibraryRuntimeUtils {
57500
+ let AuroLibraryRuntimeUtils$2$1 = class AuroLibraryRuntimeUtils {
57637
57501
 
57638
57502
  /* eslint-disable jsdoc/require-param */
57639
57503
 
@@ -57726,7 +57590,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$4 {
57726
57590
  this.onDark = false;
57727
57591
  this.hasTextContent = false;
57728
57592
 
57729
- AuroLibraryRuntimeUtils$2$2.prototype.handleComponentTagRename(this, 'auro-helptext');
57593
+ AuroLibraryRuntimeUtils$2$1.prototype.handleComponentTagRename(this, 'auro-helptext');
57730
57594
  }
57731
57595
 
57732
57596
  static get styles() {
@@ -57792,7 +57656,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$4 {
57792
57656
  *
57793
57657
  */
57794
57658
  static register(name = "auro-helptext") {
57795
- AuroLibraryRuntimeUtils$2$2.prototype.registerComponent(name, AuroHelpText);
57659
+ AuroLibraryRuntimeUtils$2$1.prototype.registerComponent(name, AuroHelpText);
57796
57660
  }
57797
57661
 
57798
57662
  updated() {
@@ -57848,7 +57712,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$4 {
57848
57712
  }
57849
57713
  };
57850
57714
 
57851
- var formkitVersion$1$1 = '202604082129';
57715
+ var formkitVersion$1$1 = '202604091756';
57852
57716
 
57853
57717
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
57854
57718
  // See LICENSE in the project root for license information.
@@ -58913,7 +58777,7 @@ let AuroBibtemplate$1 = class AuroBibtemplate extends i$4 {
58913
58777
  }
58914
58778
  };
58915
58779
 
58916
- var formkitVersion$3 = '202604082129';
58780
+ var formkitVersion$3 = '202604091756';
58917
58781
 
58918
58782
  var styleCss$1$3 = i$7`.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}`;
58919
58783
 
@@ -59038,7 +58902,7 @@ var tokensCss$5 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
59038
58902
 
59039
58903
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
59040
58904
 
59041
- let AuroLibraryRuntimeUtils$6 = class AuroLibraryRuntimeUtils {
58905
+ let AuroLibraryRuntimeUtils$5 = class AuroLibraryRuntimeUtils {
59042
58906
 
59043
58907
  /* eslint-disable jsdoc/require-param */
59044
58908
 
@@ -59131,7 +58995,7 @@ let AuroHelpText$3 = class AuroHelpText extends i$4 {
59131
58995
  this.onDark = false;
59132
58996
  this.hasTextContent = false;
59133
58997
 
59134
- AuroLibraryRuntimeUtils$6.prototype.handleComponentTagRename(this, 'auro-helptext');
58998
+ AuroLibraryRuntimeUtils$5.prototype.handleComponentTagRename(this, 'auro-helptext');
59135
58999
  }
59136
59000
 
59137
59001
  static get styles() {
@@ -59197,7 +59061,7 @@ let AuroHelpText$3 = class AuroHelpText extends i$4 {
59197
59061
  *
59198
59062
  */
59199
59063
  static register(name = "auro-helptext") {
59200
- AuroLibraryRuntimeUtils$6.prototype.registerComponent(name, AuroHelpText);
59064
+ AuroLibraryRuntimeUtils$5.prototype.registerComponent(name, AuroHelpText);
59201
59065
  }
59202
59066
 
59203
59067
  updated() {
@@ -59253,7 +59117,7 @@ let AuroHelpText$3 = class AuroHelpText extends i$4 {
59253
59117
  }
59254
59118
  };
59255
59119
 
59256
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
59120
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
59257
59121
  // See LICENSE in the project root for license information.
59258
59122
 
59259
59123
 
@@ -59776,7 +59640,7 @@ class AuroCombobox extends AuroElement$3 {
59776
59640
  * @returns {void}
59777
59641
  */
59778
59642
  activateFirstEnabledAvailableOption() {
59779
- const firstEnabledOptionIndex = this.availableOptions.findIndex((opt) => !opt.disabled);
59643
+ const firstEnabledOptionIndex = this.availableOptions.findIndex((opt) => !opt.disabled && !opt.hasAttribute('nomatch'));
59780
59644
  this.updateActiveOption(firstEnabledOptionIndex);
59781
59645
  }
59782
59646
 
@@ -59790,7 +59654,7 @@ class AuroCombobox extends AuroElement$3 {
59790
59654
 
59791
59655
  // Work backwards through the available options array to find the last enabled option
59792
59656
  for (let index = this.availableOptions.length - 1; index >= 0; index -= 1) {
59793
- if (!this.availableOptions[index].disabled) {
59657
+ if (!this.availableOptions[index].disabled && !this.availableOptions[index].hasAttribute('nomatch')) {
59794
59658
  lastEnabledOptionIndex = index;
59795
59659
  break;
59796
59660
  }
@@ -61051,7 +60915,7 @@ var colorCss$4 = i$7`:host .wrapper{background-color:var(--ds-auro-menuoption-co
61051
60915
 
61052
60916
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
61053
60917
 
61054
- let AuroLibraryRuntimeUtils$5 = class AuroLibraryRuntimeUtils {
60918
+ let AuroLibraryRuntimeUtils$4 = class AuroLibraryRuntimeUtils {
61055
60919
 
61056
60920
  /* eslint-disable jsdoc/require-param */
61057
60921
 
@@ -61240,7 +61104,7 @@ class AuroMenuOption extends AuroElement$2 {
61240
61104
  *
61241
61105
  */
61242
61106
  static register(name = "auro-menuoption") {
61243
- AuroLibraryRuntimeUtils$5.prototype.registerComponent(name, AuroMenuOption);
61107
+ AuroLibraryRuntimeUtils$4.prototype.registerComponent(name, AuroMenuOption);
61244
61108
  }
61245
61109
 
61246
61110
  /**
@@ -61278,11 +61142,12 @@ class AuroMenuOption extends AuroElement$2 {
61278
61142
  this.selected = false;
61279
61143
  this.noCheckmark = false;
61280
61144
  this.disabled = false;
61145
+ this.noMatch = false;
61281
61146
 
61282
61147
  /**
61283
61148
  * @private
61284
61149
  */
61285
- this.runtimeUtils = new AuroLibraryRuntimeUtils$5();
61150
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$4();
61286
61151
 
61287
61152
  // Initialize context-related properties
61288
61153
  this.menuService = null;
@@ -61353,6 +61218,15 @@ class AuroMenuOption extends AuroElement$2 {
61353
61218
  reflect: true
61354
61219
  },
61355
61220
 
61221
+ /**
61222
+ * When true, marks this option as the "no matching results" placeholder shown by combobox when the user's input does not match any available options. Enables distinct styling and prevents the option from being treated as a selectable match.
61223
+ */
61224
+ noMatch: {
61225
+ type: Boolean,
61226
+ reflect: true,
61227
+ attribute: 'nomatch'
61228
+ },
61229
+
61356
61230
  /**
61357
61231
  * Specifies that an option is selected.
61358
61232
  */
@@ -62720,7 +62594,7 @@ class AuroMenu extends AuroElement$2 {
62720
62594
  *
62721
62595
  */
62722
62596
  static register(name = "auro-menu") {
62723
- AuroLibraryRuntimeUtils$5.prototype.registerComponent(name, AuroMenu);
62597
+ AuroLibraryRuntimeUtils$4.prototype.registerComponent(name, AuroMenu);
62724
62598
  }
62725
62599
 
62726
62600
  /**
@@ -62870,7 +62744,7 @@ class AuroMenu extends AuroElement$2 {
62870
62744
  }
62871
62745
 
62872
62746
  firstUpdated() {
62873
- AuroLibraryRuntimeUtils$5.prototype.handleComponentTagRename(this, 'auro-menu');
62747
+ AuroLibraryRuntimeUtils$4.prototype.handleComponentTagRename(this, 'auro-menu');
62874
62748
 
62875
62749
  this.loadingSlots = this.querySelectorAll("[slot='loadingText'], [slot='loadingIcon']");
62876
62750
  this.initializeMenu();
@@ -63643,7 +63517,7 @@ const {
63643
63517
 
63644
63518
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
63645
63519
 
63646
- let AuroLibraryRuntimeUtils$4 = class AuroLibraryRuntimeUtils {
63520
+ let AuroLibraryRuntimeUtils$3 = class AuroLibraryRuntimeUtils {
63647
63521
 
63648
63522
  /* eslint-disable jsdoc/require-param */
63649
63523
 
@@ -63726,7 +63600,7 @@ let AuroLibraryRuntimeUtils$4 = class AuroLibraryRuntimeUtils {
63726
63600
  class AuroFormValidation {
63727
63601
 
63728
63602
  constructor() {
63729
- this.runtimeUtils = new AuroLibraryRuntimeUtils$4();
63603
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$3();
63730
63604
  }
63731
63605
 
63732
63606
  /**
@@ -64402,6 +64276,10 @@ const selectKeyboardStrategy = {
64402
64276
  if (!ctx.isExpanded) {
64403
64277
  return;
64404
64278
  }
64279
+
64280
+ // Prevent the Escape key from bubbling up and closing any parent dialogs / drawers / popups
64281
+ evt.stopPropagation();
64282
+
64405
64283
  component.dropdown.hide();
64406
64284
  },
64407
64285
 
@@ -64513,7 +64391,7 @@ let AuroDependencyVersioning$2 = class AuroDependencyVersioning {
64513
64391
 
64514
64392
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
64515
64393
 
64516
- let AuroLibraryRuntimeUtils$2 = class AuroLibraryRuntimeUtils {
64394
+ let AuroLibraryRuntimeUtils$1$1 = class AuroLibraryRuntimeUtils {
64517
64395
 
64518
64396
  /* eslint-disable jsdoc/require-param */
64519
64397
 
@@ -67554,89 +67432,6 @@ let p$2 = class p{registerComponent(t,a){customElements.get(t)||customElements.d
67554
67432
 
67555
67433
  var iconVersion$1 = '9.1.2';
67556
67434
 
67557
- // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
67558
- // See LICENSE in the project root for license information.
67559
-
67560
- // ---------------------------------------------------------------------
67561
-
67562
- /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
67563
-
67564
- let AuroLibraryRuntimeUtils$1$1 = class AuroLibraryRuntimeUtils {
67565
-
67566
- /* eslint-disable jsdoc/require-param */
67567
-
67568
- /**
67569
- * This will register a new custom element with the browser.
67570
- * @param {String} name - The name of the custom element.
67571
- * @param {Object} componentClass - The class to register as a custom element.
67572
- * @returns {void}
67573
- */
67574
- registerComponent(name, componentClass) {
67575
- if (!customElements.get(name)) {
67576
- customElements.define(name, class extends componentClass {});
67577
- }
67578
- }
67579
-
67580
- /**
67581
- * Finds and returns the closest HTML Element based on a selector.
67582
- * @returns {void}
67583
- */
67584
- closestElement(
67585
- selector, // selector like in .closest()
67586
- base = this, // extra functionality to skip a parent
67587
- __Closest = (el, found = el && el.closest(selector)) =>
67588
- !el || el === document || el === window
67589
- ? null // standard .closest() returns null for non-found selectors also
67590
- : found
67591
- ? found // found a selector INside this element
67592
- : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
67593
- ) {
67594
- return __Closest(base);
67595
- }
67596
- /* eslint-enable jsdoc/require-param */
67597
-
67598
- /**
67599
- * If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
67600
- * @param {Object} elem - The element to check.
67601
- * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
67602
- * @returns {void}
67603
- */
67604
- handleComponentTagRename(elem, tagName) {
67605
- const tag = tagName.toLowerCase();
67606
- const elemTag = elem.tagName.toLowerCase();
67607
-
67608
- if (elemTag !== tag) {
67609
- elem.setAttribute(tag, true);
67610
- }
67611
- }
67612
-
67613
- /**
67614
- * Validates if an element is a specific Auro component.
67615
- * @param {Object} elem - The element to validate.
67616
- * @param {String} tagName - The name of the Auro component to check against.
67617
- * @returns {Boolean} - Returns true if the element is the specified Auro component.
67618
- */
67619
- elementMatch(elem, tagName) {
67620
- const tag = tagName.toLowerCase();
67621
- const elemTag = elem.tagName.toLowerCase();
67622
-
67623
- return elemTag === tag || elem.hasAttribute(tag);
67624
- }
67625
-
67626
- /**
67627
- * Gets the text content of a named slot.
67628
- * @returns {String}
67629
- * @private
67630
- */
67631
- getSlotText(elem, name) {
67632
- const slot = elem.shadowRoot?.querySelector(`slot[name="${name}"]`);
67633
- const nodes = slot?.assignedNodes({ flatten: true }) || [];
67634
- const text = nodes.map(n => n.textContent?.trim()).join(' ').trim();
67635
-
67636
- return text || null;
67637
- }
67638
- };
67639
-
67640
67435
  /**
67641
67436
  * Computes display state once per keydown event.
67642
67437
  * Centralizes null-safety checks and makes the shared/modal/popover branching explicit.
@@ -68104,7 +67899,7 @@ var tokensCss$2 = i$7`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
68104
67899
 
68105
67900
  /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
68106
67901
 
68107
- let AuroLibraryRuntimeUtils$3 = class AuroLibraryRuntimeUtils {
67902
+ let AuroLibraryRuntimeUtils$2 = class AuroLibraryRuntimeUtils {
68108
67903
 
68109
67904
  /* eslint-disable jsdoc/require-param */
68110
67905
 
@@ -68197,7 +67992,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
68197
67992
  this.onDark = false;
68198
67993
  this.hasTextContent = false;
68199
67994
 
68200
- AuroLibraryRuntimeUtils$3.prototype.handleComponentTagRename(this, 'auro-helptext');
67995
+ AuroLibraryRuntimeUtils$2.prototype.handleComponentTagRename(this, 'auro-helptext');
68201
67996
  }
68202
67997
 
68203
67998
  static get styles() {
@@ -68263,7 +68058,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
68263
68058
  *
68264
68059
  */
68265
68060
  static register(name = "auro-helptext") {
68266
- AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroHelpText);
68061
+ AuroLibraryRuntimeUtils$2.prototype.registerComponent(name, AuroHelpText);
68267
68062
  }
68268
68063
 
68269
68064
  updated() {
@@ -68319,7 +68114,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
68319
68114
  }
68320
68115
  };
68321
68116
 
68322
- var formkitVersion$1 = '202604082129';
68117
+ var formkitVersion$1 = '202604091756';
68323
68118
 
68324
68119
  class AuroElement extends i$4 {
68325
68120
  static get properties() {
@@ -68425,7 +68220,7 @@ class AuroElement extends i$4 {
68425
68220
  }
68426
68221
  }
68427
68222
 
68428
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
68223
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
68429
68224
  // See LICENSE in the project root for license information.
68430
68225
 
68431
68226
 
@@ -68530,7 +68325,7 @@ class AuroDropdown extends AuroElement {
68530
68325
  /**
68531
68326
  * @private
68532
68327
  */
68533
- this.runtimeUtils = new AuroLibraryRuntimeUtils$2();
68328
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1$1();
68534
68329
 
68535
68330
  /**
68536
68331
  * @private
@@ -68948,7 +68743,7 @@ class AuroDropdown extends AuroElement {
68948
68743
  *
68949
68744
  */
68950
68745
  static register(name = "auro-dropdown") {
68951
- AuroLibraryRuntimeUtils$2.prototype.registerComponent(name, AuroDropdown);
68746
+ AuroLibraryRuntimeUtils$1$1.prototype.registerComponent(name, AuroDropdown);
68952
68747
  }
68953
68748
 
68954
68749
  /**
@@ -70072,13 +69867,13 @@ class AuroHelpText extends i$4 {
70072
69867
  }
70073
69868
  }
70074
69869
 
70075
- var formkitVersion = '202604082129';
69870
+ var formkitVersion = '202604091756';
70076
69871
 
70077
69872
  var styleCss = i$7`.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);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, 0.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, 0.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, 0.625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-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, 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, 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}`;
70078
69873
 
70079
69874
  var emphasizedColorCss = i$7`:host([layout=emphasized]) [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}:host([layout=emphasized]) [auro-dropdown]:hover{--ds-auro-dropdown-trigger-hover-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}:host([layout=emphasized]) [auro-dropdown][layout*=emphasized]::part(wrapper){--ds-auro-dropdown-trigger-background-color: var(--ds-advanced-color-dropdown-emphasized-background, rgba(0, 39, 74, 0.1019607843))}`;
70080
69875
 
70081
- // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
69876
+ // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
70082
69877
  // See LICENSE in the project root for license information.
70083
69878
 
70084
69879
 
@@ -70141,7 +69936,7 @@ class AuroSelect extends AuroElement$1 {
70141
69936
  /**
70142
69937
  * @private
70143
69938
  */
70144
- this.runtimeUtils = new AuroLibraryRuntimeUtils$4();
69939
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$3();
70145
69940
 
70146
69941
  /**
70147
69942
  * Generate unique names for dependency components.
@@ -70697,7 +70492,7 @@ class AuroSelect extends AuroElement$1 {
70697
70492
  *
70698
70493
  */
70699
70494
  static register(name = "auro-select") {
70700
- AuroLibraryRuntimeUtils$4.prototype.registerComponent(name, AuroSelect);
70495
+ AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroSelect);
70701
70496
  }
70702
70497
 
70703
70498
  /**