@aurodesignsystem-dev/auro-formkit 0.0.0-pr1448.0 → 0.0.0-pr1451.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 (163) hide show
  1. package/components/checkbox/demo/api.md +201 -221
  2. package/components/checkbox/demo/api.min.js +1 -1
  3. package/components/checkbox/demo/index.md +21 -23
  4. package/components/checkbox/demo/index.min.js +1 -1
  5. package/components/checkbox/demo/keyboard-behavior.md +39 -0
  6. package/components/checkbox/demo/readme.md +23 -35
  7. package/components/checkbox/dist/auro-checkbox-group.d.ts +6 -6
  8. package/components/checkbox/dist/auro-checkbox.d.ts +8 -8
  9. package/components/checkbox/dist/index.js +1 -1
  10. package/components/checkbox/dist/registered.js +1 -1
  11. package/components/combobox/README.md +13 -3
  12. package/components/combobox/demo/accessibility.html +57 -0
  13. package/components/combobox/demo/accessibility.md +77 -0
  14. package/components/combobox/demo/api.html +24 -0
  15. package/components/combobox/demo/api.md +1613 -1685
  16. package/components/combobox/demo/api.min.js +15 -21
  17. package/components/combobox/demo/design.html +83 -0
  18. package/components/combobox/demo/design.md +283 -0
  19. package/components/combobox/demo/index.html +49 -16
  20. package/components/combobox/demo/index.js +3 -2
  21. package/components/combobox/demo/index.md +861 -185
  22. package/components/combobox/demo/index.min.js +41 -22
  23. package/components/combobox/demo/install.html +84 -0
  24. package/components/combobox/demo/install.js +24 -0
  25. package/components/combobox/demo/install.md +100 -0
  26. package/components/combobox/demo/install.min.js +17991 -0
  27. package/components/combobox/demo/{keyboardBehavior.html → keyboard-behavior.html} +2 -1
  28. package/components/combobox/demo/keyboard-behavior.md +276 -0
  29. package/components/combobox/demo/layout.md +112 -0
  30. package/components/combobox/demo/readme.html +25 -1
  31. package/components/combobox/demo/readme.md +50 -52
  32. package/components/combobox/demo/styles.css +141 -0
  33. package/components/combobox/demo/voiceover.html +66 -0
  34. package/components/combobox/demo/voiceover.md +118 -0
  35. package/components/combobox/dist/auro-combobox.d.ts +36 -36
  36. package/components/combobox/dist/index.js +12 -17
  37. package/components/combobox/dist/registered.js +12 -17
  38. package/components/counter/demo/api.md +751 -819
  39. package/components/counter/demo/api.min.js +2 -2
  40. package/components/counter/demo/index.md +35 -39
  41. package/components/counter/demo/index.min.js +2 -2
  42. package/components/counter/demo/keyboard-behavior.md +127 -0
  43. package/components/counter/demo/readme.md +39 -51
  44. package/components/counter/dist/auro-counter-group.d.ts +2 -2
  45. package/components/counter/dist/auro-counter.d.ts +10 -10
  46. package/components/counter/dist/index.js +2 -2
  47. package/components/counter/dist/registered.js +2 -2
  48. package/components/datepicker/demo/api.md +827 -931
  49. package/components/datepicker/demo/api.min.js +4 -4
  50. package/components/datepicker/demo/index.md +79 -87
  51. package/components/datepicker/demo/index.min.js +4 -4
  52. package/components/datepicker/demo/keyboard-behavior.md +19 -0
  53. package/components/datepicker/demo/readme.md +19 -31
  54. package/components/datepicker/dist/index.js +4 -4
  55. package/components/datepicker/dist/registered.js +4 -4
  56. package/components/datepicker/dist/{auro-calendar-cell.d.ts → src/auro-calendar-cell.d.ts} +2 -2
  57. package/components/datepicker/dist/{auro-datepicker.d.ts → src/auro-datepicker.d.ts} +13 -13
  58. package/components/datepicker/dist/{utilities.d.ts → src/utilities.d.ts} +4 -4
  59. package/components/datepicker/dist/{utilitiesCalendar.d.ts → src/utilitiesCalendar.d.ts} +3 -3
  60. package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/range-datepicker-calendar.d.ts +2 -2
  61. package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/range-datepicker.d.ts +1 -1
  62. package/components/dropdown/demo/api.md +795 -851
  63. package/components/dropdown/demo/api.min.js +1 -1
  64. package/components/dropdown/demo/index.md +145 -155
  65. package/components/dropdown/demo/index.min.js +1 -1
  66. package/components/dropdown/demo/keyboard-behavior.md +72 -0
  67. package/components/dropdown/demo/readme.md +39 -51
  68. package/components/dropdown/dist/auro-dropdown.d.ts +22 -22
  69. package/components/dropdown/dist/auro-dropdownBib.d.ts +3 -3
  70. package/components/dropdown/dist/dropdownBibKeyboardStrategy.d.ts +1 -1
  71. package/components/dropdown/dist/index.js +1 -1
  72. package/components/dropdown/dist/registered.js +1 -1
  73. package/components/form/demo/api.md +173 -179
  74. package/components/form/demo/api.min.js +27 -33
  75. package/components/form/demo/index.md +27 -33
  76. package/components/form/demo/index.min.js +27 -33
  77. package/components/form/demo/keyboard-behavior.md +38 -0
  78. package/components/form/demo/readme.md +14 -28
  79. package/components/input/demo/api.md +572 -664
  80. package/components/input/demo/api.min.js +2 -2
  81. package/components/input/demo/index.md +93 -99
  82. package/components/input/demo/index.min.js +2 -2
  83. package/components/input/demo/keyboard-behavior.md +25 -0
  84. package/components/input/demo/readme.md +17 -29
  85. package/components/input/dist/auro-input.d.ts +1 -1
  86. package/components/input/dist/base-input.d.ts +29 -29
  87. package/components/input/dist/index.js +2 -2
  88. package/components/input/dist/registered.js +2 -2
  89. package/components/menu/demo/api.md +745 -789
  90. package/components/menu/demo/api.min.js +3 -4
  91. package/components/menu/demo/index.md +35 -37
  92. package/components/menu/demo/index.min.js +3 -4
  93. package/components/menu/demo/keyboard-behavior.md +18 -0
  94. package/components/menu/demo/readme.md +23 -35
  95. package/components/menu/dist/auro-menu-utils.d.ts +1 -1
  96. package/components/menu/dist/auro-menu.context.d.ts +3 -3
  97. package/components/menu/dist/auro-menu.d.ts +5 -5
  98. package/components/menu/dist/auro-menuoption.d.ts +6 -6
  99. package/components/menu/dist/index.js +3 -4
  100. package/components/menu/dist/registered.js +3 -4
  101. package/components/radio/demo/api.md +318 -350
  102. package/components/radio/demo/api.min.js +1 -1
  103. package/components/radio/demo/index.md +25 -29
  104. package/components/radio/demo/index.min.js +1 -1
  105. package/components/radio/demo/keyboard-behavior.md +72 -0
  106. package/components/radio/demo/readme.md +21 -33
  107. package/components/radio/dist/auro-radio-group.d.ts +9 -9
  108. package/components/radio/dist/auro-radio.d.ts +8 -8
  109. package/components/radio/dist/index.js +1 -1
  110. package/components/radio/dist/registered.js +1 -1
  111. package/components/select/README.md +12 -1
  112. package/components/select/demo/accessibility.html +65 -0
  113. package/components/select/demo/accessibility.md +76 -0
  114. package/components/select/demo/api.md +1713 -1793
  115. package/components/select/demo/api.min.js +5 -6
  116. package/components/select/demo/index.html +247 -37
  117. package/components/select/demo/index.md +225 -345
  118. package/components/select/demo/index.min.js +5 -6
  119. package/components/select/demo/keyboard-behavior.md +39 -0
  120. package/components/select/demo/layout.html +59 -0
  121. package/components/select/demo/layout.md +299 -0
  122. package/components/select/demo/readme.md +45 -46
  123. package/components/select/demo/voiceover.html +65 -0
  124. package/components/select/demo/voiceover.md +183 -0
  125. package/components/select/dist/auro-select.d.ts +11 -11
  126. package/components/select/dist/index.js +2 -2
  127. package/components/select/dist/registered.js +2 -2
  128. package/custom-elements.json +13 -11
  129. package/package.json +26 -26
  130. package/components/checkbox/demo/keyboardBehavior.md +0 -0
  131. package/components/combobox/demo/keyboardBehavior.md +0 -281
  132. package/components/counter/demo/keyboardBehavior.md +0 -127
  133. package/components/datepicker/demo/keyboardBehavior.md +0 -19
  134. package/components/dropdown/demo/keyboardBehavior.md +0 -77
  135. package/components/form/demo/keyboardBehavior.md +0 -0
  136. package/components/input/demo/keyboardBehavior.md +0 -0
  137. package/components/menu/demo/keyboardBehavior.md +0 -0
  138. package/components/radio/demo/keyboardBehavior.md +0 -0
  139. package/components/select/demo/keyboardBehavior.md +0 -245
  140. /package/components/datepicker/dist/{auro-calendar-month.d.ts → src/auro-calendar-month.d.ts} +0 -0
  141. /package/components/datepicker/dist/{auro-calendar.d.ts → src/auro-calendar.d.ts} +0 -0
  142. /package/components/datepicker/dist/{buttonVersion.d.ts → src/buttonVersion.d.ts} +0 -0
  143. /package/components/datepicker/dist/{datepickerKeyboardStrategy.d.ts → src/datepickerKeyboardStrategy.d.ts} +0 -0
  144. /package/components/datepicker/dist/{iconVersion.d.ts → src/iconVersion.d.ts} +0 -0
  145. /package/components/datepicker/dist/{index.d.ts → src/index.d.ts} +0 -0
  146. /package/components/datepicker/dist/{popoverVersion.d.ts → src/popoverVersion.d.ts} +0 -0
  147. /package/components/datepicker/dist/{styles → src/styles}/classic/color-css.d.ts +0 -0
  148. /package/components/datepicker/dist/{styles → src/styles}/classic/style-css.d.ts +0 -0
  149. /package/components/datepicker/dist/{styles → src/styles}/color-calendar-css.d.ts +0 -0
  150. /package/components/datepicker/dist/{styles → src/styles}/color-cell-css.d.ts +0 -0
  151. /package/components/datepicker/dist/{styles → src/styles}/color-css.d.ts +0 -0
  152. /package/components/datepicker/dist/{styles → src/styles}/color-month-css.d.ts +0 -0
  153. /package/components/datepicker/dist/{styles → src/styles}/shapeSize-css.d.ts +0 -0
  154. /package/components/datepicker/dist/{styles → src/styles}/snowflake/color-css.d.ts +0 -0
  155. /package/components/datepicker/dist/{styles → src/styles}/snowflake/style-css.d.ts +0 -0
  156. /package/components/datepicker/dist/{styles → src/styles}/style-auro-calendar-cell-css.d.ts +0 -0
  157. /package/components/datepicker/dist/{styles → src/styles}/style-auro-calendar-css.d.ts +0 -0
  158. /package/components/datepicker/dist/{styles → src/styles}/style-auro-calendar-month-css.d.ts +0 -0
  159. /package/components/datepicker/dist/{styles → src/styles}/style-css.d.ts +0 -0
  160. /package/components/datepicker/dist/{styles → src/styles}/tokens-css.d.ts +0 -0
  161. /package/components/datepicker/dist/{utilitiesCalendarRender.d.ts → src/utilitiesCalendarRender.d.ts} +0 -0
  162. /package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/day.d.ts +0 -0
  163. /package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/range-datepicker-cell.d.ts +0 -0
