@atlaskit/editor-core 195.6.2 → 195.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/index.js +2 -2
  3. package/dist/cjs/ui/Appearance/FullPage/FullPage.js +1 -0
  4. package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +64 -60
  5. package/dist/cjs/ui/ContextPanel/deprecated.js +283 -0
  6. package/dist/cjs/ui/ContextPanel/index.js +26 -133
  7. package/dist/cjs/version-wrapper.js +1 -1
  8. package/dist/es2019/index.js +6 -1
  9. package/dist/es2019/ui/Appearance/FullPage/FullPage.js +1 -0
  10. package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +4 -1
  11. package/dist/es2019/ui/ContextPanel/deprecated.js +258 -0
  12. package/dist/es2019/ui/ContextPanel/index.js +24 -133
  13. package/dist/es2019/version-wrapper.js +1 -1
  14. package/dist/esm/index.js +6 -1
  15. package/dist/esm/ui/Appearance/FullPage/FullPage.js +1 -0
  16. package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +64 -60
  17. package/dist/esm/ui/ContextPanel/deprecated.js +277 -0
  18. package/dist/esm/ui/ContextPanel/index.js +24 -132
  19. package/dist/esm/version-wrapper.js +1 -1
  20. package/dist/types/create-editor/create-universal-preset.d.ts +78 -0
  21. package/dist/types/index.d.ts +6 -1
  22. package/dist/types/presets/default.d.ts +66 -0
  23. package/dist/types/presets/universal.d.ts +78 -0
  24. package/dist/types/presets/useUniversalPreset.d.ts +78 -0
  25. package/dist/types/ui/Appearance/FullPage/FullPageContentArea.d.ts +3 -1
  26. package/dist/types/ui/ContextPanel/deprecated.d.ts +44 -0
  27. package/dist/types/ui/ContextPanel/index.d.ts +5 -9
  28. package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +78 -0
  29. package/dist/types-ts4.5/index.d.ts +6 -1
  30. package/dist/types-ts4.5/presets/default.d.ts +66 -0
  31. package/dist/types-ts4.5/presets/universal.d.ts +78 -0
  32. package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +78 -0
  33. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +5 -1
  34. package/dist/types-ts4.5/ui/ContextPanel/deprecated.d.ts +44 -0
  35. package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +7 -9
  36. package/package.json +6 -11
@@ -92,6 +92,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
92
92
  actions: {
93
93
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
94
94
  };
95
+ sharedState: {
96
+ contents: import("react").ReactNode[] | undefined;
97
+ } | undefined;
95
98
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
96
99
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
97
100
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -121,6 +124,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
121
124
  actions: {
122
125
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
123
126
  };
127
+ sharedState: {
128
+ contents: import("react").ReactNode[] | undefined;
129
+ } | undefined;
124
130
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
125
131
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
126
132
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -307,6 +313,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
307
313
  actions: {
308
314
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
309
315
  };
316
+ sharedState: {
317
+ contents: import("react").ReactNode[] | undefined;
318
+ } | undefined;
310
319
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
311
320
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
312
321
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -336,6 +345,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
336
345
  actions: {
337
346
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
338
347
  };
348
+ sharedState: {
349
+ contents: import("react").ReactNode[] | undefined;
350
+ } | undefined;
339
351
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
340
352
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
341
353
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -760,6 +772,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
760
772
  actions: {
761
773
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
762
774
  };
775
+ sharedState: {
776
+ contents: import("react").ReactNode[] | undefined;
777
+ } | undefined;
763
778
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
764
779
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
765
780
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -789,6 +804,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
789
804
  actions: {
790
805
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
791
806
  };
807
+ sharedState: {
808
+ contents: import("react").ReactNode[] | undefined;
809
+ } | undefined;
792
810
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
793
811
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
794
812
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -1202,6 +1220,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
1202
1220
  actions: {
1203
1221
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1204
1222
  };
1223
+ sharedState: {
1224
+ contents: import("react").ReactNode[] | undefined;
1225
+ } | undefined;
1205
1226
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
1206
1227
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
1207
1228
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -1231,6 +1252,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
1231
1252
  actions: {
1232
1253
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1233
1254
  };
