@aurodesignsystem-dev/auro-formkit 0.0.0-pr1489.1 → 0.0.0-pr1489.3

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 (44) 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 +7 -4
  7. package/components/combobox/demo/getting-started.min.js +7 -4
  8. package/components/combobox/demo/index.min.js +7 -4
  9. package/components/combobox/dist/index.js +7 -4
  10. package/components/combobox/dist/registered.js +7 -4
  11. package/components/counter/demo/customize.min.js +6 -3
  12. package/components/counter/demo/index.min.js +6 -3
  13. package/components/counter/dist/index.js +240 -13
  14. package/components/counter/dist/registered.js +1 -1
  15. package/components/datepicker/demo/customize.min.js +7 -4
  16. package/components/datepicker/demo/index.min.js +7 -4
  17. package/components/datepicker/dist/index.js +7 -4
  18. package/components/datepicker/dist/registered.js +7 -4
  19. package/components/dropdown/demo/customize.min.js +5 -2
  20. package/components/dropdown/demo/getting-started.min.js +5 -2
  21. package/components/dropdown/demo/index.min.js +5 -2
  22. package/components/dropdown/dist/index.js +5 -2
  23. package/components/dropdown/dist/registered.js +5 -2
  24. package/components/form/demo/customize.min.js +299 -287
  25. package/components/form/demo/getting-started.min.js +299 -287
  26. package/components/form/demo/index.min.js +299 -287
  27. package/components/form/demo/registerDemoDeps.min.js +295 -283
  28. package/components/input/demo/customize.min.js +1 -1
  29. package/components/input/demo/getting-started.min.js +1 -1
  30. package/components/input/demo/index.min.js +1 -1
  31. package/components/input/dist/index.js +1 -1
  32. package/components/input/dist/registered.js +1 -1
  33. package/components/radio/demo/customize.min.js +1 -1
  34. package/components/radio/demo/getting-started.min.js +1 -1
  35. package/components/radio/demo/index.min.js +1 -1
  36. package/components/radio/dist/index.js +1 -1
  37. package/components/radio/dist/registered.js +1 -1
  38. package/components/select/demo/customize.min.js +6 -3
  39. package/components/select/demo/getting-started.min.js +6 -3
  40. package/components/select/demo/index.min.js +6 -3
  41. package/components/select/dist/index.js +6 -3
  42. package/components/select/dist/registered.js +6 -3
  43. package/custom-elements.json +1444 -1444
  44. package/package.json +1 -1
@@ -1682,7 +1682,7 @@ class AuroHelpText extends i$2 {
1682
1682
  }
1683
1683
  }
1684
1684
 
1685
- var formkitVersion = '202606011911';
1685
+ var formkitVersion = '202606011917';
1686
1686
 
1687
1687
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1688
1688
  // See LICENSE in the project root for license information.
@@ -1682,7 +1682,7 @@ class AuroHelpText extends i$2 {
1682
1682
  }
1683
1683
  }
1684
1684
 
1685
- var formkitVersion = '202606011911';
1685
+ var formkitVersion = '202606011917';
1686
1686
 
1687
1687
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1688
1688
  // See LICENSE in the project root for license information.
@@ -1682,7 +1682,7 @@ class AuroHelpText extends i$2 {
1682
1682
  }
1683
1683
  }
1684
1684
 
1685
- var formkitVersion = '202606011911';
1685
+ var formkitVersion = '202606011917';
1686
1686
 
1687
1687
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1688
1688
  // See LICENSE in the project root for license information.
@@ -1635,7 +1635,7 @@ class AuroHelpText extends LitElement {
1635
1635
  }
1636
1636
  }
1637
1637
 
1638
- var formkitVersion = '202606011911';
1638
+ var formkitVersion = '202606011917';
1639
1639
 
1640
1640
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1641
1641
  // See LICENSE in the project root for license information.
@@ -1635,7 +1635,7 @@ class AuroHelpText extends LitElement {
1635
1635
  }
1636
1636
  }
1637
1637
 
1638
- var formkitVersion = '202606011911';
1638
+ var formkitVersion = '202606011917';
1639
1639
 
1640
1640
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1641
1641
  // See LICENSE in the project root for license information.
@@ -5278,7 +5278,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
5278
5278
  }
5279
5279
  };
5280
5280
 
5281
- var formkitVersion$2 = '202606011911';
5281
+ var formkitVersion$2 = '202606011917';
5282
5282
 
