@khanacademy/wonder-blocks-button 11.7.2 → 11.7.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @khanacademy/wonder-blocks-button@11.7.2 build:css /home/runner/work/wonder-blocks/wonder-blocks/packages/wonder-blocks-button
2
+ > @khanacademy/wonder-blocks-button@11.7.3 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,17 @@
1
1
  # @khanacademy/wonder-blocks-button
2
2
 
3
+ ## 11.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0735aef]
8
+ - @khanacademy/wonder-blocks-tokens@16.8.1
9
+ - @khanacademy/wonder-blocks-clickable@8.2.5
10
+ - @khanacademy/wonder-blocks-icon@5.3.19
11
+ - @khanacademy/wonder-blocks-progress-spinner@3.1.56
12
+ - @khanacademy/wonder-blocks-styles@0.2.49
13
+ - @khanacademy/wonder-blocks-typography@4.3.9
14
+
3
15
  ## 11.7.2
4
16
 
5
17
  ### Patch Changes
@@ -33,26 +33,7 @@ export declare const ActivityButton: React.ForwardRefExoticComponent<Partial<Omi
33
33
  href?: string;
34
34
  type?: "submit";
35
35
  className?: string;
36
- onClick?: (e: React.
37
- /**
38
- * `ActivityButton` is a button that is used for actions in the context of
39
- * learner activities. It uses a "chonky" design, which is a more playful and
40
- * engaging design that is suitable for learner activities.
41
- *
42
- * ```tsx
43
- * import magnifyingGlassIcon from
44
- * "@phosphor-icons/core/regular/magnifying-glass.svg";
45
- * import {ActivityButton} from "@khanacademy/wonder-blocks-button";
46
- *
47
- * <ActivityButton
48
- * startIcon={magnifyingGlassIcon}
49
- * onClick={(e) => console.log("Hello, world!")}
50
- * >
51
- * Hello, world!
52
- * </ActivityButton>
53
- * ```
54
- */
55
- SyntheticEvent) => unknown;
36
+ onClick?: (e: React.SyntheticEvent) => unknown;
56
37
  onMouseDown?: (e: React.MouseEvent) => unknown;
57
38
  onMouseUp?: (e: React.MouseEvent) => unknown;
58
39
  onMouseEnter?: (e: React.MouseEvent) => unknown;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "11.7.2",
6
+ "version": "11.7.3",
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.2.4",
31
+ "@khanacademy/wonder-blocks-clickable": "8.2.5",
32
32
  "@khanacademy/wonder-blocks-core": "12.4.4",
33
- "@khanacademy/wonder-blocks-icon": "5.3.18",
34
- "@khanacademy/wonder-blocks-progress-spinner": "3.1.55",
35
- "@khanacademy/wonder-blocks-styles": "0.2.48",
36
- "@khanacademy/wonder-blocks-tokens": "16.8.0",
37
- "@khanacademy/wonder-blocks-typography": "4.3.8"
33
+ "@khanacademy/wonder-blocks-icon": "5.3.19",
34
+ "@khanacademy/wonder-blocks-progress-spinner": "3.1.56",
35
+ "@khanacademy/wonder-blocks-styles": "0.2.49",
36
+ "@khanacademy/wonder-blocks-tokens": "16.8.1",
37
+ "@khanacademy/wonder-blocks-typography": "4.3.9"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "aphrodite": "^1.2.5",