@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.
Files changed (107) hide show
  1. package/dist/Accordion/Accordion.stories.d.ts +361 -204
  2. package/dist/Accordion/Accordion.styled.d.ts +2 -1
  3. package/dist/AccordionDetails/AccordionDetails.stories.d.ts +33 -23
  4. package/dist/AccordionPanel/AccordionPanel.stories.d.ts +49 -17
  5. package/dist/AccordionSummary/AccordionSummary.stories.d.ts +92 -62
  6. package/dist/ActivityLog/ActivityLog.stories.d.ts +22 -4
  7. package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
  8. package/dist/AppBar/AppBar.stories.d.ts +105 -85
  9. package/dist/AppBar/AppBar.styled.d.ts +3 -2
  10. package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
  11. package/dist/Autocomplete/Autocomplete.stories.d.ts +480 -329
  12. package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
  13. package/dist/Avatar/Avatar.stories.d.ts +233 -194
  14. package/dist/Avatar/Avatar.styled.d.ts +2 -1
  15. package/dist/AvatarGroup/AvatarGroup.stories.d.ts +249 -174
  16. package/dist/BottomListButton/BottomListButton.stories.d.ts +67 -43
  17. package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
  18. package/dist/Box/Box.stories.d.ts +67 -57
  19. package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +77 -52
  20. package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
  21. package/dist/Button/Button.stories.d.ts +473 -423
  22. package/dist/Button/Button.styled.d.ts +2 -1
  23. package/dist/Card/Card.stories.d.ts +49 -29
  24. package/dist/Card/Card.styled.d.ts +2 -1
  25. package/dist/Checkbox/Checkbox.stories.d.ts +320 -235
  26. package/dist/Chip/Chip.stories.d.ts +439 -112
  27. package/dist/Chip/Chip.styled.d.ts +2 -1
  28. package/dist/CssBaseline/CssBaseline.stories.d.ts +3 -2
  29. package/dist/DatePicker/DatePicker.stories.d.ts +1 -0
  30. package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
  31. package/dist/DateRangePicker/DateRangePicker.stories.d.ts +34 -33
  32. package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
  33. package/dist/Dialog/Dialog.stories.d.ts +232 -137
  34. package/dist/Divider/Divider.stories.d.ts +81 -53
  35. package/dist/Drawer/Drawer.stories.d.ts +141 -87
  36. package/dist/DrawerMenu/DrawerMenu.stories.d.ts +103 -86
  37. package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
  38. package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
  39. package/dist/Dropdown/Dropdown.stories.d.ts +529 -460
  40. package/dist/EmptyState/EmptyState.stories.d.ts +6 -9
  41. package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
  42. package/dist/FooterActions/FooterActions.stories.d.ts +27 -12
  43. package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
  44. package/dist/FormBody/FormBody.stories.d.ts +4 -3
  45. package/dist/FormBody/FormBody.styled.d.ts +1 -0
  46. package/dist/FormContainer/FormContainer.stories.d.ts +4 -3
  47. package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
  48. package/dist/FormGroup/FormGroup.stories.d.ts +336 -52
  49. package/dist/FormHeader/FormHeader.stories.d.ts +6 -5
  50. package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
  51. package/dist/Grid/Grid.stories.d.ts +1001 -22
  52. package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +175 -155
  53. package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
  54. package/dist/Icon/Icon.stories.d.ts +628 -618
  55. package/dist/IconButton/IconButton.d.ts +1 -0
  56. package/dist/IconButton/IconButton.stories.d.ts +98 -52
  57. package/dist/Icons/doctype-icons.stories.d.ts +827 -824
  58. package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
  59. package/dist/Icons/leap-icons.stories.d.ts +2521 -1054
  60. package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -1
  61. package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
  62. package/dist/Input/Input.stories.d.ts +795 -840
  63. package/dist/Input/Input.styled.d.ts +3 -2
  64. package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
  65. package/dist/Loader/Loader.styled.d.ts +2 -1
  66. package/dist/Menu/Menu.d.ts +1 -0
  67. package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
  68. package/dist/Popover/Popover.types.d.ts +0 -2
  69. package/dist/RibbonButton/RibbonButton.d.ts +1 -0
  70. package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
  71. package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
  72. package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
  73. package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
  74. package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
  75. package/dist/Tab/Tab.styled.d.ts +2 -1
  76. package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
  77. package/dist/Tabs/Tabs.styled.d.ts +2 -1
  78. package/dist/Tag/Tag.styled.d.ts +4 -3
  79. package/dist/TextEditor/TextEditor.d.ts +2 -0
  80. package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
  81. package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
  82. package/dist/TextEditor/TextEditor.types.d.ts +27 -0
  83. package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
  84. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
  85. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
  86. package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
  87. package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
  88. package/dist/TextEditor/extensions/index.d.ts +1 -0
  89. package/dist/TextEditor/hooks/index.d.ts +1 -0
  90. package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
  91. package/dist/TextEditor/index.d.ts +3 -0
  92. package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
  93. package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
  94. package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
  95. package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
  96. package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
  97. package/dist/TextEditorMenuBar/index.d.ts +2 -0
  98. package/dist/Typography/Typography.stories.d.ts +0 -3
  99. package/dist/index.d.ts +1 -0
  100. package/dist/index.esm.js +29270 -36
  101. package/dist/index.esm.js.map +1 -1
  102. package/dist/index.js +29256 -19
  103. package/dist/index.js.map +1 -1
  104. package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
  105. package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
  106. package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
  107. package/package.json +4 -1
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IconButtonProps } from './IconButton.types';
2
3
  export declare const IconButton: import("react").ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
