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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/components/checkbox/README.md +23 -37
  2. package/components/checkbox/demo/api.min.js +1 -1
  3. package/components/checkbox/demo/index.min.js +1 -1
  4. package/components/checkbox/demo/readme.md +0 -2
  5. package/components/checkbox/dist/index.js +1 -1
  6. package/components/checkbox/dist/registered.js +1 -1
  7. package/components/combobox/README.md +43 -57
  8. package/components/combobox/demo/accessibility.html +22 -11
  9. package/components/combobox/demo/api.html +27 -16
  10. package/components/combobox/demo/api.min.js +4 -4
  11. package/components/combobox/demo/design.html +27 -16
  12. package/components/combobox/demo/index.html +28 -22
  13. package/components/combobox/demo/index.min.js +4 -4
  14. package/components/combobox/demo/install.html +26 -16
  15. package/components/combobox/demo/install.md +0 -2
  16. package/components/combobox/demo/install.min.js +4 -4
  17. package/components/combobox/demo/keyboard-behavior.html +22 -11
  18. package/components/combobox/demo/readme.html +27 -16
  19. package/components/combobox/demo/readme.md +0 -2
  20. package/components/combobox/demo/styles.css +911 -71
  21. package/components/combobox/demo/voiceover.html +22 -11
  22. package/components/combobox/dist/index.js +4 -4
  23. package/components/combobox/dist/registered.js +4 -4
  24. package/components/counter/README.md +39 -53
  25. package/components/counter/demo/api.min.js +2 -2
  26. package/components/counter/demo/index.min.js +2 -2
  27. package/components/counter/demo/readme.md +0 -2
  28. package/components/counter/dist/index.js +2 -2
  29. package/components/counter/dist/registered.js +2 -2
  30. package/components/datepicker/README.md +19 -33
  31. package/components/datepicker/demo/api.min.js +4 -4
  32. package/components/datepicker/demo/index.min.js +4 -4
  33. package/components/datepicker/demo/readme.md +0 -2
  34. package/components/datepicker/dist/index.js +4 -4
  35. package/components/datepicker/dist/registered.js +4 -4
  36. package/components/dropdown/README.md +39 -53
  37. package/components/dropdown/demo/api.min.js +1 -1
  38. package/components/dropdown/demo/index.min.js +1 -1
  39. package/components/dropdown/demo/readme.md +0 -2
  40. package/components/dropdown/dist/index.js +1 -1
  41. package/components/dropdown/dist/registered.js +1 -1
  42. package/components/form/README.md +14 -30
  43. package/components/form/demo/api.min.js +16 -16
  44. package/components/form/demo/index.min.js +16 -16
  45. package/components/form/demo/readme.md +0 -2
  46. package/components/input/README.md +17 -31
  47. package/components/input/demo/api.min.js +2 -2
  48. package/components/input/demo/index.min.js +2 -2
  49. package/components/input/demo/readme.md +0 -2
  50. package/components/input/dist/index.js +2 -2
  51. package/components/input/dist/registered.js +2 -2
  52. package/components/menu/README.md +23 -37
  53. package/components/menu/demo/readme.md +0 -2
  54. package/components/radio/README.md +21 -35
  55. package/components/radio/demo/api.min.js +1 -1
  56. package/components/radio/demo/index.min.js +1 -1
  57. package/components/radio/demo/readme.md +0 -2
  58. package/components/radio/dist/index.js +1 -1
  59. package/components/radio/dist/registered.js +1 -1
  60. package/components/select/README.md +41 -73
  61. package/components/select/demo/accessibility.html +23 -20
  62. package/components/select/demo/api.html +45 -10
  63. package/components/select/demo/api.min.js +2 -2
  64. package/components/select/demo/design.html +94 -0
  65. package/components/select/demo/design.md +391 -0
  66. package/components/select/demo/getting-started.html +125 -0
  67. package/components/select/demo/getting-started.js +9 -0
  68. package/components/select/demo/getting-started.md +1020 -0
  69. package/components/select/demo/getting-started.min.js +10490 -0
  70. package/components/select/demo/index.html +55 -241
  71. package/components/select/demo/index.md +38 -98
  72. package/components/select/demo/index.min.js +2 -2
  73. package/components/select/demo/install.md +92 -0
  74. package/components/select/demo/keyboard-behavior.html +23 -11
  75. package/components/select/demo/keyboard-behavior.md +247 -36
  76. package/components/select/demo/keyboardBehavior.html +22 -11
  77. package/components/select/demo/layout.html +45 -10
  78. package/components/select/demo/layout.md +71 -260
  79. package/components/select/demo/readme.html +46 -11
  80. package/components/select/demo/readme.md +25 -45
  81. package/components/select/demo/styles.css +1026 -0
  82. package/components/select/demo/voiceover.html +23 -11
  83. package/components/select/dist/index.js +2 -2
  84. package/components/select/dist/registered.js +2 -2
  85. package/package.json +1 -1
