@atlaskit/editor-plugin-type-ahead 5.2.0 → 5.2.1

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-type-ahead
2
2
 
3
+ ## 5.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`39f3b00f65aa0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39f3b00f65aa0) -
8
+ NOISSUE: Patches emotion CSS exports in various editor packages
9
+ - Updated dependencies
10
+
3
11
  ## 5.2.0
4
12
 
5
13
  ### Minor Changes
@@ -3,7 +3,8 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- export declare const minHeightComponentStyles: import("@emotion/react").SerializedStyles;
6
+ import { type SerializedStyles } from '@emotion/react';
7
+ export declare const minHeightComponentStyles: SerializedStyles;
7
8
  export declare const MinHeightContainer: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
8
9
  minHeight: string;
9
10
  } & React.RefAttributes<HTMLDivElement>>;
@@ -3,11 +3,11 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- import { jsx } from '@emotion/react';
6
+ import { jsx, type SerializedStyles } from '@emotion/react';
7
7
  import { SelectItemMode } from '@atlaskit/editor-common/type-ahead';
8
8
  import { type ExtractInjectionAPI, type TypeAheadItem } from '@atlaskit/editor-common/types';
9
9
  import { type TypeAheadPlugin } from '../typeAheadPluginType';
10
- export declare const itemIcon: import("@emotion/react").SerializedStyles;
10
+ export declare const itemIcon: SerializedStyles;
11
11
  type TypeAheadListItemProps = {
12
12
  api: ExtractInjectionAPI<TypeAheadPlugin> | undefined;
13
13
  ariaLabel?: string;
@@ -3,7 +3,8 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- export declare const minHeightComponentStyles: import("@emotion/react").SerializedStyles;
6
+ import { type SerializedStyles } from '@emotion/react';
7
+ export declare const minHeightComponentStyles: SerializedStyles;
7
8
  export declare const MinHeightContainer: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
8
9
  minHeight: string;
9
10
  } & React.RefAttributes<HTMLDivElement>>;
@@ -3,11 +3,11 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- import { jsx } from '@emotion/react';
6
+ import { jsx, type SerializedStyles } from '@emotion/react';
7
7
  import { SelectItemMode } from '@atlaskit/editor-common/type-ahead';
8
8
  import { type ExtractInjectionAPI, type TypeAheadItem } from '@atlaskit/editor-common/types';
9
9
  import { type TypeAheadPlugin } from '../typeAheadPluginType';
10
- export declare const itemIcon: import("@emotion/react").SerializedStyles;
10
+ export declare const itemIcon: SerializedStyles;
11
11
  type TypeAheadListItemProps = {
12
12
  api: ExtractInjectionAPI<TypeAheadPlugin> | undefined;
13
13
  ariaLabel?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-type-ahead",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
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/primitives": "^14.14.0",
46
46
  "@atlaskit/prosemirror-input-rules": "^3.4.0",
47
47
  "@atlaskit/theme": "^21.0.0",
48
- "@atlaskit/tmp-editor-statsig": "^12.18.0",
48
+ "@atlaskit/tmp-editor-statsig": "^12.21.0",
49
49
  "@atlaskit/tokens": "^6.3.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": "^109.5.0",
59
+ "@atlaskit/editor-common": "^109.6.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"