@atlaskit/tooltip 20.4.1 → 20.4.2

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.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2af42ad93c3e0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2af42ad93c3e0) -
8
+ Internal changes to use tokens for border radius.
9
+
3
10
  ## 20.4.1
4
11
 
5
12
  ### Patch Changes
@@ -9,7 +9,7 @@ var _bindEventListener = require("bind-event-listener");
9
9
  /**
10
10
  * We are listening directly to drag events instead of using a monitor from
11
11
  * `@atlaskit/pragmatic-drag-and-drop` to avoid the bundle size cost, as it
12
- * would affect almost every view in every product.
12
+ * would affect almost every view in every app.
13
13
  *
14
14
  * We can reconsider this choice in the future.
15
15
  */
@@ -33,7 +33,7 @@ var tooltipZIndex = _constants.layers.tooltip();
33
33
  var analyticsAttributes = {
34
34
  componentName: 'tooltip',
35
35
  packageName: "@atlaskit/tooltip",
36
- packageVersion: "20.4.0"
36
+ packageVersion: "20.4.1"
37
37
  };
38
38
 
39
39
  // Inverts motion direction
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * We are listening directly to drag events instead of using a monitor from
4
4
  * `@atlaskit/pragmatic-drag-and-drop` to avoid the bundle size cost, as it
5
- * would affect almost every view in every product.
5
+ * would affect almost every view in every app.
6
6
  *
7
7
  * We can reconsider this choice in the future.
8
8
  */
@@ -20,7 +20,7 @@ const tooltipZIndex = layers.tooltip();
20
20
  const analyticsAttributes = {
21
21
  componentName: 'tooltip',
22
22
  packageName: "@atlaskit/tooltip",
23
- packageVersion: "20.4.0"
23
+ packageVersion: "20.4.1"
24
24
  };
25
25
 
26
26
  // Inverts motion direction
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * We are listening directly to drag events instead of using a monitor from
4
4
  * `@atlaskit/pragmatic-drag-and-drop` to avoid the bundle size cost, as it
5
- * would affect almost every view in every product.
5
+ * would affect almost every view in every app.
6
6
  *
7
7
  * We can reconsider this choice in the future.
8
8
  */
@@ -24,7 +24,7 @@ var tooltipZIndex = layers.tooltip();
24
24
  var analyticsAttributes = {
25
25
  componentName: 'tooltip',
26
26
  packageName: "@atlaskit/tooltip",
27
- packageVersion: "20.4.0"
27
+ packageVersion: "20.4.1"
28
28
  };
29
29
 
30
30
  // Inverts motion direction
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type TooltipPrimitiveProps } from './tooltip-primitive';
3
2
  export interface TooltipContainerProps extends TooltipPrimitiveProps {
4
3
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type TooltipPrimitiveProps } from './tooltip-primitive';
3
2
  export interface TooltipContainerProps extends TooltipPrimitiveProps {
4
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "20.4.1",
3
+ "version": "20.4.2",
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/"
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/analytics-next": "^11.1.0",
44
44
  "@atlaskit/ds-lib": "^5.0.0",
45
45
  "@atlaskit/layering": "^3.0.0",
46
- "@atlaskit/motion": "^5.1.0",
46
+ "@atlaskit/motion": "^5.3.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/popper": "^7.1.0",
49
49
  "@atlaskit/portal": "^5.1.0",
@@ -61,18 +61,17 @@
61
61
  "@af/accessibility-testing": "workspace:^",
62
62
  "@af/integration-testing": "workspace:^",
63
63
  "@af/visual-regression": "workspace:^",
64
- "@atlaskit/button": "^23.3.0",
64
+ "@atlaskit/button": "^23.4.0",
65
65
  "@atlaskit/css": "^0.12.0",
66
66
  "@atlaskit/docs": "^11.0.0",
67
- "@atlaskit/icon": "^27.9.0",
67
+ "@atlaskit/icon": "^27.12.0",
68
68
  "@atlaskit/link": "^3.2.0",
69
69
  "@atlaskit/primitives": "^14.11.0",
70
70
  "@atlaskit/section-message": "^8.5.0",
71
71
  "@atlassian/ssr-tests": "^0.2.0",
72
72
  "@testing-library/react": "^13.4.0",
73
73
  "react-dom": "^18.2.0",
74
- "tiny-invariant": "^1.2.0",
75
- "typescript": "~5.4.2"
74
+ "tiny-invariant": "^1.2.0"
76
75
  },
77
76
  "keywords": [
78
77
  "atlaskit",