@atlaskit/portal
Advanced tools
Comparing version 4.9.1 to 4.9.2
# @atlaskit/portal | ||
## 4.9.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. | ||
## 4.9.1 | ||
@@ -4,0 +12,0 @@ |
@@ -24,3 +24,3 @@ "use strict"; | ||
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix | ||
return !(0, _platformFeatureFlags.fg)('dsp-19516-design-system-portal-logic-update') ? isSubsequentRender ? /*#__PURE__*/_react.default.createElement(_internalPortal.default, { | ||
return !(0, _platformFeatureFlags.fg)('platform_design_system_team_portal_logic_r18_fix') ? isSubsequentRender ? /*#__PURE__*/_react.default.createElement(_internalPortal.default, { | ||
zIndex: zIndex | ||
@@ -27,0 +27,0 @@ }, children) : null : /*#__PURE__*/_react.default.createElement(_internalPortalNew.default, { |
@@ -16,3 +16,3 @@ import React from 'react'; | ||
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix | ||
return !fg('dsp-19516-design-system-portal-logic-update') ? isSubsequentRender ? /*#__PURE__*/React.createElement(InternalPortal, { | ||
return !fg('platform_design_system_team_portal_logic_r18_fix') ? isSubsequentRender ? /*#__PURE__*/React.createElement(InternalPortal, { | ||
zIndex: zIndex | ||
@@ -19,0 +19,0 @@ }, children) : null : /*#__PURE__*/React.createElement(InternalPortalNew, { |
@@ -17,3 +17,3 @@ import React from 'react'; | ||
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix | ||
return !fg('dsp-19516-design-system-portal-logic-update') ? isSubsequentRender ? /*#__PURE__*/React.createElement(InternalPortal, { | ||
return !fg('platform_design_system_team_portal_logic_r18_fix') ? isSubsequentRender ? /*#__PURE__*/React.createElement(InternalPortal, { | ||
zIndex: zIndex | ||
@@ -20,0 +20,0 @@ }, children) : null : /*#__PURE__*/React.createElement(InternalPortalNew, { |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "4.9.1", | ||
"version": "4.9.2", | ||
"description": "A wrapper for rendering components in React portals.", | ||
@@ -27,6 +27,2 @@ "publishConfig": { | ||
"team": "Design System Team", | ||
"releaseModel": "continuous", | ||
"productPushConsumption": [ | ||
"jira" | ||
], | ||
"website": { | ||
@@ -54,6 +50,6 @@ "name": "Portal", | ||
"@af/integration-testing": "*", | ||
"@atlaskit/ds-lib": "^2.4.0", | ||
"@atlaskit/modal-dialog": "^12.15.0", | ||
"@atlaskit/ds-lib": "^2.6.0", | ||
"@atlaskit/modal-dialog": "^12.17.0", | ||
"@atlaskit/ssr": "*", | ||
"@atlaskit/tokens": "^1.58.0", | ||
"@atlaskit/tokens": "^2.0.0", | ||
"@atlaskit/tooltip": "^18.7.0", | ||
@@ -97,3 +93,3 @@ "@atlaskit/visual-regression": "*", | ||
"platform-feature-flags": { | ||
"dsp-19516-design-system-portal-logic-update": { | ||
"platform_design_system_team_portal_logic_r18_fix": { | ||
"type": "boolean" | ||
@@ -100,0 +96,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78210