@@ -43,11 +43,7 @@ The `<auro-checkbox>` element should be used in situations where users may:
43
43
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentInstall.md) -->
44
44
  <!-- The below content is automatically added from ../../docs/templates/componentInstall.md -->
45
45
 
46
- #### NPM Installation
47
-
48
- ```shell
49
- $ npm i @aurodesignsystem/auro-formkit
50
- ```
46
+ <pre class="language-shell"><code class="language-shell">$ npm i @aurodesignsystem/auro-formkit</code></pre>
51
47
  <!-- AURO-GENERATED-CONTENT:END -->
52
48
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/gettingStarted.md) -->
53
49
  <!-- The below content is automatically added from ../../docs/templates/gettingStarted.md -->
@@ -56,13 +52,11 @@ $ npm i @aurodesignsystem/auro-formkit
56
52
 
57
53
  When using TypeScript set `moduleResolution` to `bundler`, add the following to your `tsconfig.json`:
58
54
 
59
- ```json
60
- {
55
+ <pre class="language-json"><code class="language-json">{
61
56
  "compilerOptions": {
62
57
  "moduleResolution": "bundler"
63
58
  }
64
- }
65
- ```
59
+ }</code></pre>
66
60
 
67
61
  This configuration enables proper module resolution for the component's TypeScript files.
68
62
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -73,9 +67,7 @@ This configuration enables proper module resolution for the component's TypeScri
73
67
  <!-- The below content is automatically added from ../../docs/templates/bundleInstallDescription.md -->
74
68
  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
69
 
76
- ```html
77
- <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@latest/auro-checkbox/+esm"></script>
78
- ```
70
+ <pre class="language-html"><code class="language-html">&lt;script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@latest/auro-checkbox/+esm"&gt;&lt;/script&gt;</code></pre>
79
71
  <!-- AURO-GENERATED-CONTENT:END -->
80
72
 
81
73
  ## Formkit Development
@@ -89,9 +81,7 @@ Running the `dev` command will open a `localhost` development server for all com
89
81
 
90
82
  To only develop a single component, use the `--filter` flag:
91
83
 
92
- ```shell
93
- npx turbo dev --filter=@aurodesignsystem/auro-input
94
- ```
84
+ <pre class="language-shell"><code class="language-shell">npx turbo dev --filter=@aurodesignsystem/auro-input</code></pre>
95
85
  <!-- AURO-GENERATED-CONTENT:END -->
96
86
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/customRegistration.md) -->
97
87
  <!-- The below content is automatically added from ./docs/partials/customRegistration.md -->
@@ -106,37 +96,33 @@ However, if you need to load multiple versions of the same component on a single
106
96
 
107
97
  You can do this by importing only the component class and using the `register(name)` method with a unique name:
108
98
 
109
- ```js
110
- // Import the class only
99
+ <pre class="language-js"><code class="language-js">// Import the class only
111
100
  import { AuroCheckbox, AuroCheckboxGroup } from '@aurodesignsystem/auro-formkit/auro-checkbox/class';
112
-
101
+
113
102
  // Register with a custom name if desired
114
103
  AuroCheckbox.register('custom-checkbox');
115
- AuroCheckboxGroup.register('custom-checkbox-group');
116
- ```
104
+ AuroCheckboxGroup.register('custom-checkbox-group');</code></pre>
117
105
 
118
106
  This will create a new custom element `<custom-checkbox>` and `<custom-checkbox-group>` that behaves exactly like `<auro-checkbox>` and `<auro-checkbox-group>`, allowing both to coexist on the same page without interfering with each other.
119
107
 
120
108
  <div class="exampleWrapper exampleWrapper--flex">
121
- <custom-checkbox-group>
122
- <span slot="legend">Form label goes here</span>
123
- <custom-checkbox value="value1" name="custom" id="checkbox-custom1">Custom checkbox option</custom-checkbox>
124
- <custom-checkbox value="value2" name="custom" id="checkbox-custom2" checked>Custom checkbox option</custom-checkbox>
125
- <custom-checkbox value="value3" name="custom" id="checkbox-custom3">Custom checkbox option</custom-checkbox>
126
- <custom-checkbox value="value4" name="custom" id="checkbox-custom4">Custom checkbox option</custom-checkbox>
127
- </custom-checkbox-group>
109
+ <custom-checkbox-group>
110
+ <span slot="legend">Form label goes here</span>
111
+ <custom-checkbox value="value1" name="custom" id="checkbox-custom1">Custom checkbox option</custom-checkbox>
112
+ <custom-checkbox value="value2" name="custom" id="checkbox-custom2" checked>Custom checkbox option</custom-checkbox>
113
+ <custom-checkbox value="value3" name="custom" id="checkbox-custom3">Custom checkbox option</custom-checkbox>
114
+ <custom-checkbox value="value4" name="custom" id="checkbox-custom4">Custom checkbox option</custom-checkbox>
115
+ </custom-checkbox-group>
128
116
  </div>
129
117
  <auro-accordion alignRight>
130
- <span slot="trigger">See code</span>
118
+ <span slot="trigger">See code</span>
131
119
 
