@atlaskit/renderer 124.13.1 → 124.13.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/renderer
|
|
2
2
|
|
|
3
|
+
## 124.13.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`42bd907443147`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/42bd907443147) -
|
|
8
|
+
NO-ISSUE Ensures INP metrics and other analytics account for max appearance
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 124.13.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/afm-jira/tsconfig.json
CHANGED
|
@@ -720,7 +720,7 @@ var RendererWrapper = /*#__PURE__*/_react.default.memo(function (props) {
|
|
|
720
720
|
// Only apply container-type = inline-size when having a known width in full-page/full-width/comment mode.
|
|
721
721
|
// Otherwise when appearance is unspecified the renderer size is decided by the content.
|
|
722
722
|
// In this case we can't set the container-type = inline-size as it will collapse width to 0.
|
|
723
|
-
return (appearance === 'full-page' || appearance === 'full-width') &&
|
|
723
|
+
return (appearance === 'full-page' || appearance === 'full-width' || (0, _expValEqualsNoExposure.expValEqualsNoExposure)('editor_tinymce_full_width_mode', 'isEnabled', true) && appearance === 'max') &&
|
|
724
724
|
// In case of having excerpt-include on page there are multiple renderers nested.
|
|
725
725
|
// Make sure only the root renderer is set to be query container.
|
|
726
726
|
isTopLevelRenderer && allowRendererContainerStyles && (0, _platformFeatureFlags.fg)('platform-ssr-table-resize') ? (0, _react2.jsx)("div", {
|
|
@@ -706,7 +706,7 @@ const RendererWrapper = /*#__PURE__*/React.memo(props => {
|
|
|
706
706
|
// Only apply container-type = inline-size when having a known width in full-page/full-width/comment mode.
|
|
707
707
|
// Otherwise when appearance is unspecified the renderer size is decided by the content.
|
|
708
708
|
// In this case we can't set the container-type = inline-size as it will collapse width to 0.
|
|
709
|
-
return (appearance === 'full-page' || appearance === 'full-width') &&
|
|
709
|
+
return (appearance === 'full-page' || appearance === 'full-width' || expValEqualsNoExposure('editor_tinymce_full_width_mode', 'isEnabled', true) && appearance === 'max') &&
|
|
710
710
|
// In case of having excerpt-include on page there are multiple renderers nested.
|
|
711
711
|
// Make sure only the root renderer is set to be query container.
|
|
712
712
|
isTopLevelRenderer && allowRendererContainerStyles && fg('platform-ssr-table-resize') ? jsx("div", {
|
|
@@ -711,7 +711,7 @@ var RendererWrapper = /*#__PURE__*/React.memo(function (props) {
|
|
|
711
711
|
// Only apply container-type = inline-size when having a known width in full-page/full-width/comment mode.
|
|
712
712
|
// Otherwise when appearance is unspecified the renderer size is decided by the content.
|
|
713
713
|
// In this case we can't set the container-type = inline-size as it will collapse width to 0.
|
|
714
|
-
return (appearance === 'full-page' || appearance === 'full-width') &&
|
|
714
|
+
return (appearance === 'full-page' || appearance === 'full-width' || expValEqualsNoExposure('editor_tinymce_full_width_mode', 'isEnabled', true) && appearance === 'max') &&
|
|
715
715
|
// In case of having excerpt-include on page there are multiple renderers nested.
|
|
716
716
|
// Make sure only the root renderer is set to be query container.
|
|
717
717
|
isTopLevelRenderer && allowRendererContainerStyles && fg('platform-ssr-table-resize') ? jsx("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "124.13.
|
|
3
|
+
"version": "124.13.2",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@atlaskit/adf-utils": "^19.26.0",
|
|
28
28
|
"@atlaskit/afm-i18n-platform-editor-renderer": "2.10.0",
|
|
29
29
|
"@atlaskit/analytics-listeners": "^9.1.0",
|
|
30
|
-
"@atlaskit/analytics-namespaced-context": "^7.
|
|
30
|
+
"@atlaskit/analytics-namespaced-context": "^7.2.0",
|
|
31
31
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
32
32
|
"@atlaskit/browser-apis": "^0.0.1",
|
|
33
33
|
"@atlaskit/button": "^23.6.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@atlaskit/feature-gate-js-client": "^5.5.0",
|
|
42
42
|
"@atlaskit/icon": "^29.0.0",
|
|
43
43
|
"@atlaskit/link": "^3.2.0",
|
|
44
|
-
"@atlaskit/link-datasource": "^4.
|
|
44
|
+
"@atlaskit/link-datasource": "^4.30.0",
|
|
45
45
|
"@atlaskit/link-extractors": "^2.4.0",
|
|
46
46
|
"@atlaskit/linking-common": "^9.8.0",
|
|
47
47
|
"@atlaskit/media-card": "^79.7.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"uuid": "^3.1.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"@atlaskit/editor-common": "^110.
|
|
75
|
+
"@atlaskit/editor-common": "^110.30.0",
|
|
76
76
|
"@atlaskit/link-provider": "^4.0.0",
|
|
77
77
|
"@atlaskit/media-core": "^37.0.0",
|
|
78
78
|
"react": "^18.2.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@atlaskit/checkbox": "^17.1.0",
|
|
86
86
|
"@atlaskit/css-reset": "^7.3.0",
|
|
87
87
|
"@atlaskit/link-provider": "^4.0.0",
|
|
88
|
-
"@atlaskit/link-test-helpers": "^8.
|
|
88
|
+
"@atlaskit/link-test-helpers": "^8.5.0",
|
|
89
89
|
"@atlaskit/media-core": "^37.0.0",
|
|
90
90
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
91
91
|
"@atlaskit/media-test-helpers": "^39.0.0",
|