@@ -1521,7 +1521,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1521
1521
  }
1522
1522
  };
1523
1523
 
1524
- var formkitVersion$1 = '202604231640';
1524
+ var formkitVersion$1 = '202604232250';
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.
@@ -5729,7 +5729,7 @@ class AuroHelpText extends i$2 {
5729
5729
  }
5730
5730
  }
5731
5731
 
5732
- var formkitVersion = '202604231640';
5732
+ var formkitVersion = '202604232250';
5733
5733
 
5734
5734
  let AuroElement$1 = class AuroElement extends i$2 {
5735
5735
  static get properties() {
@@ -1,7 +1,7 @@
1
1
  <!--
2
- THIS PAGE'S CONTENT SHOULD BE KEPT MINIMAL.
3
- ONLY ADD EXAMPLES THAT ARE TRULY NECESSARY FOR THE INDEX PAGE — THE BASIC EXAMPLE IS USUALLY ENOUGH.
4
- ALL OTHER EXAMPLES SHOULD GO IN THE API DOCUMENTATION.
2
+ THIS PAGE'S CONTENT SHOULD BE KEPT MINIMAL.
3
+ ONLY ADD EXAMPLES THAT ARE TRULY NECESSARY FOR THE INDEX PAGE — THE BASIC EXAMPLE IS USUALLY ENOUGH.
4
+ ALL OTHER EXAMPLES SHOULD GO IN THE API DOCUMENTATION.
5
5
  -->
6
6
 
7
7
  # Counter
@@ -30,23 +30,21 @@ The counter component provides a simple interface for incrementing or decrementi
30
30
  This example demonstrates most basic implementation of a standalone counter.
31
31
 
32
32
  <div class="exampleWrapper">
33
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic-standalone.html) -->
34
- <!-- The below content is automatically added from ./../apiExamples/basic-standalone.html -->
35
- <auro-counter>
36
- Adults
37
- </auro-counter>
38
- <!-- AURO-GENERATED-CONTENT:END -->
33
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic-standalone.html) -->
34
+ <!-- The below content is automatically added from ./../apiExamples/basic-standalone.html -->
35
+ <auro-counter>
36
+ Adults
37
+ </auro-counter>
38
+ <!-- AURO-GENERATED-CONTENT:END -->
39
39
  </div>
