@backstage/ui 0.9.0-next.3 → 0.9.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.md +174 -0
- package/README.md +23 -0
- package/dist/components/Accordion/Accordion.esm.js +5 -4
- package/dist/components/Accordion/Accordion.esm.js.map +1 -1
- package/dist/components/Accordion/definition.esm.js +15 -0
- package/dist/components/Accordion/definition.esm.js.map +1 -0
- package/dist/components/Avatar/Avatar.esm.js +9 -5
- package/dist/components/Avatar/Avatar.esm.js.map +1 -1
- package/dist/components/Avatar/definition.esm.js +13 -0
- package/dist/components/Avatar/definition.esm.js.map +1 -0
- package/dist/components/Box/Box.esm.js +2 -1
- package/dist/components/Box/Box.esm.js.map +1 -1
- package/dist/components/Box/definition.esm.js +32 -0
- package/dist/components/Box/definition.esm.js.map +1 -0
- package/dist/components/Button/Button.esm.js +9 -5
- package/dist/components/Button/Button.esm.js.map +1 -1
- package/dist/components/Button/definition.esm.js +15 -0
- package/dist/components/Button/definition.esm.js.map +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.esm.js +11 -6
- package/dist/components/ButtonIcon/ButtonIcon.esm.js.map +1 -1
- package/dist/components/ButtonIcon/definition.esm.js +10 -0
- package/dist/components/ButtonIcon/definition.esm.js.map +1 -0
- package/dist/components/ButtonLink/ButtonLink.esm.js +11 -6
- package/dist/components/ButtonLink/ButtonLink.esm.js.map +1 -1
- package/dist/components/ButtonLink/definition.esm.js +8 -0
- package/dist/components/ButtonLink/definition.esm.js.map +1 -0
- package/dist/components/Card/Card.esm.js +5 -4
- package/dist/components/Card/Card.esm.js.map +1 -1
- package/dist/components/Card/definition.esm.js +11 -0
- package/dist/components/Card/definition.esm.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.esm.js +2 -1
- package/dist/components/Checkbox/Checkbox.esm.js.map +1 -1
- package/dist/components/Checkbox/definition.esm.js +12 -0
- package/dist/components/Checkbox/definition.esm.js.map +1 -0
- package/dist/components/Container/Container.esm.js +2 -1
- package/dist/components/Container/Container.esm.js.map +1 -1
- package/dist/components/Container/definition.esm.js +9 -0
- package/dist/components/Container/definition.esm.js.map +1 -0
- package/dist/components/Dialog/Dialog.esm.js +5 -4
- package/dist/components/Dialog/Dialog.esm.js.map +1 -1
- package/dist/components/Dialog/definition.esm.js +13 -0
- package/dist/components/Dialog/definition.esm.js.map +1 -0
- package/dist/components/FieldError/FieldError.esm.js +2 -1
- package/dist/components/FieldError/FieldError.esm.js.map +1 -1
- package/dist/components/FieldError/definition.esm.js +8 -0
- package/dist/components/FieldError/definition.esm.js.map +1 -0
- package/dist/components/FieldLabel/FieldLabel.esm.js +2 -1
- package/dist/components/FieldLabel/FieldLabel.esm.js.map +1 -1
- package/dist/components/FieldLabel/definition.esm.js +11 -0
- package/dist/components/FieldLabel/definition.esm.js.map +1 -0
- package/dist/components/Flex/Flex.esm.js +2 -1
- package/dist/components/Flex/Flex.esm.js.map +1 -1
- package/dist/components/Flex/definition.esm.js +28 -0
- package/dist/components/Flex/definition.esm.js.map +1 -0
- package/dist/components/Grid/Grid.esm.js +3 -2
- package/dist/components/Grid/Grid.esm.js.map +1 -1
- package/dist/components/Grid/definition.esm.js +32 -0
- package/dist/components/Grid/definition.esm.js.map +1 -0
- package/dist/components/Header/Header.esm.js +2 -1
- package/dist/components/Header/Header.esm.js.map +1 -1
- package/dist/components/Header/HeaderToolbar.esm.js +2 -1
- package/dist/components/Header/HeaderToolbar.esm.js.map +1 -1
- package/dist/components/Header/definition.esm.js +14 -0
- package/dist/components/Header/definition.esm.js.map +1 -0
- package/dist/components/HeaderPage/HeaderPage.esm.js +2 -1
- package/dist/components/HeaderPage/HeaderPage.esm.js.map +1 -1
- package/dist/components/HeaderPage/definition.esm.js +12 -0
- package/dist/components/HeaderPage/definition.esm.js.map +1 -0
- package/dist/components/Link/Link.esm.js +10 -6
- package/dist/components/Link/Link.esm.js.map +1 -1
- package/dist/components/Link/definition.esm.js +14 -0
- package/dist/components/Link/definition.esm.js.map +1 -0
- package/dist/components/Menu/Menu.esm.js +10 -9
- package/dist/components/Menu/Menu.esm.js.map +1 -1
- package/dist/components/Menu/definition.esm.js +23 -0
- package/dist/components/Menu/definition.esm.js.map +1 -0
- package/dist/components/Popover/definition.esm.js +8 -0
- package/dist/components/Popover/definition.esm.js.map +1 -0
- package/dist/components/RadioGroup/RadioGroup.esm.js +3 -2
- package/dist/components/RadioGroup/RadioGroup.esm.js.map +1 -1
- package/dist/components/RadioGroup/definition.esm.js +10 -0
- package/dist/components/RadioGroup/definition.esm.js.map +1 -0
- package/dist/components/SearchField/SearchField.esm.js +2 -1
- package/dist/components/SearchField/SearchField.esm.js.map +1 -1
- package/dist/components/SearchField/definition.esm.js +16 -0
- package/dist/components/SearchField/definition.esm.js.map +1 -0
- package/dist/components/Select/Select.esm.js +11 -6
- package/dist/components/Select/Select.esm.js.map +1 -1
- package/dist/components/Select/SelectContent.esm.js +2 -1
- package/dist/components/Select/SelectContent.esm.js.map +1 -1
- package/dist/components/Select/SelectListBox.esm.js +3 -2
- package/dist/components/Select/SelectListBox.esm.js.map +1 -1
- package/dist/components/Select/SelectTrigger.esm.js +2 -1
- package/dist/components/Select/SelectTrigger.esm.js.map +1 -1
- package/dist/components/Select/definition.esm.js +23 -0
- package/dist/components/Select/definition.esm.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.esm.js +2 -1
- package/dist/components/Skeleton/Skeleton.esm.js.map +1 -1
- package/dist/components/Skeleton/definition.esm.js +8 -0
- package/dist/components/Skeleton/definition.esm.js.map +1 -0
- package/dist/components/Switch/Switch.esm.js +2 -1
- package/dist/components/Switch/Switch.esm.js.map +1 -1
- package/dist/components/Switch/definition.esm.js +9 -0
- package/dist/components/Switch/definition.esm.js.map +1 -0
- package/dist/components/Table/components/Cell.esm.js +2 -1
- package/dist/components/Table/components/Cell.esm.js.map +1 -1
- package/dist/components/Table/components/CellProfile.esm.js +5 -7
- package/dist/components/Table/components/CellProfile.esm.js.map +1 -1
- package/dist/components/Table/components/Column.esm.js +2 -4
- package/dist/components/Table/components/Column.esm.js.map +1 -1
- package/dist/components/Table/components/Row.esm.js +2 -4
- package/dist/components/Table/components/Row.esm.js.map +1 -1
- package/dist/components/Table/components/Table.esm.js +2 -4
- package/dist/components/Table/components/Table.esm.js.map +1 -1
- package/dist/components/Table/components/TableBody.esm.js +2 -4
- package/dist/components/Table/components/TableBody.esm.js.map +1 -1
- package/dist/components/Table/components/TableHeader.esm.js +2 -4
- package/dist/components/Table/components/TableHeader.esm.js.map +1 -1
- package/dist/components/Table/definition.esm.js +24 -0
- package/dist/components/Table/definition.esm.js.map +1 -0
- package/dist/components/TablePagination/TablePagination.esm.js +2 -1
- package/dist/components/TablePagination/TablePagination.esm.js.map +1 -1
- package/dist/components/TablePagination/definition.esm.js +11 -0
- package/dist/components/TablePagination/definition.esm.js.map +1 -0
- package/dist/components/Tabs/Tabs.esm.js +5 -4
- package/dist/components/Tabs/Tabs.esm.js.map +1 -1
- package/dist/components/Tabs/TabsIndicators.esm.js +2 -1
- package/dist/components/Tabs/TabsIndicators.esm.js.map +1 -1
- package/dist/components/Tabs/definition.esm.js +14 -0
- package/dist/components/Tabs/definition.esm.js.map +1 -0
- package/dist/components/TagGroup/TagGroup.esm.js +3 -2
- package/dist/components/TagGroup/TagGroup.esm.js.map +1 -1
- package/dist/components/TagGroup/definition.esm.js +12 -0
- package/dist/components/TagGroup/definition.esm.js.map +1 -0
- package/dist/components/Text/Text.esm.js +10 -6
- package/dist/components/Text/Text.esm.js.map +1 -1
- package/dist/components/Text/definition.esm.js +14 -0
- package/dist/components/Text/definition.esm.js.map +1 -0
- package/dist/components/TextField/TextField.esm.js +2 -1
- package/dist/components/TextField/TextField.esm.js.map +1 -1
- package/dist/components/TextField/definition.esm.js +17 -0
- package/dist/components/TextField/definition.esm.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.esm.js +2 -1
- package/dist/components/Tooltip/Tooltip.esm.js.map +1 -1
- package/dist/components/Tooltip/definition.esm.js +9 -0
- package/dist/components/Tooltip/definition.esm.js.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.esm.js +5 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.esm.js.map +1 -1
- package/dist/components/VisuallyHidden/definition.esm.js +8 -0
- package/dist/components/VisuallyHidden/definition.esm.js.map +1 -0
- package/dist/hooks/useStyles.esm.js +1 -3
- package/dist/hooks/useStyles.esm.js.map +1 -1
- package/dist/index.d.ts +455 -362
- package/dist/index.esm.js +30 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
- package/dist/utils/componentDefinitions.esm.js +0 -406
- package/dist/utils/componentDefinitions.esm.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -4,355 +4,6 @@ import { ButtonProps as ButtonProps$1, DisclosureProps, HeadingProps, Disclosure
|
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
import { NavigateOptions } from 'react-router-dom';
|
|
6
6
|
|
|
7
|
-
/**
|
|
8
|
-
* Component definitions for the Backstage UI library
|
|
9
|
-
* @public
|
|
10
|
-
*/
|
|
11
|
-
declare const componentDefinitions: {
|
|
12
|
-
readonly Avatar: {
|
|
13
|
-
readonly classNames: {
|
|
14
|
-
readonly root: "bui-AvatarRoot";
|
|
15
|
-
readonly image: "bui-AvatarImage";
|
|
16
|
-
readonly fallback: "bui-AvatarFallback";
|
|
17
|
-
};
|
|
18
|
-
readonly dataAttributes: {
|
|
19
|
-
readonly size: readonly ["small", "medium", "large"];
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
readonly Box: {
|
|
23
|
-
readonly classNames: {
|
|
24
|
-
readonly root: "bui-Box";
|
|
25
|
-
};
|
|
26
|
-
readonly utilityProps: ["m", "mb", "ml", "mr", "mt", "mx", "my", "p", "pb", "pl", "pr", "pt", "px", "py", "position", "display", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight"];
|
|
27
|
-
};
|
|
28
|
-
readonly Button: {
|
|
29
|
-
readonly classNames: {
|
|
30
|
-
readonly root: "bui-Button";
|
|
31
|
-
readonly content: "bui-ButtonContent";
|
|
32
|
-
readonly spinner: "bui-ButtonSpinner";
|
|
33
|
-
};
|
|
34
|
-
readonly dataAttributes: {
|
|
35
|
-
readonly size: readonly ["small", "medium", "large"];
|
|
36
|
-
readonly variant: readonly ["primary", "secondary", "tertiary"];
|
|
37
|
-
readonly loading: readonly [true, false];
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
readonly ButtonIcon: {
|
|
41
|
-
readonly classNames: {
|
|
42
|
-
readonly root: "bui-ButtonIcon";
|
|
43
|
-
readonly content: "bui-ButtonIconContent";
|
|
44
|
-
readonly spinner: "bui-ButtonIconSpinner";
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
readonly ButtonLink: {
|
|
48
|
-
readonly classNames: {
|
|
49
|
-
readonly root: "bui-ButtonLink";
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
readonly Card: {
|
|
53
|
-
readonly classNames: {
|
|
54
|
-
readonly root: "bui-Card";
|
|
55
|
-
readonly header: "bui-CardHeader";
|
|
56
|
-
readonly body: "bui-CardBody";
|
|
57
|
-
readonly footer: "bui-CardFooter";
|
|
58
|
-
};
|
|
59
|
-
};
|
|
60
|
-
readonly Checkbox: {
|
|
61
|
-
readonly classNames: {
|
|
62
|
-
readonly root: "bui-Checkbox";
|
|
63
|
-
readonly indicator: "bui-CheckboxIndicator";
|
|
64
|
-
};
|
|
65
|
-
readonly dataAttributes: {
|
|
66
|
-
readonly selected: readonly [true, false];
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
readonly Container: {
|
|
70
|
-
readonly classNames: {
|
|
71
|
-
readonly root: "bui-Container";
|
|
72
|
-
};
|
|
73
|
-
readonly utilityProps: ["my", "mt", "mb", "py", "pt", "pb", "display"];
|
|
74
|
-
};
|
|
75
|
-
readonly Dialog: {
|
|
76
|
-
readonly classNames: {
|
|
77
|
-
readonly overlay: "bui-DialogOverlay";
|
|
78
|
-
readonly dialog: "bui-Dialog";
|
|
79
|
-
readonly header: "bui-DialogHeader";
|
|
80
|
-
readonly headerTitle: "bui-DialogHeaderTitle";
|
|
81
|
-
readonly body: "bui-DialogBody";
|
|
82
|
-
readonly footer: "bui-DialogFooter";
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
readonly Accordion: {
|
|
86
|
-
readonly classNames: {
|
|
87
|
-
readonly root: "bui-Accordion";
|
|
88
|
-
readonly trigger: "bui-AccordionTrigger";
|
|
89
|
-
readonly triggerButton: "bui-AccordionTriggerButton";
|
|
90
|
-
readonly triggerTitle: "bui-AccordionTriggerTitle";
|
|
91
|
-
readonly triggerSubtitle: "bui-AccordionTriggerSubtitle";
|
|
92
|
-
readonly triggerIcon: "bui-AccordionTriggerIcon";
|
|
93
|
-
readonly panel: "bui-AccordionPanel";
|
|
94
|
-
readonly group: "bui-AccordionGroup";
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
readonly FieldError: {
|
|
98
|
-
readonly classNames: {
|
|
99
|
-
readonly root: "bui-FieldError";
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
|
-
readonly FieldLabel: {
|
|
103
|
-
readonly classNames: {
|
|
104
|
-
readonly root: "bui-FieldLabelWrapper";
|
|
105
|
-
readonly label: "bui-FieldLabel";
|
|
106
|
-
readonly secondaryLabel: "bui-FieldSecondaryLabel";
|
|
107
|
-
readonly description: "bui-FieldDescription";
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
readonly Flex: {
|
|
111
|
-
readonly classNames: {
|
|
112
|
-
readonly root: "bui-Flex";
|
|
113
|
-
};
|
|
114
|
-
readonly utilityProps: ["m", "mb", "ml", "mr", "mt", "mx", "my", "p", "pb", "pl", "pr", "pt", "px", "py", "gap", "align", "justify", "direction"];
|
|
115
|
-
};
|
|
116
|
-
readonly Grid: {
|
|
117
|
-
readonly classNames: {
|
|
118
|
-
readonly root: "bui-Grid";
|
|
119
|
-
};
|
|
120
|
-
readonly utilityProps: ["columns", "gap", "m", "mb", "ml", "mr", "mt", "mx", "my", "p", "pb", "pl", "pr", "pt", "px", "py"];
|
|
121
|
-
};
|
|
122
|
-
readonly GridItem: {
|
|
123
|
-
readonly classNames: {
|
|
124
|
-
readonly root: "bui-GridItem";
|
|
125
|
-
};
|
|
126
|
-
readonly utilityProps: ["colSpan", "colEnd", "colStart", "rowSpan"];
|
|
127
|
-
};
|
|
128
|
-
readonly Header: {
|
|
129
|
-
readonly classNames: {
|
|
130
|
-
readonly toolbar: "bui-HeaderToolbar";
|
|
131
|
-
readonly toolbarWrapper: "bui-HeaderToolbarWrapper";
|
|
132
|
-
readonly toolbarContent: "bui-HeaderToolbarContent";
|
|
133
|
-
readonly toolbarControls: "bui-HeaderToolbarControls";
|
|
134
|
-
readonly toolbarIcon: "bui-HeaderToolbarIcon";
|
|
135
|
-
readonly toolbarName: "bui-HeaderToolbarName";
|
|
136
|
-
readonly tabsWrapper: "bui-HeaderTabsWrapper";
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
readonly HeaderPage: {
|
|
140
|
-
readonly classNames: {
|
|
141
|
-
readonly root: "bui-HeaderPage";
|
|
142
|
-
readonly content: "bui-HeaderPageContent";
|
|
143
|
-
readonly breadcrumbs: "bui-HeaderPageBreadcrumbs";
|
|
144
|
-
readonly tabsWrapper: "bui-HeaderPageTabsWrapper";
|
|
145
|
-
readonly controls: "bui-HeaderPageControls";
|
|
146
|
-
};
|
|
147
|
-
};
|
|
148
|
-
readonly Heading: {
|
|
149
|
-
readonly classNames: {
|
|
150
|
-
readonly root: "bui-Heading";
|
|
151
|
-
};
|
|
152
|
-
readonly dataAttributes: {
|
|
153
|
-
readonly variant: readonly ["title1", "title2", "title3", "subtitle"];
|
|
154
|
-
readonly color: readonly ["primary", "secondary", "muted"];
|
|
155
|
-
readonly truncate: readonly [true, false];
|
|
156
|
-
};
|
|
157
|
-
};
|
|
158
|
-
readonly Icon: {
|
|
159
|
-
readonly classNames: {
|
|
160
|
-
readonly root: "bui-Icon";
|
|
161
|
-
};
|
|
162
|
-
};
|
|
163
|
-
readonly Link: {
|
|
164
|
-
readonly classNames: {
|
|
165
|
-
readonly root: "bui-Link";
|
|
166
|
-
};
|
|
167
|
-
readonly dataAttributes: {
|
|
168
|
-
readonly variant: readonly ["subtitle", "body", "caption", "label"];
|
|
169
|
-
readonly weight: readonly ["regular", "bold"];
|
|
170
|
-
readonly color: readonly ["primary", "secondary", "danger", "warning", "success"];
|
|
171
|
-
readonly truncate: readonly [true, false];
|
|
172
|
-
};
|
|
173
|
-
};
|
|
174
|
-
readonly List: {
|
|
175
|
-
readonly classNames: {
|
|
176
|
-
readonly root: "bui-List";
|
|
177
|
-
readonly row: "bui-ListRow";
|
|
178
|
-
readonly label: "bui-ListLabel";
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
readonly Menu: {
|
|
182
|
-
readonly classNames: {
|
|
183
|
-
readonly root: "bui-Menu";
|
|
184
|
-
readonly popover: "bui-MenuPopover";
|
|
185
|
-
readonly content: "bui-MenuContent";
|
|
186
|
-
readonly section: "bui-MenuSection";
|
|
187
|
-
readonly sectionHeader: "bui-MenuSectionHeader";
|
|
188
|
-
readonly item: "bui-MenuItem";
|
|
189
|
-
readonly itemListBox: "bui-MenuItemListBox";
|
|
190
|
-
readonly itemListBoxCheck: "bui-MenuItemListBoxCheck";
|
|
191
|
-
readonly itemWrapper: "bui-MenuItemWrapper";
|
|
192
|
-
readonly itemContent: "bui-MenuItemContent";
|
|
193
|
-
readonly itemArrow: "bui-MenuItemArrow";
|
|
194
|
-
readonly separator: "bui-MenuSeparator";
|
|
195
|
-
readonly searchField: "bui-MenuSearchField";
|
|
196
|
-
readonly searchFieldInput: "bui-MenuSearchFieldInput";
|
|
197
|
-
readonly searchFieldClear: "bui-MenuSearchFieldClear";
|
|
198
|
-
readonly emptyState: "bui-MenuEmptyState";
|
|
199
|
-
};
|
|
200
|
-
};
|
|
201
|
-
readonly PasswordField: {
|
|
202
|
-
readonly classNames: {
|
|
203
|
-
readonly root: "bui-PasswordField";
|
|
204
|
-
readonly inputWrapper: "bui-PasswordFieldInputWrapper";
|
|
205
|
-
readonly input: "bui-PasswordFieldInput";
|
|
206
|
-
readonly inputIcon: "bui-PasswordFieldIcon";
|
|
207
|
-
readonly inputVisibility: "bui-PasswordFieldVisibility";
|
|
208
|
-
};
|
|
209
|
-
readonly dataAttributes: {
|
|
210
|
-
readonly size: readonly ["small", "medium"];
|
|
211
|
-
};
|
|
212
|
-
};
|
|
213
|
-
readonly Popover: {
|
|
214
|
-
readonly classNames: {
|
|
215
|
-
readonly root: "bui-Popover";
|
|
216
|
-
};
|
|
217
|
-
};
|
|
218
|
-
readonly RadioGroup: {
|
|
219
|
-
readonly classNames: {
|
|
220
|
-
readonly root: "bui-RadioGroup";
|
|
221
|
-
readonly content: "bui-RadioGroupContent";
|
|
222
|
-
readonly radio: "bui-Radio";
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
readonly SearchField: {
|
|
226
|
-
readonly classNames: {
|
|
227
|
-
readonly root: "bui-SearchField";
|
|
228
|
-
readonly clear: "bui-SearchFieldClear";
|
|
229
|
-
readonly inputWrapper: "bui-SearchFieldInputWrapper";
|
|
230
|
-
readonly input: "bui-SearchFieldInput";
|
|
231
|
-
readonly inputIcon: "bui-SearchFieldInputIcon";
|
|
232
|
-
};
|
|
233
|
-
readonly dataAttributes: {
|
|
234
|
-
readonly startCollapsed: readonly [true, false];
|
|
235
|
-
readonly size: readonly ["small", "medium"];
|
|
236
|
-
};
|
|
237
|
-
};
|
|
238
|
-
readonly Select: {
|
|
239
|
-
readonly classNames: {
|
|
240
|
-
readonly root: "bui-Select";
|
|
241
|
-
readonly popover: "bui-SelectPopover";
|
|
242
|
-
readonly trigger: "bui-SelectTrigger";
|
|
243
|
-
readonly chevron: "bui-SelectTriggerChevron";
|
|
244
|
-
readonly value: "bui-SelectValue";
|
|
245
|
-
readonly list: "bui-SelectList";
|
|
246
|
-
readonly item: "bui-SelectItem";
|
|
247
|
-
readonly itemIndicator: "bui-SelectItemIndicator";
|
|
248
|
-
readonly itemLabel: "bui-SelectItemLabel";
|
|
249
|
-
readonly searchWrapper: "bui-SelectSearchWrapper";
|
|
250
|
-
readonly search: "bui-SelectSearch";
|
|
251
|
-
readonly searchClear: "bui-SelectSearchClear";
|
|
252
|
-
readonly noResults: "bui-SelectNoResults";
|
|
253
|
-
};
|
|
254
|
-
readonly dataAttributes: {
|
|
255
|
-
readonly size: readonly ["small", "medium"];
|
|
256
|
-
};
|
|
257
|
-
};
|
|
258
|
-
readonly Skeleton: {
|
|
259
|
-
readonly classNames: {
|
|
260
|
-
readonly root: "bui-Skeleton";
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
readonly Switch: {
|
|
264
|
-
readonly classNames: {
|
|
265
|
-
readonly root: "bui-Switch";
|
|
266
|
-
readonly indicator: "bui-SwitchIndicator";
|
|
267
|
-
};
|
|
268
|
-
};
|
|
269
|
-
readonly Table: {
|
|
270
|
-
readonly classNames: {
|
|
271
|
-
readonly table: "bui-Table";
|
|
272
|
-
readonly header: "bui-TableHeader";
|
|
273
|
-
readonly body: "bui-TableBody";
|
|
274
|
-
readonly row: "bui-TableRow";
|
|
275
|
-
readonly head: "bui-TableHead";
|
|
276
|
-
readonly headContent: "bui-TableHeadContent";
|
|
277
|
-
readonly headSortButton: "bui-TableHeadSortButton";
|
|
278
|
-
readonly caption: "bui-TableCaption";
|
|
279
|
-
readonly cell: "bui-TableCell";
|
|
280
|
-
readonly cellContentWrapper: "bui-TableCellContentWrapper";
|
|
281
|
-
readonly cellContent: "bui-TableCellContent";
|
|
282
|
-
readonly cellIcon: "bui-TableCellIcon";
|
|
283
|
-
readonly cellProfileAvatar: "bui-TableCellProfileAvatar";
|
|
284
|
-
readonly cellProfileAvatarImage: "bui-TableCellProfileAvatarImage";
|
|
285
|
-
readonly cellProfileAvatarFallback: "bui-TableCellProfileAvatarFallback";
|
|
286
|
-
readonly cellProfileName: "bui-TableCellProfileName";
|
|
287
|
-
readonly cellProfileLink: "bui-TableCellProfileLink";
|
|
288
|
-
};
|
|
289
|
-
};
|
|
290
|
-
readonly TablePagination: {
|
|
291
|
-
readonly classNames: {
|
|
292
|
-
readonly root: "bui-TablePagination";
|
|
293
|
-
readonly left: "bui-TablePaginationLeft";
|
|
294
|
-
readonly right: "bui-TablePaginationRight";
|
|
295
|
-
readonly select: "bui-TablePaginationSelect";
|
|
296
|
-
};
|
|
297
|
-
};
|
|
298
|
-
readonly Tabs: {
|
|
299
|
-
readonly classNames: {
|
|
300
|
-
readonly tabs: "bui-Tabs";
|
|
301
|
-
readonly tabList: "bui-TabList";
|
|
302
|
-
readonly tabListWrapper: "bui-TabListWrapper";
|
|
303
|
-
readonly tab: "bui-Tab";
|
|
304
|
-
readonly tabActive: "bui-TabActive";
|
|
305
|
-
readonly tabHovered: "bui-TabHovered";
|
|
306
|
-
readonly panel: "bui-TabPanel";
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
readonly TagGroup: {
|
|
310
|
-
readonly classNames: {
|
|
311
|
-
readonly group: "bui-TagGroup";
|
|
312
|
-
readonly list: "bui-TagList";
|
|
313
|
-
readonly tag: "bui-Tag";
|
|
314
|
-
readonly tagIcon: "bui-TagIcon";
|
|
315
|
-
readonly tagRemoveButton: "bui-TagRemoveButton";
|
|
316
|
-
};
|
|
317
|
-
};
|
|
318
|
-
readonly Text: {
|
|
319
|
-
readonly classNames: {
|
|
320
|
-
readonly root: "bui-Text";
|
|
321
|
-
};
|
|
322
|
-
readonly dataAttributes: {
|
|
323
|
-
readonly variant: readonly ["subtitle", "body", "caption", "label"];
|
|
324
|
-
readonly weight: readonly ["regular", "bold"];
|
|
325
|
-
readonly color: readonly ["primary", "secondary", "danger", "warning", "success"];
|
|
326
|
-
readonly truncate: readonly [true, false];
|
|
327
|
-
};
|
|
328
|
-
};
|
|
329
|
-
readonly TextField: {
|
|
330
|
-
readonly classNames: {
|
|
331
|
-
readonly root: "bui-TextField";
|
|
332
|
-
readonly inputWrapper: "bui-InputWrapper";
|
|
333
|
-
readonly input: "bui-Input";
|
|
334
|
-
readonly inputIcon: "bui-InputIcon";
|
|
335
|
-
readonly inputAction: "bui-InputAction";
|
|
336
|
-
};
|
|
337
|
-
readonly dataAttributes: {
|
|
338
|
-
readonly invalid: readonly [true, false];
|
|
339
|
-
readonly disabled: readonly [true, false];
|
|
340
|
-
readonly size: readonly ["small", "medium"];
|
|
341
|
-
};
|
|
342
|
-
};
|
|
343
|
-
readonly Tooltip: {
|
|
344
|
-
readonly classNames: {
|
|
345
|
-
readonly tooltip: "bui-Tooltip";
|
|
346
|
-
readonly arrow: "bui-TooltipArrow";
|
|
347
|
-
};
|
|
348
|
-
};
|
|
349
|
-
readonly VisuallyHidden: {
|
|
350
|
-
readonly classNames: {
|
|
351
|
-
readonly root: "bui-VisuallyHidden";
|
|
352
|
-
};
|
|
353
|
-
};
|
|
354
|
-
};
|
|
355
|
-
|
|
356
7
|
/** @public */
|
|
357
8
|
type Breakpoint = 'initial' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
358
9
|
/** @public */
|
|
@@ -440,16 +91,6 @@ interface ComponentDefinition {
|
|
|
440
91
|
dataAttributes?: DataAttributesMap;
|
|
441
92
|
utilityProps?: string[];
|
|
442
93
|
}
|
|
443
|
-
/**
|
|
444
|
-
* Type utilities for extracting information from the component styles
|
|
445
|
-
* @public
|
|
446
|
-
*/
|
|
447
|
-
type ComponentDefinitionName = keyof typeof componentDefinitions;
|
|
448
|
-
/**
|
|
449
|
-
* Helper type to extract class names for a component
|
|
450
|
-
* @public
|
|
451
|
-
*/
|
|
452
|
-
type ComponentClassNames<T extends ComponentDefinitionName> = (typeof componentDefinitions)[T]['classNames'];
|
|
453
94
|
|
|
454
95
|
/** @public */
|
|
455
96
|
interface BoxProps extends SpaceProps {
|
|
@@ -470,6 +111,17 @@ interface BoxProps extends SpaceProps {
|
|
|
470
111
|
/** @public */
|
|
471
112
|
declare const Box: react.ForwardRefExoticComponent<BoxProps & react.RefAttributes<HTMLDivElement>>;
|
|
472
113
|
|
|
114
|
+
/**
|
|
115
|
+
* Component definition for Box
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
declare const BoxDefinition: {
|
|
119
|
+
readonly classNames: {
|
|
120
|
+
readonly root: "bui-Box";
|
|
121
|
+
};
|
|
122
|
+
readonly utilityProps: ["m", "mb", "ml", "mr", "mt", "mx", "my", "p", "pb", "pl", "pr", "pt", "px", "py", "position", "display", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight"];
|
|
123
|
+
};
|
|
124
|
+
|
|
473
125
|
/** @public */
|
|
474
126
|
interface GridProps extends SpaceProps {
|
|
475
127
|
children?: React.ReactNode;
|
|
@@ -495,6 +147,27 @@ declare const Grid: {
|
|
|
495
147
|
Item: react.ForwardRefExoticComponent<GridItemProps & react.RefAttributes<HTMLDivElement>>;
|
|
496
148
|
};
|
|
497
149
|
|
|
150
|
+
/**
|
|
151
|
+
* Component definition for Grid
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
declare const GridDefinition: {
|
|
155
|
+
readonly classNames: {
|
|
156
|
+
readonly root: "bui-Grid";
|
|
157
|
+
};
|
|
158
|
+
readonly utilityProps: ["columns", "gap", "m", "mb", "ml", "mr", "mt", "mx", "my", "p", "pb", "pl", "pr", "pt", "px", "py"];
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* Component definition for GridItem
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
declare const GridItemDefinition: {
|
|
165
|
+
readonly classNames: {
|
|
166
|
+
readonly root: "bui-GridItem";
|
|
167
|
+
};
|
|
168
|
+
readonly utilityProps: ["colSpan", "colEnd", "colStart", "rowSpan"];
|
|
169
|
+
};
|
|
170
|
+
|
|
498
171
|
/** @public */
|
|
499
172
|
interface FlexProps extends SpaceProps {
|
|
500
173
|
children?: React.ReactNode;
|
|
@@ -509,6 +182,17 @@ interface FlexProps extends SpaceProps {
|
|
|
509
182
|
/** @public */
|
|
510
183
|
declare const Flex: react.ForwardRefExoticComponent<FlexProps & react.RefAttributes<HTMLDivElement>>;
|
|
511
184
|
|
|
185
|
+
/**
|
|
186
|
+
* Component definition for Flex
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
declare const FlexDefinition: {
|
|
190
|
+
readonly classNames: {
|
|
191
|
+
readonly root: "bui-Flex";
|
|
192
|
+
};
|
|
193
|
+
readonly utilityProps: ["m", "mb", "ml", "mr", "mt", "mx", "my", "p", "pb", "pl", "pr", "pt", "px", "py", "gap", "align", "justify", "direction"];
|
|
194
|
+
};
|
|
195
|
+
|
|
512
196
|
/** @public */
|
|
513
197
|
interface ContainerProps {
|
|
514
198
|
children?: React.ReactNode;
|
|
@@ -525,6 +209,17 @@ interface ContainerProps {
|
|
|
525
209
|
/** @public */
|
|
526
210
|
declare const Container: react.ForwardRefExoticComponent<ContainerProps & react.RefAttributes<HTMLDivElement>>;
|
|
527
211
|
|
|
212
|
+
/**
|
|
213
|
+
* Component definition for Container
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
declare const ContainerDefinition: {
|
|
217
|
+
readonly classNames: {
|
|
218
|
+
readonly root: "bui-Container";
|
|
219
|
+
};
|
|
220
|
+
readonly utilityProps: ["my", "mt", "mb", "py", "pt", "pb", "display"];
|
|
221
|
+
};
|
|
222
|
+
|
|
528
223
|
/** @public */
|
|
529
224
|
interface AvatarProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
530
225
|
/**
|
|
@@ -552,6 +247,21 @@ interface AvatarProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
|
552
247
|
/** @public */
|
|
553
248
|
declare const Avatar: react.ForwardRefExoticComponent<AvatarProps & react.RefAttributes<HTMLDivElement>>;
|
|
554
249
|
|
|
250
|
+
/**
|
|
251
|
+
* Component definition for Avatar
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
declare const AvatarDefinition: {
|
|
255
|
+
readonly classNames: {
|
|
256
|
+
readonly root: "bui-AvatarRoot";
|
|
257
|
+
readonly image: "bui-AvatarImage";
|
|
258
|
+
readonly fallback: "bui-AvatarFallback";
|
|
259
|
+
};
|
|
260
|
+
readonly dataAttributes: {
|
|
261
|
+
readonly size: readonly ["small", "medium", "large"];
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
|
|
555
265
|
/**
|
|
556
266
|
* Properties for {@link Button}
|
|
557
267
|
*
|
|
@@ -569,6 +279,23 @@ interface ButtonProps extends ButtonProps$1 {
|
|
|
569
279
|
/** @public */
|
|
570
280
|
declare const Button: react.ForwardRefExoticComponent<ButtonProps & react.RefAttributes<HTMLButtonElement>>;
|
|
571
281
|
|
|
282
|
+
/**
|
|
283
|
+
* Component definition for Button
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
286
|
+
declare const ButtonDefinition: {
|
|
287
|
+
readonly classNames: {
|
|
288
|
+
readonly root: "bui-Button";
|
|
289
|
+
readonly content: "bui-ButtonContent";
|
|
290
|
+
readonly spinner: "bui-ButtonSpinner";
|
|
291
|
+
};
|
|
292
|
+
readonly dataAttributes: {
|
|
293
|
+
readonly size: readonly ["small", "medium", "large"];
|
|
294
|
+
readonly variant: readonly ["primary", "secondary", "tertiary"];
|
|
295
|
+
readonly loading: readonly [true, false];
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
|
|
572
299
|
/**
|
|
573
300
|
* Props for the Card component.
|
|
574
301
|
*
|
|
@@ -627,6 +354,19 @@ declare const CardBody: react.ForwardRefExoticComponent<CardBodyProps & react.Re
|
|
|
627
354
|
*/
|
|
628
355
|
declare const CardFooter: react.ForwardRefExoticComponent<CardFooterProps & react.RefAttributes<HTMLDivElement>>;
|
|
629
356
|
|
|
357
|
+
/**
|
|
358
|
+
* Component definition for Card
|
|
359
|
+
* @public
|
|
360
|
+
*/
|
|
361
|
+
declare const CardDefinition: {
|
|
362
|
+
readonly classNames: {
|
|
363
|
+
readonly root: "bui-Card";
|
|
364
|
+
readonly header: "bui-CardHeader";
|
|
365
|
+
readonly body: "bui-CardBody";
|
|
366
|
+
readonly footer: "bui-CardFooter";
|
|
367
|
+
};
|
|
368
|
+
};
|
|
369
|
+
|
|
630
370
|
/**
|
|
631
371
|
* Props for the Accordion component.
|
|
632
372
|
* @public
|
|
@@ -673,6 +413,23 @@ declare const AccordionPanel: react.ForwardRefExoticComponent<AccordionPanelProp
|
|
|
673
413
|
/** @public */
|
|
674
414
|
declare const AccordionGroup: react.ForwardRefExoticComponent<AccordionGroupProps & react.RefAttributes<HTMLDivElement>>;
|
|
675
415
|
|
|
416
|
+
/**
|
|
417
|
+
* Component definition for Accordion
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
declare const AccordionDefinition: {
|
|
421
|
+
readonly classNames: {
|
|
422
|
+
readonly root: "bui-Accordion";
|
|
423
|
+
readonly trigger: "bui-AccordionTrigger";
|
|
424
|
+
readonly triggerButton: "bui-AccordionTriggerButton";
|
|
425
|
+
readonly triggerTitle: "bui-AccordionTriggerTitle";
|
|
426
|
+
readonly triggerSubtitle: "bui-AccordionTriggerSubtitle";
|
|
427
|
+
readonly triggerIcon: "bui-AccordionTriggerIcon";
|
|
428
|
+
readonly panel: "bui-AccordionPanel";
|
|
429
|
+
readonly group: "bui-AccordionGroup";
|
|
430
|
+
};
|
|
431
|
+
};
|
|
432
|
+
|
|
676
433
|
/**
|
|
677
434
|
* Props for the DialogTrigger component.
|
|
678
435
|
* @public
|
|
@@ -717,6 +474,21 @@ declare const DialogBody: react.ForwardRefExoticComponent<DialogBodyProps & reac
|
|
|
717
474
|
/** @public */
|
|
718
475
|
declare const DialogFooter: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
719
476
|
|
|
477
|
+
/**
|
|
478
|
+
* Component definition for Dialog
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
481
|
+
declare const DialogDefinition: {
|
|
482
|
+
readonly classNames: {
|
|
483
|
+
readonly overlay: "bui-DialogOverlay";
|
|
484
|
+
readonly dialog: "bui-Dialog";
|
|
485
|
+
readonly header: "bui-DialogHeader";
|
|
486
|
+
readonly headerTitle: "bui-DialogHeaderTitle";
|
|
487
|
+
readonly body: "bui-DialogBody";
|
|
488
|
+
readonly footer: "bui-DialogFooter";
|
|
489
|
+
};
|
|
490
|
+
};
|
|
491
|
+
|
|
720
492
|
/** @public */
|
|
721
493
|
interface FieldLabelProps extends Pick<React.HTMLAttributes<HTMLDivElement>, 'className'> {
|
|
722
494
|
/**
|
|
@@ -744,6 +516,19 @@ interface FieldLabelProps extends Pick<React.HTMLAttributes<HTMLDivElement>, 'cl
|
|
|
744
516
|
/** @public */
|
|
745
517
|
declare const FieldLabel: react.ForwardRefExoticComponent<FieldLabelProps & react.RefAttributes<HTMLDivElement>>;
|
|
746
518
|
|
|
519
|
+
/**
|
|
520
|
+
* Component definition for FieldLabel
|
|
521
|
+
* @public
|
|
522
|
+
*/
|
|
523
|
+
declare const FieldLabelDefinition: {
|
|
524
|
+
readonly classNames: {
|
|
525
|
+
readonly root: "bui-FieldLabelWrapper";
|
|
526
|
+
readonly label: "bui-FieldLabel";
|
|
527
|
+
readonly secondaryLabel: "bui-FieldSecondaryLabel";
|
|
528
|
+
readonly description: "bui-FieldDescription";
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
|
|
747
532
|
/**
|
|
748
533
|
* Strategies for matching the current route to determine which tab should be active.
|
|
749
534
|
*
|
|
@@ -810,6 +595,22 @@ declare const Tab: (props: TabProps) => react_jsx_runtime.JSX.Element;
|
|
|
810
595
|
*/
|
|
811
596
|
declare const TabPanel: (props: TabPanelProps) => react_jsx_runtime.JSX.Element;
|
|
812
597
|
|
|
598
|
+
/**
|
|
599
|
+
* Component definition for Tabs
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
declare const TabsDefinition: {
|
|
603
|
+
readonly classNames: {
|
|
604
|
+
readonly tabs: "bui-Tabs";
|
|
605
|
+
readonly tabList: "bui-TabList";
|
|
606
|
+
readonly tabListWrapper: "bui-TabListWrapper";
|
|
607
|
+
readonly tab: "bui-Tab";
|
|
608
|
+
readonly tabActive: "bui-TabActive";
|
|
609
|
+
readonly tabHovered: "bui-TabHovered";
|
|
610
|
+
readonly panel: "bui-TabPanel";
|
|
611
|
+
};
|
|
612
|
+
};
|
|
613
|
+
|
|
813
614
|
/**
|
|
814
615
|
* Props for the main Header component.
|
|
815
616
|
*
|
|
@@ -853,6 +654,22 @@ declare module 'react-aria-components' {
|
|
|
853
654
|
*/
|
|
854
655
|
declare const Header: (props: HeaderProps) => react_jsx_runtime.JSX.Element;
|
|
855
656
|
|
|
657
|
+
/**
|
|
658
|
+
* Component definition for Header
|
|
659
|
+
* @public
|
|
660
|
+
*/
|
|
661
|
+
declare const HeaderDefinition: {
|
|
662
|
+
readonly classNames: {
|
|
663
|
+
readonly toolbar: "bui-HeaderToolbar";
|
|
664
|
+
readonly toolbarWrapper: "bui-HeaderToolbarWrapper";
|
|
665
|
+
readonly toolbarContent: "bui-HeaderToolbarContent";
|
|
666
|
+
readonly toolbarControls: "bui-HeaderToolbarControls";
|
|
667
|
+
readonly toolbarIcon: "bui-HeaderToolbarIcon";
|
|
668
|
+
readonly toolbarName: "bui-HeaderToolbarName";
|
|
669
|
+
readonly tabsWrapper: "bui-HeaderTabsWrapper";
|
|
670
|
+
};
|
|
671
|
+
};
|
|
672
|
+
|
|
856
673
|
/**
|
|
857
674
|
* Props for the main HeaderPage component.
|
|
858
675
|
*
|
|
@@ -882,6 +699,20 @@ interface HeaderPageBreadcrumb {
|
|
|
882
699
|
*/
|
|
883
700
|
declare const HeaderPage: (props: HeaderPageProps) => react_jsx_runtime.JSX.Element;
|
|
884
701
|
|
|
702
|
+
/**
|
|
703
|
+
* Component definition for HeaderPage
|
|
704
|
+
* @public
|
|
705
|
+
*/
|
|
706
|
+
declare const HeaderPageDefinition: {
|
|
707
|
+
readonly classNames: {
|
|
708
|
+
readonly root: "bui-HeaderPage";
|
|
709
|
+
readonly content: "bui-HeaderPageContent";
|
|
710
|
+
readonly breadcrumbs: "bui-HeaderPageBreadcrumbs";
|
|
711
|
+
readonly tabsWrapper: "bui-HeaderPageTabsWrapper";
|
|
712
|
+
readonly controls: "bui-HeaderPageControls";
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
|
|
885
716
|
/**
|
|
886
717
|
* Properties for {@link ButtonIcon}
|
|
887
718
|
*
|
|
@@ -897,6 +728,18 @@ interface ButtonIconProps extends ButtonProps$1 {
|
|
|
897
728
|
/** @public */
|
|
898
729
|
declare const ButtonIcon: react.ForwardRefExoticComponent<ButtonIconProps & react.RefAttributes<HTMLButtonElement>>;
|
|
899
730
|
|
|
731
|
+
/**
|
|
732
|
+
* Component definition for ButtonIcon
|
|
733
|
+
* @public
|
|
734
|
+
*/
|
|
735
|
+
declare const ButtonIconDefinition: {
|
|
736
|
+
readonly classNames: {
|
|
737
|
+
readonly root: "bui-ButtonIcon";
|
|
738
|
+
readonly content: "bui-ButtonIconContent";
|
|
739
|
+
readonly spinner: "bui-ButtonIconSpinner";
|
|
740
|
+
};
|
|
741
|
+
};
|
|
742
|
+
|
|
900
743
|
/**
|
|
901
744
|
* Properties for {@link ButtonLink}
|
|
902
745
|
*
|
|
@@ -913,6 +756,16 @@ interface ButtonLinkProps extends LinkProps$1 {
|
|
|
913
756
|
/** @public */
|
|
914
757
|
declare const ButtonLink: react.ForwardRefExoticComponent<ButtonLinkProps & react.RefAttributes<HTMLAnchorElement>>;
|
|
915
758
|
|
|
759
|
+
/**
|
|
760
|
+
* Component definition for ButtonLink
|
|
761
|
+
* @public
|
|
762
|
+
*/
|
|
763
|
+
declare const ButtonLinkDefinition: {
|
|
764
|
+
readonly classNames: {
|
|
765
|
+
readonly root: "bui-ButtonLink";
|
|
766
|
+
};
|
|
767
|
+
};
|
|
768
|
+
|
|
916
769
|
/** @public */
|
|
917
770
|
interface CheckboxProps extends CheckboxProps$1 {
|
|
918
771
|
children: React.ReactNode;
|
|
@@ -921,6 +774,20 @@ interface CheckboxProps extends CheckboxProps$1 {
|
|
|
921
774
|
/** @public */
|
|
922
775
|
declare const Checkbox: react.ForwardRefExoticComponent<CheckboxProps & react.RefAttributes<HTMLLabelElement>>;
|
|
923
776
|
|
|
777
|
+
/**
|
|
778
|
+
* Component definition for Checkbox
|
|
779
|
+
* @public
|
|
780
|
+
*/
|
|
781
|
+
declare const CheckboxDefinition: {
|
|
782
|
+
readonly classNames: {
|
|
783
|
+
readonly root: "bui-Checkbox";
|
|
784
|
+
readonly indicator: "bui-CheckboxIndicator";
|
|
785
|
+
};
|
|
786
|
+
readonly dataAttributes: {
|
|
787
|
+
readonly selected: readonly [true, false];
|
|
788
|
+
};
|
|
789
|
+
};
|
|
790
|
+
|
|
924
791
|
/** @public */
|
|
925
792
|
interface RadioGroupProps extends Omit<RadioGroupProps$1, 'children'>, Omit<FieldLabelProps, 'htmlFor' | 'id' | 'className'> {
|
|
926
793
|
children?: ReactNode;
|
|
@@ -934,6 +801,18 @@ declare const RadioGroup: react.ForwardRefExoticComponent<RadioGroupProps & reac
|
|
|
934
801
|
/** @public */
|
|
935
802
|
declare const Radio: react.ForwardRefExoticComponent<RadioProps & react.RefAttributes<HTMLLabelElement>>;
|
|
936
803
|
|
|
804
|
+
/**
|
|
805
|
+
* Component definition for RadioGroup
|
|
806
|
+
* @public
|
|
807
|
+
*/
|
|
808
|
+
declare const RadioGroupDefinition: {
|
|
809
|
+
readonly classNames: {
|
|
810
|
+
readonly root: "bui-RadioGroup";
|
|
811
|
+
readonly content: "bui-RadioGroupContent";
|
|
812
|
+
readonly radio: "bui-Radio";
|
|
813
|
+
};
|
|
814
|
+
};
|
|
815
|
+
|
|
937
816
|
/** @public */
|
|
938
817
|
declare const Table: (props: TableProps) => react_jsx_runtime.JSX.Element;
|
|
939
818
|
|
|
@@ -947,7 +826,7 @@ declare const TableBody: <T extends object>(props: TableBodyProps<T>) => react_j
|
|
|
947
826
|
interface CellProps extends CellProps$1 {
|
|
948
827
|
title: string;
|
|
949
828
|
description?: string;
|
|
950
|
-
color?:
|
|
829
|
+
color?: TextColors;
|
|
951
830
|
leadingIcon?: React.ReactNode | null;
|
|
952
831
|
href?: string;
|
|
953
832
|
}
|
|
@@ -957,7 +836,7 @@ interface CellProfileProps extends CellProps$1 {
|
|
|
957
836
|
name?: string;
|
|
958
837
|
href?: string;
|
|
959
838
|
description?: string;
|
|
960
|
-
color?:
|
|
839
|
+
color?: TextColors;
|
|
961
840
|
}
|
|
962
841
|
/** @public */
|
|
963
842
|
interface ColumnProps extends Omit<ColumnProps$1, 'children'> {
|
|
@@ -1059,6 +938,32 @@ interface UseTableResult<T = any> {
|
|
|
1059
938
|
*/
|
|
1060
939
|
declare function useTable<T = any>(config?: UseTableConfig<T>): UseTableResult<T>;
|
|
1061
940
|
|
|
941
|
+
/**
|
|
942
|
+
* Component definition for Table
|
|
943
|
+
* @public
|
|
944
|
+
*/
|
|
945
|
+
declare const TableDefinition: {
|
|
946
|
+
readonly classNames: {
|
|
947
|
+
readonly table: "bui-Table";
|
|
948
|
+
readonly header: "bui-TableHeader";
|
|
949
|
+
readonly body: "bui-TableBody";
|
|
950
|
+
readonly row: "bui-TableRow";
|
|
951
|
+
readonly head: "bui-TableHead";
|
|
952
|
+
readonly headContent: "bui-TableHeadContent";
|
|
953
|
+
readonly headSortButton: "bui-TableHeadSortButton";
|
|
954
|
+
readonly caption: "bui-TableCaption";
|
|
955
|
+
readonly cell: "bui-TableCell";
|
|
956
|
+
readonly cellContentWrapper: "bui-TableCellContentWrapper";
|
|
957
|
+
readonly cellContent: "bui-TableCellContent";
|
|
958
|
+
readonly cellIcon: "bui-TableCellIcon";
|
|
959
|
+
readonly cellProfileAvatar: "bui-TableCellProfileAvatar";
|
|
960
|
+
readonly cellProfileAvatarImage: "bui-TableCellProfileAvatarImage";
|
|
961
|
+
readonly cellProfileAvatarFallback: "bui-TableCellProfileAvatarFallback";
|
|
962
|
+
readonly cellProfileName: "bui-TableCellProfileName";
|
|
963
|
+
readonly cellProfileLink: "bui-TableCellProfileLink";
|
|
964
|
+
};
|
|
965
|
+
};
|
|
966
|
+
|
|
1062
967
|
/**
|
|
1063
968
|
* Pagination controls for Table components with page navigation and size selection.
|
|
1064
969
|
*
|
|
@@ -1066,6 +971,19 @@ declare function useTable<T = any>(config?: UseTableConfig<T>): UseTableResult<T
|
|
|
1066
971
|
*/
|
|
1067
972
|
declare function TablePagination(props: TablePaginationProps): react_jsx_runtime.JSX.Element;
|
|
1068
973
|
|
|
974
|
+
/**
|
|
975
|
+
* Component definition for TablePagination
|
|
976
|
+
* @public
|
|
977
|
+
*/
|
|
978
|
+
declare const TablePaginationDefinition: {
|
|
979
|
+
readonly classNames: {
|
|
980
|
+
readonly root: "bui-TablePagination";
|
|
981
|
+
readonly left: "bui-TablePaginationLeft";
|
|
982
|
+
readonly right: "bui-TablePaginationRight";
|
|
983
|
+
readonly select: "bui-TablePaginationSelect";
|
|
984
|
+
};
|
|
985
|
+
};
|
|
986
|
+
|
|
1069
987
|
/**
|
|
1070
988
|
* Props for the TagGroup component.
|
|
1071
989
|
*
|
|
@@ -1102,6 +1020,20 @@ declare const TagGroup: <T extends object>(props: TagGroupProps<T>) => react_jsx
|
|
|
1102
1020
|
*/
|
|
1103
1021
|
declare const Tag: (props: TagProps) => react_jsx_runtime.JSX.Element;
|
|
1104
1022
|
|
|
1023
|
+
/**
|
|
1024
|
+
* Component definition for TagGroup
|
|
1025
|
+
* @public
|
|
1026
|
+
*/
|
|
1027
|
+
declare const TagGroupDefinition: {
|
|
1028
|
+
readonly classNames: {
|
|
1029
|
+
readonly group: "bui-TagGroup";
|
|
1030
|
+
readonly list: "bui-TagList";
|
|
1031
|
+
readonly tag: "bui-Tag";
|
|
1032
|
+
readonly tagIcon: "bui-TagIcon";
|
|
1033
|
+
readonly tagRemoveButton: "bui-TagRemoveButton";
|
|
1034
|
+
};
|
|
1035
|
+
};
|
|
1036
|
+
|
|
1105
1037
|
/** @public */
|
|
1106
1038
|
type TextOwnProps = {
|
|
1107
1039
|
as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'label' | 'div' | 'strong' | 'em' | 'small' | 'legend';
|
|
@@ -1121,6 +1053,22 @@ declare const Text: {
|
|
|
1121
1053
|
displayName: string;
|
|
1122
1054
|
};
|
|
1123
1055
|
|
|
1056
|
+
/**
|
|
1057
|
+
* Component definition for Text
|
|
1058
|
+
* @public
|
|
1059
|
+
*/
|
|
1060
|
+
declare const TextDefinition: {
|
|
1061
|
+
readonly classNames: {
|
|
1062
|
+
readonly root: "bui-Text";
|
|
1063
|
+
};
|
|
1064
|
+
readonly dataAttributes: {
|
|
1065
|
+
readonly variant: readonly ["subtitle", "body", "caption", "label"];
|
|
1066
|
+
readonly weight: readonly ["regular", "bold"];
|
|
1067
|
+
readonly color: readonly ["primary", "secondary", "danger", "warning", "success"];
|
|
1068
|
+
readonly truncate: readonly [true, false];
|
|
1069
|
+
};
|
|
1070
|
+
};
|
|
1071
|
+
|
|
1124
1072
|
/** @public */
|
|
1125
1073
|
interface TextFieldProps extends TextFieldProps$1, Omit<FieldLabelProps, 'htmlFor' | 'id' | 'className'> {
|
|
1126
1074
|
/**
|
|
@@ -1149,6 +1097,25 @@ interface TextFieldProps extends TextFieldProps$1, Omit<FieldLabelProps, 'htmlFo
|
|
|
1149
1097
|
/** @public */
|
|
1150
1098
|
declare const TextField: react.ForwardRefExoticComponent<TextFieldProps & react.RefAttributes<HTMLDivElement>>;
|
|
1151
1099
|
|
|
1100
|
+
/**
|
|
1101
|
+
* Component definition for TextField
|
|
1102
|
+
* @public
|
|
1103
|
+
*/
|
|
1104
|
+
declare const TextFieldDefinition: {
|
|
1105
|
+
readonly classNames: {
|
|
1106
|
+
readonly root: "bui-TextField";
|
|
1107
|
+
readonly inputWrapper: "bui-InputWrapper";
|
|
1108
|
+
readonly input: "bui-Input";
|
|
1109
|
+
readonly inputIcon: "bui-InputIcon";
|
|
1110
|
+
readonly inputAction: "bui-InputAction";
|
|
1111
|
+
};
|
|
1112
|
+
readonly dataAttributes: {
|
|
1113
|
+
readonly invalid: readonly [true, false];
|
|
1114
|
+
readonly disabled: readonly [true, false];
|
|
1115
|
+
readonly size: readonly ["small", "medium"];
|
|
1116
|
+
};
|
|
1117
|
+
};
|
|
1118
|
+
|
|
1152
1119
|
/** @public */
|
|
1153
1120
|
interface TooltipProps extends Omit<TooltipProps$1, 'children'> {
|
|
1154
1121
|
children: React.ReactNode;
|
|
@@ -1159,6 +1126,17 @@ declare const TooltipTrigger: (props: TooltipTriggerComponentProps) => react_jsx
|
|
|
1159
1126
|
/** @public */
|
|
1160
1127
|
declare const Tooltip: react.ForwardRefExoticComponent<TooltipProps & react.RefAttributes<HTMLDivElement>>;
|
|
1161
1128
|
|
|
1129
|
+
/**
|
|
1130
|
+
* Component definition for Tooltip
|
|
1131
|
+
* @public
|
|
1132
|
+
*/
|
|
1133
|
+
declare const TooltipDefinition: {
|
|
1134
|
+
readonly classNames: {
|
|
1135
|
+
readonly tooltip: "bui-Tooltip";
|
|
1136
|
+
readonly arrow: "bui-TooltipArrow";
|
|
1137
|
+
};
|
|
1138
|
+
};
|
|
1139
|
+
|
|
1162
1140
|
/** @public */
|
|
1163
1141
|
interface MenuTriggerProps extends MenuTriggerProps$1 {
|
|
1164
1142
|
}
|
|
@@ -1235,6 +1213,31 @@ declare const MenuSection: (props: MenuSectionProps<object>) => react_jsx_runtim
|
|
|
1235
1213
|
/** @public */
|
|
1236
1214
|
declare const MenuSeparator: (props: MenuSeparatorProps) => react_jsx_runtime.JSX.Element;
|
|
1237
1215
|
|
|
1216
|
+
/**
|
|
1217
|
+
* Component definition for Menu
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
declare const MenuDefinition: {
|
|
1221
|
+
readonly classNames: {
|
|
1222
|
+
readonly root: "bui-Menu";
|
|
1223
|
+
readonly popover: "bui-MenuPopover";
|
|
1224
|
+
readonly content: "bui-MenuContent";
|
|
1225
|
+
readonly section: "bui-MenuSection";
|
|
1226
|
+
readonly sectionHeader: "bui-MenuSectionHeader";
|
|
1227
|
+
readonly item: "bui-MenuItem";
|
|
1228
|
+
readonly itemListBox: "bui-MenuItemListBox";
|
|
1229
|
+
readonly itemListBoxCheck: "bui-MenuItemListBoxCheck";
|
|
1230
|
+
readonly itemWrapper: "bui-MenuItemWrapper";
|
|
1231
|
+
readonly itemContent: "bui-MenuItemContent";
|
|
1232
|
+
readonly itemArrow: "bui-MenuItemArrow";
|
|
1233
|
+
readonly separator: "bui-MenuSeparator";
|
|
1234
|
+
readonly searchField: "bui-MenuSearchField";
|
|
1235
|
+
readonly searchFieldInput: "bui-MenuSearchFieldInput";
|
|
1236
|
+
readonly searchFieldClear: "bui-MenuSearchFieldClear";
|
|
1237
|
+
readonly emptyState: "bui-MenuEmptyState";
|
|
1238
|
+
};
|
|
1239
|
+
};
|
|
1240
|
+
|
|
1238
1241
|
/** @public */
|
|
1239
1242
|
interface SearchFieldProps extends SearchFieldProps$1, Omit<FieldLabelProps, 'htmlFor' | 'id' | 'className'> {
|
|
1240
1243
|
/**
|
|
@@ -1259,6 +1262,24 @@ interface SearchFieldProps extends SearchFieldProps$1, Omit<FieldLabelProps, 'ht
|
|
|
1259
1262
|
/** @public */
|
|
1260
1263
|
declare const SearchField: react.ForwardRefExoticComponent<SearchFieldProps & react.RefAttributes<HTMLDivElement>>;
|
|
1261
1264
|
|
|
1265
|
+
/**
|
|
1266
|
+
* Component definition for SearchField
|
|
1267
|
+
* @public
|
|
1268
|
+
*/
|
|
1269
|
+
declare const SearchFieldDefinition: {
|
|
1270
|
+
readonly classNames: {
|
|
1271
|
+
readonly root: "bui-SearchField";
|
|
1272
|
+
readonly clear: "bui-SearchFieldClear";
|
|
1273
|
+
readonly inputWrapper: "bui-SearchFieldInputWrapper";
|
|
1274
|
+
readonly input: "bui-SearchFieldInput";
|
|
1275
|
+
readonly inputIcon: "bui-SearchFieldInputIcon";
|
|
1276
|
+
};
|
|
1277
|
+
readonly dataAttributes: {
|
|
1278
|
+
readonly startCollapsed: readonly [true, false];
|
|
1279
|
+
readonly size: readonly ["small", "medium"];
|
|
1280
|
+
};
|
|
1281
|
+
};
|
|
1282
|
+
|
|
1262
1283
|
/** @public */
|
|
1263
1284
|
interface LinkProps extends LinkProps$1 {
|
|
1264
1285
|
variant?: TextVariants | Partial<Record<Breakpoint, TextVariants>>;
|
|
@@ -1270,6 +1291,22 @@ interface LinkProps extends LinkProps$1 {
|
|
|
1270
1291
|
/** @public */
|
|
1271
1292
|
declare const Link: react.ForwardRefExoticComponent<LinkProps & react.RefAttributes<HTMLAnchorElement>>;
|
|
1272
1293
|
|
|
1294
|
+
/**
|
|
1295
|
+
* Component definition for Link
|
|
1296
|
+
* @public
|
|
1297
|
+
*/
|
|
1298
|
+
declare const LinkDefinition: {
|
|
1299
|
+
readonly classNames: {
|
|
1300
|
+
readonly root: "bui-Link";
|
|
1301
|
+
};
|
|
1302
|
+
readonly dataAttributes: {
|
|
1303
|
+
readonly variant: readonly ["subtitle", "body", "caption", "label"];
|
|
1304
|
+
readonly weight: readonly ["regular", "bold"];
|
|
1305
|
+
readonly color: readonly ["primary", "secondary", "danger", "warning", "success"];
|
|
1306
|
+
readonly truncate: readonly [true, false];
|
|
1307
|
+
};
|
|
1308
|
+
};
|
|
1309
|
+
|
|
1273
1310
|
/** @public */
|
|
1274
1311
|
type Option = {
|
|
1275
1312
|
value: string;
|
|
@@ -1312,6 +1349,31 @@ interface SelectProps<T extends 'single' | 'multiple'> extends SelectProps$1<Opt
|
|
|
1312
1349
|
/** @public */
|
|
1313
1350
|
declare const Select: react.ForwardRefExoticComponent<SelectProps<"multiple" | "single"> & react.RefAttributes<HTMLDivElement>>;
|
|
1314
1351
|
|
|
1352
|
+
/**
|
|
1353
|
+
* Component definition for Select
|
|
1354
|
+
* @public
|
|
1355
|
+
*/
|
|
1356
|
+
declare const SelectDefinition: {
|
|
1357
|
+
readonly classNames: {
|
|
1358
|
+
readonly root: "bui-Select";
|
|
1359
|
+
readonly popover: "bui-SelectPopover";
|
|
1360
|
+
readonly trigger: "bui-SelectTrigger";
|
|
1361
|
+
readonly chevron: "bui-SelectTriggerChevron";
|
|
1362
|
+
readonly value: "bui-SelectValue";
|
|
1363
|
+
readonly list: "bui-SelectList";
|
|
1364
|
+
readonly item: "bui-SelectItem";
|
|
1365
|
+
readonly itemIndicator: "bui-SelectItemIndicator";
|
|
1366
|
+
readonly itemLabel: "bui-SelectItemLabel";
|
|
1367
|
+
readonly searchWrapper: "bui-SelectSearchWrapper";
|
|
1368
|
+
readonly search: "bui-SelectSearch";
|
|
1369
|
+
readonly searchClear: "bui-SelectSearchClear";
|
|
1370
|
+
readonly noResults: "bui-SelectNoResults";
|
|
1371
|
+
};
|
|
1372
|
+
readonly dataAttributes: {
|
|
1373
|
+
readonly size: readonly ["small", "medium"];
|
|
1374
|
+
};
|
|
1375
|
+
};
|
|
1376
|
+
|
|
1315
1377
|
/** @public */
|
|
1316
1378
|
interface SkeletonProps extends ComponentProps<'div'> {
|
|
1317
1379
|
width?: number | string;
|
|
@@ -1322,6 +1384,16 @@ interface SkeletonProps extends ComponentProps<'div'> {
|
|
|
1322
1384
|
/** @public */
|
|
1323
1385
|
declare const Skeleton: (props: SkeletonProps) => react_jsx_runtime.JSX.Element;
|
|
1324
1386
|
|
|
1387
|
+
/**
|
|
1388
|
+
* Component definition for Skeleton
|
|
1389
|
+
* @public
|
|
1390
|
+
*/
|
|
1391
|
+
declare const SkeletonDefinition: {
|
|
1392
|
+
readonly classNames: {
|
|
1393
|
+
readonly root: "bui-Skeleton";
|
|
1394
|
+
};
|
|
1395
|
+
};
|
|
1396
|
+
|
|
1325
1397
|
/** @public */
|
|
1326
1398
|
interface SwitchProps extends SwitchProps$1 {
|
|
1327
1399
|
/**
|
|
@@ -1333,6 +1405,17 @@ interface SwitchProps extends SwitchProps$1 {
|
|
|
1333
1405
|
/** @public */
|
|
1334
1406
|
declare const Switch: react.ForwardRefExoticComponent<SwitchProps & react.RefAttributes<HTMLLabelElement>>;
|
|
1335
1407
|
|
|
1408
|
+
/**
|
|
1409
|
+
* Component definition for Switch
|
|
1410
|
+
* @public
|
|
1411
|
+
*/
|
|
1412
|
+
declare const SwitchDefinition: {
|
|
1413
|
+
readonly classNames: {
|
|
1414
|
+
readonly root: "bui-Switch";
|
|
1415
|
+
readonly indicator: "bui-SwitchIndicator";
|
|
1416
|
+
};
|
|
1417
|
+
};
|
|
1418
|
+
|
|
1336
1419
|
/**
|
|
1337
1420
|
* Properties for {@link VisuallyHidden}
|
|
1338
1421
|
*
|
|
@@ -1353,6 +1436,16 @@ interface VisuallyHiddenProps extends ComponentProps<'div'> {
|
|
|
1353
1436
|
*/
|
|
1354
1437
|
declare const VisuallyHidden: (props: VisuallyHiddenProps) => react_jsx_runtime.JSX.Element;
|
|
1355
1438
|
|
|
1439
|
+
/**
|
|
1440
|
+
* Component definition for VisuallyHidden
|
|
1441
|
+
* @public
|
|
1442
|
+
*/
|
|
1443
|
+
declare const VisuallyHiddenDefinition: {
|
|
1444
|
+
readonly classNames: {
|
|
1445
|
+
readonly root: "bui-VisuallyHidden";
|
|
1446
|
+
};
|
|
1447
|
+
};
|
|
1448
|
+
|
|
1356
1449
|
/** @public */
|
|
1357
1450
|
declare const useBreakpoint: () => {
|
|
1358
1451
|
breakpoint: Breakpoint;
|
|
@@ -1360,4 +1453,4 @@ declare const useBreakpoint: () => {
|
|
|
1360
1453
|
down: (key: Breakpoint) => boolean;
|
|
1361
1454
|
};
|
|
1362
1455
|
|
|
1363
|
-
export { Accordion, AccordionGroup, type AccordionGroupProps, AccordionPanel, type AccordionPanelProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, type AlignItems, Avatar, type AvatarProps, type Border, type BorderRadius, Box, type BoxProps, type Breakpoint, Button, ButtonIcon, type ButtonIconProps, ButtonLink, type ButtonLinkProps, type ButtonProps, Card, CardBody, type CardBodyProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, Cell, CellProfile, type CellProfileProps, type CellProps, Checkbox, type CheckboxProps, type ClassNamesMap, Column, type ColumnProps, type Columns, type
|
|
1456
|
+
export { Accordion, AccordionDefinition, AccordionGroup, type AccordionGroupProps, AccordionPanel, type AccordionPanelProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, type AlignItems, Avatar, AvatarDefinition, type AvatarProps, type Border, type BorderRadius, Box, BoxDefinition, type BoxProps, type Breakpoint, Button, ButtonDefinition, ButtonIcon, ButtonIconDefinition, type ButtonIconProps, ButtonLink, ButtonLinkDefinition, type ButtonLinkProps, type ButtonProps, Card, CardBody, type CardBodyProps, CardDefinition, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, Cell, CellProfile, type CellProfileProps, type CellProps, Checkbox, CheckboxDefinition, type CheckboxProps, type ClassNamesMap, Column, type ColumnProps, type Columns, type ComponentDefinition, Container, ContainerDefinition, type ContainerProps, type DataAttributeValues, type DataAttributesMap, Dialog, DialogBody, type DialogBodyProps, DialogDefinition, DialogFooter, DialogHeader, type DialogHeaderProps, type DialogProps, DialogTrigger, type DialogTriggerProps, type Display, FieldLabel, FieldLabelDefinition, type FieldLabelProps, Flex, FlexDefinition, type FlexDirection, type FlexProps, type FlexWrap, Grid, GridDefinition, GridItemDefinition, type GridItemProps, type GridProps, Header, HeaderDefinition, HeaderPage, type HeaderPageBreadcrumb, HeaderPageDefinition, type HeaderPageProps, type HeaderProps, type HeaderTab, type JustifyContent, Link, LinkDefinition, type LinkProps, Menu, MenuAutocomplete, type MenuAutocompleteListBoxProps, MenuAutocompleteListbox, type MenuAutocompleteProps, MenuDefinition, MenuItem, type MenuItemProps, MenuListBox, MenuListBoxItem, type MenuListBoxItemProps, type MenuListBoxProps, type MenuProps, MenuSection, type MenuSectionProps, MenuSeparator, type MenuSeparatorProps, MenuTrigger, type MenuTriggerProps, type Option, Radio, RadioGroup, RadioGroupDefinition, type RadioGroupProps, type RadioProps, type Responsive, Row, SearchField, SearchFieldDefinition, type SearchFieldProps, Select, SelectDefinition, type SelectProps, Skeleton, SkeletonDefinition, type SkeletonProps, type Space, type SpaceProps, SubmenuTrigger, type SubmenuTriggerProps, Switch, SwitchDefinition, type SwitchProps, Tab, TabList, type TabListProps, type TabMatchStrategy, TabPanel, type TabPanelProps, type TabProps, Table, TableBody, TableDefinition, TableHeader, TablePagination, TablePaginationDefinition, type TablePaginationProps, Tabs, TabsDefinition, type TabsProps, Tag, TagGroup, TagGroupDefinition, type TagGroupProps, type TagProps, Text, type TextColorStatus, type TextColors, TextDefinition, TextField, TextFieldDefinition, type TextFieldProps, type TextOwnProps, type TextProps, type TextVariants, type TextWeights, Tooltip, TooltipDefinition, type TooltipProps, TooltipTrigger, type UseTableConfig, type UseTablePagination, type UseTablePaginationConfig, type UseTableResult, type UtilityProps, VisuallyHidden, VisuallyHiddenDefinition, type VisuallyHiddenProps, useBreakpoint, useTable };
|