@khanacademy/wonder-blocks-icon-button 3.4.10 → 3.4.12
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/CHANGELOG.md +16 -0
- package/dist/index.js +81 -56
- package/docs.md +5 -0
- package/package.json +4 -4
- package/src/__tests__/__snapshots__/custom-snapshot.test.js.snap +256 -256
- package/src/__tests__/__snapshots__/generated-snapshot.test.js.snap +0 -544
- package/src/__tests__/generated-snapshot.test.js +0 -86
- package/src/components/icon-button.md +0 -69
|
@@ -19,11 +19,11 @@ exports[`IconButtonCore kind:primary color:default size:default light:false disa
|
|
|
19
19
|
onTouchEnd={[Function]}
|
|
20
20
|
onTouchStart={[Function]}
|
|
21
21
|
style={
|
|
22
|
-
|
|
23
|
-
"::MozFocusInner":
|
|
22
|
+
{
|
|
23
|
+
"::MozFocusInner": {
|
|
24
24
|
"border": 0,
|
|
25
25
|
},
|
|
26
|
-
":focus":
|
|
26
|
+
":focus": {
|
|
27
27
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
28
28
|
},
|
|
29
29
|
"alignItems": "center",
|
|
@@ -51,7 +51,7 @@ exports[`IconButtonCore kind:primary color:default size:default light:false disa
|
|
|
51
51
|
className=""
|
|
52
52
|
height={24}
|
|
53
53
|
style={
|
|
54
|
-
|
|
54
|
+
{
|
|
55
55
|
"display": "inline-block",
|
|
56
56
|
"flexGrow": 0,
|
|
57
57
|
"flexShrink": 0,
|
|
@@ -88,11 +88,11 @@ exports[`IconButtonCore kind:primary color:default size:default light:false focu
|
|
|
88
88
|
onTouchEnd={[Function]}
|
|
89
89
|
onTouchStart={[Function]}
|
|
90
90
|
style={
|
|
91
|
-
|
|
92
|
-
"::MozFocusInner":
|
|
91
|
+
{
|
|
92
|
+
"::MozFocusInner": {
|
|
93
93
|
"border": 0,
|
|
94
94
|
},
|
|
95
|
-
":focus":
|
|
95
|
+
":focus": {
|
|
96
96
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
97
97
|
},
|
|
98
98
|
"alignItems": "center",
|
|
@@ -124,7 +124,7 @@ exports[`IconButtonCore kind:primary color:default size:default light:false focu
|
|
|
124
124
|
className=""
|
|
125
125
|
height={24}
|
|
126
126
|
style={
|
|
127
|
-
|
|
127
|
+
{
|
|
128
128
|
"display": "inline-block",
|
|
129
129
|
"flexGrow": 0,
|
|
130
130
|
"flexShrink": 0,
|
|
@@ -161,11 +161,11 @@ exports[`IconButtonCore kind:primary color:default size:default light:false hove
|
|
|
161
161
|
onTouchEnd={[Function]}
|
|
162
162
|
onTouchStart={[Function]}
|
|
163
163
|
style={
|
|
164
|
-
|
|
165
|
-
"::MozFocusInner":
|
|
164
|
+
{
|
|
165
|
+
"::MozFocusInner": {
|
|
166
166
|
"border": 0,
|
|
167
167
|
},
|
|
168
|
-
":focus":
|
|
168
|
+
":focus": {
|
|
169
169
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
170
170
|
},
|
|
171
171
|
"alignItems": "center",
|
|
@@ -197,7 +197,7 @@ exports[`IconButtonCore kind:primary color:default size:default light:false hove
|
|
|
197
197
|
className=""
|
|
198
198
|
height={24}
|
|
199
199
|
style={
|
|
200
|
-
|
|
200
|
+
{
|
|
201
201
|
"display": "inline-block",
|
|
202
202
|
"flexGrow": 0,
|
|
203
203
|
"flexShrink": 0,
|
|
@@ -234,11 +234,11 @@ exports[`IconButtonCore kind:primary color:default size:default light:false pres
|
|
|
234
234
|
onTouchEnd={[Function]}
|
|
235
235
|
onTouchStart={[Function]}
|
|
236
236
|
style={
|
|
237
|
-
|
|
238
|
-
"::MozFocusInner":
|
|
237
|
+
{
|
|
238
|
+
"::MozFocusInner": {
|
|
239
239
|
"border": 0,
|
|
240
240
|
},
|
|
241
|
-
":focus":
|
|
241
|
+
":focus": {
|
|
242
242
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
243
243
|
},
|
|
244
244
|
"alignItems": "center",
|
|
@@ -270,7 +270,7 @@ exports[`IconButtonCore kind:primary color:default size:default light:false pres
|
|
|
270
270
|
className=""
|
|
271
271
|
height={24}
|
|
272
272
|
style={
|
|
273
|
-
|
|
273
|
+
{
|
|
274
274
|
"display": "inline-block",
|
|
275
275
|
"flexGrow": 0,
|
|
276
276
|
"flexShrink": 0,
|
|
@@ -307,11 +307,11 @@ exports[`IconButtonCore kind:primary color:default size:default light:true disab
|
|
|
307
307
|
onTouchEnd={[Function]}
|
|
308
308
|
onTouchStart={[Function]}
|
|
309
309
|
style={
|
|
310
|
-
|
|
311
|
-
"::MozFocusInner":
|
|
310
|
+
{
|
|
311
|
+
"::MozFocusInner": {
|
|
312
312
|
"border": 0,
|
|
313
313
|
},
|
|
314
|
-
":focus":
|
|
314
|
+
":focus": {
|
|
315
315
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
316
316
|
},
|
|
317
317
|
"alignItems": "center",
|
|
@@ -339,7 +339,7 @@ exports[`IconButtonCore kind:primary color:default size:default light:true disab
|
|
|
339
339
|
className=""
|
|
340
340
|
height={24}
|
|
341
341
|
style={
|
|
342
|
-
|
|
342
|
+
{
|
|
343
343
|
"display": "inline-block",
|
|
344
344
|
"flexGrow": 0,
|
|
345
345
|
"flexShrink": 0,
|
|
@@ -376,11 +376,11 @@ exports[`IconButtonCore kind:primary color:default size:default light:true focus
|
|
|
376
376
|
onTouchEnd={[Function]}
|
|
377
377
|
onTouchStart={[Function]}
|
|
378
378
|
style={
|
|
379
|
-
|
|
380
|
-
"::MozFocusInner":
|
|
379
|
+
{
|
|
380
|
+
"::MozFocusInner": {
|
|
381
381
|
"border": 0,
|
|
382
382
|
},
|
|
383
|
-
":focus":
|
|
383
|
+
":focus": {
|
|
384
384
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
385
385
|
},
|
|
386
386
|
"alignItems": "center",
|
|
@@ -412,7 +412,7 @@ exports[`IconButtonCore kind:primary color:default size:default light:true focus
|
|
|
412
412
|
className=""
|
|
413
413
|
height={24}
|
|
414
414
|
style={
|
|
415
|
-
|
|
415
|
+
{
|
|
416
416
|
"display": "inline-block",
|
|
417
417
|
"flexGrow": 0,
|
|
418
418
|
"flexShrink": 0,
|
|
@@ -449,11 +449,11 @@ exports[`IconButtonCore kind:primary color:default size:default light:true hover
|
|
|
449
449
|
onTouchEnd={[Function]}
|
|
450
450
|
onTouchStart={[Function]}
|
|
451
451
|
style={
|
|
452
|
-
|
|
453
|
-
"::MozFocusInner":
|
|
452
|
+
{
|
|
453
|
+
"::MozFocusInner": {
|
|
454
454
|
"border": 0,
|
|
455
455
|
},
|
|
456
|
-
":focus":
|
|
456
|
+
":focus": {
|
|
457
457
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
458
458
|
},
|
|
459
459
|
"alignItems": "center",
|
|
@@ -485,7 +485,7 @@ exports[`IconButtonCore kind:primary color:default size:default light:true hover
|
|
|
485
485
|
className=""
|
|
486
486
|
height={24}
|
|
487
487
|
style={
|
|
488
|
-
|
|
488
|
+
{
|
|
489
489
|
"display": "inline-block",
|
|
490
490
|
"flexGrow": 0,
|
|
491
491
|
"flexShrink": 0,
|
|
@@ -522,11 +522,11 @@ exports[`IconButtonCore kind:primary color:default size:default light:true press
|
|
|
522
522
|
onTouchEnd={[Function]}
|
|
523
523
|
onTouchStart={[Function]}
|
|
524
524
|
style={
|
|
525
|
-
|
|
526
|
-
"::MozFocusInner":
|
|
525
|
+
{
|
|
526
|
+
"::MozFocusInner": {
|
|
527
527
|
"border": 0,
|
|
528
528
|
},
|
|
529
|
-
":focus":
|
|
529
|
+
":focus": {
|
|
530
530
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
531
531
|
},
|
|
532
532
|
"alignItems": "center",
|
|
@@ -558,7 +558,7 @@ exports[`IconButtonCore kind:primary color:default size:default light:true press
|
|
|
558
558
|
className=""
|
|
559
559
|
height={24}
|
|
560
560
|
style={
|
|
561
|
-
|
|
561
|
+
{
|
|
562
562
|
"display": "inline-block",
|
|
563
563
|
"flexGrow": 0,
|
|
564
564
|
"flexShrink": 0,
|
|
@@ -595,11 +595,11 @@ exports[`IconButtonCore kind:primary color:default size:small light:false disabl
|
|
|
595
595
|
onTouchEnd={[Function]}
|
|
596
596
|
onTouchStart={[Function]}
|
|
597
597
|
style={
|
|
598
|
-
|
|
599
|
-
"::MozFocusInner":
|
|
598
|
+
{
|
|
599
|
+
"::MozFocusInner": {
|
|
600
600
|
"border": 0,
|
|
601
601
|
},
|
|
602
|
-
":focus":
|
|
602
|
+
":focus": {
|
|
603
603
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
604
604
|
},
|
|
605
605
|
"alignItems": "center",
|
|
@@ -627,7 +627,7 @@ exports[`IconButtonCore kind:primary color:default size:small light:false disabl
|
|
|
627
627
|
className=""
|
|
628
628
|
height={24}
|
|
629
629
|
style={
|
|
630
|
-
|
|
630
|
+
{
|
|
631
631
|
"display": "inline-block",
|
|
632
632
|
"flexGrow": 0,
|
|
633
633
|
"flexShrink": 0,
|
|
@@ -664,11 +664,11 @@ exports[`IconButtonCore kind:primary color:default size:small light:false focuse
|
|
|
664
664
|
onTouchEnd={[Function]}
|
|
665
665
|
onTouchStart={[Function]}
|
|
666
666
|
style={
|
|
667
|
-
|
|
668
|
-
"::MozFocusInner":
|
|
667
|
+
{
|
|
668
|
+
"::MozFocusInner": {
|
|
669
669
|
"border": 0,
|
|
670
670
|
},
|
|
671
|
-
":focus":
|
|
671
|
+
":focus": {
|
|
672
672
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
673
673
|
},
|
|
674
674
|
"alignItems": "center",
|
|
@@ -700,7 +700,7 @@ exports[`IconButtonCore kind:primary color:default size:small light:false focuse
|
|
|
700
700
|
className=""
|
|
701
701
|
height={24}
|
|
702
702
|
style={
|
|
703
|
-
|
|
703
|
+
{
|
|
704
704
|
"display": "inline-block",
|
|
705
705
|
"flexGrow": 0,
|
|
706
706
|
"flexShrink": 0,
|
|
@@ -737,11 +737,11 @@ exports[`IconButtonCore kind:primary color:default size:small light:false hovere
|
|
|
737
737
|
onTouchEnd={[Function]}
|
|
738
738
|
onTouchStart={[Function]}
|
|
739
739
|
style={
|
|
740
|
-
|
|
741
|
-
"::MozFocusInner":
|
|
740
|
+
{
|
|
741
|
+
"::MozFocusInner": {
|
|
742
742
|
"border": 0,
|
|
743
743
|
},
|
|
744
|
-
":focus":
|
|
744
|
+
":focus": {
|
|
745
745
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
746
746
|
},
|
|
747
747
|
"alignItems": "center",
|
|
@@ -773,7 +773,7 @@ exports[`IconButtonCore kind:primary color:default size:small light:false hovere
|
|
|
773
773
|
className=""
|
|
774
774
|
height={24}
|
|
775
775
|
style={
|
|
776
|
-
|
|
776
|
+
{
|
|
777
777
|
"display": "inline-block",
|
|
778
778
|
"flexGrow": 0,
|
|
779
779
|
"flexShrink": 0,
|
|
@@ -810,11 +810,11 @@ exports[`IconButtonCore kind:primary color:default size:small light:false presse
|
|
|
810
810
|
onTouchEnd={[Function]}
|
|
811
811
|
onTouchStart={[Function]}
|
|
812
812
|
style={
|
|
813
|
-
|
|
814
|
-
"::MozFocusInner":
|
|
813
|
+
{
|
|
814
|
+
"::MozFocusInner": {
|
|
815
815
|
"border": 0,
|
|
816
816
|
},
|
|
817
|
-
":focus":
|
|
817
|
+
":focus": {
|
|
818
818
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
819
819
|
},
|
|
820
820
|
"alignItems": "center",
|
|
@@ -846,7 +846,7 @@ exports[`IconButtonCore kind:primary color:default size:small light:false presse
|
|
|
846
846
|
className=""
|
|
847
847
|
height={24}
|
|
848
848
|
style={
|
|
849
|
-
|
|
849
|
+
{
|
|
850
850
|
"display": "inline-block",
|
|
851
851
|
"flexGrow": 0,
|
|
852
852
|
"flexShrink": 0,
|
|
@@ -883,11 +883,11 @@ exports[`IconButtonCore kind:primary color:default size:small light:true disable
|
|
|
883
883
|
onTouchEnd={[Function]}
|
|
884
884
|
onTouchStart={[Function]}
|
|
885
885
|
style={
|
|
886
|
-
|
|
887
|
-
"::MozFocusInner":
|
|
886
|
+
{
|
|
887
|
+
"::MozFocusInner": {
|
|
888
888
|
"border": 0,
|
|
889
889
|
},
|
|
890
|
-
":focus":
|
|
890
|
+
":focus": {
|
|
891
891
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
892
892
|
},
|
|
893
893
|
"alignItems": "center",
|
|
@@ -915,7 +915,7 @@ exports[`IconButtonCore kind:primary color:default size:small light:true disable
|
|
|
915
915
|
className=""
|
|
916
916
|
height={24}
|
|
917
917
|
style={
|
|
918
|
-
|
|
918
|
+
{
|
|
919
919
|
"display": "inline-block",
|
|
920
920
|
"flexGrow": 0,
|
|
921
921
|
"flexShrink": 0,
|
|
@@ -952,11 +952,11 @@ exports[`IconButtonCore kind:primary color:default size:small light:true focused
|
|
|
952
952
|
onTouchEnd={[Function]}
|
|
953
953
|
onTouchStart={[Function]}
|
|
954
954
|
style={
|
|
955
|
-
|
|
956
|
-
"::MozFocusInner":
|
|
955
|
+
{
|
|
956
|
+
"::MozFocusInner": {
|
|
957
957
|
"border": 0,
|
|
958
958
|
},
|
|
959
|
-
":focus":
|
|
959
|
+
":focus": {
|
|
960
960
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
961
961
|
},
|
|
962
962
|
"alignItems": "center",
|
|
@@ -988,7 +988,7 @@ exports[`IconButtonCore kind:primary color:default size:small light:true focused
|
|
|
988
988
|
className=""
|
|
989
989
|
height={24}
|
|
990
990
|
style={
|
|
991
|
-
|
|
991
|
+
{
|
|
992
992
|
"display": "inline-block",
|
|
993
993
|
"flexGrow": 0,
|
|
994
994
|
"flexShrink": 0,
|
|
@@ -1025,11 +1025,11 @@ exports[`IconButtonCore kind:primary color:default size:small light:true hovered
|
|
|
1025
1025
|
onTouchEnd={[Function]}
|
|
1026
1026
|
onTouchStart={[Function]}
|
|
1027
1027
|
style={
|
|
1028
|
-
|
|
1029
|
-
"::MozFocusInner":
|
|
1028
|
+
{
|
|
1029
|
+
"::MozFocusInner": {
|
|
1030
1030
|
"border": 0,
|
|
1031
1031
|
},
|
|
1032
|
-
":focus":
|
|
1032
|
+
":focus": {
|
|
1033
1033
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1034
1034
|
},
|
|
1035
1035
|
"alignItems": "center",
|
|
@@ -1061,7 +1061,7 @@ exports[`IconButtonCore kind:primary color:default size:small light:true hovered
|
|
|
1061
1061
|
className=""
|
|
1062
1062
|
height={24}
|
|
1063
1063
|
style={
|
|
1064
|
-
|
|
1064
|
+
{
|
|
1065
1065
|
"display": "inline-block",
|
|
1066
1066
|
"flexGrow": 0,
|
|
1067
1067
|
"flexShrink": 0,
|
|
@@ -1098,11 +1098,11 @@ exports[`IconButtonCore kind:primary color:default size:small light:true pressed
|
|
|
1098
1098
|
onTouchEnd={[Function]}
|
|
1099
1099
|
onTouchStart={[Function]}
|
|
1100
1100
|
style={
|
|
1101
|
-
|
|
1102
|
-
"::MozFocusInner":
|
|
1101
|
+
{
|
|
1102
|
+
"::MozFocusInner": {
|
|
1103
1103
|
"border": 0,
|
|
1104
1104
|
},
|
|
1105
|
-
":focus":
|
|
1105
|
+
":focus": {
|
|
1106
1106
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1107
1107
|
},
|
|
1108
1108
|
"alignItems": "center",
|
|
@@ -1134,7 +1134,7 @@ exports[`IconButtonCore kind:primary color:default size:small light:true pressed
|
|
|
1134
1134
|
className=""
|
|
1135
1135
|
height={24}
|
|
1136
1136
|
style={
|
|
1137
|
-
|
|
1137
|
+
{
|
|
1138
1138
|
"display": "inline-block",
|
|
1139
1139
|
"flexGrow": 0,
|
|
1140
1140
|
"flexShrink": 0,
|
|
@@ -1171,11 +1171,11 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:false
|
|
|
1171
1171
|
onTouchEnd={[Function]}
|
|
1172
1172
|
onTouchStart={[Function]}
|
|
1173
1173
|
style={
|
|
1174
|
-
|
|
1175
|
-
"::MozFocusInner":
|
|
1174
|
+
{
|
|
1175
|
+
"::MozFocusInner": {
|
|
1176
1176
|
"border": 0,
|
|
1177
1177
|
},
|
|
1178
|
-
":focus":
|
|
1178
|
+
":focus": {
|
|
1179
1179
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1180
1180
|
},
|
|
1181
1181
|
"alignItems": "center",
|
|
@@ -1203,7 +1203,7 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:false
|
|
|
1203
1203
|
className=""
|
|
1204
1204
|
height={24}
|
|
1205
1205
|
style={
|
|
1206
|
-
|
|
1206
|
+
{
|
|
1207
1207
|
"display": "inline-block",
|
|
1208
1208
|
"flexGrow": 0,
|
|
1209
1209
|
"flexShrink": 0,
|
|
@@ -1240,11 +1240,11 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:false
|
|
|
1240
1240
|
onTouchEnd={[Function]}
|
|
1241
1241
|
onTouchStart={[Function]}
|
|
1242
1242
|
style={
|
|
1243
|
-
|
|
1244
|
-
"::MozFocusInner":
|
|
1243
|
+
{
|
|
1244
|
+
"::MozFocusInner": {
|
|
1245
1245
|
"border": 0,
|
|
1246
1246
|
},
|
|
1247
|
-
":focus":
|
|
1247
|
+
":focus": {
|
|
1248
1248
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1249
1249
|
},
|
|
1250
1250
|
"alignItems": "center",
|
|
@@ -1276,7 +1276,7 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:false
|
|
|
1276
1276
|
className=""
|
|
1277
1277
|
height={24}
|
|
1278
1278
|
style={
|
|
1279
|
-
|
|
1279
|
+
{
|
|
1280
1280
|
"display": "inline-block",
|
|
1281
1281
|
"flexGrow": 0,
|
|
1282
1282
|
"flexShrink": 0,
|
|
@@ -1313,11 +1313,11 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:false
|
|
|
1313
1313
|
onTouchEnd={[Function]}
|
|
1314
1314
|
onTouchStart={[Function]}
|
|
1315
1315
|
style={
|
|
1316
|
-
|
|
1317
|
-
"::MozFocusInner":
|
|
1316
|
+
{
|
|
1317
|
+
"::MozFocusInner": {
|
|
1318
1318
|
"border": 0,
|
|
1319
1319
|
},
|
|
1320
|
-
":focus":
|
|
1320
|
+
":focus": {
|
|
1321
1321
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1322
1322
|
},
|
|
1323
1323
|
"alignItems": "center",
|
|
@@ -1349,7 +1349,7 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:false
|
|
|
1349
1349
|
className=""
|
|
1350
1350
|
height={24}
|
|
1351
1351
|
style={
|
|
1352
|
-
|
|
1352
|
+
{
|
|
1353
1353
|
"display": "inline-block",
|
|
1354
1354
|
"flexGrow": 0,
|
|
1355
1355
|
"flexShrink": 0,
|
|
@@ -1386,11 +1386,11 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:false
|
|
|
1386
1386
|
onTouchEnd={[Function]}
|
|
1387
1387
|
onTouchStart={[Function]}
|
|
1388
1388
|
style={
|
|
1389
|
-
|
|
1390
|
-
"::MozFocusInner":
|
|
1389
|
+
{
|
|
1390
|
+
"::MozFocusInner": {
|
|
1391
1391
|
"border": 0,
|
|
1392
1392
|
},
|
|
1393
|
-
":focus":
|
|
1393
|
+
":focus": {
|
|
1394
1394
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1395
1395
|
},
|
|
1396
1396
|
"alignItems": "center",
|
|
@@ -1422,7 +1422,7 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:false
|
|
|
1422
1422
|
className=""
|
|
1423
1423
|
height={24}
|
|
1424
1424
|
style={
|
|
1425
|
-
|
|
1425
|
+
{
|
|
1426
1426
|
"display": "inline-block",
|
|
1427
1427
|
"flexGrow": 0,
|
|
1428
1428
|
"flexShrink": 0,
|
|
@@ -1459,11 +1459,11 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:true d
|
|
|
1459
1459
|
onTouchEnd={[Function]}
|
|
1460
1460
|
onTouchStart={[Function]}
|
|
1461
1461
|
style={
|
|
1462
|
-
|
|
1463
|
-
"::MozFocusInner":
|
|
1462
|
+
{
|
|
1463
|
+
"::MozFocusInner": {
|
|
1464
1464
|
"border": 0,
|
|
1465
1465
|
},
|
|
1466
|
-
":focus":
|
|
1466
|
+
":focus": {
|
|
1467
1467
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1468
1468
|
},
|
|
1469
1469
|
"alignItems": "center",
|
|
@@ -1491,7 +1491,7 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:true d
|
|
|
1491
1491
|
className=""
|
|
1492
1492
|
height={24}
|
|
1493
1493
|
style={
|
|
1494
|
-
|
|
1494
|
+
{
|
|
1495
1495
|
"display": "inline-block",
|
|
1496
1496
|
"flexGrow": 0,
|
|
1497
1497
|
"flexShrink": 0,
|
|
@@ -1528,11 +1528,11 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:true f
|
|
|
1528
1528
|
onTouchEnd={[Function]}
|
|
1529
1529
|
onTouchStart={[Function]}
|
|
1530
1530
|
style={
|
|
1531
|
-
|
|
1532
|
-
"::MozFocusInner":
|
|
1531
|
+
{
|
|
1532
|
+
"::MozFocusInner": {
|
|
1533
1533
|
"border": 0,
|
|
1534
1534
|
},
|
|
1535
|
-
":focus":
|
|
1535
|
+
":focus": {
|
|
1536
1536
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1537
1537
|
},
|
|
1538
1538
|
"alignItems": "center",
|
|
@@ -1564,7 +1564,7 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:true f
|
|
|
1564
1564
|
className=""
|
|
1565
1565
|
height={24}
|
|
1566
1566
|
style={
|
|
1567
|
-
|
|
1567
|
+
{
|
|
1568
1568
|
"display": "inline-block",
|
|
1569
1569
|
"flexGrow": 0,
|
|
1570
1570
|
"flexShrink": 0,
|
|
@@ -1601,11 +1601,11 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:true h
|
|
|
1601
1601
|
onTouchEnd={[Function]}
|
|
1602
1602
|
onTouchStart={[Function]}
|
|
1603
1603
|
style={
|
|
1604
|
-
|
|
1605
|
-
"::MozFocusInner":
|
|
1604
|
+
{
|
|
1605
|
+
"::MozFocusInner": {
|
|
1606
1606
|
"border": 0,
|
|
1607
1607
|
},
|
|
1608
|
-
":focus":
|
|
1608
|
+
":focus": {
|
|
1609
1609
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1610
1610
|
},
|
|
1611
1611
|
"alignItems": "center",
|
|
@@ -1637,7 +1637,7 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:true h
|
|
|
1637
1637
|
className=""
|
|
1638
1638
|
height={24}
|
|
1639
1639
|
style={
|
|
1640
|
-
|
|
1640
|
+
{
|
|
1641
1641
|
"display": "inline-block",
|
|
1642
1642
|
"flexGrow": 0,
|
|
1643
1643
|
"flexShrink": 0,
|
|
@@ -1674,11 +1674,11 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:true p
|
|
|
1674
1674
|
onTouchEnd={[Function]}
|
|
1675
1675
|
onTouchStart={[Function]}
|
|
1676
1676
|
style={
|
|
1677
|
-
|
|
1678
|
-
"::MozFocusInner":
|
|
1677
|
+
{
|
|
1678
|
+
"::MozFocusInner": {
|
|
1679
1679
|
"border": 0,
|
|
1680
1680
|
},
|
|
1681
|
-
":focus":
|
|
1681
|
+
":focus": {
|
|
1682
1682
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1683
1683
|
},
|
|
1684
1684
|
"alignItems": "center",
|
|
@@ -1710,7 +1710,7 @@ exports[`IconButtonCore kind:primary color:destructive size:default light:true p
|
|
|
1710
1710
|
className=""
|
|
1711
1711
|
height={24}
|
|
1712
1712
|
style={
|
|
1713
|
-
|
|
1713
|
+
{
|
|
1714
1714
|
"display": "inline-block",
|
|
1715
1715
|
"flexGrow": 0,
|
|
1716
1716
|
"flexShrink": 0,
|
|
@@ -1747,11 +1747,11 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:false di
|
|
|
1747
1747
|
onTouchEnd={[Function]}
|
|
1748
1748
|
onTouchStart={[Function]}
|
|
1749
1749
|
style={
|
|
1750
|
-
|
|
1751
|
-
"::MozFocusInner":
|
|
1750
|
+
{
|
|
1751
|
+
"::MozFocusInner": {
|
|
1752
1752
|
"border": 0,
|
|
1753
1753
|
},
|
|
1754
|
-
":focus":
|
|
1754
|
+
":focus": {
|
|
1755
1755
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1756
1756
|
},
|
|
1757
1757
|
"alignItems": "center",
|
|
@@ -1779,7 +1779,7 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:false di
|
|
|
1779
1779
|
className=""
|
|
1780
1780
|
height={24}
|
|
1781
1781
|
style={
|
|
1782
|
-
|
|
1782
|
+
{
|
|
1783
1783
|
"display": "inline-block",
|
|
1784
1784
|
"flexGrow": 0,
|
|
1785
1785
|
"flexShrink": 0,
|
|
@@ -1816,11 +1816,11 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:false fo
|
|
|
1816
1816
|
onTouchEnd={[Function]}
|
|
1817
1817
|
onTouchStart={[Function]}
|
|
1818
1818
|
style={
|
|
1819
|
-
|
|
1820
|
-
"::MozFocusInner":
|
|
1819
|
+
{
|
|
1820
|
+
"::MozFocusInner": {
|
|
1821
1821
|
"border": 0,
|
|
1822
1822
|
},
|
|
1823
|
-
":focus":
|
|
1823
|
+
":focus": {
|
|
1824
1824
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1825
1825
|
},
|
|
1826
1826
|
"alignItems": "center",
|
|
@@ -1852,7 +1852,7 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:false fo
|
|
|
1852
1852
|
className=""
|
|
1853
1853
|
height={24}
|
|
1854
1854
|
style={
|
|
1855
|
-
|
|
1855
|
+
{
|
|
1856
1856
|
"display": "inline-block",
|
|
1857
1857
|
"flexGrow": 0,
|
|
1858
1858
|
"flexShrink": 0,
|
|
@@ -1889,11 +1889,11 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:false ho
|
|
|
1889
1889
|
onTouchEnd={[Function]}
|
|
1890
1890
|
onTouchStart={[Function]}
|
|
1891
1891
|
style={
|
|
1892
|
-
|
|
1893
|
-
"::MozFocusInner":
|
|
1892
|
+
{
|
|
1893
|
+
"::MozFocusInner": {
|
|
1894
1894
|
"border": 0,
|
|
1895
1895
|
},
|
|
1896
|
-
":focus":
|
|
1896
|
+
":focus": {
|
|
1897
1897
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1898
1898
|
},
|
|
1899
1899
|
"alignItems": "center",
|
|
@@ -1925,7 +1925,7 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:false ho
|
|
|
1925
1925
|
className=""
|
|
1926
1926
|
height={24}
|
|
1927
1927
|
style={
|
|
1928
|
-
|
|
1928
|
+
{
|
|
1929
1929
|
"display": "inline-block",
|
|
1930
1930
|
"flexGrow": 0,
|
|
1931
1931
|
"flexShrink": 0,
|
|
@@ -1962,11 +1962,11 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:false pr
|
|
|
1962
1962
|
onTouchEnd={[Function]}
|
|
1963
1963
|
onTouchStart={[Function]}
|
|
1964
1964
|
style={
|
|
1965
|
-
|
|
1966
|
-
"::MozFocusInner":
|
|
1965
|
+
{
|
|
1966
|
+
"::MozFocusInner": {
|
|
1967
1967
|
"border": 0,
|
|
1968
1968
|
},
|
|
1969
|
-
":focus":
|
|
1969
|
+
":focus": {
|
|
1970
1970
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1971
1971
|
},
|
|
1972
1972
|
"alignItems": "center",
|
|
@@ -1998,7 +1998,7 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:false pr
|
|
|
1998
1998
|
className=""
|
|
1999
1999
|
height={24}
|
|
2000
2000
|
style={
|
|
2001
|
-
|
|
2001
|
+
{
|
|
2002
2002
|
"display": "inline-block",
|
|
2003
2003
|
"flexGrow": 0,
|
|
2004
2004
|
"flexShrink": 0,
|
|
@@ -2035,11 +2035,11 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:true dis
|
|
|
2035
2035
|
onTouchEnd={[Function]}
|
|
2036
2036
|
onTouchStart={[Function]}
|
|
2037
2037
|
style={
|
|
2038
|
-
|
|
2039
|
-
"::MozFocusInner":
|
|
2038
|
+
{
|
|
2039
|
+
"::MozFocusInner": {
|
|
2040
2040
|
"border": 0,
|
|
2041
2041
|
},
|
|
2042
|
-
":focus":
|
|
2042
|
+
":focus": {
|
|
2043
2043
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2044
2044
|
},
|
|
2045
2045
|
"alignItems": "center",
|
|
@@ -2067,7 +2067,7 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:true dis
|
|
|
2067
2067
|
className=""
|
|
2068
2068
|
height={24}
|
|
2069
2069
|
style={
|
|
2070
|
-
|
|
2070
|
+
{
|
|
2071
2071
|
"display": "inline-block",
|
|
2072
2072
|
"flexGrow": 0,
|
|
2073
2073
|
"flexShrink": 0,
|
|
@@ -2104,11 +2104,11 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:true foc
|
|
|
2104
2104
|
onTouchEnd={[Function]}
|
|
2105
2105
|
onTouchStart={[Function]}
|
|
2106
2106
|
style={
|
|
2107
|
-
|
|
2108
|
-
"::MozFocusInner":
|
|
2107
|
+
{
|
|
2108
|
+
"::MozFocusInner": {
|
|
2109
2109
|
"border": 0,
|
|
2110
2110
|
},
|
|
2111
|
-
":focus":
|
|
2111
|
+
":focus": {
|
|
2112
2112
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2113
2113
|
},
|
|
2114
2114
|
"alignItems": "center",
|
|
@@ -2140,7 +2140,7 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:true foc
|
|
|
2140
2140
|
className=""
|
|
2141
2141
|
height={24}
|
|
2142
2142
|
style={
|
|
2143
|
-
|
|
2143
|
+
{
|
|
2144
2144
|
"display": "inline-block",
|
|
2145
2145
|
"flexGrow": 0,
|
|
2146
2146
|
"flexShrink": 0,
|
|
@@ -2177,11 +2177,11 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:true hov
|
|
|
2177
2177
|
onTouchEnd={[Function]}
|
|
2178
2178
|
onTouchStart={[Function]}
|
|
2179
2179
|
style={
|
|
2180
|
-
|
|
2181
|
-
"::MozFocusInner":
|
|
2180
|
+
{
|
|
2181
|
+
"::MozFocusInner": {
|
|
2182
2182
|
"border": 0,
|
|
2183
2183
|
},
|
|
2184
|
-
":focus":
|
|
2184
|
+
":focus": {
|
|
2185
2185
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2186
2186
|
},
|
|
2187
2187
|
"alignItems": "center",
|
|
@@ -2213,7 +2213,7 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:true hov
|
|
|
2213
2213
|
className=""
|
|
2214
2214
|
height={24}
|
|
2215
2215
|
style={
|
|
2216
|
-
|
|
2216
|
+
{
|
|
2217
2217
|
"display": "inline-block",
|
|
2218
2218
|
"flexGrow": 0,
|
|
2219
2219
|
"flexShrink": 0,
|
|
@@ -2250,11 +2250,11 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:true pre
|
|
|
2250
2250
|
onTouchEnd={[Function]}
|
|
2251
2251
|
onTouchStart={[Function]}
|
|
2252
2252
|
style={
|
|
2253
|
-
|
|
2254
|
-
"::MozFocusInner":
|
|
2253
|
+
{
|
|
2254
|
+
"::MozFocusInner": {
|
|
2255
2255
|
"border": 0,
|
|
2256
2256
|
},
|
|
2257
|
-
":focus":
|
|
2257
|
+
":focus": {
|
|
2258
2258
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2259
2259
|
},
|
|
2260
2260
|
"alignItems": "center",
|
|
@@ -2286,7 +2286,7 @@ exports[`IconButtonCore kind:primary color:destructive size:small light:true pre
|
|
|
2286
2286
|
className=""
|
|
2287
2287
|
height={24}
|
|
2288
2288
|
style={
|
|
2289
|
-
|
|
2289
|
+
{
|
|
2290
2290
|
"display": "inline-block",
|
|
2291
2291
|
"flexGrow": 0,
|
|
2292
2292
|
"flexShrink": 0,
|
|
@@ -2323,11 +2323,11 @@ exports[`IconButtonCore kind:secondary color:default size:default light:false di
|
|
|
2323
2323
|
onTouchEnd={[Function]}
|
|
2324
2324
|
onTouchStart={[Function]}
|
|
2325
2325
|
style={
|
|
2326
|
-
|
|
2327
|
-
"::MozFocusInner":
|
|
2326
|
+
{
|
|
2327
|
+
"::MozFocusInner": {
|
|
2328
2328
|
"border": 0,
|
|
2329
2329
|
},
|
|
2330
|
-
":focus":
|
|
2330
|
+
":focus": {
|
|
2331
2331
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2332
2332
|
},
|
|
2333
2333
|
"alignItems": "center",
|
|
@@ -2355,7 +2355,7 @@ exports[`IconButtonCore kind:secondary color:default size:default light:false di
|
|
|
2355
2355
|
className=""
|
|
2356
2356
|
height={24}
|
|
2357
2357
|
style={
|
|
2358
|
-
|
|
2358
|
+
{
|
|
2359
2359
|
"display": "inline-block",
|
|
2360
2360
|
"flexGrow": 0,
|
|
2361
2361
|
"flexShrink": 0,
|
|
@@ -2392,11 +2392,11 @@ exports[`IconButtonCore kind:secondary color:default size:default light:false fo
|
|
|
2392
2392
|
onTouchEnd={[Function]}
|
|
2393
2393
|
onTouchStart={[Function]}
|
|
2394
2394
|
style={
|
|
2395
|
-
|
|
2396
|
-
"::MozFocusInner":
|
|
2395
|
+
{
|
|
2396
|
+
"::MozFocusInner": {
|
|
2397
2397
|
"border": 0,
|
|
2398
2398
|
},
|
|
2399
|
-
":focus":
|
|
2399
|
+
":focus": {
|
|
2400
2400
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2401
2401
|
},
|
|
2402
2402
|
"alignItems": "center",
|
|
@@ -2428,7 +2428,7 @@ exports[`IconButtonCore kind:secondary color:default size:default light:false fo
|
|
|
2428
2428
|
className=""
|
|
2429
2429
|
height={24}
|
|
2430
2430
|
style={
|
|
2431
|
-
|
|
2431
|
+
{
|
|
2432
2432
|
"display": "inline-block",
|
|
2433
2433
|
"flexGrow": 0,
|
|
2434
2434
|
"flexShrink": 0,
|
|
@@ -2465,11 +2465,11 @@ exports[`IconButtonCore kind:secondary color:default size:default light:false ho
|
|
|
2465
2465
|
onTouchEnd={[Function]}
|
|
2466
2466
|
onTouchStart={[Function]}
|
|
2467
2467
|
style={
|
|
2468
|
-
|
|
2469
|
-
"::MozFocusInner":
|
|
2468
|
+
{
|
|
2469
|
+
"::MozFocusInner": {
|
|
2470
2470
|
"border": 0,
|
|
2471
2471
|
},
|
|
2472
|
-
":focus":
|
|
2472
|
+
":focus": {
|
|
2473
2473
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2474
2474
|
},
|
|
2475
2475
|
"alignItems": "center",
|
|
@@ -2501,7 +2501,7 @@ exports[`IconButtonCore kind:secondary color:default size:default light:false ho
|
|
|
2501
2501
|
className=""
|
|
2502
2502
|
height={24}
|
|
2503
2503
|
style={
|
|
2504
|
-
|
|
2504
|
+
{
|
|
2505
2505
|
"display": "inline-block",
|
|
2506
2506
|
"flexGrow": 0,
|
|
2507
2507
|
"flexShrink": 0,
|
|
@@ -2538,11 +2538,11 @@ exports[`IconButtonCore kind:secondary color:default size:default light:false pr
|
|
|
2538
2538
|
onTouchEnd={[Function]}
|
|
2539
2539
|
onTouchStart={[Function]}
|
|
2540
2540
|
style={
|
|
2541
|
-
|
|
2542
|
-
"::MozFocusInner":
|
|
2541
|
+
{
|
|
2542
|
+
"::MozFocusInner": {
|
|
2543
2543
|
"border": 0,
|
|
2544
2544
|
},
|
|
2545
|
-
":focus":
|
|
2545
|
+
":focus": {
|
|
2546
2546
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2547
2547
|
},
|
|
2548
2548
|
"alignItems": "center",
|
|
@@ -2574,7 +2574,7 @@ exports[`IconButtonCore kind:secondary color:default size:default light:false pr
|
|
|
2574
2574
|
className=""
|
|
2575
2575
|
height={24}
|
|
2576
2576
|
style={
|
|
2577
|
-
|
|
2577
|
+
{
|
|
2578
2578
|
"display": "inline-block",
|
|
2579
2579
|
"flexGrow": 0,
|
|
2580
2580
|
"flexShrink": 0,
|
|
@@ -2611,11 +2611,11 @@ exports[`IconButtonCore kind:secondary color:default size:small light:false disa
|
|
|
2611
2611
|
onTouchEnd={[Function]}
|
|
2612
2612
|
onTouchStart={[Function]}
|
|
2613
2613
|
style={
|
|
2614
|
-
|
|
2615
|
-
"::MozFocusInner":
|
|
2614
|
+
{
|
|
2615
|
+
"::MozFocusInner": {
|
|
2616
2616
|
"border": 0,
|
|
2617
2617
|
},
|
|
2618
|
-
":focus":
|
|
2618
|
+
":focus": {
|
|
2619
2619
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2620
2620
|
},
|
|
2621
2621
|
"alignItems": "center",
|
|
@@ -2643,7 +2643,7 @@ exports[`IconButtonCore kind:secondary color:default size:small light:false disa
|
|
|
2643
2643
|
className=""
|
|
2644
2644
|
height={24}
|
|
2645
2645
|
style={
|
|
2646
|
-
|
|
2646
|
+
{
|
|
2647
2647
|
"display": "inline-block",
|
|
2648
2648
|
"flexGrow": 0,
|
|
2649
2649
|
"flexShrink": 0,
|
|
@@ -2680,11 +2680,11 @@ exports[`IconButtonCore kind:secondary color:default size:small light:false focu
|
|
|
2680
2680
|
onTouchEnd={[Function]}
|
|
2681
2681
|
onTouchStart={[Function]}
|
|
2682
2682
|
style={
|
|
2683
|
-
|
|
2684
|
-
"::MozFocusInner":
|
|
2683
|
+
{
|
|
2684
|
+
"::MozFocusInner": {
|
|
2685
2685
|
"border": 0,
|
|
2686
2686
|
},
|
|
2687
|
-
":focus":
|
|
2687
|
+
":focus": {
|
|
2688
2688
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2689
2689
|
},
|
|
2690
2690
|
"alignItems": "center",
|
|
@@ -2716,7 +2716,7 @@ exports[`IconButtonCore kind:secondary color:default size:small light:false focu
|
|
|
2716
2716
|
className=""
|
|
2717
2717
|
height={24}
|
|
2718
2718
|
style={
|
|
2719
|
-
|
|
2719
|
+
{
|
|
2720
2720
|
"display": "inline-block",
|
|
2721
2721
|
"flexGrow": 0,
|
|
2722
2722
|
"flexShrink": 0,
|
|
@@ -2753,11 +2753,11 @@ exports[`IconButtonCore kind:secondary color:default size:small light:false hove
|
|
|
2753
2753
|
onTouchEnd={[Function]}
|
|
2754
2754
|
onTouchStart={[Function]}
|
|
2755
2755
|
style={
|
|
2756
|
-
|
|
2757
|
-
"::MozFocusInner":
|
|
2756
|
+
{
|
|
2757
|
+
"::MozFocusInner": {
|
|
2758
2758
|
"border": 0,
|
|
2759
2759
|
},
|
|
2760
|
-
":focus":
|
|
2760
|
+
":focus": {
|
|
2761
2761
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2762
2762
|
},
|
|
2763
2763
|
"alignItems": "center",
|
|
@@ -2789,7 +2789,7 @@ exports[`IconButtonCore kind:secondary color:default size:small light:false hove
|
|
|
2789
2789
|
className=""
|
|
2790
2790
|
height={24}
|
|
2791
2791
|
style={
|
|
2792
|
-
|
|
2792
|
+
{
|
|
2793
2793
|
"display": "inline-block",
|
|
2794
2794
|
"flexGrow": 0,
|
|
2795
2795
|
"flexShrink": 0,
|
|
@@ -2826,11 +2826,11 @@ exports[`IconButtonCore kind:secondary color:default size:small light:false pres
|
|
|
2826
2826
|
onTouchEnd={[Function]}
|
|
2827
2827
|
onTouchStart={[Function]}
|
|
2828
2828
|
style={
|
|
2829
|
-
|
|
2830
|
-
"::MozFocusInner":
|
|
2829
|
+
{
|
|
2830
|
+
"::MozFocusInner": {
|
|
2831
2831
|
"border": 0,
|
|
2832
2832
|
},
|
|
2833
|
-
":focus":
|
|
2833
|
+
":focus": {
|
|
2834
2834
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2835
2835
|
},
|
|
2836
2836
|
"alignItems": "center",
|
|
@@ -2862,7 +2862,7 @@ exports[`IconButtonCore kind:secondary color:default size:small light:false pres
|
|
|
2862
2862
|
className=""
|
|
2863
2863
|
height={24}
|
|
2864
2864
|
style={
|
|
2865
|
-
|
|
2865
|
+
{
|
|
2866
2866
|
"display": "inline-block",
|
|
2867
2867
|
"flexGrow": 0,
|
|
2868
2868
|
"flexShrink": 0,
|
|
@@ -2899,11 +2899,11 @@ exports[`IconButtonCore kind:secondary color:destructive size:default light:fals
|
|
|
2899
2899
|
onTouchEnd={[Function]}
|
|
2900
2900
|
onTouchStart={[Function]}
|
|
2901
2901
|
style={
|
|
2902
|
-
|
|
2903
|
-
"::MozFocusInner":
|
|
2902
|
+
{
|
|
2903
|
+
"::MozFocusInner": {
|
|
2904
2904
|
"border": 0,
|
|
2905
2905
|
},
|
|
2906
|
-
":focus":
|
|
2906
|
+
":focus": {
|
|
2907
2907
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2908
2908
|
},
|
|
2909
2909
|
"alignItems": "center",
|
|
@@ -2931,7 +2931,7 @@ exports[`IconButtonCore kind:secondary color:destructive size:default light:fals
|
|
|
2931
2931
|
className=""
|
|
2932
2932
|
height={24}
|
|
2933
2933
|
style={
|
|
2934
|
-
|
|
2934
|
+
{
|
|
2935
2935
|
"display": "inline-block",
|
|
2936
2936
|
"flexGrow": 0,
|
|
2937
2937
|
"flexShrink": 0,
|
|
@@ -2968,11 +2968,11 @@ exports[`IconButtonCore kind:secondary color:destructive size:default light:fals
|
|
|
2968
2968
|
onTouchEnd={[Function]}
|
|
2969
2969
|
onTouchStart={[Function]}
|
|
2970
2970
|
style={
|
|
2971
|
-
|
|
2972
|
-
"::MozFocusInner":
|
|
2971
|
+
{
|
|
2972
|
+
"::MozFocusInner": {
|
|
2973
2973
|
"border": 0,
|
|
2974
2974
|
},
|
|
2975
|
-
":focus":
|
|
2975
|
+
":focus": {
|
|
2976
2976
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2977
2977
|
},
|
|
2978
2978
|
"alignItems": "center",
|
|
@@ -3004,7 +3004,7 @@ exports[`IconButtonCore kind:secondary color:destructive size:default light:fals
|
|
|
3004
3004
|
className=""
|
|
3005
3005
|
height={24}
|
|
3006
3006
|
style={
|
|
3007
|
-
|
|
3007
|
+
{
|
|
3008
3008
|
"display": "inline-block",
|
|
3009
3009
|
"flexGrow": 0,
|
|
3010
3010
|
"flexShrink": 0,
|
|
@@ -3041,11 +3041,11 @@ exports[`IconButtonCore kind:secondary color:destructive size:default light:fals
|
|
|
3041
3041
|
onTouchEnd={[Function]}
|
|
3042
3042
|
onTouchStart={[Function]}
|
|
3043
3043
|
style={
|
|
3044
|
-
|
|
3045
|
-
"::MozFocusInner":
|
|
3044
|
+
{
|
|
3045
|
+
"::MozFocusInner": {
|
|
3046
3046
|
"border": 0,
|
|
3047
3047
|
},
|
|
3048
|
-
":focus":
|
|
3048
|
+
":focus": {
|
|
3049
3049
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3050
3050
|
},
|
|
3051
3051
|
"alignItems": "center",
|
|
@@ -3077,7 +3077,7 @@ exports[`IconButtonCore kind:secondary color:destructive size:default light:fals
|
|
|
3077
3077
|
className=""
|
|
3078
3078
|
height={24}
|
|
3079
3079
|
style={
|
|
3080
|
-
|
|
3080
|
+
{
|
|
3081
3081
|
"display": "inline-block",
|
|
3082
3082
|
"flexGrow": 0,
|
|
3083
3083
|
"flexShrink": 0,
|
|
@@ -3114,11 +3114,11 @@ exports[`IconButtonCore kind:secondary color:destructive size:default light:fals
|
|
|
3114
3114
|
onTouchEnd={[Function]}
|
|
3115
3115
|
onTouchStart={[Function]}
|
|
3116
3116
|
style={
|
|
3117
|
-
|
|
3118
|
-
"::MozFocusInner":
|
|
3117
|
+
{
|
|
3118
|
+
"::MozFocusInner": {
|
|
3119
3119
|
"border": 0,
|
|
3120
3120
|
},
|
|
3121
|
-
":focus":
|
|
3121
|
+
":focus": {
|
|
3122
3122
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3123
3123
|
},
|
|
3124
3124
|
"alignItems": "center",
|
|
@@ -3150,7 +3150,7 @@ exports[`IconButtonCore kind:secondary color:destructive size:default light:fals
|
|
|
3150
3150
|
className=""
|
|
3151
3151
|
height={24}
|
|
3152
3152
|
style={
|
|
3153
|
-
|
|
3153
|
+
{
|
|
3154
3154
|
"display": "inline-block",
|
|
3155
3155
|
"flexGrow": 0,
|
|
3156
3156
|
"flexShrink": 0,
|
|
@@ -3187,11 +3187,11 @@ exports[`IconButtonCore kind:secondary color:destructive size:small light:false
|
|
|
3187
3187
|
onTouchEnd={[Function]}
|
|
3188
3188
|
onTouchStart={[Function]}
|
|
3189
3189
|
style={
|
|
3190
|
-
|
|
3191
|
-
"::MozFocusInner":
|
|
3190
|
+
{
|
|
3191
|
+
"::MozFocusInner": {
|
|
3192
3192
|
"border": 0,
|
|
3193
3193
|
},
|
|
3194
|
-
":focus":
|
|
3194
|
+
":focus": {
|
|
3195
3195
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3196
3196
|
},
|
|
3197
3197
|
"alignItems": "center",
|
|
@@ -3219,7 +3219,7 @@ exports[`IconButtonCore kind:secondary color:destructive size:small light:false
|
|
|
3219
3219
|
className=""
|
|
3220
3220
|
height={24}
|
|
3221
3221
|
style={
|
|
3222
|
-
|
|
3222
|
+
{
|
|
3223
3223
|
"display": "inline-block",
|
|
3224
3224
|
"flexGrow": 0,
|
|
3225
3225
|
"flexShrink": 0,
|
|
@@ -3256,11 +3256,11 @@ exports[`IconButtonCore kind:secondary color:destructive size:small light:false
|
|
|
3256
3256
|
onTouchEnd={[Function]}
|
|
3257
3257
|
onTouchStart={[Function]}
|
|
3258
3258
|
style={
|
|
3259
|
-
|
|
3260
|
-
"::MozFocusInner":
|
|
3259
|
+
{
|
|
3260
|
+
"::MozFocusInner": {
|
|
3261
3261
|
"border": 0,
|
|
3262
3262
|
},
|
|
3263
|
-
":focus":
|
|
3263
|
+
":focus": {
|
|
3264
3264
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3265
3265
|
},
|
|
3266
3266
|
"alignItems": "center",
|
|
@@ -3292,7 +3292,7 @@ exports[`IconButtonCore kind:secondary color:destructive size:small light:false
|
|
|
3292
3292
|
className=""
|
|
3293
3293
|
height={24}
|
|
3294
3294
|
style={
|
|
3295
|
-
|
|
3295
|
+
{
|
|
3296
3296
|
"display": "inline-block",
|
|
3297
3297
|
"flexGrow": 0,
|
|
3298
3298
|
"flexShrink": 0,
|
|
@@ -3329,11 +3329,11 @@ exports[`IconButtonCore kind:secondary color:destructive size:small light:false
|
|
|
3329
3329
|
onTouchEnd={[Function]}
|
|
3330
3330
|
onTouchStart={[Function]}
|
|
3331
3331
|
style={
|
|
3332
|
-
|
|
3333
|
-
"::MozFocusInner":
|
|
3332
|
+
{
|
|
3333
|
+
"::MozFocusInner": {
|
|
3334
3334
|
"border": 0,
|
|
3335
3335
|
},
|
|
3336
|
-
":focus":
|
|
3336
|
+
":focus": {
|
|
3337
3337
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3338
3338
|
},
|
|
3339
3339
|
"alignItems": "center",
|
|
@@ -3365,7 +3365,7 @@ exports[`IconButtonCore kind:secondary color:destructive size:small light:false
|
|
|
3365
3365
|
className=""
|
|
3366
3366
|
height={24}
|
|
3367
3367
|
style={
|
|
3368
|
-
|
|
3368
|
+
{
|
|
3369
3369
|
"display": "inline-block",
|
|
3370
3370
|
"flexGrow": 0,
|
|
3371
3371
|
"flexShrink": 0,
|
|
@@ -3402,11 +3402,11 @@ exports[`IconButtonCore kind:secondary color:destructive size:small light:false
|
|
|
3402
3402
|
onTouchEnd={[Function]}
|
|
3403
3403
|
onTouchStart={[Function]}
|
|
3404
3404
|
style={
|
|
3405
|
-
|
|
3406
|
-
"::MozFocusInner":
|
|
3405
|
+
{
|
|
3406
|
+
"::MozFocusInner": {
|
|
3407
3407
|
"border": 0,
|
|
3408
3408
|
},
|
|
3409
|
-
":focus":
|
|
3409
|
+
":focus": {
|
|
3410
3410
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3411
3411
|
},
|
|
3412
3412
|
"alignItems": "center",
|
|
@@ -3438,7 +3438,7 @@ exports[`IconButtonCore kind:secondary color:destructive size:small light:false
|
|
|
3438
3438
|
className=""
|
|
3439
3439
|
height={24}
|
|
3440
3440
|
style={
|
|
3441
|
-
|
|
3441
|
+
{
|
|
3442
3442
|
"display": "inline-block",
|
|
3443
3443
|
"flexGrow": 0,
|
|
3444
3444
|
"flexShrink": 0,
|
|
@@ -3475,11 +3475,11 @@ exports[`IconButtonCore kind:tertiary color:default size:default light:false dis
|
|
|
3475
3475
|
onTouchEnd={[Function]}
|
|
3476
3476
|
onTouchStart={[Function]}
|
|
3477
3477
|
style={
|
|
3478
|
-
|
|
3479
|
-
"::MozFocusInner":
|
|
3478
|
+
{
|
|
3479
|
+
"::MozFocusInner": {
|
|
3480
3480
|
"border": 0,
|
|
3481
3481
|
},
|
|
3482
|
-
":focus":
|
|
3482
|
+
":focus": {
|
|
3483
3483
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3484
3484
|
},
|
|
3485
3485
|
"alignItems": "center",
|
|
@@ -3507,7 +3507,7 @@ exports[`IconButtonCore kind:tertiary color:default size:default light:false dis
|
|
|
3507
3507
|
className=""
|
|
3508
3508
|
height={24}
|
|
3509
3509
|
style={
|
|
3510
|
-
|
|
3510
|
+
{
|
|
3511
3511
|
"display": "inline-block",
|
|
3512
3512
|
"flexGrow": 0,
|
|
3513
3513
|
"flexShrink": 0,
|
|
@@ -3544,11 +3544,11 @@ exports[`IconButtonCore kind:tertiary color:default size:default light:false foc
|
|
|
3544
3544
|
onTouchEnd={[Function]}
|
|
3545
3545
|
onTouchStart={[Function]}
|
|
3546
3546
|
style={
|
|
3547
|
-
|
|
3548
|
-
"::MozFocusInner":
|
|
3547
|
+
{
|
|
3548
|
+
"::MozFocusInner": {
|
|
3549
3549
|
"border": 0,
|
|
3550
3550
|
},
|
|
3551
|
-
":focus":
|
|
3551
|
+
":focus": {
|
|
3552
3552
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3553
3553
|
},
|
|
3554
3554
|
"alignItems": "center",
|
|
@@ -3580,7 +3580,7 @@ exports[`IconButtonCore kind:tertiary color:default size:default light:false foc
|
|
|
3580
3580
|
className=""
|
|
3581
3581
|
height={24}
|
|
3582
3582
|
style={
|
|
3583
|
-
|
|
3583
|
+
{
|
|
3584
3584
|
"display": "inline-block",
|
|
3585
3585
|
"flexGrow": 0,
|
|
3586
3586
|
"flexShrink": 0,
|
|
@@ -3617,11 +3617,11 @@ exports[`IconButtonCore kind:tertiary color:default size:default light:false hov
|
|
|
3617
3617
|
onTouchEnd={[Function]}
|
|
3618
3618
|
onTouchStart={[Function]}
|
|
3619
3619
|
style={
|
|
3620
|
-
|
|
3621
|
-
"::MozFocusInner":
|
|
3620
|
+
{
|
|
3621
|
+
"::MozFocusInner": {
|
|
3622
3622
|
"border": 0,
|
|
3623
3623
|
},
|
|
3624
|
-
":focus":
|
|
3624
|
+
":focus": {
|
|
3625
3625
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3626
3626
|
},
|
|
3627
3627
|
"alignItems": "center",
|
|
@@ -3653,7 +3653,7 @@ exports[`IconButtonCore kind:tertiary color:default size:default light:false hov
|
|
|
3653
3653
|
className=""
|
|
3654
3654
|
height={24}
|
|
3655
3655
|
style={
|
|
3656
|
-
|
|
3656
|
+
{
|
|
3657
3657
|
"display": "inline-block",
|
|
3658
3658
|
"flexGrow": 0,
|
|
3659
3659
|
"flexShrink": 0,
|
|
@@ -3690,11 +3690,11 @@ exports[`IconButtonCore kind:tertiary color:default size:default light:false pre
|
|
|
3690
3690
|
onTouchEnd={[Function]}
|
|
3691
3691
|
onTouchStart={[Function]}
|
|
3692
3692
|
style={
|
|
3693
|
-
|
|
3694
|
-
"::MozFocusInner":
|
|
3693
|
+
{
|
|
3694
|
+
"::MozFocusInner": {
|
|
3695
3695
|
"border": 0,
|
|
3696
3696
|
},
|
|
3697
|
-
":focus":
|
|
3697
|
+
":focus": {
|
|
3698
3698
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3699
3699
|
},
|
|
3700
3700
|
"alignItems": "center",
|
|
@@ -3726,7 +3726,7 @@ exports[`IconButtonCore kind:tertiary color:default size:default light:false pre
|
|
|
3726
3726
|
className=""
|
|
3727
3727
|
height={24}
|
|
3728
3728
|
style={
|
|
3729
|
-
|
|
3729
|
+
{
|
|
3730
3730
|
"display": "inline-block",
|
|
3731
3731
|
"flexGrow": 0,
|
|
3732
3732
|
"flexShrink": 0,
|
|
@@ -3763,11 +3763,11 @@ exports[`IconButtonCore kind:tertiary color:default size:small light:false disab
|
|
|
3763
3763
|
onTouchEnd={[Function]}
|
|
3764
3764
|
onTouchStart={[Function]}
|
|
3765
3765
|
style={
|
|
3766
|
-
|
|
3767
|
-
"::MozFocusInner":
|
|
3766
|
+
{
|
|
3767
|
+
"::MozFocusInner": {
|
|
3768
3768
|
"border": 0,
|
|
3769
3769
|
},
|
|
3770
|
-
":focus":
|
|
3770
|
+
":focus": {
|
|
3771
3771
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3772
3772
|
},
|
|
3773
3773
|
"alignItems": "center",
|
|
@@ -3795,7 +3795,7 @@ exports[`IconButtonCore kind:tertiary color:default size:small light:false disab
|
|
|
3795
3795
|
className=""
|
|
3796
3796
|
height={24}
|
|
3797
3797
|
style={
|
|
3798
|
-
|
|
3798
|
+
{
|
|
3799
3799
|
"display": "inline-block",
|
|
3800
3800
|
"flexGrow": 0,
|
|
3801
3801
|
"flexShrink": 0,
|
|
@@ -3832,11 +3832,11 @@ exports[`IconButtonCore kind:tertiary color:default size:small light:false focus
|
|
|
3832
3832
|
onTouchEnd={[Function]}
|
|
3833
3833
|
onTouchStart={[Function]}
|
|
3834
3834
|
style={
|
|
3835
|
-
|
|
3836
|
-
"::MozFocusInner":
|
|
3835
|
+
{
|
|
3836
|
+
"::MozFocusInner": {
|
|
3837
3837
|
"border": 0,
|
|
3838
3838
|
},
|
|
3839
|
-
":focus":
|
|
3839
|
+
":focus": {
|
|
3840
3840
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3841
3841
|
},
|
|
3842
3842
|
"alignItems": "center",
|
|
@@ -3868,7 +3868,7 @@ exports[`IconButtonCore kind:tertiary color:default size:small light:false focus
|
|
|
3868
3868
|
className=""
|
|
3869
3869
|
height={24}
|
|
3870
3870
|
style={
|
|
3871
|
-
|
|
3871
|
+
{
|
|
3872
3872
|
"display": "inline-block",
|
|
3873
3873
|
"flexGrow": 0,
|
|
3874
3874
|
"flexShrink": 0,
|
|
@@ -3905,11 +3905,11 @@ exports[`IconButtonCore kind:tertiary color:default size:small light:false hover
|
|
|
3905
3905
|
onTouchEnd={[Function]}
|
|
3906
3906
|
onTouchStart={[Function]}
|
|
3907
3907
|
style={
|
|
3908
|
-
|
|
3909
|
-
"::MozFocusInner":
|
|
3908
|
+
{
|
|
3909
|
+
"::MozFocusInner": {
|
|
3910
3910
|
"border": 0,
|
|
3911
3911
|
},
|
|
3912
|
-
":focus":
|
|
3912
|
+
":focus": {
|
|
3913
3913
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3914
3914
|
},
|
|
3915
3915
|
"alignItems": "center",
|
|
@@ -3941,7 +3941,7 @@ exports[`IconButtonCore kind:tertiary color:default size:small light:false hover
|
|
|
3941
3941
|
className=""
|
|
3942
3942
|
height={24}
|
|
3943
3943
|
style={
|
|
3944
|
-
|
|
3944
|
+
{
|
|
3945
3945
|
"display": "inline-block",
|
|
3946
3946
|
"flexGrow": 0,
|
|
3947
3947
|
"flexShrink": 0,
|
|
@@ -3978,11 +3978,11 @@ exports[`IconButtonCore kind:tertiary color:default size:small light:false press
|
|
|
3978
3978
|
onTouchEnd={[Function]}
|
|
3979
3979
|
onTouchStart={[Function]}
|
|
3980
3980
|
style={
|
|
3981
|
-
|
|
3982
|
-
"::MozFocusInner":
|
|
3981
|
+
{
|
|
3982
|
+
"::MozFocusInner": {
|
|
3983
3983
|
"border": 0,
|
|
3984
3984
|
},
|
|
3985
|
-
":focus":
|
|
3985
|
+
":focus": {
|
|
3986
3986
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3987
3987
|
},
|
|
3988
3988
|
"alignItems": "center",
|
|
@@ -4014,7 +4014,7 @@ exports[`IconButtonCore kind:tertiary color:default size:small light:false press
|
|
|
4014
4014
|
className=""
|
|
4015
4015
|
height={24}
|
|
4016
4016
|
style={
|
|
4017
|
-
|
|
4017
|
+
{
|
|
4018
4018
|
"display": "inline-block",
|
|
4019
4019
|
"flexGrow": 0,
|
|
4020
4020
|
"flexShrink": 0,
|
|
@@ -4051,11 +4051,11 @@ exports[`IconButtonCore kind:tertiary color:destructive size:default light:false
|
|
|
4051
4051
|
onTouchEnd={[Function]}
|
|
4052
4052
|
onTouchStart={[Function]}
|
|
4053
4053
|
style={
|
|
4054
|
-
|
|
4055
|
-
"::MozFocusInner":
|
|
4054
|
+
{
|
|
4055
|
+
"::MozFocusInner": {
|
|
4056
4056
|
"border": 0,
|
|
4057
4057
|
},
|
|
4058
|
-
":focus":
|
|
4058
|
+
":focus": {
|
|
4059
4059
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4060
4060
|
},
|
|
4061
4061
|
"alignItems": "center",
|
|
@@ -4083,7 +4083,7 @@ exports[`IconButtonCore kind:tertiary color:destructive size:default light:false
|
|
|
4083
4083
|
className=""
|
|
4084
4084
|
height={24}
|
|
4085
4085
|
style={
|
|
4086
|
-
|
|
4086
|
+
{
|
|
4087
4087
|
"display": "inline-block",
|
|
4088
4088
|
"flexGrow": 0,
|
|
4089
4089
|
"flexShrink": 0,
|
|
@@ -4120,11 +4120,11 @@ exports[`IconButtonCore kind:tertiary color:destructive size:default light:false
|
|
|
4120
4120
|
onTouchEnd={[Function]}
|
|
4121
4121
|
onTouchStart={[Function]}
|
|
4122
4122
|
style={
|
|
4123
|
-
|
|
4124
|
-
"::MozFocusInner":
|
|
4123
|
+
{
|
|
4124
|
+
"::MozFocusInner": {
|
|
4125
4125
|
"border": 0,
|
|
4126
4126
|
},
|
|
4127
|
-
":focus":
|
|
4127
|
+
":focus": {
|
|
4128
4128
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4129
4129
|
},
|
|
4130
4130
|
"alignItems": "center",
|
|
@@ -4156,7 +4156,7 @@ exports[`IconButtonCore kind:tertiary color:destructive size:default light:false
|
|
|
4156
4156
|
className=""
|
|
4157
4157
|
height={24}
|
|
4158
4158
|
style={
|
|
4159
|
-
|
|
4159
|
+
{
|
|
4160
4160
|
"display": "inline-block",
|
|
4161
4161
|
"flexGrow": 0,
|
|
4162
4162
|
"flexShrink": 0,
|
|
@@ -4193,11 +4193,11 @@ exports[`IconButtonCore kind:tertiary color:destructive size:default light:false
|
|
|
4193
4193
|
onTouchEnd={[Function]}
|
|
4194
4194
|
onTouchStart={[Function]}
|
|
4195
4195
|
style={
|
|
4196
|
-
|
|
4197
|
-
"::MozFocusInner":
|
|
4196
|
+
{
|
|
4197
|
+
"::MozFocusInner": {
|
|
4198
4198
|
"border": 0,
|
|
4199
4199
|
},
|
|
4200
|
-
":focus":
|
|
4200
|
+
":focus": {
|
|
4201
4201
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4202
4202
|
},
|
|
4203
4203
|
"alignItems": "center",
|
|
@@ -4229,7 +4229,7 @@ exports[`IconButtonCore kind:tertiary color:destructive size:default light:false
|
|
|
4229
4229
|
className=""
|
|
4230
4230
|
height={24}
|
|
4231
4231
|
style={
|
|
4232
|
-
|
|
4232
|
+
{
|
|
4233
4233
|
"display": "inline-block",
|
|
4234
4234
|
"flexGrow": 0,
|
|
4235
4235
|
"flexShrink": 0,
|
|
@@ -4266,11 +4266,11 @@ exports[`IconButtonCore kind:tertiary color:destructive size:default light:false
|
|
|
4266
4266
|
onTouchEnd={[Function]}
|
|
4267
4267
|
onTouchStart={[Function]}
|
|
4268
4268
|
style={
|
|
4269
|
-
|
|
4270
|
-
"::MozFocusInner":
|
|
4269
|
+
{
|
|
4270
|
+
"::MozFocusInner": {
|
|
4271
4271
|
"border": 0,
|
|
4272
4272
|
},
|
|
4273
|
-
":focus":
|
|
4273
|
+
":focus": {
|
|
4274
4274
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4275
4275
|
},
|
|
4276
4276
|
"alignItems": "center",
|
|
@@ -4302,7 +4302,7 @@ exports[`IconButtonCore kind:tertiary color:destructive size:default light:false
|
|
|
4302
4302
|
className=""
|
|
4303
4303
|
height={24}
|
|
4304
4304
|
style={
|
|
4305
|
-
|
|
4305
|
+
{
|
|
4306
4306
|
"display": "inline-block",
|
|
4307
4307
|
"flexGrow": 0,
|
|
4308
4308
|
"flexShrink": 0,
|
|
@@ -4339,11 +4339,11 @@ exports[`IconButtonCore kind:tertiary color:destructive size:small light:false d
|
|
|
4339
4339
|
onTouchEnd={[Function]}
|
|
4340
4340
|
onTouchStart={[Function]}
|
|
4341
4341
|
style={
|
|
4342
|
-
|
|
4343
|
-
"::MozFocusInner":
|
|
4342
|
+
{
|
|
4343
|
+
"::MozFocusInner": {
|
|
4344
4344
|
"border": 0,
|
|
4345
4345
|
},
|
|
4346
|
-
":focus":
|
|
4346
|
+
":focus": {
|
|
4347
4347
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4348
4348
|
},
|
|
4349
4349
|
"alignItems": "center",
|
|
@@ -4371,7 +4371,7 @@ exports[`IconButtonCore kind:tertiary color:destructive size:small light:false d
|
|
|
4371
4371
|
className=""
|
|
4372
4372
|
height={24}
|
|
4373
4373
|
style={
|
|
4374
|
-
|
|
4374
|
+
{
|
|
4375
4375
|
"display": "inline-block",
|
|
4376
4376
|
"flexGrow": 0,
|
|
4377
4377
|
"flexShrink": 0,
|
|
@@ -4408,11 +4408,11 @@ exports[`IconButtonCore kind:tertiary color:destructive size:small light:false f
|
|
|
4408
4408
|
onTouchEnd={[Function]}
|
|
4409
4409
|
onTouchStart={[Function]}
|
|
4410
4410
|
style={
|
|
4411
|
-
|
|
4412
|
-
"::MozFocusInner":
|
|
4411
|
+
{
|
|
4412
|
+
"::MozFocusInner": {
|
|
4413
4413
|
"border": 0,
|
|
4414
4414
|
},
|
|
4415
|
-
":focus":
|
|
4415
|
+
":focus": {
|
|
4416
4416
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4417
4417
|
},
|
|
4418
4418
|
"alignItems": "center",
|
|
@@ -4444,7 +4444,7 @@ exports[`IconButtonCore kind:tertiary color:destructive size:small light:false f
|
|
|
4444
4444
|
className=""
|
|
4445
4445
|
height={24}
|
|
4446
4446
|
style={
|
|
4447
|
-
|
|
4447
|
+
{
|
|
4448
4448
|
"display": "inline-block",
|
|
4449
4449
|
"flexGrow": 0,
|
|
4450
4450
|
"flexShrink": 0,
|
|
@@ -4481,11 +4481,11 @@ exports[`IconButtonCore kind:tertiary color:destructive size:small light:false h
|
|
|
4481
4481
|
onTouchEnd={[Function]}
|
|
4482
4482
|
onTouchStart={[Function]}
|
|
4483
4483
|
style={
|
|
4484
|
-
|
|
4485
|
-
"::MozFocusInner":
|
|
4484
|
+
{
|
|
4485
|
+
"::MozFocusInner": {
|
|
4486
4486
|
"border": 0,
|
|
4487
4487
|
},
|
|
4488
|
-
":focus":
|
|
4488
|
+
":focus": {
|
|
4489
4489
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4490
4490
|
},
|
|
4491
4491
|
"alignItems": "center",
|
|
@@ -4517,7 +4517,7 @@ exports[`IconButtonCore kind:tertiary color:destructive size:small light:false h
|
|
|
4517
4517
|
className=""
|
|
4518
4518
|
height={24}
|
|
4519
4519
|
style={
|
|
4520
|
-
|
|
4520
|
+
{
|
|
4521
4521
|
"display": "inline-block",
|
|
4522
4522
|
"flexGrow": 0,
|
|
4523
4523
|
"flexShrink": 0,
|
|
@@ -4554,11 +4554,11 @@ exports[`IconButtonCore kind:tertiary color:destructive size:small light:false p
|
|
|
4554
4554
|
onTouchEnd={[Function]}
|
|
4555
4555
|
onTouchStart={[Function]}
|
|
4556
4556
|
style={
|
|
4557
|
-
|
|
4558
|
-
"::MozFocusInner":
|
|
4557
|
+
{
|
|
4558
|
+
"::MozFocusInner": {
|
|
4559
4559
|
"border": 0,
|
|
4560
4560
|
},
|
|
4561
|
-
":focus":
|
|
4561
|
+
":focus": {
|
|
4562
4562
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4563
4563
|
},
|
|
4564
4564
|
"alignItems": "center",
|
|
@@ -4590,7 +4590,7 @@ exports[`IconButtonCore kind:tertiary color:destructive size:small light:false p
|
|
|
4590
4590
|
className=""
|
|
4591
4591
|
height={24}
|
|
4592
4592
|
style={
|
|
4593
|
-
|
|
4593
|
+
{
|
|
4594
4594
|
"display": "inline-block",
|
|
4595
4595
|
"flexGrow": 0,
|
|
4596
4596
|
"flexShrink": 0,
|