@khanacademy/wonder-blocks-pill 3.1.71 → 3.1.72
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 +11 -0
- package/dist/components/pill.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-pill
|
|
2
2
|
|
|
3
|
+
## 3.1.72
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [3e7925e]
|
|
8
|
+
- @khanacademy/wonder-blocks-tokens@17.2.0
|
|
9
|
+
- @khanacademy/wonder-blocks-clickable@8.2.8
|
|
10
|
+
- @khanacademy/wonder-blocks-link@10.3.8
|
|
11
|
+
- @khanacademy/wonder-blocks-styles@0.2.52
|
|
12
|
+
- @khanacademy/wonder-blocks-typography@5.0.2
|
|
13
|
+
|
|
3
14
|
## 3.1.71
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -74,5 +74,5 @@ declare const Pill: React.ForwardRefExoticComponent<Readonly<import("@khanacadem
|
|
|
74
74
|
* Optional test ID for e2e testing.
|
|
75
75
|
*/
|
|
76
76
|
testId?: string;
|
|
77
|
-
} & React.RefAttributes<
|
|
77
|
+
} & React.RefAttributes<HTMLButtonElement | HTMLElement>>;
|
|
78
78
|
export default Pill;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Pill components for Wonder Blocks.",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "3.1.
|
|
6
|
+
"version": "3.1.72",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"types": "dist/index.d.ts",
|
|
22
22
|
"source": "src/index.js",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@khanacademy/wonder-blocks-clickable": "8.2.
|
|
24
|
+
"@khanacademy/wonder-blocks-clickable": "8.2.8",
|
|
25
25
|
"@khanacademy/wonder-blocks-core": "12.4.4",
|
|
26
|
-
"@khanacademy/wonder-blocks-link": "10.3.
|
|
27
|
-
"@khanacademy/wonder-blocks-styles": "0.2.
|
|
28
|
-
"@khanacademy/wonder-blocks-tokens": "17.
|
|
29
|
-
"@khanacademy/wonder-blocks-typography": "5.0.
|
|
26
|
+
"@khanacademy/wonder-blocks-link": "10.3.8",
|
|
27
|
+
"@khanacademy/wonder-blocks-styles": "0.2.52",
|
|
28
|
+
"@khanacademy/wonder-blocks-tokens": "17.2.0",
|
|
29
|
+
"@khanacademy/wonder-blocks-typography": "5.0.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"aphrodite": "^1.2.5",
|