@rabex-kit/rabex-ui 0.0.1

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 (179) hide show
  1. package/LICENCE +21 -0
  2. package/dist/Accordion/index.d.ts +18 -0
  3. package/dist/AccordionActions/index.d.ts +18 -0
  4. package/dist/AccordionDetails/index.d.ts +18 -0
  5. package/dist/AccordionSummary/index.d.ts +18 -0
  6. package/dist/Alert/index.d.ts +18 -0
  7. package/dist/AlertAction/index.d.ts +5 -0
  8. package/dist/AlertTimer/index.d.ts +9 -0
  9. package/dist/AlertTitle/index.d.ts +18 -0
  10. package/dist/Autocomplete/index.d.ts +18 -0
  11. package/dist/Avatar/index.d.ts +20 -0
  12. package/dist/Backdrop/index.d.ts +17 -0
  13. package/dist/Box/index.d.ts +20 -0
  14. package/dist/Breadcrumbs/index.d.ts +20 -0
  15. package/dist/Button/index.d.ts +10 -0
  16. package/dist/Checkbox/index.d.ts +21 -0
  17. package/dist/Chip/index.d.ts +25 -0
  18. package/dist/CircularProgress/index.d.ts +19 -0
  19. package/dist/ClickAwayListener/index.d.ts +5 -0
  20. package/dist/Collapse/index.d.ts +19 -0
  21. package/dist/Container/index.d.ts +19 -0
  22. package/dist/CurrencyPairsTitle/index.d.ts +25 -0
  23. package/dist/Description/index.d.ts +8 -0
  24. package/dist/Dialog/index.d.ts +20 -0
  25. package/dist/DialogActions/index.d.ts +19 -0
  26. package/dist/DialogContent/index.d.ts +20 -0
  27. package/dist/DialogTitle/index.d.ts +20 -0
  28. package/dist/Divider/index.d.ts +16 -0
  29. package/dist/Drawer/index.d.ts +16 -0
  30. package/dist/DynamicBackground/index.d.ts +17 -0
  31. package/dist/DynamicBackgroundContainer/index.d.ts +5 -0
  32. package/dist/Fade/index.d.ts +18 -0
  33. package/dist/FormControl/index.d.ts +20 -0
  34. package/dist/FormControlLabel/index.d.ts +22 -0
  35. package/dist/FormGroup/index.d.ts +20 -0
  36. package/dist/FormHelperText/index.d.ts +5 -0
  37. package/dist/FormLabel/index.d.ts +20 -0
  38. package/dist/Formik/Checkbox/index.d.ts +16 -0
  39. package/dist/Formik/FormControlLabel/index.d.ts +15 -0
  40. package/dist/Formik/Input/index.d.ts +16 -0
  41. package/dist/Formik/Radio/index.d.ts +16 -0
  42. package/dist/Formik/Select/index.d.ts +17 -0
  43. package/dist/Formik/TextField/index.d.ts +16 -0
  44. package/dist/Grid/index.d.ts +20 -0
  45. package/dist/Grow/index.d.ts +18 -0
  46. package/dist/IconButton/index.d.ts +24 -0
  47. package/dist/Input/index.d.ts +22 -0
  48. package/dist/InputAdornment/index.d.ts +7 -0
  49. package/dist/InputLabel/index.d.ts +5 -0
  50. package/dist/LinearProgress/index.d.ts +19 -0
  51. package/dist/Link/index.d.ts +20 -0
  52. package/dist/List/index.d.ts +19 -0
  53. package/dist/ListItem/index.d.ts +16 -0
  54. package/dist/ListItemAvatar/index.d.ts +18 -0
  55. package/dist/ListItemButton/index.d.ts +18 -0
  56. package/dist/ListItemIcon/index.d.ts +17 -0
  57. package/dist/ListItemSecondaryAction/index.d.ts +17 -0
  58. package/dist/ListItemText/index.d.ts +18 -0
  59. package/dist/ListSubHeader/index.d.ts +16 -0
  60. package/dist/LoadingButton/index.d.ts +24 -0
  61. package/dist/Menu/index.d.ts +16 -0
  62. package/dist/MenuItem/index.d.ts +16 -0
  63. package/dist/MenuList/index.d.ts +16 -0
  64. package/dist/MobileStepper/index.d.ts +22 -0
  65. package/dist/Modal/index.d.ts +17 -0
  66. package/dist/ModalContent/index.d.ts +13 -0
  67. package/dist/NoSsr/index.d.ts +20 -0
  68. package/dist/Pagination/index.d.ts +18 -0
  69. package/dist/PaginationItem/index.d.ts +5 -0
  70. package/dist/Paper/index.d.ts +22 -0
  71. package/dist/Popover/index.d.ts +16 -0
  72. package/dist/Popper/index.d.ts +16 -0
  73. package/dist/RTable/index.d.ts +8 -0
  74. package/dist/RTableHead/index.d.ts +16 -0
  75. package/dist/RTableRow/index.d.ts +16 -0
  76. package/dist/Radio/index.d.ts +21 -0
  77. package/dist/RadioGroup/index.d.ts +20 -0
  78. package/dist/SeeMore/index.d.ts +14 -0
  79. package/dist/Select/index.d.ts +5 -0
  80. package/dist/SelectItem/index.d.ts +17 -0
  81. package/dist/Skeleton/index.d.ts +20 -0
  82. package/dist/Slide/index.d.ts +17 -0
  83. package/dist/Slider/index.d.ts +17 -0
  84. package/dist/SliderContent/index.d.ts +14 -0
  85. package/dist/Snackbar/index.d.ts +18 -0
  86. package/dist/SnackbarContent/index.d.ts +18 -0
  87. package/dist/Stack/index.d.ts +20 -0
  88. package/dist/Step/index.d.ts +18 -0
  89. package/dist/StepButton/index.d.ts +19 -0
  90. package/dist/StepConnector/index.d.ts +18 -0
  91. package/dist/StepContent/index.d.ts +20 -0
  92. package/dist/StepIcon/index.d.ts +5 -0
  93. package/dist/StepLabel/index.d.ts +17 -0
  94. package/dist/Stepper/index.d.ts +21 -0
  95. package/dist/SvgIcon/index.d.ts +20 -0
  96. package/dist/SwipeableDrawer/index.d.ts +16 -0
  97. package/dist/Tab/index.d.ts +7 -0
  98. package/dist/TabContext/index.d.ts +5 -0
  99. package/dist/TabList/index.d.ts +5 -0
  100. package/dist/TabPanel/index.d.ts +5 -0
  101. package/dist/Table/index.d.ts +16 -0
  102. package/dist/TableBody/index.d.ts +16 -0
  103. package/dist/TableCell/index.d.ts +15 -0
  104. package/dist/TableContainer/index.d.ts +16 -0
  105. package/dist/TableFooter/index.d.ts +16 -0
  106. package/dist/TableHead/index.d.ts +16 -0
  107. package/dist/TablePagination/index.d.ts +17 -0
  108. package/dist/TableRow/index.d.ts +16 -0
  109. package/dist/TableSortLabel/index.d.ts +16 -0
  110. package/dist/Tabs/index.d.ts +30 -0
  111. package/dist/TextField/index.d.ts +20 -0
  112. package/dist/Theme/Accordion/index.d.ts +22 -0
  113. package/dist/Theme/Alert/index.d.ts +18 -0
  114. package/dist/Theme/AlertTitle/index.d.ts +15 -0
  115. package/dist/Theme/Avatar/index.d.ts +10 -0
  116. package/dist/Theme/Backdrop/index.d.ts +6 -0
  117. package/dist/Theme/Breadcrumbs/index.d.ts +11 -0
  118. package/dist/Theme/Button/index.d.ts +41 -0
  119. package/dist/Theme/Checkbox/index.d.ts +24 -0
  120. package/dist/Theme/Chip/index.d.ts +101 -0
  121. package/dist/Theme/Container/index.d.ts +12 -0
  122. package/dist/Theme/Divider/index.d.ts +14 -0
  123. package/dist/Theme/FormControlLabel/index.d.ts +21 -0
  124. package/dist/Theme/Grid/index.d.ts +6 -0
  125. package/dist/Theme/IconButton/index.d.ts +30 -0
  126. package/dist/Theme/Input/index.d.ts +25 -0
  127. package/dist/Theme/InputAdornment/index.d.ts +17 -0
  128. package/dist/Theme/List/index.d.ts +16 -0
  129. package/dist/Theme/ListItemAvatar/index.d.ts +10 -0
  130. package/dist/Theme/LoadingButton/index.d.ts +21 -0
  131. package/dist/Theme/MenuItem/index.d.ts +22 -0
  132. package/dist/Theme/Modal/index.d.ts +16 -0
  133. package/dist/Theme/Pagination/index.d.ts +6 -0
  134. package/dist/Theme/PaginationItem/index.d.ts +23 -0
  135. package/dist/Theme/Palette/base.d.ts +116 -0
  136. package/dist/Theme/Palette/dark.d.ts +88 -0
  137. package/dist/Theme/Palette/light.d.ts +169 -0
  138. package/dist/Theme/Paper/index.d.ts +23 -0
  139. package/dist/Theme/Radio/index.d.ts +18 -0
  140. package/dist/Theme/Select/index.d.ts +45 -0
  141. package/dist/Theme/Shadows/index.d.ts +3 -0
  142. package/dist/Theme/Slider/index.d.ts +23 -0
  143. package/dist/Theme/Tab/index.d.ts +41 -0
  144. package/dist/Theme/TabPanel/index.d.ts +13 -0
  145. package/dist/Theme/TableCell/index.d.ts +14 -0
  146. package/dist/Theme/TableContainer/index.d.ts +6 -0
  147. package/dist/Theme/TableHead/index.d.ts +13 -0
  148. package/dist/Theme/Tabs/index.d.ts +491 -0
  149. package/dist/Theme/TextField/index.d.ts +18 -0
  150. package/dist/Theme/ToggleButton/index.d.ts +13 -0
  151. package/dist/Theme/ToggleButtonGroup/index.d.ts +23 -0
  152. package/dist/Theme/Tooltip/index.d.ts +18 -0
  153. package/dist/Theme/Typography/index.d.ts +221 -0
  154. package/dist/Theme/getDesignTokens.d.ts +8 -0
  155. package/dist/Theme/index.d.ts +6 -0
  156. package/dist/ToggleButton/index.d.ts +20 -0
  157. package/dist/ToggleButtonGroup/index.d.ts +20 -0
  158. package/dist/Tooltip/index.d.ts +9 -0
  159. package/dist/Typography/index.d.ts +24 -0
  160. package/dist/UploadButton/index.d.ts +21 -0
  161. package/dist/Zoom/index.d.ts +18 -0
  162. package/dist/hooks/index.d.ts +8 -0
  163. package/dist/hooks/useCopyToClipboard.d.ts +11 -0
  164. package/dist/hooks/useOnScreen.d.ts +9 -0
  165. package/dist/hooks/useResponsive.d.ts +9 -0
  166. package/dist/hooks/useTime.d.ts +21 -0
  167. package/dist/hooks/useWindowSize.d.ts +4 -0
  168. package/dist/index.d.ts +119 -0
  169. package/dist/index.js +8 -0
  170. package/dist/rabex-ui.cjs.development.js +5409 -0
  171. package/dist/rabex-ui.cjs.development.js.map +1 -0
  172. package/dist/rabex-ui.cjs.production.min.js +2 -0
  173. package/dist/rabex-ui.cjs.production.min.js.map +1 -0
  174. package/dist/rabex-ui.esm.js +5279 -0
  175. package/dist/rabex-ui.esm.js.map +1 -0
  176. package/dist/utils/index.d.ts +2 -0
  177. package/dist/utils/numberUtils.d.ts +29 -0
  178. package/dist/utils/searchUtils.d.ts +2 -0
  179. package/package.json +119 -0
