@atlaskit/editor-plugin-floating-toolbar 10.0.16 → 10.0.17

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,13 @@
1
1
  # @atlaskit/editor-plugin-floating-toolbar
2
2
 
3
+ ## 10.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [`88a7ee0806123`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/88a7ee0806123) -
8
+ Mechanical type-import autofix for block, layout, and control packages.
9
+ - Updated dependencies
10
+
3
11
  ## 10.0.16
4
12
 
5
13
  ### Patch Changes
@@ -3,7 +3,6 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import { memo } from 'react';
6
-
7
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
7
  import { css, jsx } from '@emotion/react';
9
8
  // eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
@@ -3,7 +3,6 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import { memo } from 'react';
6
-
7
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
7
  import { css, jsx } from '@emotion/react';
9
8
  // eslint-disable-next-line @atlaskit/design-system/no-deprecated-imports
@@ -1,6 +1,6 @@
1
- import { type INPUT_METHOD, type EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
1
+ import type { INPUT_METHOD, EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
2
2
  import type { NodeType } from '@atlaskit/editor-prosemirror/model';
3
- import { type Transaction } from '@atlaskit/editor-prosemirror/state';
3
+ import type { Transaction } from '@atlaskit/editor-prosemirror/state';
4
4
  export declare const copyNode: (nodeType: NodeType | Array<NodeType>, editorAnalyticsApi?: EditorAnalyticsAPI | undefined, inputMethod?: INPUT_METHOD) => ({ tr }: {
5
5
  tr: Transaction;
6
6
  }) => Transaction;
@@ -1,8 +1,4 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- import { type ComponentType, type FC } from 'react';
1
+ import type { ComponentType, FC } from 'react';
6
2
  import type { WithIntlProps, WrappedComponentProps } from 'react-intl-next';
7
3
  import type { ExtensionAPI, ExtensionProvider } from '@atlaskit/editor-common/extensions';
8
4
  import type { DropdownOptionT, FloatingToolbarOverflowDropdownOptions } from '@atlaskit/editor-common/types';
@@ -1,8 +1,8 @@
1
1
  import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
2
- import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
2
+ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
4
4
  import type { EmojiId } from '@atlaskit/emoji';
5
- import { type FloatingToolbarPlugin } from '../floatingToolbarPluginType';
5
+ import type { FloatingToolbarPlugin } from '../floatingToolbarPluginType';
6
6
  type EmojiPickerButtonReturnType = (props: {
7
7
  className?: string;
8
8
  editorView?: EditorView;
@@ -1,6 +1,6 @@
1
- import { type INPUT_METHOD, type EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
1
+ import type { INPUT_METHOD, EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
2
2
  import type { NodeType } from '@atlaskit/editor-prosemirror/model';
3
- import { type Transaction } from '@atlaskit/editor-prosemirror/state';
3
+ import type { Transaction } from '@atlaskit/editor-prosemirror/state';
4
4
  export declare const copyNode: (nodeType: NodeType | Array<NodeType>, editorAnalyticsApi?: EditorAnalyticsAPI | undefined, inputMethod?: INPUT_METHOD) => ({ tr }: {
5
5
  tr: Transaction;
6
6
  }) => Transaction;
@@ -1,8 +1,4 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- import { type ComponentType, type FC } from 'react';
1
+ import type { ComponentType, FC } from 'react';
6
2
  import type { WithIntlProps, WrappedComponentProps } from 'react-intl-next';
7
3
  import type { ExtensionAPI, ExtensionProvider } from '@atlaskit/editor-common/extensions';
8
4
  import type { DropdownOptionT, FloatingToolbarOverflowDropdownOptions } from '@atlaskit/editor-common/types';
@@ -1,8 +1,8 @@
1
1
  import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
2
- import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
2
+ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
4
4
  import type { EmojiId } from '@atlaskit/emoji';
5
- import { type FloatingToolbarPlugin } from '../floatingToolbarPluginType';
5
+ import type { FloatingToolbarPlugin } from '../floatingToolbarPluginType';
6
6
  type EmojiPickerButtonReturnType = (props: {
7
7
  className?: string;
8
8
  editorView?: EditorView;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-floating-toolbar",
3
- "version": "10.0.16",
3
+ "version": "10.0.17",
4
4
  "description": "Floating toolbar plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,11 +39,11 @@
39
39
  "@atlaskit/emoji": "^69.10.0",
40
40
  "@atlaskit/icon": "^33.1.0",
41
41
  "@atlaskit/menu": "^8.4.0",
42
- "@atlaskit/modal-dialog": "^14.12.0",
42
+ "@atlaskit/modal-dialog": "^14.13.0",
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/primitives": "^18.1.0",
45
45
  "@atlaskit/select": "^21.8.0",
46
- "@atlaskit/tmp-editor-statsig": "^47.0.0",
46
+ "@atlaskit/tmp-editor-statsig": "^48.0.0",
47
47
  "@atlaskit/tokens": "^11.3.0",
48
48
  "@atlaskit/tooltip": "^21.0.0",
49
49
  "@babel/runtime": "^7.0.0",
@@ -55,7 +55,7 @@
55
55
  "react-loadable": "^5.1.0"
56
56
  },
57
57
  "peerDependencies": {
58
- "@atlaskit/editor-common": "^112.10.0",
58
+ "@atlaskit/editor-common": "^112.11.0",
59
59
  "react": "^18.2.0",
60
60
  "react-dom": "^18.2.0"
61
61
  },