@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.
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 +446 -332
  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,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").ReactRenderer, {
29
- children?: React.ReactNode;
30
- component?: React.ElementType | undefined;
31
- ref?: React.Ref<unknown> | undefined;
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?: React.CSSProperties | undefined;
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" | "list" | "both" | undefined;
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 | "false" | "mixed" | "true" | undefined;
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 | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
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"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
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 | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
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 | "false" | "mixed" | "true" | undefined;
193
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
184
194
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
185
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
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") | "inherit" | "plaintext-only" | undefined;
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?: "on" | "off" | undefined;
399
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
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?: React.ReactNode;
404
- component?: React.ElementType | undefined;
405
- ref?: React.Ref<unknown> | undefined;
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?: React.CSSProperties | undefined;
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" | "list" | "both" | undefined;
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 | "false" | "mixed" | "true" | undefined;
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 | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
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"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
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 | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
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 | "false" | "mixed" | "true" | undefined;
567
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
558
568
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
559
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
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") | "inherit" | "plaintext-only" | undefined;
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?: "on" | "off" | undefined;
773
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
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?: React.ReactNode;
788
- component?: React.ElementType | undefined;
789
- ref?: React.Ref<unknown> | undefined;
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?: React.CSSProperties | undefined;
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" | "list" | "both" | undefined;
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 | "false" | "mixed" | "true" | undefined;
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 | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
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"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
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 | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
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 | "false" | "mixed" | "true" | undefined;
951
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
942
952
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
943
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
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") | "inherit" | "plaintext-only" | undefined;
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?: "on" | "off" | undefined;
1157
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
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?: React.ReactNode;
1169
- component?: React.ElementType | undefined;
1170
- ref?: React.Ref<unknown> | undefined;
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?: React.CSSProperties | undefined;
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" | "list" | "both" | undefined;
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 | "false" | "mixed" | "true" | undefined;
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 | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
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"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
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 | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
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 | "false" | "mixed" | "true" | undefined;
1332
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1323
1333
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1324
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
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") | "inherit" | "plaintext-only" | undefined;
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?: "on" | "off" | undefined;
1538
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
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
  };