@khanacademy/wonder-blocks-badge 0.0.0-PR2830-20251023231836 → 0.0.0-PR2830-20251024211354
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 +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-badge
|
|
2
2
|
|
|
3
|
-
## 0.0.0-PR2830-
|
|
3
|
+
## 0.0.0-PR2830-20251024211354
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 708d89d: Add `showBorder` prop (defaults to true) to Badge and StatusBadge components
|
|
8
8
|
|
|
9
9
|
## 1.0.12
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-badge",
|
|
3
|
-
"version": "0.0.0-PR2830-
|
|
3
|
+
"version": "0.0.0-PR2830-20251024211354",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"description": "Badges are used to display information",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@khanacademy/wonder-blocks-core": "12.4.0",
|
|
16
|
-
"@khanacademy/wonder-blocks-icon": "5.3.0",
|
|
17
|
-
"@khanacademy/wonder-blocks-typography": "4.2.22",
|
|
18
16
|
"@khanacademy/wonder-blocks-tokens": "14.0.0",
|
|
17
|
+
"@khanacademy/wonder-blocks-typography": "4.2.22",
|
|
18
|
+
"@khanacademy/wonder-blocks-icon": "5.3.0",
|
|
19
19
|
"@khanacademy/wonder-blocks-styles": "0.2.32"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|