@atlaskit/modal-dialog 16.0.1 → 16.1.0

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 CHANGED
@@ -1,11 +1,29 @@
1
1
  # @atlaskit/modal-dialog
2
2
 
3
+ ## 16.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
8
+ Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
9
+ reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
10
+
11
+ The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
12
+ bumped the renamed package itself, so dependent packages were never republished and their
13
+ published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
14
+ available in the public npm registry. This minor bump republishes all affected packages with the
15
+ corrected dependency.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 16.0.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
8
- Add @atlassian/react-compiler-gating as a runtime dependency to enable React Compiler platform
26
+ Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
9
27
  gating.
10
28
  - Updated dependencies
11
29
 
@@ -114,7 +114,7 @@ var InternalModalWrapper = /*#__PURE__*/(0, _react.forwardRef)(function (props,
114
114
  action: 'closed',
115
115
  componentName: 'modalDialog',
116
116
  packageName: "@atlaskit/modal-dialog",
117
- packageVersion: "16.0.0"
117
+ packageVersion: "16.0.1"
118
118
  });
119
119
  var onBlanketClicked = (0, _react.useCallback)(function (e) {
120
120
  if (shouldCloseOnOverlayClick) {
@@ -100,7 +100,7 @@ const InternalModalWrapper = /*#__PURE__*/forwardRef((props, ref) => {
100
100
  action: 'closed',
101
101
  componentName: 'modalDialog',
102
102
  packageName: "@atlaskit/modal-dialog",
103
- packageVersion: "16.0.0"
103
+ packageVersion: "16.0.1"
104
104
  });
105
105
  const onBlanketClicked = useCallback(e => {
106
106
  if (shouldCloseOnOverlayClick) {
@@ -105,7 +105,7 @@ var InternalModalWrapper = /*#__PURE__*/forwardRef(function (props, ref) {
105
105
  action: 'closed',
106
106
  componentName: 'modalDialog',
107
107
  packageName: "@atlaskit/modal-dialog",
108
- packageVersion: "16.0.0"
108
+ packageVersion: "16.0.1"
109
109
  });
110
110
  var onBlanketClicked = useCallback(function (e) {
111
111
  if (shouldCloseOnOverlayClick) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/modal-dialog",
3
- "version": "16.0.1",
3
+ "version": "16.1.0",
4
4
  "description": "A modal dialog displays content that requires user interaction, in a layer above the page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,7 +20,7 @@
20
20
  "react-compiler": {
21
21
  "enabled": true,
22
22
  "gating": {
23
- "source": "@atlassian/react-compiler-gating",
23
+ "source": "@atlaskit/react-compiler-gating",
24
24
  "importSpecifierName": "isReactCompilerActivePlatform"
25
25
  }
26
26
  },
@@ -34,22 +34,22 @@
34
34
  "watch": "tsc --watch --noEmit --project './tsconfig.json'"
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/analytics-next": "^12.0.0",
38
- "@atlaskit/blanket": "^16.0.0",
39
- "@atlaskit/button": "^24.1.0",
37
+ "@atlaskit/analytics-next": "^12.1.0",
38
+ "@atlaskit/blanket": "^16.1.0",
39
+ "@atlaskit/button": "^24.2.0",
40
40
  "@atlaskit/css": "^1.0.0",
41
41
  "@atlaskit/ds-lib": "^8.0.0",
42
- "@atlaskit/icon": "^36.0.0",
43
- "@atlaskit/layering": "^4.0.0",
44
- "@atlaskit/motion": "^7.1.0",
42
+ "@atlaskit/icon": "^36.1.0",
43
+ "@atlaskit/layering": "^4.1.0",
44
+ "@atlaskit/motion": "^7.2.0",
45
45
  "@atlaskit/platform-feature-flags": "^2.0.0",
46
- "@atlaskit/portal": "^6.0.0",
46
+ "@atlaskit/portal": "^6.1.0",
47
47
  "@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
48
- "@atlaskit/primitives": "^20.0.0",
49
- "@atlaskit/theme": "^26.0.0",
50
- "@atlaskit/tokens": "^15.0.0",
51
- "@atlaskit/top-layer": "^1.0.0",
52
- "@atlassian/react-compiler-gating": "^0.2.0",
48
+ "@atlaskit/primitives": "^20.1.0",
49
+ "@atlaskit/react-compiler-gating": "^0.2.0",
50
+ "@atlaskit/theme": "^26.1.0",
51
+ "@atlaskit/tokens": "^15.1.0",
52
+ "@atlaskit/top-layer": "^1.2.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@compiled/react": "^0.20.0",
55
55
  "bind-event-listener": "^3.0.0",
@@ -64,30 +64,30 @@
64
64
  "@af/accessibility-testing": "workspace:^",
65
65
  "@af/integration-testing": "workspace:^",
66
66
  "@af/visual-regression": "workspace:^",
67
- "@atlaskit/avatar": "^26.0.0",
68
- "@atlaskit/avatar-group": "^13.0.0",
69
- "@atlaskit/banner": "^15.0.0",
70
- "@atlaskit/breadcrumbs": "^17.0.0",
71
- "@atlaskit/checkbox": "^18.0.0",
72
- "@atlaskit/code": "^18.0.0",
73
- "@atlaskit/datetime-picker": "^18.0.0",
67
+ "@atlaskit/avatar": "^26.1.0",
68
+ "@atlaskit/avatar-group": "^13.1.0",
69
+ "@atlaskit/banner": "^15.1.0",
70
+ "@atlaskit/breadcrumbs": "^17.2.0",
71
+ "@atlaskit/checkbox": "^18.1.0",
72
+ "@atlaskit/code": "^18.2.0",
73
+ "@atlaskit/datetime-picker": "^18.1.0",
74
74
  "@atlaskit/docs": "^12.0.0",
75
- "@atlaskit/dropdown-menu": "^17.0.0",
76
- "@atlaskit/flag": "^18.0.0",
77
- "@atlaskit/form": "^16.0.0",
78
- "@atlaskit/heading": "^6.0.0",
79
- "@atlaskit/link": "^4.0.0",
80
- "@atlaskit/popup": "^5.0.0",
81
- "@atlaskit/radio": "^9.0.0",
82
- "@atlaskit/section-message": "^9.1.0",
83
- "@atlaskit/select": "^22.1.0",
84
- "@atlaskit/spotlight": "^2.0.0",
85
- "@atlaskit/textfield": "^9.0.0",
86
- "@atlaskit/tooltip": "^23.0.0",
75
+ "@atlaskit/dropdown-menu": "^17.1.0",
76
+ "@atlaskit/flag": "^18.1.0",
77
+ "@atlaskit/form": "^16.1.0",
78
+ "@atlaskit/heading": "^6.1.0",
79
+ "@atlaskit/link": "^4.1.0",
80
+ "@atlaskit/popup": "^5.1.0",
81
+ "@atlaskit/radio": "^9.1.0",
82
+ "@atlaskit/section-message": "^9.2.0",
83
+ "@atlaskit/select": "^22.2.0",
84
+ "@atlaskit/spotlight": "^2.1.0",
85
+ "@atlaskit/textfield": "^9.1.0",
86
+ "@atlaskit/tooltip": "^23.1.0",
87
87
  "@atlassian/feature-flags-test-utils": "^1.1.0",
88
88
  "@atlassian/ssr-tests": "workspace:^",
89
89
  "@atlassian/structured-docs-types": "workspace:^",
90
- "@atlassian/testing-library": "^0.6.0",
90
+ "@atlassian/testing-library": "^0.7.0",
91
91
  "@testing-library/dom": "^10.1.0",
92
92
  "@testing-library/react": "^16.3.0",
93
93
  "@testing-library/user-event": "^14.4.3",