@aurodesignsystem-dev/auro-formkit 0.0.0-pr1447.0 → 0.0.0-pr1448.0

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 (90) hide show
  1. package/components/checkbox/demo/api.md +2 -2
  2. package/components/checkbox/demo/api.min.js +5 -3
  3. package/components/checkbox/demo/index.min.js +5 -3
  4. package/components/checkbox/dist/auro-checkbox-group.d.ts +6 -6
  5. package/components/checkbox/dist/auro-checkbox.d.ts +10 -10
  6. package/components/checkbox/dist/index.js +5 -3
  7. package/components/checkbox/dist/registered.js +5 -3
  8. package/components/combobox/demo/api.min.js +20 -14
  9. package/components/combobox/demo/index.min.js +20 -14
  10. package/components/combobox/dist/auro-combobox.d.ts +36 -36
  11. package/components/combobox/dist/index.js +16 -11
  12. package/components/combobox/dist/registered.js +16 -11
  13. package/components/counter/demo/api.min.js +2 -2
  14. package/components/counter/demo/index.min.js +2 -2
  15. package/components/counter/dist/auro-counter-group.d.ts +2 -2
  16. package/components/counter/dist/auro-counter.d.ts +10 -10
  17. package/components/counter/dist/index.js +2 -2
  18. package/components/counter/dist/registered.js +2 -2
  19. package/components/datepicker/demo/api.md +2 -1
  20. package/components/datepicker/demo/api.min.js +13 -10
  21. package/components/datepicker/demo/index.min.js +13 -10
  22. package/components/datepicker/dist/{src/auro-calendar-cell.d.ts → auro-calendar-cell.d.ts} +2 -2
  23. package/components/datepicker/dist/{src/auro-datepicker.d.ts → auro-datepicker.d.ts} +13 -13
  24. package/components/datepicker/dist/index.js +13 -10
  25. package/components/datepicker/dist/registered.js +13 -10
  26. package/components/datepicker/dist/{src/utilities.d.ts → utilities.d.ts} +4 -4
  27. package/components/datepicker/dist/{src/utilitiesCalendar.d.ts → utilitiesCalendar.d.ts} +3 -3
  28. package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-calendar.d.ts +2 -2
  29. package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker.d.ts +1 -1
  30. package/components/dropdown/demo/api.min.js +1 -1
  31. package/components/dropdown/demo/index.min.js +1 -1
  32. package/components/dropdown/dist/auro-dropdown.d.ts +22 -22
  33. package/components/dropdown/dist/auro-dropdownBib.d.ts +3 -3
  34. package/components/dropdown/dist/dropdownBibKeyboardStrategy.d.ts +1 -1
  35. package/components/dropdown/dist/index.js +1 -1
  36. package/components/dropdown/dist/registered.js +1 -1
  37. package/components/form/demo/api.min.js +44 -33
  38. package/components/form/demo/index.min.js +44 -33
  39. package/components/input/demo/api.min.js +1 -1
  40. package/components/input/demo/index.min.js +1 -1
  41. package/components/input/dist/auro-input.d.ts +1 -1
  42. package/components/input/dist/base-input.d.ts +29 -29
  43. package/components/input/dist/index.js +1 -1
  44. package/components/input/dist/registered.js +1 -1
  45. package/components/menu/demo/api.md +3 -3
  46. package/components/menu/demo/api.min.js +4 -3
  47. package/components/menu/demo/index.min.js +4 -3
  48. package/components/menu/dist/auro-menu-utils.d.ts +1 -1
  49. package/components/menu/dist/auro-menu.context.d.ts +3 -3
  50. package/components/menu/dist/auro-menu.d.ts +5 -5
  51. package/components/menu/dist/auro-menuoption.d.ts +6 -6
  52. package/components/menu/dist/index.js +4 -3
  53. package/components/menu/dist/registered.js +4 -3
  54. package/components/radio/demo/api.min.js +1 -1
  55. package/components/radio/demo/index.min.js +1 -1
  56. package/components/radio/dist/auro-radio-group.d.ts +9 -9
  57. package/components/radio/dist/auro-radio.d.ts +8 -8
  58. package/components/radio/dist/index.js +1 -1
  59. package/components/radio/dist/registered.js +1 -1
  60. package/components/select/demo/api.min.js +6 -5
  61. package/components/select/demo/index.min.js +6 -5
  62. package/components/select/dist/auro-select.d.ts +11 -11
  63. package/components/select/dist/index.js +2 -2
  64. package/components/select/dist/registered.js +2 -2
  65. package/custom-elements.json +24 -23
  66. package/package.json +48 -45
  67. /package/components/datepicker/dist/{src/auro-calendar-month.d.ts → auro-calendar-month.d.ts} +0 -0
  68. /package/components/datepicker/dist/{src/auro-calendar.d.ts → auro-calendar.d.ts} +0 -0
  69. /package/components/datepicker/dist/{src/buttonVersion.d.ts → buttonVersion.d.ts} +0 -0
  70. /package/components/datepicker/dist/{src/datepickerKeyboardStrategy.d.ts → datepickerKeyboardStrategy.d.ts} +0 -0
  71. /package/components/datepicker/dist/{src/iconVersion.d.ts → iconVersion.d.ts} +0 -0
  72. /package/components/datepicker/dist/{src/index.d.ts → index.d.ts} +0 -0
  73. /package/components/datepicker/dist/{src/popoverVersion.d.ts → popoverVersion.d.ts} +0 -0
  74. /package/components/datepicker/dist/{src/styles → styles}/classic/color-css.d.ts +0 -0
  75. /package/components/datepicker/dist/{src/styles → styles}/classic/style-css.d.ts +0 -0
  76. /package/components/datepicker/dist/{src/styles → styles}/color-calendar-css.d.ts +0 -0
  77. /package/components/datepicker/dist/{src/styles → styles}/color-cell-css.d.ts +0 -0
  78. /package/components/datepicker/dist/{src/styles → styles}/color-css.d.ts +0 -0
  79. /package/components/datepicker/dist/{src/styles → styles}/color-month-css.d.ts +0 -0
  80. /package/components/datepicker/dist/{src/styles → styles}/shapeSize-css.d.ts +0 -0
  81. /package/components/datepicker/dist/{src/styles → styles}/snowflake/color-css.d.ts +0 -0
  82. /package/components/datepicker/dist/{src/styles → styles}/snowflake/style-css.d.ts +0 -0
  83. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-cell-css.d.ts +0 -0
  84. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-css.d.ts +0 -0
  85. /package/components/datepicker/dist/{src/styles → styles}/style-auro-calendar-month-css.d.ts +0 -0
  86. /package/components/datepicker/dist/{src/styles → styles}/style-css.d.ts +0 -0
  87. /package/components/datepicker/dist/{src/styles → styles}/tokens-css.d.ts +0 -0
  88. /package/components/datepicker/dist/{src/utilitiesCalendarRender.d.ts → utilitiesCalendarRender.d.ts} +0 -0
  89. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/day.d.ts +0 -0
  90. /package/components/datepicker/dist/{src/vendor → vendor}/wc-range-datepicker/range-datepicker-cell.d.ts +0 -0
