@galaxy-ds/core 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/dist/Accordion/Accordion.stories.d.ts +625 -175
  2. package/dist/Accordion/Accordion.styled.d.ts +2 -1
  3. package/dist/AccordionDetails/AccordionDetails.stories.d.ts +31 -21
  4. package/dist/AccordionPanel/AccordionPanel.stories.d.ts +47 -15
  5. package/dist/AccordionSummary/AccordionSummary.stories.d.ts +74 -44
  6. package/dist/ActivityLog/ActivityLog.stories.d.ts +37 -1
  7. package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
  8. package/dist/AppBar/AppBar.stories.d.ts +904 -43
  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 +703 -198
  12. package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
  13. package/dist/Avatar/Avatar.stories.d.ts +197 -158
  14. package/dist/Avatar/Avatar.styled.d.ts +2 -1
  15. package/dist/AvatarGroup/AvatarGroup.stories.d.ts +226 -150
  16. package/dist/BottomListButton/BottomListButton.stories.d.ts +57 -33
  17. package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
  18. package/dist/Box/Box.stories.d.ts +56 -45
  19. package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +69 -43
  20. package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
  21. package/dist/Button/Button.stories.d.ts +362 -311
  22. package/dist/Button/Button.styled.d.ts +2 -1
  23. package/dist/Card/Card.stories.d.ts +46 -25
  24. package/dist/Card/Card.styled.d.ts +2 -1
  25. package/dist/Checkbox/Checkbox.stories.d.ts +265 -179
  26. package/dist/Chip/Chip.stories.d.ts +428 -100
  27. package/dist/Chip/Chip.styled.d.ts +2 -1
  28. package/dist/CssBaseline/CssBaseline.stories.d.ts +1 -0
  29. package/dist/DatePicker/DatePicker.stories.d.ts +2 -0
  30. package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
  31. package/dist/DateRangePicker/DateRangePicker.stories.d.ts +29 -27
  32. package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
  33. package/dist/Dialog/Dialog.stories.d.ts +213 -117
  34. package/dist/Divider/Divider.stories.d.ts +338 -31
  35. package/dist/Drawer/Drawer.stories.d.ts +135 -81
  36. package/dist/DrawerMenu/DrawerMenu.stories.d.ts +364 -49
  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 +426 -356
  40. package/dist/EmptyState/EmptyState.stories.d.ts +7 -9
  41. package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
  42. package/dist/FooterActions/FooterActions.stories.d.ts +27 -6
  43. package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
  44. package/dist/FormBody/FormBody.stories.d.ts +10 -0
  45. package/dist/FormBody/FormBody.styled.d.ts +1 -0
  46. package/dist/FormContainer/FormContainer.stories.d.ts +11 -0
  47. package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
  48. package/dist/FormGroup/FormGroup.stories.d.ts +333 -48
  49. package/dist/FormHeader/FormHeader.stories.d.ts +18 -1
  50. package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
  51. package/dist/Grid/Grid.stories.d.ts +1370 -2
  52. package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +411 -105
  53. package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
  54. package/dist/Icon/Icon.stories.d.ts +620 -609
  55. package/dist/IconButton/IconButton.d.ts +1 -0
  56. package/dist/IconButton/IconButton.stories.d.ts +85 -38
  57. package/dist/Icons/doctype-icons.stories.d.ts +815 -812
  58. package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
  59. package/dist/Icons/leap-icons.stories.d.ts +2506 -1039
  60. package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -0
  61. package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
  62. package/dist/Input/Input.stories.d.ts +660 -636
  63. package/dist/Input/Input.styled.d.ts +3 -2
  64. package/dist/InputLabel/InputLabel.stories.d.ts +1 -0
  65. package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
  66. package/dist/Loader/Loader.styled.d.ts +2 -1
  67. package/dist/Menu/Menu.d.ts +1 -0
  68. package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
  69. package/dist/Popover/Popover.types.d.ts +0 -2
  70. package/dist/RibbonButton/RibbonButton.d.ts +1 -0
  71. package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
  72. package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
  73. package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
  74. package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
  75. package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
  76. package/dist/Tab/Tab.styled.d.ts +2 -1
  77. package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
  78. package/dist/Tabs/Tabs.styled.d.ts +2 -1
  79. package/dist/Tag/Tag.styled.d.ts +4 -3
  80. package/dist/TextEditor/TextEditor.d.ts +2 -0
  81. package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
  82. package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
  83. package/dist/TextEditor/TextEditor.types.d.ts +27 -0
  84. package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
  85. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
  86. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
  87. package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
  88. package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
  89. package/dist/TextEditor/extensions/index.d.ts +1 -0
  90. package/dist/TextEditor/hooks/index.d.ts +1 -0
  91. package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
  92. package/dist/TextEditor/index.d.ts +3 -0
  93. package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
  94. package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
  95. package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
  96. package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
  97. package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
  98. package/dist/TextEditorMenuBar/index.d.ts +2 -0
  99. package/dist/Typography/Typography.stories.d.ts +0 -3
  100. package/dist/index.d.ts +1 -0
  101. package/dist/index.esm.js +29271 -37
  102. package/dist/index.esm.js.map +1 -1
  103. package/dist/index.js +29257 -20
  104. package/dist/index.js.map +1 -1
  105. package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
  106. package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
  107. package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
  108. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  export declare const MuiIcon: import("@emotion/styled").StyledComponent<import("..").IconProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
