@warp-ds/elements 2.9.0-next.3 → 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 (174) hide show
  1. package/dist/custom-elements.json +84 -170
  2. package/dist/docs/affix/accessibility.md +1 -0
  3. package/dist/docs/affix/affix.md +6 -4
  4. package/dist/docs/affix/api.md +0 -4
  5. package/dist/docs/affix/examples.md +1 -0
  6. package/dist/docs/affix/usage.md +1 -0
  7. package/dist/docs/attention/accessibility.md +1 -0
  8. package/dist/docs/attention/attention.md +6 -0
  9. package/dist/docs/attention/examples.md +1 -0
  10. package/dist/docs/attention/usage.md +1 -0
  11. package/dist/docs/badge/accessibility.md +1 -0
  12. package/dist/docs/badge/badge.md +6 -0
  13. package/dist/docs/badge/examples.md +1 -0
  14. package/dist/docs/badge/usage.md +1 -0
  15. package/dist/docs/box/accessibility.md +1 -0
  16. package/dist/docs/box/box.md +6 -0
  17. package/dist/docs/box/examples.md +1 -0
  18. package/dist/docs/box/usage.md +1 -0
  19. package/dist/docs/breadcrumbs/accessibility.md +1 -0
  20. package/dist/docs/breadcrumbs/breadcrumbs.md +6 -0
  21. package/dist/docs/breadcrumbs/examples.md +1 -0
  22. package/dist/docs/breadcrumbs/usage.md +1 -0
  23. package/dist/docs/button/accessibility.md +1 -0
  24. package/dist/docs/button/button.md +6 -0
  25. package/dist/docs/button/examples.md +1 -0
  26. package/dist/docs/button/usage.md +1 -0
  27. package/dist/docs/card/accessibility.md +1 -0
  28. package/dist/docs/card/card.md +6 -0
  29. package/dist/docs/card/examples.md +1 -0
  30. package/dist/docs/card/usage.md +1 -0
  31. package/dist/docs/combobox/accessibility.md +1 -0
  32. package/dist/docs/combobox/api.md +15 -15
  33. package/dist/docs/combobox/combobox.md +21 -15
  34. package/dist/docs/combobox/examples.md +1 -0
  35. package/dist/docs/combobox/usage.md +1 -0
  36. package/dist/docs/datepicker/accessibility.md +1 -0
  37. package/dist/docs/datepicker/api.md +1 -9
  38. package/dist/docs/datepicker/datepicker.md +7 -9
  39. package/dist/docs/datepicker/examples.md +1 -0
  40. package/dist/docs/datepicker/usage.md +1 -0
  41. package/dist/docs/expandable/accessibility.md +1 -0
  42. package/dist/docs/expandable/examples.md +1 -0
  43. package/dist/docs/expandable/expandable.md +6 -0
  44. package/dist/docs/expandable/usage.md +1 -0
  45. package/dist/docs/link/accessibility.md +1 -0
  46. package/dist/docs/link/examples.md +1 -0
  47. package/dist/docs/link/link.md +6 -0
  48. package/dist/docs/link/usage.md +1 -0
  49. package/dist/docs/page-indicator/accessibility.md +1 -0
  50. package/dist/docs/page-indicator/api.md +2 -2
  51. package/dist/docs/page-indicator/examples.md +1 -0
  52. package/dist/docs/page-indicator/page-indicator.md +8 -2
  53. package/dist/docs/page-indicator/usage.md +1 -0
  54. package/dist/docs/pagination/accessibility.md +1 -0
  55. package/dist/docs/pagination/examples.md +1 -0
  56. package/dist/docs/pagination/pagination.md +6 -0
  57. package/dist/docs/pagination/usage.md +1 -0
  58. package/dist/docs/pill/accessibility.md +1 -0
  59. package/dist/docs/pill/examples.md +1 -0
  60. package/dist/docs/pill/pill.md +6 -0
  61. package/dist/docs/pill/usage.md +1 -0
  62. package/dist/docs/select/accessibility.md +1 -0
  63. package/dist/docs/select/api.md +19 -11
  64. package/dist/docs/select/examples.md +1 -0
  65. package/dist/docs/select/select.md +25 -11
  66. package/dist/docs/select/usage.md +1 -0
  67. package/dist/docs/slider/accessibility.md +1 -0
  68. package/dist/docs/slider/api.md +15 -9
  69. package/dist/docs/slider/examples.md +1 -0
  70. package/dist/docs/slider/slider.md +21 -9
  71. package/dist/docs/slider/usage.md +1 -0
  72. package/dist/docs/slider-thumb/accessibility.md +1 -0
  73. package/dist/docs/slider-thumb/api.md +48 -0
  74. package/dist/docs/slider-thumb/examples.md +1 -0
  75. package/dist/docs/slider-thumb/slider-thumb.md +54 -0
  76. package/dist/docs/slider-thumb/usage.md +1 -0
  77. package/dist/docs/step/accessibility.md +1 -0
  78. package/dist/docs/step/examples.md +1 -0
  79. package/dist/docs/step/step.md +6 -0
  80. package/dist/docs/step/usage.md +1 -0
  81. package/dist/docs/step-indicator/accessibility.md +1 -0
  82. package/dist/docs/step-indicator/examples.md +1 -0
  83. package/dist/docs/step-indicator/step-indicator.md +6 -0
  84. package/dist/docs/step-indicator/usage.md +1 -0
  85. package/dist/docs/switch/accessibility.md +1 -0
  86. package/dist/docs/switch/examples.md +1 -0
  87. package/dist/docs/switch/switch.md +6 -0
  88. package/dist/docs/switch/usage.md +1 -0
  89. package/dist/docs/tab/accessibility.md +1 -0
  90. package/dist/docs/tab/api.md +16 -0
  91. package/dist/docs/tab/examples.md +1 -0
  92. package/dist/docs/tab/tab.md +22 -0
  93. package/dist/docs/tab/usage.md +1 -0
  94. package/dist/docs/tab-panel/accessibility.md +1 -0
  95. package/dist/docs/tab-panel/api.md +16 -0
  96. package/dist/docs/tab-panel/examples.md +1 -0
  97. package/dist/docs/tab-panel/tab-panel.md +22 -0
  98. package/dist/docs/tab-panel/usage.md +1 -0
  99. package/dist/docs/tabs/accessibility.md +1 -0
  100. package/dist/docs/tabs/examples.md +1 -0
  101. package/dist/docs/tabs/tabs.md +6 -0
  102. package/dist/docs/tabs/usage.md +1 -0
  103. package/dist/docs/textarea/accessibility.md +1 -0
  104. package/dist/docs/textarea/examples.md +1 -0
  105. package/dist/docs/textarea/textarea.md +6 -0
  106. package/dist/docs/textarea/usage.md +1 -0
  107. package/dist/docs/textfield/accessibility.md +1 -0
  108. package/dist/docs/textfield/api.md +16 -6
  109. package/dist/docs/textfield/examples.md +1 -0
  110. package/dist/docs/textfield/textfield.md +22 -6
  111. package/dist/docs/textfield/usage.md +1 -0
  112. package/dist/docs/toast/accessibility.md +9 -0
  113. package/dist/docs/toast/api.md +71 -0
  114. package/dist/docs/toast/examples.md +29 -0
  115. package/dist/docs/toast/toast.md +150 -0
  116. package/dist/docs/toast/usage.md +31 -0
  117. package/dist/index.d.ts +104 -97
  118. package/dist/packages/affix/affix.d.ts +16 -2
  119. package/dist/packages/affix/affix.js.map +2 -2
  120. package/dist/packages/attention/attention.d.ts +52 -0
  121. package/dist/packages/attention/attention.js.map +2 -2
  122. package/dist/packages/badge/badge.d.ts +8 -0
  123. package/dist/packages/badge/badge.js.map +2 -2
  124. package/dist/packages/box/box.d.ts +20 -0
  125. package/dist/packages/box/box.js.map +2 -2
  126. package/dist/packages/button/button.d.ts +60 -2
  127. package/dist/packages/button/button.js.map +2 -2
  128. package/dist/packages/card/card.d.ts +12 -0
  129. package/dist/packages/card/card.js.map +2 -2
  130. package/dist/packages/combobox/combobox.d.ts +60 -15
  131. package/dist/packages/combobox/combobox.js.map +2 -2
  132. package/dist/packages/datepicker/datepicker.d.ts +32 -5
  133. package/dist/packages/datepicker/datepicker.js.map +2 -2
  134. package/dist/packages/expandable/expandable.d.ts +44 -0
  135. package/dist/packages/expandable/expandable.js.map +2 -2
  136. package/dist/packages/link/link.d.ts +32 -0
  137. package/dist/packages/link/link.js.map +2 -2
  138. package/dist/packages/page-indicator/page-indicator.d.ts +8 -2
  139. package/dist/packages/page-indicator/page-indicator.js.map +2 -2
  140. package/dist/packages/pagination/pagination.d.ts +16 -0
  141. package/dist/packages/pagination/pagination.js.map +2 -2
  142. package/dist/packages/pill/pill.d.ts +24 -2
  143. package/dist/packages/pill/pill.js.map +2 -2
  144. package/dist/packages/select/select.d.ts +56 -12
  145. package/dist/packages/select/select.js.map +2 -2
  146. package/dist/packages/slider/slider.d.ts +65 -8
  147. package/dist/packages/slider/slider.js +7 -7
  148. package/dist/packages/slider/slider.js.map +3 -3
  149. package/dist/packages/slider/slider.test.js +68 -0
  150. package/dist/packages/slider-thumb/slider-thumb.d.ts +44 -6
  151. package/dist/packages/slider-thumb/slider-thumb.js +24 -23
  152. package/dist/packages/slider-thumb/slider-thumb.js.map +3 -3
  153. package/dist/packages/step/step.d.ts +8 -0
  154. package/dist/packages/step/step.js.map +2 -2
  155. package/dist/packages/step-indicator/step-indicator.d.ts +8 -0
  156. package/dist/packages/step-indicator/step-indicator.js.map +2 -2
  157. package/dist/packages/switch/switch.d.ts +16 -0
  158. package/dist/packages/switch/switch.js.map +2 -2
  159. package/dist/packages/tab/tab.d.ts +28 -3
  160. package/dist/packages/tab/tab.js.map +2 -2
  161. package/dist/packages/tab-panel/tab-panel.d.ts +8 -2
  162. package/dist/packages/tab-panel/tab-panel.js.map +2 -2
  163. package/dist/packages/tabs/tabs.d.ts +4 -0
  164. package/dist/packages/tabs/tabs.js.map +2 -2
  165. package/dist/packages/textarea/textarea.d.ts +52 -1
  166. package/dist/packages/textarea/textarea.js.map +2 -2
  167. package/dist/packages/textfield/textfield.d.ts +92 -4
  168. package/dist/packages/textfield/textfield.js.map +2 -2
  169. package/dist/packages/toast-container/toast-container.d.ts +14 -0
  170. package/dist/packages/toast-container/toast-container.js.map +2 -2
  171. package/dist/web-types.json +60 -221
  172. package/package.json +2 -2
  173. package/dist/docs/toast-container/api.md +0 -14
  174. package/dist/docs/toast-container/toast-container.md +0 -20
