@atlaskit/editor-plugins 8.1.10 → 8.1.12
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 +15 -0
- package/dist/cjs/interaction/index.js +12 -0
- package/dist/cjs/table/index.js +6 -0
- package/dist/es2019/interaction/index.js +4 -0
- package/dist/es2019/table/index.js +1 -1
- package/dist/esm/interaction/index.js +4 -0
- package/dist/esm/table/index.js +1 -1
- package/dist/types/annotation/index.d.ts +1 -1
- package/dist/types/avatar-group/index.d.ts +1 -1
- package/dist/types/code-bidi-warning/index.d.ts +1 -1
- package/dist/types/code-block/index.d.ts +1 -1
- package/dist/types/collab-edit/index.d.ts +1 -1
- package/dist/types/context-identifier/index.d.ts +1 -1
- package/dist/types/date/index.d.ts +1 -1
- package/dist/types/editor-viewmode/index.d.ts +1 -1
- package/dist/types/engagement-platform/index.d.ts +1 -1
- package/dist/types/feature-flags/index.d.ts +1 -1
- package/dist/types/find-replace/index.d.ts +1 -1
- package/dist/types/help-dialog/index.d.ts +1 -1
- package/dist/types/highlight/index.d.ts +1 -1
- package/dist/types/hyperlink/index.d.ts +1 -1
- package/dist/types/insert-block/index.d.ts +1 -1
- package/dist/types/interaction/index.d.ts +2 -0
- package/dist/types/media/index.d.ts +1 -1
- package/dist/types/media/types/index.d.ts +1 -1
- package/dist/types/mentions/index.d.ts +1 -1
- package/dist/types/placeholder-text/index.d.ts +1 -1
- package/dist/types/primary-toolbar/index.d.ts +1 -1
- package/dist/types/quick-insert/index.d.ts +1 -1
- package/dist/types/selection-extension/index.d.ts +1 -1
- package/dist/types/selection-marker/index.d.ts +1 -1
- package/dist/types/selection-toolbar/index.d.ts +1 -1
- package/dist/types/table/index.d.ts +1 -1
- package/dist/types/tasks-and-decisions/index.d.ts +1 -1
- package/dist/types/text-color/index.d.ts +1 -1
- package/dist/types/text-formatting/index.d.ts +1 -1
- package/dist/types/toolbar-lists-indentation/index.d.ts +1 -1
- package/dist/types-ts4.5/annotation/index.d.ts +1 -1
- package/dist/types-ts4.5/avatar-group/index.d.ts +1 -1
- package/dist/types-ts4.5/code-bidi-warning/index.d.ts +1 -1
- package/dist/types-ts4.5/code-block/index.d.ts +1 -1
- package/dist/types-ts4.5/collab-edit/index.d.ts +1 -1
- package/dist/types-ts4.5/context-identifier/index.d.ts +1 -1
- package/dist/types-ts4.5/date/index.d.ts +1 -1
- package/dist/types-ts4.5/editor-viewmode/index.d.ts +1 -1
- package/dist/types-ts4.5/engagement-platform/index.d.ts +1 -1
- package/dist/types-ts4.5/feature-flags/index.d.ts +1 -1
- package/dist/types-ts4.5/find-replace/index.d.ts +1 -1
- package/dist/types-ts4.5/help-dialog/index.d.ts +1 -1
- package/dist/types-ts4.5/highlight/index.d.ts +1 -1
- package/dist/types-ts4.5/hyperlink/index.d.ts +1 -1
- package/dist/types-ts4.5/insert-block/index.d.ts +1 -1
- package/dist/types-ts4.5/interaction/index.d.ts +2 -0
- package/dist/types-ts4.5/media/index.d.ts +1 -1
- package/dist/types-ts4.5/media/types/index.d.ts +1 -1
- package/dist/types-ts4.5/mentions/index.d.ts +1 -1
- package/dist/types-ts4.5/placeholder-text/index.d.ts +1 -1
- package/dist/types-ts4.5/primary-toolbar/index.d.ts +1 -1
- package/dist/types-ts4.5/quick-insert/index.d.ts +1 -1
- package/dist/types-ts4.5/selection-extension/index.d.ts +1 -1
- package/dist/types-ts4.5/selection-marker/index.d.ts +1 -1
- package/dist/types-ts4.5/selection-toolbar/index.d.ts +1 -1
- package/dist/types-ts4.5/table/index.d.ts +1 -1
- package/dist/types-ts4.5/tasks-and-decisions/index.d.ts +1 -1
- package/dist/types-ts4.5/text-color/index.d.ts +1 -1
- package/dist/types-ts4.5/text-formatting/index.d.ts +1 -1
- package/dist/types-ts4.5/toolbar-lists-indentation/index.d.ts +1 -1
- package/interaction/package.json +14 -0
- package/package.json +12 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugins
|
|
2
2
|
|
|
3
|
+
## 8.1.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#140394](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/140394)
|
|
8
|
+
[`aa5fe04b853bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa5fe04b853bf) -
|
|
9
|
+
[ED-27253] Introduce interaction plugin to track first interaction on page
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 8.1.11
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 8.1.10
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "interactionPlugin", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _editorPluginInteraction.interactionPlugin;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _editorPluginInteraction = require("@atlaskit/editor-plugin-interaction");
|
package/dist/cjs/table/index.js
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
Object.defineProperty(exports, "tablePlugin", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _editorPluginTable.tablePlugin;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
6
12
|
Object.defineProperty(exports, "tablesPlugin", {
|
|
7
13
|
enumerable: true,
|
|
8
14
|
get: function get() {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
|
+
// Disable no-re-export rule for entry point files
|
|
3
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
+
export { interactionPlugin } from '@atlaskit/editor-plugin-interaction';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { tablesPlugin } from '@atlaskit/editor-plugin-table';
|
|
4
|
+
export { tablesPlugin, tablePlugin } from '@atlaskit/editor-plugin-table';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
|
+
// Disable no-re-export rule for entry point files
|
|
3
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
+
export { interactionPlugin } from '@atlaskit/editor-plugin-interaction';
|
package/dist/esm/table/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// THIS FILE IS GENERATED via packages/editor/editor-plugins/scripts/update-editor-plugins.ts. DO NOT MODIFY IT MANUALLY.
|
|
2
2
|
// Disable no-re-export rule for entry point files
|
|
3
3
|
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
4
|
-
export { tablesPlugin } from '@atlaskit/editor-plugin-table';
|
|
4
|
+
export { tablesPlugin, tablePlugin } from '@atlaskit/editor-plugin-table';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { annotationPlugin } from '@atlaskit/editor-plugin-annotation';
|
|
2
|
-
export type { AnnotationPlugin, AnnotationProviders, InlineCommentAnnotationProvider, AnnotationInfo, InlineCommentCreateComponentProps, InlineCommentViewComponentProps, AnnotationState, AnnotationTypeProvider, InlineCommentState, TargetType, InlineCommentInputMethod, InlineCommentMap, InlineCommentPluginState, InlineCommentPluginOptions, InlineCommentAction, } from '@atlaskit/editor-plugin-annotation';
|
|
2
|
+
export type { AnnotationPlugin, AnnotationPluginOptions, AnnotationProviders, InlineCommentAnnotationProvider, AnnotationInfo, InlineCommentCreateComponentProps, InlineCommentViewComponentProps, AnnotationState, AnnotationTypeProvider, InlineCommentState, TargetType, InlineCommentInputMethod, InlineCommentMap, InlineCommentPluginState, InlineCommentPluginOptions, InlineCommentAction, } from '@atlaskit/editor-plugin-annotation';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { avatarGroupPlugin } from '@atlaskit/editor-plugin-avatar-group';
|
|
2
|
-
export type { AvatarGroupPlugin } from '@atlaskit/editor-plugin-avatar-group';
|
|
2
|
+
export type { AvatarGroupPlugin, AvatarGroupPluginOptions, } from '@atlaskit/editor-plugin-avatar-group';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { codeBidiWarningPlugin } from '@atlaskit/editor-plugin-code-bidi-warning';
|
|
2
|
-
export type { CodeBidiWarningPlugin } from '@atlaskit/editor-plugin-code-bidi-warning';
|
|
2
|
+
export type { CodeBidiWarningPlugin, CodeBidiWarningPluginOptions, } from '@atlaskit/editor-plugin-code-bidi-warning';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { codeBlockPlugin } from '@atlaskit/editor-plugin-code-block';
|
|
2
|
-
export type { CodeBlockPlugin, CodeBlockOptions } from '@atlaskit/editor-plugin-code-block';
|
|
2
|
+
export type { CodeBlockPlugin, CodeBlockOptions, CodeBlockPluginOptions, } from '@atlaskit/editor-plugin-code-block';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { collabEditPlugin } from '@atlaskit/editor-plugin-collab-edit';
|
|
2
|
-
export type { CollabEditPlugin, CollabInitializedMetadata, CollabEditPluginSharedState, ReadOnlyParticipants, PrivateCollabEditOptions, CollabSendableSteps, } from '@atlaskit/editor-plugin-collab-edit';
|
|
2
|
+
export type { CollabEditPlugin, CollabEditPluginOptions, CollabInitializedMetadata, CollabEditPluginSharedState, ReadOnlyParticipants, PrivateCollabEditOptions, CollabSendableSteps, } from '@atlaskit/editor-plugin-collab-edit';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { contextIdentifierPlugin } from '@atlaskit/editor-plugin-context-identifier';
|
|
2
|
-
export type { ContextIdentifierPlugin, ContextIdentifierConfiguration, PluginConfiguration, } from '@atlaskit/editor-plugin-context-identifier';
|
|
2
|
+
export type { ContextIdentifierPlugin, ContextIdentifierConfiguration, PluginConfiguration, ContextIdentifierPluginOptions, } from '@atlaskit/editor-plugin-context-identifier';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { datePlugin } from '@atlaskit/editor-plugin-date';
|
|
2
|
-
export type { DatePlugin, DatePluginSharedState, DatePluginConfig, DateType, InsertDate, } from '@atlaskit/editor-plugin-date';
|
|
2
|
+
export type { DatePlugin, DatePluginSharedState, DatePluginConfig, DatePluginOptions, DateType, InsertDate, } from '@atlaskit/editor-plugin-date';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { editorViewModePlugin, editorViewModeWithGracefulEditPlugin, } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
2
|
-
export type { EditorViewModePluginConfig, EditorViewModePluginState, EditorViewModePlugin, ViewMode, ContentMode, } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
2
|
+
export type { EditorViewModePluginConfig, EditorViewModePluginOptions, EditorViewModePluginState, EditorViewModePlugin, ViewMode, ContentMode, } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { engagementPlatformPlugin } from '@atlaskit/editor-plugin-engagement-platform';
|
|
2
|
-
export type { EngagementPlatformPlugin, EngagementPlatformPluginConfig, EpComponents, EpHooks, CoordinationClient, EngagementPlatformPluginState, } from '@atlaskit/editor-plugin-engagement-platform';
|
|
2
|
+
export type { EngagementPlatformPlugin, EngagementPlatformPluginConfig, EngagementPlatformPluginOptions, EpComponents, EpHooks, CoordinationClient, EngagementPlatformPluginState, } from '@atlaskit/editor-plugin-engagement-platform';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { featureFlagsPlugin } from '@atlaskit/editor-plugin-feature-flags';
|
|
2
|
-
export type { FeatureFlagsPlugin } from '@atlaskit/editor-plugin-feature-flags';
|
|
2
|
+
export type { FeatureFlagsPlugin, FeatureFlagsPluginOptions, } from '@atlaskit/editor-plugin-feature-flags';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { findReplacePlugin } from '@atlaskit/editor-plugin-find-replace';
|
|
2
|
-
export type { FindReplaceToolbarButtonActionProps, FindReplaceOptions, FindReplacePluginState, FindReplacePlugin, } from '@atlaskit/editor-plugin-find-replace';
|
|
2
|
+
export type { FindReplaceToolbarButtonActionProps, FindReplaceOptions, FindReplacePluginState, FindReplacePlugin, FindReplacePluginOptions, } from '@atlaskit/editor-plugin-find-replace';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { helpDialogPlugin, deprecatedOpenHelpCommand } from '@atlaskit/editor-plugin-help-dialog';
|
|
2
|
-
export type { HelpDialogPlugin, HelpDialogSharedState } from '@atlaskit/editor-plugin-help-dialog';
|
|
2
|
+
export type { HelpDialogPlugin, HelpDialogSharedState, HelpDialogPluginOptions, } from '@atlaskit/editor-plugin-help-dialog';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { highlightPlugin } from '@atlaskit/editor-plugin-highlight';
|
|
2
|
-
export type { HighlightPlugin, HighlightPluginState } from '@atlaskit/editor-plugin-highlight';
|
|
2
|
+
export type { HighlightPlugin, HighlightPluginOptions, HighlightPluginState, } from '@atlaskit/editor-plugin-highlight';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { hyperlinkPlugin } from '@atlaskit/editor-plugin-hyperlink';
|
|
2
|
-
export type { HyperlinkPlugin, HideLinkToolbar, ShowLinkToolbar, InsertLink, UpdateLink, } from '@atlaskit/editor-plugin-hyperlink';
|
|
2
|
+
export type { HyperlinkPlugin, HyperlinkPluginOptions, HideLinkToolbar, ShowLinkToolbar, InsertLink, UpdateLink, } from '@atlaskit/editor-plugin-hyperlink';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { insertBlockPlugin } from '@atlaskit/editor-plugin-insert-block';
|
|
2
|
-
export type { InsertBlockPlugin, InsertBlockOptions, InsertBlockPluginDependencies, InsertBlockPluginState, } from '@atlaskit/editor-plugin-insert-block';
|
|
2
|
+
export type { InsertBlockPlugin, InsertBlockOptions, InsertBlockPluginOptions, InsertBlockPluginDependencies, InsertBlockPluginState, } from '@atlaskit/editor-plugin-insert-block';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { mediaPlugin } from '@atlaskit/editor-plugin-media';
|
|
2
|
-
export type { MediaPlugin } from '@atlaskit/editor-plugin-media';
|
|
2
|
+
export type { MediaPlugin, MediaPluginOptions } from '@atlaskit/editor-plugin-media';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { MediaStateStatus, MediaSingleWithType, MediaCopyScope, MediaOptions, MediaSingleOptions, MediaState, Listener, CustomMediaPicker, MobileUploadEndEventPayload, MediaEditorState, MediaToolbarBaseConfig, MediaFloatingToolbarOptions, MediaDecorationSpec, SupportedMediaAttributes, ProsemirrorGetPosHandler, getPosHandler, getPosHandlerNode, ReactNodeProps, ForwardRef, InsertMediaAsMediaSingle, MediaPluginState, MediaStateEventListener, MediaStateEventSubscriber, } from '@atlaskit/editor-plugin-media/types';
|
|
1
|
+
export type { MediaStateStatus, MediaSingleWithType, MediaCopyScope, MediaPluginOptions, MediaOptions, MediaSingleOptions, MediaState, Listener, CustomMediaPicker, MobileUploadEndEventPayload, MediaEditorState, MediaToolbarBaseConfig, MediaFloatingToolbarOptions, MediaDecorationSpec, SupportedMediaAttributes, ProsemirrorGetPosHandler, getPosHandler, getPosHandlerNode, ReactNodeProps, ForwardRef, InsertMediaAsMediaSingle, MediaPluginState, MediaStateEventListener, MediaStateEventSubscriber, } from '@atlaskit/editor-plugin-media/types';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { mentionsPlugin } from '@atlaskit/editor-plugin-mentions';
|
|
2
|
-
export type { MentionsPlugin, MentionPluginConfig, MentionPluginOptions, MentionSharedState, } from '@atlaskit/editor-plugin-mentions';
|
|
2
|
+
export type { MentionsPlugin, MentionPluginConfig, MentionPluginOptions, MentionsPluginOptions, MentionSharedState, } from '@atlaskit/editor-plugin-mentions';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { placeholderTextPlugin } from '@atlaskit/editor-plugin-placeholder-text';
|
|
2
|
-
export type { PlaceholderTextPlugin, PlaceholderTextPluginState, PlaceholderTextOptions, } from '@atlaskit/editor-plugin-placeholder-text';
|
|
2
|
+
export type { PlaceholderTextPlugin, PlaceholderTextPluginState, PlaceholderTextOptions, PlaceholderTextPluginOptions, } from '@atlaskit/editor-plugin-placeholder-text';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { primaryToolbarPlugin } from '@atlaskit/editor-plugin-primary-toolbar';
|
|
2
|
-
export type { PrimaryToolbarPlugin, PrimaryToolbarPluginState, ToolbarElementNames, } from '@atlaskit/editor-plugin-primary-toolbar';
|
|
2
|
+
export type { PrimaryToolbarPlugin, PrimaryToolbarPluginOptions, PrimaryToolbarPluginState, ToolbarElementNames, } from '@atlaskit/editor-plugin-primary-toolbar';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { quickInsertPlugin } from '@atlaskit/editor-plugin-quick-insert';
|
|
2
|
-
export type { QuickInsertPlugin, QuickInsertSharedState, } from '@atlaskit/editor-plugin-quick-insert';
|
|
2
|
+
export type { QuickInsertPlugin, QuickInsertSharedState, QuickInsertPluginOptions, } from '@atlaskit/editor-plugin-quick-insert';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { selectionExtensionPlugin } from '@atlaskit/editor-plugin-selection-extension';
|
|
2
|
-
export type { SelectionExtensionPlugin, SelectionExtensionComponentProps, } from '@atlaskit/editor-plugin-selection-extension';
|
|
2
|
+
export type { SelectionExtensionPlugin, SelectionExtensionComponentProps, SelectionExtensionPluginOptions, } from '@atlaskit/editor-plugin-selection-extension';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { selectionMarkerPlugin } from '@atlaskit/editor-plugin-selection-marker';
|
|
2
|
-
export type { SelectionMarkerPlugin, SelectionMarkerPluginConfiguration, ReleaseHiddenDecoration, } from '@atlaskit/editor-plugin-selection-marker';
|
|
2
|
+
export type { SelectionMarkerPlugin, SelectionMarkerPluginConfiguration, SelectionMarkerPluginOptions, ReleaseHiddenDecoration, } from '@atlaskit/editor-plugin-selection-marker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { selectionToolbarPlugin } from '@atlaskit/editor-plugin-selection-toolbar';
|
|
2
|
-
export type { SelectionToolbarPlugin } from '@atlaskit/editor-plugin-selection-toolbar';
|
|
2
|
+
export type { SelectionToolbarPlugin, SelectionToolbarPluginOptions, } from '@atlaskit/editor-plugin-selection-toolbar';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { tablesPlugin } from '@atlaskit/editor-plugin-table';
|
|
1
|
+
export { tablesPlugin, tablePlugin } from '@atlaskit/editor-plugin-table';
|
|
2
2
|
export type { TablePlugin, TablePluginOptions } from '@atlaskit/editor-plugin-table';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { tasksAndDecisionsPlugin } from '@atlaskit/editor-plugin-tasks-and-decisions';
|
|
2
|
-
export type { TasksAndDecisionsPlugin, TaskDecisionPluginOptions, TaskAndDecisionsSharedState, TaskDecisionListType, AddItemTransactionCreator, } from '@atlaskit/editor-plugin-tasks-and-decisions';
|
|
2
|
+
export type { TasksAndDecisionsPlugin, TaskDecisionPluginOptions, TasksAndDecisionsPluginOptions, TaskAndDecisionsSharedState, TaskDecisionListType, AddItemTransactionCreator, } from '@atlaskit/editor-plugin-tasks-and-decisions';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { textColorPlugin } from '@atlaskit/editor-plugin-text-color';
|
|
2
|
-
export type { TextColorPlugin, TextColorInputMethod, TextColorPluginState, TextColorPluginConfig, } from '@atlaskit/editor-plugin-text-color';
|
|
2
|
+
export type { TextColorPlugin, TextColorInputMethod, TextColorPluginState, TextColorPluginConfig, TextColorPluginOptions, } from '@atlaskit/editor-plugin-text-color';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { textFormattingPlugin } from '@atlaskit/editor-plugin-text-formatting';
|
|
2
|
-
export type { TextFormattingPlugin, ToggleMarkEditorCommand, } from '@atlaskit/editor-plugin-text-formatting';
|
|
2
|
+
export type { TextFormattingPlugin, TextFormattingPluginOptions, ToggleMarkEditorCommand, } from '@atlaskit/editor-plugin-text-formatting';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { toolbarListsIndentationPlugin } from '@atlaskit/editor-plugin-toolbar-lists-indentation';
|
|
2
|
-
export type { ToolbarListsIndentationPlugin } from '@atlaskit/editor-plugin-toolbar-lists-indentation';
|
|
2
|
+
export type { ToolbarListsIndentationPlugin, ToolbarListsIndentationPluginOptions, } from '@atlaskit/editor-plugin-toolbar-lists-indentation';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { annotationPlugin } from '@atlaskit/editor-plugin-annotation';
|
|
2
|
-
export type { AnnotationPlugin, AnnotationProviders, InlineCommentAnnotationProvider, AnnotationInfo, InlineCommentCreateComponentProps, InlineCommentViewComponentProps, AnnotationState, AnnotationTypeProvider, InlineCommentState, TargetType, InlineCommentInputMethod, InlineCommentMap, InlineCommentPluginState, InlineCommentPluginOptions, InlineCommentAction, } from '@atlaskit/editor-plugin-annotation';
|
|
2
|
+
export type { AnnotationPlugin, AnnotationPluginOptions, AnnotationProviders, InlineCommentAnnotationProvider, AnnotationInfo, InlineCommentCreateComponentProps, InlineCommentViewComponentProps, AnnotationState, AnnotationTypeProvider, InlineCommentState, TargetType, InlineCommentInputMethod, InlineCommentMap, InlineCommentPluginState, InlineCommentPluginOptions, InlineCommentAction, } from '@atlaskit/editor-plugin-annotation';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { avatarGroupPlugin } from '@atlaskit/editor-plugin-avatar-group';
|
|
2
|
-
export type { AvatarGroupPlugin } from '@atlaskit/editor-plugin-avatar-group';
|
|
2
|
+
export type { AvatarGroupPlugin, AvatarGroupPluginOptions, } from '@atlaskit/editor-plugin-avatar-group';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { codeBidiWarningPlugin } from '@atlaskit/editor-plugin-code-bidi-warning';
|
|
2
|
-
export type { CodeBidiWarningPlugin } from '@atlaskit/editor-plugin-code-bidi-warning';
|
|
2
|
+
export type { CodeBidiWarningPlugin, CodeBidiWarningPluginOptions, } from '@atlaskit/editor-plugin-code-bidi-warning';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { codeBlockPlugin } from '@atlaskit/editor-plugin-code-block';
|
|
2
|
-
export type { CodeBlockPlugin, CodeBlockOptions } from '@atlaskit/editor-plugin-code-block';
|
|
2
|
+
export type { CodeBlockPlugin, CodeBlockOptions, CodeBlockPluginOptions, } from '@atlaskit/editor-plugin-code-block';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { collabEditPlugin } from '@atlaskit/editor-plugin-collab-edit';
|
|
2
|
-
export type { CollabEditPlugin, CollabInitializedMetadata, CollabEditPluginSharedState, ReadOnlyParticipants, PrivateCollabEditOptions, CollabSendableSteps, } from '@atlaskit/editor-plugin-collab-edit';
|
|
2
|
+
export type { CollabEditPlugin, CollabEditPluginOptions, CollabInitializedMetadata, CollabEditPluginSharedState, ReadOnlyParticipants, PrivateCollabEditOptions, CollabSendableSteps, } from '@atlaskit/editor-plugin-collab-edit';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { contextIdentifierPlugin } from '@atlaskit/editor-plugin-context-identifier';
|
|
2
|
-
export type { ContextIdentifierPlugin, ContextIdentifierConfiguration, PluginConfiguration, } from '@atlaskit/editor-plugin-context-identifier';
|
|
2
|
+
export type { ContextIdentifierPlugin, ContextIdentifierConfiguration, PluginConfiguration, ContextIdentifierPluginOptions, } from '@atlaskit/editor-plugin-context-identifier';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { datePlugin } from '@atlaskit/editor-plugin-date';
|
|
2
|
-
export type { DatePlugin, DatePluginSharedState, DatePluginConfig, DateType, InsertDate, } from '@atlaskit/editor-plugin-date';
|
|
2
|
+
export type { DatePlugin, DatePluginSharedState, DatePluginConfig, DatePluginOptions, DateType, InsertDate, } from '@atlaskit/editor-plugin-date';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { editorViewModePlugin, editorViewModeWithGracefulEditPlugin, } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
2
|
-
export type { EditorViewModePluginConfig, EditorViewModePluginState, EditorViewModePlugin, ViewMode, ContentMode, } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
2
|
+
export type { EditorViewModePluginConfig, EditorViewModePluginOptions, EditorViewModePluginState, EditorViewModePlugin, ViewMode, ContentMode, } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { engagementPlatformPlugin } from '@atlaskit/editor-plugin-engagement-platform';
|
|
2
|
-
export type { EngagementPlatformPlugin, EngagementPlatformPluginConfig, EpComponents, EpHooks, CoordinationClient, EngagementPlatformPluginState, } from '@atlaskit/editor-plugin-engagement-platform';
|
|
2
|
+
export type { EngagementPlatformPlugin, EngagementPlatformPluginConfig, EngagementPlatformPluginOptions, EpComponents, EpHooks, CoordinationClient, EngagementPlatformPluginState, } from '@atlaskit/editor-plugin-engagement-platform';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { featureFlagsPlugin } from '@atlaskit/editor-plugin-feature-flags';
|
|
2
|
-
export type { FeatureFlagsPlugin } from '@atlaskit/editor-plugin-feature-flags';
|
|
2
|
+
export type { FeatureFlagsPlugin, FeatureFlagsPluginOptions, } from '@atlaskit/editor-plugin-feature-flags';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { findReplacePlugin } from '@atlaskit/editor-plugin-find-replace';
|
|
2
|
-
export type { FindReplaceToolbarButtonActionProps, FindReplaceOptions, FindReplacePluginState, FindReplacePlugin, } from '@atlaskit/editor-plugin-find-replace';
|
|
2
|
+
export type { FindReplaceToolbarButtonActionProps, FindReplaceOptions, FindReplacePluginState, FindReplacePlugin, FindReplacePluginOptions, } from '@atlaskit/editor-plugin-find-replace';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { helpDialogPlugin, deprecatedOpenHelpCommand } from '@atlaskit/editor-plugin-help-dialog';
|
|
2
|
-
export type { HelpDialogPlugin, HelpDialogSharedState } from '@atlaskit/editor-plugin-help-dialog';
|
|
2
|
+
export type { HelpDialogPlugin, HelpDialogSharedState, HelpDialogPluginOptions, } from '@atlaskit/editor-plugin-help-dialog';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { highlightPlugin } from '@atlaskit/editor-plugin-highlight';
|
|
2
|
-
export type { HighlightPlugin, HighlightPluginState } from '@atlaskit/editor-plugin-highlight';
|
|
2
|
+
export type { HighlightPlugin, HighlightPluginOptions, HighlightPluginState, } from '@atlaskit/editor-plugin-highlight';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { hyperlinkPlugin } from '@atlaskit/editor-plugin-hyperlink';
|
|
2
|
-
export type { HyperlinkPlugin, HideLinkToolbar, ShowLinkToolbar, InsertLink, UpdateLink, } from '@atlaskit/editor-plugin-hyperlink';
|
|
2
|
+
export type { HyperlinkPlugin, HyperlinkPluginOptions, HideLinkToolbar, ShowLinkToolbar, InsertLink, UpdateLink, } from '@atlaskit/editor-plugin-hyperlink';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { insertBlockPlugin } from '@atlaskit/editor-plugin-insert-block';
|
|
2
|
-
export type { InsertBlockPlugin, InsertBlockOptions, InsertBlockPluginDependencies, InsertBlockPluginState, } from '@atlaskit/editor-plugin-insert-block';
|
|
2
|
+
export type { InsertBlockPlugin, InsertBlockOptions, InsertBlockPluginOptions, InsertBlockPluginDependencies, InsertBlockPluginState, } from '@atlaskit/editor-plugin-insert-block';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { mediaPlugin } from '@atlaskit/editor-plugin-media';
|
|
2
|
-
export type { MediaPlugin } from '@atlaskit/editor-plugin-media';
|
|
2
|
+
export type { MediaPlugin, MediaPluginOptions } from '@atlaskit/editor-plugin-media';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { MediaStateStatus, MediaSingleWithType, MediaCopyScope, MediaOptions, MediaSingleOptions, MediaState, Listener, CustomMediaPicker, MobileUploadEndEventPayload, MediaEditorState, MediaToolbarBaseConfig, MediaFloatingToolbarOptions, MediaDecorationSpec, SupportedMediaAttributes, ProsemirrorGetPosHandler, getPosHandler, getPosHandlerNode, ReactNodeProps, ForwardRef, InsertMediaAsMediaSingle, MediaPluginState, MediaStateEventListener, MediaStateEventSubscriber, } from '@atlaskit/editor-plugin-media/types';
|
|
1
|
+
export type { MediaStateStatus, MediaSingleWithType, MediaCopyScope, MediaPluginOptions, MediaOptions, MediaSingleOptions, MediaState, Listener, CustomMediaPicker, MobileUploadEndEventPayload, MediaEditorState, MediaToolbarBaseConfig, MediaFloatingToolbarOptions, MediaDecorationSpec, SupportedMediaAttributes, ProsemirrorGetPosHandler, getPosHandler, getPosHandlerNode, ReactNodeProps, ForwardRef, InsertMediaAsMediaSingle, MediaPluginState, MediaStateEventListener, MediaStateEventSubscriber, } from '@atlaskit/editor-plugin-media/types';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { mentionsPlugin } from '@atlaskit/editor-plugin-mentions';
|
|
2
|
-
export type { MentionsPlugin, MentionPluginConfig, MentionPluginOptions, MentionSharedState, } from '@atlaskit/editor-plugin-mentions';
|
|
2
|
+
export type { MentionsPlugin, MentionPluginConfig, MentionPluginOptions, MentionsPluginOptions, MentionSharedState, } from '@atlaskit/editor-plugin-mentions';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { placeholderTextPlugin } from '@atlaskit/editor-plugin-placeholder-text';
|
|
2
|
-
export type { PlaceholderTextPlugin, PlaceholderTextPluginState, PlaceholderTextOptions, } from '@atlaskit/editor-plugin-placeholder-text';
|
|
2
|
+
export type { PlaceholderTextPlugin, PlaceholderTextPluginState, PlaceholderTextOptions, PlaceholderTextPluginOptions, } from '@atlaskit/editor-plugin-placeholder-text';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { primaryToolbarPlugin } from '@atlaskit/editor-plugin-primary-toolbar';
|
|
2
|
-
export type { PrimaryToolbarPlugin, PrimaryToolbarPluginState, ToolbarElementNames, } from '@atlaskit/editor-plugin-primary-toolbar';
|
|
2
|
+
export type { PrimaryToolbarPlugin, PrimaryToolbarPluginOptions, PrimaryToolbarPluginState, ToolbarElementNames, } from '@atlaskit/editor-plugin-primary-toolbar';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { quickInsertPlugin } from '@atlaskit/editor-plugin-quick-insert';
|
|
2
|
-
export type { QuickInsertPlugin, QuickInsertSharedState, } from '@atlaskit/editor-plugin-quick-insert';
|
|
2
|
+
export type { QuickInsertPlugin, QuickInsertSharedState, QuickInsertPluginOptions, } from '@atlaskit/editor-plugin-quick-insert';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { selectionExtensionPlugin } from '@atlaskit/editor-plugin-selection-extension';
|
|
2
|
-
export type { SelectionExtensionPlugin, SelectionExtensionComponentProps, } from '@atlaskit/editor-plugin-selection-extension';
|
|
2
|
+
export type { SelectionExtensionPlugin, SelectionExtensionComponentProps, SelectionExtensionPluginOptions, } from '@atlaskit/editor-plugin-selection-extension';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { selectionMarkerPlugin } from '@atlaskit/editor-plugin-selection-marker';
|
|
2
|
-
export type { SelectionMarkerPlugin, SelectionMarkerPluginConfiguration, ReleaseHiddenDecoration, } from '@atlaskit/editor-plugin-selection-marker';
|
|
2
|
+
export type { SelectionMarkerPlugin, SelectionMarkerPluginConfiguration, SelectionMarkerPluginOptions, ReleaseHiddenDecoration, } from '@atlaskit/editor-plugin-selection-marker';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { selectionToolbarPlugin } from '@atlaskit/editor-plugin-selection-toolbar';
|
|
2
|
-
export type { SelectionToolbarPlugin } from '@atlaskit/editor-plugin-selection-toolbar';
|
|
2
|
+
export type { SelectionToolbarPlugin, SelectionToolbarPluginOptions, } from '@atlaskit/editor-plugin-selection-toolbar';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { tablesPlugin } from '@atlaskit/editor-plugin-table';
|
|
1
|
+
export { tablesPlugin, tablePlugin } from '@atlaskit/editor-plugin-table';
|
|
2
2
|
export type { TablePlugin, TablePluginOptions } from '@atlaskit/editor-plugin-table';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { tasksAndDecisionsPlugin } from '@atlaskit/editor-plugin-tasks-and-decisions';
|
|
2
|
-
export type { TasksAndDecisionsPlugin, TaskDecisionPluginOptions, TaskAndDecisionsSharedState, TaskDecisionListType, AddItemTransactionCreator, } from '@atlaskit/editor-plugin-tasks-and-decisions';
|
|
2
|
+
export type { TasksAndDecisionsPlugin, TaskDecisionPluginOptions, TasksAndDecisionsPluginOptions, TaskAndDecisionsSharedState, TaskDecisionListType, AddItemTransactionCreator, } from '@atlaskit/editor-plugin-tasks-and-decisions';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { textColorPlugin } from '@atlaskit/editor-plugin-text-color';
|
|
2
|
-
export type { TextColorPlugin, TextColorInputMethod, TextColorPluginState, TextColorPluginConfig, } from '@atlaskit/editor-plugin-text-color';
|
|
2
|
+
export type { TextColorPlugin, TextColorInputMethod, TextColorPluginState, TextColorPluginConfig, TextColorPluginOptions, } from '@atlaskit/editor-plugin-text-color';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { textFormattingPlugin } from '@atlaskit/editor-plugin-text-formatting';
|
|
2
|
-
export type { TextFormattingPlugin, ToggleMarkEditorCommand, } from '@atlaskit/editor-plugin-text-formatting';
|
|
2
|
+
export type { TextFormattingPlugin, TextFormattingPluginOptions, ToggleMarkEditorCommand, } from '@atlaskit/editor-plugin-text-formatting';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { toolbarListsIndentationPlugin } from '@atlaskit/editor-plugin-toolbar-lists-indentation';
|
|
2
|
-
export type { ToolbarListsIndentationPlugin } from '@atlaskit/editor-plugin-toolbar-lists-indentation';
|
|
2
|
+
export type { ToolbarListsIndentationPlugin, ToolbarListsIndentationPluginOptions, } from '@atlaskit/editor-plugin-toolbar-lists-indentation';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-plugins/interaction",
|
|
3
|
+
"main": "../dist/cjs/interaction/index.js",
|
|
4
|
+
"module": "../dist/esm/interaction/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/interaction/index.js",
|
|
6
|
+
"types": "../dist/types/interaction/index.d.ts",
|
|
7
|
+
"typesVersions": {
|
|
8
|
+
">=4.5 <5.4": {
|
|
9
|
+
"*": [
|
|
10
|
+
"../dist/types-ts4.5/interaction/index.d.ts"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugins",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.12",
|
|
4
4
|
"description": "A convenience facade package that exposes all @atlaskit/editor-plugin-* plugins so that users can add this package without having to manually add all their plugins",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
"./image-upload": "./src/image-upload/index.ts",
|
|
82
82
|
"./indentation": "./src/indentation/index.ts",
|
|
83
83
|
"./insert-block": "./src/insert-block/index.ts",
|
|
84
|
+
"./interaction": "./src/interaction/index.ts",
|
|
84
85
|
"./layout": "./src/layout/index.ts",
|
|
85
86
|
"./list": "./src/list/index.ts",
|
|
86
87
|
"./loom": "./src/loom/index.ts",
|
|
@@ -130,7 +131,7 @@
|
|
|
130
131
|
},
|
|
131
132
|
"dependencies": {
|
|
132
133
|
"@atlaskit/editor-plugin-accessibility-utils": "2.0.4",
|
|
133
|
-
"@atlaskit/editor-plugin-alignment": "3.1.
|
|
134
|
+
"@atlaskit/editor-plugin-alignment": "3.1.10",
|
|
134
135
|
"@atlaskit/editor-plugin-analytics": "2.2.1",
|
|
135
136
|
"@atlaskit/editor-plugin-annotation": "2.6.0",
|
|
136
137
|
"@atlaskit/editor-plugin-avatar-group": "3.1.0",
|
|
@@ -138,7 +139,7 @@
|
|
|
138
139
|
"@atlaskit/editor-plugin-batch-attribute-updates": "2.1.3",
|
|
139
140
|
"@atlaskit/editor-plugin-before-primary-toolbar": "2.0.4",
|
|
140
141
|
"@atlaskit/editor-plugin-better-type-history": "2.1.3",
|
|
141
|
-
"@atlaskit/editor-plugin-block-controls": "3.10.
|
|
142
|
+
"@atlaskit/editor-plugin-block-controls": "3.10.3",
|
|
142
143
|
"@atlaskit/editor-plugin-block-type": "5.1.13",
|
|
143
144
|
"@atlaskit/editor-plugin-border": "2.1.3",
|
|
144
145
|
"@atlaskit/editor-plugin-breakout": "2.1.7",
|
|
@@ -164,11 +165,11 @@
|
|
|
164
165
|
"@atlaskit/editor-plugin-editor-viewmode-effects": "2.0.3",
|
|
165
166
|
"@atlaskit/editor-plugin-emoji": "3.6.0",
|
|
166
167
|
"@atlaskit/editor-plugin-engagement-platform": "3.1.0",
|
|
167
|
-
"@atlaskit/editor-plugin-expand": "3.2.
|
|
168
|
+
"@atlaskit/editor-plugin-expand": "3.2.7",
|
|
168
169
|
"@atlaskit/editor-plugin-extension": "5.2.4",
|
|
169
170
|
"@atlaskit/editor-plugin-feature-flags": "1.4.0",
|
|
170
171
|
"@atlaskit/editor-plugin-feedback-dialog": "2.0.3",
|
|
171
|
-
"@atlaskit/editor-plugin-find-replace": "2.
|
|
172
|
+
"@atlaskit/editor-plugin-find-replace": "2.2.0",
|
|
172
173
|
"@atlaskit/editor-plugin-floating-toolbar": "3.6.1",
|
|
173
174
|
"@atlaskit/editor-plugin-focus": "1.5.4",
|
|
174
175
|
"@atlaskit/editor-plugin-fragment": "2.1.3",
|
|
@@ -181,16 +182,17 @@
|
|
|
181
182
|
"@atlaskit/editor-plugin-image-upload": "2.0.3",
|
|
182
183
|
"@atlaskit/editor-plugin-indentation": "2.1.3",
|
|
183
184
|
"@atlaskit/editor-plugin-insert-block": "3.2.0",
|
|
185
|
+
"@atlaskit/editor-plugin-interaction": "1.0.1",
|
|
184
186
|
"@atlaskit/editor-plugin-layout": "2.5.0",
|
|
185
187
|
"@atlaskit/editor-plugin-list": "4.2.1",
|
|
186
|
-
"@atlaskit/editor-plugin-loom": "4.0.
|
|
188
|
+
"@atlaskit/editor-plugin-loom": "4.0.14",
|
|
187
189
|
"@atlaskit/editor-plugin-max-content-size": "2.0.3",
|
|
188
190
|
"@atlaskit/editor-plugin-media": "2.6.0",
|
|
189
191
|
"@atlaskit/editor-plugin-media-insert": "6.2.3",
|
|
190
192
|
"@atlaskit/editor-plugin-mentions": "4.4.1",
|
|
191
193
|
"@atlaskit/editor-plugin-metrics": "3.4.5",
|
|
192
194
|
"@atlaskit/editor-plugin-panel": "4.3.7",
|
|
193
|
-
"@atlaskit/editor-plugin-paste": "3.2.
|
|
195
|
+
"@atlaskit/editor-plugin-paste": "3.2.1",
|
|
194
196
|
"@atlaskit/editor-plugin-paste-options-toolbar": "2.0.5",
|
|
195
197
|
"@atlaskit/editor-plugin-placeholder": "2.0.12",
|
|
196
198
|
"@atlaskit/editor-plugin-placeholder-text": "2.2.0",
|
|
@@ -205,11 +207,11 @@
|
|
|
205
207
|
"@atlaskit/editor-plugin-selection-toolbar": "3.5.0",
|
|
206
208
|
"@atlaskit/editor-plugin-status": "3.1.10",
|
|
207
209
|
"@atlaskit/editor-plugin-submit-editor": "2.0.3",
|
|
208
|
-
"@atlaskit/editor-plugin-table": "10.8.
|
|
210
|
+
"@atlaskit/editor-plugin-table": "10.8.1",
|
|
209
211
|
"@atlaskit/editor-plugin-tasks-and-decisions": "5.1.1",
|
|
210
|
-
"@atlaskit/editor-plugin-text-color": "2.
|
|
212
|
+
"@atlaskit/editor-plugin-text-color": "2.3.0",
|
|
211
213
|
"@atlaskit/editor-plugin-text-formatting": "2.2.0",
|
|
212
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "3.2.
|
|
214
|
+
"@atlaskit/editor-plugin-toolbar-lists-indentation": "3.2.1",
|
|
213
215
|
"@atlaskit/editor-plugin-type-ahead": "2.5.0",
|
|
214
216
|
"@atlaskit/editor-plugin-ufo": "2.0.4",
|
|
215
217
|
"@atlaskit/editor-plugin-undo-redo": "2.0.9",
|