@atlaskit/focus-ring 3.0.1 → 3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +17 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/focus-ring
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.0.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "A focus ring clearly indicates which item has keyboard focus.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -11,9 +11,18 @@
11
11
  "team": "Design System Team",
12
12
  "website": {
13
13
  "name": "Focus ring",
14
- "category": "Forms and input"
15
- },
16
- "runReact18": true
14
+ "category": "Forms and input",
15
+ "status": {
16
+ "type": "intent-to-deprecate",
17
+ "description": "We are planning on deprecating Focus ring component. We recommend using the Focusable primitive component instead.",
18
+ "actions": [
19
+ {
20
+ "text": "View Focusable primitive documentation",
21
+ "href": "https://atlassian.design/components/primitives/focusable"
22
+ }
23
+ ]
24
+ }
25
+ }
17
26
  },
18
27
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
19
28
  "main": "dist/cjs/index.js",
@@ -36,7 +45,7 @@
36
45
  ".": "./src/index.tsx"
37
46
  },
38
47
  "dependencies": {
39
- "@atlaskit/tokens": "^5.0.0",
48
+ "@atlaskit/tokens": "^6.0.0",
40
49
  "@babel/runtime": "^7.0.0",
41
50
  "@emotion/react": "^11.7.1"
42
51
  },
@@ -47,9 +56,9 @@
47
56
  "@af/accessibility-testing": "workspace:^",
48
57
  "@af/integration-testing": "workspace:^",
49
58
  "@af/visual-regression": "workspace:^",
50
- "@atlaskit/button": "^23.2.0",
51
- "@atlaskit/docs": "^10.0.0",
52
- "@atlaskit/primitives": "^14.8.0",
59
+ "@atlaskit/button": "^23.3.0",
60
+ "@atlaskit/docs": "^11.0.0",
61
+ "@atlaskit/primitives": "^14.11.0",
53
62
  "@atlaskit/textfield": "^8.0.0",
54
63
  "@testing-library/react": "^13.4.0",
55
64
  "react-dom": "^18.2.0",