2
3
  export declare const MuiListItemButton: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
3
- 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;
4
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
4
5
  }, "children" | "classes" | "className" | "style" | "sx" | "tabIndex" | "disabled" | "alignItems" | "disableGutters" | "autoFocus" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "dense" | "selected" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
5
6
  export declare const MuiListItem: import("@emotion/styled").StyledComponent<import("..").ListItemProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
6
7
  export declare const MuiListItemText: import("@emotion/styled").StyledComponent<import("..").ListItemTextProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -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
  * ```js
@@ -16,7 +19,14 @@ export declare const Default: {
16
19
  args: {
17
20
  children: import("react/jsx-runtime").JSX.Element;
18
21
  };
19
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
22
+ argTypes: {
23
+ children: {
24
+ control: {
25
+ type: undefined;
26
+ };
27
+ };
28
+ };
29
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
20
30
  children?: import("react").ReactNode;
21
31
  classes?: Partial<import("@mui/material").AccordionDetailsClasses> | undefined;
22
32
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
@@ -32,27 +42,27 @@ export declare const Default: {
32
42
  tabIndex?: number | undefined;
33
43
  "aria-activedescendant"?: string | undefined;
34
44
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
35
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
45
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
36
46
  "aria-braillelabel"?: string | undefined;
37
47
  "aria-brailleroledescription"?: string | undefined;
38
48
  "aria-busy"?: (boolean | "false" | "true") | undefined;
39
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
49
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
40
50
  "aria-colcount"?: number | undefined;
41
51
  "aria-colindex"?: number | undefined;
42
52
  "aria-colindextext"?: string | undefined;
43
53
  "aria-colspan"?: number | undefined;
44
54
  "aria-controls"?: string | undefined;
45
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
55
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
46
56
  "aria-describedby"?: string | undefined;
47
57
  "aria-description"?: string | undefined;
48
58
  "aria-details"?: string | undefined;
49
59
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
50
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
60
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
51
61
  "aria-errormessage"?: string | undefined;
52
62
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
53
63
  "aria-flowto"?: string | undefined;
54
64
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
55
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
65
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
56
66
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
57
67
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
58
68
  "aria-keyshortcuts"?: string | undefined;
@@ -67,9 +77,9 @@ export declare const Default: {
67
77
  "aria-owns"?: string | undefined;
68
78
  "aria-placeholder"?: string | undefined;
69
79
  "aria-posinset"?: number | undefined;
70
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
80
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
71
81
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
72
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
82
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
73
83
  "aria-required"?: (boolean | "false" | "true") | undefined;
74
84
  "aria-roledescription"?: string | undefined;
75
85
  "aria-rowcount"?: number | undefined;
@@ -253,7 +263,7 @@ export declare const Default: {
253
263
  suppressContentEditableWarning?: boolean | undefined;
254
264
  accessKey?: string | undefined;
255
265
  autoFocus?: boolean | undefined;
256
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
266
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
257
267
  contextMenu?: string | undefined;
258
268
  dir?: string | undefined;
259
269
  draggable?: (boolean | "false" | "true") | undefined;
@@ -281,8 +291,8 @@ export declare const Default: {
281
291
  itemRef?: string | undefined;
282
292
  results?: number | undefined;
283
293
  security?: string | undefined;
284
- unselectable?: "on" | "off" | undefined;
285
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
294
+ unselectable?: "off" | "on" | undefined;
295
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
286
296
  is?: string | undefined;
287
297
  ref?: import("react").Ref<unknown> | undefined;
288
298
  }>) => Promise<void>;
@@ -302,27 +312,27 @@ export declare const Default: {
302
312
  tabIndex?: number | undefined;
303
313
  "aria-activedescendant"?: string | undefined;
304
314
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
305
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
315
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
306
316
  "aria-braillelabel"?: string | undefined;
307
317
  "aria-brailleroledescription"?: string | undefined;
308
318
  "aria-busy"?: (boolean | "false" | "true") | undefined;
309
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
319
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
310
320
  "aria-colcount"?: number | undefined;
311
321
  "aria-colindex"?: number | undefined;
312
322
  "aria-colindextext"?: string | undefined;
313
323
  "aria-colspan"?: number | undefined;
314
324
  "aria-controls"?: string | undefined;
315
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
325
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
316
326
  "aria-describedby"?: string | undefined;
317
327
  "aria-description"?: string | undefined;
318
328
  "aria-details"?: string | undefined;
319
329
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
320
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
330
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
321
331
  "aria-errormessage"?: string | undefined;
322
332
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
323
333
  "aria-flowto"?: string | undefined;
324
334
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
325
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
335
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
326
336
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
327
337
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
328
338
  "aria-keyshortcuts"?: string | undefined;
@@ -337,9 +347,9 @@ export declare const Default: {
337
347
  "aria-owns"?: string | undefined;
338
348
  "aria-placeholder"?: string | undefined;
339
349
  "aria-posinset"?: number | undefined;
340
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
350
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
341
351
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
342
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
352
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
343
353
  "aria-required"?: (boolean | "false" | "true") | undefined;
344
354
  "aria-roledescription"?: string | undefined;
345
355
  "aria-rowcount"?: number | undefined;
@@ -523,7 +533,7 @@ export declare const Default: {
523
533
  suppressContentEditableWarning?: boolean | undefined;
524
534
  accessKey?: string | undefined;
525
535
  autoFocus?: boolean | undefined;
526
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
536
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
527
537
  contextMenu?: string | undefined;
528
538
  dir?: string | undefined;
529
539
  draggable?: (boolean | "false" | "true") | undefined;
@@ -551,8 +561,8 @@ export declare const Default: {
551
561
  itemRef?: string | undefined;
552
562
  results?: number | undefined;
553
563
  security?: string | undefined;
554
- unselectable?: "on" | "off" | undefined;
555
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
564
+ unselectable?: "off" | "on" | undefined;
565
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
556
566
  is?: string | undefined;
557
567
  ref?: import("react").Ref<unknown> | undefined;
558
568
  }) => import("react/jsx-runtime").JSX.Element;
@@ -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
  * ```js
