@atlaskit/focus-ring 1.0.1 → 1.0.4

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,23 @@
1
1
  # @atlaskit/focus-ring
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
8
+
9
+ ## 1.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 1.0.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 1.0.1
4
22
 
5
23
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "sideEffects": false
5
5
  }
@@ -28,7 +28,7 @@ import type { FocusEventHandlers, FocusState } from './types';
28
28
  * ```
29
29
  */
30
30
  declare const useFocusRing: (initialState?: FocusState) => {
31
- readonly focusState: FocusState;
31
+ readonly focusState: "on" | "off";
32
32
  readonly focusProps: FocusEventHandlers;
33
33
  };
34
34
  export default useFocusRing;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/focus-ring",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
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",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@atlaskit/theme": "^12.1.0",
29
- "@atlaskit/tokens": "^0.7.0",
29
+ "@atlaskit/tokens": "^0.9.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@emotion/core": "^10.0.9"
32
32
  },
@@ -34,7 +34,7 @@
34
34
  "react": "^16.8.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@atlaskit/button": "^16.2.0",
37
+ "@atlaskit/button": "^16.3.0",
38
38
  "@atlaskit/docs": "*",
39
39
  "@atlaskit/progress-indicator": "^9.2.0",
40
40
  "@atlaskit/ssr": "*",
@@ -45,7 +45,7 @@
45
45
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
46
46
  "@testing-library/react": "^8.0.1",
47
47
  "react-dom": "^16.8.0",
48
- "typescript": "3.9.6",
48
+ "typescript": "4.2.4",
49
49
  "wait-for-expect": "^1.2.0"
50
50
  },
51
51
  "techstack": {