@aurodesignsystem-dev/auro-formkit 0.0.0-pr1475.6 → 0.0.0-pr1477.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.
- package/components/bibtemplate/dist/auro-bibtemplate.d.ts +0 -7
- package/components/bibtemplate/dist/index.js +1 -9
- package/components/bibtemplate/dist/registered.js +1 -9
- package/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/getting-started.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/demo/pages.json +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/customize.min.js +18 -236
- package/components/combobox/demo/getting-started.min.js +18 -236
- package/components/combobox/demo/index.min.js +18 -236
- package/components/combobox/demo/keyboard-behavior.md +68 -8
- package/components/combobox/demo/pages.json +1 -1
- package/components/combobox/dist/index.js +18 -236
- package/components/combobox/dist/registered.js +18 -236
- package/components/counter/demo/customize.min.js +15 -233
- package/components/counter/demo/index.min.js +15 -233
- package/components/counter/demo/keyboard-behavior.md +0 -1
- package/components/counter/demo/pages.json +1 -1
- package/components/counter/dist/index.js +2 -10
- package/components/counter/dist/registered.js +2 -10
- package/components/datepicker/demo/accessibility.md +3 -51
- package/components/datepicker/demo/api.md +2 -11
- package/components/datepicker/demo/customize.html +0 -2
- package/components/datepicker/demo/customize.md +8 -72
- package/components/datepicker/demo/design.md +1 -3
- package/components/datepicker/demo/index.js +1 -5
- package/components/datepicker/demo/index.md +2 -83
- package/components/datepicker/demo/index.min.js +100 -1567
- package/components/datepicker/demo/keyboard-behavior.md +2 -201
- package/components/datepicker/demo/pages.json +1 -1
- package/components/datepicker/demo/voiceover.md +12 -19
- package/components/datepicker/dist/index.js +98 -1489
- package/components/datepicker/dist/registered.js +98 -1489
- package/components/datepicker/dist/src/auro-calendar-cell.d.ts +1 -66
- package/components/datepicker/dist/src/auro-calendar-month.d.ts +0 -28
- package/components/datepicker/dist/src/auro-calendar.d.ts +0 -100
- package/components/datepicker/dist/src/auro-datepicker.d.ts +0 -88
- package/components/datepicker/dist/src/datepickerKeyboardStrategy.d.ts +3 -5
- package/components/dropdown/demo/accessibility.md +0 -11
- package/components/dropdown/demo/api.md +0 -1
- package/components/dropdown/demo/customize.md +0 -3
- package/components/dropdown/demo/customize.min.js +13 -223
- package/components/dropdown/demo/getting-started.min.js +13 -223
- package/components/dropdown/demo/index.min.js +13 -223
- package/components/dropdown/demo/keyboard-behavior.md +0 -1
- package/components/dropdown/demo/pages.json +1 -1
- package/components/dropdown/dist/auro-dropdown.d.ts +1 -33
- package/components/dropdown/dist/index.js +13 -223
- package/components/dropdown/dist/registered.js +13 -223
- package/components/form/demo/customize.min.js +165 -2208
- package/components/form/demo/getting-started.min.js +165 -2208
- package/components/form/demo/index.min.js +165 -2208
- package/components/form/demo/pages.json +1 -1
- package/components/form/demo/registerDemoDeps.min.js +165 -2208
- package/components/input/demo/customize.min.js +1 -1
- package/components/input/demo/getting-started.min.js +1 -1
- package/components/input/demo/index.min.js +1 -1
- package/components/input/demo/pages.json +1 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/menu/demo/pages.json +1 -1
- package/components/radio/demo/getting-started.js +1 -1
- package/components/radio/demo/getting-started.md +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/demo/pages.json +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/customize.min.js +33 -249
- package/components/select/demo/getting-started.min.js +33 -249
- package/components/select/demo/index.min.js +33 -249
- package/components/select/demo/keyboard-behavior.md +54 -9
- package/components/select/demo/pages.json +1 -1
- package/components/select/dist/index.js +33 -249
- package/components/select/dist/registered.js +33 -249
- package/custom-elements.json +21 -738
- package/package.json +2 -2
- package/components/checkbox/demo/why-checkbox.html +0 -57
- package/components/checkbox/demo/why-checkbox.md +0 -86
- package/components/combobox/demo/why-combobox.html +0 -57
- package/components/combobox/demo/why-combobox.md +0 -113
- package/components/counter/demo/why-counter.html +0 -57
- package/components/counter/demo/why-counter.md +0 -108
- package/components/datepicker/demo/customize.js +0 -19
- package/components/datepicker/demo/customize.min.js +0 -26028
- package/components/datepicker/demo/why-datepicker.html +0 -57
- package/components/datepicker/demo/why-datepicker.md +0 -133
- package/components/dropdown/demo/why-dropdown.html +0 -57
- package/components/dropdown/demo/why-dropdown.md +0 -97
- package/components/form/demo/why-form.html +0 -57
- package/components/form/demo/why-form.md +0 -101
- package/components/input/demo/why-input.html +0 -57
- package/components/input/demo/why-input.md +0 -121
- package/components/menu/demo/why-menu.html +0 -57
- package/components/menu/demo/why-menu.md +0 -104
- package/components/radio/demo/customize.min.js +0 -2186
- package/components/radio/demo/demo-support.min.js +0 -55807
- package/components/radio/demo/getting-started.min.js +0 -2205
- package/components/radio/demo/why-radio.html +0 -57
- package/components/radio/demo/why-radio.md +0 -92
- package/components/select/demo/why-select.html +0 -57
- package/components/select/demo/why-select.md +0 -128
|
@@ -695,70 +695,13 @@
|
|
|
695
695
|
</auro-accordion>
|
|
696
696
|
<auro-header level="3" id="localization">Localization</auro-header>
|
|
697
697
|
<p>Use the <code>centralDate</code>, locale, and related attributes to configure the datepicker for different regions and languages.</p>
|
|
698
|
-
<auro-header level="4" id="rangeLabels">Screen Reader Labels</auro-header>
|
|
699
|
-
<p>The following attributes customize the labels announced by screen readers when navigating the calendar. Range labels apply when the <code>range</code> attribute is set; navigation labels apply to all configurations.</p>
|
|
700
|
-
<auro-table>
|
|
701
|
-
<table>
|
|
702
|
-
<thead>
|
|
703
|
-
<tr>
|
|
704
|
-
<th>Attribute</th>
|
|
705
|
-
<th>Default</th>
|
|
706
|
-
<th>Description</th>
|
|
707
|
-
</tr>
|
|
708
|
-
</thead>
|
|
709
|
-
<tbody>
|
|
710
|
-
<tr>
|
|
711
|
-
<td><code>rangeLabelStart</code></td>
|
|
712
|
-
<td>"range start"</td>
|
|
713
|
-
<td>Announced on the departure/start date cell.</td>
|
|
714
|
-
</tr>
|
|
715
|
-
<tr>
|
|
716
|
-
<td><code>rangeLabelEnd</code></td>
|
|
717
|
-
<td>"range end"</td>
|
|
718
|
-
<td>Announced on the return/end date cell.</td>
|
|
719
|
-
</tr>
|
|
720
|
-
<tr>
|
|
721
|
-
<td><code>rangeLabelBeforeRange</code></td>
|
|
722
|
-
<td>"before range"</td>
|
|
723
|
-
<td>Announced on cells before the start date.</td>
|
|
724
|
-
</tr>
|
|
725
|
-
<tr>
|
|
726
|
-
<td><code>rangeLabelInRange</code></td>
|
|
727
|
-
<td>"in range"</td>
|
|
728
|
-
<td>Announced on cells between the start and end dates.</td>
|
|
729
|
-
</tr>
|
|
730
|
-
<tr>
|
|
731
|
-
<td><code>rangeLabelAfterRange</code></td>
|
|
732
|
-
<td>"after range"</td>
|
|
733
|
-
<td>Announced on cells after the end date (or after start when no end is selected).</td>
|
|
734
|
-
</tr>
|
|
735
|
-
<tr>
|
|
736
|
-
<td><code>navLabelPrevMonth</code></td>
|
|
737
|
-
<td>"Previous month"</td>
|
|
738
|
-
<td>Accessible label for the previous month navigation button.</td>
|
|
739
|
-
</tr>
|
|
740
|
-
<tr>
|
|
741
|
-
<td><code>navLabelNextMonth</code></td>
|
|
742
|
-
<td>"Next month"</td>
|
|
743
|
-
<td>Accessible label for the next month navigation button.</td>
|
|
744
|
-
</tr>
|
|
745
|
-
</tbody>
|
|
746
|
-
</table>
|
|
747
|
-
</auro-table>
|
|
748
698
|
<div class="exampleWrapper">
|
|
749
699
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/localization.html) -->
|
|
750
700
|
<!-- The below content is automatically added from ./../apiExamples/localization.html -->
|
|
751
|
-
<auro-datepicker
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
rangeLabelInRange="entre vuelos"
|
|
756
|
-
rangeLabelAfterRange="después del regreso"
|
|
757
|
-
navLabelPrevMonth="Ir al mes anterior"
|
|
758
|
-
navLabelNextMonth="Ir al mes siguiente"
|
|
759
|
-
id="localizationExample">
|
|
760
|
-
<span slot="fromLabel">Salida</span>
|
|
761
|
-
<span slot="toLabel">Regreso</span>
|
|
701
|
+
<auro-datepicker format="yyyy/mm/dd" id="localizationExample">
|
|
702
|
+
<span slot="bib.fullscreen.headline">Localization Headline</span>
|
|
703
|
+
<span slot="fromLabel">Choose a date</span>
|
|
704
|
+
<span slot="bib.fullscreen.fromLabel">Choose a date</span>
|
|
762
705
|
</auro-datepicker>
|
|
763
706
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
764
707
|
</div>
|
|
@@ -767,17 +710,10 @@
|
|
|
767
710
|
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/localization.html) -->
|
|
768
711
|
<!-- The below code snippet is automatically added from ./../apiExamples/localization.html -->
|
|
769
712
|
|
|
770
|
-
<pre class="language-html"><code class="language-html"><auro-datepicker
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
rangeLabelInRange="entre vuelos"
|
|
775
|
-
rangeLabelAfterRange="después del regreso"
|
|
776
|
-
navLabelPrevMonth="Ir al mes anterior"
|
|
777
|
-
navLabelNextMonth="Ir al mes siguiente"
|
|
778
|
-
id="localizationExample">
|
|
779
|
-
<span slot="fromLabel">Salida</span>
|
|
780
|
-
<span slot="toLabel">Regreso</span>
|
|
713
|
+
<pre class="language-html"><code class="language-html"><auro-datepicker format="yyyy/mm/dd" id="localizationExample">
|
|
714
|
+
<span slot="bib.fullscreen.headline">Localization Headline</span>
|
|
715
|
+
<span slot="fromLabel">Choose a date</span>
|
|
716
|
+
<span slot="bib.fullscreen.fromLabel">Choose a date</span>
|
|
781
717
|
</auro-datepicker></code></pre>
|
|
782
718
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
783
719
|
</auro-accordion>
|
|
@@ -35,13 +35,11 @@
|
|
|
35
35
|
</li>
|
|
36
36
|
</ul>
|
|
37
37
|
<auro-header level="4" id="calendar">Calendar</auro-header>
|
|
38
|
-
<p>The calendar displays one or more months in a grid layout. Users interact with the calendar by clicking
|
|
38
|
+
<p>The calendar displays one or more months in a grid layout. Users interact with the calendar by clicking on individual date cells. The calendar supports:</p>
|
|
39
39
|
<ul>
|
|
40
40
|
<li>Navigating between months using previous/next arrows.</li>
|
|
41
|
-
<li>Arrow-key navigation between date cells with automatic cross-month boundary handling.</li>
|
|
42
41
|
<li>Date range highlighting when <code>range</code> is set.</li>
|
|
43
42
|
<li>Disabled dates outside the <code>minDate</code>/<code>maxDate</code> bounds.</li>
|
|
44
|
-
<li>Blackout dates that are focusable but not selectable.</li>
|
|
45
43
|
<li>Custom cell content via the <code>date_MM_DD_YYYY</code> slot.</li>
|
|
46
44
|
<li>Cell popovers via the <code>popover_MM_DD_YYYY</code> slot.</li>
|
|
47
45
|
</ul>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AuroDatePicker } from '../src/auro-datepicker.js';
|
|
2
|
-
import { blackoutLabelExample } from '../apiExamples/blackout-label.js';
|
|
3
2
|
|
|
4
3
|
AuroDatePicker.register(); // registering to auro-datepicker
|
|
5
4
|
AuroDatePicker.register('custom-datepicker');
|
|
@@ -8,10 +7,7 @@ export function initExamples(initCount) {
|
|
|
8
7
|
initCount = initCount || 0;
|
|
9
8
|
|
|
10
9
|
try {
|
|
11
|
-
//
|
|
12
|
-
if (document.querySelector('#blackoutLabelExample')) {
|
|
13
|
-
blackoutLabelExample();
|
|
14
|
-
}
|
|
10
|
+
// example();
|
|
15
11
|
} catch {
|
|
16
12
|
if (initCount <= 20) {
|
|
17
13
|
// setTimeout handles issue where content is sometimes loaded after the functions get called
|
|
@@ -10,8 +10,6 @@
|
|
|
10
10
|
<auro-anchorlink fluid href="#selectRange" class="level2 body-xs">Select a Range</auro-anchorlink>
|
|
11
11
|
<auro-anchorlink fluid href="#presetValue" class="level2 body-xs">Preset Value</auro-anchorlink>
|
|
12
12
|
<auro-anchorlink fluid href="#skipSelection" class="level2 body-xs">Skip Selection</auro-anchorlink>
|
|
13
|
-
<auro-anchorlink fluid href="#popoverSlot" class="level2 body-xs">Date Popover</auro-anchorlink>
|
|
14
|
-
<auro-anchorlink fluid href="#blackoutDates" class="level2 body-xs">Blackout Dates</auro-anchorlink>
|
|
15
13
|
<auro-anchorlink fluid href="#viewportSize" class="level2 body-xs">Viewport Size</auro-anchorlink>
|
|
16
14
|
</auro-nav>
|
|
17
15
|
</nav>
|
|
@@ -40,21 +38,15 @@
|
|
|
40
38
|
Click the input or press <kbd>Enter</kbd> / <kbd>Space</kbd> to open the calendar
|
|
41
39
|
<div class="note">
|
|
42
40
|
<p>
|
|
43
|
-
The calendar bib opens and displays the current month.
|
|
41
|
+
The calendar bib opens and displays the current month. Focus moves into the calendar on the current date or, if a <code>calendarFocusDate</code> is set, on that date.
|
|
44
42
|
</p>
|
|
45
|
-
<ol>
|
|
46
|
-
<li>The currently selected date (if one exists and is within the valid min/max range).</li>
|
|
47
|
-
<li>Today's date (if it is enabled — within the min/max range).</li>
|
|
48
|
-
<li>The first future enabled date.</li>
|
|
49
|
-
<li>The first past enabled date.</li>
|
|
50
|
-
</ol>
|
|
51
43
|
</div>
|
|
52
44
|
</li>
|
|
53
45
|
<li>
|
|
54
46
|
Select a date by clicking a calendar cell or by typing a date directly into the input
|
|
55
47
|
<div class="note">
|
|
56
48
|
<p>
|
|
57
|
-
When a valid date is selected, the <code>value</code> property is updated
|
|
49
|
+
When a valid date is selected, the <code>value</code> property is updated and the calendar closes (on desktop). If the user types a date, it must match the configured <code>format</code> (default <code>mm/dd/yyyy</code>).
|
|
58
50
|
</p>
|
|
59
51
|
</div>
|
|
60
52
|
</li>
|
|
@@ -175,79 +167,6 @@
|
|
|
175
167
|
<auro-header level="3" id="skipSelection">Skip selection</auro-header>
|
|
176
168
|
<p>The datepicker does not force the user to select a date. If no selection is made and the field is not <code>required</code>, the user can move past the datepicker without entering a value.</p>
|
|
177
169
|
<p>If the field is <code>required</code>, moving focus away without selecting a date triggers validation and renders the <code>valueMissing</code> error state.</p>
|
|
178
|
-
<auro-header level="3" id="popoverSlot">Popover slot</auro-header>
|
|
179
|
-
<p>Use the <code>popover_MM_DD_YYYY</code> slot to display additional information when the user hovers over a calendar cell. This is useful for showing pricing, availability, or other contextual details for specific dates.</p>
|
|
180
|
-
<div class="exampleWrapper">
|
|
181
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/popover-slot.html) -->
|
|
182
|
-
<!-- The below content is automatically added from ./../apiExamples/popover-slot.html -->
|
|
183
|
-
<auro-datepicker centralDate="12/03/2023" calendarStartDate="12/01/2023" calendarEndDate="12/31/2023" minDate="12/04/2023" maxDate="12/09/2023">
|
|
184
|
-
<span slot="bib.fullscreen.headline">Popover Slot Example</span>
|
|
185
|
-
<span slot="fromLabel">Choose a date</span>
|
|
186
|
-
<span slot="bib.fullscreen.fromLabel">Choose a date</span>
|
|
187
|
-
<span slot="popover_12_03_2023">Tickets for this day are sold out</span>
|
|
188
|
-
<span slot="date_12_03_2023">$560</span>
|
|
189
|
-
<span slot="popover_12_04_2023">34 seats available</span>
|
|
190
|
-
<span slot="date_12_04_2023">$245</span>
|
|
191
|
-
<span slot="popover_12_05_2023">18 seats available</span>
|
|
192
|
-
<span slot="date_12_05_2023">$312</span>
|
|
193
|
-
<span slot="popover_12_06_2023">Tickets for this day are sold out</span>
|
|
194
|
-
<span slot="date_12_06_2023">$489</span>
|
|
195
|
-
<span slot="popover_12_07_2023">52 seats available</span>
|
|
196
|
-
<span slot="date_12_07_2023">$198</span>
|
|
197
|
-
<span slot="popover_12_08_2023">7 seats available</span>
|
|
198
|
-
<span slot="date_12_08_2023">$375</span>
|
|
199
|
-
<span slot="popover_12_09_2023">41 seats available</span>
|
|
200
|
-
<span slot="date_12_09_2023">$220</span>
|
|
201
|
-
</auro-datepicker>
|
|
202
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
203
|
-
</div>
|
|
204
|
-
<auro-accordion alignRight>
|
|
205
|
-
<span slot="trigger">See code</span>
|
|
206
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/popover-slot.html) -->
|
|
207
|
-
<!-- The below code snippet is automatically added from ./../apiExamples/popover-slot.html -->
|
|
208
|
-
<pre class="language-html"><code class="language-html"><auro-datepicker centralDate="12/03/2023" calendarStartDate="12/01/2023" calendarEndDate="12/31/2023" minDate="12/04/2023" maxDate="12/09/2023">
|
|
209
|
-
<span slot="bib.fullscreen.headline">Popover Slot Example</span>
|
|
210
|
-
<span slot="fromLabel">Choose a date</span>
|
|
211
|
-
<span slot="bib.fullscreen.fromLabel">Choose a date</span>
|
|
212
|
-
<span slot="popover_12_03_2023">Tickets for this day are sold out</span>
|
|
213
|
-
<span slot="date_12_03_2023">$560</span>
|
|
214
|
-
<span slot="popover_12_04_2023">34 seats available</span>
|
|
215
|
-
<span slot="date_12_04_2023">$245</span>
|
|
216
|
-
<span slot="popover_12_05_2023">18 seats available</span>
|
|
217
|
-
<span slot="date_12_05_2023">$312</span>
|
|
218
|
-
<span slot="popover_12_06_2023">Tickets for this day are sold out</span>
|
|
219
|
-
<span slot="date_12_06_2023">$489</span>
|
|
220
|
-
<span slot="popover_12_07_2023">52 seats available</span>
|
|
221
|
-
<span slot="date_12_07_2023">$198</span>
|
|
222
|
-
<span slot="popover_12_08_2023">7 seats available</span>
|
|
223
|
-
<span slot="date_12_08_2023">$375</span>
|
|
224
|
-
<span slot="popover_12_09_2023">41 seats available</span>
|
|
225
|
-
<span slot="date_12_09_2023">$220</span>
|
|
226
|
-
</auro-datepicker></code></pre>
|
|
227
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
228
|
-
</auro-accordion>
|
|
229
|
-
<auro-header level="3" id="blackoutDates">Blackout dates with custom label</auro-header>
|
|
230
|
-
<p>Use the <code>blackoutLabel</code> attribute to customize the screen reader announcement for blackout (disabled but in-range) dates. The default label is <code>"unavailable"</code>. This is useful when you want to provide more context about why a date cannot be selected, such as <code>"sold out"</code>.</p>
|
|
231
|
-
<p>When a user types a blackout date into the input, the datepicker validates the entry and displays a <code>customError</code> message. The default message is <code>"Selected date is unavailable"</code>. Use the <code>setCustomValidityCustomError</code> attribute to provide a custom error message, for example <code>setCustomValidityCustomError="That date is sold out"</code>.</p>
|
|
232
|
-
<div class="exampleWrapper">
|
|
233
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/blackout-label.html) -->
|
|
234
|
-
<!-- The below content is automatically added from ./../apiExamples/blackout-label.html -->
|
|
235
|
-
<auro-datepicker id="blackoutLabelExample" blackoutLabel="sold out">
|
|
236
|
-
<span slot="fromLabel">Choose a date</span>
|
|
237
|
-
<span slot="bib.fullscreen.fromLabel">Choose a date</span>
|
|
238
|
-
</auro-datepicker>
|
|
239
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
240
|
-
</div>
|
|
241
|
-
<auro-accordion alignRight>
|
|
242
|
-
<span slot="trigger">See code</span>
|
|
243
|
-
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/blackout-label.html) -->
|
|
244
|
-
<!-- The below code snippet is automatically added from ./../apiExamples/blackout-label.html -->
|
|
245
|
-
<pre class="language-html"><code class="language-html"><auro-datepicker id="blackoutLabelExample" blackoutLabel="sold out">
|
|
246
|
-
<span slot="fromLabel">Choose a date</span>
|
|
247
|
-
<span slot="bib.fullscreen.fromLabel">Choose a date</span>
|
|
248
|
-
</auro-datepicker></code></pre>
|
|
249
|
-
<!-- AURO-GENERATED-CONTENT:END -->
|
|
250
|
-
</auro-accordion>
|
|
251
170
|
<auro-header level="3" id="viewportSize">Viewport size</auro-header>
|
|
252
171
|
<p>The datepicker automatically adapts its presentation based on viewport size. On larger screens, the calendar opens in a floating popover anchored to the trigger. On smaller screens, the calendar opens in a fullscreen dialog.</p>
|
|
253
172
|
<p>The breakpoint at which the fullscreen behavior activates is controlled by the <code>fullscreenBreakpoint</code> attribute. The default value is <code>sm</code>. Supported values are <code>xs</code>, <code>sm</code>, <code>md</code>, <code>lg</code>, <code>xl</code>, and <code>disabled</code>.</p>
|