@capillarytech/creatives-library 8.0.255-alpha.4 → 8.0.256

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.
Files changed (164) hide show
  1. package/constants/unified.js +0 -1
  2. package/package.json +1 -1
  3. package/services/api.js +0 -5
  4. package/translations/en.json +3 -4
  5. package/utils/common.js +0 -6
  6. package/utils/tests/transformerUtils.test.js +0 -297
  7. package/utils/transformerUtils.js +0 -40
  8. package/v2Components/CapImageUpload/constants.js +0 -2
  9. package/v2Components/CapImageUpload/index.js +16 -65
  10. package/v2Components/CapImageUpload/index.scss +1 -4
  11. package/v2Components/CapImageUpload/messages.js +1 -5
  12. package/v2Components/CommonTestAndPreview/UnifiedPreview/InAppPreviewContent.js +3 -3
  13. package/v2Components/CommonTestAndPreview/UnifiedPreview/RcsPreviewContent.js +3 -3
  14. package/v2Components/CommonTestAndPreview/UnifiedPreview/SmsPreviewContent.js +3 -3
  15. package/v2Components/CommonTestAndPreview/UnifiedPreview/ViberPreviewContent.js +3 -3
  16. package/v2Components/CommonTestAndPreview/UnifiedPreview/WhatsAppPreviewContent.js +1 -1
  17. package/v2Components/CommonTestAndPreview/UnifiedPreview/_unifiedPreview.scss +37 -6
  18. package/v2Components/CommonTestAndPreview/_commonTestAndPreview.scss +0 -2
  19. package/v2Components/TemplatePreview/_templatePreview.scss +1 -2
  20. package/v2Components/TestAndPreviewSlidebox/_testAndPreviewSlidebox.scss +0 -1
  21. package/v2Containers/App/constants.js +0 -5
  22. package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +3 -4
  23. package/v2Containers/CreativesContainer/SlideBoxContent.js +2 -57
  24. package/v2Containers/CreativesContainer/SlideBoxHeader.js +0 -1
  25. package/v2Containers/CreativesContainer/constants.js +0 -3
  26. package/v2Containers/CreativesContainer/index.js +0 -168
  27. package/v2Containers/CreativesContainer/messages.js +0 -4
  28. package/v2Containers/CreativesContainer/tests/SlideBoxContent.test.js +0 -210
  29. package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +0 -304
  30. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +12 -36
  31. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +6 -8
  32. package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +75 -100
  33. package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +54 -72
  34. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +214 -286
  35. package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +12 -16
  36. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +48 -60
  37. package/v2Containers/Templates/ChannelTypeIllustration.js +1 -13
  38. package/v2Containers/Templates/_templates.scss +0 -205
  39. package/v2Containers/Templates/actions.js +1 -2
  40. package/v2Containers/Templates/constants.js +0 -1
  41. package/v2Containers/Templates/index.js +34 -274
  42. package/v2Containers/Templates/messages.js +0 -24
  43. package/v2Containers/Templates/reducer.js +0 -2
  44. package/v2Containers/Templates/tests/index.test.js +0 -10
  45. package/v2Containers/TemplatesV2/index.js +7 -15
  46. package/v2Containers/TemplatesV2/messages.js +0 -4
  47. package/v2Containers/Whatsapp/index.js +1 -1
  48. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +870 -1442
  49. package/utils/imageUrlUpload.js +0 -141
  50. package/v2Components/CapImageUrlUpload/constants.js +0 -26
  51. package/v2Components/CapImageUrlUpload/index.js +0 -365
  52. package/v2Components/CapImageUrlUpload/index.scss +0 -35
  53. package/v2Components/CapImageUrlUpload/messages.js +0 -47
  54. package/v2Containers/WebPush/Create/components/BrandIconSection.js +0 -108
  55. package/v2Containers/WebPush/Create/components/ButtonForm.js +0 -172
  56. package/v2Containers/WebPush/Create/components/ButtonItem.js +0 -101
  57. package/v2Containers/WebPush/Create/components/ButtonList.js +0 -145
  58. package/v2Containers/WebPush/Create/components/ButtonsLinksSection.js +0 -164
  59. package/v2Containers/WebPush/Create/components/ButtonsLinksSection.test.js +0 -463
  60. package/v2Containers/WebPush/Create/components/FormActions.js +0 -54
  61. package/v2Containers/WebPush/Create/components/FormActions.test.js +0 -163
  62. package/v2Containers/WebPush/Create/components/MediaSection.js +0 -142
  63. package/v2Containers/WebPush/Create/components/MediaSection.test.js +0 -341
  64. package/v2Containers/WebPush/Create/components/MessageSection.js +0 -103
  65. package/v2Containers/WebPush/Create/components/MessageSection.test.js +0 -268
  66. package/v2Containers/WebPush/Create/components/NotificationTitleSection.js +0 -87
  67. package/v2Containers/WebPush/Create/components/NotificationTitleSection.test.js +0 -210
  68. package/v2Containers/WebPush/Create/components/TemplateNameSection.js +0 -54
  69. package/v2Containers/WebPush/Create/components/TemplateNameSection.test.js +0 -143
  70. package/v2Containers/WebPush/Create/components/__snapshots__/ButtonsLinksSection.test.js.snap +0 -86
  71. package/v2Containers/WebPush/Create/components/__snapshots__/FormActions.test.js.snap +0 -16
  72. package/v2Containers/WebPush/Create/components/__snapshots__/MediaSection.test.js.snap +0 -41
  73. package/v2Containers/WebPush/Create/components/__snapshots__/MessageSection.test.js.snap +0 -54
  74. package/v2Containers/WebPush/Create/components/__snapshots__/NotificationTitleSection.test.js.snap +0 -37
  75. package/v2Containers/WebPush/Create/components/__snapshots__/TemplateNameSection.test.js.snap +0 -21
  76. package/v2Containers/WebPush/Create/components/_buttons.scss +0 -246
  77. package/v2Containers/WebPush/Create/components/tests/ButtonForm.test.js +0 -554
  78. package/v2Containers/WebPush/Create/components/tests/ButtonItem.test.js +0 -607
  79. package/v2Containers/WebPush/Create/components/tests/ButtonList.test.js +0 -633
  80. package/v2Containers/WebPush/Create/components/tests/__snapshots__/ButtonForm.test.js.snap +0 -666
  81. package/v2Containers/WebPush/Create/components/tests/__snapshots__/ButtonItem.test.js.snap +0 -74
  82. package/v2Containers/WebPush/Create/components/tests/__snapshots__/ButtonList.test.js.snap +0 -78
  83. package/v2Containers/WebPush/Create/hooks/useButtonManagement.js +0 -138
  84. package/v2Containers/WebPush/Create/hooks/useButtonManagement.test.js +0 -406
  85. package/v2Containers/WebPush/Create/hooks/useCharacterCount.js +0 -30
  86. package/v2Containers/WebPush/Create/hooks/useCharacterCount.test.js +0 -151
  87. package/v2Containers/WebPush/Create/hooks/useImageUpload.js +0 -104
  88. package/v2Containers/WebPush/Create/hooks/useImageUpload.test.js +0 -538
  89. package/v2Containers/WebPush/Create/hooks/useTagManagement.js +0 -122
  90. package/v2Containers/WebPush/Create/hooks/useTagManagement.test.js +0 -633
  91. package/v2Containers/WebPush/Create/index.js +0 -1148
  92. package/v2Containers/WebPush/Create/index.scss +0 -134
  93. package/v2Containers/WebPush/Create/messages.js +0 -203
  94. package/v2Containers/WebPush/Create/preview/DevicePreviewContent.js +0 -228
  95. package/v2Containers/WebPush/Create/preview/NotificationContainer.js +0 -294
  96. package/v2Containers/WebPush/Create/preview/PreviewContent.js +0 -90
  97. package/v2Containers/WebPush/Create/preview/PreviewControls.js +0 -305
  98. package/v2Containers/WebPush/Create/preview/PreviewDisclaimer.js +0 -23
  99. package/v2Containers/WebPush/Create/preview/WebPushPreview.js +0 -155
  100. package/v2Containers/WebPush/Create/preview/assets/Light.svg +0 -53
  101. package/v2Containers/WebPush/Create/preview/assets/Top.svg +0 -5
  102. package/v2Containers/WebPush/Create/preview/assets/android-arrow-down.svg +0 -9
  103. package/v2Containers/WebPush/Create/preview/assets/android-arrow-up.svg +0 -9
  104. package/v2Containers/WebPush/Create/preview/assets/chrome-icon.png +0 -0
  105. package/v2Containers/WebPush/Create/preview/assets/edge-icon.png +0 -0
  106. package/v2Containers/WebPush/Create/preview/assets/firefox-icon.svg +0 -106
  107. package/v2Containers/WebPush/Create/preview/assets/iOS.svg +0 -26
  108. package/v2Containers/WebPush/Create/preview/assets/macos-arrow-down-icon.svg +0 -9
  109. package/v2Containers/WebPush/Create/preview/assets/macos-triple-dot-icon.svg +0 -9
  110. package/v2Containers/WebPush/Create/preview/assets/opera-icon.svg +0 -18
  111. package/v2Containers/WebPush/Create/preview/assets/safari-icon.svg +0 -29
  112. package/v2Containers/WebPush/Create/preview/assets/windows-close-icon.svg +0 -9
  113. package/v2Containers/WebPush/Create/preview/assets/windows-triple-dot-icon.svg +0 -9
  114. package/v2Containers/WebPush/Create/preview/components/AndroidMobileChromeHeader.js +0 -47
  115. package/v2Containers/WebPush/Create/preview/components/AndroidMobileExpanded.js +0 -141
  116. package/v2Containers/WebPush/Create/preview/components/IOSHeader.js +0 -45
  117. package/v2Containers/WebPush/Create/preview/components/NotificationExpandedContent.js +0 -68
  118. package/v2Containers/WebPush/Create/preview/components/NotificationHeader.js +0 -61
  119. package/v2Containers/WebPush/Create/preview/components/WindowsChromeExpanded.js +0 -99
  120. package/v2Containers/WebPush/Create/preview/components/tests/AndroidMobileExpanded.test.js +0 -733
  121. package/v2Containers/WebPush/Create/preview/components/tests/WindowsChromeExpanded.test.js +0 -571
  122. package/v2Containers/WebPush/Create/preview/components/tests/__snapshots__/AndroidMobileExpanded.test.js.snap +0 -81
  123. package/v2Containers/WebPush/Create/preview/components/tests/__snapshots__/WindowsChromeExpanded.test.js.snap +0 -81
  124. package/v2Containers/WebPush/Create/preview/config/notificationMappings.js +0 -50
  125. package/v2Containers/WebPush/Create/preview/constants.js +0 -637
  126. package/v2Containers/WebPush/Create/preview/notification-container.scss +0 -79
  127. package/v2Containers/WebPush/Create/preview/preview.scss +0 -351
  128. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-chrome.scss +0 -370
  129. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-edge.scss +0 -12
  130. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-firefox.scss +0 -12
  131. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-opera.scss +0 -12
  132. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-chrome.scss +0 -47
  133. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-edge.scss +0 -11
  134. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-firefox.scss +0 -11
  135. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-opera.scss +0 -11
  136. package/v2Containers/WebPush/Create/preview/styles/_base.scss +0 -207
  137. package/v2Containers/WebPush/Create/preview/styles/_ios.scss +0 -153
  138. package/v2Containers/WebPush/Create/preview/styles/_ipados.scss +0 -107
  139. package/v2Containers/WebPush/Create/preview/styles/_macos-chrome.scss +0 -101
  140. package/v2Containers/WebPush/Create/preview/styles/_windows-chrome.scss +0 -229
  141. package/v2Containers/WebPush/Create/preview/tests/DevicePreviewContent.test.js +0 -909
  142. package/v2Containers/WebPush/Create/preview/tests/NotificationContainer.test.js +0 -1081
  143. package/v2Containers/WebPush/Create/preview/tests/PreviewControls.test.js +0 -723
  144. package/v2Containers/WebPush/Create/preview/tests/WebPushPreview.test.js +0 -1327
  145. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/DevicePreviewContent.test.js.snap +0 -131
  146. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/NotificationContainer.test.js.snap +0 -112
  147. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/PreviewControls.test.js.snap +0 -144
  148. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/WebPushPreview.test.js.snap +0 -129
  149. package/v2Containers/WebPush/Create/utils/payloadBuilder.js +0 -96
  150. package/v2Containers/WebPush/Create/utils/payloadBuilder.test.js +0 -396
  151. package/v2Containers/WebPush/Create/utils/previewUtils.js +0 -89
  152. package/v2Containers/WebPush/Create/utils/urlValidation.js +0 -115
  153. package/v2Containers/WebPush/Create/utils/urlValidation.test.js +0 -449
  154. package/v2Containers/WebPush/Create/utils/validation.js +0 -75
  155. package/v2Containers/WebPush/Create/utils/validation.test.js +0 -283
  156. package/v2Containers/WebPush/actions.js +0 -60
  157. package/v2Containers/WebPush/constants.js +0 -132
  158. package/v2Containers/WebPush/index.js +0 -2
  159. package/v2Containers/WebPush/reducer.js +0 -104
  160. package/v2Containers/WebPush/sagas.js +0 -119
  161. package/v2Containers/WebPush/selectors.js +0 -65
  162. package/v2Containers/WebPush/tests/reducer.test.js +0 -863
  163. package/v2Containers/WebPush/tests/sagas.test.js +0 -566
  164. package/v2Containers/WebPush/tests/selectors.test.js +0 -960
