cc-ui-library 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (575) hide show
  1. package/lib/StyleGuide/ColorPalette/ColorPalette.d.ts +3 -0
  2. package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +6 -0
  3. package/lib/StyleGuide/ColorPalette/colorPaletteList.d.ts +3 -0
  4. package/lib/StyleGuide/ColorPalette/index.d.ts +1 -0
  5. package/lib/StyleGuide/ColorPalette/types.d.ts +17 -0
  6. package/lib/StyleGuide/Typography/Typography.d.ts +3 -0
  7. package/lib/StyleGuide/Typography/Typography.stories.d.ts +6 -0
  8. package/lib/StyleGuide/Typography/TypographyList.d.ts +5 -0
  9. package/lib/StyleGuide/Typography/types.d.ts +8 -0
  10. package/lib/assets/utils/functionUtils.d.ts +3 -0
  11. package/lib/components/Accordion/Accordion.d.ts +8 -0
  12. package/lib/components/Accordion/Accordion.stories.d.ts +6 -0
  13. package/lib/components/Accordion/index.d.ts +1 -0
  14. package/lib/components/Accordion/types.d.ts +27 -0
  15. package/lib/components/AddResourceButton/AddButton.d.ts +4 -0
  16. package/lib/components/AddResourceButton/AddButton.stories.d.ts +8 -0
  17. package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +6 -0
  18. package/lib/components/AddResourceButton/index.d.ts +1 -0
  19. package/lib/components/AddResourceButton/type.d.ts +68 -0
  20. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.d.ts +3 -0
  21. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +6 -0
  22. package/lib/components/AllProjectsDropdown/index.d.ts +1 -0
  23. package/lib/components/AppHeader/AppHeader.d.ts +4 -0
  24. package/lib/components/AppHeader/AppHeader.stories.d.ts +7 -0
  25. package/lib/components/AppHeader/index.d.ts +1 -0
  26. package/lib/components/AppHeader/types.d.ts +26 -0
  27. package/lib/components/Button/Button.d.ts +2 -4
  28. package/lib/components/Button/Button.stories.d.ts +5 -3
  29. package/lib/components/Button/types.d.ts +2 -9
  30. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.d.ts +5 -0
  31. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +7 -0
  32. package/lib/components/Charts/DashboardDonutChart/index.d.ts +1 -0
  33. package/lib/components/Charts/DashboardDonutChart/types.d.ts +21 -0
  34. package/lib/components/Charts/DonutChart/DonutChart.d.ts +5 -0
  35. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +6 -0
  36. package/lib/components/Charts/DonutChart/index.d.ts +1 -0
  37. package/lib/components/Charts/DonutChart/type.d.ts +13 -0
  38. package/lib/components/Charts/PieChart/PieChart.d.ts +5 -0
  39. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +7 -0
  40. package/lib/components/Charts/PieChart/index.d.ts +1 -0
  41. package/lib/components/Charts/PieChart/types.d.ts +27 -0
  42. package/lib/components/Charts/RadialChart/RadialChart.d.ts +5 -0
  43. package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +6 -0
  44. package/lib/components/Charts/RadialChart/index.d.ts +1 -0
  45. package/lib/components/Charts/RadialChart/types.d.ts +25 -0
  46. package/lib/components/Checkbox/Checkbox.d.ts +6 -0
  47. package/lib/components/Checkbox/Checkbox.stories.d.ts +8 -0
  48. package/lib/components/Checkbox/index.d.ts +1 -0
  49. package/lib/components/Checkbox/types.d.ts +30 -0
  50. package/lib/components/Chip/Chip.d.ts +4 -0
  51. package/lib/components/Chip/Chip.stories.d.ts +14 -0
  52. package/lib/components/Chip/index.d.ts +1 -0
  53. package/lib/components/Chip/types.d.ts +18 -0
  54. package/lib/components/DatePicker/DatePicker.d.ts +5 -0
  55. package/lib/components/DatePicker/DatePicker.stories.d.ts +9 -0
  56. package/lib/components/DatePicker/Timepicker.d.ts +4 -0
  57. package/lib/components/DatePicker/index.d.ts +1 -0
  58. package/lib/components/DatePicker/types.d.ts +81 -0
  59. package/lib/components/DragAndDrop/DragAndDrop.d.ts +9 -0
  60. package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +6 -0
  61. package/lib/components/DragAndDrop/DragAndDropList.d.ts +20 -0
  62. package/lib/components/DragAndDrop/index.d.ts +1 -0
  63. package/lib/components/Drawer/Drawer.d.ts +5 -0
  64. package/lib/components/Drawer/Drawer.stories.d.ts +7 -0
  65. package/lib/components/Drawer/Types.d.ts +85 -0
  66. package/lib/components/Drawer/index.d.ts +1 -0
  67. package/lib/components/ExpandableMenu/ExpandableMenu.d.ts +5 -0
  68. package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +7 -0
  69. package/lib/components/ExpandableMenu/index.d.ts +1 -0
  70. package/lib/components/ExpandableMenu/types.d.ts +34 -0
  71. package/lib/components/FF_Captcha/Recaptcha.d.ts +5 -0
  72. package/lib/components/FF_Captcha/captcha.stories.d.ts +8 -0
  73. package/lib/components/FF_Captcha/types.d.ts +20 -0
  74. package/lib/components/FileDropzone/Dropzone.d.ts +5 -0
  75. package/lib/components/FileDropzone/FileDropzone.d.ts +4 -0
  76. package/lib/components/FileDropzone/FileDropzone.stories.d.ts +8 -0
  77. package/lib/components/FileDropzone/FilePreview.d.ts +4 -0
  78. package/lib/components/FileDropzone/index.d.ts +1 -0
  79. package/lib/components/FileDropzone/types.d.ts +103 -0
  80. package/lib/components/GridLayout/GridLayout.d.ts +6 -0
  81. package/lib/components/GridLayout/GridLayout.stories.d.ts +8 -0
  82. package/lib/components/GridLayout/index.d.ts +2 -0
  83. package/lib/components/GridLayout/types.d.ts +74 -0
  84. package/lib/components/HighlightText/HighlightText.d.ts +4 -0
  85. package/lib/components/HighlightText/HighlightText.stories.d.ts +6 -0
  86. package/lib/components/HighlightText/index.d.ts +1 -0
  87. package/lib/components/HighlightText/types.d.ts +4 -0
  88. package/lib/components/IconButton/IconButton.d.ts +5 -0
  89. package/lib/components/IconButton/IconButton.stories.d.ts +6 -0
  90. package/lib/components/IconButton/index.d.ts +1 -0
  91. package/lib/components/IconButton/types.d.ts +5 -0
  92. package/lib/components/Input/Input.d.ts +4 -0
  93. package/lib/components/Input/Input.stories.d.ts +9 -0
  94. package/lib/components/Input/index.d.ts +1 -0
  95. package/lib/components/Input/types.d.ts +74 -0
  96. package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +4 -0
  97. package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +9 -0
  98. package/lib/components/InputWithDropdown/index.d.ts +1 -0
  99. package/lib/components/InputWithDropdown/types.d.ts +88 -0
  100. package/lib/components/LazyLoad/LazyLoad.d.ts +2 -0
  101. package/lib/components/LazyLoad/LazyLoad.stories.d.ts +6 -0
  102. package/lib/components/LazyLoad/LazyLoading.d.ts +2 -0
  103. package/lib/components/LazyLoad/index.d.ts +1 -0
  104. package/lib/components/MenuOption/MenuOption.d.ts +4 -0
  105. package/lib/components/MenuOption/MenuOption.stories.d.ts +15 -0
  106. package/lib/components/MenuOption/index.d.ts +1 -0
  107. package/lib/components/MenuOption/types.d.ts +134 -0
  108. package/lib/components/MiniModal/MiniModal.d.ts +4 -0
  109. package/lib/components/MiniModal/MiniModal.stories.d.ts +9 -0
  110. package/lib/components/MiniModal/index.d.ts +1 -0
  111. package/lib/components/MiniModal/types.d.ts +89 -0
  112. package/lib/components/Modal/Modal.d.ts +5 -0
  113. package/lib/components/Modal/Modal.stories.d.ts +7 -0
  114. package/lib/components/Modal/index.d.ts +1 -0
  115. package/lib/components/Modal/types.d.ts +28 -0
  116. package/lib/components/MultiSelect/Dropdown.d.ts +4 -0
  117. package/lib/components/MultiSelect/MultiSelect.d.ts +4 -0
  118. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +10 -0
  119. package/lib/components/MultiSelect/MultiSelectTypes.d.ts +23 -0
  120. package/lib/components/MultiSelect/dropdownTypes.d.ts +17 -0
  121. package/lib/components/MultiSelect/index.d.ts +1 -0
  122. package/lib/components/NLPInput/NlpInput.d.ts +4 -0
  123. package/lib/components/NLPInput/NlpInput.stories.d.ts +7 -0
  124. package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +19 -0
  125. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +4 -0
  126. package/lib/components/NLPInput/index.d.ts +1 -0
  127. package/lib/components/NLPInput/type.d.ts +70 -0
  128. package/lib/components/Paper/Paper.d.ts +4 -0
  129. package/lib/components/Paper/Paper.stories.d.ts +11 -0
  130. package/lib/components/Paper/index.d.ts +1 -0
  131. package/lib/components/Paper/types.d.ts +15 -0
  132. package/lib/components/RadioButton/RadioButton.d.ts +4 -0
  133. package/lib/components/RadioButton/RadioButton.stories.d.ts +10 -0
  134. package/lib/components/RadioButton/index.d.ts +1 -0
  135. package/lib/components/RadioButton/radioButtonTypes.d.ts +35 -0
  136. package/lib/components/RadioGroup/RadioGroup.d.ts +4 -0
  137. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +8 -0
  138. package/lib/components/RadioGroup/index.d.ts +1 -0
  139. package/lib/components/RadioGroup/radioGroupTypes.d.ts +47 -0
  140. package/lib/components/Search/Search.d.ts +4 -0
  141. package/lib/components/Search/Search.stories.d.ts +6 -0
  142. package/lib/components/Search/index.d.ts +1 -0
  143. package/lib/components/Search/types.d.ts +15 -0
  144. package/lib/components/Select/Select.d.ts +4 -0
  145. package/lib/components/Select/Select.stories.d.ts +13 -0
  146. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +4 -0
  147. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +15 -0
  148. package/lib/components/Select/index.d.ts +1 -0
  149. package/lib/components/Select/types.d.ts +72 -0
  150. package/lib/components/StateDropdown/StateDropdown.d.ts +3 -0
  151. package/lib/components/StateDropdown/StateDropdown.stories.d.ts +10 -0
  152. package/lib/components/StateDropdown/StateDropdownTypes.d.ts +11 -0
  153. package/lib/components/StateDropdown/index.d.ts +1 -0
  154. package/lib/components/StatusButton/StatusButton.d.ts +4 -0
  155. package/lib/components/StatusButton/StatusButton.stories.d.ts +14 -0
  156. package/lib/components/StatusButton/index.d.ts +1 -0
  157. package/lib/components/StatusButton/types.d.ts +35 -0
  158. package/lib/components/Table/Table.d.ts +4 -0
  159. package/lib/components/Table/Table.stories.d.ts +11 -0
  160. package/lib/components/Table/Types.d.ts +98 -0
  161. package/lib/components/Table/index.d.ts +1 -0
  162. package/lib/components/TableTree/TableTree.d.ts +21 -0
  163. package/lib/components/TableTree/TableTree.stories.d.ts +7 -0
  164. package/lib/components/TableTree/data.d.ts +313 -0
  165. package/lib/components/TableTree/index.d.ts +1 -0
  166. package/lib/components/Tabs/Tabs.d.ts +5 -0
  167. package/lib/components/Tabs/Tabs.stories.d.ts +9 -0
  168. package/lib/components/Tabs/index.d.ts +1 -0
  169. package/lib/components/Tabs/types.d.ts +44 -0
  170. package/lib/components/TextArea/Textarea.d.ts +4 -0
  171. package/lib/components/TextArea/Textarea.stories.d.ts +9 -0
  172. package/lib/components/TextArea/Types.d.ts +78 -0
  173. package/lib/components/TextArea/index.d.ts +1 -0
  174. package/lib/components/ThemeProvider/ThemeProvider.d.ts +7 -0
  175. package/lib/components/ThemeProvider/index.d.ts +1 -0
  176. package/lib/components/ThemeProvider/types.d.ts +11 -0
  177. package/lib/components/Toast/Toast.d.ts +5 -0
  178. package/lib/components/Toast/Toast.stories.d.ts +6 -0
  179. package/lib/components/Toast/index.d.ts +1 -0
  180. package/lib/components/Toast/types.d.ts +20 -0
  181. package/lib/components/Toggle/Toggle.stories.d.ts +3 -0
  182. package/lib/components/Toggle/types.d.ts +28 -0
  183. package/lib/components/Tooltip/Tooltip.d.ts +5 -0
  184. package/lib/components/Tooltip/Tooltip.stories.d.ts +15 -0
  185. package/lib/components/Tooltip/index.d.ts +1 -0
  186. package/lib/components/Tooltip/types.d.ts +37 -0
  187. package/lib/components/Typography/Typography.d.ts +5 -0
  188. package/lib/components/Typography/Typography.stories.d.ts +10 -0
  189. package/lib/components/Typography/index.d.ts +1 -0
  190. package/lib/components/Typography/types.d.ts +47 -0
  191. package/lib/components/VariableInput/VariableInput.d.ts +4 -0
  192. package/lib/components/VariableInput/VariableInput.stories.d.ts +6 -0
  193. package/lib/components/VariableInput/index.d.ts +1 -0
  194. package/lib/components/VariableInput/types.d.ts +53 -0
  195. package/lib/hooks/keyboardevents/useEscKeyEvent.d.ts +2 -0
  196. package/lib/hooks/useClickOutside.d.ts +1 -1
  197. package/lib/hooks/useFileDropzone.d.ts +3 -0
  198. package/lib/hooks/usePortalPosition.d.ts +9 -0
  199. package/lib/hooks/useTheme.d.ts +3 -0
  200. package/lib/index.d.ts +1538 -18
  201. package/lib/index.esm.js +23875 -172
  202. package/lib/index.esm.js.map +1 -1
  203. package/lib/index.js +23921 -171
  204. package/lib/index.js.map +1 -1
  205. package/lib/tsconfig.tsbuildinfo +1 -1
  206. package/lib/utils/TableCell/TableCell.d.ts +1 -0
  207. package/lib/utils/compareArrays/compareArrays.d.ts +11 -0
  208. package/lib/utils/compareArrays/compareArrays.stories.d.ts +6 -0
  209. package/lib/utils/compareObjects/compareObjects.d.ts +2 -0
  210. package/lib/utils/compareObjects/compareObjects.stories.d.ts +6 -0
  211. package/lib/utils/debounce/debounce.d.ts +6 -0
  212. package/lib/utils/debounce/debounce.stories.d.ts +6 -0
  213. package/lib/utils/ffID/ffID.stories.d.ts +6 -0
  214. package/lib/utils/ffID/ffid.d.ts +2 -0
  215. package/lib/utils/find/findAndInsert.d.ts +7 -0
  216. package/lib/utils/find/findAndInsert.stories.d.ts +7 -0
  217. package/lib/utils/getEncryptedData/getEncryptedData.d.ts +2 -0
  218. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +6 -0
  219. package/lib/utils/getExtension/getExtension.d.ts +4 -0
  220. package/lib/utils/getExtension/getExtension.stories.d.ts +6 -0
  221. package/lib/utils/throttle/throttle.d.ts +6 -0
  222. package/lib/utils/throttle/throttle.stories.d.ts +6 -0
  223. package/lib/utils/truncateText/truncateText.d.ts +1 -0
  224. package/lib/utils/truncateText/truncateText.stories.d.ts +6 -0
  225. package/package.json +38 -23
  226. package/src/StyleGuide/ColorPalette/ColorPalette.scss +62 -0
  227. package/src/StyleGuide/ColorPalette/ColorPalette.stories.tsx +16 -0
  228. package/src/StyleGuide/ColorPalette/ColorPalette.tsx +68 -0
  229. package/src/StyleGuide/ColorPalette/colorPaletteList.ts +172 -0
  230. package/src/StyleGuide/ColorPalette/index.ts +1 -0
  231. package/src/StyleGuide/ColorPalette/types.ts +19 -0
  232. package/src/StyleGuide/Typography/Typography.scss +99 -0
  233. package/src/StyleGuide/Typography/Typography.stories.tsx +16 -0
  234. package/src/StyleGuide/Typography/Typography.tsx +60 -0
  235. package/src/StyleGuide/Typography/TypographyList.ts +3 -0
  236. package/src/StyleGuide/Typography/types.ts +9 -0
  237. package/src/assets/Themes/BaseTheme.scss +173 -0
  238. package/src/assets/Themes/DarkTheme.scss +182 -0
  239. package/src/assets/Themes/Theme.scss +16 -0
  240. package/src/assets/icons/Arrow.svg +5 -0
  241. package/src/assets/icons/accordion_header_icon.svg +10 -0
  242. package/src/assets/icons/active_license_icon.svg +3 -0
  243. package/src/assets/icons/add_variable_icon.svg +5 -0
  244. package/src/assets/icons/all_projects.svg +3 -0
  245. package/src/assets/icons/android_icon.svg +6 -0
  246. package/src/assets/icons/arrow_down.svg +3 -0
  247. package/src/assets/icons/arrow_right.svg +5 -0
  248. package/src/assets/icons/arrow_up.svg +3 -0
  249. package/src/assets/icons/arrows_down_icon.svg +3 -0
  250. package/src/assets/icons/arrows_right_icon.svg +10 -0
  251. package/src/assets/icons/arrows_top_icon.svg +3 -0
  252. package/src/assets/icons/calendar_icon.svg +9 -0
  253. package/src/assets/icons/check_mark.svg +3 -0
  254. package/src/assets/icons/clock_icon.svg +11 -0
  255. package/src/assets/icons/close_pill.svg +3 -0
  256. package/src/assets/icons/collapse-icon.svg +6 -0
  257. package/src/assets/icons/copy-icon.svg +3 -0
  258. package/src/assets/icons/delete.svg +3 -0
  259. package/src/assets/icons/delete_info.svg +17 -0
  260. package/src/assets/icons/details.svg +3 -0
  261. package/src/assets/icons/download-icon.svg +3 -0
  262. package/src/assets/icons/download_icon.svg +4 -0
  263. package/src/assets/icons/dropzone_icon.svg +18 -0
  264. package/src/assets/icons/edit_icon.svg +5 -0
  265. package/src/assets/icons/error.svg +17 -0
  266. package/src/assets/icons/expand-icon.svg +6 -0
  267. package/src/assets/icons/export_collection_icon.svg +13 -0
  268. package/src/assets/icons/file.svg +12 -0
  269. package/src/assets/icons/filter.svg +5 -0
  270. package/src/assets/icons/fireflink_icon.svg +4 -0
  271. package/src/assets/icons/fireflink_logo.svg +13 -0
  272. package/src/assets/icons/hide_icon.svg +9 -0
  273. package/src/assets/icons/impactList.svg +6 -0
  274. package/src/assets/icons/info.svg +17 -0
  275. package/src/assets/icons/info_icon.svg +4 -0
  276. package/src/assets/icons/left_arrow_icon.svg +3 -0
  277. package/src/assets/icons/license_info.svg +28 -0
  278. package/src/assets/icons/license_warning.svg +10 -0
  279. package/src/assets/icons/manage_apps.svg +3 -0
  280. package/src/assets/icons/mobile_icon.svg +3 -0
  281. package/src/assets/icons/moon_stars.svg +10 -0
  282. package/src/assets/icons/more.svg +11 -0
  283. package/src/assets/icons/ms_dynamic.svg +4 -0
  284. package/src/assets/icons/plus_icon.svg +11 -0
  285. package/src/assets/icons/refresh-icon.svg +4 -0
  286. package/src/assets/icons/remove.svg +12 -0
  287. package/src/assets/icons/replace.svg +12 -0
  288. package/src/assets/icons/right_arrow_icon.svg +4 -0
  289. package/src/assets/icons/run_icon.svg +26 -0
  290. package/src/assets/icons/sales_force.svg +7 -0
  291. package/src/assets/icons/search.svg +3 -0
  292. package/src/assets/icons/success.svg +13 -0
  293. package/src/assets/icons/sun_icon.svg +10 -0
  294. package/src/assets/icons/switch_license_icon.svg +123 -0
  295. package/src/assets/icons/tick_icon.svg +5 -0
  296. package/src/assets/icons/toast_close.svg +3 -0
  297. package/src/assets/icons/vertical_separator.svg +3 -0
  298. package/src/assets/icons/view_icon.svg +3 -0
  299. package/src/assets/icons/warning.svg +17 -0
  300. package/src/assets/icons/web&mobile_icon.svg +3 -0
  301. package/src/assets/icons/web_icon.svg +3 -0
  302. package/src/assets/icons/wrong_mark.svg +3 -0
  303. package/src/assets/icons/wswb_delete_icon.svg +4 -0
  304. package/src/assets/icons/wswb_plus_icon.svg +5 -0
  305. package/src/assets/styles/_colors.scss +141 -16
  306. package/src/assets/styles/_fonts.scss +68 -0
  307. package/src/assets/styles/_mixins.scss +21 -0
  308. package/src/assets/utils/functionUtils.ts +37 -0
  309. package/src/components/Accordion/Accordion.scss +44 -0
  310. package/src/components/Accordion/Accordion.stories.tsx +31 -0
  311. package/src/components/Accordion/Accordion.tsx +62 -0
  312. package/src/components/Accordion/index.ts +1 -0
  313. package/src/components/Accordion/types.ts +28 -0
  314. package/src/components/AddResourceButton/AddButton.scss +36 -0
  315. package/src/components/AddResourceButton/AddButton.stories.tsx +126 -0
  316. package/src/components/AddResourceButton/AddButton.tsx +121 -0
  317. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.scss +160 -0
  318. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.tsx +38 -0
  319. package/src/components/AddResourceButton/index.ts +1 -0
  320. package/src/components/AddResourceButton/type.ts +92 -0
  321. package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +70 -0
  322. package/src/components/AllProjectsDropdown/AllProjectsDropdown.stories.tsx +21 -0
  323. package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +148 -0
  324. package/src/components/AllProjectsDropdown/index.ts +1 -0
  325. package/src/components/AppHeader/AppHeader.scss +67 -0
  326. package/src/components/AppHeader/AppHeader.stories.tsx +156 -0
  327. package/src/components/AppHeader/AppHeader.tsx +124 -0
  328. package/src/components/AppHeader/index.ts +1 -0
  329. package/src/components/AppHeader/types.ts +27 -0
  330. package/src/components/Button/Button.scss +145 -2
  331. package/src/components/Button/Button.stories.tsx +28 -10
  332. package/src/components/Button/Button.tsx +62 -34
  333. package/src/components/Button/types.ts +3 -9
  334. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.scss +145 -0
  335. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.tsx +52 -0
  336. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +335 -0
  337. package/src/components/Charts/DashboardDonutChart/index.ts +1 -0
  338. package/src/components/Charts/DashboardDonutChart/types.ts +33 -0
  339. package/src/components/Charts/DonutChart/DonutChart.scss +76 -0
  340. package/src/components/Charts/DonutChart/DonutChart.stories.tsx +30 -0
  341. package/src/components/Charts/DonutChart/DonutChart.tsx +241 -0
  342. package/src/components/Charts/DonutChart/index.ts +1 -0
  343. package/src/components/Charts/DonutChart/type.ts +23 -0
  344. package/src/components/Charts/PieChart/PieChart.scss +39 -0
  345. package/src/components/Charts/PieChart/PieChart.stories.tsx +46 -0
  346. package/src/components/Charts/PieChart/PieChart.tsx +193 -0
  347. package/src/components/Charts/PieChart/index.ts +1 -0
  348. package/src/components/Charts/PieChart/types.ts +28 -0
  349. package/src/components/Charts/RadialChart/RadialChart.scss +12 -0
  350. package/src/components/Charts/RadialChart/RadialChart.stories.tsx +36 -0
  351. package/src/components/Charts/RadialChart/RadialChart.tsx +174 -0
  352. package/src/components/Charts/RadialChart/index.ts +1 -0
  353. package/src/components/Charts/RadialChart/types.ts +32 -0
  354. package/src/components/Checkbox/Checkbox.scss +89 -0
  355. package/src/components/Checkbox/Checkbox.stories.tsx +47 -0
  356. package/src/components/Checkbox/Checkbox.tsx +61 -0
  357. package/src/components/Checkbox/index.ts +1 -0
  358. package/src/components/Checkbox/types.ts +30 -0
  359. package/src/components/Chip/Chip.scss +70 -0
  360. package/src/components/Chip/Chip.stories.tsx +88 -0
  361. package/src/components/Chip/Chip.tsx +35 -0
  362. package/src/components/Chip/index.ts +1 -0
  363. package/src/components/Chip/types.ts +19 -0
  364. package/src/components/DatePicker/DatePicker.scss +387 -0
  365. package/src/components/DatePicker/DatePicker.stories.tsx +161 -0
  366. package/src/components/DatePicker/DatePicker.tsx +438 -0
  367. package/src/components/DatePicker/Timepicker.tsx +372 -0
  368. package/src/components/DatePicker/index.ts +1 -0
  369. package/src/components/DatePicker/types.ts +100 -0
  370. package/src/components/DragAndDrop/DragAndDrop.d.ts +5 -0
  371. package/src/components/DragAndDrop/DragAndDrop.stories.tsx +25 -0
  372. package/src/components/DragAndDrop/DragAndDrop.ts +7 -0
  373. package/src/components/DragAndDrop/DragAndDropList.scss +69 -0
  374. package/src/components/DragAndDrop/DragAndDropList.tsx +150 -0
  375. package/src/components/DragAndDrop/index.ts +1 -0
  376. package/src/components/Drawer/Drawer.scss +119 -0
  377. package/src/components/Drawer/Drawer.stories.tsx +88 -0
  378. package/src/components/Drawer/Drawer.tsx +171 -0
  379. package/src/components/Drawer/Types.ts +88 -0
  380. package/src/components/Drawer/index.ts +1 -0
  381. package/src/components/ExpandableMenu/ExpandableMenu.scss +110 -0
  382. package/src/components/ExpandableMenu/ExpandableMenu.stories.tsx +67 -0
  383. package/src/components/ExpandableMenu/ExpandableMenu.tsx +101 -0
  384. package/src/components/ExpandableMenu/index.ts +1 -0
  385. package/src/components/ExpandableMenu/types.ts +34 -0
  386. package/src/components/FF_Captcha/Recaptcha.scss +11 -0
  387. package/src/components/FF_Captcha/Recaptcha.tsx +41 -0
  388. package/src/components/FF_Captcha/captcha.stories.tsx +40 -0
  389. package/src/components/FF_Captcha/index.ts +0 -0
  390. package/src/components/FF_Captcha/types.ts +22 -0
  391. package/src/components/FileDropzone/Dropzone.tsx +55 -0
  392. package/src/components/FileDropzone/FileDropzone.scss +134 -0
  393. package/src/components/FileDropzone/FileDropzone.stories.tsx +83 -0
  394. package/src/components/FileDropzone/FileDropzone.tsx +98 -0
  395. package/src/components/FileDropzone/FilePreview.tsx +75 -0
  396. package/src/components/FileDropzone/index.ts +1 -0
  397. package/src/components/FileDropzone/types.ts +113 -0
  398. package/src/components/GridLayout/GridLayout.scss +71 -0
  399. package/src/components/GridLayout/GridLayout.stories.tsx +90 -0
  400. package/src/components/GridLayout/GridLayout.tsx +32 -0
  401. package/src/components/GridLayout/GridLayoutStory.scss +25 -0
  402. package/src/components/GridLayout/index.ts +1 -0
  403. package/src/components/GridLayout/types.ts +84 -0
  404. package/src/components/HighlightText/HighlightText.scss +3 -0
  405. package/src/components/HighlightText/HighlightText.stories.tsx +22 -0
  406. package/src/components/HighlightText/HighlightText.tsx +33 -0
  407. package/src/components/HighlightText/index.ts +1 -0
  408. package/src/components/HighlightText/types.ts +4 -0
  409. package/src/components/Icon/Icon.tsx +3 -2
  410. package/src/components/Icon/Icons.scss +6 -6
  411. package/src/components/Icon/iconList.ts +132 -0
  412. package/src/components/IconButton/IconButton.scss +43 -0
  413. package/src/components/IconButton/IconButton.stories.tsx +25 -0
  414. package/src/components/IconButton/IconButton.tsx +28 -0
  415. package/src/components/IconButton/index.ts +1 -0
  416. package/src/components/IconButton/types.ts +5 -0
  417. package/src/components/Input/Input.scss +150 -0
  418. package/src/components/Input/Input.stories.tsx +96 -0
  419. package/src/components/Input/Input.tsx +93 -0
  420. package/src/components/Input/index.ts +1 -0
  421. package/src/components/Input/types.ts +77 -0
  422. package/src/components/InputWithDropdown/InputWithDropdown.scss +185 -0
  423. package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +168 -0
  424. package/src/components/InputWithDropdown/InputWithDropdown.tsx +90 -0
  425. package/src/components/InputWithDropdown/index.ts +1 -0
  426. package/src/components/InputWithDropdown/types.ts +109 -0
  427. package/src/components/LazyLoad/LazyLoad.d.ts +3 -0
  428. package/src/components/LazyLoad/LazyLoad.stories.tsx +33 -0
  429. package/src/components/LazyLoad/LazyLoad.ts +2 -0
  430. package/src/components/LazyLoad/LazyLoading.tsx +19 -0
  431. package/src/components/LazyLoad/index.ts +1 -0
  432. package/src/components/MenuOption/MenuOption.scss +69 -0
  433. package/src/components/MenuOption/MenuOption.stories.tsx +259 -0
  434. package/src/components/MenuOption/MenuOption.tsx +126 -0
  435. package/src/components/MenuOption/index.ts +1 -0
  436. package/src/components/MenuOption/types.ts +161 -0
  437. package/src/components/MiniModal/MiniModal.scss +139 -0
  438. package/src/components/MiniModal/MiniModal.stories.tsx +475 -0
  439. package/src/components/MiniModal/MiniModal.tsx +218 -0
  440. package/src/components/MiniModal/index.ts +1 -0
  441. package/src/components/MiniModal/types.ts +88 -0
  442. package/src/components/Modal/Modal.stories.tsx +67 -0
  443. package/src/components/Modal/Modal.tsx +75 -0
  444. package/src/components/Modal/index.tsx +1 -0
  445. package/src/components/Modal/modal.scss +39 -0
  446. package/src/components/Modal/types.ts +39 -0
  447. package/src/components/MultiSelect/Dropdown.scss +77 -0
  448. package/src/components/MultiSelect/Dropdown.tsx +100 -0
  449. package/src/components/MultiSelect/MultiSelect.scss +197 -0
  450. package/src/components/MultiSelect/MultiSelect.stories.tsx +114 -0
  451. package/src/components/MultiSelect/MultiSelect.tsx +332 -0
  452. package/src/components/MultiSelect/MultiSelectTypes.ts +24 -0
  453. package/src/components/MultiSelect/dropdownTypes.ts +17 -0
  454. package/src/components/MultiSelect/index.ts +1 -0
  455. package/src/components/NLPInput/NLPInput.scss +246 -0
  456. package/src/components/NLPInput/NlpInput.stories.tsx +136 -0
  457. package/src/components/NLPInput/NlpInput.tsx +374 -0
  458. package/src/components/NLPInput/components/NlpDropDown/NlpDropDownType.ts +60 -0
  459. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.scss +83 -0
  460. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +180 -0
  461. package/src/components/NLPInput/index.ts +1 -0
  462. package/src/components/NLPInput/type.tsx +124 -0
  463. package/src/components/Paper/Paper.scss +13 -0
  464. package/src/components/Paper/Paper.stories.tsx +77 -0
  465. package/src/components/Paper/Paper.tsx +14 -0
  466. package/src/components/Paper/index.ts +1 -0
  467. package/src/components/Paper/types.ts +19 -0
  468. package/src/components/RadioButton/RadioButton.scss +98 -0
  469. package/src/components/RadioButton/RadioButton.stories.tsx +43 -0
  470. package/src/components/RadioButton/RadioButton.tsx +32 -0
  471. package/src/components/RadioButton/index.ts +1 -0
  472. package/src/components/RadioButton/radioButtonTypes.tsx +40 -0
  473. package/src/components/RadioGroup/RadioGroup.scss +5 -0
  474. package/src/components/RadioGroup/RadioGroup.stories.tsx +81 -0
  475. package/src/components/RadioGroup/RadioGroup.tsx +30 -0
  476. package/src/components/RadioGroup/index.ts +1 -0
  477. package/src/components/RadioGroup/radioGroupTypes.tsx +54 -0
  478. package/src/components/Search/Search.scss +85 -0
  479. package/src/components/Search/Search.stories.tsx +26 -0
  480. package/src/components/Search/Search.tsx +103 -0
  481. package/src/components/Search/index.ts +1 -0
  482. package/src/components/Search/types.ts +15 -0
  483. package/src/components/Select/Select.scss +247 -0
  484. package/src/components/Select/Select.stories.tsx +156 -0
  485. package/src/components/Select/Select.tsx +372 -0
  486. package/src/components/Select/components/Dropdown/Dropdown.scss +70 -0
  487. package/src/components/Select/components/Dropdown/Dropdown.tsx +93 -0
  488. package/src/components/Select/components/Dropdown/dropdownTypes.ts +19 -0
  489. package/src/components/Select/index.ts +1 -0
  490. package/src/components/Select/types.ts +126 -0
  491. package/src/components/StateDropdown/StateDropdown.stories.tsx +99 -0
  492. package/src/components/StateDropdown/StateDropdown.tsx +218 -0
  493. package/src/components/StateDropdown/StateDropdownTypes.tsx +21 -0
  494. package/src/components/StateDropdown/index.ts +1 -0
  495. package/src/components/StatusButton/StatusButton.scss +90 -0
  496. package/src/components/StatusButton/StatusButton.stories.tsx +91 -0
  497. package/src/components/StatusButton/StatusButton.tsx +40 -0
  498. package/src/components/StatusButton/index.ts +1 -0
  499. package/src/components/StatusButton/types.ts +45 -0
  500. package/src/components/Table/Table.scss +106 -0
  501. package/src/components/Table/Table.stories.tsx +357 -0
  502. package/src/components/Table/Table.tsx +139 -0
  503. package/src/components/Table/Types.ts +100 -0
  504. package/src/components/Table/index.ts +1 -0
  505. package/src/components/TableTree/TableTree.scss +142 -0
  506. package/src/components/TableTree/TableTree.stories.tsx +121 -0
  507. package/src/components/TableTree/TableTree.tsx +220 -0
  508. package/src/components/TableTree/TableTreeStories.scss +22 -0
  509. package/src/components/TableTree/data.ts +573 -0
  510. package/src/components/TableTree/index.ts +1 -0
  511. package/src/components/Tabs/Tabs.scss +79 -0
  512. package/src/components/Tabs/Tabs.stories.tsx +135 -0
  513. package/src/components/Tabs/Tabs.tsx +69 -0
  514. package/src/components/Tabs/index.ts +1 -0
  515. package/src/components/Tabs/types.ts +42 -0
  516. package/src/components/TextArea/Textarea.scss +144 -0
  517. package/src/components/TextArea/Textarea.stories.tsx +92 -0
  518. package/src/components/TextArea/Textarea.tsx +84 -0
  519. package/src/components/TextArea/Types.ts +82 -0
  520. package/src/components/TextArea/index.tsx +1 -0
  521. package/src/components/ThemeProvider/ThemeProvider.tsx +27 -0
  522. package/src/components/ThemeProvider/index.ts +1 -0
  523. package/src/components/ThemeProvider/types.ts +14 -0
  524. package/src/components/Toast/Toast.scss +121 -0
  525. package/src/components/Toast/Toast.stories.tsx +180 -0
  526. package/src/components/Toast/Toast.tsx +116 -0
  527. package/src/components/Toast/index.ts +1 -0
  528. package/src/components/Toast/types.ts +27 -0
  529. package/src/components/Toggle/Toggle.scss +66 -86
  530. package/src/components/Toggle/Toggle.stories.tsx +79 -2
  531. package/src/components/Toggle/Toggle.tsx +52 -11
  532. package/src/components/Toggle/types.ts +21 -0
  533. package/src/components/Tooltip/Tooltip.scss +26 -0
  534. package/src/components/Tooltip/Tooltip.stories.tsx +97 -0
  535. package/src/components/Tooltip/Tooltip.tsx +194 -0
  536. package/src/components/Tooltip/index.ts +1 -0
  537. package/src/components/Tooltip/types.ts +60 -0
  538. package/src/components/Typography/Typography.scss +49 -0
  539. package/src/components/Typography/Typography.stories.tsx +57 -0
  540. package/src/components/Typography/Typography.tsx +39 -0
  541. package/src/components/Typography/index.ts +1 -0
  542. package/src/components/Typography/types.ts +56 -0
  543. package/src/components/VariableInput/VariableInput.scss +128 -0
  544. package/src/components/VariableInput/VariableInput.stories.tsx +32 -0
  545. package/src/components/VariableInput/VariableInput.tsx +352 -0
  546. package/src/components/VariableInput/index.ts +1 -0
  547. package/src/components/VariableInput/types.ts +56 -0
  548. package/src/hooks/keyboardevents/useEscKeyEvent.tsx +31 -0
  549. package/src/hooks/useClickOutside.tsx +12 -3
  550. package/src/hooks/useFileDropzone.tsx +273 -0
  551. package/src/hooks/usePortalPosition.tsx +53 -0
  552. package/src/hooks/useTheme.tsx +13 -0
  553. package/src/index.ts +97 -0
  554. package/src/utils/TableCell/TableCell.ts +16 -0
  555. package/src/utils/checkEmpty/checkEmpty.stories.tsx +1 -1
  556. package/src/utils/checkEmpty/checkEmpty.ts +21 -7
  557. package/src/utils/compareArrays/compareArrays.stories.tsx +62 -0
  558. package/src/utils/compareArrays/compareArrays.ts +31 -0
  559. package/src/utils/compareObjects/compareObjects.stories.tsx +51 -0
  560. package/src/utils/compareObjects/compareObjects.ts +53 -0
  561. package/src/utils/debounce/debounce.stories.tsx +81 -0
  562. package/src/utils/debounce/debounce.ts +28 -0
  563. package/src/utils/ffID/ffID.stories.tsx +35 -0
  564. package/src/utils/ffID/ffid.ts +9 -0
  565. package/src/utils/find/findAndInsert.stories.tsx +119 -0
  566. package/src/utils/find/findAndInsert.ts +49 -0
  567. package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +55 -0
  568. package/src/utils/getEncryptedData/getEncryptedData.ts +10 -0
  569. package/src/utils/getExtension/getExtension.stories.tsx +23 -0
  570. package/src/utils/getExtension/getExtension.ts +28 -0
  571. package/src/utils/throttle/throttle.stories.tsx +100 -0
  572. package/src/utils/throttle/throttle.ts +33 -0
  573. package/src/utils/truncateText/truncateText.stories.tsx +37 -0
  574. package/src/utils/truncateText/truncateText.ts +4 -0
  575. package/src/assets/styles/_rsfonts.scss +0 -228
