@atlaskit/editor-plugins 14.3.13 → 15.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @atlaskit/editor-plugins
2
2
 
3
+ ## 15.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 15.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - [`4cc8b22d77107`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4cc8b22d77107) -
14
+ Remove the legacy JavaScript shadow logic (observer, sentinel elements, and supporting styles)
15
+ which was no longer in use.
16
+
17
+ ### What has changed
18
+
19
+ Removes the following public APIs, even though they no longer represented elements rendered by the
20
+ editor:
21
+ - `@atlaskit/editor-plugin-table` (also re-exported by `@atlaskit/editor-plugins`):
22
+ - `ShadowEvent`
23
+ - `TableCssClassName.TABLE_LEFT_SHADOW`
24
+ - `TableCssClassName.TABLE_RIGHT_SHADOW`
25
+ - `TableCssClassName.TABLE_SHADOW_SENTINEL_LEFT`
26
+ - `TableCssClassName.TABLE_SHADOW_SENTINEL_RIGHT`
27
+ - `TableCssClassName.TABLE_STICKY_SHADOW`
28
+ - `@atlaskit/editor-common`:
29
+ - `TableSharedCssClassName.TABLE_LEFT_SHADOW`
30
+ - `TableSharedCssClassName.TABLE_RIGHT_SHADOW`
31
+ - `TableSharedCssClassName.TABLE_SHADOW_SENTINEL_LEFT`
32
+ - `TableSharedCssClassName.TABLE_SHADOW_SENTINEL_RIGHT`
33
+ - `TableSharedCssClassName.TABLE_STICKY_SHADOW`
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+
3
39
  ## 14.3.13
4
40
 
5
41
  ### Patch Changes
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "FLAG_ID", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _types.FLAG_ID;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "SYNCED_BLOCK_BUTTON_TEST_ID", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _types.SYNCED_BLOCK_BUTTON_TEST_ID;
16
+ }
17
+ });
18
+ var _types = require("@atlaskit/editor-plugin-synced-block/types");
@@ -9,12 +9,6 @@ Object.defineProperty(exports, "RESIZE_HANDLE_AREA_DECORATION_GAP", {
9
9
  return _types.RESIZE_HANDLE_AREA_DECORATION_GAP;
10
10
  }
11
11
  });
