@capillarytech/creatives-library 7.12.32 → 7.12.33

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 (295) hide show
  1. package/components/Card/tests/index.test.js +10 -12
  2. package/components/FormBuilder/_formBuilder.scss +1 -1
  3. package/components/SlideBox/index.js +0 -1
  4. package/components/SlideBox/tests/index.test.js +2 -2
  5. package/containers/Assets/Gallery/tests/reducer.test.js +2 -1
  6. package/containers/Cap/tests/__snapshots__/index.test.js.snap +1876 -0
  7. package/containers/Cap/tests/index.test.js +16 -10
  8. package/containers/LanguageProvider/tests/index.test.js +5 -1
  9. package/i18n.js +6 -4
  10. package/package.json +4 -1
  11. package/translations/en.json +42 -119
  12. package/translations/zh.json +38 -115
  13. package/utils/test-utils.js +63 -0
  14. package/v2Components/CapActionButton/index.js +54 -48
  15. package/v2Components/CapActionButton/tests/index.test.js +33 -24
  16. package/v2Components/CapWhatsappCTA/constants.js +34 -0
  17. package/v2Components/CapWhatsappCTA/index.js +321 -0
  18. package/v2Components/CapWhatsappCTA/index.scss +64 -0
  19. package/v2Components/CapWhatsappCTA/messages.js +56 -0
  20. package/v2Components/EmailPreviewV2/index.js +1 -1
  21. package/v2Components/EmailPreviewV2/tests/__snapshots__/index.test.js.snap +135 -0
  22. package/v2Components/EmailPreviewV2/tests/index.test.js +8 -2
  23. package/v2Components/FormBuilder/_formBuilder.scss +1 -1
  24. package/v2Components/MarketingObjective/index.js +2 -2
  25. package/v2Components/MarketingObjective/test/index.test.js +33 -0
  26. package/v2Components/SlideBox/tests/index.test.js +2 -2
  27. package/v2Components/TemplatePreview/_templatePreview.scss +8 -0
  28. package/v2Components/TemplatePreview/index.js +29 -2
  29. package/v2Components/TemplatePreview/tests/__snapshots__/index.test.js.snap +1 -1
  30. package/v2Containers/Assets/Gallery/tests/reducer.test.js +2 -1
  31. package/v2Containers/Cap/messages.js +4 -0
  32. package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +1930 -0
  33. package/v2Containers/Cap/tests/index.test.js +56 -10
  34. package/v2Containers/LanguageProvider/tests/index.test.js +9 -2
  35. package/v2Containers/LanguageProvider/tests/reducer.test.js +5 -1
  36. package/v2Containers/Line/Container/Video/index.js +1 -0
  37. package/v2Containers/Line/Container/Video/tests/index.test.js +62 -0
  38. package/v2Containers/Rcs/index.js +71 -67
  39. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +2004 -16874
  40. package/v2Containers/Rcs/tests/index.test.js +7 -12
  41. package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +176 -476
  42. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +336 -952
  43. package/v2Containers/Templates/index.js +10 -5
  44. package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +499 -419
  45. package/v2Containers/Templates/tests/index.test.js +8 -4
  46. package/v2Containers/Whatsapp/constants.js +22 -5
  47. package/v2Containers/Whatsapp/index.js +199 -9
  48. package/v2Containers/Whatsapp/index.scss +42 -1
  49. package/v2Containers/Whatsapp/messages.js +39 -2
  50. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +37677 -5915
  51. package/v2Containers/Whatsapp/utils.js +37 -0
  52. package/v2Containers/mockdata.js +47 -0
  53. package/components/BreadCrumbs/tests/index.test.js +0 -10
  54. package/components/CapTagList/tests/index.test.js +0 -10
  55. package/components/CardGrid/tests/index.test.js +0 -10
  56. package/components/Ckeditor/tests/index.test.js +0 -10
  57. package/components/Component/tests/index.test.js +0 -10
  58. package/components/CustomPopOver/tests/index.test.js +0 -10
  59. package/components/DateFilter/tests/index.test.js +0 -15
  60. package/components/DateRange/tests/index.test.js +0 -10
  61. package/components/Edmeditor/tests/index.test.js +0 -10
  62. package/components/EmailPreview/tests/index.test.js +0 -10
  63. package/components/Footer/tests/index.test.js +0 -10
  64. package/components/FormBuilder/tests/index.test.js +0 -10
  65. package/components/Header/tests/index.test.js +0 -10
  66. package/components/ImagePreview/tests/index.test.js +0 -10
  67. package/components/PageHeader/tests/index.test.js +0 -10
  68. package/components/Pagination/tests/index.test.js +0 -10
  69. package/components/PreviewSideBar/tests/index.test.js +0 -10
  70. package/components/Sidebar/tests/index.test.js +0 -10
  71. package/components/SmsEditor/tests/index.test.js +0 -10
  72. package/components/SmsTest/tests/index.test.js +0 -10
  73. package/components/TemplatePreview/WechatRichmediaTemplatePreview/tests/index.test.js +0 -10
  74. package/components/TemplatePreview/tests/index.test.js +0 -10
  75. package/components/Toastr/tests/index.test.js +0 -10
  76. package/components/ToastrMessage/tests/index.test.js +0 -10
  77. package/components/TopBar/tests/index.test.js +0 -10
  78. package/containers/App/tests/actions.test.js +0 -18
  79. package/containers/App/tests/reducer.test.js +0 -9
  80. package/containers/App/tests/sagas.test.js +0 -15
  81. package/containers/App/tests/selectors.test.js +0 -10
  82. package/containers/Assets/Gallery/tests/index.test.js +0 -10
  83. package/containers/Assets/Gallery/tests/sagas.test.js +0 -15
  84. package/containers/Assets/Gallery/tests/selectors.test.js +0 -10
  85. package/containers/Dashboard/tests/actions.test.js +0 -18
  86. package/containers/Dashboard/tests/index.test.js +0 -10
  87. package/containers/Dashboard/tests/reducer.test.js +0 -9
  88. package/containers/Dashboard/tests/sagas.test.js +0 -15
  89. package/containers/Dashboard/tests/selectors.test.js +0 -10
  90. package/containers/Ebill/tests/actions.test.js +0 -18
  91. package/containers/Ebill/tests/index.test.js +0 -10
  92. package/containers/Ebill/tests/reducer.test.js +0 -9
  93. package/containers/Ebill/tests/sagas.test.js +0 -15
  94. package/containers/Ebill/tests/selectors.test.js +0 -10
  95. package/containers/Email/tests/actions.test.js +0 -18
  96. package/containers/Email/tests/index.test.js +0 -10
  97. package/containers/Email/tests/reducer.test.js +0 -9
  98. package/containers/Email/tests/sagas.test.js +0 -15
  99. package/containers/Email/tests/selectors.test.js +0 -10
  100. package/containers/Line/Edit/tests/actions.test.js +0 -18
  101. package/containers/Line/Edit/tests/index.test.js +0 -10
  102. package/containers/Line/Edit/tests/reducer.test.js +0 -9
  103. package/containers/Line/Edit/tests/sagas.test.js +0 -15
  104. package/containers/Line/Edit/tests/selectors.test.js +0 -10
  105. package/containers/Login/components/LoginForm/tests/index.test.js +0 -10
  106. package/containers/Login/tests/index.test.js +0 -10
  107. package/containers/Login/tests/sagas.test.js +0 -15
  108. package/containers/Login/tests/selectors.test.js +0 -10
  109. package/containers/MobilePush/Create/tests/actions.test.js +0 -18
  110. package/containers/MobilePush/Create/tests/index.test.js +0 -10
  111. package/containers/MobilePush/Create/tests/reducer.test.js +0 -9
  112. package/containers/MobilePush/Create/tests/sagas.test.js +0 -15
  113. package/containers/MobilePush/Create/tests/selectors.test.js +0 -10
  114. package/containers/MobilePush/Edit/tests/actions.test.js +0 -18
  115. package/containers/MobilePush/Edit/tests/index.test.js +0 -10
  116. package/containers/MobilePush/Edit/tests/reducer.test.js +0 -9
  117. package/containers/MobilePush/Edit/tests/sagas.test.js +0 -15
  118. package/containers/MobilePush/Edit/tests/selectors.test.js +0 -10
  119. package/containers/Sms/Create/tests/actions.test.js +0 -18
  120. package/containers/Sms/Create/tests/index.test.js +0 -10
  121. package/containers/Sms/Create/tests/reducer.test.js +0 -9
  122. package/containers/Sms/Create/tests/sagas.test.js +0 -15
  123. package/containers/Sms/Create/tests/selectors.test.js +0 -10
  124. package/containers/Sms/Edit/tests/actions.test.js +0 -18
  125. package/containers/Sms/Edit/tests/index.test.js +0 -10
  126. package/containers/Sms/Edit/tests/reducer.test.js +0 -9
  127. package/containers/Sms/Edit/tests/sagas.test.js +0 -15
  128. package/containers/Sms/Edit/tests/selectors.test.js +0 -10
  129. package/containers/TagList/tests/actions.test.js +0 -18
  130. package/containers/TagList/tests/index.test.js +0 -10
  131. package/containers/TagList/tests/reducer.test.js +0 -9
  132. package/containers/TagList/tests/sagas.test.js +0 -15
  133. package/containers/TagList/tests/selectors.test.js +0 -10
  134. package/containers/Templates/tests/actions.test.js +0 -18
  135. package/containers/Templates/tests/index.test.js +0 -10
  136. package/containers/Templates/tests/reducer.test.js +0 -9
  137. package/containers/Templates/tests/sagas.test.js +0 -15
  138. package/containers/Templates/tests/selectors.test.js +0 -10
  139. package/containers/Testv2/tests/actions.test.js +0 -18
  140. package/containers/Testv2/tests/index.test.js +0 -10
  141. package/containers/Testv2/tests/reducer.test.js +0 -9
  142. package/containers/Testv2/tests/sagas.test.js +0 -15
  143. package/containers/Testv2/tests/selectors.test.js +0 -10
  144. package/containers/WeChat/MapTemplates/tests/actions.test.js +0 -18
  145. package/containers/WeChat/MapTemplates/tests/index.test.js +0 -10
  146. package/containers/WeChat/MapTemplates/tests/reducer.test.js +0 -9
  147. package/containers/WeChat/MapTemplates/tests/sagas.test.js +0 -15
  148. package/containers/WeChat/MapTemplates/tests/selectors.test.js +0 -10
  149. package/containers/WeChat/RichmediaTemplates/Create/tests/actions.test.js +0 -18
  150. package/containers/WeChat/RichmediaTemplates/Create/tests/index.test.js +0 -10
  151. package/containers/WeChat/RichmediaTemplates/Create/tests/reducer.test.js +0 -9
  152. package/containers/WeChat/RichmediaTemplates/Create/tests/sagas.test.js +0 -15
  153. package/containers/WeChat/RichmediaTemplates/Create/tests/selectors.test.js +0 -10
  154. package/containers/WeChat/RichmediaTemplates/Edit/tests/actions.test.js +0 -18
  155. package/containers/WeChat/RichmediaTemplates/Edit/tests/index.test.js +0 -10
  156. package/containers/WeChat/RichmediaTemplates/Edit/tests/reducer.test.js +0 -9
  157. package/containers/WeChat/RichmediaTemplates/Edit/tests/sagas.test.js +0 -15
  158. package/containers/WeChat/RichmediaTemplates/Edit/tests/selectors.test.js +0 -10
  159. package/containers/WeChat/RichmediaTemplates/View/tests/actions.test.js +0 -18
  160. package/containers/WeChat/RichmediaTemplates/View/tests/index.test.js +0 -10
  161. package/containers/WeChat/RichmediaTemplates/View/tests/reducer.test.js +0 -9
  162. package/containers/WeChat/RichmediaTemplates/View/tests/sagas.test.js +0 -15
  163. package/containers/WeChat/RichmediaTemplates/View/tests/selectors.test.js +0 -10
  164. package/gtm/tests/events.test.js +0 -3
  165. package/v2Components/BreadCrumbs/tests/index.test.js +0 -10
  166. package/v2Components/CapActionButton/tests/__snapshots__/index.test.js.snap +0 -151
  167. package/v2Components/CapTagList/tests/index.test.js +0 -10
  168. package/v2Components/Card/tests/index.test.js +0 -10
  169. package/v2Components/CardGrid/tests/index.test.js +0 -10
  170. package/v2Components/Ckeditor/tests/index.test.js +0 -10
  171. package/v2Components/CmsTemplatesComponent/tests/index.test.js +0 -10
  172. package/v2Components/Component/tests/index.test.js +0 -10
  173. package/v2Components/CustomPopOver/tests/index.test.js +0 -10
  174. package/v2Components/Edmeditor/tests/index.test.js +0 -10
  175. package/v2Components/EmailPreview/tests/index.test.js +0 -10
  176. package/v2Components/Footer/tests/index.test.js +0 -10
  177. package/v2Components/FormBuilder/tests/index.test.js +0 -10
  178. package/v2Components/ImagePreview/tests/index.test.js +0 -10
  179. package/v2Components/MobilePushPreviewV2/tests/index.test.js +0 -10
  180. package/v2Components/NavigationBar/tests/index.test.js +0 -11
  181. package/v2Components/NewCallTask/tests/index.test.js +0 -10
  182. package/v2Components/Pagination/tests/index.test.js +0 -10
  183. package/v2Components/PreviewSideBar/tests/index.test.js +0 -10
  184. package/v2Components/SmsTest/tests/index.test.js +0 -10
  185. package/v2Components/TemplatePreview/WechatRichmediaTemplatePreview/tests/index.test.js +0 -10
  186. package/v2Components/Toastr/tests/index.test.js +0 -10
  187. package/v2Components/ToastrMessage/tests/index.test.js +0 -10
  188. package/v2Components/TopBar/tests/index.test.js +0 -10
  189. package/v2Containers/App/tests/actions.test.js +0 -18
  190. package/v2Containers/App/tests/reducer.test.js +0 -9
  191. package/v2Containers/App/tests/sagas.test.js +0 -15
  192. package/v2Containers/App/tests/selectors.test.js +0 -10
  193. package/v2Containers/Assets/Gallery/tests/index.test.js +0 -10
  194. package/v2Containers/Assets/Gallery/tests/sagas.test.js +0 -15
  195. package/v2Containers/Assets/Gallery/tests/selectors.test.js +0 -10
  196. package/v2Containers/BeeEditor/tests/index.test.js +0 -10
  197. package/v2Containers/CallTask/tests/actions.test.js +0 -18
  198. package/v2Containers/CallTask/tests/index.test.js +0 -10
  199. package/v2Containers/CallTask/tests/reducer.test.js +0 -9
  200. package/v2Containers/CallTask/tests/sagas.test.js +0 -15
  201. package/v2Containers/CallTask/tests/selectors.test.js +0 -10
  202. package/v2Containers/ChannelTemplates/tests/actions.test.js +0 -18
  203. package/v2Containers/ChannelTemplates/tests/index.test.js +0 -10
  204. package/v2Containers/ChannelTemplates/tests/reducer.test.js +0 -9
  205. package/v2Containers/ChannelTemplates/tests/sagas.test.js +0 -15
  206. package/v2Containers/ChannelTemplates/tests/selectors.test.js +0 -10
  207. package/v2Containers/CreativesContainer/tests/actions.test.js +0 -18
  208. package/v2Containers/CreativesContainer/tests/reducer.test.js +0 -9
  209. package/v2Containers/CreativesContainer/tests/sagas.test.js +0 -15
  210. package/v2Containers/CreativesContainer/tests/selectors.test.js +0 -10
  211. package/v2Containers/Dashboard/tests/actions.test.js +0 -18
  212. package/v2Containers/Dashboard/tests/index.test.js +0 -10
  213. package/v2Containers/Dashboard/tests/reducer.test.js +0 -9
  214. package/v2Containers/Dashboard/tests/sagas.test.js +0 -15
  215. package/v2Containers/Dashboard/tests/selectors.test.js +0 -10
  216. package/v2Containers/Ebill/tests/actions.test.js +0 -18
  217. package/v2Containers/Ebill/tests/index.test.js +0 -10
  218. package/v2Containers/Ebill/tests/reducer.test.js +0 -9
  219. package/v2Containers/Ebill/tests/sagas.test.js +0 -15
  220. package/v2Containers/Ebill/tests/selectors.test.js +0 -10
  221. package/v2Containers/Email/tests/actions.test.js +0 -18
  222. package/v2Containers/Email/tests/index.test.js +0 -10
  223. package/v2Containers/Email/tests/reducer.test.js +0 -9
  224. package/v2Containers/Email/tests/sagas.test.js +0 -15
  225. package/v2Containers/Email/tests/selectors.test.js +0 -10
  226. package/v2Containers/EmailWrapper/tests/actions.test.js +0 -18
  227. package/v2Containers/EmailWrapper/tests/index.test.js +0 -10
  228. package/v2Containers/EmailWrapper/tests/reducer.test.js +0 -9
  229. package/v2Containers/EmailWrapper/tests/sagas.test.js +0 -15
  230. package/v2Containers/EmailWrapper/tests/selectors.test.js +0 -10
  231. package/v2Containers/Login/components/LoginForm/tests/index.test.js +0 -10
  232. package/v2Containers/Login/tests/index.test.js +0 -10
  233. package/v2Containers/Login/tests/sagas.test.js +0 -15
  234. package/v2Containers/Login/tests/selectors.test.js +0 -10
  235. package/v2Containers/MobilePush/Create/tests/actions.test.js +0 -18
  236. package/v2Containers/MobilePush/Create/tests/index.test.js +0 -10
  237. package/v2Containers/MobilePush/Create/tests/reducer.test.js +0 -9
  238. package/v2Containers/MobilePush/Create/tests/sagas.test.js +0 -15
  239. package/v2Containers/MobilePush/Create/tests/selectors.test.js +0 -10
  240. package/v2Containers/MobilePush/Edit/tests/actions.test.js +0 -18
  241. package/v2Containers/MobilePush/Edit/tests/index.test.js +0 -10
  242. package/v2Containers/MobilePush/Edit/tests/reducer.test.js +0 -9
  243. package/v2Containers/MobilePush/Edit/tests/sagas.test.js +0 -15
  244. package/v2Containers/MobilePush/Edit/tests/selectors.test.js +0 -10
  245. package/v2Containers/MobilepushWrapper/tests/index.test.js +0 -10
  246. package/v2Containers/Sms/Create/tests/actions.test.js +0 -18
  247. package/v2Containers/Sms/Create/tests/index.test.js +0 -10
  248. package/v2Containers/Sms/Create/tests/reducer.test.js +0 -9
  249. package/v2Containers/Sms/Create/tests/sagas.test.js +0 -15
  250. package/v2Containers/Sms/Create/tests/selectors.test.js +0 -10
  251. package/v2Containers/Sms/Edit/tests/actions.test.js +0 -18
  252. package/v2Containers/Sms/Edit/tests/index.test.js +0 -10
  253. package/v2Containers/Sms/Edit/tests/reducer.test.js +0 -9
  254. package/v2Containers/Sms/Edit/tests/sagas.test.js +0 -15
  255. package/v2Containers/Sms/Edit/tests/selectors.test.js +0 -10
  256. package/v2Containers/SmsWrapper/tests/index.test.js +0 -10
  257. package/v2Containers/TagList/tests/actions.test.js +0 -18
  258. package/v2Containers/TagList/tests/index.test.js +0 -10
  259. package/v2Containers/TagList/tests/reducer.test.js +0 -9
  260. package/v2Containers/TagList/tests/sagas.test.js +0 -15
  261. package/v2Containers/TagList/tests/selectors.test.js +0 -10
  262. package/v2Containers/Templates/tests/actions.test.js +0 -18
  263. package/v2Containers/Templates/tests/reducer.test.js +0 -9
  264. package/v2Containers/Templates/tests/sagas.test.js +0 -15
  265. package/v2Containers/Templates/tests/selectors.test.js +0 -10
  266. package/v2Containers/TemplatesV2/tests/actions.test.js +0 -18
  267. package/v2Containers/TemplatesV2/tests/index.test.js +0 -10
  268. package/v2Containers/TemplatesV2/tests/reducer.test.js +0 -9
  269. package/v2Containers/TemplatesV2/tests/sagas.test.js +0 -15
  270. package/v2Containers/TemplatesV2/tests/selectors.test.js +0 -10
  271. package/v2Containers/Testv2/tests/actions.test.js +0 -18
  272. package/v2Containers/Testv2/tests/index.test.js +0 -10
  273. package/v2Containers/Testv2/tests/reducer.test.js +0 -9
  274. package/v2Containers/Testv2/tests/sagas.test.js +0 -15
  275. package/v2Containers/Testv2/tests/selectors.test.js +0 -10
  276. package/v2Containers/WeChat/MapTemplates/tests/actions.test.js +0 -18
  277. package/v2Containers/WeChat/MapTemplates/tests/index.test.js +0 -10
  278. package/v2Containers/WeChat/MapTemplates/tests/reducer.test.js +0 -9
  279. package/v2Containers/WeChat/MapTemplates/tests/sagas.test.js +0 -15
  280. package/v2Containers/WeChat/MapTemplates/tests/selectors.test.js +0 -10
  281. package/v2Containers/WeChat/RichmediaTemplates/Create/tests/actions.test.js +0 -18
  282. package/v2Containers/WeChat/RichmediaTemplates/Create/tests/index.test.js +0 -10
  283. package/v2Containers/WeChat/RichmediaTemplates/Create/tests/reducer.test.js +0 -9
  284. package/v2Containers/WeChat/RichmediaTemplates/Create/tests/sagas.test.js +0 -15
  285. package/v2Containers/WeChat/RichmediaTemplates/Create/tests/selectors.test.js +0 -10
  286. package/v2Containers/WeChat/RichmediaTemplates/Edit/tests/actions.test.js +0 -18
  287. package/v2Containers/WeChat/RichmediaTemplates/Edit/tests/index.test.js +0 -10
  288. package/v2Containers/WeChat/RichmediaTemplates/Edit/tests/reducer.test.js +0 -9
  289. package/v2Containers/WeChat/RichmediaTemplates/Edit/tests/sagas.test.js +0 -15
  290. package/v2Containers/WeChat/RichmediaTemplates/Edit/tests/selectors.test.js +0 -10
  291. package/v2Containers/WeChat/RichmediaTemplates/View/tests/actions.test.js +0 -18
  292. package/v2Containers/WeChat/RichmediaTemplates/View/tests/index.test.js +0 -10
  293. package/v2Containers/WeChat/RichmediaTemplates/View/tests/reducer.test.js +0 -9
  294. package/v2Containers/WeChat/RichmediaTemplates/View/tests/sagas.test.js +0 -15
  295. package/v2Containers/WeChat/RichmediaTemplates/View/tests/selectors.test.js +0 -10
