@atlaskit/tabs 19.0.1 → 19.0.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,22 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 19.0.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
+
12
+ ## 19.0.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [`e2085d35701ca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e2085d35701ca) -
17
+ Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
18
+ - Updated dependencies
19
+
3
20
  ## 19.0.1
4
21
 
5
22
  ### Patch Changes
@@ -25,7 +25,7 @@ var tabsStyles = null;
25
25
  var analyticsAttributes = {
26
26
  componentName: 'tabs',
27
27
  packageName: "@atlaskit/tabs",
28
- packageVersion: "19.0.1"
28
+ packageVersion: "0.0.0-development"
29
29
  };
30
30
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
31
31
  var tabPanel = _ref.tabPanel,
@@ -11,7 +11,7 @@ const tabsStyles = null;
11
11
  const analyticsAttributes = {
12
12
  componentName: 'tabs',
13
13
  packageName: "@atlaskit/tabs",
14
- packageVersion: "19.0.1"
14
+ packageVersion: "0.0.0-development"
15
15
  };
16
16
  const getTabPanelWithContext = ({
17
17
  tabPanel,
@@ -16,7 +16,7 @@ var tabsStyles = null;
16
16
  var analyticsAttributes = {
17
17
  componentName: 'tabs',
18
18
  packageName: "@atlaskit/tabs",
19
- packageVersion: "19.0.1"
19
+ packageVersion: "0.0.0-development"
20
20
  };
21
21
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
22
22
  var tabPanel = _ref.tabPanel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "19.0.1",
3
+ "version": "19.0.3",
4
4
  "description": "Tabs are used to organize content by grouping similar information on the same page.",
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": "Tabs",
@@ -54,8 +61,9 @@
54
61
  "@atlaskit/link": "^3.3.0",
55
62
  "@atlaskit/section-message": "^8.12.0",
56
63
  "@atlaskit/spinner": "^19.0.0",
57
- "@atlaskit/tooltip": "^21.0.0",
64
+ "@atlaskit/tooltip": "^21.1.0",
58
65
  "@atlaskit/visually-hidden": "^3.0.0",
66
+ "@atlassian/react-compiler-gating": "workspace:^",
59
67
  "@atlassian/ssr-tests": "workspace:^",
60
68
  "@atlassian/structured-docs-types": "workspace:^",
61
69
  "@testing-library/react": "^16.3.0",