1255
+ sharedState: {
1256
+ contents: import("react").ReactNode[] | undefined;
1257
+ } | undefined;
1234
1258
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
1235
1259
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
1236
1260
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -1415,6 +1439,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
1415
1439
  actions: {
1416
1440
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1417
1441
  };
1442
+ sharedState: {
1443
+ contents: import("react").ReactNode[] | undefined;
1444
+ } | undefined;
1418
1445
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
1419
1446
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
1420
1447
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -1444,6 +1471,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
1444
1471
  actions: {
1445
1472
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1446
1473
  };
1474
+ sharedState: {
1475
+ contents: import("react").ReactNode[] | undefined;
1476
+ } | undefined;
1447
1477
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
1448
1478
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
1449
1479
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -1674,6 +1704,9 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
1674
1704
  actions: {
1675
1705
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1676
1706
  };
1707
+ sharedState: {
1708
+ contents: import("react").ReactNode[] | undefined;
1709
+ } | undefined;
1677
1710
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
1678
1711
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
1679
1712
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -1921,6 +1954,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
1921
1954
  actions: {
1922
1955
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1923
1956
  };
1957
+ sharedState: {
1958
+ contents: import("react").ReactNode[] | undefined;
1959
+ } | undefined;
1924
1960
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
1925
1961
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
1926
1962
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -1950,6 +1986,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
1950
1986
  actions: {
1951
1987
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1952
1988
  };
1989
+ sharedState: {
1990
+ contents: import("react").ReactNode[] | undefined;
1991
+ } | undefined;
1953
1992
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
1954
1993
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
1955
1994
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -2136,6 +2175,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
2136
2175
  actions: {
2137
2176
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
2138
2177
  };
2178
+ sharedState: {
2179
+ contents: import("react").ReactNode[] | undefined;
2180
+ } | undefined;
2139
2181
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
2140
2182
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
2141
2183
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -2165,6 +2207,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
2165
2207
  actions: {
2166
2208
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
2167
2209
  };
2210
+ sharedState: {
2211
+ contents: import("react").ReactNode[] | undefined;
2212
+ } | undefined;
2168
2213
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
2169
2214
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
2170
2215
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -2589,6 +2634,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
2589
2634
  actions: {
2590
2635
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
2591
2636
  };
2637
+ sharedState: {
2638
+ contents: import("react").ReactNode[] | undefined;
2639
+ } | undefined;
2592
2640
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
2593
2641
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
2594
2642
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -2618,6 +2666,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
2618
2666
  actions: {
2619
2667
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
2620
2668
  };
2669
+ sharedState: {
2670
+ contents: import("react").ReactNode[] | undefined;
2671
+ } | undefined;
2621
2672
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
2622
2673
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
2623
2674
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -3031,6 +3082,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
3031
3082
  actions: {
3032
3083
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
3033
3084
  };
3085
+ sharedState: {
3086
+ contents: import("react").ReactNode[] | undefined;
3087
+ } | undefined;
3034
3088
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
3035
3089
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
3036
3090
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -3060,6 +3114,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
3060
3114
  actions: {
3061
3115
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
3062
3116
  };
3117
+ sharedState: {
3118
+ contents: import("react").ReactNode[] | undefined;
3119
+ } | undefined;
3063
3120
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
3064
3121
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
3065
3122
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -3244,6 +3301,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
3244
3301
  actions: {
3245
3302
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
3246
3303
  };
3304
+ sharedState: {
3305
+ contents: import("react").ReactNode[] | undefined;
3306
+ } | undefined;
3247
3307
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
3248
3308
  pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
3249
3309
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -3273,6 +3333,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
3273
3333
  actions: {
3274
3334
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
3275
3335
  };
3336
+ sharedState: {
3337
+ contents: import("react").ReactNode[] | undefined;
3338
+ } | undefined;
3276
3339
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
3277
3340
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
3278
3341
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -3503,6 +3566,9 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
3503
3566
  actions: {
3504
3567
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
3505
3568
  };