@@ -189,7 +189,7 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
189
189
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
190
190
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
191
191
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
192
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
192
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
193
193
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
194
194
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
195
195
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -197,13 +197,13 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
197
197
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
198
198
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
199
199
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
200
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
200
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
201
201
  "creatives.componentsV2.CapImageUpload.or": "OR",
202
202
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
203
203
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
204
204
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
205
205
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
206
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
206
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
207
207
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
208
208
  "creatives.componentsV2.CapTagList.Ok": "Ok",
209
209
  "creatives.componentsV2.CapTagList.all": "All",
@@ -1896,7 +1896,6 @@ new message content.",
1896
1896
  "creatives.containersV2.WeChat.templateName": "Template Name",
1897
1897
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
1898
1898
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
1899
- "creatives.containersV2.WebPush.addLabels": "Add labels",
1900
1899
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
1901
1900
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
1902
1901
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -5764,15 +5763,15 @@ FREE GIFTS-
5764
5763
  />
5765
5764
  </CapImage>
5766
5765
  <CapRow
5767
- className="sms-content-overlay sms-preview sms-android"
5766
+ className="sms-content-overlay sms-content-overlay-android sms-preview sms-android"
5768
5767
  key=".1"
5769
5768
  >
5770
5769
  <Row
5771
- className="cap-row-v2 sms-content-overlay sms-preview sms-android"
5770
+ className="cap-row-v2 sms-content-overlay sms-content-overlay-android sms-preview sms-android"
5772
5771
  gutter={0}
