@khanacademy/wonder-blocks-link 9.0.1 → 9.0.2
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.2
|
|
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
|
+
|
|
3
13
|
## 9.0.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/es/index.js
CHANGED
|
@@ -133,7 +133,7 @@ const _generateStyles = (inline, light) => {
|
|
|
133
133
|
const variant = light ? theme.color.inverse : theme.color.default;
|
|
134
134
|
const focusStyling = {
|
|
135
135
|
color: variant.focus.foreground,
|
|
136
|
-
outline: `${border.width.
|
|
136
|
+
outline: `${border.width.thin} solid ${variant.focus.border}`,
|
|
137
137
|
borderRadius: border.radius.radius_040
|
|
138
138
|
};
|
|
139
139
|
const pressStyling = {
|
package/dist/index.js
CHANGED
|
@@ -161,7 +161,7 @@ const _generateStyles = (inline, light) => {
|
|
|
161
161
|
const variant = light ? theme.color.inverse : theme.color.default;
|
|
162
162
|
const focusStyling = {
|
|
163
163
|
color: variant.focus.foreground,
|
|
164
|
-
outline: `${wonderBlocksTokens.border.width.
|
|
164
|
+
outline: `${wonderBlocksTokens.border.width.thin} solid ${variant.focus.border}`,
|
|
165
165
|
borderRadius: wonderBlocksTokens.border.radius.radius_040
|
|
166
166
|
};
|
|
167
167
|
const pressStyling = {
|
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.2",
|
|
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.2",
|
|
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": "8.0.0"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@phosphor-icons/core": "^2.0.2",
|