@atlaskit/editor-plugin-selection-toolbar 9.1.11 → 9.1.13

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,19 @@
1
1
  # @atlaskit/editor-plugin-selection-toolbar
2
2
 
3
+ ## 9.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7b7c52dff5d7d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7b7c52dff5d7d) -
8
+ Fix eslint violations for type import syntax
9
+ - Updated dependencies
10
+
11
+ ## 9.1.12
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 9.1.11
4
18
 
5
19
  ### 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.11",
3
+ "version": "9.1.13",
4
4
  "description": "@atlaskit/editor-plugin-selection-toolbar for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/icon-lab": "^6.4.0",
46
46
  "@atlaskit/menu": "^8.4.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
- "@atlaskit/tmp-editor-statsig": "^57.0.0",
48
+ "@atlaskit/tmp-editor-statsig": "^58.0.0",
49
49
  "@atlaskit/tokens": "^12.0.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "bind-event-listener": "^3.0.0"