@khanacademy/wonder-blocks-cell 4.1.8 → 4.1.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.
- package/CHANGELOG.md +11 -0
- package/dist/es/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-cell
|
|
2
2
|
|
|
3
|
+
## 4.1.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e63adea: Update `border.width` tokens to use new naming conventions.
|
|
8
|
+
- Updated dependencies [e63adea]
|
|
9
|
+
- Updated dependencies [e63adea]
|
|
10
|
+
- @khanacademy/wonder-blocks-tokens@8.0.0
|
|
11
|
+
- @khanacademy/wonder-blocks-clickable@7.0.2
|
|
12
|
+
- @khanacademy/wonder-blocks-layout@3.1.8
|
|
13
|
+
|
|
3
14
|
## 4.1.8
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/es/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -298,7 +298,7 @@ const styles$1 = aphrodite.StyleSheet.create({
|
|
|
298
298
|
top: 0,
|
|
299
299
|
left: 0,
|
|
300
300
|
bottom: 0,
|
|
301
|
-
width: wonderBlocksTokens.border.width.
|
|
301
|
+
width: wonderBlocksTokens.border.width.medium,
|
|
302
302
|
backgroundColor: wonderBlocksTokens.semanticColor.surface.emphasis
|
|
303
303
|
}
|
|
304
304
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-cell",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.9",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"types": "dist/index.d.ts",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@babel/runtime": "^7.24.5",
|
|
14
|
-
"@khanacademy/wonder-blocks-clickable": "7.0.
|
|
14
|
+
"@khanacademy/wonder-blocks-clickable": "7.0.2",
|
|
15
15
|
"@khanacademy/wonder-blocks-core": "12.2.1",
|
|
16
|
-
"@khanacademy/wonder-blocks-layout": "3.1.
|
|
17
|
-
"@khanacademy/wonder-blocks-tokens": "
|
|
16
|
+
"@khanacademy/wonder-blocks-layout": "3.1.8",
|
|
17
|
+
"@khanacademy/wonder-blocks-tokens": "8.0.0",
|
|
18
18
|
"@khanacademy/wonder-blocks-typography": "3.1.3"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|