@atlaskit/renderer 112.8.1 → 112.8.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 +6 -0
- package/dist/cjs/react/marks/em.js +1 -1
- package/dist/cjs/react/marks/strong.js +1 -1
- package/dist/cjs/react/nodes/paragraph.js +1 -1
- package/dist/cjs/ui/Expand.js +1 -1
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/react/marks/em.js +1 -1
- package/dist/es2019/react/marks/strong.js +1 -1
- package/dist/es2019/react/nodes/paragraph.js +1 -1
- package/dist/es2019/ui/Expand.js +1 -1
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/react/marks/em.js +1 -1
- package/dist/esm/react/marks/strong.js +1 -1
- package/dist/esm/react/nodes/paragraph.js +1 -1
- package/dist/esm/ui/Expand.js +1 -1
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,6 @@ function Em(props) {
|
|
|
10
10
|
// ignore the eslint warning Text primitive does not support dataAttributes
|
|
11
11
|
// eslint-disable-next-line @atlaskit/design-system/use-primitives-text
|
|
12
12
|
// Ignored via go/ees005
|
|
13
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
13
|
+
// eslint-disable-next-line react/jsx-props-no-spreading, @atlaskit/design-system/use-primitives-text
|
|
14
14
|
return /*#__PURE__*/_react.default.createElement("em", props.dataAttributes, props.children);
|
|
15
15
|
}
|
|
@@ -10,6 +10,6 @@ function Strong(props) {
|
|
|
10
10
|
// ignore the eslint warning Text primitive does not support dataAttributes
|
|
11
11
|
// eslint-disable-next-line @atlaskit/design-system/use-primitives-text
|
|
12
12
|
// Ignored via go/ees005
|
|
13
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
13
|
+
// eslint-disable-next-line react/jsx-props-no-spreading, @atlaskit/design-system/use-primitives-text
|
|
14
14
|
return /*#__PURE__*/_react.default.createElement("strong", props.dataAttributes, props.children);
|
|
15
15
|
}
|
|
@@ -15,7 +15,7 @@ function Paragraph(_ref) {
|
|
|
15
15
|
// ignore the eslint warning Text primitive does not support dataAttributes
|
|
16
16
|
// eslint-disable-next-line @atlaskit/design-system/use-primitives-text
|
|
17
17
|
// Ignored via go/ees005
|
|
18
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
18
|
+
// eslint-disable-next-line react/jsx-props-no-spreading, @atlaskit/design-system/use-primitives-text
|
|
19
19
|
_react.default.createElement("p", dataAttributes, /*#__PURE__*/_react.default.createElement(_inline.default, null, children))
|
|
20
20
|
);
|
|
21
21
|
}
|
package/dist/cjs/ui/Expand.js
CHANGED
|
@@ -38,7 +38,7 @@ var titleStyles = (0, _react.css)({
|
|
|
38
38
|
border: 'none',
|
|
39
39
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
40
40
|
fontSize: (0, _editorSharedStyles.relativeFontSizeToBase16)((0, _constants.fontSize)()),
|
|
41
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
41
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
|
|
42
42
|
lineHeight: _editorSharedStyles.akEditorLineHeight,
|
|
43
43
|
fontWeight: "var(--ds-font-weight-regular, 400)",
|
|
44
44
|
display: 'flex',
|
|
@@ -64,7 +64,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
64
64
|
var NORMAL_SEVERITY_THRESHOLD = exports.NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
65
65
|
var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
66
66
|
var packageName = "@atlaskit/renderer";
|
|
67
|
-
var packageVersion = "112.8.
|
|
67
|
+
var packageVersion = "112.8.2";
|
|
68
68
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
69
69
|
containerName: 'ak-renderer-wrapper',
|
|
70
70
|
containerType: 'inline-size',
|
|
@@ -3,6 +3,6 @@ export default function Em(props) {
|
|
|
3
3
|
// ignore the eslint warning Text primitive does not support dataAttributes
|
|
4
4
|
// eslint-disable-next-line @atlaskit/design-system/use-primitives-text
|
|
5
5
|
// Ignored via go/ees005
|
|
6
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading, @atlaskit/design-system/use-primitives-text
|
|
7
7
|
return /*#__PURE__*/React.createElement("em", props.dataAttributes, props.children);
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@ export default function Strong(props) {
|
|
|
3
3
|
// ignore the eslint warning Text primitive does not support dataAttributes
|
|
4
4
|
// eslint-disable-next-line @atlaskit/design-system/use-primitives-text
|
|
5
5
|
// Ignored via go/ees005
|
|
6
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading, @atlaskit/design-system/use-primitives-text
|
|
7
7
|
return /*#__PURE__*/React.createElement("strong", props.dataAttributes, props.children);
|
|
8
8
|
}
|
|
@@ -9,7 +9,7 @@ export default function Paragraph({
|
|
|
9
9
|
// ignore the eslint warning Text primitive does not support dataAttributes
|
|
10
10
|
// eslint-disable-next-line @atlaskit/design-system/use-primitives-text
|
|
11
11
|
// Ignored via go/ees005
|
|
12
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
12
|
+
// eslint-disable-next-line react/jsx-props-no-spreading, @atlaskit/design-system/use-primitives-text
|
|
13
13
|
React.createElement("p", dataAttributes, /*#__PURE__*/React.createElement(Inline, null, children))
|
|
14
14
|
);
|
|
15
15
|
}
|
package/dist/es2019/ui/Expand.js
CHANGED
|
@@ -23,7 +23,7 @@ const titleStyles = css({
|
|
|
23
23
|
border: 'none',
|
|
24
24
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
25
25
|
fontSize: relativeFontSizeToBase16(fontSize()),
|
|
26
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
|
|
27
27
|
lineHeight: akEditorLineHeight,
|
|
28
28
|
fontWeight: "var(--ds-font-weight-regular, 400)",
|
|
29
29
|
display: 'flex',
|
|
@@ -45,7 +45,7 @@ import { TruncatedWrapper } from './truncated-wrapper';
|
|
|
45
45
|
export const NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
46
46
|
export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
47
47
|
const packageName = "@atlaskit/renderer";
|
|
48
|
-
const packageVersion = "112.8.
|
|
48
|
+
const packageVersion = "112.8.2";
|
|
49
49
|
const setAsQueryContainerStyles = css({
|
|
50
50
|
containerName: 'ak-renderer-wrapper',
|
|
51
51
|
containerType: 'inline-size',
|
|
@@ -3,6 +3,6 @@ export default function Em(props) {
|
|
|
3
3
|
// ignore the eslint warning Text primitive does not support dataAttributes
|
|
4
4
|
// eslint-disable-next-line @atlaskit/design-system/use-primitives-text
|
|
5
5
|
// Ignored via go/ees005
|
|
6
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading, @atlaskit/design-system/use-primitives-text
|
|
7
7
|
return /*#__PURE__*/React.createElement("em", props.dataAttributes, props.children);
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@ export default function Strong(props) {
|
|
|
3
3
|
// ignore the eslint warning Text primitive does not support dataAttributes
|
|
4
4
|
// eslint-disable-next-line @atlaskit/design-system/use-primitives-text
|
|
5
5
|
// Ignored via go/ees005
|
|
6
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
6
|
+
// eslint-disable-next-line react/jsx-props-no-spreading, @atlaskit/design-system/use-primitives-text
|
|
7
7
|
return /*#__PURE__*/React.createElement("strong", props.dataAttributes, props.children);
|
|
8
8
|
}
|
|
@@ -8,7 +8,7 @@ export default function Paragraph(_ref) {
|
|
|
8
8
|
// ignore the eslint warning Text primitive does not support dataAttributes
|
|
9
9
|
// eslint-disable-next-line @atlaskit/design-system/use-primitives-text
|
|
10
10
|
// Ignored via go/ees005
|
|
11
|
-
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
11
|
+
// eslint-disable-next-line react/jsx-props-no-spreading, @atlaskit/design-system/use-primitives-text
|
|
12
12
|
React.createElement("p", dataAttributes, /*#__PURE__*/React.createElement(Inline, null, children))
|
|
13
13
|
);
|
|
14
14
|
}
|
package/dist/esm/ui/Expand.js
CHANGED
|
@@ -28,7 +28,7 @@ var titleStyles = css({
|
|
|
28
28
|
border: 'none',
|
|
29
29
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
30
30
|
fontSize: relativeFontSizeToBase16(fontSize()),
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
|
|
32
32
|
lineHeight: akEditorLineHeight,
|
|
33
33
|
fontWeight: "var(--ds-font-weight-regular, 400)",
|
|
34
34
|
display: 'flex',
|
|
@@ -54,7 +54,7 @@ import { TruncatedWrapper } from './truncated-wrapper';
|
|
|
54
54
|
export var NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
55
55
|
export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
56
56
|
var packageName = "@atlaskit/renderer";
|
|
57
|
-
var packageVersion = "112.8.
|
|
57
|
+
var packageVersion = "112.8.2";
|
|
58
58
|
var setAsQueryContainerStyles = css({
|
|
59
59
|
containerName: 'ak-renderer-wrapper',
|
|
60
60
|
containerType: 'inline-size',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "112.8.
|
|
3
|
+
"version": "112.8.2",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@atlaskit/analytics-next": "^10.2.0",
|
|
30
30
|
"@atlaskit/button": "^20.3.0",
|
|
31
31
|
"@atlaskit/code": "^15.6.0",
|
|
32
|
-
"@atlaskit/editor-common": "^98.
|
|
32
|
+
"@atlaskit/editor-common": "^98.2.0",
|
|
33
33
|
"@atlaskit/editor-json-transformer": "^8.21.0",
|
|
34
34
|
"@atlaskit/editor-palette": "1.6.3",
|
|
35
35
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@atlaskit/media-ui": "^27.2.0",
|
|
47
47
|
"@atlaskit/media-viewer": "^49.5.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
49
|
-
"@atlaskit/smart-card": "^
|
|
49
|
+
"@atlaskit/smart-card": "^34.0.0",
|
|
50
50
|
"@atlaskit/status": "^1.8.0",
|
|
51
51
|
"@atlaskit/task-decision": "^17.11.0",
|
|
52
52
|
"@atlaskit/theme": "^14.0.0",
|
|
53
|
-
"@atlaskit/tmp-editor-statsig": "^2.
|
|
53
|
+
"@atlaskit/tmp-editor-statsig": "^2.32.0",
|
|
54
54
|
"@atlaskit/tokens": "^2.5.0",
|
|
55
55
|
"@atlaskit/tooltip": "^19.0.0",
|
|
56
56
|
"@babel/runtime": "^7.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@atlaskit/media-core": "^34.4.0",
|
|
79
79
|
"@atlaskit/media-integration-test-helpers": "^3.1.0",
|
|
80
80
|
"@atlaskit/media-test-helpers": "^34.7.0",
|
|
81
|
-
"@atlaskit/mention": "^23.
|
|
81
|
+
"@atlaskit/mention": "^23.7.0",
|
|
82
82
|
"@atlaskit/navigation-next": "^9.0.0",
|
|
83
83
|
"@atlaskit/util-data-test": "^17.13.0",
|
|
84
84
|
"@atlaskit/visual-regression": "*",
|