@atlaskit/editor-core 194.3.12 → 194.3.14

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 (122) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/composable-editor/editor-internal.js +4 -1
  3. package/dist/cjs/composable-editor/editor.js +4 -1
  4. package/dist/cjs/composable-editor/hooks/useEditorMeasuresConstructor.js +4 -1
  5. package/dist/cjs/composable-editor/hooks/useMeasureEditorMountTime.js +4 -1
  6. package/dist/cjs/editor.js +4 -1
  7. package/dist/cjs/ui/Addon/ClickAreaBlock/index.js +4 -1
  8. package/dist/cjs/ui/Addon/ClickAreaInline/index.js +4 -1
  9. package/dist/cjs/ui/Addon/ClickAreaMobile/index.js +4 -1
  10. package/dist/cjs/ui/Addon/Dropdown/index.js +4 -1
  11. package/dist/cjs/ui/Appearance/Chromeless.js +4 -1
  12. package/dist/cjs/ui/Appearance/Comment/Comment.js +4 -1
  13. package/dist/cjs/ui/Appearance/Comment/Toolbar.js +4 -1
  14. package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper.js +4 -1
  15. package/dist/cjs/ui/Appearance/FullPage/FullPage.js +4 -1
  16. package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +4 -1
  17. package/dist/cjs/ui/Appearance/FullPage/FullPageToolbar.js +4 -1
  18. package/dist/cjs/ui/AppearanceComponents/Mobile.js +4 -1
  19. package/dist/cjs/ui/ChromeCollapsed/index.js +4 -1
  20. package/dist/cjs/ui/ContentStyles/index.js +4 -1
  21. package/dist/cjs/ui/ContextPanel/index.js +4 -1
  22. package/dist/cjs/ui/PluginSlot/index.js +4 -1
  23. package/dist/cjs/ui/Toolbar/ToolbarInner.js +4 -1
  24. package/dist/cjs/ui/Toolbar/ToolbarWithSizeDetector.js +4 -1
  25. package/dist/cjs/ui/ToolbarFeedback/index.js +4 -1
  26. package/dist/cjs/ui/WithFlash/index.js +4 -1
  27. package/dist/cjs/version-wrapper.js +1 -1
  28. package/dist/es2019/composable-editor/editor-internal.js +4 -1
  29. package/dist/es2019/composable-editor/editor.js +4 -1
  30. package/dist/es2019/composable-editor/hooks/useEditorMeasuresConstructor.js +4 -1
  31. package/dist/es2019/composable-editor/hooks/useMeasureEditorMountTime.js +4 -1
  32. package/dist/es2019/editor.js +4 -1
  33. package/dist/es2019/ui/Addon/ClickAreaBlock/index.js +4 -1
  34. package/dist/es2019/ui/Addon/ClickAreaInline/index.js +4 -1
  35. package/dist/es2019/ui/Addon/ClickAreaMobile/index.js +4 -1
  36. package/dist/es2019/ui/Addon/Dropdown/index.js +4 -1
  37. package/dist/es2019/ui/Appearance/Chromeless.js +4 -1
  38. package/dist/es2019/ui/Appearance/Comment/Comment.js +4 -1
  39. package/dist/es2019/ui/Appearance/Comment/Toolbar.js +4 -1
  40. package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper.js +4 -1
  41. package/dist/es2019/ui/Appearance/FullPage/FullPage.js +4 -1
  42. package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +4 -1
  43. package/dist/es2019/ui/Appearance/FullPage/FullPageToolbar.js +4 -1
  44. package/dist/es2019/ui/AppearanceComponents/Mobile.js +4 -1
  45. package/dist/es2019/ui/ChromeCollapsed/index.js +4 -1
  46. package/dist/es2019/ui/ContentStyles/index.js +4 -1
  47. package/dist/es2019/ui/ContextPanel/index.js +4 -1
  48. package/dist/es2019/ui/PluginSlot/index.js +4 -1
  49. package/dist/es2019/ui/Toolbar/ToolbarInner.js +4 -1
  50. package/dist/es2019/ui/Toolbar/ToolbarWithSizeDetector.js +4 -1
  51. package/dist/es2019/ui/ToolbarFeedback/index.js +4 -1
  52. package/dist/es2019/ui/WithFlash/index.js +4 -1
  53. package/dist/es2019/version-wrapper.js +1 -1
  54. package/dist/esm/composable-editor/editor-internal.js +4 -1
  55. package/dist/esm/composable-editor/editor.js +4 -1
  56. package/dist/esm/composable-editor/hooks/useEditorMeasuresConstructor.js +4 -1
  57. package/dist/esm/composable-editor/hooks/useMeasureEditorMountTime.js +4 -1
  58. package/dist/esm/editor.js +4 -1
  59. package/dist/esm/ui/Addon/ClickAreaBlock/index.js +4 -1
  60. package/dist/esm/ui/Addon/ClickAreaInline/index.js +4 -1
  61. package/dist/esm/ui/Addon/ClickAreaMobile/index.js +4 -1
  62. package/dist/esm/ui/Addon/Dropdown/index.js +4 -1
  63. package/dist/esm/ui/Appearance/Chromeless.js +4 -1
  64. package/dist/esm/ui/Appearance/Comment/Comment.js +4 -1
  65. package/dist/esm/ui/Appearance/Comment/Toolbar.js +4 -1
  66. package/dist/esm/ui/Appearance/FullPage/BeforeWrapper.js +4 -1
  67. package/dist/esm/ui/Appearance/FullPage/FullPage.js +4 -1
  68. package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +4 -1
  69. package/dist/esm/ui/Appearance/FullPage/FullPageToolbar.js +4 -1
  70. package/dist/esm/ui/AppearanceComponents/Mobile.js +4 -1
  71. package/dist/esm/ui/ChromeCollapsed/index.js +4 -1
  72. package/dist/esm/ui/ContentStyles/index.js +4 -1
  73. package/dist/esm/ui/ContextPanel/index.js +4 -1
  74. package/dist/esm/ui/PluginSlot/index.js +4 -1
  75. package/dist/esm/ui/Toolbar/ToolbarInner.js +4 -1
  76. package/dist/esm/ui/Toolbar/ToolbarWithSizeDetector.js +4 -1
  77. package/dist/esm/ui/ToolbarFeedback/index.js +4 -1
  78. package/dist/esm/ui/WithFlash/index.js +4 -1
  79. package/dist/esm/version-wrapper.js +1 -1
  80. package/dist/types/composable-editor/hooks/useEditorMeasuresConstructor.d.ts +4 -1
  81. package/dist/types/create-editor/create-preset.d.ts +10 -10
  82. package/dist/types/editor.d.ts +4 -1
  83. package/dist/types/presets/default.d.ts +10 -10
  84. package/dist/types/presets/universal.d.ts +10 -10
  85. package/dist/types/presets/useUniversalPreset.d.ts +10 -10
  86. package/dist/types/ui/Addon/ClickAreaInline/index.d.ts +4 -1
  87. package/dist/types/ui/Addon/ClickAreaMobile/index.d.ts +4 -1
  88. package/dist/types/ui/Addon/Dropdown/index.d.ts +4 -1
  89. package/dist/types/ui/Appearance/Chromeless.d.ts +4 -1
  90. package/dist/types/ui/Appearance/Comment/Comment.d.ts +4 -1
  91. package/dist/types/ui/Appearance/FullPage/BeforeWrapper.d.ts +4 -1
  92. package/dist/types/ui/Appearance/FullPage/FullPageContentArea.d.ts +4 -1
  93. package/dist/types/ui/Appearance/FullPage/FullPageToolbar.d.ts +4 -1
  94. package/dist/types/ui/AppearanceComponents/Mobile.d.ts +4 -1
  95. package/dist/types/ui/ChromeCollapsed/index.d.ts +4 -1
  96. package/dist/types/ui/ContentStyles/index.d.ts +4 -1
  97. package/dist/types/ui/ContextPanel/index.d.ts +4 -1
  98. package/dist/types/ui/PluginSlot/index.d.ts +4 -1
  99. package/dist/types/ui/Toolbar/ToolbarInner.d.ts +4 -1
  100. package/dist/types/ui/WithFlash/index.d.ts +4 -1
  101. package/dist/types-ts4.5/composable-editor/hooks/useEditorMeasuresConstructor.d.ts +4 -1
  102. package/dist/types-ts4.5/create-editor/create-preset.d.ts +10 -10
  103. package/dist/types-ts4.5/editor.d.ts +4 -1
  104. package/dist/types-ts4.5/presets/default.d.ts +10 -10
  105. package/dist/types-ts4.5/presets/universal.d.ts +10 -10
  106. package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +10 -10
  107. package/dist/types-ts4.5/ui/Addon/ClickAreaInline/index.d.ts +4 -1
  108. package/dist/types-ts4.5/ui/Addon/ClickAreaMobile/index.d.ts +4 -1
  109. package/dist/types-ts4.5/ui/Addon/Dropdown/index.d.ts +4 -1
  110. package/dist/types-ts4.5/ui/Appearance/Chromeless.d.ts +4 -1
  111. package/dist/types-ts4.5/ui/Appearance/Comment/Comment.d.ts +4 -1
  112. package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper.d.ts +4 -1
  113. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +4 -1
  114. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbar.d.ts +4 -1
  115. package/dist/types-ts4.5/ui/AppearanceComponents/Mobile.d.ts +4 -1
  116. package/dist/types-ts4.5/ui/ChromeCollapsed/index.d.ts +4 -1
  117. package/dist/types-ts4.5/ui/ContentStyles/index.d.ts +4 -1
  118. package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +4 -1
  119. package/dist/types-ts4.5/ui/PluginSlot/index.d.ts +4 -1
  120. package/dist/types-ts4.5/ui/Toolbar/ToolbarInner.d.ts +4 -1
  121. package/dist/types-ts4.5/ui/WithFlash/index.d.ts +4 -1
  122. package/package.json +8 -4
