@galaxy-ds/core 2.1.1 → 2.1.3

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 +446 -332
  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
  *
@@ -14,22 +17,33 @@ declare const meta: {
14
17
  badges: BADGE[];
15
18
  layout: string;
16
19
  };
17
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
18
- children?: React.ReactNode;
20
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
21
+ children?: import("react").ReactNode;
19
22
  title?: string | undefined;
20
23
  time?: string | undefined;
21
- color?: ("primary" | "textPrimary") | undefined;
24
+ color?: "primary" | "textPrimary" | undefined;
22
25
  bgColor?: string | undefined;
23
26
  border?: boolean | undefined;
24
- chevronPosition?: ("start" | "end") | undefined;
27
+ chevronPosition?: "end" | "start" | undefined;
25
28
  className?: string | undefined;
26
29
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
27
- collapsedSize?: (string | number) | undefined;
28
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
29
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
30
+ collapsedSize?: string | number | undefined;
31
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
32
+ easing?: string | {
33
+ enter?: string | undefined;
34
+ exit?: string | undefined;
35
+ } | undefined;
30
36
  in?: boolean | undefined;
31
- orientation?: ("horizontal" | "vertical") | undefined;
32
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
37
+ orientation?: "horizontal" | "vertical" | undefined;
38
+ timeout?: number | "auto" | {
39
+ appear?: number | undefined;
40
+ enter?: number | undefined;
41
+ exit?: number | undefined;
42
+ } | {
43
+ appear?: number | undefined;
44
+ enter?: number | undefined;
45
+ exit?: number | undefined;
46
+ } | undefined;
33
47
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
34
48
  style?: import("react").CSSProperties | undefined;
35
49
  slot?: string | undefined;
