@atlaskit/editor-plugins 10.1.6 → 10.1.8
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 +12 -0
- package/dist/cjs/show-diff/index.js +12 -0
- package/dist/es2019/show-diff/index.js +4 -0
- package/dist/esm/show-diff/index.js +4 -0
- package/dist/types/show-diff/index.d.ts +2 -0
- package/dist/types-ts4.5/show-diff/index.d.ts +2 -0
- package/package.json +6 -4
- package/show-diff/package.json +14 -0
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "showDiffPlugin", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _editorPluginShowDiff.showDiffPlugin;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _editorPluginShowDiff = require("@atlaskit/editor-plugin-show-diff");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
|
+
// Disable no-re-export rule for entry point files
|
|
3
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
+
export { showDiffPlugin } from '@atlaskit/editor-plugin-show-diff';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
|
+
// Disable no-re-export rule for entry point files
|
|
3
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
+
export { showDiffPlugin } from '@atlaskit/editor-plugin-show-diff';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.8",
|
|
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",
|
|
@@ -109,6 +109,7 @@
|
|
|
109
109
|
"./selection-extension": "./src/selection-extension/index.ts",
|
|
110
110
|
"./selection-marker": "./src/selection-marker/index.ts",
|
|
111
111
|
"./selection-toolbar": "./src/selection-toolbar/index.ts",
|
|
112
|
+
"./show-diff": "./src/show-diff/index.ts",
|
|
112
113
|
"./status": "./src/status/index.ts",
|
|
113
114
|
"./submit-editor": "./src/submit-editor/index.ts",
|
|
114
115
|
"./table/ui/common-styles": "./src/table/ui/common-styles.ts",
|
|
@@ -167,7 +168,7 @@
|
|
|
167
168
|
"@atlaskit/editor-plugin-emoji": "4.2.1",
|
|
168
169
|
"@atlaskit/editor-plugin-engagement-platform": "4.0.0",
|
|
169
170
|
"@atlaskit/editor-plugin-expand": "4.2.0",
|
|
170
|
-
"@atlaskit/editor-plugin-extension": "6.1.
|
|
171
|
+
"@atlaskit/editor-plugin-extension": "6.1.2",
|
|
171
172
|
"@atlaskit/editor-plugin-feature-flags": "2.0.0",
|
|
172
173
|
"@atlaskit/editor-plugin-feedback-dialog": "3.0.0",
|
|
173
174
|
"@atlaskit/editor-plugin-find-replace": "3.2.0",
|
|
@@ -204,12 +205,13 @@
|
|
|
204
205
|
"@atlaskit/editor-plugin-save-on-enter": "3.0.0",
|
|
205
206
|
"@atlaskit/editor-plugin-scroll-into-view": "3.0.0",
|
|
206
207
|
"@atlaskit/editor-plugin-selection": "3.0.3",
|
|
207
|
-
"@atlaskit/editor-plugin-selection-extension": "3.3.
|
|
208
|
+
"@atlaskit/editor-plugin-selection-extension": "3.3.1",
|
|
208
209
|
"@atlaskit/editor-plugin-selection-marker": "3.0.2",
|
|
209
210
|
"@atlaskit/editor-plugin-selection-toolbar": "4.2.0",
|
|
211
|
+
"@atlaskit/editor-plugin-show-diff": "0.0.0",
|
|
210
212
|
"@atlaskit/editor-plugin-status": "4.1.0",
|
|
211
213
|
"@atlaskit/editor-plugin-submit-editor": "3.1.0",
|
|
212
|
-
"@atlaskit/editor-plugin-table": "12.1.
|
|
214
|
+
"@atlaskit/editor-plugin-table": "12.1.6",
|
|
213
215
|
"@atlaskit/editor-plugin-tasks-and-decisions": "6.1.0",
|
|
214
216
|
"@atlaskit/editor-plugin-text-color": "3.1.0",
|
|
215
217
|
"@atlaskit/editor-plugin-text-formatting": "3.0.4",
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-plugins/show-diff",
|
|
3
|
+
"main": "../dist/cjs/show-diff/index.js",
|
|
4
|
+
"module": "../dist/esm/show-diff/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/show-diff/index.js",
|
|
6
|
+
"types": "../dist/types/show-diff/index.d.ts",
|
|
7
|
+
"typesVersions": {
|
|
8
|
+
">=4.5 <5.4": {
|
|
9
|
+
"*": [
|
|
10
|
+
"../dist/types-ts4.5/show-diff/index.d.ts"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|