@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
@@ -1,355 +1,235 @@
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.
5
- -->
6
-
7
- # Select
8
-
1
+ <auro-header level="1" id="overview">Select - Overview and UX Guide</auro-header>
2
+ <div class="contentWrapper">
3
+ <nav>
4
+ <auro-nav anchorNavContent=".scrollWrapper">
5
+ <!-- <span slot="label">Anchor Navigation</span> -->
6
+ <span slot="mobileToggleCollapsed">View More</span>
7
+ <span slot="mobileToggleExpanded">View Less</span>
8
+ <auro-anchorlink fluid href="#description">Description</auro-anchorlink>
9
+ <auro-anchorlink fluid href="#ui">UI</auro-anchorlink>
10
+ <auro-anchorlink fluid href="#trigger" class="level2 body-xs">Trigger</auro-anchorlink>
11
+ <auro-anchorlink fluid href="#options" class="level2 body-xs">Options</auro-anchorlink>
12
+ <auro-anchorlink fluid href="#helpText" class="level2 body-xs">Help Text</auro-anchorlink>
13
+ <auro-anchorlink fluid href="#initialState">Initial State</auro-anchorlink>
14
+ <auro-anchorlink fluid href="#usersStories">User Stories</auro-anchorlink>
15
+ <auro-anchorlink fluid href="#select" class="level2 body-xs">Select A Value</auro-anchorlink>
16
+ <auro-anchorlink fluid href="#presetValue" class="level2 body-xs">Preset Value</auro-anchorlink>
17
+ <auro-anchorlink fluid href="#autocomplete" class="level2 body-xs">Autocomplete</auro-anchorlink>
18
+ <auro-anchorlink fluid href="#skipSelection" class="level2 body-xs">Skip Selection</auro-anchorlink>
19
+ <auro-anchorlink fluid href="#requireSelection" class="level2 body-xs">Require Selection</auro-anchorlink>
20
+ <auro-anchorlink fluid href="#multiselect" class="level2 body-xs">Multi-select</auro-anchorlink>
21
+ <auro-anchorlink fluid href="#disableOptions" class="level2 body-xs">Disable Option(s)</auro-anchorlink>
22
+ <auro-anchorlink fluid href="#disableComponent" class="level2 body-xs">Disable Component</auro-anchorlink>
23
+ <auro-anchorlink fluid href="#viewport" class="level2 body-xs">Viewport Size</auro-anchorlink>
24
+ </auro-nav>
25
+ </nav>
26
+ <div class="mainContent">
27
+ <div class="scrollWrapper">
28
+ <auro-header level="2" id="description">Description</auro-header>
9
29
  <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/description.md) -->
10
30
  <!-- The below content is automatically added from ./../docs/partials/description.md -->
11
- `<auro-select>` is a combination <auro-hyperlink href="https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements">HTML custom element</auro-hyperlink> that consists of a pre-defined trigger element, `<auro-menu>` for the panel content. The `<auro-select>` element presents a menu of options. The options within the menu are represented by `<auro-menu>` and `<auro-menuoption>` elements. You can pre-select options for the user with the `selected` attribute as part of the `<auro-menuoption>` API.
12
- <!-- AURO-GENERATED-CONTENT:END -->
13
-
14
- ## Use Cases
15
-
16
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/useCases.md) -->
17
- <!-- The below content is automatically added from ./../docs/partials/useCases.md -->
18
- See description.
19
- <!-- AURO-GENERATED-CONTENT:END -->
20
-
21
- ## Example(s)
22
-
23
- ### Basic
24
-
25
- A baseline `<auro-select>` using `<auro-menu>` and `<auro-menuoption>` elements.
26
-
31
+ <p>The component is a combination <auro-hyperlink href="https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements">HTML custom elements</auro-hyperlink> that consists of a pre-defined trigger element, <code>&lt;auro-menu&gt;</code> for the panel content. The <code>&lt;auro-select&gt;</code> element presents a menu of options. The options within the menu are represented by <code>&lt;auro-menu&gt;</code> and <code>&lt;auro-menuoption&gt;</code> elements. You can pre-select options for the user with the `selected` attribute as part of the <code>&lt;auro-menuoption&gt;</code> API.</p>
32
+ <p>The component is used to create a drop-down list for user input within a form. It acts as a container for options.</p>
33
+ <p>Key features:</p>
34
+ <ul>
35
+ <li>Preset values</li>
36
+ <li>Mark as required when in a form</li>
37
+ <li>Disable individual options or the entire component</li>
38
+ <li>Enable multi-select</li>
39
+ <li>Separate options into groups with dividers</li>
40
+ <li>Group options into nested levels</li>
41
+ <li>Autocomplete</li>
42
+ </ul>
43
+ <!-- AURO-GENERATED-CONTENT:END -->
27
44
  <div class="exampleWrapper">