@@ -7458,7 +7458,7 @@ let AuroHelpText$8 = class AuroHelpText extends i$4 {
7458
7458
  }
7459
7459
  };
7460
7460
 
7461
- var formkitVersion$8 = '202604222117';
7461
+ var formkitVersion$8 = '202604231640';
7462
7462
 
7463
7463
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
7464
7464
  // See LICENSE in the project root for license information.
@@ -17378,7 +17378,7 @@ let AuroBibtemplate$3 = class AuroBibtemplate extends i$4 {
17378
17378
  }
17379
17379
  };
17380
17380
 
17381
- var formkitVersion$2$1 = '202604222117';
17381
+ var formkitVersion$2$1 = '202604231640';
17382
17382
 
17383
17383
  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}
17384
17384
  `,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}}
@@ -21584,7 +21584,7 @@ let AuroHelpText$2$1 = class AuroHelpText extends i$4 {
21584
21584
  }
21585
21585
  };
21586
21586
 
21587
- var formkitVersion$1$3 = '202604222117';
21587
+ var formkitVersion$1$3 = '202604231640';
21588
21588
 
21589
21589
  let AuroElement$2$2 = class AuroElement extends i$4 {
21590
21590
  static get properties() {
@@ -29329,7 +29329,7 @@ let AuroHelpText$1$3 = class AuroHelpText extends i$4 {
29329
29329
  }
29330
29330
  };
29331
29331
 
29332
- var formkitVersion$7 = '202604222117';
29332
+ var formkitVersion$7 = '202604231640';
29333
29333
 
29334
29334
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
29335
29335
  // See LICENSE in the project root for license information.
@@ -31348,15 +31348,16 @@ class AuroDatePicker extends AuroElement$5 {
31348
31348
  * @returns {void}
31349
31349
  */
31350
31350
  notifyValueChanged() {
31351
- let inputEvent = null;
31352
-
31353
- inputEvent = new Event('auroDatePicker-valueSet', {
31351
+ this.dispatchEvent(new Event('auroDatePicker-valueSet', {
31354
31352
  bubbles: true,
31355
31353
  composed: true,
31356
- });
31354
+ }));
31357
31355
 
31358
- // Dispatched event to alert outside shadow DOM context of event firing.
31359
- this.dispatchEvent(inputEvent);
31356
+ // Standard input event so auro-form can track datepicker value changes.
31357
+ this.dispatchEvent(new Event('input', {
31358
+ bubbles: true,
31359
+ composed: true,
31360
+ }));
31360
31361
  }
31361
31362
 
31362
31363
  /**
@@ -31531,7 +31532,9 @@ class AuroDatePicker extends AuroElement$5 {
31531
31532
  this.inputList = [...this.dropdown.querySelectorAll(this.inputTag._$litStatic$)];
31532
31533
 
31533
31534
  this.inputList.forEach((input, index) => {
31534
- input.addEventListener('input', () => {
31535
+ input.addEventListener('input', (event) => {
31536
+ event.stopPropagation();
31537
+
31535
31538
  if (index === 0) {
31536
31539
  this.value = input.value;
31537
31540
  } else if (index === 1) {
@@ -33994,7 +33997,7 @@ let AuroHelpText$1$2 = class AuroHelpText extends i$4 {
33994
33997
  }
33995
33998
  };
33996
33999
 
33997
- var formkitVersion$1$2 = '202604222117';
34000
+ var formkitVersion$1$2 = '202604231640';
33998
34001
 
33999
34002
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
34000
34003
  // See LICENSE in the project root for license information.
@@ -38184,7 +38187,7 @@ let AuroHelpText$6 = class AuroHelpText extends i$4 {
38184
38187
  }
38185
38188
  };
38186
38189
 
38187
- var formkitVersion$6 = '202604222117';
38190
+ var formkitVersion$6 = '202604231640';
38188
38191
 
38189
38192
  let AuroElement$1$2 = class AuroElement extends i$4 {
38190
38193
  static get properties() {
@@ -42276,7 +42279,7 @@ let AuroHelpText$5 = class AuroHelpText extends i$4 {
42276
42279
  }
42277
42280
  };
42278
42281
 
42279
- var formkitVersion$5 = '202604222117';
42282
+ var formkitVersion$5 = '202604231640';
42280
42283
 
42281
42284
  // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
42282
42285
  // See LICENSE in the project root for license information.
@@ -42911,6 +42914,7 @@ let AuroLibraryRuntimeUtils$1$4 = class AuroLibraryRuntimeUtils {
42911
42914
  // See LICENSE in the project root for license information.
42912
42915
 
42913
42916
 
42917
+ /* eslint-disable jsdoc/no-undefined-types -- @fires event names are not types */
42914
42918
  /**
42915
42919
  * The `auro-checkbox` element is for the purpose of allowing users to select one or more options of a limited number of choices.
42916
42920
  * @customElement auro-checkbox
@@ -42921,9 +42925,10 @@ let AuroLibraryRuntimeUtils$1$4 = class AuroLibraryRuntimeUtils {
42921
42925
  *
42922
42926
  * @slot default - The default slot for the checkbox label.
42923
42927
  *
42924
- * @fires {CustomEvent<any>} change - (Deprecated) Notifies when checked value is changed.
42925
- * @fires {InputEvent} input - Notifies when when checked value is changed by user's interface.
42928
+ * @fires change - (Deprecated) Notifies when checked value is changed.
42929
+ * @fires input - Notifies when when checked value is changed by user's interface.
42926
42930
  */
42931
+ /* eslint-enable jsdoc/no-undefined-types */
42927
42932
 
42928
42933
  // build the component class
42929
42934
  class AuroCheckbox extends i$4 {
@@ -44445,7 +44450,7 @@ let AuroHelpText$4 = class AuroHelpText extends i$4 {
44445
44450
  }
44446
44451
  };
44447
44452
 
44448
- var formkitVersion$4 = '202604222117';
44453
+ var formkitVersion$4 = '202604231640';
44449
44454
 
44450
44455
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
44451
44456
  // See LICENSE in the project root for license information.
@@ -49927,7 +49932,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
49927
49932
  }
49928
49933
  };
49929
49934
 
49930
- var formkitVersion$2 = '202604222117';
49935
+ var formkitVersion$2 = '202604231640';
49931
49936
 
49932
49937
  let AuroElement$2$1 = class AuroElement extends i$4 {
49933
49938
  static get properties() {
@@ -57672,7 +57677,7 @@ let AuroHelpText$1$1 = class AuroHelpText extends i$4 {
57672
57677
  }
57673
57678
  };
57674
57679
 
57675
- var formkitVersion$1$1 = '202604222117';
57680
+ var formkitVersion$1$1 = '202604231640';
57676
57681
 
57677
57682
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
57678
57683
  // See LICENSE in the project root for license information.
@@ -58737,7 +58742,7 @@ let AuroBibtemplate$1 = class AuroBibtemplate extends i$4 {
58737
58742
  }
58738
58743
  };
58739
58744
 
58740
- var formkitVersion$3 = '202604222117';
58745
+ var formkitVersion$3 = '202604231640';
58741
58746
 
58742
58747
  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}`;
