impact-ui 4.0.0-alpha.2 → 4.0.0-alpha.21

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 (1009) hide show
  1. package/MIGRATION_GUIDE.md +37 -7
  2. package/README.md +6 -6
  3. package/bin/migrate.js +5 -5
  4. package/codemods/transform.js +17 -23
  5. package/dist/_virtual/BookmarkBorderOutlined.js +4 -0
  6. package/dist/_virtual/ChevronLeftOutlined.js +4 -0
  7. package/dist/_virtual/CloseRounded.js +4 -0
  8. package/dist/_virtual/FilterAltOutlined.js +4 -0
  9. package/dist/_virtual/FilterListOutlined.js +4 -0
  10. package/dist/_virtual/KeyboardRounded.js +4 -0
  11. package/dist/_virtual/index.js +4 -2
  12. package/dist/_virtual/index10.js +3 -3
  13. package/dist/_virtual/index11.js +3 -3
  14. package/dist/_virtual/index12.js +3 -3
  15. package/dist/_virtual/index13.js +2 -4
  16. package/dist/_virtual/index14.js +2 -2
  17. package/dist/_virtual/index15.js +2 -2
  18. package/dist/_virtual/index16.js +2 -2
  19. package/dist/_virtual/index2.js +2 -4
  20. package/dist/_virtual/index3.js +2 -2
  21. package/dist/_virtual/index4.js +4 -2
  22. package/dist/_virtual/index5.js +3 -3
  23. package/dist/_virtual/index6.js +2 -4
  24. package/dist/_virtual/index7.js +4 -2
  25. package/dist/_virtual/index8.js +3 -3
  26. package/dist/_virtual/index9.js +3 -3
  27. package/dist/components/Accordion/index.d.ts.map +1 -1
  28. package/dist/components/Accordion/index.js +45 -31
  29. package/dist/components/AccordionModern/SortableAccordionComp.js +3 -3
  30. package/dist/components/AccordionModern/index.js +2 -1
  31. package/dist/components/Alert/index.js +3 -2
  32. package/dist/components/Avatar/index.js +2 -1
  33. package/dist/components/Badge/filled/filledIconLabelBadges/index.js +2 -1
  34. package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +2 -1
  35. package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +2 -1
  36. package/dist/components/Badge/index.js +3 -2
  37. package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +2 -1
  38. package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +2 -1
  39. package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +2 -1
  40. package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +2 -1
  41. package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +2 -1
  42. package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +2 -1
  43. package/dist/components/BottomSheet/index.js +2 -1
  44. package/dist/components/Breadcrumbs/index.d.ts +1 -1
  45. package/dist/components/Breadcrumbs/index.d.ts.map +1 -1
  46. package/dist/components/Breadcrumbs/index.js +10 -2
  47. package/dist/components/Button/Button.types.d.ts +4 -0
  48. package/dist/components/Button/Button.types.d.ts.map +1 -1
  49. package/dist/components/Button/index.d.ts.map +1 -1
  50. package/dist/components/Button/index.js +4 -1
  51. package/dist/components/ButtonGroup/ButtonGroup.types.d.ts +1 -1
  52. package/dist/components/ButtonGroup/ButtonGroup.types.d.ts.map +1 -1
  53. package/dist/components/ButtonGroup/index.d.ts +1 -1
  54. package/dist/components/ButtonGroup/index.d.ts.map +1 -1
  55. package/dist/components/ButtonGroup/index.js +7 -2
  56. package/dist/components/Card/index.js +2 -1
  57. package/dist/components/Chart/Chart.types.d.ts +2 -2
  58. package/dist/components/Chart/index.d.ts +1 -1
  59. package/dist/components/Chart/index.d.ts.map +1 -1
  60. package/dist/components/Chart/index.js +22 -14
  61. package/dist/components/Chatbot/Chatbot.types.d.ts +16 -1
  62. package/dist/components/Chatbot/Chatbot.types.d.ts.map +1 -1
  63. package/dist/components/Chatbot/bookMarkPanel.d.ts.map +1 -1
  64. package/dist/components/Chatbot/bookMarkPanel.js +4 -3
  65. package/dist/components/Chatbot/chatInput.d.ts.map +1 -1
  66. package/dist/components/Chatbot/chatInput.js +8 -7
  67. package/dist/components/Chatbot/chatbotModuleMenu.d.ts.map +1 -1
  68. package/dist/components/Chatbot/chatbotModuleMenu.js +6 -5
  69. package/dist/components/Chatbot/constant.d.ts.map +1 -1
  70. package/dist/components/Chatbot/constant.js +6 -5
  71. package/dist/components/Chatbot/historyPanel.d.ts.map +1 -1
  72. package/dist/components/Chatbot/historyPanel.js +2 -1
  73. package/dist/components/Chatbot/index.d.ts +1 -1
  74. package/dist/components/Chatbot/index.d.ts.map +1 -1
  75. package/dist/components/Chatbot/index.js +66 -9
  76. package/dist/components/Chatbot/newChatComponent.d.ts.map +1 -1
  77. package/dist/components/Chatbot/newChatComponent.js +3 -2
  78. package/dist/components/Checkbox/Checkbox.types.d.ts +2 -0
  79. package/dist/components/Checkbox/Checkbox.types.d.ts.map +1 -1
  80. package/dist/components/Checkbox/Default.d.ts +1 -1
  81. package/dist/components/Checkbox/Default.d.ts.map +1 -1
  82. package/dist/components/Checkbox/Default.js +4 -0
  83. package/dist/components/Checkbox/index.js +2 -1
  84. package/dist/components/Chips/index.js +2 -1
  85. package/dist/components/CreateItemFlow/index.d.ts.map +1 -1
  86. package/dist/components/CreateItemFlow/index.js +4 -2
  87. package/dist/components/DatePicker/datePickerDropdown.js +2 -1
  88. package/dist/components/DatePicker/datePickerInput.d.ts +2 -0
  89. package/dist/components/DatePicker/datePickerInput.d.ts.map +1 -1
  90. package/dist/components/DatePicker/datePickerInput.js +4 -0
  91. package/dist/components/DatePicker/index.d.ts.map +1 -1
  92. package/dist/components/DatePicker/index.js +7 -2
  93. package/dist/components/DatePicker/showMonthYearSelect.d.ts.map +1 -1
  94. package/dist/components/DatePicker/showMonthYearSelect.js +31 -0
  95. package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts +4 -1
  96. package/dist/components/DateRangePicker/dateRangePickerDropdown.d.ts.map +1 -1
  97. package/dist/components/DateRangePicker/dateRangePickerDropdown.js +20 -5
  98. package/dist/components/DateRangePicker/dateRangePickerInput.d.ts +4 -1
  99. package/dist/components/DateRangePicker/dateRangePickerInput.d.ts.map +1 -1
  100. package/dist/components/DateRangePicker/dateRangePickerInput.js +18 -4
  101. package/dist/components/DateRangePicker/index.d.ts.map +1 -1
  102. package/dist/components/DateRangePicker/index.js +31 -5
  103. package/dist/components/DynamicLayout/index.js +2 -1
  104. package/dist/components/EmptyState/EmptyState.types.d.ts +2 -2
  105. package/dist/components/EmptyState/EmptyStateImage.d.ts +0 -1
  106. package/dist/components/EmptyState/EmptyStateImage.d.ts.map +1 -1
  107. package/dist/components/EmptyState/EmptyStateImage.js +19 -37
  108. package/dist/components/EmptyState/index.d.ts +1 -2
  109. package/dist/components/EmptyState/index.d.ts.map +1 -1
  110. package/dist/components/EmptyState/index.js +35 -21
  111. package/dist/components/FileUpload/FileUpload.types.d.ts +10 -2
  112. package/dist/components/FileUpload/FileUpload.types.d.ts.map +1 -1
  113. package/dist/components/FileUpload/TemplatePreview.d.ts +9 -0
  114. package/dist/components/FileUpload/TemplatePreview.d.ts.map +1 -0
  115. package/dist/components/FileUpload/TemplatePreview.js +31 -0
  116. package/dist/components/FileUpload/fileUploadAssets.loader.d.ts +1 -3
  117. package/dist/components/FileUpload/fileUploadAssets.loader.d.ts.map +1 -1
  118. package/dist/components/FileUpload/fileUploadAssets.loader.js +17 -48
  119. package/dist/components/FileUpload/fileUploadUtils.d.ts +4 -0
  120. package/dist/components/FileUpload/fileUploadUtils.d.ts.map +1 -0
  121. package/dist/components/FileUpload/fileUploadUtils.js +14 -0
  122. package/dist/components/FileUpload/index.d.ts +1 -1
  123. package/dist/components/FileUpload/index.d.ts.map +1 -1
  124. package/dist/components/FileUpload/index.js +115 -10
  125. package/dist/components/FileUpload/useFileUploadTemplateState.d.ts +14 -0
  126. package/dist/components/FileUpload/useFileUploadTemplateState.d.ts.map +1 -0
  127. package/dist/components/FileUpload/useFileUploadTemplateState.js +46 -0
  128. package/dist/components/FilterPanel/index.d.ts.map +1 -1
  129. package/dist/components/FilterPanel/index.js +34 -1
  130. package/dist/components/FiltersStrip/FiltersStrip.types.d.ts +2 -2
  131. package/dist/components/FiltersStrip/index.d.ts +1 -1
  132. package/dist/components/FiltersStrip/index.d.ts.map +1 -1
  133. package/dist/components/FiltersStrip/index.js +10 -3
  134. package/dist/components/Header/Header.types.d.ts +2 -2
  135. package/dist/components/Header/index.d.ts +1 -1
  136. package/dist/components/Header/index.d.ts.map +1 -1
  137. package/dist/components/Header/index.js +148 -135
  138. package/dist/components/HomePage/constants.d.ts.map +1 -1
  139. package/dist/components/HomePage/constants.js +67 -66
  140. package/dist/components/HomePage/index.d.ts.map +1 -1
  141. package/dist/components/HomePage/index.js +66 -10
  142. package/dist/components/Input/InputWithIcon.d.ts +1 -1
  143. package/dist/components/Input/InputWithIcon.d.ts.map +1 -1
  144. package/dist/components/Input/InputWithIcon.js +20 -2
  145. package/dist/components/Input/VanillaInput.d.ts +1 -1
  146. package/dist/components/Input/VanillaInput.d.ts.map +1 -1
  147. package/dist/components/Input/VanillaInput.js +20 -2
  148. package/dist/components/Input/index.js +2 -1
  149. package/dist/components/KeyboardShortCuts/Keycombo.d.ts +12 -0
  150. package/dist/components/KeyboardShortCuts/Keycombo.d.ts.map +1 -0
  151. package/dist/components/KeyboardShortCuts/Keycombo.js +20 -0
  152. package/dist/components/KeyboardShortCuts/ShortcutLandingPage.d.ts +7 -0
  153. package/dist/components/KeyboardShortCuts/ShortcutLandingPage.d.ts.map +1 -0
  154. package/dist/components/KeyboardShortCuts/ShortcutLandingPage.js +69 -0
  155. package/dist/components/KeyboardShortCuts/ShortcutModal.d.ts +7 -0
  156. package/dist/components/KeyboardShortCuts/ShortcutModal.d.ts.map +1 -0
  157. package/dist/components/KeyboardShortCuts/ShortcutModal.js +167 -0
  158. package/dist/components/KeyboardShortCuts/StarOutlineIcon.d.ts +3 -0
  159. package/dist/components/KeyboardShortCuts/StarOutlineIcon.d.ts.map +1 -0
  160. package/dist/components/KeyboardShortCuts/allSetBox.d.ts +6 -0
  161. package/dist/components/KeyboardShortCuts/allSetBox.d.ts.map +1 -0
  162. package/dist/components/KeyboardShortCuts/allSetBox.js +32 -0
  163. package/dist/components/KeyboardShortCuts/index.d.ts +14 -0
  164. package/dist/components/KeyboardShortCuts/index.d.ts.map +1 -0
  165. package/dist/components/KeyboardShortCuts/index.js +187 -0
  166. package/dist/components/KeyboardShortCuts/screen2.d.ts +4 -0
  167. package/dist/components/KeyboardShortCuts/screen2.d.ts.map +1 -0
  168. package/dist/components/KeyboardShortCuts/screen2.js +19 -0
  169. package/dist/components/KeyboardShortCuts/screen3.d.ts +4 -0
  170. package/dist/components/KeyboardShortCuts/screen3.d.ts.map +1 -0
  171. package/dist/components/KeyboardShortCuts/screen3.js +19 -0
  172. package/dist/components/KeyboardShortCuts/tutorial.d.ts +7 -0
  173. package/dist/components/KeyboardShortCuts/tutorial.d.ts.map +1 -0
  174. package/dist/components/KeyboardShortCuts/tutorial.js +161 -0
  175. package/dist/components/Loader/Loader.types.d.ts +2 -2
  176. package/dist/components/Loader/index.d.ts +1 -1
  177. package/dist/components/Loader/index.d.ts.map +1 -1
  178. package/dist/components/Loader/index.js +57 -37
  179. package/dist/components/Menu/IconMenuItem.js +2 -1
  180. package/dist/components/Menu/Menu.types.d.ts +3 -1
  181. package/dist/components/Menu/Menu.types.d.ts.map +1 -1
  182. package/dist/components/Menu/MenuHeaderInfo.d.ts.map +1 -1
  183. package/dist/components/Menu/MenuHeaderInfo.js +4 -2
  184. package/dist/components/Menu/NestedMenuItem.js +2 -1
  185. package/dist/components/Menu/index.d.ts.map +1 -1
  186. package/dist/components/Menu/index.js +8 -4
  187. package/dist/components/Menu/nestedMenuItemsFromObject.js +2 -1
  188. package/dist/components/Modal/index.js +2 -1
  189. package/dist/components/MonthPicker/DefaultYearSelect.js +10 -0
  190. package/dist/components/MonthPicker/constants.js +4 -0
  191. package/dist/components/MonthPicker/index.js +324 -0
  192. package/dist/components/MonthRangePicker/MonthRangePicker.types.d.ts +30 -0
  193. package/dist/components/MonthRangePicker/MonthRangePicker.types.d.ts.map +1 -0
  194. package/dist/components/MonthRangePicker/constants.d.ts +2 -0
  195. package/dist/components/MonthRangePicker/constants.d.ts.map +1 -0
  196. package/dist/components/MonthRangePicker/constants.js +4 -0
  197. package/dist/components/MonthRangePicker/index.d.ts +22 -0
  198. package/dist/components/MonthRangePicker/index.d.ts.map +1 -0
  199. package/dist/components/MonthRangePicker/index.js +613 -0
  200. package/dist/components/Notification/Notification.types.d.ts +35 -5
  201. package/dist/components/Notification/Notification.types.d.ts.map +1 -1
  202. package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.d.ts +21 -0
  203. package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.d.ts.map +1 -0
  204. package/dist/components/Notification/NotificationBody/NotificationList/NotificationChipsList.js +49 -0
  205. package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.d.ts +30 -0
  206. package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.d.ts.map +1 -0
  207. package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +212 -0
  208. package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts +14 -0
  209. package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.d.ts.map +1 -0
  210. package/dist/components/Notification/NotificationBody/NotificationList/NotificationListItem.js +299 -0
  211. package/dist/components/Notification/NotificationBody/NotificationPanelContent.d.ts +9 -0
  212. package/dist/components/Notification/NotificationBody/NotificationPanelContent.d.ts.map +1 -0
  213. package/dist/components/Notification/NotificationBody/NotificationPanelContent.js +71 -0
  214. package/dist/components/Notification/NotificationBody/NotificationTaskList.d.ts +43 -0
  215. package/dist/components/Notification/NotificationBody/NotificationTaskList.d.ts.map +1 -0
  216. package/dist/components/Notification/NotificationBody/NotificationTaskList.js +245 -0
  217. package/dist/components/Notification/NotificationBody/index.d.ts +2 -3
  218. package/dist/components/Notification/NotificationBody/index.d.ts.map +1 -1
  219. package/dist/components/Notification/NotificationBody/index.js +21 -11
  220. package/dist/components/Notification/index.js +2 -1
  221. package/dist/components/Notification/mockData.d.ts +14 -0
  222. package/dist/components/Notification/mockData.d.ts.map +1 -0
  223. package/dist/components/Panel/index.js +2 -1
  224. package/dist/components/Popover/index.js +2 -1
  225. package/dist/components/Portal/index.d.ts +1 -1
  226. package/dist/components/Portal/index.d.ts.map +1 -1
  227. package/dist/components/Portal/index.js +2 -1
  228. package/dist/components/ProgressBar/ProgressBar.types.d.ts +2 -2
  229. package/dist/components/ProgressBar/index.d.ts +1 -1
  230. package/dist/components/ProgressBar/index.d.ts.map +1 -1
  231. package/dist/components/ProgressBar/index.js +31 -14
  232. package/dist/components/Prompt/index.js +2 -1
  233. package/dist/components/RadioButtonGroup/index.d.ts +1 -1
  234. package/dist/components/RadioButtonGroup/index.d.ts.map +1 -1
  235. package/dist/components/RadioButtonGroup/index.js +11 -2
  236. package/dist/components/Select/SearchFilter.d.ts.map +1 -1
  237. package/dist/components/Select/SearchFilter.js +140 -28
  238. package/dist/components/Select/Select.types.d.ts +46 -1
  239. package/dist/components/Select/Select.types.d.ts.map +1 -1
  240. package/dist/components/Select/customGroupHeading.js +1 -1
  241. package/dist/components/Select/dropdown.d.ts +1 -1
  242. package/dist/components/Select/dropdown.d.ts.map +1 -1
  243. package/dist/components/Select/dropdown.js +3 -2
  244. package/dist/components/Select/hooks/index.d.ts +3 -0
  245. package/dist/components/Select/hooks/index.d.ts.map +1 -1
  246. package/dist/components/Select/hooks/useKeyboardNavigation.d.ts +22 -0
  247. package/dist/components/Select/hooks/useKeyboardNavigation.d.ts.map +1 -0
  248. package/dist/components/Select/hooks/useKeyboardNavigation.js +160 -0
  249. package/dist/components/Select/hooks/useScrollIntoView.d.ts +11 -0
  250. package/dist/components/Select/hooks/useScrollIntoView.d.ts.map +1 -0
  251. package/dist/components/Select/hooks/useScrollIntoView.js +28 -0
  252. package/dist/components/Select/hooks/useTypeahead.d.ts +11 -0
  253. package/dist/components/Select/hooks/useTypeahead.d.ts.map +1 -0
  254. package/dist/components/Select/hooks/useTypeahead.js +41 -0
  255. package/dist/components/Select/index.d.ts.map +1 -1
  256. package/dist/components/Select/index.js +529 -151
  257. package/dist/components/Select/menuList.d.ts +2 -7
  258. package/dist/components/Select/menuList.d.ts.map +1 -1
  259. package/dist/components/Select/menuList.js +70 -18
  260. package/dist/components/Select/optionList.js +1 -1
  261. package/dist/components/Select/utils.d.ts +2 -2
  262. package/dist/components/Select/utils.d.ts.map +1 -1
  263. package/dist/components/Select/utils.js +3 -32
  264. package/dist/components/Shortcuts/ShortcutContext.d.ts +3 -0
  265. package/dist/components/Shortcuts/ShortcutContext.d.ts.map +1 -0
  266. package/dist/components/Shortcuts/ShortcutContext.js +5 -0
  267. package/dist/components/Shortcuts/ShortcutHint.d.ts +9 -0
  268. package/dist/components/Shortcuts/ShortcutHint.d.ts.map +1 -0
  269. package/dist/components/Shortcuts/ShortcutHint.js +33 -0
  270. package/dist/components/Shortcuts/ShortcutScope.d.ts +9 -0
  271. package/dist/components/Shortcuts/ShortcutScope.d.ts.map +1 -0
  272. package/dist/components/Shortcuts/ShortcutScope.js +10 -0
  273. package/dist/components/Shortcuts/ShortcutsConfigContext.d.ts +7 -0
  274. package/dist/components/Shortcuts/ShortcutsConfigContext.d.ts.map +1 -0
  275. package/dist/components/Shortcuts/ShortcutsConfigContext.js +8 -0
  276. package/dist/components/Shortcuts/ShortcutsProvider.d.ts +9 -0
  277. package/dist/components/Shortcuts/ShortcutsProvider.d.ts.map +1 -0
  278. package/dist/components/Shortcuts/ShortcutsProvider.js +18 -0
  279. package/dist/components/Shortcuts/index.d.ts +13 -0
  280. package/dist/components/Shortcuts/index.d.ts.map +1 -0
  281. package/dist/components/Shortcuts/useShortcut.d.ts +6 -0
  282. package/dist/components/Shortcuts/useShortcut.d.ts.map +1 -0
  283. package/dist/components/Shortcuts/useShortcut.js +92 -0
  284. package/dist/components/Shortcuts/useShortcutScope.d.ts +5 -0
  285. package/dist/components/Shortcuts/useShortcutScope.d.ts.map +1 -0
  286. package/dist/components/Shortcuts/useShortcutScope.js +25 -0
  287. package/dist/components/Sidebar/ChildMenu.js +1 -1
  288. package/dist/components/Sidebar/ParentMenu.js +1 -1
  289. package/dist/components/Sidebar/SidebarActions.d.ts.map +1 -1
  290. package/dist/components/Sidebar/SidebarActions.js +2 -1
  291. package/dist/components/Sidebar/index.d.ts +1 -1
  292. package/dist/components/Sidebar/index.d.ts.map +1 -1
  293. package/dist/components/Sidebar/index.js +64 -5
  294. package/dist/components/Slider/index.d.ts +1 -1
  295. package/dist/components/Slider/index.d.ts.map +1 -1
  296. package/dist/components/Slider/index.js +4 -2
  297. package/dist/components/Stepper/index.js +2 -1
  298. package/dist/components/Switch/index.d.ts.map +1 -1
  299. package/dist/components/Switch/index.js +8 -3
  300. package/dist/components/Table/AdvanceSortModal.d.ts +8 -0
  301. package/dist/components/Table/AdvanceSortModal.d.ts.map +1 -0
  302. package/dist/components/Table/AdvanceSortModal.js +285 -0
  303. package/dist/components/Table/AgGridHeader.d.ts.map +1 -1
  304. package/dist/components/Table/AgGridHeader.js +98 -65
  305. package/dist/components/Table/CommentsPortal.d.ts +1 -3
  306. package/dist/components/Table/CommentsPortal.d.ts.map +1 -1
  307. package/dist/components/Table/CommentsPortal.js +7 -7
  308. package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.d.ts +14 -11
  309. package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.d.ts.map +1 -1
  310. package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.js +2 -7
  311. package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.d.ts +11 -10
  312. package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.d.ts.map +1 -1
  313. package/dist/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.js +4 -3
  314. package/dist/components/Table/NoComments.d.ts.map +1 -1
  315. package/dist/components/Table/NoComments.js +3 -1
  316. package/dist/components/Table/Table.types.d.ts +13 -0
  317. package/dist/components/Table/Table.types.d.ts.map +1 -1
  318. package/dist/components/Table/TableImpl.d.ts +1 -2
  319. package/dist/components/Table/TableImpl.d.ts.map +1 -1
  320. package/dist/components/Table/TableImpl.js +334 -141
  321. package/dist/components/Table/actionBar.d.ts +12 -0
  322. package/dist/components/Table/actionBar.d.ts.map +1 -0
  323. package/dist/components/Table/actionBar.js +44 -0
  324. package/dist/components/Table/advanceSearchModal.d.ts.map +1 -1
  325. package/dist/components/Table/commentPanel.d.ts +2 -1
  326. package/dist/components/Table/commentPanel.d.ts.map +1 -1
  327. package/dist/components/Table/commentPanel.js +13 -8
  328. package/dist/components/Table/filterUtils.d.ts +2 -0
  329. package/dist/components/Table/filterUtils.d.ts.map +1 -1
  330. package/dist/components/Table/filterUtils.js +23 -1
  331. package/dist/components/Table/tableFunctions.d.ts +1 -3
  332. package/dist/components/Table/tableFunctions.d.ts.map +1 -1
  333. package/dist/components/Table/tableFunctions.js +13 -12
  334. package/dist/components/Table/tableHeader.d.ts +6 -1
  335. package/dist/components/Table/tableHeader.d.ts.map +1 -1
  336. package/dist/components/Table/tableHeader.js +13 -3
  337. package/dist/components/Table/tableMoreOptions.d.ts +3 -1
  338. package/dist/components/Table/tableMoreOptions.d.ts.map +1 -1
  339. package/dist/components/Table/tableMoreOptions.js +29 -2
  340. package/dist/components/Table/tableSettings.d.ts.map +1 -1
  341. package/dist/components/Table/tableSettings.js +1 -1
  342. package/dist/components/Table/withCommentIcon.d.ts.map +1 -1
  343. package/dist/components/Table/withCommentIcon.js +2 -1
  344. package/dist/components/TableChat/EmptyContainer.js +2 -1
  345. package/dist/components/TableChat/TableChatSidePanel.d.ts.map +1 -1
  346. package/dist/components/TableChat/TableChatSidePanel.js +6 -3
  347. package/dist/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.js +2 -1
  348. package/dist/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.js +2 -1
  349. package/dist/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.js +2 -1
  350. package/dist/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.js +2 -1
  351. package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.d.ts.map +1 -1
  352. package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +15 -16
  353. package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelItem.d.ts.map +1 -1
  354. package/dist/components/TableChat/components/TableChatLeftSection/ChatChannelItem.js +3 -2
  355. package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.d.ts.map +1 -1
  356. package/dist/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.js +4 -1
  357. package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.js +2 -1
  358. package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.js +2 -1
  359. package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.d.ts.map +1 -1
  360. package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +14 -12
  361. package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +2 -1
  362. package/dist/components/TableChat/components/TableChatRightSection/ChatEditedMessageType /ChatEditedMessageType.d.ts.map +1 -1
  363. package/dist/components/TableChat/components/TableChatRightSection/ChatEditedMessageType /ChatEditedMessageType.js +5 -4
  364. package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.d.ts.map +1 -1
  365. package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +4 -2
  366. package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.d.ts.map +1 -1
  367. package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.js +7 -6
  368. package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.d.ts.map +1 -1
  369. package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.js +2 -0
  370. package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.d.ts.map +1 -1
  371. package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +18 -14
  372. package/dist/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.js +2 -1
  373. package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.d.ts.map +1 -1
  374. package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +7 -3
  375. package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.js +2 -1
  376. package/dist/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.js +2 -1
  377. package/dist/components/TableChat/components/TableChatRightSection/EmojiPicker/EmojiPicker.js +2 -2
  378. package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.d.ts.map +1 -1
  379. package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.js +10 -21
  380. package/dist/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.d.ts.map +1 -1
  381. package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.d.ts.map +1 -1
  382. package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +4 -6
  383. package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +2 -1
  384. package/dist/components/TableChat/components/TextEditor/Mention.d.ts.map +1 -1
  385. package/dist/components/TableChat/components/TextEditor/Mention.js +12 -10
  386. package/dist/components/TableChat/components/TextEditor/MentionList.js +2 -1
  387. package/dist/components/TableChat/components/TextEditor/suggestion.js +2 -2
  388. package/dist/components/TableOld/AgGridHeader.d.ts +12 -0
  389. package/dist/components/TableOld/AgGridHeader.d.ts.map +1 -0
  390. package/dist/components/TableOld/actionBar.d.ts +7 -0
  391. package/dist/components/TableOld/actionBar.d.ts.map +1 -0
  392. package/dist/components/TableOld/index.d.ts +3 -0
  393. package/dist/components/TableOld/index.d.ts.map +1 -0
  394. package/dist/components/TableOld/mockData.d.ts +39 -0
  395. package/dist/components/TableOld/mockData.d.ts.map +1 -0
  396. package/dist/components/TableOld/tableFunctions.d.ts +56 -0
  397. package/dist/components/TableOld/tableFunctions.d.ts.map +1 -0
  398. package/dist/components/TableOld/tableHeader.d.ts +48 -0
  399. package/dist/components/TableOld/tableHeader.d.ts.map +1 -0
  400. package/dist/components/TableOld/tableIcons.d.ts +3 -0
  401. package/dist/components/TableOld/tableIcons.d.ts.map +1 -0
  402. package/dist/components/TableOld/tablePagination.d.ts +8 -0
  403. package/dist/components/TableOld/tablePagination.d.ts.map +1 -0
  404. package/dist/components/TableOld/tableSettings.d.ts +11 -0
  405. package/dist/components/TableOld/tableSettings.d.ts.map +1 -0
  406. package/dist/components/Tabs/index.js +2 -1
  407. package/dist/components/Tag/Tag.types.d.ts +4 -0
  408. package/dist/components/Tag/Tag.types.d.ts.map +1 -1
  409. package/dist/components/Tag/filled.d.ts +1 -1
  410. package/dist/components/Tag/filled.d.ts.map +1 -1
  411. package/dist/components/Tag/filled.js +18 -2
  412. package/dist/components/Tag/index.d.ts.map +1 -1
  413. package/dist/components/Tag/index.js +30 -28
  414. package/dist/components/Tag/solid.d.ts +1 -1
  415. package/dist/components/Tag/solid.d.ts.map +1 -1
  416. package/dist/components/Tag/solid.js +9 -1
  417. package/dist/components/Tag/stroke.d.ts +1 -1
  418. package/dist/components/Tag/stroke.d.ts.map +1 -1
  419. package/dist/components/Tag/stroke.js +9 -1
  420. package/dist/components/TagGroup/TagGroup.types.d.ts +2 -2
  421. package/dist/components/TagGroup/index.d.ts +1 -1
  422. package/dist/components/TagGroup/index.d.ts.map +1 -1
  423. package/dist/components/TagGroup/index.js +12 -2
  424. package/dist/components/TextArea/index.d.ts +1 -1
  425. package/dist/components/TextArea/index.d.ts.map +1 -1
  426. package/dist/components/TextArea/index.js +28 -39
  427. package/dist/components/Toast/index.js +2 -1
  428. package/dist/components/Tooltip/index.d.ts.map +1 -1
  429. package/dist/components/Tooltip/index.js +5 -4
  430. package/dist/components/YearSelect/index.js +83 -0
  431. package/dist/components/common/HelperText/HelperText.types.d.ts +2 -2
  432. package/dist/components/common/HelperText/index.d.ts +1 -1
  433. package/dist/components/common/HelperText/index.d.ts.map +1 -1
  434. package/dist/components/common/HelperText/index.js +12 -2
  435. package/dist/components/index.d.ts +11 -3
  436. package/dist/components/index.d.ts.map +1 -1
  437. package/dist/components/index.js +37 -4
  438. package/dist/mcp-component-registry.json +3870 -0
  439. package/dist/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +1 -0
  440. package/dist/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +2 -1
  441. package/dist/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js +1 -1
  442. package/dist/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js +1 -0
  443. package/dist/node_modules/@mui/icons-material/Add.js +2 -2
  444. package/dist/node_modules/@mui/icons-material/AttachFile.js +2 -2
  445. package/dist/node_modules/@mui/icons-material/AutoFixHigh.js +2 -2
  446. package/dist/node_modules/@mui/icons-material/Block.js +2 -2
  447. package/dist/node_modules/@mui/icons-material/BookmarkBorderOutlined.js +17 -0
  448. package/dist/node_modules/@mui/icons-material/Brush.js +2 -2
  449. package/dist/node_modules/@mui/icons-material/Cancel.js +2 -2
  450. package/dist/node_modules/@mui/icons-material/CheckCircle.js +2 -2
  451. package/dist/node_modules/@mui/icons-material/ChevronLeft.js +2 -2
  452. package/dist/node_modules/@mui/icons-material/ChevronLeftOutlined.js +17 -0
  453. package/dist/node_modules/@mui/icons-material/ChevronRight.js +2 -2
  454. package/dist/node_modules/@mui/icons-material/ChevronRightOutlined.js +2 -2
  455. package/dist/node_modules/@mui/icons-material/Clear.js +2 -2
  456. package/dist/node_modules/@mui/icons-material/Close.js +2 -2
  457. package/dist/node_modules/@mui/icons-material/CloseOutlined.js +2 -2
  458. package/dist/node_modules/@mui/icons-material/CloseRounded.js +17 -0
  459. package/dist/node_modules/@mui/icons-material/DeleteOutlineOutlined.js +2 -2
  460. package/dist/node_modules/@mui/icons-material/DeleteOutlined.js +2 -2
  461. package/dist/node_modules/@mui/icons-material/DragIndicator.js +2 -2
  462. package/dist/node_modules/@mui/icons-material/ErrorOutline.js +2 -2
  463. package/dist/node_modules/@mui/icons-material/ExpandLess.js +2 -2
  464. package/dist/node_modules/@mui/icons-material/ExpandMore.js +2 -2
  465. package/dist/node_modules/@mui/icons-material/FileDownloadOutlined.js +2 -2
  466. package/dist/node_modules/@mui/icons-material/FilterAltOutlined.js +17 -0
  467. package/dist/node_modules/@mui/icons-material/FilterList.js +2 -2
  468. package/dist/node_modules/@mui/icons-material/FilterListOutlined.js +17 -0
  469. package/dist/node_modules/@mui/icons-material/FormatBold.js +2 -2
  470. package/dist/node_modules/@mui/icons-material/FormatColorTextOutlined.js +2 -2
  471. package/dist/node_modules/@mui/icons-material/FormatItalic.js +2 -2
  472. package/dist/node_modules/@mui/icons-material/FormatListBulleted.js +2 -2
  473. package/dist/node_modules/@mui/icons-material/FormatListNumbered.js +2 -2
  474. package/dist/node_modules/@mui/icons-material/Image.js +2 -2
  475. package/dist/node_modules/@mui/icons-material/Info.js +2 -2
  476. package/dist/node_modules/@mui/icons-material/InsertEmoticon.js +2 -2
  477. package/dist/node_modules/@mui/icons-material/KeyboardArrowDown.js +2 -2
  478. package/dist/node_modules/@mui/icons-material/KeyboardArrowDownOutlined.js +2 -2
  479. package/dist/node_modules/@mui/icons-material/KeyboardArrowLeft.js +2 -2
  480. package/dist/node_modules/@mui/icons-material/KeyboardArrowRight.js +2 -2
  481. package/dist/node_modules/@mui/icons-material/KeyboardArrowRightOutlined.js +2 -2
  482. package/dist/node_modules/@mui/icons-material/KeyboardArrowUp.js +2 -2
  483. package/dist/node_modules/@mui/icons-material/KeyboardRounded.js +17 -0
  484. package/dist/node_modules/@mui/icons-material/Link.js +2 -2
  485. package/dist/node_modules/@mui/icons-material/Looks3.js +2 -2
  486. package/dist/node_modules/@mui/icons-material/Looks4.js +2 -2
  487. package/dist/node_modules/@mui/icons-material/Looks5.js +2 -2
  488. package/dist/node_modules/@mui/icons-material/Looks6.js +2 -2
  489. package/dist/node_modules/@mui/icons-material/LooksOne.js +2 -2
  490. package/dist/node_modules/@mui/icons-material/LooksTwo.js +2 -2
  491. package/dist/node_modules/@mui/icons-material/MoreHoriz.js +2 -2
  492. package/dist/node_modules/@mui/icons-material/MoreVert.js +2 -2
  493. package/dist/node_modules/@mui/icons-material/North.js +2 -2
  494. package/dist/node_modules/@mui/icons-material/NotificationsOff.js +2 -2
  495. package/dist/node_modules/@mui/icons-material/SaveOutlined.js +2 -2
  496. package/dist/node_modules/@mui/icons-material/Search.js +2 -2
  497. package/dist/node_modules/@mui/icons-material/SearchOutlined.js +2 -2
  498. package/dist/node_modules/@mui/icons-material/SettingsOutlined.js +2 -2
  499. package/dist/node_modules/@mui/icons-material/StrikethroughS.js +2 -2
  500. package/dist/node_modules/@mui/icons-material/TableChartOutlined.js +2 -2
  501. package/dist/node_modules/@mui/icons-material/Tune.js +2 -2
  502. package/dist/node_modules/@mui/icons-material/ViewColumnOutlined.js +2 -2
  503. package/dist/node_modules/@mui/icons-material/Warning.js +2 -2
  504. package/dist/node_modules/@mui/icons-material/utils/createSvgIcon.js +1 -1
  505. package/dist/node_modules/@mui/material/Accordion/Accordion.js +2 -2
  506. package/dist/node_modules/@mui/material/AccordionDetails/AccordionDetails.js +2 -2
  507. package/dist/node_modules/@mui/material/AccordionSummary/AccordionSummary.js +2 -2
  508. package/dist/node_modules/@mui/material/Alert/Alert.js +2 -2
  509. package/dist/node_modules/@mui/material/AlertTitle/AlertTitle.js +2 -2
  510. package/dist/node_modules/@mui/material/Avatar/Avatar.js +2 -2
  511. package/dist/node_modules/@mui/material/Backdrop/Backdrop.js +2 -2
  512. package/dist/node_modules/@mui/material/Badge/Badge.js +2 -2
  513. package/dist/node_modules/@mui/material/Breadcrumbs/BreadcrumbCollapsed.js +2 -2
  514. package/dist/node_modules/@mui/material/Breadcrumbs/Breadcrumbs.js +2 -2
  515. package/dist/node_modules/@mui/material/Button/Button.js +2 -2
  516. package/dist/node_modules/@mui/material/ButtonBase/ButtonBase.js +2 -2
  517. package/dist/node_modules/@mui/material/ButtonBase/TouchRipple.js +2 -2
  518. package/dist/node_modules/@mui/material/Card/Card.js +2 -2
  519. package/dist/node_modules/@mui/material/Checkbox/Checkbox.js +2 -2
  520. package/dist/node_modules/@mui/material/Chip/Chip.js +2 -2
  521. package/dist/node_modules/@mui/material/CircularProgress/CircularProgress.js +2 -2
  522. package/dist/node_modules/@mui/material/Collapse/Collapse.js +2 -2
  523. package/dist/node_modules/@mui/material/DefaultPropsProvider/DefaultPropsProvider.js +1 -0
  524. package/dist/node_modules/@mui/material/Dialog/Dialog.js +2 -2
  525. package/dist/node_modules/@mui/material/DialogActions/DialogActions.js +2 -2
  526. package/dist/node_modules/@mui/material/DialogContent/DialogContent.js +2 -2
  527. package/dist/node_modules/@mui/material/DialogContentText/DialogContentText.js +2 -2
  528. package/dist/node_modules/@mui/material/DialogTitle/DialogTitle.js +2 -2
  529. package/dist/node_modules/@mui/material/Drawer/Drawer.js +2 -2
  530. package/dist/node_modules/@mui/material/Fade/Fade.js +2 -2
  531. package/dist/node_modules/@mui/material/FilledInput/FilledInput.js +2 -2
  532. package/dist/node_modules/@mui/material/FilledInput/filledInputClasses.js +1 -1
  533. package/dist/node_modules/@mui/material/FormControl/FormControl.js +2 -2
  534. package/dist/node_modules/@mui/material/FormControlLabel/FormControlLabel.js +2 -2
  535. package/dist/node_modules/@mui/material/FormGroup/FormGroup.js +2 -2
  536. package/dist/node_modules/@mui/material/FormHelperText/FormHelperText.js +2 -2
  537. package/dist/node_modules/@mui/material/GlobalStyles/GlobalStyles.js +1 -1
  538. package/dist/node_modules/@mui/material/Grow/Grow.js +2 -2
  539. package/dist/node_modules/@mui/material/IconButton/IconButton.js +2 -2
  540. package/dist/node_modules/@mui/material/Input/Input.js +2 -2
  541. package/dist/node_modules/@mui/material/Input/inputClasses.js +1 -1
  542. package/dist/node_modules/@mui/material/InputBase/InputBase.js +2 -2
  543. package/dist/node_modules/@mui/material/LinearProgress/LinearProgress.js +2 -2
  544. package/dist/node_modules/@mui/material/Link/Link.js +2 -2
  545. package/dist/node_modules/@mui/material/List/List.js +2 -2
  546. package/dist/node_modules/@mui/material/ListItemIcon/ListItemIcon.js +2 -2
  547. package/dist/node_modules/@mui/material/Menu/Menu.js +2 -2
  548. package/dist/node_modules/@mui/material/MenuItem/MenuItem.js +2 -2
  549. package/dist/node_modules/@mui/material/MenuList/MenuList.js +2 -2
  550. package/dist/node_modules/@mui/material/Modal/Modal.js +2 -2
  551. package/dist/node_modules/@mui/material/Modal/useModal.js +1 -1
  552. package/dist/node_modules/@mui/material/NativeSelect/NativeSelectInput.js +2 -2
  553. package/dist/node_modules/@mui/material/OutlinedInput/NotchedOutline.js +2 -2
  554. package/dist/node_modules/@mui/material/OutlinedInput/OutlinedInput.js +2 -2
  555. package/dist/node_modules/@mui/material/OutlinedInput/outlinedInputClasses.js +1 -1
  556. package/dist/node_modules/@mui/material/Paper/Paper.js +2 -2
  557. package/dist/node_modules/@mui/material/Popover/Popover.js +2 -2
  558. package/dist/node_modules/@mui/material/Popper/BasePopper.js +3 -3
  559. package/dist/node_modules/@mui/material/Popper/Popper.js +2 -2
  560. package/dist/node_modules/@mui/material/Radio/Radio.js +2 -2
  561. package/dist/node_modules/@mui/material/Radio/RadioButtonIcon.js +1 -1
  562. package/dist/node_modules/@mui/material/RadioGroup/RadioGroup.js +2 -2
  563. package/dist/node_modules/@mui/material/Select/Select.js +2 -2
  564. package/dist/node_modules/@mui/material/Select/SelectInput.js +2 -2
  565. package/dist/node_modules/@mui/material/Skeleton/Skeleton.js +2 -2
  566. package/dist/node_modules/@mui/material/Slide/Slide.js +2 -2
  567. package/dist/node_modules/@mui/material/Slider/Slider.js +2 -2
  568. package/dist/node_modules/@mui/material/Slider/useSlider.js +1 -1
  569. package/dist/node_modules/@mui/material/Snackbar/Snackbar.js +2 -2
  570. package/dist/node_modules/@mui/material/Snackbar/useSnackbar.js +1 -1
  571. package/dist/node_modules/@mui/material/SnackbarContent/SnackbarContent.js +2 -2
  572. package/dist/node_modules/@mui/material/Step/Step.js +2 -2
  573. package/dist/node_modules/@mui/material/StepConnector/StepConnector.js +2 -2
  574. package/dist/node_modules/@mui/material/StepIcon/StepIcon.js +2 -2
  575. package/dist/node_modules/@mui/material/StepLabel/StepLabel.js +2 -2
  576. package/dist/node_modules/@mui/material/Stepper/Stepper.js +2 -2
  577. package/dist/node_modules/@mui/material/SvgIcon/SvgIcon.js +2 -2
  578. package/dist/node_modules/@mui/material/Switch/Switch.js +2 -2
  579. package/dist/node_modules/@mui/material/Tab/Tab.js +2 -2
  580. package/dist/node_modules/@mui/material/TabScrollButton/TabScrollButton.js +2 -2
  581. package/dist/node_modules/@mui/material/Tabs/ScrollbarSize.js +2 -2
  582. package/dist/node_modules/@mui/material/Tabs/Tabs.js +2 -2
  583. package/dist/node_modules/@mui/material/TextareaAutosize/TextareaAutosize.js +2 -2
  584. package/dist/node_modules/@mui/material/ToggleButton/ToggleButton.js +2 -2
  585. package/dist/node_modules/@mui/material/ToggleButtonGroup/ToggleButtonGroup.js +2 -2
  586. package/dist/node_modules/@mui/material/Tooltip/Tooltip.js +2 -2
  587. package/dist/node_modules/@mui/material/Typography/Typography.js +2 -2
  588. package/dist/node_modules/@mui/material/internal/SwitchBase.js +2 -2
  589. package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/appendOwnerState/appendOwnerState.js +1 -1
  590. package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +1 -1
  591. package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/exactProp/exactProp.js +1 -1
  592. package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/mergeSlotProps/mergeSlotProps.js +1 -1
  593. package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.js +1 -1
  594. package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/resolveProps/resolveProps.js +1 -1
  595. package/dist/node_modules/@mui/material/node_modules/@mui/utils/esm/useSlotProps/useSlotProps.js +2 -2
  596. package/dist/node_modules/@mui/material/styles/createMixins.js +1 -1
  597. package/dist/node_modules/@mui/material/styles/createPalette.js +2 -2
  598. package/dist/node_modules/@mui/material/styles/createTheme.js +2 -2
  599. package/dist/node_modules/@mui/material/styles/createTransitions.js +2 -2
  600. package/dist/node_modules/@mui/material/styles/createTypography.js +2 -2
  601. package/dist/node_modules/@mui/material/utils/createSvgIcon.js +1 -1
  602. package/dist/node_modules/@mui/material/utils/useSlot.js +2 -2
  603. package/dist/node_modules/@mui/system/colorManipulator.js +4 -4
  604. package/dist/node_modules/@mui/system/createStyled.js +11 -11
  605. package/dist/node_modules/@mui/system/esm/RtlProvider/index.js +2 -0
  606. package/dist/node_modules/@mui/system/esm/Stack/createStack.js +2 -2
  607. package/dist/node_modules/@mui/system/esm/breakpoints.js +1 -0
  608. package/dist/node_modules/@mui/system/esm/createBox.js +2 -2
  609. package/dist/node_modules/@mui/system/esm/createStyled.js +2 -2
  610. package/dist/node_modules/@mui/system/esm/createTheme/createBreakpoints.js +2 -2
  611. package/dist/node_modules/@mui/system/esm/createTheme/createTheme.js +2 -2
  612. package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js +2 -2
  613. package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +1 -1
  614. package/dist/node_modules/@mui/system/node_modules/@mui/utils/esm/resolveProps/resolveProps.js +1 -1
  615. package/dist/node_modules/@mui/system/useThemeWithoutDefault.js +1 -1
  616. package/dist/node_modules/call-bind/index.js +1 -1
  617. package/dist/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +1 -1
  618. package/dist/node_modules/is-symbol/index.js +1 -1
  619. package/dist/node_modules/prop-types/index.js +1 -1
  620. package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
  621. package/dist/node_modules/react-dates/lib/initialize.js +2 -2
  622. package/dist/node_modules/react-dates/lib/utils/registerCSSInterfaceWithDefaultTheme.js +2 -2
  623. package/dist/node_modules/react-dates/lib/utils/registerInterfaceWithDefaultTheme.js +2 -2
  624. package/dist/node_modules/react-is/index.js +1 -1
  625. package/dist/node_modules/react-transition-group/esm/Transition.js +2 -2
  626. package/dist/node_modules/react-transition-group/esm/TransitionGroup.js +4 -4
  627. package/dist/node_modules/react-with-styles-interface-css/dist/index.js +3 -3
  628. package/dist/storybook-utils/rootAttributes.d.ts +33 -0
  629. package/dist/storybook-utils/rootAttributes.d.ts.map +1 -0
  630. package/dist/storybook-utils.d.ts +2 -1
  631. package/dist/storybook-utils.d.ts.map +1 -1
  632. package/dist/styles/entry.d.ts +2 -0
  633. package/dist/styles/entry.d.ts.map +1 -0
  634. package/dist/styles/entry.js +1 -0
  635. package/dist/styles/style.css +1 -1
  636. package/dist/test-utils/itForwardsRootId.d.ts +15 -0
  637. package/dist/test-utils/itForwardsRootId.d.ts.map +1 -0
  638. package/dist/test-utils/rootAttributes.d.ts +22 -0
  639. package/dist/test-utils/rootAttributes.d.ts.map +1 -0
  640. package/dist/types/index.d.ts +4 -0
  641. package/dist/types/index.d.ts.map +1 -1
  642. package/dist/utils/assetBase.d.ts +7 -0
  643. package/dist/utils/assetBase.d.ts.map +1 -0
  644. package/dist/utils/assetBase.js +14 -0
  645. package/dist/utils/debounce.d.ts +7 -2
  646. package/dist/utils/debounce.d.ts.map +1 -1
  647. package/dist/utils/debounce.js +8 -1
  648. package/dist/utils/pickRootDomAttributes.d.ts +18 -0
  649. package/dist/utils/pickRootDomAttributes.d.ts.map +1 -0
  650. package/dist/utils/shortcuts/ShortcutManager.d.ts +34 -0
  651. package/dist/utils/shortcuts/ShortcutManager.d.ts.map +1 -0
  652. package/dist/utils/shortcuts/ShortcutManager.js +159 -0
  653. package/dist/utils/shortcuts/constants.d.ts +10 -0
  654. package/dist/utils/shortcuts/constants.d.ts.map +1 -0
  655. package/dist/utils/shortcuts/constants.js +46 -0
  656. package/dist/utils/shortcuts/format.d.ts +3 -0
  657. package/dist/utils/shortcuts/format.d.ts.map +1 -0
  658. package/dist/utils/shortcuts/format.js +27 -0
  659. package/dist/utils/shortcuts/index.d.ts +8 -0
  660. package/dist/utils/shortcuts/index.d.ts.map +1 -0
  661. package/dist/utils/shortcuts/match.d.ts +9 -0
  662. package/dist/utils/shortcuts/match.d.ts.map +1 -0
  663. package/dist/utils/shortcuts/match.js +52 -0
  664. package/dist/utils/shortcuts/parse.d.ts +10 -0
  665. package/dist/utils/shortcuts/parse.d.ts.map +1 -0
  666. package/dist/utils/shortcuts/parse.js +50 -0
  667. package/dist/utils/shortcuts/platform.d.ts +2 -0
  668. package/dist/utils/shortcuts/platform.d.ts.map +1 -0
  669. package/dist/utils/shortcuts/platform.js +5 -0
  670. package/dist/utils/shortcuts/shortcuts.test.d.ts +2 -0
  671. package/dist/utils/shortcuts/shortcuts.test.d.ts.map +1 -0
  672. package/dist/utils/shortcuts/types.d.ts +50 -0
  673. package/dist/utils/shortcuts/types.d.ts.map +1 -0
  674. package/eslint-plugin/rules/no-barrel-import.js +21 -9
  675. package/package.json +21 -8
  676. package/dist/_virtual/extends.js +0 -6
  677. package/dist/_virtual/heatmap.js +0 -4
  678. package/dist/_virtual/highcharts-3d.js +0 -4
  679. package/dist/_virtual/highcharts-more.js +0 -4
  680. package/dist/_virtual/highcharts-react.min.js +0 -4
  681. package/dist/_virtual/highcharts.js +0 -4
  682. package/dist/_virtual/index17.js +0 -4
  683. package/dist/_virtual/interopRequireDefault.js +0 -4
  684. package/dist/_virtual/objectWithoutPropertiesLoose.js +0 -4
  685. package/dist/_virtual/stock.js +0 -4
  686. package/dist/_virtual/treemap.js +0 -4
  687. package/dist/_virtual/venn.js +0 -4
  688. package/dist/assets/Chart-dropdown.svg.js +0 -4
  689. package/dist/assets/CheckTickAll.svg.js +0 -4
  690. package/dist/assets/Collapse.svg.js +0 -4
  691. package/dist/assets/Comment.svg.js +0 -4
  692. package/dist/assets/Down.svg.js +0 -4
  693. package/dist/assets/IA_Logo.svg.js +0 -4
  694. package/dist/assets/MoreHorizontal.svg.js +0 -4
  695. package/dist/assets/Up.svg.js +0 -4
  696. package/dist/assets/active-notificationIcon.svg.js +0 -4
  697. package/dist/assets/activeModuleIcon.svg.js +0 -4
  698. package/dist/assets/bell.svg.js +0 -4
  699. package/dist/assets/bookmarkIcon.svg.js +0 -4
  700. package/dist/assets/calendar.svg.js +0 -4
  701. package/dist/assets/chat-home-icon.svg.js +0 -4
  702. package/dist/assets/chatBotMicIcon.svg.js +0 -4
  703. package/dist/assets/chatBotRefreshIcon.svg.js +0 -4
  704. package/dist/assets/chatBotSendIcon.svg.js +0 -4
  705. package/dist/assets/chatIcon.svg.js +0 -4
  706. package/dist/assets/chatbotBannerIcon.svg.js +0 -4
  707. package/dist/assets/chatbotStopIcon.svg.js +0 -4
  708. package/dist/assets/checkBlueIcon.svg.js +0 -4
  709. package/dist/assets/checkGreeIcon.svg.js +0 -4
  710. package/dist/assets/checkIcon.svg.js +0 -4
  711. package/dist/assets/clientLogos/Balsam.svg.js +0 -4
  712. package/dist/assets/clientLogos/Starboard.svg.js +0 -4
  713. package/dist/assets/clientLogos/figs.svg.js +0 -4
  714. package/dist/assets/close.svg.js +0 -4
  715. package/dist/assets/collapse-icon.svg.js +0 -4
  716. package/dist/assets/comment-indicator.svg.js +0 -4
  717. package/dist/assets/commentEmptyStateIcon.svg.js +0 -4
  718. package/dist/assets/createFlowImage.svg.js +0 -4
  719. package/dist/assets/csv-icon.svg.js +0 -4
  720. package/dist/assets/defaultViewIcon.svg.js +0 -4
  721. package/dist/assets/defaultViewIconActive.svg.js +0 -4
  722. package/dist/assets/delete-black.svg.js +0 -4
  723. package/dist/assets/deleteIcon.svg.js +0 -4
  724. package/dist/assets/deleteRedIcon.svg.js +0 -4
  725. package/dist/assets/downArrow.svg.js +0 -4
  726. package/dist/assets/edit-black.svg.js +0 -4
  727. package/dist/assets/editYellowIcon.svg.js +0 -4
  728. package/dist/assets/excel-icon.svg.js +0 -4
  729. package/dist/assets/expand-icon.svg.js +0 -4
  730. package/dist/assets/failed-csv-icon.svg.js +0 -4
  731. package/dist/assets/failed-excel-icon.svg.js +0 -4
  732. package/dist/assets/file-upload-error.svg.js +0 -4
  733. package/dist/assets/file-upload.svg.js +0 -4
  734. package/dist/assets/fileUploadDownloadIcon.svg.js +0 -4
  735. package/dist/assets/fileUploadRetryIcon.svg.js +0 -4
  736. package/dist/assets/hamburger-close.svg.js +0 -4
  737. package/dist/assets/help-icon.svg.js +0 -4
  738. package/dist/assets/historyIcon.svg.js +0 -4
  739. package/dist/assets/landingPageAssets/agenticIcons/starIcon1.svg.js +0 -4
  740. package/dist/assets/landingPageAssets/agenticIcons/starIcon2.svg.js +0 -4
  741. package/dist/assets/landingPageAssets/agenticIcons/starIcon3.svg.js +0 -4
  742. package/dist/assets/landingPageAssets/agenticIcons/starIcon4.svg.js +0 -4
  743. package/dist/assets/landingPageAssets/agenticIcons/starIcon5.svg.js +0 -4
  744. package/dist/assets/landingPageAssets/book-demo.svg.js +0 -4
  745. package/dist/assets/landingPageAssets/configuration_icon.svg.js +0 -4
  746. package/dist/assets/landingPageAssets/launch.svg.js +0 -4
  747. package/dist/assets/listIcon.svg.js +0 -4
  748. package/dist/assets/logout-icon.svg.js +0 -4
  749. package/dist/assets/material-symbols_sort.svg.js +0 -4
  750. package/dist/assets/message-icon-disabled.svg.js +0 -4
  751. package/dist/assets/message-icon.svg.js +0 -4
  752. package/dist/assets/newChatIcon.svg.js +0 -4
  753. package/dist/assets/no-filter-results.svg.js +0 -4
  754. package/dist/assets/notAllowedGreenIcon.svg.js +0 -4
  755. package/dist/assets/notification-dnd.svg.js +0 -4
  756. package/dist/assets/pageIcon.svg.js +0 -4
  757. package/dist/assets/pencilIcon.svg.js +0 -4
  758. package/dist/assets/pinedIcon.svg.js +0 -4
  759. package/dist/assets/pinnedIcon.svg.js +0 -4
  760. package/dist/assets/saveViewDeleteIcon.svg.js +0 -4
  761. package/dist/assets/saveViewEditIcon.svg.js +0 -4
  762. package/dist/assets/saveViewIcon.svg.js +0 -4
  763. package/dist/assets/search.svg.js +0 -4
  764. package/dist/assets/searchIcon.svg.js +0 -4
  765. package/dist/assets/searchIconTable.svg.js +0 -4
  766. package/dist/assets/sendIcon.svg.js +0 -4
  767. package/dist/assets/smartBotAlan.svg.js +0 -4
  768. package/dist/assets/success-fill.svg.js +0 -4
  769. package/dist/assets/success-gray.svg.js +0 -4
  770. package/dist/assets/sun.png.js +0 -4
  771. package/dist/assets/tableSettingIcon.svg.js +0 -4
  772. package/dist/assets/tableSortIcon.svg.js +0 -4
  773. package/dist/assets/text-icon.svg.js +0 -4
  774. package/dist/assets/thumbsUpYellowIcon.svg.js +0 -4
  775. package/dist/assets/thumbsupBlueIcon.svg.js +0 -4
  776. package/dist/assets/treadChatIcon.svg.js +0 -4
  777. package/dist/assets/treedotIcon.svg.js +0 -4
  778. package/dist/assets/unpinedIcon.svg.js +0 -4
  779. package/dist/assets/upload-close-icon.svg.js +0 -4
  780. package/dist/assets/upload-pause-icon.svg.js +0 -4
  781. package/dist/assets/uploadDownloadIcon.svg.js +0 -4
  782. package/dist/assets/userPlusIcon1.svg.js +0 -4
  783. package/dist/assets/warningRedIcon.svg.js +0 -4
  784. package/dist/assets/webp/clientLogos/PACSUN.webp.js +0 -4
  785. package/dist/assets/webp/clientLogos/aaa.webp.js +0 -4
  786. package/dist/assets/webp/clientLogos/al-futtaim.webp.js +0 -4
  787. package/dist/assets/webp/clientLogos/arhaus.webp.js +0 -4
  788. package/dist/assets/webp/clientLogos/asley-stewart.webp.js +0 -4
  789. package/dist/assets/webp/clientLogos/briscoe.webp.js +0 -4
  790. package/dist/assets/webp/clientLogos/carters.webp.js +0 -4
  791. package/dist/assets/webp/clientLogos/cb.webp.js +0 -4
  792. package/dist/assets/webp/clientLogos/coach.webp.js +0 -4
  793. package/dist/assets/webp/clientLogos/dollargeneral.webp.js +0 -4
  794. package/dist/assets/webp/clientLogos/fossil.webp.js +0 -4
  795. package/dist/assets/webp/clientLogos/jared.webp.js +0 -4
  796. package/dist/assets/webp/clientLogos/katespade.webp.js +0 -4
  797. package/dist/assets/webp/clientLogos/kay.webp.js +0 -4
  798. package/dist/assets/webp/clientLogos/kik.webp.js +0 -4
  799. package/dist/assets/webp/clientLogos/leslies.webp.js +0 -4
  800. package/dist/assets/webp/clientLogos/lovisa_1.webp.js +0 -4
  801. package/dist/assets/webp/clientLogos/lsco_logo_red.webp.js +0 -4
  802. package/dist/assets/webp/clientLogos/m-s.webp.js +0 -4
  803. package/dist/assets/webp/clientLogos/oshkosh.webp.js +0 -4
  804. package/dist/assets/webp/clientLogos/pantagonia.webp.js +0 -4
  805. package/dist/assets/webp/clientLogos/pink.webp.js +0 -4
  806. package/dist/assets/webp/clientLogos/pitta-roso.webp.js +0 -4
  807. package/dist/assets/webp/clientLogos/psp.webp.js +0 -4
  808. package/dist/assets/webp/clientLogos/ralphlauren.webp.js +0 -4
  809. package/dist/assets/webp/clientLogos/rebel.webp.js +0 -4
  810. package/dist/assets/webp/clientLogos/scarpe.webp.js +0 -4
  811. package/dist/assets/webp/clientLogos/signet.webp.js +0 -4
  812. package/dist/assets/webp/clientLogos/so5.webp.js +0 -4
  813. package/dist/assets/webp/clientLogos/spanx.webp.js +0 -4
  814. package/dist/assets/webp/clientLogos/stevemadden.webp.js +0 -4
  815. package/dist/assets/webp/clientLogos/stuart.webp.js +0 -4
  816. package/dist/assets/webp/clientLogos/tillys.webp.js +0 -4
  817. package/dist/assets/webp/clientLogos/tommy-bahama.webp.js +0 -4
  818. package/dist/assets/webp/clientLogos/vs.webp.js +0 -4
  819. package/dist/assets/webp/clientLogos/zales.webp.js +0 -4
  820. package/dist/assets/webp/emptyState1.webp.js +0 -4
  821. package/dist/assets/webp/emptyState2.webp.js +0 -4
  822. package/dist/assets/webp/emptyState3.webp.js +0 -4
  823. package/dist/assets/webp/emptyState4.webp.js +0 -4
  824. package/dist/assets/webp/emptyState5.webp.js +0 -4
  825. package/dist/assets/webp/emptyState6.webp.js +0 -4
  826. package/dist/assets/webp/landingPageAssets/agenticIcons/1.webp.js +0 -4
  827. package/dist/assets/webp/landingPageAssets/agenticIcons/10.webp.js +0 -4
  828. package/dist/assets/webp/landingPageAssets/agenticIcons/11.webp.js +0 -4
  829. package/dist/assets/webp/landingPageAssets/agenticIcons/12.webp.js +0 -4
  830. package/dist/assets/webp/landingPageAssets/agenticIcons/13.webp.js +0 -4
  831. package/dist/assets/webp/landingPageAssets/agenticIcons/14.webp.js +0 -4
  832. package/dist/assets/webp/landingPageAssets/agenticIcons/15.webp.js +0 -4
  833. package/dist/assets/webp/landingPageAssets/agenticIcons/17.webp.js +0 -4
  834. package/dist/assets/webp/landingPageAssets/agenticIcons/19.webp.js +0 -4
  835. package/dist/assets/webp/landingPageAssets/agenticIcons/2.webp.js +0 -4
  836. package/dist/assets/webp/landingPageAssets/agenticIcons/20.webp.js +0 -4
  837. package/dist/assets/webp/landingPageAssets/agenticIcons/21.webp.js +0 -4
  838. package/dist/assets/webp/landingPageAssets/agenticIcons/22.webp.js +0 -4
  839. package/dist/assets/webp/landingPageAssets/agenticIcons/23.webp.js +0 -4
  840. package/dist/assets/webp/landingPageAssets/agenticIcons/24.webp.js +0 -4
  841. package/dist/assets/webp/landingPageAssets/agenticIcons/3.webp.js +0 -4
  842. package/dist/assets/webp/landingPageAssets/agenticIcons/4.webp.js +0 -4
  843. package/dist/assets/webp/landingPageAssets/agenticIcons/5.webp.js +0 -4
  844. package/dist/assets/webp/landingPageAssets/agenticIcons/6.webp.js +0 -4
  845. package/dist/assets/webp/landingPageAssets/agenticIcons/7.webp.js +0 -4
  846. package/dist/assets/webp/landingPageAssets/agenticIcons/8.webp.js +0 -4
  847. package/dist/assets/webp/landingPageAssets/carouselImages/image-2.webp.js +0 -4
  848. package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -8
  849. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -6
  850. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -7
  851. package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -7
  852. package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -6
  853. package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -15
  854. package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -17
  855. package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -12
  856. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +0 -12
  857. package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -8
  858. package/dist/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -16
  859. package/dist/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -7
  860. package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -13
  861. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -6
  862. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -24
  863. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -6
  864. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -6
  865. package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -25
  866. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -13
  867. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -12
  868. package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -10
  869. package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -8
  870. package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -10
  871. package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -10
  872. package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -10
  873. package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -14
  874. package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -9
  875. package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -11
  876. package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -11
  877. package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -13
  878. package/dist/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -22
  879. package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +0 -59
  880. package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +0 -3405
  881. package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +0 -418
  882. package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +0 -301
  883. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -257
  884. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -122
  885. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -34
  886. package/dist/node_modules/@popperjs/core/lib/createPopper.js +0 -149
  887. package/dist/node_modules/@popperjs/core/lib/dom-utils/contains.js +0 -19
  888. package/dist/node_modules/@popperjs/core/lib/dom-utils/getBoundingClientRect.js +0 -38
  889. package/dist/node_modules/@popperjs/core/lib/dom-utils/getClippingRect.js +0 -61
  890. package/dist/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.js +0 -53
  891. package/dist/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js +0 -7
  892. package/dist/node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.js +0 -10
  893. package/dist/node_modules/@popperjs/core/lib/dom-utils/getDocumentRect.js +0 -27
  894. package/dist/node_modules/@popperjs/core/lib/dom-utils/getHTMLElementScroll.js +0 -9
  895. package/dist/node_modules/@popperjs/core/lib/dom-utils/getLayoutRect.js +0 -21
  896. package/dist/node_modules/@popperjs/core/lib/dom-utils/getNodeName.js +0 -6
  897. package/dist/node_modules/@popperjs/core/lib/dom-utils/getNodeScroll.js +0 -14
  898. package/dist/node_modules/@popperjs/core/lib/dom-utils/getOffsetParent.js +0 -51
  899. package/dist/node_modules/@popperjs/core/lib/dom-utils/getParentNode.js +0 -21
  900. package/dist/node_modules/@popperjs/core/lib/dom-utils/getScrollParent.js +0 -16
  901. package/dist/node_modules/@popperjs/core/lib/dom-utils/getViewportRect.js +0 -31
  902. package/dist/node_modules/@popperjs/core/lib/dom-utils/getWindow.js +0 -13
  903. package/dist/node_modules/@popperjs/core/lib/dom-utils/getWindowScroll.js +0 -13
  904. package/dist/node_modules/@popperjs/core/lib/dom-utils/getWindowScrollBarX.js +0 -9
  905. package/dist/node_modules/@popperjs/core/lib/dom-utils/instanceOf.js +0 -21
  906. package/dist/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js +0 -7
  907. package/dist/node_modules/@popperjs/core/lib/dom-utils/isScrollParent.js +0 -8
  908. package/dist/node_modules/@popperjs/core/lib/dom-utils/isTableElement.js +0 -7
  909. package/dist/node_modules/@popperjs/core/lib/dom-utils/listScrollParents.js +0 -22
  910. package/dist/node_modules/@popperjs/core/lib/enums.js +0 -54
  911. package/dist/node_modules/@popperjs/core/lib/modifiers/applyStyles.js +0 -71
  912. package/dist/node_modules/@popperjs/core/lib/modifiers/arrow.js +0 -72
  913. package/dist/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +0 -131
  914. package/dist/node_modules/@popperjs/core/lib/modifiers/eventListeners.js +0 -40
  915. package/dist/node_modules/@popperjs/core/lib/modifiers/flip.js +0 -113
  916. package/dist/node_modules/@popperjs/core/lib/modifiers/hide.js +0 -57
  917. package/dist/node_modules/@popperjs/core/lib/modifiers/offset.js +0 -43
  918. package/dist/node_modules/@popperjs/core/lib/modifiers/popperOffsets.js +0 -19
  919. package/dist/node_modules/@popperjs/core/lib/modifiers/preventOverflow.js +0 -105
  920. package/dist/node_modules/@popperjs/core/lib/popper.js +0 -28
  921. package/dist/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +0 -35
  922. package/dist/node_modules/@popperjs/core/lib/utils/computeOffsets.js +0 -59
  923. package/dist/node_modules/@popperjs/core/lib/utils/debounce.js +0 -17
  924. package/dist/node_modules/@popperjs/core/lib/utils/detectOverflow.js +0 -47
  925. package/dist/node_modules/@popperjs/core/lib/utils/expandToHashMap.js +0 -9
  926. package/dist/node_modules/@popperjs/core/lib/utils/getAltAxis.js +0 -6
  927. package/dist/node_modules/@popperjs/core/lib/utils/getBasePlacement.js +0 -6
  928. package/dist/node_modules/@popperjs/core/lib/utils/getFreshSideObject.js +0 -11
  929. package/dist/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js +0 -6
  930. package/dist/node_modules/@popperjs/core/lib/utils/getOppositePlacement.js +0 -14
  931. package/dist/node_modules/@popperjs/core/lib/utils/getOppositeVariationPlacement.js +0 -12
  932. package/dist/node_modules/@popperjs/core/lib/utils/getVariation.js +0 -6
  933. package/dist/node_modules/@popperjs/core/lib/utils/math.js +0 -8
  934. package/dist/node_modules/@popperjs/core/lib/utils/mergeByName.js +0 -16
  935. package/dist/node_modules/@popperjs/core/lib/utils/mergePaddingObject.js +0 -7
  936. package/dist/node_modules/@popperjs/core/lib/utils/orderModifiers.js +0 -39
  937. package/dist/node_modules/@popperjs/core/lib/utils/rectToClientRect.js +0 -11
  938. package/dist/node_modules/@popperjs/core/lib/utils/userAgent.js +0 -12
  939. package/dist/node_modules/@popperjs/core/lib/utils/within.js +0 -12
  940. package/dist/node_modules/@remix-run/router/dist/router.js +0 -400
  941. package/dist/node_modules/@tiptap/core/dist/index.js +0 -4252
  942. package/dist/node_modules/@tiptap/extension-blockquote/dist/index.js +0 -52
  943. package/dist/node_modules/@tiptap/extension-bold/dist/index.js +0 -86
  944. package/dist/node_modules/@tiptap/extension-bullet-list/dist/index.js +0 -68
  945. package/dist/node_modules/@tiptap/extension-code/dist/index.js +0 -62
  946. package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +0 -196
  947. package/dist/node_modules/@tiptap/extension-document/dist/index.js +0 -10
  948. package/dist/node_modules/@tiptap/extension-dropcursor/dist/index.js +0 -21
  949. package/dist/node_modules/@tiptap/extension-gapcursor/dist/index.js +0 -25
  950. package/dist/node_modules/@tiptap/extension-hard-break/dist/index.js +0 -60
  951. package/dist/node_modules/@tiptap/extension-heading/dist/index.js +0 -71
  952. package/dist/node_modules/@tiptap/extension-highlight/dist/index.js +0 -82
  953. package/dist/node_modules/@tiptap/extension-history/dist/index.js +0 -40
  954. package/dist/node_modules/@tiptap/extension-horizontal-rule/dist/index.js +0 -79
  955. package/dist/node_modules/@tiptap/extension-image/dist/index.js +0 -69
  956. package/dist/node_modules/@tiptap/extension-italic/dist/index.js +0 -85
  957. package/dist/node_modules/@tiptap/extension-link/dist/index.js +0 -360
  958. package/dist/node_modules/@tiptap/extension-list-item/dist/index.js +0 -34
  959. package/dist/node_modules/@tiptap/extension-mention/dist/index.js +0 -213
  960. package/dist/node_modules/@tiptap/extension-ordered-list/dist/index.js +0 -86
  961. package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +0 -36
  962. package/dist/node_modules/@tiptap/extension-placeholder/dist/index.js +0 -60
  963. package/dist/node_modules/@tiptap/extension-strike/dist/index.js +0 -72
  964. package/dist/node_modules/@tiptap/extension-text/dist/index.js +0 -9
  965. package/dist/node_modules/@tiptap/react/dist/index.js +0 -1077
  966. package/dist/node_modules/@tiptap/starter-kit/dist/index.js +0 -84
  967. package/dist/node_modules/@tiptap/suggestion/dist/index.js +0 -224
  968. package/dist/node_modules/dompurify/dist/purify.es.js +0 -1012
  969. package/dist/node_modules/emoji-picker-react/dist/emoji-picker-react.esm.js +0 -25708
  970. package/dist/node_modules/flairup/dist/esm/index.js +0 -334
  971. package/dist/node_modules/highcharts/highcharts-3d.js +0 -768
  972. package/dist/node_modules/highcharts/highcharts-more.js +0 -1814
  973. package/dist/node_modules/highcharts/highcharts.js +0 -5153
  974. package/dist/node_modules/highcharts/modules/heatmap.js +0 -416
  975. package/dist/node_modules/highcharts/modules/stock.js +0 -2095
  976. package/dist/node_modules/highcharts/modules/treemap.js +0 -558
  977. package/dist/node_modules/highcharts/modules/venn.js +0 -434
  978. package/dist/node_modules/highcharts-border-radius/index.js +0 -92
  979. package/dist/node_modules/highcharts-react-official/dist/highcharts-react.min.js +0 -106
  980. package/dist/node_modules/linkifyjs/dist/linkify.js +0 -1158
  981. package/dist/node_modules/memoize-one/dist/memoize-one.esm.js +0 -52
  982. package/dist/node_modules/orderedmap/dist/index.js +0 -119
  983. package/dist/node_modules/prosemirror-commands/dist/index.js +0 -526
  984. package/dist/node_modules/prosemirror-dropcursor/dist/index.js +0 -136
  985. package/dist/node_modules/prosemirror-gapcursor/dist/index.js +0 -220
  986. package/dist/node_modules/prosemirror-history/dist/index.js +0 -356
  987. package/dist/node_modules/prosemirror-keymap/dist/index.js +0 -83
  988. package/dist/node_modules/prosemirror-model/dist/index.js +0 -3208
  989. package/dist/node_modules/prosemirror-schema-list/dist/index.js +0 -130
  990. package/dist/node_modules/prosemirror-state/dist/index.js +0 -935
  991. package/dist/node_modules/prosemirror-transform/dist/index.js +0 -1861
  992. package/dist/node_modules/prosemirror-view/dist/index.js +0 -5223
  993. package/dist/node_modules/react-hook-form/dist/index.esm.js +0 -2089
  994. package/dist/node_modules/react-router/dist/index.js +0 -375
  995. package/dist/node_modules/react-router-dom/dist/index.js +0 -521
  996. package/dist/node_modules/react-select/dist/Select-ef7c0426.esm.js +0 -2317
  997. package/dist/node_modules/react-select/dist/index-641ee5b8.esm.js +0 -1071
  998. package/dist/node_modules/react-select/dist/react-select.esm.js +0 -20
  999. package/dist/node_modules/react-select/dist/useStateManager-7e1e8489.esm.js +0 -51
  1000. package/dist/node_modules/react-textarea-autosize/dist/react-textarea-autosize.browser.esm.js +0 -213
  1001. package/dist/node_modules/react-window/dist/index.esm.js +0 -505
  1002. package/dist/node_modules/react-window/node_modules/memoize-one/dist/memoize-one.esm.js +0 -50
  1003. package/dist/node_modules/rope-sequence/dist/index.js +0 -183
  1004. package/dist/node_modules/tippy.js/dist/tippy.esm.js +0 -1283
  1005. package/dist/node_modules/use-composed-ref/dist/use-composed-ref.esm.js +0 -25
  1006. package/dist/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.browser.esm.js +0 -5
  1007. package/dist/node_modules/use-latest/dist/use-latest.esm.js +0 -12
  1008. package/dist/node_modules/w3c-keyname/index.js +0 -105
  1009. package/dist/stats.html +0 -4950
