@galaxy-ds/core 2.1.1 → 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 +361 -204
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +33 -23
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +49 -17
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +92 -62
- package/dist/ActivityLog/ActivityLog.stories.d.ts +22 -4
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +105 -85
- 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 +480 -329
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +233 -194
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +249 -174
- package/dist/BottomListButton/BottomListButton.stories.d.ts +67 -43
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +67 -57
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +77 -52
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +473 -423
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +49 -29
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +320 -235
- package/dist/Chip/Chip.stories.d.ts +439 -112
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +3 -2
- package/dist/DatePicker/DatePicker.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +34 -33
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +232 -137
- package/dist/Divider/Divider.stories.d.ts +81 -53
- package/dist/Drawer/Drawer.stories.d.ts +141 -87
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +103 -86
- 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 +529 -460
- package/dist/EmptyState/EmptyState.stories.d.ts +6 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -12
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +4 -3
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +4 -3
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +336 -52
- package/dist/FormHeader/FormHeader.stories.d.ts +6 -5
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1001 -22
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +175 -155
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +628 -618
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +98 -52
- package/dist/Icons/doctype-icons.stories.d.ts +827 -824
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2521 -1054
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -1
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +795 -840
- package/dist/Input/Input.styled.d.ts +3 -2
- 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 +29270 -36
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29256 -19
- 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 -1
|
@@ -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.
|
|
@@ -13,6 +16,13 @@ declare const meta: {
|
|
|
13
16
|
badges: BADGE[];
|
|
14
17
|
layout: string;
|
|
15
18
|
};
|
|
19
|
+
argTypes: {
|
|
20
|
+
component: {
|
|
21
|
+
table: {
|
|
22
|
+
disable: boolean;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
16
26
|
};
|
|
17
27
|
export default meta;
|
|
18
28
|
export declare const Default: {
|
|
@@ -25,10 +35,10 @@ export declare const Default: {
|
|
|
25
35
|
height: number;
|
|
26
36
|
};
|
|
27
37
|
};
|
|
28
|
-
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").
|
|
29
|
-
children?:
|
|
30
|
-
component?:
|
|
31
|
-
ref?:
|
|
38
|
+
play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
39
|
+
children?: import("react").ReactNode;
|
|
40
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
41
|
+
ref?: import("react").Ref<unknown> | undefined;
|
|
32
42
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
33
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>);
|
|
34
44
|
fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>);
|
|
@@ -134,7 +144,7 @@ export declare const Default: {
|
|
|
134
144
|
typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
|
|
135
145
|
displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
|
|
136
146
|
className?: string | undefined;
|
|
137
|
-
style?:
|
|
147
|
+
style?: import("react").CSSProperties | undefined;
|
|
138
148
|
classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
|
|
139
149
|
slot?: string | undefined;
|
|
140
150
|
title?: string | undefined;
|
|
@@ -145,27 +155,27 @@ export declare const Default: {
|
|
|
145
155
|
tabIndex?: number | undefined;
|
|
146
156
|
"aria-activedescendant"?: string | undefined;
|
|
147
157
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
148
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
158
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
149
159
|
"aria-braillelabel"?: string | undefined;
|
|
150
160
|
"aria-brailleroledescription"?: string | undefined;
|
|
151
161
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
152
|
-
"aria-checked"?: boolean | "
|
|
162
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
153
163
|
"aria-colcount"?: number | undefined;
|
|
154
164
|
"aria-colindex"?: number | undefined;
|
|
155
165
|
"aria-colindextext"?: string | undefined;
|
|
156
166
|
"aria-colspan"?: number | undefined;
|
|
157
167
|
"aria-controls"?: string | undefined;
|
|
158
|
-
"aria-current"?: boolean | "
|
|
168
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
159
169
|
"aria-describedby"?: string | undefined;
|
|
160
170
|
"aria-description"?: string | undefined;
|
|
161
171
|
"aria-details"?: string | undefined;
|
|
162
172
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
163
|
-
"aria-dropeffect"?: "
|
|
173
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
164
174
|
"aria-errormessage"?: string | undefined;
|
|
165
175
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
166
176
|
"aria-flowto"?: string | undefined;
|
|
167
177
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
168
|
-
"aria-haspopup"?: boolean | "
|
|
178
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
169
179
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
170
180
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
171
181
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -180,9 +190,9 @@ export declare const Default: {
|
|
|
180
190
|
"aria-owns"?: string | undefined;
|
|
181
191
|
"aria-placeholder"?: string | undefined;
|
|
182
192
|
"aria-posinset"?: number | undefined;
|
|
183
|
-
"aria-pressed"?: boolean | "
|
|
193
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
184
194
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
185
|
-
"aria-relevant"?: "
|
|
195
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
186
196
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
187
197
|
"aria-roledescription"?: string | undefined;
|
|
188
198
|
"aria-rowcount"?: number | undefined;
|
|
@@ -367,7 +377,7 @@ export declare const Default: {
|
|
|
367
377
|
suppressContentEditableWarning?: boolean | undefined;
|
|
368
378
|
accessKey?: string | undefined;
|
|
369
379
|
autoFocus?: boolean | undefined;
|
|
370
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
380
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
371
381
|
contextMenu?: string | undefined;
|
|
372
382
|
dir?: string | undefined;
|
|
373
383
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -395,14 +405,14 @@ export declare const Default: {
|
|
|
395
405
|
itemRef?: string | undefined;
|
|
396
406
|
results?: number | undefined;
|
|
397
407
|
security?: string | undefined;
|
|
398
|
-
unselectable?: "
|
|
399
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
408
|
+
unselectable?: "off" | "on" | undefined;
|
|
409
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
400
410
|
is?: string | undefined;
|
|
401
411
|
}>) => Promise<void>;
|
|
402
412
|
render: (args: {
|
|
403
|
-
children?:
|
|
404
|
-
component?:
|
|
405
|
-
ref?:
|
|
413
|
+
children?: import("react").ReactNode;
|
|
414
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
415
|
+
ref?: import("react").Ref<unknown> | undefined;
|
|
406
416
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
407
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>);
|
|
408
418
|
fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>);
|
|
@@ -508,7 +518,7 @@ export declare const Default: {
|
|
|
508
518
|
typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
|
|
509
519
|
displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
|
|
510
520
|
className?: string | undefined;
|
|
511
|
-
style?:
|
|
521
|
+
style?: import("react").CSSProperties | undefined;
|
|
512
522
|
classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
|
|
513
523
|
slot?: string | undefined;
|
|
514
524
|
title?: string | undefined;
|
|
@@ -519,27 +529,27 @@ export declare const Default: {
|
|
|
519
529
|
tabIndex?: number | undefined;
|
|
520
530
|
"aria-activedescendant"?: string | undefined;
|
|
521
531
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
522
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
532
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
523
533
|
"aria-braillelabel"?: string | undefined;
|
|
524
534
|
"aria-brailleroledescription"?: string | undefined;
|
|
525
535
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
526
|
-
"aria-checked"?: boolean | "
|
|
536
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
527
537
|
"aria-colcount"?: number | undefined;
|
|
528
538
|
"aria-colindex"?: number | undefined;
|
|
529
539
|
"aria-colindextext"?: string | undefined;
|
|
530
540
|
"aria-colspan"?: number | undefined;
|
|
531
541
|
"aria-controls"?: string | undefined;
|
|
532
|
-
"aria-current"?: boolean | "
|
|
542
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
533
543
|
"aria-describedby"?: string | undefined;
|
|
534
544
|
"aria-description"?: string | undefined;
|
|
535
545
|
"aria-details"?: string | undefined;
|
|
536
546
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
537
|
-
"aria-dropeffect"?: "
|
|
547
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
538
548
|
"aria-errormessage"?: string | undefined;
|
|
539
549
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
540
550
|
"aria-flowto"?: string | undefined;
|
|
541
551
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
542
|
-
"aria-haspopup"?: boolean | "
|
|
552
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
543
553
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
544
554
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
545
555
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -554,9 +564,9 @@ export declare const Default: {
|
|
|
554
564
|
"aria-owns"?: string | undefined;
|
|
555
565
|
"aria-placeholder"?: string | undefined;
|
|
556
566
|
"aria-posinset"?: number | undefined;
|
|
557
|
-
"aria-pressed"?: boolean | "
|
|
567
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
558
568
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
559
|
-
"aria-relevant"?: "
|
|
569
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
560
570
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
561
571
|
"aria-roledescription"?: string | undefined;
|
|
562
572
|
"aria-rowcount"?: number | undefined;
|
|
@@ -741,7 +751,7 @@ export declare const Default: {
|
|
|
741
751
|
suppressContentEditableWarning?: boolean | undefined;
|
|
742
752
|
accessKey?: string | undefined;
|
|
743
753
|
autoFocus?: boolean | undefined;
|
|
744
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
754
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
745
755
|
contextMenu?: string | undefined;
|
|
746
756
|
dir?: string | undefined;
|
|
747
757
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -769,8 +779,8 @@ export declare const Default: {
|
|
|
769
779
|
itemRef?: string | undefined;
|
|
770
780
|
results?: number | undefined;
|
|
771
781
|
security?: string | undefined;
|
|
772
|
-
unselectable?: "
|
|
773
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
782
|
+
unselectable?: "off" | "on" | undefined;
|
|
783
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
774
784
|
is?: string | undefined;
|
|
775
785
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
776
786
|
};
|
|
@@ -784,9 +794,9 @@ export declare const Padding: {
|
|
|
784
794
|
};
|
|
785
795
|
};
|
|
786
796
|
render: (args: {
|
|
787
|
-
children?:
|
|
788
|
-
component?:
|
|
789
|
-
ref?:
|
|
797
|
+
children?: import("react").ReactNode;
|
|
798
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
799
|
+
ref?: import("react").Ref<unknown> | undefined;
|
|
790
800
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
791
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>);
|
|
792
802
|
fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>);
|
|
@@ -892,7 +902,7 @@ export declare const Padding: {
|
|
|
892
902
|
typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
|
|
893
903
|
displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
|
|
894
904
|
className?: string | undefined;
|
|
895
|
-
style?:
|
|
905
|
+
style?: import("react").CSSProperties | undefined;
|
|
896
906
|
classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
|
|
897
907
|
slot?: string | undefined;
|
|
898
908
|
title?: string | undefined;
|
|
@@ -903,27 +913,27 @@ export declare const Padding: {
|
|
|
903
913
|
tabIndex?: number | undefined;
|
|
904
914
|
"aria-activedescendant"?: string | undefined;
|
|
905
915
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
906
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
916
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
907
917
|
"aria-braillelabel"?: string | undefined;
|
|
908
918
|
"aria-brailleroledescription"?: string | undefined;
|
|
909
919
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
910
|
-
"aria-checked"?: boolean | "
|
|
920
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
911
921
|
"aria-colcount"?: number | undefined;
|
|
912
922
|
"aria-colindex"?: number | undefined;
|
|
913
923
|
"aria-colindextext"?: string | undefined;
|
|
914
924
|
"aria-colspan"?: number | undefined;
|
|
915
925
|
"aria-controls"?: string | undefined;
|
|
916
|
-
"aria-current"?: boolean | "
|
|
926
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
917
927
|
"aria-describedby"?: string | undefined;
|
|
918
928
|
"aria-description"?: string | undefined;
|
|
919
929
|
"aria-details"?: string | undefined;
|
|
920
930
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
921
|
-
"aria-dropeffect"?: "
|
|
931
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
922
932
|
"aria-errormessage"?: string | undefined;
|
|
923
933
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
924
934
|
"aria-flowto"?: string | undefined;
|
|
925
935
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
926
|
-
"aria-haspopup"?: boolean | "
|
|
936
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
927
937
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
928
938
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
929
939
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -938,9 +948,9 @@ export declare const Padding: {
|
|
|
938
948
|
"aria-owns"?: string | undefined;
|
|
939
949
|
"aria-placeholder"?: string | undefined;
|
|
940
950
|
"aria-posinset"?: number | undefined;
|
|
941
|
-
"aria-pressed"?: boolean | "
|
|
951
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
942
952
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
943
|
-
"aria-relevant"?: "
|
|
953
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
944
954
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
945
955
|
"aria-roledescription"?: string | undefined;
|
|
946
956
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1125,7 +1135,7 @@ export declare const Padding: {
|
|
|
1125
1135
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1126
1136
|
accessKey?: string | undefined;
|
|
1127
1137
|
autoFocus?: boolean | undefined;
|
|
1128
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1138
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1129
1139
|
contextMenu?: string | undefined;
|
|
1130
1140
|
dir?: string | undefined;
|
|
1131
1141
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1153,8 +1163,8 @@ export declare const Padding: {
|
|
|
1153
1163
|
itemRef?: string | undefined;
|
|
1154
1164
|
results?: number | undefined;
|
|
1155
1165
|
security?: string | undefined;
|
|
1156
|
-
unselectable?: "
|
|
1157
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1166
|
+
unselectable?: "off" | "on" | undefined;
|
|
1167
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1158
1168
|
is?: string | undefined;
|
|
1159
1169
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1160
1170
|
};
|
|
@@ -1165,9 +1175,9 @@ export declare const Flexbox: {
|
|
|
1165
1175
|
alignItems: "center";
|
|
1166
1176
|
};
|
|
1167
1177
|
render: (args: {
|
|
1168
|
-
children?:
|
|
1169
|
-
component?:
|
|
1170
|
-
ref?:
|
|
1178
|
+
children?: import("react").ReactNode;
|
|
1179
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1180
|
+
ref?: import("react").Ref<unknown> | undefined;
|
|
1171
1181
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
1172
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>);
|
|
1173
1183
|
fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<import("csstype").Property.FontSize<string | number> | readonly NonNullable<import("csstype").Property.FontSize<string | number> | undefined>[] | undefined>);
|
|
@@ -1273,7 +1283,7 @@ export declare const Flexbox: {
|
|
|
1273
1283
|
typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<string | undefined>);
|
|
1274
1284
|
displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Display | undefined>);
|
|
1275
1285
|
className?: string | undefined;
|
|
1276
|
-
style?:
|
|
1286
|
+
style?: import("react").CSSProperties | undefined;
|
|
1277
1287
|
classes?: Partial<import("@mui/material").ClassNameMap<never>> | undefined;
|
|
1278
1288
|
slot?: string | undefined;
|
|
1279
1289
|
title?: string | undefined;
|
|
@@ -1284,27 +1294,27 @@ export declare const Flexbox: {
|
|
|
1284
1294
|
tabIndex?: number | undefined;
|
|
1285
1295
|
"aria-activedescendant"?: string | undefined;
|
|
1286
1296
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1287
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
1297
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
1288
1298
|
"aria-braillelabel"?: string | undefined;
|
|
1289
1299
|
"aria-brailleroledescription"?: string | undefined;
|
|
1290
1300
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1291
|
-
"aria-checked"?: boolean | "
|
|
1301
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1292
1302
|
"aria-colcount"?: number | undefined;
|
|
1293
1303
|
"aria-colindex"?: number | undefined;
|
|
1294
1304
|
"aria-colindextext"?: string | undefined;
|
|
1295
1305
|
"aria-colspan"?: number | undefined;
|
|
1296
1306
|
"aria-controls"?: string | undefined;
|
|
1297
|
-
"aria-current"?: boolean | "
|
|
1307
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
1298
1308
|
"aria-describedby"?: string | undefined;
|
|
1299
1309
|
"aria-description"?: string | undefined;
|
|
1300
1310
|
"aria-details"?: string | undefined;
|
|
1301
1311
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1302
|
-
"aria-dropeffect"?: "
|
|
1312
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1303
1313
|
"aria-errormessage"?: string | undefined;
|
|
1304
1314
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1305
1315
|
"aria-flowto"?: string | undefined;
|
|
1306
1316
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1307
|
-
"aria-haspopup"?: boolean | "
|
|
1317
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
1308
1318
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1309
1319
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1310
1320
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -1319,9 +1329,9 @@ export declare const Flexbox: {
|
|
|
1319
1329
|
"aria-owns"?: string | undefined;
|
|
1320
1330
|
"aria-placeholder"?: string | undefined;
|
|
1321
1331
|
"aria-posinset"?: number | undefined;
|
|
1322
|
-
"aria-pressed"?: boolean | "
|
|
1332
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1323
1333
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1324
|
-
"aria-relevant"?: "
|
|
1334
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1325
1335
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1326
1336
|
"aria-roledescription"?: string | undefined;
|
|
1327
1337
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1506,7 +1516,7 @@ export declare const Flexbox: {
|
|
|
1506
1516
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1507
1517
|
accessKey?: string | undefined;
|
|
1508
1518
|
autoFocus?: boolean | undefined;
|
|
1509
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
1519
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
1510
1520
|
contextMenu?: string | undefined;
|
|
1511
1521
|
dir?: string | undefined;
|
|
1512
1522
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -1534,8 +1544,8 @@ export declare const Flexbox: {
|
|
|
1534
1544
|
itemRef?: string | undefined;
|
|
1535
1545
|
results?: number | undefined;
|
|
1536
1546
|
security?: string | undefined;
|
|
1537
|
-
unselectable?: "
|
|
1538
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
1547
|
+
unselectable?: "off" | "on" | undefined;
|
|
1548
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1539
1549
|
is?: string | undefined;
|
|
1540
1550
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
1541
1551
|
};
|