58743
58748
 
@@ -59134,7 +59139,6 @@ class AuroCombobox extends AuroElement$3 {
59134
59139
  this.optionActive = null;
59135
59140
  this.persistInput = false;
59136
59141
  this.required = false;
59137
- this.value = undefined;
59138
59142
  this.typedValue = undefined;
59139
59143
  this.behavior = "suggestion";
59140
59144
  this.clearBtnFocused = false;
@@ -59747,6 +59751,10 @@ class AuroCombobox extends AuroElement$3 {
59747
59751
  });
59748
59752
 
59749
59753
  if (this.value && this.input.value && !this.menu.value) {
59754
+ if (this.behavior === 'suggestion' && this.menu.options && this.menu.options.some((opt) => opt.value === this.value)) {
59755
+ this.setMenuValue(this.value);
59756
+ }
59757
+
59750
59758
  this.syncValuesAndStates();
59751
59759
  }
59752
59760
 
@@ -60357,10 +60365,6 @@ class AuroCombobox extends AuroElement$3 {
60357
60365
  this.configureCombobox();
60358
60366
  this.configureMenu();
60359
60367
 
60360
- // Set the initial value in auro-menu if defined
60361
- if (this.hasAttribute('value') && this.getAttribute('value').length > 0) {
60362
- this.menu.value = this.value;
60363
- }
60364
60368
  }
