@atlaskit/editor-plugin-table 8.4.10 → 8.4.11

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,13 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 8.4.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#181547](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/181547)
8
+ [`40f89a75c9468`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/40f89a75c9468) -
9
+ make guideline plugin optional to media and table plugins
10
+
3
11
  ## 8.4.10
4
12
 
5
13
  ### Patch Changes
@@ -43,8 +43,8 @@ export type TablePlugin = NextEditorPlugin<'table', {
43
43
  AnalyticsPlugin,
44
44
  ContentInsertionPlugin,
45
45
  WidthPlugin,
46
- GuidelinePlugin,
47
46
  SelectionPlugin,
47
+ OptionalPlugin<GuidelinePlugin>,
48
48
  OptionalPlugin<BatchAttributeUpdatesPlugin>,
49
49
  OptionalPlugin<AccessibilityUtilsPlugin>,
50
50
  OptionalPlugin<MediaPlugin>,
@@ -58,14 +58,6 @@ export declare const ColumnControls: ({ editorView, tableActive, tableRef, hover
58
58
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>];
59
59
  } & import("@atlaskit/editor-plugin-content-insertion").InsertNodeAPI, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
60
60
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
61
- }, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
62
- dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
63
- sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
64
- }, undefined>];
65
- sharedState: import("@atlaskit/editor-common/guideline").GuidelinePluginState | null;
66
- actions: {
67
- displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
68
- };
69
61
  }, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
70
62
  pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
71
63
  actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
@@ -73,7 +65,15 @@ export declare const ColumnControls: ({ editorView, tableActive, tableRef, hover
73
65
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
74
66
  };
75
67
  sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
76
- }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
68
+ }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
69
+ dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
70
+ sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
71
+ }, undefined>];
72
+ sharedState: import("@atlaskit/editor-common/guideline").GuidelinePluginState | null;
73
+ actions: {
74
+ displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
75
+ };
76
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
77
77
  actions: {
78
78
  batchSteps: import("@atlaskit/editor-plugin-batch-attribute-updates").BatchStepsAction;
79
79
  };
@@ -39,14 +39,6 @@ export declare const DragCornerControlsWithSelection: React.FC<import("react-int
39
39
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>];
40
40
  } & import("@atlaskit/editor-plugin-content-insertion").InsertNodeAPI, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
41
41
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
42
- }, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
43
- dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
44
- sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
45
- }, undefined>];
46
- sharedState: import("@atlaskit/editor-common/guideline").GuidelinePluginState | null;
47
- actions: {
48
- displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
49
- };
50
42
  }, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
51
43
  pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
52
44
  actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
@@ -54,7 +46,15 @@ export declare const DragCornerControlsWithSelection: React.FC<import("react-int
54
46
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
55
47
  };
56
48
  sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
57
- }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
49
+ }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
50
+ dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
51
+ sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
52
+ }, undefined>];
53
+ sharedState: import("@atlaskit/editor-common/guideline").GuidelinePluginState | null;
54
+ actions: {
55
+ displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
56
+ };
57
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
58
58
  actions: {
59
59
  batchSteps: import("@atlaskit/editor-plugin-batch-attribute-updates").BatchStepsAction;
60
60
  };
@@ -125,14 +125,6 @@ export declare const DragCornerControlsWithSelection: React.FC<import("react-int
125
125
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>];
126
126
  } & import("@atlaskit/editor-plugin-content-insertion").InsertNodeAPI, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
127
127
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
128
- }, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
129
- dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
130
- sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
131
- }, undefined>];
132
- sharedState: import("@atlaskit/editor-common/guideline").GuidelinePluginState | null;
133
- actions: {
134
- displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
135
- };
136
128
  }, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
137
129
  pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
138
130
  actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
@@ -140,7 +132,15 @@ export declare const DragCornerControlsWithSelection: React.FC<import("react-int
140
132
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
141
133
  };
142
134
  sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
