@atlaskit/drawer 12.0.1 → 12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +10 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/drawer
2
2
 
3
+ ## 12.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
+ ## 12.0.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [`22bf79dbdcdca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22bf79dbdcdca) -
17
+ Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
18
+ - Updated dependencies
19
+
3
20
  ## 12.0.1
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/drawer",
3
- "version": "12.0.1",
3
+ "version": "12.0.3",
4
4
  "description": "A drawer is a panel that slides in from the left side of the screen.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,6 +26,13 @@
26
26
  "atlaskit:src": "src/index.tsx",
27
27
  "homepage": "https://atlassian.design/components/drawer",
28
28
  "atlassian": {
29
+ "react-compiler": {
30
+ "enabled": true,
31
+ "gating": {
32
+ "source": "@atlassian/react-compiler-gating",
33
+ "importSpecifierName": "isReactCompilerActivePlatform"
34
+ }
35
+ },
29
36
  "team": "Design System Team",
30
37
  "website": {
31
38
  "name": "Drawer",
@@ -44,7 +51,7 @@
44
51
  "@atlaskit/icon": "^34.0.0",
45
52
  "@atlaskit/layering": "^3.6.0",
46
53
  "@atlaskit/motion": "^5.5.0",
47
- "@atlaskit/portal": "^5.3.0",
54
+ "@atlaskit/portal": "^5.4.0",
48
55
  "@atlaskit/theme": "^22.0.0",
49
56
  "@atlaskit/tokens": "^11.4.0",
50
57
  "@babel/runtime": "^7.0.0",
@@ -74,6 +81,7 @@
74
81
  "@atlaskit/modal-dialog": "^14.14.0",
75
82
  "@atlaskit/primitives": "^18.1.0",
76
83
  "@atlaskit/section-message": "^8.12.0",
84
+ "@atlassian/react-compiler-gating": "workspace:^",
77
85
  "@atlassian/ssr-tests": "workspace:^",
78
86
  "@atlassian/structured-docs-types": "workspace:^",
79
87
  "@testing-library/react": "^16.3.0",