3569
+ sharedState: {
3570
+ contents: import("react").ReactNode[] | undefined;
3571
+ } | undefined;
3506
3572
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
3507
3573
  pluginConfiguration: import("@atlaskit/editor-plugins/context-identifier").PluginConfiguration | undefined;
3508
3574
  sharedState: import("@atlaskit/editor-plugins/context-identifier").ContextIdentifierConfiguration | undefined;
@@ -154,6 +154,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
154
154
  actions: {
155
155
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
156
156
  };
157
+ sharedState: {
158
+ contents: import("react").ReactNode[] | undefined;
159
+ } | undefined;
157
160
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
158
161
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
159
162
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -183,6 +186,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
183
186
  actions: {
184
187
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
185
188
  };
189
+ sharedState: {
190
+ contents: import("react").ReactNode[] | undefined;
191
+ } | undefined;
186
192
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
187
193
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
188
194
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -367,6 +373,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
367
373
  actions: {
368
374
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
369
375
  };
376
+ sharedState: {
377
+ contents: import("react").ReactNode[] | undefined;
378
+ } | undefined;
370
379
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
371
380
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
372
381
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -396,6 +405,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
396
405
  actions: {
397
406
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
398
407
  };
408
+ sharedState: {
409
+ contents: import("react").ReactNode[] | undefined;
410
+ } | undefined;
399
411
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
400
412
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
401
413
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -626,6 +638,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
626
638
  actions: {
627
639
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
628
640
  };
641
+ sharedState: {
642
+ contents: import("react").ReactNode[] | undefined;
643
+ } | undefined;
629
644
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
630
645
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
631
646
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -1211,6 +1226,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1211
1226
  actions: {
1212
1227
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1213
1228
  };
1229
+ sharedState: {
1230
+ contents: import("react").ReactNode[] | undefined;
1231
+ } | undefined;
1214
1232
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
1215
1233
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
1216
1234
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -1240,6 +1258,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1240
1258
  actions: {
1241
1259
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1242
1260
  };
1261
+ sharedState: {
1262
+ contents: import("react").ReactNode[] | undefined;
1263
+ } | undefined;
1243
1264
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
1244
1265
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
1245
1266
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -1566,6 +1587,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1566
1587
  actions: {
1567
1588
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1568
1589
  };
1590
+ sharedState: {
1591
+ contents: import("react").ReactNode[] | undefined;
1592
+ } | undefined;
1569
1593
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
1570
1594
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
1571
1595
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -1589,6 +1613,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1589
1613
  actions: {
1590
1614
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1591
1615
  };