@@ -0,0 +1,3870 @@
1
+ {
2
+ "version": 1,
3
+ "generatedAt": "2026-06-24T14:29:53.334Z",
4
+ "components": {
5
+ "Accordion": {
6
+ "title": "Components/Accordion",
7
+ "category": "Components",
8
+ "description": "Accordion displays collapsible content panels. Supports single/multi expansion modes with customizable headers and content.",
9
+ "examples": [
10
+ "WithAutomationIds",
11
+ "Default",
12
+ "ExpandFiresSetExpanded",
13
+ "WithExpandedPanel",
14
+ "MultiExpansion",
15
+ "SingleItem",
16
+ "Disabled",
17
+ "PartiallyDisabled",
18
+ "WithOnChange",
19
+ "FAQExample",
20
+ "SettingsExample",
21
+ "AllStates"
22
+ ],
23
+ "props": {
24
+ "expanded": {
25
+ "description": "Current expanded state. String for single mode, string array for multi mode.",
26
+ "type": "string | string[]",
27
+ "required": true
28
+ },
29
+ "setExpanded": {
30
+ "description": "Callback to update expanded state.",
31
+ "type": "(value: string | string[]) => void",
32
+ "required": true
33
+ },
34
+ "isMultiExpanded": {
35
+ "description": "When true, multiple panels can be expanded simultaneously.",
36
+ "type": "boolean",
37
+ "defaultValue": "false",
38
+ "required": false
39
+ },
40
+ "data": {
41
+ "description": "Array of accordion items with value, header, and content.",
42
+ "type": "AccordionItemData[]",
43
+ "required": true
44
+ },
45
+ "onChange": {
46
+ "description": "Custom change handler. Takes precedence over setExpanded.",
47
+ "type": "(value: string) => void",
48
+ "required": true
49
+ },
50
+ "isSingleItem": {
51
+ "description": "When true, renders a single accordion using singleData.",
52
+ "type": "boolean",
53
+ "defaultValue": "false",
54
+ "required": false
55
+ },
56
+ "singleData": {
57
+ "description": "Data for single item mode.",
58
+ "type": "SingleAccordionData",
59
+ "required": true
60
+ },
61
+ "disabled": {
62
+ "description": "Disables all accordion items.",
63
+ "type": "boolean",
64
+ "defaultValue": "false",
65
+ "required": false
66
+ }
67
+ },
68
+ "storyFile": "src/components/Accordion/Accordion.stories.tsx"
69
+ },
70
+ "AccordionModern": {
71
+ "title": "Components/AccordionModern",
72
+ "category": "Components",
73
+ "description": "Compact accordion with optional drag-and-drop reordering. Supports single or multiple expanded items. Use for FAQs, settings panels, or nested navigation. Items can show an optional count badge (e.g. number of children).",
74
+ "examples": [
75
+ "Default",
76
+ "SingleExpanded",
77
+ "MultiExpand",
78
+ "Draggable",
79
+ "WithCallback",
80
+ "ExpandCollapseInteraction",
81
+ "AllVariants"
82
+ ],
83
+ "props": {
84
+ "draggable": {
85
+ "description": "Enable drag-and-drop reordering. Items must have unique `id`.",
86
+ "type": "unknown",
87
+ "required": true
88
+ },
89
+ "isMultiExpanded": {
90
+ "description": "Allow multiple panels to be open at once.",
91
+ "type": "unknown",
92
+ "required": true
93
+ },
94
+ "expanded": {
95
+ "description": "",
96
+ "type": "unknown",
97
+ "required": true
98
+ },
99
+ "setExpanded": {
100
+ "description": "",
101
+ "type": "unknown",
102
+ "required": true
103
+ },
104
+ "data": {
105
+ "description": "",
106
+ "type": "unknown",
107
+ "required": true
108
+ },
109
+ "onChange": {
110
+ "description": "Fired when expansion state changes (value or value array).",
111
+ "type": "unknown",
112
+ "required": true
113
+ }
114
+ },
115
+ "storyFile": "src/components/AccordionModern/AccordionModern.stories.tsx"
116
+ },
117
+ "Alert": {
118
+ "title": "Components/Alert",
119
+ "category": "Components",
120
+ "description": "Alert displays contextual feedback messages with severity-based styling. Supports success, info, warning, and error states with optional actions and close functionality.",
121
+ "examples": [
122
+ "WithAutomationIds",
123
+ "Success",
124
+ "Info",
125
+ "Warning",
126
+ "Error",
127
+ "WithoutTitle",
128
+ "TitleOnly",
129
+ "WithAction",
130
+ "ActionAndCloseCallbacks",
131
+ "Dismissible",
132
+ "WithActionAndClose",
133
+ "SubtleBackground",
134
+ "AllSeverities",
135
+ "DismissibleExample",
136
+ "RealWorldExamples",
137
+ "InlineFormAlerts",
138
+ "NotificationStack"
139
+ ],
140
+ "props": {
141
+ "severity": {
142
+ "description": "The severity level determines the color scheme and icon. Use `success` for confirmations, `info` for tips, `warning` for cautions, and `error` for failures.",
143
+ "type": "unknown",
144
+ "options": [
145
+ "success",
146
+ "info",
147
+ "warning",
148
+ "error"
149
+ ],
150
+ "required": true
151
+ },
152
+ "title": {
153
+ "description": "The main title text of the alert. If omitted, the capitalized severity type is shown.",
154
+ "type": "string",
155
+ "required": true
156
+ },
157
+ "description": {
158
+ "description": "Additional description text displayed below the title for more context.",
159
+ "type": "string",
160
+ "required": true
161
+ },
162
+ "actionName": {
163
+ "description": "Text for the action button. Both `actionName` and `onAction` must be provided for the button to appear.",
164
+ "type": "string",
165
+ "required": true
166
+ },
167
+ "onAction": {
168
+ "description": "Callback when the action button is clicked. Both `actionName` and `onAction` must be provided.",
169
+ "type": "() => void",
170
+ "required": true
171
+ },
172
+ "onClose": {
173
+ "description": "Callback when the close button is clicked. If provided, a close button will be displayed.",
174
+ "type": "() => void",
175
+ "required": true
176
+ },
177
+ "subtleBackground": {
178
+ "description": "When true, removes the shadow and border for a more subtle inline appearance.",
179
+ "type": "boolean",
180
+ "defaultValue": "false",
181
+ "required": false
182
+ },
183
+ "actionButtonProps": {
184
+ "description": "Additional props to pass to the action Button component.",
185
+ "type": "Partial<ButtonProps>",
186
+ "required": true
187
+ }
188
+ },
189
+ "storyFile": "src/components/Alert/Alert.stories.tsx"
190
+ },
191
+ "Avatar": {
192
+ "title": "Components/Avatar",
193
+ "category": "Components",
194
+ "description": "Avatar displays user profile pictures or initials. Supports images, two-character initials, or single initials with three size variants.",
195
+ "examples": [
196
+ "WithAutomationIds",
197
+ "Default",
198
+ "WithPicture",
199
+ "WithInitials",
200
+ "OnlyFirstInitial",
201
+ "Small",
202
+ "Medium",
203
+ "Large",
204
+ "SingleWordName",
205
+ "ThreeWordName",
206
+ "AllSizes",
207
+ "AllTypes",
208
+ "UserList",
209
+ "Clickable",
210
+ "AvatarStack"
211
+ ],
212
+ "props": {
213
+ "label": {
214
+ "description": "The name used to generate initials. For",
215
+ "type": "string",
216
+ "defaultValue": "Unknown",
217
+ "required": false
218
+ },
219
+ "type": {
220
+ "description": "Controls how the avatar content is displayed. `withPicture` shows an image, `withoutPicture` shows 2 initials, `onlyName` shows 1 initial.",
221
+ "type": "unknown",
222
+ "defaultValue": "withoutPicture",
223
+ "options": [
224
+ "withPicture",
225
+ "withoutPicture",
226
+ "onlyName"
227
+ ],
228
+ "required": false
229
+ },
230
+ "src": {
231
+ "description": "The URL of the profile image. Only used when type is `withPicture`.",
232
+ "type": "string",
233
+ "required": true
234
+ },
235
+ "size": {
236
+ "description": "The size of the avatar. `small` = 36px, `medium` = 48px, `large` = 64px (default).",
237
+ "type": "unknown",
238
+ "defaultValue": "large",
239
+ "options": [
240
+ "small",
241
+ "medium",
242
+ "large"
243
+ ],
244
+ "required": false
245
+ },
246
+ "alt": {
247
+ "description": "Alternative text for accessibility. If not provided, the label will be used as alt text.",
248
+ "type": "string",
249
+ "required": true
250
+ },
251
+ "onClick": {
252
+ "description": "Click handler for the avatar, useful for profile navigation.",
253
+ "type": "(event: MouseEvent) => void",
254
+ "required": true
255
+ }
256
+ },
257
+ "storyFile": "src/components/Avatar/Avatar.stories.tsx"
258
+ },
259
+ "Badge": {
260
+ "title": "Components/Badge",
261
+ "category": "Components",
262
+ "description": "",
263
+ "examples": [
264
+ "WithAutomationIds",
265
+ "Default",
266
+ "Filled",
267
+ "Stroke",
268
+ "Subtle",
269
+ "FilledInfo",
270
+ "FilledError",
271
+ "FilledWarning",
272
+ "FilledSuccess",
273
+ "StrokeInfo",
274
+ "StrokeError",
275
+ "StrokeWarning",
276
+ "StrokeSuccess",
277
+ "SubtleInfo",
278
+ "SubtleError",
279
+ "SubtleWarning",
280
+ "SubtleSuccess",
281
+ "SmallSize",
282
+ "MediumSize",
283
+ "WithIconAndLabel",
284
+ "IconOnly",
285
+ "AllVariants",
286
+ "AllFilledColors",
287
+ "AllStrokeColors",
288
+ "AllSubtleColors",
289
+ "AllSizes",
290
+ "AllWithIcons",
291
+ "IconOnlyVariants",
292
+ "CompleteShowcase"
293
+ ],
294
+ "props": {
295
+ "variant": {
296
+ "description": "",
297
+ "type": "unknown",
298
+ "options": [
299
+ "filled",
300
+ "stroke",
301
+ "subtle"
302
+ ],
303
+ "required": true
304
+ },
305
+ "color": {
306
+ "description": "",
307
+ "type": "unknown",
308
+ "options": [
309
+ "info",
310
+ "error",
311
+ "warning",
312
+ "success"
313
+ ],
314
+ "required": true
315
+ },
316
+ "size": {
317
+ "description": "",
318
+ "type": "unknown",
319
+ "options": [
320
+ "small",
321
+ "medium"
322
+ ],
323
+ "required": true
324
+ },
325
+ "isIcon": {
326
+ "description": "",
327
+ "type": "unknown",
328
+ "required": true
329
+ },
330
+ "label": {
331
+ "description": "",
332
+ "type": "unknown",
333
+ "required": true
334
+ }
335
+ },
336
+ "storyFile": "src/components/Badge/Badge.stories.tsx"
337
+ },
338
+ "BottomSheet": {
339
+ "title": "Components/BottomSheet",
340
+ "category": "Components",
341
+ "description": "Bottom sheet modal that slides up from the bottom. Extends Modal props; use **Controls** to try all options.",
342
+ "examples": [
343
+ "Default",
344
+ "WithFooter",
345
+ "WithExpandIcon",
346
+ "Playground",
347
+ "WithPrimaryAndSecondaryButtons"
348
+ ],
349
+ "props": {
350
+ "open": {
351
+ "description": "Whether the bottom sheet is open",
352
+ "type": "unknown",
353
+ "required": true
354
+ },
355
+ "title": {
356
+ "description": "Title shown in the header",
357
+ "type": "unknown",
358
+ "required": true
359
+ },
360
+ "withExpandIcon": {
361
+ "description": "Show expand/collapse icon in header",
362
+ "type": "unknown",
363
+ "required": true
364
+ },
365
+ "maxHeight": {
366
+ "description": "Max height of the sheet (e.g.",
367
+ "type": "unknown",
368
+ "required": true
369
+ },
370
+ "zIndex": {
371
+ "description": "Z-index of the modal backdrop (inherited from Modal)",
372
+ "type": "unknown",
373
+ "required": true
374
+ },
375
+ "size": {
376
+ "description": "Modal size (inherited from Modal; affects non–bottom-sheet layout)",
377
+ "type": "unknown",
378
+ "options": [
379
+ "small",
380
+ "medium",
381
+ "large"
382
+ ],
383
+ "required": true
384
+ },
385
+ "className": {
386
+ "description": "Additional CSS class for the modal container",
387
+ "type": "unknown",
388
+ "required": true
389
+ },
390
+ "primaryButtonLabel": {
391
+ "description": "Label for the primary footer button (inherited from Modal)",
392
+ "type": "unknown",
393
+ "required": true
394
+ },
395
+ "secondaryButtonLabel": {
396
+ "description": "Label for the secondary footer button (inherited from Modal)",
397
+ "type": "unknown",
398
+ "required": true
399
+ },
400
+ "onClose": {
401
+ "description": "",
402
+ "type": "unknown",
403
+ "required": true
404
+ },
405
+ "onPrimaryButtonClick": {
406
+ "description": "",
407
+ "type": "unknown",
408
+ "required": true
409
+ },
410
+ "onSecondaryButtonClick": {
411
+ "description": "",
412
+ "type": "unknown",
413
+ "required": true
414
+ },
415
+ "onExpand": {
416
+ "description": "",
417
+ "type": "unknown",
418
+ "required": true
419
+ }
420
+ },
421
+ "storyFile": "src/components/BottomSheet/BottomSheet.stories.tsx"
422
+ },
423
+ "Breadcrumbs": {
424
+ "title": "Components/Breadcrumbs",
425
+ "category": "Components",
426
+ "description": "Breadcrumbs show the current location in a hierarchy and allow navigation back. When the path is long, the first item, a",
427
+ "examples": [
428
+ "WithAutomationIds",
429
+ "Default",
430
+ "ShortPath",
431
+ "LongPath",
432
+ "WithClickHandlers",
433
+ "WithDisabledItem",
434
+ "Interactive",
435
+ "BreadcrumbClickNavigation",
436
+ "SingleItem"
437
+ ],
438
+ "props": {
439
+ "list": {
440
+ "description": "Array of { label, to?, onClick?, disabled? }",
441
+ "type": "unknown",
442
+ "required": true
443
+ }
444
+ },
445
+ "storyFile": "src/components/Breadcrumbs/Breadcrumbs.stories.tsx"
446
+ },
447
+ "Button": {
448
+ "title": "Components/Button",
449
+ "category": "Components",
450
+ "description": "",
451
+ "examples": [
452
+ "WithAutomationIds",
453
+ "Primary",
454
+ "WithClickAction",
455
+ "IconOnlyWithAriaLabel",
456
+ "Secondary",
457
+ "Tertiary",
458
+ "Text",
459
+ "Destructive",
460
+ "Small",
461
+ "Medium",
462
+ "Large",
463
+ "Loading",
464
+ "Disabled",
465
+ "WithIconLeft",
466
+ "WithIconRight",
467
+ "IconOnly",
468
+ "AllVariants",
469
+ "AllSizes",
470
+ "AllStates"
471
+ ],
472
+ "props": {
473
+ "size": {
474
+ "description": "",
475
+ "type": "unknown",
476
+ "options": [
477
+ "small",
478
+ "medium",
479
+ "large"
480
+ ],
481
+ "required": true
482
+ },
483
+ "variant": {
484
+ "description": "",
485
+ "type": "unknown",
486
+ "options": [
487
+ "primary",
488
+ "contained",
489
+ "secondary",
490
+ "outlined",
491
+ "tertiary",
492
+ "text",
493
+ "url"
494
+ ],
495
+ "required": true
496
+ },
497
+ "type": {
498
+ "description": "",
499
+ "type": "unknown",
500
+ "options": [
501
+ "default",
502
+ "destructive"
503
+ ],
504
+ "required": true
505
+ },
506
+ "loading": {
507
+ "description": "",
508
+ "type": "unknown",
509
+ "required": true
510
+ },
511
+ "disabled": {
512
+ "description": "",
513
+ "type": "unknown",
514
+ "required": true
515
+ },
516
+ "iconPlacement": {
517
+ "description": "",
518
+ "type": "unknown",
519
+ "options": [
520
+ "left",
521
+ "right"
522
+ ],
523
+ "required": true
524
+ },
525
+ "onClick": {
526
+ "description": "Fired when the button is clicked.",
527
+ "type": "unknown",
528
+ "required": true
529
+ }
530
+ },
531
+ "storyFile": "src/components/Button/Button.stories.tsx"
532
+ },
533
+ "ButtonGroup": {
534
+ "title": "Components/ButtonGroup",
535
+ "category": "Components",
536
+ "description": "A group of toggle buttons where one option can be selected at a time. Ideal for view switchers (list/grid/map), filters (All/Active/Archived), or sort options. Supports icons, disabled state per option or for the whole group, and full keyboard navigation.",
537
+ "examples": [
538
+ "Default",
539
+ "TextOnly",
540
+ "WithIcons",
541
+ "Disabled",
542
+ "WithDisabledOption",
543
+ "SelectionFiresOnChange",
544
+ "AllVariants"
545
+ ],
546
+ "props": {
547
+ "selectedOption": {
548
+ "description": "Currently selected value (controlled)",
549
+ "type": "unknown",
550
+ "options": [
551
+ "list",
552
+ "grid",
553
+ "map"
554
+ ],
555
+ "required": true
556
+ },
557
+ "isDisabled": {
558
+ "description": "",
559
+ "type": "unknown",
560
+ "required": true
561
+ },
562
+ "onChange": {
563
+ "description": "Fired when selection changes. Receives the selected option value.",
564
+ "type": "unknown",
565
+ "required": true
566
+ },
567
+ "options": {
568
+ "description": "",
569
+ "type": "unknown",
570
+ "required": true
571
+ }
572
+ },
573
+ "storyFile": "src/components/ButtonGroup/ButtonGroup.stories.tsx"
574
+ },
575
+ "Card": {
576
+ "title": "Components/Card",
577
+ "category": "Components",
578
+ "description": "",
579
+ "examples": [
580
+ "WithAutomationIds",
581
+ "Default",
582
+ "ExtraSmall",
583
+ "Small",
584
+ "Medium",
585
+ "Large",
586
+ "ExtraLarge",
587
+ "ExtraLarge3x",
588
+ "Clickable",
589
+ "ClickableFiresOnClick",
590
+ "CustomPadding",
591
+ "CustomDimensions",
592
+ "WithContent",
593
+ "ProductCard",
594
+ "ProfileCard",
595
+ "AllSizes",
596
+ "CardGrid",
597
+ "ClickableCard"
598
+ ],
599
+ "props": {
600
+ "size": {
601
+ "description": "",
602
+ "type": "unknown",
603
+ "options": [
604
+ "extraSmall",
605
+ "small",
606
+ "medium",
607
+ "large",
608
+ "extraLarge",
609
+ "extraLarge-3x"
610
+ ],
611
+ "required": true
612
+ },
613
+ "clickable": {
614
+ "description": "",
615
+ "type": "unknown",
616
+ "required": true
617
+ },
618
+ "padding": {
619
+ "description": "",
620
+ "type": "unknown",
621
+ "required": true
622
+ },
623
+ "width": {
624
+ "description": "",
625
+ "type": "unknown",
626
+ "required": true
627
+ },
628
+ "maxWidth": {
629
+ "description": "",
630
+ "type": "unknown",
631
+ "required": true
632
+ },
633
+ "minHeight": {
634
+ "description": "",
635
+ "type": "unknown",
636
+ "required": true
637
+ },
638
+ "onClick": {
639
+ "description": "Fired when the card is clicked (only when clickable is true).",
640
+ "type": "unknown",
641
+ "required": true
642
+ }
643
+ },
644
+ "storyFile": "src/components/Card/Card.stories.tsx"
645
+ },
646
+ "Chart": {
647
+ "title": "Components/Chart",
648
+ "category": "Components",
649
+ "description": "Highcharts-based chart with optional header, download, expand, and chart-type selector. Use **Controls** to change chart type, series, and options.",
650
+ "examples": [
651
+ "WithAutomationIds",
652
+ "Default",
653
+ "LineChart",
654
+ "PieChart",
655
+ "WithoutHeader",
656
+ "WithFallbackContent",
657
+ "WithSwitchButton",
658
+ "WithChartTypeDropdown",
659
+ "WithTopLeftAndTopRightOptions",
660
+ "WithCustomLegend",
661
+ "DownloadAndExpandActions",
662
+ "StackedColumn",
663
+ "WithDataTestIdAndClassName",
664
+ "Playground",
665
+ "AreaChart",
666
+ "BarChart",
667
+ "ScatterChart",
668
+ "WithCustomSystemButton",
669
+ "NoDownloadOrExpand"
670
+ ],
671
+ "props": {
672
+ "graphType": {
673
+ "description": "Highcharts series type",
674
+ "type": "unknown",
675
+ "options": [
676
+ "column",
677
+ "line",
678
+ "area",
679
+ "pie",
680
+ "bar",
681
+ "scatter"
682
+ ],
683
+ "required": true
684
+ },
685
+ "graphTitle": {
686
+ "description": "Title shown in header",
687
+ "type": "unknown",
688
+ "required": true
689
+ },
690
+ "showchart": {
691
+ "description": "When false, fallbackContent is rendered",
692
+ "type": "unknown",
693
+ "required": true
694
+ },
695
+ "showHeader": {
696
+ "description": "Show header with title and action buttons",
697
+ "type": "unknown",
698
+ "required": true
699
+ },
700
+ "showDownloadButton": {
701
+ "description": "Show download button",
702
+ "type": "unknown",
703
+ "required": true
704
+ },
705
+ "showExpandButton": {
706
+ "description": "Show expand/fullscreen button",
707
+ "type": "unknown",
708
+ "required": true
709
+ },
710
+ "showSwitchButton": {
711
+ "description": "Show toggle table/chart button",
712
+ "type": "unknown",
713
+ "required": true
714
+ },
715
+ "showChartTypeDropdown": {
716
+ "description": "Show chart type dropdown",
717
+ "type": "unknown",
718
+ "required": true
719
+ },
720
+ "cardContainer": {
721
+ "description": "Wrap in card container with shadow",
722
+ "type": "unknown",
723
+ "required": true
724
+ },
725
+ "onChartDownload": {
726
+ "description": "",
727
+ "type": "unknown",
728
+ "required": true
729
+ },
730
+ "setShowChart": {
731
+ "description": "",
732
+ "type": "unknown",
733
+ "required": true
734
+ },
735
+ "handleChartExpand": {
736
+ "description": "",
737
+ "type": "unknown",
738
+ "required": true
739
+ }
740
+ },
741
+ "storyFile": "src/components/Chart/Chart.stories.tsx"
742
+ },
743
+ "Chatbot": {
744
+ "title": "Components/Chatbot",
745
+ "category": "Components",
746
+ "description": "Typed Chatbot migrated from OldJsComponents with history panel, module menu, and conversation flow.",
747
+ "examples": [
748
+ "Default",
749
+ "NewChatFlow",
750
+ "HistoryPanelInteractions",
751
+ "CustomScreenAndStop"
752
+ ],
753
+ "props": {},
754
+ "storyFile": "src/components/Chatbot/Chatbot.stories.tsx"
755
+ },
756
+ "bookMarkPanel": {
757
+ "title": "Components/Chatbot/BookMarkPanel",
758
+ "category": "Components",
759
+ "description": "BookMarkPanel displays saved questions organized in tabs: Pre Defined and Added by You.",
760
+ "examples": [
761
+ "Default",
762
+ "PreDefinedTabActive",
763
+ "SwitchToAddedByYouTab",
764
+ "SwitchBetweenTabs",
765
+ "CloseButtonClick",
766
+ "AddButtonPresent",
767
+ "WithEmptyPreDefinedQuestions",
768
+ "WithEmptyAddedByYouQuestions",
769
+ "DisplaysAddedByYouQuestions",
770
+ "HeaderElements",
771
+ "QuestionItemStructure",
772
+ "WithManyQuestions",
773
+ "NoCloseHandler"
774
+ ],
775
+ "props": {},
776
+ "storyFile": "src/components/Chatbot/bookMarkPanel.stories.tsx"
777
+ },
778
+ "Checkbox": {
779
+ "title": "Components/Checkbox",
780
+ "category": "Components",
781
+ "description": "Checkbox provides binary selection with default and dashed variants, optional dropdown menu, and full accessibility support.",
782
+ "examples": [
783
+ "WithAutomationIds",
784
+ "Default",
785
+ "Checked",
786
+ "Required",
787
+ "Disabled",
788
+ "DisabledChecked",
789
+ "DashedVariant",
790
+ "WithoutFormLabel",
791
+ "WithoutFormLabelRequired",
792
+ "WithDropdown",
793
+ "DropdownWithDisabled",
794
+ "Controlled",
795
+ "MultipleSelection",
796
+ "SelectAllPattern",
797
+ "FormAcceptance",
798
+ "AllVariantsAndStates",
799
+ "DropdownWithActions"
800
+ ],
801
+ "props": {
802
+ "label": {
803
+ "description": "Label text displayed next to the checkbox.",
804
+ "type": "ReactNode",
805
+ "required": true
806
+ },
807
+ "variant": {
808
+ "description": "Visual variant: default (checkmark) or dashed (horizontal line).",
809
+ "type": "unknown",
810
+ "defaultValue": "default",
811
+ "options": [
812
+ "default",
813
+ "dashed"
814
+ ],
815
+ "required": false
816
+ },
817
+ "checked": {
818
+ "description": "Controlled checked state.",
819
+ "type": "boolean",
820
+ "required": true
821
+ },
822
+ "defaultChecked": {
823
+ "description": "Initial checked state for uncontrolled mode.",
824
+ "type": "boolean",
825
+ "required": true
826
+ },
827
+ "disabled": {
828
+ "description": "Disables the checkbox.",
829
+ "type": "boolean",
830
+ "defaultValue": "false",
831
+ "required": false
832
+ },
833
+ "required": {
834
+ "description": "Shows required asterisk indicator.",
835
+ "type": "boolean",
836
+ "defaultValue": "false",
837
+ "required": false
838
+ },
839
+ "withoutFormLabel": {
840
+ "description": "Renders without MUI FormControlLabel wrapper.",
841
+ "type": "boolean",
842
+ "defaultValue": "false",
843
+ "required": false
844
+ },
845
+ "withDropDown": {
846
+ "description": "Adds dropdown menu arrow with menu items.",
847
+ "type": "boolean",
848
+ "defaultValue": "false",
849
+ "required": false
850
+ },
851
+ "dropDownData": {
852
+ "description": "Menu items for dropdown (required when withDropDown is true).",
853
+ "type": "DropdownItemData[]",
854
+ "required": true
855
+ },
856
+ "onChange": {
857
+ "description": "Callback when checked state changes.",
858
+ "type": "(event: ChangeEvent<HTMLInputElement>) => void",
859
+ "required": true
860
+ }
861
+ },
862
+ "storyFile": "src/components/Checkbox/Checkbox.stories.tsx"
863
+ },
864
+ "Chips": {
865
+ "title": "Components/Chips",
866
+ "category": "Components",
867
+ "description": "Chips are compact elements used for inputs, attributes, or actions. Support single selection (radio), multiple selection (checkbox), or simple clickable tags.",
868
+ "examples": [
869
+ "WithAutomationIds",
870
+ "SingleChipOnly",
871
+ "Default",
872
+ "SingleType",
873
+ "MultiType",
874
+ "Active",
875
+ "SingleActive",
876
+ "MultiActive",
877
+ "Disabled",
878
+ "DisabledSingle",
879
+ "DisabledActiveMulti",
880
+ "SingleSelectionGroup",
881
+ "MultiSelectionGroup",
882
+ "AllTypes",
883
+ "FilterExample",
884
+ "CategorySelection",
885
+ "ProfileSkills"
886
+ ],
887
+ "props": {
888
+ "label": {
889
+ "description": "The text content displayed inside the chip. This value is passed to the onClick callback.",
890
+ "type": "string",
891
+ "required": true
892
+ },
893
+ "type": {
894
+ "description": "The chip type determines the selection indicator style. `default` has no indicator, `single` shows a radio button, `multi` shows a checkbox.",
895
+ "type": "unknown",
896
+ "defaultValue": "default",
897
+ "options": [
898
+ "default",
899
+ "single",
900
+ "multi"
901
+ ],
902
+ "required": false
903
+ },
904
+ "isActive": {
905
+ "description": "Whether the chip is in its selected/active state. Visual appearance depends on the type prop.",
906
+ "type": "boolean",
907
+ "defaultValue": "false",
908
+ "required": false
909
+ },
910
+ "disabled": {
911
+ "description": "When true, the chip is non-interactive and displays in a muted style.",
912
+ "type": "boolean",
913
+ "defaultValue": "false",
914
+ "required": false
915
+ },
916
+ "onClick": {
917
+ "description": "Callback function triggered when the chip is clicked. Receives the label as an argument.",
918
+ "type": "(label: string) => void",
919
+ "required": true
920
+ }
921
+ },
922
+ "storyFile": "src/components/Chips/Chips.stories.tsx"
923
+ },
924
+ "CreateItemFlow": {
925
+ "title": "Components/CreateItemFlow",
926
+ "category": "Components",
927
+ "description": "",
928
+ "examples": [
929
+ "Default",
930
+ "StepTwo",
931
+ "LastStep",
932
+ "CustomActions"
933
+ ],
934
+ "props": {
935
+ "onCancel": {
936
+ "description": "",
937
+ "type": "unknown",
938
+ "required": true
939
+ },
940
+ "onNext": {
941
+ "description": "",
942
+ "type": "unknown",
943
+ "required": true
944
+ },
945
+ "onPrev": {
946
+ "description": "",
947
+ "type": "unknown",
948
+ "required": true
949
+ },
950
+ "onStepClick": {
951
+ "description": "",
952
+ "type": "unknown",
953
+ "required": true
954
+ }
955
+ },
956
+ "storyFile": "src/components/CreateItemFlow/CreateItemFlow.stories.tsx"
957
+ },
958
+ "DatePicker": {
959
+ "title": "Components/DatePicker",
960
+ "category": "Components",
961
+ "description": "Single date picker using react-dates and moment. Use **Controls** to toggle label, required, disabled, format, portal, month/year select, and footer actions.",
962
+ "examples": [
963
+ "Default",
964
+ "WithInitialDate",
965
+ "OpenDropdownAndApply",
966
+ "OpenDropdownAndCancel",
967
+ "OpenDropdownAndClear",
968
+ "WithPortal",
969
+ "WithMonthYearSelect",
970
+ "CustomYearsAsLabelValuePairs",
971
+ "WithWeekNumbers",
972
+ "WithMinMax",
973
+ "Disabled",
974
+ "ErrorState",
975
+ "Required",
976
+ "FullWidth",
977
+ "LabelLeft",
978
+ "Playground",
979
+ "CloseOnDateSelect",
980
+ "ClickOutsideCloses",
981
+ "PortalBlanketClosesDropdown",
982
+ "UsesHandleDateChange",
983
+ "OutsideRangeSelectedShowsError",
984
+ "SelectDayKeepsPopoverOpen",
985
+ "AgGridSkipsOutsideClose",
986
+ "AlternateDisplayFormat",
987
+ "WithRootClassName",
988
+ "WithCustomIcon",
989
+ "ReadOnlyWithValue"
990
+ ],
991
+ "props": {
992
+ "label": {
993
+ "description": "Label above the input",
994
+ "type": "unknown",
995
+ "required": true
996
+ },
997
+ "isRequired": {
998
+ "description": "",
999
+ "type": "unknown",
1000
+ "required": true
1001
+ },
1002
+ "isDisabled": {
1003
+ "description": "",
1004
+ "type": "unknown",
1005
+ "required": true
1006
+ },
1007
+ "isError": {
1008
+ "description": "",
1009
+ "type": "unknown",
1010
+ "required": true
1011
+ },
1012
+ "fullWidth": {
1013
+ "description": "",
1014
+ "type": "unknown",
1015
+ "required": true
1016
+ },
1017
+ "labelOrientation": {
1018
+ "description": "",
1019
+ "type": "unknown",
1020
+ "options": [
1021
+ "top",
1022
+ "left"
1023
+ ],
1024
+ "required": true
1025
+ },
1026
+ "displayFormat": {
1027
+ "description": "",
1028
+ "type": "unknown",
1029
+ "required": true
1030
+ },
1031
+ "placeholder": {
1032
+ "description": "",
1033
+ "type": "unknown",
1034
+ "required": true
1035
+ },
1036
+ "closeOnDateSelect": {
1037
+ "description": "",
1038
+ "type": "unknown",
1039
+ "required": true
1040
+ },
1041
+ "withPortal": {
1042
+ "description": "",
1043
+ "type": "unknown",
1044
+ "required": true
1045
+ },
1046
+ "showMonthYearSelect": {
1047
+ "description": "",
1048
+ "type": "unknown",
1049
+ "required": true
1050
+ },
1051
+ "showWeekNumbers": {
1052
+ "description": "",
1053
+ "type": "unknown",
1054
+ "required": true
1055
+ },
1056
+ "readOnly": {
1057
+ "description": "",
1058
+ "type": "unknown",
1059
+ "required": true
1060
+ },
1061
+ "setSelectedDate": {
1062
+ "description": "",
1063
+ "type": "unknown",
1064
+ "required": true
1065
+ },
1066
+ "onPrimaryButtonClick": {
1067
+ "description": "",
1068
+ "type": "unknown",
1069
+ "required": true
1070
+ },
1071
+ "onSecondaryButtonClick": {
1072
+ "description": "",
1073
+ "type": "unknown",
1074
+ "required": true
1075
+ },
1076
+ "onTertiaryButtonClick": {
1077
+ "description": "",
1078
+ "type": "unknown",
1079
+ "required": true
1080
+ },
1081
+ "onClickOutside": {
1082
+ "description": "",
1083
+ "type": "unknown",
1084
+ "required": true
1085
+ }
1086
+ },
1087
+ "storyFile": "src/components/DatePicker/DatePicker.stories.tsx"
1088
+ },
1089
+ "DateRangePicker": {
1090
+ "title": "Components/DateRangePicker",
1091
+ "category": "Components",
1092
+ "description": "Date range picker using react-dates and moment. Use **Controls** to toggle portal, range selector, month/year select, week numbers, and footer actions.",
1093
+ "examples": [
1094
+ "Default",
1095
+ "WithInitialRange",
1096
+ "OpenDropdownAndApply",
1097
+ "OpenDropdownViaEndInput",
1098
+ "FooterShowsSelectedDays",
1099
+ "SelectRangeShortcut",
1100
+ "OpenDropdownAndCancel",
1101
+ "OpenDropdownAndClear",
1102
+ "WithPortal",
1103
+ "WithRangeSelector",
1104
+ "WithMonthYearSelect",
1105
+ "WithWeekNumbers",
1106
+ "WithMinMax",
1107
+ "WithOutsideRange",
1108
+ "FullInteractionFlow",
1109
+ "ClickOutsideToClose",
1110
+ "FocusStartThenEnd",
1111
+ "PortalBlanketClosesDropdown",
1112
+ "AllRangeShortcuts",
1113
+ "MonthYearSelectInteraction",
1114
+ "FocusAndBlurInputs",
1115
+ "WithRangeThenClear",
1116
+ "OnResetClickCallback",
1117
+ "CalendarIconFocusesStart",
1118
+ "FullWidthAndLabelLeft",
1119
+ "Disabled",
1120
+ "ErrorState",
1121
+ "Required",
1122
+ "FullWidth",
1123
+ "LabelLeft",
1124
+ "ReadOnly",
1125
+ "WithHelperText",
1126
+ "UsesHandleDatesChange",
1127
+ "CustomHandleFocusChange",
1128
+ "CustomStartEndFocusHandlers",
1129
+ "WeekNumbersWithCustomData",
1130
+ "PortalWithCustomClassName",
1131
+ "CustomStartEndOffsets",
1132
+ "AgGridSkipsOutsideClose",
1133
+ "CustomYearsAsLabelValuePairs",
1134
+ "Playground"
1135
+ ],
1136
+ "props": {
1137
+ "label": {
1138
+ "description": "",
1139
+ "type": "unknown",
1140
+ "required": true
1141
+ },
1142
+ "isRequired": {
1143
+ "description": "",
1144
+ "type": "unknown",
1145
+ "required": true
1146
+ },
1147
+ "isDisabled": {
1148
+ "description": "",
1149
+ "type": "unknown",
1150
+ "required": true
1151
+ },
1152
+ "isError": {
1153
+ "description": "",
1154
+ "type": "unknown",
1155
+ "required": true
1156
+ },
1157
+ "fullWidth": {
1158
+ "description": "",
1159
+ "type": "unknown",
1160
+ "required": true
1161
+ },
1162
+ "labelOrientation": {
1163
+ "description": "",
1164
+ "type": "unknown",
1165
+ "options": [
1166
+ "top",
1167
+ "left"
1168
+ ],
1169
+ "required": true
1170
+ },
1171
+ "displayFormat": {
1172
+ "description": "",
1173
+ "type": "unknown",
1174
+ "required": true
1175
+ },
1176
+ "withPortal": {
1177
+ "description": "",
1178
+ "type": "unknown",
1179
+ "required": true
1180
+ },
1181
+ "showRangeSelector": {
1182
+ "description": "",
1183
+ "type": "unknown",
1184
+ "required": true
1185
+ },
1186
+ "showMonthYearSelect": {
1187
+ "description": "",
1188
+ "type": "unknown",
1189
+ "required": true
1190
+ },
1191
+ "showWeekNumbers": {
1192
+ "description": "",
1193
+ "type": "unknown",
1194
+ "required": true
1195
+ },
1196
+ "readOnly": {
1197
+ "description": "",
1198
+ "type": "unknown",
1199
+ "required": true
1200
+ },
1201
+ "helperText": {
1202
+ "description": "",
1203
+ "type": "unknown",
1204
+ "required": true
1205
+ },
1206
+ "setStartDate": {
1207
+ "description": "",
1208
+ "type": "unknown",
1209
+ "required": true
1210
+ },
1211
+ "setEndDate": {
1212
+ "description": "",
1213
+ "type": "unknown",
1214
+ "required": true
1215
+ },
1216
+ "onPrimaryButtonClick": {
1217
+ "description": "",
1218
+ "type": "unknown",
1219
+ "required": true
1220
+ },
1221
+ "onSecondaryButtonClick": {
1222
+ "description": "",
1223
+ "type": "unknown",
1224
+ "required": true
1225
+ },
1226
+ "onResetClick": {
1227
+ "description": "",
1228
+ "type": "unknown",
1229
+ "required": true
1230
+ }
1231
+ },
1232
+ "storyFile": "src/components/DateRangePicker/DateRangePicker.stories.tsx"
1233
+ },
1234
+ "DynamicLayout": {
1235
+ "title": "Components/DynamicLayout",
1236
+ "category": "Components",
1237
+ "description": "",
1238
+ "examples": [
1239
+ "Default",
1240
+ "WithStepper",
1241
+ "WithCustomWidth"
1242
+ ],
1243
+ "props": {
1244
+ "leftPanelWidth": {
1245
+ "description": "",
1246
+ "type": "unknown",
1247
+ "required": true
1248
+ },
1249
+ "showStepper": {
1250
+ "description": "",
1251
+ "type": "unknown",
1252
+ "required": true
1253
+ }
1254
+ },
1255
+ "storyFile": "src/components/DynamicLayout/DynamicLayout.stories.tsx"
1256
+ },
1257
+ "EmptyState": {
1258
+ "title": "Components/EmptyState",
1259
+ "category": "Components",
1260
+ "description": "",
1261
+ "examples": [
1262
+ "WithAutomationIds",
1263
+ "Default",
1264
+ "WithPrimaryButton",
1265
+ "WithSecondaryButton",
1266
+ "WithBothButtons",
1267
+ "WithCustomIcon"
1268
+ ],
1269
+ "props": {
1270
+ "onPrimaryButtonClick": {
1271
+ "description": "",
1272
+ "type": "unknown",
1273
+ "required": true
1274
+ },
1275
+ "onSecondaryButtonClick": {
1276
+ "description": "",
1277
+ "type": "unknown",
1278
+ "required": true
1279
+ }
1280
+ },
1281
+ "storyFile": "src/components/EmptyState/EmptyState.stories.tsx"
1282
+ },
1283
+ "FileUpload": {
1284
+ "title": "Components/FileUpload",
1285
+ "category": "Components",
1286
+ "description": "File upload with drag-and-drop, file type validation, optional template download, and primary/secondary actions. Use **Controls** to try different valid types and button labels.",
1287
+ "examples": [
1288
+ "WithAutomationIds",
1289
+ "Default",
1290
+ "WithPrimaryAndSecondary",
1291
+ "MultipleFiles",
1292
+ "WithFileList",
1293
+ "Playground",
1294
+ "Disabled",
1295
+ "WithTemplateDownload",
1296
+ "WithTemplateDownloadMenu",
1297
+ "WithTemplatePreview",
1298
+ "WithFileUploading",
1299
+ "WithFailedFile",
1300
+ "WithFailedMessageAndCustomAction",
1301
+ "WithPauseButton",
1302
+ "AllInteractions",
1303
+ "EmptyDropZone",
1304
+ "FullCapacity",
1305
+ "WithClassNameAndTestId",
1306
+ "InvalidFileTypeDrop",
1307
+ "TypeOverrideMimeMatch",
1308
+ "DragEnterAndLeave"
1309
+ ],
1310
+ "props": {
1311
+ "fileList": {
1312
+ "description": "Controlled list of file items",
1313
+ "type": "unknown",
1314
+ "required": true
1315
+ },
1316
+ "onFileListChange": {
1317
+ "description": "",
1318
+ "type": "unknown",
1319
+ "required": true
1320
+ },
1321
+ "onClose": {
1322
+ "description": "",
1323
+ "type": "unknown",
1324
+ "required": true
1325
+ },
1326
+ "onPrimaryButtonClick": {
1327
+ "description": "",
1328
+ "type": "unknown",
1329
+ "required": true
1330
+ },
1331
+ "onSecondaryButtonClick": {
1332
+ "description": "",
1333
+ "type": "unknown",
1334
+ "required": true
1335
+ },
1336
+ "disabled": {
1337
+ "description": "",
1338
+ "type": "unknown",
1339
+ "required": true
1340
+ },
1341
+ "numberOfFiles": {
1342
+ "description": "",
1343
+ "type": "unknown",
1344
+ "required": true
1345
+ },
1346
+ "primaryButtonLabel": {
1347
+ "description": "",
1348
+ "type": "unknown",
1349
+ "required": true
1350
+ },
1351
+ "secondaryButtonLabel": {
1352
+ "description": "",
1353
+ "type": "unknown",
1354
+ "required": true
1355
+ },
1356
+ "validFileTypes": {
1357
+ "description": "Allowed file types and optional template download",
1358
+ "type": "unknown",
1359
+ "required": false
1360
+ }
1361
+ },
1362
+ "storyFile": "src/components/FileUpload/FileUpload.stories.tsx"
1363
+ },
1364
+ "FilterPanel": {
1365
+ "title": "Components/FilterPanel",
1366
+ "category": "Components",
1367
+ "description": "Filter panel drawer with sidebar tabs and optional footer. Extends MUI Drawer.",
1368
+ "examples": [
1369
+ "Default",
1370
+ "WithFooter",
1371
+ "SwitchTab",
1372
+ "WithSeparator",
1373
+ "Playground"
1374
+ ],
1375
+ "props": {
1376
+ "isOpen": {
1377
+ "description": "",
1378
+ "type": "unknown",
1379
+ "required": true
1380
+ },
1381
+ "title": {
1382
+ "description": "",
1383
+ "type": "unknown",
1384
+ "required": true
1385
+ },
1386
+ "active": {
1387
+ "description": "",
1388
+ "type": "unknown",
1389
+ "required": true
1390
+ },
1391
+ "size": {
1392
+ "description": "",
1393
+ "type": "unknown",
1394
+ "options": [
1395
+ "medium",
1396
+ "large"
1397
+ ],
1398
+ "required": true
1399
+ },
1400
+ "anchor": {
1401
+ "description": "",
1402
+ "type": "unknown",
1403
+ "options": [
1404
+ "left",
1405
+ "right",
1406
+ "top",
1407
+ "bottom"
1408
+ ],
1409
+ "required": true
1410
+ },
1411
+ "handleClose": {
1412
+ "description": "",
1413
+ "type": "unknown",
1414
+ "required": true
1415
+ },
1416
+ "setActive": {
1417
+ "description": "",
1418
+ "type": "unknown",
1419
+ "required": true
1420
+ }
1421
+ },
1422
+ "storyFile": "src/components/FilterPanel/FilterPanel.stories.tsx"
1423
+ },
1424
+ "FiltersStrip": {
1425
+ "title": "Components/FiltersStrip",
1426
+ "category": "Components",
1427
+ "description": "Horizontal strip with saved/recent filter dropdown and filter tags. Optional",
1428
+ "examples": [
1429
+ "WithAutomationIds",
1430
+ "Default",
1431
+ "WithFilterTagsOnly",
1432
+ "WithDropdown",
1433
+ "Playground"
1434
+ ],
1435
+ "props": {
1436
+ "filterButtonLabel": {
1437
+ "description": "",
1438
+ "type": "unknown",
1439
+ "required": true
1440
+ },
1441
+ "filterDropDownLabel": {
1442
+ "description": "",
1443
+ "type": "unknown",
1444
+ "required": true
1445
+ },
1446
+ "filterButtonClick": {
1447
+ "description": "",
1448
+ "type": "unknown",
1449
+ "required": true
1450
+ }
1451
+ },
1452
+ "storyFile": "src/components/FiltersStrip/FiltersStrip.stories.tsx"
1453
+ },
1454
+ "Header": {
1455
+ "title": "Components/Header",
1456
+ "category": "Components",
1457
+ "description": "App header with logo, title, help/message/notification/chatbot icons and avatar menu. Use **Controls** to toggle icons and try actions.",
1458
+ "examples": [
1459
+ "WithAutomationIds",
1460
+ "Default",
1461
+ "AllInteractions",
1462
+ "WithAvatarMenu",
1463
+ "MinimalIcons",
1464
+ "ChatBotDisabled",
1465
+ "Playground",
1466
+ "MessageDisabled",
1467
+ "NotificationDND",
1468
+ "NoNotificationIndicator",
1469
+ "AvatarOnlyName",
1470
+ "WithCenterComponent",
1471
+ "WithCustomClassNameAndTestId",
1472
+ "EmptyMenuOptions",
1473
+ "AvatarWithPicture"
1474
+ ],
1475
+ "props": {
1476
+ "title": {
1477
+ "description": "Title shown next to the logo",
1478
+ "type": "unknown",
1479
+ "required": true
1480
+ },
1481
+ "userName": {
1482
+ "description": "User name for avatar and default menu",
1483
+ "type": "unknown",
1484
+ "required": true
1485
+ },
1486
+ "handleLogoClick": {
1487
+ "description": "",
1488
+ "type": "unknown",
1489
+ "required": true
1490
+ },
1491
+ "handleNotificationClick": {
1492
+ "description": "",
1493
+ "type": "unknown",
1494
+ "required": true
1495
+ },
1496
+ "handleHelpClick": {
1497
+ "description": "",
1498
+ "type": "unknown",
1499
+ "required": true
1500
+ },
1501
+ "handleMessageClick": {
1502
+ "description": "",
1503
+ "type": "unknown",
1504
+ "required": true
1505
+ },
1506
+ "handleChatBotClick": {
1507
+ "description": "",
1508
+ "type": "unknown",
1509
+ "required": true
1510
+ },
1511
+ "showNotificationIcon": {
1512
+ "description": "Show notification icon",
1513
+ "type": "unknown",
1514
+ "required": true
1515
+ },
1516
+ "notificationIndicator": {
1517
+ "description": "Show notification dot",
1518
+ "type": "unknown",
1519
+ "required": true
1520
+ },
1521
+ "showHelpIcon": {
1522
+ "description": "",
1523
+ "type": "unknown",
1524
+ "required": true
1525
+ },
1526
+ "showMessageIcon": {
1527
+ "description": "",
1528
+ "type": "unknown",
1529
+ "required": true
1530
+ },
1531
+ "showChatBotIcon": {
1532
+ "description": "",
1533
+ "type": "unknown",
1534
+ "required": true
1535
+ },
1536
+ "isMessageIconDisabled": {
1537
+ "description": "",
1538
+ "type": "unknown",
1539
+ "required": true
1540
+ },
1541
+ "isNotificationDnd": {
1542
+ "description": "",
1543
+ "type": "unknown",
1544
+ "required": true
1545
+ },
1546
+ "isChatBotDisabled": {
1547
+ "description": "",
1548
+ "type": "unknown",
1549
+ "required": true
1550
+ },
1551
+ "avatarType": {
1552
+ "description": "Avatar display type",
1553
+ "type": "unknown",
1554
+ "options": [
1555
+ "withPicture",
1556
+ "withoutPicture",
1557
+ "onlyName"
1558
+ ],
1559
+ "required": true
1560
+ },
1561
+ "centerComponent": {
1562
+ "description": "Optional center content (rendered as text here)",
1563
+ "type": "unknown",
1564
+ "required": true
1565
+ }
1566
+ },
1567
+ "storyFile": "src/components/Header/Header.stories.tsx"
1568
+ },
1569
+ "HomePage": {
1570
+ "title": "Patterns/HomePage",
1571
+ "category": "Patterns",
1572
+ "description": "A full-screen landing experience that showcases toolkit items, smart AI solutions, client branding, latest updates, and quick configuration actions.",
1573
+ "examples": [
1574
+ "Default",
1575
+ "WithClientLogo",
1576
+ "WithConfigurations",
1577
+ "ToolkitInteraction",
1578
+ "AgenticPanel",
1579
+ "Playground"
1580
+ ],
1581
+ "props": {
1582
+ "clientName": {
1583
+ "description": "Client name used to match and display logo on the right panel.",
1584
+ "type": "string",
1585
+ "defaultValue": "'\"\"'",
1586
+ "required": false
1587
+ },
1588
+ "userName": {
1589
+ "description": "User name displayed in the welcome heading.",
1590
+ "type": "string",
1591
+ "defaultValue": "'\"\"'",
1592
+ "required": false
1593
+ },
1594
+ "toolKitItems": {
1595
+ "description": "List of toolkit cards shown in the left panel. Each item supports: { name, description, url?, cta?, details?, folderContent? }.",
1596
+ "type": "Array<Object>",
1597
+ "defaultValue": [],
1598
+ "required": false
1599
+ },
1600
+ "smartAiItems": {
1601
+ "description": "List of smart AI solution cards. Each item supports: { name, description, url?, cta?, details?, folderContent?, isNewProduct? }.",
1602
+ "type": "Array<Object>",
1603
+ "defaultValue": [],
1604
+ "required": false
1605
+ },
1606
+ "configurationsMenuItems": {
1607
+ "description": "Items for the Configurations floating menu. Each item supports: { label, desc, logo }.",
1608
+ "type": "Array<Object>",
1609
+ "defaultValue": [],
1610
+ "required": false
1611
+ },
1612
+ "activeToolKitItem": {
1613
+ "description": "Sets a toolkit item as expanded by default. Should reference one of toolKitItems.",
1614
+ "type": "Object|null",
1615
+ "defaultValue": "null",
1616
+ "required": false
1617
+ },
1618
+ "activeSmartAiItem": {
1619
+ "description": "Sets a smart AI item as expanded by default. Should reference one of smartAiItems.",
1620
+ "type": "Object|null",
1621
+ "defaultValue": "null",
1622
+ "required": false
1623
+ },
1624
+ "onLaunchClick": {
1625
+ "description": "Called when a toolkit item",
1626
+ "type": "function",
1627
+ "defaultValue": "() => {}",
1628
+ "required": false
1629
+ },
1630
+ "onBookDemoClick": {
1631
+ "description": "Called when a smart AI item",
1632
+ "type": "function",
1633
+ "defaultValue": "() => {}",
1634
+ "required": false
1635
+ },
1636
+ "onViewReleasedNotesClick": {
1637
+ "description": "Called when View released notes is clicked in Latest Updates.",
1638
+ "type": "function",
1639
+ "defaultValue": "() => {}",
1640
+ "required": false
1641
+ },
1642
+ "onConfigurationsClick": {
1643
+ "description": "Called when a configuration menu item is clicked.",
1644
+ "type": "function",
1645
+ "defaultValue": "() => {}",
1646
+ "required": false
1647
+ },
1648
+ "onKnowMoreClick": {
1649
+ "description": "Called when Know more is clicked in a smart AI expanded panel.",
1650
+ "type": "function",
1651
+ "defaultValue": "() => {}",
1652
+ "required": false
1653
+ },
1654
+ "showConfigurationsButton": {
1655
+ "description": "Whether to show the Configurations button.",
1656
+ "type": "boolean",
1657
+ "defaultValue": "true",
1658
+ "required": false
1659
+ }
1660
+ },
1661
+ "storyFile": "src/components/HomePage/HomePage.stories.tsx"
1662
+ },
1663
+ "Input": {
1664
+ "title": "Components/Input",
1665
+ "category": "Components",
1666
+ "description": "Input provides text entry with labels, icons, helper text, and validation states. Supports three sizes and full accessibility.",
1667
+ "examples": [
1668
+ "WithAutomationIds",
1669
+ "Default",
1670
+ "TypingAndBlurFiresCallbacks",
1671
+ "Required",
1672
+ "WithHelperText",
1673
+ "WithFocusedText",
1674
+ "Error",
1675
+ "Disabled",
1676
+ "Small",
1677
+ "Medium",
1678
+ "Large",
1679
+ "WithLeftIcon",
1680
+ "WithRightIcon",
1681
+ "WithBothIcons",
1682
+ "SearchInput",
1683
+ "PasswordInput",
1684
+ "DisabledWithClickableIcon",
1685
+ "AllSizes",
1686
+ "AllStates",
1687
+ "FormExample",
1688
+ "SearchInterface"
1689
+ ],
1690
+ "props": {
1691
+ "label": {
1692
+ "description": "Label text displayed above the input.",
1693
+ "type": "string",
1694
+ "required": true
1695
+ },
1696
+ "isRequired": {
1697
+ "description": "Shows red asterisk (*) next to label.",
1698
+ "type": "boolean",
1699
+ "defaultValue": "false",
1700
+ "required": false
1701
+ },
1702
+ "size": {
1703
+ "description": "Input height: small (24px), medium (28px), large (32px).",
1704
+ "type": "unknown",
1705
+ "defaultValue": "large",
1706
+ "options": [
1707
+ "small",
1708
+ "medium",
1709
+ "large"
1710
+ ],
1711
+ "required": false
1712
+ },
1713
+ "isError": {
1714
+ "description": "Displays error styling.",
1715
+ "type": "boolean",
1716
+ "defaultValue": "false",
1717
+ "required": false
1718
+ },
1719
+ "isDisabled": {
1720
+ "description": "Disables the input.",
1721
+ "type": "boolean",
1722
+ "defaultValue": "false",
1723
+ "required": false
1724
+ },
1725
+ "helperText": {
1726
+ "description": "Helper text shown below input (requires isHelperText).",
1727
+ "type": "string",
1728
+ "required": true
1729
+ },
1730
+ "isHelperText": {
1731
+ "description": "Enables helper text display.",
1732
+ "type": "boolean",
1733
+ "defaultValue": "false",
1734
+ "required": false
1735
+ },
1736
+ "focusedText": {
1737
+ "description": "Helper text shown when input is focused.",
1738
+ "type": "string",
1739
+ "required": true
1740
+ },
1741
+ "leftIcon": {
1742
+ "description": "Icon element on the left side.",
1743
+ "type": "ReactNode",
1744
+ "required": true
1745
+ },
1746
+ "rightIcon": {
1747
+ "description": "Icon element on the right side.",
1748
+ "type": "ReactNode",
1749
+ "required": true
1750
+ },
1751
+ "iconClickOnDisabled": {
1752
+ "description": "Allow icon clicks even when input is disabled.",
1753
+ "type": "boolean",
1754
+ "defaultValue": "false",
1755
+ "required": false
1756
+ },
1757
+ "onChange": {
1758
+ "description": "",
1759
+ "type": "unknown",
1760
+ "required": true
1761
+ },
1762
+ "onBlur": {
1763
+ "description": "",
1764
+ "type": "unknown",
1765
+ "required": true
1766
+ },
1767
+ "onFocus": {
1768
+ "description": "",
1769
+ "type": "unknown",
1770
+ "required": true
1771
+ },
1772
+ "rightIconClick": {
1773
+ "description": "",
1774
+ "type": "unknown",
1775
+ "required": true
1776
+ },
1777
+ "leftIconClick": {
1778
+ "description": "",
1779
+ "type": "unknown",
1780
+ "required": true
1781
+ }
1782
+ },
1783
+ "storyFile": "src/components/Input/Input.stories.tsx"
1784
+ },
1785
+ "Loader": {
1786
+ "title": "Components/Loader",
1787
+ "category": "Components",
1788
+ "description": "Loader shows a spinner or skeleton placeholders. Use **Controls** to switch between spinner and skeleton and change size and text.",
1789
+ "examples": [
1790
+ "WithAutomationIds",
1791
+ "Default",
1792
+ "WithProgress",
1793
+ "Small",
1794
+ "Medium",
1795
+ "Skeleton",
1796
+ "Playground"
1797
+ ],
1798
+ "props": {
1799
+ "size": {
1800
+ "description": "Size of the loader (spinner or skeleton)",
1801
+ "type": "unknown",
1802
+ "options": [
1803
+ "small",
1804
+ "medium",
1805
+ "large"
1806
+ ],
1807
+ "required": true
1808
+ },
1809
+ "progress": {
1810
+ "description": "Optional progress content inside spinner (e.g. percentage)",
1811
+ "type": "unknown",
1812
+ "required": true
1813
+ },
1814
+ "showSkeleton": {
1815
+ "description": "When true, renders skeleton placeholders instead of spinner",
1816
+ "type": "unknown",
1817
+ "required": true
1818
+ },
1819
+ "text": {
1820
+ "description": "Text shown below the loader",
1821
+ "type": "unknown",
1822
+ "required": true
1823
+ },
1824
+ "className": {
1825
+ "description": "Additional CSS class",
1826
+ "type": "unknown",
1827
+ "required": true
1828
+ }
1829
+ },
1830
+ "storyFile": "src/components/Loader/Loader.stories.tsx"
1831
+ },
1832
+ "Menu": {
1833
+ "title": "Components/Menu",
1834
+ "category": "Components",
1835
+ "description": "Dropdown menu built on MUI Menu. Use with an anchor element (e.g. button). Supports flat or nested options, checkbox multi-select, custom header (search, select all), loading/empty states, and bottom action buttons. Menu does not close on item click (caller may close in option onClick).",
1836
+ "examples": [
1837
+ "Default",
1838
+ "WithClickHandlers",
1839
+ "WithDisabledOption",
1840
+ "WithIcons",
1841
+ "WithCheckbox",
1842
+ "WithActionButtons",
1843
+ "WithNestedMenu",
1844
+ "IconPlacementTop",
1845
+ "LoadingState",
1846
+ "EmptyState",
1847
+ "WithCustomHeaderMenuHeaderInfo",
1848
+ "WithCustomHeaderAndRadio",
1849
+ "Playground"
1850
+ ],
1851
+ "props": {
1852
+ "anchorEl": {
1853
+ "description": "Element the menu is anchored to (usually a button ref)",
1854
+ "type": "HTMLElement | null",
1855
+ "required": true
1856
+ },
1857
+ "open": {
1858
+ "description": "Whether the menu is open",
1859
+ "type": "unknown",
1860
+ "required": true
1861
+ },
1862
+ "onClose": {
1863
+ "description": "",
1864
+ "type": "unknown",
1865
+ "required": true
1866
+ },
1867
+ "options": {
1868
+ "description": "Menu items (label, value?, onClick?, disabled?, icon?, children? for nested)",
1869
+ "type": "MenuOption[]",
1870
+ "required": true
1871
+ },
1872
+ "withCheckbox": {
1873
+ "description": "Show checkboxes and multi-select",
1874
+ "type": "unknown",
1875
+ "required": true
1876
+ },
1877
+ "withActionButtons": {
1878
+ "description": "Show Cancel/Apply at bottom (use with withCheckbox)",
1879
+ "type": "unknown",
1880
+ "required": true
1881
+ },
1882
+ "iconPlacement": {
1883
+ "description": "Menu anchor/transform origin",
1884
+ "type": "unknown",
1885
+ "options": [
1886
+ "left",
1887
+ "top"
1888
+ ],
1889
+ "required": true
1890
+ },
1891
+ "className": {
1892
+ "description": "",
1893
+ "type": "unknown",
1894
+ "required": true
1895
+ }
1896
+ },
1897
+ "storyFile": "src/components/Menu/Menu.stories.tsx"
1898
+ },
1899
+ "MenuHeaderInfo": {
1900
+ "title": "Components/Menu/MenuHeaderInfo",
1901
+ "category": "Components",
1902
+ "description": "Header for Menu with optional search, radio group, and select-all/clear. Use as `renderCustomHeader` with the Menu component when `withCheckbox` is true.",
1903
+ "examples": [
1904
+ "Default",
1905
+ "SearchOnly",
1906
+ "SelectAllOnly",
1907
+ "WithRadioGroup",
1908
+ "WithCustomLabels",
1909
+ "WithSelection",
1910
+ "Playground"
1911
+ ],
1912
+ "props": {
1913
+ "options": {
1914
+ "description": "Menu options (used for select-all and search context)",
1915
+ "type": "MenuOption[]",
1916
+ "required": true
1917
+ },
1918
+ "selectedItems": {
1919
+ "description": "Currently selected option values",
1920
+ "type": "string[]",
1921
+ "required": true
1922
+ },
1923
+ "isSearchable": {
1924
+ "description": "Show search input",
1925
+ "type": "unknown",
1926
+ "required": true
1927
+ },
1928
+ "isSelectAllAllowed": {
1929
+ "description": "Show select-all / clear row",
1930
+ "type": "unknown",
1931
+ "required": true
1932
+ },
1933
+ "showRadioButton": {
1934
+ "description": "Show radio group",
1935
+ "type": "unknown",
1936
+ "required": true
1937
+ }
1938
+ },
1939
+ "storyFile": "src/components/Menu/MenuHeaderInfo.stories.tsx"
1940
+ },
1941
+ "MonthPicker": {
1942
+ "title": "Components/MonthPicker",
1943
+ "category": "Components",
1944
+ "description": "Single month picker with optional year dropdown. Use Apply to confirm selection.",
1945
+ "examples": [
1946
+ "Default",
1947
+ "WithInitialMonth",
1948
+ "WithYearSelect",
1949
+ "YYYYMMFormat",
1950
+ "ClearSelection",
1951
+ "WithPortal",
1952
+ "Disabled",
1953
+ "MandatoryLabel",
1954
+ "ErrorState",
1955
+ "ClickOutsideCloses",
1956
+ "PortalBlanketCloses",
1957
+ "PrevNextYearNav"
1958
+ ],
1959
+ "props": {
1960
+ "displayFormat": {
1961
+ "description": "",
1962
+ "type": "unknown",
1963
+ "options": [
1964
+ "MM/YYYY",
1965
+ "YYYY/MM"
1966
+ ],
1967
+ "required": true
1968
+ },
1969
+ "showYearSelect": {
1970
+ "description": "",
1971
+ "type": "unknown",
1972
+ "required": true
1973
+ },
1974
+ "disabled": {
1975
+ "description": "",
1976
+ "type": "unknown",
1977
+ "required": true
1978
+ },
1979
+ "isMandatory": {
1980
+ "description": "",
1981
+ "type": "unknown",
1982
+ "required": true
1983
+ },
1984
+ "withPortal": {
1985
+ "description": "",
1986
+ "type": "unknown",
1987
+ "required": true
1988
+ }
1989
+ },
1990
+ "storyFile": "src/components/MonthPicker/MonthPicker.stories.tsx"
1991
+ },
1992
+ "Notification": {
1993
+ "title": "Patterns/Notification",
1994
+ "category": "Patterns",
1995
+ "description": "The Notification component delivers important messages and updates to users, ensuring effective communication and interaction within the application. It helps users stay informed about important events, changes, or actions that require their attention.",
1996
+ "examples": [
1997
+ "Default",
1998
+ "PromoTaskList",
1999
+ "WithSearch",
2000
+ "WithMoveToPendingDropdown",
2001
+ "HoverOnCard",
2002
+ "DeleteAlwaysVisible",
2003
+ "ChipsExpanded",
2004
+ "EmptyState",
2005
+ "ListLoading",
2006
+ "CustomNotificationContent",
2007
+ "AnchorLeft",
2008
+ "NoFooterExpandedBody",
2009
+ "WithFooterOnly",
2010
+ "ExpandCollapse",
2011
+ "Playground"
2012
+ ],
2013
+ "props": {
2014
+ "isOpen": {
2015
+ "description": "If true, open Notification component.",
2016
+ "type": "boolean",
2017
+ "defaultValue": "false",
2018
+ "required": false
2019
+ },
2020
+ "title": {
2021
+ "description": "Title of the Notification Component. Note: Please provide in capitalize text.",
2022
+ "type": "unknown",
2023
+ "required": true
2024
+ },
2025
+ "anchor": {
2026
+ "description": "Direction by which Notification will open",
2027
+ "type": "unknown",
2028
+ "defaultValue": "right",
2029
+ "options": [
2030
+ "left",
2031
+ "right",
2032
+ "top",
2033
+ "bottom"
2034
+ ],
2035
+ "required": false
2036
+ },
2037
+ "isWithSearch": {
2038
+ "description": "Show expandable search above the notification list",
2039
+ "type": "unknown",
2040
+ "required": true
2041
+ },
2042
+ "isHoverOnCard": {
2043
+ "description": "If true, action buttons appear when hovering the entire card; if false, only on header hover",
2044
+ "type": "unknown",
2045
+ "required": true
2046
+ },
2047
+ "isChipsExpandable": {
2048
+ "description": "If true, badge chips stay expanded and hide the expand/collapse control",
2049
+ "type": "unknown",
2050
+ "required": true
2051
+ },
2052
+ "isDeleteAlwaysVisible": {
2053
+ "description": "If true, delete button stays visible without hover",
2054
+ "type": "unknown",
2055
+ "required": true
2056
+ },
2057
+ "isEmptyState": {
2058
+ "description": "Show empty state instead of the notification list",
2059
+ "type": "unknown",
2060
+ "required": true
2061
+ },
2062
+ "showBadgeLoader": {
2063
+ "description": "",
2064
+ "type": "unknown",
2065
+ "required": true
2066
+ },
2067
+ "showNotificationListLoader": {
2068
+ "description": "",
2069
+ "type": "unknown",
2070
+ "required": true
2071
+ },
2072
+ "displayFormat": {
2073
+ "description": "Custom date format (e.g.",
2074
+ "type": "unknown",
2075
+ "required": true
2076
+ },
2077
+ "handleClose": {
2078
+ "description": "",
2079
+ "type": "unknown",
2080
+ "required": true
2081
+ },
2082
+ "setIsOpen": {
2083
+ "description": "",
2084
+ "type": "unknown",
2085
+ "required": true
2086
+ },
2087
+ "setNotificationPanels": {
2088
+ "description": "",
2089
+ "type": "unknown",
2090
+ "required": true
2091
+ },
2092
+ "onPrimaryButtonClick": {
2093
+ "description": "",
2094
+ "type": "unknown",
2095
+ "required": true
2096
+ },
2097
+ "onSecondaryButtonClick": {
2098
+ "description": "",
2099
+ "type": "unknown",
2100
+ "required": true
2101
+ },
2102
+ "onSettingButtonClick": {
2103
+ "description": "",
2104
+ "type": "unknown",
2105
+ "required": true
2106
+ },
2107
+ "handleSelectAll": {
2108
+ "description": "",
2109
+ "type": "unknown",
2110
+ "required": true
2111
+ },
2112
+ "handleMarkReadAll": {
2113
+ "description": "",
2114
+ "type": "unknown",
2115
+ "required": true
2116
+ },
2117
+ "handleMoveAllPending": {
2118
+ "description": "",
2119
+ "type": "unknown",
2120
+ "required": true
2121
+ },
2122
+ "handleNotificationDeleteAll": {
2123
+ "description": "",
2124
+ "type": "unknown",
2125
+ "required": true
2126
+ },
2127
+ "onNotificationScrollToBottom": {
2128
+ "description": "",
2129
+ "type": "unknown",
2130
+ "required": true
2131
+ },
2132
+ "handleTabChange": {
2133
+ "description": "",
2134
+ "type": "unknown",
2135
+ "required": true
2136
+ }
2137
+ },
2138
+ "storyFile": "src/components/Notification/Notification.stories.tsx"
2139
+ },
2140
+ "NotificationBody": {
2141
+ "title": "Components/Notification/NotificationBody",
2142
+ "category": "Components",
2143
+ "description": "Body of the Notification drawer: tabs and optional Setting & Help. Use **renderPanel** to customize panel content.",
2144
+ "examples": [
2145
+ "Default",
2146
+ "WithSettingButton",
2147
+ "CustomPanels",
2148
+ "Expanded"
2149
+ ],
2150
+ "props": {
2151
+ "expand": {
2152
+ "description": "",
2153
+ "type": "unknown",
2154
+ "required": true
2155
+ },
2156
+ "onSettingButtonClick": {
2157
+ "description": "",
2158
+ "type": "unknown",
2159
+ "required": true
2160
+ },
2161
+ "handleTabChange": {
2162
+ "description": "",
2163
+ "type": "unknown",
2164
+ "required": true
2165
+ }
2166
+ },
2167
+ "storyFile": "src/components/Notification/NotificationBody/NotificationBody.stories.tsx"
2168
+ },
2169
+ "NotificationList": {
2170
+ "title": "Notifications",
2171
+ "category": "Components",
2172
+ "description": "NotificationList displays a list of notification items with action buttons for select all, mark read, move to pending, and delete.",
2173
+ "examples": [
2174
+ "Default",
2175
+ "EmptyState",
2176
+ "EmptyStateDefault",
2177
+ "CustomNotificationJsx",
2178
+ "WithSelectAllButton",
2179
+ "WithMarkAllReadButton",
2180
+ "WithMoveToPendingButton",
2181
+ "WithMoveToPendingDisabled",
2182
+ "WithDeleteAllButton",
2183
+ "WithDeleteAllDisabled",
2184
+ "LoadingState",
2185
+ "WithAllActionButtons",
2186
+ "ExpandedView",
2187
+ "CollapsedView",
2188
+ "WithBadgeFiltering",
2189
+ "ScrollToBottom",
2190
+ "WithHoverOnCard",
2191
+ "WithDeleteAlwaysVisible",
2192
+ "GetPanelNotificationListHelper",
2193
+ "GetPanelNotificationListWithReactNode"
2194
+ ],
2195
+ "props": {},
2196
+ "storyFile": "src/components/Notification/NotificationBody/NotificationList/NotificationList.stories.tsx"
2197
+ },
2198
+ "NotificationListItem": {
2199
+ "title": "Components/Notification/NotificationListItem",
2200
+ "category": "Components",
2201
+ "description": "NotificationListItem displays an individual notification with status indicator, actions, and expandable description.",
2202
+ "examples": [
2203
+ "Default",
2204
+ "SuccessStatus",
2205
+ "FailStatus",
2206
+ "PendingStatus",
2207
+ "SelectedState",
2208
+ "UnreadState",
2209
+ "ReadState",
2210
+ "WithCheckbox",
2211
+ "WithCheckboxChecked",
2212
+ "WithDeleteButton",
2213
+ "WithDeleteAlwaysVisible",
2214
+ "WithBookmarkButton",
2215
+ "WithShowBookmarkDisabled",
2216
+ "WithDownloadButton",
2217
+ "WithBookmarkedBadge",
2218
+ "WithLongDescription",
2219
+ "WithMarkCompletedButton",
2220
+ "WithMoveToPendingButton",
2221
+ "WithCustomMoveToPendingText",
2222
+ "WithMarkAsReadButton",
2223
+ "WithMarkAsUnreadButton",
2224
+ "WithAllActionButtons",
2225
+ "WithHoverOnCard",
2226
+ "ClickOnItem",
2227
+ "ClickOnInteractiveElement",
2228
+ "WithAllHeaderButtons",
2229
+ "CustomDateFormat",
2230
+ "WithHtmlDescription"
2231
+ ],
2232
+ "props": {},
2233
+ "storyFile": "src/components/Notification/NotificationBody/NotificationList/NotificationListItem.stories.tsx"
2234
+ },
2235
+ "Panel": {
2236
+ "title": "Components/Panel",
2237
+ "category": "Components",
2238
+ "description": "Drawer panel that slides in from an edge. Extends MUI Drawer props; use **Controls** to try anchor, size, and footer options.",
2239
+ "examples": [
2240
+ "Default",
2241
+ "AnchorTop",
2242
+ "AnchorBottom",
2243
+ "WithFooter",
2244
+ "AnchorLeft",
2245
+ "SizeMedium",
2246
+ "Playground"
2247
+ ],
2248
+ "props": {
2249
+ "open": {
2250
+ "description": "Whether the panel is open",
2251
+ "type": "unknown",
2252
+ "required": true
2253
+ },
2254
+ "title": {
2255
+ "description": "Title shown in the header",
2256
+ "type": "unknown",
2257
+ "required": true
2258
+ },
2259
+ "anchor": {
2260
+ "description": "Drawer anchor position",
2261
+ "type": "unknown",
2262
+ "options": [
2263
+ "left",
2264
+ "right",
2265
+ "top",
2266
+ "bottom"
2267
+ ],
2268
+ "required": true
2269
+ },
2270
+ "size": {
2271
+ "description": "Panel size (width)",
2272
+ "type": "unknown",
2273
+ "options": [
2274
+ "medium",
2275
+ "large"
2276
+ ],
2277
+ "required": true
2278
+ },
2279
+ "zIndex": {
2280
+ "description": "Z-index of the drawer paper",
2281
+ "type": "unknown",
2282
+ "required": true
2283
+ },
2284
+ "width": {
2285
+ "description": "Custom width in pixels (overrides size)",
2286
+ "type": "unknown",
2287
+ "required": true
2288
+ },
2289
+ "primaryButtonLabel": {
2290
+ "description": "Primary footer button label",
2291
+ "type": "unknown",
2292
+ "required": true
2293
+ },
2294
+ "secondaryButtonLabel": {
2295
+ "description": "Secondary footer button label",
2296
+ "type": "unknown",
2297
+ "required": true
2298
+ },
2299
+ "onClose": {
2300
+ "description": "",
2301
+ "type": "unknown",
2302
+ "required": true
2303
+ },
2304
+ "onPrimaryButtonClick": {
2305
+ "description": "",
2306
+ "type": "unknown",
2307
+ "required": true
2308
+ },
2309
+ "onSecondaryButtonClick": {
2310
+ "description": "",
2311
+ "type": "unknown",
2312
+ "required": true
2313
+ }
2314
+ },
2315
+ "storyFile": "src/components/Panel/Panel.stories.tsx"
2316
+ },
2317
+ "Popover": {
2318
+ "title": "Components/Popover",
2319
+ "category": "Components",
2320
+ "description": "Popover with optional title, body, and footer. Extends MUI Popover props; use **Controls** to try anchor and actions.",
2321
+ "examples": [
2322
+ "Default",
2323
+ "WithFooter",
2324
+ "OpenFromButton",
2325
+ "Playground"
2326
+ ],
2327
+ "props": {
2328
+ "title": {
2329
+ "description": "Header title",
2330
+ "type": "unknown",
2331
+ "required": true
2332
+ },
2333
+ "primaryButtonLabel": {
2334
+ "description": "Primary footer button label",
2335
+ "type": "unknown",
2336
+ "required": true
2337
+ },
2338
+ "secondaryButtonLabel": {
2339
+ "description": "Secondary footer button label",
2340
+ "type": "unknown",
2341
+ "required": true
2342
+ },
2343
+ "onClose": {
2344
+ "description": "",
2345
+ "type": "unknown",
2346
+ "required": true
2347
+ },
2348
+ "onPrimaryButtonClick": {
2349
+ "description": "",
2350
+ "type": "unknown",
2351
+ "required": true
2352
+ },
2353
+ "onSecondaryButtonClick": {
2354
+ "description": "",
2355
+ "type": "unknown",
2356
+ "required": true
2357
+ }
2358
+ },
2359
+ "storyFile": "src/components/Popover/Popover.stories.tsx"
2360
+ },
2361
+ "Portal": {
2362
+ "title": "Components/Portal",
2363
+ "category": "Components",
2364
+ "description": "Renders children into a DOM node (e.g. document.body) using ReactDOM.createPortal. Use for dropdowns, modals, and tooltips so they escape overflow and stacking context.",
2365
+ "examples": [
2366
+ "WithAutomationIds",
2367
+ "Default",
2368
+ "WithToggle",
2369
+ "CustomContainer",
2370
+ "WithClassNameAndTestId",
2371
+ "NullContainer",
2372
+ "Playground"
2373
+ ],
2374
+ "props": {
2375
+ "container": {
2376
+ "description": "DOM node to mount children into (e.g. document.body). Stories get it from context; not controllable.",
2377
+ "type": "HTMLElement | null",
2378
+ "required": true
2379
+ },
2380
+ "children": {
2381
+ "description": "Content to render inside the container. Use Playground story for text-based Controls.",
2382
+ "type": "ReactNode",
2383
+ "required": true
2384
+ },
2385
+ "className": {
2386
+ "description": "Optional class for the wrapper div when provided",
2387
+ "type": "unknown",
2388
+ "required": true
2389
+ },
2390
+ "style": {
2391
+ "description": "Optional inline styles for the wrapper div",
2392
+ "type": "unknown",
2393
+ "required": true
2394
+ }
2395
+ },
2396
+ "storyFile": "src/components/Portal/Portal.stories.tsx"
2397
+ },
2398
+ "ProgressBar": {
2399
+ "title": "Components/ProgressBar",
2400
+ "category": "Components",
2401
+ "description": "ProgressBar shows a determinate progress with an optional label and time remaining. Use **status** for remaining, completed, or failed states.",
2402
+ "examples": [
2403
+ "WithAutomationIds",
2404
+ "Default",
2405
+ "Completed",
2406
+ "Failed",
2407
+ "CustomLabel",
2408
+ "WithoutTime",
2409
+ "HighValue",
2410
+ "ZeroValue",
2411
+ "WithDataTestId",
2412
+ "RemainingWithRoundedValue"
2413
+ ],
2414
+ "props": {
2415
+ "value": {
2416
+ "description": "Progress value (0–100)",
2417
+ "type": "unknown",
2418
+ "required": true
2419
+ },
2420
+ "showTime": {
2421
+ "description": "Whether to show",
2422
+ "type": "unknown",
2423
+ "required": true
2424
+ },
2425
+ "time": {
2426
+ "description": "Seconds remaining (shown when showTime is true)",
2427
+ "type": "unknown",
2428
+ "required": true
2429
+ },
2430
+ "customLabel": {
2431
+ "description": "Override the default label",
2432
+ "type": "unknown",
2433
+ "required": true
2434
+ },
2435
+ "status": {
2436
+ "description": "Visual and label state",
2437
+ "type": "unknown",
2438
+ "options": [
2439
+ "remaining",
2440
+ "completed",
2441
+ "failed"
2442
+ ],
2443
+ "required": true
2444
+ },
2445
+ "className": {
2446
+ "description": "",
2447
+ "type": "unknown",
2448
+ "required": true
2449
+ }
2450
+ },
2451
+ "storyFile": "src/components/ProgressBar/ProgressBar.stories.tsx"
2452
+ },
2453
+ "Prompt": {
2454
+ "title": "Components/Prompt",
2455
+ "category": "Components",
2456
+ "description": "Dialog for confirmations and alerts. Variants: info, success, warning, error.",
2457
+ "examples": [
2458
+ "Info",
2459
+ "Success",
2460
+ "Warning",
2461
+ "Error",
2462
+ "Controlled"
2463
+ ],
2464
+ "props": {
2465
+ "variant": {
2466
+ "description": "",
2467
+ "type": "unknown",
2468
+ "options": [
2469
+ "info",
2470
+ "success",
2471
+ "warning",
2472
+ "error"
2473
+ ],
2474
+ "required": true
2475
+ },
2476
+ "isOpen": {
2477
+ "description": "",
2478
+ "type": "unknown",
2479
+ "required": true
2480
+ },
2481
+ "title": {
2482
+ "description": "",
2483
+ "type": "unknown",
2484
+ "required": true
2485
+ },
2486
+ "primaryButtonLabel": {
2487
+ "description": "",
2488
+ "type": "unknown",
2489
+ "required": true
2490
+ },
2491
+ "secondaryButtonLabel": {
2492
+ "description": "",
2493
+ "type": "unknown",
2494
+ "required": true
2495
+ },
2496
+ "handleClose": {
2497
+ "description": "",
2498
+ "type": "unknown",
2499
+ "required": true
2500
+ },
2501
+ "onPrimaryButtonClick": {
2502
+ "description": "",
2503
+ "type": "unknown",
2504
+ "required": true
2505
+ },
2506
+ "onSecondaryButtonClick": {
2507
+ "description": "",
2508
+ "type": "unknown",
2509
+ "required": true
2510
+ }
2511
+ },
2512
+ "storyFile": "src/components/Prompt/Prompt.stories.tsx"
2513
+ },
2514
+ "RadioButtonGroup": {
2515
+ "title": "Components/RadioButtonGroup",
2516
+ "category": "Components",
2517
+ "description": "A group of radio options. Supports row/column orientation, disabled state, value/selectedOption, and optional icons. Use **Controls** to try all options.",
2518
+ "examples": [
2519
+ "WithAutomationIds",
2520
+ "Default",
2521
+ "WithValueSelected",
2522
+ "RowOrientation",
2523
+ "Disabled",
2524
+ "OptionWithDisabledItem",
2525
+ "WithIcons",
2526
+ "Interactive",
2527
+ "Playground"
2528
+ ],
2529
+ "props": {
2530
+ "options": {
2531
+ "description": "List of options (label, value, optional disabled, optional icon)",
2532
+ "type": "RadioButtonGroupOption[]",
2533
+ "required": false
2534
+ },
2535
+ "value": {
2536
+ "description": "Controlled selected value",
2537
+ "type": "unknown",
2538
+ "required": true
2539
+ },
2540
+ "selectedOption": {
2541
+ "description": "Alternative prop for selected value (same as value)",
2542
+ "type": "unknown",
2543
+ "required": true
2544
+ },
2545
+ "isDisabled": {
2546
+ "description": "Disable all options",
2547
+ "type": "unknown",
2548
+ "required": true
2549
+ },
2550
+ "disabled": {
2551
+ "description": "Alternative prop to disable all options",
2552
+ "type": "unknown",
2553
+ "required": true
2554
+ },
2555
+ "orientation": {
2556
+ "description": "Layout direction of options",
2557
+ "type": "unknown",
2558
+ "options": [
2559
+ "row",
2560
+ "column"
2561
+ ],
2562
+ "required": true
2563
+ },
2564
+ "name": {
2565
+ "description": "Name for the radio group (accessibility)",
2566
+ "type": "unknown",
2567
+ "required": true
2568
+ },
2569
+ "onChange": {
2570
+ "description": "",
2571
+ "type": "unknown",
2572
+ "required": true
2573
+ },
2574
+ "className": {
2575
+ "description": "",
2576
+ "type": "unknown",
2577
+ "required": true
2578
+ }
2579
+ },
2580
+ "storyFile": "src/components/RadioButtonGroup/RadioButtonGroup.stories.tsx"
2581
+ },
2582
+ "Select": {
2583
+ "title": "Components/Select",
2584
+ "category": "Components",
2585
+ "description": "A fully-featured Select dropdown built on react-select. Supports single/multi select, search, grouped options, submenus, virtualization, portal mode, and AG Grid cell renderer mode.",
2586
+ "examples": [
2587
+ "Default",
2588
+ "WithAutomationIds",
2589
+ "MultiSelect",
2590
+ "WithSearch",
2591
+ "WithSelectAll",
2592
+ "WithGroupedOptions",
2593
+ "LoadingState",
2594
+ "ManyOptionsVirtualized",
2595
+ "WithIcon",
2596
+ "GroupedMulti",
2597
+ "WithSubmenu",
2598
+ "WithSelectedOptionTags",
2599
+ "Disabled",
2600
+ "WithError",
2601
+ "WithPortal",
2602
+ "ClearableSelection",
2603
+ "NoMatchingOptions",
2604
+ "FooterMessage",
2605
+ "MaxSelectableOptions",
2606
+ "RequiredLabel",
2607
+ "LabelOrientationLeft",
2608
+ "SelectIdAndName",
2609
+ "WithHandleChange",
2610
+ "WithDropdownClose",
2611
+ "WithOnSearch",
2612
+ "WithExternalClearAll",
2613
+ "MultiMissingSelectAllHandlers",
2614
+ "AgGridCellRenderer",
2615
+ "CustomPlaceholderAfterSelect",
2616
+ "MultiSelectParentRow",
2617
+ "CloseWhenClickOutsideDisabled",
2618
+ "DropdownPositionTop",
2619
+ "MenuShouldBlockScroll",
2620
+ "WithSelectAllOnMount",
2621
+ "SubmenuSingleSelectionLabel",
2622
+ "WithOnBlur",
2623
+ "TriggerKeyboardNavigation",
2624
+ "SearchInputKeyboard",
2625
+ "ExternalOnSelectAll",
2626
+ "InternalClearAllButton",
2627
+ "WithDisabledOption",
2628
+ "MenuScrollToBottom",
2629
+ "SubmenuMultiPickChildren",
2630
+ "SubmenuHoverLeafClearsSubmenu",
2631
+ "PortalCustomContainer",
2632
+ "PortalWithCustomMenuClass",
2633
+ "GroupedOutsideClose",
2634
+ "NarrowWidthSelected",
2635
+ "CustomSearchPlaceholder",
2636
+ "CloseViaBlanketClick",
2637
+ "IsMultiInSubmenuMultipleChildrenLabel",
2638
+ "IsMultiInSubmenuDeselectToNull",
2639
+ "HandleChangeOnInternalMenuClear",
2640
+ "SubmenuMultiDeselectChild",
2641
+ "MaxSelectableBlocksParentRow",
2642
+ "NoLabel",
2643
+ "SubmenuPanelMouseEnter",
2644
+ "WithIsDisabledOptionFlag",
2645
+ "Playground"
2646
+ ],
2647
+ "props": {
2648
+ "placeholder": {
2649
+ "description": "Trigger button placeholder text",
2650
+ "type": "unknown",
2651
+ "required": true
2652
+ },
2653
+ "isMulti": {
2654
+ "description": "Enable multi-select mode",
2655
+ "type": "unknown",
2656
+ "required": true
2657
+ },
2658
+ "isDisabled": {
2659
+ "description": "Disable the select",
2660
+ "type": "unknown",
2661
+ "required": true
2662
+ },
2663
+ "isError": {
2664
+ "description": "Show error styling",
2665
+ "type": "unknown",
2666
+ "required": true
2667
+ },
2668
+ "isWithSearch": {
2669
+ "description": "Show search input",
2670
+ "type": "unknown",
2671
+ "required": true
2672
+ },
2673
+ "isClearable": {
2674
+ "description": "Show clear button",
2675
+ "type": "unknown",
2676
+ "required": true
2677
+ },
2678
+ "toggleSelectAll": {
2679
+ "description": "Show select all checkbox (multi only)",
2680
+ "type": "unknown",
2681
+ "required": true
2682
+ },
2683
+ "label": {
2684
+ "description": "Label above the trigger",
2685
+ "type": "unknown",
2686
+ "required": true
2687
+ },
2688
+ "helperText": {
2689
+ "description": "Helper / error text below trigger",
2690
+ "type": "unknown",
2691
+ "required": true
2692
+ },
2693
+ "noOptionMessage": {
2694
+ "description": "No options available message",
2695
+ "type": "unknown",
2696
+ "required": true
2697
+ },
2698
+ "maxSelectableOptions": {
2699
+ "description": "Limit how many options can be selected",
2700
+ "type": "unknown",
2701
+ "required": true
2702
+ },
2703
+ "isLoadingMore": {
2704
+ "description": "Show loading row at bottom of virtualized menu (infinite scroll)",
2705
+ "type": "unknown",
2706
+ "required": true
2707
+ }
2708
+ },
2709
+ "storyFile": "src/components/Select/Select.stories.tsx"
2710
+ },
2711
+ "Sidebar": {
2712
+ "title": "Components/Sidebar",
2713
+ "category": "Components",
2714
+ "description": "Collapsible navigation sidebar with optional nested routes and logout. Use **Controls** to try options.",
2715
+ "examples": [
2716
+ "WithAutomationIds",
2717
+ "Default",
2718
+ "Open",
2719
+ "WithViewMore",
2720
+ "Playground"
2721
+ ],
2722
+ "props": {
2723
+ "isOpen": {
2724
+ "description": "",
2725
+ "type": "unknown",
2726
+ "required": true
2727
+ },
2728
+ "isCloseWhenClickOutside": {
2729
+ "description": "",
2730
+ "type": "unknown",
2731
+ "required": true
2732
+ },
2733
+ "isMemoryRouter": {
2734
+ "description": "",
2735
+ "type": "unknown",
2736
+ "required": true
2737
+ },
2738
+ "visibleModulesCount": {
2739
+ "description": "",
2740
+ "type": "unknown",
2741
+ "required": true
2742
+ },
2743
+ "routes": {
2744
+ "description": "",
2745
+ "type": "unknown",
2746
+ "required": true
2747
+ },
2748
+ "actionRoutes": {
2749
+ "description": "",
2750
+ "type": "unknown",
2751
+ "required": true
2752
+ },
2753
+ "parentActive": {
2754
+ "description": "",
2755
+ "type": "unknown",
2756
+ "required": true
2757
+ },
2758
+ "childActive": {
2759
+ "description": "",
2760
+ "type": "unknown",
2761
+ "required": true
2762
+ },
2763
+ "handleClose": {
2764
+ "description": "",
2765
+ "type": "unknown",
2766
+ "required": true
2767
+ },
2768
+ "handleParentRouteChange": {
2769
+ "description": "",
2770
+ "type": "unknown",
2771
+ "required": true
2772
+ },
2773
+ "handleChildRouteChange": {
2774
+ "description": "",
2775
+ "type": "unknown",
2776
+ "required": true
2777
+ },
2778
+ "handleLogOut": {
2779
+ "description": "",
2780
+ "type": "unknown",
2781
+ "required": true
2782
+ }
2783
+ },
2784
+ "storyFile": "src/components/Sidebar/Sidebar.stories.tsx"
2785
+ },
2786
+ "Slider": {
2787
+ "title": "Components/Slider",
2788
+ "category": "Components",
2789
+ "description": "Slider with optional header, label, and range inputs. Extends MUI Slider; use **Controls** for variant, value, and layout.",
2790
+ "examples": [
2791
+ "WithAutomationIds",
2792
+ "Default",
2793
+ "Minimal",
2794
+ "WithHeader",
2795
+ "HeaderLeft",
2796
+ "InputPositionBottom",
2797
+ "Ranged",
2798
+ "RangedInputPositionBottom",
2799
+ "RangedInteractInputs",
2800
+ "SingleValueInteractInput",
2801
+ "RangedControlledStory",
2802
+ "Disabled",
2803
+ "WithRequiredLabel",
2804
+ "WithClassNameAndTestId",
2805
+ "CustomMinMax",
2806
+ "Playground"
2807
+ ],
2808
+ "props": {
2809
+ "value": {
2810
+ "description": "Current value (number or [min, max] for ranged)",
2811
+ "type": "unknown",
2812
+ "required": true
2813
+ },
2814
+ "min": {
2815
+ "description": "Minimum value",
2816
+ "type": "unknown",
2817
+ "required": true
2818
+ },
2819
+ "max": {
2820
+ "description": "Maximum value",
2821
+ "type": "unknown",
2822
+ "required": true
2823
+ },
2824
+ "variant": {
2825
+ "description": "Single or range slider",
2826
+ "type": "unknown",
2827
+ "options": [
2828
+ "default",
2829
+ "ranged"
2830
+ ],
2831
+ "required": true
2832
+ },
2833
+ "headerOrientation": {
2834
+ "description": "Header position",
2835
+ "type": "unknown",
2836
+ "options": [
2837
+ "top",
2838
+ "left"
2839
+ ],
2840
+ "required": true
2841
+ },
2842
+ "inputPosition": {
2843
+ "description": "Position of value inputs",
2844
+ "type": "unknown",
2845
+ "options": [
2846
+ "inline",
2847
+ "bottom"
2848
+ ],
2849
+ "required": true
2850
+ },
2851
+ "disabled": {
2852
+ "description": "Disable slider",
2853
+ "type": "unknown",
2854
+ "required": true
2855
+ },
2856
+ "required": {
2857
+ "description": "Show required on label",
2858
+ "type": "unknown",
2859
+ "required": true
2860
+ },
2861
+ "onChange": {
2862
+ "description": "",
2863
+ "type": "unknown",
2864
+ "required": true
2865
+ }
2866
+ },
2867
+ "storyFile": "src/components/Slider/Slider.stories.tsx"
2868
+ },
2869
+ "Stepper": {
2870
+ "title": "Components/Stepper",
2871
+ "category": "Components",
2872
+ "description": "Stepper displays progress through a sequence of steps. Supports **default** (horizontal/vertical MUI stepper), **progress** (compact progress bar), and **mui** variant. Use **handleStep** to make steps clickable.",
2873
+ "examples": [
2874
+ "Default",
2875
+ "Vertical",
2876
+ "WithDescriptions",
2877
+ "ProgressVariant",
2878
+ "Interactive",
2879
+ "InteractiveProgress",
2880
+ "MuiVariants",
2881
+ "SingleStep",
2882
+ "ManySteps",
2883
+ "EmptySteps",
2884
+ "CustomWidthAndProps",
2885
+ "Playground"
2886
+ ],
2887
+ "props": {
2888
+ "steps": {
2889
+ "description": "Array of step objects with label and optional description",
2890
+ "type": "unknown",
2891
+ "required": false
2892
+ },
2893
+ "activeStep": {
2894
+ "description": "Zero-based index of the active step",
2895
+ "type": "unknown",
2896
+ "required": true
2897
+ },
2898
+ "orientation": {
2899
+ "description": "Layout direction (default variant only)",
2900
+ "type": "unknown",
2901
+ "options": [
2902
+ "horizontal",
2903
+ "vertical"
2904
+ ],
2905
+ "required": true
2906
+ },
2907
+ "variant": {
2908
+ "description": "Visual variant: default | progress | mui, or MUI Paper variant (elevation | outlined) for default stepper",
2909
+ "type": "unknown",
2910
+ "options": [
2911
+ "default",
2912
+ "progress",
2913
+ "mui",
2914
+ "elevation",
2915
+ "outlined"
2916
+ ],
2917
+ "required": true
2918
+ },
2919
+ "handleStep": {
2920
+ "description": "Called with step index when a step is clicked (optional)",
2921
+ "type": "unknown",
2922
+ "required": false
2923
+ },
2924
+ "width": {
2925
+ "description": "Width of the stepper container (e.g.",
2926
+ "type": "unknown",
2927
+ "required": true
2928
+ },
2929
+ "className": {
2930
+ "description": "Additional CSS class for the root element",
2931
+ "type": "unknown",
2932
+ "required": true
2933
+ }
2934
+ },
2935
+ "storyFile": "src/components/Stepper/Stepper.stories.tsx"
2936
+ },
2937
+ "Switch": {
2938
+ "title": "Components/Switch",
2939
+ "category": "Components",
2940
+ "description": "Switch is a toggle control for binary on/off states. Ideal for settings, preferences, and feature toggles with instant feedback.",
2941
+ "examples": [
2942
+ "WithAutomationIds",
2943
+ "Default",
2944
+ "On",
2945
+ "WithRightLabel",
2946
+ "WithBothLabels",
2947
+ "YesNoLabels",
2948
+ "DisabledOff",
2949
+ "DisabledOn",
2950
+ "Controlled",
2951
+ "ToggleFiresOnChange",
2952
+ "SettingsPanel",
2953
+ "AllStates",
2954
+ "FeatureFlags",
2955
+ "PrivacySettings"
2956
+ ],
2957
+ "props": {
2958
+ "value": {
2959
+ "description": "The current state of the switch. `true` for on, `false` for off. This is a controlled component.",
2960
+ "type": "boolean",
2961
+ "defaultValue": "false",
2962
+ "required": false
2963
+ },
2964
+ "leftLabel": {
2965
+ "description": "Optional label displayed on the left side of the switch. Useful for labeling the",
2966
+ "type": "string",
2967
+ "defaultValue": "'\"\"'",
2968
+ "required": false
2969
+ },
2970
+ "rightLabel": {
2971
+ "description": "Optional label displayed on the right side of the switch. Useful for labeling the",
2972
+ "type": "string",
2973
+ "defaultValue": "'\"\"'",
2974
+ "required": false
2975
+ },
2976
+ "disabled": {
2977
+ "description": "When true, the switch is non-interactive. The visual state is preserved but cannot be changed.",
2978
+ "type": "boolean",
2979
+ "defaultValue": "false",
2980
+ "required": false
2981
+ },
2982
+ "onChange": {
2983
+ "description": "Callback triggered when the switch state changes. Receives the React change event.",
2984
+ "type": "(event: ChangeEvent<HTMLInputElement>) => void",
2985
+ "required": true
2986
+ },
2987
+ "table": {
2988
+ "description": "",
2989
+ "type": "string",
2990
+ "required": true
2991
+ }
2992
+ },
2993
+ "storyFile": "src/components/Switch/Switch.stories.tsx"
2994
+ },
2995
+ "Table": {
2996
+ "title": "Components/Table",
2997
+ "category": "Components",
2998
+ "description": "All the props that you can pass to AG-Grid can be passed to Table component. <strong style=\"font-weight:bold;\">Note:</strong> This Table is based on V32 and still in testing phase.",
2999
+ "examples": [],
3000
+ "props": {
3001
+ "tableHeader": {
3002
+ "description": "Title of the Table.",
3003
+ "type": "string",
3004
+ "defaultValue": "''",
3005
+ "required": false
3006
+ },
3007
+ "cardContainer": {
3008
+ "description": "If true, display Table component in the card UI.",
3009
+ "type": "boolean",
3010
+ "defaultValue": "true",
3011
+ "required": false
3012
+ },
3013
+ "rowData": {
3014
+ "description": "Array object holding different rows data of the Table.",
3015
+ "type": "Array Object",
3016
+ "defaultValue": [],
3017
+ "required": false
3018
+ },
3019
+ "columnDefs": {
3020
+ "description": "Array object holding different columns header data of the Table. \n <code>\n <ul class=\"storybook-order-list\">\n <li><strong>field</strong>: field of the column [string]</li>\n <li><strong>isSearchable?</strong>: If true, display search <br/>icon on the Column Header. [boolean]</li>\n </ul>\n </code>",
3021
+ "type": "Array Object",
3022
+ "defaultValue": [],
3023
+ "required": false
3024
+ },
3025
+ "rowHeight": {
3026
+ "description": "You can choose different height of the Row of the Table.",
3027
+ "type": "string",
3028
+ "defaultValue": "default",
3029
+ "options": [
3030
+ "compact",
3031
+ "comfort",
3032
+ "default"
3033
+ ],
3034
+ "required": false
3035
+ },
3036
+ "topLeftOptions": {
3037
+ "description": "React Children you want to render along with header at the Top Left Table Header Section.",
3038
+ "type": "React Children",
3039
+ "defaultValue": "''",
3040
+ "required": false
3041
+ },
3042
+ "topCenterOptions": {
3043
+ "description": "React Children you want to render at the Top Center Table Header Section.",
3044
+ "type": "React Children",
3045
+ "defaultValue": "''",
3046
+ "required": false
3047
+ },
3048
+ "topRightOptions": {
3049
+ "description": "React Children you want to render at the Top Right Table Header Section.",
3050
+ "type": "React Children",
3051
+ "defaultValue": "''",
3052
+ "required": false
3053
+ },
3054
+ "bottomLeftOptions": {
3055
+ "description": "React Children you want to render at the Bottom Left Table Header Section.",
3056
+ "type": "React Children",
3057
+ "defaultValue": "''",
3058
+ "required": false
3059
+ },
3060
+ "bottomCenterOptions": {
3061
+ "description": "React Children you want to render at the Bottom Center Table Footer Section.",
3062
+ "type": "React Children",
3063
+ "defaultValue": "''",
3064
+ "required": false
3065
+ },
3066
+ "bottomRightOptions": {
3067
+ "description": "React Children you want to render at the Bottom Right Table Header Section.",
3068
+ "type": "React Children",
3069
+ "defaultValue": "''",
3070
+ "required": false
3071
+ },
3072
+ "onNumberFormatChange": {
3073
+ "description": "You can handle the event when number format changes in Table Setting Section.",
3074
+ "type": "Function",
3075
+ "defaultValue": "() => {}",
3076
+ "required": false
3077
+ },
3078
+ "onColumnSearchClick": {
3079
+ "description": "You can handle the search event when user click on the search icon in the Table Header.",
3080
+ "type": "Function",
3081
+ "defaultValue": "() => {}",
3082
+ "required": false
3083
+ },
3084
+ "hideRowHeightOptionMenu": {
3085
+ "description": "If true, disabled the rowHeight option menu.",
3086
+ "type": "boolean",
3087
+ "defaultValue": "false",
3088
+ "required": false
3089
+ },
3090
+ "showDownloadButton": {
3091
+ "description": "If true, render the download button.",
3092
+ "type": "boolean",
3093
+ "defaultValue": "false",
3094
+ "required": false
3095
+ },
3096
+ "onDownloadButtonClick": {
3097
+ "description": "You can handle the event when download button is click",
3098
+ "type": "Function",
3099
+ "defaultValue": "() => {}",
3100
+ "required": false
3101
+ },
3102
+ "nestedTable": {
3103
+ "description": "If true, render the component which is passed in the nestedTableComponent props within the same card-container",
3104
+ "type": "boolean",
3105
+ "defaultValue": "false",
3106
+ "required": false
3107
+ },
3108
+ "nestedTableComponent": {
3109
+ "description": "React Children you want to render within the same card-container",
3110
+ "type": "React Children",
3111
+ "defaultValue": "''",
3112
+ "required": false
3113
+ },
3114
+ "closeButton": {
3115
+ "description": "If true, render the close button",
3116
+ "type": "boolean",
3117
+ "defaultValue": "false",
3118
+ "required": false
3119
+ },
3120
+ "handleCloseButtonClick": {
3121
+ "description": "You can handle the event when close button is click",
3122
+ "type": "Function",
3123
+ "defaultValue": "() => {}",
3124
+ "required": false
3125
+ },
3126
+ "applySort": {
3127
+ "description": "If true, enabled the sorting on column header click",
3128
+ "type": "boolean",
3129
+ "defaultValue": "true",
3130
+ "required": false
3131
+ },
3132
+ "gridId": {
3133
+ "description": "Unique identifier for the grid. It is mandatory to pass this prop when there are multiple grids on the same screen.",
3134
+ "type": "string",
3135
+ "defaultValue": "''",
3136
+ "required": false
3137
+ },
3138
+ "additionalButtons": {
3139
+ "description": "Additional buttons to be rendered in the table more content section.",
3140
+ "type": "React Children",
3141
+ "defaultValue": "''",
3142
+ "required": false
3143
+ },
3144
+ "showContentualFilter": {
3145
+ "description": "If true, render the contentual filter.",
3146
+ "type": "boolean",
3147
+ "defaultValue": "false",
3148
+ "required": false
3149
+ },
3150
+ "showContentualFilterBadge": {
3151
+ "description": "If true, render the contentual filter badge when selected filters are present.",
3152
+ "type": "boolean",
3153
+ "defaultValue": "false",
3154
+ "required": false
3155
+ },
3156
+ "contentualFilterProps": {
3157
+ "description": "Props for the contentual filter component i.e same as filters strip props if using default component.",
3158
+ "type": "Object",
3159
+ "defaultValue": "''",
3160
+ "required": false
3161
+ },
3162
+ "contentualFilterComponent": {
3163
+ "description": "Custom Component to be rendered in the contentual filter.",
3164
+ "type": "React Children",
3165
+ "defaultValue": "''",
3166
+ "required": false
3167
+ },
3168
+ "showFilterStrip": {
3169
+ "description": "If true, shows the filter strip below the table header",
3170
+ "type": "boolean",
3171
+ "defaultValue": "false",
3172
+ "required": false
3173
+ },
3174
+ "filterStripProps": {
3175
+ "description": "Props to be passed to the FilterStrip component",
3176
+ "type": "object",
3177
+ "required": true
3178
+ },
3179
+ "onContentualFilterClick": {
3180
+ "description": "Function to handle the contentual filter click event",
3181
+ "type": "function",
3182
+ "defaultValue": "() => {}",
3183
+ "required": false
3184
+ },
3185
+ "contextualFilterLabel": {
3186
+ "description": "Label for the contextual filter button",
3187
+ "type": "string",
3188
+ "required": true
3189
+ },
3190
+ "contextualFilterIcon": {
3191
+ "description": "Icon to be displayed in the contextual filter button",
3192
+ "type": "node",
3193
+ "required": true
3194
+ },
3195
+ "hidePaginationPageSizeSelector": {
3196
+ "description": "If true, disabled the pagination page size selector.",
3197
+ "type": "boolean",
3198
+ "defaultValue": "false",
3199
+ "options": [
3200
+ true,
3201
+ false
3202
+ ],
3203
+ "required": false
3204
+ },
3205
+ "onTableActionsTabClick": {
3206
+ "description": "Callback function that is called when the table actions tab is clicked in the table settings panel.",
3207
+ "type": "() => void",
3208
+ "defaultValue": "() => {}",
3209
+ "required": false
3210
+ },
3211
+ "customGetMainMenuItems": {
3212
+ "description": "Custom function to override the default column menu items. This function receives the column parameters and should return an array of menu items.\n <br/>\n <br/>\n Example:\n <br/>\n <code>\n const customGetMainMenuItems = (params) => {\n const { column } = params;\n return [\n {\n name: \"Custom Menu Item\",\n action: () => {\n console.log(\"Custom action for column:\", column.colId);\n }\n }\n ];\n };\n </code>",
3213
+ "type": "(params: { column: Column }) => Array<MenuItem>",
3214
+ "defaultValue": "null",
3215
+ "required": false
3216
+ },
3217
+ "onAdvanceSearchClick": {
3218
+ "description": "Callback function that is called when the advance search button is clicked in the table header.",
3219
+ "type": "() => void",
3220
+ "defaultValue": "() => {}",
3221
+ "required": false
3222
+ },
3223
+ "customHeaderIcons": {
3224
+ "description": "Array of custom icons to be displayed in the table header. Each icon should be a React element.\n <br/>\n <br/>\n Example:\n <br/>\n <code>\n const customHeaderIcons = [\n {\n icon: <SearchIcon />,\n onClick: () => console.log(\"Search clicked\"),\n tooltip: \"Search\"\n }\n ];\n </code>",
3225
+ "type": "Array<{ icon: ReactNode, onClick: () => void, tooltip?: string }>",
3226
+ "defaultValue": [],
3227
+ "required": false
3228
+ },
3229
+ "handleInlineSearch": {
3230
+ "description": "Callback function that is called when inline search is performed in the table.",
3231
+ "type": "(searchText: string) => void",
3232
+ "defaultValue": "() => {}",
3233
+ "required": false
3234
+ },
3235
+ "tableActions": {
3236
+ "description": "Custom actions to be displayed in the table settings panel. This can be any valid React element or component.",
3237
+ "type": "React.ReactNode",
3238
+ "defaultValue": "null",
3239
+ "required": false
3240
+ },
3241
+ "hideTableFormat": {
3242
+ "description": "If true, hide the table format section in the table settings panel.",
3243
+ "type": "boolean",
3244
+ "defaultValue": "false",
3245
+ "required": false
3246
+ },
3247
+ "hideTableActions": {
3248
+ "description": "If true, hide the table actions section in the table settings panel.",
3249
+ "type": "boolean",
3250
+ "defaultValue": "false",
3251
+ "required": false
3252
+ },
3253
+ "handleClearSearchInline": {
3254
+ "description": "Callback function that is called when the clear search button is clicked in the inline search input.",
3255
+ "type": "() => void",
3256
+ "defaultValue": "() => {}",
3257
+ "required": false
3258
+ },
3259
+ "handleCloseInputField": {
3260
+ "description": "Callback function that is called when the input field is closed in the table settings panel.",
3261
+ "type": "() => void",
3262
+ "defaultValue": "null",
3263
+ "required": false
3264
+ },
3265
+ "aboveTableComponent": {
3266
+ "description": "React Children to be rendered above the table.",
3267
+ "type": "React.ReactNode",
3268
+ "defaultValue": "null",
3269
+ "required": false
3270
+ },
3271
+ "explicitlyCloseTableSetting": {
3272
+ "description": "If true, explicitly close the table settings panel.",
3273
+ "type": "boolean",
3274
+ "defaultValue": "false",
3275
+ "required": false
3276
+ },
3277
+ "hideTableSetting": {
3278
+ "description": "If true, hide the table settings panel.",
3279
+ "type": "boolean",
3280
+ "defaultValue": "false",
3281
+ "required": false
3282
+ },
3283
+ "customSystemButton": {
3284
+ "description": "Custom system button to be rendered in the table header.",
3285
+ "type": "React.ReactNode",
3286
+ "defaultValue": "null",
3287
+ "required": false
3288
+ },
3289
+ "hideFontSize": {
3290
+ "description": "If true, hide the font size section in the table settings panel.",
3291
+ "type": "boolean",
3292
+ "defaultValue": "false",
3293
+ "options": [
3294
+ true,
3295
+ false
3296
+ ],
3297
+ "required": false
3298
+ },
3299
+ "hideNumericFormat": {
3300
+ "description": "If true, hide the numeric format section in the table settings panel.",
3301
+ "type": "boolean",
3302
+ "defaultValue": "false",
3303
+ "options": [
3304
+ true,
3305
+ false
3306
+ ],
3307
+ "required": false
3308
+ },
3309
+ "isSaveViewEnabled": {
3310
+ "description": "If true, enables Save View feature in table settings.",
3311
+ "type": "boolean",
3312
+ "defaultValue": "false",
3313
+ "required": false
3314
+ },
3315
+ "maxSavedViews": {
3316
+ "description": "Maximum number of saved views allowed.",
3317
+ "type": "number",
3318
+ "defaultValue": "50",
3319
+ "required": false
3320
+ },
3321
+ "savedViewsOptions": {
3322
+ "description": "Array of saved view objects to display in the Save View panel.",
3323
+ "type": "Array<Object>",
3324
+ "defaultValue": [],
3325
+ "required": false
3326
+ },
3327
+ "handleSaveAndApply": {
3328
+ "description": "Callback fired on Save & Apply. Receives (newView, replaceWith?).",
3329
+ "type": "(newView: object, replaceWith?: object) => void",
3330
+ "defaultValue": "() => {}",
3331
+ "required": false
3332
+ },
3333
+ "handleSavedViewClick": {
3334
+ "description": "Callback fired when a saved view is selected.",
3335
+ "type": "(view: object) => void",
3336
+ "defaultValue": "() => {}",
3337
+ "required": false
3338
+ },
3339
+ "handleEditSaveView": {
3340
+ "description": "Callback fired when editing a saved view.",
3341
+ "type": "(newView: object, prevView: object) => void",
3342
+ "defaultValue": "() => {}",
3343
+ "required": false
3344
+ },
3345
+ "handleDeleteViewClick": {
3346
+ "description": "Callback fired when deleting a saved view.",
3347
+ "type": "(view: object) => void",
3348
+ "defaultValue": "() => {}",
3349
+ "required": false
3350
+ },
3351
+ "deleteViewPromptText": {
3352
+ "description": "Confirmation text shown in the delete saved view prompt dialog.",
3353
+ "type": "string",
3354
+ "defaultValue": "''",
3355
+ "required": false
3356
+ },
3357
+ "handleSetDefaultView": {
3358
+ "description": "Callback to set a saved view as default.",
3359
+ "type": "(view: object) => void",
3360
+ "defaultValue": "() => {}",
3361
+ "required": false
3362
+ },
3363
+ "isSaveViewLoading": {
3364
+ "description": "Loading state for save view operations.",
3365
+ "type": "boolean",
3366
+ "defaultValue": "false",
3367
+ "required": false
3368
+ },
3369
+ "isDeleteViewLoading": {
3370
+ "description": "Loading state for delete saved view operation.",
3371
+ "type": "boolean",
3372
+ "defaultValue": "false",
3373
+ "required": false
3374
+ },
3375
+ "saveViewCustomFilter": {
3376
+ "description": "Save View filter control state: options and selectedOption.",
3377
+ "type": "Object",
3378
+ "defaultValue": "{ options: [], selectedOption:",
3379
+ "required": false
3380
+ },
3381
+ "customTabInTableSettings": {
3382
+ "description": "Custom tabs to render inside table settings. Each item should contain tabNames and tabPanels.",
3383
+ "type": "Array<{ tabNames: Object, tabPanels: ReactNode }>",
3384
+ "defaultValue": "null",
3385
+ "required": false
3386
+ },
3387
+ "customRenderSaveViewContent": {
3388
+ "description": "Custom renderer to inject additional content in Save View.",
3389
+ "type": "React.ReactNode",
3390
+ "defaultValue": "null",
3391
+ "required": false
3392
+ },
3393
+ "onTableSettingClick": {
3394
+ "description": "Callback when table settings open/close toggles. Receives boolean.",
3395
+ "type": "(open: boolean) => void",
3396
+ "defaultValue": "() => {}",
3397
+ "required": false
3398
+ },
3399
+ "closeTableSettingOnOutsideClick": {
3400
+ "description": "If true, clicking outside the settings panel closes it automatically.",
3401
+ "type": "boolean",
3402
+ "defaultValue": "false",
3403
+ "required": false
3404
+ },
3405
+ "contentualFilterOpenByDefault": {
3406
+ "description": "If true, opens the filter strip by default.",
3407
+ "type": "boolean",
3408
+ "defaultValue": "false",
3409
+ "required": false
3410
+ },
3411
+ "tableSettingsTitle": {
3412
+ "description": "Custom title for the table settings panel.",
3413
+ "type": "string",
3414
+ "defaultValue": "Table Settings",
3415
+ "required": false
3416
+ },
3417
+ "hideTableBody": {
3418
+ "description": "If true, hides the table body area below the header.",
3419
+ "type": "boolean",
3420
+ "defaultValue": "false",
3421
+ "required": false
3422
+ },
3423
+ "isCommentFeatureEnabled": {
3424
+ "description": "If true, enables comment feature and UI in the header.",
3425
+ "type": "boolean",
3426
+ "defaultValue": "false",
3427
+ "required": false
3428
+ },
3429
+ "commentProps": {
3430
+ "description": "Configuration and handlers for comments: author, handlers, comments, resolvedComments, configuration, handleFetchResolvedComments (optional promise callback when",
3431
+ "type": "Object",
3432
+ "defaultValue": "undefined",
3433
+ "required": false
3434
+ }
3435
+ },
3436
+ "storyFile": "src/components/Table/Table.stories.tsx"
3437
+ },
3438
+ "TableFiltering": {
3439
+ "title": "Components/Table/Filtering",
3440
+ "category": "Components",
3441
+ "description": "These stories demonstrate **inline header search** and **advance search** for every supported column type.\n\n### Column configuration checklist\n| Field type | \\",
3442
+ "examples": [],
3443
+ "props": {},
3444
+ "storyFile": "src/components/Table/TableFiltering.stories.tsx"
3445
+ },
3446
+ "TableChat": {
3447
+ "title": "Components/TableChat",
3448
+ "category": "Components",
3449
+ "description": "# Table Chat Feature\n\nThe Table Chat feature provides a comprehensive real-time messaging system integrated with the Table component. It includes:\n\n- **Channel Management**: Organize conversations by channels\n- **Real-time Messaging**: Live message updates with WebSocket support\n- **Rich Text Editor**: Full-featured text editor with mentions, formatting, and emoji support\n- **File & Image Sharing**: Upload and share files and images\n- **Message Actions**: Pin, reply, bookmark, edit, and delete messages\n- **Participant Management**: Add/remove participants and manage permissions\n- **Search**: Search messages and participants\n- **Notifications**: Configurable notification settings\n- **Thread Support**: Threaded conversations for better organization\n\n## Architecture\n\nThe chat feature consists of several key components:\n\n### 1. TableChatSidePanel\nThe main container component that manages the chat interface state and handles the communication between left and right panels.\n\n### 2. TableChatRightSection\nHandles the message display, infinite scroll, real-time updates, and message interactions.\n\n### 3. ChatInput\nRich text editor with mention support, formatting tools, file upload, and emoji picker.\n\n### 4. ChatHeader\nHeader with participant management, search functionality, and notification settings.\n\n## Configuration Structure\n\nThe chat feature is configured through a comprehensive \\",
3450
+ "examples": [],
3451
+ "props": {
3452
+ "isChatEnabled": {
3453
+ "description": "Enables the chat feature in the table component",
3454
+ "type": "boolean",
3455
+ "defaultValue": "false",
3456
+ "required": false
3457
+ },
3458
+ "handleChatClick": {
3459
+ "description": "Handler function called when chat button is clicked",
3460
+ "type": "() => void",
3461
+ "required": true
3462
+ },
3463
+ "isChatOpen": {
3464
+ "description": "Controls whether the chat panel is open",
3465
+ "type": "boolean",
3466
+ "defaultValue": "false",
3467
+ "required": false
3468
+ },
3469
+ "handleChatClose": {
3470
+ "description": "Handler function called when chat panel is closed",
3471
+ "type": "() => void",
3472
+ "required": true
3473
+ },
3474
+ "chatConfiguration": {
3475
+ "description": "Comprehensive chat configuration object (messageChatConfig, headerChatConfig, inputChatConfig, leftPanel, rightPanel)",
3476
+ "type": "ChatConfiguration",
3477
+ "required": true
3478
+ }
3479
+ },
3480
+ "storyFile": "src/components/TableChat/TableChat.stories.tsx"
3481
+ },
3482
+ "Tabs": {
3483
+ "title": "Components/Tabs",
3484
+ "category": "Components",
3485
+ "description": "Tabs with tab list and panel content. Value can be index (number) or tab value (string).",
3486
+ "examples": [
3487
+ "Default",
3488
+ "ControlledTabs",
3489
+ "Vertical",
3490
+ "BlueBg"
3491
+ ],
3492
+ "props": {
3493
+ "value": {
3494
+ "description": "Selected tab index or tab value",
3495
+ "type": "unknown",
3496
+ "required": true
3497
+ },
3498
+ "orientation": {
3499
+ "description": "",
3500
+ "type": "unknown",
3501
+ "options": [
3502
+ "horizontal",
3503
+ "vertical"
3504
+ ],
3505
+ "required": true
3506
+ },
3507
+ "isDisabled": {
3508
+ "description": "",
3509
+ "type": "unknown",
3510
+ "required": true
3511
+ },
3512
+ "remountOnTabChange": {
3513
+ "description": "",
3514
+ "type": "unknown",
3515
+ "required": true
3516
+ },
3517
+ "isBlueBg": {
3518
+ "description": "",
3519
+ "type": "unknown",
3520
+ "required": true
3521
+ }
3522
+ },
3523
+ "storyFile": "src/components/Tabs/Tabs.stories.tsx"
3524
+ },
3525
+ "Tag": {
3526
+ "title": "Components/Tag",
3527
+ "category": "Components",
3528
+ "description": "Tag displays labels, categories, or metadata in a compact format. Supports filled, stroke, and solid variants with optional remove functionality.",
3529
+ "examples": [
3530
+ "WithAutomationIds",
3531
+ "Default",
3532
+ "Filled",
3533
+ "Stroke",
3534
+ "Solid",
3535
+ "Small",
3536
+ "Medium",
3537
+ "Large",
3538
+ "Removable",
3539
+ "CustomIcon",
3540
+ "AllVariants",
3541
+ "AllSizes",
3542
+ "VariantSizeMatrix",
3543
+ "RemovableTags",
3544
+ "ClickableTags",
3545
+ "ArticleTags",
3546
+ "ProductTags",
3547
+ "ProfileSkills",
3548
+ "LongLabel",
3549
+ "SingleCharacter",
3550
+ "StatusTags"
3551
+ ],
3552
+ "props": {
3553
+ "label": {
3554
+ "description": "The text content displayed inside the tag.",
3555
+ "type": "string",
3556
+ "required": true
3557
+ },
3558
+ "variant": {
3559
+ "description": "Visual style variant. `filled` has light background with border, `stroke` is outlined, `solid` has solid colored background.",
3560
+ "type": "unknown",
3561
+ "defaultValue": "filled",
3562
+ "options": [
3563
+ "filled",
3564
+ "stroke",
3565
+ "solid"
3566
+ ],
3567
+ "required": false
3568
+ },
3569
+ "size": {
3570
+ "description": "Size of the tag. `small` = 22px, `medium` = 24px, `large` = 32px (default).",
3571
+ "type": "unknown",
3572
+ "defaultValue": "large",
3573
+ "options": [
3574
+ "small",
3575
+ "medium",
3576
+ "large"
3577
+ ],
3578
+ "required": false
3579
+ },
3580
+ "isRemovable": {
3581
+ "description": "When true, displays a delete icon that can be clicked to remove the tag.",
3582
+ "type": "boolean",
3583
+ "defaultValue": "false",
3584
+ "required": false
3585
+ },
3586
+ "icon": {
3587
+ "description": "Custom icon to display as the delete button. Only visible when `isRemovable` is true.",
3588
+ "type": "ReactNode",
3589
+ "required": true
3590
+ },
3591
+ "onClick": {
3592
+ "description": "Callback triggered when the tag is clicked.",
3593
+ "type": "() => void",
3594
+ "required": true
3595
+ },
3596
+ "onDelete": {
3597
+ "description": "Callback triggered when the delete icon is clicked. Only applicable when `isRemovable` is true.",
3598
+ "type": "() => void",
3599
+ "required": true
3600
+ }
3601
+ },
3602
+ "storyFile": "src/components/Tag/Tag.stories.tsx"
3603
+ },
3604
+ "TagGroup": {
3605
+ "title": "Components/TagGroup",
3606
+ "category": "Components",
3607
+ "description": "Container that lays out tags or chips in a horizontal row with consistent spacing.",
3608
+ "examples": [
3609
+ "WithAutomationIds",
3610
+ "Default",
3611
+ "SingleTag",
3612
+ "WithCustomClass"
3613
+ ],
3614
+ "props": {
3615
+ "children": {
3616
+ "description": "Tag or chip elements",
3617
+ "type": "unknown",
3618
+ "required": true
3619
+ },
3620
+ "className": {
3621
+ "description": "Additional CSS class",
3622
+ "type": "unknown",
3623
+ "required": true
3624
+ }
3625
+ },
3626
+ "storyFile": "src/components/TagGroup/TagGroup.stories.tsx"
3627
+ },
3628
+ "TextArea": {
3629
+ "title": "Components/TextArea",
3630
+ "category": "Components",
3631
+ "description": "Textarea with label, optional secondary label, character limit, and state variants (error/success/warning).",
3632
+ "examples": [
3633
+ "WithAutomationIds",
3634
+ "Default",
3635
+ "WithRequired",
3636
+ "WithSecondaryLabelAndCharacterLimit",
3637
+ "Disabled",
3638
+ "ErrorState",
3639
+ "UserTypes",
3640
+ "WithDataTestId"
3641
+ ],
3642
+ "props": {
3643
+ "label": {
3644
+ "description": "Label above the textarea",
3645
+ "type": "unknown",
3646
+ "required": true
3647
+ },
3648
+ "placeholder": {
3649
+ "description": "",
3650
+ "type": "unknown",
3651
+ "required": true
3652
+ },
3653
+ "maxRows": {
3654
+ "description": "",
3655
+ "type": "unknown",
3656
+ "required": true
3657
+ },
3658
+ "isDisabled": {
3659
+ "description": "",
3660
+ "type": "unknown",
3661
+ "required": true
3662
+ },
3663
+ "isRequired": {
3664
+ "description": "",
3665
+ "type": "unknown",
3666
+ "required": true
3667
+ },
3668
+ "isError": {
3669
+ "description": "",
3670
+ "type": "unknown",
3671
+ "required": true
3672
+ },
3673
+ "isSuccess": {
3674
+ "description": "",
3675
+ "type": "unknown",
3676
+ "required": true
3677
+ },
3678
+ "isWarning": {
3679
+ "description": "",
3680
+ "type": "unknown",
3681
+ "required": true
3682
+ },
3683
+ "characterLimit": {
3684
+ "description": "Max characters; shows counter",
3685
+ "type": "unknown",
3686
+ "required": true
3687
+ },
3688
+ "secondaryLabel": {
3689
+ "description": "",
3690
+ "type": "unknown",
3691
+ "required": true
3692
+ },
3693
+ "value": {
3694
+ "description": "",
3695
+ "type": "unknown",
3696
+ "required": true
3697
+ },
3698
+ "onChange": {
3699
+ "description": "",
3700
+ "type": "unknown",
3701
+ "required": true
3702
+ }
3703
+ },
3704
+ "storyFile": "src/components/TextArea/TextArea.stories.tsx"
3705
+ },
3706
+ "Toast": {
3707
+ "title": "Components/Toast",
3708
+ "category": "Components",
3709
+ "description": "Snackbar toast with position and variant (success, info, warning, error). Auto-hides by default.",
3710
+ "examples": [
3711
+ "WithAutomationIds",
3712
+ "Default",
3713
+ "Success",
3714
+ "Info",
3715
+ "Warning",
3716
+ "Error",
3717
+ "BottomCenter",
3718
+ "WithDataTestId"
3719
+ ],
3720
+ "props": {
3721
+ "isOpen": {
3722
+ "description": "",
3723
+ "type": "unknown",
3724
+ "required": true
3725
+ },
3726
+ "position": {
3727
+ "description": "",
3728
+ "type": "unknown",
3729
+ "options": [
3730
+ "top-left",
3731
+ "top-center",
3732
+ "top-right",
3733
+ "bottom-left",
3734
+ "bottom-center",
3735
+ "bottom-right"
3736
+ ],
3737
+ "required": true
3738
+ },
3739
+ "message": {
3740
+ "description": "",
3741
+ "type": "unknown",
3742
+ "required": true
3743
+ },
3744
+ "variant": {
3745
+ "description": "",
3746
+ "type": "unknown",
3747
+ "options": [
3748
+ "success",
3749
+ "info",
3750
+ "warning",
3751
+ "error"
3752
+ ],
3753
+ "required": true
3754
+ },
3755
+ "autoHideDuration": {
3756
+ "description": "",
3757
+ "type": "unknown",
3758
+ "required": true
3759
+ },
3760
+ "onClose": {
3761
+ "description": "",
3762
+ "type": "unknown",
3763
+ "required": true
3764
+ }
3765
+ },
3766
+ "storyFile": "src/components/Toast/Toast.stories.tsx"
3767
+ },
3768
+ "Tooltip": {
3769
+ "title": "Components/Tooltip",
3770
+ "category": "Components",
3771
+ "description": "Tooltip wrapping MUI Tooltip with project-specific variants (primary, secondary, tertiary, feature). Supports custom orientation, hover toggling, and a feature variant with title + description.",
3772
+ "examples": [
3773
+ "WithAutomationIds",
3774
+ "Primary",
3775
+ "Secondary",
3776
+ "Tertiary",
3777
+ "Feature",
3778
+ "BottomOrientation",
3779
+ "HoverDisabled",
3780
+ "WithCustomClass",
3781
+ "Playground"
3782
+ ],
3783
+ "props": {
3784
+ "title": {
3785
+ "description": "Content shown inside the tooltip",
3786
+ "type": "unknown",
3787
+ "required": true
3788
+ },
3789
+ "description": {
3790
+ "description": "Secondary text (feature variant only)",
3791
+ "type": "unknown",
3792
+ "required": true
3793
+ },
3794
+ "orientation": {
3795
+ "description": "Placement relative to anchor",
3796
+ "type": "unknown",
3797
+ "options": [
3798
+ "top",
3799
+ "bottom",
3800
+ "left",
3801
+ "right",
3802
+ "top-start",
3803
+ "top-end",
3804
+ "bottom-start",
3805
+ "bottom-end"
3806
+ ],
3807
+ "required": true
3808
+ },
3809
+ "variant": {
3810
+ "description": "Visual style",
3811
+ "type": "unknown",
3812
+ "options": [
3813
+ "primary",
3814
+ "secondary",
3815
+ "tertiary",
3816
+ "feature"
3817
+ ],
3818
+ "required": true
3819
+ },
3820
+ "isHoverEnabled": {
3821
+ "description": "Enable/disable hover trigger",
3822
+ "type": "unknown",
3823
+ "required": true
3824
+ }
3825
+ },
3826
+ "storyFile": "src/components/Tooltip/Tooltip.stories.tsx"
3827
+ },
3828
+ "YearSelect": {
3829
+ "title": "Components/YearSelect",
3830
+ "category": "Components",
3831
+ "description": "Controlled year dropdown used by MonthPicker. Implements MonthPickerSelectProps contract.",
3832
+ "examples": [
3833
+ "Default",
3834
+ "Controlled",
3835
+ "OpenAndSelect"
3836
+ ],
3837
+ "props": {
3838
+ "isOpen": {
3839
+ "description": "",
3840
+ "type": "unknown",
3841
+ "required": true
3842
+ },
3843
+ "name": {
3844
+ "description": "",
3845
+ "type": "unknown",
3846
+ "required": true
3847
+ },
3848
+ "minWidth": {
3849
+ "description": "",
3850
+ "type": "unknown",
3851
+ "required": true
3852
+ }
3853
+ },
3854
+ "storyFile": "src/components/YearSelect/YearSelect.stories.tsx"
3855
+ },
3856
+ "HelperText": {
3857
+ "title": "Components/common/HelperText",
3858
+ "category": "Components",
3859
+ "description": "",
3860
+ "examples": [
3861
+ "WithAutomationIds",
3862
+ "Default",
3863
+ "Error",
3864
+ "LongText"
3865
+ ],
3866
+ "props": {},
3867
+ "storyFile": "src/components/common/HelperText/HelperText.stories.tsx"
3868
+ }
3869
+ }
3870
+ }