@@ -17,82 +17,83 @@
17
17
  | readonly | `boolean` | `false` | - |
18
18
  | name | `string` | `-` | - |
19
19
  | value | `string` | `-` | - |
20
+ | _options | `unknown` | `-` | - |
20
21
 
21
22
  ### Property Details
22
23
 
23
24
  #### autoFocus
24
25
 
25
- Whether the element should receive focus on render.
26
+
26
27
 
27
28
  - Type: `boolean`
28
29
  - Default: `false`
29
30
 
30
31
  #### autofocus
31
32
 
32
- Whether the element should receive focus on render
33
+
33
34
 
34
35
  - Type: `boolean`
35
36
  - Default: `false`
36
37
 
37
38
  #### helpText
38
39
 
39
- The content displayed as the help text. Paired with `invalid` to show the text as a validation error.
40
+
40
41
 
41
42
  - Type: `string`
42
43
  - Default: `-`
43
44
 
44
45
  #### invalid
45
46
 
46
- Renders the field in an invalid state. Paired with `help-text` to provide feedback about the error.
47
+
47
48
 
48
49
  - Type: `boolean`
49
50
  - Default: `false`
50
51
 
51
52
  #### always
52
53
 
53
- Whether to always show a hint.
54
+
54
55
 
55
56
  - Type: `boolean`
