@atlaskit/renderer 120.5.6 → 120.5.7
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/ui/Renderer/RendererStyleContainer.js +1 -1
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/ui/Renderer/RendererStyleContainer.js +1 -1
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/ui/Renderer/RendererStyleContainer.js +1 -1
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 120.5.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`ef3b2dfa2f8a8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef3b2dfa2f8a8) -
|
|
8
|
+
Internal changes to use radius tokens. No visual changes.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 120.5.6
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -734,7 +734,7 @@ var backgroundColorStyles = (0, _react.css)({
|
|
|
734
734
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
735
735
|
'.fabric-background-color-mark': {
|
|
736
736
|
backgroundColor: 'var(--custom-palette-color, inherit)',
|
|
737
|
-
borderRadius:
|
|
737
|
+
borderRadius: "var(--ds-radius-xsmall, 2px)",
|
|
738
738
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
739
739
|
paddingTop: '1px',
|
|
740
740
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
@@ -63,7 +63,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
63
63
|
var NORMAL_SEVERITY_THRESHOLD = exports.NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
64
64
|
var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
65
65
|
var packageName = "@atlaskit/renderer";
|
|
66
|
-
var packageVersion = "120.5.
|
|
66
|
+
var packageVersion = "120.5.6";
|
|
67
67
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
68
68
|
containerName: 'ak-renderer-wrapper',
|
|
69
69
|
containerType: 'inline-size'
|
|
@@ -857,7 +857,7 @@ const backgroundColorStyles = css({
|
|
|
857
857
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
858
858
|
'.fabric-background-color-mark': {
|
|
859
859
|
backgroundColor: 'var(--custom-palette-color, inherit)',
|
|
860
|
-
borderRadius:
|
|
860
|
+
borderRadius: "var(--ds-radius-xsmall, 2px)",
|
|
861
861
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
862
862
|
paddingTop: '1px',
|
|
863
863
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
@@ -49,7 +49,7 @@ import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equ
|
|
|
49
49
|
export const NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
50
50
|
export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
51
51
|
const packageName = "@atlaskit/renderer";
|
|
52
|
-
const packageVersion = "120.5.
|
|
52
|
+
const packageVersion = "120.5.6";
|
|
53
53
|
const setAsQueryContainerStyles = css({
|
|
54
54
|
containerName: 'ak-renderer-wrapper',
|
|
55
55
|
containerType: 'inline-size'
|
|
@@ -727,7 +727,7 @@ var backgroundColorStyles = css({
|
|
|
727
727
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
728
728
|
'.fabric-background-color-mark': {
|
|
729
729
|
backgroundColor: 'var(--custom-palette-color, inherit)',
|
|
730
|
-
borderRadius:
|
|
730
|
+
borderRadius: "var(--ds-radius-xsmall, 2px)",
|
|
731
731
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
732
732
|
paddingTop: '1px',
|
|
733
733
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space
|
|
@@ -54,7 +54,7 @@ import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equ
|
|
|
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 = "120.5.
|
|
57
|
+
var packageVersion = "120.5.6";
|
|
58
58
|
var setAsQueryContainerStyles = css({
|
|
59
59
|
containerName: 'ak-renderer-wrapper',
|
|
60
60
|
containerType: 'inline-size'
|