impact-ui 3.7.25 → 4.0.0-alpha.10

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 (465) hide show
  1. package/MIGRATION_GUIDE.md +328 -0
  2. package/README.md +154 -15
  3. package/bin/migrate-image-paths.cjs +127 -0
  4. package/bin/migrate.js +293 -0
  5. package/codemods/component-map.js +153 -0
  6. package/codemods/image-paths-transform.js +69 -0
  7. package/codemods/transform.js +136 -0
  8. package/dist/components/Accordion/index.js +2 -1
  9. package/dist/components/AccordionModern/index.js +2 -1
  10. package/dist/components/Alert/index.js +2 -1
  11. package/dist/components/Avatar/index.js +2 -1
  12. package/dist/components/Badge/filled/filledIconLabelBadges/index.js +2 -1
  13. package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +2 -1
  14. package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +2 -1
  15. package/dist/components/Badge/index.js +3 -2
  16. package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +2 -1
  17. package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +2 -1
  18. package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +2 -1
  19. package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +2 -1
  20. package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +2 -1
  21. package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +2 -1
  22. package/dist/components/BottomSheet/index.js +2 -1
  23. package/dist/components/Breadcrumbs/index.js +2 -1
  24. package/dist/components/Button/index.js +2 -1
  25. package/dist/components/ButtonGroup/index.js +2 -1
  26. package/dist/components/Card/index.js +2 -1
  27. package/dist/components/Chart/index.js +2 -1
  28. package/dist/components/Chatbot/index.js +2 -1
  29. package/dist/components/Checkbox/index.js +2 -1
  30. package/dist/components/Chips/index.js +2 -1
  31. package/dist/components/CreateItemFlow/index.js +2 -1
  32. package/dist/components/DatePicker/datePickerDropdown.js +2 -1
  33. package/dist/components/DatePicker/index.js +3 -2
  34. package/dist/components/DateRangePicker/dateRangePickerDropdown.js +2 -1
  35. package/dist/components/DateRangePicker/index.js +3 -2
  36. package/dist/components/DynamicLayout/index.js +2 -1
  37. package/dist/components/EmptyState/EmptyStateImage.d.ts.map +1 -1
  38. package/dist/components/EmptyState/EmptyStateImage.js +3 -2
  39. package/dist/components/EmptyState/index.js +2 -1
  40. package/dist/components/FileUpload/index.js +2 -1
  41. package/dist/components/FilterPanel/index.js +2 -1
  42. package/dist/components/FiltersStrip/index.js +2 -1
  43. package/dist/components/Header/index.js +2 -1
  44. package/dist/components/HomePage/index.js +2 -1
  45. package/dist/components/Input/index.js +2 -1
  46. package/dist/components/Loader/index.js +2 -1
  47. package/dist/components/Menu/IconMenuItem.js +2 -1
  48. package/dist/components/Menu/MenuHeaderInfo.js +2 -1
  49. package/dist/components/Menu/NestedMenuItem.js +2 -1
  50. package/dist/components/Menu/index.js +2 -1
  51. package/dist/components/Menu/nestedMenuItemsFromObject.js +2 -1
  52. package/dist/components/Modal/index.js +2 -1
  53. package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +2 -1
  54. package/dist/components/Notification/index.js +2 -1
  55. package/dist/components/Panel/index.js +2 -1
  56. package/dist/components/Popover/index.js +2 -1
  57. package/dist/components/ProgressBar/index.js +2 -1
  58. package/dist/components/Prompt/index.js +2 -1
  59. package/dist/components/RadioButtonGroup/index.js +2 -1
  60. package/dist/components/Select/index.js +2 -1
  61. package/dist/components/Sidebar/index.js +2 -1
  62. package/dist/components/Slider/index.js +2 -1
  63. package/dist/components/Stepper/index.js +2 -1
  64. package/dist/components/Switch/index.js +2 -1
  65. package/dist/components/Table/TableImpl.js +4 -3
  66. package/dist/components/TableChat/EmptyContainer.js +2 -1
  67. package/dist/components/TableChat/TableChatSidePanel.js +2 -1
  68. package/dist/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.js +2 -1
  69. package/dist/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.js +2 -1
  70. package/dist/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.js +2 -1
  71. package/dist/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.js +2 -1
  72. package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +2 -1
  73. package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.js +2 -1
  74. package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.js +2 -1
  75. package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +2 -1
  76. package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +2 -1
  77. package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +2 -1
  78. package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +2 -1
  79. package/dist/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.js +2 -1
  80. package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +2 -1
  81. package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.js +2 -1
  82. package/dist/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.js +2 -1
  83. package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.js +2 -1
  84. package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +2 -1
  85. package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +2 -1
  86. package/dist/components/TableChat/components/TextEditor/Mention.js +2 -1
  87. package/dist/components/TableChat/components/TextEditor/MentionList.js +2 -1
  88. package/dist/components/Tabs/index.js +2 -1
  89. package/dist/components/Tag/index.js +2 -1
  90. package/dist/components/TagGroup/index.js +2 -1
  91. package/dist/components/TextArea/index.js +2 -1
  92. package/dist/components/Toast/index.js +2 -1
  93. package/dist/components/Tooltip/index.js +2 -1
  94. package/dist/components/common/HelperText/index.js +2 -1
  95. package/dist/components/index.d.ts +0 -1
  96. package/dist/components/index.d.ts.map +1 -1
  97. package/dist/components/index.js +0 -1
  98. package/dist/mcp-component-registry.json +1 -1
  99. package/dist/styles/entry.d.ts +2 -0
  100. package/dist/styles/entry.d.ts.map +1 -0
  101. package/dist/styles/entry.js +1 -0
  102. package/dist/styles/style.css +1 -1
  103. package/eslint-plugin/index.js +91 -0
  104. package/eslint-plugin/rules/no-barrel-import.js +224 -0
  105. package/package.json +153 -89
  106. package/dist/0db32db10ae1525f.svg +0 -9
  107. package/dist/2bc76319b1fa572e.svg +0 -9
  108. package/dist/39d49e4daed1a992.svg +0 -9
  109. package/dist/44beedf64dc29d19.svg +0 -9
  110. package/dist/49a4f914058314f1.svg +0 -9
  111. package/dist/6fc8a59d621a04a1.svg +0 -13
  112. package/dist/78f845dcfc981491.svg +0 -9
  113. package/dist/b31c0c2a19c1c19a.svg +0 -9
  114. package/dist/index.js +0 -308
  115. package/dist/index.js.map +0 -1
  116. package/src/components/Accordion/Accordion.styles.scss +0 -118
  117. package/src/components/Accordion/index.js +0 -104
  118. package/src/components/AccordionModern/AccordionModern.styles.scss +0 -121
  119. package/src/components/AccordionModern/SortableAccordionComp.js +0 -156
  120. package/src/components/AccordionModern/index.js +0 -103
  121. package/src/components/Alert/Alert.styles.scss +0 -131
  122. package/src/components/Alert/index.js +0 -71
  123. package/src/components/Avatar/Avatar.styles.scss +0 -25
  124. package/src/components/Avatar/index.js +0 -58
  125. package/src/components/Badge/Badges.style.scss +0 -55
  126. package/src/components/Badge/filled/filledIconLabelBadges/filledIconLabelBadges.styles.scss +0 -32
  127. package/src/components/Badge/filled/filledIconLabelBadges/index.js +0 -38
  128. package/src/components/Badge/filled/filledOnlyIconBadges/filledOnlyIconBadges.styles.scss +0 -26
  129. package/src/components/Badge/filled/filledOnlyIconBadges/index.js +0 -31
  130. package/src/components/Badge/filled/filledOnlyLabelBadges/filledOnlyLabelBadges.styles.scss +0 -66
  131. package/src/components/Badge/filled/filledOnlyLabelBadges/index.js +0 -31
  132. package/src/components/Badge/filled/index.js +0 -30
  133. package/src/components/Badge/index.js +0 -53
  134. package/src/components/Badge/stroke/index.js +0 -43
  135. package/src/components/Badge/stroke/strokeIconLabelBadges/index.js +0 -38
  136. package/src/components/Badge/stroke/strokeIconLabelBadges/strokeIconLabelBadges.styles.scss +0 -33
  137. package/src/components/Badge/stroke/strokeOnlyIconBadges/index.js +0 -31
  138. package/src/components/Badge/stroke/strokeOnlyIconBadges/strokeOnlyIconBadges.styles.scss +0 -27
  139. package/src/components/Badge/stroke/strokeOnlyLabelBadges/index.js +0 -31
  140. package/src/components/Badge/stroke/strokeOnlyLabelBadges/strokeOnlyLabelBadges.styles.scss +0 -89
  141. package/src/components/Badge/styles.css +0 -52
  142. package/src/components/Badge/subtle/index.js +0 -41
  143. package/src/components/Badge/subtle/subtleIOnlyIconBadges/index.js +0 -31
  144. package/src/components/Badge/subtle/subtleIOnlyIconBadges/subtleIOnlyIconBadges.scss +0 -26
  145. package/src/components/Badge/subtle/subtleIconLabelBadges/index.js +0 -38
  146. package/src/components/Badge/subtle/subtleIconLabelBadges/subtleIconLabelBadges.scss +0 -56
  147. package/src/components/Badge/subtle/subtleOnlyLabelBadges/index.js +0 -31
  148. package/src/components/Badge/subtle/subtleOnlyLabelBadges/subtleOnlyLabelBadges.scss +0 -70
  149. package/src/components/BottomSheet/BottomSheet.styles.scss +0 -46
  150. package/src/components/BottomSheet/index.js +0 -60
  151. package/src/components/Breadcrumbs/Breadcrumbs.styles.scss +0 -65
  152. package/src/components/Breadcrumbs/index.js +0 -121
  153. package/src/components/Button/Button.styles.scss +0 -345
  154. package/src/components/Button/index.js +0 -171
  155. package/src/components/ButtonGroup/ButtonGroup.styles.scss +0 -125
  156. package/src/components/ButtonGroup/index.js +0 -84
  157. package/src/components/Card/Card.styles.scss +0 -33
  158. package/src/components/Card/index.js +0 -21
  159. package/src/components/Chart/Chart.style.scss +0 -142
  160. package/src/components/Chart/index.js +0 -752
  161. package/src/components/ChatBot/bookMarkPanel.js +0 -74
  162. package/src/components/ChatBot/chatBot.style.scss +0 -1295
  163. package/src/components/ChatBot/chatBotFooter.js +0 -14
  164. package/src/components/ChatBot/chatBotLandingScreen.js +0 -26
  165. package/src/components/ChatBot/chatInput.js +0 -206
  166. package/src/components/ChatBot/chatbotModuleMenu.js +0 -278
  167. package/src/components/ChatBot/constant.js +0 -32
  168. package/src/components/ChatBot/conversationScreen.js +0 -281
  169. package/src/components/ChatBot/customScreen.js +0 -69
  170. package/src/components/ChatBot/historyPanel.js +0 -579
  171. package/src/components/ChatBot/index.js +0 -473
  172. package/src/components/ChatBot/newChatComponent.js +0 -105
  173. package/src/components/ChatBot/utils.js +0 -27
  174. package/src/components/Checkbox/Checkbox.styles.scss +0 -232
  175. package/src/components/Checkbox/dashed/index.js +0 -34
  176. package/src/components/Checkbox/default/index.js +0 -70
  177. package/src/components/Checkbox/index.js +0 -50
  178. package/src/components/Checkbox/withDropDown/index.js +0 -96
  179. package/src/components/Checkbox/withoutFormLabel/index.js +0 -46
  180. package/src/components/Chips/Chip.style.scss +0 -134
  181. package/src/components/Chips/index.js +0 -34
  182. package/src/components/CreateItemFlow/CreateItemFlow.styles.scss +0 -37
  183. package/src/components/CreateItemFlow/index.js +0 -145
  184. package/src/components/DatePicker/DatePicker.styles.scss +0 -519
  185. package/src/components/DatePicker/datePickerDropdown.js +0 -282
  186. package/src/components/DatePicker/datePickerFooter.js +0 -76
  187. package/src/components/DatePicker/datePickerInput.js +0 -333
  188. package/src/components/DatePicker/index.js +0 -288
  189. package/src/components/DatePicker/showMonthYearSelect.js +0 -119
  190. package/src/components/DateRangePicker/DateRangePicker.styles.scss +0 -635
  191. package/src/components/DateRangePicker/dateRangePickerCustom.js +0 -22
  192. package/src/components/DateRangePicker/dateRangePickerDropdown.js +0 -320
  193. package/src/components/DateRangePicker/dateRangePickerFooter.js +0 -50
  194. package/src/components/DateRangePicker/dateRangePickerInput.js +0 -544
  195. package/src/components/DateRangePicker/index.js +0 -393
  196. package/src/components/DateRangePicker/showMonthYearSelect.js +0 -103
  197. package/src/components/DateRangePicker/utils.js +0 -71
  198. package/src/components/DynamicLayout/DynamicLayout.styles.scss +0 -153
  199. package/src/components/DynamicLayout/index.js +0 -73
  200. package/src/components/EmptyState/EmptyState.styles.scss +0 -88
  201. package/src/components/EmptyState/EmptyStateImageComponent.jsx +0 -36
  202. package/src/components/EmptyState/index.js +0 -54
  203. package/src/components/FileUpload/FileUpload.styles.scss +0 -449
  204. package/src/components/FileUpload/index.js +0 -641
  205. package/src/components/FilterPanel/FilterPanel.styles.scss +0 -241
  206. package/src/components/FilterPanel/FilterPanelHeader.js +0 -15
  207. package/src/components/FilterPanel/PanelFooter.js +0 -65
  208. package/src/components/FilterPanel/PanelSidebar.js +0 -85
  209. package/src/components/FilterPanel/index.js +0 -147
  210. package/src/components/FiltersStrip/FiltersStrip.styles.scss +0 -343
  211. package/src/components/FiltersStrip/Slider/FilterSlider.styles.scss +0 -85
  212. package/src/components/FiltersStrip/Slider/Portal.js +0 -59
  213. package/src/components/FiltersStrip/Slider/index.js +0 -233
  214. package/src/components/FiltersStrip/appliedFilter.js +0 -180
  215. package/src/components/FiltersStrip/filterDropDown.js +0 -96
  216. package/src/components/FiltersStrip/index.js +0 -127
  217. package/src/components/FiltersStrip/mockData.js +0 -227
  218. package/src/components/Header/Header.styles.scss +0 -223
  219. package/src/components/Header/index.js +0 -156
  220. package/src/components/HomePage/HomePage.styles.scss +0 -1638
  221. package/src/components/HomePage/constant.js +0 -331
  222. package/src/components/HomePage/index.js +0 -675
  223. package/src/components/Input/Input.styles.scss +0 -318
  224. package/src/components/Input/helperText.js +0 -19
  225. package/src/components/Input/index.js +0 -60
  226. package/src/components/Input/inputWithIcon.js +0 -134
  227. package/src/components/Input/vanilaInput.js +0 -68
  228. package/src/components/Loader/Loader.styles.scss +0 -90
  229. package/src/components/Loader/index.js +0 -69
  230. package/src/components/Menu/IconMenuItem.js +0 -100
  231. package/src/components/Menu/Menu.styles.scss +0 -190
  232. package/src/components/Menu/MenuHeader.jsx +0 -84
  233. package/src/components/Menu/MenuHeaderInfo.jsx +0 -319
  234. package/src/components/Menu/MenuHeaderInfo.styles.scss +0 -123
  235. package/src/components/Menu/NestedMenuItem.js +0 -189
  236. package/src/components/Menu/index.js +0 -254
  237. package/src/components/Menu/nestedMenuItemsFromObject.js +0 -100
  238. package/src/components/Modal/Modal.styles.scss +0 -129
  239. package/src/components/Modal/index.js +0 -141
  240. package/src/components/MonthPicker/MonthPicker.styles.scss +0 -255
  241. package/src/components/MonthPicker/constant.js +0 -1
  242. package/src/components/MonthPicker/index.js +0 -373
  243. package/src/components/MonthRangePicker/MonthRangePicker.styles.scss +0 -383
  244. package/src/components/MonthRangePicker/constant.js +0 -1
  245. package/src/components/MonthRangePicker/index.js +0 -574
  246. package/src/components/Notification/Notification.styles.scss +0 -594
  247. package/src/components/Notification/NotificationBody/NotificationInfoList/chipsLists.js +0 -144
  248. package/src/components/Notification/NotificationBody/NotificationInfoList/index.js +0 -128
  249. package/src/components/Notification/NotificationBody/NotificationInfoList/notificationList.js +0 -165
  250. package/src/components/Notification/NotificationBody/NotificationPanels/chipsLists.js +0 -85
  251. package/src/components/Notification/NotificationBody/NotificationPanels/index.js +0 -259
  252. package/src/components/Notification/NotificationBody/NotificationPanels/notificationList.js +0 -637
  253. package/src/components/Notification/NotificationBody/index.js +0 -117
  254. package/src/components/Notification/index.js +0 -128
  255. package/src/components/Notification/mockData.js +0 -389
  256. package/src/components/Notification/notificationFooter.js +0 -31
  257. package/src/components/Notification/notificationHeader.js +0 -28
  258. package/src/components/Panel/Panel.styles.scss +0 -71
  259. package/src/components/Panel/index.js +0 -144
  260. package/src/components/Popover/Popover.styles.scss +0 -52
  261. package/src/components/Popover/index.js +0 -71
  262. package/src/components/Portal/index.js +0 -31
  263. package/src/components/ProgressBar/ProgressBar.styles.scss +0 -62
  264. package/src/components/ProgressBar/index.js +0 -40
  265. package/src/components/Prompt/Prompt.styles.scss +0 -107
  266. package/src/components/Prompt/index.js +0 -107
  267. package/src/components/RadioButtonGroup/RadioButtonGroup.styles.scss +0 -136
  268. package/src/components/RadioButtonGroup/index.js +0 -107
  269. package/src/components/Select/SearchFilter.js +0 -72
  270. package/src/components/Select/Select.styles.scss +0 -748
  271. package/src/components/Select/customGroupHeading.js +0 -24
  272. package/src/components/Select/dropdown.js +0 -65
  273. package/src/components/Select/hooks/index.js +0 -2
  274. package/src/components/Select/hooks/useClickOutside.js +0 -61
  275. package/src/components/Select/hooks/useMenuPosition.js +0 -288
  276. package/src/components/Select/index.js +0 -1307
  277. package/src/components/Select/menuList.js +0 -119
  278. package/src/components/Select/optionList.js +0 -215
  279. package/src/components/Select/selected-option-tags.js +0 -99
  280. package/src/components/Select/utils.js +0 -232
  281. package/src/components/Sidebar/Menus/childMenu.js +0 -88
  282. package/src/components/Sidebar/Menus/index.js +0 -130
  283. package/src/components/Sidebar/Menus/parentMenu.js +0 -173
  284. package/src/components/Sidebar/Sidebar.styles.scss +0 -411
  285. package/src/components/Sidebar/actions.js +0 -31
  286. package/src/components/Sidebar/index.js +0 -84
  287. package/src/components/Sidebar/mock.js +0 -202
  288. package/src/components/Slider/Sliders.styles.scss +0 -260
  289. package/src/components/Slider/index.js +0 -314
  290. package/src/components/Stepper/Stepper.styles.scss +0 -355
  291. package/src/components/Stepper/index.js +0 -101
  292. package/src/components/Switch/Switch.styles.scss +0 -96
  293. package/src/components/Switch/index.js +0 -59
  294. package/src/components/Table/AdvanceSearchModalItem.js +0 -392
  295. package/src/components/Table/AdvanceSortModal.js +0 -332
  296. package/src/components/Table/AgGridHeader.js +0 -1009
  297. package/src/components/Table/CommentsPortal.js +0 -428
  298. package/src/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.js +0 -323
  299. package/src/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.js +0 -476
  300. package/src/components/Table/NoComments.js +0 -295
  301. package/src/components/Table/Table.styles.scss +0 -3859
  302. package/src/components/Table/actionBar.js +0 -43
  303. package/src/components/Table/advanceSearchModal.js +0 -797
  304. package/src/components/Table/commentPanel.js +0 -421
  305. package/src/components/Table/filterUtils.js +0 -850
  306. package/src/components/Table/index.js +0 -2175
  307. package/src/components/Table/mockData.js +0 -1344
  308. package/src/components/Table/tableFunctions.js +0 -1676
  309. package/src/components/Table/tableHeader.js +0 -476
  310. package/src/components/Table/tableIcons.js +0 -61
  311. package/src/components/Table/tableMoreOptions.js +0 -293
  312. package/src/components/Table/tablePagination.js +0 -63
  313. package/src/components/Table/tableSettings.js +0 -287
  314. package/src/components/Table/withCommentIcon.js +0 -107
  315. package/src/components/TableChat/EmptyContainer.jsx +0 -13
  316. package/src/components/TableChat/README.md +0 -588
  317. package/src/components/TableChat/TableChatSidePanel.jsx +0 -832
  318. package/src/components/TableChat/TableChatSidePanel.styles.scss +0 -57
  319. package/src/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.jsx +0 -43
  320. package/src/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.jsx +0 -55
  321. package/src/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.jsx +0 -94
  322. package/src/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.jsx +0 -22
  323. package/src/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.scss +0 -179
  324. package/src/components/TableChat/components/SkeletonList.jsx +0 -12
  325. package/src/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.jsx +0 -171
  326. package/src/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.styles.scss +0 -37
  327. package/src/components/TableChat/components/TableChatLeftSection/ChannelCheckbox/ChannelCheckbox.jsx +0 -28
  328. package/src/components/TableChat/components/TableChatLeftSection/ChatChannelItem.jsx +0 -116
  329. package/src/components/TableChat/components/TableChatLeftSection/ChatChannelList.jsx +0 -89
  330. package/src/components/TableChat/components/TableChatLeftSection/ChatHeaderButton/ChatHeaderButton.jsx +0 -27
  331. package/src/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.jsx +0 -191
  332. package/src/components/TableChat/components/TableChatLeftSection/ChatIconButton/ChatIconButton.jsx +0 -23
  333. package/src/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.jsx +0 -117
  334. package/src/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.styles.scss +0 -469
  335. package/src/components/TableChat/components/TableChatLeftSection/UnreadBadge/UnreadBadge.jsx +0 -16
  336. package/src/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.jsx +0 -119
  337. package/src/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.styles.scss +0 -87
  338. package/src/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.jsx +0 -216
  339. package/src/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.styles.scss +0 -291
  340. package/src/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.jsx +0 -19
  341. package/src/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/DeletedMessage.styles.scss +0 -55
  342. package/src/components/TableChat/components/TableChatRightSection/ChatEditedMessageType/ChatEditedMessageType.jsx +0 -61
  343. package/src/components/TableChat/components/TableChatRightSection/ChatEditedMessageType/ChatEditedMessageType.styles.scss +0 -13
  344. package/src/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.jsx +0 -432
  345. package/src/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.jsx +0 -365
  346. package/src/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.jsx +0 -42
  347. package/src/components/TableChat/components/TableChatRightSection/ChatHeader/chatHeader.styles.scss +0 -323
  348. package/src/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.jsx +0 -793
  349. package/src/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.styles.scss +0 -394
  350. package/src/components/TableChat/components/TableChatRightSection/ChatMessageActions/ChatMessageActions.jsx +0 -61
  351. package/src/components/TableChat/components/TableChatRightSection/ChatMessageActions/ChatMessageActions.styles.scss +0 -28
  352. package/src/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.jsx +0 -11
  353. package/src/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.styles.scss +0 -3
  354. package/src/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.jsx +0 -220
  355. package/src/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.styles.scss +0 -128
  356. package/src/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.jsx +0 -246
  357. package/src/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.styles.scss +0 -210
  358. package/src/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.jsx +0 -52
  359. package/src/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.styles.scss +0 -34
  360. package/src/components/TableChat/components/TableChatRightSection/EmojiPicker/EmojiPicker.jsx +0 -31
  361. package/src/components/TableChat/components/TableChatRightSection/FileUploader/FileUploader.jsx +0 -170
  362. package/src/components/TableChat/components/TableChatRightSection/ImageUploader/ImageUploader.jsx +0 -165
  363. package/src/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChat.styles.scss +0 -587
  364. package/src/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.jsx +0 -244
  365. package/src/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.jsx +0 -29
  366. package/src/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.styles.scss +0 -47
  367. package/src/components/TableChat/components/TableChatRightSection/TableChatRightSection.jsx +0 -1340
  368. package/src/components/TableChat/components/TableChatRightSection/TableChatRightSection.styles.scss +0 -147
  369. package/src/components/TableChat/components/TextEditor/EditorToolbar.jsx +0 -209
  370. package/src/components/TableChat/components/TextEditor/EditorToolbar.styles.scss +0 -61
  371. package/src/components/TableChat/components/TextEditor/Mention.jsx +0 -234
  372. package/src/components/TableChat/components/TextEditor/MentionList.jsx +0 -118
  373. package/src/components/TableChat/components/TextEditor/MentionList.scss +0 -146
  374. package/src/components/TableChat/components/TextEditor/styles.scss +0 -278
  375. package/src/components/TableChat/components/TextEditor/suggestion.js +0 -124
  376. package/src/components/TableChat/components/chatConfig.js +0 -64
  377. package/src/components/TableChat/hooks/useInfiniteScroll.js +0 -256
  378. package/src/components/TableOld/AgGridHeader.js +0 -545
  379. package/src/components/TableOld/Table.styles.scss +0 -2192
  380. package/src/components/TableOld/actionBar.js +0 -43
  381. package/src/components/TableOld/index.js +0 -598
  382. package/src/components/TableOld/mockData.js +0 -1344
  383. package/src/components/TableOld/tableFunctions.js +0 -1734
  384. package/src/components/TableOld/tableHeader.js +0 -251
  385. package/src/components/TableOld/tableIcons.js +0 -61
  386. package/src/components/TableOld/tablePagination.js +0 -64
  387. package/src/components/TableOld/tableSettings.js +0 -166
  388. package/src/components/Tabs/Tabs.styles.scss +0 -120
  389. package/src/components/Tabs/index.js +0 -91
  390. package/src/components/Tabs/tabPanel.js +0 -38
  391. package/src/components/Tag/Tags.styles.scss +0 -71
  392. package/src/components/Tag/filled.js +0 -48
  393. package/src/components/Tag/index.js +0 -54
  394. package/src/components/Tag/solid.js +0 -47
  395. package/src/components/Tag/stroke.js +0 -47
  396. package/src/components/Tag/utils.js +0 -12
  397. package/src/components/TagGroup/TagGroup.styles.scss +0 -7
  398. package/src/components/TagGroup/index.js +0 -6
  399. package/src/components/TextArea/TextArea.styles.scss +0 -158
  400. package/src/components/TextArea/index.js +0 -121
  401. package/src/components/Toast/Toast.styles.scss +0 -66
  402. package/src/components/Toast/index.js +0 -35
  403. package/src/components/Tooltip/Tooltips.styles.scss +0 -111
  404. package/src/components/Tooltip/index.js +0 -68
  405. package/src/components/common/HelperText/HelperText.styles.scss +0 -18
  406. package/src/components/common/HelperText/index.js +0 -44
  407. package/src/components/common/MentionEditor/MentionEditor.styles.scss +0 -301
  408. package/src/components/common/MentionEditor/MentionList/MentionList.styles.scss +0 -146
  409. package/src/components/common/MentionEditor/MentionList/index.js +0 -130
  410. package/src/components/common/MentionEditor/index.js +0 -246
  411. package/src/components/common/MentionEditor/suggestion.js +0 -124
  412. package/src/components/index.js +0 -53
  413. package/src/stories/Accordion.stories.js +0 -151
  414. package/src/stories/AccordionModern.stories.js +0 -263
  415. package/src/stories/Alert.stories.js +0 -103
  416. package/src/stories/Avatar.stories.js +0 -79
  417. package/src/stories/Badge.stories.js +0 -112
  418. package/src/stories/BottomSheet.stories.js +0 -224
  419. package/src/stories/Breadcrumbs.stories.js +0 -143
  420. package/src/stories/Button.stories.js +0 -190
  421. package/src/stories/ButtonGroup.stories.js +0 -123
  422. package/src/stories/Card.stories.js +0 -73
  423. package/src/stories/Changelog.mdx +0 -1006
  424. package/src/stories/Chart.stories.js +0 -2017
  425. package/src/stories/ChatBot.stories.js +0 -668
  426. package/src/stories/Checkbox.stories.js +0 -209
  427. package/src/stories/Chips.stories.js +0 -106
  428. package/src/stories/CreateItemFlow.stories.js +0 -255
  429. package/src/stories/DatePicker.stories.js +0 -311
  430. package/src/stories/DateRangePicker.stories.js +0 -364
  431. package/src/stories/EmptyState.stories.js +0 -110
  432. package/src/stories/FileUpload.stories.js +0 -169
  433. package/src/stories/FilterPanel.stories.js +0 -309
  434. package/src/stories/FiltersStrip.stories.js +0 -244
  435. package/src/stories/GettingStarted.mdx +0 -153
  436. package/src/stories/Header.stories.js +0 -185
  437. package/src/stories/HomePage.stories.js +0 -201
  438. package/src/stories/Input.stories.js +0 -165
  439. package/src/stories/Loader.stories.js +0 -33
  440. package/src/stories/Menu.stories.js +0 -309
  441. package/src/stories/Modal.stories.js +0 -185
  442. package/src/stories/MonthPicker.stories.js +0 -313
  443. package/src/stories/MonthRangePicker.stories.js +0 -255
  444. package/src/stories/Notification.stories.js +0 -500
  445. package/src/stories/Panel.stories.js +0 -179
  446. package/src/stories/Popover.stories.js +0 -125
  447. package/src/stories/ProgressBar.stories.js +0 -93
  448. package/src/stories/Prompt.stories.js +0 -120
  449. package/src/stories/RadioButtonGroup.stories.js +0 -83
  450. package/src/stories/Select.stories.js +0 -753
  451. package/src/stories/Sidebar.stories.js +0 -177
  452. package/src/stories/Slider.stories.js +0 -226
  453. package/src/stories/Stepper.stories.js +0 -158
  454. package/src/stories/Switch.stories.js +0 -72
  455. package/src/stories/Table.stories.js +0 -4323
  456. package/src/stories/TableChat.mdx +0 -992
  457. package/src/stories/TableChat.stories.js +0 -1712
  458. package/src/stories/TableOld.stories.js +0 -954
  459. package/src/stories/Tabs.stories.js +0 -253
  460. package/src/stories/Tag.stories.js +0 -92
  461. package/src/stories/TagGroup.stories.js +0 -39
  462. package/src/stories/TextArea.stories.js +0 -148
  463. package/src/stories/Toast.stories.js +0 -113
  464. package/src/stories/Tooltip.stories.js +0 -86
  465. package/src/stories/storybookLinks.mdx +0 -20