40
40
  <auro-accordion alignRight>
41
- <span slot="trigger">See code</span>
41
+ <span slot="trigger">See code</span>
42
42
  <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/basic-standalone.html) -->
43
43
  <!-- The below code snippet is automatically added from ./../apiExamples/basic-standalone.html -->
44
44
 
45
- ```html
46
- <auro-counter>
45
+ <pre class="language-html"><code class="language-html">&lt;auro-counter&gt;
47
46
  Adults
48
- </auro-counter>
49
- ```
47
+ &lt;/auro-counter&gt;</code></pre>
50
48
  <!-- AURO-GENERATED-CONTENT:END -->
51
49
  </auro-accordion>
52
50
 
@@ -55,38 +53,36 @@ This example demonstrates most basic implementation of a standalone counter.
55
53
  Counter groups allow you to manage multiple related counters together. This is useful when you need to collect multiple quantities that are related, such as different passenger types.
56
54
 
57
55
  <div class="exampleWrapper">
58
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
59
- <!-- The below content is automatically added from ./../apiExamples/basic.html -->
60
- <auro-counter-group>
61
- <auro-counter>
62
- Short label
63
- </auro-counter>
64
- <auro-counter>
65
- Another short label
66
- </auro-counter>
67
- <auro-counter>
68
- This is an example of the wrapping behavior for a long label
69
- </auro-counter>
70
- </auro-counter-group>
71
- <!-- AURO-GENERATED-CONTENT:END -->
56
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
57
+ <!-- The below content is automatically added from ./../apiExamples/basic.html -->
58
+ <auro-counter-group>
59
+ <auro-counter>
60
+ Short label
61
+ </auro-counter>
62
+ <auro-counter>
63
+ Another short label
64
+ </auro-counter>
65
+ <auro-counter>
66
+ This is an example of the wrapping behavior for a long label
67
+ </auro-counter>
68
+ </auro-counter-group>
69
+ <!-- AURO-GENERATED-CONTENT:END -->
72
70
  </div>
