@atlaskit/tooltip 18.5.0 → 18.5.1

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,14 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 18.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#114683](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114683)
8
+ [`ff0815316ab38`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ff0815316ab38) -
9
+ Removes usage of custom theme button in places where its API is not being used and the default
10
+ button is able to be used instead. This should give a slight performance (runtime) improvement.
11
+
3
12
  ## 18.5.0
4
13
 
5
14
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
 
3
- import Button from '@atlaskit/button/custom-theme-button';
3
+ import Button from '@atlaskit/button';
4
4
 
5
5
  import Tooltip from '../src';
6
6
 
@@ -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.0"
35
+ packageVersion: "18.5.1"
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.0"
21
+ packageVersion: "18.5.1"
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.0"
25
+ packageVersion: "18.5.1"
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.0",
3
+ "version": "18.5.1",
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/"
@@ -45,11 +45,11 @@
45
45
  "dependencies": {
46
46
  "@atlaskit/analytics-next": "^9.3.0",
47
47
  "@atlaskit/ds-lib": "^2.3.0",
48
- "@atlaskit/motion": "^1.6.0",
49
- "@atlaskit/popper": "^6.0.0",
50
- "@atlaskit/portal": "^4.5.0",
51
- "@atlaskit/theme": "^12.10.0",
52
- "@atlaskit/tokens": "^1.51.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.53.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1",
55
55
  "bind-event-listener": "^3.0.0",
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@af/accessibility-testing": "*",
64
- "@atlaskit/button": "^17.17.0",
64
+ "@atlaskit/button": "^18.0.0",
65
65
  "@atlaskit/ssr": "*",
66
66
  "@atlaskit/visual-regression": "*",
67
67
  "@emotion/styled": "^11.0.0",