asma-core-ui 1.9.3 → 1.9.5

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 (229) hide show
  1. package/dist/asma-core-ui.es.js +157 -39963
  2. package/dist/index.d.ts +1 -12
  3. package/dist/src/components/custom/module/module-title/StyledModuleTitle.d.ts +5 -0
  4. package/dist/src/components/custom/widget/widget-title/StyledWidgetTitle.d.ts +2 -0
  5. package/dist/src/components/data-display/badge/StyledBadge.d.ts +2 -0
  6. package/dist/src/components/data-display/badge/index.d.ts +1 -0
  7. package/dist/src/components/data-display/chip/StyledChip.d.ts +2 -0
  8. package/dist/src/components/data-display/chip/index.d.ts +1 -0
  9. package/dist/src/components/data-display/icons/Icons.d.ts +5 -0
  10. package/dist/{components → src/components/data-display}/icons/Icons.types.d.ts +2 -1
  11. package/dist/src/components/data-display/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.d.ts +3 -0
  12. package/dist/src/components/data-display/icons/calendar-blank-outline-icon/index.d.ts +1 -0
  13. package/dist/src/components/data-display/icons/clock-outline-icon/ClockOutlineIcon.d.ts +3 -0
  14. package/dist/src/components/data-display/icons/clock-outline-icon/index.d.ts +1 -0
  15. package/dist/src/components/data-display/icons/empty-page-icon/EmptyPageIcon.d.ts +3 -0
  16. package/dist/src/components/data-display/icons/empty-page-icon/index.d.ts +1 -0
  17. package/dist/src/components/data-display/icons/inbox-outbox-icon/InboxOutboxIcon.d.ts +3 -0
  18. package/dist/src/components/data-display/icons/inbox-outbox-icon/index.d.ts +1 -0
  19. package/dist/src/components/data-display/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.d.ts +3 -0
  20. package/dist/src/components/data-display/icons/inbox-outbox-outline-icon/index.d.ts +1 -0
  21. package/dist/{components → src/components/data-display}/icons/index.d.ts +4 -0
  22. package/dist/src/components/data-display/icons/report-box-icon/ReportBoxIcon.d.ts +3 -0
  23. package/dist/src/components/data-display/icons/report-box-icon/index.d.ts +1 -0
  24. package/dist/src/components/data-display/icons/report-box-outline-icon/ReportBoxOutlineIcon.d.ts +3 -0
  25. package/dist/src/components/data-display/icons/report-box-outline-icon/index.d.ts +1 -0
  26. package/dist/src/components/data-display/icons/topic-icon/TopicIcon.d.ts +3 -0
  27. package/dist/src/components/data-display/icons/topic-icon/index.d.ts +1 -0
  28. package/dist/src/components/data-display/tooltip/StyledTooltip.d.ts +2 -0
  29. package/dist/{components/data-display → src/components/data-display/tooltip}/index.d.ts +0 -1
  30. package/dist/src/components/data-display/typography/StyledTypography.d.ts +2 -0
  31. package/dist/src/components/data-display/typography/index.d.ts +1 -0
  32. package/dist/src/components/data-grid/StyledDataGrid.d.ts +8 -0
  33. package/dist/src/components/data-grid/StyledGridActionsCellItem.d.ts +3 -0
  34. package/dist/{components → src/components}/data-grid/components/columnActions.d.ts +1 -1
  35. package/dist/{components → src/components}/data-grid/types.d.ts +1 -0
  36. package/dist/src/components/data-grid/x-data-grid-types.d.ts +2 -0
  37. package/dist/src/components/feedback/alert/StyledAlert.d.ts +2 -0
  38. package/dist/src/components/feedback/alert/StyledAlertTitle.d.ts +2 -0
  39. package/dist/{components/feedback → src/components/feedback/alert}/index.d.ts +0 -1
  40. package/dist/src/components/feedback/dialog/StyledDialog.d.ts +6 -0
  41. package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +2 -0
  42. package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +2 -0
  43. package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +2 -0
  44. package/dist/src/components/feedback/snack-bar/SnackbarProvider.d.ts +32 -0
  45. package/dist/src/components/feedback/snack-bar/StyledAlertSnackbar.d.ts +11 -0
  46. package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +2 -0
  47. package/dist/src/components/feedback/snack-bar/index.d.ts +4 -0
  48. package/dist/src/components/feedback/snack-bar/processAlertSnackBar.d.ts +1 -0
  49. package/dist/src/components/inputs/button/StyledButton.d.ts +36 -0
  50. package/dist/src/components/inputs/button/index.d.ts +1 -0
  51. package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +2 -0
  52. package/dist/src/components/inputs/checkbox/StyledCheckbox.stories.d.ts +14 -0
  53. package/dist/src/components/inputs/checkbox/index.d.ts +1 -0
  54. package/dist/src/components/inputs/input/StyledInput.d.ts +45 -0
  55. package/dist/src/components/inputs/input/index.d.ts +1 -0
  56. package/dist/src/components/inputs/rich-input/RichInput.d.ts +12 -0
  57. package/dist/src/components/inputs/rich-input/index.d.ts +1 -0
  58. package/dist/src/components/inputs/select/StyledSelect.d.ts +11 -0
  59. package/dist/{components/Select → src/components/inputs/select}/StyledSelectItem.d.ts +0 -1
  60. package/dist/src/components/inputs/slider/StyledSlider.d.ts +2 -0
  61. package/dist/src/components/inputs/slider/index.d.ts +1 -0
  62. package/dist/src/components/inputs/switch/StyledSwitch.d.ts +3 -0
  63. package/dist/src/components/inputs/switch/index.d.ts +1 -0
  64. package/dist/src/components/inputs/textarea/StyledTextarea.d.ts +56 -0
  65. package/dist/src/components/inputs/textarea/index.d.ts +1 -0
  66. package/dist/src/components/inputs/textarea/useAutosizeTextArea.d.ts +1 -0
  67. package/dist/src/components/miscellaneous/StyledFormControl.d.ts +2 -0
  68. package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +2 -0
  69. package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +2 -0
  70. package/dist/src/components/miscellaneous/StyledFormLabel.d.ts +2 -0
  71. package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +2 -0
  72. package/dist/src/components/miscellaneous/StyledStack.d.ts +2 -0
  73. package/dist/src/components/navigation/link/StyledLink.d.ts +20 -0
  74. package/dist/src/components/navigation/link/index.d.ts +1 -0
  75. package/dist/src/components/navigation/menu/StyledMenu.d.ts +2 -0
  76. package/dist/src/components/navigation/menu/StyledMenuItem.d.ts +2 -0
  77. package/dist/src/components/navigation/menu/StyledMenuList.d.ts +2 -0
  78. package/dist/src/components/navigation/menu/index.d.ts +3 -0
  79. package/dist/src/components/surfaces/accordion/StyledAccordion.d.ts +2 -0
  80. package/dist/src/components/surfaces/accordion/StyledAccordionDetails.d.ts +2 -0
  81. package/dist/src/components/surfaces/accordion/StyledAccordionSummary.d.ts +2 -0
  82. package/dist/src/components/surfaces/accordion/index.d.ts +3 -0
  83. package/dist/src/components/table/StyledTable.d.ts +28 -0
  84. package/dist/src/components/table/index.d.ts +2 -0
  85. package/dist/src/components/table/types.d.ts +18 -0
  86. package/dist/src/components/table/useToggleMenuVisibility.d.ts +6 -0
  87. package/dist/src/components/utils/popover/StyledPopover.d.ts +2 -0
  88. package/dist/src/components/utils/popover/index.d.ts +1 -0
  89. package/dist/{helpers → src/helpers}/index.d.ts +1 -0
  90. package/dist/src/helpers/reflections.helper.d.ts +2 -0
  91. package/dist/src/index.d.ts +35 -0
  92. package/dist/src/theme/theme.d.ts +147 -0
  93. package/dist/style.css +6 -1
  94. package/dist/tailwind.config.d.ts +196 -0
  95. package/dist/vite.config.d.ts +2 -0
  96. package/package.json +116 -117
  97. package/tw-configs/twConfigs.json +111 -0
  98. package/dist/components/Dialog/StyledDialog.d.ts +0 -6
  99. package/dist/components/Dialog/StyledDialogActions.d.ts +0 -2
  100. package/dist/components/Dialog/StyledDialogContent.d.ts +0 -2
  101. package/dist/components/Dialog/StyledDialogTitle.d.ts +0 -20
  102. package/dist/components/Select/StyledSelect.d.ts +0 -2
  103. package/dist/components/data-display/StyledBadge.d.ts +0 -36
  104. package/dist/components/data-display/StyledTooltip.d.ts +0 -2
  105. package/dist/components/data-grid/StyledDataGrid.d.ts +0 -2
  106. package/dist/components/data-grid/StyledGridActionsCellItem.d.ts +0 -3
  107. package/dist/components/data-grid/x-data-grid-types.d.ts +0 -1
  108. package/dist/components/feedback/StyledAlert.d.ts +0 -2
  109. package/dist/components/feedback/StyledAlertTitle.d.ts +0 -2
  110. package/dist/components/feedback/StyledSnackbar.d.ts +0 -2
  111. package/dist/components/form-group/index.d.ts +0 -1
  112. package/dist/components/icons/report-box-icon/ReportboxIcon.d.ts +0 -3
  113. package/dist/components/icons/report-box-icon/index.d.ts +0 -1
  114. package/dist/components/icons/report-box-outline-icon/ReportboxOutlineIcon.d.ts +0 -3
  115. package/dist/components/icons/report-box-outline-icon/index.d.ts +0 -1
  116. package/dist/components/inputs/StyledButton.d.ts +0 -34
  117. package/dist/components/inputs/StyledCheckbox.d.ts +0 -2
  118. package/dist/components/inputs/StyledFormControlLabel.d.ts +0 -2
  119. package/dist/components/inputs/StyledFormHelperText.d.ts +0 -15
  120. package/dist/components/inputs/StyledFormLabel.d.ts +0 -4
  121. package/dist/components/inputs/StyledInput.d.ts +0 -2
  122. package/dist/components/inputs/StyledInputLabel.d.ts +0 -18
  123. package/dist/components/inputs/StyledSwitch.d.ts +0 -2
  124. package/dist/components/inputs/StyledTextField.d.ts +0 -6
  125. package/dist/components/inputs/index.d.ts +0 -9
  126. package/dist/providers/ThemeProvider.d.ts +0 -3
  127. package/dist/providers/index.d.ts +0 -3
  128. package/dist/theme/theme.d.ts +0 -93
  129. package/tailwind-configs/tw_animation.cjs +0 -43
  130. package/tailwind-configs/tw_box_shadow.cjs +0 -3
  131. package/tailwind-configs/tw_configs.cjs +0 -8
  132. /package/dist/{components → src/components/data-display}/icons/IconTemplate.d.ts +0 -0
  133. /package/dist/{components → src/components/data-display}/icons/archive-icon/ArchiveIcon.d.ts +0 -0
  134. /package/dist/{components → src/components/data-display}/icons/archive-icon/index.d.ts +0 -0
  135. /package/dist/{components → src/components/data-display}/icons/assignment/AssignmentIcon.d.ts +0 -0
  136. /package/dist/{components → src/components/data-display}/icons/assignment/index.d.ts +0 -0
  137. /package/dist/{components → src/components/data-display}/icons/assignment-outline-icon/AssignmentOutlineIcon.d.ts +0 -0
  138. /package/dist/{components → src/components/data-display}/icons/assignment-outline-icon/index.d.ts +0 -0
  139. /package/dist/{components → src/components/data-display}/icons/bell-icon/BellIcon.d.ts +0 -0
  140. /package/dist/{components → src/components/data-display}/icons/bell-icon/index.d.ts +0 -0
  141. /package/dist/{components → src/components/data-display}/icons/bell-outline-icon/BellOutlineIcon.d.ts +0 -0
  142. /package/dist/{components → src/components/data-display}/icons/bell-outline-icon/index.d.ts +0 -0
  143. /package/dist/{components → src/components/data-display}/icons/calendar-icon/CalendarIcon.d.ts +0 -0
  144. /package/dist/{components → src/components/data-display}/icons/calendar-icon/index.d.ts +0 -0
  145. /package/dist/{components → src/components/data-display}/icons/calendar-range-icon/CalendarIcon.d.ts +0 -0
  146. /package/dist/{components → src/components/data-display}/icons/calendar-range-icon/index.d.ts +0 -0
  147. /package/dist/{components → src/components/data-display}/icons/check-fact-outline-icon/CheckFactOutlineIcon.d.ts +0 -0
  148. /package/dist/{components → src/components/data-display}/icons/check-fact-outline-icon/index.d.ts +0 -0
  149. /package/dist/{components → src/components/data-display}/icons/check-icon/CheckIcon.d.ts +0 -0
  150. /package/dist/{components → src/components/data-display}/icons/check-icon/index.d.ts +0 -0
  151. /package/dist/{components → src/components/data-display}/icons/check-outline-icon/CheckOutlineIcon.d.ts +0 -0
  152. /package/dist/{components → src/components/data-display}/icons/check-outline-icon/index.d.ts +0 -0
  153. /package/dist/{components → src/components/data-display}/icons/checkbox-checked-icon/CheckBoxCheckedIcon.d.ts +0 -0
  154. /package/dist/{components → src/components/data-display}/icons/checkbox-checked-icon/index.d.ts +0 -0
  155. /package/dist/{components → src/components/data-display}/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.d.ts +0 -0
  156. /package/dist/{components → src/components/data-display}/icons/chevron-double-left-icon/index.d.ts +0 -0
  157. /package/dist/{components → src/components/data-display}/icons/chevron-double-right-icon/ChevronDoubleRightIcon.d.ts +0 -0
  158. /package/dist/{components → src/components/data-display}/icons/chevron-double-right-icon/index.d.ts +0 -0
  159. /package/dist/{components → src/components/data-display}/icons/chevron-down-icon/ChevronDownIcon.d.ts +0 -0
  160. /package/dist/{components → src/components/data-display}/icons/chevron-down-icon/index.d.ts +0 -0
  161. /package/dist/{components → src/components/data-display}/icons/chevron-left-icon/ChevronLeftIcon.d.ts +0 -0
  162. /package/dist/{components → src/components/data-display}/icons/chevron-left-icon/index.d.ts +0 -0
  163. /package/dist/{components → src/components/data-display}/icons/chevron-right-icon/ChevronRightIcon.d.ts +0 -0
  164. /package/dist/{components → src/components/data-display}/icons/chevron-right-icon/index.d.ts +0 -0
  165. /package/dist/{components → src/components/data-display}/icons/chevron-up-icon/ChevronUpIcon.d.ts +0 -0
  166. /package/dist/{components → src/components/data-display}/icons/chevron-up-icon/index.d.ts +0 -0
  167. /package/dist/{components → src/components/data-display}/icons/close-icon/CloseIcon.d.ts +0 -0
  168. /package/dist/{components → src/components/data-display}/icons/close-icon/index.d.ts +0 -0
  169. /package/dist/{components → src/components/data-display}/icons/dashboard-view-icon/DashboardViewIcon.d.ts +0 -0
  170. /package/dist/{components → src/components/data-display}/icons/dashboard-view-icon/index.d.ts +0 -0
  171. /package/dist/{components → src/components/data-display}/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.d.ts +0 -0
  172. /package/dist/{components → src/components/data-display}/icons/dashboard-view-outline-icon/index.d.ts +0 -0
  173. /package/dist/{components → src/components/data-display}/icons/dots-vertical-icon/DotsVerticalIcon.d.ts +0 -0
  174. /package/dist/{components → src/components/data-display}/icons/dots-vertical-icon/index.d.ts +0 -0
  175. /package/dist/{components → src/components/data-display}/icons/download-icon/DownloadIcon.d.ts +0 -0
  176. /package/dist/{components → src/components/data-display}/icons/download-icon/index.d.ts +0 -0
  177. /package/dist/{components → src/components/data-display}/icons/drop-down-icon/DropDownIcon.d.ts +0 -0
  178. /package/dist/{components → src/components/data-display}/icons/drop-down-icon/index.d.ts +0 -0
  179. /package/dist/{components → src/components/data-display}/icons/drop-up-icon/DropUpIcon.d.ts +0 -0
  180. /package/dist/{components → src/components/data-display}/icons/drop-up-icon/index.d.ts +0 -0
  181. /package/dist/{components → src/components/data-display}/icons/find-replace-icon/FindReplaceIcon.d.ts +0 -0
  182. /package/dist/{components → src/components/data-display}/icons/find-replace-icon/index.d.ts +0 -0
  183. /package/dist/{components → src/components/data-display}/icons/find-replace-people-icon/FindReplacePeopleIcon.d.ts +0 -0
  184. /package/dist/{components → src/components/data-display}/icons/find-replace-people-icon/index.d.ts +0 -0
  185. /package/dist/{components → src/components/data-display}/icons/hamburger-icon/HamburgerIcon.d.ts +0 -0
  186. /package/dist/{components → src/components/data-display}/icons/hamburger-icon/index.d.ts +0 -0
  187. /package/dist/{components → src/components/data-display}/icons/list-numbered-icon/ListNumberedIcon.d.ts +0 -0
  188. /package/dist/{components → src/components/data-display}/icons/list-numbered-icon/index.d.ts +0 -0
  189. /package/dist/{components → src/components/data-display}/icons/loading-icon/LoadingIcon.d.ts +0 -0
  190. /package/dist/{components → src/components/data-display}/icons/loading-icon/index.d.ts +0 -0
  191. /package/dist/{components → src/components/data-display}/icons/message-processing-icon/MessageProcessingIcon.d.ts +0 -0
  192. /package/dist/{components → src/components/data-display}/icons/message-processing-icon/index.d.ts +0 -0
  193. /package/dist/{components → src/components/data-display}/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.d.ts +0 -0
  194. /package/dist/{components → src/components/data-display}/icons/message-processing-outline-icon/index.d.ts +0 -0
  195. /package/dist/{components → src/components/data-display}/icons/pdf-icon/PdfIcon.d.ts +0 -0
  196. /package/dist/{components → src/components/data-display}/icons/pdf-icon/index.d.ts +0 -0
  197. /package/dist/{components → src/components/data-display}/icons/people-icon/PeopleIcon.d.ts +0 -0
  198. /package/dist/{components → src/components/data-display}/icons/people-icon/index.d.ts +0 -0
  199. /package/dist/{components → src/components/data-display}/icons/people-outline-icon/PeopleOutlineIcon.d.ts +0 -0
  200. /package/dist/{components → src/components/data-display}/icons/people-outline-icon/index.d.ts +0 -0
  201. /package/dist/{components → src/components/data-display}/icons/perm-media-icon/PermMediaIcon.d.ts +0 -0
  202. /package/dist/{components → src/components/data-display}/icons/perm-media-icon/index.d.ts +0 -0
  203. /package/dist/{components → src/components/data-display}/icons/perm-media-outline-icon/PermMediaOutline.d.ts +0 -0
  204. /package/dist/{components → src/components/data-display}/icons/perm-media-outline-icon/index.d.ts +0 -0
  205. /package/dist/{components → src/components/data-display}/icons/person-icon/PersonIcon.d.ts +0 -0
  206. /package/dist/{components → src/components/data-display}/icons/person-icon/index.d.ts +0 -0
  207. /package/dist/{components → src/components/data-display}/icons/person-outline-icon/PersonOutlineIcon.d.ts +0 -0
  208. /package/dist/{components → src/components/data-display}/icons/person-outline-icon/index.d.ts +0 -0
  209. /package/dist/{components → src/components/data-display}/icons/qnr-icon/QnrIcon.d.ts +0 -0
  210. /package/dist/{components → src/components/data-display}/icons/qnr-icon/index.d.ts +0 -0
  211. /package/dist/{components → src/components/data-display}/icons/search-icon/SearchIcon.d.ts +0 -0
  212. /package/dist/{components → src/components/data-display}/icons/search-icon/index.d.ts +0 -0
  213. /package/dist/{components → src/components/data-display}/icons/settings-icon/SettingsIcon.d.ts +0 -0
  214. /package/dist/{components → src/components/data-display}/icons/settings-icon/index.d.ts +0 -0
  215. /package/dist/{components → src/components/data-display}/icons/settings-outline-icon/SettingsOutlineIcon.d.ts +0 -0
  216. /package/dist/{components → src/components/data-display}/icons/settings-outline-icon/index.d.ts +0 -0
  217. /package/dist/{components → src/components}/data-grid/components/ColumnFormControlItem.d.ts +0 -0
  218. /package/dist/{components → src/components}/data-grid/components/ColumnsMenu.d.ts +0 -0
  219. /package/dist/{components → src/components}/data-grid/index.d.ts +0 -0
  220. /package/dist/{components/Dialog → src/components/feedback/dialog}/index.d.ts +0 -0
  221. /package/dist/{components/Select → src/components/inputs/select}/index.d.ts +0 -0
  222. /package/dist/{components/form-group → src/components/miscellaneous}/StyledFormGroup.d.ts +0 -0
  223. /package/dist/{helpers → src/helpers}/tokenOptimizer.helper.d.ts +0 -0
  224. /package/dist/{interfaces → src/interfaces}/index.d.ts +0 -0
  225. /package/dist/{styles → src/styles}/fretex-tokens/index.d.ts +0 -0
  226. /package/dist/{styles → src/styles}/greenish-tokens/index.d.ts +0 -0
  227. /package/dist/{styles → src/styles}/tokens/index.d.ts +0 -0
  228. /package/dist/{theme → src/theme}/customMuiColors.d.ts +0 -0
  229. /package/dist/{theme → src/theme}/index.d.ts +0 -0