73
71
  <auro-accordion alignRight>
74
- <span slot="trigger">See code</span>
72
+ <span slot="trigger">See code</span>
75
73
  <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/basic.html) -->
76
74
  <!-- The below code snippet is automatically added from ./../apiExamples/basic.html -->
77
75
 
78
- ```html
79
- <auro-counter-group>
80
- <auro-counter>
76
+ <pre class="language-html"><code class="language-html">&lt;auro-counter-group&gt;
77
+ &lt;auro-counter&gt;
81
78
  Short label
82
- </auro-counter>
83
- <auro-counter>
79
+ &lt;/auro-counter&gt;
80
+ &lt;auro-counter&gt;
84
81
  Another short label
85
- </auro-counter>
86
- <auro-counter>
82
+ &lt;/auro-counter&gt;
83
+ &lt;auro-counter&gt;
87
84
  This is an example of the wrapping behavior for a long label
88
- </auro-counter>
89
- </auro-counter-group>
90
- ```
85
+ &lt;/auro-counter&gt;
86
+ &lt;/auro-counter-group&gt;</code></pre>
91
87
  <!-- AURO-GENERATED-CONTENT:END -->
92
88
  </auro-accordion>
@@ -1521,7 +1521,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
1521
1521
  }
1522
1522
  };
1523
1523
 
1524
- var formkitVersion$1 = '202604231640';
1524
+ var formkitVersion$1 = '202604232250';
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.
@@ -5729,7 +5729,7 @@ class AuroHelpText extends i$2 {
5729
5729
  }
5730
5730
  }
5731
5731
 
5732
- var formkitVersion = '202604231640';
5732
+ var formkitVersion = '202604232250';
5733
5733
 
