@atlaskit/tabs 19.0.2 → 19.0.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 +15 -0
- package/package.json +14 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/tabs
|
|
2
2
|
|
|
3
|
+
## 19.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 19.0.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`02483200273ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
|
|
14
|
+
Enrol all Design System UI packages into the React Compiler with platform gating via
|
|
15
|
+
isReactCompilerActivePlatform.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 19.0.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tabs",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.4",
|
|
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",
|
|
@@ -35,7 +42,7 @@
|
|
|
35
42
|
"@atlaskit/analytics-next": "^11.2.0",
|
|
36
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
37
44
|
"@atlaskit/primitives": "^18.1.0",
|
|
38
|
-
"@atlaskit/tokens": "^
|
|
45
|
+
"@atlaskit/tokens": "^12.0.0",
|
|
39
46
|
"@babel/runtime": "^7.0.0",
|
|
40
47
|
"@compiled/react": "^0.20.0"
|
|
41
48
|
},
|
|
@@ -47,15 +54,16 @@
|
|
|
47
54
|
"@af/integration-testing": "workspace:^",
|
|
48
55
|
"@af/suppress-react-warnings": "workspace:^",
|
|
49
56
|
"@af/visual-regression": "workspace:^",
|
|
50
|
-
"@atlaskit/button": "^23.
|
|
57
|
+
"@atlaskit/button": "^23.11.0",
|
|
51
58
|
"@atlaskit/css": "^0.19.0",
|
|
52
59
|
"@atlaskit/docs": "^11.7.0",
|
|
53
|
-
"@atlaskit/ds-lib": "^
|
|
54
|
-
"@atlaskit/link": "^3.
|
|
60
|
+
"@atlaskit/ds-lib": "^7.0.0",
|
|
61
|
+
"@atlaskit/link": "^3.4.0",
|
|
55
62
|
"@atlaskit/section-message": "^8.12.0",
|
|
56
|
-
"@atlaskit/spinner": "^19.
|
|
63
|
+
"@atlaskit/spinner": "^19.1.0",
|
|
57
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",
|