pixelize-design-library 2.1.12 → 2.1.14

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 (865) hide show
  1. package/dist/App.d.ts +4 -0
  2. package/dist/App.js +128 -0
  3. package/dist/Assets/defaultLogo.d.ts +3 -0
  4. package/dist/Assets/defaultLogo.js +15 -0
  5. package/dist/Assets/defaultLogo.tsx +31 -0
  6. package/dist/Components/Accordion/Accordion.d.ts +4 -0
  7. package/dist/Components/Accordion/Accordion.js +40 -0
  8. package/dist/Components/Accordion/AccordionProps.d.ts +17 -0
  9. package/dist/Components/Accordion/AccordionProps.js +2 -0
  10. package/dist/Components/AlertDialog/AlertDialog.d.ts +4 -0
  11. package/dist/Components/AlertDialog/AlertDialog.js +20 -0
  12. package/dist/Components/AlertDialog/AlertDialogProps.d.ts +20 -0
  13. package/dist/Components/AlertDialog/AlertDialogProps.js +2 -0
  14. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.d.ts +3 -0
  15. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.js +64 -0
  16. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.stories.d.ts +1 -0
  17. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChart.stories.js +6 -0
  18. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChartProps.d.ts +19 -0
  19. package/dist/Components/Apexcharts/ApexBarChart/ApexBarChartProps.js +2 -0
  20. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.d.ts +3 -0
  21. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.js +29 -0
  22. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.stories.d.ts +1 -0
  23. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChart.stories.js +6 -0
  24. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChartProps.d.ts +41 -0
  25. package/dist/Components/Apexcharts/ApexPieChart/ApexPieChartProps.js +2 -0
  26. package/dist/Components/Breadcrumbs/Breadcrumbs.d.ts +3 -0
  27. package/dist/Components/Breadcrumbs/Breadcrumbs.js +17 -0
  28. package/dist/Components/Breadcrumbs/Breadcrumbs.stories.d.ts +1 -0
  29. package/dist/Components/Breadcrumbs/Breadcrumbs.stories.js +6 -0
  30. package/dist/Components/Breadcrumbs/BreadcrumbsProps.d.ts +11 -0
  31. package/dist/Components/Breadcrumbs/BreadcrumbsProps.js +2 -0
  32. package/dist/Components/Button/Button.d.ts +5 -0
  33. package/dist/Components/Button/Button.js +32 -0
  34. package/dist/Components/Button/Button.stories.d.ts +1 -0
  35. package/dist/Components/Button/Button.stories.js +6 -0
  36. package/dist/Components/Button/Button.styles.d.ts +2 -0
  37. package/dist/Components/Button/Button.styles.js +112 -0
  38. package/dist/Components/Button/ButtonProps.d.ts +13 -0
  39. package/dist/Components/Button/ButtonProps.js +2 -0
  40. package/dist/Components/ButtonGroupIcon/ButtonGoupIconProps.d.ts +33 -0
  41. package/dist/Components/ButtonGroupIcon/ButtonGoupIconProps.js +2 -0
  42. package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.d.ts +5 -0
  43. package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.js +86 -0
  44. package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.stories.d.ts +1 -0
  45. package/dist/Components/ButtonGroupIcon/ButtonGroupIcon.stories.js +6 -0
  46. package/dist/Components/Buttons/Buttons.d.ts +4 -0
  47. package/dist/Components/Buttons/Buttons.js +11 -0
  48. package/dist/Components/Buttons/ButtonsProps.d.ts +6 -0
  49. package/dist/Components/Buttons/ButtonsProps.js +2 -0
  50. package/dist/Components/Card/Card.d.ts +3 -0
  51. package/dist/Components/Card/Card.js +12 -0
  52. package/dist/Components/Card/CardProps.d.ts +14 -0
  53. package/dist/Components/Card/CardProps.js +2 -0
  54. package/dist/Components/Checkbox/Checkbox.d.ts +3 -0
  55. package/dist/Components/Checkbox/Checkbox.js +20 -0
  56. package/dist/Components/Checkbox/Checkbox.stories.d.ts +1 -0
  57. package/dist/Components/Checkbox/Checkbox.stories.js +7 -0
  58. package/dist/Components/Checkbox/Checkbox.styles.d.ts +2 -0
  59. package/dist/Components/Checkbox/Checkbox.styles.js +54 -0
  60. package/dist/Components/Checkbox/CheckboxProps.d.ts +15 -0
  61. package/dist/Components/Checkbox/CheckboxProps.js +2 -0
  62. package/dist/Components/Common/ErrorComponent.d.ts +6 -0
  63. package/dist/Components/Common/ErrorComponent.js +16 -0
  64. package/dist/Components/Common/ErrorMessage.d.ts +5 -0
  65. package/dist/Components/Common/ErrorMessage.js +17 -0
  66. package/dist/Components/Common/FormLabel.d.ts +8 -0
  67. package/dist/Components/Common/FormLabel.js +22 -0
  68. package/dist/Components/Common/HelperText.d.ts +5 -0
  69. package/dist/Components/Common/HelperText.js +14 -0
  70. package/dist/Components/Common/Label.d.ts +7 -0
  71. package/dist/Components/Common/Label.js +13 -0
  72. package/dist/Components/ContactForm/ContactForm.d.ts +4 -0
  73. package/dist/Components/ContactForm/ContactForm.js +215 -0
  74. package/dist/Components/ContactForm/ContactFormProps.d.ts +9 -0
  75. package/dist/Components/ContactForm/ContactFormProps.js +2 -0
  76. package/dist/Components/DatePicker/DatePicker.d.ts +3 -0
  77. package/dist/Components/DatePicker/DatePicker.js +235 -0
  78. package/dist/Components/DatePicker/DatePickerProps.d.ts +42 -0
  79. package/dist/Components/DatePicker/DatePickerProps.js +2 -0
  80. package/dist/Components/DatePicker/TimePicker.d.ts +4 -0
  81. package/dist/Components/DatePicker/TimePicker.js +101 -0
  82. package/dist/Components/Divider/Divider.d.ts +3 -0
  83. package/dist/Components/Divider/Divider.js +14 -0
  84. package/dist/Components/Drawer/Drawer.d.ts +12 -0
  85. package/dist/Components/Drawer/Drawer.js +40 -0
  86. package/dist/Components/Drawer/DrawerProps.d.ts +8 -0
  87. package/dist/Components/Drawer/DrawerProps.js +2 -0
  88. package/dist/Components/Dropdown/DropDown.d.ts +4 -0
  89. package/dist/Components/Dropdown/DropDown.js +97 -0
  90. package/dist/Components/Dropdown/DropdownProps.d.ts +26 -0
  91. package/dist/Components/Dropdown/DropdownProps.js +2 -0
  92. package/dist/Components/Editor/Editor.d.ts +3 -0
  93. package/dist/Components/Editor/Editor.js +12 -0
  94. package/dist/Components/Editor/EditorProps.d.ts +5 -0
  95. package/dist/Components/Editor/EditorProps.js +2 -0
  96. package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.d.ts +3 -0
  97. package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.js +44 -0
  98. package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtpProps.d.ts +13 -0
  99. package/dist/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtpProps.js +2 -0
  100. package/dist/Components/FileUpload/FileUpload.d.ts +4 -0
  101. package/dist/Components/FileUpload/FileUpload.js +156 -0
  102. package/dist/Components/FileUpload/FileUploadProps.d.ts +11 -0
  103. package/dist/Components/FileUpload/FileUploadProps.js +2 -0
  104. package/dist/Components/FileUpload/constants.d.ts +3 -0
  105. package/dist/Components/FileUpload/constants.js +28 -0
  106. package/dist/Components/Form/FormWrapper.d.ts +7 -0
  107. package/dist/Components/Form/FormWrapper.js +19 -0
  108. package/dist/Components/Header/Header.d.ts +4 -0
  109. package/dist/Components/Header/Header.js +57 -0
  110. package/dist/Components/Header/HeaderActions.d.ts +23 -0
  111. package/dist/Components/Header/HeaderActions.js +37 -0
  112. package/dist/Components/Header/HeaderProps.d.ts +44 -0
  113. package/dist/Components/Header/HeaderProps.js +2 -0
  114. package/dist/Components/Header/components/desktopMenu.d.ts +4 -0
  115. package/dist/Components/Header/components/desktopMenu.js +33 -0
  116. package/dist/Components/Header/components/mobileMenu.d.ts +4 -0
  117. package/dist/Components/Header/components/mobileMenu.js +32 -0
  118. package/dist/Components/Input/Input/Input.d.ts +4 -0
  119. package/dist/Components/Input/Input/Input.js +45 -0
  120. package/dist/Components/Input/Input/InputProps.d.ts +17 -0
  121. package/dist/Components/Input/Input/InputProps.js +2 -0
  122. package/dist/Components/Input/TextInput.d.ts +4 -0
  123. package/dist/Components/Input/TextInput.js +68 -0
  124. package/dist/Components/Input/TextInput.stories.d.ts +1 -0
  125. package/dist/Components/Input/TextInput.stories.js +8 -0
  126. package/dist/Components/Input/TextInput.styles.d.ts +2 -0
  127. package/dist/Components/Input/TextInput.styles.js +84 -0
  128. package/dist/Components/Input/TextInputProps.d.ts +24 -0
  129. package/dist/Components/Input/TextInputProps.js +2 -0
  130. package/dist/Components/InputTextArea/InputTextArea.d.ts +3 -0
  131. package/dist/Components/InputTextArea/InputTextArea.js +16 -0
  132. package/dist/Components/InputTextArea/InputTextArea.stories.d.ts +1 -0
  133. package/dist/Components/InputTextArea/InputTextArea.stories.js +7 -0
  134. package/dist/Components/InputTextArea/InputTextAreaProps.d.ts +10 -0
  135. package/dist/Components/InputTextArea/InputTextAreaProps.js +2 -0
  136. package/dist/Components/KanbanBoard/AccountCard.d.ts +9 -0
  137. package/dist/Components/KanbanBoard/AccountCard.js +74 -0
  138. package/dist/Components/KanbanBoard/AccountRow.d.ts +6 -0
  139. package/dist/Components/KanbanBoard/AccountRow.js +20 -0
  140. package/dist/Components/KanbanBoard/KanbanActions/KanbanActions.d.ts +9 -0
  141. package/dist/Components/KanbanBoard/KanbanActions/KanbanActions.js +26 -0
  142. package/dist/Components/KanbanBoard/KanbanBoard.d.ts +4 -0
  143. package/dist/Components/KanbanBoard/KanbanBoard.js +120 -0
  144. package/dist/Components/KanbanBoard/KanbanBoardProps.d.ts +27 -0
  145. package/dist/Components/KanbanBoard/KanbanBoardProps.js +2 -0
  146. package/dist/Components/Loading/Loading.d.ts +3 -0
  147. package/dist/Components/Loading/Loading.js +36 -0
  148. package/dist/Components/Loading/Loading.stories.d.ts +1 -0
  149. package/dist/Components/Loading/Loading.stories.js +7 -0
  150. package/dist/Components/Loading/LoadingProps.d.ts +5 -0
  151. package/dist/Components/Loading/LoadingProps.js +2 -0
  152. package/dist/Components/Modal/Modal.d.ts +12 -0
  153. package/dist/Components/Modal/Modal.js +50 -0
  154. package/dist/Components/Modal/Modal.stories.d.ts +1 -0
  155. package/dist/Components/Modal/Modal.stories.js +7 -0
  156. package/dist/Components/Modal/ModalProps.d.ts +11 -0
  157. package/dist/Components/Modal/ModalProps.js +2 -0
  158. package/dist/Components/MultiSelect/MultiSelect.d.ts +3 -0
  159. package/dist/Components/MultiSelect/MultiSelect.js +115 -0
  160. package/dist/Components/MultiSelect/MultiSelectProps.d.ts +20 -0
  161. package/dist/Components/MultiSelect/MultiSelectProps.js +2 -0
  162. package/dist/Components/NavigationBar/NavBar.stories.d.ts +1 -0
  163. package/dist/Components/NavigationBar/NavBar.stories.js +3 -0
  164. package/dist/Components/NavigationBar/NavigationBar.d.ts +3 -0
  165. package/dist/Components/NavigationBar/NavigationBar.js +50 -0
  166. package/dist/Components/NavigationBar/NavigationBarProps.d.ts +19 -0
  167. package/dist/Components/NavigationBar/NavigationBarProps.js +2 -0
  168. package/dist/Components/NoteTextArea/NoteTextArea.d.ts +3 -0
  169. package/dist/Components/NoteTextArea/NoteTextArea.js +274 -0
  170. package/dist/Components/NoteTextArea/NoteTextAreaProps.d.ts +16 -0
  171. package/dist/Components/NoteTextArea/NoteTextAreaProps.js +2 -0
  172. package/dist/Components/NumberInput/NumberInput.d.ts +3 -0
  173. package/dist/Components/NumberInput/NumberInput.js +16 -0
  174. package/dist/Components/NumberInput/NumberInput.stories.d.ts +1 -0
  175. package/dist/Components/NumberInput/NumberInput.stories.js +5 -0
  176. package/dist/Components/NumberInput/NumberInputProps.d.ts +12 -0
  177. package/dist/Components/NumberInput/NumberInputProps.js +2 -0
  178. package/dist/Components/PinInput/PinInput.d.ts +3 -0
  179. package/dist/Components/PinInput/PinInput.js +15 -0
  180. package/dist/Components/PinInput/PinInput.stories.d.ts +1 -0
  181. package/dist/Components/PinInput/PinInput.stories.js +6 -0
  182. package/dist/Components/PinInput/PinInputProps.d.ts +9 -0
  183. package/dist/Components/PinInput/PinInputProps.js +2 -0
  184. package/dist/Components/PinInputs/PinInputs.d.ts +4 -0
  185. package/dist/Components/PinInputs/PinInputs.js +71 -0
  186. package/dist/Components/PinInputs/PinInputsProps.d.ts +9 -0
  187. package/dist/Components/PinInputs/PinInputsProps.js +2 -0
  188. package/dist/Components/ProductCard/ProductCard.d.ts +4 -0
  189. package/dist/Components/ProductCard/ProductCard.js +51 -0
  190. package/dist/Components/ProductCard/ProductCardProps.d.ts +26 -0
  191. package/dist/Components/ProductCard/ProductCardProps.js +2 -0
  192. package/dist/Components/ProductCard/ProductLabel.d.ts +6 -0
  193. package/dist/Components/ProductCard/ProductLabel.js +14 -0
  194. package/dist/Components/ProductCard/ProductPrice.d.ts +7 -0
  195. package/dist/Components/ProductCard/ProductPrice.js +88 -0
  196. package/dist/Components/ProductCard/ProductReview.d.ts +7 -0
  197. package/dist/Components/ProductCard/ProductReview.js +23 -0
  198. package/dist/Components/ProductCard/ProductTags.d.ts +7 -0
  199. package/dist/Components/ProductCard/ProductTags.js +30 -0
  200. package/dist/Components/ProfileCard/ProfileCard.d.ts +12 -0
  201. package/dist/Components/ProfileCard/ProfileCard.js +57 -0
  202. package/dist/Components/ProfileCard/ProfileCard.stories.d.ts +1 -0
  203. package/dist/Components/ProfileCard/ProfileCard.stories.js +6 -0
  204. package/dist/Components/ProfileCard/ProfileCardProps.d.ts +16 -0
  205. package/dist/Components/ProfileCard/ProfileCardProps.js +2 -0
  206. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.d.ts +3 -0
  207. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.js +94 -0
  208. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.stories.d.ts +1 -0
  209. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewer.stories.js +6 -0
  210. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewerProps.d.ts +19 -0
  211. package/dist/Components/ProfilePhotoViewer/ProfilePhotoViewerProps.js +2 -0
  212. package/dist/Components/ProgressBar/ProgressBar.d.ts +3 -0
  213. package/dist/Components/ProgressBar/ProgressBar.js +12 -0
  214. package/dist/Components/ProgressBar/ProgressBar.stories.d.ts +1 -0
  215. package/dist/Components/ProgressBar/ProgressBar.stories.js +7 -0
  216. package/dist/Components/ProgressBar/ProgressBarProps.d.ts +6 -0
  217. package/dist/Components/ProgressBar/ProgressBarProps.js +2 -0
  218. package/dist/Components/RadioButton/RadioButton.d.ts +5 -0
  219. package/dist/Components/RadioButton/RadioButton.js +31 -0
  220. package/dist/Components/RadioButton/RadioButton.stories.d.ts +1 -0
  221. package/dist/Components/RadioButton/RadioButton.stories.js +7 -0
  222. package/dist/Components/RadioButton/RadioButtonProps.d.ts +11 -0
  223. package/dist/Components/RadioButton/RadioButtonProps.js +2 -0
  224. package/dist/Components/Reorder/Reorder.d.ts +4 -0
  225. package/dist/Components/Reorder/Reorder.js +50 -0
  226. package/dist/Components/Reorder/ReorderProps.d.ts +10 -0
  227. package/dist/Components/Reorder/ReorderProps.js +2 -0
  228. package/dist/Components/Search/Search.d.ts +3 -0
  229. package/dist/Components/Search/Search.js +66 -0
  230. package/dist/Components/Search/SearchProps.d.ts +8 -0
  231. package/dist/Components/Search/SearchProps.js +2 -0
  232. package/dist/Components/SearchSelect/SearchSelect.d.ts +4 -0
  233. package/dist/Components/SearchSelect/SearchSelect.js +237 -0
  234. package/dist/Components/SearchSelect/SearchSelectProps.d.ts +60 -0
  235. package/dist/Components/SearchSelect/SearchSelectProps.js +2 -0
  236. package/dist/Components/SearchSelect/SelectTruncatedLabel.d.ts +6 -0
  237. package/dist/Components/SearchSelect/SelectTruncatedLabel.js +45 -0
  238. package/dist/Components/Select/Select.d.ts +3 -0
  239. package/dist/Components/Select/Select.js +54 -0
  240. package/dist/Components/Select/Select.stories.d.ts +1 -0
  241. package/dist/Components/Select/Select.stories.js +8 -0
  242. package/dist/Components/Select/Select.styles.d.ts +2 -0
  243. package/dist/Components/Select/Select.styles.js +98 -0
  244. package/dist/Components/Select/SelectProps.d.ts +20 -0
  245. package/dist/Components/Select/SelectProps.js +2 -0
  246. package/dist/Components/SelectSearch/SelectSearch.d.ts +3 -0
  247. package/dist/Components/SelectSearch/SelectSearch.js +239 -0
  248. package/dist/Components/SelectSearch/SelectSearchProps.d.ts +42 -0
  249. package/dist/Components/SelectSearch/SelectSearchProps.js +2 -0
  250. package/dist/Components/SideBar/SideBar.d.ts +3 -0
  251. package/dist/Components/SideBar/SideBar.js +55 -0
  252. package/dist/Components/SideBar/SideBarProps.d.ts +29 -0
  253. package/dist/Components/SideBar/SideBarProps.js +2 -0
  254. package/dist/Components/SideBar/Sidebar.stories.d.ts +1 -0
  255. package/dist/Components/SideBar/Sidebar.stories.js +7 -0
  256. package/dist/Components/SideBar/components/MenuItemBox.d.ts +11 -0
  257. package/dist/Components/SideBar/components/MenuItemBox.js +116 -0
  258. package/dist/Components/SideBar/components/MenuItems.d.ts +4 -0
  259. package/dist/Components/SideBar/components/MenuItems.js +13 -0
  260. package/dist/Components/SideBar/components/MenuPopoverContent.d.ts +9 -0
  261. package/dist/Components/SideBar/components/MenuPopoverContent.js +37 -0
  262. package/dist/Components/SideBar/components/TextTruncation.d.ts +8 -0
  263. package/dist/Components/SideBar/components/TextTruncation.js +77 -0
  264. package/dist/Components/Skeletons/Skeleton.stories.d.ts +1 -0
  265. package/dist/Components/Skeletons/Skeleton.stories.js +7 -0
  266. package/dist/Components/Skeletons/SkeletonProps.d.ts +4 -0
  267. package/dist/Components/Skeletons/SkeletonProps.js +2 -0
  268. package/dist/Components/Skeletons/Skeletons.d.ts +3 -0
  269. package/dist/Components/Skeletons/Skeletons.js +15 -0
  270. package/dist/Components/Switch/Switch.d.ts +3 -0
  271. package/dist/Components/Switch/Switch.js +39 -0
  272. package/dist/Components/Switch/SwitchProps.d.ts +9 -0
  273. package/dist/Components/Switch/SwitchProps.js +2 -0
  274. package/dist/Components/Table/Components/HeaderActions.d.ts +7 -0
  275. package/dist/Components/Table/Components/HeaderActions.js +45 -0
  276. package/dist/Components/Table/Components/Pagination.d.ts +14 -0
  277. package/dist/Components/Table/Components/Pagination.js +32 -0
  278. package/dist/Components/Table/Components/TableActions.d.ts +3 -0
  279. package/dist/Components/Table/Components/TableActions.js +28 -0
  280. package/dist/Components/Table/Components/TableBody.d.ts +4 -0
  281. package/dist/Components/Table/Components/TableBody.js +140 -0
  282. package/dist/Components/Table/Components/TableFilters.d.ts +4 -0
  283. package/dist/Components/Table/Components/TableFilters.js +59 -0
  284. package/dist/Components/Table/Components/TableHeader.d.ts +4 -0
  285. package/dist/Components/Table/Components/TableHeader.js +147 -0
  286. package/dist/Components/Table/Components/TableLoading.d.ts +7 -0
  287. package/dist/Components/Table/Components/TableLoading.js +41 -0
  288. package/dist/Components/Table/Components/TableSearch.d.ts +6 -0
  289. package/dist/Components/Table/Components/TableSearch.js +60 -0
  290. package/dist/Components/Table/Components/useDebounce.d.ts +2 -0
  291. package/dist/Components/Table/Components/useDebounce.js +28 -0
  292. package/dist/Components/Table/Components/useTable.d.ts +46 -0
  293. package/dist/Components/Table/Components/useTable.js +168 -0
  294. package/dist/Components/Table/Table.d.ts +3 -0
  295. package/dist/Components/Table/Table.js +129 -0
  296. package/dist/Components/Table/Table.stories.d.ts +1 -0
  297. package/dist/Components/Table/Table.stories.js +9 -0
  298. package/dist/Components/Table/TableProps.d.ts +112 -0
  299. package/dist/Components/Table/TableProps.js +2 -0
  300. package/dist/Components/Table/TableSettings/ManageColumns.d.ts +10 -0
  301. package/dist/Components/Table/TableSettings/ManageColumns.js +107 -0
  302. package/dist/Components/Table/TableSettings/TableSettings.d.ts +7 -0
  303. package/dist/Components/Table/TableSettings/TableSettings.js +73 -0
  304. package/dist/Components/Table/TableToDo.d.ts +2 -0
  305. package/dist/Components/Table/TableToDo.js +291 -0
  306. package/dist/Components/Tag/Tag.d.ts +12 -0
  307. package/dist/Components/Tag/Tag.js +21 -0
  308. package/dist/Components/Tag/Tag.styles.d.ts +2 -0
  309. package/dist/Components/Tag/Tag.styles.js +63 -0
  310. package/dist/Components/Timeline/Timeline.d.ts +4 -0
  311. package/dist/Components/Timeline/Timeline.js +166 -0
  312. package/dist/Components/Timeline/TimelineProps.d.ts +20 -0
  313. package/dist/Components/Timeline/TimelineProps.js +2 -0
  314. package/dist/Components/Toaster/Toaster.d.ts +4 -0
  315. package/dist/Components/Toaster/Toaster.js +86 -0
  316. package/dist/Components/Toaster/Toaster.stories.d.ts +1 -0
  317. package/dist/Components/Toaster/Toaster.stories.js +8 -0
  318. package/dist/Components/Toaster/ToasterProps.d.ts +12 -0
  319. package/dist/Components/Toaster/ToasterProps.js +2 -0
  320. package/dist/Components/Toggle/TableToggle.d.ts +4 -0
  321. package/dist/Components/Toggle/TableToggle.js +60 -0
  322. package/dist/Components/Toggle/TableToggleProps.d.ts +5 -0
  323. package/dist/Components/Toggle/TableToggleProps.js +2 -0
  324. package/dist/Components/ToolTip/ToolTip.d.ts +3 -0
  325. package/dist/Components/ToolTip/ToolTip.js +12 -0
  326. package/dist/Components/ToolTip/ToolTip.stories.d.ts +1 -0
  327. package/dist/Components/ToolTip/ToolTip.stories.js +7 -0
  328. package/dist/Components/ToolTip/ToolTipProps.d.ts +7 -0
  329. package/dist/Components/ToolTip/ToolTipProps.js +2 -0
  330. package/dist/Components/Trail/EditableCell.d.ts +11 -0
  331. package/dist/Components/Trail/EditableCell.js +71 -0
  332. package/dist/Components/Trail/SelectAllCheckbox.d.ts +8 -0
  333. package/dist/Components/Trail/SelectAllCheckbox.js +13 -0
  334. package/dist/Components/Trail/TrailWorks.d.ts +3 -0
  335. package/dist/Components/Trail/TrailWorks.js +262 -0
  336. package/dist/Components/Trail/data.d.ts +15 -0
  337. package/dist/Components/Trail/data.js +29 -0
  338. package/dist/Constants/Sidebar.d.ts +38 -0
  339. package/dist/Constants/Sidebar.js +42 -0
  340. package/dist/Hooks/usePreferences.d.ts +24 -0
  341. package/dist/Hooks/usePreferences.js +73 -0
  342. package/dist/Layout.d.ts +3 -0
  343. package/dist/Layout.js +254 -0
  344. package/dist/Pages/TInput.d.ts +3 -0
  345. package/dist/Pages/TInput.js +46 -0
  346. package/dist/Pages/accordion.d.ts +3 -0
  347. package/dist/Pages/accordion.js +42 -0
  348. package/dist/Pages/alertdialog.d.ts +3 -0
  349. package/dist/Pages/alertdialog.js +44 -0
  350. package/dist/Pages/button.d.ts +3 -0
  351. package/dist/Pages/button.js +29 -0
  352. package/dist/Pages/card.d.ts +3 -0
  353. package/dist/Pages/card.js +48 -0
  354. package/dist/Pages/chart.d.ts +3 -0
  355. package/dist/Pages/chart.js +28 -0
  356. package/dist/Pages/checkbox.d.ts +3 -0
  357. package/dist/Pages/checkbox.js +12 -0
  358. package/dist/Pages/contactForm.d.ts +3 -0
  359. package/dist/Pages/contactForm.js +16 -0
  360. package/dist/Pages/datePick.d.ts +3 -0
  361. package/dist/Pages/datePick.js +70 -0
  362. package/dist/Pages/drawer.d.ts +3 -0
  363. package/dist/Pages/drawer.js +48 -0
  364. package/dist/Pages/dropdown.d.ts +3 -0
  365. package/dist/Pages/dropdown.js +24 -0
  366. package/dist/Pages/editor.d.ts +3 -0
  367. package/dist/Pages/editor.js +14 -0
  368. package/dist/Pages/fileUpload.d.ts +2 -0
  369. package/dist/Pages/fileUpload.js +65 -0
  370. package/dist/Pages/input.d.ts +3 -0
  371. package/dist/Pages/input.js +42 -0
  372. package/dist/Pages/kanbanboard.d.ts +3 -0
  373. package/dist/Pages/kanbanboard.js +115 -0
  374. package/dist/Pages/modal.d.ts +3 -0
  375. package/dist/Pages/modal.js +55 -0
  376. package/dist/Pages/multiSelect.d.ts +3 -0
  377. package/dist/Pages/multiSelect.js +45 -0
  378. package/dist/Pages/noteArea.d.ts +3 -0
  379. package/dist/Pages/noteArea.js +49 -0
  380. package/dist/Pages/numberInput.d.ts +3 -0
  381. package/dist/Pages/numberInput.js +39 -0
  382. package/dist/Pages/photoViewer.d.ts +3 -0
  383. package/dist/Pages/photoViewer.js +12 -0
  384. package/dist/Pages/pinInputs.d.ts +3 -0
  385. package/dist/Pages/pinInputs.js +12 -0
  386. package/dist/Pages/productCaard.d.ts +3 -0
  387. package/dist/Pages/productCaard.js +32 -0
  388. package/dist/Pages/progressbar.d.ts +3 -0
  389. package/dist/Pages/progressbar.js +12 -0
  390. package/dist/Pages/radioButton.d.ts +3 -0
  391. package/dist/Pages/radioButton.js +44 -0
  392. package/dist/Pages/search.d.ts +3 -0
  393. package/dist/Pages/search.js +44 -0
  394. package/dist/Pages/searchSelect.d.ts +3 -0
  395. package/dist/Pages/searchSelect.js +151 -0
  396. package/dist/Pages/select.d.ts +3 -0
  397. package/dist/Pages/select.js +43 -0
  398. package/dist/Pages/selectSearch.d.ts +3 -0
  399. package/dist/Pages/selectSearch.js +93 -0
  400. package/dist/Pages/skeleton.d.ts +3 -0
  401. package/dist/Pages/skeleton.js +22 -0
  402. package/dist/Pages/switch.d.ts +3 -0
  403. package/dist/Pages/switch.js +40 -0
  404. package/dist/Pages/table.d.ts +2 -0
  405. package/dist/Pages/table.js +144 -0
  406. package/dist/Pages/textArea.d.ts +3 -0
  407. package/dist/Pages/textArea.js +12 -0
  408. package/dist/Pages/timeline.d.ts +3 -0
  409. package/dist/Pages/timeline.js +74 -0
  410. package/dist/Pages/tooltip.d.ts +3 -0
  411. package/dist/Pages/tooltip.js +12 -0
  412. package/dist/Pages/toster.d.ts +3 -0
  413. package/dist/Pages/toster.js +63 -0
  414. package/dist/Pages/verifyEmail.d.ts +3 -0
  415. package/dist/Pages/verifyEmail.js +18 -0
  416. package/dist/Theme/Dark/theme.d.ts +2 -0
  417. package/dist/Theme/Dark/theme.js +283 -0
  418. package/dist/Theme/Default/palette.d.ts +370 -0
  419. package/dist/Theme/Default/palette.js +372 -0
  420. package/dist/Theme/Default/theme.d.ts +2 -0
  421. package/dist/Theme/Default/theme.js +23 -0
  422. package/dist/Theme/Meadow/palette.d.ts +368 -0
  423. package/dist/Theme/Meadow/palette.js +356 -0
  424. package/dist/Theme/Meadow/theme.d.ts +2 -0
  425. package/dist/Theme/Meadow/theme.js +23 -0
  426. package/dist/Theme/Radiant/palette.d.ts +368 -0
  427. package/dist/Theme/Radiant/palette.js +356 -0
  428. package/dist/Theme/Radiant/theme.d.ts +2 -0
  429. package/dist/Theme/Radiant/theme.js +23 -0
  430. package/dist/Theme/Skyline/palette.d.ts +368 -0
  431. package/dist/Theme/Skyline/palette.js +356 -0
  432. package/dist/Theme/Skyline/theme.d.ts +2 -0
  433. package/dist/Theme/Skyline/theme.js +23 -0
  434. package/dist/Theme/common.d.ts +166 -0
  435. package/dist/Theme/common.js +101 -0
  436. package/dist/Theme/componentStyles.d.ts +7 -0
  437. package/dist/Theme/componentStyles.js +15 -0
  438. package/dist/Theme/fonts.d.ts +34 -0
  439. package/dist/Theme/fonts.js +41 -0
  440. package/dist/Theme/index.d.ts +11 -0
  441. package/dist/Theme/index.js +20 -0
  442. package/dist/Theme/space.d.ts +33 -0
  443. package/dist/Theme/space.js +35 -0
  444. package/dist/Theme/theme.d.ts +2 -0
  445. package/dist/Theme/theme.js +9 -0
  446. package/dist/Theme/themeProps.d.ts +475 -0
  447. package/dist/Theme/themeProps.js +3 -0
  448. package/dist/Theme/useCustomTheme.d.ts +2 -0
  449. package/dist/Theme/useCustomTheme.js +8 -0
  450. package/dist/Utils/table.d.ts +36 -0
  451. package/dist/Utils/table.js +168 -0
  452. package/dist/bootstrap.d.ts +1 -0
  453. package/dist/bootstrap.js +14 -0
  454. package/dist/global.css +225 -0
  455. package/dist/index.css +3 -0
  456. package/dist/index.d.ts +54 -0
  457. package/dist/index.js +146 -262
  458. package/dist/withTheme.d.ts +3 -0
  459. package/dist/withTheme.js +28 -0
  460. package/package.json +16 -27
  461. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +0 -1
  462. package/dist/node_modules/date-fns/_lib/defaultLocale.js +0 -1
  463. package/dist/node_modules/date-fns/_lib/defaultOptions.js +0 -1
  464. package/dist/node_modules/date-fns/_lib/format/formatters.js +0 -1
  465. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +0 -1
  466. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +0 -1
  467. package/dist/node_modules/date-fns/_lib/getRoundingMethod.js +0 -1
  468. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -1
  469. package/dist/node_modules/date-fns/_lib/protectedTokens.js +0 -1
  470. package/dist/node_modules/date-fns/add.js +0 -1
  471. package/dist/node_modules/date-fns/addBusinessDays.js +0 -1
  472. package/dist/node_modules/date-fns/addDays.js +0 -1
  473. package/dist/node_modules/date-fns/addHours.js +0 -1
  474. package/dist/node_modules/date-fns/addISOWeekYears.js +0 -1
  475. package/dist/node_modules/date-fns/addMilliseconds.js +0 -1
  476. package/dist/node_modules/date-fns/addMinutes.js +0 -1
  477. package/dist/node_modules/date-fns/addMonths.js +0 -1
  478. package/dist/node_modules/date-fns/addQuarters.js +0 -1
  479. package/dist/node_modules/date-fns/addSeconds.js +0 -1
  480. package/dist/node_modules/date-fns/addWeeks.js +0 -1
  481. package/dist/node_modules/date-fns/addYears.js +0 -1
  482. package/dist/node_modules/date-fns/areIntervalsOverlapping.js +0 -1
  483. package/dist/node_modules/date-fns/clamp.js +0 -1
  484. package/dist/node_modules/date-fns/closestIndexTo.js +0 -1
  485. package/dist/node_modules/date-fns/closestTo.js +0 -1
  486. package/dist/node_modules/date-fns/compareAsc.js +0 -1
  487. package/dist/node_modules/date-fns/compareDesc.js +0 -1
  488. package/dist/node_modules/date-fns/constants.js +0 -1
  489. package/dist/node_modules/date-fns/constructFrom.js +0 -1
  490. package/dist/node_modules/date-fns/constructNow.js +0 -1
  491. package/dist/node_modules/date-fns/daysToWeeks.js +0 -1
  492. package/dist/node_modules/date-fns/differenceInBusinessDays.js +0 -1
  493. package/dist/node_modules/date-fns/differenceInCalendarDays.js +0 -1
  494. package/dist/node_modules/date-fns/differenceInCalendarISOWeekYears.js +0 -1
  495. package/dist/node_modules/date-fns/differenceInCalendarISOWeeks.js +0 -1
  496. package/dist/node_modules/date-fns/differenceInCalendarMonths.js +0 -1
  497. package/dist/node_modules/date-fns/differenceInCalendarQuarters.js +0 -1
  498. package/dist/node_modules/date-fns/differenceInCalendarWeeks.js +0 -1
  499. package/dist/node_modules/date-fns/differenceInCalendarYears.js +0 -1
  500. package/dist/node_modules/date-fns/differenceInDays.js +0 -1
  501. package/dist/node_modules/date-fns/differenceInHours.js +0 -1
  502. package/dist/node_modules/date-fns/differenceInISOWeekYears.js +0 -1
  503. package/dist/node_modules/date-fns/differenceInMilliseconds.js +0 -1
  504. package/dist/node_modules/date-fns/differenceInMinutes.js +0 -1
  505. package/dist/node_modules/date-fns/differenceInMonths.js +0 -1
  506. package/dist/node_modules/date-fns/differenceInQuarters.js +0 -1
  507. package/dist/node_modules/date-fns/differenceInSeconds.js +0 -1
  508. package/dist/node_modules/date-fns/differenceInWeeks.js +0 -1
  509. package/dist/node_modules/date-fns/differenceInYears.js +0 -1
  510. package/dist/node_modules/date-fns/eachDayOfInterval.js +0 -1
  511. package/dist/node_modules/date-fns/eachHourOfInterval.js +0 -1
  512. package/dist/node_modules/date-fns/eachMinuteOfInterval.js +0 -1
  513. package/dist/node_modules/date-fns/eachMonthOfInterval.js +0 -1
  514. package/dist/node_modules/date-fns/eachQuarterOfInterval.js +0 -1
  515. package/dist/node_modules/date-fns/eachWeekOfInterval.js +0 -1
  516. package/dist/node_modules/date-fns/eachWeekendOfInterval.js +0 -1
  517. package/dist/node_modules/date-fns/eachWeekendOfMonth.js +0 -1
  518. package/dist/node_modules/date-fns/eachWeekendOfYear.js +0 -1
  519. package/dist/node_modules/date-fns/eachYearOfInterval.js +0 -1
  520. package/dist/node_modules/date-fns/endOfDay.js +0 -1
  521. package/dist/node_modules/date-fns/endOfDecade.js +0 -1
  522. package/dist/node_modules/date-fns/endOfHour.js +0 -1
  523. package/dist/node_modules/date-fns/endOfISOWeek.js +0 -1
  524. package/dist/node_modules/date-fns/endOfISOWeekYear.js +0 -1
  525. package/dist/node_modules/date-fns/endOfMinute.js +0 -1
  526. package/dist/node_modules/date-fns/endOfMonth.js +0 -1
  527. package/dist/node_modules/date-fns/endOfQuarter.js +0 -1
  528. package/dist/node_modules/date-fns/endOfSecond.js +0 -1
  529. package/dist/node_modules/date-fns/endOfToday.js +0 -1
  530. package/dist/node_modules/date-fns/endOfTomorrow.js +0 -1
  531. package/dist/node_modules/date-fns/endOfWeek.js +0 -1
  532. package/dist/node_modules/date-fns/endOfYear.js +0 -1
  533. package/dist/node_modules/date-fns/endOfYesterday.js +0 -1
  534. package/dist/node_modules/date-fns/format.js +0 -1
  535. package/dist/node_modules/date-fns/formatDistance.js +0 -1
  536. package/dist/node_modules/date-fns/formatDistanceStrict.js +0 -1
  537. package/dist/node_modules/date-fns/formatDistanceToNow.js +0 -1
  538. package/dist/node_modules/date-fns/formatDistanceToNowStrict.js +0 -1
  539. package/dist/node_modules/date-fns/formatDuration.js +0 -1
  540. package/dist/node_modules/date-fns/formatISO.js +0 -1
  541. package/dist/node_modules/date-fns/formatISO9075.js +0 -1
  542. package/dist/node_modules/date-fns/formatISODuration.js +0 -1
  543. package/dist/node_modules/date-fns/formatRFC3339.js +0 -1
  544. package/dist/node_modules/date-fns/formatRFC7231.js +0 -1
  545. package/dist/node_modules/date-fns/formatRelative.js +0 -1
  546. package/dist/node_modules/date-fns/fromUnixTime.js +0 -1
  547. package/dist/node_modules/date-fns/getDate.js +0 -1
  548. package/dist/node_modules/date-fns/getDay.js +0 -1
  549. package/dist/node_modules/date-fns/getDayOfYear.js +0 -1
  550. package/dist/node_modules/date-fns/getDaysInMonth.js +0 -1
  551. package/dist/node_modules/date-fns/getDaysInYear.js +0 -1
  552. package/dist/node_modules/date-fns/getDecade.js +0 -1
  553. package/dist/node_modules/date-fns/getDefaultOptions.js +0 -1
  554. package/dist/node_modules/date-fns/getHours.js +0 -1
  555. package/dist/node_modules/date-fns/getISODay.js +0 -1
  556. package/dist/node_modules/date-fns/getISOWeek.js +0 -1
  557. package/dist/node_modules/date-fns/getISOWeekYear.js +0 -1
  558. package/dist/node_modules/date-fns/getISOWeeksInYear.js +0 -1
  559. package/dist/node_modules/date-fns/getMilliseconds.js +0 -1
  560. package/dist/node_modules/date-fns/getMinutes.js +0 -1
  561. package/dist/node_modules/date-fns/getMonth.js +0 -1
  562. package/dist/node_modules/date-fns/getOverlappingDaysInIntervals.js +0 -1
  563. package/dist/node_modules/date-fns/getQuarter.js +0 -1
  564. package/dist/node_modules/date-fns/getSeconds.js +0 -1
  565. package/dist/node_modules/date-fns/getTime.js +0 -1
  566. package/dist/node_modules/date-fns/getUnixTime.js +0 -1
  567. package/dist/node_modules/date-fns/getWeek.js +0 -1
  568. package/dist/node_modules/date-fns/getWeekOfMonth.js +0 -1
  569. package/dist/node_modules/date-fns/getWeekYear.js +0 -1
  570. package/dist/node_modules/date-fns/getWeeksInMonth.js +0 -1
  571. package/dist/node_modules/date-fns/getYear.js +0 -1
  572. package/dist/node_modules/date-fns/hoursToMilliseconds.js +0 -1
  573. package/dist/node_modules/date-fns/hoursToMinutes.js +0 -1
  574. package/dist/node_modules/date-fns/hoursToSeconds.js +0 -1
  575. package/dist/node_modules/date-fns/index.js +0 -1
  576. package/dist/node_modules/date-fns/interval.js +0 -1
  577. package/dist/node_modules/date-fns/intervalToDuration.js +0 -1
  578. package/dist/node_modules/date-fns/intlFormat.js +0 -1
  579. package/dist/node_modules/date-fns/intlFormatDistance.js +0 -1
  580. package/dist/node_modules/date-fns/isAfter.js +0 -1
  581. package/dist/node_modules/date-fns/isBefore.js +0 -1
  582. package/dist/node_modules/date-fns/isDate.js +0 -1
  583. package/dist/node_modules/date-fns/isEqual.js +0 -1
  584. package/dist/node_modules/date-fns/isExists.js +0 -1
  585. package/dist/node_modules/date-fns/isFirstDayOfMonth.js +0 -1
  586. package/dist/node_modules/date-fns/isFriday.js +0 -1
  587. package/dist/node_modules/date-fns/isFuture.js +0 -1
  588. package/dist/node_modules/date-fns/isLastDayOfMonth.js +0 -1
  589. package/dist/node_modules/date-fns/isLeapYear.js +0 -1
  590. package/dist/node_modules/date-fns/isMatch.js +0 -1
  591. package/dist/node_modules/date-fns/isMonday.js +0 -1
  592. package/dist/node_modules/date-fns/isPast.js +0 -1
  593. package/dist/node_modules/date-fns/isSameDay.js +0 -1
  594. package/dist/node_modules/date-fns/isSameHour.js +0 -1
  595. package/dist/node_modules/date-fns/isSameISOWeek.js +0 -1
  596. package/dist/node_modules/date-fns/isSameISOWeekYear.js +0 -1
  597. package/dist/node_modules/date-fns/isSameMinute.js +0 -1
  598. package/dist/node_modules/date-fns/isSameMonth.js +0 -1
  599. package/dist/node_modules/date-fns/isSameQuarter.js +0 -1
  600. package/dist/node_modules/date-fns/isSameSecond.js +0 -1
  601. package/dist/node_modules/date-fns/isSameWeek.js +0 -1
  602. package/dist/node_modules/date-fns/isSameYear.js +0 -1
  603. package/dist/node_modules/date-fns/isSaturday.js +0 -1
  604. package/dist/node_modules/date-fns/isSunday.js +0 -1
  605. package/dist/node_modules/date-fns/isThisHour.js +0 -1
  606. package/dist/node_modules/date-fns/isThisISOWeek.js +0 -1
  607. package/dist/node_modules/date-fns/isThisMinute.js +0 -1
  608. package/dist/node_modules/date-fns/isThisMonth.js +0 -1
  609. package/dist/node_modules/date-fns/isThisQuarter.js +0 -1
  610. package/dist/node_modules/date-fns/isThisSecond.js +0 -1
  611. package/dist/node_modules/date-fns/isThisWeek.js +0 -1
  612. package/dist/node_modules/date-fns/isThisYear.js +0 -1
  613. package/dist/node_modules/date-fns/isThursday.js +0 -1
  614. package/dist/node_modules/date-fns/isToday.js +0 -1
  615. package/dist/node_modules/date-fns/isTomorrow.js +0 -1
  616. package/dist/node_modules/date-fns/isTuesday.js +0 -1
  617. package/dist/node_modules/date-fns/isValid.js +0 -1
  618. package/dist/node_modules/date-fns/isWednesday.js +0 -1
  619. package/dist/node_modules/date-fns/isWeekend.js +0 -1
  620. package/dist/node_modules/date-fns/isWithinInterval.js +0 -1
  621. package/dist/node_modules/date-fns/isYesterday.js +0 -1
  622. package/dist/node_modules/date-fns/lastDayOfDecade.js +0 -1
  623. package/dist/node_modules/date-fns/lastDayOfISOWeek.js +0 -1
  624. package/dist/node_modules/date-fns/lastDayOfISOWeekYear.js +0 -1
  625. package/dist/node_modules/date-fns/lastDayOfMonth.js +0 -1
  626. package/dist/node_modules/date-fns/lastDayOfQuarter.js +0 -1
  627. package/dist/node_modules/date-fns/lastDayOfWeek.js +0 -1
  628. package/dist/node_modules/date-fns/lastDayOfYear.js +0 -1
  629. package/dist/node_modules/date-fns/lightFormat.js +0 -1
  630. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -1
  631. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -1
  632. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -1
  633. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -1
  634. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -1
  635. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -1
  636. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -1
  637. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -1
  638. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +0 -1
  639. package/dist/node_modules/date-fns/locale/en-US.js +0 -1
  640. package/dist/node_modules/date-fns/max.js +0 -1
  641. package/dist/node_modules/date-fns/milliseconds.js +0 -1
  642. package/dist/node_modules/date-fns/millisecondsToHours.js +0 -1
  643. package/dist/node_modules/date-fns/millisecondsToMinutes.js +0 -1
  644. package/dist/node_modules/date-fns/millisecondsToSeconds.js +0 -1
  645. package/dist/node_modules/date-fns/min.js +0 -1
  646. package/dist/node_modules/date-fns/minutesToHours.js +0 -1
  647. package/dist/node_modules/date-fns/minutesToMilliseconds.js +0 -1
  648. package/dist/node_modules/date-fns/minutesToSeconds.js +0 -1
  649. package/dist/node_modules/date-fns/monthsToQuarters.js +0 -1
  650. package/dist/node_modules/date-fns/monthsToYears.js +0 -1
  651. package/dist/node_modules/date-fns/nextDay.js +0 -1
  652. package/dist/node_modules/date-fns/nextFriday.js +0 -1
  653. package/dist/node_modules/date-fns/nextMonday.js +0 -1
  654. package/dist/node_modules/date-fns/nextSaturday.js +0 -1
  655. package/dist/node_modules/date-fns/nextSunday.js +0 -1
  656. package/dist/node_modules/date-fns/nextThursday.js +0 -1
  657. package/dist/node_modules/date-fns/nextTuesday.js +0 -1
  658. package/dist/node_modules/date-fns/nextWednesday.js +0 -1
  659. package/dist/node_modules/date-fns/parse/_lib/Parser.js +0 -1
  660. package/dist/node_modules/date-fns/parse/_lib/Setter.js +0 -1
  661. package/dist/node_modules/date-fns/parse/_lib/constants.js +0 -1
  662. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -1
  663. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +0 -1
  664. package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js +0 -1
  665. package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -1
  666. package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js +0 -1
  667. package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -1
  668. package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js +0 -1
  669. package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -1
  670. package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -1
  671. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -1
  672. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -1
  673. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -1
  674. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -1
  675. package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +0 -1
  676. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -1
  677. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -1
  678. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -1
  679. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -1
  680. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -1
  681. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -1
  682. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -1
  683. package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +0 -1
  684. package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +0 -1
  685. package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +0 -1
  686. package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +0 -1
  687. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -1
  688. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -1
  689. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -1
  690. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -1
  691. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -1
  692. package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js +0 -1
  693. package/dist/node_modules/date-fns/parse/_lib/parsers.js +0 -1
  694. package/dist/node_modules/date-fns/parse/_lib/utils.js +0 -1
  695. package/dist/node_modules/date-fns/parse.js +0 -1
  696. package/dist/node_modules/date-fns/parseISO.js +0 -1
  697. package/dist/node_modules/date-fns/parseJSON.js +0 -1
  698. package/dist/node_modules/date-fns/previousDay.js +0 -1
  699. package/dist/node_modules/date-fns/previousFriday.js +0 -1
  700. package/dist/node_modules/date-fns/previousMonday.js +0 -1
  701. package/dist/node_modules/date-fns/previousSaturday.js +0 -1
  702. package/dist/node_modules/date-fns/previousSunday.js +0 -1
  703. package/dist/node_modules/date-fns/previousThursday.js +0 -1
  704. package/dist/node_modules/date-fns/previousTuesday.js +0 -1
  705. package/dist/node_modules/date-fns/previousWednesday.js +0 -1
  706. package/dist/node_modules/date-fns/quartersToMonths.js +0 -1
  707. package/dist/node_modules/date-fns/quartersToYears.js +0 -1
  708. package/dist/node_modules/date-fns/roundToNearestHours.js +0 -1
  709. package/dist/node_modules/date-fns/roundToNearestMinutes.js +0 -1
  710. package/dist/node_modules/date-fns/secondsToHours.js +0 -1
  711. package/dist/node_modules/date-fns/secondsToMilliseconds.js +0 -1
  712. package/dist/node_modules/date-fns/secondsToMinutes.js +0 -1
  713. package/dist/node_modules/date-fns/set.js +0 -1
  714. package/dist/node_modules/date-fns/setDate.js +0 -1
  715. package/dist/node_modules/date-fns/setDay.js +0 -1
  716. package/dist/node_modules/date-fns/setDayOfYear.js +0 -1
  717. package/dist/node_modules/date-fns/setDefaultOptions.js +0 -1
  718. package/dist/node_modules/date-fns/setHours.js +0 -1
  719. package/dist/node_modules/date-fns/setISODay.js +0 -1
  720. package/dist/node_modules/date-fns/setISOWeek.js +0 -1
  721. package/dist/node_modules/date-fns/setISOWeekYear.js +0 -1
  722. package/dist/node_modules/date-fns/setMilliseconds.js +0 -1
  723. package/dist/node_modules/date-fns/setMinutes.js +0 -1
  724. package/dist/node_modules/date-fns/setMonth.js +0 -1
  725. package/dist/node_modules/date-fns/setQuarter.js +0 -1
  726. package/dist/node_modules/date-fns/setSeconds.js +0 -1
  727. package/dist/node_modules/date-fns/setWeek.js +0 -1
  728. package/dist/node_modules/date-fns/setWeekYear.js +0 -1
  729. package/dist/node_modules/date-fns/setYear.js +0 -1
  730. package/dist/node_modules/date-fns/startOfDay.js +0 -1
  731. package/dist/node_modules/date-fns/startOfDecade.js +0 -1
  732. package/dist/node_modules/date-fns/startOfHour.js +0 -1
  733. package/dist/node_modules/date-fns/startOfISOWeek.js +0 -1
  734. package/dist/node_modules/date-fns/startOfISOWeekYear.js +0 -1
  735. package/dist/node_modules/date-fns/startOfMinute.js +0 -1
  736. package/dist/node_modules/date-fns/startOfMonth.js +0 -1
  737. package/dist/node_modules/date-fns/startOfQuarter.js +0 -1
  738. package/dist/node_modules/date-fns/startOfSecond.js +0 -1
  739. package/dist/node_modules/date-fns/startOfToday.js +0 -1
  740. package/dist/node_modules/date-fns/startOfTomorrow.js +0 -1
  741. package/dist/node_modules/date-fns/startOfWeek.js +0 -1
  742. package/dist/node_modules/date-fns/startOfWeekYear.js +0 -1
  743. package/dist/node_modules/date-fns/startOfYear.js +0 -1
  744. package/dist/node_modules/date-fns/startOfYesterday.js +0 -1
  745. package/dist/node_modules/date-fns/sub.js +0 -1
  746. package/dist/node_modules/date-fns/subBusinessDays.js +0 -1
  747. package/dist/node_modules/date-fns/subDays.js +0 -1
  748. package/dist/node_modules/date-fns/subHours.js +0 -1
  749. package/dist/node_modules/date-fns/subISOWeekYears.js +0 -1
  750. package/dist/node_modules/date-fns/subMilliseconds.js +0 -1
  751. package/dist/node_modules/date-fns/subMinutes.js +0 -1
  752. package/dist/node_modules/date-fns/subMonths.js +0 -1
  753. package/dist/node_modules/date-fns/subQuarters.js +0 -1
  754. package/dist/node_modules/date-fns/subSeconds.js +0 -1
  755. package/dist/node_modules/date-fns/subWeeks.js +0 -1
  756. package/dist/node_modules/date-fns/subYears.js +0 -1
  757. package/dist/node_modules/date-fns/toDate.js +0 -1
  758. package/dist/node_modules/date-fns/transpose.js +0 -1
  759. package/dist/node_modules/date-fns/weeksToDays.js +0 -1
  760. package/dist/node_modules/date-fns/yearsToDays.js +0 -1
  761. package/dist/node_modules/date-fns/yearsToMonths.js +0 -1
  762. package/dist/node_modules/date-fns/yearsToQuarters.js +0 -1
  763. package/dist/src/Assets/defaultLogo.js +0 -1
  764. package/dist/src/Components/Accordion/Accordion.js +0 -1
  765. package/dist/src/Components/AlertDialog/AlertDialog.js +0 -1
  766. package/dist/src/Components/Apexcharts/ApexBarChart/ApexBarChart.js +0 -1
  767. package/dist/src/Components/Apexcharts/ApexPieChart/ApexPieChart.js +0 -1
  768. package/dist/src/Components/Breadcrumbs/Breadcrumbs.js +0 -1
  769. package/dist/src/Components/Button/Button.js +0 -1
  770. package/dist/src/Components/Button/Button.styles.js +0 -1
  771. package/dist/src/Components/ButtonGroupIcon/ButtonGroupIcon.js +0 -1
  772. package/dist/src/Components/Card/Card.js +0 -1
  773. package/dist/src/Components/Checkbox/Checkbox.js +0 -1
  774. package/dist/src/Components/Checkbox/Checkbox.styles.js +0 -1
  775. package/dist/src/Components/Common/ErrorMessage.js +0 -1
  776. package/dist/src/Components/Common/FormLabel.js +0 -1
  777. package/dist/src/Components/Common/HelperText.js +0 -1
  778. package/dist/src/Components/ContactForm/ContactForm.js +0 -1
  779. package/dist/src/Components/DatePicker/DatePicker.js +0 -1
  780. package/dist/src/Components/DatePicker/TimePicker.js +0 -1
  781. package/dist/src/Components/Divider/Divider.js +0 -1
  782. package/dist/src/Components/Drawer/Drawer.js +0 -1
  783. package/dist/src/Components/Dropdown/DropDown.js +0 -1
  784. package/dist/src/Components/Editor/Editor.js +0 -1
  785. package/dist/src/Components/EmailCards/VerifyEmailOtp/VerifyEmailOtp.js +0 -1
  786. package/dist/src/Components/FileUpload/FileUpload.js +0 -1
  787. package/dist/src/Components/FileUpload/constants.js +0 -1
  788. package/dist/src/Components/Form/FormWrapper.js +0 -1
  789. package/dist/src/Components/Header/Header.js +0 -1
  790. package/dist/src/Components/Header/HeaderActions.js +0 -1
  791. package/dist/src/Components/Header/components/desktopMenu.js +0 -1
  792. package/dist/src/Components/Header/components/mobileMenu.js +0 -1
  793. package/dist/src/Components/Input/TextInput.js +0 -1
  794. package/dist/src/Components/Input/TextInput.styles.js +0 -1
  795. package/dist/src/Components/InputTextArea/InputTextArea.js +0 -1
  796. package/dist/src/Components/KanbanBoard/AccountCard.js +0 -1
  797. package/dist/src/Components/KanbanBoard/AccountRow.js +0 -1
  798. package/dist/src/Components/KanbanBoard/KanbanBoard.js +0 -1
  799. package/dist/src/Components/Loading/Loading.js +0 -13
  800. package/dist/src/Components/Modal/Modal.js +0 -1
  801. package/dist/src/Components/MultiSelect/MultiSelect.js +0 -1
  802. package/dist/src/Components/NavigationBar/NavigationBar.js +0 -1
  803. package/dist/src/Components/NoteTextArea/NoteTextArea.js +0 -75
  804. package/dist/src/Components/NumberInput/NumberInput.js +0 -1
  805. package/dist/src/Components/PinInput/PinInput.js +0 -1
  806. package/dist/src/Components/ProductCard/ProductCard.js +0 -1
  807. package/dist/src/Components/ProductCard/ProductLabel.js +0 -1
  808. package/dist/src/Components/ProductCard/ProductPrice.js +0 -1
  809. package/dist/src/Components/ProductCard/ProductReview.js +0 -1
  810. package/dist/src/Components/ProductCard/ProductTags.js +0 -1
  811. package/dist/src/Components/ProfileCard/ProfileCard.js +0 -1
  812. package/dist/src/Components/ProfilePhotoViewer/ProfilePhotoViewer.js +0 -1
  813. package/dist/src/Components/ProgressBar/ProgressBar.js +0 -1
  814. package/dist/src/Components/RadioButton/RadioButton.js +0 -1
  815. package/dist/src/Components/Reorder/Reorder.js +0 -1
  816. package/dist/src/Components/Search/Search.js +0 -27
  817. package/dist/src/Components/SearchSelect/SearchSelect.js +0 -1
  818. package/dist/src/Components/SearchSelect/SelectTruncatedLabel.js +0 -1
  819. package/dist/src/Components/Select/Select.js +0 -1
  820. package/dist/src/Components/Select/Select.styles.js +0 -1
  821. package/dist/src/Components/SelectSearch/SelectSearch.js +0 -1
  822. package/dist/src/Components/SideBar/SideBar.js +0 -1
  823. package/dist/src/Components/SideBar/components/MenuItemBox.js +0 -1
  824. package/dist/src/Components/SideBar/components/MenuItems.js +0 -1
  825. package/dist/src/Components/SideBar/components/MenuPopoverContent.js +0 -1
  826. package/dist/src/Components/SideBar/components/TextTruncation.js +0 -1
  827. package/dist/src/Components/Skeletons/Skeletons.js +0 -1
  828. package/dist/src/Components/Switch/Switch.js +0 -49
  829. package/dist/src/Components/Table/Components/HeaderActions.js +0 -1
  830. package/dist/src/Components/Table/Components/Pagination.js +0 -1
  831. package/dist/src/Components/Table/Components/TableActions.js +0 -1
  832. package/dist/src/Components/Table/Components/TableBody.js +0 -1
  833. package/dist/src/Components/Table/Components/TableFilters.js +0 -1
  834. package/dist/src/Components/Table/Components/TableHeader.js +0 -1
  835. package/dist/src/Components/Table/Components/TableLoading.js +0 -1
  836. package/dist/src/Components/Table/Components/TableSearch.js +0 -1
  837. package/dist/src/Components/Table/Components/useTable.js +0 -1
  838. package/dist/src/Components/Table/Table.js +0 -1
  839. package/dist/src/Components/Table/TableSettings/ManageColumns.js +0 -1
  840. package/dist/src/Components/Table/TableSettings/TableSettings.js +0 -1
  841. package/dist/src/Components/Tag/Tag.js +0 -1
  842. package/dist/src/Components/Tag/Tag.styles.js +0 -1
  843. package/dist/src/Components/Timeline/Timeline.js +0 -102
  844. package/dist/src/Components/Toaster/Toaster.js +0 -1
  845. package/dist/src/Components/Toggle/TableToggle.js +0 -1
  846. package/dist/src/Components/ToolTip/ToolTip.js +0 -1
  847. package/dist/src/Constants/Sidebar.js +0 -1
  848. package/dist/src/Hooks/usePreferences.js +0 -1
  849. package/dist/src/Theme/Default/palette.js +0 -1
  850. package/dist/src/Theme/Default/theme.js +0 -1
  851. package/dist/src/Theme/Meadow/palette.js +0 -1
  852. package/dist/src/Theme/Meadow/theme.js +0 -1
  853. package/dist/src/Theme/Radiant/palette.js +0 -1
  854. package/dist/src/Theme/Radiant/theme.js +0 -1
  855. package/dist/src/Theme/Skyline/palette.js +0 -1
  856. package/dist/src/Theme/Skyline/theme.js +0 -1
  857. package/dist/src/Theme/common.js +0 -1
  858. package/dist/src/Theme/componentStyles.js +0 -1
  859. package/dist/src/Theme/fonts.js +0 -1
  860. package/dist/src/Theme/index.js +0 -1
  861. package/dist/src/Theme/space.js +0 -1
  862. package/dist/src/Theme/useCustomTheme.js +0 -1
  863. package/dist/src/Utils/table.js +0 -1
  864. package/dist/src/index.js +0 -1
  865. package/dist/src/withTheme.js +0 -1
