@atlaskit/editor-common 107.7.7 → 107.8.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 +12 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-color/ColorPalette/Palettes/highlightColorPalette.js +18 -1
- package/dist/cjs/ui-color/index.js +6 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-color/ColorPalette/Palettes/highlightColorPalette.js +18 -1
- package/dist/es2019/ui-color/index.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-color/ColorPalette/Palettes/highlightColorPalette.js +18 -1
- package/dist/esm/ui-color/index.js +1 -1
- package/dist/types/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +5 -0
- package/dist/types/ui-color/index.d.ts +1 -1
- package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +5 -0
- package/dist/types-ts4.5/ui-color/index.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 107.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#185643](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/185643)
|
|
8
|
+
[`5954e6c1fbac5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5954e6c1fbac5) -
|
|
9
|
+
[ux] [ED-28432] Add orange highlight color and reorder color swatches
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 107.7.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -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 = "107.7.
|
|
19
|
+
var packageVersion = "107.7.7";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// Ignored via go/ees007
|
|
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
23
23
|
* @jsx jsx
|
|
24
24
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
25
25
|
var packageName = "@atlaskit/editor-common";
|
|
26
|
-
var packageVersion = "107.7.
|
|
26
|
+
var packageVersion = "107.7.7";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = '0, 8';
|
|
29
29
|
// Ignored via go/ees005
|
|
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.highlightColorPalette = exports.REMOVE_HIGHLIGHT_COLOR = exports.EditorDiagonalLineIcon = void 0;
|
|
7
|
+
exports.highlightColorPaletteNext = exports.highlightColorPalette = exports.REMOVE_HIGHLIGHT_COLOR = exports.EditorDiagonalLineIcon = void 0;
|
|
8
8
|
var _react = require("@emotion/react");
|
|
9
9
|
var _adfSchema = require("@atlaskit/adf-schema");
|
|
10
10
|
var _icon = _interopRequireDefault(require("@atlaskit/icon"));
|
|
@@ -50,6 +50,12 @@ var EditorDiagonalLineIcon = exports.EditorDiagonalLineIcon = function EditorDia
|
|
|
50
50
|
primaryColor: primaryColor
|
|
51
51
|
});
|
|
52
52
|
};
|
|
53
|
+
|
|
54
|
+
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required
|
|
55
|
+
/**
|
|
56
|
+
* @deprecated Use `highlightColorPaletteNext` instead, which supports both orange and yellow highlight color
|
|
57
|
+
* This will be removed when platform_editor_add_orange_highlight_color is cleaned up
|
|
58
|
+
*/
|
|
53
59
|
var highlightColorPalette = exports.highlightColorPalette = [{
|
|
54
60
|
value: REMOVE_HIGHLIGHT_COLOR,
|
|
55
61
|
label: 'No color',
|
|
@@ -60,4 +66,15 @@ var highlightColorPalette = exports.highlightColorPalette = [{
|
|
|
60
66
|
}];
|
|
61
67
|
_adfSchema.backgroundColorPalette.forEach(function (label, color) {
|
|
62
68
|
highlightColorPalette.push((0, _textColorPalette.mapPaletteColor)(label, color));
|
|
69
|
+
});
|
|
70
|
+
var highlightColorPaletteNext = exports.highlightColorPaletteNext = [{
|
|
71
|
+
value: REMOVE_HIGHLIGHT_COLOR,
|
|
72
|
+
label: 'No color',
|
|
73
|
+
// Mostly informative, only used for analytics
|
|
74
|
+
border: "var(--ds-border, #091E4224)",
|
|
75
|
+
message: (0, _getColorMessage.default)(_paletteMessages.default, 'no-color'),
|
|
76
|
+
decorator: (0, _react.jsx)(EditorDiagonalLineIcon, null)
|
|
77
|
+
}];
|
|
78
|
+
_adfSchema.backgroundColorPaletteNext.forEach(function (label, color) {
|
|
79
|
+
highlightColorPaletteNext.push((0, _textColorPalette.mapPaletteColor)(label, color));
|
|
63
80
|
});
|
|
@@ -94,6 +94,12 @@ Object.defineProperty(exports, "highlightColorPalette", {
|
|
|
94
94
|
return _highlightColorPalette.highlightColorPalette;
|
|
95
95
|
}
|
|
96
96
|
});
|
|
97
|
+
Object.defineProperty(exports, "highlightColorPaletteNext", {
|
|
98
|
+
enumerable: true,
|
|
99
|
+
get: function get() {
|
|
100
|
+
return _highlightColorPalette.highlightColorPaletteNext;
|
|
101
|
+
}
|
|
102
|
+
});
|
|
97
103
|
Object.defineProperty(exports, "panelBackgroundPalette", {
|
|
98
104
|
enumerable: true,
|
|
99
105
|
get: function get() {
|
|
@@ -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 = "107.7.
|
|
4
|
+
const packageVersion = "107.7.7";
|
|
5
5
|
const sanitiseSentryEvents = (data, _hint) => {
|
|
6
6
|
// Remove URL as it has UGC
|
|
7
7
|
// Ignored via go/ees007
|
|
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
13
13
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
14
14
|
import Layer from '../Layer';
|
|
15
15
|
const packageName = "@atlaskit/editor-common";
|
|
16
|
-
const packageVersion = "107.7.
|
|
16
|
+
const packageVersion = "107.7.7";
|
|
17
17
|
const halfFocusRing = 1;
|
|
18
18
|
const dropOffset = '0, 8';
|
|
19
19
|
// Ignored via go/ees005
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
7
7
|
import { jsx } from '@emotion/react';
|
|
8
|
-
import { backgroundColorPalette } from '@atlaskit/adf-schema';
|
|
8
|
+
import { backgroundColorPalette, backgroundColorPaletteNext } from '@atlaskit/adf-schema';
|
|
9
9
|
import Icon from '@atlaskit/icon';
|
|
10
10
|
import { useThemeObserver } from '@atlaskit/tokens';
|
|
11
11
|
import getColorMessage from './getColorMessage';
|
|
@@ -41,6 +41,12 @@ export const EditorDiagonalLineIcon = () => {
|
|
|
41
41
|
primaryColor: primaryColor
|
|
42
42
|
});
|
|
43
43
|
};
|
|
44
|
+
|
|
45
|
+
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required
|
|
46
|
+
/**
|
|
47
|
+
* @deprecated Use `highlightColorPaletteNext` instead, which supports both orange and yellow highlight color
|
|
48
|
+
* This will be removed when platform_editor_add_orange_highlight_color is cleaned up
|
|
49
|
+
*/
|
|
44
50
|
export const highlightColorPalette = [{
|
|
45
51
|
value: REMOVE_HIGHLIGHT_COLOR,
|
|
46
52
|
label: 'No color',
|
|
@@ -51,4 +57,15 @@ export const highlightColorPalette = [{
|
|
|
51
57
|
}];
|
|
52
58
|
backgroundColorPalette.forEach((label, color) => {
|
|
53
59
|
highlightColorPalette.push(mapPaletteColor(label, color));
|
|
60
|
+
});
|
|
61
|
+
export const highlightColorPaletteNext = [{
|
|
62
|
+
value: REMOVE_HIGHLIGHT_COLOR,
|
|
63
|
+
label: 'No color',
|
|
64
|
+
// Mostly informative, only used for analytics
|
|
65
|
+
border: "var(--ds-border, #091E4224)",
|
|
66
|
+
message: getColorMessage(paletteMessages, 'no-color'),
|
|
67
|
+
decorator: jsx(EditorDiagonalLineIcon, null)
|
|
68
|
+
}];
|
|
69
|
+
backgroundColorPaletteNext.forEach((label, color) => {
|
|
70
|
+
highlightColorPaletteNext.push(mapPaletteColor(label, color));
|
|
54
71
|
});
|
|
@@ -8,7 +8,7 @@ export { default as cellBackgroundColorPalette } from './ColorPalette/Palettes/c
|
|
|
8
8
|
export { default as colorPaletteMessages } from './ColorPalette/Palettes/paletteMessages';
|
|
9
9
|
export { panelBackgroundPalette, panelDarkModeBackgroundPalette } from './ColorPalette/Palettes/panelBackgroundPalette';
|
|
10
10
|
export { textColorPalette } from './ColorPalette/Palettes/textColorPalette';
|
|
11
|
-
export { highlightColorPalette, REMOVE_HIGHLIGHT_COLOR } from './ColorPalette/Palettes/highlightColorPalette';
|
|
11
|
+
export { highlightColorPalette, highlightColorPaletteNext, REMOVE_HIGHLIGHT_COLOR } from './ColorPalette/Palettes/highlightColorPalette';
|
|
12
12
|
export { backgroundPaletteTooltipMessages, borderPaletteTooltipMessages, chartsColorPaletteTooltipMessages, textPaletteTooltipMessages } from './ColorPalette/Palettes/paletteMessagesTokenModeNames';
|
|
13
13
|
export { DEFAULT_BORDER_COLOR } from './ColorPalette/Palettes/common';
|
|
14
14
|
export { default as borderColorPalette } from './ColorPalette/Palettes/borderColorPalette';
|
|
@@ -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 = "107.7.
|
|
10
|
+
var packageVersion = "107.7.7";
|
|
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 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
|
|
|
20
20
|
import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
|
|
21
21
|
import Layer from '../Layer';
|
|
22
22
|
var packageName = "@atlaskit/editor-common";
|
|
23
|
-
var packageVersion = "107.7.
|
|
23
|
+
var packageVersion = "107.7.7";
|
|
24
24
|
var halfFocusRing = 1;
|
|
25
25
|
var dropOffset = '0, 8';
|
|
26
26
|
// Ignored via go/ees005
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
7
7
|
import { jsx } from '@emotion/react';
|
|
8
|
-
import { backgroundColorPalette } from '@atlaskit/adf-schema';
|
|
8
|
+
import { backgroundColorPalette, backgroundColorPaletteNext } from '@atlaskit/adf-schema';
|
|
9
9
|
import Icon from '@atlaskit/icon';
|
|
10
10
|
import { useThemeObserver } from '@atlaskit/tokens';
|
|
11
11
|
import getColorMessage from './getColorMessage';
|
|
@@ -42,6 +42,12 @@ export var EditorDiagonalLineIcon = function EditorDiagonalLineIcon() {
|
|
|
42
42
|
primaryColor: primaryColor
|
|
43
43
|
});
|
|
44
44
|
};
|
|
45
|
+
|
|
46
|
+
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required
|
|
47
|
+
/**
|
|
48
|
+
* @deprecated Use `highlightColorPaletteNext` instead, which supports both orange and yellow highlight color
|
|
49
|
+
* This will be removed when platform_editor_add_orange_highlight_color is cleaned up
|
|
50
|
+
*/
|
|
45
51
|
export var highlightColorPalette = [{
|
|
46
52
|
value: REMOVE_HIGHLIGHT_COLOR,
|
|
47
53
|
label: 'No color',
|
|
@@ -52,4 +58,15 @@ export var highlightColorPalette = [{
|
|
|
52
58
|
}];
|
|
53
59
|
backgroundColorPalette.forEach(function (label, color) {
|
|
54
60
|
highlightColorPalette.push(mapPaletteColor(label, color));
|
|
61
|
+
});
|
|
62
|
+
export var highlightColorPaletteNext = [{
|
|
63
|
+
value: REMOVE_HIGHLIGHT_COLOR,
|
|
64
|
+
label: 'No color',
|
|
65
|
+
// Mostly informative, only used for analytics
|
|
66
|
+
border: "var(--ds-border, #091E4224)",
|
|
67
|
+
message: getColorMessage(paletteMessages, 'no-color'),
|
|
68
|
+
decorator: jsx(EditorDiagonalLineIcon, null)
|
|
69
|
+
}];
|
|
70
|
+
backgroundColorPaletteNext.forEach(function (label, color) {
|
|
71
|
+
highlightColorPaletteNext.push(mapPaletteColor(label, color));
|
|
55
72
|
});
|
|
@@ -8,7 +8,7 @@ export { default as cellBackgroundColorPalette } from './ColorPalette/Palettes/c
|
|
|
8
8
|
export { default as colorPaletteMessages } from './ColorPalette/Palettes/paletteMessages';
|
|
9
9
|
export { panelBackgroundPalette, panelDarkModeBackgroundPalette } from './ColorPalette/Palettes/panelBackgroundPalette';
|
|
10
10
|
export { textColorPalette } from './ColorPalette/Palettes/textColorPalette';
|
|
11
|
-
export { highlightColorPalette, REMOVE_HIGHLIGHT_COLOR } from './ColorPalette/Palettes/highlightColorPalette';
|
|
11
|
+
export { highlightColorPalette, highlightColorPaletteNext, REMOVE_HIGHLIGHT_COLOR } from './ColorPalette/Palettes/highlightColorPalette';
|
|
12
12
|
export { backgroundPaletteTooltipMessages, borderPaletteTooltipMessages, chartsColorPaletteTooltipMessages, textPaletteTooltipMessages } from './ColorPalette/Palettes/paletteMessagesTokenModeNames';
|
|
13
13
|
export { DEFAULT_BORDER_COLOR } from './ColorPalette/Palettes/common';
|
|
14
14
|
export { default as borderColorPalette } from './ColorPalette/Palettes/borderColorPalette';
|
|
@@ -6,4 +6,9 @@ import { jsx } from '@emotion/react';
|
|
|
6
6
|
import type { PaletteColor } from './type';
|
|
7
7
|
export declare const REMOVE_HIGHLIGHT_COLOR = "#00000000";
|
|
8
8
|
export declare const EditorDiagonalLineIcon: () => jsx.JSX.Element;
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated Use `highlightColorPaletteNext` instead, which supports both orange and yellow highlight color
|
|
11
|
+
* This will be removed when platform_editor_add_orange_highlight_color is cleaned up
|
|
12
|
+
*/
|
|
9
13
|
export declare const highlightColorPalette: Array<PaletteColor>;
|
|
14
|
+
export declare const highlightColorPaletteNext: Array<PaletteColor>;
|
|
@@ -5,7 +5,7 @@ export { default as cellBackgroundColorPalette } from './ColorPalette/Palettes/c
|
|
|
5
5
|
export { default as colorPaletteMessages } from './ColorPalette/Palettes/paletteMessages';
|
|
6
6
|
export { panelBackgroundPalette, panelDarkModeBackgroundPalette, } from './ColorPalette/Palettes/panelBackgroundPalette';
|
|
7
7
|
export { textColorPalette } from './ColorPalette/Palettes/textColorPalette';
|
|
8
|
-
export { highlightColorPalette, REMOVE_HIGHLIGHT_COLOR, } from './ColorPalette/Palettes/highlightColorPalette';
|
|
8
|
+
export { highlightColorPalette, highlightColorPaletteNext, REMOVE_HIGHLIGHT_COLOR, } from './ColorPalette/Palettes/highlightColorPalette';
|
|
9
9
|
export { backgroundPaletteTooltipMessages, borderPaletteTooltipMessages, chartsColorPaletteTooltipMessages, textPaletteTooltipMessages, } from './ColorPalette/Palettes/paletteMessagesTokenModeNames';
|
|
10
10
|
export { DEFAULT_BORDER_COLOR } from './ColorPalette/Palettes/common';
|
|
11
11
|
export type { PaletteColor, PaletteTooltipMessages } from './ColorPalette/Palettes/type';
|
|
@@ -6,4 +6,9 @@ import { jsx } from '@emotion/react';
|
|
|
6
6
|
import type { PaletteColor } from './type';
|
|
7
7
|
export declare const REMOVE_HIGHLIGHT_COLOR = "#00000000";
|
|
8
8
|
export declare const EditorDiagonalLineIcon: () => jsx.JSX.Element;
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated Use `highlightColorPaletteNext` instead, which supports both orange and yellow highlight color
|
|
11
|
+
* This will be removed when platform_editor_add_orange_highlight_color is cleaned up
|
|
12
|
+
*/
|
|
9
13
|
export declare const highlightColorPalette: Array<PaletteColor>;
|
|
14
|
+
export declare const highlightColorPaletteNext: Array<PaletteColor>;
|
|
@@ -5,7 +5,7 @@ export { default as cellBackgroundColorPalette } from './ColorPalette/Palettes/c
|
|
|
5
5
|
export { default as colorPaletteMessages } from './ColorPalette/Palettes/paletteMessages';
|
|
6
6
|
export { panelBackgroundPalette, panelDarkModeBackgroundPalette, } from './ColorPalette/Palettes/panelBackgroundPalette';
|
|
7
7
|
export { textColorPalette } from './ColorPalette/Palettes/textColorPalette';
|
|
8
|
-
export { highlightColorPalette, REMOVE_HIGHLIGHT_COLOR, } from './ColorPalette/Palettes/highlightColorPalette';
|
|
8
|
+
export { highlightColorPalette, highlightColorPaletteNext, REMOVE_HIGHLIGHT_COLOR, } from './ColorPalette/Palettes/highlightColorPalette';
|
|
9
9
|
export { backgroundPaletteTooltipMessages, borderPaletteTooltipMessages, chartsColorPaletteTooltipMessages, textPaletteTooltipMessages, } from './ColorPalette/Palettes/paletteMessagesTokenModeNames';
|
|
10
10
|
export { DEFAULT_BORDER_COLOR } from './ColorPalette/Palettes/common';
|
|
11
11
|
export type { PaletteColor, PaletteTooltipMessages } from './ColorPalette/Palettes/type';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-common",
|
|
3
|
-
"version": "107.
|
|
3
|
+
"version": "107.8.0",
|
|
4
4
|
"description": "A package that contains common classes and components for editor and renderer",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
},
|
|
123
123
|
"dependencies": {
|
|
124
124
|
"@atlaskit/activity-provider": "^2.5.0",
|
|
125
|
-
"@atlaskit/adf-schema": "^49.0.
|
|
125
|
+
"@atlaskit/adf-schema": "^49.0.6",
|
|
126
126
|
"@atlaskit/adf-utils": "^19.20.0",
|
|
127
127
|
"@atlaskit/analytics-listeners": "^9.0.0",
|
|
128
128
|
"@atlaskit/analytics-namespaced-context": "^7.0.0",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@atlaskit/link-datasource": "^4.13.0",
|
|
147
147
|
"@atlaskit/link-picker": "^3.6.0",
|
|
148
148
|
"@atlaskit/media-card": "^79.4.0",
|
|
149
|
-
"@atlaskit/media-client": "^35.
|
|
149
|
+
"@atlaskit/media-client": "^35.1.0",
|
|
150
150
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
151
151
|
"@atlaskit/media-common": "^12.3.0",
|
|
152
152
|
"@atlaskit/media-file-preview": "^0.11.0",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"@atlaskit/task-decision": "^19.2.0",
|
|
171
171
|
"@atlaskit/textfield": "^8.0.0",
|
|
172
172
|
"@atlaskit/theme": "^19.0.0",
|
|
173
|
-
"@atlaskit/tmp-editor-statsig": "^9.
|
|
173
|
+
"@atlaskit/tmp-editor-statsig": "^9.6.0",
|
|
174
174
|
"@atlaskit/tokens": "^5.5.0",
|
|
175
175
|
"@atlaskit/tooltip": "^20.3.0",
|
|
176
176
|
"@atlaskit/width-detector": "^5.0.0",
|