@atlaskit/editor-core 203.7.4 → 203.7.5

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,17 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 203.7.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#97266](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97266)
8
+ [`146d81a368a5c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/146d81a368a5c) -
9
+ Remove table-preserve-width experiment
10
+ - [#97992](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97992)
11
+ [`129bc0e5c4f11`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/129bc0e5c4f11) -
12
+ ED-26104 fix editing captions on edge browsers
13
+ - Updated dependencies
14
+
3
15
  ## 203.7.4
4
16
 
5
17
  ### Patch Changes
@@ -152,9 +152,9 @@ function createUniversalPresetInternal(_ref) {
152
152
  })) || isComment && (0, _experiments.editorExperiment)('support_table_in_comment_jira', true, {
153
153
  exposure: true
154
154
  }),
155
- isTableScalingEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tablePreserveWidth) && (isFullPage || isComment && (0, _experiments.editorExperiment)('support_table_in_comment', true, {
155
+ isTableScalingEnabled: isFullPage || isComment && (0, _experiments.editorExperiment)('support_table_in_comment', true, {
156
156
  exposure: true
157
- })) || isComment && (0, _experiments.editorExperiment)('support_table_in_comment_jira', true, {
157
+ }) || isComment && (0, _experiments.editorExperiment)('support_table_in_comment_jira', true, {
158
158
  exposure: true
159
159
  }),
160
160
  allowContextualMenu: true,
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "203.7.4";
8
+ var version = exports.version = "203.7.5";
@@ -144,9 +144,9 @@ export default function createUniversalPresetInternal({
144
144
  })) || isComment && editorExperiment('support_table_in_comment_jira', true, {
145
145
  exposure: true
146
146
  }),
147
- isTableScalingEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tablePreserveWidth) && (isFullPage || isComment && editorExperiment('support_table_in_comment', true, {
147
+ isTableScalingEnabled: isFullPage || isComment && editorExperiment('support_table_in_comment', true, {
148
148
  exposure: true
149
- })) || isComment && editorExperiment('support_table_in_comment_jira', true, {
149
+ }) || isComment && editorExperiment('support_table_in_comment_jira', true, {
150
150
  exposure: true
151
151
  }),
152
152
  allowContextualMenu: true,
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "203.7.4";
2
+ export const version = "203.7.5";
@@ -145,9 +145,9 @@ export default function createUniversalPresetInternal(_ref) {
145
145
  })) || isComment && editorExperiment('support_table_in_comment_jira', true, {
146
146
  exposure: true
147
147
  }),
148
- isTableScalingEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tablePreserveWidth) && (isFullPage || isComment && editorExperiment('support_table_in_comment', true, {
148
+ isTableScalingEnabled: isFullPage || isComment && editorExperiment('support_table_in_comment', true, {
149
149
  exposure: true
150
- })) || isComment && editorExperiment('support_table_in_comment_jira', true, {
150
+ }) || isComment && editorExperiment('support_table_in_comment_jira', true, {
151
151
  exposure: true
152
152
  }),
153
153
  allowContextualMenu: true,
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "203.7.4";
2
+ export var version = "203.7.5";
@@ -891,27 +891,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
891
891
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
892
892
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
893
893
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
894
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
895
- actions: {
896
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
897
- stopMessage: (messageId: string) => Promise<boolean>;
898
- };
899
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
900
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
901
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
902
- sharedState: {
903
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
904
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
905
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
906
- };
907
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
908
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
909
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
910
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
911
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
912
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
913
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
914
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
894
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
915
895
  sharedState: {
916
896
  mode: "offline" | "online";
917
897
  };
@@ -1086,27 +1066,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
1086
1066
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
1087
1067
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
1088
1068
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
1089
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
1090
- actions: {
1091
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
1092
- stopMessage: (messageId: string) => Promise<boolean>;
1093
- };
1094
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
1095
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
1096
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
1097
- sharedState: {
1098
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
1099
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
1100
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
1101
- };
1102
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
1103
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
1104
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
1105
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
1106
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
1107
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
1108
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
1109
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
1069
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
1110
1070
  sharedState: {
1111
1071
  mode: "offline" | "online";
1112
1072
  };
@@ -2164,27 +2124,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
2164
2124
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2165
2125
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
2166
2126
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
2167
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
2168
- actions: {
2169
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
2170
- stopMessage: (messageId: string) => Promise<boolean>;
2171
- };
2172
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
2173
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
2174
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
2175
- sharedState: {
2176
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
2177
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
2178
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
2179
- };
2180
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2181
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
2182
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
2183
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
2184
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
2185
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
2186
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
2187
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
2127
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
2188
2128
  sharedState: {
2189
2129
  mode: "offline" | "online";
2190
2130
  };
@@ -2308,27 +2248,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
2308
2248
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2309
2249
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
2310
2250
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
2311
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
2312
- actions: {
2313
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
2314
- stopMessage: (messageId: string) => Promise<boolean>;
2315
- };
2316
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
2317
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
2318
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
2319
- sharedState: {
2320
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
2321
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
2322
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
2323
- };
2324
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2325
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
2326
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
2327
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
2328
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
2329
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
2330
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
2331
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
2251
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
2332
2252
  sharedState: {
2333
2253
  mode: "offline" | "online";
2334
2254
  };
@@ -3022,27 +2942,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
3022
2942
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
3023
2943
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
3024
2944
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
3025
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
3026
- actions: {
3027
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
3028
- stopMessage: (messageId: string) => Promise<boolean>;
3029
- };
3030
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
3031
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
3032
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
3033
- sharedState: {
3034
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
3035
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
3036
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
3037
- };
3038
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
3039
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
3040
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
3041
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
3042
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
3043
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
3044
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
3045
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
2945
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
3046
2946
  sharedState: {
3047
2947
  mode: "offline" | "online";
3048
2948
  };
@@ -4015,27 +3915,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
4015
3915
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4016
3916
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4017
3917
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4018
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
4019
- actions: {
4020
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
4021
- stopMessage: (messageId: string) => Promise<boolean>;
4022
- };
4023
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
4024
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
4025
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
4026
- sharedState: {
4027
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
4028
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
4029
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
4030
- };
4031
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4032
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4033
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4034
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
4035
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
4036
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
4037
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
4038
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
3918
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
4039
3919
  sharedState: {
4040
3920
  mode: "offline" | "online";
4041
3921
  };
@@ -4534,27 +4414,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
4534
4414
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4535
4415
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4536
4416
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4537
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
4538
- actions: {
4539
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
4540
- stopMessage: (messageId: string) => Promise<boolean>;
4541
- };
4542
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
4543
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
4544
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
4545
- sharedState: {
4546
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
4547
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
4548
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
4549
- };
4550
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4551
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4552
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4553
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
4554
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
4555
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
4556
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
4557
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
4417
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
4558
4418
  sharedState: {
4559
4419
  mode: "offline" | "online";
4560
4420
  };
@@ -4678,27 +4538,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
4678
4538
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4679
4539
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4680
4540
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4681
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
4682
- actions: {
4683
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
4684
- stopMessage: (messageId: string) => Promise<boolean>;
4685
- };
4686
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
4687
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
4688
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
4689
- sharedState: {
4690
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
4691
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
4692
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
4693
- };
4694
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4695
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4696
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4697
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
4698
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
4699
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
4700
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
4701
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
4541
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
4702
4542
  sharedState: {
4703
4543
  mode: "offline" | "online";
4704
4544
  };
@@ -5870,27 +5710,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
5870
5710
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5871
5711
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
5872
5712
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
5873
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
5874
- actions: {
5875
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
5876
- stopMessage: (messageId: string) => Promise<boolean>;
5877
- };
5878
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
5879
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
5880
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
5881
- sharedState: {
5882
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
5883
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
5884
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
5885
- };
5886
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5887
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
5888
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
5889
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
5890
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
5891
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
5892
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
5893
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
5713
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
5894
5714
  sharedState: {
5895
5715
  mode: "offline" | "online";
5896
5716
  };
@@ -7545,27 +7365,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
7545
7365
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7546
7366
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
7547
7367
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
7548
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
7549
- actions: {
7550
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
7551
- stopMessage: (messageId: string) => Promise<boolean>;
7552
- };
7553
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
7554
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
7555
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
7556
- sharedState: {
7557
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
7558
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
7559
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
7560
- };
7561
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7562
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
7563
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
7564
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
7565
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
7566
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
7567
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
7568
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
7368
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
7569
7369
  sharedState: {
7570
7370
  mode: "offline" | "online";
7571
7371
  };
@@ -7740,27 +7540,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
7740
7540
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7741
7541
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
7742
7542
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
7743
- }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
7744
- actions: {
7745
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
7746
- stopMessage: (messageId: string) => Promise<boolean>;
7747
- };
7748
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
7749
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
7750
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
7751
- sharedState: {
7752
- createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
7753
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
7754
- performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
7755
- };
7756
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7757
- pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
7758
- sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
7759
- }, import("@atlaskit/editor-common/types").FeatureFlags>>];
7760
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
7761
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
7762
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
7763
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
7543
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
7764
7544
  sharedState: {
7765
7545
  mode: "offline" | "online";
7766
7546
  };
@@ -861,27 +861,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
861
861
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
862
862
  pluginConfiguration: FeatureFlags;
863
863
  sharedState: FeatureFlags;
864
- }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
865
- actions: {
866
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
867
- stopMessage: (messageId: string) => Promise<boolean>;
868
- };
869
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
870
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
871
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
872
- sharedState: {
873
- createAnalyticsEvent: CreateUIAnalyticsEvent | null;
874
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
875
- performanceTracking: PerformanceTracking | undefined;
876
- };
877
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
878
- pluginConfiguration: FeatureFlags;
879
- sharedState: FeatureFlags;
880
- }, FeatureFlags>>];
881
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
882
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
883
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
884
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
864
+ }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
885
865
  sharedState: {
886
866
  mode: "offline" | "online";
887
867
  };
@@ -2536,27 +2516,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
2536
2516
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2537
2517
  pluginConfiguration: FeatureFlags;
2538
2518
  sharedState: FeatureFlags;
2539
- }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
2540
- actions: {
2541
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
2542
- stopMessage: (messageId: string) => Promise<boolean>;
2543
- };
2544
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
2545
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
2546
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
2547
- sharedState: {
2548
- createAnalyticsEvent: CreateUIAnalyticsEvent | null;
2549
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
2550
- performanceTracking: PerformanceTracking | undefined;
2551
- };
2552
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2553
- pluginConfiguration: FeatureFlags;
2554
- sharedState: FeatureFlags;
2555
- }, FeatureFlags>>];
2556
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
2557
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
2558
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
2559
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
2519
+ }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
2560
2520
  sharedState: {
2561
2521
  mode: "offline" | "online";
2562
2522
  };
@@ -2731,27 +2691,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
2731
2691
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2732
2692
  pluginConfiguration: FeatureFlags;
2733
2693
  sharedState: FeatureFlags;
2734
- }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
2735
- actions: {
2736
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
2737
- stopMessage: (messageId: string) => Promise<boolean>;
2738
- };
2739
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
2740
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
2741
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
2742
- sharedState: {
2743
- createAnalyticsEvent: CreateUIAnalyticsEvent | null;
2744
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
2745
- performanceTracking: PerformanceTracking | undefined;
2746
- };
2747
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2748
- pluginConfiguration: FeatureFlags;
2749
- sharedState: FeatureFlags;
2750
- }, FeatureFlags>>];
2751
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
2752
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
2753
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
2754
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
2694
+ }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
2755
2695
  sharedState: {
2756
2696
  mode: "offline" | "online";
2757
2697
  };
@@ -3678,27 +3618,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
3678
3618
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
3679
3619
  pluginConfiguration: FeatureFlags;
3680
3620
  sharedState: FeatureFlags;
3681
- }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
3682
- actions: {
3683
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
3684
- stopMessage: (messageId: string) => Promise<boolean>;
3685
- };
3686
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
3687
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
3688
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
3689
- sharedState: {
3690
- createAnalyticsEvent: CreateUIAnalyticsEvent | null;
3691
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
3692
- performanceTracking: PerformanceTracking | undefined;
3693
- };
3694
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
3695
- pluginConfiguration: FeatureFlags;
3696
- sharedState: FeatureFlags;
3697
- }, FeatureFlags>>];
3698
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
3699
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
3700
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
3701
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
3621
+ }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
3702
3622
  sharedState: {
3703
3623
  mode: "offline" | "online";
3704
3624
  };
@@ -5353,27 +5273,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
5353
5273
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5354
5274
  pluginConfiguration: FeatureFlags;
5355
5275
  sharedState: FeatureFlags;
5356
- }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
5357
- actions: {
5358
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
5359
- stopMessage: (messageId: string) => Promise<boolean>;
5360
- };
5361
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
5362
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
5363
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
5364
- sharedState: {
5365
- createAnalyticsEvent: CreateUIAnalyticsEvent | null;
5366
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
5367
- performanceTracking: PerformanceTracking | undefined;
5368
- };
5369
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5370
- pluginConfiguration: FeatureFlags;
5371
- sharedState: FeatureFlags;
5372
- }, FeatureFlags>>];
5373
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
5374
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
5375
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
5376
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
5276
+ }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
5377
5277
  sharedState: {
5378
5278
  mode: "offline" | "online";
5379
5279
  };
@@ -5548,27 +5448,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
5548
5448
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5549
5449
  pluginConfiguration: FeatureFlags;
5550
5450
  sharedState: FeatureFlags;
5551
- }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
5552
- actions: {
5553
- startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
5554
- stopMessage: (messageId: string) => Promise<boolean>;
5555
- };
5556
- pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
5557
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
5558
- pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
5559
- sharedState: {
5560
- createAnalyticsEvent: CreateUIAnalyticsEvent | null;
5561
- attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
5562
- performanceTracking: PerformanceTracking | undefined;
5563
- };
5564
- dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5565
- pluginConfiguration: FeatureFlags;
5566
- sharedState: FeatureFlags;
5567
- }, FeatureFlags>>];
5568
- actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
5569
- }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
5570
- sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
5571
- }, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
5451
+ }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
5572
5452
  sharedState: {
5573
5453
  mode: "offline" | "online";
5574
5454
  };