5773
5772
  >
5774
5773
  <div
5775
- className="ant-row cap-row-v2 sms-content-overlay sms-preview sms-android"
5774
+ className="ant-row cap-row-v2 sms-content-overlay sms-content-overlay-android sms-preview sms-android"
5776
5775
  >
5777
5776
  <CapRow
5778
5777
  className="sms-navigation-bar sms-navigation-bar-no-header"
@@ -6502,7 +6501,7 @@ FREE GIFTS-
6502
6501
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
6503
6502
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
6504
6503
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
6505
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
6504
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
6506
6505
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
6507
6506
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
6508
6507
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -6510,13 +6509,13 @@ FREE GIFTS-
6510
6509
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
6511
6510
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
6512
6511
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
6513
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
6512
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
6514
6513
  "creatives.componentsV2.CapImageUpload.or": "OR",
6515
6514
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
6516
6515
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
6517
6516
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
6518
6517
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
6519
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
6518
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
6520
6519
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
6521
6520
  "creatives.componentsV2.CapTagList.Ok": "Ok",
6522
6521
  "creatives.componentsV2.CapTagList.all": "All",
@@ -8209,7 +8208,6 @@ new message content.",
8209
8208
  "creatives.containersV2.WeChat.templateName": "Template Name",
8210
8209
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
8211
8210
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
8212
- "creatives.containersV2.WebPush.addLabels": "Add labels",
8213
8211
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
8214
8212
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
8215
8213
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -8808,7 +8806,7 @@ FREE GIFTS-
8808
8806
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
8809
8807
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
8810
8808
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
8811
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
8809
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
8812
8810
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
8813
8811
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
8814
8812
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -8816,13 +8814,13 @@ FREE GIFTS-
8816
8814
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
8817
8815
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
8818
8816
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
8819
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
8817
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
8820
8818
  "creatives.componentsV2.CapImageUpload.or": "OR",
