@galaxy-ds/core 2.1.0 → 2.1.2
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/dist/Accordion/Accordion.stories.d.ts +625 -175
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +31 -21
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +47 -15
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +74 -44
- package/dist/ActivityLog/ActivityLog.stories.d.ts +37 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +904 -43
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +703 -198
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +197 -158
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +226 -150
- package/dist/BottomListButton/BottomListButton.stories.d.ts +57 -33
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +56 -45
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +69 -43
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +362 -311
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +46 -25
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +265 -179
- package/dist/Chip/Chip.stories.d.ts +428 -100
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.stories.d.ts +2 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +29 -27
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +213 -117
- package/dist/Divider/Divider.stories.d.ts +338 -31
- package/dist/Drawer/Drawer.stories.d.ts +135 -81
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +364 -49
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +426 -356
- package/dist/EmptyState/EmptyState.stories.d.ts +7 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -6
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +10 -0
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +11 -0
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +333 -48
- package/dist/FormHeader/FormHeader.stories.d.ts +18 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1370 -2
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +411 -105
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +620 -609
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +85 -38
- package/dist/Icons/doctype-icons.stories.d.ts +815 -812
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2506 -1039
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -0
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +660 -636
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/InputLabel/InputLabel.stories.d.ts +1 -0
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29271 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29257 -20
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- package/package.json +4 -3
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
* `BottomListButton` is a ListItem button that sticks to the bottom of a container (list box, paper).
|
|
@@ -17,9 +20,29 @@ declare const meta: {
|
|
|
17
20
|
argTypes: {
|
|
18
21
|
onFocusVisible: {
|
|
19
22
|
control: {
|
|
23
|
+
type: undefined;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
onClick: {
|
|
27
|
+
control: {
|
|
28
|
+
type: undefined;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
ref: {
|
|
32
|
+
control: {
|
|
33
|
+
type: undefined;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
component: {
|
|
37
|
+
table: {
|
|
20
38
|
disable: boolean;
|
|
21
39
|
};
|
|
22
40
|
};
|
|
41
|
+
LinkComponent: {
|
|
42
|
+
control: {
|
|
43
|
+
type: undefined;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
23
46
|
};
|
|
24
47
|
};
|
|
25
48
|
export default meta;
|
|
@@ -27,11 +50,12 @@ export declare const Default: {
|
|
|
27
50
|
args: {
|
|
28
51
|
label: string;
|
|
29
52
|
onClick: import("@vitest/spy").Mock<[e: import("react").MouseEvent<Element, MouseEvent>], void>;
|
|
53
|
+
alignItems: "center";
|
|
30
54
|
};
|
|
31
|
-
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
55
|
+
play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
32
56
|
label?: string | undefined;
|
|
33
|
-
onClick?: ((e: import("react").MouseEvent) => void) | undefined;
|
|
34
|
-
alignItems?:
|
|
57
|
+
onClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
58
|
+
alignItems?: "center" | "flex-start" | undefined;
|
|
35
59
|
autoFocus?: boolean | undefined;
|
|
36
60
|
children?: import("react").ReactNode;
|
|
37
61
|
classes?: (Partial<import("@mui/material").ListItemButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -41,20 +65,20 @@ export declare const Default: {
|
|
|
41
65
|
divider?: boolean | undefined;
|
|
42
66
|
selected?: boolean | undefined;
|
|
43
67
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
44
|
-
tabIndex?:
|
|
68
|
+
tabIndex?: number | undefined;
|
|
45
69
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
46
70
|
centerRipple?: boolean | undefined;
|
|
47
71
|
disableRipple?: boolean | undefined;
|
|
48
72
|
disableTouchRipple?: boolean | undefined;
|
|
49
73
|
focusRipple?: boolean | undefined;
|
|
50
74
|
focusVisibleClassName?: string | undefined;
|
|
51
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
75
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
52
76
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
53
77
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
54
78
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
55
79
|
className?: string | undefined;
|
|
56
80
|
style?: import("react").CSSProperties | undefined;
|
|
57
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
81
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
58
82
|
color?: string | undefined;
|
|
59
83
|
slot?: string | undefined;
|
|
60
84
|
title?: string | undefined;
|
|
@@ -64,27 +88,27 @@ export declare const Default: {
|
|
|
64
88
|
role?: import("react").AriaRole | undefined;
|
|
65
89
|
"aria-activedescendant"?: string | undefined;
|
|
66
90
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
67
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
91
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
68
92
|
"aria-braillelabel"?: string | undefined;
|
|
69
93
|
"aria-brailleroledescription"?: string | undefined;
|
|
70
94
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
71
|
-
"aria-checked"?: boolean | "
|
|
95
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
72
96
|
"aria-colcount"?: number | undefined;
|
|
73
97
|
"aria-colindex"?: number | undefined;
|
|
74
98
|
"aria-colindextext"?: string | undefined;
|
|
75
99
|
"aria-colspan"?: number | undefined;
|
|
76
100
|
"aria-controls"?: string | undefined;
|
|
77
|
-
"aria-current"?: boolean | "
|
|
101
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
78
102
|
"aria-describedby"?: string | undefined;
|
|
79
103
|
"aria-description"?: string | undefined;
|
|
80
104
|
"aria-details"?: string | undefined;
|
|
81
105
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
82
|
-
"aria-dropeffect"?: "
|
|
106
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
83
107
|
"aria-errormessage"?: string | undefined;
|
|
84
108
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
85
109
|
"aria-flowto"?: string | undefined;
|
|
86
110
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
87
|
-
"aria-haspopup"?: boolean | "
|
|
111
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
88
112
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
89
113
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
90
114
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -99,9 +123,9 @@ export declare const Default: {
|
|
|
99
123
|
"aria-owns"?: string | undefined;
|
|
100
124
|
"aria-placeholder"?: string | undefined;
|
|
101
125
|
"aria-posinset"?: number | undefined;
|
|
102
|
-
"aria-pressed"?: boolean | "
|
|
126
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
103
127
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
104
|
-
"aria-relevant"?: "
|
|
128
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
105
129
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
106
130
|
"aria-roledescription"?: string | undefined;
|
|
107
131
|
"aria-rowcount"?: number | undefined;
|
|
@@ -284,7 +308,7 @@ export declare const Default: {
|
|
|
284
308
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
285
309
|
suppressContentEditableWarning?: boolean | undefined;
|
|
286
310
|
accessKey?: string | undefined;
|
|
287
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
311
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
288
312
|
contextMenu?: string | undefined;
|
|
289
313
|
dir?: string | undefined;
|
|
290
314
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -312,15 +336,15 @@ export declare const Default: {
|
|
|
312
336
|
itemRef?: string | undefined;
|
|
313
337
|
results?: number | undefined;
|
|
314
338
|
security?: string | undefined;
|
|
315
|
-
unselectable?: "
|
|
316
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
339
|
+
unselectable?: "off" | "on" | undefined;
|
|
340
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
317
341
|
is?: string | undefined;
|
|
318
|
-
component?: import("react").ElementType | undefined;
|
|
342
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
319
343
|
}>) => Promise<void>;
|
|
320
344
|
render: (args: {
|
|
321
345
|
label?: string | undefined;
|
|
322
|
-
onClick?: ((e: import("react").MouseEvent) => void) | undefined;
|
|
323
|
-
alignItems?:
|
|
346
|
+
onClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
347
|
+
alignItems?: "center" | "flex-start" | undefined;
|
|
324
348
|
autoFocus?: boolean | undefined;
|
|
325
349
|
children?: import("react").ReactNode;
|
|
326
350
|
classes?: (Partial<import("@mui/material").ListItemButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -330,20 +354,20 @@ export declare const Default: {
|
|
|
330
354
|
divider?: boolean | undefined;
|
|
331
355
|
selected?: boolean | undefined;
|
|
332
356
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
333
|
-
tabIndex?:
|
|
357
|
+
tabIndex?: number | undefined;
|
|
334
358
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
335
359
|
centerRipple?: boolean | undefined;
|
|
336
360
|
disableRipple?: boolean | undefined;
|
|
337
361
|
disableTouchRipple?: boolean | undefined;
|
|
338
362
|
focusRipple?: boolean | undefined;
|
|
339
363
|
focusVisibleClassName?: string | undefined;
|
|
340
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
364
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
341
365
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
342
366
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
343
367
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
344
368
|
className?: string | undefined;
|
|
345
369
|
style?: import("react").CSSProperties | undefined;
|
|
346
|
-
ref?: ((instance: HTMLDivElement | null) => void
|
|
370
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
347
371
|
color?: string | undefined;
|
|
348
372
|
slot?: string | undefined;
|
|
349
373
|
title?: string | undefined;
|
|
@@ -353,27 +377,27 @@ export declare const Default: {
|
|
|
353
377
|
role?: import("react").AriaRole | undefined;
|
|
354
378
|
"aria-activedescendant"?: string | undefined;
|
|
355
379
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
356
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
380
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
357
381
|
"aria-braillelabel"?: string | undefined;
|
|
358
382
|
"aria-brailleroledescription"?: string | undefined;
|
|
359
383
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
360
|
-
"aria-checked"?: boolean | "
|
|
384
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
361
385
|
"aria-colcount"?: number | undefined;
|
|
362
386
|
"aria-colindex"?: number | undefined;
|
|
363
387
|
"aria-colindextext"?: string | undefined;
|
|
364
388
|
"aria-colspan"?: number | undefined;
|
|
365
389
|
"aria-controls"?: string | undefined;
|
|
366
|
-
"aria-current"?: boolean | "
|
|
390
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
367
391
|
"aria-describedby"?: string | undefined;
|
|
368
392
|
"aria-description"?: string | undefined;
|
|
369
393
|
"aria-details"?: string | undefined;
|
|
370
394
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
371
|
-
"aria-dropeffect"?: "
|
|
395
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
372
396
|
"aria-errormessage"?: string | undefined;
|
|
373
397
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
374
398
|
"aria-flowto"?: string | undefined;
|
|
375
399
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
376
|
-
"aria-haspopup"?: boolean | "
|
|
400
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
377
401
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
378
402
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
379
403
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -388,9 +412,9 @@ export declare const Default: {
|
|
|
388
412
|
"aria-owns"?: string | undefined;
|
|
389
413
|
"aria-placeholder"?: string | undefined;
|
|
390
414
|
"aria-posinset"?: number | undefined;
|
|
391
|
-
"aria-pressed"?: boolean | "
|
|
415
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
392
416
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
393
|
-
"aria-relevant"?: "
|
|
417
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
394
418
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
395
419
|
"aria-roledescription"?: string | undefined;
|
|
396
420
|
"aria-rowcount"?: number | undefined;
|
|
@@ -573,7 +597,7 @@ export declare const Default: {
|
|
|
573
597
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
574
598
|
suppressContentEditableWarning?: boolean | undefined;
|
|
575
599
|
accessKey?: string | undefined;
|
|
576
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
600
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
577
601
|
contextMenu?: string | undefined;
|
|
578
602
|
dir?: string | undefined;
|
|
579
603
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -601,9 +625,9 @@ export declare const Default: {
|
|
|
601
625
|
itemRef?: string | undefined;
|
|
602
626
|
results?: number | undefined;
|
|
603
627
|
security?: string | undefined;
|
|
604
|
-
unselectable?: "
|
|
605
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
628
|
+
unselectable?: "off" | "on" | undefined;
|
|
629
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
606
630
|
is?: string | undefined;
|
|
607
|
-
component?: import("react").ElementType | undefined;
|
|
631
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
608
632
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
609
633
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const Root: import("@emotion/styled").StyledComponent<import("../ListItem").ListItemProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
2
3
|
export declare const ListButtonText: import("@emotion/styled").StyledComponent<Omit<import("..").TypographyProps, "ref"> & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
3
4
|
export declare const Divider: import("@emotion/styled").StyledComponent<import("@mui/material").DividerOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref"> & {
|
|
4
|
-
ref?: ((instance: HTMLHRElement | null) => void
|
|
5
|
+
ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject<HTMLHRElement> | null | undefined;
|
|
5
6
|
}, "children" | "classes" | "className" | "style" | "sx" | "orientation" | "variant" | "textAlign" | "absolute" | "light" | "flexItem"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
* The Box component serves as a wrapper component for most of the CSS utility needs.
|
|
@@ -11,6 +14,14 @@ declare const meta: {
|
|
|
11
14
|
component: (props: import("./Box.types").BoxProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
15
|
parameters: {
|
|
13
16
|
badges: BADGE[];
|
|
17
|
+
layout: string;
|
|
18
|
+
};
|
|
19
|
+
argTypes: {
|
|
20
|
+
component: {
|
|
21
|
+
table: {
|
|
22
|
+
disable: boolean;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
14
25
|
};
|
|
15
26
|
};
|
|
16
27
|
export default meta;
|
|
@@ -24,9 +35,9 @@ export declare const Default: {
|
|
|
24
35
|
height: number;
|
|
25
36
|
};
|
|
26
37
|
};
|
|
27
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
38
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
28
39
|
children?: import("react").ReactNode;
|
|
29
|
-
component?: import("react").ElementType | undefined;
|
|
40
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
30
41
|
ref?: import("react").Ref<unknown> | undefined;
|
|
31
42
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
32
43
|
color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>);
|
|
@@ -144,27 +155,27 @@ export declare const Default: {
|
|
|
144
155
|
tabIndex?: number | undefined;
|
|
145
156
|
"aria-activedescendant"?: string | undefined;
|
|
146
157
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
147
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
158
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
148
159
|
"aria-braillelabel"?: string | undefined;
|
|
149
160
|
"aria-brailleroledescription"?: string | undefined;
|
|
150
161
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
151
|
-
"aria-checked"?: boolean | "
|
|
162
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
152
163
|
"aria-colcount"?: number | undefined;
|
|
153
164
|
"aria-colindex"?: number | undefined;
|
|
154
165
|
"aria-colindextext"?: string | undefined;
|
|
155
166
|
"aria-colspan"?: number | undefined;
|
|
156
167
|
"aria-controls"?: string | undefined;
|
|
157
|
-
"aria-current"?: boolean | "
|
|
168
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
158
169
|
"aria-describedby"?: string | undefined;
|
|
159
170
|
"aria-description"?: string | undefined;
|
|
160
171
|
"aria-details"?: string | undefined;
|
|
161
172
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
162
|
-
"aria-dropeffect"?: "
|
|
173
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
163
174
|
"aria-errormessage"?: string | undefined;
|
|
164
175
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
165
176
|
"aria-flowto"?: string | undefined;
|
|
166
177
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
167
|
-
"aria-haspopup"?: boolean | "
|
|
178
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
168
179
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
169
180
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
170
181
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -179,9 +190,9 @@ export declare const Default: {
|
|
|
179
190
|
"aria-owns"?: string | undefined;
|
|
180
191
|
"aria-placeholder"?: string | undefined;
|
|
181
192
|
"aria-posinset"?: number | undefined;
|
|
182
|
-
"aria-pressed"?: boolean | "
|
|
193
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
183
194
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
184
|
-
"aria-relevant"?: "
|
|
195
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
185
196
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
186
197
|
"aria-roledescription"?: string | undefined;
|
|
187
198
|
"aria-rowcount"?: number | undefined;
|
|
@@ -366,7 +377,7 @@ export declare const Default: {
|
|
|
366
377
|
suppressContentEditableWarning?: boolean | undefined;
|
|
367
378
|
accessKey?: string | undefined;
|
|
368
379
|
autoFocus?: boolean | undefined;
|
|
369
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
380
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
370
381
|
contextMenu?: string | undefined;
|
|
371
382
|
dir?: string | undefined;
|
|
372
383
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -394,13 +405,13 @@ export declare const Default: {
|
|
|
394
405
|
itemRef?: string | undefined;
|
|
395
406
|
results?: number | undefined;
|
|
396
407
|
security?: string | undefined;
|
|
397
|
-
unselectable?: "
|
|
398
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
408
|
+
unselectable?: "off" | "on" | undefined;
|
|
409
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
399
410
|
is?: string | undefined;
|
|
400
411
|
}>) => Promise<void>;
|
|
401
412
|
render: (args: {
|
|
402
413
|
children?: import("react").ReactNode;
|
|
403
|
-
component?: import("react").ElementType | undefined;
|
|
414
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
404
415
|
ref?: import("react").Ref<unknown> | undefined;
|
|
405
416
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
406
417
|
color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>);
|
|
@@ -518,27 +529,27 @@ export declare const Default: {
|
|
|
518
529
|
tabIndex?: number | undefined;
|
|
519
530
|
"aria-activedescendant"?: string | undefined;
|
|
520
531
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
521
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
532
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
522
533
|
"aria-braillelabel"?: string | undefined;
|
|
523
534
|
"aria-brailleroledescription"?: string | undefined;
|
|
524
535
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
525
|
-
"aria-checked"?: boolean | "
|
|
536
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
526
537
|
"aria-colcount"?: number | undefined;
|
|
527
538
|
"aria-colindex"?: number | undefined;
|
|
528
539
|
"aria-colindextext"?: string | undefined;
|
|
529
540
|
"aria-colspan"?: number | undefined;
|
|
530
541
|
"aria-controls"?: string | undefined;
|
|
531
|
-
"aria-current"?: boolean | "
|
|
542
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
532
543
|
"aria-describedby"?: string | undefined;
|
|
533
544
|
"aria-description"?: string | undefined;
|
|
534
545
|
"aria-details"?: string | undefined;
|
|
535
546
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
536
|
-
"aria-dropeffect"?: "
|
|
547
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
537
548
|
"aria-errormessage"?: string | undefined;
|
|
538
549
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
539
550
|
"aria-flowto"?: string | undefined;
|
|
540
551
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
541
|
-
"aria-haspopup"?: boolean | "
|
|
552
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
542
553
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
543
554
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
544
555
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -553,9 +564,9 @@ export declare const Default: {
|
|
|
553
564
|
"aria-owns"?: string | undefined;
|
|
554
565
|
"aria-placeholder"?: string | undefined;
|
|
555
566
|
"aria-posinset"?: number | undefined;
|
|
556
|
-
"aria-pressed"?: boolean | "
|
|
567
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
557
568
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
558
|
-
"aria-relevant"?: "
|
|
569
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
559
570
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
560
571
|
"aria-roledescription"?: string | undefined;
|
|
561
572
|
"aria-rowcount"?: number | undefined;
|
|
@@ -740,7 +751,7 @@ export declare const Default: {
|
|
|
740
751
|
suppressContentEditableWarning?: boolean | undefined;
|
|
741
752
|
accessKey?: string | undefined;
|
|
742
753
|
autoFocus?: boolean | undefined;
|
|
743
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
754
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
744
755
|
contextMenu?: string | undefined;
|
|
745
756
|
dir?: string | undefined;
|
|
746
757
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -768,8 +779,8 @@ export declare const Default: {
|
|
|
768
779
|
itemRef?: string | undefined;
|
|
769
780
|
results?: number | undefined;
|
|
770
781
|
security?: string | undefined;
|
|
771
|
-
unselectable?: "
|
|
772
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
782
|
+
unselectable?: "off" | "on" | undefined;
|
|
783
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
773
784
|
is?: string | undefined;
|
|
774
785
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
775
786
|
};
|
|
@@ -784,7 +795,7 @@ export declare const Padding: {
|
|
|
784
795
|
};
|
|
785
796
|
render: (args: {
|
|
786
797
|
children?: import("react").ReactNode;
|
|
787
|
-
component?: import("react").ElementType | undefined;
|
|
798
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
788
799
|
ref?: import("react").Ref<unknown> | undefined;
|
|
789
800
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
790
801
|
color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>);
|
|
@@ -902,27 +913,27 @@ export declare const Padding: {
|
|
|
902
913
|
tabIndex?: number | undefined;
|
|
903
914
|
"aria-activedescendant"?: string | undefined;
|
|
904
915
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
905
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
916
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
906
917
|
"aria-braillelabel"?: string | undefined;
|
|
907
918
|
"aria-brailleroledescription"?: string | undefined;
|
|
908
919
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
909
|
-
"aria-checked"?: boolean | "
|
|
920
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
910
921
|
"aria-colcount"?: number | undefined;
|
|
911
922
|
"aria-colindex"?: number | undefined;
|
|
912
923
|
"aria-colindextext"?: string | undefined;
|
|
913
924
|
"aria-colspan"?: number | undefined;
|
|
914
925
|
"aria-controls"?: string | undefined;
|
|
915
|
-
"aria-current"?: boolean | "
|
|
926
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
916
927
|
"aria-describedby"?: string | undefined;
|
|
917
928
|
"aria-description"?: string | undefined;
|
|
918
929
|
"aria-details"?: string | undefined;
|
|
919
930
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
920
|
-
"aria-dropeffect"?: "
|
|
931
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
921
932
|
"aria-errormessage"?: string | undefined;
|
|
922
933
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
923
934
|
"aria-flowto"?: string | undefined;
|
|
924
935
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
925
|
-
"aria-haspopup"?: boolean | "
|
|
936
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
926
937
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
927
938
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
928
939
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -937,9 +948,9 @@ export declare const Padding: {
|
|
|
937
948
|
"aria-owns"?: string | undefined;
|
|
938
949
|
"aria-placeholder"?: string | undefined;
|
|
939
950
|
"aria-posinset"?: number | undefined;
|
|
940
|
-
"aria-pressed"?: boolean | "
|
|
951
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
941
952
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
942
|
-
"aria-relevant"?: "
|
|
953
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
943
954
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
944
955
|
"aria-roledescription"?: string | undefined;
|
|
945
956
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1124,7 +1135,7 @@ export declare const Padding: {
|
|
|
1124
1135
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1125
1136
|
accessKey?: string | undefined;
|
|
1126
1137
|
autoFocus?: boolean | undefined;
|
|
1127
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1138
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1128
1139
|
contextMenu?: string | undefined;
|
|
1129
1140
|
dir?: string | undefined;
|
|
1130
1141
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1152,8 +1163,8 @@ export declare const Padding: {
|
|
|
1152
1163
|
itemRef?: string | undefined;
|
|
1153
1164
|
results?: number | undefined;
|
|
1154
1165
|
security?: string | undefined;
|
|
1155
|
-
unselectable?: "
|
|
1156
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1166
|
+
unselectable?: "off" | "on" | undefined;
|
|
1167
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1157
1168
|
is?: string | undefined;
|
|
1158
1169
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1159
1170
|
};
|
|
@@ -1165,7 +1176,7 @@ export declare const Flexbox: {
|
|
|
1165
1176
|
};
|
|
1166
1177
|
render: (args: {
|
|
1167
1178
|
children?: import("react").ReactNode;
|
|
1168
|
-
component?: import("react").ElementType | undefined;
|
|
1179
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1169
1180
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1170
1181
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1171
1182
|
color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>);
|
|
@@ -1283,27 +1294,27 @@ export declare const Flexbox: {
|
|
|
1283
1294
|
tabIndex?: number | undefined;
|
|
1284
1295
|
"aria-activedescendant"?: string | undefined;
|
|
1285
1296
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1286
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1297
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1287
1298
|
"aria-braillelabel"?: string | undefined;
|
|
1288
1299
|
"aria-brailleroledescription"?: string | undefined;
|
|
1289
1300
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1290
|
-
"aria-checked"?: boolean | "
|
|
1301
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1291
1302
|
"aria-colcount"?: number | undefined;
|
|
1292
1303
|
"aria-colindex"?: number | undefined;
|
|
1293
1304
|
"aria-colindextext"?: string | undefined;
|
|
1294
1305
|
"aria-colspan"?: number | undefined;
|
|
1295
1306
|
"aria-controls"?: string | undefined;
|
|
1296
|
-
"aria-current"?: boolean | "
|
|
1307
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1297
1308
|
"aria-describedby"?: string | undefined;
|
|
1298
1309
|
"aria-description"?: string | undefined;
|
|
1299
1310
|
"aria-details"?: string | undefined;
|
|
1300
1311
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1301
|
-
"aria-dropeffect"?: "
|
|
1312
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1302
1313
|
"aria-errormessage"?: string | undefined;
|
|
1303
1314
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1304
1315
|
"aria-flowto"?: string | undefined;
|
|
1305
1316
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1306
|
-
"aria-haspopup"?: boolean | "
|
|
1317
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1307
1318
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1308
1319
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1309
1320
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1318,9 +1329,9 @@ export declare const Flexbox: {
|
|
|
1318
1329
|
"aria-owns"?: string | undefined;
|
|
1319
1330
|
"aria-placeholder"?: string | undefined;
|
|
1320
1331
|
"aria-posinset"?: number | undefined;
|
|
1321
|
-
"aria-pressed"?: boolean | "
|
|
1332
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1322
1333
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1323
|
-
"aria-relevant"?: "
|
|
1334
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1324
1335
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1325
1336
|
"aria-roledescription"?: string | undefined;
|
|
1326
1337
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1505,7 +1516,7 @@ export declare const Flexbox: {
|
|
|
1505
1516
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1506
1517
|
accessKey?: string | undefined;
|
|
1507
1518
|
autoFocus?: boolean | undefined;
|
|
1508
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1519
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1509
1520
|
contextMenu?: string | undefined;
|
|
1510
1521
|
dir?: string | undefined;
|
|
1511
1522
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1533,8 +1544,8 @@ export declare const Flexbox: {
|
|
|
1533
1544
|
itemRef?: string | undefined;
|
|
1534
1545
|
results?: number | undefined;
|
|
1535
1546
|
security?: string | undefined;
|
|
1536
|
-
unselectable?: "
|
|
1537
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1547
|
+
unselectable?: "off" | "on" | undefined;
|
|
1548
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1538
1549
|
is?: string | undefined;
|
|
1539
1550
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1540
1551
|
};
|