@atlaskit/renderer 112.6.16 → 112.7.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 112.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#177219](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177219)
8
+ [`6d8f4a8bb02d4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6d8f4a8bb02d4) -
9
+ [ux] fix an issue where the sllv table can be blurry in renderer in some specific setup (wide
10
+ screen, chrome, used in a spot with limited width)
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 112.6.16
4
17
 
5
18
  ### 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.6.16";
68
+ var packageVersion = "112.7.0";
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.6.16";
48
+ const packageVersion = "112.7.0";
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.6.16";
58
+ var packageVersion = "112.7.0";
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.6.16",
3
+ "version": "112.7.0",
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.14.0",
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,7 +50,7 @@
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.24.0",
53
+ "@atlaskit/tmp-editor-statsig": "^2.25.0",
54
54
  "@atlaskit/tokens": "^2.4.0",
55
55
  "@atlaskit/tooltip": "^18.9.0",
56
56
  "@babel/runtime": "^7.0.0",