5734
5734
  let AuroElement$1 = class AuroElement extends i$2 {
5735
5735
  static get properties() {
@@ -0,0 +1,127 @@
1
+ <auro-header level="1" id="overview">Counter & Counter Group - Keyboard Behavior</auro-header>
2
+ <div class="contentWrapper">
3
+ <div class="mainContent">
4
+ <div class="scrollWrapper">
5
+ <auro-header level="2" id="tabBehavior">Tab Behavior</auro-header>
6
+ <auro-header level="3" id="tabBehaviorCounter">Counter</auro-header>
7
+ <p>The counter component is itself a focusable element. There are no sub-parts that are separately focusable.</p>
8
+ <auro-header level="3" id="tabBehaviorCounterGroup">Counter Group</auro-header>
9
+ <p>When multiple counters are placed inside a counter group the component behaves as an auro-dropdown. The trigger element renders a counter group label and a summary of all counter labels and current values. The dropdown bib renders all counters inside of the group.</p>
10
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../dropdown/docs/partials/tabindex.md) -->
11
+ <!-- The below content is automatically added from ./../../dropdown/docs/partials/tabindex.md -->
12
+ <p>The trigger is a focusable element and participates in the standard tab order, responding to <code>Tab</code> and <code>Shift+Tab</code> key events per <auro-hyperlink href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/tabindex">native browser behavior, i.e., these keys step through the browser tabindex sequence.</auro-hyperlink></p>
13
+ <p>When the component is <code>disabled</code> it is removed from the <code>tabindex</code> sequence. VoiceOver's virtual cursor <em>(swipe navigation)</em> can still encounter the component, but standard keyboard <code>Tab</code> navigation skips it.</p>
14
+ <p>When the bib is collapsed, the bib content is excluded from the tab sequence. When <strong>expanded</strong>, focusable elements within the bib content are included in the natural tab order. In fullscreen mode, focus is trapped within the bib, and the tab sequence cycles through the bib content focusable elements until the bib is closed or the viewport no longer meets the fullscreen condition and is rendered as a popover.</p>
15
+ <!-- AURO-GENERATED-CONTENT:END -->
16
+ <auro-header level="2" id="keyEvents">Key Events</auro-header>
17
+ <auro-header level="3" id="keyEventsCounter">Counter</auro-header>
18
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/keyEvents-counter.md) -->
19
+ <!-- The below content is automatically added from ./../docs/partials/keyEvents-counter.md -->
20
+ <table>
21
+ <thead>
22
+ <tr>
23
+ <th>Key</th>
24
+ <th>Modifier</th>
25
+ <th>Current State</th>
26
+ <th>Focus Element</th>
27
+ <th>Behavior</th>
28
+ </tr>
29
+ </thead>
30
+ <tbody>
31
+ <tr>
32
+ <td>ArrowDown</td>
33
+ <td>-</td>
34
+ <td>*</td>
35
+ <td>
36
+ Trigger element.
37
+ </td>
38
+ <td>Decrements the counter value by 1.</td>
39
+ </tr>
40
+ <tr>
41
+ <td>ArrowUp</td>
42
+ <td>-</td>
43
+ <td>*</td>
44
+ <td>
45
+ Trigger element.
46
+ </td>
47
+ <td>Increments the counter value by 1.</td>
48
+ </tr>
49
+ </tbody>
50
+ </table>
51
+ <!-- AURO-GENERATED-CONTENT:END -->
52
+ <div class="note">
53
+ <p><strong>Note:</strong> The following keyboard behavior is unsupported at this time:</p>
54
+ <ul>
55
+ <li><strong>Home:</strong> sets the counter value to the defined minimum (default 0)</li>
56
+ <li><strong>End:</strong> sets the counter value to the defined maximum (default 9)</li>
57
+ <li><strong>PageUp:</strong> (optional) Increases the value by a larger step than Up Arrow.</li>
58
+ <li><strong>PageDown:</strong> (optional) Decreases the value by a larger step than Down Arrow.</li>
59
+ </ul>
60
+ </div>
61
+ <auro-header level="3" id="keyEventsCounterGroup">Counter Group</auro-header>
62
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/keyEvents-counterGroup.md) -->
63
+ <!-- The below content is automatically added from ./../docs/partials/keyEvents-counterGroup.md -->
64
+ <p>The counter group itself does not have any key event handlers other than those inherited from the dropdown component. However, when the counter group is <strong>expanded</strong> or <strong>opened</strong> the first counter in the bib receives <strong>focus</strong>. When the counter group is <strong>collapsed</strong> or <strong>closed</strong> by any method other than the <code>Tab</code> key (e.g., the <strong>Escape</strong> key), <strong>focus</strong> moves to the trigger element.</p>
65
+ <!-- AURO-GENERATED-CONTENT:END -->
66
+ <auro-header level="4" id="keyEventsDropdown">Key Events inherited from Auro-Dropdown</auro-header>
67
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../dropdown/docs/partials/keyEvents.md) -->
68
+ <!-- The below content is automatically added from ./../../dropdown/docs/partials/keyEvents.md -->
69
+ <table>
70
+ <thead>
71
+ <tr>
72
+ <th>Key</th>
73
+ <th>Modifier</th>
74
+ <th>Current State</th>
75
+ <th>Focus Element</th>
76
+ <th>Behavior</th>
77
+ </tr>
78
+ </thead>
79
+ <tbody>
80
+ <tr>
81
+ <td rowspan="2">Enter</td>
82
+ <td>-</td>
83
+ <td>Collapsed</td>
84
+ <td>
85
+ Trigger or any <strong>focusable</strong> element within the trigger.
86
+ </td>
87
+ <td>Opens the bib.</td>
88
+ </tr>
89
+ <tr>
90
+ <td>-</td>
91
+ <td>Expanded</td>
92
+ <td>
93
+ Trigger or any <strong>focusable</strong> element within the trigger.
94
+ </td>
95
+ <td>Closes the bib.</td>
96
+ </tr>
97
+ <tr>
98
+ <td>Escape</td>
99
+ <td>-</td>
100
+ <td>Expanded</td>
101
+ <td>
102
+ Component <code>:host</code> or any <strong>focusable</strong> element within the component.
103
+ </td>
104
+ <td>Closes the bib.</td>
105
+ </tr>
106
+ <tr>
107
+ <td rowspan="2">Space</td>
108
+ <td>-</td>
109
+ <td>Collapsed</td>
110
+ <td>
111
+ Trigger or any <strong>focusable</strong> element within the trigger.
112
+ </td>
113
+ <td>Opens the bib.</td>
114
+ </tr>
115
+ <tr>
116
+ <td>-</td>
117
+ <td>Expanded</td>
118
+ <td>
119
+ Trigger or any <strong>focusable</strong> element within the trigger.
120
+ </td>
121
+ <td>Closes the bib.</td>
122
+ </tr>
123
+ </tbody>
124
+ </table>
125
+ <!-- AURO-GENERATED-CONTENT:END -->
126
+ </div>
127
+ </div>
@@ -45,9 +45,7 @@ The `auro-counter` element should be used in situations where users may:
45
45
 
