@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 +6 -0
- package/afm-dev-agents/tsconfig.json +6 -0
- package/afm-jira/tsconfig.json +6 -0
- package/afm-passionfruit/tsconfig.json +6 -0
- package/afm-post-office/tsconfig.json +6 -0
- package/afm-rovo-extension/tsconfig.json +6 -0
- package/afm-townsquare/tsconfig.json +6 -0
- package/dist/types/ui/CreateSyncedBlockDropdownItem.d.ts +1 -1
- package/dist/types-ts4.5/ui/CreateSyncedBlockDropdownItem.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -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
|
},
|
package/afm-jira/tsconfig.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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",
|