@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
|
*
|
|
@@ -11,6 +14,14 @@ declare const meta: {
|
|
|
11
14
|
title: string;
|
|
12
15
|
parameters: {
|
|
13
16
|
badges: BADGE[];
|
|
17
|
+
layout: string;
|
|
18
|
+
};
|
|
19
|
+
argTypes: {
|
|
20
|
+
children: {
|
|
21
|
+
control: {
|
|
22
|
+
type: undefined;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
14
25
|
};
|
|
15
26
|
};
|
|
16
27
|
export default meta;
|
|
@@ -26,8 +37,8 @@ export declare const Default: {
|
|
|
26
37
|
};
|
|
27
38
|
};
|
|
28
39
|
render: (args: {
|
|
29
|
-
alignItems?:
|
|
30
|
-
spacing?:
|
|
40
|
+
alignItems?: "center" | "flex-end" | "flex-start" | "stretch" | undefined;
|
|
41
|
+
spacing?: 0 | 1 | 2 | 4 | 3 | undefined;
|
|
31
42
|
margin?: boolean | undefined;
|
|
32
43
|
children?: import("react").ReactNode;
|
|
33
44
|
classes?: Partial<import("@mui/material").FormGroupClasses> | undefined;
|
|
@@ -45,27 +56,27 @@ export declare const Default: {
|
|
|
45
56
|
tabIndex?: number | undefined;
|
|
46
57
|
"aria-activedescendant"?: string | undefined;
|
|
47
58
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
48
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
59
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
49
60
|
"aria-braillelabel"?: string | undefined;
|
|
50
61
|
"aria-brailleroledescription"?: string | undefined;
|
|
51
62
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
52
|
-
"aria-checked"?: boolean | "
|
|
63
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
53
64
|
"aria-colcount"?: number | undefined;
|
|
54
65
|
"aria-colindex"?: number | undefined;
|
|
55
66
|
"aria-colindextext"?: string | undefined;
|
|
56
67
|
"aria-colspan"?: number | undefined;
|
|
57
68
|
"aria-controls"?: string | undefined;
|
|
58
|
-
"aria-current"?: boolean | "
|
|
69
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
59
70
|
"aria-describedby"?: string | undefined;
|
|
60
71
|
"aria-description"?: string | undefined;
|
|
61
72
|
"aria-details"?: string | undefined;
|
|
62
73
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
63
|
-
"aria-dropeffect"?: "
|
|
74
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
64
75
|
"aria-errormessage"?: string | undefined;
|
|
65
76
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
66
77
|
"aria-flowto"?: string | undefined;
|
|
67
78
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
68
|
-
"aria-haspopup"?: boolean | "
|
|
79
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
69
80
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
70
81
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
71
82
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -80,9 +91,9 @@ export declare const Default: {
|
|
|
80
91
|
"aria-owns"?: string | undefined;
|
|
81
92
|
"aria-placeholder"?: string | undefined;
|
|
82
93
|
"aria-posinset"?: number | undefined;
|
|
83
|
-
"aria-pressed"?: boolean | "
|
|
94
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
84
95
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
85
|
-
"aria-relevant"?: "
|
|
96
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
86
97
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
87
98
|
"aria-roledescription"?: string | undefined;
|
|
88
99
|
"aria-rowcount"?: number | undefined;
|
|
@@ -266,7 +277,7 @@ export declare const Default: {
|
|
|
266
277
|
suppressContentEditableWarning?: boolean | undefined;
|
|
267
278
|
accessKey?: string | undefined;
|
|
268
279
|
autoFocus?: boolean | undefined;
|
|
269
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
280
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
270
281
|
contextMenu?: string | undefined;
|
|
271
282
|
dir?: string | undefined;
|
|
272
283
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -294,8 +305,8 @@ export declare const Default: {
|
|
|
294
305
|
itemRef?: string | undefined;
|
|
295
306
|
results?: number | undefined;
|
|
296
307
|
security?: string | undefined;
|
|
297
|
-
unselectable?: "
|
|
298
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
308
|
+
unselectable?: "off" | "on" | undefined;
|
|
309
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
299
310
|
is?: string | undefined;
|
|
300
311
|
ref?: import("react").Ref<unknown> | undefined;
|
|
301
312
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -309,8 +320,8 @@ export declare const Spacing: {
|
|
|
309
320
|
spacing: 2;
|
|
310
321
|
};
|
|
311
322
|
render: (args: {
|
|
312
|
-
alignItems?:
|
|
313
|
-
spacing?:
|
|
323
|
+
alignItems?: "center" | "flex-end" | "flex-start" | "stretch" | undefined;
|
|
324
|
+
spacing?: 0 | 1 | 2 | 4 | 3 | undefined;
|
|
314
325
|
margin?: boolean | undefined;
|
|
315
326
|
children?: import("react").ReactNode;
|
|
316
327
|
classes?: Partial<import("@mui/material").FormGroupClasses> | undefined;
|
|
@@ -328,27 +339,27 @@ export declare const Spacing: {
|
|
|
328
339
|
tabIndex?: number | undefined;
|
|
329
340
|
"aria-activedescendant"?: string | undefined;
|
|
330
341
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
331
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
342
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
332
343
|
"aria-braillelabel"?: string | undefined;
|
|
333
344
|
"aria-brailleroledescription"?: string | undefined;
|
|
334
345
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
335
|
-
"aria-checked"?: boolean | "
|
|
346
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
336
347
|
"aria-colcount"?: number | undefined;
|
|
337
348
|
"aria-colindex"?: number | undefined;
|
|
338
349
|
"aria-colindextext"?: string | undefined;
|
|
339
350
|
"aria-colspan"?: number | undefined;
|
|
340
351
|
"aria-controls"?: string | undefined;
|
|
341
|
-
"aria-current"?: boolean | "
|
|
352
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
342
353
|
"aria-describedby"?: string | undefined;
|
|
343
354
|
"aria-description"?: string | undefined;
|
|
344
355
|
"aria-details"?: string | undefined;
|
|
345
356
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
346
|
-
"aria-dropeffect"?: "
|
|
357
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
347
358
|
"aria-errormessage"?: string | undefined;
|
|
348
359
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
349
360
|
"aria-flowto"?: string | undefined;
|
|
350
361
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
351
|
-
"aria-haspopup"?: boolean | "
|
|
362
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
352
363
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
353
364
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
354
365
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -363,9 +374,9 @@ export declare const Spacing: {
|
|
|
363
374
|
"aria-owns"?: string | undefined;
|
|
364
375
|
"aria-placeholder"?: string | undefined;
|
|
365
376
|
"aria-posinset"?: number | undefined;
|
|
366
|
-
"aria-pressed"?: boolean | "
|
|
377
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
367
378
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
368
|
-
"aria-relevant"?: "
|
|
379
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
369
380
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
370
381
|
"aria-roledescription"?: string | undefined;
|
|
371
382
|
"aria-rowcount"?: number | undefined;
|
|
@@ -549,7 +560,7 @@ export declare const Spacing: {
|
|
|
549
560
|
suppressContentEditableWarning?: boolean | undefined;
|
|
550
561
|
accessKey?: string | undefined;
|
|
551
562
|
autoFocus?: boolean | undefined;
|
|
552
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
563
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
553
564
|
contextMenu?: string | undefined;
|
|
554
565
|
dir?: string | undefined;
|
|
555
566
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -577,8 +588,8 @@ export declare const Spacing: {
|
|
|
577
588
|
itemRef?: string | undefined;
|
|
578
589
|
results?: number | undefined;
|
|
579
590
|
security?: string | undefined;
|
|
580
|
-
unselectable?: "
|
|
581
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
591
|
+
unselectable?: "off" | "on" | undefined;
|
|
592
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
582
593
|
is?: string | undefined;
|
|
583
594
|
ref?: import("react").Ref<unknown> | undefined;
|
|
584
595
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -593,8 +604,8 @@ export declare const Alignment: {
|
|
|
593
604
|
};
|
|
594
605
|
};
|
|
595
606
|
render: (args: {
|
|
596
|
-
alignItems?:
|
|
597
|
-
spacing?:
|
|
607
|
+
alignItems?: "center" | "flex-end" | "flex-start" | "stretch" | undefined;
|
|
608
|
+
spacing?: 0 | 1 | 2 | 4 | 3 | undefined;
|
|
598
609
|
margin?: boolean | undefined;
|
|
599
610
|
children?: import("react").ReactNode;
|
|
600
611
|
classes?: Partial<import("@mui/material").FormGroupClasses> | undefined;
|
|
@@ -612,27 +623,27 @@ export declare const Alignment: {
|
|
|
612
623
|
tabIndex?: number | undefined;
|
|
613
624
|
"aria-activedescendant"?: string | undefined;
|
|
614
625
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
615
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
626
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
616
627
|
"aria-braillelabel"?: string | undefined;
|
|
617
628
|
"aria-brailleroledescription"?: string | undefined;
|
|
618
629
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
619
|
-
"aria-checked"?: boolean | "
|
|
630
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
620
631
|
"aria-colcount"?: number | undefined;
|
|
621
632
|
"aria-colindex"?: number | undefined;
|
|
622
633
|
"aria-colindextext"?: string | undefined;
|
|
623
634
|
"aria-colspan"?: number | undefined;
|
|
624
635
|
"aria-controls"?: string | undefined;
|
|
625
|
-
"aria-current"?: boolean | "
|
|
636
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
626
637
|
"aria-describedby"?: string | undefined;
|
|
627
638
|
"aria-description"?: string | undefined;
|
|
628
639
|
"aria-details"?: string | undefined;
|
|
629
640
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
630
|
-
"aria-dropeffect"?: "
|
|
641
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
631
642
|
"aria-errormessage"?: string | undefined;
|
|
632
643
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
633
644
|
"aria-flowto"?: string | undefined;
|
|
634
645
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
635
|
-
"aria-haspopup"?: boolean | "
|
|
646
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
636
647
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
637
648
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
638
649
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -647,9 +658,9 @@ export declare const Alignment: {
|
|
|
647
658
|
"aria-owns"?: string | undefined;
|
|
648
659
|
"aria-placeholder"?: string | undefined;
|
|
649
660
|
"aria-posinset"?: number | undefined;
|
|
650
|
-
"aria-pressed"?: boolean | "
|
|
661
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
651
662
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
652
|
-
"aria-relevant"?: "
|
|
663
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
653
664
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
654
665
|
"aria-roledescription"?: string | undefined;
|
|
655
666
|
"aria-rowcount"?: number | undefined;
|
|
@@ -833,7 +844,7 @@ export declare const Alignment: {
|
|
|
833
844
|
suppressContentEditableWarning?: boolean | undefined;
|
|
834
845
|
accessKey?: string | undefined;
|
|
835
846
|
autoFocus?: boolean | undefined;
|
|
836
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
847
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
837
848
|
contextMenu?: string | undefined;
|
|
838
849
|
dir?: string | undefined;
|
|
839
850
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -861,8 +872,8 @@ export declare const Alignment: {
|
|
|
861
872
|
itemRef?: string | undefined;
|
|
862
873
|
results?: number | undefined;
|
|
863
874
|
security?: string | undefined;
|
|
864
|
-
unselectable?: "
|
|
865
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
875
|
+
unselectable?: "off" | "on" | undefined;
|
|
876
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
866
877
|
is?: string | undefined;
|
|
867
878
|
ref?: import("react").Ref<unknown> | undefined;
|
|
868
879
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -871,9 +882,283 @@ export declare const Margin: {
|
|
|
871
882
|
args: {
|
|
872
883
|
margin: true;
|
|
873
884
|
};
|
|
885
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
886
|
+
alignItems?: "center" | "flex-end" | "flex-start" | "stretch" | undefined;
|
|
887
|
+
spacing?: 0 | 1 | 2 | 4 | 3 | undefined;
|
|
888
|
+
margin?: boolean | undefined;
|
|
889
|
+
children?: import("react").ReactNode;
|
|
890
|
+
classes?: Partial<import("@mui/material").FormGroupClasses> | undefined;
|
|
891
|
+
row?: boolean | undefined;
|
|
892
|
+
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
893
|
+
className?: string | undefined;
|
|
894
|
+
style?: import("react").CSSProperties | undefined;
|
|
895
|
+
color?: string | undefined;
|
|
896
|
+
slot?: string | undefined;
|
|
897
|
+
title?: string | undefined;
|
|
898
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
899
|
+
id?: string | undefined;
|
|
900
|
+
lang?: string | undefined;
|
|
901
|
+
role?: import("react").AriaRole | undefined;
|
|
902
|
+
tabIndex?: number | undefined;
|
|
903
|
+
"aria-activedescendant"?: string | undefined;
|
|
904
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
905
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
906
|
+
"aria-braillelabel"?: string | undefined;
|
|
907
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
908
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
909
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
910
|
+
"aria-colcount"?: number | undefined;
|
|
911
|
+
"aria-colindex"?: number | undefined;
|
|
912
|
+
"aria-colindextext"?: string | undefined;
|
|
913
|
+
"aria-colspan"?: number | undefined;
|
|
914
|
+
"aria-controls"?: string | undefined;
|
|
915
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
916
|
+
"aria-describedby"?: string | undefined;
|
|
917
|
+
"aria-description"?: string | undefined;
|
|
918
|
+
"aria-details"?: string | undefined;
|
|
919
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
920
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
921
|
+
"aria-errormessage"?: string | undefined;
|
|
922
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
923
|
+
"aria-flowto"?: string | undefined;
|
|
924
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
925
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
926
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
927
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
928
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
929
|
+
"aria-label"?: string | undefined;
|
|
930
|
+
"aria-labelledby"?: string | undefined;
|
|
931
|
+
"aria-level"?: number | undefined;
|
|
932
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
933
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
934
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
935
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
936
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
937
|
+
"aria-owns"?: string | undefined;
|
|
938
|
+
"aria-placeholder"?: string | undefined;
|
|
939
|
+
"aria-posinset"?: number | undefined;
|
|
940
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
941
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
942
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
943
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
944
|
+
"aria-roledescription"?: string | undefined;
|
|
945
|
+
"aria-rowcount"?: number | undefined;
|
|
946
|
+
"aria-rowindex"?: number | undefined;
|
|
947
|
+
"aria-rowindextext"?: string | undefined;
|
|
948
|
+
"aria-rowspan"?: number | undefined;
|
|
949
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
950
|
+
"aria-setsize"?: number | undefined;
|
|
951
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
952
|
+
"aria-valuemax"?: number | undefined;
|
|
953
|
+
"aria-valuemin"?: number | undefined;
|
|
954
|
+
"aria-valuenow"?: number | undefined;
|
|
955
|
+
"aria-valuetext"?: string | undefined;
|
|
956
|
+
dangerouslySetInnerHTML?: {
|
|
957
|
+
__html: string | TrustedHTML;
|
|
958
|
+
} | undefined;
|
|
959
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
960
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
961
|
+
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
962
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
963
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
964
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
965
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
966
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
967
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
968
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
969
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
970
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
971
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
972
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
973
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
974
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
975
|
+
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
976
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
977
|
+
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
978
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
979
|
+
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
980
|
+
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
981
|
+
onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
982
|
+
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
983
|
+
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
984
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
985
|
+
onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
986
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
987
|
+
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
988
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
989
|
+
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
990
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
991
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
992
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
993
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
994
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
995
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
996
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
997
|
+
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
998
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
999
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1000
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1001
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1002
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1003
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1004
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1005
|
+
onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1006
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1007
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1008
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1009
|
+
onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1010
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1011
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1012
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1013
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1014
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1015
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1016
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1017
|
+
onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1018
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1019
|
+
onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1020
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1021
|
+
onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1022
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1023
|
+
onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1024
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1025
|
+
onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1026
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1027
|
+
onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1028
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1029
|
+
onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1030
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1031
|
+
onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1032
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1033
|
+
onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1034
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1035
|
+
onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1036
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1037
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1038
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1039
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1040
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1041
|
+
onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1042
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1043
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1044
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1045
|
+
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1046
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1047
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1048
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1049
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1050
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1051
|
+
onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1052
|
+
onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1053
|
+
onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1054
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1055
|
+
onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1056
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1057
|
+
onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1058
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1059
|
+
onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1060
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1061
|
+
onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1062
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1063
|
+
onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1064
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1065
|
+
onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1066
|
+
onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
1067
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1068
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1069
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1070
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1071
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1072
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1073
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1074
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1075
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1076
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1077
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1078
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
1079
|
+
onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1080
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
1081
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1082
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1083
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1084
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1085
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1086
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1087
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1088
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
1089
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1090
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1091
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1092
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1093
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1094
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1095
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1096
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1097
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1098
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1099
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1100
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1101
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1102
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1103
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1104
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1105
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1106
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1107
|
+
onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
1108
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
1109
|
+
onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
1110
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
1111
|
+
onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1112
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1113
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1114
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1115
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1116
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1117
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1118
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1119
|
+
content?: string | undefined;
|
|
1120
|
+
translate?: "yes" | "no" | undefined;
|
|
1121
|
+
defaultChecked?: boolean | undefined;
|
|
1122
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
1123
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1124
|
+
accessKey?: string | undefined;
|
|
1125
|
+
autoFocus?: boolean | undefined;
|
|
1126
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1127
|
+
contextMenu?: string | undefined;
|
|
1128
|
+
dir?: string | undefined;
|
|
1129
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
1130
|
+
hidden?: boolean | undefined;
|
|
1131
|
+
nonce?: string | undefined;
|
|
1132
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1133
|
+
radioGroup?: string | undefined;
|
|
1134
|
+
about?: string | undefined;
|
|
1135
|
+
datatype?: string | undefined;
|
|
1136
|
+
inlist?: any;
|
|
1137
|
+
prefix?: string | undefined;
|
|
1138
|
+
property?: string | undefined;
|
|
1139
|
+
rel?: string | undefined;
|
|
1140
|
+
resource?: string | undefined;
|
|
1141
|
+
rev?: string | undefined;
|
|
1142
|
+
typeof?: string | undefined;
|
|
1143
|
+
vocab?: string | undefined;
|
|
1144
|
+
autoCapitalize?: string | undefined;
|
|
1145
|
+
autoCorrect?: string | undefined;
|
|
1146
|
+
autoSave?: string | undefined;
|
|
1147
|
+
itemProp?: string | undefined;
|
|
1148
|
+
itemScope?: boolean | undefined;
|
|
1149
|
+
itemType?: string | undefined;
|
|
1150
|
+
itemID?: string | undefined;
|
|
1151
|
+
itemRef?: string | undefined;
|
|
1152
|
+
results?: number | undefined;
|
|
1153
|
+
security?: string | undefined;
|
|
1154
|
+
unselectable?: "off" | "on" | undefined;
|
|
1155
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1156
|
+
is?: string | undefined;
|
|
1157
|
+
ref?: import("react").Ref<unknown> | undefined;
|
|
1158
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
874
1159
|
render: (args: {
|
|
875
|
-
alignItems?:
|
|
876
|
-
spacing?:
|
|
1160
|
+
alignItems?: "center" | "flex-end" | "flex-start" | "stretch" | undefined;
|
|
1161
|
+
spacing?: 0 | 1 | 2 | 4 | 3 | undefined;
|
|
877
1162
|
margin?: boolean | undefined;
|
|
878
1163
|
children?: import("react").ReactNode;
|
|
879
1164
|
classes?: Partial<import("@mui/material").FormGroupClasses> | undefined;
|
|
@@ -891,27 +1176,27 @@ export declare const Margin: {
|
|
|
891
1176
|
tabIndex?: number | undefined;
|
|
892
1177
|
"aria-activedescendant"?: string | undefined;
|
|
893
1178
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
894
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1179
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
895
1180
|
"aria-braillelabel"?: string | undefined;
|
|
896
1181
|
"aria-brailleroledescription"?: string | undefined;
|
|
897
1182
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
898
|
-
"aria-checked"?: boolean | "
|
|
1183
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
899
1184
|
"aria-colcount"?: number | undefined;
|
|
900
1185
|
"aria-colindex"?: number | undefined;
|
|
901
1186
|
"aria-colindextext"?: string | undefined;
|
|
902
1187
|
"aria-colspan"?: number | undefined;
|
|
903
1188
|
"aria-controls"?: string | undefined;
|
|
904
|
-
"aria-current"?: boolean | "
|
|
1189
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
905
1190
|
"aria-describedby"?: string | undefined;
|
|
906
1191
|
"aria-description"?: string | undefined;
|
|
907
1192
|
"aria-details"?: string | undefined;
|
|
908
1193
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
909
|
-
"aria-dropeffect"?: "
|
|
1194
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
910
1195
|
"aria-errormessage"?: string | undefined;
|
|
911
1196
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
912
1197
|
"aria-flowto"?: string | undefined;
|
|
913
1198
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
914
|
-
"aria-haspopup"?: boolean | "
|
|
1199
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
915
1200
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
916
1201
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
917
1202
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -926,9 +1211,9 @@ export declare const Margin: {
|
|
|
926
1211
|
"aria-owns"?: string | undefined;
|
|
927
1212
|
"aria-placeholder"?: string | undefined;
|
|
928
1213
|
"aria-posinset"?: number | undefined;
|
|
929
|
-
"aria-pressed"?: boolean | "
|
|
1214
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
930
1215
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
931
|
-
"aria-relevant"?: "
|
|
1216
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
932
1217
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
933
1218
|
"aria-roledescription"?: string | undefined;
|
|
934
1219
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1112,7 +1397,7 @@ export declare const Margin: {
|
|
|
1112
1397
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1113
1398
|
accessKey?: string | undefined;
|
|
1114
1399
|
autoFocus?: boolean | undefined;
|
|
1115
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1400
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1116
1401
|
contextMenu?: string | undefined;
|
|
1117
1402
|
dir?: string | undefined;
|
|
1118
1403
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1140,8 +1425,8 @@ export declare const Margin: {
|
|
|
1140
1425
|
itemRef?: string | undefined;
|
|
1141
1426
|
results?: number | undefined;
|
|
1142
1427
|
security?: string | undefined;
|
|
1143
|
-
unselectable?: "
|
|
1144
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1428
|
+
unselectable?: "off" | "on" | undefined;
|
|
1429
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1145
1430
|
is?: string | undefined;
|
|
1146
1431
|
ref?: import("react").Ref<unknown> | undefined;
|
|
1147
1432
|
}) => import("react/jsx-runtime").JSX.Element;
|