@atlaskit/editor-core 203.2.7 → 203.2.9

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.
@@ -929,7 +929,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
929
929
  actions: {
930
930
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
931
931
  };
932
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
932
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
933
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
934
+ dependencies: [];
935
+ pluginConfiguration?: {
936
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
937
+ } | undefined;
938
+ commands: {
939
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
940
+ };
941
+ }, {
942
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
943
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
933
944
  pluginConfiguration: FeatureFlags;
934
945
  sharedState: FeatureFlags;
935
946
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -1105,7 +1116,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1105
1116
  actions: {
1106
1117
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
1107
1118
  };
1108
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
1119
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
1120
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
1121
+ dependencies: [];
1122
+ pluginConfiguration?: {
1123
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
1124
+ } | undefined;
1125
+ commands: {
1126
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
1127
+ };
1128
+ }, {
1129
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
1130
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
1109
1131
  pluginConfiguration: FeatureFlags;
1110
1132
  sharedState: FeatureFlags;
1111
1133
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -2168,7 +2190,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
2168
2190
  actions: {
2169
2191
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
2170
2192
  };
2171
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2193
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
2194
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
2195
+ dependencies: [];
2196
+ pluginConfiguration?: {
2197
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
2198
+ } | undefined;
2199
+ commands: {
2200
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
2201
+ };
2202
+ }, {
2203
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
2204
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2172
2205
  pluginConfiguration: FeatureFlags;
2173
2206
  sharedState: FeatureFlags;
2174
2207
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -2297,7 +2330,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
2297
2330
  actions: {
2298
2331
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
2299
2332
  };
2300
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2333
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
2334
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
2335
+ dependencies: [];
2336
+ pluginConfiguration?: {
2337
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
2338
+ } | undefined;
2339
+ commands: {
2340
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
2341
+ };
2342
+ }, {
2343
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
2344
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2301
2345
  pluginConfiguration: FeatureFlags;
2302
2346
  sharedState: FeatureFlags;
2303
2347
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -2996,7 +3040,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
2996
3040
  actions: {
2997
3041
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
2998
3042
  };
2999
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
3043
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
3044
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
3045
+ dependencies: [];
3046
+ pluginConfiguration?: {
3047
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
3048
+ } | undefined;
3049
+ commands: {
3050
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
3051
+ };
3052
+ }, {
3053
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
3054
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
3000
3055
  pluginConfiguration: FeatureFlags;
3001
3056
  sharedState: FeatureFlags;
3002
3057
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -3970,7 +4025,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
3970
4025
  actions: {
3971
4026
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
3972
4027
  };
3973
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4028
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
4029
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
4030
+ dependencies: [];
4031
+ pluginConfiguration?: {
4032
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4033
+ } | undefined;
4034
+ commands: {
4035
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
4036
+ };
4037
+ }, {
4038
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4039
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
3974
4040
  pluginConfiguration: FeatureFlags;
3975
4041
  sharedState: FeatureFlags;
3976
4042
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -4470,7 +4536,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4470
4536
  actions: {
4471
4537
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
4472
4538
  };
4473
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4539
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
4540
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
4541
+ dependencies: [];
4542
+ pluginConfiguration?: {
4543
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4544
+ } | undefined;
4545
+ commands: {
4546
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
4547
+ };
4548
+ }, {
4549
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4550
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4474
4551
  pluginConfiguration: FeatureFlags;
4475
4552
  sharedState: FeatureFlags;
4476
4553
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -4595,7 +4672,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4595
4672
  actions: {
4596
4673
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
4597
4674
  };
4598
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4675
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
4676
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
4677
+ dependencies: [];
4678
+ pluginConfiguration?: {
4679
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4680
+ } | undefined;
4681
+ commands: {
4682
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
4683
+ };
4684
+ }, {
4685
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4686
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4599
4687
  pluginConfiguration: FeatureFlags;
4600
4688
  sharedState: FeatureFlags;
4601
4689
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -5772,7 +5860,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
5772
5860
  actions: {
5773
5861
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
5774
5862
  };
5775
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5863
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
5864
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
5865
+ dependencies: [];
5866
+ pluginConfiguration?: {
5867
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
5868
+ } | undefined;
5869
+ commands: {
5870
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
5871
+ };
5872
+ }, {
5873
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
5874
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5776
5875
  pluginConfiguration: FeatureFlags;
5777
5876
  sharedState: FeatureFlags;
5778
5877
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -7427,7 +7526,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
7427
7526
  actions: {
7428
7527
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
7429
7528
  };
7430
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7529
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
7530
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
7531
+ dependencies: [];
7532
+ pluginConfiguration?: {
7533
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
7534
+ } | undefined;
7535
+ commands: {
7536
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
7537
+ };
7538
+ }, {
7539
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
7540
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7431
7541
  pluginConfiguration: FeatureFlags;
7432
7542
  sharedState: FeatureFlags;
7433
7543
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -7603,7 +7713,18 @@ export default function createUniversalPresetInternal({ appearance, props, featu
7603
7713
  actions: {
7604
7714
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
7605
7715
  };
7606
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7716
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
7717
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
7718
+ dependencies: [];
7719
+ pluginConfiguration?: {
7720
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
7721
+ } | undefined;
7722
+ commands: {
7723
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
7724
+ };
7725
+ }, {
7726
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
7727
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7607
7728
  pluginConfiguration: FeatureFlags;
7608
7729
  sharedState: FeatureFlags;
7609
7730
  }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -877,7 +877,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
877
877
  actions: {
878
878
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
879
879
  };
880
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
880
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
881
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
882
+ dependencies: [];
883
+ pluginConfiguration?: {
884
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
885
+ } | undefined;
886
+ commands: {
887
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
888
+ };
889
+ }, {
890
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
891
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
881
892
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
882
893
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
883
894
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -1053,7 +1064,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
1053
1064
  actions: {
1054
1065
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
1055
1066
  };
1056
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
1067
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
1068
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
1069
+ dependencies: [];
1070
+ pluginConfiguration?: {
1071
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
1072
+ } | undefined;
1073
+ commands: {
1074
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
1075
+ };
1076
+ }, {
1077
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
1078
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
1057
1079
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
1058
1080
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
1059
1081
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -2116,7 +2138,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
2116
2138
  actions: {
2117
2139
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
2118
2140
  };
2119
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2141
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
2142
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
2143
+ dependencies: [];
2144
+ pluginConfiguration?: {
2145
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
2146
+ } | undefined;
2147
+ commands: {
2148
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
2149
+ };
2150
+ }, {
2151
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
2152
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2120
2153
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
2121
2154
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
2122
2155
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -2245,7 +2278,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
2245
2278
  actions: {
2246
2279
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
2247
2280
  };
2248
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2281
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
2282
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
2283
+ dependencies: [];
2284
+ pluginConfiguration?: {
2285
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
2286
+ } | undefined;
2287
+ commands: {
2288
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
2289
+ };
2290
+ }, {
2291
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
2292
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2249
2293
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
2250
2294
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
2251
2295
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -2944,7 +2988,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
2944
2988
  actions: {
2945
2989
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
2946
2990
  };
2947
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2991
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
2992
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
2993
+ dependencies: [];
2994
+ pluginConfiguration?: {
2995
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
2996
+ } | undefined;
2997
+ commands: {
2998
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
2999
+ };
3000
+ }, {
3001
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
3002
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
2948
3003
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
2949
3004
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
2950
3005
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -3918,7 +3973,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
3918
3973
  actions: {
3919
3974
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
3920
3975
  };
3921
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
3976
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
3977
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
3978
+ dependencies: [];
3979
+ pluginConfiguration?: {
3980
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
3981
+ } | undefined;
3982
+ commands: {
3983
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
3984
+ };
3985
+ }, {
3986
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
3987
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
3922
3988
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
3923
3989
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
3924
3990
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -4418,7 +4484,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
4418
4484
  actions: {
4419
4485
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
4420
4486
  };
4421
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4487
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
4488
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
4489
+ dependencies: [];
4490
+ pluginConfiguration?: {
4491
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4492
+ } | undefined;
4493
+ commands: {
4494
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
4495
+ };
4496
+ }, {
4497
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4498
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4422
4499
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4423
4500
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4424
4501
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -4543,7 +4620,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
4543
4620
  actions: {
4544
4621
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
4545
4622
  };
4546
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4623
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
4624
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
4625
+ dependencies: [];
4626
+ pluginConfiguration?: {
4627
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4628
+ } | undefined;
4629
+ commands: {
4630
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
4631
+ };
4632
+ }, {
4633
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4634
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4547
4635
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4548
4636
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4549
4637
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -5720,7 +5808,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
5720
5808
  actions: {
5721
5809
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
5722
5810
  };
5723
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5811
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
5812
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
5813
+ dependencies: [];
5814
+ pluginConfiguration?: {
5815
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
5816
+ } | undefined;
5817
+ commands: {
5818
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
5819
+ };
5820
+ }, {
5821
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
5822
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5724
5823
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
5725
5824
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
5726
5825
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -7375,7 +7474,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
7375
7474
  actions: {
7376
7475
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
7377
7476
  };
7378
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7477
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
7478
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
7479
+ dependencies: [];
7480
+ pluginConfiguration?: {
7481
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
7482
+ } | undefined;
7483
+ commands: {
7484
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
7485
+ };
7486
+ }, {
7487
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
7488
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7379
7489
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
7380
7490
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
7381
7491
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
@@ -7551,7 +7661,18 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
7551
7661
  actions: {
7552
7662
  applyViewModeStepAt: (tr: import("prosemirror-state").Transaction) => boolean;
7553
7663
  };
7554
- }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7664
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
7665
+ sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
7666
+ dependencies: [];
7667
+ pluginConfiguration?: {
7668
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
7669
+ } | undefined;
7670
+ commands: {
7671
+ updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
7672
+ };
7673
+ }, {
7674
+ mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
7675
+ } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
7555
7676
  pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
7556
7677
  sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
7557
7678
  }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {