@codezee/sixtify-brahma 1.1.8 → 1.2.0

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 (427) hide show
  1. package/dist/cjs/index.js +75 -0
  2. package/dist/cjs/index.js.map +1 -0
  3. package/dist/types/Actions/AddAction.d.ts +4 -0
  4. package/dist/types/Actions/AddAction.d.ts.map +1 -0
  5. package/dist/types/Actions/CalendarAction.d.ts +4 -0
  6. package/dist/types/Actions/CalendarAction.d.ts.map +1 -0
  7. package/dist/types/Actions/ConfigureAction.d.ts +4 -0
  8. package/dist/types/Actions/ConfigureAction.d.ts.map +1 -0
  9. package/dist/types/Actions/DeleteAction.d.ts +4 -0
  10. package/dist/types/Actions/DeleteAction.d.ts.map +1 -0
  11. package/dist/types/Actions/DownloadAction.d.ts +4 -0
  12. package/dist/types/Actions/DownloadAction.d.ts.map +1 -0
  13. package/dist/types/Actions/EditAction.d.ts +4 -0
  14. package/dist/types/Actions/EditAction.d.ts.map +1 -0
  15. package/dist/types/Actions/ExportAction.d.ts +4 -0
  16. package/dist/types/Actions/ExportAction.d.ts.map +1 -0
  17. package/dist/types/Actions/FilterAction.d.ts +4 -0
  18. package/dist/types/Actions/FilterAction.d.ts.map +1 -0
  19. package/dist/types/Actions/HistoryAction.d.ts +4 -0
  20. package/dist/types/Actions/HistoryAction.d.ts.map +1 -0
  21. package/dist/types/Actions/ImportAction.d.ts +4 -0
  22. package/dist/types/Actions/ImportAction.d.ts.map +1 -0
  23. package/dist/types/Actions/ViewAction.d.ts +4 -0
  24. package/dist/types/Actions/ViewAction.d.ts.map +1 -0
  25. package/dist/types/Actions/index.d.ts +12 -0
  26. package/dist/types/Actions/index.d.ts.map +1 -0
  27. package/dist/types/AgGrid/ActionCell/ActionCell.d.ts +11 -0
  28. package/dist/types/AgGrid/ActionCell/ActionCell.d.ts.map +1 -0
  29. package/dist/types/AgGrid/ActionCell/Popover.d.ts +3 -0
  30. package/dist/types/AgGrid/ActionCell/Popover.d.ts.map +1 -0
  31. package/dist/types/AgGrid/AgGrid.d.ts +15 -0
  32. package/dist/types/AgGrid/AgGrid.d.ts.map +1 -0
  33. package/dist/types/AgGrid/LoadingCell.d.ts +2 -0
  34. package/dist/types/AgGrid/LoadingCell.d.ts.map +1 -0
  35. package/dist/types/AgGrid/index.d.ts +4 -0
  36. package/dist/types/AgGrid/index.d.ts.map +1 -0
  37. package/dist/types/AppBar/AppBar.d.ts +6 -0
  38. package/dist/types/AppBar/AppBar.d.ts.map +1 -0
  39. package/dist/types/AppBar/AppBar.styled.d.ts +8 -0
  40. package/dist/types/AppBar/AppBar.styled.d.ts.map +1 -0
  41. package/dist/types/AppBar/index.d.ts +2 -0
  42. package/dist/types/AppBar/index.d.ts.map +1 -0
  43. package/dist/types/Breadcrumbs/Breadcrumbs.d.ts +12 -0
  44. package/dist/types/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  45. package/dist/types/Breadcrumbs/index.d.ts +2 -0
  46. package/dist/types/Breadcrumbs/index.d.ts.map +1 -0
  47. package/dist/types/Button/ActionButton.d.ts +6 -0
  48. package/dist/types/Button/ActionButton.d.ts.map +1 -0
  49. package/dist/types/Button/Button.d.ts +6 -0
  50. package/dist/types/Button/Button.d.ts.map +1 -0
  51. package/dist/types/Button/ButtonGroup.d.ts +14 -0
  52. package/dist/types/Button/ButtonGroup.d.ts.map +1 -0
  53. package/dist/types/Button/index.d.ts +4 -0
  54. package/dist/types/Button/index.d.ts.map +1 -0
  55. package/dist/types/Card/AttendanceCard.d.ts +10 -0
  56. package/dist/types/Card/AttendanceCard.d.ts.map +1 -0
  57. package/dist/types/Card/Card.d.ts +8 -0
  58. package/dist/types/Card/Card.d.ts.map +1 -0
  59. package/dist/types/Card/CardItem/CardItem.d.ts +8 -0
  60. package/dist/types/Card/CardItem/CardItem.d.ts.map +1 -0
  61. package/dist/types/Card/CardItem/CardItemValue.d.ts +14 -0
  62. package/dist/types/Card/CardItem/CardItemValue.d.ts.map +1 -0
  63. package/dist/types/Card/CardItem/index.d.ts +3 -0
  64. package/dist/types/Card/CardItem/index.d.ts.map +1 -0
  65. package/dist/types/Card/ProfileCard/ProfileCard.d.ts +9 -0
  66. package/dist/types/Card/ProfileCard/ProfileCard.d.ts.map +1 -0
  67. package/dist/types/Card/ProfileCard/ProfileCardItem/ProfileCardBody.d.ts +12 -0
  68. package/dist/types/Card/ProfileCard/ProfileCardItem/ProfileCardBody.d.ts.map +1 -0
  69. package/dist/types/Card/ProfileCard/ProfileCardItem/ProfileCardHeader.d.ts +15 -0
  70. package/dist/types/Card/ProfileCard/ProfileCardItem/ProfileCardHeader.d.ts.map +1 -0
  71. package/dist/types/Card/index.d.ts +7 -0
  72. package/dist/types/Card/index.d.ts.map +1 -0
  73. package/dist/types/Charts/PieChart.d.ts +14 -0
  74. package/dist/types/Charts/PieChart.d.ts.map +1 -0
  75. package/dist/types/Charts/Skeleton.d.ts +5 -0
  76. package/dist/types/Charts/Skeleton.d.ts.map +1 -0
  77. package/dist/types/Charts/index.d.ts +2 -0
  78. package/dist/types/Charts/index.d.ts.map +1 -0
  79. package/dist/types/Chips/Chip.d.ts +7 -0
  80. package/dist/types/Chips/Chip.d.ts.map +1 -0
  81. package/dist/types/Chips/ChipWithBorder.d.ts +9 -0
  82. package/dist/types/Chips/ChipWithBorder.d.ts.map +1 -0
  83. package/dist/types/Chips/FilterPill.d.ts +11 -0
  84. package/dist/types/Chips/FilterPill.d.ts.map +1 -0
  85. package/dist/types/Chips/index.d.ts +4 -0
  86. package/dist/types/Chips/index.d.ts.map +1 -0
  87. package/dist/types/Dialog/BottomDialog.d.ts +8 -0
  88. package/dist/types/Dialog/BottomDialog.d.ts.map +1 -0
  89. package/dist/types/Dialog/BottomDialog.styled.d.ts +6 -0
  90. package/dist/types/Dialog/BottomDialog.styled.d.ts.map +1 -0
  91. package/dist/types/Dialog/DeleteDialog.d.ts +9 -0
  92. package/dist/types/Dialog/DeleteDialog.d.ts.map +1 -0
  93. package/dist/types/Dialog/Dialog.d.ts +10 -0
  94. package/dist/types/Dialog/Dialog.d.ts.map +1 -0
  95. package/dist/types/Dialog/index.d.ts +4 -0
  96. package/dist/types/Dialog/index.d.ts.map +1 -0
  97. package/dist/types/Drawer/Bullet.d.ts +2 -0
  98. package/dist/types/Drawer/Bullet.d.ts.map +1 -0
  99. package/dist/types/Drawer/CloseDrawer/CloseDrawerMenuItem.d.ts +12 -0
  100. package/dist/types/Drawer/CloseDrawer/CloseDrawerMenuItem.d.ts.map +1 -0
  101. package/dist/types/Drawer/CloseDrawer/CloseDrawerMenuItemList.d.ts +8 -0
  102. package/dist/types/Drawer/CloseDrawer/CloseDrawerMenuItemList.d.ts.map +1 -0
  103. package/dist/types/Drawer/CloseDrawer/CloseDrawerSubMenuItemList.d.ts +12 -0
  104. package/dist/types/Drawer/CloseDrawer/CloseDrawerSubMenuItemList.d.ts.map +1 -0
  105. package/dist/types/Drawer/CloseDrawer/Popover.d.ts +8 -0
  106. package/dist/types/Drawer/CloseDrawer/Popover.d.ts.map +1 -0
  107. package/dist/types/Drawer/CloseDrawer/Popper.d.ts +8 -0
  108. package/dist/types/Drawer/CloseDrawer/Popper.d.ts.map +1 -0
  109. package/dist/types/Drawer/Drawer.d.ts +16 -0
  110. package/dist/types/Drawer/Drawer.d.ts.map +1 -0
  111. package/dist/types/Drawer/Drawer.styled.d.ts +9 -0
  112. package/dist/types/Drawer/Drawer.styled.d.ts.map +1 -0
  113. package/dist/types/Drawer/MenuItem.d.ts +11 -0
  114. package/dist/types/Drawer/MenuItem.d.ts.map +1 -0
  115. package/dist/types/Drawer/OpenDrawer/OpenDrawerCollapse.d.ts +4 -0
  116. package/dist/types/Drawer/OpenDrawer/OpenDrawerCollapse.d.ts.map +1 -0
  117. package/dist/types/Drawer/OpenDrawer/OpenDrawerMenuItem.d.ts +14 -0
  118. package/dist/types/Drawer/OpenDrawer/OpenDrawerMenuItem.d.ts.map +1 -0
  119. package/dist/types/Drawer/OpenDrawer/OpenDrawerMenuItemList.d.ts +24 -0
  120. package/dist/types/Drawer/OpenDrawer/OpenDrawerMenuItemList.d.ts.map +1 -0
  121. package/dist/types/Drawer/index.d.ts +2 -0
  122. package/dist/types/Drawer/index.d.ts.map +1 -0
  123. package/dist/types/FilterList/DateRangePickerPopUp.d.ts +14 -0
  124. package/dist/types/FilterList/DateRangePickerPopUp.d.ts.map +1 -0
  125. package/dist/types/FilterList/FilterList.d.ts +6 -0
  126. package/dist/types/FilterList/FilterList.d.ts.map +1 -0
  127. package/dist/types/FilterList/FilterListV2.d.ts +14 -0
  128. package/dist/types/FilterList/FilterListV2.d.ts.map +1 -0
  129. package/dist/types/FilterList/FilterPopup.d.ts +17 -0
  130. package/dist/types/FilterList/FilterPopup.d.ts.map +1 -0
  131. package/dist/types/FilterList/FilterPopupWrapper.d.ts +31 -0
  132. package/dist/types/FilterList/FilterPopupWrapper.d.ts.map +1 -0
  133. package/dist/types/FilterList/FilterTypeWrapper.d.ts +26 -0
  134. package/dist/types/FilterList/FilterTypeWrapper.d.ts.map +1 -0
  135. package/dist/types/FilterList/GetFilterPopupComponent.d.ts +5 -0
  136. package/dist/types/FilterList/GetFilterPopupComponent.d.ts.map +1 -0
  137. package/dist/types/FilterList/getFormData.d.ts +3 -0
  138. package/dist/types/FilterList/getFormData.d.ts.map +1 -0
  139. package/dist/types/FilterList/index.d.ts +7 -0
  140. package/dist/types/FilterList/index.d.ts.map +1 -0
  141. package/dist/types/FormFields/Autocomplete/Autocomplete.d.ts +39 -0
  142. package/dist/types/FormFields/Autocomplete/Autocomplete.d.ts.map +1 -0
  143. package/dist/types/FormFields/Autocomplete/Skeleton.d.ts +6 -0
  144. package/dist/types/FormFields/Autocomplete/Skeleton.d.ts.map +1 -0
  145. package/dist/types/FormFields/Autocomplete/index.d.ts +2 -0
  146. package/dist/types/FormFields/Autocomplete/index.d.ts.map +1 -0
  147. package/dist/types/FormFields/CheckBox/CheckBox.d.ts +7 -0
  148. package/dist/types/FormFields/CheckBox/CheckBox.d.ts.map +1 -0
  149. package/dist/types/FormFields/CheckBox/CheckBox.styled.d.ts +12 -0
  150. package/dist/types/FormFields/CheckBox/CheckBox.styled.d.ts.map +1 -0
  151. package/dist/types/FormFields/CheckBox/Skeleton.d.ts +2 -0
  152. package/dist/types/FormFields/CheckBox/Skeleton.d.ts.map +1 -0
  153. package/dist/types/FormFields/CheckBox/index.d.ts +2 -0
  154. package/dist/types/FormFields/CheckBox/index.d.ts.map +1 -0
  155. package/dist/types/FormFields/DatePicker/DatePicker.d.ts +27 -0
  156. package/dist/types/FormFields/DatePicker/DatePicker.d.ts.map +1 -0
  157. package/dist/types/FormFields/DatePicker/Skeleton.d.ts +6 -0
  158. package/dist/types/FormFields/DatePicker/Skeleton.d.ts.map +1 -0
  159. package/dist/types/FormFields/DatePicker/index.d.ts +2 -0
  160. package/dist/types/FormFields/DatePicker/index.d.ts.map +1 -0
  161. package/dist/types/FormFields/DateRangePicker/DateRangePicker.d.ts +13 -0
  162. package/dist/types/FormFields/DateRangePicker/DateRangePicker.d.ts.map +1 -0
  163. package/dist/types/FormFields/DateRangePicker/Skeleton.d.ts +2 -0
  164. package/dist/types/FormFields/DateRangePicker/Skeleton.d.ts.map +1 -0
  165. package/dist/types/FormFields/DateRangePicker/index.d.ts +2 -0
  166. package/dist/types/FormFields/DateRangePicker/index.d.ts.map +1 -0
  167. package/dist/types/FormFields/DateTimePicker/DateTimePicker.d.ts +23 -0
  168. package/dist/types/FormFields/DateTimePicker/DateTimePicker.d.ts.map +1 -0
  169. package/dist/types/FormFields/DateTimePicker/Skeleton.d.ts +4 -0
  170. package/dist/types/FormFields/DateTimePicker/Skeleton.d.ts.map +1 -0
  171. package/dist/types/FormFields/DateTimePicker/index.d.ts +2 -0
  172. package/dist/types/FormFields/DateTimePicker/index.d.ts.map +1 -0
  173. package/dist/types/FormFields/FileUpload/FileNames.d.ts +7 -0
  174. package/dist/types/FormFields/FileUpload/FileNames.d.ts.map +1 -0
  175. package/dist/types/FormFields/FileUpload/FileUpload.d.ts +21 -0
  176. package/dist/types/FormFields/FileUpload/FileUpload.d.ts.map +1 -0
  177. package/dist/types/FormFields/FileUpload/FileUpload.styled.d.ts +9 -0
  178. package/dist/types/FormFields/FileUpload/FileUpload.styled.d.ts.map +1 -0
  179. package/dist/types/FormFields/FileUpload/Skeleton.d.ts +2 -0
  180. package/dist/types/FormFields/FileUpload/Skeleton.d.ts.map +1 -0
  181. package/dist/types/FormFields/FileUpload/index.d.ts +3 -0
  182. package/dist/types/FormFields/FileUpload/index.d.ts.map +1 -0
  183. package/dist/types/FormFields/ImageUpload/ImageUpload.d.ts +13 -0
  184. package/dist/types/FormFields/ImageUpload/ImageUpload.d.ts.map +1 -0
  185. package/dist/types/FormFields/ImageUpload/ImageUpload.styled.d.ts +4 -0
  186. package/dist/types/FormFields/ImageUpload/ImageUpload.styled.d.ts.map +1 -0
  187. package/dist/types/FormFields/ImageUpload/ImageUploadView.d.ts +6 -0
  188. package/dist/types/FormFields/ImageUpload/ImageUploadView.d.ts.map +1 -0
  189. package/dist/types/FormFields/ImageUpload/PhotoCaptureDialog.d.ts +9 -0
  190. package/dist/types/FormFields/ImageUpload/PhotoCaptureDialog.d.ts.map +1 -0
  191. package/dist/types/FormFields/ImageUpload/Skeleton.d.ts +2 -0
  192. package/dist/types/FormFields/ImageUpload/Skeleton.d.ts.map +1 -0
  193. package/dist/types/FormFields/ImageUpload/index.d.ts +3 -0
  194. package/dist/types/FormFields/ImageUpload/index.d.ts.map +1 -0
  195. package/dist/types/FormFields/ListItemButton/ListItemButton.d.ts +9 -0
  196. package/dist/types/FormFields/ListItemButton/ListItemButton.d.ts.map +1 -0
  197. package/dist/types/FormFields/ListItemButton/ListItemButton.styled.d.ts +6 -0
  198. package/dist/types/FormFields/ListItemButton/ListItemButton.styled.d.ts.map +1 -0
  199. package/dist/types/FormFields/ListItemButton/index.d.ts +2 -0
  200. package/dist/types/FormFields/ListItemButton/index.d.ts.map +1 -0
  201. package/dist/types/FormFields/PasswordField/PasswordField.d.ts +6 -0
  202. package/dist/types/FormFields/PasswordField/PasswordField.d.ts.map +1 -0
  203. package/dist/types/FormFields/PasswordField/index.d.ts +2 -0
  204. package/dist/types/FormFields/PasswordField/index.d.ts.map +1 -0
  205. package/dist/types/FormFields/PhoneInputField/PhoneInputField.d.ts +12 -0
  206. package/dist/types/FormFields/PhoneInputField/PhoneInputField.d.ts.map +1 -0
  207. package/dist/types/FormFields/PhoneInputField/Skeleton.d.ts +7 -0
  208. package/dist/types/FormFields/PhoneInputField/Skeleton.d.ts.map +1 -0
  209. package/dist/types/FormFields/PhoneInputField/index.d.ts +2 -0
  210. package/dist/types/FormFields/PhoneInputField/index.d.ts.map +1 -0
  211. package/dist/types/FormFields/RadioGroupField/RadioGroupField.d.ts +20 -0
  212. package/dist/types/FormFields/RadioGroupField/RadioGroupField.d.ts.map +1 -0
  213. package/dist/types/FormFields/RadioGroupField/Skeleton.d.ts +2 -0
  214. package/dist/types/FormFields/RadioGroupField/Skeleton.d.ts.map +1 -0
  215. package/dist/types/FormFields/RadioGroupField/index.d.ts +2 -0
  216. package/dist/types/FormFields/RadioGroupField/index.d.ts.map +1 -0
  217. package/dist/types/FormFields/SearchField/SearchField.d.ts +4 -0
  218. package/dist/types/FormFields/SearchField/SearchField.d.ts.map +1 -0
  219. package/dist/types/FormFields/SearchField/index.d.ts +2 -0
  220. package/dist/types/FormFields/SearchField/index.d.ts.map +1 -0
  221. package/dist/types/FormFields/Switch/Skeleton.d.ts +2 -0
  222. package/dist/types/FormFields/Switch/Skeleton.d.ts.map +1 -0
  223. package/dist/types/FormFields/Switch/Switch.d.ts +7 -0
  224. package/dist/types/FormFields/Switch/Switch.d.ts.map +1 -0
  225. package/dist/types/FormFields/Switch/index.d.ts +2 -0
  226. package/dist/types/FormFields/Switch/index.d.ts.map +1 -0
  227. package/dist/types/FormFields/TextField/Skeleton.d.ts +7 -0
  228. package/dist/types/FormFields/TextField/Skeleton.d.ts.map +1 -0
  229. package/dist/types/FormFields/TextField/TextField.d.ts +20 -0
  230. package/dist/types/FormFields/TextField/TextField.d.ts.map +1 -0
  231. package/dist/types/FormFields/TextField/index.d.ts +2 -0
  232. package/dist/types/FormFields/TextField/index.d.ts.map +1 -0
  233. package/dist/types/FormFields/TimeField/Skeleton.d.ts +4 -0
  234. package/dist/types/FormFields/TimeField/Skeleton.d.ts.map +1 -0
  235. package/dist/types/FormFields/TimeField/TimeField.d.ts +16 -0
  236. package/dist/types/FormFields/TimeField/TimeField.d.ts.map +1 -0
  237. package/dist/types/FormFields/TimeField/index.d.ts +2 -0
  238. package/dist/types/FormFields/TimeField/index.d.ts.map +1 -0
  239. package/dist/types/FormFields/TimePicker/Skeleton.d.ts +4 -0
  240. package/dist/types/FormFields/TimePicker/Skeleton.d.ts.map +1 -0
  241. package/dist/types/FormFields/TimePicker/TimePicker.d.ts +20 -0
  242. package/dist/types/FormFields/TimePicker/TimePicker.d.ts.map +1 -0
  243. package/dist/types/FormFields/TimePicker/index.d.ts +2 -0
  244. package/dist/types/FormFields/TimePicker/index.d.ts.map +1 -0
  245. package/dist/types/FormFields/index.d.ts +17 -0
  246. package/dist/types/FormFields/index.d.ts.map +1 -0
  247. package/dist/types/Indicator/Indicator.d.ts +9 -0
  248. package/dist/types/Indicator/Indicator.d.ts.map +1 -0
  249. package/dist/types/Indicator/SeverityIndicator.d.ts +8 -0
  250. package/dist/types/Indicator/SeverityIndicator.d.ts.map +1 -0
  251. package/dist/types/Indicator/index.d.ts +3 -0
  252. package/dist/types/Indicator/index.d.ts.map +1 -0
  253. package/dist/types/Layouts/FormContainer.d.ts +3 -0
  254. package/dist/types/Layouts/FormContainer.d.ts.map +1 -0
  255. package/dist/types/Layouts/FormGridLayout.d.ts +8 -0
  256. package/dist/types/Layouts/FormGridLayout.d.ts.map +1 -0
  257. package/dist/types/Layouts/FormRow/FormRow.d.ts +6 -0
  258. package/dist/types/Layouts/FormRow/FormRow.d.ts.map +1 -0
  259. package/dist/types/Layouts/FormRow/FormRow.styled.d.ts +9 -0
  260. package/dist/types/Layouts/FormRow/FormRow.styled.d.ts.map +1 -0
  261. package/dist/types/Layouts/FormRow/index.d.ts +2 -0
  262. package/dist/types/Layouts/FormRow/index.d.ts.map +1 -0
  263. package/dist/types/Layouts/FormSection.d.ts +5 -0
  264. package/dist/types/Layouts/FormSection.d.ts.map +1 -0
  265. package/dist/types/Layouts/index.d.ts +5 -0
  266. package/dist/types/Layouts/index.d.ts.map +1 -0
  267. package/dist/types/Loader/FacebookCircularProgress.d.ts +3 -0
  268. package/dist/types/Loader/FacebookCircularProgress.d.ts.map +1 -0
  269. package/dist/types/Loader/index.d.ts +2 -0
  270. package/dist/types/Loader/index.d.ts.map +1 -0
  271. package/dist/types/PadBox/PadBox.d.ts +6 -0
  272. package/dist/types/PadBox/PadBox.d.ts.map +1 -0
  273. package/dist/types/PadBox/index.d.ts +2 -0
  274. package/dist/types/PadBox/index.d.ts.map +1 -0
  275. package/dist/types/Pagination/Pagination.d.ts +3 -0
  276. package/dist/types/Pagination/Pagination.d.ts.map +1 -0
  277. package/dist/types/Pagination/index.d.ts +2 -0
  278. package/dist/types/Pagination/index.d.ts.map +1 -0
  279. package/dist/types/Stepper/Stepper.d.ts +12 -0
  280. package/dist/types/Stepper/Stepper.d.ts.map +1 -0
  281. package/dist/types/Stepper/StepperV2.d.ts +9 -0
  282. package/dist/types/Stepper/StepperV2.d.ts.map +1 -0
  283. package/dist/types/Stepper/StepperV3.d.ts +12 -0
  284. package/dist/types/Stepper/StepperV3.d.ts.map +1 -0
  285. package/dist/types/Stepper/index.d.ts +4 -0
  286. package/dist/types/Stepper/index.d.ts.map +1 -0
  287. package/dist/types/Svgs/AppLogo/AppLogoMedium.d.ts +3 -0
  288. package/dist/types/Svgs/AppLogo/AppLogoMedium.d.ts.map +1 -0
  289. package/dist/types/Svgs/AppLogo/AppLogoSmall.d.ts +3 -0
  290. package/dist/types/Svgs/AppLogo/AppLogoSmall.d.ts.map +1 -0
  291. package/dist/types/Svgs/ArrowUp.d.ts +2 -0
  292. package/dist/types/Svgs/ArrowUp.d.ts.map +1 -0
  293. package/dist/types/Svgs/Company/CompanyBanner.d.ts +3 -0
  294. package/dist/types/Svgs/Company/CompanyBanner.d.ts.map +1 -0
  295. package/dist/types/Svgs/Company/index.d.ts +2 -0
  296. package/dist/types/Svgs/Company/index.d.ts.map +1 -0
  297. package/dist/types/Svgs/Drawer/SettingIcon.d.ts +3 -0
  298. package/dist/types/Svgs/Drawer/SettingIcon.d.ts.map +1 -0
  299. package/dist/types/Svgs/Drawer/SvgBankConfig.d.ts +3 -0
  300. package/dist/types/Svgs/Drawer/SvgBankConfig.d.ts.map +1 -0
  301. package/dist/types/Svgs/Drawer/SvgConfiguration.d.ts +3 -0
  302. package/dist/types/Svgs/Drawer/SvgConfiguration.d.ts.map +1 -0
  303. package/dist/types/Svgs/Drawer/SvgPayroll.d.ts +3 -0
  304. package/dist/types/Svgs/Drawer/SvgPayroll.d.ts.map +1 -0
  305. package/dist/types/Svgs/Drawer/SvgsEmployees.d.ts +3 -0
  306. package/dist/types/Svgs/Drawer/SvgsEmployees.d.ts.map +1 -0
  307. package/dist/types/Svgs/Drawer/SvgsOrganization.d.ts +3 -0
  308. package/dist/types/Svgs/Drawer/SvgsOrganization.d.ts.map +1 -0
  309. package/dist/types/Svgs/Drawer/SvgsTransaction.d.ts +3 -0
  310. package/dist/types/Svgs/Drawer/SvgsTransaction.d.ts.map +1 -0
  311. package/dist/types/Svgs/Drawer/index.d.ts +8 -0
  312. package/dist/types/Svgs/Drawer/index.d.ts.map +1 -0
  313. package/dist/types/Svgs/FormAction.d.ts +3 -0
  314. package/dist/types/Svgs/FormAction.d.ts.map +1 -0
  315. package/dist/types/Svgs/ImportExcelSuccessIcon.d.ts +3 -0
  316. package/dist/types/Svgs/ImportExcelSuccessIcon.d.ts.map +1 -0
  317. package/dist/types/Svgs/LogoIcon.d.ts +3 -0
  318. package/dist/types/Svgs/LogoIcon.d.ts.map +1 -0
  319. package/dist/types/Svgs/SvgAdd.d.ts +3 -0
  320. package/dist/types/Svgs/SvgAdd.d.ts.map +1 -0
  321. package/dist/types/Svgs/SvgCalendar.d.ts +3 -0
  322. package/dist/types/Svgs/SvgCalendar.d.ts.map +1 -0
  323. package/dist/types/Svgs/SvgConfigure.d.ts +3 -0
  324. package/dist/types/Svgs/SvgConfigure.d.ts.map +1 -0
  325. package/dist/types/Svgs/SvgDelete.d.ts +3 -0
  326. package/dist/types/Svgs/SvgDelete.d.ts.map +1 -0
  327. package/dist/types/Svgs/SvgDownload.d.ts +3 -0
  328. package/dist/types/Svgs/SvgDownload.d.ts.map +1 -0
  329. package/dist/types/Svgs/SvgEmail.d.ts +3 -0
  330. package/dist/types/Svgs/SvgEmail.d.ts.map +1 -0
  331. package/dist/types/Svgs/SvgExport.d.ts +3 -0
  332. package/dist/types/Svgs/SvgExport.d.ts.map +1 -0
  333. package/dist/types/Svgs/SvgFilterList.d.ts +3 -0
  334. package/dist/types/Svgs/SvgFilterList.d.ts.map +1 -0
  335. package/dist/types/Svgs/SvgImport.d.ts +3 -0
  336. package/dist/types/Svgs/SvgImport.d.ts.map +1 -0
  337. package/dist/types/Svgs/SvgNoLogo.d.ts +3 -0
  338. package/dist/types/Svgs/SvgNoLogo.d.ts.map +1 -0
  339. package/dist/types/Svgs/SvgNoSign.d.ts +3 -0
  340. package/dist/types/Svgs/SvgNoSign.d.ts.map +1 -0
  341. package/dist/types/Svgs/SvgPhone.d.ts +3 -0
  342. package/dist/types/Svgs/SvgPhone.d.ts.map +1 -0
  343. package/dist/types/Svgs/SvgProfile.d.ts +3 -0
  344. package/dist/types/Svgs/SvgProfile.d.ts.map +1 -0
  345. package/dist/types/Svgs/SvgView.d.ts +3 -0
  346. package/dist/types/Svgs/SvgView.d.ts.map +1 -0
  347. package/dist/types/Svgs/SvgsDrop.d.ts +3 -0
  348. package/dist/types/Svgs/SvgsDrop.d.ts.map +1 -0
  349. package/dist/types/Svgs/SvgsEdit.d.ts +3 -0
  350. package/dist/types/Svgs/SvgsEdit.d.ts.map +1 -0
  351. package/dist/types/Svgs/SvgsHistory.d.ts +3 -0
  352. package/dist/types/Svgs/SvgsHistory.d.ts.map +1 -0
  353. package/dist/types/Svgs/SvgsHome.d.ts +3 -0
  354. package/dist/types/Svgs/SvgsHome.d.ts.map +1 -0
  355. package/dist/types/Svgs/SvgsIndicator.d.ts +8 -0
  356. package/dist/types/Svgs/SvgsIndicator.d.ts.map +1 -0
  357. package/dist/types/Svgs/index.d.ts +19 -0
  358. package/dist/types/Svgs/index.d.ts.map +1 -0
  359. package/dist/types/Tab/Skeleton.d.ts +2 -0
  360. package/dist/types/Tab/Skeleton.d.ts.map +1 -0
  361. package/dist/types/Tab/Tabs.d.ts +18 -0
  362. package/dist/types/Tab/Tabs.d.ts.map +1 -0
  363. package/dist/types/Tab/index.d.ts +2 -0
  364. package/dist/types/Tab/index.d.ts.map +1 -0
  365. package/dist/types/Timeline/AttendanceStatus.d.ts +7 -0
  366. package/dist/types/Timeline/AttendanceStatus.d.ts.map +1 -0
  367. package/dist/types/Timeline/Timeline.d.ts +17 -0
  368. package/dist/types/Timeline/Timeline.d.ts.map +1 -0
  369. package/dist/types/Timeline/TimelineTrackSegments.d.ts +9 -0
  370. package/dist/types/Timeline/TimelineTrackSegments.d.ts.map +1 -0
  371. package/dist/types/Timeline/index.d.ts +3 -0
  372. package/dist/types/Timeline/index.d.ts.map +1 -0
  373. package/dist/types/Toast/Toast.d.ts +9 -0
  374. package/dist/types/Toast/Toast.d.ts.map +1 -0
  375. package/dist/types/Toast/ToastBody.d.ts +4 -0
  376. package/dist/types/Toast/ToastBody.d.ts.map +1 -0
  377. package/dist/types/Toast/ToastFooterLink.d.ts +4 -0
  378. package/dist/types/Toast/ToastFooterLink.d.ts.map +1 -0
  379. package/dist/types/Toast/Toaster.d.ts +2 -0
  380. package/dist/types/Toast/Toaster.d.ts.map +1 -0
  381. package/dist/types/Toast/Toaster.styled.d.ts +6 -0
  382. package/dist/types/Toast/Toaster.styled.d.ts.map +1 -0
  383. package/dist/types/Toast/index.d.ts +3 -0
  384. package/dist/types/Toast/index.d.ts.map +1 -0
  385. package/dist/types/Toast/toasts.d.ts +3 -0
  386. package/dist/types/Toast/toasts.d.ts.map +1 -0
  387. package/dist/types/Toast/types.d.ts +15 -0
  388. package/dist/types/Toast/types.d.ts.map +1 -0
  389. package/dist/types/Tooltip/Tooltip.d.ts +9 -0
  390. package/dist/types/Tooltip/Tooltip.d.ts.map +1 -0
  391. package/dist/types/Tooltip/index.d.ts +2 -0
  392. package/dist/types/Tooltip/index.d.ts.map +1 -0
  393. package/dist/types/UserProfileMenu/UserProfileMenu.d.ts +19 -0
  394. package/dist/types/UserProfileMenu/UserProfileMenu.d.ts.map +1 -0
  395. package/dist/types/UserProfileMenu/UserProfileMenu.styled.d.ts +5 -0
  396. package/dist/types/UserProfileMenu/UserProfileMenu.styled.d.ts.map +1 -0
  397. package/dist/types/UserProfileMenu/index.d.ts +2 -0
  398. package/dist/types/UserProfileMenu/index.d.ts.map +1 -0
  399. package/dist/types/index.d.ts +26 -0
  400. package/dist/types/index.d.ts.map +1 -0
  401. package/dist/types/utils/UIProvider.d.ts +8 -0
  402. package/dist/types/utils/UIProvider.d.ts.map +1 -0
  403. package/dist/types/utils/colorVariant.d.ts +6 -0
  404. package/dist/types/utils/colorVariant.d.ts.map +1 -0
  405. package/dist/types/utils/date.d.ts +4 -0
  406. package/dist/types/utils/date.d.ts.map +1 -0
  407. package/dist/types/utils/file.d.ts +3 -0
  408. package/dist/types/utils/file.d.ts.map +1 -0
  409. package/dist/types/utils/index.d.ts +8 -0
  410. package/dist/types/utils/index.d.ts.map +1 -0
  411. package/dist/types/utils/theme/colorPalette.d.ts +20 -0
  412. package/dist/types/utils/theme/colorPalette.d.ts.map +1 -0
  413. package/dist/types/utils/theme/colorPaletteUI.d.ts +2 -0
  414. package/dist/types/utils/theme/colorPaletteUI.d.ts.map +1 -0
  415. package/dist/types/utils/theme/paletteDark.d.ts +8 -0
  416. package/dist/types/utils/theme/paletteDark.d.ts.map +1 -0
  417. package/dist/types/utils/theme/paletteLight.d.ts +3 -0
  418. package/dist/types/utils/theme/paletteLight.d.ts.map +1 -0
  419. package/dist/types/utils/theme/theme.d.ts +37 -0
  420. package/dist/types/utils/theme/theme.d.ts.map +1 -0
  421. package/dist/types/utils/theme/types.d.ts +14 -0
  422. package/dist/types/utils/theme/types.d.ts.map +1 -0
  423. package/dist/types/utils/theme/typography.d.ts +12 -0
  424. package/dist/types/utils/theme/typography.d.ts.map +1 -0
  425. package/dist/types/utils/urlToNestedObject.d.ts +2 -0
  426. package/dist/types/utils/urlToNestedObject.d.ts.map +1 -0
  427. package/package.json +1 -1