5283
5283
  let AuroElement$2 = class AuroElement extends i$4 {
5284
5284
  static get properties() {
@@ -6276,7 +6276,10 @@ class AuroDropdown extends AuroElement$2 {
6276
6276
  const parent = current.parentElement;
6277
6277
  for (const sibling of parent.children) {
6278
6278
  if (sibling !== current) {
6279
- this._inertSiblings.push({ element: sibling, wasInert: sibling.inert });
6279
+ this._inertSiblings.push({
6280
+ element: sibling,
6281
+ wasInert: sibling.inert
6282
+ });
6280
6283
  sibling.inert = true;
6281
6284
  }
6282
6285
  }
@@ -13240,7 +13243,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
13240
13243
  }
13241
13244
  };
13242
13245
 
13243
- var formkitVersion$1 = '202606011911';
13246
+ var formkitVersion$1 = '202606011917';
13244
13247
 
13245
13248
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
13246
13249
  // See LICENSE in the project root for license information.
@@ -14313,7 +14316,7 @@ class AuroBibtemplate extends i$4 {
14313
14316
  }
14314
14317
  }
14315
14318
 
14316
- var formkitVersion = '202606011911';
14319
+ var formkitVersion = '202606011917';
14317
14320
 
14318
14321
  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}`;
14319
14322
 
@@ -5278,7 +5278,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
5278
5278
  }
5279
5279
  };
5280
5280
 
5281
- var formkitVersion$2 = '202606011911';
5281
+ var formkitVersion$2 = '202606011917';
5282
5282
 
5283
5283
  let AuroElement$2 = class AuroElement extends i$4 {
5284
5284
  static get properties() {
@@ -6276,7 +6276,10 @@ class AuroDropdown extends AuroElement$2 {
6276
6276
  const parent = current.parentElement;
6277
6277
  for (const sibling of parent.children) {
6278
6278
  if (sibling !== current) {
6279
- this._inertSiblings.push({ element: sibling, wasInert: sibling.inert });
6279
+ this._inertSiblings.push({
6280
+ element: sibling,
6281
+ wasInert: sibling.inert
6282
+ });
6280
6283
  sibling.inert = true;
6281
6284
  }
6282
6285
  }
@@ -13240,7 +13243,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
13240
13243
  }
13241
13244
  };
13242
13245
 
13243
- var formkitVersion$1 = '202606011911';
13246
+ var formkitVersion$1 = '202606011917';
13244
13247
 
13245
13248
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
13246
13249
  // See LICENSE in the project root for license information.
@@ -14313,7 +14316,7 @@ class AuroBibtemplate extends i$4 {
14313
14316
  }
14314
14317
  }
14315
14318
 
14316
- var formkitVersion = '202606011911';
14319
+ var formkitVersion = '202606011917';
14317
14320
 
14318
14321
  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}`;
14319
14322
 
@@ -5293,7 +5293,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
5293
5293
  }
5294
5294
  };
5295
5295
 
5296
- var formkitVersion$2 = '202606011911';
5296
+ var formkitVersion$2 = '202606011917';
5297
5297
 
5298
5298
  let AuroElement$2 = class AuroElement extends i$4 {
5299
5299
  static get properties() {
@@ -6291,7 +6291,10 @@ class AuroDropdown extends AuroElement$2 {
6291
6291
  const parent = current.parentElement;
6292
6292
  for (const sibling of parent.children) {
6293
6293
  if (sibling !== current) {
6294
- this._inertSiblings.push({ element: sibling, wasInert: sibling.inert });
6294
+ this._inertSiblings.push({
6295
+ element: sibling,
6296
+ wasInert: sibling.inert
6297
+ });
6295
6298
  sibling.inert = true;
6296
6299
  }
6297
6300
  }
@@ -13255,7 +13258,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
13255
13258
  }
13256
13259
  };
13257
13260
 
13258
- var formkitVersion$1 = '202606011911';
13261
+ var formkitVersion$1 = '202606011917';
13259
13262
 
13260
13263
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
13261
13264
  // See LICENSE in the project root for license information.
@@ -14328,7 +14331,7 @@ class AuroBibtemplate extends i$4 {
14328
14331
  }
14329
14332
  }
14330
14333
 
14331
- var formkitVersion = '202606011911';
14334
+ var formkitVersion = '202606011917';
14332
14335
 
14333
14336
  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}`;
14334
14337
 
@@ -5211,7 +5211,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
5211
5211
  }
5212
5212
  };
5213
5213
 
5214
- var formkitVersion$2 = '202606011911';
5214
+ var formkitVersion$2 = '202606011917';
5215
5215
 
5216
5216
  let AuroElement$2 = class AuroElement extends LitElement {
5217
5217
  static get properties() {
@@ -6209,7 +6209,10 @@ class AuroDropdown extends AuroElement$2 {
6209
6209
  const parent = current.parentElement;
6210
6210
  for (const sibling of parent.children) {
6211
6211
  if (sibling !== current) {
6212
- this._inertSiblings.push({ element: sibling, wasInert: sibling.inert });
6212
+ this._inertSiblings.push({
6213
+ element: sibling,
6214
+ wasInert: sibling.inert
6215
+ });
6213
6216
  sibling.inert = true;
6214
6217
  }
6215
6218
  }
@@ -13166,7 +13169,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
13166
13169
  }
13167
13170
  };
13168
13171
 
13169
- var formkitVersion$1 = '202606011911';
13172
+ var formkitVersion$1 = '202606011917';
13170
13173
 
13171
13174
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
13172
13175
  // See LICENSE in the project root for license information.
@@ -14239,7 +14242,7 @@ class AuroBibtemplate extends LitElement {
14239
14242
  }
14240
14243
  }
14241
14244
 
14242
- var formkitVersion = '202606011911';
14245
+ var formkitVersion = '202606011917';
14243
14246
 
14244
14247
  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}`;