28
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
29
- <!-- The below content is automatically added from ./../apiExamples/basic.html -->
30
- <auro-select>
31
- <span slot="ariaLabel.bib.close">Close Popup</span>
32
- <span slot="bib.fullscreen.headline">Bib Headline</span>
33
- <span slot="label">Select Example</span>
34
- <auro-menu>
35
- <auro-menuoption value="stops">Stops</auro-menuoption>
36
- <auro-menuoption value="price">Price</auro-menuoption>
37
- <auro-menuoption value="duration">Duration</auro-menuoption>
38
- <auro-menuoption value="departure">Departure</auro-menuoption>
39
- <auro-menuoption value="arrival">Arrival</auro-menuoption>
40
- <auro-menuoption value="prefer alaska">Prefer Alaska</auro-menuoption>
41
- </auro-menu>
42
- </auro-select>
43
- <!-- AURO-GENERATED-CONTENT:END -->
44
- </div>
45
- <auro-accordion alignRight>
46
- <span slot="trigger">See code</span>
47
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/basic.html) -->
48
- <!-- The below code snippet is automatically added from ./../apiExamples/basic.html -->
49
-
50
- ```html
45
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
46
+ <!-- The below content is automatically added from ./../apiExamples/basic.html -->
51
47
  <auro-select>
52
- <span slot="ariaLabel.bib.close">Close Popup</span>
53
- <span slot="bib.fullscreen.headline">Bib Headline</span>
54
- <span slot="label">Select Example</span>
55
- <auro-menu>
56
- <auro-menuoption value="stops">Stops</auro-menuoption>
57
- <auro-menuoption value="price">Price</auro-menuoption>
58
- <auro-menuoption value="duration">Duration</auro-menuoption>
59
- <auro-menuoption value="departure">Departure</auro-menuoption>
60
- <auro-menuoption value="arrival">Arrival</auro-menuoption>
61
- <auro-menuoption value="prefer alaska">Prefer Alaska</auro-menuoption>
62
- </auro-menu>
63
- </auro-select>
64
- ```
65
- <!-- AURO-GENERATED-CONTENT:END -->
66
- </auro-accordion>
67
-
68
- ### Shape | Size | Layout Support
69
-
70
- The `auro-select` component supports the `shape`, `size` and `layout` feature set. The component defaults to the `layout="classic"`, `shape="classic"` and `size="lg"`.
71
-
72
- #### Classic Layout (Legacy)
73
-
74
- The `classic` layout is default for `auro-select`. No customization is needed to achieve this look.
75
-
76
- <div class="exampleWrapper">
77
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/basic.html) -->
78
- <!-- The below content is automatically added from ./../apiExamples/basic.html -->
79
- <auro-select>
80
- <span slot="ariaLabel.bib.close">Close Popup</span>
81
- <span slot="bib.fullscreen.headline">Bib Headline</span>
82
- <span slot="label">Select Example</span>
83
- <auro-menu>
84
- <auro-menuoption value="stops">Stops</auro-menuoption>
85
- <auro-menuoption value="price">Price</auro-menuoption>
86
- <auro-menuoption value="duration">Duration</auro-menuoption>
87
- <auro-menuoption value="departure">Departure</auro-menuoption>
88
- <auro-menuoption value="arrival">Arrival</auro-menuoption>
89
- <auro-menuoption value="prefer alaska">Prefer Alaska</auro-menuoption>
90
- </auro-menu>
91
- </auro-select>
92
- <!-- AURO-GENERATED-CONTENT:END -->
93
- </div>
48
+ <span slot="ariaLabel.bib.close">Close Popup</span>
49
+ <span slot="bib.fullscreen.headline">Bib Headline</span>
50
+ <span slot="label">Select Example</span>
51
+ <auro-menu>
52
+ <auro-menuoption value="stops">Stops</auro-menuoption>
53
+ <auro-menuoption value="price">Price</auro-menuoption>
54
+ <auro-menuoption value="duration">Duration</auro-menuoption>
55
+ <auro-menuoption value="departure">Departure</auro-menuoption>
56
+ <auro-menuoption value="arrival">Arrival</auro-menuoption>
57
+ <auro-menuoption value="prefer alaska">Prefer Alaska</auro-menuoption>
58
+ </auro-menu>
59
+ </auro-select>
60
+ <!-- AURO-GENERATED-CONTENT:END -->
61
+ </div>
94
62
  <auro-accordion alignRight>