46
46
  #### NPM Installation
47
47
 
48
- ```shell
49
- $ npm i @aurodesignsystem/auro-formkit
50
- ```
48
+ <pre class="language-shell"><code class="language-shell">$ npm i @aurodesignsystem/auro-formkit</code></pre>
51
49
  <!-- AURO-GENERATED-CONTENT:END -->
52
50
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/gettingStarted.md) -->
53
51
  <!-- The below content is automatically added from ../../docs/templates/gettingStarted.md -->
@@ -56,13 +54,11 @@ $ npm i @aurodesignsystem/auro-formkit
56
54
 
57
55
  When using TypeScript set `moduleResolution` to `bundler`, add the following to your `tsconfig.json`:
58
56
 
59
- ```json
60
- {
57
+ <pre class="language-json"><code class="language-json">{
61
58
  "compilerOptions": {
62
59
  "moduleResolution": "bundler"
63
60
  }
64
- }
65
- ```
61
+ }</code></pre>
66
62
 
67
63
  This configuration enables proper module resolution for the component's TypeScript files.
68
64
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -73,9 +69,7 @@ This configuration enables proper module resolution for the component's TypeScri
73
69
  <!-- The below content is automatically added from ../../docs/templates/bundleInstallDescription.md -->
74
70
  In cases where the project is not able to process JS assets, there are pre-processed assets available for use. Legacy browsers such as IE11 are no longer supported.
75
71
 
76
- ```html
77
- <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@latest/auro-counter/+esm"></script>
78
- ```
72
+ <pre class="language-html"><code class="language-html">&lt;script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@latest/auro-counter/+esm"&gt;&lt;/script&gt;</code></pre>
79
73
  <!-- AURO-GENERATED-CONTENT:END -->
80
74
 
81
75
  ## Formkit Development
@@ -89,9 +83,7 @@ Running the `dev` command will open a `localhost` development server for all com
89
83
 
90
84
  To only develop a single component, use the `--filter` flag:
91
85
 
