@atlaskit/focus-ring 1.3.2 → 1.3.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
8
+
3
9
  ## 1.3.2
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
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",
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/progress-indicator": "^9.5.0",
48
48
  "@atlaskit/section-message": "^6.4.0",
49
49
  "@atlaskit/ssr": "*",
50
- "@atlaskit/textfield": "^5.4.0",
50
+ "@atlaskit/textfield": "^5.5.0",
51
51
  "@atlaskit/visual-regression": "*",
52
52
  "@atlaskit/visually-hidden": "^1.2.0",
53
53
  "@atlaskit/webdriver-runner": "*",
@@ -72,7 +72,8 @@
72
72
  "ui-components": "lite-mode",
73
73
  "analytics": "analytics-next",
74
74
  "design-tokens": [
75
- "color"
75
+ "color",
76
+ "spacing"
76
77
  ],
77
78
  "deprecation": "no-deprecated-imports"
78
79
  }