8821
8819
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
8822
8820
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
8823
8821
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
8824
8822
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
8825
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
8823
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
8826
8824
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
8827
8825
  "creatives.componentsV2.CapTagList.Ok": "Ok",
8828
8826
  "creatives.componentsV2.CapTagList.all": "All",
@@ -10515,7 +10513,6 @@ new message content.",
10515
10513
  "creatives.containersV2.WeChat.templateName": "Template Name",
10516
10514
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
10517
10515
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
10518
- "creatives.containersV2.WebPush.addLabels": "Add labels",
10519
10516
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
10520
10517
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
10521
10518
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -11238,7 +11235,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
11238
11235
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
11239
11236
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
11240
11237
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
11241
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
11238
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
11242
11239
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
11243
11240
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
11244
11241
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -11246,13 +11243,13 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
11246
11243
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
11247
11244
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
11248
11245
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
11249
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
11246
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
11250
11247
  "creatives.componentsV2.CapImageUpload.or": "OR",
11251
11248
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
11252
11249
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
11253
11250
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
11254
11251
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
11255
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
11252
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
11256
11253
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
11257
11254
  "creatives.componentsV2.CapTagList.Ok": "Ok",
11258
11255
  "creatives.componentsV2.CapTagList.all": "All",
@@ -12945,7 +12942,6 @@ new message content.",
12945
12942
  "creatives.containersV2.WeChat.templateName": "Template Name",
