@atlaskit/editor-plugin-type-ahead 7.0.8 → 7.0.10

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,17 @@
1
1
  # @atlaskit/editor-plugin-type-ahead
2
2
 
3
+ ## 7.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.0.9
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.0.8
4
16
 
5
17
  ### Patch Changes
@@ -7,7 +7,7 @@ import type { TypeAheadHandler } from '../types';
7
7
  export declare const isTypeAheadHandler: (handler: any) => handler is TypeAheadHandler;
8
8
  /** Is a typeahead plugin open? */
9
9
  export declare const isTypeAheadOpen: (editorState: EditorState) => boolean;
10
- export declare const getPluginState: (editorState: EditorState) => import("../types").TypeAheadPluginState | undefined;
10
+ export declare const getPluginState: (editorState: EditorState) => import("..").TypeAheadPluginState | undefined;
11
11
  export declare const getTypeAheadHandler: (editorState: EditorState) => TypeAheadHandler | undefined;
12
12
  export declare const getTypeAheadQuery: (editorState: EditorState) => string | undefined;
13
13
  export declare const isTypeAheadAllowed: (state: EditorState) => boolean;
@@ -17,4 +17,4 @@ export declare const ListRow: React.ForwardRefExoticComponent<{
17
17
  children: ReactNode;
18
18
  measure: () => void;
19
19
  onMouseMove: MouseEventHandler<HTMLDivElement>;
20
- } & Pick<ListRowProps, "index" | "style" | "isScrolling" | "isVisible"> & React.RefAttributes<HTMLDivElement>>;
20
+ } & Pick<ListRowProps, "style" | "isVisible" | "index" | "isScrolling"> & React.RefAttributes<HTMLDivElement>>;
@@ -7,7 +7,7 @@ import type { TypeAheadHandler } from '../types';
7
7
  export declare const isTypeAheadHandler: (handler: any) => handler is TypeAheadHandler;
8
8
  /** Is a typeahead plugin open? */
9
9
  export declare const isTypeAheadOpen: (editorState: EditorState) => boolean;
10
- export declare const getPluginState: (editorState: EditorState) => import("../types").TypeAheadPluginState | undefined;
10
+ export declare const getPluginState: (editorState: EditorState) => import("..").TypeAheadPluginState | undefined;
11
11
  export declare const getTypeAheadHandler: (editorState: EditorState) => TypeAheadHandler | undefined;
12
12
  export declare const getTypeAheadQuery: (editorState: EditorState) => string | undefined;
13
13
  export declare const isTypeAheadAllowed: (state: EditorState) => boolean;
@@ -17,4 +17,4 @@ export declare const ListRow: React.ForwardRefExoticComponent<{
17
17
  children: ReactNode;
18
18
  measure: () => void;
19
19
  onMouseMove: MouseEventHandler<HTMLDivElement>;
20
- } & Pick<ListRowProps, "index" | "style" | "isScrolling" | "isVisible"> & React.RefAttributes<HTMLDivElement>>;
20
+ } & Pick<ListRowProps, "style" | "isVisible" | "index" | "isScrolling"> & React.RefAttributes<HTMLDivElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-type-ahead",
3
- "version": "7.0.8",
3
+ "version": "7.0.10",
4
4
  "description": "Type-ahead plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/prosemirror-history": "^0.2.0",
46
46
  "@atlaskit/prosemirror-input-rules": "^3.6.0",
47
47
  "@atlaskit/theme": "^21.0.0",
48
- "@atlaskit/tmp-editor-statsig": "^18.0.0",
48
+ "@atlaskit/tmp-editor-statsig": "^20.0.0",
49
49
  "@atlaskit/tokens": "^11.0.0",
50
50
  "@atlaskit/visually-hidden": "^3.0.0",
51
51
  "@babel/runtime": "^7.0.0",