143
- }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
135
+ }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
136
+ dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
137
+ sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
138
+ }, undefined>];
139
+ sharedState: import("@atlaskit/editor-common/guideline").GuidelinePluginState | null;
140
+ actions: {
141
+ displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
142
+ };
143
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
144
144
  actions: {
145
145
  batchSteps: import("@atlaskit/editor-plugin-batch-attribute-updates").BatchStepsAction;
146
146
  };
@@ -68,14 +68,6 @@ export declare const TableFloatingControls: ({ editorView, tableRef, tableNode,
68
68
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>];
69
69
  } & import("@atlaskit/editor-plugin-content-insertion").InsertNodeAPI, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
70
70
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
71
- }, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
72
- dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
73
- sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
74
- }, undefined>];
75
- sharedState: import("@atlaskit/editor-common/guideline").GuidelinePluginState | null;
76
- actions: {
77
- displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
78
- };
79
71
  }, undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
80
72
  pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
81
73
  actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
@@ -83,7 +75,15 @@ export declare const TableFloatingControls: ({ editorView, tableRef, tableNode,
83
75
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
84
76
  };
85
77
  sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
86
- }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
78
+ }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
79
+ dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
80
+ sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
81
+ }, undefined>];
82
+ sharedState: import("@atlaskit/editor-common/guideline").GuidelinePluginState | null;
83
+ actions: {
84
+ displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
85
+ };
86
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
87
87
  actions: {
88
88
  batchSteps: import("@atlaskit/editor-plugin-batch-attribute-updates").BatchStepsAction;
89
89
  };
