@khanacademy/wonder-blocks-button 3.0.2 → 3.0.3
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 +11 -0
- package/dist/index.js +96 -71
- package/package.json +6 -6
- package/src/__tests__/__snapshots__/custom-snapshot.test.js.snap +837 -837
|
@@ -19,11 +19,11 @@ exports[`Button <Link tabIndex={-1}> 1`] = `
|
|
|
19
19
|
onTouchStart={[Function]}
|
|
20
20
|
role="button"
|
|
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",
|
|
@@ -54,12 +54,12 @@ exports[`Button <Link tabIndex={-1}> 1`] = `
|
|
|
54
54
|
<span
|
|
55
55
|
className=""
|
|
56
56
|
style={
|
|
57
|
-
|
|
57
|
+
{
|
|
58
58
|
"MozOsxFontSmoothing": "grayscale",
|
|
59
59
|
"WebkitFontSmoothing": "antialiased",
|
|
60
60
|
"alignItems": "center",
|
|
61
61
|
"display": "inline-block",
|
|
62
|
-
"fontFamily": "Lato,
|
|
62
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
63
63
|
"fontSize": 16,
|
|
64
64
|
"fontWeight": "bold",
|
|
65
65
|
"lineHeight": "20px",
|
|
@@ -94,11 +94,11 @@ exports[`Button <Link tabIndex={0}> 1`] = `
|
|
|
94
94
|
onTouchStart={[Function]}
|
|
95
95
|
role="button"
|
|
96
96
|
style={
|
|
97
|
-
|
|
98
|
-
"::MozFocusInner":
|
|
97
|
+
{
|
|
98
|
+
"::MozFocusInner": {
|
|
99
99
|
"border": 0,
|
|
100
100
|
},
|
|
101
|
-
":focus":
|
|
101
|
+
":focus": {
|
|
102
102
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
103
103
|
},
|
|
104
104
|
"alignItems": "center",
|
|
@@ -129,12 +129,12 @@ exports[`Button <Link tabIndex={0}> 1`] = `
|
|
|
129
129
|
<span
|
|
130
130
|
className=""
|
|
131
131
|
style={
|
|
132
|
-
|
|
132
|
+
{
|
|
133
133
|
"MozOsxFontSmoothing": "grayscale",
|
|
134
134
|
"WebkitFontSmoothing": "antialiased",
|
|
135
135
|
"alignItems": "center",
|
|
136
136
|
"display": "inline-block",
|
|
137
|
-
"fontFamily": "Lato,
|
|
137
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
138
138
|
"fontSize": 16,
|
|
139
139
|
"fontWeight": "bold",
|
|
140
140
|
"lineHeight": "20px",
|
|
@@ -169,11 +169,11 @@ exports[`Button <Link tabIndex={1}> 1`] = `
|
|
|
169
169
|
onTouchStart={[Function]}
|
|
170
170
|
role="button"
|
|
171
171
|
style={
|
|
172
|
-
|
|
173
|
-
"::MozFocusInner":
|
|
172
|
+
{
|
|
173
|
+
"::MozFocusInner": {
|
|
174
174
|
"border": 0,
|
|
175
175
|
},
|
|
176
|
-
":focus":
|
|
176
|
+
":focus": {
|
|
177
177
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
178
178
|
},
|
|
179
179
|
"alignItems": "center",
|
|
@@ -204,12 +204,12 @@ exports[`Button <Link tabIndex={1}> 1`] = `
|
|
|
204
204
|
<span
|
|
205
205
|
className=""
|
|
206
206
|
style={
|
|
207
|
-
|
|
207
|
+
{
|
|
208
208
|
"MozOsxFontSmoothing": "grayscale",
|
|
209
209
|
"WebkitFontSmoothing": "antialiased",
|
|
210
210
|
"alignItems": "center",
|
|
211
211
|
"display": "inline-block",
|
|
212
|
-
"fontFamily": "Lato,
|
|
212
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
213
213
|
"fontSize": 16,
|
|
214
214
|
"fontWeight": "bold",
|
|
215
215
|
"lineHeight": "20px",
|
|
@@ -245,11 +245,11 @@ exports[`ButtonCore kind:primary color:default size:large light:false disabled 1
|
|
|
245
245
|
onTouchStart={[Function]}
|
|
246
246
|
role="button"
|
|
247
247
|
style={
|
|
248
|
-
|
|
249
|
-
"::MozFocusInner":
|
|
248
|
+
{
|
|
249
|
+
"::MozFocusInner": {
|
|
250
250
|
"border": 0,
|
|
251
251
|
},
|
|
252
|
-
":focus":
|
|
252
|
+
":focus": {
|
|
253
253
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px rgba(33,36,44,0.32)",
|
|
254
254
|
},
|
|
255
255
|
"alignItems": "center",
|
|
@@ -280,12 +280,12 @@ exports[`ButtonCore kind:primary color:default size:large light:false disabled 1
|
|
|
280
280
|
<span
|
|
281
281
|
className=""
|
|
282
282
|
style={
|
|
283
|
-
|
|
283
|
+
{
|
|
284
284
|
"MozOsxFontSmoothing": "grayscale",
|
|
285
285
|
"WebkitFontSmoothing": "antialiased",
|
|
286
286
|
"alignItems": "center",
|
|
287
287
|
"display": "inline-block",
|
|
288
|
-
"fontFamily": "Lato,
|
|
288
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
289
289
|
"fontSize": 18,
|
|
290
290
|
"fontWeight": "bold",
|
|
291
291
|
"lineHeight": "20px",
|
|
@@ -321,11 +321,11 @@ exports[`ButtonCore kind:primary color:default size:large light:false focused 1`
|
|
|
321
321
|
onTouchStart={[Function]}
|
|
322
322
|
role="button"
|
|
323
323
|
style={
|
|
324
|
-
|
|
325
|
-
"::MozFocusInner":
|
|
324
|
+
{
|
|
325
|
+
"::MozFocusInner": {
|
|
326
326
|
"border": 0,
|
|
327
327
|
},
|
|
328
|
-
":focus":
|
|
328
|
+
":focus": {
|
|
329
329
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
330
330
|
},
|
|
331
331
|
"alignItems": "center",
|
|
@@ -357,12 +357,12 @@ exports[`ButtonCore kind:primary color:default size:large light:false focused 1`
|
|
|
357
357
|
<span
|
|
358
358
|
className=""
|
|
359
359
|
style={
|
|
360
|
-
|
|
360
|
+
{
|
|
361
361
|
"MozOsxFontSmoothing": "grayscale",
|
|
362
362
|
"WebkitFontSmoothing": "antialiased",
|
|
363
363
|
"alignItems": "center",
|
|
364
364
|
"display": "inline-block",
|
|
365
|
-
"fontFamily": "Lato,
|
|
365
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
366
366
|
"fontSize": 18,
|
|
367
367
|
"fontWeight": "bold",
|
|
368
368
|
"lineHeight": "20px",
|
|
@@ -398,11 +398,11 @@ exports[`ButtonCore kind:primary color:default size:large light:false hovered 1`
|
|
|
398
398
|
onTouchStart={[Function]}
|
|
399
399
|
role="button"
|
|
400
400
|
style={
|
|
401
|
-
|
|
402
|
-
"::MozFocusInner":
|
|
401
|
+
{
|
|
402
|
+
"::MozFocusInner": {
|
|
403
403
|
"border": 0,
|
|
404
404
|
},
|
|
405
|
-
":focus":
|
|
405
|
+
":focus": {
|
|
406
406
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
407
407
|
},
|
|
408
408
|
"alignItems": "center",
|
|
@@ -434,12 +434,12 @@ exports[`ButtonCore kind:primary color:default size:large light:false hovered 1`
|
|
|
434
434
|
<span
|
|
435
435
|
className=""
|
|
436
436
|
style={
|
|
437
|
-
|
|
437
|
+
{
|
|
438
438
|
"MozOsxFontSmoothing": "grayscale",
|
|
439
439
|
"WebkitFontSmoothing": "antialiased",
|
|
440
440
|
"alignItems": "center",
|
|
441
441
|
"display": "inline-block",
|
|
442
|
-
"fontFamily": "Lato,
|
|
442
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
443
443
|
"fontSize": 18,
|
|
444
444
|
"fontWeight": "bold",
|
|
445
445
|
"lineHeight": "20px",
|
|
@@ -475,11 +475,11 @@ exports[`ButtonCore kind:primary color:default size:large light:false pressed 1`
|
|
|
475
475
|
onTouchStart={[Function]}
|
|
476
476
|
role="button"
|
|
477
477
|
style={
|
|
478
|
-
|
|
479
|
-
"::MozFocusInner":
|
|
478
|
+
{
|
|
479
|
+
"::MozFocusInner": {
|
|
480
480
|
"border": 0,
|
|
481
481
|
},
|
|
482
|
-
":focus":
|
|
482
|
+
":focus": {
|
|
483
483
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
484
484
|
},
|
|
485
485
|
"alignItems": "center",
|
|
@@ -511,12 +511,12 @@ exports[`ButtonCore kind:primary color:default size:large light:false pressed 1`
|
|
|
511
511
|
<span
|
|
512
512
|
className=""
|
|
513
513
|
style={
|
|
514
|
-
|
|
514
|
+
{
|
|
515
515
|
"MozOsxFontSmoothing": "grayscale",
|
|
516
516
|
"WebkitFontSmoothing": "antialiased",
|
|
517
517
|
"alignItems": "center",
|
|
518
518
|
"display": "inline-block",
|
|
519
|
-
"fontFamily": "Lato,
|
|
519
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
520
520
|
"fontSize": 18,
|
|
521
521
|
"fontWeight": "bold",
|
|
522
522
|
"lineHeight": "20px",
|
|
@@ -552,11 +552,11 @@ exports[`ButtonCore kind:primary color:default size:large light:true disabled 1`
|
|
|
552
552
|
onTouchStart={[Function]}
|
|
553
553
|
role="button"
|
|
554
554
|
style={
|
|
555
|
-
|
|
556
|
-
"::MozFocusInner":
|
|
555
|
+
{
|
|
556
|
+
"::MozFocusInner": {
|
|
557
557
|
"border": 0,
|
|
558
558
|
},
|
|
559
|
-
":focus":
|
|
559
|
+
":focus": {
|
|
560
560
|
"boxShadow": "0 0 0 1px rgba(33,36,44,0.32), 0 0 0 3px #b5cefb",
|
|
561
561
|
},
|
|
562
562
|
"alignItems": "center",
|
|
@@ -587,12 +587,12 @@ exports[`ButtonCore kind:primary color:default size:large light:true disabled 1`
|
|
|
587
587
|
<span
|
|
588
588
|
className=""
|
|
589
589
|
style={
|
|
590
|
-
|
|
590
|
+
{
|
|
591
591
|
"MozOsxFontSmoothing": "grayscale",
|
|
592
592
|
"WebkitFontSmoothing": "antialiased",
|
|
593
593
|
"alignItems": "center",
|
|
594
594
|
"display": "inline-block",
|
|
595
|
-
"fontFamily": "Lato,
|
|
595
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
596
596
|
"fontSize": 18,
|
|
597
597
|
"fontWeight": "bold",
|
|
598
598
|
"lineHeight": "20px",
|
|
@@ -628,11 +628,11 @@ exports[`ButtonCore kind:primary color:default size:large light:true focused 1`]
|
|
|
628
628
|
onTouchStart={[Function]}
|
|
629
629
|
role="button"
|
|
630
630
|
style={
|
|
631
|
-
|
|
632
|
-
"::MozFocusInner":
|
|
631
|
+
{
|
|
632
|
+
"::MozFocusInner": {
|
|
633
633
|
"border": 0,
|
|
634
634
|
},
|
|
635
|
-
":focus":
|
|
635
|
+
":focus": {
|
|
636
636
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
637
637
|
},
|
|
638
638
|
"alignItems": "center",
|
|
@@ -664,12 +664,12 @@ exports[`ButtonCore kind:primary color:default size:large light:true focused 1`]
|
|
|
664
664
|
<span
|
|
665
665
|
className=""
|
|
666
666
|
style={
|
|
667
|
-
|
|
667
|
+
{
|
|
668
668
|
"MozOsxFontSmoothing": "grayscale",
|
|
669
669
|
"WebkitFontSmoothing": "antialiased",
|
|
670
670
|
"alignItems": "center",
|
|
671
671
|
"display": "inline-block",
|
|
672
|
-
"fontFamily": "Lato,
|
|
672
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
673
673
|
"fontSize": 18,
|
|
674
674
|
"fontWeight": "bold",
|
|
675
675
|
"lineHeight": "20px",
|
|
@@ -705,11 +705,11 @@ exports[`ButtonCore kind:primary color:default size:large light:true hovered 1`]
|
|
|
705
705
|
onTouchStart={[Function]}
|
|
706
706
|
role="button"
|
|
707
707
|
style={
|
|
708
|
-
|
|
709
|
-
"::MozFocusInner":
|
|
708
|
+
{
|
|
709
|
+
"::MozFocusInner": {
|
|
710
710
|
"border": 0,
|
|
711
711
|
},
|
|
712
|
-
":focus":
|
|
712
|
+
":focus": {
|
|
713
713
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
714
714
|
},
|
|
715
715
|
"alignItems": "center",
|
|
@@ -741,12 +741,12 @@ exports[`ButtonCore kind:primary color:default size:large light:true hovered 1`]
|
|
|
741
741
|
<span
|
|
742
742
|
className=""
|
|
743
743
|
style={
|
|
744
|
-
|
|
744
|
+
{
|
|
745
745
|
"MozOsxFontSmoothing": "grayscale",
|
|
746
746
|
"WebkitFontSmoothing": "antialiased",
|
|
747
747
|
"alignItems": "center",
|
|
748
748
|
"display": "inline-block",
|
|
749
|
-
"fontFamily": "Lato,
|
|
749
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
750
750
|
"fontSize": 18,
|
|
751
751
|
"fontWeight": "bold",
|
|
752
752
|
"lineHeight": "20px",
|
|
@@ -782,11 +782,11 @@ exports[`ButtonCore kind:primary color:default size:large light:true pressed 1`]
|
|
|
782
782
|
onTouchStart={[Function]}
|
|
783
783
|
role="button"
|
|
784
784
|
style={
|
|
785
|
-
|
|
786
|
-
"::MozFocusInner":
|
|
785
|
+
{
|
|
786
|
+
"::MozFocusInner": {
|
|
787
787
|
"border": 0,
|
|
788
788
|
},
|
|
789
|
-
":focus":
|
|
789
|
+
":focus": {
|
|
790
790
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
791
791
|
},
|
|
792
792
|
"alignItems": "center",
|
|
@@ -818,12 +818,12 @@ exports[`ButtonCore kind:primary color:default size:large light:true pressed 1`]
|
|
|
818
818
|
<span
|
|
819
819
|
className=""
|
|
820
820
|
style={
|
|
821
|
-
|
|
821
|
+
{
|
|
822
822
|
"MozOsxFontSmoothing": "grayscale",
|
|
823
823
|
"WebkitFontSmoothing": "antialiased",
|
|
824
824
|
"alignItems": "center",
|
|
825
825
|
"display": "inline-block",
|
|
826
|
-
"fontFamily": "Lato,
|
|
826
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
827
827
|
"fontSize": 18,
|
|
828
828
|
"fontWeight": "bold",
|
|
829
829
|
"lineHeight": "20px",
|
|
@@ -859,11 +859,11 @@ exports[`ButtonCore kind:primary color:default size:medium light:false disabled
|
|
|
859
859
|
onTouchStart={[Function]}
|
|
860
860
|
role="button"
|
|
861
861
|
style={
|
|
862
|
-
|
|
863
|
-
"::MozFocusInner":
|
|
862
|
+
{
|
|
863
|
+
"::MozFocusInner": {
|
|
864
864
|
"border": 0,
|
|
865
865
|
},
|
|
866
|
-
":focus":
|
|
866
|
+
":focus": {
|
|
867
867
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px rgba(33,36,44,0.32)",
|
|
868
868
|
},
|
|
869
869
|
"alignItems": "center",
|
|
@@ -894,12 +894,12 @@ exports[`ButtonCore kind:primary color:default size:medium light:false disabled
|
|
|
894
894
|
<span
|
|
895
895
|
className=""
|
|
896
896
|
style={
|
|
897
|
-
|
|
897
|
+
{
|
|
898
898
|
"MozOsxFontSmoothing": "grayscale",
|
|
899
899
|
"WebkitFontSmoothing": "antialiased",
|
|
900
900
|
"alignItems": "center",
|
|
901
901
|
"display": "inline-block",
|
|
902
|
-
"fontFamily": "Lato,
|
|
902
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
903
903
|
"fontSize": 16,
|
|
904
904
|
"fontWeight": "bold",
|
|
905
905
|
"lineHeight": "20px",
|
|
@@ -935,11 +935,11 @@ exports[`ButtonCore kind:primary color:default size:medium light:false focused 1
|
|
|
935
935
|
onTouchStart={[Function]}
|
|
936
936
|
role="button"
|
|
937
937
|
style={
|
|
938
|
-
|
|
939
|
-
"::MozFocusInner":
|
|
938
|
+
{
|
|
939
|
+
"::MozFocusInner": {
|
|
940
940
|
"border": 0,
|
|
941
941
|
},
|
|
942
|
-
":focus":
|
|
942
|
+
":focus": {
|
|
943
943
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
944
944
|
},
|
|
945
945
|
"alignItems": "center",
|
|
@@ -971,12 +971,12 @@ exports[`ButtonCore kind:primary color:default size:medium light:false focused 1
|
|
|
971
971
|
<span
|
|
972
972
|
className=""
|
|
973
973
|
style={
|
|
974
|
-
|
|
974
|
+
{
|
|
975
975
|
"MozOsxFontSmoothing": "grayscale",
|
|
976
976
|
"WebkitFontSmoothing": "antialiased",
|
|
977
977
|
"alignItems": "center",
|
|
978
978
|
"display": "inline-block",
|
|
979
|
-
"fontFamily": "Lato,
|
|
979
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
980
980
|
"fontSize": 16,
|
|
981
981
|
"fontWeight": "bold",
|
|
982
982
|
"lineHeight": "20px",
|
|
@@ -1012,11 +1012,11 @@ exports[`ButtonCore kind:primary color:default size:medium light:false hovered 1
|
|
|
1012
1012
|
onTouchStart={[Function]}
|
|
1013
1013
|
role="button"
|
|
1014
1014
|
style={
|
|
1015
|
-
|
|
1016
|
-
"::MozFocusInner":
|
|
1015
|
+
{
|
|
1016
|
+
"::MozFocusInner": {
|
|
1017
1017
|
"border": 0,
|
|
1018
1018
|
},
|
|
1019
|
-
":focus":
|
|
1019
|
+
":focus": {
|
|
1020
1020
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1021
1021
|
},
|
|
1022
1022
|
"alignItems": "center",
|
|
@@ -1048,12 +1048,12 @@ exports[`ButtonCore kind:primary color:default size:medium light:false hovered 1
|
|
|
1048
1048
|
<span
|
|
1049
1049
|
className=""
|
|
1050
1050
|
style={
|
|
1051
|
-
|
|
1051
|
+
{
|
|
1052
1052
|
"MozOsxFontSmoothing": "grayscale",
|
|
1053
1053
|
"WebkitFontSmoothing": "antialiased",
|
|
1054
1054
|
"alignItems": "center",
|
|
1055
1055
|
"display": "inline-block",
|
|
1056
|
-
"fontFamily": "Lato,
|
|
1056
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1057
1057
|
"fontSize": 16,
|
|
1058
1058
|
"fontWeight": "bold",
|
|
1059
1059
|
"lineHeight": "20px",
|
|
@@ -1089,11 +1089,11 @@ exports[`ButtonCore kind:primary color:default size:medium light:false pressed 1
|
|
|
1089
1089
|
onTouchStart={[Function]}
|
|
1090
1090
|
role="button"
|
|
1091
1091
|
style={
|
|
1092
|
-
|
|
1093
|
-
"::MozFocusInner":
|
|
1092
|
+
{
|
|
1093
|
+
"::MozFocusInner": {
|
|
1094
1094
|
"border": 0,
|
|
1095
1095
|
},
|
|
1096
|
-
":focus":
|
|
1096
|
+
":focus": {
|
|
1097
1097
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1098
1098
|
},
|
|
1099
1099
|
"alignItems": "center",
|
|
@@ -1125,12 +1125,12 @@ exports[`ButtonCore kind:primary color:default size:medium light:false pressed 1
|
|
|
1125
1125
|
<span
|
|
1126
1126
|
className=""
|
|
1127
1127
|
style={
|
|
1128
|
-
|
|
1128
|
+
{
|
|
1129
1129
|
"MozOsxFontSmoothing": "grayscale",
|
|
1130
1130
|
"WebkitFontSmoothing": "antialiased",
|
|
1131
1131
|
"alignItems": "center",
|
|
1132
1132
|
"display": "inline-block",
|
|
1133
|
-
"fontFamily": "Lato,
|
|
1133
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1134
1134
|
"fontSize": 16,
|
|
1135
1135
|
"fontWeight": "bold",
|
|
1136
1136
|
"lineHeight": "20px",
|
|
@@ -1166,11 +1166,11 @@ exports[`ButtonCore kind:primary color:default size:medium light:true disabled 1
|
|
|
1166
1166
|
onTouchStart={[Function]}
|
|
1167
1167
|
role="button"
|
|
1168
1168
|
style={
|
|
1169
|
-
|
|
1170
|
-
"::MozFocusInner":
|
|
1169
|
+
{
|
|
1170
|
+
"::MozFocusInner": {
|
|
1171
1171
|
"border": 0,
|
|
1172
1172
|
},
|
|
1173
|
-
":focus":
|
|
1173
|
+
":focus": {
|
|
1174
1174
|
"boxShadow": "0 0 0 1px rgba(33,36,44,0.32), 0 0 0 3px #b5cefb",
|
|
1175
1175
|
},
|
|
1176
1176
|
"alignItems": "center",
|
|
@@ -1201,12 +1201,12 @@ exports[`ButtonCore kind:primary color:default size:medium light:true disabled 1
|
|
|
1201
1201
|
<span
|
|
1202
1202
|
className=""
|
|
1203
1203
|
style={
|
|
1204
|
-
|
|
1204
|
+
{
|
|
1205
1205
|
"MozOsxFontSmoothing": "grayscale",
|
|
1206
1206
|
"WebkitFontSmoothing": "antialiased",
|
|
1207
1207
|
"alignItems": "center",
|
|
1208
1208
|
"display": "inline-block",
|
|
1209
|
-
"fontFamily": "Lato,
|
|
1209
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1210
1210
|
"fontSize": 16,
|
|
1211
1211
|
"fontWeight": "bold",
|
|
1212
1212
|
"lineHeight": "20px",
|
|
@@ -1242,11 +1242,11 @@ exports[`ButtonCore kind:primary color:default size:medium light:true focused 1`
|
|
|
1242
1242
|
onTouchStart={[Function]}
|
|
1243
1243
|
role="button"
|
|
1244
1244
|
style={
|
|
1245
|
-
|
|
1246
|
-
"::MozFocusInner":
|
|
1245
|
+
{
|
|
1246
|
+
"::MozFocusInner": {
|
|
1247
1247
|
"border": 0,
|
|
1248
1248
|
},
|
|
1249
|
-
":focus":
|
|
1249
|
+
":focus": {
|
|
1250
1250
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1251
1251
|
},
|
|
1252
1252
|
"alignItems": "center",
|
|
@@ -1278,12 +1278,12 @@ exports[`ButtonCore kind:primary color:default size:medium light:true focused 1`
|
|
|
1278
1278
|
<span
|
|
1279
1279
|
className=""
|
|
1280
1280
|
style={
|
|
1281
|
-
|
|
1281
|
+
{
|
|
1282
1282
|
"MozOsxFontSmoothing": "grayscale",
|
|
1283
1283
|
"WebkitFontSmoothing": "antialiased",
|
|
1284
1284
|
"alignItems": "center",
|
|
1285
1285
|
"display": "inline-block",
|
|
1286
|
-
"fontFamily": "Lato,
|
|
1286
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1287
1287
|
"fontSize": 16,
|
|
1288
1288
|
"fontWeight": "bold",
|
|
1289
1289
|
"lineHeight": "20px",
|
|
@@ -1319,11 +1319,11 @@ exports[`ButtonCore kind:primary color:default size:medium light:true hovered 1`
|
|
|
1319
1319
|
onTouchStart={[Function]}
|
|
1320
1320
|
role="button"
|
|
1321
1321
|
style={
|
|
1322
|
-
|
|
1323
|
-
"::MozFocusInner":
|
|
1322
|
+
{
|
|
1323
|
+
"::MozFocusInner": {
|
|
1324
1324
|
"border": 0,
|
|
1325
1325
|
},
|
|
1326
|
-
":focus":
|
|
1326
|
+
":focus": {
|
|
1327
1327
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1328
1328
|
},
|
|
1329
1329
|
"alignItems": "center",
|
|
@@ -1355,12 +1355,12 @@ exports[`ButtonCore kind:primary color:default size:medium light:true hovered 1`
|
|
|
1355
1355
|
<span
|
|
1356
1356
|
className=""
|
|
1357
1357
|
style={
|
|
1358
|
-
|
|
1358
|
+
{
|
|
1359
1359
|
"MozOsxFontSmoothing": "grayscale",
|
|
1360
1360
|
"WebkitFontSmoothing": "antialiased",
|
|
1361
1361
|
"alignItems": "center",
|
|
1362
1362
|
"display": "inline-block",
|
|
1363
|
-
"fontFamily": "Lato,
|
|
1363
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1364
1364
|
"fontSize": 16,
|
|
1365
1365
|
"fontWeight": "bold",
|
|
1366
1366
|
"lineHeight": "20px",
|
|
@@ -1396,11 +1396,11 @@ exports[`ButtonCore kind:primary color:default size:medium light:true pressed 1`
|
|
|
1396
1396
|
onTouchStart={[Function]}
|
|
1397
1397
|
role="button"
|
|
1398
1398
|
style={
|
|
1399
|
-
|
|
1400
|
-
"::MozFocusInner":
|
|
1399
|
+
{
|
|
1400
|
+
"::MozFocusInner": {
|
|
1401
1401
|
"border": 0,
|
|
1402
1402
|
},
|
|
1403
|
-
":focus":
|
|
1403
|
+
":focus": {
|
|
1404
1404
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1405
1405
|
},
|
|
1406
1406
|
"alignItems": "center",
|
|
@@ -1432,12 +1432,12 @@ exports[`ButtonCore kind:primary color:default size:medium light:true pressed 1`
|
|
|
1432
1432
|
<span
|
|
1433
1433
|
className=""
|
|
1434
1434
|
style={
|
|
1435
|
-
|
|
1435
|
+
{
|
|
1436
1436
|
"MozOsxFontSmoothing": "grayscale",
|
|
1437
1437
|
"WebkitFontSmoothing": "antialiased",
|
|
1438
1438
|
"alignItems": "center",
|
|
1439
1439
|
"display": "inline-block",
|
|
1440
|
-
"fontFamily": "Lato,
|
|
1440
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1441
1441
|
"fontSize": 16,
|
|
1442
1442
|
"fontWeight": "bold",
|
|
1443
1443
|
"lineHeight": "20px",
|
|
@@ -1473,11 +1473,11 @@ exports[`ButtonCore kind:primary color:default size:small light:false disabled 1
|
|
|
1473
1473
|
onTouchStart={[Function]}
|
|
1474
1474
|
role="button"
|
|
1475
1475
|
style={
|
|
1476
|
-
|
|
1477
|
-
"::MozFocusInner":
|
|
1476
|
+
{
|
|
1477
|
+
"::MozFocusInner": {
|
|
1478
1478
|
"border": 0,
|
|
1479
1479
|
},
|
|
1480
|
-
":focus":
|
|
1480
|
+
":focus": {
|
|
1481
1481
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px rgba(33,36,44,0.32)",
|
|
1482
1482
|
},
|
|
1483
1483
|
"alignItems": "center",
|
|
@@ -1508,12 +1508,12 @@ exports[`ButtonCore kind:primary color:default size:small light:false disabled 1
|
|
|
1508
1508
|
<span
|
|
1509
1509
|
className=""
|
|
1510
1510
|
style={
|
|
1511
|
-
|
|
1511
|
+
{
|
|
1512
1512
|
"MozOsxFontSmoothing": "grayscale",
|
|
1513
1513
|
"WebkitFontSmoothing": "antialiased",
|
|
1514
1514
|
"alignItems": "center",
|
|
1515
1515
|
"display": "inline-block",
|
|
1516
|
-
"fontFamily": "Lato,
|
|
1516
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1517
1517
|
"fontSize": 14,
|
|
1518
1518
|
"fontWeight": "bold",
|
|
1519
1519
|
"lineHeight": "18px",
|
|
@@ -1549,11 +1549,11 @@ exports[`ButtonCore kind:primary color:default size:small light:false focused 1`
|
|
|
1549
1549
|
onTouchStart={[Function]}
|
|
1550
1550
|
role="button"
|
|
1551
1551
|
style={
|
|
1552
|
-
|
|
1553
|
-
"::MozFocusInner":
|
|
1552
|
+
{
|
|
1553
|
+
"::MozFocusInner": {
|
|
1554
1554
|
"border": 0,
|
|
1555
1555
|
},
|
|
1556
|
-
":focus":
|
|
1556
|
+
":focus": {
|
|
1557
1557
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1558
1558
|
},
|
|
1559
1559
|
"alignItems": "center",
|
|
@@ -1585,12 +1585,12 @@ exports[`ButtonCore kind:primary color:default size:small light:false focused 1`
|
|
|
1585
1585
|
<span
|
|
1586
1586
|
className=""
|
|
1587
1587
|
style={
|
|
1588
|
-
|
|
1588
|
+
{
|
|
1589
1589
|
"MozOsxFontSmoothing": "grayscale",
|
|
1590
1590
|
"WebkitFontSmoothing": "antialiased",
|
|
1591
1591
|
"alignItems": "center",
|
|
1592
1592
|
"display": "inline-block",
|
|
1593
|
-
"fontFamily": "Lato,
|
|
1593
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1594
1594
|
"fontSize": 14,
|
|
1595
1595
|
"fontWeight": "bold",
|
|
1596
1596
|
"lineHeight": "18px",
|
|
@@ -1626,11 +1626,11 @@ exports[`ButtonCore kind:primary color:default size:small light:false hovered 1`
|
|
|
1626
1626
|
onTouchStart={[Function]}
|
|
1627
1627
|
role="button"
|
|
1628
1628
|
style={
|
|
1629
|
-
|
|
1630
|
-
"::MozFocusInner":
|
|
1629
|
+
{
|
|
1630
|
+
"::MozFocusInner": {
|
|
1631
1631
|
"border": 0,
|
|
1632
1632
|
},
|
|
1633
|
-
":focus":
|
|
1633
|
+
":focus": {
|
|
1634
1634
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1635
1635
|
},
|
|
1636
1636
|
"alignItems": "center",
|
|
@@ -1662,12 +1662,12 @@ exports[`ButtonCore kind:primary color:default size:small light:false hovered 1`
|
|
|
1662
1662
|
<span
|
|
1663
1663
|
className=""
|
|
1664
1664
|
style={
|
|
1665
|
-
|
|
1665
|
+
{
|
|
1666
1666
|
"MozOsxFontSmoothing": "grayscale",
|
|
1667
1667
|
"WebkitFontSmoothing": "antialiased",
|
|
1668
1668
|
"alignItems": "center",
|
|
1669
1669
|
"display": "inline-block",
|
|
1670
|
-
"fontFamily": "Lato,
|
|
1670
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1671
1671
|
"fontSize": 14,
|
|
1672
1672
|
"fontWeight": "bold",
|
|
1673
1673
|
"lineHeight": "18px",
|
|
@@ -1703,11 +1703,11 @@ exports[`ButtonCore kind:primary color:default size:small light:false pressed 1`
|
|
|
1703
1703
|
onTouchStart={[Function]}
|
|
1704
1704
|
role="button"
|
|
1705
1705
|
style={
|
|
1706
|
-
|
|
1707
|
-
"::MozFocusInner":
|
|
1706
|
+
{
|
|
1707
|
+
"::MozFocusInner": {
|
|
1708
1708
|
"border": 0,
|
|
1709
1709
|
},
|
|
1710
|
-
":focus":
|
|
1710
|
+
":focus": {
|
|
1711
1711
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1712
1712
|
},
|
|
1713
1713
|
"alignItems": "center",
|
|
@@ -1739,12 +1739,12 @@ exports[`ButtonCore kind:primary color:default size:small light:false pressed 1`
|
|
|
1739
1739
|
<span
|
|
1740
1740
|
className=""
|
|
1741
1741
|
style={
|
|
1742
|
-
|
|
1742
|
+
{
|
|
1743
1743
|
"MozOsxFontSmoothing": "grayscale",
|
|
1744
1744
|
"WebkitFontSmoothing": "antialiased",
|
|
1745
1745
|
"alignItems": "center",
|
|
1746
1746
|
"display": "inline-block",
|
|
1747
|
-
"fontFamily": "Lato,
|
|
1747
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1748
1748
|
"fontSize": 14,
|
|
1749
1749
|
"fontWeight": "bold",
|
|
1750
1750
|
"lineHeight": "18px",
|
|
@@ -1780,11 +1780,11 @@ exports[`ButtonCore kind:primary color:default size:small light:true disabled 1`
|
|
|
1780
1780
|
onTouchStart={[Function]}
|
|
1781
1781
|
role="button"
|
|
1782
1782
|
style={
|
|
1783
|
-
|
|
1784
|
-
"::MozFocusInner":
|
|
1783
|
+
{
|
|
1784
|
+
"::MozFocusInner": {
|
|
1785
1785
|
"border": 0,
|
|
1786
1786
|
},
|
|
1787
|
-
":focus":
|
|
1787
|
+
":focus": {
|
|
1788
1788
|
"boxShadow": "0 0 0 1px rgba(33,36,44,0.32), 0 0 0 3px #b5cefb",
|
|
1789
1789
|
},
|
|
1790
1790
|
"alignItems": "center",
|
|
@@ -1815,12 +1815,12 @@ exports[`ButtonCore kind:primary color:default size:small light:true disabled 1`
|
|
|
1815
1815
|
<span
|
|
1816
1816
|
className=""
|
|
1817
1817
|
style={
|
|
1818
|
-
|
|
1818
|
+
{
|
|
1819
1819
|
"MozOsxFontSmoothing": "grayscale",
|
|
1820
1820
|
"WebkitFontSmoothing": "antialiased",
|
|
1821
1821
|
"alignItems": "center",
|
|
1822
1822
|
"display": "inline-block",
|
|
1823
|
-
"fontFamily": "Lato,
|
|
1823
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1824
1824
|
"fontSize": 14,
|
|
1825
1825
|
"fontWeight": "bold",
|
|
1826
1826
|
"lineHeight": "18px",
|
|
@@ -1856,11 +1856,11 @@ exports[`ButtonCore kind:primary color:default size:small light:true focused 1`]
|
|
|
1856
1856
|
onTouchStart={[Function]}
|
|
1857
1857
|
role="button"
|
|
1858
1858
|
style={
|
|
1859
|
-
|
|
1860
|
-
"::MozFocusInner":
|
|
1859
|
+
{
|
|
1860
|
+
"::MozFocusInner": {
|
|
1861
1861
|
"border": 0,
|
|
1862
1862
|
},
|
|
1863
|
-
":focus":
|
|
1863
|
+
":focus": {
|
|
1864
1864
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1865
1865
|
},
|
|
1866
1866
|
"alignItems": "center",
|
|
@@ -1892,12 +1892,12 @@ exports[`ButtonCore kind:primary color:default size:small light:true focused 1`]
|
|
|
1892
1892
|
<span
|
|
1893
1893
|
className=""
|
|
1894
1894
|
style={
|
|
1895
|
-
|
|
1895
|
+
{
|
|
1896
1896
|
"MozOsxFontSmoothing": "grayscale",
|
|
1897
1897
|
"WebkitFontSmoothing": "antialiased",
|
|
1898
1898
|
"alignItems": "center",
|
|
1899
1899
|
"display": "inline-block",
|
|
1900
|
-
"fontFamily": "Lato,
|
|
1900
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1901
1901
|
"fontSize": 14,
|
|
1902
1902
|
"fontWeight": "bold",
|
|
1903
1903
|
"lineHeight": "18px",
|
|
@@ -1933,11 +1933,11 @@ exports[`ButtonCore kind:primary color:default size:small light:true hovered 1`]
|
|
|
1933
1933
|
onTouchStart={[Function]}
|
|
1934
1934
|
role="button"
|
|
1935
1935
|
style={
|
|
1936
|
-
|
|
1937
|
-
"::MozFocusInner":
|
|
1936
|
+
{
|
|
1937
|
+
"::MozFocusInner": {
|
|
1938
1938
|
"border": 0,
|
|
1939
1939
|
},
|
|
1940
|
-
":focus":
|
|
1940
|
+
":focus": {
|
|
1941
1941
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
1942
1942
|
},
|
|
1943
1943
|
"alignItems": "center",
|
|
@@ -1969,12 +1969,12 @@ exports[`ButtonCore kind:primary color:default size:small light:true hovered 1`]
|
|
|
1969
1969
|
<span
|
|
1970
1970
|
className=""
|
|
1971
1971
|
style={
|
|
1972
|
-
|
|
1972
|
+
{
|
|
1973
1973
|
"MozOsxFontSmoothing": "grayscale",
|
|
1974
1974
|
"WebkitFontSmoothing": "antialiased",
|
|
1975
1975
|
"alignItems": "center",
|
|
1976
1976
|
"display": "inline-block",
|
|
1977
|
-
"fontFamily": "Lato,
|
|
1977
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1978
1978
|
"fontSize": 14,
|
|
1979
1979
|
"fontWeight": "bold",
|
|
1980
1980
|
"lineHeight": "18px",
|
|
@@ -2010,11 +2010,11 @@ exports[`ButtonCore kind:primary color:default size:small light:true pressed 1`]
|
|
|
2010
2010
|
onTouchStart={[Function]}
|
|
2011
2011
|
role="button"
|
|
2012
2012
|
style={
|
|
2013
|
-
|
|
2014
|
-
"::MozFocusInner":
|
|
2013
|
+
{
|
|
2014
|
+
"::MozFocusInner": {
|
|
2015
2015
|
"border": 0,
|
|
2016
2016
|
},
|
|
2017
|
-
":focus":
|
|
2017
|
+
":focus": {
|
|
2018
2018
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2019
2019
|
},
|
|
2020
2020
|
"alignItems": "center",
|
|
@@ -2046,12 +2046,12 @@ exports[`ButtonCore kind:primary color:default size:small light:true pressed 1`]
|
|
|
2046
2046
|
<span
|
|
2047
2047
|
className=""
|
|
2048
2048
|
style={
|
|
2049
|
-
|
|
2049
|
+
{
|
|
2050
2050
|
"MozOsxFontSmoothing": "grayscale",
|
|
2051
2051
|
"WebkitFontSmoothing": "antialiased",
|
|
2052
2052
|
"alignItems": "center",
|
|
2053
2053
|
"display": "inline-block",
|
|
2054
|
-
"fontFamily": "Lato,
|
|
2054
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2055
2055
|
"fontSize": 14,
|
|
2056
2056
|
"fontWeight": "bold",
|
|
2057
2057
|
"lineHeight": "18px",
|
|
@@ -2087,11 +2087,11 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false disabl
|
|
|
2087
2087
|
onTouchStart={[Function]}
|
|
2088
2088
|
role="button"
|
|
2089
2089
|
style={
|
|
2090
|
-
|
|
2091
|
-
"::MozFocusInner":
|
|
2090
|
+
{
|
|
2091
|
+
"::MozFocusInner": {
|
|
2092
2092
|
"border": 0,
|
|
2093
2093
|
},
|
|
2094
|
-
":focus":
|
|
2094
|
+
":focus": {
|
|
2095
2095
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px rgba(33,36,44,0.32)",
|
|
2096
2096
|
},
|
|
2097
2097
|
"alignItems": "center",
|
|
@@ -2122,12 +2122,12 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false disabl
|
|
|
2122
2122
|
<span
|
|
2123
2123
|
className=""
|
|
2124
2124
|
style={
|
|
2125
|
-
|
|
2125
|
+
{
|
|
2126
2126
|
"MozOsxFontSmoothing": "grayscale",
|
|
2127
2127
|
"WebkitFontSmoothing": "antialiased",
|
|
2128
2128
|
"alignItems": "center",
|
|
2129
2129
|
"display": "inline-block",
|
|
2130
|
-
"fontFamily": "Lato,
|
|
2130
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2131
2131
|
"fontSize": 18,
|
|
2132
2132
|
"fontWeight": "bold",
|
|
2133
2133
|
"lineHeight": "20px",
|
|
@@ -2163,11 +2163,11 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false focuse
|
|
|
2163
2163
|
onTouchStart={[Function]}
|
|
2164
2164
|
role="button"
|
|
2165
2165
|
style={
|
|
2166
|
-
|
|
2167
|
-
"::MozFocusInner":
|
|
2166
|
+
{
|
|
2167
|
+
"::MozFocusInner": {
|
|
2168
2168
|
"border": 0,
|
|
2169
2169
|
},
|
|
2170
|
-
":focus":
|
|
2170
|
+
":focus": {
|
|
2171
2171
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2172
2172
|
},
|
|
2173
2173
|
"alignItems": "center",
|
|
@@ -2199,12 +2199,12 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false focuse
|
|
|
2199
2199
|
<span
|
|
2200
2200
|
className=""
|
|
2201
2201
|
style={
|
|
2202
|
-
|
|
2202
|
+
{
|
|
2203
2203
|
"MozOsxFontSmoothing": "grayscale",
|
|
2204
2204
|
"WebkitFontSmoothing": "antialiased",
|
|
2205
2205
|
"alignItems": "center",
|
|
2206
2206
|
"display": "inline-block",
|
|
2207
|
-
"fontFamily": "Lato,
|
|
2207
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2208
2208
|
"fontSize": 18,
|
|
2209
2209
|
"fontWeight": "bold",
|
|
2210
2210
|
"lineHeight": "20px",
|
|
@@ -2240,11 +2240,11 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false hovere
|
|
|
2240
2240
|
onTouchStart={[Function]}
|
|
2241
2241
|
role="button"
|
|
2242
2242
|
style={
|
|
2243
|
-
|
|
2244
|
-
"::MozFocusInner":
|
|
2243
|
+
{
|
|
2244
|
+
"::MozFocusInner": {
|
|
2245
2245
|
"border": 0,
|
|
2246
2246
|
},
|
|
2247
|
-
":focus":
|
|
2247
|
+
":focus": {
|
|
2248
2248
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2249
2249
|
},
|
|
2250
2250
|
"alignItems": "center",
|
|
@@ -2276,12 +2276,12 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false hovere
|
|
|
2276
2276
|
<span
|
|
2277
2277
|
className=""
|
|
2278
2278
|
style={
|
|
2279
|
-
|
|
2279
|
+
{
|
|
2280
2280
|
"MozOsxFontSmoothing": "grayscale",
|
|
2281
2281
|
"WebkitFontSmoothing": "antialiased",
|
|
2282
2282
|
"alignItems": "center",
|
|
2283
2283
|
"display": "inline-block",
|
|
2284
|
-
"fontFamily": "Lato,
|
|
2284
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2285
2285
|
"fontSize": 18,
|
|
2286
2286
|
"fontWeight": "bold",
|
|
2287
2287
|
"lineHeight": "20px",
|
|
@@ -2317,11 +2317,11 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false presse
|
|
|
2317
2317
|
onTouchStart={[Function]}
|
|
2318
2318
|
role="button"
|
|
2319
2319
|
style={
|
|
2320
|
-
|
|
2321
|
-
"::MozFocusInner":
|
|
2320
|
+
{
|
|
2321
|
+
"::MozFocusInner": {
|
|
2322
2322
|
"border": 0,
|
|
2323
2323
|
},
|
|
2324
|
-
":focus":
|
|
2324
|
+
":focus": {
|
|
2325
2325
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2326
2326
|
},
|
|
2327
2327
|
"alignItems": "center",
|
|
@@ -2353,12 +2353,12 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false presse
|
|
|
2353
2353
|
<span
|
|
2354
2354
|
className=""
|
|
2355
2355
|
style={
|
|
2356
|
-
|
|
2356
|
+
{
|
|
2357
2357
|
"MozOsxFontSmoothing": "grayscale",
|
|
2358
2358
|
"WebkitFontSmoothing": "antialiased",
|
|
2359
2359
|
"alignItems": "center",
|
|
2360
2360
|
"display": "inline-block",
|
|
2361
|
-
"fontFamily": "Lato,
|
|
2361
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2362
2362
|
"fontSize": 18,
|
|
2363
2363
|
"fontWeight": "bold",
|
|
2364
2364
|
"lineHeight": "20px",
|
|
@@ -2394,11 +2394,11 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true disable
|
|
|
2394
2394
|
onTouchStart={[Function]}
|
|
2395
2395
|
role="button"
|
|
2396
2396
|
style={
|
|
2397
|
-
|
|
2398
|
-
"::MozFocusInner":
|
|
2397
|
+
{
|
|
2398
|
+
"::MozFocusInner": {
|
|
2399
2399
|
"border": 0,
|
|
2400
2400
|
},
|
|
2401
|
-
":focus":
|
|
2401
|
+
":focus": {
|
|
2402
2402
|
"boxShadow": "0 0 0 1px rgba(33,36,44,0.32), 0 0 0 3px #f3bbb4",
|
|
2403
2403
|
},
|
|
2404
2404
|
"alignItems": "center",
|
|
@@ -2429,12 +2429,12 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true disable
|
|
|
2429
2429
|
<span
|
|
2430
2430
|
className=""
|
|
2431
2431
|
style={
|
|
2432
|
-
|
|
2432
|
+
{
|
|
2433
2433
|
"MozOsxFontSmoothing": "grayscale",
|
|
2434
2434
|
"WebkitFontSmoothing": "antialiased",
|
|
2435
2435
|
"alignItems": "center",
|
|
2436
2436
|
"display": "inline-block",
|
|
2437
|
-
"fontFamily": "Lato,
|
|
2437
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2438
2438
|
"fontSize": 18,
|
|
2439
2439
|
"fontWeight": "bold",
|
|
2440
2440
|
"lineHeight": "20px",
|
|
@@ -2470,11 +2470,11 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true focused
|
|
|
2470
2470
|
onTouchStart={[Function]}
|
|
2471
2471
|
role="button"
|
|
2472
2472
|
style={
|
|
2473
|
-
|
|
2474
|
-
"::MozFocusInner":
|
|
2473
|
+
{
|
|
2474
|
+
"::MozFocusInner": {
|
|
2475
2475
|
"border": 0,
|
|
2476
2476
|
},
|
|
2477
|
-
":focus":
|
|
2477
|
+
":focus": {
|
|
2478
2478
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2479
2479
|
},
|
|
2480
2480
|
"alignItems": "center",
|
|
@@ -2506,12 +2506,12 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true focused
|
|
|
2506
2506
|
<span
|
|
2507
2507
|
className=""
|
|
2508
2508
|
style={
|
|
2509
|
-
|
|
2509
|
+
{
|
|
2510
2510
|
"MozOsxFontSmoothing": "grayscale",
|
|
2511
2511
|
"WebkitFontSmoothing": "antialiased",
|
|
2512
2512
|
"alignItems": "center",
|
|
2513
2513
|
"display": "inline-block",
|
|
2514
|
-
"fontFamily": "Lato,
|
|
2514
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2515
2515
|
"fontSize": 18,
|
|
2516
2516
|
"fontWeight": "bold",
|
|
2517
2517
|
"lineHeight": "20px",
|
|
@@ -2547,11 +2547,11 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true hovered
|
|
|
2547
2547
|
onTouchStart={[Function]}
|
|
2548
2548
|
role="button"
|
|
2549
2549
|
style={
|
|
2550
|
-
|
|
2551
|
-
"::MozFocusInner":
|
|
2550
|
+
{
|
|
2551
|
+
"::MozFocusInner": {
|
|
2552
2552
|
"border": 0,
|
|
2553
2553
|
},
|
|
2554
|
-
":focus":
|
|
2554
|
+
":focus": {
|
|
2555
2555
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2556
2556
|
},
|
|
2557
2557
|
"alignItems": "center",
|
|
@@ -2583,12 +2583,12 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true hovered
|
|
|
2583
2583
|
<span
|
|
2584
2584
|
className=""
|
|
2585
2585
|
style={
|
|
2586
|
-
|
|
2586
|
+
{
|
|
2587
2587
|
"MozOsxFontSmoothing": "grayscale",
|
|
2588
2588
|
"WebkitFontSmoothing": "antialiased",
|
|
2589
2589
|
"alignItems": "center",
|
|
2590
2590
|
"display": "inline-block",
|
|
2591
|
-
"fontFamily": "Lato,
|
|
2591
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2592
2592
|
"fontSize": 18,
|
|
2593
2593
|
"fontWeight": "bold",
|
|
2594
2594
|
"lineHeight": "20px",
|
|
@@ -2624,11 +2624,11 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true pressed
|
|
|
2624
2624
|
onTouchStart={[Function]}
|
|
2625
2625
|
role="button"
|
|
2626
2626
|
style={
|
|
2627
|
-
|
|
2628
|
-
"::MozFocusInner":
|
|
2627
|
+
{
|
|
2628
|
+
"::MozFocusInner": {
|
|
2629
2629
|
"border": 0,
|
|
2630
2630
|
},
|
|
2631
|
-
":focus":
|
|
2631
|
+
":focus": {
|
|
2632
2632
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2633
2633
|
},
|
|
2634
2634
|
"alignItems": "center",
|
|
@@ -2660,12 +2660,12 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true pressed
|
|
|
2660
2660
|
<span
|
|
2661
2661
|
className=""
|
|
2662
2662
|
style={
|
|
2663
|
-
|
|
2663
|
+
{
|
|
2664
2664
|
"MozOsxFontSmoothing": "grayscale",
|
|
2665
2665
|
"WebkitFontSmoothing": "antialiased",
|
|
2666
2666
|
"alignItems": "center",
|
|
2667
2667
|
"display": "inline-block",
|
|
2668
|
-
"fontFamily": "Lato,
|
|
2668
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2669
2669
|
"fontSize": 18,
|
|
2670
2670
|
"fontWeight": "bold",
|
|
2671
2671
|
"lineHeight": "20px",
|
|
@@ -2701,11 +2701,11 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false disab
|
|
|
2701
2701
|
onTouchStart={[Function]}
|
|
2702
2702
|
role="button"
|
|
2703
2703
|
style={
|
|
2704
|
-
|
|
2705
|
-
"::MozFocusInner":
|
|
2704
|
+
{
|
|
2705
|
+
"::MozFocusInner": {
|
|
2706
2706
|
"border": 0,
|
|
2707
2707
|
},
|
|
2708
|
-
":focus":
|
|
2708
|
+
":focus": {
|
|
2709
2709
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px rgba(33,36,44,0.32)",
|
|
2710
2710
|
},
|
|
2711
2711
|
"alignItems": "center",
|
|
@@ -2736,12 +2736,12 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false disab
|
|
|
2736
2736
|
<span
|
|
2737
2737
|
className=""
|
|
2738
2738
|
style={
|
|
2739
|
-
|
|
2739
|
+
{
|
|
2740
2740
|
"MozOsxFontSmoothing": "grayscale",
|
|
2741
2741
|
"WebkitFontSmoothing": "antialiased",
|
|
2742
2742
|
"alignItems": "center",
|
|
2743
2743
|
"display": "inline-block",
|
|
2744
|
-
"fontFamily": "Lato,
|
|
2744
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2745
2745
|
"fontSize": 16,
|
|
2746
2746
|
"fontWeight": "bold",
|
|
2747
2747
|
"lineHeight": "20px",
|
|
@@ -2777,11 +2777,11 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false focus
|
|
|
2777
2777
|
onTouchStart={[Function]}
|
|
2778
2778
|
role="button"
|
|
2779
2779
|
style={
|
|
2780
|
-
|
|
2781
|
-
"::MozFocusInner":
|
|
2780
|
+
{
|
|
2781
|
+
"::MozFocusInner": {
|
|
2782
2782
|
"border": 0,
|
|
2783
2783
|
},
|
|
2784
|
-
":focus":
|
|
2784
|
+
":focus": {
|
|
2785
2785
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2786
2786
|
},
|
|
2787
2787
|
"alignItems": "center",
|
|
@@ -2813,12 +2813,12 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false focus
|
|
|
2813
2813
|
<span
|
|
2814
2814
|
className=""
|
|
2815
2815
|
style={
|
|
2816
|
-
|
|
2816
|
+
{
|
|
2817
2817
|
"MozOsxFontSmoothing": "grayscale",
|
|
2818
2818
|
"WebkitFontSmoothing": "antialiased",
|
|
2819
2819
|
"alignItems": "center",
|
|
2820
2820
|
"display": "inline-block",
|
|
2821
|
-
"fontFamily": "Lato,
|
|
2821
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2822
2822
|
"fontSize": 16,
|
|
2823
2823
|
"fontWeight": "bold",
|
|
2824
2824
|
"lineHeight": "20px",
|
|
@@ -2854,11 +2854,11 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false hover
|
|
|
2854
2854
|
onTouchStart={[Function]}
|
|
2855
2855
|
role="button"
|
|
2856
2856
|
style={
|
|
2857
|
-
|
|
2858
|
-
"::MozFocusInner":
|
|
2857
|
+
{
|
|
2858
|
+
"::MozFocusInner": {
|
|
2859
2859
|
"border": 0,
|
|
2860
2860
|
},
|
|
2861
|
-
":focus":
|
|
2861
|
+
":focus": {
|
|
2862
2862
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2863
2863
|
},
|
|
2864
2864
|
"alignItems": "center",
|
|
@@ -2890,12 +2890,12 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false hover
|
|
|
2890
2890
|
<span
|
|
2891
2891
|
className=""
|
|
2892
2892
|
style={
|
|
2893
|
-
|
|
2893
|
+
{
|
|
2894
2894
|
"MozOsxFontSmoothing": "grayscale",
|
|
2895
2895
|
"WebkitFontSmoothing": "antialiased",
|
|
2896
2896
|
"alignItems": "center",
|
|
2897
2897
|
"display": "inline-block",
|
|
2898
|
-
"fontFamily": "Lato,
|
|
2898
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2899
2899
|
"fontSize": 16,
|
|
2900
2900
|
"fontWeight": "bold",
|
|
2901
2901
|
"lineHeight": "20px",
|
|
@@ -2931,11 +2931,11 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false press
|
|
|
2931
2931
|
onTouchStart={[Function]}
|
|
2932
2932
|
role="button"
|
|
2933
2933
|
style={
|
|
2934
|
-
|
|
2935
|
-
"::MozFocusInner":
|
|
2934
|
+
{
|
|
2935
|
+
"::MozFocusInner": {
|
|
2936
2936
|
"border": 0,
|
|
2937
2937
|
},
|
|
2938
|
-
":focus":
|
|
2938
|
+
":focus": {
|
|
2939
2939
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
2940
2940
|
},
|
|
2941
2941
|
"alignItems": "center",
|
|
@@ -2967,12 +2967,12 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false press
|
|
|
2967
2967
|
<span
|
|
2968
2968
|
className=""
|
|
2969
2969
|
style={
|
|
2970
|
-
|
|
2970
|
+
{
|
|
2971
2971
|
"MozOsxFontSmoothing": "grayscale",
|
|
2972
2972
|
"WebkitFontSmoothing": "antialiased",
|
|
2973
2973
|
"alignItems": "center",
|
|
2974
2974
|
"display": "inline-block",
|
|
2975
|
-
"fontFamily": "Lato,
|
|
2975
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2976
2976
|
"fontSize": 16,
|
|
2977
2977
|
"fontWeight": "bold",
|
|
2978
2978
|
"lineHeight": "20px",
|
|
@@ -3008,11 +3008,11 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true disabl
|
|
|
3008
3008
|
onTouchStart={[Function]}
|
|
3009
3009
|
role="button"
|
|
3010
3010
|
style={
|
|
3011
|
-
|
|
3012
|
-
"::MozFocusInner":
|
|
3011
|
+
{
|
|
3012
|
+
"::MozFocusInner": {
|
|
3013
3013
|
"border": 0,
|
|
3014
3014
|
},
|
|
3015
|
-
":focus":
|
|
3015
|
+
":focus": {
|
|
3016
3016
|
"boxShadow": "0 0 0 1px rgba(33,36,44,0.32), 0 0 0 3px #f3bbb4",
|
|
3017
3017
|
},
|
|
3018
3018
|
"alignItems": "center",
|
|
@@ -3043,12 +3043,12 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true disabl
|
|
|
3043
3043
|
<span
|
|
3044
3044
|
className=""
|
|
3045
3045
|
style={
|
|
3046
|
-
|
|
3046
|
+
{
|
|
3047
3047
|
"MozOsxFontSmoothing": "grayscale",
|
|
3048
3048
|
"WebkitFontSmoothing": "antialiased",
|
|
3049
3049
|
"alignItems": "center",
|
|
3050
3050
|
"display": "inline-block",
|
|
3051
|
-
"fontFamily": "Lato,
|
|
3051
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3052
3052
|
"fontSize": 16,
|
|
3053
3053
|
"fontWeight": "bold",
|
|
3054
3054
|
"lineHeight": "20px",
|
|
@@ -3084,11 +3084,11 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true focuse
|
|
|
3084
3084
|
onTouchStart={[Function]}
|
|
3085
3085
|
role="button"
|
|
3086
3086
|
style={
|
|
3087
|
-
|
|
3088
|
-
"::MozFocusInner":
|
|
3087
|
+
{
|
|
3088
|
+
"::MozFocusInner": {
|
|
3089
3089
|
"border": 0,
|
|
3090
3090
|
},
|
|
3091
|
-
":focus":
|
|
3091
|
+
":focus": {
|
|
3092
3092
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3093
3093
|
},
|
|
3094
3094
|
"alignItems": "center",
|
|
@@ -3120,12 +3120,12 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true focuse
|
|
|
3120
3120
|
<span
|
|
3121
3121
|
className=""
|
|
3122
3122
|
style={
|
|
3123
|
-
|
|
3123
|
+
{
|
|
3124
3124
|
"MozOsxFontSmoothing": "grayscale",
|
|
3125
3125
|
"WebkitFontSmoothing": "antialiased",
|
|
3126
3126
|
"alignItems": "center",
|
|
3127
3127
|
"display": "inline-block",
|
|
3128
|
-
"fontFamily": "Lato,
|
|
3128
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3129
3129
|
"fontSize": 16,
|
|
3130
3130
|
"fontWeight": "bold",
|
|
3131
3131
|
"lineHeight": "20px",
|
|
@@ -3161,11 +3161,11 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true hovere
|
|
|
3161
3161
|
onTouchStart={[Function]}
|
|
3162
3162
|
role="button"
|
|
3163
3163
|
style={
|
|
3164
|
-
|
|
3165
|
-
"::MozFocusInner":
|
|
3164
|
+
{
|
|
3165
|
+
"::MozFocusInner": {
|
|
3166
3166
|
"border": 0,
|
|
3167
3167
|
},
|
|
3168
|
-
":focus":
|
|
3168
|
+
":focus": {
|
|
3169
3169
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3170
3170
|
},
|
|
3171
3171
|
"alignItems": "center",
|
|
@@ -3197,12 +3197,12 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true hovere
|
|
|
3197
3197
|
<span
|
|
3198
3198
|
className=""
|
|
3199
3199
|
style={
|
|
3200
|
-
|
|
3200
|
+
{
|
|
3201
3201
|
"MozOsxFontSmoothing": "grayscale",
|
|
3202
3202
|
"WebkitFontSmoothing": "antialiased",
|
|
3203
3203
|
"alignItems": "center",
|
|
3204
3204
|
"display": "inline-block",
|
|
3205
|
-
"fontFamily": "Lato,
|
|
3205
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3206
3206
|
"fontSize": 16,
|
|
3207
3207
|
"fontWeight": "bold",
|
|
3208
3208
|
"lineHeight": "20px",
|
|
@@ -3238,11 +3238,11 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true presse
|
|
|
3238
3238
|
onTouchStart={[Function]}
|
|
3239
3239
|
role="button"
|
|
3240
3240
|
style={
|
|
3241
|
-
|
|
3242
|
-
"::MozFocusInner":
|
|
3241
|
+
{
|
|
3242
|
+
"::MozFocusInner": {
|
|
3243
3243
|
"border": 0,
|
|
3244
3244
|
},
|
|
3245
|
-
":focus":
|
|
3245
|
+
":focus": {
|
|
3246
3246
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3247
3247
|
},
|
|
3248
3248
|
"alignItems": "center",
|
|
@@ -3274,12 +3274,12 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true presse
|
|
|
3274
3274
|
<span
|
|
3275
3275
|
className=""
|
|
3276
3276
|
style={
|
|
3277
|
-
|
|
3277
|
+
{
|
|
3278
3278
|
"MozOsxFontSmoothing": "grayscale",
|
|
3279
3279
|
"WebkitFontSmoothing": "antialiased",
|
|
3280
3280
|
"alignItems": "center",
|
|
3281
3281
|
"display": "inline-block",
|
|
3282
|
-
"fontFamily": "Lato,
|
|
3282
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3283
3283
|
"fontSize": 16,
|
|
3284
3284
|
"fontWeight": "bold",
|
|
3285
3285
|
"lineHeight": "20px",
|
|
@@ -3315,11 +3315,11 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false disabl
|
|
|
3315
3315
|
onTouchStart={[Function]}
|
|
3316
3316
|
role="button"
|
|
3317
3317
|
style={
|
|
3318
|
-
|
|
3319
|
-
"::MozFocusInner":
|
|
3318
|
+
{
|
|
3319
|
+
"::MozFocusInner": {
|
|
3320
3320
|
"border": 0,
|
|
3321
3321
|
},
|
|
3322
|
-
":focus":
|
|
3322
|
+
":focus": {
|
|
3323
3323
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px rgba(33,36,44,0.32)",
|
|
3324
3324
|
},
|
|
3325
3325
|
"alignItems": "center",
|
|
@@ -3350,12 +3350,12 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false disabl
|
|
|
3350
3350
|
<span
|
|
3351
3351
|
className=""
|
|
3352
3352
|
style={
|
|
3353
|
-
|
|
3353
|
+
{
|
|
3354
3354
|
"MozOsxFontSmoothing": "grayscale",
|
|
3355
3355
|
"WebkitFontSmoothing": "antialiased",
|
|
3356
3356
|
"alignItems": "center",
|
|
3357
3357
|
"display": "inline-block",
|
|
3358
|
-
"fontFamily": "Lato,
|
|
3358
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3359
3359
|
"fontSize": 14,
|
|
3360
3360
|
"fontWeight": "bold",
|
|
3361
3361
|
"lineHeight": "18px",
|
|
@@ -3391,11 +3391,11 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false focuse
|
|
|
3391
3391
|
onTouchStart={[Function]}
|
|
3392
3392
|
role="button"
|
|
3393
3393
|
style={
|
|
3394
|
-
|
|
3395
|
-
"::MozFocusInner":
|
|
3394
|
+
{
|
|
3395
|
+
"::MozFocusInner": {
|
|
3396
3396
|
"border": 0,
|
|
3397
3397
|
},
|
|
3398
|
-
":focus":
|
|
3398
|
+
":focus": {
|
|
3399
3399
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3400
3400
|
},
|
|
3401
3401
|
"alignItems": "center",
|
|
@@ -3427,12 +3427,12 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false focuse
|
|
|
3427
3427
|
<span
|
|
3428
3428
|
className=""
|
|
3429
3429
|
style={
|
|
3430
|
-
|
|
3430
|
+
{
|
|
3431
3431
|
"MozOsxFontSmoothing": "grayscale",
|
|
3432
3432
|
"WebkitFontSmoothing": "antialiased",
|
|
3433
3433
|
"alignItems": "center",
|
|
3434
3434
|
"display": "inline-block",
|
|
3435
|
-
"fontFamily": "Lato,
|
|
3435
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3436
3436
|
"fontSize": 14,
|
|
3437
3437
|
"fontWeight": "bold",
|
|
3438
3438
|
"lineHeight": "18px",
|
|
@@ -3468,11 +3468,11 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false hovere
|
|
|
3468
3468
|
onTouchStart={[Function]}
|
|
3469
3469
|
role="button"
|
|
3470
3470
|
style={
|
|
3471
|
-
|
|
3472
|
-
"::MozFocusInner":
|
|
3471
|
+
{
|
|
3472
|
+
"::MozFocusInner": {
|
|
3473
3473
|
"border": 0,
|
|
3474
3474
|
},
|
|
3475
|
-
":focus":
|
|
3475
|
+
":focus": {
|
|
3476
3476
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3477
3477
|
},
|
|
3478
3478
|
"alignItems": "center",
|
|
@@ -3504,12 +3504,12 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false hovere
|
|
|
3504
3504
|
<span
|
|
3505
3505
|
className=""
|
|
3506
3506
|
style={
|
|
3507
|
-
|
|
3507
|
+
{
|
|
3508
3508
|
"MozOsxFontSmoothing": "grayscale",
|
|
3509
3509
|
"WebkitFontSmoothing": "antialiased",
|
|
3510
3510
|
"alignItems": "center",
|
|
3511
3511
|
"display": "inline-block",
|
|
3512
|
-
"fontFamily": "Lato,
|
|
3512
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3513
3513
|
"fontSize": 14,
|
|
3514
3514
|
"fontWeight": "bold",
|
|
3515
3515
|
"lineHeight": "18px",
|
|
@@ -3545,11 +3545,11 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false presse
|
|
|
3545
3545
|
onTouchStart={[Function]}
|
|
3546
3546
|
role="button"
|
|
3547
3547
|
style={
|
|
3548
|
-
|
|
3549
|
-
"::MozFocusInner":
|
|
3548
|
+
{
|
|
3549
|
+
"::MozFocusInner": {
|
|
3550
3550
|
"border": 0,
|
|
3551
3551
|
},
|
|
3552
|
-
":focus":
|
|
3552
|
+
":focus": {
|
|
3553
3553
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3554
3554
|
},
|
|
3555
3555
|
"alignItems": "center",
|
|
@@ -3581,12 +3581,12 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false presse
|
|
|
3581
3581
|
<span
|
|
3582
3582
|
className=""
|
|
3583
3583
|
style={
|
|
3584
|
-
|
|
3584
|
+
{
|
|
3585
3585
|
"MozOsxFontSmoothing": "grayscale",
|
|
3586
3586
|
"WebkitFontSmoothing": "antialiased",
|
|
3587
3587
|
"alignItems": "center",
|
|
3588
3588
|
"display": "inline-block",
|
|
3589
|
-
"fontFamily": "Lato,
|
|
3589
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3590
3590
|
"fontSize": 14,
|
|
3591
3591
|
"fontWeight": "bold",
|
|
3592
3592
|
"lineHeight": "18px",
|
|
@@ -3622,11 +3622,11 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true disable
|
|
|
3622
3622
|
onTouchStart={[Function]}
|
|
3623
3623
|
role="button"
|
|
3624
3624
|
style={
|
|
3625
|
-
|
|
3626
|
-
"::MozFocusInner":
|
|
3625
|
+
{
|
|
3626
|
+
"::MozFocusInner": {
|
|
3627
3627
|
"border": 0,
|
|
3628
3628
|
},
|
|
3629
|
-
":focus":
|
|
3629
|
+
":focus": {
|
|
3630
3630
|
"boxShadow": "0 0 0 1px rgba(33,36,44,0.32), 0 0 0 3px #f3bbb4",
|
|
3631
3631
|
},
|
|
3632
3632
|
"alignItems": "center",
|
|
@@ -3657,12 +3657,12 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true disable
|
|
|
3657
3657
|
<span
|
|
3658
3658
|
className=""
|
|
3659
3659
|
style={
|
|
3660
|
-
|
|
3660
|
+
{
|
|
3661
3661
|
"MozOsxFontSmoothing": "grayscale",
|
|
3662
3662
|
"WebkitFontSmoothing": "antialiased",
|
|
3663
3663
|
"alignItems": "center",
|
|
3664
3664
|
"display": "inline-block",
|
|
3665
|
-
"fontFamily": "Lato,
|
|
3665
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3666
3666
|
"fontSize": 14,
|
|
3667
3667
|
"fontWeight": "bold",
|
|
3668
3668
|
"lineHeight": "18px",
|
|
@@ -3698,11 +3698,11 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true focused
|
|
|
3698
3698
|
onTouchStart={[Function]}
|
|
3699
3699
|
role="button"
|
|
3700
3700
|
style={
|
|
3701
|
-
|
|
3702
|
-
"::MozFocusInner":
|
|
3701
|
+
{
|
|
3702
|
+
"::MozFocusInner": {
|
|
3703
3703
|
"border": 0,
|
|
3704
3704
|
},
|
|
3705
|
-
":focus":
|
|
3705
|
+
":focus": {
|
|
3706
3706
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3707
3707
|
},
|
|
3708
3708
|
"alignItems": "center",
|
|
@@ -3734,12 +3734,12 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true focused
|
|
|
3734
3734
|
<span
|
|
3735
3735
|
className=""
|
|
3736
3736
|
style={
|
|
3737
|
-
|
|
3737
|
+
{
|
|
3738
3738
|
"MozOsxFontSmoothing": "grayscale",
|
|
3739
3739
|
"WebkitFontSmoothing": "antialiased",
|
|
3740
3740
|
"alignItems": "center",
|
|
3741
3741
|
"display": "inline-block",
|
|
3742
|
-
"fontFamily": "Lato,
|
|
3742
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3743
3743
|
"fontSize": 14,
|
|
3744
3744
|
"fontWeight": "bold",
|
|
3745
3745
|
"lineHeight": "18px",
|
|
@@ -3775,11 +3775,11 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true hovered
|
|
|
3775
3775
|
onTouchStart={[Function]}
|
|
3776
3776
|
role="button"
|
|
3777
3777
|
style={
|
|
3778
|
-
|
|
3779
|
-
"::MozFocusInner":
|
|
3778
|
+
{
|
|
3779
|
+
"::MozFocusInner": {
|
|
3780
3780
|
"border": 0,
|
|
3781
3781
|
},
|
|
3782
|
-
":focus":
|
|
3782
|
+
":focus": {
|
|
3783
3783
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3784
3784
|
},
|
|
3785
3785
|
"alignItems": "center",
|
|
@@ -3811,12 +3811,12 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true hovered
|
|
|
3811
3811
|
<span
|
|
3812
3812
|
className=""
|
|
3813
3813
|
style={
|
|
3814
|
-
|
|
3814
|
+
{
|
|
3815
3815
|
"MozOsxFontSmoothing": "grayscale",
|
|
3816
3816
|
"WebkitFontSmoothing": "antialiased",
|
|
3817
3817
|
"alignItems": "center",
|
|
3818
3818
|
"display": "inline-block",
|
|
3819
|
-
"fontFamily": "Lato,
|
|
3819
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3820
3820
|
"fontSize": 14,
|
|
3821
3821
|
"fontWeight": "bold",
|
|
3822
3822
|
"lineHeight": "18px",
|
|
@@ -3852,11 +3852,11 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true pressed
|
|
|
3852
3852
|
onTouchStart={[Function]}
|
|
3853
3853
|
role="button"
|
|
3854
3854
|
style={
|
|
3855
|
-
|
|
3856
|
-
"::MozFocusInner":
|
|
3855
|
+
{
|
|
3856
|
+
"::MozFocusInner": {
|
|
3857
3857
|
"border": 0,
|
|
3858
3858
|
},
|
|
3859
|
-
":focus":
|
|
3859
|
+
":focus": {
|
|
3860
3860
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
3861
3861
|
},
|
|
3862
3862
|
"alignItems": "center",
|
|
@@ -3888,12 +3888,12 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true pressed
|
|
|
3888
3888
|
<span
|
|
3889
3889
|
className=""
|
|
3890
3890
|
style={
|
|
3891
|
-
|
|
3891
|
+
{
|
|
3892
3892
|
"MozOsxFontSmoothing": "grayscale",
|
|
3893
3893
|
"WebkitFontSmoothing": "antialiased",
|
|
3894
3894
|
"alignItems": "center",
|
|
3895
3895
|
"display": "inline-block",
|
|
3896
|
-
"fontFamily": "Lato,
|
|
3896
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3897
3897
|
"fontSize": 14,
|
|
3898
3898
|
"fontWeight": "bold",
|
|
3899
3899
|
"lineHeight": "18px",
|
|
@@ -3929,11 +3929,11 @@ exports[`ButtonCore kind:primary size:medium spinner:true 1`] = `
|
|
|
3929
3929
|
onTouchStart={[Function]}
|
|
3930
3930
|
role="button"
|
|
3931
3931
|
style={
|
|
3932
|
-
|
|
3933
|
-
"::MozFocusInner":
|
|
3932
|
+
{
|
|
3933
|
+
"::MozFocusInner": {
|
|
3934
3934
|
"border": 0,
|
|
3935
3935
|
},
|
|
3936
|
-
":focus":
|
|
3936
|
+
":focus": {
|
|
3937
3937
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px rgba(33,36,44,0.32)",
|
|
3938
3938
|
},
|
|
3939
3939
|
"alignItems": "center",
|
|
@@ -3964,12 +3964,12 @@ exports[`ButtonCore kind:primary size:medium spinner:true 1`] = `
|
|
|
3964
3964
|
<span
|
|
3965
3965
|
className=""
|
|
3966
3966
|
style={
|
|
3967
|
-
|
|
3967
|
+
{
|
|
3968
3968
|
"MozOsxFontSmoothing": "grayscale",
|
|
3969
3969
|
"WebkitFontSmoothing": "antialiased",
|
|
3970
3970
|
"alignItems": "center",
|
|
3971
3971
|
"display": "inline-block",
|
|
3972
|
-
"fontFamily": "Lato,
|
|
3972
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3973
3973
|
"fontSize": 16,
|
|
3974
3974
|
"fontWeight": "bold",
|
|
3975
3975
|
"lineHeight": "20px",
|
|
@@ -3986,7 +3986,7 @@ exports[`ButtonCore kind:primary size:medium spinner:true 1`] = `
|
|
|
3986
3986
|
<div
|
|
3987
3987
|
className=""
|
|
3988
3988
|
style={
|
|
3989
|
-
|
|
3989
|
+
{
|
|
3990
3990
|
"alignItems": "stretch",
|
|
3991
3991
|
"borderStyle": "solid",
|
|
3992
3992
|
"borderWidth": 0,
|
|
@@ -4015,17 +4015,17 @@ exports[`ButtonCore kind:primary size:medium spinner:true 1`] = `
|
|
|
4015
4015
|
d="M10.598.943c-.093-.449-.362-.748-.732-.875a1.314 1.314 0 0 0-.723-.033C3.83 1.417 0 6.317 0 11.864 0 18.538 5.398 24 12 24c6.598 0 12-5.471 12-12.16a1.333 1.333 0 0 0-.154-.548c-.193-.368-.544-.606-1.023-.606-.472 0-.825.229-1.035.585-.117.2-.169.39-.189.582-.124 5.472-4.294 9.73-9.599 9.73-5.349 0-9.599-4.3-9.599-9.72 0-4.46 3.036-8.299 7.28-9.444.127-.036.291-.107.458-.232.373-.28.57-.711.46-1.244z"
|
|
4016
4016
|
fillRule="nonzero"
|
|
4017
4017
|
style={
|
|
4018
|
-
|
|
4018
|
+
{
|
|
4019
4019
|
"animationDuration": "1.1s",
|
|
4020
4020
|
"animationIterationCount": "infinite",
|
|
4021
|
-
"animationName":
|
|
4022
|
-
"0%":
|
|
4021
|
+
"animationName": {
|
|
4022
|
+
"0%": {
|
|
4023
4023
|
"transform": "rotate(0deg)",
|
|
4024
4024
|
},
|
|
4025
|
-
"100%":
|
|
4025
|
+
"100%": {
|
|
4026
4026
|
"transform": "rotate(360deg)",
|
|
4027
4027
|
},
|
|
4028
|
-
"50%":
|
|
4028
|
+
"50%": {
|
|
4029
4029
|
"transform": "rotate(180deg)",
|
|
4030
4030
|
},
|
|
4031
4031
|
},
|
|
@@ -4060,11 +4060,11 @@ exports[`ButtonCore kind:primary size:small spinner:true 1`] = `
|
|
|
4060
4060
|
onTouchStart={[Function]}
|
|
4061
4061
|
role="button"
|
|
4062
4062
|
style={
|
|
4063
|
-
|
|
4064
|
-
"::MozFocusInner":
|
|
4063
|
+
{
|
|
4064
|
+
"::MozFocusInner": {
|
|
4065
4065
|
"border": 0,
|
|
4066
4066
|
},
|
|
4067
|
-
":focus":
|
|
4067
|
+
":focus": {
|
|
4068
4068
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px rgba(33,36,44,0.32)",
|
|
4069
4069
|
},
|
|
4070
4070
|
"alignItems": "center",
|
|
@@ -4095,12 +4095,12 @@ exports[`ButtonCore kind:primary size:small spinner:true 1`] = `
|
|
|
4095
4095
|
<span
|
|
4096
4096
|
className=""
|
|
4097
4097
|
style={
|
|
4098
|
-
|
|
4098
|
+
{
|
|
4099
4099
|
"MozOsxFontSmoothing": "grayscale",
|
|
4100
4100
|
"WebkitFontSmoothing": "antialiased",
|
|
4101
4101
|
"alignItems": "center",
|
|
4102
4102
|
"display": "inline-block",
|
|
4103
|
-
"fontFamily": "Lato,
|
|
4103
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4104
4104
|
"fontSize": 14,
|
|
4105
4105
|
"fontWeight": "bold",
|
|
4106
4106
|
"lineHeight": "18px",
|
|
@@ -4117,7 +4117,7 @@ exports[`ButtonCore kind:primary size:small spinner:true 1`] = `
|
|
|
4117
4117
|
<div
|
|
4118
4118
|
className=""
|
|
4119
4119
|
style={
|
|
4120
|
-
|
|
4120
|
+
{
|
|
4121
4121
|
"alignItems": "stretch",
|
|
4122
4122
|
"borderStyle": "solid",
|
|
4123
4123
|
"borderWidth": 0,
|
|
@@ -4146,17 +4146,17 @@ exports[`ButtonCore kind:primary size:small spinner:true 1`] = `
|
|
|
4146
4146
|
d="M7.237.741C7.165.393 6.95.154 6.656.053A1.01 1.01 0 0 0 6.18.01c-.053.009-.053.009-.087.017C2.553.949 0 4.214 0 7.91 0 12.36 3.598 16 8 16c4.4 0 8-3.647 8-8.112a1.02 1.02 0 0 0-.118-.423.877.877 0 0 0-.808-.48.909.909 0 0 0-.81.46c-.09.151-.13.296-.146.455-.08 3.493-2.737 6.207-6.118 6.207-3.41 0-6.118-2.74-6.118-6.196 0-2.843 1.936-5.291 4.644-6.022.1-.028.224-.082.352-.177a.928.928 0 0 0 .36-.97z"
|
|
4147
4147
|
fillRule="nonzero"
|
|
4148
4148
|
style={
|
|
4149
|
-
|
|
4149
|
+
{
|
|
4150
4150
|
"animationDuration": "1.1s",
|
|
4151
4151
|
"animationIterationCount": "infinite",
|
|
4152
|
-
"animationName":
|
|
4153
|
-
"0%":
|
|
4152
|
+
"animationName": {
|
|
4153
|
+
"0%": {
|
|
4154
4154
|
"transform": "rotate(0deg)",
|
|
4155
4155
|
},
|
|
4156
|
-
"100%":
|
|
4156
|
+
"100%": {
|
|
4157
4157
|
"transform": "rotate(360deg)",
|
|
4158
4158
|
},
|
|
4159
|
-
"50%":
|
|
4159
|
+
"50%": {
|
|
4160
4160
|
"transform": "rotate(180deg)",
|
|
4161
4161
|
},
|
|
4162
4162
|
},
|
|
@@ -4191,11 +4191,11 @@ exports[`ButtonCore kind:secondary color:default size:large light:false disabled
|
|
|
4191
4191
|
onTouchStart={[Function]}
|
|
4192
4192
|
role="button"
|
|
4193
4193
|
style={
|
|
4194
|
-
|
|
4195
|
-
"::MozFocusInner":
|
|
4194
|
+
{
|
|
4195
|
+
"::MozFocusInner": {
|
|
4196
4196
|
"border": 0,
|
|
4197
4197
|
},
|
|
4198
|
-
":focus":
|
|
4198
|
+
":focus": {
|
|
4199
4199
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
4200
4200
|
"borderWidth": 2,
|
|
4201
4201
|
"paddingLeft": 31,
|
|
@@ -4232,12 +4232,12 @@ exports[`ButtonCore kind:secondary color:default size:large light:false disabled
|
|
|
4232
4232
|
<span
|
|
4233
4233
|
className=""
|
|
4234
4234
|
style={
|
|
4235
|
-
|
|
4235
|
+
{
|
|
4236
4236
|
"MozOsxFontSmoothing": "grayscale",
|
|
4237
4237
|
"WebkitFontSmoothing": "antialiased",
|
|
4238
4238
|
"alignItems": "center",
|
|
4239
4239
|
"display": "inline-block",
|
|
4240
|
-
"fontFamily": "Lato,
|
|
4240
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4241
4241
|
"fontSize": 18,
|
|
4242
4242
|
"fontWeight": "bold",
|
|
4243
4243
|
"lineHeight": "20px",
|
|
@@ -4273,11 +4273,11 @@ exports[`ButtonCore kind:secondary color:default size:large light:false focused
|
|
|
4273
4273
|
onTouchStart={[Function]}
|
|
4274
4274
|
role="button"
|
|
4275
4275
|
style={
|
|
4276
|
-
|
|
4277
|
-
"::MozFocusInner":
|
|
4276
|
+
{
|
|
4277
|
+
"::MozFocusInner": {
|
|
4278
4278
|
"border": 0,
|
|
4279
4279
|
},
|
|
4280
|
-
":focus":
|
|
4280
|
+
":focus": {
|
|
4281
4281
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4282
4282
|
},
|
|
4283
4283
|
"alignItems": "center",
|
|
@@ -4311,12 +4311,12 @@ exports[`ButtonCore kind:secondary color:default size:large light:false focused
|
|
|
4311
4311
|
<span
|
|
4312
4312
|
className=""
|
|
4313
4313
|
style={
|
|
4314
|
-
|
|
4314
|
+
{
|
|
4315
4315
|
"MozOsxFontSmoothing": "grayscale",
|
|
4316
4316
|
"WebkitFontSmoothing": "antialiased",
|
|
4317
4317
|
"alignItems": "center",
|
|
4318
4318
|
"display": "inline-block",
|
|
4319
|
-
"fontFamily": "Lato,
|
|
4319
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4320
4320
|
"fontSize": 18,
|
|
4321
4321
|
"fontWeight": "bold",
|
|
4322
4322
|
"lineHeight": "20px",
|
|
@@ -4352,11 +4352,11 @@ exports[`ButtonCore kind:secondary color:default size:large light:false hovered
|
|
|
4352
4352
|
onTouchStart={[Function]}
|
|
4353
4353
|
role="button"
|
|
4354
4354
|
style={
|
|
4355
|
-
|
|
4356
|
-
"::MozFocusInner":
|
|
4355
|
+
{
|
|
4356
|
+
"::MozFocusInner": {
|
|
4357
4357
|
"border": 0,
|
|
4358
4358
|
},
|
|
4359
|
-
":focus":
|
|
4359
|
+
":focus": {
|
|
4360
4360
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4361
4361
|
},
|
|
4362
4362
|
"alignItems": "center",
|
|
@@ -4390,12 +4390,12 @@ exports[`ButtonCore kind:secondary color:default size:large light:false hovered
|
|
|
4390
4390
|
<span
|
|
4391
4391
|
className=""
|
|
4392
4392
|
style={
|
|
4393
|
-
|
|
4393
|
+
{
|
|
4394
4394
|
"MozOsxFontSmoothing": "grayscale",
|
|
4395
4395
|
"WebkitFontSmoothing": "antialiased",
|
|
4396
4396
|
"alignItems": "center",
|
|
4397
4397
|
"display": "inline-block",
|
|
4398
|
-
"fontFamily": "Lato,
|
|
4398
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4399
4399
|
"fontSize": 18,
|
|
4400
4400
|
"fontWeight": "bold",
|
|
4401
4401
|
"lineHeight": "20px",
|
|
@@ -4431,11 +4431,11 @@ exports[`ButtonCore kind:secondary color:default size:large light:false pressed
|
|
|
4431
4431
|
onTouchStart={[Function]}
|
|
4432
4432
|
role="button"
|
|
4433
4433
|
style={
|
|
4434
|
-
|
|
4435
|
-
"::MozFocusInner":
|
|
4434
|
+
{
|
|
4435
|
+
"::MozFocusInner": {
|
|
4436
4436
|
"border": 0,
|
|
4437
4437
|
},
|
|
4438
|
-
":focus":
|
|
4438
|
+
":focus": {
|
|
4439
4439
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4440
4440
|
},
|
|
4441
4441
|
"alignItems": "center",
|
|
@@ -4469,12 +4469,12 @@ exports[`ButtonCore kind:secondary color:default size:large light:false pressed
|
|
|
4469
4469
|
<span
|
|
4470
4470
|
className=""
|
|
4471
4471
|
style={
|
|
4472
|
-
|
|
4472
|
+
{
|
|
4473
4473
|
"MozOsxFontSmoothing": "grayscale",
|
|
4474
4474
|
"WebkitFontSmoothing": "antialiased",
|
|
4475
4475
|
"alignItems": "center",
|
|
4476
4476
|
"display": "inline-block",
|
|
4477
|
-
"fontFamily": "Lato,
|
|
4477
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4478
4478
|
"fontSize": 18,
|
|
4479
4479
|
"fontWeight": "bold",
|
|
4480
4480
|
"lineHeight": "20px",
|
|
@@ -4510,11 +4510,11 @@ exports[`ButtonCore kind:secondary color:default size:large light:true disabled
|
|
|
4510
4510
|
onTouchStart={[Function]}
|
|
4511
4511
|
role="button"
|
|
4512
4512
|
style={
|
|
4513
|
-
|
|
4514
|
-
"::MozFocusInner":
|
|
4513
|
+
{
|
|
4514
|
+
"::MozFocusInner": {
|
|
4515
4515
|
"border": 0,
|
|
4516
4516
|
},
|
|
4517
|
-
":focus":
|
|
4517
|
+
":focus": {
|
|
4518
4518
|
"borderColor": "rgba(255,255,255,0.50)",
|
|
4519
4519
|
"borderWidth": 2,
|
|
4520
4520
|
"paddingLeft": 31,
|
|
@@ -4551,12 +4551,12 @@ exports[`ButtonCore kind:secondary color:default size:large light:true disabled
|
|
|
4551
4551
|
<span
|
|
4552
4552
|
className=""
|
|
4553
4553
|
style={
|
|
4554
|
-
|
|
4554
|
+
{
|
|
4555
4555
|
"MozOsxFontSmoothing": "grayscale",
|
|
4556
4556
|
"WebkitFontSmoothing": "antialiased",
|
|
4557
4557
|
"alignItems": "center",
|
|
4558
4558
|
"display": "inline-block",
|
|
4559
|
-
"fontFamily": "Lato,
|
|
4559
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4560
4560
|
"fontSize": 18,
|
|
4561
4561
|
"fontWeight": "bold",
|
|
4562
4562
|
"lineHeight": "20px",
|
|
@@ -4592,11 +4592,11 @@ exports[`ButtonCore kind:secondary color:default size:large light:true focused 1
|
|
|
4592
4592
|
onTouchStart={[Function]}
|
|
4593
4593
|
role="button"
|
|
4594
4594
|
style={
|
|
4595
|
-
|
|
4596
|
-
"::MozFocusInner":
|
|
4595
|
+
{
|
|
4596
|
+
"::MozFocusInner": {
|
|
4597
4597
|
"border": 0,
|
|
4598
4598
|
},
|
|
4599
|
-
":focus":
|
|
4599
|
+
":focus": {
|
|
4600
4600
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4601
4601
|
},
|
|
4602
4602
|
"alignItems": "center",
|
|
@@ -4630,12 +4630,12 @@ exports[`ButtonCore kind:secondary color:default size:large light:true focused 1
|
|
|
4630
4630
|
<span
|
|
4631
4631
|
className=""
|
|
4632
4632
|
style={
|
|
4633
|
-
|
|
4633
|
+
{
|
|
4634
4634
|
"MozOsxFontSmoothing": "grayscale",
|
|
4635
4635
|
"WebkitFontSmoothing": "antialiased",
|
|
4636
4636
|
"alignItems": "center",
|
|
4637
4637
|
"display": "inline-block",
|
|
4638
|
-
"fontFamily": "Lato,
|
|
4638
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4639
4639
|
"fontSize": 18,
|
|
4640
4640
|
"fontWeight": "bold",
|
|
4641
4641
|
"lineHeight": "20px",
|
|
@@ -4671,11 +4671,11 @@ exports[`ButtonCore kind:secondary color:default size:large light:true hovered 1
|
|
|
4671
4671
|
onTouchStart={[Function]}
|
|
4672
4672
|
role="button"
|
|
4673
4673
|
style={
|
|
4674
|
-
|
|
4675
|
-
"::MozFocusInner":
|
|
4674
|
+
{
|
|
4675
|
+
"::MozFocusInner": {
|
|
4676
4676
|
"border": 0,
|
|
4677
4677
|
},
|
|
4678
|
-
":focus":
|
|
4678
|
+
":focus": {
|
|
4679
4679
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4680
4680
|
},
|
|
4681
4681
|
"alignItems": "center",
|
|
@@ -4709,12 +4709,12 @@ exports[`ButtonCore kind:secondary color:default size:large light:true hovered 1
|
|
|
4709
4709
|
<span
|
|
4710
4710
|
className=""
|
|
4711
4711
|
style={
|
|
4712
|
-
|
|
4712
|
+
{
|
|
4713
4713
|
"MozOsxFontSmoothing": "grayscale",
|
|
4714
4714
|
"WebkitFontSmoothing": "antialiased",
|
|
4715
4715
|
"alignItems": "center",
|
|
4716
4716
|
"display": "inline-block",
|
|
4717
|
-
"fontFamily": "Lato,
|
|
4717
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4718
4718
|
"fontSize": 18,
|
|
4719
4719
|
"fontWeight": "bold",
|
|
4720
4720
|
"lineHeight": "20px",
|
|
@@ -4750,11 +4750,11 @@ exports[`ButtonCore kind:secondary color:default size:large light:true pressed 1
|
|
|
4750
4750
|
onTouchStart={[Function]}
|
|
4751
4751
|
role="button"
|
|
4752
4752
|
style={
|
|
4753
|
-
|
|
4754
|
-
"::MozFocusInner":
|
|
4753
|
+
{
|
|
4754
|
+
"::MozFocusInner": {
|
|
4755
4755
|
"border": 0,
|
|
4756
4756
|
},
|
|
4757
|
-
":focus":
|
|
4757
|
+
":focus": {
|
|
4758
4758
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4759
4759
|
},
|
|
4760
4760
|
"alignItems": "center",
|
|
@@ -4788,12 +4788,12 @@ exports[`ButtonCore kind:secondary color:default size:large light:true pressed 1
|
|
|
4788
4788
|
<span
|
|
4789
4789
|
className=""
|
|
4790
4790
|
style={
|
|
4791
|
-
|
|
4791
|
+
{
|
|
4792
4792
|
"MozOsxFontSmoothing": "grayscale",
|
|
4793
4793
|
"WebkitFontSmoothing": "antialiased",
|
|
4794
4794
|
"alignItems": "center",
|
|
4795
4795
|
"display": "inline-block",
|
|
4796
|
-
"fontFamily": "Lato,
|
|
4796
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4797
4797
|
"fontSize": 18,
|
|
4798
4798
|
"fontWeight": "bold",
|
|
4799
4799
|
"lineHeight": "20px",
|
|
@@ -4829,11 +4829,11 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false disable
|
|
|
4829
4829
|
onTouchStart={[Function]}
|
|
4830
4830
|
role="button"
|
|
4831
4831
|
style={
|
|
4832
|
-
|
|
4833
|
-
"::MozFocusInner":
|
|
4832
|
+
{
|
|
4833
|
+
"::MozFocusInner": {
|
|
4834
4834
|
"border": 0,
|
|
4835
4835
|
},
|
|
4836
|
-
":focus":
|
|
4836
|
+
":focus": {
|
|
4837
4837
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
4838
4838
|
"borderWidth": 2,
|
|
4839
4839
|
"paddingLeft": 15,
|
|
@@ -4870,12 +4870,12 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false disable
|
|
|
4870
4870
|
<span
|
|
4871
4871
|
className=""
|
|
4872
4872
|
style={
|
|
4873
|
-
|
|
4873
|
+
{
|
|
4874
4874
|
"MozOsxFontSmoothing": "grayscale",
|
|
4875
4875
|
"WebkitFontSmoothing": "antialiased",
|
|
4876
4876
|
"alignItems": "center",
|
|
4877
4877
|
"display": "inline-block",
|
|
4878
|
-
"fontFamily": "Lato,
|
|
4878
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4879
4879
|
"fontSize": 16,
|
|
4880
4880
|
"fontWeight": "bold",
|
|
4881
4881
|
"lineHeight": "20px",
|
|
@@ -4911,11 +4911,11 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false focused
|
|
|
4911
4911
|
onTouchStart={[Function]}
|
|
4912
4912
|
role="button"
|
|
4913
4913
|
style={
|
|
4914
|
-
|
|
4915
|
-
"::MozFocusInner":
|
|
4914
|
+
{
|
|
4915
|
+
"::MozFocusInner": {
|
|
4916
4916
|
"border": 0,
|
|
4917
4917
|
},
|
|
4918
|
-
":focus":
|
|
4918
|
+
":focus": {
|
|
4919
4919
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4920
4920
|
},
|
|
4921
4921
|
"alignItems": "center",
|
|
@@ -4949,12 +4949,12 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false focused
|
|
|
4949
4949
|
<span
|
|
4950
4950
|
className=""
|
|
4951
4951
|
style={
|
|
4952
|
-
|
|
4952
|
+
{
|
|
4953
4953
|
"MozOsxFontSmoothing": "grayscale",
|
|
4954
4954
|
"WebkitFontSmoothing": "antialiased",
|
|
4955
4955
|
"alignItems": "center",
|
|
4956
4956
|
"display": "inline-block",
|
|
4957
|
-
"fontFamily": "Lato,
|
|
4957
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4958
4958
|
"fontSize": 16,
|
|
4959
4959
|
"fontWeight": "bold",
|
|
4960
4960
|
"lineHeight": "20px",
|
|
@@ -4990,11 +4990,11 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false hovered
|
|
|
4990
4990
|
onTouchStart={[Function]}
|
|
4991
4991
|
role="button"
|
|
4992
4992
|
style={
|
|
4993
|
-
|
|
4994
|
-
"::MozFocusInner":
|
|
4993
|
+
{
|
|
4994
|
+
"::MozFocusInner": {
|
|
4995
4995
|
"border": 0,
|
|
4996
4996
|
},
|
|
4997
|
-
":focus":
|
|
4997
|
+
":focus": {
|
|
4998
4998
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
4999
4999
|
},
|
|
5000
5000
|
"alignItems": "center",
|
|
@@ -5028,12 +5028,12 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false hovered
|
|
|
5028
5028
|
<span
|
|
5029
5029
|
className=""
|
|
5030
5030
|
style={
|
|
5031
|
-
|
|
5031
|
+
{
|
|
5032
5032
|
"MozOsxFontSmoothing": "grayscale",
|
|
5033
5033
|
"WebkitFontSmoothing": "antialiased",
|
|
5034
5034
|
"alignItems": "center",
|
|
5035
5035
|
"display": "inline-block",
|
|
5036
|
-
"fontFamily": "Lato,
|
|
5036
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5037
5037
|
"fontSize": 16,
|
|
5038
5038
|
"fontWeight": "bold",
|
|
5039
5039
|
"lineHeight": "20px",
|
|
@@ -5069,11 +5069,11 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false pressed
|
|
|
5069
5069
|
onTouchStart={[Function]}
|
|
5070
5070
|
role="button"
|
|
5071
5071
|
style={
|
|
5072
|
-
|
|
5073
|
-
"::MozFocusInner":
|
|
5072
|
+
{
|
|
5073
|
+
"::MozFocusInner": {
|
|
5074
5074
|
"border": 0,
|
|
5075
5075
|
},
|
|
5076
|
-
":focus":
|
|
5076
|
+
":focus": {
|
|
5077
5077
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
5078
5078
|
},
|
|
5079
5079
|
"alignItems": "center",
|
|
@@ -5107,12 +5107,12 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false pressed
|
|
|
5107
5107
|
<span
|
|
5108
5108
|
className=""
|
|
5109
5109
|
style={
|
|
5110
|
-
|
|
5110
|
+
{
|
|
5111
5111
|
"MozOsxFontSmoothing": "grayscale",
|
|
5112
5112
|
"WebkitFontSmoothing": "antialiased",
|
|
5113
5113
|
"alignItems": "center",
|
|
5114
5114
|
"display": "inline-block",
|
|
5115
|
-
"fontFamily": "Lato,
|
|
5115
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5116
5116
|
"fontSize": 16,
|
|
5117
5117
|
"fontWeight": "bold",
|
|
5118
5118
|
"lineHeight": "20px",
|
|
@@ -5148,11 +5148,11 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true disabled
|
|
|
5148
5148
|
onTouchStart={[Function]}
|
|
5149
5149
|
role="button"
|
|
5150
5150
|
style={
|
|
5151
|
-
|
|
5152
|
-
"::MozFocusInner":
|
|
5151
|
+
{
|
|
5152
|
+
"::MozFocusInner": {
|
|
5153
5153
|
"border": 0,
|
|
5154
5154
|
},
|
|
5155
|
-
":focus":
|
|
5155
|
+
":focus": {
|
|
5156
5156
|
"borderColor": "rgba(255,255,255,0.50)",
|
|
5157
5157
|
"borderWidth": 2,
|
|
5158
5158
|
"paddingLeft": 15,
|
|
@@ -5189,12 +5189,12 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true disabled
|
|
|
5189
5189
|
<span
|
|
5190
5190
|
className=""
|
|
5191
5191
|
style={
|
|
5192
|
-
|
|
5192
|
+
{
|
|
5193
5193
|
"MozOsxFontSmoothing": "grayscale",
|
|
5194
5194
|
"WebkitFontSmoothing": "antialiased",
|
|
5195
5195
|
"alignItems": "center",
|
|
5196
5196
|
"display": "inline-block",
|
|
5197
|
-
"fontFamily": "Lato,
|
|
5197
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5198
5198
|
"fontSize": 16,
|
|
5199
5199
|
"fontWeight": "bold",
|
|
5200
5200
|
"lineHeight": "20px",
|
|
@@ -5230,11 +5230,11 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true focused
|
|
|
5230
5230
|
onTouchStart={[Function]}
|
|
5231
5231
|
role="button"
|
|
5232
5232
|
style={
|
|
5233
|
-
|
|
5234
|
-
"::MozFocusInner":
|
|
5233
|
+
{
|
|
5234
|
+
"::MozFocusInner": {
|
|
5235
5235
|
"border": 0,
|
|
5236
5236
|
},
|
|
5237
|
-
":focus":
|
|
5237
|
+
":focus": {
|
|
5238
5238
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
5239
5239
|
},
|
|
5240
5240
|
"alignItems": "center",
|
|
@@ -5268,12 +5268,12 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true focused
|
|
|
5268
5268
|
<span
|
|
5269
5269
|
className=""
|
|
5270
5270
|
style={
|
|
5271
|
-
|
|
5271
|
+
{
|
|
5272
5272
|
"MozOsxFontSmoothing": "grayscale",
|
|
5273
5273
|
"WebkitFontSmoothing": "antialiased",
|
|
5274
5274
|
"alignItems": "center",
|
|
5275
5275
|
"display": "inline-block",
|
|
5276
|
-
"fontFamily": "Lato,
|
|
5276
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5277
5277
|
"fontSize": 16,
|
|
5278
5278
|
"fontWeight": "bold",
|
|
5279
5279
|
"lineHeight": "20px",
|
|
@@ -5309,11 +5309,11 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true hovered
|
|
|
5309
5309
|
onTouchStart={[Function]}
|
|
5310
5310
|
role="button"
|
|
5311
5311
|
style={
|
|
5312
|
-
|
|
5313
|
-
"::MozFocusInner":
|
|
5312
|
+
{
|
|
5313
|
+
"::MozFocusInner": {
|
|
5314
5314
|
"border": 0,
|
|
5315
5315
|
},
|
|
5316
|
-
":focus":
|
|
5316
|
+
":focus": {
|
|
5317
5317
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
5318
5318
|
},
|
|
5319
5319
|
"alignItems": "center",
|
|
@@ -5347,12 +5347,12 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true hovered
|
|
|
5347
5347
|
<span
|
|
5348
5348
|
className=""
|
|
5349
5349
|
style={
|
|
5350
|
-
|
|
5350
|
+
{
|
|
5351
5351
|
"MozOsxFontSmoothing": "grayscale",
|
|
5352
5352
|
"WebkitFontSmoothing": "antialiased",
|
|
5353
5353
|
"alignItems": "center",
|
|
5354
5354
|
"display": "inline-block",
|
|
5355
|
-
"fontFamily": "Lato,
|
|
5355
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5356
5356
|
"fontSize": 16,
|
|
5357
5357
|
"fontWeight": "bold",
|
|
5358
5358
|
"lineHeight": "20px",
|
|
@@ -5388,11 +5388,11 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true pressed
|
|
|
5388
5388
|
onTouchStart={[Function]}
|
|
5389
5389
|
role="button"
|
|
5390
5390
|
style={
|
|
5391
|
-
|
|
5392
|
-
"::MozFocusInner":
|
|
5391
|
+
{
|
|
5392
|
+
"::MozFocusInner": {
|
|
5393
5393
|
"border": 0,
|
|
5394
5394
|
},
|
|
5395
|
-
":focus":
|
|
5395
|
+
":focus": {
|
|
5396
5396
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
5397
5397
|
},
|
|
5398
5398
|
"alignItems": "center",
|
|
@@ -5426,12 +5426,12 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true pressed
|
|
|
5426
5426
|
<span
|
|
5427
5427
|
className=""
|
|
5428
5428
|
style={
|
|
5429
|
-
|
|
5429
|
+
{
|
|
5430
5430
|
"MozOsxFontSmoothing": "grayscale",
|
|
5431
5431
|
"WebkitFontSmoothing": "antialiased",
|
|
5432
5432
|
"alignItems": "center",
|
|
5433
5433
|
"display": "inline-block",
|
|
5434
|
-
"fontFamily": "Lato,
|
|
5434
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5435
5435
|
"fontSize": 16,
|
|
5436
5436
|
"fontWeight": "bold",
|
|
5437
5437
|
"lineHeight": "20px",
|
|
@@ -5467,11 +5467,11 @@ exports[`ButtonCore kind:secondary color:default size:small light:false disabled
|
|
|
5467
5467
|
onTouchStart={[Function]}
|
|
5468
5468
|
role="button"
|
|
5469
5469
|
style={
|
|
5470
|
-
|
|
5471
|
-
"::MozFocusInner":
|
|
5470
|
+
{
|
|
5471
|
+
"::MozFocusInner": {
|
|
5472
5472
|
"border": 0,
|
|
5473
5473
|
},
|
|
5474
|
-
":focus":
|
|
5474
|
+
":focus": {
|
|
5475
5475
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
5476
5476
|
"borderWidth": 2,
|
|
5477
5477
|
"paddingLeft": 15,
|
|
@@ -5508,12 +5508,12 @@ exports[`ButtonCore kind:secondary color:default size:small light:false disabled
|
|
|
5508
5508
|
<span
|
|
5509
5509
|
className=""
|
|
5510
5510
|
style={
|
|
5511
|
-
|
|
5511
|
+
{
|
|
5512
5512
|
"MozOsxFontSmoothing": "grayscale",
|
|
5513
5513
|
"WebkitFontSmoothing": "antialiased",
|
|
5514
5514
|
"alignItems": "center",
|
|
5515
5515
|
"display": "inline-block",
|
|
5516
|
-
"fontFamily": "Lato,
|
|
5516
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5517
5517
|
"fontSize": 14,
|
|
5518
5518
|
"fontWeight": "bold",
|
|
5519
5519
|
"lineHeight": "18px",
|
|
@@ -5549,11 +5549,11 @@ exports[`ButtonCore kind:secondary color:default size:small light:false focused
|
|
|
5549
5549
|
onTouchStart={[Function]}
|
|
5550
5550
|
role="button"
|
|
5551
5551
|
style={
|
|
5552
|
-
|
|
5553
|
-
"::MozFocusInner":
|
|
5552
|
+
{
|
|
5553
|
+
"::MozFocusInner": {
|
|
5554
5554
|
"border": 0,
|
|
5555
5555
|
},
|
|
5556
|
-
":focus":
|
|
5556
|
+
":focus": {
|
|
5557
5557
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
5558
5558
|
},
|
|
5559
5559
|
"alignItems": "center",
|
|
@@ -5587,12 +5587,12 @@ exports[`ButtonCore kind:secondary color:default size:small light:false focused
|
|
|
5587
5587
|
<span
|
|
5588
5588
|
className=""
|
|
5589
5589
|
style={
|
|
5590
|
-
|
|
5590
|
+
{
|
|
5591
5591
|
"MozOsxFontSmoothing": "grayscale",
|
|
5592
5592
|
"WebkitFontSmoothing": "antialiased",
|
|
5593
5593
|
"alignItems": "center",
|
|
5594
5594
|
"display": "inline-block",
|
|
5595
|
-
"fontFamily": "Lato,
|
|
5595
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5596
5596
|
"fontSize": 14,
|
|
5597
5597
|
"fontWeight": "bold",
|
|
5598
5598
|
"lineHeight": "18px",
|
|
@@ -5628,11 +5628,11 @@ exports[`ButtonCore kind:secondary color:default size:small light:false hovered
|
|
|
5628
5628
|
onTouchStart={[Function]}
|
|
5629
5629
|
role="button"
|
|
5630
5630
|
style={
|
|
5631
|
-
|
|
5632
|
-
"::MozFocusInner":
|
|
5631
|
+
{
|
|
5632
|
+
"::MozFocusInner": {
|
|
5633
5633
|
"border": 0,
|
|
5634
5634
|
},
|
|
5635
|
-
":focus":
|
|
5635
|
+
":focus": {
|
|
5636
5636
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
5637
5637
|
},
|
|
5638
5638
|
"alignItems": "center",
|
|
@@ -5666,12 +5666,12 @@ exports[`ButtonCore kind:secondary color:default size:small light:false hovered
|
|
|
5666
5666
|
<span
|
|
5667
5667
|
className=""
|
|
5668
5668
|
style={
|
|
5669
|
-
|
|
5669
|
+
{
|
|
5670
5670
|
"MozOsxFontSmoothing": "grayscale",
|
|
5671
5671
|
"WebkitFontSmoothing": "antialiased",
|
|
5672
5672
|
"alignItems": "center",
|
|
5673
5673
|
"display": "inline-block",
|
|
5674
|
-
"fontFamily": "Lato,
|
|
5674
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5675
5675
|
"fontSize": 14,
|
|
5676
5676
|
"fontWeight": "bold",
|
|
5677
5677
|
"lineHeight": "18px",
|
|
@@ -5707,11 +5707,11 @@ exports[`ButtonCore kind:secondary color:default size:small light:false pressed
|
|
|
5707
5707
|
onTouchStart={[Function]}
|
|
5708
5708
|
role="button"
|
|
5709
5709
|
style={
|
|
5710
|
-
|
|
5711
|
-
"::MozFocusInner":
|
|
5710
|
+
{
|
|
5711
|
+
"::MozFocusInner": {
|
|
5712
5712
|
"border": 0,
|
|
5713
5713
|
},
|
|
5714
|
-
":focus":
|
|
5714
|
+
":focus": {
|
|
5715
5715
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
5716
5716
|
},
|
|
5717
5717
|
"alignItems": "center",
|
|
@@ -5745,12 +5745,12 @@ exports[`ButtonCore kind:secondary color:default size:small light:false pressed
|
|
|
5745
5745
|
<span
|
|
5746
5746
|
className=""
|
|
5747
5747
|
style={
|
|
5748
|
-
|
|
5748
|
+
{
|
|
5749
5749
|
"MozOsxFontSmoothing": "grayscale",
|
|
5750
5750
|
"WebkitFontSmoothing": "antialiased",
|
|
5751
5751
|
"alignItems": "center",
|
|
5752
5752
|
"display": "inline-block",
|
|
5753
|
-
"fontFamily": "Lato,
|
|
5753
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5754
5754
|
"fontSize": 14,
|
|
5755
5755
|
"fontWeight": "bold",
|
|
5756
5756
|
"lineHeight": "18px",
|
|
@@ -5786,11 +5786,11 @@ exports[`ButtonCore kind:secondary color:default size:small light:true disabled
|
|
|
5786
5786
|
onTouchStart={[Function]}
|
|
5787
5787
|
role="button"
|
|
5788
5788
|
style={
|
|
5789
|
-
|
|
5790
|
-
"::MozFocusInner":
|
|
5789
|
+
{
|
|
5790
|
+
"::MozFocusInner": {
|
|
5791
5791
|
"border": 0,
|
|
5792
5792
|
},
|
|
5793
|
-
":focus":
|
|
5793
|
+
":focus": {
|
|
5794
5794
|
"borderColor": "rgba(255,255,255,0.50)",
|
|
5795
5795
|
"borderWidth": 2,
|
|
5796
5796
|
"paddingLeft": 15,
|
|
@@ -5827,12 +5827,12 @@ exports[`ButtonCore kind:secondary color:default size:small light:true disabled
|
|
|
5827
5827
|
<span
|
|
5828
5828
|
className=""
|
|
5829
5829
|
style={
|
|
5830
|
-
|
|
5830
|
+
{
|
|
5831
5831
|
"MozOsxFontSmoothing": "grayscale",
|
|
5832
5832
|
"WebkitFontSmoothing": "antialiased",
|
|
5833
5833
|
"alignItems": "center",
|
|
5834
5834
|
"display": "inline-block",
|
|
5835
|
-
"fontFamily": "Lato,
|
|
5835
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5836
5836
|
"fontSize": 14,
|
|
5837
5837
|
"fontWeight": "bold",
|
|
5838
5838
|
"lineHeight": "18px",
|
|
@@ -5868,11 +5868,11 @@ exports[`ButtonCore kind:secondary color:default size:small light:true focused 1
|
|
|
5868
5868
|
onTouchStart={[Function]}
|
|
5869
5869
|
role="button"
|
|
5870
5870
|
style={
|
|
5871
|
-
|
|
5872
|
-
"::MozFocusInner":
|
|
5871
|
+
{
|
|
5872
|
+
"::MozFocusInner": {
|
|
5873
5873
|
"border": 0,
|
|
5874
5874
|
},
|
|
5875
|
-
":focus":
|
|
5875
|
+
":focus": {
|
|
5876
5876
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
5877
5877
|
},
|
|
5878
5878
|
"alignItems": "center",
|
|
@@ -5906,12 +5906,12 @@ exports[`ButtonCore kind:secondary color:default size:small light:true focused 1
|
|
|
5906
5906
|
<span
|
|
5907
5907
|
className=""
|
|
5908
5908
|
style={
|
|
5909
|
-
|
|
5909
|
+
{
|
|
5910
5910
|
"MozOsxFontSmoothing": "grayscale",
|
|
5911
5911
|
"WebkitFontSmoothing": "antialiased",
|
|
5912
5912
|
"alignItems": "center",
|
|
5913
5913
|
"display": "inline-block",
|
|
5914
|
-
"fontFamily": "Lato,
|
|
5914
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5915
5915
|
"fontSize": 14,
|
|
5916
5916
|
"fontWeight": "bold",
|
|
5917
5917
|
"lineHeight": "18px",
|
|
@@ -5947,11 +5947,11 @@ exports[`ButtonCore kind:secondary color:default size:small light:true hovered 1
|
|
|
5947
5947
|
onTouchStart={[Function]}
|
|
5948
5948
|
role="button"
|
|
5949
5949
|
style={
|
|
5950
|
-
|
|
5951
|
-
"::MozFocusInner":
|
|
5950
|
+
{
|
|
5951
|
+
"::MozFocusInner": {
|
|
5952
5952
|
"border": 0,
|
|
5953
5953
|
},
|
|
5954
|
-
":focus":
|
|
5954
|
+
":focus": {
|
|
5955
5955
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
5956
5956
|
},
|
|
5957
5957
|
"alignItems": "center",
|
|
@@ -5985,12 +5985,12 @@ exports[`ButtonCore kind:secondary color:default size:small light:true hovered 1
|
|
|
5985
5985
|
<span
|
|
5986
5986
|
className=""
|
|
5987
5987
|
style={
|
|
5988
|
-
|
|
5988
|
+
{
|
|
5989
5989
|
"MozOsxFontSmoothing": "grayscale",
|
|
5990
5990
|
"WebkitFontSmoothing": "antialiased",
|
|
5991
5991
|
"alignItems": "center",
|
|
5992
5992
|
"display": "inline-block",
|
|
5993
|
-
"fontFamily": "Lato,
|
|
5993
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5994
5994
|
"fontSize": 14,
|
|
5995
5995
|
"fontWeight": "bold",
|
|
5996
5996
|
"lineHeight": "18px",
|
|
@@ -6026,11 +6026,11 @@ exports[`ButtonCore kind:secondary color:default size:small light:true pressed 1
|
|
|
6026
6026
|
onTouchStart={[Function]}
|
|
6027
6027
|
role="button"
|
|
6028
6028
|
style={
|
|
6029
|
-
|
|
6030
|
-
"::MozFocusInner":
|
|
6029
|
+
{
|
|
6030
|
+
"::MozFocusInner": {
|
|
6031
6031
|
"border": 0,
|
|
6032
6032
|
},
|
|
6033
|
-
":focus":
|
|
6033
|
+
":focus": {
|
|
6034
6034
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6035
6035
|
},
|
|
6036
6036
|
"alignItems": "center",
|
|
@@ -6064,12 +6064,12 @@ exports[`ButtonCore kind:secondary color:default size:small light:true pressed 1
|
|
|
6064
6064
|
<span
|
|
6065
6065
|
className=""
|
|
6066
6066
|
style={
|
|
6067
|
-
|
|
6067
|
+
{
|
|
6068
6068
|
"MozOsxFontSmoothing": "grayscale",
|
|
6069
6069
|
"WebkitFontSmoothing": "antialiased",
|
|
6070
6070
|
"alignItems": "center",
|
|
6071
6071
|
"display": "inline-block",
|
|
6072
|
-
"fontFamily": "Lato,
|
|
6072
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6073
6073
|
"fontSize": 14,
|
|
6074
6074
|
"fontWeight": "bold",
|
|
6075
6075
|
"lineHeight": "18px",
|
|
@@ -6105,11 +6105,11 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false disa
|
|
|
6105
6105
|
onTouchStart={[Function]}
|
|
6106
6106
|
role="button"
|
|
6107
6107
|
style={
|
|
6108
|
-
|
|
6109
|
-
"::MozFocusInner":
|
|
6108
|
+
{
|
|
6109
|
+
"::MozFocusInner": {
|
|
6110
6110
|
"border": 0,
|
|
6111
6111
|
},
|
|
6112
|
-
":focus":
|
|
6112
|
+
":focus": {
|
|
6113
6113
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
6114
6114
|
"borderWidth": 2,
|
|
6115
6115
|
"paddingLeft": 31,
|
|
@@ -6146,12 +6146,12 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false disa
|
|
|
6146
6146
|
<span
|
|
6147
6147
|
className=""
|
|
6148
6148
|
style={
|
|
6149
|
-
|
|
6149
|
+
{
|
|
6150
6150
|
"MozOsxFontSmoothing": "grayscale",
|
|
6151
6151
|
"WebkitFontSmoothing": "antialiased",
|
|
6152
6152
|
"alignItems": "center",
|
|
6153
6153
|
"display": "inline-block",
|
|
6154
|
-
"fontFamily": "Lato,
|
|
6154
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6155
6155
|
"fontSize": 18,
|
|
6156
6156
|
"fontWeight": "bold",
|
|
6157
6157
|
"lineHeight": "20px",
|
|
@@ -6187,11 +6187,11 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false focu
|
|
|
6187
6187
|
onTouchStart={[Function]}
|
|
6188
6188
|
role="button"
|
|
6189
6189
|
style={
|
|
6190
|
-
|
|
6191
|
-
"::MozFocusInner":
|
|
6190
|
+
{
|
|
6191
|
+
"::MozFocusInner": {
|
|
6192
6192
|
"border": 0,
|
|
6193
6193
|
},
|
|
6194
|
-
":focus":
|
|
6194
|
+
":focus": {
|
|
6195
6195
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6196
6196
|
},
|
|
6197
6197
|
"alignItems": "center",
|
|
@@ -6225,12 +6225,12 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false focu
|
|
|
6225
6225
|
<span
|
|
6226
6226
|
className=""
|
|
6227
6227
|
style={
|
|
6228
|
-
|
|
6228
|
+
{
|
|
6229
6229
|
"MozOsxFontSmoothing": "grayscale",
|
|
6230
6230
|
"WebkitFontSmoothing": "antialiased",
|
|
6231
6231
|
"alignItems": "center",
|
|
6232
6232
|
"display": "inline-block",
|
|
6233
|
-
"fontFamily": "Lato,
|
|
6233
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6234
6234
|
"fontSize": 18,
|
|
6235
6235
|
"fontWeight": "bold",
|
|
6236
6236
|
"lineHeight": "20px",
|
|
@@ -6266,11 +6266,11 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false hove
|
|
|
6266
6266
|
onTouchStart={[Function]}
|
|
6267
6267
|
role="button"
|
|
6268
6268
|
style={
|
|
6269
|
-
|
|
6270
|
-
"::MozFocusInner":
|
|
6269
|
+
{
|
|
6270
|
+
"::MozFocusInner": {
|
|
6271
6271
|
"border": 0,
|
|
6272
6272
|
},
|
|
6273
|
-
":focus":
|
|
6273
|
+
":focus": {
|
|
6274
6274
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6275
6275
|
},
|
|
6276
6276
|
"alignItems": "center",
|
|
@@ -6304,12 +6304,12 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false hove
|
|
|
6304
6304
|
<span
|
|
6305
6305
|
className=""
|
|
6306
6306
|
style={
|
|
6307
|
-
|
|
6307
|
+
{
|
|
6308
6308
|
"MozOsxFontSmoothing": "grayscale",
|
|
6309
6309
|
"WebkitFontSmoothing": "antialiased",
|
|
6310
6310
|
"alignItems": "center",
|
|
6311
6311
|
"display": "inline-block",
|
|
6312
|
-
"fontFamily": "Lato,
|
|
6312
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6313
6313
|
"fontSize": 18,
|
|
6314
6314
|
"fontWeight": "bold",
|
|
6315
6315
|
"lineHeight": "20px",
|
|
@@ -6345,11 +6345,11 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false pres
|
|
|
6345
6345
|
onTouchStart={[Function]}
|
|
6346
6346
|
role="button"
|
|
6347
6347
|
style={
|
|
6348
|
-
|
|
6349
|
-
"::MozFocusInner":
|
|
6348
|
+
{
|
|
6349
|
+
"::MozFocusInner": {
|
|
6350
6350
|
"border": 0,
|
|
6351
6351
|
},
|
|
6352
|
-
":focus":
|
|
6352
|
+
":focus": {
|
|
6353
6353
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6354
6354
|
},
|
|
6355
6355
|
"alignItems": "center",
|
|
@@ -6383,12 +6383,12 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false pres
|
|
|
6383
6383
|
<span
|
|
6384
6384
|
className=""
|
|
6385
6385
|
style={
|
|
6386
|
-
|
|
6386
|
+
{
|
|
6387
6387
|
"MozOsxFontSmoothing": "grayscale",
|
|
6388
6388
|
"WebkitFontSmoothing": "antialiased",
|
|
6389
6389
|
"alignItems": "center",
|
|
6390
6390
|
"display": "inline-block",
|
|
6391
|
-
"fontFamily": "Lato,
|
|
6391
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6392
6392
|
"fontSize": 18,
|
|
6393
6393
|
"fontWeight": "bold",
|
|
6394
6394
|
"lineHeight": "20px",
|
|
@@ -6424,11 +6424,11 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true disab
|
|
|
6424
6424
|
onTouchStart={[Function]}
|
|
6425
6425
|
role="button"
|
|
6426
6426
|
style={
|
|
6427
|
-
|
|
6428
|
-
"::MozFocusInner":
|
|
6427
|
+
{
|
|
6428
|
+
"::MozFocusInner": {
|
|
6429
6429
|
"border": 0,
|
|
6430
6430
|
},
|
|
6431
|
-
":focus":
|
|
6431
|
+
":focus": {
|
|
6432
6432
|
"borderColor": "rgba(255,255,255,0.50)",
|
|
6433
6433
|
"borderWidth": 2,
|
|
6434
6434
|
"paddingLeft": 31,
|
|
@@ -6465,12 +6465,12 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true disab
|
|
|
6465
6465
|
<span
|
|
6466
6466
|
className=""
|
|
6467
6467
|
style={
|
|
6468
|
-
|
|
6468
|
+
{
|
|
6469
6469
|
"MozOsxFontSmoothing": "grayscale",
|
|
6470
6470
|
"WebkitFontSmoothing": "antialiased",
|
|
6471
6471
|
"alignItems": "center",
|
|
6472
6472
|
"display": "inline-block",
|
|
6473
|
-
"fontFamily": "Lato,
|
|
6473
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6474
6474
|
"fontSize": 18,
|
|
6475
6475
|
"fontWeight": "bold",
|
|
6476
6476
|
"lineHeight": "20px",
|
|
@@ -6506,11 +6506,11 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true focus
|
|
|
6506
6506
|
onTouchStart={[Function]}
|
|
6507
6507
|
role="button"
|
|
6508
6508
|
style={
|
|
6509
|
-
|
|
6510
|
-
"::MozFocusInner":
|
|
6509
|
+
{
|
|
6510
|
+
"::MozFocusInner": {
|
|
6511
6511
|
"border": 0,
|
|
6512
6512
|
},
|
|
6513
|
-
":focus":
|
|
6513
|
+
":focus": {
|
|
6514
6514
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6515
6515
|
},
|
|
6516
6516
|
"alignItems": "center",
|
|
@@ -6544,12 +6544,12 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true focus
|
|
|
6544
6544
|
<span
|
|
6545
6545
|
className=""
|
|
6546
6546
|
style={
|
|
6547
|
-
|
|
6547
|
+
{
|
|
6548
6548
|
"MozOsxFontSmoothing": "grayscale",
|
|
6549
6549
|
"WebkitFontSmoothing": "antialiased",
|
|
6550
6550
|
"alignItems": "center",
|
|
6551
6551
|
"display": "inline-block",
|
|
6552
|
-
"fontFamily": "Lato,
|
|
6552
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6553
6553
|
"fontSize": 18,
|
|
6554
6554
|
"fontWeight": "bold",
|
|
6555
6555
|
"lineHeight": "20px",
|
|
@@ -6585,11 +6585,11 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true hover
|
|
|
6585
6585
|
onTouchStart={[Function]}
|
|
6586
6586
|
role="button"
|
|
6587
6587
|
style={
|
|
6588
|
-
|
|
6589
|
-
"::MozFocusInner":
|
|
6588
|
+
{
|
|
6589
|
+
"::MozFocusInner": {
|
|
6590
6590
|
"border": 0,
|
|
6591
6591
|
},
|
|
6592
|
-
":focus":
|
|
6592
|
+
":focus": {
|
|
6593
6593
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6594
6594
|
},
|
|
6595
6595
|
"alignItems": "center",
|
|
@@ -6623,12 +6623,12 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true hover
|
|
|
6623
6623
|
<span
|
|
6624
6624
|
className=""
|
|
6625
6625
|
style={
|
|
6626
|
-
|
|
6626
|
+
{
|
|
6627
6627
|
"MozOsxFontSmoothing": "grayscale",
|
|
6628
6628
|
"WebkitFontSmoothing": "antialiased",
|
|
6629
6629
|
"alignItems": "center",
|
|
6630
6630
|
"display": "inline-block",
|
|
6631
|
-
"fontFamily": "Lato,
|
|
6631
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6632
6632
|
"fontSize": 18,
|
|
6633
6633
|
"fontWeight": "bold",
|
|
6634
6634
|
"lineHeight": "20px",
|
|
@@ -6664,11 +6664,11 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true press
|
|
|
6664
6664
|
onTouchStart={[Function]}
|
|
6665
6665
|
role="button"
|
|
6666
6666
|
style={
|
|
6667
|
-
|
|
6668
|
-
"::MozFocusInner":
|
|
6667
|
+
{
|
|
6668
|
+
"::MozFocusInner": {
|
|
6669
6669
|
"border": 0,
|
|
6670
6670
|
},
|
|
6671
|
-
":focus":
|
|
6671
|
+
":focus": {
|
|
6672
6672
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6673
6673
|
},
|
|
6674
6674
|
"alignItems": "center",
|
|
@@ -6702,12 +6702,12 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true press
|
|
|
6702
6702
|
<span
|
|
6703
6703
|
className=""
|
|
6704
6704
|
style={
|
|
6705
|
-
|
|
6705
|
+
{
|
|
6706
6706
|
"MozOsxFontSmoothing": "grayscale",
|
|
6707
6707
|
"WebkitFontSmoothing": "antialiased",
|
|
6708
6708
|
"alignItems": "center",
|
|
6709
6709
|
"display": "inline-block",
|
|
6710
|
-
"fontFamily": "Lato,
|
|
6710
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6711
6711
|
"fontSize": 18,
|
|
6712
6712
|
"fontWeight": "bold",
|
|
6713
6713
|
"lineHeight": "20px",
|
|
@@ -6743,11 +6743,11 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false dis
|
|
|
6743
6743
|
onTouchStart={[Function]}
|
|
6744
6744
|
role="button"
|
|
6745
6745
|
style={
|
|
6746
|
-
|
|
6747
|
-
"::MozFocusInner":
|
|
6746
|
+
{
|
|
6747
|
+
"::MozFocusInner": {
|
|
6748
6748
|
"border": 0,
|
|
6749
6749
|
},
|
|
6750
|
-
":focus":
|
|
6750
|
+
":focus": {
|
|
6751
6751
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
6752
6752
|
"borderWidth": 2,
|
|
6753
6753
|
"paddingLeft": 15,
|
|
@@ -6784,12 +6784,12 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false dis
|
|
|
6784
6784
|
<span
|
|
6785
6785
|
className=""
|
|
6786
6786
|
style={
|
|
6787
|
-
|
|
6787
|
+
{
|
|
6788
6788
|
"MozOsxFontSmoothing": "grayscale",
|
|
6789
6789
|
"WebkitFontSmoothing": "antialiased",
|
|
6790
6790
|
"alignItems": "center",
|
|
6791
6791
|
"display": "inline-block",
|
|
6792
|
-
"fontFamily": "Lato,
|
|
6792
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6793
6793
|
"fontSize": 16,
|
|
6794
6794
|
"fontWeight": "bold",
|
|
6795
6795
|
"lineHeight": "20px",
|
|
@@ -6825,11 +6825,11 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false foc
|
|
|
6825
6825
|
onTouchStart={[Function]}
|
|
6826
6826
|
role="button"
|
|
6827
6827
|
style={
|
|
6828
|
-
|
|
6829
|
-
"::MozFocusInner":
|
|
6828
|
+
{
|
|
6829
|
+
"::MozFocusInner": {
|
|
6830
6830
|
"border": 0,
|
|
6831
6831
|
},
|
|
6832
|
-
":focus":
|
|
6832
|
+
":focus": {
|
|
6833
6833
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6834
6834
|
},
|
|
6835
6835
|
"alignItems": "center",
|
|
@@ -6863,12 +6863,12 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false foc
|
|
|
6863
6863
|
<span
|
|
6864
6864
|
className=""
|
|
6865
6865
|
style={
|
|
6866
|
-
|
|
6866
|
+
{
|
|
6867
6867
|
"MozOsxFontSmoothing": "grayscale",
|
|
6868
6868
|
"WebkitFontSmoothing": "antialiased",
|
|
6869
6869
|
"alignItems": "center",
|
|
6870
6870
|
"display": "inline-block",
|
|
6871
|
-
"fontFamily": "Lato,
|
|
6871
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6872
6872
|
"fontSize": 16,
|
|
6873
6873
|
"fontWeight": "bold",
|
|
6874
6874
|
"lineHeight": "20px",
|
|
@@ -6904,11 +6904,11 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false hov
|
|
|
6904
6904
|
onTouchStart={[Function]}
|
|
6905
6905
|
role="button"
|
|
6906
6906
|
style={
|
|
6907
|
-
|
|
6908
|
-
"::MozFocusInner":
|
|
6907
|
+
{
|
|
6908
|
+
"::MozFocusInner": {
|
|
6909
6909
|
"border": 0,
|
|
6910
6910
|
},
|
|
6911
|
-
":focus":
|
|
6911
|
+
":focus": {
|
|
6912
6912
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6913
6913
|
},
|
|
6914
6914
|
"alignItems": "center",
|
|
@@ -6942,12 +6942,12 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false hov
|
|
|
6942
6942
|
<span
|
|
6943
6943
|
className=""
|
|
6944
6944
|
style={
|
|
6945
|
-
|
|
6945
|
+
{
|
|
6946
6946
|
"MozOsxFontSmoothing": "grayscale",
|
|
6947
6947
|
"WebkitFontSmoothing": "antialiased",
|
|
6948
6948
|
"alignItems": "center",
|
|
6949
6949
|
"display": "inline-block",
|
|
6950
|
-
"fontFamily": "Lato,
|
|
6950
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6951
6951
|
"fontSize": 16,
|
|
6952
6952
|
"fontWeight": "bold",
|
|
6953
6953
|
"lineHeight": "20px",
|
|
@@ -6983,11 +6983,11 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false pre
|
|
|
6983
6983
|
onTouchStart={[Function]}
|
|
6984
6984
|
role="button"
|
|
6985
6985
|
style={
|
|
6986
|
-
|
|
6987
|
-
"::MozFocusInner":
|
|
6986
|
+
{
|
|
6987
|
+
"::MozFocusInner": {
|
|
6988
6988
|
"border": 0,
|
|
6989
6989
|
},
|
|
6990
|
-
":focus":
|
|
6990
|
+
":focus": {
|
|
6991
6991
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6992
6992
|
},
|
|
6993
6993
|
"alignItems": "center",
|
|
@@ -7021,12 +7021,12 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false pre
|
|
|
7021
7021
|
<span
|
|
7022
7022
|
className=""
|
|
7023
7023
|
style={
|
|
7024
|
-
|
|
7024
|
+
{
|
|
7025
7025
|
"MozOsxFontSmoothing": "grayscale",
|
|
7026
7026
|
"WebkitFontSmoothing": "antialiased",
|
|
7027
7027
|
"alignItems": "center",
|
|
7028
7028
|
"display": "inline-block",
|
|
7029
|
-
"fontFamily": "Lato,
|
|
7029
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7030
7030
|
"fontSize": 16,
|
|
7031
7031
|
"fontWeight": "bold",
|
|
7032
7032
|
"lineHeight": "20px",
|
|
@@ -7062,11 +7062,11 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true disa
|
|
|
7062
7062
|
onTouchStart={[Function]}
|
|
7063
7063
|
role="button"
|
|
7064
7064
|
style={
|
|
7065
|
-
|
|
7066
|
-
"::MozFocusInner":
|
|
7065
|
+
{
|
|
7066
|
+
"::MozFocusInner": {
|
|
7067
7067
|
"border": 0,
|
|
7068
7068
|
},
|
|
7069
|
-
":focus":
|
|
7069
|
+
":focus": {
|
|
7070
7070
|
"borderColor": "rgba(255,255,255,0.50)",
|
|
7071
7071
|
"borderWidth": 2,
|
|
7072
7072
|
"paddingLeft": 15,
|
|
@@ -7103,12 +7103,12 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true disa
|
|
|
7103
7103
|
<span
|
|
7104
7104
|
className=""
|
|
7105
7105
|
style={
|
|
7106
|
-
|
|
7106
|
+
{
|
|
7107
7107
|
"MozOsxFontSmoothing": "grayscale",
|
|
7108
7108
|
"WebkitFontSmoothing": "antialiased",
|
|
7109
7109
|
"alignItems": "center",
|
|
7110
7110
|
"display": "inline-block",
|
|
7111
|
-
"fontFamily": "Lato,
|
|
7111
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7112
7112
|
"fontSize": 16,
|
|
7113
7113
|
"fontWeight": "bold",
|
|
7114
7114
|
"lineHeight": "20px",
|
|
@@ -7144,11 +7144,11 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true focu
|
|
|
7144
7144
|
onTouchStart={[Function]}
|
|
7145
7145
|
role="button"
|
|
7146
7146
|
style={
|
|
7147
|
-
|
|
7148
|
-
"::MozFocusInner":
|
|
7147
|
+
{
|
|
7148
|
+
"::MozFocusInner": {
|
|
7149
7149
|
"border": 0,
|
|
7150
7150
|
},
|
|
7151
|
-
":focus":
|
|
7151
|
+
":focus": {
|
|
7152
7152
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
7153
7153
|
},
|
|
7154
7154
|
"alignItems": "center",
|
|
@@ -7182,12 +7182,12 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true focu
|
|
|
7182
7182
|
<span
|
|
7183
7183
|
className=""
|
|
7184
7184
|
style={
|
|
7185
|
-
|
|
7185
|
+
{
|
|
7186
7186
|
"MozOsxFontSmoothing": "grayscale",
|
|
7187
7187
|
"WebkitFontSmoothing": "antialiased",
|
|
7188
7188
|
"alignItems": "center",
|
|
7189
7189
|
"display": "inline-block",
|
|
7190
|
-
"fontFamily": "Lato,
|
|
7190
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7191
7191
|
"fontSize": 16,
|
|
7192
7192
|
"fontWeight": "bold",
|
|
7193
7193
|
"lineHeight": "20px",
|
|
@@ -7223,11 +7223,11 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true hove
|
|
|
7223
7223
|
onTouchStart={[Function]}
|
|
7224
7224
|
role="button"
|
|
7225
7225
|
style={
|
|
7226
|
-
|
|
7227
|
-
"::MozFocusInner":
|
|
7226
|
+
{
|
|
7227
|
+
"::MozFocusInner": {
|
|
7228
7228
|
"border": 0,
|
|
7229
7229
|
},
|
|
7230
|
-
":focus":
|
|
7230
|
+
":focus": {
|
|
7231
7231
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
7232
7232
|
},
|
|
7233
7233
|
"alignItems": "center",
|
|
@@ -7261,12 +7261,12 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true hove
|
|
|
7261
7261
|
<span
|
|
7262
7262
|
className=""
|
|
7263
7263
|
style={
|
|
7264
|
-
|
|
7264
|
+
{
|
|
7265
7265
|
"MozOsxFontSmoothing": "grayscale",
|
|
7266
7266
|
"WebkitFontSmoothing": "antialiased",
|
|
7267
7267
|
"alignItems": "center",
|
|
7268
7268
|
"display": "inline-block",
|
|
7269
|
-
"fontFamily": "Lato,
|
|
7269
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7270
7270
|
"fontSize": 16,
|
|
7271
7271
|
"fontWeight": "bold",
|
|
7272
7272
|
"lineHeight": "20px",
|
|
@@ -7302,11 +7302,11 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true pres
|
|
|
7302
7302
|
onTouchStart={[Function]}
|
|
7303
7303
|
role="button"
|
|
7304
7304
|
style={
|
|
7305
|
-
|
|
7306
|
-
"::MozFocusInner":
|
|
7305
|
+
{
|
|
7306
|
+
"::MozFocusInner": {
|
|
7307
7307
|
"border": 0,
|
|
7308
7308
|
},
|
|
7309
|
-
":focus":
|
|
7309
|
+
":focus": {
|
|
7310
7310
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
7311
7311
|
},
|
|
7312
7312
|
"alignItems": "center",
|
|
@@ -7340,12 +7340,12 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true pres
|
|
|
7340
7340
|
<span
|
|
7341
7341
|
className=""
|
|
7342
7342
|
style={
|
|
7343
|
-
|
|
7343
|
+
{
|
|
7344
7344
|
"MozOsxFontSmoothing": "grayscale",
|
|
7345
7345
|
"WebkitFontSmoothing": "antialiased",
|
|
7346
7346
|
"alignItems": "center",
|
|
7347
7347
|
"display": "inline-block",
|
|
7348
|
-
"fontFamily": "Lato,
|
|
7348
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7349
7349
|
"fontSize": 16,
|
|
7350
7350
|
"fontWeight": "bold",
|
|
7351
7351
|
"lineHeight": "20px",
|
|
@@ -7381,11 +7381,11 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false disa
|
|
|
7381
7381
|
onTouchStart={[Function]}
|
|
7382
7382
|
role="button"
|
|
7383
7383
|
style={
|
|
7384
|
-
|
|
7385
|
-
"::MozFocusInner":
|
|
7384
|
+
{
|
|
7385
|
+
"::MozFocusInner": {
|
|
7386
7386
|
"border": 0,
|
|
7387
7387
|
},
|
|
7388
|
-
":focus":
|
|
7388
|
+
":focus": {
|
|
7389
7389
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
7390
7390
|
"borderWidth": 2,
|
|
7391
7391
|
"paddingLeft": 15,
|
|
@@ -7422,12 +7422,12 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false disa
|
|
|
7422
7422
|
<span
|
|
7423
7423
|
className=""
|
|
7424
7424
|
style={
|
|
7425
|
-
|
|
7425
|
+
{
|
|
7426
7426
|
"MozOsxFontSmoothing": "grayscale",
|
|
7427
7427
|
"WebkitFontSmoothing": "antialiased",
|
|
7428
7428
|
"alignItems": "center",
|
|
7429
7429
|
"display": "inline-block",
|
|
7430
|
-
"fontFamily": "Lato,
|
|
7430
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7431
7431
|
"fontSize": 14,
|
|
7432
7432
|
"fontWeight": "bold",
|
|
7433
7433
|
"lineHeight": "18px",
|
|
@@ -7463,11 +7463,11 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false focu
|
|
|
7463
7463
|
onTouchStart={[Function]}
|
|
7464
7464
|
role="button"
|
|
7465
7465
|
style={
|
|
7466
|
-
|
|
7467
|
-
"::MozFocusInner":
|
|
7466
|
+
{
|
|
7467
|
+
"::MozFocusInner": {
|
|
7468
7468
|
"border": 0,
|
|
7469
7469
|
},
|
|
7470
|
-
":focus":
|
|
7470
|
+
":focus": {
|
|
7471
7471
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
7472
7472
|
},
|
|
7473
7473
|
"alignItems": "center",
|
|
@@ -7501,12 +7501,12 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false focu
|
|
|
7501
7501
|
<span
|
|
7502
7502
|
className=""
|
|
7503
7503
|
style={
|
|
7504
|
-
|
|
7504
|
+
{
|
|
7505
7505
|
"MozOsxFontSmoothing": "grayscale",
|
|
7506
7506
|
"WebkitFontSmoothing": "antialiased",
|
|
7507
7507
|
"alignItems": "center",
|
|
7508
7508
|
"display": "inline-block",
|
|
7509
|
-
"fontFamily": "Lato,
|
|
7509
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7510
7510
|
"fontSize": 14,
|
|
7511
7511
|
"fontWeight": "bold",
|
|
7512
7512
|
"lineHeight": "18px",
|
|
@@ -7542,11 +7542,11 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false hove
|
|
|
7542
7542
|
onTouchStart={[Function]}
|
|
7543
7543
|
role="button"
|
|
7544
7544
|
style={
|
|
7545
|
-
|
|
7546
|
-
"::MozFocusInner":
|
|
7545
|
+
{
|
|
7546
|
+
"::MozFocusInner": {
|
|
7547
7547
|
"border": 0,
|
|
7548
7548
|
},
|
|
7549
|
-
":focus":
|
|
7549
|
+
":focus": {
|
|
7550
7550
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
7551
7551
|
},
|
|
7552
7552
|
"alignItems": "center",
|
|
@@ -7580,12 +7580,12 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false hove
|
|
|
7580
7580
|
<span
|
|
7581
7581
|
className=""
|
|
7582
7582
|
style={
|
|
7583
|
-
|
|
7583
|
+
{
|
|
7584
7584
|
"MozOsxFontSmoothing": "grayscale",
|
|
7585
7585
|
"WebkitFontSmoothing": "antialiased",
|
|
7586
7586
|
"alignItems": "center",
|
|
7587
7587
|
"display": "inline-block",
|
|
7588
|
-
"fontFamily": "Lato,
|
|
7588
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7589
7589
|
"fontSize": 14,
|
|
7590
7590
|
"fontWeight": "bold",
|
|
7591
7591
|
"lineHeight": "18px",
|
|
@@ -7621,11 +7621,11 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false pres
|
|
|
7621
7621
|
onTouchStart={[Function]}
|
|
7622
7622
|
role="button"
|
|
7623
7623
|
style={
|
|
7624
|
-
|
|
7625
|
-
"::MozFocusInner":
|
|
7624
|
+
{
|
|
7625
|
+
"::MozFocusInner": {
|
|
7626
7626
|
"border": 0,
|
|
7627
7627
|
},
|
|
7628
|
-
":focus":
|
|
7628
|
+
":focus": {
|
|
7629
7629
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
7630
7630
|
},
|
|
7631
7631
|
"alignItems": "center",
|
|
@@ -7659,12 +7659,12 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false pres
|
|
|
7659
7659
|
<span
|
|
7660
7660
|
className=""
|
|
7661
7661
|
style={
|
|
7662
|
-
|
|
7662
|
+
{
|
|
7663
7663
|
"MozOsxFontSmoothing": "grayscale",
|
|
7664
7664
|
"WebkitFontSmoothing": "antialiased",
|
|
7665
7665
|
"alignItems": "center",
|
|
7666
7666
|
"display": "inline-block",
|
|
7667
|
-
"fontFamily": "Lato,
|
|
7667
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7668
7668
|
"fontSize": 14,
|
|
7669
7669
|
"fontWeight": "bold",
|
|
7670
7670
|
"lineHeight": "18px",
|
|
@@ -7700,11 +7700,11 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true disab
|
|
|
7700
7700
|
onTouchStart={[Function]}
|
|
7701
7701
|
role="button"
|
|
7702
7702
|
style={
|
|
7703
|
-
|
|
7704
|
-
"::MozFocusInner":
|
|
7703
|
+
{
|
|
7704
|
+
"::MozFocusInner": {
|
|
7705
7705
|
"border": 0,
|
|
7706
7706
|
},
|
|
7707
|
-
":focus":
|
|
7707
|
+
":focus": {
|
|
7708
7708
|
"borderColor": "rgba(255,255,255,0.50)",
|
|
7709
7709
|
"borderWidth": 2,
|
|
7710
7710
|
"paddingLeft": 15,
|
|
@@ -7741,12 +7741,12 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true disab
|
|
|
7741
7741
|
<span
|
|
7742
7742
|
className=""
|
|
7743
7743
|
style={
|
|
7744
|
-
|
|
7744
|
+
{
|
|
7745
7745
|
"MozOsxFontSmoothing": "grayscale",
|
|
7746
7746
|
"WebkitFontSmoothing": "antialiased",
|
|
7747
7747
|
"alignItems": "center",
|
|
7748
7748
|
"display": "inline-block",
|
|
7749
|
-
"fontFamily": "Lato,
|
|
7749
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7750
7750
|
"fontSize": 14,
|
|
7751
7751
|
"fontWeight": "bold",
|
|
7752
7752
|
"lineHeight": "18px",
|
|
@@ -7782,11 +7782,11 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true focus
|
|
|
7782
7782
|
onTouchStart={[Function]}
|
|
7783
7783
|
role="button"
|
|
7784
7784
|
style={
|
|
7785
|
-
|
|
7786
|
-
"::MozFocusInner":
|
|
7785
|
+
{
|
|
7786
|
+
"::MozFocusInner": {
|
|
7787
7787
|
"border": 0,
|
|
7788
7788
|
},
|
|
7789
|
-
":focus":
|
|
7789
|
+
":focus": {
|
|
7790
7790
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
7791
7791
|
},
|
|
7792
7792
|
"alignItems": "center",
|
|
@@ -7820,12 +7820,12 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true focus
|
|
|
7820
7820
|
<span
|
|
7821
7821
|
className=""
|
|
7822
7822
|
style={
|
|
7823
|
-
|
|
7823
|
+
{
|
|
7824
7824
|
"MozOsxFontSmoothing": "grayscale",
|
|
7825
7825
|
"WebkitFontSmoothing": "antialiased",
|
|
7826
7826
|
"alignItems": "center",
|
|
7827
7827
|
"display": "inline-block",
|
|
7828
|
-
"fontFamily": "Lato,
|
|
7828
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7829
7829
|
"fontSize": 14,
|
|
7830
7830
|
"fontWeight": "bold",
|
|
7831
7831
|
"lineHeight": "18px",
|
|
@@ -7861,11 +7861,11 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true hover
|
|
|
7861
7861
|
onTouchStart={[Function]}
|
|
7862
7862
|
role="button"
|
|
7863
7863
|
style={
|
|
7864
|
-
|
|
7865
|
-
"::MozFocusInner":
|
|
7864
|
+
{
|
|
7865
|
+
"::MozFocusInner": {
|
|
7866
7866
|
"border": 0,
|
|
7867
7867
|
},
|
|
7868
|
-
":focus":
|
|
7868
|
+
":focus": {
|
|
7869
7869
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
7870
7870
|
},
|
|
7871
7871
|
"alignItems": "center",
|
|
@@ -7899,12 +7899,12 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true hover
|
|
|
7899
7899
|
<span
|
|
7900
7900
|
className=""
|
|
7901
7901
|
style={
|
|
7902
|
-
|
|
7902
|
+
{
|
|
7903
7903
|
"MozOsxFontSmoothing": "grayscale",
|
|
7904
7904
|
"WebkitFontSmoothing": "antialiased",
|
|
7905
7905
|
"alignItems": "center",
|
|
7906
7906
|
"display": "inline-block",
|
|
7907
|
-
"fontFamily": "Lato,
|
|
7907
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7908
7908
|
"fontSize": 14,
|
|
7909
7909
|
"fontWeight": "bold",
|
|
7910
7910
|
"lineHeight": "18px",
|
|
@@ -7940,11 +7940,11 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true press
|
|
|
7940
7940
|
onTouchStart={[Function]}
|
|
7941
7941
|
role="button"
|
|
7942
7942
|
style={
|
|
7943
|
-
|
|
7944
|
-
"::MozFocusInner":
|
|
7943
|
+
{
|
|
7944
|
+
"::MozFocusInner": {
|
|
7945
7945
|
"border": 0,
|
|
7946
7946
|
},
|
|
7947
|
-
":focus":
|
|
7947
|
+
":focus": {
|
|
7948
7948
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
7949
7949
|
},
|
|
7950
7950
|
"alignItems": "center",
|
|
@@ -7978,12 +7978,12 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true press
|
|
|
7978
7978
|
<span
|
|
7979
7979
|
className=""
|
|
7980
7980
|
style={
|
|
7981
|
-
|
|
7981
|
+
{
|
|
7982
7982
|
"MozOsxFontSmoothing": "grayscale",
|
|
7983
7983
|
"WebkitFontSmoothing": "antialiased",
|
|
7984
7984
|
"alignItems": "center",
|
|
7985
7985
|
"display": "inline-block",
|
|
7986
|
-
"fontFamily": "Lato,
|
|
7986
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7987
7987
|
"fontSize": 14,
|
|
7988
7988
|
"fontWeight": "bold",
|
|
7989
7989
|
"lineHeight": "18px",
|
|
@@ -8019,11 +8019,11 @@ exports[`ButtonCore kind:secondary size:medium spinner:true 1`] = `
|
|
|
8019
8019
|
onTouchStart={[Function]}
|
|
8020
8020
|
role="button"
|
|
8021
8021
|
style={
|
|
8022
|
-
|
|
8023
|
-
"::MozFocusInner":
|
|
8022
|
+
{
|
|
8023
|
+
"::MozFocusInner": {
|
|
8024
8024
|
"border": 0,
|
|
8025
8025
|
},
|
|
8026
|
-
":focus":
|
|
8026
|
+
":focus": {
|
|
8027
8027
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
8028
8028
|
"borderWidth": 2,
|
|
8029
8029
|
"paddingLeft": 15,
|
|
@@ -8060,12 +8060,12 @@ exports[`ButtonCore kind:secondary size:medium spinner:true 1`] = `
|
|
|
8060
8060
|
<span
|
|
8061
8061
|
className=""
|
|
8062
8062
|
style={
|
|
8063
|
-
|
|
8063
|
+
{
|
|
8064
8064
|
"MozOsxFontSmoothing": "grayscale",
|
|
8065
8065
|
"WebkitFontSmoothing": "antialiased",
|
|
8066
8066
|
"alignItems": "center",
|
|
8067
8067
|
"display": "inline-block",
|
|
8068
|
-
"fontFamily": "Lato,
|
|
8068
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8069
8069
|
"fontSize": 16,
|
|
8070
8070
|
"fontWeight": "bold",
|
|
8071
8071
|
"lineHeight": "20px",
|
|
@@ -8082,7 +8082,7 @@ exports[`ButtonCore kind:secondary size:medium spinner:true 1`] = `
|
|
|
8082
8082
|
<div
|
|
8083
8083
|
className=""
|
|
8084
8084
|
style={
|
|
8085
|
-
|
|
8085
|
+
{
|
|
8086
8086
|
"alignItems": "stretch",
|
|
8087
8087
|
"borderStyle": "solid",
|
|
8088
8088
|
"borderWidth": 0,
|
|
@@ -8111,17 +8111,17 @@ exports[`ButtonCore kind:secondary size:medium spinner:true 1`] = `
|
|
|
8111
8111
|
d="M10.598.943c-.093-.449-.362-.748-.732-.875a1.314 1.314 0 0 0-.723-.033C3.83 1.417 0 6.317 0 11.864 0 18.538 5.398 24 12 24c6.598 0 12-5.471 12-12.16a1.333 1.333 0 0 0-.154-.548c-.193-.368-.544-.606-1.023-.606-.472 0-.825.229-1.035.585-.117.2-.169.39-.189.582-.124 5.472-4.294 9.73-9.599 9.73-5.349 0-9.599-4.3-9.599-9.72 0-4.46 3.036-8.299 7.28-9.444.127-.036.291-.107.458-.232.373-.28.57-.711.46-1.244z"
|
|
8112
8112
|
fillRule="nonzero"
|
|
8113
8113
|
style={
|
|
8114
|
-
|
|
8114
|
+
{
|
|
8115
8115
|
"animationDuration": "1.1s",
|
|
8116
8116
|
"animationIterationCount": "infinite",
|
|
8117
|
-
"animationName":
|
|
8118
|
-
"0%":
|
|
8117
|
+
"animationName": {
|
|
8118
|
+
"0%": {
|
|
8119
8119
|
"transform": "rotate(0deg)",
|
|
8120
8120
|
},
|
|
8121
|
-
"100%":
|
|
8121
|
+
"100%": {
|
|
8122
8122
|
"transform": "rotate(360deg)",
|
|
8123
8123
|
},
|
|
8124
|
-
"50%":
|
|
8124
|
+
"50%": {
|
|
8125
8125
|
"transform": "rotate(180deg)",
|
|
8126
8126
|
},
|
|
8127
8127
|
},
|
|
@@ -8156,11 +8156,11 @@ exports[`ButtonCore kind:secondary size:small spinner:true 1`] = `
|
|
|
8156
8156
|
onTouchStart={[Function]}
|
|
8157
8157
|
role="button"
|
|
8158
8158
|
style={
|
|
8159
|
-
|
|
8160
|
-
"::MozFocusInner":
|
|
8159
|
+
{
|
|
8160
|
+
"::MozFocusInner": {
|
|
8161
8161
|
"border": 0,
|
|
8162
8162
|
},
|
|
8163
|
-
":focus":
|
|
8163
|
+
":focus": {
|
|
8164
8164
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
8165
8165
|
"borderWidth": 2,
|
|
8166
8166
|
"paddingLeft": 15,
|
|
@@ -8197,12 +8197,12 @@ exports[`ButtonCore kind:secondary size:small spinner:true 1`] = `
|
|
|
8197
8197
|
<span
|
|
8198
8198
|
className=""
|
|
8199
8199
|
style={
|
|
8200
|
-
|
|
8200
|
+
{
|
|
8201
8201
|
"MozOsxFontSmoothing": "grayscale",
|
|
8202
8202
|
"WebkitFontSmoothing": "antialiased",
|
|
8203
8203
|
"alignItems": "center",
|
|
8204
8204
|
"display": "inline-block",
|
|
8205
|
-
"fontFamily": "Lato,
|
|
8205
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8206
8206
|
"fontSize": 14,
|
|
8207
8207
|
"fontWeight": "bold",
|
|
8208
8208
|
"lineHeight": "18px",
|
|
@@ -8219,7 +8219,7 @@ exports[`ButtonCore kind:secondary size:small spinner:true 1`] = `
|
|
|
8219
8219
|
<div
|
|
8220
8220
|
className=""
|
|
8221
8221
|
style={
|
|
8222
|
-
|
|
8222
|
+
{
|
|
8223
8223
|
"alignItems": "stretch",
|
|
8224
8224
|
"borderStyle": "solid",
|
|
8225
8225
|
"borderWidth": 0,
|
|
@@ -8248,17 +8248,17 @@ exports[`ButtonCore kind:secondary size:small spinner:true 1`] = `
|
|
|
8248
8248
|
d="M7.237.741C7.165.393 6.95.154 6.656.053A1.01 1.01 0 0 0 6.18.01c-.053.009-.053.009-.087.017C2.553.949 0 4.214 0 7.91 0 12.36 3.598 16 8 16c4.4 0 8-3.647 8-8.112a1.02 1.02 0 0 0-.118-.423.877.877 0 0 0-.808-.48.909.909 0 0 0-.81.46c-.09.151-.13.296-.146.455-.08 3.493-2.737 6.207-6.118 6.207-3.41 0-6.118-2.74-6.118-6.196 0-2.843 1.936-5.291 4.644-6.022.1-.028.224-.082.352-.177a.928.928 0 0 0 .36-.97z"
|
|
8249
8249
|
fillRule="nonzero"
|
|
8250
8250
|
style={
|
|
8251
|
-
|
|
8251
|
+
{
|
|
8252
8252
|
"animationDuration": "1.1s",
|
|
8253
8253
|
"animationIterationCount": "infinite",
|
|
8254
|
-
"animationName":
|
|
8255
|
-
"0%":
|
|
8254
|
+
"animationName": {
|
|
8255
|
+
"0%": {
|
|
8256
8256
|
"transform": "rotate(0deg)",
|
|
8257
8257
|
},
|
|
8258
|
-
"100%":
|
|
8258
|
+
"100%": {
|
|
8259
8259
|
"transform": "rotate(360deg)",
|
|
8260
8260
|
},
|
|
8261
|
-
"50%":
|
|
8261
|
+
"50%": {
|
|
8262
8262
|
"transform": "rotate(180deg)",
|
|
8263
8263
|
},
|
|
8264
8264
|
},
|
|
@@ -8293,11 +8293,11 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false disabled
|
|
|
8293
8293
|
onTouchStart={[Function]}
|
|
8294
8294
|
role="button"
|
|
8295
8295
|
style={
|
|
8296
|
-
|
|
8297
|
-
"::MozFocusInner":
|
|
8296
|
+
{
|
|
8297
|
+
"::MozFocusInner": {
|
|
8298
8298
|
"border": 0,
|
|
8299
8299
|
},
|
|
8300
|
-
":focus":
|
|
8300
|
+
":focus": {
|
|
8301
8301
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
8302
8302
|
},
|
|
8303
8303
|
"alignItems": "center",
|
|
@@ -8328,12 +8328,12 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false disabled
|
|
|
8328
8328
|
<span
|
|
8329
8329
|
className=""
|
|
8330
8330
|
style={
|
|
8331
|
-
|
|
8331
|
+
{
|
|
8332
8332
|
"MozOsxFontSmoothing": "grayscale",
|
|
8333
8333
|
"WebkitFontSmoothing": "antialiased",
|
|
8334
8334
|
"alignItems": "center",
|
|
8335
8335
|
"display": "inline-block",
|
|
8336
|
-
"fontFamily": "Lato,
|
|
8336
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8337
8337
|
"fontSize": 18,
|
|
8338
8338
|
"fontWeight": "bold",
|
|
8339
8339
|
"lineHeight": "20px",
|
|
@@ -8370,11 +8370,11 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false focused 1
|
|
|
8370
8370
|
onTouchStart={[Function]}
|
|
8371
8371
|
role="button"
|
|
8372
8372
|
style={
|
|
8373
|
-
|
|
8374
|
-
"::MozFocusInner":
|
|
8373
|
+
{
|
|
8374
|
+
"::MozFocusInner": {
|
|
8375
8375
|
"border": 0,
|
|
8376
8376
|
},
|
|
8377
|
-
":focus":
|
|
8377
|
+
":focus": {
|
|
8378
8378
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
8379
8379
|
},
|
|
8380
8380
|
"alignItems": "center",
|
|
@@ -8405,8 +8405,8 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false focused 1
|
|
|
8405
8405
|
<span
|
|
8406
8406
|
className=""
|
|
8407
8407
|
style={
|
|
8408
|
-
|
|
8409
|
-
":after":
|
|
8408
|
+
{
|
|
8409
|
+
":after": {
|
|
8410
8410
|
"background": "#1865f2",
|
|
8411
8411
|
"borderRadius": 2,
|
|
8412
8412
|
"bottom": 0,
|
|
@@ -8420,7 +8420,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false focused 1
|
|
|
8420
8420
|
"WebkitFontSmoothing": "antialiased",
|
|
8421
8421
|
"alignItems": "center",
|
|
8422
8422
|
"display": "inline-block",
|
|
8423
|
-
"fontFamily": "Lato,
|
|
8423
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8424
8424
|
"fontSize": 18,
|
|
8425
8425
|
"fontWeight": "bold",
|
|
8426
8426
|
"lineHeight": "20px",
|
|
@@ -8457,11 +8457,11 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false hovered 1
|
|
|
8457
8457
|
onTouchStart={[Function]}
|
|
8458
8458
|
role="button"
|
|
8459
8459
|
style={
|
|
8460
|
-
|
|
8461
|
-
"::MozFocusInner":
|
|
8460
|
+
{
|
|
8461
|
+
"::MozFocusInner": {
|
|
8462
8462
|
"border": 0,
|
|
8463
8463
|
},
|
|
8464
|
-
":focus":
|
|
8464
|
+
":focus": {
|
|
8465
8465
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
8466
8466
|
},
|
|
8467
8467
|
"alignItems": "center",
|
|
@@ -8492,8 +8492,8 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false hovered 1
|
|
|
8492
8492
|
<span
|
|
8493
8493
|
className=""
|
|
8494
8494
|
style={
|
|
8495
|
-
|
|
8496
|
-
":after":
|
|
8495
|
+
{
|
|
8496
|
+
":after": {
|
|
8497
8497
|
"background": "#1865f2",
|
|
8498
8498
|
"borderRadius": 2,
|
|
8499
8499
|
"bottom": 0,
|
|
@@ -8507,7 +8507,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false hovered 1
|
|
|
8507
8507
|
"WebkitFontSmoothing": "antialiased",
|
|
8508
8508
|
"alignItems": "center",
|
|
8509
8509
|
"display": "inline-block",
|
|
8510
|
-
"fontFamily": "Lato,
|
|
8510
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8511
8511
|
"fontSize": 18,
|
|
8512
8512
|
"fontWeight": "bold",
|
|
8513
8513
|
"lineHeight": "20px",
|
|
@@ -8544,11 +8544,11 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false pressed 1
|
|
|
8544
8544
|
onTouchStart={[Function]}
|
|
8545
8545
|
role="button"
|
|
8546
8546
|
style={
|
|
8547
|
-
|
|
8548
|
-
"::MozFocusInner":
|
|
8547
|
+
{
|
|
8548
|
+
"::MozFocusInner": {
|
|
8549
8549
|
"border": 0,
|
|
8550
8550
|
},
|
|
8551
|
-
":focus":
|
|
8551
|
+
":focus": {
|
|
8552
8552
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
8553
8553
|
},
|
|
8554
8554
|
"alignItems": "center",
|
|
@@ -8579,8 +8579,8 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false pressed 1
|
|
|
8579
8579
|
<span
|
|
8580
8580
|
className=""
|
|
8581
8581
|
style={
|
|
8582
|
-
|
|
8583
|
-
":after":
|
|
8582
|
+
{
|
|
8583
|
+
":after": {
|
|
8584
8584
|
"background": "#1b50b3",
|
|
8585
8585
|
"borderRadius": 2,
|
|
8586
8586
|
"bottom": "calc(50% - 11px)",
|
|
@@ -8595,7 +8595,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false pressed 1
|
|
|
8595
8595
|
"alignItems": "center",
|
|
8596
8596
|
"color": "#1b50b3",
|
|
8597
8597
|
"display": "inline-block",
|
|
8598
|
-
"fontFamily": "Lato,
|
|
8598
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8599
8599
|
"fontSize": 18,
|
|
8600
8600
|
"fontWeight": "bold",
|
|
8601
8601
|
"lineHeight": "20px",
|
|
@@ -8632,11 +8632,11 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true disabled 1
|
|
|
8632
8632
|
onTouchStart={[Function]}
|
|
8633
8633
|
role="button"
|
|
8634
8634
|
style={
|
|
8635
|
-
|
|
8636
|
-
"::MozFocusInner":
|
|
8635
|
+
{
|
|
8636
|
+
"::MozFocusInner": {
|
|
8637
8637
|
"border": 0,
|
|
8638
8638
|
},
|
|
8639
|
-
":focus":
|
|
8639
|
+
":focus": {
|
|
8640
8640
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
8641
8641
|
},
|
|
8642
8642
|
"alignItems": "center",
|
|
@@ -8667,12 +8667,12 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true disabled 1
|
|
|
8667
8667
|
<span
|
|
8668
8668
|
className=""
|
|
8669
8669
|
style={
|
|
8670
|
-
|
|
8670
|
+
{
|
|
8671
8671
|
"MozOsxFontSmoothing": "grayscale",
|
|
8672
8672
|
"WebkitFontSmoothing": "antialiased",
|
|
8673
8673
|
"alignItems": "center",
|
|
8674
8674
|
"display": "inline-block",
|
|
8675
|
-
"fontFamily": "Lato,
|
|
8675
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8676
8676
|
"fontSize": 18,
|
|
8677
8677
|
"fontWeight": "bold",
|
|
8678
8678
|
"lineHeight": "20px",
|
|
@@ -8709,11 +8709,11 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true focused 1`
|
|
|
8709
8709
|
onTouchStart={[Function]}
|
|
8710
8710
|
role="button"
|
|
8711
8711
|
style={
|
|
8712
|
-
|
|
8713
|
-
"::MozFocusInner":
|
|
8712
|
+
{
|
|
8713
|
+
"::MozFocusInner": {
|
|
8714
8714
|
"border": 0,
|
|
8715
8715
|
},
|
|
8716
|
-
":focus":
|
|
8716
|
+
":focus": {
|
|
8717
8717
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
8718
8718
|
},
|
|
8719
8719
|
"alignItems": "center",
|
|
@@ -8744,8 +8744,8 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true focused 1`
|
|
|
8744
8744
|
<span
|
|
8745
8745
|
className=""
|
|
8746
8746
|
style={
|
|
8747
|
-
|
|
8748
|
-
":after":
|
|
8747
|
+
{
|
|
8748
|
+
":after": {
|
|
8749
8749
|
"background": "#ffffff",
|
|
8750
8750
|
"borderRadius": 2,
|
|
8751
8751
|
"bottom": 0,
|
|
@@ -8759,7 +8759,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true focused 1`
|
|
|
8759
8759
|
"WebkitFontSmoothing": "antialiased",
|
|
8760
8760
|
"alignItems": "center",
|
|
8761
8761
|
"display": "inline-block",
|
|
8762
|
-
"fontFamily": "Lato,
|
|
8762
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8763
8763
|
"fontSize": 18,
|
|
8764
8764
|
"fontWeight": "bold",
|
|
8765
8765
|
"lineHeight": "20px",
|
|
@@ -8796,11 +8796,11 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true hovered 1`
|
|
|
8796
8796
|
onTouchStart={[Function]}
|
|
8797
8797
|
role="button"
|
|
8798
8798
|
style={
|
|
8799
|
-
|
|
8800
|
-
"::MozFocusInner":
|
|
8799
|
+
{
|
|
8800
|
+
"::MozFocusInner": {
|
|
8801
8801
|
"border": 0,
|
|
8802
8802
|
},
|
|
8803
|
-
":focus":
|
|
8803
|
+
":focus": {
|
|
8804
8804
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
8805
8805
|
},
|
|
8806
8806
|
"alignItems": "center",
|
|
@@ -8831,8 +8831,8 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true hovered 1`
|
|
|
8831
8831
|
<span
|
|
8832
8832
|
className=""
|
|
8833
8833
|
style={
|
|
8834
|
-
|
|
8835
|
-
":after":
|
|
8834
|
+
{
|
|
8835
|
+
":after": {
|
|
8836
8836
|
"background": "#ffffff",
|
|
8837
8837
|
"borderRadius": 2,
|
|
8838
8838
|
"bottom": 0,
|
|
@@ -8846,7 +8846,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true hovered 1`
|
|
|
8846
8846
|
"WebkitFontSmoothing": "antialiased",
|
|
8847
8847
|
"alignItems": "center",
|
|
8848
8848
|
"display": "inline-block",
|
|
8849
|
-
"fontFamily": "Lato,
|
|
8849
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8850
8850
|
"fontSize": 18,
|
|
8851
8851
|
"fontWeight": "bold",
|
|
8852
8852
|
"lineHeight": "20px",
|
|
@@ -8883,11 +8883,11 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true pressed 1`
|
|
|
8883
8883
|
onTouchStart={[Function]}
|
|
8884
8884
|
role="button"
|
|
8885
8885
|
style={
|
|
8886
|
-
|
|
8887
|
-
"::MozFocusInner":
|
|
8886
|
+
{
|
|
8887
|
+
"::MozFocusInner": {
|
|
8888
8888
|
"border": 0,
|
|
8889
8889
|
},
|
|
8890
|
-
":focus":
|
|
8890
|
+
":focus": {
|
|
8891
8891
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
8892
8892
|
},
|
|
8893
8893
|
"alignItems": "center",
|
|
@@ -8918,8 +8918,8 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true pressed 1`
|
|
|
8918
8918
|
<span
|
|
8919
8919
|
className=""
|
|
8920
8920
|
style={
|
|
8921
|
-
|
|
8922
|
-
":after":
|
|
8921
|
+
{
|
|
8922
|
+
":after": {
|
|
8923
8923
|
"background": "#b5cefb",
|
|
8924
8924
|
"borderRadius": 2,
|
|
8925
8925
|
"bottom": "calc(50% - 11px)",
|
|
@@ -8934,7 +8934,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true pressed 1`
|
|
|
8934
8934
|
"alignItems": "center",
|
|
8935
8935
|
"color": "#b5cefb",
|
|
8936
8936
|
"display": "inline-block",
|
|
8937
|
-
"fontFamily": "Lato,
|
|
8937
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8938
8938
|
"fontSize": 18,
|
|
8939
8939
|
"fontWeight": "bold",
|
|
8940
8940
|
"lineHeight": "20px",
|
|
@@ -8971,11 +8971,11 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false disabled
|
|
|
8971
8971
|
onTouchStart={[Function]}
|
|
8972
8972
|
role="button"
|
|
8973
8973
|
style={
|
|
8974
|
-
|
|
8975
|
-
"::MozFocusInner":
|
|
8974
|
+
{
|
|
8975
|
+
"::MozFocusInner": {
|
|
8976
8976
|
"border": 0,
|
|
8977
8977
|
},
|
|
8978
|
-
":focus":
|
|
8978
|
+
":focus": {
|
|
8979
8979
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
8980
8980
|
},
|
|
8981
8981
|
"alignItems": "center",
|
|
@@ -9006,12 +9006,12 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false disabled
|
|
|
9006
9006
|
<span
|
|
9007
9007
|
className=""
|
|
9008
9008
|
style={
|
|
9009
|
-
|
|
9009
|
+
{
|
|
9010
9010
|
"MozOsxFontSmoothing": "grayscale",
|
|
9011
9011
|
"WebkitFontSmoothing": "antialiased",
|
|
9012
9012
|
"alignItems": "center",
|
|
9013
9013
|
"display": "inline-block",
|
|
9014
|
-
"fontFamily": "Lato,
|
|
9014
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9015
9015
|
"fontSize": 16,
|
|
9016
9016
|
"fontWeight": "bold",
|
|
9017
9017
|
"lineHeight": "20px",
|
|
@@ -9048,11 +9048,11 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false focused
|
|
|
9048
9048
|
onTouchStart={[Function]}
|
|
9049
9049
|
role="button"
|
|
9050
9050
|
style={
|
|
9051
|
-
|
|
9052
|
-
"::MozFocusInner":
|
|
9051
|
+
{
|
|
9052
|
+
"::MozFocusInner": {
|
|
9053
9053
|
"border": 0,
|
|
9054
9054
|
},
|
|
9055
|
-
":focus":
|
|
9055
|
+
":focus": {
|
|
9056
9056
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9057
9057
|
},
|
|
9058
9058
|
"alignItems": "center",
|
|
@@ -9083,8 +9083,8 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false focused
|
|
|
9083
9083
|
<span
|
|
9084
9084
|
className=""
|
|
9085
9085
|
style={
|
|
9086
|
-
|
|
9087
|
-
":after":
|
|
9086
|
+
{
|
|
9087
|
+
":after": {
|
|
9088
9088
|
"background": "#1865f2",
|
|
9089
9089
|
"borderRadius": 2,
|
|
9090
9090
|
"bottom": 0,
|
|
@@ -9098,7 +9098,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false focused
|
|
|
9098
9098
|
"WebkitFontSmoothing": "antialiased",
|
|
9099
9099
|
"alignItems": "center",
|
|
9100
9100
|
"display": "inline-block",
|
|
9101
|
-
"fontFamily": "Lato,
|
|
9101
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9102
9102
|
"fontSize": 16,
|
|
9103
9103
|
"fontWeight": "bold",
|
|
9104
9104
|
"lineHeight": "20px",
|
|
@@ -9135,11 +9135,11 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false hovered
|
|
|
9135
9135
|
onTouchStart={[Function]}
|
|
9136
9136
|
role="button"
|
|
9137
9137
|
style={
|
|
9138
|
-
|
|
9139
|
-
"::MozFocusInner":
|
|
9138
|
+
{
|
|
9139
|
+
"::MozFocusInner": {
|
|
9140
9140
|
"border": 0,
|
|
9141
9141
|
},
|
|
9142
|
-
":focus":
|
|
9142
|
+
":focus": {
|
|
9143
9143
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9144
9144
|
},
|
|
9145
9145
|
"alignItems": "center",
|
|
@@ -9170,8 +9170,8 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false hovered
|
|
|
9170
9170
|
<span
|
|
9171
9171
|
className=""
|
|
9172
9172
|
style={
|
|
9173
|
-
|
|
9174
|
-
":after":
|
|
9173
|
+
{
|
|
9174
|
+
":after": {
|
|
9175
9175
|
"background": "#1865f2",
|
|
9176
9176
|
"borderRadius": 2,
|
|
9177
9177
|
"bottom": 0,
|
|
@@ -9185,7 +9185,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false hovered
|
|
|
9185
9185
|
"WebkitFontSmoothing": "antialiased",
|
|
9186
9186
|
"alignItems": "center",
|
|
9187
9187
|
"display": "inline-block",
|
|
9188
|
-
"fontFamily": "Lato,
|
|
9188
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9189
9189
|
"fontSize": 16,
|
|
9190
9190
|
"fontWeight": "bold",
|
|
9191
9191
|
"lineHeight": "20px",
|
|
@@ -9222,11 +9222,11 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false pressed
|
|
|
9222
9222
|
onTouchStart={[Function]}
|
|
9223
9223
|
role="button"
|
|
9224
9224
|
style={
|
|
9225
|
-
|
|
9226
|
-
"::MozFocusInner":
|
|
9225
|
+
{
|
|
9226
|
+
"::MozFocusInner": {
|
|
9227
9227
|
"border": 0,
|
|
9228
9228
|
},
|
|
9229
|
-
":focus":
|
|
9229
|
+
":focus": {
|
|
9230
9230
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9231
9231
|
},
|
|
9232
9232
|
"alignItems": "center",
|
|
@@ -9257,8 +9257,8 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false pressed
|
|
|
9257
9257
|
<span
|
|
9258
9258
|
className=""
|
|
9259
9259
|
style={
|
|
9260
|
-
|
|
9261
|
-
":after":
|
|
9260
|
+
{
|
|
9261
|
+
":after": {
|
|
9262
9262
|
"background": "#1b50b3",
|
|
9263
9263
|
"borderRadius": 2,
|
|
9264
9264
|
"bottom": "calc(50% - 11px)",
|
|
@@ -9273,7 +9273,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false pressed
|
|
|
9273
9273
|
"alignItems": "center",
|
|
9274
9274
|
"color": "#1b50b3",
|
|
9275
9275
|
"display": "inline-block",
|
|
9276
|
-
"fontFamily": "Lato,
|
|
9276
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9277
9277
|
"fontSize": 16,
|
|
9278
9278
|
"fontWeight": "bold",
|
|
9279
9279
|
"lineHeight": "20px",
|
|
@@ -9310,11 +9310,11 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true disabled
|
|
|
9310
9310
|
onTouchStart={[Function]}
|
|
9311
9311
|
role="button"
|
|
9312
9312
|
style={
|
|
9313
|
-
|
|
9314
|
-
"::MozFocusInner":
|
|
9313
|
+
{
|
|
9314
|
+
"::MozFocusInner": {
|
|
9315
9315
|
"border": 0,
|
|
9316
9316
|
},
|
|
9317
|
-
":focus":
|
|
9317
|
+
":focus": {
|
|
9318
9318
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9319
9319
|
},
|
|
9320
9320
|
"alignItems": "center",
|
|
@@ -9345,12 +9345,12 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true disabled
|
|
|
9345
9345
|
<span
|
|
9346
9346
|
className=""
|
|
9347
9347
|
style={
|
|
9348
|
-
|
|
9348
|
+
{
|
|
9349
9349
|
"MozOsxFontSmoothing": "grayscale",
|
|
9350
9350
|
"WebkitFontSmoothing": "antialiased",
|
|
9351
9351
|
"alignItems": "center",
|
|
9352
9352
|
"display": "inline-block",
|
|
9353
|
-
"fontFamily": "Lato,
|
|
9353
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9354
9354
|
"fontSize": 16,
|
|
9355
9355
|
"fontWeight": "bold",
|
|
9356
9356
|
"lineHeight": "20px",
|
|
@@ -9387,11 +9387,11 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true focused 1
|
|
|
9387
9387
|
onTouchStart={[Function]}
|
|
9388
9388
|
role="button"
|
|
9389
9389
|
style={
|
|
9390
|
-
|
|
9391
|
-
"::MozFocusInner":
|
|
9390
|
+
{
|
|
9391
|
+
"::MozFocusInner": {
|
|
9392
9392
|
"border": 0,
|
|
9393
9393
|
},
|
|
9394
|
-
":focus":
|
|
9394
|
+
":focus": {
|
|
9395
9395
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9396
9396
|
},
|
|
9397
9397
|
"alignItems": "center",
|
|
@@ -9422,8 +9422,8 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true focused 1
|
|
|
9422
9422
|
<span
|
|
9423
9423
|
className=""
|
|
9424
9424
|
style={
|
|
9425
|
-
|
|
9426
|
-
":after":
|
|
9425
|
+
{
|
|
9426
|
+
":after": {
|
|
9427
9427
|
"background": "#ffffff",
|
|
9428
9428
|
"borderRadius": 2,
|
|
9429
9429
|
"bottom": 0,
|
|
@@ -9437,7 +9437,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true focused 1
|
|
|
9437
9437
|
"WebkitFontSmoothing": "antialiased",
|
|
9438
9438
|
"alignItems": "center",
|
|
9439
9439
|
"display": "inline-block",
|
|
9440
|
-
"fontFamily": "Lato,
|
|
9440
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9441
9441
|
"fontSize": 16,
|
|
9442
9442
|
"fontWeight": "bold",
|
|
9443
9443
|
"lineHeight": "20px",
|
|
@@ -9474,11 +9474,11 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true hovered 1
|
|
|
9474
9474
|
onTouchStart={[Function]}
|
|
9475
9475
|
role="button"
|
|
9476
9476
|
style={
|
|
9477
|
-
|
|
9478
|
-
"::MozFocusInner":
|
|
9477
|
+
{
|
|
9478
|
+
"::MozFocusInner": {
|
|
9479
9479
|
"border": 0,
|
|
9480
9480
|
},
|
|
9481
|
-
":focus":
|
|
9481
|
+
":focus": {
|
|
9482
9482
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9483
9483
|
},
|
|
9484
9484
|
"alignItems": "center",
|
|
@@ -9509,8 +9509,8 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true hovered 1
|
|
|
9509
9509
|
<span
|
|
9510
9510
|
className=""
|
|
9511
9511
|
style={
|
|
9512
|
-
|
|
9513
|
-
":after":
|
|
9512
|
+
{
|
|
9513
|
+
":after": {
|
|
9514
9514
|
"background": "#ffffff",
|
|
9515
9515
|
"borderRadius": 2,
|
|
9516
9516
|
"bottom": 0,
|
|
@@ -9524,7 +9524,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true hovered 1
|
|
|
9524
9524
|
"WebkitFontSmoothing": "antialiased",
|
|
9525
9525
|
"alignItems": "center",
|
|
9526
9526
|
"display": "inline-block",
|
|
9527
|
-
"fontFamily": "Lato,
|
|
9527
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9528
9528
|
"fontSize": 16,
|
|
9529
9529
|
"fontWeight": "bold",
|
|
9530
9530
|
"lineHeight": "20px",
|
|
@@ -9561,11 +9561,11 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true pressed 1
|
|
|
9561
9561
|
onTouchStart={[Function]}
|
|
9562
9562
|
role="button"
|
|
9563
9563
|
style={
|
|
9564
|
-
|
|
9565
|
-
"::MozFocusInner":
|
|
9564
|
+
{
|
|
9565
|
+
"::MozFocusInner": {
|
|
9566
9566
|
"border": 0,
|
|
9567
9567
|
},
|
|
9568
|
-
":focus":
|
|
9568
|
+
":focus": {
|
|
9569
9569
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9570
9570
|
},
|
|
9571
9571
|
"alignItems": "center",
|
|
@@ -9596,8 +9596,8 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true pressed 1
|
|
|
9596
9596
|
<span
|
|
9597
9597
|
className=""
|
|
9598
9598
|
style={
|
|
9599
|
-
|
|
9600
|
-
":after":
|
|
9599
|
+
{
|
|
9600
|
+
":after": {
|
|
9601
9601
|
"background": "#b5cefb",
|
|
9602
9602
|
"borderRadius": 2,
|
|
9603
9603
|
"bottom": "calc(50% - 11px)",
|
|
@@ -9612,7 +9612,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true pressed 1
|
|
|
9612
9612
|
"alignItems": "center",
|
|
9613
9613
|
"color": "#b5cefb",
|
|
9614
9614
|
"display": "inline-block",
|
|
9615
|
-
"fontFamily": "Lato,
|
|
9615
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9616
9616
|
"fontSize": 16,
|
|
9617
9617
|
"fontWeight": "bold",
|
|
9618
9618
|
"lineHeight": "20px",
|
|
@@ -9649,11 +9649,11 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false disabled
|
|
|
9649
9649
|
onTouchStart={[Function]}
|
|
9650
9650
|
role="button"
|
|
9651
9651
|
style={
|
|
9652
|
-
|
|
9653
|
-
"::MozFocusInner":
|
|
9652
|
+
{
|
|
9653
|
+
"::MozFocusInner": {
|
|
9654
9654
|
"border": 0,
|
|
9655
9655
|
},
|
|
9656
|
-
":focus":
|
|
9656
|
+
":focus": {
|
|
9657
9657
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9658
9658
|
},
|
|
9659
9659
|
"alignItems": "center",
|
|
@@ -9684,12 +9684,12 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false disabled
|
|
|
9684
9684
|
<span
|
|
9685
9685
|
className=""
|
|
9686
9686
|
style={
|
|
9687
|
-
|
|
9687
|
+
{
|
|
9688
9688
|
"MozOsxFontSmoothing": "grayscale",
|
|
9689
9689
|
"WebkitFontSmoothing": "antialiased",
|
|
9690
9690
|
"alignItems": "center",
|
|
9691
9691
|
"display": "inline-block",
|
|
9692
|
-
"fontFamily": "Lato,
|
|
9692
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9693
9693
|
"fontSize": 14,
|
|
9694
9694
|
"fontWeight": "bold",
|
|
9695
9695
|
"lineHeight": "18px",
|
|
@@ -9726,11 +9726,11 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false focused 1
|
|
|
9726
9726
|
onTouchStart={[Function]}
|
|
9727
9727
|
role="button"
|
|
9728
9728
|
style={
|
|
9729
|
-
|
|
9730
|
-
"::MozFocusInner":
|
|
9729
|
+
{
|
|
9730
|
+
"::MozFocusInner": {
|
|
9731
9731
|
"border": 0,
|
|
9732
9732
|
},
|
|
9733
|
-
":focus":
|
|
9733
|
+
":focus": {
|
|
9734
9734
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9735
9735
|
},
|
|
9736
9736
|
"alignItems": "center",
|
|
@@ -9761,8 +9761,8 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false focused 1
|
|
|
9761
9761
|
<span
|
|
9762
9762
|
className=""
|
|
9763
9763
|
style={
|
|
9764
|
-
|
|
9765
|
-
":after":
|
|
9764
|
+
{
|
|
9765
|
+
":after": {
|
|
9766
9766
|
"background": "#1865f2",
|
|
9767
9767
|
"borderRadius": 2,
|
|
9768
9768
|
"bottom": 0,
|
|
@@ -9776,7 +9776,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false focused 1
|
|
|
9776
9776
|
"WebkitFontSmoothing": "antialiased",
|
|
9777
9777
|
"alignItems": "center",
|
|
9778
9778
|
"display": "inline-block",
|
|
9779
|
-
"fontFamily": "Lato,
|
|
9779
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9780
9780
|
"fontSize": 14,
|
|
9781
9781
|
"fontWeight": "bold",
|
|
9782
9782
|
"lineHeight": "18px",
|
|
@@ -9813,11 +9813,11 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false hovered 1
|
|
|
9813
9813
|
onTouchStart={[Function]}
|
|
9814
9814
|
role="button"
|
|
9815
9815
|
style={
|
|
9816
|
-
|
|
9817
|
-
"::MozFocusInner":
|
|
9816
|
+
{
|
|
9817
|
+
"::MozFocusInner": {
|
|
9818
9818
|
"border": 0,
|
|
9819
9819
|
},
|
|
9820
|
-
":focus":
|
|
9820
|
+
":focus": {
|
|
9821
9821
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9822
9822
|
},
|
|
9823
9823
|
"alignItems": "center",
|
|
@@ -9848,8 +9848,8 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false hovered 1
|
|
|
9848
9848
|
<span
|
|
9849
9849
|
className=""
|
|
9850
9850
|
style={
|
|
9851
|
-
|
|
9852
|
-
":after":
|
|
9851
|
+
{
|
|
9852
|
+
":after": {
|
|
9853
9853
|
"background": "#1865f2",
|
|
9854
9854
|
"borderRadius": 2,
|
|
9855
9855
|
"bottom": 0,
|
|
@@ -9863,7 +9863,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false hovered 1
|
|
|
9863
9863
|
"WebkitFontSmoothing": "antialiased",
|
|
9864
9864
|
"alignItems": "center",
|
|
9865
9865
|
"display": "inline-block",
|
|
9866
|
-
"fontFamily": "Lato,
|
|
9866
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9867
9867
|
"fontSize": 14,
|
|
9868
9868
|
"fontWeight": "bold",
|
|
9869
9869
|
"lineHeight": "18px",
|
|
@@ -9900,11 +9900,11 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false pressed 1
|
|
|
9900
9900
|
onTouchStart={[Function]}
|
|
9901
9901
|
role="button"
|
|
9902
9902
|
style={
|
|
9903
|
-
|
|
9904
|
-
"::MozFocusInner":
|
|
9903
|
+
{
|
|
9904
|
+
"::MozFocusInner": {
|
|
9905
9905
|
"border": 0,
|
|
9906
9906
|
},
|
|
9907
|
-
":focus":
|
|
9907
|
+
":focus": {
|
|
9908
9908
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9909
9909
|
},
|
|
9910
9910
|
"alignItems": "center",
|
|
@@ -9935,8 +9935,8 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false pressed 1
|
|
|
9935
9935
|
<span
|
|
9936
9936
|
className=""
|
|
9937
9937
|
style={
|
|
9938
|
-
|
|
9939
|
-
":after":
|
|
9938
|
+
{
|
|
9939
|
+
":after": {
|
|
9940
9940
|
"background": "#1b50b3",
|
|
9941
9941
|
"borderRadius": 2,
|
|
9942
9942
|
"bottom": "calc(50% - 11px)",
|
|
@@ -9951,7 +9951,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false pressed 1
|
|
|
9951
9951
|
"alignItems": "center",
|
|
9952
9952
|
"color": "#1b50b3",
|
|
9953
9953
|
"display": "inline-block",
|
|
9954
|
-
"fontFamily": "Lato,
|
|
9954
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9955
9955
|
"fontSize": 14,
|
|
9956
9956
|
"fontWeight": "bold",
|
|
9957
9957
|
"lineHeight": "18px",
|
|
@@ -9988,11 +9988,11 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true disabled 1
|
|
|
9988
9988
|
onTouchStart={[Function]}
|
|
9989
9989
|
role="button"
|
|
9990
9990
|
style={
|
|
9991
|
-
|
|
9992
|
-
"::MozFocusInner":
|
|
9991
|
+
{
|
|
9992
|
+
"::MozFocusInner": {
|
|
9993
9993
|
"border": 0,
|
|
9994
9994
|
},
|
|
9995
|
-
":focus":
|
|
9995
|
+
":focus": {
|
|
9996
9996
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
9997
9997
|
},
|
|
9998
9998
|
"alignItems": "center",
|
|
@@ -10023,12 +10023,12 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true disabled 1
|
|
|
10023
10023
|
<span
|
|
10024
10024
|
className=""
|
|
10025
10025
|
style={
|
|
10026
|
-
|
|
10026
|
+
{
|
|
10027
10027
|
"MozOsxFontSmoothing": "grayscale",
|
|
10028
10028
|
"WebkitFontSmoothing": "antialiased",
|
|
10029
10029
|
"alignItems": "center",
|
|
10030
10030
|
"display": "inline-block",
|
|
10031
|
-
"fontFamily": "Lato,
|
|
10031
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10032
10032
|
"fontSize": 14,
|
|
10033
10033
|
"fontWeight": "bold",
|
|
10034
10034
|
"lineHeight": "18px",
|
|
@@ -10065,11 +10065,11 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true focused 1`
|
|
|
10065
10065
|
onTouchStart={[Function]}
|
|
10066
10066
|
role="button"
|
|
10067
10067
|
style={
|
|
10068
|
-
|
|
10069
|
-
"::MozFocusInner":
|
|
10068
|
+
{
|
|
10069
|
+
"::MozFocusInner": {
|
|
10070
10070
|
"border": 0,
|
|
10071
10071
|
},
|
|
10072
|
-
":focus":
|
|
10072
|
+
":focus": {
|
|
10073
10073
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10074
10074
|
},
|
|
10075
10075
|
"alignItems": "center",
|
|
@@ -10100,8 +10100,8 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true focused 1`
|
|
|
10100
10100
|
<span
|
|
10101
10101
|
className=""
|
|
10102
10102
|
style={
|
|
10103
|
-
|
|
10104
|
-
":after":
|
|
10103
|
+
{
|
|
10104
|
+
":after": {
|
|
10105
10105
|
"background": "#ffffff",
|
|
10106
10106
|
"borderRadius": 2,
|
|
10107
10107
|
"bottom": 0,
|
|
@@ -10115,7 +10115,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true focused 1`
|
|
|
10115
10115
|
"WebkitFontSmoothing": "antialiased",
|
|
10116
10116
|
"alignItems": "center",
|
|
10117
10117
|
"display": "inline-block",
|
|
10118
|
-
"fontFamily": "Lato,
|
|
10118
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10119
10119
|
"fontSize": 14,
|
|
10120
10120
|
"fontWeight": "bold",
|
|
10121
10121
|
"lineHeight": "18px",
|
|
@@ -10152,11 +10152,11 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true hovered 1`
|
|
|
10152
10152
|
onTouchStart={[Function]}
|
|
10153
10153
|
role="button"
|
|
10154
10154
|
style={
|
|
10155
|
-
|
|
10156
|
-
"::MozFocusInner":
|
|
10155
|
+
{
|
|
10156
|
+
"::MozFocusInner": {
|
|
10157
10157
|
"border": 0,
|
|
10158
10158
|
},
|
|
10159
|
-
":focus":
|
|
10159
|
+
":focus": {
|
|
10160
10160
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10161
10161
|
},
|
|
10162
10162
|
"alignItems": "center",
|
|
@@ -10187,8 +10187,8 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true hovered 1`
|
|
|
10187
10187
|
<span
|
|
10188
10188
|
className=""
|
|
10189
10189
|
style={
|
|
10190
|
-
|
|
10191
|
-
":after":
|
|
10190
|
+
{
|
|
10191
|
+
":after": {
|
|
10192
10192
|
"background": "#ffffff",
|
|
10193
10193
|
"borderRadius": 2,
|
|
10194
10194
|
"bottom": 0,
|
|
@@ -10202,7 +10202,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true hovered 1`
|
|
|
10202
10202
|
"WebkitFontSmoothing": "antialiased",
|
|
10203
10203
|
"alignItems": "center",
|
|
10204
10204
|
"display": "inline-block",
|
|
10205
|
-
"fontFamily": "Lato,
|
|
10205
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10206
10206
|
"fontSize": 14,
|
|
10207
10207
|
"fontWeight": "bold",
|
|
10208
10208
|
"lineHeight": "18px",
|
|
@@ -10239,11 +10239,11 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true pressed 1`
|
|
|
10239
10239
|
onTouchStart={[Function]}
|
|
10240
10240
|
role="button"
|
|
10241
10241
|
style={
|
|
10242
|
-
|
|
10243
|
-
"::MozFocusInner":
|
|
10242
|
+
{
|
|
10243
|
+
"::MozFocusInner": {
|
|
10244
10244
|
"border": 0,
|
|
10245
10245
|
},
|
|
10246
|
-
":focus":
|
|
10246
|
+
":focus": {
|
|
10247
10247
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10248
10248
|
},
|
|
10249
10249
|
"alignItems": "center",
|
|
@@ -10274,8 +10274,8 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true pressed 1`
|
|
|
10274
10274
|
<span
|
|
10275
10275
|
className=""
|
|
10276
10276
|
style={
|
|
10277
|
-
|
|
10278
|
-
":after":
|
|
10277
|
+
{
|
|
10278
|
+
":after": {
|
|
10279
10279
|
"background": "#b5cefb",
|
|
10280
10280
|
"borderRadius": 2,
|
|
10281
10281
|
"bottom": "calc(50% - 11px)",
|
|
@@ -10290,7 +10290,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true pressed 1`
|
|
|
10290
10290
|
"alignItems": "center",
|
|
10291
10291
|
"color": "#b5cefb",
|
|
10292
10292
|
"display": "inline-block",
|
|
10293
|
-
"fontFamily": "Lato,
|
|
10293
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10294
10294
|
"fontSize": 14,
|
|
10295
10295
|
"fontWeight": "bold",
|
|
10296
10296
|
"lineHeight": "18px",
|
|
@@ -10327,11 +10327,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false disab
|
|
|
10327
10327
|
onTouchStart={[Function]}
|
|
10328
10328
|
role="button"
|
|
10329
10329
|
style={
|
|
10330
|
-
|
|
10331
|
-
"::MozFocusInner":
|
|
10330
|
+
{
|
|
10331
|
+
"::MozFocusInner": {
|
|
10332
10332
|
"border": 0,
|
|
10333
10333
|
},
|
|
10334
|
-
":focus":
|
|
10334
|
+
":focus": {
|
|
10335
10335
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10336
10336
|
},
|
|
10337
10337
|
"alignItems": "center",
|
|
@@ -10362,12 +10362,12 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false disab
|
|
|
10362
10362
|
<span
|
|
10363
10363
|
className=""
|
|
10364
10364
|
style={
|
|
10365
|
-
|
|
10365
|
+
{
|
|
10366
10366
|
"MozOsxFontSmoothing": "grayscale",
|
|
10367
10367
|
"WebkitFontSmoothing": "antialiased",
|
|
10368
10368
|
"alignItems": "center",
|
|
10369
10369
|
"display": "inline-block",
|
|
10370
|
-
"fontFamily": "Lato,
|
|
10370
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10371
10371
|
"fontSize": 18,
|
|
10372
10372
|
"fontWeight": "bold",
|
|
10373
10373
|
"lineHeight": "20px",
|
|
@@ -10404,11 +10404,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false focus
|
|
|
10404
10404
|
onTouchStart={[Function]}
|
|
10405
10405
|
role="button"
|
|
10406
10406
|
style={
|
|
10407
|
-
|
|
10408
|
-
"::MozFocusInner":
|
|
10407
|
+
{
|
|
10408
|
+
"::MozFocusInner": {
|
|
10409
10409
|
"border": 0,
|
|
10410
10410
|
},
|
|
10411
|
-
":focus":
|
|
10411
|
+
":focus": {
|
|
10412
10412
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10413
10413
|
},
|
|
10414
10414
|
"alignItems": "center",
|
|
@@ -10439,8 +10439,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false focus
|
|
|
10439
10439
|
<span
|
|
10440
10440
|
className=""
|
|
10441
10441
|
style={
|
|
10442
|
-
|
|
10443
|
-
":after":
|
|
10442
|
+
{
|
|
10443
|
+
":after": {
|
|
10444
10444
|
"background": "#d92916",
|
|
10445
10445
|
"borderRadius": 2,
|
|
10446
10446
|
"bottom": 0,
|
|
@@ -10454,7 +10454,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false focus
|
|
|
10454
10454
|
"WebkitFontSmoothing": "antialiased",
|
|
10455
10455
|
"alignItems": "center",
|
|
10456
10456
|
"display": "inline-block",
|
|
10457
|
-
"fontFamily": "Lato,
|
|
10457
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10458
10458
|
"fontSize": 18,
|
|
10459
10459
|
"fontWeight": "bold",
|
|
10460
10460
|
"lineHeight": "20px",
|
|
@@ -10491,11 +10491,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false hover
|
|
|
10491
10491
|
onTouchStart={[Function]}
|
|
10492
10492
|
role="button"
|
|
10493
10493
|
style={
|
|
10494
|
-
|
|
10495
|
-
"::MozFocusInner":
|
|
10494
|
+
{
|
|
10495
|
+
"::MozFocusInner": {
|
|
10496
10496
|
"border": 0,
|
|
10497
10497
|
},
|
|
10498
|
-
":focus":
|
|
10498
|
+
":focus": {
|
|
10499
10499
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10500
10500
|
},
|
|
10501
10501
|
"alignItems": "center",
|
|
@@ -10526,8 +10526,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false hover
|
|
|
10526
10526
|
<span
|
|
10527
10527
|
className=""
|
|
10528
10528
|
style={
|
|
10529
|
-
|
|
10530
|
-
":after":
|
|
10529
|
+
{
|
|
10530
|
+
":after": {
|
|
10531
10531
|
"background": "#d92916",
|
|
10532
10532
|
"borderRadius": 2,
|
|
10533
10533
|
"bottom": 0,
|
|
@@ -10541,7 +10541,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false hover
|
|
|
10541
10541
|
"WebkitFontSmoothing": "antialiased",
|
|
10542
10542
|
"alignItems": "center",
|
|
10543
10543
|
"display": "inline-block",
|
|
10544
|
-
"fontFamily": "Lato,
|
|
10544
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10545
10545
|
"fontSize": 18,
|
|
10546
10546
|
"fontWeight": "bold",
|
|
10547
10547
|
"lineHeight": "20px",
|
|
@@ -10578,11 +10578,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false press
|
|
|
10578
10578
|
onTouchStart={[Function]}
|
|
10579
10579
|
role="button"
|
|
10580
10580
|
style={
|
|
10581
|
-
|
|
10582
|
-
"::MozFocusInner":
|
|
10581
|
+
{
|
|
10582
|
+
"::MozFocusInner": {
|
|
10583
10583
|
"border": 0,
|
|
10584
10584
|
},
|
|
10585
|
-
":focus":
|
|
10585
|
+
":focus": {
|
|
10586
10586
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10587
10587
|
},
|
|
10588
10588
|
"alignItems": "center",
|
|
@@ -10613,8 +10613,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false press
|
|
|
10613
10613
|
<span
|
|
10614
10614
|
className=""
|
|
10615
10615
|
style={
|
|
10616
|
-
|
|
10617
|
-
":after":
|
|
10616
|
+
{
|
|
10617
|
+
":after": {
|
|
10618
10618
|
"background": "#9e271d",
|
|
10619
10619
|
"borderRadius": 2,
|
|
10620
10620
|
"bottom": "calc(50% - 11px)",
|
|
@@ -10629,7 +10629,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false press
|
|
|
10629
10629
|
"alignItems": "center",
|
|
10630
10630
|
"color": "#9e271d",
|
|
10631
10631
|
"display": "inline-block",
|
|
10632
|
-
"fontFamily": "Lato,
|
|
10632
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10633
10633
|
"fontSize": 18,
|
|
10634
10634
|
"fontWeight": "bold",
|
|
10635
10635
|
"lineHeight": "20px",
|
|
@@ -10666,11 +10666,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true disabl
|
|
|
10666
10666
|
onTouchStart={[Function]}
|
|
10667
10667
|
role="button"
|
|
10668
10668
|
style={
|
|
10669
|
-
|
|
10670
|
-
"::MozFocusInner":
|
|
10669
|
+
{
|
|
10670
|
+
"::MozFocusInner": {
|
|
10671
10671
|
"border": 0,
|
|
10672
10672
|
},
|
|
10673
|
-
":focus":
|
|
10673
|
+
":focus": {
|
|
10674
10674
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10675
10675
|
},
|
|
10676
10676
|
"alignItems": "center",
|
|
@@ -10701,12 +10701,12 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true disabl
|
|
|
10701
10701
|
<span
|
|
10702
10702
|
className=""
|
|
10703
10703
|
style={
|
|
10704
|
-
|
|
10704
|
+
{
|
|
10705
10705
|
"MozOsxFontSmoothing": "grayscale",
|
|
10706
10706
|
"WebkitFontSmoothing": "antialiased",
|
|
10707
10707
|
"alignItems": "center",
|
|
10708
10708
|
"display": "inline-block",
|
|
10709
|
-
"fontFamily": "Lato,
|
|
10709
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10710
10710
|
"fontSize": 18,
|
|
10711
10711
|
"fontWeight": "bold",
|
|
10712
10712
|
"lineHeight": "20px",
|
|
@@ -10743,11 +10743,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true focuse
|
|
|
10743
10743
|
onTouchStart={[Function]}
|
|
10744
10744
|
role="button"
|
|
10745
10745
|
style={
|
|
10746
|
-
|
|
10747
|
-
"::MozFocusInner":
|
|
10746
|
+
{
|
|
10747
|
+
"::MozFocusInner": {
|
|
10748
10748
|
"border": 0,
|
|
10749
10749
|
},
|
|
10750
|
-
":focus":
|
|
10750
|
+
":focus": {
|
|
10751
10751
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10752
10752
|
},
|
|
10753
10753
|
"alignItems": "center",
|
|
@@ -10778,8 +10778,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true focuse
|
|
|
10778
10778
|
<span
|
|
10779
10779
|
className=""
|
|
10780
10780
|
style={
|
|
10781
|
-
|
|
10782
|
-
":after":
|
|
10781
|
+
{
|
|
10782
|
+
":after": {
|
|
10783
10783
|
"background": "#ffffff",
|
|
10784
10784
|
"borderRadius": 2,
|
|
10785
10785
|
"bottom": 0,
|
|
@@ -10793,7 +10793,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true focuse
|
|
|
10793
10793
|
"WebkitFontSmoothing": "antialiased",
|
|
10794
10794
|
"alignItems": "center",
|
|
10795
10795
|
"display": "inline-block",
|
|
10796
|
-
"fontFamily": "Lato,
|
|
10796
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10797
10797
|
"fontSize": 18,
|
|
10798
10798
|
"fontWeight": "bold",
|
|
10799
10799
|
"lineHeight": "20px",
|
|
@@ -10830,11 +10830,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true hovere
|
|
|
10830
10830
|
onTouchStart={[Function]}
|
|
10831
10831
|
role="button"
|
|
10832
10832
|
style={
|
|
10833
|
-
|
|
10834
|
-
"::MozFocusInner":
|
|
10833
|
+
{
|
|
10834
|
+
"::MozFocusInner": {
|
|
10835
10835
|
"border": 0,
|
|
10836
10836
|
},
|
|
10837
|
-
":focus":
|
|
10837
|
+
":focus": {
|
|
10838
10838
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10839
10839
|
},
|
|
10840
10840
|
"alignItems": "center",
|
|
@@ -10865,8 +10865,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true hovere
|
|
|
10865
10865
|
<span
|
|
10866
10866
|
className=""
|
|
10867
10867
|
style={
|
|
10868
|
-
|
|
10869
|
-
":after":
|
|
10868
|
+
{
|
|
10869
|
+
":after": {
|
|
10870
10870
|
"background": "#ffffff",
|
|
10871
10871
|
"borderRadius": 2,
|
|
10872
10872
|
"bottom": 0,
|
|
@@ -10880,7 +10880,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true hovere
|
|
|
10880
10880
|
"WebkitFontSmoothing": "antialiased",
|
|
10881
10881
|
"alignItems": "center",
|
|
10882
10882
|
"display": "inline-block",
|
|
10883
|
-
"fontFamily": "Lato,
|
|
10883
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10884
10884
|
"fontSize": 18,
|
|
10885
10885
|
"fontWeight": "bold",
|
|
10886
10886
|
"lineHeight": "20px",
|
|
@@ -10917,11 +10917,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true presse
|
|
|
10917
10917
|
onTouchStart={[Function]}
|
|
10918
10918
|
role="button"
|
|
10919
10919
|
style={
|
|
10920
|
-
|
|
10921
|
-
"::MozFocusInner":
|
|
10920
|
+
{
|
|
10921
|
+
"::MozFocusInner": {
|
|
10922
10922
|
"border": 0,
|
|
10923
10923
|
},
|
|
10924
|
-
":focus":
|
|
10924
|
+
":focus": {
|
|
10925
10925
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
10926
10926
|
},
|
|
10927
10927
|
"alignItems": "center",
|
|
@@ -10952,8 +10952,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true presse
|
|
|
10952
10952
|
<span
|
|
10953
10953
|
className=""
|
|
10954
10954
|
style={
|
|
10955
|
-
|
|
10956
|
-
":after":
|
|
10955
|
+
{
|
|
10956
|
+
":after": {
|
|
10957
10957
|
"background": "#f3bbb4",
|
|
10958
10958
|
"borderRadius": 2,
|
|
10959
10959
|
"bottom": "calc(50% - 11px)",
|
|
@@ -10968,7 +10968,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true presse
|
|
|
10968
10968
|
"alignItems": "center",
|
|
10969
10969
|
"color": "#f3bbb4",
|
|
10970
10970
|
"display": "inline-block",
|
|
10971
|
-
"fontFamily": "Lato,
|
|
10971
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10972
10972
|
"fontSize": 18,
|
|
10973
10973
|
"fontWeight": "bold",
|
|
10974
10974
|
"lineHeight": "20px",
|
|
@@ -11005,11 +11005,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false disa
|
|
|
11005
11005
|
onTouchStart={[Function]}
|
|
11006
11006
|
role="button"
|
|
11007
11007
|
style={
|
|
11008
|
-
|
|
11009
|
-
"::MozFocusInner":
|
|
11008
|
+
{
|
|
11009
|
+
"::MozFocusInner": {
|
|
11010
11010
|
"border": 0,
|
|
11011
11011
|
},
|
|
11012
|
-
":focus":
|
|
11012
|
+
":focus": {
|
|
11013
11013
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11014
11014
|
},
|
|
11015
11015
|
"alignItems": "center",
|
|
@@ -11040,12 +11040,12 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false disa
|
|
|
11040
11040
|
<span
|
|
11041
11041
|
className=""
|
|
11042
11042
|
style={
|
|
11043
|
-
|
|
11043
|
+
{
|
|
11044
11044
|
"MozOsxFontSmoothing": "grayscale",
|
|
11045
11045
|
"WebkitFontSmoothing": "antialiased",
|
|
11046
11046
|
"alignItems": "center",
|
|
11047
11047
|
"display": "inline-block",
|
|
11048
|
-
"fontFamily": "Lato,
|
|
11048
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11049
11049
|
"fontSize": 16,
|
|
11050
11050
|
"fontWeight": "bold",
|
|
11051
11051
|
"lineHeight": "20px",
|
|
@@ -11082,11 +11082,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false focu
|
|
|
11082
11082
|
onTouchStart={[Function]}
|
|
11083
11083
|
role="button"
|
|
11084
11084
|
style={
|
|
11085
|
-
|
|
11086
|
-
"::MozFocusInner":
|
|
11085
|
+
{
|
|
11086
|
+
"::MozFocusInner": {
|
|
11087
11087
|
"border": 0,
|
|
11088
11088
|
},
|
|
11089
|
-
":focus":
|
|
11089
|
+
":focus": {
|
|
11090
11090
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11091
11091
|
},
|
|
11092
11092
|
"alignItems": "center",
|
|
@@ -11117,8 +11117,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false focu
|
|
|
11117
11117
|
<span
|
|
11118
11118
|
className=""
|
|
11119
11119
|
style={
|
|
11120
|
-
|
|
11121
|
-
":after":
|
|
11120
|
+
{
|
|
11121
|
+
":after": {
|
|
11122
11122
|
"background": "#d92916",
|
|
11123
11123
|
"borderRadius": 2,
|
|
11124
11124
|
"bottom": 0,
|
|
@@ -11132,7 +11132,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false focu
|
|
|
11132
11132
|
"WebkitFontSmoothing": "antialiased",
|
|
11133
11133
|
"alignItems": "center",
|
|
11134
11134
|
"display": "inline-block",
|
|
11135
|
-
"fontFamily": "Lato,
|
|
11135
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11136
11136
|
"fontSize": 16,
|
|
11137
11137
|
"fontWeight": "bold",
|
|
11138
11138
|
"lineHeight": "20px",
|
|
@@ -11169,11 +11169,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false hove
|
|
|
11169
11169
|
onTouchStart={[Function]}
|
|
11170
11170
|
role="button"
|
|
11171
11171
|
style={
|
|
11172
|
-
|
|
11173
|
-
"::MozFocusInner":
|
|
11172
|
+
{
|
|
11173
|
+
"::MozFocusInner": {
|
|
11174
11174
|
"border": 0,
|
|
11175
11175
|
},
|
|
11176
|
-
":focus":
|
|
11176
|
+
":focus": {
|
|
11177
11177
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11178
11178
|
},
|
|
11179
11179
|
"alignItems": "center",
|
|
@@ -11204,8 +11204,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false hove
|
|
|
11204
11204
|
<span
|
|
11205
11205
|
className=""
|
|
11206
11206
|
style={
|
|
11207
|
-
|
|
11208
|
-
":after":
|
|
11207
|
+
{
|
|
11208
|
+
":after": {
|
|
11209
11209
|
"background": "#d92916",
|
|
11210
11210
|
"borderRadius": 2,
|
|
11211
11211
|
"bottom": 0,
|
|
@@ -11219,7 +11219,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false hove
|
|
|
11219
11219
|
"WebkitFontSmoothing": "antialiased",
|
|
11220
11220
|
"alignItems": "center",
|
|
11221
11221
|
"display": "inline-block",
|
|
11222
|
-
"fontFamily": "Lato,
|
|
11222
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11223
11223
|
"fontSize": 16,
|
|
11224
11224
|
"fontWeight": "bold",
|
|
11225
11225
|
"lineHeight": "20px",
|
|
@@ -11256,11 +11256,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false pres
|
|
|
11256
11256
|
onTouchStart={[Function]}
|
|
11257
11257
|
role="button"
|
|
11258
11258
|
style={
|
|
11259
|
-
|
|
11260
|
-
"::MozFocusInner":
|
|
11259
|
+
{
|
|
11260
|
+
"::MozFocusInner": {
|
|
11261
11261
|
"border": 0,
|
|
11262
11262
|
},
|
|
11263
|
-
":focus":
|
|
11263
|
+
":focus": {
|
|
11264
11264
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11265
11265
|
},
|
|
11266
11266
|
"alignItems": "center",
|
|
@@ -11291,8 +11291,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false pres
|
|
|
11291
11291
|
<span
|
|
11292
11292
|
className=""
|
|
11293
11293
|
style={
|
|
11294
|
-
|
|
11295
|
-
":after":
|
|
11294
|
+
{
|
|
11295
|
+
":after": {
|
|
11296
11296
|
"background": "#9e271d",
|
|
11297
11297
|
"borderRadius": 2,
|
|
11298
11298
|
"bottom": "calc(50% - 11px)",
|
|
@@ -11307,7 +11307,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false pres
|
|
|
11307
11307
|
"alignItems": "center",
|
|
11308
11308
|
"color": "#9e271d",
|
|
11309
11309
|
"display": "inline-block",
|
|
11310
|
-
"fontFamily": "Lato,
|
|
11310
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11311
11311
|
"fontSize": 16,
|
|
11312
11312
|
"fontWeight": "bold",
|
|
11313
11313
|
"lineHeight": "20px",
|
|
@@ -11344,11 +11344,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true disab
|
|
|
11344
11344
|
onTouchStart={[Function]}
|
|
11345
11345
|
role="button"
|
|
11346
11346
|
style={
|
|
11347
|
-
|
|
11348
|
-
"::MozFocusInner":
|
|
11347
|
+
{
|
|
11348
|
+
"::MozFocusInner": {
|
|
11349
11349
|
"border": 0,
|
|
11350
11350
|
},
|
|
11351
|
-
":focus":
|
|
11351
|
+
":focus": {
|
|
11352
11352
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11353
11353
|
},
|
|
11354
11354
|
"alignItems": "center",
|
|
@@ -11379,12 +11379,12 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true disab
|
|
|
11379
11379
|
<span
|
|
11380
11380
|
className=""
|
|
11381
11381
|
style={
|
|
11382
|
-
|
|
11382
|
+
{
|
|
11383
11383
|
"MozOsxFontSmoothing": "grayscale",
|
|
11384
11384
|
"WebkitFontSmoothing": "antialiased",
|
|
11385
11385
|
"alignItems": "center",
|
|
11386
11386
|
"display": "inline-block",
|
|
11387
|
-
"fontFamily": "Lato,
|
|
11387
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11388
11388
|
"fontSize": 16,
|
|
11389
11389
|
"fontWeight": "bold",
|
|
11390
11390
|
"lineHeight": "20px",
|
|
@@ -11421,11 +11421,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true focus
|
|
|
11421
11421
|
onTouchStart={[Function]}
|
|
11422
11422
|
role="button"
|
|
11423
11423
|
style={
|
|
11424
|
-
|
|
11425
|
-
"::MozFocusInner":
|
|
11424
|
+
{
|
|
11425
|
+
"::MozFocusInner": {
|
|
11426
11426
|
"border": 0,
|
|
11427
11427
|
},
|
|
11428
|
-
":focus":
|
|
11428
|
+
":focus": {
|
|
11429
11429
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11430
11430
|
},
|
|
11431
11431
|
"alignItems": "center",
|
|
@@ -11456,8 +11456,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true focus
|
|
|
11456
11456
|
<span
|
|
11457
11457
|
className=""
|
|
11458
11458
|
style={
|
|
11459
|
-
|
|
11460
|
-
":after":
|
|
11459
|
+
{
|
|
11460
|
+
":after": {
|
|
11461
11461
|
"background": "#ffffff",
|
|
11462
11462
|
"borderRadius": 2,
|
|
11463
11463
|
"bottom": 0,
|
|
@@ -11471,7 +11471,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true focus
|
|
|
11471
11471
|
"WebkitFontSmoothing": "antialiased",
|
|
11472
11472
|
"alignItems": "center",
|
|
11473
11473
|
"display": "inline-block",
|
|
11474
|
-
"fontFamily": "Lato,
|
|
11474
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11475
11475
|
"fontSize": 16,
|
|
11476
11476
|
"fontWeight": "bold",
|
|
11477
11477
|
"lineHeight": "20px",
|
|
@@ -11508,11 +11508,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true hover
|
|
|
11508
11508
|
onTouchStart={[Function]}
|
|
11509
11509
|
role="button"
|
|
11510
11510
|
style={
|
|
11511
|
-
|
|
11512
|
-
"::MozFocusInner":
|
|
11511
|
+
{
|
|
11512
|
+
"::MozFocusInner": {
|
|
11513
11513
|
"border": 0,
|
|
11514
11514
|
},
|
|
11515
|
-
":focus":
|
|
11515
|
+
":focus": {
|
|
11516
11516
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11517
11517
|
},
|
|
11518
11518
|
"alignItems": "center",
|
|
@@ -11543,8 +11543,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true hover
|
|
|
11543
11543
|
<span
|
|
11544
11544
|
className=""
|
|
11545
11545
|
style={
|
|
11546
|
-
|
|
11547
|
-
":after":
|
|
11546
|
+
{
|
|
11547
|
+
":after": {
|
|
11548
11548
|
"background": "#ffffff",
|
|
11549
11549
|
"borderRadius": 2,
|
|
11550
11550
|
"bottom": 0,
|
|
@@ -11558,7 +11558,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true hover
|
|
|
11558
11558
|
"WebkitFontSmoothing": "antialiased",
|
|
11559
11559
|
"alignItems": "center",
|
|
11560
11560
|
"display": "inline-block",
|
|
11561
|
-
"fontFamily": "Lato,
|
|
11561
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11562
11562
|
"fontSize": 16,
|
|
11563
11563
|
"fontWeight": "bold",
|
|
11564
11564
|
"lineHeight": "20px",
|
|
@@ -11595,11 +11595,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true press
|
|
|
11595
11595
|
onTouchStart={[Function]}
|
|
11596
11596
|
role="button"
|
|
11597
11597
|
style={
|
|
11598
|
-
|
|
11599
|
-
"::MozFocusInner":
|
|
11598
|
+
{
|
|
11599
|
+
"::MozFocusInner": {
|
|
11600
11600
|
"border": 0,
|
|
11601
11601
|
},
|
|
11602
|
-
":focus":
|
|
11602
|
+
":focus": {
|
|
11603
11603
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11604
11604
|
},
|
|
11605
11605
|
"alignItems": "center",
|
|
@@ -11630,8 +11630,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true press
|
|
|
11630
11630
|
<span
|
|
11631
11631
|
className=""
|
|
11632
11632
|
style={
|
|
11633
|
-
|
|
11634
|
-
":after":
|
|
11633
|
+
{
|
|
11634
|
+
":after": {
|
|
11635
11635
|
"background": "#f3bbb4",
|
|
11636
11636
|
"borderRadius": 2,
|
|
11637
11637
|
"bottom": "calc(50% - 11px)",
|
|
@@ -11646,7 +11646,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true press
|
|
|
11646
11646
|
"alignItems": "center",
|
|
11647
11647
|
"color": "#f3bbb4",
|
|
11648
11648
|
"display": "inline-block",
|
|
11649
|
-
"fontFamily": "Lato,
|
|
11649
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11650
11650
|
"fontSize": 16,
|
|
11651
11651
|
"fontWeight": "bold",
|
|
11652
11652
|
"lineHeight": "20px",
|
|
@@ -11683,11 +11683,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false disab
|
|
|
11683
11683
|
onTouchStart={[Function]}
|
|
11684
11684
|
role="button"
|
|
11685
11685
|
style={
|
|
11686
|
-
|
|
11687
|
-
"::MozFocusInner":
|
|
11686
|
+
{
|
|
11687
|
+
"::MozFocusInner": {
|
|
11688
11688
|
"border": 0,
|
|
11689
11689
|
},
|
|
11690
|
-
":focus":
|
|
11690
|
+
":focus": {
|
|
11691
11691
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11692
11692
|
},
|
|
11693
11693
|
"alignItems": "center",
|
|
@@ -11718,12 +11718,12 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false disab
|
|
|
11718
11718
|
<span
|
|
11719
11719
|
className=""
|
|
11720
11720
|
style={
|
|
11721
|
-
|
|
11721
|
+
{
|
|
11722
11722
|
"MozOsxFontSmoothing": "grayscale",
|
|
11723
11723
|
"WebkitFontSmoothing": "antialiased",
|
|
11724
11724
|
"alignItems": "center",
|
|
11725
11725
|
"display": "inline-block",
|
|
11726
|
-
"fontFamily": "Lato,
|
|
11726
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11727
11727
|
"fontSize": 14,
|
|
11728
11728
|
"fontWeight": "bold",
|
|
11729
11729
|
"lineHeight": "18px",
|
|
@@ -11760,11 +11760,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false focus
|
|
|
11760
11760
|
onTouchStart={[Function]}
|
|
11761
11761
|
role="button"
|
|
11762
11762
|
style={
|
|
11763
|
-
|
|
11764
|
-
"::MozFocusInner":
|
|
11763
|
+
{
|
|
11764
|
+
"::MozFocusInner": {
|
|
11765
11765
|
"border": 0,
|
|
11766
11766
|
},
|
|
11767
|
-
":focus":
|
|
11767
|
+
":focus": {
|
|
11768
11768
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11769
11769
|
},
|
|
11770
11770
|
"alignItems": "center",
|
|
@@ -11795,8 +11795,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false focus
|
|
|
11795
11795
|
<span
|
|
11796
11796
|
className=""
|
|
11797
11797
|
style={
|
|
11798
|
-
|
|
11799
|
-
":after":
|
|
11798
|
+
{
|
|
11799
|
+
":after": {
|
|
11800
11800
|
"background": "#d92916",
|
|
11801
11801
|
"borderRadius": 2,
|
|
11802
11802
|
"bottom": 0,
|
|
@@ -11810,7 +11810,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false focus
|
|
|
11810
11810
|
"WebkitFontSmoothing": "antialiased",
|
|
11811
11811
|
"alignItems": "center",
|
|
11812
11812
|
"display": "inline-block",
|
|
11813
|
-
"fontFamily": "Lato,
|
|
11813
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11814
11814
|
"fontSize": 14,
|
|
11815
11815
|
"fontWeight": "bold",
|
|
11816
11816
|
"lineHeight": "18px",
|
|
@@ -11847,11 +11847,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false hover
|
|
|
11847
11847
|
onTouchStart={[Function]}
|
|
11848
11848
|
role="button"
|
|
11849
11849
|
style={
|
|
11850
|
-
|
|
11851
|
-
"::MozFocusInner":
|
|
11850
|
+
{
|
|
11851
|
+
"::MozFocusInner": {
|
|
11852
11852
|
"border": 0,
|
|
11853
11853
|
},
|
|
11854
|
-
":focus":
|
|
11854
|
+
":focus": {
|
|
11855
11855
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11856
11856
|
},
|
|
11857
11857
|
"alignItems": "center",
|
|
@@ -11882,8 +11882,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false hover
|
|
|
11882
11882
|
<span
|
|
11883
11883
|
className=""
|
|
11884
11884
|
style={
|
|
11885
|
-
|
|
11886
|
-
":after":
|
|
11885
|
+
{
|
|
11886
|
+
":after": {
|
|
11887
11887
|
"background": "#d92916",
|
|
11888
11888
|
"borderRadius": 2,
|
|
11889
11889
|
"bottom": 0,
|
|
@@ -11897,7 +11897,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false hover
|
|
|
11897
11897
|
"WebkitFontSmoothing": "antialiased",
|
|
11898
11898
|
"alignItems": "center",
|
|
11899
11899
|
"display": "inline-block",
|
|
11900
|
-
"fontFamily": "Lato,
|
|
11900
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11901
11901
|
"fontSize": 14,
|
|
11902
11902
|
"fontWeight": "bold",
|
|
11903
11903
|
"lineHeight": "18px",
|
|
@@ -11934,11 +11934,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false press
|
|
|
11934
11934
|
onTouchStart={[Function]}
|
|
11935
11935
|
role="button"
|
|
11936
11936
|
style={
|
|
11937
|
-
|
|
11938
|
-
"::MozFocusInner":
|
|
11937
|
+
{
|
|
11938
|
+
"::MozFocusInner": {
|
|
11939
11939
|
"border": 0,
|
|
11940
11940
|
},
|
|
11941
|
-
":focus":
|
|
11941
|
+
":focus": {
|
|
11942
11942
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
11943
11943
|
},
|
|
11944
11944
|
"alignItems": "center",
|
|
@@ -11969,8 +11969,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false press
|
|
|
11969
11969
|
<span
|
|
11970
11970
|
className=""
|
|
11971
11971
|
style={
|
|
11972
|
-
|
|
11973
|
-
":after":
|
|
11972
|
+
{
|
|
11973
|
+
":after": {
|
|
11974
11974
|
"background": "#9e271d",
|
|
11975
11975
|
"borderRadius": 2,
|
|
11976
11976
|
"bottom": "calc(50% - 11px)",
|
|
@@ -11985,7 +11985,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false press
|
|
|
11985
11985
|
"alignItems": "center",
|
|
11986
11986
|
"color": "#9e271d",
|
|
11987
11987
|
"display": "inline-block",
|
|
11988
|
-
"fontFamily": "Lato,
|
|
11988
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11989
11989
|
"fontSize": 14,
|
|
11990
11990
|
"fontWeight": "bold",
|
|
11991
11991
|
"lineHeight": "18px",
|
|
@@ -12022,11 +12022,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true disabl
|
|
|
12022
12022
|
onTouchStart={[Function]}
|
|
12023
12023
|
role="button"
|
|
12024
12024
|
style={
|
|
12025
|
-
|
|
12026
|
-
"::MozFocusInner":
|
|
12025
|
+
{
|
|
12026
|
+
"::MozFocusInner": {
|
|
12027
12027
|
"border": 0,
|
|
12028
12028
|
},
|
|
12029
|
-
":focus":
|
|
12029
|
+
":focus": {
|
|
12030
12030
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
12031
12031
|
},
|
|
12032
12032
|
"alignItems": "center",
|
|
@@ -12057,12 +12057,12 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true disabl
|
|
|
12057
12057
|
<span
|
|
12058
12058
|
className=""
|
|
12059
12059
|
style={
|
|
12060
|
-
|
|
12060
|
+
{
|
|
12061
12061
|
"MozOsxFontSmoothing": "grayscale",
|
|
12062
12062
|
"WebkitFontSmoothing": "antialiased",
|
|
12063
12063
|
"alignItems": "center",
|
|
12064
12064
|
"display": "inline-block",
|
|
12065
|
-
"fontFamily": "Lato,
|
|
12065
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
12066
12066
|
"fontSize": 14,
|
|
12067
12067
|
"fontWeight": "bold",
|
|
12068
12068
|
"lineHeight": "18px",
|
|
@@ -12099,11 +12099,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true focuse
|
|
|
12099
12099
|
onTouchStart={[Function]}
|
|
12100
12100
|
role="button"
|
|
12101
12101
|
style={
|
|
12102
|
-
|
|
12103
|
-
"::MozFocusInner":
|
|
12102
|
+
{
|
|
12103
|
+
"::MozFocusInner": {
|
|
12104
12104
|
"border": 0,
|
|
12105
12105
|
},
|
|
12106
|
-
":focus":
|
|
12106
|
+
":focus": {
|
|
12107
12107
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
12108
12108
|
},
|
|
12109
12109
|
"alignItems": "center",
|
|
@@ -12134,8 +12134,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true focuse
|
|
|
12134
12134
|
<span
|
|
12135
12135
|
className=""
|
|
12136
12136
|
style={
|
|
12137
|
-
|
|
12138
|
-
":after":
|
|
12137
|
+
{
|
|
12138
|
+
":after": {
|
|
12139
12139
|
"background": "#ffffff",
|
|
12140
12140
|
"borderRadius": 2,
|
|
12141
12141
|
"bottom": 0,
|
|
@@ -12149,7 +12149,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true focuse
|
|
|
12149
12149
|
"WebkitFontSmoothing": "antialiased",
|
|
12150
12150
|
"alignItems": "center",
|
|
12151
12151
|
"display": "inline-block",
|
|
12152
|
-
"fontFamily": "Lato,
|
|
12152
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
12153
12153
|
"fontSize": 14,
|
|
12154
12154
|
"fontWeight": "bold",
|
|
12155
12155
|
"lineHeight": "18px",
|
|
@@ -12186,11 +12186,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true hovere
|
|
|
12186
12186
|
onTouchStart={[Function]}
|
|
12187
12187
|
role="button"
|
|
12188
12188
|
style={
|
|
12189
|
-
|
|
12190
|
-
"::MozFocusInner":
|
|
12189
|
+
{
|
|
12190
|
+
"::MozFocusInner": {
|
|
12191
12191
|
"border": 0,
|
|
12192
12192
|
},
|
|
12193
|
-
":focus":
|
|
12193
|
+
":focus": {
|
|
12194
12194
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
12195
12195
|
},
|
|
12196
12196
|
"alignItems": "center",
|
|
@@ -12221,8 +12221,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true hovere
|
|
|
12221
12221
|
<span
|
|
12222
12222
|
className=""
|
|
12223
12223
|
style={
|
|
12224
|
-
|
|
12225
|
-
":after":
|
|
12224
|
+
{
|
|
12225
|
+
":after": {
|
|
12226
12226
|
"background": "#ffffff",
|
|
12227
12227
|
"borderRadius": 2,
|
|
12228
12228
|
"bottom": 0,
|
|
@@ -12236,7 +12236,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true hovere
|
|
|
12236
12236
|
"WebkitFontSmoothing": "antialiased",
|
|
12237
12237
|
"alignItems": "center",
|
|
12238
12238
|
"display": "inline-block",
|
|
12239
|
-
"fontFamily": "Lato,
|
|
12239
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
12240
12240
|
"fontSize": 14,
|
|
12241
12241
|
"fontWeight": "bold",
|
|
12242
12242
|
"lineHeight": "18px",
|
|
@@ -12273,11 +12273,11 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true presse
|
|
|
12273
12273
|
onTouchStart={[Function]}
|
|
12274
12274
|
role="button"
|
|
12275
12275
|
style={
|
|
12276
|
-
|
|
12277
|
-
"::MozFocusInner":
|
|
12276
|
+
{
|
|
12277
|
+
"::MozFocusInner": {
|
|
12278
12278
|
"border": 0,
|
|
12279
12279
|
},
|
|
12280
|
-
":focus":
|
|
12280
|
+
":focus": {
|
|
12281
12281
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
12282
12282
|
},
|
|
12283
12283
|
"alignItems": "center",
|
|
@@ -12308,8 +12308,8 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true presse
|
|
|
12308
12308
|
<span
|
|
12309
12309
|
className=""
|
|
12310
12310
|
style={
|
|
12311
|
-
|
|
12312
|
-
":after":
|
|
12311
|
+
{
|
|
12312
|
+
":after": {
|
|
12313
12313
|
"background": "#f3bbb4",
|
|
12314
12314
|
"borderRadius": 2,
|
|
12315
12315
|
"bottom": "calc(50% - 11px)",
|
|
@@ -12324,7 +12324,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true presse
|
|
|
12324
12324
|
"alignItems": "center",
|
|
12325
12325
|
"color": "#f3bbb4",
|
|
12326
12326
|
"display": "inline-block",
|
|
12327
|
-
"fontFamily": "Lato,
|
|
12327
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
12328
12328
|
"fontSize": 14,
|
|
12329
12329
|
"fontWeight": "bold",
|
|
12330
12330
|
"lineHeight": "18px",
|
|
@@ -12361,11 +12361,11 @@ exports[`ButtonCore kind:tertiary size:medium spinner:true 1`] = `
|
|
|
12361
12361
|
onTouchStart={[Function]}
|
|
12362
12362
|
role="button"
|
|
12363
12363
|
style={
|
|
12364
|
-
|
|
12365
|
-
"::MozFocusInner":
|
|
12364
|
+
{
|
|
12365
|
+
"::MozFocusInner": {
|
|
12366
12366
|
"border": 0,
|
|
12367
12367
|
},
|
|
12368
|
-
":focus":
|
|
12368
|
+
":focus": {
|
|
12369
12369
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
12370
12370
|
},
|
|
12371
12371
|
"alignItems": "center",
|
|
@@ -12396,12 +12396,12 @@ exports[`ButtonCore kind:tertiary size:medium spinner:true 1`] = `
|
|
|
12396
12396
|
<span
|
|
12397
12397
|
className=""
|
|
12398
12398
|
style={
|
|
12399
|
-
|
|
12399
|
+
{
|
|
12400
12400
|
"MozOsxFontSmoothing": "grayscale",
|
|
12401
12401
|
"WebkitFontSmoothing": "antialiased",
|
|
12402
12402
|
"alignItems": "center",
|
|
12403
12403
|
"display": "inline-block",
|
|
12404
|
-
"fontFamily": "Lato,
|
|
12404
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
12405
12405
|
"fontSize": 16,
|
|
12406
12406
|
"fontWeight": "bold",
|
|
12407
12407
|
"lineHeight": "20px",
|
|
@@ -12419,7 +12419,7 @@ exports[`ButtonCore kind:tertiary size:medium spinner:true 1`] = `
|
|
|
12419
12419
|
<div
|
|
12420
12420
|
className=""
|
|
12421
12421
|
style={
|
|
12422
|
-
|
|
12422
|
+
{
|
|
12423
12423
|
"alignItems": "stretch",
|
|
12424
12424
|
"borderStyle": "solid",
|
|
12425
12425
|
"borderWidth": 0,
|
|
@@ -12448,17 +12448,17 @@ exports[`ButtonCore kind:tertiary size:medium spinner:true 1`] = `
|
|
|
12448
12448
|
d="M10.598.943c-.093-.449-.362-.748-.732-.875a1.314 1.314 0 0 0-.723-.033C3.83 1.417 0 6.317 0 11.864 0 18.538 5.398 24 12 24c6.598 0 12-5.471 12-12.16a1.333 1.333 0 0 0-.154-.548c-.193-.368-.544-.606-1.023-.606-.472 0-.825.229-1.035.585-.117.2-.169.39-.189.582-.124 5.472-4.294 9.73-9.599 9.73-5.349 0-9.599-4.3-9.599-9.72 0-4.46 3.036-8.299 7.28-9.444.127-.036.291-.107.458-.232.373-.28.57-.711.46-1.244z"
|
|
12449
12449
|
fillRule="nonzero"
|
|
12450
12450
|
style={
|
|
12451
|
-
|
|
12451
|
+
{
|
|
12452
12452
|
"animationDuration": "1.1s",
|
|
12453
12453
|
"animationIterationCount": "infinite",
|
|
12454
|
-
"animationName":
|
|
12455
|
-
"0%":
|
|
12454
|
+
"animationName": {
|
|
12455
|
+
"0%": {
|
|
12456
12456
|
"transform": "rotate(0deg)",
|
|
12457
12457
|
},
|
|
12458
|
-
"100%":
|
|
12458
|
+
"100%": {
|
|
12459
12459
|
"transform": "rotate(360deg)",
|
|
12460
12460
|
},
|
|
12461
|
-
"50%":
|
|
12461
|
+
"50%": {
|
|
12462
12462
|
"transform": "rotate(180deg)",
|
|
12463
12463
|
},
|
|
12464
12464
|
},
|
|
@@ -12493,11 +12493,11 @@ exports[`ButtonCore kind:tertiary size:small spinner:true 1`] = `
|
|
|
12493
12493
|
onTouchStart={[Function]}
|
|
12494
12494
|
role="button"
|
|
12495
12495
|
style={
|
|
12496
|
-
|
|
12497
|
-
"::MozFocusInner":
|
|
12496
|
+
{
|
|
12497
|
+
"::MozFocusInner": {
|
|
12498
12498
|
"border": 0,
|
|
12499
12499
|
},
|
|
12500
|
-
":focus":
|
|
12500
|
+
":focus": {
|
|
12501
12501
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
12502
12502
|
},
|
|
12503
12503
|
"alignItems": "center",
|
|
@@ -12528,12 +12528,12 @@ exports[`ButtonCore kind:tertiary size:small spinner:true 1`] = `
|
|
|
12528
12528
|
<span
|
|
12529
12529
|
className=""
|
|
12530
12530
|
style={
|
|
12531
|
-
|
|
12531
|
+
{
|
|
12532
12532
|
"MozOsxFontSmoothing": "grayscale",
|
|
12533
12533
|
"WebkitFontSmoothing": "antialiased",
|
|
12534
12534
|
"alignItems": "center",
|
|
12535
12535
|
"display": "inline-block",
|
|
12536
|
-
"fontFamily": "Lato,
|
|
12536
|
+
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
12537
12537
|
"fontSize": 14,
|
|
12538
12538
|
"fontWeight": "bold",
|
|
12539
12539
|
"lineHeight": "18px",
|
|
@@ -12551,7 +12551,7 @@ exports[`ButtonCore kind:tertiary size:small spinner:true 1`] = `
|
|
|
12551
12551
|
<div
|
|
12552
12552
|
className=""
|
|
12553
12553
|
style={
|
|
12554
|
-
|
|
12554
|
+
{
|
|
12555
12555
|
"alignItems": "stretch",
|
|
12556
12556
|
"borderStyle": "solid",
|
|
12557
12557
|
"borderWidth": 0,
|
|
@@ -12580,17 +12580,17 @@ exports[`ButtonCore kind:tertiary size:small spinner:true 1`] = `
|
|
|
12580
12580
|
d="M7.237.741C7.165.393 6.95.154 6.656.053A1.01 1.01 0 0 0 6.18.01c-.053.009-.053.009-.087.017C2.553.949 0 4.214 0 7.91 0 12.36 3.598 16 8 16c4.4 0 8-3.647 8-8.112a1.02 1.02 0 0 0-.118-.423.877.877 0 0 0-.808-.48.909.909 0 0 0-.81.46c-.09.151-.13.296-.146.455-.08 3.493-2.737 6.207-6.118 6.207-3.41 0-6.118-2.74-6.118-6.196 0-2.843 1.936-5.291 4.644-6.022.1-.028.224-.082.352-.177a.928.928 0 0 0 .36-.97z"
|
|
12581
12581
|
fillRule="nonzero"
|
|
12582
12582
|
style={
|
|
12583
|
-
|
|
12583
|
+
{
|
|
12584
12584
|
"animationDuration": "1.1s",
|
|
12585
12585
|
"animationIterationCount": "infinite",
|
|
12586
|
-
"animationName":
|
|
12587
|
-
"0%":
|
|
12586
|
+
"animationName": {
|
|
12587
|
+
"0%": {
|
|
12588
12588
|
"transform": "rotate(0deg)",
|
|
12589
12589
|
},
|
|
12590
|
-
"100%":
|
|
12590
|
+
"100%": {
|
|
12591
12591
|
"transform": "rotate(360deg)",
|
|
12592
12592
|
},
|
|
12593
|
-
"50%":
|
|
12593
|
+
"50%": {
|
|
12594
12594
|
"transform": "rotate(180deg)",
|
|
12595
12595
|
},
|
|
12596
12596
|
},
|