12946
12943
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
12947
12944
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
12948
- "creatives.containersV2.WebPush.addLabels": "Add labels",
12949
12945
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
12950
12946
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
12951
12947
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -16587,15 +16583,15 @@ FREE GIFTS-
16587
16583
  />
16588
16584
  </CapImage>
16589
16585
  <CapRow
16590
- className="sms-content-overlay sms-preview sms-android"
16586
+ className="sms-content-overlay sms-content-overlay-android sms-preview sms-android"
16591
16587
  key=".1"
16592
16588
  >
16593
16589
  <Row
16594
- className="cap-row-v2 sms-content-overlay sms-preview sms-android"
16590
+ className="cap-row-v2 sms-content-overlay sms-content-overlay-android sms-preview sms-android"
16595
16591
  gutter={0}
16596
16592
  >
16597
16593
  <div
16598
- className="ant-row cap-row-v2 sms-content-overlay sms-preview sms-android"
16594
+ className="ant-row cap-row-v2 sms-content-overlay sms-content-overlay-android sms-preview sms-android"
16599
16595
  >
16600
16596
  <CapRow
16601
16597
  className="sms-navigation-bar sms-navigation-bar-no-header"
@@ -17297,7 +17293,7 @@ FREE GIFTS-
17297
17293
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
17298
17294
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
17299
17295
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
17300
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
17296
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
17301
17297
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
17302
17298
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
17303
17299
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -17305,13 +17301,13 @@ FREE GIFTS-
17305
17301
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
17306
17302
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
17307
17303
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
17308
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
17304
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
17309
17305
  "creatives.componentsV2.CapImageUpload.or": "OR",
