@atlaskit/renderer 124.5.0 → 124.5.1
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 +8 -0
- package/dist/cjs/react/index.js +1 -1
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/react/index.js +1 -1
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/react/index.js +1 -1
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 124.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`08782f92b4f09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/08782f92b4f09) -
|
|
8
|
+
COMMENTS-5684-fe-cleanup-and-archive-cc-comments-include-path-for-renderer-emojis
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 124.5.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/dist/cjs/react/index.js
CHANGED
|
@@ -237,7 +237,7 @@ var ReactSerializer = exports.default = /*#__PURE__*/function () {
|
|
|
237
237
|
case 'media':
|
|
238
238
|
return this.getMediaProps(node, path);
|
|
239
239
|
case 'emoji':
|
|
240
|
-
return this.getEmojiProps(node,
|
|
240
|
+
return this.getEmojiProps(node, path);
|
|
241
241
|
case 'extension':
|
|
242
242
|
case 'bodiedExtension':
|
|
243
243
|
return this.getExtensionProps(node, path);
|
|
@@ -68,7 +68,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
68
68
|
// we want to calculate all the table widths (which causes reflows) after the renderer has finished loading to mitigate performance impact
|
|
69
69
|
var TABLE_WIDTH_INFO_TIMEOUT = 10000;
|
|
70
70
|
var packageName = "@atlaskit/renderer";
|
|
71
|
-
var packageVersion = "
|
|
71
|
+
var packageVersion = "0.0.0-development";
|
|
72
72
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
73
73
|
containerName: 'ak-renderer-wrapper',
|
|
74
74
|
containerType: 'inline-size'
|
|
@@ -219,7 +219,7 @@ export default class ReactSerializer {
|
|
|
219
219
|
case 'media':
|
|
220
220
|
return this.getMediaProps(node, path);
|
|
221
221
|
case 'emoji':
|
|
222
|
-
return this.getEmojiProps(node,
|
|
222
|
+
return this.getEmojiProps(node, path);
|
|
223
223
|
case 'extension':
|
|
224
224
|
case 'bodiedExtension':
|
|
225
225
|
return this.getExtensionProps(node, path);
|
|
@@ -54,7 +54,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
54
54
|
// we want to calculate all the table widths (which causes reflows) after the renderer has finished loading to mitigate performance impact
|
|
55
55
|
const TABLE_WIDTH_INFO_TIMEOUT = 10000;
|
|
56
56
|
const packageName = "@atlaskit/renderer";
|
|
57
|
-
const packageVersion = "
|
|
57
|
+
const packageVersion = "0.0.0-development";
|
|
58
58
|
const setAsQueryContainerStyles = css({
|
|
59
59
|
containerName: 'ak-renderer-wrapper',
|
|
60
60
|
containerType: 'inline-size'
|
package/dist/esm/react/index.js
CHANGED
|
@@ -230,7 +230,7 @@ var ReactSerializer = /*#__PURE__*/function () {
|
|
|
230
230
|
case 'media':
|
|
231
231
|
return this.getMediaProps(node, path);
|
|
232
232
|
case 'emoji':
|
|
233
|
-
return this.getEmojiProps(node,
|
|
233
|
+
return this.getEmojiProps(node, path);
|
|
234
234
|
case 'extension':
|
|
235
235
|
case 'bodiedExtension':
|
|
236
236
|
return this.getExtensionProps(node, path);
|
|
@@ -59,7 +59,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
59
59
|
// we want to calculate all the table widths (which causes reflows) after the renderer has finished loading to mitigate performance impact
|
|
60
60
|
var TABLE_WIDTH_INFO_TIMEOUT = 10000;
|
|
61
61
|
var packageName = "@atlaskit/renderer";
|
|
62
|
-
var packageVersion = "
|
|
62
|
+
var packageVersion = "0.0.0-development";
|
|
63
63
|
var setAsQueryContainerStyles = css({
|
|
64
64
|
containerName: 'ak-renderer-wrapper',
|
|
65
65
|
containerType: 'inline-size'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "124.5.
|
|
3
|
+
"version": "124.5.1",
|
|
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": "^13.
|
|
60
|
+
"@atlaskit/tmp-editor-statsig": "^13.12.0",
|
|
61
61
|
"@atlaskit/tokens": "^6.5.0",
|
|
62
62
|
"@atlaskit/tooltip": "^20.5.0",
|
|
63
63
|
"@atlaskit/visually-hidden": "^3.0.0",
|