@@ -363,7 +363,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
363
363
  ];
364
364
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
365
365
  commands: {
366
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
366
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
367
367
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
368
368
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
369
369
  };
@@ -618,7 +618,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
618
618
  ];
619
619
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
620
620
  commands: {
621
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
621
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
622
622
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
623
623
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
624
624
  };
@@ -1538,7 +1538,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
1538
1538
  ];
1539
1539
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
1540
1540
  commands: {
1541
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
1541
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
1542
1542
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
1543
1543
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
1544
1544
  };
@@ -2162,7 +2162,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
2162
2162
  ];
2163
2163
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
2164
2164
  commands: {
2165
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
2165
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
2166
2166
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
2167
2167
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
2168
2168
  };
@@ -2993,7 +2993,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
2993
2993
  ];
2994
2994
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
2995
2995
  commands: {
2996
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
2996
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
2997
2997
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
2998
2998
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
2999
2999
  };
@@ -3713,7 +3713,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
3713
3713
  ];
3714
3714
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
3715
3715
  commands: {
3716
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
3716
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
3717
3717
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
3718
3718
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
3719
3719
  };
@@ -3971,7 +3971,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
3971
3971
  ];
3972
3972
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
3973
3973
  commands: {
3974
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
3974
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
3975
3975
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
3976
3976
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
3977
3977
  };
