@aurodesignsystem-dev/auro-formkit 0.0.0-pr1271.7 → 0.0.0-pr1271.8

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 (40) hide show
  1. package/components/checkbox/demo/api.md +2 -2
  2. package/components/checkbox/demo/api.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/api.md +3 -1
  7. package/components/combobox/demo/api.min.js +3 -3
  8. package/components/combobox/demo/index.min.js +3 -3
  9. package/components/combobox/dist/index.js +3 -3
  10. package/components/combobox/dist/registered.js +3 -3
  11. package/components/counter/demo/api.md +44 -40
  12. package/components/counter/demo/api.min.js +3 -14
  13. package/components/counter/demo/index.min.js +3 -14
  14. package/components/counter/dist/index.js +3 -14
  15. package/components/counter/dist/registered.js +3 -14
  16. package/components/datepicker/demo/api.md +3 -1
  17. package/components/datepicker/demo/api.min.js +6 -5
  18. package/components/datepicker/demo/index.min.js +6 -5
  19. package/components/datepicker/dist/auro-datepicker.d.ts +3 -0
  20. package/components/datepicker/dist/index.js +6 -5
  21. package/components/datepicker/dist/registered.js +6 -5
  22. package/components/dropdown/demo/api.md +13 -12
  23. package/components/dropdown/demo/api.min.js +1 -1
  24. package/components/dropdown/demo/index.min.js +1 -1
  25. package/components/dropdown/dist/index.js +1 -1
  26. package/components/dropdown/dist/registered.js +1 -1
  27. package/components/input/demo/api.md +51 -49
  28. package/components/input/demo/api.min.js +1 -1
  29. package/components/input/demo/index.min.js +1 -1
  30. package/components/input/dist/index.js +1 -1
  31. package/components/input/dist/registered.js +1 -1
  32. package/components/radio/demo/api.min.js +1 -1
  33. package/components/radio/demo/index.min.js +1 -1
  34. package/components/radio/dist/index.js +1 -1
  35. package/components/radio/dist/registered.js +1 -1
  36. package/components/select/demo/api.min.js +2 -2
  37. package/components/select/demo/index.min.js +2 -2
  38. package/components/select/dist/index.js +2 -2
  39. package/components/select/dist/registered.js +2 -2
  40. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
 
4
4
  # auro-checkbox-group
5
5
 
6
- The auro-checkbox-group element is a wrapper for auro-checkbox element.
6
+ The `auro-checkbox-group` element is a wrapper for `auro-checkbox` elements..
7
7
 
8
8
  ## Properties
9
9
 
@@ -45,7 +45,7 @@ The auro-checkbox-group element is a wrapper for auro-checkbox element.
45
45
 
46
46
  # auro-checkbox
47
47
 
48
- Custom element for the purpose of allowing users to select one or more options of a limited number of choices.
48
+ The `auro-checkbox` element is for the purpose of allowing users to select one or more options of a limited number of choices.
49
49
 
50
50
  ## Properties
51
51
 
@@ -1614,7 +1614,7 @@ class AuroHelpText extends i$2 {
1614
1614
  }
1615
1615
  }
1616
1616
 
1617
- var formkitVersion = '202601082126';
1617
+ var formkitVersion = '202601082141';
1618
1618
 
1619
1619
  // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1620
1620
  // See LICENSE in the project root for license information.
@@ -1606,7 +1606,7 @@ class AuroHelpText extends i$2 {
1606
1606
  }
1607
1607
  }
1608
1608
 
1609
- var formkitVersion = '202601082126';
1609
+ var formkitVersion = '202601082141';
1610
1610
 
1611
1611
  // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1612
1612
  // See LICENSE in the project root for license information.
@@ -1559,7 +1559,7 @@ class AuroHelpText extends LitElement {
1559
1559
  }
1560
1560
  }
1561
1561
 
1562
- var formkitVersion = '202601082126';
1562
+ var formkitVersion = '202601082141';
1563
1563
 
1564
1564
  // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1565
1565
  // See LICENSE in the project root for license information.
@@ -1559,7 +1559,7 @@ class AuroHelpText extends LitElement {
1559
1559
  }
1560
1560
  }
1561
1561
 
1562
- var formkitVersion = '202601082126';
1562
+ var formkitVersion = '202601082141';
1563
1563
 
1564
1564
  // Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1565
