@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
  * ```js
@@ -14,6 +17,86 @@ declare const meta: {
14
17
  argTypes: {
15
18
  onFocusVisible: {
16
19
  control: {
20
+ type: undefined;
21
+ };
22
+ };
23
+ checkedIcon: {
24
+ control: {
25
+ type: undefined;
26
+ };
27
+ };
28
+ icon: {
29
+ control: {
30
+ type: undefined;
31
+ };
32
+ };
33
+ indeterminateIcon: {
34
+ control: {
35
+ type: undefined;
36
+ };
37
+ };
38
+ inputRef: {
39
+ control: {
40
+ type: undefined;
41
+ };
42
+ };
43
+ checked: {
44
+ control: {
45
+ type: undefined;
46
+ };
47
+ };
48
+ component: {
49
+ table: {
50
+ disable: boolean;
51
+ };
52
+ };
53
+ size: {
54
+ table: {
55
+ disable: boolean;
56
+ };
57
+ };
58
+ color: {
59
+ table: {
60
+ disable: boolean;
61
+ };
62
+ };
63
+ TouchRippleProps: {
64
+ table: {
65
+ disable: boolean;
66
+ };
67
+ };
68
+ touchRippleRef: {
69
+ table: {
70
+ disable: boolean;
71
+ };
72
+ };
73
+ centerRipple: {
74
+ table: {
75
+ disable: boolean;
76
+ };
77
+ };
78
+ disableTouchRipple: {
79
+ table: {
80
+ disable: boolean;
81
+ };
82
+ };
83
+ focusRipple: {
84
+ table: {
85
+ disable: boolean;
86
+ };
87
+ };
88
+ disableRipple: {
89
+ table: {
90
+ disable: boolean;
91
+ };
92
+ };
93
+ disableFocusRipple: {
94
+ table: {
95
+ disable: boolean;
96
+ };
97
+ };
98
+ LinkComponent: {
99
+ table: {
17
100
  disable: boolean;
18
101
  };
19
102
  };
@@ -21,7 +104,9 @@ declare const meta: {
21
104
  };
22
105
  export default meta;
23
106
  export declare const Default: {
24
- args: {};
107
+ args: {
108
+ edge: false;
109
+ };
25
110
  parameters: {
26
111
  docs: {
27
112
  source: {
@@ -32,26 +117,26 @@ export declare const Default: {
32
117
  render: (args: {
33
118
  label?: string | undefined;
34
119
  isAuth?: boolean | undefined;
35
- checked?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["checked"];
36
- checkedIcon?: React.ReactNode;
120
+ checked?: boolean | undefined;
121
+ checkedIcon?: import("react").ReactNode;
37
122
  classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
38
- color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning" | "default", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
39
- disabled?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disabled"];
40
- disableRipple?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disableRipple"];
41
- icon?: React.ReactNode;
42
- id?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["id"];
123
+ color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
124
+ disabled?: boolean | undefined;
125
+ disableRipple?: boolean | undefined;
126
+ icon?: import("react").ReactNode;
127
+ id?: string | undefined;
43
128
  indeterminate?: boolean | undefined;
44
- indeterminateIcon?: React.ReactNode;
45
- inputProps?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["inputProps"];
46
- inputRef?: React.Ref<HTMLInputElement> | undefined;
47
- onChange?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["onChange"];
48
- required?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["required"];
49
- size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
129
+ indeterminateIcon?: import("react").ReactNode;
130
+ inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
131
+ inputRef?: import("react").Ref<HTMLInputElement> | undefined;
132
+ onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
133
+ required?: boolean | undefined;
134
+ size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
50
135
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
51
- value?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["value"];
52
- ref?: ((instance: HTMLButtonElement | 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<HTMLButtonElement> | null | undefined;
136
+ value?: unknown;
137
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
53
138
  className?: string | undefined;
54
- style?: React.CSSProperties | undefined;
139
+ style?: import("react").CSSProperties | undefined;
55
140
  form?: string | undefined;
56
141
  slot?: string | undefined;
57
142
  title?: string | undefined;
@@ -62,27 +147,27 @@ export declare const Default: {
62
147
  tabIndex?: number | undefined;
63
148
  "aria-activedescendant"?: string | undefined;
64
149
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
65
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
150
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
66
151
  "aria-braillelabel"?: string | undefined;
67
152
  "aria-brailleroledescription"?: string | undefined;
68
153
  "aria-busy"?: (boolean | "false" | "true") | undefined;
69
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
154
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
70
155
  "aria-colcount"?: number | undefined;
71
156
  "aria-colindex"?: number | undefined;
72
157
  "aria-colindextext"?: string | undefined;
73
158
  "aria-colspan"?: number | undefined;
74
159
  "aria-controls"?: string | undefined;
75
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
160
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
76
161
  "aria-describedby"?: string | undefined;
77
162
  "aria-description"?: string | undefined;
78
163
  "aria-details"?: string | undefined;
79
164
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
80
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
165
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
81
166
  "aria-errormessage"?: string | undefined;
82
167
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
83
168
  "aria-flowto"?: string | undefined;
84
169
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
85
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
170
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
86
171
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
87
172
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
88
173
  "aria-keyshortcuts"?: string | undefined;
@@ -97,9 +182,9 @@ export declare const Default: {
97
182
  "aria-owns"?: string | undefined;
98
183
  "aria-placeholder"?: string | undefined;
99
184
  "aria-posinset"?: number | undefined;
100
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
185
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
101
186
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
102
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
187
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
103
188
  "aria-required"?: (boolean | "false" | "true") | undefined;
104
189
  "aria-roledescription"?: string | undefined;
105
190
  "aria-rowcount"?: number | undefined;
@@ -283,7 +368,7 @@ export declare const Default: {
283
368
  suppressContentEditableWarning?: boolean | undefined;
284
369
  accessKey?: string | undefined;
285
370
  autoFocus?: boolean | undefined;
286
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
371
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
287
372
  contextMenu?: string | undefined;
288
373
  dir?: string | undefined;
289
374
  draggable?: (boolean | "false" | "true") | undefined;
@@ -311,26 +396,26 @@ export declare const Default: {
311
396
  itemRef?: string | undefined;
312
397
  results?: number | undefined;
313
398
  security?: string | undefined;
314
- unselectable?: "on" | "off" | undefined;
315
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
399
+ unselectable?: "off" | "on" | undefined;
400
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
316
401
  is?: string | undefined;
317
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
402
+ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
318
403
  centerRipple?: boolean | undefined;
319
404
  disableTouchRipple?: boolean | undefined;
320
405
  focusRipple?: boolean | undefined;
321
406
  focusVisibleClassName?: string | undefined;
322
- LinkComponent?: React.ElementType | undefined;
323
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
407
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
408
+ onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
324
409
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
325
- touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
326
- formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
410
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
411
+ formAction?: string | undefined;
327
412
  formEncType?: string | undefined;
328
413
  formMethod?: string | undefined;
329
414
  formNoValidate?: boolean | undefined;
330
415
  formTarget?: string | undefined;
331
- component?: React.ElementType | undefined;
416
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
332
417
  disableFocusRipple?: boolean | undefined;
333
- edge?: ("start" | "end" | false) | undefined;
418
+ edge?: false | "end" | "start" | undefined;
334
419
  readOnly?: boolean | undefined;
335
420
  }) => import("react/jsx-runtime").JSX.Element;
336
421
  };
@@ -345,29 +430,29 @@ export declare const Checked: {
345
430
  };
346
431
  };
347
432
  };
348
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
433
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
349
434
  label?: string | undefined;
350
435
  isAuth?: boolean | undefined;
351
- checked?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["checked"];
352
- checkedIcon?: React.ReactNode;
436
+ checked?: boolean | undefined;
437
+ checkedIcon?: import("react").ReactNode;
353
438
  classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
354
- color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning" | "default", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
355
- disabled?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disabled"];
356
- disableRipple?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disableRipple"];
357
- icon?: React.ReactNode;
358
- id?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["id"];
439
+ color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
440
+ disabled?: boolean | undefined;
441
+ disableRipple?: boolean | undefined;
442
+ icon?: import("react").ReactNode;
443
+ id?: string | undefined;
359
444
  indeterminate?: boolean | undefined;
360
- indeterminateIcon?: React.ReactNode;
361
- inputProps?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["inputProps"];
362
- inputRef?: React.Ref<HTMLInputElement> | undefined;
363
- onChange?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["onChange"];
364
- required?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["required"];
365
- size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
445
+ indeterminateIcon?: import("react").ReactNode;
446
+ inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
447
+ inputRef?: import("react").Ref<HTMLInputElement> | undefined;
448
+ onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
449
+ required?: boolean | undefined;
450
+ size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
366
451
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
367
- value?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["value"];
368
- ref?: ((instance: HTMLButtonElement | 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<HTMLButtonElement> | null | undefined;
452
+ value?: unknown;
453
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
369
454
  className?: string | undefined;
370
- style?: React.CSSProperties | undefined;
455
+ style?: import("react").CSSProperties | undefined;
371
456
  form?: string | undefined;
372
457
  slot?: string | undefined;
373
458
  title?: string | undefined;
@@ -378,27 +463,27 @@ export declare const Checked: {
378
463
  tabIndex?: number | undefined;
379
464
  "aria-activedescendant"?: string | undefined;
380
465
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
381
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
466
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
382
467
  "aria-braillelabel"?: string | undefined;
383
468
  "aria-brailleroledescription"?: string | undefined;
384
469
  "aria-busy"?: (boolean | "false" | "true") | undefined;
385
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
470
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
386
471
  "aria-colcount"?: number | undefined;
387
472
  "aria-colindex"?: number | undefined;
388
473
  "aria-colindextext"?: string | undefined;
389
474
  "aria-colspan"?: number | undefined;
390
475
  "aria-controls"?: string | undefined;
391
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
476
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
392
477
  "aria-describedby"?: string | undefined;
393
478
  "aria-description"?: string | undefined;
394
479
  "aria-details"?: string | undefined;
395
480
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
396
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
481
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
397
482
  "aria-errormessage"?: string | undefined;
398
483
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
399
484
  "aria-flowto"?: string | undefined;
400
485
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
401
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
486
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
402
487
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
403
488
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
404
489
  "aria-keyshortcuts"?: string | undefined;
@@ -413,9 +498,9 @@ export declare const Checked: {
413
498
  "aria-owns"?: string | undefined;
414
499
  "aria-placeholder"?: string | undefined;
415
500
  "aria-posinset"?: number | undefined;
416
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
501
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
417
502
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
418
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
503
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
419
504
  "aria-required"?: (boolean | "false" | "true") | undefined;
420
505
  "aria-roledescription"?: string | undefined;
421
506
  "aria-rowcount"?: number | undefined;
@@ -599,7 +684,7 @@ export declare const Checked: {
599
684
  suppressContentEditableWarning?: boolean | undefined;
600
685
  accessKey?: string | undefined;
601
686
  autoFocus?: boolean | undefined;
602
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
687
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
603
688
  contextMenu?: string | undefined;
604
689
  dir?: string | undefined;
605
690
  draggable?: (boolean | "false" | "true") | undefined;
@@ -627,51 +712,51 @@ export declare const Checked: {
627
712
  itemRef?: string | undefined;
628
713
  results?: number | undefined;
629
714
  security?: string | undefined;
630
- unselectable?: "on" | "off" | undefined;
631
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
715
+ unselectable?: "off" | "on" | undefined;
716
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
632
717
  is?: string | undefined;
633
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
718
+ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
634
719
  centerRipple?: boolean | undefined;
635
720
  disableTouchRipple?: boolean | undefined;
636
721
  focusRipple?: boolean | undefined;
637
722
  focusVisibleClassName?: string | undefined;
638
- LinkComponent?: React.ElementType | undefined;
639
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
723
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
724
+ onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
640
725
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
641
- touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
642
- formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
726
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
727
+ formAction?: string | undefined;
643
728
  formEncType?: string | undefined;
644
729
  formMethod?: string | undefined;
645
730
  formNoValidate?: boolean | undefined;
646
731
  formTarget?: string | undefined;
647
- component?: React.ElementType | undefined;
732
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
648
733
  disableFocusRipple?: boolean | undefined;
649
- edge?: ("start" | "end" | false) | undefined;
734
+ edge?: false | "end" | "start" | undefined;
650
735
  readOnly?: boolean | undefined;
651
736
  }>) => Promise<void>;
652
737
  render: (args: {
653
738
  label?: string | undefined;
654
739
  isAuth?: boolean | undefined;
655
- checked?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["checked"];
656
- checkedIcon?: React.ReactNode;
740
+ checked?: boolean | undefined;
741
+ checkedIcon?: import("react").ReactNode;
657
742
  classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
658
- color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning" | "default", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
659
- disabled?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disabled"];
660
- disableRipple?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disableRipple"];
661
- icon?: React.ReactNode;
662
- id?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["id"];
743
+ color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
744
+ disabled?: boolean | undefined;
745
+ disableRipple?: boolean | undefined;
746
+ icon?: import("react").ReactNode;
747
+ id?: string | undefined;
663
748
  indeterminate?: boolean | undefined;
664
- indeterminateIcon?: React.ReactNode;
665
- inputProps?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["inputProps"];
666
- inputRef?: React.Ref<HTMLInputElement> | undefined;
667
- onChange?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["onChange"];
668
- required?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["required"];
669
- size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
749
+ indeterminateIcon?: import("react").ReactNode;
750
+ inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
751
+ inputRef?: import("react").Ref<HTMLInputElement> | undefined;
752
+ onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
753
+ required?: boolean | undefined;
754
+ size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
670
755
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
671
- value?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["value"];
672
- ref?: ((instance: HTMLButtonElement | 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<HTMLButtonElement> | null | undefined;
756
+ value?: unknown;
757
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
673
758
  className?: string | undefined;
674
- style?: React.CSSProperties | undefined;
759
+ style?: import("react").CSSProperties | undefined;
675
760
  form?: string | undefined;
676
761
  slot?: string | undefined;
677
762
  title?: string | undefined;
@@ -682,27 +767,27 @@ export declare const Checked: {
682
767
  tabIndex?: number | undefined;
683
768
  "aria-activedescendant"?: string | undefined;
684
769
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
685
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
770
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
686
771
  "aria-braillelabel"?: string | undefined;
687
772
  "aria-brailleroledescription"?: string | undefined;
688
773
  "aria-busy"?: (boolean | "false" | "true") | undefined;
689
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
774
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
690
775
  "aria-colcount"?: number | undefined;
691
776
  "aria-colindex"?: number | undefined;
692
777
  "aria-colindextext"?: string | undefined;
693
778
  "aria-colspan"?: number | undefined;
694
779
  "aria-controls"?: string | undefined;
695
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
780
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
696
781
  "aria-describedby"?: string | undefined;
697
782
  "aria-description"?: string | undefined;
698
783
  "aria-details"?: string | undefined;
699
784
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
700
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
785
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
701
786
  "aria-errormessage"?: string | undefined;
702
787
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
703
788
  "aria-flowto"?: string | undefined;
704
789
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
705
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
790
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
706
791
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
707
792
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
708
793
  "aria-keyshortcuts"?: string | undefined;
@@ -717,9 +802,9 @@ export declare const Checked: {
717
802
  "aria-owns"?: string | undefined;
718
803
  "aria-placeholder"?: string | undefined;
719
804
  "aria-posinset"?: number | undefined;
720
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
805
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
721
806
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
722
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
807
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
723
808
  "aria-required"?: (boolean | "false" | "true") | undefined;
724
809
  "aria-roledescription"?: string | undefined;
725
810
  "aria-rowcount"?: number | undefined;
@@ -903,7 +988,7 @@ export declare const Checked: {
903
988
  suppressContentEditableWarning?: boolean | undefined;
904
989
  accessKey?: string | undefined;
905
990
  autoFocus?: boolean | undefined;
906
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
991
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
907
992
  contextMenu?: string | undefined;
908
993
  dir?: string | undefined;
909
994
  draggable?: (boolean | "false" | "true") | undefined;
@@ -931,26 +1016,26 @@ export declare const Checked: {
931
1016
  itemRef?: string | undefined;
932
1017
  results?: number | undefined;
933
1018
  security?: string | undefined;
934
- unselectable?: "on" | "off" | undefined;
935
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1019
+ unselectable?: "off" | "on" | undefined;
1020
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
936
1021
  is?: string | undefined;
937
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
1022
+ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
938
1023
  centerRipple?: boolean | undefined;
939
1024
  disableTouchRipple?: boolean | undefined;
940
1025
  focusRipple?: boolean | undefined;
941
1026
  focusVisibleClassName?: string | undefined;
942
- LinkComponent?: React.ElementType | undefined;
943
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
1027
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1028
+ onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
944
1029
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
945
- touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
946
- formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
1030
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
1031
+ formAction?: string | undefined;
947
1032
  formEncType?: string | undefined;
948
1033
  formMethod?: string | undefined;
949
1034
  formNoValidate?: boolean | undefined;
950
1035
  formTarget?: string | undefined;
951
- component?: React.ElementType | undefined;
1036
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
952
1037
  disableFocusRipple?: boolean | undefined;
953
- edge?: ("start" | "end" | false) | undefined;
1038
+ edge?: false | "end" | "start" | undefined;
954
1039
  readOnly?: boolean | undefined;
955
1040
  }) => import("react/jsx-runtime").JSX.Element;
956
1041
  };
@@ -965,29 +1050,29 @@ export declare const Indeterminate: {
965
1050
  };
966
1051
  };
967
1052
  };
968
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
1053
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
969
1054
  label?: string | undefined;
970
1055
  isAuth?: boolean | undefined;
971
- checked?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["checked"];
972
- checkedIcon?: React.ReactNode;
1056
+ checked?: boolean | undefined;
1057
+ checkedIcon?: import("react").ReactNode;
973
1058
  classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
974
- color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning" | "default", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
975
- disabled?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disabled"];
976
- disableRipple?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disableRipple"];
977
- icon?: React.ReactNode;
978
- id?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["id"];
1059
+ color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
1060
+ disabled?: boolean | undefined;
1061
+ disableRipple?: boolean | undefined;
1062
+ icon?: import("react").ReactNode;
1063
+ id?: string | undefined;
979
1064
  indeterminate?: boolean | undefined;
980
- indeterminateIcon?: React.ReactNode;
981
- inputProps?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["inputProps"];
982
- inputRef?: React.Ref<HTMLInputElement> | undefined;
983
- onChange?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["onChange"];
984
- required?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["required"];
985
- size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
1065
+ indeterminateIcon?: import("react").ReactNode;
1066
+ inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
1067
+ inputRef?: import("react").Ref<HTMLInputElement> | undefined;
1068
+ onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
1069
+ required?: boolean | undefined;
1070
+ size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
986
1071
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
987
- value?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["value"];
988
- ref?: ((instance: HTMLButtonElement | 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<HTMLButtonElement> | null | undefined;
1072
+ value?: unknown;
1073
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
989
1074
  className?: string | undefined;
990
- style?: React.CSSProperties | undefined;
1075
+ style?: import("react").CSSProperties | undefined;
991
1076
  form?: string | undefined;
992
1077
  slot?: string | undefined;
993
1078
  title?: string | undefined;
@@ -998,27 +1083,27 @@ export declare const Indeterminate: {
998
1083
  tabIndex?: number | undefined;
999
1084
  "aria-activedescendant"?: string | undefined;
1000
1085
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1001
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1086
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1002
1087
  "aria-braillelabel"?: string | undefined;
1003
1088
  "aria-brailleroledescription"?: string | undefined;
1004
1089
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1005
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1090
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1006
1091
  "aria-colcount"?: number | undefined;
1007
1092
  "aria-colindex"?: number | undefined;
1008
1093
  "aria-colindextext"?: string | undefined;
1009
1094
  "aria-colspan"?: number | undefined;
1010
1095
  "aria-controls"?: string | undefined;
1011
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1096
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1012
1097
  "aria-describedby"?: string | undefined;
1013
1098
  "aria-description"?: string | undefined;
1014
1099
  "aria-details"?: string | undefined;
1015
1100
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1016
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1101
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1017
1102
  "aria-errormessage"?: string | undefined;
1018
1103
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1019
1104
  "aria-flowto"?: string | undefined;
1020
1105
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1021
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1106
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1022
1107
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1023
1108
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1024
1109
  "aria-keyshortcuts"?: string | undefined;
@@ -1033,9 +1118,9 @@ export declare const Indeterminate: {
1033
1118
  "aria-owns"?: string | undefined;
1034
1119
  "aria-placeholder"?: string | undefined;
1035
1120
  "aria-posinset"?: number | undefined;
1036
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1121
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1037
1122
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1038
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1123
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1039
1124
  "aria-required"?: (boolean | "false" | "true") | undefined;
1040
1125
  "aria-roledescription"?: string | undefined;
1041
1126
  "aria-rowcount"?: number | undefined;
@@ -1219,7 +1304,7 @@ export declare const Indeterminate: {
1219
1304
  suppressContentEditableWarning?: boolean | undefined;
1220
1305
  accessKey?: string | undefined;
1221
1306
  autoFocus?: boolean | undefined;
1222
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1307
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1223
1308
  contextMenu?: string | undefined;
1224
1309
  dir?: string | undefined;
1225
1310
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1247,51 +1332,51 @@ export declare const Indeterminate: {
1247
1332
  itemRef?: string | undefined;
1248
1333
  results?: number | undefined;
1249
1334
  security?: string | undefined;
1250
- unselectable?: "on" | "off" | undefined;
1251
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1335
+ unselectable?: "off" | "on" | undefined;
1336
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1252
1337
  is?: string | undefined;
1253
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
1338
+ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
1254
1339
  centerRipple?: boolean | undefined;
1255
1340
  disableTouchRipple?: boolean | undefined;
1256
1341
  focusRipple?: boolean | undefined;
1257
1342
  focusVisibleClassName?: string | undefined;
1258
- LinkComponent?: React.ElementType | undefined;
1259
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
1343
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1344
+ onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
1260
1345
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
1261
- touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
1262
- formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
1346
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
1347
+ formAction?: string | undefined;
1263
1348
  formEncType?: string | undefined;
1264
1349
  formMethod?: string | undefined;
1265
1350
  formNoValidate?: boolean | undefined;
1266
1351
  formTarget?: string | undefined;
1267
- component?: React.ElementType | undefined;
1352
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1268
1353
  disableFocusRipple?: boolean | undefined;
1269
- edge?: ("start" | "end" | false) | undefined;
1354
+ edge?: false | "end" | "start" | undefined;
1270
1355
  readOnly?: boolean | undefined;
1271
1356
  }>) => Promise<void>;
1272
1357
  render: (args: {
1273
1358
  label?: string | undefined;
1274
1359
  isAuth?: boolean | undefined;
1275
- checked?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["checked"];
1276
- checkedIcon?: React.ReactNode;
1360
+ checked?: boolean | undefined;
1361
+ checkedIcon?: import("react").ReactNode;
1277
1362
  classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
1278
- color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning" | "default", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
1279
- disabled?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disabled"];
1280
- disableRipple?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disableRipple"];
1281
- icon?: React.ReactNode;
1282
- id?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["id"];
1363
+ color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
1364
+ disabled?: boolean | undefined;
1365
+ disableRipple?: boolean | undefined;
1366
+ icon?: import("react").ReactNode;
1367
+ id?: string | undefined;
1283
1368
  indeterminate?: boolean | undefined;
1284
- indeterminateIcon?: React.ReactNode;
1285
- inputProps?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["inputProps"];
1286
- inputRef?: React.Ref<HTMLInputElement> | undefined;
1287
- onChange?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["onChange"];
1288
- required?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["required"];
1289
- size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
1369
+ indeterminateIcon?: import("react").ReactNode;
1370
+ inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
1371
+ inputRef?: import("react").Ref<HTMLInputElement> | undefined;
1372
+ onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
1373
+ required?: boolean | undefined;
1374
+ size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
1290
1375
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
1291
- value?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["value"];
1292
- ref?: ((instance: HTMLButtonElement | 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<HTMLButtonElement> | null | undefined;
1376
+ value?: unknown;
1377
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
1293
1378
  className?: string | undefined;
1294
- style?: React.CSSProperties | undefined;
1379
+ style?: import("react").CSSProperties | undefined;
1295
1380
  form?: string | undefined;
1296
1381
  slot?: string | undefined;
1297
1382
  title?: string | undefined;
@@ -1302,27 +1387,27 @@ export declare const Indeterminate: {
1302
1387
  tabIndex?: number | undefined;
1303
1388
  "aria-activedescendant"?: string | undefined;
1304
1389
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1305
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1390
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1306
1391
  "aria-braillelabel"?: string | undefined;
1307
1392
  "aria-brailleroledescription"?: string | undefined;
1308
1393
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1309
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1394
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1310
1395
  "aria-colcount"?: number | undefined;
1311
1396
  "aria-colindex"?: number | undefined;
1312
1397
  "aria-colindextext"?: string | undefined;
1313
1398
  "aria-colspan"?: number | undefined;
1314
1399
  "aria-controls"?: string | undefined;
1315
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1400
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1316
1401
  "aria-describedby"?: string | undefined;
1317
1402
  "aria-description"?: string | undefined;
1318
1403
  "aria-details"?: string | undefined;
1319
1404
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1320
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1405
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1321
1406
  "aria-errormessage"?: string | undefined;
1322
1407
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1323
1408
  "aria-flowto"?: string | undefined;
1324
1409
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1325
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1410
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1326
1411
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1327
1412
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1328
1413
  "aria-keyshortcuts"?: string | undefined;
@@ -1337,9 +1422,9 @@ export declare const Indeterminate: {
1337
1422
  "aria-owns"?: string | undefined;
1338
1423
  "aria-placeholder"?: string | undefined;
1339
1424
  "aria-posinset"?: number | undefined;
1340
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1425
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1341
1426
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1342
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1427
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1343
1428
  "aria-required"?: (boolean | "false" | "true") | undefined;
1344
1429
  "aria-roledescription"?: string | undefined;
1345
1430
  "aria-rowcount"?: number | undefined;
@@ -1523,7 +1608,7 @@ export declare const Indeterminate: {
1523
1608
  suppressContentEditableWarning?: boolean | undefined;
1524
1609
  accessKey?: string | undefined;
1525
1610
  autoFocus?: boolean | undefined;
1526
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1611
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1527
1612
  contextMenu?: string | undefined;
1528
1613
  dir?: string | undefined;
1529
1614
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1551,26 +1636,26 @@ export declare const Indeterminate: {
1551
1636
  itemRef?: string | undefined;
1552
1637
  results?: number | undefined;
1553
1638
  security?: string | undefined;
1554
- unselectable?: "on" | "off" | undefined;
1555
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1639
+ unselectable?: "off" | "on" | undefined;
1640
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1556
1641
  is?: string | undefined;
1557
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
1642
+ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
1558
1643
  centerRipple?: boolean | undefined;
1559
1644
  disableTouchRipple?: boolean | undefined;
1560
1645
  focusRipple?: boolean | undefined;
1561
1646
  focusVisibleClassName?: string | undefined;
1562
- LinkComponent?: React.ElementType | undefined;
1563
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
1647
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1648
+ onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
1564
1649
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
1565
- touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
1566
- formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
1650
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
1651
+ formAction?: string | undefined;
1567
1652
  formEncType?: string | undefined;
1568
1653
  formMethod?: string | undefined;
1569
1654
  formNoValidate?: boolean | undefined;
1570
1655
  formTarget?: string | undefined;
1571
- component?: React.ElementType | undefined;
1656
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1572
1657
  disableFocusRipple?: boolean | undefined;
1573
- edge?: ("start" | "end" | false) | undefined;
1658
+ edge?: false | "end" | "start" | undefined;
1574
1659
  readOnly?: boolean | undefined;
1575
1660
  }) => import("react/jsx-runtime").JSX.Element;
1576
1661
  };
@@ -1588,29 +1673,29 @@ export declare const Disabled: {
1588
1673
  };
1589
1674
  };
1590
1675
  };
1591
- play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react").ReactRenderer, {
1676
+ play: ({ canvasElement }: import("@storybook/types").PlayFunctionContext<import("@storybook/react/dist/types-0fc72a6d").R, {
1592
1677
  label?: string | undefined;
1593
1678
  isAuth?: boolean | undefined;
1594
- checked?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["checked"];
1595
- checkedIcon?: React.ReactNode;
1679
+ checked?: boolean | undefined;
1680
+ checkedIcon?: import("react").ReactNode;
1596
1681
  classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
1597
- color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning" | "default", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
1598
- disabled?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disabled"];
1599
- disableRipple?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disableRipple"];
1600
- icon?: React.ReactNode;
1601
- id?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["id"];
1682
+ color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
1683
+ disabled?: boolean | undefined;
1684
+ disableRipple?: boolean | undefined;
1685
+ icon?: import("react").ReactNode;
1686
+ id?: string | undefined;
1602
1687
  indeterminate?: boolean | undefined;
1603
- indeterminateIcon?: React.ReactNode;
1604
- inputProps?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["inputProps"];
1605
- inputRef?: React.Ref<HTMLInputElement> | undefined;
1606
- onChange?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["onChange"];
1607
- required?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["required"];
1608
- size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
1688
+ indeterminateIcon?: import("react").ReactNode;
1689
+ inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
1690
+ inputRef?: import("react").Ref<HTMLInputElement> | undefined;
1691
+ onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
1692
+ required?: boolean | undefined;
1693
+ size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
1609
1694
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
1610
- value?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["value"];
1611
- ref?: ((instance: HTMLButtonElement | 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<HTMLButtonElement> | null | undefined;
1695
+ value?: unknown;
1696
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
1612
1697
  className?: string | undefined;
1613
- style?: React.CSSProperties | undefined;
1698
+ style?: import("react").CSSProperties | undefined;
1614
1699
  form?: string | undefined;
1615
1700
  slot?: string | undefined;
1616
1701
  title?: string | undefined;
@@ -1621,27 +1706,27 @@ export declare const Disabled: {
1621
1706
  tabIndex?: number | undefined;
1622
1707
  "aria-activedescendant"?: string | undefined;
1623
1708
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1624
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1709
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1625
1710
  "aria-braillelabel"?: string | undefined;
1626
1711
  "aria-brailleroledescription"?: string | undefined;
1627
1712
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1628
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1713
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1629
1714
  "aria-colcount"?: number | undefined;
1630
1715
  "aria-colindex"?: number | undefined;
1631
1716
  "aria-colindextext"?: string | undefined;
1632
1717
  "aria-colspan"?: number | undefined;
1633
1718
  "aria-controls"?: string | undefined;
1634
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1719
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1635
1720
  "aria-describedby"?: string | undefined;
1636
1721
  "aria-description"?: string | undefined;
1637
1722
  "aria-details"?: string | undefined;
1638
1723
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1639
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1724
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1640
1725
  "aria-errormessage"?: string | undefined;
1641
1726
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1642
1727
  "aria-flowto"?: string | undefined;
1643
1728
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1644
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1729
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1645
1730
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1646
1731
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1647
1732
  "aria-keyshortcuts"?: string | undefined;
@@ -1656,9 +1741,9 @@ export declare const Disabled: {
1656
1741
  "aria-owns"?: string | undefined;
1657
1742
  "aria-placeholder"?: string | undefined;
1658
1743
  "aria-posinset"?: number | undefined;
1659
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1744
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1660
1745
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1661
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1746
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1662
1747
  "aria-required"?: (boolean | "false" | "true") | undefined;
1663
1748
  "aria-roledescription"?: string | undefined;
1664
1749
  "aria-rowcount"?: number | undefined;
@@ -1842,7 +1927,7 @@ export declare const Disabled: {
1842
1927
  suppressContentEditableWarning?: boolean | undefined;
1843
1928
  accessKey?: string | undefined;
1844
1929
  autoFocus?: boolean | undefined;
1845
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1930
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1846
1931
  contextMenu?: string | undefined;
1847
1932
  dir?: string | undefined;
1848
1933
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1870,51 +1955,51 @@ export declare const Disabled: {
1870
1955
  itemRef?: string | undefined;
1871
1956
  results?: number | undefined;
1872
1957
  security?: string | undefined;
1873
- unselectable?: "on" | "off" | undefined;
1874
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1958
+ unselectable?: "off" | "on" | undefined;
1959
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
1875
1960
  is?: string | undefined;
1876
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
1961
+ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
1877
1962
  centerRipple?: boolean | undefined;
1878
1963
  disableTouchRipple?: boolean | undefined;
1879
1964
  focusRipple?: boolean | undefined;
1880
1965
  focusVisibleClassName?: string | undefined;
1881
- LinkComponent?: React.ElementType | undefined;
1882
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
1966
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1967
+ onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
1883
1968
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
1884
- touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
1885
- formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
1969
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
1970
+ formAction?: string | undefined;
1886
1971
  formEncType?: string | undefined;
1887
1972
  formMethod?: string | undefined;
1888
1973
  formNoValidate?: boolean | undefined;
1889
1974
  formTarget?: string | undefined;
1890
- component?: React.ElementType | undefined;
1975
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1891
1976
  disableFocusRipple?: boolean | undefined;
1892
- edge?: ("start" | "end" | false) | undefined;
1977
+ edge?: false | "end" | "start" | undefined;
1893
1978
  readOnly?: boolean | undefined;
1894
1979
  }>) => Promise<void>;
1895
1980
  render: (args: {
1896
1981
  label?: string | undefined;
1897
1982
  isAuth?: boolean | undefined;
1898
- checked?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["checked"];
1899
- checkedIcon?: React.ReactNode;
1983
+ checked?: boolean | undefined;
1984
+ checkedIcon?: import("react").ReactNode;
1900
1985
  classes?: Partial<import("@mui/material").CheckboxClasses> | undefined;
1901
- color?: import("@mui/types").OverridableStringUnion<"primary" | "secondary" | "error" | "info" | "success" | "warning" | "default", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
1902
- disabled?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disabled"];
1903
- disableRipple?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["disableRipple"];
1904
- icon?: React.ReactNode;
1905
- id?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["id"];
1986
+ color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "primary" | "secondary" | "info" | "success" | "warning", import("@mui/material").CheckboxPropsColorOverrides> | undefined;
1987
+ disabled?: boolean | undefined;
1988
+ disableRipple?: boolean | undefined;
1989
+ icon?: import("react").ReactNode;
1990
+ id?: string | undefined;
1906
1991
  indeterminate?: boolean | undefined;
1907
- indeterminateIcon?: React.ReactNode;
1908
- inputProps?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["inputProps"];
1909
- inputRef?: React.Ref<HTMLInputElement> | undefined;
1910
- onChange?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["onChange"];
1911
- required?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["required"];
1912
- size?: import("@mui/types").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
1992
+ indeterminateIcon?: import("react").ReactNode;
1993
+ inputProps?: import("react").InputHTMLAttributes<HTMLInputElement> | undefined;
1994
+ inputRef?: import("react").Ref<HTMLInputElement> | undefined;
1995
+ onChange?: ((event: import("react").ChangeEvent<HTMLInputElement>, checked: boolean) => void) | undefined;
1996
+ required?: boolean | undefined;
1997
+ size?: import("@mui/types").OverridableStringUnion<"small" | "large" | "medium", import("@mui/material").CheckboxPropsSizeOverrides> | undefined;
1913
1998
  sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
1914
- value?: import("@mui/material/internal/SwitchBase").SwitchBaseProps["value"];
1915
- ref?: ((instance: HTMLButtonElement | 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<HTMLButtonElement> | null | undefined;
1999
+ value?: unknown;
2000
+ ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
1916
2001
  className?: string | undefined;
1917
- style?: React.CSSProperties | undefined;
2002
+ style?: import("react").CSSProperties | undefined;
1918
2003
  form?: string | undefined;
1919
2004
  slot?: string | undefined;
1920
2005
  title?: string | undefined;
@@ -1925,27 +2010,27 @@ export declare const Disabled: {
1925
2010
  tabIndex?: number | undefined;
1926
2011
  "aria-activedescendant"?: string | undefined;
1927
2012
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1928
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
2013
+ "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
1929
2014
  "aria-braillelabel"?: string | undefined;
1930
2015
  "aria-brailleroledescription"?: string | undefined;
1931
2016
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1932
- "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
2017
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1933
2018
  "aria-colcount"?: number | undefined;
1934
2019
  "aria-colindex"?: number | undefined;
1935
2020
  "aria-colindextext"?: string | undefined;
1936
2021
  "aria-colspan"?: number | undefined;
1937
2022
  "aria-controls"?: string | undefined;
1938
- "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
2023
+ "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
1939
2024
  "aria-describedby"?: string | undefined;
1940
2025
  "aria-description"?: string | undefined;
1941
2026
  "aria-details"?: string | undefined;
1942
2027
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1943
- "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
2028
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
1944
2029
  "aria-errormessage"?: string | undefined;
1945
2030
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1946
2031
  "aria-flowto"?: string | undefined;
1947
2032
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1948
- "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
2033
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
1949
2034
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1950
2035
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1951
2036
  "aria-keyshortcuts"?: string | undefined;
@@ -1960,9 +2045,9 @@ export declare const Disabled: {
1960
2045
  "aria-owns"?: string | undefined;
1961
2046
  "aria-placeholder"?: string | undefined;
1962
2047
  "aria-posinset"?: number | undefined;
1963
- "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
2048
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1964
2049
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1965
- "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
2050
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1966
2051
  "aria-required"?: (boolean | "false" | "true") | undefined;
1967
2052
  "aria-roledescription"?: string | undefined;
1968
2053
  "aria-rowcount"?: number | undefined;
@@ -2146,7 +2231,7 @@ export declare const Disabled: {
2146
2231
  suppressContentEditableWarning?: boolean | undefined;
2147
2232
  accessKey?: string | undefined;
2148
2233
  autoFocus?: boolean | undefined;
2149
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
2234
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
2150
2235
  contextMenu?: string | undefined;
2151
2236
  dir?: string | undefined;
2152
2237
  draggable?: (boolean | "false" | "true") | undefined;
@@ -2174,26 +2259,26 @@ export declare const Disabled: {
2174
2259
  itemRef?: string | undefined;
2175
2260
  results?: number | undefined;
2176
2261
  security?: string | undefined;
2177
- unselectable?: "on" | "off" | undefined;
2178
- inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
2262
+ unselectable?: "off" | "on" | undefined;
2263
+ inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
2179
2264
  is?: string | undefined;
2180
- action?: React.Ref<import("@mui/material").ButtonBaseActions> | undefined;
2265
+ action?: import("react").Ref<import("@mui/material").ButtonBaseActions> | undefined;
2181
2266
  centerRipple?: boolean | undefined;
2182
2267
  disableTouchRipple?: boolean | undefined;
2183
2268
  focusRipple?: boolean | undefined;
2184
2269
  focusVisibleClassName?: string | undefined;
2185
- LinkComponent?: React.ElementType | undefined;
2186
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
2270
+ LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
2271
+ onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
2187
2272
  TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
2188
- touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
2189
- formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
2273
+ touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
2274
+ formAction?: string | undefined;
2190
2275
  formEncType?: string | undefined;
2191
2276
  formMethod?: string | undefined;
2192
2277
  formNoValidate?: boolean | undefined;
2193
2278
  formTarget?: string | undefined;
2194
- component?: React.ElementType | undefined;
2279
+ component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
2195
2280
  disableFocusRipple?: boolean | undefined;
2196
- edge?: ("start" | "end" | false) | undefined;
2281
+ edge?: false | "end" | "start" | undefined;
2197
2282
  readOnly?: boolean | undefined;
2198
2283
  }) => import("react/jsx-runtime").JSX.Element;
2199
2284
  };