@khanacademy/wonder-blocks-button 11.2.7 → 11.2.9

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.7 build:css /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-button
2
+ > @khanacademy/wonder-blocks-button@11.2.9 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,27 @@
1
1
  # @khanacademy/wonder-blocks-button
2
2
 
3
+ ## 11.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 0fd41cc: Replace style prop with styles object prop for ActivityIconButton
8
+
9
+ ## 11.2.8
10
+
11
+ ### Patch Changes
12
+
13
+ - 8a36c70: Re-publish to publish with Trusted Publishing
14
+ - 3e0d137: Re-publishing via Trusted Publishing
15
+ - Updated dependencies [8a36c70]
16
+ - Updated dependencies [3e0d137]
17
+ - @khanacademy/wonder-blocks-clickable@8.0.4
18
+ - @khanacademy/wonder-blocks-core@12.4.2
19
+ - @khanacademy/wonder-blocks-icon@5.3.4
20
+ - @khanacademy/wonder-blocks-progress-spinner@3.1.41
21
+ - @khanacademy/wonder-blocks-styles@0.2.36
22
+ - @khanacademy/wonder-blocks-tokens@14.1.2
23
+ - @khanacademy/wonder-blocks-typography@4.2.26
24
+
3
25
  ## 11.2.7
4
26
 
5
27
  ### 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 Badge component.
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.7",
6
+ "version": "11.2.9",
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.3",
32
- "@khanacademy/wonder-blocks-core": "12.4.1",
33
- "@khanacademy/wonder-blocks-icon": "5.3.3",
34
- "@khanacademy/wonder-blocks-progress-spinner": "3.1.40",
35
- "@khanacademy/wonder-blocks-styles": "0.2.35",
36
- "@khanacademy/wonder-blocks-tokens": "14.1.1",
37
- "@khanacademy/wonder-blocks-typography": "4.2.25"
31
+ "@khanacademy/wonder-blocks-clickable": "8.0.4",
32
+ "@khanacademy/wonder-blocks-core": "12.4.2",
33
+ "@khanacademy/wonder-blocks-icon": "5.3.4",
34
+ "@khanacademy/wonder-blocks-progress-spinner": "3.1.41",
35
+ "@khanacademy/wonder-blocks-styles": "0.2.36",
36
+ "@khanacademy/wonder-blocks-tokens": "14.1.2",
37
+ "@khanacademy/wonder-blocks-typography": "4.2.26"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "aphrodite": "^1.2.5",