@atlaskit/editor-core 191.6.0 → 191.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/afm-cc/tsconfig.json +1 -211
- package/dist/cjs/composable-editor/editor.js +2 -2
- package/dist/cjs/labs-next.js +1 -1
- package/dist/cjs/presets/default.js +32 -32
- package/dist/cjs/presets/universal.js +70 -70
- package/dist/cjs/test-utils.js +2 -2
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/cjs/ui/ContentStyles/expand.js +1 -1
- package/dist/cjs/ui/ContentStyles/index.js +5 -5
- package/dist/cjs/ui/ContentStyles/layout.js +2 -2
- package/dist/cjs/ui/WithHelpTrigger/index.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor.js +1 -1
- package/dist/es2019/index.js +2 -2
- package/dist/es2019/labs-next.js +1 -1
- package/dist/es2019/presets/default.js +28 -28
- package/dist/es2019/presets/universal.js +45 -45
- package/dist/es2019/test-utils.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/es2019/ui/ContentStyles/expand.js +2 -2
- package/dist/es2019/ui/ContentStyles/index.js +5 -5
- package/dist/es2019/ui/ContentStyles/layout.js +2 -2
- package/dist/es2019/ui/WithHelpTrigger/index.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor.js +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/labs-next.js +1 -1
- package/dist/esm/presets/default.js +28 -28
- package/dist/esm/presets/universal.js +45 -45
- package/dist/esm/test-utils.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/esm/ui/ContentStyles/expand.js +2 -2
- package/dist/esm/ui/ContentStyles/index.js +5 -5
- package/dist/esm/ui/ContentStyles/layout.js +2 -2
- package/dist/esm/ui/WithHelpTrigger/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types/create-editor/create-preset.d.ts +80 -40
- package/dist/types/index.d.ts +4 -4
- package/dist/types/labs-next.d.ts +1 -1
- package/dist/types/presets/default.d.ts +770 -730
- package/dist/types/presets/universal.d.ts +278 -239
- package/dist/types/presets/useUniversalPreset.d.ts +80 -40
- package/dist/types/types/editor-props.d.ts +12 -12
- package/dist/types/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types/utils/action.d.ts +2 -2
- package/dist/types-ts4.5/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +84 -40
- package/dist/types-ts4.5/index.d.ts +4 -4
- package/dist/types-ts4.5/labs-next.d.ts +1 -1
- package/dist/types-ts4.5/presets/default.d.ts +774 -730
- package/dist/types-ts4.5/presets/universal.d.ts +282 -239
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +84 -40
- package/dist/types-ts4.5/types/editor-props.d.ts +12 -12
- package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/action.d.ts +2 -2
- package/docs/0-intro.tsx +5 -5
- package/package.json +16 -149
- package/tsconfig.json +193 -166
- package/dist/cjs/presets/types.js +0 -5
- package/dist/es2019/presets/types.js +0 -1
- package/dist/esm/presets/types.js +0 -1
- package/dist/types/presets/types.d.ts +0 -6
- package/dist/types-ts4.5/presets/types.d.ts +0 -6
|
@@ -406,7 +406,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
406
406
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
407
407
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
408
408
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
409
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
409
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
410
410
|
dependencies: [
|
|
411
411
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
412
412
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
@@ -585,19 +585,19 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
585
585
|
};
|
|
586
586
|
}, undefined>,
|
|
587
587
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
588
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
588
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined;
|
|
589
589
|
actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
|
|
590
590
|
commands: {
|
|
591
591
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
592
592
|
};
|
|
593
593
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
594
|
-
}, import("@atlaskit/editor-
|
|
594
|
+
}, import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined>
|
|
595
595
|
];
|
|
596
|
-
sharedState: import("@atlaskit/editor-
|
|
596
|
+
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
597
597
|
actions: {
|
|
598
|
-
insertMediaAsMediaSingle: import("@atlaskit/editor-
|
|
598
|
+
insertMediaAsMediaSingle: import("@atlaskit/editor-plugins/media/types").InsertMediaAsMediaSingle;
|
|
599
599
|
};
|
|
600
|
-
}, import("@atlaskit/editor-
|
|
600
|
+
}, import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined>>,
|
|
601
601
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
|
|
602
602
|
pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
|
|
603
603
|
dependencies: [
|
|
@@ -665,7 +665,18 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
665
665
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
666
666
|
];
|
|
667
667
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
668
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
668
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
669
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
670
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
671
|
+
pluginConfiguration?: {
|
|
672
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
673
|
+
} | undefined;
|
|
674
|
+
commands: {
|
|
675
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
676
|
+
};
|
|
677
|
+
}, {
|
|
678
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
679
|
+
} | undefined>>
|
|
669
680
|
];
|
|
670
681
|
actions: {
|
|
671
682
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -1357,7 +1368,18 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1357
1368
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
1358
1369
|
];
|
|
1359
1370
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1360
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
1371
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
1372
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
1373
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
1374
|
+
pluginConfiguration?: {
|
|
1375
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
1376
|
+
} | undefined;
|
|
1377
|
+
commands: {
|
|
1378
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1379
|
+
};
|
|
1380
|
+
}, {
|
|
1381
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
1382
|
+
} | undefined>>
|
|
1361
1383
|
];
|
|
1362
1384
|
actions: {
|
|
1363
1385
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -1483,7 +1505,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1483
1505
|
};
|
|
1484
1506
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>,
|
|
1485
1507
|
import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
1486
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
1508
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
1487
1509
|
dependencies: [
|
|
1488
1510
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1489
1511
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
@@ -1662,19 +1684,19 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1662
1684
|
};
|
|
1663
1685
|
}, undefined>,
|
|
1664
1686
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
1665
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
1687
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined;
|
|
1666
1688
|
actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
|
|
1667
1689
|
commands: {
|
|
1668
1690
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1669
1691
|
};
|
|
1670
1692
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
1671
|
-
}, import("@atlaskit/editor-
|
|
1693
|
+
}, import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined>
|
|
1672
1694
|
];
|
|
1673
|
-
sharedState: import("@atlaskit/editor-
|
|
1695
|
+
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
1674
1696
|
actions: {
|
|
1675
|
-
insertMediaAsMediaSingle: import("@atlaskit/editor-
|
|
1697
|
+
insertMediaAsMediaSingle: import("@atlaskit/editor-plugins/media/types").InsertMediaAsMediaSingle;
|
|
1676
1698
|
};
|
|
1677
|
-
}, import("@atlaskit/editor-
|
|
1699
|
+
}, import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined>>,
|
|
1678
1700
|
import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"imageUpload", {
|
|
1679
1701
|
actions: {
|
|
1680
1702
|
startUpload: () => import("@atlaskit/editor-common/types").Command;
|
|
@@ -1925,13 +1947,13 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1925
1947
|
};
|
|
1926
1948
|
}, undefined>,
|
|
1927
1949
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
1928
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
1950
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined;
|
|
1929
1951
|
actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
|
|
1930
1952
|
commands: {
|
|
1931
1953
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1932
1954
|
};
|
|
1933
1955
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
1934
|
-
}, import("@atlaskit/editor-
|
|
1956
|
+
}, import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined>
|
|
1935
1957
|
];
|
|
1936
1958
|
}, import("@atlaskit/editor-plugin-table").TablePluginOptions | undefined>>,
|
|
1937
1959
|
import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"emoji", {
|
|
@@ -2099,7 +2121,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2099
2121
|
];
|
|
2100
2122
|
}, undefined>>,
|
|
2101
2123
|
import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
2102
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
2124
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
2103
2125
|
dependencies: [
|
|
2104
2126
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2105
2127
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
@@ -2278,19 +2300,19 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2278
2300
|
};
|
|
2279
2301
|
}, undefined>,
|
|
2280
2302
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
2281
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
2303
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined;
|
|
2282
2304
|
actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
|
|
2283
2305
|
commands: {
|
|
2284
2306
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2285
2307
|
};
|
|
2286
2308
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
2287
|
-
}, import("@atlaskit/editor-
|
|
2309
|
+
}, import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined>
|
|
2288
2310
|
];
|
|
2289
|
-
sharedState: import("@atlaskit/editor-
|
|
2311
|
+
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
2290
2312
|
actions: {
|
|
2291
|
-
insertMediaAsMediaSingle: import("@atlaskit/editor-
|
|
2313
|
+
insertMediaAsMediaSingle: import("@atlaskit/editor-plugins/media/types").InsertMediaAsMediaSingle;
|
|
2292
2314
|
};
|
|
2293
|
-
}, import("@atlaskit/editor-
|
|
2315
|
+
}, import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined>>,
|
|
2294
2316
|
import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"grid", {
|
|
2295
2317
|
pluginConfiguration: import("@atlaskit/editor-plugin-grid").GridPluginOptions | undefined;
|
|
2296
2318
|
dependencies: [
|
|
@@ -2329,13 +2351,13 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2329
2351
|
};
|
|
2330
2352
|
}, undefined>,
|
|
2331
2353
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
2332
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
2354
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined;
|
|
2333
2355
|
actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
|
|
2334
2356
|
commands: {
|
|
2335
2357
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2336
2358
|
};
|
|
2337
2359
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
2338
|
-
}, import("@atlaskit/editor-
|
|
2360
|
+
}, import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined>,
|
|
2339
2361
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
2340
2362
|
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
2341
2363
|
sharedState: {
|
|
@@ -2508,13 +2530,13 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2508
2530
|
};
|
|
2509
2531
|
}, import("@atlaskit/editor-plugin-code-block").CodeBlockOptions>,
|
|
2510
2532
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
2511
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
2533
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined;
|
|
2512
2534
|
actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
|
|
2513
2535
|
commands: {
|
|
2514
2536
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2515
2537
|
};
|
|
2516
2538
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
2517
|
-
}, import("@atlaskit/editor-
|
|
2539
|
+
}, import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined>,
|
|
2518
2540
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"floatingToolbar", {
|
|
2519
2541
|
dependencies: [
|
|
2520
2542
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
@@ -2653,7 +2675,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2653
2675
|
pluginConfiguration: import("@atlaskit/editor-plugin-submit-editor").SubmitEditorPluginOptions | undefined;
|
|
2654
2676
|
dependencies: [
|
|
2655
2677
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
2656
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
2678
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
2657
2679
|
dependencies: [
|
|
2658
2680
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2659
2681
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
@@ -2832,19 +2854,19 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2832
2854
|
};
|
|
2833
2855
|
}, undefined>,
|
|
2834
2856
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
2835
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
2857
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined;
|
|
2836
2858
|
actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
|
|
2837
2859
|
commands: {
|
|
2838
2860
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2839
2861
|
};
|
|
2840
2862
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
2841
|
-
}, import("@atlaskit/editor-
|
|
2863
|
+
}, import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined>
|
|
2842
2864
|
];
|
|
2843
|
-
sharedState: import("@atlaskit/editor-
|
|
2865
|
+
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
2844
2866
|
actions: {
|
|
2845
|
-
insertMediaAsMediaSingle: import("@atlaskit/editor-
|
|
2867
|
+
insertMediaAsMediaSingle: import("@atlaskit/editor-plugins/media/types").InsertMediaAsMediaSingle;
|
|
2846
2868
|
};
|
|
2847
|
-
}, import("@atlaskit/editor-
|
|
2869
|
+
}, import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined>>
|
|
2848
2870
|
];
|
|
2849
2871
|
}, import("@atlaskit/editor-plugin-submit-editor").SubmitEditorPluginOptions | undefined>,
|
|
2850
2872
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
|
|
@@ -3073,7 +3095,18 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3073
3095
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
3074
3096
|
];
|
|
3075
3097
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3076
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3098
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
3099
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
3100
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
3101
|
+
pluginConfiguration?: {
|
|
3102
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
3103
|
+
} | undefined;
|
|
3104
|
+
commands: {
|
|
3105
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3106
|
+
};
|
|
3107
|
+
}, {
|
|
3108
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
3109
|
+
} | undefined>>
|
|
3077
3110
|
];
|
|
3078
3111
|
actions: {
|
|
3079
3112
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -3494,7 +3527,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3494
3527
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3495
3528
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
3496
3529
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
3497
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
3530
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
3498
3531
|
dependencies: [
|
|
3499
3532
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3500
3533
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
@@ -3673,19 +3706,19 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3673
3706
|
};
|
|
3674
3707
|
}, undefined>,
|
|
3675
3708
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
|
|
3676
|
-
pluginConfiguration: import("@atlaskit/editor-
|
|
3709
|
+
pluginConfiguration: import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined;
|
|
3677
3710
|
actions: import("@atlaskit/editor-plugin-selection").EditorSelectionAPI;
|
|
3678
3711
|
commands: {
|
|
3679
3712
|
displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3680
3713
|
};
|
|
3681
3714
|
sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
|
|
3682
|
-
}, import("@atlaskit/editor-
|
|
3715
|
+
}, import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined>
|
|
3683
3716
|
];
|
|
3684
|
-
sharedState: import("@atlaskit/editor-
|
|
3717
|
+
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
3685
3718
|
actions: {
|
|
3686
|
-
insertMediaAsMediaSingle: import("@atlaskit/editor-
|
|
3719
|
+
insertMediaAsMediaSingle: import("@atlaskit/editor-plugins/media/types").InsertMediaAsMediaSingle;
|
|
3687
3720
|
};
|
|
3688
|
-
}, import("@atlaskit/editor-
|
|
3721
|
+
}, import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined>>,
|
|
3689
3722
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
|
|
3690
3723
|
pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
|
|
3691
3724
|
dependencies: [
|
|
@@ -3753,7 +3786,18 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3753
3786
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
3754
3787
|
];
|
|
3755
3788
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3756
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3789
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
3790
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
3791
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
3792
|
+
pluginConfiguration?: {
|
|
3793
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
3794
|
+
} | undefined;
|
|
3795
|
+
commands: {
|
|
3796
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3797
|
+
};
|
|
3798
|
+
}, {
|
|
3799
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
3800
|
+
} | undefined>>
|
|
3757
3801
|
];
|
|
3758
3802
|
actions: {
|
|
3759
3803
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -9,18 +9,18 @@ import type { AllEditorPresetPluginTypes, FeedbackInfo, LinkingOptions, QuickIns
|
|
|
9
9
|
import type { UseStickyToolbarType } from '@atlaskit/editor-common/ui';
|
|
10
10
|
import type { MenuItem } from '@atlaskit/editor-common/ui-menu';
|
|
11
11
|
import type { ErrorReportingHandler } from '@atlaskit/editor-common/utils';
|
|
12
|
-
import type { AnnotationProviders } from '@atlaskit/editor-
|
|
13
|
-
import type { BlockTypePluginOptions } from '@atlaskit/editor-
|
|
14
|
-
import type { CodeBlockOptions } from '@atlaskit/editor-
|
|
15
|
-
import type { DatePluginConfig } from '@atlaskit/editor-
|
|
16
|
-
import type { FindReplaceOptions } from '@atlaskit/editor-
|
|
17
|
-
import type { LayoutPluginOptions } from '@atlaskit/editor-
|
|
18
|
-
import type { MediaOptions, MediaState } from '@atlaskit/editor-
|
|
19
|
-
import type { MentionPluginConfig } from '@atlaskit/editor-
|
|
20
|
-
import type { PanelPluginConfig } from '@atlaskit/editor-
|
|
21
|
-
import type { PlaceholderTextOptions } from '@atlaskit/editor-
|
|
22
|
-
import type { PluginConfig as TablesPluginConfig } from '@atlaskit/editor-
|
|
23
|
-
import type { TextColorPluginConfig } from '@atlaskit/editor-
|
|
12
|
+
import type { AnnotationProviders } from '@atlaskit/editor-plugins/annotation';
|
|
13
|
+
import type { BlockTypePluginOptions } from '@atlaskit/editor-plugins/block-type';
|
|
14
|
+
import type { CodeBlockOptions } from '@atlaskit/editor-plugins/code-block';
|
|
15
|
+
import type { DatePluginConfig } from '@atlaskit/editor-plugins/date';
|
|
16
|
+
import type { FindReplaceOptions } from '@atlaskit/editor-plugins/find-replace';
|
|
17
|
+
import type { LayoutPluginOptions } from '@atlaskit/editor-plugins/layout';
|
|
18
|
+
import type { MediaOptions, MediaState } from '@atlaskit/editor-plugins/media/types';
|
|
19
|
+
import type { MentionPluginConfig } from '@atlaskit/editor-plugins/mentions';
|
|
20
|
+
import type { PanelPluginConfig } from '@atlaskit/editor-plugins/panel';
|
|
21
|
+
import type { PlaceholderTextOptions } from '@atlaskit/editor-plugins/placeholder-text';
|
|
22
|
+
import type { PluginConfig as TablesPluginConfig } from '@atlaskit/editor-plugins/table/types';
|
|
23
|
+
import type { TextColorPluginConfig } from '@atlaskit/editor-plugins/text-color';
|
|
24
24
|
import type { Node, Schema } from '@atlaskit/editor-prosemirror/model';
|
|
25
25
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
26
26
|
import type { MentionProvider } from '@atlaskit/mention/resource';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { jsx } from '@emotion/react';
|
|
4
4
|
import type { BreakoutMarkAttrs } from '@atlaskit/adf-schema';
|
|
5
|
-
import type { WidthPluginState } from '@atlaskit/editor-
|
|
5
|
+
import type { WidthPluginState } from '@atlaskit/editor-plugins/width';
|
|
6
6
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
7
7
|
export type Props = {
|
|
8
8
|
visible: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { OptionalPlugin, PublicPluginAPI } from '@atlaskit/editor-common/types';
|
|
2
|
-
import type { ContextPanelPlugin } from '@atlaskit/editor-
|
|
3
|
-
import type { ExtensionPlugin } from '@atlaskit/editor-
|
|
2
|
+
import type { ContextPanelPlugin } from '@atlaskit/editor-plugins/context-panel';
|
|
3
|
+
import type { ExtensionPlugin } from '@atlaskit/editor-plugins/extension';
|
|
4
4
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
5
5
|
export declare function __temporaryFixForConfigPanel(editorView: EditorView, api: PublicPluginAPI<[
|
|
6
6
|
OptionalPlugin<ExtensionPlugin>,
|
package/docs/0-intro.tsx
CHANGED
|
@@ -52,7 +52,7 @@ ${code`
|
|
|
52
52
|
import { ComposableEditor } from '@atlaskit/editor-core/composable-editor';
|
|
53
53
|
import { EditorPresetBuilder } from '@atlaskit/editor-common/preset';
|
|
54
54
|
import { usePreset } from '@atlaskit/editor-core/use-preset';
|
|
55
|
-
import { basePlugin } from '@atlaskit/editor-
|
|
55
|
+
import { basePlugin } from '@atlaskit/editor-plugins/base';
|
|
56
56
|
|
|
57
57
|
const CommentEditor = () => {
|
|
58
58
|
const { preset } = usePreset(() => new EditorPresetBuilder().add(basePlugin));
|
|
@@ -147,10 +147,10 @@ const { preset } = usePreset(createPreset);
|
|
|
147
147
|
import { ComposableEditor } from '@atlaskit/editor-core/composable-editor';
|
|
148
148
|
import { EditorPresetBuilder } from '@atlaskit/editor-common/preset';
|
|
149
149
|
import { usePreset } from '@atlaskit/editor-core/use-preset';
|
|
150
|
-
import { basePlugin } from '@atlaskit/editor-
|
|
151
|
-
import { blockTypePlugin } from '@atlaskit/editor-
|
|
152
|
-
import { listPlugin } from '@atlaskit/editor-
|
|
153
|
-
import { analyticsPlugin } from '@atlaskit/editor-
|
|
150
|
+
import { basePlugin } from '@atlaskit/editor-plugins/base';
|
|
151
|
+
import { blockTypePlugin } from '@atlaskit/editor-plugins/block-type';
|
|
152
|
+
import { listPlugin } from '@atlaskit/editor-plugins/list';
|
|
153
|
+
import { analyticsPlugin } from '@atlaskit/editor-plugins/analytics';
|
|
154
154
|
|
|
155
155
|
const createPreset = () =>
|
|
156
156
|
new EditorPresetBuilder()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "191.6.
|
|
3
|
+
"version": "191.6.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -48,77 +48,7 @@
|
|
|
48
48
|
"@atlaskit/button": "^17.2.0",
|
|
49
49
|
"@atlaskit/editor-common": "^77.1.0",
|
|
50
50
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
51
|
-
"@atlaskit/editor-
|
|
52
|
-
"@atlaskit/editor-plugin-analytics": "^0.4.0",
|
|
53
|
-
"@atlaskit/editor-plugin-annotation": "^0.2.0",
|
|
54
|
-
"@atlaskit/editor-plugin-avatar-group": "^0.1.0",
|
|
55
|
-
"@atlaskit/editor-plugin-base": "^0.3.0",
|
|
56
|
-
"@atlaskit/editor-plugin-before-primary-toolbar": "^0.2.0",
|
|
57
|
-
"@atlaskit/editor-plugin-better-type-history": "^0.1.0",
|
|
58
|
-
"@atlaskit/editor-plugin-block-type": "^3.0.0",
|
|
59
|
-
"@atlaskit/editor-plugin-border": "^0.1.0",
|
|
60
|
-
"@atlaskit/editor-plugin-breakout": "^0.2.0",
|
|
61
|
-
"@atlaskit/editor-plugin-caption": "^0.2.0",
|
|
62
|
-
"@atlaskit/editor-plugin-card": "^0.16.0",
|
|
63
|
-
"@atlaskit/editor-plugin-clear-marks-on-empty-doc": "^0.1.0",
|
|
64
|
-
"@atlaskit/editor-plugin-clipboard": "^0.1.0",
|
|
65
|
-
"@atlaskit/editor-plugin-code-bidi-warning": "^0.1.0",
|
|
66
|
-
"@atlaskit/editor-plugin-code-block": "^0.1.0",
|
|
67
|
-
"@atlaskit/editor-plugin-collab-edit": "^0.1.0",
|
|
68
|
-
"@atlaskit/editor-plugin-composition": "^0.1.0",
|
|
69
|
-
"@atlaskit/editor-plugin-content-insertion": "^0.1.4",
|
|
70
|
-
"@atlaskit/editor-plugin-context-panel": "^0.2.0",
|
|
71
|
-
"@atlaskit/editor-plugin-copy-button": "^1.0.0",
|
|
72
|
-
"@atlaskit/editor-plugin-custom-autoformat": "^0.1.0",
|
|
73
|
-
"@atlaskit/editor-plugin-data-consumer": "^0.1.0",
|
|
74
|
-
"@atlaskit/editor-plugin-date": "^0.3.0",
|
|
75
|
-
"@atlaskit/editor-plugin-decorations": "^0.2.0",
|
|
76
|
-
"@atlaskit/editor-plugin-editor-disabled": "^0.2.0",
|
|
77
|
-
"@atlaskit/editor-plugin-emoji": "^1.1.0",
|
|
78
|
-
"@atlaskit/editor-plugin-expand": "^0.4.0",
|
|
79
|
-
"@atlaskit/editor-plugin-extension": "^0.6.0",
|
|
80
|
-
"@atlaskit/editor-plugin-feature-flags": "^1.0.0",
|
|
81
|
-
"@atlaskit/editor-plugin-feedback-dialog": "^0.1.0",
|
|
82
|
-
"@atlaskit/editor-plugin-find-replace": "^0.2.0",
|
|
83
|
-
"@atlaskit/editor-plugin-floating-toolbar": "^0.8.0",
|
|
84
|
-
"@atlaskit/editor-plugin-focus": "^0.2.0",
|
|
85
|
-
"@atlaskit/editor-plugin-fragment": "^0.1.0",
|
|
86
|
-
"@atlaskit/editor-plugin-grid": "^0.3.0",
|
|
87
|
-
"@atlaskit/editor-plugin-guideline": "^0.5.0",
|
|
88
|
-
"@atlaskit/editor-plugin-help-dialog": "^0.3.0",
|
|
89
|
-
"@atlaskit/editor-plugin-history": "^0.1.0",
|
|
90
|
-
"@atlaskit/editor-plugin-hyperlink": "^0.8.0",
|
|
91
|
-
"@atlaskit/editor-plugin-image-upload": "^0.2.0",
|
|
92
|
-
"@atlaskit/editor-plugin-indentation": "^0.3.0",
|
|
93
|
-
"@atlaskit/editor-plugin-insert-block": "^0.3.0",
|
|
94
|
-
"@atlaskit/editor-plugin-layout": "^0.1.0",
|
|
95
|
-
"@atlaskit/editor-plugin-list": "^3.1.0",
|
|
96
|
-
"@atlaskit/editor-plugin-loom": "^0.3.0",
|
|
97
|
-
"@atlaskit/editor-plugin-max-content-size": "^0.1.0",
|
|
98
|
-
"@atlaskit/editor-plugin-media": "^0.12.0",
|
|
99
|
-
"@atlaskit/editor-plugin-mentions": "^0.2.0",
|
|
100
|
-
"@atlaskit/editor-plugin-panel": "^0.3.0",
|
|
101
|
-
"@atlaskit/editor-plugin-paste": "^0.2.0",
|
|
102
|
-
"@atlaskit/editor-plugin-paste-options-toolbar": "^0.3.0",
|
|
103
|
-
"@atlaskit/editor-plugin-placeholder": "^0.1.0",
|
|
104
|
-
"@atlaskit/editor-plugin-placeholder-text": "^0.1.0",
|
|
105
|
-
"@atlaskit/editor-plugin-quick-insert": "^0.2.0",
|
|
106
|
-
"@atlaskit/editor-plugin-rule": "^0.1.0",
|
|
107
|
-
"@atlaskit/editor-plugin-save-on-enter": "^0.1.0",
|
|
108
|
-
"@atlaskit/editor-plugin-scroll-into-view": "^0.1.0",
|
|
109
|
-
"@atlaskit/editor-plugin-selection": "^0.2.0",
|
|
110
|
-
"@atlaskit/editor-plugin-selection-toolbar": "^0.2.0",
|
|
111
|
-
"@atlaskit/editor-plugin-status": "^0.3.0",
|
|
112
|
-
"@atlaskit/editor-plugin-submit-editor": "^0.1.0",
|
|
113
|
-
"@atlaskit/editor-plugin-table": "^7.1.0",
|
|
114
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^0.3.0",
|
|
115
|
-
"@atlaskit/editor-plugin-text-color": "^0.2.0",
|
|
116
|
-
"@atlaskit/editor-plugin-text-formatting": "^0.4.0",
|
|
117
|
-
"@atlaskit/editor-plugin-toolbar-lists-indentation": "^0.2.0",
|
|
118
|
-
"@atlaskit/editor-plugin-type-ahead": "^0.9.0",
|
|
119
|
-
"@atlaskit/editor-plugin-undo-redo": "^0.1.0",
|
|
120
|
-
"@atlaskit/editor-plugin-unsupported-content": "^0.2.0",
|
|
121
|
-
"@atlaskit/editor-plugin-width": "^0.2.0",
|
|
51
|
+
"@atlaskit/editor-plugins": "^1.1.0",
|
|
122
52
|
"@atlaskit/editor-prosemirror": "1.1.0",
|
|
123
53
|
"@atlaskit/editor-shared-styles": "^2.9.0",
|
|
124
54
|
"@atlaskit/emoji": "^67.6.0",
|
|
@@ -157,26 +87,30 @@
|
|
|
157
87
|
"@af/integration-testing": "*",
|
|
158
88
|
"@af/visual-regression": "*",
|
|
159
89
|
"@atlaskit/adf-utils": "^19.0.0",
|
|
160
|
-
"@atlaskit/analytics-listeners": "^8.9.
|
|
90
|
+
"@atlaskit/analytics-listeners": "^8.9.1",
|
|
161
91
|
"@atlaskit/avatar": "^21.4.0",
|
|
162
92
|
"@atlaskit/checkbox": "^13.0.0",
|
|
163
|
-
"@atlaskit/collab-provider": "9.22.
|
|
164
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
93
|
+
"@atlaskit/collab-provider": "9.22.2",
|
|
94
|
+
"@atlaskit/dropdown-menu": "^12.2.0",
|
|
165
95
|
"@atlaskit/editor-extension-dropbox": "^0.4.0",
|
|
96
|
+
"@atlaskit/editor-plugin-annotation": "^0.3.0",
|
|
97
|
+
"@atlaskit/editor-plugin-card": "^0.16.5",
|
|
98
|
+
"@atlaskit/editor-plugin-list": "^3.1.5",
|
|
99
|
+
"@atlaskit/editor-plugin-paste": "^0.2.12",
|
|
166
100
|
"@atlaskit/editor-test-helpers": "*",
|
|
167
101
|
"@atlaskit/flag": "^15.2.0",
|
|
168
|
-
"@atlaskit/link-provider": "^1.
|
|
102
|
+
"@atlaskit/link-provider": "^1.7.0",
|
|
169
103
|
"@atlaskit/link-test-helpers": "^6.2.0",
|
|
170
104
|
"@atlaskit/logo": "^13.15.0",
|
|
171
105
|
"@atlaskit/media-core": "^34.1.0",
|
|
172
106
|
"@atlaskit/media-integration-test-helpers": "^3.0.0",
|
|
173
|
-
"@atlaskit/media-test-helpers": "^33.0.
|
|
107
|
+
"@atlaskit/media-test-helpers": "^33.0.27",
|
|
174
108
|
"@atlaskit/modal-dialog": "^12.10.0",
|
|
175
109
|
"@atlaskit/renderer": "^109.3.0",
|
|
176
110
|
"@atlaskit/select": "^17.0.3",
|
|
177
111
|
"@atlaskit/smart-card": "^26.46.0",
|
|
178
112
|
"@atlaskit/synchrony-test-helpers": "^2.3.0",
|
|
179
|
-
"@atlaskit/util-data-test": "^17.8.
|
|
113
|
+
"@atlaskit/util-data-test": "^17.8.51",
|
|
180
114
|
"@atlaskit/visual-regression": "*",
|
|
181
115
|
"@atlassian/adf-schema-json": "^1.0.7",
|
|
182
116
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
@@ -235,10 +169,6 @@
|
|
|
235
169
|
"platform.editor.table-sticky-scrollbar": {
|
|
236
170
|
"type": "boolean"
|
|
237
171
|
},
|
|
238
|
-
"platform.editor.table.column-controls-styles-updated": {
|
|
239
|
-
"type": "boolean",
|
|
240
|
-
"referenceOnly": "true"
|
|
241
|
-
},
|
|
242
172
|
"platform.editor.media.extended-resize-experience": {
|
|
243
173
|
"type": "boolean",
|
|
244
174
|
"referenceOnly": "true"
|
|
@@ -271,27 +201,13 @@
|
|
|
271
201
|
"type": "boolean",
|
|
272
202
|
"referenceOnly": "true"
|
|
273
203
|
},
|
|
274
|
-
"platform.editor.table.drag-and-drop": {
|
|
275
|
-
"type": "boolean"
|
|
276
|
-
},
|
|
277
204
|
"platform.editor.table.increase-shadow-visibility_lh89r": {
|
|
278
205
|
"type": "boolean",
|
|
279
206
|
"referenceOnly": "true"
|
|
280
207
|
},
|
|
281
|
-
"platform.editor.table.shift-arrowup-fix": {
|
|
282
|
-
"type": "boolean",
|
|
283
|
-
"referenceOnly": "true"
|
|
284
|
-
},
|
|
285
|
-
"platform.linking-platform.datasource.show-jlol-basic-filters": {
|
|
286
|
-
"type": "boolean",
|
|
287
|
-
"referenceOnly": "true"
|
|
288
|
-
},
|
|
289
208
|
"platform.editor.insert-block.table-selector-button": {
|
|
290
209
|
"type": "boolean"
|
|
291
210
|
},
|
|
292
|
-
"platform.editor.enable-selection-toolbar_ucdwd": {
|
|
293
|
-
"type": "boolean"
|
|
294
|
-
},
|
|
295
211
|
"platform.editor.paste-options-toolbar": {
|
|
296
212
|
"type": "boolean"
|
|
297
213
|
},
|
|
@@ -299,22 +215,6 @@
|
|
|
299
215
|
"type": "boolean",
|
|
300
216
|
"referenceOnly": "true"
|
|
301
217
|
},
|
|
302
|
-
"platform.editor.multi-bodied-extension_0rygg": {
|
|
303
|
-
"type": "boolean",
|
|
304
|
-
"referenceOnly": "true"
|
|
305
|
-
},
|
|
306
|
-
"platform.editor.table.alternative-sticky-header-logic": {
|
|
307
|
-
"type": "boolean",
|
|
308
|
-
"referenceOnly": "true"
|
|
309
|
-
},
|
|
310
|
-
"platform.editor.table.analytics-plugin-moved-event": {
|
|
311
|
-
"type": "boolean",
|
|
312
|
-
"referenceOnly": "true"
|
|
313
|
-
},
|
|
314
|
-
"platform.editor.table.new-cell-context-menu-styling": {
|
|
315
|
-
"type": "boolean",
|
|
316
|
-
"referenceOnly": "true"
|
|
317
|
-
},
|
|
318
218
|
"platform.editor.ordered-list-auto-join-improvements_mrlv5": {
|
|
319
219
|
"type": "boolean",
|
|
320
220
|
"referenceOnly": "true"
|
|
@@ -326,47 +226,14 @@
|
|
|
326
226
|
"type": "boolean",
|
|
327
227
|
"referenceOnly": "true"
|
|
328
228
|
},
|
|
329
|
-
"platform.editor.a11y-media-resizing_b5v0o": {
|
|
330
|
-
"type": "boolean",
|
|
331
|
-
"referenceOnly": "true"
|
|
332
|
-
},
|
|
333
|
-
"platform.editor.a11y-table-resizing_uapcv": {
|
|
334
|
-
"type": "boolean",
|
|
335
|
-
"referenceOnly": "true"
|
|
336
|
-
},
|
|
337
|
-
"platform.editor.allow-list-in-blockquote": {
|
|
338
|
-
"type": "boolean",
|
|
339
|
-
"referenceOnly": "true"
|
|
340
|
-
},
|
|
341
|
-
"platform.editor.a11y.table-selection_9uv33": {
|
|
342
|
-
"type": "boolean",
|
|
343
|
-
"referenceOnly": "true"
|
|
344
|
-
},
|
|
345
|
-
"platform.editor.annotation.decouple-inline-comment-closed_flmox": {
|
|
346
|
-
"type": "boolean",
|
|
347
|
-
"referenceOnly": "true"
|
|
348
|
-
},
|
|
349
|
-
"platform.editor.table.in-danger-hover-merged-cells-fix": {
|
|
350
|
-
"type": "boolean",
|
|
351
|
-
"referenceOnly": "true"
|
|
352
|
-
},
|
|
353
|
-
"platform.editor.ordered-list-inserting-nodes_bh0vo": {
|
|
354
|
-
"type": "boolean",
|
|
355
|
-
"referenceOnly": "true"
|
|
356
|
-
},
|
|
357
|
-
"platform.editor.a11y-column-resizing_emcvz": {
|
|
358
|
-
"type": "boolean",
|
|
359
|
-
"referenceOnly": "true"
|
|
360
|
-
},
|
|
361
|
-
"platform.editor.allow-action-in-list": {
|
|
362
|
-
"type": "boolean",
|
|
363
|
-
"referenceOnly": "true"
|
|
364
|
-
},
|
|
365
229
|
"platform.editor.allow-extended-panel": {
|
|
366
230
|
"type": "boolean",
|
|
367
231
|
"referenceOnly": "true"
|
|
368
232
|
},
|
|
369
|
-
"platform.editor.
|
|
233
|
+
"platform.editor.enable-selection-toolbar_ucdwd": {
|
|
234
|
+
"type": "boolean"
|
|
235
|
+
},
|
|
236
|
+
"platform.editor.multi-bodied-extension_0rygg": {
|
|
370
237
|
"type": "boolean",
|
|
371
238
|
"referenceOnly": "true"
|
|
372
239
|
}
|