@atlaskit/popup 4.3.3 → 4.3.5

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,19 @@
1
1
  # @atlaskit/popup
2
2
 
3
+ ## 4.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#188521](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188521)
8
+ [`3ffa5eae8fa80`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3ffa5eae8fa80) -
9
+ Internal refactoring of tests.
10
+
11
+ ## 4.3.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 4.3.3
4
18
 
5
19
  ### Patch Changes
@@ -12,6 +12,8 @@ var _layering = require("@atlaskit/layering");
12
12
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
13
13
  var _isElementInteractive = require("./utils/is-element-interactive");
14
14
  var _useAnimationFrame2 = require("./utils/use-animation-frame");
15
+ // eslint-disable-next-line no-duplicate-imports
16
+
15
17
  var useCloseManager = exports.useCloseManager = function useCloseManager(_ref) {
16
18
  var isOpen = _ref.isOpen,
17
19
  onClose = _ref.onClose,
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line no-duplicate-imports
1
2
  import { useEffect } from 'react';
2
3
  import { bind, bindAll } from 'bind-event-listener';
3
4
  import noop from '@atlaskit/ds-lib/noop';
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line no-duplicate-imports
1
2
  import { useEffect } from 'react';
2
3
  import { bind, bindAll } from 'bind-event-listener';
3
4
  import noop from '@atlaskit/ds-lib/noop';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/popup",
3
- "version": "4.3.3",
3
+ "version": "4.3.5",
4
4
  "description": "A popup displays brief content in an overlay.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,21 +31,20 @@
31
31
  },
32
32
  "atlassian": {
33
33
  "team": "Design System Team",
34
- "runReact18": true,
35
34
  "website": {
36
35
  "name": "Popup",
37
36
  "category": "Overlays and layering"
38
37
  }
39
38
  },
40
39
  "dependencies": {
41
- "@atlaskit/css": "^0.11.0",
42
- "@atlaskit/ds-lib": "^4.0.0",
40
+ "@atlaskit/css": "^0.12.0",
41
+ "@atlaskit/ds-lib": "^4.1.0",
43
42
  "@atlaskit/layering": "^3.0.0",
44
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
- "@atlaskit/popper": "^7.0.0",
44
+ "@atlaskit/popper": "^7.1.0",
46
45
  "@atlaskit/portal": "^5.1.0",
47
- "@atlaskit/primitives": "^14.9.0",
48
- "@atlaskit/tokens": "^5.3.0",
46
+ "@atlaskit/primitives": "^14.10.0",
47
+ "@atlaskit/tokens": "^5.6.0",
49
48
  "@babel/runtime": "^7.0.0",
50
49
  "@compiled/react": "^0.18.3",
51
50
  "bind-event-listener": "^3.0.0",
@@ -66,14 +65,13 @@
66
65
  "@atlaskit/docs": "^11.0.0",
67
66
  "@atlaskit/form": "^12.0.0",
68
67
  "@atlaskit/heading": "^5.2.0",
69
- "@atlaskit/icon": "^27.0.0",
68
+ "@atlaskit/icon": "^27.6.0",
70
69
  "@atlaskit/link": "^3.2.0",
71
- "@atlaskit/modal-dialog": "^14.2.0",
72
- "@atlaskit/section-message": "^8.2.0",
70
+ "@atlaskit/modal-dialog": "^14.3.0",
71
+ "@atlaskit/section-message": "^8.3.0",
73
72
  "@atlaskit/ssr": "workspace:^",
74
73
  "@atlaskit/textfield": "^8.0.0",
75
74
  "@atlaskit/toggle": "^15.0.0",
76
- "@atlaskit/visual-regression": "workspace:^",
77
75
  "@atlassian/feature-flags-test-utils": "^0.3.0",
78
76
  "@atlassian/ssr-tests": "^0.2.0",
79
77
  "@testing-library/react": "^13.4.0",