@atlaskit/primitives 18.1.1 → 18.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 +17 -0
- package/package.json +10 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/primitives
|
|
2
2
|
|
|
3
|
+
## 18.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
|
+
|
|
12
|
+
## 18.1.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
|
## 18.1.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/primitives",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.3",
|
|
4
4
|
"description": "Primitives are token-backed low-level building blocks.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -17,6 +17,13 @@
|
|
|
17
17
|
],
|
|
18
18
|
"atlaskit:src": "src/index.tsx",
|
|
19
19
|
"atlassian": {
|
|
20
|
+
"react-compiler": {
|
|
21
|
+
"enabled": true,
|
|
22
|
+
"gating": {
|
|
23
|
+
"source": "@atlassian/react-compiler-gating",
|
|
24
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
20
27
|
"team": "Design System Team",
|
|
21
28
|
"website": {
|
|
22
29
|
"name": "Primitives",
|
|
@@ -163,7 +170,7 @@
|
|
|
163
170
|
"@atlaskit/flag": "^17.9.0",
|
|
164
171
|
"@atlaskit/form": "^15.5.0",
|
|
165
172
|
"@atlaskit/heading": "^5.3.0",
|
|
166
|
-
"@atlaskit/icon": "^
|
|
173
|
+
"@atlaskit/icon": "^34.0.0",
|
|
167
174
|
"@atlaskit/icon-object": "^7.5.0",
|
|
168
175
|
"@atlaskit/image": "^3.0.0",
|
|
169
176
|
"@atlaskit/link": "^3.3.0",
|
|
@@ -177,6 +184,7 @@
|
|
|
177
184
|
"@atlaskit/tooltip": "^21.1.0",
|
|
178
185
|
"@atlassian/analytics-bridge": "^0.8.0",
|
|
179
186
|
"@atlassian/codegen": "^0.1.0",
|
|
187
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
180
188
|
"@atlassian/ssr-tests": "workspace:^",
|
|
181
189
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
182
190
|
"@testing-library/react": "^16.3.0",
|