56
57
  - Default: `false`
57
58
 
58
59
  #### hint
59
60
 
60
- The content displayed as the help text.
61
+
61
62
 
62
63
  - Type: `string`
63
64
  - Default: `-`
64
65
 
65
66
  #### label
66
67
 
67
- The content to disply as the label
68
+
68
69
 
69
70
  - Type: `string`
70
71
  - Default: `-`
71
72
 
72
73
  #### optional
73
74
 
74
- Whether to show optional text
75
+
75
76
 
76
77
  - Type: `boolean`
77
78
  - Default: `false`
78
79
 
79
80
  #### disabled
80
81
 
81
- Renders the field in a disabled state.
82
+
82
83
 
83
84
  - Type: `boolean`
84
85
  - Default: `false`
85
86
 
86
87
  #### readOnly
87
88
 
88
- Renders the field in a readonly state.
89
+
89
90
 
90
91
  - Type: `boolean`
91
92
  - Default: `false`
92
93
 
93
94
  #### readonly
94
95
 
95
- Renders the field in a readonly state.
96
+
96
97
 
97
98
  - Type: `boolean`
98
99
  - Default: `false`
@@ -111,6 +112,13 @@ Renders the field in a readonly state.
111
112
  - Type: `string`
112
113
  - Default: `-`
