@atlaskit/editor-plugin-type-ahead 8.0.13 → 8.0.15

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.
Files changed (30) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/ui/TypeAheadErrorFallback/MinHeightContainer.js +1 -1
  3. package/dist/cjs/ui/TypeAheadListItem.js +1 -1
  4. package/dist/es2019/ui/TypeAheadErrorFallback/MinHeightContainer.js +1 -2
  5. package/dist/es2019/ui/TypeAheadListItem.js +1 -1
  6. package/dist/esm/ui/TypeAheadErrorFallback/MinHeightContainer.js +1 -2
  7. package/dist/esm/ui/TypeAheadListItem.js +1 -1
  8. package/dist/types/pm-plugins/analytics.d.ts +2 -1
  9. package/dist/types/pm-plugins/decorations.d.ts +1 -1
  10. package/dist/types/pm-plugins/item-is-disabled.d.ts +2 -2
  11. package/dist/types/pm-plugins/main.d.ts +2 -2
  12. package/dist/types/pm-plugins/utils.d.ts +2 -2
  13. package/dist/types/typeAheadPlugin.d.ts +1 -1
  14. package/dist/types/typeAheadPluginType.d.ts +1 -1
  15. package/dist/types/ui/ListRow.d.ts +3 -2
  16. package/dist/types/ui/TypeAheadErrorFallback/MinHeightContainer.d.ts +1 -1
  17. package/dist/types/ui/TypeAheadList.d.ts +3 -3
  18. package/dist/types/ui/TypeAheadListItem.d.ts +4 -3
  19. package/dist/types-ts4.5/pm-plugins/analytics.d.ts +2 -1
  20. package/dist/types-ts4.5/pm-plugins/decorations.d.ts +1 -1
  21. package/dist/types-ts4.5/pm-plugins/item-is-disabled.d.ts +2 -2
  22. package/dist/types-ts4.5/pm-plugins/main.d.ts +2 -2
  23. package/dist/types-ts4.5/pm-plugins/utils.d.ts +2 -2
  24. package/dist/types-ts4.5/typeAheadPlugin.d.ts +1 -1
  25. package/dist/types-ts4.5/typeAheadPluginType.d.ts +1 -1
  26. package/dist/types-ts4.5/ui/ListRow.d.ts +3 -2
  27. package/dist/types-ts4.5/ui/TypeAheadErrorFallback/MinHeightContainer.d.ts +1 -1
  28. package/dist/types-ts4.5/ui/TypeAheadList.d.ts +3 -3
  29. package/dist/types-ts4.5/ui/TypeAheadListItem.d.ts +4 -3
  30. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/editor-plugin-type-ahead
2
2
 
3
+ ## 8.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.14
10
+
11
+ ### Patch Changes
12
+
13
+ - [`86fd5ef0f1d07`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/86fd5ef0f1d07) -
14
+ Mechanical type-import autofix for text formatting editor plugins.
15
+
3
16
  ## 8.0.13
4
17
 
5
18
  ### Patch Changes
@@ -16,7 +16,7 @@ var _excluded = ["minHeight"];
16
16
  * @jsxRuntime classic
17
17
  * @jsx jsx
18
18
  */
19
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
19
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
20
20
  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); }
21
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
22
22
  var minHeightComponentStyles = exports.minHeightComponentStyles = (0, _react2.css)({
@@ -26,7 +26,7 @@ var _templateObject, _templateObject2, _templateObject3, _templateObject4;
26
26
  * @jsxRuntime classic
27
27
  * @jsx jsx
28
28
  */
29
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
29
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports, @atlaskit/design-system/no-unsafe-style-overrides */
30
30
  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); }
