@aurodesignsystem-dev/auro-formkit 0.0.0-pr1578.1 → 0.0.0-pr1582.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 (47) hide show
  1. package/components/checkbox/demo/customize.min.js +1 -1
  2. package/components/checkbox/demo/getting-started.min.js +1 -1
  3. package/components/checkbox/demo/index.min.js +1 -1
  4. package/components/checkbox/dist/index.js +1 -1
  5. package/components/checkbox/dist/registered.js +1 -1
  6. package/components/combobox/demo/customize.min.js +24 -6
  7. package/components/combobox/demo/getting-started.min.js +24 -6
  8. package/components/combobox/demo/index.min.js +24 -6
  9. package/components/combobox/dist/index.js +24 -6
  10. package/components/combobox/dist/registered.js +24 -6
  11. package/components/counter/demo/customize.min.js +12 -3
  12. package/components/counter/demo/index.min.js +12 -3
  13. package/components/counter/dist/index.js +12 -3
  14. package/components/counter/dist/registered.js +12 -3
  15. package/components/datepicker/demo/customize.min.js +24 -6
  16. package/components/datepicker/demo/index.min.js +24 -6
  17. package/components/datepicker/dist/index.js +24 -6
  18. package/components/datepicker/dist/registered.js +24 -6
  19. package/components/dropdown/demo/customize.min.js +10 -1
  20. package/components/dropdown/demo/getting-started.min.js +23 -5
  21. package/components/dropdown/demo/index.min.js +10 -1
  22. package/components/dropdown/dist/index.js +10 -1
  23. package/components/dropdown/dist/registered.js +10 -1
  24. package/components/form/demo/customize.min.js +86 -23
  25. package/components/form/demo/getting-started.min.js +86 -23
  26. package/components/form/demo/index.min.js +86 -23
  27. package/components/form/demo/registerDemoDeps.min.js +86 -23
  28. package/components/input/demo/api.md +1 -1
  29. package/components/input/demo/customize.md +1 -1
  30. package/components/input/demo/customize.min.js +13 -4
  31. package/components/input/demo/getting-started.min.js +13 -4
  32. package/components/input/demo/index.min.js +13 -4
  33. package/components/input/dist/base-input.d.ts +2 -0
  34. package/components/input/dist/index.js +13 -4
  35. package/components/input/dist/registered.js +13 -4
  36. package/components/radio/demo/customize.min.js +1 -1
  37. package/components/radio/demo/getting-started.min.js +1 -1
  38. package/components/radio/demo/index.min.js +1 -1
  39. package/components/radio/dist/index.js +1 -1
  40. package/components/radio/dist/registered.js +1 -1
  41. package/components/select/demo/customize.min.js +11 -2
  42. package/components/select/demo/getting-started.min.js +11 -2
  43. package/components/select/demo/index.min.js +11 -2
  44. package/components/select/dist/index.js +11 -2
  45. package/components/select/dist/registered.js +11 -2
  46. package/custom-elements.json +4 -4
  47. package/package.json +1 -1
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
1275
1275
  }
1276
1276
  }
1277
1277
 
1278
- var formkitVersion = '202608042159';
1278
+ var formkitVersion = '202608102106';
1279
1279
 
1280
1280
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1281
1281
  // See LICENSE in the project root for license information.
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
1275
1275
  }
1276
1276
  }
1277
1277
 
1278
- var formkitVersion = '202608042159';
1278
+ var formkitVersion = '202608102106';
1279
1279
 
1280
1280
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1281
1281
  // See LICENSE in the project root for license information.
@@ -1275,7 +1275,7 @@ class AuroHelpText extends i$2 {
1275
1275
  }
1276
1276
  }
1277
1277
 
1278
- var formkitVersion = '202608042159';
1278
+ var formkitVersion = '202608102106';
1279
1279
 
1280
1280
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1281
1281
  // See LICENSE in the project root for license information.
@@ -1228,7 +1228,7 @@ class AuroHelpText extends LitElement {
1228
1228
  }
1229
1229
  }
1230
1230
 
1231
- var formkitVersion = '202608042159';
1231
+ var formkitVersion = '202608102106';
1232
1232
 
