pixelize-design-library 2.1.13 → 2.1.15

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 (997) hide show
  1. package/.github/workflows/build.yml +31 -0
  2. package/dist/index.d.mts +1461 -0
  3. package/dist/index.d.ts +1461 -54
  4. package/dist/index.js +263 -146
  5. package/dist/index.mjs +263 -0
  6. package/package.json +27 -15
  7. package/tsconfig.json +23 -0
  8. package/dist/App.d.ts +0 -4
  9. package/dist/App.js +0 -128
  10. package/dist/Assets/defaultLogo.d.ts +0 -3
  11. package/dist/Assets/defaultLogo.js +0 -15
  12. package/dist/Assets/defaultLogo.tsx +0 -31
  13. package/dist/Components/Accordion/Accordion.d.ts +0 -4
  14. package/dist/Components/Accordion/Accordion.js +0 -40
  15. package/dist/Components/Accordion/AccordionProps.d.ts +0 -17
  16. package/dist/Components/Accordion/AccordionProps.js +0 -2
  17. package/dist/Components/AlertDialog/AlertDialog.d.ts +0 -4
  18. package/dist/Components/AlertDialog/AlertDialog.js +0 -20
  19. package/dist/Components/AlertDialog/AlertDialogProps.d.ts +0 -20
  20. package/dist/Components/AlertDialog/AlertDialogProps.js +0 -2
  21. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.d.ts +0 -3
  22. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.js +0 -64
  23. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.stories.d.ts +0 -1
  24. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.stories.js +0 -6
  25. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChartProps.d.ts +0 -19
  26. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChartProps.js +0 -2
  27. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.d.ts +0 -3
  28. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.js +0 -29
  29. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.stories.d.ts +0 -1
  30. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.stories.js +0 -6
  31. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChartProps.d.ts +0 -41
  32. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChartProps.js +0 -2
  33. package/dist/Components/Breadcrumbs/Breadcrumbs.d.ts +0 -3
  34. package/dist/Components/Breadcrumbs/Breadcrumbs.js +0 -17
  35. package/dist/Components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -1
  36. package/dist/Components/Breadcrumbs/Breadcrumbs.stories.js +0 -6
  37. package/dist/Components/Breadcrumbs/BreadcrumbsProps.d.ts +0 -11
  38. package/dist/Components/Breadcrumbs/BreadcrumbsProps.js +0 -2
  39. package/dist/Components/Button/Button.d.ts +0 -5
  40. package/dist/Components/Button/Button.js +0 -32
  41. package/dist/Components/Button/Button.stories.d.ts +0 -1
  42. package/dist/Components/Button/Button.stories.js +0 -6
  43. package/dist/Components/Button/Button.styles.d.ts +0 -2
  44. package/dist/Components/Button/Button.styles.js +0 -112
  45. package/dist/Components/Button/ButtonProps.d.ts +0 -13
  46. package/dist/Components/Button/ButtonProps.js +0 -2
  47. package/dist/Components/ButtonGroupIcon/ButtonGoupIconProps.d.ts +0 -33
  48. package/dist/Components/ButtonGroupIcon/ButtonGoupIconProps.js +0 -2
  49. package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.d.ts +0 -5
  50. package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.js +0 -86
  51. package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.stories.d.ts +0 -1
  52. package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.stories.js +0 -6
  53. package/dist/Components/Buttons/Buttons.d.ts +0 -4
  54. package/dist/Components/Buttons/Buttons.js +0 -11
  55. package/dist/Components/Buttons/ButtonsProps.d.ts +0 -6
  56. package/dist/Components/Buttons/ButtonsProps.js +0 -2
  57. package/dist/Components/Card/Card.d.ts +0 -3
  58. package/dist/Components/Card/Card.js +0 -12
  59. package/dist/Components/Card/CardProps.d.ts +0 -14
  60. package/dist/Components/Card/CardProps.js +0 -2
  61. package/dist/Components/Checkbox/Checkbox.d.ts +0 -3
  62. package/dist/Components/Checkbox/Checkbox.js +0 -20
  63. package/dist/Components/Checkbox/Checkbox.stories.d.ts +0 -1
  64. package/dist/Components/Checkbox/Checkbox.stories.js +0 -7
  65. package/dist/Components/Checkbox/Checkbox.styles.d.ts +0 -2
  66. package/dist/Components/Checkbox/Checkbox.styles.js +0 -54
  67. package/dist/Components/Checkbox/CheckboxProps.d.ts +0 -15
  68. package/dist/Components/Checkbox/CheckboxProps.js +0 -2
  69. package/dist/Components/Common/ErrorComponent.d.ts +0 -6
  70. package/dist/Components/Common/ErrorComponent.js +0 -16
  71. package/dist/Components/Common/ErrorMessage.d.ts +0 -5
  72. package/dist/Components/Common/ErrorMessage.js +0 -17
  73. package/dist/Components/Common/FormLabel.d.ts +0 -8
  74. package/dist/Components/Common/FormLabel.js +0 -22
  75. package/dist/Components/Common/HelperText.d.ts +0 -5
  76. package/dist/Components/Common/HelperText.js +0 -14
  77. package/dist/Components/Common/Label.d.ts +0 -7
  78. package/dist/Components/Common/Label.js +0 -13
  79. package/dist/Components/ContactForm/ContactForm.d.ts +0 -4
  80. package/dist/Components/ContactForm/ContactForm.js +0 -215
  81. package/dist/Components/ContactForm/ContactFormProps.d.ts +0 -9
  82. package/dist/Components/ContactForm/ContactFormProps.js +0 -2
  83. package/dist/Components/DatePicker/DatePicker.d.ts +0 -3
  84. package/dist/Components/DatePicker/DatePicker.js +0 -235
  85. package/dist/Components/DatePicker/DatePickerProps.d.ts +0 -42
  86. package/dist/Components/DatePicker/DatePickerProps.js +0 -2
  87. package/dist/Components/DatePicker/TimePicker.d.ts +0 -4
  88. package/dist/Components/DatePicker/TimePicker.js +0 -101
  89. package/dist/Components/Divider/Divider.d.ts +0 -3
  90. package/dist/Components/Divider/Divider.js +0 -14
  91. package/dist/Components/Drawer/Drawer.d.ts +0 -12
  92. package/dist/Components/Drawer/Drawer.js +0 -40
  93. package/dist/Components/Drawer/DrawerProps.d.ts +0 -8
  94. package/dist/Components/Drawer/DrawerProps.js +0 -2
  95. package/dist/Components/Dropdown/DropDown.d.ts +0 -4
  96. package/dist/Components/Dropdown/DropDown.js +0 -97
  97. package/dist/Components/Dropdown/DropdownProps.d.ts +0 -26
  98. package/dist/Components/Dropdown/DropdownProps.js +0 -2
  99. package/dist/Components/Editor/Editor.d.ts +0 -3
  100. package/dist/Components/Editor/Editor.js +0 -12
  101. package/dist/Components/Editor/EditorProps.d.ts +0 -5
  102. package/dist/Components/Editor/EditorProps.js +0 -2
  103. package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.d.ts +0 -3
  104. package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.js +0 -44
  105. package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtpProps.d.ts +0 -13
  106. package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtpProps.js +0 -2
  107. package/dist/Components/FileUpload/FileUpload.d.ts +0 -4
  108. package/dist/Components/FileUpload/FileUpload.js +0 -156
  109. package/dist/Components/FileUpload/FileUploadProps.d.ts +0 -11
  110. package/dist/Components/FileUpload/FileUploadProps.js +0 -2
  111. package/dist/Components/FileUpload/constants.d.ts +0 -3
  112. package/dist/Components/FileUpload/constants.js +0 -28
  113. package/dist/Components/Form/FormWrapper.d.ts +0 -7
  114. package/dist/Components/Form/FormWrapper.js +0 -19
  115. package/dist/Components/Header/Header.d.ts +0 -4
  116. package/dist/Components/Header/Header.js +0 -57
  117. package/dist/Components/Header/HeaderActions.d.ts +0 -23
  118. package/dist/Components/Header/HeaderActions.js +0 -37
  119. package/dist/Components/Header/HeaderProps.d.ts +0 -44
  120. package/dist/Components/Header/HeaderProps.js +0 -2
  121. package/dist/Components/Header/components/desktopMenu.d.ts +0 -4
  122. package/dist/Components/Header/components/desktopMenu.js +0 -33
  123. package/dist/Components/Header/components/mobileMenu.d.ts +0 -4
  124. package/dist/Components/Header/components/mobileMenu.js +0 -32
  125. package/dist/Components/Input/Input/Input.d.ts +0 -4
  126. package/dist/Components/Input/Input/Input.js +0 -45
  127. package/dist/Components/Input/Input/InputProps.d.ts +0 -17
  128. package/dist/Components/Input/Input/InputProps.js +0 -2
  129. package/dist/Components/Input/TextInput.d.ts +0 -4
  130. package/dist/Components/Input/TextInput.js +0 -68
  131. package/dist/Components/Input/TextInput.stories.d.ts +0 -1
  132. package/dist/Components/Input/TextInput.stories.js +0 -8
  133. package/dist/Components/Input/TextInput.styles.d.ts +0 -2
  134. package/dist/Components/Input/TextInput.styles.js +0 -84
  135. package/dist/Components/Input/TextInputProps.d.ts +0 -24
  136. package/dist/Components/Input/TextInputProps.js +0 -2
  137. package/dist/Components/InputTextArea/InputTextArea.d.ts +0 -3
  138. package/dist/Components/InputTextArea/InputTextArea.js +0 -16
  139. package/dist/Components/InputTextArea/InputTextArea.stories.d.ts +0 -1
  140. package/dist/Components/InputTextArea/InputTextArea.stories.js +0 -7
  141. package/dist/Components/InputTextArea/InputTextAreaProps.d.ts +0 -10
  142. package/dist/Components/InputTextArea/InputTextAreaProps.js +0 -2
  143. package/dist/Components/KanbanBoard/AccountCard.d.ts +0 -9
  144. package/dist/Components/KanbanBoard/AccountCard.js +0 -74
  145. package/dist/Components/KanbanBoard/AccountRow.d.ts +0 -6
  146. package/dist/Components/KanbanBoard/AccountRow.js +0 -20
  147. package/dist/Components/KanbanBoard/KanbanActions/KanbanActions.d.ts +0 -9
  148. package/dist/Components/KanbanBoard/KanbanActions/KanbanActions.js +0 -26
  149. package/dist/Components/KanbanBoard/KanbanBoard.d.ts +0 -4
  150. package/dist/Components/KanbanBoard/KanbanBoard.js +0 -120
  151. package/dist/Components/KanbanBoard/KanbanBoardProps.d.ts +0 -27
  152. package/dist/Components/KanbanBoard/KanbanBoardProps.js +0 -2
  153. package/dist/Components/Loading/Loading.d.ts +0 -3
  154. package/dist/Components/Loading/Loading.js +0 -36
  155. package/dist/Components/Loading/Loading.stories.d.ts +0 -1
  156. package/dist/Components/Loading/Loading.stories.js +0 -7
  157. package/dist/Components/Loading/LoadingProps.d.ts +0 -5
  158. package/dist/Components/Loading/LoadingProps.js +0 -2
  159. package/dist/Components/Modal/Modal.d.ts +0 -12
  160. package/dist/Components/Modal/Modal.js +0 -50
  161. package/dist/Components/Modal/Modal.stories.d.ts +0 -1
  162. package/dist/Components/Modal/Modal.stories.js +0 -7
  163. package/dist/Components/Modal/ModalProps.d.ts +0 -11
  164. package/dist/Components/Modal/ModalProps.js +0 -2
  165. package/dist/Components/MultiSelect/MultiSelect.d.ts +0 -3
  166. package/dist/Components/MultiSelect/MultiSelect.js +0 -115
  167. package/dist/Components/MultiSelect/MultiSelectProps.d.ts +0 -20
  168. package/dist/Components/MultiSelect/MultiSelectProps.js +0 -2
  169. package/dist/Components/NavigationBar/NavBar.stories.d.ts +0 -1
  170. package/dist/Components/NavigationBar/NavBar.stories.js +0 -3
  171. package/dist/Components/NavigationBar/NavigationBar.d.ts +0 -3
  172. package/dist/Components/NavigationBar/NavigationBar.js +0 -50
  173. package/dist/Components/NavigationBar/NavigationBarProps.d.ts +0 -19
  174. package/dist/Components/NavigationBar/NavigationBarProps.js +0 -2
  175. package/dist/Components/NoteTextArea/NoteTextArea.d.ts +0 -3
  176. package/dist/Components/NoteTextArea/NoteTextArea.js +0 -274
  177. package/dist/Components/NoteTextArea/NoteTextAreaProps.d.ts +0 -16
  178. package/dist/Components/NoteTextArea/NoteTextAreaProps.js +0 -2
  179. package/dist/Components/NumberInput/NumberInput.d.ts +0 -3
  180. package/dist/Components/NumberInput/NumberInput.js +0 -16
  181. package/dist/Components/NumberInput/NumberInput.stories.d.ts +0 -1
  182. package/dist/Components/NumberInput/NumberInput.stories.js +0 -5
  183. package/dist/Components/NumberInput/NumberInputProps.d.ts +0 -12
  184. package/dist/Components/NumberInput/NumberInputProps.js +0 -2
  185. package/dist/Components/PinInput/PinInput.d.ts +0 -3
  186. package/dist/Components/PinInput/PinInput.js +0 -15
  187. package/dist/Components/PinInput/PinInput.stories.d.ts +0 -1
  188. package/dist/Components/PinInput/PinInput.stories.js +0 -6
  189. package/dist/Components/PinInput/PinInputProps.d.ts +0 -9
  190. package/dist/Components/PinInput/PinInputProps.js +0 -2
  191. package/dist/Components/PinInputs/PinInputs.d.ts +0 -4
  192. package/dist/Components/PinInputs/PinInputs.js +0 -71
  193. package/dist/Components/PinInputs/PinInputsProps.d.ts +0 -9
  194. package/dist/Components/PinInputs/PinInputsProps.js +0 -2
  195. package/dist/Components/ProductCard/ProductCard.d.ts +0 -4
  196. package/dist/Components/ProductCard/ProductCard.js +0 -51
  197. package/dist/Components/ProductCard/ProductCardProps.d.ts +0 -26
  198. package/dist/Components/ProductCard/ProductCardProps.js +0 -2
  199. package/dist/Components/ProductCard/ProductLabel.d.ts +0 -6
  200. package/dist/Components/ProductCard/ProductLabel.js +0 -14
  201. package/dist/Components/ProductCard/ProductPrice.d.ts +0 -7
  202. package/dist/Components/ProductCard/ProductPrice.js +0 -88
  203. package/dist/Components/ProductCard/ProductReview.d.ts +0 -7
  204. package/dist/Components/ProductCard/ProductReview.js +0 -23
  205. package/dist/Components/ProductCard/ProductTags.d.ts +0 -7
  206. package/dist/Components/ProductCard/ProductTags.js +0 -30
  207. package/dist/Components/ProfileCard/ProfileCard.d.ts +0 -12
  208. package/dist/Components/ProfileCard/ProfileCard.js +0 -57
  209. package/dist/Components/ProfileCard/ProfileCard.stories.d.ts +0 -1
  210. package/dist/Components/ProfileCard/ProfileCard.stories.js +0 -6
  211. package/dist/Components/ProfileCard/ProfileCardProps.d.ts +0 -16
  212. package/dist/Components/ProfileCard/ProfileCardProps.js +0 -2
  213. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.d.ts +0 -3
  214. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.js +0 -94
  215. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.stories.d.ts +0 -1
  216. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.stories.js +0 -6
  217. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewerProps.d.ts +0 -19
  218. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewerProps.js +0 -2
  219. package/dist/Components/ProgressBar/ProgressBar.d.ts +0 -3
  220. package/dist/Components/ProgressBar/ProgressBar.js +0 -12
  221. package/dist/Components/ProgressBar/ProgressBar.stories.d.ts +0 -1
  222. package/dist/Components/ProgressBar/ProgressBar.stories.js +0 -7
  223. package/dist/Components/ProgressBar/ProgressBarProps.d.ts +0 -6
  224. package/dist/Components/ProgressBar/ProgressBarProps.js +0 -2
  225. package/dist/Components/RadioButton/RadioButton.d.ts +0 -5
  226. package/dist/Components/RadioButton/RadioButton.js +0 -31
  227. package/dist/Components/RadioButton/RadioButton.stories.d.ts +0 -1
  228. package/dist/Components/RadioButton/RadioButton.stories.js +0 -7
  229. package/dist/Components/RadioButton/RadioButtonProps.d.ts +0 -11
  230. package/dist/Components/RadioButton/RadioButtonProps.js +0 -2
  231. package/dist/Components/Reorder/Reorder.d.ts +0 -4
  232. package/dist/Components/Reorder/Reorder.js +0 -50
  233. package/dist/Components/Reorder/ReorderProps.d.ts +0 -10
  234. package/dist/Components/Reorder/ReorderProps.js +0 -2
  235. package/dist/Components/Search/Search.d.ts +0 -3
  236. package/dist/Components/Search/Search.js +0 -66
  237. package/dist/Components/Search/SearchProps.d.ts +0 -8
  238. package/dist/Components/Search/SearchProps.js +0 -2
  239. package/dist/Components/SearchSelect/SearchSelect.d.ts +0 -4
  240. package/dist/Components/SearchSelect/SearchSelect.js +0 -237
  241. package/dist/Components/SearchSelect/SearchSelectProps.d.ts +0 -60
  242. package/dist/Components/SearchSelect/SearchSelectProps.js +0 -2
  243. package/dist/Components/SearchSelect/SelectTruncatedLabel.d.ts +0 -6
  244. package/dist/Components/SearchSelect/SelectTruncatedLabel.js +0 -45
  245. package/dist/Components/Select/Select.d.ts +0 -3
  246. package/dist/Components/Select/Select.js +0 -54
  247. package/dist/Components/Select/Select.stories.d.ts +0 -1
  248. package/dist/Components/Select/Select.stories.js +0 -8
  249. package/dist/Components/Select/Select.styles.d.ts +0 -2
  250. package/dist/Components/Select/Select.styles.js +0 -98
  251. package/dist/Components/Select/SelectProps.d.ts +0 -20
  252. package/dist/Components/Select/SelectProps.js +0 -2
  253. package/dist/Components/SelectSearch/SelectSearch.d.ts +0 -3
  254. package/dist/Components/SelectSearch/SelectSearch.js +0 -239
  255. package/dist/Components/SelectSearch/SelectSearchProps.d.ts +0 -42
  256. package/dist/Components/SelectSearch/SelectSearchProps.js +0 -2
  257. package/dist/Components/SideBar/SideBar.d.ts +0 -3
  258. package/dist/Components/SideBar/SideBar.js +0 -55
  259. package/dist/Components/SideBar/SideBarProps.d.ts +0 -29
  260. package/dist/Components/SideBar/SideBarProps.js +0 -2
  261. package/dist/Components/SideBar/Sidebar.stories.d.ts +0 -1
  262. package/dist/Components/SideBar/Sidebar.stories.js +0 -7
  263. package/dist/Components/SideBar/components/MenuItemBox.d.ts +0 -11
  264. package/dist/Components/SideBar/components/MenuItemBox.js +0 -116
  265. package/dist/Components/SideBar/components/MenuItems.d.ts +0 -4
  266. package/dist/Components/SideBar/components/MenuItems.js +0 -13
  267. package/dist/Components/SideBar/components/MenuPopoverContent.d.ts +0 -9
  268. package/dist/Components/SideBar/components/MenuPopoverContent.js +0 -37
  269. package/dist/Components/SideBar/components/TextTruncation.d.ts +0 -8
  270. package/dist/Components/SideBar/components/TextTruncation.js +0 -77
  271. package/dist/Components/Skeletons/Skeleton.stories.d.ts +0 -1
  272. package/dist/Components/Skeletons/Skeleton.stories.js +0 -7
  273. package/dist/Components/Skeletons/SkeletonProps.d.ts +0 -4
  274. package/dist/Components/Skeletons/SkeletonProps.js +0 -2
  275. package/dist/Components/Skeletons/Skeletons.d.ts +0 -3
  276. package/dist/Components/Skeletons/Skeletons.js +0 -15
  277. package/dist/Components/Switch/Switch.d.ts +0 -3
  278. package/dist/Components/Switch/Switch.js +0 -39
  279. package/dist/Components/Switch/SwitchProps.d.ts +0 -9
  280. package/dist/Components/Switch/SwitchProps.js +0 -2
  281. package/dist/Components/Table/Components/HeaderActions.d.ts +0 -7
  282. package/dist/Components/Table/Components/HeaderActions.js +0 -45
  283. package/dist/Components/Table/Components/Pagination.d.ts +0 -14
  284. package/dist/Components/Table/Components/Pagination.js +0 -32
  285. package/dist/Components/Table/Components/TableActions.d.ts +0 -3
  286. package/dist/Components/Table/Components/TableActions.js +0 -28
  287. package/dist/Components/Table/Components/TableBody.d.ts +0 -4
  288. package/dist/Components/Table/Components/TableBody.js +0 -140
  289. package/dist/Components/Table/Components/TableFilters.d.ts +0 -4
  290. package/dist/Components/Table/Components/TableFilters.js +0 -59
  291. package/dist/Components/Table/Components/TableHeader.d.ts +0 -4
  292. package/dist/Components/Table/Components/TableHeader.js +0 -147
  293. package/dist/Components/Table/Components/TableLoading.d.ts +0 -7
  294. package/dist/Components/Table/Components/TableLoading.js +0 -41
  295. package/dist/Components/Table/Components/TableSearch.d.ts +0 -6
  296. package/dist/Components/Table/Components/TableSearch.js +0 -60
  297. package/dist/Components/Table/Components/useDebounce.d.ts +0 -2
  298. package/dist/Components/Table/Components/useDebounce.js +0 -28
  299. package/dist/Components/Table/Components/useTable.d.ts +0 -46
  300. package/dist/Components/Table/Components/useTable.js +0 -168
  301. package/dist/Components/Table/Table.d.ts +0 -3
  302. package/dist/Components/Table/Table.js +0 -129
  303. package/dist/Components/Table/Table.stories.d.ts +0 -1
  304. package/dist/Components/Table/Table.stories.js +0 -9
  305. package/dist/Components/Table/TableProps.d.ts +0 -112
  306. package/dist/Components/Table/TableProps.js +0 -2
  307. package/dist/Components/Table/TableSettings/ManageColumns.d.ts +0 -10
  308. package/dist/Components/Table/TableSettings/ManageColumns.js +0 -107
  309. package/dist/Components/Table/TableSettings/TableSettings.d.ts +0 -7
  310. package/dist/Components/Table/TableSettings/TableSettings.js +0 -73
  311. package/dist/Components/Table/TableToDo.d.ts +0 -2
  312. package/dist/Components/Table/TableToDo.js +0 -291
  313. package/dist/Components/Tag/Tag.d.ts +0 -12
  314. package/dist/Components/Tag/Tag.js +0 -21
  315. package/dist/Components/Tag/Tag.styles.d.ts +0 -2
  316. package/dist/Components/Tag/Tag.styles.js +0 -63
  317. package/dist/Components/Timeline/Timeline.d.ts +0 -4
  318. package/dist/Components/Timeline/Timeline.js +0 -166
  319. package/dist/Components/Timeline/TimelineProps.d.ts +0 -20
  320. package/dist/Components/Timeline/TimelineProps.js +0 -2
  321. package/dist/Components/Toaster/Toaster.d.ts +0 -4
  322. package/dist/Components/Toaster/Toaster.js +0 -86
  323. package/dist/Components/Toaster/Toaster.stories.d.ts +0 -1
  324. package/dist/Components/Toaster/Toaster.stories.js +0 -8
  325. package/dist/Components/Toaster/ToasterProps.d.ts +0 -12
  326. package/dist/Components/Toaster/ToasterProps.js +0 -2
  327. package/dist/Components/Toggle/TableToggle.d.ts +0 -4
  328. package/dist/Components/Toggle/TableToggle.js +0 -60
  329. package/dist/Components/Toggle/TableToggleProps.d.ts +0 -5
  330. package/dist/Components/Toggle/TableToggleProps.js +0 -2
  331. package/dist/Components/ToolTip/ToolTip.d.ts +0 -3
  332. package/dist/Components/ToolTip/ToolTip.js +0 -12
  333. package/dist/Components/ToolTip/ToolTip.stories.d.ts +0 -1
  334. package/dist/Components/ToolTip/ToolTip.stories.js +0 -7
  335. package/dist/Components/ToolTip/ToolTipProps.d.ts +0 -7
  336. package/dist/Components/ToolTip/ToolTipProps.js +0 -2
  337. package/dist/Components/Trail/EditableCell.d.ts +0 -11
  338. package/dist/Components/Trail/EditableCell.js +0 -71
  339. package/dist/Components/Trail/SelectAllCheckbox.d.ts +0 -8
  340. package/dist/Components/Trail/SelectAllCheckbox.js +0 -13
  341. package/dist/Components/Trail/TrailWorks.d.ts +0 -3
  342. package/dist/Components/Trail/TrailWorks.js +0 -262
  343. package/dist/Components/Trail/data.d.ts +0 -15
  344. package/dist/Components/Trail/data.js +0 -29
  345. package/dist/Constants/Sidebar.d.ts +0 -38
  346. package/dist/Constants/Sidebar.js +0 -42
  347. package/dist/Hooks/usePreferences.d.ts +0 -24
  348. package/dist/Hooks/usePreferences.js +0 -73
  349. package/dist/Layout.d.ts +0 -3
  350. package/dist/Layout.js +0 -254
  351. package/dist/Pages/TInput.d.ts +0 -3
  352. package/dist/Pages/TInput.js +0 -46
  353. package/dist/Pages/accordion.d.ts +0 -3
  354. package/dist/Pages/accordion.js +0 -42
  355. package/dist/Pages/alertdialog.d.ts +0 -3
  356. package/dist/Pages/alertdialog.js +0 -44
  357. package/dist/Pages/button.d.ts +0 -3
  358. package/dist/Pages/button.js +0 -29
  359. package/dist/Pages/card.d.ts +0 -3
  360. package/dist/Pages/card.js +0 -48
  361. package/dist/Pages/chart.d.ts +0 -3
  362. package/dist/Pages/chart.js +0 -28
  363. package/dist/Pages/checkbox.d.ts +0 -3
  364. package/dist/Pages/checkbox.js +0 -12
  365. package/dist/Pages/contactForm.d.ts +0 -3
  366. package/dist/Pages/contactForm.js +0 -16
  367. package/dist/Pages/datePick.d.ts +0 -3
  368. package/dist/Pages/datePick.js +0 -70
  369. package/dist/Pages/drawer.d.ts +0 -3
  370. package/dist/Pages/drawer.js +0 -48
  371. package/dist/Pages/dropdown.d.ts +0 -3
  372. package/dist/Pages/dropdown.js +0 -24
  373. package/dist/Pages/editor.d.ts +0 -3
  374. package/dist/Pages/editor.js +0 -14
  375. package/dist/Pages/fileUpload.d.ts +0 -2
  376. package/dist/Pages/fileUpload.js +0 -65
  377. package/dist/Pages/input.d.ts +0 -3
  378. package/dist/Pages/input.js +0 -42
  379. package/dist/Pages/kanbanboard.d.ts +0 -3
  380. package/dist/Pages/kanbanboard.js +0 -115
  381. package/dist/Pages/modal.d.ts +0 -3
  382. package/dist/Pages/modal.js +0 -55
  383. package/dist/Pages/multiSelect.d.ts +0 -3
  384. package/dist/Pages/multiSelect.js +0 -45
  385. package/dist/Pages/noteArea.d.ts +0 -3
  386. package/dist/Pages/noteArea.js +0 -49
  387. package/dist/Pages/numberInput.d.ts +0 -3
  388. package/dist/Pages/numberInput.js +0 -39
  389. package/dist/Pages/photoViewer.d.ts +0 -3
  390. package/dist/Pages/photoViewer.js +0 -12
  391. package/dist/Pages/pinInputs.d.ts +0 -3
  392. package/dist/Pages/pinInputs.js +0 -12
  393. package/dist/Pages/productCaard.d.ts +0 -3
  394. package/dist/Pages/productCaard.js +0 -32
  395. package/dist/Pages/progressbar.d.ts +0 -3
  396. package/dist/Pages/progressbar.js +0 -12
  397. package/dist/Pages/radioButton.d.ts +0 -3
  398. package/dist/Pages/radioButton.js +0 -44
  399. package/dist/Pages/search.d.ts +0 -3
  400. package/dist/Pages/search.js +0 -44
  401. package/dist/Pages/searchSelect.d.ts +0 -3
  402. package/dist/Pages/searchSelect.js +0 -151
  403. package/dist/Pages/select.d.ts +0 -3
  404. package/dist/Pages/select.js +0 -43
  405. package/dist/Pages/selectSearch.d.ts +0 -3
  406. package/dist/Pages/selectSearch.js +0 -93
  407. package/dist/Pages/skeleton.d.ts +0 -3
  408. package/dist/Pages/skeleton.js +0 -22
  409. package/dist/Pages/switch.d.ts +0 -3
  410. package/dist/Pages/switch.js +0 -40
  411. package/dist/Pages/table.d.ts +0 -2
  412. package/dist/Pages/table.js +0 -144
  413. package/dist/Pages/textArea.d.ts +0 -3
  414. package/dist/Pages/textArea.js +0 -12
  415. package/dist/Pages/timeline.d.ts +0 -3
  416. package/dist/Pages/timeline.js +0 -74
  417. package/dist/Pages/tooltip.d.ts +0 -3
  418. package/dist/Pages/tooltip.js +0 -12
  419. package/dist/Pages/toster.d.ts +0 -3
  420. package/dist/Pages/toster.js +0 -63
  421. package/dist/Pages/verifyEmail.d.ts +0 -3
  422. package/dist/Pages/verifyEmail.js +0 -18
  423. package/dist/Theme/Dark/theme.d.ts +0 -2
  424. package/dist/Theme/Dark/theme.js +0 -283
  425. package/dist/Theme/Default/palette.d.ts +0 -370
  426. package/dist/Theme/Default/palette.js +0 -372
  427. package/dist/Theme/Default/theme.d.ts +0 -2
  428. package/dist/Theme/Default/theme.js +0 -23
  429. package/dist/Theme/Meadow/palette.d.ts +0 -368
  430. package/dist/Theme/Meadow/palette.js +0 -356
  431. package/dist/Theme/Meadow/theme.d.ts +0 -2
  432. package/dist/Theme/Meadow/theme.js +0 -23
  433. package/dist/Theme/Radiant/palette.d.ts +0 -368
  434. package/dist/Theme/Radiant/palette.js +0 -356
  435. package/dist/Theme/Radiant/theme.d.ts +0 -2
  436. package/dist/Theme/Radiant/theme.js +0 -23
  437. package/dist/Theme/Skyline/palette.d.ts +0 -368
  438. package/dist/Theme/Skyline/palette.js +0 -356
  439. package/dist/Theme/Skyline/theme.d.ts +0 -2
  440. package/dist/Theme/Skyline/theme.js +0 -23
  441. package/dist/Theme/common.d.ts +0 -166
  442. package/dist/Theme/common.js +0 -101
  443. package/dist/Theme/componentStyles.d.ts +0 -7
  444. package/dist/Theme/componentStyles.js +0 -15
  445. package/dist/Theme/fonts.d.ts +0 -34
  446. package/dist/Theme/fonts.js +0 -41
  447. package/dist/Theme/index.d.ts +0 -11
  448. package/dist/Theme/index.js +0 -20
  449. package/dist/Theme/space.d.ts +0 -33
  450. package/dist/Theme/space.js +0 -35
  451. package/dist/Theme/theme.d.ts +0 -2
  452. package/dist/Theme/theme.js +0 -9
  453. package/dist/Theme/themeProps.d.ts +0 -475
  454. package/dist/Theme/themeProps.js +0 -3
  455. package/dist/Theme/useCustomTheme.d.ts +0 -2
  456. package/dist/Theme/useCustomTheme.js +0 -8
  457. package/dist/Utils/table.d.ts +0 -36
  458. package/dist/Utils/table.js +0 -168
  459. package/dist/_virtual/AMPMMidnightParser.js +0 -1
  460. package/dist/_virtual/AMPMParser.js +0 -1
  461. package/dist/_virtual/DateParser.js +0 -1
  462. package/dist/_virtual/DayOfYearParser.js +0 -1
  463. package/dist/_virtual/DayParser.js +0 -1
  464. package/dist/_virtual/DayPeriodParser.js +0 -1
  465. package/dist/_virtual/EraParser.js +0 -1
  466. package/dist/_virtual/ExtendedYearParser.js +0 -1
  467. package/dist/_virtual/FractionOfSecondParser.js +0 -1
  468. package/dist/_virtual/Hour0To11Parser.js +0 -1
  469. package/dist/_virtual/Hour0to23Parser.js +0 -1
  470. package/dist/_virtual/Hour1To24Parser.js +0 -1
  471. package/dist/_virtual/Hour1to12Parser.js +0 -1
  472. package/dist/_virtual/ISODayParser.js +0 -1
  473. package/dist/_virtual/ISOTimezoneParser.js +0 -1
  474. package/dist/_virtual/ISOTimezoneWithZParser.js +0 -1
  475. package/dist/_virtual/ISOWeekParser.js +0 -1
  476. package/dist/_virtual/ISOWeekYearParser.js +0 -1
  477. package/dist/_virtual/LocalDayParser.js +0 -1
  478. package/dist/_virtual/LocalWeekParser.js +0 -1
  479. package/dist/_virtual/LocalWeekYearParser.js +0 -1
  480. package/dist/_virtual/MinuteParser.js +0 -1
  481. package/dist/_virtual/MonthParser.js +0 -1
  482. package/dist/_virtual/Parser.js +0 -1
  483. package/dist/_virtual/QuarterParser.js +0 -1
  484. package/dist/_virtual/SecondParser.js +0 -1
  485. package/dist/_virtual/Setter.js +0 -1
  486. package/dist/_virtual/StandAloneLocalDayParser.js +0 -1
  487. package/dist/_virtual/StandAloneMonthParser.js +0 -1
  488. package/dist/_virtual/StandAloneQuarterParser.js +0 -1
  489. package/dist/_virtual/TimestampMillisecondsParser.js +0 -1
  490. package/dist/_virtual/TimestampSecondsParser.js +0 -1
  491. package/dist/_virtual/YearParser.js +0 -1
  492. package/dist/_virtual/add.js +0 -1
  493. package/dist/_virtual/addBusinessDays.js +0 -1
  494. package/dist/_virtual/addDays.js +0 -1
  495. package/dist/_virtual/addHours.js +0 -1
  496. package/dist/_virtual/addISOWeekYears.js +0 -1
  497. package/dist/_virtual/addLeadingZeros.js +0 -1
  498. package/dist/_virtual/addMilliseconds.js +0 -1
  499. package/dist/_virtual/addMinutes.js +0 -1
  500. package/dist/_virtual/addMonths.js +0 -1
  501. package/dist/_virtual/addQuarters.js +0 -1
  502. package/dist/_virtual/addSeconds.js +0 -1
  503. package/dist/_virtual/addWeeks.js +0 -1
  504. package/dist/_virtual/addYears.js +0 -1
  505. package/dist/_virtual/areIntervalsOverlapping.js +0 -1
  506. package/dist/_virtual/buildFormatLongFn.js +0 -1
  507. package/dist/_virtual/buildLocalizeFn.js +0 -1
  508. package/dist/_virtual/buildMatchFn.js +0 -1
  509. package/dist/_virtual/buildMatchPatternFn.js +0 -1
  510. package/dist/_virtual/clamp.js +0 -1
  511. package/dist/_virtual/closestIndexTo.js +0 -1
  512. package/dist/_virtual/closestTo.js +0 -1
  513. package/dist/_virtual/compareAsc.js +0 -1
  514. package/dist/_virtual/compareDesc.js +0 -1
  515. package/dist/_virtual/constants.js +0 -1
  516. package/dist/_virtual/constants2.js +0 -1
  517. package/dist/_virtual/constructFrom.js +0 -1
  518. package/dist/_virtual/constructNow.js +0 -1
  519. package/dist/_virtual/daysToWeeks.js +0 -1
  520. package/dist/_virtual/defaultLocale.js +0 -1
  521. package/dist/_virtual/defaultOptions.js +0 -1
  522. package/dist/_virtual/differenceInBusinessDays.js +0 -1
  523. package/dist/_virtual/differenceInCalendarDays.js +0 -1
  524. package/dist/_virtual/differenceInCalendarISOWeekYears.js +0 -1
  525. package/dist/_virtual/differenceInCalendarISOWeeks.js +0 -1
  526. package/dist/_virtual/differenceInCalendarMonths.js +0 -1
  527. package/dist/_virtual/differenceInCalendarQuarters.js +0 -1
  528. package/dist/_virtual/differenceInCalendarWeeks.js +0 -1
  529. package/dist/_virtual/differenceInCalendarYears.js +0 -1
  530. package/dist/_virtual/differenceInDays.js +0 -1
  531. package/dist/_virtual/differenceInHours.js +0 -1
  532. package/dist/_virtual/differenceInISOWeekYears.js +0 -1
  533. package/dist/_virtual/differenceInMilliseconds.js +0 -1
  534. package/dist/_virtual/differenceInMinutes.js +0 -1
  535. package/dist/_virtual/differenceInMonths.js +0 -1
  536. package/dist/_virtual/differenceInQuarters.js +0 -1
  537. package/dist/_virtual/differenceInSeconds.js +0 -1
  538. package/dist/_virtual/differenceInWeeks.js +0 -1
  539. package/dist/_virtual/differenceInYears.js +0 -1
  540. package/dist/_virtual/eachDayOfInterval.js +0 -1
  541. package/dist/_virtual/eachHourOfInterval.js +0 -1
  542. package/dist/_virtual/eachMinuteOfInterval.js +0 -1
  543. package/dist/_virtual/eachMonthOfInterval.js +0 -1
  544. package/dist/_virtual/eachQuarterOfInterval.js +0 -1
  545. package/dist/_virtual/eachWeekOfInterval.js +0 -1
  546. package/dist/_virtual/eachWeekendOfInterval.js +0 -1
  547. package/dist/_virtual/eachWeekendOfMonth.js +0 -1
  548. package/dist/_virtual/eachWeekendOfYear.js +0 -1
  549. package/dist/_virtual/eachYearOfInterval.js +0 -1
  550. package/dist/_virtual/en-US.js +0 -1
  551. package/dist/_virtual/endOfDay.js +0 -1
  552. package/dist/_virtual/endOfDecade.js +0 -1
  553. package/dist/_virtual/endOfHour.js +0 -1
  554. package/dist/_virtual/endOfISOWeek.js +0 -1
  555. package/dist/_virtual/endOfISOWeekYear.js +0 -1
  556. package/dist/_virtual/endOfMinute.js +0 -1
  557. package/dist/_virtual/endOfMonth.js +0 -1
  558. package/dist/_virtual/endOfQuarter.js +0 -1
  559. package/dist/_virtual/endOfSecond.js +0 -1
  560. package/dist/_virtual/endOfToday.js +0 -1
  561. package/dist/_virtual/endOfTomorrow.js +0 -1
  562. package/dist/_virtual/endOfWeek.js +0 -1
  563. package/dist/_virtual/endOfYear.js +0 -1
  564. package/dist/_virtual/endOfYesterday.js +0 -1
  565. package/dist/_virtual/format.js +0 -1
  566. package/dist/_virtual/formatDistance.js +0 -1
  567. package/dist/_virtual/formatDistance2.js +0 -1
  568. package/dist/_virtual/formatDistanceStrict.js +0 -1
  569. package/dist/_virtual/formatDistanceToNow.js +0 -1
  570. package/dist/_virtual/formatDistanceToNowStrict.js +0 -1
  571. package/dist/_virtual/formatDuration.js +0 -1
  572. package/dist/_virtual/formatISO.js +0 -1
  573. package/dist/_virtual/formatISO9075.js +0 -1
  574. package/dist/_virtual/formatISODuration.js +0 -1
  575. package/dist/_virtual/formatLong.js +0 -1
  576. package/dist/_virtual/formatRFC3339.js +0 -1
  577. package/dist/_virtual/formatRFC7231.js +0 -1
  578. package/dist/_virtual/formatRelative.js +0 -1
  579. package/dist/_virtual/formatRelative2.js +0 -1
  580. package/dist/_virtual/formatters.js +0 -1
  581. package/dist/_virtual/fromUnixTime.js +0 -1
  582. package/dist/_virtual/getDate.js +0 -1
  583. package/dist/_virtual/getDay.js +0 -1
  584. package/dist/_virtual/getDayOfYear.js +0 -1
  585. package/dist/_virtual/getDaysInMonth.js +0 -1
  586. package/dist/_virtual/getDaysInYear.js +0 -1
  587. package/dist/_virtual/getDecade.js +0 -1
  588. package/dist/_virtual/getDefaultOptions.js +0 -1
  589. package/dist/_virtual/getHours.js +0 -1
  590. package/dist/_virtual/getISODay.js +0 -1
  591. package/dist/_virtual/getISOWeek.js +0 -1
  592. package/dist/_virtual/getISOWeekYear.js +0 -1
  593. package/dist/_virtual/getISOWeeksInYear.js +0 -1
  594. package/dist/_virtual/getMilliseconds.js +0 -1
  595. package/dist/_virtual/getMinutes.js +0 -1
  596. package/dist/_virtual/getMonth.js +0 -1
  597. package/dist/_virtual/getOverlappingDaysInIntervals.js +0 -1
  598. package/dist/_virtual/getQuarter.js +0 -1
  599. package/dist/_virtual/getRoundingMethod.js +0 -1
  600. package/dist/_virtual/getSeconds.js +0 -1
  601. package/dist/_virtual/getTime.js +0 -1
  602. package/dist/_virtual/getTimezoneOffsetInMilliseconds.js +0 -1
  603. package/dist/_virtual/getUnixTime.js +0 -1
  604. package/dist/_virtual/getWeek.js +0 -1
  605. package/dist/_virtual/getWeekOfMonth.js +0 -1
  606. package/dist/_virtual/getWeekYear.js +0 -1
  607. package/dist/_virtual/getWeeksInMonth.js +0 -1
  608. package/dist/_virtual/getYear.js +0 -1
  609. package/dist/_virtual/hoursToMilliseconds.js +0 -1
  610. package/dist/_virtual/hoursToMinutes.js +0 -1
  611. package/dist/_virtual/hoursToSeconds.js +0 -1
  612. package/dist/_virtual/index.js +0 -1
  613. package/dist/_virtual/index2.js +0 -1
  614. package/dist/_virtual/interval.js +0 -1
  615. package/dist/_virtual/intervalToDuration.js +0 -1
  616. package/dist/_virtual/intlFormat.js +0 -1
  617. package/dist/_virtual/intlFormatDistance.js +0 -1
  618. package/dist/_virtual/isAfter.js +0 -1
  619. package/dist/_virtual/isBefore.js +0 -1
  620. package/dist/_virtual/isDate.js +0 -1
  621. package/dist/_virtual/isEqual.js +0 -1
  622. package/dist/_virtual/isExists.js +0 -1
  623. package/dist/_virtual/isFirstDayOfMonth.js +0 -1
  624. package/dist/_virtual/isFriday.js +0 -1
  625. package/dist/_virtual/isFuture.js +0 -1
  626. package/dist/_virtual/isLastDayOfMonth.js +0 -1
  627. package/dist/_virtual/isLeapYear.js +0 -1
  628. package/dist/_virtual/isMatch.js +0 -1
  629. package/dist/_virtual/isMonday.js +0 -1
  630. package/dist/_virtual/isPast.js +0 -1
  631. package/dist/_virtual/isSameDay.js +0 -1
  632. package/dist/_virtual/isSameHour.js +0 -1
  633. package/dist/_virtual/isSameISOWeek.js +0 -1
  634. package/dist/_virtual/isSameISOWeekYear.js +0 -1
  635. package/dist/_virtual/isSameMinute.js +0 -1
  636. package/dist/_virtual/isSameMonth.js +0 -1
  637. package/dist/_virtual/isSameQuarter.js +0 -1
  638. package/dist/_virtual/isSameSecond.js +0 -1
  639. package/dist/_virtual/isSameWeek.js +0 -1
  640. package/dist/_virtual/isSameYear.js +0 -1
  641. package/dist/_virtual/isSaturday.js +0 -1
  642. package/dist/_virtual/isSunday.js +0 -1
  643. package/dist/_virtual/isThisHour.js +0 -1
  644. package/dist/_virtual/isThisISOWeek.js +0 -1
  645. package/dist/_virtual/isThisMinute.js +0 -1
  646. package/dist/_virtual/isThisMonth.js +0 -1
  647. package/dist/_virtual/isThisQuarter.js +0 -1
  648. package/dist/_virtual/isThisSecond.js +0 -1
  649. package/dist/_virtual/isThisWeek.js +0 -1
  650. package/dist/_virtual/isThisYear.js +0 -1
  651. package/dist/_virtual/isThursday.js +0 -1
  652. package/dist/_virtual/isToday.js +0 -1
  653. package/dist/_virtual/isTomorrow.js +0 -1
  654. package/dist/_virtual/isTuesday.js +0 -1
  655. package/dist/_virtual/isValid.js +0 -1
  656. package/dist/_virtual/isWednesday.js +0 -1
  657. package/dist/_virtual/isWeekend.js +0 -1
  658. package/dist/_virtual/isWithinInterval.js +0 -1
  659. package/dist/_virtual/isYesterday.js +0 -1
  660. package/dist/_virtual/lastDayOfDecade.js +0 -1
  661. package/dist/_virtual/lastDayOfISOWeek.js +0 -1
  662. package/dist/_virtual/lastDayOfISOWeekYear.js +0 -1
  663. package/dist/_virtual/lastDayOfMonth.js +0 -1
  664. package/dist/_virtual/lastDayOfQuarter.js +0 -1
  665. package/dist/_virtual/lastDayOfWeek.js +0 -1
  666. package/dist/_virtual/lastDayOfYear.js +0 -1
  667. package/dist/_virtual/lightFormat.js +0 -1
  668. package/dist/_virtual/lightFormatters.js +0 -1
  669. package/dist/_virtual/localize.js +0 -1
  670. package/dist/_virtual/longFormatters.js +0 -1
  671. package/dist/_virtual/match.js +0 -1
  672. package/dist/_virtual/max.js +0 -1
  673. package/dist/_virtual/milliseconds.js +0 -1
  674. package/dist/_virtual/millisecondsToHours.js +0 -1
  675. package/dist/_virtual/millisecondsToMinutes.js +0 -1
  676. package/dist/_virtual/millisecondsToSeconds.js +0 -1
  677. package/dist/_virtual/min.js +0 -1
  678. package/dist/_virtual/minutesToHours.js +0 -1
  679. package/dist/_virtual/minutesToMilliseconds.js +0 -1
  680. package/dist/_virtual/minutesToSeconds.js +0 -1
  681. package/dist/_virtual/monthsToQuarters.js +0 -1
  682. package/dist/_virtual/monthsToYears.js +0 -1
  683. package/dist/_virtual/nextDay.js +0 -1
  684. package/dist/_virtual/nextFriday.js +0 -1
  685. package/dist/_virtual/nextMonday.js +0 -1
  686. package/dist/_virtual/nextSaturday.js +0 -1
  687. package/dist/_virtual/nextSunday.js +0 -1
  688. package/dist/_virtual/nextThursday.js +0 -1
  689. package/dist/_virtual/nextTuesday.js +0 -1
  690. package/dist/_virtual/nextWednesday.js +0 -1
  691. package/dist/_virtual/parse.js +0 -1
  692. package/dist/_virtual/parseISO.js +0 -1
  693. package/dist/_virtual/parseJSON.js +0 -1
  694. package/dist/_virtual/parsers.js +0 -1
  695. package/dist/_virtual/previousDay.js +0 -1
  696. package/dist/_virtual/previousFriday.js +0 -1
  697. package/dist/_virtual/previousMonday.js +0 -1
  698. package/dist/_virtual/previousSaturday.js +0 -1
  699. package/dist/_virtual/previousSunday.js +0 -1
  700. package/dist/_virtual/previousThursday.js +0 -1
  701. package/dist/_virtual/previousTuesday.js +0 -1
  702. package/dist/_virtual/previousWednesday.js +0 -1
  703. package/dist/_virtual/protectedTokens.js +0 -1
  704. package/dist/_virtual/quartersToMonths.js +0 -1
  705. package/dist/_virtual/quartersToYears.js +0 -1
  706. package/dist/_virtual/roundToNearestHours.js +0 -1
  707. package/dist/_virtual/roundToNearestMinutes.js +0 -1
  708. package/dist/_virtual/secondsToHours.js +0 -1
  709. package/dist/_virtual/secondsToMilliseconds.js +0 -1
  710. package/dist/_virtual/secondsToMinutes.js +0 -1
  711. package/dist/_virtual/set.js +0 -1
  712. package/dist/_virtual/setDate.js +0 -1
  713. package/dist/_virtual/setDay.js +0 -1
  714. package/dist/_virtual/setDayOfYear.js +0 -1
  715. package/dist/_virtual/setDefaultOptions.js +0 -1
  716. package/dist/_virtual/setHours.js +0 -1
  717. package/dist/_virtual/setISODay.js +0 -1
  718. package/dist/_virtual/setISOWeek.js +0 -1
  719. package/dist/_virtual/setISOWeekYear.js +0 -1
  720. package/dist/_virtual/setMilliseconds.js +0 -1
  721. package/dist/_virtual/setMinutes.js +0 -1
  722. package/dist/_virtual/setMonth.js +0 -1
  723. package/dist/_virtual/setQuarter.js +0 -1
  724. package/dist/_virtual/setSeconds.js +0 -1
  725. package/dist/_virtual/setWeek.js +0 -1
  726. package/dist/_virtual/setWeekYear.js +0 -1
  727. package/dist/_virtual/setYear.js +0 -1
  728. package/dist/_virtual/startOfDay.js +0 -1
  729. package/dist/_virtual/startOfDecade.js +0 -1
  730. package/dist/_virtual/startOfHour.js +0 -1
  731. package/dist/_virtual/startOfISOWeek.js +0 -1
  732. package/dist/_virtual/startOfISOWeekYear.js +0 -1
  733. package/dist/_virtual/startOfMinute.js +0 -1
  734. package/dist/_virtual/startOfMonth.js +0 -1
  735. package/dist/_virtual/startOfQuarter.js +0 -1
  736. package/dist/_virtual/startOfSecond.js +0 -1
  737. package/dist/_virtual/startOfToday.js +0 -1
  738. package/dist/_virtual/startOfTomorrow.js +0 -1
  739. package/dist/_virtual/startOfWeek.js +0 -1
  740. package/dist/_virtual/startOfWeekYear.js +0 -1
  741. package/dist/_virtual/startOfYear.js +0 -1
  742. package/dist/_virtual/startOfYesterday.js +0 -1
  743. package/dist/_virtual/sub.js +0 -1
  744. package/dist/_virtual/subBusinessDays.js +0 -1
  745. package/dist/_virtual/subDays.js +0 -1
  746. package/dist/_virtual/subHours.js +0 -1
  747. package/dist/_virtual/subISOWeekYears.js +0 -1
  748. package/dist/_virtual/subMilliseconds.js +0 -1
  749. package/dist/_virtual/subMinutes.js +0 -1
  750. package/dist/_virtual/subMonths.js +0 -1
  751. package/dist/_virtual/subQuarters.js +0 -1
  752. package/dist/_virtual/subSeconds.js +0 -1
  753. package/dist/_virtual/subWeeks.js +0 -1
  754. package/dist/_virtual/subYears.js +0 -1
  755. package/dist/_virtual/toDate.js +0 -1
  756. package/dist/_virtual/transpose.js +0 -1
  757. package/dist/_virtual/utils.js +0 -1
  758. package/dist/_virtual/weeksToDays.js +0 -1
  759. package/dist/_virtual/yearsToDays.js +0 -1
  760. package/dist/_virtual/yearsToMonths.js +0 -1
  761. package/dist/_virtual/yearsToQuarters.js +0 -1
  762. package/dist/bootstrap.d.ts +0 -1
  763. package/dist/bootstrap.js +0 -14
  764. package/dist/bundle-analysis.html +0 -4949
  765. package/dist/global.css +0 -225
  766. package/dist/index.cjs.js +0 -263
  767. package/dist/index.cjs.js.map +0 -1
  768. package/dist/index.css +0 -3
  769. package/dist/index.esm.js +0 -263
  770. package/dist/index.esm.js.map +0 -1
  771. package/dist/types/Assets/defaultLogo.d.ts +0 -2
  772. package/dist/types/Components/Accordion/Accordion.d.ts +0 -3
  773. package/dist/types/Components/Accordion/AccordionProps.d.ts +0 -17
  774. package/dist/types/Components/AlertDialog/AlertDialog.d.ts +0 -3
  775. package/dist/types/Components/AlertDialog/AlertDialogProps.d.ts +0 -20
  776. package/dist/types/Components/Apexcharts/ApexBarChart/ApexBarChart.d.ts +0 -2
  777. package/dist/types/Components/Apexcharts/ApexBarChart/ApexBarChart.stories.d.ts +0 -1
  778. package/dist/types/Components/Apexcharts/ApexBarChart/ApexBarChartProps.d.ts +0 -19
  779. package/dist/types/Components/Apexcharts/ApexPieChart/ApexPieChart.d.ts +0 -2
  780. package/dist/types/Components/Apexcharts/ApexPieChart/ApexPieChart.stories.d.ts +0 -1
  781. package/dist/types/Components/Apexcharts/ApexPieChart/ApexPieChartProps.d.ts +0 -41
  782. package/dist/types/Components/Breadcrumbs/Breadcrumbs.d.ts +0 -2
  783. package/dist/types/Components/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -1
  784. package/dist/types/Components/Breadcrumbs/BreadcrumbsProps.d.ts +0 -11
  785. package/dist/types/Components/Button/Button.d.ts +0 -5
  786. package/dist/types/Components/Button/Button.stories.d.ts +0 -1
  787. package/dist/types/Components/Button/Button.styles.d.ts +0 -2
  788. package/dist/types/Components/Button/ButtonProps.d.ts +0 -13
  789. package/dist/types/Components/ButtonGroupIcon/ButtonGoupIconProps.d.ts +0 -33
  790. package/dist/types/Components/ButtonGroupIcon/ButtonGroupIcon.d.ts +0 -4
  791. package/dist/types/Components/ButtonGroupIcon/ButtonGroupIcon.stories.d.ts +0 -1
  792. package/dist/types/Components/Buttons/Buttons.d.ts +0 -3
  793. package/dist/types/Components/Buttons/ButtonsProps.d.ts +0 -6
  794. package/dist/types/Components/Card/Card.d.ts +0 -2
  795. package/dist/types/Components/Card/CardProps.d.ts +0 -14
  796. package/dist/types/Components/Checkbox/Checkbox.d.ts +0 -2
  797. package/dist/types/Components/Checkbox/Checkbox.stories.d.ts +0 -1
  798. package/dist/types/Components/Checkbox/Checkbox.styles.d.ts +0 -2
  799. package/dist/types/Components/Checkbox/CheckboxProps.d.ts +0 -15
  800. package/dist/types/Components/Common/ErrorComponent.d.ts +0 -5
  801. package/dist/types/Components/Common/ErrorMessage.d.ts +0 -4
  802. package/dist/types/Components/Common/FormLabel.d.ts +0 -7
  803. package/dist/types/Components/Common/HelperText.d.ts +0 -4
  804. package/dist/types/Components/Common/Label.d.ts +0 -6
  805. package/dist/types/Components/ContactForm/ContactForm.d.ts +0 -3
  806. package/dist/types/Components/ContactForm/ContactFormProps.d.ts +0 -9
  807. package/dist/types/Components/DatePicker/DatePicker.d.ts +0 -2
  808. package/dist/types/Components/DatePicker/DatePickerProps.d.ts +0 -42
  809. package/dist/types/Components/DatePicker/TimePicker.d.ts +0 -4
  810. package/dist/types/Components/Divider/Divider.d.ts +0 -2
  811. package/dist/types/Components/Drawer/Drawer.d.ts +0 -12
  812. package/dist/types/Components/Drawer/DrawerProps.d.ts +0 -8
  813. package/dist/types/Components/Dropdown/DropDown.d.ts +0 -4
  814. package/dist/types/Components/Dropdown/DropdownProps.d.ts +0 -26
  815. package/dist/types/Components/Editor/Editor.d.ts +0 -2
  816. package/dist/types/Components/Editor/EditorProps.d.ts +0 -5
  817. package/dist/types/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.d.ts +0 -2
  818. package/dist/types/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtpProps.d.ts +0 -13
  819. package/dist/types/Components/FileUpload/FileUpload.d.ts +0 -4
  820. package/dist/types/Components/FileUpload/FileUploadProps.d.ts +0 -11
  821. package/dist/types/Components/FileUpload/constants.d.ts +0 -3
  822. package/dist/types/Components/Form/FormWrapper.d.ts +0 -7
  823. package/dist/types/Components/Header/Header.d.ts +0 -4
  824. package/dist/types/Components/Header/HeaderActions.d.ts +0 -22
  825. package/dist/types/Components/Header/HeaderProps.d.ts +0 -44
  826. package/dist/types/Components/Header/components/desktopMenu.d.ts +0 -3
  827. package/dist/types/Components/Header/components/mobileMenu.d.ts +0 -3
  828. package/dist/types/Components/Input/Input/Input.d.ts +0 -4
  829. package/dist/types/Components/Input/Input/InputProps.d.ts +0 -17
  830. package/dist/types/Components/Input/TextInput.d.ts +0 -4
  831. package/dist/types/Components/Input/TextInput.stories.d.ts +0 -1
  832. package/dist/types/Components/Input/TextInput.styles.d.ts +0 -2
  833. package/dist/types/Components/Input/TextInputProps.d.ts +0 -24
  834. package/dist/types/Components/InputTextArea/InputTextArea.d.ts +0 -2
  835. package/dist/types/Components/InputTextArea/InputTextArea.stories.d.ts +0 -1
  836. package/dist/types/Components/InputTextArea/InputTextAreaProps.d.ts +0 -10
  837. package/dist/types/Components/KanbanBoard/AccountCard.d.ts +0 -8
  838. package/dist/types/Components/KanbanBoard/AccountRow.d.ts +0 -5
  839. package/dist/types/Components/KanbanBoard/KanbanActions/KanbanActions.d.ts +0 -8
  840. package/dist/types/Components/KanbanBoard/KanbanBoard.d.ts +0 -3
  841. package/dist/types/Components/KanbanBoard/KanbanBoardProps.d.ts +0 -27
  842. package/dist/types/Components/Loading/Loading.d.ts +0 -2
  843. package/dist/types/Components/Loading/Loading.stories.d.ts +0 -1
  844. package/dist/types/Components/Loading/LoadingProps.d.ts +0 -5
  845. package/dist/types/Components/Modal/Modal.d.ts +0 -12
  846. package/dist/types/Components/Modal/Modal.stories.d.ts +0 -1
  847. package/dist/types/Components/Modal/ModalProps.d.ts +0 -11
  848. package/dist/types/Components/MultiSelect/MultiSelect.d.ts +0 -2
  849. package/dist/types/Components/MultiSelect/MultiSelectProps.d.ts +0 -20
  850. package/dist/types/Components/NavigationBar/NavBar.stories.d.ts +0 -1
  851. package/dist/types/Components/NavigationBar/NavigationBar.d.ts +0 -2
  852. package/dist/types/Components/NavigationBar/NavigationBarProps.d.ts +0 -19
  853. package/dist/types/Components/NoteTextArea/NoteTextArea.d.ts +0 -2
  854. package/dist/types/Components/NoteTextArea/NoteTextAreaProps.d.ts +0 -16
  855. package/dist/types/Components/NumberInput/NumberInput.d.ts +0 -2
  856. package/dist/types/Components/NumberInput/NumberInput.stories.d.ts +0 -1
  857. package/dist/types/Components/NumberInput/NumberInputProps.d.ts +0 -12
  858. package/dist/types/Components/PinInput/PinInput.d.ts +0 -2
  859. package/dist/types/Components/PinInput/PinInput.stories.d.ts +0 -1
  860. package/dist/types/Components/PinInput/PinInputProps.d.ts +0 -9
  861. package/dist/types/Components/PinInputs/PinInputs.d.ts +0 -3
  862. package/dist/types/Components/PinInputs/PinInputsProps.d.ts +0 -9
  863. package/dist/types/Components/ProductCard/ProductCard.d.ts +0 -3
  864. package/dist/types/Components/ProductCard/ProductCardProps.d.ts +0 -26
  865. package/dist/types/Components/ProductCard/ProductLabel.d.ts +0 -5
  866. package/dist/types/Components/ProductCard/ProductPrice.d.ts +0 -6
  867. package/dist/types/Components/ProductCard/ProductReview.d.ts +0 -6
  868. package/dist/types/Components/ProductCard/ProductTags.d.ts +0 -6
  869. package/dist/types/Components/ProfileCard/ProfileCard.d.ts +0 -12
  870. package/dist/types/Components/ProfileCard/ProfileCard.stories.d.ts +0 -1
  871. package/dist/types/Components/ProfileCard/ProfileCardProps.d.ts +0 -16
  872. package/dist/types/Components/ProfilePhotoViewer/ProfilePhotoViewer.d.ts +0 -2
  873. package/dist/types/Components/ProfilePhotoViewer/ProfilePhotoViewer.stories.d.ts +0 -1
  874. package/dist/types/Components/ProfilePhotoViewer/ProfilePhotoViewerProps.d.ts +0 -19
  875. package/dist/types/Components/ProgressBar/ProgressBar.d.ts +0 -2
  876. package/dist/types/Components/ProgressBar/ProgressBar.stories.d.ts +0 -1
  877. package/dist/types/Components/ProgressBar/ProgressBarProps.d.ts +0 -6
  878. package/dist/types/Components/RadioButton/RadioButton.d.ts +0 -4
  879. package/dist/types/Components/RadioButton/RadioButton.stories.d.ts +0 -1
  880. package/dist/types/Components/RadioButton/RadioButtonProps.d.ts +0 -11
  881. package/dist/types/Components/Reorder/Reorder.d.ts +0 -4
  882. package/dist/types/Components/Reorder/ReorderProps.d.ts +0 -10
  883. package/dist/types/Components/Search/Search.d.ts +0 -2
  884. package/dist/types/Components/Search/SearchProps.d.ts +0 -8
  885. package/dist/types/Components/SearchSelect/SearchSelect.d.ts +0 -3
  886. package/dist/types/Components/SearchSelect/SearchSelectProps.d.ts +0 -60
  887. package/dist/types/Components/SearchSelect/SelectTruncatedLabel.d.ts +0 -5
  888. package/dist/types/Components/Select/Select.d.ts +0 -2
  889. package/dist/types/Components/Select/Select.stories.d.ts +0 -1
  890. package/dist/types/Components/Select/Select.styles.d.ts +0 -2
  891. package/dist/types/Components/Select/SelectProps.d.ts +0 -20
  892. package/dist/types/Components/SelectSearch/SelectSearch.d.ts +0 -2
  893. package/dist/types/Components/SelectSearch/SelectSearchProps.d.ts +0 -42
  894. package/dist/types/Components/SideBar/SideBar.d.ts +0 -2
  895. package/dist/types/Components/SideBar/SideBarProps.d.ts +0 -29
  896. package/dist/types/Components/SideBar/Sidebar.stories.d.ts +0 -1
  897. package/dist/types/Components/SideBar/components/MenuItemBox.d.ts +0 -11
  898. package/dist/types/Components/SideBar/components/MenuItems.d.ts +0 -4
  899. package/dist/types/Components/SideBar/components/MenuPopoverContent.d.ts +0 -9
  900. package/dist/types/Components/SideBar/components/TextTruncation.d.ts +0 -8
  901. package/dist/types/Components/Skeletons/Skeleton.stories.d.ts +0 -1
  902. package/dist/types/Components/Skeletons/SkeletonProps.d.ts +0 -4
  903. package/dist/types/Components/Skeletons/Skeletons.d.ts +0 -2
  904. package/dist/types/Components/Switch/Switch.d.ts +0 -2
  905. package/dist/types/Components/Switch/SwitchProps.d.ts +0 -9
  906. package/dist/types/Components/Table/Components/HeaderActions.d.ts +0 -6
  907. package/dist/types/Components/Table/Components/Pagination.d.ts +0 -14
  908. package/dist/types/Components/Table/Components/TableActions.d.ts +0 -2
  909. package/dist/types/Components/Table/Components/TableBody.d.ts +0 -3
  910. package/dist/types/Components/Table/Components/TableFilters.d.ts +0 -4
  911. package/dist/types/Components/Table/Components/TableHeader.d.ts +0 -4
  912. package/dist/types/Components/Table/Components/TableLoading.d.ts +0 -6
  913. package/dist/types/Components/Table/Components/TableSearch.d.ts +0 -6
  914. package/dist/types/Components/Table/Components/useDebounce.d.ts +0 -2
  915. package/dist/types/Components/Table/Components/useTable.d.ts +0 -46
  916. package/dist/types/Components/Table/Table.d.ts +0 -2
  917. package/dist/types/Components/Table/Table.stories.d.ts +0 -1
  918. package/dist/types/Components/Table/TableProps.d.ts +0 -112
  919. package/dist/types/Components/Table/TableSettings/ManageColumns.d.ts +0 -10
  920. package/dist/types/Components/Table/TableSettings/TableSettings.d.ts +0 -6
  921. package/dist/types/Components/Table/TableToDo.d.ts +0 -1
  922. package/dist/types/Components/Tag/Tag.d.ts +0 -12
  923. package/dist/types/Components/Tag/Tag.styles.d.ts +0 -2
  924. package/dist/types/Components/Timeline/Timeline.d.ts +0 -3
  925. package/dist/types/Components/Timeline/TimelineProps.d.ts +0 -20
  926. package/dist/types/Components/Toaster/Toaster.d.ts +0 -3
  927. package/dist/types/Components/Toaster/Toaster.stories.d.ts +0 -1
  928. package/dist/types/Components/Toaster/ToasterProps.d.ts +0 -12
  929. package/dist/types/Components/Toggle/TableToggle.d.ts +0 -4
  930. package/dist/types/Components/Toggle/TableToggleProps.d.ts +0 -5
  931. package/dist/types/Components/ToolTip/ToolTip.d.ts +0 -2
  932. package/dist/types/Components/ToolTip/ToolTip.stories.d.ts +0 -1
  933. package/dist/types/Components/ToolTip/ToolTipProps.d.ts +0 -7
  934. package/dist/types/Components/Trail/EditableCell.d.ts +0 -11
  935. package/dist/types/Components/Trail/SelectAllCheckbox.d.ts +0 -8
  936. package/dist/types/Components/Trail/TrailWorks.d.ts +0 -2
  937. package/dist/types/Components/Trail/data.d.ts +0 -15
  938. package/dist/types/Constants/Sidebar.d.ts +0 -38
  939. package/dist/types/Hooks/usePreferences.d.ts +0 -24
  940. package/dist/types/Layout.d.ts +0 -2
  941. package/dist/types/Pages/TInput.d.ts +0 -2
  942. package/dist/types/Pages/accordion.d.ts +0 -2
  943. package/dist/types/Pages/alertdialog.d.ts +0 -2
  944. package/dist/types/Pages/button.d.ts +0 -2
  945. package/dist/types/Pages/card.d.ts +0 -2
  946. package/dist/types/Pages/chart.d.ts +0 -2
  947. package/dist/types/Pages/checkbox.d.ts +0 -2
  948. package/dist/types/Pages/contactForm.d.ts +0 -2
  949. package/dist/types/Pages/datePick.d.ts +0 -2
  950. package/dist/types/Pages/drawer.d.ts +0 -2
  951. package/dist/types/Pages/dropdown.d.ts +0 -2
  952. package/dist/types/Pages/editor.d.ts +0 -2
  953. package/dist/types/Pages/fileUpload.d.ts +0 -1
  954. package/dist/types/Pages/input.d.ts +0 -2
  955. package/dist/types/Pages/kanbanboard.d.ts +0 -2
  956. package/dist/types/Pages/modal.d.ts +0 -2
  957. package/dist/types/Pages/multiSelect.d.ts +0 -2
  958. package/dist/types/Pages/noteArea.d.ts +0 -2
  959. package/dist/types/Pages/numberInput.d.ts +0 -2
  960. package/dist/types/Pages/pinInputs.d.ts +0 -2
  961. package/dist/types/Pages/productCaard.d.ts +0 -2
  962. package/dist/types/Pages/progressbar.d.ts +0 -2
  963. package/dist/types/Pages/radioButton.d.ts +0 -2
  964. package/dist/types/Pages/search.d.ts +0 -2
  965. package/dist/types/Pages/searchSelect.d.ts +0 -2
  966. package/dist/types/Pages/select.d.ts +0 -2
  967. package/dist/types/Pages/selectSearch.d.ts +0 -2
  968. package/dist/types/Pages/skeleton.d.ts +0 -2
  969. package/dist/types/Pages/switch.d.ts +0 -2
  970. package/dist/types/Pages/table.d.ts +0 -1
  971. package/dist/types/Pages/textArea.d.ts +0 -2
  972. package/dist/types/Pages/timeline.d.ts +0 -2
  973. package/dist/types/Pages/tooltip.d.ts +0 -2
  974. package/dist/types/Pages/toster.d.ts +0 -2
  975. package/dist/types/Pages/verifyEmail.d.ts +0 -2
  976. package/dist/types/Theme/Dark/theme.d.ts +0 -2
  977. package/dist/types/Theme/Default/palette.d.ts +0 -370
  978. package/dist/types/Theme/Default/theme.d.ts +0 -2
  979. package/dist/types/Theme/Meadow/palette.d.ts +0 -368
  980. package/dist/types/Theme/Meadow/theme.d.ts +0 -2
  981. package/dist/types/Theme/Radiant/palette.d.ts +0 -368
  982. package/dist/types/Theme/Radiant/theme.d.ts +0 -2
  983. package/dist/types/Theme/Skyline/palette.d.ts +0 -368
  984. package/dist/types/Theme/Skyline/theme.d.ts +0 -2
  985. package/dist/types/Theme/common.d.ts +0 -166
  986. package/dist/types/Theme/componentStyles.d.ts +0 -7
  987. package/dist/types/Theme/fonts.d.ts +0 -34
  988. package/dist/types/Theme/index.d.ts +0 -11
  989. package/dist/types/Theme/space.d.ts +0 -33
  990. package/dist/types/Theme/theme.d.ts +0 -2
  991. package/dist/types/Theme/themeProps.d.ts +0 -475
  992. package/dist/types/Theme/useCustomTheme.d.ts +0 -2
  993. package/dist/types/Utils/table.d.ts +0 -36
  994. package/dist/types/index.d.ts +0 -54
  995. package/dist/types/withTheme.d.ts +0 -3
  996. package/dist/withTheme.d.ts +0 -3
  997. package/dist/withTheme.js +0 -28