@@ -0,0 +1,3 @@
1
+ import './ColorPalette.scss';
2
+ declare const Colors: () => import("react/jsx-runtime").JSX.Element;
3
+ export default Colors;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import StyleGuide from './ColorPalette';
3
+ declare const meta: Meta<typeof StyleGuide>;
4
+ type Story = StoryObj<typeof StyleGuide>;
5
+ export declare const ColorList: Story;
6
+ export default meta;
@@ -0,0 +1,3 @@
1
+ import { ColorPaletteType } from './types';
2
+ declare const ColorPalette: ColorPaletteType;
3
+ export default ColorPalette;
@@ -0,0 +1 @@
1
+ export { default } from './ColorPalette';
@@ -0,0 +1,17 @@
1
+ export interface ColorBoxProps {
2
+ name: string;
3
+ colorCode: string;
4
+ opacity?: number;
5
+ dropShadow?: string;
6
+ border?: string;
7
+ variable?: string;
8
+ }
9
+ export interface Color {
10
+ name: string;
11
+ colorCode: string;
12
+ opacity?: number;
13
+ dropShadow?: string;
14
+ border?: string;
15
+ variable?: string;
16
+ }
17
+ export type ColorPaletteType = Color[];
@@ -0,0 +1,3 @@
1
+ import './Typography.scss';
2
+ declare const Typography: () => import("react/jsx-runtime").JSX.Element;
3
+ export default Typography;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import Typography from './Typography';
3
+ declare const meta: Meta<typeof Typography>;
4
+ type Story = StoryObj<typeof Typography>;
5
+ export declare const AllFonts: Story;
6
+ export default meta;
@@ -0,0 +1,5 @@
1
+ export declare const fontData: {
2
+ name: string;
3
+ fontSizePx: string;
4
+ fontSizeRem: string;
5
+ }[];
@@ -0,0 +1,8 @@
1
+ export interface FontData {
2
+ name: string;
3
+ fontSizePx: string;
4
+ fontSizeRem: string;
5
+ }
6
+ export interface TypographyProps {
7
+ fonts: FontData[];
8
+ }
@@ -1 +1,4 @@
1
1
  export declare const isFunction: (functionToCheck: any) => any;