95
- <span slot="trigger">See code</span>
63
+ <span slot="trigger">See code</span>
96
64
  <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/basic.html) -->
97
65
  <!-- The below code snippet is automatically added from ./../apiExamples/basic.html -->
98
66
 
99
- ```html
100
- <auro-select>
101
- <span slot="ariaLabel.bib.close">Close Popup</span>
102
- <span slot="bib.fullscreen.headline">Bib Headline</span>
103
- <span slot="label">Select Example</span>
104
- <auro-menu>
105
- <auro-menuoption value="stops">Stops</auro-menuoption>
106
- <auro-menuoption value="price">Price</auro-menuoption>
107
- <auro-menuoption value="duration">Duration</auro-menuoption>
108
- <auro-menuoption value="departure">Departure</auro-menuoption>
109
- <auro-menuoption value="arrival">Arrival</auro-menuoption>
110
- <auro-menuoption value="prefer alaska">Prefer Alaska</auro-menuoption>
111
- </auro-menu>
112
- </auro-select>
113
- ```
114
- <!-- AURO-GENERATED-CONTENT:END -->
115
- </auro-accordion>
116
-
117
- #### Emphasized Layout
118
-
119
- The `emphasized` layout is only supported on light backgrounds.
120
-
121
- The `emphasized` layout supports the following shapes:
122
- - `pill`
123
- - `pill-left`
124
- - `pill-right`
125
-
126
- The `emphasized` layout supports the following sizes:
127
- - `xl`
128
-
129
- <div class="exampleWrapper">
130
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/emphasized/basic.html) -->
131
- <!-- The below content is automatically added from ./../apiExamples/emphasized/basic.html -->
132
- <div style="display: flex; flex-direction: row; gap: 10px;">
133
- <auro-select layout="emphasized" shape="pill" size="xl" value="flights" forceDisplayValue style="display:inline-block;">
134
- <span slot="ariaLabel.bib.close">Close Popup</span>
135
- <span slot="label">Select Example</span>
136
- <auro-menu nocheckmark>
137
- <auro-menuoption value="flights">
138
- <auro-icon category="terminal" name="plane-diag-stroke" customcolor></auro-icon> Flights
139
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="terminal" name="plane-diag-fill" customcolor></auro-icon>
140
- </auro-menuoption>
141
- <auro-menuoption value="cars">
142
- <auro-icon category="destination" name="car-rental-stroke" customcolor></auro-icon> Cars
143
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="destination" name="car-rental-stroke" customcolor></auro-icon>
144
- </auro-menuoption>
145
- <auro-menuoption value="hotels">
146
- <auro-icon category="destination" name="hotel-stroke" customcolor></auro-icon> Hotels
147
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="destination" name="hotel-filled" customcolor></auro-icon>
148
- </auro-menuoption>
149
- <auro-menuoption value="packages">
150
- <auro-icon category="shop" name="gift-stroke" customcolor></auro-icon> Packages
151
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="shop" name="gift-filled" customcolor></auro-icon>
152
- </auro-menuoption>
153
- <auro-menuoption value="cruises">
154
- <auro-icon category="in-flight" name="boarding" customcolor></auro-icon> Cruises
155
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="in-flight" name="boarding" customcolor></auro-icon>
156
- </auro-menuoption>
157
- </auro-menu>
158
- </auro-select>
159
- <auro-select layout="emphasized" shape="pill" size="xl" value="flights" style="display:inline-block;">
160
- <span slot="label">Select Example</span>
161
- <auro-menu nocheckmark>
162
- <auro-menuoption value="flights">
163
- <auro-icon category="terminal" name="plane-diag-stroke" customcolor></auro-icon> Flights
164
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="terminal" name="plane-diag-fill" customcolor></auro-icon>
165
- </auro-menuoption>
166
- <auro-menuoption value="cars">
167
- <auro-icon category="destination" name="car-rental-stroke" customcolor></auro-icon> Cars
168
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="destination" name="car-rental-stroke" customcolor></auro-icon>
169
- </auro-menuoption>
170
- <auro-menuoption value="hotels">
171
- <auro-icon category="destination" name="hotel-stroke" customcolor></auro-icon> Hotels
172
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="destination" name="hotel-filled" customcolor></auro-icon>
173
- </auro-menuoption>
174
- <auro-menuoption value="packages">
175
- <auro-icon category="shop" name="gift-stroke" customcolor></auro-icon> Packages
176
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="shop" name="gift-filled" customcolor></auro-icon>
177
- </auro-menuoption>
178
- <auro-menuoption value="cruises">
179
- <auro-icon category="in-flight" name="boarding" customcolor></auro-icon> Cruises
180
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="in-flight" name="boarding" customcolor></auro-icon>
181
- </auro-menuoption>
182
- </auro-menu>
183
- </auro-select>
184
- <auro-select layout="emphasized" shape="pill" size="xl" value="flights" required style="display:inline-block;">
185
- <span slot="label">Select Example</span>
186
- <span slot="helpText">no displayValue in menuoptions</span>
187
- <auro-menu nocheckmark>
188
- <auro-menuoption value="flights">
189
- <auro-icon category="terminal" name="plane-diag-stroke" customcolor></auro-icon> Flights
190
- </auro-menuoption>
191
- <auro-menuoption value="cars">
192
- <auro-icon category="destination" name="car-rental-stroke" customcolor></auro-icon> Cars
193
- </auro-menuoption>
194
- <auro-menuoption value="hotels">
195
- <auro-icon category="destination" name="hotel-stroke" customcolor></auro-icon> Hotels
196
- </auro-menuoption>
197
- <auro-menuoption value="packages">
198
- <auro-icon category="shop" name="gift-stroke" customcolor></auro-icon> Packages
199
- </auro-menuoption>
200
- <auro-menuoption value="cruises">
201
- <auro-icon category="in-flight" name="boarding" customcolor></auro-icon> Cruises
202
- </auro-menuoption>
203
- </auro-menu>
204
- </auro-select>
205
- </div>
206
- <!-- AURO-GENERATED-CONTENT:END -->
67
+ <pre class="language-html"><code class="language-html">&lt;auro-select&gt;
68
+ &lt;span slot="ariaLabel.bib.close"&gt;Close Popup&lt;/span&gt;
69
+ &lt;span slot="bib.fullscreen.headline"&gt;Bib Headline&lt;/span&gt;
70
+ &lt;span slot="label"&gt;Select Example&lt;/span&gt;
71
+ &lt;auro-menu&gt;
72
+ &lt;auro-menuoption value="stops"&gt;Stops&lt;/auro-menuoption&gt;
73
+ &lt;auro-menuoption value="price"&gt;Price&lt;/auro-menuoption&gt;
74
+ &lt;auro-menuoption value="duration"&gt;Duration&lt;/auro-menuoption&gt;
75
+ &lt;auro-menuoption value="departure"&gt;Departure&lt;/auro-menuoption&gt;
76
+ &lt;auro-menuoption value="arrival"&gt;Arrival&lt;/auro-menuoption&gt;
77
+ &lt;auro-menuoption value="prefer alaska"&gt;Prefer Alaska&lt;/auro-menuoption&gt;
78
+ &lt;/auro-menu&gt;
79
+ &lt;/auro-select&gt;</code></pre>
80
+ <!-- AURO-GENERATED-CONTENT:END -->
81
+ </auro-accordion>
82
+ <section>
83
+ <auro-header level="2" id="ui">UI</auro-header>
84
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/ui.md) -->
85
+ <!-- The below content is automatically added from ./../docs/partials/ui.md -->
86
+ <p>The component consists of the following elements:</p>
87
+ <ul>
88
+ <li>
89
+ <strong>trigger:</strong> shows the component label, current value and will render to reflect state of the component (e.g. <code>focus</code>, <code>hover</code>, <code>disabled</code>, <code>valid</code>, <code>invalid</code>), and a flag marking instances that are required.
90
+ </li>
91
+ <li>
92
+ <strong>options list:</strong> a list of options that may be selected which are rendered in an element which can be expanded/collapsed by interacting with the trigger.
93
+ </li>
94
+ <li>
95
+ <strong>help text:</strong> descriptive text rendered below the trigger intended to help clarify the intended use of the component instance and any current validation error with instructions to resolve those errors.
96
+ </li>
97
+ </ul>
98
+ <auro-header level="3" id="trigger">Trigger</auro-header>
99
+ <p>The trigger includes the component label, a flag marking the component optional/required and the current value. This label is required in order to ensure correct behavior when a guest is using accessibility tools such as screen readers and VoiceOver utilities. The invalid state will also announce to accessibility tools when applied.</p>
100
+ <p>The optional/required flag content may be customized.</p>
101
+ <p>When rendering the value of a selected option, the entire text content of the option will render in the trigger, including any icons.</p>
102
+ <p>The trigger is a focusable element and will visually respond to common UI states - <strong>Hover</strong> <em>(:hover)</em>, <strong>Focus</strong> <em>(:focus / :focus-visible)</em>, <strong>Disabled</strong> <em>(:disabled)</em>. The component does not have a visual response to the <strong>Active</strong> <em>(:active)</em> state.</p>
103
+ <auro-header level="3" id="options">List Options</auro-header>
104
+ <p>The component will render a list of options that may be selected. Each option may be in one of the following states when rendered:</p>
105
+ <ul>
106
+ <li>
107
+ <code>selected</code> - One option may be selected at a time and identifies the current value of the component. There is an optional feature that may be used to enable more than one option to be selected at a time.
108
+ </li>
109
+ <li>
110
+ <code>active</code> - One option may be active at a time. The active option indicates the item that will become selected if the user chooses.
111
+ </li>
112
+ <li>
113
+ <code>disabled</code> - One or more options may be disabled. Disabled options are not interactive and cannot be marked as active or selected.
114
+ </li>
115
+ </ul>
116
+ <auro-header level="3" id="helpText">Help Text</auro-header>
117
+ <p>Help text is not required. However, consideration should be given to how users will understand the full context of the component instance, particularly users reliant on accessibility tools like screen readers. In certain cases, a component label alone may be confusing.</p>
118
+ <p>If the component fails validation, the help text will change to show a validation help message instead of the default help text.</p>
119
+ </section>
120
+ <section>
121
+ <auro-header level="2" id="initialState">Initial Render State</auro-header>
122
+ <p>
123
+ When the component first renders in it's default use case the value is <code>undefined</code> and the first enabled option is marked <code>active</code>. The component will initially render with the option list collapsed.
124
+ </p>
125
+ </section>
126
+ <!-- AURO-GENERATED-CONTENT:END -->
127
+ <section>
128
+ <auro-header level="2" id="userStories">User Stories</auro-header>
129
+ <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../docs/partials/userStories.md) -->
130
+ <!-- The below content is automatically added from ./../docs/partials/userStories.md -->
131
+ <auro-header level="3" id="select">Select an option from the list</auro-header>
132
+ <ol>
133
+ <li>
134
+ Move focus to the auro-select element
135
+ </li>
136
+ <li>
137
+ Activate the trigger (e.g. mouse click, tap or keyboard event)
138
+ <div class="note">
139
+ <p>
140
+ While in desktop view the list of options will render in a dropdown style bib that appears below the trigger. The bib may render above the trigger if there is not enough space in the viewport below the trigger.
141
+ </p>
142
+ <p>
143
+ While in mobile device view the list of options will appear in a fullscreen modal dialog. Focus will shift to the close button in the top right of this dialog.
144
+ </p>
207
145
  </div>
