@warp-ds/elements 2.9.0-next.2 → 2.9.0-next.4

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 (210) hide show
  1. package/dist/custom-elements.json +101 -173
  2. package/dist/docs/affix/accessibility.md +1 -0
  3. package/dist/docs/affix/affix.md +58 -0
  4. package/dist/docs/affix/api.md +44 -0
  5. package/dist/docs/affix/examples.md +1 -0
  6. package/dist/docs/affix/usage.md +1 -0
  7. package/dist/docs/alert/accessibility.md +30 -0
  8. package/dist/docs/alert/alert.md +208 -0
  9. package/dist/docs/alert/api.md +39 -0
  10. package/dist/docs/alert/examples.md +84 -0
  11. package/dist/docs/alert/usage.md +42 -0
  12. package/dist/docs/attention/accessibility.md +1 -0
  13. package/dist/docs/attention/api.md +132 -0
  14. package/dist/docs/attention/attention.md +144 -0
  15. package/dist/docs/attention/examples.md +1 -0
  16. package/dist/docs/attention/usage.md +1 -0
  17. package/dist/docs/badge/accessibility.md +1 -0
  18. package/dist/docs/badge/api.md +28 -0
  19. package/dist/docs/badge/badge.md +42 -0
  20. package/dist/docs/badge/examples.md +1 -0
  21. package/dist/docs/badge/usage.md +1 -0
  22. package/dist/docs/box/accessibility.md +1 -0
  23. package/dist/docs/box/api.md +52 -0
  24. package/dist/docs/box/box.md +66 -0
  25. package/dist/docs/box/examples.md +1 -0
  26. package/dist/docs/box/usage.md +1 -0
  27. package/dist/docs/breadcrumbs/accessibility.md +1 -0
  28. package/dist/docs/breadcrumbs/api.md +20 -0
  29. package/dist/docs/breadcrumbs/breadcrumbs.md +34 -0
  30. package/dist/docs/breadcrumbs/examples.md +1 -0
  31. package/dist/docs/breadcrumbs/usage.md +1 -0
  32. package/dist/docs/button/accessibility.md +1 -0
  33. package/dist/docs/button/api.md +155 -0
  34. package/dist/docs/button/button.md +169 -0
  35. package/dist/docs/button/examples.md +1 -0
  36. package/dist/docs/button/usage.md +1 -0
  37. package/dist/docs/card/accessibility.md +1 -0
  38. package/dist/docs/card/api.md +44 -0
  39. package/dist/docs/card/card.md +58 -0
  40. package/dist/docs/card/examples.md +1 -0
  41. package/dist/docs/card/usage.md +1 -0
  42. package/dist/docs/combobox/accessibility.md +1 -0
  43. package/dist/docs/combobox/api.md +132 -0
  44. package/dist/docs/combobox/combobox.md +146 -0
  45. package/dist/docs/combobox/examples.md +1 -0
  46. package/dist/docs/combobox/usage.md +1 -0
  47. package/dist/docs/datepicker/accessibility.md +1 -0
  48. package/dist/docs/datepicker/api.md +184 -0
  49. package/dist/docs/datepicker/datepicker.md +200 -0
  50. package/dist/docs/datepicker/examples.md +1 -0
  51. package/dist/docs/datepicker/usage.md +1 -0
  52. package/dist/docs/expandable/accessibility.md +1 -0
  53. package/dist/docs/expandable/api.md +100 -0
  54. package/dist/docs/expandable/examples.md +1 -0
  55. package/dist/docs/expandable/expandable.md +114 -0
  56. package/dist/docs/expandable/usage.md +1 -0
  57. package/dist/docs/link/accessibility.md +1 -0
  58. package/dist/docs/link/api.md +87 -0
  59. package/dist/docs/link/examples.md +1 -0
  60. package/dist/docs/link/link.md +101 -0
  61. package/dist/docs/link/usage.md +1 -0
  62. package/dist/docs/page-indicator/accessibility.md +1 -0
  63. package/dist/docs/page-indicator/api.md +28 -0
  64. package/dist/docs/page-indicator/examples.md +1 -0
  65. package/dist/docs/page-indicator/page-indicator.md +41 -0
  66. package/dist/docs/page-indicator/usage.md +1 -0
  67. package/dist/docs/pagination/accessibility.md +1 -0
  68. package/dist/docs/pagination/api.md +44 -0
  69. package/dist/docs/pagination/examples.md +1 -0
  70. package/dist/docs/pagination/pagination.md +58 -0
  71. package/dist/docs/pagination/usage.md +1 -0
  72. package/dist/docs/pill/accessibility.md +1 -0
  73. package/dist/docs/pill/api.md +76 -0
  74. package/dist/docs/pill/examples.md +1 -0
  75. package/dist/docs/pill/pill.md +90 -0
  76. package/dist/docs/pill/usage.md +1 -0
  77. package/dist/docs/select/accessibility.md +1 -0
  78. package/dist/docs/select/api.md +124 -0
  79. package/dist/docs/select/examples.md +1 -0
  80. package/dist/docs/select/select.md +138 -0
  81. package/dist/docs/select/usage.md +1 -0
  82. package/dist/docs/slider/accessibility.md +1 -0
  83. package/dist/docs/slider/api.md +220 -0
  84. package/dist/docs/slider/examples.md +1 -0
  85. package/dist/docs/slider/slider.md +234 -0
  86. package/dist/docs/slider/usage.md +1 -0
  87. package/dist/docs/slider-thumb/accessibility.md +1 -0
  88. package/dist/docs/slider-thumb/api.md +164 -0
  89. package/dist/docs/slider-thumb/examples.md +1 -0
  90. package/dist/docs/slider-thumb/slider-thumb.md +178 -0
  91. package/dist/docs/slider-thumb/usage.md +1 -0
  92. package/dist/docs/step/accessibility.md +1 -0
  93. package/dist/docs/step/api.md +28 -0
  94. package/dist/docs/step/examples.md +1 -0
  95. package/dist/docs/step/step.md +40 -0
  96. package/dist/docs/step/usage.md +1 -0
  97. package/dist/docs/step-indicator/accessibility.md +1 -0
  98. package/dist/docs/step-indicator/api.md +28 -0
  99. package/dist/docs/step-indicator/examples.md +1 -0
  100. package/dist/docs/step-indicator/step-indicator.md +42 -0
  101. package/dist/docs/step-indicator/usage.md +1 -0
  102. package/dist/docs/switch/accessibility.md +1 -0
  103. package/dist/docs/switch/api.md +52 -0
  104. package/dist/docs/switch/examples.md +1 -0
  105. package/dist/docs/switch/switch.md +64 -0
  106. package/dist/docs/switch/usage.md +1 -0
  107. package/dist/docs/tab/accessibility.md +1 -0
  108. package/dist/docs/tab/api.md +92 -0
  109. package/dist/docs/tab/examples.md +1 -0
  110. package/dist/docs/tab/tab.md +106 -0
  111. package/dist/docs/tab/usage.md +1 -0
  112. package/dist/docs/tab-panel/accessibility.md +1 -0
  113. package/dist/docs/tab-panel/api.md +37 -0
  114. package/dist/docs/tab-panel/examples.md +1 -0
  115. package/dist/docs/tab-panel/tab-panel.md +52 -0
  116. package/dist/docs/tab-panel/usage.md +1 -0
  117. package/dist/docs/tabs/accessibility.md +1 -0
  118. package/dist/docs/tabs/api.md +36 -0
  119. package/dist/docs/tabs/examples.md +1 -0
  120. package/dist/docs/tabs/tabs.md +50 -0
  121. package/dist/docs/tabs/usage.md +1 -0
  122. package/dist/docs/textarea/accessibility.md +1 -0
  123. package/dist/docs/textarea/api.md +156 -0
  124. package/dist/docs/textarea/examples.md +1 -0
  125. package/dist/docs/textarea/textarea.md +170 -0
  126. package/dist/docs/textarea/usage.md +1 -0
  127. package/dist/docs/textfield/accessibility.md +1 -0
  128. package/dist/docs/textfield/api.md +204 -0
  129. package/dist/docs/textfield/examples.md +1 -0
  130. package/dist/docs/textfield/textfield.md +218 -0
  131. package/dist/docs/textfield/usage.md +1 -0
  132. package/dist/docs/toast/accessibility.md +9 -0
  133. package/dist/docs/toast/api.md +71 -0
  134. package/dist/docs/toast/examples.md +29 -0
  135. package/dist/docs/toast/toast.md +150 -0
  136. package/dist/docs/toast/usage.md +31 -0
  137. package/dist/index.d.ts +104 -97
  138. package/dist/packages/affix/affix.d.ts +16 -2
  139. package/dist/packages/affix/affix.js +5 -5
  140. package/dist/packages/affix/affix.js.map +2 -2
  141. package/dist/packages/alert/alert.d.ts +15 -0
  142. package/dist/packages/alert/alert.js +6 -6
  143. package/dist/packages/alert/alert.js.map +2 -2
  144. package/dist/packages/attention/attention.d.ts +52 -0
  145. package/dist/packages/attention/attention.js +5 -5
  146. package/dist/packages/attention/attention.js.map +2 -2
  147. package/dist/packages/badge/badge.d.ts +8 -0
  148. package/dist/packages/badge/badge.js.map +2 -2
  149. package/dist/packages/box/box.d.ts +20 -0
  150. package/dist/packages/box/box.js.map +2 -2
  151. package/dist/packages/button/button.d.ts +60 -2
  152. package/dist/packages/button/button.js.map +2 -2
  153. package/dist/packages/card/card.d.ts +12 -0
  154. package/dist/packages/card/card.js.map +2 -2
  155. package/dist/packages/combobox/combobox.d.ts +60 -15
  156. package/dist/packages/combobox/combobox.js.map +2 -2
  157. package/dist/packages/datepicker/datepicker.d.ts +32 -5
  158. package/dist/packages/datepicker/datepicker.js +1 -1
  159. package/dist/packages/datepicker/datepicker.js.map +2 -2
  160. package/dist/packages/expandable/expandable.d.ts +44 -0
  161. package/dist/packages/expandable/expandable.js +7 -7
  162. package/dist/packages/expandable/expandable.js.map +2 -2
  163. package/dist/packages/icon/icon.js +2 -2
  164. package/dist/packages/icon/icon.js.map +2 -2
  165. package/dist/packages/icon/icon.test.js +14 -0
  166. package/dist/packages/link/link.d.ts +32 -0
  167. package/dist/packages/link/link.js.map +2 -2
  168. package/dist/packages/modal-header/modal-header.js +6 -6
  169. package/dist/packages/modal-header/modal-header.js.map +2 -2
  170. package/dist/packages/page-indicator/page-indicator.d.ts +8 -2
  171. package/dist/packages/page-indicator/page-indicator.js.map +2 -2
  172. package/dist/packages/pagination/pagination.d.ts +16 -0
  173. package/dist/packages/pagination/pagination.js +3 -3
  174. package/dist/packages/pagination/pagination.js.map +2 -2
  175. package/dist/packages/pill/pill.d.ts +24 -2
  176. package/dist/packages/pill/pill.js +3 -3
  177. package/dist/packages/pill/pill.js.map +2 -2
  178. package/dist/packages/select/select.d.ts +56 -12
  179. package/dist/packages/select/select.js +4 -4
  180. package/dist/packages/select/select.js.map +2 -2
  181. package/dist/packages/slider/slider.d.ts +65 -8
  182. package/dist/packages/slider/slider.js +7 -7
  183. package/dist/packages/slider/slider.js.map +3 -3
  184. package/dist/packages/slider/slider.test.js +68 -0
  185. package/dist/packages/slider-thumb/slider-thumb.d.ts +44 -6
  186. package/dist/packages/slider-thumb/slider-thumb.js +24 -23
  187. package/dist/packages/slider-thumb/slider-thumb.js.map +3 -3
  188. package/dist/packages/step/step.d.ts +8 -0
  189. package/dist/packages/step/step.js +4 -4
  190. package/dist/packages/step/step.js.map +2 -2
  191. package/dist/packages/step-indicator/step-indicator.d.ts +8 -0
  192. package/dist/packages/step-indicator/step-indicator.js.map +2 -2
  193. package/dist/packages/switch/switch.d.ts +16 -0
  194. package/dist/packages/switch/switch.js.map +2 -2
  195. package/dist/packages/tab/tab.d.ts +28 -3
  196. package/dist/packages/tab/tab.js.map +2 -2
  197. package/dist/packages/tab-panel/tab-panel.d.ts +8 -2
  198. package/dist/packages/tab-panel/tab-panel.js.map +2 -2
  199. package/dist/packages/tabs/tabs.d.ts +4 -0
  200. package/dist/packages/tabs/tabs.js.map +2 -2
  201. package/dist/packages/textarea/textarea.d.ts +52 -1
  202. package/dist/packages/textarea/textarea.js.map +2 -2
  203. package/dist/packages/textfield/textfield.d.ts +92 -4
  204. package/dist/packages/textfield/textfield.js.map +2 -2
  205. package/dist/packages/toast/toast.js +4 -4
  206. package/dist/packages/toast/toast.js.map +2 -2
  207. package/dist/packages/toast-container/toast-container.d.ts +14 -0
  208. package/dist/packages/toast-container/toast-container.js.map +2 -2
  209. package/dist/web-types.json +77 -225
  210. package/package.json +8 -3