@@ -43,8 +43,8 @@ export type TablePlugin = NextEditorPlugin<'table', {
43
43
  AnalyticsPlugin,
44
44
  ContentInsertionPlugin,
45
45
  WidthPlugin,
46
- GuidelinePlugin,
47
46
  SelectionPlugin,
47
+ OptionalPlugin<GuidelinePlugin>,
48
48
  OptionalPlugin<BatchAttributeUpdatesPlugin>,
49
49
  OptionalPlugin<AccessibilityUtilsPlugin>,
50
50
  OptionalPlugin<MediaPlugin>,
@@ -68,7 +68,15 @@ export declare const ColumnControls: ({ editorView, tableActive, tableRef, hover
68
68
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
69
69
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
70
70
  }, undefined>,
71
- import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
71
+ import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
72
+ pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
73
+ actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
74
+ commands: {
75
+ displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
76
+ };
77
+ sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
78
+ }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>,
79
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
72
80
  dependencies: [
73
81
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
74
82
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
@@ -78,15 +86,7 @@ export declare const ColumnControls: ({ editorView, tableActive, tableRef, hover
78
86
  actions: {
79
87
  displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
80
88
  };
81
- }, undefined>,
82
- import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
83
- pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
84
- actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
85
- commands: {
86
- displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
87
- };
88
- sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
89
- }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>,
89
+ }, undefined>>,
90
90
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
91
91
  actions: {
92
92
  batchSteps: import("@atlaskit/editor-plugin-batch-attribute-updates").BatchStepsAction;
@@ -49,7 +49,15 @@ export declare const DragCornerControlsWithSelection: React.FC<import("react-int
49
49
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
50
50
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
51
51
  }, undefined>,
52
- import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
52
+ import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
53
+ pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
54
+ actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
55
+ commands: {
56
+ displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
57
+ };
58
+ sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
59
+ }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>,
60
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
53
61
  dependencies: [
54
62
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
55
63
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
@@ -59,15 +67,7 @@ export declare const DragCornerControlsWithSelection: React.FC<import("react-int
59
67
  actions: {
60
68
  displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
61
69
  };
62
- }, undefined>,
63
- import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
64
- pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
65
- actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
66
- commands: {
67
- displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
68
- };
69
- sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
70
- }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>,
70
+ }, undefined>>,
71
71
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
72
72
  actions: {
73
73
  batchSteps: import("@atlaskit/editor-plugin-batch-attribute-updates").BatchStepsAction;
@@ -156,7 +156,15 @@ export declare const DragCornerControlsWithSelection: React.FC<import("react-int
156
156
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
157
157
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
158
158
  }, undefined>,
159
- import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
159
+ import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
160
+ pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
161
+ actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
162
+ commands: {
163
+ displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
164
+ };
165
+ sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
166
+ }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>,
167
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
160
168
  dependencies: [
161
169
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
162
170
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
@@ -166,15 +174,7 @@ export declare const DragCornerControlsWithSelection: React.FC<import("react-int
166
174
  actions: {
167
175
  displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
168
176
  };
169
- }, undefined>,
170
- import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
171
- pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
172
- actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
173
- commands: {
174
- displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
175
- };
176
- sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
177
- }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>,
177
+ }, undefined>>,
178
178
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
179
179
  actions: {
180
180
  batchSteps: import("@atlaskit/editor-plugin-batch-attribute-updates").BatchStepsAction;
@@ -78,7 +78,15 @@ export declare const TableFloatingControls: ({ editorView, tableRef, tableNode,
78
78
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
79
79
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
80
80
  }, undefined>,
81
- import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
81
+ import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
82
+ pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
83
+ actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
84
+ commands: {
85
+ displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
86
+ };
87
+ sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
88
+ }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>,
89
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"guideline", {
82
90
  dependencies: [
83
91
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
84
92
  sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
@@ -88,15 +96,7 @@ export declare const TableFloatingControls: ({ editorView, tableRef, tableNode,
88
96
  actions: {
89
97
  displayGuideline: import("@atlaskit/editor-common/guideline").DisplayGuideline;
90
98
  };
91
- }, undefined>,
92
- import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
93
- pluginConfiguration: import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined;
94
- actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
95
- commands: {
96
- displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
97
- };
98
- sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
99
- }, import("@atlaskit/editor-plugin-selection").SelectionPluginOptions | undefined>,
99
+ }, undefined>>,
100
100
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
101
101
  actions: {
102
102
  batchSteps: import("@atlaskit/editor-plugin-batch-attribute-updates").BatchStepsAction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "8.4.10",
3
+ "version": "8.4.11",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/adf-schema": "^46.1.0",
31
31
  "@atlaskit/button": "^20.3.0",
32
32
  "@atlaskit/custom-steps": "^0.9.0",
33
- "@atlaskit/editor-common": "^96.5.0",
33
+ "@atlaskit/editor-common": "^96.7.0",
34
34
  "@atlaskit/editor-palette": "1.6.3",
35
35
  "@atlaskit/editor-plugin-accessibility-utils": "^1.2.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
@@ -51,7 +51,7 @@
51
51
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
52
52
  "@atlaskit/primitives": "^13.3.0",
53
53
  "@atlaskit/theme": "^14.0.0",
54
- "@atlaskit/tmp-editor-statsig": "^2.27.0",
54
+ "@atlaskit/tmp-editor-statsig": "^2.29.0",
55
55
  "@atlaskit/toggle": "^14.0.0",
56
56
  "@atlaskit/tokens": "^2.5.0",
57
57
  "@atlaskit/tooltip": "^19.0.0",
@@ -67,8 +67,8 @@ export type TablePlugin = NextEditorPlugin<
67
67
  AnalyticsPlugin,
68
68
  ContentInsertionPlugin,
69
69
  WidthPlugin,
70
- GuidelinePlugin,
71
70
  SelectionPlugin,
71
+ OptionalPlugin<GuidelinePlugin>,
72
72
  OptionalPlugin<BatchAttributeUpdatesPlugin>,
73
73
  OptionalPlugin<AccessibilityUtilsPlugin>,
74
74
  OptionalPlugin<MediaPlugin>,