pebble-web 2.26.1 → 2.26.2
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/dist/components/styles/Button.styles.d.ts +1 -1
- package/dist/pebble-web.dev.js +13 -14
- package/dist/pebble-web.dev.js.map +1 -1
- package/dist/pebble-web.es.dev.js +13 -14
- package/dist/pebble-web.es.dev.js.map +1 -1
- package/dist/pebble-web.es.js +8 -9
- package/dist/pebble-web.es.js.map +1 -1
- package/dist/pebble-web.js +8 -9
- package/dist/pebble-web.js.map +1 -1
- package/dist/pebble-web.module.dev.js +13 -14
- package/dist/pebble-web.module.dev.js.map +1 -1
- package/dist/pebble-web.module.js +8 -9
- package/dist/pebble-web.module.js.map +1 -1
- package/dist/pebble-web.umd.dev.js +13 -14
- package/dist/pebble-web.umd.dev.js.map +1 -1
- package/dist/pebble-web.umd.js +8 -9
- package/dist/pebble-web.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Button.tsx +2 -5
- package/src/components/__tests__/__snapshots__/button.test.tsx.snap +120 -120
- package/src/components/styles/Button.styles.ts +6 -6
|
@@ -273,21 +273,21 @@ exports[`Button Combos test {"disabled":false,"type":"alert","showRipple":false,
|
|
|
273
273
|
<div
|
|
274
274
|
style={
|
|
275
275
|
Object {
|
|
276
|
-
"backgroundColor": "
|
|
276
|
+
"backgroundColor": "currentColor",
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
/>
|
|
280
280
|
<div
|
|
281
281
|
style={
|
|
282
282
|
Object {
|
|
283
|
-
"backgroundColor": "
|
|
283
|
+
"backgroundColor": "currentColor",
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
/>
|
|
287
287
|
<div
|
|
288
288
|
style={
|
|
289
289
|
Object {
|
|
290
|
-
"backgroundColor": "
|
|
290
|
+
"backgroundColor": "currentColor",
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
/>
|
|
@@ -424,21 +424,21 @@ exports[`Button Combos test {"disabled":false,"type":"alert","showRipple":false,
|
|
|
424
424
|
<div
|
|
425
425
|
style={
|
|
426
426
|
Object {
|
|
427
|
-
"backgroundColor": "
|
|
427
|
+
"backgroundColor": "currentColor",
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
430
|
/>
|
|
431
431
|
<div
|
|
432
432
|
style={
|
|
433
433
|
Object {
|
|
434
|
-
"backgroundColor": "
|
|
434
|
+
"backgroundColor": "currentColor",
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
/>
|
|
438
438
|
<div
|
|
439
439
|
style={
|
|
440
440
|
Object {
|
|
441
|
-
"backgroundColor": "
|
|
441
|
+
"backgroundColor": "currentColor",
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
444
|
/>
|
|
@@ -755,21 +755,21 @@ exports[`Button Combos test {"disabled":false,"type":"alert","showRipple":true,"
|
|
|
755
755
|
<div
|
|
756
756
|
style={
|
|
757
757
|
Object {
|
|
758
|
-
"backgroundColor": "
|
|
758
|
+
"backgroundColor": "currentColor",
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
761
|
/>
|
|
762
762
|
<div
|
|
763
763
|
style={
|
|
764
764
|
Object {
|
|
765
|
-
"backgroundColor": "
|
|
765
|
+
"backgroundColor": "currentColor",
|
|
766
766
|
}
|
|
767
767
|
}
|
|
768
768
|
/>
|
|
769
769
|
<div
|
|
770
770
|
style={
|
|
771
771
|
Object {
|
|
772
|
-
"backgroundColor": "
|
|
772
|
+
"backgroundColor": "currentColor",
|
|
773
773
|
}
|
|
774
774
|
}
|
|
775
775
|
/>
|
|
@@ -906,21 +906,21 @@ exports[`Button Combos test {"disabled":false,"type":"alert","showRipple":true,"
|
|
|
906
906
|
<div
|
|
907
907
|
style={
|
|
908
908
|
Object {
|
|
909
|
-
"backgroundColor": "
|
|
909
|
+
"backgroundColor": "currentColor",
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
/>
|
|
913
913
|
<div
|
|
914
914
|
style={
|
|
915
915
|
Object {
|
|
916
|
-
"backgroundColor": "
|
|
916
|
+
"backgroundColor": "currentColor",
|
|
917
917
|
}
|
|
918
918
|
}
|
|
919
919
|
/>
|
|
920
920
|
<div
|
|
921
921
|
style={
|
|
922
922
|
Object {
|
|
923
|
-
"backgroundColor": "
|
|
923
|
+
"backgroundColor": "currentColor",
|
|
924
924
|
}
|
|
925
925
|
}
|
|
926
926
|
/>
|
|
@@ -1177,21 +1177,21 @@ exports[`Button Combos test {"disabled":false,"type":"link","showRipple":false,"
|
|
|
1177
1177
|
<div
|
|
1178
1178
|
style={
|
|
1179
1179
|
Object {
|
|
1180
|
-
"backgroundColor": "
|
|
1180
|
+
"backgroundColor": "currentColor",
|
|
1181
1181
|
}
|
|
1182
1182
|
}
|
|
1183
1183
|
/>
|
|
1184
1184
|
<div
|
|
1185
1185
|
style={
|
|
1186
1186
|
Object {
|
|
1187
|
-
"backgroundColor": "
|
|
1187
|
+
"backgroundColor": "currentColor",
|
|
1188
1188
|
}
|
|
1189
1189
|
}
|
|
1190
1190
|
/>
|
|
1191
1191
|
<div
|
|
1192
1192
|
style={
|
|
1193
1193
|
Object {
|
|
1194
|
-
"backgroundColor": "
|
|
1194
|
+
"backgroundColor": "currentColor",
|
|
1195
1195
|
}
|
|
1196
1196
|
}
|
|
1197
1197
|
/>
|
|
@@ -1320,21 +1320,21 @@ exports[`Button Combos test {"disabled":false,"type":"link","showRipple":false,"
|
|
|
1320
1320
|
<div
|
|
1321
1321
|
style={
|
|
1322
1322
|
Object {
|
|
1323
|
-
"backgroundColor": "
|
|
1323
|
+
"backgroundColor": "currentColor",
|
|
1324
1324
|
}
|
|
1325
1325
|
}
|
|
1326
1326
|
/>
|
|
1327
1327
|
<div
|
|
1328
1328
|
style={
|
|
1329
1329
|
Object {
|
|
1330
|
-
"backgroundColor": "
|
|
1330
|
+
"backgroundColor": "currentColor",
|
|
1331
1331
|
}
|
|
1332
1332
|
}
|
|
1333
1333
|
/>
|
|
1334
1334
|
<div
|
|
1335
1335
|
style={
|
|
1336
1336
|
Object {
|
|
1337
|
-
"backgroundColor": "
|
|
1337
|
+
"backgroundColor": "currentColor",
|
|
1338
1338
|
}
|
|
1339
1339
|
}
|
|
1340
1340
|
/>
|
|
@@ -1591,21 +1591,21 @@ exports[`Button Combos test {"disabled":false,"type":"link","showRipple":true,"l
|
|
|
1591
1591
|
<div
|
|
1592
1592
|
style={
|
|
1593
1593
|
Object {
|
|
1594
|
-
"backgroundColor": "
|
|
1594
|
+
"backgroundColor": "currentColor",
|
|
1595
1595
|
}
|
|
1596
1596
|
}
|
|
1597
1597
|
/>
|
|
1598
1598
|
<div
|
|
1599
1599
|
style={
|
|
1600
1600
|
Object {
|
|
1601
|
-
"backgroundColor": "
|
|
1601
|
+
"backgroundColor": "currentColor",
|
|
1602
1602
|
}
|
|
1603
1603
|
}
|
|
1604
1604
|
/>
|
|
1605
1605
|
<div
|
|
1606
1606
|
style={
|
|
1607
1607
|
Object {
|
|
1608
|
-
"backgroundColor": "
|
|
1608
|
+
"backgroundColor": "currentColor",
|
|
1609
1609
|
}
|
|
1610
1610
|
}
|
|
1611
1611
|
/>
|
|
@@ -1734,21 +1734,21 @@ exports[`Button Combos test {"disabled":false,"type":"link","showRipple":true,"l
|
|
|
1734
1734
|
<div
|
|
1735
1735
|
style={
|
|
1736
1736
|
Object {
|
|
1737
|
-
"backgroundColor": "
|
|
1737
|
+
"backgroundColor": "currentColor",
|
|
1738
1738
|
}
|
|
1739
1739
|
}
|
|
1740
1740
|
/>
|
|
1741
1741
|
<div
|
|
1742
1742
|
style={
|
|
1743
1743
|
Object {
|
|
1744
|
-
"backgroundColor": "
|
|
1744
|
+
"backgroundColor": "currentColor",
|
|
1745
1745
|
}
|
|
1746
1746
|
}
|
|
1747
1747
|
/>
|
|
1748
1748
|
<div
|
|
1749
1749
|
style={
|
|
1750
1750
|
Object {
|
|
1751
|
-
"backgroundColor": "
|
|
1751
|
+
"backgroundColor": "currentColor",
|
|
1752
1752
|
}
|
|
1753
1753
|
}
|
|
1754
1754
|
/>
|
|
@@ -2029,21 +2029,21 @@ exports[`Button Combos test {"disabled":false,"type":"primary","showRipple":fals
|
|
|
2029
2029
|
<div
|
|
2030
2030
|
style={
|
|
2031
2031
|
Object {
|
|
2032
|
-
"backgroundColor": "
|
|
2032
|
+
"backgroundColor": "currentColor",
|
|
2033
2033
|
}
|
|
2034
2034
|
}
|
|
2035
2035
|
/>
|
|
2036
2036
|
<div
|
|
2037
2037
|
style={
|
|
2038
2038
|
Object {
|
|
2039
|
-
"backgroundColor": "
|
|
2039
|
+
"backgroundColor": "currentColor",
|
|
2040
2040
|
}
|
|
2041
2041
|
}
|
|
2042
2042
|
/>
|
|
2043
2043
|
<div
|
|
2044
2044
|
style={
|
|
2045
2045
|
Object {
|
|
2046
|
-
"backgroundColor": "
|
|
2046
|
+
"backgroundColor": "currentColor",
|
|
2047
2047
|
}
|
|
2048
2048
|
}
|
|
2049
2049
|
/>
|
|
@@ -2180,21 +2180,21 @@ exports[`Button Combos test {"disabled":false,"type":"primary","showRipple":fals
|
|
|
2180
2180
|
<div
|
|
2181
2181
|
style={
|
|
2182
2182
|
Object {
|
|
2183
|
-
"backgroundColor": "
|
|
2183
|
+
"backgroundColor": "currentColor",
|
|
2184
2184
|
}
|
|
2185
2185
|
}
|
|
2186
2186
|
/>
|
|
2187
2187
|
<div
|
|
2188
2188
|
style={
|
|
2189
2189
|
Object {
|
|
2190
|
-
"backgroundColor": "
|
|
2190
|
+
"backgroundColor": "currentColor",
|
|
2191
2191
|
}
|
|
2192
2192
|
}
|
|
2193
2193
|
/>
|
|
2194
2194
|
<div
|
|
2195
2195
|
style={
|
|
2196
2196
|
Object {
|
|
2197
|
-
"backgroundColor": "
|
|
2197
|
+
"backgroundColor": "currentColor",
|
|
2198
2198
|
}
|
|
2199
2199
|
}
|
|
2200
2200
|
/>
|
|
@@ -2511,21 +2511,21 @@ exports[`Button Combos test {"disabled":false,"type":"primary","showRipple":true
|
|
|
2511
2511
|
<div
|
|
2512
2512
|
style={
|
|
2513
2513
|
Object {
|
|
2514
|
-
"backgroundColor": "
|
|
2514
|
+
"backgroundColor": "currentColor",
|
|
2515
2515
|
}
|
|
2516
2516
|
}
|
|
2517
2517
|
/>
|
|
2518
2518
|
<div
|
|
2519
2519
|
style={
|
|
2520
2520
|
Object {
|
|
2521
|
-
"backgroundColor": "
|
|
2521
|
+
"backgroundColor": "currentColor",
|
|
2522
2522
|
}
|
|
2523
2523
|
}
|
|
2524
2524
|
/>
|
|
2525
2525
|
<div
|
|
2526
2526
|
style={
|
|
2527
2527
|
Object {
|
|
2528
|
-
"backgroundColor": "
|
|
2528
|
+
"backgroundColor": "currentColor",
|
|
2529
2529
|
}
|
|
2530
2530
|
}
|
|
2531
2531
|
/>
|
|
@@ -2662,21 +2662,21 @@ exports[`Button Combos test {"disabled":false,"type":"primary","showRipple":true
|
|
|
2662
2662
|
<div
|
|
2663
2663
|
style={
|
|
2664
2664
|
Object {
|
|
2665
|
-
"backgroundColor": "
|
|
2665
|
+
"backgroundColor": "currentColor",
|
|
2666
2666
|
}
|
|
2667
2667
|
}
|
|
2668
2668
|
/>
|
|
2669
2669
|
<div
|
|
2670
2670
|
style={
|
|
2671
2671
|
Object {
|
|
2672
|
-
"backgroundColor": "
|
|
2672
|
+
"backgroundColor": "currentColor",
|
|
2673
2673
|
}
|
|
2674
2674
|
}
|
|
2675
2675
|
/>
|
|
2676
2676
|
<div
|
|
2677
2677
|
style={
|
|
2678
2678
|
Object {
|
|
2679
|
-
"backgroundColor": "
|
|
2679
|
+
"backgroundColor": "currentColor",
|
|
2680
2680
|
}
|
|
2681
2681
|
}
|
|
2682
2682
|
/>
|
|
@@ -2957,21 +2957,21 @@ exports[`Button Combos test {"disabled":false,"type":"secondary","showRipple":fa
|
|
|
2957
2957
|
<div
|
|
2958
2958
|
style={
|
|
2959
2959
|
Object {
|
|
2960
|
-
"backgroundColor": "
|
|
2960
|
+
"backgroundColor": "currentColor",
|
|
2961
2961
|
}
|
|
2962
2962
|
}
|
|
2963
2963
|
/>
|
|
2964
2964
|
<div
|
|
2965
2965
|
style={
|
|
2966
2966
|
Object {
|
|
2967
|
-
"backgroundColor": "
|
|
2967
|
+
"backgroundColor": "currentColor",
|
|
2968
2968
|
}
|
|
2969
2969
|
}
|
|
2970
2970
|
/>
|
|
2971
2971
|
<div
|
|
2972
2972
|
style={
|
|
2973
2973
|
Object {
|
|
2974
|
-
"backgroundColor": "
|
|
2974
|
+
"backgroundColor": "currentColor",
|
|
2975
2975
|
}
|
|
2976
2976
|
}
|
|
2977
2977
|
/>
|
|
@@ -3108,21 +3108,21 @@ exports[`Button Combos test {"disabled":false,"type":"secondary","showRipple":fa
|
|
|
3108
3108
|
<div
|
|
3109
3109
|
style={
|
|
3110
3110
|
Object {
|
|
3111
|
-
"backgroundColor": "
|
|
3111
|
+
"backgroundColor": "currentColor",
|
|
3112
3112
|
}
|
|
3113
3113
|
}
|
|
3114
3114
|
/>
|
|
3115
3115
|
<div
|
|
3116
3116
|
style={
|
|
3117
3117
|
Object {
|
|
3118
|
-
"backgroundColor": "
|
|
3118
|
+
"backgroundColor": "currentColor",
|
|
3119
3119
|
}
|
|
3120
3120
|
}
|
|
3121
3121
|
/>
|
|
3122
3122
|
<div
|
|
3123
3123
|
style={
|
|
3124
3124
|
Object {
|
|
3125
|
-
"backgroundColor": "
|
|
3125
|
+
"backgroundColor": "currentColor",
|
|
3126
3126
|
}
|
|
3127
3127
|
}
|
|
3128
3128
|
/>
|
|
@@ -3439,21 +3439,21 @@ exports[`Button Combos test {"disabled":false,"type":"secondary","showRipple":tr
|
|
|
3439
3439
|
<div
|
|
3440
3440
|
style={
|
|
3441
3441
|
Object {
|
|
3442
|
-
"backgroundColor": "
|
|
3442
|
+
"backgroundColor": "currentColor",
|
|
3443
3443
|
}
|
|
3444
3444
|
}
|
|
3445
3445
|
/>
|
|
3446
3446
|
<div
|
|
3447
3447
|
style={
|
|
3448
3448
|
Object {
|
|
3449
|
-
"backgroundColor": "
|
|
3449
|
+
"backgroundColor": "currentColor",
|
|
3450
3450
|
}
|
|
3451
3451
|
}
|
|
3452
3452
|
/>
|
|
3453
3453
|
<div
|
|
3454
3454
|
style={
|
|
3455
3455
|
Object {
|
|
3456
|
-
"backgroundColor": "
|
|
3456
|
+
"backgroundColor": "currentColor",
|
|
3457
3457
|
}
|
|
3458
3458
|
}
|
|
3459
3459
|
/>
|
|
@@ -3590,21 +3590,21 @@ exports[`Button Combos test {"disabled":false,"type":"secondary","showRipple":tr
|
|
|
3590
3590
|
<div
|
|
3591
3591
|
style={
|
|
3592
3592
|
Object {
|
|
3593
|
-
"backgroundColor": "
|
|
3593
|
+
"backgroundColor": "currentColor",
|
|
3594
3594
|
}
|
|
3595
3595
|
}
|
|
3596
3596
|
/>
|
|
3597
3597
|
<div
|
|
3598
3598
|
style={
|
|
3599
3599
|
Object {
|
|
3600
|
-
"backgroundColor": "
|
|
3600
|
+
"backgroundColor": "currentColor",
|
|
3601
3601
|
}
|
|
3602
3602
|
}
|
|
3603
3603
|
/>
|
|
3604
3604
|
<div
|
|
3605
3605
|
style={
|
|
3606
3606
|
Object {
|
|
3607
|
-
"backgroundColor": "
|
|
3607
|
+
"backgroundColor": "currentColor",
|
|
3608
3608
|
}
|
|
3609
3609
|
}
|
|
3610
3610
|
/>
|
|
@@ -3885,21 +3885,21 @@ exports[`Button Combos test {"disabled":false,"type":"success","showRipple":fals
|
|
|
3885
3885
|
<div
|
|
3886
3886
|
style={
|
|
3887
3887
|
Object {
|
|
3888
|
-
"backgroundColor": "
|
|
3888
|
+
"backgroundColor": "currentColor",
|
|
3889
3889
|
}
|
|
3890
3890
|
}
|
|
3891
3891
|
/>
|
|
3892
3892
|
<div
|
|
3893
3893
|
style={
|
|
3894
3894
|
Object {
|
|
3895
|
-
"backgroundColor": "
|
|
3895
|
+
"backgroundColor": "currentColor",
|
|
3896
3896
|
}
|
|
3897
3897
|
}
|
|
3898
3898
|
/>
|
|
3899
3899
|
<div
|
|
3900
3900
|
style={
|
|
3901
3901
|
Object {
|
|
3902
|
-
"backgroundColor": "
|
|
3902
|
+
"backgroundColor": "currentColor",
|
|
3903
3903
|
}
|
|
3904
3904
|
}
|
|
3905
3905
|
/>
|
|
@@ -4036,21 +4036,21 @@ exports[`Button Combos test {"disabled":false,"type":"success","showRipple":fals
|
|
|
4036
4036
|
<div
|
|
4037
4037
|
style={
|
|
4038
4038
|
Object {
|
|
4039
|
-
"backgroundColor": "
|
|
4039
|
+
"backgroundColor": "currentColor",
|
|
4040
4040
|
}
|
|
4041
4041
|
}
|
|
4042
4042
|
/>
|
|
4043
4043
|
<div
|
|
4044
4044
|
style={
|
|
4045
4045
|
Object {
|
|
4046
|
-
"backgroundColor": "
|
|
4046
|
+
"backgroundColor": "currentColor",
|
|
4047
4047
|
}
|
|
4048
4048
|
}
|
|
4049
4049
|
/>
|
|
4050
4050
|
<div
|
|
4051
4051
|
style={
|
|
4052
4052
|
Object {
|
|
4053
|
-
"backgroundColor": "
|
|
4053
|
+
"backgroundColor": "currentColor",
|
|
4054
4054
|
}
|
|
4055
4055
|
}
|
|
4056
4056
|
/>
|
|
@@ -4367,21 +4367,21 @@ exports[`Button Combos test {"disabled":false,"type":"success","showRipple":true
|
|
|
4367
4367
|
<div
|
|
4368
4368
|
style={
|
|
4369
4369
|
Object {
|
|
4370
|
-
"backgroundColor": "
|
|
4370
|
+
"backgroundColor": "currentColor",
|
|
4371
4371
|
}
|
|
4372
4372
|
}
|
|
4373
4373
|
/>
|
|
4374
4374
|
<div
|
|
4375
4375
|
style={
|
|
4376
4376
|
Object {
|
|
4377
|
-
"backgroundColor": "
|
|
4377
|
+
"backgroundColor": "currentColor",
|
|
4378
4378
|
}
|
|
4379
4379
|
}
|
|
4380
4380
|
/>
|
|
4381
4381
|
<div
|
|
4382
4382
|
style={
|
|
4383
4383
|
Object {
|
|
4384
|
-
"backgroundColor": "
|
|
4384
|
+
"backgroundColor": "currentColor",
|
|
4385
4385
|
}
|
|
4386
4386
|
}
|
|
4387
4387
|
/>
|
|
@@ -4518,21 +4518,21 @@ exports[`Button Combos test {"disabled":false,"type":"success","showRipple":true
|
|
|
4518
4518
|
<div
|
|
4519
4519
|
style={
|
|
4520
4520
|
Object {
|
|
4521
|
-
"backgroundColor": "
|
|
4521
|
+
"backgroundColor": "currentColor",
|
|
4522
4522
|
}
|
|
4523
4523
|
}
|
|
4524
4524
|
/>
|
|
4525
4525
|
<div
|
|
4526
4526
|
style={
|
|
4527
4527
|
Object {
|
|
4528
|
-
"backgroundColor": "
|
|
4528
|
+
"backgroundColor": "currentColor",
|
|
4529
4529
|
}
|
|
4530
4530
|
}
|
|
4531
4531
|
/>
|
|
4532
4532
|
<div
|
|
4533
4533
|
style={
|
|
4534
4534
|
Object {
|
|
4535
|
-
"backgroundColor": "
|
|
4535
|
+
"backgroundColor": "currentColor",
|
|
4536
4536
|
}
|
|
4537
4537
|
}
|
|
4538
4538
|
/>
|
|
@@ -4811,21 +4811,21 @@ exports[`Button Combos test {"disabled":true,"type":"alert","showRipple":false,"
|
|
|
4811
4811
|
<div
|
|
4812
4812
|
style={
|
|
4813
4813
|
Object {
|
|
4814
|
-
"backgroundColor": "
|
|
4814
|
+
"backgroundColor": "currentColor",
|
|
4815
4815
|
}
|
|
4816
4816
|
}
|
|
4817
4817
|
/>
|
|
4818
4818
|
<div
|
|
4819
4819
|
style={
|
|
4820
4820
|
Object {
|
|
4821
|
-
"backgroundColor": "
|
|
4821
|
+
"backgroundColor": "currentColor",
|
|
4822
4822
|
}
|
|
4823
4823
|
}
|
|
4824
4824
|
/>
|
|
4825
4825
|
<div
|
|
4826
4826
|
style={
|
|
4827
4827
|
Object {
|
|
4828
|
-
"backgroundColor": "
|
|
4828
|
+
"backgroundColor": "currentColor",
|
|
4829
4829
|
}
|
|
4830
4830
|
}
|
|
4831
4831
|
/>
|
|
@@ -4962,21 +4962,21 @@ exports[`Button Combos test {"disabled":true,"type":"alert","showRipple":false,"
|
|
|
4962
4962
|
<div
|
|
4963
4963
|
style={
|
|
4964
4964
|
Object {
|
|
4965
|
-
"backgroundColor": "
|
|
4965
|
+
"backgroundColor": "currentColor",
|
|
4966
4966
|
}
|
|
4967
4967
|
}
|
|
4968
4968
|
/>
|
|
4969
4969
|
<div
|
|
4970
4970
|
style={
|
|
4971
4971
|
Object {
|
|
4972
|
-
"backgroundColor": "
|
|
4972
|
+
"backgroundColor": "currentColor",
|
|
4973
4973
|
}
|
|
4974
4974
|
}
|
|
4975
4975
|
/>
|
|
4976
4976
|
<div
|
|
4977
4977
|
style={
|
|
4978
4978
|
Object {
|
|
4979
|
-
"backgroundColor": "
|
|
4979
|
+
"backgroundColor": "currentColor",
|
|
4980
4980
|
}
|
|
4981
4981
|
}
|
|
4982
4982
|
/>
|
|
@@ -5255,21 +5255,21 @@ exports[`Button Combos test {"disabled":true,"type":"alert","showRipple":true,"l
|
|
|
5255
5255
|
<div
|
|
5256
5256
|
style={
|
|
5257
5257
|
Object {
|
|
5258
|
-
"backgroundColor": "
|
|
5258
|
+
"backgroundColor": "currentColor",
|
|
5259
5259
|
}
|
|
5260
5260
|
}
|
|
5261
5261
|
/>
|
|
5262
5262
|
<div
|
|
5263
5263
|
style={
|
|
5264
5264
|
Object {
|
|
5265
|
-
"backgroundColor": "
|
|
5265
|
+
"backgroundColor": "currentColor",
|
|
5266
5266
|
}
|
|
5267
5267
|
}
|
|
5268
5268
|
/>
|
|
5269
5269
|
<div
|
|
5270
5270
|
style={
|
|
5271
5271
|
Object {
|
|
5272
|
-
"backgroundColor": "
|
|
5272
|
+
"backgroundColor": "currentColor",
|
|
5273
5273
|
}
|
|
5274
5274
|
}
|
|
5275
5275
|
/>
|
|
@@ -5406,21 +5406,21 @@ exports[`Button Combos test {"disabled":true,"type":"alert","showRipple":true,"l
|
|
|
5406
5406
|
<div
|
|
5407
5407
|
style={
|
|
5408
5408
|
Object {
|
|
5409
|
-
"backgroundColor": "
|
|
5409
|
+
"backgroundColor": "currentColor",
|
|
5410
5410
|
}
|
|
5411
5411
|
}
|
|
5412
5412
|
/>
|
|
5413
5413
|
<div
|
|
5414
5414
|
style={
|
|
5415
5415
|
Object {
|
|
5416
|
-
"backgroundColor": "
|
|
5416
|
+
"backgroundColor": "currentColor",
|
|
5417
5417
|
}
|
|
5418
5418
|
}
|
|
5419
5419
|
/>
|
|
5420
5420
|
<div
|
|
5421
5421
|
style={
|
|
5422
5422
|
Object {
|
|
5423
|
-
"backgroundColor": "
|
|
5423
|
+
"backgroundColor": "currentColor",
|
|
5424
5424
|
}
|
|
5425
5425
|
}
|
|
5426
5426
|
/>
|
|
@@ -5675,21 +5675,21 @@ exports[`Button Combos test {"disabled":true,"type":"link","showRipple":false,"l
|
|
|
5675
5675
|
<div
|
|
5676
5676
|
style={
|
|
5677
5677
|
Object {
|
|
5678
|
-
"backgroundColor": "
|
|
5678
|
+
"backgroundColor": "currentColor",
|
|
5679
5679
|
}
|
|
5680
5680
|
}
|
|
5681
5681
|
/>
|
|
5682
5682
|
<div
|
|
5683
5683
|
style={
|
|
5684
5684
|
Object {
|
|
5685
|
-
"backgroundColor": "
|
|
5685
|
+
"backgroundColor": "currentColor",
|
|
5686
5686
|
}
|
|
5687
5687
|
}
|
|
5688
5688
|
/>
|
|
5689
5689
|
<div
|
|
5690
5690
|
style={
|
|
5691
5691
|
Object {
|
|
5692
|
-
"backgroundColor": "
|
|
5692
|
+
"backgroundColor": "currentColor",
|
|
5693
5693
|
}
|
|
5694
5694
|
}
|
|
5695
5695
|
/>
|
|
@@ -5818,21 +5818,21 @@ exports[`Button Combos test {"disabled":true,"type":"link","showRipple":false,"l
|
|
|
5818
5818
|
<div
|
|
5819
5819
|
style={
|
|
5820
5820
|
Object {
|
|
5821
|
-
"backgroundColor": "
|
|
5821
|
+
"backgroundColor": "currentColor",
|
|
5822
5822
|
}
|
|
5823
5823
|
}
|
|
5824
5824
|
/>
|
|
5825
5825
|
<div
|
|
5826
5826
|
style={
|
|
5827
5827
|
Object {
|
|
5828
|
-
"backgroundColor": "
|
|
5828
|
+
"backgroundColor": "currentColor",
|
|
5829
5829
|
}
|
|
5830
5830
|
}
|
|
5831
5831
|
/>
|
|
5832
5832
|
<div
|
|
5833
5833
|
style={
|
|
5834
5834
|
Object {
|
|
5835
|
-
"backgroundColor": "
|
|
5835
|
+
"backgroundColor": "currentColor",
|
|
5836
5836
|
}
|
|
5837
5837
|
}
|
|
5838
5838
|
/>
|
|
@@ -6087,21 +6087,21 @@ exports[`Button Combos test {"disabled":true,"type":"link","showRipple":true,"lo
|
|
|
6087
6087
|
<div
|
|
6088
6088
|
style={
|
|
6089
6089
|
Object {
|
|
6090
|
-
"backgroundColor": "
|
|
6090
|
+
"backgroundColor": "currentColor",
|
|
6091
6091
|
}
|
|
6092
6092
|
}
|
|
6093
6093
|
/>
|
|
6094
6094
|
<div
|
|
6095
6095
|
style={
|
|
6096
6096
|
Object {
|
|
6097
|
-
"backgroundColor": "
|
|
6097
|
+
"backgroundColor": "currentColor",
|
|
6098
6098
|
}
|
|
6099
6099
|
}
|
|
6100
6100
|
/>
|
|
6101
6101
|
<div
|
|
6102
6102
|
style={
|
|
6103
6103
|
Object {
|
|
6104
|
-
"backgroundColor": "
|
|
6104
|
+
"backgroundColor": "currentColor",
|
|
6105
6105
|
}
|
|
6106
6106
|
}
|
|
6107
6107
|
/>
|
|
@@ -6230,21 +6230,21 @@ exports[`Button Combos test {"disabled":true,"type":"link","showRipple":true,"lo
|
|
|
6230
6230
|
<div
|
|
6231
6231
|
style={
|
|
6232
6232
|
Object {
|
|
6233
|
-
"backgroundColor": "
|
|
6233
|
+
"backgroundColor": "currentColor",
|
|
6234
6234
|
}
|
|
6235
6235
|
}
|
|
6236
6236
|
/>
|
|
6237
6237
|
<div
|
|
6238
6238
|
style={
|
|
6239
6239
|
Object {
|
|
6240
|
-
"backgroundColor": "
|
|
6240
|
+
"backgroundColor": "currentColor",
|
|
6241
6241
|
}
|
|
6242
6242
|
}
|
|
6243
6243
|
/>
|
|
6244
6244
|
<div
|
|
6245
6245
|
style={
|
|
6246
6246
|
Object {
|
|
6247
|
-
"backgroundColor": "
|
|
6247
|
+
"backgroundColor": "currentColor",
|
|
6248
6248
|
}
|
|
6249
6249
|
}
|
|
6250
6250
|
/>
|
|
@@ -6523,21 +6523,21 @@ exports[`Button Combos test {"disabled":true,"type":"primary","showRipple":false
|
|
|
6523
6523
|
<div
|
|
6524
6524
|
style={
|
|
6525
6525
|
Object {
|
|
6526
|
-
"backgroundColor": "
|
|
6526
|
+
"backgroundColor": "currentColor",
|
|
6527
6527
|
}
|
|
6528
6528
|
}
|
|
6529
6529
|
/>
|
|
6530
6530
|
<div
|
|
6531
6531
|
style={
|
|
6532
6532
|
Object {
|
|
6533
|
-
"backgroundColor": "
|
|
6533
|
+
"backgroundColor": "currentColor",
|
|
6534
6534
|
}
|
|
6535
6535
|
}
|
|
6536
6536
|
/>
|
|
6537
6537
|
<div
|
|
6538
6538
|
style={
|
|
6539
6539
|
Object {
|
|
6540
|
-
"backgroundColor": "
|
|
6540
|
+
"backgroundColor": "currentColor",
|
|
6541
6541
|
}
|
|
6542
6542
|
}
|
|
6543
6543
|
/>
|
|
@@ -6674,21 +6674,21 @@ exports[`Button Combos test {"disabled":true,"type":"primary","showRipple":false
|
|
|
6674
6674
|
<div
|
|
6675
6675
|
style={
|
|
6676
6676
|
Object {
|
|
6677
|
-
"backgroundColor": "
|
|
6677
|
+
"backgroundColor": "currentColor",
|
|
6678
6678
|
}
|
|
6679
6679
|
}
|
|
6680
6680
|
/>
|
|
6681
6681
|
<div
|
|
6682
6682
|
style={
|
|
6683
6683
|
Object {
|
|
6684
|
-
"backgroundColor": "
|
|
6684
|
+
"backgroundColor": "currentColor",
|
|
6685
6685
|
}
|
|
6686
6686
|
}
|
|
6687
6687
|
/>
|
|
6688
6688
|
<div
|
|
6689
6689
|
style={
|
|
6690
6690
|
Object {
|
|
6691
|
-
"backgroundColor": "
|
|
6691
|
+
"backgroundColor": "currentColor",
|
|
6692
6692
|
}
|
|
6693
6693
|
}
|
|
6694
6694
|
/>
|
|
@@ -6967,21 +6967,21 @@ exports[`Button Combos test {"disabled":true,"type":"primary","showRipple":true,
|
|
|
6967
6967
|
<div
|
|
6968
6968
|
style={
|
|
6969
6969
|
Object {
|
|
6970
|
-
"backgroundColor": "
|
|
6970
|
+
"backgroundColor": "currentColor",
|
|
6971
6971
|
}
|
|
6972
6972
|
}
|
|
6973
6973
|
/>
|
|
6974
6974
|
<div
|
|
6975
6975
|
style={
|
|
6976
6976
|
Object {
|
|
6977
|
-
"backgroundColor": "
|
|
6977
|
+
"backgroundColor": "currentColor",
|
|
6978
6978
|
}
|
|
6979
6979
|
}
|
|
6980
6980
|
/>
|
|
6981
6981
|
<div
|
|
6982
6982
|
style={
|
|
6983
6983
|
Object {
|
|
6984
|
-
"backgroundColor": "
|
|
6984
|
+
"backgroundColor": "currentColor",
|
|
6985
6985
|
}
|
|
6986
6986
|
}
|
|
6987
6987
|
/>
|
|
@@ -7118,21 +7118,21 @@ exports[`Button Combos test {"disabled":true,"type":"primary","showRipple":true,
|
|
|
7118
7118
|
<div
|
|
7119
7119
|
style={
|
|
7120
7120
|
Object {
|
|
7121
|
-
"backgroundColor": "
|
|
7121
|
+
"backgroundColor": "currentColor",
|
|
7122
7122
|
}
|
|
7123
7123
|
}
|
|
7124
7124
|
/>
|
|
7125
7125
|
<div
|
|
7126
7126
|
style={
|
|
7127
7127
|
Object {
|
|
7128
|
-
"backgroundColor": "
|
|
7128
|
+
"backgroundColor": "currentColor",
|
|
7129
7129
|
}
|
|
7130
7130
|
}
|
|
7131
7131
|
/>
|
|
7132
7132
|
<div
|
|
7133
7133
|
style={
|
|
7134
7134
|
Object {
|
|
7135
|
-
"backgroundColor": "
|
|
7135
|
+
"backgroundColor": "currentColor",
|
|
7136
7136
|
}
|
|
7137
7137
|
}
|
|
7138
7138
|
/>
|
|
@@ -7411,21 +7411,21 @@ exports[`Button Combos test {"disabled":true,"type":"secondary","showRipple":fal
|
|
|
7411
7411
|
<div
|
|
7412
7412
|
style={
|
|
7413
7413
|
Object {
|
|
7414
|
-
"backgroundColor": "
|
|
7414
|
+
"backgroundColor": "currentColor",
|
|
7415
7415
|
}
|
|
7416
7416
|
}
|
|
7417
7417
|
/>
|
|
7418
7418
|
<div
|
|
7419
7419
|
style={
|
|
7420
7420
|
Object {
|
|
7421
|
-
"backgroundColor": "
|
|
7421
|
+
"backgroundColor": "currentColor",
|
|
7422
7422
|
}
|
|
7423
7423
|
}
|
|
7424
7424
|
/>
|
|
7425
7425
|
<div
|
|
7426
7426
|
style={
|
|
7427
7427
|
Object {
|
|
7428
|
-
"backgroundColor": "
|
|
7428
|
+
"backgroundColor": "currentColor",
|
|
7429
7429
|
}
|
|
7430
7430
|
}
|
|
7431
7431
|
/>
|
|
@@ -7562,21 +7562,21 @@ exports[`Button Combos test {"disabled":true,"type":"secondary","showRipple":fal
|
|
|
7562
7562
|
<div
|
|
7563
7563
|
style={
|
|
7564
7564
|
Object {
|
|
7565
|
-
"backgroundColor": "
|
|
7565
|
+
"backgroundColor": "currentColor",
|
|
7566
7566
|
}
|
|
7567
7567
|
}
|
|
7568
7568
|
/>
|
|
7569
7569
|
<div
|
|
7570
7570
|
style={
|
|
7571
7571
|
Object {
|
|
7572
|
-
"backgroundColor": "
|
|
7572
|
+
"backgroundColor": "currentColor",
|
|
7573
7573
|
}
|
|
7574
7574
|
}
|
|
7575
7575
|
/>
|
|
7576
7576
|
<div
|
|
7577
7577
|
style={
|
|
7578
7578
|
Object {
|
|
7579
|
-
"backgroundColor": "
|
|
7579
|
+
"backgroundColor": "currentColor",
|
|
7580
7580
|
}
|
|
7581
7581
|
}
|
|
7582
7582
|
/>
|
|
@@ -7855,21 +7855,21 @@ exports[`Button Combos test {"disabled":true,"type":"secondary","showRipple":tru
|
|
|
7855
7855
|
<div
|
|
7856
7856
|
style={
|
|
7857
7857
|
Object {
|
|
7858
|
-
"backgroundColor": "
|
|
7858
|
+
"backgroundColor": "currentColor",
|
|
7859
7859
|
}
|
|
7860
7860
|
}
|
|
7861
7861
|
/>
|
|
7862
7862
|
<div
|
|
7863
7863
|
style={
|
|
7864
7864
|
Object {
|
|
7865
|
-
"backgroundColor": "
|
|
7865
|
+
"backgroundColor": "currentColor",
|
|
7866
7866
|
}
|
|
7867
7867
|
}
|
|
7868
7868
|
/>
|
|
7869
7869
|
<div
|
|
7870
7870
|
style={
|
|
7871
7871
|
Object {
|
|
7872
|
-
"backgroundColor": "
|
|
7872
|
+
"backgroundColor": "currentColor",
|
|
7873
7873
|
}
|
|
7874
7874
|
}
|
|
7875
7875
|
/>
|
|
@@ -8006,21 +8006,21 @@ exports[`Button Combos test {"disabled":true,"type":"secondary","showRipple":tru
|
|
|
8006
8006
|
<div
|
|
8007
8007
|
style={
|
|
8008
8008
|
Object {
|
|
8009
|
-
"backgroundColor": "
|
|
8009
|
+
"backgroundColor": "currentColor",
|
|
8010
8010
|
}
|
|
8011
8011
|
}
|
|
8012
8012
|
/>
|
|
8013
8013
|
<div
|
|
8014
8014
|
style={
|
|
8015
8015
|
Object {
|
|
8016
|
-
"backgroundColor": "
|
|
8016
|
+
"backgroundColor": "currentColor",
|
|
8017
8017
|
}
|
|
8018
8018
|
}
|
|
8019
8019
|
/>
|
|
8020
8020
|
<div
|
|
8021
8021
|
style={
|
|
8022
8022
|
Object {
|
|
8023
|
-
"backgroundColor": "
|
|
8023
|
+
"backgroundColor": "currentColor",
|
|
8024
8024
|
}
|
|
8025
8025
|
}
|
|
8026
8026
|
/>
|
|
@@ -8299,21 +8299,21 @@ exports[`Button Combos test {"disabled":true,"type":"success","showRipple":false
|
|
|
8299
8299
|
<div
|
|
8300
8300
|
style={
|
|
8301
8301
|
Object {
|
|
8302
|
-
"backgroundColor": "
|
|
8302
|
+
"backgroundColor": "currentColor",
|
|
8303
8303
|
}
|
|
8304
8304
|
}
|
|
8305
8305
|
/>
|
|
8306
8306
|
<div
|
|
8307
8307
|
style={
|
|
8308
8308
|
Object {
|
|
8309
|
-
"backgroundColor": "
|
|
8309
|
+
"backgroundColor": "currentColor",
|
|
8310
8310
|
}
|
|
8311
8311
|
}
|
|
8312
8312
|
/>
|
|
8313
8313
|
<div
|
|
8314
8314
|
style={
|
|
8315
8315
|
Object {
|
|
8316
|
-
"backgroundColor": "
|
|
8316
|
+
"backgroundColor": "currentColor",
|
|
8317
8317
|
}
|
|
8318
8318
|
}
|
|
8319
8319
|
/>
|
|
@@ -8450,21 +8450,21 @@ exports[`Button Combos test {"disabled":true,"type":"success","showRipple":false
|
|
|
8450
8450
|
<div
|
|
8451
8451
|
style={
|
|
8452
8452
|
Object {
|
|
8453
|
-
"backgroundColor": "
|
|
8453
|
+
"backgroundColor": "currentColor",
|
|
8454
8454
|
}
|
|
8455
8455
|
}
|
|
8456
8456
|
/>
|
|
8457
8457
|
<div
|
|
8458
8458
|
style={
|
|
8459
8459
|
Object {
|
|
8460
|
-
"backgroundColor": "
|
|
8460
|
+
"backgroundColor": "currentColor",
|
|
8461
8461
|
}
|
|
8462
8462
|
}
|
|
8463
8463
|
/>
|
|
8464
8464
|
<div
|
|
8465
8465
|
style={
|
|
8466
8466
|
Object {
|
|
8467
|
-
"backgroundColor": "
|
|
8467
|
+
"backgroundColor": "currentColor",
|
|
8468
8468
|
}
|
|
8469
8469
|
}
|
|
8470
8470
|
/>
|
|
@@ -8743,21 +8743,21 @@ exports[`Button Combos test {"disabled":true,"type":"success","showRipple":true,
|
|
|
8743
8743
|
<div
|
|
8744
8744
|
style={
|
|
8745
8745
|
Object {
|
|
8746
|
-
"backgroundColor": "
|
|
8746
|
+
"backgroundColor": "currentColor",
|
|
8747
8747
|
}
|
|
8748
8748
|
}
|
|
8749
8749
|
/>
|
|
8750
8750
|
<div
|
|
8751
8751
|
style={
|
|
8752
8752
|
Object {
|
|
8753
|
-
"backgroundColor": "
|
|
8753
|
+
"backgroundColor": "currentColor",
|
|
8754
8754
|
}
|
|
8755
8755
|
}
|
|
8756
8756
|
/>
|
|
8757
8757
|
<div
|
|
8758
8758
|
style={
|
|
8759
8759
|
Object {
|
|
8760
|
-
"backgroundColor": "
|
|
8760
|
+
"backgroundColor": "currentColor",
|
|
8761
8761
|
}
|
|
8762
8762
|
}
|
|
8763
8763
|
/>
|
|
@@ -8894,21 +8894,21 @@ exports[`Button Combos test {"disabled":true,"type":"success","showRipple":true,
|
|
|
8894
8894
|
<div
|
|
8895
8895
|
style={
|
|
8896
8896
|
Object {
|
|
8897
|
-
"backgroundColor": "
|
|
8897
|
+
"backgroundColor": "currentColor",
|
|
8898
8898
|
}
|
|
8899
8899
|
}
|
|
8900
8900
|
/>
|
|
8901
8901
|
<div
|
|
8902
8902
|
style={
|
|
8903
8903
|
Object {
|
|
8904
|
-
"backgroundColor": "
|
|
8904
|
+
"backgroundColor": "currentColor",
|
|
8905
8905
|
}
|
|
8906
8906
|
}
|
|
8907
8907
|
/>
|
|
8908
8908
|
<div
|
|
8909
8909
|
style={
|
|
8910
8910
|
Object {
|
|
8911
|
-
"backgroundColor": "
|
|
8911
|
+
"backgroundColor": "currentColor",
|
|
8912
8912
|
}
|
|
8913
8913
|
}
|
|
8914
8914
|
/>
|