@atlaskit/status 1.1.0 → 1.1.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,23 @@
1
1
  # @atlaskit/status
2
2
 
3
+ ## 1.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a4b4e5965d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a4b4e5965d9) - [ux] Fixes bug when page scrolls after inserting status in the bottom of the page
8
+
9
+ ## 1.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 1.1.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
20
+
3
21
  ## 1.1.0
4
22
 
5
23
  ### Minor Changes
@@ -82,7 +82,7 @@ var Picker = /*#__PURE__*/function (_PureComponent) {
82
82
  // Defer to prevent editor scrolling to top (See FS-3227, also ED-2992)
83
83
  setTimeout(function () {
84
84
  ref.focus();
85
- });
85
+ }, 50);
86
86
  }
87
87
  });
88
88
  return _this;
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/status",
3
- "version": "1.1.0"
3
+ "version": "1.1.3"
4
4
  }
@@ -36,7 +36,7 @@ class Picker extends PureComponent {
36
36
  // Defer to prevent editor scrolling to top (See FS-3227, also ED-2992)
37
37
  setTimeout(() => {
38
38
  ref.focus();
39
- });
39
+ }, 50);
40
40
  }
41
41
  });
42
42
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/status",
3
- "version": "1.1.0"
3
+ "version": "1.1.3"
4
4
  }
@@ -59,7 +59,7 @@ var Picker = /*#__PURE__*/function (_PureComponent) {
59
59
  // Defer to prevent editor scrolling to top (See FS-3227, also ED-2992)
60
60
  setTimeout(function () {
61
61
  ref.focus();
62
- });
62
+ }, 50);
63
63
  }
64
64
  });
65
65
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/status",
3
- "version": "1.1.0"
3
+ "version": "1.1.3"
4
4
  }
@@ -12,4 +12,4 @@ export interface OwnProps {
12
12
  role?: string;
13
13
  }
14
14
  export declare type Props = OwnProps & WithAnalyticsEventsProps;
15
- export declare const Status: React.ForwardRefExoticComponent<Pick<Props, "text" | "color" | "style" | "localId" | "onClick" | "onHover" | "role"> & React.RefAttributes<any>>;
15
+ export declare const Status: React.ForwardRefExoticComponent<Omit<Props, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/status",
3
- "version": "1.1.0",
3
+ "version": "1.1.3",
4
4
  "description": "Fabric Status React Components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/lozenge": "^11.1.0",
31
31
  "@atlaskit/textfield": "^5.1.0",
32
32
  "@atlaskit/theme": "^12.1.0",
33
- "@atlaskit/tokens": "^0.9.0",
33
+ "@atlaskit/tokens": "^0.10.0",
34
34
  "@babel/runtime": "^7.0.0",
35
35
  "@emotion/react": "^11.7.1"
36
36
  },
@@ -48,7 +48,7 @@
48
48
  "enzyme-adapter-react-16": "^1.15.1",
49
49
  "react": "^16.8.0",
50
50
  "react-intl-next": "npm:react-intl@^5.18.1",
51
- "typescript": "3.9.10"
51
+ "typescript": "4.2.4"
52
52
  },
53
53
  "keywords": [
54
54
  "ui",