@atlaskit/tooltip 17.5.9 → 17.5.12

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,23 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 17.5.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
8
+
9
+ ## 17.5.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 17.5.10
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 17.5.9
4
22
 
5
23
  ### Patch Changes
@@ -54,7 +54,7 @@ var tooltipZIndex = _constants.layers.tooltip();
54
54
  var analyticsAttributes = {
55
55
  componentName: 'tooltip',
56
56
  packageName: "@atlaskit/tooltip",
57
- packageVersion: "17.5.9"
57
+ packageVersion: "17.5.12"
58
58
  };
59
59
 
60
60
  function noop() {}
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "17.5.9",
3
+ "version": "17.5.12",
4
4
  "sideEffects": false
5
5
  }
@@ -18,7 +18,7 @@ const tooltipZIndex = layers.tooltip();
18
18
  const analyticsAttributes = {
19
19
  componentName: 'tooltip',
20
20
  packageName: "@atlaskit/tooltip",
21
- packageVersion: "17.5.9"
21
+ packageVersion: "17.5.12"
22
22
  };
23
23
 
24
24
  function noop() {}
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "17.5.9",
3
+ "version": "17.5.12",
4
4
  "sideEffects": false
5
5
  }
@@ -24,7 +24,7 @@ var tooltipZIndex = layers.tooltip();
24
24
  var analyticsAttributes = {
25
25
  componentName: 'tooltip',
26
26
  packageName: "@atlaskit/tooltip",
27
- packageVersion: "17.5.9"
27
+ packageVersion: "17.5.12"
28
28
  };
29
29
 
30
30
  function noop() {}
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "17.5.9",
3
+ "version": "17.5.12",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "17.5.9",
3
+ "version": "17.5.12",
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/"
7
7
  },
8
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend",
8
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
9
9
  "author": "Atlassian Pty Ltd",
10
10
  "license": "Apache-2.0",
11
11
  "main": "dist/cjs/index.js",
@@ -19,20 +19,21 @@
19
19
  "deprecatedAutoEntryPoints": true,
20
20
  "releaseModel": "scheduled",
21
21
  "website": {
22
- "name": "Tooltip"
22
+ "name": "Tooltip",
23
+ "category": "Components"
23
24
  }
24
25
  },
25
26
  "dependencies": {
26
27
  "@atlaskit/analytics-next": "^8.2.0",
27
- "@atlaskit/ds-lib": "^1.4.0",
28
- "@atlaskit/motion": "^1.0.0",
28
+ "@atlaskit/ds-lib": "^2.0.0",
29
+ "@atlaskit/motion": "^1.1.0",
29
30
  "@atlaskit/popper": "^5.0.0",
30
31
  "@atlaskit/portal": "^4.1.0",
31
32
  "@atlaskit/theme": "^12.1.0",
32
- "@atlaskit/tokens": "^0.9.0",
33
+ "@atlaskit/tokens": "^0.10.0",
33
34
  "@babel/runtime": "^7.0.0",
34
35
  "@emotion/core": "^10.0.9",
35
- "bind-event-listener": "^2.1.0",
36
+ "bind-event-listener": "^2.1.1",
36
37
  "react-uid": "^2.2.0"
37
38
  },
38
39
  "peerDependencies": {
@@ -68,6 +69,7 @@
68
69
  "import-structure": "atlassian-conventions"
69
70
  },
70
71
  "@repo/internal": {
72
+ "dom-events": "use-bind-event-listener",
71
73
  "ui-components": "lite-mode",
72
74
  "analytics": "analytics-next",
73
75
  "theming": "tokens",