2
+ export declare const convertTo24Hour: (time12h: string) => string;
3
+ export declare const convertTo12Hour: (time24: string) => string;
4
+ export declare const isValid12HourTime: (timeString: string) => boolean;
@@ -0,0 +1,8 @@
1
+ import './Accordion.scss';
2
+ import '../../../index.scss';
3
+ import { AccordionProps } from './types';
4
+ /**
5
+ * Accordion UI component
6
+ */
7
+ declare const Accordion: ({ headerTitle, color, minHeight, accordionContent, disable, disableInfoMessage, }: AccordionProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default Accordion;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import Accordion from './Accordion';
3
+ declare const meta: Meta<typeof Accordion>;
4
+ type Story = StoryObj<typeof Accordion>;
5
+ export declare const SampleAccordion: Story;
6
+ export default meta;
@@ -0,0 +1 @@
1
+ export { default } from './Accordion';
@@ -0,0 +1,27 @@
1
+ import { ReactNode } from 'react';
2
+ export interface AccordionProps {
3
+ /**
4
+ * Accordion Header Title
5
+ */
6
+ headerTitle: string | JSX.Element;
7
+ /**
8
+ * Content that to be shown while Accordion is expanded
9
+ */
10
+ accordionContent: ReactNode;
11
+ /**
12
+ * Custom color for the Accordion header
13
+ */
14
+ color?: string;
15
+ /**
16
+ * Minimum height for the Accordion
17
+ */
18
+ minHeight?: string;
19
+ /**
20
+ * Property to disable accordion
21
+ */
22
+ disable?: boolean;
23
+ /**
24
+ * Info message to user for disabling accordion
25
+ */
26
+ disableInfoMessage?: string;
27
+ }
@@ -0,0 +1,4 @@
1
+ import './AddButton.scss';
2
+ import { AddResourceButtonProps } from './type';
3
+ declare const AddButton: ({ id, variant, directionalArrow, zIndex, }: AddResourceButtonProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default AddButton;
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import AddButton from './AddButton';
3
+ declare const meta: Meta<typeof AddButton>;
4
+ type Story = StoryObj<typeof AddButton>;
5
+ export declare const Default: Story;
6
+ export declare const TwoArrowsButtons: Story;
7
+ export declare const ThreeArrowsButton: Story;
8
+ export default meta;
@@ -0,0 +1,6 @@
1
+ import './ArrowsButton.scss';
2
+ import { DirectionalArrowButtonProps } from '../type';
3
+ declare const ArrowsButton: ({ direction, menuOptions, onArrowClick, }: DirectionalArrowButtonProps & {
4
+ isActive: boolean;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default ArrowsButton;
@@ -0,0 +1 @@
1
+ export { default } from './AddButton';
@@ -0,0 +1,68 @@
1
+ /**
2
+ * Describes the directional arrow used in the Add Resource Button component.
3
+ * The arrow specifies its direction (top, right, down) and associated menu options.
4
+ *
5
+ * @property {('top' | 'right' | 'down')} direction - Specifies the direction of the arrow.
6
+ * @property {(Object | null)[]} menuOptions - The list of menu options displayed when the arrow button is active.
7
+ * If null, no menu options will be shown.
8
+ */
9
+ export interface DirectionalArrow {
10
+ direction: string | 'top' | 'right' | 'down';
11
+ menuOptions: {
12
+ label: string;
13
+ value: string | string[];
14
+ icon: string;
15
+ disable?: boolean;
16
+ }[];
17
+ }
18
+ /**
19
+ * Props for the Add Resource Button component.
20
+ *
21
+ * @property {string} [id] - An optional unique identifier for the Add Resource Button.
22
+ * @property {('primary' | 'secondary')} [variant] - Optional button style variant.
23
+ * @property {DirectionalArrow[]} directionalArrow - An array of directional arrows, each specifying the direction and associated menu options. Default values will be provided if not passed.
24
+ * @property {number} [zIndex] - An optional z-index value for positioning, defaults to 99.
25
+ */
26
+ export interface AddResourceButtonProps {
27
+ id?: string;
28
+ variant?: 'primary' | 'secondary';
29
+ directionalArrow: {
30
+ /**
31
+ * direction option: 'top' | 'right' | 'down'
32
+ */
33
+ direction: string | 'top' | 'right' | 'down';
34
+ menuOptions: {
35
+ label: string;
36
+ value: string | string[];
37
+ icon: string;
38
+ disable?: boolean;
39
+ }[];
40
+ }[];
41
+ zIndex?: number;
42
+ }
43
+ /**
44
+ * Props for individual directional arrow buttons.
45
+ *
46
+ * @property {('top' | 'right' | 'down')} direction - The direction of the arrow button (top, right, or down).
47
+ * @property {(Object | any)} menuOptions - The list of menu options or a generic value for dynamic content.
48
+ * @property {() => void} onArrowClick - Callback function triggered when the arrow button is clicked.
49
+ * @property {boolean} isActive - Specifies if the button is in an active state (highlighted when selected).
50
+ */
51
+ export interface DirectionalArrowButtonProps {
52
+ direction: string | 'top' | 'right' | 'down';
53
+ menuOptions: {
54
+ label: string;
55
+ value: string | string[];
56
+ icon: string;
57
+ disable?: boolean;
58
+ }[];
59
+ onArrowClick: () => void;
60
+ isActive: boolean;
61
+ variant?: 'primary' | 'secondary';
62
+ }
63
+ /**
64
+ * Utility function to validate an array of directional arrows.
65
+ * Ensures there is at least one valid arrow in the array.
66
+ * If the array is empty, it returns a default arrow object.
67
+ */
68
+ export declare const validateArrows: (arrows: DirectionalArrow[]) => DirectionalArrow[];
@@ -0,0 +1,3 @@
1
+ import './AllProjectsDropdown.scss';
2
+ declare const AllProjectsDropdown: () => import("react/jsx-runtime").JSX.Element;
3
+ export default AllProjectsDropdown;
@@ -0,0 +1,6 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import AllProjectsDropdown from './AllProjectsDropdown';
3
+ declare const meta: Meta<typeof AllProjectsDropdown>;
4
+ type Story = StoryObj<typeof AllProjectsDropdown>;
5
+ export declare const PrimaryIconButton: Story;
6
+ export default meta;
@@ -0,0 +1 @@
1
+ export { default } from './AllProjectsDropdown';
@@ -0,0 +1,4 @@
1
+ import { AppHeaderProps } from './types';
2
+ import './AppHeader.scss';
3
+ declare const AppHeader: React.FC<AppHeaderProps>;
4
+ export default AppHeader;
@@ -0,0 +1,7 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import AppHeader from './AppHeader';
3
+ declare const meta: Meta<typeof AppHeader>;
4
+ type Story = StoryObj<typeof AppHeader>;
5
+ export declare const SampleAppHeader: Story;
6
+ export declare const Controlled: Story;
7
+ export default meta;
@@ -0,0 +1 @@
1
+ export { default } from "./AppHeader";
@@ -0,0 +1,26 @@
1
+ import { ReactNode } from 'react';
2
+ export interface AppHeaderProps {
3
+ logoIconName: string;
4
+ rightContent: ReactNode;
5
+ projectsList: string[];
6
+ appHeaderMenuItems: appHeaderMenuItemProps[];
7
+ appHeaderHiddenMenuItems: string[];
8
+ selectedMenu: string;
9
+ selectedSubMenu: string;
10
+ selectedQuickMenu: string;
11
+ onMenuClick?: (text: any) => void;
12
+ onSubMenuClick?: (text: any) => void;
13
+ onQuickMenuClick?: (text: any) => void;
14
+ }
15
+ export interface appHeaderMenuItemProps {
16
+ menuName: string;
17
+ subMenuItems: appHeaderSubMenuItemProps[];
18
+ }
19
+ export interface appHeaderSubMenuItemProps {
20
+ subMenuName: string;
21
+ quickMenuItems: appHeaderQuickMenuItemProps[];
22
+ }
23
+ export interface appHeaderQuickMenuItemProps {
24
+ quickMenuName: string;
25
+ quickMenuIconName: string;
26
+ }
@@ -1,7 +1,5 @@
1
1
  import './Button.scss';
2
+ import '../../assets/styles/_colors.scss';
2
3
  import { ButtonProps } from './types';
3
- /**
4
- * Primary UI component for user interaction
5
- */
6
- declare const Button: ({ variant, backgroundColor, size, onClick, label, disabled, children, type, className, style, transparentBackground, withIcon, iconName, iconPosition, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
4
+ declare const Button: import("react").ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
7
5
  export default Button;
@@ -4,7 +4,9 @@ declare const meta: Meta<typeof Button>;
4
4
  type Story = StoryObj<typeof Button>;
5
5
  export declare const Primary: Story;
6
6
  export declare const Secondary: Story;
7
- export declare const Danger: Story;
8
- export declare const Success: Story;
9
- export declare const ButtonWithIcon: Story;
7
+ export declare const Tertiary: Story;
8
+ export declare const Delete: Story;
9
+ export declare const PrimaryWithIcon: Story;
10
+ export declare const SecondaryWithIcon: Story;
11
+ export declare const TertiaryWithIcon: Story;
10
12
  export default meta;
@@ -3,7 +3,7 @@ export interface ButtonProps {
3
3
  /**
4
4
  * Variant of the button
5
5
  */
6
- variant: 'primary' | 'secondary' | 'danger' | 'success';
6
+ variant: 'primary' | 'secondary' | 'tertiary' | 'delete';
7
7
  /**
8
8
  * What background color to use
9
9
  */
@@ -49,14 +49,6 @@ export interface ButtonProps {
49
49
  * Additional styles for the button
50
50
  */
51
51
  style?: React.CSSProperties;
52
- /**
53
- * Pass true for transparentBackground button
54
- */
55
- transparentBackground?: boolean;
56
- /**
57
- * Pass true if button should be with icon
58
- */
59
- withIcon?: boolean;
60
52
  /**
61
53
  * Give icon name availble in storybook that to be on left side of button
62
54
  */
@@ -65,4 +57,5 @@ export interface ButtonProps {
65
57
  * Give icon name availble in storybook that to be on left side of button
66
58
  */
67
59
  iconPosition?: 'left' | 'right';
60
+ transparentBackground?: boolean;
68
61
  }
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { DashboardDonutChartProps } from './types';
3
+ import './DashBoardDonutChart.scss';
4
+ declare const DashboardDonutChart: React.FC<DashboardDonutChartProps>;
5
+ export default DashboardDonutChart;
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/react/*';
2
+ import DashboardDonutChart from './DashboardDonutChart';
3
+ declare const meta: Meta<typeof DashboardDonutChart>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof DashboardDonutChart>;
6
+ export declare const Default: Story;
7
+ export declare const MemoryLegend: Story;
@@ -0,0 +1 @@
1
+ export { default } from './DashboardDonutChart';
@@ -0,0 +1,21 @@
1
+ export type Status = 'passed' | 'failed' | 'warning' | 'skipped' | 'Passed' | 'Failed' | 'Skipped' | 'Warning';
2
+ export type StatusValue = {
3
+ status: Status;
4
+ value: number;
5
+ };
6
+ export type ChartItem = {
7
+ key: string;
8
+ value: number;
9
+ color?: string;
10
+ };
11
+ export type LegendType = 'numberLegend' | 'pillLegend' | 'memoryLegend' | 'tableLegend';
12
+ export type DashboardDonutChartProps = {
13
+ radius: number;
14
+ lineWidth: number;
15
+ statusValues: ChartItem[];
16
+ legendDetailsType: string;
17
+ isLegendDetails: boolean;
18
+ gapAngle?: number;
19
+ legendType: LegendType;
20
+ showOnlyLabel: boolean;
21
+ };
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import './DonutChart.scss';
3
+ import { DonutChartProps } from './type';
4
+ declare const DonutChart: React.FC<DonutChartProps>;
5
+ export default DonutChart;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/react/*';
2
+ import DonutChart from './DonutChart';
3
+ declare const meta: Meta<typeof DonutChart>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof DonutChart>;
6
+ export declare const Default: Story;
@@ -0,0 +1 @@
1
+ export { default } from './DonutChart';
@@ -0,0 +1,13 @@
1
+ export type Status = 'passed' | 'failed' | 'warning' | 'skipped' | 'Passed' | 'Failed' | 'Skipped' | 'Warning';
2
+ export type StatusValue = {
3
+ status: Status;
4
+ value: number;
5
+ };
6
+ export type DonutChartProps = {
7
+ radius: number;
8
+ lineWidth: number;
9
+ statusValues: StatusValue[];
10
+ legendDetailsType: string;
11
+ isLegendDetails: boolean;
12
+ gapAngle?: number;
13
+ };
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import './PieChart.scss';
3
+ import { PieChartProps } from './types';
4
+ declare const PieChart: React.FC<PieChartProps>;
5
+ export default PieChart;
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import PieChart from './PieChart';
3
+ declare const meta: Meta<typeof PieChart>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof PieChart>;
6
+ export declare const PieChartDashBoard: Story;
7
+ export declare const PieChartDashBoardWithBorder: Story;
@@ -0,0 +1 @@
1
+ export { default } from './PieChart';
@@ -0,0 +1,27 @@
1
+ export type Status = {
2
+ status: 'Passed';
3
+ value: number;
4
+ };
5
+ export interface PieChartProps {
6
+ radius: number;
7
+ data: Array<{
8
+ label: string;
9
+ value: number;
10
+ }>;
11
+ colors: string[];
12
+ chartBorder: boolean;
13
+ }
14
+ export type ArcParams = {
15
+ x: number;
16
+ y: number;
17
+ radius: number;
18
+ startAngle: number;
19
+ endAngle: number;
20
+ };
21
+ export type ArcResult = string;
22
+ export type ArcAnglesResult = {
23
+ endAngle: number;
24
+ backgroundArcPath: string;
25
+ foregroundArcPath: string;
26
+ percentage: number;
27
+ };
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import './RadialChart.scss';
3
+ import { RadialChartProps } from './types';
4
+ declare const RadialChart: React.FC<RadialChartProps>;
5
+ export default RadialChart;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import RadialChart from './RadialChart';
3
+ declare const meta: Meta<typeof RadialChart>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof RadialChart>;
6
+ export declare const ChartWithStatus: Story;
@@ -0,0 +1 @@
1
+ export { default } from './RadialChart';
@@ -0,0 +1,25 @@
1
+ export type Status = {
2
+ status: 'Passed' | 'Failed' | 'Warning' | 'Skipped' | 'passed' | 'failed' | 'warning' | 'skipped';
3
+ value: number;
4
+ };
5
+ export interface RadialChartProps {
6
+ radius: number;
7
+ lineWidth: number;
8
+ statusValues: Status[];
9
+ onClick?: (status: Status) => void;
10
+ fontSize: number;
11
+ }
12
+ export type ArcParams = {
13
+ x: number;
14
+ y: number;
15
+ radius: number;
16
+ startAngle: number;
17
+ endAngle: number;
18
+ };
19
+ export type ArcResult = string;
20
+ export type ArcAnglesResult = {
21
+ endAngle: number;
22
+ backgroundArcPath: string;
23
+ foregroundArcPath: string;
24
+ percentage: number;
25
+ };
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import './Checkbox.scss';
3
+ import { CheckboxProps } from './types';
4
+ import '../../assets/styles/_colors.scss';
5
+ declare const Checkbox: React.FC<CheckboxProps>;
6
+ export default Checkbox;
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import Checkbox from './Checkbox';
3
+ declare const meta: Meta<typeof Checkbox>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof meta>;
6
+ export declare const Default: Story;
7
+ export declare const Partial: Story;
8
+ export declare const Controlled: Story;
@@ -0,0 +1 @@
1
+ export { default } from './Checkbox';
@@ -0,0 +1,30 @@
1
+ export interface CheckboxProps {
2
+ /**
3
+ * Unique ID for the checkbox input
4
+ */
5
+ id?: string;
6
+ /**
7
+ * Name attribute for the checkbox input
8
+ */
9
+ name?: string;
10
+ /**
11
+ * Optional side label
12
+ */
13
+ label?: string;
14
+ /**
15
+ * Optional disable attribute
16
+ */
17
+ disabled?: boolean;
18
+ /**
19
+ * Optional checked attribute to prefill
20
+ */
21
+ checked?: boolean;
22
+ /**
23
+ * Optional onChange function
24
+ */
25
+ onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
26
+ /**
27
+ * For partially checked checkbox
28
+ */
29
+ partial?: boolean;
30
+ }
@@ -0,0 +1,4 @@
1
+ import './Chip.scss';
2
+ import { ChipsProps } from './types';
3
+ declare const Chip: ({ label, fullText, variant, onClick, }: ChipsProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Chip;
@@ -0,0 +1,14 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import Chip from './Chip';
3
+ import '../../assets/styles/_colors.scss';
4
+ import './Chip.scss';
5
+ declare const meta: Meta<typeof Chip>;
6
+ type Story = StoryObj<typeof Chip>;
7
+ export declare const Primary: Story;
8
+ export declare const withoutExpand: Story;
9
+ export declare const Group: Story;
10
+ export declare const CustomChip: Story;
11
+ export declare const Success: Story;
12
+ export declare const Errors: Story;
13
+ export declare const Warning: Story;
14
+ export default meta;
@@ -0,0 +1 @@
1
+ export { default } from './Chip';
@@ -0,0 +1,18 @@
1
+ export interface ChipsProps {
2
+ /**
3
+ * The text to be displayed on the Chip.
4
+ */
5
+ label: string;
6
+ /**
7
+ * The text to be displayed on hover.
8
+ */
9
+ fullText?: string;
10
+ /**
11
+ * The variant of the Chip.
12
+ */
13
+ variant?: 'primary' | 'success' | 'error' | 'warning' | 'custom';
14
+ /**
15
+ * The callback function to be executed when the Chip is clicked.
16
+ */
17
+ onClick?: () => void;
18
+ }
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import './DatePicker.scss';
3
+ import { DatePickerProps } from './types';
4
+ declare const CustomDatePicker: React.FC<DatePickerProps>;
5
+ export default CustomDatePicker;
@@ -0,0 +1,9 @@
1
+ import type { Meta, StoryObj } from '@storybook/react';
2
+ import CustomDatePicker from './DatePicker';
3
+ declare const meta: Meta<typeof CustomDatePicker>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof CustomDatePicker>;
6
+ export declare const Default: Story;
7
+ export declare const StartDateFilter: Story;
8
+ export declare const EndDateInput: Story;
9
+ export declare const ScheduleDateInput: Story;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { TimePickerProps } from './types';
3
+ declare const TimePicker: React.FC<TimePickerProps>;
4
+ export default TimePicker;
@@ -0,0 +1 @@
1
+ export { default } from './DatePicker';