@atlaskit/status 1.1.2 → 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,11 @@
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
+
3
9
  ## 1.1.2
4
10
 
5
11
  ### Patch 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.2"
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.2"
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.2"
3
+ "version": "1.1.3"
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/status",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Fabric Status React Components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"