@aurodesignsystem-dev/auro-formkit 0.0.0-pr1483.3 → 0.0.0-pr1483.5

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 (48) 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 +5 -5
  7. package/components/combobox/demo/getting-started.min.js +5 -5
  8. package/components/combobox/demo/index.min.js +5 -5
  9. package/components/combobox/demo/keyboard-behavior.md +68 -8
  10. package/components/combobox/dist/index.js +5 -5
  11. package/components/combobox/dist/registered.js +5 -5
  12. package/components/counter/demo/customize.min.js +2 -2
  13. package/components/counter/demo/index.min.js +2 -2
  14. package/components/counter/dist/index.js +1 -1
  15. package/components/counter/dist/registered.js +1 -1
  16. package/components/datepicker/demo/api.md +2 -1
  17. package/components/datepicker/demo/customize.md +52 -15
  18. package/components/datepicker/demo/index.md +23 -0
  19. package/components/datepicker/demo/index.min.js +4515 -520
  20. package/components/datepicker/dist/index.js +4478 -483
  21. package/components/datepicker/dist/registered.js +4478 -483
  22. package/components/datepicker/dist/src/auro-calendar.d.ts +2 -0
  23. package/components/datepicker/dist/src/auro-datepicker.d.ts +16 -10
  24. package/components/dropdown/demo/customize.min.js +1 -1
  25. package/components/dropdown/demo/getting-started.min.js +1 -1
  26. package/components/dropdown/demo/index.min.js +1 -1
  27. package/components/dropdown/dist/index.js +1 -1
  28. package/components/dropdown/dist/registered.js +1 -1
  29. package/components/form/demo/customize.min.js +4866 -869
  30. package/components/form/demo/getting-started.min.js +4866 -869
  31. package/components/form/demo/index.min.js +4866 -869
  32. package/components/form/demo/registerDemoDeps.min.js +4866 -869
  33. package/components/input/demo/customize.min.js +1 -1
  34. package/components/input/demo/getting-started.min.js +1 -1
  35. package/components/input/demo/index.min.js +1 -1
  36. package/components/input/dist/index.js +1 -1
  37. package/components/input/dist/registered.js +1 -1
  38. package/components/radio/demo/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 +20 -18
  42. package/components/select/demo/getting-started.min.js +20 -18
  43. package/components/select/demo/index.min.js +20 -18
  44. package/components/select/demo/keyboard-behavior.md +54 -8
  45. package/components/select/dist/index.js +20 -18
  46. package/components/select/dist/registered.js +20 -18
  47. package/custom-elements.json +47 -31
  48. package/package.json +3 -3
@@ -1260,7 +1260,7 @@ class AuroHelpText extends i$2 {
1260
1260
  }
1261
1261
  }
1262
1262
 
1263
- var formkitVersion = '202605271944';
1263
+ var formkitVersion = '202606031858';
1264
1264
 
1265
1265
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1266
1266
  // See LICENSE in the project root for license information.
@@ -1260,7 +1260,7 @@ class AuroHelpText extends i$2 {
1260
1260
  }
1261
1261
  }
1262
1262
 
1263
- var formkitVersion = '202605271944';
1263
+ var formkitVersion = '202606031858';
1264
1264
 
1265
1265
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1266
1266
  // See LICENSE in the project root for license information.
@@ -1260,7 +1260,7 @@ class AuroHelpText extends i$2 {
1260
1260
  }
1261
1261
  }
1262
1262
 
1263
- var formkitVersion = '202605271944';
1263
+ var formkitVersion = '202606031858';
1264
1264
 
1265
1265
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1266
1266
  // See LICENSE in the project root for license information.
@@ -1213,7 +1213,7 @@ class AuroHelpText extends LitElement {
1213
1213
  }
1214
1214
  }
1215
1215
 
1216
- var formkitVersion = '202605271944';
1216
+ var formkitVersion = '202606031858';
1217
1217
 
1218
1218
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1219
1219
  // See LICENSE in the project root for license information.
@@ -1213,7 +1213,7 @@ class AuroHelpText extends LitElement {
1213
1213
  }
1214
1214
  }
1215
1215
 
1216
- var formkitVersion = '202605271944';
1216
+ var formkitVersion = '202606031858';
1217
1217
 