@@ -1,1295 +0,0 @@
1
- @import "../../styles/index.scss";
2
- @import "../../styles/base/color.scss";
3
-
4
- .chatbot-modal-wrapper {
5
- position: fixed;
6
- top: 56px;
7
- right: 0;
8
- z-index: 1300;
9
-
10
- .chatbot-component-container {
11
- background: #fff;
12
- box-shadow: 0 8px 32px 0 rgba(16, 30, 54, 0.16);
13
- height: calc(100vh - 56px);
14
- padding: 10px;
15
-
16
- .chatbot-component-header-close-icon {
17
- width: 26px;
18
- height: 26px;
19
- }
20
-
21
- //Landing screen
22
- .chatbot-landing-screen-container {
23
- position: relative;
24
- width: 100%;
25
- height: 100%;
26
- pointer-events: none;
27
-
28
- .chatbot-landing-screen-container-body {
29
- display: flex;
30
- flex-direction: column;
31
- justify-content: space-between;
32
- height: calc(100vh - 125px);
33
- }
34
-
35
- .chatbot-landing-screen-container-close-icon {
36
- display: flex;
37
- align-items: center;
38
- justify-content: flex-end;
39
- pointer-events: auto;
40
- }
41
-
42
- .chatbot-landing-screen-container-circle-1 {
43
- position: absolute;
44
- width: 118px;
45
- height: 118px;
46
- border-radius: 50%;
47
- background: $chatBotLightBlue;
48
- filter: blur(68px);
49
- left: calc(50% - 120px);
50
- top: calc(50% - 60px);
51
- z-index: 1;
52
- }
53
-
54
- .chatbot-landing-screen-container-circle-2 {
55
- position: absolute;
56
- width: 189px;
57
- height: 189px;
58
- border-radius: 50%;
59
- background: $chatBotLightPink;
60
- filter: blur(80px);
61
- left: calc(50% - 20px);
62
- top: calc(50% - 40px);
63
- z-index: 2;
64
- }
65
- }
66
-
67
- .chatbot-component-left-side {
68
- width: 60px;
69
- height: 100%;
70
- position: relative;
71
- &::before {
72
- content: "";
73
- position: absolute;
74
- inset: 0;
75
- padding: 1px;
76
- border-radius: 12px;
77
- background: linear-gradient(
78
- 180deg,
79
- #b3bdf8 0%,
80
- #eceefd 61%,
81
- rgba(247, 190, 163, 0.7) 100%
82
- );
83
- -webkit-mask: linear-gradient(#fff 0 0) content-box,
84
- linear-gradient(#fff 0 0);
85
- mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
86
- -webkit-mask-composite: xor;
87
- mask-composite: exclude;
88
- pointer-events: none;
89
- z-index: 2;
90
- }
91
- &.chatbot-component-left-side-open {
92
- width: 400px;
93
- }
94
- .chatbot-component-menu-container {
95
- width: 100%;
96
- height: 100%;
97
- display: flex;
98
- justify-content: center;
99
- &.chatbot-component-menu-container-open {
100
- justify-content: unset;
101
-
102
- & .book-mark-panel-container-wrapper {
103
- padding: 12px 12px 12px 0;
104
- height: 100%;
105
- flex: 1;
106
-
107
- & .book-mark-panel-container {
108
- position: relative;
109
- display: flex;
110
- flex-direction: column;
111
- gap: 16px;
112
- width: 100%;
113
- height: 100%;
114
- padding: 20px 16px 0 16px;
115
- // filter: blur(4px);
116
- box-shadow: 12px 13px 45px -1px #402b701c;
117
- background: linear-gradient(
118
- 180deg,
119
- rgba(240, 242, 255, 0.6) 0%,
120
- rgba(255, 239, 248, 0.444) 50%,
121
- rgba(255, 236, 235, 0.252) 100%
122
- );
123
-
124
- &::before {
125
- content: "";
126
- position: absolute;
127
- inset: 0;
128
- border-radius: 12px;
129
- padding: 1px;
130
- background: linear-gradient(
131
- 187.22deg,
132
- rgba(179, 189, 248, 0.7) 0%,
133
- #ffffff 57.21%,
134
- #cdcaf5 100%
135
- );
136
- -webkit-mask: linear-gradient(#fff 0 0) content-box,
137
- linear-gradient(#fff 0 0);
138
- mask: linear-gradient(#fff 0 0) content-box,
139
- linear-gradient(#fff 0 0);
140
- -webkit-mask-composite: xor;
141
- mask-composite: exclude;
142
- pointer-events: none;
143
- z-index: 2;
144
- }
145
-
146
- .book-mark-panel-header {
147
- display: flex;
148
- align-items: center;
149
- justify-content: space-between;
150
- width: 100%;
151
-
152
- .book-mark-panel-header-left {
153
- display: flex;
154
- align-items: center;
155
- gap: 7px;
156
-
157
- .book-mark-panel-header-left-title {
158
- font-size: $mediumFontSize;
159
- font-weight: $ExtraFontWeight;
160
- color: $darkColor;
161
- line-height: 24px;
162
- }
163
- }
164
-
165
- .book-mark-panel-header-right {
166
- display: flex;
167
- align-items: center;
168
- gap: 12px;
169
- }
170
- }
171
- }
172
- }
173
- }
174
- background: linear-gradient(
175
- 180deg,
176
- rgba(240, 242, 255, 0.6) 0%,
177
- rgba(255, 239, 248, 0.444) 50%,
178
- rgba(255, 236, 235, 0.252) 100%
179
- );
180
- border-radius: 12px;
181
- position: relative;
182
- z-index: 1;
183
-
184
- .chatbot-component-menu-container-icon {
185
- display: flex;
186
- flex-direction: column;
187
- justify-content: space-between;
188
- align-items: center;
189
- padding-block: 12px;
190
- transition: all 0.3s ease-in-out;
191
- &.chatbot-component-menu-container-icon-open {
192
- width: 60px;
193
- padding: 12px;
194
- }
195
-
196
- .chatbot-component-menu-list {
197
- display: flex;
198
- flex-direction: column;
199
- align-items: center;
200
- gap: 12px;
201
- padding: 0;
202
- margin: 0;
203
- list-style: none;
204
- }
205
-
206
- .chatbot-component-menu-list li {
207
- display: flex;
208
- align-items: center;
209
- justify-content: center;
210
- width: 37px;
211
- height: 37px;
212
- border-radius: 8px;
213
- cursor: pointer;
214
-
215
- &:hover {
216
- background: linear-gradient(
217
- 152deg,
218
- rgba(179, 189, 248, 0.17) 17.25%,
219
- rgba(179, 189, 248, 0.61) 122.41%
220
- );
221
- }
222
- }
223
- .utility-list li {
224
- &:hover {
225
- background: linear-gradient(
226
- 152deg,
227
- rgba(179, 189, 248, 0.17) 17.25%,
228
- rgba(179, 189, 248, 0.61) 122.41%
229
- ) !important;
230
- }
231
- }
232
- .active {
233
- background: linear-gradient(
234
- 152deg,
235
- rgba(179, 189, 248, 0.17) 17.25%,
236
- rgba(179, 189, 248, 0.61) 122.41%
237
- );
238
- // border: 1px solid $primaryColor;
239
- }
240
- }
241
-
242
- .chatbot-component-menu-list img {
243
- cursor: pointer;
244
- }
245
-
246
- .chatbot-component-menu-container-icon-new-chat {
247
- margin-bottom: 10px;
248
- }
249
-
250
- .chatbot-component-menu-container-icon-notification {
251
- width: 16px;
252
- height: 16px;
253
- }
254
- }
255
- }
256
- }
257
-
258
- .chatbot-component-right-side {
259
- position: absolute;
260
- right: 0;
261
- top: 0;
262
- bottom: 0;
263
- left: 70px;
264
- padding: 16px;
265
- transition: none !important;
266
- // transition: all 0.3s ease-in-out;
267
- &.chatbot-component-right-side-open {
268
- left: 410px;
269
- }
270
-
271
- .chatbot-component-header {
272
- display: flex;
273
- align-items: center;
274
- justify-content: space-between;
275
-
276
- .chatbot-component-header-dropdown {
277
- .ia-btn-icon {
278
- margin-bottom: 0px;
279
- }
280
-
281
- .chatbot-component-header-dropdown-text {
282
- font-size: 12px;
283
- font-weight: 400;
284
- }
285
- }
286
- }
287
-
288
- .chatbot-component-body {
289
- display: flex;
290
- align-items: center;
291
- justify-content: center;
292
- height: calc(100% - 45px);
293
-
294
- .chatbot-component-body-container {
295
- display: flex;
296
- justify-content: center;
297
- gap: 10px;
298
- flex: 1;
299
- flex-direction: column;
300
-
301
- .chatbot-component-body-icon {
302
- &.rotating {
303
- animation: chatbot-rotate 0.7s linear;
304
- }
305
-
306
- width: 84px;
307
- height: 84px;
308
- margin: auto;
309
- display: flex;
310
- align-items: center;
311
- justify-content: center;
312
- @keyframes chatbot-rotate {
313
- 0% {
314
- transform: rotate(0deg);
315
- }
316
- 100% {
317
- transform: rotate(360deg);
318
- }
319
- }
320
-
321
- width: 54px;
322
- height: 54px;
323
- }
324
- }
325
-
326
- .chatbot-component-body-text {
327
- display: flex;
328
- flex-direction: column;
329
- align-items: center;
330
- justify-content: center;
331
- gap: 5px;
332
- .chatbot-component-body-text-title {
333
- color: $mainFontColor;
334
- font-size: 26px;
335
- font-weight: 600;
336
- .chatbot-component-body-text-username {
337
- font-weight: 700;
338
- background: linear-gradient(82deg, #ec7550 10.92%, #a0508f 81.37%);
339
- -webkit-background-clip: text;
340
- -webkit-text-fill-color: transparent;
341
- background-clip: text;
342
- color: transparent;
343
- line-height: 47px;
344
-
345
- img {
346
- width: 20px;
347
- height: 20px;
348
- vertical-align: middle;
349
- margin-left: 6px;
350
- margin-top: -2px;
351
- }
352
- }
353
- }
354
- .chatbot-component-body-text-description {
355
- color: $inputInfoColor;
356
- font-size: 16px;
357
- font-weight: 500;
358
- margin-bottom: 15px;
359
- }
360
- }
361
- }
362
- }
363
-
364
- .conversation-screen-container {
365
- // Conversation screen header starts here
366
-
367
- .conversation-screen-container-header {
368
- display: flex;
369
- align-items: center;
370
- justify-content: space-between;
371
- .left_logo_arrow_container {
372
- display: flex;
373
- align-items: center;
374
- gap: 5px;
375
- .conversation_chatbot_logo_container {
376
- img {
377
- width: 18px;
378
- height: 18px;
379
- }
380
- .left_logo_arrow_container {
381
- display: flex;
382
- align-items: center;
383
- gap: 5px;
384
- }
385
- }
386
- }
387
-
388
- // Center options starts here
389
-
390
- .center_options_container {
391
- height: 30px;
392
- background: linear-gradient(
393
- 91deg,
394
- #f8f8ff 54.01%,
395
- rgba(255, 228, 228, 0) 107.24%
396
- );
397
- width: calc(100% - 136px);
398
- border: 1px solid $accordionBgBackground;
399
- border-radius: 37px;
400
- display: flex;
401
- .left_tabs_container {
402
- ul {
403
- display: flex;
404
- padding-left: 15px;
405
- box-sizing: border-box;
406
- gap: 2px;
407
- li {
408
- padding: 4px 12px;
409
- font-size: 12px;
410
- color: $mainFontColor;
411
- border-radius: 4px 4px 0 0;
412
- gap: 4px;
413
- height: 25px;
414
- margin-top: 4px;
415
- display: flex;
416
- align-items: center;
417
- cursor: pointer;
418
-
419
- .close_thread {
420
- img {
421
- width: 8px;
422
- height: 8px;
423
- }
424
- }
425
-
426
- &.active {
427
- background: $whiteColor;
428
- border: 1px solid $accordionBgBackground;
429
- border-bottom: none;
430
- }
431
- }
432
- }
433
- }
434
- }
435
-
436
- // Center options ends here
437
-
438
- //Rigth options starts here
439
-
440
- .right_close_save_icon_container {
441
- display: flex;
442
- gap: 10px;
443
- }
444
- }
445
-
446
- // Conversation body starts here
447
-
448
- .conversation-body-container {
449
- position: absolute;
450
- top: 56px;
451
- bottom: 155px;
452
- left: 0;
453
- right: 0;
454
- overflow: auto;
455
- padding: 8px 32px;
456
- box-sizing: border-box;
457
- scrollbar-width: none;
458
-
459
- .time_stamp_badge_chat_container {
460
- display: flex;
461
- align-items: center;
462
- justify-content: center;
463
- margin-bottom: 10px;
464
- .time_stamp_badge_chat {
465
- border: 1px solid $disabledSecondaryBorder;
466
- background: linear-gradient(
467
- 90deg,
468
- #f5f5f5 6%,
469
- rgba(245, 245, 245, 0) 120%
470
- );
471
- padding: 2px 8px;
472
- color: $textButtonFontColor;
473
- font-size: 12px;
474
- font-weight: 500;
475
- max-width: 100%;
476
- height: 23px;
477
- box-sizing: border-box;
478
- border-radius: 23px;
479
- display: flex;
480
- align-items: center;
481
- }
482
- }
483
-
484
- // User response Chat container starts
485
- .user_chat_messages_container {
486
- display: flex;
487
- flex-direction: column;
488
- align-items: flex-end;
489
- justify-content: flex-end;
490
- gap: 10px;
491
- margin-bottom: 35px;
492
- .user_chat_message {
493
- background: linear-gradient(
494
- 91deg,
495
- rgba(223, 231, 255, 0.4) 0.67%,
496
- rgba(228, 216, 255, 0.32) 56.16%,
497
- rgba(255, 203, 204, 0.27) 111.65%
498
- );
499
- border-radius: 12px;
500
- padding: 16px 16px 8px 16px;
501
- max-width: 550px;
502
-
503
- .user_chat_message_text {
504
- font-size: 14px;
505
- font-weight: 500;
506
- color: $mainFontColor;
507
- line-height: 18px;
508
- word-wrap: break-word;
509
- }
510
- .time_chat {
511
- font-size: 12px;
512
- font-weight: 500;
513
- color: $textButtonFontColor;
514
- text-align: right;
515
- margin-top: 4px;
516
- }
517
- }
518
- }
519
-
520
- //Agent response chat container starts
521
-
522
- .assistant_chat_messages_container {
523
- display: flex;
524
- width: 100%;
525
- margin-bottom: 35px;
526
- .chat_logo_circle {
527
- background: url("../../assets/chat-icon-circle.svg") no-repeat center;
528
- width: 25px;
529
- height: 25px;
530
- }
531
- .chat_logo_circle_empty {
532
- width: 25px;
533
- height: 25px;
534
- }
535
- .loading_messages {
536
- width: 25px;
537
- height: 25px;
538
- display: flex;
539
- align-items: center;
540
- justify-content: center;
541
- gap: 4px;
542
- background: transparent;
543
- border: none;
544
- animation: none;
545
- margin-left: 12px;
546
- .dot {
547
- width: 6px;
548
- height: 6px;
549
- border-radius: 50%;
550
- background: $mainFontColor;
551
- opacity: 1;
552
- animation: loading-dot-bounce-vertical 1.2s infinite;
553
- transform: translateY(0);
554
- }
555
- .dot:nth-child(1) {
556
- animation-delay: 0s;
557
- }
558
- .dot:nth-child(2) {
559
- animation-delay: 0.2s;
560
- }
561
- .dot:nth-child(3) {
562
- animation-delay: 0.4s;
563
- }
564
- }
565
-
566
- .response_main_container {
567
- margin-left: 12px;
568
- width: 80%;
569
- word-wrap: break-word;
570
- .assistant_with_dropdown_container {
571
- color: $inputInfoColor;
572
- font-size: 12px;
573
- margin-bottom: 10px;
574
- background: url("../../assets/accordion-chevron.svg") no-repeat;
575
- background-position: right center;
576
- display: inline-flex;
577
- padding-right: 13px;
578
- cursor: pointer;
579
- }
580
- .thinking_response_container {
581
- background: url("../../assets/accordion-chevron-up.svg") no-repeat;
582
- background-position: right center;
583
- margin-bottom: 12px;
584
- }
585
- .thinking_response_content {
586
- max-height: 0px;
587
- overflow: hidden;
588
- transition: all 0.3s ease-in-out;
589
- color: $textButtonFontColor;
590
- border-left: 1px solid $disabledSecondaryBorder;
591
- padding: 0px 12px;
592
- font-size: $normalFontSize;
593
- font-weight: 400;
594
- line-height: 160%;
595
- }
596
- .show-thinking-response-content {
597
- max-height: 350px;
598
- transition: all 0.3s ease-in-out;
599
- color: $textButtonFontColor;
600
- margin-bottom: 10px;
601
- border-left: 1px solid $disabledSecondaryBorder;
602
- padding: 4px 12px;
603
- font-size: $normalFontSize;
604
- font-weight: 400;
605
- overflow: auto;
606
- scrollbar-width: none;
607
- }
608
- .assistant_main_container {
609
- border-radius: 12px;
610
- background: $whiteColor;
611
- padding: 16px 16px 8px 16px;
612
- box-shadow: 0px 0px 4px 0px #7c5cb1;
613
- &.questions-container {
614
- background: transparent;
615
- box-shadow: none;
616
- }
617
- .assistant_text_container {
618
- font-size: 14px;
619
- color: $mainFontColor;
620
- line-height: 18px;
621
- }
622
- .assistant_form_container {
623
- display: flex;
624
- flex-direction: column;
625
- gap: 8px;
626
- .dateRangePicker-container {
627
- width: 100%;
628
- }
629
- .datePicker-input-container {
630
- width: 100%;
631
- }
632
- }
633
- .time_chat {
634
- font-size: 12px;
635
- font-weight: 500;
636
- color: $textButtonFontColor;
637
- text-align: right;
638
- margin-top: 4px;
639
- }
640
- }
641
-
642
- .questions-container {
643
- background: transparent;
644
- }
645
-
646
- .assistant_actions_container {
647
- margin-top: 12px;
648
- display: flex;
649
- align-items: center;
650
- gap: 8px;
651
- .asst_feedback_buttons {
652
- border: none;
653
- background: transparent;
654
- cursor: pointer;
655
- }
656
- .left_icon_container_action {
657
- gap: 4px;
658
- display: flex;
659
-
660
- .good_feedback {
661
- background: url("../../assets/thumbs-up.svg") no-repeat;
662
- width: 20px;
663
- height: 20px;
664
- background-size: cover;
665
- transition: background-image 0.2s;
666
- }
667
- .animatingLike {
668
- animation: rotateUpDown 1s forwards;
669
- }
670
- .animatingDislike {
671
- animation: rotateDownUp 1s forwards;
672
- }
673
- .liked {
674
- background: url("../../assets/thumbs-up-filled.svg") no-repeat;
675
- background-size: cover;
676
- }
677
- .bad_feedback {
678
- background: url("../../assets/thumbs-down.svg") no-repeat;
679
- width: 20px;
680
- height: 20px;
681
- background-size: cover;
682
- }
683
- .disliked {
684
- background: url("../../assets/thumbs-down-filled.svg") no-repeat;
685
- background-size: cover;
686
- }
687
- .speaker {
688
- background: url("../../assets/speaker.svg") no-repeat;
689
- width: 20px;
690
- height: 20px;
691
- background-size: cover;
692
- }
693
- }
694
- .button_url_container {
695
- border-left: 1px solid $disabledSecondaryBorder;
696
- padding-left: 10px;
697
- .asst_feedback_buttons {
698
- color: $textButtonFontColor;
699
- background: url("../../assets/add-thread.svg") no-repeat;
700
- padding-left: 24px;
701
- }
702
- }
703
- }
704
- }
705
-
706
- @keyframes loading-dot-bounce-vertical {
707
- 0%,
708
- 80%,
709
- 100% {
710
- transform: translateY(0);
711
- }
712
- 40% {
713
- transform: translateY(-8px);
714
- }
715
- }
716
- }
717
- }
718
-
719
- // Conversation body ends here
720
-
721
- // Conversation footer starts here
722
-
723
- // Conversation footer ends here
724
- }
725
-
726
- .chatbot-component-footer {
727
- display: flex;
728
- align-items: center;
729
- justify-content: center;
730
- position: absolute;
731
- bottom: 10px;
732
- left: calc(50% - 259px);
733
- right: calc(50% - 259px);
734
-
735
- .chatbot-component-footer-text,
736
- .chatbot-component-footer-text-link {
737
- color: $inputInfoColor;
738
- font-size: 12px;
739
- font-weight: 500;
740
- }
741
- }
742
- }
743
-
744
- .chatbot-modal-wrapper
745
- .chatbot-component-container
746
- .chatbot-component-left-side
747
- .chatbot-component-menu-container
748
- .chatbot-component-menu-container-icon
749
- .chatbot-component-menu-list
750
- li:first-child:hover {
751
- background: transparent;
752
- }
753
-
754
- // Some global classes
755
-
756
- .dis_none {
757
- display: none !important;
758
- }
759
- .bold {
760
- font-weight: 700;
761
- }
762
- .green_text {
763
- color: $greenBadge;
764
- }
765
- .red_text {
766
- color: $redBadge;
767
- }
768
-
769
- .resizer {
770
- width: 5px;
771
- cursor: col-resize;
772
- height: 100%;
773
- position: absolute;
774
- left: 0;
775
- top: 0;
776
- z-index: 10;
777
- }
778
-
779
- .no-select {
780
- user-select: none !important;
781
- -webkit-user-select: none !important;
782
- -moz-user-select: none !important;
783
- -ms-user-select: none !important;
784
- }
785
-
786
- // Bookmark Panel Tabs and List Styles
787
-
788
- .book-mark-panel-tabs-container {
789
- height: 38px;
790
- }
791
- .bookmark-tabs {
792
- display: flex;
793
- align-items: center;
794
- justify-content: space-around;
795
- position: relative;
796
- height: 100%;
797
- &::after {
798
- position: absolute;
799
- left: -16px;
800
- right: -16px;
801
- background: $accordionBgBackground;
802
- height: 1px;
803
- content: " ";
804
- bottom: 0;
805
- }
806
- }
807
- .bookmark-tab {
808
- font-size: $mediumFontSize;
809
- font-weight: $normalFontWeight;
810
- color: $textButtonFontColor;
811
- cursor: pointer;
812
- transition: color 0.2s;
813
- position: relative;
814
- }
815
- .bookmark-tab.active::after {
816
- content: "";
817
- position: absolute;
818
- bottom: -10px;
819
- height: 2px;
820
- background: $primaryColor;
821
- right: -25px;
822
- left: -25px;
823
- }
824
-
825
- .bookmark-panel-body {
826
- display: flex;
827
- align-items: center;
828
- gap: 8px;
829
- background: transparent;
830
- padding: 8px 0 8px 0;
831
- }
832
- .drag-handle {
833
- font-size: 22px;
834
- color: #b3b3b3;
835
- cursor: grab;
836
- user-select: none;
837
- }
838
- .bookmark-question-text {
839
- font-size: $mediumFontSize;
840
- color: $chatBotTextColor;
841
- font-weight: $normalFontWeight;
842
- line-height: 1.2;
843
- }
844
- .bookmark-menu {
845
- font-size: 26px;
846
- color: #b3b3b3;
847
- margin-left: 16px;
848
- cursor: pointer;
849
- }
850
-
851
- @keyframes rotateUpDown {
852
- 0% {
853
- transform: rotate(0deg);
854
- background-image: url("../../assets/thumbs-up.svg");
855
- }
856
- 20% {
857
- transform: rotate(-15deg);
858
- background-image: url("../../assets/thumbs-up-blue.svg");
859
- }
860
- 80% {
861
- transform: rotate(0deg);
862
- background-image: url("../../assets/thumbs-up-blue.svg");
863
- }
864
- 100% {
865
- transform: rotate(0deg);
866
- background-image: url("../../assets/thumbs-up-filled.svg");
867
- }
868
- }
869
-
870
- @keyframes rotateDownUp {
871
- 0% {
872
- transform: rotate(0deg);
873
- background-image: url("../../assets/thumbs-down.svg");
874
- }
875
- 20% {
876
- transform: rotate(15deg);
877
- background-image: url("../../assets/thumbs-down-blue.svg");
878
- }
879
- 80% {
880
- transform: rotate(0deg);
881
- background-image: url("../../assets/thumbs-down-blue.svg");
882
- }
883
- 100% {
884
- transform: rotate(0deg);
885
- background-image: url("../../assets/thumbs-down-filled.svg");
886
- }
887
- }
888
-
889
- // .chatbot-component-body-input-container {
890
- // .impact_inputbox_container {
891
- // width: 100%;
892
- // }
893
- // .MuiTextField-root {
894
- // .MuiOutlinedInput-root {
895
- // fieldset {
896
- // border: 1px solid #d9dde7;
897
- // }
898
- // &:hover {
899
- // fieldset {
900
- // border: 1px solid $accordionBgBackground;
901
- // }
902
- // }
903
- // &.Mui-focused {
904
- // fieldset {
905
- // border: 1px solid $accordionBgBackground;
906
- // }
907
- // }
908
- // }
909
- // }
910
- // .css-1eow9i0-MuiInputBase-root-MuiOutlinedInput-root {
911
- // padding: 12px;
912
- // font-size: 14px;
913
- // }
914
- // }
915
-
916
- .conversation-footer-container {
917
- height: 64px;
918
- padding: 0 23px;
919
- box-sizing: border-box;
920
- padding-top: 8px;
921
-
922
- .MuiTextField-root {
923
- .MuiOutlinedInput-root {
924
- fieldset {
925
- border: 1px solid #d9dde7;
926
- }
927
- &:hover {
928
- fieldset {
929
- border: 1px solid $accordionBgBackground;
930
- }
931
- }
932
- &.Mui-focused {
933
- fieldset {
934
- border: 1px solid $accordionBgBackground;
935
- }
936
- }
937
- }
938
- }
939
- .css-1eow9i0-MuiInputBase-root-MuiOutlinedInput-root {
940
- padding: 12px;
941
- font-size: 14px;
942
- }
943
- }
944
-
945
- .suggestion-banner {
946
- position: relative;
947
- background: linear-gradient(90deg, #eceefd 0%, #f5ecfd 100%);
948
- color: #425690;
949
- display: flex;
950
- align-items: center;
951
- justify-content: space-between;
952
- border-radius: 8px;
953
- gap: 8px;
954
- height: 32px;
955
- padding-inline: 8px;
956
- box-shadow: 0px 0px 16px 2px #0000000f;
957
- overflow: hidden;
958
- img {
959
- width: 20px;
960
- height: 20px;
961
- }
962
- .suggestion-banner-content {
963
- display: flex;
964
- align-items: center;
965
- gap: 5px;
966
- }
967
- .suggestion-banner-text {
968
- font-weight: normal;
969
- font-size: 14px;
970
- line-height: 21px;
971
- }
972
- &::before {
973
- content: "";
974
- position: absolute;
975
- inset: 0;
976
- border-radius: 9px;
977
- background: linear-gradient(
978
- 90deg,
979
- #b3bdf8 0%,
980
- rgba(214, 203, 230, 0.2) 100%
981
- );
982
- z-index: 0;
983
- padding: 1px;
984
- -webkit-mask: linear-gradient(#fff 0 0) content-box,
985
- linear-gradient(#fff 0 0);
986
- -webkit-mask-composite: xor;
987
- mask-composite: exclude;
988
- }
989
- }
990
-
991
- .stop-icon-button {
992
- .ia-btn-icon {
993
- width: auto;
994
- height: auto;
995
- margin-bottom: 0;
996
- }
997
- }
998
-
999
- .chat-input-box {
1000
- position: absolute;
1001
- bottom: 30px;
1002
- width: 90% !important;
1003
- border-radius: 12px;
1004
- display: flex;
1005
- flex-direction: column;
1006
- gap: 6px;
1007
-
1008
- &.new-chat-screen {
1009
- position: relative;
1010
- width: 100% !important;
1011
- bottom: 0px;
1012
- }
1013
- &.custom-screen {
1014
- width: 95% !important;
1015
- bottom: 15px;
1016
- }
1017
- }
1018
-
1019
- .chat-input-container {
1020
- width: 100%;
1021
- position: relative;
1022
- border-radius: 12px;
1023
- padding: 12px;
1024
- background: #fff;
1025
- border: 1px solid $disabledSecondaryBorder;
1026
- box-shadow: 0px 0px 12px 8px #0000000f;
1027
- &:hover {
1028
- border: 1px solid $accordionBgBackground;
1029
- }
1030
- &:focus-within {
1031
- border: 1px solid $accordionBgBackground;
1032
- }
1033
- }
1034
-
1035
- .chat-input-wrapper {
1036
- display: flex;
1037
- align-items: flex-end;
1038
- width: 100%;
1039
- max-height: 182px;
1040
- transition: all 0.2s ease-in-out;
1041
- }
1042
- .chat-input-wrapper.stacked {
1043
- flex-direction: column;
1044
- align-items: stretch;
1045
- }
1046
- .chat-input-wrapper.empty {
1047
- flex-direction: row;
1048
- align-items: flex-end;
1049
- }
1050
- .chat-input-wrapper.single-line-textarea {
1051
- align-items: center;
1052
- }
1053
- .chat-textarea {
1054
- flex: 1;
1055
- resize: none;
1056
- border: none;
1057
- outline: none;
1058
- font-size: 14px;
1059
- padding: 0;
1060
- background: transparent;
1061
- line-height: 160%;
1062
- overflow-y: hidden;
1063
- max-height: 142px;
1064
- font-family: $fontFamily;
1065
- font-weight: 400;
1066
- color: $mainFontColor;
1067
- &::placeholder {
1068
- color: $lightGrayColor;
1069
- }
1070
- transition: all 0.2s ease-in-out;
1071
- }
1072
-
1073
- .chat-textarea.scrollable {
1074
- overflow-y: auto;
1075
- }
1076
-
1077
- .chat-actions {
1078
- display: flex;
1079
- align-items: flex-end;
1080
- gap: 12px;
1081
- justify-content: flex-end;
1082
- height: 32px;
1083
- &.fixed {
1084
- height: 36px;
1085
- }
1086
- &.not-fixed {
1087
- height: 32px;
1088
- }
1089
- }
1090
-
1091
- .history-panel-container {
1092
- display: flex;
1093
- min-width: 0;
1094
- flex: 1;
1095
- margin: 12px;
1096
- border: 1px solid black;
1097
- margin-left: 0;
1098
- border-radius: 8px;
1099
- flex-direction: column;
1100
- padding: 12px;
1101
- gap: 12px;
1102
- }
1103
-
1104
- .history-panel-header {
1105
- display: flex;
1106
- align-items: center;
1107
- justify-content: space-between;
1108
- padding-bottom: 8px;
1109
- border-bottom: 1px solid $disabledSecondaryBorder;
1110
- span {
1111
- font-weight: 600;
1112
- }
1113
- img {
1114
- width: 16px;
1115
- height: 16px;
1116
- cursor: pointer;
1117
- }
1118
- }
1119
-
1120
- .history-panel-search {
1121
- input {
1122
- width: 100%;
1123
- border: 1px solid $disabledSecondaryBorder;
1124
- border-radius: 8px;
1125
- padding: 8px 10px;
1126
- outline: none;
1127
- background: #fff;
1128
- font-family: $fontFamily;
1129
- font-size: 14px;
1130
- color: $mainFontColor;
1131
- &::placeholder {
1132
- color: $lightGrayColor;
1133
- }
1134
- &:focus {
1135
- border: 1px solid $accordionBgBackground;
1136
- }
1137
- }
1138
- }
1139
-
1140
- .history-panel-groups {
1141
- display: flex;
1142
- flex-direction: column;
1143
- gap: 8px;
1144
- overflow: auto;
1145
- height: 100%;
1146
- }
1147
-
1148
- .history-pinned-list {
1149
- list-style: none;
1150
- margin: 0 0 8px 0;
1151
- padding: 0;
1152
- display: flex;
1153
- flex-direction: column;
1154
- gap: 6px;
1155
- }
1156
-
1157
- .history-pinned-item {
1158
- background: rgba(99, 102, 241, 0.08); // subtle indigo-ish
1159
- border-color: $accordionBgBackground;
1160
- }
1161
-
1162
- .history-group {
1163
- display: flex;
1164
- flex-direction: column;
1165
- gap: 6px;
1166
- }
1167
-
1168
- .history-group-header {
1169
- display: flex;
1170
- align-items: center;
1171
- gap: 6px;
1172
- background: transparent;
1173
- border: none;
1174
- padding: 6px 2px;
1175
- text-align: left;
1176
- cursor: pointer;
1177
- color: $mainFontColor;
1178
- .chevron {
1179
- width: 12px;
1180
- display: inline-block;
1181
- }
1182
- .group-title {
1183
- font-weight: 600;
1184
- }
1185
- }
1186
-
1187
- .history-group-list {
1188
- list-style: none;
1189
- margin: 0;
1190
- padding: 0;
1191
- display: flex;
1192
- flex-direction: column;
1193
- gap: 6px;
1194
- }
1195
-
1196
- .history-item {
1197
- background: #fff;
1198
- border: 1px solid $disabledSecondaryBorder;
1199
- border-radius: 8px;
1200
- padding: 10px 12px;
1201
- cursor: pointer;
1202
- position: relative;
1203
- display: flex;
1204
- align-items: center;
1205
- justify-content: space-between;
1206
- &:hover {
1207
- border-color: $accordionBgBackground;
1208
- }
1209
- &.active {
1210
- border: 2px solid $accordionBgBackground;
1211
- }
1212
- }
1213
-
1214
- .history-item-row {
1215
- display: flex;
1216
- align-items: center;
1217
- justify-content: space-between;
1218
- gap: 8px;
1219
- width: 100%;
1220
- }
1221
-
1222
- .item-menu-trigger {
1223
- border: none;
1224
- background: transparent;
1225
- cursor: pointer;
1226
- padding: 2px 6px;
1227
- border-radius: 6px;
1228
- line-height: 1;
1229
- opacity: 0;
1230
- transition: opacity 0.15s ease-in-out, background 0.15s ease-in-out;
1231
- &:hover {
1232
- background: #f3f4f6;
1233
- }
1234
- }
1235
- .history-item:hover .item-menu-trigger {
1236
- opacity: 1;
1237
- }
1238
- .item-menu-trigger.always-visible {
1239
- opacity: 1;
1240
- }
1241
-
1242
- .history-item-menu {
1243
- position: absolute;
1244
- top: 36px;
1245
- right: 8px;
1246
- min-width: 180px;
1247
- background: #fff;
1248
- border: 1px solid $disabledSecondaryBorder;
1249
- border-radius: 10px;
1250
- box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
1251
- padding: 8px;
1252
- display: flex;
1253
- flex-direction: column;
1254
- gap: 6px;
1255
- z-index: 5;
1256
- }
1257
- .history-item-menu .menu-item {
1258
- border: none;
1259
- background: transparent;
1260
- padding: 10px 10px;
1261
- border-radius: 8px;
1262
- text-align: left;
1263
- cursor: pointer;
1264
- color: $mainFontColor;
1265
- &:hover {
1266
- background: #f7f7f9;
1267
- }
1268
- }
1269
- .history-item-menu .menu-item.danger {
1270
- color: #d12c2c;
1271
- }
1272
-
1273
- .history-item-name {
1274
- font-size: 14px;
1275
- font-weight: 500;
1276
- color: $mainFontColor;
1277
- line-height: 21px;
1278
- white-space: nowrap;
1279
- overflow: hidden;
1280
- text-overflow: ellipsis;
1281
- }
1282
-
1283
- .pin-icon {
1284
- margin-right: 8px;
1285
- }
1286
-
1287
- .history-empty-state {
1288
- color: $lightGrayColor;
1289
- font-size: 12px;
1290
- padding: 12px 0;
1291
- display: flex;
1292
- align-items: center;
1293
- flex: 1;
1294
- justify-content: center;
1295
- }