@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
package/LICENCE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Amin Khademian
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { AccordionProps as MuiAccordionProps } from '@mui/material';
3
+ export declare type AccordionProps = MuiAccordionProps;
4
+ /**
5
+ * The accordion component allows the user to show and hide sections of related content on a page.
6
+ *
7
+ * you can see Accordion Documentation api that I mentioned below [here](https://mui.com/material-ui/api/accordion/)
8
+ *
9
+ * ```typescript
10
+ * import { Accordion } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const Accordion: React.FC<AccordionProps>;
18
+ export default Accordion;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { AccordionActionsProps as MuiAccordionActionsProps } from '@mui/material';
3
+ export declare type AccordionActionsProps = MuiAccordionActionsProps;
4
+ /**
5
+ * API documentation for the React AccordionActions component. Learn about the available props and the CSS API.
6
+ *
7
+ * you can see AccordionActions Documentation api that I mentioned below [here](https://mui.com/material-ui/api/accordion-actions/)
8
+ *
9
+ * ```typescript
10
+ * import { AccordionActions } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const AccordionActions: React.FC<AccordionActionsProps>;
18
+ export default AccordionActions;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { AccordionDetailsProps as MuiAccordionDetailsProps } from '@mui/material';
3
+ export declare type AccordionDetailsProps = MuiAccordionDetailsProps;
4
+ /**
5
+ * API documentation for the React AccordionDetails component. Learn about the available props and the CSS API.
6
+ *
7
+ * you can see AccordionDetails Documentation api that I mentioned below [here](https://mui.com/material-ui/api/accordion-details/)
8
+ *
9
+ * ```typescript
10
+ * import { AccordionDetails } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const AccordionDetails: React.FC<AccordionDetailsProps>;
18
+ export default AccordionDetails;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { AccordionSummaryProps as MuiAccordionSummaryProps } from '@mui/material';
3
+ export declare type AccordionSummaryProps = MuiAccordionSummaryProps;
4
+ /**
5
+ * API documentation for the React AccordionSummary component. Learn about the available props and the CSS API.
6
+ *
7
+ * you can see AccordionSummary Documentation api that I mentioned below [here](https://mui.com/material-ui/api/accordion-summary/)
8
+ *
9
+ * ```typescript
10
+ * import { AccordionSummary } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const AccordionSummary: React.FC<AccordionSummaryProps>;
18
+ export default AccordionSummary;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { AlertProps as MuiAlertProps } from '@mui/material';
3
+ export declare type AlertProps = MuiAlertProps;
4
+ /**
5
+ * An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task.
6
+ *
7
+ * you can see Alert Documentation api that I mentioned below [here](https://mui.com/material-ui/api/alert/)
8
+ *
9
+ * ```typescript
10
+ * import { Alert } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const Alert: React.FC<AlertProps>;
18
+ export default Alert;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { StackProps } from '@mui/material';
3
+ export declare type AlertActionProps = StackProps;
4
+ declare const AlertAction: React.FC<AlertActionProps>;
5
+ export default AlertAction;
@@ -0,0 +1,9 @@
1
+ import React, { ReactNode } from 'react';
2
+ export declare type AlertTimerProps = {
3
+ children: ReactNode | string;
4
+ timestamp: number;
5
+ isStart?: boolean;
6
+ onComplete?: () => void;
7
+ };
8
+ declare const AlertTimer: React.FC<AlertTimerProps>;
9
+ export default AlertTimer;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { AlertTitleProps as MuiAlertTitleProps } from '@mui/material';
3
+ export declare type AlertTitleProps = MuiAlertTitleProps;
4
+ /**
5
+ * An alert displays a short, important message in a way that attracts the user's attention without interrupting the user's task.
6
+ *
7
+ * you can see AlertTitle Documentation api that I mentioned below [here](https://mui.com/material-ui/api/alert-title/)
8
+ *
9
+ * ```typescript
10
+ * import { AlertTitle } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const AlertTitle: React.FC<AlertTitleProps>;
18
+ export default AlertTitle;
@@ -0,0 +1,18 @@
1
+ /// <reference types="react" />
2
+ import { AutocompleteProps as MuiAutocompleteProps } from '@mui/material';
3
+ export declare type AutocompleteProps<T> = MuiAutocompleteProps<T, boolean | undefined, boolean | undefined, boolean | undefined>;
4
+ /**
5
+ * The autocomplete is a normal text input enhanced by a panel of suggested options.
6
+ *
7
+ * you can see Autocomplete Documentation api that I mentioned below [here](https://mui.com/material-ui/react-autocomplete/)
8
+ *
9
+ * ```typescript
10
+ * import { Autocomplete } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const Autocomplete: <T>(props: AutocompleteProps<T>) => JSX.Element;
18
+ export default Autocomplete;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { AvatarProps as MuiAvatarProps } from '@mui/material';
3
+ interface IProps extends MuiAvatarProps {
4
+ size?: string;
5
+ }
6
+ export declare type AvatarProps = IProps;
7
+ /**
8
+ * Avatars are found throughout material design with uses in everything from tables to dialog menus.
9
+ * you can see Avatar Documentation api that I mentioned below [here](https://mui.com/material-ui/api/avatar/)
10
+ *
11
+ * ```typescript
12
+ * import { Avatar } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const Avatar: React.FC<AvatarProps>;
20
+ export default Avatar;
@@ -0,0 +1,17 @@
1
+ import { BackdropProps as MuiBackdropProps } from '@mui/material';
2
+ import React from 'react';
3
+ export declare type BackdropProps = MuiBackdropProps;
4
+ /**
5
+ * The backdrop component is used to provide emphasis on a particular element or parts of it.
6
+ * You can read Material-UI Backdrop Documentation [here](https://mui.com/material-ui/react-backdrop/).
7
+ *
8
+ *
9
+ * ```typescript
10
+ * import { Backdrop } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ * @param props
14
+ * @returns
15
+ */
16
+ declare const Backdrop: React.FC<BackdropProps>;
17
+ export default Backdrop;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { BoxProps as MuiBoxProps } from '@mui/material';
3
+ export declare type BoxProps = MuiBoxProps;
4
+ /**
5
+ * The Box component serves as a wrapper component for most of the CSS utility needs.
6
+ *
7
+ * This is a custom wrapper component made of Material-UI Box.
8
+ *
9
+ * You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/box/).
10
+ *
11
+ * ```typescript
12
+ * import { Box } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const Box: React.FC<BoxProps>;
20
+ export default Box;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { BreadcrumbsProps as MuiBreadcrumbsProps } from '@mui/material';
3
+ export declare type BreadcrumbsProps = MuiBreadcrumbsProps;
4
+ /**
5
+ *
6
+ * Breadcrumbs consist of a list of links that help a user visualize a page's location
7
+ * within the hierarchical structure of a website, and allow navigation up to any of its "ancestors".
8
+ *
9
+ * you can see Breadcrumbs Documentation api that I mentioned below [here](https://mui.com/material-ui/api/breadcrumbs/)
10
+ *
11
+ * ```typescript
12
+ * import { Breadcrumbs } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const Breadcrumbs: React.FC<BreadcrumbsProps>;
20
+ export default Breadcrumbs;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { ButtonProps as MuiButtonProps } from '@mui/material';
3
+ export declare type ButtonProps = Omit<MuiButtonProps, 'size' | 'color' | 'component' | 'isIcon'> & {
4
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5
+ isIcon?: boolean;
6
+ color?: 'primary' | 'secondary' | 'success' | 'error' | 'info' | 'warning';
7
+ component?: React.ElementType;
8
+ };
9
+ declare const Button: React.FC<ButtonProps>;
10
+ export default Button;
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { CheckboxProps as MuiCheckboxProps } from '@mui/material';
3
+ export declare type CheckboxProps = MuiCheckboxProps & {
4
+ error?: boolean;
5
+ };
6
+ /**
7
+ * Checkboxes allow the user to select one or more items from a set.
8
+ * If you have multiple options appearing in a list, you can preserve space by using checkboxes instead of on/off switches.
9
+ * If you have a single option, avoid using a checkbox and use an on/off switch instead.
10
+ * You can read Material-UI Checkbox Documentation [here](https://mui.com/material-ui/api/checkbox/).
11
+ *
12
+ *
13
+ * ```typescript
14
+ * import { Checkbox } from '@rabex-kit/core';
15
+ * ```
16
+ *
17
+ * @param props
18
+ * @returns
19
+ */
20
+ declare const Checkbox: React.FC<CheckboxProps>;
21
+ export default Checkbox;
@@ -0,0 +1,25 @@
1
+ import { ChipProps as MuiChipProps } from '@mui/material';
2
+ import React from 'react';
3
+ export declare type ChipProps = Omit<MuiChipProps, 'size'> & {
4
+ hasBullet?: boolean;
5
+ bulletColor?: string;
6
+ labelColor?: string;
7
+ mode?: 'normal' | 'light';
8
+ size?: 'small' | 'medium' | 'large';
9
+ };
10
+ /**
11
+ * Chip component of Material is somthing like Badge ,
12
+ * Material Ui Chip is wrapper for content that has
13
+ * Background color and other various Props,
14
+ * you can see Chip Documentation api that I mentioned below [here](https://mui.com/material-ui/api/chip)
15
+ *
16
+ * ```typescript
17
+ * import { Chip } from '@rabex-kit/core';
18
+ * ```
19
+ *
20
+ *
21
+ * @param props
22
+ * @returns
23
+ */
24
+ declare const Chip: React.FC<ChipProps>;
25
+ export default Chip;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { CircularProgressProps as MuiCircularProgressProps } from '@mui/material';
3
+ export declare type CircularProgressProps = MuiCircularProgressProps;
4
+ /**
5
+ * Progress indicators commonly known as spinners, express an unspecified wait time or display the length of a process.
6
+ *
7
+ *
8
+ * You can read Material-UI CircularProgress Documentation [here](https://mui.com/material-ui/api/circular-progress/).
9
+ *
10
+ * ```typescript
11
+ * import { CircularProgress } from '@rabex-kit/core';
12
+ * ```
13
+ *
14
+ *
15
+ * @param props
16
+ * @returns
17
+ */
18
+ declare const CircularProgress: React.FC<CircularProgressProps>;
19
+ export default CircularProgress;
@@ -0,0 +1,5 @@
1
+ import { ClickAwayListenerProps as MuiClickAwayListenerProps } from '@mui/material';
2
+ import React from 'react';
3
+ export declare type ClickAwayListenerProps = MuiClickAwayListenerProps;
4
+ declare const ClickAwayListener: React.FC<ClickAwayListenerProps>;
5
+ export default ClickAwayListener;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { CollapseProps as MuiCollapseProps } from '@mui/material';
3
+ export declare type CollapseProps = MuiCollapseProps;
4
+ /**
5
+ * Expand from the start edge of the child element. Use the orientation prop if you need a horizontal collapse.
6
+ * The collapsedSize prop can be used to set the minimum width/height when not expanded.
7
+ *
8
+ * you can see Grow Documentation api that I mentioned below [here](https://mui.com/material-ui/api/collapse/)
9
+ *
10
+ * ```typescript
11
+ * import { Collapse } from '@rabex-kit/core';
12
+ * ```
13
+ *
14
+ *
15
+ * @param props
16
+ * @returns
17
+ */
18
+ declare const Collapse: React.FC<CollapseProps>;
19
+ export default Collapse;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { ContainerProps as MuiContainerProps } from '@mui/material';
3
+ export declare type ContainerProps = MuiContainerProps;
4
+ /**
5
+ * The container centers your content horizontally. It's the most basic layout element.
6
+ *
7
+ *
8
+ * You can read Material-UI Container Documentation [here](https://mui.com/material-ui/api/Container/).
9
+ *
10
+ * ```typescript
11
+ * import { Container } from '@rabex-kit/core';
12
+ * ```
13
+ *
14
+ *
15
+ * @param props
16
+ * @returns
17
+ */
18
+ declare const Container: React.FC<ContainerProps>;
19
+ export default Container;
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import { TypographyProps } from '../Typography';
3
+ interface IProps {
4
+ primary: React.ReactNode | string;
5
+ secondary: React.ReactNode | string;
6
+ seperator?: string;
7
+ primaryProps?: TypographyProps;
8
+ secondaryProps?: TypographyProps;
9
+ seperatorProps?: TypographyProps;
10
+ }
11
+ export declare type CurrencyPairsTitleProps = IProps;
12
+ /**
13
+ * CurrencyPairsTitle component use costomized Breadcrumbs component for Show pair currencies
14
+ * Example => BTC / USDT
15
+ * BTC is Origin prop and USDT is destination prop.
16
+ *
17
+ * ```typescript
18
+ * import { CurrencyPairsTitle } from '@rabex-kit/core';
19
+ * ```
20
+ *
21
+ * @param params
22
+ * @returns
23
+ */
24
+ declare const CurrencyPairsTitle: React.FC<CurrencyPairsTitleProps>;
25
+ export default CurrencyPairsTitle;
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from 'react';
2
+ import { StackProps } from '../Stack';
3
+ export declare type DescriptionProps = StackProps & {
4
+ title: string;
5
+ items: ReactNode[];
6
+ };
7
+ declare const Description: ({ title, items, ...props }: DescriptionProps) => JSX.Element;
8
+ export default Description;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { DialogProps as MuiDialogProps } from '@mui/material';
3
+ export declare type DialogProps = MuiDialogProps;
4
+ /**
5
+ * Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.
6
+ *
7
+ * This is a custom wrapper component made of Material-UI Dialog.
8
+ *
9
+ * You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/dialog/).
10
+ *
11
+ * ```typescript
12
+ * import { Dialog } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const Dialog: React.FC<DialogProps>;
20
+ export default Dialog;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { DialogActionsProps as MuiDialogActionsProps } from '@mui/material';
3
+ export declare type DialogActionsProps = MuiDialogActionsProps;
4
+ /**
5
+ * API reference docs for the React DialogActions component. Learn about the props, CSS, and other APIs of this exported module.
6
+ *
7
+ *
8
+ * You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/dialog-actions/).
9
+ *
10
+ * ```typescript
11
+ * import { DialogActions } from '@rabex-kit/core';
12
+ * ```
13
+ *
14
+ *
15
+ * @param props
16
+ * @returns
17
+ */
18
+ declare const DialogActions: React.FC<DialogActionsProps>;
19
+ export default DialogActions;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { DialogContentProps as MuiDialogContentProps } from '@mui/material';
3
+ export declare type DialogContentProps = MuiDialogContentProps;
4
+ /**
5
+ * API reference docs for the React DialogContent component. Learn about the props, CSS, and other APIs of this exported module.
6
+ *
7
+ * This is a custom wrapper component made of Material-UI DialogContent.
8
+ *
9
+ * You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/dialog-content/).
10
+ *
11
+ * ```typescript
12
+ * import { DialogContent } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const DialogContent: React.FC<DialogContentProps>;
20
+ export default DialogContent;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { DialogTitleProps as MuiDialogTitleProps } from '@mui/material';
3
+ export declare type DialogTitleProps = MuiDialogTitleProps;
4
+ /**
5
+ * SwipeableDrawer API. API reference docs for the React SwipeableDrawer component. Learn about the props, CSS, and other APIs of this exported module.
6
+ *
7
+ * This is a custom wrapper component made of Material-UI DialogTitle.
8
+ *
9
+ * You can read Material-UI Button Documentation [here](https://mui.com/material-ui/api/dialog-title/).
10
+ *
11
+ * ```typescript
12
+ * import { DialogTitle } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const DialogTitle: React.FC<DialogTitleProps>;
20
+ export default DialogTitle;
@@ -0,0 +1,16 @@
1
+ import { DividerProps as MuiDividerProps } from '@mui/material';
2
+ import React from 'react';
3
+ export declare type DividerProps = MuiDividerProps;
4
+ /**
5
+ * A divider is a thin line that groups content in lists and layouts.
6
+ * You can read Material-UI Divider Documentation [here](https://mui.com/material-ui/api/divider/).
7
+ *
8
+ * ```typescript
9
+ * import { Divider } from '@rabex-kit/core';
10
+ * ```
11
+ *
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const Divider: React.FC<MuiDividerProps>;
16
+ export default Divider;
@@ -0,0 +1,16 @@
1
+ import { DrawerProps as MuiDrawerProps } from '@mui/material/Drawer';
2
+ import React from 'react';
3
+ export declare type DrawerProps = MuiDrawerProps;
4
+ /**
5
+ * A drawer is the expanded layout of the hamburger menu on the responsive resolution.
6
+ * You can read Material-UI Drawer Documentation [here](https://mui.com/material-ui/api/drawer/).
7
+ *
8
+ * ```typescript
9
+ * import { Drawer } from '@rabex-kit/core';
10
+ * ```
11
+ *
12
+ * @param props
13
+ * @returns
14
+ */
15
+ declare const Drawer: React.FC<MuiDrawerProps>;
16
+ export default Drawer;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import { BoxProps } from '../Box';
3
+ export interface DynamicBackgroundProps extends BoxProps {
4
+ widthPercent?: number;
5
+ bgColor?: string;
6
+ align?: 'left' | 'right';
7
+ }
8
+ /**
9
+ *
10
+ * DynamicBackground is a wrapper for adding background
11
+ * to any Component
12
+ *
13
+ * @param props
14
+ * @returns
15
+ */
16
+ declare const DynamicBackground: React.FC<DynamicBackgroundProps>;
17
+ export default DynamicBackground;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { StackProps } from '../Stack';
3
+ export declare type DynamicBackgroundContainerProps = StackProps;
4
+ declare const DynamicBackgroundContainer: React.FC<DynamicBackgroundContainerProps>;
5
+ export default DynamicBackgroundContainer;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { FadeProps as MuiAlertProps } from '@mui/material';
3
+ export declare type FadeProps = MuiAlertProps;
4
+ /**
5
+ * Fade in from transparent to opaque.
6
+ *
7
+ * you can see Fade Documentation api that I mentioned below [here](https://mui.com/material-ui/api/fade/)
8
+ *
9
+ * ```typescript
10
+ * import { Fade } from '@rabex-kit/core';
11
+ * ```
12
+ *
13
+ *
14
+ * @param props
15
+ * @returns
16
+ */
17
+ declare const Fade: React.FC<FadeProps>;
18
+ export default Fade;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { FormControlProps as MuiFormControlProps } from '@mui/material';
3
+ export declare type FormControlProps = MuiFormControlProps;
4
+ /**
5
+ * Provides context such as filled/focused/error/required for form inputs. Relying on the context provides high flexibility and ensures that the state always stays consistent across the children of the FormControl.
6
+ *
7
+ * This is a custom wrapper component made of Material-UI FormControl.
8
+ *
9
+ * You can read Material-UI FormControl Documentation [here](https://mui.com/material-ui/api/form-control/).
10
+ *
11
+ * ```typescript
12
+ * import { FormControl } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const FormControl: React.FC<FormControlProps>;
20
+ export default FormControl;
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+ import { FormControlLabelProps as MuiFormControlLabelProps } from '@mui/material';
3
+ export declare type FormControlLabelProps = MuiFormControlLabelProps & {
4
+ error?: boolean;
5
+ };
6
+ /**
7
+ * The name MuiFormControlLabel can be used when providing default props or style overrides in the theme.
8
+ * Drop-in replacement of the Radio, Switch and Checkbox component. Use this component if you want to display an extra label.
9
+ * This is a custom wrapper component made of Material-UI FormControlLabel.
10
+ *
11
+ * You can read Material-UI FormControlLabel Documentation [here](https://mui.com/material-ui/api/form-control-label/).
12
+ *
13
+ * ```typescript
14
+ * import { FormControlLabel } from '@rabex-kit/core';
15
+ * ```
16
+ *
17
+ *
18
+ * @param props
19
+ * @returns
20
+ */
21
+ declare const FormControlLabel: React.FC<FormControlLabelProps>;
22
+ export default FormControlLabel;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { FormGroupProps as MuiFormGroupProps } from '@mui/material';
3
+ export declare type FormGroupProps = MuiFormGroupProps;
4
+ /**
5
+ * FormGroup wraps controls such as Checkbox and Switch. It provides compact row layout. For the Radio, you should be using the RadioGroup component instead of this one.
6
+ *
7
+ * This is a custom wrapper component made of Material-UI FormGroup.
8
+ *
9
+ * You can read Material-UI FormGroup Documentation [here](https://mui.com/material-ui/api/form-group/).
10
+ *
11
+ * ```typescript
12
+ * import { FormGroup } from '@rabex-kit/core';
13
+ * ```
14
+ *
15
+ *
16
+ * @param props
17
+ * @returns
18
+ */
19
+ declare const FormGroup: React.FC<FormGroupProps>;
20
+ export default FormGroup;