132
- ```html
133
- <custom-checkbox-group>
134
- <span slot="legend">Form label goes here</span>
135
- <custom-checkbox value="value1" name="custom" id="checkbox-custom1">Custom checkbox option</custom-checkbox>
136
- <custom-checkbox value="value2" name="custom" id="checkbox-custom2" checked>Custom checkbox option</custom-checkbox>
137
- <custom-checkbox value="value3" name="custom" id="checkbox-custom3">Custom checkbox option</custom-checkbox>
138
- <custom-checkbox value="value4" name="custom" id="checkbox-custom4">Custom checkbox option</custom-checkbox>
139
- </custom-checkbox-group>
140
- ```
120
+ <pre class="language-html"><code class="language-html">&lt;custom-checkbox-group&gt;
121
+ &lt;span slot="legend"&gt;Form label goes here&lt;/span&gt;
122
+ &lt;custom-checkbox value="value1" name="custom" id="checkbox-custom1"&gt;Custom checkbox option&lt;/custom-checkbox&gt;
123
+ &lt;custom-checkbox value="value2" name="custom" id="checkbox-custom2" checked&gt;Custom checkbox option&lt;/custom-checkbox&gt;
124
+ &lt;custom-checkbox value="value3" name="custom" id="checkbox-custom3"&gt;Custom checkbox option&lt;/custom-checkbox&gt;
125
+ &lt;custom-checkbox value="value4" name="custom" id="checkbox-custom4"&gt;Custom checkbox option&lt;/custom-checkbox&gt;
126
+ &lt;/custom-checkbox-group&gt;</code></pre>
141
127
  </auro-accordion>
142
128
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -1689,7 +1689,7 @@ class AuroHelpText extends i$2 {
1689
1689
  }
1690
1690
  }
1691
1691
 
1692
- var formkitVersion = '202604232250';
1692
+ var formkitVersion = '202604282013';
1693
1693
 
1694
1694
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1695
1695
  // See LICENSE in the project root for license information.
@@ -1681,7 +1681,7 @@ class AuroHelpText extends i$2 {
1681
1681
  }
1682
1682
  }
1683
1683
 
1684
- var formkitVersion = '202604232250';
1684
+ var formkitVersion = '202604282013';
1685
1685
 
1686
1686
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1687
1687
  // See LICENSE in the project root for license information.
@@ -43,8 +43,6 @@ The `<auro-checkbox>` element should be used in situations where users may:
43
43
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentInstall.md) -->
44
44
  <!-- The below content is automatically added from ../../docs/templates/componentInstall.md -->
45
45
 
46
- #### NPM Installation
47
-
48
46
  <pre class="language-shell"><code class="language-shell">$ npm i @aurodesignsystem/auro-formkit</code></pre>
49
47
  <!-- AURO-GENERATED-CONTENT:END -->
50
48
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/gettingStarted.md) -->
@@ -1634,7 +1634,7 @@ class AuroHelpText extends LitElement {
1634
1634
  }
1635
1635
  }
1636
1636
 
1637
- var formkitVersion = '202604232250';
1637
+ var formkitVersion = '202604282013';
1638
1638
 
1639
1639
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1640
1640
  // See LICENSE in the project root for license information.
@@ -1634,7 +1634,7 @@ class AuroHelpText extends LitElement {
1634
1634
  }
1635
1635
  }
1636
1636
 
1637
- var formkitVersion = '202604232250';
1637
+ var formkitVersion = '202604282013';
1638
1638
 
1639
1639
  // Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
1640
1640
  // See LICENSE in the project root for license information.
@@ -24,15 +24,15 @@ The following sections are editable by making changes to the following files:
24
24
  <p><code>&lt;auro-combobox&gt;</code> combines a text input with a filterable dropdown menu, letting users either type a value or pick one from a list. As the user types, the menu narrows to show only matching options.</p>
25
25
  <p>The component supports two modes:</p>
26
26
  <ul>
27
- <li><strong>Suggestion (default)</strong> — The user may type any value. The menu provides suggestions but does not restrict input.</li>
28
- <li><strong>Filter</strong> — The user must select from the menu. Typing filters the available options but does not set the component's value. The value is only set when a menu option is selected.</li>
27
+ <li><strong>Suggestion (default)</strong> — The user may type any value. The menu provides suggestions but does not restrict input.</li>
28
+ <li><strong>Filter</strong> — The user must select from the menu. Typing filters the available options but does not set the component's value. The value is only set when a menu option is selected.</li>
29
29
  </ul>
30
30
  <p>Common use cases:</p>
31
31
  <ul>
32
- <li><strong>Airport or city search</strong> — Type a city name or airport code to filter a long list of destinations.</li>
33
- <li><strong>Country or region selection</strong> — Quickly find and select from a large set of geographic options.</li>
34
- <li><strong>Autocomplete fields</strong> — Provide type-ahead suggestions for form fields where the set of valid values is known.</li>
35
- <li><strong>Search with suggestions</strong> — Offer recommended results while still allowing freeform input.</li>
32
+ <li><strong>Airport or city search</strong> — Type a city name or airport code to filter a long list of destinations.</li>
33
+ <li><strong>Country or region selection</strong> — Quickly find and select from a large set of geographic options.</li>
34
+ <li><strong>Autocomplete fields</strong> — Provide type-ahead suggestions for form fields where the set of valid values is known.</li>
35
+ <li><strong>Search with suggestions</strong> — Offer recommended results while still allowing freeform input.</li>
36
36
  </ul>
