@atlaskit/editor-plugins 13.1.37 → 13.1.38
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.38",
|
|
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",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@atlaskit/editor-plugin-mentions": "12.1.17",
|
|
99
99
|
"@atlaskit/editor-plugin-metrics": "11.0.18",
|
|
100
100
|
"@atlaskit/editor-plugin-panel": "12.0.18",
|
|
101
|
-
"@atlaskit/editor-plugin-paste": "11.1.
|
|
101
|
+
"@atlaskit/editor-plugin-paste": "11.1.11",
|
|
102
102
|
"@atlaskit/editor-plugin-paste-options-toolbar": "11.0.21",
|
|
103
103
|
"@atlaskit/editor-plugin-placeholder": "10.1.15",
|
|
104
104
|
"@atlaskit/editor-plugin-placeholder-text": "11.0.0",
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "RelativeSelectionPos", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _types.RelativeSelectionPos;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "SelectionDirection", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _types.SelectionDirection;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
Object.defineProperty(exports, "selectionPluginKey", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _types.selectionPluginKey;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
var _types = require("@atlaskit/editor-plugin-selection/types");
|
|
@@ -1,4 +0,0 @@
|
|
|
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 { selectionPluginKey, RelativeSelectionPos, SelectionDirection } from '@atlaskit/editor-plugin-selection/types';
|
|
@@ -1,4 +0,0 @@
|
|
|
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 { selectionPluginKey, RelativeSelectionPos, SelectionDirection } from '@atlaskit/editor-plugin-selection/types';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { selectionPluginKey, RelativeSelectionPos, SelectionDirection, } from '@atlaskit/editor-plugin-selection/types';
|
|
2
|
-
export type { SelectionPluginState, SetSelectionRelativeToNode, EditorSelectionAPI, SelectionPluginOptions, } from '@atlaskit/editor-plugin-selection/types';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { selectionPluginKey, RelativeSelectionPos, SelectionDirection, } from '@atlaskit/editor-plugin-selection/types';
|
|
2
|
-
export type { SelectionPluginState, SetSelectionRelativeToNode, EditorSelectionAPI, SelectionPluginOptions, } from '@atlaskit/editor-plugin-selection/types';
|