@atlaskit/tooltip 20.3.0 → 20.3.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,17 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 20.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 20.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 20.3.0
4
16
 
5
17
  ### Minor Changes
@@ -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.3.0"
36
+ packageVersion: "20.3.1"
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.3.0"
23
+ packageVersion: "20.3.1"
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.3.0"
27
+ packageVersion: "20.3.1"
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.3.0",
3
+ "version": "20.3.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/"
@@ -26,7 +26,6 @@
26
26
  "atlaskit:src": "src/index.ts",
27
27
  "atlassian": {
28
28
  "team": "Design System Team",
29
- "runReact18": true,
30
29
  "website": {
31
30
  "name": "Tooltip",
32
31
  "category": "Overlays and layering"
@@ -43,13 +42,13 @@
43
42
  "dependencies": {
44
43
  "@atlaskit/analytics-next": "^11.1.0",
45
44
  "@atlaskit/ds-lib": "^4.0.0",
46
- "@atlaskit/layering": "^2.2.0",
45
+ "@atlaskit/layering": "^3.0.0",
47
46
  "@atlaskit/motion": "^5.1.0",
48
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
- "@atlaskit/popper": "^7.0.0",
48
+ "@atlaskit/popper": "^7.1.0",
50
49
  "@atlaskit/portal": "^5.1.0",
51
- "@atlaskit/theme": "^18.0.0",
52
- "@atlaskit/tokens": "^5.0.0",
50
+ "@atlaskit/theme": "^19.0.0",
51
+ "@atlaskit/tokens": "^5.4.0",
53
52
  "@babel/runtime": "^7.0.0",
54
53
  "@compiled/react": "^0.18.3",
55
54
  "bind-event-listener": "^3.0.0"
@@ -63,11 +62,11 @@
63
62
  "@af/integration-testing": "workspace:^",
64
63
  "@af/visual-regression": "workspace:^",
65
64
  "@atlaskit/button": "^23.2.0",
66
- "@atlaskit/css": "^0.10.0",
67
- "@atlaskit/docs": "^10.0.0",
68
- "@atlaskit/icon": "^26.4.0",
65
+ "@atlaskit/css": "^0.12.0",
66
+ "@atlaskit/docs": "^11.0.0",
67
+ "@atlaskit/icon": "^27.3.0",
69
68
  "@atlaskit/link": "^3.2.0",
70
- "@atlaskit/primitives": "^14.8.0",
69
+ "@atlaskit/primitives": "^14.10.0",
71
70
  "@atlaskit/section-message": "^8.2.0",
72
71
  "@atlassian/ssr-tests": "^0.2.0",
73
72
  "@testing-library/react": "^13.4.0",
@@ -107,6 +106,9 @@
107
106
  "platform-component-visual-refresh": {
108
107
  "type": "boolean",
109
108
  "referenceOnly": true
109
+ },
110
+ "should-render-to-parent-should-be-true-design-syst": {
111
+ "type": "boolean"
110
112
  }
111
113
  }
112
114
  }