1565
  // See LICENSE in the project root for license information.
@@ -1,7 +1,9 @@
1
1
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/api.md) -->
2
2
  <!-- The below content is automatically added from ./../docs/api.md -->
3
3
 
4
- # auro-combobox
4
+ # auro-combobox
5
+
6
+ The `auro-combobox` element provides users with a way to select an option from a list of filtered or suggested options based on user input.
5
7
 
6
8
  ## Properties
7
9
 
@@ -4224,7 +4224,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
4224
4224
  }
4225
4225
  };
4226
4226
 
4227
- var formkitVersion$2 = '202601082126';
4227
+ var formkitVersion$2 = '202601082141';
4228
4228
 
4229
4229
  let AuroElement$2 = class AuroElement extends i$3 {
4230
4230
  static get properties() {
@@ -11860,7 +11860,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
11860
11860
  }
11861
11861
  };
11862
11862
 
11863
- var formkitVersion$1 = '202601082126';
11863
+ var formkitVersion$1 = '202601082141';
11864
11864
 
11865
11865
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
11866
11866
  // See LICENSE in the project root for license information.
@@ -12853,7 +12853,7 @@ class AuroBibtemplate extends i$3 {
12853
12853
  }
12854
12854
  }
12855
12855
 
12856
- var formkitVersion = '202601082126';
12856
+ var formkitVersion = '202601082141';
12857
12857
 
12858
12858
  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}`;
12859
12859
 
@@ -4152,7 +4152,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
4152
4152
  }
4153
4153
  };
4154
4154
 
4155
- var formkitVersion$2 = '202601082126';
4155
+ var formkitVersion$2 = '202601082141';
4156
4156
 
4157
4157
  let AuroElement$2 = class AuroElement extends i$3 {
4158
4158
  static get properties() {
@@ -11788,7 +11788,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
11788
11788
  }
11789
11789
  };
11790
11790
 
11791
- var formkitVersion$1 = '202601082126';
11791
+ var formkitVersion$1 = '202601082141';
11792
11792
 
11793
11793
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
11794
11794
  // See LICENSE in the project root for license information.
@@ -12781,7 +12781,7 @@ class AuroBibtemplate extends i$3 {
12781
12781
  }
12782
12782
  }
12783
12783
 
12784
- var formkitVersion = '202601082126';
12784
+ var formkitVersion = '202601082141';
12785
12785
 
12786
12786
  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}`;
12787
12787
 
@@ -4089,7 +4089,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
4089
4089
  }
4090
4090
  };
4091
4091
 
4092
- var formkitVersion$2 = '202601082126';
4092
+ var formkitVersion$2 = '202601082141';
4093
4093
 
4094
4094
  let AuroElement$2 = class AuroElement extends LitElement {
4095
4095
  static get properties() {
@@ -11718,7 +11718,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
11718
11718
  }
11719
11719
  };
11720
11720
 
11721
- var formkitVersion$1 = '202601082126';
11721
+ var formkitVersion$1 = '202601082141';
11722
11722
 
11723
11723
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
11724
11724
  // See LICENSE in the project root for license information.
@@ -12711,7 +12711,7 @@ class AuroBibtemplate extends LitElement {
12711
12711
  }
12712
12712
  }
12713
12713
 
12714
- var formkitVersion = '202601082126';
12714
+ var formkitVersion = '202601082141';
12715
12715
 
12716
12716
  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}`;
12717
12717
 
@@ -4089,7 +4089,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
4089
4089
  }
4090
4090
  };
4091
4091
 
4092
- var formkitVersion$2 = '202601082126';
4092
+ var formkitVersion$2 = '202601082141';
4093
4093
 
4094
4094
  let AuroElement$2 = class AuroElement extends LitElement {
4095
4095
  static get properties() {
@@ -11718,7 +11718,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
11718
11718
  }
11719
11719
  };
11720
11720
 
11721
- var formkitVersion$1 = '202601082126';
11721
+ var formkitVersion$1 = '202601082141';
11722
11722
 
11723
11723
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
11724
11724
  // See LICENSE in the project root for license information.
@@ -12711,7 +12711,7 @@ class AuroBibtemplate extends LitElement {
12711
12711
  }
12712
12712
  }
12713
12713
 
12714
- var formkitVersion = '202601082126';
12714
+ var formkitVersion = '202601082141';
12715
12715
 
12716
12716
  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}`;
