@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,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
  * `BottomListButton` is a ListItem button that sticks to the bottom of a container (list box, paper).
@@ -17,9 +20,29 @@ declare const meta: {
17
20
  argTypes: {
18
21
  onFocusVisible: {
19
22
  control: {
23
+ type: undefined;
24
+ };
25
+ };
26
+ onClick: {
27
+ control: {
28
+ type: undefined;
29
+ };
30
+ };
31
+ ref: {
32
+ control: {
33
+ type: undefined;
34
+ };
35
+ };
36
+ component: {
37
+ table: {
20
38
  disable: boolean;
21
39
  };
22
40
  };
41
+ LinkComponent: {
42
+ control: {
43
+ type: undefined;
44
+ };
45
+ };
23
46
  };
24
47
  };
25
48
  export default meta;
@@ -27,13 +50,14 @@ export declare const Default: {
27
50
  args: {
28
51
  label: string;
29
52
  onClick: import("@vitest/spy").Mock<[e: import("react").MouseEvent<Element, MouseEvent>], void>;
53
+ alignItems: "center";
30
54
  };
31
- play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
55
+ play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
32
56
  label?: string | undefined;
33
- onClick?: ((e: React.MouseEvent) => void) | undefined;
34
- alignItems?: ("flex-start" | "center") | undefined;
57
+ onClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
58
+ alignItems?: "center" | "flex-start" | undefined;
35
59
  autoFocus?: boolean | undefined;
36
- children?: React.ReactNode;
60
+ children?: import("react").ReactNode;
37
61
  classes?: (Partial<import("@mui/material").ListItemButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
38
62
  dense?: boolean | undefined;
39
63
  disabled?: boolean | undefined;
@@ -41,20 +65,20 @@ export declare const Default: {
41
65
  divider?: boolean | undefined;
42
66
  selected?: boolean | undefined;
43
67
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
44
- tabIndex?: NonNullable<React.HTMLAttributes<any>["tabIndex"]> | undefined;
45
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
68
+ tabIndex?: number | undefined;
69
+ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
46
70
  centerRipple?: boolean | undefined;
47
71
  disableRipple?: boolean | undefined;
48
72
  disableTouchRipple?: boolean | undefined;
49
73
  focusRipple?: boolean | undefined;
50
74
  focusVisibleClassName?: string | undefined;
51
- LinkComponent?: React.ElementType | undefined;
52
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
75
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
76
+ onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
53
77
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
54
- touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
78
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
55
79
  className?: string | undefined;
56
- style?: React.CSSProperties | undefined;
57
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
80
+ style?: import("react").CSSProperties | undefined;
81
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
58
82
  color?: string | undefined;
59
83
  slot?: string | undefined;
60
84
  title?: string | undefined;
@@ -64,27 +88,27 @@ export declare const Default: {
64
88
  role?: import("react").AriaRole | undefined;
65
89
  "aria-activedescendant"?: string | undefined;
66
90
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
67
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
91
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
68
92
  "aria-braillelabel"?: string | undefined;
69
93
  "aria-brailleroledescription"?: string | undefined;
70
94
  "aria-busy"?: (boolean | "false" | "true") | undefined;
71
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
95
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
72
96
  "aria-colcount"?: number | undefined;
73
97
  "aria-colindex"?: number | undefined;
74
98
  "aria-colindextext"?: string | undefined;
75
99
  "aria-colspan"?: number | undefined;
76
100
  "aria-controls"?: string | undefined;
77
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
101
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
78
102
  "aria-describedby"?: string | undefined;
79
103
  "aria-description"?: string | undefined;
80
104
  "aria-details"?: string | undefined;
81
105
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
82
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
106
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
83
107
  "aria-errormessage"?: string | undefined;
84
108
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
85
109
  "aria-flowto"?: string | undefined;
86
110
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
87
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
111
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
88
112
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
89
113
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
90
114
  "aria-keyshortcuts"?: string | undefined;
@@ -99,9 +123,9 @@ export declare const Default: {
99
123
  "aria-owns"?: string | undefined;
100
124
  "aria-placeholder"?: string | undefined;
101
125
  "aria-posinset"?: number | undefined;
102
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
126
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
103
127
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
104
- "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;
105
129
  "aria-required"?: (boolean | "false" | "true") | undefined;
106
130
  "aria-roledescription"?: string | undefined;
107
131
  "aria-rowcount"?: number | undefined;
@@ -284,7 +308,7 @@ export declare const Default: {
284
308
  defaultValue?: string | number | readonly string[] | undefined;
285
309
  suppressContentEditableWarning?: boolean | undefined;
286
310
  accessKey?: string | undefined;
287
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
311
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
288
312
  contextMenu?: string | undefined;
289
313
  dir?: string | undefined;
290
314
  draggable?: (boolean | "false" | "true") | undefined;
@@ -312,17 +336,17 @@ export declare const Default: {
312
336
  itemRef?: string | undefined;
313
337
  results?: number | undefined;
314
338
  security?: string | undefined;
315
- unselectable?: "on" | "off" | undefined;
316
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
339
+ unselectable?: "off" | "on" | undefined;
340
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
317
341
  is?: string | undefined;
318
- component?: React.ElementType | undefined;
342
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
319
343
  }>) => Promise<void>;
320
344
  render: (args: {
321
345
  label?: string | undefined;
322
- onClick?: ((e: React.MouseEvent) => void) | undefined;
323
- alignItems?: ("flex-start" | "center") | undefined;
346
+ onClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
347
+ alignItems?: "center" | "flex-start" | undefined;
324
348
  autoFocus?: boolean | undefined;
325
- children?: React.ReactNode;
349
+ children?: import("react").ReactNode;
326
350
  classes?: (Partial<import("@mui/material").ListItemButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
327
351
  dense?: boolean | undefined;
328
352
  disabled?: boolean | undefined;
@@ -330,20 +354,20 @@ export declare const Default: {
330
354
  divider?: boolean | undefined;
331
355
  selected?: boolean | undefined;
332
356
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
333
- tabIndex?: NonNullable<React.HTMLAttributes<any>["tabIndex"]> | undefined;
334
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
357
+ tabIndex?: number | undefined;
358
+ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
335
359
  centerRipple?: boolean | undefined;
336
360
  disableRipple?: boolean | undefined;
337
361
  disableTouchRipple?: boolean | undefined;
338
362
  focusRipple?: boolean | undefined;
339
363
  focusVisibleClassName?: string | undefined;
340
- LinkComponent?: React.ElementType | undefined;
341
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
364
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
365
+ onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
342
366
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
343
- touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
367
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
344
368
  className?: string | undefined;
345
- style?: React.CSSProperties | undefined;
346
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
369
+ style?: import("react").CSSProperties | undefined;
370
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
347
371
  color?: string | undefined;
348
372
  slot?: string | undefined;
349
373
  title?: string | undefined;
@@ -353,27 +377,27 @@ export declare const Default: {
353
377
  role?: import("react").AriaRole | undefined;
354
378
  "aria-activedescendant"?: string | undefined;
355
379
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
356
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
380
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
357
381
  "aria-braillelabel"?: string | undefined;
358
382
  "aria-brailleroledescription"?: string | undefined;
359
383
  "aria-busy"?: (boolean | "false" | "true") | undefined;
360
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
384
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
361
385
  "aria-colcount"?: number | undefined;
362
386
  "aria-colindex"?: number | undefined;
363
387
  "aria-colindextext"?: string | undefined;
364
388
  "aria-colspan"?: number | undefined;
365
389
  "aria-controls"?: string | undefined;
366
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
390
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
367
391
  "aria-describedby"?: string | undefined;
368
392
  "aria-description"?: string | undefined;
369
393
  "aria-details"?: string | undefined;
370
394
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
371
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
395
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
372
396
  "aria-errormessage"?: string | undefined;
373
397
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
374
398
  "aria-flowto"?: string | undefined;
375
399
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
376
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
400
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
377
401
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
378
402
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
379
403
  "aria-keyshortcuts"?: string | undefined;
@@ -388,9 +412,9 @@ export declare const Default: {
388
412
  "aria-owns"?: string | undefined;
389
413
  "aria-placeholder"?: string | undefined;
390
414
  "aria-posinset"?: number | undefined;
391
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
415
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
392
416
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
393
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
417
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
394
418
  "aria-required"?: (boolean | "false" | "true") | undefined;
395
419
  "aria-roledescription"?: string | undefined;
396
420
  "aria-rowcount"?: number | undefined;
@@ -573,7 +597,7 @@ export declare const Default: {
573
597
  defaultValue?: string | number | readonly string[] | undefined;
574
598
  suppressContentEditableWarning?: boolean | undefined;
575
599
  accessKey?: string | undefined;
576
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
600
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
577
601
  contextMenu?: string | undefined;
578
602
  dir?: string | undefined;
579
603
  draggable?: (boolean | "false" | "true") | undefined;
@@ -601,9 +625,9 @@ export declare const Default: {
601
625
  itemRef?: string | undefined;
602
626
  results?: number | undefined;
603
627
  security?: string | undefined;
604
- unselectable?: "on" | "off" | undefined;
605
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
628
+ unselectable?: "off" | "on" | undefined;
629
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
606
630
  is?: string | undefined;
607
- component?: React.ElementType | undefined;
631
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
608
632
  }) => import("react/jsx-runtime").JSX.Element;
609
633
  };
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  export declare const Root: import("@emotion/styled").StyledComponent<import("../ListItem").ListItemProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
2
3
  export declare const ListButtonText: import("@emotion/styled").StyledComponent<Omit<import("..").TypographyProps, "ref"> & import("react").RefAttributes<HTMLSpanElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
3
4
  export declare const Divider: import("@emotion/styled").StyledComponent<import("@mui/material").DividerOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, "ref"> & {
4
- ref?: ((instance: HTMLHRElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLHRElement> | null | undefined;
5
+ ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject<HTMLHRElement> | null | undefined;
5
6
  }, "children" | "classes" | "className" | "style" | "sx" | "orientation" | "variant" | "textAlign" | "absolute" | "light" | "flexItem"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;