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.
- package/MIGRATION_GUIDE.md +328 -0
- package/README.md +154 -15
- package/bin/migrate-image-paths.cjs +127 -0
- package/bin/migrate.js +293 -0
- package/codemods/component-map.js +153 -0
- package/codemods/image-paths-transform.js +69 -0
- package/codemods/transform.js +136 -0
- package/dist/components/Accordion/index.js +2 -1
- package/dist/components/AccordionModern/index.js +2 -1
- package/dist/components/Alert/index.js +2 -1
- package/dist/components/Avatar/index.js +2 -1
- package/dist/components/Badge/filled/filledIconLabelBadges/index.js +2 -1
- package/dist/components/Badge/filled/filledOnlyIconBadges/index.js +2 -1
- package/dist/components/Badge/filled/filledOnlyLabelBadges/index.js +2 -1
- package/dist/components/Badge/index.js +3 -2
- package/dist/components/Badge/stroke/strokeIconLabelBadges/index.js +2 -1
- package/dist/components/Badge/stroke/strokeOnlyIconBadges/index.js +2 -1
- package/dist/components/Badge/stroke/strokeOnlyLabelBadges/index.js +2 -1
- package/dist/components/Badge/subtle/subtleIOnlyIconBadges/index.js +2 -1
- package/dist/components/Badge/subtle/subtleIconLabelBadges/index.js +2 -1
- package/dist/components/Badge/subtle/subtleOnlyLabelBadges/index.js +2 -1
- package/dist/components/BottomSheet/index.js +2 -1
- package/dist/components/Breadcrumbs/index.js +2 -1
- package/dist/components/Button/index.js +2 -1
- package/dist/components/ButtonGroup/index.js +2 -1
- package/dist/components/Card/index.js +2 -1
- package/dist/components/Chart/index.js +2 -1
- package/dist/components/Chatbot/index.js +2 -1
- package/dist/components/Checkbox/index.js +2 -1
- package/dist/components/Chips/index.js +2 -1
- package/dist/components/CreateItemFlow/index.js +2 -1
- package/dist/components/DatePicker/datePickerDropdown.js +2 -1
- package/dist/components/DatePicker/index.js +3 -2
- package/dist/components/DateRangePicker/dateRangePickerDropdown.js +2 -1
- package/dist/components/DateRangePicker/index.js +3 -2
- package/dist/components/DynamicLayout/index.js +2 -1
- package/dist/components/EmptyState/EmptyStateImage.d.ts.map +1 -1
- package/dist/components/EmptyState/EmptyStateImage.js +3 -2
- package/dist/components/EmptyState/index.js +2 -1
- package/dist/components/FileUpload/index.js +2 -1
- package/dist/components/FilterPanel/index.js +2 -1
- package/dist/components/FiltersStrip/index.js +2 -1
- package/dist/components/Header/index.js +2 -1
- package/dist/components/HomePage/index.js +2 -1
- package/dist/components/Input/index.js +2 -1
- package/dist/components/Loader/index.js +2 -1
- package/dist/components/Menu/IconMenuItem.js +2 -1
- package/dist/components/Menu/MenuHeaderInfo.js +2 -1
- package/dist/components/Menu/NestedMenuItem.js +2 -1
- package/dist/components/Menu/index.js +2 -1
- package/dist/components/Menu/nestedMenuItemsFromObject.js +2 -1
- package/dist/components/Modal/index.js +2 -1
- package/dist/components/Notification/NotificationBody/NotificationList/NotificationList.js +2 -1
- package/dist/components/Notification/index.js +2 -1
- package/dist/components/Panel/index.js +2 -1
- package/dist/components/Popover/index.js +2 -1
- package/dist/components/ProgressBar/index.js +2 -1
- package/dist/components/Prompt/index.js +2 -1
- package/dist/components/RadioButtonGroup/index.js +2 -1
- package/dist/components/Select/index.js +2 -1
- package/dist/components/Sidebar/index.js +2 -1
- package/dist/components/Slider/index.js +2 -1
- package/dist/components/Stepper/index.js +2 -1
- package/dist/components/Switch/index.js +2 -1
- package/dist/components/Table/TableImpl.js +4 -3
- package/dist/components/TableChat/EmptyContainer.js +2 -1
- package/dist/components/TableChat/TableChatSidePanel.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.js +2 -1
- package/dist/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.js +2 -1
- package/dist/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.js +2 -1
- package/dist/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.js +2 -1
- package/dist/components/TableChat/components/TableChatRightSection/TableChatRightSection.js +2 -1
- package/dist/components/TableChat/components/TextEditor/EditorToolbar.js +2 -1
- package/dist/components/TableChat/components/TextEditor/Mention.js +2 -1
- package/dist/components/TableChat/components/TextEditor/MentionList.js +2 -1
- package/dist/components/Tabs/index.js +2 -1
- package/dist/components/Tag/index.js +2 -1
- package/dist/components/TagGroup/index.js +2 -1
- package/dist/components/TextArea/index.js +2 -1
- package/dist/components/Toast/index.js +2 -1
- package/dist/components/Tooltip/index.js +2 -1
- package/dist/components/common/HelperText/index.js +2 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +0 -1
- package/dist/mcp-component-registry.json +1 -1
- package/dist/styles/entry.d.ts +2 -0
- package/dist/styles/entry.d.ts.map +1 -0
- package/dist/styles/entry.js +1 -0
- package/dist/styles/style.css +1 -1
- package/eslint-plugin/index.js +91 -0
- package/eslint-plugin/rules/no-barrel-import.js +224 -0
- package/package.json +153 -89
- package/dist/0db32db10ae1525f.svg +0 -9
- package/dist/2bc76319b1fa572e.svg +0 -9
- package/dist/39d49e4daed1a992.svg +0 -9
- package/dist/44beedf64dc29d19.svg +0 -9
- package/dist/49a4f914058314f1.svg +0 -9
- package/dist/6fc8a59d621a04a1.svg +0 -13
- package/dist/78f845dcfc981491.svg +0 -9
- package/dist/b31c0c2a19c1c19a.svg +0 -9
- package/dist/index.js +0 -308
- package/dist/index.js.map +0 -1
- package/src/components/Accordion/Accordion.styles.scss +0 -118
- package/src/components/Accordion/index.js +0 -104
- package/src/components/AccordionModern/AccordionModern.styles.scss +0 -121
- package/src/components/AccordionModern/SortableAccordionComp.js +0 -156
- package/src/components/AccordionModern/index.js +0 -103
- package/src/components/Alert/Alert.styles.scss +0 -131
- package/src/components/Alert/index.js +0 -71
- package/src/components/Avatar/Avatar.styles.scss +0 -25
- package/src/components/Avatar/index.js +0 -58
- package/src/components/Badge/Badges.style.scss +0 -55
- package/src/components/Badge/filled/filledIconLabelBadges/filledIconLabelBadges.styles.scss +0 -32
- package/src/components/Badge/filled/filledIconLabelBadges/index.js +0 -38
- package/src/components/Badge/filled/filledOnlyIconBadges/filledOnlyIconBadges.styles.scss +0 -26
- package/src/components/Badge/filled/filledOnlyIconBadges/index.js +0 -31
- package/src/components/Badge/filled/filledOnlyLabelBadges/filledOnlyLabelBadges.styles.scss +0 -66
- package/src/components/Badge/filled/filledOnlyLabelBadges/index.js +0 -31
- package/src/components/Badge/filled/index.js +0 -30
- package/src/components/Badge/index.js +0 -53
- package/src/components/Badge/stroke/index.js +0 -43
- package/src/components/Badge/stroke/strokeIconLabelBadges/index.js +0 -38
- package/src/components/Badge/stroke/strokeIconLabelBadges/strokeIconLabelBadges.styles.scss +0 -33
- package/src/components/Badge/stroke/strokeOnlyIconBadges/index.js +0 -31
- package/src/components/Badge/stroke/strokeOnlyIconBadges/strokeOnlyIconBadges.styles.scss +0 -27
- package/src/components/Badge/stroke/strokeOnlyLabelBadges/index.js +0 -31
- package/src/components/Badge/stroke/strokeOnlyLabelBadges/strokeOnlyLabelBadges.styles.scss +0 -89
- package/src/components/Badge/styles.css +0 -52
- package/src/components/Badge/subtle/index.js +0 -41
- package/src/components/Badge/subtle/subtleIOnlyIconBadges/index.js +0 -31
- package/src/components/Badge/subtle/subtleIOnlyIconBadges/subtleIOnlyIconBadges.scss +0 -26
- package/src/components/Badge/subtle/subtleIconLabelBadges/index.js +0 -38
- package/src/components/Badge/subtle/subtleIconLabelBadges/subtleIconLabelBadges.scss +0 -56
- package/src/components/Badge/subtle/subtleOnlyLabelBadges/index.js +0 -31
- package/src/components/Badge/subtle/subtleOnlyLabelBadges/subtleOnlyLabelBadges.scss +0 -70
- package/src/components/BottomSheet/BottomSheet.styles.scss +0 -46
- package/src/components/BottomSheet/index.js +0 -60
- package/src/components/Breadcrumbs/Breadcrumbs.styles.scss +0 -65
- package/src/components/Breadcrumbs/index.js +0 -121
- package/src/components/Button/Button.styles.scss +0 -345
- package/src/components/Button/index.js +0 -171
- package/src/components/ButtonGroup/ButtonGroup.styles.scss +0 -125
- package/src/components/ButtonGroup/index.js +0 -84
- package/src/components/Card/Card.styles.scss +0 -33
- package/src/components/Card/index.js +0 -21
- package/src/components/Chart/Chart.style.scss +0 -142
- package/src/components/Chart/index.js +0 -752
- package/src/components/ChatBot/bookMarkPanel.js +0 -74
- package/src/components/ChatBot/chatBot.style.scss +0 -1295
- package/src/components/ChatBot/chatBotFooter.js +0 -14
- package/src/components/ChatBot/chatBotLandingScreen.js +0 -26
- package/src/components/ChatBot/chatInput.js +0 -206
- package/src/components/ChatBot/chatbotModuleMenu.js +0 -278
- package/src/components/ChatBot/constant.js +0 -32
- package/src/components/ChatBot/conversationScreen.js +0 -281
- package/src/components/ChatBot/customScreen.js +0 -69
- package/src/components/ChatBot/historyPanel.js +0 -579
- package/src/components/ChatBot/index.js +0 -473
- package/src/components/ChatBot/newChatComponent.js +0 -105
- package/src/components/ChatBot/utils.js +0 -27
- package/src/components/Checkbox/Checkbox.styles.scss +0 -232
- package/src/components/Checkbox/dashed/index.js +0 -34
- package/src/components/Checkbox/default/index.js +0 -70
- package/src/components/Checkbox/index.js +0 -50
- package/src/components/Checkbox/withDropDown/index.js +0 -96
- package/src/components/Checkbox/withoutFormLabel/index.js +0 -46
- package/src/components/Chips/Chip.style.scss +0 -134
- package/src/components/Chips/index.js +0 -34
- package/src/components/CreateItemFlow/CreateItemFlow.styles.scss +0 -37
- package/src/components/CreateItemFlow/index.js +0 -145
- package/src/components/DatePicker/DatePicker.styles.scss +0 -519
- package/src/components/DatePicker/datePickerDropdown.js +0 -282
- package/src/components/DatePicker/datePickerFooter.js +0 -76
- package/src/components/DatePicker/datePickerInput.js +0 -333
- package/src/components/DatePicker/index.js +0 -288
- package/src/components/DatePicker/showMonthYearSelect.js +0 -119
- package/src/components/DateRangePicker/DateRangePicker.styles.scss +0 -635
- package/src/components/DateRangePicker/dateRangePickerCustom.js +0 -22
- package/src/components/DateRangePicker/dateRangePickerDropdown.js +0 -320
- package/src/components/DateRangePicker/dateRangePickerFooter.js +0 -50
- package/src/components/DateRangePicker/dateRangePickerInput.js +0 -544
- package/src/components/DateRangePicker/index.js +0 -393
- package/src/components/DateRangePicker/showMonthYearSelect.js +0 -103
- package/src/components/DateRangePicker/utils.js +0 -71
- package/src/components/DynamicLayout/DynamicLayout.styles.scss +0 -153
- package/src/components/DynamicLayout/index.js +0 -73
- package/src/components/EmptyState/EmptyState.styles.scss +0 -88
- package/src/components/EmptyState/EmptyStateImageComponent.jsx +0 -36
- package/src/components/EmptyState/index.js +0 -54
- package/src/components/FileUpload/FileUpload.styles.scss +0 -449
- package/src/components/FileUpload/index.js +0 -641
- package/src/components/FilterPanel/FilterPanel.styles.scss +0 -241
- package/src/components/FilterPanel/FilterPanelHeader.js +0 -15
- package/src/components/FilterPanel/PanelFooter.js +0 -65
- package/src/components/FilterPanel/PanelSidebar.js +0 -85
- package/src/components/FilterPanel/index.js +0 -147
- package/src/components/FiltersStrip/FiltersStrip.styles.scss +0 -343
- package/src/components/FiltersStrip/Slider/FilterSlider.styles.scss +0 -85
- package/src/components/FiltersStrip/Slider/Portal.js +0 -59
- package/src/components/FiltersStrip/Slider/index.js +0 -233
- package/src/components/FiltersStrip/appliedFilter.js +0 -180
- package/src/components/FiltersStrip/filterDropDown.js +0 -96
- package/src/components/FiltersStrip/index.js +0 -127
- package/src/components/FiltersStrip/mockData.js +0 -227
- package/src/components/Header/Header.styles.scss +0 -223
- package/src/components/Header/index.js +0 -156
- package/src/components/HomePage/HomePage.styles.scss +0 -1638
- package/src/components/HomePage/constant.js +0 -331
- package/src/components/HomePage/index.js +0 -675
- package/src/components/Input/Input.styles.scss +0 -318
- package/src/components/Input/helperText.js +0 -19
- package/src/components/Input/index.js +0 -60
- package/src/components/Input/inputWithIcon.js +0 -134
- package/src/components/Input/vanilaInput.js +0 -68
- package/src/components/Loader/Loader.styles.scss +0 -90
- package/src/components/Loader/index.js +0 -69
- package/src/components/Menu/IconMenuItem.js +0 -100
- package/src/components/Menu/Menu.styles.scss +0 -190
- package/src/components/Menu/MenuHeader.jsx +0 -84
- package/src/components/Menu/MenuHeaderInfo.jsx +0 -319
- package/src/components/Menu/MenuHeaderInfo.styles.scss +0 -123
- package/src/components/Menu/NestedMenuItem.js +0 -189
- package/src/components/Menu/index.js +0 -254
- package/src/components/Menu/nestedMenuItemsFromObject.js +0 -100
- package/src/components/Modal/Modal.styles.scss +0 -129
- package/src/components/Modal/index.js +0 -141
- package/src/components/MonthPicker/MonthPicker.styles.scss +0 -255
- package/src/components/MonthPicker/constant.js +0 -1
- package/src/components/MonthPicker/index.js +0 -373
- package/src/components/MonthRangePicker/MonthRangePicker.styles.scss +0 -383
- package/src/components/MonthRangePicker/constant.js +0 -1
- package/src/components/MonthRangePicker/index.js +0 -574
- package/src/components/Notification/Notification.styles.scss +0 -594
- package/src/components/Notification/NotificationBody/NotificationInfoList/chipsLists.js +0 -144
- package/src/components/Notification/NotificationBody/NotificationInfoList/index.js +0 -128
- package/src/components/Notification/NotificationBody/NotificationInfoList/notificationList.js +0 -165
- package/src/components/Notification/NotificationBody/NotificationPanels/chipsLists.js +0 -85
- package/src/components/Notification/NotificationBody/NotificationPanels/index.js +0 -259
- package/src/components/Notification/NotificationBody/NotificationPanels/notificationList.js +0 -637
- package/src/components/Notification/NotificationBody/index.js +0 -117
- package/src/components/Notification/index.js +0 -128
- package/src/components/Notification/mockData.js +0 -389
- package/src/components/Notification/notificationFooter.js +0 -31
- package/src/components/Notification/notificationHeader.js +0 -28
- package/src/components/Panel/Panel.styles.scss +0 -71
- package/src/components/Panel/index.js +0 -144
- package/src/components/Popover/Popover.styles.scss +0 -52
- package/src/components/Popover/index.js +0 -71
- package/src/components/Portal/index.js +0 -31
- package/src/components/ProgressBar/ProgressBar.styles.scss +0 -62
- package/src/components/ProgressBar/index.js +0 -40
- package/src/components/Prompt/Prompt.styles.scss +0 -107
- package/src/components/Prompt/index.js +0 -107
- package/src/components/RadioButtonGroup/RadioButtonGroup.styles.scss +0 -136
- package/src/components/RadioButtonGroup/index.js +0 -107
- package/src/components/Select/SearchFilter.js +0 -72
- package/src/components/Select/Select.styles.scss +0 -748
- package/src/components/Select/customGroupHeading.js +0 -24
- package/src/components/Select/dropdown.js +0 -65
- package/src/components/Select/hooks/index.js +0 -2
- package/src/components/Select/hooks/useClickOutside.js +0 -61
- package/src/components/Select/hooks/useMenuPosition.js +0 -288
- package/src/components/Select/index.js +0 -1307
- package/src/components/Select/menuList.js +0 -119
- package/src/components/Select/optionList.js +0 -215
- package/src/components/Select/selected-option-tags.js +0 -99
- package/src/components/Select/utils.js +0 -232
- package/src/components/Sidebar/Menus/childMenu.js +0 -88
- package/src/components/Sidebar/Menus/index.js +0 -130
- package/src/components/Sidebar/Menus/parentMenu.js +0 -173
- package/src/components/Sidebar/Sidebar.styles.scss +0 -411
- package/src/components/Sidebar/actions.js +0 -31
- package/src/components/Sidebar/index.js +0 -84
- package/src/components/Sidebar/mock.js +0 -202
- package/src/components/Slider/Sliders.styles.scss +0 -260
- package/src/components/Slider/index.js +0 -314
- package/src/components/Stepper/Stepper.styles.scss +0 -355
- package/src/components/Stepper/index.js +0 -101
- package/src/components/Switch/Switch.styles.scss +0 -96
- package/src/components/Switch/index.js +0 -59
- package/src/components/Table/AdvanceSearchModalItem.js +0 -392
- package/src/components/Table/AdvanceSortModal.js +0 -332
- package/src/components/Table/AgGridHeader.js +0 -1009
- package/src/components/Table/CommentsPortal.js +0 -428
- package/src/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModal.js +0 -323
- package/src/components/Table/NewAdvanceSearchModal/NewAdvanceSearchModalItem.js +0 -476
- package/src/components/Table/NoComments.js +0 -295
- package/src/components/Table/Table.styles.scss +0 -3859
- package/src/components/Table/actionBar.js +0 -43
- package/src/components/Table/advanceSearchModal.js +0 -797
- package/src/components/Table/commentPanel.js +0 -421
- package/src/components/Table/filterUtils.js +0 -850
- package/src/components/Table/index.js +0 -2175
- package/src/components/Table/mockData.js +0 -1344
- package/src/components/Table/tableFunctions.js +0 -1676
- package/src/components/Table/tableHeader.js +0 -476
- package/src/components/Table/tableIcons.js +0 -61
- package/src/components/Table/tableMoreOptions.js +0 -293
- package/src/components/Table/tablePagination.js +0 -63
- package/src/components/Table/tableSettings.js +0 -287
- package/src/components/Table/withCommentIcon.js +0 -107
- package/src/components/TableChat/EmptyContainer.jsx +0 -13
- package/src/components/TableChat/README.md +0 -588
- package/src/components/TableChat/TableChatSidePanel.jsx +0 -832
- package/src/components/TableChat/TableChatSidePanel.styles.scss +0 -57
- package/src/components/TableChat/components/ChatMessageSkeleton/ChatFooterSkeleton.jsx +0 -43
- package/src/components/TableChat/components/ChatMessageSkeleton/ChatHeaderSkeleton.jsx +0 -55
- package/src/components/TableChat/components/ChatMessageSkeleton/ChatMessageListSkeleton.jsx +0 -94
- package/src/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.jsx +0 -22
- package/src/components/TableChat/components/ChatMessageSkeleton/ChatSkeleton.scss +0 -179
- package/src/components/TableChat/components/SkeletonList.jsx +0 -12
- package/src/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.jsx +0 -171
- package/src/components/TableChat/components/TableChatLeftSection/AddChatContainer/AddChatContainer.styles.scss +0 -37
- package/src/components/TableChat/components/TableChatLeftSection/ChannelCheckbox/ChannelCheckbox.jsx +0 -28
- package/src/components/TableChat/components/TableChatLeftSection/ChatChannelItem.jsx +0 -116
- package/src/components/TableChat/components/TableChatLeftSection/ChatChannelList.jsx +0 -89
- package/src/components/TableChat/components/TableChatLeftSection/ChatHeaderButton/ChatHeaderButton.jsx +0 -27
- package/src/components/TableChat/components/TableChatLeftSection/ChatHeaderNavigation.jsx +0 -191
- package/src/components/TableChat/components/TableChatLeftSection/ChatIconButton/ChatIconButton.jsx +0 -23
- package/src/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.jsx +0 -117
- package/src/components/TableChat/components/TableChatLeftSection/TableChatChannelHeader.styles.scss +0 -469
- package/src/components/TableChat/components/TableChatLeftSection/UnreadBadge/UnreadBadge.jsx +0 -16
- package/src/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.jsx +0 -119
- package/src/components/TableChat/components/TableChatRightSection/AvatarGroup/AvatarGroup.styles.scss +0 -87
- package/src/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.jsx +0 -216
- package/src/components/TableChat/components/TableChatRightSection/ChatDefaultMessageType/ChatDefaultMessageType.styles.scss +0 -291
- package/src/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/ChatDeletedMessageType.jsx +0 -19
- package/src/components/TableChat/components/TableChatRightSection/ChatDeleteMessageType/DeletedMessage.styles.scss +0 -55
- package/src/components/TableChat/components/TableChatRightSection/ChatEditedMessageType/ChatEditedMessageType.jsx +0 -61
- package/src/components/TableChat/components/TableChatRightSection/ChatEditedMessageType/ChatEditedMessageType.styles.scss +0 -13
- package/src/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeader.jsx +0 -432
- package/src/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderAction.jsx +0 -365
- package/src/components/TableChat/components/TableChatRightSection/ChatHeader/ChatHeaderInfo.jsx +0 -42
- package/src/components/TableChat/components/TableChatRightSection/ChatHeader/chatHeader.styles.scss +0 -323
- package/src/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.jsx +0 -793
- package/src/components/TableChat/components/TableChatRightSection/ChatInput/ChatInput.styles.scss +0 -394
- package/src/components/TableChat/components/TableChatRightSection/ChatMessageActions/ChatMessageActions.jsx +0 -61
- package/src/components/TableChat/components/TableChatRightSection/ChatMessageActions/ChatMessageActions.styles.scss +0 -28
- package/src/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.jsx +0 -11
- package/src/components/TableChat/components/TableChatRightSection/ChatMessageAvatar/ChatMessageAvatar.styles.scss +0 -3
- package/src/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.jsx +0 -220
- package/src/components/TableChat/components/TableChatRightSection/ChatMessages/ChatMessage.styles.scss +0 -128
- package/src/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.jsx +0 -246
- package/src/components/TableChat/components/TableChatRightSection/ChatNotificationSettings/ChatNotificationSettings.styles.scss +0 -210
- package/src/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.jsx +0 -52
- package/src/components/TableChat/components/TableChatRightSection/DateSeparator/DateSeparator.styles.scss +0 -34
- package/src/components/TableChat/components/TableChatRightSection/EmojiPicker/EmojiPicker.jsx +0 -31
- package/src/components/TableChat/components/TableChatRightSection/FileUploader/FileUploader.jsx +0 -170
- package/src/components/TableChat/components/TableChatRightSection/ImageUploader/ImageUploader.jsx +0 -165
- package/src/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChat.styles.scss +0 -587
- package/src/components/TableChat/components/TableChatRightSection/PinedChatPanel/PinedChatPanel.jsx +0 -244
- package/src/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.jsx +0 -29
- package/src/components/TableChat/components/TableChatRightSection/ReplyBadge/ReplyBadge.styles.scss +0 -47
- package/src/components/TableChat/components/TableChatRightSection/TableChatRightSection.jsx +0 -1340
- package/src/components/TableChat/components/TableChatRightSection/TableChatRightSection.styles.scss +0 -147
- package/src/components/TableChat/components/TextEditor/EditorToolbar.jsx +0 -209
- package/src/components/TableChat/components/TextEditor/EditorToolbar.styles.scss +0 -61
- package/src/components/TableChat/components/TextEditor/Mention.jsx +0 -234
- package/src/components/TableChat/components/TextEditor/MentionList.jsx +0 -118
- package/src/components/TableChat/components/TextEditor/MentionList.scss +0 -146
- package/src/components/TableChat/components/TextEditor/styles.scss +0 -278
- package/src/components/TableChat/components/TextEditor/suggestion.js +0 -124
- package/src/components/TableChat/components/chatConfig.js +0 -64
- package/src/components/TableChat/hooks/useInfiniteScroll.js +0 -256
- package/src/components/TableOld/AgGridHeader.js +0 -545
- package/src/components/TableOld/Table.styles.scss +0 -2192
- package/src/components/TableOld/actionBar.js +0 -43
- package/src/components/TableOld/index.js +0 -598
- package/src/components/TableOld/mockData.js +0 -1344
- package/src/components/TableOld/tableFunctions.js +0 -1734
- package/src/components/TableOld/tableHeader.js +0 -251
- package/src/components/TableOld/tableIcons.js +0 -61
- package/src/components/TableOld/tablePagination.js +0 -64
- package/src/components/TableOld/tableSettings.js +0 -166
- package/src/components/Tabs/Tabs.styles.scss +0 -120
- package/src/components/Tabs/index.js +0 -91
- package/src/components/Tabs/tabPanel.js +0 -38
- package/src/components/Tag/Tags.styles.scss +0 -71
- package/src/components/Tag/filled.js +0 -48
- package/src/components/Tag/index.js +0 -54
- package/src/components/Tag/solid.js +0 -47
- package/src/components/Tag/stroke.js +0 -47
- package/src/components/Tag/utils.js +0 -12
- package/src/components/TagGroup/TagGroup.styles.scss +0 -7
- package/src/components/TagGroup/index.js +0 -6
- package/src/components/TextArea/TextArea.styles.scss +0 -158
- package/src/components/TextArea/index.js +0 -121
- package/src/components/Toast/Toast.styles.scss +0 -66
- package/src/components/Toast/index.js +0 -35
- package/src/components/Tooltip/Tooltips.styles.scss +0 -111
- package/src/components/Tooltip/index.js +0 -68
- package/src/components/common/HelperText/HelperText.styles.scss +0 -18
- package/src/components/common/HelperText/index.js +0 -44
- package/src/components/common/MentionEditor/MentionEditor.styles.scss +0 -301
- package/src/components/common/MentionEditor/MentionList/MentionList.styles.scss +0 -146
- package/src/components/common/MentionEditor/MentionList/index.js +0 -130
- package/src/components/common/MentionEditor/index.js +0 -246
- package/src/components/common/MentionEditor/suggestion.js +0 -124
- package/src/components/index.js +0 -53
- package/src/stories/Accordion.stories.js +0 -151
- package/src/stories/AccordionModern.stories.js +0 -263
- package/src/stories/Alert.stories.js +0 -103
- package/src/stories/Avatar.stories.js +0 -79
- package/src/stories/Badge.stories.js +0 -112
- package/src/stories/BottomSheet.stories.js +0 -224
- package/src/stories/Breadcrumbs.stories.js +0 -143
- package/src/stories/Button.stories.js +0 -190
- package/src/stories/ButtonGroup.stories.js +0 -123
- package/src/stories/Card.stories.js +0 -73
- package/src/stories/Changelog.mdx +0 -1006
- package/src/stories/Chart.stories.js +0 -2017
- package/src/stories/ChatBot.stories.js +0 -668
- package/src/stories/Checkbox.stories.js +0 -209
- package/src/stories/Chips.stories.js +0 -106
- package/src/stories/CreateItemFlow.stories.js +0 -255
- package/src/stories/DatePicker.stories.js +0 -311
- package/src/stories/DateRangePicker.stories.js +0 -364
- package/src/stories/EmptyState.stories.js +0 -110
- package/src/stories/FileUpload.stories.js +0 -169
- package/src/stories/FilterPanel.stories.js +0 -309
- package/src/stories/FiltersStrip.stories.js +0 -244
- package/src/stories/GettingStarted.mdx +0 -153
- package/src/stories/Header.stories.js +0 -185
- package/src/stories/HomePage.stories.js +0 -201
- package/src/stories/Input.stories.js +0 -165
- package/src/stories/Loader.stories.js +0 -33
- package/src/stories/Menu.stories.js +0 -309
- package/src/stories/Modal.stories.js +0 -185
- package/src/stories/MonthPicker.stories.js +0 -313
- package/src/stories/MonthRangePicker.stories.js +0 -255
- package/src/stories/Notification.stories.js +0 -500
- package/src/stories/Panel.stories.js +0 -179
- package/src/stories/Popover.stories.js +0 -125
- package/src/stories/ProgressBar.stories.js +0 -93
- package/src/stories/Prompt.stories.js +0 -120
- package/src/stories/RadioButtonGroup.stories.js +0 -83
- package/src/stories/Select.stories.js +0 -753
- package/src/stories/Sidebar.stories.js +0 -177
- package/src/stories/Slider.stories.js +0 -226
- package/src/stories/Stepper.stories.js +0 -158
- package/src/stories/Switch.stories.js +0 -72
- package/src/stories/Table.stories.js +0 -4323
- package/src/stories/TableChat.mdx +0 -992
- package/src/stories/TableChat.stories.js +0 -1712
- package/src/stories/TableOld.stories.js +0 -954
- package/src/stories/Tabs.stories.js +0 -253
- package/src/stories/Tag.stories.js +0 -92
- package/src/stories/TagGroup.stories.js +0 -39
- package/src/stories/TextArea.stories.js +0 -148
- package/src/stories/Toast.stories.js +0 -113
- package/src/stories/Tooltip.stories.js +0 -86
- package/src/stories/storybookLinks.mdx +0 -20
|
@@ -1,1638 +0,0 @@
|
|
|
1
|
-
@import "../../styles/index.scss";
|
|
2
|
-
|
|
3
|
-
//Main landing page starts here
|
|
4
|
-
|
|
5
|
-
.main_landingpage_container {
|
|
6
|
-
position: absolute;
|
|
7
|
-
top: 56px;
|
|
8
|
-
left: 64px;
|
|
9
|
-
right: 0;
|
|
10
|
-
bottom: 0;
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
box-sizing: border-box;
|
|
13
|
-
display: flex;
|
|
14
|
-
justify-content: space-between;
|
|
15
|
-
background: radial-gradient(
|
|
16
|
-
65.75% 64.76% at 57.88% 39.21%,
|
|
17
|
-
rgba(255, 255, 255, 0.75) 67.79%,
|
|
18
|
-
rgba(242, 105, 34, 0) 100%
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
.left_panel {
|
|
22
|
-
width: calc(100% - 500px);
|
|
23
|
-
padding: 18px 26px;
|
|
24
|
-
box-sizing: border-box;
|
|
25
|
-
padding-right: 0px;
|
|
26
|
-
position: absolute;
|
|
27
|
-
left: 0;
|
|
28
|
-
top: 0;
|
|
29
|
-
bottom: 0;
|
|
30
|
-
.left_panel_header {
|
|
31
|
-
border-radius: 12px;
|
|
32
|
-
background: linear-gradient(
|
|
33
|
-
90deg,
|
|
34
|
-
rgba(43, 191, 238, 0.13) 0%,
|
|
35
|
-
rgba(105, 98, 239, 0.13) 100%
|
|
36
|
-
),
|
|
37
|
-
url("../../assets/landingPageAssets/noise-image-old.png") repeat;
|
|
38
|
-
// background: url('../../assets/landingPageAssets/noise-image.png') repeat;
|
|
39
|
-
padding: 16px;
|
|
40
|
-
height: 80px;
|
|
41
|
-
box-sizing: border-box;
|
|
42
|
-
// animation: gradientShift 8s ease infinite;
|
|
43
|
-
display: flex;
|
|
44
|
-
box-sizing: border-box;
|
|
45
|
-
overflow: hidden;
|
|
46
|
-
position: absolute;
|
|
47
|
-
background-repeat: repeat;
|
|
48
|
-
top: 20px;
|
|
49
|
-
left: 26px;
|
|
50
|
-
right: 0;
|
|
51
|
-
.left_section_header {
|
|
52
|
-
width: calc(100% - 340px);
|
|
53
|
-
display: flex;
|
|
54
|
-
gap: 12px;
|
|
55
|
-
|
|
56
|
-
.left_section_IA_logo_container {
|
|
57
|
-
background: linear-gradient(
|
|
58
|
-
136deg,
|
|
59
|
-
#2ac2ee 12.23%,
|
|
60
|
-
#6962ef 49.23%,
|
|
61
|
-
#f26921 88.52%
|
|
62
|
-
);
|
|
63
|
-
background-size: 300% 300%;
|
|
64
|
-
border-radius: 10px;
|
|
65
|
-
width: 48px;
|
|
66
|
-
height: 48px;
|
|
67
|
-
animation: gradientShift 8s ease infinite;
|
|
68
|
-
position: relative;
|
|
69
|
-
|
|
70
|
-
@keyframes gradientShift {
|
|
71
|
-
0% {
|
|
72
|
-
background-position: 0% 50%;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
50% {
|
|
76
|
-
background-position: 100% 50%;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
100% {
|
|
80
|
-
background-position: 0% 50%;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
&::after {
|
|
85
|
-
width: 46px;
|
|
86
|
-
height: 46px;
|
|
87
|
-
border-radius: 10px;
|
|
88
|
-
content: "";
|
|
89
|
-
position: absolute;
|
|
90
|
-
top: 0px;
|
|
91
|
-
left: 0px;
|
|
92
|
-
right: 0px;
|
|
93
|
-
bottom: 0px;
|
|
94
|
-
margin: auto;
|
|
95
|
-
background: #0d152c
|
|
96
|
-
url("../../assets/landingPageAssets/alan-gif.gif") no-repeat;
|
|
97
|
-
background-size: 46px;
|
|
98
|
-
background-position: center;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.right_content_container {
|
|
103
|
-
.right_content_title {
|
|
104
|
-
font-size: 20px;
|
|
105
|
-
font-weight: 600;
|
|
106
|
-
line-height: 24px;
|
|
107
|
-
letter-spacing: 0em;
|
|
108
|
-
text-align: left;
|
|
109
|
-
color: #1f2b4d;
|
|
110
|
-
|
|
111
|
-
.gradient_text {
|
|
112
|
-
background: linear-gradient(
|
|
113
|
-
90deg,
|
|
114
|
-
#2ac2ee 0%,
|
|
115
|
-
#6962ef 50%,
|
|
116
|
-
#f26921 100%
|
|
117
|
-
);
|
|
118
|
-
background-size: 200% 200%;
|
|
119
|
-
-webkit-background-clip: text;
|
|
120
|
-
-webkit-text-fill-color: transparent;
|
|
121
|
-
background-clip: text;
|
|
122
|
-
animation: gradientShift 8s ease infinite;
|
|
123
|
-
display: inline-block;
|
|
124
|
-
/* Ensures gradient works properly */
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.right_content_description {
|
|
129
|
-
line-height: 24px;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.right_section_header {
|
|
135
|
-
width: 340px;
|
|
136
|
-
position: relative;
|
|
137
|
-
display: flex;
|
|
138
|
-
align-items: center;
|
|
139
|
-
justify-content: space-between;
|
|
140
|
-
|
|
141
|
-
.right_section_ai_icon {
|
|
142
|
-
width: 32px;
|
|
143
|
-
height: 32px;
|
|
144
|
-
border: 1px solid #9995ff;
|
|
145
|
-
border-radius: 8px;
|
|
146
|
-
background: #fff;
|
|
147
|
-
position: absolute;
|
|
148
|
-
animation: float 3s ease-in-out infinite;
|
|
149
|
-
transition: all 0.3s ease;
|
|
150
|
-
cursor: pointer;
|
|
151
|
-
bottom: 0;
|
|
152
|
-
|
|
153
|
-
// Staggered animation delays for each icon
|
|
154
|
-
$icons: 6;
|
|
155
|
-
$spacing: 50px;
|
|
156
|
-
|
|
157
|
-
@for $i from 1 through $icons {
|
|
158
|
-
&:nth-child(#{$i}) {
|
|
159
|
-
left: #{$i * $spacing};
|
|
160
|
-
animation-delay: #{$i * 0.15s};
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
&:hover {
|
|
165
|
-
animation-play-state: paused;
|
|
166
|
-
transform: translateY(-5px) scale(1.1);
|
|
167
|
-
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
|
|
168
|
-
z-index: 1;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
// Keyframes for the floating animation (top to bottom)
|
|
173
|
-
@keyframes float {
|
|
174
|
-
0% {
|
|
175
|
-
transform: translateY(-80px); // Start above the header
|
|
176
|
-
opacity: 0;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
10% {
|
|
180
|
-
opacity: 1;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
90% {
|
|
184
|
-
opacity: 1;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
100% {
|
|
188
|
-
transform: translateY(0); // End at bottom
|
|
189
|
-
opacity: 0;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.icon1 {
|
|
194
|
-
background: #fff url("../../assets/landingPageAssets/icon-1.svg")
|
|
195
|
-
no-repeat;
|
|
196
|
-
background-size: 20px;
|
|
197
|
-
background-position: center;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.icon2 {
|
|
201
|
-
background: #fff url("../../assets/landingPageAssets/icon-2.svg")
|
|
202
|
-
no-repeat;
|
|
203
|
-
background-size: 20px;
|
|
204
|
-
background-position: center;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.icon3 {
|
|
208
|
-
background: #fff url("../../assets/landingPageAssets/icon-3.svg")
|
|
209
|
-
no-repeat;
|
|
210
|
-
background-size: 20px;
|
|
211
|
-
background-position: center;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.icon4 {
|
|
215
|
-
background: #fff url("../../assets/landingPageAssets/icon-4.svg")
|
|
216
|
-
no-repeat;
|
|
217
|
-
background-size: 20px;
|
|
218
|
-
background-position: center;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.icon5 {
|
|
222
|
-
background: #fff url("../../assets/landingPageAssets/icon-5.svg")
|
|
223
|
-
no-repeat;
|
|
224
|
-
background-size: 20px;
|
|
225
|
-
background-position: center;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.icon6 {
|
|
229
|
-
background: #fff url("../../assets/landingPageAssets/icon-2.svg")
|
|
230
|
-
no-repeat;
|
|
231
|
-
background-size: 20px;
|
|
232
|
-
background-position: center;
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.center_graidient_container {
|
|
237
|
-
background: url("../../assets/landingPageAssets/center-header-bg.png")
|
|
238
|
-
no-repeat;
|
|
239
|
-
background-size: cover;
|
|
240
|
-
background-position: center;
|
|
241
|
-
position: absolute;
|
|
242
|
-
height: 80px;
|
|
243
|
-
width: 100%;
|
|
244
|
-
top: 0;
|
|
245
|
-
opacity: 0.7;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.center_image_container {
|
|
249
|
-
background: url("../../assets/landingPageAssets/center-bg.png")
|
|
250
|
-
no-repeat;
|
|
251
|
-
background-size: contain;
|
|
252
|
-
/* background-position: center; */
|
|
253
|
-
position: absolute;
|
|
254
|
-
height: 80px;
|
|
255
|
-
width: 368px;
|
|
256
|
-
top: 0;
|
|
257
|
-
opacity: 1;
|
|
258
|
-
left: 300px;
|
|
259
|
-
right: 0;
|
|
260
|
-
margin: auto;
|
|
261
|
-
position: absolute;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.bottom_image_container {
|
|
265
|
-
background: url("../../assets/landingPageAssets/bottom-header-bg.png")
|
|
266
|
-
no-repeat;
|
|
267
|
-
background-size: contain;
|
|
268
|
-
background-position: center;
|
|
269
|
-
position: absolute;
|
|
270
|
-
height: 75px;
|
|
271
|
-
width: 195px;
|
|
272
|
-
top: 0;
|
|
273
|
-
opacity: 1;
|
|
274
|
-
right: 0;
|
|
275
|
-
margin: auto;
|
|
276
|
-
position: absolute;
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.left_panel_product_container {
|
|
281
|
-
position: absolute;
|
|
282
|
-
left: 26px;
|
|
283
|
-
top: 132px;
|
|
284
|
-
bottom: 20px;
|
|
285
|
-
overflow: auto;
|
|
286
|
-
right: 0;
|
|
287
|
-
height: auto;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.tool_kit_container {
|
|
291
|
-
position: relative;
|
|
292
|
-
padding: 20px;
|
|
293
|
-
background: #eaf2ff;
|
|
294
|
-
border-radius: 10px;
|
|
295
|
-
margin-top: 0px;
|
|
296
|
-
|
|
297
|
-
.arrow_chevron_container {
|
|
298
|
-
display: none;
|
|
299
|
-
position: absolute;
|
|
300
|
-
left: 60px;
|
|
301
|
-
bottom: 0px;
|
|
302
|
-
transform: rotate(90deg);
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
.tool_kit_content {
|
|
306
|
-
margin-top: 16px;
|
|
307
|
-
display: flex;
|
|
308
|
-
gap: 24px 2%;
|
|
309
|
-
flex-wrap: wrap;
|
|
310
|
-
.tool_kit_item {
|
|
311
|
-
padding: 16px 12px;
|
|
312
|
-
background: #fff;
|
|
313
|
-
border-radius: 12px;
|
|
314
|
-
display: flex;
|
|
315
|
-
gap: 2px;
|
|
316
|
-
// width: 410px;
|
|
317
|
-
height: 167px;
|
|
318
|
-
flex-direction: column;
|
|
319
|
-
box-sizing: border-box;
|
|
320
|
-
position: relative;
|
|
321
|
-
border: 1px solid white;
|
|
322
|
-
flex: 0 0 auto;
|
|
323
|
-
justify-content: space-between;
|
|
324
|
-
.top_patch {
|
|
325
|
-
position: absolute;
|
|
326
|
-
top: -2px;
|
|
327
|
-
background: #eaf2ff;
|
|
328
|
-
height: 7px;
|
|
329
|
-
width: 121px;
|
|
330
|
-
right: 17px;
|
|
331
|
-
z-index: 9;
|
|
332
|
-
}
|
|
333
|
-
.tool_kit_item_icon {
|
|
334
|
-
font-weight: 700;
|
|
335
|
-
font-size: 16px;
|
|
336
|
-
color: #0d152c;
|
|
337
|
-
width: calc(100% - 135px);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.tool_kit_item_content {
|
|
341
|
-
font-size: 14px;
|
|
342
|
-
font-weight: 500;
|
|
343
|
-
line-height: 20px;
|
|
344
|
-
letter-spacing: 0em;
|
|
345
|
-
text-align: left;
|
|
346
|
-
color: #31416e;
|
|
347
|
-
|
|
348
|
-
width: calc(100% - 45px);
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.top_cta_container {
|
|
352
|
-
position: absolute;
|
|
353
|
-
top: -1px;
|
|
354
|
-
right: 24px;
|
|
355
|
-
height: 48px;
|
|
356
|
-
padding: 8px;
|
|
357
|
-
box-sizing: border-box;
|
|
358
|
-
background: #e9f2ff;
|
|
359
|
-
border-radius: 0 0px 16px 16px;
|
|
360
|
-
border: 1px solid white;
|
|
361
|
-
border-top: 1px solid #eaf2ff;
|
|
362
|
-
&::before {
|
|
363
|
-
content: "";
|
|
364
|
-
position: absolute;
|
|
365
|
-
top: -4px;
|
|
366
|
-
background: #e9f2ff;
|
|
367
|
-
height: 7px;
|
|
368
|
-
/* width: 136px; */
|
|
369
|
-
right: -10px;
|
|
370
|
-
z-index: 9;
|
|
371
|
-
left: -10px;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.left_curve_container {
|
|
375
|
-
&::before {
|
|
376
|
-
content: "";
|
|
377
|
-
background: #ffffff;
|
|
378
|
-
left: -10px; //-10
|
|
379
|
-
top: -1px;
|
|
380
|
-
width: 10px;
|
|
381
|
-
height: 20px;
|
|
382
|
-
position: absolute;
|
|
383
|
-
border-radius: 0 10px 0px 0;
|
|
384
|
-
z-index: 99;
|
|
385
|
-
|
|
386
|
-
border-right: 1px solid white;
|
|
387
|
-
border-top: 1px solid white;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
&::after {
|
|
391
|
-
content: "";
|
|
392
|
-
background: #eaf2ff;
|
|
393
|
-
left: -8px;
|
|
394
|
-
top: -1px;
|
|
395
|
-
width: 8px;
|
|
396
|
-
height: 8px;
|
|
397
|
-
position: absolute;
|
|
398
|
-
border-radius: 0 0px 0px 0;
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.right_curve_container {
|
|
403
|
-
&::before {
|
|
404
|
-
content: "";
|
|
405
|
-
background: #ffffff;
|
|
406
|
-
right: -10px;
|
|
407
|
-
top: -1px;
|
|
408
|
-
width: 10px;
|
|
409
|
-
height: 20px;
|
|
410
|
-
position: absolute;
|
|
411
|
-
border-radius: 10px 0px 0px 0;
|
|
412
|
-
z-index: 9;
|
|
413
|
-
border-left: 1px solid #fff;
|
|
414
|
-
border-top: 1px solid #fff;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
&::after {
|
|
418
|
-
content: "";
|
|
419
|
-
background: #eaf2ff;
|
|
420
|
-
right: -8px;
|
|
421
|
-
top: -1px;
|
|
422
|
-
width: 8px;
|
|
423
|
-
height: 8px;
|
|
424
|
-
position: absolute;
|
|
425
|
-
border-radius: 0 0px 0px 0;
|
|
426
|
-
}
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.bottom_ribbon_container {
|
|
431
|
-
position: absolute;
|
|
432
|
-
right: 0;
|
|
433
|
-
bottom: 0;
|
|
434
|
-
height: 32px;
|
|
435
|
-
display: flex;
|
|
436
|
-
align-items: center;
|
|
437
|
-
justify-content: center;
|
|
438
|
-
padding: 0 24px 0 18px;
|
|
439
|
-
border-radius: 0 0 12px 0;
|
|
440
|
-
overflow: hidden;
|
|
441
|
-
background:linear-gradient(90deg, rgba(242, 105, 34, 0.30) 2.15%, #FFF2EB 100%);
|
|
442
|
-
z-index: 1;
|
|
443
|
-
|
|
444
|
-
&::before {
|
|
445
|
-
content: "";
|
|
446
|
-
position: absolute;
|
|
447
|
-
left: -1px;
|
|
448
|
-
top: 0;
|
|
449
|
-
width: 10px;
|
|
450
|
-
height: 100%;
|
|
451
|
-
background: white;
|
|
452
|
-
clip-path: polygon(0 0, 100% 50%, 0 100%);
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
span {
|
|
456
|
-
position: relative;
|
|
457
|
-
z-index: 2;
|
|
458
|
-
color: #0d152c;
|
|
459
|
-
font-weight: 700;
|
|
460
|
-
font-size: 12px;
|
|
461
|
-
line-height: 1;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
&.release-status-ribbon {
|
|
465
|
-
background: linear-gradient(90deg, #dce9ff 2.15%, #dfbbf7 96.7%);
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.tool_kit_item:hover {
|
|
471
|
-
border: 1px solid rgba(105, 98, 239, 0.6);
|
|
472
|
-
|
|
473
|
-
.top_cta_container {
|
|
474
|
-
border: 1px solid rgba(105, 98, 239, 0.6);
|
|
475
|
-
border-top: 1px solid #eaf2ff;
|
|
476
|
-
|
|
477
|
-
.left_curve_container {
|
|
478
|
-
&::before {
|
|
479
|
-
border-right: 1px solid rgba(105, 98, 239, 0.6);
|
|
480
|
-
border-top: 1px solid rgba(105, 98, 239, 0.6);
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.right_curve_container {
|
|
485
|
-
&::before {
|
|
486
|
-
border-left: 1px solid rgba(105, 98, 239, 0.6);
|
|
487
|
-
border-top: 1px solid rgba(105, 98, 239, 0.6);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
.know_more_container {
|
|
495
|
-
box-sizing: border-box;
|
|
496
|
-
transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
497
|
-
overflow: hidden;
|
|
498
|
-
padding: 20px;
|
|
499
|
-
border-radius: 12px;
|
|
500
|
-
margin-top: 20px;
|
|
501
|
-
border: 1px solid #eceefd;
|
|
502
|
-
background: #fafafa;
|
|
503
|
-
position: relative;
|
|
504
|
-
opacity: 1;
|
|
505
|
-
height: auto;
|
|
506
|
-
z-index: 9;
|
|
507
|
-
&.tool_kit_know_more_container {
|
|
508
|
-
margin-top: 10px;
|
|
509
|
-
}
|
|
510
|
-
.close_icon {
|
|
511
|
-
background: url("./../../assets/close.svg") no-repeat;
|
|
512
|
-
width: 16px;
|
|
513
|
-
height: 16px;
|
|
514
|
-
position: absolute;
|
|
515
|
-
right: 13px;
|
|
516
|
-
top: 27px;
|
|
517
|
-
cursor: pointer;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.km_heading_container {
|
|
521
|
-
display: flex;
|
|
522
|
-
gap: 8px;
|
|
523
|
-
align-items: center;
|
|
524
|
-
|
|
525
|
-
.know_more_container_heading {
|
|
526
|
-
font-size: 20px;
|
|
527
|
-
color: #0d152c;
|
|
528
|
-
font-weight: 700;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.tick_mark_enabled {
|
|
532
|
-
background: #f4fff7 url("../../assets/landingPageAssets/tick.svg")
|
|
533
|
-
no-repeat;
|
|
534
|
-
color: #108431;
|
|
535
|
-
height: 24px;
|
|
536
|
-
border-radius: 24px;
|
|
537
|
-
display: flex;
|
|
538
|
-
align-items: center;
|
|
539
|
-
padding: 0 8px;
|
|
540
|
-
background-size: 12px;
|
|
541
|
-
background-position: 8px center;
|
|
542
|
-
padding-left: 25px;
|
|
543
|
-
font-size: 14px;
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
.km_description {
|
|
548
|
-
font-size: 14px;
|
|
549
|
-
font-weight: 500;
|
|
550
|
-
line-height: 20px;
|
|
551
|
-
letter-spacing: 0em;
|
|
552
|
-
text-align: left;
|
|
553
|
-
color: #1f2b4d;
|
|
554
|
-
margin-top: 20px;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
.km_folder_container {
|
|
558
|
-
margin-top: 20px;
|
|
559
|
-
gap: 32px;
|
|
560
|
-
display: flex;
|
|
561
|
-
overflow: auto;
|
|
562
|
-
scrollbar-width: none;
|
|
563
|
-
z-index: 999;
|
|
564
|
-
position: relative;
|
|
565
|
-
.km_folder_item {
|
|
566
|
-
background: url("../../assets/landingPageAssets/page-fold.png")
|
|
567
|
-
no-repeat;
|
|
568
|
-
width: 231px;
|
|
569
|
-
height: 64px;
|
|
570
|
-
background-size: 230px;
|
|
571
|
-
padding: 15px;
|
|
572
|
-
box-sizing: border-box;
|
|
573
|
-
display: flex;
|
|
574
|
-
gap: 4px;
|
|
575
|
-
flex-shrink: 0;
|
|
576
|
-
.km_bulb_icon {
|
|
577
|
-
background: url("../../assets/landingPageAssets/bulb.svg")
|
|
578
|
-
no-repeat;
|
|
579
|
-
background-size: 13px;
|
|
580
|
-
background-position: 0 2px;
|
|
581
|
-
width: 15px;
|
|
582
|
-
height: 15px;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
.km_folder_content {
|
|
586
|
-
color: #0d152c;
|
|
587
|
-
font-weight: 600;
|
|
588
|
-
line-height: 16px;
|
|
589
|
-
font-size: 12px;
|
|
590
|
-
width: 140px;
|
|
591
|
-
}
|
|
592
|
-
}
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
.launch_button_container {
|
|
596
|
-
margin-top: 16px;
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
// .ms_km_container {
|
|
601
|
-
// overflow: hidden;
|
|
602
|
-
// }
|
|
603
|
-
.ms_km_container_hidden {
|
|
604
|
-
height: 0;
|
|
605
|
-
padding: 0;
|
|
606
|
-
margin: 0 !important;
|
|
607
|
-
opacity: 0;
|
|
608
|
-
transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
.smart_ai_tool_container {
|
|
613
|
-
margin-top: 32px;
|
|
614
|
-
// background: linear-gradient(
|
|
615
|
-
// 99deg,
|
|
616
|
-
// rgba(105, 98, 239, 0.08) 41.7%,
|
|
617
|
-
// rgba(17, 41, 109, 0.08) 99.79%
|
|
618
|
-
// );
|
|
619
|
-
background: #edeff6;
|
|
620
|
-
|
|
621
|
-
.tool_kit_item {
|
|
622
|
-
width: auto !important;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
.top_cta_container {
|
|
626
|
-
background: #eeeff7 !important;
|
|
627
|
-
&::before {
|
|
628
|
-
background: #eeeff7 !important;
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.tool_kit_item_container {
|
|
633
|
-
width: 32% !important;
|
|
634
|
-
position: relative;
|
|
635
|
-
.top_patch {
|
|
636
|
-
position: absolute;
|
|
637
|
-
top: -2px;
|
|
638
|
-
background: #eeeff7;
|
|
639
|
-
height: 7px;
|
|
640
|
-
width: 126px;
|
|
641
|
-
right: 16px;
|
|
642
|
-
z-index: 9;
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
.tool_kit_item_active {
|
|
648
|
-
border: 1px solid rgba(105, 98, 239, 0.6) !important;
|
|
649
|
-
|
|
650
|
-
.top_cta_container {
|
|
651
|
-
border: 1px solid rgba(105, 98, 239, 0.6) !important;
|
|
652
|
-
border-top: 1px solid #eaf2ff !important;
|
|
653
|
-
|
|
654
|
-
.left_curve_container {
|
|
655
|
-
&::before {
|
|
656
|
-
border-right: 1px solid rgba(105, 98, 239, 0.6) !important;
|
|
657
|
-
border-top: 1px solid rgba(105, 98, 239, 0.6) !important;
|
|
658
|
-
}
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
.right_curve_container {
|
|
662
|
-
&::before {
|
|
663
|
-
border-left: 1px solid rgba(105, 98, 239, 0.6) !important;
|
|
664
|
-
border-top: 1px solid rgba(105, 98, 239, 0.6) !important;
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
.arrow_chevron_container {
|
|
670
|
-
display: block;
|
|
671
|
-
|
|
672
|
-
.arrow_chevron {
|
|
673
|
-
&::before,
|
|
674
|
-
&::after {
|
|
675
|
-
content: "";
|
|
676
|
-
display: block;
|
|
677
|
-
position: absolute;
|
|
678
|
-
left: 100%;
|
|
679
|
-
width: 0;
|
|
680
|
-
height: 0;
|
|
681
|
-
border-style: solid;
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
&::before {
|
|
685
|
-
top: 10px;
|
|
686
|
-
border-color: transparent transparent transparent
|
|
687
|
-
rgba(105, 98, 239, 0.6);
|
|
688
|
-
border-width: 10px;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
&::after {
|
|
692
|
-
top: 11px;
|
|
693
|
-
border-color: transparent transparent transparent #fff;
|
|
694
|
-
border-width: 9px;
|
|
695
|
-
}
|
|
696
|
-
}
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
.right_panel {
|
|
702
|
-
width: 475px;
|
|
703
|
-
box-sizing: border-box;
|
|
704
|
-
padding: 21px 26px 18px 0;
|
|
705
|
-
display: flex;
|
|
706
|
-
flex-direction: column;
|
|
707
|
-
gap: 32px;
|
|
708
|
-
position: absolute;
|
|
709
|
-
right: 0;
|
|
710
|
-
top: 0;
|
|
711
|
-
bottom: 0;
|
|
712
|
-
// overflow: auto;
|
|
713
|
-
.client_logo_container {
|
|
714
|
-
display: flex;
|
|
715
|
-
align-items: center;
|
|
716
|
-
background: $whiteColor;
|
|
717
|
-
border-radius: 12px;
|
|
718
|
-
padding: 20px;
|
|
719
|
-
position: relative;
|
|
720
|
-
z-index: 0;
|
|
721
|
-
justify-content: center;
|
|
722
|
-
&::before {
|
|
723
|
-
content: "";
|
|
724
|
-
position: absolute;
|
|
725
|
-
inset: 0;
|
|
726
|
-
padding: 1px;
|
|
727
|
-
background: linear-gradient(93.56deg, #dfb9d2 22.01%, #b7c0ef 78.02%);
|
|
728
|
-
border-radius: 12px;
|
|
729
|
-
z-index: 1;
|
|
730
|
-
-webkit-mask: linear-gradient(#fff 0 0) content-box,
|
|
731
|
-
linear-gradient(#fff 0 0);
|
|
732
|
-
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
733
|
-
-webkit-mask-composite: xor;
|
|
734
|
-
mask-composite: exclude;
|
|
735
|
-
pointer-events: none;
|
|
736
|
-
}
|
|
737
|
-
.impact_client_logo_image {
|
|
738
|
-
// max-width: 100%;
|
|
739
|
-
width: 45%;
|
|
740
|
-
object-fit: contain;
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
.right_panel_content {
|
|
744
|
-
overflow: auto;
|
|
745
|
-
display: flex;
|
|
746
|
-
flex-direction: column;
|
|
747
|
-
gap: 32px;
|
|
748
|
-
}
|
|
749
|
-
.smart_pf_panel_container {
|
|
750
|
-
padding: 20px;
|
|
751
|
-
box-sizing: border-box;
|
|
752
|
-
border-radius: 12px;
|
|
753
|
-
background: linear-gradient(
|
|
754
|
-
180deg,
|
|
755
|
-
rgba(233, 242, 255, 0.35) 0%,
|
|
756
|
-
rgba(255, 255, 255, 0.6) 100%
|
|
757
|
-
);
|
|
758
|
-
border: 1px solid #d9dde7;
|
|
759
|
-
|
|
760
|
-
.top_text_container {
|
|
761
|
-
display: flex;
|
|
762
|
-
flex-direction: column;
|
|
763
|
-
margin-bottom: 24px;
|
|
764
|
-
|
|
765
|
-
.top_label {
|
|
766
|
-
font-size: 16px;
|
|
767
|
-
color: #60697d;
|
|
768
|
-
font-weight: 700;
|
|
769
|
-
line-height: 24px;
|
|
770
|
-
text-align: center;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
.gradient_text {
|
|
774
|
-
font-size: 20px;
|
|
775
|
-
font-weight: 600;
|
|
776
|
-
line-height: 28px;
|
|
777
|
-
text-align: center;
|
|
778
|
-
background: linear-gradient(
|
|
779
|
-
90deg,
|
|
780
|
-
#6b63ff 0%,
|
|
781
|
-
#0a1e5e 50%,
|
|
782
|
-
#6b63ff 100%
|
|
783
|
-
);
|
|
784
|
-
background-size: 200% auto;
|
|
785
|
-
-webkit-background-clip: text;
|
|
786
|
-
-webkit-text-fill-color: transparent;
|
|
787
|
-
background-clip: text;
|
|
788
|
-
text-fill-color: transparent;
|
|
789
|
-
margin-top: 4px;
|
|
790
|
-
animation: gradientFlow 3s linear infinite;
|
|
791
|
-
display: inline-block;
|
|
792
|
-
|
|
793
|
-
@keyframes gradientFlow {
|
|
794
|
-
0% {
|
|
795
|
-
background-position: 0% center;
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
100% {
|
|
799
|
-
background-position: 200% center;
|
|
800
|
-
}
|
|
801
|
-
}
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
.bottom_cards_container {
|
|
806
|
-
display: flex;
|
|
807
|
-
flex-direction: column;
|
|
808
|
-
gap: 16px;
|
|
809
|
-
|
|
810
|
-
.card_ia {
|
|
811
|
-
padding: 12px;
|
|
812
|
-
// border: 1px solid #2BBFEE;
|
|
813
|
-
background: #fff;
|
|
814
|
-
border-radius: 12px;
|
|
815
|
-
display: flex;
|
|
816
|
-
gap: 12px;
|
|
817
|
-
position: relative;
|
|
818
|
-
|
|
819
|
-
&::before {
|
|
820
|
-
position: absolute;
|
|
821
|
-
content: " ";
|
|
822
|
-
inset: -1px;
|
|
823
|
-
background: linear-gradient(
|
|
824
|
-
180deg,
|
|
825
|
-
rgba(43, 191, 238, 0.9) 0%,
|
|
826
|
-
rgba(105, 99, 239, 0.9) 100%
|
|
827
|
-
);
|
|
828
|
-
border-radius: 13px;
|
|
829
|
-
z-index: -1;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.left_image_container {
|
|
833
|
-
width: 40px;
|
|
834
|
-
height: 40px;
|
|
835
|
-
background: #fcfcfc;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
.multi_level_planning {
|
|
839
|
-
background: #fff
|
|
840
|
-
url("../../assets/landingPageAssets/multi-level.gif") no-repeat;
|
|
841
|
-
background-size: 40px;
|
|
842
|
-
background-position: 0 0;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
.strategic_objective {
|
|
846
|
-
background: #fff
|
|
847
|
-
url("../../assets/landingPageAssets/strategic-objectives.gif")
|
|
848
|
-
no-repeat;
|
|
849
|
-
background-size: 40px;
|
|
850
|
-
background-position: 0 0;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.ai_ml_powered {
|
|
854
|
-
background: #fff url("../../assets/landingPageAssets/aiml.gif")
|
|
855
|
-
no-repeat;
|
|
856
|
-
background-size: 40px;
|
|
857
|
-
background-position: 0 0;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
.right_content_container_card {
|
|
861
|
-
font-size: 14px;
|
|
862
|
-
font-weight: 500;
|
|
863
|
-
line-height: 20px;
|
|
864
|
-
letter-spacing: 0em;
|
|
865
|
-
text-align: left;
|
|
866
|
-
color: #60697d;
|
|
867
|
-
width: calc(100% - 60px);
|
|
868
|
-
|
|
869
|
-
.ia_card_heading_txt {
|
|
870
|
-
font-size: 14px;
|
|
871
|
-
font-weight: 800;
|
|
872
|
-
line-height: 20px;
|
|
873
|
-
letter-spacing: 0em;
|
|
874
|
-
text-align: left;
|
|
875
|
-
color: #1f2b4d;
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
}
|
|
879
|
-
}
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
.smart_agent_studio_container {
|
|
883
|
-
padding: 25px 20px;
|
|
884
|
-
box-sizing: border-box;
|
|
885
|
-
border-radius: 12px;
|
|
886
|
-
background: #fff;
|
|
887
|
-
border: 1px solid #d9dde7;
|
|
888
|
-
display: flex;
|
|
889
|
-
flex-direction: column;
|
|
890
|
-
gap: 20px;
|
|
891
|
-
|
|
892
|
-
.smart_agent_pf_headiing {
|
|
893
|
-
font-size: 16px;
|
|
894
|
-
font-weight: 700;
|
|
895
|
-
line-height: 24px;
|
|
896
|
-
letter-spacing: 0em;
|
|
897
|
-
text-align: center;
|
|
898
|
-
color: #0d152c;
|
|
899
|
-
|
|
900
|
-
.gradient_text {
|
|
901
|
-
font-weight: 800;
|
|
902
|
-
background: linear-gradient(90deg, #f26921 0%, #6962ef 100%);
|
|
903
|
-
background-size: 200% 100%;
|
|
904
|
-
background-clip: text;
|
|
905
|
-
-webkit-background-clip: text;
|
|
906
|
-
-webkit-text-fill-color: transparent;
|
|
907
|
-
animation: gradientFlow 3s ease infinite;
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
@keyframes gradientFlow {
|
|
911
|
-
0% {
|
|
912
|
-
background-position: 0% 50%;
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
50% {
|
|
916
|
-
background-position: 100% 50%;
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
100% {
|
|
920
|
-
background-position: 0% 50%;
|
|
921
|
-
}
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.carousel_main_container {
|
|
926
|
-
display: flex;
|
|
927
|
-
justify-content: center;
|
|
928
|
-
flex-direction: column;
|
|
929
|
-
gap: 16px;
|
|
930
|
-
|
|
931
|
-
.video_container {
|
|
932
|
-
display: flex;
|
|
933
|
-
flex-direction: column;
|
|
934
|
-
align-items: center;
|
|
935
|
-
gap: 8px;
|
|
936
|
-
position: relative;
|
|
937
|
-
|
|
938
|
-
.carousel_slide {
|
|
939
|
-
display: none;
|
|
940
|
-
flex-direction: column;
|
|
941
|
-
align-items: center;
|
|
942
|
-
gap: 8px;
|
|
943
|
-
|
|
944
|
-
&.carousel_slide_active {
|
|
945
|
-
display: flex;
|
|
946
|
-
}
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
.carousel_image {
|
|
950
|
-
width: 80px;
|
|
951
|
-
height: 80px;
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
.video_text {
|
|
955
|
-
font-size: 14px;
|
|
956
|
-
font-weight: 500;
|
|
957
|
-
line-height: 16px;
|
|
958
|
-
text-align: center;
|
|
959
|
-
color: #1f2b4d;
|
|
960
|
-
}
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
.carousel_dot_container {
|
|
964
|
-
display: flex;
|
|
965
|
-
justify-content: center;
|
|
966
|
-
|
|
967
|
-
.carousel_dot {
|
|
968
|
-
width: 8px;
|
|
969
|
-
height: 8px;
|
|
970
|
-
border-radius: 50%;
|
|
971
|
-
background: #c3c8d4;
|
|
972
|
-
margin: 0 4px;
|
|
973
|
-
cursor: pointer;
|
|
974
|
-
transition: all 0.3s ease;
|
|
975
|
-
|
|
976
|
-
&:hover {
|
|
977
|
-
background: #6962ef;
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
.dot_active {
|
|
982
|
-
width: 24px;
|
|
983
|
-
height: 8px;
|
|
984
|
-
background: #6962ef;
|
|
985
|
-
border-radius: 4px;
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
.agentic_usecases_container {
|
|
991
|
-
display: flex;
|
|
992
|
-
justify-content: center;
|
|
993
|
-
align-items: center;
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
.latest_updates_container {
|
|
998
|
-
padding: 20px;
|
|
999
|
-
box-sizing: border-box;
|
|
1000
|
-
border-radius: 12px;
|
|
1001
|
-
border: 1px solid #d9dde7;
|
|
1002
|
-
display: flex;
|
|
1003
|
-
flex-direction: column;
|
|
1004
|
-
gap: 16px;
|
|
1005
|
-
align-items: center;
|
|
1006
|
-
|
|
1007
|
-
.latest_updates_header {
|
|
1008
|
-
font-size: 16px;
|
|
1009
|
-
font-weight: 700;
|
|
1010
|
-
line-height: 24px;
|
|
1011
|
-
letter-spacing: 0em;
|
|
1012
|
-
text-align: left;
|
|
1013
|
-
text-align: center;
|
|
1014
|
-
color: #1f2b4d;
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
@keyframes gradientShift {
|
|
1020
|
-
0% {
|
|
1021
|
-
background-position: 0% 50%;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
50% {
|
|
1025
|
-
background-position: 100% 50%;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
100% {
|
|
1029
|
-
background-position: 0% 50%;
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
.configurations_menu_container {
|
|
1034
|
-
// width: 374px;
|
|
1035
|
-
box-shadow: 0px 0px 18px 5px #0000000f;
|
|
1036
|
-
position: absolute;
|
|
1037
|
-
top: 58px;
|
|
1038
|
-
right: 16px;
|
|
1039
|
-
padding: 12px;
|
|
1040
|
-
background: white;
|
|
1041
|
-
border-radius: 12px;
|
|
1042
|
-
display: flex;
|
|
1043
|
-
flex-direction: column;
|
|
1044
|
-
gap: 12px;
|
|
1045
|
-
z-index: 99999;
|
|
1046
|
-
.configurations_menu_item {
|
|
1047
|
-
display: flex;
|
|
1048
|
-
gap: 12px;
|
|
1049
|
-
padding: 6px;
|
|
1050
|
-
width: 342px;
|
|
1051
|
-
cursor: pointer;
|
|
1052
|
-
&:hover {
|
|
1053
|
-
background: #6962ef26;
|
|
1054
|
-
border-radius: 8px;
|
|
1055
|
-
}
|
|
1056
|
-
.configurations_menu_item_logo {
|
|
1057
|
-
width: 32px;
|
|
1058
|
-
height: 32px;
|
|
1059
|
-
}
|
|
1060
|
-
.configurations_menu_item_content {
|
|
1061
|
-
display: flex;
|
|
1062
|
-
flex-direction: column;
|
|
1063
|
-
gap: 4px;
|
|
1064
|
-
.configurations_menu_item_content_label {
|
|
1065
|
-
font-weight: 600;
|
|
1066
|
-
font-size: 16px;
|
|
1067
|
-
color: #1f2b4d;
|
|
1068
|
-
line-height: 24px;
|
|
1069
|
-
}
|
|
1070
|
-
.configurations_menu_item_content_desc {
|
|
1071
|
-
font-size: 14px;
|
|
1072
|
-
font-weight: 500;
|
|
1073
|
-
line-height: 20px;
|
|
1074
|
-
text-align: left;
|
|
1075
|
-
color: #60697d;
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
.common_header {
|
|
1083
|
-
font-size: 20px;
|
|
1084
|
-
font-weight: 600;
|
|
1085
|
-
line-height: 24px;
|
|
1086
|
-
letter-spacing: 0em;
|
|
1087
|
-
text-align: left;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
.toolkit_header_container {
|
|
1091
|
-
display: flex;
|
|
1092
|
-
justify-content: space-between;
|
|
1093
|
-
align-items: center;
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
.primary_btn_home_page {
|
|
1097
|
-
background: #6962ef !important;
|
|
1098
|
-
border: 1px solid #6962ef !important;
|
|
1099
|
-
box-sizing: border-box;
|
|
1100
|
-
font-weight: 500 !important;
|
|
1101
|
-
line-height: 20px;
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
.url {
|
|
1105
|
-
font-weight: 500;
|
|
1106
|
-
line-height: 20px;
|
|
1107
|
-
letter-spacing: 0em;
|
|
1108
|
-
text-align: left;
|
|
1109
|
-
text-decoration: none !important;
|
|
1110
|
-
color: #6962ef !important;
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
.MondaySmart_icon {
|
|
1114
|
-
background: url("../../assets/landingPageAssets/prod-icons/mondaysmart.png")
|
|
1115
|
-
no-repeat;
|
|
1116
|
-
background-size: 28px;
|
|
1117
|
-
background-position: 0 0;
|
|
1118
|
-
padding-left: 31px;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
.AssortSmart_icon {
|
|
1122
|
-
background: url("../../assets/landingPageAssets/prod-icons/assortsmart.png")
|
|
1123
|
-
no-repeat;
|
|
1124
|
-
background-size: 28px;
|
|
1125
|
-
background-position: 0 0;
|
|
1126
|
-
padding-left: 31px;
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
.BaseSmart_icon,
|
|
1130
|
-
.BaseSmartRestaurant_icon {
|
|
1131
|
-
background: url("../../assets/landingPageAssets/prod-icons/basesmart.png")
|
|
1132
|
-
no-repeat;
|
|
1133
|
-
background-size: 24px;
|
|
1134
|
-
background-position: 0 0;
|
|
1135
|
-
padding-left: 31px;
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
.ItemSmart_icon {
|
|
1139
|
-
background: url("../../assets/landingPageAssets/prod-icons/itemsmart.png")
|
|
1140
|
-
no-repeat;
|
|
1141
|
-
background-size: 24px;
|
|
1142
|
-
background-position: 0 0;
|
|
1143
|
-
padding-left: 31px;
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
.InventorySmart_icon {
|
|
1147
|
-
background: url("../../assets/landingPageAssets/prod-icons/inventorysmart.png")
|
|
1148
|
-
no-repeat;
|
|
1149
|
-
background-size: 28px;
|
|
1150
|
-
background-position: 0 0;
|
|
1151
|
-
padding-left: 31px;
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
.MarkSmart_icon {
|
|
1155
|
-
background: url("../../assets/landingPageAssets/prod-icons/marksmart.png")
|
|
1156
|
-
no-repeat;
|
|
1157
|
-
background-size: 25px;
|
|
1158
|
-
background-position: 0 0;
|
|
1159
|
-
padding-left: 31px;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
.PriceSmart_icon {
|
|
1163
|
-
background: url("../../assets/landingPageAssets/prod-icons/pricesmart.png")
|
|
1164
|
-
no-repeat;
|
|
1165
|
-
background-size: 28px;
|
|
1166
|
-
background-position: 0 0;
|
|
1167
|
-
padding-left: 31px;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
.RackSmart_icon {
|
|
1171
|
-
background: url("../../assets/landingPageAssets/prod-icons/racksmart.png")
|
|
1172
|
-
no-repeat;
|
|
1173
|
-
background-size: 28px;
|
|
1174
|
-
background-position: 0 0;
|
|
1175
|
-
padding-left: 31px;
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
.SizeSmart_icon {
|
|
1179
|
-
background: url("../../assets/landingPageAssets/prod-icons/sizesmart.png")
|
|
1180
|
-
no-repeat;
|
|
1181
|
-
background-size: 28px;
|
|
1182
|
-
background-position: 0 0;
|
|
1183
|
-
padding-left: 31px;
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
.SpaceSmart_icon {
|
|
1187
|
-
background: url("../../assets/landingPageAssets/prod-icons/spacesmart.png")
|
|
1188
|
-
no-repeat;
|
|
1189
|
-
background-size: 28px;
|
|
1190
|
-
background-position: 0 0;
|
|
1191
|
-
padding-left: 31px;
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
.PlanSmart_icon {
|
|
1195
|
-
background: url("../../assets/landingPageAssets/prod-icons/plansmart.png")
|
|
1196
|
-
no-repeat;
|
|
1197
|
-
background-size: 28px;
|
|
1198
|
-
background-position: 0 0;
|
|
1199
|
-
padding-left: 31px;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
.ADAVisual_icon {
|
|
1203
|
-
background: url("../../assets/landingPageAssets/prod-icons/adaVisual.png")
|
|
1204
|
-
no-repeat;
|
|
1205
|
-
background-size: 18px;
|
|
1206
|
-
background-position: 0 0;
|
|
1207
|
-
padding-left: 31px;
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
.ForecastSmart_icon {
|
|
1211
|
-
background: url("../../assets/landingPageAssets/prod-icons/adaVisual.png")
|
|
1212
|
-
no-repeat;
|
|
1213
|
-
background-size: 18px;
|
|
1214
|
-
background-position: 0 0;
|
|
1215
|
-
padding-left: 31px;
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
.ClusterSmart_icon {
|
|
1219
|
-
background: url("../../assets/landingPageAssets/prod-icons/clusterSmart.png")
|
|
1220
|
-
no-repeat;
|
|
1221
|
-
background-size: 18px;
|
|
1222
|
-
background-position: 0 0;
|
|
1223
|
-
padding-left: 31px;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
.PromoSmart_icon {
|
|
1227
|
-
background: url("../../assets/landingPageAssets/prod-icons/promoSmart.png")
|
|
1228
|
-
no-repeat;
|
|
1229
|
-
background-size: 19px;
|
|
1230
|
-
background-position: 0 0;
|
|
1231
|
-
padding-left: 31px;
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.ForecastConfigurator_icon {
|
|
1235
|
-
background: url("../../assets/landingPageAssets/prod-icons/forecastConfigurator.png")
|
|
1236
|
-
no-repeat;
|
|
1237
|
-
background-size: 18px;
|
|
1238
|
-
background-position: 0 0;
|
|
1239
|
-
padding-left: 31px;
|
|
1240
|
-
font-size: 12px;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
.ADAConfigurator_icon {
|
|
1244
|
-
background: url("../../assets/landingPageAssets/prod-icons/adaConfigurator.png")
|
|
1245
|
-
no-repeat;
|
|
1246
|
-
background-size: 18px;
|
|
1247
|
-
background-position: 0 0;
|
|
1248
|
-
padding-left: 31px;
|
|
1249
|
-
}
|
|
1250
|
-
|
|
1251
|
-
.TestSmart_icon {
|
|
1252
|
-
background: url("../../assets/landingPageAssets/prod-icons/testSmart.png")
|
|
1253
|
-
no-repeat;
|
|
1254
|
-
background-size: 20px;
|
|
1255
|
-
background-position: 0 0;
|
|
1256
|
-
padding-left: 31px;
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
.AttributeSmart_icon {
|
|
1260
|
-
background: url("../../assets/landingPageAssets/prod-icons/attributeSmart.png")
|
|
1261
|
-
no-repeat;
|
|
1262
|
-
background-size: 20px;
|
|
1263
|
-
background-position: 0 0;
|
|
1264
|
-
padding-left: 31px;
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
.StoreSmart_icon {
|
|
1268
|
-
background: url("../../assets/landingPageAssets/prod-icons/storeSmart.png")
|
|
1269
|
-
no-repeat;
|
|
1270
|
-
background-size: 18px;
|
|
1271
|
-
background-position: 0 0;
|
|
1272
|
-
padding-left: 31px;
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
.main_landingpage_container .latest_updates_content {
|
|
1276
|
-
font-size: 16px;
|
|
1277
|
-
text-align: center;
|
|
1278
|
-
line-height: 18px;
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
.url {
|
|
1282
|
-
font-size: 12px;
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
|
-
// Media query for 1440px to 1600px resolution
|
|
1286
|
-
@media screen and (min-width: 1400px) and (max-width: 1600px) {
|
|
1287
|
-
.main_landingpage_container .left_panel .left_panel_header {
|
|
1288
|
-
// display: none;
|
|
1289
|
-
}
|
|
1290
|
-
.main_landingpage_container .right_panel {
|
|
1291
|
-
width: 370px;
|
|
1292
|
-
gap: 22px;
|
|
1293
|
-
}
|
|
1294
|
-
.main_landingpage_container .left_panel {
|
|
1295
|
-
width: calc(100% - 390px);
|
|
1296
|
-
}
|
|
1297
|
-
.main_landingpage_container .left_panel .left_panel_product_container {
|
|
1298
|
-
top: 122px;
|
|
1299
|
-
}
|
|
1300
|
-
.main_landingpage_container .left_panel .smart_ai_tool_container {
|
|
1301
|
-
margin-top: 22px;
|
|
1302
|
-
}
|
|
1303
|
-
.main_landingpage_container .latest_updates_content {
|
|
1304
|
-
font-size: 14px;
|
|
1305
|
-
text-align: center;
|
|
1306
|
-
line-height: 18px;
|
|
1307
|
-
}
|
|
1308
|
-
.main_landingpage_container
|
|
1309
|
-
.left_panel
|
|
1310
|
-
.tool_kit_container
|
|
1311
|
-
.tool_kit_content
|
|
1312
|
-
.tool_kit_item
|
|
1313
|
-
.tool_kit_item_icon {
|
|
1314
|
-
// font-size: 14px;
|
|
1315
|
-
}
|
|
1316
|
-
.main_landingpage_container
|
|
1317
|
-
.left_panel
|
|
1318
|
-
.left_panel_header
|
|
1319
|
-
.left_section_header
|
|
1320
|
-
.right_content_container
|
|
1321
|
-
.right_content_title {
|
|
1322
|
-
font-size: 16px;
|
|
1323
|
-
}
|
|
1324
|
-
.common_header {
|
|
1325
|
-
font-size: 18px;
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
.right_panel_content {
|
|
1329
|
-
gap: 22px !important;
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
.main_landingpage_container
|
|
1333
|
-
.left_panel
|
|
1334
|
-
.tool_kit_container
|
|
1335
|
-
.know_more_container
|
|
1336
|
-
.km_heading_container
|
|
1337
|
-
.know_more_container_heading {
|
|
1338
|
-
font-size: 18px;
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
.main_landingpage_container
|
|
1342
|
-
.left_panel
|
|
1343
|
-
.tool_kit_container
|
|
1344
|
-
.know_more_container
|
|
1345
|
-
.km_folder_container {
|
|
1346
|
-
gap: 18px;
|
|
1347
|
-
}
|
|
1348
|
-
.main_landingpage_container
|
|
1349
|
-
.left_panel
|
|
1350
|
-
.tool_kit_container
|
|
1351
|
-
.know_more_container
|
|
1352
|
-
.km_folder_container
|
|
1353
|
-
.km_folder_item
|
|
1354
|
-
.km_folder_content {
|
|
1355
|
-
font-size: 12px;
|
|
1356
|
-
line-height: 14px;
|
|
1357
|
-
}
|
|
1358
|
-
.main_landingpage_container
|
|
1359
|
-
.left_panel
|
|
1360
|
-
.tool_kit_container
|
|
1361
|
-
.tool_kit_content {
|
|
1362
|
-
gap: 16px;
|
|
1363
|
-
}
|
|
1364
|
-
.main_landingpage_container .left_panel .tool_kit_container {
|
|
1365
|
-
}
|
|
1366
|
-
.main_landingpage_container
|
|
1367
|
-
.left_panel
|
|
1368
|
-
.smart_ai_tool_container
|
|
1369
|
-
.tool_kit_content
|
|
1370
|
-
.tool_kit_item {
|
|
1371
|
-
padding: 16px 10px;
|
|
1372
|
-
}
|
|
1373
|
-
.main_landingpage_container
|
|
1374
|
-
.left_panel
|
|
1375
|
-
.smart_ai_tool_container
|
|
1376
|
-
.tool_kit_content
|
|
1377
|
-
.tool_kit_item
|
|
1378
|
-
.tool_kit_item_icon {
|
|
1379
|
-
font-size: 14px;
|
|
1380
|
-
}
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
@media screen and (max-width: 1399px) {
|
|
1384
|
-
.main_landingpage_container .left_panel .left_panel_header {
|
|
1385
|
-
// display: none;
|
|
1386
|
-
}
|
|
1387
|
-
.main_landingpage_container .right_panel {
|
|
1388
|
-
width: 300px;
|
|
1389
|
-
gap: 22px;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
.main_landingpage_container .left_panel .left_panel_product_container {
|
|
1393
|
-
top: 122px;
|
|
1394
|
-
}
|
|
1395
|
-
.main_landingpage_container .left_panel .smart_ai_tool_container {
|
|
1396
|
-
margin-top: 22px;
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
.main_landingpage_container
|
|
1400
|
-
.left_panel
|
|
1401
|
-
.left_panel_header
|
|
1402
|
-
.left_section_header
|
|
1403
|
-
.right_content_container
|
|
1404
|
-
.right_content_title {
|
|
1405
|
-
font-size: 16px;
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
.main_landingpage_container
|
|
1409
|
-
.left_panel
|
|
1410
|
-
.tool_kit_container
|
|
1411
|
-
.know_more_container
|
|
1412
|
-
.km_heading_container
|
|
1413
|
-
.know_more_container_heading {
|
|
1414
|
-
font-size: 18px;
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
|
-
.main_landingpage_container
|
|
1418
|
-
.left_panel
|
|
1419
|
-
.tool_kit_container
|
|
1420
|
-
.know_more_container
|
|
1421
|
-
.km_folder_container {
|
|
1422
|
-
gap: 18px;
|
|
1423
|
-
}
|
|
1424
|
-
.main_landingpage_container
|
|
1425
|
-
.left_panel
|
|
1426
|
-
.tool_kit_container
|
|
1427
|
-
.know_more_container
|
|
1428
|
-
.km_folder_container
|
|
1429
|
-
.km_folder_item
|
|
1430
|
-
.km_folder_content {
|
|
1431
|
-
font-size: 12px;
|
|
1432
|
-
line-height: 14px;
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
// code for 1366px
|
|
1436
|
-
|
|
1437
|
-
.main_landingpage_container .left_panel {
|
|
1438
|
-
width: calc(100% - 320px);
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
|
-
.main_landingpage_container
|
|
1442
|
-
.right_panel
|
|
1443
|
-
.smart_pf_panel_container
|
|
1444
|
-
.top_text_container
|
|
1445
|
-
.top_label {
|
|
1446
|
-
font-size: 14px;
|
|
1447
|
-
}
|
|
1448
|
-
.main_landingpage_container
|
|
1449
|
-
.right_panel
|
|
1450
|
-
.smart_pf_panel_container
|
|
1451
|
-
.top_text_container
|
|
1452
|
-
.gradient_text {
|
|
1453
|
-
font-size: 16px;
|
|
1454
|
-
margin-top: 0px;
|
|
1455
|
-
}
|
|
1456
|
-
.main_landingpage_container .right_panel .smart_pf_panel_container,
|
|
1457
|
-
.main_landingpage_container .right_panel .smart_agent_studio_container,
|
|
1458
|
-
.main_landingpage_container .right_panel .latest_updates_container {
|
|
1459
|
-
padding: 14px;
|
|
1460
|
-
}
|
|
1461
|
-
.main_landingpage_container
|
|
1462
|
-
.right_panel
|
|
1463
|
-
.smart_pf_panel_container
|
|
1464
|
-
.top_text_container {
|
|
1465
|
-
margin-bottom: 14px;
|
|
1466
|
-
}
|
|
1467
|
-
.main_landingpage_container
|
|
1468
|
-
.right_panel
|
|
1469
|
-
.smart_pf_panel_container
|
|
1470
|
-
.bottom_cards_container {
|
|
1471
|
-
gap: 12px;
|
|
1472
|
-
}
|
|
1473
|
-
.main_landingpage_container
|
|
1474
|
-
.right_panel
|
|
1475
|
-
.smart_pf_panel_container
|
|
1476
|
-
.bottom_cards_container
|
|
1477
|
-
.card_ia
|
|
1478
|
-
.right_content_container_card {
|
|
1479
|
-
font-size: 12px;
|
|
1480
|
-
line-height: 14px;
|
|
1481
|
-
}
|
|
1482
|
-
.main_landingpage_container
|
|
1483
|
-
.right_panel
|
|
1484
|
-
.smart_agent_studio_container
|
|
1485
|
-
.smart_agent_pf_headiing {
|
|
1486
|
-
font-size: 14px;
|
|
1487
|
-
line-height: 18px;
|
|
1488
|
-
}
|
|
1489
|
-
.main_landingpage_container
|
|
1490
|
-
.right_panel
|
|
1491
|
-
.smart_agent_studio_container
|
|
1492
|
-
.carousel_main_container
|
|
1493
|
-
.video_container
|
|
1494
|
-
.video {
|
|
1495
|
-
width: 245px;
|
|
1496
|
-
height: 145px;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
.main_landingpage_container
|
|
1500
|
-
.right_panel
|
|
1501
|
-
.smart_agent_studio_container
|
|
1502
|
-
.carousel_main_container
|
|
1503
|
-
.video_container
|
|
1504
|
-
.video_text {
|
|
1505
|
-
font-size: 12px;
|
|
1506
|
-
line-height: 16px;
|
|
1507
|
-
}
|
|
1508
|
-
.main_landingpage_container
|
|
1509
|
-
.right_panel
|
|
1510
|
-
.latest_updates_container
|
|
1511
|
-
.latest_updates_header {
|
|
1512
|
-
font-size: 12px;
|
|
1513
|
-
line-height: 16px;
|
|
1514
|
-
}
|
|
1515
|
-
.main_landingpage_container .latest_updates_content {
|
|
1516
|
-
font-size: 12px;
|
|
1517
|
-
line-height: 16px;
|
|
1518
|
-
}
|
|
1519
|
-
.main_landingpage_container
|
|
1520
|
-
.left_panel
|
|
1521
|
-
.tool_kit_container
|
|
1522
|
-
.tool_kit_content
|
|
1523
|
-
.tool_kit_item
|
|
1524
|
-
.tool_kit_item_icon {
|
|
1525
|
-
font-size: 14px;
|
|
1526
|
-
padding-left: 24px;
|
|
1527
|
-
}
|
|
1528
|
-
.MondaySmart_icon,
|
|
1529
|
-
.InventorySmart_icon {
|
|
1530
|
-
background-size: 20px;
|
|
1531
|
-
}
|
|
1532
|
-
.common_header {
|
|
1533
|
-
font-size: 14px;
|
|
1534
|
-
}
|
|
1535
|
-
.main_landingpage_container .left_panel .tool_kit_container {
|
|
1536
|
-
padding: 16px;
|
|
1537
|
-
}
|
|
1538
|
-
.right_panel_content {
|
|
1539
|
-
gap: 22px !important;
|
|
1540
|
-
}
|
|
1541
|
-
.main_landingpage_container
|
|
1542
|
-
.left_panel
|
|
1543
|
-
.tool_kit_container
|
|
1544
|
-
.tool_kit_content {
|
|
1545
|
-
gap: 12px;
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
.main_landingpage_container
|
|
1549
|
-
.right_panel
|
|
1550
|
-
.client_logo_container
|
|
1551
|
-
.impact_client_logo_image {
|
|
1552
|
-
width: 60%;
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
|
|
1556
|
-
.agentic_usecases_panel {
|
|
1557
|
-
width: 684px !important;
|
|
1558
|
-
.agentic_usecases_panel_content {
|
|
1559
|
-
display: flex;
|
|
1560
|
-
flex-wrap: wrap;
|
|
1561
|
-
gap: 16px;
|
|
1562
|
-
.agentic_usecases_panel_content_item_container {
|
|
1563
|
-
position: relative;
|
|
1564
|
-
&:hover {
|
|
1565
|
-
.agentic_usecases_panel_content_item_button {
|
|
1566
|
-
display: flex !important;
|
|
1567
|
-
}
|
|
1568
|
-
}
|
|
1569
|
-
}
|
|
1570
|
-
.agentic_usecases_panel_content_item_button {
|
|
1571
|
-
position: absolute;
|
|
1572
|
-
bottom: 12px;
|
|
1573
|
-
right: 100px;
|
|
1574
|
-
display: none !important;
|
|
1575
|
-
}
|
|
1576
|
-
.agentic_usecases_panel_content_item {
|
|
1577
|
-
display: flex;
|
|
1578
|
-
flex-direction: column;
|
|
1579
|
-
width: 310px;
|
|
1580
|
-
padding: 16px;
|
|
1581
|
-
gap: 12px;
|
|
1582
|
-
border-radius: 8px;
|
|
1583
|
-
border: 1px solid transparent;
|
|
1584
|
-
|
|
1585
|
-
&:hover {
|
|
1586
|
-
border: 1px solid;
|
|
1587
|
-
.agentic_usecases_panel_content_item_content {
|
|
1588
|
-
background: linear-gradient(
|
|
1589
|
-
180deg,
|
|
1590
|
-
rgba(255, 249, 245, 0) 0%,
|
|
1591
|
-
rgba(2, 2, 2, 0.59) 100%
|
|
1592
|
-
);
|
|
1593
|
-
margin-inline: -16px;
|
|
1594
|
-
padding-inline: 16px;
|
|
1595
|
-
margin-bottom: -16px;
|
|
1596
|
-
padding-bottom: 16px;
|
|
1597
|
-
border-radius: 0 0 7px 7px;
|
|
1598
|
-
}
|
|
1599
|
-
}
|
|
1600
|
-
.agentic_usecases_panel_content_item_image {
|
|
1601
|
-
width: 40px;
|
|
1602
|
-
height: 40px;
|
|
1603
|
-
}
|
|
1604
|
-
.agentic_usecases_panel_content_item_content {
|
|
1605
|
-
display: flex;
|
|
1606
|
-
flex-direction: column;
|
|
1607
|
-
gap: 12px;
|
|
1608
|
-
.agentic_usecases_panel_content_item_name {
|
|
1609
|
-
font-size: 14px;
|
|
1610
|
-
font-weight: 700;
|
|
1611
|
-
line-height: 21px;
|
|
1612
|
-
color: #1f2b4d;
|
|
1613
|
-
}
|
|
1614
|
-
.agentic_usecases_panel_content_item_description {
|
|
1615
|
-
font-size: 14px;
|
|
1616
|
-
font-weight: 500;
|
|
1617
|
-
line-height: 20px;
|
|
1618
|
-
color: #31416e;
|
|
1619
|
-
}
|
|
1620
|
-
}
|
|
1621
|
-
}
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
.agentic_usecases_panel_content_item_button:hover
|
|
1626
|
-
+ .agentic_usecases_panel_content_item
|
|
1627
|
-
.agentic_usecases_panel_content_item_content {
|
|
1628
|
-
background: linear-gradient(
|
|
1629
|
-
180deg,
|
|
1630
|
-
rgba(255, 249, 245, 0) 0%,
|
|
1631
|
-
rgba(2, 2, 2, 0.59) 100%
|
|
1632
|
-
);
|
|
1633
|
-
margin-inline: -16px;
|
|
1634
|
-
padding-inline: 16px;
|
|
1635
|
-
margin-bottom: -16px;
|
|
1636
|
-
padding-bottom: 16px;
|
|
1637
|
-
border-radius: 0 0 7px 7px;
|
|
1638
|
-
}
|