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