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,37 +0,0 @@
|
|
|
1
|
-
.field {
|
|
2
|
-
.field-label {
|
|
3
|
-
font-size: 14px;
|
|
4
|
-
color: #666;
|
|
5
|
-
margin-bottom: 8px;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
// Additional specific styles for form elements
|
|
10
|
-
.form-section {
|
|
11
|
-
.field {
|
|
12
|
-
margin-bottom: 24px;
|
|
13
|
-
|
|
14
|
-
&:last-child {
|
|
15
|
-
margin-bottom: 0;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.left-panel-content {
|
|
21
|
-
height: 100%;
|
|
22
|
-
display: flex;
|
|
23
|
-
flex-direction: column;
|
|
24
|
-
justify-content: space-between;
|
|
25
|
-
|
|
26
|
-
.left-panel-title {
|
|
27
|
-
h1 {
|
|
28
|
-
margin-bottom: 16px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.right-content .ia-stepper.progress {
|
|
34
|
-
.progress-steps {
|
|
35
|
-
margin-bottom: 32px;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
import React, { memo } from "react";
|
|
2
|
-
import { DynamicLayout } from "../DynamicLayout";
|
|
3
|
-
import { Button } from "../Button";
|
|
4
|
-
import { Stepper } from "../Stepper";
|
|
5
|
-
import createFlowImage from "../../assets/createFlowImage.svg";
|
|
6
|
-
import "./CreateItemFlow.styles.scss";
|
|
7
|
-
|
|
8
|
-
// components extract outside of function scope to prevent redefining
|
|
9
|
-
const LeftPanelContent = ({
|
|
10
|
-
leftPanelTitle,
|
|
11
|
-
leftPanelDescription,
|
|
12
|
-
leftPanelImage,
|
|
13
|
-
}) => (
|
|
14
|
-
<div className="left-panel-content">
|
|
15
|
-
<div className="left-panel-title">
|
|
16
|
-
<h1>{leftPanelTitle}</h1>
|
|
17
|
-
<p>{leftPanelDescription}</p>
|
|
18
|
-
</div>
|
|
19
|
-
{leftPanelImage ? (
|
|
20
|
-
leftPanelImage
|
|
21
|
-
) : (
|
|
22
|
-
<img
|
|
23
|
-
className="left-panel-image"
|
|
24
|
-
src={createFlowImage}
|
|
25
|
-
alt="Create Item Flow"
|
|
26
|
-
/>
|
|
27
|
-
)}
|
|
28
|
-
</div>
|
|
29
|
-
);
|
|
30
|
-
|
|
31
|
-
const RightContentPanel = ({
|
|
32
|
-
showStepper,
|
|
33
|
-
steps,
|
|
34
|
-
step,
|
|
35
|
-
stepperVariant,
|
|
36
|
-
onStepClick,
|
|
37
|
-
headings,
|
|
38
|
-
children,
|
|
39
|
-
contentRef,
|
|
40
|
-
hasScroll,
|
|
41
|
-
actionsChildren,
|
|
42
|
-
onCancel,
|
|
43
|
-
onPrev,
|
|
44
|
-
onNext,
|
|
45
|
-
totalSteps,
|
|
46
|
-
}) => (
|
|
47
|
-
<>
|
|
48
|
-
{showStepper && (
|
|
49
|
-
<Stepper
|
|
50
|
-
steps={steps}
|
|
51
|
-
activeStep={step - 1}
|
|
52
|
-
handleStep={(index) => onStepClick && onStepClick(index + 1)}
|
|
53
|
-
orientation="horizontal"
|
|
54
|
-
variant={stepperVariant}
|
|
55
|
-
/>
|
|
56
|
-
)}
|
|
57
|
-
<div
|
|
58
|
-
ref={contentRef}
|
|
59
|
-
className={`content-wrapper ${!hasScroll ? "no-scroll" : ""}`}
|
|
60
|
-
>
|
|
61
|
-
{headings.map((heading, index) => (
|
|
62
|
-
<div key={index} className="heading">
|
|
63
|
-
<h2>{heading}</h2>
|
|
64
|
-
{React.Children.toArray(children)[index]}
|
|
65
|
-
</div>
|
|
66
|
-
))}
|
|
67
|
-
</div>
|
|
68
|
-
|
|
69
|
-
{actionsChildren ? (
|
|
70
|
-
<div className="actions">{actionsChildren}</div>
|
|
71
|
-
) : (
|
|
72
|
-
<div className="actions">
|
|
73
|
-
{step === 1 ? (
|
|
74
|
-
<Button variant="secondary" onClick={onCancel}>
|
|
75
|
-
Cancel
|
|
76
|
-
</Button>
|
|
77
|
-
) : (
|
|
78
|
-
<Button variant="secondary" onClick={onPrev}>
|
|
79
|
-
Previous
|
|
80
|
-
</Button>
|
|
81
|
-
)}
|
|
82
|
-
<Button variant="primary" onClick={onNext}>
|
|
83
|
-
{step === totalSteps ? "Submit" : "Next"}
|
|
84
|
-
</Button>
|
|
85
|
-
</div>
|
|
86
|
-
)}
|
|
87
|
-
</>
|
|
88
|
-
);
|
|
89
|
-
|
|
90
|
-
export const CreateItemFlow = memo(
|
|
91
|
-
({
|
|
92
|
-
step = 1,
|
|
93
|
-
totalSteps = 3,
|
|
94
|
-
leftPanelWidth,
|
|
95
|
-
headings = [],
|
|
96
|
-
children,
|
|
97
|
-
onCancel,
|
|
98
|
-
onNext,
|
|
99
|
-
onPrev,
|
|
100
|
-
onStepClick,
|
|
101
|
-
stepperVariant = "progress",
|
|
102
|
-
leftPanelTitle = "Create item",
|
|
103
|
-
leftPanelDescription = "",
|
|
104
|
-
leftPanelImage = null,
|
|
105
|
-
actionsChildren = null,
|
|
106
|
-
showStepper = true,
|
|
107
|
-
}) => {
|
|
108
|
-
const steps = React.useMemo(() => {
|
|
109
|
-
return Array.from({ length: totalSteps }, (_, idx) => ({
|
|
110
|
-
label: `Step ${idx + 1}`,
|
|
111
|
-
description: `Step ${idx + 1} of ${totalSteps}`,
|
|
112
|
-
}));
|
|
113
|
-
}, [totalSteps]);
|
|
114
|
-
|
|
115
|
-
return (
|
|
116
|
-
<DynamicLayout
|
|
117
|
-
leftPanel={
|
|
118
|
-
<LeftPanelContent
|
|
119
|
-
leftPanelTitle={leftPanelTitle}
|
|
120
|
-
leftPanelDescription={leftPanelDescription}
|
|
121
|
-
leftPanelImage={leftPanelImage}
|
|
122
|
-
/>
|
|
123
|
-
}
|
|
124
|
-
rightContent={
|
|
125
|
-
<RightContentPanel
|
|
126
|
-
showStepper={showStepper}
|
|
127
|
-
steps={steps}
|
|
128
|
-
step={step}
|
|
129
|
-
stepperVariant={stepperVariant}
|
|
130
|
-
onStepClick={onStepClick}
|
|
131
|
-
headings={headings}
|
|
132
|
-
children={children}
|
|
133
|
-
actionsChildren={actionsChildren}
|
|
134
|
-
onCancel={onCancel}
|
|
135
|
-
onPrev={onPrev}
|
|
136
|
-
onNext={onNext}
|
|
137
|
-
totalSteps={totalSteps}
|
|
138
|
-
/>
|
|
139
|
-
}
|
|
140
|
-
leftPanelWidth={leftPanelWidth}
|
|
141
|
-
showStepper={showStepper}
|
|
142
|
-
/>
|
|
143
|
-
);
|
|
144
|
-
}
|
|
145
|
-
);
|
|
@@ -1,519 +0,0 @@
|
|
|
1
|
-
@import "../../styles/index.scss";
|
|
2
|
-
|
|
3
|
-
.impact-datepicker-main-container {
|
|
4
|
-
display: flex;
|
|
5
|
-
font-family: $fontFamily;
|
|
6
|
-
// position: absolute;
|
|
7
|
-
// bottom: 20px;
|
|
8
|
-
&.label-flex-row {
|
|
9
|
-
flex-direction: row;
|
|
10
|
-
align-items: center;
|
|
11
|
-
gap: 16px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
&.label-flex-column {
|
|
15
|
-
flex-direction: column;
|
|
16
|
-
.datePicker-label {
|
|
17
|
-
margin-bottom: 6px;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.datePicker-label {
|
|
22
|
-
font-family: $fontFamily;
|
|
23
|
-
color: $textButtonFontColor;
|
|
24
|
-
font-size: 12px;
|
|
25
|
-
line-height: 18px;
|
|
26
|
-
font-weight: $normalFontWeight;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.datePicker-container {
|
|
30
|
-
position: relative;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.datePicker-input-container {
|
|
34
|
-
width: 240px;
|
|
35
|
-
height: 32px;
|
|
36
|
-
|
|
37
|
-
.impact-datepicker-date-input {
|
|
38
|
-
height: 32px;
|
|
39
|
-
border: none;
|
|
40
|
-
border-radius: 8px;
|
|
41
|
-
padding-left: 12px;
|
|
42
|
-
width: 100%;
|
|
43
|
-
background: url("../../assets/calendar.svg") no-repeat;
|
|
44
|
-
background-color: #fff;
|
|
45
|
-
border: 1px solid #c3c8d4;
|
|
46
|
-
background-size: 14px;
|
|
47
|
-
background-position: center right 12px;
|
|
48
|
-
font-family: $fontFamily;
|
|
49
|
-
font-weight: $normalFontWeight;
|
|
50
|
-
font-size: 14px;
|
|
51
|
-
// @media screen and (max-width: 1399px) and (min-width: 1200px) {
|
|
52
|
-
// padding-left: 10px;
|
|
53
|
-
// background-size: 13px;
|
|
54
|
-
// background-position: center right 10px;
|
|
55
|
-
// font-size: 12px;
|
|
56
|
-
// }
|
|
57
|
-
&:hover {
|
|
58
|
-
cursor: pointer;
|
|
59
|
-
border: 1px solid $primaryColor;
|
|
60
|
-
}
|
|
61
|
-
&:focus {
|
|
62
|
-
border: 1px solid $primaryColor;
|
|
63
|
-
}
|
|
64
|
-
&:focus::placeholder {
|
|
65
|
-
color: $primaryColor;
|
|
66
|
-
}
|
|
67
|
-
&:focus-visible {
|
|
68
|
-
outline: none;
|
|
69
|
-
border: 1px solid $primaryColor;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.datePicker-input-container-custom-icon {
|
|
75
|
-
display: flex;
|
|
76
|
-
position: relative;
|
|
77
|
-
.impact-datepicker-date-input {
|
|
78
|
-
background: white !important;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.datePicker-input-disabled {
|
|
83
|
-
.impact-datepicker-date-input {
|
|
84
|
-
border: 1px solid $disabledSecondaryBorder;
|
|
85
|
-
background-color: $inactiveInputBackground;
|
|
86
|
-
pointer-events: none !important;
|
|
87
|
-
&:hover {
|
|
88
|
-
border: 1px solid $disabledSecondaryBorder;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.impact-datePicker-error {
|
|
94
|
-
.impact-datepicker-date-input {
|
|
95
|
-
border: 1px solid red !important;
|
|
96
|
-
|
|
97
|
-
&:hover {
|
|
98
|
-
cursor: pointer;
|
|
99
|
-
border: 1px solid red !important;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
&:focus {
|
|
103
|
-
border: 1px solid red !important;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
&:focus-visible {
|
|
107
|
-
outline: none;
|
|
108
|
-
border: 1px solid red !important;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
&:focus::placeholder {
|
|
112
|
-
color: red;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.impact-date-picker-dropdown-container {
|
|
119
|
-
position: absolute;
|
|
120
|
-
top: 35px;
|
|
121
|
-
left: 0;
|
|
122
|
-
width: 269px;
|
|
123
|
-
background-color: #fff;
|
|
124
|
-
border: none;
|
|
125
|
-
border-radius: 8px;
|
|
126
|
-
box-shadow: 0px 1px 6px 0px #00000029;
|
|
127
|
-
z-index: 99;
|
|
128
|
-
|
|
129
|
-
&.impact-date-picker-dropdown-top {
|
|
130
|
-
top: auto;
|
|
131
|
-
bottom: calc(100% + 4px);
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
&.impact-date-picker-dropdown-portal {
|
|
135
|
-
position: relative;
|
|
136
|
-
top: 0;
|
|
137
|
-
left: 0;
|
|
138
|
-
}
|
|
139
|
-
.DayPicker {
|
|
140
|
-
width: 269px !important;
|
|
141
|
-
height: 250px;
|
|
142
|
-
& > div {
|
|
143
|
-
width: 269px;
|
|
144
|
-
// height: inherit;
|
|
145
|
-
& > div {
|
|
146
|
-
width: 269px !important;
|
|
147
|
-
// height: inherit;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.DayPicker__withBorder {
|
|
153
|
-
box-shadow: none;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.DayPicker_focusRegion {
|
|
157
|
-
width: 269px !important;
|
|
158
|
-
// height: inherit;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.DayPicker_transitionContainer {
|
|
162
|
-
width: 269px !important;
|
|
163
|
-
min-height: 250px;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.CalendarMonthGrid__horizontal {
|
|
167
|
-
left: 0;
|
|
168
|
-
}
|
|
169
|
-
.CalendarMonthGrid_month__hidden {
|
|
170
|
-
width: 269px;
|
|
171
|
-
}
|
|
172
|
-
.CalendarMonthGrid_month__horizontal {
|
|
173
|
-
width: 269px;
|
|
174
|
-
// height: 220px;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.CalendarMonth {
|
|
178
|
-
padding: 20px !important;
|
|
179
|
-
}
|
|
180
|
-
.CalendarMonth_caption {
|
|
181
|
-
padding-top: 0px;
|
|
182
|
-
padding-bottom: 28px;
|
|
183
|
-
}
|
|
184
|
-
.DayPickerNavigation_leftButton__horizontalDefault {
|
|
185
|
-
left: 20px;
|
|
186
|
-
top: 17px;
|
|
187
|
-
}
|
|
188
|
-
.DayPickerNavigation_rightButton__horizontalDefault {
|
|
189
|
-
right: 20px;
|
|
190
|
-
top: 17px;
|
|
191
|
-
}
|
|
192
|
-
.CalendarMonth_caption {
|
|
193
|
-
font-family: $fontFamily;
|
|
194
|
-
font-weight: $normalFontWeight;
|
|
195
|
-
font-size: 14px;
|
|
196
|
-
color: $mainFontColor;
|
|
197
|
-
}
|
|
198
|
-
.DayPicker_weekHeader_li small {
|
|
199
|
-
line-height: 20px;
|
|
200
|
-
}
|
|
201
|
-
.DayPicker_weekHeader {
|
|
202
|
-
left: 0px;
|
|
203
|
-
padding: 0px 12px;
|
|
204
|
-
width: 269px;
|
|
205
|
-
top: 50px;
|
|
206
|
-
ul {
|
|
207
|
-
font-family: $fontFamily;
|
|
208
|
-
font-size: 12px;
|
|
209
|
-
font-weight: 400;
|
|
210
|
-
padding-left: 1px;
|
|
211
|
-
}
|
|
212
|
-
&::after {
|
|
213
|
-
content: "";
|
|
214
|
-
position: absolute;
|
|
215
|
-
bottom: -2px;
|
|
216
|
-
left: 15px;
|
|
217
|
-
width: 80%;
|
|
218
|
-
height: 1px;
|
|
219
|
-
background-color: $darkGrayColor;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
// date picker navigation styles
|
|
224
|
-
|
|
225
|
-
.DayPickerNavigation {
|
|
226
|
-
position: relative;
|
|
227
|
-
z-index: 2;
|
|
228
|
-
}
|
|
229
|
-
.DayPickerNavigation__horizontal {
|
|
230
|
-
height: 0;
|
|
231
|
-
}
|
|
232
|
-
.DayPickerNavigation__verticalScrollable_prevNav {
|
|
233
|
-
z-index: 1;
|
|
234
|
-
}
|
|
235
|
-
.DayPickerNavigation__verticalDefault {
|
|
236
|
-
position: absolute;
|
|
237
|
-
width: 100%;
|
|
238
|
-
height: 52px;
|
|
239
|
-
bottom: 0;
|
|
240
|
-
left: 0;
|
|
241
|
-
}
|
|
242
|
-
.DayPickerNavigation__verticalScrollableDefault {
|
|
243
|
-
position: relative;
|
|
244
|
-
}
|
|
245
|
-
.DayPickerNavigation__bottom {
|
|
246
|
-
height: auto;
|
|
247
|
-
}
|
|
248
|
-
.DayPickerNavigation__bottomDefault {
|
|
249
|
-
-webkit-box-pack: justify;
|
|
250
|
-
-ms-flex-pack: justify;
|
|
251
|
-
display: -webkit-box;
|
|
252
|
-
display: -moz-box;
|
|
253
|
-
display: -ms-flexbox;
|
|
254
|
-
display: -webkit-flex;
|
|
255
|
-
display: flex;
|
|
256
|
-
-webkit-justify-content: space-between;
|
|
257
|
-
justify-content: space-between;
|
|
258
|
-
}
|
|
259
|
-
.DayPickerNavigation_button {
|
|
260
|
-
cursor: pointer;
|
|
261
|
-
-webkit-user-select: none;
|
|
262
|
-
-moz-user-select: none;
|
|
263
|
-
-ms-user-select: none;
|
|
264
|
-
user-select: none;
|
|
265
|
-
border: 0;
|
|
266
|
-
padding: 0;
|
|
267
|
-
margin: 0;
|
|
268
|
-
}
|
|
269
|
-
.DayPickerNavigation_button__default {
|
|
270
|
-
background: url("../../assets/accordion-chevron.svg") no-repeat;
|
|
271
|
-
/* width: 16px;
|
|
272
|
-
height: 16px; */
|
|
273
|
-
background-size: 12px;
|
|
274
|
-
transform: rotate(90deg);
|
|
275
|
-
}
|
|
276
|
-
.DayPickerNavigation_button__default svg {
|
|
277
|
-
display: none;
|
|
278
|
-
}
|
|
279
|
-
.DayPickerNavigation_button__default:focus,
|
|
280
|
-
.DayPickerNavigation_button__default:hover {
|
|
281
|
-
/* border: 1px solid #c4c4c4 */
|
|
282
|
-
}
|
|
283
|
-
.DayPickerNavigation_button__default:active {
|
|
284
|
-
/* background: #f2f2f2 */
|
|
285
|
-
}
|
|
286
|
-
.DayPickerNavigation_button__disabled {
|
|
287
|
-
/* cursor: default;
|
|
288
|
-
border: 1px solid #f2f2f2 */
|
|
289
|
-
opacity: 0.8;
|
|
290
|
-
}
|
|
291
|
-
.DayPickerNavigation_button__disabled:focus,
|
|
292
|
-
.DayPickerNavigation_button__disabled:hover {
|
|
293
|
-
/* border: 1px solid #f2f2f2 */
|
|
294
|
-
}
|
|
295
|
-
.DayPickerNavigation_button__disabled:active {
|
|
296
|
-
/* background: 0 0 */
|
|
297
|
-
}
|
|
298
|
-
.DayPickerNavigation_button__horizontalDefault {
|
|
299
|
-
position: absolute;
|
|
300
|
-
top: 25px;
|
|
301
|
-
line-height: 0.78;
|
|
302
|
-
border-radius: 3px;
|
|
303
|
-
padding: 6px 6px;
|
|
304
|
-
}
|
|
305
|
-
.DayPickerNavigation_bottomButton__horizontalDefault {
|
|
306
|
-
position: static;
|
|
307
|
-
margin: -10px 22px 30px;
|
|
308
|
-
}
|
|
309
|
-
.DayPickerNavigation_leftButton__horizontalDefault {
|
|
310
|
-
left: 22px;
|
|
311
|
-
}
|
|
312
|
-
.DayPickerNavigation_rightButton__horizontalDefault {
|
|
313
|
-
transform: rotate(-90deg);
|
|
314
|
-
right: 22px;
|
|
315
|
-
}
|
|
316
|
-
.DayPickerNavigation_button__verticalDefault {
|
|
317
|
-
padding: 5px;
|
|
318
|
-
background: #fff;
|
|
319
|
-
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
|
|
320
|
-
position: relative;
|
|
321
|
-
display: inline-block;
|
|
322
|
-
text-align: center;
|
|
323
|
-
height: 100%;
|
|
324
|
-
width: 50%;
|
|
325
|
-
}
|
|
326
|
-
.DayPickerNavigation_nextButton__verticalDefault {
|
|
327
|
-
border-left: 0;
|
|
328
|
-
}
|
|
329
|
-
.DayPickerNavigation_nextButton__verticalScrollableDefault,
|
|
330
|
-
.DayPickerNavigation_prevButton__verticalScrollableDefault {
|
|
331
|
-
width: 100%;
|
|
332
|
-
}
|
|
333
|
-
.DayPickerNavigation_svg__horizontal {
|
|
334
|
-
}
|
|
335
|
-
.DayPickerNavigation_svg__vertical {
|
|
336
|
-
height: 42px;
|
|
337
|
-
width: 42px;
|
|
338
|
-
fill: #484848;
|
|
339
|
-
}
|
|
340
|
-
.DayPickerNavigation_svg__disabled {
|
|
341
|
-
fill: #f2f2f2;
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.CalendarMonth_table {
|
|
345
|
-
border-collapse: separate;
|
|
346
|
-
border-spacing: 10px 8px;
|
|
347
|
-
padding-top: 8px;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.CalendarDay__default {
|
|
351
|
-
font-family: $fontFamily;
|
|
352
|
-
font-size: 12px;
|
|
353
|
-
font-weight: 400;
|
|
354
|
-
line-height: 16.39px;
|
|
355
|
-
color: $mainFontColor;
|
|
356
|
-
border: none;
|
|
357
|
-
width: 20px !important;
|
|
358
|
-
height: 20px !important;
|
|
359
|
-
padding-top: 2px;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.CalendarDay__default:hover {
|
|
363
|
-
background: #eceefd !important;
|
|
364
|
-
color: $primaryColor;
|
|
365
|
-
border-radius: 8px;
|
|
366
|
-
outline: 1px solid #b3bdf8;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.CalendarDay__selected,
|
|
370
|
-
.CalendarDay__selected:active,
|
|
371
|
-
.CalendarDay__selected:hover {
|
|
372
|
-
background: #4259ee !important;
|
|
373
|
-
color: #fff;
|
|
374
|
-
border-radius: 8px;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.CalendarDay__blocked_out_of_range {
|
|
378
|
-
color: #c3c8d4 !important;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.DayPicker_weekHeader_li {
|
|
382
|
-
display: inline-block;
|
|
383
|
-
text-align: center;
|
|
384
|
-
margin-left: 10px;
|
|
385
|
-
width: 20px !important;
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.datePicker-buttons-container {
|
|
390
|
-
// border: 1px solid blue;
|
|
391
|
-
position: relative;
|
|
392
|
-
display: flex;
|
|
393
|
-
justify-content: flex-end;
|
|
394
|
-
gap: 16px;
|
|
395
|
-
padding: 10px 19px;
|
|
396
|
-
|
|
397
|
-
&::before {
|
|
398
|
-
content: "";
|
|
399
|
-
position: absolute;
|
|
400
|
-
top: 0;
|
|
401
|
-
left: 10px;
|
|
402
|
-
height: 1px;
|
|
403
|
-
width: 90%;
|
|
404
|
-
background-color: $darkGrayColor;
|
|
405
|
-
}
|
|
406
|
-
&.datePicker-buttons-container--hidden {
|
|
407
|
-
display: none;
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.showWeekNumbers {
|
|
412
|
-
.DayPicker_weekHeader::after {
|
|
413
|
-
left: 25px;
|
|
414
|
-
}
|
|
415
|
-
.CalendarMonth_table {
|
|
416
|
-
position: relative;
|
|
417
|
-
left: 10px;
|
|
418
|
-
padding-top: 4px;
|
|
419
|
-
}
|
|
420
|
-
// for side border
|
|
421
|
-
.CalendarMonth_table tbody {
|
|
422
|
-
position: relative;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.CalendarMonth_table tbody:before {
|
|
426
|
-
content: "";
|
|
427
|
-
position: absolute;
|
|
428
|
-
top: 6px;
|
|
429
|
-
left: -5px;
|
|
430
|
-
width: 1px;
|
|
431
|
-
height: 130px;
|
|
432
|
-
background-color: $darkGrayColor;
|
|
433
|
-
z-index: 1;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
.CalendarDayWeekNumber {
|
|
437
|
-
position: absolute;
|
|
438
|
-
left: -30px;
|
|
439
|
-
display: none;
|
|
440
|
-
font-family: $fontFamily;
|
|
441
|
-
font-weight: $normalFontWeight;
|
|
442
|
-
font-size: 11px;
|
|
443
|
-
color: #757575;
|
|
444
|
-
display: block;
|
|
445
|
-
border-right: none !important; //0.5px solid #1d1d1d;
|
|
446
|
-
width: 18px;
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
.impact-portal-container {
|
|
451
|
-
position: absolute;
|
|
452
|
-
z-index: 9999;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
.impact-datepicker-full-width-main-container {
|
|
456
|
-
.datePicker-input-container {
|
|
457
|
-
width: 100%;
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
// .CalendarMonth_caption {
|
|
462
|
-
// position: relative;
|
|
463
|
-
// }
|
|
464
|
-
|
|
465
|
-
.date-picker-show-month-year-select-container {
|
|
466
|
-
position: relative;
|
|
467
|
-
top: -6px; //-6
|
|
468
|
-
left: 23px;
|
|
469
|
-
width: 188px;
|
|
470
|
-
z-index: 9999;
|
|
471
|
-
display: flex;
|
|
472
|
-
justify-content: space-between;
|
|
473
|
-
align-items: center;
|
|
474
|
-
|
|
475
|
-
.date-picker-month-select-container {
|
|
476
|
-
width: 105px;
|
|
477
|
-
.ia-select-styled-dropdown-main-button {
|
|
478
|
-
min-width: 105px;
|
|
479
|
-
width: 105px;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.ia-select-button-clear-icon {
|
|
483
|
-
display: none;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
.ia-select-chevron-icon {
|
|
487
|
-
width: 10px;
|
|
488
|
-
margin-left: -50px;
|
|
489
|
-
display: none;
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.date-picker-year-select-container {
|
|
494
|
-
width: 80px;
|
|
495
|
-
|
|
496
|
-
.ia-select-styled-dropdown-main-button {
|
|
497
|
-
min-width: 80px;
|
|
498
|
-
width: 80px;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
.ia-select-button-clear-icon {
|
|
502
|
-
display: none;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
.ia-select-chevron-icon {
|
|
506
|
-
width: 10px;
|
|
507
|
-
margin-left: -110px;
|
|
508
|
-
display: none;
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
// css added to select dropdown
|
|
514
|
-
|
|
515
|
-
.date-picker-month-select-dropdown,
|
|
516
|
-
.date-picker-year-select-dropdown {
|
|
517
|
-
min-width: 115px !important;
|
|
518
|
-
width: 115px !important;
|
|
519
|
-
}
|