@galaxy-ds/core 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist/Accordion/Accordion.stories.d.ts +361 -204
  2. package/dist/Accordion/Accordion.styled.d.ts +2 -1
  3. package/dist/AccordionDetails/AccordionDetails.stories.d.ts +33 -23
  4. package/dist/AccordionPanel/AccordionPanel.stories.d.ts +49 -17
  5. package/dist/AccordionSummary/AccordionSummary.stories.d.ts +92 -62
  6. package/dist/ActivityLog/ActivityLog.stories.d.ts +22 -4
  7. package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
  8. package/dist/AppBar/AppBar.stories.d.ts +105 -85
  9. package/dist/AppBar/AppBar.styled.d.ts +3 -2
  10. package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
  11. package/dist/Autocomplete/Autocomplete.stories.d.ts +480 -329
  12. package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
  13. package/dist/Avatar/Avatar.stories.d.ts +233 -194
  14. package/dist/Avatar/Avatar.styled.d.ts +2 -1
  15. package/dist/AvatarGroup/AvatarGroup.stories.d.ts +249 -174
  16. package/dist/BottomListButton/BottomListButton.stories.d.ts +67 -43
  17. package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
  18. package/dist/Box/Box.stories.d.ts +67 -57
  19. package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +77 -52
  20. package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
  21. package/dist/Button/Button.stories.d.ts +473 -423
  22. package/dist/Button/Button.styled.d.ts +2 -1
  23. package/dist/Card/Card.stories.d.ts +49 -29
  24. package/dist/Card/Card.styled.d.ts +2 -1
  25. package/dist/Checkbox/Checkbox.stories.d.ts +320 -235
  26. package/dist/Chip/Chip.stories.d.ts +439 -112
  27. package/dist/Chip/Chip.styled.d.ts +2 -1
  28. package/dist/CssBaseline/CssBaseline.stories.d.ts +3 -2
  29. package/dist/DatePicker/DatePicker.stories.d.ts +1 -0
  30. package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
  31. package/dist/DateRangePicker/DateRangePicker.stories.d.ts +34 -33
  32. package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
  33. package/dist/Dialog/Dialog.stories.d.ts +232 -137
  34. package/dist/Divider/Divider.stories.d.ts +81 -53
  35. package/dist/Drawer/Drawer.stories.d.ts +141 -87
  36. package/dist/DrawerMenu/DrawerMenu.stories.d.ts +103 -86
  37. package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
  38. package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
  39. package/dist/Dropdown/Dropdown.stories.d.ts +529 -460
  40. package/dist/EmptyState/EmptyState.stories.d.ts +6 -9
  41. package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
  42. package/dist/FooterActions/FooterActions.stories.d.ts +27 -12
  43. package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
  44. package/dist/FormBody/FormBody.stories.d.ts +4 -3
  45. package/dist/FormBody/FormBody.styled.d.ts +1 -0
  46. package/dist/FormContainer/FormContainer.stories.d.ts +4 -3
  47. package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
  48. package/dist/FormGroup/FormGroup.stories.d.ts +336 -52
  49. package/dist/FormHeader/FormHeader.stories.d.ts +6 -5
  50. package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
  51. package/dist/Grid/Grid.stories.d.ts +1001 -22
  52. package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +175 -155
  53. package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
  54. package/dist/Icon/Icon.stories.d.ts +628 -618
  55. package/dist/IconButton/IconButton.d.ts +1 -0
  56. package/dist/IconButton/IconButton.stories.d.ts +98 -52
  57. package/dist/Icons/doctype-icons.stories.d.ts +827 -824
  58. package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
  59. package/dist/Icons/leap-icons.stories.d.ts +2521 -1054
  60. package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -1
  61. package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
  62. package/dist/Input/Input.stories.d.ts +795 -840
  63. package/dist/Input/Input.styled.d.ts +3 -2
  64. package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
  65. package/dist/Loader/Loader.styled.d.ts +2 -1
  66. package/dist/Menu/Menu.d.ts +1 -0
  67. package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
  68. package/dist/Popover/Popover.types.d.ts +0 -2
  69. package/dist/RibbonButton/RibbonButton.d.ts +1 -0
  70. package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
  71. package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
  72. package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
  73. package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
  74. package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
  75. package/dist/Tab/Tab.styled.d.ts +2 -1
  76. package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
  77. package/dist/Tabs/Tabs.styled.d.ts +2 -1
  78. package/dist/Tag/Tag.styled.d.ts +4 -3
  79. package/dist/TextEditor/TextEditor.d.ts +2 -0
  80. package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
  81. package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
  82. package/dist/TextEditor/TextEditor.types.d.ts +27 -0
  83. package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
  84. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
  85. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
  86. package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
  87. package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
  88. package/dist/TextEditor/extensions/index.d.ts +1 -0
  89. package/dist/TextEditor/hooks/index.d.ts +1 -0
  90. package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
  91. package/dist/TextEditor/index.d.ts +3 -0
  92. package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
  93. package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
  94. package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
  95. package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
  96. package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
  97. package/dist/TextEditorMenuBar/index.d.ts +2 -0
  98. package/dist/Typography/Typography.stories.d.ts +0 -3
  99. package/dist/index.d.ts +1 -0
  100. package/dist/index.esm.js +29270 -36
  101. package/dist/index.esm.js.map +1 -1
  102. package/dist/index.js +29256 -19
  103. package/dist/index.js.map +1 -1
  104. package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
  105. package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
  106. package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
  107. package/package.json +4 -1
