@atlaskit/focus-ring 1.3.4 → 1.3.5
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
CHANGED
package/dist/cjs/focus-ring.js
CHANGED
|
@@ -17,9 +17,7 @@ var baseInsetStyles = (0, _react2.css)({
|
|
|
17
17
|
outlineColor: "var(--ds-border-focused, #2684FF)",
|
|
18
18
|
outlineOffset: -BORDER_WIDTH,
|
|
19
19
|
outlineStyle: 'solid',
|
|
20
|
-
|
|
21
|
-
// TODO Delete this comment after verifying space token -> previous value `BORDER_WIDTH`
|
|
22
|
-
outlineWidth: "var(--ds-border-width, 2px)"
|
|
20
|
+
outlineWidth: "var(--ds-border-width-outline, 2px)"
|
|
23
21
|
});
|
|
24
22
|
var focusRingStyles = (0, _react2.css)({
|
|
25
23
|
'&:focus-visible': baseFocusOutsideStyles,
|
package/dist/cjs/version.json
CHANGED
|
@@ -10,9 +10,7 @@ const baseInsetStyles = css({
|
|
|
10
10
|
outlineColor: "var(--ds-border-focused, #2684FF)",
|
|
11
11
|
outlineOffset: -BORDER_WIDTH,
|
|
12
12
|
outlineStyle: 'solid',
|
|
13
|
-
|
|
14
|
-
// TODO Delete this comment after verifying space token -> previous value `BORDER_WIDTH`
|
|
15
|
-
outlineWidth: "var(--ds-border-width, 2px)"
|
|
13
|
+
outlineWidth: "var(--ds-border-width-outline, 2px)"
|
|
16
14
|
});
|
|
17
15
|
const focusRingStyles = css({
|
|
18
16
|
'&:focus-visible': baseFocusOutsideStyles,
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/focus-ring.js
CHANGED
|
@@ -10,9 +10,7 @@ var baseInsetStyles = css({
|
|
|
10
10
|
outlineColor: "var(--ds-border-focused, #2684FF)",
|
|
11
11
|
outlineOffset: -BORDER_WIDTH,
|
|
12
12
|
outlineStyle: 'solid',
|
|
13
|
-
|
|
14
|
-
// TODO Delete this comment after verifying space token -> previous value `BORDER_WIDTH`
|
|
15
|
-
outlineWidth: "var(--ds-border-width, 2px)"
|
|
13
|
+
outlineWidth: "var(--ds-border-width-outline, 2px)"
|
|
16
14
|
});
|
|
17
15
|
var focusRingStyles = css({
|
|
18
16
|
'&:focus-visible': baseFocusOutsideStyles,
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/focus-ring",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "A focus ring is used to indicate the currently focused item.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
".": "./src/index.tsx"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@atlaskit/tokens": "^1.
|
|
37
|
+
"@atlaskit/tokens": "^1.14.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
39
|
"@emotion/react": "^11.7.1"
|
|
40
40
|
},
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"react": "^16.8.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
+
"@af/accessibility-testing": "*",
|
|
45
46
|
"@atlaskit/visual-regression": "*",
|
|
46
47
|
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
|
|
47
48
|
"@testing-library/react": "^12.1.5",
|