@atlaskit/portal 4.9.1 → 4.9.3

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,19 @@
1
1
  # @atlaskit/portal
2
2
 
3
+ ## 4.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.9.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#146891](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146891)
14
+ [`1946e3bf8c6c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1946e3bf8c6c9) -
15
+ Internal change only: update feature flag names.
16
+
3
17
  ## 4.9.1
4
18
 
5
19
  ### Patch Changes
@@ -21,7 +21,7 @@ function Portal(_ref) {
21
21
  (0, _usePortalEvent.default)(zIndex);
22
22
 
23
23
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
24
- return !(0, _platformFeatureFlags.fg)('dsp-19516-design-system-portal-logic-update') ? isSubsequentRender ? /*#__PURE__*/_react.default.createElement(_internalPortal.default, {
24
+ return !(0, _platformFeatureFlags.fg)('platform_design_system_team_portal_logic_r18_fix') ? isSubsequentRender ? /*#__PURE__*/_react.default.createElement(_internalPortal.default, {
25
25
  zIndex: zIndex
26
26
  }, children) : null : /*#__PURE__*/_react.default.createElement(_internalPortalNew.default, {
27
27
  zIndex: zIndex
@@ -13,7 +13,7 @@ export default function Portal({
13
13
  useFirePortalEvent(zIndex);
14
14
 
15
15
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
16
- return !fg('dsp-19516-design-system-portal-logic-update') ? isSubsequentRender ? /*#__PURE__*/React.createElement(InternalPortal, {
16
+ return !fg('platform_design_system_team_portal_logic_r18_fix') ? isSubsequentRender ? /*#__PURE__*/React.createElement(InternalPortal, {
17
17
  zIndex: zIndex
18
18
  }, children) : null : /*#__PURE__*/React.createElement(InternalPortalNew, {
19
19
  zIndex: zIndex
@@ -14,7 +14,7 @@ export default function Portal(_ref) {
14
14
  useFirePortalEvent(zIndex);
15
15
 
16
16
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
17
- return !fg('dsp-19516-design-system-portal-logic-update') ? isSubsequentRender ? /*#__PURE__*/React.createElement(InternalPortal, {
17
+ return !fg('platform_design_system_team_portal_logic_r18_fix') ? isSubsequentRender ? /*#__PURE__*/React.createElement(InternalPortal, {
18
18
  zIndex: zIndex
19
19
  }, children) : null : /*#__PURE__*/React.createElement(InternalPortalNew, {
20
20
  zIndex: zIndex
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/portal",
3
- "version": "4.9.1",
3
+ "version": "4.9.3",
4
4
  "description": "A wrapper for rendering components in React portals.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -24,10 +24,6 @@
24
24
  "atlaskit:src": "src/index.tsx",
25
25
  "atlassian": {
26
26
  "team": "Design System Team",
27
- "releaseModel": "continuous",
28
- "productPushConsumption": [
29
- "jira"
30
- ],
31
27
  "website": {
32
28
  "name": "Portal",
33
29
  "category": "Libraries"
@@ -40,7 +36,7 @@
40
36
  },
41
37
  "dependencies": {
42
38
  "@atlaskit/platform-feature-flags": "^0.3.0",
43
- "@atlaskit/theme": "^13.0.0",
39
+ "@atlaskit/theme": "^14.0.0",
44
40
  "@babel/runtime": "^7.0.0"
45
41
  },
46
42
  "peerDependencies": {
@@ -50,11 +46,11 @@
50
46
  "devDependencies": {
51
47
  "@af/accessibility-testing": "*",
52
48
  "@af/integration-testing": "*",
53
- "@atlaskit/ds-lib": "^2.4.0",
54
- "@atlaskit/modal-dialog": "^12.15.0",
49
+ "@atlaskit/ds-lib": "^3.1.0",
50
+ "@atlaskit/modal-dialog": "^12.17.0",
55
51
  "@atlaskit/ssr": "*",
56
- "@atlaskit/tokens": "^1.58.0",
57
- "@atlaskit/tooltip": "^18.7.0",
52
+ "@atlaskit/tokens": "^2.0.0",
53
+ "@atlaskit/tooltip": "^18.8.0",
58
54
  "@atlaskit/visual-regression": "*",
59
55
  "@atlassian/feature-flags-test-utils": "^0.2.0",
60
56
  "@emotion/react": "^11.7.1",
@@ -92,7 +88,7 @@
92
88
  },
93
89
  "homepage": "https://atlassian.design/components/portal/",
94
90
  "platform-feature-flags": {
95
- "dsp-19516-design-system-portal-logic-update": {
91
+ "platform_design_system_team_portal_logic_r18_fix": {
96
92
  "type": "boolean"
97
93
  }
98
94
  }