@atlaskit/editor-core 198.7.0 → 198.7.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
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 198.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#154581](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154581)
|
|
8
|
+
[`27d560bd2b6b6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/27d560bd2b6b6) -
|
|
9
|
+
[ux] ED-25201 Enable double click to open media viewer in editor
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 198.7.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "198.7.
|
|
2
|
+
export const version = "198.7.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "198.7.
|
|
2
|
+
export var version = "198.7.1";
|
|
@@ -78,13 +78,13 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
78
78
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
79
79
|
};
|
|
80
80
|
}, CodeBlockOptions | undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
81
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
81
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
82
82
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
83
83
|
commands: {
|
|
84
84
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
85
85
|
};
|
|
86
86
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
87
|
-
}, import("@atlaskit/editor-
|
|
87
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"floatingToolbar", {
|
|
88
88
|
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"decorations", {
|
|
89
89
|
sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
|
|
90
90
|
actions: {
|
|
@@ -706,13 +706,13 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
706
706
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"focus", {
|
|
707
707
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
708
708
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
709
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
709
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
710
710
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
711
711
|
commands: {
|
|
712
712
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
713
713
|
};
|
|
714
714
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
715
|
-
}, import("@atlaskit/editor-
|
|
715
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"annotation", {
|
|
716
716
|
pluginConfiguration: import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined;
|
|
717
717
|
sharedState: import("@atlaskit/editor-plugin-annotation").InlineCommentPluginState | undefined;
|
|
718
718
|
dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
@@ -1300,13 +1300,13 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1300
1300
|
}, undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
1301
1301
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
1302
1302
|
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
1303
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
1303
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
1304
1304
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
1305
1305
|
commands: {
|
|
1306
1306
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1307
1307
|
};
|
|
1308
1308
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
1309
|
-
}, import("@atlaskit/editor-
|
|
1309
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>>];
|
|
1310
1310
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
1311
1311
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
1312
1312
|
}, import("@atlaskit/editor-plugin-card").CardPluginOptions | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
@@ -1880,13 +1880,13 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1880
1880
|
}, undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
1881
1881
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
1882
1882
|
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
1883
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
1883
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
1884
1884
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
1885
1885
|
commands: {
|
|
1886
1886
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1887
1887
|
};
|
|
1888
1888
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
1889
|
-
}, import("@atlaskit/editor-
|
|
1889
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>>];
|
|
1890
1890
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
1891
1891
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
1892
1892
|
}, import("@atlaskit/editor-plugin-card").CardPluginOptions | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
@@ -2235,13 +2235,13 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
2235
2235
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"focus", {
|
|
2236
2236
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
2237
2237
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
2238
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
2238
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
2239
2239
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
2240
2240
|
commands: {
|
|
2241
2241
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2242
2242
|
};
|
|
2243
2243
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
2244
|
-
}, import("@atlaskit/editor-
|
|
2244
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"annotation", {
|
|
2245
2245
|
pluginConfiguration: import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined;
|
|
2246
2246
|
sharedState: import("@atlaskit/editor-plugin-annotation").InlineCommentPluginState | undefined;
|
|
2247
2247
|
dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
@@ -2619,13 +2619,13 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2619
2619
|
insertCodeBlock: (inputMethod: import("@atlaskit/editor-common/analytics").INPUT_METHOD) => import("@atlaskit/editor-common/types").Command;
|
|
2620
2620
|
};
|
|
2621
2621
|
}, CodeBlockOptions | undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
2622
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
2622
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
2623
2623
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
2624
2624
|
commands: {
|
|
2625
2625
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2626
2626
|
};
|
|
2627
2627
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
2628
|
-
}, import("@atlaskit/editor-
|
|
2628
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"floatingToolbar", {
|
|
2629
2629
|
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"decorations", {
|
|
2630
2630
|
sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
|
|
2631
2631
|
actions: {
|
|
@@ -3247,13 +3247,13 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3247
3247
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"focus", {
|
|
3248
3248
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
3249
3249
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
3250
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
3250
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
3251
3251
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
3252
3252
|
commands: {
|
|
3253
3253
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3254
3254
|
};
|
|
3255
3255
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
3256
|
-
}, import("@atlaskit/editor-
|
|
3256
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"annotation", {
|
|
3257
3257
|
pluginConfiguration: import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined;
|
|
3258
3258
|
sharedState: import("@atlaskit/editor-plugin-annotation").InlineCommentPluginState | undefined;
|
|
3259
3259
|
dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
@@ -3841,13 +3841,13 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3841
3841
|
}, undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
3842
3842
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
3843
3843
|
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
3844
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
3844
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
3845
3845
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
3846
3846
|
commands: {
|
|
3847
3847
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3848
3848
|
};
|
|
3849
3849
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
3850
|
-
}, import("@atlaskit/editor-
|
|
3850
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>>];
|
|
3851
3851
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
3852
3852
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
3853
3853
|
}, import("@atlaskit/editor-plugin-card").CardPluginOptions | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
@@ -4421,13 +4421,13 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
4421
4421
|
}, undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
4422
4422
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
4423
4423
|
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
4424
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
4424
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
4425
4425
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
4426
4426
|
commands: {
|
|
4427
4427
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4428
4428
|
};
|
|
4429
4429
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
4430
|
-
}, import("@atlaskit/editor-
|
|
4430
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>>];
|
|
4431
4431
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
4432
4432
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
4433
4433
|
}, import("@atlaskit/editor-plugin-card").CardPluginOptions | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
@@ -4776,13 +4776,13 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
4776
4776
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"focus", {
|
|
4777
4777
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
4778
4778
|
}, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
4779
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
4779
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
4780
4780
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
4781
4781
|
commands: {
|
|
4782
4782
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4783
4783
|
};
|
|
4784
4784
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
4785
|
-
}, import("@atlaskit/editor-
|
|
4785
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"annotation", {
|
|
4786
4786
|
pluginConfiguration: import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined;
|
|
4787
4787
|
sharedState: import("@atlaskit/editor-plugin-annotation").InlineCommentPluginState | undefined;
|
|
4788
4788
|
dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
@@ -118,13 +118,13 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
118
118
|
};
|
|
119
119
|
}, CodeBlockOptions | undefined>,
|
|
120
120
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
121
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
121
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
122
122
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
123
123
|
commands: {
|
|
124
124
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
125
125
|
};
|
|
126
126
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
127
|
-
}, import("@atlaskit/editor-
|
|
127
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>,
|
|
128
128
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"floatingToolbar", {
|
|
129
129
|
dependencies: [
|
|
130
130
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"decorations", {
|
|
@@ -874,13 +874,13 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
874
874
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
875
875
|
}, undefined>,
|
|
876
876
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
877
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
877
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
878
878
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
879
879
|
commands: {
|
|
880
880
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
881
881
|
};
|
|
882
882
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
883
|
-
}, import("@atlaskit/editor-
|
|
883
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>,
|
|
884
884
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"annotation", {
|
|
885
885
|
pluginConfiguration: import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined;
|
|
886
886
|
sharedState: import("@atlaskit/editor-plugin-annotation").InlineCommentPluginState | undefined;
|
|
@@ -1586,13 +1586,13 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1586
1586
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
1587
1587
|
}, undefined>>,
|
|
1588
1588
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
1589
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
1589
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
1590
1590
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
1591
1591
|
commands: {
|
|
1592
1592
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1593
1593
|
};
|
|
1594
1594
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
1595
|
-
}, import("@atlaskit/editor-
|
|
1595
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>>
|
|
1596
1596
|
];
|
|
1597
1597
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
1598
1598
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
@@ -2283,13 +2283,13 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
2283
2283
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
2284
2284
|
}, undefined>>,
|
|
2285
2285
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
2286
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
2286
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
2287
2287
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
2288
2288
|
commands: {
|
|
2289
2289
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2290
2290
|
};
|
|
2291
2291
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
2292
|
-
}, import("@atlaskit/editor-
|
|
2292
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>>
|
|
2293
2293
|
];
|
|
2294
2294
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
2295
2295
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
@@ -2712,13 +2712,13 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
2712
2712
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
2713
2713
|
}, undefined>,
|
|
2714
2714
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
2715
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
2715
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
2716
2716
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
2717
2717
|
commands: {
|
|
2718
2718
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2719
2719
|
};
|
|
2720
2720
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
2721
|
-
}, import("@atlaskit/editor-
|
|
2721
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>,
|
|
2722
2722
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"annotation", {
|
|
2723
2723
|
pluginConfiguration: import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined;
|
|
2724
2724
|
sharedState: import("@atlaskit/editor-plugin-annotation").InlineCommentPluginState | undefined;
|
|
@@ -3203,13 +3203,13 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3203
3203
|
};
|
|
3204
3204
|
}, CodeBlockOptions | undefined>,
|
|
3205
3205
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
3206
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
3206
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
3207
3207
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
3208
3208
|
commands: {
|
|
3209
3209
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3210
3210
|
};
|
|
3211
3211
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
3212
|
-
}, import("@atlaskit/editor-
|
|
3212
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>,
|
|
3213
3213
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"floatingToolbar", {
|
|
3214
3214
|
dependencies: [
|
|
3215
3215
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"decorations", {
|
|
@@ -3959,13 +3959,13 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3959
3959
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
3960
3960
|
}, undefined>,
|
|
3961
3961
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
3962
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
3962
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
3963
3963
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
3964
3964
|
commands: {
|
|
3965
3965
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3966
3966
|
};
|
|
3967
3967
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
3968
|
-
}, import("@atlaskit/editor-
|
|
3968
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>,
|
|
3969
3969
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"annotation", {
|
|
3970
3970
|
pluginConfiguration: import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined;
|
|
3971
3971
|
sharedState: import("@atlaskit/editor-plugin-annotation").InlineCommentPluginState | undefined;
|
|
@@ -4671,13 +4671,13 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
4671
4671
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
4672
4672
|
}, undefined>>,
|
|
4673
4673
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
4674
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
4674
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
4675
4675
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
4676
4676
|
commands: {
|
|
4677
4677
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4678
4678
|
};
|
|
4679
4679
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
4680
|
-
}, import("@atlaskit/editor-
|
|
4680
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>>
|
|
4681
4681
|
];
|
|
4682
4682
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
4683
4683
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
@@ -5368,13 +5368,13 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
5368
5368
|
sharedState: import("@atlaskit/editor-plugins/editor-disabled").EditorDisabledPluginState;
|
|
5369
5369
|
}, undefined>>,
|
|
5370
5370
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
5371
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
5371
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
5372
5372
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
5373
5373
|
commands: {
|
|
5374
5374
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5375
5375
|
};
|
|
5376
5376
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
5377
|
-
}, import("@atlaskit/editor-
|
|
5377
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>>
|
|
5378
5378
|
];
|
|
5379
5379
|
sharedState: import("@atlaskit/editor-plugin-card").CardPluginState | null;
|
|
5380
5380
|
actions: import("@atlaskit/editor-common/card").CardPluginActions;
|
|
@@ -5797,13 +5797,13 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
5797
5797
|
sharedState: import("@atlaskit/editor-plugins/focus").FocusState;
|
|
5798
5798
|
}, undefined>,
|
|
5799
5799
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
5800
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
5800
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
|
|
5801
5801
|
actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
|
|
5802
5802
|
commands: {
|
|
5803
5803
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5804
5804
|
};
|
|
5805
5805
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
5806
|
-
}, import("@atlaskit/editor-
|
|
5806
|
+
}, import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined>,
|
|
5807
5807
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"annotation", {
|
|
5808
5808
|
pluginConfiguration: import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined;
|
|
5809
5809
|
sharedState: import("@atlaskit/editor-plugin-annotation").InlineCommentPluginState | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "198.7.
|
|
3
|
+
"version": "198.7.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/editor-common": "^93.6.0",
|
|
47
47
|
"@atlaskit/editor-json-transformer": "^8.20.0",
|
|
48
48
|
"@atlaskit/editor-plugin-quick-insert": "1.4.6",
|
|
49
|
-
"@atlaskit/editor-plugins": "^5.
|
|
49
|
+
"@atlaskit/editor-plugins": "^5.6.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^3.0.0",
|
|
52
52
|
"@atlaskit/emoji": "^67.8.0",
|
|
@@ -283,6 +283,10 @@
|
|
|
283
283
|
"type": "boolean",
|
|
284
284
|
"referenceOnly": true
|
|
285
285
|
},
|
|
286
|
+
"platform_editor_media_interaction_improvements": {
|
|
287
|
+
"type:": "boolean",
|
|
288
|
+
"referenceOnly": true
|
|
289
|
+
},
|
|
286
290
|
"platform_editor_drag_and_drop_target_v2": {
|
|
287
291
|
"type": "boolean",
|
|
288
292
|
"referenceOnly": true
|