37
37
  <!-- AURO-GENERATED-CONTENT:END -->
38
38
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/readmeAddlInfo.md) -->
@@ -47,12 +47,12 @@ The following sections are editable by making changes to the following files:
47
47
  The `<auro-combobox>` element should be used in situations where users may:
48
48
 
49
49
  * Search
50
- * Airports: user looks for a specific airport by searching for the city name or airport code
51
- * Site wide: user searches for a topic site wide and combobox makes suggestions on searchable results
50
+ * Airports: user looks for a specific airport by searching for the city name or airport code
51
+ * Site wide: user searches for a topic site wide and combobox makes suggestions on searchable results
52
52
  * Filter
53
- * Options: user chooses filters for their search by using combobox
53
+ * Options: user chooses filters for their search by using combobox
54
54
  * Select
55
- * Quantity: user types a quantity to select an option within a range (for example, the user may be limited to 2-34)
55
+ * Quantity: user types a quantity to select an option within a range (for example, the user may be limited to 2-34)
56
56
  <!-- AURO-GENERATED-CONTENT:END -->
57
57
 
58
58
  ## Getting Started
@@ -60,11 +60,7 @@ The `<auro-combobox>` element should be used in situations where users may:
60
60
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/componentInstall.md) -->
61
61
  <!-- The below content is automatically added from ../../docs/templates/componentInstall.md -->
62
62
 
63
- #### NPM Installation
64
-
65
- ```shell
66
- $ npm i @aurodesignsystem/auro-formkit
67
- ```
63
+ <pre class="language-shell"><code class="language-shell">$ npm i @aurodesignsystem/auro-formkit</code></pre>
68
64
  <!-- AURO-GENERATED-CONTENT:END -->
69
65
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=../../docs/templates/gettingStarted.md) -->
70
66
  <!-- The below content is automatically added from ../../docs/templates/gettingStarted.md -->
@@ -73,13 +69,11 @@ $ npm i @aurodesignsystem/auro-formkit
73
69
 
74
70
  When using TypeScript set `moduleResolution` to `bundler`, add the following to your `tsconfig.json`:
75
71
 
76
- ```json
77
- {
72
+ <pre class="language-json"><code class="language-json">{
78
73
  "compilerOptions": {
79
74
  "moduleResolution": "bundler"
80
75
  }
81
- }
82
- ```
76
+ }</code></pre>
83
77
 
84
78
  This configuration enables proper module resolution for the component's TypeScript files.
85
79
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -90,9 +84,7 @@ This configuration enables proper module resolution for the component's TypeScri
90
84
  <!-- The below content is automatically added from ../../docs/templates/bundleInstallDescription.md -->
91
85
  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.
92
86
 
93
- ```html
94
- <script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@latest/auro-combobox/+esm"></script>
95
- ```
87
+ <pre class="language-html"><code class="language-html">&lt;script type="module" src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-formkit@latest/auro-combobox/+esm"&gt;&lt;/script&gt;</code></pre>
96
88
  <!-- AURO-GENERATED-CONTENT:END -->
97
89
 
98
90
  ## Formkit Development
@@ -106,9 +98,7 @@ Running the `dev` command will open a `localhost` development server for all com
106
98
 
107
99
  To only develop a single component, use the `--filter` flag:
108
100
 
109
- ```shell
110
- npx turbo dev --filter=@aurodesignsystem/auro-input
111
- ```
101
+ <pre class="language-shell"><code class="language-shell">npx turbo dev --filter=@aurodesignsystem/auro-input</code></pre>
112
102
  <!-- AURO-GENERATED-CONTENT:END -->
113
103
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./docs/partials/customRegistration.md) -->
114
104
  <!-- The below content is automatically added from ./docs/partials/customRegistration.md -->
@@ -123,46 +113,42 @@ However, if you need to load multiple versions of the same component on a single
123
113
 
124
114
  You can do this by importing only the component class and using the `register(name)` method with a unique name:
125
115
 
126
- ```js
127
- // Import the class only
116
+ <pre class="language-js"><code class="language-js">// Import the class only
128
117
  import { AuroCombobox } from '@aurodesignsystem/auro-formkit/auro-combobox/class';
129
-
118
+
130
119
  // Register with a custom name if desired
131
- AuroCombobox.register('custom-combobox');
132
- ```
120
+ AuroCombobox.register('custom-combobox');</code></pre>
133
121
 
134
122
  This will create a new custom element `<custom-combobox>` that behaves exactly like `<auro-combobox>`, allowing both to coexist on the same page without interfering with each other.
135
123
 
