@capillarytech/creatives-library 8.0.339 → 8.0.340-beta.0
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/app.js +8 -1
- package/global-styles.js +4 -0
- package/package.json +2 -2
- package/styles/components/navigation/_leftnav.scss +1 -1
- package/utils/tests/tagValidations.test.js +20 -0
- package/v2Components/AccessForbidden/index.js +1 -1
- package/v2Components/CapActionButton/index.js +5 -5
- package/v2Components/CapCustomSkeleton/index.js +1 -1
- package/v2Components/CapDeviceContent/index.js +5 -5
- package/v2Components/CapDocumentUpload/index.js +1 -1
- package/v2Components/CapImageUpload/index.js +1 -1
- package/v2Components/CapInAppCTA/index.js +118 -112
- package/v2Components/CapMpushCTA/index.js +72 -66
- package/v2Components/CapTagList/index.js +32 -27
- package/v2Components/CapTagList/style.scss +29 -0
- package/v2Components/CapTagListWithInput/__tests__/CapTagListWithInput.test.js +63 -0
- package/v2Components/CapTagListWithInput/index.js +4 -0
- package/v2Components/CapVideoUpload/index.js +1 -1
- package/v2Components/CapWhatsappCTA/index.js +130 -124
- package/v2Components/CapWhatsappCarouselButton/index.js +27 -29
- package/v2Components/CapWhatsappQuickReply/index.js +7 -7
- package/v2Components/Carousel/index.js +1 -1
- package/v2Components/CommonTestAndPreview/AddTestCustomer.js +1 -1
- package/v2Components/CommonTestAndPreview/CustomValuesEditor.js +3 -3
- package/v2Components/CommonTestAndPreview/CustomerCreationModal.js +1 -1
- package/v2Components/CommonTestAndPreview/DeliverySettings/ModifyDeliverySettings.js +4 -4
- package/v2Components/CommonTestAndPreview/DeliverySettings/index.js +1 -1
- package/v2Components/CommonTestAndPreview/ExistingCustomerModal.js +6 -6
- package/v2Components/CommonTestAndPreview/LeftPanelContent.js +5 -5
- package/v2Components/CommonTestAndPreview/PreviewSection.js +1 -1
- package/v2Components/CommonTestAndPreview/UnifiedPreview/DeviceFrame.js +1 -1
- package/v2Components/CommonTestAndPreview/UnifiedPreview/EmailPreviewContent.js +8 -8
- package/v2Components/CommonTestAndPreview/UnifiedPreview/InAppPreviewContent.js +14 -13
- package/v2Components/CommonTestAndPreview/UnifiedPreview/MobilePushPreviewContent.js +22 -21
- package/v2Components/CommonTestAndPreview/UnifiedPreview/RcsPreviewContent.js +9 -9
- package/v2Components/CommonTestAndPreview/UnifiedPreview/SmsPreviewContent.js +8 -8
- package/v2Components/CommonTestAndPreview/UnifiedPreview/ViberPreviewContent.js +10 -10
- package/v2Components/CommonTestAndPreview/UnifiedPreview/WhatsAppPreviewContent.js +13 -12
- package/v2Components/CommonTestAndPreview/UnifiedPreview/ZaloPreviewContent.js +4 -3
- package/v2Components/CommonTestAndPreview/UnifiedPreview/_unifiedPreview.scss +10 -5
- package/v2Components/CommonTestAndPreview/UnifiedPreview/index.js +1 -1
- package/v2Components/CommonTestAndPreview/_commonTestAndPreview.scss +3 -4
- package/v2Components/CommonTestAndPreview/index.js +1 -1
- package/v2Components/CustomerSearchSection/_customerSearch.scss +2 -1
- package/v2Components/CustomerSearchSection/index.js +9 -9
- package/v2Components/EmailMobilePreview/index.js +1 -1
- package/v2Components/ErrorInfoNote/index.js +13 -11
- package/v2Components/ErrorInfoNote/style.scss +1 -1
- package/v2Components/FormBuilder/_formBuilder.scss +1 -0
- package/v2Components/FormBuilder/index.js +39 -40
- package/v2Components/HtmlEditor/HTMLEditor.js +10 -5
- package/v2Components/HtmlEditor/__tests__/HTMLEditor.apiErrors.test.js +1 -0
- package/v2Components/HtmlEditor/__tests__/HTMLEditor.test.js +927 -2
- package/v2Components/HtmlEditor/_htmlEditor.scss +2 -1
- package/v2Components/HtmlEditor/components/CodeEditorPane/index.js +4 -1
- package/v2Components/HtmlEditor/components/DeviceToggle/_deviceToggle.scss +2 -2
- package/v2Components/HtmlEditor/components/DeviceToggle/index.js +2 -2
- package/v2Components/HtmlEditor/components/EditorToolbar/PreviewModeGroup.js +2 -2
- package/v2Components/HtmlEditor/components/EditorToolbar/index.js +2 -2
- package/v2Components/HtmlEditor/components/InAppPreviewPane/index.js +1 -0
- package/v2Components/HtmlEditor/components/PreviewPane/index.js +2 -2
- package/v2Components/HtmlEditor/components/SplitContainer/SplitContainer.js +2 -2
- package/v2Components/HtmlEditor/components/SplitContainer/_splitContainer.scss +2 -1
- package/v2Components/HtmlEditor/components/ValidationPanel/index.js +6 -9
- package/v2Components/HtmlEditor/components/ValidationTabs/index.js +2 -2
- package/v2Components/NavigationBar/index.js +7 -1
- package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/index.js +3 -4
- package/v2Components/TemplatePreview/_templatePreview.scss +5 -3
- package/v2Components/TemplatePreview/index.js +11 -9
- package/v2Components/TestAndPreviewSlidebox/CustomValuesEditor.js +3 -3
- package/v2Components/TestAndPreviewSlidebox/LeftPanelContent.js +5 -5
- package/v2Components/TestAndPreviewSlidebox/PreviewSection.js +3 -3
- package/v2Components/TestAndPreviewSlidebox/_testAndPreviewSlidebox.scss +4 -2
- package/v2Containers/BeeEditor/index.js +3 -0
- package/v2Containers/BeePopupEditor/index.js +1 -1
- package/v2Containers/CommunicationFlow/CommunicationFlow.js +5 -5
- package/v2Containers/CommunicationFlow/steps/ChannelSelectionStep/ChannelSelectionStep.js +4 -3
- package/v2Containers/CommunicationFlow/steps/CommunicationStrategyStep/CommunicationStrategyStep.js +2 -2
- package/v2Containers/CommunicationFlow/steps/DeliverySettingsStep/DeliverySettingsSection.js +3 -2
- package/v2Containers/CommunicationFlow/steps/DeliverySettingsStep/SenderDetails.js +7 -7
- package/v2Containers/CommunicationFlow/steps/DeliverySettingsStep/SenderDetails.scss +0 -5
- package/v2Containers/CommunicationFlow/steps/DynamicControlsStep/DynamicControlsStep.js +2 -2
- package/v2Containers/CommunicationFlow/steps/MessageTypeStep/MessageTypeStep.js +2 -2
- package/v2Containers/CreativesContainer/SlideBoxContent.js +28 -1
- package/v2Containers/CreativesContainer/SlideBoxFooter.js +1 -1
- package/v2Containers/CreativesContainer/index.js +4 -1
- package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +47 -0
- package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +5 -0
- package/v2Containers/Ebill/index.js +10 -9
- package/v2Containers/Email/index.js +8 -7
- package/v2Containers/Email/initialSchema.js +1 -1
- package/v2Containers/EmailWrapper/components/EmailHTMLEditor.js +6 -1
- package/v2Containers/EmailWrapper/components/EmailWrapperView.js +3 -0
- package/v2Containers/EmailWrapper/components/__tests__/EmailHTMLEditor.test.js +20 -2
- package/v2Containers/EmailWrapper/components/__tests__/EmailWrapperView.test.js +16 -1
- package/v2Containers/EmailWrapper/hooks/useEmailWrapper.js +3 -0
- package/v2Containers/EmailWrapper/index.js +4 -0
- package/v2Containers/EmailWrapper/tests/useEmailWrapper.edgeCases.test.js +1 -0
- package/v2Containers/EmailWrapper/tests/useEmailWrapper.test.js +9 -0
- package/v2Containers/FTP/index.js +1 -1
- package/v2Containers/Facebook/Advertisement/index.js +4 -4
- package/v2Containers/Facebook/index.js +2 -2
- package/v2Containers/InApp/index.js +21 -16
- package/v2Containers/InApp/index.scss +0 -7
- package/v2Containers/InAppWrapper/components/InAppWrapperView.js +2 -2
- package/v2Containers/InAppWrapper/hooks/__tests__/useInAppWrapper.test.js +1 -0
- package/v2Containers/InappAdvance/index.js +4 -4
- package/v2Containers/LanguageProvider/index.js +3 -3
- package/v2Containers/LanguageProvider/tests/index.test.js +3 -3
- package/v2Containers/Line/Container/Image/index.js +1 -1
- package/v2Containers/Line/Container/ImageCarousel/Content.js +1 -1
- package/v2Containers/Line/Container/ImageCarousel/index.js +5 -5
- package/v2Containers/Line/Container/ImageMap/index.js +3 -3
- package/v2Containers/Line/Container/Sticker/index.js +2 -2
- package/v2Containers/Line/Container/Sticker/utils.js +1 -1
- package/v2Containers/Line/Container/Video/index.js +1 -1
- package/v2Containers/Line/Container/Wrapper/index.js +3 -3
- package/v2Containers/Line/Container/Wrapper/style.js +1 -5
- package/v2Containers/Line/Container/index.js +2 -2
- package/v2Containers/Login/components/LoginForm/index.js +34 -47
- package/v2Containers/Login/index.js +5 -5
- package/v2Containers/MobilePush/Create/index.js +2 -0
- package/v2Containers/MobilePush/Edit/index.js +2 -0
- package/v2Containers/MobilePushNew/components/CtaButtons.js +2 -2
- package/v2Containers/MobilePushNew/components/MediaUploaders.js +9 -9
- package/v2Containers/MobilePushNew/components/PlatformContentFields.js +4 -4
- package/v2Containers/MobilePushNew/index.js +2 -2
- package/v2Containers/MobilePushNew/index.scss +6 -3
- package/v2Containers/MobilepushWrapper/index.js +3 -1
- package/v2Containers/Rcs/index.js +25 -19
- package/v2Containers/Rcs/index.scss +0 -7
- package/v2Containers/Sms/Create/index.js +2 -0
- package/v2Containers/Sms/Edit/index.js +2 -0
- package/v2Containers/SmsTrai/Edit/index.js +5 -2
- package/v2Containers/SmsWrapper/index.js +2 -0
- package/v2Containers/TagList/index.js +62 -5
- package/v2Containers/TagList/messages.js +4 -0
- package/v2Containers/TagList/tests/TagList.test.js +124 -20
- package/v2Containers/TagList/tests/mockdata.js +17 -0
- package/v2Containers/Templates/index.js +16 -16
- package/v2Containers/Viber/index.js +22 -14
- package/v2Containers/Viber/index.scss +0 -7
- package/v2Containers/WeChat/RichmediaTemplates/Create/_createRichmedia.scss +1 -1
- package/v2Containers/WeChat/RichmediaTemplates/Create/index.js +2 -2
- package/v2Containers/WebPush/Create/components/BrandIconSection.js +1 -1
- package/v2Containers/WebPush/Create/components/ButtonForm.js +2 -2
- package/v2Containers/WebPush/Create/components/ButtonList.js +4 -4
- package/v2Containers/WebPush/Create/components/ButtonsLinksSection.js +4 -4
- package/v2Containers/WebPush/Create/components/FormActions.js +3 -3
- package/v2Containers/WebPush/Create/components/MessageSection.js +2 -2
- package/v2Containers/WebPush/Create/components/NotificationTitleSection.js +2 -2
- package/v2Containers/WebPush/Create/components/_buttons.scss +2 -2
- package/v2Containers/WebPush/Create/hooks/useTagManagement.js +0 -2
- package/v2Containers/WebPush/Create/index.js +9 -1
- package/v2Containers/WebPush/Create/index.scss +6 -3
- package/v2Containers/WebPush/Create/preview/WebPushPreview.js +1 -1
- package/v2Containers/Whatsapp/index.js +33 -28
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +20 -0
- package/v2Containers/Zalo/index.js +5 -3
|
@@ -83,9 +83,9 @@ const ButtonList = ({
|
|
|
83
83
|
);
|
|
84
84
|
})}
|
|
85
85
|
{showAddPrimary && (
|
|
86
|
-
<CapRow className="button-list-add-button">
|
|
86
|
+
<CapRow useLegacy className="button-list-add-button">
|
|
87
87
|
<CapButton
|
|
88
|
-
type="
|
|
88
|
+
type="link"
|
|
89
89
|
onClick={onAddPrimary}
|
|
90
90
|
className="add-primary-button button-add-trigger"
|
|
91
91
|
icon="plus"
|
|
@@ -96,9 +96,9 @@ const ButtonList = ({
|
|
|
96
96
|
</CapRow>
|
|
97
97
|
)}
|
|
98
98
|
{showAddSecondary && (
|
|
99
|
-
<CapRow className="button-list-add-button">
|
|
99
|
+
<CapRow useLegacy className="button-list-add-button">
|
|
100
100
|
<CapButton
|
|
101
|
-
type="
|
|
101
|
+
type="link"
|
|
102
102
|
onClick={onAddSecondary}
|
|
103
103
|
className="add-secondary-button button-add-trigger"
|
|
104
104
|
icon="plus"
|
|
@@ -82,7 +82,7 @@ export const ButtonsLinksSection = ({
|
|
|
82
82
|
/>
|
|
83
83
|
)}
|
|
84
84
|
</CapRow>
|
|
85
|
-
<CapRow className="creatives-webpush-buttons-section">
|
|
85
|
+
<CapRow useLegacy className="creatives-webpush-buttons-section">
|
|
86
86
|
<CapHeading type="h5" className="webpush-buttons-section-heading">
|
|
87
87
|
<FormattedMessage {...messages.buttons} />{' '}
|
|
88
88
|
<span className="optional-text">
|
|
@@ -109,7 +109,7 @@ export const ButtonsLinksSection = ({
|
|
|
109
109
|
<div className="button-add-controls">
|
|
110
110
|
{showAddPrimaryButton && (
|
|
111
111
|
<CapButton
|
|
112
|
-
type="
|
|
112
|
+
type="link"
|
|
113
113
|
onClick={handleAddPrimaryButton}
|
|
114
114
|
className="add-primary-button button-add-trigger"
|
|
115
115
|
icon="plus"
|
|
@@ -119,7 +119,7 @@ export const ButtonsLinksSection = ({
|
|
|
119
119
|
)}
|
|
120
120
|
{showAddSecondaryButton && (
|
|
121
121
|
<CapButton
|
|
122
|
-
type="
|
|
122
|
+
type="link"
|
|
123
123
|
onClick={handleAddSecondaryButton}
|
|
124
124
|
className="add-secondary-button button-add-trigger"
|
|
125
125
|
icon="plus"
|
|
@@ -129,7 +129,7 @@ export const ButtonsLinksSection = ({
|
|
|
129
129
|
)}
|
|
130
130
|
{showDisabledSecondaryDuringPrimary && (
|
|
131
131
|
<CapButton
|
|
132
|
-
type="
|
|
132
|
+
type="link"
|
|
133
133
|
className="add-secondary-button button-add-trigger"
|
|
134
134
|
icon="plus"
|
|
135
135
|
disabled
|
|
@@ -16,18 +16,18 @@ export const FormActions = ({
|
|
|
16
16
|
messages,
|
|
17
17
|
}) => (
|
|
18
18
|
<>
|
|
19
|
-
<CapRow className="creatives-webpush-actions">
|
|
19
|
+
<CapRow useLegacy className="creatives-webpush-actions">
|
|
20
20
|
<CapButton type="primary" onClick={onSave} disabled={isSaveDisabled}>
|
|
21
21
|
{formatMessage(messages.saveTemplate)}
|
|
22
22
|
</CapButton>
|
|
23
23
|
</CapRow>
|
|
24
24
|
{errorText && (
|
|
25
|
-
<CapRow>
|
|
25
|
+
<CapRow useLegacy>
|
|
26
26
|
<CapError className="webpush-template-error">{errorText}</CapError>
|
|
27
27
|
</CapRow>
|
|
28
28
|
)}
|
|
29
29
|
{accountErrorText && (
|
|
30
|
-
<CapRow>
|
|
30
|
+
<CapRow useLegacy>
|
|
31
31
|
<CapError className="webpush-template-account-error">
|
|
32
32
|
{accountErrorText}
|
|
33
33
|
</CapError>
|
|
@@ -92,8 +92,8 @@ export const MessageSection = ({
|
|
|
92
92
|
|
|
93
93
|
return (
|
|
94
94
|
<>
|
|
95
|
-
<CapRow className="creatives-webpush-message">
|
|
96
|
-
<CapRow className="tooltip-add-label-container webpush-message-taglist">
|
|
95
|
+
<CapRow useLegacy className="creatives-webpush-message">
|
|
96
|
+
<CapRow useLegacy className="tooltip-add-label-container webpush-message-taglist">
|
|
97
97
|
{tagList}
|
|
98
98
|
</CapRow>
|
|
99
99
|
<CapHeading type="h4" className="webpush-message">
|
|
@@ -41,8 +41,8 @@ export const NotificationTitleSection = ({
|
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
return (
|
|
44
|
-
<CapRow className="creatives-webpush-title">
|
|
45
|
-
<CapRow className="tooltip-add-label-container webpush-title-taglist">
|
|
44
|
+
<CapRow useLegacy className="creatives-webpush-title">
|
|
45
|
+
<CapRow useLegacy className="tooltip-add-label-container webpush-title-taglist">
|
|
46
46
|
{tagList}
|
|
47
47
|
</CapRow>
|
|
48
48
|
<CapHeading type="h4" className="webpush-title">
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
// High specificity selectors to override Cap UI library styles
|
|
82
82
|
// Target both CapButton and Ant Design button classes that may be on the same element
|
|
83
83
|
.button-add-controls button.button-add-trigger,
|
|
84
|
-
.button-add-controls .button-add-trigger.cap-button,
|
|
84
|
+
.button-add-controls .button-add-trigger.cap-button-v2,
|
|
85
85
|
.button-add-controls .button-add-trigger.ant-btn,
|
|
86
86
|
.button-add-controls .button-add-trigger.cap-button-flat,
|
|
87
87
|
.button-add-controls .button-add-trigger.ant-btn-flat,
|
|
88
88
|
.webpush-button-list button.button-add-trigger,
|
|
89
|
-
.webpush-button-list .button-add-trigger.cap-button,
|
|
89
|
+
.webpush-button-list .button-add-trigger.cap-button-v2,
|
|
90
90
|
.webpush-button-list .button-add-trigger.ant-btn,
|
|
91
91
|
.webpush-button-list .button-add-trigger.cap-button-flat,
|
|
92
92
|
.webpush-button-list .button-add-trigger.ant-btn-flat {
|
|
@@ -84,6 +84,7 @@ const MemoizedTagList = memo(({
|
|
|
84
84
|
injectedTags,
|
|
85
85
|
selectedOfferDetails,
|
|
86
86
|
eventContextTags,
|
|
87
|
+
waitEventContextTags,
|
|
87
88
|
forwardedTags,
|
|
88
89
|
onTagSelect,
|
|
89
90
|
restrictPersonalization = false,
|
|
@@ -99,6 +100,7 @@ const MemoizedTagList = memo(({
|
|
|
99
100
|
injectedTags={injectedTags}
|
|
100
101
|
selectedOfferDetails={selectedOfferDetails}
|
|
101
102
|
eventContextTags={eventContextTags}
|
|
103
|
+
waitEventContextTags={waitEventContextTags}
|
|
102
104
|
forwardedTags={forwardedTags}
|
|
103
105
|
onTagSelect={onTagSelect}
|
|
104
106
|
restrictPersonalization={restrictPersonalization}
|
|
@@ -116,6 +118,7 @@ const MemoizedTagList = memo(({
|
|
|
116
118
|
&& prevProps.injectedTags === nextProps.injectedTags
|
|
117
119
|
&& prevProps.selectedOfferDetails === nextProps.selectedOfferDetails
|
|
118
120
|
&& prevProps.eventContextTags === nextProps.eventContextTags
|
|
121
|
+
&& prevProps.waitEventContextTags === nextProps.waitEventContextTags
|
|
119
122
|
&& prevProps.forwardedTags === nextProps.forwardedTags
|
|
120
123
|
&& prevProps.onTagSelect === nextProps.onTagSelect
|
|
121
124
|
&& prevProps.restrictPersonalization === nextProps.restrictPersonalization
|
|
@@ -152,6 +155,7 @@ const WebPushCreate = ({
|
|
|
152
155
|
forwardedTags,
|
|
153
156
|
selectedOfferDetails = [],
|
|
154
157
|
eventContextTags = [],
|
|
158
|
+
waitEventContextTags = {},
|
|
155
159
|
templateActions: templateActionsProps,
|
|
156
160
|
Templates,
|
|
157
161
|
restrictPersonalization = false,
|
|
@@ -232,6 +236,7 @@ const WebPushCreate = ({
|
|
|
232
236
|
supportedTags: memoizedSupportedTags,
|
|
233
237
|
injectedTags,
|
|
234
238
|
eventContextTags,
|
|
239
|
+
waitEventContextTags,
|
|
235
240
|
});
|
|
236
241
|
const { tags, handleOnTagsContextChange, validationConfig } = tagState;
|
|
237
242
|
const { weCrmAccounts } = Templates;
|
|
@@ -837,12 +842,13 @@ const WebPushCreate = ({
|
|
|
837
842
|
injectedTags,
|
|
838
843
|
selectedOfferDetails,
|
|
839
844
|
eventContextTags,
|
|
845
|
+
waitEventContextTags,
|
|
840
846
|
forwardedTags,
|
|
841
847
|
restrictPersonalization,
|
|
842
848
|
disabled: restrictPersonalization,
|
|
843
849
|
disableTooltipMsg: restrictPersonalization ? formatMessage(messages.personalizationNotSupportedAnonymous) : undefined,
|
|
844
850
|
}),
|
|
845
|
-
[tags, injectedTags, selectedOfferDetails, eventContextTags, forwardedTags, restrictPersonalization, formatMessage],
|
|
851
|
+
[tags, injectedTags, selectedOfferDetails, eventContextTags, waitEventContextTags, forwardedTags, restrictPersonalization, formatMessage],
|
|
846
852
|
);
|
|
847
853
|
|
|
848
854
|
// Memoized TagList components with optimized props
|
|
@@ -1083,6 +1089,7 @@ WebPushCreate.propTypes = {
|
|
|
1083
1089
|
forwardedTags: PropTypes.object,
|
|
1084
1090
|
selectedOfferDetails: PropTypes.array,
|
|
1085
1091
|
eventContextTags: PropTypes.array,
|
|
1092
|
+
waitEventContextTags: PropTypes.object,
|
|
1086
1093
|
templateActions: PropTypes.object,
|
|
1087
1094
|
restrictPersonalization: PropTypes.bool,
|
|
1088
1095
|
};
|
|
@@ -1111,6 +1118,7 @@ WebPushCreate.defaultProps = {
|
|
|
1111
1118
|
forwardedTags: {},
|
|
1112
1119
|
selectedOfferDetails: [],
|
|
1113
1120
|
eventContextTags: [],
|
|
1121
|
+
waitEventContextTags: {},
|
|
1114
1122
|
templateActions: {},
|
|
1115
1123
|
Templates: {},
|
|
1116
1124
|
restrictPersonalization: false,
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
.creatives-webpush-message,
|
|
7
7
|
.creatives-webpush-media {
|
|
8
8
|
display: flex;
|
|
9
|
-
flex-direction: column;
|
|
9
|
+
flex-direction: column !important;
|
|
10
|
+
flex-flow: column nowrap;
|
|
10
11
|
gap: $CAP_SPACE_08;
|
|
11
12
|
position: relative;
|
|
12
13
|
}
|
|
@@ -25,7 +26,8 @@
|
|
|
25
26
|
|
|
26
27
|
.creatives-webpush-brand-icon {
|
|
27
28
|
display: flex;
|
|
28
|
-
flex-direction: column;
|
|
29
|
+
flex-direction: column !important;
|
|
30
|
+
flex-flow: column nowrap;
|
|
29
31
|
gap: $CAP_SPACE_08;
|
|
30
32
|
|
|
31
33
|
.webpush-brand-icon {
|
|
@@ -37,7 +39,8 @@
|
|
|
37
39
|
|
|
38
40
|
.creatives-webpush-buttons-links {
|
|
39
41
|
display: flex;
|
|
40
|
-
flex-direction: column;
|
|
42
|
+
flex-direction: column !important;
|
|
43
|
+
flex-flow: column nowrap;
|
|
41
44
|
gap: 0.65rem;
|
|
42
45
|
|
|
43
46
|
.webpush-buttons-links {
|
|
@@ -96,7 +96,7 @@ const WebPushPreview = ({
|
|
|
96
96
|
<CapRow className="preview-all-devices-button">
|
|
97
97
|
<CapColumn span={24}>
|
|
98
98
|
<CapButton
|
|
99
|
-
type="
|
|
99
|
+
type="link"
|
|
100
100
|
onClick={handleOpenPreviewSlideBox}
|
|
101
101
|
className="preview-all-devices-trigger"
|
|
102
102
|
data-test-id="webpush-preview-toggle"
|
|
@@ -180,6 +180,7 @@ export const Whatsapp = (props) => {
|
|
|
180
180
|
getFormData,
|
|
181
181
|
selectedOfferDetails,
|
|
182
182
|
eventContextTags,
|
|
183
|
+
waitEventContextTags = {},
|
|
183
184
|
metaDataStatus = "",
|
|
184
185
|
showTestAndPreviewSlidebox: propsShowTestAndPreviewSlidebox,
|
|
185
186
|
handleTestAndPreview: propsHandleTestAndPreview,
|
|
@@ -950,6 +951,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
950
951
|
injectedTags={injectedTags || {}}
|
|
951
952
|
selectedOfferDetails={selectedOfferDetails}
|
|
952
953
|
eventContextTags={eventContextTags}
|
|
954
|
+
waitEventContextTags={waitEventContextTags}
|
|
953
955
|
/>
|
|
954
956
|
)}
|
|
955
957
|
</>
|
|
@@ -1881,7 +1883,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
1881
1883
|
extra={
|
|
1882
1884
|
!isEditMode && (
|
|
1883
1885
|
<CapButton
|
|
1884
|
-
type="
|
|
1886
|
+
type="link"
|
|
1885
1887
|
onClick={() => {
|
|
1886
1888
|
deleteCarouselCard(index);
|
|
1887
1889
|
}}
|
|
@@ -1893,16 +1895,16 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
1893
1895
|
}
|
|
1894
1896
|
className="whatsapp-carousel-card"
|
|
1895
1897
|
>
|
|
1896
|
-
<CapRow>
|
|
1898
|
+
<CapRow useLegacy>
|
|
1897
1899
|
{carouselMediaType === IMAGE.toLowerCase() ? (
|
|
1898
|
-
<CapRow>
|
|
1900
|
+
<CapRow useLegacy>
|
|
1899
1901
|
<CapHeading type="h4">
|
|
1900
1902
|
{formatMessage(messages.mediaImage)}
|
|
1901
1903
|
</CapHeading>
|
|
1902
1904
|
{renderImageComponent(index)}
|
|
1903
1905
|
</CapRow>
|
|
1904
1906
|
) : (
|
|
1905
|
-
<CapRow>
|
|
1907
|
+
<CapRow useLegacy>
|
|
1906
1908
|
<CapHeading type="h4">
|
|
1907
1909
|
{formatMessage(messages.mediaVideo)}
|
|
1908
1910
|
</CapHeading>
|
|
@@ -1910,7 +1912,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
1910
1912
|
</CapRow>
|
|
1911
1913
|
)}
|
|
1912
1914
|
</CapRow>
|
|
1913
|
-
<CapRow>
|
|
1915
|
+
<CapRow useLegacy>
|
|
1914
1916
|
<CapHeader
|
|
1915
1917
|
className={`${
|
|
1916
1918
|
isMediaTypeImage ? "whatsapp-heading-spacing" : ""
|
|
@@ -1951,12 +1953,13 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
1951
1953
|
injectedTags={injectedTags || {}}
|
|
1952
1954
|
selectedOfferDetails={selectedOfferDetails}
|
|
1953
1955
|
eventContextTags={eventContextTags}
|
|
1956
|
+
waitEventContextTags={waitEventContextTags}
|
|
1954
1957
|
/>
|
|
1955
1958
|
)
|
|
1956
1959
|
: !isAuthenticationTemplate && (
|
|
1957
1960
|
<CapButton
|
|
1958
1961
|
data-testid="suffix-button"
|
|
1959
|
-
type="
|
|
1962
|
+
type="link"
|
|
1960
1963
|
isAddBtn
|
|
1961
1964
|
onClick={() => onCarouselBodyAddVar(index)}
|
|
1962
1965
|
disabled={
|
|
@@ -1973,7 +1976,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
1973
1976
|
{isEditMode ?
|
|
1974
1977
|
<>
|
|
1975
1978
|
<CapTooltip placement="bottom" title={disabledEditTooltipRender()}>
|
|
1976
|
-
<CapRow
|
|
1979
|
+
<CapRow useLegacy
|
|
1977
1980
|
className={`whatsapp-edit-template-message-input ${
|
|
1978
1981
|
templateStatus !== WHATSAPP_STATUSES.approved &&
|
|
1979
1982
|
"whatsapp-edit-disabled"
|
|
@@ -1991,7 +1994,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
1991
1994
|
)}
|
|
1992
1995
|
</>
|
|
1993
1996
|
:
|
|
1994
|
-
<CapRow>
|
|
1997
|
+
<CapRow useLegacy>
|
|
1995
1998
|
<div className="whatsapp-create-template-message-input-wrapper">
|
|
1996
1999
|
<TextArea
|
|
1997
2000
|
autosize={{ minRows: 3, maxRows: 5 }}
|
|
@@ -2010,7 +2013,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2010
2013
|
</CapRow>
|
|
2011
2014
|
}
|
|
2012
2015
|
</CapRow>
|
|
2013
|
-
<CapRow>
|
|
2016
|
+
<CapRow useLegacy>
|
|
2014
2017
|
<CapHeading
|
|
2015
2018
|
className="whatsapp-carousel-message-heading"
|
|
2016
2019
|
type="h4"
|
|
@@ -2018,13 +2021,13 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2018
2021
|
{formatMessage(messages.btnLabel)}
|
|
2019
2022
|
</CapHeading>
|
|
2020
2023
|
{index === 0 && (
|
|
2021
|
-
<CapRow>
|
|
2024
|
+
<CapRow useLegacy>
|
|
2022
2025
|
<CapInfoNote
|
|
2023
2026
|
message={formatMessage(messages.carouselButtonInfo)}
|
|
2024
2027
|
/>
|
|
2025
2028
|
</CapRow>
|
|
2026
2029
|
)}
|
|
2027
|
-
<CapRow>
|
|
2030
|
+
<CapRow useLegacy>
|
|
2028
2031
|
<CapWhatsappCarouselButton
|
|
2029
2032
|
carouselData={carouselData}
|
|
2030
2033
|
setCarouselData={setCarouselData}
|
|
@@ -2070,7 +2073,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2070
2073
|
<CapDivider type="vertical" />
|
|
2071
2074
|
<CapButton
|
|
2072
2075
|
onClick={addContent}
|
|
2073
|
-
type="
|
|
2076
|
+
type="link"
|
|
2074
2077
|
className="add-carousel-content-button"
|
|
2075
2078
|
disabled={MAX_CAROUSEL_ALLOWED === carouselData.length || !checkDisableAddCarouselButton()}
|
|
2076
2079
|
>
|
|
@@ -2161,7 +2164,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2161
2164
|
}
|
|
2162
2165
|
suffix={
|
|
2163
2166
|
<CapButton
|
|
2164
|
-
type="
|
|
2167
|
+
type="link"
|
|
2165
2168
|
isAddBtn
|
|
2166
2169
|
onClick={onHeaderAddVar}
|
|
2167
2170
|
disabled={
|
|
@@ -2175,7 +2178,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2175
2178
|
</CapButton>
|
|
2176
2179
|
}
|
|
2177
2180
|
/>
|
|
2178
|
-
<CapRow className="whatsapp-create-template-message-input whatsapp-create-template-header-input">
|
|
2181
|
+
<CapRow useLegacy className="whatsapp-create-template-message-input whatsapp-create-template-header-input">
|
|
2179
2182
|
<TextArea
|
|
2180
2183
|
id="whatsapp-create-template-message-input"
|
|
2181
2184
|
autosize={{ minRows: 1, maxRows: 5 }}
|
|
@@ -2221,7 +2224,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2221
2224
|
{!isAuthenticationTemplate && (
|
|
2222
2225
|
<CapButton
|
|
2223
2226
|
data-testid="suffix-button"
|
|
2224
|
-
type="
|
|
2227
|
+
type="link"
|
|
2225
2228
|
isAddBtn
|
|
2226
2229
|
onClick={onMessageAddVar}
|
|
2227
2230
|
disabled={
|
|
@@ -2235,7 +2238,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2235
2238
|
</>
|
|
2236
2239
|
}
|
|
2237
2240
|
/>
|
|
2238
|
-
<CapRow className="whatsapp-create-template-message-input">
|
|
2241
|
+
<CapRow useLegacy className="whatsapp-create-template-message-input">
|
|
2239
2242
|
<div className='whatsapp-create-template-message-input-wrapper'>
|
|
2240
2243
|
<TextArea
|
|
2241
2244
|
id="whatsapp-create-template-message-input"
|
|
@@ -2271,7 +2274,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2271
2274
|
{renderMessageLength(MESSAGE_TEXT)}
|
|
2272
2275
|
{
|
|
2273
2276
|
isMediaTypeCarousel && (
|
|
2274
|
-
<CapRow>
|
|
2277
|
+
<CapRow useLegacy>
|
|
2275
2278
|
<CapRow className="carousel-media-selection">
|
|
2276
2279
|
<CapColumn className="carousel-media-selection-heading">
|
|
2277
2280
|
<CapHeading type="h4">
|
|
@@ -2288,7 +2291,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2288
2291
|
/>
|
|
2289
2292
|
</CapColumn>
|
|
2290
2293
|
</CapRow>
|
|
2291
|
-
<CapRow className="whatsapp-carousel-tab">
|
|
2294
|
+
<CapRow useLegacy className="whatsapp-carousel-tab">
|
|
2292
2295
|
<CapTab
|
|
2293
2296
|
defaultActiveKey={`${defaultActiveIndex}`}
|
|
2294
2297
|
activeKey={activeIndex}
|
|
@@ -2322,7 +2325,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2322
2325
|
</CapHeading>
|
|
2323
2326
|
}
|
|
2324
2327
|
/>
|
|
2325
|
-
<CapRow className="whatsapp-create-template-message-input whatsapp-create-template-header-input">
|
|
2328
|
+
<CapRow useLegacy className="whatsapp-create-template-message-input whatsapp-create-template-header-input">
|
|
2326
2329
|
{isAuthenticationTemplate ? (
|
|
2327
2330
|
<CapRow className="whatsapp-extra-security-footer">
|
|
2328
2331
|
<CapCheckbox
|
|
@@ -2369,7 +2372,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2369
2372
|
}
|
|
2370
2373
|
>
|
|
2371
2374
|
<CapButton
|
|
2372
|
-
type="
|
|
2375
|
+
type="link"
|
|
2373
2376
|
className="add-btn"
|
|
2374
2377
|
onClick={() =>
|
|
2375
2378
|
window.open(
|
|
@@ -2698,7 +2701,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2698
2701
|
{/* this section is for render header section */}
|
|
2699
2702
|
{(templateHeader && isMediaTypeText && isHostIsNotTwilio) && (
|
|
2700
2703
|
<>
|
|
2701
|
-
<CapRow className="whatsapp-render-heading">
|
|
2704
|
+
<CapRow useLegacy className="whatsapp-render-heading">
|
|
2702
2705
|
<CapHeader
|
|
2703
2706
|
title={
|
|
2704
2707
|
<CapHeading type="h4">
|
|
@@ -2721,7 +2724,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2721
2724
|
/>
|
|
2722
2725
|
</CapRow>
|
|
2723
2726
|
<CapTooltip placement="bottom" title={disabledEditTooltipRender()}>
|
|
2724
|
-
<CapRow
|
|
2727
|
+
<CapRow useLegacy
|
|
2725
2728
|
className={`whatsapp-edit-template-message-input ${
|
|
2726
2729
|
templateStatus !== WHATSAPP_STATUSES.approved &&
|
|
2727
2730
|
"whatsapp-edit-disabled"
|
|
@@ -2739,7 +2742,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2739
2742
|
)}
|
|
2740
2743
|
</>
|
|
2741
2744
|
)}
|
|
2742
|
-
<CapRow className="whatsapp-render-heading">
|
|
2745
|
+
<CapRow useLegacy className="whatsapp-render-heading">
|
|
2743
2746
|
<CapHeader
|
|
2744
2747
|
title={
|
|
2745
2748
|
<CapHeading type="h4">
|
|
@@ -2757,13 +2760,14 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2757
2760
|
injectedTags={injectedTags || {}}
|
|
2758
2761
|
selectedOfferDetails={selectedOfferDetails}
|
|
2759
2762
|
eventContextTags={eventContextTags}
|
|
2763
|
+
waitEventContextTags={waitEventContextTags}
|
|
2760
2764
|
/>
|
|
2761
2765
|
)
|
|
2762
2766
|
}
|
|
2763
2767
|
/>
|
|
2764
2768
|
</CapRow>
|
|
2765
2769
|
<CapTooltip placement="bottom" title={disabledEditTooltipRender()}>
|
|
2766
|
-
<CapRow
|
|
2770
|
+
<CapRow useLegacy
|
|
2767
2771
|
className={`whatsapp-edit-template-message-input ${
|
|
2768
2772
|
templateStatus !== WHATSAPP_STATUSES.approved &&
|
|
2769
2773
|
'whatsapp-edit-disabled'
|
|
@@ -2806,7 +2810,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2806
2810
|
</CapHeading>
|
|
2807
2811
|
}
|
|
2808
2812
|
/>
|
|
2809
|
-
<CapRow className="whatsapp-footer-edit-container">
|
|
2813
|
+
<CapRow useLegacy className="whatsapp-footer-edit-container">
|
|
2810
2814
|
<CapHeading type="h4" className="whatsapp-footer-edit-text">
|
|
2811
2815
|
{templateFooter}
|
|
2812
2816
|
</CapHeading>
|
|
@@ -2817,7 +2821,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2817
2821
|
{/* button section view in edit mode*/}
|
|
2818
2822
|
{isMediaTypeCarousel &&
|
|
2819
2823
|
(
|
|
2820
|
-
<CapRow>
|
|
2824
|
+
<CapRow useLegacy>
|
|
2821
2825
|
<CapRow className="carousel-media-selection">
|
|
2822
2826
|
<CapColumn className="carousel-media-selection-heading">
|
|
2823
2827
|
<CapHeading type="h4">
|
|
@@ -2828,7 +2832,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2828
2832
|
<CapLabel type="label15">{carouselData?.[0]?.mediaType}</CapLabel>
|
|
2829
2833
|
</CapColumn>
|
|
2830
2834
|
</CapRow>
|
|
2831
|
-
<CapRow className="whatsapp-carousel-tab">
|
|
2835
|
+
<CapRow useLegacy className="whatsapp-carousel-tab">
|
|
2832
2836
|
<CapTab
|
|
2833
2837
|
defaultActiveKey={`${defaultActiveIndex}`}
|
|
2834
2838
|
activeKey={activeIndex}
|
|
@@ -2840,7 +2844,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2840
2844
|
)
|
|
2841
2845
|
}
|
|
2842
2846
|
{!isMediaTypeCarousel &&
|
|
2843
|
-
<CapRow>
|
|
2847
|
+
<CapRow useLegacy>
|
|
2844
2848
|
{isBtnTypeQuickReply ? (
|
|
2845
2849
|
<CapHeading type="h4" className="whatsapp-render-heading">
|
|
2846
2850
|
{formatMessage(messages.quickReplyButtons)}
|
|
@@ -2875,6 +2879,7 @@ const isAuthenticationTemplate = isEqual(templateCategory, WHATSAPP_CATEGORIES.a
|
|
|
2875
2879
|
injectedTags={injectedTags || {}}
|
|
2876
2880
|
selectedOfferDetails={selectedOfferDetails}
|
|
2877
2881
|
eventContextTags={eventContextTags}
|
|
2882
|
+
waitEventContextTags={waitEventContextTags}
|
|
2878
2883
|
/>
|
|
2879
2884
|
)}
|
|
2880
2885
|
{isBtnTypeQuickReply && (
|
|
@@ -258543,6 +258543,7 @@ Click {{3}} to unsubscribe'",
|
|
|
258543
258543
|
onContextChange={[Function]}
|
|
258544
258544
|
onTagSelect={[Function]}
|
|
258545
258545
|
tags={Array []}
|
|
258546
|
+
waitEventContextTags={Object {}}
|
|
258546
258547
|
/>
|
|
258547
258548
|
}
|
|
258548
258549
|
title={
|
|
@@ -258595,6 +258596,7 @@ Click {{3}} to unsubscribe'",
|
|
|
258595
258596
|
onContextChange={[Function]}
|
|
258596
258597
|
onTagSelect={[Function]}
|
|
258597
258598
|
tags={Array []}
|
|
258599
|
+
waitEventContextTags={Object {}}
|
|
258598
258600
|
>
|
|
258599
258601
|
<div
|
|
258600
258602
|
className="tag-mock"
|
|
@@ -258612,6 +258614,7 @@ Click {{3}} to unsubscribe'",
|
|
|
258612
258614
|
onContextChange={[Function]}
|
|
258613
258615
|
onTagSelect={[Function]}
|
|
258614
258616
|
tags={Array []}
|
|
258617
|
+
waitEventContextTags={Object {}}
|
|
258615
258618
|
>
|
|
258616
258619
|
TagList
|
|
258617
258620
|
</div>
|
|
@@ -260161,6 +260164,7 @@ T&C'
|
|
|
260161
260164
|
key=".2"
|
|
260162
260165
|
tags={Array []}
|
|
260163
260166
|
updateHandler={[Function]}
|
|
260167
|
+
waitEventContextTags={Object {}}
|
|
260164
260168
|
>
|
|
260165
260169
|
<CapWhatsappCTA
|
|
260166
260170
|
ctaData={
|
|
@@ -262436,6 +262440,7 @@ new message content.",
|
|
|
262436
262440
|
isEditFlow={true}
|
|
262437
262441
|
tags={Array []}
|
|
262438
262442
|
updateHandler={[Function]}
|
|
262443
|
+
waitEventContextTags={Object {}}
|
|
262439
262444
|
>
|
|
262440
262445
|
<CapRow
|
|
262441
262446
|
align="middle"
|
|
@@ -311074,6 +311079,7 @@ Click {{3}} to unsubscribe'",
|
|
|
311074
311079
|
onContextChange={[Function]}
|
|
311075
311080
|
onTagSelect={[Function]}
|
|
311076
311081
|
tags={Array []}
|
|
311082
|
+
waitEventContextTags={Object {}}
|
|
311077
311083
|
/>
|
|
311078
311084
|
}
|
|
311079
311085
|
title={
|
|
@@ -311126,6 +311132,7 @@ Click {{3}} to unsubscribe'",
|
|
|
311126
311132
|
onContextChange={[Function]}
|
|
311127
311133
|
onTagSelect={[Function]}
|
|
311128
311134
|
tags={Array []}
|
|
311135
|
+
waitEventContextTags={Object {}}
|
|
311129
311136
|
>
|
|
311130
311137
|
<div
|
|
311131
311138
|
className="tag-mock"
|
|
@@ -311143,6 +311150,7 @@ Click {{3}} to unsubscribe'",
|
|
|
311143
311150
|
onContextChange={[Function]}
|
|
311144
311151
|
onTagSelect={[Function]}
|
|
311145
311152
|
tags={Array []}
|
|
311153
|
+
waitEventContextTags={Object {}}
|
|
311146
311154
|
>
|
|
311147
311155
|
TagList
|
|
311148
311156
|
</div>
|
|
@@ -312692,6 +312700,7 @@ T&C'
|
|
|
312692
312700
|
key=".2"
|
|
312693
312701
|
tags={Array []}
|
|
312694
312702
|
updateHandler={[Function]}
|
|
312703
|
+
waitEventContextTags={Object {}}
|
|
312695
312704
|
>
|
|
312696
312705
|
<CapWhatsappCTA
|
|
312697
312706
|
ctaData={
|
|
@@ -314967,6 +314976,7 @@ new message content.",
|
|
|
314967
314976
|
isEditFlow={true}
|
|
314968
314977
|
tags={Array []}
|
|
314969
314978
|
updateHandler={[Function]}
|
|
314979
|
+
waitEventContextTags={Object {}}
|
|
314970
314980
|
>
|
|
314971
314981
|
<CapRow
|
|
314972
314982
|
align="middle"
|
|
@@ -337743,6 +337753,7 @@ Click {{unsubscribe}} to unsubscribe",
|
|
|
337743
337753
|
onContextChange={[Function]}
|
|
337744
337754
|
onTagSelect={[Function]}
|
|
337745
337755
|
tags={Array []}
|
|
337756
|
+
waitEventContextTags={Object {}}
|
|
337746
337757
|
/>
|
|
337747
337758
|
}
|
|
337748
337759
|
title={
|
|
@@ -337795,6 +337806,7 @@ Click {{unsubscribe}} to unsubscribe",
|
|
|
337795
337806
|
onContextChange={[Function]}
|
|
337796
337807
|
onTagSelect={[Function]}
|
|
337797
337808
|
tags={Array []}
|
|
337809
|
+
waitEventContextTags={Object {}}
|
|
337798
337810
|
>
|
|
337799
337811
|
<div
|
|
337800
337812
|
className="tag-mock"
|
|
@@ -337812,6 +337824,7 @@ Click {{unsubscribe}} to unsubscribe",
|
|
|
337812
337824
|
onContextChange={[Function]}
|
|
337813
337825
|
onTagSelect={[Function]}
|
|
337814
337826
|
tags={Array []}
|
|
337827
|
+
waitEventContextTags={Object {}}
|
|
337815
337828
|
>
|
|
337816
337829
|
TagList
|
|
337817
337830
|
</div>
|
|
@@ -339224,6 +339237,7 @@ Click {{unsubscribe}} to unsubscribe",
|
|
|
339224
339237
|
key=".2"
|
|
339225
339238
|
tags={Array []}
|
|
339226
339239
|
updateHandler={[Function]}
|
|
339240
|
+
waitEventContextTags={Object {}}
|
|
339227
339241
|
>
|
|
339228
339242
|
<CapWhatsappCTA
|
|
339229
339243
|
ctaData={
|
|
@@ -341499,6 +341513,7 @@ new message content.",
|
|
|
341499
341513
|
isEditFlow={true}
|
|
341500
341514
|
tags={Array []}
|
|
341501
341515
|
updateHandler={[Function]}
|
|
341516
|
+
waitEventContextTags={Object {}}
|
|
341502
341517
|
>
|
|
341503
341518
|
<CapRow
|
|
341504
341519
|
align="middle"
|
|
@@ -363096,6 +363111,7 @@ new message content.",
|
|
|
363096
363111
|
onContextChange={[Function]}
|
|
363097
363112
|
onTagSelect={[Function]}
|
|
363098
363113
|
tags={Array []}
|
|
363114
|
+
waitEventContextTags={Object {}}
|
|
363099
363115
|
/>
|
|
363100
363116
|
}
|
|
363101
363117
|
title={
|
|
@@ -363148,6 +363164,7 @@ new message content.",
|
|
|
363148
363164
|
onContextChange={[Function]}
|
|
363149
363165
|
onTagSelect={[Function]}
|
|
363150
363166
|
tags={Array []}
|
|
363167
|
+
waitEventContextTags={Object {}}
|
|
363151
363168
|
>
|
|
363152
363169
|
<div
|
|
363153
363170
|
className="tag-mock"
|
|
@@ -363165,6 +363182,7 @@ new message content.",
|
|
|
363165
363182
|
onContextChange={[Function]}
|
|
363166
363183
|
onTagSelect={[Function]}
|
|
363167
363184
|
tags={Array []}
|
|
363185
|
+
waitEventContextTags={Object {}}
|
|
363168
363186
|
>
|
|
363169
363187
|
TagList
|
|
363170
363188
|
</div>
|
|
@@ -364576,6 +364594,7 @@ new message content.",
|
|
|
364576
364594
|
key=".2"
|
|
364577
364595
|
tags={Array []}
|
|
364578
364596
|
updateHandler={[Function]}
|
|
364597
|
+
waitEventContextTags={Object {}}
|
|
364579
364598
|
>
|
|
364580
364599
|
<CapWhatsappCTA
|
|
364581
364600
|
ctaData={
|
|
@@ -366842,6 +366861,7 @@ new message content.",
|
|
|
366842
366861
|
isEditFlow={true}
|
|
366843
366862
|
tags={Array []}
|
|
366844
366863
|
updateHandler={[Function]}
|
|
366864
|
+
waitEventContextTags={Object {}}
|
|
366845
366865
|
>
|
|
366846
366866
|
<CapRow
|
|
366847
366867
|
align="middle"
|