Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/portal

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/portal - npm Package Compare versions

Comparing version 4.9.1 to 4.9.2

8

CHANGELOG.md
# @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 @@

2

dist/cjs/portal.js

@@ -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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc