@atlaskit/tooltip 18.2.0 → 18.2.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,11 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 18.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#88717](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88717) [`d92770eae702`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d92770eae702) - Adding internal eslint opt outs for a new rule `@atlaskit/design-system/no-direct-use-of-web-platform-drag-and-drop`.
8
+
3
9
  ## 18.2.0
4
10
 
5
11
  ### Minor 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.2.0"
35
+ packageVersion: "18.2.1"
36
36
  };
37
37
 
38
38
  // Inverts motion direction
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.register = register;
7
7
  var _bindEventListener = require("bind-event-listener");
8
+ /* eslint-disable @atlaskit/design-system/no-direct-use-of-web-platform-drag-and-drop */
8
9
  /**
9
10
  * We are listening directly to drag events instead of using a monitor from
10
11
  * `@atlaskit/pragmatic-drag-and-drop` to avoid the bundle size cost, as it
@@ -18,7 +18,7 @@ const tooltipZIndex = layers.tooltip();
18
18
  const analyticsAttributes = {
19
19
  componentName: 'tooltip',
20
20
  packageName: "@atlaskit/tooltip",
21
- packageVersion: "18.2.0"
21
+ packageVersion: "18.2.1"
22
22
  };
23
23
 
24
24
  // Inverts motion direction
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @atlaskit/design-system/no-direct-use-of-web-platform-drag-and-drop */
1
2
  /**
2
3
  * We are listening directly to drag events instead of using a monitor from
3
4
  * `@atlaskit/pragmatic-drag-and-drop` to avoid the bundle size cost, as it
@@ -22,7 +22,7 @@ var tooltipZIndex = layers.tooltip();
22
22
  var analyticsAttributes = {
23
23
  componentName: 'tooltip',
24
24
  packageName: "@atlaskit/tooltip",
25
- packageVersion: "18.2.0"
25
+ packageVersion: "18.2.1"
26
26
  };
27
27
 
28
28
  // Inverts motion direction
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @atlaskit/design-system/no-direct-use-of-web-platform-drag-and-drop */
1
2
  /**
2
3
  * We are listening directly to drag events instead of using a monitor from
3
4
  * `@atlaskit/pragmatic-drag-and-drop` to avoid the bundle size cost, as it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "18.2.0",
3
+ "version": "18.2.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/"