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,3859 +0,0 @@
1
- @import "../../styles/index.scss";
2
-
3
- .ia-basic-table-layout.table-v32 {
4
- position: relative;
5
-
6
- --ag-border-color: #c3c8d4;
7
- --ag-range-selection-background-color-1: #eceefd;
8
- --ag-range-selection-border-color: #4259ee;
9
- .ag-cell-range-single-cell {
10
- border-right-color: var(--ag-range-selection-border-color) !important;
11
- }
12
-
13
- font-family: $fontFamily;
14
- > div {
15
- margin-bottom: 20px;
16
- &.hide-margin-bottom {
17
- margin-bottom: 0;
18
- }
19
- }
20
- .comment-mode .ag-row .ag-cell.default-cell,
21
- .comment-mode .ag-row .ag-cell.cell-renderer {
22
- cursor: url("../../assets/comment-cursor.svg") 12 12, auto !important;
23
- }
24
-
25
- .ag-header-row {
26
- overflow: visible;
27
- }
28
- .ag-header-group-cell .ag-header-cell-comp-wrapper {
29
- align-items: center;
30
- justify-content: center;
31
- }
32
-
33
- .ag-body-viewport {
34
- max-height: var(--ag-grid-height);
35
- overflow: auto;
36
- scrollbar-width: none !important;
37
- }
38
-
39
- .ag-body-viewport::-webkit-scrollbar:vertical,
40
- .ag-center-cols-viewport::-webkit-scrollbar:vertical {
41
- display: block !important;
42
- }
43
-
44
- // Override AG Grid's default min-height when custom height is provided
45
- &.custom-height-override {
46
- .ag-center-cols-viewport {
47
- min-height: unset !important;
48
- }
49
-
50
- .ag-body-viewport {
51
- height: var(--ag-grid-height) !important;
52
- max-height: none !important;
53
- }
54
-
55
- // Dynamic row height classes based on content
56
- .ag-center-cols-viewport {
57
- &.list-row-with-image {
58
- height: 72px !important;
59
- min-height: 72px !important;
60
- max-height: 72px !important;
61
- }
62
-
63
- &.list-row-without-image {
64
- height: 48px !important;
65
- min-height: 48px !important;
66
- max-height: 48px !important;
67
- }
68
- }
69
- }
70
-
71
- .comment-panel-header {
72
- display: flex;
73
- justify-content: space-between;
74
- align-items: center;
75
- padding: 8px 12px;
76
- border-bottom: 1px solid #d9dde7;
77
-
78
- h2 {
79
- font-weight: 600;
80
- font-size: 16px;
81
- color: #0d152c;
82
- margin: 0;
83
- }
84
-
85
- .close_icon {
86
- cursor: pointer;
87
- // Add styles for your close icon, e.g., background-image, width, height
88
- }
89
- }
90
-
91
- .comment-panel-search-panel {
92
- display: flex;
93
- align-items: center;
94
- justify-content: space-between;
95
- padding: 0px 12px;
96
- .left-input-icon {
97
- padding-top: 2px;
98
- }
99
- .ia-styles.ia-btn.ia-btn-small {
100
- padding: 14px !important;
101
- }
102
- .impact_inputbox_container_with_icons {
103
- width: 279px;
104
- }
105
- }
106
-
107
- .comment-panel-content {
108
- padding: 8px 12px;
109
- display: flex;
110
- flex-direction: column;
111
- gap: 0;
112
- line-height: 20px;
113
- overflow: auto;
114
- position: absolute;
115
- top: 40px;
116
- bottom: 0;
117
- overflow: auto;
118
- left: 0;
119
- right: 0;
120
- }
121
-
122
- .comment-panel-item {
123
- padding: 16px;
124
- background-color: transparent;
125
- cursor: pointer;
126
- position: relative;
127
-
128
- // Create an 8px-1px-8px separation between items
129
- &:not(:last-child) {
130
- margin-bottom: 16px; // total spacing between items
131
-
132
- &::after {
133
- content: "";
134
- position: absolute;
135
- left: 16px; // align with padding
136
- right: 16px; // align with padding
137
- height: 1px;
138
- background: #d9dde7;
139
- bottom: -8px; // centered in the 16px margin to give 8px on each side
140
- }
141
- }
142
-
143
- &.active {
144
- background-color: #eceefd;
145
- border-radius: 16px;
146
- }
147
- }
148
-
149
- .comment-panel-item-header {
150
- display: flex;
151
- justify-content: space-between;
152
- align-items: flex-start;
153
- margin-bottom: 12px;
154
-
155
- .comment-panel-item-header-left {
156
- display: flex;
157
- align-items: flex-start;
158
- gap: 8px;
159
- }
160
-
161
- .comment-panel-author-info {
162
- display: flex;
163
- flex-direction: column;
164
- gap: 2px;
165
-
166
- span:first-child {
167
- font-weight: 600;
168
- font-size: 14px;
169
- color: #31416e;
170
- line-height: 21px;
171
- }
172
-
173
- span:last-child {
174
- font-weight: 500;
175
- font-size: 12px;
176
- color: #60697d;
177
- line-height: 16px;
178
- }
179
- }
180
-
181
- .comment-panel-item-header-right {
182
- display: flex;
183
- align-items: baseline;
184
- .comment-panel-action-icon {
185
- padding: 8px;
186
- }
187
- .comment-panel-action-button {
188
- padding: 8px;
189
- background-color: transparent;
190
- }
191
- }
192
- }
193
-
194
- .comment-panel-item-content {
195
- font-weight: 500;
196
- font-size: 14px;
197
- color: #1f2b4d;
198
- line-height: 20px;
199
- // Clamp to 3 lines with ellipsis
200
- display: -webkit-box;
201
- /* Standard property for newer browsers */
202
- line-clamp: 3;
203
- -webkit-line-clamp: 3;
204
- -webkit-box-orient: vertical;
205
- overflow: hidden;
206
- text-overflow: ellipsis;
207
- white-space: normal;
208
- max-height: calc(20px * 3);
209
- }
210
-
211
- .comment-panel-item-footer {
212
- font-weight: 500;
213
- font-size: 14px;
214
- line-height: 20px;
215
- color: #4259ee; // Link color
216
- cursor: pointer;
217
- // padding-left: 16px;
218
- }
219
-
220
- .ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
221
- height: calc(min(var(--ag-line-height, 40px), 40px) - 2px);
222
- }
223
-
224
- & [data-type="pagination-btn"] {
225
- position: static !important;
226
- bottom: 12px;
227
- padding: 0;
228
- justify-content: space-around;
229
- min-width: 125px;
230
-
231
- &:focus {
232
- outline: none !important;
233
- border-color: #3649c6 !important;
234
- }
235
-
236
- &:hover {
237
- background-color: transparent !important;
238
- color: black !important;
239
- }
240
-
241
- &[data-collapsed="true"] {
242
- svg {
243
- rotate: 180deg;
244
- }
245
- }
246
-
247
- svg {
248
- height: 16px !important;
249
- width: 16px !important;
250
- // margin: 0 0 0 20px !important;
251
- }
252
- }
253
-
254
- // .footer-button-with-bottom-options {
255
- // & [data-type="pagination-btn"] {
256
- // bottom: 61px;
257
- // }
258
- // }
259
-
260
- // .card-container.footer-button-with-bottom-options {
261
- // & [data-type="pagination-btn"] {
262
- // bottom: 73px;
263
- // }
264
- // }
265
-
266
- .ag-root-wrapper {
267
- border-top: none;
268
- border-bottom: none;
269
- border-left: none;
270
- border-right: none;
271
-
272
- &::before {
273
- content: "";
274
- display: block;
275
- width: 100%;
276
- height: 1px;
277
- background: var(--ag-border-color);
278
- position: absolute;
279
- top: 0px;
280
- z-index: 1;
281
- left: 0;
282
- }
283
- }
284
-
285
- .ag-root {
286
- border-left: 1px solid #d9dde7;
287
- border-right: 1px solid #d9dde7;
288
- border-bottom: 1px solid #d9dde7;
289
- }
290
- .ag-aria-description-container {
291
- display: none !important;
292
- }
293
-
294
- .ag-header {
295
- background: $textButtonPrimaryBg;
296
- border-bottom: none;
297
- }
298
-
299
- .ia-icon-div {
300
- display: none;
301
- gap: 12px;
302
- // visibility: hidden;
303
- position: relative;
304
- z-index: 999;
305
- align-items: center;
306
-
307
- &.has-active-search {
308
- display: flex;
309
- }
310
- .MuiBadge-badge.MuiBadge-dot {
311
- background: $primaryColor !important;
312
- }
313
- }
314
-
315
- .ag-header-cell:hover {
316
- .with-icons {
317
- .ag-header-cell-text {
318
- width: calc(100% - 50px);
319
- transition: width 0.3s ease-in-out;
320
- }
321
-
322
- .ia-icon-div {
323
- display: flex;
324
- }
325
- }
326
- }
327
-
328
- .ag-header-cell,
329
- .ag-header-group-cell {
330
- border-right: 1px solid $deactivateColor !important;
331
-
332
- .ag-checkbox {
333
- position: relative;
334
- left: -6px;
335
- }
336
- }
337
-
338
- .ag-checkbox-input-wrapper input {
339
- cursor: pointer;
340
- }
341
-
342
- .ag-header-cell:last-child,
343
- .ag-header-group-cell:last-child {
344
- border-right: none;
345
- }
346
- .ag-row-compact {
347
- height: 30px !important;
348
- }
349
- .ag-ltr {
350
- .ag-cell {
351
- border-right: 1px solid $disabledSecondaryBorder !important;
352
- padding: 0 16px;
353
- color: $mainFontColor;
354
- border: none;
355
- line-height: var(--ag-line-height);
356
- &:last-child {
357
- border-right: none;
358
- }
359
- &[col-id="Selection"] {
360
- display: flex;
361
- align-items: center;
362
- justify-content: center;
363
- padding: 0;
364
- }
365
- }
366
- .cell-renderer {
367
- display: grid;
368
- align-items: center;
369
- }
370
- }
371
-
372
- .ag-popup-child[aria-label="SubMenu"] {
373
- .ag-icon::before {
374
- position: relative;
375
- left: -10px;
376
- }
377
- }
378
-
379
- .ag-row-odd {
380
- background: $whiteColor;
381
- }
382
- .ag-row-hover {
383
- background-color: $lightBlueColor;
384
- &:not(.ag-full-width-row)::before {
385
- background-color: transparent !important;
386
- background-image: none !important;
387
- }
388
- }
389
- .ag-ltr {
390
- .ag-has-focus {
391
- border: none;
392
- }
393
- }
394
- .ag-pinned-left-cols-container {
395
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
396
- z-index: 1 !important;
397
- border-right: 1px solid $disabledSecondaryBorder;
398
- .ag-row {
399
- border-right: none;
400
- }
401
- }
402
- .ag-pinned-right-cols-container {
403
- box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px !important;
404
- z-index: 1 !important;
405
- border-left: 1px solid $disabledSecondaryBorder;
406
- .ag-row {
407
- border-left: none;
408
- }
409
- .ag-cell {
410
- border-left: none !important;
411
- }
412
- }
413
- .ag-header-icon {
414
- .ag-icon::before {
415
- cursor: pointer;
416
- }
417
-
418
- .ag-icon-menu {
419
- &::before {
420
- background: url("../../assets/menu-table.svg") no-repeat;
421
- background-size: 20px;
422
- display: block;
423
- height: 20px;
424
- width: 20px;
425
- content: " ";
426
- background-position: 8px 0px;
427
- }
428
- }
429
- &.ag-header-expand-icon {
430
- .ag-icon::before {
431
- display: block;
432
- content: " ";
433
- height: 32px;
434
- width: 32px;
435
- right: -16px;
436
- position: absolute;
437
- top: -10px;
438
- background: url(./../../assets/accordion-chevron.svg) no-repeat;
439
- background-position: 8px 0px;
440
- }
441
- .ag-icon-expanded::before {
442
- z-index: 1;
443
- display: block;
444
- content: " ";
445
- height: 32px;
446
- width: 32px;
447
- right: 6px;
448
- position: absolute;
449
- top: -6px !important;
450
- transform: rotate(90deg);
451
- }
452
- .ag-icon-contracted::before {
453
- rotate: -90deg;
454
- }
455
- }
456
- }
457
-
458
- .ag-header-cell[aria-sort="none"] {
459
- .ag-header-cell-text.sortable {
460
- .ia-table-sort-icon {
461
- // visibility: hidden;
462
- display: none;
463
- }
464
- &:hover {
465
- .ia-table-sort-icon {
466
- // visibility: visible;
467
- display: block;
468
- }
469
- }
470
- }
471
- }
472
-
473
- .ag-header-cell[aria-sort="ascending"] {
474
- .ia-table-sort-icon {
475
- // visibility: visible;
476
- display: block;
477
- }
478
- }
479
-
480
- .ag-header-cell[aria-sort="descending"] {
481
- .ia-table-sort-icon {
482
- // visibility: visible;
483
- display: block;
484
- }
485
- }
486
-
487
- //Checkbox scss for table starts
488
- .ag-checkbox-input-wrapper {
489
- &::after {
490
- content: " ";
491
- border: 1px solid #c3c8d4;
492
- width: 16px;
493
- height: 16px;
494
- border-radius: 4px;
495
- }
496
- &:hover {
497
- &::after {
498
- content: " ";
499
- border: 1px solid $primaryColor;
500
- width: 16px;
501
- height: 16px;
502
- border-radius: 4px;
503
- }
504
- }
505
- }
506
- .ag-checked {
507
- &::after {
508
- content: " " !important;
509
- background: $lightBlueColor url("../../assets/tick.svg") no-repeat;
510
- background-size: 10px;
511
- background-position: center;
512
- border: 1px solid $primaryColor;
513
- }
514
- }
515
- .ag-checkbox-input-wrapper:focus-within,
516
- .ag-checkbox-input-wrapper:active {
517
- box-shadow: none;
518
- }
519
- .ag-checkbox-input-wrapper.ag-indeterminate::after {
520
- background: $lightBlueColor url("../../assets/checkbox-dash.svg") no-repeat !important;
521
- border: 1px solid $primaryColor !important;
522
- background-position: center !important;
523
- content: "";
524
- }
525
- .ag-row-selected {
526
- background-color: $lightBlueColor;
527
- border-bottom: 1px solid $accordionBgBackground !important;
528
- &::before {
529
- background-color: $lightBlueColor !important;
530
- }
531
- .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
532
- background-color: $lightBlueColor;
533
- }
534
- }
535
- .ag-row {
536
- border-color: #d9dde7;
537
- }
538
- .ag-selection-checkbox {
539
- position: relative;
540
- margin: 0;
541
- }
542
- .ag-row-footer {
543
- background: $tableTotalBgColor;
544
- font-weight: $semiBoldFontWeight;
545
- .ag-selection-checkbox {
546
- margin-right: 0;
547
- }
548
- }
549
-
550
- .ag-header-cell-resize::after,
551
- .ag-header-group-cell-resize::after {
552
- left: 5px !important;
553
- top: 39px !important;
554
- width: 1px;
555
- background-color: $deactivateColor;
556
- }
557
- .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected) {
558
- border: 1px solid transparent !important;
559
- background: $lightBlueColor;
560
- }
561
- .ag-details-row {
562
- padding: 17px 30px;
563
- }
564
- .ag-tabs-header {
565
- display: none;
566
- }
567
- .ag-menu {
568
- background: #fff;
569
- border-radius: 8px;
570
- box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25) !important;
571
- border: none;
572
- z-index: 99999;
573
- // &:hover {
574
- // .ia-icon-div {
575
- // // visibility: visible;
576
- // }
577
- // }
578
- }
579
- .ag-ltr .ag-menu-option-icon {
580
- width: 10px;
581
- padding-left: 0px;
582
- }
583
- [aria-label="Context Menu"].ag-menu-option-icon {
584
- padding-left: 12px;
585
- }
586
- .settings-main-container {
587
- background: url("../../assets/setting-table.svg") no-repeat;
588
- background-position: 0 center;
589
- width: 14px;
590
- height: 14px;
591
- padding-left: 20px;
592
- color: $mainFontColor;
593
- font-size: 12px;
594
- font-weight: $normalFontWeight;
595
- background-position: 16px center;
596
- .ag-menu-option-text {
597
- padding-left: 24px;
598
- }
599
- }
600
- .ag-menu-separator {
601
- display: none;
602
- }
603
- .ag-menu-option-active {
604
- background-color: $whiteColor;
605
- }
606
- .format-main-container > span {
607
- border-top: 1px solid #efefef;
608
- }
609
- .format-main-container {
610
- background: url("../../assets/format-icon.svg") no-repeat;
611
- width: 14px;
612
- height: 14px;
613
- padding-left: 20px;
614
- color: $mainFontColor;
615
- font-size: 12px;
616
- font-weight: $normalFontWeight;
617
- background-position: 16px center;
618
- background-size: 11px;
619
- .ag-menu-option-text {
620
- padding-left: 24px;
621
- }
622
- }
623
- .ag-icon-small-right::before {
624
- content: " ";
625
- background: url("../../assets/accordion-chevron.svg") no-repeat;
626
- background-size: 12px;
627
- width: 16px;
628
- height: 16px;
629
- display: block;
630
- transform: rotate(-90deg);
631
- }
632
- .ag-menu-option {
633
- .ag-icon-tick {
634
- padding-left: 16px;
635
- }
636
- &:not(
637
- .ag-menu-option-disabled,
638
- .format-main-container,
639
- .settings-main-container
640
- ):hover {
641
- cursor: pointer;
642
- }
643
- }
644
- .ag-menu-list {
645
- padding-bottom: 10px;
646
- }
647
- .ag-header-icon {
648
- .ag-icon-menu {
649
- display: none;
650
- }
651
- }
652
-
653
- .ag-header-cell:hover {
654
- .ag-header-icon {
655
- .ag-icon-menu {
656
- display: block;
657
- }
658
- }
659
- }
660
-
661
- .editable-ag-cell {
662
- background-color: #eceefd;
663
- }
664
-
665
- .ag-cell-inline-editing {
666
- padding: 0 !important;
667
- height: var(--ag-line-height);
668
- border-radius: 6px;
669
- border: 2px solid #b3bdf8 !important;
670
-
671
- .ag-text-field-input {
672
- border: none;
673
- }
674
- }
675
-
676
- .custom-ag-header-container {
677
- flex-grow: 1;
678
- gap: 12px;
679
- height: 100%;
680
- overflow: hidden;
681
- display: flex;
682
- flex-direction: var(--ag-header-flex-direction, "row");
683
- justify-content: space-between;
684
- align-items: center;
685
-
686
- & .menu-visible {
687
- display: flex;
688
- }
689
-
690
- .ag-header-cell-text {
691
- overflow: hidden;
692
- text-overflow: ellipsis;
693
- white-space: nowrap;
694
- line-height: 21px !important;
695
- font-size: 14px;
696
- font-weight: 700;
697
- }
698
-
699
- &.checkbox-selection {
700
- .ag-header-cell-text {
701
- width: 100% !important;
702
- justify-content: center;
703
- .impact-form-checkbox-container .MuiCheckbox-root.impact-checkbox-container {
704
- margin-right: 0;
705
- }
706
- }
707
- .ia-icon-div {
708
- display: none !important;
709
- }
710
- }
711
-
712
- .custom-ag-header-icons {
713
- display: flex;
714
-
715
- button {
716
- border: none;
717
- background-color: transparent;
718
- cursor: pointer;
719
- display: block;
720
- padding: 0;
721
- }
722
-
723
- .custom-ag-menu-icon-button {
724
- background: url("../../assets/menu-table.svg") no-repeat;
725
- background-size: 20px;
726
- height: 18px;
727
- width: 18px;
728
- background-position: 0px 0px;
729
- }
730
- }
731
- .header-wrap-enabled {
732
- .header-text-content {
733
- display: -webkit-box;
734
- -webkit-box-orient: vertical;
735
- white-space: break-spaces;
736
- line-height: 18px !important;
737
- }
738
- }
739
- }
740
-
741
- .ag-center-cols-viewport::-webkit-scrollbar {
742
- display: none;
743
- }
744
-
745
- .ag-header-row .ag-header-cell,
746
- .ag-header-row .ag-header-group-cell.ag-header-group-cell-with-group {
747
- border-top: 1px solid $destructiveSecondaryBg !important;
748
- overflow: visible;
749
- }
750
-
751
- // Remove border-top when inside list-mode
752
- &.list-mode-enabled .ag-header-row .ag-header-cell,
753
- &.list-mode-enabled
754
- .ag-header-row
755
- .ag-header-group-cell.ag-header-group-cell-with-group {
756
- border-top: none !important;
757
- }
758
-
759
- .span-2 {
760
- top: -40px;
761
- height: 80px;
762
- }
763
-
764
- .span-3 {
765
- top: -80px;
766
- height: 120px;
767
- }
768
-
769
- .span-4 {
770
- top: -120px;
771
- height: 160px;
772
- }
773
-
774
- .span-5 {
775
- top: -160px;
776
- height: 200px;
777
- }
778
-
779
- .span-6 {
780
- top: -200px;
781
- height: 240px;
782
- }
783
-
784
- .select-container {
785
- .select-button {
786
- background: #eceefd;
787
- color: $mainFontColor;
788
- border-radius: 0px;
789
- }
790
- }
791
-
792
- .input-container {
793
- input {
794
- background: #eceefd;
795
- color: $mainFontColor;
796
- border-radius: 0px;
797
-
798
- &:focus {
799
- background: $whiteColor;
800
- border: none;
801
- }
802
- }
803
- }
804
-
805
- .number-cell {
806
- display: flex;
807
- flex-direction: row-reverse;
808
-
809
- .ia-icon-div {
810
- flex-direction: row-reverse;
811
- }
812
-
813
- &.cell-renderer {
814
- .impact-input-wrapper {
815
- font-size: inherit !important;
816
- .MuiInputBase-root {
817
- font-size: inherit !important;
818
- input.MuiInputBase-input {
819
- font-size: inherit !important;
820
- }
821
- }
822
- }
823
- .impact_inputbox_container .MuiInputBase-root input.MuiInputBase-input {
824
- text-align: right;
825
- min-width: 0px;
826
- }
827
-
828
- .impact_inputbox_container_with_icons
829
- .impact-input-wrapper
830
- .MuiInputBase-root
831
- input.MuiInputBase-input {
832
- text-align: right;
833
- }
834
-
835
- .impact_inputbox_container_with_icons .impact-input-wrapper {
836
- min-width: 0px;
837
- }
838
- }
839
-
840
- .custom-ag-header-container {
841
- flex-direction: row-reverse;
842
- text-align: right;
843
-
844
- .ag-header-cell-text {
845
- background-position: center left !important;
846
- // padding-left: 16px;
847
- padding-right: 0 !important;
848
- flex-direction: row-reverse;
849
- }
850
- }
851
- }
852
-
853
- // Pagination code starts here
854
- .ag-paging-panel {
855
- border: none;
856
- height: 54px;
857
- flex-direction: row-reverse;
858
- justify-content: flex-start;
859
- padding: 12px 6px 12px 6px;
860
- }
861
-
862
- // .ag-paging-page-summary-panel {
863
- // .ag-paging-button[aria-label="First Page"] {
864
- // display: none
865
- // }
866
- // .ag-paging-button[aria-label="Last Page"] {
867
- // display: none
868
- // }
869
- // .ag-paging-description {
870
- // display: none
871
- // }
872
- // }
873
-
874
- .ag-paging-description {
875
- color: $darkColor;
876
- font-weight: 700;
877
- }
878
-
879
- .ag-paging-page-size {
880
- display: none;
881
- }
882
-
883
- .ag-paging-row-summary-panel {
884
- // border: 1px solid #c3c8d4;
885
- padding-inline: 12px;
886
- height: 32px;
887
- box-sizing: border-box;
888
- border-radius: 6px 0 0 6px;
889
- display: flex;
890
- gap: 4px;
891
- align-items: center;
892
- margin: 0px;
893
- color: $textButtonFontColor;
894
- font-weight: 500;
895
- }
896
-
897
- .ag-paging-page-summary-panel {
898
- // border: 1px solid #c3c8d4;
899
- min-width: 48px;
900
- height: 32px;
901
- margin: 0px !important;
902
- margin-right: 14px !important;
903
- border-left: 0px;
904
- border-radius: 0 6px 6px 0;
905
- }
906
-
907
- .ag-paging-row-summary-panel-number {
908
- font-weight: 500;
909
- }
910
-
911
- .ag-paging-number {
912
- font-weight: 700;
913
- }
914
-
915
- .ag-paging-button {
916
- background-color: unset !important;
917
- color: $textButtonFontColor;
918
- }
919
-
920
- .ag-paging-button.ag-disabled {
921
- color: $lightGrayColor;
922
- }
923
-
924
- .ag-icon-first {
925
- color: inherit;
926
- }
927
-
928
- .ag-icon-previous {
929
- color: inherit;
930
- }
931
-
932
- .ag-icon-next {
933
- color: inherit;
934
- }
935
-
936
- .ag-icon-last {
937
- color: inherit;
938
- }
939
-
940
- .ia-pageSize {
941
- font-size: 12px;
942
- font-weight: 400;
943
- }
944
-
945
- .ag-label {
946
- display: none;
947
- }
948
-
949
- .ag-picker-field-wrapper {
950
- display: none;
951
- }
952
-
953
- .impact-table-main-container {
954
- background: $whiteColor;
955
- font-family: $fontFamily;
956
-
957
- .impact-table-main-header {
958
- padding: 12px 16px 16px 16px;
959
- display: flex;
960
- justify-content: space-between;
961
- background: $whiteColor;
962
- border-radius: 8px 8px 0 0;
963
- width: 100%;
964
- transition: width 500ms ease;
965
- align-items: inherit;
966
- // flex-direction: column;
967
-
968
- .impact-table-main-header-container {
969
- flex-direction: row;
970
- display: flex;
971
- justify-content: space-between;
972
- align-items: center;
973
- flex-wrap: wrap;
974
- width: 100%;
975
- }
976
-
977
- .impact-table-main-header-left {
978
- display: flex;
979
- flex-wrap: wrap;
980
- gap: 12px;
981
- align-items: center;
982
-
983
- .table-heading {
984
- font-size: 14px;
985
- font-weight: $BoldFontWeight;
986
- color: $darkColor;
987
- }
988
- }
989
-
990
- .impact-table-center-cta-container {
991
- display: flex;
992
- flex-wrap: wrap;
993
- gap: 12px;
994
- align-items: center;
995
- }
996
-
997
- .right-table-cta-container {
998
- display: flex;
999
- flex-wrap: wrap;
1000
- gap: 12px;
1001
- align-items: center;
1002
-
1003
- [data-icon="table-settings"] {
1004
- background: $textButtonPrimaryBg url("../../assets/menu.svg")
1005
- no-repeat;
1006
- background-position: center;
1007
- border: none;
1008
- cursor: pointer;
1009
-
1010
- &:focus {
1011
- background: $destructiveSecondaryFocusOutline
1012
- url("../../assets/table-menu-hover.svg") no-repeat;
1013
- background-position: center;
1014
- }
1015
-
1016
- &:hover {
1017
- background: $destructiveSecondaryFocusOutline
1018
- url("../../assets/table-menu-hover.svg") no-repeat;
1019
- background-position: center;
1020
- }
1021
- }
1022
-
1023
- [data-icon="download"] {
1024
- background: $textButtonPrimaryBg url("../../assets/download.svg")
1025
- no-repeat;
1026
- background-position: center;
1027
- border: none;
1028
- cursor: pointer;
1029
-
1030
- &:focus {
1031
- background: $destructiveSecondaryFocusOutline
1032
- url("../../assets/table-download_hover.svg") no-repeat;
1033
- background-position: center;
1034
- }
1035
-
1036
- &:hover {
1037
- background: $destructiveSecondaryFocusOutline
1038
- url("../../assets/table-download_hover.svg") no-repeat;
1039
- background-position: center;
1040
- }
1041
- }
1042
-
1043
- [data-icon="comment"] {
1044
- background: $textButtonPrimaryBg url("../../assets/comment-icon.svg")
1045
- no-repeat;
1046
- background-position: center;
1047
- border: none;
1048
- cursor: pointer;
1049
-
1050
- &:focus {
1051
- background: $destructiveSecondaryFocusOutline
1052
- url("../../assets/comment-icon-blue.svg") no-repeat;
1053
- background-position: center;
1054
- }
1055
-
1056
- &:hover {
1057
- background: $destructiveSecondaryFocusOutline
1058
- url("../../assets/comment-icon-blue.svg") no-repeat;
1059
- background-position: center;
1060
- }
1061
-
1062
- // Persist active styling when comment mode is enabled
1063
- &[data-active="true"] {
1064
- background: $destructiveSecondaryFocusOutline
1065
- url("../../assets/comment-icon-blue.svg") no-repeat;
1066
- background-position: center;
1067
- }
1068
- }
1069
-
1070
- [data-icon="contentual-filter"] {
1071
- background: $textButtonPrimaryBg url("../../assets/filter-funnel.svg")
1072
- no-repeat;
1073
- background-position: center;
1074
- border: none;
1075
- cursor: pointer;
1076
-
1077
- &:focus {
1078
- background: $destructiveSecondaryFocusOutline
1079
- url("../../assets/filter-funnel.svg") no-repeat;
1080
- background-position: center;
1081
- }
1082
-
1083
- &:hover {
1084
- background: $destructiveSecondaryFocusOutline
1085
- url("../../assets/filter-funnel.svg") no-repeat;
1086
- background-position: center;
1087
- }
1088
- }
1089
-
1090
- [data-icon="hide-filter"] {
1091
- background: $textButtonPrimaryBg
1092
- url("../../assets/HideFilterFunnel.svg") no-repeat;
1093
- background-position: center;
1094
- border: none;
1095
- cursor: pointer;
1096
-
1097
- &:focus {
1098
- background: $destructiveSecondaryFocusOutline
1099
- url("../../assets/HideFilterFunnel.svg") no-repeat;
1100
- background-position: center;
1101
- }
1102
-
1103
- &:hover {
1104
- background: $destructiveSecondaryFocusOutline
1105
- url("../../assets/HideFilterFunnel.svg") no-repeat;
1106
- background-position: center;
1107
- }
1108
- }
1109
-
1110
- [data-icon="close"] {
1111
- background: url("../../assets/closeIcon.svg") no-repeat;
1112
- background-position: center;
1113
- width: 82px;
1114
- border: none;
1115
-
1116
- &:focus {
1117
- outline: none;
1118
- }
1119
- }
1120
-
1121
- .divider-line {
1122
- background: $disabledSecondaryBorder;
1123
- width: 1px;
1124
- height: 12px;
1125
- }
1126
- }
1127
-
1128
- [data-type="table-icon"] {
1129
- color: #1f2b4d;
1130
- border: 1px solid #c3c8d4;
1131
- cursor: pointer;
1132
- min-width: 0px !important;
1133
- width: 32px;
1134
- height: 32px;
1135
- padding: 8px 0;
1136
- box-sizing: border-box;
1137
- border-radius: 8px;
1138
- &[data-type="table-chat-icon"] {
1139
- box-shadow: 0px 2px 5px 0px #be64075c;
1140
- border: 1px solid transparent;
1141
- background: linear-gradient(#fff, #fff) padding-box,
1142
- linear-gradient(180deg, #bf9f22 0%, #f19579 100%) border-box;
1143
- }
1144
-
1145
- &[data-icon="table-search"] {
1146
- background: url("../../assets/search-table.svg") no-repeat;
1147
- background-position: center;
1148
- }
1149
-
1150
- &[data-icon="row-width"] {
1151
- background: url("../../assets/compress.svg") no-repeat;
1152
- background-position: center;
1153
- }
1154
-
1155
- &[data-icon="unfold-row-group"] {
1156
- flex: 1;
1157
- border: none;
1158
-
1159
- svg {
1160
- height: 22px;
1161
- width: 22px;
1162
- color: #60697d;
1163
- }
1164
- }
1165
- }
1166
-
1167
- .table-chat-icon-button {
1168
- box-shadow: 0px 2px 5px 0px #be64075c;
1169
- border: 1px solid transparent !important;
1170
- background: linear-gradient(#fff, #fff) padding-box,
1171
- linear-gradient(180deg, #bf9f22 0%, #f19579 100%) border-box;
1172
- }
1173
-
1174
- .group-row-container {
1175
- display: flex;
1176
-
1177
- &:hover {
1178
- background-color: $destructiveSecondaryFocusOutline;
1179
- border-radius: 8px;
1180
- }
1181
- }
1182
-
1183
- .collapse-icon {
1184
- background: url("../../assets/tableExpandIcon.svg") no-repeat !important;
1185
- background-position: center left 12px !important;
1186
- padding-left: 30px;
1187
- }
1188
-
1189
- .expand-icon {
1190
- background: url("../../assets/tableCollapseIcon.svg") no-repeat !important;
1191
- background-position: center left 12px !important;
1192
- padding-left: 30px;
1193
- }
1194
-
1195
- .show-hide-editable-cells-container {
1196
- display: flex;
1197
-
1198
- &:hover {
1199
- background-color: $destructiveSecondaryFocusOutline;
1200
- border-radius: 8px;
1201
- }
1202
-
1203
- [data-icon="show-hide-editable-cells"] {
1204
- flex: 1;
1205
- border: none;
1206
- background-position: center left 10px !important;
1207
- padding-left: 30px;
1208
- }
1209
-
1210
- .show-editable-cells-icon {
1211
- background: url("../../assets/showEditableCell.svg") no-repeat;
1212
- }
1213
-
1214
- .hide-editable-cells-icon {
1215
- background: url("../../assets/hideEditableCell.svg") no-repeat;
1216
- }
1217
- }
1218
-
1219
- .impact-info-panel-container {
1220
- border-width: 1px 0px 1px 0px;
1221
- border-style: solid;
1222
- border-color: $disabledSecondaryBorder;
1223
- // border: 1px 0px 1px 0px solid #D9DDE7;
1224
- height: 46px;
1225
- padding: 8px 16px;
1226
- }
1227
-
1228
- .impact-filter-dropdown-wrapper {
1229
- left: -14px !important;
1230
- }
1231
- }
1232
-
1233
- .comment-panel-wrapper {
1234
- visibility: hidden;
1235
- }
1236
-
1237
- .table-settings-wrapper {
1238
- visibility: hidden;
1239
- }
1240
-
1241
- .show-table-settings {
1242
- visibility: visible;
1243
- }
1244
-
1245
- .show-comment-panel {
1246
- visibility: visible;
1247
- }
1248
-
1249
- .table-more-options-container {
1250
- display: flex;
1251
- flex-direction: column;
1252
- position: absolute;
1253
- top: 55px;
1254
- right: 8px;
1255
- z-index: 99999;
1256
- width: 0;
1257
- overflow: hidden;
1258
- visibility: hidden;
1259
- opacity: 0;
1260
- background-color: $whiteColor;
1261
- padding: 8px 6px;
1262
- border: 1px solid $whiteColor;
1263
- border-radius: 8px;
1264
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
1265
- transition: all 200ms ease-in-out;
1266
- gap: 2px;
1267
-
1268
- &.display-table-more-options {
1269
- width: 240px;
1270
- visibility: visible;
1271
- opacity: 1;
1272
- overflow: visible;
1273
- }
1274
-
1275
- .ia-styles.ia-btn {
1276
- display: flex;
1277
- align-items: center;
1278
- justify-content: flex-start;
1279
- color: $mainFontColor;
1280
- background: transparent;
1281
- height: 35px;
1282
- font-weight: 500;
1283
-
1284
- &:focus {
1285
- outline: none;
1286
- }
1287
-
1288
- &:hover {
1289
- background-color: $destructiveSecondaryFocusOutline;
1290
- }
1291
-
1292
- & svg {
1293
- width: 12px;
1294
- height: 13px;
1295
-
1296
- & path {
1297
- fill: #798293 !important;
1298
- }
1299
- }
1300
-
1301
- .ia-btn-icon {
1302
- width: 12px;
1303
- height: 18px;
1304
- }
1305
- }
1306
-
1307
- .table-settings-container {
1308
- border-radius: 8px;
1309
-
1310
- &:hover {
1311
- background-color: $destructiveSecondaryFocusOutline;
1312
- }
1313
- }
1314
-
1315
- .horizontal-line {
1316
- width: 228px;
1317
- height: 0px;
1318
- height: 1px;
1319
- flex: none;
1320
- align-self: stretch;
1321
- flex-grow: 0;
1322
- background: $disabledSecondaryBorder;
1323
- }
1324
-
1325
- .table-settings-container {
1326
- display: flex;
1327
- justify-content: flex-start;
1328
- align-items: center;
1329
- padding-left: 12px;
1330
- gap: 5px;
1331
- height: 35px;
1332
- cursor: pointer;
1333
- }
1334
-
1335
- .table-settings-container-without-extra-buttons {
1336
- margin-top: 0;
1337
- }
1338
-
1339
- .table-settings-text {
1340
- color: #1f2b4d;
1341
- font-weight: 500;
1342
- font-size: 14px;
1343
- }
1344
-
1345
- .table-density-container {
1346
- padding-left: 8px;
1347
- margin: 0;
1348
- background-image: url("./../../assets/compress.svg"),
1349
- url("../../assets/right-arrow-menu.svg");
1350
- background-repeat: no-repeat, no-repeat;
1351
- background-position: center left 10px, center right 18px;
1352
- padding-left: 30px;
1353
-
1354
- &:hover {
1355
- padding-left: 8px;
1356
- margin: 0;
1357
- background-color: $lightBlueColor;
1358
- background-repeat: no-repeat, no-repeat;
1359
- background-position: center left 10px, center right 18px;
1360
- padding-left: 30px;
1361
- }
1362
- }
1363
-
1364
- .density-menu-open {
1365
- background-color: $destructiveSecondaryFocusOutline;
1366
- }
1367
- }
1368
-
1369
- // table setting css
1370
- .table-setting-main-container {
1371
- display: flex;
1372
- flex-direction: column;
1373
- position: absolute;
1374
- top: 60px;
1375
- right: 15px;
1376
- z-index: 2;
1377
- width: 0;
1378
- overflow: hidden;
1379
- visibility: hidden;
1380
- opacity: 0;
1381
- background-color: $whiteColor;
1382
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
1383
- transition: all 200ms ease-in-out;
1384
-
1385
- .table-setting-header {
1386
- flex-shrink: 0;
1387
- display: flex;
1388
- flex-direction: row;
1389
- justify-content: space-between;
1390
- align-items: center;
1391
- padding: 12px 16px;
1392
- margin-bottom: 8px;
1393
- background-color: #eceefd;
1394
-
1395
- h2 {
1396
- font-family: $fontFamily;
1397
- font-size: 16px;
1398
- color: $darkColor;
1399
- font-weight: $BoldFontWeight;
1400
- }
1401
-
1402
- .close_icon {
1403
- padding: 12px;
1404
- border-radius: 4px;
1405
- background: url("../../assets/close.svg") no-repeat;
1406
- background-size: 12px;
1407
- background-position: center;
1408
- width: 12px;
1409
- height: 12px;
1410
- cursor: pointer;
1411
-
1412
- &:hover {
1413
- background: $lightBlueColor url("../../assets/close.svg") no-repeat;
1414
- color: $secondaryColor;
1415
- background-size: 12px;
1416
- background-position: center;
1417
- }
1418
- }
1419
- }
1420
-
1421
- .ia-styles.ia-tabContainer {
1422
- padding-inline: 16px;
1423
- }
1424
-
1425
- .ia-styles.ia-tabContainer .ia-styles.ia-tabList .ia-tab {
1426
- padding: 4px 8px !important;
1427
- min-width: 65px;
1428
- }
1429
-
1430
- .impact-tab-panel {
1431
- padding: 0;
1432
- max-height: auto;
1433
- min-height: auto;
1434
- overflow-y: hidden;
1435
- margin-top: 4px;
1436
-
1437
- .table-setting-columns-settings {
1438
- display: flex;
1439
- flex-direction: column;
1440
- align-items: flex-start;
1441
- gap: 12px;
1442
-
1443
- .table-setting-save-view-container {
1444
- display: flex;
1445
- justify-content: space-between;
1446
- align-items: center;
1447
- width: 100%;
1448
- background: linear-gradient(
1449
- 83.74deg,
1450
- #f5f9ec 72.68%,
1451
- #d7e5b2 108.88%
1452
- );
1453
- border: 1px solid $saveViewBorderColor;
1454
- padding: 12px;
1455
- border-radius: 8px;
1456
-
1457
- .save-view-icon-title {
1458
- display: flex;
1459
- align-items: center;
1460
- gap: 8px;
1461
-
1462
- .save-view-title {
1463
- font-size: $normalFontSize;
1464
- font-weight: 400;
1465
- color: $chatBotTextColor;
1466
- }
1467
- }
1468
-
1469
- .save-view-container-active-view {
1470
- display: flex;
1471
- align-items: center;
1472
- gap: 4px;
1473
-
1474
- .MuiChip-root.impact_badges_only_label_stroke {
1475
- max-width: 164px;
1476
- }
1477
- }
1478
- }
1479
-
1480
- .save-view-menu {
1481
- position: absolute;
1482
- width: 329px;
1483
- bottom: 2px;
1484
- top: 159px;
1485
- left: 15px;
1486
- border-radius: 12px;
1487
- border: 1px solid $menuBorderColor;
1488
- padding: 8px 6px;
1489
- background: $whiteColor;
1490
- box-shadow: 0px 1px 6px 0px $saveViewBoxShadowColor;
1491
- z-index: 99999 !important;
1492
- opacity: 1;
1493
- display: flex;
1494
- flex-direction: column;
1495
- gap: 4px;
1496
-
1497
- .save-view-menu-footer {
1498
- display: flex;
1499
- justify-content: flex-end;
1500
- gap: 12px;
1501
- padding: 8px 12px;
1502
- height: 44px;
1503
- width: 100%;
1504
- position: absolute;
1505
- bottom: 0;
1506
- }
1507
-
1508
- .save-view-menu-view-list-item-divider {
1509
- border: 0.5px solid #d9dde7;
1510
- margin: 0;
1511
- position: absolute;
1512
- bottom: 46px;
1513
- width: 96%;
1514
- }
1515
-
1516
- .save-view-menu-title {
1517
- height: 35px;
1518
- display: flex;
1519
- align-items: center;
1520
- padding: 8px 12px;
1521
- justify-content: space-between;
1522
-
1523
- & > span {
1524
- font-size: $smallFontSize;
1525
- font-weight: $BoldFontWeight;
1526
- color: $textButtonFontColor;
1527
- }
1528
-
1529
- .save-view-menu-default-view {
1530
- display: flex;
1531
- align-items: center;
1532
- gap: 3px;
1533
-
1534
- .save-view-menu-default-view-text {
1535
- font-size: $normalFontSize;
1536
- font-weight: $normalFontWeight;
1537
- color: $saveViewDefaultViewTextColor;
1538
- }
1539
- }
1540
- }
1541
-
1542
- .save-view-menu-view-type {
1543
- height: 35px;
1544
- padding: 8px 12px;
1545
- display: flex;
1546
- align-items: center;
1547
- gap: 6px;
1548
-
1549
- .impact_badges_only_label_stroke {
1550
- cursor: pointer;
1551
- }
1552
- }
1553
-
1554
- .save-view-menu-search-container {
1555
- height: 35px;
1556
-
1557
- .impact_inputbox_container_with_icons {
1558
- width: 100%;
1559
-
1560
- .impact-input-wrapper {
1561
- width: 100%;
1562
- border: none !important;
1563
-
1564
- .left-input-icon {
1565
- height: 16px;
1566
-
1567
- & > svg {
1568
- color: $lightGrayColor;
1569
- }
1570
- }
1571
- }
1572
- }
1573
- }
1574
-
1575
- .save-view-menu-view-list-container {
1576
- display: flex;
1577
- flex-direction: column;
1578
- gap: 4px;
1579
- overflow: auto;
1580
- position: absolute;
1581
- top: 125px;
1582
- bottom: 48px;
1583
- width: 96%;
1584
-
1585
- .save-view-menu-view-list-item {
1586
- height: 35px;
1587
- padding: 8px 12px;
1588
- display: flex;
1589
- align-items: center;
1590
- justify-content: space-between;
1591
- cursor: pointer;
1592
- border-radius: 8px;
1593
-
1594
- &.active {
1595
- background-color: $destructiveSecondaryFocusOutline;
1596
- }
1597
-
1598
- &:hover {
1599
- background-color: $textButtonPrimaryBg;
1600
- }
1601
-
1602
- .save-view-menu-view-list-item-name {
1603
- font-size: $normalFontSize;
1604
- font-weight: $normalFontWeight;
1605
- color: $mainFontColor;
1606
- overflow: hidden;
1607
- text-overflow: ellipsis;
1608
- white-space: nowrap;
1609
- }
1610
-
1611
- .save-view-menu-view-list-item-actions {
1612
- display: flex;
1613
- align-items: center;
1614
- gap: 6px;
1615
-
1616
- & > img {
1617
- visibility: hidden;
1618
- }
1619
-
1620
- .default-view-active-icon {
1621
- visibility: visible;
1622
- }
1623
- }
1624
-
1625
- &:hover {
1626
- .save-view-menu-view-list-item-actions > img {
1627
- visibility: visible;
1628
- }
1629
- }
1630
- }
1631
- }
1632
- }
1633
-
1634
- .table-setting-columns-separator {
1635
- display: block;
1636
- height: 0.5px;
1637
- width: 290px;
1638
- margin-left: -8px;
1639
- margin-right: -8px;
1640
- background-color: $deactivateColor;
1641
- }
1642
-
1643
- .table-setting-column-search-container {
1644
- display: flex;
1645
- flex-direction: row;
1646
- gap: 4px;
1647
- align-items: center;
1648
- width: 100%;
1649
- }
1650
-
1651
- .table-setting-column-collapse-container {
1652
- flex-shrink: 0;
1653
- display: flex;
1654
- flex-direction: column;
1655
- gap: 0px;
1656
- width: 100%;
1657
- overflow: auto;
1658
- position: absolute;
1659
- top: 141px;
1660
- bottom: 0;
1661
-
1662
- &.save-view-enabled {
1663
- top: 214px !important;
1664
- }
1665
-
1666
- .table-setting-collapse-columns-container {
1667
- display: flex;
1668
- flex-direction: column;
1669
- align-items: flex-start;
1670
- gap: 8px;
1671
- padding: 8px;
1672
- border-radius: 0px;
1673
- border-bottom: 1px solid $textButtonPrimaryBg;
1674
-
1675
- h3 {
1676
- font-family: $fontFamily;
1677
- font-size: $smallFontSize;
1678
- color: $inputInfoColor;
1679
- line-height: 16.39px;
1680
- font-weight: $semiBoldFontWeight;
1681
- }
1682
- }
1683
-
1684
- .table-setting-frozen-columns-list {
1685
- display: flex;
1686
- flex-direction: column;
1687
- gap: 4px;
1688
- width: 100%;
1689
-
1690
- .table-setting-frozen-columns-list-item {
1691
- display: flex;
1692
- flex-direction: row;
1693
- gap: 4px;
1694
- align-items: center;
1695
- padding-left: 8px;
1696
-
1697
- .table-setting-frozen-columns-list-drag-icon {
1698
- width: 16px;
1699
- height: 16px;
1700
- color: $mainFontColor;
1701
-
1702
- &:hover {
1703
- cursor: pointer;
1704
- }
1705
- }
1706
- }
1707
- }
1708
-
1709
- .table-setting-scroll-columns-container {
1710
- display: flex;
1711
- flex-direction: column;
1712
- align-items: flex-start;
1713
- gap: 8px;
1714
- padding: 8px;
1715
-
1716
- h3 {
1717
- font-family: $fontFamily;
1718
- font-size: $smallFontSize;
1719
- color: $inputInfoColor;
1720
- line-height: 16.39px;
1721
- font-weight: $semiBoldFontWeight;
1722
- }
1723
-
1724
- .table-setting-scroll-main-column-list {
1725
- display: flex;
1726
- flex-direction: column;
1727
- gap: 6px;
1728
- width: 100%;
1729
- }
1730
-
1731
- .table-setting-scroll-main-column {
1732
- display: flex;
1733
- flex-direction: row;
1734
- gap: 4px;
1735
- align-items: center;
1736
- padding-left: 8px;
1737
- }
1738
-
1739
- .table-setting-scroll-columns-list-drag-icon {
1740
- width: 16px;
1741
- height: 16px;
1742
- color: $mainFontColor;
1743
-
1744
- &:hover {
1745
- cursor: pointer;
1746
- }
1747
- }
1748
-
1749
- .table-setting-scroll-inner-column-list {
1750
- display: flex;
1751
- flex-direction: column;
1752
- gap: 4px;
1753
- padding-left: 50px;
1754
-
1755
- .table-setting-scroll-inner-column {
1756
- display: flex;
1757
- flex-direction: row;
1758
- gap: 4px;
1759
- align-items: center;
1760
- padding-left: 8px;
1761
- }
1762
- }
1763
- }
1764
- }
1765
- }
1766
-
1767
- .table-setting-format-settings {
1768
- display: flex;
1769
- flex-direction: column;
1770
- align-items: flex-start;
1771
- gap: 8px;
1772
-
1773
- .table-setting-columns-separator {
1774
- display: block;
1775
- height: 0.5px;
1776
- width: 290px;
1777
- margin-left: -8px;
1778
- margin-right: -8px;
1779
- background-color: $deactivateColor;
1780
- }
1781
-
1782
- .custom-menu-sub-header {
1783
- font-family: $fontFamily;
1784
- font-size: $smallFontSize;
1785
- color: $inputInfoColor;
1786
- line-height: 16.39px;
1787
- font-weight: $semiBoldFontWeight;
1788
- }
1789
-
1790
- .table-setting-font-size-setting-container {
1791
- display: flex;
1792
- flex-direction: column;
1793
- align-items: flex-start;
1794
- gap: 6px;
1795
- padding: 0 16px;
1796
-
1797
- .MuiFormGroup-root.orientation-column {
1798
- padding-left: 12px;
1799
- gap: 4px;
1800
-
1801
- .ia-radioButton .MuiTypography-root {
1802
- font-size: $smallFontSize;
1803
- }
1804
- }
1805
- }
1806
-
1807
- .table-setting-number-format-setting-container {
1808
- display: flex;
1809
- flex-direction: column;
1810
- align-items: flex-start;
1811
- gap: 6px;
1812
- padding: 0 16px;
1813
-
1814
- .MuiFormGroup-root.orientation-column {
1815
- padding-left: 12px;
1816
- gap: 4px;
1817
-
1818
- .ia-radioButton .MuiTypography-root {
1819
- font-size: $smallFontSize;
1820
- }
1821
- }
1822
- }
1823
- }
1824
-
1825
- .table-setting-action-settings {
1826
- display: flex;
1827
- flex-direction: column;
1828
- align-items: flex-start;
1829
- gap: 8px;
1830
-
1831
- .table-setting-columns-separator {
1832
- display: block;
1833
- height: 0.5px;
1834
- width: 290px;
1835
- margin-left: -8px;
1836
- margin-right: -8px;
1837
- background-color: $deactivateColor;
1838
- }
1839
-
1840
- .table-setting-action-container {
1841
- display: flex;
1842
- justify-content: center;
1843
- width: 100%;
1844
- }
1845
- }
1846
- }
1847
- }
1848
-
1849
- .table-setting-main-container.filters-strip-visible {
1850
- top: 116px !important;
1851
- }
1852
-
1853
- .display-table-setting {
1854
- width: 355px;
1855
- min-height: 480px;
1856
- visibility: visible;
1857
- opacity: 1;
1858
- bottom: 25px;
1859
- // z-index: 999;
1860
- // padding: 0;
1861
- // border: none;
1862
- }
1863
-
1864
- .impact-ag-grid-table {
1865
- position: relative;
1866
- }
1867
-
1868
- .comment-panel-main-container {
1869
- display: flex;
1870
- flex-direction: column;
1871
- position: absolute;
1872
- top: 0px;
1873
- right: 15px;
1874
- z-index: 2;
1875
- width: 0;
1876
- overflow: hidden;
1877
- visibility: hidden;
1878
- opacity: 0;
1879
- background-color: $whiteColor;
1880
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
1881
- transition: all 200ms ease-in-out;
1882
-
1883
- .comment-panel-header {
1884
- display: flex;
1885
- justify-content: space-between;
1886
- align-items: center;
1887
- padding: 12px 16px;
1888
- background-color: #eceefd;
1889
-
1890
- h2 {
1891
- font-family: $fontFamily;
1892
- font-size: 16px;
1893
- color: $darkColor;
1894
- font-weight: $BoldFontWeight;
1895
- }
1896
-
1897
- .close_icon {
1898
- background: url("../../assets/close.svg") no-repeat;
1899
- background-size: 12px;
1900
- background-position: center;
1901
- width: 12px;
1902
- height: 12px;
1903
- cursor: pointer;
1904
-
1905
- &:hover {
1906
- background: $lightBlueColor url("../../assets/close.svg") no-repeat;
1907
- color: $secondaryColor;
1908
- background-size: 12px;
1909
- background-position: center;
1910
- }
1911
- }
1912
- }
1913
-
1914
- .comment-panel-body {
1915
- position: absolute;
1916
- top: 40px;
1917
- left: 0;
1918
- right: 0;
1919
- bottom: 0;
1920
- // display: flex;
1921
- // align-items: center;
1922
- padding-top: 8px;
1923
- }
1924
-
1925
- .impact_emptystate {
1926
- min-height: auto;
1927
- border: none;
1928
- border-radius: 0px;
1929
- position: absolute;
1930
- left: 0;
1931
- right: 0;
1932
- top: 2px;
1933
- bottom: 0;
1934
- width: auto;
1935
- padding: 0;
1936
- margin: 0;
1937
-
1938
- .impact_center_svg_with_icon {
1939
- min-height: 0px;
1940
- }
1941
-
1942
- .impact_center_svg {
1943
- height: auto;
1944
- }
1945
-
1946
- .impact_heading {
1947
- font-size: 14px;
1948
- line-height: 21px;
1949
- margin-bottom: 0px;
1950
- }
1951
-
1952
- .impact_paragraph {
1953
- width: inherit;
1954
- font-size: 10px;
1955
- line-height: 14px;
1956
- font-weight: 500;
1957
- margin-top: 0px;
1958
- color: #7a8294;
1959
- width: 285px;
1960
- }
1961
- }
1962
- }
1963
-
1964
- .comment-panel-main-container.filters-strip-visible {
1965
- top: 115px !important;
1966
- }
1967
-
1968
- .display-comment-panel {
1969
- width: 355px;
1970
- gap: 8px;
1971
- visibility: visible;
1972
- opacity: 1;
1973
- bottom: 25px;
1974
- z-index: 999;
1975
- padding: 0;
1976
- min-height: 480px;
1977
- border-radius: 8px;
1978
-
1979
- // max-height: 500px;
1980
- .comment-panel-header {
1981
- border-bottom: none;
1982
-
1983
- .close_icon {
1984
- padding: 0px;
1985
- }
1986
- }
1987
- }
1988
- }
1989
-
1990
- .ia-bulk-action-bar {
1991
- padding: 8px 16px;
1992
- background-color: $infoBackground;
1993
- display: flex;
1994
- align-items: center;
1995
- justify-content: center;
1996
- gap: 12px;
1997
-
1998
- & .icon {
1999
- display: flex;
2000
- align-items: center;
2001
- justify-content: center;
2002
-
2003
- svg {
2004
- width: 18px;
2005
- height: 18px;
2006
- color: $primaryColor;
2007
- }
2008
- }
2009
- }
2010
-
2011
- .ia-bulk-action-bar-text {
2012
- font-weight: 600;
2013
- font-size: $normalFontSize;
2014
- line-height: 21px;
2015
- color: $darkColor;
2016
- }
2017
-
2018
- .ia-bulk-action-bar-select-text {
2019
- color: $primaryColor;
2020
- font-size: $smallFontSize;
2021
- font-weight: 500;
2022
- line-height: 16px;
2023
- cursor: pointer;
2024
- }
2025
-
2026
- .card-container {
2027
- border-radius: 8px;
2028
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
2029
- padding-bottom: 12px;
2030
- }
2031
-
2032
- .table-setting-open {
2033
- .ag-root-wrapper {
2034
- width: calc(100% - 375px);
2035
- transition: all 200ms ease-in-out;
2036
- }
2037
- }
2038
-
2039
- .comment-mode:not(.no-comments) {
2040
- .ag-root-wrapper {
2041
- width: calc(100% - 375px);
2042
- transition: all 200ms ease-in-out;
2043
- }
2044
- }
2045
-
2046
- // Scoped styles for header text wrap feature (enableHeaderTextWrap prop)
2047
- // &.header-wrap-enabled {
2048
- // .ia-icon-div {
2049
- // gap: 8px;
2050
- // display: none;
2051
- // visibility: visible;
2052
- // }
2053
-
2054
- // .ag-header-cell:hover {
2055
- // .ia-icon-div {
2056
- // display: flex;
2057
- // }
2058
- // }
2059
-
2060
- // .ag-header-cell[aria-sort="none"] {
2061
- // .ag-header-cell-text.sortable {
2062
- // .ia-table-sort-icon {
2063
- // display: none;
2064
- // visibility: visible;
2065
- // }
2066
-
2067
- // &:hover {
2068
- // .ia-table-sort-icon {
2069
- // display: block;
2070
- // }
2071
- // }
2072
- // }
2073
- // }
2074
-
2075
- // // Dynamic header text styles
2076
- // .header-container-wrapper {
2077
- // display: flex;
2078
- // align-items: center;
2079
- // width: 100%;
2080
- // height: 100%;
2081
- // gap: 8px;
2082
- // min-width: 15px;
2083
- // }
2084
-
2085
- // .ag-header-cell-text {
2086
- // display: flex;
2087
- // align-items: center;
2088
- // gap: 2px;
2089
- // flex: 1;
2090
- // height: 100%;
2091
- // min-width: 15px;
2092
-
2093
- // .header-text-container {
2094
- // flex: 1;
2095
- // min-width: 0;
2096
- // overflow: hidden;
2097
- // display: flex;
2098
- // align-items: center;
2099
- // height: 100%;
2100
-
2101
- // .header-text-content {
2102
- // display: -webkit-box;
2103
- // -webkit-box-orient: vertical;
2104
- // overflow: hidden;
2105
- // text-overflow: ellipsis;
2106
- // line-height: 1.2;
2107
- // word-wrap: break-word;
2108
- // word-break: break-word;
2109
- // hyphens: auto;
2110
- // white-space: normal;
2111
- // width: 100%;
2112
- // }
2113
- // }
2114
-
2115
- // .ia-table-sort-icon {
2116
- // flex-shrink: 0;
2117
- // }
2118
- // }
2119
-
2120
- // .ia-icon-div {
2121
- // flex-shrink: 0;
2122
- // }
2123
-
2124
- // .ag-header-cell[aria-sort="ascending"] {
2125
- // .ag-header-cell-text {
2126
- // .ia-table-sort-icon {
2127
- // display: block;
2128
- // width: 16px;
2129
- // height: 16px;
2130
- // cursor: pointer;
2131
- // }
2132
- // }
2133
- // }
2134
-
2135
- // .ag-header-cell[aria-sort="descending"] {
2136
- // .ag-header-cell-text {
2137
- // .ia-table-sort-icon {
2138
- // display: block;
2139
- // width: 16px;
2140
- // height: 16px;
2141
- // cursor: pointer;
2142
- // }
2143
- // }
2144
- // }
2145
-
2146
- // // Number cell specific styles for header wrap
2147
- // .number-cell {
2148
- // .custom-ag-header-container {
2149
- // .ag-header-cell-text {
2150
- // flex-direction: row-reverse !important;
2151
-
2152
- // .header-text-container {
2153
- // flex-direction: row-reverse !important;
2154
- // justify-content: flex-end !important;
2155
- // }
2156
- // }
2157
- // }
2158
-
2159
- // .header-container-wrapper {
2160
- // flex-direction: row-reverse !important;
2161
- // }
2162
- // }
2163
- // }
2164
- }
2165
-
2166
- .ia-basic-table-layout.table-v32 {
2167
- &.ag-popup .ag-react-container.ag-tooltip-custom.ag-ltr.ag-popup-child img {
2168
- max-width: 335px;
2169
- max-height: 335px;
2170
- border: 4px solid #687af1;
2171
- border-radius: 8px;
2172
- }
2173
-
2174
- .ag-menu {
2175
- padding: 10px;
2176
- }
2177
-
2178
- .ia-search-input-field {
2179
- display: flex;
2180
- gap: 4px;
2181
- align-items: center;
2182
- padding: 4px;
2183
- border-radius: 8px;
2184
- background-color: $lightBlueColor;
2185
- flex: 1;
2186
-
2187
- .impact-datepicker-main-container.label-flex-column {
2188
- width: 100%;
2189
- }
2190
-
2191
- .ia-search-input-field-custom-icon {
2192
- position: absolute;
2193
- right: 8px;
2194
- top: 8px;
2195
- cursor: pointer;
2196
- width: 16px;
2197
- height: 16px;
2198
- color: $textButtonFontColor;
2199
- }
2200
-
2201
- &::before {
2202
- position: absolute;
2203
- left: 0;
2204
- content: " ";
2205
- background: $lightBlueColor;
2206
- top: 0;
2207
- bottom: 0;
2208
- right: 0;
2209
- }
2210
-
2211
- .impact-input-wrapper {
2212
- min-width: 50px;
2213
- }
2214
-
2215
- .ia-search-input-field-close-icon {
2216
- font-size: 20px;
2217
- color: #4259ee;
2218
- cursor: pointer;
2219
- position: relative;
2220
- }
2221
-
2222
- .impact_inputbox_container_with_icons {
2223
- flex: 1;
2224
-
2225
- .impact-input-wrapper {
2226
- background: $whiteColor url("./../../assets/search-table.svg") no-repeat;
2227
- background-position: center left 8px;
2228
- padding-left: 25px;
2229
- background-size: 12px;
2230
- }
2231
-
2232
- &.input-with-disabled {
2233
- .impact-input-wrapper {
2234
- background-color: $disabledSecondaryBg;
2235
- }
2236
- }
2237
- }
2238
- }
2239
- }
2240
-
2241
- .ia-search-input-narrow {
2242
- .impact_inputbox_container_with_icons {
2243
- flex: 1;
2244
-
2245
- .impact-input-wrapper {
2246
- background: $whiteColor !important;
2247
- padding-left: 12px !important;
2248
- }
2249
- }
2250
- }
2251
-
2252
- .ia-basic-table-layout.table-v32 {
2253
- .row-height-option {
2254
- &::before {
2255
- content: "";
2256
- width: 16px;
2257
- height: 16px;
2258
- margin-right: 4px;
2259
- position: relative;
2260
- top: 3.5px;
2261
- display: inline-block;
2262
- }
2263
-
2264
- &.default-row-height::before {
2265
- background: transparent url("../../assets/row_height_default.svg")
2266
- no-repeat;
2267
- background-position: center;
2268
- }
2269
-
2270
- &.compact-row-height::before {
2271
- background: transparent url("../../assets/row_height_compact.svg")
2272
- no-repeat;
2273
- background-position: center;
2274
- }
2275
-
2276
- &.comfort-row-height::before {
2277
- background: transparent url("../../assets/row_height_comfort.svg")
2278
- no-repeat;
2279
- background-position: center;
2280
- }
2281
- }
2282
-
2283
- // table footer extra options
2284
-
2285
- .table-footer-section {
2286
- display: flex;
2287
- flex-direction: row;
2288
- align-items: center;
2289
- justify-content: space-between;
2290
- padding: 0 16px;
2291
- margin-top: 16px;
2292
- position: absolute;
2293
- bottom: 13px;
2294
- left: 0;
2295
- right: 174px;
2296
-
2297
- .table-footer-left-section {
2298
- display: flex;
2299
- align-items: center;
2300
- flex-wrap: wrap;
2301
- gap: 12px;
2302
- }
2303
-
2304
- .table-footer-center-section {
2305
- display: flex;
2306
- align-items: center;
2307
- flex-wrap: wrap;
2308
- gap: 12px;
2309
- }
2310
-
2311
- .table-footer-bottom-section {
2312
- display: flex;
2313
- align-items: center;
2314
- flex-wrap: wrap;
2315
- gap: 12px;
2316
- }
2317
- }
2318
-
2319
- .table-footer-section-without-pagination {
2320
- position: static;
2321
- width: 60%;
2322
- }
2323
-
2324
- .table-footer-section-with-only-pagination {
2325
- justify-content: flex-end;
2326
- }
2327
-
2328
- // .card-container {
2329
- // .table-footer-section {
2330
- // bottom: 30px;
2331
- // }
2332
- // }
2333
-
2334
- .ag-header-row .ag-header-cell:has(.ia-search-input-narrow) {
2335
- padding-inline: 2px;
2336
- }
2337
-
2338
- .card-container:has(.table-footer-section) {
2339
- padding-bottom: 0px !important;
2340
- }
2341
-
2342
- // nested table styles
2343
-
2344
- .nested-table-container {
2345
- margin: 16px;
2346
- }
2347
-
2348
- .select-button-container {
2349
- .ia-styles.ia-btn.ia-btn-outlined {
2350
- border-color: #c3c8d4;
2351
- color: #1f2b4d;
2352
-
2353
- & svg {
2354
- & path {
2355
- fill: #1f2b4d !important;
2356
- }
2357
- }
2358
- }
2359
- }
2360
-
2361
- .ag-cell-range-selected-1:not(.ag-cell-focus),
2362
- .ag-root:not(.ag-context-menu-open)
2363
- .ag-body-viewport:not(.ag-has-focus)
2364
- .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
2365
- background-color: transparent;
2366
- color: $mainFontColor;
2367
- }
2368
-
2369
- .ia-styles.ia-tabContainer
2370
- .ia-styles.ia-tabList
2371
- .ia-tab.MuiButtonBase-root
2372
- svg {
2373
- margin-right: 0px !important;
2374
- margin-left: 0px !important;
2375
-
2376
- &:hover {
2377
- path {
2378
- stroke: #3649c6;
2379
- }
2380
- }
2381
- }
2382
-
2383
- .ia-styles.ia-tabContainer
2384
- .ia-styles.ia-tabList
2385
- .ia-tab.MuiButtonBase-root.Mui-selected {
2386
- font-size: 16px !important;
2387
- gap: 8px !important;
2388
-
2389
- & svg {
2390
- & path {
2391
- stroke: #3649c6;
2392
- }
2393
- }
2394
- }
2395
-
2396
- .table-setting-columns-settings {
2397
- .css-78trlr-MuiButtonBase-root-MuiIconButton-root:hover {
2398
- background-color: transparent;
2399
- }
2400
-
2401
- .css-78trlr-MuiButtonBase-root-MuiIconButton-root {
2402
- padding: 0px !important;
2403
- }
2404
-
2405
- .impact-input-wrapper {
2406
- width: 268px;
2407
- }
2408
-
2409
- .table-setting-collapse-columns-container {
2410
- background-color: transparent !important;
2411
- }
2412
- }
2413
-
2414
- //Vertical Scroll
2415
- .ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible {
2416
- display: block !important;
2417
- }
2418
- }
2419
-
2420
- .ag-ltr .ag-header-group-cell-label.ag-sticky-label,
2421
- .ia-basic-table-layout .custom-ag-header-container .ag-header-cell-text {
2422
- color: $darkColor;
2423
- position: sticky;
2424
- top: 0;
2425
- left: 0;
2426
- right: 0;
2427
- z-index: 10;
2428
- }
2429
-
2430
- .ia-basic-table-layout.table-v32
2431
- .ag-header-cell
2432
- .ag-checkbox.ag-hidden
2433
- ~ .ag-header-cell-comp-wrapper {
2434
- .custom-ag-header-container .ag-header-cell-text {
2435
- line-height: 40px;
2436
- }
2437
- }
2438
-
2439
- .ia-basic-table-layout.table-v32
2440
- .ag-header-row
2441
- .ag-header-group-cell.ag-header-group-cell-with-group:nth-child(odd)::after {
2442
- position: absolute;
2443
- left: 0;
2444
- right: 0;
2445
- content: " ";
2446
- height: 2px;
2447
- bottom: 0;
2448
- background: $tableLavendarStroke;
2449
- }
2450
-
2451
- .ia-basic-table-layout.table-v32
2452
- .ag-header-row
2453
- .ag-header-group-cell.ag-header-group-cell-with-group:nth-child(even)::after {
2454
- position: absolute;
2455
- left: 0;
2456
- right: 0;
2457
- content: " ";
2458
- height: 2px;
2459
- bottom: 0;
2460
- background: $warningAlertIcon;
2461
- }
2462
-
2463
- .ag-ltr
2464
- .ag-cell-range-single-cell:not(:has(.ag-selection-checkbox)):focus-within {
2465
- // border: 1px solid $lightBlueColor !important;
2466
- // color: $primaryColor !important;
2467
- &:after {
2468
- content: " ";
2469
- position: absolute;
2470
- top: 0;
2471
- bottom: 0;
2472
- width: 3px;
2473
- background: $primaryColor;
2474
- left: 0;
2475
- }
2476
- }
2477
-
2478
- .density-menu-container {
2479
- position: absolute;
2480
- padding: 8px 6px;
2481
- box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
2482
- border-radius: 8px;
2483
- transition: all 200ms ease-in-out;
2484
- width: 240px;
2485
- background: $whiteColor;
2486
- left: -251px;
2487
- top: -6px;
2488
- // display: none;
2489
- }
2490
-
2491
- .density-menu-wrapper:hover {
2492
- .density-menu-container {
2493
- display: block;
2494
- }
2495
- }
2496
-
2497
- .density-menu-wrapper {
2498
- position: relative;
2499
- }
2500
-
2501
- .density-menu-item {
2502
- display: flex;
2503
- align-items: center;
2504
- justify-content: flex-start;
2505
- color: #1f2b4d;
2506
- cursor: pointer;
2507
- background-size: 14px;
2508
- background-position: 12px center;
2509
- padding-left: 32px;
2510
- height: 35px;
2511
- margin-bottom: 2px;
2512
-
2513
- &:hover {
2514
- background-color: #eceefd;
2515
- border-radius: 8px;
2516
- }
2517
- }
2518
-
2519
- .table-option-footer-wrapper {
2520
- display: flex;
2521
- flex-direction: column;
2522
- gap: 2px;
2523
- }
2524
-
2525
- .default_menu {
2526
- background: url("./../../assets/default.svg") no-repeat;
2527
- background-size: 12px;
2528
- background-position: center left 10px;
2529
-
2530
- &:hover,
2531
- &.selected {
2532
- background: $lightBlueColor url("./../../assets/default.svg") no-repeat;
2533
- background-size: 12px;
2534
- background-position: center left 10px;
2535
- border-radius: 8px;
2536
- }
2537
- }
2538
-
2539
- .compact_menu {
2540
- background: url("./../../assets/compact.svg") no-repeat;
2541
- background-size: 12px;
2542
- background-position: center left 10px;
2543
-
2544
- &:hover,
2545
- &.selected {
2546
- background: $lightBlueColor url("./../../assets/compact.svg") no-repeat;
2547
- background-size: 12px;
2548
- background-position: center left 10px;
2549
- border-radius: 8px;
2550
- }
2551
- }
2552
-
2553
- .comfort_menu {
2554
- background: url("./../../assets/comfort.svg") no-repeat;
2555
- background-size: 12px;
2556
- background-position: center left 10px;
2557
-
2558
- &:hover,
2559
- &.selected {
2560
- background: $lightBlueColor url("./../../assets/comfort.svg") no-repeat;
2561
- background-size: 12px;
2562
- background-position: center left 10px;
2563
- border-radius: 8px;
2564
- }
2565
- }
2566
-
2567
- // .comfort_menu:hover,.comfort_menu.selected{
2568
- // background: $lightBlueColor url('./../../assets/comfort-hover.svg') no-repeat;
2569
- // background-size: 12px;
2570
- // background-position: center left 10px;
2571
- // border-radius: 8px;
2572
- // }
2573
-
2574
- .ag-cell.ag-cell-range-selected:not(
2575
- .ag-cell-range-single-cell
2576
- ).ag-cell-range-left,
2577
- .ag-cell.ag-cell-range-selected:not(
2578
- .ag-cell-range-single-cell
2579
- ).ag-cell-range-bottom,
2580
- .ag-cell.ag-cell-range-selected:not(
2581
- .ag-cell-range-single-cell
2582
- ).ag-cell-range-top {
2583
- border: none;
2584
-
2585
- &::after {
2586
- content: " ";
2587
- position: absolute;
2588
- top: 0;
2589
- bottom: 0;
2590
- width: 3px;
2591
- background: #4259ee;
2592
- left: 0;
2593
- }
2594
- }
2595
-
2596
- .ag-cell-range-selected.ag-cell-range-left {
2597
- background-color: $destructiveSecondaryFocusOutline !important;
2598
-
2599
- &::after {
2600
- display: none;
2601
- }
2602
- }
2603
-
2604
- //CSS for table edits
2605
-
2606
- .cell-renderer.ag-cell-value:has(input) {
2607
- background: $destructiveSecondaryFocusOutline;
2608
- padding: 0 6px !important;
2609
-
2610
- &:hover {
2611
- background: $accordionBgBackground;
2612
- }
2613
- }
2614
-
2615
- .cell-renderer.ag-cell-value.ag-cell-focus:has(input) {
2616
- background: $destructiveSecondaryFocusOutline;
2617
- }
2618
-
2619
- .cell-renderer.ag-cell-value:has(.ia-select-main-container-v3) {
2620
- background: $destructiveSecondaryFocusOutline !important;
2621
- padding: 0 6px !important;
2622
- }
2623
-
2624
- .cell-renderer.ag-cell-value.ag-cell-focus:has(.ia-select-main-container-v3) {
2625
- background: $destructiveSecondaryFocusOutline !important;
2626
- }
2627
-
2628
- .cell-renderer.ag-cell-value input {
2629
- border: none !important;
2630
- text-overflow: ellipsis;
2631
- white-space: nowrap;
2632
- }
2633
-
2634
- .cell-renderer.ag-cell-value .impact_inputbox_container .MuiInputBase-root {
2635
- border: none;
2636
- }
2637
-
2638
- .cell-renderer.cell-renderer.ag-cell-value
2639
- .impact_inputbox_container_with_icons
2640
- .impact-input-wrapper {
2641
- border: none;
2642
- }
2643
-
2644
- .cell-renderer.ag-cell-value
2645
- .impact_inputbox_container
2646
- .MuiInputBase-root.Mui-focused {
2647
- border: none !important;
2648
- }
2649
-
2650
- .cell-renderer.ag-cell-value .ia-select-styled-dropdown-main-button {
2651
- border: none;
2652
- }
2653
-
2654
- .cell-renderer.ag-cell-value.compact-cell {
2655
- .impact_inputbox_container .MuiInputBase-root {
2656
- height: 24px;
2657
- }
2658
-
2659
- .impact_inputbox_container .MuiInputBase-input {
2660
- height: 24px;
2661
- }
2662
-
2663
- .impact-dateRangePicker-main-container .dateRangePicker-input-container {
2664
- height: 24px;
2665
- }
2666
-
2667
- .impact_inputbox_container_with_icons .impact-input-wrapper {
2668
- height: 24px;
2669
- }
2670
-
2671
- .impact_inputbox_container_with_icons .MuiInputBase-root {
2672
- height: 24px;
2673
- }
2674
-
2675
- .ia-select-styled-dropdown-main-button {
2676
- height: 24px;
2677
- }
2678
-
2679
- .impact-dateRangePicker-main-container
2680
- .dateRangePicker-input-container
2681
- .dateRangePicker-input-end-date {
2682
- background-size: 10px;
2683
- }
2684
-
2685
- .MuiChip-root {
2686
- height: 20px;
2687
- }
2688
-
2689
- .MuiChip-root .MuiChip-label {
2690
- font-size: 12px;
2691
- }
2692
-
2693
- .impact-datepicker-main-container {
2694
- .datePicker-input-container {
2695
- height: 24px;
2696
-
2697
- .impact-datepicker-date-input {
2698
- height: 24px;
2699
- }
2700
- }
2701
- }
2702
- }
2703
-
2704
- .cell-renderer {
2705
- .impact_inputbox_container_with_icons .impact-input-wrapper .left-input-icon {
2706
- display: none;
2707
- }
2708
-
2709
- .impact_inputbox_container_with_icons
2710
- .impact-input-wrapper
2711
- .right-input-icon {
2712
- display: none;
2713
- }
2714
-
2715
- .impact_inputbox_container_with_icons .impact-input-wrapper:hover {
2716
- .left-input-icon {
2717
- display: flex;
2718
- }
2719
-
2720
- .right-input-icon {
2721
- display: flex;
2722
- }
2723
- }
2724
-
2725
- .icon-click-on-disabled.impact_inputbox_container_with_icons
2726
- .impact-input-wrapper
2727
- .left-input-icon {
2728
- display: flex;
2729
- }
2730
-
2731
- .icon-click-on-disabled.impact_inputbox_container_with_icons
2732
- .impact-input-wrapper
2733
- .right-input-icon {
2734
- display: flex;
2735
- }
2736
-
2737
- .impact_inputbox_container_with_icons .impact-input-wrapper {
2738
- min-width: 0px;
2739
- }
2740
- }
2741
-
2742
- .cell-renderer {
2743
- .impact-datepicker-main-container {
2744
- .datePicker-input-container {
2745
- .impact-datepicker-date-input {
2746
- display: flex;
2747
- align-items: center;
2748
- }
2749
- }
2750
- }
2751
- }
2752
-
2753
- .ag-cell[col-id="checkbox"] {
2754
- &::after {
2755
- display: none;
2756
- }
2757
- }
2758
-
2759
- .MuiInputBase-root input:focus {
2760
- .right-input-icon {
2761
- display: block;
2762
- }
2763
- }
2764
-
2765
- .master_table_expandable {
2766
- .ag-details-row {
2767
- padding: 16px 24px;
2768
-
2769
- .ag-root {
2770
- border-left: none;
2771
- border-right: none;
2772
- }
2773
- }
2774
-
2775
- .ag-cell {
2776
- &:last-child {
2777
- border-right: none !important;
2778
- }
2779
- }
2780
-
2781
- .ag-header-cell {
2782
- &:last-child {
2783
- border-right: none !important;
2784
- }
2785
- }
2786
-
2787
- .ag-cell-focus {
2788
- background: $whiteColor;
2789
- }
2790
-
2791
- .ag-cell-focus:after {
2792
- content: " ";
2793
- position: absolute;
2794
- top: 0;
2795
- bottom: 0;
2796
- width: 3px;
2797
- background: #4259ee;
2798
- left: 0;
2799
- }
2800
- }
2801
-
2802
- .ag-icon-tree-open:hover,
2803
- .ag-icon-tree-closed:hover {
2804
- color: $primaryColor !important;
2805
- }
2806
-
2807
- .ia-basic-table-layout.table-v32 .ag-row-footer {
2808
- .ag-cell:hover {
2809
- background: transparent !important;
2810
- }
2811
-
2812
- .ag-cell-range-single-cell:after {
2813
- display: none;
2814
- }
2815
-
2816
- .ag-root:not(.ag-context-menu-open)
2817
- .ag-body-viewport:not(.ag-has-focus)
2818
- .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
2819
- background-color: transparent;
2820
- }
2821
-
2822
- .ag-cell-range-selected-1 {
2823
- background-color: transparent !important;
2824
- }
2825
- }
2826
-
2827
- .ia-table-search-header {
2828
- display: flex;
2829
- justify-content: space-between;
2830
- align-items: center;
2831
- gap: 8px;
2832
- }
2833
-
2834
- .ia-table-search-content {
2835
- display: flex;
2836
- flex-direction: column;
2837
- gap: 16px;
2838
- padding-top: 16px;
2839
- justify-content: space-between;
2840
-
2841
- .ia-table-search-content-title {
2842
- font-size: 14px;
2843
- font-weight: 500;
2844
- color: $inputInfoColor;
2845
- }
2846
-
2847
- .ia-table-search-content-body {
2848
- display: flex;
2849
- justify-content: space-between;
2850
- gap: 16px;
2851
- }
2852
-
2853
- .ia-table-search-content-footer {
2854
- display: flex;
2855
- gap: 16px;
2856
- }
2857
- }
2858
-
2859
- .MuiBadge-badge.MuiBadge-dot {
2860
- background: $destructiveBg !important;
2861
- }
2862
-
2863
- .ag-menu[role="presentation"] {
2864
- background: #fff;
2865
- border-radius: 8px;
2866
- box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25) !important;
2867
- border: none;
2868
- z-index: 99999;
2869
- padding: 10px;
2870
- margin-left: 13px;
2871
-
2872
- &:hover {
2873
- .ia-icon-div {
2874
- // visibility: visible;
2875
- }
2876
- }
2877
-
2878
- .settings-main-container {
2879
- background: url("../../assets/setting-table.svg") no-repeat;
2880
- background-position: 0 center;
2881
- width: 14px;
2882
- height: 14px;
2883
- padding-left: 20px;
2884
- color: $mainFontColor;
2885
- font-size: 12px;
2886
- font-weight: $normalFontWeight;
2887
- background-position: 16px center;
2888
-
2889
- .ag-menu-option-text {
2890
- padding-left: 24px;
2891
- }
2892
- }
2893
-
2894
- .format-main-container > span {
2895
- border-top: 1px solid #efefef;
2896
- }
2897
-
2898
- .format-main-container {
2899
- background: url("../../assets/format-icon.svg") no-repeat;
2900
- width: 14px;
2901
- height: 14px;
2902
- padding-left: 20px;
2903
- color: $mainFontColor;
2904
- font-size: 12px;
2905
- font-weight: $normalFontWeight;
2906
- background-position: 16px center;
2907
- background-size: 11px;
2908
-
2909
- .ag-menu-option-text {
2910
- padding-left: 24px;
2911
- }
2912
- }
2913
-
2914
- .ag-menu-separator {
2915
- display: none;
2916
- }
2917
-
2918
- .ag-menu-option-icon {
2919
- width: 10px;
2920
- padding-left: 0px;
2921
- }
2922
-
2923
- [aria-label="Context Menu"].ag-menu-option-icon {
2924
- padding-left: 12px;
2925
- }
2926
-
2927
- .ag-menu-option-active {
2928
- background-color: $whiteColor;
2929
- }
2930
-
2931
- .format-main-container > span {
2932
- border-top: 1px solid #efefef;
2933
- }
2934
-
2935
- .ag-icon-small-right::before {
2936
- content: " ";
2937
- background: url("../../assets/accordion-chevron.svg") no-repeat;
2938
- background-size: 12px;
2939
- width: 16px;
2940
- height: 16px;
2941
- display: block;
2942
- transform: rotate(-90deg);
2943
- }
2944
-
2945
- .ag-menu-option {
2946
- .ag-icon-tick {
2947
- padding-left: 16px;
2948
- }
2949
-
2950
- &:not(
2951
- .ag-menu-option-disabled,
2952
- .format-main-container,
2953
- .settings-main-container
2954
- ):hover {
2955
- cursor: pointer;
2956
- }
2957
- }
2958
-
2959
- .ag-menu-list {
2960
- padding-bottom: 10px;
2961
- }
2962
-
2963
- .ag-header-icon {
2964
- .ag-icon-menu {
2965
- display: none;
2966
- }
2967
- }
2968
-
2969
- .ag-header-cell:hover {
2970
- .ag-header-icon {
2971
- .ag-icon-menu {
2972
- display: block;
2973
- }
2974
- }
2975
- }
2976
- }
2977
-
2978
- .ag-popup-child[aria-label="SubMenu"] {
2979
- .ag-icon::before {
2980
- position: relative;
2981
- left: -10px;
2982
- }
2983
- }
2984
-
2985
- .ag-header-row-column-group {
2986
- .ag-header-group-cell-with-group {
2987
- .ag-header-cell-comp-wrapper {
2988
- .ag-sticky-label {
2989
- padding-inline: 20px;
2990
- }
2991
- }
2992
- }
2993
- }
2994
-
2995
- //save view modal
2996
-
2997
- .save-view-modal.ia_modalPopover {
2998
- .ia_modalBody {
2999
- padding-top: 16px;
3000
- padding-bottom: 60px;
3001
- overflow: hidden;
3002
-
3003
- .save-view-modal-children-header {
3004
- display: flex;
3005
- justify-content: center;
3006
- align-items: center;
3007
- height: 36px;
3008
- background: $saveViewModalHeaderBgColor;
3009
- border-radius: 4px;
3010
- padding: 4px 6px;
3011
-
3012
- .save-view-modal-children-header-text {
3013
- font-size: $normalFontSize;
3014
- font-weight: $normalFontSize;
3015
- color: $yellowBadgeDark;
3016
- }
3017
- }
3018
-
3019
- .save-view-modal-children-body {
3020
- margin-top: 24px;
3021
-
3022
- .impact_inputbox_container {
3023
- width: 100%;
3024
-
3025
- & > label {
3026
- line-height: 16px;
3027
- }
3028
- }
3029
-
3030
- .save-view-modal-children-body-radio-group {
3031
- margin-top: 20px;
3032
- display: flex;
3033
- flex-direction: column;
3034
- gap: 12px;
3035
-
3036
- .save-view-modal-children-body-radio-group-text {
3037
- font-size: $normalFontSize;
3038
- font-weight: $normalFontWeight;
3039
- color: $textButtonFontColor;
3040
- height: 16px;
3041
- }
3042
-
3043
- .MuiFormGroup-root.orientation-row {
3044
- height: 20px;
3045
-
3046
- .MuiFormControlLabel-root {
3047
- margin-inline: 0px;
3048
- }
3049
- }
3050
- }
3051
-
3052
- .save-view-modal-children-body-checkbox {
3053
- margin-top: 24px;
3054
- width: auto;
3055
- }
3056
-
3057
- .save-view-modal-children-body-replace-view {
3058
- margin-top: 38px;
3059
- display: flex;
3060
- justify-content: center;
3061
- align-items: center;
3062
-
3063
- & > span {
3064
- font-size: $smallFontSize;
3065
- font-weight: $normalFontWeight;
3066
- color: $lightGrayColor;
3067
- position: relative;
3068
- height: 16px;
3069
-
3070
- &::before {
3071
- left: -138px;
3072
- position: absolute;
3073
- content: "";
3074
- background: $disabledSecondaryBorder;
3075
- height: 1px;
3076
- right: 156px;
3077
- top: 11px;
3078
- }
3079
-
3080
- &::after {
3081
- left: 156px;
3082
- position: absolute;
3083
- content: "";
3084
- background: $disabledSecondaryBorder;
3085
- height: 1px;
3086
- top: 11px;
3087
- right: -138px;
3088
- }
3089
- }
3090
- }
3091
-
3092
- .save-view-modal-children-body-replace-view-select {
3093
- margin-top: 28px;
3094
-
3095
- .ia-select-label-v3 {
3096
- line-height: 16px;
3097
- }
3098
- }
3099
- }
3100
- }
3101
- }
3102
-
3103
- .comments-portal-container {
3104
- background-color: $whiteColor;
3105
- border-radius: 0px 16px 16px 16px;
3106
-
3107
- &.left {
3108
- border-radius: 16px 0px 16px 16px;
3109
- }
3110
-
3111
- box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1);
3112
- width: 350px;
3113
- display: flex;
3114
- flex-direction: column;
3115
-
3116
- &.clickable {
3117
- cursor: pointer;
3118
- }
3119
- }
3120
-
3121
- // .comments-portal-list {
3122
- // overflow-y: auto;
3123
- // flex-grow: 1;
3124
- // }
3125
-
3126
- .comments-portal-header {
3127
- padding: 11px 12px;
3128
- display: flex;
3129
- justify-content: space-between;
3130
- align-items: center;
3131
- background-color: $whiteColor;
3132
- border-bottom: 1px solid $disabledSecondaryBorder;
3133
- border-radius: 0 16px 0 0;
3134
-
3135
- &.left {
3136
- border-radius: 16px 0 0 0;
3137
- }
3138
-
3139
- .comments-portal-header-inner {
3140
- display: flex;
3141
- justify-content: space-between;
3142
- align-items: center;
3143
- width: 100%;
3144
- }
3145
-
3146
- h3 {
3147
- font-size: 14px;
3148
- font-weight: 800;
3149
- color: $darkColor;
3150
- }
3151
-
3152
- .comments-portal-header-buttons {
3153
- display: flex;
3154
- align-items: center;
3155
- gap: 12px;
3156
-
3157
- .comment-close {
3158
- svg {
3159
- padding: 2px;
3160
- }
3161
- }
3162
- }
3163
- }
3164
-
3165
- .comments-portal-list {
3166
- flex: 1;
3167
- overflow-y: auto;
3168
- padding: 16px;
3169
- gap: 16px;
3170
- display: flex;
3171
- flex-direction: column;
3172
- }
3173
-
3174
- .comment-item-row-1 {
3175
- display: flex;
3176
- justify-content: space-between;
3177
- align-items: center;
3178
- gap: 4px;
3179
- width: 100%;
3180
- }
3181
-
3182
- .comment-item-author-section {
3183
- display: flex;
3184
- align-items: center;
3185
- }
3186
-
3187
- .comment-item-author-name {
3188
- font-size: 14px;
3189
- font-weight: 600;
3190
- line-height: 21px;
3191
- padding-left: 5.5px;
3192
- padding-right: 4px;
3193
- }
3194
-
3195
- .comment-item-timestamp {
3196
- font-size: 12px;
3197
- font-weight: 500;
3198
- line-height: 15px;
3199
- color: #60697d;
3200
- }
3201
-
3202
- .comment-item-row-2 {
3203
- display: flex;
3204
- align-items: center;
3205
- padding-top: 8.5px;
3206
- }
3207
-
3208
- .comment-item-avatar-placeholder {
3209
- width: 24px;
3210
- height: 24px;
3211
- opacity: 0;
3212
- }
3213
-
3214
- .comment-item-text {
3215
- font-size: 14px;
3216
- font-weight: 500;
3217
- line-height: 20px;
3218
- color: #0d152c;
3219
- padding-left: 32px;
3220
- word-wrap: break-word; // Allow long words to break
3221
- word-break: break-word; // Break long words if necessary
3222
- overflow-wrap: break-word; // Modern property for word breaking
3223
- white-space: pre-wrap; // Preserve whitespace and wrap text
3224
- max-width: 100%; // Ensure it doesn't exceed container width
3225
- box-sizing: border-box; // Include padding in width calculation
3226
-
3227
- span.mention {
3228
- color: #4259ee;
3229
- }
3230
- }
3231
-
3232
- .comment-edit-input-wrapper {
3233
- padding-left: 20px;
3234
- width: 100%;
3235
- box-sizing: border-box;
3236
-
3237
- .no-comments-container {
3238
- display: flex;
3239
- flex-direction: column;
3240
- align-items: flex-end;
3241
-
3242
- // width: auto;
3243
- .comment-input-wrapper {
3244
- border: 1px solid #c3c8d4;
3245
- border-radius: 8px;
3246
- }
3247
- }
3248
-
3249
- .no-comments-container.in-portal {
3250
- width: auto;
3251
- }
3252
- }
3253
-
3254
- .comment-edit-input {
3255
- width: 100%;
3256
- font-size: 14px;
3257
- font-weight: 500;
3258
- line-height: 1.4285714285714286em;
3259
- color: #0d152c;
3260
- border: 1px solid #4259ee;
3261
- border-radius: 4px;
3262
- padding: 4px 8px;
3263
- background-color: #fff;
3264
- font-family: $fontFamily;
3265
- box-sizing: border-box;
3266
- outline: none;
3267
-
3268
- &:focus {
3269
- border-color: #4259ee;
3270
- box-shadow: 0 0 0 2px rgba(66, 89, 238, 0.1);
3271
- }
3272
-
3273
- &::placeholder {
3274
- color: $lightGrayColor;
3275
- }
3276
- }
3277
-
3278
- .add-comment-section {
3279
- display: flex;
3280
- align-items: flex-start;
3281
- padding: 16px;
3282
- padding-top: 0px;
3283
-
3284
- .no-comments-container .comment-input-wrapper {
3285
- border: 1px solid $secondaryColor;
3286
- border-radius: 8px;
3287
- }
3288
- }
3289
-
3290
- .no-comments-container {
3291
- display: flex;
3292
- align-items: flex-start; // Changed from center to flex-start for better textarea alignment
3293
- overflow: hidden; // Prevent container overflow
3294
-
3295
- .impact-input-wrapper {
3296
- padding: 16px;
3297
- }
3298
-
3299
- &.in-portal {
3300
- width: 100%;
3301
- margin-left: 10px;
3302
- gap: 0px;
3303
- max-height: 182px; // Ensure portal version respects max height
3304
- }
3305
-
3306
- &.as-banner {
3307
- position: fixed;
3308
- background-color: #fff;
3309
- border-radius: 8px;
3310
- box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
3311
- z-index: 9999;
3312
- min-width: 180px;
3313
- max-height: 182px; // Ensure banner version respects max height
3314
- }
3315
-
3316
- .no-comments-input {
3317
- flex: 1;
3318
- }
3319
-
3320
- .comment-input-wrapper {
3321
- display: flex;
3322
- align-items: flex-end;
3323
- width: 265px;
3324
- max-height: 182px;
3325
- overflow: hidden; // Prevent wrapper overflow
3326
- transition: all 0.2s ease-in-out;
3327
- padding: 4px 12px;
3328
- border: 1px solid $primaryColor;
3329
- border-radius: 8px;
3330
- gap: 2px;
3331
- }
3332
-
3333
- .comment-input-wrapper.stacked {
3334
- flex-direction: column;
3335
- align-items: stretch;
3336
- }
3337
-
3338
- .comment-input-wrapper.empty {
3339
- flex-direction: row;
3340
- align-items: flex-end;
3341
- }
3342
-
3343
- .comment-input-wrapper.single-line-textarea {
3344
- align-items: center;
3345
- }
3346
-
3347
- .comments-textarea {
3348
- flex: 1;
3349
- resize: none;
3350
- border: none;
3351
- outline: none;
3352
- font-size: 14px;
3353
- padding: 0;
3354
- background: transparent;
3355
- line-height: 160%;
3356
- overflow-y: hidden;
3357
- max-height: 130px;
3358
- min-height: 20px; // Ensure minimum height for single line
3359
- font-family: $fontFamily;
3360
- font-weight: 400;
3361
- color: $mainFontColor;
3362
-
3363
- &::placeholder {
3364
- color: $lightGrayColor;
3365
- }
3366
-
3367
- transition: all 0.2s ease-in-out;
3368
- }
3369
-
3370
- .comments-textarea.scrollable {
3371
- overflow-y: auto;
3372
- }
3373
- }
3374
-
3375
- #ia-select-option-dropdown-container {
3376
- .ia-select-button-clear-icon {
3377
- right: 27px;
3378
- }
3379
- }
3380
-
3381
- // List view (virtualized) — capsule rows + 12px spacing
3382
- .list-mode-enabled.list-view {
3383
- .left-input-icon {
3384
- height: 16px;
3385
- }
3386
-
3387
- .ag-pinned-left-header {
3388
- border-right: none !important;
3389
- }
3390
-
3391
- .ag-center-cols-container {
3392
- padding-left: 2px !important;
3393
- }
3394
-
3395
- .list-view-wrapper {
3396
- height: var(--ag-grid-height);
3397
-
3398
- // Override checkbox left margin from lines 325-328 and set custom width/padding
3399
- .ag-header-cell,
3400
- .ag-header-group-cell {
3401
- &[col-id="__checkbox"] {
3402
- padding: 0 20px !important;
3403
-
3404
- .ag-checkbox {
3405
- left: 0 !important;
3406
- width: 16px !important;
3407
-
3408
- .ag-checkbox-input-wrapper {
3409
- width: 16px !important;
3410
- height: 16px !important;
3411
- }
3412
- }
3413
- }
3414
- }
3415
-
3416
- .ag-header-cell .ag-checkbox {
3417
- left: 0 !important;
3418
- margin: 0 !important;
3419
- }
3420
-
3421
- // Apply same styling to row cells
3422
- .ag-row .ag-cell {
3423
- &[col-id="checkbox"] {
3424
- padding: 0 20px !important;
3425
- display: flex;
3426
- align-items: center;
3427
- justify-content: center;
3428
- border-right: none !important;
3429
-
3430
- .ag-checkbox {
3431
- width: 16px !important;
3432
-
3433
- .ag-checkbox-input-wrapper {
3434
- width: 16px !important;
3435
- height: 16px !important;
3436
- }
3437
- }
3438
- }
3439
- }
3440
-
3441
- // Auto-align Input and Select components in list view cells (descendant selectors)
3442
- // .ag-row .ag-cell .css-1nrlq1o-MuiFormControl-root {
3443
- // height: 32px !important;
3444
- // display: flex !important;
3445
- // align-items: center !important;
3446
-
3447
- // .MuiInputBase-root {
3448
- // height: 32px !important;
3449
-
3450
- // input.MuiInputBase-input {
3451
- // height: 32px !important;
3452
- // }
3453
- // }
3454
- // }
3455
-
3456
- .ag-root-wrapper {
3457
- padding: 0px 12px;
3458
-
3459
- // padding-top: 0px;
3460
- .ag-root {
3461
- border: none;
3462
-
3463
- .ag-header {
3464
- margin-bottom: 12px;
3465
- }
3466
- }
3467
-
3468
- .ag-body {
3469
- .ag-body-viewport {
3470
- scrollbar-width: none !important;
3471
- // Override AG Grid's width calculation when scrollbars are hidden
3472
- width: 100% !important;
3473
- }
3474
- }
3475
- }
3476
- }
3477
-
3478
- // ---- global AG wrappers ----
3479
- .ag-root,
3480
- .ag-root-wrapper-body,
3481
- .ag-center-cols-clipper,
3482
- .ag-center-cols-viewport {
3483
- border: none;
3484
- box-shadow: none;
3485
- background: transparent;
3486
- }
3487
-
3488
- .ag-root-wrapper {
3489
- &::before {
3490
- content: "";
3491
- display: none !important;
3492
- width: 100%;
3493
- height: 0px;
3494
- background: var(--ag-border-color);
3495
- position: absolute;
3496
- top: 0px;
3497
- z-index: 1;
3498
- left: 0;
3499
- }
3500
- }
3501
-
3502
- // center viewport should allow smooth scroll while keeping virtualized behavior
3503
- .ag-center-cols-viewport {
3504
- overflow-x: auto;
3505
- overflow-y: auto;
3506
- }
3507
-
3508
- // header
3509
- .ag-header {
3510
- background: $textButtonPrimaryBg;
3511
- border-radius: 8px;
3512
-
3513
- .ag-header-cell {
3514
- background: transparent;
3515
- border: none !important;
3516
-
3517
- // Vector 64 - Vertical separator (exclude last child)
3518
- &:not(.ag-column-last)::after {
3519
- content: "";
3520
- margin: 0 auto;
3521
- width: 0px;
3522
- height: 24px;
3523
- border: 1px solid $disabledSecondaryBorder;
3524
-
3525
- /* Inside auto layout */
3526
- flex: none;
3527
- order: 1;
3528
- flex-grow: 0;
3529
-
3530
- position: absolute;
3531
- right: 0;
3532
- top: 50%;
3533
- transform: translateY(-50%);
3534
- }
3535
-
3536
- font-weight: 700;
3537
- font-size: 14px;
3538
- display: flex;
3539
- align-items: center;
3540
- justify-content: flex-start;
3541
- box-sizing: border-box;
3542
- height: 40px;
3543
- padding: 0 20px;
3544
-
3545
- &.ag-header-cell-sortable {
3546
- cursor: pointer;
3547
- }
3548
-
3549
- .ag-header-cell-resize::after {
3550
- display: none;
3551
- }
3552
-
3553
- // &:first-child {
3554
- // // border-right: none !important;
3555
- // padding: 0px 20px;
3556
- // }
3557
- &:last-child {
3558
- padding-right: 26px !important;
3559
- }
3560
- }
3561
-
3562
- .ag-header-cell-text {
3563
- color: $chatBotTextColor;
3564
- // font-family: "Manrope", sans-serif;
3565
- }
3566
- }
3567
-
3568
- // ---- row & cell layout: capsule style ----
3569
- // AG Grid will keep using transform for virtualization; margin-bottom gives visual spacing
3570
- .ag-row {
3571
- // width: 100%;
3572
- // background: $whiteColor;
3573
- border: 1px solid $disabledSecondaryBorder !important;
3574
- border-radius: 8px;
3575
- // box-sizing: border-box;
3576
- // display: flex;
3577
- // align-items: center;
3578
- // transition: background 120ms, border-color 120ms;
3579
- // overflow: visible;
3580
- // will-change: transform;
3581
- // padding: 0 16px;
3582
- // margin: 0;
3583
-
3584
- &:hover {
3585
- background: $lightBlueColor;
3586
- border-color: $disabledSecondaryBorder;
3587
- }
3588
-
3589
- &.ag-row-selected {
3590
- // background: $lightBlueColor !important;
3591
- border: 1px solid $accordionBgBackground !important;
3592
- border-radius: 8px !important;
3593
-
3594
- &::before {
3595
- position: relative;
3596
- }
3597
- }
3598
-
3599
- // Dynamic row height classes based on content
3600
- &.list-row-with-image {
3601
- height: 72px !important;
3602
- min-height: 72px !important;
3603
- max-height: 72px !important;
3604
- }
3605
-
3606
- &.list-row-without-image {
3607
- height: 48px !important;
3608
- min-height: 48px !important;
3609
- max-height: 48px !important;
3610
- }
3611
- }
3612
-
3613
- // Keep row heights controlled by getRowHeight; this line only influences inline alignment
3614
- .ag-theme-alpine .ag-cell {
3615
- line-height: normal !important;
3616
- }
3617
-
3618
- // ---- cell styling ----
3619
- .ag-root-wrapper .ag-center-cols-container .ag-cell {
3620
- display: flex;
3621
- align-items: center;
3622
- justify-content: flex-start;
3623
- padding: 0 19px;
3624
- background: transparent !important;
3625
- border: 1px solid transparent !important; // Transparent border to prevent layout shift
3626
- font-size: 14px;
3627
- box-sizing: border-box;
3628
- min-width: 0; // important for flex children to shrink
3629
- overflow: visible;
3630
- // height now set dynamically per row via getRowStyle based on image detection
3631
- }
3632
-
3633
- // Plain text values: ellipsis
3634
- .ag-cell .ag-cell-value {
3635
- white-space: nowrap;
3636
- overflow: hidden;
3637
- text-overflow: ellipsis;
3638
- display: block;
3639
- width: 100%;
3640
- color: $mainFontColor;
3641
- font-weight: 500;
3642
- }
3643
-
3644
- // Custom renderer / components should wrap and not be truncated
3645
- .ag-cell > *:not(.ag-cell-value) {
3646
- flex: 1 1 auto;
3647
- max-width: 100%;
3648
- overflow: visible;
3649
- white-space: normal;
3650
- }
3651
-
3652
- // ensure all children respect flex shrinking
3653
- // .ag-cell input, .ag-cell select, .ag-cell img, .ag-cell svg {
3654
- // max-width: 100% !important;
3655
- // min-width: 0 !important;
3656
- // box-sizing: border-box;
3657
- // font-family: "Manrope", sans-serif;
3658
- // }
3659
-
3660
- // small inline items (icons, checkboxes, images) keep natural size
3661
- // .ag-cell svg,
3662
- // .ag-cell img,
3663
- // .ag-cell .ag-icon,
3664
- // .ag-cell .ag-selection-checkbox,
3665
- // .ag-cell button.ag-icon {
3666
- // max-width: unset !important;
3667
- // flex: 0 0 auto;
3668
- // width: auto;
3669
- // }
3670
-
3671
- // Cell focus styling - only show border when element has actual browser focus
3672
- // .ag-root-wrapper .ag-center-cols-container .ag-cell:focus {
3673
- // border: 1px solid $primaryColor !important;
3674
- // outline: none;
3675
- // }
3676
-
3677
- // Override AG Grid's focus class to ensure it doesn't interfere
3678
- .ag-root-wrapper
3679
- .ag-center-cols-container
3680
- .ag-cell.ag-cell-focus:not(:focus) {
3681
- border: 1px solid transparent !important;
3682
- }
3683
-
3684
- // Selection styling (for range selection)
3685
- .ag-root-wrapper
3686
- .ag-center-cols-container
3687
- .ag-cell.ag-cell-range-single-cell.ag-cell-range-selected:not(
3688
- [col-id="checkbox"]
3689
- ) {
3690
- border: 1px solid $primaryColor !important;
3691
- outline: none;
3692
- }
3693
-
3694
- .ag-root-wrapper
3695
- .ag-center-cols-container
3696
- .ag-cell.ag-cell-range-selected.ag-cell-range-single-cell.ag-column-last {
3697
- border-top-right-radius: 8px;
3698
- border-bottom-right-radius: 8px;
3699
- }
3700
- .ag-root-wrapper
3701
- .ag-center-cols-container
3702
- .ag-cell.ag-cell-range-selected.ag-cell-range-single-cell.ag-column-first {
3703
- border-top-left-radius: 8px;
3704
- border-bottom-left-radius: 8px;
3705
- }
3706
-
3707
- // fixed checkbox column width (pinned left behavior supported)
3708
- .ag-cell .ag-selection-checkbox {
3709
- left: 0px;
3710
- margin: 0;
3711
- }
3712
-
3713
- // pinned left container: stack like cards (visual spacing)
3714
- .ag-pinned-left-cols-container {
3715
- display: flex;
3716
- flex-direction: column;
3717
- border-right: none !important;
3718
- }
3719
-
3720
- // image renderer
3721
- .ia-image-renderer {
3722
- width: 46px;
3723
- height: 46px;
3724
- border-radius: 6px;
3725
- object-fit: cover;
3726
- display: block;
3727
- flex: 0 0 auto;
3728
- }
3729
-
3730
- .ia-image-placeholder {
3731
- width: 46px;
3732
- height: 46px;
3733
- border-radius: 8px;
3734
- background-color: $menuBorderColor;
3735
- flex: 0 0 auto;
3736
- }
3737
-
3738
- // remove AG Grid focus ring visuals - keep accessible focus where needed
3739
- .ag-cell-focus,
3740
- .ag-cell:focus,
3741
- .ag-cell:focus-within,
3742
- .ag-cell.ag-cell-focus {
3743
- outline: none;
3744
- box-shadow: none;
3745
- border: none; // Commented out to allow custom focus borders in list-mode
3746
- }
3747
-
3748
- .ag-cell-focus::after,
3749
- .ag-cell:focus::after,
3750
- .ag-cell:focus-within::after {
3751
- content: none;
3752
- display: none;
3753
- }
3754
-
3755
- // kill selection pseudo elements that produce blue bars
3756
- .ag-cell.ag-cell-range-selected::after,
3757
- .ag-cell.ag-cell-range-single-cell::after,
3758
- .ag-cell.ag-cell-range-top::after,
3759
- .ag-cell.ag-cell-range-bottom::after,
3760
- .ag-cell.ag-cell-range-left::after,
3761
- .ag-cell.ag-cell-range-right::after {
3762
- content: none;
3763
- }
3764
-
3765
- // header cell visual rounding
3766
- .ag-header .ag-header-cell:first-child {
3767
- border-top-left-radius: 8px;
3768
- border-bottom-left-radius: 8px;
3769
- }
3770
-
3771
- .ag-header .ag-header-cell:last-child {
3772
- overflow: hidden;
3773
- }
3774
- }
3775
-
3776
- // Advance Sort Modal
3777
- .advance-sort-modal {
3778
- .advance-sort-modal-body {
3779
- display: flex;
3780
- flex-direction: column;
3781
- gap: 12px;
3782
- }
3783
-
3784
- .advance-sort-section-header {
3785
- display: flex;
3786
- justify-content: space-between;
3787
- align-items: center;
3788
- }
3789
-
3790
- .advance-sort-section-title {
3791
- font-size: 14px;
3792
- font-weight: 700;
3793
- color: $darkColor;
3794
- }
3795
-
3796
- .advance-sort-rows {
3797
- display: flex;
3798
- flex-direction: column;
3799
- gap: 12px;
3800
- }
3801
-
3802
- .advance-sort-row {
3803
- display: flex;
3804
- align-items: center;
3805
- justify-content: space-between;
3806
- padding: 12px;
3807
- background: white;
3808
- border-radius: 8px;
3809
- cursor: grab;
3810
- box-shadow: 0px 0px 4px 0px #0000001f;
3811
-
3812
- &:active {
3813
- cursor: grabbing;
3814
- }
3815
- }
3816
-
3817
- .advance-sort-row-content {
3818
- display: flex;
3819
- align-items: center;
3820
- gap: 12px;
3821
- .advance-sort-drag-indicator {
3822
- color: $textButtonFontColor;
3823
- height: 1.25em;
3824
- margin-top: 26px;
3825
- }
3826
- }
3827
-
3828
- .advance-sort-field-group {
3829
- display: flex;
3830
- align-items: center;
3831
- gap: 16px;
3832
- }
3833
-
3834
- .advance-sort-priority-group {
3835
- display: flex;
3836
- align-items: center;
3837
- gap: 12px;
3838
- .divider-line {
3839
- height: 12px;
3840
- width: 1px;
3841
- background: $disabledSecondaryBorder;
3842
- }
3843
- }
3844
-
3845
- .advance-sort-footer-actions {
3846
- display: flex;
3847
- gap: 12px;
3848
- align-items: center;
3849
- .advance-sort-add-level-button {
3850
- .ia-btn-icon {
3851
- margin-bottom: 6px;
3852
- svg {
3853
- width: 12px;
3854
- height: 12px;
3855
- }
3856
- }
3857
- }
3858
- }
3859
- }