@capillarytech/creatives-library 7.11.15 → 7.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/index.js +0 -6
  2. package/package.json +1 -1
  3. package/routes.js +2 -7
  4. package/services/api.js +2 -8
  5. package/v2Components/CallTaskPreview/tests/__snapshots__/index.test.js.snap +30 -0
  6. package/v2Components/CapImageUpload/index.js +11 -24
  7. package/v2Components/CapImageUpload/index.scss +27 -12
  8. package/v2Components/CapImageUpload/messages.js +5 -10
  9. package/v2Components/TemplatePreview/_templatePreview.scss +0 -13
  10. package/v2Components/TemplatePreview/index.js +1 -39
  11. package/v2Components/TemplatePreview/tests/__snapshots__/index.test.js.snap +1 -33
  12. package/v2Components/TemplatePreview/tests/index.test.js +7 -7
  13. package/v2Containers/App/constants.js +1 -2
  14. package/v2Containers/Cap/messages.js +1 -20
  15. package/v2Containers/CreativesContainer/SlideBoxContent.js +11 -57
  16. package/v2Containers/CreativesContainer/SlideBoxHeader.js +2 -5
  17. package/v2Containers/CreativesContainer/constants.js +0 -1
  18. package/v2Containers/CreativesContainer/messages.js +0 -4
  19. package/v2Containers/CreativesContainer/tests/SlideBoxContent.test.js +4 -24
  20. package/v2Containers/CreativesContainer/tests/SlideBoxHeader.test.js +4 -23
  21. package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +2 -147
  22. package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxHeader.test.js.snap +1 -99
  23. package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +0 -71
  24. package/v2Containers/CreativesContainer/tests/index.test.js +9 -21
  25. package/v2Containers/Facebook/Advertisement/index.js +2 -4
  26. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +4 -4
  27. package/v2Containers/Templates/_templates.scss +1 -9
  28. package/v2Containers/Templates/actions.js +1 -2
  29. package/v2Containers/Templates/constants.js +0 -1
  30. package/v2Containers/Templates/index.js +174 -235
  31. package/v2Containers/Templates/messages.js +0 -20
  32. package/v2Containers/Templates/reducer.js +0 -2
  33. package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +80 -520
  34. package/v2Containers/TemplatesV2/index.js +1 -2
  35. package/v2Containers/TemplatesV2/messages.js +0 -4
  36. package/v2Containers/Whatsapp/constants.js +0 -287
  37. package/v2Containers/Whatsapp/index.js +25 -39
  38. package/v2Containers/Whatsapp/index.scss +2 -3
  39. package/v2Containers/Whatsapp/messages.js +13 -284
  40. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +1700 -35583
  41. package/v2Containers/Whatsapp/tests/__snapshots__/utils.test.js.snap +26 -32
  42. package/v2Containers/Whatsapp/tests/index.test.js +0 -13
  43. package/v2Containers/Whatsapp/tests/utils.test.js +8 -15
  44. package/v2Containers/mockdata.js +2181 -1190
  45. package/v2Containers/Assets/images/addCreativesIllustration.svg +0 -30
  46. package/v2Containers/Rcs/actions.js +0 -57
  47. package/v2Containers/Rcs/constants.js +0 -51
  48. package/v2Containers/Rcs/index.js +0 -1064
  49. package/v2Containers/Rcs/index.scss +0 -72
  50. package/v2Containers/Rcs/messages.js +0 -122
  51. package/v2Containers/Rcs/reducer.js +0 -107
  52. package/v2Containers/Rcs/sagas.js +0 -141
  53. package/v2Containers/Rcs/selectors.js +0 -8
  54. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +0 -145080
  55. package/v2Containers/Rcs/tests/index.test.js +0 -226
  56. package/v2Containers/Rcs/tests/mockData.js +0 -169
  57. package/v2Containers/Rcs/utils.js +0 -40