@@ -10,24 +13,53 @@ declare const meta: {
10
13
  parameters: {
11
14
  badges: BADGE[];
12
15
  };
16
+ argTypes: {
17
+ children: {
18
+ control: {
19
+ type: undefined;
20
+ };
21
+ };
22
+ TransitionComponent: {
23
+ table: {
24
+ disable: boolean;
25
+ };
26
+ };
27
+ TransitionProps: {
28
+ table: {
29
+ disable: boolean;
30
+ };
31
+ };
32
+ component: {
33
+ table: {
34
+ disable: boolean;
35
+ };
36
+ };
37
+ ref: {
38
+ control: {
39
+ type: undefined;
40
+ };
41
+ };
42
+ };
13
43
  };
14
44
  export default meta;
15
45
  export declare const Default: {
16
46
  args: {
47
+ elevation: number;
17
48
  onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLDivElement, MouseEvent>], void>;
49
+ variant: "elevation";
18
50
  children: import("react/jsx-runtime").JSX.Element;
19
51
  };
20
- play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
52
+ play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
21
53
  children: NonNullable<import("react").ReactNode> & import("react").ReactNode;
22
54
  classes?: (Partial<import("@mui/material").AccordionClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
23
55
  defaultExpanded?: boolean | undefined;
24
56
  disabled?: boolean | undefined;
25
57
  disableGutters?: boolean | undefined;
26
58
  expanded?: boolean | undefined;
27
- onChange?: ((event: import("react").SyntheticEvent, expanded: boolean) => void) | undefined;
59
+ onChange?: ((event: import("react").SyntheticEvent<Element, Event>, expanded: boolean) => void) | undefined;
28
60
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
29
61
  TransitionComponent?: import("react").JSXElementConstructor<import("@mui/material/transitions").TransitionProps & {
30
- children?: import("react").ReactElement<any, any>;
62
+ children?: import("react").ReactElement<any, any> | undefined;
31
63
  }> | undefined;
32
64
  TransitionProps?: import("@mui/material/transitions").TransitionProps | undefined;
33
65
  slots?: import("@mui/material").AccordionSlots | undefined;
@@ -39,7 +71,7 @@ export declare const Default: {
39
71
  variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material").PaperPropsVariantOverrides> | undefined;
40
72
  className?: string | undefined;
41
73
  style?: import("react").CSSProperties | undefined;
42
- 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;
74
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
43
75
  color?: string | undefined;
44
76
  slot?: string | undefined;
45
77
  title?: string | undefined;
@@ -50,27 +82,27 @@ export declare const Default: {
50
82
  tabIndex?: number | undefined;
51
83
  "aria-activedescendant"?: string | undefined;
52
84
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
53
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
85
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
54
86
  "aria-braillelabel"?: string | undefined;
55
87
  "aria-brailleroledescription"?: string | undefined;
56
88
  "aria-busy"?: (boolean | "false" | "true") | undefined;
57
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
89
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
58
90
  "aria-colcount"?: number | undefined;
59
91
  "aria-colindex"?: number | undefined;
60
92
  "aria-colindextext"?: string | undefined;
61
93
  "aria-colspan"?: number | undefined;
62
94
  "aria-controls"?: string | undefined;
63
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
95
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
64
96
  "aria-describedby"?: string | undefined;
65
97
  "aria-description"?: string | undefined;
66
98
  "aria-details"?: string | undefined;
67
99
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
68
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
100
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
69
101
  "aria-errormessage"?: string | undefined;
70
102
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
71
103
  "aria-flowto"?: string | undefined;
72
104
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
73
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
105
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
74
106
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
75
107
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
76
108
  "aria-keyshortcuts"?: string | undefined;
@@ -85,9 +117,9 @@ export declare const Default: {
85
117
  "aria-owns"?: string | undefined;
86
118
  "aria-placeholder"?: string | undefined;
87
119
  "aria-posinset"?: number | undefined;
88
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
120
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
89
121
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
90
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
122
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
91
123
  "aria-required"?: (boolean | "false" | "true") | undefined;
92
124
  "aria-roledescription"?: string | undefined;
93
125
  "aria-rowcount"?: number | undefined;
@@ -271,7 +303,7 @@ export declare const Default: {
271
303
  suppressContentEditableWarning?: boolean | undefined;
272
304
  accessKey?: string | undefined;
273
305
  autoFocus?: boolean | undefined;
274
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
306
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
275
307
  contextMenu?: string | undefined;
276
308
  dir?: string | undefined;
277
309
  draggable?: (boolean | "false" | "true") | undefined;
@@ -299,9 +331,9 @@ export declare const Default: {
299
331
  itemRef?: string | undefined;
300
332
  results?: number | undefined;
301
333
  security?: string | undefined;
302
- unselectable?: "on" | "off" | undefined;
303
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
334
+ unselectable?: "off" | "on" | undefined;
335
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
304
336
  is?: string | undefined;
305
- component?: import("react").ElementType | undefined;
337
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
306
338
  }>) => Promise<void>;
307
339
  };