17310
17306
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
17311
17307
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
17312
17308
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
17313
17309
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
17314
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
17310
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
17315
17311
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
17316
17312
  "creatives.componentsV2.CapTagList.Ok": "Ok",
17317
17313
  "creatives.componentsV2.CapTagList.all": "All",
@@ -19004,7 +19000,6 @@ new message content.",
19004
19000
  "creatives.containersV2.WeChat.templateName": "Template Name",
19005
19001
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
19006
19002
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
19007
- "creatives.containersV2.WebPush.addLabels": "Add labels",
19008
19003
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
19009
19004
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
19010
19005
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -19603,7 +19598,7 @@ FREE GIFTS-
19603
19598
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
19604
19599
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
19605
19600
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
19606
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
19601
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
19607
19602
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
19608
19603
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
19609
19604
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -19611,13 +19606,13 @@ FREE GIFTS-
19611
19606
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
19612
19607
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
19613
19608
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
19614
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
19609
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
19615
19610
  "creatives.componentsV2.CapImageUpload.or": "OR",
19616
19611
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
19617
19612
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
19618
19613
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
19619
19614
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
19620
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
19615
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
19621
19616
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
19622
19617
  "creatives.componentsV2.CapTagList.Ok": "Ok",
19623
19618
  "creatives.componentsV2.CapTagList.all": "All",
@@ -21310,7 +21305,6 @@ new message content.",
21310
21305
  "creatives.containersV2.WeChat.templateName": "Template Name",
21311
21306
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
21312
21307
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
21313
- "creatives.containersV2.WebPush.addLabels": "Add labels",
21314
21308
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
21315
21309
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
21316
21310
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -22033,7 +22027,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
22033
22027
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
22034
22028
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
22035
22029
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
22036
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
22030
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
22037
22031
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
22038
22032
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
22039
22033
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -22041,13 +22035,13 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
22041
22035
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
22042
22036
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
22043
22037
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
22044
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
22038
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
22045
22039
  "creatives.componentsV2.CapImageUpload.or": "OR",
22046
22040
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
22047
22041
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
22048
22042
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
22049
22043
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
22050
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
22044
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
22051
22045
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
22052
22046
  "creatives.componentsV2.CapTagList.Ok": "Ok",
22053
22047
  "creatives.componentsV2.CapTagList.all": "All",
@@ -23740,7 +23734,6 @@ new message content.",
23740
23734
  "creatives.containersV2.WeChat.templateName": "Template Name",
23741
23735
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
23742
23736
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
23743
- "creatives.containersV2.WebPush.addLabels": "Add labels",
23744
23737
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
23745
23738
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
23746
23739
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -27382,15 +27375,15 @@ FREE GIFTS-
27382
27375
  />
27383
27376
  </CapImage>
27384
27377
  <CapRow
27385
- className="sms-content-overlay sms-preview sms-android"
27378
+ className="sms-content-overlay sms-content-overlay-android sms-preview sms-android"
27386
27379
  key=".1"
27387
27380
  >
27388
27381
  <Row
27389
- className="cap-row-v2 sms-content-overlay sms-preview sms-android"
27382
+ className="cap-row-v2 sms-content-overlay sms-content-overlay-android sms-preview sms-android"
27390
27383
  gutter={0}
27391
27384
  >
27392
27385
  <div
27393
- className="ant-row cap-row-v2 sms-content-overlay sms-preview sms-android"
27386
+ className="ant-row cap-row-v2 sms-content-overlay sms-content-overlay-android sms-preview sms-android"
27394
27387
  >
