@atlaskit/tooltip 20.4.2 → 20.4.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,19 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 20.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
11
+ ## 20.4.3
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 20.4.2
4
18
 
5
19
  ### Patch Changes
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/tooltip.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/tooltip.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/tooltip-container.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/tooltip-container.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/tooltip-primitive.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/tooltip-primitive.d.ts"
14
14
  ]
@@ -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.1"
36
+ packageVersion: "20.4.3"
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: "20.4.1"
23
+ packageVersion: "20.4.3"
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: "20.4.1"
27
+ packageVersion: "20.4.3"
28
28
  };
29
29
 
30
30
  // Inverts motion direction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "20.4.2",
3
+ "version": "20.4.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/"
@@ -31,14 +31,6 @@
31
31
  "category": "Overlays and layering"
32
32
  }
33
33
  },
34
- "af:exports": {
35
- ".": "./src/index.ts",
36
- "./Tooltip": "./src/tooltip.tsx",
37
- "./TooltipContainer": "./src/tooltip-container.tsx",
38
- "./TooltipPrimitive": "./src/tooltip-primitive.tsx",
39
- "./types": "./src/types.tsx",
40
- "./utilities": "./src/utilities.ts"
41
- },
42
34
  "dependencies": {
43
35
  "@atlaskit/analytics-next": "^11.1.0",
44
36
  "@atlaskit/ds-lib": "^5.0.0",
@@ -47,8 +39,8 @@
47
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
40
  "@atlaskit/popper": "^7.1.0",
49
41
  "@atlaskit/portal": "^5.1.0",
50
- "@atlaskit/theme": "^19.0.0",
51
- "@atlaskit/tokens": "^6.0.0",
42
+ "@atlaskit/theme": "^20.0.0",
43
+ "@atlaskit/tokens": "^6.1.0",
52
44
  "@babel/runtime": "^7.0.0",
53
45
  "@compiled/react": "^0.18.3",
54
46
  "bind-event-listener": "^3.0.0"
@@ -64,11 +56,11 @@
64
56
  "@atlaskit/button": "^23.4.0",
65
57
  "@atlaskit/css": "^0.12.0",
66
58
  "@atlaskit/docs": "^11.0.0",
67
- "@atlaskit/icon": "^27.12.0",
59
+ "@atlaskit/icon": "^28.1.0",
68
60
  "@atlaskit/link": "^3.2.0",
69
- "@atlaskit/primitives": "^14.11.0",
70
- "@atlaskit/section-message": "^8.5.0",
71
- "@atlassian/ssr-tests": "^0.2.0",
61
+ "@atlaskit/primitives": "^14.12.0",
62
+ "@atlaskit/section-message": "^8.6.0",
63
+ "@atlassian/ssr-tests": "^0.3.0",
72
64
  "@testing-library/react": "^13.4.0",
73
65
  "react-dom": "^18.2.0",
74
66
  "tiny-invariant": "^1.2.0"
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/types.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/types.d.ts"
14
14
  ]
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "types": "../dist/types/utilities.d.ts",
10
10
  "typesVersions": {
11
- ">=4.5 <5.4": {
11
+ ">=4.5 <5.9": {
12
12
  "*": [
13
13
  "../dist/types-ts4.5/utilities.d.ts"
14
14
  ]