@capillarytech/creatives-library 8.0.139 → 8.0.141
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/tests/__snapshots__/index.test.js.snap +1 -0
- package/package.json +2 -2
- package/translations/en.json +1 -0
- package/utils/content.js +15 -0
- package/utils/tests/tagValidations.test.js +112 -0
- package/v2Components/FormBuilder/index.js +12 -1
- package/v2Components/FormBuilder/messages.js +4 -0
- package/v2Containers/Cap/constants.js +7 -0
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +1 -0
- package/v2Containers/Email/index.js +9 -0
- package/v2Containers/Email/messages.js +4 -0
- package/v2Containers/EmailWrapper/hooks/useEmailWrapper.js +5 -0
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +3 -0
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +2 -0
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +25 -0
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +18 -0
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +111 -0
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +4 -0
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +8 -0
- package/v2Containers/Templates/index.js +5 -0
- package/v2Containers/Templates/sagas.js +4 -1
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +132 -0
|
@@ -263,6 +263,7 @@ exports[`line wrapper test/> should render line component new 1`] = `
|
|
|
263
263
|
"creatives.componentsV2.FTP.message": "Message",
|
|
264
264
|
"creatives.componentsV2.FTP.search": "Search",
|
|
265
265
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
266
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
266
267
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
267
268
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
268
269
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -6582,6 +6583,7 @@ new message content.",
|
|
|
6582
6583
|
"creatives.componentsV2.FTP.message": "Message",
|
|
6583
6584
|
"creatives.componentsV2.FTP.search": "Search",
|
|
6584
6585
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
6586
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
6585
6587
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
6586
6588
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
6587
6589
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -9279,6 +9281,7 @@ exports[`line wrapper test/> should render line component new 2`] = `
|
|
|
9279
9281
|
"creatives.componentsV2.FTP.message": "Message",
|
|
9280
9282
|
"creatives.componentsV2.FTP.search": "Search",
|
|
9281
9283
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
9284
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
9282
9285
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
9283
9286
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
9284
9287
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -15782,6 +15785,7 @@ new message content.",
|
|
|
15782
15785
|
"creatives.componentsV2.FTP.message": "Message",
|
|
15783
15786
|
"creatives.componentsV2.FTP.search": "Search",
|
|
15784
15787
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
15788
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
15785
15789
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
15786
15790
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
15787
15791
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -18479,6 +18483,7 @@ exports[`line wrapper test/> should render line component new 3`] = `
|
|
|
18479
18483
|
"creatives.componentsV2.FTP.message": "Message",
|
|
18480
18484
|
"creatives.componentsV2.FTP.search": "Search",
|
|
18481
18485
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
18486
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
18482
18487
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
18483
18488
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
18484
18489
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -25224,6 +25229,7 @@ new message content.",
|
|
|
25224
25229
|
"creatives.componentsV2.FTP.message": "Message",
|
|
25225
25230
|
"creatives.componentsV2.FTP.search": "Search",
|
|
25226
25231
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
25232
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
25227
25233
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
25228
25234
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
25229
25235
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -27956,6 +27962,7 @@ exports[`line wrapper test/> should render line component new 4`] = `
|
|
|
27956
27962
|
"creatives.componentsV2.FTP.message": "Message",
|
|
27957
27963
|
"creatives.componentsV2.FTP.search": "Search",
|
|
27958
27964
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
27965
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
27959
27966
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
27960
27967
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
27961
27968
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -36922,6 +36929,7 @@ new message content.",
|
|
|
36922
36929
|
"creatives.componentsV2.FTP.message": "Message",
|
|
36923
36930
|
"creatives.componentsV2.FTP.search": "Search",
|
|
36924
36931
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
36932
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
36925
36933
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
36926
36934
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
36927
36935
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -39654,6 +39662,7 @@ exports[`line wrapper test/> should render line component new 5`] = `
|
|
|
39654
39662
|
"creatives.componentsV2.FTP.message": "Message",
|
|
39655
39663
|
"creatives.componentsV2.FTP.search": "Search",
|
|
39656
39664
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
39665
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
39657
39666
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
39658
39667
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
39659
39668
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -48662,6 +48671,7 @@ new message content.",
|
|
|
48662
48671
|
"creatives.componentsV2.FTP.message": "Message",
|
|
48663
48672
|
"creatives.componentsV2.FTP.search": "Search",
|
|
48664
48673
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
48674
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
48665
48675
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
48666
48676
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
48667
48677
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -51394,6 +51404,7 @@ exports[`line wrapper test/> should render line component old 1`] = `
|
|
|
51394
51404
|
"creatives.componentsV2.FTP.message": "Message",
|
|
51395
51405
|
"creatives.componentsV2.FTP.search": "Search",
|
|
51396
51406
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
51407
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
51397
51408
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
51398
51409
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
51399
51410
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -55782,6 +55793,7 @@ new message content.",
|
|
|
55782
55793
|
"creatives.componentsV2.FTP.message": "Message",
|
|
55783
55794
|
"creatives.componentsV2.FTP.search": "Search",
|
|
55784
55795
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
55796
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
55785
55797
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
55786
55798
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
55787
55799
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -59184,6 +59196,7 @@ exports[`line wrapper test/> should render line component old 2`] = `
|
|
|
59184
59196
|
"creatives.componentsV2.FTP.message": "Message",
|
|
59185
59197
|
"creatives.componentsV2.FTP.search": "Search",
|
|
59186
59198
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
59199
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
59187
59200
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
59188
59201
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
59189
59202
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -63990,6 +64003,7 @@ new message content.",
|
|
|
63990
64003
|
"creatives.componentsV2.FTP.message": "Message",
|
|
63991
64004
|
"creatives.componentsV2.FTP.search": "Search",
|
|
63992
64005
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
64006
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
63993
64007
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
63994
64008
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
63995
64009
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -67392,6 +67406,7 @@ exports[`line wrapper test/> should render line component old 3`] = `
|
|
|
67392
67406
|
"creatives.componentsV2.FTP.message": "Message",
|
|
67393
67407
|
"creatives.componentsV2.FTP.search": "Search",
|
|
67394
67408
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
67409
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
67395
67410
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
67396
67411
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
67397
67412
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -72440,6 +72455,7 @@ new message content.",
|
|
|
72440
72455
|
"creatives.componentsV2.FTP.message": "Message",
|
|
72441
72456
|
"creatives.componentsV2.FTP.search": "Search",
|
|
72442
72457
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
72458
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
72443
72459
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
72444
72460
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
72445
72461
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -75877,6 +75893,7 @@ exports[`line wrapper test/> should render line component old 4`] = `
|
|
|
75877
75893
|
"creatives.componentsV2.FTP.message": "Message",
|
|
75878
75894
|
"creatives.componentsV2.FTP.search": "Search",
|
|
75879
75895
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
75896
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
75880
75897
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
75881
75898
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
75882
75899
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|
|
@@ -81045,6 +81062,7 @@ new message content.",
|
|
|
81045
81062
|
"creatives.componentsV2.FTP.message": "Message",
|
|
81046
81063
|
"creatives.componentsV2.FTP.search": "Search",
|
|
81047
81064
|
"creatives.componentsV2.Footer.header": "This is the Footer component !",
|
|
81065
|
+
"creatives.componentsV2.FormBuilder.base64ImageError": "Base64 images are not allowed. Please upload your image to a gallery and use it, or add the image URL instead.",
|
|
81048
81066
|
"creatives.componentsV2.FormBuilder.cancel": "Cancel",
|
|
81049
81067
|
"creatives.componentsV2.FormBuilder.contentNotValidLanguage": "Content is not valid for language:",
|
|
81050
81068
|
"creatives.componentsV2.FormBuilder.dragAndDrop": "Drag and drop image here",
|