@khanacademy/wonder-blocks-button 3.0.1 → 3.0.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
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-button",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.18.6",
|
|
19
19
|
"@khanacademy/wonder-blocks-clickable": "^2.3.0",
|
|
20
|
-
"@khanacademy/wonder-blocks-color": "^1.
|
|
20
|
+
"@khanacademy/wonder-blocks-color": "^1.2.0",
|
|
21
21
|
"@khanacademy/wonder-blocks-core": "^4.3.2",
|
|
22
22
|
"@khanacademy/wonder-blocks-icon": "^1.2.29",
|
|
23
|
-
"@khanacademy/wonder-blocks-progress-spinner": "^1.1.
|
|
23
|
+
"@khanacademy/wonder-blocks-progress-spinner": "^1.1.34",
|
|
24
24
|
"@khanacademy/wonder-blocks-spacing": "^3.0.5",
|
|
25
25
|
"@khanacademy/wonder-blocks-typography": "^1.1.32"
|
|
26
26
|
},
|
|
@@ -639,7 +639,7 @@ exports[`ButtonCore kind:primary color:default size:large light:true focused 1`]
|
|
|
639
639
|
"background": "#ffffff",
|
|
640
640
|
"border": "none",
|
|
641
641
|
"borderRadius": 6,
|
|
642
|
-
"boxShadow": "0 0 0 1px #
|
|
642
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
643
643
|
"boxSizing": "border-box",
|
|
644
644
|
"color": "#1865f2",
|
|
645
645
|
"cursor": "pointer",
|
|
@@ -716,7 +716,7 @@ exports[`ButtonCore kind:primary color:default size:large light:true hovered 1`]
|
|
|
716
716
|
"background": "#ffffff",
|
|
717
717
|
"border": "none",
|
|
718
718
|
"borderRadius": 6,
|
|
719
|
-
"boxShadow": "0 0 0 1px #
|
|
719
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
720
720
|
"boxSizing": "border-box",
|
|
721
721
|
"color": "#1865f2",
|
|
722
722
|
"cursor": "pointer",
|
|
@@ -793,7 +793,7 @@ exports[`ButtonCore kind:primary color:default size:large light:true pressed 1`]
|
|
|
793
793
|
"background": "#b5cefb",
|
|
794
794
|
"border": "none",
|
|
795
795
|
"borderRadius": 6,
|
|
796
|
-
"boxShadow": "0 0 0 1px #
|
|
796
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #b5cefb",
|
|
797
797
|
"boxSizing": "border-box",
|
|
798
798
|
"color": "#1b50b3",
|
|
799
799
|
"cursor": "pointer",
|
|
@@ -1253,7 +1253,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true focused 1`
|
|
|
1253
1253
|
"background": "#ffffff",
|
|
1254
1254
|
"border": "none",
|
|
1255
1255
|
"borderRadius": 4,
|
|
1256
|
-
"boxShadow": "0 0 0 1px #
|
|
1256
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
1257
1257
|
"boxSizing": "border-box",
|
|
1258
1258
|
"color": "#1865f2",
|
|
1259
1259
|
"cursor": "pointer",
|
|
@@ -1330,7 +1330,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true hovered 1`
|
|
|
1330
1330
|
"background": "#ffffff",
|
|
1331
1331
|
"border": "none",
|
|
1332
1332
|
"borderRadius": 4,
|
|
1333
|
-
"boxShadow": "0 0 0 1px #
|
|
1333
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
1334
1334
|
"boxSizing": "border-box",
|
|
1335
1335
|
"color": "#1865f2",
|
|
1336
1336
|
"cursor": "pointer",
|
|
@@ -1407,7 +1407,7 @@ exports[`ButtonCore kind:primary color:default size:medium light:true pressed 1`
|
|
|
1407
1407
|
"background": "#b5cefb",
|
|
1408
1408
|
"border": "none",
|
|
1409
1409
|
"borderRadius": 4,
|
|
1410
|
-
"boxShadow": "0 0 0 1px #
|
|
1410
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #b5cefb",
|
|
1411
1411
|
"boxSizing": "border-box",
|
|
1412
1412
|
"color": "#1b50b3",
|
|
1413
1413
|
"cursor": "pointer",
|
|
@@ -1867,7 +1867,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true focused 1`]
|
|
|
1867
1867
|
"background": "#ffffff",
|
|
1868
1868
|
"border": "none",
|
|
1869
1869
|
"borderRadius": 4,
|
|
1870
|
-
"boxShadow": "0 0 0 1px #
|
|
1870
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
1871
1871
|
"boxSizing": "border-box",
|
|
1872
1872
|
"color": "#1865f2",
|
|
1873
1873
|
"cursor": "pointer",
|
|
@@ -1944,7 +1944,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true hovered 1`]
|
|
|
1944
1944
|
"background": "#ffffff",
|
|
1945
1945
|
"border": "none",
|
|
1946
1946
|
"borderRadius": 4,
|
|
1947
|
-
"boxShadow": "0 0 0 1px #
|
|
1947
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
1948
1948
|
"boxSizing": "border-box",
|
|
1949
1949
|
"color": "#1865f2",
|
|
1950
1950
|
"cursor": "pointer",
|
|
@@ -2021,7 +2021,7 @@ exports[`ButtonCore kind:primary color:default size:small light:true pressed 1`]
|
|
|
2021
2021
|
"background": "#b5cefb",
|
|
2022
2022
|
"border": "none",
|
|
2023
2023
|
"borderRadius": 4,
|
|
2024
|
-
"boxShadow": "0 0 0 1px #
|
|
2024
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #b5cefb",
|
|
2025
2025
|
"boxSizing": "border-box",
|
|
2026
2026
|
"color": "#1b50b3",
|
|
2027
2027
|
"cursor": "pointer",
|
|
@@ -2481,7 +2481,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true focused
|
|
|
2481
2481
|
"background": "#ffffff",
|
|
2482
2482
|
"border": "none",
|
|
2483
2483
|
"borderRadius": 6,
|
|
2484
|
-
"boxShadow": "0 0 0 1px #
|
|
2484
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
2485
2485
|
"boxSizing": "border-box",
|
|
2486
2486
|
"color": "#d92916",
|
|
2487
2487
|
"cursor": "pointer",
|
|
@@ -2558,7 +2558,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true hovered
|
|
|
2558
2558
|
"background": "#ffffff",
|
|
2559
2559
|
"border": "none",
|
|
2560
2560
|
"borderRadius": 6,
|
|
2561
|
-
"boxShadow": "0 0 0 1px #
|
|
2561
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
2562
2562
|
"boxSizing": "border-box",
|
|
2563
2563
|
"color": "#d92916",
|
|
2564
2564
|
"cursor": "pointer",
|
|
@@ -2635,7 +2635,7 @@ exports[`ButtonCore kind:primary color:destructive size:large light:true pressed
|
|
|
2635
2635
|
"background": "#f3bbb4",
|
|
2636
2636
|
"border": "none",
|
|
2637
2637
|
"borderRadius": 6,
|
|
2638
|
-
"boxShadow": "0 0 0 1px #
|
|
2638
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #f3bbb4",
|
|
2639
2639
|
"boxSizing": "border-box",
|
|
2640
2640
|
"color": "#9e271d",
|
|
2641
2641
|
"cursor": "pointer",
|
|
@@ -3095,7 +3095,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true focuse
|
|
|
3095
3095
|
"background": "#ffffff",
|
|
3096
3096
|
"border": "none",
|
|
3097
3097
|
"borderRadius": 4,
|
|
3098
|
-
"boxShadow": "0 0 0 1px #
|
|
3098
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
3099
3099
|
"boxSizing": "border-box",
|
|
3100
3100
|
"color": "#d92916",
|
|
3101
3101
|
"cursor": "pointer",
|
|
@@ -3172,7 +3172,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true hovere
|
|
|
3172
3172
|
"background": "#ffffff",
|
|
3173
3173
|
"border": "none",
|
|
3174
3174
|
"borderRadius": 4,
|
|
3175
|
-
"boxShadow": "0 0 0 1px #
|
|
3175
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
3176
3176
|
"boxSizing": "border-box",
|
|
3177
3177
|
"color": "#d92916",
|
|
3178
3178
|
"cursor": "pointer",
|
|
@@ -3249,7 +3249,7 @@ exports[`ButtonCore kind:primary color:destructive size:medium light:true presse
|
|
|
3249
3249
|
"background": "#f3bbb4",
|
|
3250
3250
|
"border": "none",
|
|
3251
3251
|
"borderRadius": 4,
|
|
3252
|
-
"boxShadow": "0 0 0 1px #
|
|
3252
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #f3bbb4",
|
|
3253
3253
|
"boxSizing": "border-box",
|
|
3254
3254
|
"color": "#9e271d",
|
|
3255
3255
|
"cursor": "pointer",
|
|
@@ -3709,7 +3709,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true focused
|
|
|
3709
3709
|
"background": "#ffffff",
|
|
3710
3710
|
"border": "none",
|
|
3711
3711
|
"borderRadius": 4,
|
|
3712
|
-
"boxShadow": "0 0 0 1px #
|
|
3712
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
3713
3713
|
"boxSizing": "border-box",
|
|
3714
3714
|
"color": "#d92916",
|
|
3715
3715
|
"cursor": "pointer",
|
|
@@ -3786,7 +3786,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true hovered
|
|
|
3786
3786
|
"background": "#ffffff",
|
|
3787
3787
|
"border": "none",
|
|
3788
3788
|
"borderRadius": 4,
|
|
3789
|
-
"boxShadow": "0 0 0 1px #
|
|
3789
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #ffffff",
|
|
3790
3790
|
"boxSizing": "border-box",
|
|
3791
3791
|
"color": "#d92916",
|
|
3792
3792
|
"cursor": "pointer",
|
|
@@ -3863,7 +3863,7 @@ exports[`ButtonCore kind:primary color:destructive size:small light:true pressed
|
|
|
3863
3863
|
"background": "#f3bbb4",
|
|
3864
3864
|
"border": "none",
|
|
3865
3865
|
"borderRadius": 4,
|
|
3866
|
-
"boxShadow": "0 0 0 1px #
|
|
3866
|
+
"boxShadow": "0 0 0 1px #0b2149, 0 0 0 3px #f3bbb4",
|
|
3867
3867
|
"boxSizing": "border-box",
|
|
3868
3868
|
"color": "#9e271d",
|
|
3869
3869
|
"cursor": "pointer",
|