@capillarytech/creatives-library 7.17.82-alpha.0 → 7.17.82-alpha.1
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/containers/Cap/sagas.js +7 -5
- package/containers/Cap/tests/saga.test.js +81 -1
- package/package.json +2 -2
- package/services/api.js +5 -0
- package/services/tests/api.test.js +9 -1
- package/v2Components/CapWhatsappQuickReply/index.js +96 -83
- package/v2Components/CapWhatsappQuickReply/index.scss +4 -1
- package/v2Components/CapWhatsappQuickReply/messages.js +4 -0
- package/v2Components/TemplatePreview/_templatePreview.scss +23 -0
- package/v2Components/TemplatePreview/index.js +43 -23
- package/v2Components/TemplatePreview/messages.js +4 -0
- package/v2Components/TemplatePreview/tests/__snapshots__/index.test.js.snap +0 -14
- package/v2Containers/CreativesContainer/index.js +22 -2
- package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +4 -4
- package/v2Containers/Templates/index.js +3 -3
- package/v2Containers/Whatsapp/actions.js +16 -0
- package/v2Containers/Whatsapp/constants.js +8 -1
- package/v2Containers/Whatsapp/index.js +347 -253
- package/v2Containers/Whatsapp/index.scss +12 -1
- package/v2Containers/Whatsapp/messages.js +10 -1
- package/v2Containers/Whatsapp/reducer.js +19 -0
- package/v2Containers/Whatsapp/sagas.js +40 -1
- package/v2Containers/Whatsapp/styles.scss +6 -3
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +12145 -51281
- package/v2Containers/Whatsapp/tests/__snapshots__/utils.test.js.snap +20 -20
- package/v2Containers/Whatsapp/tests/actions.test.js +21 -0
- package/v2Containers/Whatsapp/tests/index.test.js +8 -0
- package/v2Containers/Whatsapp/tests/mockData.js +6 -0
- package/v2Containers/Whatsapp/tests/reducer.test.js +67 -0
- package/v2Containers/Whatsapp/tests/saga.test.js +90 -0
- package/v2Containers/Whatsapp/utils.js +13 -13
- package/v2Containers/mockdata.js +8 -18
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`Test utils test getWhatsappContent 1`] = `
|
|
4
4
|
Object {
|
|
5
|
-
"
|
|
5
|
+
"charCount": 151,
|
|
6
|
+
"ctaData": Array [
|
|
6
7
|
Object {
|
|
7
8
|
"index": 0,
|
|
8
9
|
"phone_number": "+919738752617",
|
|
@@ -16,9 +17,8 @@ Object {
|
|
|
16
17
|
"url": "https://docs.google.com/{{1}}",
|
|
17
18
|
},
|
|
18
19
|
],
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"headerMsg": "",
|
|
20
|
+
"templateFooterPreview": "",
|
|
21
|
+
"templateHeaderPreview": "",
|
|
22
22
|
"templateMsg": <CapLabel
|
|
23
23
|
type="label9"
|
|
24
24
|
>
|
|
@@ -32,8 +32,8 @@ Click {{unsubscribe}} to unsubscribe
|
|
|
32
32
|
exports[`Test utils test getWhatsappContent 2`] = `
|
|
33
33
|
Object {
|
|
34
34
|
"charCount": 36,
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"templateFooterPreview": "",
|
|
36
|
+
"templateHeaderPreview": "",
|
|
37
37
|
"templateMsg": <CapLabel
|
|
38
38
|
type="label9"
|
|
39
39
|
>
|
|
@@ -44,7 +44,8 @@ Object {
|
|
|
44
44
|
|
|
45
45
|
exports[`Test utils test getWhatsappContent 3`] = `
|
|
46
46
|
Object {
|
|
47
|
-
"
|
|
47
|
+
"charCount": 151,
|
|
48
|
+
"ctaData": Array [
|
|
48
49
|
Object {
|
|
49
50
|
"index": 0,
|
|
50
51
|
"phone_number": "+919738752617",
|
|
@@ -58,9 +59,8 @@ Object {
|
|
|
58
59
|
"url": "https://docs.google.com/{{1}}",
|
|
59
60
|
},
|
|
60
61
|
],
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"headerMsg": "",
|
|
62
|
+
"templateFooterPreview": "",
|
|
63
|
+
"templateHeaderPreview": "",
|
|
64
64
|
"templateMsg": <CapLabel
|
|
65
65
|
type="label9"
|
|
66
66
|
>
|
|
@@ -73,7 +73,8 @@ Click {{unsubscribe}} to unsubscribe
|
|
|
73
73
|
|
|
74
74
|
exports[`Test utils test getWhatsappContent 4`] = `
|
|
75
75
|
Object {
|
|
76
|
-
"
|
|
76
|
+
"charCount": 151,
|
|
77
|
+
"ctaData": Array [
|
|
77
78
|
Object {
|
|
78
79
|
"index": 0,
|
|
79
80
|
"phone_number": "+919738752617",
|
|
@@ -87,7 +88,6 @@ Object {
|
|
|
87
88
|
"url": "https://docs.google.com/{{1}}",
|
|
88
89
|
},
|
|
89
90
|
],
|
|
90
|
-
"charCount": 151,
|
|
91
91
|
"docPreview": <React.Fragment>
|
|
92
92
|
<div
|
|
93
93
|
className="pdf-img-box"
|
|
@@ -138,8 +138,8 @@ Object {
|
|
|
138
138
|
</div>
|
|
139
139
|
</div>
|
|
140
140
|
</React.Fragment>,
|
|
141
|
-
"
|
|
142
|
-
"
|
|
141
|
+
"templateFooterPreview": "",
|
|
142
|
+
"templateHeaderPreview": "",
|
|
143
143
|
"templateMsg": <CapLabel
|
|
144
144
|
type="label9"
|
|
145
145
|
>
|
|
@@ -152,8 +152,8 @@ Click {{unsubscribe}} to unsubscribe
|
|
|
152
152
|
exports[`Test utils test getWhatsappContent 5`] = `
|
|
153
153
|
Object {
|
|
154
154
|
"charCount": -1,
|
|
155
|
-
"
|
|
156
|
-
"
|
|
155
|
+
"templateFooterPreview": "",
|
|
156
|
+
"templateHeaderPreview": "",
|
|
157
157
|
"templateMsg": <CapLabel
|
|
158
158
|
type="label9"
|
|
159
159
|
>
|
|
@@ -164,7 +164,8 @@ Object {
|
|
|
164
164
|
|
|
165
165
|
exports[`Test utils test getWhatsappContent for preview 1`] = `
|
|
166
166
|
Object {
|
|
167
|
-
"
|
|
167
|
+
"charCount": 151,
|
|
168
|
+
"ctaData": Array [
|
|
168
169
|
Object {
|
|
169
170
|
"index": 0,
|
|
170
171
|
"phone_number": "+919738752617",
|
|
@@ -178,9 +179,8 @@ Object {
|
|
|
178
179
|
"url": "https://docs.google.com/{{1}}",
|
|
179
180
|
},
|
|
180
181
|
],
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"headerMsg": "",
|
|
182
|
+
"templateFooterPreview": "",
|
|
183
|
+
"templateHeaderPreview": "",
|
|
184
184
|
"templateMsg": <CapLabel
|
|
185
185
|
type="label5"
|
|
186
186
|
>
|
|
@@ -38,4 +38,25 @@ describe('Test whatsapp actions', () => {
|
|
|
38
38
|
actions.createWhatsappTemplate(payload, undefined, undefined),
|
|
39
39
|
).toStrictEqual(expected);
|
|
40
40
|
});
|
|
41
|
+
|
|
42
|
+
it("test getMetaTags", () => {
|
|
43
|
+
const payload = {
|
|
44
|
+
previewUrl: 'https://capillarytech.com',
|
|
45
|
+
callBack: undefined,
|
|
46
|
+
};
|
|
47
|
+
const expected = {
|
|
48
|
+
type: types.URL_META_TAGS_REQUEST,
|
|
49
|
+
previewUrl: 'https://capillarytech.com',
|
|
50
|
+
callBack: undefined,
|
|
51
|
+
};
|
|
52
|
+
expect(actions.getMetaTags(payload)).toStrictEqual(expected);
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
it("test resetMetaTags", () => {
|
|
56
|
+
const expected = {
|
|
57
|
+
type: types.URL_META_TAGS_RESET,
|
|
58
|
+
};
|
|
59
|
+
expect(actions.resetMetaTags()).toStrictEqual(expected);
|
|
60
|
+
});
|
|
41
61
|
});
|
|
62
|
+
|
|
@@ -23,6 +23,8 @@ describe('Creatives Whatsapp test1/>', () => {
|
|
|
23
23
|
const handleClose = jest.fn();
|
|
24
24
|
const onCreateComplete = jest.fn();
|
|
25
25
|
const formatMessage = jest.fn();
|
|
26
|
+
const getMetaTags = jest.fn();
|
|
27
|
+
const resetMetaTags = jest.fn();
|
|
26
28
|
const location = mockData.location;
|
|
27
29
|
const params = {
|
|
28
30
|
id: mockData.editData1.templateDetails._id,
|
|
@@ -42,6 +44,8 @@ describe('Creatives Whatsapp test1/>', () => {
|
|
|
42
44
|
clearCreateResponse,
|
|
43
45
|
getTemplateDetails,
|
|
44
46
|
resetEditTemplate,
|
|
47
|
+
getMetaTags,
|
|
48
|
+
resetMetaTags,
|
|
45
49
|
}}
|
|
46
50
|
globalActions={{ fetchSchemaForEntity }}
|
|
47
51
|
onCreateComplete={onCreateComplete}
|
|
@@ -268,6 +272,8 @@ describe('Creatives Whatsapp test2/>', () => {
|
|
|
268
272
|
const handleClose = jest.fn();
|
|
269
273
|
const onCreateComplete = jest.fn();
|
|
270
274
|
const formatMessage = jest.fn();
|
|
275
|
+
const getMetaTags = jest.fn();
|
|
276
|
+
const resetMetaTags = jest.fn();
|
|
271
277
|
const location = mockData.location;
|
|
272
278
|
const params = {
|
|
273
279
|
id: mockData.editData1.templateDetails._id,
|
|
@@ -284,6 +290,8 @@ describe('Creatives Whatsapp test2/>', () => {
|
|
|
284
290
|
clearCreateResponse,
|
|
285
291
|
getTemplateDetails,
|
|
286
292
|
resetEditTemplate,
|
|
293
|
+
getMetaTags,
|
|
294
|
+
resetMetaTags,
|
|
287
295
|
}}
|
|
288
296
|
globalActions={{ fetchSchemaForEntity }}
|
|
289
297
|
onCreateComplete={onCreateComplete}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { fromJS } from "immutable";
|
|
2
|
+
import whatsappReducer from "../reducer";
|
|
3
|
+
import {
|
|
4
|
+
URL_META_TAGS_REQUEST,
|
|
5
|
+
URL_META_TAGS_SUCCESS,
|
|
6
|
+
URL_META_TAGS_FAILURE,
|
|
7
|
+
URL_META_TAGS_RESET,
|
|
8
|
+
} from "../constants";
|
|
9
|
+
import { mockData } from "./mockData";
|
|
10
|
+
|
|
11
|
+
describe("whatsapp reducer", () => {
|
|
12
|
+
let state;
|
|
13
|
+
const action = {};
|
|
14
|
+
beforeEach(() => {
|
|
15
|
+
state = fromJS({
|
|
16
|
+
getMetaTagsRequest: false,
|
|
17
|
+
metaTagsDetails: {},
|
|
18
|
+
getMetaTagsError: '',
|
|
19
|
+
});
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
it("Reducer : URL_META_TAGS_REQUEST", () => {
|
|
23
|
+
action.type = URL_META_TAGS_REQUEST;
|
|
24
|
+
state = state
|
|
25
|
+
.set("getMetaTagsRequest", true)
|
|
26
|
+
.set("metaTagsDetails", {});
|
|
27
|
+
const expectedResult = state;
|
|
28
|
+
expect(whatsappReducer(state, action)).toEqual(
|
|
29
|
+
expectedResult
|
|
30
|
+
);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
it("Reducer : URL_META_TAGS_SUCCESS", () => {
|
|
34
|
+
action.type = URL_META_TAGS_SUCCESS;
|
|
35
|
+
action.data = mockData.metaTagsMock;
|
|
36
|
+
state = state
|
|
37
|
+
.set("getMetaTagsRequest", false)
|
|
38
|
+
.set("metaTagsDetails", mockData.metaTagsMock);
|
|
39
|
+
const expectedResult = state;
|
|
40
|
+
expect(whatsappReducer(state, action)).toEqual(
|
|
41
|
+
expectedResult
|
|
42
|
+
);
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
it("Reducer : URL_META_TAGS_FAILURE", () => {
|
|
46
|
+
action.type = URL_META_TAGS_FAILURE;
|
|
47
|
+
action.error = 'error';
|
|
48
|
+
state = state
|
|
49
|
+
.set("getMetaTagsRequest", false)
|
|
50
|
+
.set("metaTagsDetails", {})
|
|
51
|
+
.set("getMetaTagsError", 'error');
|
|
52
|
+
const expectedResult = state;
|
|
53
|
+
expect(whatsappReducer(state, action)).toEqual(
|
|
54
|
+
expectedResult
|
|
55
|
+
);
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
it("Reducer : URL_META_TAGS_RESET", () => {
|
|
59
|
+
action.type = URL_META_TAGS_RESET;
|
|
60
|
+
state = state
|
|
61
|
+
.set("metaTagsDetails", {});
|
|
62
|
+
const expectedResult = state;
|
|
63
|
+
expect(whatsappReducer(state, action)).toEqual(
|
|
64
|
+
expectedResult
|
|
65
|
+
);
|
|
66
|
+
});
|
|
67
|
+
});
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { expectSaga, testSaga } from "redux-saga-test-plan";
|
|
2
|
+
import * as matchers from "redux-saga-test-plan/matchers";
|
|
3
|
+
import { takeLatest } from "redux-saga/effects";
|
|
4
|
+
import { getMetaTagsDetails, watchGetMetaTagsDetails } from "../sagas";
|
|
5
|
+
import {
|
|
6
|
+
URL_META_TAGS_REQUEST,
|
|
7
|
+
URL_META_TAGS_SUCCESS,
|
|
8
|
+
URL_META_TAGS_FAILURE,
|
|
9
|
+
} from "../constants";
|
|
10
|
+
import * as Api from "../../../services/api";
|
|
11
|
+
|
|
12
|
+
describe("Whatsapp saga", () => {
|
|
13
|
+
const error = new Error("error");
|
|
14
|
+
const callBack = jest.fn();
|
|
15
|
+
describe("whatsapp test saga", () => {
|
|
16
|
+
it("handle success response from getMetaTagsDetails", () => {
|
|
17
|
+
expectSaga(getMetaTagsDetails, {
|
|
18
|
+
previewUrl: "https://capillarytech.com",
|
|
19
|
+
callBack,
|
|
20
|
+
}).provide([
|
|
21
|
+
[
|
|
22
|
+
matchers.call.fn(Api.getMetaTags),
|
|
23
|
+
{
|
|
24
|
+
success: true,
|
|
25
|
+
result: [],
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
])
|
|
29
|
+
.put({
|
|
30
|
+
type: URL_META_TAGS_SUCCESS,
|
|
31
|
+
result: {},
|
|
32
|
+
})
|
|
33
|
+
.run();
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
it("handle success false response from getMetaTagsDetails", () => {
|
|
37
|
+
expectSaga(getMetaTagsDetails, {
|
|
38
|
+
previewUrl: "https://capillarytech.com",
|
|
39
|
+
callBack,
|
|
40
|
+
}).provide([
|
|
41
|
+
[
|
|
42
|
+
matchers.call.fn(Api.getMetaTags),
|
|
43
|
+
{
|
|
44
|
+
success: false,
|
|
45
|
+
result: [],
|
|
46
|
+
message: 'error',
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
])
|
|
50
|
+
.put({
|
|
51
|
+
type: URL_META_TAGS_FAILURE,
|
|
52
|
+
error: 'error',
|
|
53
|
+
})
|
|
54
|
+
.run();
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
it("handle success false response from getMetaTagsDetails when callback not present", () => {
|
|
58
|
+
expectSaga(getMetaTagsDetails, {
|
|
59
|
+
previewUrl: "https://capillarytech.com",
|
|
60
|
+
}).provide([
|
|
61
|
+
[
|
|
62
|
+
matchers.call.fn(Api.getMetaTags),
|
|
63
|
+
{
|
|
64
|
+
success: false,
|
|
65
|
+
result: [],
|
|
66
|
+
message: 'error',
|
|
67
|
+
},
|
|
68
|
+
],
|
|
69
|
+
])
|
|
70
|
+
.put({
|
|
71
|
+
type: URL_META_TAGS_FAILURE,
|
|
72
|
+
error: 'error',
|
|
73
|
+
})
|
|
74
|
+
.run();
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
it("handles error thrown", () => {
|
|
78
|
+
testSaga(getMetaTagsDetails, { callBack }).next().throw(error).next().isDone();
|
|
79
|
+
});
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
describe("watchGetMetaTagsDetails saga", () => {
|
|
83
|
+
const generator = watchGetMetaTagsDetails();
|
|
84
|
+
it("should call watchers functions", async () => {
|
|
85
|
+
expect(generator.next().value).toEqual(
|
|
86
|
+
takeLatest(URL_META_TAGS_REQUEST, getMetaTagsDetails)
|
|
87
|
+
);
|
|
88
|
+
});
|
|
89
|
+
});
|
|
90
|
+
});
|
|
@@ -110,15 +110,15 @@ export const getWhatsappContent = (template, isPreview) => {
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
return {
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
templateHeaderPreview: header ? <CapLabel className="whatsapp-template-list-header-preview">{header}</CapLabel> : '',
|
|
114
|
+
templateFooterPreview: footer ? <CapLabel className="whatsapp-template-list-footer-preview">{footer}</CapLabel> : '',
|
|
115
115
|
templateMsg: <CapLabel type={isPreview ? 'label5' : 'label9'}>{text}</CapLabel>,
|
|
116
|
-
charCount: text?.length - 1,
|
|
116
|
+
charCount: text?.length - 1 + header?.length + footer?.length,
|
|
117
117
|
...(buttonType === CTA && {
|
|
118
|
-
buttonsData
|
|
118
|
+
ctaData: buttonsData
|
|
119
119
|
}),
|
|
120
120
|
...(buttonType === QUICK_REPLY && {
|
|
121
|
-
buttonsData
|
|
121
|
+
quickReplyData: buttonsData
|
|
122
122
|
}),
|
|
123
123
|
...mediaParams,
|
|
124
124
|
};
|
|
@@ -154,31 +154,31 @@ export const getWhatsappCta = (template) => {
|
|
|
154
154
|
return renderArray;
|
|
155
155
|
};
|
|
156
156
|
|
|
157
|
-
|
|
158
|
-
|
|
157
|
+
// It will render all the quick reply button in mobile preview and template list
|
|
158
|
+
export const getWhatsappQuickReply= (template, templatePreview) => {
|
|
159
|
+
const { buttonType = NONE, buttons = [] } = templatePreview ? template : get(
|
|
159
160
|
template,
|
|
160
161
|
`versions.base.content.whatsapp`,
|
|
161
162
|
{},
|
|
162
163
|
);
|
|
163
164
|
const renderArray = [];
|
|
164
165
|
if (buttonType === QUICK_REPLY && buttons?.length) {
|
|
165
|
-
renderArray.push(<CapDivider className="whatsapp-list-view-divider" />);
|
|
166
|
-
buttons
|
|
166
|
+
renderArray.push(<CapDivider className={templatePreview ? "whatsapp-divider" : "whatsapp-list-view-divider"} />);
|
|
167
|
+
buttons?.forEach((quickReply, index) => {
|
|
167
168
|
const { text } = quickReply || {};
|
|
168
169
|
if (text) {
|
|
169
170
|
renderArray.push(
|
|
170
|
-
<CapLabel type="label21" className="whatsapp-list-
|
|
171
|
+
<CapLabel type="label21" className={templatePreview ? "whatsapp-cta-preview" : "whatsapp-list-quick-reply-preview"}>
|
|
171
172
|
<CapIcon
|
|
172
173
|
type='small-link'
|
|
173
174
|
size="xs"
|
|
174
|
-
svgProps={{ style: { marginRight: '4px' } }}
|
|
175
175
|
/>
|
|
176
176
|
{text}
|
|
177
177
|
</CapLabel>
|
|
178
178
|
)
|
|
179
179
|
}
|
|
180
|
-
if (index < buttons
|
|
181
|
-
renderArray.push(<CapDivider className="whatsapp-list-view-divider" />);
|
|
180
|
+
if (index < buttons?.length -1) {
|
|
181
|
+
renderArray.push(<CapDivider className={templatePreview ? "whatsapp-divider" : "whatsapp-list-view-divider"} />);
|
|
182
182
|
}
|
|
183
183
|
})
|
|
184
184
|
}
|
package/v2Containers/mockdata.js
CHANGED
|
@@ -1473,7 +1473,7 @@ export default {
|
|
|
1473
1473
|
totalCount: 7,
|
|
1474
1474
|
},
|
|
1475
1475
|
whatsappPreviewTemplateData3Result: {
|
|
1476
|
-
|
|
1476
|
+
quickReplyData: [
|
|
1477
1477
|
{
|
|
1478
1478
|
index: 0,
|
|
1479
1479
|
type: "QUICK_REPLY",
|
|
@@ -1485,14 +1485,14 @@ export default {
|
|
|
1485
1485
|
text: "Not Interested",
|
|
1486
1486
|
},
|
|
1487
1487
|
],
|
|
1488
|
-
charCount:
|
|
1489
|
-
|
|
1490
|
-
<CapLabel className="whatsapp-template-footer-preview" type="label1">
|
|
1488
|
+
charCount: 49,
|
|
1489
|
+
templateFooterPreview: (
|
|
1490
|
+
<CapLabel className="whatsapp-template-list-footer-preview" type="label1">
|
|
1491
1491
|
Thanks
|
|
1492
1492
|
</CapLabel>
|
|
1493
1493
|
),
|
|
1494
|
-
|
|
1495
|
-
<CapLabel className="whatsapp-template-header-preview" type="label1">
|
|
1494
|
+
templateHeaderPreview: (
|
|
1495
|
+
<CapLabel className="whatsapp-template-list-header-preview" type="label1">
|
|
1496
1496
|
Hello welcome
|
|
1497
1497
|
</CapLabel>
|
|
1498
1498
|
),
|
|
@@ -1502,27 +1502,17 @@ export default {
|
|
|
1502
1502
|
},
|
|
1503
1503
|
whatsappPreviewTemplateData3QuickReplyResult: [
|
|
1504
1504
|
<CapDivider className="whatsapp-list-view-divider" />,
|
|
1505
|
-
<CapLabel className="whatsapp-list-
|
|
1505
|
+
<CapLabel className="whatsapp-list-quick-reply-preview" type="label21">
|
|
1506
1506
|
<CapIcon
|
|
1507
1507
|
size="xs"
|
|
1508
|
-
svgProps={{
|
|
1509
|
-
style: {
|
|
1510
|
-
marginRight: "4px",
|
|
1511
|
-
},
|
|
1512
|
-
}}
|
|
1513
1508
|
type="small-link"
|
|
1514
1509
|
/>
|
|
1515
1510
|
Interested
|
|
1516
1511
|
</CapLabel>,
|
|
1517
1512
|
<CapDivider className="whatsapp-list-view-divider" />,
|
|
1518
|
-
<CapLabel className="whatsapp-list-
|
|
1513
|
+
<CapLabel className="whatsapp-list-quick-reply-preview" type="label21">
|
|
1519
1514
|
<CapIcon
|
|
1520
1515
|
size="xs"
|
|
1521
|
-
svgProps={{
|
|
1522
|
-
style: {
|
|
1523
|
-
marginRight: "4px",
|
|
1524
|
-
},
|
|
1525
|
-
}}
|
|
1526
1516
|
type="small-link"
|
|
1527
1517
|
/>
|
|
1528
1518
|
Not Interested
|