@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
  * A divider is a thin line that groups content in lists and layouts. Dividers separate content into clear groups.
@@ -13,19 +16,19 @@ declare const meta: {
13
16
  badges: BADGE[];
14
17
  layout: string;
15
18
  };
16
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
19
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
17
20
  absolute?: boolean | undefined;
18
- children?: React.ReactNode;
21
+ children?: import("react").ReactNode;
19
22
  classes?: (Partial<import("@mui/material").DividerClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
20
23
  flexItem?: boolean | undefined;
21
24
  light?: boolean | undefined;
22
- orientation?: ("horizontal" | "vertical") | undefined;
25
+ orientation?: "horizontal" | "vertical" | undefined;
23
26
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
24
- textAlign?: ("center" | "right" | "left") | undefined;
25
- variant?: import("@mui/types").OverridableStringUnion<"fullWidth" | "inset" | "middle", import("@mui/material").DividerPropsVariantOverrides> | undefined;
27
+ textAlign?: "center" | "left" | "right" | undefined;
28
+ variant?: import("@mui/types").OverridableStringUnion<"inset" | "fullWidth" | "middle", import("@mui/material").DividerPropsVariantOverrides> | undefined;
26
29
  className?: string | undefined;
27
- style?: React.CSSProperties | undefined;
28
- 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;
30
+ style?: import("react").CSSProperties | undefined;
31
+ ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject<HTMLHRElement> | null | undefined;
29
32
  color?: string | undefined;
30
33
  slot?: string | undefined;
31
34
  title?: string | undefined;
@@ -36,27 +39,27 @@ declare const meta: {
36
39
  tabIndex?: number | undefined;
37
40
  "aria-activedescendant"?: string | undefined;
38
41
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
39
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
42
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
40
43
  "aria-braillelabel"?: string | undefined;
41
44
  "aria-brailleroledescription"?: string | undefined;
42
45
  "aria-busy"?: (boolean | "false" | "true") | undefined;
43
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
46
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
44
47
  "aria-colcount"?: number | undefined;
45
48
  "aria-colindex"?: number | undefined;
46
49
  "aria-colindextext"?: string | undefined;
47
50
  "aria-colspan"?: number | undefined;
48
51
  "aria-controls"?: string | undefined;
49
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
52
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
50
53
  "aria-describedby"?: string | undefined;
51
54
  "aria-description"?: string | undefined;
52
55
  "aria-details"?: string | undefined;
53
56
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
54
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
57
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
55
58
  "aria-errormessage"?: string | undefined;
56
59
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
57
60
  "aria-flowto"?: string | undefined;
58
61
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
59
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
62
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
60
63
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
61
64
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
62
65
  "aria-keyshortcuts"?: string | undefined;
@@ -71,9 +74,9 @@ declare const meta: {
71
74
  "aria-owns"?: string | undefined;
72
75
  "aria-placeholder"?: string | undefined;
73
76
  "aria-posinset"?: number | undefined;
74
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
77
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
75
78
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
76
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
79
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
77
80
  "aria-required"?: (boolean | "false" | "true") | undefined;
78
81
  "aria-roledescription"?: string | undefined;
79
82
  "aria-rowcount"?: number | undefined;
@@ -258,7 +261,7 @@ declare const meta: {
258
261
  suppressContentEditableWarning?: boolean | undefined;
259
262
  accessKey?: string | undefined;
260
263
  autoFocus?: boolean | undefined;
261
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
264
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
262
265
  contextMenu?: string | undefined;
263
266
  dir?: string | undefined;
264
267
  draggable?: (boolean | "false" | "true") | undefined;
@@ -286,28 +289,53 @@ declare const meta: {
286
289
  itemRef?: string | undefined;
287
290
  results?: number | undefined;
288
291
  security?: string | undefined;
289
- unselectable?: "on" | "off" | undefined;
290
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
292
+ unselectable?: "off" | "on" | undefined;
293
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
291
294
  is?: string | undefined;
292
- component?: React.ElementType | undefined;
295
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
293
296
  }>) => import("react/jsx-runtime").JSX.Element)[];
297
+ argTypes: {
298
+ light: {
299
+ table: {
300
+ disable: boolean;
301
+ };
302
+ };
303
+ children: {
304
+ table: {
305
+ disable: boolean;
306
+ };
307
+ };
308
+ ref: {
309
+ table: {
310
+ disable: boolean;
311
+ };
312
+ };
313
+ component: {
314
+ table: {
315
+ disable: boolean;
316
+ };
317
+ };
318
+ };
294
319
  };
295
320
  export default meta;
296
321
  export declare const Default: {
297
- args: {};
322
+ args: {
323
+ orientation: "horizontal";
324
+ textAlign: "center";
325
+ };
298
326
  render: (args: {
299
327
  absolute?: boolean | undefined;
300
- children?: React.ReactNode;
328
+ children?: import("react").ReactNode;
301
329
  classes?: (Partial<import("@mui/material").DividerClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
302
330
  flexItem?: boolean | undefined;
303
331
  light?: boolean | undefined;
304
- orientation?: ("horizontal" | "vertical") | undefined;
332
+ orientation?: "horizontal" | "vertical" | undefined;
305
333
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
306
- textAlign?: ("center" | "right" | "left") | undefined;
307
- variant?: import("@mui/types").OverridableStringUnion<"fullWidth" | "inset" | "middle", import("@mui/material").DividerPropsVariantOverrides> | undefined;
334
+ textAlign?: "center" | "left" | "right" | undefined;
335
+ variant?: import("@mui/types").OverridableStringUnion<"inset" | "fullWidth" | "middle", import("@mui/material").DividerPropsVariantOverrides> | undefined;
308
336
  className?: string | undefined;
309
- style?: React.CSSProperties | undefined;
310
- 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;
337
+ style?: import("react").CSSProperties | undefined;
338
+ ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject<HTMLHRElement> | null | undefined;
311
339
  color?: string | undefined;
312
340
  slot?: string | undefined;
313
341
  title?: string | undefined;
@@ -318,27 +346,27 @@ export declare const Default: {
318
346
  tabIndex?: number | undefined;
319
347
  "aria-activedescendant"?: string | undefined;
320
348
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
321
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
349
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
322
350
  "aria-braillelabel"?: string | undefined;
323
351
  "aria-brailleroledescription"?: string | undefined;
324
352
  "aria-busy"?: (boolean | "false" | "true") | undefined;
325
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
353
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
326
354
  "aria-colcount"?: number | undefined;
327
355
  "aria-colindex"?: number | undefined;
328
356
  "aria-colindextext"?: string | undefined;
329
357
  "aria-colspan"?: number | undefined;
330
358
  "aria-controls"?: string | undefined;
331
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
359
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
332
360
  "aria-describedby"?: string | undefined;
333
361
  "aria-description"?: string | undefined;
334
362
  "aria-details"?: string | undefined;
335
363
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
336
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
364
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
337
365
  "aria-errormessage"?: string | undefined;
338
366
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
339
367
  "aria-flowto"?: string | undefined;
340
368
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
341
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
369
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
342
370
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
343
371
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
344
372
  "aria-keyshortcuts"?: string | undefined;
@@ -353,9 +381,9 @@ export declare const Default: {
353
381
  "aria-owns"?: string | undefined;
354
382
  "aria-placeholder"?: string | undefined;
355
383
  "aria-posinset"?: number | undefined;
356
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
384
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
357
385
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
358
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
386
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
359
387
  "aria-required"?: (boolean | "false" | "true") | undefined;
360
388
  "aria-roledescription"?: string | undefined;
361
389
  "aria-rowcount"?: number | undefined;
@@ -540,7 +568,7 @@ export declare const Default: {
540
568
  suppressContentEditableWarning?: boolean | undefined;
541
569
  accessKey?: string | undefined;
542
570
  autoFocus?: boolean | undefined;
543
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
571
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
544
572
  contextMenu?: string | undefined;
545
573
  dir?: string | undefined;
546
574
  draggable?: (boolean | "false" | "true") | undefined;
@@ -568,10 +596,10 @@ export declare const Default: {
568
596
  itemRef?: string | undefined;
569
597
  results?: number | undefined;
570
598
  security?: string | undefined;
571
- unselectable?: "on" | "off" | undefined;
572
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
599
+ unselectable?: "off" | "on" | undefined;
600
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
573
601
  is?: string | undefined;
574
- component?: React.ElementType | undefined;
602
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
575
603
  }) => import("react/jsx-runtime").JSX.Element;
576
604
  };
577
605
  /**
@@ -584,17 +612,17 @@ export declare const Orientation: {
584
612
  };
585
613
  render: (args: {
586
614
  absolute?: boolean | undefined;
587
- children?: React.ReactNode;
615
+ children?: import("react").ReactNode;
588
616
  classes?: (Partial<import("@mui/material").DividerClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
589
617
  flexItem?: boolean | undefined;
590
618
  light?: boolean | undefined;
591
- orientation?: ("horizontal" | "vertical") | undefined;
619
+ orientation?: "horizontal" | "vertical" | undefined;
592
620
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
593
- textAlign?: ("center" | "right" | "left") | undefined;
594
- variant?: import("@mui/types").OverridableStringUnion<"fullWidth" | "inset" | "middle", import("@mui/material").DividerPropsVariantOverrides> | undefined;
621
+ textAlign?: "center" | "left" | "right" | undefined;
622
+ variant?: import("@mui/types").OverridableStringUnion<"inset" | "fullWidth" | "middle", import("@mui/material").DividerPropsVariantOverrides> | undefined;
595
623
  className?: string | undefined;
596
- style?: React.CSSProperties | undefined;
597
- 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;
624
+ style?: import("react").CSSProperties | undefined;
625
+ ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject<HTMLHRElement> | null | undefined;
598
626
  color?: string | undefined;
599
627
  slot?: string | undefined;
600
628
  title?: string | undefined;
@@ -605,27 +633,27 @@ export declare const Orientation: {
605
633
  tabIndex?: number | undefined;
606
634
  "aria-activedescendant"?: string | undefined;
607
635
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
608
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
636
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
609
637
  "aria-braillelabel"?: string | undefined;
610
638
  "aria-brailleroledescription"?: string | undefined;
611
639
  "aria-busy"?: (boolean | "false" | "true") | undefined;
612
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
640
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
613
641
  "aria-colcount"?: number | undefined;
614
642
  "aria-colindex"?: number | undefined;
615
643
  "aria-colindextext"?: string | undefined;
616
644
  "aria-colspan"?: number | undefined;
617
645
  "aria-controls"?: string | undefined;
618
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
646
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
619
647
  "aria-describedby"?: string | undefined;
620
648
  "aria-description"?: string | undefined;
621
649
  "aria-details"?: string | undefined;
622
650
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
623
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
651
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
624
652
  "aria-errormessage"?: string | undefined;
625
653
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
626
654
  "aria-flowto"?: string | undefined;
627
655
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
628
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
656
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
629
657
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
630
658
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
631
659
  "aria-keyshortcuts"?: string | undefined;
@@ -640,9 +668,9 @@ export declare const Orientation: {
640
668
  "aria-owns"?: string | undefined;
641
669
  "aria-placeholder"?: string | undefined;
642
670
  "aria-posinset"?: number | undefined;
643
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
671
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
644
672
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
645
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
673
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
646
674
  "aria-required"?: (boolean | "false" | "true") | undefined;
647
675
  "aria-roledescription"?: string | undefined;
648
676
  "aria-rowcount"?: number | undefined;
@@ -827,7 +855,7 @@ export declare const Orientation: {
827
855
  suppressContentEditableWarning?: boolean | undefined;
828
856
  accessKey?: string | undefined;
829
857
  autoFocus?: boolean | undefined;
830
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
858
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
831
859
  contextMenu?: string | undefined;
832
860
  dir?: string | undefined;
833
861
  draggable?: (boolean | "false" | "true") | undefined;
@@ -855,9 +883,9 @@ export declare const Orientation: {
855
883
  itemRef?: string | undefined;
856
884
  results?: number | undefined;
857
885
  security?: string | undefined;
858
- unselectable?: "on" | "off" | undefined;
859
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
886
+ unselectable?: "off" | "on" | undefined;
887
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
860
888
  is?: string | undefined;
861
- component?: React.ElementType | undefined;
889
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
862
890
  }) => import("react/jsx-runtime").JSX.Element;
863
891
  };