@atlaskit/editor-plugin-insert-block 6.0.1 → 6.0.2

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-insert-block
2
2
 
3
+ ## 6.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6b9ea765dedda`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6b9ea765dedda) -
8
+ Patches emotion CSS exports in various editor packages
9
+ - Updated dependencies
10
+
3
11
  ## 6.0.1
4
12
 
5
13
  ### Patch Changes
@@ -1,2 +1,3 @@
1
- export declare const triggerWrapper: import("@emotion/react").SerializedStyles;
2
- export declare const expandWrapperStyle: import("@emotion/react").SerializedStyles;
1
+ import { type SerializedStyles } from '@emotion/react';
2
+ export declare const triggerWrapper: SerializedStyles;
3
+ export declare const expandWrapperStyle: SerializedStyles;
@@ -1,2 +1,3 @@
1
- export declare const triggerWrapper: import("@emotion/react").SerializedStyles;
2
- export declare const expandWrapperStyle: import("@emotion/react").SerializedStyles;
1
+ import { type SerializedStyles } from '@emotion/react';
2
+ export declare const triggerWrapper: SerializedStyles;
3
+ export declare const expandWrapperStyle: SerializedStyles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -67,7 +67,7 @@
67
67
  "@atlaskit/platform-feature-flags": "^1.1.0",
68
68
  "@atlaskit/primitives": "^14.14.0",
69
69
  "@atlaskit/theme": "^21.0.0",
70
- "@atlaskit/tmp-editor-statsig": "^12.10.0",
70
+ "@atlaskit/tmp-editor-statsig": "^12.12.0",
71
71
  "@atlaskit/tokens": "^6.3.0",
72
72
  "@atlaskit/tooltip": "^20.4.0",
73
73
  "@babel/runtime": "^7.0.0",