@@ -0,0 +1,112 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Button = void 0;
4
+ exports.Button = {
5
+ baseStyle: function (_a) {
6
+ var theme = _a.theme;
7
+ return ({
8
+ borderRadius: "0.25rem",
9
+ fontWeight: 500,
10
+ fontSize: "1rem",
11
+ _disabled: {
12
+ opacity: 0.6,
13
+ cursor: "not-allowed",
14
+ },
15
+ });
16
+ },
17
+ variants: {
18
+ solid: function (_a) {
19
+ var theme = _a.theme, _b = _a.colorScheme, colorScheme = _b === void 0 ? "primary" : _b;
20
+ return ({
21
+ bg: theme.colors[colorScheme][500],
22
+ color: theme.colors.white,
23
+ _hover: {
24
+ bg: theme.colors[colorScheme][600],
25
+ },
26
+ _active: {
27
+ bg: theme.colors[colorScheme][700],
28
+ },
29
+ });
30
+ },
31
+ outline: function (_a) {
32
+ var theme = _a.theme, _b = _a.colorScheme, colorScheme = _b === void 0 ? "primary" : _b;
33
+ return ({
34
+ border: "0.1rem solid",
35
+ borderColor: theme.colors[colorScheme][500],
36
+ color: theme.colors[colorScheme][500],
37
+ bg: "transparent",
38
+ _hover: {
39
+ bg: theme.colors[colorScheme][500],
40
+ borderColor: theme.colors[colorScheme][600],
41
+ color: theme.colors.white,
42
+ },
43
+ _active: {
44
+ bg: theme.colors[colorScheme][600],
45
+ color: theme.colors.white,
46
+ },
47
+ });
48
+ },
49
+ ghost: function (_a) {
50
+ var theme = _a.theme, _b = _a.colorScheme, colorScheme = _b === void 0 ? "primary" : _b;
51
+ return ({
52
+ color: theme.colors[colorScheme][500],
53
+ bg: "transparent",
54
+ _hover: {
55
+ bg: theme.colors.gray[200],
56
+ },
57
+ _active: {
58
+ bg: theme.colors.gray[200],
59
+ },
60
+ });
61
+ },
62
+ link: function (_a) {
63
+ var theme = _a.theme, _b = _a.colorScheme, colorScheme = _b === void 0 ? "primary" : _b;
64
+ return ({
65
+ color: theme.colors[colorScheme][500],
66
+ textDecoration: "underline",
67
+ bg: "transparent",
68
+ _hover: {
69
+ color: theme.colors[colorScheme][600],
70
+ textDecoration: "none",
71
+ },
72
+ _active: {
73
+ color: theme.colors[colorScheme][600],
74
+ },
75
+ });
76
+ },
77
+ unstyled: function () { return ({
78
+ bg: "transparent",
79
+ color: "inherit",
80
+ _hover: {
81
+ bg: "transparent",
82
+ },
83
+ }); },
84
+ },
85
+ sizes: {
86
+ xs: {
87
+ h: "1.5rem",
88
+ fontSize: "0.75rem",
89
+ px: "0.5rem",
90
+ },
91
+ sm: {
92
+ h: "2rem",
93
+ fontSize: "0.875rem",
94
+ px: "0.75rem",
95
+ },
96
+ md: {
97
+ h: "2.5rem",
98
+ fontSize: "1rem",
99
+ px: "1rem",
100
+ },
101
+ lg: {
102
+ h: "3rem",
103
+ fontSize: "1.125rem",
104
+ px: "1.5rem",
105
+ },
106
+ },
107
+ defaultProps: {
108
+ size: "md",
109
+ variant: "solid",
110
+ colorScheme: "primary",
111
+ },
112
+ };
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import { ButtonProps as ChakraButtonProps } from "@chakra-ui/react";
3
+ export type ButtonProps = Pick<ChakraButtonProps, "onClick" | "leftIcon" | "rightIcon" | "isDisabled" | "isLoading" | "loadingText" | "spinner" | "sx" | "border" | "borderRadius"> & {
4
+ label?: string;
5
+ width?: string | number;
6
+ size?: "lg" | "md" | "sm" | "xs";
7
+ variant?: "solid" | "outline" | "ghost" | "link" | "unstyled";
8
+ type?: "button" | "submit" | "reset";
9
+ colorScheme?: 'primary' | 'secondary' | 'tertiary' | 'gray' | 'red' | 'orange' | 'yellow' | 'green' | 'teal' | 'blue' | 'cyan' | 'purple' | 'pink';
10
+ ref?: React.Ref<HTMLButtonElement>;
11
+ children?: React.ReactNode;
12
+ opacity?: number;
13
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,33 @@
1
+ import { ReactElement } from "react";
2
+ export type ButtonGroupIconProps = {
3
+ leftIcon?: ReactElement;
4
+ rightIcon?: ReactElement;
5
+ onLeftIconClick?: () => void;
6
+ onRightIconClick?: () => void;
7
+ buttonText: string;
8
+ onButtonClick?: () => void;
9
+ onButtongroupClick?: () => void;
10
+ size?: "lg" | "md" | "sm" | "xs";
11
+ variant?: "solid" | "outline" | "ghost" | "link" | "unstyled";
12
+ color?: "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "whiteAlpha" | "blackAlpha";
13
+ buttonGroupStyle?: React.CSSProperties;
14
+ buttonGroupLeftIconStyle?: React.CSSProperties;
15
+ buttonGroupRightIconStyle?: React.CSSProperties;
16
+ buttonStyle?: React.CSSProperties;
17
+ onBlurLeftIcon?: () => void;
18
+ onBlurRightIcon?: () => void;
19
+ dropdownOptions?: {
20
+ label: string;
21
+ id: string | number;
22
+ image?: ReactElement | undefined;
23
+ }[];
24
+ onDropdownOptionClick?: (event: React.MouseEvent, option: {
25
+ label: string;
26
+ id: string | number;
27
+ }) => void;
28
+ rightIconDropdown?: boolean;
29
+ menulistStyle?: React.CSSProperties;
30
+ menuItemStyle?: React.CSSProperties;
31
+ isLoading?: boolean;
32
+ divider?: boolean;
33
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { ButtonGroupIconProps } from "./ButtonGoupIconProps";
3
+ export default function ButtonGroupIcon({ leftIcon, rightIcon, onLeftIconClick, onRightIconClick, buttonText, onButtonClick, onButtongroupClick, size, variant, color, buttonGroupStyle, buttonGroupLeftIconStyle, buttonGroupRightIconStyle, buttonStyle, onBlurLeftIcon, onBlurRightIcon, dropdownOptions, // New prop for dropdown options
4
+ onDropdownOptionClick, // New prop to handle option clicks
5
+ rightIconDropdown, menulistStyle, menuItemStyle, isLoading, divider, }: ButtonGroupIconProps): React.JSX.Element;
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ var react_1 = __importStar(require("react"));
27
+ var react_2 = require("@chakra-ui/react");
28
+ var useCustomTheme_1 = require("../../Theme/useCustomTheme");
29
+ function ButtonGroupIcon(_a) {
30
+ var _b, _c;
31
+ var leftIcon = _a.leftIcon, rightIcon = _a.rightIcon, onLeftIconClick = _a.onLeftIconClick, onRightIconClick = _a.onRightIconClick, buttonText = _a.buttonText, onButtonClick = _a.onButtonClick, onButtongroupClick = _a.onButtongroupClick, size = _a.size, variant = _a.variant, color = _a.color, buttonGroupStyle = _a.buttonGroupStyle, buttonGroupLeftIconStyle = _a.buttonGroupLeftIconStyle, buttonGroupRightIconStyle = _a.buttonGroupRightIconStyle, buttonStyle = _a.buttonStyle, onBlurLeftIcon = _a.onBlurLeftIcon, onBlurRightIcon = _a.onBlurRightIcon, dropdownOptions = _a.dropdownOptions, // New prop for dropdown options
32
+ onDropdownOptionClick = _a.onDropdownOptionClick, // New prop to handle option clicks
33
+ rightIconDropdown = _a.rightIconDropdown, menulistStyle = _a.menulistStyle, menuItemStyle = _a.menuItemStyle, isLoading = _a.isLoading, _d = _a.divider, divider = _d === void 0 ? true : _d;
34
+ var theme = (0, useCustomTheme_1.useCustomTheme)();
35
+ var _e = (0, react_1.useState)(false), isDropdownOpen = _e[0], setIsDropdownOpen = _e[1];
36
+ var handleRightIconClick = function () {
37
+ setIsDropdownOpen(!isDropdownOpen);
38
+ if (onRightIconClick) {
39
+ onRightIconClick();
40
+ }
41
+ };
42
+ var handleMenuClick = function (event, option) {
43
+ setIsDropdownOpen(false);
44
+ // console.log("Option clicked:", option,event)
45
+ if (onDropdownOptionClick) {
46
+ onDropdownOptionClick(event, option);
47
+ }
48
+ };
49
+ return (react_1.default.createElement(react_2.ButtonGroup, { size: size, isAttached: true, variant: variant, onClick: onButtongroupClick, colorScheme: color, style: buttonGroupStyle },
50
+ leftIcon && (react_1.default.createElement(react_2.IconButton, { "aria-label": "Left icon button", icon: leftIcon, onClick: onLeftIconClick, onBlur: onBlurLeftIcon, style: buttonGroupLeftIconStyle, sx: {
51
+ backgroundColor: theme.colors.primary[500],
52
+ "&:hover": {
53
+ backgroundColor: theme.colors.primary[400],
54
+ },
55
+ } })),
56
+ react_1.default.createElement(react_2.Button, { onClick: onButtonClick, style: buttonStyle, isLoading: isLoading, sx: {
57
+ backgroundColor: theme.colors.primary[500],
58
+ "&:hover": {
59
+ backgroundColor: theme.colors.primary[400],
60
+ },
61
+ }, borderLeft: "1px solid ".concat((_b = theme.colors) === null || _b === void 0 ? void 0 : _b.gray[300]), borderRight: "1px solid ".concat((_c = theme.colors) === null || _c === void 0 ? void 0 : _c.gray[300]) }, buttonText),
62
+ rightIcon && rightIconDropdown ? (react_1.default.createElement(react_2.Menu, { isOpen: isDropdownOpen, onClose: function () { return setIsDropdownOpen(false); } },
63
+ react_1.default.createElement(react_2.MenuButton, { as: react_2.IconButton, "aria-label": "Right icon button", icon: rightIcon, onClick: handleRightIconClick, onBlur: onBlurRightIcon, style: buttonGroupRightIconStyle, sx: {
64
+ backgroundColor: theme.colors.primary[500],
65
+ "&:hover": {
66
+ backgroundColor: theme.colors.primary[400],
67
+ },
68
+ } }),
69
+ react_1.default.createElement(react_2.Box, { sx: { zIndex: 99 } },
70
+ react_1.default.createElement(react_2.MenuList, { style: menulistStyle }, dropdownOptions === null || dropdownOptions === void 0 ? void 0 : dropdownOptions.map(function (option, index) {
71
+ var _a;
72
+ return (react_1.default.createElement(react_2.MenuItem, { key: index, onClick: function (event) { return handleMenuClick(event, option); }, style: menuItemStyle, borderBottom: divider ? "1px solid ".concat((_a = theme.colors) === null || _a === void 0 ? void 0 : _a.gray[300]) : undefined, sx: {
73
+ "&:last-child": {
74
+ borderBottom: "none",
75
+ },
76
+ } }, option === null || option === void 0 ? void 0 :
77
+ option.image,
78
+ option.label));
79
+ }))))) : (rightIcon && (react_1.default.createElement(react_2.IconButton, { "aria-label": "Right icon button", icon: rightIcon, onClick: onRightIconClick, onBlur: onBlurRightIcon, style: buttonGroupRightIconStyle, sx: {
80
+ backgroundColor: theme.colors.primary[500],
81
+ "&:hover": {
82
+ backgroundColor: theme.colors.primary[400],
83
+ },
84
+ } })))));
85
+ }
86
+ exports.default = ButtonGroupIcon;
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ // import React from 'react';
3
+ // import { Meta, StoryFn } from '@storybook/react';
4
+ // import ButtonGroupIcon from './ButtonGroupIcon'; // Adjust the import path and component type if needed
5
+ // import {ButtonGroupIconProps} from './ButtonGoupIconProps';
6
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ButtonsProps } from './ButtonsProps';
3
+ declare const Buttons: ({ onClick, label, className, disabled }: ButtonsProps) => React.JSX.Element;
4
+ export default Buttons;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var Buttons = function (_a) {
8
+ var onClick = _a.onClick, label = _a.label, className = _a.className, disabled = _a.disabled;
9
+ return (react_1.default.createElement("button", { onClick: onClick, className: "bg-purple-600 text-white font-medium py-2 px-4 rounded focus:outline-none focus:ring-offset-2 ".concat(className, " ").concat(disabled ? 'opacity-50 cursor-not-allowed' : 'cursor-pointer'), disabled: disabled }, label));
10
+ };
11
+ exports.default = Buttons;
@@ -0,0 +1,6 @@
1
+ export type ButtonsProps = {
2
+ label: string;
3
+ onClick: () => void;
4
+ className?: string;
5
+ disabled?: boolean;
6
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { CardProps } from "./CardProps";
3
+ export default function Card({ key, maxW, align, variant, direction, justify, children, size, color, overflow, sx, }: CardProps): React.JSX.Element;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var react_2 = require("@chakra-ui/react");
8
+ function Card(_a) {
9
+ var key = _a.key, maxW = _a.maxW, align = _a.align, variant = _a.variant, direction = _a.direction, justify = _a.justify, children = _a.children, size = _a.size, color = _a.color, overflow = _a.overflow, sx = _a.sx;
10
+ return (react_1.default.createElement(react_2.Card, { key: key, maxW: maxW, align: align, variant: variant, direction: direction, justify: justify, size: size, overflow: overflow, colorScheme: color, p: 4, sx: sx }, children));
11
+ }
12
+ exports.default = Card;
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import { CardProps as ChakraCardProps } from "@chakra-ui/react";
3
+ export type CardProps = Pick<ChakraCardProps, "direction" | "maxW" | "align" | "justify" | "overflow" | "sx"> & {
4
+ header?: React.ReactNode;
5
+ footer?: React.ReactNode;
6
+ children: React.ReactNode;
7
+ variant?: "elevated" | "outline" | "filled" | "unstyled";
8
+ size?: "sm" | "md" | "lg";
9
+ color?: "whiteAlpha" | "blackAlpha" | "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink";
10
+ key?: string;
11
+ dividercolor?: "whiteAlpha" | "blackAlpha" | "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink";
12
+ dividersize?: string;
13
+ dividervariant?: "solid" | "dashed";
14
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { CheckboxProps } from "./CheckboxProps";
3
+ export default 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.JSX.Element;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var react_2 = require("@chakra-ui/react");
8
+ var useCustomTheme_1 = require("../../Theme/useCustomTheme");
9
+ var FormLabel_1 = require("../Common/FormLabel");
10
+ var ErrorMessage_1 = __importDefault(require("../Common/ErrorMessage"));
11
+ var HelperText_1 = __importDefault(require("../Common/HelperText"));
12
+ function CheckBox(_a) {
13
+ var label = _a.label, spacing = _a.spacing, isInvalid = _a.isInvalid, color = _a.color, iconColor = _a.iconColor, iconSize = _a.iconSize, isChecked = _a.isChecked, isIndeterminate = _a.isIndeterminate, onChange = _a.onChange, isDisabled = _a.isDisabled, size = _a.size, value = _a.value, defaultChecked = _a.defaultChecked, sx = _a.sx, isRequired = _a.isRequired, error = _a.error, errorMessage = _a.errorMessage, isInformation = _a.isInformation, informationMessage = _a.informationMessage, id = _a.id, helperText = _a.helperText;
14
+ var theme = (0, useCustomTheme_1.useCustomTheme)();
15
+ return (react_1.default.createElement(react_2.FormControl, { isInvalid: error },
16
+ react_1.default.createElement(react_2.Checkbox, { spacing: spacing, isInvalid: isInvalid, isRequired: isRequired, colorScheme: color, iconColor: iconColor, iconSize: iconSize, isChecked: isChecked, isIndeterminate: isIndeterminate, onChange: onChange, isDisabled: isDisabled, size: size, value: value, defaultChecked: defaultChecked, borderColor: theme.colors.gray[500], sx: sx, display: "flex", alignItems: "inherit" }, label && (react_1.default.createElement(FormLabel_1.TextLabel, { label: label, id: id, isInformation: isInformation, informationMessage: informationMessage, isRequired: isRequired }))),
17
+ error && react_1.default.createElement(ErrorMessage_1.default, { errorMessage: errorMessage }),
18
+ helperText && !error && react_1.default.createElement(HelperText_1.default, { helperText: helperText })));
19
+ }
20
+ exports.default = CheckBox;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ // import React, { useState } from 'react';
3
+ // import { Meta, StoryObj } from '@storybook/react';
4
+ // import CheckBox from './Checkbox';
5
+ // import { fn } from '@storybook/test';
6
+ // import { CheckboxProps } from './CheckboxProps';
7
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ import { ComponentStyleConfig } from "@chakra-ui/react";
2
+ export declare const Checkbox: ComponentStyleConfig;
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Checkbox = void 0;
4
+ exports.Checkbox = {
5
+ baseStyle: function (_a) {
6
+ var theme = _a.theme;
7
+ return {
8
+ control: {
9
+ width: "1.25rem",
10
+ height: "1.25rem",
11
+ borderWidth: "1.6px",
12
+ _disabled: {
13
+ bg: theme.colors.background[50],
14
+ borderColor: theme.colors.boxborder[500],
15
+ cursor: "not-allowed",
16
+ },
17
+ _indeterminate: {
18
+ bg: theme.colors.background[50],
19
+ borderColor: theme.colors.primary[500],
20
+ svg: {
21
+ color: theme.colors.primary[500],
22
+ },
23
+ },
24
+ _checked: {
25
+ bg: theme.colors.primary[600],
26
+ borderColor: theme.colors.primary[600],
27
+ },
28
+ _hover: {
29
+ bg: theme.colors.background[100],
30
+ borderColor: theme.colors.primary[400],
31
+ _checked: {
32
+ bg: theme.colors.primary[600],
33
+ borderColor: theme.colors.primary[600],
34
+ },
35
+ _indeterminate: {
36
+ bg: "none",
37
+ borderColor: theme.colors.primary[600],
38
+ },
39
+ },
40
+ _focus: {
41
+ boxShadow: "0 0 0 2px ".concat(theme.colors.primary[300]),
42
+ borderColor: theme.colors.primary[500],
43
+ },
44
+ _active: {
45
+ bg: theme.colors.primary[600],
46
+ borderColor: theme.colors.primary[600],
47
+ },
48
+ },
49
+ icon: {
50
+ color: theme.colors.background[50],
51
+ },
52
+ };
53
+ },
54
+ };
@@ -0,0 +1,15 @@
1
+ import { CheckboxProps as ChakraButtonProps } from "@chakra-ui/react";
2
+ export type CheckboxProps = Pick<ChakraButtonProps, "spacing" | "isInvalid" | "size" | "iconColor" | "iconSize" | "isChecked" | "isIndeterminate" | "onChange" | "isDisabled" | "value" | "defaultChecked" | "sx"> & {
3
+ label?: string;
4
+ width?: string | number;
5
+ variant?: "solid" | "outline" | "ghost" | "link" | "unstyled";
6
+ color?: "gray" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "whiteAlpha" | "blackAlpha";
7
+ size?: "sm" | "md" | "lg";
8
+ isRequired?: boolean;
9
+ error?: boolean;
10
+ errorMessage?: string;
11
+ isInformation?: boolean;
12
+ informationMessage?: string;
13
+ id?: string;
14
+ helperText?: string;
15
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ declare const ErrorComponent: ({ error, errorClassName }: {
3
+ error: string;
4
+ errorClassName?: string | undefined;
5
+ }) => React.JSX.Element;
6
+ export default ErrorComponent;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var ErrorComponent = function (_a) {
8
+ var error = _a.error, errorClassName = _a.errorClassName;
9
+ return (react_1.default.createElement("p", { className: "mt-1 text-sm text-[#F2463A] flex items-center gap-1 ".concat(errorClassName) },
10
+ react_1.default.createElement("svg", { width: "12", height: "12", viewBox: "0 0 100 100", xmlns: "http://www.w3.org/2000/svg" },
11
+ react_1.default.createElement("circle", { cx: "50", cy: "50", r: "50", fill: "#EF4444" }),
12
+ react_1.default.createElement("rect", { x: "46", y: "40", width: "8", height: "30", rx: "2", fill: "white" }),
13
+ react_1.default.createElement("circle", { cx: "50", cy: "28", r: "4", fill: "white" })),
14
+ error));
15
+ };
16
+ exports.default = ErrorComponent;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ declare const ErrorMessage: ({ errorMessage }: {
3
+ errorMessage?: string | undefined;
4
+ }) => React.JSX.Element;
5
+ export default ErrorMessage;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var react_2 = require("@chakra-ui/react");
8
+ var lucide_react_1 = require("lucide-react");
9
+ var useCustomTheme_1 = require("../../Theme/useCustomTheme");
10
+ var ErrorMessage = function (_a) {
11
+ var errorMessage = _a.errorMessage;
12
+ var theme = (0, useCustomTheme_1.useCustomTheme)();
13
+ return (react_1.default.createElement(react_2.Flex, { align: "center", color: theme.colors.red[500], fontSize: "0.875rem", role: "alert" },
14
+ react_1.default.createElement(lucide_react_1.Info, { width: "0.875rem" }),
15
+ react_1.default.createElement(react_2.Text, { ml: "0.188rem" }, errorMessage !== null && errorMessage !== void 0 ? errorMessage : "Error")));
16
+ };
17
+ exports.default = ErrorMessage;
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ export declare const TextLabel: ({ label, id, isRequired, isInformation, informationMessage, }: {
3
+ label: string;
4
+ id?: string | undefined;
5
+ isInformation?: boolean | undefined;
6
+ informationMessage?: string | undefined;
7
+ isRequired?: boolean | undefined;
8
+ }) => React.JSX.Element;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.TextLabel = void 0;
7
+ var react_1 = __importDefault(require("react"));
8
+ var react_2 = require("@chakra-ui/react");
9
+ var useCustomTheme_1 = require("../../Theme/useCustomTheme");
10
+ var lucide_react_1 = require("lucide-react");
11
+ var TextLabel = function (_a) {
12
+ var label = _a.label, id = _a.id, _b = _a.isRequired, isRequired = _b === void 0 ? false : _b, _c = _a.isInformation, isInformation = _c === void 0 ? false : _c, _d = _a.informationMessage, informationMessage = _d === void 0 ? "" : _d;
13
+ var theme = (0, useCustomTheme_1.useCustomTheme)();
14
+ return (react_1.default.createElement(react_2.Box, null,
15
+ react_1.default.createElement(react_2.FormLabel, { htmlFor: id !== null && id !== void 0 ? id : label, color: theme.colors.gray[600], fontWeight: 400, fontSize: "0.875rem" },
16
+ react_1.default.createElement(react_2.Box, { as: "span", display: "inline-flex", alignItems: "center", gap: "0.35rem" },
17
+ label,
18
+ isRequired && (react_1.default.createElement("span", { style: { color: theme.colors.semantic.error[500] } }, "*")),
19
+ isInformation && informationMessage && (react_1.default.createElement(react_2.Tooltip, { label: informationMessage, hasArrow: true, placement: "top", bg: theme.colors.gray[600], color: theme.colors.white, fontSize: "0.75rem" },
20
+ react_1.default.createElement(react_2.Icon, { as: lucide_react_1.InfoIcon, color: theme.colors.gray[500], boxSize: 4 })))))));
21
+ };
22
+ exports.TextLabel = TextLabel;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ declare const HelperText: ({ helperText }: {
3
+ helperText: string;
4
+ }) => React.JSX.Element;
5
+ export default HelperText;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var react_2 = require("@chakra-ui/react");
8
+ var useCustomTheme_1 = require("../../Theme/useCustomTheme");
9
+ var HelperText = function (_a) {
10
+ var helperText = _a.helperText;
11
+ var theme = (0, useCustomTheme_1.useCustomTheme)();
12
+ return (react_1.default.createElement(react_2.FormHelperText, { mt: 1, fontSize: 14, color: theme.colors.gray[500] }, helperText));
13
+ };
14
+ exports.default = HelperText;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ declare const Label: ({ label, labelClassName, isRequired }: {
3
+ label: string;
4
+ labelClassName?: string | undefined;
5
+ isRequired?: boolean | undefined;
6
+ }) => React.JSX.Element;
7
+ export default Label;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var react_1 = __importDefault(require("react"));
7
+ var Label = function (_a) {
8
+ var label = _a.label, labelClassName = _a.labelClassName, isRequired = _a.isRequired;
9
+ return (react_1.default.createElement("label", { className: "block text-sm font-medium text-[#434853] mb-1 ".concat(labelClassName), htmlFor: label },
10
+ label,
11
+ isRequired && react_1.default.createElement("span", { className: "text-[#F2463A] ml-1" }, "*")));
12
+ };
13
+ exports.default = Label;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { ContactFormProps } from "./ContactFormProps";
3
+ declare const ContactForm: ({ apiKey, customFields, getCustomValues, isDisabled, organizationId, customerId, }: ContactFormProps) => React.JSX.Element;
4
+ export default ContactForm;