mui-design-system 0.0.21 → 0.0.22

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 (243) hide show
  1. package/package.json +1 -1
  2. package/dist/colors/index.d.ts +0 -4
  3. package/dist/colors/index.js +0 -93
  4. package/dist/colors/type.d.ts +0 -5
  5. package/dist/colors/type.js +0 -1
  6. package/dist/components/checkbox-list/CheckboxList.d.ts +0 -21
  7. package/dist/components/checkbox-list/CheckboxList.js +0 -31
  8. package/dist/components/custom-auto-complete/CustomAutoComplete.d.ts +0 -27
  9. package/dist/components/custom-auto-complete/CustomAutoComplete.js +0 -75
  10. package/dist/components/custom-auto-complete/components/AutoCompleteInput.d.ts +0 -21
  11. package/dist/components/custom-auto-complete/components/AutoCompleteInput.js +0 -29
  12. package/dist/components/custom-auto-complete/components/ListBox.d.ts +0 -5
  13. package/dist/components/custom-auto-complete/components/ListBox.js +0 -62
  14. package/dist/components/custom-auto-complete/components/ListRow.d.ts +0 -2
  15. package/dist/components/custom-auto-complete/components/ListRow.js +0 -21
  16. package/dist/components/custom-auto-complete-advanced/CustomAutoComplete.d.ts +0 -28
  17. package/dist/components/custom-auto-complete-advanced/CustomAutoComplete.js +0 -92
  18. package/dist/components/custom-auto-complete-advanced/components/ListBox.d.ts +0 -6
  19. package/dist/components/custom-auto-complete-advanced/components/ListBox.js +0 -76
  20. package/dist/components/custom-auto-complete-advanced/components/ListRow.d.ts +0 -2
  21. package/dist/components/custom-auto-complete-advanced/components/ListRow.js +0 -17
  22. package/dist/components/custom-auto-complete-advanced/components/RenderInput.d.ts +0 -23
  23. package/dist/components/custom-auto-complete-advanced/components/RenderInput.js +0 -51
  24. package/dist/components/custom-auto-complete-advanced/components/RenderTags.d.ts +0 -9
  25. package/dist/components/custom-auto-complete-advanced/components/RenderTags.js +0 -22
  26. package/dist/components/custom-breadcrumbs/CustomBreadcrumbs.d.ts +0 -17
  27. package/dist/components/custom-breadcrumbs/CustomBreadcrumbs.js +0 -11
  28. package/dist/components/custom-card/CustomHorizontalCard.d.ts +0 -3
  29. package/dist/components/custom-card/CustomHorizontalCard.js +0 -9
  30. package/dist/components/custom-card/CustomVerticalCard.d.ts +0 -3
  31. package/dist/components/custom-card/CustomVerticalCard.js +0 -9
  32. package/dist/components/custom-chip/CustomChip.d.ts +0 -12
  33. package/dist/components/custom-chip/CustomChip.js +0 -10
  34. package/dist/components/custom-date-picker/CustomComponent.d.ts +0 -17
  35. package/dist/components/custom-date-picker/CustomComponent.js +0 -36
  36. package/dist/components/custom-date-picker/CustomDatePicker.d.ts +0 -14
  37. package/dist/components/custom-date-picker/CustomDatePicker.js +0 -55
  38. package/dist/components/custom-dialog/CustomDialog.d.ts +0 -41
  39. package/dist/components/custom-dialog/CustomDialog.js +0 -38
  40. package/dist/components/custom-input/CustomNumericInput.d.ts +0 -9
  41. package/dist/components/custom-input/CustomNumericInput.js +0 -32
  42. package/dist/components/custom-mobile-date-picker/CustomBottomSheet.d.ts +0 -9
  43. package/dist/components/custom-mobile-date-picker/CustomBottomSheet.js +0 -29
  44. package/dist/components/custom-mobile-date-picker/CustomMobileDatePicker.d.ts +0 -19
  45. package/dist/components/custom-mobile-date-picker/CustomMobileDatePicker.js +0 -98
  46. package/dist/components/custom-mobile-date-picker/DatePickerBottomSheet.d.ts +0 -19
  47. package/dist/components/custom-mobile-date-picker/DatePickerBottomSheet.js +0 -40
  48. package/dist/components/custom-mobile-date-picker/ItemPicker.d.ts +0 -10
  49. package/dist/components/custom-mobile-date-picker/ItemPicker.js +0 -72
  50. package/dist/components/custom-modal/CustomModal.d.ts +0 -21
  51. package/dist/components/custom-modal/CustomModal.js +0 -38
  52. package/dist/components/custom-pagination/custom-pagination-1/CustomPagination1.d.ts +0 -9
  53. package/dist/components/custom-pagination/custom-pagination-1/CustomPagination1.js +0 -13
  54. package/dist/components/custom-pagination/custom-pagination-2/CustomPagination2.d.ts +0 -20
  55. package/dist/components/custom-pagination/custom-pagination-2/CustomPagination2.js +0 -33
  56. package/dist/components/custom-progress/LinearBufferProgress.d.ts +0 -6
  57. package/dist/components/custom-progress/LinearBufferProgress.js +0 -14
  58. package/dist/components/custom-stepper/CustomStepper.d.ts +0 -31
  59. package/dist/components/custom-stepper/CustomStepper.js +0 -170
  60. package/dist/components/custom-table/CustomTable.d.ts +0 -55
  61. package/dist/components/custom-table/CustomTable.js +0 -50
  62. package/dist/components/custom-table/components/CustomTableBody.d.ts +0 -21
  63. package/dist/components/custom-table/components/CustomTableBody.js +0 -11
  64. package/dist/components/custom-table/components/CustomTableCell.d.ts +0 -8
  65. package/dist/components/custom-table/components/CustomTableCell.js +0 -23
  66. package/dist/components/custom-table/components/CustomTableHead.d.ts +0 -17
  67. package/dist/components/custom-table/components/CustomTableHead.js +0 -63
  68. package/dist/components/custom-table/components/CustomTableRow.d.ts +0 -26
  69. package/dist/components/custom-table/components/CustomTableRow.js +0 -102
  70. package/dist/components/custom-table/components/useTable.d.ts +0 -24
  71. package/dist/components/custom-table/components/useTable.js +0 -77
  72. package/dist/components/custom-tabs/CustomTabs.d.ts +0 -22
  73. package/dist/components/custom-tabs/CustomTabs.js +0 -70
  74. package/dist/components/custom-uploader/CustomUploader.d.ts +0 -23
  75. package/dist/components/custom-uploader/CustomUploader.js +0 -68
  76. package/dist/components/error boundary/ErrorComponent.d.ts +0 -7
  77. package/dist/components/error boundary/ErrorComponent.js +0 -6
  78. package/dist/components/error boundary/withErrorBoundary.d.ts +0 -7
  79. package/dist/components/error boundary/withErrorBoundary.js +0 -10
  80. package/dist/components/index.d.ts +0 -183
  81. package/dist/components/index.js +0 -70
  82. package/dist/components/input-list/Form.d.ts +0 -21
  83. package/dist/components/input-list/Form.js +0 -19
  84. package/dist/components/input-list/InputListWithUseForm.d.ts +0 -22
  85. package/dist/components/input-list/InputListWithUseForm.js +0 -22
  86. package/dist/components/input-list/UseFormInput.d.ts +0 -11
  87. package/dist/components/input-list/UseFormInput.js +0 -50
  88. package/dist/components/input-list/checkbox-list/CheckboxList.d.ts +0 -19
  89. package/dist/components/input-list/checkbox-list/CheckboxList.js +0 -30
  90. package/dist/components/input-list/components/UFAutoComplete.d.ts +0 -9
  91. package/dist/components/input-list/components/UFAutoComplete.js +0 -41
  92. package/dist/components/input-list/components/UFCheckbox.d.ts +0 -19
  93. package/dist/components/input-list/components/UFCheckbox.js +0 -21
  94. package/dist/components/input-list/components/UFCurrency.d.ts +0 -9
  95. package/dist/components/input-list/components/UFCurrency.js +0 -47
  96. package/dist/components/input-list/components/UFDatePicker.d.ts +0 -9
  97. package/dist/components/input-list/components/UFDatePicker.js +0 -17
  98. package/dist/components/input-list/components/UFDatePickerMobile.d.ts +0 -9
  99. package/dist/components/input-list/components/UFDatePickerMobile.js +0 -6
  100. package/dist/components/input-list/components/UFMultiCheckbox.d.ts +0 -9
  101. package/dist/components/input-list/components/UFMultiCheckbox.js +0 -17
  102. package/dist/components/input-list/components/UFMultiSelect.d.ts +0 -9
  103. package/dist/components/input-list/components/UFMultiSelect.js +0 -56
  104. package/dist/components/input-list/components/UFRadio.d.ts +0 -9
  105. package/dist/components/input-list/components/UFRadio.js +0 -19
  106. package/dist/components/input-list/components/UFSelect.d.ts +0 -9
  107. package/dist/components/input-list/components/UFSelect.js +0 -19
  108. package/dist/components/input-list/components/UFSwitch.d.ts +0 -19
  109. package/dist/components/input-list/components/UFSwitch.js +0 -99
  110. package/dist/components/input-list/components/UFTextArea.d.ts +0 -9
  111. package/dist/components/input-list/components/UFTextArea.js +0 -12
  112. package/dist/components/input-list/components/UFTextField.d.ts +0 -11
  113. package/dist/components/input-list/components/UFTextField.js +0 -29
  114. package/dist/components/input-list/components/UFTime.d.ts +0 -10
  115. package/dist/components/input-list/components/UFTime.js +0 -93
  116. package/dist/components/input-list/components/UFUploader.d.ts +0 -9
  117. package/dist/components/input-list/components/UFUploader.js +0 -41
  118. package/dist/components/input-list/type.d.ts +0 -165
  119. package/dist/components/input-list/type.js +0 -1
  120. package/dist/components/otp-input/OTPInput.d.ts +0 -19
  121. package/dist/components/otp-input/OTPInput.js +0 -161
  122. package/dist/components/rich-tooltip/RichTooltip.d.ts +0 -18
  123. package/dist/components/rich-tooltip/RichTooltip.js +0 -32
  124. package/dist/context/FormContext.d.ts +0 -16
  125. package/dist/context/FormContext.js +0 -8
  126. package/dist/icons/Add.d.ts +0 -7
  127. package/dist/icons/Add.js +0 -3
  128. package/dist/icons/ArrowDown.d.ts +0 -7
  129. package/dist/icons/ArrowDown.js +0 -3
  130. package/dist/icons/ArrowLeft1.d.ts +0 -7
  131. package/dist/icons/ArrowLeft1.js +0 -3
  132. package/dist/icons/ArrowRight1.d.ts +0 -7
  133. package/dist/icons/ArrowRight1.js +0 -3
  134. package/dist/icons/Calendar.d.ts +0 -7
  135. package/dist/icons/Calendar.js +0 -3
  136. package/dist/icons/CloseCircle.d.ts +0 -7
  137. package/dist/icons/CloseCircle.js +0 -3
  138. package/dist/icons/DocumentDownload.d.ts +0 -7
  139. package/dist/icons/DocumentDownload.js +0 -3
  140. package/dist/icons/Eye.d.ts +0 -7
  141. package/dist/icons/Eye.js +0 -3
  142. package/dist/icons/EyeSlash.d.ts +0 -7
  143. package/dist/icons/EyeSlash.js +0 -3
  144. package/dist/icons/FolderAdd.d.ts +0 -7
  145. package/dist/icons/FolderAdd.js +0 -3
  146. package/dist/icons/InfoCircle.d.ts +0 -7
  147. package/dist/icons/InfoCircle.js +0 -3
  148. package/dist/icons/Tick.d.ts +0 -7
  149. package/dist/icons/Tick.js +0 -3
  150. package/dist/icons/Trash.d.ts +0 -7
  151. package/dist/icons/Trash.js +0 -3
  152. package/dist/icons/Union.d.ts +0 -7
  153. package/dist/icons/Union.js +0 -3
  154. package/dist/icons/Warning2.d.ts +0 -7
  155. package/dist/icons/Warning2.js +0 -3
  156. package/dist/index.d.ts +0 -8
  157. package/dist/index.js +0 -8
  158. package/dist/methods/debounce.d.ts +0 -3
  159. package/dist/methods/debounce.js +0 -20
  160. package/dist/methods/general.d.ts +0 -2
  161. package/dist/methods/general.js +0 -32
  162. package/dist/mui/Alert/Alert.d.ts +0 -2
  163. package/dist/mui/Alert/Alert.js +0 -13
  164. package/dist/mui/AutoComplete/MuiAutoComplete.d.ts +0 -2
  165. package/dist/mui/AutoComplete/MuiAutoComplete.js +0 -27
  166. package/dist/mui/BreadCrumbs/MuiBreadCrumbs.d.ts +0 -2
  167. package/dist/mui/BreadCrumbs/MuiBreadCrumbs.js +0 -31
  168. package/dist/mui/Button/MuiButton.d.ts +0 -7
  169. package/dist/mui/Button/MuiButton.js +0 -185
  170. package/dist/mui/Card/MuiCard.d.ts +0 -2
  171. package/dist/mui/Card/MuiCard.js +0 -7
  172. package/dist/mui/Checkbox/Checkbox.d.ts +0 -2
  173. package/dist/mui/Checkbox/Checkbox.js +0 -31
  174. package/dist/mui/Checkbox/assets/CheckedIcon.d.ts +0 -8
  175. package/dist/mui/Checkbox/assets/CheckedIcon.js +0 -12
  176. package/dist/mui/Checkbox/assets/IntermediateIcon.d.ts +0 -8
  177. package/dist/mui/Checkbox/assets/IntermediateIcon.js +0 -10
  178. package/dist/mui/Checkbox/assets/UnChekedIcon.d.ts +0 -7
  179. package/dist/mui/Checkbox/assets/UnChekedIcon.js +0 -9
  180. package/dist/mui/Chip/MuiChip.d.ts +0 -10
  181. package/dist/mui/Chip/MuiChip.js +0 -35
  182. package/dist/mui/Dialog/MuiDialog.d.ts +0 -7
  183. package/dist/mui/Dialog/MuiDialog.js +0 -22
  184. package/dist/mui/FormControl/MuiFormControlLabel.d.ts +0 -2
  185. package/dist/mui/FormControl/MuiFormControlLabel.js +0 -13
  186. package/dist/mui/IconButton/MuiIconButon.d.ts +0 -2
  187. package/dist/mui/IconButton/MuiIconButon.js +0 -7
  188. package/dist/mui/InputAdornment/MuiInputAdornment.d.ts +0 -2
  189. package/dist/mui/InputAdornment/MuiInputAdornment.js +0 -6
  190. package/dist/mui/InputLabel/MuiInputLabel.d.ts +0 -2
  191. package/dist/mui/InputLabel/MuiInputLabel.js +0 -43
  192. package/dist/mui/Pagination/MuiPagination.d.ts +0 -2
  193. package/dist/mui/Pagination/MuiPagination.js +0 -15
  194. package/dist/mui/Pagination/MuiPaginationItem.d.ts +0 -2
  195. package/dist/mui/Pagination/MuiPaginationItem.js +0 -15
  196. package/dist/mui/Radio/MuiRadio.d.ts +0 -2
  197. package/dist/mui/Radio/MuiRadio.js +0 -17
  198. package/dist/mui/Select/MuiSelect.d.ts +0 -2
  199. package/dist/mui/Select/MuiSelect.js +0 -47
  200. package/dist/mui/Switch/MuiSwitch.d.ts +0 -2
  201. package/dist/mui/Switch/MuiSwitch.js +0 -83
  202. package/dist/mui/Tabs/MuiTabs.d.ts +0 -2
  203. package/dist/mui/Tabs/MuiTabs.js +0 -21
  204. package/dist/mui/Tabs/Tab/MuiTab.d.ts +0 -2
  205. package/dist/mui/Tabs/Tab/MuiTab.js +0 -26
  206. package/dist/mui/TextField/MuiFilledInput.d.ts +0 -2
  207. package/dist/mui/TextField/MuiFilledInput.js +0 -91
  208. package/dist/mui/TextField/MuiOutlinedInput.d.ts +0 -2
  209. package/dist/mui/TextField/MuiOutlinedInput.js +0 -66
  210. package/dist/mui/TextField/TextField.d.ts +0 -2
  211. package/dist/mui/TextField/TextField.js +0 -78
  212. package/dist/mui/Tooltip/MuiTooltip.d.ts +0 -2
  213. package/dist/mui/Tooltip/MuiTooltip.js +0 -26
  214. package/dist/mui/Typography/MuiTypography.d.ts +0 -2
  215. package/dist/mui/Typography/MuiTypography.js +0 -9
  216. package/dist/mui/Typography/index.d.ts +0 -2
  217. package/dist/mui/Typography/index.js +0 -138
  218. package/dist/mui/accordion/MuiAccodrion.d.ts +0 -2
  219. package/dist/mui/accordion/MuiAccodrion.js +0 -13
  220. package/dist/mui/breakpoints/index.d.ts +0 -9
  221. package/dist/mui/breakpoints/index.js +0 -9
  222. package/dist/mui/menu/MuiMenu.d.ts +0 -2
  223. package/dist/mui/menu/MuiMenu.js +0 -8
  224. package/dist/mui/menu/MuiMenuItem.d.ts +0 -2
  225. package/dist/mui/menu/MuiMenuItem.js +0 -14
  226. package/dist/mui/mui-css-baseline/index.d.ts +0 -3
  227. package/dist/mui/mui-css-baseline/index.js +0 -37
  228. package/dist/mui/palette/dark/darkPalette.d.ts +0 -2
  229. package/dist/mui/palette/dark/darkPalette.js +0 -135
  230. package/dist/mui/palette/light/lightPalette.d.ts +0 -2
  231. package/dist/mui/palette/light/lightPalette.js +0 -135
  232. package/dist/nextjs/NextCacheProvider.d.ts +0 -7
  233. package/dist/nextjs/NextCacheProvider.js +0 -13
  234. package/dist/react/ReactCacheProvider.d.ts +0 -7
  235. package/dist/react/ReactCacheProvider.js +0 -15
  236. package/dist/theme/theme.d.ts +0 -3
  237. package/dist/theme/theme.js +0 -75
  238. package/dist/types/palette.d.ts +0 -60
  239. package/dist/types/palette.js +0 -1
  240. package/dist/types/types.d.ts +0 -102
  241. package/dist/types/types.js +0 -4
  242. package/dist/types/typography.d.ts +0 -71
  243. package/dist/types/typography.js +0 -1