92
- ```shell
93
- npx turbo dev --filter=@aurodesignsystem/auro-input
94
- ```
86
+ <pre class="language-shell"><code class="language-shell">npx turbo dev --filter=@aurodesignsystem/auro-input</code></pre>
95
87
  <!-- AURO-GENERATED-CONTENT:END -->
96
88
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/customRegistration.md) -->
97
89
  <!-- The below content is automatically added from ./docs/partials/customRegistration.md -->
@@ -106,56 +98,52 @@ However, if you need to load multiple versions of the same component on a single
106
98
 
107
99
  You can do this by importing only the component class and using the `register(name)` method with a unique name:
108
100
 
109
- ```js
110
- // Import the class only
101
+ <pre class="language-js"><code class="language-js">// Import the class only
111
102
  import { AuroCounter, AuroCounterGroup } from '@aurodesignsystem/auro-formkit/auro-counter/class';
112
-
103
+
113
104
  // Register with a custom name if desired
114
105
  AuroCounter.register('custom-counter');
115
- AuroCounterGroup.register('custom-counter-group');
116
- ```
106
+ AuroCounterGroup.register('custom-counter-group');</code></pre>
117
107
 
118
108
  This will create a new custom element `<custom-counter>` and `<custom-counter-group>` that behaves exactly like `<auro-counter>` and `<auro-counter-group>`, allowing both to coexist on the same page without interfering with each other.
119
109
 
120
110
  <div class="exampleWrapper exampleWrapper--flex">
121
- <custom-counter-group>
122
- <div slot="bib.fullscreen.headline">Passengers</div>
123
- <div slot="label">Passengers</div>
124
- <custom-counter>
125
- Adults
126
- <span slot="description">18 years or older</span>
127
- </custom-counter>
128
- <custom-counter>
129
- Children
130
- <span slot="description">2-17 years</span>
131
- </custom-counter>
132
- </custom-counter-group>
111
+ <custom-counter-group>
112
+ <div slot="bib.fullscreen.headline">Passengers</div>
113
+ <div slot="label">Passengers</div>
114
+ <custom-counter>
115
+ Adults
116
+ <span slot="description">18 years or older</span>
117
+ </custom-counter>
118
+ <custom-counter>
119
+ Children
120
+ <span slot="description">2-17 years</span>
121
+ </custom-counter>
122
+ </custom-counter-group>
133
123
  </div>
134
124
  <auro-accordion alignRight>
135
- <span slot="trigger">See code</span>
125
+ <span slot="trigger">See code</span>
136
126
 
137
- ```html
138
- <custom-counter-group>
139
- <div slot="bib.fullscreen.headline">Passengers</div>
140
- <div slot="label">Passengers</div>
141
- <custom-counter>
127
+ <pre class="language-html"><code class="language-html"> &lt;custom-counter-group&gt;
128
+ &lt;div slot="bib.fullscreen.headline"&gt;Passengers&lt;/div&gt;
129
+ &lt;div slot="label"&gt;Passengers&lt;/div&gt;
130
+ &lt;custom-counter&gt;
142
131
  Adults
143
- <span slot="description">18 years or older</span>
144
- </custom-counter>
145
- <custom-counter>
132
+ &lt;span slot="description"&gt;18 years or older&lt;/span&gt;
133
+ &lt;/custom-counter&gt;
134
+ &lt;custom-counter&gt;
146
135
  Children
147
- <span slot="description">2-17 years</span>
148
- </custom-counter>
149
- </custom-counter-group>
150
-
136
+ &lt;span slot="description"&gt;2-17 years&lt;/span&gt;
137
+ &lt;/custom-counter&gt;
138
+ &lt;/custom-counter-group&gt;
139
+
151
140
  ```html
