@atlaskit/editor-plugin-insert-block 2.5.0 → 2.5.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,17 @@
1
1
  # @atlaskit/editor-plugin-insert-block
2
2
 
3
+ ## 2.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.5.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.5.0
4
16
 
5
17
  ### Minor Changes
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
4
4
  import { type InsertBlockPlugin } from '../../insertBlockPluginType';
@@ -18,4 +18,4 @@ export declare const InsertMenuRail: ({ editorView, options, api, }: {
18
18
  };
19
19
  sharedState: import("../../types").InsertBlockPluginState | undefined;
20
20
  }> | undefined;
21
- }) => JSX.Element;
21
+ }) => React.JSX.Element;
@@ -26,5 +26,5 @@ export interface BlockInsertElementBrowserProps {
26
26
  isFullPageAppearance?: boolean;
27
27
  isActive: boolean;
28
28
  }
29
- export declare const BlockInsertElementBrowser: (props: BlockInsertElementBrowserProps) => JSX.Element;
29
+ export declare const BlockInsertElementBrowser: (props: BlockInsertElementBrowserProps) => React.JSX.Element;
30
30
  export {};
@@ -30,4 +30,4 @@ export interface BlockInsertMenuProps {
30
30
  pluginInjectionApi: ExtractInjectionAPI<InsertBlockPlugin> | undefined;
31
31
  isFullPageAppearance?: boolean;
32
32
  }
33
- export declare const BlockInsertMenu: (props: BlockInsertMenuProps) => JSX.Element | null;
33
+ export declare const BlockInsertMenu: (props: BlockInsertMenuProps) => React.JSX.Element | null;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export default function ActionListIcon(): JSX.Element;
1
+ import React from 'react';
2
+ export default function ActionListIcon(): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export default function ApprovalsTrackerIcon(): JSX.Element;
1
+ import React from 'react';
2
+ export default function ApprovalsTrackerIcon(): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export default function DecisionMatrixIcon(): JSX.Element;
1
+ import React from 'react';
2
+ export default function DecisionMatrixIcon(): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export default function DiscussionNotesIcon(): JSX.Element;
1
+ import React from 'react';
2
+ export default function DiscussionNotesIcon(): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export default function InstructionsOutlineIcon(): JSX.Element;
1
+ import React from 'react';
2
+ export default function InstructionsOutlineIcon(): React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
4
4
  import { type InsertBlockPlugin } from '../../insertBlockPluginType';
@@ -18,4 +18,4 @@ export declare const InsertMenuRail: ({ editorView, options, api, }: {
18
18
  };
19
19
  sharedState: import("../../types").InsertBlockPluginState | undefined;
20
20
  }> | undefined;
21
- }) => JSX.Element;
21
+ }) => React.JSX.Element;
@@ -26,5 +26,5 @@ export interface BlockInsertElementBrowserProps {
26
26
  isFullPageAppearance?: boolean;
27
27
  isActive: boolean;
28
28
  }
29
- export declare const BlockInsertElementBrowser: (props: BlockInsertElementBrowserProps) => JSX.Element;
29
+ export declare const BlockInsertElementBrowser: (props: BlockInsertElementBrowserProps) => React.JSX.Element;
30
30
  export {};
@@ -30,4 +30,4 @@ export interface BlockInsertMenuProps {
30
30
  pluginInjectionApi: ExtractInjectionAPI<InsertBlockPlugin> | undefined;
31
31
  isFullPageAppearance?: boolean;
32
32
  }
33
- export declare const BlockInsertMenu: (props: BlockInsertMenuProps) => JSX.Element | null;
33
+ export declare const BlockInsertMenu: (props: BlockInsertMenuProps) => React.JSX.Element | null;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export default function ActionListIcon(): JSX.Element;
1
+ import React from 'react';
2
+ export default function ActionListIcon(): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export default function ApprovalsTrackerIcon(): JSX.Element;
1
+ import React from 'react';
2
+ export default function ApprovalsTrackerIcon(): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export default function DecisionMatrixIcon(): JSX.Element;
1
+ import React from 'react';
2
+ export default function DecisionMatrixIcon(): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export default function DiscussionNotesIcon(): JSX.Element;
1
+ import React from 'react';
2
+ export default function DiscussionNotesIcon(): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export default function InstructionsOutlineIcon(): JSX.Element;
1
+ import React from 'react';
2
+ export default function InstructionsOutlineIcon(): React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,8 +31,8 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/button": "^20.4.0",
35
- "@atlaskit/editor-common": "^99.6.0",
34
+ "@atlaskit/button": "^20.5.0",
35
+ "@atlaskit/editor-common": "^99.9.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^1.11.0",
37
37
  "@atlaskit/editor-plugin-block-type": "^4.2.0",
38
38
  "@atlaskit/editor-plugin-code-block": "^3.6.0",
@@ -44,7 +44,7 @@
44
44
  "@atlaskit/editor-plugin-feature-flags": "^1.2.0",
45
45
  "@atlaskit/editor-plugin-hyperlink": "^3.3.0",
46
46
  "@atlaskit/editor-plugin-image-upload": "^1.3.0",
47
- "@atlaskit/editor-plugin-layout": "^1.13.0",
47
+ "@atlaskit/editor-plugin-layout": "^1.14.0",
48
48
  "@atlaskit/editor-plugin-media": "^1.44.0",
49
49
  "@atlaskit/editor-plugin-media-insert": "^5.0.0",
50
50
  "@atlaskit/editor-plugin-mentions": "^2.14.0",
@@ -61,14 +61,14 @@
61
61
  "@atlaskit/editor-shared-styles": "^3.2.0",
62
62
  "@atlaskit/emoji": "^67.13.0",
63
63
  "@atlaskit/heading": "4.1.0",
64
- "@atlaskit/icon": "^23.5.0",
65
- "@atlaskit/icon-lab": "^2.3.0",
66
- "@atlaskit/platform-feature-flags": "^0.3.0",
64
+ "@atlaskit/icon": "^23.7.0",
65
+ "@atlaskit/icon-lab": "^2.4.0",
66
+ "@atlaskit/platform-feature-flags": "^1.0.0",
67
67
  "@atlaskit/primitives": "^13.4.0",
68
- "@atlaskit/theme": "^14.1.0",
69
- "@atlaskit/tmp-editor-statsig": "^2.41.0",
68
+ "@atlaskit/theme": "^15.0.0",
69
+ "@atlaskit/tmp-editor-statsig": "^2.43.0",
70
70
  "@atlaskit/tokens": "^3.3.0",
71
- "@atlaskit/tooltip": "19.1.0",
71
+ "@atlaskit/tooltip": "19.1.1",
72
72
  "@babel/runtime": "^7.0.0",
73
73
  "@emotion/react": "^11.7.1",
74
74
  "bind-event-listener": "^3.0.0",