113
114
 
115
+ #### _options
116
+
117
+
118
+
119
+ - Type: `unknown`
120
+ - Default: `-`
121
+
114
122
  ### Types
115
123
 
116
124
  No types documented.
@@ -0,0 +1 @@
1
+ ## Examples
@@ -6,6 +6,12 @@ A dropdown component for selecting a single value.
6
6
 
7
7
  [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-select--docs)
8
8
 
9
+ ## Usage
10
+
11
+ ## Accessibility
12
+
13
+ ## Examples
14
+
9
15
  ## API Documentation
10
16
 
11
17
  ### Properties
@@ -25,82 +31,83 @@ A dropdown component for selecting a single value.
25
31
  | readonly | `boolean` | `false` | - |
26
32
  | name | `string` | `-` | - |
27
33
  | value | `string` | `-` | - |
34
+ | _options | `unknown` | `-` | - |
28
35
 
29
36
  ### Property Details
30
37
 
31
38
  #### autoFocus
32
39
 
33
- Whether the element should receive focus on render.
40
+
34
41
 
35
42
  - Type: `boolean`
36
43
  - Default: `false`
37
44
 
38
45
  #### autofocus
39
46
 
40
- Whether the element should receive focus on render
47
+
41
48
 
42
49
  - Type: `boolean`
43
50
  - Default: `false`
44
51
 
45
52
  #### helpText
46
53
 
47
- The content displayed as the help text. Paired with `invalid` to show the text as a validation error.
54
+
48
55
 
49
56
  - Type: `string`
50
57
  - Default: `-`
51
58
 
52
59
  #### invalid
53
60
 
54
- Renders the field in an invalid state. Paired with `help-text` to provide feedback about the error.
61
+
55
62
 
56
63
  - Type: `boolean`
57
64
  - Default: `false`
58
65
 
59
66
  #### always
60
67
 
61
- Whether to always show a hint.
68
+
62
69
 
63
70
  - Type: `boolean`
64
71
  - Default: `false`
65
72
 
66
73
  #### hint
67
74
 
68
- The content displayed as the help text.
75
+
69
76
 
70
77
  - Type: `string`
71
78
  - Default: `-`
72
79
 
73
80
  #### label
74
81
 
75
- The content to disply as the label
82
+
76
83
 
77
84
  - Type: `string`
78
85
  - Default: `-`
79
86
 
80
87
  #### optional
81
88
 
82
- Whether to show optional text
89
+
83
90
 
84
91
  - Type: `boolean`
85
92
  - Default: `false`
86
93
 
87
94
  #### disabled
88
95
 
89
- Renders the field in a disabled state.
96
+
90
97
 
91
98
  - Type: `boolean`
92
99
  - Default: `false`
93
100
 
94
101
  #### readOnly
95
102
 
96
- Renders the field in a readonly state.
103
+
97
104
 
98
105
  - Type: `boolean`
99
106
  - Default: `false`
100
107
 
101
108
  #### readonly
102
109
 
103
- Renders the field in a readonly state.
110
+
104
111
 
105
112
  - Type: `boolean`
106
113
  - Default: `false`
@@ -119,6 +126,13 @@ Renders the field in a readonly state.
119
126
  - Type: `string`
