@khanacademy/wonder-blocks-button 8.0.1 → 8.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/es/index.js +4 -4
- package/dist/index.js +4 -4
- package/dist/themes/default.d.ts +3 -3
- package/dist/themes/khanmigo.d.ts +3 -3
- package/dist/themes/themed-button.d.ts +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-button
|
|
2
2
|
|
|
3
|
+
## 8.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2656fd4]
|
|
8
|
+
- Updated dependencies [6018552]
|
|
9
|
+
- Updated dependencies [7bbf311]
|
|
10
|
+
- Updated dependencies [7f79943]
|
|
11
|
+
- Updated dependencies [7bbf311]
|
|
12
|
+
- Updated dependencies [7f79943]
|
|
13
|
+
- @khanacademy/wonder-blocks-tokens@9.0.0
|
|
14
|
+
- @khanacademy/wonder-blocks-theming@3.3.0
|
|
15
|
+
- @khanacademy/wonder-blocks-clickable@7.0.3
|
|
16
|
+
- @khanacademy/wonder-blocks-progress-spinner@3.1.9
|
|
17
|
+
|
|
18
|
+
## 8.0.2
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- e63adea: Update `border.width` tokens to use new naming conventions.
|
|
23
|
+
- Updated dependencies [e63adea]
|
|
24
|
+
- Updated dependencies [e63adea]
|
|
25
|
+
- @khanacademy/wonder-blocks-tokens@8.0.0
|
|
26
|
+
- @khanacademy/wonder-blocks-clickable@7.0.2
|
|
27
|
+
- @khanacademy/wonder-blocks-progress-spinner@3.1.8
|
|
28
|
+
|
|
3
29
|
## 8.0.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/dist/es/index.js
CHANGED
|
@@ -200,9 +200,9 @@ const theme$1 = {
|
|
|
200
200
|
},
|
|
201
201
|
border: {
|
|
202
202
|
width: {
|
|
203
|
-
secondary: tokens.border.width.
|
|
204
|
-
focused: tokens.border.width.
|
|
205
|
-
disabled: tokens.border.width.
|
|
203
|
+
secondary: tokens.border.width.thin,
|
|
204
|
+
focused: tokens.border.width.medium,
|
|
205
|
+
disabled: tokens.border.width.medium
|
|
206
206
|
},
|
|
207
207
|
offset: {
|
|
208
208
|
primary: tokens.spacing.xxxxSmall_2,
|
|
@@ -297,7 +297,7 @@ const theme = mergeTheme(theme$1, {
|
|
|
297
297
|
large: tokens.border.radius.radius_120
|
|
298
298
|
},
|
|
299
299
|
width: {
|
|
300
|
-
focused: tokens.border.width.
|
|
300
|
+
focused: tokens.border.width.thin
|
|
301
301
|
}
|
|
302
302
|
},
|
|
303
303
|
margin: {
|
package/dist/index.js
CHANGED
|
@@ -227,9 +227,9 @@ const theme$1 = {
|
|
|
227
227
|
},
|
|
228
228
|
border: {
|
|
229
229
|
width: {
|
|
230
|
-
secondary: tokens__namespace.border.width.
|
|
231
|
-
focused: tokens__namespace.border.width.
|
|
232
|
-
disabled: tokens__namespace.border.width.
|
|
230
|
+
secondary: tokens__namespace.border.width.thin,
|
|
231
|
+
focused: tokens__namespace.border.width.medium,
|
|
232
|
+
disabled: tokens__namespace.border.width.medium
|
|
233
233
|
},
|
|
234
234
|
offset: {
|
|
235
235
|
primary: tokens__namespace.spacing.xxxxSmall_2,
|
|
@@ -324,7 +324,7 @@ const theme = wonderBlocksTheming.mergeTheme(theme$1, {
|
|
|
324
324
|
large: tokens__namespace.border.radius.radius_120
|
|
325
325
|
},
|
|
326
326
|
width: {
|
|
327
|
-
focused: tokens__namespace.border.width.
|
|
327
|
+
focused: tokens__namespace.border.width.thin
|
|
328
328
|
}
|
|
329
329
|
},
|
|
330
330
|
margin: {
|
package/dist/themes/default.d.ts
CHANGED
|
@@ -308,9 +308,9 @@ export declare const ButtonThemeContext: React.Context<{
|
|
|
308
308
|
};
|
|
309
309
|
border: {
|
|
310
310
|
width: {
|
|
311
|
-
secondary:
|
|
312
|
-
focused:
|
|
313
|
-
disabled:
|
|
311
|
+
secondary: string;
|
|
312
|
+
focused: string;
|
|
313
|
+
disabled: string;
|
|
314
314
|
};
|
|
315
315
|
offset: {
|
|
316
316
|
primary: 2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-button",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@babel/runtime": "^7.24.5",
|
|
16
|
-
"@khanacademy/wonder-blocks-clickable": "7.0.1",
|
|
17
16
|
"@khanacademy/wonder-blocks-core": "12.2.1",
|
|
18
17
|
"@khanacademy/wonder-blocks-icon": "5.1.3",
|
|
19
|
-
"@khanacademy/wonder-blocks-progress-spinner": "3.1.
|
|
20
|
-
"@khanacademy/wonder-blocks-theming": "3.
|
|
21
|
-
"@khanacademy/wonder-blocks-tokens": "
|
|
22
|
-
"@khanacademy/wonder-blocks-typography": "3.1.3"
|
|
18
|
+
"@khanacademy/wonder-blocks-progress-spinner": "3.1.9",
|
|
19
|
+
"@khanacademy/wonder-blocks-theming": "3.3.0",
|
|
20
|
+
"@khanacademy/wonder-blocks-tokens": "9.0.0",
|
|
21
|
+
"@khanacademy/wonder-blocks-typography": "3.1.3",
|
|
22
|
+
"@khanacademy/wonder-blocks-clickable": "7.0.3"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"aphrodite": "^1.2.5",
|