@atlaskit/editor-plugins 10.2.27 → 10.3.1
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 +20 -0
- package/dist/cjs/placeholder-text/ui/styles.js +0 -6
- package/dist/cjs/synced-block-prototype/index.js +12 -0
- package/dist/cjs/{synced-block → synced-block-prototype}/ui/extensions/synced-block/index.js +1 -1
- package/dist/es2019/placeholder-text/ui/styles.js +1 -1
- package/dist/{esm/synced-block → es2019/synced-block-prototype}/index.js +1 -1
- package/dist/{esm/synced-block → es2019/synced-block-prototype}/ui/extensions/synced-block/index.js +1 -1
- package/dist/esm/placeholder-text/ui/styles.js +1 -1
- package/dist/{es2019/synced-block → esm/synced-block-prototype}/index.js +1 -1
- package/dist/{es2019/synced-block → esm/synced-block-prototype}/ui/extensions/synced-block/index.js +1 -1
- package/dist/types/placeholder-text/ui/styles.d.ts +1 -1
- package/dist/types/show-diff/index.d.ts +1 -1
- package/dist/types/synced-block-prototype/index.d.ts +2 -0
- package/dist/types/synced-block-prototype/ui/extensions/synced-block/index.d.ts +1 -0
- package/dist/types-ts4.5/placeholder-text/ui/styles.d.ts +1 -1
- package/dist/types-ts4.5/show-diff/index.d.ts +1 -1
- package/dist/types-ts4.5/synced-block-prototype/index.d.ts +2 -0
- package/dist/types-ts4.5/synced-block-prototype/ui/extensions/synced-block/index.d.ts +1 -0
- package/package.json +19 -19
- package/synced-block-prototype/SyncedBlock/package.json +14 -0
- package/synced-block-prototype/package.json +14 -0
- package/dist/cjs/synced-block/index.js +0 -12
- package/dist/types/synced-block/index.d.ts +0 -2
- package/dist/types/synced-block/ui/extensions/synced-block/index.d.ts +0 -1
- package/dist/types-ts4.5/synced-block/index.d.ts +0 -2
- package/dist/types-ts4.5/synced-block/ui/extensions/synced-block/index.d.ts +0 -1
- package/synced-block/SyncedBlock/package.json +0 -14
- package/synced-block/package.json +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 10.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 10.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`c8c64e5781a02`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c8c64e5781a02) -
|
|
14
|
+
Changed @atlaskit/editor-plugin-synced-block to @atlaskit/editor-plugin-synced-block-prototype
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`1b0b9f3641b0f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1b0b9f3641b0f) -
|
|
19
|
+
[https://product-fabric.atlassian.net/browse/ED-28272](ED-28272) - cleanup
|
|
20
|
+
platform_editor_system_fake_text_highlight_colour FF
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
|
|
3
23
|
## 10.2.27
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -9,10 +9,4 @@ Object.defineProperty(exports, "placeholderTextStyles", {
|
|
|
9
9
|
return _styles.placeholderTextStyles;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "placeholderTextStyles_fg_platform_editor_system_fake_text_highlight_colour", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _styles.placeholderTextStyles_fg_platform_editor_system_fake_text_highlight_colour;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
12
|
var _styles = require("@atlaskit/editor-plugin-placeholder-text/styles");
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "syncedBlockPrototypePlugin", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _editorPluginSyncedBlockPrototype.syncedBlockPrototypePlugin;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _editorPluginSyncedBlockPrototype = require("@atlaskit/editor-plugin-synced-block-prototype");
|
package/dist/cjs/{synced-block → synced-block-prototype}/ui/extensions/synced-block/index.js
RENAMED
|
@@ -15,4 +15,4 @@ Object.defineProperty(exports, "getSyncedBlockManifest", {
|
|
|
15
15
|
return _SyncedBlock.getSyncedBlockManifest;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
-
var _SyncedBlock = require("@atlaskit/editor-plugin-synced-block/SyncedBlock");
|
|
18
|
+
var _SyncedBlock = require("@atlaskit/editor-plugin-synced-block-prototype/SyncedBlock");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { placeholderTextStyles
|
|
4
|
+
export { placeholderTextStyles } from '@atlaskit/editor-plugin-placeholder-text/styles';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export {
|
|
4
|
+
export { syncedBlockPrototypePlugin } from '@atlaskit/editor-plugin-synced-block-prototype';
|
package/dist/{esm/synced-block → es2019/synced-block-prototype}/ui/extensions/synced-block/index.js
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { getSyncedBlockExtensionProvider, getSyncedBlockManifest } from '@atlaskit/editor-plugin-synced-block/SyncedBlock';
|
|
4
|
+
export { getSyncedBlockExtensionProvider, getSyncedBlockManifest } from '@atlaskit/editor-plugin-synced-block-prototype/SyncedBlock';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { placeholderTextStyles
|
|
4
|
+
export { placeholderTextStyles } from '@atlaskit/editor-plugin-placeholder-text/styles';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export {
|
|
4
|
+
export { syncedBlockPrototypePlugin } from '@atlaskit/editor-plugin-synced-block-prototype';
|
package/dist/{es2019/synced-block → esm/synced-block-prototype}/ui/extensions/synced-block/index.js
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { getSyncedBlockExtensionProvider, getSyncedBlockManifest } from '@atlaskit/editor-plugin-synced-block/SyncedBlock';
|
|
4
|
+
export { getSyncedBlockExtensionProvider, getSyncedBlockManifest } from '@atlaskit/editor-plugin-synced-block-prototype/SyncedBlock';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { placeholderTextStyles,
|
|
1
|
+
export { placeholderTextStyles, } from '@atlaskit/editor-plugin-placeholder-text/styles';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { showDiffPlugin } from '@atlaskit/editor-plugin-show-diff';
|
|
2
|
-
export type { ShowDiffPlugin } from '@atlaskit/editor-plugin-show-diff';
|
|
2
|
+
export type { ShowDiffPlugin, DiffParams } from '@atlaskit/editor-plugin-show-diff';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { getSyncedBlockExtensionProvider, getSyncedBlockManifest, } from '@atlaskit/editor-plugin-synced-block-prototype/SyncedBlock';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { placeholderTextStyles,
|
|
1
|
+
export { placeholderTextStyles, } from '@atlaskit/editor-plugin-placeholder-text/styles';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { showDiffPlugin } from '@atlaskit/editor-plugin-show-diff';
|
|
2
|
-
export type { ShowDiffPlugin } from '@atlaskit/editor-plugin-show-diff';
|
|
2
|
+
export type { ShowDiffPlugin, DiffParams } from '@atlaskit/editor-plugin-show-diff';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { getSyncedBlockExtensionProvider, getSyncedBlockManifest, } from '@atlaskit/editor-plugin-synced-block-prototype/SyncedBlock';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.3.1",
|
|
4
4
|
"description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"@atlaskit/editor-plugin-accessibility-utils": "4.0.0",
|
|
33
33
|
"@atlaskit/editor-plugin-alignment": "5.0.0",
|
|
34
34
|
"@atlaskit/editor-plugin-analytics": "4.0.0",
|
|
35
|
-
"@atlaskit/editor-plugin-annotation": "4.0.
|
|
36
|
-
"@atlaskit/editor-plugin-avatar-group": "5.0.
|
|
35
|
+
"@atlaskit/editor-plugin-annotation": "4.0.1",
|
|
36
|
+
"@atlaskit/editor-plugin-avatar-group": "5.0.1",
|
|
37
37
|
"@atlaskit/editor-plugin-base": "5.0.0",
|
|
38
38
|
"@atlaskit/editor-plugin-batch-attribute-updates": "4.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-before-primary-toolbar": "4.0.0",
|
|
40
40
|
"@atlaskit/editor-plugin-better-type-history": "4.0.0",
|
|
41
|
-
"@atlaskit/editor-plugin-block-controls": "5.0.
|
|
41
|
+
"@atlaskit/editor-plugin-block-controls": "5.0.1",
|
|
42
42
|
"@atlaskit/editor-plugin-block-menu": "1.0.0",
|
|
43
43
|
"@atlaskit/editor-plugin-block-type": "7.0.0",
|
|
44
44
|
"@atlaskit/editor-plugin-border": "4.0.0",
|
|
45
45
|
"@atlaskit/editor-plugin-breakout": "4.0.0",
|
|
46
46
|
"@atlaskit/editor-plugin-caption": "4.0.0",
|
|
47
|
-
"@atlaskit/editor-plugin-card": "8.0.
|
|
47
|
+
"@atlaskit/editor-plugin-card": "8.0.1",
|
|
48
48
|
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "4.0.0",
|
|
49
49
|
"@atlaskit/editor-plugin-clipboard": "4.0.0",
|
|
50
50
|
"@atlaskit/editor-plugin-code-bidi-warning": "4.0.0",
|
|
@@ -58,18 +58,18 @@
|
|
|
58
58
|
"@atlaskit/editor-plugin-copy-button": "4.0.0",
|
|
59
59
|
"@atlaskit/editor-plugin-custom-autoformat": "4.0.0",
|
|
60
60
|
"@atlaskit/editor-plugin-data-consumer": "4.0.0",
|
|
61
|
-
"@atlaskit/editor-plugin-date": "6.0.
|
|
61
|
+
"@atlaskit/editor-plugin-date": "6.0.2",
|
|
62
62
|
"@atlaskit/editor-plugin-decorations": "4.0.0",
|
|
63
63
|
"@atlaskit/editor-plugin-editor-disabled": "4.0.0",
|
|
64
64
|
"@atlaskit/editor-plugin-editor-viewmode": "6.0.0",
|
|
65
65
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "4.0.0",
|
|
66
|
-
"@atlaskit/editor-plugin-emoji": "5.0.
|
|
66
|
+
"@atlaskit/editor-plugin-emoji": "5.0.1",
|
|
67
67
|
"@atlaskit/editor-plugin-engagement-platform": "5.0.0",
|
|
68
68
|
"@atlaskit/editor-plugin-expand": "5.0.1",
|
|
69
|
-
"@atlaskit/editor-plugin-extension": "7.0.
|
|
69
|
+
"@atlaskit/editor-plugin-extension": "7.0.1",
|
|
70
70
|
"@atlaskit/editor-plugin-feature-flags": "3.0.0",
|
|
71
71
|
"@atlaskit/editor-plugin-feedback-dialog": "4.0.0",
|
|
72
|
-
"@atlaskit/editor-plugin-find-replace": "4.0.
|
|
72
|
+
"@atlaskit/editor-plugin-find-replace": "4.0.1",
|
|
73
73
|
"@atlaskit/editor-plugin-floating-toolbar": "6.0.0",
|
|
74
74
|
"@atlaskit/editor-plugin-focus": "3.0.0",
|
|
75
75
|
"@atlaskit/editor-plugin-fragment": "4.0.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@atlaskit/editor-plugin-hyperlink": "6.0.0",
|
|
82
82
|
"@atlaskit/editor-plugin-image-upload": "4.0.0",
|
|
83
83
|
"@atlaskit/editor-plugin-indentation": "4.0.0",
|
|
84
|
-
"@atlaskit/editor-plugin-insert-block": "5.0.
|
|
84
|
+
"@atlaskit/editor-plugin-insert-block": "5.0.1",
|
|
85
85
|
"@atlaskit/editor-plugin-interaction": "6.0.0",
|
|
86
86
|
"@atlaskit/editor-plugin-layout": "4.0.0",
|
|
87
87
|
"@atlaskit/editor-plugin-limited-mode": "1.0.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@atlaskit/editor-plugin-local-id": "2.0.0",
|
|
90
90
|
"@atlaskit/editor-plugin-loom": "6.0.0",
|
|
91
91
|
"@atlaskit/editor-plugin-max-content-size": "4.0.0",
|
|
92
|
-
"@atlaskit/editor-plugin-media": "6.0.
|
|
92
|
+
"@atlaskit/editor-plugin-media": "6.0.1",
|
|
93
93
|
"@atlaskit/editor-plugin-media-insert": "10.0.0",
|
|
94
94
|
"@atlaskit/editor-plugin-mentions": "6.0.0",
|
|
95
95
|
"@atlaskit/editor-plugin-metrics": "5.0.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@atlaskit/editor-plugin-paste": "5.0.1",
|
|
99
99
|
"@atlaskit/editor-plugin-paste-options-toolbar": "4.0.0",
|
|
100
100
|
"@atlaskit/editor-plugin-placeholder": "4.0.0",
|
|
101
|
-
"@atlaskit/editor-plugin-placeholder-text": "4.0.
|
|
101
|
+
"@atlaskit/editor-plugin-placeholder-text": "4.0.1",
|
|
102
102
|
"@atlaskit/editor-plugin-primary-toolbar": "5.0.0",
|
|
103
103
|
"@atlaskit/editor-plugin-quick-insert": "4.0.0",
|
|
104
104
|
"@atlaskit/editor-plugin-rule": "4.0.0",
|
|
@@ -106,20 +106,20 @@
|
|
|
106
106
|
"@atlaskit/editor-plugin-scroll-into-view": "4.0.0",
|
|
107
107
|
"@atlaskit/editor-plugin-selection": "4.0.0",
|
|
108
108
|
"@atlaskit/editor-plugin-selection-extension": "4.0.0",
|
|
109
|
-
"@atlaskit/editor-plugin-selection-marker": "4.0.
|
|
109
|
+
"@atlaskit/editor-plugin-selection-marker": "4.0.1",
|
|
110
110
|
"@atlaskit/editor-plugin-selection-toolbar": "5.0.0",
|
|
111
111
|
"@atlaskit/editor-plugin-show-diff": "1.0.1",
|
|
112
|
-
"@atlaskit/editor-plugin-status": "5.0.
|
|
112
|
+
"@atlaskit/editor-plugin-status": "5.0.1",
|
|
113
113
|
"@atlaskit/editor-plugin-submit-editor": "4.0.0",
|
|
114
|
-
"@atlaskit/editor-plugin-synced-block": "1.
|
|
115
|
-
"@atlaskit/editor-plugin-table": "13.0.
|
|
116
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "7.0.
|
|
114
|
+
"@atlaskit/editor-plugin-synced-block-prototype": "1.1.0",
|
|
115
|
+
"@atlaskit/editor-plugin-table": "13.0.4",
|
|
116
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "7.0.1",
|
|
117
117
|
"@atlaskit/editor-plugin-text-color": "4.0.0",
|
|
118
118
|
"@atlaskit/editor-plugin-text-formatting": "4.0.0",
|
|
119
119
|
"@atlaskit/editor-plugin-toolbar": "1.0.0",
|
|
120
120
|
"@atlaskit/editor-plugin-toolbar-lists-indentation": "5.0.0",
|
|
121
|
-
"@atlaskit/editor-plugin-track-changes": "3.0.
|
|
122
|
-
"@atlaskit/editor-plugin-type-ahead": "4.0.
|
|
121
|
+
"@atlaskit/editor-plugin-track-changes": "3.0.3",
|
|
122
|
+
"@atlaskit/editor-plugin-type-ahead": "4.0.1",
|
|
123
123
|
"@atlaskit/editor-plugin-ufo": "4.0.0",
|
|
124
124
|
"@atlaskit/editor-plugin-undo-redo": "4.0.1",
|
|
125
125
|
"@atlaskit/editor-plugin-unsupported-content": "4.0.0",
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-plugins/synced-block-prototype/SyncedBlock",
|
|
3
|
+
"main": "../../dist/cjs/synced-block-prototype/ui/extensions/synced-block/index.js",
|
|
4
|
+
"module": "../../dist/esm/synced-block-prototype/ui/extensions/synced-block/index.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/synced-block-prototype/ui/extensions/synced-block/index.js",
|
|
6
|
+
"types": "../../dist/types/synced-block-prototype/ui/extensions/synced-block/index.d.ts",
|
|
7
|
+
"typesVersions": {
|
|
8
|
+
">=4.5 <5.9": {
|
|
9
|
+
"*": [
|
|
10
|
+
"../../dist/types-ts4.5/synced-block-prototype/ui/extensions/synced-block/index.d.ts"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-plugins/synced-block-prototype",
|
|
3
|
+
"main": "../dist/cjs/synced-block-prototype/index.js",
|
|
4
|
+
"module": "../dist/esm/synced-block-prototype/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/synced-block-prototype/index.js",
|
|
6
|
+
"types": "../dist/types/synced-block-prototype/index.d.ts",
|
|
7
|
+
"typesVersions": {
|
|
8
|
+
">=4.5 <5.9": {
|
|
9
|
+
"*": [
|
|
10
|
+
"../dist/types-ts4.5/synced-block-prototype/index.d.ts"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "syncedBlockPlugin", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _editorPluginSyncedBlock.syncedBlockPlugin;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _editorPluginSyncedBlock = require("@atlaskit/editor-plugin-synced-block");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { getSyncedBlockExtensionProvider, getSyncedBlockManifest, } from '@atlaskit/editor-plugin-synced-block/SyncedBlock';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { getSyncedBlockExtensionProvider, getSyncedBlockManifest, } from '@atlaskit/editor-plugin-synced-block/SyncedBlock';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@atlaskit/editor-plugins/synced-block/SyncedBlock",
|
|
3
|
-
"main": "../../dist/cjs/synced-block/ui/extensions/synced-block/index.js",
|
|
4
|
-
"module": "../../dist/esm/synced-block/ui/extensions/synced-block/index.js",
|
|
5
|
-
"module:es2019": "../../dist/es2019/synced-block/ui/extensions/synced-block/index.js",
|
|
6
|
-
"types": "../../dist/types/synced-block/ui/extensions/synced-block/index.d.ts",
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../../dist/types-ts4.5/synced-block/ui/extensions/synced-block/index.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@atlaskit/editor-plugins/synced-block",
|
|
3
|
-
"main": "../dist/cjs/synced-block/index.js",
|
|
4
|
-
"module": "../dist/esm/synced-block/index.js",
|
|
5
|
-
"module:es2019": "../dist/es2019/synced-block/index.js",
|
|
6
|
-
"types": "../dist/types/synced-block/index.d.ts",
|
|
7
|
-
"typesVersions": {
|
|
8
|
-
">=4.5 <5.9": {
|
|
9
|
-
"*": [
|
|
10
|
-
"../dist/types-ts4.5/synced-block/index.d.ts"
|
|
11
|
-
]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|