@atlaskit/editor-plugin-synced-block 3.1.1 → 3.1.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,11 @@
1
1
  # @atlaskit/editor-plugin-synced-block
2
2
 
3
+ ## 3.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.1.1
4
10
 
5
11
  ### Patch Changes
@@ -25,6 +25,9 @@
25
25
  {
26
26
  "path": "../../../design-system/button/afm-dev-agents/tsconfig.json"
27
27
  },
28
+ {
29
+ "path": "../../editor-plugin-block-menu/afm-dev-agents/tsconfig.json"
30
+ },
28
31
  {
29
32
  "path": "../../editor-plugin-decorations/afm-dev-agents/tsconfig.json"
30
33
  },
@@ -40,6 +43,9 @@
40
43
  {
41
44
  "path": "../../editor-synced-block-provider/afm-dev-agents/tsconfig.json"
42
45
  },
46
+ {
47
+ "path": "../../editor-toolbar/afm-dev-agents/tsconfig.json"
48
+ },
43
49
  {
44
50
  "path": "../../../design-system/icon/afm-dev-agents/tsconfig.json"
45
51
  },
@@ -25,6 +25,9 @@
25
25
  {
26
26
  "path": "../../../design-system/button/afm-jira/tsconfig.json"
27
27
  },
28
+ {
29
+ "path": "../../editor-plugin-block-menu/afm-jira/tsconfig.json"
30
+ },
28
31
  {
29
32
  "path": "../../editor-plugin-decorations/afm-jira/tsconfig.json"
30
33
  },
@@ -40,6 +43,9 @@
40
43
  {
41
44
  "path": "../../editor-synced-block-provider/afm-jira/tsconfig.json"
42
45
  },
46
+ {
47
+ "path": "../../editor-toolbar/afm-jira/tsconfig.json"
48
+ },
43
49
  {
44
50
  "path": "../../../design-system/icon/afm-jira/tsconfig.json"
45
51
  },
@@ -25,6 +25,9 @@
25
25
  {
26
26
  "path": "../../../design-system/button/afm-passionfruit/tsconfig.json"
27
27
  },
28
+ {
29
+ "path": "../../editor-plugin-block-menu/afm-passionfruit/tsconfig.json"
30
+ },
28
31
  {
29
32
  "path": "../../editor-plugin-decorations/afm-passionfruit/tsconfig.json"
30
33
  },
@@ -40,6 +43,9 @@
40
43
  {
41
44
  "path": "../../editor-synced-block-provider/afm-passionfruit/tsconfig.json"
42
45
  },
46
+ {
47
+ "path": "../../editor-toolbar/afm-passionfruit/tsconfig.json"
48
+ },
43
49
  {
44
50
  "path": "../../../design-system/icon/afm-passionfruit/tsconfig.json"
45
51
  },
@@ -25,6 +25,9 @@
25
25
  {
26
26
  "path": "../../../design-system/button/afm-post-office/tsconfig.json"
27
27
  },
28
+ {
29
+ "path": "../../editor-plugin-block-menu/afm-post-office/tsconfig.json"
30
+ },
28
31
  {
29
32
  "path": "../../editor-plugin-decorations/afm-post-office/tsconfig.json"
30
33
  },
@@ -40,6 +43,9 @@
40
43
  {
41
44
  "path": "../../editor-synced-block-provider/afm-post-office/tsconfig.json"
42
45
  },
46
+ {
47
+ "path": "../../editor-toolbar/afm-post-office/tsconfig.json"
48
+ },
43
49
  {
44
50
  "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
45
51
  },
@@ -25,6 +25,9 @@
25
25
  {
26
26
  "path": "../../../design-system/button/afm-rovo-extension/tsconfig.json"
27
27
  },
28
+ {
29
+ "path": "../../editor-plugin-block-menu/afm-rovo-extension/tsconfig.json"
30
+ },
28
31
  {
29
32
  "path": "../../editor-plugin-decorations/afm-rovo-extension/tsconfig.json"
30
33
  },
@@ -40,6 +43,9 @@
40
43
  {
41
44
  "path": "../../editor-synced-block-provider/afm-rovo-extension/tsconfig.json"
42
45
  },
46
+ {
47
+ "path": "../../editor-toolbar/afm-rovo-extension/tsconfig.json"
48
+ },
43
49
  {
44
50
  "path": "../../../design-system/icon/afm-rovo-extension/tsconfig.json"
45
51
  },
@@ -25,6 +25,9 @@
25
25
  {
26
26
  "path": "../../../design-system/button/afm-townsquare/tsconfig.json"
27
27
  },
28
+ {
29
+ "path": "../../editor-plugin-block-menu/afm-townsquare/tsconfig.json"
30
+ },
28
31
  {
29
32
  "path": "../../editor-plugin-decorations/afm-townsquare/tsconfig.json"
30
33
  },
@@ -40,6 +43,9 @@
40
43
  {
41
44
  "path": "../../editor-synced-block-provider/afm-townsquare/tsconfig.json"
42
45
  },
46
+ {
47
+ "path": "../../editor-toolbar/afm-townsquare/tsconfig.json"
48
+ },
43
49
  {
44
50
  "path": "../../../design-system/icon/afm-townsquare/tsconfig.json"
45
51
  },
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { SyncedBlockPlugin } from '../syncedBlockPluginType';
4
- export declare const CreateSyncedBlockDropdownItem: ({ api }: {
4
+ export declare const CreateSyncedBlockDropdownItem: ({ api, }: {
5
5
  api: ExtractInjectionAPI<SyncedBlockPlugin> | undefined;
6
6
  }) => React.JSX.Element | null;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
3
3
  import type { SyncedBlockPlugin } from '../syncedBlockPluginType';
4
- export declare const CreateSyncedBlockDropdownItem: ({ api }: {
4
+ export declare const CreateSyncedBlockDropdownItem: ({ api, }: {
5
5
  api: ExtractInjectionAPI<SyncedBlockPlugin> | undefined;
6
6
  }) => React.JSX.Element | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-synced-block",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "SyncedBlock plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/editor-prosemirror": "7.0.0",
38
38
  "@atlaskit/editor-shared-styles": "^3.6.0",
39
39
  "@atlaskit/editor-synced-block-provider": "^0.3.0",
40
- "@atlaskit/editor-toolbar": "^0.13.0",
40
+ "@atlaskit/editor-toolbar": "^0.14.0",
41
41
  "@atlaskit/icon": "28.4.0",
42
42
  "@atlaskit/modal-dialog": "^14.4.0",
43
43
  "@babel/runtime": "^7.0.0",