@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
  *
@@ -12,30 +15,52 @@ declare const meta: {
12
15
  badges: BADGE[];
13
16
  layout: string;
14
17
  };
18
+ argTypes: {
19
+ children: {
20
+ control: {
21
+ type: undefined;
22
+ };
23
+ };
24
+ separator: {
25
+ control: {
26
+ type: undefined;
27
+ };
28
+ };
29
+ ref: {
30
+ control: {
31
+ type: undefined;
32
+ };
33
+ };
34
+ component: {
35
+ table: {
36
+ disable: boolean;
37
+ };
38
+ };
39
+ };
15
40
  };
16
41
  export default meta;
17
42
  export declare const Default: {
18
43
  args: {};
19
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
20
- children?: React.ReactNode;
44
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
45
+ children?: import("react").ReactNode;
21
46
  classes?: (Partial<import("@mui/material").BreadcrumbsClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
22
47
  slots?: {
23
- CollapsedIcon?: React.ElementType;
48
+ CollapsedIcon?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
24
49
  } | undefined;
25
50
  slotProps?: {
26
51
  collapsedIcon?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
27
52
  muiName: string;
28
- }, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState>;
53
+ }, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState> | undefined;
29
54
  } | undefined;
30
55
  expandText?: string | undefined;
31
56
  itemsAfterCollapse?: number | undefined;
32
57
  itemsBeforeCollapse?: number | undefined;
33
58
  maxItems?: number | undefined;
34
- separator?: React.ReactNode;
59
+ separator?: import("react").ReactNode;
35
60
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
36
61
  className?: string | undefined;
