@atlaskit/editor-plugins 8.1.11 → 8.1.13

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.
Files changed (69) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/cjs/interaction/index.js +12 -0
  3. package/dist/cjs/table/index.js +6 -0
  4. package/dist/es2019/interaction/index.js +4 -0
  5. package/dist/es2019/table/index.js +1 -1
  6. package/dist/esm/interaction/index.js +4 -0
  7. package/dist/esm/table/index.js +1 -1
  8. package/dist/types/annotation/index.d.ts +1 -1
  9. package/dist/types/avatar-group/index.d.ts +1 -1
  10. package/dist/types/code-bidi-warning/index.d.ts +1 -1
  11. package/dist/types/code-block/index.d.ts +1 -1
  12. package/dist/types/collab-edit/index.d.ts +1 -1
  13. package/dist/types/context-identifier/index.d.ts +1 -1
  14. package/dist/types/date/index.d.ts +1 -1
  15. package/dist/types/editor-viewmode/index.d.ts +1 -1
  16. package/dist/types/engagement-platform/index.d.ts +1 -1
  17. package/dist/types/feature-flags/index.d.ts +1 -1
  18. package/dist/types/find-replace/index.d.ts +1 -1
  19. package/dist/types/help-dialog/index.d.ts +1 -1
  20. package/dist/types/highlight/index.d.ts +1 -1
  21. package/dist/types/hyperlink/index.d.ts +1 -1
  22. package/dist/types/insert-block/index.d.ts +1 -1
  23. package/dist/types/interaction/index.d.ts +2 -0
  24. package/dist/types/media/index.d.ts +1 -1
  25. package/dist/types/media/types/index.d.ts +1 -1
  26. package/dist/types/mentions/index.d.ts +1 -1
  27. package/dist/types/placeholder-text/index.d.ts +1 -1
  28. package/dist/types/primary-toolbar/index.d.ts +1 -1
  29. package/dist/types/quick-insert/index.d.ts +1 -1
  30. package/dist/types/selection-extension/index.d.ts +1 -1
  31. package/dist/types/selection-marker/index.d.ts +1 -1
  32. package/dist/types/selection-toolbar/index.d.ts +1 -1
  33. package/dist/types/table/index.d.ts +1 -1
  34. package/dist/types/tasks-and-decisions/index.d.ts +1 -1
  35. package/dist/types/text-color/index.d.ts +1 -1
  36. package/dist/types/text-formatting/index.d.ts +1 -1
  37. package/dist/types/toolbar-lists-indentation/index.d.ts +1 -1
  38. package/dist/types-ts4.5/annotation/index.d.ts +1 -1
  39. package/dist/types-ts4.5/avatar-group/index.d.ts +1 -1
  40. package/dist/types-ts4.5/code-bidi-warning/index.d.ts +1 -1
  41. package/dist/types-ts4.5/code-block/index.d.ts +1 -1
  42. package/dist/types-ts4.5/collab-edit/index.d.ts +1 -1
  43. package/dist/types-ts4.5/context-identifier/index.d.ts +1 -1
  44. package/dist/types-ts4.5/date/index.d.ts +1 -1
  45. package/dist/types-ts4.5/editor-viewmode/index.d.ts +1 -1
  46. package/dist/types-ts4.5/engagement-platform/index.d.ts +1 -1
  47. package/dist/types-ts4.5/feature-flags/index.d.ts +1 -1
  48. package/dist/types-ts4.5/find-replace/index.d.ts +1 -1
  49. package/dist/types-ts4.5/help-dialog/index.d.ts +1 -1
  50. package/dist/types-ts4.5/highlight/index.d.ts +1 -1
  51. package/dist/types-ts4.5/hyperlink/index.d.ts +1 -1
  52. package/dist/types-ts4.5/insert-block/index.d.ts +1 -1
  53. package/dist/types-ts4.5/interaction/index.d.ts +2 -0
  54. package/dist/types-ts4.5/media/index.d.ts +1 -1
  55. package/dist/types-ts4.5/media/types/index.d.ts +1 -1
  56. package/dist/types-ts4.5/mentions/index.d.ts +1 -1
  57. package/dist/types-ts4.5/placeholder-text/index.d.ts +1 -1
  58. package/dist/types-ts4.5/primary-toolbar/index.d.ts +1 -1
  59. package/dist/types-ts4.5/quick-insert/index.d.ts +1 -1
  60. package/dist/types-ts4.5/selection-extension/index.d.ts +1 -1
  61. package/dist/types-ts4.5/selection-marker/index.d.ts +1 -1
  62. package/dist/types-ts4.5/selection-toolbar/index.d.ts +1 -1
  63. package/dist/types-ts4.5/table/index.d.ts +1 -1
  64. package/dist/types-ts4.5/tasks-and-decisions/index.d.ts +1 -1
  65. package/dist/types-ts4.5/text-color/index.d.ts +1 -1
  66. package/dist/types-ts4.5/text-formatting/index.d.ts +1 -1
  67. package/dist/types-ts4.5/toolbar-lists-indentation/index.d.ts +1 -1
  68. package/interaction/package.json +14 -0
  69. package/package.json +11 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 8.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.1.12
10
+
11
+ ### Patch Changes
12
+
13
+ - [#140394](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/140394)
14
+ [`aa5fe04b853bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aa5fe04b853bf) -
15
+ [ED-27253] Introduce interaction plugin to track first interaction on page
16
+ - Updated dependencies
17
+
3
18
  ## 8.1.11
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");
@@ -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';
@@ -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';
@@ -0,0 +1,2 @@
1
+ export { interactionPlugin } from '@atlaskit/editor-plugin-interaction';
2
+ export type { InteractionPlugin, InteractionState } from '@atlaskit/editor-plugin-interaction';
@@ -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';
@@ -0,0 +1,2 @@
1
+ export { interactionPlugin } from '@atlaskit/editor-plugin-interaction';
2
+ export type { InteractionPlugin, InteractionState } from '@atlaskit/editor-plugin-interaction';
@@ -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.11",
3
+ "version": "8.1.13",
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.9",
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,12 +139,12 @@
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.2",
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",
145
146
  "@atlaskit/editor-plugin-caption": "2.1.3",
146
- "@atlaskit/editor-plugin-card": "5.4.13",
147
+ "@atlaskit/editor-plugin-card": "5.4.14",
147
148
  "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "2.0.3",
148
149
  "@atlaskit/editor-plugin-clipboard": "2.0.3",
149
150
  "@atlaskit/editor-plugin-code-bidi-warning": "2.1.0",
@@ -164,7 +165,7 @@
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.6",
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",
@@ -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.13",
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
- "@atlaskit/editor-plugin-mentions": "4.4.1",
192
+ "@atlaskit/editor-plugin-mentions": "4.4.2",
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.0",
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",
@@ -209,7 +211,7 @@
209
211
  "@atlaskit/editor-plugin-tasks-and-decisions": "5.1.1",
210
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.0",
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",