12
- Object.defineProperty(exports, "ShadowEvent", {
13
- enumerable: true,
14
- get: function get() {
15
- return _types.ShadowEvent;
16
- }
17
- });
18
12
  Object.defineProperty(exports, "TableCssClassName", {
19
13
  enumerable: true,
20
14
  get: function get() {
@@ -9,12 +9,6 @@ Object.defineProperty(exports, "RESIZE_HANDLE_AREA_DECORATION_GAP", {
9
9
  return _types.RESIZE_HANDLE_AREA_DECORATION_GAP;
10
10
  }
11
11
  });
12
- Object.defineProperty(exports, "ShadowEvent", {
13
- enumerable: true,
14
- get: function get() {
15
- return _types.ShadowEvent;
16
- }
17
- });
18
12
  Object.defineProperty(exports, "TableCssClassName", {
19
13
  enumerable: true,
20
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 { FLAG_ID, SYNCED_BLOCK_BUTTON_TEST_ID } from '@atlaskit/editor-plugin-synced-block/types';
@@ -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 { RESIZE_HANDLE_AREA_DECORATION_GAP, ShadowEvent, TableCssClassName, TableDecorations } from '@atlaskit/editor-plugin-table/types';
4
+ export { RESIZE_HANDLE_AREA_DECORATION_GAP, TableCssClassName, TableDecorations } from '@atlaskit/editor-plugin-table/types';
@@ -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 { RESIZE_HANDLE_AREA_DECORATION_GAP, TableDecorations, TableCssClassName, ShadowEvent } from '@atlaskit/editor-plugin-table/types';
4
+ export { RESIZE_HANDLE_AREA_DECORATION_GAP, TableDecorations, TableCssClassName } from '@atlaskit/editor-plugin-table/types';
@@ -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 { FLAG_ID, SYNCED_BLOCK_BUTTON_TEST_ID } from '@atlaskit/editor-plugin-synced-block/types';
@@ -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 { RESIZE_HANDLE_AREA_DECORATION_GAP, ShadowEvent, TableCssClassName, TableDecorations } from '@atlaskit/editor-plugin-table/types';
4
+ export { RESIZE_HANDLE_AREA_DECORATION_GAP, TableCssClassName, TableDecorations } from '@atlaskit/editor-plugin-table/types';
@@ -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 { RESIZE_HANDLE_AREA_DECORATION_GAP, TableDecorations, TableCssClassName, ShadowEvent } from '@atlaskit/editor-plugin-table/types';
4
+ export { RESIZE_HANDLE_AREA_DECORATION_GAP, TableDecorations, TableCssClassName } from '@atlaskit/editor-plugin-table/types';
@@ -0,0 +1,2 @@
1
+ export { FLAG_ID, SYNCED_BLOCK_BUTTON_TEST_ID } from '@atlaskit/editor-plugin-synced-block/types';
2
+ export type { BodiedSyncBlockDeletionStatus, ActiveFlag, RetryCreationPosMap, RetryCreationPosEntry, SyncedBlockSharedState, SyncBlockAttrs, SyncBlockInfo, SyncBlockMap, } from '@atlaskit/editor-plugin-synced-block/types';
@@ -1,2 +1,2 @@
1
- export { RESIZE_HANDLE_AREA_DECORATION_GAP, ShadowEvent, TableCssClassName, TableDecorations, } from '@atlaskit/editor-plugin-table/types';
1
+ export { RESIZE_HANDLE_AREA_DECORATION_GAP, TableCssClassName, TableDecorations, } from '@atlaskit/editor-plugin-table/types';
2
2
  export type { ActiveTableMenu, AlignmentOptions, Cell, CellColumnPositioning, CellHoverMeta, CellTransform, ColumnResizingPluginAction, ColumnResizingPluginState, DraggableBehaviour, DraggableData, DraggableSourceData, DraggableTargetData, DraggableType, HandleTypes, InsertRowMethods, InsertRowOptions, InvalidNodeAttr, MessageDescriptor, PermittedLayoutsDescriptor, PluginConfig, PluginInjectionAPI, PluginInjectionAPIWithA11y, ReportInvalidNodeAttrs, RowInsertPosition, TableDirection, TablePluginAction, TablePluginState, TableSharedState, TableSharedStateInternal, ToolbarMenuConfig, ToolbarMenuContext, ToolbarMenuState, WidthToWidest, } from '@atlaskit/editor-plugin-table/types';
@@ -1,2 +1,2 @@
1
- export { RESIZE_HANDLE_AREA_DECORATION_GAP, TableDecorations, TableCssClassName, ShadowEvent, } from '@atlaskit/editor-plugin-table/types';
1
+ export { RESIZE_HANDLE_AREA_DECORATION_GAP, TableDecorations, TableCssClassName, } from '@atlaskit/editor-plugin-table/types';
2
2
  export type { RowInsertPosition, PermittedLayoutsDescriptor, Cell, CellTransform, InsertRowOptions, PluginInjectionAPI, PluginInjectionAPIWithA11y, TableSharedStateInternal, TableSharedState, AlignmentOptions, InsertRowMethods, PluginConfig, ColumnResizingPluginState, CellColumnPositioning, CellHoverMeta, WidthToWidest, TablePluginState, TablePluginAction, ColumnResizingPluginAction, ToolbarMenuConfig, ToolbarMenuState, ToolbarMenuContext, ReportInvalidNodeAttrs, InvalidNodeAttr, TableDirection, DraggableType, DraggableBehaviour, DraggableSourceData, DraggableTargetData, DraggableData, HandleTypes, MessageDescriptor, } from '@atlaskit/editor-plugin-table/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugins",
3
- "version": "14.3.13",
3
+ "version": "15.0.1",
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",
@@ -22,106 +22,106 @@
22
22
  "update-editor-plugins": "run-ts scripts/update-editor-plugins.ts"
23
23
  },
24
24
  "dependencies": {
25
- "@atlaskit/editor-plugin-accessibility-utils": "12.1.2",
26
- "@atlaskit/editor-plugin-alignment": "13.1.2",
27
- "@atlaskit/editor-plugin-analytics": "12.1.2",
28
- "@atlaskit/editor-plugin-annotation": "12.1.2",
29
- "@atlaskit/editor-plugin-autocomplete": "4.3.0",
30
- "@atlaskit/editor-plugin-avatar-group": "13.1.0",
31
- "@atlaskit/editor-plugin-base": "13.0.34",
32
- "@atlaskit/editor-plugin-batch-attribute-updates": "12.1.0",
33
- "@atlaskit/editor-plugin-before-primary-toolbar": "12.1.0",
34
- "@atlaskit/editor-plugin-better-type-history": "12.1.0",
35
- "@atlaskit/editor-plugin-block-controls": "13.4.4",
36
- "@atlaskit/editor-plugin-block-menu": "11.2.2",
37
- "@atlaskit/editor-plugin-block-type": "16.2.2",
38
- "@atlaskit/editor-plugin-border": "12.1.0",
39
- "@atlaskit/editor-plugin-breakout": "12.4.2",
40
- "@atlaskit/editor-plugin-caption": "12.1.0",
41
- "@atlaskit/editor-plugin-card": "18.4.1",
42
- "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "12.1.0",
43
- "@atlaskit/editor-plugin-clipboard": "12.1.0",
44
- "@atlaskit/editor-plugin-code-bidi-warning": "12.1.2",
45
- "@atlaskit/editor-plugin-code-block": "14.3.3",
46
- "@atlaskit/editor-plugin-collab-edit": "13.4.1",
47
- "@atlaskit/editor-plugin-composition": "11.0.0",
48
- "@atlaskit/editor-plugin-connectivity": "12.1.0",
49
- "@atlaskit/editor-plugin-content-format": "6.1.0",
50
- "@atlaskit/editor-plugin-content-insertion": "12.1.0",
51
- "@atlaskit/editor-plugin-context-identifier": "12.1.0",
52
- "@atlaskit/editor-plugin-context-panel": "14.1.0",
53
- "@atlaskit/editor-plugin-copy-button": "12.1.2",
54
- "@atlaskit/editor-plugin-custom-autoformat": "12.1.0",
55
- "@atlaskit/editor-plugin-data-consumer": "12.1.0",
56
- "@atlaskit/editor-plugin-date": "14.1.2",
57
- "@atlaskit/editor-plugin-decorations": "12.1.2",
58
- "@atlaskit/editor-plugin-editor-disabled": "12.1.0",
59
- "@atlaskit/editor-plugin-editor-viewmode": "14.1.0",
60
- "@atlaskit/editor-plugin-editor-viewmode-effects": "12.1.2",
61
- "@atlaskit/editor-plugin-emoji": "13.3.2",
62
- "@atlaskit/editor-plugin-engagement-platform": "13.2.0",
63
- "@atlaskit/editor-plugin-expand": "13.2.3",
64
- "@atlaskit/editor-plugin-extension": "15.1.3",
65
- "@atlaskit/editor-plugin-feature-flags": "11.0.0",
66
- "@atlaskit/editor-plugin-feedback-dialog": "12.1.0",
67
- "@atlaskit/editor-plugin-find-replace": "12.1.3",
68
- "@atlaskit/editor-plugin-floating-toolbar": "14.1.4",
69
- "@atlaskit/editor-plugin-focus": "11.0.0",
70
- "@atlaskit/editor-plugin-fragment": "12.1.0",
71
- "@atlaskit/editor-plugin-grid": "12.1.2",
72
- "@atlaskit/editor-plugin-guideline": "12.1.0",
73
- "@atlaskit/editor-plugin-help-dialog": "12.1.2",
74
- "@atlaskit/editor-plugin-highlight": "12.2.2",
75
- "@atlaskit/editor-plugin-history": "12.1.0",
76
- "@atlaskit/editor-plugin-hyperlink": "14.2.2",
77
- "@atlaskit/editor-plugin-image-upload": "12.1.0",
78
- "@atlaskit/editor-plugin-indentation": "12.1.0",
79
- "@atlaskit/editor-plugin-insert-block": "13.1.2",
80
- "@atlaskit/editor-plugin-interaction": "23.1.0",
81
- "@atlaskit/editor-plugin-layout": "13.5.2",
82
- "@atlaskit/editor-plugin-limited-mode": "9.1.2",
83
- "@atlaskit/editor-plugin-list": "14.2.2",
84
- "@atlaskit/editor-plugin-local-id": "10.2.2",
85
- "@atlaskit/editor-plugin-loom": "14.1.1",
86
- "@atlaskit/editor-plugin-max-content-size": "12.1.0",
87
- "@atlaskit/editor-plugin-media": "14.4.3",
88
- "@atlaskit/editor-plugin-media-editing": "6.1.1",
89
- "@atlaskit/editor-plugin-media-insert": "27.1.3",
90
- "@atlaskit/editor-plugin-mentions": "14.11.4",
91
- "@atlaskit/editor-plugin-metrics": "13.1.2",
92
- "@atlaskit/editor-plugin-panel": "14.2.3",
93
- "@atlaskit/editor-plugin-paste": "13.5.2",
94
- "@atlaskit/editor-plugin-paste-options-toolbar": "13.5.2",
95
- "@atlaskit/editor-plugin-placeholder": "12.1.2",
96
- "@atlaskit/editor-plugin-placeholder-text": "13.1.0",
97
- "@atlaskit/editor-plugin-primary-toolbar": "13.1.2",
98
- "@atlaskit/editor-plugin-quick-insert": "12.1.4",
99
- "@atlaskit/editor-plugin-rule": "12.1.0",
100
- "@atlaskit/editor-plugin-save-on-enter": "12.1.0",
101
- "@atlaskit/editor-plugin-scroll-into-view": "12.1.0",
102
- "@atlaskit/editor-plugin-selection": "12.1.2",
103
- "@atlaskit/editor-plugin-selection-extension": "15.1.3",
104
- "@atlaskit/editor-plugin-selection-marker": "12.1.2",
105
- "@atlaskit/editor-plugin-selection-toolbar": "13.1.3",
106
- "@atlaskit/editor-plugin-show-diff": "10.7.3",
107
- "@atlaskit/editor-plugin-status": "13.2.2",
108
- "@atlaskit/editor-plugin-submit-editor": "12.1.0",
109
- "@atlaskit/editor-plugin-synced-block": "10.8.5",
110
- "@atlaskit/editor-plugin-table": "24.6.1",
111
- "@atlaskit/editor-plugin-tasks-and-decisions": "15.3.2",
112
- "@atlaskit/editor-plugin-text-color": "12.4.4",
113
- "@atlaskit/editor-plugin-text-formatting": "12.1.2",
114
- "@atlaskit/editor-plugin-toolbar": "9.1.2",
115
- "@atlaskit/editor-plugin-toolbar-lists-indentation": "13.1.2",
116
- "@atlaskit/editor-plugin-track-changes": "11.2.4",
117
- "@atlaskit/editor-plugin-type-ahead": "13.2.3",
118
- "@atlaskit/editor-plugin-ufo": "12.1.2",
119
- "@atlaskit/editor-plugin-ui-control-registry": "6.1.0",
120
- "@atlaskit/editor-plugin-undo-redo": "12.1.2",
121
- "@atlaskit/editor-plugin-unsupported-content": "12.1.0",
122
- "@atlaskit/editor-plugin-user-intent": "10.2.0",
123
- "@atlaskit/editor-plugin-user-preferences": "10.1.2",
124
- "@atlaskit/editor-plugin-width": "13.1.0",
25
+ "@atlaskit/editor-plugin-accessibility-utils": "13.0.0",
26
+ "@atlaskit/editor-plugin-alignment": "14.0.0",
27
+ "@atlaskit/editor-plugin-analytics": "13.0.0",
28
+ "@atlaskit/editor-plugin-annotation": "13.0.0",
29
+ "@atlaskit/editor-plugin-autocomplete": "5.0.0",
30
+ "@atlaskit/editor-plugin-avatar-group": "14.0.0",
31
+ "@atlaskit/editor-plugin-base": "14.0.0",
32
+ "@atlaskit/editor-plugin-batch-attribute-updates": "13.0.0",
33
+ "@atlaskit/editor-plugin-before-primary-toolbar": "13.0.0",
34
+ "@atlaskit/editor-plugin-better-type-history": "13.0.0",
35
+ "@atlaskit/editor-plugin-block-controls": "14.0.0",
36
+ "@atlaskit/editor-plugin-block-menu": "12.0.0",
37
+ "@atlaskit/editor-plugin-block-type": "17.0.1",
38
+ "@atlaskit/editor-plugin-border": "13.0.0",
39
+ "@atlaskit/editor-plugin-breakout": "13.0.0",
40
+ "@atlaskit/editor-plugin-caption": "13.0.0",
41
+ "@atlaskit/editor-plugin-card": "19.0.0",
42
+ "@atlaskit/editor-plugin-clear-marks-on-empty-doc": "13.0.0",
43
+ "@atlaskit/editor-plugin-clipboard": "13.0.0",
44
+ "@atlaskit/editor-plugin-code-bidi-warning": "13.0.0",
45
+ "@atlaskit/editor-plugin-code-block": "15.0.0",
46
+ "@atlaskit/editor-plugin-collab-edit": "14.0.0",
47
+ "@atlaskit/editor-plugin-composition": "12.0.0",
48
+ "@atlaskit/editor-plugin-connectivity": "13.0.0",
49
+ "@atlaskit/editor-plugin-content-format": "7.0.0",
50
+ "@atlaskit/editor-plugin-content-insertion": "13.0.0",
51
+ "@atlaskit/editor-plugin-context-identifier": "13.0.0",
52
+ "@atlaskit/editor-plugin-context-panel": "15.0.0",
53
+ "@atlaskit/editor-plugin-copy-button": "13.0.0",
54
+ "@atlaskit/editor-plugin-custom-autoformat": "13.0.0",
55
+ "@atlaskit/editor-plugin-data-consumer": "13.0.0",
56
+ "@atlaskit/editor-plugin-date": "15.0.0",
57
+ "@atlaskit/editor-plugin-decorations": "13.0.0",
58
+ "@atlaskit/editor-plugin-editor-disabled": "13.0.0",
59
+ "@atlaskit/editor-plugin-editor-viewmode": "15.0.0",
60
+ "@atlaskit/editor-plugin-editor-viewmode-effects": "13.0.0",
61
+ "@atlaskit/editor-plugin-emoji": "14.0.0",
62
+ "@atlaskit/editor-plugin-engagement-platform": "14.0.0",
63
+ "@atlaskit/editor-plugin-expand": "14.0.0",
64
+ "@atlaskit/editor-plugin-extension": "16.0.1",
65
+ "@atlaskit/editor-plugin-feature-flags": "12.0.0",
66
+ "@atlaskit/editor-plugin-feedback-dialog": "13.0.0",
67
+ "@atlaskit/editor-plugin-find-replace": "13.0.0",
68
+ "@atlaskit/editor-plugin-floating-toolbar": "15.0.0",
69
+ "@atlaskit/editor-plugin-focus": "12.0.0",
70
+ "@atlaskit/editor-plugin-fragment": "13.0.0",
71
+ "@atlaskit/editor-plugin-grid": "13.0.0",
72
+ "@atlaskit/editor-plugin-guideline": "13.0.0",
73
+ "@atlaskit/editor-plugin-help-dialog": "13.0.0",
74
+ "@atlaskit/editor-plugin-highlight": "13.0.0",
75
+ "@atlaskit/editor-plugin-history": "13.0.0",
76
+ "@atlaskit/editor-plugin-hyperlink": "15.0.0",
77
+ "@atlaskit/editor-plugin-image-upload": "13.0.0",
78
+ "@atlaskit/editor-plugin-indentation": "13.0.0",
79
+ "@atlaskit/editor-plugin-insert-block": "14.0.0",
80
+ "@atlaskit/editor-plugin-interaction": "24.0.0",
81
+ "@atlaskit/editor-plugin-layout": "14.0.0",
82
+ "@atlaskit/editor-plugin-limited-mode": "10.0.0",
83
+ "@atlaskit/editor-plugin-list": "15.0.0",
84
+ "@atlaskit/editor-plugin-local-id": "11.0.0",
85
+ "@atlaskit/editor-plugin-loom": "15.0.0",
86
+ "@atlaskit/editor-plugin-max-content-size": "13.0.0",
87
+ "@atlaskit/editor-plugin-media": "15.0.0",
88
+ "@atlaskit/editor-plugin-media-editing": "7.0.0",
89
+ "@atlaskit/editor-plugin-media-insert": "28.0.0",
90
+ "@atlaskit/editor-plugin-mentions": "15.0.1",
91
+ "@atlaskit/editor-plugin-metrics": "14.0.0",
92
+ "@atlaskit/editor-plugin-panel": "15.0.1",
93
+ "@atlaskit/editor-plugin-paste": "14.0.0",
94
+ "@atlaskit/editor-plugin-paste-options-toolbar": "14.0.0",
95
+ "@atlaskit/editor-plugin-placeholder": "13.0.0",
96
+ "@atlaskit/editor-plugin-placeholder-text": "14.0.0",
97
+ "@atlaskit/editor-plugin-primary-toolbar": "14.0.0",
98
+ "@atlaskit/editor-plugin-quick-insert": "13.0.0",
99
+ "@atlaskit/editor-plugin-rule": "13.0.0",
100
+ "@atlaskit/editor-plugin-save-on-enter": "13.0.0",
101
+ "@atlaskit/editor-plugin-scroll-into-view": "13.0.0",
102
+ "@atlaskit/editor-plugin-selection": "13.0.0",
103
+ "@atlaskit/editor-plugin-selection-extension": "16.0.0",
104
+ "@atlaskit/editor-plugin-selection-marker": "13.0.0",
105
+ "@atlaskit/editor-plugin-selection-toolbar": "14.0.0",
106
+ "@atlaskit/editor-plugin-show-diff": "11.0.0",
107
+ "@atlaskit/editor-plugin-status": "14.0.0",
108
+ "@atlaskit/editor-plugin-submit-editor": "13.0.0",
109
+ "@atlaskit/editor-plugin-synced-block": "11.0.0",
110
+ "@atlaskit/editor-plugin-table": "25.0.1",
111
+ "@atlaskit/editor-plugin-tasks-and-decisions": "16.0.0",
112
+ "@atlaskit/editor-plugin-text-color": "13.0.0",
113
+ "@atlaskit/editor-plugin-text-formatting": "13.0.0",
114
+ "@atlaskit/editor-plugin-toolbar": "10.0.0",
115
+ "@atlaskit/editor-plugin-toolbar-lists-indentation": "14.0.0",
116
+ "@atlaskit/editor-plugin-track-changes": "12.0.0",
117
+ "@atlaskit/editor-plugin-type-ahead": "14.0.0",
118
+ "@atlaskit/editor-plugin-ufo": "13.0.0",
119
+ "@atlaskit/editor-plugin-ui-control-registry": "7.0.0",
120
+ "@atlaskit/editor-plugin-undo-redo": "13.0.0",
121
+ "@atlaskit/editor-plugin-unsupported-content": "13.0.0",
122
+ "@atlaskit/editor-plugin-user-intent": "11.0.0",
123
+ "@atlaskit/editor-plugin-user-preferences": "11.0.0",
124
+ "@atlaskit/editor-plugin-width": "14.0.0",
125
125
  "@babel/runtime": "^7.0.0"
126
126
  },
127
127
  "peerDependencies": {
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "@atlaskit/editor-plugins/synced-block/types",
3
+ "main": "../../dist/cjs/synced-block/types/index.js",
4
+ "module": "../../dist/esm/synced-block/types/index.js",
5
+ "module:es2019": "../../dist/es2019/synced-block/types/index.js",
6
+ "sideEffects": false,
7
+ "types": "../../dist/types/synced-block/types/index.d.ts"
8
+ }