136
124
  <div class="exampleWrapper exampleWrapper--flex">
137
- <custom-combobox>
138
- <span slot="bib.fullscreen.headline">Bib Header</span>
139
- <span slot="label">Name</span>
140
- <auro-menu>
141
- <auro-menuoption value="Apples" id="option-0">Apples</auro-menuoption>
142
- <auro-menuoption value="Oranges" id="option-1">Oranges</auro-menuoption>
143
- <auro-menuoption value="Peaches" id="option-2">Peaches</auro-menuoption>
144
- <auro-menuoption value="Grapes" id="option-3">Grapes</auro-menuoption>
145
- <auro-menuoption value="Cherries" id="option-4">Cherries</auro-menuoption>
146
- <auro-menuoption static nomatch>No matching option</auro-menuoption>
147
- </auro-menu>
148
- </custom-combobox>
125
+ <custom-combobox>
126
+ <span slot="bib.fullscreen.headline">Bib Header</span>
127
+ <span slot="label">Name</span>
128
+ <auro-menu>
129
+ <auro-menuoption value="Apples" id="option-0">Apples</auro-menuoption>
130
+ <auro-menuoption value="Oranges" id="option-1">Oranges</auro-menuoption>
131
+ <auro-menuoption value="Peaches" id="option-2">Peaches</auro-menuoption>
132
+ <auro-menuoption value="Grapes" id="option-3">Grapes</auro-menuoption>
133
+ <auro-menuoption value="Cherries" id="option-4">Cherries</auro-menuoption>
134
+ <auro-menuoption static nomatch>No matching option</auro-menuoption>
135
+ </auro-menu>
136
+ </custom-combobox>
149
137
  </div>
150
138
  <auro-accordion alignRight>
151
- <span slot="trigger">See code</span>
139
+ <span slot="trigger">See code</span>
152
140
 
153
- ```html
154
- <custom-combobox>
155
- <span slot="bib.fullscreen.headline">Bib Header</span>
156
- <span slot="label">Name</span>
157
- <auro-menu>
158
- <auro-menuoption value="Apples" id="option-0">Apples</auro-menuoption>
159
- <auro-menuoption value="Oranges" id="option-1">Oranges</auro-menuoption>
160
- <auro-menuoption value="Peaches" id="option-2">Peaches</auro-menuoption>
161
- <auro-menuoption value="Grapes" id="option-3">Grapes</auro-menuoption>
162
- <auro-menuoption value="Cherries" id="option-4">Cherries</auro-menuoption>
163
- <auro-menuoption static nomatch>No matching option</auro-menuoption>
164
- </auro-menu>
165
- </custom-combobox>
166
- ```
141
+ <pre class="language-html"><code class="language-html">&lt;custom-combobox&gt;
142
+ &lt;span slot="bib.fullscreen.headline"&gt;Bib Header&lt;/span&gt;
143
+ &lt;span slot="label"&gt;Name&lt;/span&gt;
144
+ &lt;auro-menu&gt;
145
+ &lt;auro-menuoption value="Apples" id="option-0"&gt;Apples&lt;/auro-menuoption&gt;
146
+ &lt;auro-menuoption value="Oranges" id="option-1"&gt;Oranges&lt;/auro-menuoption&gt;
147
+ &lt;auro-menuoption value="Peaches" id="option-2"&gt;Peaches&lt;/auro-menuoption&gt;
148
+ &lt;auro-menuoption value="Grapes" id="option-3"&gt;Grapes&lt;/auro-menuoption&gt;
149
+ &lt;auro-menuoption value="Cherries" id="option-4"&gt;Cherries&lt;/auro-menuoption&gt;
150
+ &lt;auro-menuoption static nomatch&gt;No matching option&lt;/auro-menuoption&gt;
151
+ &lt;/auro-menu&gt;
152
+ &lt;/custom-combobox&gt;</code></pre>
167
153
  </auro-accordion>
168
154
  <!-- AURO-GENERATED-CONTENT:END -->
@@ -18,8 +18,8 @@
18
18
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
19
  <title>Auro Web Component Demo | auro-combobox | Accessibility</title>
20
20
 
21
- <!-- Prism.js Stylesheet -->
22
- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"/>
21
+ <!-- highlight.js Stylesheet -->
22
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/github.min.css"/>
23
23
 
24
24
  <!-- Legacy reference is still needed to support auro-combobox's use of legacy token values at this time -->
25
25
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/legacy/auro-classic/CSSCustomProperties.css"/>
@@ -39,15 +39,26 @@
39
39
  <main></main>
40
40
 
41
41
  <script type="module">