37
- style?: React.CSSProperties | undefined;
38
- ref?: ((instance: HTMLElement | 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<HTMLElement> | null | undefined;
62
+ style?: import("react").CSSProperties | undefined;
63
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
39
64
  color?: string | undefined;
40
65
  slot?: string | undefined;
41
66
  title?: string | undefined;
@@ -46,27 +71,27 @@ export declare const Default: {
46
71
  tabIndex?: number | undefined;
47
72
  "aria-activedescendant"?: string | undefined;
48
73
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
49
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
74
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
50
75
  "aria-braillelabel"?: string | undefined;
51
76
  "aria-brailleroledescription"?: string | undefined;
52
77
  "aria-busy"?: (boolean | "false" | "true") | undefined;
53
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
78
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
54
79
  "aria-colcount"?: number | undefined;
55
80
  "aria-colindex"?: number | undefined;
56
81
  "aria-colindextext"?: string | undefined;
57
82
  "aria-colspan"?: number | undefined;
58
83
  "aria-controls"?: string | undefined;
59
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
84
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
60
85
  "aria-describedby"?: string | undefined;
61
86
  "aria-description"?: string | undefined;
62
87
  "aria-details"?: string | undefined;
63
88
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
64
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
89
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
65
90
  "aria-errormessage"?: string | undefined;
66
91
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
67
92
  "aria-flowto"?: string | undefined;
68
93
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
69
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
94
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
70
95
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
71
96
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
72
97
  "aria-keyshortcuts"?: string | undefined;
@@ -81,9 +106,9 @@ export declare const Default: {
81
106
  "aria-owns"?: string | undefined;
82
107
  "aria-placeholder"?: string | undefined;
83
108
  "aria-posinset"?: number | undefined;
84
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
109
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
85
110
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
86
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
111
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
87
112
  "aria-required"?: (boolean | "false" | "true") | undefined;
88
113
  "aria-roledescription"?: string | undefined;
89
114
  "aria-rowcount"?: number | undefined;
@@ -268,7 +293,7 @@ export declare const Default: {
268
293
  suppressContentEditableWarning?: boolean | undefined;
269
294
  accessKey?: string | undefined;
270
295
  autoFocus?: boolean | undefined;
271
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
296
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
272
297
  contextMenu?: string | undefined;
273
298
  dir?: string | undefined;
274
299
  draggable?: (boolean | "false" | "true") | undefined;
@@ -296,31 +321,31 @@ export declare const Default: {
296
321
  itemRef?: string | undefined;
297
322
  results?: number | undefined;
298
323
  security?: string | undefined;
299
- unselectable?: "on" | "off" | undefined;
300
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
324
+ unselectable?: "off" | "on" | undefined;
325
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
301
326
  is?: string | undefined;
302
- component?: React.ElementType | undefined;
327
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
303
328
  }>) => Promise<void>;
304
329
  render: (args: {
305
- children?: React.ReactNode;
330
+ children?: import("react").ReactNode;
306
331
  classes?: (Partial<import("@mui/material").BreadcrumbsClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
307
332
  slots?: {
308
- CollapsedIcon?: React.ElementType;
333
+ CollapsedIcon?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
309
334
  } | undefined;
310
335
  slotProps?: {
311
336
  collapsedIcon?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
312
337
  muiName: string;
313
- }, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState>;
338
+ }, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState> | undefined;
314
339
  } | undefined;
315
340
  expandText?: string | undefined;
316
341
  itemsAfterCollapse?: number | undefined;
317
342
  itemsBeforeCollapse?: number | undefined;
318
343
  maxItems?: number | undefined;
319
- separator?: React.ReactNode;
344
+ separator?: import("react").ReactNode;
320
345
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
321
346
  className?: string | undefined;
322
- style?: React.CSSProperties | undefined;
323
- ref?: ((instance: HTMLElement | 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<HTMLElement> | null | undefined;
347
+ style?: import("react").CSSProperties | undefined;
348
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
324
349
  color?: string | undefined;
325
350
  slot?: string | undefined;
326
351
  title?: string | undefined;
@@ -331,27 +356,27 @@ export declare const Default: {
331
356
  tabIndex?: number | undefined;
332
357
  "aria-activedescendant"?: string | undefined;
333
358
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
334
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
359
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
335
360
  "aria-braillelabel"?: string | undefined;
336
361
  "aria-brailleroledescription"?: string | undefined;
337
362
  "aria-busy"?: (boolean | "false" | "true") | undefined;
338
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
363
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
339
364
  "aria-colcount"?: number | undefined;
340
365
  "aria-colindex"?: number | undefined;
341
366
  "aria-colindextext"?: string | undefined;
342
367
  "aria-colspan"?: number | undefined;
343
368
  "aria-controls"?: string | undefined;
344
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
369
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
345
370
  "aria-describedby"?: string | undefined;
346
371
  "aria-description"?: string | undefined;
347
372
  "aria-details"?: string | undefined;
348
373
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
349
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
374
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
350
375
  "aria-errormessage"?: string | undefined;
351
376
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
352
377
  "aria-flowto"?: string | undefined;
353
378
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
354
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
379
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
355
380
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
356
381
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
357
382
  "aria-keyshortcuts"?: string | undefined;
@@ -366,9 +391,9 @@ export declare const Default: {
366
391
  "aria-owns"?: string | undefined;
367
392
  "aria-placeholder"?: string | undefined;
368
393
  "aria-posinset"?: number | undefined;
369
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
394
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
370
395
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
371
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
396
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
372
397
  "aria-required"?: (boolean | "false" | "true") | undefined;
373
398
  "aria-roledescription"?: string | undefined;
374
399
  "aria-rowcount"?: number | undefined;
@@ -553,7 +578,7 @@ export declare const Default: {
553
578
  suppressContentEditableWarning?: boolean | undefined;
554
579
  accessKey?: string | undefined;
555
580
  autoFocus?: boolean | undefined;
556
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
581
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
557
582
  contextMenu?: string | undefined;
558
583
  dir?: string | undefined;
559
584
  draggable?: (boolean | "false" | "true") | undefined;
@@ -581,10 +606,10 @@ export declare const Default: {
581
606
  itemRef?: string | undefined;
582
607
  results?: number | undefined;
583
608
  security?: string | undefined;
584
- unselectable?: "on" | "off" | undefined;
585
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
609
+ unselectable?: "off" | "on" | undefined;
610
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
586
611
  is?: string | undefined;
587
- component?: React.ElementType | undefined;
612
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
588
613
  }) => import("react/jsx-runtime").JSX.Element;
589
614
  };
590
615
  export declare const Collapsed: {
@@ -592,25 +617,25 @@ export declare const Collapsed: {
592
617
  maxItems: number;
593
618
  };
594
619
  render: (args: {
595
- children?: React.ReactNode;
620
+ children?: import("react").ReactNode;
596
621
  classes?: (Partial<import("@mui/material").BreadcrumbsClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
597
622
  slots?: {
598
- CollapsedIcon?: React.ElementType;
623
+ CollapsedIcon?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
599
624
  } | undefined;
600
625
  slotProps?: {
601
626
  collapsedIcon?: import("@mui/utils").SlotComponentProps<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
602
627
  muiName: string;
603
- }, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState>;
628
+ }, import("@mui/material").BreadcrumbsCollapsedIconSlotPropsOverrides, import("@mui/material").BreadcrumbsOwnerState> | undefined;
604
629
  } | undefined;
605
630
  expandText?: string | undefined;
606
631
  itemsAfterCollapse?: number | undefined;
607
632
  itemsBeforeCollapse?: number | undefined;
608
633
  maxItems?: number | undefined;
609
- separator?: React.ReactNode;
634
+ separator?: import("react").ReactNode;
610
635
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
611
636
  className?: string | undefined;
612
- style?: React.CSSProperties | undefined;
613
- ref?: ((instance: HTMLElement | 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<HTMLElement> | null | undefined;
637
+ style?: import("react").CSSProperties | undefined;
638
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
614
639
  color?: string | undefined;
615
640
  slot?: string | undefined;
616
641
  title?: string | undefined;
@@ -621,27 +646,27 @@ export declare const Collapsed: {
621
646
  tabIndex?: number | undefined;
622
647
  "aria-activedescendant"?: string | undefined;
623
648
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
624
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
649
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
625
650
  "aria-braillelabel"?: string | undefined;
626
651
  "aria-brailleroledescription"?: string | undefined;
627
652
  "aria-busy"?: (boolean | "false" | "true") | undefined;
628
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
653
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
629
654
  "aria-colcount"?: number | undefined;
630
655
  "aria-colindex"?: number | undefined;
631
656
  "aria-colindextext"?: string | undefined;
632
657
  "aria-colspan"?: number | undefined;
633
658
  "aria-controls"?: string | undefined;
634
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
659
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
635
660
  "aria-describedby"?: string | undefined;
636
661
  "aria-description"?: string | undefined;
637
662
  "aria-details"?: string | undefined;
638
663
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
639
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
664
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
640
665
  "aria-errormessage"?: string | undefined;
641
666
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
642
667
  "aria-flowto"?: string | undefined;
643
668
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
644
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
669
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
645
670
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
646
671
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
647
672
  "aria-keyshortcuts"?: string | undefined;
@@ -656,9 +681,9 @@ export declare const Collapsed: {
656
681
  "aria-owns"?: string | undefined;
657
682
  "aria-placeholder"?: string | undefined;
658
683
  "aria-posinset"?: number | undefined;
659
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
684
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
660
685
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
661
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
686
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
662
687
  "aria-required"?: (boolean | "false" | "true") | undefined;
663
688
  "aria-roledescription"?: string | undefined;
664
689
  "aria-rowcount"?: number | undefined;
@@ -843,7 +868,7 @@ export declare const Collapsed: {
843
868
  suppressContentEditableWarning?: boolean | undefined;
844
869
  accessKey?: string | undefined;
845
870
  autoFocus?: boolean | undefined;
846
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
871
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
847
872
  contextMenu?: string | undefined;
848
873
  dir?: string | undefined;
849
874
  draggable?: (boolean | "false" | "true") | undefined;
@@ -871,9 +896,9 @@ export declare const Collapsed: {
871
896
  itemRef?: string | undefined;
872
897
  results?: number | undefined;
873
898
  security?: string | undefined;
874
- unselectable?: "on" | "off" | undefined;
875
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
899
+ unselectable?: "off" | "on" | undefined;
900
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
876
901
  is?: string | undefined;
877
- component?: React.ElementType | undefined;
902
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
878
903
  }) => import("react/jsx-runtime").JSX.Element;
879
904
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const BreadcrumbsStyled: import("@emotion/styled").StyledComponent<import("@mui/material").BreadcrumbsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
2
- ref?: ((instance: HTMLElement | 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<HTMLElement> | null | undefined;
3
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
3
4
  }, "children" | "classes" | "className" | "style" | "sx" | "slots" | "slotProps" | "separator" | "expandText" | "itemsAfterCollapse" | "itemsBeforeCollapse" | "maxItems"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;