1218
1218
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1219
1219
  // See LICENSE in the project root for license information.
@@ -853,7 +853,7 @@ const comboboxKeyboardStrategy = {
853
853
 
854
854
  // navigate if bib is open otherwise open it
855
855
  if (component.dropdown.isPopoverVisible) {
856
- if (evt.altKey || evt.metaKey) {
856
+ if (evt.altKey || evt.ctrlKey || evt.metaKey) {
857
857
  component.activateLastEnabledAvailableOption();
858
858
  } else {
859
859
  navigateArrow(component, 'down');
@@ -876,7 +876,7 @@ const comboboxKeyboardStrategy = {
876
876
 
877
877
  // navigate if bib is open otherwise open it
878
878
  if (component.dropdown.isPopoverVisible) {
879
- if (evt.altKey || evt.metaKey) {
879
+ if (evt.altKey || evt.ctrlKey || evt.metaKey) {
880
880
  component.activateFirstEnabledAvailableOption();
881
881
  } else {
882
882
  navigateArrow(component, 'up');
@@ -4856,7 +4856,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
4856
4856
  }
4857
4857
  };
4858
4858
 
4859
- var formkitVersion$2 = '202605271944';
4859
+ var formkitVersion$2 = '202606031858';
4860
4860
 
4861
4861
  let AuroElement$2 = class AuroElement extends i$4 {
4862
4862
  static get properties() {
@@ -18114,7 +18114,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
18114
18114
  }
18115
18115
  };
18116
18116
 
18117
- var formkitVersion$1 = '202605271944';
18117
+ var formkitVersion$1 = '202606031858';
18118
18118
 
18119
18119
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18120
18120
  // See LICENSE in the project root for license information.
@@ -19231,7 +19231,7 @@ class AuroBibtemplate extends i$4 {
19231
19231
  }
19232
19232
  }
19233
19233
 
19234
- var formkitVersion = '202605271944';
19234
+ var formkitVersion = '202606031858';
19235
19235
 
19236
19236
  var styleCss$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}`;
19237
19237
 
@@ -853,7 +853,7 @@ const comboboxKeyboardStrategy = {
853
853
 
854
854
  // navigate if bib is open otherwise open it
855
855
  if (component.dropdown.isPopoverVisible) {
856
- if (evt.altKey || evt.metaKey) {
856
+ if (evt.altKey || evt.ctrlKey || evt.metaKey) {
857
857
  component.activateLastEnabledAvailableOption();
858
858
  } else {
859
859
  navigateArrow(component, 'down');
@@ -876,7 +876,7 @@ const comboboxKeyboardStrategy = {
876
876
 
877
877
  // navigate if bib is open otherwise open it
878
878
  if (component.dropdown.isPopoverVisible) {
879
- if (evt.altKey || evt.metaKey) {
879
+ if (evt.altKey || evt.ctrlKey || evt.metaKey) {
880
880
  component.activateFirstEnabledAvailableOption();
881
881
  } else {
882
882
  navigateArrow(component, 'up');
@@ -4856,7 +4856,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
4856
4856
  }
4857
4857
  };
4858
4858
 
4859
- var formkitVersion$2 = '202605271944';
4859
+ var formkitVersion$2 = '202606031858';
4860
4860
 
4861
4861
  let AuroElement$2 = class AuroElement extends i$4 {
4862
4862
  static get properties() {
@@ -18114,7 +18114,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
18114
18114
  }
18115
18115
  };
18116
18116
 
18117
- var formkitVersion$1 = '202605271944';
18117
+ var formkitVersion$1 = '202606031858';
18118
18118
 
18119
18119
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18120
18120
  // See LICENSE in the project root for license information.
@@ -19231,7 +19231,7 @@ class AuroBibtemplate extends i$4 {
19231
19231
  }
19232
19232
  }
19233
19233
 
19234
- var formkitVersion = '202605271944';
19234
+ var formkitVersion = '202606031858';
19235
19235
 
19236
19236
  var styleCss$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}`;
19237
19237
 
@@ -868,7 +868,7 @@ const comboboxKeyboardStrategy = {
868
868
 
869
869
  // navigate if bib is open otherwise open it
870
870
  if (component.dropdown.isPopoverVisible) {
871
- if (evt.altKey || evt.metaKey) {
871
+ if (evt.altKey || evt.ctrlKey || evt.metaKey) {
872
872
  component.activateLastEnabledAvailableOption();
873
873
  } else {
874
874
  navigateArrow(component, 'down');
@@ -891,7 +891,7 @@ const comboboxKeyboardStrategy = {
891
891
 
892
892
  // navigate if bib is open otherwise open it
893
893
  if (component.dropdown.isPopoverVisible) {
894
- if (evt.altKey || evt.metaKey) {
894
+ if (evt.altKey || evt.ctrlKey || evt.metaKey) {
895
895
  component.activateFirstEnabledAvailableOption();
896
896
  } else {
897
897
  navigateArrow(component, 'up');
@@ -4871,7 +4871,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
4871
4871
  }
4872
4872
  };
4873
4873
 
4874
- var formkitVersion$2 = '202605271944';
4874
+ var formkitVersion$2 = '202606031858';
4875
4875
 
4876
4876
  let AuroElement$2 = class AuroElement extends i$4 {
4877
4877
  static get properties() {
@@ -18129,7 +18129,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
18129
18129
  }
18130
18130
  };
18131
18131
 
18132
- var formkitVersion$1 = '202605271944';
18132
+ var formkitVersion$1 = '202606031858';
18133
18133
 
18134
18134
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18135
18135
  // See LICENSE in the project root for license information.
@@ -19246,7 +19246,7 @@ class AuroBibtemplate extends i$4 {
19246
19246
  }
19247
19247
  }
19248
19248
 
19249
- var formkitVersion = '202605271944';
19249
+ var formkitVersion = '202606031858';
19250
19250
 
19251
19251
  var styleCss$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}`;
19252
19252
 
@@ -30,7 +30,7 @@
30
30
  </thead>
31
31
  <tbody>
32
32
  <tr>
33
- <td rowspan="6">ArrowDown</td>
33
+ <td rowspan="8">ArrowDown</td>
34
34
  <td rowspan="2">-</td>
35
35
  <td>Collapsed, list options have been populated</td>
36
36
  <td>
@@ -51,12 +51,17 @@
51
51
  </td>
52
52
  </tr>
53
53
  <tr>
54
- <td rowspan="2">Command</td>
54
+ <td rowspan="2">Meta (Command / Windows key)</td>
55
55
  <td>Collapsed, list options have been populated</td>
56
56
  <td>
57
57
  Trigger input element, <strong>NOT</strong> the trigger input clear button
58
58
  </td>
59
- <td>Opens the bib.</td>
59
+ <td>
60
+ Opens the bib.
61
+ <div class="note">
62
+ <strong>Note:</strong> On Windows, <code>Meta</code> + arrow key combinations are reserved by the operating system for window management. Windows users should use <code>Control</code> or <code>Alt</code> instead.
63
+ </div>
64
+ </td>
60
65
  </tr>
61
66
  <tr>
62
67
  <td>Expanded</td>
@@ -71,7 +76,7 @@
71
76
  </td>
72
77
  </tr>
73
78
  <tr>
74
- <td rowspan="2">Option</td>
79
+ <td rowspan="2">Alt (Option)</td>
75
80
  <td>Collapsed, list options have been populated</td>
76
81
  <td>
77
82
  Trigger input element, <strong>NOT</strong> the trigger input clear button
@@ -91,7 +96,32 @@
91
96
  </td>
92
97
  </tr>
93
98
  <tr>
94
- <td rowspan="6">ArrowUp</td>
99
+ <td rowspan="2">Control</td>
100
+ <td>Collapsed, list options have been populated</td>
101
+ <td>
102
+ Trigger input element, <strong>NOT</strong> the trigger input clear button
103
+ </td>
104
+ <td>
105
+ Opens the bib.
106
+ <div class="note">
107
+ <strong>Note:</strong> On macOS, <code>Control</code> + arrow key combinations are reserved by the operating system for Mission Control and Application Windows. macOS users should use <code>Meta</code> or <code>Alt</code> instead.
108
+ </div>
109
+ </td>
110
+ </tr>
111
+ <tr>
112
+ <td>Expanded</td>
113
+ <td>
114
+ Input element, <strong>NOT</strong> the input clear button
115
+ <div class="note">
116
+ <strong>Note:</strong> Includes both trigger and bib content inputs.
117
+ </div>
118
+ </td>
119
+ <td>
120
+ Advances the <code>focused</code> option to the last enabled option in the list.
121
+ </td>
122
+ </tr>
123
+ <tr>
124
+ <td rowspan="8">ArrowUp</td>
95
125
  <td rowspan="2">-</td>
96
126
  <td>Collapsed, list options have been populated</td>
97
127
  <td>
@@ -112,12 +142,17 @@
112
142
  </td>
113
143
  </tr>
114
144
  <tr>
115
- <td rowspan="2">Command</td>
145
+ <td rowspan="2">Meta (Command / Windows key)</td>
116
146
  <td>Collapsed, list options have been populated</td>
117
147
  <td>
118
148
  Trigger input element, <strong>NOT</strong> the trigger input clear button
119
149
  </td>
120
- <td>Opens the bib.</td>
150
+ <td>
151
+ Opens the bib.
152
+ <div class="note">
153
+ <strong>Note:</strong> On Windows, <code>Meta</code> + arrow key combinations are reserved by the operating system for window management. Windows users should use <code>Control</code> or <code>Alt</code> instead.
154
+ </div>
155
+ </td>
121
156
  </tr>
122
157
  <tr>
123
158
  <td>Expanded</td>
@@ -132,7 +167,7 @@
132
167
  </td>
133
168
  </tr>
134
169
  <tr>
135
- <td rowspan="2">Option</td>
170
+ <td rowspan="2">Alt (Option)</td>
136
171
  <td>Collapsed, list options have been populated</td>
137
172
  <td>
138
173
  Input element, <strong>NOT</strong> the input clear button
@@ -152,6 +187,31 @@
152
187
  </td>
153
188
  </tr>
154
189
  <tr>
190
+ <td rowspan="2">Control</td>
191
+ <td>Collapsed, list options have been populated</td>
192
+ <td>
193
+ Trigger input element, <strong>NOT</strong> the trigger input clear button
194
+ </td>
195
+ <td>
196
+ Opens the bib.
197
+ <div class="note">
198
+ <strong>Note:</strong> On macOS, <code>Control</code> + arrow key combinations are reserved by the operating system for Mission Control and Application Windows. macOS users should use <code>Meta</code> or <code>Alt</code> instead.
199
+ </div>
200
+ </td>
201
+ </tr>
202
+ <tr>
203
+ <td>Expanded</td>
204
+ <td>
205
+ Input element, <strong>NOT</strong> the input clear button
206
+ <div class="note">
207
+ <strong>Note:</strong> Includes both trigger and bib content inputs.
208
+ </div>
209
+ </td>
210
+ <td>
211
+ Advances the <code>focused</code> option to the first enabled option in the list.
212
+ </td>
213
+ </tr>
214
+ <tr>
155
215
  <td>End</td>
156
216
  <td>-</td>
157
217
  <td>Expanded</td>
@@ -810,7 +810,7 @@ const comboboxKeyboardStrategy = {
810
810
 
811
811
  // navigate if bib is open otherwise open it
812
812
  if (component.dropdown.isPopoverVisible) {
813
- if (evt.altKey || evt.metaKey) {
813
+ if (evt.altKey || evt.ctrlKey || evt.metaKey) {
814
814
  component.activateLastEnabledAvailableOption();
815
815
  } else {
816
816
  navigateArrow(component, 'down');
@@ -833,7 +833,7 @@ const comboboxKeyboardStrategy = {
833
833
 
834
834
  // navigate if bib is open otherwise open it
835
835
  if (component.dropdown.isPopoverVisible) {
836
- if (evt.altKey || evt.metaKey) {
836
+ if (evt.altKey || evt.ctrlKey || evt.metaKey) {
837
837
  component.activateFirstEnabledAvailableOption();
838
838
  } else {
839
839
  navigateArrow(component, 'up');
@@ -4789,7 +4789,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
4789
4789
  }
4790
4790
  };
4791
4791
 
4792
- var formkitVersion$2 = '202605271944';
4792
+ var formkitVersion$2 = '202606031858';
4793
4793
 
4794
4794
  let AuroElement$2 = class AuroElement extends LitElement {
4795
4795
  static get properties() {
@@ -18040,7 +18040,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
18040
18040
  }
18041
18041
  };
18042
18042
 
18043
- var formkitVersion$1 = '202605271944';
18043
+ var formkitVersion$1 = '202606031858';
18044
18044
 
18045
18045
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18046
18046
  // See LICENSE in the project root for license information.
@@ -19157,7 +19157,7 @@ class AuroBibtemplate extends LitElement {
19157
19157
  }
19158
19158
  }
19159
19159
 
19160
- var formkitVersion = '202605271944';
19160
+ var formkitVersion = '202606031858';
19161
19161
 
19162
19162
  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}`;
19163
19163
 
@@ -810,7 +810,7 @@ const comboboxKeyboardStrategy = {
810
810
 
811
811
  // navigate if bib is open otherwise open it
812
812
  if (component.dropdown.isPopoverVisible) {
813
- if (evt.altKey || evt.metaKey) {
813
+ if (evt.altKey || evt.ctrlKey || evt.metaKey) {
814
814
  component.activateLastEnabledAvailableOption();
815
815
  } else {
816
816
  navigateArrow(component, 'down');
@@ -833,7 +833,7 @@ const comboboxKeyboardStrategy = {
833
833
 
834
834
  // navigate if bib is open otherwise open it
835
835
  if (component.dropdown.isPopoverVisible) {
836
- if (evt.altKey || evt.metaKey) {
836
+ if (evt.altKey || evt.ctrlKey || evt.metaKey) {
837
837
  component.activateFirstEnabledAvailableOption();
838
838
  } else {
839
839
  navigateArrow(component, 'up');
@@ -4789,7 +4789,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
4789
4789
  }
4790
4790
  };
4791
4791
 
4792
- var formkitVersion$2 = '202605271944';
4792
+ var formkitVersion$2 = '202606031858';
4793
4793
 
4794
4794
  let AuroElement$2 = class AuroElement extends LitElement {
4795
4795
  static get properties() {
@@ -18040,7 +18040,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
18040
18040
  }
18041
18041
  };
18042
18042
 
18043
- var formkitVersion$1 = '202605271944';
18043
+ var formkitVersion$1 = '202606031858';
18044
18044
 
18045
18045
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18046
18046
  // See LICENSE in the project root for license information.
@@ -19157,7 +19157,7 @@ class AuroBibtemplate extends LitElement {
19157
19157
  }
19158
19158
  }
19159
19159
 
19160
- var formkitVersion = '202605271944';
19160
+ var formkitVersion = '202606031858';
19161
19161
 
19162
19162
  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}`;
19163
19163
 
@@ -1099,7 +1099,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1099
1099
  }
1100
1100
  };
1101
1101
 
1102
- var formkitVersion$1 = '202605271944';
1102
+ var formkitVersion$1 = '202606031858';
1103
1103
 
1104
1104
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1105
1105
  // See LICENSE in the project root for license information.
@@ -5445,7 +5445,7 @@ class AuroHelpText extends i$2 {
5445
5445
  }
5446
5446
  }
5447
5447
 
5448
- var formkitVersion = '202605271944';
5448
+ var formkitVersion = '202606031858';
5449
5449
 
5450
5450
  let AuroElement$1 = class AuroElement extends i$2 {
5451
5451
  static get properties() {
@@ -1099,7 +1099,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1099
1099
  }
1100
1100
  };
1101
1101
 
1102
- var formkitVersion$1 = '202605271944';
1102
+ var formkitVersion$1 = '202606031858';
1103
1103
 
1104
1104
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1105
1105
  // See LICENSE in the project root for license information.
@@ -5445,7 +5445,7 @@ class AuroHelpText extends i$2 {
5445
5445
  }
5446
5446
  }
5447
5447
 
5448
- var formkitVersion = '202605271944';
5448
+ var formkitVersion = '202606031858';
5449
5449
 
5450
5450
  let AuroElement$1 = class AuroElement extends i$2 {
5451
5451
  static get properties() {
@@ -1049,7 +1049,7 @@ class AuroHelpText extends LitElement {
1049
1049
  }
1050
1050
  }
1051
1051
 
1052
- var formkitVersion = '202605271944';
1052
+ var formkitVersion = '202606031858';
1053
1053
 
1054
1054
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1055
1055
  // See LICENSE in the project root for license information.
@@ -1049,7 +1049,7 @@ class AuroHelpText extends LitElement {
1049
1049
  }
1050
1050
  }
1051
1051
 
1052
- var formkitVersion = '202605271944';
1052
+ var formkitVersion = '202606031858';
1053
1053
 
1054
1054
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1055
1055
  // See LICENSE in the project root for license information.
@@ -22,12 +22,13 @@ The `auro-datepicker` component provides users with a way to select a date or da
22
22
  | `disabled` | `disabled` | | `boolean` | false | If set, disables the datepicker. |
23
23
  | `dvInputOnly` | `dvInputOnly` | | `boolean` | false | If defined, the display value slot content will only mask the HTML5 input element. The input's label will not be masked. |
24
24
  | `error` | `error` | | `string` | | When defined, sets persistent validity to `customError` and sets the validation message to the attribute value. |
25
- | `format` | `format` | | `string` | "mm/dd/yyyy" | Specifies the date format. The default is `mm/dd/yyyy`. |
25
+ | `format` | `format` | | `string` | | Specifies the date format. The default is `mm/dd/yyyy`. |
26
26
  | `fullscreenBreakpoint` | `fullscreenBreakpoint` | | `'xs' \| 'sm' \| 'md' \| 'lg' \| 'xl' \| 'disabled'` | "'sm'" | Defines the screen size breakpoint at which the dropdown switches to fullscreen mode on mobile. `disabled` indicates a dropdown should _never_ enter fullscreen.<br /><br />When expanded, the dropdown will automatically display in fullscreen mode<br />if the screen size is equal to or smaller than the selected breakpoint. |
27
27
  | `hasError` | | readonly | `boolean` | | |
28
28
  | `inputmode` | `inputmode` | | `string` | | Exposes inputmode attribute for input. |
29
29
  | `largeFullscreenHeadline` | `largeFullscreenHeadline` | | `boolean` | false | If declared, make bib.fullscreen.headline in HeadingDisplay.<br />Otherwise, Heading 600. |
30
30
  | `layout` | `layout` | | `'classic' \| 'snowflake'` | "'classic'" | Sets the layout of the datepicker. |
31
+ | `locale` | `locale` | | `string` | | Defines the locale of the element. Used to derive the date format when `format` is not explicitly set. |
31
32
  | `maxDate` | `maxDate` | | `string` | | Maximum date. All dates after will be disabled. |
32
33
  | `maxDateObject` | | readonly | `Date \| undefined` | | |
33
34
  | `minDate` | `minDate` | | `string` | | Minimum date. All dates before will be disabled. |
@@ -19,7 +19,7 @@
19
19
  <auro-anchorlink fluid href="#customValidation" class="level2 body-xs">Custom Validation</auro-anchorlink>
20
20
  <auro-anchorlink fluid href="#noValidate" class="level2 body-xs">No Validation</auro-anchorlink>
21
21
  <auro-anchorlink fluid href="#minMaxDate" class="level2 body-xs">Min/Max Date</auro-anchorlink>
22
- <auro-anchorlink fluid href="#localization" class="level2 body-xs">Localization</auro-anchorlink>
22
+ <auro-anchorlink fluid href="#regionalDate" class="level2 body-xs">Regional Date</auro-anchorlink>
23
23
  </auro-nav>
24
24
  </nav>
25
25
  <div class="mainContent">
@@ -694,27 +694,64 @@
694
694
  <!-- AURO-GENERATED-CONTENT:END -->
695
695
  </auro-accordion>
696
696
  <auro-header level="3" id="localization">Localization</auro-header>
697
- <p>Use the <code>centralDate</code>, locale, and related attributes to configure the datepicker for different regions and languages.</p>
697
+ <auro-header level="4" id="regionalDate">Regional Date</auro-header>
698
+ <p>When the <code>locale</code> attribute is set, the component automatically derives the correct date format for that region — no need to set <code>format</code> manually. For example, <code>locale="en-US"</code> produces <code>mm/dd/yyyy</code>, <code>locale="de-DE"</code> produces <code>dd.mm.yyyy</code>, and <code>locale="ja-JP"</code> produces <code>yyyy/mm/dd</code>.</p>
699
+ <p>If <code>format</code> is explicitly set alongside <code>locale</code>, <code>format</code> always wins. Use this when a specific format is required regardless of region.</p>
700
+ <p>If no <code>locale</code> attribute is set on the element, the component walks up the DOM looking for the nearest ancestor with a <code>data-locale</code> attribute and uses that value. If none is found, it defaults to <code>en-US</code>.</p>
698
701
  <div class="exampleWrapper">
699
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/localization.html) -->
700
- <!-- The below content is automatically added from ./../apiExamples/localization.html -->
701
- <auro-datepicker format="yyyy/mm/dd" id="localizationExample">
702
- <span slot="bib.fullscreen.headline">Localization Headline</span>
703
- <span slot="fromLabel">Choose a date</span>
704
- <span slot="bib.fullscreen.fromLabel">Choose a date</span>
702
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/locale.html) -->
703
+ <!-- The below content is automatically added from ./../apiExamples/locale.html -->
704
+ <div data-locale="de-DE">
705
+ <auro-datepicker locale="en-US">
706
+ <span slot="fromLabel">en-US Date</span>
707
+ <span slot="helpText">Help Text</span>
708
+ </auro-datepicker>
709
+ <auro-datepicker locale="de-DE">
710
+ <span slot="fromLabel">de-DE Date</span>
711
+ <span slot="helpText">Help Text</span>
712
+ </auro-datepicker>
713
+ <auro-datepicker locale="zh-CN">
714
+ <span slot="fromLabel">zh-CN Date</span>
715
+ <span slot="helpText">Help Text</span>
716
+ </auro-datepicker>
717
+ <auro-datepicker>
718
+ <span slot="fromLabel">Nearest `data-locale` attribute format (`de-DE` in this case)</span>
719
+ <span slot="helpText">Help Text</span>
720
+ </auro-datepicker>
721
+ <auro-datepicker locale="ja-JP" format="mm/dd/yyyy">
722
+ <span slot="fromLabel">ja-JP locale with explicit mm/dd/yyyy format</span>
723
+ <span slot="helpText">Help Text</span>
705
724
  </auro-datepicker>
725
+ </div>
706
726
  <!-- AURO-GENERATED-CONTENT:END -->
707
727
  </div>
708
728
  <auro-accordion alignRight>
709
729
  <span slot="trigger">See code</span>
710
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/localization.html) -->
711
- <!-- The below code snippet is automatically added from ./../apiExamples/localization.html -->
730
+ <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/locale.html) -->
731
+ <!-- The below code snippet is automatically added from ./../apiExamples/locale.html -->
712
732
 
713
- <pre class="language-html"><code class="language-html">&lt;auro-datepicker format="yyyy/mm/dd" id="localizationExample"&gt;
714
- &lt;span slot="bib.fullscreen.headline"&gt;Localization Headline&lt;/span&gt;
715
- &lt;span slot="fromLabel"&gt;Choose a date&lt;/span&gt;
716
- &lt;span slot="bib.fullscreen.fromLabel"&gt;Choose a date&lt;/span&gt;
717
- &lt;/auro-datepicker&gt;</code></pre>
733
+ <pre class="language-html"><code class="language-html">&lt;div data-locale="de-DE"&gt;
734
+ &lt;auro-datepicker locale="en-US"&gt;
735
+ &lt;span slot="fromLabel"&gt;en-US Date&lt;/span&gt;
736
+ &lt;span slot="helpText"&gt;Help Text&lt;/span&gt;
737
+ &lt;/auro-datepicker&gt;
738
+ &lt;auro-datepicker locale="de-DE"&gt;
739
+ &lt;span slot="fromLabel"&gt;de-DE Date&lt;/span&gt;
740
+ &lt;span slot="helpText"&gt;Help Text&lt;/span&gt;
741
+ &lt;/auro-datepicker&gt;
742
+ &lt;auro-datepicker locale="zh-CN"&gt;
743
+ &lt;span slot="fromLabel"&gt;zh-CN Date&lt;/span&gt;
744
+ &lt;span slot="helpText"&gt;Help Text&lt;/span&gt;
745
+ &lt;/auro-datepicker&gt;
746
+ &lt;auro-datepicker&gt;
747
+ &lt;span slot="fromLabel"&gt;Nearest `data-locale` attribute format (`de-DE` in this case)&lt;/span&gt;
748
+ &lt;span slot="helpText"&gt;Help Text&lt;/span&gt;
749
+ &lt;/auro-datepicker&gt;
750
+ &lt;auro-datepicker locale="ja-JP" format="mm/dd/yyyy"&gt;
751
+ &lt;span slot="fromLabel"&gt;ja-JP locale with explicit mm/dd/yyyy format&lt;/span&gt;
752
+ &lt;span slot="helpText"&gt;Help Text&lt;/span&gt;
753
+ &lt;/auro-datepicker&gt;
754
+ &lt;/div&gt;</code></pre>
718
755
  <!-- AURO-GENERATED-CONTENT:END -->
719
756
  </auro-accordion>
720
757
  </section>
@@ -10,6 +10,7 @@
10
10
  <auro-anchorlink fluid href="#selectRange" class="level2 body-xs">Select a Range</auro-anchorlink>
11
11
  <auro-anchorlink fluid href="#presetValue" class="level2 body-xs">Preset Value</auro-anchorlink>
12
12
  <auro-anchorlink fluid href="#skipSelection" class="level2 body-xs">Skip Selection</auro-anchorlink>
13
+ <auro-anchorlink fluid href="#regionalDateFormat" class="level2 body-xs">Regional Date</auro-anchorlink>
13
14
  <auro-anchorlink fluid href="#viewportSize" class="level2 body-xs">Viewport Size</auro-anchorlink>
14
15
  </auro-nav>
15
16
  </nav>
@@ -167,6 +168,28 @@
167
168
  <auro-header level="3" id="skipSelection">Skip selection</auro-header>
168
169
  <p>The datepicker does not force the user to select a date. If no selection is made and the field is not <code>required</code>, the user can move past the datepicker without entering a value.</p>
169
170
  <p>If the field is <code>required</code>, moving focus away without selecting a date triggers validation and renders the <code>valueMissing</code> error state.</p>
171
+ <auro-header level="3" id="regionalDateFormat">Regional date format support</auro-header>
172
+ <p>People around the world write dates differently. A traveler in the United States expects to see <strong>12/25/2025</strong>, while someone in Germany expects <strong>25.12.2025</strong>, and someone in Japan expects <strong>2025/12/25</strong>. Showing the wrong format causes confusion and mistakes.</p>
173
+ <p>When the datepicker knows the user's region via the <code>locale</code> attribute, it automatically displays dates in the format that looks natural to them — no extra setup required.</p>
174
+ <div class="exampleWrapper">
175
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/locale-single.html) -->
176
+ <!-- The below content is automatically added from ./../apiExamples/locale-single.html -->
177
+ <auro-datepicker locale="zh-CN">
178
+ <span slot="fromLabel">zh-CN Date</span>
179
+ <span slot="helpText">Help Text</span>
180
+ </auro-datepicker>
181
+ <!-- AURO-GENERATED-CONTENT:END -->
182
+ </div>
183
+ <auro-accordion alignRight>
184
+ <span slot="trigger">See code</span>
185
+ <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/locale-single.html) -->
186
+ <!-- The below code snippet is automatically added from ./../apiExamples/locale-single.html -->
187
+ <pre class="language-html"><code class="language-html">&lt;auro-datepicker locale="zh-CN"&gt;
188
+ &lt;span slot="fromLabel"&gt;zh-CN Date&lt;/span&gt;
189
+ &lt;span slot="helpText"&gt;Help Text&lt;/span&gt;
190
+ &lt;/auro-datepicker&gt;</code></pre>
191
+ <!-- AURO-GENERATED-CONTENT:END -->
192
+ </auro-accordion>
170
193
  <auro-header level="3" id="viewportSize">Viewport size</auro-header>
171
194
  <p>The datepicker automatically adapts its presentation based on viewport size. On larger screens, the calendar opens in a floating popover anchored to the trigger. On smaller screens, the calendar opens in a fullscreen dialog.</p>
172
195
  <p>The breakpoint at which the fullscreen behavior activates is controlled by the <code>fullscreenBreakpoint</code> attribute. The default value is <code>sm</code>. Supported values are <code>xs</code>, <code>sm</code>, <code>md</code>, <code>lg</code>, <code>xl</code>, and <code>disabled</code>.</p>