@capillarytech/creatives-library 8.0.284 → 8.0.285
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +24 -3
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +18 -4
- package/v2Containers/SmsTrai/Create/index.scss +1 -1
- package/v2Containers/Viber/index.scss +1 -1
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +624 -248
package/package.json
CHANGED
|
@@ -3117,6 +3117,7 @@ new message content.",
|
|
|
3117
3117
|
},
|
|
3118
3118
|
]
|
|
3119
3119
|
}
|
|
3120
|
+
showTruncatedTooltip={false}
|
|
3120
3121
|
size="large"
|
|
3121
3122
|
style={
|
|
3122
3123
|
Object {
|
|
@@ -3135,6 +3136,7 @@ new message content.",
|
|
|
3135
3136
|
/>
|
|
3136
3137
|
}
|
|
3137
3138
|
onChange={[Function]}
|
|
3139
|
+
onDropdownVisibleChange={[Function]}
|
|
3138
3140
|
removeIcon={
|
|
3139
3141
|
<CapIcon
|
|
3140
3142
|
size="s"
|
|
@@ -3199,6 +3201,7 @@ new message content.",
|
|
|
3199
3201
|
onBlur={[Function]}
|
|
3200
3202
|
onChange={[Function]}
|
|
3201
3203
|
onDeselect={[Function]}
|
|
3204
|
+
onDropdownVisibleChange={[Function]}
|
|
3202
3205
|
onFocus={[Function]}
|
|
3203
3206
|
onInputKeyDown={[Function]}
|
|
3204
3207
|
onSearch={[Function]}
|
|
@@ -3437,7 +3440,11 @@ new message content.",
|
|
|
3437
3440
|
}
|
|
3438
3441
|
}
|
|
3439
3442
|
title=""
|
|
3440
|
-
|
|
3443
|
+
>
|
|
3444
|
+
<div
|
|
3445
|
+
className="cap-select-option-tooltip"
|
|
3446
|
+
/>
|
|
3447
|
+
</div>
|
|
3441
3448
|
</div>
|
|
3442
3449
|
<span
|
|
3443
3450
|
className="ant-select-arrow"
|
|
@@ -6940,6 +6947,7 @@ new message content.",
|
|
|
6940
6947
|
},
|
|
6941
6948
|
]
|
|
6942
6949
|
}
|
|
6950
|
+
showTruncatedTooltip={false}
|
|
6943
6951
|
size="large"
|
|
6944
6952
|
style={
|
|
6945
6953
|
Object {
|
|
@@ -6958,6 +6966,7 @@ new message content.",
|
|
|
6958
6966
|
/>
|
|
6959
6967
|
}
|
|
6960
6968
|
onChange={[Function]}
|
|
6969
|
+
onDropdownVisibleChange={[Function]}
|
|
6961
6970
|
removeIcon={
|
|
6962
6971
|
<CapIcon
|
|
6963
6972
|
size="s"
|
|
@@ -7022,6 +7031,7 @@ new message content.",
|
|
|
7022
7031
|
onBlur={[Function]}
|
|
7023
7032
|
onChange={[Function]}
|
|
7024
7033
|
onDeselect={[Function]}
|
|
7034
|
+
onDropdownVisibleChange={[Function]}
|
|
7025
7035
|
onFocus={[Function]}
|
|
7026
7036
|
onInputKeyDown={[Function]}
|
|
7027
7037
|
onSearch={[Function]}
|
|
@@ -7260,7 +7270,11 @@ new message content.",
|
|
|
7260
7270
|
}
|
|
7261
7271
|
}
|
|
7262
7272
|
title=""
|
|
7263
|
-
|
|
7273
|
+
>
|
|
7274
|
+
<div
|
|
7275
|
+
className="cap-select-option-tooltip"
|
|
7276
|
+
/>
|
|
7277
|
+
</div>
|
|
7264
7278
|
</div>
|
|
7265
7279
|
<span
|
|
7266
7280
|
className="ant-select-arrow"
|
|
@@ -10707,6 +10721,7 @@ new message content.",
|
|
|
10707
10721
|
},
|
|
10708
10722
|
]
|
|
10709
10723
|
}
|
|
10724
|
+
showTruncatedTooltip={false}
|
|
10710
10725
|
size="large"
|
|
10711
10726
|
style={
|
|
10712
10727
|
Object {
|
|
@@ -10725,6 +10740,7 @@ new message content.",
|
|
|
10725
10740
|
/>
|
|
10726
10741
|
}
|
|
10727
10742
|
onChange={[Function]}
|
|
10743
|
+
onDropdownVisibleChange={[Function]}
|
|
10728
10744
|
removeIcon={
|
|
10729
10745
|
<CapIcon
|
|
10730
10746
|
size="s"
|
|
@@ -10789,6 +10805,7 @@ new message content.",
|
|
|
10789
10805
|
onBlur={[Function]}
|
|
10790
10806
|
onChange={[Function]}
|
|
10791
10807
|
onDeselect={[Function]}
|
|
10808
|
+
onDropdownVisibleChange={[Function]}
|
|
10792
10809
|
onFocus={[Function]}
|
|
10793
10810
|
onInputKeyDown={[Function]}
|
|
10794
10811
|
onSearch={[Function]}
|
|
@@ -11027,7 +11044,11 @@ new message content.",
|
|
|
11027
11044
|
}
|
|
11028
11045
|
}
|
|
11029
11046
|
title=""
|
|
11030
|
-
|
|
11047
|
+
>
|
|
11048
|
+
<div
|
|
11049
|
+
className="cap-select-option-tooltip"
|
|
11050
|
+
/>
|
|
11051
|
+
</div>
|
|
11031
11052
|
</div>
|
|
11032
11053
|
<span
|
|
11033
11054
|
className="ant-select-arrow"
|
|
@@ -86505,6 +86505,7 @@ new message content.",
|
|
|
86505
86505
|
},
|
|
86506
86506
|
]
|
|
86507
86507
|
}
|
|
86508
|
+
showTruncatedTooltip={false}
|
|
86508
86509
|
size="large"
|
|
86509
86510
|
style={
|
|
86510
86511
|
Object {
|
|
@@ -86524,6 +86525,7 @@ new message content.",
|
|
|
86524
86525
|
/>
|
|
86525
86526
|
}
|
|
86526
86527
|
onChange={[Function]}
|
|
86528
|
+
onDropdownVisibleChange={[Function]}
|
|
86527
86529
|
removeIcon={
|
|
86528
86530
|
<_default
|
|
86529
86531
|
size="s"
|
|
@@ -86589,6 +86591,7 @@ new message content.",
|
|
|
86589
86591
|
onBlur={[Function]}
|
|
86590
86592
|
onChange={[Function]}
|
|
86591
86593
|
onDeselect={[Function]}
|
|
86594
|
+
onDropdownVisibleChange={[Function]}
|
|
86592
86595
|
onFocus={[Function]}
|
|
86593
86596
|
onInputKeyDown={[Function]}
|
|
86594
86597
|
onSearch={[Function]}
|
|
@@ -86827,9 +86830,13 @@ new message content.",
|
|
|
86827
86830
|
"opacity": 1,
|
|
86828
86831
|
}
|
|
86829
86832
|
}
|
|
86830
|
-
title="
|
|
86833
|
+
title=""
|
|
86831
86834
|
>
|
|
86832
|
-
|
|
86835
|
+
<div
|
|
86836
|
+
className="cap-select-option-tooltip"
|
|
86837
|
+
>
|
|
86838
|
+
Vertical Medium
|
|
86839
|
+
</div>
|
|
86833
86840
|
</div>
|
|
86834
86841
|
</div>
|
|
86835
86842
|
<span
|
|
@@ -105847,6 +105854,7 @@ new message content.",
|
|
|
105847
105854
|
},
|
|
105848
105855
|
]
|
|
105849
105856
|
}
|
|
105857
|
+
showTruncatedTooltip={false}
|
|
105850
105858
|
size="large"
|
|
105851
105859
|
style={
|
|
105852
105860
|
Object {
|
|
@@ -105866,6 +105874,7 @@ new message content.",
|
|
|
105866
105874
|
/>
|
|
105867
105875
|
}
|
|
105868
105876
|
onChange={[Function]}
|
|
105877
|
+
onDropdownVisibleChange={[Function]}
|
|
105869
105878
|
removeIcon={
|
|
105870
105879
|
<_default
|
|
105871
105880
|
size="s"
|
|
@@ -105931,6 +105940,7 @@ new message content.",
|
|
|
105931
105940
|
onBlur={[Function]}
|
|
105932
105941
|
onChange={[Function]}
|
|
105933
105942
|
onDeselect={[Function]}
|
|
105943
|
+
onDropdownVisibleChange={[Function]}
|
|
105934
105944
|
onFocus={[Function]}
|
|
105935
105945
|
onInputKeyDown={[Function]}
|
|
105936
105946
|
onSearch={[Function]}
|
|
@@ -106169,9 +106179,13 @@ new message content.",
|
|
|
106169
106179
|
"opacity": 1,
|
|
106170
106180
|
}
|
|
106171
106181
|
}
|
|
106172
|
-
title="
|
|
106182
|
+
title=""
|
|
106173
106183
|
>
|
|
106174
|
-
|
|
106184
|
+
<div
|
|
106185
|
+
className="cap-select-option-tooltip"
|
|
106186
|
+
>
|
|
106187
|
+
Vertical Medium
|
|
106188
|
+
</div>
|
|
106175
106189
|
</div>
|
|
106176
106190
|
</div>
|
|
106177
106191
|
<span
|