@atlaskit/editor-core 193.27.2 → 193.27.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 +17 -0
- package/dist/cjs/composable-editor/editor-internal.js +1 -1
- package/dist/cjs/composable-editor/editor.js +2 -0
- package/dist/cjs/editor.js +1 -1
- package/dist/cjs/nodeviews/getInlineNodeViewProducer.styles.js +1 -1
- package/dist/cjs/ui/Addon/ClickAreaBlock/index.js +2 -0
- package/dist/cjs/ui/Addon/ClickAreaInline/index.js +2 -0
- package/dist/cjs/ui/Addon/ClickAreaMobile/index.js +1 -1
- package/dist/cjs/ui/Addon/Dropdown/index.js +1 -1
- package/dist/cjs/ui/Addon/Dropdown/styles.js +2 -0
- package/dist/cjs/ui/Addon/DropdownItem/index.js +1 -0
- package/dist/cjs/ui/Addon/DropdownItem/styles.js +2 -0
- package/dist/cjs/ui/Addon/click-area-helper.js +2 -3
- package/dist/cjs/ui/Appearance/Chromeless.js +1 -1
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/ui/Appearance/Comment/Toolbar.js +1 -0
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper.js +2 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPage.js +2 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +2 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbar.js +2 -0
- package/dist/cjs/ui/Appearance/FullPage/MainToolbar.js +2 -0
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +1 -1
- package/dist/cjs/ui/AppearanceComponents/Mobile.js +2 -0
- package/dist/cjs/ui/ChromeCollapsed/index.js +1 -1
- package/dist/cjs/ui/ChromeCollapsed/styles.js +2 -0
- package/dist/cjs/ui/ContentStyles/ai-panels.js +1 -1
- package/dist/cjs/ui/ContentStyles/code-block.js +1 -0
- package/dist/cjs/ui/ContentStyles/date.js +1 -1
- package/dist/cjs/ui/ContentStyles/expand.js +1 -1
- package/dist/cjs/ui/ContentStyles/extension.js +1 -1
- package/dist/cjs/ui/ContentStyles/index.js +2 -0
- package/dist/cjs/ui/ContentStyles/layout.js +1 -1
- package/dist/cjs/ui/ContentStyles/media.js +1 -1
- package/dist/cjs/ui/ContentStyles/panel.js +1 -1
- package/dist/cjs/ui/ContentStyles/status.js +1 -1
- package/dist/cjs/ui/ContentStyles/tasks-and-decisions.js +1 -1
- package/dist/cjs/ui/ContextPanel/index.js +1 -1
- package/dist/cjs/ui/PluginSlot/index.js +1 -1
- package/dist/cjs/ui/Toolbar/ToolbarInner.js +1 -1
- package/dist/cjs/ui/Toolbar/ToolbarWithSizeDetector.js +2 -0
- package/dist/cjs/ui/ToolbarFeedback/index.js +1 -1
- package/dist/cjs/ui/ToolbarFeedback/styles.js +2 -0
- package/dist/cjs/ui/WithFlash/index.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor-internal.js +2 -0
- package/dist/es2019/composable-editor/editor.js +2 -0
- package/dist/es2019/editor.js +2 -0
- package/dist/es2019/nodeviews/getInlineNodeViewProducer.styles.js +1 -0
- package/dist/es2019/ui/Addon/ClickAreaBlock/index.js +2 -0
- package/dist/es2019/ui/Addon/ClickAreaInline/index.js +2 -0
- package/dist/es2019/ui/Addon/ClickAreaMobile/index.js +2 -0
- package/dist/es2019/ui/Addon/Dropdown/index.js +2 -0
- package/dist/es2019/ui/Addon/Dropdown/styles.js +1 -0
- package/dist/es2019/ui/Addon/DropdownItem/index.js +1 -0
- package/dist/es2019/ui/Addon/DropdownItem/styles.js +1 -0
- package/dist/es2019/ui/Addon/click-area-helper.js +2 -4
- package/dist/es2019/ui/Appearance/Chromeless.js +2 -0
- package/dist/es2019/ui/Appearance/Comment/Comment.js +2 -0
- package/dist/es2019/ui/Appearance/Comment/Toolbar.js +2 -0
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper.js +1 -0
- package/dist/es2019/ui/Appearance/FullPage/FullPage.js +2 -0
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +2 -0
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbar.js +2 -0
- package/dist/es2019/ui/Appearance/FullPage/MainToolbar.js +1 -0
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +1 -0
- package/dist/es2019/ui/AppearanceComponents/Mobile.js +2 -0
- package/dist/es2019/ui/ChromeCollapsed/index.js +2 -0
- package/dist/es2019/ui/ChromeCollapsed/styles.js +1 -0
- package/dist/es2019/ui/ContentStyles/ai-panels.js +1 -0
- package/dist/es2019/ui/ContentStyles/code-block.js +1 -0
- package/dist/es2019/ui/ContentStyles/date.js +1 -0
- package/dist/es2019/ui/ContentStyles/expand.js +1 -0
- package/dist/es2019/ui/ContentStyles/extension.js +1 -0
- package/dist/es2019/ui/ContentStyles/index.js +4 -0
- package/dist/es2019/ui/ContentStyles/layout.js +1 -0
- package/dist/es2019/ui/ContentStyles/media.js +1 -0
- package/dist/es2019/ui/ContentStyles/panel.js +1 -0
- package/dist/es2019/ui/ContentStyles/status.js +1 -0
- package/dist/es2019/ui/ContentStyles/tasks-and-decisions.js +1 -0
- package/dist/es2019/ui/ContextPanel/index.js +2 -0
- package/dist/es2019/ui/PluginSlot/index.js +2 -0
- package/dist/es2019/ui/Toolbar/ToolbarInner.js +2 -0
- package/dist/es2019/ui/Toolbar/ToolbarWithSizeDetector.js +2 -0
- package/dist/es2019/ui/ToolbarFeedback/index.js +2 -0
- package/dist/es2019/ui/ToolbarFeedback/styles.js +1 -0
- package/dist/es2019/ui/WithFlash/index.js +2 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor-internal.js +2 -0
- package/dist/esm/composable-editor/editor.js +2 -0
- package/dist/esm/editor.js +2 -0
- package/dist/esm/nodeviews/getInlineNodeViewProducer.styles.js +1 -0
- package/dist/esm/ui/Addon/ClickAreaBlock/index.js +2 -0
- package/dist/esm/ui/Addon/ClickAreaInline/index.js +2 -0
- package/dist/esm/ui/Addon/ClickAreaMobile/index.js +2 -0
- package/dist/esm/ui/Addon/Dropdown/index.js +2 -0
- package/dist/esm/ui/Addon/Dropdown/styles.js +1 -0
- package/dist/esm/ui/Addon/DropdownItem/index.js +1 -0
- package/dist/esm/ui/Addon/DropdownItem/styles.js +1 -0
- package/dist/esm/ui/Addon/click-area-helper.js +2 -4
- package/dist/esm/ui/Appearance/Chromeless.js +2 -0
- package/dist/esm/ui/Appearance/Comment/Comment.js +2 -0
- package/dist/esm/ui/Appearance/Comment/Toolbar.js +2 -0
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper.js +1 -0
- package/dist/esm/ui/Appearance/FullPage/FullPage.js +2 -0
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +2 -0
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbar.js +2 -0
- package/dist/esm/ui/Appearance/FullPage/MainToolbar.js +1 -0
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +1 -0
- package/dist/esm/ui/AppearanceComponents/Mobile.js +2 -0
- package/dist/esm/ui/ChromeCollapsed/index.js +2 -0
- package/dist/esm/ui/ChromeCollapsed/styles.js +1 -0
- package/dist/esm/ui/ContentStyles/ai-panels.js +1 -0
- package/dist/esm/ui/ContentStyles/code-block.js +1 -0
- package/dist/esm/ui/ContentStyles/date.js +1 -0
- package/dist/esm/ui/ContentStyles/expand.js +1 -0
- package/dist/esm/ui/ContentStyles/extension.js +1 -0
- package/dist/esm/ui/ContentStyles/index.js +4 -0
- package/dist/esm/ui/ContentStyles/layout.js +1 -0
- package/dist/esm/ui/ContentStyles/media.js +1 -0
- package/dist/esm/ui/ContentStyles/panel.js +1 -0
- package/dist/esm/ui/ContentStyles/status.js +1 -0
- package/dist/esm/ui/ContentStyles/tasks-and-decisions.js +1 -0
- package/dist/esm/ui/ContextPanel/index.js +2 -0
- package/dist/esm/ui/PluginSlot/index.js +2 -0
- package/dist/esm/ui/Toolbar/ToolbarInner.js +2 -0
- package/dist/esm/ui/Toolbar/ToolbarWithSizeDetector.js +2 -0
- package/dist/esm/ui/ToolbarFeedback/index.js +2 -0
- package/dist/esm/ui/ToolbarFeedback/styles.js +1 -0
- package/dist/esm/ui/WithFlash/index.js +2 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-preset.d.ts +10 -90
- package/dist/types/presets/default.d.ts +10 -90
- package/dist/types/presets/universal.d.ts +10 -90
- package/dist/types/presets/useUniversalPreset.d.ts +10 -90
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +10 -90
- package/dist/types-ts4.5/presets/default.d.ts +10 -90
- package/dist/types-ts4.5/presets/universal.d.ts +10 -90
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +10 -90
- package/package.json +13 -17
|
@@ -301,15 +301,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
301
301
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
302
302
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
303
303
|
];
|
|
304
|
-
sharedState:
|
|
305
|
-
isMenuOpen: boolean;
|
|
306
|
-
activeNode: {
|
|
307
|
-
pos: number;
|
|
308
|
-
anchorName: string;
|
|
309
|
-
} | null;
|
|
310
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
311
|
-
isDragging: boolean;
|
|
312
|
-
} | undefined;
|
|
304
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
313
305
|
commands: {
|
|
314
306
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
315
307
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -655,15 +647,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
655
647
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
656
648
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
657
649
|
];
|
|
658
|
-
sharedState:
|
|
659
|
-
isMenuOpen: boolean;
|
|
660
|
-
activeNode: {
|
|
661
|
-
pos: number;
|
|
662
|
-
anchorName: string;
|
|
663
|
-
} | null;
|
|
664
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
665
|
-
isDragging: boolean;
|
|
666
|
-
} | undefined;
|
|
650
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
667
651
|
commands: {
|
|
668
652
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
669
653
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -1266,15 +1250,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1266
1250
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1267
1251
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
1268
1252
|
];
|
|
1269
|
-
sharedState:
|
|
1270
|
-
isMenuOpen: boolean;
|
|
1271
|
-
activeNode: {
|
|
1272
|
-
pos: number;
|
|
1273
|
-
anchorName: string;
|
|
1274
|
-
} | null;
|
|
1275
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
1276
|
-
isDragging: boolean;
|
|
1277
|
-
} | undefined;
|
|
1253
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
1278
1254
|
commands: {
|
|
1279
1255
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1280
1256
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -1908,15 +1884,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1908
1884
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1909
1885
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
1910
1886
|
];
|
|
1911
|
-
sharedState:
|
|
1912
|
-
isMenuOpen: boolean;
|
|
1913
|
-
activeNode: {
|
|
1914
|
-
pos: number;
|
|
1915
|
-
anchorName: string;
|
|
1916
|
-
} | null;
|
|
1917
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
1918
|
-
isDragging: boolean;
|
|
1919
|
-
} | undefined;
|
|
1887
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
1920
1888
|
commands: {
|
|
1921
1889
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1922
1890
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -2256,15 +2224,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
2256
2224
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2257
2225
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
2258
2226
|
];
|
|
2259
|
-
sharedState:
|
|
2260
|
-
isMenuOpen: boolean;
|
|
2261
|
-
activeNode: {
|
|
2262
|
-
pos: number;
|
|
2263
|
-
anchorName: string;
|
|
2264
|
-
} | null;
|
|
2265
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
2266
|
-
isDragging: boolean;
|
|
2267
|
-
} | undefined;
|
|
2227
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
2268
2228
|
commands: {
|
|
2269
2229
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2270
2230
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -2823,15 +2783,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2823
2783
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2824
2784
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
2825
2785
|
];
|
|
2826
|
-
sharedState:
|
|
2827
|
-
isMenuOpen: boolean;
|
|
2828
|
-
activeNode: {
|
|
2829
|
-
pos: number;
|
|
2830
|
-
anchorName: string;
|
|
2831
|
-
} | null;
|
|
2832
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
2833
|
-
isDragging: boolean;
|
|
2834
|
-
} | undefined;
|
|
2786
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
2835
2787
|
commands: {
|
|
2836
2788
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2837
2789
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -3177,15 +3129,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3177
3129
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3178
3130
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
3179
3131
|
];
|
|
3180
|
-
sharedState:
|
|
3181
|
-
isMenuOpen: boolean;
|
|
3182
|
-
activeNode: {
|
|
3183
|
-
pos: number;
|
|
3184
|
-
anchorName: string;
|
|
3185
|
-
} | null;
|
|
3186
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
3187
|
-
isDragging: boolean;
|
|
3188
|
-
} | undefined;
|
|
3132
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
3189
3133
|
commands: {
|
|
3190
3134
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3191
3135
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -3788,15 +3732,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3788
3732
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3789
3733
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
3790
3734
|
];
|
|
3791
|
-
sharedState:
|
|
3792
|
-
isMenuOpen: boolean;
|
|
3793
|
-
activeNode: {
|
|
3794
|
-
pos: number;
|
|
3795
|
-
anchorName: string;
|
|
3796
|
-
} | null;
|
|
3797
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
3798
|
-
isDragging: boolean;
|
|
3799
|
-
} | undefined;
|
|
3735
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
3800
3736
|
commands: {
|
|
3801
3737
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3802
3738
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -4430,15 +4366,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
4430
4366
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
4431
4367
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
4432
4368
|
];
|
|
4433
|
-
sharedState:
|
|
4434
|
-
isMenuOpen: boolean;
|
|
4435
|
-
activeNode: {
|
|
4436
|
-
pos: number;
|
|
4437
|
-
anchorName: string;
|
|
4438
|
-
} | null;
|
|
4439
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
4440
|
-
isDragging: boolean;
|
|
4441
|
-
} | undefined;
|
|
4369
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
4442
4370
|
commands: {
|
|
4443
4371
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4444
4372
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -4778,15 +4706,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
4778
4706
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
4779
4707
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
4780
4708
|
];
|
|
4781
|
-
sharedState:
|
|
4782
|
-
isMenuOpen: boolean;
|
|
4783
|
-
activeNode: {
|
|
4784
|
-
pos: number;
|
|
4785
|
-
anchorName: string;
|
|
4786
|
-
} | null;
|
|
4787
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
4788
|
-
isDragging: boolean;
|
|
4789
|
-
} | undefined;
|
|
4709
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
4790
4710
|
commands: {
|
|
4791
4711
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4792
4712
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -449,15 +449,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
449
449
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
450
450
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
451
451
|
];
|
|
452
|
-
sharedState:
|
|
453
|
-
isMenuOpen: boolean;
|
|
454
|
-
activeNode: {
|
|
455
|
-
pos: number;
|
|
456
|
-
anchorName: string;
|
|
457
|
-
} | null;
|
|
458
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
459
|
-
isDragging: boolean;
|
|
460
|
-
} | undefined;
|
|
452
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
461
453
|
commands: {
|
|
462
454
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
463
455
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -797,15 +789,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
797
789
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
798
790
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
799
791
|
];
|
|
800
|
-
sharedState:
|
|
801
|
-
isMenuOpen: boolean;
|
|
802
|
-
activeNode: {
|
|
803
|
-
pos: number;
|
|
804
|
-
anchorName: string;
|
|
805
|
-
} | null;
|
|
806
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
807
|
-
isDragging: boolean;
|
|
808
|
-
} | undefined;
|
|
792
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
809
793
|
commands: {
|
|
810
794
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
811
795
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -1727,15 +1711,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1727
1711
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1728
1712
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
1729
1713
|
];
|
|
1730
|
-
sharedState:
|
|
1731
|
-
isMenuOpen: boolean;
|
|
1732
|
-
activeNode: {
|
|
1733
|
-
pos: number;
|
|
1734
|
-
anchorName: string;
|
|
1735
|
-
} | null;
|
|
1736
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
1737
|
-
isDragging: boolean;
|
|
1738
|
-
} | undefined;
|
|
1714
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
1739
1715
|
commands: {
|
|
1740
1716
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1741
1717
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -2414,15 +2390,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2414
2390
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2415
2391
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
2416
2392
|
];
|
|
2417
|
-
sharedState:
|
|
2418
|
-
isMenuOpen: boolean;
|
|
2419
|
-
activeNode: {
|
|
2420
|
-
pos: number;
|
|
2421
|
-
anchorName: string;
|
|
2422
|
-
} | null;
|
|
2423
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
2424
|
-
isDragging: boolean;
|
|
2425
|
-
} | undefined;
|
|
2393
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
2426
2394
|
commands: {
|
|
2427
2395
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2428
2396
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -3368,15 +3336,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3368
3336
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3369
3337
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
3370
3338
|
];
|
|
3371
|
-
sharedState:
|
|
3372
|
-
isMenuOpen: boolean;
|
|
3373
|
-
activeNode: {
|
|
3374
|
-
pos: number;
|
|
3375
|
-
anchorName: string;
|
|
3376
|
-
} | null;
|
|
3377
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
3378
|
-
isDragging: boolean;
|
|
3379
|
-
} | undefined;
|
|
3339
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
3380
3340
|
commands: {
|
|
3381
3341
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3382
3342
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -4150,15 +4110,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4150
4110
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
4151
4111
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
4152
4112
|
];
|
|
4153
|
-
sharedState:
|
|
4154
|
-
isMenuOpen: boolean;
|
|
4155
|
-
activeNode: {
|
|
4156
|
-
pos: number;
|
|
4157
|
-
anchorName: string;
|
|
4158
|
-
} | null;
|
|
4159
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
4160
|
-
isDragging: boolean;
|
|
4161
|
-
} | undefined;
|
|
4113
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
4162
4114
|
commands: {
|
|
4163
4115
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4164
4116
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -4504,15 +4456,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4504
4456
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
4505
4457
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
4506
4458
|
];
|
|
4507
|
-
sharedState:
|
|
4508
|
-
isMenuOpen: boolean;
|
|
4509
|
-
activeNode: {
|
|
4510
|
-
pos: number;
|
|
4511
|
-
anchorName: string;
|
|
4512
|
-
} | null;
|
|
4513
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
4514
|
-
isDragging: boolean;
|
|
4515
|
-
} | undefined;
|
|
4459
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
4516
4460
|
commands: {
|
|
4517
4461
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4518
4462
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -5115,15 +5059,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5115
5059
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
5116
5060
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
5117
5061
|
];
|
|
5118
|
-
sharedState:
|
|
5119
|
-
isMenuOpen: boolean;
|
|
5120
|
-
activeNode: {
|
|
5121
|
-
pos: number;
|
|
5122
|
-
anchorName: string;
|
|
5123
|
-
} | null;
|
|
5124
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
5125
|
-
isDragging: boolean;
|
|
5126
|
-
} | undefined;
|
|
5062
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
5127
5063
|
commands: {
|
|
5128
5064
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5129
5065
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -5757,15 +5693,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5757
5693
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
5758
5694
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
5759
5695
|
];
|
|
5760
|
-
sharedState:
|
|
5761
|
-
isMenuOpen: boolean;
|
|
5762
|
-
activeNode: {
|
|
5763
|
-
pos: number;
|
|
5764
|
-
anchorName: string;
|
|
5765
|
-
} | null;
|
|
5766
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
5767
|
-
isDragging: boolean;
|
|
5768
|
-
} | undefined;
|
|
5696
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
5769
5697
|
commands: {
|
|
5770
5698
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5771
5699
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -6105,15 +6033,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
6105
6033
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
6106
6034
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
6107
6035
|
];
|
|
6108
|
-
sharedState:
|
|
6109
|
-
isMenuOpen: boolean;
|
|
6110
|
-
activeNode: {
|
|
6111
|
-
pos: number;
|
|
6112
|
-
anchorName: string;
|
|
6113
|
-
} | null;
|
|
6114
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
6115
|
-
isDragging: boolean;
|
|
6116
|
-
} | undefined;
|
|
6036
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
6117
6037
|
commands: {
|
|
6118
6038
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
6119
6039
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -435,15 +435,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
435
435
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
436
436
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
437
437
|
];
|
|
438
|
-
sharedState:
|
|
439
|
-
isMenuOpen: boolean;
|
|
440
|
-
activeNode: {
|
|
441
|
-
pos: number;
|
|
442
|
-
anchorName: string;
|
|
443
|
-
} | null;
|
|
444
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
445
|
-
isDragging: boolean;
|
|
446
|
-
} | undefined;
|
|
438
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
447
439
|
commands: {
|
|
448
440
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
449
441
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -783,15 +775,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
783
775
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
784
776
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
785
777
|
];
|
|
786
|
-
sharedState:
|
|
787
|
-
isMenuOpen: boolean;
|
|
788
|
-
activeNode: {
|
|
789
|
-
pos: number;
|
|
790
|
-
anchorName: string;
|
|
791
|
-
} | null;
|
|
792
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
793
|
-
isDragging: boolean;
|
|
794
|
-
} | undefined;
|
|
778
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
795
779
|
commands: {
|
|
796
780
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
797
781
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -1713,15 +1697,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1713
1697
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1714
1698
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
1715
1699
|
];
|
|
1716
|
-
sharedState:
|
|
1717
|
-
isMenuOpen: boolean;
|
|
1718
|
-
activeNode: {
|
|
1719
|
-
pos: number;
|
|
1720
|
-
anchorName: string;
|
|
1721
|
-
} | null;
|
|
1722
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
1723
|
-
isDragging: boolean;
|
|
1724
|
-
} | undefined;
|
|
1700
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
1725
1701
|
commands: {
|
|
1726
1702
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1727
1703
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -2400,15 +2376,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2400
2376
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2401
2377
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
2402
2378
|
];
|
|
2403
|
-
sharedState:
|
|
2404
|
-
isMenuOpen: boolean;
|
|
2405
|
-
activeNode: {
|
|
2406
|
-
pos: number;
|
|
2407
|
-
anchorName: string;
|
|
2408
|
-
} | null;
|
|
2409
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
2410
|
-
isDragging: boolean;
|
|
2411
|
-
} | undefined;
|
|
2379
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
2412
2380
|
commands: {
|
|
2413
2381
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2414
2382
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -3354,15 +3322,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3354
3322
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3355
3323
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
3356
3324
|
];
|
|
3357
|
-
sharedState:
|
|
3358
|
-
isMenuOpen: boolean;
|
|
3359
|
-
activeNode: {
|
|
3360
|
-
pos: number;
|
|
3361
|
-
anchorName: string;
|
|
3362
|
-
} | null;
|
|
3363
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
3364
|
-
isDragging: boolean;
|
|
3365
|
-
} | undefined;
|
|
3325
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
3366
3326
|
commands: {
|
|
3367
3327
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3368
3328
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -4136,15 +4096,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
4136
4096
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
4137
4097
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
4138
4098
|
];
|
|
4139
|
-
sharedState:
|
|
4140
|
-
isMenuOpen: boolean;
|
|
4141
|
-
activeNode: {
|
|
4142
|
-
pos: number;
|
|
4143
|
-
anchorName: string;
|
|
4144
|
-
} | null;
|
|
4145
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
4146
|
-
isDragging: boolean;
|
|
4147
|
-
} | undefined;
|
|
4099
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
4148
4100
|
commands: {
|
|
4149
4101
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4150
4102
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -4490,15 +4442,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
4490
4442
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
4491
4443
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
4492
4444
|
];
|
|
4493
|
-
sharedState:
|
|
4494
|
-
isMenuOpen: boolean;
|
|
4495
|
-
activeNode: {
|
|
4496
|
-
pos: number;
|
|
4497
|
-
anchorName: string;
|
|
4498
|
-
} | null;
|
|
4499
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
4500
|
-
isDragging: boolean;
|
|
4501
|
-
} | undefined;
|
|
4445
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
4502
4446
|
commands: {
|
|
4503
4447
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4504
4448
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -5101,15 +5045,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
5101
5045
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
5102
5046
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
5103
5047
|
];
|
|
5104
|
-
sharedState:
|
|
5105
|
-
isMenuOpen: boolean;
|
|
5106
|
-
activeNode: {
|
|
5107
|
-
pos: number;
|
|
5108
|
-
anchorName: string;
|
|
5109
|
-
} | null;
|
|
5110
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
5111
|
-
isDragging: boolean;
|
|
5112
|
-
} | undefined;
|
|
5048
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
5113
5049
|
commands: {
|
|
5114
5050
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5115
5051
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -5743,15 +5679,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
5743
5679
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
5744
5680
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
5745
5681
|
];
|
|
5746
|
-
sharedState:
|
|
5747
|
-
isMenuOpen: boolean;
|
|
5748
|
-
activeNode: {
|
|
5749
|
-
pos: number;
|
|
5750
|
-
anchorName: string;
|
|
5751
|
-
} | null;
|
|
5752
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
5753
|
-
isDragging: boolean;
|
|
5754
|
-
} | undefined;
|
|
5682
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
5755
5683
|
commands: {
|
|
5756
5684
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5757
5685
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
@@ -6091,15 +6019,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
6091
6019
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
6092
6020
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
6093
6021
|
];
|
|
6094
|
-
sharedState:
|
|
6095
|
-
isMenuOpen: boolean;
|
|
6096
|
-
activeNode: {
|
|
6097
|
-
pos: number;
|
|
6098
|
-
anchorName: string;
|
|
6099
|
-
} | null;
|
|
6100
|
-
decorationState: import("@atlaskit/editor-plugin-block-controls").DecorationState;
|
|
6101
|
-
isDragging: boolean;
|
|
6102
|
-
} | undefined;
|
|
6022
|
+
sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
|
|
6103
6023
|
commands: {
|
|
6104
6024
|
moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
6105
6025
|
showDragHandleAt: (pos: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "193.27.
|
|
3
|
+
"version": "193.27.8",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
"@atlaskit/analytics-namespaced-context": "^6.10.0",
|
|
45
45
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
46
46
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
47
|
-
"@atlaskit/button": "^17.
|
|
48
|
-
"@atlaskit/editor-common": "^82.
|
|
47
|
+
"@atlaskit/button": "^17.18.0",
|
|
48
|
+
"@atlaskit/editor-common": "^82.8.0",
|
|
49
49
|
"@atlaskit/editor-json-transformer": "^8.13.0",
|
|
50
50
|
"@atlaskit/editor-plugins": "^3.2.0",
|
|
51
51
|
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
52
52
|
"@atlaskit/editor-shared-styles": "^2.12.0",
|
|
53
53
|
"@atlaskit/emoji": "^67.6.0",
|
|
54
|
-
"@atlaskit/icon": "^22.
|
|
54
|
+
"@atlaskit/icon": "^22.4.0",
|
|
55
55
|
"@atlaskit/media-card": "^77.12.0",
|
|
56
56
|
"@atlaskit/mention": "^23.2.0",
|
|
57
57
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
58
|
-
"@atlaskit/spinner": "^16.
|
|
58
|
+
"@atlaskit/spinner": "^16.2.0",
|
|
59
59
|
"@atlaskit/task-decision": "^17.10.0",
|
|
60
|
-
"@atlaskit/theme": "^12.
|
|
61
|
-
"@atlaskit/tokens": "^1.
|
|
62
|
-
"@atlaskit/tooltip": "^18.
|
|
60
|
+
"@atlaskit/theme": "^12.10.0",
|
|
61
|
+
"@atlaskit/tokens": "^1.51.0",
|
|
62
|
+
"@atlaskit/tooltip": "^18.5.0",
|
|
63
63
|
"@atlaskit/ufo": "^0.2.0",
|
|
64
64
|
"@atlaskit/width-detector": "^4.2.0",
|
|
65
65
|
"@babel/runtime": "^7.0.0",
|
|
@@ -95,21 +95,20 @@
|
|
|
95
95
|
"@atlaskit/editor-plugin-paste": "^1.2.0",
|
|
96
96
|
"@atlaskit/editor-test-helpers": "*",
|
|
97
97
|
"@atlaskit/link-provider": "^1.11.0",
|
|
98
|
-
"@atlaskit/logo": "^14.
|
|
98
|
+
"@atlaskit/logo": "^14.1.0",
|
|
99
99
|
"@atlaskit/media-core": "^34.2.0",
|
|
100
100
|
"@atlaskit/media-integration-test-helpers": "^3.0.0",
|
|
101
101
|
"@atlaskit/media-test-helpers": "^33.0.27",
|
|
102
|
-
"@atlaskit/modal-dialog": "^12.
|
|
103
|
-
"@atlaskit/primitives": "^7.
|
|
102
|
+
"@atlaskit/modal-dialog": "^12.14.0",
|
|
103
|
+
"@atlaskit/primitives": "^7.4.0",
|
|
104
104
|
"@atlaskit/renderer": "^109.32.0",
|
|
105
105
|
"@atlaskit/smart-card": "^27.6.0",
|
|
106
106
|
"@atlaskit/synchrony-test-helpers": "^2.4.0",
|
|
107
|
-
"@atlaskit/toggle": "^13.
|
|
107
|
+
"@atlaskit/toggle": "^13.2.0",
|
|
108
108
|
"@atlaskit/util-data-test": "^17.9.0",
|
|
109
109
|
"@atlaskit/visual-regression": "*",
|
|
110
110
|
"@atlassian/adf-schema-json": "^1.14.0",
|
|
111
|
-
"@atlassian/
|
|
112
|
-
"@atlassian/search-provider": "2.4.80",
|
|
111
|
+
"@atlassian/search-provider": "2.4.82",
|
|
113
112
|
"@atlassian/ufo": "^0.2.0",
|
|
114
113
|
"@emotion/jest": "^11.8.0",
|
|
115
114
|
"@storybook/addon-knobs": "^5.3.18",
|
|
@@ -306,9 +305,6 @@
|
|
|
306
305
|
"type": "boolean",
|
|
307
306
|
"referenceOnly": "true"
|
|
308
307
|
},
|
|
309
|
-
"platform.editor.explicit-html-element-check": {
|
|
310
|
-
"type": "boolean"
|
|
311
|
-
},
|
|
312
308
|
"platform.editor.table.live-pages-sorting_4malx": {
|
|
313
309
|
"type": "boolean",
|
|
314
310
|
"referenceOnly": "true"
|