42
- import 'https://cdn.jsdelivr.net/npm/marked@latest/marked.min.js';
43
- import 'https://cdn.jsdelivr.net/npm/prismjs@latest/prism.js';
44
- fetch('./accessibility.md')
45
- .then((response) => response.text())
46
- .then((text) => {
47
- const rawHtml = marked.parse(text);
48
- document.querySelector('main').innerHTML = rawHtml;
49
- Prism.highlightAll();
50
- });
42
+ import {unified} from 'https://esm.sh/unified';
43
+ import remarkParse from 'https://esm.sh/remark-parse';
44
+ import remarkGfm from 'https://esm.sh/remark-gfm';
45
+ import remarkRehype from 'https://esm.sh/remark-rehype';
46
+ import rehypeRaw from 'https://esm.sh/rehype-raw';
47
+ import rehypeHighlight from 'https://esm.sh/rehype-highlight';
48
+ import rehypeStringify from 'https://esm.sh/rehype-stringify';
49
+
50
+ const response = await fetch('./accessibility.md');
51
+ const text = await response.text();
52
+ const result = await unified()
53
+ .use(remarkParse)
54
+ .use(remarkGfm)
55
+ .use(remarkRehype, { allowDangerousHtml: true })
56
+ .use(rehypeRaw)
57
+ .use(rehypeHighlight)
58
+ .use(rehypeStringify)
59
+ .process(text);
60
+
61
+ document.querySelector('main').innerHTML = String(result);
51
62
  </script>
52
63
 
53
64
  <!-- If additional elements are needed for the demo, add them here. -->
@@ -18,8 +18,8 @@
18
18
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
19
  <title>Auro Web Component Demo | auro-combobox</title>
20
20
 
21
- <!-- Prism.js Stylesheet -->
22
- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"/>
21
+ <!-- highlight.js Stylesheet -->
22
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/github.min.css"/>
23
23
 
24
24
  <!-- Legacy reference is still needed to support auro-combobox's use of legacy token values at this time -->
25
25
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/legacy/auro-classic/CSSCustomProperties.css"/>
@@ -39,19 +39,31 @@
39
39
  <main></main>
40
40
 
41
41
  <script type="module">
42
- import 'https://cdn.jsdelivr.net/npm/marked@latest/marked.min.js';
43
- import 'https://cdn.jsdelivr.net/npm/prismjs@latest/prism.js';
44
- fetch('./api.md')
45
- .then((response) => response.text())
46
- .then((text) => {
47
- const rawHtml = marked.parse(text);
48
- document.querySelector('main').innerHTML = rawHtml;
49
- Prism.highlightAll();
50
- addCopyButtons();
51
- });
42
+ import {unified} from 'https://esm.sh/unified';
43
+ import remarkParse from 'https://esm.sh/remark-parse';
44
+ import remarkGfm from 'https://esm.sh/remark-gfm';
45
+ import remarkRehype from 'https://esm.sh/remark-rehype';
46
+ import rehypeRaw from 'https://esm.sh/rehype-raw';
47
+ import rehypeHighlight from 'https://esm.sh/rehype-highlight';
48
+ import rehypeStringify from 'https://esm.sh/rehype-stringify';
49
+
50
+ const response = await fetch('./api.md');
51
+ const text = await response.text();
52
+ const result = await unified()
53
+ .use(remarkParse)
54
+ .use(remarkGfm)
55
+ .use(remarkRehype, { allowDangerousHtml: true })
56
+ .use(rehypeRaw)
57
+ .use(rehypeHighlight)
58
+ .use(rehypeStringify)
59
+ .process(text);
60
+
61
+ document.querySelector('main').innerHTML = String(result);
62
+ addCopyButtons();
52
63
 
