@antscorp/antsomi-ui 2.0.107 → 2.0.109
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/CHANGELOG.md +63 -0
- package/README.md +78 -78
- package/es/__mocks__/1000_city.json +802 -802
- package/es/__mocks__/sql-query.json +56 -56
- package/es/assets/css/main.scss +6 -6
- 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/styled.js +10 -10
- 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/icons/DomainManagementIcon.js +1 -1
- package/es/components/icons/LoadingIcon.js +33 -33
- package/es/components/icons/document/styled.js +43 -43
- package/es/components/index.scss +1 -1
- 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/EditingListV2/components/List/List.d.ts +1 -1
- package/es/components/molecules/EditingListV2/components/List/List.js +16 -7
- 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/FontSizeInput/index.scss +15 -15
- 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 +65 -54
- package/es/components/molecules/TagifyInput/constants.d.ts +7 -3
- package/es/components/molecules/TagifyInput/constants.js +7 -2
- package/es/components/molecules/TagifyInput/patternHandlers.js +34 -1
- package/es/components/molecules/TagifyInput/styled.js +37 -37
- package/es/components/molecules/TagifyInput/types.d.ts +13 -3
- package/es/components/molecules/TagifyInput/utils.d.ts +1 -0
- package/es/components/molecules/TagifyInput/utils.js +15 -14
- package/es/components/molecules/TagifyInput/utils.style.js +218 -218
- 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/UnsubscribePreferences/constants.d.ts +27 -0
- package/es/components/molecules/UnsubscribePreferences/constants.js +28 -0
- package/es/components/molecules/UnsubscribePreferences/index.d.ts +17 -0
- package/es/components/molecules/UnsubscribePreferences/index.js +203 -0
- package/es/components/molecules/UnsubscribePreferences/styled.d.ts +2 -0
- package/es/components/molecules/UnsubscribePreferences/styled.js +11 -0
- package/es/components/molecules/UnsubscribePreferences/utils.d.ts +15 -0
- package/es/components/molecules/UnsubscribePreferences/utils.js +56 -0
- package/es/components/molecules/UnsubscribePreview/components/PreferencesPage/index.d.ts +12 -0
- package/es/components/molecules/UnsubscribePreview/components/PreferencesPage/index.js +159 -0
- package/es/components/molecules/UnsubscribePreview/components/ResultPage/index.d.ts +13 -0
- package/es/components/molecules/UnsubscribePreview/components/ResultPage/index.js +28 -0
- package/es/components/molecules/UnsubscribePreview/components/TestAlert/index.d.ts +9 -0
- package/es/components/molecules/UnsubscribePreview/components/TestAlert/index.js +18 -0
- package/es/components/molecules/UnsubscribePreview/components/UnsubscribedPage/index.d.ts +13 -0
- package/es/components/molecules/UnsubscribePreview/components/UnsubscribedPage/index.js +85 -0
- package/es/components/molecules/UnsubscribePreview/components/index.d.ts +3 -0
- package/es/components/molecules/UnsubscribePreview/components/index.js +3 -0
- package/es/components/molecules/UnsubscribePreview/components/styled.d.ts +13 -0
- package/es/components/molecules/UnsubscribePreview/components/styled.js +65 -0
- package/es/components/molecules/UnsubscribePreview/index.d.ts +10 -0
- package/es/components/molecules/UnsubscribePreview/index.js +66 -0
- package/es/components/molecules/UnsubscribePreview/styled.d.ts +9 -0
- package/es/components/molecules/UnsubscribePreview/styled.js +51 -0
- package/es/components/molecules/UnsubscribePreview/type.d.ts +5 -0
- package/es/components/molecules/UnsubscribePreview/type.js +1 -0
- package/es/components/molecules/UnsubscribePreview/utils.d.ts +9 -0
- package/es/components/molecules/UnsubscribePreview/utils.js +27 -0
- package/es/components/molecules/UploadImage/index.d.ts +4 -0
- package/es/components/molecules/UploadImage/index.js +2 -2
- package/es/components/molecules/UploadImage/styled.js +114 -114
- package/es/components/molecules/VirtualizedMenu/styled.js +82 -82
- package/es/components/molecules/index.d.ts +4 -0
- package/es/components/molecules/index.js +2 -0
- 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/__mocks__/event_tracking.json +1290 -1290
- package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +3059 -3059
- 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/components/ChooseMethod/styled.js +19 -19
- package/es/components/organism/BasicLogin/components/LoginWithEmail/styled.js +3 -3
- package/es/components/organism/BasicLogin/components/LoginWithGG/styled.js +3 -3
- package/es/components/organism/BasicLogin/components/SignIn/styled.js +8 -8
- package/es/components/organism/BasicLogin/components/WidgetLayout/styled.js +18 -18
- package/es/components/organism/BasicLogin/styled.js +107 -107
- 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/styled.js +214 -214
- package/es/components/organism/Login/components/ChooseMethod/styled.js +19 -19
- 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/styled.js +3 -3
- package/es/components/organism/Login/components/LoginWithGG/styled.js +3 -3
- 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/styled.js +18 -18
- package/es/components/organism/Login/styled.js +115 -115
- 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/WhatsappMessage/FooterMessage/index.js +3 -1
- 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 +77 -77
- package/es/components/organism/PreviewTemplateModal/styled.js +21 -21
- package/es/components/organism/SQLGeneration/components/styled.js +354 -354
- package/es/components/organism/SQLGeneration/index.scss +1 -1
- package/es/components/organism/SQLGeneration/integrations/AceEditor/index.scss +4 -4
- 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.scss +1 -1
- package/es/components/template/Layout/Layout.js +10 -10
- 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/constants/index.d.ts +1 -0
- package/es/constants/index.js +1 -0
- package/es/constants/queries.d.ts +5 -0
- package/es/constants/queries.js +6 -0
- package/es/constants/unsubscribe.d.ts +56 -0
- package/es/constants/unsubscribe.js +77 -0
- package/es/providers/ConfigProvider/GlobalStyle.js +1249 -1249
- package/es/queries/Unsubscribe/index.d.ts +5 -0
- package/es/queries/Unsubscribe/index.js +5 -0
- package/es/queries/Unsubscribe/useGetUnsubscribeList.d.ts +8 -0
- package/es/queries/Unsubscribe/useGetUnsubscribeList.js +18 -0
- package/es/queries/Unsubscribe/useGetUnsubscribeListByIdentifier.d.ts +8 -0
- package/es/queries/Unsubscribe/useGetUnsubscribeListByIdentifier.js +11 -0
- package/es/queries/Unsubscribe/useGetUnsubscribeListPermission.d.ts +8 -0
- package/es/queries/Unsubscribe/useGetUnsubscribeListPermission.js +17 -0
- package/es/queries/Unsubscribe/useGetUnsubscribePreferences.d.ts +23 -0
- package/es/queries/Unsubscribe/useGetUnsubscribePreferences.js +26 -0
- package/es/services/MediaTemplateDesign/UploadFile/index.js +4 -4
- package/es/services/Unsubscribe/index.d.ts +41 -0
- package/es/services/Unsubscribe/index.js +78 -0
- package/es/styled/common.js +51 -51
- package/es/tests/styled.js +4 -4
- package/es/types/index.d.ts +1 -0
- package/es/types/index.js +1 -0
- package/es/types/unsubscribe.d.ts +25 -0
- package/es/types/unsubscribe.js +1 -0
- package/es/utils/common.d.ts +1 -0
- package/es/utils/common.js +3 -0
- package/es/utils/variables.js +7 -7
- package/package.json +266 -266
|
@@ -2,130 +2,130 @@ import styled from 'styled-components';
|
|
|
2
2
|
import { Typography } from '../../../../atoms';
|
|
3
3
|
import { THEME, globalToken } from '@antscorp/antsomi-ui/es/constants';
|
|
4
4
|
const { Text } = Typography;
|
|
5
|
-
export const MenuWrapper = styled.div `
|
|
6
|
-
position: relative;
|
|
7
|
-
flex-shrink: 0;
|
|
8
|
-
width: ${({ $width }) => ($width !== undefined ? `${$width}px` : 'auto')};
|
|
9
|
-
overflow: auto;
|
|
10
|
-
overflow-x: hidden;
|
|
11
|
-
border-right: 1px solid rgba(5, 5, 5, 0.06);
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
overflow: hidden;
|
|
15
|
-
|
|
16
|
-
.category__listing {
|
|
17
|
-
position: relative;
|
|
18
|
-
height: 100%;
|
|
19
|
-
overflow-y: auto;
|
|
20
|
-
|
|
21
|
-
.antsomi-menu,
|
|
22
|
-
.ant-menu {
|
|
23
|
-
[role='menu'] {
|
|
24
|
-
background-color: white !important;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
[role='menuitem'] {
|
|
28
|
-
width: 100%;
|
|
29
|
-
border-radius: 0;
|
|
30
|
-
height: 30px;
|
|
31
|
-
padding: 0 10px !important;
|
|
32
|
-
margin-left: 0 !important;
|
|
33
|
-
margin-right: 0 !important;
|
|
34
|
-
|
|
35
|
-
.antsomi-menu-title-content,
|
|
36
|
-
.ant-menu-title-content {
|
|
37
|
-
height: 100%;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.antsomi-menu-submenu-title,
|
|
42
|
-
.ant-menu-submenu-title {
|
|
43
|
-
height: 30px !important;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.antsomi-menu-submenu-title {
|
|
47
|
-
margin-top: 10px;
|
|
48
|
-
margin-bottom: 10px;
|
|
49
|
-
transition: all 0.3s;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.antsomi-menu-submenu-open {
|
|
53
|
-
.antsomi-menu-submenu-title {
|
|
54
|
-
margin-bottom: 0px;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.antsomi-menu-sub {
|
|
59
|
-
> li.antsomi-menu-item:first-child {
|
|
60
|
-
margin-top: 0;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.category-loading {
|
|
66
|
-
height: 100%;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.empty-wrapper {
|
|
70
|
-
width: 100%;
|
|
71
|
-
height: 100%;
|
|
72
|
-
box-sizing: border-box;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
5
|
+
export const MenuWrapper = styled.div `
|
|
6
|
+
position: relative;
|
|
7
|
+
flex-shrink: 0;
|
|
8
|
+
width: ${({ $width }) => ($width !== undefined ? `${$width}px` : 'auto')};
|
|
9
|
+
overflow: auto;
|
|
10
|
+
overflow-x: hidden;
|
|
11
|
+
border-right: 1px solid rgba(5, 5, 5, 0.06);
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
|
|
16
|
+
.category__listing {
|
|
17
|
+
position: relative;
|
|
18
|
+
height: 100%;
|
|
19
|
+
overflow-y: auto;
|
|
20
|
+
|
|
21
|
+
.antsomi-menu,
|
|
22
|
+
.ant-menu {
|
|
23
|
+
[role='menu'] {
|
|
24
|
+
background-color: white !important;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
[role='menuitem'] {
|
|
28
|
+
width: 100%;
|
|
29
|
+
border-radius: 0;
|
|
30
|
+
height: 30px;
|
|
31
|
+
padding: 0 10px !important;
|
|
32
|
+
margin-left: 0 !important;
|
|
33
|
+
margin-right: 0 !important;
|
|
34
|
+
|
|
35
|
+
.antsomi-menu-title-content,
|
|
36
|
+
.ant-menu-title-content {
|
|
37
|
+
height: 100%;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.antsomi-menu-submenu-title,
|
|
42
|
+
.ant-menu-submenu-title {
|
|
43
|
+
height: 30px !important;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.antsomi-menu-submenu-title {
|
|
47
|
+
margin-top: 10px;
|
|
48
|
+
margin-bottom: 10px;
|
|
49
|
+
transition: all 0.3s;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.antsomi-menu-submenu-open {
|
|
53
|
+
.antsomi-menu-submenu-title {
|
|
54
|
+
margin-bottom: 0px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.antsomi-menu-sub {
|
|
59
|
+
> li.antsomi-menu-item:first-child {
|
|
60
|
+
margin-top: 0;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.category-loading {
|
|
66
|
+
height: 100%;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.empty-wrapper {
|
|
70
|
+
width: 100%;
|
|
71
|
+
height: 100%;
|
|
72
|
+
box-sizing: border-box;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
75
|
`;
|
|
76
|
-
export const CustomLabelStyled = styled.div `
|
|
77
|
-
display: flex;
|
|
78
|
-
justify-content: space-between;
|
|
79
|
-
height: 100%;
|
|
80
|
-
align-items: center;
|
|
81
|
-
|
|
82
|
-
.label {
|
|
83
|
-
flex: 1 1 0%;
|
|
84
|
-
display: flex;
|
|
85
|
-
gap: 9px;
|
|
86
|
-
overflow: auto;
|
|
87
|
-
|
|
88
|
-
.antsomi-checkbox-wrapper {
|
|
89
|
-
width: 100%;
|
|
90
|
-
display: flex;
|
|
91
|
-
align-items: center;
|
|
92
|
-
|
|
93
|
-
.antsomi-checkbox-wrapper {
|
|
94
|
-
flex-shrink: 0;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
span:nth-child(2) {
|
|
98
|
-
flex: 1 1 0%;
|
|
99
|
-
overflow: auto;
|
|
100
|
-
& > span {
|
|
101
|
-
vertical-align: middle;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.total {
|
|
108
|
-
flex-shrink: 0;
|
|
109
|
-
font-size: 13px;
|
|
110
|
-
font-weight: 400;
|
|
111
|
-
color: ${globalToken?.bw8};
|
|
112
|
-
line-height: 1 !important;
|
|
113
|
-
font-size: 11px;
|
|
114
|
-
height: fit-content;
|
|
115
|
-
}
|
|
76
|
+
export const CustomLabelStyled = styled.div `
|
|
77
|
+
display: flex;
|
|
78
|
+
justify-content: space-between;
|
|
79
|
+
height: 100%;
|
|
80
|
+
align-items: center;
|
|
81
|
+
|
|
82
|
+
.label {
|
|
83
|
+
flex: 1 1 0%;
|
|
84
|
+
display: flex;
|
|
85
|
+
gap: 9px;
|
|
86
|
+
overflow: auto;
|
|
87
|
+
|
|
88
|
+
.antsomi-checkbox-wrapper {
|
|
89
|
+
width: 100%;
|
|
90
|
+
display: flex;
|
|
91
|
+
align-items: center;
|
|
92
|
+
|
|
93
|
+
.antsomi-checkbox-wrapper {
|
|
94
|
+
flex-shrink: 0;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
span:nth-child(2) {
|
|
98
|
+
flex: 1 1 0%;
|
|
99
|
+
overflow: auto;
|
|
100
|
+
& > span {
|
|
101
|
+
vertical-align: middle;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.total {
|
|
108
|
+
flex-shrink: 0;
|
|
109
|
+
font-size: 13px;
|
|
110
|
+
font-weight: 400;
|
|
111
|
+
color: ${globalToken?.bw8};
|
|
112
|
+
line-height: 1 !important;
|
|
113
|
+
font-size: 11px;
|
|
114
|
+
height: fit-content;
|
|
115
|
+
}
|
|
116
116
|
`;
|
|
117
|
-
export const CustomRootLabel = styled.div `
|
|
118
|
-
font-size: 13px !important;
|
|
119
|
-
font-weight: 400;
|
|
120
|
-
/* color: ${THEME?.token?.bw8}; */
|
|
121
|
-
height: 100%;
|
|
122
|
-
display: flex;
|
|
123
|
-
align-items: center;
|
|
124
|
-
padding-right: 20px;
|
|
117
|
+
export const CustomRootLabel = styled.div `
|
|
118
|
+
font-size: 13px !important;
|
|
119
|
+
font-weight: 400;
|
|
120
|
+
/* color: ${THEME?.token?.bw8}; */
|
|
121
|
+
height: 100%;
|
|
122
|
+
display: flex;
|
|
123
|
+
align-items: center;
|
|
124
|
+
padding-right: 20px;
|
|
125
125
|
`;
|
|
126
|
-
export const TextWrapper = styled(Text) `
|
|
127
|
-
max-width: 100%;
|
|
128
|
-
color: inherit !important;
|
|
129
|
-
height: fit-content;
|
|
130
|
-
font-size: inherit !important;
|
|
126
|
+
export const TextWrapper = styled(Text) `
|
|
127
|
+
max-width: 100%;
|
|
128
|
+
color: inherit !important;
|
|
129
|
+
height: fit-content;
|
|
130
|
+
font-size: inherit !important;
|
|
131
131
|
`;
|
|
@@ -4,13 +4,13 @@ import styled from 'styled-components';
|
|
|
4
4
|
import { Flex } from '@antscorp/antsomi-ui/es/components/atoms';
|
|
5
5
|
// Constants
|
|
6
6
|
import { THEME } from '@antscorp/antsomi-ui/es/constants';
|
|
7
|
-
export const EmptyWrapper = styled(Flex) `
|
|
8
|
-
width: 100%;
|
|
9
|
-
height: 100%;
|
|
10
|
-
|
|
11
|
-
.antsomi-typography {
|
|
12
|
-
color: ${THEME.token?.bw8};
|
|
13
|
-
}
|
|
7
|
+
export const EmptyWrapper = styled(Flex) `
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 100%;
|
|
10
|
+
|
|
11
|
+
.antsomi-typography {
|
|
12
|
+
color: ${THEME.token?.bw8};
|
|
13
|
+
}
|
|
14
14
|
`;
|
|
15
15
|
EmptyWrapper.defaultProps = {
|
|
16
16
|
vertical: true,
|
|
@@ -18,17 +18,17 @@ EmptyWrapper.defaultProps = {
|
|
|
18
18
|
justify: 'center',
|
|
19
19
|
gap: 15,
|
|
20
20
|
};
|
|
21
|
-
export const EmptyIcon = styled.div `
|
|
22
|
-
display: flex;
|
|
23
|
-
align-items: center;
|
|
24
|
-
justify-content: center;
|
|
25
|
-
width: 60px;
|
|
26
|
-
height: 60px;
|
|
27
|
-
border-radius: 100%;
|
|
28
|
-
background-color: ${THEME.token?.bw2};
|
|
29
|
-
|
|
30
|
-
i {
|
|
31
|
-
font-size: 24px;
|
|
32
|
-
color: ${THEME.token?.bw6};
|
|
33
|
-
}
|
|
21
|
+
export const EmptyIcon = styled.div `
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
width: 60px;
|
|
26
|
+
height: 60px;
|
|
27
|
+
border-radius: 100%;
|
|
28
|
+
background-color: ${THEME.token?.bw2};
|
|
29
|
+
|
|
30
|
+
i {
|
|
31
|
+
font-size: 24px;
|
|
32
|
+
color: ${THEME.token?.bw6};
|
|
33
|
+
}
|
|
34
34
|
`;
|
|
@@ -2,46 +2,46 @@
|
|
|
2
2
|
import styled from 'styled-components';
|
|
3
3
|
// Components
|
|
4
4
|
import { Flex } from '../../../atoms';
|
|
5
|
-
export const TemplateListingWrapper = styled(Flex) `
|
|
6
|
-
position: relative;
|
|
7
|
-
height: 100%;
|
|
8
|
-
|
|
9
|
-
.template-listing {
|
|
10
|
-
width: 100%;
|
|
11
|
-
flex: 1 1 0%;
|
|
12
|
-
height: 100%;
|
|
13
|
-
max-height: 100%;
|
|
14
|
-
min-height: 200px;
|
|
15
|
-
overflow-y: auto;
|
|
16
|
-
box-sizing: border-box;
|
|
17
|
-
|
|
18
|
-
&__loading {
|
|
19
|
-
height: 100%;
|
|
20
|
-
|
|
21
|
-
.antsomi-spin-container {
|
|
22
|
-
height: 100%;
|
|
23
|
-
width: 100%;
|
|
24
|
-
|
|
25
|
-
> div {
|
|
26
|
-
max-height: 100%;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
&--full {
|
|
31
|
-
width: 100%;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
div.scrollbar-view {
|
|
36
|
-
box-sizing: border-box;
|
|
37
|
-
padding: 15px;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
5
|
+
export const TemplateListingWrapper = styled(Flex) `
|
|
6
|
+
position: relative;
|
|
7
|
+
height: 100%;
|
|
8
|
+
|
|
9
|
+
.template-listing {
|
|
10
|
+
width: 100%;
|
|
11
|
+
flex: 1 1 0%;
|
|
12
|
+
height: 100%;
|
|
13
|
+
max-height: 100%;
|
|
14
|
+
min-height: 200px;
|
|
15
|
+
overflow-y: auto;
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
|
|
18
|
+
&__loading {
|
|
19
|
+
height: 100%;
|
|
20
|
+
|
|
21
|
+
.antsomi-spin-container {
|
|
22
|
+
height: 100%;
|
|
23
|
+
width: 100%;
|
|
24
|
+
|
|
25
|
+
> div {
|
|
26
|
+
max-height: 100%;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&--full {
|
|
31
|
+
width: 100%;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
div.scrollbar-view {
|
|
36
|
+
box-sizing: border-box;
|
|
37
|
+
padding: 15px;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
40
|
`;
|
|
41
|
-
export const TemplateWrapper = styled.div `
|
|
42
|
-
width: 100%;
|
|
43
|
-
height: 100%;
|
|
44
|
-
display: flex;
|
|
45
|
-
flex-direction: column;
|
|
41
|
+
export const TemplateWrapper = styled.div `
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: 100%;
|
|
44
|
+
display: flex;
|
|
45
|
+
flex-direction: column;
|
|
46
46
|
`;
|
|
47
47
|
export const LoadMoreBlock = styled.div ``;
|
package/es/constants/index.d.ts
CHANGED
package/es/constants/index.js
CHANGED
|
@@ -38,4 +38,9 @@ export declare const QUERY_KEYS: {
|
|
|
38
38
|
GET_MATCHES_ANY_LIST: string;
|
|
39
39
|
GET_INFINITE_MATCHES_ANY_LIST: string;
|
|
40
40
|
GET_LOGGED_USER: string;
|
|
41
|
+
GET_UNSUBSCRIBE_PREFERENCES: string;
|
|
42
|
+
GET_UNSUBSCRIBE_LIST_BY_IDENTIFIER: string;
|
|
43
|
+
UPDATE_UNSUBSCRIBE_PREFERENCES_LIST: string;
|
|
44
|
+
GET_UNSUBSCRIBE_LIST: string;
|
|
45
|
+
GET_UNSUBSCRIBE_LIST_PERMISSION: string;
|
|
41
46
|
};
|
package/es/constants/queries.js
CHANGED
|
@@ -52,4 +52,10 @@ export const QUERY_KEYS = {
|
|
|
52
52
|
GET_INFINITE_MATCHES_ANY_LIST: 'GET_INFINITE_MATCHES_ANY_LIST',
|
|
53
53
|
// USER
|
|
54
54
|
GET_LOGGED_USER: 'GET_LOGGED_USER',
|
|
55
|
+
// UNSUBSCRIBE
|
|
56
|
+
GET_UNSUBSCRIBE_PREFERENCES: 'GET_UNSUBSCRIBE_PREFERENCES',
|
|
57
|
+
GET_UNSUBSCRIBE_LIST_BY_IDENTIFIER: 'GET_UNSUBSCRIBE_LIST_BY_IDENTIFIER',
|
|
58
|
+
UPDATE_UNSUBSCRIBE_PREFERENCES_LIST: 'UPDATE_UNSUBSCRIBE_PREFERENCES_LIST',
|
|
59
|
+
GET_UNSUBSCRIBE_LIST: 'GET_UNSUBSCRIBE_LIST',
|
|
60
|
+
GET_UNSUBSCRIBE_LIST_PERMISSION: 'GET_UNSUBSCRIBE_LIST_PERMISSION',
|
|
55
61
|
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { TUnsubscribeList } from '@antscorp/antsomi-ui/es/types';
|
|
2
|
+
export declare const SEARCH_PARAM_KEYS: {
|
|
3
|
+
IDENTIFIER: string;
|
|
4
|
+
PAGE: string;
|
|
5
|
+
JOURNEY_ID: string;
|
|
6
|
+
CAMPAIGN_ID: string;
|
|
7
|
+
STORY_ID: string;
|
|
8
|
+
VARIANT_ID: string;
|
|
9
|
+
CUSTOMER_ID: string;
|
|
10
|
+
UID: string;
|
|
11
|
+
PROP_ID: string;
|
|
12
|
+
IS_CLICK_UNSUBSCRIBE: string;
|
|
13
|
+
IS_PREVIEW: string;
|
|
14
|
+
PORTAL_ID: string;
|
|
15
|
+
TYPE: string;
|
|
16
|
+
IDENTIFIER_SHORT: string;
|
|
17
|
+
PAGE_SHORT: string;
|
|
18
|
+
JOURNEY_ID_SHORT: string;
|
|
19
|
+
CAMPAIGN_ID_SHORT: string;
|
|
20
|
+
STORY_ID_SHORT: string;
|
|
21
|
+
VARIANT_ID_SHORT: string;
|
|
22
|
+
CUSTOMER_ID_SHORT: string;
|
|
23
|
+
UID_SHORT: string;
|
|
24
|
+
PROP_ID_SHORT: string;
|
|
25
|
+
IS_CLICK_UNSUBSCRIBE_SHORT: string;
|
|
26
|
+
IS_PREVIEW_SHORT: string;
|
|
27
|
+
PORTAL_ID_SHORT: string;
|
|
28
|
+
TYPE_SHORT: string;
|
|
29
|
+
};
|
|
30
|
+
export declare const RESULT_PAGE_TYPES: {
|
|
31
|
+
RESUBSCRIBED: string;
|
|
32
|
+
OPT_OUT: string;
|
|
33
|
+
};
|
|
34
|
+
export declare const RESULT_PAGE_MESSAGES: {
|
|
35
|
+
[x: string]: {
|
|
36
|
+
email: {
|
|
37
|
+
title: string;
|
|
38
|
+
description: string;
|
|
39
|
+
};
|
|
40
|
+
whatsapp: {
|
|
41
|
+
title: string;
|
|
42
|
+
description: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
export declare const LANDING_PAGE_TYPE: {
|
|
47
|
+
UNSUBSCRIBE: string;
|
|
48
|
+
PREFERENCES: string;
|
|
49
|
+
RESULT: string;
|
|
50
|
+
};
|
|
51
|
+
export declare const GLOBAL_UNSUBSCRIBED_LIST: TUnsubscribeList;
|
|
52
|
+
export declare const GLOBAL_UNSUBSCRIBED_WHATSAPP: TUnsubscribeList;
|
|
53
|
+
export declare const UNSUBSCRIBE_STATUS: {
|
|
54
|
+
readonly UNSUBSCRIBE: "unsubscribe";
|
|
55
|
+
readonly RESUBSCRIBE: "resubscribe";
|
|
56
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export const SEARCH_PARAM_KEYS = {
|
|
2
|
+
IDENTIFIER: 'identifier',
|
|
3
|
+
PAGE: 'page',
|
|
4
|
+
JOURNEY_ID: 'journeyId',
|
|
5
|
+
CAMPAIGN_ID: 'campaignId',
|
|
6
|
+
STORY_ID: 'storyId',
|
|
7
|
+
VARIANT_ID: 'variantId',
|
|
8
|
+
CUSTOMER_ID: 'customerId',
|
|
9
|
+
UID: 'uid',
|
|
10
|
+
PROP_ID: 'propId',
|
|
11
|
+
IS_CLICK_UNSUBSCRIBE: 'isClickUnsubscribe',
|
|
12
|
+
IS_PREVIEW: 'isPreview',
|
|
13
|
+
PORTAL_ID: 'portalId',
|
|
14
|
+
TYPE: 'type',
|
|
15
|
+
IDENTIFIER_SHORT: 'id',
|
|
16
|
+
PAGE_SHORT: 'p',
|
|
17
|
+
JOURNEY_ID_SHORT: 'j',
|
|
18
|
+
CAMPAIGN_ID_SHORT: 'c',
|
|
19
|
+
STORY_ID_SHORT: 's',
|
|
20
|
+
VARIANT_ID_SHORT: 'v',
|
|
21
|
+
CUSTOMER_ID_SHORT: 'u',
|
|
22
|
+
UID_SHORT: 'uid',
|
|
23
|
+
PROP_ID_SHORT: 'pid',
|
|
24
|
+
IS_CLICK_UNSUBSCRIBE_SHORT: 'icu',
|
|
25
|
+
IS_PREVIEW_SHORT: 'ip',
|
|
26
|
+
PORTAL_ID_SHORT: 'poid',
|
|
27
|
+
TYPE_SHORT: 't',
|
|
28
|
+
};
|
|
29
|
+
export const RESULT_PAGE_TYPES = {
|
|
30
|
+
RESUBSCRIBED: 'resubscribed',
|
|
31
|
+
OPT_OUT: 'opt-out',
|
|
32
|
+
};
|
|
33
|
+
export const RESULT_PAGE_MESSAGES = {
|
|
34
|
+
[RESULT_PAGE_TYPES.RESUBSCRIBED]: {
|
|
35
|
+
email: {
|
|
36
|
+
title: 'Success!',
|
|
37
|
+
description: 'Thank you for signing up.',
|
|
38
|
+
},
|
|
39
|
+
whatsapp: {
|
|
40
|
+
title: 'Success!',
|
|
41
|
+
description: 'Thank you for signing up.',
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
[RESULT_PAGE_TYPES.OPT_OUT]: {
|
|
45
|
+
email: {
|
|
46
|
+
title: '',
|
|
47
|
+
description: 'You will no longer receive any emails from us.',
|
|
48
|
+
},
|
|
49
|
+
whatsapp: {
|
|
50
|
+
title: '',
|
|
51
|
+
description: 'You will no longer receive WhatsApp messages from us.',
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
};
|
|
55
|
+
export const LANDING_PAGE_TYPE = {
|
|
56
|
+
UNSUBSCRIBE: 'unsubscribed',
|
|
57
|
+
PREFERENCES: 'preferences',
|
|
58
|
+
RESULT: 'result',
|
|
59
|
+
};
|
|
60
|
+
export const GLOBAL_UNSUBSCRIBED_LIST = {
|
|
61
|
+
list_id: '-1',
|
|
62
|
+
description: '',
|
|
63
|
+
list_name: 'Global unsubscribed list',
|
|
64
|
+
status: '1',
|
|
65
|
+
type: '1',
|
|
66
|
+
};
|
|
67
|
+
export const GLOBAL_UNSUBSCRIBED_WHATSAPP = {
|
|
68
|
+
list_id: '-3',
|
|
69
|
+
list_name: 'Global unsubscribed WhatsApp',
|
|
70
|
+
status: '1',
|
|
71
|
+
type: '3',
|
|
72
|
+
description: '',
|
|
73
|
+
};
|
|
74
|
+
export const UNSUBSCRIBE_STATUS = {
|
|
75
|
+
UNSUBSCRIBE: 'unsubscribe',
|
|
76
|
+
RESUBSCRIBE: 'resubscribe',
|
|
77
|
+
};
|