@atlaskit/editor-common 108.0.1 → 108.0.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 +8 -0
- package/dist/cjs/element-browser/components/ElementList/ElementList.js +1 -1
- package/dist/cjs/media-single/CommentBadge.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/table/SortingIcon.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Expand/index.js +1 -1
- package/dist/cjs/ui/Expand/sharedStyles.js +1 -1
- package/dist/cjs/ui/TableSelector/table-selector.js +1 -1
- package/dist/es2019/element-browser/components/ElementList/ElementList.js +1 -1
- package/dist/es2019/media-single/CommentBadge.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/table/SortingIcon.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Expand/index.js +1 -1
- package/dist/es2019/ui/Expand/sharedStyles.js +1 -1
- package/dist/es2019/ui/TableSelector/table-selector.js +1 -1
- package/dist/esm/element-browser/components/ElementList/ElementList.js +1 -1
- package/dist/esm/media-single/CommentBadge.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/table/SortingIcon.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Expand/index.js +1 -1
- package/dist/esm/ui/Expand/sharedStyles.js +1 -1
- package/dist/esm/ui/TableSelector/table-selector.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 108.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
|
|
8
|
+
Internal changes to how border radius is applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 108.0.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -505,7 +505,7 @@ var elementItemsWrapper = (0, _react2.css)({
|
|
|
505
505
|
'.ReactVirtualized__Grid': {
|
|
506
506
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
507
507
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
508
|
-
borderRadius: "var(--ds-
|
|
508
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
509
509
|
outline: 'none',
|
|
510
510
|
'&:focus': {
|
|
511
511
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -28,7 +28,7 @@ var commentBadgeWrapper = (0, _react2.css)({
|
|
|
28
28
|
right: '2px',
|
|
29
29
|
top: '2px',
|
|
30
30
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
31
|
-
borderRadius: "var(--ds-
|
|
31
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
32
32
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
33
33
|
zIndex: _editorSharedStyles.akEditorUnitZIndex * 10
|
|
34
34
|
});
|
|
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
16
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
17
17
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
18
18
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
19
|
-
var packageVersion = "108.0.
|
|
19
|
+
var packageVersion = "108.0.1";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// Ignored via go/ees007
|
|
@@ -25,7 +25,7 @@ var StatusClassNames = exports.StatusClassNames = /*#__PURE__*/function (StatusC
|
|
|
25
25
|
StatusClassNames["SORTING_NOT_ALLOWED"] = "sorting-icon-svg__not-allowed";
|
|
26
26
|
return StatusClassNames;
|
|
27
27
|
}({}); // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
28
|
-
var buttonStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tposition: absolute;\n\tdisplay: flex;\n\theight: 28px;\n\twidth: 28px;\n\tmargin: ", ";\n\tright: 0;\n\ttop: 0;\n\tborder: 2px solid ", ";\n\tborder-radius: ", ";\n\tbackground-color: ", ";\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n\n\t&:hover {\n\t\tbackground-color: ", ";\n\t}\n\n\t&:active {\n\t\tbackground-color: ", ";\n\t}\n\n\t&.", "__not-allowed {\n\t\tcursor: not-allowed;\n\t}\n"])), "var(--ds-space-075, 6px)", "var(--ds-border, #fff)", "var(--ds-
|
|
28
|
+
var buttonStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tposition: absolute;\n\tdisplay: flex;\n\theight: 28px;\n\twidth: 28px;\n\tmargin: ", ";\n\tright: 0;\n\ttop: 0;\n\tborder: 2px solid ", ";\n\tborder-radius: ", ";\n\tbackground-color: ", ";\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n\n\t&:hover {\n\t\tbackground-color: ", ";\n\t}\n\n\t&:active {\n\t\tbackground-color: ", ";\n\t}\n\n\t&.", "__not-allowed {\n\t\tcursor: not-allowed;\n\t}\n"])), "var(--ds-space-075, 6px)", "var(--ds-border, #fff)", "var(--ds-radius-small, 4px)", "var(--ds-surface-overlay, #FFFFFF)", "var(--ds-surface-overlay-hovered, #F1F2F4)", "var(--ds-surface-overlay-pressed, rgba(179, 212, 255, 0.6))", _consts.SORTABLE_COLUMN_ICON_CLASSNAME);
|
|
29
29
|
|
|
30
30
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
31
31
|
var iconWrapperStyles = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n\twidth: 8px;\n\theight: 12px;\n\ttransition: transform 0.3s cubic-bezier(0.15, 1, 0.3, 1);\n\ttransform-origin: 50% 50%;\n\tdisplay: flex;\n\tjustify-content: center;\n\n\t&.", " {\n\t\ttransform: rotate(-180deg);\n\t}\n\n\t&.", "-inactive {\n\t\topacity: 0.7;\n\t}\n"])), StatusClassNames.DESC, _consts.SORTABLE_COLUMN_ICON_CLASSNAME);
|
|
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
24
24
|
* @jsx jsx
|
|
25
25
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "108.0.
|
|
27
|
+
var packageVersion = "108.0.1";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var fadeIn = (0, _react2.keyframes)({
|
|
@@ -60,7 +60,7 @@ var expandIconWrapperStyle = function expandIconWrapperStyle() {
|
|
|
60
60
|
cursor: 'pointer',
|
|
61
61
|
display: 'flex',
|
|
62
62
|
color: "var(--ds-icon, #44546F)",
|
|
63
|
-
borderRadius: "var(--ds-
|
|
63
|
+
borderRadius: "var(--ds-radius-small, 4px)",
|
|
64
64
|
width: '24px',
|
|
65
65
|
height: '24px',
|
|
66
66
|
'&:hover': {
|
|
@@ -10,7 +10,7 @@ var _react = require("@emotion/react");
|
|
|
10
10
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
11
11
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
12
12
|
var _templateObject; // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
13
|
-
var BORDER_RADIUS = "var(--ds-
|
|
13
|
+
var BORDER_RADIUS = "var(--ds-radius-small, 4px)";
|
|
14
14
|
var EXPAND_COLLAPSED_BACKGROUND = "var(--ds-background-neutral-subtle, transparent)";
|
|
15
15
|
var EXPAND_SELECTED_BACKGROUND = "var(--ds-surface, rgba(255, 255, 255, 0.6))";
|
|
16
16
|
var EXPAND_FOCUSED_BORDER_COLOR = "var(--ds-border-focused, #388BFF)";
|
|
@@ -31,7 +31,7 @@ var buttonStyles = (0, _react2.css)({
|
|
|
31
31
|
border: "1px solid ".concat("var(--ds-border, #091e4224)"),
|
|
32
32
|
backgroundColor: "var(--ds-background-input, #ffffff)",
|
|
33
33
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
34
|
-
borderRadius: "var(--ds-
|
|
34
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
35
35
|
cursor: 'pointer',
|
|
36
36
|
display: 'block',
|
|
37
37
|
'&:focus': {
|
|
@@ -497,7 +497,7 @@ const elementItemsWrapper = css({
|
|
|
497
497
|
'.ReactVirtualized__Grid': {
|
|
498
498
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
499
499
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
500
|
-
borderRadius: "var(--ds-
|
|
500
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
501
501
|
outline: 'none',
|
|
502
502
|
'&:focus': {
|
|
503
503
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -19,7 +19,7 @@ const commentBadgeWrapper = css({
|
|
|
19
19
|
right: '2px',
|
|
20
20
|
top: '2px',
|
|
21
21
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
22
|
-
borderRadius: "var(--ds-
|
|
22
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
23
23
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
24
24
|
zIndex: akEditorUnitZIndex * 10
|
|
25
25
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isFedRamp } from './environment';
|
|
2
2
|
const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
3
3
|
const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
4
|
-
const packageVersion = "108.0.
|
|
4
|
+
const packageVersion = "108.0.1";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// Ignored via go/ees007
|
|
@@ -27,7 +27,7 @@ const buttonStyles = css`
|
|
|
27
27
|
right: 0;
|
|
28
28
|
top: 0;
|
|
29
29
|
border: 2px solid ${"var(--ds-border, #fff)"};
|
|
30
|
-
border-radius: ${"var(--ds-
|
|
30
|
+
border-radius: ${"var(--ds-radius-small, 4px)"};
|
|
31
31
|
background-color: ${"var(--ds-surface-overlay, #FFFFFF)"};
|
|
32
32
|
justify-content: center;
|
|
33
33
|
align-items: center;
|
|
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
14
14
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
15
15
|
import Layer from '../Layer';
|
|
16
16
|
const packageName = "@atlaskit/editor-common";
|
|
17
|
-
const packageVersion = "108.0.
|
|
17
|
+
const packageVersion = "108.0.1";
|
|
18
18
|
const halfFocusRing = 1;
|
|
19
19
|
const dropOffset = '0, 8';
|
|
20
20
|
const fadeIn = keyframes({
|
|
@@ -49,7 +49,7 @@ const expandIconWrapperStyle = () => css({
|
|
|
49
49
|
cursor: 'pointer',
|
|
50
50
|
display: 'flex',
|
|
51
51
|
color: "var(--ds-icon, #44546F)",
|
|
52
|
-
borderRadius: "var(--ds-
|
|
52
|
+
borderRadius: "var(--ds-radius-small, 4px)",
|
|
53
53
|
width: '24px',
|
|
54
54
|
height: '24px',
|
|
55
55
|
'&:hover': {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { akEditorLineHeight, akEditorSwoopCubicBezier, akLayoutGutterOffset, relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
4
4
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
5
|
-
const BORDER_RADIUS = "var(--ds-
|
|
5
|
+
const BORDER_RADIUS = "var(--ds-radius-small, 4px)";
|
|
6
6
|
const EXPAND_COLLAPSED_BACKGROUND = "var(--ds-background-neutral-subtle, transparent)";
|
|
7
7
|
const EXPAND_SELECTED_BACKGROUND = "var(--ds-surface, rgba(255, 255, 255, 0.6))";
|
|
8
8
|
const EXPAND_FOCUSED_BORDER_COLOR = "var(--ds-border-focused, #388BFF)";
|
|
@@ -23,7 +23,7 @@ const buttonStyles = css({
|
|
|
23
23
|
border: `1px solid ${"var(--ds-border, #091e4224)"}`,
|
|
24
24
|
backgroundColor: "var(--ds-background-input, #ffffff)",
|
|
25
25
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
26
|
-
borderRadius: "var(--ds-
|
|
26
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
27
27
|
cursor: 'pointer',
|
|
28
28
|
display: 'block',
|
|
29
29
|
'&:focus': {
|
|
@@ -494,7 +494,7 @@ var elementItemsWrapper = css({
|
|
|
494
494
|
'.ReactVirtualized__Grid': {
|
|
495
495
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
496
496
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
497
|
-
borderRadius: "var(--ds-
|
|
497
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
498
498
|
outline: 'none',
|
|
499
499
|
'&:focus': {
|
|
500
500
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -20,7 +20,7 @@ var commentBadgeWrapper = css({
|
|
|
20
20
|
right: '2px',
|
|
21
21
|
top: '2px',
|
|
22
22
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
23
|
-
borderRadius: "var(--ds-
|
|
23
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
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
|
zIndex: akEditorUnitZIndex * 10
|
|
26
26
|
});
|
|
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
7
7
|
import { isFedRamp } from './environment';
|
|
8
8
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
9
9
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
10
|
-
var packageVersion = "108.0.
|
|
10
|
+
var packageVersion = "108.0.1";
|
|
11
11
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
12
12
|
// Remove URL as it has UGC
|
|
13
13
|
// Ignored via go/ees007
|
|
@@ -20,7 +20,7 @@ export var StatusClassNames = /*#__PURE__*/function (StatusClassNames) {
|
|
|
20
20
|
}({});
|
|
21
21
|
|
|
22
22
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
23
|
-
var buttonStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tposition: absolute;\n\tdisplay: flex;\n\theight: 28px;\n\twidth: 28px;\n\tmargin: ", ";\n\tright: 0;\n\ttop: 0;\n\tborder: 2px solid ", ";\n\tborder-radius: ", ";\n\tbackground-color: ", ";\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n\n\t&:hover {\n\t\tbackground-color: ", ";\n\t}\n\n\t&:active {\n\t\tbackground-color: ", ";\n\t}\n\n\t&.", "__not-allowed {\n\t\tcursor: not-allowed;\n\t}\n"])), "var(--ds-space-075, 6px)", "var(--ds-border, #fff)", "var(--ds-
|
|
23
|
+
var buttonStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tposition: absolute;\n\tdisplay: flex;\n\theight: 28px;\n\twidth: 28px;\n\tmargin: ", ";\n\tright: 0;\n\ttop: 0;\n\tborder: 2px solid ", ";\n\tborder-radius: ", ";\n\tbackground-color: ", ";\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n\n\t&:hover {\n\t\tbackground-color: ", ";\n\t}\n\n\t&:active {\n\t\tbackground-color: ", ";\n\t}\n\n\t&.", "__not-allowed {\n\t\tcursor: not-allowed;\n\t}\n"])), "var(--ds-space-075, 6px)", "var(--ds-border, #fff)", "var(--ds-radius-small, 4px)", "var(--ds-surface-overlay, #FFFFFF)", "var(--ds-surface-overlay-hovered, #F1F2F4)", "var(--ds-surface-overlay-pressed, rgba(179, 212, 255, 0.6))", SORTABLE_COLUMN_ICON_CLASSNAME);
|
|
24
24
|
|
|
25
25
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
26
26
|
var iconWrapperStyles = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n\twidth: 8px;\n\theight: 12px;\n\ttransition: transform 0.3s cubic-bezier(0.15, 1, 0.3, 1);\n\ttransform-origin: 50% 50%;\n\tdisplay: flex;\n\tjustify-content: center;\n\n\t&.", " {\n\t\ttransform: rotate(-180deg);\n\t}\n\n\t&.", "-inactive {\n\t\topacity: 0.7;\n\t}\n"])), StatusClassNames.DESC, SORTABLE_COLUMN_ICON_CLASSNAME);
|
|
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
|
21
21
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
22
22
|
import Layer from '../Layer';
|
|
23
23
|
var packageName = "@atlaskit/editor-common";
|
|
24
|
-
var packageVersion = "108.0.
|
|
24
|
+
var packageVersion = "108.0.1";
|
|
25
25
|
var halfFocusRing = 1;
|
|
26
26
|
var dropOffset = '0, 8';
|
|
27
27
|
var fadeIn = keyframes({
|
|
@@ -53,7 +53,7 @@ var expandIconWrapperStyle = function expandIconWrapperStyle() {
|
|
|
53
53
|
cursor: 'pointer',
|
|
54
54
|
display: 'flex',
|
|
55
55
|
color: "var(--ds-icon, #44546F)",
|
|
56
|
-
borderRadius: "var(--ds-
|
|
56
|
+
borderRadius: "var(--ds-radius-small, 4px)",
|
|
57
57
|
width: '24px',
|
|
58
58
|
height: '24px',
|
|
59
59
|
'&:hover': {
|
|
@@ -4,7 +4,7 @@ var _templateObject;
|
|
|
4
4
|
import { css } from '@emotion/react';
|
|
5
5
|
import { akEditorLineHeight, akEditorSwoopCubicBezier, akLayoutGutterOffset, relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
6
6
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
|
-
var BORDER_RADIUS = "var(--ds-
|
|
7
|
+
var BORDER_RADIUS = "var(--ds-radius-small, 4px)";
|
|
8
8
|
var EXPAND_COLLAPSED_BACKGROUND = "var(--ds-background-neutral-subtle, transparent)";
|
|
9
9
|
var EXPAND_SELECTED_BACKGROUND = "var(--ds-surface, rgba(255, 255, 255, 0.6))";
|
|
10
10
|
var EXPAND_FOCUSED_BORDER_COLOR = "var(--ds-border-focused, #388BFF)";
|
|
@@ -23,7 +23,7 @@ var buttonStyles = css({
|
|
|
23
23
|
border: "1px solid ".concat("var(--ds-border, #091e4224)"),
|
|
24
24
|
backgroundColor: "var(--ds-background-input, #ffffff)",
|
|
25
25
|
// eslint-disable-next-line @atlaskit/design-system/no-unsafe-design-token-usage
|
|
26
|
-
borderRadius: "var(--ds-
|
|
26
|
+
borderRadius: "var(--ds-radius-small, 3px)",
|
|
27
27
|
cursor: 'pointer',
|
|
28
28
|
display: 'block',
|
|
29
29
|
'&:focus': {
|
package/package.json
CHANGED