@khanacademy/wonder-blocks-button 4.2.0 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/es/index.js +21 -6
- package/dist/index.js +21 -6
- package/dist/themes/default.d.ts +7 -1
- package/dist/themes/khanmigo.d.ts +7 -1
- package/dist/themes/themed-button.d.ts +7 -1
- package/package.json +1 -1
- package/src/__tests__/__snapshots__/custom-snapshot.test.tsx.snap +273 -273
- package/src/components/button-core.tsx +6 -4
- package/src/themes/default.ts +9 -3
- package/src/themes/khanmigo.ts +9 -1
- package/tsconfig-build.tsbuildinfo +1 -1
|
@@ -28,7 +28,7 @@ exports[`Button <Link tabIndex={-1}> 1`] = `
|
|
|
28
28
|
"alignItems": "center",
|
|
29
29
|
"background": "#1865f2",
|
|
30
30
|
"border": "none",
|
|
31
|
-
"borderRadius":
|
|
31
|
+
"borderRadius": 4,
|
|
32
32
|
"boxSizing": "border-box",
|
|
33
33
|
"color": "#ffffff",
|
|
34
34
|
"cursor": "pointer",
|
|
@@ -60,7 +60,7 @@ exports[`Button <Link tabIndex={-1}> 1`] = `
|
|
|
60
60
|
"display": "inline-block",
|
|
61
61
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
62
62
|
"fontSize": 16,
|
|
63
|
-
"fontWeight":
|
|
63
|
+
"fontWeight": 700,
|
|
64
64
|
"lineHeight": "20px",
|
|
65
65
|
"overflow": "hidden",
|
|
66
66
|
"pointerEvents": "none",
|
|
@@ -102,7 +102,7 @@ exports[`Button <Link tabIndex={0}> 1`] = `
|
|
|
102
102
|
"alignItems": "center",
|
|
103
103
|
"background": "#1865f2",
|
|
104
104
|
"border": "none",
|
|
105
|
-
"borderRadius":
|
|
105
|
+
"borderRadius": 4,
|
|
106
106
|
"boxSizing": "border-box",
|
|
107
107
|
"color": "#ffffff",
|
|
108
108
|
"cursor": "pointer",
|
|
@@ -134,7 +134,7 @@ exports[`Button <Link tabIndex={0}> 1`] = `
|
|
|
134
134
|
"display": "inline-block",
|
|
135
135
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
136
136
|
"fontSize": 16,
|
|
137
|
-
"fontWeight":
|
|
137
|
+
"fontWeight": 700,
|
|
138
138
|
"lineHeight": "20px",
|
|
139
139
|
"overflow": "hidden",
|
|
140
140
|
"pointerEvents": "none",
|
|
@@ -176,7 +176,7 @@ exports[`Button <Link tabIndex={1}> 1`] = `
|
|
|
176
176
|
"alignItems": "center",
|
|
177
177
|
"background": "#1865f2",
|
|
178
178
|
"border": "none",
|
|
179
|
-
"borderRadius":
|
|
179
|
+
"borderRadius": 4,
|
|
180
180
|
"boxSizing": "border-box",
|
|
181
181
|
"color": "#ffffff",
|
|
182
182
|
"cursor": "pointer",
|
|
@@ -208,7 +208,7 @@ exports[`Button <Link tabIndex={1}> 1`] = `
|
|
|
208
208
|
"display": "inline-block",
|
|
209
209
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
210
210
|
"fontSize": 16,
|
|
211
|
-
"fontWeight":
|
|
211
|
+
"fontWeight": 700,
|
|
212
212
|
"lineHeight": "20px",
|
|
213
213
|
"overflow": "hidden",
|
|
214
214
|
"pointerEvents": "none",
|
|
@@ -283,7 +283,7 @@ exports[`ButtonCore kind:primary color:default size:large light:false disabled 1
|
|
|
283
283
|
"display": "inline-block",
|
|
284
284
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
285
285
|
"fontSize": 18,
|
|
286
|
-
"fontWeight":
|
|
286
|
+
"fontWeight": 700,
|
|
287
287
|
"lineHeight": 20,
|
|
288
288
|
"overflow": "hidden",
|
|
289
289
|
"pointerEvents": "none",
|
|
@@ -359,7 +359,7 @@ exports[`ButtonCore kind:primary color:default size:large light:false focused 1`
|
|
|
359
359
|
"display": "inline-block",
|
|
360
360
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
361
361
|
"fontSize": 18,
|
|
362
|
-
"fontWeight":
|
|
362
|
+
"fontWeight": 700,
|
|
363
363
|
"lineHeight": 20,
|
|
364
364
|
"overflow": "hidden",
|
|
365
365
|
"pointerEvents": "none",
|
|
@@ -435,7 +435,7 @@ exports[`ButtonCore kind:primary color:default size:large light:false hovered 1`
|
|
|
435
435
|
"display": "inline-block",
|
|
436
436
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
437
437
|
"fontSize": 18,
|
|
438
|
-
"fontWeight":
|
|
438
|
+
"fontWeight": 700,
|
|
439
439
|
"lineHeight": 20,
|
|
440
440
|
"overflow": "hidden",
|
|
441
441
|
"pointerEvents": "none",
|
|
@@ -511,7 +511,7 @@ exports[`ButtonCore kind:primary color:default size:large light:false pressed 1`
|
|
|
511
511
|
"display": "inline-block",
|
|
512
512
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
513
513
|
"fontSize": 18,
|
|
514
|
-
"fontWeight":
|
|
514
|
+
"fontWeight": 700,
|
|
515
515
|
"lineHeight": 20,
|
|
516
516
|
"overflow": "hidden",
|
|
517
517
|
"pointerEvents": "none",
|
|
@@ -586,7 +586,7 @@ exports[`ButtonCore kind:primary color:default size:large light:true disabled 1`
|
|
|
586
586
|
"display": "inline-block",
|
|
587
587
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
588
588
|
"fontSize": 18,
|
|
589
|
-
"fontWeight":
|
|
589
|
+
"fontWeight": 700,
|
|
590
590
|
"lineHeight": 20,
|
|
591
591
|
"overflow": "hidden",
|
|
592
592
|
"pointerEvents": "none",
|
|
@@ -662,7 +662,7 @@ exports[`ButtonCore kind:primary color:default size:large light:true focused 1`]
|
|
|
662
662
|
"display": "inline-block",
|
|
663
663
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
664
664
|
"fontSize": 18,
|
|
665
|
-
"fontWeight":
|
|
665
|
+
"fontWeight": 700,
|
|
666
666
|
"lineHeight": 20,
|
|
667
667
|
"overflow": "hidden",
|
|
668
668
|
"pointerEvents": "none",
|
|
@@ -738,7 +738,7 @@ exports[`ButtonCore kind:primary color:default size:large light:true hovered 1`]
|
|
|
738
738
|
"display": "inline-block",
|
|
739
739
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
740
740
|
"fontSize": 18,
|
|
741
|
-
"fontWeight":
|
|
741
|
+
"fontWeight": 700,
|
|
742
742
|
"lineHeight": 20,
|
|
743
743
|
"overflow": "hidden",
|
|
744
744
|
"pointerEvents": "none",
|
|
@@ -814,7 +814,7 @@ exports[`ButtonCore kind:primary color:default size:large light:true pressed 1`]
|
|
|
814
814
|
"display": "inline-block",
|
|
815
815
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
816
816
|
"fontSize": 18,
|
|
817
|
-
"fontWeight":
|
|
817
|
+
"fontWeight": 700,
|
|
818
818
|
"lineHeight": 20,
|
|
819
819
|
"overflow": "hidden",
|
|
820
820
|
"pointerEvents": "none",
|
|
@@ -857,7 +857,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:false disabled
|
|
|
857
857
|
"alignItems": "center",
|
|
858
858
|
"background": "rgba(33,36,44,0.32)",
|
|
859
859
|
"border": "none",
|
|
860
|
-
"borderRadius":
|
|
860
|
+
"borderRadius": 4,
|
|
861
861
|
"boxSizing": "border-box",
|
|
862
862
|
"color": "rgba(255,255,255,0.64)",
|
|
863
863
|
"cursor": "default",
|
|
@@ -889,7 +889,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:false disabled
|
|
|
889
889
|
"display": "inline-block",
|
|
890
890
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
891
891
|
"fontSize": 16,
|
|
892
|
-
"fontWeight":
|
|
892
|
+
"fontWeight": 700,
|
|
893
893
|
"lineHeight": "20px",
|
|
894
894
|
"overflow": "hidden",
|
|
895
895
|
"pointerEvents": "none",
|
|
@@ -932,7 +932,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:false focused 1
|
|
|
932
932
|
"alignItems": "center",
|
|
933
933
|
"background": "#1865f2",
|
|
934
934
|
"border": "none",
|
|
935
|
-
"borderRadius":
|
|
935
|
+
"borderRadius": 4,
|
|
936
936
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #1865f2",
|
|
937
937
|
"boxSizing": "border-box",
|
|
938
938
|
"color": "#ffffff",
|
|
@@ -965,7 +965,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:false focused 1
|
|
|
965
965
|
"display": "inline-block",
|
|
966
966
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
967
967
|
"fontSize": 16,
|
|
968
|
-
"fontWeight":
|
|
968
|
+
"fontWeight": 700,
|
|
969
969
|
"lineHeight": "20px",
|
|
970
970
|
"overflow": "hidden",
|
|
971
971
|
"pointerEvents": "none",
|
|
@@ -1008,7 +1008,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:false hovered 1
|
|
|
1008
1008
|
"alignItems": "center",
|
|
1009
1009
|
"background": "#1865f2",
|
|
1010
1010
|
"border": "none",
|
|
1011
|
-
"borderRadius":
|
|
1011
|
+
"borderRadius": 4,
|
|
1012
1012
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #1865f2",
|
|
1013
1013
|
"boxSizing": "border-box",
|
|
1014
1014
|
"color": "#ffffff",
|
|
@@ -1041,7 +1041,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:false hovered 1
|
|
|
1041
1041
|
"display": "inline-block",
|
|
1042
1042
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1043
1043
|
"fontSize": 16,
|
|
1044
|
-
"fontWeight":
|
|
1044
|
+
"fontWeight": 700,
|
|
1045
1045
|
"lineHeight": "20px",
|
|
1046
1046
|
"overflow": "hidden",
|
|
1047
1047
|
"pointerEvents": "none",
|
|
@@ -1084,7 +1084,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:false pressed 1
|
|
|
1084
1084
|
"alignItems": "center",
|
|
1085
1085
|
"background": "#1b50b3",
|
|
1086
1086
|
"border": "none",
|
|
1087
|
-
"borderRadius":
|
|
1087
|
+
"borderRadius": 4,
|
|
1088
1088
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #1b50b3",
|
|
1089
1089
|
"boxSizing": "border-box",
|
|
1090
1090
|
"color": "#b5cefb",
|
|
@@ -1117,7 +1117,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:false pressed 1
|
|
|
1117
1117
|
"display": "inline-block",
|
|
1118
1118
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1119
1119
|
"fontSize": 16,
|
|
1120
|
-
"fontWeight":
|
|
1120
|
+
"fontWeight": 700,
|
|
1121
1121
|
"lineHeight": "20px",
|
|
1122
1122
|
"overflow": "hidden",
|
|
1123
1123
|
"pointerEvents": "none",
|
|
@@ -1160,7 +1160,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true disabled 1
|
|
|
1160
1160
|
"alignItems": "center",
|
|
1161
1161
|
"background": "#b5cefb",
|
|
1162
1162
|
"border": "none",
|
|
1163
|
-
"borderRadius":
|
|
1163
|
+
"borderRadius": 4,
|
|
1164
1164
|
"boxSizing": "border-box",
|
|
1165
1165
|
"color": "#1865f2",
|
|
1166
1166
|
"cursor": "default",
|
|
@@ -1192,7 +1192,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true disabled 1
|
|
|
1192
1192
|
"display": "inline-block",
|
|
1193
1193
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1194
1194
|
"fontSize": 16,
|
|
1195
|
-
"fontWeight":
|
|
1195
|
+
"fontWeight": 700,
|
|
1196
1196
|
"lineHeight": "20px",
|
|
1197
1197
|
"overflow": "hidden",
|
|
1198
1198
|
"pointerEvents": "none",
|
|
@@ -1235,7 +1235,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true focused 1`
|
|
|
1235
1235
|
"alignItems": "center",
|
|
1236
1236
|
"background": "#ffffff",
|
|
1237
1237
|
"border": "none",
|
|
1238
|
-
"borderRadius":
|
|
1238
|
+
"borderRadius": 4,
|
|
1239
1239
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
1240
1240
|
"boxSizing": "border-box",
|
|
1241
1241
|
"color": "#1865f2",
|
|
@@ -1268,7 +1268,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true focused 1`
|
|
|
1268
1268
|
"display": "inline-block",
|
|
1269
1269
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1270
1270
|
"fontSize": 16,
|
|
1271
|
-
"fontWeight":
|
|
1271
|
+
"fontWeight": 700,
|
|
1272
1272
|
"lineHeight": "20px",
|
|
1273
1273
|
"overflow": "hidden",
|
|
1274
1274
|
"pointerEvents": "none",
|
|
@@ -1311,7 +1311,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true hovered 1`
|
|
|
1311
1311
|
"alignItems": "center",
|
|
1312
1312
|
"background": "#ffffff",
|
|
1313
1313
|
"border": "none",
|
|
1314
|
-
"borderRadius":
|
|
1314
|
+
"borderRadius": 4,
|
|
1315
1315
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
1316
1316
|
"boxSizing": "border-box",
|
|
1317
1317
|
"color": "#1865f2",
|
|
@@ -1344,7 +1344,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true hovered 1`
|
|
|
1344
1344
|
"display": "inline-block",
|
|
1345
1345
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1346
1346
|
"fontSize": 16,
|
|
1347
|
-
"fontWeight":
|
|
1347
|
+
"fontWeight": 700,
|
|
1348
1348
|
"lineHeight": "20px",
|
|
1349
1349
|
"overflow": "hidden",
|
|
1350
1350
|
"pointerEvents": "none",
|
|
@@ -1387,7 +1387,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true pressed 1`
|
|
|
1387
1387
|
"alignItems": "center",
|
|
1388
1388
|
"background": "#b5cefb",
|
|
1389
1389
|
"border": "none",
|
|
1390
|
-
"borderRadius":
|
|
1390
|
+
"borderRadius": 4,
|
|
1391
1391
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #b5cefb",
|
|
1392
1392
|
"boxSizing": "border-box",
|
|
1393
1393
|
"color": "#1b50b3",
|
|
@@ -1420,7 +1420,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true pressed 1`
|
|
|
1420
1420
|
"display": "inline-block",
|
|
1421
1421
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1422
1422
|
"fontSize": 16,
|
|
1423
|
-
"fontWeight":
|
|
1423
|
+
"fontWeight": 700,
|
|
1424
1424
|
"lineHeight": "20px",
|
|
1425
1425
|
"overflow": "hidden",
|
|
1426
1426
|
"pointerEvents": "none",
|
|
@@ -1463,7 +1463,7 @@ exports[`ButtonCore kind:primary color:default size:small light:false disabled 1
|
|
|
1463
1463
|
"alignItems": "center",
|
|
1464
1464
|
"background": "rgba(33,36,44,0.32)",
|
|
1465
1465
|
"border": "none",
|
|
1466
|
-
"borderRadius":
|
|
1466
|
+
"borderRadius": 4,
|
|
1467
1467
|
"boxSizing": "border-box",
|
|
1468
1468
|
"color": "rgba(255,255,255,0.64)",
|
|
1469
1469
|
"cursor": "default",
|
|
@@ -1495,7 +1495,7 @@ exports[`ButtonCore kind:primary color:default size:small light:false disabled 1
|
|
|
1495
1495
|
"display": "inline-block",
|
|
1496
1496
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1497
1497
|
"fontSize": 14,
|
|
1498
|
-
"fontWeight":
|
|
1498
|
+
"fontWeight": 700,
|
|
1499
1499
|
"lineHeight": "18px",
|
|
1500
1500
|
"overflow": "hidden",
|
|
1501
1501
|
"pointerEvents": "none",
|
|
@@ -1538,7 +1538,7 @@ exports[`ButtonCore kind:primary color:default size:small light:false focused 1`
|
|
|
1538
1538
|
"alignItems": "center",
|
|
1539
1539
|
"background": "#1865f2",
|
|
1540
1540
|
"border": "none",
|
|
1541
|
-
"borderRadius":
|
|
1541
|
+
"borderRadius": 4,
|
|
1542
1542
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #1865f2",
|
|
1543
1543
|
"boxSizing": "border-box",
|
|
1544
1544
|
"color": "#ffffff",
|
|
@@ -1571,7 +1571,7 @@ exports[`ButtonCore kind:primary color:default size:small light:false focused 1`
|
|
|
1571
1571
|
"display": "inline-block",
|
|
1572
1572
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1573
1573
|
"fontSize": 14,
|
|
1574
|
-
"fontWeight":
|
|
1574
|
+
"fontWeight": 700,
|
|
1575
1575
|
"lineHeight": "18px",
|
|
1576
1576
|
"overflow": "hidden",
|
|
1577
1577
|
"pointerEvents": "none",
|
|
@@ -1614,7 +1614,7 @@ exports[`ButtonCore kind:primary color:default size:small light:false hovered 1`
|
|
|
1614
1614
|
"alignItems": "center",
|
|
1615
1615
|
"background": "#1865f2",
|
|
1616
1616
|
"border": "none",
|
|
1617
|
-
"borderRadius":
|
|
1617
|
+
"borderRadius": 4,
|
|
1618
1618
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #1865f2",
|
|
1619
1619
|
"boxSizing": "border-box",
|
|
1620
1620
|
"color": "#ffffff",
|
|
@@ -1647,7 +1647,7 @@ exports[`ButtonCore kind:primary color:default size:small light:false hovered 1`
|
|
|
1647
1647
|
"display": "inline-block",
|
|
1648
1648
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1649
1649
|
"fontSize": 14,
|
|
1650
|
-
"fontWeight":
|
|
1650
|
+
"fontWeight": 700,
|
|
1651
1651
|
"lineHeight": "18px",
|
|
1652
1652
|
"overflow": "hidden",
|
|
1653
1653
|
"pointerEvents": "none",
|
|
@@ -1690,7 +1690,7 @@ exports[`ButtonCore kind:primary color:default size:small light:false pressed 1`
|
|
|
1690
1690
|
"alignItems": "center",
|
|
1691
1691
|
"background": "#1b50b3",
|
|
1692
1692
|
"border": "none",
|
|
1693
|
-
"borderRadius":
|
|
1693
|
+
"borderRadius": 4,
|
|
1694
1694
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #1b50b3",
|
|
1695
1695
|
"boxSizing": "border-box",
|
|
1696
1696
|
"color": "#b5cefb",
|
|
@@ -1723,7 +1723,7 @@ exports[`ButtonCore kind:primary color:default size:small light:false pressed 1`
|
|
|
1723
1723
|
"display": "inline-block",
|
|
1724
1724
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1725
1725
|
"fontSize": 14,
|
|
1726
|
-
"fontWeight":
|
|
1726
|
+
"fontWeight": 700,
|
|
1727
1727
|
"lineHeight": "18px",
|
|
1728
1728
|
"overflow": "hidden",
|
|
1729
1729
|
"pointerEvents": "none",
|
|
@@ -1766,7 +1766,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true disabled 1`
|
|
|
1766
1766
|
"alignItems": "center",
|
|
1767
1767
|
"background": "#b5cefb",
|
|
1768
1768
|
"border": "none",
|
|
1769
|
-
"borderRadius":
|
|
1769
|
+
"borderRadius": 4,
|
|
1770
1770
|
"boxSizing": "border-box",
|
|
1771
1771
|
"color": "#1865f2",
|
|
1772
1772
|
"cursor": "default",
|
|
@@ -1798,7 +1798,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true disabled 1`
|
|
|
1798
1798
|
"display": "inline-block",
|
|
1799
1799
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1800
1800
|
"fontSize": 14,
|
|
1801
|
-
"fontWeight":
|
|
1801
|
+
"fontWeight": 700,
|
|
1802
1802
|
"lineHeight": "18px",
|
|
1803
1803
|
"overflow": "hidden",
|
|
1804
1804
|
"pointerEvents": "none",
|
|
@@ -1841,7 +1841,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true focused 1`]
|
|
|
1841
1841
|
"alignItems": "center",
|
|
1842
1842
|
"background": "#ffffff",
|
|
1843
1843
|
"border": "none",
|
|
1844
|
-
"borderRadius":
|
|
1844
|
+
"borderRadius": 4,
|
|
1845
1845
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
1846
1846
|
"boxSizing": "border-box",
|
|
1847
1847
|
"color": "#1865f2",
|
|
@@ -1874,7 +1874,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true focused 1`]
|
|
|
1874
1874
|
"display": "inline-block",
|
|
1875
1875
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1876
1876
|
"fontSize": 14,
|
|
1877
|
-
"fontWeight":
|
|
1877
|
+
"fontWeight": 700,
|
|
1878
1878
|
"lineHeight": "18px",
|
|
1879
1879
|
"overflow": "hidden",
|
|
1880
1880
|
"pointerEvents": "none",
|
|
@@ -1917,7 +1917,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true hovered 1`]
|
|
|
1917
1917
|
"alignItems": "center",
|
|
1918
1918
|
"background": "#ffffff",
|
|
1919
1919
|
"border": "none",
|
|
1920
|
-
"borderRadius":
|
|
1920
|
+
"borderRadius": 4,
|
|
1921
1921
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
1922
1922
|
"boxSizing": "border-box",
|
|
1923
1923
|
"color": "#1865f2",
|
|
@@ -1950,7 +1950,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true hovered 1`]
|
|
|
1950
1950
|
"display": "inline-block",
|
|
1951
1951
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
1952
1952
|
"fontSize": 14,
|
|
1953
|
-
"fontWeight":
|
|
1953
|
+
"fontWeight": 700,
|
|
1954
1954
|
"lineHeight": "18px",
|
|
1955
1955
|
"overflow": "hidden",
|
|
1956
1956
|
"pointerEvents": "none",
|
|
@@ -1993,7 +1993,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true pressed 1`]
|
|
|
1993
1993
|
"alignItems": "center",
|
|
1994
1994
|
"background": "#b5cefb",
|
|
1995
1995
|
"border": "none",
|
|
1996
|
-
"borderRadius":
|
|
1996
|
+
"borderRadius": 4,
|
|
1997
1997
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #b5cefb",
|
|
1998
1998
|
"boxSizing": "border-box",
|
|
1999
1999
|
"color": "#1b50b3",
|
|
@@ -2026,7 +2026,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true pressed 1`]
|
|
|
2026
2026
|
"display": "inline-block",
|
|
2027
2027
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2028
2028
|
"fontSize": 14,
|
|
2029
|
-
"fontWeight":
|
|
2029
|
+
"fontWeight": 700,
|
|
2030
2030
|
"lineHeight": "18px",
|
|
2031
2031
|
"overflow": "hidden",
|
|
2032
2032
|
"pointerEvents": "none",
|
|
@@ -2101,7 +2101,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false disabl
|
|
|
2101
2101
|
"display": "inline-block",
|
|
2102
2102
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2103
2103
|
"fontSize": 18,
|
|
2104
|
-
"fontWeight":
|
|
2104
|
+
"fontWeight": 700,
|
|
2105
2105
|
"lineHeight": 20,
|
|
2106
2106
|
"overflow": "hidden",
|
|
2107
2107
|
"pointerEvents": "none",
|
|
@@ -2177,7 +2177,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false focuse
|
|
|
2177
2177
|
"display": "inline-block",
|
|
2178
2178
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2179
2179
|
"fontSize": 18,
|
|
2180
|
-
"fontWeight":
|
|
2180
|
+
"fontWeight": 700,
|
|
2181
2181
|
"lineHeight": 20,
|
|
2182
2182
|
"overflow": "hidden",
|
|
2183
2183
|
"pointerEvents": "none",
|
|
@@ -2253,7 +2253,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false hovere
|
|
|
2253
2253
|
"display": "inline-block",
|
|
2254
2254
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2255
2255
|
"fontSize": 18,
|
|
2256
|
-
"fontWeight":
|
|
2256
|
+
"fontWeight": 700,
|
|
2257
2257
|
"lineHeight": 20,
|
|
2258
2258
|
"overflow": "hidden",
|
|
2259
2259
|
"pointerEvents": "none",
|
|
@@ -2329,7 +2329,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:false presse
|
|
|
2329
2329
|
"display": "inline-block",
|
|
2330
2330
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2331
2331
|
"fontSize": 18,
|
|
2332
|
-
"fontWeight":
|
|
2332
|
+
"fontWeight": 700,
|
|
2333
2333
|
"lineHeight": 20,
|
|
2334
2334
|
"overflow": "hidden",
|
|
2335
2335
|
"pointerEvents": "none",
|
|
@@ -2404,7 +2404,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true disable
|
|
|
2404
2404
|
"display": "inline-block",
|
|
2405
2405
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2406
2406
|
"fontSize": 18,
|
|
2407
|
-
"fontWeight":
|
|
2407
|
+
"fontWeight": 700,
|
|
2408
2408
|
"lineHeight": 20,
|
|
2409
2409
|
"overflow": "hidden",
|
|
2410
2410
|
"pointerEvents": "none",
|
|
@@ -2480,7 +2480,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true focused
|
|
|
2480
2480
|
"display": "inline-block",
|
|
2481
2481
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2482
2482
|
"fontSize": 18,
|
|
2483
|
-
"fontWeight":
|
|
2483
|
+
"fontWeight": 700,
|
|
2484
2484
|
"lineHeight": 20,
|
|
2485
2485
|
"overflow": "hidden",
|
|
2486
2486
|
"pointerEvents": "none",
|
|
@@ -2556,7 +2556,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true hovered
|
|
|
2556
2556
|
"display": "inline-block",
|
|
2557
2557
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2558
2558
|
"fontSize": 18,
|
|
2559
|
-
"fontWeight":
|
|
2559
|
+
"fontWeight": 700,
|
|
2560
2560
|
"lineHeight": 20,
|
|
2561
2561
|
"overflow": "hidden",
|
|
2562
2562
|
"pointerEvents": "none",
|
|
@@ -2632,7 +2632,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true pressed
|
|
|
2632
2632
|
"display": "inline-block",
|
|
2633
2633
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2634
2634
|
"fontSize": 18,
|
|
2635
|
-
"fontWeight":
|
|
2635
|
+
"fontWeight": 700,
|
|
2636
2636
|
"lineHeight": 20,
|
|
2637
2637
|
"overflow": "hidden",
|
|
2638
2638
|
"pointerEvents": "none",
|
|
@@ -2675,7 +2675,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false disab
|
|
|
2675
2675
|
"alignItems": "center",
|
|
2676
2676
|
"background": "rgba(33,36,44,0.32)",
|
|
2677
2677
|
"border": "none",
|
|
2678
|
-
"borderRadius":
|
|
2678
|
+
"borderRadius": 4,
|
|
2679
2679
|
"boxSizing": "border-box",
|
|
2680
2680
|
"color": "rgba(255,255,255,0.64)",
|
|
2681
2681
|
"cursor": "default",
|
|
@@ -2707,7 +2707,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false disab
|
|
|
2707
2707
|
"display": "inline-block",
|
|
2708
2708
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2709
2709
|
"fontSize": 16,
|
|
2710
|
-
"fontWeight":
|
|
2710
|
+
"fontWeight": 700,
|
|
2711
2711
|
"lineHeight": "20px",
|
|
2712
2712
|
"overflow": "hidden",
|
|
2713
2713
|
"pointerEvents": "none",
|
|
@@ -2750,7 +2750,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false focus
|
|
|
2750
2750
|
"alignItems": "center",
|
|
2751
2751
|
"background": "#d92916",
|
|
2752
2752
|
"border": "none",
|
|
2753
|
-
"borderRadius":
|
|
2753
|
+
"borderRadius": 4,
|
|
2754
2754
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #d92916",
|
|
2755
2755
|
"boxSizing": "border-box",
|
|
2756
2756
|
"color": "#ffffff",
|
|
@@ -2783,7 +2783,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false focus
|
|
|
2783
2783
|
"display": "inline-block",
|
|
2784
2784
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2785
2785
|
"fontSize": 16,
|
|
2786
|
-
"fontWeight":
|
|
2786
|
+
"fontWeight": 700,
|
|
2787
2787
|
"lineHeight": "20px",
|
|
2788
2788
|
"overflow": "hidden",
|
|
2789
2789
|
"pointerEvents": "none",
|
|
@@ -2826,7 +2826,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false hover
|
|
|
2826
2826
|
"alignItems": "center",
|
|
2827
2827
|
"background": "#d92916",
|
|
2828
2828
|
"border": "none",
|
|
2829
|
-
"borderRadius":
|
|
2829
|
+
"borderRadius": 4,
|
|
2830
2830
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #d92916",
|
|
2831
2831
|
"boxSizing": "border-box",
|
|
2832
2832
|
"color": "#ffffff",
|
|
@@ -2859,7 +2859,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false hover
|
|
|
2859
2859
|
"display": "inline-block",
|
|
2860
2860
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2861
2861
|
"fontSize": 16,
|
|
2862
|
-
"fontWeight":
|
|
2862
|
+
"fontWeight": 700,
|
|
2863
2863
|
"lineHeight": "20px",
|
|
2864
2864
|
"overflow": "hidden",
|
|
2865
2865
|
"pointerEvents": "none",
|
|
@@ -2902,7 +2902,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false press
|
|
|
2902
2902
|
"alignItems": "center",
|
|
2903
2903
|
"background": "#9e271d",
|
|
2904
2904
|
"border": "none",
|
|
2905
|
-
"borderRadius":
|
|
2905
|
+
"borderRadius": 4,
|
|
2906
2906
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #9e271d",
|
|
2907
2907
|
"boxSizing": "border-box",
|
|
2908
2908
|
"color": "#f3bbb4",
|
|
@@ -2935,7 +2935,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:false press
|
|
|
2935
2935
|
"display": "inline-block",
|
|
2936
2936
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
2937
2937
|
"fontSize": 16,
|
|
2938
|
-
"fontWeight":
|
|
2938
|
+
"fontWeight": 700,
|
|
2939
2939
|
"lineHeight": "20px",
|
|
2940
2940
|
"overflow": "hidden",
|
|
2941
2941
|
"pointerEvents": "none",
|
|
@@ -2978,7 +2978,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true disabl
|
|
|
2978
2978
|
"alignItems": "center",
|
|
2979
2979
|
"background": "#f3bbb4",
|
|
2980
2980
|
"border": "none",
|
|
2981
|
-
"borderRadius":
|
|
2981
|
+
"borderRadius": 4,
|
|
2982
2982
|
"boxSizing": "border-box",
|
|
2983
2983
|
"color": "#d92916",
|
|
2984
2984
|
"cursor": "default",
|
|
@@ -3010,7 +3010,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true disabl
|
|
|
3010
3010
|
"display": "inline-block",
|
|
3011
3011
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3012
3012
|
"fontSize": 16,
|
|
3013
|
-
"fontWeight":
|
|
3013
|
+
"fontWeight": 700,
|
|
3014
3014
|
"lineHeight": "20px",
|
|
3015
3015
|
"overflow": "hidden",
|
|
3016
3016
|
"pointerEvents": "none",
|
|
@@ -3053,7 +3053,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true focuse
|
|
|
3053
3053
|
"alignItems": "center",
|
|
3054
3054
|
"background": "#ffffff",
|
|
3055
3055
|
"border": "none",
|
|
3056
|
-
"borderRadius":
|
|
3056
|
+
"borderRadius": 4,
|
|
3057
3057
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
3058
3058
|
"boxSizing": "border-box",
|
|
3059
3059
|
"color": "#d92916",
|
|
@@ -3086,7 +3086,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true focuse
|
|
|
3086
3086
|
"display": "inline-block",
|
|
3087
3087
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3088
3088
|
"fontSize": 16,
|
|
3089
|
-
"fontWeight":
|
|
3089
|
+
"fontWeight": 700,
|
|
3090
3090
|
"lineHeight": "20px",
|
|
3091
3091
|
"overflow": "hidden",
|
|
3092
3092
|
"pointerEvents": "none",
|
|
@@ -3129,7 +3129,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true hovere
|
|
|
3129
3129
|
"alignItems": "center",
|
|
3130
3130
|
"background": "#ffffff",
|
|
3131
3131
|
"border": "none",
|
|
3132
|
-
"borderRadius":
|
|
3132
|
+
"borderRadius": 4,
|
|
3133
3133
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
3134
3134
|
"boxSizing": "border-box",
|
|
3135
3135
|
"color": "#d92916",
|
|
@@ -3162,7 +3162,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true hovere
|
|
|
3162
3162
|
"display": "inline-block",
|
|
3163
3163
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3164
3164
|
"fontSize": 16,
|
|
3165
|
-
"fontWeight":
|
|
3165
|
+
"fontWeight": 700,
|
|
3166
3166
|
"lineHeight": "20px",
|
|
3167
3167
|
"overflow": "hidden",
|
|
3168
3168
|
"pointerEvents": "none",
|
|
@@ -3205,7 +3205,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true presse
|
|
|
3205
3205
|
"alignItems": "center",
|
|
3206
3206
|
"background": "#f3bbb4",
|
|
3207
3207
|
"border": "none",
|
|
3208
|
-
"borderRadius":
|
|
3208
|
+
"borderRadius": 4,
|
|
3209
3209
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #f3bbb4",
|
|
3210
3210
|
"boxSizing": "border-box",
|
|
3211
3211
|
"color": "#9e271d",
|
|
@@ -3238,7 +3238,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true presse
|
|
|
3238
3238
|
"display": "inline-block",
|
|
3239
3239
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3240
3240
|
"fontSize": 16,
|
|
3241
|
-
"fontWeight":
|
|
3241
|
+
"fontWeight": 700,
|
|
3242
3242
|
"lineHeight": "20px",
|
|
3243
3243
|
"overflow": "hidden",
|
|
3244
3244
|
"pointerEvents": "none",
|
|
@@ -3281,7 +3281,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false disabl
|
|
|
3281
3281
|
"alignItems": "center",
|
|
3282
3282
|
"background": "rgba(33,36,44,0.32)",
|
|
3283
3283
|
"border": "none",
|
|
3284
|
-
"borderRadius":
|
|
3284
|
+
"borderRadius": 4,
|
|
3285
3285
|
"boxSizing": "border-box",
|
|
3286
3286
|
"color": "rgba(255,255,255,0.64)",
|
|
3287
3287
|
"cursor": "default",
|
|
@@ -3313,7 +3313,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false disabl
|
|
|
3313
3313
|
"display": "inline-block",
|
|
3314
3314
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3315
3315
|
"fontSize": 14,
|
|
3316
|
-
"fontWeight":
|
|
3316
|
+
"fontWeight": 700,
|
|
3317
3317
|
"lineHeight": "18px",
|
|
3318
3318
|
"overflow": "hidden",
|
|
3319
3319
|
"pointerEvents": "none",
|
|
@@ -3356,7 +3356,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false focuse
|
|
|
3356
3356
|
"alignItems": "center",
|
|
3357
3357
|
"background": "#d92916",
|
|
3358
3358
|
"border": "none",
|
|
3359
|
-
"borderRadius":
|
|
3359
|
+
"borderRadius": 4,
|
|
3360
3360
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #d92916",
|
|
3361
3361
|
"boxSizing": "border-box",
|
|
3362
3362
|
"color": "#ffffff",
|
|
@@ -3389,7 +3389,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false focuse
|
|
|
3389
3389
|
"display": "inline-block",
|
|
3390
3390
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3391
3391
|
"fontSize": 14,
|
|
3392
|
-
"fontWeight":
|
|
3392
|
+
"fontWeight": 700,
|
|
3393
3393
|
"lineHeight": "18px",
|
|
3394
3394
|
"overflow": "hidden",
|
|
3395
3395
|
"pointerEvents": "none",
|
|
@@ -3432,7 +3432,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false hovere
|
|
|
3432
3432
|
"alignItems": "center",
|
|
3433
3433
|
"background": "#d92916",
|
|
3434
3434
|
"border": "none",
|
|
3435
|
-
"borderRadius":
|
|
3435
|
+
"borderRadius": 4,
|
|
3436
3436
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #d92916",
|
|
3437
3437
|
"boxSizing": "border-box",
|
|
3438
3438
|
"color": "#ffffff",
|
|
@@ -3465,7 +3465,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false hovere
|
|
|
3465
3465
|
"display": "inline-block",
|
|
3466
3466
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3467
3467
|
"fontSize": 14,
|
|
3468
|
-
"fontWeight":
|
|
3468
|
+
"fontWeight": 700,
|
|
3469
3469
|
"lineHeight": "18px",
|
|
3470
3470
|
"overflow": "hidden",
|
|
3471
3471
|
"pointerEvents": "none",
|
|
@@ -3508,7 +3508,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false presse
|
|
|
3508
3508
|
"alignItems": "center",
|
|
3509
3509
|
"background": "#9e271d",
|
|
3510
3510
|
"border": "none",
|
|
3511
|
-
"borderRadius":
|
|
3511
|
+
"borderRadius": 4,
|
|
3512
3512
|
"boxShadow": "0 0 0 1px #ffffff, 0 0 0 3px #9e271d",
|
|
3513
3513
|
"boxSizing": "border-box",
|
|
3514
3514
|
"color": "#f3bbb4",
|
|
@@ -3541,7 +3541,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:false presse
|
|
|
3541
3541
|
"display": "inline-block",
|
|
3542
3542
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3543
3543
|
"fontSize": 14,
|
|
3544
|
-
"fontWeight":
|
|
3544
|
+
"fontWeight": 700,
|
|
3545
3545
|
"lineHeight": "18px",
|
|
3546
3546
|
"overflow": "hidden",
|
|
3547
3547
|
"pointerEvents": "none",
|
|
@@ -3584,7 +3584,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true disable
|
|
|
3584
3584
|
"alignItems": "center",
|
|
3585
3585
|
"background": "#f3bbb4",
|
|
3586
3586
|
"border": "none",
|
|
3587
|
-
"borderRadius":
|
|
3587
|
+
"borderRadius": 4,
|
|
3588
3588
|
"boxSizing": "border-box",
|
|
3589
3589
|
"color": "#d92916",
|
|
3590
3590
|
"cursor": "default",
|
|
@@ -3616,7 +3616,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true disable
|
|
|
3616
3616
|
"display": "inline-block",
|
|
3617
3617
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3618
3618
|
"fontSize": 14,
|
|
3619
|
-
"fontWeight":
|
|
3619
|
+
"fontWeight": 700,
|
|
3620
3620
|
"lineHeight": "18px",
|
|
3621
3621
|
"overflow": "hidden",
|
|
3622
3622
|
"pointerEvents": "none",
|
|
@@ -3659,7 +3659,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true focused
|
|
|
3659
3659
|
"alignItems": "center",
|
|
3660
3660
|
"background": "#ffffff",
|
|
3661
3661
|
"border": "none",
|
|
3662
|
-
"borderRadius":
|
|
3662
|
+
"borderRadius": 4,
|
|
3663
3663
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
3664
3664
|
"boxSizing": "border-box",
|
|
3665
3665
|
"color": "#d92916",
|
|
@@ -3692,7 +3692,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true focused
|
|
|
3692
3692
|
"display": "inline-block",
|
|
3693
3693
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3694
3694
|
"fontSize": 14,
|
|
3695
|
-
"fontWeight":
|
|
3695
|
+
"fontWeight": 700,
|
|
3696
3696
|
"lineHeight": "18px",
|
|
3697
3697
|
"overflow": "hidden",
|
|
3698
3698
|
"pointerEvents": "none",
|
|
@@ -3735,7 +3735,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true hovered
|
|
|
3735
3735
|
"alignItems": "center",
|
|
3736
3736
|
"background": "#ffffff",
|
|
3737
3737
|
"border": "none",
|
|
3738
|
-
"borderRadius":
|
|
3738
|
+
"borderRadius": 4,
|
|
3739
3739
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
3740
3740
|
"boxSizing": "border-box",
|
|
3741
3741
|
"color": "#d92916",
|
|
@@ -3768,7 +3768,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true hovered
|
|
|
3768
3768
|
"display": "inline-block",
|
|
3769
3769
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3770
3770
|
"fontSize": 14,
|
|
3771
|
-
"fontWeight":
|
|
3771
|
+
"fontWeight": 700,
|
|
3772
3772
|
"lineHeight": "18px",
|
|
3773
3773
|
"overflow": "hidden",
|
|
3774
3774
|
"pointerEvents": "none",
|
|
@@ -3811,7 +3811,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true pressed
|
|
|
3811
3811
|
"alignItems": "center",
|
|
3812
3812
|
"background": "#f3bbb4",
|
|
3813
3813
|
"border": "none",
|
|
3814
|
-
"borderRadius":
|
|
3814
|
+
"borderRadius": 4,
|
|
3815
3815
|
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #f3bbb4",
|
|
3816
3816
|
"boxSizing": "border-box",
|
|
3817
3817
|
"color": "#9e271d",
|
|
@@ -3844,7 +3844,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true pressed
|
|
|
3844
3844
|
"display": "inline-block",
|
|
3845
3845
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3846
3846
|
"fontSize": 14,
|
|
3847
|
-
"fontWeight":
|
|
3847
|
+
"fontWeight": 700,
|
|
3848
3848
|
"lineHeight": "18px",
|
|
3849
3849
|
"overflow": "hidden",
|
|
3850
3850
|
"pointerEvents": "none",
|
|
@@ -3887,7 +3887,7 @@ exports[`ButtonCore kind:primary size:medium spinner:true 1`] = `
|
|
|
3887
3887
|
"alignItems": "center",
|
|
3888
3888
|
"background": "rgba(33,36,44,0.32)",
|
|
3889
3889
|
"border": "none",
|
|
3890
|
-
"borderRadius":
|
|
3890
|
+
"borderRadius": 4,
|
|
3891
3891
|
"boxSizing": "border-box",
|
|
3892
3892
|
"color": "rgba(255,255,255,0.64)",
|
|
3893
3893
|
"cursor": "default",
|
|
@@ -3919,7 +3919,7 @@ exports[`ButtonCore kind:primary size:medium spinner:true 1`] = `
|
|
|
3919
3919
|
"display": "inline-block",
|
|
3920
3920
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
3921
3921
|
"fontSize": 16,
|
|
3922
|
-
"fontWeight":
|
|
3922
|
+
"fontWeight": 700,
|
|
3923
3923
|
"lineHeight": "20px",
|
|
3924
3924
|
"overflow": "hidden",
|
|
3925
3925
|
"pointerEvents": "none",
|
|
@@ -4017,7 +4017,7 @@ exports[`ButtonCore kind:primary size:small spinner:true 1`] = `
|
|
|
4017
4017
|
"alignItems": "center",
|
|
4018
4018
|
"background": "rgba(33,36,44,0.32)",
|
|
4019
4019
|
"border": "none",
|
|
4020
|
-
"borderRadius":
|
|
4020
|
+
"borderRadius": 4,
|
|
4021
4021
|
"boxSizing": "border-box",
|
|
4022
4022
|
"color": "rgba(255,255,255,0.64)",
|
|
4023
4023
|
"cursor": "default",
|
|
@@ -4049,7 +4049,7 @@ exports[`ButtonCore kind:primary size:small spinner:true 1`] = `
|
|
|
4049
4049
|
"display": "inline-block",
|
|
4050
4050
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4051
4051
|
"fontSize": 14,
|
|
4052
|
-
"fontWeight":
|
|
4052
|
+
"fontWeight": 700,
|
|
4053
4053
|
"lineHeight": "18px",
|
|
4054
4054
|
"overflow": "hidden",
|
|
4055
4055
|
"pointerEvents": "none",
|
|
@@ -4185,7 +4185,7 @@ exports[`ButtonCore kind:secondary color:default size:large light:false disabled
|
|
|
4185
4185
|
"display": "inline-block",
|
|
4186
4186
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4187
4187
|
"fontSize": 18,
|
|
4188
|
-
"fontWeight":
|
|
4188
|
+
"fontWeight": 700,
|
|
4189
4189
|
"lineHeight": 20,
|
|
4190
4190
|
"overflow": "hidden",
|
|
4191
4191
|
"pointerEvents": "none",
|
|
@@ -4263,7 +4263,7 @@ exports[`ButtonCore kind:secondary color:default size:large light:false focused
|
|
|
4263
4263
|
"display": "inline-block",
|
|
4264
4264
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4265
4265
|
"fontSize": 18,
|
|
4266
|
-
"fontWeight":
|
|
4266
|
+
"fontWeight": 700,
|
|
4267
4267
|
"lineHeight": 20,
|
|
4268
4268
|
"overflow": "hidden",
|
|
4269
4269
|
"pointerEvents": "none",
|
|
@@ -4341,7 +4341,7 @@ exports[`ButtonCore kind:secondary color:default size:large light:false hovered
|
|
|
4341
4341
|
"display": "inline-block",
|
|
4342
4342
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4343
4343
|
"fontSize": 18,
|
|
4344
|
-
"fontWeight":
|
|
4344
|
+
"fontWeight": 700,
|
|
4345
4345
|
"lineHeight": 20,
|
|
4346
4346
|
"overflow": "hidden",
|
|
4347
4347
|
"pointerEvents": "none",
|
|
@@ -4419,7 +4419,7 @@ exports[`ButtonCore kind:secondary color:default size:large light:false pressed
|
|
|
4419
4419
|
"display": "inline-block",
|
|
4420
4420
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4421
4421
|
"fontSize": 18,
|
|
4422
|
-
"fontWeight":
|
|
4422
|
+
"fontWeight": 700,
|
|
4423
4423
|
"lineHeight": 20,
|
|
4424
4424
|
"overflow": "hidden",
|
|
4425
4425
|
"pointerEvents": "none",
|
|
@@ -4500,7 +4500,7 @@ exports[`ButtonCore kind:secondary color:default size:large light:true disabled
|
|
|
4500
4500
|
"display": "inline-block",
|
|
4501
4501
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4502
4502
|
"fontSize": 18,
|
|
4503
|
-
"fontWeight":
|
|
4503
|
+
"fontWeight": 700,
|
|
4504
4504
|
"lineHeight": 20,
|
|
4505
4505
|
"overflow": "hidden",
|
|
4506
4506
|
"pointerEvents": "none",
|
|
@@ -4578,7 +4578,7 @@ exports[`ButtonCore kind:secondary color:default size:large light:true focused 1
|
|
|
4578
4578
|
"display": "inline-block",
|
|
4579
4579
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4580
4580
|
"fontSize": 18,
|
|
4581
|
-
"fontWeight":
|
|
4581
|
+
"fontWeight": 700,
|
|
4582
4582
|
"lineHeight": 20,
|
|
4583
4583
|
"overflow": "hidden",
|
|
4584
4584
|
"pointerEvents": "none",
|
|
@@ -4656,7 +4656,7 @@ exports[`ButtonCore kind:secondary color:default size:large light:true hovered 1
|
|
|
4656
4656
|
"display": "inline-block",
|
|
4657
4657
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4658
4658
|
"fontSize": 18,
|
|
4659
|
-
"fontWeight":
|
|
4659
|
+
"fontWeight": 700,
|
|
4660
4660
|
"lineHeight": 20,
|
|
4661
4661
|
"overflow": "hidden",
|
|
4662
4662
|
"pointerEvents": "none",
|
|
@@ -4734,7 +4734,7 @@ exports[`ButtonCore kind:secondary color:default size:large light:true pressed 1
|
|
|
4734
4734
|
"display": "inline-block",
|
|
4735
4735
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4736
4736
|
"fontSize": 18,
|
|
4737
|
-
"fontWeight":
|
|
4737
|
+
"fontWeight": 700,
|
|
4738
4738
|
"lineHeight": 20,
|
|
4739
4739
|
"overflow": "hidden",
|
|
4740
4740
|
"pointerEvents": "none",
|
|
@@ -4781,7 +4781,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false disable
|
|
|
4781
4781
|
"background": "none",
|
|
4782
4782
|
"border": "none",
|
|
4783
4783
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
4784
|
-
"borderRadius":
|
|
4784
|
+
"borderRadius": 4,
|
|
4785
4785
|
"borderStyle": "solid",
|
|
4786
4786
|
"borderWidth": 1,
|
|
4787
4787
|
"boxSizing": "border-box",
|
|
@@ -4815,7 +4815,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false disable
|
|
|
4815
4815
|
"display": "inline-block",
|
|
4816
4816
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4817
4817
|
"fontSize": 16,
|
|
4818
|
-
"fontWeight":
|
|
4818
|
+
"fontWeight": 700,
|
|
4819
4819
|
"lineHeight": "20px",
|
|
4820
4820
|
"overflow": "hidden",
|
|
4821
4821
|
"pointerEvents": "none",
|
|
@@ -4859,7 +4859,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false focused
|
|
|
4859
4859
|
"background": "#ffffff",
|
|
4860
4860
|
"border": "none",
|
|
4861
4861
|
"borderColor": "#1865f2",
|
|
4862
|
-
"borderRadius":
|
|
4862
|
+
"borderRadius": 4,
|
|
4863
4863
|
"borderStyle": "solid",
|
|
4864
4864
|
"borderWidth": 2,
|
|
4865
4865
|
"boxSizing": "border-box",
|
|
@@ -4893,7 +4893,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false focused
|
|
|
4893
4893
|
"display": "inline-block",
|
|
4894
4894
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4895
4895
|
"fontSize": 16,
|
|
4896
|
-
"fontWeight":
|
|
4896
|
+
"fontWeight": 700,
|
|
4897
4897
|
"lineHeight": "20px",
|
|
4898
4898
|
"overflow": "hidden",
|
|
4899
4899
|
"pointerEvents": "none",
|
|
@@ -4937,7 +4937,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false hovered
|
|
|
4937
4937
|
"background": "#ffffff",
|
|
4938
4938
|
"border": "none",
|
|
4939
4939
|
"borderColor": "#1865f2",
|
|
4940
|
-
"borderRadius":
|
|
4940
|
+
"borderRadius": 4,
|
|
4941
4941
|
"borderStyle": "solid",
|
|
4942
4942
|
"borderWidth": 2,
|
|
4943
4943
|
"boxSizing": "border-box",
|
|
@@ -4971,7 +4971,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false hovered
|
|
|
4971
4971
|
"display": "inline-block",
|
|
4972
4972
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
4973
4973
|
"fontSize": 16,
|
|
4974
|
-
"fontWeight":
|
|
4974
|
+
"fontWeight": 700,
|
|
4975
4975
|
"lineHeight": "20px",
|
|
4976
4976
|
"overflow": "hidden",
|
|
4977
4977
|
"pointerEvents": "none",
|
|
@@ -5015,7 +5015,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false pressed
|
|
|
5015
5015
|
"background": "#b5cefb",
|
|
5016
5016
|
"border": "none",
|
|
5017
5017
|
"borderColor": "#1b50b3",
|
|
5018
|
-
"borderRadius":
|
|
5018
|
+
"borderRadius": 4,
|
|
5019
5019
|
"borderStyle": "solid",
|
|
5020
5020
|
"borderWidth": 2,
|
|
5021
5021
|
"boxSizing": "border-box",
|
|
@@ -5049,7 +5049,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:false pressed
|
|
|
5049
5049
|
"display": "inline-block",
|
|
5050
5050
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5051
5051
|
"fontSize": 16,
|
|
5052
|
-
"fontWeight":
|
|
5052
|
+
"fontWeight": 700,
|
|
5053
5053
|
"lineHeight": "20px",
|
|
5054
5054
|
"overflow": "hidden",
|
|
5055
5055
|
"pointerEvents": "none",
|
|
@@ -5096,7 +5096,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true disabled
|
|
|
5096
5096
|
"background": "none",
|
|
5097
5097
|
"border": "none",
|
|
5098
5098
|
"borderColor": "#b5cefb",
|
|
5099
|
-
"borderRadius":
|
|
5099
|
+
"borderRadius": 4,
|
|
5100
5100
|
"borderStyle": "solid",
|
|
5101
5101
|
"borderWidth": 1,
|
|
5102
5102
|
"boxSizing": "border-box",
|
|
@@ -5130,7 +5130,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true disabled
|
|
|
5130
5130
|
"display": "inline-block",
|
|
5131
5131
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5132
5132
|
"fontSize": 16,
|
|
5133
|
-
"fontWeight":
|
|
5133
|
+
"fontWeight": 700,
|
|
5134
5134
|
"lineHeight": "20px",
|
|
5135
5135
|
"overflow": "hidden",
|
|
5136
5136
|
"pointerEvents": "none",
|
|
@@ -5174,7 +5174,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true focused
|
|
|
5174
5174
|
"background": "none",
|
|
5175
5175
|
"border": "none",
|
|
5176
5176
|
"borderColor": "#ffffff",
|
|
5177
|
-
"borderRadius":
|
|
5177
|
+
"borderRadius": 4,
|
|
5178
5178
|
"borderStyle": "solid",
|
|
5179
5179
|
"borderWidth": 2,
|
|
5180
5180
|
"boxSizing": "border-box",
|
|
@@ -5208,7 +5208,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true focused
|
|
|
5208
5208
|
"display": "inline-block",
|
|
5209
5209
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5210
5210
|
"fontSize": 16,
|
|
5211
|
-
"fontWeight":
|
|
5211
|
+
"fontWeight": 700,
|
|
5212
5212
|
"lineHeight": "20px",
|
|
5213
5213
|
"overflow": "hidden",
|
|
5214
5214
|
"pointerEvents": "none",
|
|
@@ -5252,7 +5252,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true hovered
|
|
|
5252
5252
|
"background": "none",
|
|
5253
5253
|
"border": "none",
|
|
5254
5254
|
"borderColor": "#ffffff",
|
|
5255
|
-
"borderRadius":
|
|
5255
|
+
"borderRadius": 4,
|
|
5256
5256
|
"borderStyle": "solid",
|
|
5257
5257
|
"borderWidth": 2,
|
|
5258
5258
|
"boxSizing": "border-box",
|
|
@@ -5286,7 +5286,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true hovered
|
|
|
5286
5286
|
"display": "inline-block",
|
|
5287
5287
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5288
5288
|
"fontSize": 16,
|
|
5289
|
-
"fontWeight":
|
|
5289
|
+
"fontWeight": 700,
|
|
5290
5290
|
"lineHeight": "20px",
|
|
5291
5291
|
"overflow": "hidden",
|
|
5292
5292
|
"pointerEvents": "none",
|
|
@@ -5330,7 +5330,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true pressed
|
|
|
5330
5330
|
"background": "#1b50b3",
|
|
5331
5331
|
"border": "none",
|
|
5332
5332
|
"borderColor": "#b5cefb",
|
|
5333
|
-
"borderRadius":
|
|
5333
|
+
"borderRadius": 4,
|
|
5334
5334
|
"borderStyle": "solid",
|
|
5335
5335
|
"borderWidth": 2,
|
|
5336
5336
|
"boxSizing": "border-box",
|
|
@@ -5364,7 +5364,7 @@ exports[`ButtonCore kind:secondary color:default size:medium light:true pressed
|
|
|
5364
5364
|
"display": "inline-block",
|
|
5365
5365
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5366
5366
|
"fontSize": 16,
|
|
5367
|
-
"fontWeight":
|
|
5367
|
+
"fontWeight": 700,
|
|
5368
5368
|
"lineHeight": "20px",
|
|
5369
5369
|
"overflow": "hidden",
|
|
5370
5370
|
"pointerEvents": "none",
|
|
@@ -5411,7 +5411,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:false disabled
|
|
|
5411
5411
|
"background": "none",
|
|
5412
5412
|
"border": "none",
|
|
5413
5413
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
5414
|
-
"borderRadius":
|
|
5414
|
+
"borderRadius": 4,
|
|
5415
5415
|
"borderStyle": "solid",
|
|
5416
5416
|
"borderWidth": 1,
|
|
5417
5417
|
"boxSizing": "border-box",
|
|
@@ -5445,7 +5445,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:false disabled
|
|
|
5445
5445
|
"display": "inline-block",
|
|
5446
5446
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5447
5447
|
"fontSize": 14,
|
|
5448
|
-
"fontWeight":
|
|
5448
|
+
"fontWeight": 700,
|
|
5449
5449
|
"lineHeight": "18px",
|
|
5450
5450
|
"overflow": "hidden",
|
|
5451
5451
|
"pointerEvents": "none",
|
|
@@ -5489,7 +5489,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:false focused
|
|
|
5489
5489
|
"background": "#ffffff",
|
|
5490
5490
|
"border": "none",
|
|
5491
5491
|
"borderColor": "#1865f2",
|
|
5492
|
-
"borderRadius":
|
|
5492
|
+
"borderRadius": 4,
|
|
5493
5493
|
"borderStyle": "solid",
|
|
5494
5494
|
"borderWidth": 2,
|
|
5495
5495
|
"boxSizing": "border-box",
|
|
@@ -5523,7 +5523,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:false focused
|
|
|
5523
5523
|
"display": "inline-block",
|
|
5524
5524
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5525
5525
|
"fontSize": 14,
|
|
5526
|
-
"fontWeight":
|
|
5526
|
+
"fontWeight": 700,
|
|
5527
5527
|
"lineHeight": "18px",
|
|
5528
5528
|
"overflow": "hidden",
|
|
5529
5529
|
"pointerEvents": "none",
|
|
@@ -5567,7 +5567,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:false hovered
|
|
|
5567
5567
|
"background": "#ffffff",
|
|
5568
5568
|
"border": "none",
|
|
5569
5569
|
"borderColor": "#1865f2",
|
|
5570
|
-
"borderRadius":
|
|
5570
|
+
"borderRadius": 4,
|
|
5571
5571
|
"borderStyle": "solid",
|
|
5572
5572
|
"borderWidth": 2,
|
|
5573
5573
|
"boxSizing": "border-box",
|
|
@@ -5601,7 +5601,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:false hovered
|
|
|
5601
5601
|
"display": "inline-block",
|
|
5602
5602
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5603
5603
|
"fontSize": 14,
|
|
5604
|
-
"fontWeight":
|
|
5604
|
+
"fontWeight": 700,
|
|
5605
5605
|
"lineHeight": "18px",
|
|
5606
5606
|
"overflow": "hidden",
|
|
5607
5607
|
"pointerEvents": "none",
|
|
@@ -5645,7 +5645,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:false pressed
|
|
|
5645
5645
|
"background": "#b5cefb",
|
|
5646
5646
|
"border": "none",
|
|
5647
5647
|
"borderColor": "#1b50b3",
|
|
5648
|
-
"borderRadius":
|
|
5648
|
+
"borderRadius": 4,
|
|
5649
5649
|
"borderStyle": "solid",
|
|
5650
5650
|
"borderWidth": 2,
|
|
5651
5651
|
"boxSizing": "border-box",
|
|
@@ -5679,7 +5679,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:false pressed
|
|
|
5679
5679
|
"display": "inline-block",
|
|
5680
5680
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5681
5681
|
"fontSize": 14,
|
|
5682
|
-
"fontWeight":
|
|
5682
|
+
"fontWeight": 700,
|
|
5683
5683
|
"lineHeight": "18px",
|
|
5684
5684
|
"overflow": "hidden",
|
|
5685
5685
|
"pointerEvents": "none",
|
|
@@ -5726,7 +5726,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:true disabled
|
|
|
5726
5726
|
"background": "none",
|
|
5727
5727
|
"border": "none",
|
|
5728
5728
|
"borderColor": "#b5cefb",
|
|
5729
|
-
"borderRadius":
|
|
5729
|
+
"borderRadius": 4,
|
|
5730
5730
|
"borderStyle": "solid",
|
|
5731
5731
|
"borderWidth": 1,
|
|
5732
5732
|
"boxSizing": "border-box",
|
|
@@ -5760,7 +5760,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:true disabled
|
|
|
5760
5760
|
"display": "inline-block",
|
|
5761
5761
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5762
5762
|
"fontSize": 14,
|
|
5763
|
-
"fontWeight":
|
|
5763
|
+
"fontWeight": 700,
|
|
5764
5764
|
"lineHeight": "18px",
|
|
5765
5765
|
"overflow": "hidden",
|
|
5766
5766
|
"pointerEvents": "none",
|
|
@@ -5804,7 +5804,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:true focused 1
|
|
|
5804
5804
|
"background": "none",
|
|
5805
5805
|
"border": "none",
|
|
5806
5806
|
"borderColor": "#ffffff",
|
|
5807
|
-
"borderRadius":
|
|
5807
|
+
"borderRadius": 4,
|
|
5808
5808
|
"borderStyle": "solid",
|
|
5809
5809
|
"borderWidth": 2,
|
|
5810
5810
|
"boxSizing": "border-box",
|
|
@@ -5838,7 +5838,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:true focused 1
|
|
|
5838
5838
|
"display": "inline-block",
|
|
5839
5839
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5840
5840
|
"fontSize": 14,
|
|
5841
|
-
"fontWeight":
|
|
5841
|
+
"fontWeight": 700,
|
|
5842
5842
|
"lineHeight": "18px",
|
|
5843
5843
|
"overflow": "hidden",
|
|
5844
5844
|
"pointerEvents": "none",
|
|
@@ -5882,7 +5882,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:true hovered 1
|
|
|
5882
5882
|
"background": "none",
|
|
5883
5883
|
"border": "none",
|
|
5884
5884
|
"borderColor": "#ffffff",
|
|
5885
|
-
"borderRadius":
|
|
5885
|
+
"borderRadius": 4,
|
|
5886
5886
|
"borderStyle": "solid",
|
|
5887
5887
|
"borderWidth": 2,
|
|
5888
5888
|
"boxSizing": "border-box",
|
|
@@ -5916,7 +5916,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:true hovered 1
|
|
|
5916
5916
|
"display": "inline-block",
|
|
5917
5917
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5918
5918
|
"fontSize": 14,
|
|
5919
|
-
"fontWeight":
|
|
5919
|
+
"fontWeight": 700,
|
|
5920
5920
|
"lineHeight": "18px",
|
|
5921
5921
|
"overflow": "hidden",
|
|
5922
5922
|
"pointerEvents": "none",
|
|
@@ -5960,7 +5960,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:true pressed 1
|
|
|
5960
5960
|
"background": "#1b50b3",
|
|
5961
5961
|
"border": "none",
|
|
5962
5962
|
"borderColor": "#b5cefb",
|
|
5963
|
-
"borderRadius":
|
|
5963
|
+
"borderRadius": 4,
|
|
5964
5964
|
"borderStyle": "solid",
|
|
5965
5965
|
"borderWidth": 2,
|
|
5966
5966
|
"boxSizing": "border-box",
|
|
@@ -5994,7 +5994,7 @@ exports[`ButtonCore kind:secondary color:default size:small light:true pressed 1
|
|
|
5994
5994
|
"display": "inline-block",
|
|
5995
5995
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
5996
5996
|
"fontSize": 14,
|
|
5997
|
-
"fontWeight":
|
|
5997
|
+
"fontWeight": 700,
|
|
5998
5998
|
"lineHeight": "18px",
|
|
5999
5999
|
"overflow": "hidden",
|
|
6000
6000
|
"pointerEvents": "none",
|
|
@@ -6075,7 +6075,7 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false disa
|
|
|
6075
6075
|
"display": "inline-block",
|
|
6076
6076
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6077
6077
|
"fontSize": 18,
|
|
6078
|
-
"fontWeight":
|
|
6078
|
+
"fontWeight": 700,
|
|
6079
6079
|
"lineHeight": 20,
|
|
6080
6080
|
"overflow": "hidden",
|
|
6081
6081
|
"pointerEvents": "none",
|
|
@@ -6153,7 +6153,7 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false focu
|
|
|
6153
6153
|
"display": "inline-block",
|
|
6154
6154
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6155
6155
|
"fontSize": 18,
|
|
6156
|
-
"fontWeight":
|
|
6156
|
+
"fontWeight": 700,
|
|
6157
6157
|
"lineHeight": 20,
|
|
6158
6158
|
"overflow": "hidden",
|
|
6159
6159
|
"pointerEvents": "none",
|
|
@@ -6231,7 +6231,7 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false hove
|
|
|
6231
6231
|
"display": "inline-block",
|
|
6232
6232
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6233
6233
|
"fontSize": 18,
|
|
6234
|
-
"fontWeight":
|
|
6234
|
+
"fontWeight": 700,
|
|
6235
6235
|
"lineHeight": 20,
|
|
6236
6236
|
"overflow": "hidden",
|
|
6237
6237
|
"pointerEvents": "none",
|
|
@@ -6272,7 +6272,7 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false pres
|
|
|
6272
6272
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6273
6273
|
},
|
|
6274
6274
|
"alignItems": "center",
|
|
6275
|
-
"background": "#
|
|
6275
|
+
"background": "#f3bbb4",
|
|
6276
6276
|
"border": "none",
|
|
6277
6277
|
"borderColor": "#9e271d",
|
|
6278
6278
|
"borderRadius": 6,
|
|
@@ -6309,7 +6309,7 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:false pres
|
|
|
6309
6309
|
"display": "inline-block",
|
|
6310
6310
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6311
6311
|
"fontSize": 18,
|
|
6312
|
-
"fontWeight":
|
|
6312
|
+
"fontWeight": 700,
|
|
6313
6313
|
"lineHeight": 20,
|
|
6314
6314
|
"overflow": "hidden",
|
|
6315
6315
|
"pointerEvents": "none",
|
|
@@ -6390,7 +6390,7 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true disab
|
|
|
6390
6390
|
"display": "inline-block",
|
|
6391
6391
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6392
6392
|
"fontSize": 18,
|
|
6393
|
-
"fontWeight":
|
|
6393
|
+
"fontWeight": 700,
|
|
6394
6394
|
"lineHeight": 20,
|
|
6395
6395
|
"overflow": "hidden",
|
|
6396
6396
|
"pointerEvents": "none",
|
|
@@ -6468,7 +6468,7 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true focus
|
|
|
6468
6468
|
"display": "inline-block",
|
|
6469
6469
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6470
6470
|
"fontSize": 18,
|
|
6471
|
-
"fontWeight":
|
|
6471
|
+
"fontWeight": 700,
|
|
6472
6472
|
"lineHeight": 20,
|
|
6473
6473
|
"overflow": "hidden",
|
|
6474
6474
|
"pointerEvents": "none",
|
|
@@ -6546,7 +6546,7 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true hover
|
|
|
6546
6546
|
"display": "inline-block",
|
|
6547
6547
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6548
6548
|
"fontSize": 18,
|
|
6549
|
-
"fontWeight":
|
|
6549
|
+
"fontWeight": 700,
|
|
6550
6550
|
"lineHeight": 20,
|
|
6551
6551
|
"overflow": "hidden",
|
|
6552
6552
|
"pointerEvents": "none",
|
|
@@ -6624,7 +6624,7 @@ exports[`ButtonCore kind:secondary color:destructive size:large light:true press
|
|
|
6624
6624
|
"display": "inline-block",
|
|
6625
6625
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6626
6626
|
"fontSize": 18,
|
|
6627
|
-
"fontWeight":
|
|
6627
|
+
"fontWeight": 700,
|
|
6628
6628
|
"lineHeight": 20,
|
|
6629
6629
|
"overflow": "hidden",
|
|
6630
6630
|
"pointerEvents": "none",
|
|
@@ -6671,7 +6671,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false dis
|
|
|
6671
6671
|
"background": "none",
|
|
6672
6672
|
"border": "none",
|
|
6673
6673
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
6674
|
-
"borderRadius":
|
|
6674
|
+
"borderRadius": 4,
|
|
6675
6675
|
"borderStyle": "solid",
|
|
6676
6676
|
"borderWidth": 1,
|
|
6677
6677
|
"boxSizing": "border-box",
|
|
@@ -6705,7 +6705,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false dis
|
|
|
6705
6705
|
"display": "inline-block",
|
|
6706
6706
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6707
6707
|
"fontSize": 16,
|
|
6708
|
-
"fontWeight":
|
|
6708
|
+
"fontWeight": 700,
|
|
6709
6709
|
"lineHeight": "20px",
|
|
6710
6710
|
"overflow": "hidden",
|
|
6711
6711
|
"pointerEvents": "none",
|
|
@@ -6749,7 +6749,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false foc
|
|
|
6749
6749
|
"background": "#ffffff",
|
|
6750
6750
|
"border": "none",
|
|
6751
6751
|
"borderColor": "#d92916",
|
|
6752
|
-
"borderRadius":
|
|
6752
|
+
"borderRadius": 4,
|
|
6753
6753
|
"borderStyle": "solid",
|
|
6754
6754
|
"borderWidth": 2,
|
|
6755
6755
|
"boxSizing": "border-box",
|
|
@@ -6783,7 +6783,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false foc
|
|
|
6783
6783
|
"display": "inline-block",
|
|
6784
6784
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6785
6785
|
"fontSize": 16,
|
|
6786
|
-
"fontWeight":
|
|
6786
|
+
"fontWeight": 700,
|
|
6787
6787
|
"lineHeight": "20px",
|
|
6788
6788
|
"overflow": "hidden",
|
|
6789
6789
|
"pointerEvents": "none",
|
|
@@ -6827,7 +6827,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false hov
|
|
|
6827
6827
|
"background": "#ffffff",
|
|
6828
6828
|
"border": "none",
|
|
6829
6829
|
"borderColor": "#d92916",
|
|
6830
|
-
"borderRadius":
|
|
6830
|
+
"borderRadius": 4,
|
|
6831
6831
|
"borderStyle": "solid",
|
|
6832
6832
|
"borderWidth": 2,
|
|
6833
6833
|
"boxSizing": "border-box",
|
|
@@ -6861,7 +6861,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false hov
|
|
|
6861
6861
|
"display": "inline-block",
|
|
6862
6862
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6863
6863
|
"fontSize": 16,
|
|
6864
|
-
"fontWeight":
|
|
6864
|
+
"fontWeight": 700,
|
|
6865
6865
|
"lineHeight": "20px",
|
|
6866
6866
|
"overflow": "hidden",
|
|
6867
6867
|
"pointerEvents": "none",
|
|
@@ -6902,10 +6902,10 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false pre
|
|
|
6902
6902
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
6903
6903
|
},
|
|
6904
6904
|
"alignItems": "center",
|
|
6905
|
-
"background": "#
|
|
6905
|
+
"background": "#f3bbb4",
|
|
6906
6906
|
"border": "none",
|
|
6907
6907
|
"borderColor": "#9e271d",
|
|
6908
|
-
"borderRadius":
|
|
6908
|
+
"borderRadius": 4,
|
|
6909
6909
|
"borderStyle": "solid",
|
|
6910
6910
|
"borderWidth": 2,
|
|
6911
6911
|
"boxSizing": "border-box",
|
|
@@ -6939,7 +6939,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:false pre
|
|
|
6939
6939
|
"display": "inline-block",
|
|
6940
6940
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
6941
6941
|
"fontSize": 16,
|
|
6942
|
-
"fontWeight":
|
|
6942
|
+
"fontWeight": 700,
|
|
6943
6943
|
"lineHeight": "20px",
|
|
6944
6944
|
"overflow": "hidden",
|
|
6945
6945
|
"pointerEvents": "none",
|
|
@@ -6986,7 +6986,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true disa
|
|
|
6986
6986
|
"background": "none",
|
|
6987
6987
|
"border": "none",
|
|
6988
6988
|
"borderColor": "#f3bbb4",
|
|
6989
|
-
"borderRadius":
|
|
6989
|
+
"borderRadius": 4,
|
|
6990
6990
|
"borderStyle": "solid",
|
|
6991
6991
|
"borderWidth": 1,
|
|
6992
6992
|
"boxSizing": "border-box",
|
|
@@ -7020,7 +7020,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true disa
|
|
|
7020
7020
|
"display": "inline-block",
|
|
7021
7021
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7022
7022
|
"fontSize": 16,
|
|
7023
|
-
"fontWeight":
|
|
7023
|
+
"fontWeight": 700,
|
|
7024
7024
|
"lineHeight": "20px",
|
|
7025
7025
|
"overflow": "hidden",
|
|
7026
7026
|
"pointerEvents": "none",
|
|
@@ -7064,7 +7064,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true focu
|
|
|
7064
7064
|
"background": "none",
|
|
7065
7065
|
"border": "none",
|
|
7066
7066
|
"borderColor": "#ffffff",
|
|
7067
|
-
"borderRadius":
|
|
7067
|
+
"borderRadius": 4,
|
|
7068
7068
|
"borderStyle": "solid",
|
|
7069
7069
|
"borderWidth": 2,
|
|
7070
7070
|
"boxSizing": "border-box",
|
|
@@ -7098,7 +7098,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true focu
|
|
|
7098
7098
|
"display": "inline-block",
|
|
7099
7099
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7100
7100
|
"fontSize": 16,
|
|
7101
|
-
"fontWeight":
|
|
7101
|
+
"fontWeight": 700,
|
|
7102
7102
|
"lineHeight": "20px",
|
|
7103
7103
|
"overflow": "hidden",
|
|
7104
7104
|
"pointerEvents": "none",
|
|
@@ -7142,7 +7142,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true hove
|
|
|
7142
7142
|
"background": "none",
|
|
7143
7143
|
"border": "none",
|
|
7144
7144
|
"borderColor": "#ffffff",
|
|
7145
|
-
"borderRadius":
|
|
7145
|
+
"borderRadius": 4,
|
|
7146
7146
|
"borderStyle": "solid",
|
|
7147
7147
|
"borderWidth": 2,
|
|
7148
7148
|
"boxSizing": "border-box",
|
|
@@ -7176,7 +7176,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true hove
|
|
|
7176
7176
|
"display": "inline-block",
|
|
7177
7177
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7178
7178
|
"fontSize": 16,
|
|
7179
|
-
"fontWeight":
|
|
7179
|
+
"fontWeight": 700,
|
|
7180
7180
|
"lineHeight": "20px",
|
|
7181
7181
|
"overflow": "hidden",
|
|
7182
7182
|
"pointerEvents": "none",
|
|
@@ -7220,7 +7220,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true pres
|
|
|
7220
7220
|
"background": "#9e271d",
|
|
7221
7221
|
"border": "none",
|
|
7222
7222
|
"borderColor": "#f3bbb4",
|
|
7223
|
-
"borderRadius":
|
|
7223
|
+
"borderRadius": 4,
|
|
7224
7224
|
"borderStyle": "solid",
|
|
7225
7225
|
"borderWidth": 2,
|
|
7226
7226
|
"boxSizing": "border-box",
|
|
@@ -7254,7 +7254,7 @@ exports[`ButtonCore kind:secondary color:destructive size:medium light:true pres
|
|
|
7254
7254
|
"display": "inline-block",
|
|
7255
7255
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7256
7256
|
"fontSize": 16,
|
|
7257
|
-
"fontWeight":
|
|
7257
|
+
"fontWeight": 700,
|
|
7258
7258
|
"lineHeight": "20px",
|
|
7259
7259
|
"overflow": "hidden",
|
|
7260
7260
|
"pointerEvents": "none",
|
|
@@ -7301,7 +7301,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false disa
|
|
|
7301
7301
|
"background": "none",
|
|
7302
7302
|
"border": "none",
|
|
7303
7303
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
7304
|
-
"borderRadius":
|
|
7304
|
+
"borderRadius": 4,
|
|
7305
7305
|
"borderStyle": "solid",
|
|
7306
7306
|
"borderWidth": 1,
|
|
7307
7307
|
"boxSizing": "border-box",
|
|
@@ -7335,7 +7335,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false disa
|
|
|
7335
7335
|
"display": "inline-block",
|
|
7336
7336
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7337
7337
|
"fontSize": 14,
|
|
7338
|
-
"fontWeight":
|
|
7338
|
+
"fontWeight": 700,
|
|
7339
7339
|
"lineHeight": "18px",
|
|
7340
7340
|
"overflow": "hidden",
|
|
7341
7341
|
"pointerEvents": "none",
|
|
@@ -7379,7 +7379,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false focu
|
|
|
7379
7379
|
"background": "#ffffff",
|
|
7380
7380
|
"border": "none",
|
|
7381
7381
|
"borderColor": "#d92916",
|
|
7382
|
-
"borderRadius":
|
|
7382
|
+
"borderRadius": 4,
|
|
7383
7383
|
"borderStyle": "solid",
|
|
7384
7384
|
"borderWidth": 2,
|
|
7385
7385
|
"boxSizing": "border-box",
|
|
@@ -7413,7 +7413,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false focu
|
|
|
7413
7413
|
"display": "inline-block",
|
|
7414
7414
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7415
7415
|
"fontSize": 14,
|
|
7416
|
-
"fontWeight":
|
|
7416
|
+
"fontWeight": 700,
|
|
7417
7417
|
"lineHeight": "18px",
|
|
7418
7418
|
"overflow": "hidden",
|
|
7419
7419
|
"pointerEvents": "none",
|
|
@@ -7457,7 +7457,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false hove
|
|
|
7457
7457
|
"background": "#ffffff",
|
|
7458
7458
|
"border": "none",
|
|
7459
7459
|
"borderColor": "#d92916",
|
|
7460
|
-
"borderRadius":
|
|
7460
|
+
"borderRadius": 4,
|
|
7461
7461
|
"borderStyle": "solid",
|
|
7462
7462
|
"borderWidth": 2,
|
|
7463
7463
|
"boxSizing": "border-box",
|
|
@@ -7491,7 +7491,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false hove
|
|
|
7491
7491
|
"display": "inline-block",
|
|
7492
7492
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7493
7493
|
"fontSize": 14,
|
|
7494
|
-
"fontWeight":
|
|
7494
|
+
"fontWeight": 700,
|
|
7495
7495
|
"lineHeight": "18px",
|
|
7496
7496
|
"overflow": "hidden",
|
|
7497
7497
|
"pointerEvents": "none",
|
|
@@ -7532,10 +7532,10 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false pres
|
|
|
7532
7532
|
"WebkitTapHighlightColor": "rgba(0,0,0,0)",
|
|
7533
7533
|
},
|
|
7534
7534
|
"alignItems": "center",
|
|
7535
|
-
"background": "#
|
|
7535
|
+
"background": "#f3bbb4",
|
|
7536
7536
|
"border": "none",
|
|
7537
7537
|
"borderColor": "#9e271d",
|
|
7538
|
-
"borderRadius":
|
|
7538
|
+
"borderRadius": 4,
|
|
7539
7539
|
"borderStyle": "solid",
|
|
7540
7540
|
"borderWidth": 2,
|
|
7541
7541
|
"boxSizing": "border-box",
|
|
@@ -7569,7 +7569,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:false pres
|
|
|
7569
7569
|
"display": "inline-block",
|
|
7570
7570
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7571
7571
|
"fontSize": 14,
|
|
7572
|
-
"fontWeight":
|
|
7572
|
+
"fontWeight": 700,
|
|
7573
7573
|
"lineHeight": "18px",
|
|
7574
7574
|
"overflow": "hidden",
|
|
7575
7575
|
"pointerEvents": "none",
|
|
@@ -7616,7 +7616,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true disab
|
|
|
7616
7616
|
"background": "none",
|
|
7617
7617
|
"border": "none",
|
|
7618
7618
|
"borderColor": "#f3bbb4",
|
|
7619
|
-
"borderRadius":
|
|
7619
|
+
"borderRadius": 4,
|
|
7620
7620
|
"borderStyle": "solid",
|
|
7621
7621
|
"borderWidth": 1,
|
|
7622
7622
|
"boxSizing": "border-box",
|
|
@@ -7650,7 +7650,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true disab
|
|
|
7650
7650
|
"display": "inline-block",
|
|
7651
7651
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7652
7652
|
"fontSize": 14,
|
|
7653
|
-
"fontWeight":
|
|
7653
|
+
"fontWeight": 700,
|
|
7654
7654
|
"lineHeight": "18px",
|
|
7655
7655
|
"overflow": "hidden",
|
|
7656
7656
|
"pointerEvents": "none",
|
|
@@ -7694,7 +7694,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true focus
|
|
|
7694
7694
|
"background": "none",
|
|
7695
7695
|
"border": "none",
|
|
7696
7696
|
"borderColor": "#ffffff",
|
|
7697
|
-
"borderRadius":
|
|
7697
|
+
"borderRadius": 4,
|
|
7698
7698
|
"borderStyle": "solid",
|
|
7699
7699
|
"borderWidth": 2,
|
|
7700
7700
|
"boxSizing": "border-box",
|
|
@@ -7728,7 +7728,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true focus
|
|
|
7728
7728
|
"display": "inline-block",
|
|
7729
7729
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7730
7730
|
"fontSize": 14,
|
|
7731
|
-
"fontWeight":
|
|
7731
|
+
"fontWeight": 700,
|
|
7732
7732
|
"lineHeight": "18px",
|
|
7733
7733
|
"overflow": "hidden",
|
|
7734
7734
|
"pointerEvents": "none",
|
|
@@ -7772,7 +7772,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true hover
|
|
|
7772
7772
|
"background": "none",
|
|
7773
7773
|
"border": "none",
|
|
7774
7774
|
"borderColor": "#ffffff",
|
|
7775
|
-
"borderRadius":
|
|
7775
|
+
"borderRadius": 4,
|
|
7776
7776
|
"borderStyle": "solid",
|
|
7777
7777
|
"borderWidth": 2,
|
|
7778
7778
|
"boxSizing": "border-box",
|
|
@@ -7806,7 +7806,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true hover
|
|
|
7806
7806
|
"display": "inline-block",
|
|
7807
7807
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7808
7808
|
"fontSize": 14,
|
|
7809
|
-
"fontWeight":
|
|
7809
|
+
"fontWeight": 700,
|
|
7810
7810
|
"lineHeight": "18px",
|
|
7811
7811
|
"overflow": "hidden",
|
|
7812
7812
|
"pointerEvents": "none",
|
|
@@ -7850,7 +7850,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true press
|
|
|
7850
7850
|
"background": "#9e271d",
|
|
7851
7851
|
"border": "none",
|
|
7852
7852
|
"borderColor": "#f3bbb4",
|
|
7853
|
-
"borderRadius":
|
|
7853
|
+
"borderRadius": 4,
|
|
7854
7854
|
"borderStyle": "solid",
|
|
7855
7855
|
"borderWidth": 2,
|
|
7856
7856
|
"boxSizing": "border-box",
|
|
@@ -7884,7 +7884,7 @@ exports[`ButtonCore kind:secondary color:destructive size:small light:true press
|
|
|
7884
7884
|
"display": "inline-block",
|
|
7885
7885
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7886
7886
|
"fontSize": 14,
|
|
7887
|
-
"fontWeight":
|
|
7887
|
+
"fontWeight": 700,
|
|
7888
7888
|
"lineHeight": "18px",
|
|
7889
7889
|
"overflow": "hidden",
|
|
7890
7890
|
"pointerEvents": "none",
|
|
@@ -7931,7 +7931,7 @@ exports[`ButtonCore kind:secondary size:medium spinner:true 1`] = `
|
|
|
7931
7931
|
"background": "none",
|
|
7932
7932
|
"border": "none",
|
|
7933
7933
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
7934
|
-
"borderRadius":
|
|
7934
|
+
"borderRadius": 4,
|
|
7935
7935
|
"borderStyle": "solid",
|
|
7936
7936
|
"borderWidth": 1,
|
|
7937
7937
|
"boxSizing": "border-box",
|
|
@@ -7965,7 +7965,7 @@ exports[`ButtonCore kind:secondary size:medium spinner:true 1`] = `
|
|
|
7965
7965
|
"display": "inline-block",
|
|
7966
7966
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
7967
7967
|
"fontSize": 16,
|
|
7968
|
-
"fontWeight":
|
|
7968
|
+
"fontWeight": 700,
|
|
7969
7969
|
"lineHeight": "20px",
|
|
7970
7970
|
"overflow": "hidden",
|
|
7971
7971
|
"pointerEvents": "none",
|
|
@@ -8067,7 +8067,7 @@ exports[`ButtonCore kind:secondary size:small spinner:true 1`] = `
|
|
|
8067
8067
|
"background": "none",
|
|
8068
8068
|
"border": "none",
|
|
8069
8069
|
"borderColor": "rgba(33,36,44,0.32)",
|
|
8070
|
-
"borderRadius":
|
|
8070
|
+
"borderRadius": 4,
|
|
8071
8071
|
"borderStyle": "solid",
|
|
8072
8072
|
"borderWidth": 1,
|
|
8073
8073
|
"boxSizing": "border-box",
|
|
@@ -8101,7 +8101,7 @@ exports[`ButtonCore kind:secondary size:small spinner:true 1`] = `
|
|
|
8101
8101
|
"display": "inline-block",
|
|
8102
8102
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8103
8103
|
"fontSize": 14,
|
|
8104
|
-
"fontWeight":
|
|
8104
|
+
"fontWeight": 700,
|
|
8105
8105
|
"lineHeight": "18px",
|
|
8106
8106
|
"overflow": "hidden",
|
|
8107
8107
|
"pointerEvents": "none",
|
|
@@ -8231,7 +8231,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false disabled
|
|
|
8231
8231
|
"display": "inline-block",
|
|
8232
8232
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8233
8233
|
"fontSize": 18,
|
|
8234
|
-
"fontWeight":
|
|
8234
|
+
"fontWeight": 700,
|
|
8235
8235
|
"lineHeight": 20,
|
|
8236
8236
|
"overflow": "hidden",
|
|
8237
8237
|
"pointerEvents": "none",
|
|
@@ -8271,7 +8271,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false focused 1
|
|
|
8271
8271
|
},
|
|
8272
8272
|
":after": {
|
|
8273
8273
|
"borderColor": "#1865f2",
|
|
8274
|
-
"borderRadius":
|
|
8274
|
+
"borderRadius": 4,
|
|
8275
8275
|
"borderStyle": "solid",
|
|
8276
8276
|
"borderWidth": 2,
|
|
8277
8277
|
"content": "''",
|
|
@@ -8317,7 +8317,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false focused 1
|
|
|
8317
8317
|
"display": "inline-block",
|
|
8318
8318
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8319
8319
|
"fontSize": 18,
|
|
8320
|
-
"fontWeight":
|
|
8320
|
+
"fontWeight": 700,
|
|
8321
8321
|
"lineHeight": 20,
|
|
8322
8322
|
"overflow": "hidden",
|
|
8323
8323
|
"pointerEvents": "none",
|
|
@@ -8403,7 +8403,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false hovered 1
|
|
|
8403
8403
|
"display": "inline-block",
|
|
8404
8404
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8405
8405
|
"fontSize": 18,
|
|
8406
|
-
"fontWeight":
|
|
8406
|
+
"fontWeight": 700,
|
|
8407
8407
|
"lineHeight": 20,
|
|
8408
8408
|
"overflow": "hidden",
|
|
8409
8409
|
"pointerEvents": "none",
|
|
@@ -8484,7 +8484,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:false pressed 1
|
|
|
8484
8484
|
"display": "inline-block",
|
|
8485
8485
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8486
8486
|
"fontSize": 18,
|
|
8487
|
-
"fontWeight":
|
|
8487
|
+
"fontWeight": 700,
|
|
8488
8488
|
"lineHeight": 20,
|
|
8489
8489
|
"overflow": "hidden",
|
|
8490
8490
|
"pointerEvents": "none",
|
|
@@ -8560,7 +8560,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true disabled 1
|
|
|
8560
8560
|
"display": "inline-block",
|
|
8561
8561
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8562
8562
|
"fontSize": 18,
|
|
8563
|
-
"fontWeight":
|
|
8563
|
+
"fontWeight": 700,
|
|
8564
8564
|
"lineHeight": 20,
|
|
8565
8565
|
"overflow": "hidden",
|
|
8566
8566
|
"pointerEvents": "none",
|
|
@@ -8600,7 +8600,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true focused 1`
|
|
|
8600
8600
|
},
|
|
8601
8601
|
":after": {
|
|
8602
8602
|
"borderColor": "#ffffff",
|
|
8603
|
-
"borderRadius":
|
|
8603
|
+
"borderRadius": 4,
|
|
8604
8604
|
"borderStyle": "solid",
|
|
8605
8605
|
"borderWidth": 2,
|
|
8606
8606
|
"content": "''",
|
|
@@ -8646,7 +8646,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true focused 1`
|
|
|
8646
8646
|
"display": "inline-block",
|
|
8647
8647
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8648
8648
|
"fontSize": 18,
|
|
8649
|
-
"fontWeight":
|
|
8649
|
+
"fontWeight": 700,
|
|
8650
8650
|
"lineHeight": 20,
|
|
8651
8651
|
"overflow": "hidden",
|
|
8652
8652
|
"pointerEvents": "none",
|
|
@@ -8732,7 +8732,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true hovered 1`
|
|
|
8732
8732
|
"display": "inline-block",
|
|
8733
8733
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8734
8734
|
"fontSize": 18,
|
|
8735
|
-
"fontWeight":
|
|
8735
|
+
"fontWeight": 700,
|
|
8736
8736
|
"lineHeight": 20,
|
|
8737
8737
|
"overflow": "hidden",
|
|
8738
8738
|
"pointerEvents": "none",
|
|
@@ -8813,7 +8813,7 @@ exports[`ButtonCore kind:tertiary color:default size:large light:true pressed 1`
|
|
|
8813
8813
|
"display": "inline-block",
|
|
8814
8814
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8815
8815
|
"fontSize": 18,
|
|
8816
|
-
"fontWeight":
|
|
8816
|
+
"fontWeight": 700,
|
|
8817
8817
|
"lineHeight": 20,
|
|
8818
8818
|
"overflow": "hidden",
|
|
8819
8819
|
"pointerEvents": "none",
|
|
@@ -8857,7 +8857,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false disabled
|
|
|
8857
8857
|
"alignItems": "center",
|
|
8858
8858
|
"background": "none",
|
|
8859
8859
|
"border": "none",
|
|
8860
|
-
"borderRadius":
|
|
8860
|
+
"borderRadius": 4,
|
|
8861
8861
|
"boxSizing": "border-box",
|
|
8862
8862
|
"color": "rgba(33,36,44,0.32)",
|
|
8863
8863
|
"cursor": "default",
|
|
@@ -8889,7 +8889,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false disabled
|
|
|
8889
8889
|
"display": "inline-block",
|
|
8890
8890
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8891
8891
|
"fontSize": 16,
|
|
8892
|
-
"fontWeight":
|
|
8892
|
+
"fontWeight": 700,
|
|
8893
8893
|
"lineHeight": "20px",
|
|
8894
8894
|
"overflow": "hidden",
|
|
8895
8895
|
"pointerEvents": "none",
|
|
@@ -8929,7 +8929,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false focused
|
|
|
8929
8929
|
},
|
|
8930
8930
|
":after": {
|
|
8931
8931
|
"borderColor": "#1865f2",
|
|
8932
|
-
"borderRadius":
|
|
8932
|
+
"borderRadius": 4,
|
|
8933
8933
|
"borderStyle": "solid",
|
|
8934
8934
|
"borderWidth": 2,
|
|
8935
8935
|
"content": "''",
|
|
@@ -8943,7 +8943,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false focused
|
|
|
8943
8943
|
"alignItems": "center",
|
|
8944
8944
|
"background": "none",
|
|
8945
8945
|
"border": "none",
|
|
8946
|
-
"borderRadius":
|
|
8946
|
+
"borderRadius": 4,
|
|
8947
8947
|
"boxSizing": "border-box",
|
|
8948
8948
|
"color": "#1865f2",
|
|
8949
8949
|
"cursor": "pointer",
|
|
@@ -8975,7 +8975,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false focused
|
|
|
8975
8975
|
"display": "inline-block",
|
|
8976
8976
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
8977
8977
|
"fontSize": 16,
|
|
8978
|
-
"fontWeight":
|
|
8978
|
+
"fontWeight": 700,
|
|
8979
8979
|
"lineHeight": "20px",
|
|
8980
8980
|
"overflow": "hidden",
|
|
8981
8981
|
"pointerEvents": "none",
|
|
@@ -9019,7 +9019,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false hovered
|
|
|
9019
9019
|
"alignItems": "center",
|
|
9020
9020
|
"background": "none",
|
|
9021
9021
|
"border": "none",
|
|
9022
|
-
"borderRadius":
|
|
9022
|
+
"borderRadius": 4,
|
|
9023
9023
|
"boxSizing": "border-box",
|
|
9024
9024
|
"color": "#1865f2",
|
|
9025
9025
|
"cursor": "pointer",
|
|
@@ -9061,7 +9061,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false hovered
|
|
|
9061
9061
|
"display": "inline-block",
|
|
9062
9062
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9063
9063
|
"fontSize": 16,
|
|
9064
|
-
"fontWeight":
|
|
9064
|
+
"fontWeight": 700,
|
|
9065
9065
|
"lineHeight": "20px",
|
|
9066
9066
|
"overflow": "hidden",
|
|
9067
9067
|
"pointerEvents": "none",
|
|
@@ -9105,7 +9105,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false pressed
|
|
|
9105
9105
|
"alignItems": "center",
|
|
9106
9106
|
"background": "none",
|
|
9107
9107
|
"border": "none",
|
|
9108
|
-
"borderRadius":
|
|
9108
|
+
"borderRadius": 4,
|
|
9109
9109
|
"boxSizing": "border-box",
|
|
9110
9110
|
"color": "#1865f2",
|
|
9111
9111
|
"cursor": "pointer",
|
|
@@ -9142,7 +9142,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:false pressed
|
|
|
9142
9142
|
"display": "inline-block",
|
|
9143
9143
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9144
9144
|
"fontSize": 16,
|
|
9145
|
-
"fontWeight":
|
|
9145
|
+
"fontWeight": 700,
|
|
9146
9146
|
"lineHeight": "20px",
|
|
9147
9147
|
"overflow": "hidden",
|
|
9148
9148
|
"pointerEvents": "none",
|
|
@@ -9186,7 +9186,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true disabled
|
|
|
9186
9186
|
"alignItems": "center",
|
|
9187
9187
|
"background": "none",
|
|
9188
9188
|
"border": "none",
|
|
9189
|
-
"borderRadius":
|
|
9189
|
+
"borderRadius": 4,
|
|
9190
9190
|
"boxSizing": "border-box",
|
|
9191
9191
|
"color": "#b5cefb",
|
|
9192
9192
|
"cursor": "default",
|
|
@@ -9218,7 +9218,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true disabled
|
|
|
9218
9218
|
"display": "inline-block",
|
|
9219
9219
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9220
9220
|
"fontSize": 16,
|
|
9221
|
-
"fontWeight":
|
|
9221
|
+
"fontWeight": 700,
|
|
9222
9222
|
"lineHeight": "20px",
|
|
9223
9223
|
"overflow": "hidden",
|
|
9224
9224
|
"pointerEvents": "none",
|
|
@@ -9258,7 +9258,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true focused 1
|
|
|
9258
9258
|
},
|
|
9259
9259
|
":after": {
|
|
9260
9260
|
"borderColor": "#ffffff",
|
|
9261
|
-
"borderRadius":
|
|
9261
|
+
"borderRadius": 4,
|
|
9262
9262
|
"borderStyle": "solid",
|
|
9263
9263
|
"borderWidth": 2,
|
|
9264
9264
|
"content": "''",
|
|
@@ -9272,7 +9272,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true focused 1
|
|
|
9272
9272
|
"alignItems": "center",
|
|
9273
9273
|
"background": "none",
|
|
9274
9274
|
"border": "none",
|
|
9275
|
-
"borderRadius":
|
|
9275
|
+
"borderRadius": 4,
|
|
9276
9276
|
"boxSizing": "border-box",
|
|
9277
9277
|
"color": "#ffffff",
|
|
9278
9278
|
"cursor": "pointer",
|
|
@@ -9304,7 +9304,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true focused 1
|
|
|
9304
9304
|
"display": "inline-block",
|
|
9305
9305
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9306
9306
|
"fontSize": 16,
|
|
9307
|
-
"fontWeight":
|
|
9307
|
+
"fontWeight": 700,
|
|
9308
9308
|
"lineHeight": "20px",
|
|
9309
9309
|
"overflow": "hidden",
|
|
9310
9310
|
"pointerEvents": "none",
|
|
@@ -9348,7 +9348,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true hovered 1
|
|
|
9348
9348
|
"alignItems": "center",
|
|
9349
9349
|
"background": "none",
|
|
9350
9350
|
"border": "none",
|
|
9351
|
-
"borderRadius":
|
|
9351
|
+
"borderRadius": 4,
|
|
9352
9352
|
"boxSizing": "border-box",
|
|
9353
9353
|
"color": "#ffffff",
|
|
9354
9354
|
"cursor": "pointer",
|
|
@@ -9390,7 +9390,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true hovered 1
|
|
|
9390
9390
|
"display": "inline-block",
|
|
9391
9391
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9392
9392
|
"fontSize": 16,
|
|
9393
|
-
"fontWeight":
|
|
9393
|
+
"fontWeight": 700,
|
|
9394
9394
|
"lineHeight": "20px",
|
|
9395
9395
|
"overflow": "hidden",
|
|
9396
9396
|
"pointerEvents": "none",
|
|
@@ -9434,7 +9434,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true pressed 1
|
|
|
9434
9434
|
"alignItems": "center",
|
|
9435
9435
|
"background": "none",
|
|
9436
9436
|
"border": "none",
|
|
9437
|
-
"borderRadius":
|
|
9437
|
+
"borderRadius": 4,
|
|
9438
9438
|
"boxSizing": "border-box",
|
|
9439
9439
|
"color": "#ffffff",
|
|
9440
9440
|
"cursor": "pointer",
|
|
@@ -9471,7 +9471,7 @@ exports[`ButtonCore kind:tertiary color:default size:medium light:true pressed 1
|
|
|
9471
9471
|
"display": "inline-block",
|
|
9472
9472
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9473
9473
|
"fontSize": 16,
|
|
9474
|
-
"fontWeight":
|
|
9474
|
+
"fontWeight": 700,
|
|
9475
9475
|
"lineHeight": "20px",
|
|
9476
9476
|
"overflow": "hidden",
|
|
9477
9477
|
"pointerEvents": "none",
|
|
@@ -9515,7 +9515,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false disabled
|
|
|
9515
9515
|
"alignItems": "center",
|
|
9516
9516
|
"background": "none",
|
|
9517
9517
|
"border": "none",
|
|
9518
|
-
"borderRadius":
|
|
9518
|
+
"borderRadius": 4,
|
|
9519
9519
|
"boxSizing": "border-box",
|
|
9520
9520
|
"color": "rgba(33,36,44,0.32)",
|
|
9521
9521
|
"cursor": "default",
|
|
@@ -9547,7 +9547,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false disabled
|
|
|
9547
9547
|
"display": "inline-block",
|
|
9548
9548
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9549
9549
|
"fontSize": 14,
|
|
9550
|
-
"fontWeight":
|
|
9550
|
+
"fontWeight": 700,
|
|
9551
9551
|
"lineHeight": "18px",
|
|
9552
9552
|
"overflow": "hidden",
|
|
9553
9553
|
"pointerEvents": "none",
|
|
@@ -9587,7 +9587,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false focused 1
|
|
|
9587
9587
|
},
|
|
9588
9588
|
":after": {
|
|
9589
9589
|
"borderColor": "#1865f2",
|
|
9590
|
-
"borderRadius":
|
|
9590
|
+
"borderRadius": 4,
|
|
9591
9591
|
"borderStyle": "solid",
|
|
9592
9592
|
"borderWidth": 2,
|
|
9593
9593
|
"content": "''",
|
|
@@ -9601,7 +9601,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false focused 1
|
|
|
9601
9601
|
"alignItems": "center",
|
|
9602
9602
|
"background": "none",
|
|
9603
9603
|
"border": "none",
|
|
9604
|
-
"borderRadius":
|
|
9604
|
+
"borderRadius": 4,
|
|
9605
9605
|
"boxSizing": "border-box",
|
|
9606
9606
|
"color": "#1865f2",
|
|
9607
9607
|
"cursor": "pointer",
|
|
@@ -9633,7 +9633,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false focused 1
|
|
|
9633
9633
|
"display": "inline-block",
|
|
9634
9634
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9635
9635
|
"fontSize": 14,
|
|
9636
|
-
"fontWeight":
|
|
9636
|
+
"fontWeight": 700,
|
|
9637
9637
|
"lineHeight": "18px",
|
|
9638
9638
|
"overflow": "hidden",
|
|
9639
9639
|
"pointerEvents": "none",
|
|
@@ -9677,7 +9677,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false hovered 1
|
|
|
9677
9677
|
"alignItems": "center",
|
|
9678
9678
|
"background": "none",
|
|
9679
9679
|
"border": "none",
|
|
9680
|
-
"borderRadius":
|
|
9680
|
+
"borderRadius": 4,
|
|
9681
9681
|
"boxSizing": "border-box",
|
|
9682
9682
|
"color": "#1865f2",
|
|
9683
9683
|
"cursor": "pointer",
|
|
@@ -9719,7 +9719,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false hovered 1
|
|
|
9719
9719
|
"display": "inline-block",
|
|
9720
9720
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9721
9721
|
"fontSize": 14,
|
|
9722
|
-
"fontWeight":
|
|
9722
|
+
"fontWeight": 700,
|
|
9723
9723
|
"lineHeight": "18px",
|
|
9724
9724
|
"overflow": "hidden",
|
|
9725
9725
|
"pointerEvents": "none",
|
|
@@ -9763,7 +9763,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false pressed 1
|
|
|
9763
9763
|
"alignItems": "center",
|
|
9764
9764
|
"background": "none",
|
|
9765
9765
|
"border": "none",
|
|
9766
|
-
"borderRadius":
|
|
9766
|
+
"borderRadius": 4,
|
|
9767
9767
|
"boxSizing": "border-box",
|
|
9768
9768
|
"color": "#1865f2",
|
|
9769
9769
|
"cursor": "pointer",
|
|
@@ -9800,7 +9800,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:false pressed 1
|
|
|
9800
9800
|
"display": "inline-block",
|
|
9801
9801
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9802
9802
|
"fontSize": 14,
|
|
9803
|
-
"fontWeight":
|
|
9803
|
+
"fontWeight": 700,
|
|
9804
9804
|
"lineHeight": "18px",
|
|
9805
9805
|
"overflow": "hidden",
|
|
9806
9806
|
"pointerEvents": "none",
|
|
@@ -9844,7 +9844,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true disabled 1
|
|
|
9844
9844
|
"alignItems": "center",
|
|
9845
9845
|
"background": "none",
|
|
9846
9846
|
"border": "none",
|
|
9847
|
-
"borderRadius":
|
|
9847
|
+
"borderRadius": 4,
|
|
9848
9848
|
"boxSizing": "border-box",
|
|
9849
9849
|
"color": "#b5cefb",
|
|
9850
9850
|
"cursor": "default",
|
|
@@ -9876,7 +9876,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true disabled 1
|
|
|
9876
9876
|
"display": "inline-block",
|
|
9877
9877
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9878
9878
|
"fontSize": 14,
|
|
9879
|
-
"fontWeight":
|
|
9879
|
+
"fontWeight": 700,
|
|
9880
9880
|
"lineHeight": "18px",
|
|
9881
9881
|
"overflow": "hidden",
|
|
9882
9882
|
"pointerEvents": "none",
|
|
@@ -9916,7 +9916,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true focused 1`
|
|
|
9916
9916
|
},
|
|
9917
9917
|
":after": {
|
|
9918
9918
|
"borderColor": "#ffffff",
|
|
9919
|
-
"borderRadius":
|
|
9919
|
+
"borderRadius": 4,
|
|
9920
9920
|
"borderStyle": "solid",
|
|
9921
9921
|
"borderWidth": 2,
|
|
9922
9922
|
"content": "''",
|
|
@@ -9930,7 +9930,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true focused 1`
|
|
|
9930
9930
|
"alignItems": "center",
|
|
9931
9931
|
"background": "none",
|
|
9932
9932
|
"border": "none",
|
|
9933
|
-
"borderRadius":
|
|
9933
|
+
"borderRadius": 4,
|
|
9934
9934
|
"boxSizing": "border-box",
|
|
9935
9935
|
"color": "#ffffff",
|
|
9936
9936
|
"cursor": "pointer",
|
|
@@ -9962,7 +9962,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true focused 1`
|
|
|
9962
9962
|
"display": "inline-block",
|
|
9963
9963
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
9964
9964
|
"fontSize": 14,
|
|
9965
|
-
"fontWeight":
|
|
9965
|
+
"fontWeight": 700,
|
|
9966
9966
|
"lineHeight": "18px",
|
|
9967
9967
|
"overflow": "hidden",
|
|
9968
9968
|
"pointerEvents": "none",
|
|
@@ -10006,7 +10006,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true hovered 1`
|
|
|
10006
10006
|
"alignItems": "center",
|
|
10007
10007
|
"background": "none",
|
|
10008
10008
|
"border": "none",
|
|
10009
|
-
"borderRadius":
|
|
10009
|
+
"borderRadius": 4,
|
|
10010
10010
|
"boxSizing": "border-box",
|
|
10011
10011
|
"color": "#ffffff",
|
|
10012
10012
|
"cursor": "pointer",
|
|
@@ -10048,7 +10048,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true hovered 1`
|
|
|
10048
10048
|
"display": "inline-block",
|
|
10049
10049
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10050
10050
|
"fontSize": 14,
|
|
10051
|
-
"fontWeight":
|
|
10051
|
+
"fontWeight": 700,
|
|
10052
10052
|
"lineHeight": "18px",
|
|
10053
10053
|
"overflow": "hidden",
|
|
10054
10054
|
"pointerEvents": "none",
|
|
@@ -10092,7 +10092,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true pressed 1`
|
|
|
10092
10092
|
"alignItems": "center",
|
|
10093
10093
|
"background": "none",
|
|
10094
10094
|
"border": "none",
|
|
10095
|
-
"borderRadius":
|
|
10095
|
+
"borderRadius": 4,
|
|
10096
10096
|
"boxSizing": "border-box",
|
|
10097
10097
|
"color": "#ffffff",
|
|
10098
10098
|
"cursor": "pointer",
|
|
@@ -10129,7 +10129,7 @@ exports[`ButtonCore kind:tertiary color:default size:small light:true pressed 1`
|
|
|
10129
10129
|
"display": "inline-block",
|
|
10130
10130
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10131
10131
|
"fontSize": 14,
|
|
10132
|
-
"fontWeight":
|
|
10132
|
+
"fontWeight": 700,
|
|
10133
10133
|
"lineHeight": "18px",
|
|
10134
10134
|
"overflow": "hidden",
|
|
10135
10135
|
"pointerEvents": "none",
|
|
@@ -10205,7 +10205,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false disab
|
|
|
10205
10205
|
"display": "inline-block",
|
|
10206
10206
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10207
10207
|
"fontSize": 18,
|
|
10208
|
-
"fontWeight":
|
|
10208
|
+
"fontWeight": 700,
|
|
10209
10209
|
"lineHeight": 20,
|
|
10210
10210
|
"overflow": "hidden",
|
|
10211
10211
|
"pointerEvents": "none",
|
|
@@ -10245,7 +10245,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false focus
|
|
|
10245
10245
|
},
|
|
10246
10246
|
":after": {
|
|
10247
10247
|
"borderColor": "#d92916",
|
|
10248
|
-
"borderRadius":
|
|
10248
|
+
"borderRadius": 4,
|
|
10249
10249
|
"borderStyle": "solid",
|
|
10250
10250
|
"borderWidth": 2,
|
|
10251
10251
|
"content": "''",
|
|
@@ -10291,7 +10291,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false focus
|
|
|
10291
10291
|
"display": "inline-block",
|
|
10292
10292
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10293
10293
|
"fontSize": 18,
|
|
10294
|
-
"fontWeight":
|
|
10294
|
+
"fontWeight": 700,
|
|
10295
10295
|
"lineHeight": 20,
|
|
10296
10296
|
"overflow": "hidden",
|
|
10297
10297
|
"pointerEvents": "none",
|
|
@@ -10377,7 +10377,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false hover
|
|
|
10377
10377
|
"display": "inline-block",
|
|
10378
10378
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10379
10379
|
"fontSize": 18,
|
|
10380
|
-
"fontWeight":
|
|
10380
|
+
"fontWeight": 700,
|
|
10381
10381
|
"lineHeight": 20,
|
|
10382
10382
|
"overflow": "hidden",
|
|
10383
10383
|
"pointerEvents": "none",
|
|
@@ -10458,7 +10458,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:false press
|
|
|
10458
10458
|
"display": "inline-block",
|
|
10459
10459
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10460
10460
|
"fontSize": 18,
|
|
10461
|
-
"fontWeight":
|
|
10461
|
+
"fontWeight": 700,
|
|
10462
10462
|
"lineHeight": 20,
|
|
10463
10463
|
"overflow": "hidden",
|
|
10464
10464
|
"pointerEvents": "none",
|
|
@@ -10534,7 +10534,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true disabl
|
|
|
10534
10534
|
"display": "inline-block",
|
|
10535
10535
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10536
10536
|
"fontSize": 18,
|
|
10537
|
-
"fontWeight":
|
|
10537
|
+
"fontWeight": 700,
|
|
10538
10538
|
"lineHeight": 20,
|
|
10539
10539
|
"overflow": "hidden",
|
|
10540
10540
|
"pointerEvents": "none",
|
|
@@ -10574,7 +10574,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true focuse
|
|
|
10574
10574
|
},
|
|
10575
10575
|
":after": {
|
|
10576
10576
|
"borderColor": "#ffffff",
|
|
10577
|
-
"borderRadius":
|
|
10577
|
+
"borderRadius": 4,
|
|
10578
10578
|
"borderStyle": "solid",
|
|
10579
10579
|
"borderWidth": 2,
|
|
10580
10580
|
"content": "''",
|
|
@@ -10620,7 +10620,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true focuse
|
|
|
10620
10620
|
"display": "inline-block",
|
|
10621
10621
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10622
10622
|
"fontSize": 18,
|
|
10623
|
-
"fontWeight":
|
|
10623
|
+
"fontWeight": 700,
|
|
10624
10624
|
"lineHeight": 20,
|
|
10625
10625
|
"overflow": "hidden",
|
|
10626
10626
|
"pointerEvents": "none",
|
|
@@ -10706,7 +10706,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true hovere
|
|
|
10706
10706
|
"display": "inline-block",
|
|
10707
10707
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10708
10708
|
"fontSize": 18,
|
|
10709
|
-
"fontWeight":
|
|
10709
|
+
"fontWeight": 700,
|
|
10710
10710
|
"lineHeight": 20,
|
|
10711
10711
|
"overflow": "hidden",
|
|
10712
10712
|
"pointerEvents": "none",
|
|
@@ -10787,7 +10787,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:large light:true presse
|
|
|
10787
10787
|
"display": "inline-block",
|
|
10788
10788
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10789
10789
|
"fontSize": 18,
|
|
10790
|
-
"fontWeight":
|
|
10790
|
+
"fontWeight": 700,
|
|
10791
10791
|
"lineHeight": 20,
|
|
10792
10792
|
"overflow": "hidden",
|
|
10793
10793
|
"pointerEvents": "none",
|
|
@@ -10831,7 +10831,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false disa
|
|
|
10831
10831
|
"alignItems": "center",
|
|
10832
10832
|
"background": "none",
|
|
10833
10833
|
"border": "none",
|
|
10834
|
-
"borderRadius":
|
|
10834
|
+
"borderRadius": 4,
|
|
10835
10835
|
"boxSizing": "border-box",
|
|
10836
10836
|
"color": "rgba(33,36,44,0.32)",
|
|
10837
10837
|
"cursor": "default",
|
|
@@ -10863,7 +10863,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false disa
|
|
|
10863
10863
|
"display": "inline-block",
|
|
10864
10864
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10865
10865
|
"fontSize": 16,
|
|
10866
|
-
"fontWeight":
|
|
10866
|
+
"fontWeight": 700,
|
|
10867
10867
|
"lineHeight": "20px",
|
|
10868
10868
|
"overflow": "hidden",
|
|
10869
10869
|
"pointerEvents": "none",
|
|
@@ -10903,7 +10903,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false focu
|
|
|
10903
10903
|
},
|
|
10904
10904
|
":after": {
|
|
10905
10905
|
"borderColor": "#d92916",
|
|
10906
|
-
"borderRadius":
|
|
10906
|
+
"borderRadius": 4,
|
|
10907
10907
|
"borderStyle": "solid",
|
|
10908
10908
|
"borderWidth": 2,
|
|
10909
10909
|
"content": "''",
|
|
@@ -10917,7 +10917,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false focu
|
|
|
10917
10917
|
"alignItems": "center",
|
|
10918
10918
|
"background": "none",
|
|
10919
10919
|
"border": "none",
|
|
10920
|
-
"borderRadius":
|
|
10920
|
+
"borderRadius": 4,
|
|
10921
10921
|
"boxSizing": "border-box",
|
|
10922
10922
|
"color": "#d92916",
|
|
10923
10923
|
"cursor": "pointer",
|
|
@@ -10949,7 +10949,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false focu
|
|
|
10949
10949
|
"display": "inline-block",
|
|
10950
10950
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
10951
10951
|
"fontSize": 16,
|
|
10952
|
-
"fontWeight":
|
|
10952
|
+
"fontWeight": 700,
|
|
10953
10953
|
"lineHeight": "20px",
|
|
10954
10954
|
"overflow": "hidden",
|
|
10955
10955
|
"pointerEvents": "none",
|
|
@@ -10993,7 +10993,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false hove
|
|
|
10993
10993
|
"alignItems": "center",
|
|
10994
10994
|
"background": "none",
|
|
10995
10995
|
"border": "none",
|
|
10996
|
-
"borderRadius":
|
|
10996
|
+
"borderRadius": 4,
|
|
10997
10997
|
"boxSizing": "border-box",
|
|
10998
10998
|
"color": "#d92916",
|
|
10999
10999
|
"cursor": "pointer",
|
|
@@ -11035,7 +11035,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false hove
|
|
|
11035
11035
|
"display": "inline-block",
|
|
11036
11036
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11037
11037
|
"fontSize": 16,
|
|
11038
|
-
"fontWeight":
|
|
11038
|
+
"fontWeight": 700,
|
|
11039
11039
|
"lineHeight": "20px",
|
|
11040
11040
|
"overflow": "hidden",
|
|
11041
11041
|
"pointerEvents": "none",
|
|
@@ -11079,7 +11079,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false pres
|
|
|
11079
11079
|
"alignItems": "center",
|
|
11080
11080
|
"background": "none",
|
|
11081
11081
|
"border": "none",
|
|
11082
|
-
"borderRadius":
|
|
11082
|
+
"borderRadius": 4,
|
|
11083
11083
|
"boxSizing": "border-box",
|
|
11084
11084
|
"color": "#d92916",
|
|
11085
11085
|
"cursor": "pointer",
|
|
@@ -11116,7 +11116,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:false pres
|
|
|
11116
11116
|
"display": "inline-block",
|
|
11117
11117
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11118
11118
|
"fontSize": 16,
|
|
11119
|
-
"fontWeight":
|
|
11119
|
+
"fontWeight": 700,
|
|
11120
11120
|
"lineHeight": "20px",
|
|
11121
11121
|
"overflow": "hidden",
|
|
11122
11122
|
"pointerEvents": "none",
|
|
@@ -11160,7 +11160,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true disab
|
|
|
11160
11160
|
"alignItems": "center",
|
|
11161
11161
|
"background": "none",
|
|
11162
11162
|
"border": "none",
|
|
11163
|
-
"borderRadius":
|
|
11163
|
+
"borderRadius": 4,
|
|
11164
11164
|
"boxSizing": "border-box",
|
|
11165
11165
|
"color": "#f3bbb4",
|
|
11166
11166
|
"cursor": "default",
|
|
@@ -11192,7 +11192,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true disab
|
|
|
11192
11192
|
"display": "inline-block",
|
|
11193
11193
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11194
11194
|
"fontSize": 16,
|
|
11195
|
-
"fontWeight":
|
|
11195
|
+
"fontWeight": 700,
|
|
11196
11196
|
"lineHeight": "20px",
|
|
11197
11197
|
"overflow": "hidden",
|
|
11198
11198
|
"pointerEvents": "none",
|
|
@@ -11232,7 +11232,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true focus
|
|
|
11232
11232
|
},
|
|
11233
11233
|
":after": {
|
|
11234
11234
|
"borderColor": "#ffffff",
|
|
11235
|
-
"borderRadius":
|
|
11235
|
+
"borderRadius": 4,
|
|
11236
11236
|
"borderStyle": "solid",
|
|
11237
11237
|
"borderWidth": 2,
|
|
11238
11238
|
"content": "''",
|
|
@@ -11246,7 +11246,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true focus
|
|
|
11246
11246
|
"alignItems": "center",
|
|
11247
11247
|
"background": "none",
|
|
11248
11248
|
"border": "none",
|
|
11249
|
-
"borderRadius":
|
|
11249
|
+
"borderRadius": 4,
|
|
11250
11250
|
"boxSizing": "border-box",
|
|
11251
11251
|
"color": "#ffffff",
|
|
11252
11252
|
"cursor": "pointer",
|
|
@@ -11278,7 +11278,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true focus
|
|
|
11278
11278
|
"display": "inline-block",
|
|
11279
11279
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11280
11280
|
"fontSize": 16,
|
|
11281
|
-
"fontWeight":
|
|
11281
|
+
"fontWeight": 700,
|
|
11282
11282
|
"lineHeight": "20px",
|
|
11283
11283
|
"overflow": "hidden",
|
|
11284
11284
|
"pointerEvents": "none",
|
|
@@ -11322,7 +11322,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true hover
|
|
|
11322
11322
|
"alignItems": "center",
|
|
11323
11323
|
"background": "none",
|
|
11324
11324
|
"border": "none",
|
|
11325
|
-
"borderRadius":
|
|
11325
|
+
"borderRadius": 4,
|
|
11326
11326
|
"boxSizing": "border-box",
|
|
11327
11327
|
"color": "#ffffff",
|
|
11328
11328
|
"cursor": "pointer",
|
|
@@ -11364,7 +11364,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true hover
|
|
|
11364
11364
|
"display": "inline-block",
|
|
11365
11365
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11366
11366
|
"fontSize": 16,
|
|
11367
|
-
"fontWeight":
|
|
11367
|
+
"fontWeight": 700,
|
|
11368
11368
|
"lineHeight": "20px",
|
|
11369
11369
|
"overflow": "hidden",
|
|
11370
11370
|
"pointerEvents": "none",
|
|
@@ -11408,7 +11408,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true press
|
|
|
11408
11408
|
"alignItems": "center",
|
|
11409
11409
|
"background": "none",
|
|
11410
11410
|
"border": "none",
|
|
11411
|
-
"borderRadius":
|
|
11411
|
+
"borderRadius": 4,
|
|
11412
11412
|
"boxSizing": "border-box",
|
|
11413
11413
|
"color": "#ffffff",
|
|
11414
11414
|
"cursor": "pointer",
|
|
@@ -11445,7 +11445,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:medium light:true press
|
|
|
11445
11445
|
"display": "inline-block",
|
|
11446
11446
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11447
11447
|
"fontSize": 16,
|
|
11448
|
-
"fontWeight":
|
|
11448
|
+
"fontWeight": 700,
|
|
11449
11449
|
"lineHeight": "20px",
|
|
11450
11450
|
"overflow": "hidden",
|
|
11451
11451
|
"pointerEvents": "none",
|
|
@@ -11489,7 +11489,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false disab
|
|
|
11489
11489
|
"alignItems": "center",
|
|
11490
11490
|
"background": "none",
|
|
11491
11491
|
"border": "none",
|
|
11492
|
-
"borderRadius":
|
|
11492
|
+
"borderRadius": 4,
|
|
11493
11493
|
"boxSizing": "border-box",
|
|
11494
11494
|
"color": "rgba(33,36,44,0.32)",
|
|
11495
11495
|
"cursor": "default",
|
|
@@ -11521,7 +11521,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false disab
|
|
|
11521
11521
|
"display": "inline-block",
|
|
11522
11522
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11523
11523
|
"fontSize": 14,
|
|
11524
|
-
"fontWeight":
|
|
11524
|
+
"fontWeight": 700,
|
|
11525
11525
|
"lineHeight": "18px",
|
|
11526
11526
|
"overflow": "hidden",
|
|
11527
11527
|
"pointerEvents": "none",
|
|
@@ -11561,7 +11561,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false focus
|
|
|
11561
11561
|
},
|
|
11562
11562
|
":after": {
|
|
11563
11563
|
"borderColor": "#d92916",
|
|
11564
|
-
"borderRadius":
|
|
11564
|
+
"borderRadius": 4,
|
|
11565
11565
|
"borderStyle": "solid",
|
|
11566
11566
|
"borderWidth": 2,
|
|
11567
11567
|
"content": "''",
|
|
@@ -11575,7 +11575,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false focus
|
|
|
11575
11575
|
"alignItems": "center",
|
|
11576
11576
|
"background": "none",
|
|
11577
11577
|
"border": "none",
|
|
11578
|
-
"borderRadius":
|
|
11578
|
+
"borderRadius": 4,
|
|
11579
11579
|
"boxSizing": "border-box",
|
|
11580
11580
|
"color": "#d92916",
|
|
11581
11581
|
"cursor": "pointer",
|
|
@@ -11607,7 +11607,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false focus
|
|
|
11607
11607
|
"display": "inline-block",
|
|
11608
11608
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11609
11609
|
"fontSize": 14,
|
|
11610
|
-
"fontWeight":
|
|
11610
|
+
"fontWeight": 700,
|
|
11611
11611
|
"lineHeight": "18px",
|
|
11612
11612
|
"overflow": "hidden",
|
|
11613
11613
|
"pointerEvents": "none",
|
|
@@ -11651,7 +11651,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false hover
|
|
|
11651
11651
|
"alignItems": "center",
|
|
11652
11652
|
"background": "none",
|
|
11653
11653
|
"border": "none",
|
|
11654
|
-
"borderRadius":
|
|
11654
|
+
"borderRadius": 4,
|
|
11655
11655
|
"boxSizing": "border-box",
|
|
11656
11656
|
"color": "#d92916",
|
|
11657
11657
|
"cursor": "pointer",
|
|
@@ -11693,7 +11693,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false hover
|
|
|
11693
11693
|
"display": "inline-block",
|
|
11694
11694
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11695
11695
|
"fontSize": 14,
|
|
11696
|
-
"fontWeight":
|
|
11696
|
+
"fontWeight": 700,
|
|
11697
11697
|
"lineHeight": "18px",
|
|
11698
11698
|
"overflow": "hidden",
|
|
11699
11699
|
"pointerEvents": "none",
|
|
@@ -11737,7 +11737,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false press
|
|
|
11737
11737
|
"alignItems": "center",
|
|
11738
11738
|
"background": "none",
|
|
11739
11739
|
"border": "none",
|
|
11740
|
-
"borderRadius":
|
|
11740
|
+
"borderRadius": 4,
|
|
11741
11741
|
"boxSizing": "border-box",
|
|
11742
11742
|
"color": "#d92916",
|
|
11743
11743
|
"cursor": "pointer",
|
|
@@ -11774,7 +11774,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:false press
|
|
|
11774
11774
|
"display": "inline-block",
|
|
11775
11775
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11776
11776
|
"fontSize": 14,
|
|
11777
|
-
"fontWeight":
|
|
11777
|
+
"fontWeight": 700,
|
|
11778
11778
|
"lineHeight": "18px",
|
|
11779
11779
|
"overflow": "hidden",
|
|
11780
11780
|
"pointerEvents": "none",
|
|
@@ -11818,7 +11818,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true disabl
|
|
|
11818
11818
|
"alignItems": "center",
|
|
11819
11819
|
"background": "none",
|
|
11820
11820
|
"border": "none",
|
|
11821
|
-
"borderRadius":
|
|
11821
|
+
"borderRadius": 4,
|
|
11822
11822
|
"boxSizing": "border-box",
|
|
11823
11823
|
"color": "#f3bbb4",
|
|
11824
11824
|
"cursor": "default",
|
|
@@ -11850,7 +11850,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true disabl
|
|
|
11850
11850
|
"display": "inline-block",
|
|
11851
11851
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11852
11852
|
"fontSize": 14,
|
|
11853
|
-
"fontWeight":
|
|
11853
|
+
"fontWeight": 700,
|
|
11854
11854
|
"lineHeight": "18px",
|
|
11855
11855
|
"overflow": "hidden",
|
|
11856
11856
|
"pointerEvents": "none",
|
|
@@ -11890,7 +11890,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true focuse
|
|
|
11890
11890
|
},
|
|
11891
11891
|
":after": {
|
|
11892
11892
|
"borderColor": "#ffffff",
|
|
11893
|
-
"borderRadius":
|
|
11893
|
+
"borderRadius": 4,
|
|
11894
11894
|
"borderStyle": "solid",
|
|
11895
11895
|
"borderWidth": 2,
|
|
11896
11896
|
"content": "''",
|
|
@@ -11904,7 +11904,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true focuse
|
|
|
11904
11904
|
"alignItems": "center",
|
|
11905
11905
|
"background": "none",
|
|
11906
11906
|
"border": "none",
|
|
11907
|
-
"borderRadius":
|
|
11907
|
+
"borderRadius": 4,
|
|
11908
11908
|
"boxSizing": "border-box",
|
|
11909
11909
|
"color": "#ffffff",
|
|
11910
11910
|
"cursor": "pointer",
|
|
@@ -11936,7 +11936,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true focuse
|
|
|
11936
11936
|
"display": "inline-block",
|
|
11937
11937
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
11938
11938
|
"fontSize": 14,
|
|
11939
|
-
"fontWeight":
|
|
11939
|
+
"fontWeight": 700,
|
|
11940
11940
|
"lineHeight": "18px",
|
|
11941
11941
|
"overflow": "hidden",
|
|
11942
11942
|
"pointerEvents": "none",
|
|
@@ -11980,7 +11980,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true hovere
|
|
|
11980
11980
|
"alignItems": "center",
|
|
11981
11981
|
"background": "none",
|
|
11982
11982
|
"border": "none",
|
|
11983
|
-
"borderRadius":
|
|
11983
|
+
"borderRadius": 4,
|
|
11984
11984
|
"boxSizing": "border-box",
|
|
11985
11985
|
"color": "#ffffff",
|
|
11986
11986
|
"cursor": "pointer",
|
|
@@ -12022,7 +12022,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true hovere
|
|
|
12022
12022
|
"display": "inline-block",
|
|
12023
12023
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
12024
12024
|
"fontSize": 14,
|
|
12025
|
-
"fontWeight":
|
|
12025
|
+
"fontWeight": 700,
|
|
12026
12026
|
"lineHeight": "18px",
|
|
12027
12027
|
"overflow": "hidden",
|
|
12028
12028
|
"pointerEvents": "none",
|
|
@@ -12066,7 +12066,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true presse
|
|
|
12066
12066
|
"alignItems": "center",
|
|
12067
12067
|
"background": "none",
|
|
12068
12068
|
"border": "none",
|
|
12069
|
-
"borderRadius":
|
|
12069
|
+
"borderRadius": 4,
|
|
12070
12070
|
"boxSizing": "border-box",
|
|
12071
12071
|
"color": "#ffffff",
|
|
12072
12072
|
"cursor": "pointer",
|
|
@@ -12103,7 +12103,7 @@ exports[`ButtonCore kind:tertiary color:destructive size:small light:true presse
|
|
|
12103
12103
|
"display": "inline-block",
|
|
12104
12104
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
12105
12105
|
"fontSize": 14,
|
|
12106
|
-
"fontWeight":
|
|
12106
|
+
"fontWeight": 700,
|
|
12107
12107
|
"lineHeight": "18px",
|
|
12108
12108
|
"overflow": "hidden",
|
|
12109
12109
|
"pointerEvents": "none",
|
|
@@ -12147,7 +12147,7 @@ exports[`ButtonCore kind:tertiary size:medium spinner:true 1`] = `
|
|
|
12147
12147
|
"alignItems": "center",
|
|
12148
12148
|
"background": "none",
|
|
12149
12149
|
"border": "none",
|
|
12150
|
-
"borderRadius":
|
|
12150
|
+
"borderRadius": 4,
|
|
12151
12151
|
"boxSizing": "border-box",
|
|
12152
12152
|
"color": "rgba(33,36,44,0.32)",
|
|
12153
12153
|
"cursor": "default",
|
|
@@ -12179,7 +12179,7 @@ exports[`ButtonCore kind:tertiary size:medium spinner:true 1`] = `
|
|
|
12179
12179
|
"display": "inline-block",
|
|
12180
12180
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
12181
12181
|
"fontSize": 16,
|
|
12182
|
-
"fontWeight":
|
|
12182
|
+
"fontWeight": 700,
|
|
12183
12183
|
"lineHeight": "20px",
|
|
12184
12184
|
"overflow": "hidden",
|
|
12185
12185
|
"pointerEvents": "none",
|
|
@@ -12278,7 +12278,7 @@ exports[`ButtonCore kind:tertiary size:small spinner:true 1`] = `
|
|
|
12278
12278
|
"alignItems": "center",
|
|
12279
12279
|
"background": "none",
|
|
12280
12280
|
"border": "none",
|
|
12281
|
-
"borderRadius":
|
|
12281
|
+
"borderRadius": 4,
|
|
12282
12282
|
"boxSizing": "border-box",
|
|
12283
12283
|
"color": "rgba(33,36,44,0.32)",
|
|
12284
12284
|
"cursor": "default",
|
|
@@ -12310,7 +12310,7 @@ exports[`ButtonCore kind:tertiary size:small spinner:true 1`] = `
|
|
|
12310
12310
|
"display": "inline-block",
|
|
12311
12311
|
"fontFamily": "Lato, "Noto Sans", sans-serif",
|
|
12312
12312
|
"fontSize": 14,
|
|
12313
|
-
"fontWeight":
|
|
12313
|
+
"fontWeight": 700,
|
|
12314
12314
|
"lineHeight": "18px",
|
|
12315
12315
|
"overflow": "hidden",
|
|
12316
12316
|
"pointerEvents": "none",
|