208
- <auro-accordion alignRight>
209
- <span slot="trigger">See code</span>
210
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/emphasized/basic.html) -->
211
- <!-- The below code snippet is automatically added from ./../apiExamples/emphasized/basic.html -->
212
-
213
- ```html
214
- <div style="display: flex; flex-direction: row; gap: 10px;">
215
- <auro-select layout="emphasized" shape="pill" size="xl" value="flights" forceDisplayValue style="display:inline-block;">
216
- <span slot="ariaLabel.bib.close">Close Popup</span>
217
- <span slot="label">Select Example</span>
218
- <auro-menu nocheckmark>
219
- <auro-menuoption value="flights">
220
- <auro-icon category="terminal" name="plane-diag-stroke" customcolor></auro-icon> Flights
221
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="terminal" name="plane-diag-fill" customcolor></auro-icon>
222
- </auro-menuoption>
223
- <auro-menuoption value="cars">
224
- <auro-icon category="destination" name="car-rental-stroke" customcolor></auro-icon> Cars
225
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="destination" name="car-rental-stroke" customcolor></auro-icon>
226
- </auro-menuoption>
227
- <auro-menuoption value="hotels">
228
- <auro-icon category="destination" name="hotel-stroke" customcolor></auro-icon> Hotels
229
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="destination" name="hotel-filled" customcolor></auro-icon>
230
- </auro-menuoption>
231
- <auro-menuoption value="packages">
232
- <auro-icon category="shop" name="gift-stroke" customcolor></auro-icon> Packages
233
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="shop" name="gift-filled" customcolor></auro-icon>
234
- </auro-menuoption>
235
- <auro-menuoption value="cruises">
236
- <auro-icon category="in-flight" name="boarding" customcolor></auro-icon> Cruises
237
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="in-flight" name="boarding" customcolor></auro-icon>
238
- </auro-menuoption>
239
- </auro-menu>
240
- </auro-select>
241
- <auro-select layout="emphasized" shape="pill" size="xl" value="flights" style="display:inline-block;">
242
- <span slot="label">Select Example</span>
243
- <auro-menu nocheckmark>
244
- <auro-menuoption value="flights">
245
- <auro-icon category="terminal" name="plane-diag-stroke" customcolor></auro-icon> Flights
246
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="terminal" name="plane-diag-fill" customcolor></auro-icon>
247
- </auro-menuoption>
248
- <auro-menuoption value="cars">
249
- <auro-icon category="destination" name="car-rental-stroke" customcolor></auro-icon> Cars
250
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="destination" name="car-rental-stroke" customcolor></auro-icon>
251
- </auro-menuoption>
252
- <auro-menuoption value="hotels">
253
- <auro-icon category="destination" name="hotel-stroke" customcolor></auro-icon> Hotels
254
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="destination" name="hotel-filled" customcolor></auro-icon>
255
- </auro-menuoption>
256
- <auro-menuoption value="packages">
257
- <auro-icon category="shop" name="gift-stroke" customcolor></auro-icon> Packages
258
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="shop" name="gift-filled" customcolor></auro-icon>
259
- </auro-menuoption>
260
- <auro-menuoption value="cruises">
261
- <auro-icon category="in-flight" name="boarding" customcolor></auro-icon> Cruises
262
- <auro-icon style="--ds-auro-icon-size: 40px;" slot="displayValue" category="in-flight" name="boarding" customcolor></auro-icon>
263
- </auro-menuoption>
264
- </auro-menu>
265
- </auro-select>
266
- <auro-select layout="emphasized" shape="pill" size="xl" value="flights" required style="display:inline-block;">
267
- <span slot="label">Select Example</span>
268
- <span slot="helpText">no displayValue in menuoptions</span>
269
- <auro-menu nocheckmark>
270
- <auro-menuoption value="flights">
271
- <auro-icon category="terminal" name="plane-diag-stroke" customcolor></auro-icon> Flights
272
- </auro-menuoption>
273
- <auro-menuoption value="cars">
274
- <auro-icon category="destination" name="car-rental-stroke" customcolor></auro-icon> Cars
275
- </auro-menuoption>
276
- <auro-menuoption value="hotels">
277
- <auro-icon category="destination" name="hotel-stroke" customcolor></auro-icon> Hotels
278
- </auro-menuoption>
279
- <auro-menuoption value="packages">
280
- <auro-icon category="shop" name="gift-stroke" customcolor></auro-icon> Packages
281
- </auro-menuoption>
282
- <auro-menuoption value="cruises">
283
- <auro-icon category="in-flight" name="boarding" customcolor></auro-icon> Cruises
284
- </auro-menuoption>
285
- </auro-menu>
286
- </auro-select>
287
- </div>
288
- ```
289
- <!-- AURO-GENERATED-CONTENT:END -->
290
- </auro-accordion>
291
-
292
- #### Snowflake Layout
293
-
294
- The `snowflake` layout is a unique, one off layout that does not follow the normal pattern. There is only one way to use snowflake as shown in the following example.
295
-
296
- The `snowflake` layout is only expected to be used on dark backgrounds, in conjunction with `appearance="inverse"`.
297
-
298
- <div class="exampleWrapper--ondark">
299
- <!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/snowflake/basic.html) -->
300
- <!-- The below content is automatically added from ./../apiExamples/snowflake/basic.html -->
301
- <auro-select layout="snowflake" shape="snowflake" appearance="inverse" required style="width:300px;">
302
- <span slot="ariaLabel.bib.close">Close Popup</span>
303
- <span slot="label">Label</span>
304
- <span slot="helpText">Help Text</span>
305
- <auro-menu nocheckmark>
306
- <auro-menuoption value="flights">
307
- <auro-icon category="terminal" name="plane-diag-stroke" customColor></auro-icon> Flights
308
- </auro-menuoption>
309
- <auro-menuoption value="cars">
310
- <auro-icon category="destination" name="car-rental-stroke" customColor></auro-icon> Cars
311
- </auro-menuoption>
312
- <auro-menuoption value="hotels">
313
- <auro-icon category="destination" name="hotel-stroke" customColor></auro-icon> Hotels
314
- </auro-menuoption>
315
- <auro-menuoption value="packages">
316
- <auro-icon category="shop" name="gift-stroke" customColor></auro-icon> Packages
317
- </auro-menuoption>
318
- <auro-menuoption value="cruises">
319
- <auro-icon category="in-flight" name="boarding" customColor></auro-icon> Cruises
320
- </auro-menuoption>
321
- </auro-menu>
322
- </auro-select>
323
- <!-- AURO-GENERATED-CONTENT:END -->
146
+ </li>
147
+ <li>
148
+ Choose an option
149
+ <div class="note">
150
+ <p>
151
+ The guest may navigate through the list of options to make their choice. An option may become active through pointer hover, keyboard navigation (e.g., arrow keys), or assistive technologies that emulate keyboard navigation through gestures.
152
+ </p>
324
153
  </div>
