@atlaskit/inline-dialog 15.0.1 → 15.0.2

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,5 +1,13 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 15.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#146891](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146891)
8
+ [`1946e3bf8c6c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1946e3bf8c6c9) -
9
+ Internal change only: update feature flag names.
10
+
3
11
  ## 15.0.1
4
12
 
5
13
  ### Patch Changes
@@ -68,7 +68,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
68
68
  action: 'closed',
69
69
  componentName: 'inlineDialog',
70
70
  packageName: "@atlaskit/inline-dialog",
71
- packageVersion: "15.0.1"
71
+ packageVersion: "15.0.2"
72
72
  });
73
73
 
74
74
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -195,7 +195,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
195
195
  }
196
196
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
197
197
  },
198
- hasNodeResolver: !(0, _platformFeatureFlags.fg)('dsp-19516-design-system-portal-logic-update')
198
+ hasNodeResolver: !(0, _platformFeatureFlags.fg)('platform_design_system_team_portal_logic_r18_fix')
199
199
  }, (0, _react2.jsx)(_react.default.Fragment, null, children));
200
200
  }), isLayeringEnabled ? (0, _react2.jsx)(_layering.UNSAFE_LAYERING, {
201
201
  isDisabled: false
@@ -50,7 +50,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
50
50
  action: 'closed',
51
51
  componentName: 'inlineDialog',
52
52
  packageName: "@atlaskit/inline-dialog",
53
- packageVersion: "15.0.1"
53
+ packageVersion: "15.0.2"
54
54
  });
55
55
 
56
56
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -178,7 +178,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
178
178
  }
179
179
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
180
180
  },
181
- hasNodeResolver: !fg('dsp-19516-design-system-portal-logic-update')
181
+ hasNodeResolver: !fg('platform_design_system_team_portal_logic_r18_fix')
182
182
  }, jsx(React.Fragment, null, children))), isLayeringEnabled ? jsx(UNSAFE_LAYERING, {
183
183
  isDisabled: false
184
184
  }, popper, jsx(EscapeCloseManager, {
@@ -57,7 +57,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
57
57
  action: 'closed',
58
58
  componentName: 'inlineDialog',
59
59
  packageName: "@atlaskit/inline-dialog",
60
- packageVersion: "15.0.1"
60
+ packageVersion: "15.0.2"
61
61
  });
62
62
 
63
63
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -184,7 +184,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
184
184
  }
185
185
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
186
186
  },
187
- hasNodeResolver: !fg('dsp-19516-design-system-portal-logic-update')
187
+ hasNodeResolver: !fg('platform_design_system_team_portal_logic_r18_fix')
188
188
  }, jsx(React.Fragment, null, children));
189
189
  }), isLayeringEnabled ? jsx(UNSAFE_LAYERING, {
190
190
  isDisabled: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "15.0.1",
3
+ "version": "15.0.2",
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/"
@@ -57,7 +57,7 @@
57
57
  "@af/integration-testing": "*",
58
58
  "@af/visual-regression": "*",
59
59
  "@atlaskit/button": "^20.2.0",
60
- "@atlaskit/datetime-picker": "^15.0.0",
60
+ "@atlaskit/datetime-picker": "^15.1.0",
61
61
  "@atlaskit/docs": "*",
62
62
  "@atlaskit/dropdown-menu": "^12.18.0",
63
63
  "@atlaskit/modal-dialog": "^12.17.0",
@@ -111,7 +111,7 @@
111
111
  "platform.design-system-team.inline-message-layering_wfp1p": {
112
112
  "type": "boolean"
113
113
  },
114
- "dsp-19516-design-system-portal-logic-update": {
114
+ "platform_design_system_team_portal_logic_r18_fix": {
115
115
  "type": "boolean"
116
116
  }
117
117
  },