12717
12717
 
@@ -1,46 +1,9 @@
1
1
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/api.md) -->
2
2
  <!-- The below content is automatically added from ./../docs/api.md -->
3
3
 
4
- # auro-counter
5
-
6
- ## Properties
4
+ # auro-counter-group
7
5
 
8
- | Property | Attribute | Type | Default | Description |
9
- |--------------|--------------|--------------------------|-------------|--------------------------------------------------|
10
- | [appearance](#appearance) | `appearance` | `'default' \| 'inverse'` | "'default'" | Defines whether the component will be on lighter or darker backgrounds. |
11
- | [disabled](#disabled) | `disabled` | `boolean` | | Indicates if the counter is disabled. |
12
- | [error](#error) | `error` | `string` | | Error state and message.<br />True if set, value is the error message. |
13
- | [max](#max) | `max` | `number` | | The maximum value for the counter. |
14
- | [min](#min) | `min` | `number` | | The minimum value for the counter. |
15
- | [onDark](#onDark) | `onDark` | `boolean` | | DEPRECATED - use `appearance="inverse"` instead. |
16
- | [validity](#validity) | `validity` | `string` | | The validity state of the counter. |
17
- | [value](#value) | `value` | `number` | | The current value of the counter. |
18
-
19
- ## Methods
20
-
21
- | Method | Type | Description |
22
- |-------------|----------------------------------------|--------------------------------------------------|
23
- | [decrement](#decrement) | `(value?: number \| undefined): void` | Decrements the value of the counter by 1. If a value is provided, it decrements by that amount.<br /><br />**value**: The amount to decrement by. |
24
- | [increment](#increment) | `(value?: number \| undefined): void` | Increments the counter value by 1. If a value is provided, it increments by that amount.<br /><br />**value**: The amount to increment by. |
25
- | [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
26
-
27
- ## Events
28
-
29
- | Event | Type |
30
- |---------|------------------------------------------------|
31
- | [input](#input) | `CustomEvent<{ value: number \| undefined; }>` |
32
-
33
- ## Slots
34
-
35
- | Name | Description |
36
- |-------------------|--------------------------------------------|
37
- | `ariaLabel.minus` | Accessible label for the decrement button. |
38
- | `ariaLabel.plus` | Accessible label for the increment button. |
39
- | [default](#default) | Main label content for the counter. |
40
- | [description](#description) | Descriptive content for the counter. |
41
- | [helpText](#helpText) | Help text content for the counter. |
42
-
43
- # auro-counter-group
6
+ The `auro-counter-group` element provides a flexible interface for grouping multiple counters, supporting validation, custom validity messages, and disabled states based on the group's value.
44
7
 
45
8
  ## Properties
46
9
 
@@ -89,7 +52,48 @@
89
52
  | [default](#default) | Slot for counter elements. |
90
53
  | [helpText](#helpText) | Dropdown help text content. Only used when `isDropdown` is true. |
91
54
  | [label](#label) | Dropdown label content. Only used when `isDropdown` is true. |
92
- | [valueText](#valueText) | Dropdown value text display. Only used when `isDropdown` is true. |
55
+ | [valueText](#valueText) | Dropdown value text display. Only used when `isDropdown` is true. |
56
+
57
+ # auro-counter
58
+
59
+ The `auro-counter` element provides a flexible counter interface with increment and decrement buttons, supporting optional sub-labels and disabled states.
60
+
61
+ ## Properties
62
+
63
+ | Property | Attribute | Type | Default | Description |
64
+ |--------------|--------------|--------------------------|-------------|--------------------------------------------------|
65
+ | [appearance](#appearance) | `appearance` | `'default' \| 'inverse'` | "'default'" | Defines whether the component will be on lighter or darker backgrounds. |
66
+ | [disabled](#disabled) | `disabled` | `boolean` | | Indicates if the counter is disabled. |
67
+ | [error](#error) | `error` | `string` | | Error state and message.<br />True if set, value is the error message. |
68
+ | [max](#max) | `max` | `number` | | The maximum value for the counter. |
69
+ | [min](#min) | `min` | `number` | | The minimum value for the counter. |
70
+ | [onDark](#onDark) | `onDark` | `boolean` | | DEPRECATED - use `appearance="inverse"` instead. |
71
+ | [validity](#validity) | `validity` | `string` | | The validity state of the counter. |
72
+ | [value](#value) | `value` | `number` | | The current value of the counter. |
73
+
74
+ ## Methods
75
+
76
+ | Method | Type | Description |
77
+ |-------------|----------------------------------------|--------------------------------------------------|
78
+ | [decrement](#decrement) | `(value?: number \| undefined): void` | Decrements the value of the counter by 1. If a value is provided, it decrements by that amount.<br /><br />**value**: The amount to decrement by. |
79
+ | [increment](#increment) | `(value?: number \| undefined): void` | Increments the counter value by 1. If a value is provided, it increments by that amount.<br /><br />**value**: The amount to increment by. |
80
+ | [validate](#validate) | `(force?: boolean \| undefined): void` | Validates value.<br /><br />**force**: Whether to force validation. |
81
+
82
+ ## Events
83
+
84
+ | Event | Type |
85
+ |---------|------------------------------------------------|
86
+ | [input](#input) | `CustomEvent<{ value: number \| undefined; }>` |
87
+
88
+ ## Slots
89
+
90
+ | Name | Description |
91
+ |-------------------|--------------------------------------------|
92
+ | `ariaLabel.minus` | Accessible label for the decrement button. |
93
+ | `ariaLabel.plus` | Accessible label for the increment button. |
94
+ | [default](#default) | Main label content for the counter. |
95
+ | [description](#description) | Descriptive content for the counter. |
96
+ | [helpText](#helpText) | Help text content for the counter. |
93
97
  <!-- AURO-GENERATED-CONTENT:END -->
94
98
 
95
99
  ## Basic Counter
@@ -1436,7 +1436,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1436
1436
  }
1437
1437
  };
1438
1438
 
1439
- var formkitVersion$1 = '202601082126';
1439
+ var formkitVersion$1 = '202601082141';
1440
1440
 
1441
1441
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1442
1442
  // See LICENSE in the project root for license information.
@@ -4969,7 +4969,7 @@ class AuroHelpText extends i$2 {
4969
4969
  }
4970
4970
  }
4971
4971
 
4972
- var formkitVersion = '202601082126';
4972
+ var formkitVersion = '202601082141';
4973
4973
 
4974
4974
  let AuroElement$1 = class AuroElement extends i$2 {
4975
4975
  static get properties() {
@@ -6537,18 +6537,7 @@ class AuroElement extends i$2 {
6537
6537
  }
6538
6538
  }
6539
6539
 
6540
- /*
6541
- eslint-disable
6542
- lit/no-invalid-html,
6543
- lit/binding-positions,
6544
- max-lines,
6545
- no-underscore-dangle,
6546
- arrow-parens,
6547
- no-confusing-arrow,
6548
- curly,
6549
- dot-location,
6550
- no-inline-comments,
6551
- line-comment-position,
6540
+ /* eslint-disable lit/no-invalid-html, lit/binding-positions, max-lines, no-underscore-dangle, arrow-parens, no-confusing-arrow, curly, dot-location, no-inline-comments, line-comment-position,
6552
6541
  */
6553
6542
 
6554
6543
 
@@ -1436,7 +1436,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1436
1436
  }
1437
1437
  };
1438
1438
 
1439
- var formkitVersion$1 = '202601082126';
1439
+ var formkitVersion$1 = '202601082141';
1440
1440
 
1441
1441
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1442
1442
  // See LICENSE in the project root for license information.
@@ -4969,7 +4969,7 @@ class AuroHelpText extends i$2 {
4969
4969
  }
4970
4970
  }
4971
4971
 
4972
- var formkitVersion = '202601082126';
4972
+ var formkitVersion = '202601082141';
4973
4973
 
4974
4974
  let AuroElement$1 = class AuroElement extends i$2 {
4975
4975
  static get properties() {
@@ -6537,18 +6537,7 @@ class AuroElement extends i$2 {
6537
6537
  }
6538
6538
  }
6539
6539
 
6540
- /*
6541
- eslint-disable
6542
- lit/no-invalid-html,
6543
- lit/binding-positions,
6544
- max-lines,
6545
- no-underscore-dangle,
6546
- arrow-parens,
6547
- no-confusing-arrow,
6548
- curly,
6549
- dot-location,
6550
- no-inline-comments,
6551
- line-comment-position,
6540
+ /* eslint-disable lit/no-invalid-html, lit/binding-positions, max-lines, no-underscore-dangle, arrow-parens, no-confusing-arrow, curly, dot-location, no-inline-comments, line-comment-position,
6552
6541
  */
6553
6542
 
6554
6543
 
@@ -1390,7 +1390,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
1390
1390
  }
1391
1391
  };
1392
1392
 
1393
- var formkitVersion$1 = '202601082126';
1393
+ var formkitVersion$1 = '202601082141';
1394
1394
 
1395
1395
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1396
1396
  // See LICENSE in the project root for license information.
@@ -4905,7 +4905,7 @@ class AuroHelpText extends LitElement {
4905
4905
  }
4906
4906
  }
4907
4907
 
4908
- var formkitVersion = '202601082126';
4908
+ var formkitVersion = '202601082141';
4909
4909
 
4910
4910
  let AuroElement$1 = class AuroElement extends LitElement {
4911
4911
  static get properties() {
@@ -6473,18 +6473,7 @@ class AuroElement extends LitElement {
6473
6473
  }
6474
6474
  }
6475
6475
 
6476
- /*
6477
- eslint-disable
6478
- lit/no-invalid-html,
6479
- lit/binding-positions,
6480
- max-lines,
6481
- no-underscore-dangle,
6482
- arrow-parens,
6483
- no-confusing-arrow,
6484
- curly,
6485
- dot-location,
6486
- no-inline-comments,
6487
- line-comment-position,
6476
+ /* eslint-disable lit/no-invalid-html, lit/binding-positions, max-lines, no-underscore-dangle, arrow-parens, no-confusing-arrow, curly, dot-location, no-inline-comments, line-comment-position,
6488
6477
  */
6489
6478
 
6490
6479
 
@@ -1390,7 +1390,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
1390
1390
  }
1391
1391
  };
1392
1392
 
1393
- var formkitVersion$1 = '202601082126';
1393
+ var formkitVersion$1 = '202601082141';
1394
1394
 
1395
1395
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1396
1396
  // See LICENSE in the project root for license information.
@@ -4905,7 +4905,7 @@ class AuroHelpText extends LitElement {
4905
4905
  }
4906
4906
  }
4907
4907
 
4908
- var formkitVersion = '202601082126';
4908
+ var formkitVersion = '202601082141';
4909
4909
 
4910
4910
  let AuroElement$1 = class AuroElement extends LitElement {
4911
4911
  static get properties() {
@@ -6473,18 +6473,7 @@ class AuroElement extends LitElement {
6473
6473
  }
6474
6474
  }
6475
6475
 
6476
- /*
6477
- eslint-disable
6478
- lit/no-invalid-html,
6479
- lit/binding-positions,
6480
- max-lines,
6481
- no-underscore-dangle,
6482
- arrow-parens,
6483
- no-confusing-arrow,
6484
- curly,
6485
- dot-location,
6486
- no-inline-comments,
6487
- line-comment-position,
6476
+ /* eslint-disable lit/no-invalid-html, lit/binding-positions, max-lines, no-underscore-dangle, arrow-parens, no-confusing-arrow, curly, dot-location, no-inline-comments, line-comment-position,
6488
6477
  */
6489
6478
 
6490
6479
 
@@ -1,7 +1,9 @@
1
1
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/api.md) -->
2
2
  <!-- The below content is automatically added from ./../docs/api.md -->
3
3
 
4
- # auro-datepicker
4
+ # auro-datepicker
5
+
6
+ The `auro-datepicker` component provides users with a way to select a date or date range from a calendar popup or fullscreen calendar on mobile.
5
7
 
6
8
  ## Properties
7
9
 
@@ -9527,7 +9527,7 @@ class AuroBibtemplate extends i {
9527
9527
  }
9528
9528
  }
9529
9529
 
9530
- var formkitVersion$2 = '202601082126';
9530
+ var formkitVersion$2 = '202601082141';
9531
9531
 
9532
9532
  let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=i$4`${s$5(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`);return (o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim()||null}};let h$3 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$3=i$2`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]){--ds-auro-loader-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color: transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color: currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color: currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}
9533
9533
  `,u$6=i$2`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, .05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, .05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, .05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, .05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, .05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, .1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin: .375rem;--margin-xs: .2rem;--margin-sm: .5rem;--margin-md: .75rem;--margin-lg: 1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin) * 6);height:1.5rem}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(2.55rem + var(--margin-xs) * 6);height:1.55rem}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:2.5rem}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:3.5rem}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:5.5rem}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-.4s}:host([pulse])>span:nth-child(2){animation-delay:-.2s}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,to{opacity:.1;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}:host([orbit]),:host([orbit])>span{opacity:1}:host([orbit])>span{border-width:5px}:host([orbit])>span:nth-child(2){animation:orbit 2s linear infinite}:host([orbit][sm])>span{border-width:8px}:host([orbit][md])>span{border-width:13px}:host([orbit][lg])>span{border-width:21px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:host([ringworm])>svg{animation:rotate 2s linear infinite;height:100%;width:100%;stroke:currentcolor;stroke-width:8}:host([ringworm]) .path{stroke-dashoffset:0;animation:ringworm 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:host([laser]){position:static;width:100%;display:block;height:0;overflow:hidden;font-size:unset}:host([laser])>span{position:fixed;width:100%;height:.25rem;border-radius:0;z-index:100}:host([laser])>span:nth-child(1){border-color:currentcolor;opacity:.25}:host([laser])>span:nth-child(2){border-color:currentcolor;animation:laser 2s linear infinite;opacity:1;width:50%}:host([laser][sm])>span:nth-child(2){width:20%}:host([laser][md])>span:nth-child(2){width:30%}:host([laser][lg])>span:nth-child(2){width:50%;animation-duration:1.5s}:host([laser][xl])>span:nth-child(2){width:80%;animation-duration:1.5s}@keyframes laser{0%{left:-100%}to{left:110%}}:host>.no-animation{display:none}@media (prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center}:host>span{opacity:1}:host>.loader{display:none}:host>svg{display:none}:host>.no-animation{display:block}}
@@ -13098,7 +13098,7 @@ let AuroHelpText$2 = class AuroHelpText extends i {
13098
13098
  }
13099
13099
  };
13100
13100
 
13101
- var formkitVersion$1 = '202601082126';
13101
+ var formkitVersion$1 = '202601082141';
13102
13102
 
13103
13103
  let AuroElement$2 = class AuroElement extends i {
13104
13104
  static get properties() {
@@ -20734,7 +20734,7 @@ let AuroHelpText$1 = class AuroHelpText extends i {
20734
20734
  }
20735
20735
  };
20736
20736
 
20737
- var formkitVersion = '202601082126';
20737
+ var formkitVersion = '202601082141';
20738
20738
 
20739
20739
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
20740
20740
  // See LICENSE in the project root for license information.
@@ -21831,6 +21831,9 @@ var iconVersion = '9.1.1';
21831
21831
 
21832
21832
  // See https://git.io/JJ6SJ for "How to document your components using JSDoc"
21833
21833
  /**
21834
+ * The `auro-datepicker` component provides users with a way to select a date or date range from a calendar popup or fullscreen calendar on mobile.
21835
+ * @customElement auro-datepicker
21836
+ *
21834
21837
  * @slot helpText - Defines the content of the helpText.
21835
21838
  * @slot ariaLabel.bib.close - Sets aria-label on close button in fullscreen bib
21836
21839
  * @slot ariaLabel.input.clear - Sets aria-label on clear button
@@ -21853,8 +21856,6 @@ var iconVersion = '9.1.1';
21853
21856
  * @event auroFormElement-validated - Notifies that the component value(s) have been validated.
21854
21857
  * @event auroDatePicker-newSlotContent - Notifies that new slot content has been added to the datepicker.
21855
21858
  */
21856
-
21857
- // build the component class
21858
21859
  class AuroDatePicker extends AuroElement {
21859
21860
  constructor() {
21860
21861
  super();
@@ -9268,7 +9268,7 @@ class AuroBibtemplate extends i {
9268
9268
  }
9269
9269
  }
9270
9270
 
9271
- var formkitVersion$2 = '202601082126';
9271
+ var formkitVersion$2 = '202601082141';
9272
9272
 
9273
9273
  let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=i$4`${s$5(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`);return (o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim()||null}};let h$3 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$3=i$2`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]){--ds-auro-loader-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color: transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color: currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color: currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}
9274
9274
  `,u$6=i$2`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, .05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, .05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, .05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, .05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, .05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, .1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin: .375rem;--margin-xs: .2rem;--margin-sm: .5rem;--margin-md: .75rem;--margin-lg: 1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin) * 6);height:1.5rem}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(2.55rem + var(--margin-xs) * 6);height:1.55rem}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:2.5rem}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:3.5rem}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:5.5rem}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-.4s}:host([pulse])>span:nth-child(2){animation-delay:-.2s}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,to{opacity:.1;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}:host([orbit]),:host([orbit])>span{opacity:1}:host([orbit])>span{border-width:5px}:host([orbit])>span:nth-child(2){animation:orbit 2s linear infinite}:host([orbit][sm])>span{border-width:8px}:host([orbit][md])>span{border-width:13px}:host([orbit][lg])>span{border-width:21px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:host([ringworm])>svg{animation:rotate 2s linear infinite;height:100%;width:100%;stroke:currentcolor;stroke-width:8}:host([ringworm]) .path{stroke-dashoffset:0;animation:ringworm 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:host([laser]){position:static;width:100%;display:block;height:0;overflow:hidden;font-size:unset}:host([laser])>span{position:fixed;width:100%;height:.25rem;border-radius:0;z-index:100}:host([laser])>span:nth-child(1){border-color:currentcolor;opacity:.25}:host([laser])>span:nth-child(2){border-color:currentcolor;animation:laser 2s linear infinite;opacity:1;width:50%}:host([laser][sm])>span:nth-child(2){width:20%}:host([laser][md])>span:nth-child(2){width:30%}:host([laser][lg])>span:nth-child(2){width:50%;animation-duration:1.5s}:host([laser][xl])>span:nth-child(2){width:80%;animation-duration:1.5s}@keyframes laser{0%{left:-100%}to{left:110%}}:host>.no-animation{display:none}@media (prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center}:host>span{opacity:1}:host>.loader{display:none}:host>svg{display:none}:host>.no-animation{display:block}}
@@ -12839,7 +12839,7 @@ let AuroHelpText$2 = class AuroHelpText extends i {
12839
12839
  }
12840
12840
  };
12841
12841
 
12842
- var formkitVersion$1 = '202601082126';
12842
+ var formkitVersion$1 = '202601082141';
12843
12843
 
12844
12844
  let AuroElement$2 = class AuroElement extends i {
12845
12845
  static get properties() {
@@ -20475,7 +20475,7 @@ let AuroHelpText$1 = class AuroHelpText extends i {
20475
20475
  }
20476
20476
  };
20477
20477
 
20478
- var formkitVersion = '202601082126';
20478
+ var formkitVersion = '202601082141';
20479
20479
 
20480
20480
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
20481
20481
  // See LICENSE in the project root for license information.
@@ -21572,6 +21572,9 @@ var iconVersion = '9.1.1';
21572
21572
 
21573
21573
  // See https://git.io/JJ6SJ for "How to document your components using JSDoc"
21574
21574
  /**
21575
+ * The `auro-datepicker` component provides users with a way to select a date or date range from a calendar popup or fullscreen calendar on mobile.
21576
+ * @customElement auro-datepicker
21577
+ *
21575
21578
  * @slot helpText - Defines the content of the helpText.
21576
21579
  * @slot ariaLabel.bib.close - Sets aria-label on close button in fullscreen bib
21577
21580
  * @slot ariaLabel.input.clear - Sets aria-label on clear button
@@ -21594,8 +21597,6 @@ var iconVersion = '9.1.1';
21594
21597
  * @event auroFormElement-validated - Notifies that the component value(s) have been validated.
21595
21598
  * @event auroDatePicker-newSlotContent - Notifies that new slot content has been added to the datepicker.
21596
21599
  */
21597
-
21598
- // build the component class
21599
21600
  class AuroDatePicker extends AuroElement {
21600
21601
  constructor() {
21601
21602
  super();
@@ -1,4 +1,7 @@
1
1
  /**
2
+ * The `auro-datepicker` component provides users with a way to select a date or date range from a calendar popup or fullscreen calendar on mobile.
3
+ * @customElement auro-datepicker
4
+ *
2
5
  * @slot helpText - Defines the content of the helpText.
3
6
  * @slot ariaLabel.bib.close - Sets aria-label on close button in fullscreen bib
4
7
  * @slot ariaLabel.input.clear - Sets aria-label on clear button