60365
60369
 
60366
60370
  /**
@@ -60441,10 +60445,16 @@ class AuroCombobox extends AuroElement$3 {
60441
60445
  this.input.value = this.value;
60442
60446
  }
60443
60447
 
60448
+ if (this.menu && this.hasValue && this.menu.options) {
60449
+ this.menu.options.forEach((opt) => {
60450
+ if (!opt.hasAttribute('static')) {
60451
+ opt.removeAttribute('hidden');
60452
+ }
60453
+ });
60454
+ }
60455
+
60444
60456
  if (this.behavior === 'suggestion') {
60445
- // if menu has an option that has matched value, then select it,
60446
- // otherwise clear the menu value since the input value doesn't match any option
60447
- if (this.menu.options && this.menu.options.filter((opt) => opt.value === this.value).length > 0) {
60457
+ if (!this.menu.options || this.menu.options.length === 0) ; else if (this.menu.options.filter((opt) => opt.value === this.value).length > 0) {
60448
60458
  this.setMenuValue(this.value);
60449
60459
  } else {
60450
60460
  this.menu.value = undefined;
@@ -61897,10 +61907,13 @@ class MenuService {
61897
61907
  }
61898
61908
 
61899
61909
  const optionsSet = new Set(optionsToDeselect);
61910
+ const previousCount = this.selectedOptions.length;
61900
61911
  this.selectedOptions = (this.selectedOptions || [])
61901
61912
  .filter(opt => !optionsSet.has(opt));
61902
61913
 
61903
- this.stageUpdate();
61914
+ if (this.selectedOptions.length < previousCount) {
61915
+ this.stageUpdate();
61916
+ }
61904
61917
  }
61905
61918
 
61906
61919
  /**
@@ -62320,8 +62333,6 @@ class AuroMenu extends AuroElement$2 {
62320
62333
  */