@@ -0,0 +1,164 @@
1
+ ## API Documentation
2
+
3
+ ### Properties
4
+
5
+ | Name | Type | Default | Summary |
6
+ |-|-|-|-|
7
+ | shadowRootOptions | `object` | `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }` | - |
8
+ | ariaLabel | `string` | `-` | - |
9
+ | ariaDescription | `string` | `-` | - |
10
+ | name | `string` | `-` | - |
11
+ | value | `string` | `-` | - |
12
+ | placeholder | `string` | `-` | - |
13
+ | range | `HTMLInputElement` | `-` | - |
14
+ | tooltipTarget | `HTMLOutputElement` | `-` | - |
15
+ | textfield | `WarpTextField` | `-` | - |
16
+ | boundaryValue | `string` | `-` | - |
17
+ | textFieldDisplayValue | `unknown` | `-` | - |
18
+ | tooltipDisplayValue | `string | number` | `-` | - |
19
+ | ariaDescriptionText | `unknown` | `-` | - |
20
+ | disabled | `unknown` | `-` | - |
21
+ | invalid | `unknown` | `-` | - |
22
+ | openEnded | `unknown` | `-` | - |
23
+ | valueFormatter | `unknown` | `-` | - |
24
+ | tooltipFormatter | `unknown` | `-` | - |
25
+ | labelFormatter | `unknown` | `-` | - |
26
+
27
+ ### Property Details
28
+
29
+ #### shadowRootOptions
30
+
31
+
32
+
33
+ - Type: `object`
34
+ - Default: `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }`
35
+
36
+ #### ariaLabel
37
+
38
+
39
+
40
+ - Type: `string`
41
+ - Default: `-`
42
+
43
+ #### ariaDescription
44
+
45
+
46
+
47
+ - Type: `string`
48
+ - Default: `-`
49
+
50
+ #### name
51
+
52
+
53
+
54
+ - Type: `string`
55
+ - Default: `-`
56
+
57
+ #### value
58
+
59
+
60
+
61
+ - Type: `string`
62
+ - Default: `-`
63
+
64
+ #### placeholder
65
+
66
+
67
+
68
+ - Type: `string`
69
+ - Default: `-`
70
+
71
+ #### range
72
+
73
+
74
+
75
+ - Type: `HTMLInputElement`
76
+ - Default: `-`
77
+
78
+ #### tooltipTarget
79
+
80
+
81
+
82
+ - Type: `HTMLOutputElement`
83
+ - Default: `-`
84
+
85
+ #### textfield
86
+
87
+
88
+
89
+ - Type: `WarpTextField`
90
+ - Default: `-`
91
+
92
+ #### boundaryValue
93
+
94
+
95
+
96
+ - Type: `string`
97
+ - Default: `-`
98
+
99
+ #### textFieldDisplayValue
100
+
101
+ Value to display in the textfield (shows boundary when focused on empty value)
102
+
103
+ - Type: `unknown`
104
+ - Default: `-`
105
+
106
+ #### tooltipDisplayValue
107
+
108
+ Value to display in the tooltip
109
+
110
+ - Type: `string | number`
111
+ - Default: `-`
112
+
113
+ #### ariaDescriptionText
114
+
115
+
116
+
117
+ - Type: `unknown`
118
+ - Default: `-`
119
+
120
+ #### disabled
121
+
122
+
123
+
124
+ - Type: `unknown`
125
+ - Default: `-`
126
+
127
+ #### invalid
128
+
129
+
130
+
131
+ - Type: `unknown`
132
+ - Default: `-`
133
+
134
+ #### openEnded
135
+
136
+
137
+
138
+ - Type: `unknown`
139
+ - Default: `-`
140
+
141
+ #### valueFormatter
142
+
143
+
144
+
145
+ - Type: `unknown`
146
+ - Default: `-`
147
+
148
+ #### tooltipFormatter
149
+
150
+
151
+
152
+ - Type: `unknown`
153
+ - Default: `-`
154
+
155
+ #### labelFormatter
156
+
157
+
158
+
159
+ - Type: `unknown`
160
+ - Default: `-`
161
+
162
+ ### Types
163
+
164
+ No types documented.
@@ -0,0 +1 @@
1
+ ## Examples
@@ -0,0 +1,178 @@
1
+ # SliderThumb (w-slider-thumb)
2
+
3
+ ## Description
4
+
5
+ Component to place inside a `<w-slider>`.
6
+
7
+ [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-slider-and-range-slider--docs)
8
+
9
+ ## Usage
10
+
11
+ ## Accessibility
12
+
13
+ ## Examples
14
+
15
+ ## API Documentation
16
+
17
+ ### Properties
18
+
19
+ | Name | Type | Default | Summary |
20
+ |-|-|-|-|
21
+ | shadowRootOptions | `object` | `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }` | - |
22
+ | ariaLabel | `string` | `-` | - |
23
+ | ariaDescription | `string` | `-` | - |
24
+ | name | `string` | `-` | - |
25
+ | value | `string` | `-` | - |
26
+ | placeholder | `string` | `-` | - |
27
+ | range | `HTMLInputElement` | `-` | - |
28
+ | tooltipTarget | `HTMLOutputElement` | `-` | - |
29
+ | textfield | `WarpTextField` | `-` | - |
30
+ | boundaryValue | `string` | `-` | - |
31
+ | textFieldDisplayValue | `unknown` | `-` | - |
32
+ | tooltipDisplayValue | `string | number` | `-` | - |
33
+ | ariaDescriptionText | `unknown` | `-` | - |
34
+ | disabled | `unknown` | `-` | - |
35
+ | invalid | `unknown` | `-` | - |
36
+ | openEnded | `unknown` | `-` | - |
37
+ | valueFormatter | `unknown` | `-` | - |
38
+ | tooltipFormatter | `unknown` | `-` | - |
39
+ | labelFormatter | `unknown` | `-` | - |
40
+
41
+ ### Property Details
42
+
43
+ #### shadowRootOptions
44
+
45
+
46
+
47
+ - Type: `object`
48
+ - Default: `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }`
49
+
50
+ #### ariaLabel
51
+
52
+
53
+
54
+ - Type: `string`
55
+ - Default: `-`
56
+
57
+ #### ariaDescription
58
+
59
+
60
+
61
+ - Type: `string`
62
+ - Default: `-`
63
+
64
+ #### name
65
+
66
+
67
+
68
+ - Type: `string`
69
+ - Default: `-`
70
+
71
+ #### value
72
+
73
+
74
+
75
+ - Type: `string`
76
+ - Default: `-`
77
+
78
+ #### placeholder
79
+
80
+
81
+
82
+ - Type: `string`
83
+ - Default: `-`
84
+
85
+ #### range
86
+
87
+
88
+
89
+ - Type: `HTMLInputElement`
90
+ - Default: `-`
91
+
92
+ #### tooltipTarget
93
+
94
+
95
+
96
+ - Type: `HTMLOutputElement`
97
+ - Default: `-`
98
+
99
+ #### textfield
100
+
101
+
102
+
103
+ - Type: `WarpTextField`
104
+ - Default: `-`
105
+
106
+ #### boundaryValue
107
+
108
+
109
+
110
+ - Type: `string`
111
+ - Default: `-`
112
+
113
+ #### textFieldDisplayValue
114
+
115
+ Value to display in the textfield (shows boundary when focused on empty value)
116
+
117
+ - Type: `unknown`
118
+ - Default: `-`
119
+
120
+ #### tooltipDisplayValue
121
+
122
+ Value to display in the tooltip
123
+
124
+ - Type: `string | number`
125
+ - Default: `-`
126
+
127
+ #### ariaDescriptionText
128
+
129
+
130
+
131
+ - Type: `unknown`
132
+ - Default: `-`
133
+
134
+ #### disabled
135
+
136
+
137
+
138
+ - Type: `unknown`
139
+ - Default: `-`
140
+
141
+ #### invalid
142
+
143
+
144
+
145
+ - Type: `unknown`
146
+ - Default: `-`
147
+
148
+ #### openEnded
149
+
150
+
151
+
152
+ - Type: `unknown`
153
+ - Default: `-`
154
+
155
+ #### valueFormatter
156
+
157
+
158
+
159
+ - Type: `unknown`
160
+ - Default: `-`
161
+
162
+ #### tooltipFormatter
163
+
164
+
165
+
166
+ - Type: `unknown`
167
+ - Default: `-`
168
+
169
+ #### labelFormatter
170
+
171
+
172
+
173
+ - Type: `unknown`
174
+ - Default: `-`
175
+
176
+ ### Types
177
+
178
+ No types documented.
@@ -0,0 +1 @@
1
+ ## Usage
@@ -0,0 +1 @@
1
+ ## Accessibility
@@ -0,0 +1,28 @@
1
+ ## API Documentation
2
+
3
+ ### Properties
4
+
5
+ | Name | Type | Default | Summary |
6
+ |-|-|-|-|
7
+ | active | `boolean` | `false` | - |
8
+ | completed | `boolean` | `false` | - |
9
+
10
+ ### Property Details
11
+
12
+ #### active
13
+
14
+
15
+
16
+ - Type: `boolean`
17
+ - Default: `false`
18
+
19
+ #### completed
20
+
21
+
22
+
23
+ - Type: `boolean`
24
+ - Default: `false`
25
+
26
+ ### Types
27
+
28
+ No types documented.
@@ -0,0 +1 @@
1
+ ## Examples
@@ -0,0 +1,40 @@
1
+ # Step (w-step)
2
+
3
+ ## Description
4
+
5
+ Individual step component that shows a single step in a process
6
+
7
+ ## Usage
8
+
9
+ ## Accessibility
10
+
11
+ ## Examples
12
+
13
+ ## API Documentation
14
+
15
+ ### Properties
16
+
17
+ | Name | Type | Default | Summary |
18
+ |-|-|-|-|
19
+ | active | `boolean` | `false` | - |
20
+ | completed | `boolean` | `false` | - |
21
+
22
+ ### Property Details
23
+
24
+ #### active
25
+
26
+
27
+
28
+ - Type: `boolean`
29
+ - Default: `false`
30
+
31
+ #### completed
32
+
33
+
34
+
35
+ - Type: `boolean`
36
+ - Default: `false`
37
+
38
+ ### Types
39
+
40
+ No types documented.
@@ -0,0 +1 @@
1
+ ## Usage
@@ -0,0 +1 @@
1
+ ## Accessibility
@@ -0,0 +1,28 @@
1
+ ## API Documentation
2
+
3
+ ### Properties
4
+
5
+ | Name | Type | Default | Summary |
6
+ |-|-|-|-|
7
+ | horizontal | `boolean` | `false` | - |
8
+ | right | `boolean` | `false` | - |
9
+
10
+ ### Property Details
11
+
12
+ #### horizontal
13
+
14
+
15
+
16
+ - Type: `boolean`
17
+ - Default: `false`
18
+
19
+ #### right
20
+
21
+
22
+
23
+ - Type: `boolean`
24
+ - Default: `false`
25
+
26
+ ### Types
27
+
28
+ No types documented.
@@ -0,0 +1 @@
1
+ ## Examples
@@ -0,0 +1,42 @@
1
+ # StepIndicator (w-step-indicator)
2
+
3
+ ## Description
4
+
5
+ Steps are used to show progress through a process or to guide users through a multi-step task.
6
+
7
+ [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/components-steps--docs)
8
+
9
+ ## Usage
10
+
11
+ ## Accessibility
12
+
13
+ ## Examples
14
+
15
+ ## API Documentation
16
+
17
+ ### Properties
18
+
19
+ | Name | Type | Default | Summary |
20
+ |-|-|-|-|
21
+ | horizontal | `boolean` | `false` | - |
22
+ | right | `boolean` | `false` | - |
23
+
24
+ ### Property Details
25
+
26
+ #### horizontal
27
+
28
+
29
+
30
+ - Type: `boolean`
31
+ - Default: `false`
32
+
33
+ #### right
34
+
35
+
36
+
37
+ - Type: `boolean`
38
+ - Default: `false`
39
+
40
+ ### Types
41
+
42
+ No types documented.
@@ -0,0 +1 @@
1
+ ## Usage
@@ -0,0 +1 @@
1
+ ## Accessibility
@@ -0,0 +1,52 @@
1
+ ## API Documentation
2
+
3
+ ### Properties
4
+
5
+ | Name | Type | Default | Summary |
6
+ |-|-|-|-|
7
+ | shadowRootOptions | `object` | `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }` | - |
8
+ | name | `string` | `-` | - |
9
+ | value | `string` | `-` | - |
10
+ | checked | `boolean` | `false` | - |
11
+ | disabled | `boolean` | `false` | - |
12
+
13
+ ### Property Details
14
+
15
+ #### shadowRootOptions
16
+
17
+
18
+
19
+ - Type: `object`
20
+ - Default: `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }`
21
+
22
+ #### name
23
+
24
+
25
+
26
+ - Type: `string`
27
+ - Default: `-`
28
+
29
+ #### value
30
+
31
+
32
+
33
+ - Type: `string`
34
+ - Default: `-`
35
+
36
+ #### checked
37
+
38
+
39
+
40
+ - Type: `boolean`
41
+ - Default: `false`
42
+
43
+ #### disabled
44
+
45
+
46
+
47
+ - Type: `boolean`
48
+ - Default: `false`
49
+
50
+ ### Types
51
+
52
+ No types documented.
@@ -0,0 +1 @@
1
+ ## Examples
@@ -0,0 +1,64 @@
1
+ # Switch (w-switch)
2
+
3
+ ## Description
4
+
5
+
6
+
7
+ ## Usage
8
+
9
+ ## Accessibility
10
+
11
+ ## Examples
12
+
13
+ ## API Documentation
14
+
15
+ ### Properties
16
+
17
+ | Name | Type | Default | Summary |
18
+ |-|-|-|-|
19
+ | shadowRootOptions | `object` | `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }` | - |
20
+ | name | `string` | `-` | - |
21
+ | value | `string` | `-` | - |
22
+ | checked | `boolean` | `false` | - |
23
+ | disabled | `boolean` | `false` | - |
24
+
25
+ ### Property Details
26
+
27
+ #### shadowRootOptions
28
+
29
+
30
+
31
+ - Type: `object`
32
+ - Default: `{ ...LitElement.shadowRootOptions, delegatesFocus: true, }`
33
+
34
+ #### name
35
+
36
+
37
+
38
+ - Type: `string`
39
+ - Default: `-`
40
+
41
+ #### value
42
+
43
+
44
+
45
+ - Type: `string`
46
+ - Default: `-`
47
+
48
+ #### checked
49
+
50
+
51
+
52
+ - Type: `boolean`
53
+ - Default: `false`
54
+
55
+ #### disabled
56
+
57
+
58
+
59
+ - Type: `boolean`
60
+ - Default: `false`
61
+
62
+ ### Types
63
+
64
+ No types documented.
@@ -0,0 +1 @@
1
+ ## Usage
@@ -0,0 +1 @@
1
+ ## Accessibility