@khanacademy/wonder-blocks-link 9.0.0 → 9.0.1
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 -0
- package/dist/es/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-link
|
|
2
2
|
|
|
3
|
+
## 9.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e8ccf60: Update `borderRadius` styles to use new `border.radius` tokens
|
|
8
|
+
- e8ccf60: Update focus outline to use `radius.radius_040` (4px, 0.4rem) instead of `3px`.
|
|
9
|
+
- Updated dependencies [e8ccf60]
|
|
10
|
+
- @khanacademy/wonder-blocks-tokens@7.0.0
|
|
11
|
+
- @khanacademy/wonder-blocks-clickable@7.0.1
|
|
12
|
+
|
|
3
13
|
## 9.0.0
|
|
4
14
|
|
|
5
15
|
### Major Changes
|
package/dist/es/index.js
CHANGED
|
@@ -134,7 +134,7 @@ const _generateStyles = (inline, light) => {
|
|
|
134
134
|
const focusStyling = {
|
|
135
135
|
color: variant.focus.foreground,
|
|
136
136
|
outline: `${border.width.hairline}px solid ${variant.focus.border}`,
|
|
137
|
-
borderRadius: border.radius.
|
|
137
|
+
borderRadius: border.radius.radius_040
|
|
138
138
|
};
|
|
139
139
|
const pressStyling = {
|
|
140
140
|
color: variant.press.foreground,
|
package/dist/index.js
CHANGED
|
@@ -162,7 +162,7 @@ const _generateStyles = (inline, light) => {
|
|
|
162
162
|
const focusStyling = {
|
|
163
163
|
color: variant.focus.foreground,
|
|
164
164
|
outline: `${wonderBlocksTokens.border.width.hairline}px solid ${variant.focus.border}`,
|
|
165
|
-
borderRadius: wonderBlocksTokens.border.radius.
|
|
165
|
+
borderRadius: wonderBlocksTokens.border.radius.radius_040
|
|
166
166
|
};
|
|
167
167
|
const pressStyling = {
|
|
168
168
|
color: variant.press.foreground,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-link",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@babel/runtime": "^7.24.5",
|
|
16
|
-
"@khanacademy/wonder-blocks-clickable": "7.0.
|
|
16
|
+
"@khanacademy/wonder-blocks-clickable": "7.0.1",
|
|
17
17
|
"@khanacademy/wonder-blocks-core": "12.2.1",
|
|
18
18
|
"@khanacademy/wonder-blocks-icon": "5.1.3",
|
|
19
|
-
"@khanacademy/wonder-blocks-tokens": "
|
|
19
|
+
"@khanacademy/wonder-blocks-tokens": "7.0.0"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@phosphor-icons/core": "^2.0.2",
|