@atlaskit/editor-core 202.5.1 → 203.0.0
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 +45 -0
- package/dist/cjs/actions/index.js +6 -1
- package/dist/cjs/composable-editor/composable-editor.js +2 -2
- package/dist/cjs/create-editor/ReactEditorView.js +3 -3
- package/dist/cjs/create-editor/ReactEditorViewNext.js +3 -3
- package/dist/cjs/create-editor/create-editor.js +2 -2
- package/dist/cjs/create-editor/create-plugins-list.js +1 -1
- package/dist/cjs/create-editor/create-schema.js +3 -3
- package/dist/cjs/create-editor/get-ui-component.js +4 -4
- package/dist/cjs/editor-appearances/CommentEditor.js +2 -2
- package/dist/cjs/editor-appearances/FullPageEditor.js +2 -2
- package/dist/cjs/editor-appearances/FullWidthEditor.js +2 -2
- package/dist/cjs/editor.js +2 -1
- package/dist/cjs/index.js +4 -10
- package/dist/cjs/test-utils.js +4 -23
- package/dist/cjs/ui/Appearance/Comment/Comment.js +8 -8
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +2 -2
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbar.js +2 -2
- package/dist/cjs/ui/ContentStyles/layout.js +0 -12
- package/dist/cjs/ui/PluginSlot/index.js +2 -2
- package/dist/cjs/ui/Toolbar/Toolbar.js +1 -1
- package/dist/cjs/ui/Toolbar/ToolbarWithSizeDetector.js +1 -1
- package/dist/cjs/ui/Toolbar/toolbar-size.js +1 -1
- package/dist/cjs/ui/WithHelpTrigger/index.js +1 -1
- package/dist/cjs/utils/{index.js → whichTransitionEvent.js} +0 -15
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/actions/index.js +6 -1
- package/dist/es2019/composable-editor/composable-editor.js +1 -1
- package/dist/es2019/composable-editor.js +3 -0
- package/dist/es2019/create-editor/ReactEditorView.js +2 -2
- package/dist/es2019/create-editor/ReactEditorViewNext.js +2 -2
- package/dist/es2019/create-editor/create-editor.js +1 -1
- package/dist/es2019/create-editor/create-plugins-list.js +1 -1
- package/dist/es2019/create-editor/create-schema.js +1 -1
- package/dist/es2019/create-editor/get-ui-component.js +2 -2
- package/dist/es2019/editor-appearances/CommentEditor.js +1 -1
- package/dist/es2019/editor-appearances/FullPageEditor.js +1 -1
- package/dist/es2019/editor-appearances/FullWidthEditor.js +1 -1
- package/dist/es2019/editor-context.js +3 -0
- package/dist/es2019/editor.js +3 -0
- package/dist/es2019/i18n/index.js +3 -0
- package/dist/es2019/index.js +6 -2
- package/dist/es2019/labs-next.js +3 -0
- package/dist/es2019/preset-default.js +3 -0
- package/dist/es2019/preset-universal.js +3 -0
- package/dist/es2019/test-utils.js +4 -3
- package/dist/es2019/ui/Appearance/Comment/Comment.js +3 -3
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbar.js +1 -1
- package/dist/es2019/ui/ContentStyles/layout.js +0 -1
- package/dist/es2019/ui/PluginSlot/index.js +1 -1
- package/dist/es2019/ui/Toolbar/Toolbar.js +1 -1
- package/dist/es2019/ui/Toolbar/ToolbarWithSizeDetector.js +1 -1
- package/dist/es2019/ui/Toolbar/toolbar-size.js +1 -2
- package/dist/es2019/ui/WithHelpTrigger/index.js +1 -1
- package/dist/es2019/utils/{index.js → whichTransitionEvent.js} +0 -3
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/actions/index.js +6 -1
- package/dist/esm/composable-editor/composable-editor.js +1 -1
- package/dist/esm/composable-editor.js +3 -0
- package/dist/esm/create-editor/ReactEditorView.js +2 -2
- package/dist/esm/create-editor/ReactEditorViewNext.js +2 -2
- package/dist/esm/create-editor/create-editor.js +1 -1
- package/dist/esm/create-editor/create-plugins-list.js +1 -1
- package/dist/esm/create-editor/create-schema.js +1 -1
- package/dist/esm/create-editor/get-ui-component.js +2 -2
- package/dist/esm/editor-appearances/CommentEditor.js +1 -1
- package/dist/esm/editor-appearances/FullPageEditor.js +1 -1
- package/dist/esm/editor-appearances/FullWidthEditor.js +1 -1
- package/dist/esm/editor-context.js +3 -0
- package/dist/esm/editor.js +3 -0
- package/dist/esm/i18n/index.js +3 -0
- package/dist/esm/index.js +6 -2
- package/dist/esm/labs-next.js +3 -0
- package/dist/esm/preset-default.js +3 -0
- package/dist/esm/preset-universal.js +3 -0
- package/dist/esm/test-utils.js +4 -3
- package/dist/esm/ui/Appearance/Comment/Comment.js +3 -3
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbar.js +1 -1
- package/dist/esm/ui/ContentStyles/layout.js +0 -1
- package/dist/esm/ui/PluginSlot/index.js +1 -1
- package/dist/esm/ui/Toolbar/Toolbar.js +1 -1
- package/dist/esm/ui/Toolbar/ToolbarWithSizeDetector.js +1 -1
- package/dist/esm/ui/Toolbar/toolbar-size.js +1 -2
- package/dist/esm/ui/WithHelpTrigger/index.js +1 -1
- package/dist/esm/utils/{index.js → whichTransitionEvent.js} +0 -3
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/actions/index.d.ts +5 -1
- package/dist/types/composable-editor/editor-internal.d.ts +1 -1
- package/dist/types/create-editor/ErrorBoundary.d.ts +1 -1
- package/dist/types/create-editor/ReactEditorView/formatFullWidthAppearance.d.ts +1 -1
- package/dist/types/create-editor/ReactEditorView.d.ts +4 -4
- package/dist/types/create-editor/ReactEditorViewNext.d.ts +1 -1
- package/dist/types/create-editor/create-editor.d.ts +2 -1
- package/dist/types/create-editor/create-plugins-list.d.ts +2 -1
- package/dist/types/create-editor/create-schema.d.ts +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +196 -92
- package/dist/types/create-editor/feature-flags-from-props.d.ts +1 -1
- package/dist/types/create-editor/get-plugins.d.ts +2 -4
- package/dist/types/create-editor/get-ui-component.d.ts +2 -1
- package/dist/types/editor.d.ts +1 -2
- package/dist/types/index.d.ts +3 -4
- package/dist/types/presets/default.d.ts +158 -70
- package/dist/types/presets/universal.d.ts +197 -94
- package/dist/types/presets/useUniversalPreset.d.ts +196 -92
- package/dist/types/test-utils.d.ts +1 -7
- package/dist/types/types/editor-appearance-component.d.ts +2 -6
- package/dist/types/types/editor-config.d.ts +1 -4
- package/dist/types/types/editor-instance.d.ts +2 -3
- package/dist/types/types/editor-props.d.ts +4 -8
- package/dist/types/types/index.d.ts +0 -9
- package/dist/types/types/pm-plugin-list.d.ts +1 -1
- package/dist/types/ui/Appearance/Chromeless.d.ts +1 -1
- package/dist/types/ui/Appearance/FullPage/FullPageContentArea.d.ts +3 -4
- package/dist/types/ui/Appearance/FullPage/FullPageToolbar.d.ts +2 -3
- package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +4 -4
- package/dist/types/ui/ContentStyles/index.d.ts +3 -3
- package/dist/types/ui/ContentStyles/layout.d.ts +0 -2
- package/dist/types/ui/PluginSlot/index.d.ts +2 -3
- package/dist/types/ui/Toolbar/toolbar-size.d.ts +2 -2
- package/dist/types/ui/Toolbar/toolbar-types.d.ts +1 -2
- package/dist/types/utils/is-full-page.d.ts +1 -1
- package/dist/types/utils/performance/plugin-performance-observer.d.ts +2 -1
- package/dist/types/utils/performance/plugin-performance-report.d.ts +1 -2
- package/dist/types/utils/performance/track-transactions.d.ts +1 -1
- package/dist/types/utils/whichTransitionEvent.d.ts +1 -0
- package/dist/types-ts4.5/actions/index.d.ts +5 -1
- package/dist/types-ts4.5/composable-editor/editor-internal.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/ErrorBoundary.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/ReactEditorView/formatFullWidthAppearance.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/ReactEditorView.d.ts +4 -4
- package/dist/types-ts4.5/create-editor/ReactEditorViewNext.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/create-editor.d.ts +2 -1
- package/dist/types-ts4.5/create-editor/create-plugins-list.d.ts +2 -1
- package/dist/types-ts4.5/create-editor/create-schema.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +233 -92
- package/dist/types-ts4.5/create-editor/feature-flags-from-props.d.ts +1 -1
- package/dist/types-ts4.5/create-editor/get-plugins.d.ts +2 -4
- package/dist/types-ts4.5/create-editor/get-ui-component.d.ts +2 -1
- package/dist/types-ts4.5/editor.d.ts +1 -2
- package/dist/types-ts4.5/index.d.ts +3 -4
- package/dist/types-ts4.5/presets/default.d.ts +188 -70
- package/dist/types-ts4.5/presets/universal.d.ts +234 -94
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +233 -92
- package/dist/types-ts4.5/test-utils.d.ts +1 -7
- package/dist/types-ts4.5/types/editor-appearance-component.d.ts +2 -6
- package/dist/types-ts4.5/types/editor-config.d.ts +1 -4
- package/dist/types-ts4.5/types/editor-instance.d.ts +2 -3
- package/dist/types-ts4.5/types/editor-props.d.ts +4 -8
- package/dist/types-ts4.5/types/index.d.ts +0 -9
- package/dist/types-ts4.5/types/pm-plugin-list.d.ts +1 -1
- package/dist/types-ts4.5/ui/Appearance/Chromeless.d.ts +1 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +3 -4
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbar.d.ts +2 -3
- package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +4 -4
- package/dist/types-ts4.5/ui/ContentStyles/index.d.ts +3 -3
- package/dist/types-ts4.5/ui/ContentStyles/layout.d.ts +0 -2
- package/dist/types-ts4.5/ui/PluginSlot/index.d.ts +2 -3
- package/dist/types-ts4.5/ui/Toolbar/toolbar-size.d.ts +2 -2
- package/dist/types-ts4.5/ui/Toolbar/toolbar-types.d.ts +1 -2
- package/dist/types-ts4.5/utils/is-full-page.d.ts +1 -1
- package/dist/types-ts4.5/utils/performance/plugin-performance-observer.d.ts +2 -1
- package/dist/types-ts4.5/utils/performance/plugin-performance-report.d.ts +1 -2
- package/dist/types-ts4.5/utils/performance/track-transactions.d.ts +1 -1
- package/dist/types-ts4.5/utils/whichTransitionEvent.d.ts +1 -0
- package/package.json +7 -10
- package/dist/cjs/create-editor/ReactEditorViewContext.js +0 -8
- package/dist/cjs/create-editor/index.js +0 -42
- package/dist/cjs/create-editor/sort-by-order.js +0 -18
- package/dist/cjs/element-browser.js +0 -12
- package/dist/cjs/event-dispatcher/index.js +0 -18
- package/dist/cjs/messages.js +0 -36
- package/dist/cjs/nodeviews/index.js +0 -1
- package/dist/cjs/preset-builder.js +0 -12
- package/dist/cjs/types/browser.js +0 -1
- package/dist/cjs/types/editor-appearance.js +0 -1
- package/dist/cjs/types/editor-plugin.js +0 -1
- package/dist/cjs/types/editor-react-context.js +0 -1
- package/dist/cjs/types/empty-state-handler.js +0 -1
- package/dist/cjs/types/feature-flags.js +0 -1
- package/dist/cjs/types/performance-tracking.js +0 -1
- package/dist/cjs/types/pm-config.js +0 -1
- package/dist/cjs/types/pm-plugin.js +0 -1
- package/dist/cjs/types/ui-components.js +0 -1
- package/dist/cjs/ui/Addon/index.js +0 -27
- package/dist/cjs/ui/Appearance/Comment/index.js +0 -12
- package/dist/cjs/ui/Appearance/FullPage/index.js +0 -12
- package/dist/cjs/ui/Toolbar/index.js +0 -26
- package/dist/cjs/ui/Toolbar/types.js +0 -36
- package/dist/es2019/create-editor/ReactEditorViewContext.js +0 -2
- package/dist/es2019/create-editor/index.js +0 -3
- package/dist/es2019/create-editor/sort-by-order.js +0 -1
- package/dist/es2019/element-browser.js +0 -1
- package/dist/es2019/event-dispatcher/index.js +0 -1
- package/dist/es2019/messages.js +0 -7
- package/dist/es2019/nodeviews/index.js +0 -0
- package/dist/es2019/preset-builder.js +0 -1
- package/dist/es2019/types/browser.js +0 -0
- package/dist/es2019/types/editor-appearance.js +0 -0
- package/dist/es2019/types/editor-plugin.js +0 -0
- package/dist/es2019/types/editor-react-context.js +0 -0
- package/dist/es2019/types/empty-state-handler.js +0 -0
- package/dist/es2019/types/feature-flags.js +0 -0
- package/dist/es2019/types/performance-tracking.js +0 -0
- package/dist/es2019/types/pm-config.js +0 -0
- package/dist/es2019/types/pm-plugin.js +0 -0
- package/dist/es2019/types/ui-components.js +0 -0
- package/dist/es2019/ui/Addon/index.js +0 -3
- package/dist/es2019/ui/Appearance/Comment/index.js +0 -1
- package/dist/es2019/ui/Appearance/FullPage/index.js +0 -1
- package/dist/es2019/ui/Toolbar/index.js +0 -3
- package/dist/es2019/ui/Toolbar/types.js +0 -1
- package/dist/esm/create-editor/ReactEditorViewContext.js +0 -2
- package/dist/esm/create-editor/index.js +0 -3
- package/dist/esm/create-editor/sort-by-order.js +0 -1
- package/dist/esm/element-browser.js +0 -1
- package/dist/esm/event-dispatcher/index.js +0 -1
- package/dist/esm/messages.js +0 -7
- package/dist/esm/nodeviews/index.js +0 -0
- package/dist/esm/preset-builder.js +0 -1
- package/dist/esm/types/browser.js +0 -0
- package/dist/esm/types/editor-appearance.js +0 -0
- package/dist/esm/types/editor-plugin.js +0 -0
- package/dist/esm/types/editor-react-context.js +0 -0
- package/dist/esm/types/empty-state-handler.js +0 -0
- package/dist/esm/types/feature-flags.js +0 -0
- package/dist/esm/types/performance-tracking.js +0 -0
- package/dist/esm/types/pm-config.js +0 -0
- package/dist/esm/types/pm-plugin.js +0 -0
- package/dist/esm/types/ui-components.js +0 -0
- package/dist/esm/ui/Addon/index.js +0 -3
- package/dist/esm/ui/Appearance/Comment/index.js +0 -1
- package/dist/esm/ui/Appearance/FullPage/index.js +0 -1
- package/dist/esm/ui/Toolbar/index.js +0 -3
- package/dist/esm/ui/Toolbar/types.js +0 -1
- package/dist/types/create-editor/ReactEditorViewContext.d.ts +0 -2
- package/dist/types/create-editor/index.d.ts +0 -3
- package/dist/types/create-editor/sort-by-order.d.ts +0 -1
- package/dist/types/element-browser.d.ts +0 -1
- package/dist/types/event-dispatcher/index.d.ts +0 -2
- package/dist/types/messages.d.ts +0 -6
- package/dist/types/nodeviews/index.d.ts +0 -1
- package/dist/types/preset-builder.d.ts +0 -1
- package/dist/types/types/browser.d.ts +0 -1
- package/dist/types/types/editor-appearance.d.ts +0 -1
- package/dist/types/types/editor-plugin.d.ts +0 -1
- package/dist/types/types/editor-react-context.d.ts +0 -1
- package/dist/types/types/empty-state-handler.d.ts +0 -1
- package/dist/types/types/feature-flags.d.ts +0 -1
- package/dist/types/types/performance-tracking.d.ts +0 -1
- package/dist/types/types/pm-config.d.ts +0 -1
- package/dist/types/types/pm-plugin.d.ts +0 -1
- package/dist/types/types/ui-components.d.ts +0 -1
- package/dist/types/ui/Addon/index.d.ts +0 -4
- package/dist/types/ui/Appearance/Comment/index.d.ts +0 -1
- package/dist/types/ui/Appearance/FullPage/index.d.ts +0 -1
- package/dist/types/ui/Toolbar/index.d.ts +0 -4
- package/dist/types/ui/Toolbar/types.d.ts +0 -2
- package/dist/types/utils/index.d.ts +0 -3
- package/dist/types-ts4.5/create-editor/ReactEditorViewContext.d.ts +0 -2
- package/dist/types-ts4.5/create-editor/index.d.ts +0 -3
- package/dist/types-ts4.5/create-editor/sort-by-order.d.ts +0 -1
- package/dist/types-ts4.5/element-browser.d.ts +0 -1
- package/dist/types-ts4.5/event-dispatcher/index.d.ts +0 -2
- package/dist/types-ts4.5/messages.d.ts +0 -6
- package/dist/types-ts4.5/nodeviews/index.d.ts +0 -1
- package/dist/types-ts4.5/preset-builder.d.ts +0 -1
- package/dist/types-ts4.5/types/browser.d.ts +0 -1
- package/dist/types-ts4.5/types/editor-appearance.d.ts +0 -1
- package/dist/types-ts4.5/types/editor-plugin.d.ts +0 -1
- package/dist/types-ts4.5/types/editor-react-context.d.ts +0 -1
- package/dist/types-ts4.5/types/empty-state-handler.d.ts +0 -1
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -1
- package/dist/types-ts4.5/types/performance-tracking.d.ts +0 -1
- package/dist/types-ts4.5/types/pm-config.d.ts +0 -1
- package/dist/types-ts4.5/types/pm-plugin.d.ts +0 -1
- package/dist/types-ts4.5/types/ui-components.d.ts +0 -1
- package/dist/types-ts4.5/ui/Addon/index.d.ts +0 -4
- package/dist/types-ts4.5/ui/Appearance/Comment/index.d.ts +0 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/index.d.ts +0 -1
- package/dist/types-ts4.5/ui/Toolbar/index.d.ts +0 -4
- package/dist/types-ts4.5/ui/Toolbar/types.d.ts +0 -2
- package/dist/types-ts4.5/utils/index.d.ts +0 -3
- package/element-browser/package.json +0 -15
- package/messages/package.json +0 -15
- package/preset-builder/package.json +0 -15
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next/types';
|
|
3
|
-
import type { EditorAppearance } from '@atlaskit/editor-common/types';
|
|
3
|
+
import type { EditorAppearance, FeatureFlags } from '@atlaskit/editor-common/types';
|
|
4
4
|
import { type EmojiPluginOptions } from '@atlaskit/editor-plugins/emoji';
|
|
5
5
|
import type { EditorProps } from '../types';
|
|
6
6
|
import type { EditorPluginFeatureProps, EditorProviderProps, EditorSharedPropsWithPlugins } from '../types/editor-props';
|
|
7
|
-
import type { FeatureFlags } from '../types/feature-flags';
|
|
8
7
|
import type { DefaultPresetPluginOptions } from './default';
|
|
9
8
|
export type UniversalPresetProps = DefaultPresetPluginOptions & EditorSharedPropsWithPlugins & Omit<EditorPluginFeatureProps, 'placeholder'> & EditorProviderProps;
|
|
10
9
|
/**
|
|
@@ -255,11 +254,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
255
254
|
];
|
|
256
255
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
257
256
|
actions: {
|
|
258
|
-
displayGrid:
|
|
259
|
-
visible: boolean;
|
|
260
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
261
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
262
|
-
}) => boolean;
|
|
257
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
263
258
|
};
|
|
264
259
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined>,
|
|
265
260
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"floatingToolbar", {
|
|
@@ -437,7 +432,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
437
432
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
438
433
|
pluginConfiguration: FeatureFlags;
|
|
439
434
|
sharedState: FeatureFlags;
|
|
440
|
-
}, FeatureFlags
|
|
435
|
+
}, FeatureFlags>>,
|
|
436
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
437
|
+
sharedState: {
|
|
438
|
+
mode: "offline" | "online";
|
|
439
|
+
};
|
|
440
|
+
}, undefined>>
|
|
441
441
|
];
|
|
442
442
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
443
443
|
actions: {
|
|
@@ -536,7 +536,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
536
536
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
537
537
|
pluginConfiguration: FeatureFlags;
|
|
538
538
|
sharedState: FeatureFlags;
|
|
539
|
-
}, FeatureFlags
|
|
539
|
+
}, FeatureFlags>>,
|
|
540
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
541
|
+
sharedState: {
|
|
542
|
+
mode: "offline" | "online";
|
|
543
|
+
};
|
|
544
|
+
}, undefined>>
|
|
540
545
|
];
|
|
541
546
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
542
547
|
actions: {
|
|
@@ -673,11 +678,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
673
678
|
];
|
|
674
679
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
675
680
|
actions: {
|
|
676
|
-
displayGrid:
|
|
677
|
-
visible: boolean;
|
|
678
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
679
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
680
|
-
}) => boolean;
|
|
681
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
681
682
|
};
|
|
682
683
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined>,
|
|
683
684
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
|
|
@@ -865,7 +866,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
865
866
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
866
867
|
pluginConfiguration: FeatureFlags;
|
|
867
868
|
sharedState: FeatureFlags;
|
|
868
|
-
}, FeatureFlags
|
|
869
|
+
}, FeatureFlags>>,
|
|
870
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
871
|
+
sharedState: {
|
|
872
|
+
mode: "offline" | "online";
|
|
873
|
+
};
|
|
874
|
+
}, undefined>>
|
|
869
875
|
];
|
|
870
876
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
871
877
|
actions: {
|
|
@@ -964,7 +970,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
964
970
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
965
971
|
pluginConfiguration: FeatureFlags;
|
|
966
972
|
sharedState: FeatureFlags;
|
|
967
|
-
}, FeatureFlags
|
|
973
|
+
}, FeatureFlags>>,
|
|
974
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
975
|
+
sharedState: {
|
|
976
|
+
mode: "offline" | "online";
|
|
977
|
+
};
|
|
978
|
+
}, undefined>>
|
|
968
979
|
];
|
|
969
980
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
970
981
|
actions: {
|
|
@@ -1412,7 +1423,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
1412
1423
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1413
1424
|
pluginConfiguration: FeatureFlags;
|
|
1414
1425
|
sharedState: FeatureFlags;
|
|
1415
|
-
}, FeatureFlags
|
|
1426
|
+
}, FeatureFlags>>,
|
|
1427
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
1428
|
+
sharedState: {
|
|
1429
|
+
mode: "offline" | "online";
|
|
1430
|
+
};
|
|
1431
|
+
}, undefined>>
|
|
1416
1432
|
];
|
|
1417
1433
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
1418
1434
|
actions: {
|
|
@@ -1736,7 +1752,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
1736
1752
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1737
1753
|
pluginConfiguration: FeatureFlags;
|
|
1738
1754
|
sharedState: FeatureFlags;
|
|
1739
|
-
}, FeatureFlags
|
|
1755
|
+
}, FeatureFlags>>,
|
|
1756
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
1757
|
+
sharedState: {
|
|
1758
|
+
mode: "offline" | "online";
|
|
1759
|
+
};
|
|
1760
|
+
}, undefined>>
|
|
1740
1761
|
];
|
|
1741
1762
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
1742
1763
|
actions: {
|
|
@@ -1961,11 +1982,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
1961
1982
|
];
|
|
1962
1983
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
1963
1984
|
actions: {
|
|
1964
|
-
displayGrid:
|
|
1965
|
-
visible: boolean;
|
|
1966
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
1967
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
1968
|
-
}) => boolean;
|
|
1985
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
1969
1986
|
};
|
|
1970
1987
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined>,
|
|
1971
1988
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"floatingToolbar", {
|
|
@@ -2143,7 +2160,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
2143
2160
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2144
2161
|
pluginConfiguration: FeatureFlags;
|
|
2145
2162
|
sharedState: FeatureFlags;
|
|
2146
|
-
}, FeatureFlags
|
|
2163
|
+
}, FeatureFlags>>,
|
|
2164
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
2165
|
+
sharedState: {
|
|
2166
|
+
mode: "offline" | "online";
|
|
2167
|
+
};
|
|
2168
|
+
}, undefined>>
|
|
2147
2169
|
];
|
|
2148
2170
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
2149
2171
|
actions: {
|
|
@@ -2242,7 +2264,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
2242
2264
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2243
2265
|
pluginConfiguration: FeatureFlags;
|
|
2244
2266
|
sharedState: FeatureFlags;
|
|
2245
|
-
}, FeatureFlags
|
|
2267
|
+
}, FeatureFlags>>,
|
|
2268
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
2269
|
+
sharedState: {
|
|
2270
|
+
mode: "offline" | "online";
|
|
2271
|
+
};
|
|
2272
|
+
}, undefined>>
|
|
2246
2273
|
];
|
|
2247
2274
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
2248
2275
|
actions: {
|
|
@@ -2380,7 +2407,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
2380
2407
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2381
2408
|
pluginConfiguration: FeatureFlags;
|
|
2382
2409
|
sharedState: FeatureFlags;
|
|
2383
|
-
}, FeatureFlags
|
|
2410
|
+
}, FeatureFlags>>,
|
|
2411
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
2412
|
+
sharedState: {
|
|
2413
|
+
mode: "offline" | "online";
|
|
2414
|
+
};
|
|
2415
|
+
}, undefined>>
|
|
2384
2416
|
];
|
|
2385
2417
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
2386
2418
|
actions: {
|
|
@@ -2713,7 +2745,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
2713
2745
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2714
2746
|
pluginConfiguration: FeatureFlags;
|
|
2715
2747
|
sharedState: FeatureFlags;
|
|
2716
|
-
}, FeatureFlags
|
|
2748
|
+
}, FeatureFlags>>,
|
|
2749
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
2750
|
+
sharedState: {
|
|
2751
|
+
mode: "offline" | "online";
|
|
2752
|
+
};
|
|
2753
|
+
}, undefined>>
|
|
2717
2754
|
];
|
|
2718
2755
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
2719
2756
|
actions: {
|
|
@@ -2880,11 +2917,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
2880
2917
|
];
|
|
2881
2918
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
2882
2919
|
actions: {
|
|
2883
|
-
displayGrid:
|
|
2884
|
-
visible: boolean;
|
|
2885
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
2886
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
2887
|
-
}) => boolean;
|
|
2920
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
2888
2921
|
};
|
|
2889
2922
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined>,
|
|
2890
2923
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
|
|
@@ -3072,7 +3105,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
3072
3105
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3073
3106
|
pluginConfiguration: FeatureFlags;
|
|
3074
3107
|
sharedState: FeatureFlags;
|
|
3075
|
-
}, FeatureFlags
|
|
3108
|
+
}, FeatureFlags>>,
|
|
3109
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3110
|
+
sharedState: {
|
|
3111
|
+
mode: "offline" | "online";
|
|
3112
|
+
};
|
|
3113
|
+
}, undefined>>
|
|
3076
3114
|
];
|
|
3077
3115
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3078
3116
|
actions: {
|
|
@@ -3171,7 +3209,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
3171
3209
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3172
3210
|
pluginConfiguration: FeatureFlags;
|
|
3173
3211
|
sharedState: FeatureFlags;
|
|
3174
|
-
}, FeatureFlags
|
|
3212
|
+
}, FeatureFlags>>,
|
|
3213
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3214
|
+
sharedState: {
|
|
3215
|
+
mode: "offline" | "online";
|
|
3216
|
+
};
|
|
3217
|
+
}, undefined>>
|
|
3175
3218
|
];
|
|
3176
3219
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3177
3220
|
actions: {
|
|
@@ -3438,7 +3481,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
3438
3481
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3439
3482
|
pluginConfiguration: FeatureFlags;
|
|
3440
3483
|
sharedState: FeatureFlags;
|
|
3441
|
-
}, FeatureFlags
|
|
3484
|
+
}, FeatureFlags>>,
|
|
3485
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3486
|
+
sharedState: {
|
|
3487
|
+
mode: "offline" | "online";
|
|
3488
|
+
};
|
|
3489
|
+
}, undefined>>
|
|
3442
3490
|
];
|
|
3443
3491
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3444
3492
|
actions: {
|
|
@@ -3536,7 +3584,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
3536
3584
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3537
3585
|
pluginConfiguration: FeatureFlags;
|
|
3538
3586
|
sharedState: FeatureFlags;
|
|
3539
|
-
}, FeatureFlags
|
|
3587
|
+
}, FeatureFlags>>,
|
|
3588
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3589
|
+
sharedState: {
|
|
3590
|
+
mode: "offline" | "online";
|
|
3591
|
+
};
|
|
3592
|
+
}, undefined>>
|
|
3540
3593
|
];
|
|
3541
3594
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3542
3595
|
actions: {
|
|
@@ -3758,7 +3811,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
3758
3811
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3759
3812
|
pluginConfiguration: FeatureFlags;
|
|
3760
3813
|
sharedState: FeatureFlags;
|
|
3761
|
-
}, FeatureFlags
|
|
3814
|
+
}, FeatureFlags>>,
|
|
3815
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3816
|
+
sharedState: {
|
|
3817
|
+
mode: "offline" | "online";
|
|
3818
|
+
};
|
|
3819
|
+
}, undefined>>
|
|
3762
3820
|
];
|
|
3763
3821
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3764
3822
|
actions: {
|
|
@@ -3837,7 +3895,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
3837
3895
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3838
3896
|
pluginConfiguration: FeatureFlags;
|
|
3839
3897
|
sharedState: FeatureFlags;
|
|
3840
|
-
}, FeatureFlags
|
|
3898
|
+
}, FeatureFlags>>,
|
|
3899
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3900
|
+
sharedState: {
|
|
3901
|
+
mode: "offline" | "online";
|
|
3902
|
+
};
|
|
3903
|
+
}, undefined>>
|
|
3841
3904
|
];
|
|
3842
3905
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3843
3906
|
actions: {
|
|
@@ -3983,11 +4046,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
3983
4046
|
];
|
|
3984
4047
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
3985
4048
|
actions: {
|
|
3986
|
-
displayGrid:
|
|
3987
|
-
visible: boolean;
|
|
3988
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
3989
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
3990
|
-
}) => boolean;
|
|
4049
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
3991
4050
|
};
|
|
3992
4051
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined>,
|
|
3993
4052
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
|
|
@@ -4175,7 +4234,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
4175
4234
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
4176
4235
|
pluginConfiguration: FeatureFlags;
|
|
4177
4236
|
sharedState: FeatureFlags;
|
|
4178
|
-
}, FeatureFlags
|
|
4237
|
+
}, FeatureFlags>>,
|
|
4238
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
4239
|
+
sharedState: {
|
|
4240
|
+
mode: "offline" | "online";
|
|
4241
|
+
};
|
|
4242
|
+
}, undefined>>
|
|
4179
4243
|
];
|
|
4180
4244
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
4181
4245
|
actions: {
|
|
@@ -4274,7 +4338,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
4274
4338
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
4275
4339
|
pluginConfiguration: FeatureFlags;
|
|
4276
4340
|
sharedState: FeatureFlags;
|
|
4277
|
-
}, FeatureFlags
|
|
4341
|
+
}, FeatureFlags>>,
|
|
4342
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
4343
|
+
sharedState: {
|
|
4344
|
+
mode: "offline" | "online";
|
|
4345
|
+
};
|
|
4346
|
+
}, undefined>>
|
|
4278
4347
|
];
|
|
4279
4348
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
4280
4349
|
actions: {
|
|
@@ -4558,11 +4627,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
4558
4627
|
];
|
|
4559
4628
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
4560
4629
|
actions: {
|
|
4561
|
-
displayGrid:
|
|
4562
|
-
visible: boolean;
|
|
4563
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
4564
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
4565
|
-
}) => boolean;
|
|
4630
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
4566
4631
|
};
|
|
4567
4632
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined>,
|
|
4568
4633
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
|
|
@@ -4750,7 +4815,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
4750
4815
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
4751
4816
|
pluginConfiguration: FeatureFlags;
|
|
4752
4817
|
sharedState: FeatureFlags;
|
|
4753
|
-
}, FeatureFlags
|
|
4818
|
+
}, FeatureFlags>>,
|
|
4819
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
4820
|
+
sharedState: {
|
|
4821
|
+
mode: "offline" | "online";
|
|
4822
|
+
};
|
|
4823
|
+
}, undefined>>
|
|
4754
4824
|
];
|
|
4755
4825
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
4756
4826
|
actions: {
|
|
@@ -4849,7 +4919,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
4849
4919
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
4850
4920
|
pluginConfiguration: FeatureFlags;
|
|
4851
4921
|
sharedState: FeatureFlags;
|
|
4852
|
-
}, FeatureFlags
|
|
4922
|
+
}, FeatureFlags>>,
|
|
4923
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
4924
|
+
sharedState: {
|
|
4925
|
+
mode: "offline" | "online";
|
|
4926
|
+
};
|
|
4927
|
+
}, undefined>>
|
|
4853
4928
|
];
|
|
4854
4929
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
4855
4930
|
actions: {
|
|
@@ -5206,11 +5281,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
5206
5281
|
];
|
|
5207
5282
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
5208
5283
|
actions: {
|
|
5209
|
-
displayGrid:
|
|
5210
|
-
visible: boolean;
|
|
5211
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
5212
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
5213
|
-
}) => boolean;
|
|
5284
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
5214
5285
|
};
|
|
5215
5286
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined> | undefined,
|
|
5216
5287
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
|
|
@@ -5283,7 +5354,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
5283
5354
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
5284
5355
|
pluginConfiguration: FeatureFlags;
|
|
5285
5356
|
sharedState: FeatureFlags;
|
|
5286
|
-
}, FeatureFlags
|
|
5357
|
+
}, FeatureFlags>>,
|
|
5358
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
5359
|
+
sharedState: {
|
|
5360
|
+
mode: "offline" | "online";
|
|
5361
|
+
};
|
|
5362
|
+
}, undefined>>
|
|
5287
5363
|
];
|
|
5288
5364
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
5289
5365
|
actions: {
|
|
@@ -5522,7 +5598,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
5522
5598
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
5523
5599
|
pluginConfiguration: FeatureFlags;
|
|
5524
5600
|
sharedState: FeatureFlags;
|
|
5525
|
-
}, FeatureFlags
|
|
5601
|
+
}, FeatureFlags>>,
|
|
5602
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
5603
|
+
sharedState: {
|
|
5604
|
+
mode: "offline" | "online";
|
|
5605
|
+
};
|
|
5606
|
+
}, undefined>>
|
|
5526
5607
|
];
|
|
5527
5608
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
5528
5609
|
actions: {
|
|
@@ -5838,7 +5919,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
5838
5919
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
5839
5920
|
pluginConfiguration: FeatureFlags;
|
|
5840
5921
|
sharedState: FeatureFlags;
|
|
5841
|
-
}, FeatureFlags
|
|
5922
|
+
}, FeatureFlags>>,
|
|
5923
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
5924
|
+
sharedState: {
|
|
5925
|
+
mode: "offline" | "online";
|
|
5926
|
+
};
|
|
5927
|
+
}, undefined>>
|
|
5842
5928
|
];
|
|
5843
5929
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
5844
5930
|
actions: {
|
|
@@ -5937,7 +6023,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
5937
6023
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
5938
6024
|
pluginConfiguration: FeatureFlags;
|
|
5939
6025
|
sharedState: FeatureFlags;
|
|
5940
|
-
}, FeatureFlags
|
|
6026
|
+
}, FeatureFlags>>,
|
|
6027
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
6028
|
+
sharedState: {
|
|
6029
|
+
mode: "offline" | "online";
|
|
6030
|
+
};
|
|
6031
|
+
}, undefined>>
|
|
5941
6032
|
];
|
|
5942
6033
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
5943
6034
|
actions: {
|
|
@@ -6069,11 +6160,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
6069
6160
|
];
|
|
6070
6161
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
6071
6162
|
actions: {
|
|
6072
|
-
displayGrid:
|
|
6073
|
-
visible: boolean;
|
|
6074
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
6075
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
6076
|
-
}) => boolean;
|
|
6163
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
6077
6164
|
};
|
|
6078
6165
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined>,
|
|
6079
6166
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
|
|
@@ -6261,7 +6348,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
6261
6348
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
6262
6349
|
pluginConfiguration: FeatureFlags;
|
|
6263
6350
|
sharedState: FeatureFlags;
|
|
6264
|
-
}, FeatureFlags
|
|
6351
|
+
}, FeatureFlags>>,
|
|
6352
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
6353
|
+
sharedState: {
|
|
6354
|
+
mode: "offline" | "online";
|
|
6355
|
+
};
|
|
6356
|
+
}, undefined>>
|
|
6265
6357
|
];
|
|
6266
6358
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
6267
6359
|
actions: {
|
|
@@ -6360,7 +6452,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
6360
6452
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
6361
6453
|
pluginConfiguration: FeatureFlags;
|
|
6362
6454
|
sharedState: FeatureFlags;
|
|
6363
|
-
}, FeatureFlags
|
|
6455
|
+
}, FeatureFlags>>,
|
|
6456
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
6457
|
+
sharedState: {
|
|
6458
|
+
mode: "offline" | "online";
|
|
6459
|
+
};
|
|
6460
|
+
}, undefined>>
|
|
6364
6461
|
];
|
|
6365
6462
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
6366
6463
|
actions: {
|
|
@@ -6609,7 +6706,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
6609
6706
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
6610
6707
|
pluginConfiguration: FeatureFlags;
|
|
6611
6708
|
sharedState: FeatureFlags;
|
|
6612
|
-
}, FeatureFlags
|
|
6709
|
+
}, FeatureFlags>>,
|
|
6710
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
6711
|
+
sharedState: {
|
|
6712
|
+
mode: "offline" | "online";
|
|
6713
|
+
};
|
|
6714
|
+
}, undefined>>
|
|
6613
6715
|
];
|
|
6614
6716
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
6615
6717
|
actions: {
|
|
@@ -6665,7 +6767,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
6665
6767
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
6666
6768
|
pluginConfiguration: FeatureFlags;
|
|
6667
6769
|
sharedState: FeatureFlags;
|
|
6668
|
-
}, FeatureFlags
|
|
6770
|
+
}, FeatureFlags>>,
|
|
6771
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
6772
|
+
sharedState: {
|
|
6773
|
+
mode: "offline" | "online";
|
|
6774
|
+
};
|
|
6775
|
+
}, undefined>>
|
|
6669
6776
|
];
|
|
6670
6777
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
6671
6778
|
actions: {
|
|
@@ -6821,11 +6928,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
6821
6928
|
];
|
|
6822
6929
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
6823
6930
|
actions: {
|
|
6824
|
-
displayGrid:
|
|
6825
|
-
visible: boolean;
|
|
6826
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
6827
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
6828
|
-
}) => boolean;
|
|
6931
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
6829
6932
|
};
|
|
6830
6933
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined>,
|
|
6831
6934
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"floatingToolbar", {
|
|
@@ -7003,7 +7106,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
7003
7106
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
7004
7107
|
pluginConfiguration: FeatureFlags;
|
|
7005
7108
|
sharedState: FeatureFlags;
|
|
7006
|
-
}, FeatureFlags
|
|
7109
|
+
}, FeatureFlags>>,
|
|
7110
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
7111
|
+
sharedState: {
|
|
7112
|
+
mode: "offline" | "online";
|
|
7113
|
+
};
|
|
7114
|
+
}, undefined>>
|
|
7007
7115
|
];
|
|
7008
7116
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
7009
7117
|
actions: {
|
|
@@ -7102,7 +7210,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
7102
7210
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
7103
7211
|
pluginConfiguration: FeatureFlags;
|
|
7104
7212
|
sharedState: FeatureFlags;
|
|
7105
|
-
}, FeatureFlags
|
|
7213
|
+
}, FeatureFlags>>,
|
|
7214
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
7215
|
+
sharedState: {
|
|
7216
|
+
mode: "offline" | "online";
|
|
7217
|
+
};
|
|
7218
|
+
}, undefined>>
|
|
7106
7219
|
];
|
|
7107
7220
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
7108
7221
|
actions: {
|
|
@@ -7278,7 +7391,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
7278
7391
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
7279
7392
|
pluginConfiguration: FeatureFlags;
|
|
7280
7393
|
sharedState: FeatureFlags;
|
|
7281
|
-
}, FeatureFlags
|
|
7394
|
+
}, FeatureFlags>>,
|
|
7395
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
7396
|
+
sharedState: {
|
|
7397
|
+
mode: "offline" | "online";
|
|
7398
|
+
};
|
|
7399
|
+
}, undefined>>
|
|
7282
7400
|
];
|
|
7283
7401
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
7284
7402
|
actions: {
|
|
@@ -7355,7 +7473,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
7355
7473
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
7356
7474
|
pluginConfiguration: FeatureFlags;
|
|
7357
7475
|
sharedState: FeatureFlags;
|
|
7358
|
-
}, FeatureFlags
|
|
7476
|
+
}, FeatureFlags>>,
|
|
7477
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
7478
|
+
sharedState: {
|
|
7479
|
+
mode: "offline" | "online";
|
|
7480
|
+
};
|
|
7481
|
+
}, undefined>>
|
|
7359
7482
|
];
|
|
7360
7483
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
7361
7484
|
actions: {
|
|
@@ -7524,11 +7647,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
7524
7647
|
];
|
|
7525
7648
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
7526
7649
|
actions: {
|
|
7527
|
-
displayGrid:
|
|
7528
|
-
visible: boolean;
|
|
7529
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
7530
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
7531
|
-
}) => boolean;
|
|
7650
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
7532
7651
|
};
|
|
7533
7652
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined>,
|
|
7534
7653
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"floatingToolbar", {
|
|
@@ -7706,7 +7825,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
7706
7825
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
7707
7826
|
pluginConfiguration: FeatureFlags;
|
|
7708
7827
|
sharedState: FeatureFlags;
|
|
7709
|
-
}, FeatureFlags
|
|
7828
|
+
}, FeatureFlags>>,
|
|
7829
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
7830
|
+
sharedState: {
|
|
7831
|
+
mode: "offline" | "online";
|
|
7832
|
+
};
|
|
7833
|
+
}, undefined>>
|
|
7710
7834
|
];
|
|
7711
7835
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
7712
7836
|
actions: {
|
|
@@ -7805,7 +7929,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
7805
7929
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
7806
7930
|
pluginConfiguration: FeatureFlags;
|
|
7807
7931
|
sharedState: FeatureFlags;
|
|
7808
|
-
}, FeatureFlags
|
|
7932
|
+
}, FeatureFlags>>,
|
|
7933
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
7934
|
+
sharedState: {
|
|
7935
|
+
mode: "offline" | "online";
|
|
7936
|
+
};
|
|
7937
|
+
}, undefined>>
|
|
7809
7938
|
];
|
|
7810
7939
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
7811
7940
|
actions: {
|
|
@@ -7942,11 +8071,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
7942
8071
|
];
|
|
7943
8072
|
sharedState: import("@atlaskit/editor-plugins/grid").GridPluginState | null;
|
|
7944
8073
|
actions: {
|
|
7945
|
-
displayGrid:
|
|
7946
|
-
visible: boolean;
|
|
7947
|
-
gridType: import("@atlaskit/editor-common/types").GridType;
|
|
7948
|
-
highlight: import("@atlaskit/editor-plugins/grid").Highlights;
|
|
7949
|
-
}) => boolean;
|
|
8074
|
+
displayGrid: import("@atlaskit/editor-plugins/grid").CreateDisplayGrid;
|
|
7950
8075
|
};
|
|
7951
8076
|
}, import("@atlaskit/editor-plugins/grid").GridPluginOptions | undefined>,
|
|
7952
8077
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
|
|
@@ -8134,7 +8259,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
8134
8259
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
8135
8260
|
pluginConfiguration: FeatureFlags;
|
|
8136
8261
|
sharedState: FeatureFlags;
|
|
8137
|
-
}, FeatureFlags
|
|
8262
|
+
}, FeatureFlags>>,
|
|
8263
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
8264
|
+
sharedState: {
|
|
8265
|
+
mode: "offline" | "online";
|
|
8266
|
+
};
|
|
8267
|
+
}, undefined>>
|
|
8138
8268
|
];
|
|
8139
8269
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
8140
8270
|
actions: {
|
|
@@ -8233,7 +8363,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
8233
8363
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
8234
8364
|
pluginConfiguration: FeatureFlags;
|
|
8235
8365
|
sharedState: FeatureFlags;
|
|
8236
|
-
}, FeatureFlags
|
|
8366
|
+
}, FeatureFlags>>,
|
|
8367
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
8368
|
+
sharedState: {
|
|
8369
|
+
mode: "offline" | "online";
|
|
8370
|
+
};
|
|
8371
|
+
}, undefined>>
|
|
8237
8372
|
];
|
|
8238
8373
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
8239
8374
|
actions: {
|
|
@@ -8681,7 +8816,12 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
8681
8816
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
8682
8817
|
pluginConfiguration: FeatureFlags;
|
|
8683
8818
|
sharedState: FeatureFlags;
|
|
8684
|
-
}, FeatureFlags
|
|
8819
|
+
}, FeatureFlags>>,
|
|
8820
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
8821
|
+
sharedState: {
|
|
8822
|
+
mode: "offline" | "online";
|
|
8823
|
+
};
|
|
8824
|
+
}, undefined>>
|
|
8685
8825
|
];
|
|
8686
8826
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
8687
8827
|
actions: {
|