@carbon/react 1.69.0 → 1.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.playwright/INTERNAL_AVT_REPORT_DO_NOT_USE.json +812 -812
- package/es/components/CheckboxGroup/CheckboxGroup.js +1 -1
- package/es/components/ComboBox/ComboBox.js +16 -8
- package/es/components/ComposedModal/ComposedModal.js +6 -2
- package/es/components/ContextMenu/index.d.ts +8 -0
- package/es/components/ContextMenu/useContextMenu.d.ts +21 -0
- package/es/components/ContextMenu/useContextMenu.js +9 -8
- package/es/components/DataTable/DataTable.d.ts +3 -2
- package/es/components/DataTable/Table.d.ts +9 -1
- package/es/components/DataTable/Table.js +7 -2
- package/es/components/DatePicker/DatePicker.js +0 -8
- package/es/components/DatePicker/plugins/appendToPlugin.js +2 -2
- package/es/components/DatePicker/plugins/fixEventsPlugin.js +2 -2
- package/es/components/DatePicker/plugins/rangePlugin.js +2 -2
- package/es/components/Dropdown/Dropdown.d.ts +2 -2
- package/es/components/FeatureFlags/index.d.ts +3 -1
- package/es/components/FeatureFlags/index.js +5 -2
- package/es/components/FluidComboBox/FluidComboBox.Skeleton.js +5 -5
- package/es/components/FluidDropdown/FluidDropdown.Skeleton.d.ts +15 -0
- package/es/components/FluidDropdown/FluidDropdown.Skeleton.js +6 -8
- package/es/components/FluidDropdown/FluidDropdown.d.ts +101 -0
- package/es/components/FluidDropdown/FluidDropdown.js +1 -2
- package/es/components/FluidDropdown/index.d.ts +13 -0
- package/es/components/FluidMultiSelect/FluidMultiSelect.Skeleton.js +5 -5
- package/es/components/FluidSelect/FluidSelect.Skeleton.js +5 -5
- package/es/components/FluidTextArea/FluidTextArea.Skeleton.d.ts +2 -13
- package/es/components/FluidTextArea/FluidTextArea.Skeleton.js +22 -5
- package/es/components/Notification/Notification.js +2 -6
- package/es/components/NumberInput/NumberInput.Skeleton.d.ts +9 -1
- package/es/components/NumberInput/NumberInput.Skeleton.js +7 -2
- package/es/components/OverflowMenu/OverflowMenu.js +1 -1
- package/es/components/Pagination/Pagination.js +1 -1
- package/es/components/Pagination/experimental/PageSelector.js +1 -1
- package/es/components/Popover/index.js +4 -2
- package/es/components/SkeletonText/SkeletonText.js +1 -1
- package/es/components/Tabs/Tabs.js +1 -1
- package/es/components/TreeView/TreeNode.js +1 -1
- package/es/components/TreeView/TreeView.js +1 -1
- package/es/components/UIShell/HeaderMenu.js +1 -1
- package/es/components/UIShell/HeaderPanel.js +1 -1
- package/es/components/UIShell/SideNav.js +1 -1
- package/es/components/UIShell/SideNavItems.js +1 -1
- package/es/components/UIShell/SideNavMenu.js +1 -1
- package/es/components/UIShell/Switcher.js +1 -1
- package/es/feature-flags.js +2 -1
- package/es/index.js +3 -3
- package/lib/components/CheckboxGroup/CheckboxGroup.js +1 -1
- package/lib/components/ComboBox/ComboBox.js +17 -8
- package/lib/components/ComposedModal/ComposedModal.js +6 -2
- package/lib/components/ContextMenu/index.d.ts +8 -0
- package/lib/components/ContextMenu/useContextMenu.d.ts +21 -0
- package/lib/components/ContextMenu/useContextMenu.js +9 -8
- package/lib/components/DataTable/DataTable.d.ts +3 -2
- package/lib/components/DataTable/Table.d.ts +9 -1
- package/lib/components/DataTable/Table.js +7 -2
- package/lib/components/DatePicker/DatePicker.js +0 -8
- package/lib/components/DatePicker/plugins/appendToPlugin.js +2 -2
- package/lib/components/DatePicker/plugins/fixEventsPlugin.js +2 -2
- package/lib/components/DatePicker/plugins/rangePlugin.js +2 -2
- package/lib/components/Dropdown/Dropdown.d.ts +2 -2
- package/lib/components/FeatureFlags/index.d.ts +3 -1
- package/lib/components/FeatureFlags/index.js +5 -2
- package/lib/components/FluidComboBox/FluidComboBox.Skeleton.js +5 -5
- package/lib/components/FluidDropdown/FluidDropdown.Skeleton.d.ts +15 -0
- package/lib/components/FluidDropdown/FluidDropdown.Skeleton.js +6 -8
- package/lib/components/FluidDropdown/FluidDropdown.d.ts +101 -0
- package/lib/components/FluidDropdown/FluidDropdown.js +1 -2
- package/lib/components/FluidDropdown/index.d.ts +13 -0
- package/lib/components/FluidMultiSelect/FluidMultiSelect.Skeleton.js +5 -5
- package/lib/components/FluidSelect/FluidSelect.Skeleton.js +5 -5
- package/lib/components/FluidTextArea/FluidTextArea.Skeleton.d.ts +2 -13
- package/lib/components/FluidTextArea/FluidTextArea.Skeleton.js +24 -5
- package/lib/components/Notification/Notification.js +2 -6
- package/lib/components/NumberInput/NumberInput.Skeleton.d.ts +9 -1
- package/lib/components/NumberInput/NumberInput.Skeleton.js +7 -2
- package/lib/components/OverflowMenu/OverflowMenu.js +1 -1
- package/lib/components/Pagination/Pagination.js +1 -1
- package/lib/components/Pagination/experimental/PageSelector.js +1 -1
- package/lib/components/Popover/index.js +4 -2
- package/lib/components/SkeletonText/SkeletonText.js +1 -1
- package/lib/components/Tabs/Tabs.js +1 -1
- package/lib/components/TreeView/TreeNode.js +1 -1
- package/lib/components/TreeView/TreeView.js +1 -1
- package/lib/components/UIShell/HeaderMenu.js +1 -1
- package/lib/components/UIShell/HeaderPanel.js +1 -1
- package/lib/components/UIShell/SideNav.js +1 -1
- package/lib/components/UIShell/SideNavItems.js +1 -1
- package/lib/components/UIShell/SideNavMenu.js +1 -1
- package/lib/components/UIShell/Switcher.js +1 -1
- package/lib/feature-flags.js +2 -1
- package/lib/index.js +6 -6
- package/package.json +6 -5
- package/telemetry.yml +765 -710
package/telemetry.yml
CHANGED
|
@@ -1,819 +1,874 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
|
|
2
|
+
|
|
2
3
|
version: 1
|
|
3
|
-
projectId:
|
|
4
|
-
endpoint:
|
|
4
|
+
projectId: fd89d12b-6a39-48b4-adf4-30c94dc0dddd
|
|
5
|
+
endpoint: https://www-api.ibm.com/ibm-telemetry/v1/metrics
|
|
5
6
|
collect:
|
|
6
|
-
npm:
|
|
7
|
-
dependencies: null
|
|
8
7
|
jsx:
|
|
9
8
|
elements:
|
|
10
9
|
allowedAttributeNames:
|
|
11
10
|
# General
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
-
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
-
|
|
90
|
-
-
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
94
|
-
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
-
|
|
105
|
-
-
|
|
106
|
-
-
|
|
107
|
-
-
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
-
|
|
120
|
-
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
-
|
|
125
|
-
-
|
|
126
|
-
-
|
|
127
|
-
-
|
|
128
|
-
-
|
|
129
|
-
-
|
|
130
|
-
-
|
|
131
|
-
-
|
|
132
|
-
-
|
|
133
|
-
-
|
|
134
|
-
-
|
|
135
|
-
-
|
|
136
|
-
-
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
-
|
|
159
|
-
-
|
|
160
|
-
-
|
|
161
|
-
-
|
|
162
|
-
-
|
|
163
|
-
-
|
|
164
|
-
-
|
|
165
|
-
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
-
|
|
169
|
-
-
|
|
170
|
-
-
|
|
171
|
-
-
|
|
172
|
-
-
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
-
|
|
178
|
-
-
|
|
179
|
-
-
|
|
180
|
-
-
|
|
181
|
-
-
|
|
182
|
-
-
|
|
183
|
-
-
|
|
184
|
-
-
|
|
185
|
-
-
|
|
186
|
-
-
|
|
187
|
-
-
|
|
188
|
-
-
|
|
189
|
-
-
|
|
190
|
-
-
|
|
191
|
-
-
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
-
|
|
195
|
-
-
|
|
196
|
-
-
|
|
197
|
-
-
|
|
198
|
-
-
|
|
199
|
-
-
|
|
200
|
-
-
|
|
11
|
+
- accept
|
|
12
|
+
- action
|
|
13
|
+
- actionButtonLabel
|
|
14
|
+
- activation
|
|
15
|
+
- active
|
|
16
|
+
- addFocusListeners
|
|
17
|
+
- align
|
|
18
|
+
- allowCustomValue
|
|
19
|
+
- allowEmpty
|
|
20
|
+
- aria-controls
|
|
21
|
+
- aria-current
|
|
22
|
+
- aria-label
|
|
23
|
+
- aria-labelledby
|
|
24
|
+
- ariaLabel
|
|
25
|
+
- as
|
|
26
|
+
- autoAlign
|
|
27
|
+
- autoComplete
|
|
28
|
+
- buttonKind
|
|
29
|
+
- checked
|
|
30
|
+
- children
|
|
31
|
+
- className
|
|
32
|
+
- clearAnnouncement
|
|
33
|
+
- clearSelectionDescription
|
|
34
|
+
- clearSelectionText
|
|
35
|
+
- closeButtonLabelText
|
|
36
|
+
- closeModal
|
|
37
|
+
- closeOnActivation
|
|
38
|
+
- cols
|
|
39
|
+
- colSpan
|
|
40
|
+
- compareItems
|
|
41
|
+
- condensed
|
|
42
|
+
- contained
|
|
43
|
+
- danger
|
|
44
|
+
- dangerDescription
|
|
45
|
+
- datePickerType
|
|
46
|
+
- defaultChecked
|
|
47
|
+
- defaultExpanded
|
|
48
|
+
- defaultOpen
|
|
49
|
+
- defaultSelected
|
|
50
|
+
- defaultSelectedIndex
|
|
51
|
+
- defaultValue
|
|
52
|
+
- density
|
|
53
|
+
- description
|
|
54
|
+
- dir
|
|
55
|
+
- direction
|
|
56
|
+
- disabled
|
|
57
|
+
- disableWheel
|
|
58
|
+
- downshiftActions
|
|
59
|
+
- downshiftProps
|
|
60
|
+
- element
|
|
61
|
+
- enableCounter
|
|
62
|
+
- enterDelayMs
|
|
63
|
+
- expanded
|
|
64
|
+
- expandIconDescription
|
|
65
|
+
- experimentalAutoAlign
|
|
66
|
+
- feedback
|
|
67
|
+
- feedbackTimeout
|
|
68
|
+
- fullWidth
|
|
69
|
+
- gap
|
|
70
|
+
- hasDivider
|
|
71
|
+
- hasIconOnly
|
|
72
|
+
- hasRoundedCorners
|
|
73
|
+
- hasScrollingContent
|
|
74
|
+
- head
|
|
75
|
+
- headers
|
|
76
|
+
- heading
|
|
77
|
+
- helperText
|
|
78
|
+
- hideCloseButton
|
|
79
|
+
- hideLabel
|
|
80
|
+
- hidePasswordLabel
|
|
81
|
+
- href
|
|
82
|
+
- iconDescription
|
|
83
|
+
- id
|
|
84
|
+
- indeterminate
|
|
85
|
+
- index
|
|
86
|
+
- initialSelectedItem
|
|
87
|
+
- initialSelectedItems
|
|
88
|
+
- inline
|
|
89
|
+
- innerRef
|
|
90
|
+
- invalid
|
|
91
|
+
- invalidText
|
|
92
|
+
- isActive
|
|
93
|
+
- isCondensed
|
|
94
|
+
- isCurrentPage
|
|
95
|
+
- isExpanded
|
|
96
|
+
- isExpressive
|
|
97
|
+
- isFlush
|
|
98
|
+
- isFullWidth
|
|
99
|
+
- isOpen
|
|
100
|
+
- isPassword
|
|
101
|
+
- isSelected
|
|
102
|
+
- isSideNavExpanded
|
|
103
|
+
- isSortable
|
|
104
|
+
- items
|
|
105
|
+
- itemText
|
|
106
|
+
- itemToElement
|
|
107
|
+
- itemToString
|
|
108
|
+
- kind
|
|
109
|
+
- label
|
|
110
|
+
- labelPosition
|
|
111
|
+
- labelText
|
|
112
|
+
- large
|
|
113
|
+
- launcherButtonRef
|
|
114
|
+
- leaveDelayMs
|
|
115
|
+
- legendId
|
|
116
|
+
- legendText
|
|
117
|
+
- level
|
|
118
|
+
- light
|
|
119
|
+
- lineCount
|
|
120
|
+
- loadingDescription
|
|
121
|
+
- loadingIconDescription
|
|
122
|
+
- loadingStatus
|
|
123
|
+
- locale
|
|
124
|
+
- lowContrast
|
|
125
|
+
- max
|
|
126
|
+
- maxCount
|
|
127
|
+
- menuAlignment
|
|
128
|
+
- menuOptionsClass
|
|
129
|
+
- menuTarget
|
|
130
|
+
- min
|
|
131
|
+
- modalHeading
|
|
132
|
+
- modalLabel
|
|
133
|
+
- mode
|
|
134
|
+
- multiple
|
|
135
|
+
- name
|
|
136
|
+
- narrow
|
|
137
|
+
- nested
|
|
138
|
+
- onActionButtonClick
|
|
139
|
+
- onAddFiles
|
|
140
|
+
- onBlur
|
|
141
|
+
- onChange
|
|
142
|
+
- onClear
|
|
143
|
+
- onClick
|
|
144
|
+
- onClose
|
|
145
|
+
- onCloseButtonClick
|
|
146
|
+
- onDelete
|
|
147
|
+
- onExpand
|
|
148
|
+
- onFocus
|
|
149
|
+
- onInputChange
|
|
150
|
+
- onInputValueChange
|
|
151
|
+
- onKeyDown
|
|
152
|
+
- onKeyUp
|
|
153
|
+
- onLoadingSuccess
|
|
154
|
+
- onMenuChange
|
|
155
|
+
- onMouseEnter
|
|
156
|
+
- onMouseLeave
|
|
157
|
+
- onMouseUp
|
|
158
|
+
- onOpen
|
|
159
|
+
- onRequestClose
|
|
160
|
+
- onRequestSubmit
|
|
161
|
+
- onSelect
|
|
162
|
+
- onToggle
|
|
163
|
+
- onToggleClick
|
|
164
|
+
- onTogglePasswordVisibility
|
|
165
|
+
- open
|
|
166
|
+
- ordered
|
|
167
|
+
- orientation
|
|
168
|
+
- overflowMenuOnHover
|
|
169
|
+
- page
|
|
170
|
+
- paragraph
|
|
171
|
+
- passiveModal
|
|
172
|
+
- pattern
|
|
173
|
+
- placeholder
|
|
174
|
+
- prefix
|
|
175
|
+
- preventCloseOnClickOutside
|
|
176
|
+
- primaryButtonDisabled
|
|
177
|
+
- primaryButtonText
|
|
178
|
+
- radio
|
|
179
|
+
- readOnly
|
|
180
|
+
- rel
|
|
181
|
+
- render
|
|
182
|
+
- renderIcon
|
|
183
|
+
- renderSelectedItem
|
|
184
|
+
- required
|
|
185
|
+
- role
|
|
186
|
+
- rowCount
|
|
187
|
+
- rows
|
|
188
|
+
- scrollIntoView
|
|
189
|
+
- secondaryButtons
|
|
190
|
+
- secondaryButtonText
|
|
191
|
+
- secondaryLabel
|
|
192
|
+
- selected
|
|
193
|
+
- selectedIndex
|
|
194
|
+
- selectedItem
|
|
195
|
+
- selectedItems
|
|
196
|
+
- selection
|
|
197
|
+
- selectionFeedback
|
|
198
|
+
- selectorPrimaryFocus
|
|
199
|
+
- selectorsFloatingMenus
|
|
200
|
+
- shouldFilterItem
|
|
201
|
+
- showPasswordLabel
|
|
202
|
+
- size
|
|
203
|
+
- slug
|
|
204
|
+
- small
|
|
205
|
+
- sortItems
|
|
206
|
+
- status
|
|
207
|
+
- statusIconDescription
|
|
208
|
+
- step
|
|
209
|
+
- stickyHeader
|
|
210
|
+
- style
|
|
211
|
+
- subtitle
|
|
212
|
+
- tabIndex
|
|
213
|
+
- target
|
|
214
|
+
- text
|
|
215
|
+
- theme
|
|
216
|
+
- title
|
|
217
|
+
- titleId
|
|
218
|
+
- titleText
|
|
219
|
+
- tooltipAlignment
|
|
220
|
+
- tooltipPosition
|
|
221
|
+
- totalItems
|
|
222
|
+
- translateWithId
|
|
223
|
+
- type
|
|
224
|
+
- typeahead
|
|
225
|
+
- useStaticWidth
|
|
226
|
+
- useTitleInItem
|
|
227
|
+
- useZebraStyles
|
|
228
|
+
- value
|
|
229
|
+
- valueSelected
|
|
230
|
+
- vertical
|
|
231
|
+
- warn
|
|
232
|
+
- warnText
|
|
233
|
+
- width
|
|
201
234
|
# AccordionItem
|
|
202
|
-
-
|
|
203
|
-
-
|
|
204
|
-
-
|
|
235
|
+
- handleAnimationEnd
|
|
236
|
+
- onHeadingClick
|
|
237
|
+
- renderExpando
|
|
238
|
+
- renderToggle
|
|
205
239
|
# AccordionSkeleton
|
|
206
|
-
-
|
|
240
|
+
- count
|
|
207
241
|
# ActionableNotification
|
|
208
|
-
-
|
|
209
|
-
-
|
|
210
|
-
|
|
211
|
-
-
|
|
242
|
+
- closeOnEscape
|
|
243
|
+
- hasFocus
|
|
244
|
+
# AILabel
|
|
245
|
+
- AILabelContent
|
|
246
|
+
- aiText
|
|
247
|
+
- aiTextLabel
|
|
248
|
+
- onRevertClick
|
|
249
|
+
- revertActive
|
|
250
|
+
- revertLabel
|
|
251
|
+
- slugLabel
|
|
252
|
+
- textLabel
|
|
212
253
|
# AspectRatio
|
|
213
|
-
-
|
|
254
|
+
- ratio
|
|
214
255
|
# Breadcrumb
|
|
215
|
-
-
|
|
216
|
-
# BreadcrumbItem
|
|
217
|
-
- 'aria-current'
|
|
218
|
-
# Button
|
|
219
|
-
- 'dangerDescription'
|
|
256
|
+
- noTrailingSlash
|
|
220
257
|
# ButtonSet
|
|
221
|
-
-
|
|
258
|
+
- stacked
|
|
259
|
+
# ChatButton
|
|
260
|
+
- isQuickAction
|
|
222
261
|
# ClickableTile
|
|
223
|
-
-
|
|
224
|
-
- 'rel'
|
|
262
|
+
- clicked
|
|
225
263
|
# CodeSnippet
|
|
226
|
-
-
|
|
227
|
-
-
|
|
228
|
-
-
|
|
229
|
-
-
|
|
230
|
-
-
|
|
231
|
-
-
|
|
232
|
-
-
|
|
233
|
-
-
|
|
234
|
-
-
|
|
235
|
-
-
|
|
264
|
+
- copyButtonDescription
|
|
265
|
+
- copyText
|
|
266
|
+
- hideCopyButton
|
|
267
|
+
- maxCollapsedNumberOfRows
|
|
268
|
+
- maxExpandedNumberOfRows
|
|
269
|
+
- minCollapsedNumberOfRows
|
|
270
|
+
- minExpandedNumberOfRows
|
|
271
|
+
- showLessText
|
|
272
|
+
- showMoreText
|
|
273
|
+
- wrapText
|
|
236
274
|
# Column
|
|
237
|
-
-
|
|
238
|
-
-
|
|
239
|
-
-
|
|
240
|
-
-
|
|
241
|
-
-
|
|
242
|
-
# ComboBox
|
|
243
|
-
- 'allowCustomValue'
|
|
244
|
-
- 'onInputChange'
|
|
245
|
-
- 'onToggleClick'
|
|
246
|
-
- 'shouldFilterItem'
|
|
275
|
+
- lg
|
|
276
|
+
- md
|
|
277
|
+
- sm
|
|
278
|
+
- span
|
|
279
|
+
- xlg
|
|
247
280
|
# ComposedModal
|
|
248
|
-
-
|
|
281
|
+
- containerClassName
|
|
249
282
|
# ContainedList
|
|
250
|
-
-
|
|
251
|
-
#
|
|
252
|
-
-
|
|
283
|
+
- isInset
|
|
284
|
+
# ContentSwitcher
|
|
285
|
+
- selectionMode
|
|
253
286
|
# Copy
|
|
254
|
-
-
|
|
287
|
+
- onAnimationEnd
|
|
255
288
|
# DataTable
|
|
256
|
-
-
|
|
257
|
-
-
|
|
289
|
+
- filterRows
|
|
290
|
+
- sortRow
|
|
258
291
|
# DataTableSkeleton
|
|
259
|
-
-
|
|
260
|
-
-
|
|
261
|
-
-
|
|
262
|
-
-
|
|
263
|
-
-
|
|
292
|
+
- columnCount
|
|
293
|
+
- compact
|
|
294
|
+
- showHeader
|
|
295
|
+
- showToolbar
|
|
296
|
+
- zebra
|
|
264
297
|
# DatePicker
|
|
265
|
-
-
|
|
266
|
-
-
|
|
267
|
-
-
|
|
268
|
-
-
|
|
269
|
-
-
|
|
270
|
-
-
|
|
271
|
-
-
|
|
272
|
-
-
|
|
273
|
-
-
|
|
298
|
+
- allowInput
|
|
299
|
+
- appendTo
|
|
300
|
+
- closeOnSelect
|
|
301
|
+
- dateFormat
|
|
302
|
+
- disable
|
|
303
|
+
- enable
|
|
304
|
+
- maxDate
|
|
305
|
+
- minDate
|
|
306
|
+
- parseDate
|
|
307
|
+
- short
|
|
274
308
|
# DatePickerSkeleton
|
|
275
|
-
-
|
|
309
|
+
- range
|
|
276
310
|
# DefinitionTooltip
|
|
277
|
-
-
|
|
278
|
-
-
|
|
279
|
-
-
|
|
280
|
-
-
|
|
311
|
+
- definition
|
|
312
|
+
- openOnHover
|
|
313
|
+
- tooltipText
|
|
314
|
+
- triggerClassName
|
|
315
|
+
# Dialog
|
|
316
|
+
- modal
|
|
317
|
+
# DismissibleTag
|
|
318
|
+
- tagTitle
|
|
281
319
|
# ErrorBoundary
|
|
282
|
-
-
|
|
320
|
+
- fallback
|
|
283
321
|
# ExpandableTile
|
|
284
|
-
-
|
|
285
|
-
-
|
|
286
|
-
-
|
|
287
|
-
-
|
|
322
|
+
- tileCollapsedIconText
|
|
323
|
+
- tileCollapsedLabel
|
|
324
|
+
- tileExpandedIconText
|
|
325
|
+
- tileExpandedLabel
|
|
326
|
+
- tileMaxHeight
|
|
327
|
+
- tilePadding
|
|
328
|
+
# FeatureFlags
|
|
329
|
+
- enableExperimentalFocusWrapWithoutSentinels
|
|
330
|
+
- enableTreeviewControllable
|
|
331
|
+
- enableV12DynamicFloatingStyles
|
|
332
|
+
- enableV12Overflowmenu
|
|
333
|
+
- enableV12TileDefaultIcons
|
|
334
|
+
- enableV12TileRadioIcons
|
|
335
|
+
- flags
|
|
336
|
+
# Filename
|
|
337
|
+
- aria-describedby
|
|
288
338
|
# FileUploader
|
|
289
|
-
-
|
|
290
|
-
-
|
|
291
|
-
-
|
|
292
|
-
-
|
|
339
|
+
- buttonLabel
|
|
340
|
+
- filenameStatus
|
|
341
|
+
- labelDescription
|
|
342
|
+
- labelTitle
|
|
293
343
|
# FileUploaderButton
|
|
294
|
-
-
|
|
295
|
-
# FileUploaderDropContainer
|
|
296
|
-
- 'onAddFiles'
|
|
344
|
+
- disableLabelChanges
|
|
297
345
|
# FileUploaderItem
|
|
298
|
-
-
|
|
299
|
-
-
|
|
300
|
-
-
|
|
301
|
-
#
|
|
302
|
-
-
|
|
346
|
+
- errorBody
|
|
347
|
+
- errorSubject
|
|
348
|
+
- uuid
|
|
349
|
+
# FilterableMultiSelect
|
|
350
|
+
- filterItems
|
|
351
|
+
# FluidMultiSelect
|
|
352
|
+
- isFilterable
|
|
353
|
+
# FluidTimePickerSkeleton
|
|
354
|
+
- isOnlyTwo
|
|
303
355
|
# FormGroup
|
|
304
|
-
-
|
|
305
|
-
-
|
|
356
|
+
- message
|
|
357
|
+
- messageText
|
|
306
358
|
# GridSettings
|
|
307
|
-
-
|
|
308
|
-
#
|
|
309
|
-
-
|
|
359
|
+
- subgrid
|
|
360
|
+
# HeaderMenu
|
|
361
|
+
- focusRef
|
|
362
|
+
- menuLinkName
|
|
363
|
+
- renderMenuContent
|
|
310
364
|
# HeaderMenuButton
|
|
311
|
-
-
|
|
365
|
+
- isCollapsible
|
|
366
|
+
- renderCloseIcon
|
|
367
|
+
- renderMenuIcon
|
|
312
368
|
# HeaderPanel
|
|
313
|
-
-
|
|
369
|
+
- onHeaderPanelFocus
|
|
314
370
|
# IconButton
|
|
315
|
-
-
|
|
371
|
+
- wrapperClasses
|
|
316
372
|
# InlineLoading
|
|
317
|
-
-
|
|
318
|
-
-
|
|
373
|
+
- onSuccess
|
|
374
|
+
- successDelay
|
|
319
375
|
# Link
|
|
320
|
-
-
|
|
376
|
+
- visited
|
|
377
|
+
# ListBox
|
|
378
|
+
- invalidTextId
|
|
379
|
+
- warnTextId
|
|
380
|
+
# ListBoxField
|
|
381
|
+
- aria-haspopup
|
|
382
|
+
# ListBoxMenuItem
|
|
383
|
+
- isHighlighted
|
|
384
|
+
# ListBoxSelection
|
|
385
|
+
- clearSelection
|
|
386
|
+
- onClearSelection
|
|
387
|
+
- selectionCount
|
|
321
388
|
# Loading
|
|
322
|
-
-
|
|
389
|
+
- withOverlay
|
|
323
390
|
# Menu
|
|
324
|
-
-
|
|
325
|
-
-
|
|
326
|
-
-
|
|
391
|
+
- containerRef
|
|
392
|
+
- legacyAutoalign
|
|
393
|
+
- x
|
|
394
|
+
- y
|
|
327
395
|
# MenuItem
|
|
328
|
-
-
|
|
396
|
+
- shortcut
|
|
329
397
|
# MenuItemRadioGroup
|
|
330
|
-
-
|
|
398
|
+
- defaultSelectedItem
|
|
331
399
|
# Modal
|
|
332
|
-
-
|
|
333
|
-
-
|
|
334
|
-
-
|
|
335
|
-
-
|
|
336
|
-
-
|
|
400
|
+
- alert
|
|
401
|
+
- closeButtonLabel
|
|
402
|
+
- modalAriaLabel
|
|
403
|
+
- onSecondarySubmit
|
|
404
|
+
- shouldSubmitOnEnter
|
|
337
405
|
# ModalBody
|
|
338
|
-
-
|
|
406
|
+
- hasForm
|
|
339
407
|
# ModalFooter
|
|
340
|
-
-
|
|
341
|
-
-
|
|
342
|
-
-
|
|
408
|
+
- inputref
|
|
409
|
+
- primaryClassName
|
|
410
|
+
- secondaryClassName
|
|
343
411
|
# ModalHeader
|
|
344
|
-
-
|
|
345
|
-
-
|
|
346
|
-
-
|
|
347
|
-
-
|
|
348
|
-
-
|
|
412
|
+
- buttonOnClick
|
|
413
|
+
- closeClassName
|
|
414
|
+
- closeIconClassName
|
|
415
|
+
- labelClassName
|
|
416
|
+
- titleClassName
|
|
349
417
|
# ModalWrapper
|
|
350
|
-
-
|
|
351
|
-
-
|
|
352
|
-
-
|
|
353
|
-
-
|
|
354
|
-
-
|
|
355
|
-
-
|
|
356
|
-
-
|
|
357
|
-
-
|
|
358
|
-
-
|
|
359
|
-
-
|
|
360
|
-
-
|
|
418
|
+
- buttonTriggerClassName
|
|
419
|
+
- buttonTriggerText
|
|
420
|
+
- handleOpen
|
|
421
|
+
- handleSubmit
|
|
422
|
+
- modalBeforeContent
|
|
423
|
+
- modalText
|
|
424
|
+
- renderTriggerButtonIcon
|
|
425
|
+
- shouldCloseAfterSubmit
|
|
426
|
+
- triggerButtonIconDescription
|
|
427
|
+
- triggerButtonKind
|
|
428
|
+
- withHeader
|
|
361
429
|
# NotificationButton
|
|
362
|
-
-
|
|
430
|
+
- notificationType
|
|
363
431
|
# NumberInput
|
|
364
|
-
-
|
|
365
|
-
- 'disableWheel'
|
|
366
|
-
- 'hideSteppers'
|
|
367
|
-
- 'min'
|
|
368
|
-
- 'step'
|
|
432
|
+
- hideSteppers
|
|
369
433
|
# OrderedList
|
|
370
|
-
-
|
|
434
|
+
- native
|
|
435
|
+
# OverflowMenu
|
|
436
|
+
- flipped
|
|
437
|
+
- focusTrap
|
|
438
|
+
- iconClass
|
|
439
|
+
- menuOffset
|
|
440
|
+
- menuOffsetFlip
|
|
371
441
|
# OverflowMenuItem
|
|
372
|
-
-
|
|
373
|
-
-
|
|
374
|
-
-
|
|
375
|
-
-
|
|
376
|
-
-
|
|
377
|
-
-
|
|
378
|
-
|
|
442
|
+
- closeMenu
|
|
443
|
+
- handleOverflowMenuItemFocus
|
|
444
|
+
- isDelete
|
|
445
|
+
- onMouseDown
|
|
446
|
+
- requireTitle
|
|
447
|
+
- wrapperClassName
|
|
448
|
+
# PageSelector
|
|
449
|
+
- currentPage
|
|
450
|
+
- totalPages
|
|
379
451
|
# Pagination
|
|
380
|
-
-
|
|
381
|
-
-
|
|
382
|
-
-
|
|
383
|
-
-
|
|
452
|
+
- backwardText
|
|
453
|
+
- forwardText
|
|
454
|
+
- initialPage
|
|
455
|
+
- isLastPage
|
|
456
|
+
- itemRangeText
|
|
457
|
+
- itemsPerPageText
|
|
458
|
+
- pageInputDisabled
|
|
459
|
+
- pageNumberText
|
|
460
|
+
- pageRangeText
|
|
461
|
+
- pageSize
|
|
462
|
+
- pageSizeInputDisabled
|
|
463
|
+
- pageSizes
|
|
464
|
+
- pagesUnknown
|
|
465
|
+
- pageText
|
|
384
466
|
# PaginationNav
|
|
385
|
-
-
|
|
386
|
-
-
|
|
387
|
-
-
|
|
388
|
-
# PasswordInput
|
|
389
|
-
- 'onTogglePasswordVisibility'
|
|
467
|
+
- disableOverflow
|
|
468
|
+
- itemsShown
|
|
469
|
+
- loop
|
|
390
470
|
# Popover
|
|
391
|
-
-
|
|
392
|
-
-
|
|
393
|
-
-
|
|
394
|
-
-
|
|
471
|
+
- caret
|
|
472
|
+
- dropShadow
|
|
473
|
+
- highContrast
|
|
474
|
+
- isTabTip
|
|
395
475
|
# ProgressIndicator
|
|
396
|
-
-
|
|
397
|
-
-
|
|
476
|
+
- currentIndex
|
|
477
|
+
- spaceEqually
|
|
398
478
|
# ProgressStep
|
|
399
|
-
-
|
|
400
|
-
-
|
|
401
|
-
-
|
|
402
|
-
-
|
|
403
|
-
# RadioButtonGroup
|
|
404
|
-
- 'valueSelected'
|
|
479
|
+
- complete
|
|
480
|
+
- current
|
|
481
|
+
- overflowTooltipProps
|
|
482
|
+
- tooltipId
|
|
405
483
|
# Select
|
|
406
|
-
-
|
|
484
|
+
- noLabel
|
|
407
485
|
# SelectItem
|
|
408
|
-
-
|
|
486
|
+
- hidden
|
|
409
487
|
# SideNav
|
|
410
|
-
-
|
|
411
|
-
-
|
|
412
|
-
-
|
|
413
|
-
-
|
|
414
|
-
-
|
|
415
|
-
-
|
|
416
|
-
-
|
|
488
|
+
- addMouseListeners
|
|
489
|
+
- inert
|
|
490
|
+
- isChildOfHeader
|
|
491
|
+
- isFixedNav
|
|
492
|
+
- isPersistent
|
|
493
|
+
- isRail
|
|
494
|
+
- onOverlayClick
|
|
495
|
+
- onSideNavBlur
|
|
417
496
|
# SideNavFooter
|
|
418
|
-
-
|
|
497
|
+
- assistiveText
|
|
419
498
|
# SideNavSwitcher
|
|
420
|
-
-
|
|
421
|
-
#
|
|
422
|
-
-
|
|
423
|
-
|
|
424
|
-
-
|
|
425
|
-
-
|
|
426
|
-
-
|
|
427
|
-
-
|
|
499
|
+
- options
|
|
500
|
+
# Slider
|
|
501
|
+
- ariaLabelInput
|
|
502
|
+
- formatLabel
|
|
503
|
+
- hideTextInput
|
|
504
|
+
- inputType
|
|
505
|
+
- maxLabel
|
|
506
|
+
- minLabel
|
|
507
|
+
- onInputKeyUp
|
|
508
|
+
- onRelease
|
|
509
|
+
- stepMultiplier
|
|
510
|
+
- unstable_ariaLabelInputUpper
|
|
511
|
+
- unstable_nameUpper
|
|
512
|
+
- unstable_valueUpper
|
|
428
513
|
# SliderSkeleton
|
|
429
|
-
-
|
|
430
|
-
# Stack
|
|
431
|
-
- 'gap'
|
|
514
|
+
- twoHandles
|
|
432
515
|
# StructuredListCell
|
|
433
|
-
-
|
|
434
|
-
# StructuredListWrapper
|
|
435
|
-
- 'selection'
|
|
516
|
+
- noWrap
|
|
436
517
|
# SwitcherItem
|
|
437
|
-
-
|
|
518
|
+
- handleSwitcherItemFocus
|
|
438
519
|
# Tab
|
|
439
|
-
-
|
|
440
|
-
# TabList
|
|
441
|
-
- 'activation'
|
|
442
|
-
- 'iconSize'
|
|
443
|
-
- 'leftOverflowButtonProps'
|
|
444
|
-
- 'rightOverflowButtonProps'
|
|
445
|
-
- 'scrollDebounceWait'
|
|
446
|
-
- 'scrollIntoView'
|
|
520
|
+
- renderButton
|
|
447
521
|
# TableBatchActions
|
|
448
|
-
-
|
|
449
|
-
-
|
|
450
|
-
-
|
|
451
|
-
-
|
|
452
|
-
-
|
|
522
|
+
- onCancel
|
|
523
|
+
- onSelectAll
|
|
524
|
+
- shouldShowBatchActions
|
|
525
|
+
- totalCount
|
|
526
|
+
- totalSelected
|
|
453
527
|
# TableBody
|
|
454
|
-
-
|
|
528
|
+
- aria-live
|
|
529
|
+
# TableCell
|
|
530
|
+
- hasSlugHeader
|
|
455
531
|
# TableExpandHeader
|
|
456
|
-
-
|
|
457
|
-
-
|
|
532
|
+
- enableExpando
|
|
533
|
+
- enableToggle
|
|
458
534
|
# TableExpandRow
|
|
459
|
-
-
|
|
535
|
+
- expandHeader
|
|
460
536
|
# TableHeader
|
|
461
|
-
-
|
|
462
|
-
-
|
|
463
|
-
-
|
|
537
|
+
- isSortHeader
|
|
538
|
+
- scope
|
|
539
|
+
- sortDirection
|
|
540
|
+
# TableToolbarFilter
|
|
541
|
+
- onApplyFilter
|
|
542
|
+
- onResetFilter
|
|
464
543
|
# TableToolbarSearch
|
|
465
|
-
-
|
|
466
|
-
-
|
|
544
|
+
- persistent
|
|
545
|
+
- searchContainerClass
|
|
546
|
+
# TabList
|
|
547
|
+
- iconSize
|
|
548
|
+
- leftOverflowButtonProps
|
|
549
|
+
- rightOverflowButtonProps
|
|
550
|
+
- scrollDebounceWait
|
|
467
551
|
# Tabs
|
|
468
|
-
-
|
|
469
|
-
-
|
|
470
|
-
|
|
471
|
-
-
|
|
552
|
+
- dismissable
|
|
553
|
+
- onTabCloseRequest
|
|
554
|
+
# TabsVertical
|
|
555
|
+
- height
|
|
472
556
|
# Tag
|
|
473
|
-
-
|
|
557
|
+
- filter
|
|
474
558
|
# TextArea
|
|
475
|
-
-
|
|
559
|
+
- counterMode
|
|
560
|
+
# TextDirection
|
|
561
|
+
- getTextDirection
|
|
562
|
+
# TileGroup
|
|
563
|
+
- legend
|
|
476
564
|
# TimePicker
|
|
477
|
-
-
|
|
478
|
-
-
|
|
479
|
-
-
|
|
565
|
+
- maxLength
|
|
566
|
+
- warning
|
|
567
|
+
- warningText
|
|
480
568
|
# ToastNotification
|
|
481
|
-
-
|
|
482
|
-
-
|
|
569
|
+
- caption
|
|
570
|
+
- timeout
|
|
483
571
|
# Toggle
|
|
484
|
-
-
|
|
485
|
-
-
|
|
486
|
-
-
|
|
487
|
-
-
|
|
572
|
+
- defaultToggled
|
|
573
|
+
- labelA
|
|
574
|
+
- labelB
|
|
575
|
+
- toggled
|
|
488
576
|
# TreeNode
|
|
489
|
-
-
|
|
490
|
-
-
|
|
491
|
-
-
|
|
577
|
+
- defaultIsExpanded
|
|
578
|
+
- depth
|
|
579
|
+
- onNodeFocusEvent
|
|
580
|
+
- onTreeSelect
|
|
492
581
|
# TreeView
|
|
493
|
-
-
|
|
494
|
-
|
|
495
|
-
- 'flags'
|
|
496
|
-
# unstable_Layout
|
|
497
|
-
- 'density'
|
|
498
|
-
# unstable_PageSelector
|
|
499
|
-
- 'currentPage'
|
|
500
|
-
- 'totalPages'
|
|
501
|
-
# unstable_Pagination
|
|
502
|
-
- 'initialPage'
|
|
503
|
-
# unstable_TextDirection
|
|
504
|
-
- 'getTextDirection'
|
|
505
|
-
# unstable__FluidMultiSelect
|
|
506
|
-
- 'isFilterable'
|
|
507
|
-
# unstable__FluidTextInput
|
|
508
|
-
- 'isPassword'
|
|
509
|
-
# unstable__FluidTimePickerSkeleton
|
|
510
|
-
- 'isOnlyTwo'
|
|
511
|
-
# unstable__Slug
|
|
512
|
-
- 'aiText'
|
|
513
|
-
- 'aiTextLabel'
|
|
514
|
-
- 'dotType'
|
|
515
|
-
- 'onRevertClick'
|
|
516
|
-
- 'revertActive'
|
|
517
|
-
- 'revertLabel'
|
|
518
|
-
- 'slugContent'
|
|
519
|
-
- 'slugLabel'
|
|
582
|
+
- multiselect
|
|
583
|
+
- onActivate
|
|
520
584
|
# React
|
|
521
585
|
- key
|
|
522
586
|
- ref
|
|
523
587
|
allowedAttributeStringValues:
|
|
588
|
+
# General - activation
|
|
589
|
+
- automatic
|
|
590
|
+
- manual
|
|
524
591
|
# General - align
|
|
525
|
-
-
|
|
526
|
-
-
|
|
527
|
-
-
|
|
528
|
-
-
|
|
529
|
-
-
|
|
530
|
-
-
|
|
531
|
-
-
|
|
532
|
-
-
|
|
533
|
-
-
|
|
534
|
-
-
|
|
535
|
-
-
|
|
536
|
-
-
|
|
537
|
-
-
|
|
538
|
-
-
|
|
592
|
+
- bottom
|
|
593
|
+
- bottom-end
|
|
594
|
+
- bottom-left
|
|
595
|
+
- bottom-right
|
|
596
|
+
- bottom-start
|
|
597
|
+
- end
|
|
598
|
+
- left
|
|
599
|
+
- left-bottom
|
|
600
|
+
- left-end
|
|
601
|
+
- left-start
|
|
602
|
+
- left-top
|
|
603
|
+
- right
|
|
604
|
+
- right-bottom
|
|
605
|
+
- right-end
|
|
606
|
+
- right-start
|
|
607
|
+
- right-top
|
|
608
|
+
- start
|
|
609
|
+
- top
|
|
610
|
+
- top-end
|
|
611
|
+
- top-left
|
|
612
|
+
- top-right
|
|
613
|
+
- top-start
|
|
614
|
+
# General - aria-current
|
|
615
|
+
- date
|
|
616
|
+
- 'false'
|
|
617
|
+
- location
|
|
618
|
+
- page
|
|
619
|
+
- step
|
|
620
|
+
- time
|
|
621
|
+
- 'true'
|
|
539
622
|
# General - buttonKind
|
|
540
|
-
-
|
|
541
|
-
-
|
|
542
|
-
-
|
|
543
|
-
-
|
|
544
|
-
-
|
|
545
|
-
-
|
|
546
|
-
-
|
|
547
|
-
-
|
|
623
|
+
- danger
|
|
624
|
+
- danger--ghost
|
|
625
|
+
- danger--primary
|
|
626
|
+
- danger--tertiary
|
|
627
|
+
- ghost
|
|
628
|
+
- primary
|
|
629
|
+
- secondary
|
|
630
|
+
- tertiary
|
|
548
631
|
# General - datePickerType
|
|
549
|
-
-
|
|
550
|
-
-
|
|
551
|
-
-
|
|
632
|
+
- range
|
|
633
|
+
- simple
|
|
634
|
+
- single
|
|
635
|
+
# General - density
|
|
636
|
+
- condensed
|
|
637
|
+
- normal
|
|
552
638
|
# General - dir
|
|
553
|
-
-
|
|
554
|
-
-
|
|
555
|
-
-
|
|
639
|
+
- auto
|
|
640
|
+
- ltr
|
|
641
|
+
- rtl
|
|
556
642
|
# General - direction
|
|
557
|
-
-
|
|
558
|
-
-
|
|
643
|
+
- bottom
|
|
644
|
+
- top
|
|
559
645
|
# General - kind
|
|
560
|
-
-
|
|
561
|
-
-
|
|
562
|
-
-
|
|
563
|
-
-
|
|
564
|
-
-
|
|
565
|
-
-
|
|
566
|
-
-
|
|
567
|
-
-
|
|
568
|
-
-
|
|
569
|
-
-
|
|
570
|
-
-
|
|
571
|
-
-
|
|
572
|
-
-
|
|
573
|
-
-
|
|
574
|
-
-
|
|
575
|
-
- 'success'
|
|
576
|
-
- 'tertiary'
|
|
577
|
-
- 'warning'
|
|
578
|
-
- 'warning-alt'
|
|
646
|
+
- danger
|
|
647
|
+
- default
|
|
648
|
+
- disclosed
|
|
649
|
+
- error
|
|
650
|
+
- ghost
|
|
651
|
+
- info
|
|
652
|
+
- info-square
|
|
653
|
+
- inline
|
|
654
|
+
- on-page
|
|
655
|
+
- primary
|
|
656
|
+
- secondary
|
|
657
|
+
- success
|
|
658
|
+
- tertiary
|
|
659
|
+
- warning
|
|
660
|
+
- warning-alt
|
|
579
661
|
# General - labelPosition
|
|
580
|
-
-
|
|
581
|
-
-
|
|
662
|
+
- left
|
|
663
|
+
- right
|
|
664
|
+
# General - level
|
|
665
|
+
- '0'
|
|
666
|
+
- '1'
|
|
667
|
+
- '2'
|
|
582
668
|
# General - loadingStatus
|
|
583
|
-
-
|
|
584
|
-
-
|
|
585
|
-
-
|
|
586
|
-
-
|
|
669
|
+
- active
|
|
670
|
+
- error
|
|
671
|
+
- finished
|
|
672
|
+
- inactive
|
|
587
673
|
# General - locale
|
|
588
|
-
-
|
|
589
|
-
-
|
|
590
|
-
-
|
|
591
|
-
-
|
|
592
|
-
-
|
|
593
|
-
-
|
|
594
|
-
-
|
|
595
|
-
-
|
|
596
|
-
-
|
|
597
|
-
-
|
|
598
|
-
-
|
|
599
|
-
-
|
|
600
|
-
-
|
|
601
|
-
-
|
|
602
|
-
-
|
|
603
|
-
-
|
|
604
|
-
-
|
|
605
|
-
-
|
|
606
|
-
-
|
|
607
|
-
-
|
|
608
|
-
-
|
|
609
|
-
-
|
|
610
|
-
-
|
|
611
|
-
-
|
|
612
|
-
-
|
|
613
|
-
-
|
|
614
|
-
-
|
|
615
|
-
-
|
|
616
|
-
-
|
|
617
|
-
-
|
|
618
|
-
-
|
|
619
|
-
-
|
|
620
|
-
-
|
|
621
|
-
-
|
|
622
|
-
-
|
|
623
|
-
-
|
|
624
|
-
-
|
|
625
|
-
-
|
|
626
|
-
-
|
|
627
|
-
-
|
|
628
|
-
-
|
|
629
|
-
-
|
|
630
|
-
-
|
|
631
|
-
-
|
|
632
|
-
-
|
|
633
|
-
-
|
|
634
|
-
-
|
|
635
|
-
-
|
|
636
|
-
-
|
|
637
|
-
-
|
|
638
|
-
-
|
|
639
|
-
-
|
|
640
|
-
-
|
|
641
|
-
-
|
|
642
|
-
-
|
|
643
|
-
-
|
|
644
|
-
-
|
|
645
|
-
-
|
|
646
|
-
-
|
|
647
|
-
-
|
|
648
|
-
-
|
|
649
|
-
# General -
|
|
650
|
-
-
|
|
651
|
-
-
|
|
652
|
-
-
|
|
653
|
-
-
|
|
674
|
+
- ar
|
|
675
|
+
- at
|
|
676
|
+
- az
|
|
677
|
+
- be
|
|
678
|
+
- bg
|
|
679
|
+
- bn
|
|
680
|
+
- bs
|
|
681
|
+
- cat
|
|
682
|
+
- cs
|
|
683
|
+
- cy
|
|
684
|
+
- da
|
|
685
|
+
- de
|
|
686
|
+
- en
|
|
687
|
+
- eo
|
|
688
|
+
- es
|
|
689
|
+
- et
|
|
690
|
+
- fa
|
|
691
|
+
- fi
|
|
692
|
+
- fo
|
|
693
|
+
- fr
|
|
694
|
+
- ga
|
|
695
|
+
- gr
|
|
696
|
+
- he
|
|
697
|
+
- hi
|
|
698
|
+
- hr
|
|
699
|
+
- hu
|
|
700
|
+
- id
|
|
701
|
+
- is
|
|
702
|
+
- it
|
|
703
|
+
- ja
|
|
704
|
+
- ka
|
|
705
|
+
- km
|
|
706
|
+
- ko
|
|
707
|
+
- kz
|
|
708
|
+
- lt
|
|
709
|
+
- lv
|
|
710
|
+
- mk
|
|
711
|
+
- mn
|
|
712
|
+
- ms
|
|
713
|
+
- my
|
|
714
|
+
- nl
|
|
715
|
+
- no
|
|
716
|
+
- pa
|
|
717
|
+
- pl
|
|
718
|
+
- pt
|
|
719
|
+
- ro
|
|
720
|
+
- ru
|
|
721
|
+
- si
|
|
722
|
+
- sk
|
|
723
|
+
- sl
|
|
724
|
+
- sq
|
|
725
|
+
- sr
|
|
726
|
+
- sv
|
|
727
|
+
- th
|
|
728
|
+
- tr
|
|
729
|
+
- uk
|
|
730
|
+
- uz
|
|
731
|
+
- uz_latn
|
|
732
|
+
- vn
|
|
733
|
+
- zh
|
|
734
|
+
- zh_tw
|
|
735
|
+
# General - menuAlignment
|
|
736
|
+
- bottom
|
|
737
|
+
- bottom-end
|
|
738
|
+
- bottom-start
|
|
739
|
+
- top
|
|
740
|
+
- top-end
|
|
741
|
+
- top-start
|
|
654
742
|
# General - mode
|
|
655
|
-
-
|
|
656
|
-
-
|
|
657
|
-
-
|
|
658
|
-
-
|
|
743
|
+
- basic
|
|
744
|
+
- css-grid
|
|
745
|
+
- flexbox
|
|
746
|
+
- full
|
|
659
747
|
# General - orientation
|
|
660
|
-
-
|
|
661
|
-
-
|
|
748
|
+
- horizontal
|
|
749
|
+
- vertical
|
|
662
750
|
# General - role
|
|
663
|
-
-
|
|
664
|
-
-
|
|
665
|
-
-
|
|
751
|
+
- alert
|
|
752
|
+
- log
|
|
753
|
+
- status
|
|
666
754
|
# General - selectionFeedback
|
|
667
|
-
-
|
|
668
|
-
-
|
|
669
|
-
-
|
|
755
|
+
- fixed
|
|
756
|
+
- top
|
|
757
|
+
- top-after-reopen
|
|
670
758
|
# General - size
|
|
671
|
-
-
|
|
672
|
-
-
|
|
673
|
-
-
|
|
674
|
-
-
|
|
675
|
-
-
|
|
676
|
-
-
|
|
677
|
-
-
|
|
678
|
-
-
|
|
679
|
-
-
|
|
680
|
-
-
|
|
759
|
+
- 2xl
|
|
760
|
+
- 2xs
|
|
761
|
+
- big
|
|
762
|
+
- lg
|
|
763
|
+
- md
|
|
764
|
+
- mini
|
|
765
|
+
- sm
|
|
766
|
+
- small
|
|
767
|
+
- xl
|
|
768
|
+
- xs
|
|
681
769
|
# General - status
|
|
682
|
-
-
|
|
683
|
-
-
|
|
684
|
-
-
|
|
685
|
-
-
|
|
686
|
-
-
|
|
687
|
-
-
|
|
688
|
-
-
|
|
770
|
+
- active
|
|
771
|
+
- complete
|
|
772
|
+
- edit
|
|
773
|
+
- error
|
|
774
|
+
- finished
|
|
775
|
+
- inactive
|
|
776
|
+
- uploading
|
|
689
777
|
# General - theme
|
|
690
|
-
-
|
|
691
|
-
-
|
|
692
|
-
-
|
|
693
|
-
-
|
|
778
|
+
- g10
|
|
779
|
+
- g100
|
|
780
|
+
- g90
|
|
781
|
+
- white
|
|
694
782
|
# General - tooltipAlignment
|
|
695
|
-
-
|
|
696
|
-
-
|
|
697
|
-
-
|
|
698
|
-
-
|
|
699
|
-
-
|
|
700
|
-
-
|
|
701
|
-
-
|
|
702
|
-
-
|
|
703
|
-
-
|
|
704
|
-
-
|
|
705
|
-
-
|
|
783
|
+
- bottom
|
|
784
|
+
- bottom-end
|
|
785
|
+
- bottom-left
|
|
786
|
+
- bottom-right
|
|
787
|
+
- bottom-start
|
|
788
|
+
- center
|
|
789
|
+
- end
|
|
790
|
+
- left
|
|
791
|
+
- right
|
|
792
|
+
- start
|
|
793
|
+
- top
|
|
794
|
+
- top-end
|
|
795
|
+
- top-left
|
|
796
|
+
- top-right
|
|
797
|
+
- top-start
|
|
706
798
|
# General - tooltipPosition
|
|
707
|
-
-
|
|
708
|
-
-
|
|
709
|
-
-
|
|
710
|
-
-
|
|
799
|
+
- bottom
|
|
800
|
+
- left
|
|
801
|
+
- right
|
|
802
|
+
- top
|
|
711
803
|
# General - type
|
|
712
|
-
-
|
|
713
|
-
-
|
|
714
|
-
-
|
|
715
|
-
-
|
|
716
|
-
-
|
|
717
|
-
-
|
|
718
|
-
-
|
|
719
|
-
-
|
|
720
|
-
-
|
|
721
|
-
-
|
|
722
|
-
-
|
|
723
|
-
-
|
|
724
|
-
-
|
|
725
|
-
-
|
|
726
|
-
-
|
|
727
|
-
-
|
|
728
|
-
-
|
|
729
|
-
-
|
|
730
|
-
-
|
|
731
|
-
-
|
|
732
|
-
-
|
|
733
|
-
-
|
|
804
|
+
- blue
|
|
805
|
+
- button
|
|
806
|
+
- cool-gray
|
|
807
|
+
- cyan
|
|
808
|
+
- default
|
|
809
|
+
- gray
|
|
810
|
+
- green
|
|
811
|
+
- high-contrast
|
|
812
|
+
- indented
|
|
813
|
+
- inline
|
|
814
|
+
- magenta
|
|
815
|
+
- multi
|
|
816
|
+
- outline
|
|
817
|
+
- password
|
|
818
|
+
- purple
|
|
819
|
+
- red
|
|
820
|
+
- reset
|
|
821
|
+
- single
|
|
822
|
+
- submit
|
|
823
|
+
- teal
|
|
824
|
+
- text
|
|
825
|
+
- warm-gray
|
|
734
826
|
# AspectRatio - ratio
|
|
735
|
-
-
|
|
736
|
-
-
|
|
737
|
-
-
|
|
738
|
-
-
|
|
739
|
-
-
|
|
740
|
-
-
|
|
741
|
-
-
|
|
742
|
-
-
|
|
743
|
-
-
|
|
744
|
-
#
|
|
745
|
-
-
|
|
746
|
-
-
|
|
747
|
-
- 'location'
|
|
748
|
-
- 'page'
|
|
749
|
-
- 'step'
|
|
750
|
-
- 'time'
|
|
751
|
-
- 'true'
|
|
752
|
-
# Column - lg
|
|
753
|
-
- '100%'
|
|
754
|
-
- '25%'
|
|
755
|
-
- '50%'
|
|
756
|
-
- '75%'
|
|
757
|
-
# Column - md
|
|
758
|
-
- '100%'
|
|
759
|
-
- '25%'
|
|
760
|
-
- '50%'
|
|
761
|
-
- '75%'
|
|
762
|
-
# Column - sm
|
|
763
|
-
- '100%'
|
|
764
|
-
- '25%'
|
|
765
|
-
- '50%'
|
|
766
|
-
- '75%'
|
|
767
|
-
# Column - span
|
|
768
|
-
- '100%'
|
|
769
|
-
- '25%'
|
|
770
|
-
- '50%'
|
|
771
|
-
- '75%'
|
|
772
|
-
# Column - xlg
|
|
773
|
-
- '100%'
|
|
774
|
-
- '25%'
|
|
775
|
-
- '50%'
|
|
776
|
-
- '75%'
|
|
827
|
+
- 16x9
|
|
828
|
+
- 1x1
|
|
829
|
+
- 1x2
|
|
830
|
+
- 2x1
|
|
831
|
+
- 2x3
|
|
832
|
+
- 3x2
|
|
833
|
+
- 3x4
|
|
834
|
+
- 4x3
|
|
835
|
+
- 9x16
|
|
836
|
+
# ContentSwitcher - selectionMode
|
|
837
|
+
- automatic
|
|
838
|
+
- manual
|
|
777
839
|
# FileUploader - filenameStatus
|
|
778
|
-
-
|
|
779
|
-
-
|
|
780
|
-
-
|
|
840
|
+
- complete
|
|
841
|
+
- edit
|
|
842
|
+
- uploading
|
|
781
843
|
# ModalWrapper - triggerButtonKind
|
|
782
|
-
-
|
|
783
|
-
-
|
|
784
|
-
-
|
|
785
|
-
-
|
|
786
|
-
-
|
|
787
|
-
-
|
|
788
|
-
-
|
|
789
|
-
-
|
|
844
|
+
- danger
|
|
845
|
+
- danger--ghost
|
|
846
|
+
- danger--primary
|
|
847
|
+
- danger--tertiary
|
|
848
|
+
- ghost
|
|
849
|
+
- primary
|
|
850
|
+
- secondary
|
|
851
|
+
- tertiary
|
|
790
852
|
# NotificationButton - notificationType
|
|
791
|
-
-
|
|
792
|
-
-
|
|
793
|
-
-
|
|
794
|
-
# TabList - activation
|
|
795
|
-
- 'automatic'
|
|
796
|
-
- 'manual'
|
|
797
|
-
# TabList - iconSize
|
|
798
|
-
- 'default'
|
|
799
|
-
- 'lg'
|
|
853
|
+
- actionable
|
|
854
|
+
- inline
|
|
855
|
+
- toast
|
|
800
856
|
# TableBody - aria-live
|
|
801
|
-
-
|
|
802
|
-
-
|
|
803
|
-
-
|
|
857
|
+
- assertive
|
|
858
|
+
- off
|
|
859
|
+
- polite
|
|
804
860
|
# TableHeader - sortDirection
|
|
805
|
-
-
|
|
806
|
-
-
|
|
807
|
-
-
|
|
861
|
+
- ASC
|
|
862
|
+
- DESC
|
|
863
|
+
- NONE
|
|
864
|
+
# TabList - iconSize
|
|
865
|
+
- default
|
|
866
|
+
- lg
|
|
808
867
|
# TextArea - counterMode
|
|
809
|
-
-
|
|
810
|
-
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
- 'normal'
|
|
814
|
-
# unstable__Slug - dotType
|
|
815
|
-
- 'default'
|
|
816
|
-
- 'hollow'
|
|
868
|
+
- character
|
|
869
|
+
- word
|
|
870
|
+
npm:
|
|
871
|
+
dependencies: null
|
|
817
872
|
js:
|
|
818
|
-
tokens: null
|
|
819
873
|
functions: {}
|
|
874
|
+
tokens: null
|