@@ -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<import("./IconButton.types").IconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
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?: React.ReactNode;
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?: React.CSSProperties | undefined;
30
- color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
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?: "submit" | "reset" | "button" | undefined;
85
+ type?: "button" | "reset" | "submit" | undefined;
40
86
  role?: import("react").AriaRole | undefined;
41
- tabIndex?: NonNullable<React.HTMLAttributes<any>["tabIndex"]> | undefined;
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" | "list" | "both" | undefined;
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 | "false" | "mixed" | "true" | undefined;
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 | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
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"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
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 | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
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 | "false" | "mixed" | "true" | undefined;
126
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
81
127
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
82
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
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") | "inherit" | "plaintext-only" | undefined;
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?: "on" | "off" | undefined;
298
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
343
+ unselectable?: "off" | "on" | undefined;
344
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
299
345
  is?: string | undefined;
300
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
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?: React.ElementType | undefined;
307
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
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?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
355
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
310
356
  fullWidth?: boolean | undefined;
311
- formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
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[] | number | undefined;
317
- component?: React.ElementType | undefined;
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" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
365
+ size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
320
366
  disableElevation?: boolean | undefined;
321
- endIcon?: React.ReactNode;
322
- startIcon?: React.ReactNode;
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?: React.ReactNode;
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?: React.CSSProperties | undefined;
344
- color?: import("@mui/types").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
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?: "submit" | "reset" | "button" | undefined;
399
+ type?: "button" | "reset" | "submit" | undefined;
354
400
  role?: import("react").AriaRole | undefined;
355
- tabIndex?: NonNullable<React.HTMLAttributes<any>["tabIndex"]> | undefined;
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" | "list" | "both" | undefined;
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 | "false" | "mixed" | "true" | undefined;
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 | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
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"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
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 | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
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 | "false" | "mixed" | "true" | undefined;
440
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
395
441
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
396
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
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") | "inherit" | "plaintext-only" | undefined;
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?: "on" | "off" | undefined;
612
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
657
+ unselectable?: "off" | "on" | undefined;
658
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
613
659
  is?: string | undefined;
614
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
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?: React.ElementType | undefined;
621
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
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?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
669
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
624
670
  fullWidth?: boolean | undefined;
625
- formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
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[] | number | undefined;
631
- component?: React.ElementType | undefined;
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" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
679
+ size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
634
680
  disableElevation?: boolean | undefined;
635
- endIcon?: React.ReactNode;
636
- startIcon?: React.ReactNode;
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
  };