120
127
  - Default: `-`
121
128
 
129
+ #### _options
130
+
131
+
132
+
133
+ - Type: `unknown`
134
+ - Default: `-`
135
+
122
136
  ### Types
123
137
 
124
138
  No types documented.
@@ -0,0 +1 @@
1
+ ## Usage
@@ -0,0 +1 @@
1
+ ## Accessibility
@@ -21,6 +21,7 @@
21
21
  | valueFormatter | `(value: string, slot: SliderSlot) => string` | `-` | - |
22
22
  | tooltipFormatter | `(value: string, slot: SliderSlot) => string` | `-` | - |
23
23
  | labelFormatter | `(slot: SliderSlot) => string` | `-` | - |
24
+ | fieldset | `HTMLFieldSetElement` | `-` | - |
24
25
  | _invalidMessage | `string` | `''` | - |
25
26
  | _hasInternalError | `boolean` | `false` | - |
26
27
  | _showError | `boolean` | `false` | - |
@@ -41,9 +42,7 @@
41
42
 
42
43
  #### label
43
44
 
44
- The slider fieldset label. Required for proper accessibility.
45
45
 
46
- If you need to display HTML, use the `label` slot instead (f. ex. `<legend class="sr-only" slot="label">Production year</legend>`)
47
46
 
48
47
  - Type: `string`
49
48
  - Default: `-`