@@ -0,0 +1,8 @@
1
+ import { type ReactNode } from "react";
2
+ type FormGridLayoutProps = {
3
+ children: ReactNode;
4
+ columns?: number;
5
+ };
6
+ export declare const FormGridLayout: ({ children, columns, }: FormGridLayoutProps) => import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=FormGridLayout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormGridLayout.d.ts","sourceRoot":"","sources":["../../../src/Layouts/FormGridLayout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEjD,KAAK,mBAAmB,GAAG;IACzB,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,wBAG5B,mBAAmB,4CAerB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { PropsWithChildren } from "react";
2
+ export declare const FormRow: ({ children, fullWidth, maxColumn, }: PropsWithChildren<{
3
+ fullWidth?: boolean;
4
+ maxColumn?: number;
5
+ }>) => import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=FormRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormRow.d.ts","sourceRoot":"","sources":["../../../../src/Layouts/FormRow/FormRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,eAAO,MAAM,OAAO,GAAI,qCAIrB,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,OAAO,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,4CAYhE,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { StackProps } from "@mui/material";
2
+ import type { ComponentType } from "react";
3
+ type RowContainerStyledProps = StackProps & {
4
+ fullWidth: boolean;
5
+ maxColumn: number;
6
+ };
7
+ export declare const RowContainerStyled: ComponentType<RowContainerStyledProps>;
8
+ export {};
9
+ //# sourceMappingURL=FormRow.styled.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormRow.styled.d.ts","sourceRoot":"","sources":["../../../../src/Layouts/FormRow/FormRow.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAmB3C,KAAK,uBAAuB,GAAG,UAAU,GAAG;IAC1C,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,aAAa,CAAC,uBAAuB,CAmBlE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { FormRow } from "./FormRow";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Layouts/FormRow/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { PropsWithChildren } from "react";
2
+ export declare const FormSection: ({ title, children, }: PropsWithChildren<{
3
+ title?: string;
4
+ }>) => import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=FormSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormSection.d.ts","sourceRoot":"","sources":["../../../src/Layouts/FormSection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,eAAO,MAAM,WAAW,GAAI,sBAGzB,iBAAiB,CAAC;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,4CAcvC,CAAC"}
@@ -0,0 +1,5 @@
1
+ export * from "./FormContainer";
2
+ export * from "./FormGridLayout";
3
+ export * from "./FormRow";
4
+ export * from "./FormSection";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Layouts/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { type CircularProgressProps } from "@mui/material";
2
+ export declare function FacebookCircularProgress(props: Readonly<CircularProgressProps>): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=FacebookCircularProgress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FacebookCircularProgress.d.ts","sourceRoot":"","sources":["../../../src/Loader/FacebookCircularProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,qBAAqB,EAC3B,MAAM,eAAe,CAAC;AAEvB,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,QAAQ,CAAC,qBAAqB,CAAC,2CAgCvC"}
@@ -0,0 +1,2 @@
1
+ export * from "./FacebookCircularProgress";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Loader/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { type SxProps } from "@mui/material";
2
+ import type { PropsWithChildren } from "react";
3
+ export declare const PadBox: ({ children, padding, }: PropsWithChildren<{
4
+ padding: SxProps;
5
+ }>) => import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=PadBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PadBox.d.ts","sourceRoot":"","sources":["../../../src/PadBox/PadBox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,OAAO,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,eAAO,MAAM,MAAM,GAAI,wBAGpB,iBAAiB,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,4CAczC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./PadBox";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/PadBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { type TablePaginationProps } from "@mui/material";
2
+ export declare const Pagination: ({ count, page, onPageChange, rowsPerPage, onRowsPerPageChange, ...rest }: TablePaginationProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=Pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/Pagination/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,oBAAoB,EAE1B,MAAM,eAAe,CAAC;AAEvB,eAAO,MAAM,UAAU,GAAI,0EAOxB,oBAAoB,4CA4BtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./Pagination";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Pagination/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { StepperProps as MuiStepperProps, StepLabelProps } from "@mui/material";
2
+ type StepperProps = MuiStepperProps & {
3
+ steps: string[];
4
+ stepUrls?: string[];
5
+ errorSteps?: number[];
6
+ showActiveStepIcon?: boolean;
7
+ stepLabelProps?: StepLabelProps;
8
+ onStepClick?: (stepIndex: number) => void;
9
+ };
10
+ export declare const Stepper: ({ orientation, activeStep, stepLabelProps, steps, stepUrls, errorSteps, onStepClick, ...rest }: StepperProps) => import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=Stepper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../src/Stepper/Stepper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,IAAI,eAAe,EAC/B,cAAc,EACf,MAAM,eAAe,CAAC;AAWvB,KAAK,YAAY,GAAG,eAAe,GAAG;IACpC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,WAAW,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,gGASrB,YAAY,4CAuDd,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { StepperProps } from "@mui/material/Stepper";
2
+ import type { StepLabelProps } from "@mui/material/StepLabel";
3
+ type StepperV2Props = StepperProps & {
4
+ steps: string[];
5
+ stepLabelProps?: StepLabelProps;
6
+ };
7
+ export declare const StepperV2: ({ steps, alternativeLabel, stepLabelProps, ...rest }: StepperV2Props) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=StepperV2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StepperV2.d.ts","sourceRoot":"","sources":["../../../src/Stepper/StepperV2.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AA+E9D,KAAK,cAAc,GAAG,YAAY,GAAG;IACnC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,sDAKvB,cAAc,4CAmBhB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { StepperProps as MuiStepperProps, StepLabelProps } from "@mui/material";
2
+ type StepperProps = MuiStepperProps & {
3
+ steps: {
4
+ in_time?: string;
5
+ out_time?: string;
6
+ }[];
7
+ showActiveStepIcon?: boolean;
8
+ stepLabelProps?: StepLabelProps;
9
+ };
10
+ export declare const StepperV3: ({ orientation, activeStep, stepLabelProps, steps, ...rest }: StepperProps) => import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=StepperV3.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StepperV3.d.ts","sourceRoot":"","sources":["../../../src/Stepper/StepperV3.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,IAAI,eAAe,EAC/B,cAAc,EACf,MAAM,eAAe,CAAC;AAWvB,KAAK,YAAY,GAAG,eAAe,GAAG;IACpC,KAAK,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACjD,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,6DAMvB,YAAY,4CA6Cd,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from "./Stepper";
2
+ export * from "./StepperV2";
3
+ export * from "./StepperV3";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Stepper/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const AppLogoMedium: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=AppLogoMedium.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppLogoMedium.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/AppLogo/AppLogoMedium.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA8D3D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const AppLogoSmall: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=AppLogoSmall.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppLogoSmall.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/AppLogo/AppLogoSmall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,eAAO,MAAM,YAAY,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA8C1D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const ArrowUp: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=ArrowUp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowUp.d.ts","sourceRoot":"","sources":["../../../src/Svgs/ArrowUp.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,+CAUnB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const CompanyBanner: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CompanyBanner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompanyBanner.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Company/CompanyBanner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA4d3D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./CompanyBanner";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Company/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const SettingIcon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SettingIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SettingIcon.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SettingIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,eAAO,MAAM,WAAW,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA6BzD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const SvgBankConfig: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgBankConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgBankConfig.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgBankConfig.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAiC3D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const SvgConfiguration: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgConfiguration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgConfiguration.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgConfiguration.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,gBAAgB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAa9D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const SvgPayroll: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgPayroll.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgPayroll.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgPayroll.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,UAAU,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA6BxD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const SvgsEmployees: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgsEmployees.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgsEmployees.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgsEmployees.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAsB3D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const SvgsOrganization: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgsOrganization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgsOrganization.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgsOrganization.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,gBAAgB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAiC9D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const SvgsTransaction: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgsTransaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgsTransaction.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/SvgsTransaction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,eAAe,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA8E7D,CAAC"}
@@ -0,0 +1,8 @@
1
+ export * from "./SettingIcon";
2
+ export * from "./SvgBankConfig";
3
+ export * from "./SvgConfiguration";
4
+ export * from "./SvgPayroll";
5
+ export * from "./SvgsEmployees";
6
+ export * from "./SvgsOrganization";
7
+ export * from "./SvgsTransaction";
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Svgs/Drawer/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare function FormAction(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=FormAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormAction.d.ts","sourceRoot":"","sources":["../../../src/Svgs/FormAction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,wBAAgB,UAAU,CAAC,KAAK,EAAE,YAAY,2CAmH7C"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const ImportExcelSuccessIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ImportExcelSuccessIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImportExcelSuccessIcon.d.ts","sourceRoot":"","sources":["../../../src/Svgs/ImportExcelSuccessIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,sBAAsB,GAAI,OAAO,YAAY,4CAmDzD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const LogoIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=LogoIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LogoIcon.d.ts","sourceRoot":"","sources":["../../../src/Svgs/LogoIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,QAAQ,GAAI,OAAO,YAAY,4CAuE3C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgAdd: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgAdd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgAdd.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgAdd.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,MAAM,GAAI,OAAO,YAAY,4CAyBzC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgCalendar: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgCalendar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgCalendar.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgCalendar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,WAAW,GAAI,OAAO,YAAY,4CAsF9C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgConfigure: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgConfigure.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgConfigure.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgConfigure.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,YAAY,GAAI,OAAO,YAAY,4CAgD/C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgDelete: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgDelete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgDelete.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgDelete.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,SAAS,GAAI,OAAO,YAAY,4CAoD5C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgDownload: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgDownload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgDownload.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgDownload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,WAAW,GAAI,OAAO,YAAY,4CAiB9C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgEmail: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgEmail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgEmail.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgEmail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,QAAQ,GAAI,OAAO,YAAY,4CAwB3C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgExport: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgExport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgExport.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgExport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,SAAS,GAAI,OAAO,YAAY,4CA8B5C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgFilterList: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgFilterList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgFilterList.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgFilterList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,aAAa,GAAI,OAAO,YAAY,4CAmBhD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgImport: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgImport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgImport.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgImport.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,SAAS,GAAI,OAAO,YAAY,4CAwC5C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgNoLogo: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgNoLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgNoLogo.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgNoLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,SAAS,GAAI,OAAO,YAAY,4CA+D5C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgNoSign: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgNoSign.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgNoSign.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgNoSign.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,SAAS,GAAI,OAAO,YAAY,4CAyB5C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgPhone: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgPhone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgPhone.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgPhone.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,QAAQ,GAAI,OAAO,YAAY,4CAgB3C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgProfile: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgProfile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgProfile.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgProfile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,UAAU,GAAI,OAAO,YAAY,4CA8B7C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const SvgView: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgView.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,eAAO,MAAM,OAAO,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAcrD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgsDrop: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgsDrop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgsDrop.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgsDrop.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAGlD,eAAO,MAAM,QAAQ,GAAI,OAAO,YAAY,4CAwC3C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgsEdit: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgsEdit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgsEdit.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgsEdit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,QAAQ,GAAI,OAAO,YAAY,4CAuC3C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SvgIconProps } from "@mui/material";
2
+ export declare const SvgsHistory: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgsHistory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgsHistory.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgsHistory.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAElD,eAAO,MAAM,WAAW,GAAI,OAAO,YAAY,4CAqC9C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ export declare const SvgsHome: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SvgsHome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgsHome.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgsHome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,eAAO,MAAM,QAAQ,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAgBtD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { type WorkDayType } from "../utils/colorVariant";
2
+ type SvgsIndicatorIconProps = {
3
+ variant?: WorkDayType;
4
+ colourCode?: string;
5
+ };
6
+ export declare const SvgsIndicator: ({ variant, colourCode, }: SvgsIndicatorIconProps) => import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=SvgsIndicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SvgsIndicator.d.ts","sourceRoot":"","sources":["../../../src/Svgs/SvgsIndicator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAE5E,KAAK,sBAAsB,GAAG;IAC5B,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AACF,eAAO,MAAM,aAAa,GAAI,0BAG3B,sBAAsB,4CAcxB,CAAC"}
@@ -0,0 +1,19 @@
1
+ export * from "./Company";
2
+ export * from "./Drawer";
3
+ export * from "./FormAction";
4
+ export * from "./ImportExcelSuccessIcon";
5
+ export * from "./LogoIcon";
6
+ export * from "./SvgAdd";
7
+ export * from "./SvgCalendar";
8
+ export * from "./SvgConfigure";
9
+ export * from "./SvgDelete";
10
+ export * from "./SvgDownload";
11
+ export * from "./SvgExport";
12
+ export * from "./SvgImport";
13
+ export * from "./SvgNoLogo";
14
+ export * from "./SvgNoSign";
15
+ export * from "./SvgProfile";
16
+ export * from "./SvgsDrop";
17
+ export * from "./SvgsHome";
18
+ export * from "./SvgView";
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Svgs/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const Skeleton: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=Skeleton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/Tab/Skeleton.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ,+CAYpB,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { TabOwnProps } from "@mui/material/Tab";
2
+ import type { ReactElement } from "react";
3
+ export type TabsItems = {
4
+ value: string;
5
+ label: string;
6
+ icon?: ReactElement;
7
+ toolTipLabel?: string;
8
+ iconPosition?: TabOwnProps["iconPosition"];
9
+ onClick: () => void;
10
+ };
11
+ type TabsProps = {
12
+ tabs: TabsItems[];
13
+ value: string;
14
+ loading?: boolean;
15
+ };
16
+ export declare const Tabs: ({ tabs, value, loading }: TabsProps) => import("react/jsx-runtime").JSX.Element;
17
+ export {};
18
+ //# sourceMappingURL=Tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/Tab/Tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAK1C,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,WAAW,CAAC,cAAc,CAAC,CAAC;IAC3C,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,IAAI,EAAE,SAAS,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,0BAA0B,SAAS,4CAuCvD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./Tabs";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Tab/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}