1616
+ sharedState: {
1617
+ contents: import("react").ReactNode[] | undefined;
1618
+ } | undefined;
1592
1619
  }, undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"panel", {
1593
1620
  pluginConfiguration: import("@atlaskit/editor-plugins/panel").PanelPluginOptions | undefined;
1594
1621
  dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"decorations", {
@@ -1733,6 +1760,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1733
1760
  actions: {
1734
1761
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1735
1762
  };
1763
+ sharedState: {
1764
+ contents: import("react").ReactNode[] | undefined;
1765
+ } | undefined;
1736
1766
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
1737
1767
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
1738
1768
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -1762,6 +1792,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1762
1792
  actions: {
1763
1793
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
1764
1794
  };
1795
+ sharedState: {
1796
+ contents: import("react").ReactNode[] | undefined;
1797
+ } | undefined;
1765
1798
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
1766
1799
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
1767
1800
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -2457,6 +2490,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
2457
2490
  actions: {
2458
2491
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
2459
2492
  };
2493
+ sharedState: {
2494
+ contents: import("react").ReactNode[] | undefined;
2495
+ } | undefined;
2460
2496
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
2461
2497
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
2462
2498
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -2486,6 +2522,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
2486
2522
  actions: {
2487
2523
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
2488
2524
  };
2525
+ sharedState: {
2526
+ contents: import("react").ReactNode[] | undefined;
2527
+ } | undefined;
2489
2528
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
2490
2529
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
2491
2530
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -2760,6 +2799,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
2760
2799
  actions: {
2761
2800
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
2762
2801
  };
2802
+ sharedState: {
2803
+ contents: import("react").ReactNode[] | undefined;
2804
+ } | undefined;
2763
2805
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
2764
2806
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
2765
2807
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -2789,6 +2831,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
2789
2831
  actions: {
2790
2832
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
2791
2833
  };
2834
+ sharedState: {
2835
+ contents: import("react").ReactNode[] | undefined;
2836
+ } | undefined;
2792
2837
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
2793
2838
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
2794
2839
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -3361,6 +3406,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
3361
3406
  actions: {
3362
3407
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
3363
3408
  };
3409
+ sharedState: {
3410
+ contents: import("react").ReactNode[] | undefined;
3411
+ } | undefined;
3364
3412
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
3365
3413
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
3366
3414
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -3390,6 +3438,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
3390
3438
  actions: {
3391
3439
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
3392
3440
  };
3441
+ sharedState: {
3442
+ contents: import("react").ReactNode[] | undefined;
3443
+ } | undefined;
3393
3444
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
3394
3445
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
3395
3446
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -3576,6 +3627,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
3576
3627
  actions: {
3577
3628
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
3578
3629
  };
3630
+ sharedState: {
3631
+ contents: import("react").ReactNode[] | undefined;
3632
+ } | undefined;
3579
3633
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
3580
3634
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
3581
3635
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -3605,6 +3659,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
3605
3659
  actions: {
3606
3660
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
3607
3661
  };
3662
+ sharedState: {
3663
+ contents: import("react").ReactNode[] | undefined;
3664
+ } | undefined;
3608
3665
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
3609
3666
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
3610
3667
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -4029,6 +4086,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4029
4086
  actions: {
4030
4087
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
4031
4088
  };
4089
+ sharedState: {
4090
+ contents: import("react").ReactNode[] | undefined;
4091
+ } | undefined;
4032
4092
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
4033
4093
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
4034
4094
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -4058,6 +4118,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4058
4118
  actions: {
4059
4119
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
4060
4120
  };
4121
+ sharedState: {
4122
+ contents: import("react").ReactNode[] | undefined;
4123
+ } | undefined;
4061
4124
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
4062
4125
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
4063
4126
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -4471,6 +4534,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4471
4534
  actions: {
4472
4535
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
4473
4536
  };
4537
+ sharedState: {
4538
+ contents: import("react").ReactNode[] | undefined;
4539
+ } | undefined;
4474
4540
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
4475
4541
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
4476
4542
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -4500,6 +4566,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4500
4566
  actions: {
4501
4567
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
4502
4568
  };
4569
+ sharedState: {
4570
+ contents: import("react").ReactNode[] | undefined;
4571
+ } | undefined;
4503
4572
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
4504
4573
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
4505
4574
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -4684,6 +4753,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4684
4753
  actions: {
4685
4754
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
4686
4755
  };
4756
+ sharedState: {
4757
+ contents: import("react").ReactNode[] | undefined;
4758
+ } | undefined;
4687
4759
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
4688
4760
  pluginConfiguration: import("@atlaskit/editor-plugins/extension").ExtensionPluginOptions | undefined;
4689
4761
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -4713,6 +4785,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4713
4785
  actions: {
4714
4786
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
4715
4787
  };
4788
+ sharedState: {
4789
+ contents: import("react").ReactNode[] | undefined;
4790
+ } | undefined;
4716
4791
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
4717
4792
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
4718
4793
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;
@@ -4943,6 +5018,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4943
5018
  actions: {
4944
5019
  applyChange: (tr: import("prosemirror-state").Transaction) => import("prosemirror-state").Transaction;
4945
5020
  };
5021
+ sharedState: {
5022
+ contents: import("react").ReactNode[] | undefined;
5023
+ } | undefined;
4946
5024
  }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"contextIdentifier", {
4947
5025
  pluginConfiguration: import("@atlaskit/editor-plugin-context-identifier").PluginConfiguration | undefined;
4948
5026
  sharedState: import("@atlaskit/editor-plugin-context-identifier").ContextIdentifierConfiguration | undefined;