@atlaskit/editor-common 76.23.1 → 76.23.3

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/editor-common
2
2
 
3
+ ## 76.23.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#42839](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42839) [`7324375d4fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7324375d4fa) - [ux] Cleansup feature flag `prevent-popup-overflow` so that it is permanently enabled when `lp-link-picker` flag is enabled, improving the positioning of the link picker.
8
+ - Updated dependencies
9
+
10
+ ## 76.23.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [#43825](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43825) [`b21c6c1caa8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b21c6c1caa8) - [ux] [ED-20885] Group layout buttons in mediaSingle floating toolbar into a dropdown
15
+
3
16
  ## 76.23.1
4
17
 
5
18
  ### Patch Changes
@@ -5,7 +5,7 @@ var _typeof = require("@babel/runtime/helpers/typeof");
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports.default = void 0;
8
+ exports.wrappingIcons = exports.layoutToMessages = exports.default = exports.alignmentIcons = void 0;
9
9
  var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
10
10
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
11
11
  var _state = require("@atlaskit/editor-prosemirror/state");
@@ -29,7 +29,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
29
29
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
30
30
  // Workaround as we don't want to import this package into `editor-common`
31
31
  // We'll get type errors if this gets out of sync with `editor-plugin-width`.
32
- var alignmentIcons = [{
32
+
33
+ var alignmentIcons = exports.alignmentIcons = [{
33
34
  id: 'editor.media.alignLeft',
34
35
  value: 'align-start',
35
36
  icon: _alignImageLeft.default
@@ -42,7 +43,7 @@ var alignmentIcons = [{
42
43
  value: 'align-end',
43
44
  icon: _alignImageRight.default
44
45
  }];
45
- var wrappingIcons = [{
46
+ var wrappingIcons = exports.wrappingIcons = [{
46
47
  id: 'editor.media.wrapLeft',
47
48
  value: 'wrap-left',
48
49
  icon: _mediaWrapLeft.default
@@ -58,7 +59,7 @@ var breakoutIcons = [{
58
59
  value: 'full-width',
59
60
  icon: _mediaFullWidth.default
60
61
  }];
61
- var layoutToMessages = {
62
+ var layoutToMessages = exports.layoutToMessages = {
62
63
  'wrap-left': _messages.mediaAndEmbedToolbarMessages.wrapLeft,
63
64
  center: _messages.default.alignImageCenter,
64
65
  'wrap-right': _messages.mediaAndEmbedToolbarMessages.wrapRight,
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
+ var _typeof = require("@babel/runtime/helpers/typeof");
4
4
  Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
@@ -17,6 +17,12 @@ Object.defineProperty(exports, "addLinkMetadata", {
17
17
  return _utils.addLinkMetadata;
18
18
  }
19
19
  });
20
+ Object.defineProperty(exports, "alignmentIcons", {
21
+ enumerable: true,
22
+ get: function get() {
23
+ return _MediaAndEmbedsToolbar.alignmentIcons;
24
+ }
25
+ });
20
26
  Object.defineProperty(exports, "buildLayoutButtons", {
21
27
  enumerable: true,
22
28
  get: function get() {
@@ -41,8 +47,22 @@ Object.defineProperty(exports, "getLinkMetadataFromTransaction", {
41
47
  return _utils.getLinkMetadataFromTransaction;
42
48
  }
43
49
  });
50
+ Object.defineProperty(exports, "layoutToMessages", {
51
+ enumerable: true,
52
+ get: function get() {
53
+ return _MediaAndEmbedsToolbar.layoutToMessages;
54
+ }
55
+ });
56
+ Object.defineProperty(exports, "wrappingIcons", {
57
+ enumerable: true,
58
+ get: function get() {
59
+ return _MediaAndEmbedsToolbar.wrappingIcons;
60
+ }
61
+ });
44
62
  var _utils = require("./utils");
45
- var _MediaAndEmbedsToolbar = _interopRequireDefault(require("./MediaAndEmbedsToolbar"));
63
+ var _MediaAndEmbedsToolbar = _interopRequireWildcard(require("./MediaAndEmbedsToolbar"));
46
64
  var _LinkToolbarButtonGroup = require("./LinkToolbarButtonGroup");
47
65
  var _linkToolbarButtonGroupOptions = require("./link-toolbar-button-group-options");
66
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
67
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
48
68
  var DATASOURCE_INNER_CONTAINER_CLASSNAME = exports.DATASOURCE_INNER_CONTAINER_CLASSNAME = 'datasourceView-content-inner-wrap';
@@ -16,7 +16,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
16
16
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
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 = "76.23.1";
19
+ var packageVersion = "76.23.3";
20
20
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
21
21
  // Remove URL as it has UGC
22
22
  // TODO: Sanitise the URL instead of just removing it
@@ -24,7 +24,7 @@ var _templateObject, _templateObject2, _templateObject3;
24
24
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
25
25
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */
26
26
  var packageName = "@atlaskit/editor-common";
27
- var packageVersion = "76.23.1";
27
+ var packageVersion = "76.23.3";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var DropList = /*#__PURE__*/function (_Component) {
@@ -16,7 +16,7 @@ import { alignAttributes, isInLayoutColumn, nonWrappedLayouts } from '../../util
16
16
 
17
17
  // Workaround as we don't want to import this package into `editor-common`
18
18
  // We'll get type errors if this gets out of sync with `editor-plugin-width`.
19
- const alignmentIcons = [{
19
+ export const alignmentIcons = [{
20
20
  id: 'editor.media.alignLeft',
21
21
  value: 'align-start',
22
22
  icon: EditorAlignImageLeft
@@ -29,7 +29,7 @@ const alignmentIcons = [{
29
29
  value: 'align-end',
30
30
  icon: EditorAlignImageRight
31
31
  }];
32
- const wrappingIcons = [{
32
+ export const wrappingIcons = [{
33
33
  id: 'editor.media.wrapLeft',
34
34
  value: 'wrap-left',
35
35
  icon: WrapLeftIcon
@@ -45,7 +45,7 @@ const breakoutIcons = [{
45
45
  value: 'full-width',
46
46
  icon: FullWidthIcon
47
47
  }];
48
- const layoutToMessages = {
48
+ export const layoutToMessages = {
49
49
  'wrap-left': toolbarMessages.wrapLeft,
50
50
  center: commonMessages.alignImageCenter,
51
51
  'wrap-right': toolbarMessages.wrapRight,
@@ -1,5 +1,5 @@
1
1
  export { addLinkMetadata, getLinkMetadataFromTransaction, commandWithMetadata } from './utils';
2
- export { default as buildLayoutButtons } from './MediaAndEmbedsToolbar';
2
+ export { default as buildLayoutButtons, alignmentIcons, wrappingIcons, layoutToMessages } from './MediaAndEmbedsToolbar';
3
3
  export { LinkToolbarButtonGroup } from './LinkToolbarButtonGroup';
4
4
  export { getButtonGroupOption } from './link-toolbar-button-group-options';
5
5
  export const DATASOURCE_INNER_CONTAINER_CLASSNAME = 'datasourceView-content-inner-wrap';
@@ -1,6 +1,6 @@
1
1
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
2
2
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
3
- const packageVersion = "76.23.1";
3
+ const packageVersion = "76.23.3";
4
4
  const sanitiseSentryEvents = (data, _hint) => {
5
5
  // Remove URL as it has UGC
6
6
  // TODO: Sanitise the URL instead of just removing it
@@ -9,7 +9,7 @@ import { themed } from '@atlaskit/theme/components';
9
9
  import { borderRadius } from '@atlaskit/theme/constants';
10
10
  import Layer from '../Layer';
11
11
  const packageName = "@atlaskit/editor-common";
12
- const packageVersion = "76.23.1";
12
+ const packageVersion = "76.23.3";
13
13
  const halfFocusRing = 1;
14
14
  const dropOffset = '0, 8';
15
15
  class DropList extends Component {
@@ -20,7 +20,7 @@ import { alignAttributes, isInLayoutColumn, nonWrappedLayouts } from '../../util
20
20
 
21
21
  // Workaround as we don't want to import this package into `editor-common`
22
22
  // We'll get type errors if this gets out of sync with `editor-plugin-width`.
23
- var alignmentIcons = [{
23
+ export var alignmentIcons = [{
24
24
  id: 'editor.media.alignLeft',
25
25
  value: 'align-start',
26
26
  icon: EditorAlignImageLeft
@@ -33,7 +33,7 @@ var alignmentIcons = [{
33
33
  value: 'align-end',
34
34
  icon: EditorAlignImageRight
35
35
  }];
36
- var wrappingIcons = [{
36
+ export var wrappingIcons = [{
37
37
  id: 'editor.media.wrapLeft',
38
38
  value: 'wrap-left',
39
39
  icon: WrapLeftIcon
@@ -49,7 +49,7 @@ var breakoutIcons = [{
49
49
  value: 'full-width',
50
50
  icon: FullWidthIcon
51
51
  }];
52
- var layoutToMessages = {
52
+ export var layoutToMessages = {
53
53
  'wrap-left': toolbarMessages.wrapLeft,
54
54
  center: commonMessages.alignImageCenter,
55
55
  'wrap-right': toolbarMessages.wrapRight,
@@ -1,5 +1,5 @@
1
1
  export { addLinkMetadata, getLinkMetadataFromTransaction, commandWithMetadata } from './utils';
2
- export { default as buildLayoutButtons } from './MediaAndEmbedsToolbar';
2
+ export { default as buildLayoutButtons, alignmentIcons, wrappingIcons, layoutToMessages } from './MediaAndEmbedsToolbar';
3
3
  export { LinkToolbarButtonGroup } from './LinkToolbarButtonGroup';
4
4
  export { getButtonGroupOption } from './link-toolbar-button-group-options';
5
5
  export var DATASOURCE_INNER_CONTAINER_CLASSNAME = 'datasourceView-content-inner-wrap';
@@ -6,7 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
6
6
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
7
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
8
8
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
9
- var packageVersion = "76.23.1";
9
+ var packageVersion = "76.23.3";
10
10
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
11
11
  // Remove URL as it has UGC
12
12
  // TODO: Sanitise the URL instead of just removing it
@@ -19,7 +19,7 @@ import { themed } from '@atlaskit/theme/components';
19
19
  import { borderRadius } from '@atlaskit/theme/constants';
20
20
  import Layer from '../Layer';
21
21
  var packageName = "@atlaskit/editor-common";
22
- var packageVersion = "76.23.1";
22
+ var packageVersion = "76.23.3";
23
23
  var halfFocusRing = 1;
24
24
  var dropOffset = '0, 8';
25
25
  var DropList = /*#__PURE__*/function (_Component) {
@@ -1,11 +1,23 @@
1
- import { IntlShape } from 'react-intl-next';
2
- import { NodeType } from '@atlaskit/editor-prosemirror/model';
3
- import { EditorState } from '@atlaskit/editor-prosemirror/state';
4
- import { EditorAnalyticsAPI } from '../../analytics';
1
+ /// <reference types="react" />
2
+ import type { IntlShape } from 'react-intl-next';
3
+ import type { NodeType } from '@atlaskit/editor-prosemirror/model';
4
+ import type { EditorState } from '@atlaskit/editor-prosemirror/state';
5
+ import type { EditorAnalyticsAPI } from '../../analytics';
5
6
  import type { Command, EditorContainerWidth, FloatingToolbarItem, NextEditorPlugin, PluginDependenciesAPI } from '../../types';
6
7
  type WidthPluginType = NextEditorPlugin<'width', {
7
8
  sharedState: EditorContainerWidth | undefined;
8
9
  }>;
9
10
  type WidthPluginDependencyApi = PluginDependenciesAPI<WidthPluginType> | undefined;
11
+ export type LayoutIcon = {
12
+ id?: string;
13
+ value: string;
14
+ icon: React.ComponentClass<any>;
15
+ };
16
+ export type IconMap = Array<LayoutIcon | {
17
+ value: 'separator';
18
+ }>;
19
+ export declare const alignmentIcons: LayoutIcon[];
20
+ export declare const wrappingIcons: LayoutIcon[];
21
+ export declare const layoutToMessages: Record<string, any>;
10
22
  declare const buildLayoutButtons: (state: EditorState, intl: IntlShape, nodeType: NodeType, widthPluginDependencyApi: WidthPluginDependencyApi, analyticsApi: EditorAnalyticsAPI | undefined, allowResizing?: boolean, allowResizingInTables?: boolean, allowWrapping?: boolean, allowAlignment?: boolean, isChangingLayoutDisabled?: boolean) => FloatingToolbarItem<Command>[];
11
23
  export default buildLayoutButtons;
@@ -1,6 +1,7 @@
1
1
  export type { CardOptions } from './cardOptions';
2
2
  export { addLinkMetadata, getLinkMetadataFromTransaction, commandWithMetadata, } from './utils';
3
- export { default as buildLayoutButtons } from './MediaAndEmbedsToolbar';
3
+ export { default as buildLayoutButtons, alignmentIcons, wrappingIcons, layoutToMessages, } from './MediaAndEmbedsToolbar';
4
+ export type { IconMap, LayoutIcon } from './MediaAndEmbedsToolbar';
4
5
  export type { OptionConfig, CardPluginActions, QueueCardsFromTransactionAction, HideLinkToolbarAction, ChangeSelectedCardToLink, SetSelectedCardAppearance, CardReplacementInputMethod, } from './types';
5
6
  export { LinkToolbarButtonGroup } from './LinkToolbarButtonGroup';
6
7
  export { getButtonGroupOption } from './link-toolbar-button-group-options';
@@ -229,15 +229,6 @@ export type FeatureFlags = {
229
229
  * @default false
230
230
  */
231
231
  restartNumberedLists?: boolean;
232
- /**
233
- * @description
234
- * Force the Popup placement if the space does not accomodate the Popup fitHeight
235
- *
236
- * @see https://product-fabric.atlassian.net/wiki/spaces/EM/pages/3158246501/PP+Link+Picker+-+Standalone
237
- * @see https://product-fabric.atlassian.net/browse/EDM-2577
238
- * @default false
239
- */
240
- preventPopupOverflow?: boolean;
241
232
  /**
242
233
  * @description
243
234
  * Enable the new editor media resize experience.
@@ -1,11 +1,23 @@
1
- import { IntlShape } from 'react-intl-next';
2
- import { NodeType } from '@atlaskit/editor-prosemirror/model';
3
- import { EditorState } from '@atlaskit/editor-prosemirror/state';
4
- import { EditorAnalyticsAPI } from '../../analytics';
1
+ /// <reference types="react" />
2
+ import type { IntlShape } from 'react-intl-next';
3
+ import type { NodeType } from '@atlaskit/editor-prosemirror/model';
4
+ import type { EditorState } from '@atlaskit/editor-prosemirror/state';
5
+ import type { EditorAnalyticsAPI } from '../../analytics';
5
6
  import type { Command, EditorContainerWidth, FloatingToolbarItem, NextEditorPlugin, PluginDependenciesAPI } from '../../types';
6
7
  type WidthPluginType = NextEditorPlugin<'width', {
7
8
  sharedState: EditorContainerWidth | undefined;
8
9
  }>;
9
10
  type WidthPluginDependencyApi = PluginDependenciesAPI<WidthPluginType> | undefined;
11
+ export type LayoutIcon = {
12
+ id?: string;
13
+ value: string;
14
+ icon: React.ComponentClass<any>;
15
+ };
16
+ export type IconMap = Array<LayoutIcon | {
17
+ value: 'separator';
18
+ }>;
19
+ export declare const alignmentIcons: LayoutIcon[];
20
+ export declare const wrappingIcons: LayoutIcon[];
21
+ export declare const layoutToMessages: Record<string, any>;
10
22
  declare const buildLayoutButtons: (state: EditorState, intl: IntlShape, nodeType: NodeType, widthPluginDependencyApi: WidthPluginDependencyApi, analyticsApi: EditorAnalyticsAPI | undefined, allowResizing?: boolean, allowResizingInTables?: boolean, allowWrapping?: boolean, allowAlignment?: boolean, isChangingLayoutDisabled?: boolean) => FloatingToolbarItem<Command>[];
11
23
  export default buildLayoutButtons;
@@ -1,6 +1,7 @@
1
1
  export type { CardOptions } from './cardOptions';
2
2
  export { addLinkMetadata, getLinkMetadataFromTransaction, commandWithMetadata, } from './utils';
3
- export { default as buildLayoutButtons } from './MediaAndEmbedsToolbar';
3
+ export { default as buildLayoutButtons, alignmentIcons, wrappingIcons, layoutToMessages, } from './MediaAndEmbedsToolbar';
4
+ export type { IconMap, LayoutIcon } from './MediaAndEmbedsToolbar';
4
5
  export type { OptionConfig, CardPluginActions, QueueCardsFromTransactionAction, HideLinkToolbarAction, ChangeSelectedCardToLink, SetSelectedCardAppearance, CardReplacementInputMethod, } from './types';
5
6
  export { LinkToolbarButtonGroup } from './LinkToolbarButtonGroup';
6
7
  export { getButtonGroupOption } from './link-toolbar-button-group-options';
@@ -229,15 +229,6 @@ export type FeatureFlags = {
229
229
  * @default false
230
230
  */
231
231
  restartNumberedLists?: boolean;
232
- /**
233
- * @description
234
- * Force the Popup placement if the space does not accomodate the Popup fitHeight
235
- *
236
- * @see https://product-fabric.atlassian.net/wiki/spaces/EM/pages/3158246501/PP+Link+Picker+-+Standalone
237
- * @see https://product-fabric.atlassian.net/browse/EDM-2577
238
- * @default false
239
- */
240
- preventPopupOverflow?: boolean;
241
232
  /**
242
233
  * @description
243
234
  * Enable the new editor media resize experience.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "76.23.1",
3
+ "version": "76.23.3",
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/"
@@ -95,7 +95,7 @@
95
95
  "@atlaskit/analytics-next": "^9.1.0",
96
96
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
97
97
  "@atlaskit/button": "^16.17.0",
98
- "@atlaskit/code": "^15.0.0",
98
+ "@atlaskit/code": "^15.1.0",
99
99
  "@atlaskit/codemod-utils": "^4.2.0",
100
100
  "@atlaskit/custom-steps": "^0.0.4",
101
101
  "@atlaskit/editor-json-transformer": "^8.10.0",
@@ -110,7 +110,7 @@
110
110
  "@atlaskit/link-datasource": "^1.19.0",
111
111
  "@atlaskit/link-picker": "^1.30.0",
112
112
  "@atlaskit/media-card": "^77.4.0",
113
- "@atlaskit/media-client": "^25.0.0",
113
+ "@atlaskit/media-client": "^25.1.0",
114
114
  "@atlaskit/media-picker": "^66.2.0",
115
115
  "@atlaskit/mention": "^22.1.0",
116
116
  "@atlaskit/menu": "^2.1.0",
@@ -122,7 +122,7 @@
122
122
  "@atlaskit/task-decision": "^17.9.0",
123
123
  "@atlaskit/textfield": "^6.0.0",
124
124
  "@atlaskit/theme": "^12.6.0",
125
- "@atlaskit/tokens": "^1.28.0",
125
+ "@atlaskit/tokens": "^1.29.0",
126
126
  "@atlaskit/tooltip": "^18.0.0",
127
127
  "@atlaskit/ufo": "^0.2.0",
128
128
  "@atlaskit/width-detector": "^4.1.0",