@atlaskit/renderer 124.22.7 → 125.0.0
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 +14 -0
- package/dist/cjs/ui/Expand.js +2 -4
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/ui/Expand.js +2 -4
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/ui/Expand.js +2 -4
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/package.json +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 125.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 124.22.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`3d028b9805550`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3d028b9805550) -
|
|
14
|
+
[ux] [ENGHEALTH-47507] internationalise strings behind feature gate platform_editor_dec_a11y_fixes
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 124.22.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/cjs/ui/Expand.js
CHANGED
|
@@ -291,10 +291,8 @@ function Expand(_ref2) {
|
|
|
291
291
|
className: "".concat(nodeType, "-content-wrapper")
|
|
292
292
|
}, (0, _react.jsx)(_ui.WidthProvider, null, (0, _react.jsx)("div", {
|
|
293
293
|
css: clearNextSiblingMarginTopStyle
|
|
294
|
-
}), (0, _platformFeatureFlags.fg)('hot-121622_lazy_load_expand_content') ? hasLoadedChildren ?
|
|
295
|
-
|
|
296
|
-
(0, _react.jsx)(_react2.Suspense, {
|
|
297
|
-
fallback: (0, _react.jsx)("div", null, "Loading...")
|
|
294
|
+
}), (0, _platformFeatureFlags.fg)('hot-121622_lazy_load_expand_content') ? hasLoadedChildren ? (0, _react.jsx)(_react2.Suspense, {
|
|
295
|
+
fallback: (0, _react.jsx)("div", null, (0, _platformFeatureFlags.fg)('platform_editor_dec_a11y_fixes') ? intl.formatMessage(_ui.expandMessages.loading) : 'Loading...')
|
|
298
296
|
}, (0, _react.jsx)(LazyChildren, null, children)) : null : children))));
|
|
299
297
|
}
|
|
300
298
|
var _default2 = exports.default = (0, _reactIntlNext.injectIntl)(Expand);
|
|
@@ -69,7 +69,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
69
69
|
// we want to calculate all the table widths (which causes reflows) after the renderer has finished loading to mitigate performance impact
|
|
70
70
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
71
71
|
var packageName = "@atlaskit/renderer";
|
|
72
|
-
var packageVersion = "
|
|
72
|
+
var packageVersion = "0.0.0-development";
|
|
73
73
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
74
74
|
containerName: 'ak-renderer-wrapper',
|
|
75
75
|
containerType: 'inline-size'
|
package/dist/es2019/ui/Expand.js
CHANGED
|
@@ -271,10 +271,8 @@ function Expand({
|
|
|
271
271
|
className: `${nodeType}-content-wrapper`
|
|
272
272
|
}, jsx(WidthProvider, null, jsx("div", {
|
|
273
273
|
css: clearNextSiblingMarginTopStyle
|
|
274
|
-
}), fg('hot-121622_lazy_load_expand_content') ? hasLoadedChildren ?
|
|
275
|
-
|
|
276
|
-
jsx(Suspense, {
|
|
277
|
-
fallback: jsx("div", null, "Loading...")
|
|
274
|
+
}), fg('hot-121622_lazy_load_expand_content') ? hasLoadedChildren ? jsx(Suspense, {
|
|
275
|
+
fallback: jsx("div", null, fg('platform_editor_dec_a11y_fixes') ? intl.formatMessage(expandMessages.loading) : 'Loading...')
|
|
278
276
|
}, jsx(LazyChildren, null, children)) : null : children))));
|
|
279
277
|
}
|
|
280
278
|
export default injectIntl(Expand);
|
|
@@ -55,7 +55,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
55
55
|
// we want to calculate all the table widths (which causes reflows) after the renderer has finished loading to mitigate performance impact
|
|
56
56
|
const TABLE_INFO_TIMEOUT = 10000;
|
|
57
57
|
const packageName = "@atlaskit/renderer";
|
|
58
|
-
const packageVersion = "
|
|
58
|
+
const packageVersion = "0.0.0-development";
|
|
59
59
|
const setAsQueryContainerStyles = css({
|
|
60
60
|
containerName: 'ak-renderer-wrapper',
|
|
61
61
|
containerType: 'inline-size'
|
package/dist/esm/ui/Expand.js
CHANGED
|
@@ -282,10 +282,8 @@ function Expand(_ref2) {
|
|
|
282
282
|
className: "".concat(nodeType, "-content-wrapper")
|
|
283
283
|
}, jsx(WidthProvider, null, jsx("div", {
|
|
284
284
|
css: clearNextSiblingMarginTopStyle
|
|
285
|
-
}), fg('hot-121622_lazy_load_expand_content') ? hasLoadedChildren ?
|
|
286
|
-
|
|
287
|
-
jsx(Suspense, {
|
|
288
|
-
fallback: jsx("div", null, "Loading...")
|
|
285
|
+
}), fg('hot-121622_lazy_load_expand_content') ? hasLoadedChildren ? jsx(Suspense, {
|
|
286
|
+
fallback: jsx("div", null, fg('platform_editor_dec_a11y_fixes') ? intl.formatMessage(expandMessages.loading) : 'Loading...')
|
|
289
287
|
}, jsx(LazyChildren, null, children)) : null : children))));
|
|
290
288
|
}
|
|
291
289
|
export default injectIntl(Expand);
|
|
@@ -60,7 +60,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
60
60
|
// we want to calculate all the table widths (which causes reflows) after the renderer has finished loading to mitigate performance impact
|
|
61
61
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
62
62
|
var packageName = "@atlaskit/renderer";
|
|
63
|
-
var packageVersion = "
|
|
63
|
+
var packageVersion = "0.0.0-development";
|
|
64
64
|
var setAsQueryContainerStyles = css({
|
|
65
65
|
containerName: 'ak-renderer-wrapper',
|
|
66
66
|
containerType: 'inline-size'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "125.0.0",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@atlaskit/status": "^3.0.0",
|
|
58
58
|
"@atlaskit/task-decision": "^19.2.0",
|
|
59
59
|
"@atlaskit/theme": "^21.0.0",
|
|
60
|
-
"@atlaskit/tmp-editor-statsig": "^16.
|
|
60
|
+
"@atlaskit/tmp-editor-statsig": "^16.3.0",
|
|
61
61
|
"@atlaskit/tokens": "^9.0.0",
|
|
62
62
|
"@atlaskit/tooltip": "^20.11.0",
|
|
63
63
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"uuid": "^3.1.0"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
|
-
"@atlaskit/editor-common": "^
|
|
74
|
+
"@atlaskit/editor-common": "^111.0.0",
|
|
75
75
|
"@atlaskit/link-provider": "^4.0.0",
|
|
76
76
|
"@atlaskit/media-core": "^37.0.0",
|
|
77
77
|
"react": "^18.2.0",
|
|
@@ -244,6 +244,9 @@
|
|
|
244
244
|
},
|
|
245
245
|
"platform_fix_macro_renders_in_layouts": {
|
|
246
246
|
"type": "boolean"
|
|
247
|
+
},
|
|
248
|
+
"platform_editor_dec_a11y_fixes": {
|
|
249
|
+
"type": "boolean"
|
|
247
250
|
}
|
|
248
251
|
}
|
|
249
252
|
}
|