@@ -1,3 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
1
4
  import { BADGE } from '@geometricpanda/storybook-addon-badges';
2
5
  import { AppBarProps } from './AppBar.types';
3
6
  /**
@@ -15,6 +18,23 @@ declare const meta: {
15
18
  badges: BADGE[];
16
19
  layout: string;
17
20
  };
21
+ argTypes: {
22
+ children: {
23
+ control: {
24
+ type: undefined;
25
+ };
26
+ };
27
+ ref: {
28
+ control: {
29
+ type: undefined;
30
+ };
31
+ };
32
+ component: {
33
+ table: {
34
+ disable: boolean;
35
+ };
36
+ };
37
+ };
18
38
  };
19
39
  export default meta;
20
40
  export declare const Default: {
@@ -27,23 +47,23 @@ export declare const Default: {
27
47
  };
28
48
  onClick: import("@vitest/spy").Mock<[event: import("react").MouseEvent<HTMLElement, MouseEvent>], void>;
29
49
  };
30
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
50
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
31
51
  title?: string | undefined;
32
- children?: React.ReactNode;
52
+ children?: import("react").ReactNode;
33
53
  user?: import("./AppBar.types").UserAppBarType | undefined;
34
- position?: ("absolute" | "fixed" | "relative" | "static" | "sticky") | undefined;
54
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
35
55
  onLogout?: (() => void) | undefined;
36
56
  onDrawerToggle?: (() => void) | undefined;
37
57
  classes?: (Partial<import("@mui/material").AppBarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
38
- color?: import("@mui/types").OverridableStringUnion<import("@mui/material").PropTypes.Color | "transparent" | "error" | "info" | "success" | "warning", import("@mui/material").AppBarPropsColorOverrides> | undefined;
58
+ color?: import("@mui/types").OverridableStringUnion<"transparent" | "error" | "info" | "success" | "warning" | import("@mui/material").PropTypes.Color, import("@mui/material").AppBarPropsColorOverrides> | undefined;
39
59
  enableColorOnDark?: boolean | undefined;
40
60
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
41
61
  elevation?: number | undefined;
42
62
  square?: boolean | undefined;
43
63
  variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material").PaperPropsVariantOverrides> | undefined;
44
64
  className?: string | undefined;
45
- style?: React.CSSProperties | undefined;
46
- 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;
65
+ style?: import("react").CSSProperties | undefined;
66
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
47
67
  slot?: string | undefined;
48
68
  suppressHydrationWarning?: boolean | undefined;
49
69
  id?: string | undefined;
@@ -52,27 +72,27 @@ export declare const Default: {
52
72
  tabIndex?: number | undefined;
53
73
  "aria-activedescendant"?: string | undefined;
54
74
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
55
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
75
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
56
76
  "aria-braillelabel"?: string | undefined;
57
77
  "aria-brailleroledescription"?: string | undefined;
58
78
  "aria-busy"?: (boolean | "false" | "true") | undefined;
59
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
79
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
60
80
  "aria-colcount"?: number | undefined;
61
81
  "aria-colindex"?: number | undefined;
62
82
  "aria-colindextext"?: string | undefined;
63
83
  "aria-colspan"?: number | undefined;
64
84
  "aria-controls"?: string | undefined;
65
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
85
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
66
86
  "aria-describedby"?: string | undefined;
67
87
  "aria-description"?: string | undefined;
68
88
  "aria-details"?: string | undefined;
69
89
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
70
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
90
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
71
91
  "aria-errormessage"?: string | undefined;
72
92
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
73
93
  "aria-flowto"?: string | undefined;
74
94
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
75
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
95
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
76
96
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
77
97
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
78
98
  "aria-keyshortcuts"?: string | undefined;
@@ -87,9 +107,9 @@ export declare const Default: {
87
107
  "aria-owns"?: string | undefined;
88
108
  "aria-placeholder"?: string | undefined;
89
109
  "aria-posinset"?: number | undefined;
90
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
110
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
91
111
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
92
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
112
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
93
113
  "aria-required"?: (boolean | "false" | "true") | undefined;
94
114
  "aria-roledescription"?: string | undefined;
95
115
  "aria-rowcount"?: number | undefined;
@@ -274,7 +294,7 @@ export declare const Default: {
274
294
  suppressContentEditableWarning?: boolean | undefined;
275
295
  accessKey?: string | undefined;
276
296
  autoFocus?: boolean | undefined;
277
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
297
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
278
298
  contextMenu?: string | undefined;
279
299
  dir?: string | undefined;
280
300
  draggable?: (boolean | "false" | "true") | undefined;
@@ -302,28 +322,28 @@ export declare const Default: {
302
322
  itemRef?: string | undefined;
303
323
  results?: number | undefined;
304
324
  security?: string | undefined;
305
- unselectable?: "on" | "off" | undefined;
306
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
325
+ unselectable?: "off" | "on" | undefined;
326
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
307
327
  is?: string | undefined;
308
- component?: React.ElementType | undefined;
328
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
309
329
  }>) => import("react/jsx-runtime").JSX.Element)[];
310
- play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
330
+ play: ({ canvasElement, args }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
311
331
  title?: string | undefined;
312
- children?: React.ReactNode;
332
+ children?: import("react").ReactNode;
313
333
  user?: import("./AppBar.types").UserAppBarType | undefined;
314
- position?: ("absolute" | "fixed" | "relative" | "static" | "sticky") | undefined;
334
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
315
335
  onLogout?: (() => void) | undefined;
316
336
  onDrawerToggle?: (() => void) | undefined;
317
337
  classes?: (Partial<import("@mui/material").AppBarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
318
- color?: import("@mui/types").OverridableStringUnion<import("@mui/material").PropTypes.Color | "transparent" | "error" | "info" | "success" | "warning", import("@mui/material").AppBarPropsColorOverrides> | undefined;
338
+ color?: import("@mui/types").OverridableStringUnion<"transparent" | "error" | "info" | "success" | "warning" | import("@mui/material").PropTypes.Color, import("@mui/material").AppBarPropsColorOverrides> | undefined;
319
339
  enableColorOnDark?: boolean | undefined;
320
340
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
321
341
  elevation?: number | undefined;
322
342
  square?: boolean | undefined;
323
343
  variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material").PaperPropsVariantOverrides> | undefined;
324
344
  className?: string | undefined;
325
- style?: React.CSSProperties | undefined;
326
- 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;
345
+ style?: import("react").CSSProperties | undefined;
346
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
327
347
  slot?: string | undefined;
328
348
  suppressHydrationWarning?: boolean | undefined;
329
349
  id?: string | undefined;
@@ -332,27 +352,27 @@ export declare const Default: {
332
352
  tabIndex?: number | undefined;
333
353
  "aria-activedescendant"?: string | undefined;
334
354
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
335
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
355
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
336
356
  "aria-braillelabel"?: string | undefined;
337
357
  "aria-brailleroledescription"?: string | undefined;
338
358
  "aria-busy"?: (boolean | "false" | "true") | undefined;
339
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
359
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
340
360
  "aria-colcount"?: number | undefined;
341
361
  "aria-colindex"?: number | undefined;
342
362
  "aria-colindextext"?: string | undefined;
343
363
  "aria-colspan"?: number | undefined;
344
364
  "aria-controls"?: string | undefined;
345
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
365
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
346
366
  "aria-describedby"?: string | undefined;
347
367
  "aria-description"?: string | undefined;
348
368
  "aria-details"?: string | undefined;
349
369
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
350
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
370
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
351
371
  "aria-errormessage"?: string | undefined;
352
372
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
353
373
  "aria-flowto"?: string | undefined;
354
374
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
355
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
375
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
356
376
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
357
377
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
358
378
  "aria-keyshortcuts"?: string | undefined;
@@ -367,9 +387,9 @@ export declare const Default: {
367
387
  "aria-owns"?: string | undefined;
368
388
  "aria-placeholder"?: string | undefined;
369
389
  "aria-posinset"?: number | undefined;
370
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
390
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
371
391
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
372
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
392
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
373
393
  "aria-required"?: (boolean | "false" | "true") | undefined;
374
394
  "aria-roledescription"?: string | undefined;
375
395
  "aria-rowcount"?: number | undefined;
@@ -554,7 +574,7 @@ export declare const Default: {
554
574
  suppressContentEditableWarning?: boolean | undefined;
555
575
  accessKey?: string | undefined;
556
576
  autoFocus?: boolean | undefined;
557
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
577
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
558
578
  contextMenu?: string | undefined;
559
579
  dir?: string | undefined;
560
580
  draggable?: (boolean | "false" | "true") | undefined;
@@ -582,10 +602,10 @@ export declare const Default: {
582
602
  itemRef?: string | undefined;
583
603
  results?: number | undefined;
584
604
  security?: string | undefined;
585
- unselectable?: "on" | "off" | undefined;
586
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
605
+ unselectable?: "off" | "on" | undefined;
606
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
587
607
  is?: string | undefined;
588
- component?: React.ElementType | undefined;
608
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
589
609
  }>) => Promise<void>;
590
610
  render: (args: AppBarProps) => import("react/jsx-runtime").JSX.Element;
591
611
  };
@@ -593,23 +613,23 @@ export declare const MobileDrawer: {
593
613
  args: {
594
614
  title: string;
595
615
  };
596
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
616
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
597
617
  title?: string | undefined;
598
- children?: React.ReactNode;
618
+ children?: import("react").ReactNode;
599
619
  user?: import("./AppBar.types").UserAppBarType | undefined;
600
- position?: ("absolute" | "fixed" | "relative" | "static" | "sticky") | undefined;
620
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
601
621
  onLogout?: (() => void) | undefined;
602
622
  onDrawerToggle?: (() => void) | undefined;
603
623
  classes?: (Partial<import("@mui/material").AppBarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
604
- color?: import("@mui/types").OverridableStringUnion<import("@mui/material").PropTypes.Color | "transparent" | "error" | "info" | "success" | "warning", import("@mui/material").AppBarPropsColorOverrides> | undefined;
624
+ color?: import("@mui/types").OverridableStringUnion<"transparent" | "error" | "info" | "success" | "warning" | import("@mui/material").PropTypes.Color, import("@mui/material").AppBarPropsColorOverrides> | undefined;
605
625
  enableColorOnDark?: boolean | undefined;
606
626
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
607
627
  elevation?: number | undefined;
608
628
  square?: boolean | undefined;
609
629
  variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material").PaperPropsVariantOverrides> | undefined;
610
630
  className?: string | undefined;
611
- style?: 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;
631
+ style?: import("react").CSSProperties | undefined;
632
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
613
633
  slot?: string | undefined;
614
634
  suppressHydrationWarning?: boolean | undefined;
615
635
  id?: string | undefined;
@@ -618,27 +638,27 @@ export declare const MobileDrawer: {
618
638
  tabIndex?: number | undefined;
619
639
  "aria-activedescendant"?: string | undefined;
620
640
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
621
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
641
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
622
642
  "aria-braillelabel"?: string | undefined;
623
643
  "aria-brailleroledescription"?: string | undefined;
624
644
  "aria-busy"?: (boolean | "false" | "true") | undefined;
625
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
645
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
626
646
  "aria-colcount"?: number | undefined;
627
647
  "aria-colindex"?: number | undefined;
628
648
  "aria-colindextext"?: string | undefined;
629
649
  "aria-colspan"?: number | undefined;
630
650
  "aria-controls"?: string | undefined;
631
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
651
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
632
652
  "aria-describedby"?: string | undefined;
633
653
  "aria-description"?: string | undefined;
634
654
  "aria-details"?: string | undefined;
635
655
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
636
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
656
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
637
657
  "aria-errormessage"?: string | undefined;
638
658
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
639
659
  "aria-flowto"?: string | undefined;
640
660
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
641
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
661
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
642
662
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
643
663
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
644
664
  "aria-keyshortcuts"?: string | undefined;
@@ -653,9 +673,9 @@ export declare const MobileDrawer: {
653
673
  "aria-owns"?: string | undefined;
654
674
  "aria-placeholder"?: string | undefined;
655
675
  "aria-posinset"?: number | undefined;
656
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
676
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
657
677
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
658
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
678
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
659
679
  "aria-required"?: (boolean | "false" | "true") | undefined;
660
680
  "aria-roledescription"?: string | undefined;
661
681
  "aria-rowcount"?: number | undefined;
@@ -840,7 +860,7 @@ export declare const MobileDrawer: {
840
860
  suppressContentEditableWarning?: boolean | undefined;
841
861
  accessKey?: string | undefined;
842
862
  autoFocus?: boolean | undefined;
843
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
863
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
844
864
  contextMenu?: string | undefined;
845
865
  dir?: string | undefined;
846
866
  draggable?: (boolean | "false" | "true") | undefined;
@@ -868,10 +888,10 @@ export declare const MobileDrawer: {
868
888
  itemRef?: string | undefined;
869
889
  results?: number | undefined;
870
890
  security?: string | undefined;
871
- unselectable?: "on" | "off" | undefined;
872
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
891
+ unselectable?: "off" | "on" | undefined;
892
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
873
893
  is?: string | undefined;
874
- component?: React.ElementType | undefined;
894
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
875
895
  }>) => import("react/jsx-runtime").JSX.Element)[];
876
896
  render: (args: AppBarProps) => import("react/jsx-runtime").JSX.Element;
877
897
  };
@@ -879,23 +899,23 @@ export declare const NoDrawer: {
879
899
  args: {
880
900
  title: string;
881
901
  };
882
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
902
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
883
903
  title?: string | undefined;
884
- children?: React.ReactNode;
904
+ children?: import("react").ReactNode;
885
905
  user?: import("./AppBar.types").UserAppBarType | undefined;
886
- position?: ("absolute" | "fixed" | "relative" | "static" | "sticky") | undefined;
906
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
887
907
  onLogout?: (() => void) | undefined;
888
908
  onDrawerToggle?: (() => void) | undefined;
889
909
  classes?: (Partial<import("@mui/material").AppBarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
890
- color?: import("@mui/types").OverridableStringUnion<import("@mui/material").PropTypes.Color | "transparent" | "error" | "info" | "success" | "warning", import("@mui/material").AppBarPropsColorOverrides> | undefined;
910
+ color?: import("@mui/types").OverridableStringUnion<"transparent" | "error" | "info" | "success" | "warning" | import("@mui/material").PropTypes.Color, import("@mui/material").AppBarPropsColorOverrides> | undefined;
891
911
  enableColorOnDark?: boolean | undefined;
892
912
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
893
913
  elevation?: number | undefined;
894
914
  square?: boolean | undefined;
895
915
  variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material").PaperPropsVariantOverrides> | undefined;
896
916
  className?: string | undefined;
897
- style?: React.CSSProperties | undefined;
898
- 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;
917
+ style?: import("react").CSSProperties | undefined;
918
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
899
919
  slot?: string | undefined;
900
920
  suppressHydrationWarning?: boolean | undefined;
901
921
  id?: string | undefined;
@@ -904,27 +924,27 @@ export declare const NoDrawer: {
904
924
  tabIndex?: number | undefined;
905
925
  "aria-activedescendant"?: string | undefined;
906
926
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
907
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
927
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
908
928
  "aria-braillelabel"?: string | undefined;
909
929
  "aria-brailleroledescription"?: string | undefined;
910
930
  "aria-busy"?: (boolean | "false" | "true") | undefined;
911
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
931
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
912
932
  "aria-colcount"?: number | undefined;
913
933
  "aria-colindex"?: number | undefined;
914
934
  "aria-colindextext"?: string | undefined;
915
935
  "aria-colspan"?: number | undefined;
916
936
  "aria-controls"?: string | undefined;
917
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
937
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
918
938
  "aria-describedby"?: string | undefined;
919
939
  "aria-description"?: string | undefined;
920
940
  "aria-details"?: string | undefined;
921
941
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
922
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
942
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
923
943
  "aria-errormessage"?: string | undefined;
924
944
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
925
945
  "aria-flowto"?: string | undefined;
926
946
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
927
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
947
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
928
948
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
929
949
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
930
950
  "aria-keyshortcuts"?: string | undefined;
@@ -939,9 +959,9 @@ export declare const NoDrawer: {
939
959
  "aria-owns"?: string | undefined;
940
960
  "aria-placeholder"?: string | undefined;
941
961
  "aria-posinset"?: number | undefined;
942
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
962
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
943
963
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
944
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
964
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
945
965
  "aria-required"?: (boolean | "false" | "true") | undefined;
946
966
  "aria-roledescription"?: string | undefined;
947
967
  "aria-rowcount"?: number | undefined;
@@ -1126,7 +1146,7 @@ export declare const NoDrawer: {
1126
1146
  suppressContentEditableWarning?: boolean | undefined;
1127
1147
  accessKey?: string | undefined;
1128
1148
  autoFocus?: boolean | undefined;
1129
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1149
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1130
1150
  contextMenu?: string | undefined;
1131
1151
  dir?: string | undefined;
1132
1152
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1154,28 +1174,28 @@ export declare const NoDrawer: {
1154
1174
  itemRef?: string | undefined;
1155
1175
  results?: number | undefined;
1156
1176
  security?: string | undefined;
1157
- unselectable?: "on" | "off" | undefined;
1158
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1177
+ unselectable?: "off" | "on" | undefined;
1178
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1159
1179
  is?: string | undefined;
1160
- component?: React.ElementType | undefined;
1180
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1161
1181
  }>) => import("react/jsx-runtime").JSX.Element)[];
1162
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
1182
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
1163
1183
  title?: string | undefined;
1164
- children?: React.ReactNode;
1184
+ children?: import("react").ReactNode;
1165
1185
  user?: import("./AppBar.types").UserAppBarType | undefined;
1166
- position?: ("absolute" | "fixed" | "relative" | "static" | "sticky") | undefined;
1186
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1167
1187
  onLogout?: (() => void) | undefined;
1168
1188
  onDrawerToggle?: (() => void) | undefined;
1169
1189
  classes?: (Partial<import("@mui/material").AppBarClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
1170
- color?: import("@mui/types").OverridableStringUnion<import("@mui/material").PropTypes.Color | "transparent" | "error" | "info" | "success" | "warning", import("@mui/material").AppBarPropsColorOverrides> | undefined;
1190
+ color?: import("@mui/types").OverridableStringUnion<"transparent" | "error" | "info" | "success" | "warning" | import("@mui/material").PropTypes.Color, import("@mui/material").AppBarPropsColorOverrides> | undefined;
1171
1191
  enableColorOnDark?: boolean | undefined;
1172
1192
  sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
1173
1193
  elevation?: number | undefined;
1174
1194
  square?: boolean | undefined;
1175
1195
  variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material").PaperPropsVariantOverrides> | undefined;
1176
1196
  className?: string | undefined;
1177
- style?: React.CSSProperties | undefined;
1178
- 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;
1197
+ style?: import("react").CSSProperties | undefined;
1198
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
1179
1199
  slot?: string | undefined;
1180
1200
  suppressHydrationWarning?: boolean | undefined;
1181
1201
  id?: string | undefined;
@@ -1184,27 +1204,27 @@ export declare const NoDrawer: {
1184
1204
  tabIndex?: number | undefined;
1185
1205
  "aria-activedescendant"?: string | undefined;
1186
1206
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1187
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1207
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1188
1208
  "aria-braillelabel"?: string | undefined;
1189
1209
  "aria-brailleroledescription"?: string | undefined;
1190
1210
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1191
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1211
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1192
1212
  "aria-colcount"?: number | undefined;
1193
1213
  "aria-colindex"?: number | undefined;
1194
1214
  "aria-colindextext"?: string | undefined;
1195
1215
  "aria-colspan"?: number | undefined;
1196
1216
  "aria-controls"?: string | undefined;
1197
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1217
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1198
1218
  "aria-describedby"?: string | undefined;
1199
1219
  "aria-description"?: string | undefined;
1200
1220
  "aria-details"?: string | undefined;
1201
1221
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1202
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1222
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1203
1223
  "aria-errormessage"?: string | undefined;
1204
1224
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1205
1225
  "aria-flowto"?: string | undefined;
1206
1226
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1207
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1227
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1208
1228
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1209
1229
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1210
1230
  "aria-keyshortcuts"?: string | undefined;
@@ -1219,9 +1239,9 @@ export declare const NoDrawer: {
1219
1239
  "aria-owns"?: string | undefined;
1220
1240
  "aria-placeholder"?: string | undefined;
1221
1241
  "aria-posinset"?: number | undefined;
1222
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1242
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1223
1243
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1224
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1244
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1225
1245
  "aria-required"?: (boolean | "false" | "true") | undefined;
1226
1246
  "aria-roledescription"?: string | undefined;
1227
1247
  "aria-rowcount"?: number | undefined;
@@ -1406,7 +1426,7 @@ export declare const NoDrawer: {
1406
1426
  suppressContentEditableWarning?: boolean | undefined;
1407
1427
  accessKey?: string | undefined;
1408
1428
  autoFocus?: boolean | undefined;
1409
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1429
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1410
1430
  contextMenu?: string | undefined;
1411
1431
  dir?: string | undefined;
1412
1432
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1434,10 +1454,10 @@ export declare const NoDrawer: {
1434
1454
  itemRef?: string | undefined;
1435
1455
  results?: number | undefined;
1436
1456
  security?: string | undefined;
1437
- unselectable?: "on" | "off" | undefined;
1438
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1457
+ unselectable?: "off" | "on" | undefined;
1458
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1439
1459
  is?: string | undefined;
1440
- component?: React.ElementType | undefined;
1460
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1441
1461
  }>) => Promise<void>;
1442
1462
  render: (args: AppBarProps) => import("react/jsx-runtime").JSX.Element;
1443
1463
  };
@@ -1,9 +1,10 @@
1
+ /// <reference types="react" />
1
2
  export declare const Hidden: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
3
  export declare const MuiAppBar: import("@emotion/styled").StyledComponent<import("@mui/material").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "classes" | "color" | "position"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
3
- 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;
4
+ ref?: ((instance: HTMLElement | null) => void) | import("react").RefObject<HTMLElement> | null | undefined;
4
5
  }, "children" | "classes" | "className" | "style" | "color" | "sx" | "elevation" | "square" | "variant" | "position" | "enableColorOnDark"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
5
6
  export declare const AppBarToolbar: import("@emotion/styled").StyledComponent<import("@mui/material").ToolbarOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
6
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
7
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
7
8
  }, "children" | "classes" | "className" | "style" | "sx" | "variant" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
8
9
  export declare const AppBarLogo: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
9
10
  export declare const AppBarUser: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BADGE } from '@geometricpanda/storybook-addon-badges';
2
3
  /**
3
4
  *
@@ -11,6 +12,26 @@ declare const meta: {
11
12
  parameters: {
12
13
  badges: BADGE[];
13
14
  };
15
+ argTypes: {
16
+ size: {
17
+ table: {
18
+ size: {
19
+ summary: string;
20
+ };
21
+ defaultValue: {
22
+ summary: string;
23
+ };
24
+ };
25
+ control: {
26
+ type: undefined;
27
+ };
28
+ };
29
+ ext: {
30
+ control: {
31
+ type: undefined;
32
+ };
33
+ };
34
+ };
14
35
  };
15
36
  export default meta;
16
37
  export declare const Default: {
@@ -35,7 +56,7 @@ export declare const Small: {
35
56
  };
36
57
  render: (args: {
37
58
  ext?: string | undefined;
38
- size?: ("medium" | "inherit" | "large" | "small") | undefined;
59
+ size?: "small" | "inherit" | "large" | "medium" | undefined;
39
60
  }) => import("react/jsx-runtime").JSX.Element;
40
61
  };
41
62
  export declare const MultiIcons: {