@atlaskit/tooltip 20.7.0 → 20.7.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,12 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 20.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5a651fd4cae29`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a651fd4cae29) -
8
+ Minor changes to package description and README.md. No functional changes.
9
+
3
10
  ## 20.7.0
4
11
 
5
12
  ### Minor Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Tooltip
2
2
 
3
- A tooltip is a floating, non-actionable label used to explain a user interface element or feature.
3
+ A tooltip describes an interactive element on mouse hover or keyboard focus.
4
4
 
5
5
  ## Installation
6
6
 
@@ -33,7 +33,7 @@ var tooltipZIndex = _constants.layers.tooltip();
33
33
  var analyticsAttributes = {
34
34
  componentName: 'tooltip',
35
35
  packageName: "@atlaskit/tooltip",
36
- packageVersion: "0.0.0-development"
36
+ packageVersion: "20.7.0"
37
37
  };
38
38
 
39
39
  // Inverts motion direction
@@ -20,7 +20,7 @@ const tooltipZIndex = layers.tooltip();
20
20
  const analyticsAttributes = {
21
21
  componentName: 'tooltip',
22
22
  packageName: "@atlaskit/tooltip",
23
- packageVersion: "0.0.0-development"
23
+ packageVersion: "20.7.0"
24
24
  };
25
25
 
26
26
  // Inverts motion direction
@@ -24,7 +24,7 @@ var tooltipZIndex = layers.tooltip();
24
24
  var analyticsAttributes = {
25
25
  componentName: 'tooltip',
26
26
  packageName: "@atlaskit/tooltip",
27
- packageVersion: "0.0.0-development"
27
+ packageVersion: "20.7.0"
28
28
  };
29
29
 
30
30
  // Inverts motion direction
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "20.7.0",
4
- "description": "A tooltip is a floating, non-actionable label used to explain a user interface element or feature.",
3
+ "version": "20.7.1",
4
+ "description": "A tooltip describes an interactive element on mouse hover or keyboard focus.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
7
7
  },
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/icon": "^28.5.0",
60
60
  "@atlaskit/link": "^3.2.0",
61
61
  "@atlaskit/primitives": "^16.1.0",
62
- "@atlaskit/section-message": "^8.8.0",
62
+ "@atlaskit/section-message": "^8.9.0",
63
63
  "@atlassian/feature-flags-test-utils": "^1.0.0",
64
64
  "@atlassian/ssr-tests": "^0.3.0",
65
65
  "@atlassian/testing-library": "^0.4.0",