@@ -263,7 +263,7 @@ new message content."
263
263
  values={Object {}}
264
264
  />
265
265
  }
266
- descriptionClassName="whatsapp-illustration-desc"
266
+ descriptionClassName="illustration-desc"
267
267
  descriptionPosition="bottom"
268
268
  illustrationImage="test-file-stub"
269
269
  onClick={[Function]}
@@ -316,13 +316,13 @@ new message content."
316
316
  centered={true}
317
317
  className="delete-template-confirm"
318
318
  closeText="Cancel"
319
- okText="Yes"
319
+ okText="Yes, delete"
320
320
  onCancel={[Function]}
321
321
  onOk={[Function]}
322
322
  title="Confirm delete template"
323
323
  visible={false}
324
324
  >
325
- Are you sure you want to delete this template?
325
+ Are you sure you wish to delete this template?
326
326
  </Wrapper>
327
327
  </CapRow>
328
328
  </div>
@@ -521,17 +521,19 @@ exports[`Test Templates container Should render temlates when whatsapp templates
521
521
  Array [
522
522
  Object {
523
523
  "content": <React.Fragment>
524
- <CapLabel
525
- type="label9"
526
- >
527
- $'asdasd
524
+ <React.Fragment>
525
+ <CapLabel
526
+ type="label9"
527
+ >
528
+ $'asdasd
528
529
  C
529
- </CapLabel>
530
- <CapLabel
531
- type="label1"
532
- >
533
- lick {{unsubscribe}} to unsubscribe'
534
- </CapLabel>
530
+ </CapLabel>
531
+ <CapLabel
532
+ type="label1"
533
+ >
534
+ lick {{unsubscribe}} to unsubscribe'
535
+ </CapLabel>
536
+ </React.Fragment>
535
537
  </React.Fragment>,
536
538
  "extra": Array [
537
539
  <CapIcon
@@ -607,17 +609,19 @@ Click {{1}} to unsubscribe'",
607
609
  },
608
610
  Object {
609
611
  "content": <React.Fragment>
610
- <CapLabel
611
- type="label9"
612
- >
613
- $'!@#$%^&*_
612
+ <React.Fragment>
613
+ <CapLabel
614
+ type="label9"
615
+ >
616
+ $'!@#$%^&*_
614
617
  C
615
- </CapLabel>
616
- <CapLabel
617
- type="label1"
618
- >
619
- lick {{unsubscribe}} to unsubscribe'
620
- </CapLabel>
618
+ </CapLabel>
619
+ <CapLabel
620
+ type="label1"
621
+ >
622
+ lick {{unsubscribe}} to unsubscribe'
623
+ </CapLabel>
624
+ </React.Fragment>
621
625
  </React.Fragment>,
622
626
  "extra": Array [
623
627
  <CapIcon
@@ -693,17 +697,19 @@ Click {{1}} to unsubscribe'",
693
697
  },
694
698
  Object {
695
699
  "content": <React.Fragment>
696
- <CapLabel
697
- type="label9"
698
- >
699
- $'!@#$%^&*()_+
700
+ <React.Fragment>
701
+ <CapLabel
702
+ type="label9"
703
+ >
704
+ $'!@#$%^&*()_+
700
705
  C
701
- </CapLabel>
702
- <CapLabel
703
- type="label1"
704
- >
705
- lick {{unsubscribe}} to unsubscribe'
706
- </CapLabel>
706
+ </CapLabel>
707
+ <CapLabel
708
+ type="label1"
709
+ >
710
+ lick {{unsubscribe}} to unsubscribe'
711
+ </CapLabel>
712
+ </React.Fragment>
707
713
  </React.Fragment>,
708
714
  "extra": Array [
709
715
  <CapIcon
@@ -779,17 +785,19 @@ Click {{1}} to unsubscribe'",
779
785
  },
780
786
  Object {
781
787
  "content": <React.Fragment>
782
- <CapLabel
783
- type="label9"
784
- >
785
- $'!@#$%^&*()_+
788
+ <React.Fragment>
789
+ <CapLabel
790
+ type="label9"
791
+ >
792
+ $'!@#$%^&*()_+
786
793
  C
787
- </CapLabel>
788
- <CapLabel
789
- type="label1"
790
- >
791
- lick {{unsubscribe}} to unsubscribe'
792
- </CapLabel>
794
+ </CapLabel>
795
+ <CapLabel
796
+ type="label1"
797
+ >
798
+ lick {{unsubscribe}} to unsubscribe'
799
+ </CapLabel>
800
+ </React.Fragment>
793
801
  </React.Fragment>,
794
802
  "extra": Array [
795
803
  <CapIcon
@@ -865,17 +873,19 @@ Click {{1}} to unsubscribe'",
865
873
  },
866
874
  Object {
867
875
  "content": <React.Fragment>
868
- <CapLabel
869
- type="label9"
870
- >
871
- $'dfsdfdsf
876
+ <React.Fragment>
877
+ <CapLabel
878
+ type="label9"
879
+ >
880
+ $'dfsdfdsf
872
881
  C
873
- </CapLabel>
874
- <CapLabel
875
- type="label1"
876
- >
877
- lick {{unsubscribe}} to unsubscribe'
878
- </CapLabel>
882
+ </CapLabel>
883
+ <CapLabel
884
+ type="label1"
885
+ >
886
+ lick {{unsubscribe}} to unsubscribe'
887
+ </CapLabel>
888
+ </React.Fragment>
879
889
  </React.Fragment>,
880
890
  "extra": Array [
881
891
  <CapIcon
@@ -952,10 +962,11 @@ Click {{1}} to unsubscribe'",
952
962
  },
953
963
  Object {
954
964
  "content": <React.Fragment>
955
- <CapLabel
956
- type="label9"
957
- >
958
- $'Purchase successful @ {{1}}
965
+ <React.Fragment>
966
+ <CapLabel
967
+ type="label9"
968
+ >
969
+ $'Purchase successful @ {{1}}
959
970
  Congrats!!
960
971
  {{2}} added to your Vishal Mega Mart account
961
972
  Redeem on {{3}}
@@ -963,12 +974,13 @@ Valid only for {{4}}
963
974
  Terms and conditions apply
964
975
  {{5}}
965
976
  C
966
- </CapLabel>
967
- <CapLabel
968
- type="label1"
969
- >
970
- lick {{unsubscribe}} to unsubscribe'
971
- </CapLabel>
977
+ </CapLabel>
978
+ <CapLabel
979
+ type="label1"
980
+ >
981
+ lick {{unsubscribe}} to unsubscribe'
982
+ </CapLabel>
983
+ </React.Fragment>
972
984
  </React.Fragment>,
973
985
  "extra": Array [
974
986
  <CapIcon
@@ -1050,17 +1062,19 @@ Click {{6}} to unsubscribe'",
1050
1062
  },
1051
1063
  Object {
1052
1064
  "content": <React.Fragment>
1053
- <CapLabel
1054
- type="label9"
1055
- >
1056
- $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
1065
+ <React.Fragment>
1066
+ <CapLabel
1067
+ type="label9"
1068
+ >
1069
+ $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
1057
1070
  C
1058
- </CapLabel>
1059
- <CapLabel
1060
- type="label1"
1061
- >
1062
- lick {{unsubscribe}} to unsubscribe'
1063
- </CapLabel>
1071
+ </CapLabel>
1072
+ <CapLabel
1073
+ type="label1"
1074
+ >
1075
+ lick {{unsubscribe}} to unsubscribe'
1076
+ </CapLabel>
1077
+ </React.Fragment>
1064
1078
  </React.Fragment>,
1065
1079
  "extra": Array [
1066
1080
  <CapIcon
@@ -1136,17 +1150,19 @@ Click {{5}} to unsubscribe'",
1136
1150
  },
1137
1151
  Object {
1138
1152
  "content": <React.Fragment>
1139
- <CapLabel
1140
- type="label9"
1141
- >
1142
- $'Dear Customer you have been opted out to receive messages from us. To Opt in give a missed call at +918067006166. Don't miss out on our offers & SHOP FOR FREE!
1153
+ <React.Fragment>
1154
+ <CapLabel
1155
+ type="label9"
1156
+ >
1157
+ $'Dear Customer you have been opted out to receive messages from us. To Opt in give a missed call at +918067006166. Don't miss out on our offers & SHOP FOR FREE!
1143
1158
  C
1144
- </CapLabel>
1145
- <CapLabel
1146
- type="label1"
1147
- >
1148
- lick {{unsubscribe}} to unsubscribe'
1149
- </CapLabel>
1159
+ </CapLabel>
1160
+ <CapLabel
1161
+ type="label1"
1162
+ >
1163
+ lick {{unsubscribe}} to unsubscribe'
1164
+ </CapLabel>
1165
+ </React.Fragment>
1150
1166
  </React.Fragment>,
1151
1167
  "extra": Array [
1152
1168
  <CapIcon
@@ -1222,18 +1238,20 @@ Click {{1}} to unsubscribe'",
1222
1238
  },
1223
1239
  Object {
1224
1240
  "content": <React.Fragment>
1225
- <CapLabel
1226
- type="label9"
1227
- >
1228
- $'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
1241
+ <React.Fragment>
1242
+ <CapLabel
1243
+ type="label9"
1244
+ >
1245
+ $'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
1229
1246
  T&C
1230
1247
  C
1231
- </CapLabel>
1232
- <CapLabel
1233
- type="label1"
1234
- >
1235
- lick {{unsubscribe}} to unsubscribe'
1236
- </CapLabel>
1248
+ </CapLabel>
1249
+ <CapLabel
1250
+ type="label1"
1251
+ >
1252
+ lick {{unsubscribe}} to unsubscribe'
1253
+ </CapLabel>
1254
+ </React.Fragment>
1237
1255
  </React.Fragment>,
1238
1256
  "extra": Array [
1239
1257
  <CapIcon
@@ -1364,13 +1382,13 @@ Click {{3}} to unsubscribe'",
1364
1382
  centered={true}
1365
1383
  className="delete-template-confirm"
1366
1384
  closeText="Cancel"
1367
- okText="Yes"
1385
+ okText="Yes, delete"
1368
1386
  onCancel={[Function]}
1369
1387
  onOk={[Function]}
1370
1388
  title="Confirm delete template"
1371
1389
  visible={false}
1372
1390
  >
1373
- Are you sure you want to delete this template?
1391
+ Are you sure you wish to delete this template?
1374
1392
  </Wrapper>
1375
1393
  </CapRow>
1376
1394
  </div>
@@ -1625,17 +1643,19 @@ exports[`Test Templates container Should render temlates when whatsapp templates
1625
1643
  Array [
1626
1644
  Object {
1627
1645
  "content": <React.Fragment>
1628
- <CapLabel
1629
- type="label9"
1630
- >
1631
- $'asdasd
1646
+ <React.Fragment>
1647
+ <CapLabel
1648
+ type="label9"
1649
+ >
1650
+ $'asdasd
1632
1651
  C
1633
- </CapLabel>
1634
- <CapLabel
1635
- type="label1"
1636
- >
1637
- lick {{unsubscribe}} to unsubscribe'
1638
- </CapLabel>
1652
+ </CapLabel>
1653
+ <CapLabel
1654
+ type="label1"
1655
+ >
1656
+ lick {{unsubscribe}} to unsubscribe'
1657
+ </CapLabel>
1658
+ </React.Fragment>
1639
1659
  </React.Fragment>,
1640
1660
  "extra": Array [
1641
1661
  <CapIcon
@@ -1711,17 +1731,19 @@ Click {{1}} to unsubscribe'",
1711
1731
  },
1712
1732
  Object {
1713
1733
  "content": <React.Fragment>
1714
- <CapLabel
1715
- type="label9"
1716
- >
1717
- $'!@#$%^&*_
1734
+ <React.Fragment>
1735
+ <CapLabel
1736
+ type="label9"
1737
+ >
1738
+ $'!@#$%^&*_
1718
1739
  C
1719
- </CapLabel>
1720
- <CapLabel
1721
- type="label1"
1722
- >
1723
- lick {{unsubscribe}} to unsubscribe'
1724
- </CapLabel>
1740
+ </CapLabel>
1741
+ <CapLabel
1742
+ type="label1"
1743
+ >
1744
+ lick {{unsubscribe}} to unsubscribe'
1745
+ </CapLabel>
1746
+ </React.Fragment>
1725
1747
  </React.Fragment>,
1726
1748
  "extra": Array [
1727
1749
  <CapIcon
@@ -1797,17 +1819,19 @@ Click {{1}} to unsubscribe'",
1797
1819
  },
1798
1820
  Object {
1799
1821
  "content": <React.Fragment>
1800
- <CapLabel
1801
- type="label9"
1802
- >
1803
- $'!@#$%^&*()_+
1822
+ <React.Fragment>
1823
+ <CapLabel
1824
+ type="label9"
1825
+ >
1826
+ $'!@#$%^&*()_+
1804
1827
  C
1805
- </CapLabel>
1806
- <CapLabel
1807
- type="label1"
1808
- >
1809
- lick {{unsubscribe}} to unsubscribe'
1810
- </CapLabel>
1828
+ </CapLabel>
1829
+ <CapLabel
1830
+ type="label1"
1831
+ >
1832
+ lick {{unsubscribe}} to unsubscribe'
1833
+ </CapLabel>
1834
+ </React.Fragment>
1811
1835
  </React.Fragment>,
1812
1836
  "extra": Array [
1813
1837
  <CapIcon
@@ -1883,17 +1907,19 @@ Click {{1}} to unsubscribe'",
1883
1907
  },
1884
1908
  Object {
1885
1909
  "content": <React.Fragment>
1886
- <CapLabel
1887
- type="label9"
1888
- >
1889
- $'!@#$%^&*()_+
1910
+ <React.Fragment>
1911
+ <CapLabel
1912
+ type="label9"
1913
+ >
1914
+ $'!@#$%^&*()_+
1890
1915
  C
1891
- </CapLabel>
1892
- <CapLabel
1893
- type="label1"
1894
- >
1895
- lick {{unsubscribe}} to unsubscribe'
1896
- </CapLabel>
1916
+ </CapLabel>
1917
+ <CapLabel
1918
+ type="label1"
1919
+ >
1920
+ lick {{unsubscribe}} to unsubscribe'
1921
+ </CapLabel>
1922
+ </React.Fragment>
1897
1923
  </React.Fragment>,
1898
1924
  "extra": Array [
1899
1925
  <CapIcon
@@ -1969,17 +1995,19 @@ Click {{1}} to unsubscribe'",
1969
1995
  },
1970
1996
  Object {
1971
1997
  "content": <React.Fragment>
1972
- <CapLabel
1973
- type="label9"
1974
- >
1975
- $'dfsdfdsf
1998
+ <React.Fragment>
1999
+ <CapLabel
2000
+ type="label9"
2001
+ >
2002
+ $'dfsdfdsf
1976
2003
  C
1977
- </CapLabel>
1978
- <CapLabel
1979
- type="label1"
1980
- >
1981
- lick {{unsubscribe}} to unsubscribe'
1982
- </CapLabel>
2004
+ </CapLabel>
2005
+ <CapLabel
2006
+ type="label1"
2007
+ >
2008
+ lick {{unsubscribe}} to unsubscribe'
2009
+ </CapLabel>
2010
+ </React.Fragment>
1983
2011
  </React.Fragment>,
1984
2012
  "extra": Array [
1985
2013
  <CapIcon
@@ -2056,10 +2084,11 @@ Click {{1}} to unsubscribe'",
2056
2084
  },
2057
2085
  Object {
2058
2086
  "content": <React.Fragment>
2059
- <CapLabel
2060
- type="label9"
2061
- >
2062
- $'Purchase successful @ {{1}}
2087
+ <React.Fragment>
2088
+ <CapLabel
2089
+ type="label9"
2090
+ >
2091
+ $'Purchase successful @ {{1}}
2063
2092
  Congrats!!
2064
2093
  {{2}} added to your Vishal Mega Mart account
2065
2094
  Redeem on {{3}}
@@ -2067,12 +2096,13 @@ Valid only for {{4}}
2067
2096
  Terms and conditions apply
2068
2097
  {{5}}
2069
2098
  C
2070
- </CapLabel>
2071
- <CapLabel
2072
- type="label1"
2073
- >
2074
- lick {{unsubscribe}} to unsubscribe'
2075
- </CapLabel>
2099
+ </CapLabel>
2100
+ <CapLabel
2101
+ type="label1"
2102
+ >
2103
+ lick {{unsubscribe}} to unsubscribe'
2104
+ </CapLabel>
2105
+ </React.Fragment>
2076
2106
  </React.Fragment>,
2077
2107
  "extra": Array [
2078
2108
  <CapIcon
@@ -2154,17 +2184,19 @@ Click {{6}} to unsubscribe'",
2154
2184
  },
2155
2185
  Object {
2156
2186
  "content": <React.Fragment>
2157
- <CapLabel
2158
- type="label9"
2159
- >
2160
- $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
2187
+ <React.Fragment>
2188
+ <CapLabel
2189
+ type="label9"
2190
+ >
2191
+ $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
2161
2192
  C
2162
- </CapLabel>
2163
- <CapLabel
2164
- type="label1"
2165
- >
2166
- lick {{unsubscribe}} to unsubscribe'
2167
- </CapLabel>
2193
+ </CapLabel>
2194
+ <CapLabel
2195
+ type="label1"
2196
+ >
2197
+ lick {{unsubscribe}} to unsubscribe'
2198
+ </CapLabel>
2199
+ </React.Fragment>
2168
2200
  </React.Fragment>,
2169
2201
  "extra": Array [
2170
2202
  <CapIcon
@@ -2240,17 +2272,19 @@ Click {{5}} to unsubscribe'",
2240
2272
  },
2241
2273
  Object {
2242
2274
  "content": <React.Fragment>
2243
- <CapLabel
2244
- type="label9"
2245
- >
2246
- $'Dear Customer you have been opted out to receive messages from us. To Opt in give a missed call at +918067006166. Don't miss out on our offers & SHOP FOR FREE!
2275
+ <React.Fragment>
2276
+ <CapLabel
2277
+ type="label9"
2278
+ >
2279
+ $'Dear Customer you have been opted out to receive messages from us. To Opt in give a missed call at +918067006166. Don't miss out on our offers & SHOP FOR FREE!
2247
2280
  C
2248
- </CapLabel>
2249
- <CapLabel
2250
- type="label1"
2251
- >
2252
- lick {{unsubscribe}} to unsubscribe'
2253
- </CapLabel>
2281
+ </CapLabel>
2282
+ <CapLabel
2283
+ type="label1"
2284
+ >
2285
+ lick {{unsubscribe}} to unsubscribe'
2286
+ </CapLabel>
2287
+ </React.Fragment>
2254
2288
  </React.Fragment>,
2255
2289
  "extra": Array [
2256
2290
  <CapIcon
@@ -2326,18 +2360,20 @@ Click {{1}} to unsubscribe'",
2326
2360
  },
2327
2361
  Object {
2328
2362
  "content": <React.Fragment>
2329
- <CapLabel
2330
- type="label9"
2331
- >
2332
- $'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
2363
+ <React.Fragment>
2364
+ <CapLabel
2365
+ type="label9"
2366
+ >
2367
+ $'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
2333
2368
  T&C
2334
2369
  C
2335
- </CapLabel>
2336
- <CapLabel
2337
- type="label1"
2338
- >
2339
- lick {{unsubscribe}} to unsubscribe'
2340
- </CapLabel>
2370
+ </CapLabel>
2371
+ <CapLabel
2372
+ type="label1"
2373
+ >
2374
+ lick {{unsubscribe}} to unsubscribe'
2375
+ </CapLabel>
2376
+ </React.Fragment>
2341
2377
  </React.Fragment>,
2342
2378
  "extra": Array [
2343
2379
  <CapIcon
@@ -2468,13 +2504,13 @@ Click {{3}} to unsubscribe'",
2468
2504
  centered={true}
2469
2505
  className="delete-template-confirm"
2470
2506
  closeText="Cancel"
2471
- okText="Yes"
2507
+ okText="Yes, delete"
2472
2508
  onCancel={[Function]}
2473
2509
  onOk={[Function]}
2474
2510
  title="Confirm delete template"
2475
2511
  visible={false}
2476
2512
  >
2477
- Are you sure you want to delete this template?
2513
+ Are you sure you wish to delete this template?
2478
2514
  </Wrapper>
2479
2515
  </CapRow>
2480
2516
  </div>
@@ -2729,17 +2765,19 @@ exports[`Test Templates container Test max templates exceeded 1`] = `
2729
2765
  Array [
2730
2766
  Object {
2731
2767
  "content": <React.Fragment>
2732
- <CapLabel
2733
- type="label9"
2734
- >
2735
- $'asdasd
2768
+ <React.Fragment>
2769
+ <CapLabel
2770
+ type="label9"
2771
+ >
2772
+ $'asdasd
2736
2773
  C
2737
- </CapLabel>
2738
- <CapLabel
2739
- type="label1"
2740
- >
2741
- lick {{unsubscribe}} to unsubscribe'
2742
- </CapLabel>
2774
+ </CapLabel>
2775
+ <CapLabel
2776
+ type="label1"
2777
+ >
2778
+ lick {{unsubscribe}} to unsubscribe'
2779
+ </CapLabel>
2780
+ </React.Fragment>
2743
2781
  </React.Fragment>,
2744
2782
  "extra": Array [
2745
2783
  <CapIcon
@@ -2869,13 +2907,13 @@ Click {{1}} to unsubscribe'",
2869
2907
  centered={true}
2870
2908
  className="delete-template-confirm"
2871
2909
  closeText="Cancel"
2872
- okText="Yes"
2910
+ okText="Yes, delete"
2873
2911
  onCancel={[Function]}
2874
2912
  onOk={[Function]}
2875
2913
  title="Confirm delete template"
2876
2914
  visible={false}
2877
2915
  >
2878
- Are you sure you want to delete this template?
2916
+ Are you sure you wish to delete this template?
2879
2917
  </Wrapper>
2880
2918
  </CapRow>
2881
2919
  </div>
@@ -3112,17 +3150,19 @@ exports[`Test Templates container Test max templates warning 1`] = `
3112
3150
  Array [
3113
3151
  Object {
3114
3152
  "content": <React.Fragment>
3115
- <CapLabel
3116
- type="label9"
3117
- >
3118
- $'asdasd
3153
+ <React.Fragment>
3154
+ <CapLabel
3155
+ type="label9"
3156
+ >
3157
+ $'asdasd
3119
3158
  C
3120
- </CapLabel>
3121
- <CapLabel
3122
- type="label1"
3123
- >
3124
- lick {{unsubscribe}} to unsubscribe'
3125
- </CapLabel>
3159
+ </CapLabel>
3160
+ <CapLabel
3161
+ type="label1"
3162
+ >
3163
+ lick {{unsubscribe}} to unsubscribe'
3164
+ </CapLabel>
3165
+ </React.Fragment>
3126
3166
  </React.Fragment>,
3127
3167
  "extra": Array [
3128
3168
  <CapIcon
@@ -3252,20 +3292,20 @@ Click {{1}} to unsubscribe'",
3252
3292
  centered={true}
3253
3293
  className="delete-template-confirm"
3254
3294
  closeText="Cancel"
3255
- okText="Yes"
3295
+ okText="Yes, delete"
3256
3296
  onCancel={[Function]}
3257
3297
  onOk={[Function]}
3258
3298
  title="Confirm delete template"
3259
3299
  visible={false}
3260
3300
  >
3261
- Are you sure you want to delete this template?
3301
+ Are you sure you wish to delete this template?
3262
3302
  </Wrapper>
3263
3303
  </CapRow>
3264
3304
  </div>
3265
3305
  </Fragment>
3266
3306
  `;
3267
3307
 
3268
- exports[`Test Templates container Test removing all whatsapp filters 1`] = `
3308
+ exports[`Test Templates container Test removing all whatsapp filterss 1`] = `
3269
3309
  <Fragment>
3270
3310
  <div
3271
3311
  className="creatives-templates-list library-mode"
@@ -3487,17 +3527,19 @@ exports[`Test Templates container Test removing all whatsapp filters 1`] = `
3487
3527
  Array [
3488
3528
  Object {
3489
3529
  "content": <React.Fragment>
3490
- <CapLabel
3491
- type="label9"
3492
- >
3493
- $'!@#$%^&*()_+
3530
+ <React.Fragment>
3531
+ <CapLabel
3532
+ type="label9"
3533
+ >
3534
+ $'!@#$%^&*()_+
3494
3535
  C
3495
- </CapLabel>
3496
- <CapLabel
3497
- type="label1"
3498
- >
3499
- lick {{unsubscribe}} to unsubscribe'
3500
- </CapLabel>
3536
+ </CapLabel>
3537
+ <CapLabel
3538
+ type="label1"
3539
+ >
3540
+ lick {{unsubscribe}} to unsubscribe'
3541
+ </CapLabel>
3542
+ </React.Fragment>
3501
3543
  </React.Fragment>,
3502
3544
  "extra": Array [
3503
3545
  <CapIcon
@@ -3573,17 +3615,19 @@ Click {{1}} to unsubscribe'",
3573
3615
  },
3574
3616
  Object {
3575
3617
  "content": <React.Fragment>
3576
- <CapLabel
3577
- type="label9"
3578
- >
3579
- $'dfsdfdsf
3618
+ <React.Fragment>
3619
+ <CapLabel
3620
+ type="label9"
3621
+ >
3622
+ $'dfsdfdsf
3580
3623
  C
3581
- </CapLabel>
3582
- <CapLabel
3583
- type="label1"
3584
- >
3585
- lick {{unsubscribe}} to unsubscribe'
3586
- </CapLabel>
3624
+ </CapLabel>
3625
+ <CapLabel
3626
+ type="label1"
3627
+ >
3628
+ lick {{unsubscribe}} to unsubscribe'
3629
+ </CapLabel>
3630
+ </React.Fragment>
3587
3631
  </React.Fragment>,
3588
3632
  "extra": Array [
3589
3633
  <CapIcon
@@ -3714,20 +3758,20 @@ Click {{1}} to unsubscribe'",
3714
3758
  centered={true}
3715
3759
  className="delete-template-confirm"
3716
3760
  closeText="Cancel"
3717
- okText="Yes"
3761
+ okText="Yes, delete"
3718
3762
  onCancel={[Function]}
3719
3763
  onOk={[Function]}
3720
3764
  title="Confirm delete template"
3721
3765
  visible={false}
3722
3766
  >
3723
- Are you sure you want to delete this template?
3767
+ Are you sure you wish to delete this template?
3724
3768
  </Wrapper>
3725
3769
  </CapRow>
3726
3770
  </div>
3727
3771
  </Fragment>
3728
3772
  `;
3729
3773
 
3730
- exports[`Test Templates container Test removing all whatsapp filters 2`] = `
3774
+ exports[`Test Templates container Test removing all whatsapp filterss 2`] = `
3731
3775
  <Fragment>
3732
3776
  <div
3733
3777
  className="creatives-templates-list library-mode"
@@ -3919,17 +3963,19 @@ exports[`Test Templates container Test removing all whatsapp filters 2`] = `
3919
3963
  Array [
3920
3964
  Object {
3921
3965
  "content": <React.Fragment>
3922
- <CapLabel
3923
- type="label9"
3924
- >
3925
- $'asdasd
3966
+ <React.Fragment>
3967
+ <CapLabel
3968
+ type="label9"
3969
+ >
3970
+ $'asdasd
3926
3971
  C
3927
- </CapLabel>
3928
- <CapLabel
3929
- type="label1"
3930
- >
3931
- lick {{unsubscribe}} to unsubscribe'
3932
- </CapLabel>
3972
+ </CapLabel>
3973
+ <CapLabel
3974
+ type="label1"
3975
+ >
3976
+ lick {{unsubscribe}} to unsubscribe'
3977
+ </CapLabel>
3978
+ </React.Fragment>
3933
3979
  </React.Fragment>,
3934
3980
  "extra": Array [
3935
3981
  <CapIcon
@@ -4005,17 +4051,19 @@ Click {{1}} to unsubscribe'",
4005
4051
  },
4006
4052
  Object {
4007
4053
  "content": <React.Fragment>
4008
- <CapLabel
4009
- type="label9"
4010
- >
4011
- $'!@#$%^&*_
4054
+ <React.Fragment>
4055
+ <CapLabel
4056
+ type="label9"
4057
+ >
4058
+ $'!@#$%^&*_
4012
4059
  C
4013
- </CapLabel>
4014
- <CapLabel
4015
- type="label1"
4016
- >
4017
- lick {{unsubscribe}} to unsubscribe'
4018
- </CapLabel>
4060
+ </CapLabel>
4061
+ <CapLabel
4062
+ type="label1"
4063
+ >
4064
+ lick {{unsubscribe}} to unsubscribe'
4065
+ </CapLabel>
4066
+ </React.Fragment>
4019
4067
  </React.Fragment>,
4020
4068
  "extra": Array [
4021
4069
  <CapIcon
@@ -4091,17 +4139,19 @@ Click {{1}} to unsubscribe'",
4091
4139
  },
4092
4140
  Object {
4093
4141
  "content": <React.Fragment>
4094
- <CapLabel
4095
- type="label9"
4096
- >
4097
- $'!@#$%^&*()_+
4142
+ <React.Fragment>
4143
+ <CapLabel
4144
+ type="label9"
4145
+ >
4146
+ $'!@#$%^&*()_+
4098
4147
  C
4099
- </CapLabel>
4100
- <CapLabel
4101
- type="label1"
4102
- >
4103
- lick {{unsubscribe}} to unsubscribe'
4104
- </CapLabel>
4148
+ </CapLabel>
4149
+ <CapLabel
4150
+ type="label1"
4151
+ >
4152
+ lick {{unsubscribe}} to unsubscribe'
4153
+ </CapLabel>
4154
+ </React.Fragment>
4105
4155
  </React.Fragment>,
4106
4156
  "extra": Array [
4107
4157
  <CapIcon
@@ -4177,17 +4227,19 @@ Click {{1}} to unsubscribe'",
4177
4227
  },
4178
4228
  Object {
4179
4229
  "content": <React.Fragment>
4180
- <CapLabel
4181
- type="label9"
4182
- >
4183
- $'!@#$%^&*()_+
4230
+ <React.Fragment>
4231
+ <CapLabel
4232
+ type="label9"
4233
+ >
4234
+ $'!@#$%^&*()_+
4184
4235
  C
4185
- </CapLabel>
4186
- <CapLabel
4187
- type="label1"
4188
- >
4189
- lick {{unsubscribe}} to unsubscribe'
4190
- </CapLabel>
4236
+ </CapLabel>
4237
+ <CapLabel
4238
+ type="label1"
4239
+ >
4240
+ lick {{unsubscribe}} to unsubscribe'
4241
+ </CapLabel>
4242
+ </React.Fragment>
4191
4243
  </React.Fragment>,
4192
4244
  "extra": Array [
4193
4245
  <CapIcon
@@ -4263,17 +4315,19 @@ Click {{1}} to unsubscribe'",
4263
4315
  },
4264
4316
  Object {
4265
4317
  "content": <React.Fragment>
4266
- <CapLabel
4267
- type="label9"
4268
- >
4269
- $'dfsdfdsf
4318
+ <React.Fragment>
4319
+ <CapLabel
4320
+ type="label9"
4321
+ >
4322
+ $'dfsdfdsf
4270
4323
  C
4271
- </CapLabel>
4272
- <CapLabel
4273
- type="label1"
4274
- >
4275
- lick {{unsubscribe}} to unsubscribe'
4276
- </CapLabel>
4324
+ </CapLabel>
4325
+ <CapLabel
4326
+ type="label1"
4327
+ >
4328
+ lick {{unsubscribe}} to unsubscribe'
4329
+ </CapLabel>
4330
+ </React.Fragment>
4277
4331
  </React.Fragment>,
4278
4332
  "extra": Array [
4279
4333
  <CapIcon
@@ -4350,10 +4404,11 @@ Click {{1}} to unsubscribe'",
4350
4404
  },
4351
4405
  Object {
4352
4406
  "content": <React.Fragment>
4353
- <CapLabel
4354
- type="label9"
4355
- >
4356
- $'Purchase successful @ {{1}}
4407
+ <React.Fragment>
4408
+ <CapLabel
4409
+ type="label9"
4410
+ >
4411
+ $'Purchase successful @ {{1}}
4357
4412
  Congrats!!
4358
4413
  {{2}} added to your Vishal Mega Mart account
4359
4414
  Redeem on {{3}}
@@ -4361,12 +4416,13 @@ Valid only for {{4}}
4361
4416
  Terms and conditions apply
4362
4417
  {{5}}
4363
4418
  C
4364
- </CapLabel>
4365
- <CapLabel
4366
- type="label1"
4367
- >
4368
- lick {{unsubscribe}} to unsubscribe'
4369
- </CapLabel>
4419
+ </CapLabel>
4420
+ <CapLabel
4421
+ type="label1"
4422
+ >
4423
+ lick {{unsubscribe}} to unsubscribe'
4424
+ </CapLabel>
4425
+ </React.Fragment>
4370
4426
  </React.Fragment>,
4371
4427
  "extra": Array [
4372
4428
  <CapIcon
@@ -4448,17 +4504,19 @@ Click {{6}} to unsubscribe'",
4448
4504
  },
4449
4505
  Object {
4450
4506
  "content": <React.Fragment>
4451
- <CapLabel
4452
- type="label9"
4453
- >
4454
- $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
4507
+ <React.Fragment>
4508
+ <CapLabel
4509
+ type="label9"
4510
+ >
4511
+ $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
4455
4512
  C
4456
- </CapLabel>
4457
- <CapLabel
4458
- type="label1"
4459
- >
4460
- lick {{unsubscribe}} to unsubscribe'
4461
- </CapLabel>
4513
+ </CapLabel>
4514
+ <CapLabel
4515
+ type="label1"
4516
+ >
4517
+ lick {{unsubscribe}} to unsubscribe'
4518
+ </CapLabel>
4519
+ </React.Fragment>
4462
4520
  </React.Fragment>,
4463
4521
  "extra": Array [
4464
4522
  <CapIcon
@@ -4534,17 +4592,19 @@ Click {{5}} to unsubscribe'",
4534
4592
  },
4535
4593
  Object {
4536
4594
  "content": <React.Fragment>
4537
- <CapLabel
4538
- type="label9"
4539
- >
4540
- $'Dear Customer you have been opted out to receive messages from us. To Opt in give a missed call at +918067006166. Don't miss out on our offers & SHOP FOR FREE!
4595
+ <React.Fragment>
4596
+ <CapLabel
4597
+ type="label9"
4598
+ >
4599
+ $'Dear Customer you have been opted out to receive messages from us. To Opt in give a missed call at +918067006166. Don't miss out on our offers & SHOP FOR FREE!
4541
4600
  C
4542
- </CapLabel>
4543
- <CapLabel
4544
- type="label1"
4545
- >
4546
- lick {{unsubscribe}} to unsubscribe'
4547
- </CapLabel>
4601
+ </CapLabel>
4602
+ <CapLabel
4603
+ type="label1"
4604
+ >
4605
+ lick {{unsubscribe}} to unsubscribe'
4606
+ </CapLabel>
4607
+ </React.Fragment>
4548
4608
  </React.Fragment>,
4549
4609
  "extra": Array [
4550
4610
  <CapIcon
@@ -4620,18 +4680,20 @@ Click {{1}} to unsubscribe'",
4620
4680
  },
4621
4681
  Object {
4622
4682
  "content": <React.Fragment>
4623
- <CapLabel
4624
- type="label9"
4625
- >
4626
- $'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
4683
+ <React.Fragment>
4684
+ <CapLabel
4685
+ type="label9"
4686
+ >
4687
+ $'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
4627
4688
  T&C
4628
4689
  C
4629
- </CapLabel>
4630
- <CapLabel
4631
- type="label1"
4632
- >
4633
- lick {{unsubscribe}} to unsubscribe'
4634
- </CapLabel>
4690
+ </CapLabel>
4691
+ <CapLabel
4692
+ type="label1"
4693
+ >
4694
+ lick {{unsubscribe}} to unsubscribe'
4695
+ </CapLabel>
4696
+ </React.Fragment>
4635
4697
  </React.Fragment>,
4636
4698
  "extra": Array [
4637
4699
  <CapIcon
@@ -4762,13 +4824,13 @@ Click {{3}} to unsubscribe'",
4762
4824
  centered={true}
4763
4825
  className="delete-template-confirm"
4764
4826
  closeText="Cancel"
4765
- okText="Yes"
4827
+ okText="Yes, delete"
4766
4828
  onCancel={[Function]}
4767
4829
  onOk={[Function]}
4768
4830
  title="Confirm delete template"
4769
4831
  visible={false}
4770
4832
  >
4771
- Are you sure you want to delete this template?
4833
+ Are you sure you wish to delete this template?
4772
4834
  </Wrapper>
4773
4835
  </CapRow>
4774
4836
  </div>
@@ -4967,17 +5029,19 @@ exports[`Test Templates container Test removing single filter 1`] = `
4967
5029
  Array [
4968
5030
  Object {
4969
5031
  "content": <React.Fragment>
4970
- <CapLabel
4971
- type="label9"
4972
- >
4973
- $'asdasd
5032
+ <React.Fragment>
5033
+ <CapLabel
5034
+ type="label9"
5035
+ >
5036
+ $'asdasd
4974
5037
  C
4975
- </CapLabel>
4976
- <CapLabel
4977
- type="label1"
4978
- >
4979
- lick {{unsubscribe}} to unsubscribe'
4980
- </CapLabel>
5038
+ </CapLabel>
5039
+ <CapLabel
5040
+ type="label1"
5041
+ >
5042
+ lick {{unsubscribe}} to unsubscribe'
5043
+ </CapLabel>
5044
+ </React.Fragment>
4981
5045
  </React.Fragment>,
4982
5046
  "extra": Array [
4983
5047
  <CapIcon
@@ -5053,17 +5117,19 @@ Click {{1}} to unsubscribe'",
5053
5117
  },
5054
5118
  Object {
5055
5119
  "content": <React.Fragment>
5056
- <CapLabel
5057
- type="label9"
5058
- >
5059
- $'!@#$%^&*_
5120
+ <React.Fragment>
5121
+ <CapLabel
5122
+ type="label9"
5123
+ >
5124
+ $'!@#$%^&*_
5060
5125
  C
5061
- </CapLabel>
5062
- <CapLabel
5063
- type="label1"
5064
- >
5065
- lick {{unsubscribe}} to unsubscribe'
5066
- </CapLabel>
5126
+ </CapLabel>
5127
+ <CapLabel
5128
+ type="label1"
5129
+ >
5130
+ lick {{unsubscribe}} to unsubscribe'
5131
+ </CapLabel>
5132
+ </React.Fragment>
5067
5133
  </React.Fragment>,
5068
5134
  "extra": Array [
5069
5135
  <CapIcon
@@ -5139,17 +5205,19 @@ Click {{1}} to unsubscribe'",
5139
5205
  },
5140
5206
  Object {
5141
5207
  "content": <React.Fragment>
5142
- <CapLabel
5143
- type="label9"
5144
- >
5145
- $'!@#$%^&*()_+
5208
+ <React.Fragment>
5209
+ <CapLabel
5210
+ type="label9"
5211
+ >
5212
+ $'!@#$%^&*()_+
5146
5213
  C
5147
- </CapLabel>
5148
- <CapLabel
5149
- type="label1"
5150
- >
5151
- lick {{unsubscribe}} to unsubscribe'
5152
- </CapLabel>
5214
+ </CapLabel>
5215
+ <CapLabel
5216
+ type="label1"
5217
+ >
5218
+ lick {{unsubscribe}} to unsubscribe'
5219
+ </CapLabel>
5220
+ </React.Fragment>
5153
5221
  </React.Fragment>,
5154
5222
  "extra": Array [
5155
5223
  <CapIcon
@@ -5225,17 +5293,19 @@ Click {{1}} to unsubscribe'",
5225
5293
  },
5226
5294
  Object {
5227
5295
  "content": <React.Fragment>
5228
- <CapLabel
5229
- type="label9"
5230
- >
5231
- $'!@#$%^&*()_+
5296
+ <React.Fragment>
5297
+ <CapLabel
5298
+ type="label9"
5299
+ >
5300
+ $'!@#$%^&*()_+
5232
5301
  C
5233
- </CapLabel>
5234
- <CapLabel
5235
- type="label1"
5236
- >
5237
- lick {{unsubscribe}} to unsubscribe'
5238
- </CapLabel>
5302
+ </CapLabel>
5303
+ <CapLabel
5304
+ type="label1"
5305
+ >
5306
+ lick {{unsubscribe}} to unsubscribe'
5307
+ </CapLabel>
5308
+ </React.Fragment>
5239
5309
  </React.Fragment>,
5240
5310
  "extra": Array [
5241
5311
  <CapIcon
@@ -5311,17 +5381,19 @@ Click {{1}} to unsubscribe'",
5311
5381
  },
5312
5382
  Object {
5313
5383
  "content": <React.Fragment>
5314
- <CapLabel
5315
- type="label9"
5316
- >
5317
- $'dfsdfdsf
5384
+ <React.Fragment>
5385
+ <CapLabel
5386
+ type="label9"
5387
+ >
5388
+ $'dfsdfdsf
5318
5389
  C
5319
- </CapLabel>
5320
- <CapLabel
5321
- type="label1"
5322
- >
5323
- lick {{unsubscribe}} to unsubscribe'
5324
- </CapLabel>
5390
+ </CapLabel>
5391
+ <CapLabel
5392
+ type="label1"
5393
+ >
5394
+ lick {{unsubscribe}} to unsubscribe'
5395
+ </CapLabel>
5396
+ </React.Fragment>
5325
5397
  </React.Fragment>,
5326
5398
  "extra": Array [
5327
5399
  <CapIcon
@@ -5398,10 +5470,11 @@ Click {{1}} to unsubscribe'",
5398
5470
  },
5399
5471
  Object {
5400
5472
  "content": <React.Fragment>
5401
- <CapLabel
5402
- type="label9"
5403
- >
5404
- $'Purchase successful @ {{1}}
5473
+ <React.Fragment>
5474
+ <CapLabel
5475
+ type="label9"
5476
+ >
5477
+ $'Purchase successful @ {{1}}
5405
5478
  Congrats!!
5406
5479
  {{2}} added to your Vishal Mega Mart account
5407
5480
  Redeem on {{3}}
@@ -5409,12 +5482,13 @@ Valid only for {{4}}
5409
5482
  Terms and conditions apply
5410
5483
  {{5}}
5411
5484
  C
5412
- </CapLabel>
5413
- <CapLabel
5414
- type="label1"
5415
- >
5416
- lick {{unsubscribe}} to unsubscribe'
5417
- </CapLabel>
5485
+ </CapLabel>
5486
+ <CapLabel
5487
+ type="label1"
5488
+ >
5489
+ lick {{unsubscribe}} to unsubscribe'
5490
+ </CapLabel>
5491
+ </React.Fragment>
5418
5492
  </React.Fragment>,
5419
5493
  "extra": Array [
5420
5494
  <CapIcon
@@ -5496,17 +5570,19 @@ Click {{6}} to unsubscribe'",
5496
5570
  },
5497
5571
  Object {
5498
5572
  "content": <React.Fragment>
5499
- <CapLabel
5500
- type="label9"
5501
- >
5502
- $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
5573
+ <React.Fragment>
5574
+ <CapLabel
5575
+ type="label9"
5576
+ >
5577
+ $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
5503
5578
  C
5504
- </CapLabel>
5505
- <CapLabel
5506
- type="label1"
5507
- >
5508
- lick {{unsubscribe}} to unsubscribe'
5509
- </CapLabel>
5579
+ </CapLabel>
5580
+ <CapLabel
5581
+ type="label1"
5582
+ >
5583
+ lick {{unsubscribe}} to unsubscribe'
5584
+ </CapLabel>
5585
+ </React.Fragment>
5510
5586
  </React.Fragment>,
5511
5587
  "extra": Array [
5512
5588
  <CapIcon
@@ -5582,17 +5658,19 @@ Click {{5}} to unsubscribe'",
5582
5658
  },
5583
5659
  Object {
5584
5660
  "content": <React.Fragment>
5585
- <CapLabel
5586
- type="label9"
5587
- >
5588
- $'Dear Customer you have been opted out to receive messages from us. To Opt in give a missed call at +918067006166. Don't miss out on our offers & SHOP FOR FREE!
5661
+ <React.Fragment>
5662
+ <CapLabel
5663
+ type="label9"
5664
+ >
5665
+ $'Dear Customer you have been opted out to receive messages from us. To Opt in give a missed call at +918067006166. Don't miss out on our offers & SHOP FOR FREE!
5589
5666
  C
5590
- </CapLabel>
5591
- <CapLabel
5592
- type="label1"
5593
- >
5594
- lick {{unsubscribe}} to unsubscribe'
5595
- </CapLabel>
5667
+ </CapLabel>
5668
+ <CapLabel
5669
+ type="label1"
5670
+ >
5671
+ lick {{unsubscribe}} to unsubscribe'
5672
+ </CapLabel>
5673
+ </React.Fragment>
5596
5674
  </React.Fragment>,
5597
5675
  "extra": Array [
5598
5676
  <CapIcon
@@ -5668,18 +5746,20 @@ Click {{1}} to unsubscribe'",
5668
5746
  },
5669
5747
  Object {
5670
5748
  "content": <React.Fragment>
5671
- <CapLabel
5672
- type="label9"
5673
- >
5674
- $'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
5749
+ <React.Fragment>
5750
+ <CapLabel
5751
+ type="label9"
5752
+ >
5753
+ $'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
5675
5754
  T&C
5676
5755
  C
5677
- </CapLabel>
5678
- <CapLabel
5679
- type="label1"
5680
- >
5681
- lick {{unsubscribe}} to unsubscribe'
5682
- </CapLabel>
5756
+ </CapLabel>
5757
+ <CapLabel
5758
+ type="label1"
5759
+ >
5760
+ lick {{unsubscribe}} to unsubscribe'
5761
+ </CapLabel>
5762
+ </React.Fragment>
5683
5763
  </React.Fragment>,
5684
5764
  "extra": Array [
5685
5765
  <CapIcon
@@ -5810,13 +5890,13 @@ Click {{3}} to unsubscribe'",
5810
5890
  centered={true}
5811
5891
  className="delete-template-confirm"
5812
5892
  closeText="Cancel"
5813
- okText="Yes"
5893
+ okText="Yes, delete"
5814
5894
  onCancel={[Function]}
5815
5895
  onOk={[Function]}
5816
5896
  title="Confirm delete template"
5817
5897
  visible={false}
5818
5898
  >
5819
- Are you sure you want to delete this template?
5899
+ Are you sure you wish to delete this template?
5820
5900
  </Wrapper>
5821
5901
  </CapRow>
5822
5902
  </div>