31
31
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
32
32
  var itemIcon = exports.itemIcon = (0, _react2.css)({
@@ -5,9 +5,8 @@ import _extends from "@babel/runtime/helpers/extends";
5
5
  */
6
6
  import React, { forwardRef } from 'react';
7
7
 
8
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
9
9
  import { css, jsx } from '@emotion/react';
10
-
11
10
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
12
11
  export const minHeightComponentStyles = css({
13
12
  display: 'flex',
@@ -4,7 +4,7 @@
4
4
  */
5
5
  import React, { useCallback, useLayoutEffect, useMemo } from 'react';
6
6
 
7
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
7
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports, @atlaskit/design-system/no-unsafe-style-overrides */
8
8
  import { css, jsx } from '@emotion/react';
9
9
  import { useIntl } from 'react-intl-next';
10
10
  import { getBrowserInfo } from '@atlaskit/editor-common/browser';
@@ -8,9 +8,8 @@ var _excluded = ["minHeight"];
8
8
  */
9
9
  import React, { forwardRef } from 'react';
10
10
 
11
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
11
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766 */
12
12
  import { css, jsx } from '@emotion/react';
13
-
14
13
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
15
14
  export var minHeightComponentStyles = css({
16
15
  display: 'flex',
@@ -6,7 +6,7 @@ var _templateObject, _templateObject2, _templateObject3, _templateObject4;
6
6
  */
7
7
  import React, { useCallback, useLayoutEffect, useMemo } from 'react';
8
8
 
9
- // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
9
+ /* eslint-disable @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports, @atlaskit/design-system/no-unsafe-style-overrides */
10
10
  import { css, jsx } from '@emotion/react';
11
11
  import { useIntl } from 'react-intl-next';
12
12
  import { getBrowserInfo } from '@atlaskit/editor-common/browser';
@@ -1,4 +1,5 @@
1
- import { ACTION, type INPUT_METHOD } from '@atlaskit/editor-common/analytics';
1
+ import { ACTION } from '@atlaskit/editor-common/analytics';
2
+ import type { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
2
3
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
4
  import type { TypeAheadPlugin } from '../typeAheadPluginType';
4
5
  import type { TypeAheadInputMethod } from '../types';
@@ -1,5 +1,5 @@
1
1
  import type { IntlShape } from 'react-intl-next';
2
- import { type PortalProviderAPI } from '@atlaskit/editor-common/portal';
2
+ import type { PortalProviderAPI } from '@atlaskit/editor-common/portal';
3
3
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
4
4
  import type { TypeAheadPlugin } from '../typeAheadPluginType';
5
5
  import type { CreateTypeAheadDecorations, PopupMountPointReference, RemoveTypeAheadDecorations } from '../types';
@@ -1,3 +1,3 @@
1
- import { type ExtractInjectionAPI, type TypeAheadItem } from '@atlaskit/editor-common/types';
2
- import { type TypeAheadPlugin } from '../typeAheadPluginType';
1
+ import type { ExtractInjectionAPI, TypeAheadItem } from '@atlaskit/editor-common/types';
2
+ import type { TypeAheadPlugin } from '../typeAheadPluginType';
3
3
  export declare const itemIsDisabled: (item: TypeAheadItem | undefined, api: ExtractInjectionAPI<TypeAheadPlugin> | undefined) => boolean;
@@ -2,8 +2,8 @@ import type { IntlShape } from 'react-intl-next';
2
2
  import type { Dispatch } from '@atlaskit/editor-common/event-dispatcher';
3
3
  import type { PortalProviderAPI } from '@atlaskit/editor-common/portal';
4
4
  import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
5
- import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
6
- import { type TypeAheadPlugin } from '../typeAheadPluginType';
5
+ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
6
+ import type { TypeAheadPlugin } from '../typeAheadPluginType';
7
7
  import type { PopupMountPointReference, TypeAheadHandler } from '../types';
8
8
  type Props = {
9
9
  api: ExtractInjectionAPI<TypeAheadPlugin> | undefined;
@@ -1,8 +1,8 @@
1
1
  import type { IntlShape } from 'react-intl-next';
2
- import { type ExtractInjectionAPI, type TypeAheadItem } from '@atlaskit/editor-common/types';
2
+ import type { ExtractInjectionAPI, TypeAheadItem } from '@atlaskit/editor-common/types';
3
3
  import type { EditorState } from '@atlaskit/editor-prosemirror/state';
4
4
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
5
- import { type TypeAheadPlugin } from '../typeAheadPluginType';
5
+ import type { TypeAheadPlugin } from '../typeAheadPluginType';
6
6
  import type { TypeAheadHandler, TypeAheadPluginState } from '../types';
7
7
  export declare const isTypeAheadHandler: (handler: any) => handler is TypeAheadHandler;
8
8
  /** Is a typeahead plugin open? */
@@ -1,4 +1,4 @@
1
- import { type TypeAheadPlugin } from './typeAheadPluginType';
1
+ import type { TypeAheadPlugin } from './typeAheadPluginType';
2
2
  /**
3
3
  *
4
4
  * Revamped typeahead using decorations instead of the `typeAheadQuery` mark
@@ -6,7 +6,7 @@ import type { ContextPanelPlugin } from '@atlaskit/editor-plugin-context-panel';
6
6
  import type { FeatureFlagsPlugin } from '@atlaskit/editor-plugin-feature-flags';
7
7
  import type { MetricsPlugin } from '@atlaskit/editor-plugin-metrics';
8
8
  import type { EditorState, Transaction } from '@atlaskit/editor-prosemirror/state';
9
- import { type TypeAheadPluginOptions, type TypeAheadPluginSharedState, type OpenTypeAheadProps } from './types';
9
+ import type { TypeAheadPluginOptions, TypeAheadPluginSharedState, OpenTypeAheadProps } from './types';
10
10
  type InsertTypeAheadItemProps = {
11
11
  contentItem: TypeAheadItem;
12
12
  mode?: SelectItemMode;
@@ -1,5 +1,6 @@
1
- import React, { type ReactNode, type MouseEventHandler } from 'react';
2
- import { type ListRowProps } from 'react-virtualized';
1
+ import React from 'react';
2
+ import type { ReactNode, MouseEventHandler } from 'react';
3
+ import type { ListRowProps } from 'react-virtualized';
3
4
  /**
4
5
  *
5
6
  * @param root0
@@ -3,7 +3,7 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- import { type SerializedStyles } from '@emotion/react';
6
+ import type { SerializedStyles } from '@emotion/react';
7
7
  export declare const minHeightComponentStyles: SerializedStyles;
8
8
  export declare const MinHeightContainer: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
9
9
  minHeight: string;
@@ -5,10 +5,10 @@
5
5
  import React from 'react';
6
6
  import type { WithIntlProps, WrappedComponentProps } from 'react-intl-next';
7
7
  import { SelectItemMode } from '@atlaskit/editor-common/type-ahead';
8
- import { type ExtractInjectionAPI, type TypeAheadItem } from '@atlaskit/editor-common/types';
8
+ import type { ExtractInjectionAPI, TypeAheadItem } from '@atlaskit/editor-common/types';
9
9
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
10
- import { type InputMethodType } from '../pm-plugins/analytics';
11
- import { type TypeAheadPlugin } from '../typeAheadPluginType';
10
+ import type { InputMethodType } from '../pm-plugins/analytics';
11
+ import type { TypeAheadPlugin } from '../typeAheadPluginType';
12
12
  import type { TypeAheadHandler } from '../types';
13
13
  export declare const TypeAheadList: React.FC<WithIntlProps<{
14
14
  api: ExtractInjectionAPI<TypeAheadPlugin> | undefined;
@@ -3,10 +3,11 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- import { jsx, type SerializedStyles } from '@emotion/react';
6
+ import { jsx } from '@emotion/react';
7
+ import type { SerializedStyles } from '@emotion/react';
7
8
  import { SelectItemMode } from '@atlaskit/editor-common/type-ahead';
8
- import { type ExtractInjectionAPI, type TypeAheadItem } from '@atlaskit/editor-common/types';
9
- import { type TypeAheadPlugin } from '../typeAheadPluginType';
9
+ import type { ExtractInjectionAPI, TypeAheadItem } from '@atlaskit/editor-common/types';
10
+ import type { TypeAheadPlugin } from '../typeAheadPluginType';
10
11
  export declare const itemIcon: SerializedStyles;
11
12
  type TypeAheadListItemProps = {
12
13
  api: ExtractInjectionAPI<TypeAheadPlugin> | undefined;
@@ -1,4 +1,5 @@
1
- import { ACTION, type INPUT_METHOD } from '@atlaskit/editor-common/analytics';
1
+ import { ACTION } from '@atlaskit/editor-common/analytics';
2
+ import type { INPUT_METHOD } from '@atlaskit/editor-common/analytics';
2
3
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
4
  import type { TypeAheadPlugin } from '../typeAheadPluginType';
4
5
  import type { TypeAheadInputMethod } from '../types';
@@ -1,5 +1,5 @@
1
1
  import type { IntlShape } from 'react-intl-next';
2
- import { type PortalProviderAPI } from '@atlaskit/editor-common/portal';
2
+ import type { PortalProviderAPI } from '@atlaskit/editor-common/portal';
3
3
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
4
4
  import type { TypeAheadPlugin } from '../typeAheadPluginType';
5
5
  import type { CreateTypeAheadDecorations, PopupMountPointReference, RemoveTypeAheadDecorations } from '../types';
@@ -1,3 +1,3 @@
1
- import { type ExtractInjectionAPI, type TypeAheadItem } from '@atlaskit/editor-common/types';
2
- import { type TypeAheadPlugin } from '../typeAheadPluginType';
1
+ import type { ExtractInjectionAPI, TypeAheadItem } from '@atlaskit/editor-common/types';
2
+ import type { TypeAheadPlugin } from '../typeAheadPluginType';
3
3
  export declare const itemIsDisabled: (item: TypeAheadItem | undefined, api: ExtractInjectionAPI<TypeAheadPlugin> | undefined) => boolean;
@@ -2,8 +2,8 @@ import type { IntlShape } from 'react-intl-next';
2
2
  import type { Dispatch } from '@atlaskit/editor-common/event-dispatcher';
3
3
  import type { PortalProviderAPI } from '@atlaskit/editor-common/portal';
4
4
  import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
5
- import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
6
- import { type TypeAheadPlugin } from '../typeAheadPluginType';
5
+ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
6
+ import type { TypeAheadPlugin } from '../typeAheadPluginType';
7
7
  import type { PopupMountPointReference, TypeAheadHandler } from '../types';
8
8
  type Props = {
9
9
  api: ExtractInjectionAPI<TypeAheadPlugin> | undefined;
@@ -1,8 +1,8 @@
1
1
  import type { IntlShape } from 'react-intl-next';
2
- import { type ExtractInjectionAPI, type TypeAheadItem } from '@atlaskit/editor-common/types';
2
+ import type { ExtractInjectionAPI, TypeAheadItem } from '@atlaskit/editor-common/types';
3
3
  import type { EditorState } from '@atlaskit/editor-prosemirror/state';
4
4
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
5
- import { type TypeAheadPlugin } from '../typeAheadPluginType';
5
+ import type { TypeAheadPlugin } from '../typeAheadPluginType';
6
6
  import type { TypeAheadHandler, TypeAheadPluginState } from '../types';
7
7
  export declare const isTypeAheadHandler: (handler: any) => handler is TypeAheadHandler;
8
8
  /** Is a typeahead plugin open? */
@@ -1,4 +1,4 @@
1
- import { type TypeAheadPlugin } from './typeAheadPluginType';
1
+ import type { TypeAheadPlugin } from './typeAheadPluginType';
2
2
  /**
3
3
  *
4
4
  * Revamped typeahead using decorations instead of the `typeAheadQuery` mark
@@ -6,7 +6,7 @@ import type { ContextPanelPlugin } from '@atlaskit/editor-plugin-context-panel';
6
6
  import type { FeatureFlagsPlugin } from '@atlaskit/editor-plugin-feature-flags';
7
7
  import type { MetricsPlugin } from '@atlaskit/editor-plugin-metrics';
8
8
  import type { EditorState, Transaction } from '@atlaskit/editor-prosemirror/state';
9
- import { type TypeAheadPluginOptions, type TypeAheadPluginSharedState, type OpenTypeAheadProps } from './types';
9
+ import type { TypeAheadPluginOptions, TypeAheadPluginSharedState, OpenTypeAheadProps } from './types';
10
10
  type InsertTypeAheadItemProps = {
11
11
  contentItem: TypeAheadItem;
12
12
  mode?: SelectItemMode;
@@ -1,5 +1,6 @@
1
- import React, { type ReactNode, type MouseEventHandler } from 'react';
2
- import { type ListRowProps } from 'react-virtualized';
1
+ import React from 'react';
2
+ import type { ReactNode, MouseEventHandler } from 'react';
3
+ import type { ListRowProps } from 'react-virtualized';
3
4
  /**
4
5
  *
5
6
  * @param root0
@@ -3,7 +3,7 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- import { type SerializedStyles } from '@emotion/react';
6
+ import type { SerializedStyles } from '@emotion/react';
7
7
  export declare const minHeightComponentStyles: SerializedStyles;
8
8
  export declare const MinHeightContainer: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
9
9
  minHeight: string;
@@ -5,10 +5,10 @@
5
5
  import React from 'react';
6
6
  import type { WithIntlProps, WrappedComponentProps } from 'react-intl-next';
7
7
  import { SelectItemMode } from '@atlaskit/editor-common/type-ahead';
8
- import { type ExtractInjectionAPI, type TypeAheadItem } from '@atlaskit/editor-common/types';
8
+ import type { ExtractInjectionAPI, TypeAheadItem } from '@atlaskit/editor-common/types';
9
9
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
10
- import { type InputMethodType } from '../pm-plugins/analytics';
11
- import { type TypeAheadPlugin } from '../typeAheadPluginType';
10
+ import type { InputMethodType } from '../pm-plugins/analytics';
11
+ import type { TypeAheadPlugin } from '../typeAheadPluginType';
12
12
  import type { TypeAheadHandler } from '../types';
13
13
  export declare const TypeAheadList: React.FC<WithIntlProps<{
14
14
  api: ExtractInjectionAPI<TypeAheadPlugin> | undefined;
@@ -3,10 +3,11 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- import { jsx, type SerializedStyles } from '@emotion/react';
6
+ import { jsx } from '@emotion/react';
7
+ import type { SerializedStyles } from '@emotion/react';
7
8
  import { SelectItemMode } from '@atlaskit/editor-common/type-ahead';
8
- import { type ExtractInjectionAPI, type TypeAheadItem } from '@atlaskit/editor-common/types';
9
- import { type TypeAheadPlugin } from '../typeAheadPluginType';
9
+ import type { ExtractInjectionAPI, TypeAheadItem } from '@atlaskit/editor-common/types';
10
+ import type { TypeAheadPlugin } from '../typeAheadPluginType';
10
11
  export declare const itemIcon: SerializedStyles;
11
12
  type TypeAheadListItemProps = {
12
13
  api: ExtractInjectionAPI<TypeAheadPlugin> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-type-ahead",
3
- "version": "8.0.13",
3
+ "version": "8.0.15",
4
4
  "description": "Type-ahead plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -44,8 +44,8 @@
44
44
  "@atlaskit/primitives": "^18.1.0",
45
45
  "@atlaskit/prosemirror-history": "^0.2.0",
46
46
  "@atlaskit/prosemirror-input-rules": "^3.6.0",
47
- "@atlaskit/tmp-editor-statsig": "^46.0.0",
48
- "@atlaskit/tokens": "^11.2.0",
47
+ "@atlaskit/tmp-editor-statsig": "^47.0.0",
48
+ "@atlaskit/tokens": "^11.3.0",
49
49
  "@atlaskit/visually-hidden": "^3.0.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@emotion/react": "^11.7.1",
@@ -56,7 +56,7 @@
56
56
  "w3c-keyname": "^2.1.8"
57
57
  },
58
58
  "peerDependencies": {
59
- "@atlaskit/editor-common": "^112.9.0",
59
+ "@atlaskit/editor-common": "^112.10.0",
60
60
  "react": "^18.2.0",
61
61
  "react-dom": "^18.2.0",
62
62
  "react-intl-next": "npm:react-intl@^5.18.1"