@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,14 +1,61 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
5
|
+
import { IconButtonProps } from './IconButton.types';
|
|
2
6
|
/**
|
|
3
7
|
* ```js
|
|
4
8
|
* import { IconButton } from "@galaxy-ds/core";
|
|
5
9
|
* ```
|
|
6
10
|
*/
|
|
7
11
|
declare const meta: {
|
|
8
|
-
component: import("react").ForwardRefExoticComponent<Omit<
|
|
12
|
+
component: import("react").ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
9
13
|
title: string;
|
|
10
14
|
parameters: {
|
|
11
15
|
badges: BADGE[];
|
|
16
|
+
layout: string;
|
|
17
|
+
};
|
|
18
|
+
argTypes: {
|
|
19
|
+
children: {
|
|
20
|
+
control: {
|
|
21
|
+
type: undefined;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
component: {
|
|
25
|
+
table: {
|
|
26
|
+
disable: boolean;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
LinkComponent: {
|
|
30
|
+
control: {
|
|
31
|
+
type: undefined;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
onFocusVisible: {
|
|
35
|
+
control: {
|
|
36
|
+
type: undefined;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
endIcon: {
|
|
40
|
+
table: {
|
|
41
|
+
disable: boolean;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
startIcon: {
|
|
45
|
+
table: {
|
|
46
|
+
disable: boolean;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
disabled: {
|
|
50
|
+
table: {
|
|
51
|
+
disabled: {
|
|
52
|
+
summary: string;
|
|
53
|
+
};
|
|
54
|
+
defaultValue: {
|
|
55
|
+
summary: boolean;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
12
59
|
};
|
|
13
60
|
};
|
|
14
61
|
export default meta;
|
|
@@ -26,7 +73,7 @@ export declare const Default: {
|
|
|
26
73
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
27
74
|
className?: string | undefined;
|
|
28
75
|
style?: import("react").CSSProperties | undefined;
|
|
29
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
76
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
30
77
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
31
78
|
form?: string | undefined;
|
|
32
79
|
slot?: string | undefined;
|
|
@@ -35,33 +82,33 @@ export declare const Default: {
|
|
|
35
82
|
id?: string | undefined;
|
|
36
83
|
lang?: string | undefined;
|
|
37
84
|
name?: string | undefined;
|
|
38
|
-
type?: "
|
|
85
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
39
86
|
role?: import("react").AriaRole | undefined;
|
|
40
|
-
tabIndex?:
|
|
87
|
+
tabIndex?: number | undefined;
|
|
41
88
|
href?: string | undefined;
|
|
42
89
|
"aria-activedescendant"?: string | undefined;
|
|
43
90
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
44
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
91
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
45
92
|
"aria-braillelabel"?: string | undefined;
|
|
46
93
|
"aria-brailleroledescription"?: string | undefined;
|
|
47
94
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
48
|
-
"aria-checked"?: boolean | "
|
|
95
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
49
96
|
"aria-colcount"?: number | undefined;
|
|
50
97
|
"aria-colindex"?: number | undefined;
|
|
51
98
|
"aria-colindextext"?: string | undefined;
|
|
52
99
|
"aria-colspan"?: number | undefined;
|
|
53
100
|
"aria-controls"?: string | undefined;
|
|
54
|
-
"aria-current"?: boolean | "
|
|
101
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
55
102
|
"aria-describedby"?: string | undefined;
|
|
56
103
|
"aria-description"?: string | undefined;
|
|
57
104
|
"aria-details"?: string | undefined;
|
|
58
105
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
59
|
-
"aria-dropeffect"?: "
|
|
106
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
60
107
|
"aria-errormessage"?: string | undefined;
|
|
61
108
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
62
109
|
"aria-flowto"?: string | undefined;
|
|
63
110
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
64
|
-
"aria-haspopup"?: boolean | "
|
|
111
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
65
112
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
66
113
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
67
114
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -76,9 +123,9 @@ export declare const Default: {
|
|
|
76
123
|
"aria-owns"?: string | undefined;
|
|
77
124
|
"aria-placeholder"?: string | undefined;
|
|
78
125
|
"aria-posinset"?: number | undefined;
|
|
79
|
-
"aria-pressed"?: boolean | "
|
|
126
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
80
127
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
81
|
-
"aria-relevant"?: "
|
|
128
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
82
129
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
83
130
|
"aria-roledescription"?: string | undefined;
|
|
84
131
|
"aria-rowcount"?: number | undefined;
|
|
@@ -265,7 +312,7 @@ export declare const Default: {
|
|
|
265
312
|
suppressContentEditableWarning?: boolean | undefined;
|
|
266
313
|
accessKey?: string | undefined;
|
|
267
314
|
autoFocus?: boolean | undefined;
|
|
268
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
315
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
269
316
|
contextMenu?: string | undefined;
|
|
270
317
|
dir?: string | undefined;
|
|
271
318
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -293,8 +340,8 @@ export declare const Default: {
|
|
|
293
340
|
itemRef?: string | undefined;
|
|
294
341
|
results?: number | undefined;
|
|
295
342
|
security?: string | undefined;
|
|
296
|
-
unselectable?: "
|
|
297
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
343
|
+
unselectable?: "off" | "on" | undefined;
|
|
344
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
298
345
|
is?: string | undefined;
|
|
299
346
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
300
347
|
centerRipple?: boolean | undefined;
|
|
@@ -302,20 +349,20 @@ export declare const Default: {
|
|
|
302
349
|
disableTouchRipple?: boolean | undefined;
|
|
303
350
|
focusRipple?: boolean | undefined;
|
|
304
351
|
focusVisibleClassName?: string | undefined;
|
|
305
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
352
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
306
353
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
307
354
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
308
355
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
309
356
|
fullWidth?: boolean | undefined;
|
|
310
|
-
formAction?: string |
|
|
357
|
+
formAction?: string | undefined;
|
|
311
358
|
formEncType?: string | undefined;
|
|
312
359
|
formMethod?: string | undefined;
|
|
313
360
|
formNoValidate?: boolean | undefined;
|
|
314
361
|
formTarget?: string | undefined;
|
|
315
|
-
value?: string | readonly string[] |
|
|
316
|
-
component?: import("react").ElementType | undefined;
|
|
362
|
+
value?: string | number | readonly string[] | undefined;
|
|
363
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
317
364
|
disableFocusRipple?: boolean | undefined;
|
|
318
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
365
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
319
366
|
disableElevation?: boolean | undefined;
|
|
320
367
|
endIcon?: import("react").ReactNode;
|
|
321
368
|
startIcon?: import("react").ReactNode;
|
|
@@ -340,7 +387,7 @@ export declare const Sizes: {
|
|
|
340
387
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
341
388
|
className?: string | undefined;
|
|
342
389
|
style?: import("react").CSSProperties | undefined;
|
|
343
|
-
color?: import("@mui/types").OverridableStringUnion<"inherit" | "
|
|
390
|
+
color?: import("@mui/types").OverridableStringUnion<"inherit" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
344
391
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
345
392
|
form?: string | undefined;
|
|
346
393
|
slot?: string | undefined;
|
|
@@ -349,33 +396,33 @@ export declare const Sizes: {
|
|
|
349
396
|
id?: string | undefined;
|
|
350
397
|
lang?: string | undefined;
|
|
351
398
|
name?: string | undefined;
|
|
352
|
-
type?: "
|
|
399
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
353
400
|
role?: import("react").AriaRole | undefined;
|
|
354
|
-
tabIndex?:
|
|
401
|
+
tabIndex?: number | undefined;
|
|
355
402
|
href?: string | undefined;
|
|
356
403
|
"aria-activedescendant"?: string | undefined;
|
|
357
404
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
358
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
405
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
359
406
|
"aria-braillelabel"?: string | undefined;
|
|
360
407
|
"aria-brailleroledescription"?: string | undefined;
|
|
361
408
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
362
|
-
"aria-checked"?: boolean | "
|
|
409
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
363
410
|
"aria-colcount"?: number | undefined;
|
|
364
411
|
"aria-colindex"?: number | undefined;
|
|
365
412
|
"aria-colindextext"?: string | undefined;
|
|
366
413
|
"aria-colspan"?: number | undefined;
|
|
367
414
|
"aria-controls"?: string | undefined;
|
|
368
|
-
"aria-current"?: boolean | "
|
|
415
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
369
416
|
"aria-describedby"?: string | undefined;
|
|
370
417
|
"aria-description"?: string | undefined;
|
|
371
418
|
"aria-details"?: string | undefined;
|
|
372
419
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
373
|
-
"aria-dropeffect"?: "
|
|
420
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
374
421
|
"aria-errormessage"?: string | undefined;
|
|
375
422
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
376
423
|
"aria-flowto"?: string | undefined;
|
|
377
424
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
378
|
-
"aria-haspopup"?: boolean | "
|
|
425
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
379
426
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
380
427
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
381
428
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -390,9 +437,9 @@ export declare const Sizes: {
|
|
|
390
437
|
"aria-owns"?: string | undefined;
|
|
391
438
|
"aria-placeholder"?: string | undefined;
|
|
392
439
|
"aria-posinset"?: number | undefined;
|
|
393
|
-
"aria-pressed"?: boolean | "
|
|
440
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
394
441
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
395
|
-
"aria-relevant"?: "
|
|
442
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
396
443
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
397
444
|
"aria-roledescription"?: string | undefined;
|
|
398
445
|
"aria-rowcount"?: number | undefined;
|
|
@@ -579,7 +626,7 @@ export declare const Sizes: {
|
|
|
579
626
|
suppressContentEditableWarning?: boolean | undefined;
|
|
580
627
|
accessKey?: string | undefined;
|
|
581
628
|
autoFocus?: boolean | undefined;
|
|
582
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
629
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
583
630
|
contextMenu?: string | undefined;
|
|
584
631
|
dir?: string | undefined;
|
|
585
632
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -607,8 +654,8 @@ export declare const Sizes: {
|
|
|
607
654
|
itemRef?: string | undefined;
|
|
608
655
|
results?: number | undefined;
|
|
609
656
|
security?: string | undefined;
|
|
610
|
-
unselectable?: "
|
|
611
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
657
|
+
unselectable?: "off" | "on" | undefined;
|
|
658
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
612
659
|
is?: string | undefined;
|
|
613
660
|
action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
|
|
614
661
|
centerRipple?: boolean | undefined;
|
|
@@ -616,20 +663,20 @@ export declare const Sizes: {
|
|
|
616
663
|
disableTouchRipple?: boolean | undefined;
|
|
617
664
|
focusRipple?: boolean | undefined;
|
|
618
665
|
focusVisibleClassName?: string | undefined;
|
|
619
|
-
LinkComponent?: import("react").ElementType | undefined;
|
|
666
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
620
667
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
621
668
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
622
669
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
623
670
|
fullWidth?: boolean | undefined;
|
|
624
|
-
formAction?: string |
|
|
671
|
+
formAction?: string | undefined;
|
|
625
672
|
formEncType?: string | undefined;
|
|
626
673
|
formMethod?: string | undefined;
|
|
627
674
|
formNoValidate?: boolean | undefined;
|
|
628
675
|
formTarget?: string | undefined;
|
|
629
|
-
value?: string | readonly string[] |
|
|
630
|
-
component?: import("react").ElementType | undefined;
|
|
676
|
+
value?: string | number | readonly string[] | undefined;
|
|
677
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
631
678
|
disableFocusRipple?: boolean | undefined;
|
|
632
|
-
size?: import("@mui/types").OverridableStringUnion<"small" | "
|
|
679
|
+
size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
633
680
|
disableElevation?: boolean | undefined;
|
|
634
681
|
endIcon?: import("react").ReactNode;
|
|
635
682
|
startIcon?: import("react").ReactNode;
|
|
@@ -645,5 +692,5 @@ export declare const OnHoverAction: {
|
|
|
645
692
|
};
|
|
646
693
|
};
|
|
647
694
|
};
|
|
648
|
-
render: () => import("react/jsx-runtime").JSX.Element;
|
|
695
|
+
render: (args: IconButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
649
696
|
};
|