53
64
  function addCopyButtons() {
54
- document.querySelectorAll('auro-accordion pre[class*="language-"]').forEach((pre) => {
65
+ document.querySelectorAll('pre code[class*="language-"], pre code[class*="hljs"]').forEach((code) => {
66
+ const pre = code.parentElement;
55
67
  const wrapper = document.createElement('div');
56
68
  wrapper.className = 'pre-wrapper';
57
69
  pre.parentNode.insertBefore(wrapper, pre);
@@ -60,9 +72,8 @@
60
72
  btn.className = 'copy-btn';
61
73
  btn.textContent = 'Copy';
62
74
  btn.addEventListener('click', () => {
63
- const code = pre.querySelector('code');
64
- const raw = code ? code.textContent : pre.textContent;
65
- const text = raw.replace(/\u200B/g, '').replace(/^\n+/, '').replace(/\n+$/, '\n');
75
+ const raw = code.textContent;
76
+ const text = raw.replace(/\u200B/g, '').replace(/^\n+/, '').replace(/\n+$/, '\n').replace(/^\$ /, '');
66
77
  navigator.clipboard.writeText(text).then(() => {
67
78
  btn.textContent = 'Copied!';
68
79
  setTimeout(() => { btn.textContent = 'Copy'; }, 1500);
@@ -5228,7 +5228,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
5228
5228
  }
5229
5229
  };
5230
5230
 
5231
- var formkitVersion$2 = '202604232250';
5231
+ var formkitVersion$2 = '202604282013';
5232
5232
 
5233
5233
  let AuroElement$2 = class AuroElement extends i$4 {
5234
5234
  static get properties() {
@@ -6377,7 +6377,7 @@ var styleCss$1$1 = i$7`.util_displayInline{display:inline}.util_displayInlineBlo
6377
6377
 
6378
6378
  var styleDefaultCss = i$7`.layoutDefault .typeIcon,:host(:not([layout])) .typeIcon{display:flex;flex-direction:row;align-items:center}.layoutDefault .typeIcon [auro-icon],:host(:not([layout])) .typeIcon [auro-icon]{--ds-auro-icon-size: var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);margin-right:var(--ds-size-100, 0.5rem)}.layoutDefault .notificationIcons,:host(:not([layout])) .notificationIcons{display:flex;flex-direction:row;padding-right:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .typeIcon,:host(:not([layout])[bordered]) .typeIcon{padding-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .notificationIcons,:host(:not([layout])[bordered]) .notificationIcons{align-items:center}:host([class=layoutDefault][bordered]) .notification:not(:first-of-type),:host(:not([layout])[bordered]) .notification:not(:first-of-type){margin-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .alertNotification,:host(:not([layout])[bordered]) .alertNotification{width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem))}:host([class=layoutDefault][bordered]) .passwordBtn,:host(:not([layout])[bordered]) .passwordBtn{width:calc(var(--ds-size-300, 1.5rem));height:calc(var(--ds-size-300, 1.5rem))}:host([class=layoutDefault][bordered]) .notificationBtn,:host(:not([layout])[bordered]) .notificationBtn{display:block;width:var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);padding:0;border:0;background:unset;cursor:pointer}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon],:host(:not([layout])[bordered]) .notificationBtn [auro-icon]{display:block;height:var(--ds-size-300, 1.5rem);--ds-auro-icon-size: var(--ds-size-300, 1.5rem)}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon][hidden],:host(:not([layout])[bordered]) .notificationBtn [auro-icon][hidden]{display:none}:host([class=layoutDefault]:not([bordered])) .typeIcon,:host([class=layoutDefault]:not([bordered])) .notificationIcons,:host(:not([layout]):not([bordered])) .typeIcon,:host(:not([layout]):not([bordered])) .notificationIcons{align-items:flex-end;padding-bottom:var(--ds-size-50, 0.25rem)}:host([class=layoutDefault]:not([bordered])) .clearBtn,:host(:not([layout]):not([bordered])) .clearBtn{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);overflow:hidden;width:0;opacity:0}.layoutDefault .wrapper:hover .clearBtn,.layoutDefault .wrapper:focus-within .clearBtn,:host(:not([layout])) .wrapper:hover .clearBtn,:host(:not([layout])) .wrapper:focus-within .clearBtn{width:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));opacity:1}:host([class=layoutDefault]:focus-within[type=password]) .notificationIcons[hasValue] .alertNotification,:host(:not([layout]):focus-within[type=password]) .notificationIcons[hasValue] .alertNotification{overflow:hidden;width:0;height:0;padding:0;margin:0;visibility:hidden}.layoutDefault input,:host(:not([layout])) input{border:unset}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{position:relative;overflow:hidden;border-style:solid}:host([class=layoutDefault]:not([bordered],[borderless])) .wrapper,:host(:not([layout]):not([bordered],[borderless])) .wrapper{border-width:1px 0}:host([class=layoutDefault][bordered]) .wrapper,:host(:not([layout])[bordered]) .wrapper{border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}:host([class=layoutDefault]:not([borderless])) .wrapper:focus-within:before,:host(:not([layout]):not([borderless])) .wrapper:focus-within:before{position:absolute;display:block;border-bottom-width:1px;border-bottom-style:solid;content:"";inset:0;pointer-events:none}:host([class=layoutDefault][validity]:not([validity=valid])) .wrapper:before,:host(:not([layout])[validity]:not([validity=valid])) .wrapper:before{border-bottom:0}:focus:not(:focus-visible){outline:3px solid transparent}.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock,:host{display:block}.util_displayFlex{display:flex}.util_displayHidden,:host([hidden]:not(:focus):not(:active)){display:none}.util_displayHiddenVisually,:host([hiddenVisually]:not(:focus):not(:active)){position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{text-align:left}.layoutDefault :host,:host(:not([layout])) :host{position:relative;display:block}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{display:flex;flex-direction:row}.layoutDefault .main,:host(:not([layout])) .main{display:flex;flex-direction:row;position:relative;flex:1}`;
6379
6379
 
6380
- var colorBaseCss = i$7`.wrapper{border-color:red;background-color:var(--ds-auro-input-container-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-color)}.wrapper input::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}:host(:not([ondark])) .wrapper:focus-within,:host(:not([appearance=inverse])) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus-within,:host([appearance=inverse]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host(:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]:is([validity]:not([validity=valid]))) .wrapper,:host([appearance=inverse]:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}:host(:not([ondark])[disabled]),:host(:not([appearance=inverse])[disabled]){--ds-auro-input-border-color: var(--ds-basic-color-border-subtle, #dddddd);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([ondark][disabled]),:host([appearance=inverse][disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
6380
+ var colorBaseCss = i$7`.wrapper{border-color:var(--ds-auro-input-border-color);background-color:var(--ds-auro-input-container-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-color)}.wrapper input::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}:host(:not([ondark])) .wrapper:focus-within,:host(:not([appearance=inverse])) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus-within,:host([appearance=inverse]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host(:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]:is([validity]:not([validity=valid]))) .wrapper,:host([appearance=inverse]:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}:host(:not([ondark])[disabled]),:host(:not([appearance=inverse])[disabled]){--ds-auro-input-border-color: var(--ds-basic-color-border-subtle, #dddddd);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([ondark][disabled]),:host([appearance=inverse][disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
6381
6381
 
6382
6382
  var tokensCss$1$1 = i$7`:host(:not([ondark])),:host(:not([appearance=inverse])){--ds-auro-input-border-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-input-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: transparent}:host([ondark]),:host([appearance=inverse]){--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-error-icon-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-input-outline-color: transparent}`;
6383
6383
 
@@ -12980,7 +12980,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
12980
12980
  }
12981
12981
  };
12982
12982
 
12983
- var formkitVersion$1 = '202604232250';
12983
+ var formkitVersion$1 = '202604282013';
12984
12984
 
12985
12985
  // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
12986
12986
  // See LICENSE in the project root for license information.
@@ -14045,7 +14045,7 @@ class AuroBibtemplate extends i$4 {
14045
14045
  }
14046
14046
  }
14047
14047
 
14048
- var formkitVersion = '202604232250';
14048
+ var formkitVersion = '202604282013';
14049
14049
 
14050
14050
  var styleCss$3 = i$7`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
14051
14051
 
@@ -18,8 +18,8 @@
18
18
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19
19
  <title>Auro Web Component Demo | auro-combobox | Design</title>
20
20
 
21
- <!-- Prism.js Stylesheet -->
22
- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/prismjs@1.24.1/themes/prism.css"/>
21
+ <!-- highlight.js Stylesheet -->
22
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.9.0/build/styles/github.min.css"/>
23
23
 
24
24
  <!-- Legacy reference is still needed to support auro-combobox's use of legacy token values at this time -->
25
25
  <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/legacy/auro-classic/CSSCustomProperties.css"/>
@@ -39,19 +39,31 @@
39
39
  <main></main>
40
40
 
41
41
  <script type="module">
42
- import 'https://cdn.jsdelivr.net/npm/marked@latest/marked.min.js';
43
- import 'https://cdn.jsdelivr.net/npm/prismjs@latest/prism.js';
44
- fetch('./design.md')
45
- .then((response) => response.text())
46
- .then((text) => {
47
- const rawHtml = marked.parse(text);
48
- document.querySelector('main').innerHTML = rawHtml;
49
- Prism.highlightAll();
50
- addCopyButtons();
51
- });
42
+ import {unified} from 'https://esm.sh/unified';
43
+ import remarkParse from 'https://esm.sh/remark-parse';
44
+ import remarkGfm from 'https://esm.sh/remark-gfm';
45
+ import remarkRehype from 'https://esm.sh/remark-rehype';
46
+ import rehypeRaw from 'https://esm.sh/rehype-raw';
47
+ import rehypeHighlight from 'https://esm.sh/rehype-highlight';
48
+ import rehypeStringify from 'https://esm.sh/rehype-stringify';
49
+
50
+ const response = await fetch('./design.md');
51
+ const text = await response.text();
52
+ const result = await unified()
53
+ .use(remarkParse)
54
+ .use(remarkGfm)
55
+ .use(remarkRehype, { allowDangerousHtml: true })
56
+ .use(rehypeRaw)
57
+ .use(rehypeHighlight)
58
+ .use(rehypeStringify)
59
+ .process(text);
60
+
61
+ document.querySelector('main').innerHTML = String(result);
62
+ addCopyButtons();
52
63
 
53
64
  function addCopyButtons() {
54
- document.querySelectorAll('auro-accordion pre[class*="language-"]').forEach((pre) => {
65
+ document.querySelectorAll('pre code[class*="language-"], pre code[class*="hljs"]').forEach((code) => {
66
+ const pre = code.parentElement;
55
67
  const wrapper = document.createElement('div');
56
68
  wrapper.className = 'pre-wrapper';
57
69
  pre.parentNode.insertBefore(wrapper, pre);
@@ -60,9 +72,8 @@
60
72
  btn.className = 'copy-btn';
61
73
  btn.textContent = 'Copy';
62
74
  btn.addEventListener('click', () => {
63
- const code = pre.querySelector('code');
64
- const raw = code ? code.textContent : pre.textContent;
65
- const text = raw.replace(/\u200B/g, '').replace(/^\n+/, '').replace(/\n+$/, '\n');
75
+ const raw = code.textContent;
76
+ const text = raw.replace(/\u200B/g, '').replace(/^\n+/, '').replace(/\n+$/, '\n').replace(/^\$ /, '');
66
77
  navigator.clipboard.writeText(text).then(() => {
67
78
  btn.textContent = 'Copied!';
68
79
  setTimeout(() => { btn.textContent = 'Copy'; }, 1500);