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