package/dist/index.d.ts CHANGED
@@ -1,54 +1,1461 @@
1
- import Accordian from "./Components/Accordion/Accordion";
2
- import AlertDialog from "./Components/AlertDialog/AlertDialog";
3
- import ApexBarChart from "./Components/Apexcharts/ApexBarChart/ApexBarChart";
4
- import ApexPieChart from "./Components/Apexcharts/ApexPieChart/ApexPieChart";
5
- import Breadcrumbs from "./Components/Breadcrumbs/Breadcrumbs";
6
- import Button from "./Components/Button/Button";
7
- import ButtonGroupIcon from "./Components/ButtonGroupIcon/ButtonGroupIcon";
8
- import Card from "./Components/Card/Card";
9
- import Checkbox from "./Components/Checkbox/Checkbox";
10
- import ContactForm from "./Components/ContactForm/ContactForm";
11
- import DatePicker from "./Components/DatePicker/DatePicker";
12
- import Drawer, { DrawerHeader, DrawerBody, DrawerFooter } from "./Components/Drawer/Drawer";
13
- import Dropdown from "./Components/Dropdown/DropDown";
14
- import Editor from "./Components/Editor/Editor";
15
- import FileUpload from "./Components/FileUpload/FileUpload";
16
- import FormWrapper from "./Components/Form/FormWrapper";
17
- import Header from "./Components/Header/Header";
18
- import HeaderActions from "./Components/Header/HeaderActions";
19
- import InputTextArea from "./Components/InputTextArea/InputTextArea";
20
- import KanbanBoard from "./Components/KanbanBoard/KanbanBoard";
21
- import Loading from "./Components/Loading/Loading";
22
- import Modal, { ModalHeader, ModalBody, ModalFooter } from "./Components/Modal/Modal";
23
- import MultiSelect from "./Components/MultiSelect/MultiSelect";
24
- import NavigationBar from "./Components/NavigationBar/NavigationBar";
25
- import NoteTextArea from "./Components/NoteTextArea/NoteTextArea";
26
- import NumberInput from "./Components/NumberInput/NumberInput";
27
- import PinInput from "./Components/PinInput/PinInput";
28
- import ProfileCard, { ProfileCardHeader, ProfileCardBody, ProfileCardFooter } from "./Components/ProfileCard/ProfileCard";
29
- import ProfilePhotoViewer from "./Components/ProfilePhotoViewer/ProfilePhotoViewer";
30
- import ProgressBar from "./Components/ProgressBar/ProgressBar";
31
- import { RadioButton, RadioButtonGroup } from "./Components/RadioButton/RadioButton";
32
- import Reorder from "./Components/Reorder/Reorder";
33
- import Search from "./Components/Search/Search";
34
- import Select from "./Components/Select/Select";
35
- import SearchSelect from "./Components/SearchSelect/SearchSelect";
36
- import SelectSearch from "./Components/SelectSearch/SelectSearch";
37
- import SideBar from "./Components/SideBar/SideBar";
38
- import Skeletons from "./Components/Skeletons/Skeletons";
39
- import Switch from "./Components/Switch/Switch";
40
- import Table from "./Components/Table/Table";
41
- import Tag from "./Components/Tag/Tag";
42
- import TextInput from "./Components/Input/TextInput";
43
- import Timeline from "./Components/Timeline/Timeline";
44
- import Toaster, { useToaster } from "./Components/Toaster/Toaster";
45
- import ToolTip from "./Components/ToolTip/ToolTip";
46
- import VerifyEmailOtp from "./Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp";
47
- import TableToggle from "./Components/Toggle/TableToggle";
48
- import withTheme from "./withTheme";
49
- import { useCustomTheme } from "./Theme/useCustomTheme";
50
- import { ThemesList } from "./Theme";
51
- import { debounce } from "./Utils/table";
52
- import ProductCard from "./Components/ProductCard/ProductCard";
53
- export { Accordian, AlertDialog, ApexBarChart, ApexPieChart, Breadcrumbs, Button, ButtonGroupIcon, Card, Checkbox, ContactForm, DatePicker, Drawer, DrawerHeader, DrawerBody, DrawerFooter, Dropdown, Editor, FileUpload, FormWrapper, Header, HeaderActions, InputTextArea, KanbanBoard, Loading, Modal, ModalHeader, ModalBody, ModalFooter, NavigationBar, NoteTextArea, MultiSelect, NumberInput, PinInput, ProductCard, ProfileCard, ProfileCardHeader, ProfileCardBody, ProfileCardFooter, ProfilePhotoViewer, ProgressBar, RadioButton, RadioButtonGroup, Reorder, Search, Select, SearchSelect, SelectSearch, SideBar, Skeletons, Switch, Table, TableToggle, Tag, TextInput, Timeline, Toaster, ToolTip, useToaster, VerifyEmailOtp, useCustomTheme, ThemesList, debounce, };
54
- export default withTheme;
1
+ import React$1, { ReactElement, ReactNode, FC, LegacyRef, ElementType } from 'react';
2
+ import { AccordionProps as AccordionProps$1, AccordionButtonProps, AccordionPanelProps, AccordionItemProps, AlertDialogProps, AlertProps, BreadcrumbProps, ButtonProps as ButtonProps$1, CardProps as CardProps$1, CheckboxProps as CheckboxProps$1, DrawerProps as DrawerProps$1, SelectProps, TextareaProps, ModalProps, NumberInputProps as NumberInputProps$1, PinInputProps, ProgressProps, RadioProps, RadioGroupProps, SkeletonProps as SkeletonProps$1, SkeletonTextProps, InputProps, ToastProps, TooltipProps, Theme } from '@chakra-ui/react';
3
+ import { IJoditEditorProps } from 'jodit-react';
4
+
5
+ type AccordionProps = AccordionProps$1 & {
6
+ items: {
7
+ header: React.ReactNode;
8
+ content: React.ReactNode;
9
+ buttonProps?: AccordionButtonProps;
10
+ panelProps?: AccordionPanelProps;
11
+ itemProps?: AccordionItemProps;
12
+ customStyles?: {
13
+ buttonStyle?: React.CSSProperties;
14
+ hoverbuttonStyle?: React.CSSProperties;
15
+ panelStyle?: React.CSSProperties;
16
+ itemStyle?: React.CSSProperties;
17
+ };
18
+ }[];
19
+ };
20
+
21
+ declare const Accordion: ({ allowMultiple, allowToggle, index, onChange, reduceMotion, items, ...rest }: AccordionProps) => React$1.JSX.Element;
22
+
23
+ type AlertDialogsProps = Pick<AlertDialogProps, "isOpen" | "onClose" | "leastDestructiveRef"> & Pick<AlertProps, "addRole" | "colorScheme" | "size" | "status" | "variant"> & {
24
+ title: string;
25
+ content: ReactElement;
26
+ isCentered?: boolean;
27
+ confirmButtonText?: string;
28
+ cancelButtonText?: string;
29
+ isConfirmLoading?: boolean;
30
+ onConfirm: () => void;
31
+ ContentStyle?: React.CSSProperties;
32
+ headerStyle?: React.CSSProperties;
33
+ bodyStyle?: React.CSSProperties;
34
+ footerStyle?: React.CSSProperties;
35
+ closeButtonStyle?: React.CSSProperties;
36
+ button1Style?: React.CSSProperties;
37
+ button2Style?: React.CSSProperties;
38
+ key?: string | number;
39
+ confirmButtonColor?: string;
40
+ };
41
+
42
+ declare const AlertDialog: ({ isOpen, onClose, leastDestructiveRef, content, title, confirmButtonText, cancelButtonText, isConfirmLoading, onConfirm, ContentStyle, headerStyle, bodyStyle, footerStyle, closeButtonStyle, button1Style, button2Style, isCentered, confirmButtonColor, key, }: AlertDialogsProps) => React$1.JSX.Element;
43
+
44
+ type ApexBarChartProps = {
45
+ data: number[];
46
+ labels: string[];
47
+ title?: string;
48
+ titlePosition?: "left" | "center" | "right";
49
+ height?: number;
50
+ width?: number;
51
+ barColor?: string[];
52
+ xAxisStyle?: StyleProps$1;
53
+ yAxisStyle?: StyleProps$1;
54
+ titleStyle?: StyleProps$1;
55
+ };
56
+ type StyleProps$1 = {
57
+ fontSize?: string;
58
+ fontFamily?: string;
59
+ fontWeight?: string | number;
60
+ color?: string;
61
+ };
62
+
63
+ declare function ApexBarChart({ data, labels, title, titlePosition, height, width, barColor, xAxisStyle, yAxisStyle, titleStyle, }: ApexBarChartProps): React$1.JSX.Element;
64
+
65
+ type ApexPieChartProps = {
66
+ data: number[];
67
+ labels: string[];
68
+ title?: string;
69
+ titlePosition?: "left" | "center" | "right";
70
+ height?: number;
71
+ width?: number;
72
+ chartColor?: string[];
73
+ titleStyle?: StyleProps;
74
+ };
75
+ type StyleProps = {
76
+ fontSize?: string;
77
+ fontFamily?: string;
78
+ fontWeight?: string | number;
79
+ color?: string;
80
+ };
81
+
82
+ declare function ApexPieChart({ data, labels, title, titlePosition, height, width, chartColor, titleStyle, }: ApexPieChartProps): React$1.JSX.Element;
83
+
84
+ type BreadcrumbsProps = Pick<BreadcrumbProps, "spacing" | "separator" | "fontWeight" | "fontSize"> & {
85
+ isCurrentPage?: boolean;
86
+ isLastChild?: boolean;
87
+ handleClick: (path: string) => void;
88
+ items: BreadcrumbItem[];
89
+ };
90
+ type BreadcrumbItem = {
91
+ path: string;
92
+ label: string;
93
+ };
94
+
95
+ declare function Breadcrumbs({ spacing, separator, fontWeight, fontSize, isCurrentPage, handleClick, items, }: BreadcrumbsProps): React$1.JSX.Element;
96
+
97
+ type ButtonProps = Pick<ButtonProps$1, "onClick" | "leftIcon" | "rightIcon" | "isDisabled" | "isLoading" | "loadingText" | "spinner" | "sx" | "border" | "borderRadius"> & {
98
+ label?: string;
99
+ width?: string | number;
100
+ size?: "lg" | "md" | "sm" | "xs";
101
+ variant?: "solid" | "outline" | "ghost" | "link" | "unstyled";
102
+ type?: "button" | "submit" | "reset";
103
+ colorScheme?: 'primary' | 'secondary' | 'tertiary' | 'gray' | 'red' | 'orange' | 'yellow' | 'green' | 'teal' | 'blue' | 'cyan' | 'purple' | 'pink';
104
+ ref?: React.Ref<HTMLButtonElement>;
105
+ children?: React.ReactNode;
106
+ opacity?: number;
107
+ };
108
+
109
+ declare function Button({ label, children, onClick, opacity, variant, leftIcon, rightIcon, size, isDisabled, isLoading, loadingText, type, width, sx, colorScheme, ref, border, borderRadius, }: ButtonProps): React$1.JSX.Element;
110
+ declare const _default$1: React$1.MemoExoticComponent<typeof Button>;
111
+
112
+ type ButtonGroupIconProps = {
113
+ leftIcon?: ReactElement;
114
+ rightIcon?: ReactElement;
115
+ onLeftIconClick?: () => void;
116
+ onRightIconClick?: () => void;
117
+ buttonText: string;
118
+ onButtonClick?: () => void;
119
+ onButtongroupClick?: () => void;
120
+ size?: "lg" | "md" | "sm" | "xs";
121
+ variant?: "solid" | "outline" | "ghost" | "link" | "unstyled";
122
+ color?: "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "whiteAlpha" | "blackAlpha";
123
+ buttonGroupStyle?: React.CSSProperties;
124
+ buttonGroupLeftIconStyle?: React.CSSProperties;
125
+ buttonGroupRightIconStyle?: React.CSSProperties;
126
+ buttonStyle?: React.CSSProperties;
127
+ onBlurLeftIcon?: () => void;
128
+ onBlurRightIcon?: () => void;
129
+ dropdownOptions?: {
130
+ label: string;
131
+ id: string | number;
132
+ image?: ReactElement | undefined;
133
+ }[];
134
+ onDropdownOptionClick?: (event: React.MouseEvent, option: {
135
+ label: string;
136
+ id: string | number;
137
+ }) => void;
138
+ rightIconDropdown?: boolean;
139
+ menulistStyle?: React.CSSProperties;
140
+ menuItemStyle?: React.CSSProperties;
141
+ isLoading?: boolean;
142
+ divider?: boolean;
143
+ };
144
+
145
+ declare function ButtonGroupIcon({ leftIcon, rightIcon, onLeftIconClick, onRightIconClick, buttonText, onButtonClick, onButtongroupClick, size, variant, color, buttonGroupStyle, buttonGroupLeftIconStyle, buttonGroupRightIconStyle, buttonStyle, onBlurLeftIcon, onBlurRightIcon, dropdownOptions, // New prop for dropdown options
146
+ onDropdownOptionClick, // New prop to handle option clicks
147
+ rightIconDropdown, menulistStyle, menuItemStyle, isLoading, divider, }: ButtonGroupIconProps): React$1.JSX.Element;
148
+
149
+ type CardProps = Pick<CardProps$1, "direction" | "maxW" | "align" | "justify" | "overflow" | "sx"> & {
150
+ header?: React.ReactNode;
151
+ footer?: React.ReactNode;
152
+ children: React.ReactNode;
153
+ variant?: "elevated" | "outline" | "filled" | "unstyled";
154
+ size?: "sm" | "md" | "lg";
155
+ color?: "whiteAlpha" | "blackAlpha" | "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink";
156
+ key?: string;
157
+ dividercolor?: "whiteAlpha" | "blackAlpha" | "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink";
158
+ dividersize?: string;
159
+ dividervariant?: "solid" | "dashed";
160
+ };
161
+
162
+ declare function Card({ key, maxW, align, variant, direction, justify, children, size, color, overflow, sx, }: CardProps): React$1.JSX.Element;
163
+
164
+ type CheckboxProps = Pick<CheckboxProps$1, "spacing" | "isInvalid" | "size" | "iconColor" | "iconSize" | "isChecked" | "isIndeterminate" | "onChange" | "isDisabled" | "value" | "defaultChecked" | "sx"> & {
165
+ label?: string;
166
+ width?: string | number;
167
+ variant?: "solid" | "outline" | "ghost" | "link" | "unstyled";
168
+ color?: "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "whiteAlpha" | "blackAlpha";
169
+ size?: "sm" | "md" | "lg";
170
+ isRequired?: boolean;
171
+ error?: boolean;
172
+ errorMessage?: string;
173
+ isInformation?: boolean;
174
+ informationMessage?: string;
175
+ id?: string;
176
+ helperText?: string;
177
+ };
178
+
179
+ declare function CheckBox({ label, spacing, isInvalid, color, iconColor, iconSize, isChecked, isIndeterminate, onChange, isDisabled, size, value, defaultChecked, sx, isRequired, error, errorMessage, isInformation, informationMessage, id, helperText, }: CheckboxProps): React$1.JSX.Element;
180
+
181
+ interface ContactFormProps {
182
+ apiKey?: string;
183
+ customerId: string | number;
184
+ organizationId: string | number;
185
+ isDisabled?: boolean;
186
+ customFields?: ReactNode;
187
+ getCustomValues?: () => Record<string, any>;
188
+ }
189
+
190
+ declare const ContactForm: ({ apiKey, customFields, getCustomValues, isDisabled, organizationId, customerId, }: ContactFormProps) => React$1.JSX.Element;
191
+
192
+ type PickerType = "date" | "time" | "datetime";
193
+ type BaseDatePickerProps = {
194
+ id?: string;
195
+ name?: string;
196
+ label?: string;
197
+ isRequired?: boolean;
198
+ isInformation?: boolean;
199
+ informationMessage?: string;
200
+ error?: boolean;
201
+ errorMessage?: string;
202
+ helperText?: string;
203
+ placeholderText?: string;
204
+ dateFormat?: string;
205
+ pickerType?: PickerType;
206
+ minDate?: Date;
207
+ maxDate?: Date;
208
+ disableFutureDates?: boolean;
209
+ disablePastDates?: boolean;
210
+ autoComplete?: string;
211
+ disabled?: boolean;
212
+ width?: string | number;
213
+ };
214
+ type SingleDatePickerProps = BaseDatePickerProps & {
215
+ isRange?: false;
216
+ selectedDate?: Date | null;
217
+ onChange: (date: Date | null) => void;
218
+ };
219
+ type RangeDate = {
220
+ from: Date | null;
221
+ to: Date | null;
222
+ };
223
+ type RangeDatePickerProps = BaseDatePickerProps & {
224
+ isRange: true;
225
+ selectedDate?: RangeDate | null;
226
+ onChange: (range: RangeDate | null) => void;
227
+ };
228
+ type DatePickerProps = SingleDatePickerProps | RangeDatePickerProps;
229
+
230
+ declare function CustomDatePicker(props: DatePickerProps): React$1.JSX.Element;
231
+
232
+ type DrawerProps = Pick<DrawerProps$1, "isOpen" | "onClose" | "placement" | "size" | "id" | "variant"> & {
233
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | "full";
234
+ placement?: "top" | "right" | "bottom" | "left";
235
+ vaiant?: "solid" | "outline" | "ghost" | "link";
236
+ children?: React.ReactNode;
237
+ };
238
+
239
+ declare const DrawerHeader: React$1.FC<{
240
+ children: React$1.ReactNode;
241
+ }>;
242
+ declare const DrawerBody: React$1.FC<{
243
+ children: React$1.ReactNode;
244
+ }>;
245
+ declare const DrawerFooter: React$1.FC<{
246
+ children: React$1.ReactNode;
247
+ }>;
248
+ declare function Drawer({ isOpen, onClose, placement, size, id, variant, children, }: DrawerProps): React$1.JSX.Element;
249
+
250
+ type DropdownProps = {
251
+ ButtonText?: string;
252
+ options: Option[];
253
+ handleOptionSelect: (id: string | number, label: string) => void;
254
+ dropdownType?: "button" | "text";
255
+ text?: string;
256
+ DropdownIcon?: JSX.Element;
257
+ dropDownButtonStyle?: React.CSSProperties;
258
+ isVisibleIconShow?: boolean;
259
+ buttonProps?: ButtonProps$1;
260
+ headStyle?: React.CSSProperties;
261
+ ListStyle?: React.CSSProperties;
262
+ ItemStyle?: React.CSSProperties;
263
+ LabelStyle?: React.CSSProperties;
264
+ ImageStyle?: React.CSSProperties;
265
+ optionsSize?: "sm" | "md";
266
+ divider?: boolean;
267
+ };
268
+ type Option = {
269
+ id: string | number;
270
+ label: string;
271
+ image?: React.ElementType;
272
+ };
273
+
274
+ declare const Dropdown: React$1.ForwardRefExoticComponent<DropdownProps & React$1.RefAttributes<HTMLDivElement>>;
275
+
276
+ type EditorProps = Pick<IJoditEditorProps, "value" | "config" | "className" | "onChange" | "onBlur"> & {
277
+ editorRef?: React.RefObject<any>;
278
+ };
279
+
280
+ declare function Editor({ value, config, editorRef, className, onChange, onBlur, }: EditorProps): React$1.JSX.Element;
281
+
282
+ type MimeExtension = '.jpg' | '.jpeg' | '.png' | '.gif' | '.webp' | '.svg' | '.pdf' | '.doc' | '.docx' | '.xls' | '.xlsx' | '.ppt' | '.pptx' | '.txt' | '.mp4' | '.mov' | '.mp3' | '.wav' | '.zip' | '.rar' | '.7z';
283
+ type FileUploaderProps = {
284
+ onFilesUploaded: (files: File[]) => void;
285
+ uploadedFiles: File[];
286
+ onRemoveFile?: (file: File) => void;
287
+ acceptTypes?: MimeExtension[];
288
+ maxSizeKB?: number;
289
+ maxFiles?: number;
290
+ progress?: Record<string, number>;
291
+ };
292
+
293
+ declare const FileUpload: React$1.FC<FileUploaderProps>;
294
+
295
+ declare const FormWrapper: ({ icon, text, children, }: {
296
+ icon?: React$1.ElementType<any, keyof React$1.JSX.IntrinsicElements> | undefined;
297
+ text?: string | undefined;
298
+ children: React$1.ReactNode;
299
+ }) => React$1.JSX.Element;
300
+
301
+ type SubItem = {
302
+ label: string;
303
+ href: string;
304
+ badge?: {
305
+ label: string;
306
+ colorScheme?: "blue" | "cyan" | "gray" | "green" | "orange" | "pink" | "purple" | "red" | "teal" | "yellow" | "whiteAlpha" | "blackAlpha" | undefined;
307
+ };
308
+ onClick?: () => void;
309
+ };
310
+ type MenuItemProp = {
311
+ label: string;
312
+ href?: string;
313
+ badge?: {
314
+ label: string;
315
+ colorScheme?: "blue" | "cyan" | "gray" | "green" | "orange" | "pink" | "purple" | "red" | "teal" | "yellow" | "whiteAlpha" | "blackAlpha" | undefined;
316
+ };
317
+ onClick?: () => void;
318
+ children?: SubItem[];
319
+ };
320
+ type HeaderProps = {
321
+ logo: React.ReactNode;
322
+ menuItems: MenuItemProp[];
323
+ rightSlot?: React.ReactNode;
324
+ active?: string;
325
+ colors?: {
326
+ bg: string;
327
+ color: string;
328
+ active: string;
329
+ hover: string;
330
+ };
331
+ };
332
+
333
+ declare const Header: FC<HeaderProps>;
334
+
335
+ type chakraSelectProps = Pick<SelectProps, "placeholder" | "size" | "variant" | "icon" | "bg" | "borderColor" | "color" | "onBlur" | "onFocus" | "errorBorderColor" | "isDisabled" | "isReadOnly" | "isRequired" | "value" | "colorScheme"> & {
336
+ label?: string;
337
+ error?: boolean;
338
+ errorMessage?: string;
339
+ helperText?: string;
340
+ options: OptionProp[];
341
+ width?: string | number;
342
+ height?: string | number;
343
+ onChange: (selectedOption: OptionProp | undefined) => void;
344
+ formControlStyle?: React.CSSProperties;
345
+ isInformation?: boolean;
346
+ informationMessage?: string;
347
+ selectStyle?: React.CSSProperties;
348
+ };
349
+ type OptionProp = {
350
+ id: string | number;
351
+ label: string | number;
352
+ };
353
+
354
+ declare const HeaderActions: ({ select, edit, create, }: {
355
+ select?: {
356
+ isSelect?: boolean | undefined;
357
+ options?: OptionProp[] | undefined;
358
+ onSelectChange?: ((option?: OptionProp) => void) | undefined;
359
+ selectPlaceholderText?: string | undefined;
360
+ width?: string | undefined;
361
+ value?: string | undefined;
362
+ } | undefined;
363
+ edit?: {
364
+ isEditable?: boolean | undefined;
365
+ onEdit?: (() => void) | undefined;
366
+ label?: string | undefined;
367
+ } | undefined;
368
+ create?: {
369
+ isCreatable?: boolean | undefined;
370
+ onCreate?: (() => void) | undefined;
371
+ label?: string | undefined;
372
+ } | undefined;
373
+ }) => React$1.JSX.Element;
374
+
375
+ type InputTextAreaProps = Pick<TextareaProps, "placeholder" | "value" | "onChange" | "size" | "resize" | "isDisabled" | "errorBorderColor" | "focusBorderColor" | "isReadOnly" | "isRequired" | "variant"> & {
376
+ label?: string;
377
+ error?: boolean;
378
+ errorMessage?: string;
379
+ helperText?: string;
380
+ width?: string | number;
381
+ rows?: number;
382
+ height?: string | number;
383
+ };
384
+
385
+ declare function InputTextArea({ label, placeholder, value, onChange, size, resize, width, isDisabled, errorBorderColor, focusBorderColor, isReadOnly, isRequired, error, errorMessage, helperText, rows, height, }: InputTextAreaProps): React$1.JSX.Element;
386
+
387
+ type Account = {
388
+ id: string;
389
+ rating: string;
390
+ name: string;
391
+ owner: string;
392
+ site: string;
393
+ details?: string;
394
+ [key: string]: string | undefined;
395
+ };
396
+ type ColumnType = {
397
+ id: string;
398
+ title: string;
399
+ color: string;
400
+ items: Account[];
401
+ };
402
+ type KanbanBoardProps = {
403
+ data: Record<string, ColumnType>;
404
+ onDelete?: (account: Account) => void;
405
+ onOpen?: (account: Account) => void;
406
+ onColumnDelete?: (colId: (string | number)[]) => void;
407
+ onDrag?: ({ from, to, item, }: {
408
+ from: string;
409
+ to: string;
410
+ item: Account;
411
+ }) => void;
412
+ isLoading?: boolean;
413
+ };
414
+
415
+ declare const KanbanBoard: ({ data, onDrag, onDelete, onOpen, onColumnDelete, isLoading, }: KanbanBoardProps) => React$1.JSX.Element;
416
+
417
+ type LoadingProps = {
418
+ text?: string;
419
+ isLoading: boolean;
420
+ onlytext?: boolean;
421
+ };
422
+
423
+ declare function Loading({ text, isLoading, onlytext }: LoadingProps): React$1.JSX.Element | null;
424
+
425
+ type ChakraModelProps = Pick<ModalProps, "isOpen" | "onClose" | "finalFocusRef" | "blockScrollOnMount" | "initialFocusRef" | "closeOnOverlayClick" | "isCentered" | "motionPreset" | "scrollBehavior"> & {
426
+ overlaybg?: string;
427
+ overlaybackdropFilter?: string;
428
+ overlaybackdropInvert?: string;
429
+ overlaybackdropBlur?: string;
430
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "full";
431
+ children?: React.ReactNode;
432
+ isLoading?: boolean;
433
+ };
434
+
435
+ declare const ModalHeader: React$1.FC<{
436
+ children: React$1.ReactNode;
437
+ }>;
438
+ declare const ModalBody: React$1.FC<{
439
+ children: React$1.ReactNode;
440
+ }>;
441
+ declare const ModalFooter: React$1.FC<{
442
+ children: React$1.ReactNode;
443
+ }>;
444
+ declare function Modal({ size, isOpen, onClose, overlaybg, overlaybackdropFilter, overlaybackdropInvert, overlaybackdropBlur, isCentered, finalFocusRef, blockScrollOnMount, initialFocusRef, closeOnOverlayClick, motionPreset, scrollBehavior, children, isLoading, }: ChakraModelProps): React$1.JSX.Element;
445
+
446
+ type MultiSelectProps = {
447
+ value: MultiSelctOPtions[];
448
+ onValueChange: (options: MultiSelctOPtions[]) => void;
449
+ width?: string;
450
+ label?: string;
451
+ id?: string;
452
+ name?: string;
453
+ isRequired?: boolean;
454
+ isInformation?: boolean;
455
+ informationMessage?: string;
456
+ placeholderText?: string;
457
+ isDisabled?: boolean;
458
+ isReadOnly?: boolean;
459
+ size?: string;
460
+ inputStyle?: {};
461
+ };
462
+ type MultiSelctOPtions = {
463
+ id: string;
464
+ label: string;
465
+ };
466
+
467
+ declare function MultiSelect({ value, onValueChange, width, label, isRequired, isInformation, informationMessage, name, id, placeholderText, isDisabled, isReadOnly, size, inputStyle, }: MultiSelectProps): React$1.JSX.Element;
468
+
469
+ type NavbarProps = {
470
+ userAvathar: string;
471
+ userName: string;
472
+ navMenu: MenuProps$1[];
473
+ moreIcon?: any;
474
+ handleNavOnClick: (url: string) => void;
475
+ handleLogout: () => void;
476
+ logoutText: string;
477
+ navigationBarText?: {
478
+ text: string;
479
+ onIconClick?: () => void;
480
+ };
481
+ };
482
+ type MenuProps$1 = {
483
+ title: string;
484
+ url: string;
485
+ icon?: React.ReactNode;
486
+ };
487
+
488
+ declare function NavBar({ userAvathar, userName, navMenu, moreIcon, handleNavOnClick, handleLogout, logoutText, navigationBarText, }: NavbarProps): React$1.JSX.Element;
489
+
490
+ type NoteTextAreaProps = {
491
+ width: number | string;
492
+ handleSubmit: (noteValue: string, titleValue: string, file: File[], resetState: void) => void;
493
+ value?: string;
494
+ title?: string;
495
+ file?: File[];
496
+ isEditable?: boolean;
497
+ handleCancel?: (isActive: boolean) => void;
498
+ saveButtonLoading: boolean;
499
+ maxFileSize?: number;
500
+ maxFilesSizeError?: string;
501
+ maxNoteWordCount?: number;
502
+ onChange?: (value: string) => void;
503
+ ref?: LegacyRef<HTMLInputElement>;
504
+ };
505
+
506
+ declare function NoteTextArea({ width, handleSubmit, handleCancel, value, title, file, isEditable, saveButtonLoading, maxFileSize, maxFilesSizeError, maxNoteWordCount, onChange, ref, }: NoteTextAreaProps): React$1.JSX.Element;
507
+
508
+ type NumberInputProps = Pick<NumberInputProps$1, "defaultValue" | "min" | "max" | "precision" | "step" | "clampValueOnBlur" | "keepWithinRange" | "value" | "onChange" | "size" | "maxW" | "allowMouseWheel"> & {
509
+ NumberIncrementStepperBg?: string;
510
+ NumberIncrementStepperActive?: ActiveStyle;
511
+ NumberIncrementStepperChildren?: string;
512
+ NumberDecrementStepperBg?: string;
513
+ NumberDecrementStepperChildren?: string;
514
+ NumberDecrementStepperActive?: ActiveStyle;
515
+ };
516
+ type ActiveStyle = {
517
+ bg: string;
518
+ };
519
+
520
+ declare function NumberInput({ defaultValue, min, max, precision, step, clampValueOnBlur, keepWithinRange, value, onChange, size, maxW, allowMouseWheel, NumberIncrementStepperBg, NumberIncrementStepperActive, NumberIncrementStepperChildren, NumberDecrementStepperBg, NumberDecrementStepperChildren, NumberDecrementStepperActive, }: NumberInputProps): React$1.JSX.Element;
521
+
522
+ type ChakraPinInputProps = Pick<PinInputProps, "otp" | "mask" | "defaultValue" | "placeholder" | "manageFocus" | "errorBorderColor" | "focusBorderColor" | "onChange" | "onComplete"> & {
523
+ type?: "alphanumeric" | "number";
524
+ size?: "xs" | "sm" | "md" | "lg";
525
+ variant?: "flushed" | "outline" | "filled" | "unstyled";
526
+ color?: "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "whiteAlpha" | "blackAlpha";
527
+ pins: number;
528
+ label?: string;
529
+ };
530
+
531
+ declare function PinInputs({ otp, mask, defaultValue, placeholder, manageFocus, errorBorderColor, focusBorderColor, onChange, onComplete, type, color, variant, pins, label, }: ChakraPinInputProps): React$1.JSX.Element;
532
+
533
+ type ProfileCardProps = Pick<CardProps$1, "direction" | "maxW" | "align" | "justify" | "overflow"> & {
534
+ children: React.ReactNode;
535
+ variant?: "elevated" | "outlein" | "filled" | "unstyled";
536
+ size?: "sm" | "md" | "lg";
537
+ color?: "whiteAlpha" | "blackAlpha" | "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink";
538
+ dividercolor?: string;
539
+ dividersize?: string;
540
+ dividervariant?: "solid" | "dashed" | "dotted" | "double" | "groove" | "ridge" | "inset" | "outset";
541
+ CardStyle?: React.CSSProperties;
542
+ CardHeaderStyle?: React.CSSProperties;
543
+ CardBodyStyle?: React.CSSProperties;
544
+ borderTopColor?: boolean;
545
+ borderLeftColor?: boolean;
546
+ };
547
+
548
+ declare const ProfileCardHeader: React$1.FC<{
549
+ children: React$1.ReactNode;
550
+ }>;
551
+ declare const ProfileCardBody: React$1.FC<{
552
+ children: React$1.ReactNode;
553
+ }>;
554
+ declare const ProfileCardFooter: React$1.FC<{
555
+ children: React$1.ReactNode;
556
+ }>;
557
+ declare function ProfileCard({ maxW, align, variant, direction, justify, children, size, color, overflow, dividercolor, dividersize, dividervariant, CardStyle, CardHeaderStyle, CardBodyStyle, borderTopColor, borderLeftColor, }: ProfileCardProps): React$1.JSX.Element;
558
+
559
+ type ProfilePhotoViewerProps = {
560
+ photoUrl: string;
561
+ onPhotoChange: (photoUrl: File) => void;
562
+ imageWidth?: string;
563
+ imageAlt?: string;
564
+ imageObjectFit?: "cover" | "contain" | "fill" | "none" | "scale-down";
565
+ imageBorderRadius?: string;
566
+ isEditable?: boolean;
567
+ editIconSize?: string;
568
+ editIconPositionRight?: string;
569
+ editIconPositionBottom?: string;
570
+ isRound?: boolean;
571
+ boxStyle?: React.CSSProperties;
572
+ isView?: boolean;
573
+ style?: React.CSSProperties;
574
+ handleIsView?: () => void;
575
+ fallbackText?: string;
576
+ };
577
+
578
+ declare function ProfilePhotoViewer({ photoUrl, onPhotoChange, imageWidth, imageAlt, imageObjectFit, imageBorderRadius, editIconSize, editIconPositionRight, editIconPositionBottom, isRound, boxStyle, isEditable, isView, style, handleIsView, fallbackText, }: ProfilePhotoViewerProps): React$1.JSX.Element;
579
+
580
+ type ProgressBarProps = Pick<ProgressProps, "size" | "isIndeterminate" | "value" | "height" | "hasStripe" | "isAnimated" | "max" | "min"> & {
581
+ color?: "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "whiteAlpha" | "blackAlpha";
582
+ variant?: "solid" | "outline" | "ghost" | "link" | "unstyled";
583
+ size?: "lg" | "md" | "sm" | "xs";
584
+ };
585
+
586
+ declare function ProgressBar({ size, isIndeterminate, color, hasStripe, height, value, isAnimated, max, min, variant, }: ProgressBarProps): React$1.JSX.Element;
587
+
588
+ type ChakraRadioProps = Pick<RadioProps, "size" | "colorScheme" | "isChecked" | "onChange" | "isDisabled" | "value" | "defaultChecked"> & {
589
+ label: string;
590
+ };
591
+ type ChakraRadioGroupProps = Pick<RadioGroupProps, "size" | "colorScheme" | "isDisabled" | "defaultValue" | "value"> & {
592
+ options: {
593
+ label: string;
594
+ id: string;
595
+ }[];
596
+ onChange?: (value: string) => void;
597
+ };
598
+
599
+ declare const RadioButton: ({ label, colorScheme, isChecked, onChange, isDisabled, size, value, defaultChecked, }: ChakraRadioProps) => React$1.JSX.Element;
600
+ declare const RadioButtonGroup: ({ options, onChange, value, defaultValue, isDisabled, size, colorScheme, }: ChakraRadioGroupProps) => React$1.JSX.Element;
601
+
602
+ interface ReorderItem {
603
+ id: string;
604
+ previewUrl: string;
605
+ name?: string;
606
+ }
607
+ interface ReorderListProps<T extends ReorderItem> {
608
+ label?: string;
609
+ items: T[];
610
+ onReorder: (items: T[]) => void;
611
+ }
612
+
613
+ declare const ReorderList: <T extends ReorderItem>({ label, items, onReorder, }: ReorderListProps<T>) => JSX.Element;
614
+
615
+ type SearchProps = {
616
+ placeholder?: string;
617
+ onSearch: (event: React.ChangeEvent<HTMLInputElement>) => void;
618
+ shortcut?: "Ctrl+K";
619
+ query?: string;
620
+ onclose: () => void;
621
+ };
622
+
623
+ declare function Search({ placeholder, onSearch, onclose, shortcut, query, }: SearchProps): React$1.JSX.Element;
624
+
625
+ declare function Select({ placeholder, size, variant, icon, onChange, onBlur, onFocus, errorBorderColor, isDisabled, isReadOnly, isRequired, value, colorScheme, label, error, errorMessage, helperText, options, width, height, formControlStyle, isInformation, informationMessage, selectStyle, }: chakraSelectProps): React$1.JSX.Element;
626
+
627
+ type SearchSelectProps = {
628
+ id?: string;
629
+ label?: string;
630
+ options: Options[];
631
+ onSelect?: (options: Options | Options[] | undefined) => void;
632
+ onSearch?: (value: string) => void;
633
+ isOptionLoading?: boolean;
634
+ isLoading?: boolean;
635
+ loadingText?: string;
636
+ placeholder?: string;
637
+ value?: Options[] | Options;
638
+ searchQuery?: string;
639
+ isMultiple?: boolean;
640
+ isRequired?: boolean;
641
+ error?: boolean;
642
+ errorMessage?: string;
643
+ helperText?: string;
644
+ width?: string | number;
645
+ height?: string | number;
646
+ size?: "xs" | "sm" | "md" | "lg";
647
+ chip?: {
648
+ maxChips?: number;
649
+ maxText?: number;
650
+ onClick?: (options: Options | Options[]) => void;
651
+ };
652
+ information?: {
653
+ isInformation?: boolean;
654
+ informationMessage?: string;
655
+ };
656
+ rightIcon?: {
657
+ icon?: React.ReactNode;
658
+ onClick?: () => void;
659
+ };
660
+ addNew?: {
661
+ enabled: boolean;
662
+ icon?: React.ReactNode;
663
+ text?: string;
664
+ onClick?: () => void;
665
+ };
666
+ isRemoveAllIcon?: boolean;
667
+ isSelectAll?: boolean;
668
+ pagination?: {
669
+ onScroll?: (startIndex: number, limit: number, query: string) => void;
670
+ limit?: number;
671
+ scrollLoading?: boolean;
672
+ };
673
+ virtualization?: boolean;
674
+ insideSelect?: {
675
+ onSelect?: (options: Options) => void;
676
+ value?: Options;
677
+ option?: Options[];
678
+ width?: string;
679
+ };
680
+ };
681
+ type Options = {
682
+ id: string | number;
683
+ label: string;
684
+ view?: React.ReactNode;
685
+ };
686
+
687
+ declare const SearchSelect: ({ id, label, options, onSelect, onSearch, isOptionLoading, isLoading, loadingText, placeholder, value, searchQuery, isMultiple, isRequired, error, errorMessage, helperText, width, height, size, chip, information, rightIcon, addNew, isSelectAll, pagination, insideSelect, isRemoveAllIcon }: SearchSelectProps) => React$1.JSX.Element;
688
+
689
+ type SelectSearchProps = {
690
+ options: selectOptions[];
691
+ isSearchEnabled?: boolean;
692
+ initialSelectedOption?: selectOptions | null;
693
+ onOptionSelect?: (option: selectOptions) => void;
694
+ onOptionMultiSelect?: (option: selectOptions[]) => void;
695
+ inputOnchange: (value: string | number) => void;
696
+ id?: string;
697
+ name?: string;
698
+ label?: string;
699
+ inputStyle?: React.CSSProperties;
700
+ dropdownStyle?: React.CSSProperties;
701
+ boxStyle?: React.CSSProperties;
702
+ isOptionLoading?: boolean;
703
+ loadingText?: string;
704
+ placeholder?: string;
705
+ searchQuery: string | null;
706
+ isInformation?: boolean;
707
+ informationMessage?: string;
708
+ rightIcon?: React.ReactNode;
709
+ rightElementStyle?: {};
710
+ isMultipleSelect?: boolean;
711
+ isRequired?: boolean | undefined;
712
+ error?: boolean | undefined;
713
+ isProfile?: boolean | undefined;
714
+ isColorOptions?: boolean | undefined;
715
+ errorMessage?: string | undefined;
716
+ isBottomIcon?: boolean | undefined;
717
+ BottomIcon?: boolean | undefined | JSX.Element;
718
+ BottomIconStyle?: React.CSSProperties;
719
+ BottomText?: string | number;
720
+ BottomTextColor?: React.CSSProperties;
721
+ handleBottomClick?: () => void;
722
+ };
723
+ type selectOptions = {
724
+ id: string;
725
+ label: string;
726
+ email?: string;
727
+ profileUrl?: string;
728
+ color?: string;
729
+ };
730
+
731
+ declare function SelectSearch({ options, initialSelectedOption, onOptionSelect, inputOnchange, id, name, label, dropdownStyle, inputStyle, isOptionLoading, loadingText, boxStyle, placeholder, searchQuery, isInformation, informationMessage, rightIcon, rightElementStyle, isMultipleSelect, isRequired, onOptionMultiSelect, error, isProfile, isBottomIcon, errorMessage, BottomIcon, BottomText, handleBottomClick, BottomTextColor, isColorOptions, }: Readonly<SelectSearchProps>): React$1.JSX.Element;
732
+
733
+ type SidebarProps = {
734
+ menus: MenuProps[];
735
+ activeMenu: string;
736
+ handleMenuClick?: (menu: MenuProps) => void;
737
+ toggle: boolean;
738
+ changeToggle: () => void;
739
+ logo?: string;
740
+ companyName: string;
741
+ isDisableAddNew?: boolean;
742
+ onAddNewClick?: () => void;
743
+ selectedSubMenu?: string | null;
744
+ };
745
+ type MenuProps = {
746
+ id: string | number;
747
+ title: string;
748
+ icon: any;
749
+ url: string;
750
+ disabled?: boolean;
751
+ locked?: boolean;
752
+ badge?: string | number;
753
+ subMenu?: MenuProps[];
754
+ };
755
+
756
+ declare function Sidebar({ menus, activeMenu, handleMenuClick, toggle, changeToggle, logo, companyName, isDisableAddNew, onAddNewClick, selectedSubMenu, }: SidebarProps): React$1.JSX.Element;
757
+
758
+ type SkeletonProps = Pick<SkeletonProps$1, "startColor" | "endColor" | "height" | "isLoaded" | "bg" | "color" | "fadeDuration" | "children" | "speed" | "size" | "mt" | "noOfLines" | "width"> & {
759
+ type: "skeleton" | "circle" | "text";
760
+ } & Partial<Pick<SkeletonTextProps, "spacing" | "skeletonHeight">>;
761
+
762
+ declare function Skeletons({ startColor, endColor, height, isLoaded, bg, color, fadeDuration, children, type, speed, size, mt, noOfLines, spacing, skeletonHeight, width, }: SkeletonProps): React$1.JSX.Element;
763
+
764
+ type SwitchProps = {
765
+ leftText: string;
766
+ rightText: string;
767
+ leftIcon?: JSX.Element;
768
+ rightIcon?: JSX.Element;
769
+ onSwitchToggle: (value: "left" | "right") => void;
770
+ switchActive: "left" | "right";
771
+ };
772
+
773
+ declare function Switch({ leftText, rightText, leftIcon, rightIcon, onSwitchToggle, switchActive, }: SwitchProps): React$1.JSX.Element;
774
+
775
+ type TableProps = {
776
+ data: DataObject[];
777
+ columns: TableHeaderProps[];
778
+ handleExportChange?: (value: string) => void | undefined;
779
+ exportOptions?: ExportOption[];
780
+ exportLabel?: string;
781
+ isLoading?: boolean;
782
+ isVisiblity?: boolean;
783
+ isCheckbox?: boolean;
784
+ headerBgColor?: string;
785
+ freezedBgColor?: string;
786
+ headerTextColor?: string;
787
+ freezedTextColor?: string;
788
+ tableBorderColor?: string;
789
+ noBorders?: boolean;
790
+ onSelection?: (selected: (string | number)[]) => void;
791
+ isPagination?: boolean;
792
+ selections?: (string | number)[];
793
+ onRowClick?: (row: DataObject, header: Record<string | number, string | number>) => void;
794
+ isActionFreeze?: boolean;
795
+ preferencesUrl?: string;
796
+ preferencesKey?: string;
797
+ preferencesName?: string;
798
+ preferencesPage?: string;
799
+ authToken?: string;
800
+ paginationMode?: "client" | "server";
801
+ noOfRowsPerPage?: number;
802
+ totalRecords?: number;
803
+ onPagination?: (page: number, noOfRecords: number) => void;
804
+ isTableSettings?: boolean;
805
+ headerActions?: HeaderActionsProps;
806
+ };
807
+ type HeaderActionsProps = {
808
+ isDelete?: {
809
+ enabled?: boolean;
810
+ onClick?: (selection: (string | number)[]) => void;
811
+ };
812
+ isUpdate?: {
813
+ enabled?: boolean;
814
+ onClick?: (selection: (string | number)[]) => void;
815
+ };
816
+ items?: {
817
+ icon: React.ReactElement;
818
+ name: string;
819
+ onClick?: (selection: (string | number)[]) => void;
820
+ }[];
821
+ };
822
+ type DataObject = {
823
+ [key: string]: string | number | any;
824
+ };
825
+ type TableHeaderProps = {
826
+ label: string | number;
827
+ id: string | number;
828
+ isSort?: boolean;
829
+ isSearch?: boolean;
830
+ isFreeze?: boolean;
831
+ isHidden?: boolean;
832
+ node?: (data: DataObject) => JSX.Element | string | number | undefined;
833
+ };
834
+ type ExportOption = {
835
+ label: string;
836
+ id: string;
837
+ };
838
+
839
+ declare function Table({ data, columns, onSelection, isLoading, isCheckbox, headerBgColor, freezedBgColor, headerTextColor, freezedTextColor, tableBorderColor, noBorders, isPagination, onRowClick, selections, isActionFreeze, preferencesUrl, preferencesKey, preferencesName, preferencesPage, authToken, paginationMode, noOfRowsPerPage, totalRecords, onPagination, isTableSettings, headerActions, }: TableProps): React$1.JSX.Element;
840
+
841
+ interface ChipProps {
842
+ label: string;
843
+ onIconClick?: () => void;
844
+ onTagClick?: () => void;
845
+ icon?: ElementType;
846
+ colorScheme?: "primary" | "secondary" | "tertiary" | "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink";
847
+ size?: "sm" | "md" | "lg";
848
+ variant?: "solid" | "outline";
849
+ }
850
+ declare const Tag: React$1.FC<ChipProps>;
851
+
852
+ type TextInputProps = Pick<InputProps, "value" | "type" | "onChange" | "placeholder" | "onBlur" | "onFocus" | "isDisabled" | "isRequired" | "isReadOnly" | "width" | "height" | "errorBorderColor" | "size" | "onKeyDown" | "onKeyUp" | "onMouseEnter" | "onMouseLeave"> & {
853
+ label?: string;
854
+ id?: string;
855
+ name?: string;
856
+ error?: boolean;
857
+ errorMessage?: string;
858
+ helperText?: string;
859
+ onRightIconclick?: () => void;
860
+ inputRightIcon?: any;
861
+ onLeftIconClick?: () => void;
862
+ inputLeftIcon?: any;
863
+ inputStyle?: {};
864
+ inputGroupStyle?: {};
865
+ isInformation?: boolean;
866
+ informationMessage?: string;
867
+ leftElementStyle?: {};
868
+ rightElementStyle?: {};
869
+ ref?: React.Ref<HTMLInputElement>;
870
+ autoComplete?: string;
871
+ minW?: string;
872
+ maxW?: string;
873
+ };
874
+
875
+ declare const _default: React$1.MemoExoticComponent<React$1.ForwardRefExoticComponent<Omit<TextInputProps, "ref"> & React$1.RefAttributes<HTMLInputElement>>>;
876
+
877
+ interface TimelineProps {
878
+ events?: TimelineEvent[];
879
+ timelineEvents: TimelineEvents[];
880
+ onEventClick?: (event: TimelineEvents, index: number) => void;
881
+ }
882
+ interface TimelineEvent {
883
+ title: string;
884
+ description: string;
885
+ time: string;
886
+ }
887
+ interface TimelineEvents {
888
+ logs_id: number;
889
+ title: string;
890
+ primary_id: number;
891
+ is_from: string;
892
+ action_from: string;
893
+ action_by: string;
894
+ created_at: number;
895
+ changes: any;
896
+ }
897
+
898
+ declare const Timeline: ({ timelineEvents }: TimelineProps) => React$1.JSX.Element;
899
+
900
+ type ToasterToastProps = Pick<ToastProps, 'description' | 'title' | 'isClosable' | 'duration' | 'children' | 'onClose'> & {
901
+ position?: "top" | "bottom" | "top-right" | "top-left" | "bottom-right" | "bottom-left";
902
+ status?: "success" | "error" | "warning" | "info" | "loading";
903
+ };
904
+ interface ToasterContextType {
905
+ showToast: (children: ToasterToastProps) => void;
906
+ }
907
+ interface ToasterChildren {
908
+ children: ReactNode;
909
+ }
910
+
911
+ declare function ToasterProvider({ children }: ToasterChildren): React$1.JSX.Element;
912
+ declare const useToaster: () => ToasterContextType;
913
+
914
+ type ToolTipProps = Pick<TooltipProps, "placement" | "label" | "hasArrow" | "fontSize" | "bg" | "color" | "isDisabled" | "isOpen" | "defaultIsOpen" | "openDelay" | "closeDelay" | "arrowSize" | "closeOnClick" | "size" | "width" | "height" | "arrowPadding" | "arrowShadowColor" | "direction" | "gutter" | "onClose" | "modifiers" | "closeOnPointerDown"> & {
915
+ children: React.ReactNode;
916
+ styles?: React.CSSProperties;
917
+ placement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
918
+ };
919
+
920
+ declare function ToolTip({ placement, label, children, hasArrow, fontSize, bg, color, isDisabled, isOpen, defaultIsOpen, openDelay, closeDelay, arrowSize, closeOnClick, size, width, height, arrowPadding, arrowShadowColor, direction, gutter, onClose, modifiers, closeOnPointerDown, styles, }: ToolTipProps): React$1.JSX.Element;
921
+
922
+ type VerifyEmailOtpProps = {
923
+ resendMail: () => void;
924
+ onChange: (value: string) => void;
925
+ onComplete: (value: string) => void;
926
+ placeholder?: string;
927
+ pins: number;
928
+ title: string;
929
+ description: string;
930
+ isDisabled?: boolean;
931
+ isInvalid?: boolean;
932
+ styles?: React.CSSProperties;
933
+ };
934
+
935
+ declare function VerifyEmailOtp({ resendMail, onChange, onComplete, placeholder, pins, description, title, isDisabled, isInvalid, styles, }: VerifyEmailOtpProps): React$1.JSX.Element;
936
+
937
+ type ViewMode = "grid" | "list";
938
+ type ViewToggleProps = {
939
+ value: ViewMode;
940
+ onChange: (val: ViewMode) => void;
941
+ };
942
+
943
+ declare const TableToggle: React$1.FC<ViewToggleProps>;
944
+
945
+ type ProductCardProps = {
946
+ label: string;
947
+ description?: string;
948
+ productImage: productImage;
949
+ tags?: string[];
950
+ rating?: string | number;
951
+ reviews?: string | number;
952
+ options?: options[];
953
+ onClick?: () => void;
954
+ onAddToCart?: () => void;
955
+ bag?: bag;
956
+ };
957
+ type options = {
958
+ label: string;
959
+ weight: number;
960
+ price: number;
961
+ offer: number;
962
+ };
963
+ type bag = {
964
+ label: string;
965
+ color?: string;
966
+ };
967
+ type productImage = {
968
+ visibile: string;
969
+ hover?: string;
970
+ };
971
+
972
+ declare const ProductCard: ({ label, productImage, rating, reviews, tags, options, onAddToCart, bag, description, }: ProductCardProps) => React$1.JSX.Element;
973
+
974
+ declare const withTheme: (Component: React$1.ComponentType, theme?: any) => (props: any) => React$1.JSX.Element;
975
+
976
+ type CustomThemeProps = {
977
+ colors: {
978
+ primary: {
979
+ 50: string;
980
+ 100: string;
981
+ 200: string;
982
+ 300: string;
983
+ 400: string;
984
+ 500: string;
985
+ 600: string;
986
+ 700: string;
987
+ 800: string;
988
+ 900: string;
989
+ opacity: {
990
+ 4: string;
991
+ 8: string;
992
+ 16: string;
993
+ 24: string;
994
+ 32: string;
995
+ 40: string;
996
+ 48: string;
997
+ };
998
+ };
999
+ secondary: {
1000
+ 50: string;
1001
+ 100: string;
1002
+ 200: string;
1003
+ 300: string;
1004
+ 400: string;
1005
+ 500: string;
1006
+ 600: string;
1007
+ 700: string;
1008
+ 800: string;
1009
+ 900: string;
1010
+ opacity: {
1011
+ 4: string;
1012
+ 8: string;
1013
+ 16: string;
1014
+ 24: string;
1015
+ 32: string;
1016
+ 40: string;
1017
+ 48: string;
1018
+ };
1019
+ };
1020
+ tertiary: {
1021
+ 50: string;
1022
+ 100: string;
1023
+ 200: string;
1024
+ 300: string;
1025
+ 400: string;
1026
+ 500: string;
1027
+ 600: string;
1028
+ 700: string;
1029
+ 800: string;
1030
+ 900: string;
1031
+ opacity: {
1032
+ 4: string;
1033
+ 8: string;
1034
+ 16: string;
1035
+ 24: string;
1036
+ 32: string;
1037
+ 40: string;
1038
+ 48: string;
1039
+ };
1040
+ };
1041
+ transparent: string;
1042
+ black: string;
1043
+ white: string;
1044
+ semantic: {
1045
+ success: {
1046
+ 50: string;
1047
+ 100: string;
1048
+ 200: string;
1049
+ 300: string;
1050
+ 400: string;
1051
+ 500: string;
1052
+ 600: string;
1053
+ 700: string;
1054
+ 800: string;
1055
+ 900: string;
1056
+ };
1057
+ error: {
1058
+ 50: string;
1059
+ 100: string;
1060
+ 200: string;
1061
+ 300: string;
1062
+ 400: string;
1063
+ 500: string;
1064
+ 600: string;
1065
+ 700: string;
1066
+ 800: string;
1067
+ 900: string;
1068
+ };
1069
+ warning: {
1070
+ 50: string;
1071
+ 100: string;
1072
+ 200: string;
1073
+ 300: string;
1074
+ 400: string;
1075
+ 500: string;
1076
+ 600: string;
1077
+ 700: string;
1078
+ 800: string;
1079
+ 900: string;
1080
+ };
1081
+ info: {
1082
+ 50: string;
1083
+ 100: string;
1084
+ 200: string;
1085
+ 300: string;
1086
+ 400: string;
1087
+ 500: string;
1088
+ 600: string;
1089
+ 700: string;
1090
+ 800: string;
1091
+ 900: string;
1092
+ };
1093
+ };
1094
+ gray: {
1095
+ 50: string;
1096
+ 100: string;
1097
+ 200: string;
1098
+ 300: string;
1099
+ 400: string;
1100
+ 500: string;
1101
+ 600: string;
1102
+ 700: string;
1103
+ 800: string;
1104
+ 900: string;
1105
+ };
1106
+ red: {
1107
+ 50: string;
1108
+ 100: string;
1109
+ 200: string;
1110
+ 300: string;
1111
+ 400: string;
1112
+ 500: string;
1113
+ 600: string;
1114
+ 700: string;
1115
+ 800: string;
1116
+ 900: string;
1117
+ };
1118
+ orange: {
1119
+ 50: string;
1120
+ 100: string;
1121
+ 200: string;
1122
+ 300: string;
1123
+ 400: string;
1124
+ 500: string;
1125
+ 600: string;
1126
+ 700: string;
1127
+ 800: string;
1128
+ 900: string;
1129
+ };
1130
+ yellow: {
1131
+ 50: string;
1132
+ 100: string;
1133
+ 200: string;
1134
+ 300: string;
1135
+ 400: string;
1136
+ 500: string;
1137
+ 600: string;
1138
+ 700: string;
1139
+ 800: string;
1140
+ 900: string;
1141
+ };
1142
+ green: {
1143
+ 50: string;
1144
+ 100: string;
1145
+ 200: string;
1146
+ 300: string;
1147
+ 400: string;
1148
+ 500: string;
1149
+ 600: string;
1150
+ 700: string;
1151
+ 800: string;
1152
+ 900: string;
1153
+ };
1154
+ teal: {
1155
+ 50: string;
1156
+ 100: string;
1157
+ 200: string;
1158
+ 300: string;
1159
+ 400: string;
1160
+ 500: string;
1161
+ 600: string;
1162
+ 700: string;
1163
+ 800: string;
1164
+ 900: string;
1165
+ };
1166
+ blue: {
1167
+ 50: string;
1168
+ 100: string;
1169
+ 200: string;
1170
+ 300: string;
1171
+ 400: string;
1172
+ 500: string;
1173
+ 600: string;
1174
+ 700: string;
1175
+ 800: string;
1176
+ 900: string;
1177
+ };
1178
+ cyan: {
1179
+ 50: string;
1180
+ 100: string;
1181
+ 200: string;
1182
+ 300: string;
1183
+ 400: string;
1184
+ 500: string;
1185
+ 600: string;
1186
+ 700: string;
1187
+ 800: string;
1188
+ 900: string;
1189
+ };
1190
+ purple: {
1191
+ 50: string;
1192
+ 100: string;
1193
+ 200: string;
1194
+ 300: string;
1195
+ 400: string;
1196
+ 500: string;
1197
+ 600: string;
1198
+ 700: string;
1199
+ 800: string;
1200
+ 900: string;
1201
+ };
1202
+ pink: {
1203
+ 50: string;
1204
+ 100: string;
1205
+ 200: string;
1206
+ 300: string;
1207
+ 400: string;
1208
+ 500: string;
1209
+ 600: string;
1210
+ 700: string;
1211
+ 800: string;
1212
+ 900: string;
1213
+ };
1214
+ background: {
1215
+ 50: string;
1216
+ 100: string;
1217
+ 200: string;
1218
+ 300: string;
1219
+ 400: string;
1220
+ 500: string;
1221
+ 600: string;
1222
+ 700: string;
1223
+ 800: string;
1224
+ 900: string;
1225
+ };
1226
+ text: {
1227
+ 50: string;
1228
+ 100: string;
1229
+ 200: string;
1230
+ 300: string;
1231
+ 400: string;
1232
+ 500: string;
1233
+ 600: string;
1234
+ 700: string;
1235
+ 800: string;
1236
+ 900: string;
1237
+ };
1238
+ header: {
1239
+ 50: string;
1240
+ 100: string;
1241
+ 200: string;
1242
+ 300: string;
1243
+ 400: string;
1244
+ 500: string;
1245
+ 600: string;
1246
+ 700: string;
1247
+ 800: string;
1248
+ 900: string;
1249
+ };
1250
+ placeholder: {
1251
+ 50: string;
1252
+ 100: string;
1253
+ 200: string;
1254
+ 300: string;
1255
+ 400: string;
1256
+ 500: string;
1257
+ 600: string;
1258
+ 700: string;
1259
+ 800: string;
1260
+ 900: string;
1261
+ };
1262
+ boxShadow: {
1263
+ primary: string;
1264
+ error: string;
1265
+ default: string;
1266
+ };
1267
+ sidebar: {
1268
+ background: {
1269
+ 50: string;
1270
+ 100: string;
1271
+ 200: string;
1272
+ 300: string;
1273
+ 400: string;
1274
+ 500: string;
1275
+ 600: string;
1276
+ 700: string;
1277
+ 800: string;
1278
+ 900: string;
1279
+ };
1280
+ };
1281
+ boxborder: {
1282
+ 50: string;
1283
+ 100: string;
1284
+ 200: string;
1285
+ 300: string;
1286
+ 400: string;
1287
+ 500: string;
1288
+ 600: string;
1289
+ 700: string;
1290
+ 800: string;
1291
+ 900: string;
1292
+ };
1293
+ border: {
1294
+ 50: string;
1295
+ 100: string;
1296
+ 200: string;
1297
+ 300: string;
1298
+ 400: string;
1299
+ 500: string;
1300
+ 600: string;
1301
+ 700: string;
1302
+ 800: string;
1303
+ 900: string;
1304
+ };
1305
+ table: {
1306
+ hover: {
1307
+ 50: string;
1308
+ 100: string;
1309
+ 200: string;
1310
+ 300: string;
1311
+ 400: string;
1312
+ 500: string;
1313
+ 600: string;
1314
+ 700: string;
1315
+ 800: string;
1316
+ 900: string;
1317
+ };
1318
+ };
1319
+ disabled: {
1320
+ 50: string;
1321
+ 100: string;
1322
+ 200: string;
1323
+ 300: string;
1324
+ 400: string;
1325
+ 500: string;
1326
+ 600: string;
1327
+ 700: string;
1328
+ 800: string;
1329
+ 900: string;
1330
+ };
1331
+ backgroundColor: {
1332
+ main: string;
1333
+ secondary: string;
1334
+ quaternary: string;
1335
+ tertiary: string;
1336
+ light: string;
1337
+ medium: string;
1338
+ accent: string;
1339
+ subtle: string;
1340
+ muted: string;
1341
+ neutral: string;
1342
+ };
1343
+ };
1344
+ fonts: Theme["fonts"] & {
1345
+ body: string;
1346
+ heading: string;
1347
+ mono: string;
1348
+ };
1349
+ fontSizes: {
1350
+ xs: string;
1351
+ sm: string;
1352
+ md: string;
1353
+ lg: string;
1354
+ xl: string;
1355
+ "2xl": string;
1356
+ "3xl": string;
1357
+ "4xl": string;
1358
+ "5xl": string;
1359
+ "6xl": string;
1360
+ "7xl": string;
1361
+ "8xl": string;
1362
+ "9xl": string;
1363
+ };
1364
+ fontWeights: {
1365
+ hairline: number;
1366
+ thin: number;
1367
+ light: number;
1368
+ normal: number;
1369
+ medium: number;
1370
+ semibold: number;
1371
+ bold: number;
1372
+ extrabold: number;
1373
+ black: number;
1374
+ };
1375
+ lineHeights: {
1376
+ normal: string;
1377
+ none: number;
1378
+ shorter: number;
1379
+ short: number;
1380
+ base: number;
1381
+ tall: number;
1382
+ taller: string;
1383
+ [key: string]: string | number;
1384
+ };
1385
+ letterSpacings: {
1386
+ tighter: string;
1387
+ tight: string;
1388
+ normal: string;
1389
+ wide: string;
1390
+ wider: string;
1391
+ widest: string;
1392
+ };
1393
+ space: {
1394
+ [key: string]: string;
1395
+ };
1396
+ sizes: {
1397
+ [key: string]: string | any;
1398
+ };
1399
+ breakpoints: {
1400
+ sm: string;
1401
+ md: string;
1402
+ lg: string;
1403
+ xl: string;
1404
+ "2xl": string;
1405
+ };
1406
+ shadows: {
1407
+ xs: string;
1408
+ sm: string;
1409
+ base: string;
1410
+ md: string;
1411
+ lg: string;
1412
+ xl: string;
1413
+ "2xl": string;
1414
+ outline: string;
1415
+ inner: string;
1416
+ none: string;
1417
+ darkLg: string;
1418
+ };
1419
+ radii: Theme["radii"] & {
1420
+ none: string;
1421
+ sm: string;
1422
+ base: string;
1423
+ md: string;
1424
+ lg: string;
1425
+ xl: string;
1426
+ "2xl": string;
1427
+ "3xl": string;
1428
+ full: string;
1429
+ };
1430
+ zIndices: Theme["zIndices"] & {
1431
+ hide: number;
1432
+ auto: string;
1433
+ base: number;
1434
+ docked: number;
1435
+ dropdown: number;
1436
+ sticky: number;
1437
+ banner: number;
1438
+ overlay: number;
1439
+ modal: number;
1440
+ popover: number;
1441
+ skipLink: number;
1442
+ toast: number;
1443
+ tooltip: number;
1444
+ };
1445
+ config: {
1446
+ cssVarPrefix: string;
1447
+ };
1448
+ };
1449
+
1450
+ declare const useCustomTheme: () => CustomThemeProps;
1451
+
1452
+ declare const ThemesList: {
1453
+ skyline: Record<string, any>;
1454
+ meadow: Record<string, any>;
1455
+ radiant: Record<string, any>;
1456
+ lavender: Record<string, any>;
1457
+ };
1458
+
1459
+ declare function debounce<T extends (...args: any[]) => void>(func: T, delay: number): (...args: Parameters<T>) => void;
1460
+
1461
+ export { Accordion as Accordian, AlertDialog, ApexBarChart, ApexPieChart, Breadcrumbs, _default$1 as Button, ButtonGroupIcon, Card, CheckBox as Checkbox, ContactForm, CustomDatePicker as DatePicker, Drawer, DrawerBody, DrawerFooter, DrawerHeader, Dropdown, Editor, FileUpload, FormWrapper, Header, HeaderActions, InputTextArea, KanbanBoard, Loading, Modal, ModalBody, ModalFooter, ModalHeader, MultiSelect, NavBar as NavigationBar, NoteTextArea, NumberInput, PinInputs as PinInput, ProductCard, ProfileCard, ProfileCardBody, ProfileCardFooter, ProfileCardHeader, ProfilePhotoViewer, ProgressBar, RadioButton, RadioButtonGroup, ReorderList as Reorder, Search, SearchSelect, Select, SelectSearch, Sidebar as SideBar, Skeletons, Switch, Table, TableToggle, Tag, _default as TextInput, ThemesList, Timeline, ToasterProvider as Toaster, ToolTip, VerifyEmailOtp, debounce, withTheme as default, useCustomTheme, useToaster };