@aurodesignsystem-dev/auro-formkit 0.0.0-pr1499.1 → 0.0.0-pr1500.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) 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 +8 -8
  7. package/components/combobox/demo/getting-started.min.js +8 -8
  8. package/components/combobox/demo/index.min.js +8 -8
  9. package/components/combobox/dist/index.js +8 -8
  10. package/components/combobox/dist/registered.js +8 -8
  11. package/components/counter/demo/customize.min.js +2 -2
  12. package/components/counter/demo/index.min.js +2 -2
  13. package/components/counter/dist/index.js +441 -45
  14. package/components/counter/dist/registered.js +1 -1
  15. package/components/datepicker/demo/customize.min.js +27 -28
  16. package/components/datepicker/demo/index.min.js +27 -28
  17. package/components/datepicker/dist/index.js +27 -28
  18. package/components/datepicker/dist/registered.js +27 -28
  19. package/components/datepicker/dist/src/auro-datepicker.d.ts +2 -2
  20. package/components/dropdown/demo/customize.min.js +1 -1
  21. package/components/dropdown/demo/getting-started.min.js +1 -1
  22. package/components/dropdown/demo/index.min.js +1 -1
  23. package/components/dropdown/dist/index.js +1 -1
  24. package/components/dropdown/dist/registered.js +1 -1
  25. package/components/form/demo/customize.min.js +887 -888
  26. package/components/form/demo/getting-started.min.js +887 -888
  27. package/components/form/demo/index.min.js +887 -888
  28. package/components/form/demo/registerDemoDeps.min.js +882 -883
  29. package/components/input/demo/customize.min.js +6 -6
  30. package/components/input/demo/getting-started.min.js +6 -6
  31. package/components/input/demo/index.min.js +6 -6
  32. package/components/input/dist/index.js +6 -6
  33. package/components/input/dist/registered.js +6 -6
  34. package/components/radio/demo/customize.min.js +1 -1
  35. package/components/radio/demo/getting-started.min.js +1 -1
  36. package/components/radio/demo/index.min.js +1 -1
  37. package/components/radio/dist/index.js +1 -1
  38. package/components/radio/dist/registered.js +1 -1
  39. package/components/select/demo/customize.min.js +2 -2
  40. package/components/select/demo/getting-started.min.js +2 -2
  41. package/components/select/demo/index.min.js +2 -2
  42. package/components/select/dist/index.js +2 -2
  43. package/components/select/dist/registered.js +2 -2
  44. package/custom-elements.json +3 -3
  45. package/package.json +1 -1
@@ -1260,7 +1260,7 @@ class AuroHelpText extends i$2 {
1260
1260
  }
1261
1261
  }
1262
1262
 
1263
- var formkitVersion = '202606101934';
1263
+ var formkitVersion = '202606101834';
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 = '202606101934';
1263
+ var formkitVersion = '202606101834';
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 = '202606101934';
1263
+ var formkitVersion = '202606101834';
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 = '202606101934';
1216
+ var formkitVersion = '202606101834';
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 = '202606101934';
1216
+ var formkitVersion = '202606101834';
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.
@@ -4856,7 +4856,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
4856
4856
  }
4857
4857
  };
4858
4858
 
4859
- var formkitVersion$2 = '202606101934';
4859
+ var formkitVersion$2 = '202606101834';
4860
4860
 
4861
4861
  let AuroElement$2 = class AuroElement extends i$4 {
4862
4862
  static get properties() {
@@ -16408,11 +16408,7 @@ class AuroInputUtilities {
16408
16408
  return part.value;
16409
16409
  }
16410
16410
  })
16411
- .join("")
16412
- // Remove whitespace and leading/trailing special characters for IMask compatibility
16413
- // for example, ko-KR's format is `YYYY. MM. DD.` which causes issues with IMask if we don't remove the trailing period.
16414
- .replace(/\s/gu, '')
16415
- .replace(/^[^A-Z0-9]+|[^A-Z0-9]+$/gu, '');
16411
+ .join("");
16416
16412
  }
16417
16413
 