62321
62334
  this.size = "sm";
62322
62335
 
62323
- // Value of the selected options
62324
- this.value = undefined;
62325
62336
  // Currently selected option
62326
62337
  this.optionSelected = undefined;
62327
62338
  // String used for highlighting/filtering
@@ -68074,7 +68085,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
68074
68085
  }
68075
68086
  };
68076
68087
 
68077
- var formkitVersion$1 = '202604222117';
68088
+ var formkitVersion$1 = '202604231640';
68078
68089
 
68079
68090
  class AuroElement extends i$4 {
68080
68091
  static get properties() {
@@ -69827,7 +69838,7 @@ class AuroHelpText extends i$4 {
69827
69838
  }
69828
69839
  }
69829
69840
 
69830
- var formkitVersion = '202604222117';
69841
+ var formkitVersion = '202604231640';
69831
69842
 
69832
69843
  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}`;
69833
69844
 
@@ -6747,7 +6747,7 @@ class AuroHelpText extends i$3 {
6747
6747
  }
6748
6748
  }
6749
6749
 
6750
- var formkitVersion = '202604222117';
6750
+ var formkitVersion = '202604231640';
6751
6751
 
6752
6752
  /**
6753
6753
  * @license
@@ -6672,7 +6672,7 @@ class AuroHelpText extends i$3 {
6672
6672
  }
6673
6673
  }
6674
6674
 
6675
- var formkitVersion = '202604222117';
6675
+ var formkitVersion = '202604231640';
6676
6676
 
6677
6677
  /**
6678
6678
  * @license
@@ -140,7 +140,7 @@ export class AuroInput extends BaseInput {
140
140
  * @returns {void}
141
141
  */
142
142
  private checkDisplayValueSlotChange;
143
- clearBtn: Element | undefined;
143
+ clearBtn: Element;
144
144
  /**
145
145
  * Returns HTML for the validation error icon.
146
146
  * @private
@@ -7,7 +7,7 @@ export default class BaseInput extends AuroElement {
7
7
  static get shadowRootOptions(): {
8
8
  delegatesFocus: boolean;
9
9
  clonable?: boolean;
10
- customElementRegistry?: CustomElementRegistry | null;
10
+ customElementRegistry?: CustomElementRegistry;
11
11
  mode: ShadowRootMode;
12
12
  serializable?: boolean;
13
13
  slotAssignment?: SlotAssignmentMode;
@@ -378,20 +378,20 @@ export default class BaseInput extends AuroElement {
378
378
  * @returns {void}
379
379
  */
380
380
  private _initializeDefaults;
381
- activeLabel: boolean | undefined;
382
- appearance: string | undefined;
383
- icon: boolean | undefined;
384
- disabled: boolean | undefined;
385
- dvInputOnly: boolean | undefined;
386
- hideLabelVisually: boolean | undefined;
381
+ activeLabel: boolean;
382
+ appearance: string;
383
+ icon: boolean;
384
+ disabled: boolean;
385
+ dvInputOnly: boolean;
386
+ hideLabelVisually: boolean;
387
387
  max: any;
388
388
  maxLength: any;
389
389
  min: any;
390
390
  minLength: any;
391
- noValidate: boolean | undefined;
392
- onDark: boolean | undefined;
393
- required: boolean | undefined;
394
- setCustomValidityForType: string | undefined;
391
+ noValidate: boolean;
392
+ onDark: boolean;
393
+ required: boolean;
394
+ setCustomValidityForType: string;
395
395
  /**
396
396
  * @private
397
397
  */
@@ -400,20 +400,20 @@ export default class BaseInput extends AuroElement {
400
400
  * @private
401
401
  */
402
402
  private size;
403
- touched: boolean | undefined;
404
- util: AuroInputUtilities | undefined;
405
- validation: AuroFormValidation | undefined;
403
+ touched: boolean;
404
+ util: AuroInputUtilities;
405
+ validation: AuroFormValidation;
406
406
  inputIconName: any;
407
407
  showPassword: any;
408
- validationCCLength: number | undefined;
409
- hasValue: boolean | undefined;
410
- label: string | undefined;
411
- allowedInputTypes: string[] | undefined;
408
+ validationCCLength: number;
409
+ hasValue: boolean;
410
+ label: string;
411
+ allowedInputTypes: string[];
412
412
  /**
413
413
  * Credit Card is not included as this caused cursor placement issues.
414
414
  * The Safari issue.
415
415
  */
416
- setSelectionInputTypes: string[] | undefined;
416
+ setSelectionInputTypes: string[];
417
417
  dateFormatMap: {
418
418
  'mm/dd/yyyy': string;
419
419
  'dd/mm/yyyy': string;
@@ -429,13 +429,13 @@ export default class BaseInput extends AuroElement {
429
429
  dd: string;
430
430
  'dd/mm': string;
431
431
  'mm/dd': string;
432
- } | undefined;
433
- uniqueId: string | undefined;
432
+ };
433
+ uniqueId: string;
434
434
  firstUpdated(): void;
435
- wrapperElement: Element | null | undefined;
436
- inputElement: HTMLInputElement | null | undefined;
437
- labelElement: HTMLLabelElement | null | undefined;
438
- inputId: string | undefined;
435
+ wrapperElement: Element;
436
+ inputElement: HTMLInputElement;
437
+ labelElement: HTMLLabelElement;
438
+ inputId: string;
439
439
  format: any;
440
440
  ValidityMessageOverride: any;
441
441
  /**
@@ -458,7 +458,7 @@ export default class BaseInput extends AuroElement {
458
458
  * @returns {void}
459
459
  */
460
460
  updated(changedProperties: Map<string, any>): void;
461
- skipNextProgrammaticInputEvent: boolean | undefined;
461
+ skipNextProgrammaticInputEvent: boolean;
462
462
  /**
463
463
  * @private
464
464
  * @returns {void} Notify validity state changed via event.
@@ -470,8 +470,8 @@ export default class BaseInput extends AuroElement {
470
470
  * @returns {void}
471
471
  */
472
472
  private configureAutoFormatting;
473
- maskInstance: import("imask").InputMask<import("imask").FactoryArg> | undefined;
474
- value: string | undefined;
473
+ maskInstance: import("imask").InputMask<import("imask").FactoryArg>;
474
+ value: string;
475
475
  formattedDate: any;
476
476
  comparisonDate: any;
477
477
  /**
@@ -514,7 +514,7 @@ export default class BaseInput extends AuroElement {
514
514
  * @return {void}
515
515
  */
516
516
  private handleFocusin;
517
- hasFocus: boolean | undefined;
517
+ hasFocus: boolean;
518
518
  /**
519
519
  * Function to support @focusout event.
520
520
  * @private
@@ -6614,7 +6614,7 @@ class AuroHelpText extends LitElement {
6614
6614
  }
6615
6615
  }
6616
6616
 
6617
- var formkitVersion = '202604222117';
6617
+ var formkitVersion = '202604231640';
6618
6618
 
6619
6619
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
6620
6620
  // See LICENSE in the project root for license information.
@@ -6614,7 +6614,7 @@ class AuroHelpText extends LitElement {
6614
6614
  }
6615
6615
  }
6616
6616
 
6617
- var formkitVersion = '202604222117';
6617
+ var formkitVersion = '202604231640';
6618
6618
 
6619
6619
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
6620
6620
  // See LICENSE in the project root for license information.
@@ -25,7 +25,7 @@ The `auro-menu` element provides users a way to select from a list of options.
25
25
  | [selectAllMatchingOptions](#selectAllMatchingOptions) | `selectAllMatchingOptions` | | `boolean` | false | When true, selects all options that match the provided value/key when setting value and multiselect is enabled. |
26
26
  | [selectedOption](#selectedOption) | | readonly | `HTMLElement \| null` | | Gets the first selected option, or null if none. |
27
27
  | [selectedOptions](#selectedOptions) | | readonly | `HTMLElement[]` | | Gets the currently selected options. |
28
- | [value](#value) | `value` | | `string` | "undefined" | The value of the selected option. In multi-select mode, this is a JSON stringified array of selected option values. |
28
+ | [value](#value) | `value` | | `string` | | The value of the selected option. In multi-select mode, this is a JSON stringified array of selected option values. |
29
29
 
30
30
  ## Methods
31
31
 
@@ -64,13 +64,13 @@ The `auro-menuoption` element provides users a way to define a menu option.
64
64
  | Property | Attribute | Modifiers | Type | Default | Description |
65
65
  |---------------|------------|-----------|-----------|---------|--------------------------------------------------|
66
66
  | [disabled](#disabled) | `disabled` | | `boolean` | false | When true, disables the menu option. |
67
- | [iconTag](#iconTag) | | | | | |
67
+ | [iconTag](#iconTag) | | | `string` | | |
68
68
  | [isActive](#isActive) | | readonly | `boolean` | | Returns whether the menu option is currently active and selectable.<br />An option is considered active if it is not hidden, not disabled, and not static. |
69
69
  | [key](#key) | `key` | | `string` | | Allows users to set a unique key for the menu option for specified option selection. If no key is provided, the value property will be used. |
70
70
  | [noMatch](#noMatch) | `nomatch` | | `boolean` | false | 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. |
71
71
  | [selected](#selected) | `selected` | | `boolean` | false | Specifies that an option is selected. |
72
72
  | [tabIndex](#tabIndex) | `tabIndex` | | `number` | | Specifies the tab index of the menu option. |
73
- | [unsubscribe](#unsubscribe) | | | `number` | null | |
73
+ | [unsubscribe](#unsubscribe) | | | | null | |
74
74
  | [value](#value) | `value` | | `string` | | Specifies the value to be sent to a server. |
75
75
 
76
76
  ## Methods
@@ -1322,10 +1322,13 @@ class MenuService {
1322
1322
  }
1323
1323
 
1324
1324
  const optionsSet = new Set(optionsToDeselect);
1325
+ const previousCount = this.selectedOptions.length;
1325
1326
  this.selectedOptions = (this.selectedOptions || [])
1326
1327
  .filter(opt => !optionsSet.has(opt));
1327
1328
 
1328
- this.stageUpdate();
1329
+ if (this.selectedOptions.length < previousCount) {
1330
+ this.stageUpdate();
1331
+ }
1329
1332
  }
1330
1333
 
1331
1334
  /**
@@ -1745,8 +1748,6 @@ class AuroMenu extends AuroElement {
1745
1748
  */
1746
1749
  this.size = "sm";
1747
1750
 
1748
- // Value of the selected options
1749
- this.value = undefined;
1750
1751
  // Currently selected option
1751
1752
  this.optionSelected = undefined;
1752
1753
  // String used for highlighting/filtering
@@ -1230,10 +1230,13 @@ class MenuService {
1230
1230
  }
1231
1231
 
1232
1232
  const optionsSet = new Set(optionsToDeselect);
1233
+ const previousCount = this.selectedOptions.length;
1233
1234
  this.selectedOptions = (this.selectedOptions || [])
1234
1235
  .filter(opt => !optionsSet.has(opt));
1235
1236
 
1236
- this.stageUpdate();
1237
+ if (this.selectedOptions.length < previousCount) {
1238
+ this.stageUpdate();
1239
+ }
1237
1240
  }
1238
1241
 
1239
1242
  /**
@@ -1653,8 +1656,6 @@ class AuroMenu extends AuroElement {
1653
1656
  */
1654
1657
  this.size = "sm";
1655
1658
 
1656
- // Value of the selected options
1657
- this.value = undefined;
1658
1659
  // Currently selected option
1659
1660
  this.optionSelected = undefined;
1660
1661
  // String used for highlighting/filtering
@@ -31,4 +31,4 @@ export function isOptionInteractive(option: HTMLElement): boolean;
31
31
  * @param {string} eventName - Name of the event to dispatch.
32
32
  * @param {Object} [detail] - Optional detail object to include with the event.
33
33
  */
34
- export function dispatchMenuEvent(element: HTMLElement, eventName: string, detail?: Object): void;
34
+ export function dispatchMenuEvent(element: HTMLElement, eventName: string, detail?: any): void;
@@ -45,7 +45,7 @@ export class MenuService {
45
45
  * @returns {string|string[]|undefined}
46
46
  */
47
47
  get currentKeys(): string | string[] | undefined;
48
- host: any;
48
+ host: AuroMenu;
49
49
  size: any;
50
50
  shape: any;
51
51
  noCheckmark: any;
@@ -59,7 +59,7 @@ export class MenuService {
59
59
  _subscribers: any[];
60
60
  internalUpdateInProgress: boolean;
61
61
  selectedOptions: any[];
62
- _pendingValue: string | number | (string | number)[] | null;
62
+ _pendingValue: string | number | (string | number)[];
63
63
  _pendingRetryScheduled: boolean;
64
64
  _pendingRetryCount: number;
65
65
  /**
@@ -87,7 +87,7 @@ export class MenuService {
87
87
  * Sets multiple properties on the instance.
88
88
  * @param {Object} properties - Key-value pairs of properties to set.
89
89
  */
90
- setProperties(properties: Object): void;
90
+ setProperties(properties: any): void;
91
91
  /**
92
92
  * MENU OPTION HIGHLIGHTING
93
93
  */
@@ -144,7 +144,6 @@ export class AuroMenu extends AuroElement {
144
144
  * @private
145
145
  */
146
146
  private size;
147
- value: any;
148
147
  optionSelected: any;
149
148
  matchWord: any;
150
149
  noCheckmark: boolean;
@@ -196,7 +195,7 @@ export class AuroMenu extends AuroElement {
196
195
  * @protected
197
196
  */
198
197
  protected provideContext(): void;
199
- rootMenu: boolean | undefined;
198
+ rootMenu: boolean;
200
199
  menuService: any;
201
200
  _contextProvider: any;
202
201
  /**
@@ -210,13 +209,14 @@ export class AuroMenu extends AuroElement {
210
209
  * @protected
211
210
  */
212
211
  protected setInternalValue(value: string | Array<string>): void;
213
- internalUpdateInProgress: boolean | undefined;
212
+ internalUpdateInProgress: boolean;
213
+ value: any;
214
214
  /**
215
215
  * Handles changes from the menu service and updates component state.
216
216
  * @param {Object} event - The event object from the menu service.
217
217
  * @protected
218
218
  */
219
- protected handleMenuChange(event: Object): void;
219
+ protected handleMenuChange(event: any): void;
220
220
  _index: any;
221
221
  options: any;
222
222
  /**
@@ -230,7 +230,7 @@ export class AuroMenu extends AuroElement {
230
230
  */
231
231
  get selectedOption(): HTMLElement | null;
232
232
  firstUpdated(): void;
233
- loadingSlots: NodeListOf<Element> | undefined;
233
+ loadingSlots: NodeListOf<Element>;
234
234
  updated(changedProperties: any): void;
235
235
  /**
236
236
  * Sets an attribute that matches the default tag name if the tag name is not the default.