@khanacademy/wonder-blocks-card 0.0.0-PR2799-20251003161247 → 0.0.0-PR2813-20251007130809
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 +10 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-card
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-PR2813-20251007130809
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies [c8b93d9]
|
|
8
|
+
- @khanacademy/wonder-blocks-core@0.0.0-PR2813-20251007130809
|
|
9
|
+
- @khanacademy/wonder-blocks-icon-button@0.0.0-PR2813-20251007130809
|
|
10
|
+
- @khanacademy/wonder-blocks-tokens@14.0.0
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
## 1.1.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
10
15
|
|
|
11
|
-
-
|
|
16
|
+
- 31da775: Add new Card component
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-card",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-PR2813-20251007130809",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"description": "Card component for Wonder Blocks.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@khanacademy/wonder-blocks-core": "
|
|
17
|
-
"@khanacademy/wonder-blocks-icon-button": "
|
|
16
|
+
"@khanacademy/wonder-blocks-core": "0.0.0-PR2813-20251007130809",
|
|
17
|
+
"@khanacademy/wonder-blocks-icon-button": "0.0.0-PR2813-20251007130809",
|
|
18
18
|
"@khanacademy/wonder-blocks-tokens": "14.0.0"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@phosphor-icons/core": "^2.0.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@khanacademy/wb-dev-build-settings": "
|
|
26
|
+
"@khanacademy/wb-dev-build-settings": "0.0.0-PR2813-20251007130809"
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"test": "echo \"Error: no test specified\" && exit 1"
|