16418
16414
  /**
@@ -18370,7 +18366,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
18370
18366
  }
18371
18367
  };
18372
18368
 
18373
- var formkitVersion$1 = '202606101934';
18369
+ var formkitVersion$1 = '202606101834';
18374
18370
 
18375
18371
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18376
18372
  // See LICENSE in the project root for license information.
@@ -18708,6 +18704,10 @@ class AuroInput extends BaseInput {
18708
18704
  return i18n(this.lang, this.type);
18709
18705
  }
18710
18706
 
18707
+ if (this.type === 'date') {
18708
+ return i18n(this.lang, this.dateFormatMap[this.format] || 'dateMMDDYYYY');
18709
+ }
18710
+
18711
18711
  return '';
18712
18712
  }
18713
18713
 
@@ -19491,7 +19491,7 @@ class AuroBibtemplate extends i$4 {
19491
19491
  }
19492
19492
  }
19493
19493
 
19494
- var formkitVersion = '202606101934';
19494
+ var formkitVersion = '202606101834';
19495
19495
 
19496
19496
  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}`;
19497
19497
 
@@ -4856,7 +4856,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
4856
4856
  }
4857
4857
  };
4858
4858
 
4859
- var formkitVersion$2 = '202606101934';
4859
+ var formkitVersion$2 = '202606101834';
4860
4860
 
4861
4861
  let AuroElement$2 = class AuroElement extends i$4 {
4862
4862
  static get properties() {
@@ -16408,11 +16408,7 @@ class AuroInputUtilities {
16408
16408
  return part.value;
16409
16409
  }
16410
16410
  })
16411
- .join("")
16412
- // Remove whitespace and leading/trailing special characters for IMask compatibility
16413
- // for example, ko-KR's format is `YYYY. MM. DD.` which causes issues with IMask if we don't remove the trailing period.
16414
- .replace(/\s/gu, '')
16415
- .replace(/^[^A-Z0-9]+|[^A-Z0-9]+$/gu, '');
16411
+ .join("");
16416
16412
  }
16417
16413
 
16418
16414
  /**
@@ -18370,7 +18366,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
18370
18366
  }
18371
18367
  };
18372
18368
 
18373
- var formkitVersion$1 = '202606101934';
18369
+ var formkitVersion$1 = '202606101834';
18374
18370
 
18375
18371
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18376
18372
  // See LICENSE in the project root for license information.
@@ -18708,6 +18704,10 @@ class AuroInput extends BaseInput {
18708
18704
  return i18n(this.lang, this.type);
18709
18705
  }
18710
18706
 
18707
+ if (this.type === 'date') {
18708
+ return i18n(this.lang, this.dateFormatMap[this.format] || 'dateMMDDYYYY');
18709
+ }
18710
+
18711
18711
  return '';
18712
18712
  }
18713
18713
 
@@ -19491,7 +19491,7 @@ class AuroBibtemplate extends i$4 {
19491
19491
  }
19492
19492
  }
19493
19493
 
19494
- var formkitVersion = '202606101934';
19494
+ var formkitVersion = '202606101834';
19495
19495
 
19496
19496
  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}`;
19497
19497
 
@@ -4871,7 +4871,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
4871
4871
  }
4872
4872
  };
4873
4873
 
4874
- var formkitVersion$2 = '202606101934';
4874
+ var formkitVersion$2 = '202606101834';
4875
4875
 
4876
4876
  let AuroElement$2 = class AuroElement extends i$4 {
4877
4877
  static get properties() {
@@ -16423,11 +16423,7 @@ class AuroInputUtilities {
16423
16423
  return part.value;
16424
16424
  }
16425
16425
  })
16426
- .join("")
16427
- // Remove whitespace and leading/trailing special characters for IMask compatibility
16428
- // for example, ko-KR's format is `YYYY. MM. DD.` which causes issues with IMask if we don't remove the trailing period.
16429
- .replace(/\s/gu, '')
16430
- .replace(/^[^A-Z0-9]+|[^A-Z0-9]+$/gu, '');
16426
+ .join("");
16431
16427
  }
16432
16428
 
16433
16429
  /**
@@ -18385,7 +18381,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
18385
18381
  }
18386
18382
  };
18387
18383
 
18388
- var formkitVersion$1 = '202606101934';
18384
+ var formkitVersion$1 = '202606101834';
18389
18385
 
18390
18386
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18391
18387
  // See LICENSE in the project root for license information.
@@ -18723,6 +18719,10 @@ class AuroInput extends BaseInput {
18723
18719
  return i18n(this.lang, this.type);
18724
18720
  }
18725
18721
 
18722
+ if (this.type === 'date') {
18723
+ return i18n(this.lang, this.dateFormatMap[this.format] || 'dateMMDDYYYY');
18724
+ }
18725
+
18726
18726
  return '';
18727
18727
  }
18728
18728
 
@@ -19506,7 +19506,7 @@ class AuroBibtemplate extends i$4 {
19506
19506
  }
19507
19507
  }
19508
19508
 
19509
- var formkitVersion = '202606101934';
19509
+ var formkitVersion = '202606101834';
19510
19510
 
19511
19511
  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}`;
19512
19512
 
@@ -4789,7 +4789,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
4789
4789
  }
4790
4790
  };
4791
4791
 
4792
- var formkitVersion$2 = '202606101934';
4792
+ var formkitVersion$2 = '202606101834';
4793
4793
 
4794
4794
  let AuroElement$2 = class AuroElement extends LitElement {
4795
4795
  static get properties() {
@@ -16334,11 +16334,7 @@ class AuroInputUtilities {
16334
16334
  return part.value;
16335
16335
  }
16336
16336
  })
16337
- .join("")
16338
- // Remove whitespace and leading/trailing special characters for IMask compatibility
16339
- // for example, ko-KR's format is `YYYY. MM. DD.` which causes issues with IMask if we don't remove the trailing period.
16340
- .replace(/\s/gu, '')
16341
- .replace(/^[^A-Z0-9]+|[^A-Z0-9]+$/gu, '');
16337
+ .join("");
16342
16338
  }
16343
16339
 
16344
16340
  /**
@@ -18296,7 +18292,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
18296
18292
  }
18297
18293
  };
18298
18294
 
18299
- var formkitVersion$1 = '202606101934';
18295
+ var formkitVersion$1 = '202606101834';
18300
18296
 
18301
18297
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18302
18298
  // See LICENSE in the project root for license information.
@@ -18634,6 +18630,10 @@ class AuroInput extends BaseInput {
18634
18630
  return i18n(this.lang, this.type);
18635
18631
  }
18636
18632
 
18633
+ if (this.type === 'date') {
18634
+ return i18n(this.lang, this.dateFormatMap[this.format] || 'dateMMDDYYYY');
18635
+ }
18636
+
18637
18637
  return '';
18638
18638
  }
18639
18639
 
@@ -19417,7 +19417,7 @@ class AuroBibtemplate extends LitElement {
19417
19417
  }
19418
19418
  }
19419
19419
 
19420
- var formkitVersion = '202606101934';
19420
+ var formkitVersion = '202606101834';
19421
19421
 
19422
19422
  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}`;
19423
19423
 
@@ -4789,7 +4789,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
4789
4789
  }
4790
4790
  };
4791
4791
 
4792
- var formkitVersion$2 = '202606101934';
4792
+ var formkitVersion$2 = '202606101834';
4793
4793
 
4794
4794
  let AuroElement$2 = class AuroElement extends LitElement {
4795
4795
  static get properties() {
@@ -16334,11 +16334,7 @@ class AuroInputUtilities {
16334
16334
  return part.value;
16335
16335
  }
16336
16336
  })
16337
- .join("")
16338
- // Remove whitespace and leading/trailing special characters for IMask compatibility
16339
- // for example, ko-KR's format is `YYYY. MM. DD.` which causes issues with IMask if we don't remove the trailing period.
16340
- .replace(/\s/gu, '')
16341
- .replace(/^[^A-Z0-9]+|[^A-Z0-9]+$/gu, '');
16337
+ .join("");
16342
16338
  }
16343
16339
 
16344
16340
  /**
@@ -18296,7 +18292,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
18296
18292
  }
18297
18293
  };
18298
18294
 
18299
- var formkitVersion$1 = '202606101934';
18295
+ var formkitVersion$1 = '202606101834';
18300
18296
 
18301
18297
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
18302
18298
  // See LICENSE in the project root for license information.
@@ -18634,6 +18630,10 @@ class AuroInput extends BaseInput {
18634
18630
  return i18n(this.lang, this.type);
18635
18631
  }
18636
18632
 
18633
+ if (this.type === 'date') {
18634
+ return i18n(this.lang, this.dateFormatMap[this.format] || 'dateMMDDYYYY');
18635
+ }
18636
+
18637
18637
  return '';
18638
18638
  }
18639
18639
 
@@ -19417,7 +19417,7 @@ class AuroBibtemplate extends LitElement {
19417
19417
  }
19418
19418
  }
19419
19419
 
19420
- var formkitVersion = '202606101934';
19420
+ var formkitVersion = '202606101834';
19421
19421
 
19422
19422
  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}`;
19423
19423
 
@@ -1099,7 +1099,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1099
1099
  }
1100
1100
  };
1101
1101
 
1102
- var formkitVersion$1 = '202606101934';
1102
+ var formkitVersion$1 = '202606101834';
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 = '202606101934';
5448
+ var formkitVersion = '202606101834';
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 = '202606101934';
1102
+ var formkitVersion$1 = '202606101834';
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 = '202606101934';
5448
+ var formkitVersion = '202606101834';
5449
5449
 
5450
5450
  let AuroElement$1 = class AuroElement extends i$2 {
5451
5451
  static get properties() {