@atlaskit/focus-ring 1.3.8 → 1.3.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/focus-ring
2
2
 
3
+ ## 1.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297) [`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) - The internal composition of this component has changed. There is no expected change in behaviour.
8
+
3
9
  ## 1.3.8
4
10
 
5
11
  ### Patch Changes
@@ -38,6 +38,7 @@ var insetFocusRingStyles = (0, _react2.css)({
38
38
  '@media screen and (forced-colors: active), screen and (-ms-high-contrast: active)': {
39
39
  '&:focus-visible': {
40
40
  outline: '1px solid',
41
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
41
42
  outlineOffset: '-1px'
42
43
  }
43
44
  }
@@ -31,6 +31,7 @@ const insetFocusRingStyles = css({
31
31
  '@media screen and (forced-colors: active), screen and (-ms-high-contrast: active)': {
32
32
  '&:focus-visible': {
33
33
  outline: '1px solid',
34
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
34
35
  outlineOffset: '-1px'
35
36
  }
36
37
  }
@@ -31,6 +31,7 @@ var insetFocusRingStyles = css({
31
31
  '@media screen and (forced-colors: active), screen and (-ms-high-contrast: active)': {
32
32
  '&:focus-visible': {
33
33
  outline: '1px solid',
34
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
34
35
  outlineOffset: '-1px'
35
36
  }
36
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
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",