@atlaskit/inline-dialog
Advanced tools
Comparing version 15.0.1 to 15.0.2
# @atlaskit/inline-dialog | ||
## 15.0.2 | ||
### Patch Changes | ||
- [#146891](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146891) | ||
[`1946e3bf8c6c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1946e3bf8c6c9) - | ||
Internal change only: update feature flag names. | ||
## 15.0.1 | ||
@@ -4,0 +12,0 @@ |
@@ -71,3 +71,3 @@ "use strict"; | ||
packageName: "@atlaskit/inline-dialog", | ||
packageVersion: "15.0.1" | ||
packageVersion: "15.0.2" | ||
}); | ||
@@ -199,3 +199,3 @@ | ||
}, | ||
hasNodeResolver: !(0, _platformFeatureFlags.fg)('dsp-19516-design-system-portal-logic-update') | ||
hasNodeResolver: !(0, _platformFeatureFlags.fg)('platform_design_system_team_portal_logic_r18_fix') | ||
}, (0, _react2.jsx)(_react.default.Fragment, null, children)); | ||
@@ -202,0 +202,0 @@ }), isLayeringEnabled ? (0, _react2.jsx)(_layering.UNSAFE_LAYERING, { |
@@ -53,3 +53,3 @@ /** | ||
packageName: "@atlaskit/inline-dialog", | ||
packageVersion: "15.0.1" | ||
packageVersion: "15.0.2" | ||
}); | ||
@@ -182,3 +182,3 @@ | ||
}, | ||
hasNodeResolver: !fg('dsp-19516-design-system-portal-logic-update') | ||
hasNodeResolver: !fg('platform_design_system_team_portal_logic_r18_fix') | ||
}, jsx(React.Fragment, null, children))), isLayeringEnabled ? jsx(UNSAFE_LAYERING, { | ||
@@ -185,0 +185,0 @@ isDisabled: false |
@@ -60,3 +60,3 @@ /** | ||
packageName: "@atlaskit/inline-dialog", | ||
packageVersion: "15.0.1" | ||
packageVersion: "15.0.2" | ||
}); | ||
@@ -188,3 +188,3 @@ | ||
}, | ||
hasNodeResolver: !fg('dsp-19516-design-system-portal-logic-update') | ||
hasNodeResolver: !fg('platform_design_system_team_portal_logic_r18_fix') | ||
}, jsx(React.Fragment, null, children)); | ||
@@ -191,0 +191,0 @@ }), isLayeringEnabled ? jsx(UNSAFE_LAYERING, { |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "15.0.1", | ||
"version": "15.0.2", | ||
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.", | ||
@@ -60,3 +60,3 @@ "publishConfig": { | ||
"@atlaskit/button": "^20.2.0", | ||
"@atlaskit/datetime-picker": "^15.0.0", | ||
"@atlaskit/datetime-picker": "^15.1.0", | ||
"@atlaskit/docs": "*", | ||
@@ -115,3 +115,3 @@ "@atlaskit/dropdown-menu": "^12.18.0", | ||
}, | ||
"dsp-19516-design-system-portal-logic-update": { | ||
"platform_design_system_team_portal_logic_r18_fix": { | ||
"type": "boolean" | ||
@@ -118,0 +118,0 @@ } |
102420