14245
14248
 
@@ -5211,7 +5211,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
5211
5211
  }
5212
5212
  };
5213
5213
 
5214
- var formkitVersion$2 = '202606011911';
5214
+ var formkitVersion$2 = '202606011917';
5215
5215
 
5216
5216
  let AuroElement$2 = class AuroElement extends LitElement {
5217
5217
  static get properties() {
@@ -6209,7 +6209,10 @@ class AuroDropdown extends AuroElement$2 {
6209
6209
  const parent = current.parentElement;
6210
6210
  for (const sibling of parent.children) {
6211
6211
  if (sibling !== current) {
6212
- this._inertSiblings.push({ element: sibling, wasInert: sibling.inert });
6212
+ this._inertSiblings.push({
6213
+ element: sibling,
6214
+ wasInert: sibling.inert
6215
+ });
6213
6216
  sibling.inert = true;
6214
6217
  }
6215
6218
  }
@@ -13166,7 +13169,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
13166
13169
  }
13167
13170
  };
13168
13171
 
13169
- var formkitVersion$1 = '202606011911';
13172
+ var formkitVersion$1 = '202606011917';
13170
13173
 
13171
13174
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
13172
13175
  // See LICENSE in the project root for license information.
@@ -14239,7 +14242,7 @@ class AuroBibtemplate extends LitElement {
14239
14242
  }
14240
14243
  }
14241
14244
 
14242
- var formkitVersion = '202606011911';
14245
+ var formkitVersion = '202606011917';
14243
14246
 
14244
14247
  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}`;
14245
14248
 
@@ -1521,7 +1521,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1521
1521
  }
1522
1522
  };
1523
1523
 
1524
- var formkitVersion$1 = '202606011911';
1524
+ var formkitVersion$1 = '202606011917';
1525
1525
 
1526
1526
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1527
1527
  // See LICENSE in the project root for license information.
@@ -5867,7 +5867,7 @@ class AuroHelpText extends i$2 {
5867
5867
  }
5868
5868
  }
5869
5869
 
5870
- var formkitVersion = '202606011911';
5870
+ var formkitVersion = '202606011917';
5871
5871
 
5872
5872
  let AuroElement$1 = class AuroElement extends i$2 {
5873
5873
  static get properties() {
@@ -6865,7 +6865,10 @@ class AuroDropdown extends AuroElement$1 {
6865
6865
  const parent = current.parentElement;
6866
6866
  for (const sibling of parent.children) {
6867
6867
  if (sibling !== current) {
6868
- this._inertSiblings.push({ element: sibling, wasInert: sibling.inert });
6868
+ this._inertSiblings.push({
6869
+ element: sibling,
6870
+ wasInert: sibling.inert
6871
+ });
6869
6872
  sibling.inert = true;
6870
6873
  }
6871
6874
  }
@@ -1521,7 +1521,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1521
1521
  }
1522
1522
  };
1523
1523
 
1524
- var formkitVersion$1 = '202606011911';
1524
+ var formkitVersion$1 = '202606011917';
1525
1525
 
1526
1526
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1527
1527
  // See LICENSE in the project root for license information.
@@ -5867,7 +5867,7 @@ class AuroHelpText extends i$2 {
5867
5867
  }
5868
5868
  }
5869
5869
 
5870
- var formkitVersion = '202606011911';
5870
+ var formkitVersion = '202606011917';
5871
5871
 
5872
5872
  let AuroElement$1 = class AuroElement extends i$2 {
5873
5873
  static get properties() {
@@ -6865,7 +6865,10 @@ class AuroDropdown extends AuroElement$1 {
6865
6865
  const parent = current.parentElement;
6866
6866
  for (const sibling of parent.children) {
6867
6867
  if (sibling !== current) {
6868
- this._inertSiblings.push({ element: sibling, wasInert: sibling.inert });
6868
+ this._inertSiblings.push({
6869
+ element: sibling,
6870
+ wasInert: sibling.inert
6871
+ });
6869
6872
  sibling.inert = true;
6870
6873
  }
6871
6874
  }