@@ -4503,7 +4503,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
4503
4503
  ];
4504
4504
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
4505
4505
  commands: {
4506
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
4506
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
4507
4507
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
4508
4508
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
4509
4509
  };
@@ -5023,7 +5023,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
5023
5023
  ];
5024
5024
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
5025
5025
  commands: {
5026
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
5026
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
5027
5027
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
5028
5028
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
5029
5029
  };
@@ -5278,7 +5278,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
5278
5278
  ];
5279
5279
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
5280
5280
  commands: {
5281
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
5281
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
5282
5282
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
5283
5283
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
5284
5284
  };
@@ -349,7 +349,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
349
349
  ];
350
350
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
351
351
  commands: {
352
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
352
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
353
353
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
354
354
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
355
355
  };
@@ -604,7 +604,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
604
604
  ];
605
605
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
606
606
  commands: {
607
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
607
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
608
608
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
609
609
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
610
610
  };
@@ -1524,7 +1524,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
1524
1524
  ];
1525
1525
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
1526
1526
  commands: {
1527
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
1527
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
1528
1528
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
1529
1529
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
1530
1530
  };
@@ -2148,7 +2148,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
2148
2148
  ];
2149
2149
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
2150
2150
  commands: {
2151
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
2151
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
2152
2152
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
2153
2153
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
2154
2154
  };
@@ -2979,7 +2979,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
2979
2979
  ];
2980
2980
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
2981
2981
  commands: {
2982
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
2982
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
2983
2983
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
2984
2984
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
2985
2985
  };
@@ -3699,7 +3699,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
3699
3699
  ];
3700
3700
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
3701
3701
  commands: {
3702
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
3702
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
3703
3703
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
3704
3704
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
3705
3705
  };
@@ -3957,7 +3957,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
3957
3957
  ];
3958
3958
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
3959
3959
  commands: {
3960
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
3960
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
3961
3961
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
3962
3962
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
3963
3963
  };
