@atlaskit/tooltip 21.1.2 → 21.1.3

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,14 @@
1
1
  # @atlaskit/tooltip
2
2
 
3
+ ## 21.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`02483200273ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
8
+ Enrol all Design System UI packages into the React Compiler with platform gating via
9
+ isReactCompilerActivePlatform.
10
+ - Updated dependencies
11
+
3
12
  ## 21.1.2
4
13
 
5
14
  ### Patch Changes
@@ -34,7 +34,7 @@ var tooltipZIndex = _constants.layers.tooltip();
34
34
  var analyticsAttributes = {
35
35
  componentName: 'tooltip',
36
36
  packageName: "@atlaskit/tooltip",
37
- packageVersion: "21.1.1"
37
+ packageVersion: "0.0.0-development"
38
38
  };
39
39
 
40
40
  // Inverts motion direction
@@ -21,7 +21,7 @@ const tooltipZIndex = layers.tooltip();
21
21
  const analyticsAttributes = {
22
22
  componentName: 'tooltip',
23
23
  packageName: "@atlaskit/tooltip",
24
- packageVersion: "21.1.1"
24
+ packageVersion: "0.0.0-development"
25
25
  };
26
26
 
27
27
  // Inverts motion direction
@@ -25,7 +25,7 @@ var tooltipZIndex = layers.tooltip();
25
25
  var analyticsAttributes = {
26
26
  componentName: 'tooltip',
27
27
  packageName: "@atlaskit/tooltip",
28
- packageVersion: "21.1.1"
28
+ packageVersion: "0.0.0-development"
29
29
  };
30
30
 
31
31
  // Inverts motion direction
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tooltip",
3
- "version": "21.1.2",
3
+ "version": "21.1.3",
4
4
  "description": "A tooltip briefly describes an interactive element on mouse hover or keyboard focus.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,6 +25,13 @@
25
25
  ],
26
26
  "atlaskit:src": "src/index.tsx",
27
27
  "atlassian": {
28
+ "react-compiler": {
29
+ "enabled": true,
30
+ "gating": {
31
+ "source": "@atlassian/react-compiler-gating",
32
+ "importSpecifierName": "isReactCompilerActivePlatform"
33
+ }
34
+ },
28
35
  "team": "Design System Team",
29
36
  "website": {
30
37
  "name": "Tooltip",
@@ -38,7 +45,7 @@
38
45
  "@atlaskit/motion": "^5.5.0",
39
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
47
  "@atlaskit/popper": "^7.1.0",
41
- "@atlaskit/portal": "^5.3.0",
48
+ "@atlaskit/portal": "^5.4.0",
42
49
  "@atlaskit/theme": "^22.0.0",
43
50
  "@atlaskit/tokens": "^11.4.0",
44
51
  "@babel/runtime": "^7.0.0",
@@ -62,6 +69,7 @@
62
69
  "@atlaskit/primitives": "^18.1.0",
63
70
  "@atlaskit/section-message": "^8.12.0",
64
71
  "@atlassian/feature-flags-test-utils": "^1.0.0",
72
+ "@atlassian/react-compiler-gating": "workspace:^",
65
73
  "@atlassian/ssr-tests": "workspace:^",
66
74
  "@atlassian/structured-docs-types": "workspace:^",
67
75
  "@atlassian/testing-library": "^0.5.0",