@khanacademy/wonder-blocks-button 11.2.8 → 11.2.10
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @khanacademy/wonder-blocks-button@11.2.
|
|
2
|
+
> @khanacademy/wonder-blocks-button@11.2.10 build:css /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-button
|
|
3
3
|
> pnpm exec wonder-blocks-tokens .
|
|
4
4
|
|
|
5
5
|
CSS variables generated successfully in: /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-button/dist/css
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-button
|
|
2
2
|
|
|
3
|
+
## 11.2.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [70d6c08]
|
|
8
|
+
- @khanacademy/wonder-blocks-tokens@14.1.3
|
|
9
|
+
- @khanacademy/wonder-blocks-clickable@8.0.5
|
|
10
|
+
- @khanacademy/wonder-blocks-icon@5.3.5
|
|
11
|
+
- @khanacademy/wonder-blocks-progress-spinner@3.1.42
|
|
12
|
+
- @khanacademy/wonder-blocks-styles@0.2.37
|
|
13
|
+
- @khanacademy/wonder-blocks-typography@4.2.27
|
|
14
|
+
|
|
15
|
+
## 11.2.9
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 0fd41cc: Replace style prop with styles object prop for ActivityIconButton
|
|
20
|
+
|
|
3
21
|
## 11.2.8
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -181,7 +181,7 @@ export type ButtonProps = BaseButtonProps & {
|
|
|
181
181
|
};
|
|
182
182
|
export type ActivityButtonProps = BaseButtonProps & {
|
|
183
183
|
/**
|
|
184
|
-
* Custom styles for the elements in the
|
|
184
|
+
* Custom styles for the elements in the ActivityButton component.
|
|
185
185
|
* - `root`: Styles the root element (button)
|
|
186
186
|
* - `box`: Styles the "chonky" box element
|
|
187
187
|
* - `startIcon`: Styles the start icon element
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "11.2.
|
|
6
|
+
"version": "11.2.10",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"./styles.css": "./dist/css/vars.css"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@khanacademy/wonder-blocks-clickable": "8.0.
|
|
31
|
+
"@khanacademy/wonder-blocks-clickable": "8.0.5",
|
|
32
32
|
"@khanacademy/wonder-blocks-core": "12.4.2",
|
|
33
|
-
"@khanacademy/wonder-blocks-icon": "5.3.
|
|
34
|
-
"@khanacademy/wonder-blocks-progress-spinner": "3.1.
|
|
35
|
-
"@khanacademy/wonder-blocks-styles": "0.2.
|
|
36
|
-
"@khanacademy/wonder-blocks-tokens": "14.1.
|
|
37
|
-
"@khanacademy/wonder-blocks-typography": "4.2.
|
|
33
|
+
"@khanacademy/wonder-blocks-icon": "5.3.5",
|
|
34
|
+
"@khanacademy/wonder-blocks-progress-spinner": "3.1.42",
|
|
35
|
+
"@khanacademy/wonder-blocks-styles": "0.2.37",
|
|
36
|
+
"@khanacademy/wonder-blocks-tokens": "14.1.3",
|
|
37
|
+
"@khanacademy/wonder-blocks-typography": "4.2.27"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"aphrodite": "^1.2.5",
|