27395
27388
  <CapRow
27396
27389
  className="sms-navigation-bar sms-navigation-bar-no-header"
@@ -28092,7 +28085,7 @@ FREE GIFTS-
28092
28085
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
28093
28086
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
28094
28087
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
28095
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
28088
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
28096
28089
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
28097
28090
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
28098
28091
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -28100,13 +28093,13 @@ FREE GIFTS-
28100
28093
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
28101
28094
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
28102
28095
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
28103
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
28096
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
28104
28097
  "creatives.componentsV2.CapImageUpload.or": "OR",
28105
28098
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
28106
28099
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
28107
28100
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
28108
28101
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
28109
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
28102
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
28110
28103
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
28111
28104
  "creatives.componentsV2.CapTagList.Ok": "Ok",
28112
28105
  "creatives.componentsV2.CapTagList.all": "All",
@@ -29799,7 +29792,6 @@ new message content.",
29799
29792
  "creatives.containersV2.WeChat.templateName": "Template Name",
29800
29793
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
29801
29794
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
29802
- "creatives.containersV2.WebPush.addLabels": "Add labels",
29803
29795
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
29804
29796
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
29805
29797
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -30398,7 +30390,7 @@ FREE GIFTS-
30398
30390
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
30399
30391
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
30400
30392
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
30401
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
30393
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
30402
30394
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
30403
30395
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
30404
30396
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -30406,13 +30398,13 @@ FREE GIFTS-
30406
30398
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
30407
30399
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
30408
30400
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
30409
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
30401
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
30410
30402
  "creatives.componentsV2.CapImageUpload.or": "OR",
30411
30403
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
30412
30404
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
30413
30405
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
30414
30406
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
30415
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
30407
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
30416
30408
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
30417
30409
  "creatives.componentsV2.CapTagList.Ok": "Ok",
30418
30410
  "creatives.componentsV2.CapTagList.all": "All",
@@ -32105,7 +32097,6 @@ new message content.",
32105
32097
  "creatives.containersV2.WeChat.templateName": "Template Name",
32106
32098
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
32107
32099
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
32108
- "creatives.containersV2.WebPush.addLabels": "Add labels",
32109
32100
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
32110
32101
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
32111
32102
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -32828,7 +32819,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
32828
32819
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
32829
32820
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
32830
32821
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
32831
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
32822
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
32832
32823
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
32833
32824
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
32834
32825
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -32836,13 +32827,13 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
32836
32827
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
32837
32828
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
32838
32829
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
32839
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
32830
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
32840
32831
  "creatives.componentsV2.CapImageUpload.or": "OR",
32841
32832
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
32842
32833
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
32843
32834
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
32844
32835
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
32845
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
32836
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
32846
32837
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
32847
32838
  "creatives.componentsV2.CapTagList.Ok": "Ok",
32848
32839
  "creatives.componentsV2.CapTagList.all": "All",
@@ -34535,7 +34526,6 @@ new message content.",
34535
34526
  "creatives.containersV2.WeChat.templateName": "Template Name",
34536
34527
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
34537
34528
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
34538
- "creatives.containersV2.WebPush.addLabels": "Add labels",
34539
34529
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
34540
34530
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
34541
34531
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -38558,15 +38548,15 @@ FREE GIFTS-
38558
38548
  />
38559
38549
  </CapImage>
38560
38550
  <CapRow
38561
- className="sms-content-overlay sms-preview sms-android"
38551
+ className="sms-content-overlay sms-content-overlay-android sms-preview sms-android"
38562
38552
  key=".1"
38563
38553
  >
38564
38554
  <Row
38565
- className="cap-row-v2 sms-content-overlay sms-preview sms-android"
38555
+ className="cap-row-v2 sms-content-overlay sms-content-overlay-android sms-preview sms-android"
38566
38556
  gutter={0}
38567
38557
  >
38568
38558
  <div
