@atlaskit/renderer 105.0.0 → 105.0.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 +6 -0
- package/dist/cjs/react/nodes/codeBlock/components/lightWeightCodeBlock.js +3 -1
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/react/nodes/codeBlock/components/lightWeightCodeBlock.js +3 -1
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/react/nodes/codeBlock/components/lightWeightCodeBlock.js +3 -1
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -68,6 +68,8 @@ var LightWeightCodeBlock = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, r
|
|
|
68
68
|
css: [(0, _styles.codeBlockSharedStyles)(theme), lightWeightCodeBlockStyles]
|
|
69
69
|
}, (0, _react2.jsx)("div", {
|
|
70
70
|
className: _styles.CodeBlockSharedCssClassName.CODEBLOCK_CONTAINER
|
|
71
|
+
}, (0, _react2.jsx)("div", {
|
|
72
|
+
className: _styles.CodeBlockSharedCssClassName.CODEBLOCK_CONTENT_WRAPPER
|
|
71
73
|
}, (0, _react2.jsx)("div", {
|
|
72
74
|
className: _styles.CodeBlockSharedCssClassName.CODEBLOCK_LINE_NUMBER_GUTTER
|
|
73
75
|
}, textRows.map(function (_, index) {
|
|
@@ -76,7 +78,7 @@ var LightWeightCodeBlock = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, r
|
|
|
76
78
|
});
|
|
77
79
|
})), (0, _react2.jsx)("div", {
|
|
78
80
|
className: _styles.CodeBlockSharedCssClassName.CODEBLOCK_CONTENT
|
|
79
|
-
}, (0, _react2.jsx)("code", null, renderBidiWarnings(text)))));
|
|
81
|
+
}, (0, _react2.jsx)("code", null, renderBidiWarnings(text))))));
|
|
80
82
|
});
|
|
81
83
|
var _default = LightWeightCodeBlock;
|
|
82
84
|
exports.default = _default;
|
|
@@ -102,7 +102,7 @@ exports.NORMAL_SEVERITY_THRESHOLD = NORMAL_SEVERITY_THRESHOLD;
|
|
|
102
102
|
var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
103
103
|
exports.DEGRADED_SEVERITY_THRESHOLD = DEGRADED_SEVERITY_THRESHOLD;
|
|
104
104
|
var packageName = "@atlaskit/renderer";
|
|
105
|
-
var packageVersion = "105.0.
|
|
105
|
+
var packageVersion = "105.0.1";
|
|
106
106
|
|
|
107
107
|
var Renderer = /*#__PURE__*/function (_PureComponent) {
|
|
108
108
|
(0, _inherits2.default)(Renderer, _PureComponent);
|
package/dist/cjs/version.json
CHANGED
|
@@ -47,12 +47,14 @@ const LightWeightCodeBlock = /*#__PURE__*/forwardRef(({
|
|
|
47
47
|
css: [codeBlockSharedStyles(theme), lightWeightCodeBlockStyles]
|
|
48
48
|
}, jsx("div", {
|
|
49
49
|
className: CodeBlockSharedCssClassName.CODEBLOCK_CONTAINER
|
|
50
|
+
}, jsx("div", {
|
|
51
|
+
className: CodeBlockSharedCssClassName.CODEBLOCK_CONTENT_WRAPPER
|
|
50
52
|
}, jsx("div", {
|
|
51
53
|
className: CodeBlockSharedCssClassName.CODEBLOCK_LINE_NUMBER_GUTTER
|
|
52
54
|
}, textRows.map((_, index) => jsx("span", {
|
|
53
55
|
key: index
|
|
54
56
|
}))), jsx("div", {
|
|
55
57
|
className: CodeBlockSharedCssClassName.CODEBLOCK_CONTENT
|
|
56
|
-
}, jsx("code", null, renderBidiWarnings(text)))));
|
|
58
|
+
}, jsx("code", null, renderBidiWarnings(text))))));
|
|
57
59
|
});
|
|
58
60
|
export default LightWeightCodeBlock;
|
|
@@ -36,7 +36,7 @@ import { RenderTracking } from '../../react/utils/performance/RenderTracking';
|
|
|
36
36
|
export const NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
37
37
|
export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
38
38
|
const packageName = "@atlaskit/renderer";
|
|
39
|
-
const packageVersion = "105.0.
|
|
39
|
+
const packageVersion = "105.0.1";
|
|
40
40
|
export class Renderer extends PureComponent {
|
|
41
41
|
/**
|
|
42
42
|
* This is used in measuring the Renderer Mount time and is then
|
package/dist/es2019/version.json
CHANGED
|
@@ -44,6 +44,8 @@ var LightWeightCodeBlock = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
44
44
|
css: [codeBlockSharedStyles(theme), lightWeightCodeBlockStyles]
|
|
45
45
|
}, jsx("div", {
|
|
46
46
|
className: CodeBlockSharedCssClassName.CODEBLOCK_CONTAINER
|
|
47
|
+
}, jsx("div", {
|
|
48
|
+
className: CodeBlockSharedCssClassName.CODEBLOCK_CONTENT_WRAPPER
|
|
47
49
|
}, jsx("div", {
|
|
48
50
|
className: CodeBlockSharedCssClassName.CODEBLOCK_LINE_NUMBER_GUTTER
|
|
49
51
|
}, textRows.map(function (_, index) {
|
|
@@ -52,6 +54,6 @@ var LightWeightCodeBlock = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
52
54
|
});
|
|
53
55
|
})), jsx("div", {
|
|
54
56
|
className: CodeBlockSharedCssClassName.CODEBLOCK_CONTENT
|
|
55
|
-
}, jsx("code", null, renderBidiWarnings(text)))));
|
|
57
|
+
}, jsx("code", null, renderBidiWarnings(text))))));
|
|
56
58
|
});
|
|
57
59
|
export default LightWeightCodeBlock;
|
|
@@ -50,7 +50,7 @@ import { RenderTracking } from '../../react/utils/performance/RenderTracking';
|
|
|
50
50
|
export var NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
51
51
|
export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
52
52
|
var packageName = "@atlaskit/renderer";
|
|
53
|
-
var packageVersion = "105.0.
|
|
53
|
+
var packageVersion = "105.0.1";
|
|
54
54
|
export var Renderer = /*#__PURE__*/function (_PureComponent) {
|
|
55
55
|
_inherits(Renderer, _PureComponent);
|
|
56
56
|
|
package/dist/esm/version.json
CHANGED