@atlaskit/tooltip 19.1.2 → 19.1.4

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,17 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 19.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 19.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 19.1.2
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* tooltip-container.tsx generated by @compiled/babel-plugin v0.36.0 */
1
+ /* tooltip-container.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -33,7 +33,7 @@ var tooltipZIndex = _constants.layers.tooltip();
33
33
  var analyticsAttributes = {
34
34
  componentName: 'tooltip',
35
35
  packageName: "@atlaskit/tooltip",
36
- packageVersion: "19.1.2"
36
+ packageVersion: "19.1.4"
37
37
  };
38
38
 
39
39
  // Inverts motion direction
@@ -1,4 +1,4 @@
1
- /* tooltip-container.tsx generated by @compiled/babel-plugin v0.36.0 */
1
+ /* tooltip-container.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./tooltip-container.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -19,7 +19,7 @@ const tooltipZIndex = layers.tooltip();
19
19
  const analyticsAttributes = {
20
20
  componentName: 'tooltip',
21
21
  packageName: "@atlaskit/tooltip",
22
- packageVersion: "19.1.2"
22
+ packageVersion: "19.1.4"
23
23
  };
24
24
 
25
25
  // Inverts motion direction
@@ -1,4 +1,4 @@
1
- /* tooltip-container.tsx generated by @compiled/babel-plugin v0.36.0 */
1
+ /* tooltip-container.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import "./tooltip-container.compiled.css";
4
4
  import * as React from 'react';
@@ -23,7 +23,7 @@ var tooltipZIndex = layers.tooltip();
23
23
  var analyticsAttributes = {
24
24
  componentName: 'tooltip',
25
25
  packageName: "@atlaskit/tooltip",
26
- packageVersion: "19.1.2"
26
+ packageVersion: "19.1.4"
27
27
  };
28
28
 
29
29
  // Inverts motion direction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "19.1.2",
3
+ "version": "19.1.4",
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/"
@@ -44,10 +44,10 @@
44
44
  "@atlaskit/analytics-next": "^10.3.0",
45
45
  "@atlaskit/ds-lib": "^3.5.0",
46
46
  "@atlaskit/layering": "^1.1.0",
47
- "@atlaskit/motion": "^2.0.0",
47
+ "@atlaskit/motion": "^3.0.0",
48
48
  "@atlaskit/popper": "^6.4.0",
49
49
  "@atlaskit/portal": "^4.11.0",
50
- "@atlaskit/theme": "^15.0.0",
50
+ "@atlaskit/theme": "^16.0.0",
51
51
  "@atlaskit/tokens": "^3.3.0",
52
52
  "@babel/runtime": "^7.0.0",
53
53
  "@compiled/react": "^0.18.1",