@@ -1,138 +0,0 @@
1
- export const typography = {
2
- fontFamily: 'inherit',
3
- h1: {
4
- fontWeight: 700,
5
- fontSize: "clamp(34px,6.8vw,46px)",
6
- lineHeight: "clamp(38px,5.7vw,42px)",
7
- },
8
- h2: {
9
- fontWeight: 700,
10
- fontSize: "clamp(32px,6.8vw,41px)",
11
- lineHeight: "clamp(36px,5.7vw,40px)",
12
- },
13
- h3: {
14
- fontWeight: 700,
15
- fontSize: "clamp(28px,5.3vw,36px)",
16
- lineHeight: "clamp(34px,5.7vw,38px)",
17
- },
18
- h4: {
19
- fontWeight: 700,
20
- fontSize: "clamp(25px,4.8vw,32px)",
21
- lineHeight: "clamp(32px,5.7vw,36px)",
22
- },
23
- h5: {
24
- fontWeight: 700,
25
- fontSize: "clamp(22px,4.3vw,29px)",
26
- lineHeight: "clamp(30px,5.7vw,34px)",
27
- },
28
- h6: {
29
- fontWeight: 700,
30
- fontSize: "clamp(20px,3.8vw,26px)",
31
- lineHeight: "clamp(28px,5.7vw,32px)",
32
- },
33
- body1: {
34
- fontWeight: 400,
35
- fontSize: "clamp(18px,3.3vw,22px)",
36
- lineHeight: "clamp(26px,5.7vw,30px)",
37
- },
38
- "body1.medium": {
39
- fontWeight: 500,
40
- fontSize: "clamp(18px,3.3vw,22px)",
41
- lineHeight: "clamp(26px,5.7vw,30px)",
42
- },
43
- "body1.bold": {
44
- fontWeight: 700,
45
- fontSize: "clamp(18px,3.3vw,22px)",
46
- lineHeight: "clamp(26px,5.7vw,30px)",
47
- },
48
- body2: {
49
- fontWeight: 400,
50
- fontSize: "clamp(16px,3vw,20px)",
51
- lineHeight: "clamp(24px,4.9vw,28px)",
52
- },
53
- "body2.medium": {
54
- fontWeight: 500,
55
- fontSize: "clamp(16px,3vw,20px)",
56
- lineHeight: "clamp(24px,4.9vw,28px)",
57
- },
58
- "body2.bold": {
59
- fontWeight: 700,
60
- fontSize: "clamp(16px,3vw,20px)",
61
- lineHeight: "clamp(24px,4.9vw,28px)",
62
- },
63
- body3: {
64
- fontWeight: 400,
65
- fontSize: "clamp(14px,2.7vw,18px)",
66
- lineHeight: "clamp(22px,4.9vw,26px)",
67
- },
68
- "body3.medium": {
69
- fontWeight: 500,
70
- fontSize: "clamp(14px,2.7vw,18px)",
71
- lineHeight: "clamp(22px,4.9vw,26px)",
72
- },
73
- "body3.bold": {
74
- fontWeight: 700,
75
- fontSize: "clamp(14px,2.7vw,18px)",
76
- lineHeight: "clamp(22px,4.9vw,26px)",
77
- },
78
- caption1: {
79
- fontWeight: 400,
80
- fontSize: "clamp(12px,2.35vw,16px)",
81
- lineHeight: "clamp(20px,4.5vw,24px)",
82
- },
83
- "caption1.medium": {
84
- fontWeight: 500,
85
- fontSize: "clamp(12px,2.35vw,16px)",
86
- lineHeight: "clamp(20px,4.5vw,24px)",
87
- },
88
- "caption1.bold": {
89
- fontWeight: 700,
90
- fontSize: "clamp(12px,2.35vw,16px)",
91
- lineHeight: "clamp(20px,4.5vw,24px)",
92
- },
93
- caption2: {
94
- fontWeight: 400,
95
- fontSize: "clamp(11px,2.2vw,14px)",
96
- lineHeight: "clamp(20px,4.5vw,24px)",
97
- },
98
- "caption2.medium": {
99
- fontWeight: 500,
100
- fontSize: "clamp(11px,2.2vw,14px)",
101
- lineHeight: "clamp(20px,3.85vw,24px)",
102
- },
103
- "caption2.bold": {
104
- fontWeight: 700,
105
- fontSize: "clamp(11px,2.2vw,14px)",
106
- lineHeight: "clamp(20px,3.85vw,24px)",
107
- },
108
- caption3: {
109
- fontWeight: 400,
110
- fontSize: "clamp(10px,1.85vw,12px)",
111
- lineHeight: "clamp(18px,3.85vw,22px)",
112
- },
113
- "caption3.medium": {
114
- fontWeight: 500,
115
- fontSize: "clamp(10px,1.85vw,12px)",
116
- lineHeight: "clamp(18px,3.85vw,22px)",
117
- },
118
- "caption3.bold": {
119
- fontWeight: 700,
120
- fontSize: "clamp(10px,1.85vw,12px)",
121
- lineHeight: "clamp(18px,3.85vw,22px)",
122
- },
123
- caption4: {
124
- fontWeight: 400,
125
- fontSize: "clamp(9px,1.6vw,10px)",
126
- lineHeight: "clamp(16px,3vw,20px)",
127
- },
128
- "caption4.medium": {
129
- fontWeight: 500,
130
- fontSize: "clamp(9px,1.6vw,10px)",
131
- lineHeight: "clamp(16px,3vw,20px)",
132
- },
133
- "caption4.bold": {
134
- fontWeight: 700,
135
- fontSize: "clamp(9px,1.6vw,10px)",
136
- lineHeight: "clamp(16px,3vw,20px)",
137
- },
138
- };
@@ -1,2 +0,0 @@
1
- import { Components, Theme } from '@mui/material/styles';
2
- export declare const MuiAccordion: Components<Theme>['MuiAccordion'];
@@ -1,13 +0,0 @@
1
- export const MuiAccordion = {
2
- styleOverrides: {
3
- root: ({ ownerState, theme }) => ({
4
- borderRadius: 4,
5
- boxShadow: '1px 2px 4px 0px rgba(84, 92, 97, 0.10)',
6
- paddingRight: '8px',
7
- borderBottom: 'unset',
8
- '& .MuiAccordionSummary-content': {
9
- padding: '0px 8px'
10
- }
11
- }),
12
- },
13
- };
@@ -1,9 +0,0 @@
1
- export declare const breakpoints: {
2
- values: {
3
- xs: number;
4
- sm: number;
5
- md: number;
6
- lg: number;
7
- xl: number;
8
- };
9
- };
@@ -1,9 +0,0 @@
1
- export const breakpoints = {
2
- values: {
3
- xs: 0,
4
- sm: 600,
5
- md: 960,
6
- lg: 1280,
7
- xl: 1920,
8
- },
9
- };
@@ -1,2 +0,0 @@
1
- import { Components, Theme } from "@mui/material/styles";
2
- export declare const MuiMenu: Components<Theme>['MuiMenu'];
@@ -1,8 +0,0 @@
1
- export const MuiMenu = {
2
- defaultProps: {
3
- slotProps: {
4
- paper: { sx: { mt: 3, boxShadow: "0px 0px 10px rgba(94, 129, 233, 0.2)" } },
5
- },
6
- },
7
- styleOverrides: { list: { direction: 'ltr' }, paper: { marginTop: 10 } },
8
- };
@@ -1,2 +0,0 @@
1
- import { Components, Theme } from "@mui/material/styles";
2
- export declare const MuiMenuItem: Components<Theme>['MuiMenuItem'];
@@ -1,14 +0,0 @@
1
- export const MuiMenuItem = {
2
- styleOverrides: {
3
- root: ({ theme, ownerState }) => ({
4
- ":hover": {
5
- backgroundColor: `${theme.palette.primary[1]}55`
6
- },
7
- "&.Mui-selected": {
8
- backgroundColor: theme.palette.primary[1]
9
- },
10
- color: theme.palette.text.primary,
11
- ...theme.typography['caption3'],
12
- })
13
- },
14
- };
@@ -1,3 +0,0 @@
1
- export declare const MuiCssBaseline: {
2
- styleOverrides: string;
3
- };
@@ -1,37 +0,0 @@
1
- export const MuiCssBaseline = {
2
- styleOverrides: `
3
- :root {
4
-
5
- color-scheme: light dark;
6
- color: rgba(255, 255, 255, 0.87);
7
-
8
- font-synthesis: none;
9
- text-rendering: optimizeLegibility;
10
- -webkit-font-smoothing: antialiased;
11
- -moz-osx-font-smoothing: grayscale;
12
- -webkit-text-size-adjust: 100%;
13
- }
14
- *{
15
- margin:0;
16
- padding:0;
17
- text-decoration:none;
18
-
19
- }
20
-
21
- #root {
22
- width: 100%;
23
- }
24
-
25
- input::-webkit-outer-spin-button,
26
- input::-webkit-inner-spin-button {
27
- -webkit-appearance: none;
28
- margin: 0;
29
- }
30
-
31
-
32
- input[type=number] {
33
- -moz-appearance: textfield;
34
- }
35
-
36
- `,
37
- };
@@ -1,2 +0,0 @@
1
- import { PaletteOptions } from '@mui/material/styles/createPalette';
2
- export declare const darkPalette: PaletteOptions;
@@ -1,135 +0,0 @@
1
- export const darkPalette = {
2
- primary: {
3
- main: '#23AD80',
4
- 10: '#03110C',
5
- 9: '#0A3325',
6
- 8: '#11553E',
7
- 7: '#15664B',
8
- 6: '#1C8A66',
9
- 5: '#23AD80',
10
- 4: '#2ACB95',
11
- 3: '#56DCAF',
12
- 2: '#88E7C7',
13
- 1: '#BBF1DF',
14
- },
15
- secondary: {
16
- main: '#FFB833',
17
- 10: '#291B00',
18
- 9: '#664400',
19
- 8: '#A36D00',
20
- 7: '#CC8800',
21
- 6: '#F8A300',
22
- 5: '#FFB833',
23
- 4: '#FFC65C',
24
- 3: '#FFD485',
25
- 2: '#FFE2AD',
26
- 1: '#FFF1D6',
27
- },
28
- divider: '#D4D4D4',
29
- background: {
30
- main: '#414141',
31
- default: '#383838',
32
- paper: '#B5B5B5',
33
- 1: '#8A8A8A',
34
- 2: '#616161',
35
- 3: '#4A4A4A',
36
- },
37
- success: {
38
- main: '#77FE7A',
39
- 5: '#118715',
40
- 4: '#20CF27',
41
- 3: '#77FE7A',
42
- 2: '#BBFEBE',
43
- 1: '#E4FFE5',
44
- },
45
- warning: {
46
- main: '#F7DF00',
47
- 5: '#998A00',
48
- 4: '#E1CB00',
49
- 3: '#F7DF00',
50
- 2: '#FFEF9D',
51
- 1: '#FFF8DB',
52
- },
53
- error: {
54
- main: '#EF4D2F',
55
- 5: '#5F1507',
56
- 4: '#B5260B',
57
- 3: '#EF4D2F',
58
- 2: '#FEE2E1',
59
- 1: '#FFF6F6',
60
- },
61
- info: {
62
- main: '#51C0FF',
63
- 5: '#00527C',
64
- 4: '#007CB4',
65
- 3: '#51C0FF',
66
- 2: '#D5EBFF',
67
- 1: '#F2F9FF',
68
- },
69
- text: {
70
- primary: '#F3F3F3',
71
- secondary: '#4A4A4A',
72
- disabled: '#8A8A8A',
73
- 16: '#FFFFFF',
74
- 15: '#FDFDFD',
75
- 14: '#FAFAFA',
76
- 13: '#F7F7F7',
77
- 12: '#F3F3F3',
78
- 11: '#F1F1F1',
79
- 10: '#EBEBEB',
80
- 9: '#E3E3E3',
81
- 8: '#D4D4D4',
82
- 7: '#CCCCCC',
83
- 6: '#B5B5B5',
84
- 5: '#8A8A8A',
85
- 4: '#616161',
86
- 3: '#4A4A4A',
87
- 2: '#414141',
88
- 1: '#383838',
89
- },
90
- grey: {
91
- main: '#d4d4d4',
92
- 1: '#ffffff',
93
- 2: '#c8c8c8',
94
- 3: '#afafaf',
95
- 4: '#969696',
96
- 5: '#7d7d7d',
97
- 6: '#646464',
98
- 7: '#4b4b4b',
99
- 8: '#323232',
100
- 9: '#191919',
101
- 10: '#000000',
102
- },
103
- default: {
104
- light: "#212EBB",
105
- dark: "#7B9EFE",
106
- contrastText: "#FAFAFA",
107
- main: "#3440C1",
108
- 10: "#212EBB",
109
- 9: "#3440C1",
110
- 8: "#4D59D7",
111
- 7: "#646FED",
112
- 6: "#727CF4",
113
- 5: "#7984FF",
114
- 4: "#6B91FB",
115
- 3: "#7B9EFE",
116
- 2: "#98B3FE",
117
- 1: "#cddbff",
118
- },
119
- inherit: {
120
- light: "#212EBB",
121
- dark: "#7B9EFE",
122
- contrastText: "#FAFAFA",
123
- main: "#3440C1",
124
- 10: "#212EBB",
125
- 9: "#3440C1",
126
- 8: "#4D59D7",
127
- 7: "#646FED",
128
- 6: "#727CF4",
129
- 5: "#7984FF",
130
- 4: "#6B91FB",
131
- 3: "#7B9EFE",
132
- 2: "#98B3FE",
133
- 1: "#cddbff",
134
- },
135
- };
@@ -1,2 +0,0 @@
1
- import { PaletteOptions } from '@mui/material/styles/createPalette';
2
- export declare const lightPalette: PaletteOptions;
@@ -1,135 +0,0 @@
1
- export const lightPalette = {
2
- primary: {
3
- main: '#1C8A66',
4
- 10: '#03110C',
5
- 9: '#0A3325',
6
- 8: '#11553E',
7
- 7: '#15664B',
8
- 6: '#1C8A66',
9
- 5: '#23AD80',
10
- 4: '#2ACB95',
11
- 3: '#56DCAF',
12
- 2: '#88E7C7',
13
- 1: '#BBF1DF',
14
- },
15
- secondary: {
16
- main: '#F8A300',
17
- 10: '#291B00',
18
- 9: '#664400',
19
- 8: '#A36D00',
20
- 7: '#CC8800',
21
- 6: '#F8A300',
22
- 5: '#FFB833',
23
- 4: '#FFC65C',
24
- 3: '#FFD485',
25
- 2: '#FFE2AD',
26
- 1: '#FFF1D6',
27
- },
28
- divider: '#D4D4D4',
29
- background: {
30
- main: '#FDFDFD',
31
- default: '#fff',
32
- paper: '#fff',
33
- 1: '#FAFAFA',
34
- 2: '#F7F7F7',
35
- 3: '#F3F3F3',
36
- },
37
- success: {
38
- main: '#20CF27',
39
- 5: '#118715',
40
- 4: '#20CF27',
41
- 3: '#77FE7A',
42
- 2: '#BBFEBE',
43
- 1: '#E4FFE5',
44
- },
45
- warning: {
46
- main: '#E1CB00',
47
- 5: '#998A00',
48
- 4: '#E1CB00',
49
- 3: '#F7DF00',
50
- 2: '#FFEF9D',
51
- 1: '#FFF8DB',
52
- },
53
- error: {
54
- main: '#B5260B',
55
- 5: '#5F1507',
56
- 4: '#B5260B',
57
- 3: '#EF4D2F',
58
- 2: '#FEE2E1',
59
- 1: '#FFF6F6',
60
- },
61
- info: {
62
- main: '#007CB4',
63
- 5: '#00527C',
64
- 4: '#007CB4',
65
- 3: '#51C0FF',
66
- 2: '#D5EBFF',
67
- 1: '#F2F9FF',
68
- },
69
- text: {
70
- primary: '#4A4A4A',
71
- secondary: '#fff',
72
- disabled: '#B5B5B5',
73
- 16: '#1A1A1A',
74
- 15: '#303030',
75
- 14: '#4A4A4A',
76
- 13: '#616161',
77
- 12: '#8A8A8A',
78
- 11: '#B5B5B5',
79
- 10: '#CCCCCC',
80
- 9: '#D4D4D4',
81
- 8: '#E3E3E3',
82
- 7: '#EBEBEB',
83
- 6: '#F1F1F1',
84
- 5: '#F3F3F3',
85
- 4: '#F7F7F7',
86
- 3: '#FAFAFA',
87
- 2: '#FDFDFD',
88
- 1: '#FFFFFF',
89
- },
90
- grey: {
91
- main: '#d4d4d4',
92
- 1: '#ffffff',
93
- 2: '#c8c8c8',
94
- 3: '#afafaf',
95
- 4: '#969696',
96
- 5: '#7d7d7d',
97
- 6: '#646464',
98
- 7: '#4b4b4b',
99
- 8: '#323232',
100
- 9: '#191919',
101
- 10: '#000000',
102
- },
103
- default: {
104
- light: "#212EBB",
105
- dark: "#7B9EFE",
106
- contrastText: "#FAFAFA",
107
- main: "#3440C1",
108
- 10: "#212EBB",
109
- 9: "#3440C1",
110
- 8: "#4D59D7",
111
- 7: "#646FED",
112
- 6: "#727CF4",
113
- 5: "#7984FF",
114
- 4: "#6B91FB",
115
- 3: "#7B9EFE",
116
- 2: "#98B3FE",
117
- 1: "#cddbff",
118
- },
119
- inherit: {
120
- light: "#212EBB",
121
- dark: "#7B9EFE",
122
- contrastText: "#FAFAFA",
123
- main: "#3440C1",
124
- 10: "#212EBB",
125
- 9: "#3440C1",
126
- 8: "#4D59D7",
127
- 7: "#646FED",
128
- 6: "#727CF4",
129
- 5: "#7984FF",
130
- 4: "#6B91FB",
131
- 3: "#7B9EFE",
132
- 2: "#98B3FE",
133
- 1: "#cddbff",
134
- },
135
- };
@@ -1,7 +0,0 @@
1
- import { ReactNode } from 'react';
2
- interface INextCacheProviderProps {
3
- children: ReactNode;
4
- isRtl: boolean;
5
- }
6
- declare const NextCacheProvider: ({ children, isRtl }: INextCacheProviderProps) => import("react/jsx-runtime").JSX.Element;
7
- export default NextCacheProvider;
@@ -1,13 +0,0 @@
1
- import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
2
- import rtlPlugin from "stylis-plugin-rtl";
3
- const cacheRtl = {
4
- key: "rtl",
5
- stylisPlugins: [rtlPlugin],
6
- };
7
- const cacheLtr = {
8
- key: "ltr",
9
- };
10
- const NextCacheProvider = ({ children, isRtl }) => {
11
- return (_jsx(_Fragment, { children: children }));
12
- };
13
- export default NextCacheProvider;
@@ -1,7 +0,0 @@
1
- import { ReactNode } from "react";
2
- interface IReactCacheProviderProps {
3
- children: ReactNode;
4
- isRtl: boolean;
5
- }
6
- declare function ReactCacheProvider({ isRtl, children }: IReactCacheProviderProps): import("react/jsx-runtime").JSX.Element;
7
- export default ReactCacheProvider;
@@ -1,15 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { CacheProvider } from '@emotion/react';
3
- import createCache from '@emotion/cache';
4
- import rtlPlugin from 'stylis-plugin-rtl';
5
- const cacheRtl = createCache({
6
- key: 'muirtl',
7
- stylisPlugins: [rtlPlugin],
8
- });
9
- const cacheLtr = createCache({
10
- key: 'muiltr',
11
- });
12
- function ReactCacheProvider({ isRtl, children }) {
13
- return _jsx(CacheProvider, { value: isRtl ? cacheRtl : cacheLtr, children: children });
14
- }
15
- export default ReactCacheProvider;
@@ -1,3 +0,0 @@
1
- type PaletteMode = 'light' | 'dark';
2
- export declare const customTheme: (mode: PaletteMode, isRtl: boolean) => import("@mui/material").Theme;
3
- export default customTheme;
@@ -1,75 +0,0 @@
1
- import { createTheme } from '@mui/material';
2
- import { lightPalette } from '../mui/palette/light/lightPalette';
3
- import { typography } from '../mui/Typography';
4
- import { MuiCssBaseline } from '../mui/mui-css-baseline';
5
- import { darkPalette } from '../mui/palette/dark/darkPalette';
6
- import { MuiTextField } from '../mui/TextField/TextField';
7
- import { MuiAlert } from '../mui/Alert/Alert';
8
- import { MuiButton } from '../mui/Button/MuiButton';
9
- import { MuiChip } from '../mui/Chip/MuiChip';
10
- import { MuiTab } from '../mui/Tabs/Tab/MuiTab';
11
- import { MuiPagination } from '../mui/Pagination/MuiPagination';
12
- import { MuiPaginationItem } from '../mui/Pagination/MuiPaginationItem';
13
- import { MuiCheckbox } from '../mui/Checkbox/Checkbox';
14
- import { MuiSelect } from '../mui/Select/MuiSelect';
15
- import { MuiIconButton } from '../mui/IconButton/MuiIconButon';
16
- import { MuiOutlinedInput } from '../mui/TextField/MuiOutlinedInput';
17
- import { MuiMenu } from '../mui/menu/MuiMenu';
18
- import { MuiFilledInput } from '../mui/TextField/MuiFilledInput';
19
- import { MuiCard } from '../mui/Card/MuiCard';
20
- import { MuiInputLabel } from '../mui/InputLabel/MuiInputLabel';
21
- import { MuiTypography } from '../mui/Typography/MuiTypography';
22
- import { MuiRadio } from '../mui/Radio/MuiRadio';
23
- import { MuiAccordion } from '../mui/accordion/MuiAccodrion';
24
- import { MuiSwitch } from '../mui/Switch/MuiSwitch';
25
- import { MuiTooltip } from '../mui/Tooltip/MuiTooltip';
26
- import { MuiFormControlLabel } from '../mui/FormControl/MuiFormControlLabel';
27
- import { MuiInputAdornment } from '../mui/InputAdornment/MuiInputAdornment';
28
- import { MuiAutoComplete as MuiAutocomplete } from '../mui/AutoComplete/MuiAutoComplete';
29
- import { MuiBreadcrumbs } from '../mui/BreadCrumbs/MuiBreadCrumbs';
30
- import { MuiDialog } from '../mui/Dialog/MuiDialog';
31
- import { breakpoints } from '../mui/breakpoints';
32
- import { MuiTabs } from '../mui/Tabs/MuiTabs';
33
- import { MuiMenuItem } from '../mui/menu/MuiMenuItem';
34
- const getDesignTokens = (mode) => ({
35
- mode,
36
- ...(mode === 'light' ? lightPalette : darkPalette),
37
- });
38
- export const customTheme = (mode, isRtl) => createTheme({
39
- direction: isRtl ? 'rtl' : 'ltr',
40
- palette: getDesignTokens(mode),
41
- spacing: 4,
42
- typography,
43
- breakpoints,
44
- components: {
45
- MuiCssBaseline,
46
- MuiAccordion,
47
- MuiAlert,
48
- MuiChip,
49
- MuiTab,
50
- MuiPagination,
51
- MuiPaginationItem,
52
- MuiSelect,
53
- MuiIconButton,
54
- MuiMenu,
55
- MuiCard,
56
- MuiTypography,
57
- MuiInputLabel,
58
- MuiTooltip,
59
- MuiFormControlLabel,
60
- MuiInputAdornment,
61
- MuiAutocomplete,
62
- MuiBreadcrumbs,
63
- MuiDialog,
64
- MuiTabs,
65
- MuiMenuItem,
66
- MuiTextField,
67
- MuiOutlinedInput,
68
- MuiFilledInput,
69
- MuiButton,
70
- MuiSwitch,
71
- MuiCheckbox,
72
- MuiRadio,
73
- },
74
- });
75
- export default customTheme;