@@ -0,0 +1,16 @@
1
+ import { Theme } from '@mui/material';
2
+ declare const _default: {
3
+ components: {
4
+ styleOverrides: {
5
+ root: ({ theme }: {
6
+ theme: Theme;
7
+ }) => {
8
+ '&:not(.MuiMenu-root, .MuiPopover-root) .MuiBackdrop-root': {
9
+ backdropFilter: string;
10
+ backgroundColor: string;
11
+ };
12
+ };
13
+ };
14
+ };
15
+ };
16
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {};
4
+ };
5
+ };
6
+ export default _default;
@@ -0,0 +1,23 @@
1
+ /// <reference types="react" />
2
+ import { Theme } from '@mui/material';
3
+ declare const _default: {
4
+ components: {
5
+ defaultProps?: Partial<import("@mui/material").PaginationItemProps<"div", {}>> | undefined;
6
+ styleOverrides?: Partial<Record<"root" | "page" | "sizeSmall" | "sizeLarge" | "text" | "textPrimary" | "textSecondary" | "outlined" | "outlinedPrimary" | "outlinedSecondary" | "rounded" | "ellipsis" | "firstLast" | "previousNext" | "focusVisible" | "disabled" | "selected" | "icon", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
7
+ ownerState: import("@mui/material").PaginationItemOwnProps & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "color" | "translate" | "slot" | "style" | "title" | "className" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
8
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
9
+ }, "translate" | "ref" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
10
+ component?: "symbol" | "object" | "text" | "clipPath" | "filter" | "mask" | "marker" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "textPath" | "tspan" | "use" | "view" | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
11
+ } & Record<string, unknown>;
12
+ } & {
13
+ theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
14
+ } & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
15
+ variants?: {
16
+ props: Partial<import("@mui/material").PaginationItemProps<"div", {}>>;
17
+ style: import("@mui/styled-engine").Interpolation<{
18
+ theme: Theme;
19
+ }>;
20
+ }[] | undefined;
21
+ };
22
+ };
23
+ export default _default;
@@ -0,0 +1,116 @@
1
+ import { PaletteTonalOffset, TypeDivider, PaletteAugmentColorOptions } from '@mui/material/styles/createPalette';
2
+ import { CommonColors, PaletteMode, Color, TypeText, TypeAction, TypeBackground } from '@mui/material';
3
+ declare module '@mui/material/styles/createPalette' {
4
+ interface Palette {
5
+ base: Palette['primary'];
6
+ grayBackground: Palette['primary'];
7
+ textColor: Palette['primary'];
8
+ }
9
+ interface PaletteOptions {
10
+ base: PaletteOptions['primary'];
11
+ grayBackground: PaletteOptions['primary'];
12
+ textColor: PaletteOptions['primary'];
13
+ }
14
+ interface PaletteColor {
15
+ 950?: string;
16
+ 900?: string;
17
+ 800?: string;
18
+ 700?: string;
19
+ 600?: string;
20
+ 500?: string;
21
+ 400?: string;
22
+ 300?: string;
23
+ 200?: string;
24
+ 100?: string;
25
+ 50?: string;
26
+ A100?: string;
27
+ A90?: string;
28
+ A80?: string;
29
+ A70?: string;
30
+ A60?: string;
31
+ A50?: string;
32
+ A40?: string;
33
+ A30?: string;
34
+ A20?: string;
35
+ A10?: string;
36
+ A0?: string;
37
+ }
38
+ interface SimplePaletteColorOptions {
39
+ 950?: string;
40
+ 900?: string;
41
+ 800?: string;
42
+ 700?: string;
43
+ 600?: string;
44
+ 500?: string;
45
+ 400?: string;
46
+ 300?: string;
47
+ 200?: string;
48
+ 100?: string;
49
+ 50?: string;
50
+ A100?: string;
51
+ A90?: string;
52
+ A80?: string;
53
+ A70?: string;
54
+ A60?: string;
55
+ A50?: string;
56
+ A40?: string;
57
+ A30?: string;
58
+ A20?: string;
59
+ A10?: string;
60
+ A0?: string;
61
+ }
62
+ }
63
+ export interface PaletteColor {
64
+ light: string;
65
+ main: string;
66
+ dark: string;
67
+ contrastText?: string;
68
+ 950?: string;
69
+ 900?: string;
70
+ 800?: string;
71
+ 700?: string;
72
+ 600?: string;
73
+ 500?: string;
74
+ 400?: string;
75
+ 300?: string;
76
+ 200?: string;
77
+ 100?: string;
78
+ 50?: string;
79
+ A100?: string;
80
+ A90?: string;
81
+ A80?: string;
82
+ A70?: string;
83
+ A60?: string;
84
+ A50?: string;
85
+ A40?: string;
86
+ A30?: string;
87
+ A20?: string;
88
+ A10?: string;
89
+ A0?: string;
90
+ }
91
+ export interface Palette {
92
+ common: CommonColors;
93
+ mode: PaletteMode;
94
+ contrastThreshold: number;
95
+ tonalOffset: PaletteTonalOffset;
96
+ primary: PaletteColor;
97
+ secondary: PaletteColor;
98
+ neutral: PaletteColor;
99
+ error: PaletteColor;
100
+ warning: PaletteColor;
101
+ info: PaletteColor;
102
+ success: PaletteColor;
103
+ base: PaletteColor;
104
+ grayBackground: PaletteColor;
105
+ textColor: PaletteColor;
106
+ backgroundColor: PaletteColor;
107
+ grey: Color;
108
+ text: TypeText;
109
+ divider: TypeDivider;
110
+ action: TypeAction;
111
+ background: TypeBackground;
112
+ getContrastText: (background: string) => string;
113
+ augmentColor: (options: PaletteAugmentColorOptions) => PaletteColor;
114
+ }
115
+ declare const _default: {};
116
+ export default _default;
@@ -0,0 +1,88 @@
1
+ import { PaletteMode } from '@mui/material';
2
+ declare const _default: {
3
+ mode: PaletteMode;
4
+ primary: {
5
+ contrastText: string;
6
+ main: string;
7
+ A100: string;
8
+ A80: string;
9
+ A60: string;
10
+ A40: string;
11
+ A20: string;
12
+ A10: string;
13
+ };
14
+ secondary: {
15
+ contrastText: string;
16
+ main: string;
17
+ A100: string;
18
+ A80: string;
19
+ A60: string;
20
+ };
21
+ success: {
22
+ contrastText: string;
23
+ main: string;
24
+ A100: string;
25
+ A80: string;
26
+ A60: string;
27
+ A40: string;
28
+ A20: string;
29
+ };
30
+ warning: {
31
+ contrastText: string;
32
+ main: string;
33
+ A100: string;
34
+ A80: string;
35
+ A60: string;
36
+ A40: string;
37
+ A20: string;
38
+ };
39
+ error: {
40
+ contrastText: string;
41
+ main: string;
42
+ A100: string;
43
+ A80: string;
44
+ A60: string;
45
+ A40: string;
46
+ A20: string;
47
+ };
48
+ info: {
49
+ contrastText: string;
50
+ main: string;
51
+ A100: string;
52
+ A80: string;
53
+ A60: string;
54
+ A40: string;
55
+ A20: string;
56
+ };
57
+ base: {
58
+ main: string;
59
+ A100: string;
60
+ A80: string;
61
+ A60: string;
62
+ A40: string;
63
+ A20: string;
64
+ A0: string;
65
+ };
66
+ grayBackground: {
67
+ main: string;
68
+ A100: string;
69
+ A80: string;
70
+ A60: string;
71
+ A40: string;
72
+ A20: string;
73
+ A10: string;
74
+ };
75
+ textColor: {
76
+ main: string;
77
+ A80: string;
78
+ A70: string;
79
+ A60: string;
80
+ A50: string;
81
+ A40: string;
82
+ A30: string;
83
+ A20: string;
84
+ A10: string;
85
+ A0: string;
86
+ };
87
+ };
88
+ export default _default;
@@ -0,0 +1,169 @@
1
+ import { PaletteMode } from '@mui/material';
2
+ declare const _default: {
3
+ mode: PaletteMode;
4
+ primary: {
5
+ 950: string;
6
+ 900: string;
7
+ 800: string;
8
+ 700: string;
9
+ 600: string;
10
+ 500: string;
11
+ 400: string;
12
+ 300: string;
13
+ 200: string;
14
+ 100: string;
15
+ 50: string;
16
+ contrastText: string;
17
+ main: string;
18
+ A100: string;
19
+ A80: string;
20
+ A60: string;
21
+ A40: string;
22
+ A20: string;
23
+ A10: string;
24
+ };
25
+ secondary: {
26
+ 950: string;
27
+ 900: string;
28
+ 800: string;
29
+ 700: string;
30
+ 600: string;
31
+ 500: string;
32
+ 400: string;
33
+ 300: string;
34
+ 200: string;
35
+ 100: string;
36
+ 50: string;
37
+ contrastText: string;
38
+ main: string;
39
+ A100: string;
40
+ A80: string;
41
+ A60: string;
42
+ };
43
+ neutral: {
44
+ 950: string;
45
+ 900: string;
46
+ 800: string;
47
+ 700: string;
48
+ 600: string;
49
+ 500: string;
50
+ 400: string;
51
+ 300: string;
52
+ 200: string;
53
+ 100: string;
54
+ 50: string;
55
+ };
56
+ backgroundColor: {
57
+ 950: string;
58
+ 900: string;
59
+ 800: string;
60
+ 700: string;
61
+ 600: string;
62
+ 500: string;
63
+ 400: string;
64
+ 300: string;
65
+ 200: string;
66
+ 100: string;
67
+ 50: string;
68
+ };
69
+ success: {
70
+ 400: string;
71
+ 300: string;
72
+ 200: string;
73
+ 100: string;
74
+ 50: string;
75
+ contrastText: string;
76
+ main: string;
77
+ A100: string;
78
+ A80: string;
79
+ A60: string;
80
+ A40: string;
81
+ A20: string;
82
+ };
83
+ warning: {
84
+ 400: string;
85
+ 300: string;
86
+ 200: string;
87
+ 100: string;
88
+ 50: string;
89
+ contrastText: string;
90
+ main: string;
91
+ A100: string;
92
+ A80: string;
93
+ A60: string;
94
+ A40: string;
95
+ A20: string;
96
+ };
97
+ error: {
98
+ 400: string;
99
+ 300: string;
100
+ 200: string;
101
+ 100: string;
102
+ 50: string;
103
+ contrastText: string;
104
+ main: string;
105
+ A100: string;
106
+ A80: string;
107
+ A60: string;
108
+ A40: string;
109
+ A20: string;
110
+ };
111
+ info: {
112
+ 400: string;
113
+ 300: string;
114
+ 200: string;
115
+ 100: string;
116
+ 50: string;
117
+ contrastText: string;
118
+ main: string;
119
+ A100: string;
120
+ A80: string;
121
+ A60: string;
122
+ A40: string;
123
+ A20: string;
124
+ };
125
+ textColor: {
126
+ 950: string;
127
+ 900: string;
128
+ 800: string;
129
+ 700: string;
130
+ 600: string;
131
+ 500: string;
132
+ 400: string;
133
+ 300: string;
134
+ 200: string;
135
+ 100: string;
136
+ 50: string;
137
+ main: string;
138
+ A80: string;
139
+ A70: string;
140
+ A60: string;
141
+ A50: string;
142
+ A40: string;
143
+ A30: string;
144
+ A20: string;
145
+ A10: string;
146
+ A0: string;
147
+ };
148
+ base: {
149
+ main: string;
150
+ A100: string;
151
+ A80: string;
152
+ A60: string;
153
+ A40: string;
154
+ A20: string;
155
+ A0: string;
156
+ };
157
+ grayBackground: {
158
+ base: string;
159
+ A0: string;
160
+ main: string;
161
+ A100: string;
162
+ A80: string;
163
+ A60: string;
164
+ A40: string;
165
+ A20: string;
166
+ A10: string;
167
+ };
168
+ };
169
+ export default _default;
@@ -0,0 +1,23 @@
1
+ /// <reference types="react" />
2
+ import { Theme } from '@mui/material';
3
+ declare const _default: {
4
+ components: {
5
+ defaultProps?: Partial<import("@mui/material").PaperProps<"div", {}>> | undefined;
6
+ styleOverrides?: Partial<Record<"root" | "rounded" | "outlined" | "elevation" | "elevation0" | "elevation1" | "elevation2" | "elevation3" | "elevation4" | "elevation5" | "elevation6" | "elevation7" | "elevation8" | "elevation9" | "elevation10" | "elevation11" | "elevation12" | "elevation13" | "elevation14" | "elevation15" | "elevation16" | "elevation17" | "elevation18" | "elevation19" | "elevation20" | "elevation21" | "elevation22" | "elevation23" | "elevation24", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
7
+ ownerState: import("@mui/material").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "color" | "translate" | "hidden" | "slot" | "style" | "title" | "className" | "children" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
8
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
9
+ }, "color" | "translate" | "hidden" | "ref" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
10
+ component?: "symbol" | "object" | "clipPath" | "filter" | "mask" | "marker" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
11
+ } & Record<string, unknown>;
12
+ } & {
13
+ theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
14
+ } & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
15
+ variants?: {
16
+ props: Partial<import("@mui/material").PaperProps<"div", {}>>;
17
+ style: import("@mui/styled-engine").Interpolation<{
18
+ theme: Theme;
19
+ }>;
20
+ }[] | undefined;
21
+ };
22
+ };
23
+ export default _default;
@@ -0,0 +1,18 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ root: ({ ownerState, theme }: {
5
+ ownerState: any;
6
+ theme: any;
7
+ }) => {
8
+ '&.error': {
9
+ color: any;
10
+ };
11
+ '&.error + .MuiFormControlLabel-label': {
12
+ color: any;
13
+ };
14
+ };
15
+ };
16
+ };
17
+ };
18
+ export default _default;
@@ -0,0 +1,45 @@
1
+ declare const _default: {
2
+ components: {
3
+ styleOverrides: {
4
+ root: ({ theme }: {
5
+ theme: any;
6
+ }) => {
7
+ borderRadius: number;
8
+ backgroundColor: any;
9
+ border: string;
10
+ padding: number;
11
+ '&:hover': {
12
+ backgroundColor: any;
13
+ border: string;
14
+ };
15
+ };
16
+ filled: ({ theme }: {
17
+ theme: any;
18
+ }) => {
19
+ border: string;
20
+ '&:hover': {
21
+ backgroundColor: any;
22
+ border: string;
23
+ };
24
+ };
25
+ standard: {
26
+ border: string;
27
+ '&:hover': {
28
+ border: string;
29
+ };
30
+ };
31
+ outlined: {
32
+ border: string;
33
+ '&:hover': {
34
+ border: string;
35
+ };
36
+ };
37
+ select: ({ theme }: {
38
+ theme: any;
39
+ }) => {
40
+ padding: any;
41
+ };
42
+ };
43
+ };
44
+ };
45
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { Shadows } from '@mui/material';
2
+ declare const _default: Shadows;
3
+ export default _default;
@@ -0,0 +1,23 @@
1
+ /// <reference types="react" />
2
+ import { Theme } from '@mui/material';
3
+ declare const _default: {
4
+ components: {
5
+ defaultProps?: Partial<import("@mui/material").SliderProps<"span", {}>> | undefined;
6
+ styleOverrides?: Partial<Record<"root" | "colorPrimary" | "colorSecondary" | "marked" | "vertical" | "disabled" | "dragging" | "rail" | "track" | "trackFalse" | "trackInverted" | "thumb" | "active" | "focusVisible" | "mark" | "markActive" | "markLabel" | "markLabelActive" | "sizeSmall" | "thumbColorPrimary" | "thumbColorSecondary" | "thumbSizeSmall" | "valueLabel" | "valueLabelOpen" | "valueLabelCircle" | "valueLabelLabel", string | number | boolean | import("@mui/styled-engine").CSSObject | import("@mui/styled-engine").ComponentSelector | import("@mui/styled-engine").Keyframes | import("@mui/styled-engine").SerializedStyles | import("@mui/styled-engine").ArrayCSSInterpolation | ((props: {
7
+ ownerState: import("@mui/material").SliderOwnProps & import("@mui/material/OverridableComponent").CommonProps & Pick<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "color" | "translate" | "slot" | "style" | "title" | "className" | "aria-label" | "aria-labelledby" | "aria-valuetext" | "defaultValue" | "onChange" | "tabIndex" | "key" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
8
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
9
+ }, "translate" | "ref" | "slot" | "title" | "key" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
10
+ component?: "symbol" | "object" | "track" | "mark" | "clipPath" | "filter" | "mask" | "marker" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | import("react").ComponentClass<any, any> | import("react").FunctionComponent<any> | undefined;
11
+ } & Record<string, unknown>;
12
+ } & {
13
+ theme: Pick<Theme, "unstable_sx" | "unstable_sxConfig" | "mixins" | "palette" | "shadows" | "transitions" | "typography" | "zIndex" | "unstable_strictMode" | "shape" | "breakpoints" | "direction" | "spacing">;
14
+ } & Record<string, unknown>) => import("@mui/styled-engine").CSSInterpolation) | null | undefined>> | undefined;
15
+ variants?: {
16
+ props: Partial<import("@mui/material").SliderProps<"span", {}>>;
17
+ style: import("@mui/styled-engine").Interpolation<{
18
+ theme: Theme;
19
+ }>;
20
+ }[] | undefined;
21
+ };
22
+ };
23
+ export default _default;