325
- <auro-accordion alignRight>
326
- <span slot="trigger">See code</span>
327
- <!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/snowflake/basic.html) -->
328
- <!-- The below code snippet is automatically added from ./../apiExamples/snowflake/basic.html -->
329
-
330
- ```html
331
- <auro-select layout="snowflake" shape="snowflake" appearance="inverse" required style="width:300px;">
332
- <span slot="ariaLabel.bib.close">Close Popup</span>
333
- <span slot="label">Label</span>
334
- <span slot="helpText">Help Text</span>
335
- <auro-menu nocheckmark>
336
- <auro-menuoption value="flights">
337
- <auro-icon category="terminal" name="plane-diag-stroke" customColor></auro-icon> Flights
338
- </auro-menuoption>
339
- <auro-menuoption value="cars">
340
- <auro-icon category="destination" name="car-rental-stroke" customColor></auro-icon> Cars
341
- </auro-menuoption>
342
- <auro-menuoption value="hotels">
343
- <auro-icon category="destination" name="hotel-stroke" customColor></auro-icon> Hotels
344
- </auro-menuoption>
345
- <auro-menuoption value="packages">
346
- <auro-icon category="shop" name="gift-stroke" customColor></auro-icon> Packages
347
- </auro-menuoption>
348
- <auro-menuoption value="cruises">
349
- <auro-icon category="in-flight" name="boarding" customColor></auro-icon> Cruises
350
- </auro-menuoption>
351
- </auro-menu>
352
- </auro-select>
353
- ```
354
- <!-- AURO-GENERATED-CONTENT:END -->
355
- </auro-accordion>
154
+ </li>
155
+ <li>
156
+ Select the option
157
+ <div class="note">
158
+ <p>
159
+ Any previously selected option will be un-selected. The current active option may be selected through click, tap or keyboard events (e.g. <code>Enter</code> or <code>Tab</code> while focus is within the component).
160
+ </p>
161
+ </div>
162
+ </li>
163
+ </ol>
164
+ <auro-header level="3" id="presetValue">Preset the value</auro-header>
165
+ <p>In some cases it is necessary to preset the value of the component as part of the initial render.</p>
166
+ <auro-header level="4" id="us3a">Single Select</auro-header>
167
+ <p>When a value is preset, the matching option in the menu will be marked as both <code>active</code> and <code>selected</code>.</p>
168
+ <p>If a preset value is defined that does not match any enabled option, the value is reset to <code>undefined</code>.</p>
169
+ <auro-header level="4" id="us3b">Multi Select</auro-header>
170
+ <p>When configured for multi-select, the preset value may include multiple options. The first selected option will also be marked <code>active</code>.</p>
171
+ <p>If one or more preset values do not match any option they will be discarded. If no preset values match any option, the value is reset to <code>undefined</code>.</p>
172
+ <div class="note"><strong>Important caveat:</strong> Multi-select is notoriously difficult for all users, including screen reader users — WCAG and usability research generally recommend avoiding <code>&lt;auro-select multiSelect></code> in favor of checkboxes or other patterns that make multi-selection more discoverable.</div>
173
+ <auro-header level="3" id="autocomplete">Autocomplete</auro-header>
174
+ <p>The component supports the use of <auro-hyperlink href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/autocomplete">autocomplete</auro-hyperlink> configuration through HTML attributes.</p>
175
+ <auro-header level="3" id="skipSelection">Close the list of options without making a selection</auro-header>
176
+ <ol>
177
+ <li>Move focus to the auro-select element</li>
178
+ <li>Activate the trigger (e.g. mouse click, tap or keyboard event)</li>
179
+ <li>Navigate the list of options but do not make a selection</li>
180
+ <li>Collapse the bib
181
+ <div class="note">
182
+ <p>The guest may collapse the bib without making any selection. Example methods include clicking or tapping outside of the component or hitting the <code>Escape</code> key.</p>
183
+ </div>
184
+ </li>
185
+ </ol>
186
+ <auro-header level="3" id="requireSelection">Require selection of an option</auro-header>
187
+ <p>Certain use cases may require the guest to make a selection from the component in order to continue the intended work flow (e.g. form submission).</p>
188
+ <p>When the component is marked required:</p>
189
+ <ol>
190
+ <li>Move focus to the auro-select element</li>
191
+ <li>Activate the trigger (e.g. mouse click, tap or keyboard event)</li>
192
+ <li>Navigate the list of options</li>
193
+ <li>
194
+ Collapse the bib without making a selection
195
+ <div class="note">
196
+ <p>This will re-render the component in a state reflecting the validation error. To resolve the error, the guest may continue to the following steps.</p>
197
+ </div>
198
+ </li>
199
+ <li>Activate the trigger</li>
200
+ <li>Navigate the list of options marking any option as active</li>
201
+ <li>
202
+ Select the active option
203
+ <div class="note">
204
+ <p>This will re-render the component and the validation error state will be removed.</p>
205
+ </div>
206
+ </li>
207
+ </ol>
208
+ <auro-header level="3" id="multiselect">Supporting multi-select</auro-header>
209
+ <p>In certain cases it may be valid to allow more than one option to be selected. When the component is configured to support multi-select only one option is still able to be marked <code>active</code>. However, multiple options may be <code>selected</code> via click, tap or keyboard events on each option. A second click, tap or keyboard event on an already selected option will de-select it.</p>
210
+ <auro-header level="3" id="disableOptions">Disable Option(s)</auro-header>
211
+ <p>The component may be rendered with one or more <code>disabled</code> options. When navigating the list of options with the keyboard or assistive technology to mark the next or previous option as active, disabled options will skipped, jumping to the next enabled option.</p>
212
+ <p>While using the pointer to mark options as active, hovering over disabled options will be ignored and the previous active option will remain active.</p>
213
+ <div class="note">
214
+ <strong>Note:</strong> If the currently <code>selected</code> option is marked as <code>disabled</code>, the component value is reset to <code>undefined</code> and the component validation workflow is performed (e.g., if the component instance is <code>required</code> it will set <code>validity="valueMissing".</code>).
215
+ </div>
216
+ <div class="note">
217
+ <strong>Note:</strong> marking all options as disabled is not supported. Disable the component instead.
218
+ </div>
219
+ <auro-header level="3" id="disableComponent">Disable Component</auro-header>
220
+ <p>The entire component may be disabled. When disabled, the component will render to reflect the state, may not receive focus nor react to any key or pointer events.</p>
221
+ <p>When the component is disabled and part of a form, the components value is still included in the form submission.</p>
222
+ <div class="note">
223
+ <strong>Note:</strong> If the component is marked as both <strong>invalid</strong> and <code>disabled</code>, the <strong>invalid</strong> state UI/UX and functional behavior are ignored. The <code>disabled</code> UI/UX and functional behavior works normally.
224
+ </div>
225
+ <auro-header level="3" id="viewport">Change Viewport Size</auro-header>
226
+ <p>The guest may change the size of their viewport (e.g. resize their desktop browser window, rotate their mobile device). In some cases, this may cause a re-render of the component while the option list is expanded. It is possible that the viewport size change will cause the option list to change from a popover bib to a fullscreen modal or vice versa while the bib is open.</p>
227
+ <auro-header level="4" id="us9a">Popover to Modal</auro-header>
228
+ <p>While in a popover display state with the bib open, focus will be on the trigger. After switching to the fullscreen modal dialog, focus will move to the close button inside the dialog.</p>
229
+ <auro-header level="4" id="us9b">Modal to Popover</auro-header>
230
+ <p>While in a fullscreen modal display state with the bib open, focus will be on the close button inside the dialog. After switching to the fullscreen modal dialog, focus will move to the trigger.</p>
231
+ </section>
232
+ <!-- AURO-GENERATED-CONTENT:END -->
233
+ </div>
234
+ </div>
235
+ </div>