@@ -57,7 +56,7 @@ If you need to display HTML, use the `label` slot instead (f. ex. `<legend class
57
56
 
58
57
  #### openEnded
59
58
 
60
- Whether or not to allow values outside the range such as "Before 1950" and "2025+".
59
+
61
60
 
62
61
  - Type: `boolean`
63
62
  - Default: `false`
@@ -85,7 +84,7 @@ Whether or not to allow values outside the range such as "Before 1950" and "2025
85
84
 
86
85
  #### required
87
86
 
88
- Ensures a child slider thumb has a value before allowing the containing form to submit.
87
+
89
88
 
90
89
  - Type: `boolean`
91
90
  - Default: `false`
@@ -106,7 +105,7 @@ Ensures a child slider thumb has a value before allowing the containing form to
106
105
 
107
106
  #### markers
108
107
 
109
- Pass a value similar to step to create visual markers at that interval
108
+
110
109
 
111
110
  - Type: `number`
112
111
  - Default: `-`
@@ -120,7 +119,7 @@ Pass a value similar to step to create visual markers at that interval
120
119
 
121
120
  #### suffix
122
121
 
123
- Suffix used in text input fields and for the min and max values of the slider.
122
+
124
123
 
125
124
  - Type: `string`
126
125
  - Default: `-`
@@ -134,25 +133,32 @@ Suffix used in text input fields and for the min and max values of the slider.
134
133
 
135
134
  #### valueFormatter
136
135
 
137
- Formatter for the tooltip and input mask values.
136
+
138
137
 
139
138
  - Type: `(value: string, slot: SliderSlot) => string`
140
139
  - Default: `-`
141
140
 
142
141
  #### tooltipFormatter
143
142
 
144
- Replaces valueFormatter for the tooltip. Use in open-ended sliders to show for example "300+ hk" instead of "Max" in the tooltip.
143
+
145
144
 
146
145
  - Type: `(value: string, slot: SliderSlot) => string`
147
146
  - Default: `-`
148
147
 
149
148
  #### labelFormatter
150
149
 
151
- Formatter for the min and max labels below the range.
150
+
152
151
 
153
152
  - Type: `(slot: SliderSlot) => string`
154
153
  - Default: `-`
155
154
 
155
+ #### fieldset
156
+
157
+
158
+
159
+ - Type: `HTMLFieldSetElement`
160
+ - Default: `-`
161
+
156
162
  #### _invalidMessage
157
163
 
158
164
 
@@ -0,0 +1 @@
1
+ ## Examples
@@ -6,6 +6,12 @@ Parent component for sliders (both single and range sliders). Used in combinatio
6
6
 
7
7
  [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-slider-and-range-slider--docs)
8
8
 
9
+ ## Usage
10
+
11
+ ## Accessibility
12
+
13
+ ## Examples
14
+
9
15
  ## API Documentation
10
16
 
11
17
  ### Properties
@@ -29,6 +35,7 @@ Parent component for sliders (both single and range sliders). Used in combinatio
29
35
  | valueFormatter | `(value: string, slot: SliderSlot) => string` | `-` | - |
30
36
  | tooltipFormatter | `(value: string, slot: SliderSlot) => string` | `-` | - |
31
37
  | labelFormatter | `(slot: SliderSlot) => string` | `-` | - |
38
+ | fieldset | `HTMLFieldSetElement` | `-` | - |
32
39
  | _invalidMessage | `string` | `''` | - |
33
40
  | _hasInternalError | `boolean` | `false` | - |
34
41
  | _showError | `boolean` | `false` | - |
@@ -49,9 +56,7 @@ Parent component for sliders (both single and range sliders). Used in combinatio
49
56
 
50
57
  #### label
51
58
 
52
- The slider fieldset label. Required for proper accessibility.
53
59
 
54
- If you need to display HTML, use the `label` slot instead (f. ex. `<legend class="sr-only" slot="label">Production year</legend>`)
55
60
 
56
61
  - Type: `string`
57
62
  - Default: `-`
@@ -65,7 +70,7 @@ If you need to display HTML, use the `label` slot instead (f. ex. `<legend class
65
70
 
66
71
  #### openEnded
67
72
 
68
- Whether or not to allow values outside the range such as "Before 1950" and "2025+".
73
+
69
74
 
70
75
  - Type: `boolean`
71
76
  - Default: `false`
@@ -93,7 +98,7 @@ Whether or not to allow values outside the range such as "Before 1950" and "2025
93
98
 
94
99
  #### required
95
100
 
96
- Ensures a child slider thumb has a value before allowing the containing form to submit.
101
+
97
102
 
98
103
  - Type: `boolean`
99
104
  - Default: `false`
@@ -114,7 +119,7 @@ Ensures a child slider thumb has a value before allowing the containing form to
114
119
 
115
120
  #### markers
116
121
 
117
- Pass a value similar to step to create visual markers at that interval
122
+
118
123
 
119
124
  - Type: `number`
120
125
  - Default: `-`
@@ -128,7 +133,7 @@ Pass a value similar to step to create visual markers at that interval
128
133
 
129
134
  #### suffix
130
135
 
131
- Suffix used in text input fields and for the min and max values of the slider.
136
+
132
137
 
133
138
  - Type: `string`
134
139
  - Default: `-`
@@ -142,25 +147,32 @@ Suffix used in text input fields and for the min and max values of the slider.
142
147
 
143
148
  #### valueFormatter
144
149
 
145
- Formatter for the tooltip and input mask values.
150
+
146
151
 
147
152
  - Type: `(value: string, slot: SliderSlot) => string`
148
153
  - Default: `-`
149
154
 
150
155
  #### tooltipFormatter
151
156
 
152
- Replaces valueFormatter for the tooltip. Use in open-ended sliders to show for example "300+ hk" instead of "Max" in the tooltip.
157
+
153
158
 
154
159
  - Type: `(value: string, slot: SliderSlot) => string`
155
160
  - Default: `-`
156
161
 
157
162
  #### labelFormatter
158
163
 
159
- Formatter for the min and max labels below the range.
164
+
160
165
 
161
166
  - Type: `(slot: SliderSlot) => string`
162
167
  - Default: `-`
163
168
 
169
+ #### fieldset
170
+
171
+
172
+
173
+ - Type: `HTMLFieldSetElement`
174
+ - Default: `-`
175
+
164
176
  #### _invalidMessage
165
177
 
166
178
 
@@ -0,0 +1 @@
1
+ ## Usage
@@ -0,0 +1 @@
1
+ ## Accessibility
@@ -17,6 +17,12 @@
17
17
  | textFieldDisplayValue | `unknown` | `-` | - |
18
18
  | tooltipDisplayValue | `string | number` | `-` | - |
19
19
  | ariaDescriptionText | `unknown` | `-` | - |
20
+ | disabled | `unknown` | `-` | - |
21
+ | invalid | `unknown` | `-` | - |
22
+ | openEnded | `unknown` | `-` | - |
23
+ | valueFormatter | `unknown` | `-` | - |
24
+ | tooltipFormatter | `unknown` | `-` | - |
25
+ | labelFormatter | `unknown` | `-` | - |
20
26
 
21
27
  ### Property Details
22
28
 
@@ -108,6 +114,48 @@ Value to display in the tooltip
108
114
 
109
115
 
110
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
+
111
159
  - Type: `unknown`
112
160
  - Default: `-`
113
161
 
@@ -0,0 +1 @@
1
+ ## Examples
@@ -6,6 +6,12 @@ Component to place inside a `<w-slider>`.
6
6
 
7
7
  [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/forms-slider-and-range-slider--docs)
8
8
 
9
+ ## Usage
10
+
11
+ ## Accessibility
12
+
13
+ ## Examples
14
+
9
15
  ## API Documentation
10
16
 
11
17
  ### Properties
@@ -25,6 +31,12 @@ Component to place inside a `<w-slider>`.
25
31
  | textFieldDisplayValue | `unknown` | `-` | - |
26
32
  | tooltipDisplayValue | `string | number` | `-` | - |
27
33
  | ariaDescriptionText | `unknown` | `-` | - |
34
+ | disabled | `unknown` | `-` | - |
35
+ | invalid | `unknown` | `-` | - |
36
+ | openEnded | `unknown` | `-` | - |
37
+ | valueFormatter | `unknown` | `-` | - |
38
+ | tooltipFormatter | `unknown` | `-` | - |
39
+ | labelFormatter | `unknown` | `-` | - |
28
40
 
29
41
  ### Property Details
30
42
 
@@ -116,6 +128,48 @@ Value to display in the tooltip
116
128
 
117
129
 
118
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
+
119
173
  - Type: `unknown`
120
174
  - Default: `-`
121
175
 
@@ -0,0 +1 @@
1
+ ## Usage
@@ -0,0 +1 @@
1
+ ## Accessibility
@@ -0,0 +1 @@
1
+ ## Examples
@@ -4,6 +4,12 @@
4
4
 
5
5
  Individual step component that shows a single step in a process
6
6
 
7
+ ## Usage
8
+
9
+ ## Accessibility
10
+
11
+ ## Examples
12
+
7
13
  ## API Documentation
8
14
 
9
15
  ### Properties
@@ -0,0 +1 @@
1
+ ## Usage
@@ -0,0 +1 @@
1
+ ## Accessibility
@@ -0,0 +1 @@
1
+ ## Examples
@@ -6,6 +6,12 @@ Steps are used to show progress through a process or to guide users through a mu
6
6
 
7
7
  [See Storybook for usage examples](https://warp-ds.github.io/elements/?path=/docs/components-steps--docs)
8
8
 
9
+ ## Usage
10
+
11
+ ## Accessibility
12
+
13
+ ## Examples
14
+
9
15
  ## API Documentation
10
16
 
11
17
  ### Properties
@@ -0,0 +1 @@
1
+ ## Usage
@@ -0,0 +1 @@
1
+ ## Accessibility
@@ -0,0 +1 @@
1
+ ## Examples
@@ -4,6 +4,12 @@
4
4
 
5
5
 
6
6
 
7
+ ## Usage
8
+
9
+ ## Accessibility
10
+
11
+ ## Examples
12
+
7
13
  ## API Documentation
8
14
 
9
15
  ### Properties
@@ -0,0 +1 @@
1
+ ## Usage
@@ -0,0 +1 @@
1
+ ## Accessibility
@@ -12,6 +12,8 @@
12
12
  | ariaSelected | `'true' | 'false'` | `-` | - |
13
13
  | active | `boolean` | `false` | - |
14
14
  | over | `boolean` | `false` | - |
15
+ | _parentTabIndex | `unknown` | `-` | - |
16
+ | _parentAriaSelected | `unknown` | `-` | - |
15
17
 
16
18
  ### Property Details
17
19
 
@@ -71,6 +73,20 @@ Computed aria-selected: prefers parent-managed, falls back to own property
71
73
  - Type: `boolean`
72
74
  - Default: `false`
73
75
 
76
+ #### _parentTabIndex
77
+
78
+
79
+
80
+ - Type: `unknown`
81
+ - Default: `-`
82
+
83
+ #### _parentAriaSelected
84
+
85
+
86
+
87
+ - Type: `unknown`
88
+ - Default: `-`
89
+
74
90
  ### Types
75
91
 
76
92
  No types documented.
@@ -0,0 +1 @@
1
+ ## Examples