@atlaskit/renderer 112.6.16 → 112.7.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 +19 -0
- package/dist/cjs/react/nodes/blockCard.js +1 -0
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/react/nodes/blockCard.js +1 -0
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/react/nodes/blockCard.js +1 -0
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 112.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 112.7.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#177219](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177219)
|
|
14
|
+
[`6d8f4a8bb02d4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6d8f4a8bb02d4) -
|
|
15
|
+
[ux] fix an issue where the sllv table can be blurry in renderer in some specific setup (wide
|
|
16
|
+
screen, chrome, used in a spot with limited width)
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 112.6.16
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -25,6 +25,7 @@ var _utils = require("@atlaskit/editor-common/utils");
|
|
|
25
25
|
var datasourceContainerStyle = (0, _react.css)({
|
|
26
26
|
borderRadius: "var(--ds-border-radius-200, 8px)",
|
|
27
27
|
border: "1px solid ".concat("var(--ds-border, ".concat(_colors.N40, ")")),
|
|
28
|
+
overflow: 'hidden',
|
|
28
29
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
29
30
|
marginLeft: '50%',
|
|
30
31
|
marginBottom: "var(--ds-space-150, 0.75rem)",
|
|
@@ -65,7 +65,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
65
65
|
var NORMAL_SEVERITY_THRESHOLD = exports.NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
66
66
|
var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
67
67
|
var packageName = "@atlaskit/renderer";
|
|
68
|
-
var packageVersion = "112.
|
|
68
|
+
var packageVersion = "112.7.1";
|
|
69
69
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
70
70
|
containerName: 'ak-renderer-wrapper',
|
|
71
71
|
containerType: 'inline-size',
|
|
@@ -17,6 +17,7 @@ import { calcBreakoutWidth, canRenderDatasource } from '@atlaskit/editor-common/
|
|
|
17
17
|
const datasourceContainerStyle = css({
|
|
18
18
|
borderRadius: `${"var(--ds-border-radius-200, 8px)"}`,
|
|
19
19
|
border: `1px solid ${`var(--ds-border, ${N40})`}`,
|
|
20
|
+
overflow: 'hidden',
|
|
20
21
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
21
22
|
marginLeft: '50%',
|
|
22
23
|
marginBottom: `${"var(--ds-space-150, 0.75rem)"}`,
|
|
@@ -45,7 +45,7 @@ import { countNodes } from './count-nodes';
|
|
|
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.
|
|
48
|
+
const packageVersion = "112.7.1";
|
|
49
49
|
const setAsQueryContainerStyles = css({
|
|
50
50
|
containerName: 'ak-renderer-wrapper',
|
|
51
51
|
containerType: 'inline-size',
|
|
@@ -17,6 +17,7 @@ import { calcBreakoutWidth, canRenderDatasource } from '@atlaskit/editor-common/
|
|
|
17
17
|
var datasourceContainerStyle = css({
|
|
18
18
|
borderRadius: "var(--ds-border-radius-200, 8px)",
|
|
19
19
|
border: "1px solid ".concat("var(--ds-border, ".concat(N40, ")")),
|
|
20
|
+
overflow: 'hidden',
|
|
20
21
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
21
22
|
marginLeft: '50%',
|
|
22
23
|
marginBottom: "var(--ds-space-150, 0.75rem)",
|
|
@@ -55,7 +55,7 @@ import { countNodes } from './count-nodes';
|
|
|
55
55
|
export var NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
56
56
|
export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
57
57
|
var packageName = "@atlaskit/renderer";
|
|
58
|
-
var packageVersion = "112.
|
|
58
|
+
var packageVersion = "112.7.1";
|
|
59
59
|
var setAsQueryContainerStyles = css({
|
|
60
60
|
containerName: 'ak-renderer-wrapper',
|
|
61
61
|
containerType: 'inline-size',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "112.
|
|
3
|
+
"version": "112.7.1",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@atlaskit/emoji": "^67.11.0",
|
|
38
38
|
"@atlaskit/feature-gate-js-client": "^4.23.0",
|
|
39
39
|
"@atlaskit/icon": "^23.1.0",
|
|
40
|
-
"@atlaskit/link-datasource": "^3.
|
|
40
|
+
"@atlaskit/link-datasource": "^3.15.0",
|
|
41
41
|
"@atlaskit/media-card": "^78.15.0",
|
|
42
42
|
"@atlaskit/media-client": "^28.5.0",
|
|
43
43
|
"@atlaskit/media-client-react": "^2.4.0",
|
|
@@ -50,9 +50,9 @@
|
|
|
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.25.0",
|
|
54
54
|
"@atlaskit/tokens": "^2.4.0",
|
|
55
|
-
"@atlaskit/tooltip": "^
|
|
55
|
+
"@atlaskit/tooltip": "^19.0.0",
|
|
56
56
|
"@babel/runtime": "^7.0.0",
|
|
57
57
|
"@emotion/react": "^11.7.1",
|
|
58
58
|
"lodash": "^4.17.21",
|