@atlaskit/inline-dialog 18.0.13 → 18.0.15

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 +16 -0
  2. package/package.json +14 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 18.0.15
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.0.14
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
+
3
19
  ## 18.0.13
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "18.0.13",
3
+ "version": "18.0.15",
4
4
  "description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",
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": "Inline dialog",
@@ -38,7 +45,7 @@
38
45
  "@atlaskit/ds-lib": "^6.0.0",
39
46
  "@atlaskit/layering": "^3.6.0",
40
47
  "@atlaskit/popper": "^7.1.0",
41
- "@atlaskit/tokens": "^11.2.0",
48
+ "@atlaskit/tokens": "^11.4.0",
42
49
  "@babel/runtime": "^7.0.0",
43
50
  "@compiled/react": "^0.20.0",
44
51
  "bind-event-listener": "^3.0.0"
@@ -52,14 +59,15 @@
52
59
  "@af/visual-regression": "workspace:^",
53
60
  "@atlaskit/button": "^23.10.0",
54
61
  "@atlaskit/css": "^0.19.0",
55
- "@atlaskit/datetime-picker": "^17.5.0",
62
+ "@atlaskit/datetime-picker": "^17.6.0",
56
63
  "@atlaskit/docs": "^11.7.0",
57
64
  "@atlaskit/dropdown-menu": "^16.8.0",
58
65
  "@atlaskit/link": "^3.3.0",
59
- "@atlaskit/modal-dialog": "^14.12.0",
66
+ "@atlaskit/modal-dialog": "^14.14.0",
60
67
  "@atlaskit/primitives": "^18.1.0",
61
68
  "@atlaskit/section-message": "^8.12.0",
62
- "@atlaskit/select": "^21.8.0",
69
+ "@atlaskit/select": "^21.10.0",
70
+ "@atlassian/react-compiler-gating": "workspace:^",
63
71
  "@atlassian/ssr-tests": "workspace:^",
64
72
  "@atlassian/structured-docs-types": "workspace:^",
65
73
  "@testing-library/react": "^16.3.0",
@@ -101,10 +109,6 @@
101
109
  ]
102
110
  }
103
111
  },
104
- "platform-feature-flags": {
105
- "dst-a11y__replace-anchor-with-link__design-system-": {
106
- "type": "boolean"
107
- }
108
- },
112
+ "platform-feature-flags": {},
109
113
  "homepage": "https://atlassian.design/components/inline-dialog/"
110
114
  }