@atlaskit/inline-dialog 18.0.14 → 18.0.16
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/inline-dialog
|
|
2
2
|
|
|
3
|
+
## 18.0.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 18.0.15
|
|
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
|
## 18.0.14
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/inline-dialog",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.16",
|
|
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",
|
|
@@ -35,10 +42,10 @@
|
|
|
35
42
|
},
|
|
36
43
|
"dependencies": {
|
|
37
44
|
"@atlaskit/analytics-next": "^11.2.0",
|
|
38
|
-
"@atlaskit/ds-lib": "^
|
|
45
|
+
"@atlaskit/ds-lib": "^7.0.0",
|
|
39
46
|
"@atlaskit/layering": "^3.6.0",
|
|
40
47
|
"@atlaskit/popper": "^7.1.0",
|
|
41
|
-
"@atlaskit/tokens": "^
|
|
48
|
+
"@atlaskit/tokens": "^12.0.0",
|
|
42
49
|
"@babel/runtime": "^7.0.0",
|
|
43
50
|
"@compiled/react": "^0.20.0",
|
|
44
51
|
"bind-event-listener": "^3.0.0"
|
|
@@ -50,16 +57,17 @@
|
|
|
50
57
|
"@af/accessibility-testing": "workspace:^",
|
|
51
58
|
"@af/integration-testing": "workspace:^",
|
|
52
59
|
"@af/visual-regression": "workspace:^",
|
|
53
|
-
"@atlaskit/button": "^23.
|
|
60
|
+
"@atlaskit/button": "^23.11.0",
|
|
54
61
|
"@atlaskit/css": "^0.19.0",
|
|
55
62
|
"@atlaskit/datetime-picker": "^17.6.0",
|
|
56
63
|
"@atlaskit/docs": "^11.7.0",
|
|
57
64
|
"@atlaskit/dropdown-menu": "^16.8.0",
|
|
58
|
-
"@atlaskit/link": "^3.
|
|
59
|
-
"@atlaskit/modal-dialog": "^14.
|
|
65
|
+
"@atlaskit/link": "^3.4.0",
|
|
66
|
+
"@atlaskit/modal-dialog": "^14.15.0",
|
|
60
67
|
"@atlaskit/primitives": "^18.1.0",
|
|
61
68
|
"@atlaskit/section-message": "^8.12.0",
|
|
62
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",
|