@atlaskit/editor-plugin-selection-toolbar 9.1.12 → 9.1.14

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,21 @@
1
1
  # @atlaskit/editor-plugin-selection-toolbar
2
2
 
3
+ ## 9.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`38f6b2fea945a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/38f6b2fea945a) -
8
+ Remove dragAndDropEnabled from test fixtures and audit false usages - prop is being deprecated
9
+ - Updated dependencies
10
+
11
+ ## 9.1.13
12
+
13
+ ### Patch Changes
14
+
15
+ - [`7b7c52dff5d7d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b7c52dff5d7d) -
16
+ Fix eslint violations for type import syntax
17
+ - Updated dependencies
18
+
3
19
  ## 9.1.12
4
20
 
5
21
  ### Patch Changes
@@ -3,8 +3,8 @@
3
3
  * @jsx jsx
4
4
  * @jsxFrag
5
5
  */
6
- import { type IntlShape } from 'react-intl-next';
7
- import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
6
+ import type { IntlShape } from 'react-intl-next';
7
+ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
8
8
  import type { MenuItem } from '@atlaskit/editor-common/ui-menu';
9
9
  import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
10
10
  type OverflowToobarConfigOptions = {
@@ -1,5 +1,5 @@
1
- import { type IntlShape } from 'react-intl-next';
2
- import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
1
+ import type { IntlShape } from 'react-intl-next';
2
+ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { Command, FloatingToolbarItem } from '@atlaskit/editor-common/types';
4
4
  import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
5
5
  type PinToobarConfig = {
@@ -3,8 +3,8 @@
3
3
  * @jsx jsx
4
4
  * @jsxFrag
5
5
  */
6
- import { type IntlShape } from 'react-intl-next';
7
- import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
6
+ import type { IntlShape } from 'react-intl-next';
7
+ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
8
8
  import type { MenuItem } from '@atlaskit/editor-common/ui-menu';
9
9
  import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
10
10
  type OverflowToobarConfigOptions = {
@@ -1,5 +1,5 @@
1
- import { type IntlShape } from 'react-intl-next';
2
- import { type ExtractInjectionAPI } from '@atlaskit/editor-common/types';
1
+ import type { IntlShape } from 'react-intl-next';
2
+ import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { Command, FloatingToolbarItem } from '@atlaskit/editor-common/types';
4
4
  import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
5
5
  type PinToobarConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-toolbar",
3
- "version": "9.1.12",
3
+ "version": "9.1.14",
4
4
  "description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",