@@ -40,27 +54,27 @@ declare const meta: {
40
54
  tabIndex?: number | undefined;
41
55
  "aria-activedescendant"?: string | undefined;
42
56
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
43
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
57
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
44
58
  "aria-braillelabel"?: string | undefined;
45
59
  "aria-brailleroledescription"?: string | undefined;
46
60
  "aria-busy"?: (boolean | "false" | "true") | undefined;
47
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
61
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
48
62
  "aria-colcount"?: number | undefined;
49
63
  "aria-colindex"?: number | undefined;
50
64
  "aria-colindextext"?: string | undefined;
51
65
  "aria-colspan"?: number | undefined;
52
66
  "aria-controls"?: string | undefined;
53
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
67
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
54
68
  "aria-describedby"?: string | undefined;
55
69
  "aria-description"?: string | undefined;
56
70
  "aria-details"?: string | undefined;
57
71
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
58
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
72
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
59
73
  "aria-errormessage"?: string | undefined;
60
74
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
61
75
  "aria-flowto"?: string | undefined;
62
76
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
63
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
77
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
64
78
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
65
79
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
66
80
  "aria-keyshortcuts"?: string | undefined;
@@ -75,9 +89,9 @@ declare const meta: {
75
89
  "aria-owns"?: string | undefined;
76
90
  "aria-placeholder"?: string | undefined;
77
91
  "aria-posinset"?: number | undefined;
78
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
92
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
79
93
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
80
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
94
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
81
95
  "aria-required"?: (boolean | "false" | "true") | undefined;
82
96
  "aria-roledescription"?: string | undefined;
83
97
  "aria-rowcount"?: number | undefined;
@@ -261,7 +275,7 @@ declare const meta: {
261
275
  suppressContentEditableWarning?: boolean | undefined;
262
276
  accessKey?: string | undefined;
263
277
  autoFocus?: boolean | undefined;
264
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
278
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
265
279
  contextMenu?: string | undefined;
266
280
  dir?: string | undefined;
267
281
  draggable?: (boolean | "false" | "true") | undefined;
@@ -289,8 +303,8 @@ declare const meta: {
289
303
  itemRef?: string | undefined;
290
304
  results?: number | undefined;
291
305
  security?: string | undefined;
292
- unselectable?: "on" | "off" | undefined;
293
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
306
+ unselectable?: "off" | "on" | undefined;
307
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
294
308
  is?: string | undefined;
295
309
  exit?: boolean | undefined;
296
310
  mountOnEnter?: boolean | undefined;
@@ -306,13 +320,46 @@ declare const meta: {
306
320
  enter?: boolean | undefined;
307
321
  ref?: import("react").Ref<unknown> | undefined;
308
322
  }>) => import("react/jsx-runtime").JSX.Element)[];
323
+ argTypes: {
324
+ children: {
325
+ control: {
326
+ type: undefined;
327
+ };
328
+ };
329
+ component: {
330
+ table: {
331
+ disable: boolean;
332
+ };
333
+ };
334
+ ref: {
335
+ control: {
336
+ type: undefined;
337
+ };
338
+ };
339
+ onClick: {
340
+ control: {
341
+ type: undefined;
342
+ };
343
+ };
344
+ };
309
345
  };
310
346
  export default meta;
311
347
  export declare const Default: {
312
348
  args: {
349
+ bgColor: string;
313
350
  title: string;
314
351
  time: string;
315
352
  onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLElement, MouseEvent>], void>;
353
+ color: "textPrimary";
354
+ chevronPosition: "start";
355
+ orientation: "vertical";
356
+ };
357
+ argTypes: {
358
+ children: {
359
+ control: {
360
+ type: undefined;
361
+ };
362
+ };
316
363
  };
317
364
  parameters: {
318
365
  docs: {
@@ -321,22 +368,33 @@ export declare const Default: {
321
368
  };
322
369
  };
323
370
  };
324
- play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
325
- children?: React.ReactNode;
371
+ play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
372
+ children?: import("react").ReactNode;
326
373
  title?: string | undefined;
327
374
  time?: string | undefined;
328
- color?: ("primary" | "textPrimary") | undefined;
375
+ color?: "primary" | "textPrimary" | undefined;
329
376
  bgColor?: string | undefined;
330
377
  border?: boolean | undefined;
331
- chevronPosition?: ("start" | "end") | undefined;
378
+ chevronPosition?: "end" | "start" | undefined;
332
379
  className?: string | undefined;
333
380
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
334
- collapsedSize?: (string | number) | undefined;
335
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
336
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
381
+ collapsedSize?: string | number | undefined;
382
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
383
+ easing?: string | {
384
+ enter?: string | undefined;
385
+ exit?: string | undefined;
386
+ } | undefined;
337
387
  in?: boolean | undefined;
338
- orientation?: ("horizontal" | "vertical") | undefined;
339
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
388
+ orientation?: "horizontal" | "vertical" | undefined;
389
+ timeout?: number | "auto" | {
390
+ appear?: number | undefined;
391
+ enter?: number | undefined;
392
+ exit?: number | undefined;
393
+ } | {
394
+ appear?: number | undefined;
395
+ enter?: number | undefined;
396
+ exit?: number | undefined;
397
+ } | undefined;
340
398
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
341
399
  style?: import("react").CSSProperties | undefined;
342
400
  slot?: string | undefined;
@@ -347,27 +405,27 @@ export declare const Default: {
347
405
  tabIndex?: number | undefined;
348
406
  "aria-activedescendant"?: string | undefined;
349
407
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
350
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
408
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
351
409
  "aria-braillelabel"?: string | undefined;
352
410
  "aria-brailleroledescription"?: string | undefined;
353
411
  "aria-busy"?: (boolean | "false" | "true") | undefined;
354
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
412
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
355
413
  "aria-colcount"?: number | undefined;
356
414
  "aria-colindex"?: number | undefined;
357
415
  "aria-colindextext"?: string | undefined;
358
416
  "aria-colspan"?: number | undefined;
359
417
  "aria-controls"?: string | undefined;
360
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
418
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
361
419
  "aria-describedby"?: string | undefined;
362
420
  "aria-description"?: string | undefined;
363
421
  "aria-details"?: string | undefined;
364
422
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
365
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
423
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
366
424
  "aria-errormessage"?: string | undefined;
367
425
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
368
426
  "aria-flowto"?: string | undefined;
369
427
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
370
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
428
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
371
429
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
372
430
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
373
431
  "aria-keyshortcuts"?: string | undefined;
@@ -382,9 +440,9 @@ export declare const Default: {
382
440
  "aria-owns"?: string | undefined;
383
441
  "aria-placeholder"?: string | undefined;
384
442
  "aria-posinset"?: number | undefined;
385
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
443
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
386
444
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
387
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
445
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
388
446
  "aria-required"?: (boolean | "false" | "true") | undefined;
389
447
  "aria-roledescription"?: string | undefined;
390
448
  "aria-rowcount"?: number | undefined;
@@ -568,7 +626,7 @@ export declare const Default: {
568
626
  suppressContentEditableWarning?: boolean | undefined;
569
627
  accessKey?: string | undefined;
570
628
  autoFocus?: boolean | undefined;
571
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
629
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
572
630
  contextMenu?: string | undefined;
573
631
  dir?: string | undefined;
574
632
  draggable?: (boolean | "false" | "true") | undefined;
@@ -596,8 +654,8 @@ export declare const Default: {
596
654
  itemRef?: string | undefined;
597
655
  results?: number | undefined;
598
656
  security?: string | undefined;
599
- unselectable?: "on" | "off" | undefined;
600
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
657
+ unselectable?: "off" | "on" | undefined;
658
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
601
659
  is?: string | undefined;
602
660
  exit?: boolean | undefined;
603
661
  mountOnEnter?: boolean | undefined;
@@ -614,21 +672,32 @@ export declare const Default: {
614
672
  ref?: import("react").Ref<unknown> | undefined;
615
673
  }>) => Promise<void>;
616
674
  render: (args: {
617
- children?: React.ReactNode;
675
+ children?: import("react").ReactNode;
618
676
  title?: string | undefined;
619
677
  time?: string | undefined;
620
- color?: ("primary" | "textPrimary") | undefined;
678
+ color?: "primary" | "textPrimary" | undefined;
621
679
  bgColor?: string | undefined;
622
680
  border?: boolean | undefined;
623
- chevronPosition?: ("start" | "end") | undefined;
681
+ chevronPosition?: "end" | "start" | undefined;
624
682
  className?: string | undefined;
625
683
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
626
- collapsedSize?: (string | number) | undefined;
627
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
628
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
684
+ collapsedSize?: string | number | undefined;
685
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
686
+ easing?: string | {
687
+ enter?: string | undefined;
688
+ exit?: string | undefined;
689
+ } | undefined;
629
690
  in?: boolean | undefined;
630
- orientation?: ("horizontal" | "vertical") | undefined;
631
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
691
+ orientation?: "horizontal" | "vertical" | undefined;
692
+ timeout?: number | "auto" | {
693
+ appear?: number | undefined;
694
+ enter?: number | undefined;
695
+ exit?: number | undefined;
696
+ } | {
697
+ appear?: number | undefined;
698
+ enter?: number | undefined;
699
+ exit?: number | undefined;
700
+ } | undefined;
632
701
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
633
702
  style?: import("react").CSSProperties | undefined;
634
703
  slot?: string | undefined;
@@ -639,27 +708,27 @@ export declare const Default: {
639
708
  tabIndex?: number | undefined;
640
709
  "aria-activedescendant"?: string | undefined;
641
710
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
642
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
711
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
643
712
  "aria-braillelabel"?: string | undefined;
644
713
  "aria-brailleroledescription"?: string | undefined;
645
714
  "aria-busy"?: (boolean | "false" | "true") | undefined;
646
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
715
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
647
716
  "aria-colcount"?: number | undefined;
648
717
  "aria-colindex"?: number | undefined;
649
718
  "aria-colindextext"?: string | undefined;
650
719
  "aria-colspan"?: number | undefined;
651
720
  "aria-controls"?: string | undefined;
652
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
721
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
653
722
  "aria-describedby"?: string | undefined;
654
723
  "aria-description"?: string | undefined;
655
724
  "aria-details"?: string | undefined;
656
725
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
657
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
726
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
658
727
  "aria-errormessage"?: string | undefined;
659
728
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
660
729
  "aria-flowto"?: string | undefined;
661
730
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
662
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
731
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
663
732
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
664
733
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
665
734
  "aria-keyshortcuts"?: string | undefined;
@@ -674,9 +743,9 @@ export declare const Default: {
674
743
  "aria-owns"?: string | undefined;
675
744
  "aria-placeholder"?: string | undefined;
676
745
  "aria-posinset"?: number | undefined;
677
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
746
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
678
747
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
679
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
748
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
680
749
  "aria-required"?: (boolean | "false" | "true") | undefined;
681
750
  "aria-roledescription"?: string | undefined;
682
751
  "aria-rowcount"?: number | undefined;
@@ -860,7 +929,7 @@ export declare const Default: {
860
929
  suppressContentEditableWarning?: boolean | undefined;
861
930
  accessKey?: string | undefined;
862
931
  autoFocus?: boolean | undefined;
863
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
932
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
864
933
  contextMenu?: string | undefined;
865
934
  dir?: string | undefined;
866
935
  draggable?: (boolean | "false" | "true") | undefined;
@@ -888,8 +957,8 @@ export declare const Default: {
888
957
  itemRef?: string | undefined;
889
958
  results?: number | undefined;
890
959
  security?: string | undefined;
891
- unselectable?: "on" | "off" | undefined;
892
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
960
+ unselectable?: "off" | "on" | undefined;
961
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
893
962
  is?: string | undefined;
894
963
  exit?: boolean | undefined;
895
964
  mountOnEnter?: boolean | undefined;
@@ -922,22 +991,33 @@ export declare const AttachmentList: {
922
991
  };
923
992
  };
924
993
  };
925
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
926
- children?: React.ReactNode;
994
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
995
+ children?: import("react").ReactNode;
927
996
  title?: string | undefined;
928
997
  time?: string | undefined;
929
- color?: ("primary" | "textPrimary") | undefined;
998
+ color?: "primary" | "textPrimary" | undefined;
930
999
  bgColor?: string | undefined;
931
1000
  border?: boolean | undefined;
932
- chevronPosition?: ("start" | "end") | undefined;
1001
+ chevronPosition?: "end" | "start" | undefined;
933
1002
  className?: string | undefined;
934
1003
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
935
- collapsedSize?: (string | number) | undefined;
936
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
937
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
1004
+ collapsedSize?: string | number | undefined;
1005
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
1006
+ easing?: string | {
1007
+ enter?: string | undefined;
1008
+ exit?: string | undefined;
1009
+ } | undefined;
938
1010
  in?: boolean | undefined;
939
- orientation?: ("horizontal" | "vertical") | undefined;
940
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
1011
+ orientation?: "horizontal" | "vertical" | undefined;
1012
+ timeout?: number | "auto" | {
1013
+ appear?: number | undefined;
1014
+ enter?: number | undefined;
1015
+ exit?: number | undefined;
1016
+ } | {
1017
+ appear?: number | undefined;
1018
+ enter?: number | undefined;
1019
+ exit?: number | undefined;
1020
+ } | undefined;
941
1021
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
942
1022
  style?: import("react").CSSProperties | undefined;
943
1023
  slot?: string | undefined;
@@ -948,27 +1028,27 @@ export declare const AttachmentList: {
948
1028
  tabIndex?: number | undefined;
949
1029
  "aria-activedescendant"?: string | undefined;
950
1030
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
951
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1031
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
952
1032
  "aria-braillelabel"?: string | undefined;
953
1033
  "aria-brailleroledescription"?: string | undefined;
954
1034
  "aria-busy"?: (boolean | "false" | "true") | undefined;
955
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1035
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
956
1036
  "aria-colcount"?: number | undefined;
957
1037
  "aria-colindex"?: number | undefined;
958
1038
  "aria-colindextext"?: string | undefined;
959
1039
  "aria-colspan"?: number | undefined;
960
1040
  "aria-controls"?: string | undefined;
961
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1041
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
962
1042
  "aria-describedby"?: string | undefined;
963
1043
  "aria-description"?: string | undefined;
964
1044
  "aria-details"?: string | undefined;
965
1045
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
966
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1046
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
967
1047
  "aria-errormessage"?: string | undefined;
968
1048
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
969
1049
  "aria-flowto"?: string | undefined;
970
1050
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
971
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1051
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
972
1052
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
973
1053
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
974
1054
  "aria-keyshortcuts"?: string | undefined;
@@ -983,9 +1063,9 @@ export declare const AttachmentList: {
983
1063
  "aria-owns"?: string | undefined;
984
1064
  "aria-placeholder"?: string | undefined;
985
1065
  "aria-posinset"?: number | undefined;
986
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1066
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
987
1067
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
988
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1068
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
989
1069
  "aria-required"?: (boolean | "false" | "true") | undefined;
990
1070
  "aria-roledescription"?: string | undefined;
991
1071
  "aria-rowcount"?: number | undefined;
@@ -1169,7 +1249,7 @@ export declare const AttachmentList: {
1169
1249
  suppressContentEditableWarning?: boolean | undefined;
1170
1250
  accessKey?: string | undefined;
1171
1251
  autoFocus?: boolean | undefined;
1172
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1252
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1173
1253
  contextMenu?: string | undefined;
1174
1254
  dir?: string | undefined;
1175
1255
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1197,8 +1277,8 @@ export declare const AttachmentList: {
1197
1277
  itemRef?: string | undefined;
1198
1278
  results?: number | undefined;
1199
1279
  security?: string | undefined;
1200
- unselectable?: "on" | "off" | undefined;
1201
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1280
+ unselectable?: "off" | "on" | undefined;
1281
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1202
1282
  is?: string | undefined;
1203
1283
  exit?: boolean | undefined;
1204
1284
  mountOnEnter?: boolean | undefined;
@@ -1215,21 +1295,32 @@ export declare const AttachmentList: {
1215
1295
  ref?: import("react").Ref<unknown> | undefined;
1216
1296
  }>) => Promise<void>;
1217
1297
  render: (args: {
1218
- children?: React.ReactNode;
1298
+ children?: import("react").ReactNode;
1219
1299
  title?: string | undefined;
1220
1300
  time?: string | undefined;
1221
- color?: ("primary" | "textPrimary") | undefined;
1301
+ color?: "primary" | "textPrimary" | undefined;
1222
1302
  bgColor?: string | undefined;
1223
1303
  border?: boolean | undefined;
1224
- chevronPosition?: ("start" | "end") | undefined;
1304
+ chevronPosition?: "end" | "start" | undefined;
1225
1305
  className?: string | undefined;
1226
1306
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
1227
- collapsedSize?: (string | number) | undefined;
1228
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
1229
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
1307
+ collapsedSize?: string | number | undefined;
1308
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
1309
+ easing?: string | {
1310
+ enter?: string | undefined;
1311
+ exit?: string | undefined;
1312
+ } | undefined;
1230
1313
  in?: boolean | undefined;
1231
- orientation?: ("horizontal" | "vertical") | undefined;
1232
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
1314
+ orientation?: "horizontal" | "vertical" | undefined;
1315
+ timeout?: number | "auto" | {
1316
+ appear?: number | undefined;
1317
+ enter?: number | undefined;
1318
+ exit?: number | undefined;
1319
+ } | {
1320
+ appear?: number | undefined;
1321
+ enter?: number | undefined;
1322
+ exit?: number | undefined;
1323
+ } | undefined;
1233
1324
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1234
1325
  style?: import("react").CSSProperties | undefined;
1235
1326
  slot?: string | undefined;
@@ -1240,27 +1331,27 @@ export declare const AttachmentList: {
1240
1331
  tabIndex?: number | undefined;
1241
1332
  "aria-activedescendant"?: string | undefined;
1242
1333
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1243
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1334
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1244
1335
  "aria-braillelabel"?: string | undefined;
1245
1336
  "aria-brailleroledescription"?: string | undefined;
1246
1337
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1247
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1338
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1248
1339
  "aria-colcount"?: number | undefined;
1249
1340
  "aria-colindex"?: number | undefined;
1250
1341
  "aria-colindextext"?: string | undefined;
1251
1342
  "aria-colspan"?: number | undefined;
1252
1343
  "aria-controls"?: string | undefined;
1253
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1344
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1254
1345
  "aria-describedby"?: string | undefined;
1255
1346
  "aria-description"?: string | undefined;
1256
1347
  "aria-details"?: string | undefined;
1257
1348
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1258
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1349
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1259
1350
  "aria-errormessage"?: string | undefined;
1260
1351
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1261
1352
  "aria-flowto"?: string | undefined;
1262
1353
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1263
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1354
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1264
1355
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1265
1356
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1266
1357
  "aria-keyshortcuts"?: string | undefined;
@@ -1275,9 +1366,9 @@ export declare const AttachmentList: {
1275
1366
  "aria-owns"?: string | undefined;
1276
1367
  "aria-placeholder"?: string | undefined;
1277
1368
  "aria-posinset"?: number | undefined;
1278
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1369
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1279
1370
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1280
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1371
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1281
1372
  "aria-required"?: (boolean | "false" | "true") | undefined;
1282
1373
  "aria-roledescription"?: string | undefined;
1283
1374
  "aria-rowcount"?: number | undefined;
@@ -1461,7 +1552,7 @@ export declare const AttachmentList: {
1461
1552
  suppressContentEditableWarning?: boolean | undefined;
1462
1553
  accessKey?: string | undefined;
1463
1554
  autoFocus?: boolean | undefined;
1464
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1555
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1465
1556
  contextMenu?: string | undefined;
1466
1557
  dir?: string | undefined;
1467
1558
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1489,8 +1580,8 @@ export declare const AttachmentList: {
1489
1580
  itemRef?: string | undefined;
1490
1581
  results?: number | undefined;
1491
1582
  security?: string | undefined;
1492
- unselectable?: "on" | "off" | undefined;
1493
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1583
+ unselectable?: "off" | "on" | undefined;
1584
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1494
1585
  is?: string | undefined;
1495
1586
  exit?: boolean | undefined;
1496
1587
  mountOnEnter?: boolean | undefined;
@@ -1519,22 +1610,33 @@ export declare const DetailedList: {
1519
1610
  };
1520
1611
  };
1521
1612
  };
1522
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
1523
- children?: React.ReactNode;
1613
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
1614
+ children?: import("react").ReactNode;
1524
1615
  title?: string | undefined;
1525
1616
  time?: string | undefined;
1526
- color?: ("primary" | "textPrimary") | undefined;
1617
+ color?: "primary" | "textPrimary" | undefined;
1527
1618
  bgColor?: string | undefined;
1528
1619
  border?: boolean | undefined;
1529
- chevronPosition?: ("start" | "end") | undefined;
1620
+ chevronPosition?: "end" | "start" | undefined;
1530
1621
  className?: string | undefined;
1531
1622
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
1532
- collapsedSize?: (string | number) | undefined;
1533
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
1534
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
1623
+ collapsedSize?: string | number | undefined;
1624
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
1625
+ easing?: string | {
1626
+ enter?: string | undefined;
1627
+ exit?: string | undefined;
1628
+ } | undefined;
1535
1629
  in?: boolean | undefined;
1536
- orientation?: ("horizontal" | "vertical") | undefined;
1537
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
1630
+ orientation?: "horizontal" | "vertical" | undefined;
1631
+ timeout?: number | "auto" | {
1632
+ appear?: number | undefined;
1633
+ enter?: number | undefined;
1634
+ exit?: number | undefined;
1635
+ } | {
1636
+ appear?: number | undefined;
1637
+ enter?: number | undefined;
1638
+ exit?: number | undefined;
1639
+ } | undefined;
1538
1640
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1539
1641
  style?: import("react").CSSProperties | undefined;
1540
1642
  slot?: string | undefined;
@@ -1545,27 +1647,27 @@ export declare const DetailedList: {
1545
1647
  tabIndex?: number | undefined;
1546
1648
  "aria-activedescendant"?: string | undefined;
1547
1649
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1548
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1650
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1549
1651
  "aria-braillelabel"?: string | undefined;
1550
1652
  "aria-brailleroledescription"?: string | undefined;
1551
1653
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1552
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1654
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1553
1655
  "aria-colcount"?: number | undefined;
1554
1656
  "aria-colindex"?: number | undefined;
1555
1657
  "aria-colindextext"?: string | undefined;
1556
1658
  "aria-colspan"?: number | undefined;
1557
1659
  "aria-controls"?: string | undefined;
1558
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1660
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1559
1661
  "aria-describedby"?: string | undefined;
1560
1662
  "aria-description"?: string | undefined;
1561
1663
  "aria-details"?: string | undefined;
1562
1664
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1563
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1665
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1564
1666
  "aria-errormessage"?: string | undefined;
1565
1667
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1566
1668
  "aria-flowto"?: string | undefined;
1567
1669
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1568
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1670
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1569
1671
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1570
1672
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1571
1673
  "aria-keyshortcuts"?: string | undefined;
@@ -1580,9 +1682,9 @@ export declare const DetailedList: {
1580
1682
  "aria-owns"?: string | undefined;
1581
1683
  "aria-placeholder"?: string | undefined;
1582
1684
  "aria-posinset"?: number | undefined;
1583
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1685
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1584
1686
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1585
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1687
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1586
1688
  "aria-required"?: (boolean | "false" | "true") | undefined;
1587
1689
  "aria-roledescription"?: string | undefined;
1588
1690
  "aria-rowcount"?: number | undefined;
@@ -1766,7 +1868,7 @@ export declare const DetailedList: {
1766
1868
  suppressContentEditableWarning?: boolean | undefined;
1767
1869
  accessKey?: string | undefined;
1768
1870
  autoFocus?: boolean | undefined;
1769
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1871
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1770
1872
  contextMenu?: string | undefined;
1771
1873
  dir?: string | undefined;
1772
1874
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1794,8 +1896,8 @@ export declare const DetailedList: {
1794
1896
  itemRef?: string | undefined;
1795
1897
  results?: number | undefined;
1796
1898
  security?: string | undefined;
1797
- unselectable?: "on" | "off" | undefined;
1798
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1899
+ unselectable?: "off" | "on" | undefined;
1900
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1799
1901
  is?: string | undefined;
1800
1902
  exit?: boolean | undefined;
1801
1903
  mountOnEnter?: boolean | undefined;
@@ -1812,21 +1914,32 @@ export declare const DetailedList: {
1812
1914
  ref?: import("react").Ref<unknown> | undefined;
1813
1915
  }>) => Promise<void>;
1814
1916
  render: (args: {
1815
- children?: React.ReactNode;
1917
+ children?: import("react").ReactNode;
1816
1918
  title?: string | undefined;
1817
1919
  time?: string | undefined;
1818
- color?: ("primary" | "textPrimary") | undefined;
1920
+ color?: "primary" | "textPrimary" | undefined;
1819
1921
  bgColor?: string | undefined;
1820
1922
  border?: boolean | undefined;
1821
- chevronPosition?: ("start" | "end") | undefined;
1923
+ chevronPosition?: "end" | "start" | undefined;
1822
1924
  className?: string | undefined;
1823
1925
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
1824
- collapsedSize?: (string | number) | undefined;
1825
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
1826
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
1926
+ collapsedSize?: string | number | undefined;
1927
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
1928
+ easing?: string | {
1929
+ enter?: string | undefined;
1930
+ exit?: string | undefined;
1931
+ } | undefined;
1827
1932
  in?: boolean | undefined;
1828
- orientation?: ("horizontal" | "vertical") | undefined;
1829
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
1933
+ orientation?: "horizontal" | "vertical" | undefined;
1934
+ timeout?: number | "auto" | {
1935
+ appear?: number | undefined;
1936
+ enter?: number | undefined;
1937
+ exit?: number | undefined;
1938
+ } | {
1939
+ appear?: number | undefined;
1940
+ enter?: number | undefined;
1941
+ exit?: number | undefined;
1942
+ } | undefined;
1830
1943
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1831
1944
  style?: import("react").CSSProperties | undefined;
1832
1945
  slot?: string | undefined;
@@ -1837,27 +1950,27 @@ export declare const DetailedList: {
1837
1950
  tabIndex?: number | undefined;
1838
1951
  "aria-activedescendant"?: string | undefined;
1839
1952
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1840
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1953
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1841
1954
  "aria-braillelabel"?: string | undefined;
1842
1955
  "aria-brailleroledescription"?: string | undefined;
1843
1956
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1844
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1957
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1845
1958
  "aria-colcount"?: number | undefined;
1846
1959
  "aria-colindex"?: number | undefined;
1847
1960
  "aria-colindextext"?: string | undefined;
1848
1961
  "aria-colspan"?: number | undefined;
1849
1962
  "aria-controls"?: string | undefined;
1850
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1963
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1851
1964
  "aria-describedby"?: string | undefined;
1852
1965
  "aria-description"?: string | undefined;
1853
1966
  "aria-details"?: string | undefined;
1854
1967
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1855
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1968
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1856
1969
  "aria-errormessage"?: string | undefined;
1857
1970
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1858
1971
  "aria-flowto"?: string | undefined;
1859
1972
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1860
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1973
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1861
1974
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1862
1975
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1863
1976
  "aria-keyshortcuts"?: string | undefined;
@@ -1872,9 +1985,9 @@ export declare const DetailedList: {
1872
1985
  "aria-owns"?: string | undefined;
1873
1986
  "aria-placeholder"?: string | undefined;
1874
1987
  "aria-posinset"?: number | undefined;
1875
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1988
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1876
1989
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1877
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1990
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1878
1991
  "aria-required"?: (boolean | "false" | "true") | undefined;
1879
1992
  "aria-roledescription"?: string | undefined;
1880
1993
  "aria-rowcount"?: number | undefined;
@@ -2058,7 +2171,7 @@ export declare const DetailedList: {
2058
2171
  suppressContentEditableWarning?: boolean | undefined;
2059
2172
  accessKey?: string | undefined;
2060
2173
  autoFocus?: boolean | undefined;
2061
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
2174
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
2062
2175
  contextMenu?: string | undefined;
2063
2176
  dir?: string | undefined;
2064
2177
  draggable?: (boolean | "false" | "true") | undefined;
@@ -2086,8 +2199,8 @@ export declare const DetailedList: {
2086
2199
  itemRef?: string | undefined;
2087
2200
  results?: number | undefined;
2088
2201
  security?: string | undefined;
2089
- unselectable?: "on" | "off" | undefined;
2090
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
2202
+ unselectable?: "off" | "on" | undefined;
2203
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2091
2204
  is?: string | undefined;
2092
2205
  exit?: boolean | undefined;
2093
2206
  mountOnEnter?: boolean | undefined;
@@ -2117,22 +2230,33 @@ export declare const Colors: {
2117
2230
  };
2118
2231
  };
2119
2232
  };
2120
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
2121
- children?: React.ReactNode;
2233
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
2234
+ children?: import("react").ReactNode;
2122
2235
  title?: string | undefined;
2123
2236
  time?: string | undefined;
2124
- color?: ("primary" | "textPrimary") | undefined;
2237
+ color?: "primary" | "textPrimary" | undefined;
2125
2238
  bgColor?: string | undefined;
2126
2239
  border?: boolean | undefined;
2127
- chevronPosition?: ("start" | "end") | undefined;
2240
+ chevronPosition?: "end" | "start" | undefined;
2128
2241
  className?: string | undefined;
2129
2242
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
2130
- collapsedSize?: (string | number) | undefined;
2131
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
2132
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
2243
+ collapsedSize?: string | number | undefined;
2244
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
2245
+ easing?: string | {
2246
+ enter?: string | undefined;
2247
+ exit?: string | undefined;
2248
+ } | undefined;
2133
2249
  in?: boolean | undefined;
2134
- orientation?: ("horizontal" | "vertical") | undefined;
2135
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
2250
+ orientation?: "horizontal" | "vertical" | undefined;
2251
+ timeout?: number | "auto" | {
2252
+ appear?: number | undefined;
2253
+ enter?: number | undefined;
2254
+ exit?: number | undefined;
2255
+ } | {
2256
+ appear?: number | undefined;
2257
+ enter?: number | undefined;
2258
+ exit?: number | undefined;
2259
+ } | undefined;
2136
2260
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
2137
2261
  style?: import("react").CSSProperties | undefined;
2138
2262
  slot?: string | undefined;
@@ -2143,27 +2267,27 @@ export declare const Colors: {
2143
2267
  tabIndex?: number | undefined;
2144
2268
  "aria-activedescendant"?: string | undefined;
2145
2269
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
2146
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
2270
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
2147
2271
  "aria-braillelabel"?: string | undefined;
2148
2272
  "aria-brailleroledescription"?: string | undefined;
2149
2273
  "aria-busy"?: (boolean | "false" | "true") | undefined;
2150
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
2274
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
2151
2275
  "aria-colcount"?: number | undefined;
2152
2276
  "aria-colindex"?: number | undefined;
2153
2277
  "aria-colindextext"?: string | undefined;
2154
2278
  "aria-colspan"?: number | undefined;
2155
2279
  "aria-controls"?: string | undefined;
2156
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
2280
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
2157
2281
  "aria-describedby"?: string | undefined;
2158
2282
  "aria-description"?: string | undefined;
2159
2283
  "aria-details"?: string | undefined;
2160
2284
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
2161
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
2285
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
2162
2286
  "aria-errormessage"?: string | undefined;
2163
2287
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
2164
2288
  "aria-flowto"?: string | undefined;
2165
2289
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
2166
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
2290
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
2167
2291
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
2168
2292
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2169
2293
  "aria-keyshortcuts"?: string | undefined;
@@ -2178,9 +2302,9 @@ export declare const Colors: {
2178
2302
  "aria-owns"?: string | undefined;
2179
2303
  "aria-placeholder"?: string | undefined;
2180
2304
  "aria-posinset"?: number | undefined;
2181
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
2305
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
2182
2306
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
2183
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
2307
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2184
2308
  "aria-required"?: (boolean | "false" | "true") | undefined;
2185
2309
  "aria-roledescription"?: string | undefined;
2186
2310
  "aria-rowcount"?: number | undefined;
@@ -2364,7 +2488,7 @@ export declare const Colors: {
2364
2488
  suppressContentEditableWarning?: boolean | undefined;
2365
2489
  accessKey?: string | undefined;
2366
2490
  autoFocus?: boolean | undefined;
2367
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
2491
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
2368
2492
  contextMenu?: string | undefined;
2369
2493
  dir?: string | undefined;
2370
2494
  draggable?: (boolean | "false" | "true") | undefined;
@@ -2392,8 +2516,8 @@ export declare const Colors: {
2392
2516
  itemRef?: string | undefined;
2393
2517
  results?: number | undefined;
2394
2518
  security?: string | undefined;
2395
- unselectable?: "on" | "off" | undefined;
2396
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
2519
+ unselectable?: "off" | "on" | undefined;
2520
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2397
2521
  is?: string | undefined;
2398
2522
  exit?: boolean | undefined;
2399
2523
  mountOnEnter?: boolean | undefined;
@@ -2410,21 +2534,32 @@ export declare const Colors: {
2410
2534
  ref?: import("react").Ref<unknown> | undefined;
2411
2535
  }>) => Promise<void>;
2412
2536
  render: (args: {
2413
- children?: React.ReactNode;
2537
+ children?: import("react").ReactNode;
2414
2538
  title?: string | undefined;
2415
2539
  time?: string | undefined;
2416
- color?: ("primary" | "textPrimary") | undefined;
2540
+ color?: "primary" | "textPrimary" | undefined;
2417
2541
  bgColor?: string | undefined;
2418
2542
  border?: boolean | undefined;
2419
- chevronPosition?: ("start" | "end") | undefined;
2543
+ chevronPosition?: "end" | "start" | undefined;
2420
2544
  className?: string | undefined;
2421
2545
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
2422
- collapsedSize?: (string | number) | undefined;
2423
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
2424
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
2546
+ collapsedSize?: string | number | undefined;
2547
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
2548
+ easing?: string | {
2549
+ enter?: string | undefined;
2550
+ exit?: string | undefined;
2551
+ } | undefined;
2425
2552
  in?: boolean | undefined;
2426
- orientation?: ("horizontal" | "vertical") | undefined;
2427
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
2553
+ orientation?: "horizontal" | "vertical" | undefined;
2554
+ timeout?: number | "auto" | {
2555
+ appear?: number | undefined;
2556
+ enter?: number | undefined;
2557
+ exit?: number | undefined;
2558
+ } | {
2559
+ appear?: number | undefined;
2560
+ enter?: number | undefined;
2561
+ exit?: number | undefined;
2562
+ } | undefined;
2428
2563
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
2429
2564
  style?: import("react").CSSProperties | undefined;
2430
2565
  slot?: string | undefined;
@@ -2435,27 +2570,27 @@ export declare const Colors: {
2435
2570
  tabIndex?: number | undefined;
2436
2571
  "aria-activedescendant"?: string | undefined;
2437
2572
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
2438
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
2573
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
2439
2574
  "aria-braillelabel"?: string | undefined;
2440
2575
  "aria-brailleroledescription"?: string | undefined;
2441
2576
  "aria-busy"?: (boolean | "false" | "true") | undefined;
2442
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
2577
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
2443
2578
  "aria-colcount"?: number | undefined;
2444
2579
  "aria-colindex"?: number | undefined;
2445
2580
  "aria-colindextext"?: string | undefined;
2446
2581
  "aria-colspan"?: number | undefined;
2447
2582
  "aria-controls"?: string | undefined;
2448
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
2583
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
2449
2584
  "aria-describedby"?: string | undefined;
2450
2585
  "aria-description"?: string | undefined;
2451
2586
  "aria-details"?: string | undefined;
2452
2587
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
2453
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
2588
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
2454
2589
  "aria-errormessage"?: string | undefined;
2455
2590
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
2456
2591
  "aria-flowto"?: string | undefined;
2457
2592
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
2458
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
2593
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
2459
2594
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
2460
2595
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2461
2596
  "aria-keyshortcuts"?: string | undefined;
@@ -2470,9 +2605,9 @@ export declare const Colors: {
2470
2605
  "aria-owns"?: string | undefined;
2471
2606
  "aria-placeholder"?: string | undefined;
2472
2607
  "aria-posinset"?: number | undefined;
2473
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
2608
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
2474
2609
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
2475
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
2610
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2476
2611
  "aria-required"?: (boolean | "false" | "true") | undefined;
2477
2612
  "aria-roledescription"?: string | undefined;
2478
2613
  "aria-rowcount"?: number | undefined;
@@ -2656,7 +2791,7 @@ export declare const Colors: {
2656
2791
  suppressContentEditableWarning?: boolean | undefined;
2657
2792
  accessKey?: string | undefined;
2658
2793
  autoFocus?: boolean | undefined;
2659
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
2794
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
2660
2795
  contextMenu?: string | undefined;
2661
2796
  dir?: string | undefined;
2662
2797
  draggable?: (boolean | "false" | "true") | undefined;
@@ -2684,8 +2819,8 @@ export declare const Colors: {
2684
2819
  itemRef?: string | undefined;
2685
2820
  results?: number | undefined;
2686
2821
  security?: string | undefined;
2687
- unselectable?: "on" | "off" | undefined;
2688
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
2822
+ unselectable?: "off" | "on" | undefined;
2823
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2689
2824
  is?: string | undefined;
2690
2825
  exit?: boolean | undefined;
2691
2826
  mountOnEnter?: boolean | undefined;
@@ -2720,22 +2855,33 @@ export declare const ChevronPosition: {
2720
2855
  };
2721
2856
  };
2722
2857
  };
2723
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
2724
- children?: React.ReactNode;
2858
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
2859
+ children?: import("react").ReactNode;
2725
2860
  title?: string | undefined;
2726
2861
  time?: string | undefined;
2727
- color?: ("primary" | "textPrimary") | undefined;
2862
+ color?: "primary" | "textPrimary" | undefined;
2728
2863
  bgColor?: string | undefined;
2729
2864
  border?: boolean | undefined;
2730
- chevronPosition?: ("start" | "end") | undefined;
2865
+ chevronPosition?: "end" | "start" | undefined;
2731
2866
  className?: string | undefined;
2732
2867
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
2733
- collapsedSize?: (string | number) | undefined;
2734
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
2735
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
2868
+ collapsedSize?: string | number | undefined;
2869
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
2870
+ easing?: string | {
2871
+ enter?: string | undefined;
2872
+ exit?: string | undefined;
2873
+ } | undefined;
2736
2874
  in?: boolean | undefined;
2737
- orientation?: ("horizontal" | "vertical") | undefined;
2738
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
2875
+ orientation?: "horizontal" | "vertical" | undefined;
2876
+ timeout?: number | "auto" | {
2877
+ appear?: number | undefined;
2878
+ enter?: number | undefined;
2879
+ exit?: number | undefined;
2880
+ } | {
2881
+ appear?: number | undefined;
2882
+ enter?: number | undefined;
2883
+ exit?: number | undefined;
2884
+ } | undefined;
2739
2885
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
2740
2886
  style?: import("react").CSSProperties | undefined;
2741
2887
  slot?: string | undefined;
@@ -2746,27 +2892,27 @@ export declare const ChevronPosition: {
2746
2892
  tabIndex?: number | undefined;
2747
2893
  "aria-activedescendant"?: string | undefined;
2748
2894
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
2749
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
2895
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
2750
2896
  "aria-braillelabel"?: string | undefined;
2751
2897
  "aria-brailleroledescription"?: string | undefined;
2752
2898
  "aria-busy"?: (boolean | "false" | "true") | undefined;
2753
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
2899
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
2754
2900
  "aria-colcount"?: number | undefined;
2755
2901
  "aria-colindex"?: number | undefined;
2756
2902
  "aria-colindextext"?: string | undefined;
2757
2903
  "aria-colspan"?: number | undefined;
2758
2904
  "aria-controls"?: string | undefined;
2759
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
2905
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
2760
2906
  "aria-describedby"?: string | undefined;
2761
2907
  "aria-description"?: string | undefined;
2762
2908
  "aria-details"?: string | undefined;
2763
2909
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
2764
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
2910
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
2765
2911
  "aria-errormessage"?: string | undefined;
2766
2912
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
2767
2913
  "aria-flowto"?: string | undefined;
2768
2914
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
2769
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
2915
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
2770
2916
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
2771
2917
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
2772
2918
  "aria-keyshortcuts"?: string | undefined;
@@ -2781,9 +2927,9 @@ export declare const ChevronPosition: {
2781
2927
  "aria-owns"?: string | undefined;
2782
2928
  "aria-placeholder"?: string | undefined;
2783
2929
  "aria-posinset"?: number | undefined;
2784
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
2930
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
2785
2931
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
2786
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
2932
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
2787
2933
  "aria-required"?: (boolean | "false" | "true") | undefined;
2788
2934
  "aria-roledescription"?: string | undefined;
2789
2935
  "aria-rowcount"?: number | undefined;
@@ -2967,7 +3113,7 @@ export declare const ChevronPosition: {
2967
3113
  suppressContentEditableWarning?: boolean | undefined;
2968
3114
  accessKey?: string | undefined;
2969
3115
  autoFocus?: boolean | undefined;
2970
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
3116
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
2971
3117
  contextMenu?: string | undefined;
2972
3118
  dir?: string | undefined;
2973
3119
  draggable?: (boolean | "false" | "true") | undefined;
@@ -2995,8 +3141,8 @@ export declare const ChevronPosition: {
2995
3141
  itemRef?: string | undefined;
2996
3142
  results?: number | undefined;
2997
3143
  security?: string | undefined;
2998
- unselectable?: "on" | "off" | undefined;
2999
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
3144
+ unselectable?: "off" | "on" | undefined;
3145
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
3000
3146
  is?: string | undefined;
3001
3147
  exit?: boolean | undefined;
3002
3148
  mountOnEnter?: boolean | undefined;
@@ -3013,21 +3159,32 @@ export declare const ChevronPosition: {
3013
3159
  ref?: import("react").Ref<unknown> | undefined;
3014
3160
  }>) => Promise<void>;
3015
3161
  render: (args: {
3016
- children?: React.ReactNode;
3162
+ children?: import("react").ReactNode;
3017
3163
  title?: string | undefined;
3018
3164
  time?: string | undefined;
3019
- color?: ("primary" | "textPrimary") | undefined;
3165
+ color?: "primary" | "textPrimary" | undefined;
3020
3166
  bgColor?: string | undefined;
3021
3167
  border?: boolean | undefined;
3022
- chevronPosition?: ("start" | "end") | undefined;
3168
+ chevronPosition?: "end" | "start" | undefined;
3023
3169
  className?: string | undefined;
3024
3170
  classes?: Partial<import("@mui/material").CollapseClasses> | undefined;
3025
- collapsedSize?: (string | number) | undefined;
3026
- component?: React.ElementType<import("@mui/material/transitions").TransitionProps> | undefined;
3027
- easing?: import("@mui/material/transitions").TransitionProps["easing"];
3171
+ collapsedSize?: string | number | undefined;
3172
+ component?: import("react").ElementType<import("@mui/material/transitions").TransitionProps, keyof import("react").JSX.IntrinsicElements> | undefined;
3173
+ easing?: string | {
3174
+ enter?: string | undefined;
3175
+ exit?: string | undefined;
3176
+ } | undefined;
3028
3177
  in?: boolean | undefined;
3029
- orientation?: ("horizontal" | "vertical") | undefined;
3030
- timeout?: import("@mui/material/transitions").TransitionProps["timeout"] | "auto";
3178
+ orientation?: "horizontal" | "vertical" | undefined;
3179
+ timeout?: number | "auto" | {
3180
+ appear?: number | undefined;
3181
+ enter?: number | undefined;
3182
+ exit?: number | undefined;
3183
+ } | {
3184
+ appear?: number | undefined;
3185
+ enter?: number | undefined;
3186
+ exit?: number | undefined;
3187
+ } | undefined;
3031
3188
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
3032
3189
  style?: import("react").CSSProperties | undefined;
3033
3190
  slot?: string | undefined;
@@ -3038,27 +3195,27 @@ export declare const ChevronPosition: {
3038
3195
  tabIndex?: number | undefined;
3039
3196
  "aria-activedescendant"?: string | undefined;
3040
3197
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
3041
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
3198
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
3042
3199
  "aria-braillelabel"?: string | undefined;
3043
3200
  "aria-brailleroledescription"?: string | undefined;
3044
3201
  "aria-busy"?: (boolean | "false" | "true") | undefined;
3045
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
3202
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
3046
3203
  "aria-colcount"?: number | undefined;
3047
3204
  "aria-colindex"?: number | undefined;
3048
3205
  "aria-colindextext"?: string | undefined;
3049
3206
  "aria-colspan"?: number | undefined;
3050
3207
  "aria-controls"?: string | undefined;
3051
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
3208
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
3052
3209
  "aria-describedby"?: string | undefined;
3053
3210
  "aria-description"?: string | undefined;
3054
3211
  "aria-details"?: string | undefined;
3055
3212
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
3056
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
3213
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
3057
3214
  "aria-errormessage"?: string | undefined;
3058
3215
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
3059
3216
  "aria-flowto"?: string | undefined;
3060
3217
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
3061
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
3218
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
3062
3219
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
3063
3220
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
3064
3221
  "aria-keyshortcuts"?: string | undefined;
@@ -3073,9 +3230,9 @@ export declare const ChevronPosition: {
3073
3230
  "aria-owns"?: string | undefined;
3074
3231
  "aria-placeholder"?: string | undefined;
3075
3232
  "aria-posinset"?: number | undefined;
3076
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
3233
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
3077
3234
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
3078
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
3235
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
3079
3236
  "aria-required"?: (boolean | "false" | "true") | undefined;
3080
3237
  "aria-roledescription"?: string | undefined;
3081
3238
  "aria-rowcount"?: number | undefined;
@@ -3259,7 +3416,7 @@ export declare const ChevronPosition: {
3259
3416
  suppressContentEditableWarning?: boolean | undefined;
3260
3417
  accessKey?: string | undefined;
3261
3418
  autoFocus?: boolean | undefined;
3262
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
3419
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
3263
3420
  contextMenu?: string | undefined;
3264
3421
  dir?: string | undefined;
3265
3422
  draggable?: (boolean | "false" | "true") | undefined;
@@ -3287,8 +3444,8 @@ export declare const ChevronPosition: {
3287
3444
  itemRef?: string | undefined;
3288
3445
  results?: number | undefined;
3289
3446
  security?: string | undefined;
3290
- unselectable?: "on" | "off" | undefined;
3291
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
3447
+ unselectable?: "off" | "on" | undefined;
3448
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
3292
3449
  is?: string | undefined;
3293
3450
  exit?: boolean | undefined;
3294
3451
  mountOnEnter?: boolean | undefined;