@atlaskit/tooltip 18.5.2 → 18.7.0

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,32 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 18.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 18.6.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [`8b8090800a35d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b8090800a35d) -
24
+ Bump peer dependency for react-dom to include version 17 and 18.
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+
3
30
  ## 18.5.2
4
31
 
5
32
  ### Patch Changes
@@ -32,7 +32,7 @@ var tooltipZIndex = _constants.layers.tooltip();
32
32
  var analyticsAttributes = {
33
33
  componentName: 'tooltip',
34
34
  packageName: "@atlaskit/tooltip",
35
- packageVersion: "18.5.2"
35
+ packageVersion: "18.7.0"
36
36
  };
37
37
 
38
38
  // Inverts motion direction
@@ -18,7 +18,7 @@ const tooltipZIndex = layers.tooltip();
18
18
  const analyticsAttributes = {
19
19
  componentName: 'tooltip',
20
20
  packageName: "@atlaskit/tooltip",
21
- packageVersion: "18.5.2"
21
+ packageVersion: "18.7.0"
22
22
  };
23
23
 
24
24
  // Inverts motion direction
@@ -22,7 +22,7 @@ var tooltipZIndex = layers.tooltip();
22
22
  var analyticsAttributes = {
23
23
  componentName: 'tooltip',
24
24
  packageName: "@atlaskit/tooltip",
25
- packageVersion: "18.5.2"
25
+ packageVersion: "18.7.0"
26
26
  };
27
27
 
28
28
  // Inverts motion direction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "18.5.2",
3
+ "version": "18.7.0",
4
4
  "description": "A tooltip is a floating, non-actionable label used to explain a user interface element or feature.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,25 +43,25 @@
43
43
  "./utilities": "./src/utilities.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@atlaskit/analytics-next": "^10.0.0",
47
- "@atlaskit/ds-lib": "^2.3.0",
48
- "@atlaskit/motion": "^1.7.0",
49
- "@atlaskit/popper": "^6.1.0",
50
- "@atlaskit/portal": "^4.6.0",
51
- "@atlaskit/theme": "^12.11.0",
52
- "@atlaskit/tokens": "^1.57.0",
46
+ "@atlaskit/analytics-next": "^10.1.0",
47
+ "@atlaskit/ds-lib": "^2.4.0",
48
+ "@atlaskit/motion": "^1.9.0",
49
+ "@atlaskit/popper": "^6.2.0",
50
+ "@atlaskit/portal": "^4.8.0",
51
+ "@atlaskit/theme": "^12.12.0",
52
+ "@atlaskit/tokens": "^1.58.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1",
55
55
  "bind-event-listener": "^3.0.0",
56
56
  "react-uid": "^2.2.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
60
- "react-dom": "^16.8.0"
59
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
60
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@af/accessibility-testing": "*",
64
- "@atlaskit/button": "^19.1.0",
64
+ "@atlaskit/button": "^19.2.0",
65
65
  "@atlaskit/ssr": "*",
66
66
  "@atlaskit/visual-regression": "*",
67
67
  "@emotion/styled": "^11.0.0",