@atlaskit/editor-plugin-panel 3.2.5 → 3.2.6

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,11 @@
1
1
  # @atlaskit/editor-plugin-panel
2
2
 
3
+ ## 3.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.2.5
4
10
 
5
11
  ### Patch Changes
@@ -18,7 +18,7 @@ interface PanelIconAttributes {
18
18
  allowCustomPanel?: boolean;
19
19
  pluginInjectionApi: ExtractInjectionAPI<PanelPlugin> | undefined;
20
20
  }
21
- export declare const PanelIcon: (props: PanelIconAttributes) => JSX.Element;
21
+ export declare const PanelIcon: (props: PanelIconAttributes) => React.JSX.Element;
22
22
  declare class PanelNodeView {
23
23
  node: Node;
24
24
  dom: HTMLElement;
@@ -18,7 +18,7 @@ interface PanelIconAttributes {
18
18
  allowCustomPanel?: boolean;
19
19
  pluginInjectionApi: ExtractInjectionAPI<PanelPlugin> | undefined;
20
20
  }
21
- export declare const PanelIcon: (props: PanelIconAttributes) => JSX.Element;
21
+ export declare const PanelIcon: (props: PanelIconAttributes) => React.JSX.Element;
22
22
  declare class PanelNodeView {
23
23
  node: Node;
24
24
  dom: HTMLElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-panel",
3
- "version": "3.2.5",
3
+ "version": "3.2.6",
4
4
  "description": "Panel plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
- "@atlaskit/editor-common": "^99.7.0",
35
+ "@atlaskit/editor-common": "^99.9.0",
36
36
  "@atlaskit/editor-palette": "1.7.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^1.11.0",
38
38
  "@atlaskit/editor-plugin-decorations": "^1.4.0",
@@ -40,10 +40,10 @@
40
40
  "@atlaskit/editor-prosemirror": "6.2.1",
41
41
  "@atlaskit/editor-shared-styles": "^3.2.0",
42
42
  "@atlaskit/emoji": "^67.13.0",
43
- "@atlaskit/icon": "^23.6.0",
43
+ "@atlaskit/icon": "^23.7.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.0.0",
45
- "@atlaskit/theme": "^14.1.0",
46
- "@atlaskit/tmp-editor-statsig": "^2.41.0",
45
+ "@atlaskit/theme": "^15.0.0",
46
+ "@atlaskit/tmp-editor-statsig": "^2.43.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "uuid": "^3.1.0"
49
49
  },