@atlaskit/focus-ring 3.0.1 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +18 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/focus-ring
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
11
+ ## 3.0.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 3.0.1
4
18
 
5
19
  ### 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.3",
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",
@@ -32,11 +41,8 @@
32
41
  "**/*.compiled.css"
33
42
  ],
34
43
  "atlaskit:src": "src/index.tsx",
35
- "af:exports": {
36
- ".": "./src/index.tsx"
37
- },
38
44
  "dependencies": {
39
- "@atlaskit/tokens": "^5.0.0",
45
+ "@atlaskit/tokens": "^6.1.0",
40
46
  "@babel/runtime": "^7.0.0",
41
47
  "@emotion/react": "^11.7.1"
42
48
  },
@@ -47,13 +53,12 @@
47
53
  "@af/accessibility-testing": "workspace:^",
48
54
  "@af/integration-testing": "workspace:^",
49
55
  "@af/visual-regression": "workspace:^",
50
- "@atlaskit/button": "^23.2.0",
51
- "@atlaskit/docs": "^10.0.0",
52
- "@atlaskit/primitives": "^14.8.0",
56
+ "@atlaskit/button": "^23.4.0",
57
+ "@atlaskit/docs": "^11.0.0",
58
+ "@atlaskit/primitives": "^14.12.0",
53
59
  "@atlaskit/textfield": "^8.0.0",
54
60
  "@testing-library/react": "^13.4.0",
55
- "react-dom": "^18.2.0",
56
- "typescript": "~5.4.2"
61
+ "react-dom": "^18.2.0"
57
62
  },
58
63
  "techstack": {
59
64
  "@atlassian/frontend": {