152
- <custom-checkbox-group>
153
- <span slot="legend">Form label goes here</span>
154
- <custom-checkbox value="value1" name="custom" id="checkbox-custom1">Custom checkbox option</custom-checkbox>
155
- <custom-checkbox value="value2" name="custom" id="checkbox-custom2" checked>Custom checkbox option</custom-checkbox>
156
- <custom-checkbox value="value3" name="custom" id="checkbox-custom3">Custom checkbox option</custom-checkbox>
157
- <custom-checkbox value="value4" name="custom" id="checkbox-custom4">Custom checkbox option</custom-checkbox>
158
- </custom-checkbox-group>
159
- ```
141
+ &lt;custom-checkbox-group&gt;
142
+ &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
143
+ &lt;custom-checkbox value="value1" name="custom" id="checkbox-custom1"&gt;Custom checkbox option&lt;/custom-checkbox&gt;
144
+ &lt;custom-checkbox value="value2" name="custom" id="checkbox-custom2" checked&gt;Custom checkbox option&lt;/custom-checkbox&gt;
145
+ &lt;custom-checkbox value="value3" name="custom" id="checkbox-custom3"&gt;Custom checkbox option&lt;/custom-checkbox&gt;
146
+ &lt;custom-checkbox value="value4" name="custom" id="checkbox-custom4"&gt;Custom checkbox option&lt;/custom-checkbox&gt;
147
+ &lt;/custom-checkbox-group&gt;</code></pre>
160
148
  </auro-accordion>
161
149
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -171,9 +171,9 @@ export class AuroCounterGroup extends AuroElement {
171
171
  max: any;
172
172
  min: any;
173
173
  onDark: boolean;
174
- total: number;
174
+ total: number | undefined;
175
175
  validity: any;
176
- value: {};
176
+ value: {} | undefined;
177
177
  matchWidth: boolean;
178
178
  isDropdown: boolean;
179
179
  fullscreenBreakpoint: string;
@@ -12,7 +12,7 @@ export class AuroCounter extends LitElement {
12
12
  static get shadowRootOptions(): {
13
13
  delegatesFocus: boolean;
14
14
  clonable?: boolean;
15
- customElementRegistry?: CustomElementRegistry;
15
+ customElementRegistry?: CustomElementRegistry | null;
16
16
  mode: ShadowRootMode;
17
17
  serializable?: boolean;
18
18
  slotAssignment?: SlotAssignmentMode;
@@ -21,7 +21,7 @@ export class AuroCounter extends LitElement {
21
21
  * Defines reactive properties for the component.
22
22
  * @returns {Object} Property configuration.
23
23
  */
24
- static get properties(): any;
24
+ static get properties(): Object;
25
25
  /**
26
26
  * Registers the custom element with the browser.
27
27
  * @param {string} [name="auro-counter"] - The name of the element that you want to register.
@@ -31,14 +31,14 @@ export class AuroCounter extends LitElement {
31
31
  static register(name?: string): void;
32
32
  static get styles(): import("lit").CSSResult[];
33
33
  _initializeDefaults(): void;
34
- appearance: string;
34
+ appearance: string | undefined;
35
35
  defaultSlot: any;
36
- disabled: boolean;
37
- disableMax: boolean;
38
- disableMin: boolean;
39
- max: number;
40
- min: number;
41
- onDark: boolean;
36
+ disabled: boolean | undefined;
37
+ disableMax: boolean | undefined;
38
+ disableMin: boolean | undefined;
39
+ max: number | undefined;
40
+ min: number | undefined;
41
+ onDark: boolean | undefined;
42
42
  validity: any;
43
43
  /**
44
44
  * Sets the value of the counter. If the provided value is undefined, null, or cannot be converted to a number, the internal value will be set to undefined.
@@ -68,7 +68,7 @@ export class AuroCounter extends LitElement {
68
68
  * @private
69
69
  */
70
70
  private runtimeUtils;
71
- _value: number;
71
+ _value: number | undefined;
72
72
  /**
73
73
  * Increments the counter value by 1. If a value is provided, it increments by that amount.
74
74
  * @method increment
@@ -1471,7 +1471,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
1471
1471
  }
1472
1472
  };
1473
1473
 
1474
- var formkitVersion$1 = '202604231640';
1474
+ var formkitVersion$1 = '202604232250';
1475
1475
 
1476
1476
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1477
1477
  // See LICENSE in the project root for license information.
@@ -5661,7 +5661,7 @@ class AuroHelpText extends LitElement {
5661
5661
  }
5662
5662
  }
5663
5663
 
5664
- var formkitVersion = '202604231640';
5664
+ var formkitVersion = '202604232250';
5665
5665
 
5666
5666
  let AuroElement$1 = class AuroElement extends LitElement {
5667
5667
  static get properties() {
@@ -1471,7 +1471,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
1471
1471
  }
1472
1472
  };
1473
1473
 
1474
- var formkitVersion$1 = '202604231640';
1474
+ var formkitVersion$1 = '202604232250';
1475
1475
 
1476
1476
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1477
1477
  // See LICENSE in the project root for license information.
@@ -5661,7 +5661,7 @@ class AuroHelpText extends LitElement {
5661
5661
  }
5662
5662
  }
5663
5663
 
5664
- var formkitVersion = '202604231640';
5664
+ var formkitVersion = '202604232250';
5665
5665
 
5666
5666
  let AuroElement$1 = class AuroElement extends LitElement {
5667
5667
  static get properties() {