@fluentui/react-components 9.0.0-rc.9 → 9.1.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/CHANGELOG.json +4195 -1
- package/CHANGELOG.md +914 -2
- package/README.md +1 -1
- package/assets/alert-keyboard.png +0 -0
- package/assets/alert-mouse-touch.png +0 -0
- package/assets/dialog-anatomy.png +0 -0
- package/assets/modal-keyboard.png +0 -0
- package/assets/modal-mouse-touch.png +0 -0
- package/assets/non-modal-keyboard.png +0 -0
- package/assets/non-modal-mouse-touch.png +0 -0
- package/dist/index.d.ts +348 -171
- package/dist/unstable.d.ts +248 -230
- package/lib/AccessibilityScenarios/utils.js.map +1 -1
- package/lib/Concepts/Icons/ReactIconGrid.js +3 -2
- package/lib/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib/index.js +25 -94
- package/lib/index.js.map +1 -1
- package/lib/unstable/index.js +7 -27
- package/lib/unstable/index.js.map +1 -1
- package/lib-commonjs/AccessibilityScenarios/utils.js.map +1 -1
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js +3 -2
- package/lib-commonjs/Concepts/Icons/ReactIconGrid.js.map +1 -1
- package/lib-commonjs/index.js +378 -367
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/unstable/index.js +199 -211
- package/lib-commonjs/unstable/index.js.map +1 -1
- package/package.json +41 -37
package/dist/unstable.d.ts
CHANGED
|
@@ -1,20 +1,33 @@
|
|
|
1
|
+
import { Alert } from '@fluentui/react-alert';
|
|
2
|
+
import { alertClassNames } from '@fluentui/react-alert';
|
|
3
|
+
import { AlertProps } from '@fluentui/react-alert';
|
|
4
|
+
import { AlertSlots } from '@fluentui/react-alert';
|
|
5
|
+
import { AlertState } from '@fluentui/react-alert';
|
|
6
|
+
import { AvatarGroup } from '@fluentui/react-avatar';
|
|
7
|
+
import { avatarGroupClassNames } from '@fluentui/react-avatar';
|
|
8
|
+
import { AvatarGroupItem } from '@fluentui/react-avatar';
|
|
9
|
+
import { avatarGroupItemClassNames } from '@fluentui/react-avatar';
|
|
10
|
+
import { AvatarGroupItemProps } from '@fluentui/react-avatar';
|
|
11
|
+
import { AvatarGroupItemSlots } from '@fluentui/react-avatar';
|
|
12
|
+
import { AvatarGroupItemState } from '@fluentui/react-avatar';
|
|
13
|
+
import { AvatarGroupProps } from '@fluentui/react-avatar';
|
|
14
|
+
import { AvatarGroupSlots } from '@fluentui/react-avatar';
|
|
15
|
+
import { AvatarGroupState } from '@fluentui/react-avatar';
|
|
1
16
|
import { Card } from '@fluentui/react-card';
|
|
2
|
-
import { cardClassName } from '@fluentui/react-card';
|
|
3
17
|
import { cardClassNames } from '@fluentui/react-card';
|
|
18
|
+
import { cardCSSVars } from '@fluentui/react-card';
|
|
4
19
|
import { CardFooter } from '@fluentui/react-card';
|
|
5
|
-
import { cardFooterClassName } from '@fluentui/react-card';
|
|
6
20
|
import { cardFooterClassNames } from '@fluentui/react-card';
|
|
7
21
|
import { CardFooterProps } from '@fluentui/react-card';
|
|
8
22
|
import { CardFooterSlots } from '@fluentui/react-card';
|
|
9
23
|
import { CardFooterState } from '@fluentui/react-card';
|
|
10
24
|
import { CardHeader } from '@fluentui/react-card';
|
|
11
|
-
import { cardHeaderClassName } from '@fluentui/react-card';
|
|
12
25
|
import { cardHeaderClassNames } from '@fluentui/react-card';
|
|
26
|
+
import { cardHeaderCSSVars } from '@fluentui/react-card';
|
|
13
27
|
import { CardHeaderProps } from '@fluentui/react-card';
|
|
14
28
|
import { CardHeaderSlots } from '@fluentui/react-card';
|
|
15
29
|
import { CardHeaderState } from '@fluentui/react-card';
|
|
16
30
|
import { CardPreview } from '@fluentui/react-card';
|
|
17
|
-
import { cardPreviewClassName } from '@fluentui/react-card';
|
|
18
31
|
import { cardPreviewClassNames } from '@fluentui/react-card';
|
|
19
32
|
import { CardPreviewProps } from '@fluentui/react-card';
|
|
20
33
|
import { CardPreviewSlots } from '@fluentui/react-card';
|
|
@@ -22,58 +35,65 @@ import { CardPreviewState } from '@fluentui/react-card';
|
|
|
22
35
|
import { CardProps } from '@fluentui/react-card';
|
|
23
36
|
import { CardSlots } from '@fluentui/react-card';
|
|
24
37
|
import { CardState } from '@fluentui/react-card';
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
38
|
+
import { Combobox } from '@fluentui/react-combobox';
|
|
39
|
+
import { comboboxClassNames } from '@fluentui/react-combobox';
|
|
40
|
+
import { ComboboxContextValues } from '@fluentui/react-combobox';
|
|
41
|
+
import { ComboboxOpenChangeData } from '@fluentui/react-combobox';
|
|
42
|
+
import { ComboboxOpenEvents } from '@fluentui/react-combobox';
|
|
43
|
+
import { ComboboxProps } from '@fluentui/react-combobox';
|
|
44
|
+
import { ComboboxSlots } from '@fluentui/react-combobox';
|
|
45
|
+
import { ComboboxState } from '@fluentui/react-combobox';
|
|
46
|
+
import { DATA_OVERFLOW_ITEM } from '@fluentui/react-overflow';
|
|
47
|
+
import { DATA_OVERFLOW_MENU } from '@fluentui/react-overflow';
|
|
48
|
+
import { DATA_OVERFLOWING } from '@fluentui/react-overflow';
|
|
49
|
+
import { Dropdown } from '@fluentui/react-combobox';
|
|
50
|
+
import { dropdownClassNames } from '@fluentui/react-combobox';
|
|
51
|
+
import { DropdownContextValues } from '@fluentui/react-combobox';
|
|
52
|
+
import { DropdownOpenChangeData } from '@fluentui/react-combobox';
|
|
53
|
+
import { DropdownOpenEvents } from '@fluentui/react-combobox';
|
|
54
|
+
import { DropdownProps } from '@fluentui/react-combobox';
|
|
55
|
+
import { DropdownSlots } from '@fluentui/react-combobox';
|
|
56
|
+
import { DropdownState } from '@fluentui/react-combobox';
|
|
57
|
+
import { Listbox } from '@fluentui/react-combobox';
|
|
58
|
+
import { listboxClassNames } from '@fluentui/react-combobox';
|
|
59
|
+
import { ListboxContextValues } from '@fluentui/react-combobox';
|
|
60
|
+
import { ListboxProps } from '@fluentui/react-combobox';
|
|
61
|
+
import { ListboxSlots } from '@fluentui/react-combobox';
|
|
62
|
+
import { ListboxState } from '@fluentui/react-combobox';
|
|
63
|
+
import { Option as Option_2 } from '@fluentui/react-combobox';
|
|
64
|
+
import { optionClassNames } from '@fluentui/react-combobox';
|
|
65
|
+
import { OptionGroup } from '@fluentui/react-combobox';
|
|
66
|
+
import { optionGroupClassNames } from '@fluentui/react-combobox';
|
|
67
|
+
import { OptionGroupProps } from '@fluentui/react-combobox';
|
|
68
|
+
import { OptionGroupSlots } from '@fluentui/react-combobox';
|
|
69
|
+
import { OptionGroupState } from '@fluentui/react-combobox';
|
|
70
|
+
import { OptionProps } from '@fluentui/react-combobox';
|
|
71
|
+
import { OptionSlots } from '@fluentui/react-combobox';
|
|
72
|
+
import { OptionState } from '@fluentui/react-combobox';
|
|
73
|
+
import { Overflow } from '@fluentui/react-overflow';
|
|
74
|
+
import { OverflowItem } from '@fluentui/react-overflow';
|
|
75
|
+
import { OverflowItemProps } from '@fluentui/react-overflow';
|
|
76
|
+
import { OverflowProps } from '@fluentui/react-overflow';
|
|
77
|
+
import { renderAlert_unstable } from '@fluentui/react-alert';
|
|
78
|
+
import { renderAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
79
|
+
import { renderAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
59
80
|
import { renderCard_unstable } from '@fluentui/react-card';
|
|
60
81
|
import { renderCardFooter_unstable } from '@fluentui/react-card';
|
|
61
82
|
import { renderCardHeader_unstable } from '@fluentui/react-card';
|
|
62
83
|
import { renderCardPreview_unstable } from '@fluentui/react-card';
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
84
|
+
import { renderCombobox_unstable } from '@fluentui/react-combobox';
|
|
85
|
+
import { renderDropdown_unstable } from '@fluentui/react-combobox';
|
|
86
|
+
import { renderListbox_unstable } from '@fluentui/react-combobox';
|
|
87
|
+
import { renderOption_unstable } from '@fluentui/react-combobox';
|
|
88
|
+
import { renderOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
89
|
+
import { renderSelect_unstable } from '@fluentui/react-select';
|
|
68
90
|
import { renderSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import { SelectTabEvent } from '@fluentui/react-tabs';
|
|
76
|
-
import { SelectTabEventHandler } from '@fluentui/react-tabs';
|
|
91
|
+
import { renderToolbar_unstable } from '@fluentui/react-toolbar';
|
|
92
|
+
import { Select } from '@fluentui/react-select';
|
|
93
|
+
import { selectClassNames } from '@fluentui/react-select';
|
|
94
|
+
import { SelectProps } from '@fluentui/react-select';
|
|
95
|
+
import { SelectSlots } from '@fluentui/react-select';
|
|
96
|
+
import { SelectState } from '@fluentui/react-select';
|
|
77
97
|
import { SpinButton } from '@fluentui/react-spinbutton';
|
|
78
98
|
import { SpinButtonBounds } from '@fluentui/react-spinbutton';
|
|
79
99
|
import { SpinButtonChangeEvent } from '@fluentui/react-spinbutton';
|
|
@@ -83,39 +103,27 @@ import { SpinButtonProps } from '@fluentui/react-spinbutton';
|
|
|
83
103
|
import { SpinButtonSlots } from '@fluentui/react-spinbutton';
|
|
84
104
|
import { SpinButtonSpinState } from '@fluentui/react-spinbutton';
|
|
85
105
|
import { SpinButtonState } from '@fluentui/react-spinbutton';
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import { TabListSlots } from '@fluentui/react-tabs';
|
|
108
|
-
import { TabListState } from '@fluentui/react-tabs';
|
|
109
|
-
import { TabProps } from '@fluentui/react-tabs';
|
|
110
|
-
import { TabRegisterData } from '@fluentui/react-tabs';
|
|
111
|
-
import { TabSlots } from '@fluentui/react-tabs';
|
|
112
|
-
import { TabState } from '@fluentui/react-tabs';
|
|
113
|
-
import { TabValue } from '@fluentui/react-tabs';
|
|
114
|
-
import { Textarea } from '@fluentui/react-textarea';
|
|
115
|
-
import { textareaClassNames } from '@fluentui/react-textarea';
|
|
116
|
-
import { TextareaProps } from '@fluentui/react-textarea';
|
|
117
|
-
import { TextareaSlots } from '@fluentui/react-textarea';
|
|
118
|
-
import { TextareaState } from '@fluentui/react-textarea';
|
|
106
|
+
import { Toolbar } from '@fluentui/react-toolbar';
|
|
107
|
+
import { ToolbarButtonProps } from '@fluentui/react-toolbar';
|
|
108
|
+
import { ToolbarButtonState } from '@fluentui/react-toolbar';
|
|
109
|
+
import { toolbarClassNames } from '@fluentui/react-toolbar';
|
|
110
|
+
import { ToolbarContextValue } from '@fluentui/react-toolbar';
|
|
111
|
+
import { ToolbarContextValues } from '@fluentui/react-toolbar';
|
|
112
|
+
import { ToolbarDivider } from '@fluentui/react-toolbar';
|
|
113
|
+
import { ToolbarDividerProps } from '@fluentui/react-toolbar';
|
|
114
|
+
import { ToolbarDividerState } from '@fluentui/react-toolbar';
|
|
115
|
+
import { ToolbarProps } from '@fluentui/react-toolbar';
|
|
116
|
+
import { ToolbarSlots } from '@fluentui/react-toolbar';
|
|
117
|
+
import { ToolbarState } from '@fluentui/react-toolbar';
|
|
118
|
+
import { ToolbarToggleButton } from '@fluentui/react-toolbar';
|
|
119
|
+
import { ToolbarToggleButtonProps } from '@fluentui/react-toolbar';
|
|
120
|
+
import { ToolbarToggleButtonState } from '@fluentui/react-toolbar';
|
|
121
|
+
import { useAlert_unstable } from '@fluentui/react-alert';
|
|
122
|
+
import { useAlertStyles_unstable } from '@fluentui/react-alert';
|
|
123
|
+
import { useAvatarGroup_unstable } from '@fluentui/react-avatar';
|
|
124
|
+
import { useAvatarGroupItem_unstable } from '@fluentui/react-avatar';
|
|
125
|
+
import { useAvatarGroupItemStyles_unstable } from '@fluentui/react-avatar';
|
|
126
|
+
import { useAvatarGroupStyles_unstable } from '@fluentui/react-avatar';
|
|
119
127
|
import { useCard_unstable } from '@fluentui/react-card';
|
|
120
128
|
import { useCardFooter_unstable } from '@fluentui/react-card';
|
|
121
129
|
import { useCardFooterStyles_unstable } from '@fluentui/react-card';
|
|
@@ -124,38 +132,64 @@ import { useCardHeaderStyles_unstable } from '@fluentui/react-card';
|
|
|
124
132
|
import { useCardPreview_unstable } from '@fluentui/react-card';
|
|
125
133
|
import { useCardPreviewStyles_unstable } from '@fluentui/react-card';
|
|
126
134
|
import { useCardStyles_unstable } from '@fluentui/react-card';
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
135
|
+
import { useCombobox_unstable } from '@fluentui/react-combobox';
|
|
136
|
+
import { useComboboxStyles_unstable } from '@fluentui/react-combobox';
|
|
137
|
+
import { useDropdown_unstable } from '@fluentui/react-combobox';
|
|
138
|
+
import { useDropdownStyles_unstable } from '@fluentui/react-combobox';
|
|
139
|
+
import { useIsOverflowGroupVisible } from '@fluentui/react-overflow';
|
|
140
|
+
import { useIsOverflowItemVisible } from '@fluentui/react-overflow';
|
|
141
|
+
import { useListbox_unstable } from '@fluentui/react-combobox';
|
|
142
|
+
import { useListboxStyles_unstable } from '@fluentui/react-combobox';
|
|
143
|
+
import { useOption_unstable } from '@fluentui/react-combobox';
|
|
144
|
+
import { useOptionGroup_unstable } from '@fluentui/react-combobox';
|
|
145
|
+
import { useOptionGroupStyles_unstable } from '@fluentui/react-combobox';
|
|
146
|
+
import { useOptionStyles_unstable } from '@fluentui/react-combobox';
|
|
147
|
+
import { useOverflowMenu } from '@fluentui/react-overflow';
|
|
148
|
+
import { useSelect_unstable } from '@fluentui/react-select';
|
|
149
|
+
import { useSelectStyles_unstable } from '@fluentui/react-select';
|
|
137
150
|
import { useSpinButton_unstable } from '@fluentui/react-spinbutton';
|
|
138
151
|
import { useSpinButtonStyles_unstable } from '@fluentui/react-spinbutton';
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import { useSwitchStyles_unstable } from '@fluentui/react-switch';
|
|
143
|
-
import { useTab_unstable } from '@fluentui/react-tabs';
|
|
144
|
-
import { useTabList_unstable } from '@fluentui/react-tabs';
|
|
145
|
-
import { useTabListStyles_unstable } from '@fluentui/react-tabs';
|
|
146
|
-
import { useTabStyles_unstable } from '@fluentui/react-tabs';
|
|
147
|
-
import { useTextarea_unstable } from '@fluentui/react-textarea';
|
|
148
|
-
import { useTextareaStyles_unstable } from '@fluentui/react-textarea';
|
|
152
|
+
import { useToolbar_unstable } from '@fluentui/react-toolbar';
|
|
153
|
+
import { useToolbarDividerStyles_unstable } from '@fluentui/react-toolbar';
|
|
154
|
+
import { useToolbarStyles_unstable } from '@fluentui/react-toolbar';
|
|
149
155
|
|
|
150
|
-
export {
|
|
156
|
+
export { Alert }
|
|
157
|
+
|
|
158
|
+
export { alertClassNames }
|
|
159
|
+
|
|
160
|
+
export { AlertProps }
|
|
161
|
+
|
|
162
|
+
export { AlertSlots }
|
|
163
|
+
|
|
164
|
+
export { AlertState }
|
|
165
|
+
|
|
166
|
+
export { AvatarGroup }
|
|
167
|
+
|
|
168
|
+
export { avatarGroupClassNames }
|
|
169
|
+
|
|
170
|
+
export { AvatarGroupItem }
|
|
171
|
+
|
|
172
|
+
export { avatarGroupItemClassNames }
|
|
173
|
+
|
|
174
|
+
export { AvatarGroupItemProps }
|
|
175
|
+
|
|
176
|
+
export { AvatarGroupItemSlots }
|
|
177
|
+
|
|
178
|
+
export { AvatarGroupItemState }
|
|
179
|
+
|
|
180
|
+
export { AvatarGroupProps }
|
|
151
181
|
|
|
152
|
-
export {
|
|
182
|
+
export { AvatarGroupSlots }
|
|
183
|
+
|
|
184
|
+
export { AvatarGroupState }
|
|
185
|
+
|
|
186
|
+
export { Card }
|
|
153
187
|
|
|
154
188
|
export { cardClassNames }
|
|
155
189
|
|
|
156
|
-
export {
|
|
190
|
+
export { cardCSSVars }
|
|
157
191
|
|
|
158
|
-
export {
|
|
192
|
+
export { CardFooter }
|
|
159
193
|
|
|
160
194
|
export { cardFooterClassNames }
|
|
161
195
|
|
|
@@ -167,10 +201,10 @@ export { CardFooterState }
|
|
|
167
201
|
|
|
168
202
|
export { CardHeader }
|
|
169
203
|
|
|
170
|
-
export { cardHeaderClassName }
|
|
171
|
-
|
|
172
204
|
export { cardHeaderClassNames }
|
|
173
205
|
|
|
206
|
+
export { cardHeaderCSSVars }
|
|
207
|
+
|
|
174
208
|
export { CardHeaderProps }
|
|
175
209
|
|
|
176
210
|
export { CardHeaderSlots }
|
|
@@ -179,8 +213,6 @@ export { CardHeaderState }
|
|
|
179
213
|
|
|
180
214
|
export { CardPreview }
|
|
181
215
|
|
|
182
|
-
export { cardPreviewClassName }
|
|
183
|
-
|
|
184
216
|
export { cardPreviewClassNames }
|
|
185
217
|
|
|
186
218
|
export { CardPreviewProps }
|
|
@@ -195,73 +227,89 @@ export { CardSlots }
|
|
|
195
227
|
|
|
196
228
|
export { CardState }
|
|
197
229
|
|
|
198
|
-
export {
|
|
230
|
+
export { Combobox }
|
|
231
|
+
|
|
232
|
+
export { comboboxClassNames }
|
|
233
|
+
|
|
234
|
+
export { ComboboxContextValues }
|
|
235
|
+
|
|
236
|
+
export { ComboboxOpenChangeData }
|
|
237
|
+
|
|
238
|
+
export { ComboboxOpenEvents }
|
|
199
239
|
|
|
200
|
-
export {
|
|
240
|
+
export { ComboboxProps }
|
|
201
241
|
|
|
202
|
-
export {
|
|
242
|
+
export { ComboboxSlots }
|
|
203
243
|
|
|
204
|
-
export {
|
|
244
|
+
export { ComboboxState }
|
|
205
245
|
|
|
206
|
-
export {
|
|
246
|
+
export { DATA_OVERFLOW_ITEM }
|
|
207
247
|
|
|
208
|
-
export {
|
|
248
|
+
export { DATA_OVERFLOW_MENU }
|
|
209
249
|
|
|
210
|
-
export {
|
|
250
|
+
export { DATA_OVERFLOWING }
|
|
211
251
|
|
|
212
|
-
export {
|
|
252
|
+
export { Dropdown }
|
|
213
253
|
|
|
214
|
-
export {
|
|
254
|
+
export { dropdownClassNames }
|
|
215
255
|
|
|
216
|
-
export {
|
|
256
|
+
export { DropdownContextValues }
|
|
217
257
|
|
|
218
|
-
export {
|
|
258
|
+
export { DropdownOpenChangeData }
|
|
219
259
|
|
|
220
|
-
export {
|
|
260
|
+
export { DropdownOpenEvents }
|
|
221
261
|
|
|
222
|
-
export {
|
|
262
|
+
export { DropdownProps }
|
|
223
263
|
|
|
224
|
-
export {
|
|
264
|
+
export { DropdownSlots }
|
|
225
265
|
|
|
226
|
-
export {
|
|
266
|
+
export { DropdownState }
|
|
227
267
|
|
|
228
|
-
export {
|
|
268
|
+
export { Listbox }
|
|
229
269
|
|
|
230
|
-
export {
|
|
270
|
+
export { listboxClassNames }
|
|
231
271
|
|
|
232
|
-
export {
|
|
272
|
+
export { ListboxContextValues }
|
|
233
273
|
|
|
234
|
-
export {
|
|
274
|
+
export { ListboxProps }
|
|
235
275
|
|
|
236
|
-
export {
|
|
276
|
+
export { ListboxSlots }
|
|
237
277
|
|
|
238
|
-
export {
|
|
278
|
+
export { ListboxState }
|
|
239
279
|
|
|
240
|
-
export {
|
|
280
|
+
export { Option_2 as Option }
|
|
241
281
|
|
|
242
|
-
export {
|
|
282
|
+
export { optionClassNames }
|
|
243
283
|
|
|
244
|
-
export {
|
|
284
|
+
export { OptionGroup }
|
|
245
285
|
|
|
246
|
-
export {
|
|
286
|
+
export { optionGroupClassNames }
|
|
247
287
|
|
|
248
|
-
export {
|
|
288
|
+
export { OptionGroupProps }
|
|
249
289
|
|
|
250
|
-
export {
|
|
290
|
+
export { OptionGroupSlots }
|
|
251
291
|
|
|
252
|
-
export {
|
|
292
|
+
export { OptionGroupState }
|
|
253
293
|
|
|
254
|
-
export {
|
|
294
|
+
export { OptionProps }
|
|
255
295
|
|
|
256
|
-
export {
|
|
296
|
+
export { OptionSlots }
|
|
257
297
|
|
|
258
|
-
export {
|
|
298
|
+
export { OptionState }
|
|
259
299
|
|
|
260
|
-
export {
|
|
300
|
+
export { Overflow }
|
|
261
301
|
|
|
262
|
-
export {
|
|
302
|
+
export { OverflowItem }
|
|
263
303
|
|
|
264
|
-
export {
|
|
304
|
+
export { OverflowItemProps }
|
|
305
|
+
|
|
306
|
+
export { OverflowProps }
|
|
307
|
+
|
|
308
|
+
export { renderAlert_unstable }
|
|
309
|
+
|
|
310
|
+
export { renderAvatarGroup_unstable }
|
|
311
|
+
|
|
312
|
+
export { renderAvatarGroupItem_unstable }
|
|
265
313
|
|
|
266
314
|
export { renderCard_unstable }
|
|
267
315
|
|
|
@@ -271,33 +319,31 @@ export { renderCardHeader_unstable }
|
|
|
271
319
|
|
|
272
320
|
export { renderCardPreview_unstable }
|
|
273
321
|
|
|
274
|
-
export {
|
|
322
|
+
export { renderCombobox_unstable }
|
|
275
323
|
|
|
276
|
-
export {
|
|
324
|
+
export { renderDropdown_unstable }
|
|
277
325
|
|
|
278
|
-
export {
|
|
326
|
+
export { renderListbox_unstable }
|
|
279
327
|
|
|
280
|
-
export {
|
|
328
|
+
export { renderOption_unstable }
|
|
281
329
|
|
|
282
|
-
export {
|
|
330
|
+
export { renderOptionGroup_unstable }
|
|
283
331
|
|
|
284
|
-
export {
|
|
285
|
-
|
|
286
|
-
export { renderSpinner_unstable }
|
|
332
|
+
export { renderSelect_unstable }
|
|
287
333
|
|
|
288
|
-
export {
|
|
334
|
+
export { renderSpinButton_unstable }
|
|
289
335
|
|
|
290
|
-
export {
|
|
336
|
+
export { renderToolbar_unstable }
|
|
291
337
|
|
|
292
|
-
export {
|
|
338
|
+
export { Select }
|
|
293
339
|
|
|
294
|
-
export {
|
|
340
|
+
export { selectClassNames }
|
|
295
341
|
|
|
296
|
-
export {
|
|
342
|
+
export { SelectProps }
|
|
297
343
|
|
|
298
|
-
export {
|
|
344
|
+
export { SelectSlots }
|
|
299
345
|
|
|
300
|
-
export {
|
|
346
|
+
export { SelectState }
|
|
301
347
|
|
|
302
348
|
export { SpinButton }
|
|
303
349
|
|
|
@@ -317,71 +363,47 @@ export { SpinButtonSpinState }
|
|
|
317
363
|
|
|
318
364
|
export { SpinButtonState }
|
|
319
365
|
|
|
320
|
-
export {
|
|
321
|
-
|
|
322
|
-
export { Spinner }
|
|
323
|
-
|
|
324
|
-
export { spinnerClassNames }
|
|
325
|
-
|
|
326
|
-
export { SpinnerProps }
|
|
327
|
-
|
|
328
|
-
export { SpinnerSlots }
|
|
329
|
-
|
|
330
|
-
export { SpinnerState }
|
|
331
|
-
|
|
332
|
-
export { Switch }
|
|
366
|
+
export { Toolbar }
|
|
333
367
|
|
|
334
|
-
export {
|
|
368
|
+
export { ToolbarButtonProps }
|
|
335
369
|
|
|
336
|
-
export {
|
|
370
|
+
export { ToolbarButtonState }
|
|
337
371
|
|
|
338
|
-
export {
|
|
372
|
+
export { toolbarClassNames }
|
|
339
373
|
|
|
340
|
-
export {
|
|
374
|
+
export { ToolbarContextValue }
|
|
341
375
|
|
|
342
|
-
export {
|
|
376
|
+
export { ToolbarContextValues }
|
|
343
377
|
|
|
344
|
-
export {
|
|
378
|
+
export { ToolbarDivider }
|
|
345
379
|
|
|
346
|
-
export {
|
|
380
|
+
export { ToolbarDividerProps }
|
|
347
381
|
|
|
348
|
-
export {
|
|
382
|
+
export { ToolbarDividerState }
|
|
349
383
|
|
|
350
|
-
export {
|
|
384
|
+
export { ToolbarProps }
|
|
351
385
|
|
|
352
|
-
export {
|
|
386
|
+
export { ToolbarSlots }
|
|
353
387
|
|
|
354
|
-
export {
|
|
388
|
+
export { ToolbarState }
|
|
355
389
|
|
|
356
|
-
export {
|
|
390
|
+
export { ToolbarToggleButton }
|
|
357
391
|
|
|
358
|
-
export {
|
|
392
|
+
export { ToolbarToggleButtonProps }
|
|
359
393
|
|
|
360
|
-
export {
|
|
394
|
+
export { ToolbarToggleButtonState }
|
|
361
395
|
|
|
362
|
-
export {
|
|
396
|
+
export { useAlert_unstable }
|
|
363
397
|
|
|
364
|
-
export {
|
|
398
|
+
export { useAlertStyles_unstable }
|
|
365
399
|
|
|
366
|
-
export {
|
|
400
|
+
export { useAvatarGroup_unstable }
|
|
367
401
|
|
|
368
|
-
export {
|
|
402
|
+
export { useAvatarGroupItem_unstable }
|
|
369
403
|
|
|
370
|
-
export {
|
|
404
|
+
export { useAvatarGroupItemStyles_unstable }
|
|
371
405
|
|
|
372
|
-
export {
|
|
373
|
-
|
|
374
|
-
export { TabValue }
|
|
375
|
-
|
|
376
|
-
export { Textarea }
|
|
377
|
-
|
|
378
|
-
export { textareaClassNames }
|
|
379
|
-
|
|
380
|
-
export { TextareaProps }
|
|
381
|
-
|
|
382
|
-
export { TextareaSlots }
|
|
383
|
-
|
|
384
|
-
export { TextareaState }
|
|
406
|
+
export { useAvatarGroupStyles_unstable }
|
|
385
407
|
|
|
386
408
|
export { useCard_unstable }
|
|
387
409
|
|
|
@@ -399,48 +421,44 @@ export { useCardPreviewStyles_unstable }
|
|
|
399
421
|
|
|
400
422
|
export { useCardStyles_unstable }
|
|
401
423
|
|
|
402
|
-
export {
|
|
424
|
+
export { useCombobox_unstable }
|
|
403
425
|
|
|
404
|
-
export {
|
|
426
|
+
export { useComboboxStyles_unstable }
|
|
405
427
|
|
|
406
|
-
export {
|
|
428
|
+
export { useDropdown_unstable }
|
|
407
429
|
|
|
408
|
-
export {
|
|
430
|
+
export { useDropdownStyles_unstable }
|
|
409
431
|
|
|
410
|
-
export {
|
|
432
|
+
export { useIsOverflowGroupVisible }
|
|
411
433
|
|
|
412
|
-
export {
|
|
434
|
+
export { useIsOverflowItemVisible }
|
|
413
435
|
|
|
414
|
-
export {
|
|
436
|
+
export { useListbox_unstable }
|
|
415
437
|
|
|
416
|
-
export {
|
|
438
|
+
export { useListboxStyles_unstable }
|
|
417
439
|
|
|
418
|
-
export {
|
|
440
|
+
export { useOption_unstable }
|
|
419
441
|
|
|
420
|
-
export {
|
|
442
|
+
export { useOptionGroup_unstable }
|
|
421
443
|
|
|
422
|
-
export {
|
|
423
|
-
|
|
424
|
-
export { useSpinButtonStyles_unstable }
|
|
444
|
+
export { useOptionGroupStyles_unstable }
|
|
425
445
|
|
|
426
|
-
export {
|
|
446
|
+
export { useOptionStyles_unstable }
|
|
427
447
|
|
|
428
|
-
export {
|
|
448
|
+
export { useOverflowMenu }
|
|
429
449
|
|
|
430
|
-
export {
|
|
450
|
+
export { useSelect_unstable }
|
|
431
451
|
|
|
432
|
-
export {
|
|
452
|
+
export { useSelectStyles_unstable }
|
|
433
453
|
|
|
434
|
-
export {
|
|
435
|
-
|
|
436
|
-
export { useTabList_unstable }
|
|
454
|
+
export { useSpinButton_unstable }
|
|
437
455
|
|
|
438
|
-
export {
|
|
456
|
+
export { useSpinButtonStyles_unstable }
|
|
439
457
|
|
|
440
|
-
export {
|
|
458
|
+
export { useToolbar_unstable }
|
|
441
459
|
|
|
442
|
-
export {
|
|
460
|
+
export { useToolbarDividerStyles_unstable }
|
|
443
461
|
|
|
444
|
-
export {
|
|
462
|
+
export { useToolbarStyles_unstable }
|
|
445
463
|
|
|
446
464
|
export { }
|