@@ -0,0 +1,196 @@
1
+ declare const _default: {
2
+ mode: string;
3
+ important: true;
4
+ content: string[];
5
+ theme: {
6
+ fontFamily: {
7
+ sans: string[];
8
+ roboto: string[];
9
+ };
10
+ extend: {
11
+ colors: {
12
+ inherit: string;
13
+ "textcolor-component": string;
14
+ "color-active-component": string;
15
+ "alpha-100": string;
16
+ "alpha-500": string;
17
+ "alpha-600": string;
18
+ "alpha-700": string;
19
+ "beta-100": string;
20
+ "beta-500": string;
21
+ "beta-600": string;
22
+ "beta-700": string;
23
+ "gama-50": string;
24
+ "gama-100": string;
25
+ "gama-200": string;
26
+ "gama-300": string;
27
+ "gama-400": string;
28
+ "gama-500": string;
29
+ "gama-600": string;
30
+ "gama-700": string;
31
+ "gama-800": string;
32
+ "delta-10": string;
33
+ "delta-50": string;
34
+ "delta-100": string;
35
+ "delta-200": string;
36
+ "delta-300": string;
37
+ "delta-400": string;
38
+ "delta-500": string;
39
+ "delta-600": string;
40
+ "delta-700": string;
41
+ "delta-800": string;
42
+ "delta-900": string;
43
+ "delta-9000": string;
44
+ "sigma-700": string;
45
+ "zeta-700": string;
46
+ "theta-100": string;
47
+ "theta-200": string;
48
+ "theta-300": string;
49
+ "theta-400": string;
50
+ "theta-500": string;
51
+ "theta-600": string;
52
+ "theta-700": string;
53
+ "theta-800": string;
54
+ "theta-hover": string;
55
+ "btn-bg": string;
56
+ "btn-bg-active": string;
57
+ "btn-bg-hover": string;
58
+ "btn-bg-disabled": string;
59
+ "btn-bg-danger": string;
60
+ "btn-bg-danger-active": string;
61
+ "btn-task-status-bg": string;
62
+ "btn-bg-mini-action": string;
63
+ "btn-bg-mini-action-hover": string;
64
+ "badge-bg": string;
65
+ "badge-text": string;
66
+ "chat-ticket-message-bg": string;
67
+ "colors-topbar-text": string;
68
+ "custom-grey-01": string;
69
+ "custom-grey-02": string;
70
+ "custom-grey-03": string;
71
+ "custom-grey-04": string;
72
+ "custom-grey-06": string;
73
+ primary: {
74
+ "25": string;
75
+ "50": string;
76
+ "100": string;
77
+ "200": string;
78
+ "300": string;
79
+ "400": string;
80
+ "500": string;
81
+ "600": string;
82
+ "700": string;
83
+ "800": string;
84
+ "900": string;
85
+ light: string;
86
+ main: string;
87
+ dark: string;
88
+ contrastText: string;
89
+ };
90
+ error: {
91
+ "100": string;
92
+ "300": string;
93
+ "500": string;
94
+ "600": string;
95
+ "700": string;
96
+ light: string;
97
+ main: string;
98
+ dark: string;
99
+ };
100
+ success: {
101
+ "100": string;
102
+ "300": string;
103
+ "500": string;
104
+ "700": string;
105
+ light: string;
106
+ main: string;
107
+ dark: string;
108
+ };
109
+ warning: {
110
+ "100": string;
111
+ "300": string;
112
+ "500": string;
113
+ "700": string;
114
+ light: string;
115
+ main: string;
116
+ dark: string;
117
+ };
118
+ info: {
119
+ "300": string;
120
+ "500": string;
121
+ "700": string;
122
+ light: string;
123
+ main: string;
124
+ dark: string;
125
+ };
126
+ };
127
+ boxShadow: {
128
+ ash: string;
129
+ };
130
+ animation: {
131
+ "slide-in": string;
132
+ "slide-out": string;
133
+ "opacity-in": string;
134
+ "opacity-in-5": string;
135
+ "opacity-appear-3": string;
136
+ "opacity-out": string;
137
+ };
138
+ keyframes: {
139
+ "slide-in": {
140
+ "0%": {
141
+ margin: string;
142
+ };
143
+ "100%": {
144
+ margin: string;
145
+ };
146
+ };
147
+ "slide-out": {
148
+ "0%": {
149
+ margin: string;
150
+ };
151
+ "100%": {
152
+ margin: string;
153
+ };
154
+ };
155
+ "opacity-in": {
156
+ "0%": {
157
+ opacity: string;
158
+ height: string;
159
+ };
160
+ "100%": {
161
+ opacity: string;
162
+ height: string;
163
+ };
164
+ };
165
+ "opacity-appear": {
166
+ "0%": {
167
+ opacity: string;
168
+ };
169
+ "100%": {
170
+ opacity: string;
171
+ };
172
+ };
173
+ "opacity-out": {
174
+ "0%": {
175
+ opacity: string;
176
+ height: string;
177
+ };
178
+ "60%": {
179
+ opacity: string;
180
+ height: string;
181
+ };
182
+ "100%": {
183
+ opacity: string;
184
+ height: string;
185
+ };
186
+ };
187
+ };
188
+ };
189
+ };
190
+ darkMode: "media";
191
+ corePlugins: {
192
+ preflight: false;
193
+ };
194
+ plugins: never[];
195
+ };
196
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vite").UserConfigExport;
2
+ export default _default;
package/package.json CHANGED
@@ -1,119 +1,118 @@
1
1
  {
2
- "name": "asma-core-ui",
3
- "publishConfig": {
4
- "access": "public"
2
+ "name": "asma-core-ui",
3
+ "publishConfig": {
4
+ "access": "public"
5
+ },
6
+ "version": "1.9.5",
7
+ "type": "module",
8
+ "files": [
9
+ "dist/**/*",
10
+ "dist/style.css",
11
+ "tw-configs/**/*"
12
+ ],
13
+ "keywords": [],
14
+ "author": "asma-team",
15
+ "types": "./dist/index.d.ts",
16
+ "main": "./dist/asma-core-ui.es.js",
17
+ "module": "./dist/asma-core-ui.es.js",
18
+ "license": "UNLICENSED",
19
+ "dependencies": {
20
+ "@emotion/react": "^11.11.1",
21
+ "@emotion/styled": "^11.11.0",
22
+ "@fontsource/material-icons": "^5.0.4",
23
+ "@fontsource/roboto": "^5.0.4",
24
+ "@iconify/react": "^4.1.1",
25
+ "@mui/material": "^5.13.7",
26
+ "@mui/x-data-grid": "^6.9.2",
27
+ "@storybook/addon-mdx-gfm": "^7.4.6",
28
+ "@tanstack/react-table": "^8.10.0",
29
+ "clsx": "^1.2.1",
30
+ "node": "18.17.0",
31
+ "notistack": "^3.0.1",
32
+ "react": "^18.2.0",
33
+ "react-dom": "^18.2.0",
34
+ "react-quill": "^2.0.0"
35
+ },
36
+ "devDependencies": {
37
+ "@changesets/cli": "^2.26.2",
38
+ "@faker-js/faker": "^8.0.2",
39
+ "@rollup/plugin-terser": "^0.4.3",
40
+ "@storybook/addon-a11y": "^7.4.6",
41
+ "@storybook/addon-essentials": "^7.4.6",
42
+ "@storybook/addon-interactions": "^7.4.6",
43
+ "@storybook/addon-links": "^7.4.6",
44
+ "@storybook/addon-styling": "^1.3.7",
45
+ "@storybook/addons": "^7.4.6",
46
+ "@storybook/blocks": "^7.4.6",
47
+ "@storybook/manager-api": "^7.4.6",
48
+ "@storybook/preset-create-react-app": "^7.4.6",
49
+ "@storybook/react": "^7.4.6",
50
+ "@storybook/react-vite": "^7.4.6",
51
+ "@storybook/test-runner": "^0.13.0",
52
+ "@storybook/testing-library": "^0.2.2",
53
+ "@storybook/theming": "^7.4.6",
54
+ "@types/lodash-es": "^4.17.7",
55
+ "@types/node": "^18.0.3",
56
+ "@types/react": "^18.0.37",
57
+ "@types/react-dom": "^18.0.11",
58
+ "@typescript-eslint/eslint-plugin": "^5.59.0",
59
+ "@typescript-eslint/parser": "^5.59.0",
60
+ "@vitejs/plugin-react": "^4.0.0",
61
+ "autoprefixer": "^10.4.14",
62
+ "axe-playwright": "^1.2.3",
63
+ "eslint": "^8.38.0",
64
+ "eslint-plugin-react-hooks": "^4.6.0",
65
+ "eslint-plugin-react-refresh": "^0.3.4",
66
+ "eslint-plugin-storybook": "^0.6.14",
67
+ "postcss": "^8.4.24",
68
+ "prop-types": "^15.8.1",
69
+ "rollup-plugin-typescript2": "^0.35.0",
70
+ "storybook": "^7.4.6",
71
+ "storybook-addon-themes": "^6.1.0",
72
+ "tailwindcss": "^3.3.2",
73
+ "typescript": "^5.0.2",
74
+ "typescript-plugin-css-modules": "^5.0.1",
75
+ "vite": "^4.3.9",
76
+ "vite-plugin-dts": "^3.1.1",
77
+ "vite-tsconfig-paths": "^4.2.0"
78
+ },
79
+ "peerDependencies": {
80
+ "@emotion/react": "^11.*",
81
+ "@emotion/styled": "^11.*",
82
+ "@mui/material": "^5.*",
83
+ "immer": "^9.*",
84
+ "react": "^18.*",
85
+ "react-dom": "^18.*"
86
+ },
87
+ "resolutions": {
88
+ "@types/node": "18.0.3",
89
+ "node": "18.17.0"
90
+ },
91
+ "exports": {
92
+ ".": {
93
+ "import": "./dist/asma-core-ui.es.js"
5
94
  },
6
- "version": "1.9.3",
7
- "type": "module",
8
- "files": [
9
- "dist/**/*",
10
- "dist/style.css",
11
- "tailwind-configs"
12
- ],
13
- "keywords": [],
14
- "author": "asma-team",
15
- "types": "./dist/index.d.ts",
16
- "main": "./dist/asma-core-ui.es.js",
17
- "module": "./dist/asma-core-ui.es.js",
18
- "scripts": {
19
- "dev": "vite",
20
- "build": "tsc && rm -rf ./dist && vite build",
21
- "preview": "vite preview",
22
- "lint": "eslint src/**/*.{js,jsx,ts,tsx}",
23
- "version": "echo $npm_package_version",
24
- "lint:fix": "eslint --fix src/**/*.{jsx,ts,tsx}",
25
- "prettier": "prettier --write src//**/*.{ts,tsx,scss} --config ./.prettierrc",
26
- "storybook": "start-storybook -p 6006",
27
- "storybook:node18": "export NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
28
- "storybook:node18:win": "set NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
29
- "build-storybook": "build-storybook",
30
- "create-index": "ctix create -p ./tsconfig.json -w -a ./src",
31
- "changeset:version": "changeset version",
32
- "changeset:publish": "changeset publish",
33
- "changeset:status": "changeset status"
34
- },
35
- "license": "UNLICENSED",
36
- "dependencies": {
37
- "@changesets/cli": "^2.26.1",
38
- "@emotion/react": "^11.10.6",
39
- "@emotion/styled": "^11.10.6",
40
- "@fontsource/material-icons": "^4.5.4",
41
- "@fontsource/roboto": "^4.5.8",
42
- "@mui/icons-material": "^5.11.11",
43
- "@mui/material": "^5.11.13",
44
- "@mui/x-data-grid": "^6.3.0",
45
- "@storybook/addon-styling": "^0.3.1",
46
- "@storybook/addons": "^6.5.16",
47
- "clsx": "^1.2.1",
48
- "ctix": "^1.8.2",
49
- "lodash-es": "^4.17.21",
50
- "notistack": "^3.0.1",
51
- "rollup-plugin-typescript2": "^0.34.1",
52
- "storybook": "^6.5.16"
53
- },
54
- "devDependencies": {
55
- "@babel/core": "^7.20.12",
56
- "@iconify/react": "^4.1.0",
57
- "@rollup/plugin-commonjs": "21",
58
- "@storybook/addon-actions": "^6.5.15",
59
- "@storybook/addon-essentials": "^6.5.15",
60
- "@storybook/addon-interactions": "^6.5.15",
61
- "@storybook/addon-links": "^6.5.15",
62
- "@storybook/builder-vite": "^0.2.6",
63
- "@storybook/react": "^6.5.15",
64
- "@storybook/testing-library": "^0.0.13",
65
- "@types/lodash-es": "^4.17.7",
66
- "@types/react": "^18.0.26",
67
- "@types/react-dom": "^18.0.9",
68
- "@typescript-eslint/eslint-plugin": "^5.0.0",
69
- "@typescript-eslint/parser": "^5.38.1",
70
- "@vitejs/plugin-react": "^3.0.0",
71
- "autoprefixer": "^10.4.12",
72
- "babel-loader": "^8.3.0",
73
- "eslint": "^8.0.1",
74
- "eslint-config-prettier": "^8.5.0",
75
- "eslint-import-resolver-typescript": "^3.5.1",
76
- "eslint-plugin-import": "^2.25.2",
77
- "eslint-plugin-jsx-a11y": "^6.6.1",
78
- "eslint-plugin-prettier": "^4.2.1",
79
- "eslint-plugin-promise": "^6.0.0",
80
- "eslint-plugin-react": "^7.31.8",
81
- "eslint-plugin-react-hooks": "^4.6.0",
82
- "eslint-plugin-simple-import-sort": "^8.0.0",
83
- "eslint-plugin-storybook": "^0.6.8",
84
- "eslint-plugin-unused-imports": "^2.0.0",
85
- "immer": "^9.0.21",
86
- "less": "^4.1.3",
87
- "lint-staged": "^13.0.3",
88
- "node-sass": "^8.0.0",
89
- "postcss": "^8.4.16",
90
- "prettier": "^2.7.1",
91
- "prettier-plugin-tailwindcss": "^0.1.13",
92
- "react": "^18.*",
93
- "react-dom": "^18.*",
94
- "react-hooks": "^1.0.1",
95
- "sass": "^1.57.1",
96
- "tailwind": "^4.0.0",
97
- "tailwindcss": "^3.1.8",
98
- "typescript": "5.0.2",
99
- "typescript-plugin-css-modules": "^3.4.0",
100
- "vite": "^4.3.5",
101
- "vite-plugin-dts": "^2.1.0",
102
- "vite-tsconfig-paths": "^4.0.3"
103
- },
104
- "peerDependencies": {
105
- "@emotion/react": "^11.*",
106
- "@emotion/styled": "^11.*",
107
- "@mui/material": "^5.*",
108
- "immer": "^9.*",
109
- "react": "^18.*",
110
- "react-dom": "^18.*"
111
- },
112
- "exports": {
113
- ".": {
114
- "import": "./dist/asma-core-ui.es.js"
115
- },
116
- "./dist/style.css": "./dist/style.css",
117
- "./tailwind-configs/tw_configs.cjs": "./tailwind-configs/tw_configs.cjs"
118
- }
119
- }
95
+ "./dist/style.css": "./dist/style.css",
96
+ "./tw-configs/twConfigs.json": "./tw-configs/twConfigs.json"
97
+ },
98
+ "scripts": {
99
+ "dev": "vite",
100
+ "build": "tsc && rm -rf ./dist && vite build",
101
+ "preview": "vite preview",
102
+ "lint": "eslint src/**/*.{js,jsx,ts,tsx}",
103
+ "version": "echo $npm_package_version",
104
+ "lint:fix": "eslint --fix src/**/*.{jsx,ts,tsx}",
105
+ "prettier": "prettier --write src//**/*.{ts,tsx,scss} --config ./.prettierrc",
106
+ "storybook": "storybook dev -p 6006",
107
+ "storybook:no-browser": "storybook dev -p 6006 --no-open",
108
+ "storybook:node18": "export NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
109
+ "storybook:node18:win": "set NODE_OPTIONS=--openssl-legacy-provider && storybook dev -p 6006",
110
+ "build-storybook": "export NODE_OPTIONS=--max_old_space_size=6240 && storybook build",
111
+ "test-storybook": "test-storybook",
112
+ "changeset:pre-beta": "changeset pre enter beta",
113
+ "changeset:pre-exit": "changeset pre exit",
114
+ "changeset:version": "changeset version",
115
+ "changeset:publish": "changeset publish",
116
+ "changeset:status": "changeset status"
117
+ }
118
+ }
@@ -0,0 +1,111 @@
1
+ {
2
+ "fontFamily": {
3
+ "sans": ["Roboto"],
4
+ "roboto": ["Roboto"]
5
+ },
6
+ "colors": {
7
+ "inherit": "inherit",
8
+ "textcolor-component": "var(--colors-text-component)",
9
+ "color-active-component": "var(--colors-active-component)",
10
+ "alpha-100": "var(--colors-alpha-100)",
11
+ "alpha-500": "var(--colors-alpha-500)",
12
+ "alpha-600": "var(--colors-alpha-600)",
13
+ "alpha-700": "var(--colors-alpha-700)",
14
+ "beta-100": "var(--colors-beta-100)",
15
+ "beta-500": "var(--colors-beta-500)",
16
+ "beta-600": "var(--colors-beta-600)",
17
+ "beta-700": "var(--colors-beta-700)",
18
+ "gama-50": "var(--colors-gama-50)",
19
+ "gama-100": "var(--colors-gama-100)",
20
+ "gama-200": "var(--colors-gama-200)",
21
+ "gama-300": "var(--colors-gama-300)",
22
+ "gama-400": "red",
23
+ "gama-500": "var(--colors-gama-500)",
24
+ "gama-600": "var(--colors-gama-600)",
25
+ "gama-700": "var(--colors-gama-700)",
26
+ "gama-800": "var(--colors-gama-800)",
27
+ "delta-10": "var(--colors-delta-10)",
28
+ "delta-50": "var(--colors-delta-50)",
29
+ "delta-100": "var(--colors-delta-100)",
30
+ "delta-200": "var(--colors-delta-200)",
31
+ "delta-300": "var(--colors-delta-300)",
32
+ "delta-400": "var(--colors-delta-400)",
33
+ "delta-500": "var(--colors-delta-500)",
34
+ "delta-600": "var(--colors-delta-600)",
35
+ "delta-700": "var(--colors-delta-700)",
36
+ "delta-800": "var(--colors-delta-800)",
37
+ "delta-900": "var(--colors-delta-900)",
38
+ "delta-9000": "var(--colors-gray-9000)",
39
+ "sigma-700": "var(--colors-sigma-700)",
40
+ "zeta-700": "var(--colors-zeta-700)",
41
+ "theta-100": "var(--colors-theta-100)",
42
+ "theta-200": "var(--colors-theta-200)",
43
+ "theta-300": "var(--colors-theta-300)",
44
+ "theta-400": "var(--colors-theta-400)",
45
+ "theta-500": "var(--colors-theta-500)",
46
+ "theta-600": "var(--colors-theta-600)",
47
+ "theta-700": "var(--colors-theta-700)",
48
+ "theta-800": "var(--colors-theta-800)",
49
+ "theta-hover": "var(--colors-theta-hover)",
50
+ "btn-bg": "var(--colors-btn-bg-standart)",
51
+ "btn-bg-active": "var(--colors-btn-bg-active)",
52
+ "btn-bg-hover": "var(--colors-btn-bg-hover)",
53
+ "btn-bg-disabled": "var(--colors-btn-bg-disabled)",
54
+ "btn-bg-danger": "var(--colors-btn-bg-danger)",
55
+ "btn-bg-danger-active": "var(--colors-btn-bg-danger-active)",
56
+ "btn-task-status-bg": "var(--colors-btn-task-status-bg)",
57
+ "btn-bg-mini-action": "var(--colors-btn-bg-mini-action)",
58
+ "btn-bg-mini-action-hover": "var(--colors-btn-bg-mini-action-hover)",
59
+ "badge-bg": "var(--colors-badge-bg)",
60
+ "badge-text": "var(--colors-badge-text)",
61
+ "chat-ticket-message-bg": "var(--colors-chat-ticket-message-bg)",
62
+ "colors-topbar-text": "var(--colors-topbar-text)",
63
+ "custom-grey-01": "hsl(var(--color-cardea--grey-01) / <alpha-value>)",
64
+ "custom-grey-02": "hsl(var(--color-cardea--grey-02) / <alpha-value>)",
65
+ "custom-grey-03": "hsl(var(--color-cardea--grey-03) / <alpha-value>)",
66
+ "custom-grey-04": "hsl(var(--color-cardea--grey-04) / <alpha-value>)",
67
+ "custom-grey-06": "hsl(var(--color-cardea--grey-06) / <alpha-value>)"
68
+ },
69
+ "boxShadow": { "ash": "-1px 8px 18px -20px black" },
70
+ "animation": {
71
+ "slide-in": "slide-in 0.3s linear",
72
+ "slide-out": "slide-out 0.3s linear",
73
+ "opacity-in": "opacity-in 0.1s linear",
74
+ "opacity-in-5": "opacity-in 0.5s linear",
75
+ "opacity-appear-3": "opacity-appear 0.3s linear",
76
+ "opacity-out": "opacity-out 0.3s linear"
77
+ },
78
+ "keyframes": {
79
+ "slide-in": {
80
+ "0%": { "margin": "0 0 0 -320px" },
81
+ "100%": { "margin": "0" }
82
+ },
83
+ "slide-out": {
84
+ "0%": { "margin": "0" },
85
+ "100%": { "margin": "0 0 0 -320px" }
86
+ },
87
+ "opacity-in": {
88
+ "0%": {
89
+ "opacity": "0",
90
+ "height": "100%"
91
+ },
92
+ "100%": {
93
+ "opacity": "1",
94
+ "height": "100%"
95
+ }
96
+ },
97
+ "opacity-appear": {
98
+ "0%": {
99
+ "opacity": "0"
100
+ },
101
+ "100%": {
102
+ "opacity": "1"
103
+ }
104
+ },
105
+ "opacity-out": {
106
+ "0%": { "opacity": "1", "height": "100%" },
107
+ "60%": { "opacity": "1", "height": "100%" },
108
+ "100%": { "opacity": "0", "height": "100%" }
109
+ }
110
+ }
111
+ }
@@ -1,6 +0,0 @@
1
- import type { DialogProps } from '@mui/material/Dialog';
2
- export interface IStyledDialogProps extends DialogProps {
3
- onCloseText?: string;
4
- showCloseIcon?: boolean;
5
- }
6
- export declare const StyledDialog: import("@emotion/styled").StyledComponent<IStyledDialogProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,2 +0,0 @@
1
- import { type DialogActionsProps } from '@mui/material';
2
- export declare const StyledDialogActions: import("@emotion/styled").StyledComponent<DialogActionsProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,2 +0,0 @@
1
- import { type DialogContentProps } from '@mui/material';
2
- export declare const StyledDialogContent: import("@emotion/styled").StyledComponent<DialogContentProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const StyledDialogTitle: import("@emotion/styled").StyledComponent<{
3
- component?: import("react").ElementType<any> | undefined;
4
- } & {
5
- children?: import("react").ReactNode;
6
- classes?: Partial<import("@mui/material").DialogTitleClasses> | undefined;
7
- sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
8
- } & Omit<import("@mui/system").SystemProps<import("@mui/material").Theme> & {
9
- align?: "center" | "left" | "right" | "inherit" | "justify" | undefined;
10
- children?: import("react").ReactNode;
11
- classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
12
- gutterBottom?: boolean | undefined;
13
- noWrap?: boolean | undefined;
14
- paragraph?: boolean | undefined;
15
- sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
16
- variant?: import("@mui/types").OverridableStringUnion<"inherit" | import("@mui/material").TypographyVariant, import("@mui/material").TypographyPropsVariantOverrides> | undefined;
17
- variantMapping?: Partial<Record<import("@mui/types").OverridableStringUnion<"inherit" | import("@mui/material").TypographyVariant, import("@mui/material").TypographyPropsVariantOverrides>, string>> | undefined;
18
- }, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
19
- ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
20
- }, "children" | "variant" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "align" | "component" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,2 +0,0 @@
1
- import { type SelectProps } from '@mui/material';
2
- export declare const StyledSelect: import("@emotion/styled").StyledComponent<SelectProps<unknown> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,36 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const StyledBadge: import("@emotion/styled").StyledComponent<{
3
- anchorOrigin?: import("@mui/material").BadgeOrigin | undefined;
4
- classes?: Partial<import("@mui/material").BadgeClasses> | undefined;
5
- className?: string | undefined;
6
- color?: import("@mui/types").OverridableStringUnion<"default" | "error" | "success" | "warning" | "info" | "primary" | "secondary", import("@mui/material").BadgePropsColorOverrides> | undefined;
7
- componentsProps?: {
8
- root?: import("@mui/base").SlotComponentProps<"span", import("@mui/base").BadgeRootSlotPropsOverrides, {
9
- badgeContent: import("react").ReactNode;
10
- children?: import("react").ReactNode;
11
- invisible: boolean;
12
- max: number;
13
- slotProps?: any | undefined;
14
- slots?: import("@mui/base").BadgeSlots | undefined;
15
- showZero: boolean;
16
- }> | undefined;
17
- badge?: import("@mui/base").SlotComponentProps<"span", import("@mui/base").BadgeBadgeSlotPropsOverrides, {
18
- badgeContent: import("react").ReactNode;
19
- children?: import("react").ReactNode;
20
- invisible: boolean;
21
- max: number;
22
- slotProps?: any | undefined;
23
- slots?: import("@mui/base").BadgeSlots | undefined;
24
- showZero: boolean;
25
- }> | undefined;
26
- } | undefined;
27
- components?: {
28
- Root?: import("react").ElementType<any> | undefined;
29
- Badge?: import("react").ElementType<any> | undefined;
30
- } | undefined;
31
- overlap?: "rectangular" | "circular" | undefined;
32
- sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
33
- variant?: import("@mui/types").OverridableStringUnion<"dot" | "standard", import("@mui/material").BadgePropsVariantOverrides> | undefined;
34
- } & import("@mui/base").BadgeOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
35
- ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
36
- }, "anchorOrigin" | "variant" | keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "componentsProps" | "components" | "overlap" | "sx" | keyof import("@mui/base").BadgeOwnProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,2 +0,0 @@
1
- import { type TooltipProps } from '@mui/material';
2
- export declare const StyledTooltip: import("@emotion/styled").StyledComponent<TooltipProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,2 +0,0 @@
1
- import type { IBaseStyledDataGrid } from './types';
2
- export declare const StyledDataGrid: import("@emotion/styled").StyledComponent<IBaseStyledDataGrid & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
@@ -1,3 +0,0 @@
1
- import { type GridActionsCellItemProps } from '@mui/x-data-grid';
2
- import type { RefAttributes } from 'react';
3
- export declare const StyledGridActionsCellItem: import("@emotion/styled").StyledComponent<(GridActionsCellItemProps & RefAttributes<HTMLButtonElement>) & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1 +0,0 @@
1
- export * from '@mui/x-data-grid';
@@ -1,2 +0,0 @@
1
- import { type AlertProps } from '@mui/material';
2
- export declare const StyledAlert: import("@emotion/styled").StyledComponent<AlertProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;