1233
1233
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1234
1234
  // See LICENSE in the project root for license information.
@@ -1228,7 +1228,7 @@ class AuroHelpText extends LitElement {
1228
1228
  }
1229
1229
  }
1230
1230
 
1231
- var formkitVersion = '202608042159';
1231
+ var formkitVersion = '202608102106';
1232
1232
 
1233
1233
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1234
1234
  // See LICENSE in the project root for license information.
@@ -4977,7 +4977,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
4977
4977
  }
4978
4978
  };
4979
4979
 
4980
- var formkitVersion$2 = '202608042159';
4980
+ var formkitVersion$2 = '202608102106';
4981
4981
 
4982
4982
  let AuroElement$2 = class AuroElement extends i$3 {
4983
4983
  static get properties() {
@@ -5679,6 +5679,15 @@ class AuroDropdown extends AuroElement$2 {
5679
5679
 
5680
5680
  connectedCallback() {
5681
5681
  super.connectedCallback();
5682
+ // Re-register trigger event listeners removed by floater.disconnect() in
5683
+ // disconnectedCallback(). Fires when a parent element (e.g. auro-drawer)
5684
+ // moves this element to a new DOM location. firstUpdated() won't re-run,
5685
+ // so without this the trigger click/keydown handlers are permanently gone.
5686
+ // Guard on floater.element so this is a no-op on the initial connect
5687
+ // (before firstUpdated() has called configure()).
5688
+ if (this.floater?.element) {
5689
+ this.floater.configure(this, 'auroDropdown', !this.disableKeyboardHandling);
5690
+ }
5682
5691
  }
5683
5692
 
5684
5693
  disconnectedCallback() {
@@ -17140,6 +17149,8 @@ class BaseInput extends AuroElement$1 {
17140
17149
 
17141
17150
  /**
17142
17151
  * If set, the label will remain fixed in the active position.
17152
+ * Only applies to the classic/default layout; the emphasized and snowflake
17153
+ * layouts always render the label inside the field, so this has no effect there.
17143
17154
  */
17144
17155
  activeLabel: {
17145
17156
  type: Boolean,
@@ -18666,7 +18677,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
18666
18677
  }
18667
18678
  };
18668
18679
 
18669
- var formkitVersion$1 = '202608042159';
18680
+ var formkitVersion$1 = '202608102106';
18670
18681
 
18671
18682
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18672
18683
  // See LICENSE in the project root for license information.
@@ -18767,6 +18778,13 @@ class AuroInput extends BaseInput {
18767
18778
  * @private
18768
18779
  */
18769
18780
  get inputHidden() {
18781
+ // When activeLabel is set, keep the input row visible so the label stays
18782
+ // raised in the active position (classic/default layout) instead of
18783
+ // collapsing to the centered placeholder position.
18784
+ if (this.activeLabel) {
18785
+ return false;
18786
+ }
18787
+
18770
18788
  return (
18771
18789
  this.hasDisplayValueContent && !this.hasFocus && this.hasValue) ||
18772
18790
  (
@@ -18821,7 +18839,7 @@ class AuroInput extends BaseInput {
18821
18839
  }
18822
18840
 
18823
18841
  // classic layout (default)
18824
- return ((!this.value || this.value.length === 0) && !this.placeholderStr && !this.hasFocus) ? 'body-default' : 'body-xs';
18842
+ return ((!this.value || this.value.length === 0) && !this.placeholderStr && !this.hasFocus && !this.activeLabel) ? 'body-default' : 'body-xs';
18825
18843
  }
18826
18844
 
18827
18845
  /**
@@ -18917,7 +18935,8 @@ class AuroInput extends BaseInput {
18917
18935
  'wrapper': true,
18918
18936
  'simple': this.simple,
18919
18937
  'withValue': this.hasValue,
18920
- 'hasFocus': this.hasFocus
18938
+ 'hasFocus': this.hasFocus,
18939
+ 'activeLabel': this.activeLabel
18921
18940
  };
18922
18941
  }
18923
18942
 
@@ -19128,7 +19147,6 @@ class AuroInput extends BaseInput {
19128
19147
  @input="${this.handleInput}"
19129
19148
  .placeholder=${this.placeholderStr}
19130
19149
  .role=${this.a11yRole}
19131
- ?activeLabel="${this.activeLabel}"
19132
19150
  ?disabled="${this.disabled}"
19133
19151
  ?required="${this.required}"
19134
19152
  aria-activedescendant=${o(this.a11yActivedescendant)}
@@ -19822,7 +19840,7 @@ class AuroBibtemplate extends i$3 {
19822
19840
  }
19823
19841
  }
19824
19842
 
19825
- var formkitVersion = '202608042159';
19843
+ var formkitVersion = '202608102106';
19826
19844
 
19827
19845
  var styleCss$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
19828
19846
 
@@ -4977,7 +4977,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
4977
4977
  }
4978
4978
  };
4979
4979
 
4980
- var formkitVersion$2 = '202608042159';
4980
+ var formkitVersion$2 = '202608102106';
4981
4981
 
4982
4982
  let AuroElement$2 = class AuroElement extends i$3 {
4983
4983
  static get properties() {
@@ -5679,6 +5679,15 @@ class AuroDropdown extends AuroElement$2 {
5679
5679
 
5680
5680
  connectedCallback() {
5681
5681
  super.connectedCallback();
5682
+ // Re-register trigger event listeners removed by floater.disconnect() in
5683
+ // disconnectedCallback(). Fires when a parent element (e.g. auro-drawer)
5684
+ // moves this element to a new DOM location. firstUpdated() won't re-run,
5685
+ // so without this the trigger click/keydown handlers are permanently gone.
5686
+ // Guard on floater.element so this is a no-op on the initial connect
5687
+ // (before firstUpdated() has called configure()).
5688
+ if (this.floater?.element) {
5689
+ this.floater.configure(this, 'auroDropdown', !this.disableKeyboardHandling);
5690
+ }
5682
5691
  }
5683
5692
 
5684
5693
  disconnectedCallback() {
@@ -17140,6 +17149,8 @@ class BaseInput extends AuroElement$1 {
17140
17149
 
17141
17150
  /**
17142
17151
  * If set, the label will remain fixed in the active position.
17152
+ * Only applies to the classic/default layout; the emphasized and snowflake
17153
+ * layouts always render the label inside the field, so this has no effect there.
17143
17154
  */
17144
17155
  activeLabel: {
17145
17156
  type: Boolean,
@@ -18666,7 +18677,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
18666
18677
  }
18667
18678
  };
18668
18679
 
18669
- var formkitVersion$1 = '202608042159';
18680
+ var formkitVersion$1 = '202608102106';
18670
18681
 
18671
18682
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18672
18683
  // See LICENSE in the project root for license information.
@@ -18767,6 +18778,13 @@ class AuroInput extends BaseInput {
18767
18778
  * @private
18768
18779
  */
18769
18780
  get inputHidden() {
18781
+ // When activeLabel is set, keep the input row visible so the label stays
18782
+ // raised in the active position (classic/default layout) instead of
18783
+ // collapsing to the centered placeholder position.
18784
+ if (this.activeLabel) {
18785
+ return false;
18786
+ }
18787
+
18770
18788
  return (
18771
18789
  this.hasDisplayValueContent && !this.hasFocus && this.hasValue) ||
18772
18790
  (
@@ -18821,7 +18839,7 @@ class AuroInput extends BaseInput {
18821
18839
  }
18822
18840
 
18823
18841
  // classic layout (default)
18824
- return ((!this.value || this.value.length === 0) && !this.placeholderStr && !this.hasFocus) ? 'body-default' : 'body-xs';
18842
+ return ((!this.value || this.value.length === 0) && !this.placeholderStr && !this.hasFocus && !this.activeLabel) ? 'body-default' : 'body-xs';
18825
18843
  }
18826
18844
 
18827
18845
  /**
@@ -18917,7 +18935,8 @@ class AuroInput extends BaseInput {
18917
18935
  'wrapper': true,
18918
18936
  'simple': this.simple,
18919
18937
  'withValue': this.hasValue,
18920
- 'hasFocus': this.hasFocus
18938
+ 'hasFocus': this.hasFocus,
18939
+ 'activeLabel': this.activeLabel
18921
18940
  };
18922
18941
  }
18923
18942
 
@@ -19128,7 +19147,6 @@ class AuroInput extends BaseInput {
19128
19147
  @input="${this.handleInput}"
19129
19148
  .placeholder=${this.placeholderStr}
19130
19149
  .role=${this.a11yRole}
19131
- ?activeLabel="${this.activeLabel}"
19132
19150
  ?disabled="${this.disabled}"
19133
19151
  ?required="${this.required}"
19134
19152
  aria-activedescendant=${o(this.a11yActivedescendant)}
@@ -19822,7 +19840,7 @@ class AuroBibtemplate extends i$3 {
19822
19840
  }
19823
19841
  }
19824
19842
 
19825
- var formkitVersion = '202608042159';
19843
+ var formkitVersion = '202608102106';
19826
19844
 
19827
19845
  var styleCss$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
19828
19846
 
@@ -4992,7 +4992,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
4992
4992
  }
4993
4993
  };
4994
4994
 
4995
- var formkitVersion$2 = '202608042159';
4995
+ var formkitVersion$2 = '202608102106';
4996
4996
 
4997
4997
  let AuroElement$2 = class AuroElement extends i$3 {
4998
4998
  static get properties() {
@@ -5694,6 +5694,15 @@ class AuroDropdown extends AuroElement$2 {
5694
5694
 
5695
5695
  connectedCallback() {
5696
5696
  super.connectedCallback();
5697
+ // Re-register trigger event listeners removed by floater.disconnect() in
5698
+ // disconnectedCallback(). Fires when a parent element (e.g. auro-drawer)
5699
+ // moves this element to a new DOM location. firstUpdated() won't re-run,
5700
+ // so without this the trigger click/keydown handlers are permanently gone.
5701
+ // Guard on floater.element so this is a no-op on the initial connect
5702
+ // (before firstUpdated() has called configure()).
5703
+ if (this.floater?.element) {
5704
+ this.floater.configure(this, 'auroDropdown', !this.disableKeyboardHandling);
5705
+ }
5697
5706
  }
5698
5707
 
5699
5708
  disconnectedCallback() {
@@ -17155,6 +17164,8 @@ class BaseInput extends AuroElement$1 {
17155
17164
 
17156
17165
  /**
17157
17166
  * If set, the label will remain fixed in the active position.
17167
+ * Only applies to the classic/default layout; the emphasized and snowflake
17168
+ * layouts always render the label inside the field, so this has no effect there.
17158
17169
  */
17159
17170
  activeLabel: {
17160
17171
  type: Boolean,
@@ -18681,7 +18692,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
18681
18692
  }
18682
18693
  };
18683
18694
 
18684
- var formkitVersion$1 = '202608042159';
18695
+ var formkitVersion$1 = '202608102106';
18685
18696
 
18686
18697
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18687
18698
  // See LICENSE in the project root for license information.
@@ -18782,6 +18793,13 @@ class AuroInput extends BaseInput {
18782
18793
  * @private
18783
18794
  */
18784
18795
  get inputHidden() {
18796
+ // When activeLabel is set, keep the input row visible so the label stays
18797
+ // raised in the active position (classic/default layout) instead of
18798
+ // collapsing to the centered placeholder position.
18799
+ if (this.activeLabel) {
18800
+ return false;
18801
+ }
18802
+
18785
18803
  return (
18786
18804
  this.hasDisplayValueContent && !this.hasFocus && this.hasValue) ||
18787
18805
  (
@@ -18836,7 +18854,7 @@ class AuroInput extends BaseInput {
18836
18854
  }
18837
18855
 
18838
18856
  // classic layout (default)
18839
- return ((!this.value || this.value.length === 0) && !this.placeholderStr && !this.hasFocus) ? 'body-default' : 'body-xs';
18857
+ return ((!this.value || this.value.length === 0) && !this.placeholderStr && !this.hasFocus && !this.activeLabel) ? 'body-default' : 'body-xs';
18840
18858
  }
18841
18859
 
18842
18860
  /**
@@ -18932,7 +18950,8 @@ class AuroInput extends BaseInput {
18932
18950
  'wrapper': true,
18933
18951
  'simple': this.simple,
18934
18952
  'withValue': this.hasValue,
18935
- 'hasFocus': this.hasFocus
18953
+ 'hasFocus': this.hasFocus,
18954
+ 'activeLabel': this.activeLabel
18936
18955
  };
18937
18956
  }
18938
18957
 
@@ -19143,7 +19162,6 @@ class AuroInput extends BaseInput {
19143
19162
  @input="${this.handleInput}"
19144
19163
  .placeholder=${this.placeholderStr}
19145
19164
  .role=${this.a11yRole}
19146
- ?activeLabel="${this.activeLabel}"
19147
19165
  ?disabled="${this.disabled}"
19148
19166
  ?required="${this.required}"
19149
19167
  aria-activedescendant=${o(this.a11yActivedescendant)}
@@ -19837,7 +19855,7 @@ class AuroBibtemplate extends i$3 {
19837
19855
  }
19838
19856
  }
19839
19857
 
19840
- var formkitVersion = '202608042159';
19858
+ var formkitVersion = '202608102106';
19841
19859
 
19842
19860
  var styleCss$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
19843
19861
 
@@ -4910,7 +4910,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
4910
4910
  }
4911
4911
  };
4912
4912
 
4913
- var formkitVersion$2 = '202608042159';
4913
+ var formkitVersion$2 = '202608102106';
4914
4914
 
4915
4915
  let AuroElement$2 = class AuroElement extends LitElement {
4916
4916
  static get properties() {
@@ -5612,6 +5612,15 @@ class AuroDropdown extends AuroElement$2 {
5612
5612
 
5613
5613
  connectedCallback() {
5614
5614
  super.connectedCallback();
5615
+ // Re-register trigger event listeners removed by floater.disconnect() in
5616
+ // disconnectedCallback(). Fires when a parent element (e.g. auro-drawer)
5617
+ // moves this element to a new DOM location. firstUpdated() won't re-run,
5618
+ // so without this the trigger click/keydown handlers are permanently gone.
5619
+ // Guard on floater.element so this is a no-op on the initial connect
5620
+ // (before firstUpdated() has called configure()).
5621
+ if (this.floater?.element) {
5622
+ this.floater.configure(this, 'auroDropdown', !this.disableKeyboardHandling);
5623
+ }
5615
5624
  }
5616
5625
 
5617
5626
  disconnectedCallback() {
@@ -17066,6 +17075,8 @@ class BaseInput extends AuroElement$1 {
17066
17075
 
17067
17076
  /**
17068
17077
  * If set, the label will remain fixed in the active position.
17078
+ * Only applies to the classic/default layout; the emphasized and snowflake
17079
+ * layouts always render the label inside the field, so this has no effect there.
17069
17080
  */
17070
17081
  activeLabel: {
17071
17082
  type: Boolean,
@@ -18592,7 +18603,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
18592
18603
  }
18593
18604
  };
18594
18605
 
18595
- var formkitVersion$1 = '202608042159';
18606
+ var formkitVersion$1 = '202608102106';
18596
18607
 
18597
18608
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18598
18609
  // See LICENSE in the project root for license information.
@@ -18693,6 +18704,13 @@ class AuroInput extends BaseInput {
18693
18704
  * @private
18694
18705
  */
18695
18706
  get inputHidden() {
18707
+ // When activeLabel is set, keep the input row visible so the label stays
18708
+ // raised in the active position (classic/default layout) instead of
18709
+ // collapsing to the centered placeholder position.
18710
+ if (this.activeLabel) {
18711
+ return false;
18712
+ }
18713
+
18696
18714
  return (
18697
18715
  this.hasDisplayValueContent && !this.hasFocus && this.hasValue) ||
18698
18716
  (
@@ -18747,7 +18765,7 @@ class AuroInput extends BaseInput {
18747
18765
  }
18748
18766
 
18749
18767
  // classic layout (default)
18750
- return ((!this.value || this.value.length === 0) && !this.placeholderStr && !this.hasFocus) ? 'body-default' : 'body-xs';
18768
+ return ((!this.value || this.value.length === 0) && !this.placeholderStr && !this.hasFocus && !this.activeLabel) ? 'body-default' : 'body-xs';
18751
18769
  }
18752
18770
 
18753
18771
  /**
@@ -18843,7 +18861,8 @@ class AuroInput extends BaseInput {
18843
18861
  'wrapper': true,
18844
18862
  'simple': this.simple,
18845
18863
  'withValue': this.hasValue,
18846
- 'hasFocus': this.hasFocus
18864
+ 'hasFocus': this.hasFocus,
18865
+ 'activeLabel': this.activeLabel
18847
18866
  };
18848
18867
  }
18849
18868
 
@@ -19054,7 +19073,6 @@ class AuroInput extends BaseInput {
19054
19073
  @input="${this.handleInput}"
19055
19074
  .placeholder=${this.placeholderStr}
19056
19075
  .role=${this.a11yRole}
19057
- ?activeLabel="${this.activeLabel}"
19058
19076
  ?disabled="${this.disabled}"
19059
19077
  ?required="${this.required}"
19060
19078
  aria-activedescendant=${ifDefined(this.a11yActivedescendant)}
@@ -19748,7 +19766,7 @@ class AuroBibtemplate extends LitElement {
19748
19766
  }
19749
19767
  }
19750
19768
 
19751
- var formkitVersion = '202608042159';
19769
+ var formkitVersion = '202608102106';
19752
19770
 
19753
19771
  var styleCss$1 = css`.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}`;
19754
19772
 
@@ -4910,7 +4910,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
4910
4910
  }
4911
4911
  };
4912
4912
 
4913
- var formkitVersion$2 = '202608042159';
4913
+ var formkitVersion$2 = '202608102106';
4914
4914
 
4915
4915
  let AuroElement$2 = class AuroElement extends LitElement {
4916
4916
  static get properties() {
@@ -5612,6 +5612,15 @@ class AuroDropdown extends AuroElement$2 {
5612
5612
 
5613
5613
  connectedCallback() {
5614
5614
  super.connectedCallback();
5615
+ // Re-register trigger event listeners removed by floater.disconnect() in
5616
+ // disconnectedCallback(). Fires when a parent element (e.g. auro-drawer)
5617
+ // moves this element to a new DOM location. firstUpdated() won't re-run,
5618
+ // so without this the trigger click/keydown handlers are permanently gone.
5619
+ // Guard on floater.element so this is a no-op on the initial connect
5620
+ // (before firstUpdated() has called configure()).
5621
+ if (this.floater?.element) {
5622
+ this.floater.configure(this, 'auroDropdown', !this.disableKeyboardHandling);
5623
+ }
5615
5624
  }
5616
5625
 
5617
5626
  disconnectedCallback() {
@@ -17066,6 +17075,8 @@ class BaseInput extends AuroElement$1 {
17066
17075
 
17067
17076
  /**
17068
17077
  * If set, the label will remain fixed in the active position.
17078
+ * Only applies to the classic/default layout; the emphasized and snowflake
17079
+ * layouts always render the label inside the field, so this has no effect there.
17069
17080
  */
17070
17081
  activeLabel: {
17071
17082
  type: Boolean,
@@ -18592,7 +18603,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
18592
18603
  }
18593
18604
  };
18594
18605
 
18595
- var formkitVersion$1 = '202608042159';
18606
+ var formkitVersion$1 = '202608102106';
18596
18607
 
18597
18608
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18598
18609
  // See LICENSE in the project root for license information.
@@ -18693,6 +18704,13 @@ class AuroInput extends BaseInput {
18693
18704
  * @private
18694
18705
  */
18695
18706
  get inputHidden() {
18707
+ // When activeLabel is set, keep the input row visible so the label stays
18708
+ // raised in the active position (classic/default layout) instead of
18709
+ // collapsing to the centered placeholder position.
18710
+ if (this.activeLabel) {
18711
+ return false;
18712
+ }
18713
+
18696
18714
  return (
18697
18715
  this.hasDisplayValueContent && !this.hasFocus && this.hasValue) ||
18698
18716
  (
@@ -18747,7 +18765,7 @@ class AuroInput extends BaseInput {
18747
18765
  }
18748
18766
 
18749
18767
  // classic layout (default)
18750
- return ((!this.value || this.value.length === 0) && !this.placeholderStr && !this.hasFocus) ? 'body-default' : 'body-xs';
18768
+ return ((!this.value || this.value.length === 0) && !this.placeholderStr && !this.hasFocus && !this.activeLabel) ? 'body-default' : 'body-xs';
18751
18769
  }
18752
18770
 
18753
18771
  /**
@@ -18843,7 +18861,8 @@ class AuroInput extends BaseInput {
18843
18861
  'wrapper': true,
18844
18862
  'simple': this.simple,
18845
18863
  'withValue': this.hasValue,
18846
- 'hasFocus': this.hasFocus
18864
+ 'hasFocus': this.hasFocus,
18865
+ 'activeLabel': this.activeLabel
18847
18866
  };
18848
18867
  }
18849
18868
 
@@ -19054,7 +19073,6 @@ class AuroInput extends BaseInput {
19054
19073
  @input="${this.handleInput}"
19055
19074
  .placeholder=${this.placeholderStr}
19056
19075
  .role=${this.a11yRole}
19057
- ?activeLabel="${this.activeLabel}"
19058
19076
  ?disabled="${this.disabled}"
19059
19077
  ?required="${this.required}"
19060
19078
  aria-activedescendant=${ifDefined(this.a11yActivedescendant)}
@@ -19748,7 +19766,7 @@ class AuroBibtemplate extends LitElement {
19748
19766
  }
19749
19767
  }
19750
19768
 
19751
- var formkitVersion = '202608042159';
19769
+ var formkitVersion = '202608102106';
19752
19770
 
19753
19771
  var styleCss$1 = css`.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}`;
19754
19772
 
@@ -1117,7 +1117,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1117
1117
  }
1118
1118
  };
1119
1119
 
1120
- var formkitVersion$1 = '202608042159';
1120
+ var formkitVersion$1 = '202608102106';
1121
1121
 
1122
1122
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1123
1123
  // See LICENSE in the project root for license information.
@@ -1522,7 +1522,7 @@ class AuroCounter extends i$2 {
1522
1522
  aria-valuemax="${this.max}"
1523
1523
  aria-valuemin="${this.min}"
1524
1524
  aria-valuenow="${this.value}"
1525
- aria-valuetext="${this.value !== undefined ? this.value : this.min}"
1525
+ aria-valuetext="'${this.value !== undefined ? this.value : this.min}'"
1526
1526
  role="spinbutton"
1527
1527
  tabindex="${this.disabled ? '-1' : '0'}"
1528
1528
  >
@@ -5288,7 +5288,7 @@ class AuroHelpText extends i$2 {
5288
5288
  }
5289
5289
  }
5290
5290
 
5291
- var formkitVersion = '202608042159';
5291
+ var formkitVersion = '202608102106';
5292
5292
 
5293
5293
  let AuroElement$1 = class AuroElement extends i$2 {
5294
5294
  static get properties() {
@@ -5990,6 +5990,15 @@ class AuroDropdown extends AuroElement$1 {
5990
5990
 
5991
5991
  connectedCallback() {
5992
5992
  super.connectedCallback();
5993
+ // Re-register trigger event listeners removed by floater.disconnect() in
5994
+ // disconnectedCallback(). Fires when a parent element (e.g. auro-drawer)
5995
+ // moves this element to a new DOM location. firstUpdated() won't re-run,
5996
+ // so without this the trigger click/keydown handlers are permanently gone.
5997
+ // Guard on floater.element so this is a no-op on the initial connect
5998
+ // (before firstUpdated() has called configure()).
5999
+ if (this.floater?.element) {
6000
+ this.floater.configure(this, 'auroDropdown', !this.disableKeyboardHandling);
6001
+ }
5993
6002
  }
5994
6003
 
5995
6004
  disconnectedCallback() {
@@ -1117,7 +1117,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1117
1117
  }
1118
1118
  };
1119
1119
 
1120
- var formkitVersion$1 = '202608042159';
1120
+ var formkitVersion$1 = '202608102106';
1121
1121
 
1122
1122
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1123
1123
  // See LICENSE in the project root for license information.
@@ -1522,7 +1522,7 @@ class AuroCounter extends i$2 {
1522
1522
  aria-valuemax="${this.max}"
1523
1523
  aria-valuemin="${this.min}"
1524
1524
  aria-valuenow="${this.value}"
1525
- aria-valuetext="${this.value !== undefined ? this.value : this.min}"
1525
+ aria-valuetext="'${this.value !== undefined ? this.value : this.min}'"
1526
1526
  role="spinbutton"
1527
1527
  tabindex="${this.disabled ? '-1' : '0'}"
1528
1528
  >
@@ -5288,7 +5288,7 @@ class AuroHelpText extends i$2 {
5288
5288
  }
5289
5289
  }
5290
5290
 
5291
- var formkitVersion = '202608042159';
5291
+ var formkitVersion = '202608102106';
5292
5292
 
5293
5293
  let AuroElement$1 = class AuroElement extends i$2 {
5294
5294
  static get properties() {
@@ -5990,6 +5990,15 @@ class AuroDropdown extends AuroElement$1 {
5990
5990
 
5991
5991
  connectedCallback() {
5992
5992
  super.connectedCallback();
5993
+ // Re-register trigger event listeners removed by floater.disconnect() in
5994
+ // disconnectedCallback(). Fires when a parent element (e.g. auro-drawer)
5995
+ // moves this element to a new DOM location. firstUpdated() won't re-run,
5996
+ // so without this the trigger click/keydown handlers are permanently gone.
5997
+ // Guard on floater.element so this is a no-op on the initial connect
5998
+ // (before firstUpdated() has called configure()).
5999
+ if (this.floater?.element) {
6000
+ this.floater.configure(this, 'auroDropdown', !this.disableKeyboardHandling);
6001
+ }
5993
6002
  }
5994
6003
 
5995
6004
  disconnectedCallback() {
@@ -1067,7 +1067,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
1067
1067
  }
1068
1068
  };
1069
1069
 
1070
- var formkitVersion$1 = '202608042159';
1070
+ var formkitVersion$1 = '202608102106';
1071
1071
 
1072
1072
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1073
1073
  // See LICENSE in the project root for license information.
@@ -1472,7 +1472,7 @@ class AuroCounter extends LitElement {
1472
1472
  aria-valuemax="${this.max}"
1473
1473
  aria-valuemin="${this.min}"
1474
1474
  aria-valuenow="${this.value}"
1475
- aria-valuetext="${this.value !== undefined ? this.value : this.min}"
1475
+ aria-valuetext="'${this.value !== undefined ? this.value : this.min}'"
1476
1476
  role="spinbutton"
1477
1477
  tabindex="${this.disabled ? '-1' : '0'}"
1478
1478
  >
@@ -5220,7 +5220,7 @@ class AuroHelpText extends LitElement {
5220
5220
  }
5221
5221
  }
5222
5222
 
5223
- var formkitVersion = '202608042159';
5223
+ var formkitVersion = '202608102106';
5224
5224
 
5225
5225
  let AuroElement$1 = class AuroElement extends LitElement {
5226
5226
  static get properties() {
@@ -5922,6 +5922,15 @@ class AuroDropdown extends AuroElement$1 {
5922
5922
 
5923
5923
  connectedCallback() {
5924
5924
  super.connectedCallback();
5925
+ // Re-register trigger event listeners removed by floater.disconnect() in
5926
+ // disconnectedCallback(). Fires when a parent element (e.g. auro-drawer)
5927
+ // moves this element to a new DOM location. firstUpdated() won't re-run,
5928
+ // so without this the trigger click/keydown handlers are permanently gone.
5929
+ // Guard on floater.element so this is a no-op on the initial connect
5930
+ // (before firstUpdated() has called configure()).
5931
+ if (this.floater?.element) {
5932
+ this.floater.configure(this, 'auroDropdown', !this.disableKeyboardHandling);
5933
+ }
5925
5934
  }
5926
5935
 
5927
5936
  disconnectedCallback() {