@@ -4489,7 +4489,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
4489
4489
  ];
4490
4490
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
4491
4491
  commands: {
4492
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
4492
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
4493
4493
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
4494
4494
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
4495
4495
  };
@@ -5009,7 +5009,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
5009
5009
  ];
5010
5010
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
5011
5011
  commands: {
5012
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
5012
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
5013
5013
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
5014
5014
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
5015
5015
  };
@@ -5264,7 +5264,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
5264
5264
  ];
5265
5265
  sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
5266
5266
  commands: {
5267
- moveNode: (start: number, to: number) => import("@atlaskit/editor-common/types").EditorCommand;
5267
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
5268
5268
  showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
5269
5269
  setNodeDragged: (posNumber: number, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
5270
5270
  };
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import { jsx } from '@emotion/react';
4
7
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import { jsx } from '@emotion/react';
4
7
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import { jsx } from '@emotion/react';
4
7
  import type EditorActions from '../../../actions';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import { jsx } from '@emotion/react';
4
7
  import type { EditorAppearanceComponentProps } from '../../types';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import type { WrappedComponentProps } from 'react-intl-next';
4
7
  import type { EditorAppearanceComponentProps } from '../../../types';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import type { ReactElement } from 'react';
3
6
  import { jsx } from '@emotion/react';
4
7
  type ReactComponents = ReactElement<any> | ReactElement<any>[];
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import type { ReactElement } from 'react';
3
6
  import React from 'react';
4
7
  import type { WrappedComponentProps } from 'react-intl-next';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import type { ReactElement } from 'react';
3
6
  import React from 'react';
4
7
  import { jsx } from '@emotion/react';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import type { EditorView } from '@atlaskit/editor-prosemirror/view';
4
7
  import type { FeatureFlags } from '../../types/feature-flags';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import type { WrappedComponentProps } from 'react-intl-next';
4
7
  export interface Props {
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import type { SerializedStyles } from '@emotion/react';
4
7
  import type { FeatureFlags } from '../../types/feature-flags';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import { jsx } from '@emotion/react';
4
7
  import type { BreakoutMarkAttrs } from '@atlaskit/adf-schema';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import { jsx } from '@emotion/react';
4
7
  import type { DispatchAnalyticsEvent } from '@atlaskit/editor-common/analytics';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import { jsx } from '@emotion/react';
4
7
  import type { ToolbarInnerProps } from './toolbar-types';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import React from 'react';
3
6
  import { jsx } from '@emotion/react';
4
7
  export interface Props {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "194.3.12",
3
+ "version": "194.3.14",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,12 +45,12 @@
45
45
  "@atlaskit/analytics-next": "^9.3.0",
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
47
47
  "@atlaskit/button": "^19.0.0",
48
- "@atlaskit/editor-common": "^86.3.0",
48
+ "@atlaskit/editor-common": "^86.4.0",
49
49
  "@atlaskit/editor-plugins": "^3.4.0",
50
50
  "@atlaskit/editor-prosemirror": "4.0.1",
51
51
  "@atlaskit/editor-shared-styles": "^2.13.0",
52
52
  "@atlaskit/emoji": "^67.6.0",
53
- "@atlaskit/icon": "^22.6.0",
53
+ "@atlaskit/icon": "^22.7.0",
54
54
  "@atlaskit/media-card": "^78.0.0",
55
55
  "@atlaskit/mention": "^23.2.0",
56
56
  "@atlaskit/platform-feature-flags": "^0.3.0",
@@ -85,7 +85,7 @@
85
85
  "@af/visual-regression": "*",
86
86
  "@atlaskit/adf-utils": "^19.4.0",
87
87
  "@atlaskit/analytics-listeners": "^8.10.0",
88
- "@atlaskit/collab-provider": "9.33.2",
88
+ "@atlaskit/collab-provider": "9.34.0",
89
89
  "@atlaskit/editor-json-transformer": "^8.15.0",
90
90
  "@atlaskit/editor-plugin-annotation": "1.15.2",
91
91
  "@atlaskit/editor-plugin-card": "^2.6.0",
@@ -214,6 +214,10 @@
214
214
  "type": "boolean",
215
215
  "referenceOnly": "true"
216
216
  },
217
+ "editor_inline_comments_paste_insert_nodes": {
218
+ "type": "boolean",
219
+ "referenceOnly": "true"
220
+ },
217
221
  "platform.editor.table.use-shared-state-hook": {
218
222
  "type": "boolean",
219
223
  "referenceOnly": true