@@ -520,19 +520,8 @@ exports[`Test Templates container Should render temlates when whatsapp templates
520
520
  cardList={
521
521
  Array [
522
522
  Object {
523
- "content": <React.Fragment>
524
- <CapLabel
525
- type="label9"
526
- >
527
- $'asdasd
528
- C
529
- </CapLabel>
530
- <CapLabel
531
- type="label1"
532
- >
533
- lick {{unsubscribe}} to unsubscribe'
534
- </CapLabel>
535
- </React.Fragment>,
523
+ "content": "$'asdasd
524
+ Click {{unsubscribe}} to unsubscribe'",
536
525
  "extra": Array [
537
526
  <CapIcon
538
527
  className="view-whatsapp"
@@ -606,19 +595,8 @@ Click {{1}} to unsubscribe'",
606
595
  </CapRow>,
607
596
  },
608
597
  Object {
609
- "content": <React.Fragment>
610
- <CapLabel
611
- type="label9"
612
- >
613
- $'!@#$%^&*_
614
- C
615
- </CapLabel>
616
- <CapLabel
617
- type="label1"
618
- >
619
- lick {{unsubscribe}} to unsubscribe'
620
- </CapLabel>
621
- </React.Fragment>,
598
+ "content": "$'!@#$%^&*_
599
+ Click {{unsubscribe}} to unsubscribe'",
622
600
  "extra": Array [
623
601
  <CapIcon
624
602
  className="view-whatsapp"
@@ -692,19 +670,8 @@ Click {{1}} to unsubscribe'",
692
670
  </CapRow>,
693
671
  },
694
672
  Object {
695
- "content": <React.Fragment>
696
- <CapLabel
697
- type="label9"
698
- >
699
- $'!@#$%^&*()_+
700
- C
701
- </CapLabel>
702
- <CapLabel
703
- type="label1"
704
- >
705
- lick {{unsubscribe}} to unsubscribe'
706
- </CapLabel>
707
- </React.Fragment>,
673
+ "content": "$'!@#$%^&*()_+
674
+ Click {{unsubscribe}} to unsubscribe'",
708
675
  "extra": Array [
709
676
  <CapIcon
710
677
  className="view-whatsapp"
@@ -778,19 +745,8 @@ Click {{1}} to unsubscribe'",
778
745
  </CapRow>,
779
746
  },
780
747
  Object {
781
- "content": <React.Fragment>
782
- <CapLabel
783
- type="label9"
784
- >
785
- $'!@#$%^&*()_+
786
- C
787
- </CapLabel>
788
- <CapLabel
789
- type="label1"
790
- >
791
- lick {{unsubscribe}} to unsubscribe'
792
- </CapLabel>
793
- </React.Fragment>,
748
+ "content": "$'!@#$%^&*()_+
749
+ Click {{unsubscribe}} to unsubscribe'",
794
750
  "extra": Array [
795
751
  <CapIcon
796
752
  className="view-whatsapp"
@@ -864,19 +820,8 @@ Click {{1}} to unsubscribe'",
864
820
  </CapRow>,
865
821
  },
866
822
  Object {
867
- "content": <React.Fragment>
868
- <CapLabel
869
- type="label9"
870
- >
871
- $'dfsdfdsf
872
- C
873
- </CapLabel>
874
- <CapLabel
875
- type="label1"
876
- >
877
- lick {{unsubscribe}} to unsubscribe'
878
- </CapLabel>
879
- </React.Fragment>,
823
+ "content": "$'dfsdfdsf
824
+ Click {{unsubscribe}} to unsubscribe'",
880
825
  "extra": Array [
881
826
  <CapIcon
882
827
  className="view-whatsapp"
@@ -951,25 +896,14 @@ Click {{1}} to unsubscribe'",
951
896
  </CapRow>,
952
897
  },
953
898
  Object {
954
- "content": <React.Fragment>
955
- <CapLabel
956
- type="label9"
957
- >
958
- $'Purchase successful @ {{1}}
899
+ "content": "$'Purchase successful @ {{1}}
959
900
  Congrats!!
960
901
  {{2}} added to your Vishal Mega Mart account
961
902
  Redeem on {{3}}
962
903
  Valid only for {{4}}
963
904
  Terms and conditions apply
964
905
  {{5}}
965
- C
966
- </CapLabel>
967
- <CapLabel
968
- type="label1"
969
- >
970
- lick {{unsubscribe}} to unsubscribe'
971
- </CapLabel>
972
- </React.Fragment>,
906
+ Click {{unsubscribe}} to unsubscribe'",
973
907
  "extra": Array [
974
908
  <CapIcon
975
909
  className="view-whatsapp"
@@ -1049,19 +983,8 @@ Click {{6}} to unsubscribe'",
1049
983
  </CapRow>,
1050
984
  },
1051
985
  Object {
1052
- "content": <React.Fragment>
1053
- <CapLabel
1054
- type="label9"
1055
- >
1056
- $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
1057
- C
1058
- </CapLabel>
1059
- <CapLabel
1060
- type="label1"
1061
- >
1062
- lick {{unsubscribe}} to unsubscribe'
1063
- </CapLabel>
1064
- </React.Fragment>,
986
+ "content": "$'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
987
+ Click {{unsubscribe}} to unsubscribe'",
1065
988
  "extra": Array [
1066
989
  <CapIcon
1067
990
  className="view-whatsapp"
@@ -1135,19 +1058,8 @@ Click {{5}} to unsubscribe'",
1135
1058
  </CapRow>,
1136
1059
  },
1137
1060
  Object {
1138
- "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!
1143
- C
1144
- </CapLabel>
1145
- <CapLabel
1146
- type="label1"
1147
- >
1148
- lick {{unsubscribe}} to unsubscribe'
1149
- </CapLabel>
1150
- </React.Fragment>,
1061
+ "content": "$'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!
1062
+ Click {{unsubscribe}} to unsubscribe'",
1151
1063
  "extra": Array [
1152
1064
  <CapIcon
1153
1065
  className="view-whatsapp"
@@ -1221,20 +1133,9 @@ Click {{1}} to unsubscribe'",
1221
1133
  </CapRow>,
1222
1134
  },
1223
1135
  Object {
1224
- "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!
1136
+ "content": "$'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
1229
1137
  T&C
1230
- C
1231
- </CapLabel>
1232
- <CapLabel
1233
- type="label1"
1234
- >
1235
- lick {{unsubscribe}} to unsubscribe'
1236
- </CapLabel>
1237
- </React.Fragment>,
1138
+ Click {{unsubscribe}} to unsubscribe'",
1238
1139
  "extra": Array [
1239
1140
  <CapIcon
1240
1141
  className="view-whatsapp"
@@ -1624,19 +1525,8 @@ exports[`Test Templates container Should render temlates when whatsapp templates
1624
1525
  cardList={
1625
1526
  Array [
1626
1527
  Object {
1627
- "content": <React.Fragment>
1628
- <CapLabel
1629
- type="label9"
1630
- >
1631
- $'asdasd
1632
- C
1633
- </CapLabel>
1634
- <CapLabel
1635
- type="label1"
1636
- >
1637
- lick {{unsubscribe}} to unsubscribe'
1638
- </CapLabel>
1639
- </React.Fragment>,
1528
+ "content": "$'asdasd
1529
+ Click {{unsubscribe}} to unsubscribe'",
1640
1530
  "extra": Array [
1641
1531
  <CapIcon
1642
1532
  className="view-whatsapp"
@@ -1710,19 +1600,8 @@ Click {{1}} to unsubscribe'",
1710
1600
  </CapRow>,
1711
1601
  },
1712
1602
  Object {
1713
- "content": <React.Fragment>
1714
- <CapLabel
1715
- type="label9"
1716
- >
1717
- $'!@#$%^&*_
1718
- C
1719
- </CapLabel>
1720
- <CapLabel
1721
- type="label1"
1722
- >
1723
- lick {{unsubscribe}} to unsubscribe'
1724
- </CapLabel>
1725
- </React.Fragment>,
1603
+ "content": "$'!@#$%^&*_
1604
+ Click {{unsubscribe}} to unsubscribe'",
1726
1605
  "extra": Array [
1727
1606
  <CapIcon
1728
1607
  className="view-whatsapp"
@@ -1796,19 +1675,8 @@ Click {{1}} to unsubscribe'",
1796
1675
  </CapRow>,
1797
1676
  },
1798
1677
  Object {
1799
- "content": <React.Fragment>
1800
- <CapLabel
1801
- type="label9"
1802
- >
1803
- $'!@#$%^&*()_+
1804
- C
1805
- </CapLabel>
1806
- <CapLabel
1807
- type="label1"
1808
- >
1809
- lick {{unsubscribe}} to unsubscribe'
1810
- </CapLabel>
1811
- </React.Fragment>,
1678
+ "content": "$'!@#$%^&*()_+
1679
+ Click {{unsubscribe}} to unsubscribe'",
1812
1680
  "extra": Array [
1813
1681
  <CapIcon
1814
1682
  className="view-whatsapp"
@@ -1882,19 +1750,8 @@ Click {{1}} to unsubscribe'",
1882
1750
  </CapRow>,
1883
1751
  },
1884
1752
  Object {
1885
- "content": <React.Fragment>
1886
- <CapLabel
1887
- type="label9"
1888
- >
1889
- $'!@#$%^&*()_+
1890
- C
1891
- </CapLabel>
1892
- <CapLabel
1893
- type="label1"
1894
- >
1895
- lick {{unsubscribe}} to unsubscribe'
1896
- </CapLabel>
1897
- </React.Fragment>,
1753
+ "content": "$'!@#$%^&*()_+
1754
+ Click {{unsubscribe}} to unsubscribe'",
1898
1755
  "extra": Array [
1899
1756
  <CapIcon
1900
1757
  className="view-whatsapp"
@@ -1968,19 +1825,8 @@ Click {{1}} to unsubscribe'",
1968
1825
  </CapRow>,
1969
1826
  },
1970
1827
  Object {
1971
- "content": <React.Fragment>
1972
- <CapLabel
1973
- type="label9"
1974
- >
1975
- $'dfsdfdsf
1976
- C
1977
- </CapLabel>
1978
- <CapLabel
1979
- type="label1"
1980
- >
1981
- lick {{unsubscribe}} to unsubscribe'
1982
- </CapLabel>
1983
- </React.Fragment>,
1828
+ "content": "$'dfsdfdsf
1829
+ Click {{unsubscribe}} to unsubscribe'",
1984
1830
  "extra": Array [
1985
1831
  <CapIcon
1986
1832
  className="view-whatsapp"
@@ -2055,25 +1901,14 @@ Click {{1}} to unsubscribe'",
2055
1901
  </CapRow>,
2056
1902
  },
2057
1903
  Object {
2058
- "content": <React.Fragment>
2059
- <CapLabel
2060
- type="label9"
2061
- >
2062
- $'Purchase successful @ {{1}}
1904
+ "content": "$'Purchase successful @ {{1}}
2063
1905
  Congrats!!
2064
1906
  {{2}} added to your Vishal Mega Mart account
2065
1907
  Redeem on {{3}}
2066
1908
  Valid only for {{4}}
2067
1909
  Terms and conditions apply
2068
1910
  {{5}}
2069
- C
2070
- </CapLabel>
2071
- <CapLabel
2072
- type="label1"
2073
- >
2074
- lick {{unsubscribe}} to unsubscribe'
2075
- </CapLabel>
2076
- </React.Fragment>,
1911
+ Click {{unsubscribe}} to unsubscribe'",
2077
1912
  "extra": Array [
2078
1913
  <CapIcon
2079
1914
  className="view-whatsapp"
@@ -2153,19 +1988,8 @@ Click {{6}} to unsubscribe'",
2153
1988
  </CapRow>,
2154
1989
  },
2155
1990
  Object {
2156
- "content": <React.Fragment>
2157
- <CapLabel
2158
- type="label9"
2159
- >
2160
- $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
2161
- C
2162
- </CapLabel>
2163
- <CapLabel
2164
- type="label1"
2165
- >
2166
- lick {{unsubscribe}} to unsubscribe'
2167
- </CapLabel>
2168
- </React.Fragment>,
1991
+ "content": "$'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
1992
+ Click {{unsubscribe}} to unsubscribe'",
2169
1993
  "extra": Array [
2170
1994
  <CapIcon
2171
1995
  className="view-whatsapp"
@@ -2239,19 +2063,8 @@ Click {{5}} to unsubscribe'",
2239
2063
  </CapRow>,
2240
2064
  },
2241
2065
  Object {
2242
- "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!
2247
- C
2248
- </CapLabel>
2249
- <CapLabel
2250
- type="label1"
2251
- >
2252
- lick {{unsubscribe}} to unsubscribe'
2253
- </CapLabel>
2254
- </React.Fragment>,
2066
+ "content": "$'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!
2067
+ Click {{unsubscribe}} to unsubscribe'",
2255
2068
  "extra": Array [
2256
2069
  <CapIcon
2257
2070
  className="view-whatsapp"
@@ -2325,20 +2138,9 @@ Click {{1}} to unsubscribe'",
2325
2138
  </CapRow>,
2326
2139
  },
2327
2140
  Object {
2328
- "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!
2141
+ "content": "$'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
2333
2142
  T&C
2334
- C
2335
- </CapLabel>
2336
- <CapLabel
2337
- type="label1"
2338
- >
2339
- lick {{unsubscribe}} to unsubscribe'
2340
- </CapLabel>
2341
- </React.Fragment>,
2143
+ Click {{unsubscribe}} to unsubscribe'",
2342
2144
  "extra": Array [
2343
2145
  <CapIcon
2344
2146
  className="view-whatsapp"
@@ -2728,19 +2530,8 @@ exports[`Test Templates container Test max templates exceeded 1`] = `
2728
2530
  cardList={
2729
2531
  Array [
2730
2532
  Object {
2731
- "content": <React.Fragment>
2732
- <CapLabel
2733
- type="label9"
2734
- >
2735
- $'asdasd
2736
- C
2737
- </CapLabel>
2738
- <CapLabel
2739
- type="label1"
2740
- >
2741
- lick {{unsubscribe}} to unsubscribe'
2742
- </CapLabel>
2743
- </React.Fragment>,
2533
+ "content": "$'asdasd
2534
+ Click {{unsubscribe}} to unsubscribe'",
2744
2535
  "extra": Array [
2745
2536
  <CapIcon
2746
2537
  className="view-whatsapp"
@@ -3111,19 +2902,8 @@ exports[`Test Templates container Test max templates warning 1`] = `
3111
2902
  cardList={
3112
2903
  Array [
3113
2904
  Object {
3114
- "content": <React.Fragment>
3115
- <CapLabel
3116
- type="label9"
3117
- >
3118
- $'asdasd
3119
- C
3120
- </CapLabel>
3121
- <CapLabel
3122
- type="label1"
3123
- >
3124
- lick {{unsubscribe}} to unsubscribe'
3125
- </CapLabel>
3126
- </React.Fragment>,
2905
+ "content": "$'asdasd
2906
+ Click {{unsubscribe}} to unsubscribe'",
3127
2907
  "extra": Array [
3128
2908
  <CapIcon
3129
2909
  className="view-whatsapp"
@@ -3486,19 +3266,8 @@ exports[`Test Templates container Test removing all whatsapp filters 1`] = `
3486
3266
  cardList={
3487
3267
  Array [
3488
3268
  Object {
3489
- "content": <React.Fragment>
3490
- <CapLabel
3491
- type="label9"
3492
- >
3493
- $'!@#$%^&*()_+
3494
- C
3495
- </CapLabel>
3496
- <CapLabel
3497
- type="label1"
3498
- >
3499
- lick {{unsubscribe}} to unsubscribe'
3500
- </CapLabel>
3501
- </React.Fragment>,
3269
+ "content": "$'!@#$%^&*()_+
3270
+ Click {{unsubscribe}} to unsubscribe'",
3502
3271
  "extra": Array [
3503
3272
  <CapIcon
3504
3273
  className="view-whatsapp"
@@ -3572,19 +3341,8 @@ Click {{1}} to unsubscribe'",
3572
3341
  </CapRow>,
3573
3342
  },
3574
3343
  Object {
3575
- "content": <React.Fragment>
3576
- <CapLabel
3577
- type="label9"
3578
- >
3579
- $'dfsdfdsf
3580
- C
3581
- </CapLabel>
3582
- <CapLabel
3583
- type="label1"
3584
- >
3585
- lick {{unsubscribe}} to unsubscribe'
3586
- </CapLabel>
3587
- </React.Fragment>,
3344
+ "content": "$'dfsdfdsf
3345
+ Click {{unsubscribe}} to unsubscribe'",
3588
3346
  "extra": Array [
3589
3347
  <CapIcon
3590
3348
  className="view-whatsapp"
@@ -3918,19 +3676,8 @@ exports[`Test Templates container Test removing all whatsapp filters 2`] = `
3918
3676
  cardList={
3919
3677
  Array [
3920
3678
  Object {
3921
- "content": <React.Fragment>
3922
- <CapLabel
3923
- type="label9"
3924
- >
3925
- $'asdasd
3926
- C
3927
- </CapLabel>
3928
- <CapLabel
3929
- type="label1"
3930
- >
3931
- lick {{unsubscribe}} to unsubscribe'
3932
- </CapLabel>
3933
- </React.Fragment>,
3679
+ "content": "$'asdasd
3680
+ Click {{unsubscribe}} to unsubscribe'",
3934
3681
  "extra": Array [
3935
3682
  <CapIcon
3936
3683
  className="view-whatsapp"
@@ -4004,19 +3751,8 @@ Click {{1}} to unsubscribe'",
4004
3751
  </CapRow>,
4005
3752
  },
4006
3753
  Object {
4007
- "content": <React.Fragment>
4008
- <CapLabel
4009
- type="label9"
4010
- >
4011
- $'!@#$%^&*_
4012
- C
4013
- </CapLabel>
4014
- <CapLabel
4015
- type="label1"
4016
- >
4017
- lick {{unsubscribe}} to unsubscribe'
4018
- </CapLabel>
4019
- </React.Fragment>,
3754
+ "content": "$'!@#$%^&*_
3755
+ Click {{unsubscribe}} to unsubscribe'",
4020
3756
  "extra": Array [
4021
3757
  <CapIcon
4022
3758
  className="view-whatsapp"
@@ -4090,19 +3826,8 @@ Click {{1}} to unsubscribe'",
4090
3826
  </CapRow>,
4091
3827
  },
4092
3828
  Object {
4093
- "content": <React.Fragment>
4094
- <CapLabel
4095
- type="label9"
4096
- >
4097
- $'!@#$%^&*()_+
4098
- C
4099
- </CapLabel>
4100
- <CapLabel
4101
- type="label1"
4102
- >
4103
- lick {{unsubscribe}} to unsubscribe'
4104
- </CapLabel>
4105
- </React.Fragment>,
3829
+ "content": "$'!@#$%^&*()_+
3830
+ Click {{unsubscribe}} to unsubscribe'",
4106
3831
  "extra": Array [
4107
3832
  <CapIcon
4108
3833
  className="view-whatsapp"
@@ -4176,19 +3901,8 @@ Click {{1}} to unsubscribe'",
4176
3901
  </CapRow>,
4177
3902
  },
4178
3903
  Object {
4179
- "content": <React.Fragment>
4180
- <CapLabel
4181
- type="label9"
4182
- >
4183
- $'!@#$%^&*()_+
4184
- C
4185
- </CapLabel>
4186
- <CapLabel
4187
- type="label1"
4188
- >
4189
- lick {{unsubscribe}} to unsubscribe'
4190
- </CapLabel>
4191
- </React.Fragment>,
3904
+ "content": "$'!@#$%^&*()_+
3905
+ Click {{unsubscribe}} to unsubscribe'",
4192
3906
  "extra": Array [
4193
3907
  <CapIcon
4194
3908
  className="view-whatsapp"
@@ -4262,19 +3976,8 @@ Click {{1}} to unsubscribe'",
4262
3976
  </CapRow>,
4263
3977
  },
4264
3978
  Object {
4265
- "content": <React.Fragment>
4266
- <CapLabel
4267
- type="label9"
4268
- >
4269
- $'dfsdfdsf
4270
- C
4271
- </CapLabel>
4272
- <CapLabel
4273
- type="label1"
4274
- >
4275
- lick {{unsubscribe}} to unsubscribe'
4276
- </CapLabel>
4277
- </React.Fragment>,
3979
+ "content": "$'dfsdfdsf
3980
+ Click {{unsubscribe}} to unsubscribe'",
4278
3981
  "extra": Array [
4279
3982
  <CapIcon
4280
3983
  className="view-whatsapp"
@@ -4349,25 +4052,14 @@ Click {{1}} to unsubscribe'",
4349
4052
  </CapRow>,
4350
4053
  },
4351
4054
  Object {
4352
- "content": <React.Fragment>
4353
- <CapLabel
4354
- type="label9"
4355
- >
4356
- $'Purchase successful @ {{1}}
4055
+ "content": "$'Purchase successful @ {{1}}
4357
4056
  Congrats!!
4358
4057
  {{2}} added to your Vishal Mega Mart account
4359
4058
  Redeem on {{3}}
4360
4059
  Valid only for {{4}}
4361
4060
  Terms and conditions apply
4362
4061
  {{5}}
4363
- C
4364
- </CapLabel>
4365
- <CapLabel
4366
- type="label1"
4367
- >
4368
- lick {{unsubscribe}} to unsubscribe'
4369
- </CapLabel>
4370
- </React.Fragment>,
4062
+ Click {{unsubscribe}} to unsubscribe'",
4371
4063
  "extra": Array [
4372
4064
  <CapIcon
4373
4065
  className="view-whatsapp"
@@ -4447,19 +4139,8 @@ Click {{6}} to unsubscribe'",
4447
4139
  </CapRow>,
4448
4140
  },
4449
4141
  Object {
4450
- "content": <React.Fragment>
4451
- <CapLabel
4452
- type="label9"
4453
- >
4454
- $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
4455
- C
4456
- </CapLabel>
4457
- <CapLabel
4458
- type="label1"
4459
- >
4460
- lick {{unsubscribe}} to unsubscribe'
4461
- </CapLabel>
4462
- </React.Fragment>,
4142
+ "content": "$'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
4143
+ Click {{unsubscribe}} to unsubscribe'",
4463
4144
  "extra": Array [
4464
4145
  <CapIcon
4465
4146
  className="view-whatsapp"
@@ -4533,19 +4214,8 @@ Click {{5}} to unsubscribe'",
4533
4214
  </CapRow>,
4534
4215
  },
4535
4216
  Object {
4536
- "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!
4541
- C
4542
- </CapLabel>
4543
- <CapLabel
4544
- type="label1"
4545
- >
4546
- lick {{unsubscribe}} to unsubscribe'
4547
- </CapLabel>
4548
- </React.Fragment>,
4217
+ "content": "$'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!
4218
+ Click {{unsubscribe}} to unsubscribe'",
4549
4219
  "extra": Array [
4550
4220
  <CapIcon
4551
4221
  className="view-whatsapp"
@@ -4619,20 +4289,9 @@ Click {{1}} to unsubscribe'",
4619
4289
  </CapRow>,
4620
4290
  },
4621
4291
  Object {
4622
- "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!
4292
+ "content": "$'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
4627
4293
  T&C
4628
- C
4629
- </CapLabel>
4630
- <CapLabel
4631
- type="label1"
4632
- >
4633
- lick {{unsubscribe}} to unsubscribe'
4634
- </CapLabel>
4635
- </React.Fragment>,
4294
+ Click {{unsubscribe}} to unsubscribe'",
4636
4295
  "extra": Array [
4637
4296
  <CapIcon
4638
4297
  className="view-whatsapp"
@@ -4966,19 +4625,8 @@ exports[`Test Templates container Test removing single filter 1`] = `
4966
4625
  cardList={
4967
4626
  Array [
4968
4627
  Object {
4969
- "content": <React.Fragment>
4970
- <CapLabel
4971
- type="label9"
4972
- >
4973
- $'asdasd
4974
- C
4975
- </CapLabel>
4976
- <CapLabel
4977
- type="label1"
4978
- >
4979
- lick {{unsubscribe}} to unsubscribe'
4980
- </CapLabel>
4981
- </React.Fragment>,
4628
+ "content": "$'asdasd
4629
+ Click {{unsubscribe}} to unsubscribe'",
4982
4630
  "extra": Array [
4983
4631
  <CapIcon
4984
4632
  className="view-whatsapp"
@@ -5052,19 +4700,8 @@ Click {{1}} to unsubscribe'",
5052
4700
  </CapRow>,
5053
4701
  },
5054
4702
  Object {
5055
- "content": <React.Fragment>
5056
- <CapLabel
5057
- type="label9"
5058
- >
5059
- $'!@#$%^&*_
5060
- C
5061
- </CapLabel>
5062
- <CapLabel
5063
- type="label1"
5064
- >
5065
- lick {{unsubscribe}} to unsubscribe'
5066
- </CapLabel>
5067
- </React.Fragment>,
4703
+ "content": "$'!@#$%^&*_
4704
+ Click {{unsubscribe}} to unsubscribe'",
5068
4705
  "extra": Array [
5069
4706
  <CapIcon
5070
4707
  className="view-whatsapp"
@@ -5138,19 +4775,8 @@ Click {{1}} to unsubscribe'",
5138
4775
  </CapRow>,
5139
4776
  },
5140
4777
  Object {
5141
- "content": <React.Fragment>
5142
- <CapLabel
5143
- type="label9"
5144
- >
5145
- $'!@#$%^&*()_+
5146
- C
5147
- </CapLabel>
5148
- <CapLabel
5149
- type="label1"
5150
- >
5151
- lick {{unsubscribe}} to unsubscribe'
5152
- </CapLabel>
5153
- </React.Fragment>,
4778
+ "content": "$'!@#$%^&*()_+
4779
+ Click {{unsubscribe}} to unsubscribe'",
5154
4780
  "extra": Array [
5155
4781
  <CapIcon
5156
4782
  className="view-whatsapp"
@@ -5224,19 +4850,8 @@ Click {{1}} to unsubscribe'",
5224
4850
  </CapRow>,
5225
4851
  },
5226
4852
  Object {
5227
- "content": <React.Fragment>
5228
- <CapLabel
5229
- type="label9"
5230
- >
5231
- $'!@#$%^&*()_+
5232
- C
5233
- </CapLabel>
5234
- <CapLabel
5235
- type="label1"
5236
- >
5237
- lick {{unsubscribe}} to unsubscribe'
5238
- </CapLabel>
5239
- </React.Fragment>,
4853
+ "content": "$'!@#$%^&*()_+
4854
+ Click {{unsubscribe}} to unsubscribe'",
5240
4855
  "extra": Array [
5241
4856
  <CapIcon
5242
4857
  className="view-whatsapp"
@@ -5310,19 +4925,8 @@ Click {{1}} to unsubscribe'",
5310
4925
  </CapRow>,
5311
4926
  },
5312
4927
  Object {
5313
- "content": <React.Fragment>
5314
- <CapLabel
5315
- type="label9"
5316
- >
5317
- $'dfsdfdsf
5318
- C
5319
- </CapLabel>
5320
- <CapLabel
5321
- type="label1"
5322
- >
5323
- lick {{unsubscribe}} to unsubscribe'
5324
- </CapLabel>
5325
- </React.Fragment>,
4928
+ "content": "$'dfsdfdsf
4929
+ Click {{unsubscribe}} to unsubscribe'",
5326
4930
  "extra": Array [
5327
4931
  <CapIcon
5328
4932
  className="view-whatsapp"
@@ -5397,25 +5001,14 @@ Click {{1}} to unsubscribe'",
5397
5001
  </CapRow>,
5398
5002
  },
5399
5003
  Object {
5400
- "content": <React.Fragment>
5401
- <CapLabel
5402
- type="label9"
5403
- >
5404
- $'Purchase successful @ {{1}}
5004
+ "content": "$'Purchase successful @ {{1}}
5405
5005
  Congrats!!
5406
5006
  {{2}} added to your Vishal Mega Mart account
5407
5007
  Redeem on {{3}}
5408
5008
  Valid only for {{4}}
5409
5009
  Terms and conditions apply
5410
5010
  {{5}}
5411
- C
5412
- </CapLabel>
5413
- <CapLabel
5414
- type="label1"
5415
- >
5416
- lick {{unsubscribe}} to unsubscribe'
5417
- </CapLabel>
5418
- </React.Fragment>,
5011
+ Click {{unsubscribe}} to unsubscribe'",
5419
5012
  "extra": Array [
5420
5013
  <CapIcon
5421
5014
  className="view-whatsapp"
@@ -5495,19 +5088,8 @@ Click {{6}} to unsubscribe'",
5495
5088
  </CapRow>,
5496
5089
  },
5497
5090
  Object {
5498
- "content": <React.Fragment>
5499
- <CapLabel
5500
- type="label9"
5501
- >
5502
- $'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
5503
- C
5504
- </CapLabel>
5505
- <CapLabel
5506
- type="label1"
5507
- >
5508
- lick {{unsubscribe}} to unsubscribe'
5509
- </CapLabel>
5510
- </React.Fragment>,
5091
+ "content": "$'Hi {{1}}, your reservation at {{2}} is confirmed for {{3}} at {{4}}
5092
+ Click {{unsubscribe}} to unsubscribe'",
5511
5093
  "extra": Array [
5512
5094
  <CapIcon
5513
5095
  className="view-whatsapp"
@@ -5581,19 +5163,8 @@ Click {{5}} to unsubscribe'",
5581
5163
  </CapRow>,
5582
5164
  },
5583
5165
  Object {
5584
- "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!
5589
- C
5590
- </CapLabel>
5591
- <CapLabel
5592
- type="label1"
5593
- >
5594
- lick {{unsubscribe}} to unsubscribe'
5595
- </CapLabel>
5596
- </React.Fragment>,
5166
+ "content": "$'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!
5167
+ Click {{unsubscribe}} to unsubscribe'",
5597
5168
  "extra": Array [
5598
5169
  <CapIcon
5599
5170
  className="view-whatsapp"
@@ -5667,20 +5238,9 @@ Click {{1}} to unsubscribe'",
5667
5238
  </CapRow>,
5668
5239
  },
5669
5240
  Object {
5670
- "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!
5241
+ "content": "$'Dear Customer, your{{1}} points are about to expire. Redeem before {{2}} at nearest Vishal Mega Mart and SHOP FOR FREE!
5675
5242
  T&C
5676
- C
5677
- </CapLabel>
5678
- <CapLabel
5679
- type="label1"
5680
- >
5681
- lick {{unsubscribe}} to unsubscribe'
5682
- </CapLabel>
5683
- </React.Fragment>,
5243
+ Click {{unsubscribe}} to unsubscribe'",
5684
5244
  "extra": Array [
5685
5245
  <CapIcon
5686
5246
  className="view-whatsapp"