@capillarytech/creatives-library 7.17.140 → 7.17.141
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/v2Components/TemplatePreview/index.js +3 -3
- package/v2Containers/Email/index.js +3 -5
- package/v2Containers/Whatsapp/index.js +82 -101
- package/v2Containers/Whatsapp/index.scss +6 -8
- package/v2Containers/Whatsapp/messages.js +3 -11
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +146 -302
- package/v2Containers/Whatsapp/tests/index.test.js +1 -4
- package/v2Containers/Whatsapp/utils.js +5 -0
- package/v2Containers/mockdata.js +5 -0
|
@@ -8109,15 +8109,12 @@ new message content.",
|
|
|
8109
8109
|
inline={false}
|
|
8110
8110
|
size="large"
|
|
8111
8111
|
suffix={
|
|
8112
|
-
<
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
type="flat"
|
|
8119
|
-
/>
|
|
8120
|
-
</React.Fragment>
|
|
8112
|
+
<CapButton
|
|
8113
|
+
disabled={false}
|
|
8114
|
+
isAddBtn={true}
|
|
8115
|
+
onClick={[Function]}
|
|
8116
|
+
type="flat"
|
|
8117
|
+
/>
|
|
8121
8118
|
}
|
|
8122
8119
|
title={
|
|
8123
8120
|
<CapHeading
|
|
@@ -8864,7 +8861,6 @@ new message content.",
|
|
|
8864
8861
|
</CapHeading>
|
|
8865
8862
|
</div>
|
|
8866
8863
|
<CapButton
|
|
8867
|
-
data-testid="suffix-button"
|
|
8868
8864
|
disabled={false}
|
|
8869
8865
|
isAddBtn={true}
|
|
8870
8866
|
onClick={[Function]}
|
|
@@ -8873,7 +8869,6 @@ new message content.",
|
|
|
8873
8869
|
<Button
|
|
8874
8870
|
block={false}
|
|
8875
8871
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
8876
|
-
data-testid="suffix-button"
|
|
8877
8872
|
disabled={false}
|
|
8878
8873
|
ghost={false}
|
|
8879
8874
|
htmlType="button"
|
|
@@ -8884,7 +8879,6 @@ new message content.",
|
|
|
8884
8879
|
<Wave>
|
|
8885
8880
|
<button
|
|
8886
8881
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
8887
|
-
data-testid="suffix-button"
|
|
8888
8882
|
disabled={false}
|
|
8889
8883
|
onClick={[Function]}
|
|
8890
8884
|
type="button"
|
|
@@ -21727,15 +21721,12 @@ new message content.",
|
|
|
21727
21721
|
inline={false}
|
|
21728
21722
|
size="large"
|
|
21729
21723
|
suffix={
|
|
21730
|
-
<
|
|
21731
|
-
|
|
21732
|
-
|
|
21733
|
-
|
|
21734
|
-
|
|
21735
|
-
|
|
21736
|
-
type="flat"
|
|
21737
|
-
/>
|
|
21738
|
-
</React.Fragment>
|
|
21724
|
+
<CapButton
|
|
21725
|
+
disabled={false}
|
|
21726
|
+
isAddBtn={true}
|
|
21727
|
+
onClick={[Function]}
|
|
21728
|
+
type="flat"
|
|
21729
|
+
/>
|
|
21739
21730
|
}
|
|
21740
21731
|
title={
|
|
21741
21732
|
<CapHeading
|
|
@@ -22482,7 +22473,6 @@ new message content.",
|
|
|
22482
22473
|
</CapHeading>
|
|
22483
22474
|
</div>
|
|
22484
22475
|
<CapButton
|
|
22485
|
-
data-testid="suffix-button"
|
|
22486
22476
|
disabled={false}
|
|
22487
22477
|
isAddBtn={true}
|
|
22488
22478
|
onClick={[Function]}
|
|
@@ -22491,7 +22481,6 @@ new message content.",
|
|
|
22491
22481
|
<Button
|
|
22492
22482
|
block={false}
|
|
22493
22483
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
22494
|
-
data-testid="suffix-button"
|
|
22495
22484
|
disabled={false}
|
|
22496
22485
|
ghost={false}
|
|
22497
22486
|
htmlType="button"
|
|
@@ -22502,7 +22491,6 @@ new message content.",
|
|
|
22502
22491
|
<Wave>
|
|
22503
22492
|
<button
|
|
22504
22493
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
22505
|
-
data-testid="suffix-button"
|
|
22506
22494
|
disabled={false}
|
|
22507
22495
|
onClick={[Function]}
|
|
22508
22496
|
type="button"
|
|
@@ -35738,14 +35726,11 @@ new message content.",
|
|
|
35738
35726
|
inline={false}
|
|
35739
35727
|
size="large"
|
|
35740
35728
|
suffix={
|
|
35741
|
-
<
|
|
35742
|
-
|
|
35743
|
-
|
|
35744
|
-
|
|
35745
|
-
|
|
35746
|
-
type="flat"
|
|
35747
|
-
/>
|
|
35748
|
-
</React.Fragment>
|
|
35729
|
+
<CapButton
|
|
35730
|
+
isAddBtn={true}
|
|
35731
|
+
onClick={[Function]}
|
|
35732
|
+
type="flat"
|
|
35733
|
+
/>
|
|
35749
35734
|
}
|
|
35750
35735
|
title={
|
|
35751
35736
|
<CapHeading
|
|
@@ -36492,7 +36477,6 @@ new message content.",
|
|
|
36492
36477
|
</CapHeading>
|
|
36493
36478
|
</div>
|
|
36494
36479
|
<CapButton
|
|
36495
|
-
data-testid="suffix-button"
|
|
36496
36480
|
isAddBtn={true}
|
|
36497
36481
|
onClick={[Function]}
|
|
36498
36482
|
type="flat"
|
|
@@ -36500,7 +36484,6 @@ new message content.",
|
|
|
36500
36484
|
<Button
|
|
36501
36485
|
block={false}
|
|
36502
36486
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
36503
|
-
data-testid="suffix-button"
|
|
36504
36487
|
ghost={false}
|
|
36505
36488
|
htmlType="button"
|
|
36506
36489
|
loading={false}
|
|
@@ -36510,7 +36493,6 @@ new message content.",
|
|
|
36510
36493
|
<Wave>
|
|
36511
36494
|
<button
|
|
36512
36495
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
36513
|
-
data-testid="suffix-button"
|
|
36514
36496
|
onClick={[Function]}
|
|
36515
36497
|
type="button"
|
|
36516
36498
|
>
|
|
@@ -48949,15 +48931,12 @@ new message content.",
|
|
|
48949
48931
|
inline={false}
|
|
48950
48932
|
size="large"
|
|
48951
48933
|
suffix={
|
|
48952
|
-
<
|
|
48953
|
-
|
|
48954
|
-
|
|
48955
|
-
|
|
48956
|
-
|
|
48957
|
-
|
|
48958
|
-
type="flat"
|
|
48959
|
-
/>
|
|
48960
|
-
</React.Fragment>
|
|
48934
|
+
<CapButton
|
|
48935
|
+
disabled={false}
|
|
48936
|
+
isAddBtn={true}
|
|
48937
|
+
onClick={[Function]}
|
|
48938
|
+
type="flat"
|
|
48939
|
+
/>
|
|
48961
48940
|
}
|
|
48962
48941
|
title={
|
|
48963
48942
|
<CapHeading
|
|
@@ -49704,7 +49683,6 @@ new message content.",
|
|
|
49704
49683
|
</CapHeading>
|
|
49705
49684
|
</div>
|
|
49706
49685
|
<CapButton
|
|
49707
|
-
data-testid="suffix-button"
|
|
49708
49686
|
disabled={false}
|
|
49709
49687
|
isAddBtn={true}
|
|
49710
49688
|
onClick={[Function]}
|
|
@@ -49713,7 +49691,6 @@ new message content.",
|
|
|
49713
49691
|
<Button
|
|
49714
49692
|
block={false}
|
|
49715
49693
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
49716
|
-
data-testid="suffix-button"
|
|
49717
49694
|
disabled={false}
|
|
49718
49695
|
ghost={false}
|
|
49719
49696
|
htmlType="button"
|
|
@@ -49724,7 +49701,6 @@ new message content.",
|
|
|
49724
49701
|
<Wave>
|
|
49725
49702
|
<button
|
|
49726
49703
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
49727
|
-
data-testid="suffix-button"
|
|
49728
49704
|
disabled={false}
|
|
49729
49705
|
onClick={[Function]}
|
|
49730
49706
|
type="button"
|
|
@@ -63888,15 +63864,12 @@ new message content.",
|
|
|
63888
63864
|
inline={false}
|
|
63889
63865
|
size="large"
|
|
63890
63866
|
suffix={
|
|
63891
|
-
<
|
|
63892
|
-
|
|
63893
|
-
|
|
63894
|
-
|
|
63895
|
-
|
|
63896
|
-
|
|
63897
|
-
type="flat"
|
|
63898
|
-
/>
|
|
63899
|
-
</React.Fragment>
|
|
63867
|
+
<CapButton
|
|
63868
|
+
disabled={false}
|
|
63869
|
+
isAddBtn={true}
|
|
63870
|
+
onClick={[Function]}
|
|
63871
|
+
type="flat"
|
|
63872
|
+
/>
|
|
63900
63873
|
}
|
|
63901
63874
|
title={
|
|
63902
63875
|
<CapHeading
|
|
@@ -64643,7 +64616,6 @@ new message content.",
|
|
|
64643
64616
|
</CapHeading>
|
|
64644
64617
|
</div>
|
|
64645
64618
|
<CapButton
|
|
64646
|
-
data-testid="suffix-button"
|
|
64647
64619
|
disabled={false}
|
|
64648
64620
|
isAddBtn={true}
|
|
64649
64621
|
onClick={[Function]}
|
|
@@ -64652,7 +64624,6 @@ new message content.",
|
|
|
64652
64624
|
<Button
|
|
64653
64625
|
block={false}
|
|
64654
64626
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
64655
|
-
data-testid="suffix-button"
|
|
64656
64627
|
disabled={false}
|
|
64657
64628
|
ghost={false}
|
|
64658
64629
|
htmlType="button"
|
|
@@ -64663,7 +64634,6 @@ new message content.",
|
|
|
64663
64634
|
<Wave>
|
|
64664
64635
|
<button
|
|
64665
64636
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
64666
|
-
data-testid="suffix-button"
|
|
64667
64637
|
disabled={false}
|
|
64668
64638
|
onClick={[Function]}
|
|
64669
64639
|
type="button"
|
|
@@ -80143,15 +80113,12 @@ new message content.",
|
|
|
80143
80113
|
inline={false}
|
|
80144
80114
|
size="large"
|
|
80145
80115
|
suffix={
|
|
80146
|
-
<
|
|
80147
|
-
|
|
80148
|
-
|
|
80149
|
-
|
|
80150
|
-
|
|
80151
|
-
|
|
80152
|
-
type="flat"
|
|
80153
|
-
/>
|
|
80154
|
-
</React.Fragment>
|
|
80116
|
+
<CapButton
|
|
80117
|
+
disabled={false}
|
|
80118
|
+
isAddBtn={true}
|
|
80119
|
+
onClick={[Function]}
|
|
80120
|
+
type="flat"
|
|
80121
|
+
/>
|
|
80155
80122
|
}
|
|
80156
80123
|
title={
|
|
80157
80124
|
<CapHeading
|
|
@@ -80898,7 +80865,6 @@ new message content.",
|
|
|
80898
80865
|
</CapHeading>
|
|
80899
80866
|
</div>
|
|
80900
80867
|
<CapButton
|
|
80901
|
-
data-testid="suffix-button"
|
|
80902
80868
|
disabled={false}
|
|
80903
80869
|
isAddBtn={true}
|
|
80904
80870
|
onClick={[Function]}
|
|
@@ -80907,7 +80873,6 @@ new message content.",
|
|
|
80907
80873
|
<Button
|
|
80908
80874
|
block={false}
|
|
80909
80875
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
80910
|
-
data-testid="suffix-button"
|
|
80911
80876
|
disabled={false}
|
|
80912
80877
|
ghost={false}
|
|
80913
80878
|
htmlType="button"
|
|
@@ -80918,7 +80883,6 @@ new message content.",
|
|
|
80918
80883
|
<Wave>
|
|
80919
80884
|
<button
|
|
80920
80885
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
80921
|
-
data-testid="suffix-button"
|
|
80922
80886
|
disabled={false}
|
|
80923
80887
|
onClick={[Function]}
|
|
80924
80888
|
type="button"
|
|
@@ -97311,15 +97275,12 @@ new message content.",
|
|
|
97311
97275
|
inline={false}
|
|
97312
97276
|
size="large"
|
|
97313
97277
|
suffix={
|
|
97314
|
-
<
|
|
97315
|
-
|
|
97316
|
-
|
|
97317
|
-
|
|
97318
|
-
|
|
97319
|
-
|
|
97320
|
-
type="flat"
|
|
97321
|
-
/>
|
|
97322
|
-
</React.Fragment>
|
|
97278
|
+
<CapButton
|
|
97279
|
+
disabled={false}
|
|
97280
|
+
isAddBtn={true}
|
|
97281
|
+
onClick={[Function]}
|
|
97282
|
+
type="flat"
|
|
97283
|
+
/>
|
|
97323
97284
|
}
|
|
97324
97285
|
title={
|
|
97325
97286
|
<CapHeading
|
|
@@ -98066,7 +98027,6 @@ new message content.",
|
|
|
98066
98027
|
</CapHeading>
|
|
98067
98028
|
</div>
|
|
98068
98029
|
<CapButton
|
|
98069
|
-
data-testid="suffix-button"
|
|
98070
98030
|
disabled={false}
|
|
98071
98031
|
isAddBtn={true}
|
|
98072
98032
|
onClick={[Function]}
|
|
@@ -98075,7 +98035,6 @@ new message content.",
|
|
|
98075
98035
|
<Button
|
|
98076
98036
|
block={false}
|
|
98077
98037
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
98078
|
-
data-testid="suffix-button"
|
|
98079
98038
|
disabled={false}
|
|
98080
98039
|
ghost={false}
|
|
98081
98040
|
htmlType="button"
|
|
@@ -98086,7 +98045,6 @@ new message content.",
|
|
|
98086
98045
|
<Wave>
|
|
98087
98046
|
<button
|
|
98088
98047
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
98089
|
-
data-testid="suffix-button"
|
|
98090
98048
|
disabled={false}
|
|
98091
98049
|
onClick={[Function]}
|
|
98092
98050
|
type="button"
|
|
@@ -114925,15 +114883,12 @@ new message content.",
|
|
|
114925
114883
|
inline={false}
|
|
114926
114884
|
size="large"
|
|
114927
114885
|
suffix={
|
|
114928
|
-
<
|
|
114929
|
-
|
|
114930
|
-
|
|
114931
|
-
|
|
114932
|
-
|
|
114933
|
-
|
|
114934
|
-
type="flat"
|
|
114935
|
-
/>
|
|
114936
|
-
</React.Fragment>
|
|
114886
|
+
<CapButton
|
|
114887
|
+
disabled={false}
|
|
114888
|
+
isAddBtn={true}
|
|
114889
|
+
onClick={[Function]}
|
|
114890
|
+
type="flat"
|
|
114891
|
+
/>
|
|
114937
114892
|
}
|
|
114938
114893
|
title={
|
|
114939
114894
|
<CapHeading
|
|
@@ -115680,7 +115635,6 @@ new message content.",
|
|
|
115680
115635
|
</CapHeading>
|
|
115681
115636
|
</div>
|
|
115682
115637
|
<CapButton
|
|
115683
|
-
data-testid="suffix-button"
|
|
115684
115638
|
disabled={false}
|
|
115685
115639
|
isAddBtn={true}
|
|
115686
115640
|
onClick={[Function]}
|
|
@@ -115689,7 +115643,6 @@ new message content.",
|
|
|
115689
115643
|
<Button
|
|
115690
115644
|
block={false}
|
|
115691
115645
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
115692
|
-
data-testid="suffix-button"
|
|
115693
115646
|
disabled={false}
|
|
115694
115647
|
ghost={false}
|
|
115695
115648
|
htmlType="button"
|
|
@@ -115700,7 +115653,6 @@ new message content.",
|
|
|
115700
115653
|
<Wave>
|
|
115701
115654
|
<button
|
|
115702
115655
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
115703
|
-
data-testid="suffix-button"
|
|
115704
115656
|
disabled={false}
|
|
115705
115657
|
onClick={[Function]}
|
|
115706
115658
|
type="button"
|
|
@@ -206643,15 +206595,12 @@ new message content.",
|
|
|
206643
206595
|
inline={false}
|
|
206644
206596
|
size="large"
|
|
206645
206597
|
suffix={
|
|
206646
|
-
<
|
|
206647
|
-
|
|
206648
|
-
|
|
206649
|
-
|
|
206650
|
-
|
|
206651
|
-
|
|
206652
|
-
type="flat"
|
|
206653
|
-
/>
|
|
206654
|
-
</React.Fragment>
|
|
206598
|
+
<CapButton
|
|
206599
|
+
disabled={false}
|
|
206600
|
+
isAddBtn={true}
|
|
206601
|
+
onClick={[Function]}
|
|
206602
|
+
type="flat"
|
|
206603
|
+
/>
|
|
206655
206604
|
}
|
|
206656
206605
|
title={
|
|
206657
206606
|
<CapHeading
|
|
@@ -207398,7 +207347,6 @@ new message content.",
|
|
|
207398
207347
|
</CapHeading>
|
|
207399
207348
|
</div>
|
|
207400
207349
|
<CapButton
|
|
207401
|
-
data-testid="suffix-button"
|
|
207402
207350
|
disabled={false}
|
|
207403
207351
|
isAddBtn={true}
|
|
207404
207352
|
onClick={[Function]}
|
|
@@ -207407,7 +207355,6 @@ new message content.",
|
|
|
207407
207355
|
<Button
|
|
207408
207356
|
block={false}
|
|
207409
207357
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
207410
|
-
data-testid="suffix-button"
|
|
207411
207358
|
disabled={false}
|
|
207412
207359
|
ghost={false}
|
|
207413
207360
|
htmlType="button"
|
|
@@ -207418,7 +207365,6 @@ new message content.",
|
|
|
207418
207365
|
<Wave>
|
|
207419
207366
|
<button
|
|
207420
207367
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
207421
|
-
data-testid="suffix-button"
|
|
207422
207368
|
disabled={false}
|
|
207423
207369
|
onClick={[Function]}
|
|
207424
207370
|
type="button"
|
|
@@ -223266,15 +223212,12 @@ new message content.",
|
|
|
223266
223212
|
inline={false}
|
|
223267
223213
|
size="large"
|
|
223268
223214
|
suffix={
|
|
223269
|
-
<
|
|
223270
|
-
|
|
223271
|
-
|
|
223272
|
-
|
|
223273
|
-
|
|
223274
|
-
|
|
223275
|
-
type="flat"
|
|
223276
|
-
/>
|
|
223277
|
-
</React.Fragment>
|
|
223215
|
+
<CapButton
|
|
223216
|
+
disabled={false}
|
|
223217
|
+
isAddBtn={true}
|
|
223218
|
+
onClick={[Function]}
|
|
223219
|
+
type="flat"
|
|
223220
|
+
/>
|
|
223278
223221
|
}
|
|
223279
223222
|
title={
|
|
223280
223223
|
<CapHeading
|
|
@@ -224021,7 +223964,6 @@ new message content.",
|
|
|
224021
223964
|
</CapHeading>
|
|
224022
223965
|
</div>
|
|
224023
223966
|
<CapButton
|
|
224024
|
-
data-testid="suffix-button"
|
|
224025
223967
|
disabled={false}
|
|
224026
223968
|
isAddBtn={true}
|
|
224027
223969
|
onClick={[Function]}
|
|
@@ -224030,7 +223972,6 @@ new message content.",
|
|
|
224030
223972
|
<Button
|
|
224031
223973
|
block={false}
|
|
224032
223974
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
224033
|
-
data-testid="suffix-button"
|
|
224034
223975
|
disabled={false}
|
|
224035
223976
|
ghost={false}
|
|
224036
223977
|
htmlType="button"
|
|
@@ -224041,7 +223982,6 @@ new message content.",
|
|
|
224041
223982
|
<Wave>
|
|
224042
223983
|
<button
|
|
224043
223984
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
224044
|
-
data-testid="suffix-button"
|
|
224045
223985
|
disabled={false}
|
|
224046
223986
|
onClick={[Function]}
|
|
224047
223987
|
type="button"
|
|
@@ -237726,15 +237666,12 @@ new message content.",
|
|
|
237726
237666
|
inline={false}
|
|
237727
237667
|
size="large"
|
|
237728
237668
|
suffix={
|
|
237729
|
-
<
|
|
237730
|
-
|
|
237731
|
-
|
|
237732
|
-
|
|
237733
|
-
|
|
237734
|
-
|
|
237735
|
-
type="flat"
|
|
237736
|
-
/>
|
|
237737
|
-
</React.Fragment>
|
|
237669
|
+
<CapButton
|
|
237670
|
+
disabled={false}
|
|
237671
|
+
isAddBtn={true}
|
|
237672
|
+
onClick={[Function]}
|
|
237673
|
+
type="flat"
|
|
237674
|
+
/>
|
|
237738
237675
|
}
|
|
237739
237676
|
title={
|
|
237740
237677
|
<CapHeading
|
|
@@ -238481,7 +238418,6 @@ new message content.",
|
|
|
238481
238418
|
</CapHeading>
|
|
238482
238419
|
</div>
|
|
238483
238420
|
<CapButton
|
|
238484
|
-
data-testid="suffix-button"
|
|
238485
238421
|
disabled={false}
|
|
238486
238422
|
isAddBtn={true}
|
|
238487
238423
|
onClick={[Function]}
|
|
@@ -238490,7 +238426,6 @@ new message content.",
|
|
|
238490
238426
|
<Button
|
|
238491
238427
|
block={false}
|
|
238492
238428
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
238493
|
-
data-testid="suffix-button"
|
|
238494
238429
|
disabled={false}
|
|
238495
238430
|
ghost={false}
|
|
238496
238431
|
htmlType="button"
|
|
@@ -238501,7 +238436,6 @@ new message content.",
|
|
|
238501
238436
|
<Wave>
|
|
238502
238437
|
<button
|
|
238503
238438
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
238504
|
-
data-testid="suffix-button"
|
|
238505
238439
|
disabled={false}
|
|
238506
238440
|
onClick={[Function]}
|
|
238507
238441
|
type="button"
|
|
@@ -251330,14 +251264,11 @@ new message content.",
|
|
|
251330
251264
|
inline={false}
|
|
251331
251265
|
size="large"
|
|
251332
251266
|
suffix={
|
|
251333
|
-
<
|
|
251334
|
-
|
|
251335
|
-
|
|
251336
|
-
|
|
251337
|
-
|
|
251338
|
-
type="flat"
|
|
251339
|
-
/>
|
|
251340
|
-
</React.Fragment>
|
|
251267
|
+
<CapButton
|
|
251268
|
+
isAddBtn={true}
|
|
251269
|
+
onClick={[Function]}
|
|
251270
|
+
type="flat"
|
|
251271
|
+
/>
|
|
251341
251272
|
}
|
|
251342
251273
|
title={
|
|
251343
251274
|
<CapHeading
|
|
@@ -252084,7 +252015,6 @@ new message content.",
|
|
|
252084
252015
|
</CapHeading>
|
|
252085
252016
|
</div>
|
|
252086
252017
|
<CapButton
|
|
252087
|
-
data-testid="suffix-button"
|
|
252088
252018
|
isAddBtn={true}
|
|
252089
252019
|
onClick={[Function]}
|
|
252090
252020
|
type="flat"
|
|
@@ -252092,7 +252022,6 @@ new message content.",
|
|
|
252092
252022
|
<Button
|
|
252093
252023
|
block={false}
|
|
252094
252024
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
252095
|
-
data-testid="suffix-button"
|
|
252096
252025
|
ghost={false}
|
|
252097
252026
|
htmlType="button"
|
|
252098
252027
|
loading={false}
|
|
@@ -252102,7 +252031,6 @@ new message content.",
|
|
|
252102
252031
|
<Wave>
|
|
252103
252032
|
<button
|
|
252104
252033
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
252105
|
-
data-testid="suffix-button"
|
|
252106
252034
|
onClick={[Function]}
|
|
252107
252035
|
type="button"
|
|
252108
252036
|
>
|
|
@@ -265311,15 +265239,12 @@ new message content.",
|
|
|
265311
265239
|
inline={false}
|
|
265312
265240
|
size="large"
|
|
265313
265241
|
suffix={
|
|
265314
|
-
<
|
|
265315
|
-
|
|
265316
|
-
|
|
265317
|
-
|
|
265318
|
-
|
|
265319
|
-
|
|
265320
|
-
type="flat"
|
|
265321
|
-
/>
|
|
265322
|
-
</React.Fragment>
|
|
265242
|
+
<CapButton
|
|
265243
|
+
disabled={false}
|
|
265244
|
+
isAddBtn={true}
|
|
265245
|
+
onClick={[Function]}
|
|
265246
|
+
type="flat"
|
|
265247
|
+
/>
|
|
265323
265248
|
}
|
|
265324
265249
|
title={
|
|
265325
265250
|
<CapHeading
|
|
@@ -266066,7 +265991,6 @@ new message content.",
|
|
|
266066
265991
|
</CapHeading>
|
|
266067
265992
|
</div>
|
|
266068
265993
|
<CapButton
|
|
266069
|
-
data-testid="suffix-button"
|
|
266070
265994
|
disabled={false}
|
|
266071
265995
|
isAddBtn={true}
|
|
266072
265996
|
onClick={[Function]}
|
|
@@ -266075,7 +265999,6 @@ new message content.",
|
|
|
266075
265999
|
<Button
|
|
266076
266000
|
block={false}
|
|
266077
266001
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
266078
|
-
data-testid="suffix-button"
|
|
266079
266002
|
disabled={false}
|
|
266080
266003
|
ghost={false}
|
|
266081
266004
|
htmlType="button"
|
|
@@ -266086,7 +266009,6 @@ new message content.",
|
|
|
266086
266009
|
<Wave>
|
|
266087
266010
|
<button
|
|
266088
266011
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
266089
|
-
data-testid="suffix-button"
|
|
266090
266012
|
disabled={false}
|
|
266091
266013
|
onClick={[Function]}
|
|
266092
266014
|
type="button"
|
|
@@ -279701,14 +279623,11 @@ new message content.",
|
|
|
279701
279623
|
inline={false}
|
|
279702
279624
|
size="large"
|
|
279703
279625
|
suffix={
|
|
279704
|
-
<
|
|
279705
|
-
|
|
279706
|
-
|
|
279707
|
-
|
|
279708
|
-
|
|
279709
|
-
type="flat"
|
|
279710
|
-
/>
|
|
279711
|
-
</React.Fragment>
|
|
279626
|
+
<CapButton
|
|
279627
|
+
isAddBtn={true}
|
|
279628
|
+
onClick={[Function]}
|
|
279629
|
+
type="flat"
|
|
279630
|
+
/>
|
|
279712
279631
|
}
|
|
279713
279632
|
title={
|
|
279714
279633
|
<CapHeading
|
|
@@ -280455,7 +280374,6 @@ new message content.",
|
|
|
280455
280374
|
</CapHeading>
|
|
280456
280375
|
</div>
|
|
280457
280376
|
<CapButton
|
|
280458
|
-
data-testid="suffix-button"
|
|
280459
280377
|
isAddBtn={true}
|
|
280460
280378
|
onClick={[Function]}
|
|
280461
280379
|
type="flat"
|
|
@@ -280463,7 +280381,6 @@ new message content.",
|
|
|
280463
280381
|
<Button
|
|
280464
280382
|
block={false}
|
|
280465
280383
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
280466
|
-
data-testid="suffix-button"
|
|
280467
280384
|
ghost={false}
|
|
280468
280385
|
htmlType="button"
|
|
280469
280386
|
loading={false}
|
|
@@ -280473,7 +280390,6 @@ new message content.",
|
|
|
280473
280390
|
<Wave>
|
|
280474
280391
|
<button
|
|
280475
280392
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
280476
|
-
data-testid="suffix-button"
|
|
280477
280393
|
onClick={[Function]}
|
|
280478
280394
|
type="button"
|
|
280479
280395
|
>
|
|
@@ -294482,14 +294398,11 @@ new message content.",
|
|
|
294482
294398
|
inline={false}
|
|
294483
294399
|
size="large"
|
|
294484
294400
|
suffix={
|
|
294485
|
-
<
|
|
294486
|
-
|
|
294487
|
-
|
|
294488
|
-
|
|
294489
|
-
|
|
294490
|
-
type="flat"
|
|
294491
|
-
/>
|
|
294492
|
-
</React.Fragment>
|
|
294401
|
+
<CapButton
|
|
294402
|
+
isAddBtn={true}
|
|
294403
|
+
onClick={[Function]}
|
|
294404
|
+
type="flat"
|
|
294405
|
+
/>
|
|
294493
294406
|
}
|
|
294494
294407
|
title={
|
|
294495
294408
|
<CapHeading
|
|
@@ -295236,7 +295149,6 @@ new message content.",
|
|
|
295236
295149
|
</CapHeading>
|
|
295237
295150
|
</div>
|
|
295238
295151
|
<CapButton
|
|
295239
|
-
data-testid="suffix-button"
|
|
295240
295152
|
isAddBtn={true}
|
|
295241
295153
|
onClick={[Function]}
|
|
295242
295154
|
type="flat"
|
|
@@ -295244,7 +295156,6 @@ new message content.",
|
|
|
295244
295156
|
<Button
|
|
295245
295157
|
block={false}
|
|
295246
295158
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
295247
|
-
data-testid="suffix-button"
|
|
295248
295159
|
ghost={false}
|
|
295249
295160
|
htmlType="button"
|
|
295250
295161
|
loading={false}
|
|
@@ -295254,7 +295165,6 @@ new message content.",
|
|
|
295254
295165
|
<Wave>
|
|
295255
295166
|
<button
|
|
295256
295167
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
295257
|
-
data-testid="suffix-button"
|
|
295258
295168
|
onClick={[Function]}
|
|
295259
295169
|
type="button"
|
|
295260
295170
|
>
|
|
@@ -309663,14 +309573,11 @@ new message content.",
|
|
|
309663
309573
|
inline={false}
|
|
309664
309574
|
size="large"
|
|
309665
309575
|
suffix={
|
|
309666
|
-
<
|
|
309667
|
-
|
|
309668
|
-
|
|
309669
|
-
|
|
309670
|
-
|
|
309671
|
-
type="flat"
|
|
309672
|
-
/>
|
|
309673
|
-
</React.Fragment>
|
|
309576
|
+
<CapButton
|
|
309577
|
+
isAddBtn={true}
|
|
309578
|
+
onClick={[Function]}
|
|
309579
|
+
type="flat"
|
|
309580
|
+
/>
|
|
309674
309581
|
}
|
|
309675
309582
|
title={
|
|
309676
309583
|
<CapHeading
|
|
@@ -310417,7 +310324,6 @@ new message content.",
|
|
|
310417
310324
|
</CapHeading>
|
|
310418
310325
|
</div>
|
|
310419
310326
|
<CapButton
|
|
310420
|
-
data-testid="suffix-button"
|
|
310421
310327
|
isAddBtn={true}
|
|
310422
310328
|
onClick={[Function]}
|
|
310423
310329
|
type="flat"
|
|
@@ -310425,7 +310331,6 @@ new message content.",
|
|
|
310425
310331
|
<Button
|
|
310426
310332
|
block={false}
|
|
310427
310333
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
310428
|
-
data-testid="suffix-button"
|
|
310429
310334
|
ghost={false}
|
|
310430
310335
|
htmlType="button"
|
|
310431
310336
|
loading={false}
|
|
@@ -310435,7 +310340,6 @@ new message content.",
|
|
|
310435
310340
|
<Wave>
|
|
310436
310341
|
<button
|
|
310437
310342
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
310438
|
-
data-testid="suffix-button"
|
|
310439
310343
|
onClick={[Function]}
|
|
310440
310344
|
type="button"
|
|
310441
310345
|
>
|
|
@@ -325241,14 +325145,11 @@ new message content.",
|
|
|
325241
325145
|
inline={false}
|
|
325242
325146
|
size="large"
|
|
325243
325147
|
suffix={
|
|
325244
|
-
<
|
|
325245
|
-
|
|
325246
|
-
|
|
325247
|
-
|
|
325248
|
-
|
|
325249
|
-
type="flat"
|
|
325250
|
-
/>
|
|
325251
|
-
</React.Fragment>
|
|
325148
|
+
<CapButton
|
|
325149
|
+
isAddBtn={true}
|
|
325150
|
+
onClick={[Function]}
|
|
325151
|
+
type="flat"
|
|
325152
|
+
/>
|
|
325252
325153
|
}
|
|
325253
325154
|
title={
|
|
325254
325155
|
<CapHeading
|
|
@@ -325995,7 +325896,6 @@ new message content.",
|
|
|
325995
325896
|
</CapHeading>
|
|
325996
325897
|
</div>
|
|
325997
325898
|
<CapButton
|
|
325998
|
-
data-testid="suffix-button"
|
|
325999
325899
|
isAddBtn={true}
|
|
326000
325900
|
onClick={[Function]}
|
|
326001
325901
|
type="flat"
|
|
@@ -326003,7 +325903,6 @@ new message content.",
|
|
|
326003
325903
|
<Button
|
|
326004
325904
|
block={false}
|
|
326005
325905
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
326006
|
-
data-testid="suffix-button"
|
|
326007
325906
|
ghost={false}
|
|
326008
325907
|
htmlType="button"
|
|
326009
325908
|
loading={false}
|
|
@@ -326013,7 +325912,6 @@ new message content.",
|
|
|
326013
325912
|
<Wave>
|
|
326014
325913
|
<button
|
|
326015
325914
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
326016
|
-
data-testid="suffix-button"
|
|
326017
325915
|
onClick={[Function]}
|
|
326018
325916
|
type="button"
|
|
326019
325917
|
>
|
|
@@ -341216,14 +341114,11 @@ new message content.",
|
|
|
341216
341114
|
inline={false}
|
|
341217
341115
|
size="large"
|
|
341218
341116
|
suffix={
|
|
341219
|
-
<
|
|
341220
|
-
|
|
341221
|
-
|
|
341222
|
-
|
|
341223
|
-
|
|
341224
|
-
type="flat"
|
|
341225
|
-
/>
|
|
341226
|
-
</React.Fragment>
|
|
341117
|
+
<CapButton
|
|
341118
|
+
isAddBtn={true}
|
|
341119
|
+
onClick={[Function]}
|
|
341120
|
+
type="flat"
|
|
341121
|
+
/>
|
|
341227
341122
|
}
|
|
341228
341123
|
title={
|
|
341229
341124
|
<CapHeading
|
|
@@ -341970,7 +341865,6 @@ new message content.",
|
|
|
341970
341865
|
</CapHeading>
|
|
341971
341866
|
</div>
|
|
341972
341867
|
<CapButton
|
|
341973
|
-
data-testid="suffix-button"
|
|
341974
341868
|
isAddBtn={true}
|
|
341975
341869
|
onClick={[Function]}
|
|
341976
341870
|
type="flat"
|
|
@@ -341978,7 +341872,6 @@ new message content.",
|
|
|
341978
341872
|
<Button
|
|
341979
341873
|
block={false}
|
|
341980
341874
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
341981
|
-
data-testid="suffix-button"
|
|
341982
341875
|
ghost={false}
|
|
341983
341876
|
htmlType="button"
|
|
341984
341877
|
loading={false}
|
|
@@ -341988,7 +341881,6 @@ new message content.",
|
|
|
341988
341881
|
<Wave>
|
|
341989
341882
|
<button
|
|
341990
341883
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
341991
|
-
data-testid="suffix-button"
|
|
341992
341884
|
onClick={[Function]}
|
|
341993
341885
|
type="button"
|
|
341994
341886
|
>
|
|
@@ -357578,15 +357470,12 @@ new message content.",
|
|
|
357578
357470
|
inline={false}
|
|
357579
357471
|
size="large"
|
|
357580
357472
|
suffix={
|
|
357581
|
-
<
|
|
357582
|
-
|
|
357583
|
-
|
|
357584
|
-
|
|
357585
|
-
|
|
357586
|
-
|
|
357587
|
-
type="flat"
|
|
357588
|
-
/>
|
|
357589
|
-
</React.Fragment>
|
|
357473
|
+
<CapButton
|
|
357474
|
+
disabled={false}
|
|
357475
|
+
isAddBtn={true}
|
|
357476
|
+
onClick={[Function]}
|
|
357477
|
+
type="flat"
|
|
357478
|
+
/>
|
|
357590
357479
|
}
|
|
357591
357480
|
title={
|
|
357592
357481
|
<CapHeading
|
|
@@ -358333,7 +358222,6 @@ new message content.",
|
|
|
358333
358222
|
</CapHeading>
|
|
358334
358223
|
</div>
|
|
358335
358224
|
<CapButton
|
|
358336
|
-
data-testid="suffix-button"
|
|
358337
358225
|
disabled={false}
|
|
358338
358226
|
isAddBtn={true}
|
|
358339
358227
|
onClick={[Function]}
|
|
@@ -358342,7 +358230,6 @@ new message content.",
|
|
|
358342
358230
|
<Button
|
|
358343
358231
|
block={false}
|
|
358344
358232
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
358345
|
-
data-testid="suffix-button"
|
|
358346
358233
|
disabled={false}
|
|
358347
358234
|
ghost={false}
|
|
358348
358235
|
htmlType="button"
|
|
@@ -358353,7 +358240,6 @@ new message content.",
|
|
|
358353
358240
|
<Wave>
|
|
358354
358241
|
<button
|
|
358355
358242
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
358356
|
-
data-testid="suffix-button"
|
|
358357
358243
|
disabled={false}
|
|
358358
358244
|
onClick={[Function]}
|
|
358359
358245
|
type="button"
|
|
@@ -371194,15 +371080,12 @@ new message content.",
|
|
|
371194
371080
|
inline={false}
|
|
371195
371081
|
size="large"
|
|
371196
371082
|
suffix={
|
|
371197
|
-
<
|
|
371198
|
-
|
|
371199
|
-
|
|
371200
|
-
|
|
371201
|
-
|
|
371202
|
-
|
|
371203
|
-
type="flat"
|
|
371204
|
-
/>
|
|
371205
|
-
</React.Fragment>
|
|
371083
|
+
<CapButton
|
|
371084
|
+
disabled={false}
|
|
371085
|
+
isAddBtn={true}
|
|
371086
|
+
onClick={[Function]}
|
|
371087
|
+
type="flat"
|
|
371088
|
+
/>
|
|
371206
371089
|
}
|
|
371207
371090
|
title={
|
|
371208
371091
|
<CapHeading
|
|
@@ -371949,7 +371832,6 @@ new message content.",
|
|
|
371949
371832
|
</CapHeading>
|
|
371950
371833
|
</div>
|
|
371951
371834
|
<CapButton
|
|
371952
|
-
data-testid="suffix-button"
|
|
371953
371835
|
disabled={false}
|
|
371954
371836
|
isAddBtn={true}
|
|
371955
371837
|
onClick={[Function]}
|
|
@@ -371958,7 +371840,6 @@ new message content.",
|
|
|
371958
371840
|
<Button
|
|
371959
371841
|
block={false}
|
|
371960
371842
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
371961
|
-
data-testid="suffix-button"
|
|
371962
371843
|
disabled={false}
|
|
371963
371844
|
ghost={false}
|
|
371964
371845
|
htmlType="button"
|
|
@@ -371969,7 +371850,6 @@ new message content.",
|
|
|
371969
371850
|
<Wave>
|
|
371970
371851
|
<button
|
|
371971
371852
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
371972
|
-
data-testid="suffix-button"
|
|
371973
371853
|
disabled={false}
|
|
371974
371854
|
onClick={[Function]}
|
|
371975
371855
|
type="button"
|
|
@@ -385202,15 +385082,12 @@ new message content.",
|
|
|
385202
385082
|
inline={false}
|
|
385203
385083
|
size="large"
|
|
385204
385084
|
suffix={
|
|
385205
|
-
<
|
|
385206
|
-
|
|
385207
|
-
|
|
385208
|
-
|
|
385209
|
-
|
|
385210
|
-
|
|
385211
|
-
type="flat"
|
|
385212
|
-
/>
|
|
385213
|
-
</React.Fragment>
|
|
385085
|
+
<CapButton
|
|
385086
|
+
disabled={false}
|
|
385087
|
+
isAddBtn={true}
|
|
385088
|
+
onClick={[Function]}
|
|
385089
|
+
type="flat"
|
|
385090
|
+
/>
|
|
385214
385091
|
}
|
|
385215
385092
|
title={
|
|
385216
385093
|
<CapHeading
|
|
@@ -385957,7 +385834,6 @@ new message content.",
|
|
|
385957
385834
|
</CapHeading>
|
|
385958
385835
|
</div>
|
|
385959
385836
|
<CapButton
|
|
385960
|
-
data-testid="suffix-button"
|
|
385961
385837
|
disabled={false}
|
|
385962
385838
|
isAddBtn={true}
|
|
385963
385839
|
onClick={[Function]}
|
|
@@ -385966,7 +385842,6 @@ new message content.",
|
|
|
385966
385842
|
<Button
|
|
385967
385843
|
block={false}
|
|
385968
385844
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
385969
|
-
data-testid="suffix-button"
|
|
385970
385845
|
disabled={false}
|
|
385971
385846
|
ghost={false}
|
|
385972
385847
|
htmlType="button"
|
|
@@ -385977,7 +385852,6 @@ new message content.",
|
|
|
385977
385852
|
<Wave>
|
|
385978
385853
|
<button
|
|
385979
385854
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
385980
|
-
data-testid="suffix-button"
|
|
385981
385855
|
disabled={false}
|
|
385982
385856
|
onClick={[Function]}
|
|
385983
385857
|
type="button"
|
|
@@ -399627,15 +399501,12 @@ new message content.",
|
|
|
399627
399501
|
inline={false}
|
|
399628
399502
|
size="large"
|
|
399629
399503
|
suffix={
|
|
399630
|
-
<
|
|
399631
|
-
|
|
399632
|
-
|
|
399633
|
-
|
|
399634
|
-
|
|
399635
|
-
|
|
399636
|
-
type="flat"
|
|
399637
|
-
/>
|
|
399638
|
-
</React.Fragment>
|
|
399504
|
+
<CapButton
|
|
399505
|
+
disabled={false}
|
|
399506
|
+
isAddBtn={true}
|
|
399507
|
+
onClick={[Function]}
|
|
399508
|
+
type="flat"
|
|
399509
|
+
/>
|
|
399639
399510
|
}
|
|
399640
399511
|
title={
|
|
399641
399512
|
<CapHeading
|
|
@@ -400382,7 +400253,6 @@ new message content.",
|
|
|
400382
400253
|
</CapHeading>
|
|
400383
400254
|
</div>
|
|
400384
400255
|
<CapButton
|
|
400385
|
-
data-testid="suffix-button"
|
|
400386
400256
|
disabled={false}
|
|
400387
400257
|
isAddBtn={true}
|
|
400388
400258
|
onClick={[Function]}
|
|
@@ -400391,7 +400261,6 @@ new message content.",
|
|
|
400391
400261
|
<Button
|
|
400392
400262
|
block={false}
|
|
400393
400263
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
400394
|
-
data-testid="suffix-button"
|
|
400395
400264
|
disabled={false}
|
|
400396
400265
|
ghost={false}
|
|
400397
400266
|
htmlType="button"
|
|
@@ -400402,7 +400271,6 @@ new message content.",
|
|
|
400402
400271
|
<Wave>
|
|
400403
400272
|
<button
|
|
400404
400273
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
400405
|
-
data-testid="suffix-button"
|
|
400406
400274
|
disabled={false}
|
|
400407
400275
|
onClick={[Function]}
|
|
400408
400276
|
type="button"
|
|
@@ -413995,15 +413863,12 @@ new message content.",
|
|
|
413995
413863
|
inline={false}
|
|
413996
413864
|
size="large"
|
|
413997
413865
|
suffix={
|
|
413998
|
-
<
|
|
413999
|
-
|
|
414000
|
-
|
|
414001
|
-
|
|
414002
|
-
|
|
414003
|
-
|
|
414004
|
-
type="flat"
|
|
414005
|
-
/>
|
|
414006
|
-
</React.Fragment>
|
|
413866
|
+
<CapButton
|
|
413867
|
+
disabled={false}
|
|
413868
|
+
isAddBtn={true}
|
|
413869
|
+
onClick={[Function]}
|
|
413870
|
+
type="flat"
|
|
413871
|
+
/>
|
|
414007
413872
|
}
|
|
414008
413873
|
title={
|
|
414009
413874
|
<CapHeading
|
|
@@ -414750,7 +414615,6 @@ new message content.",
|
|
|
414750
414615
|
</CapHeading>
|
|
414751
414616
|
</div>
|
|
414752
414617
|
<CapButton
|
|
414753
|
-
data-testid="suffix-button"
|
|
414754
414618
|
disabled={false}
|
|
414755
414619
|
isAddBtn={true}
|
|
414756
414620
|
onClick={[Function]}
|
|
@@ -414759,7 +414623,6 @@ new message content.",
|
|
|
414759
414623
|
<Button
|
|
414760
414624
|
block={false}
|
|
414761
414625
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
414762
|
-
data-testid="suffix-button"
|
|
414763
414626
|
disabled={false}
|
|
414764
414627
|
ghost={false}
|
|
414765
414628
|
htmlType="button"
|
|
@@ -414770,7 +414633,6 @@ new message content.",
|
|
|
414770
414633
|
<Wave>
|
|
414771
414634
|
<button
|
|
414772
414635
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
414773
|
-
data-testid="suffix-button"
|
|
414774
414636
|
disabled={false}
|
|
414775
414637
|
onClick={[Function]}
|
|
414776
414638
|
type="button"
|
|
@@ -432253,14 +432115,11 @@ new message content.",
|
|
|
432253
432115
|
inline={false}
|
|
432254
432116
|
size="large"
|
|
432255
432117
|
suffix={
|
|
432256
|
-
<
|
|
432257
|
-
|
|
432258
|
-
|
|
432259
|
-
|
|
432260
|
-
|
|
432261
|
-
type="flat"
|
|
432262
|
-
/>
|
|
432263
|
-
</React.Fragment>
|
|
432118
|
+
<CapButton
|
|
432119
|
+
isAddBtn={true}
|
|
432120
|
+
onClick={[Function]}
|
|
432121
|
+
type="flat"
|
|
432122
|
+
/>
|
|
432264
432123
|
}
|
|
432265
432124
|
title={
|
|
432266
432125
|
<CapHeading
|
|
@@ -433007,7 +432866,6 @@ new message content.",
|
|
|
433007
432866
|
</CapHeading>
|
|
433008
432867
|
</div>
|
|
433009
432868
|
<CapButton
|
|
433010
|
-
data-testid="suffix-button"
|
|
433011
432869
|
isAddBtn={true}
|
|
433012
432870
|
onClick={[Function]}
|
|
433013
432871
|
type="flat"
|
|
@@ -433015,7 +432873,6 @@ new message content.",
|
|
|
433015
432873
|
<Button
|
|
433016
432874
|
block={false}
|
|
433017
432875
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
433018
|
-
data-testid="suffix-button"
|
|
433019
432876
|
ghost={false}
|
|
433020
432877
|
htmlType="button"
|
|
433021
432878
|
loading={false}
|
|
@@ -433025,7 +432882,6 @@ new message content.",
|
|
|
433025
432882
|
<Wave>
|
|
433026
432883
|
<button
|
|
433027
432884
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
433028
|
-
data-testid="suffix-button"
|
|
433029
432885
|
onClick={[Function]}
|
|
433030
432886
|
type="button"
|
|
433031
432887
|
>
|
|
@@ -454948,14 +454804,11 @@ undefined",
|
|
|
454948
454804
|
inline={false}
|
|
454949
454805
|
size="large"
|
|
454950
454806
|
suffix={
|
|
454951
|
-
<
|
|
454952
|
-
|
|
454953
|
-
|
|
454954
|
-
|
|
454955
|
-
|
|
454956
|
-
type="flat"
|
|
454957
|
-
/>
|
|
454958
|
-
</React.Fragment>
|
|
454807
|
+
<CapButton
|
|
454808
|
+
isAddBtn={true}
|
|
454809
|
+
onClick={[Function]}
|
|
454810
|
+
type="flat"
|
|
454811
|
+
/>
|
|
454959
454812
|
}
|
|
454960
454813
|
title={
|
|
454961
454814
|
<CapHeading
|
|
@@ -455702,7 +455555,6 @@ undefined",
|
|
|
455702
455555
|
</CapHeading>
|
|
455703
455556
|
</div>
|
|
455704
455557
|
<CapButton
|
|
455705
|
-
data-testid="suffix-button"
|
|
455706
455558
|
isAddBtn={true}
|
|
455707
455559
|
onClick={[Function]}
|
|
455708
455560
|
type="flat"
|
|
@@ -455710,7 +455562,6 @@ undefined",
|
|
|
455710
455562
|
<Button
|
|
455711
455563
|
block={false}
|
|
455712
455564
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
455713
|
-
data-testid="suffix-button"
|
|
455714
455565
|
ghost={false}
|
|
455715
455566
|
htmlType="button"
|
|
455716
455567
|
loading={false}
|
|
@@ -455720,7 +455571,6 @@ undefined",
|
|
|
455720
455571
|
<Wave>
|
|
455721
455572
|
<button
|
|
455722
455573
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
455723
|
-
data-testid="suffix-button"
|
|
455724
455574
|
onClick={[Function]}
|
|
455725
455575
|
type="button"
|
|
455726
455576
|
>
|
|
@@ -478708,14 +478558,11 @@ undefined",
|
|
|
478708
478558
|
inline={false}
|
|
478709
478559
|
size="large"
|
|
478710
478560
|
suffix={
|
|
478711
|
-
<
|
|
478712
|
-
|
|
478713
|
-
|
|
478714
|
-
|
|
478715
|
-
|
|
478716
|
-
type="flat"
|
|
478717
|
-
/>
|
|
478718
|
-
</React.Fragment>
|
|
478561
|
+
<CapButton
|
|
478562
|
+
isAddBtn={true}
|
|
478563
|
+
onClick={[Function]}
|
|
478564
|
+
type="flat"
|
|
478565
|
+
/>
|
|
478719
478566
|
}
|
|
478720
478567
|
title={
|
|
478721
478568
|
<CapHeading
|
|
@@ -479462,7 +479309,6 @@ undefined",
|
|
|
479462
479309
|
</CapHeading>
|
|
479463
479310
|
</div>
|
|
479464
479311
|
<CapButton
|
|
479465
|
-
data-testid="suffix-button"
|
|
479466
479312
|
isAddBtn={true}
|
|
479467
479313
|
onClick={[Function]}
|
|
479468
479314
|
type="flat"
|
|
@@ -479470,7 +479316,6 @@ undefined",
|
|
|
479470
479316
|
<Button
|
|
479471
479317
|
block={false}
|
|
479472
479318
|
className="cap-button-v2 flat-btn add-btn has-icon"
|
|
479473
|
-
data-testid="suffix-button"
|
|
479474
479319
|
ghost={false}
|
|
479475
479320
|
htmlType="button"
|
|
479476
479321
|
loading={false}
|
|
@@ -479480,7 +479325,6 @@ undefined",
|
|
|
479480
479325
|
<Wave>
|
|
479481
479326
|
<button
|
|
479482
479327
|
className="ant-btn cap-button-v2 flat-btn add-btn has-icon ant-btn-flat"
|
|
479483
|
-
data-testid="suffix-button"
|
|
479484
479328
|
onClick={[Function]}
|
|
479485
479329
|
type="button"
|
|
479486
479330
|
>
|