@antscorp/antsomi-ui 2.0.101 → 2.0.103
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/README.md +78 -78
- package/es/__mocks__/1000_city.json +802 -802
- package/es/assets/css/main.scss +6 -6
- package/es/assets/images/components/Login/AuthenSuccess.png +0 -0
- package/es/assets/images/feedback.svg +3 -3
- package/es/assets/svg/mobile-frame.svg +3 -3
- package/es/assets/svg/warning-icon.svg +5 -5
- package/es/components/atoms/Alert/Alert.js +28 -28
- package/es/components/atoms/ContentEditable/styled.js +16 -16
- package/es/components/atoms/DividerPure/styled.js +35 -35
- package/es/components/atoms/Icon/index.js +19 -19
- package/es/components/atoms/Iframe/Iframe.js +18 -18
- package/es/components/atoms/Input/styled.js +104 -104
- package/es/components/atoms/InputDynamic/styled.js +284 -284
- package/es/components/atoms/MobileBrandingBar/styled.js +21 -21
- package/es/components/atoms/MobileFrame/styled.js +30 -30
- package/es/components/atoms/MobileFrameV2/styled.js +42 -42
- package/es/components/atoms/MobileFrameV3/styled.js +31 -31
- package/es/components/atoms/NotificationStatus/NotificationStatus.d.ts +12 -0
- package/es/components/atoms/NotificationStatus/NotificationStatus.js +27 -0
- package/es/components/atoms/NotificationStatus/constants/index.d.ts +15 -0
- package/es/components/atoms/NotificationStatus/constants/index.js +15 -0
- package/es/components/atoms/NotificationStatus/index.d.ts +1 -0
- package/es/components/atoms/NotificationStatus/index.js +1 -0
- package/es/components/atoms/NotificationStatus/styled.d.ts +3 -0
- package/es/components/atoms/NotificationStatus/styled.js +14 -0
- package/es/components/atoms/PreviewTabs/styled.js +69 -69
- package/es/components/atoms/Radio/index.js +16 -16
- package/es/components/atoms/ReactIframe/ReactIframe.js +5 -5
- package/es/components/atoms/ReactIframe/styled.js +9 -9
- package/es/components/atoms/RequiredLabel/styled.js +3 -3
- package/es/components/atoms/ScrollBox/index.js +5 -5
- package/es/components/atoms/Scrollbars/styled.js +21 -21
- package/es/components/atoms/SlideBar/styled.js +194 -194
- package/es/components/atoms/Slider/styled.js +31 -31
- package/es/components/atoms/Space/Space.js +4 -4
- package/es/components/atoms/Spin/styled.js +11 -11
- package/es/components/atoms/Steps/styled.js +244 -244
- package/es/components/atoms/Switch/styled.js +56 -56
- package/es/components/atoms/Tag/Tag.js +10 -10
- package/es/components/atoms/Text/styled.js +34 -34
- package/es/components/atoms/index.d.ts +1 -0
- package/es/components/atoms/index.js +1 -0
- package/es/components/icons/DomainManagementIcon.js +1 -1
- package/es/components/icons/KeyValueIcon.d.ts +3 -0
- package/es/components/icons/KeyValueIcon.js +7 -0
- package/es/components/icons/LazyIcon/LazyIcon.d.ts +11 -10
- package/es/components/icons/LazyIcon/LazyIcon.js +11 -10
- package/es/components/icons/LoadingIcon.js +33 -33
- package/es/components/icons/document/styled.js +43 -43
- package/es/components/icons/index.d.ts +11 -10
- package/es/components/icons/index.js +11 -10
- package/es/components/molecules/AccessDenied/styled.js +28 -28
- package/es/components/molecules/AccountSelection/styled.js +110 -110
- package/es/components/molecules/AddDynamicContent/styled.js +23 -23
- package/es/components/molecules/AlignSetting/styled.js +4 -4
- package/es/components/molecules/ApplyPopupContent/styled.js +32 -32
- package/es/components/molecules/CalendarSelection/components/AutoUpdateTo/styled.js +8 -8
- package/es/components/molecules/CalendarSelection/components/CustomPicker/styled.js +79 -79
- package/es/components/molecules/CalendarSelection/components/Footer/styled.js +4 -4
- package/es/components/molecules/CalendarSelection/components/RangePicker/styled.js +21 -21
- package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.js +26 -26
- package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/styled.js +30 -30
- package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.js +26 -26
- package/es/components/molecules/CalendarSelection/styled.js +8 -8
- package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +119 -119
- package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +67 -67
- package/es/components/molecules/CaptureScreen/styled.js +240 -240
- package/es/components/molecules/ChartTab/components/styled.js +24 -24
- package/es/components/molecules/ChartTab/styled.js +20 -20
- package/es/components/molecules/ChatBox/AntsomiAI.js +8 -8
- package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.js +9 -9
- package/es/components/molecules/ChatBox/ChatBoxInsight/styled.js +365 -365
- package/es/components/molecules/ChatBox/styled.js +324 -324
- package/es/components/molecules/CodeStructure/styled.js +5 -5
- package/es/components/molecules/ColorPicker/ChromePicker/styled.js +10 -10
- package/es/components/molecules/ColorPicker/CustomPicker/styled.js +89 -89
- package/es/components/molecules/ColorPicker/SketchPicker/styled.js +5 -5
- package/es/components/molecules/ColorPicker/styled.js +7 -7
- package/es/components/molecules/ColorSetting/styled.js +39 -39
- package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +110 -110
- package/es/components/molecules/DatePickerV2/styled.js +6 -6
- package/es/components/molecules/DisplayFormat/styled.js +12 -12
- package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.js +24 -24
- package/es/components/molecules/DrawerDetail/styled.js +109 -109
- package/es/components/molecules/Dropdown/style.scss +11 -11
- package/es/components/molecules/Dropdown/styled.js +28 -28
- package/es/components/molecules/EdgeSetting/styled.js +10 -10
- package/es/components/molecules/EditableName/styled.js +70 -70
- package/es/components/molecules/EditingList/styled.js +29 -29
- package/es/components/molecules/EditorTab/styled.js +156 -156
- package/es/components/molecules/EmojiCollections/styled.js +22 -22
- package/es/components/molecules/EmojiPopover/styled.js +4 -4
- package/es/components/molecules/EmptyData/styled.js +53 -53
- package/es/components/molecules/GradientSetting/styled.js +57 -57
- package/es/components/molecules/HeaderV2/styled.js +70 -70
- package/es/components/molecules/IconSelection/styled.js +69 -69
- package/es/components/molecules/ImageEditor/components/ModalShortcut.js +21 -21
- package/es/components/molecules/ImageEditor/styled.js +5 -5
- package/es/components/molecules/ImagePreview/styled.js +3 -3
- package/es/components/molecules/InputNumberWithUnit/styled.js +14 -14
- package/es/components/molecules/InputSearch/styled.js +41 -41
- package/es/components/molecules/ItemNotFound/styled.js +26 -26
- package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +8 -8
- package/es/components/molecules/MatchAnySelect/styled.js +247 -247
- package/es/components/molecules/Modal/styled.js +63 -63
- package/es/components/molecules/ModalSelect/styled.js +152 -152
- package/es/components/molecules/ModalV2/styled.js +27 -27
- package/es/components/molecules/PopupDraggable/styled.js +57 -57
- package/es/components/molecules/PreviewModal/styled.js +26 -26
- package/es/components/molecules/ProcessLoading/styled.js +2 -2
- package/es/components/molecules/QuillEditor/CustomToolbar.js +3165 -3165
- package/es/components/molecules/QuillEditor/EditorToolbar.js +7 -7
- package/es/components/molecules/QuillEditor/styled.js +25 -25
- package/es/components/molecules/RadioGroup/styled.js +9 -9
- package/es/components/molecules/RequestAccess/styled.js +38 -38
- package/es/components/molecules/ResizeGrid/components/Cell/styled.js +77 -77
- package/es/components/molecules/ResizeGrid/styled.js +50 -50
- package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/styled.js +118 -118
- package/es/components/molecules/RichMenu/RichMenuBlock/styled.js +13 -13
- package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.js +40 -40
- package/es/components/molecules/RichMenu/RichMenuChatBar/styled.js +27 -27
- package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.js +2 -2
- package/es/components/molecules/RichMenu/RichMenuMobileView/styled.js +38 -38
- package/es/components/molecules/SearchPopover/components/PopoverSelect/styled.js +36 -36
- package/es/components/molecules/SearchPopover/components/PopoverSelect/styles.scss +7 -7
- package/es/components/molecules/SearchPopover/styled.js +32 -32
- package/es/components/molecules/Select/styled.js +32 -32
- package/es/components/molecules/SelectAccount/styled.js +147 -147
- package/es/components/molecules/SelectEventAttribute/styled.js +8 -8
- package/es/components/molecules/SelectMulti/styled.js +62 -62
- package/es/components/molecules/SelectV2/styled.js +124 -124
- package/es/components/molecules/SettingWrapper/styled.js +12 -12
- package/es/components/molecules/ShareAccess/components/GeneralAccess/styled.js +56 -56
- package/es/components/molecules/ShareAccess/components/LayoutContent/styled.js +5 -5
- package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/styled.js +15 -15
- package/es/components/molecules/ShareAccess/components/PeopleAccess/styled.js +63 -63
- package/es/components/molecules/ShareAccess/components/SearchUser/styled.js +31 -31
- package/es/components/molecules/SliderWithInputNumber/styled.js +2 -2
- package/es/components/molecules/Tabs/Tabs.js +11 -11
- package/es/components/molecules/TagifyInput/TagifyInput.js +50 -50
- package/es/components/molecules/TagifyInput/styled.js +37 -37
- package/es/components/molecules/TagifyInput/utils.js +13 -13
- package/es/components/molecules/TagifyInput/utils.style.js +217 -217
- package/es/components/molecules/TemplateSaveAs/components/Category/Category.js +5 -5
- package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.js +276 -276
- package/es/components/molecules/TemplateSaveAs/styled.js +134 -134
- package/es/components/molecules/ThumbnailCard/styled.js +92 -92
- package/es/components/molecules/Tree/styled.js +38 -38
- package/es/components/molecules/UploadImage/styled.js +114 -114
- package/es/components/molecules/VirtualizedMenu/styled.js +82 -82
- package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/styles.js +98 -98
- package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +18 -18
- package/es/components/organism/AccountProfile/components/AccountSetting/styled.js +543 -543
- package/es/components/organism/AccountProfile/components/AccountSetting/styles.scss +39 -39
- package/es/components/organism/AccountSharing/styled.js +336 -336
- package/es/components/organism/ActivityTimeline/components/ActionHistory/styled.js +28 -28
- package/es/components/organism/ActivityTimeline/components/CardMember/styled.js +60 -60
- package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/styled.js +4 -4
- package/es/components/organism/ActivityTimeline/components/List/styled.js +77 -77
- package/es/components/organism/ActivityTimeline/components/ListItem/styled.js +37 -37
- package/es/components/organism/ActivityTimeline/components/ProductCard/styled.js +92 -92
- package/es/components/organism/ActivityTimeline/components/Redeem/styled.js +7 -7
- package/es/components/organism/ActivityTimeline/components/Slide/styled.js +20 -20
- package/es/components/organism/ActivityTimeline/components/TimeLineTitle/styled.js +7 -7
- package/es/components/organism/ActivityTimeline/components/TimelineSection/styled.js +69 -69
- package/es/components/organism/ActivityTimeline/styled.js +39 -39
- package/es/components/organism/AlgorithmsSetting/styled.js +35 -35
- package/es/components/organism/BasicLogin/BasicLogin.d.ts +3 -0
- package/es/components/organism/BasicLogin/BasicLogin.js +147 -0
- package/es/components/organism/BasicLogin/__tests__/index.spec.d.ts +0 -0
- package/es/components/organism/BasicLogin/__tests__/index.spec.js +46 -0
- package/es/components/organism/BasicLogin/components/AuthenticateResult/AuthenticateResult.d.ts +8 -0
- package/es/components/organism/BasicLogin/components/AuthenticateResult/AuthenticateResult.js +23 -0
- package/es/components/organism/BasicLogin/components/AuthenticateResult/index.d.ts +1 -0
- package/es/components/organism/BasicLogin/components/AuthenticateResult/index.js +1 -0
- package/es/components/organism/BasicLogin/components/ChooseMethod/ChooseMethod.d.ts +9 -0
- package/es/components/organism/BasicLogin/components/ChooseMethod/ChooseMethod.js +54 -0
- package/es/components/organism/BasicLogin/components/ChooseMethod/Method.d.ts +10 -0
- package/es/components/organism/BasicLogin/components/ChooseMethod/Method.js +13 -0
- package/es/components/organism/BasicLogin/components/ChooseMethod/index.d.ts +2 -0
- package/es/components/organism/BasicLogin/components/ChooseMethod/index.js +2 -0
- package/es/components/organism/BasicLogin/components/ChooseMethod/styled.d.ts +10 -0
- package/es/components/organism/BasicLogin/components/ChooseMethod/styled.js +24 -0
- package/es/components/organism/BasicLogin/components/ChooseMethod/utils.d.ts +1 -0
- package/es/components/organism/BasicLogin/components/ChooseMethod/utils.js +1 -0
- package/es/components/organism/BasicLogin/components/LoginWithEmail/LoginWithEmail.d.ts +14 -0
- package/es/components/organism/BasicLogin/components/LoginWithEmail/LoginWithEmail.js +192 -0
- package/es/components/organism/BasicLogin/components/LoginWithEmail/index.d.ts +1 -0
- package/es/components/organism/BasicLogin/components/LoginWithEmail/index.js +1 -0
- package/es/components/organism/{Login/components/LoginStep2 → BasicLogin/components/LoginWithEmail}/styled.js +3 -3
- package/es/components/organism/BasicLogin/components/LoginWithGG/LoginWithGG.d.ts +12 -0
- package/es/components/organism/BasicLogin/components/LoginWithGG/LoginWithGG.js +107 -0
- package/es/components/organism/BasicLogin/components/LoginWithGG/index.d.ts +1 -0
- package/es/components/organism/BasicLogin/components/LoginWithGG/index.js +1 -0
- package/es/components/organism/BasicLogin/components/LoginWithGG/styled.d.ts +3 -0
- package/es/components/organism/BasicLogin/components/LoginWithGG/styled.js +5 -0
- package/es/components/organism/BasicLogin/components/SignIn/SignIn.d.ts +14 -0
- package/es/components/organism/BasicLogin/components/SignIn/SignIn.js +66 -0
- package/es/components/organism/BasicLogin/components/SignIn/index.d.ts +1 -0
- package/es/components/organism/BasicLogin/components/SignIn/index.js +1 -0
- package/es/components/organism/BasicLogin/components/SignIn/styled.d.ts +3 -0
- package/es/components/organism/BasicLogin/components/SignIn/styled.js +10 -0
- package/es/components/organism/BasicLogin/components/WidgetLayout/WidgetLayout.d.ts +13 -0
- package/es/components/organism/BasicLogin/components/WidgetLayout/WidgetLayout.js +18 -0
- package/es/components/organism/BasicLogin/components/WidgetLayout/index.d.ts +1 -0
- package/es/components/organism/BasicLogin/components/WidgetLayout/index.js +1 -0
- package/es/components/organism/BasicLogin/components/WidgetLayout/styled.d.ts +5 -0
- package/es/components/organism/BasicLogin/components/WidgetLayout/styled.js +22 -0
- package/es/components/organism/BasicLogin/components/index.d.ts +5 -0
- package/es/components/organism/BasicLogin/components/index.js +5 -0
- package/es/components/organism/BasicLogin/constants/index.d.ts +26 -0
- package/es/components/organism/BasicLogin/constants/index.js +26 -0
- package/es/components/organism/BasicLogin/index.d.ts +2 -0
- package/es/components/organism/BasicLogin/index.js +2 -0
- package/es/components/organism/BasicLogin/styled.d.ts +50 -0
- package/es/components/organism/BasicLogin/styled.js +120 -0
- package/es/components/organism/BasicLogin/types/index.d.ts +36 -0
- package/es/components/organism/BasicLogin/types/index.js +1 -0
- package/es/components/organism/BasicLogin/utils.d.ts +8 -0
- package/es/components/organism/BasicLogin/utils.js +18 -0
- package/es/components/organism/ContentSources/styled.js +50 -50
- package/es/components/organism/DataTable/components/AddButton/index.js +8 -8
- package/es/components/organism/DataTable/components/ModifyColumn/styled.js +18 -18
- package/es/components/organism/DataTable/components/Pagination/styled.js +26 -26
- package/es/components/organism/DataTable/components/Table/styled.js +135 -135
- package/es/components/organism/DataTable/components/Toolbar/SearchPopover.js +17 -17
- package/es/components/organism/DataTable/components/Toolbar/styled.js +70 -70
- package/es/components/organism/DataTable/styled/index.js +84 -84
- package/es/components/organism/Filter/components/FilterCondition/styled.js +34 -34
- package/es/components/organism/Filter/styled.js +109 -109
- package/es/components/organism/FilterSetting/components/common/InputArray/styled.js +5 -5
- package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.js +63 -63
- package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.js +31 -31
- package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.js +22 -22
- package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.js +55 -55
- package/es/components/organism/FilterSetting/styled.js +19 -19
- package/es/components/organism/Help/styled.js +267 -267
- package/es/components/organism/LeftMenu/components/HomeMenu/styled.js +39 -39
- package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.js +16 -16
- package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +156 -156
- package/es/components/organism/LeftMenu/hooks/usePermission.js +1 -1
- package/es/components/organism/LeftMenu/styled.js +214 -214
- package/es/components/organism/Login/Login.js +71 -17
- package/es/components/organism/Login/components/ChooseMethod/ChooseMethod.d.ts +9 -0
- package/es/components/organism/Login/components/ChooseMethod/ChooseMethod.js +54 -0
- package/es/components/organism/Login/components/ChooseMethod/Method.d.ts +10 -0
- package/es/components/organism/Login/components/ChooseMethod/Method.js +13 -0
- package/es/components/organism/Login/components/ChooseMethod/index.d.ts +1 -0
- package/es/components/organism/Login/components/ChooseMethod/index.js +1 -0
- package/es/components/organism/Login/components/ChooseMethod/styled.d.ts +10 -0
- package/es/components/organism/Login/components/ChooseMethod/styled.js +24 -0
- package/es/components/organism/Login/components/ChooseMethod/utils.d.ts +1 -0
- package/es/components/organism/Login/components/ChooseMethod/utils.js +1 -0
- package/es/components/organism/Login/components/ForgotPassword/styled.js +8 -8
- package/es/components/organism/Login/components/LoginSelectPortal/Item/styled.js +31 -31
- package/es/components/organism/Login/components/LoginSelectPortal/styled.js +3 -3
- package/es/components/organism/Login/components/LoginWithEmail/LoginWithEmail.d.ts +15 -0
- package/es/components/organism/Login/components/LoginWithEmail/LoginWithEmail.js +211 -0
- package/es/components/organism/Login/components/LoginWithEmail/index.d.ts +1 -0
- package/es/components/organism/Login/components/LoginWithEmail/index.js +1 -0
- package/es/components/organism/Login/components/LoginWithEmail/styled.d.ts +3 -0
- package/es/components/organism/Login/components/LoginWithEmail/styled.js +5 -0
- package/es/components/organism/Login/components/{LoginStep2/LoginStep2.d.ts → LoginWithGG/LoginWithGG.d.ts} +1 -1
- package/es/components/organism/Login/components/{LoginStep2/LoginStep2.js → LoginWithGG/LoginWithGG.js} +6 -20
- package/es/components/organism/Login/components/LoginWithGG/index.d.ts +1 -0
- package/es/components/organism/Login/components/LoginWithGG/index.js +1 -0
- package/es/components/organism/Login/components/LoginWithGG/styled.d.ts +3 -0
- package/es/components/organism/Login/components/LoginWithGG/styled.js +5 -0
- package/es/components/organism/Login/components/SetupGGAuthenticator/SetupGGAuthenticator.js +1 -1
- package/es/components/organism/Login/components/SetupGGAuthenticator/styled.js +7 -7
- package/es/components/organism/Login/components/SignIn/styled.js +8 -8
- package/es/components/organism/Login/components/VerifyAccount/styled.js +13 -13
- package/es/components/organism/Login/components/WidgetLayout/WidgetLayout.js +3 -3
- package/es/components/organism/Login/components/WidgetLayout/styled.js +18 -18
- package/es/components/organism/Login/components/index.d.ts +3 -1
- package/es/components/organism/Login/components/index.js +3 -1
- package/es/components/organism/Login/constants/index.d.ts +25 -1
- package/es/components/organism/Login/constants/index.js +25 -1
- package/es/components/organism/Login/styled.d.ts +2 -1
- package/es/components/organism/Login/styled.js +115 -114
- package/es/components/organism/Login/types/index.d.ts +7 -0
- package/es/components/organism/Login/utils/index.d.ts +1 -0
- package/es/components/organism/Login/utils/index.js +8 -0
- package/es/components/organism/Menu/styled.js +6 -6
- package/es/components/organism/ModifyColumnModal/styled.js +132 -132
- package/es/components/organism/Notification/styled.js +155 -155
- package/es/components/organism/PreviewCollections/Messages/SkeletonMessage/styled.js +14 -14
- package/es/components/organism/PreviewCollections/WhatsappMessage/CarouselMessage/styled.js +63 -63
- package/es/components/organism/PreviewCollections/constants.js +50 -50
- package/es/components/organism/PreviewCollections/styled.js +16 -16
- package/es/components/organism/PreviewTemplateModal/components/Banner/styled.js +78 -78
- package/es/components/organism/PreviewTemplateModal/components/Information/styled.js +52 -52
- package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.js +18 -18
- package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +75 -75
- package/es/components/organism/PreviewTemplateModal/styled.js +21 -21
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +11 -11
- package/es/components/organism/Table/CrossTabTable/styled.js +11 -11
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +17 -17
- package/es/components/organism/Table/ExplorePivotTable/styled.js +11 -11
- package/es/components/organism/TicketEditor/styled.js +850 -850
- package/es/components/organism/TicketEditorV2/styled.js +839 -839
- package/es/components/organism/index.d.ts +1 -0
- package/es/components/organism/index.js +1 -0
- package/es/components/template/Layout/Layout.js +10 -10
- package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/index.js +2 -2
- package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.js +73 -73
- package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.js +39 -39
- package/es/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/styled.js +61 -61
- package/es/components/template/Layout/components/RecommendationWorkspace/styled.js +16 -16
- package/es/components/template/Layout/styled.js +84 -84
- package/es/components/template/TemplateListing/components/BlankTemplate/styled.js +21 -21
- package/es/components/template/TemplateListing/components/CategoryListing/styled.js +123 -123
- package/es/components/template/TemplateListing/components/Empty/styled.js +20 -20
- package/es/components/template/TemplateListing/stories/demo/styled.js +4 -4
- package/es/components/template/TemplateListing/styled/index.js +40 -40
- package/es/hooks/index.d.ts +1 -0
- package/es/hooks/index.js +1 -0
- package/es/hooks/useCountdown.d.ts +49 -0
- package/es/hooks/useCountdown.js +122 -0
- package/es/providers/ConfigProvider/GlobalStyle.js +1142 -1119
- package/es/styled/common.js +51 -51
- package/es/tests/styled.js +4 -4
- package/es/utils/variables.js +7 -7
- package/package.json +261 -261
- package/CHANGELOG.md +0 -63
- package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +0 -1290
- package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +0 -3059
- package/es/components/organism/Login/components/LoginStep2/index.d.ts +0 -1
- package/es/components/organism/Login/components/LoginStep2/index.js +0 -1
- /package/es/components/organism/{Login/components/LoginStep2 → BasicLogin/components/LoginWithEmail}/styled.d.ts +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { AccountCircleIcon } from './AccountCircleIcon';
|
|
2
2
|
export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
|
|
3
|
+
export { Accounts30Icon } from './Accounts30Icon';
|
|
3
4
|
export { AccountSharing30Icon } from './AccountSharing30Icon';
|
|
4
5
|
export { AccountSharingIcon } from './AccountSharingIcon';
|
|
5
6
|
export { AccountTreeIcon } from './AccountTreeIcon';
|
|
6
|
-
export { Accounts30Icon } from './Accounts30Icon';
|
|
7
7
|
export { AddChartIcon } from './AddChartIcon';
|
|
8
8
|
export { AddFolderIcon } from './AddFolderIcon';
|
|
9
9
|
export { AddIcon } from './AddIcon';
|
|
@@ -53,7 +53,6 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
|
|
|
53
53
|
export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
|
|
54
54
|
export { ChatMentionIcon } from './ChatMentionIcon';
|
|
55
55
|
export { ChatUnreadIcon } from './ChatUnreadIcon';
|
|
56
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
57
56
|
export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
|
|
58
57
|
export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
|
|
59
58
|
export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
|
|
@@ -61,6 +60,7 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
|
|
|
61
60
|
export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
|
|
62
61
|
export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
|
|
63
62
|
export { ChecklistRtlIcon } from './ChecklistRtlIcon';
|
|
63
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
64
64
|
export { CircleAddElementIcon } from './CircleAddElementIcon';
|
|
65
65
|
export { CircleInfoIcon } from './CircleInfoIcon';
|
|
66
66
|
export { CircleNotificationsIcon } from './CircleNotificationsIcon';
|
|
@@ -96,15 +96,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
|
|
|
96
96
|
export { DataDestinationIcon } from './DataDestinationIcon';
|
|
97
97
|
export { DataEncryption30Icon } from './DataEncryption30Icon';
|
|
98
98
|
export { DataEncryptionIcon } from './DataEncryptionIcon';
|
|
99
|
+
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
99
100
|
export { DataIcon } from './DataIcon';
|
|
100
101
|
export { DataRefreshIcon } from './DataRefreshIcon';
|
|
101
102
|
export { DataSchema30Icon } from './DataSchema30Icon';
|
|
102
103
|
export { DataSource30Icon } from './DataSource30Icon';
|
|
103
|
-
export { DataView30Icon } from './DataView30Icon';
|
|
104
|
-
export { DataViewIcon } from './DataViewIcon';
|
|
105
|
-
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
106
104
|
export { DatasourceIcon } from './DatasourceIcon';
|
|
107
105
|
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
106
|
+
export { DataView30Icon } from './DataView30Icon';
|
|
107
|
+
export { DataViewIcon } from './DataViewIcon';
|
|
108
108
|
export { DecreaseDecimalIcon } from './DecreaseDecimalIcon';
|
|
109
109
|
export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
|
|
110
110
|
export { DeliveryLogIcon } from './DeliveryLogIcon';
|
|
@@ -168,6 +168,7 @@ export { ExportHtmlIcon } from './ExportHtmlIcon';
|
|
|
168
168
|
export { ExportMenuIcon } from './ExportMenuIcon';
|
|
169
169
|
export { ExtendValueIcon } from './ExtendValueIcon';
|
|
170
170
|
export { FactCheckIcon } from './FactCheckIcon';
|
|
171
|
+
export { FailSlim } from './FailSlim';
|
|
171
172
|
export { FeedbackRatingIcon } from './FeedbackRatingIcon';
|
|
172
173
|
export { FileDownloadIcon } from './FileDownloadIcon';
|
|
173
174
|
export { FileTransferIcon } from './FileTransferIcon';
|
|
@@ -183,13 +184,13 @@ export { Form30Icon } from './Form30Icon';
|
|
|
183
184
|
export { ForwardIcon } from './ForwardIcon';
|
|
184
185
|
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
185
186
|
export { FullReviewIcon } from './FullReviewIcon';
|
|
186
|
-
export { GPTIcon } from './GPTIcon';
|
|
187
187
|
export { GalleryTemplateIcon } from './GalleryTemplateIcon';
|
|
188
188
|
export { GeneralSettingIcon } from './GeneralSettingIcon';
|
|
189
189
|
export { GeneralSettings30Icon } from './GeneralSettings30Icon';
|
|
190
190
|
export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
|
|
191
191
|
export { Geofence30Icon } from './Geofence30Icon';
|
|
192
192
|
export { GetInsightIcon } from './GetInsightIcon';
|
|
193
|
+
export { GPTIcon } from './GPTIcon';
|
|
193
194
|
export { GridViewIcon } from './GridViewIcon';
|
|
194
195
|
export { GroupIcon } from './GroupIcon';
|
|
195
196
|
export { GroupLayerIcon } from './GroupLayerIcon';
|
|
@@ -218,6 +219,7 @@ export { IssueBugIcon } from './IssueBugIcon';
|
|
|
218
219
|
export { ItemRecommendationIcon } from './ItemRecommendationIcon';
|
|
219
220
|
export { JourneyTactic30Icon } from './JourneyTactic30Icon';
|
|
220
221
|
export { JourneyTacticIcon } from './JourneyTacticIcon';
|
|
222
|
+
export { KeyValueIcon } from './KeyValueIcon';
|
|
221
223
|
export { LayerIcon } from './LayerIcon';
|
|
222
224
|
export { LeftExpandIcon } from './LeftExpandIcon';
|
|
223
225
|
export { LibraryIcon } from './LibraryIcon';
|
|
@@ -251,8 +253,8 @@ export { MuteIcon } from './MuteIcon';
|
|
|
251
253
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
252
254
|
export { NoteNewIcon } from './NoteNewIcon';
|
|
253
255
|
export { NotificationIcon } from './NotificationIcon';
|
|
254
|
-
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
255
256
|
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
257
|
+
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
256
258
|
export { OpenNewTabIcon } from './OpenNewTabIcon';
|
|
257
259
|
export { OpenUrlIcon } from './OpenUrlIcon';
|
|
258
260
|
export { OrchestrationIcon } from './OrchestrationIcon';
|
|
@@ -304,7 +306,6 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
|
|
|
304
306
|
export { ResumeIcon } from './ResumeIcon';
|
|
305
307
|
export { RightExpandIcon } from './RightExpandIcon';
|
|
306
308
|
export { Role30Icon } from './Role30Icon';
|
|
307
|
-
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
308
309
|
export { SaveAsIcon } from './SaveAsIcon';
|
|
309
310
|
export { SaveIcon } from './SaveIcon';
|
|
310
311
|
export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
|
|
@@ -329,6 +330,7 @@ export { SignatureIcon } from './SignatureIcon';
|
|
|
329
330
|
export { SlideGroupIcon } from './SlideGroupIcon';
|
|
330
331
|
export { Sort1Icon } from './Sort1Icon';
|
|
331
332
|
export { SortIcon } from './SortIcon';
|
|
333
|
+
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
332
334
|
export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
|
|
333
335
|
export { StatisticIcon } from './StatisticIcon';
|
|
334
336
|
export { StatusInfoIcon } from './StatusInfoIcon';
|
|
@@ -380,9 +382,8 @@ export { VisitorIcon } from './VisitorIcon';
|
|
|
380
382
|
export { VisitorInformationIcon } from './VisitorInformationIcon';
|
|
381
383
|
export { WarningIcon } from './WarningIcon';
|
|
382
384
|
export { WebAssetIcon } from './WebAssetIcon';
|
|
385
|
+
export { WebhookIcon } from './WebhookIcon';
|
|
383
386
|
export { WebIcon } from './WebIcon';
|
|
384
387
|
export { WebPersonalizationIcon } from './WebPersonalizationIcon';
|
|
385
|
-
export { WebhookIcon } from './WebhookIcon';
|
|
386
388
|
export { WidgetIcon } from './WidgetIcon';
|
|
387
389
|
export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
|
|
388
|
-
export { FailSlim } from './FailSlim';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { AccountCircleIcon } from './AccountCircleIcon';
|
|
2
2
|
export { AccountCircleOutlineIcon } from './AccountCircleOutlineIcon';
|
|
3
|
+
export { Accounts30Icon } from './Accounts30Icon';
|
|
3
4
|
export { AccountSharing30Icon } from './AccountSharing30Icon';
|
|
4
5
|
export { AccountSharingIcon } from './AccountSharingIcon';
|
|
5
6
|
export { AccountTreeIcon } from './AccountTreeIcon';
|
|
6
|
-
export { Accounts30Icon } from './Accounts30Icon';
|
|
7
7
|
export { AddChartIcon } from './AddChartIcon';
|
|
8
8
|
export { AddFolderIcon } from './AddFolderIcon';
|
|
9
9
|
export { AddIcon } from './AddIcon';
|
|
@@ -53,7 +53,6 @@ export { ChatBubbleOutlineIcon } from './ChatBubbleOutlineIcon';
|
|
|
53
53
|
export { ChatConversationCommentAddCommentIcon } from './ChatConversationCommentAddCommentIcon';
|
|
54
54
|
export { ChatMentionIcon } from './ChatMentionIcon';
|
|
55
55
|
export { ChatUnreadIcon } from './ChatUnreadIcon';
|
|
56
|
-
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
57
56
|
export { CheckboxChecked5RadiusIcon } from './CheckboxChecked5RadiusIcon';
|
|
58
57
|
export { CheckboxCheckedIcon } from './CheckboxCheckedIcon';
|
|
59
58
|
export { CheckboxIndeterminate5RadiusIcon } from './CheckboxIndeterminate5RadiusIcon';
|
|
@@ -61,6 +60,7 @@ export { CheckboxIndeterminateIcon } from './CheckboxIndeterminateIcon';
|
|
|
61
60
|
export { CheckboxUnchecked5RadiusIcon } from './CheckboxUnchecked5RadiusIcon';
|
|
62
61
|
export { CheckboxUncheckedIcon } from './CheckboxUncheckedIcon';
|
|
63
62
|
export { ChecklistRtlIcon } from './ChecklistRtlIcon';
|
|
63
|
+
export { CheckSlimIcon } from './CheckSlimIcon';
|
|
64
64
|
export { CircleAddElementIcon } from './CircleAddElementIcon';
|
|
65
65
|
export { CircleInfoIcon } from './CircleInfoIcon';
|
|
66
66
|
export { CircleNotificationsIcon } from './CircleNotificationsIcon';
|
|
@@ -96,15 +96,15 @@ export { DataDestination30Icon } from './DataDestination30Icon';
|
|
|
96
96
|
export { DataDestinationIcon } from './DataDestinationIcon';
|
|
97
97
|
export { DataEncryption30Icon } from './DataEncryption30Icon';
|
|
98
98
|
export { DataEncryptionIcon } from './DataEncryptionIcon';
|
|
99
|
+
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
99
100
|
export { DataIcon } from './DataIcon';
|
|
100
101
|
export { DataRefreshIcon } from './DataRefreshIcon';
|
|
101
102
|
export { DataSchema30Icon } from './DataSchema30Icon';
|
|
102
103
|
export { DataSource30Icon } from './DataSource30Icon';
|
|
103
|
-
export { DataView30Icon } from './DataView30Icon';
|
|
104
|
-
export { DataViewIcon } from './DataViewIcon';
|
|
105
|
-
export { Dataflows30Icon } from './Dataflows30Icon';
|
|
106
104
|
export { DatasourceIcon } from './DatasourceIcon';
|
|
107
105
|
export { DatasourceSegment30Icon } from './DatasourceSegment30Icon';
|
|
106
|
+
export { DataView30Icon } from './DataView30Icon';
|
|
107
|
+
export { DataViewIcon } from './DataViewIcon';
|
|
108
108
|
export { DecreaseDecimalIcon } from './DecreaseDecimalIcon';
|
|
109
109
|
export { DeleteRemoveTrashIcon } from './DeleteRemoveTrashIcon';
|
|
110
110
|
export { DeliveryLogIcon } from './DeliveryLogIcon';
|
|
@@ -168,6 +168,7 @@ export { ExportHtmlIcon } from './ExportHtmlIcon';
|
|
|
168
168
|
export { ExportMenuIcon } from './ExportMenuIcon';
|
|
169
169
|
export { ExtendValueIcon } from './ExtendValueIcon';
|
|
170
170
|
export { FactCheckIcon } from './FactCheckIcon';
|
|
171
|
+
export { FailSlim } from './FailSlim';
|
|
171
172
|
export { FeedbackRatingIcon } from './FeedbackRatingIcon';
|
|
172
173
|
export { FileDownloadIcon } from './FileDownloadIcon';
|
|
173
174
|
export { FileTransferIcon } from './FileTransferIcon';
|
|
@@ -183,13 +184,13 @@ export { Form30Icon } from './Form30Icon';
|
|
|
183
184
|
export { ForwardIcon } from './ForwardIcon';
|
|
184
185
|
export { FreeDrawIcon } from './FreeDrawIcon';
|
|
185
186
|
export { FullReviewIcon } from './FullReviewIcon';
|
|
186
|
-
export { GPTIcon } from './GPTIcon';
|
|
187
187
|
export { GalleryTemplateIcon } from './GalleryTemplateIcon';
|
|
188
188
|
export { GeneralSettingIcon } from './GeneralSettingIcon';
|
|
189
189
|
export { GeneralSettings30Icon } from './GeneralSettings30Icon';
|
|
190
190
|
export { GenerateAutoWizardIcon } from './GenerateAutoWizardIcon';
|
|
191
191
|
export { Geofence30Icon } from './Geofence30Icon';
|
|
192
192
|
export { GetInsightIcon } from './GetInsightIcon';
|
|
193
|
+
export { GPTIcon } from './GPTIcon';
|
|
193
194
|
export { GridViewIcon } from './GridViewIcon';
|
|
194
195
|
export { GroupIcon } from './GroupIcon';
|
|
195
196
|
export { GroupLayerIcon } from './GroupLayerIcon';
|
|
@@ -218,6 +219,7 @@ export { IssueBugIcon } from './IssueBugIcon';
|
|
|
218
219
|
export { ItemRecommendationIcon } from './ItemRecommendationIcon';
|
|
219
220
|
export { JourneyTactic30Icon } from './JourneyTactic30Icon';
|
|
220
221
|
export { JourneyTacticIcon } from './JourneyTacticIcon';
|
|
222
|
+
export { KeyValueIcon } from './KeyValueIcon';
|
|
221
223
|
export { LayerIcon } from './LayerIcon';
|
|
222
224
|
export { LeftExpandIcon } from './LeftExpandIcon';
|
|
223
225
|
export { LibraryIcon } from './LibraryIcon';
|
|
@@ -251,8 +253,8 @@ export { MuteIcon } from './MuteIcon';
|
|
|
251
253
|
export { NodeViewIcon } from './NodeViewIcon';
|
|
252
254
|
export { NoteNewIcon } from './NoteNewIcon';
|
|
253
255
|
export { NotificationIcon } from './NotificationIcon';
|
|
254
|
-
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
255
256
|
export { NotificationsActiveIcon } from './NotificationsActiveIcon';
|
|
257
|
+
export { NotificationSettingIcon } from './NotificationSettingIcon';
|
|
256
258
|
export { OpenNewTabIcon } from './OpenNewTabIcon';
|
|
257
259
|
export { OpenUrlIcon } from './OpenUrlIcon';
|
|
258
260
|
export { OrchestrationIcon } from './OrchestrationIcon';
|
|
@@ -304,7 +306,6 @@ export { RestoreDefaultIcon } from './RestoreDefaultIcon';
|
|
|
304
306
|
export { ResumeIcon } from './ResumeIcon';
|
|
305
307
|
export { RightExpandIcon } from './RightExpandIcon';
|
|
306
308
|
export { Role30Icon } from './Role30Icon';
|
|
307
|
-
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
308
309
|
export { SaveAsIcon } from './SaveAsIcon';
|
|
309
310
|
export { SaveIcon } from './SaveIcon';
|
|
310
311
|
export { ScheduleEmailDeliveryIcon } from './ScheduleEmailDeliveryIcon';
|
|
@@ -329,6 +330,7 @@ export { SignatureIcon } from './SignatureIcon';
|
|
|
329
330
|
export { SlideGroupIcon } from './SlideGroupIcon';
|
|
330
331
|
export { Sort1Icon } from './Sort1Icon';
|
|
331
332
|
export { SortIcon } from './SortIcon';
|
|
333
|
+
export { SQLWorkspace30Icon } from './SQLWorkspace30Icon';
|
|
332
334
|
export { SqlWorkspaceIcon } from './SqlWorkspaceIcon';
|
|
333
335
|
export { StatisticIcon } from './StatisticIcon';
|
|
334
336
|
export { StatusInfoIcon } from './StatusInfoIcon';
|
|
@@ -380,9 +382,8 @@ export { VisitorIcon } from './VisitorIcon';
|
|
|
380
382
|
export { VisitorInformationIcon } from './VisitorInformationIcon';
|
|
381
383
|
export { WarningIcon } from './WarningIcon';
|
|
382
384
|
export { WebAssetIcon } from './WebAssetIcon';
|
|
385
|
+
export { WebhookIcon } from './WebhookIcon';
|
|
383
386
|
export { WebIcon } from './WebIcon';
|
|
384
387
|
export { WebPersonalizationIcon } from './WebPersonalizationIcon';
|
|
385
|
-
export { WebhookIcon } from './WebhookIcon';
|
|
386
388
|
export { WidgetIcon } from './WidgetIcon';
|
|
387
389
|
export { WritingAIAssitantIcon } from './WritingAIAssitantIcon';
|
|
388
|
-
export { FailSlim } from './FailSlim';
|
|
@@ -4,32 +4,32 @@ import styled from 'styled-components';
|
|
|
4
4
|
import { Flex } from '@antscorp/antsomi-ui/es/components/atoms/Flex';
|
|
5
5
|
import { globalToken } from '@antscorp/antsomi-ui/es/constants';
|
|
6
6
|
const { bw8, orange6 } = globalToken || {};
|
|
7
|
-
export const AccessDeniedWrapper = styled(Flex) `
|
|
8
|
-
width: 100%;
|
|
9
|
-
height: 100%;
|
|
10
|
-
|
|
11
|
-
.access-denied {
|
|
12
|
-
&__lock {
|
|
13
|
-
width: 100px;
|
|
14
|
-
margin-bottom: 15px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&__title {
|
|
18
|
-
color: ${orange6};
|
|
19
|
-
font-size: 20px;
|
|
20
|
-
line-height: 23.44px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&__subtitle {
|
|
24
|
-
font-weight: 600;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&__description {
|
|
28
|
-
color: ${bw8};
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&__actions {
|
|
32
|
-
margin-top: 20px;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
7
|
+
export const AccessDeniedWrapper = styled(Flex) `
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 100%;
|
|
10
|
+
|
|
11
|
+
.access-denied {
|
|
12
|
+
&__lock {
|
|
13
|
+
width: 100px;
|
|
14
|
+
margin-bottom: 15px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&__title {
|
|
18
|
+
color: ${orange6};
|
|
19
|
+
font-size: 20px;
|
|
20
|
+
line-height: 23.44px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&__subtitle {
|
|
24
|
+
font-weight: 600;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&__description {
|
|
28
|
+
color: ${bw8};
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&__actions {
|
|
32
|
+
margin-top: 20px;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
35
|
`;
|
|
@@ -1,114 +1,114 @@
|
|
|
1
1
|
import { globalToken, THEME } from '@antscorp/antsomi-ui/es/constants';
|
|
2
2
|
import styled from 'styled-components';
|
|
3
|
-
export const AccountSelectionStyled = styled.div `
|
|
4
|
-
background-color: white;
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
width: 300px;
|
|
8
|
-
height: 450px;
|
|
9
|
-
box-shadow: 0px 3px 20px 0px #002e5933;
|
|
10
|
-
|
|
11
|
-
.antsomi-input-affix-wrapper {
|
|
12
|
-
padding: 8px 10px;
|
|
13
|
-
height: 40px;
|
|
14
|
-
box-sizing: border-box;
|
|
15
|
-
border-color: ${globalToken?.bw3};
|
|
16
|
-
&:hover,
|
|
17
|
-
&:focus,
|
|
18
|
-
&:focus-within {
|
|
19
|
-
border-color: ${globalToken?.bw3};
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.recent-text {
|
|
24
|
-
color: ${THEME.token?.bw7};
|
|
25
|
-
padding: 6px 10px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
ul {
|
|
29
|
-
list-style: none;
|
|
30
|
-
margin: 0;
|
|
31
|
-
padding: 0;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
ul.account-list {
|
|
35
|
-
border-top: 1px solid ${THEME.token?.bw3};
|
|
36
|
-
overflow-y: auto;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
li {
|
|
40
|
-
display: flex;
|
|
41
|
-
justify-content: space-between;
|
|
42
|
-
align-items: center;
|
|
43
|
-
padding: 5px 10px;
|
|
44
|
-
margin-bottom: 6px;
|
|
45
|
-
cursor: pointer;
|
|
46
|
-
|
|
47
|
-
.account-name {
|
|
48
|
-
white-space: nowrap;
|
|
49
|
-
overflow: hidden;
|
|
50
|
-
text-overflow: ellipsis;
|
|
51
|
-
}
|
|
52
|
-
.account-id {
|
|
53
|
-
flex-shrink: 0;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.all-account {
|
|
58
|
-
padding: 13px 10px;
|
|
59
|
-
height: 46px;
|
|
60
|
-
box-sizing: border-box;
|
|
61
|
-
border-top: 1px solid ${THEME.token?.bw3};
|
|
62
|
-
cursor: pointer;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
li:hover,
|
|
66
|
-
.all-account:hover {
|
|
67
|
-
background-color: ${THEME.token?.blue};
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
li.is-selected,
|
|
71
|
-
.all-account.is-selected {
|
|
72
|
-
background-color: ${THEME.token?.blue1_1};
|
|
73
|
-
}
|
|
3
|
+
export const AccountSelectionStyled = styled.div `
|
|
4
|
+
background-color: white;
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
width: 300px;
|
|
8
|
+
height: 450px;
|
|
9
|
+
box-shadow: 0px 3px 20px 0px #002e5933;
|
|
10
|
+
|
|
11
|
+
.antsomi-input-affix-wrapper {
|
|
12
|
+
padding: 8px 10px;
|
|
13
|
+
height: 40px;
|
|
14
|
+
box-sizing: border-box;
|
|
15
|
+
border-color: ${globalToken?.bw3};
|
|
16
|
+
&:hover,
|
|
17
|
+
&:focus,
|
|
18
|
+
&:focus-within {
|
|
19
|
+
border-color: ${globalToken?.bw3};
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.recent-text {
|
|
24
|
+
color: ${THEME.token?.bw7};
|
|
25
|
+
padding: 6px 10px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
ul {
|
|
29
|
+
list-style: none;
|
|
30
|
+
margin: 0;
|
|
31
|
+
padding: 0;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
ul.account-list {
|
|
35
|
+
border-top: 1px solid ${THEME.token?.bw3};
|
|
36
|
+
overflow-y: auto;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
li {
|
|
40
|
+
display: flex;
|
|
41
|
+
justify-content: space-between;
|
|
42
|
+
align-items: center;
|
|
43
|
+
padding: 5px 10px;
|
|
44
|
+
margin-bottom: 6px;
|
|
45
|
+
cursor: pointer;
|
|
46
|
+
|
|
47
|
+
.account-name {
|
|
48
|
+
white-space: nowrap;
|
|
49
|
+
overflow: hidden;
|
|
50
|
+
text-overflow: ellipsis;
|
|
51
|
+
}
|
|
52
|
+
.account-id {
|
|
53
|
+
flex-shrink: 0;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.all-account {
|
|
58
|
+
padding: 13px 10px;
|
|
59
|
+
height: 46px;
|
|
60
|
+
box-sizing: border-box;
|
|
61
|
+
border-top: 1px solid ${THEME.token?.bw3};
|
|
62
|
+
cursor: pointer;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
li:hover,
|
|
66
|
+
.all-account:hover {
|
|
67
|
+
background-color: ${THEME.token?.blue};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
li.is-selected,
|
|
71
|
+
.all-account.is-selected {
|
|
72
|
+
background-color: ${THEME.token?.blue1_1};
|
|
73
|
+
}
|
|
74
74
|
`;
|
|
75
|
-
export const PopoverFieldStyled = styled.div `
|
|
76
|
-
box-sizing: border-box;
|
|
77
|
-
width: 190px;
|
|
78
|
-
height: 36px;
|
|
79
|
-
display: flex;
|
|
80
|
-
justify-content: space-between;
|
|
81
|
-
align-items: center;
|
|
82
|
-
padding: 0 10px;
|
|
83
|
-
cursor: pointer;
|
|
84
|
-
|
|
85
|
-
background-color: white;
|
|
86
|
-
|
|
87
|
-
font-size: 12px;
|
|
88
|
-
font-weight: bold;
|
|
89
|
-
|
|
90
|
-
span {
|
|
91
|
-
white-space: nowrap;
|
|
92
|
-
overflow: hidden;
|
|
93
|
-
text-overflow: ellipsis;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
i {
|
|
97
|
-
color: ${THEME.token?.bw8};
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
&.select {
|
|
101
|
-
border: 1px solid ${THEME.token?.bw3};
|
|
102
|
-
border-radius: 999px;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
&.input {
|
|
106
|
-
border-bottom: 1px solid ${THEME.token?.colorPrimary};
|
|
107
|
-
width: 300px;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
& .is-placeholder {
|
|
111
|
-
color: ${THEME.token?.bw6};
|
|
112
|
-
font-weight: normal;
|
|
113
|
-
}
|
|
75
|
+
export const PopoverFieldStyled = styled.div `
|
|
76
|
+
box-sizing: border-box;
|
|
77
|
+
width: 190px;
|
|
78
|
+
height: 36px;
|
|
79
|
+
display: flex;
|
|
80
|
+
justify-content: space-between;
|
|
81
|
+
align-items: center;
|
|
82
|
+
padding: 0 10px;
|
|
83
|
+
cursor: pointer;
|
|
84
|
+
|
|
85
|
+
background-color: white;
|
|
86
|
+
|
|
87
|
+
font-size: 12px;
|
|
88
|
+
font-weight: bold;
|
|
89
|
+
|
|
90
|
+
span {
|
|
91
|
+
white-space: nowrap;
|
|
92
|
+
overflow: hidden;
|
|
93
|
+
text-overflow: ellipsis;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
i {
|
|
97
|
+
color: ${THEME.token?.bw8};
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
&.select {
|
|
101
|
+
border: 1px solid ${THEME.token?.bw3};
|
|
102
|
+
border-radius: 999px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&.input {
|
|
106
|
+
border-bottom: 1px solid ${THEME.token?.colorPrimary};
|
|
107
|
+
width: 300px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
& .is-placeholder {
|
|
111
|
+
color: ${THEME.token?.bw6};
|
|
112
|
+
font-weight: normal;
|
|
113
|
+
}
|
|
114
114
|
`;
|
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
import { AutoComplete, Button } from 'antd';
|
|
3
3
|
import styled from 'styled-components';
|
|
4
4
|
import { Modal } from '../Modal';
|
|
5
|
-
export const InputSuggestion = styled(AutoComplete) `
|
|
6
|
-
.antsomi-select-selector {
|
|
7
|
-
border-right: none !important;
|
|
8
|
-
border-left: none !important;
|
|
9
|
-
border-top: none !important;
|
|
10
|
-
border-bottom: 1px solid #d9d9d9 !important;
|
|
11
|
-
}
|
|
5
|
+
export const InputSuggestion = styled(AutoComplete) `
|
|
6
|
+
.antsomi-select-selector {
|
|
7
|
+
border-right: none !important;
|
|
8
|
+
border-left: none !important;
|
|
9
|
+
border-top: none !important;
|
|
10
|
+
border-bottom: 1px solid #d9d9d9 !important;
|
|
11
|
+
}
|
|
12
12
|
`;
|
|
13
|
-
export const ModalCustom = styled(Modal) `
|
|
14
|
-
.antsomi-modal-body {
|
|
15
|
-
overflow: auto;
|
|
16
|
-
max-height: 500px;
|
|
17
|
-
}
|
|
13
|
+
export const ModalCustom = styled(Modal) `
|
|
14
|
+
.antsomi-modal-body {
|
|
15
|
+
overflow: auto;
|
|
16
|
+
max-height: 500px;
|
|
17
|
+
}
|
|
18
18
|
`;
|
|
19
|
-
export const ButtonCustom = styled(Button) `
|
|
20
|
-
width: 64px;
|
|
21
|
-
background-color: rgb(191 219 254);
|
|
22
|
-
|
|
23
|
-
&:hover {
|
|
24
|
-
background-color: rgb(147 197 253);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&:focus {
|
|
28
|
-
background-color: rgb(147 197 253);
|
|
29
|
-
}
|
|
19
|
+
export const ButtonCustom = styled(Button) `
|
|
20
|
+
width: 64px;
|
|
21
|
+
background-color: rgb(191 219 254);
|
|
22
|
+
|
|
23
|
+
&:hover {
|
|
24
|
+
background-color: rgb(147 197 253);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&:focus {
|
|
28
|
+
background-color: rgb(147 197 253);
|
|
29
|
+
}
|
|
30
30
|
`;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Libraries
|
|
2
2
|
import styled from 'styled-components';
|
|
3
|
-
export const AlignSettingWrapper = styled.div `
|
|
4
|
-
display: flex;
|
|
5
|
-
gap: 10px;
|
|
6
|
-
align-items: center;
|
|
3
|
+
export const AlignSettingWrapper = styled.div `
|
|
4
|
+
display: flex;
|
|
5
|
+
gap: 10px;
|
|
6
|
+
align-items: center;
|
|
7
7
|
`;
|
|
@@ -4,37 +4,37 @@ import styled from 'styled-components';
|
|
|
4
4
|
import { Flex } from '@antscorp/antsomi-ui/es/components/atoms/Flex';
|
|
5
5
|
// Constants
|
|
6
6
|
import { globalToken } from '@antscorp/antsomi-ui/es/constants';
|
|
7
|
-
export const ContentWrapper = styled.div `
|
|
8
|
-
.content {
|
|
9
|
-
&__body {
|
|
10
|
-
padding: 15px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&__title {
|
|
14
|
-
font-size: ${globalToken?.fontSizeXL}px;
|
|
15
|
-
font-weight: 500;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&__footer {
|
|
19
|
-
display: flex;
|
|
20
|
-
padding: 15px;
|
|
21
|
-
gap: 10px;
|
|
22
|
-
border-top: 1px solid ${globalToken?.bw3};
|
|
23
|
-
}
|
|
24
|
-
}
|
|
7
|
+
export const ContentWrapper = styled.div `
|
|
8
|
+
.content {
|
|
9
|
+
&__body {
|
|
10
|
+
padding: 15px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&__title {
|
|
14
|
+
font-size: ${globalToken?.fontSizeXL}px;
|
|
15
|
+
font-weight: 500;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&__footer {
|
|
19
|
+
display: flex;
|
|
20
|
+
padding: 15px;
|
|
21
|
+
gap: 10px;
|
|
22
|
+
border-top: 1px solid ${globalToken?.bw3};
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
25
|
`;
|
|
26
|
-
export const CloseButton = styled(Flex) `
|
|
27
|
-
width: 24px;
|
|
28
|
-
height: 24px;
|
|
29
|
-
color: ${globalToken?.bw8};
|
|
30
|
-
transition: all 0.3s;
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
|
|
33
|
-
&:hover {
|
|
34
|
-
color: ${globalToken?.bw10};
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
i {
|
|
38
|
-
font-size: 12px;
|
|
39
|
-
}
|
|
26
|
+
export const CloseButton = styled(Flex) `
|
|
27
|
+
width: 24px;
|
|
28
|
+
height: 24px;
|
|
29
|
+
color: ${globalToken?.bw8};
|
|
30
|
+
transition: all 0.3s;
|
|
31
|
+
cursor: pointer;
|
|
32
|
+
|
|
33
|
+
&:hover {
|
|
34
|
+
color: ${globalToken?.bw10};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
i {
|
|
38
|
+
font-size: 12px;
|
|
39
|
+
}
|
|
40
40
|
`;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import styled from 'styled-components';
|
|
2
|
-
export const StyledAutoUpdateToRoot = styled.div `
|
|
3
|
-
display: flex;
|
|
4
|
-
justify-content: space-between;
|
|
5
|
-
align-items: center;
|
|
6
|
-
|
|
7
|
-
.antsomi-select-selector {
|
|
8
|
-
min-width: 80px;
|
|
9
|
-
}
|
|
2
|
+
export const StyledAutoUpdateToRoot = styled.div `
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
align-items: center;
|
|
6
|
+
|
|
7
|
+
.antsomi-select-selector {
|
|
8
|
+
min-width: 80px;
|
|
9
|
+
}
|
|
10
10
|
`;
|