38569
- className="ant-row cap-row-v2 sms-content-overlay sms-preview sms-android"
38559
+ className="ant-row cap-row-v2 sms-content-overlay sms-content-overlay-android sms-preview sms-android"
38570
38560
  >
38571
38561
  <CapRow
38572
38562
  className="sms-navigation-bar sms-navigation-bar-no-header"
@@ -39268,7 +39258,7 @@ FREE GIFTS-
39268
39258
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
39269
39259
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
39270
39260
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
39271
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
39261
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
39272
39262
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
39273
39263
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
39274
39264
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -39276,13 +39266,13 @@ FREE GIFTS-
39276
39266
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
39277
39267
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
39278
39268
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
39279
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
39269
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
39280
39270
  "creatives.componentsV2.CapImageUpload.or": "OR",
39281
39271
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
39282
39272
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
39283
39273
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
39284
39274
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
39285
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
39275
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
39286
39276
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
39287
39277
  "creatives.componentsV2.CapTagList.Ok": "Ok",
39288
39278
  "creatives.componentsV2.CapTagList.all": "All",
@@ -40975,7 +40965,6 @@ new message content.",
40975
40965
  "creatives.containersV2.WeChat.templateName": "Template Name",
40976
40966
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
40977
40967
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
40978
- "creatives.containersV2.WebPush.addLabels": "Add labels",
40979
40968
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
40980
40969
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
40981
40970
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -41574,7 +41563,7 @@ FREE GIFTS-
41574
41563
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
41575
41564
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
41576
41565
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
41577
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
41566
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
41578
41567
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
41579
41568
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
41580
41569
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -41582,13 +41571,13 @@ FREE GIFTS-
41582
41571
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
41583
41572
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
41584
41573
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
41585
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
41574
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
41586
41575
  "creatives.componentsV2.CapImageUpload.or": "OR",
41587
41576
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
41588
41577
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
41589
41578
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
41590
41579
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
41591
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
41580
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
41592
41581
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
41593
41582
  "creatives.componentsV2.CapTagList.Ok": "Ok",
41594
41583
  "creatives.componentsV2.CapTagList.all": "All",
@@ -43281,7 +43270,6 @@ new message content.",
43281
43270
  "creatives.containersV2.WeChat.templateName": "Template Name",
43282
43271
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
43283
43272
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
43284
- "creatives.containersV2.WebPush.addLabels": "Add labels",
43285
43273
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
43286
43274
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
43287
43275
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -14,7 +14,7 @@ import inAppIllustration from '@capillarytech/cap-ui-library/assets/images/featu
14
14
  import messages from './messages';
15
15
  import { FormattedMessage } from 'react-intl';
16
16
  import { CapIllustration } from "@capillarytech/cap-ui-library";
17
- import { MOBILE_PUSH, SMS, EMAIL, LINE, VIBER, FACEBOOK, WHATSAPP, RCS, ZALO, INAPP, WEBPUSH } from '../CreativesContainer/constants';
17
+ import { MOBILE_PUSH, SMS, EMAIL, LINE, VIBER, FACEBOOK, WHATSAPP, RCS, ZALO, INAPP } from '../CreativesContainer/constants';
18
18
 
19
19
 
20
20
  // Configuration object for channel types
@@ -133,18 +133,6 @@ function ChannelTypeIllustration(props) {
133
133
  };
134
134
  }
135
135
 
136
- if (type === WEBPUSH) {
137
- return {
138
- buttonLabel: <FormattedMessage {...messages.newWebPushTemplate} values={{ template: templateText }} />,
139
- onClick: createTemplate,
140
- illustrationImage: pushIllustration,
141
- title: <FormattedMessage {...messages.webPushTitleIllustration} values={{ template: templateText }} />,
142
- description: <FormattedMessage {...messages.webPushDescIllustration} />,
143
- descriptionPosition: 'bottom',
144
- descriptionClassName: 'illustration-desc',
145
- };
146
- }
147
-
148
136
  // Handle standard channels using configuration
149
137
  const config = CHANNEL_CONFIG[type];
150
138
  if (!config) {