@atlaskit/editor-core 216.6.3 → 216.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 216.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3bc6a51231706`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3bc6a51231706) -
8
+ [ux] Add 6px top margin to source and reference sync block
9
+
3
10
  ## 216.6.3
4
11
 
5
12
  ### Patch Changes
@@ -20,6 +20,7 @@ var syncBlockStyles = exports.syncBlockStyles = (0, _react.css)((0, _definePrope
20
20
  marginRight: "-18px",
21
21
  marginLeft: "-18px",
22
22
  marginBottom: 0,
23
+ marginTop: "var(--ds-space-075, 6px)",
23
24
  paddingBlock: "var(--ds-space-150, 12px)",
24
25
  color: 'inherit',
25
26
  /* Hover state */
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "0.0.0-development";
8
+ var version = exports.version = "216.6.3";
@@ -13,6 +13,7 @@ export const syncBlockStyles = css({
13
13
  marginRight: `-18px`,
14
14
  marginLeft: `-18px`,
15
15
  marginBottom: 0,
16
+ marginTop: "var(--ds-space-075, 6px)",
16
17
  paddingBlock: "var(--ds-space-150, 12px)",
17
18
  color: 'inherit',
18
19
  /* Hover state */
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "0.0.0-development";
2
+ export const version = "216.6.3";
@@ -12,6 +12,7 @@ export var syncBlockStyles = css(_defineProperty({
12
12
  marginRight: "-18px",
13
13
  marginLeft: "-18px",
14
14
  marginBottom: 0,
15
+ marginTop: "var(--ds-space-075, 6px)",
15
16
  paddingBlock: "var(--ds-space-150, 12px)",
16
17
  color: 'inherit',
17
18
  /* Hover state */
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "0.0.0-development";
2
+ export var version = "216.6.3";
@@ -358,7 +358,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
358
358
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
359
359
  };
360
360
  commands: {
361
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
361
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
362
362
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
363
363
  };
364
364
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -401,7 +401,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
401
401
  registerBlockMenuComponents: (blockMenuComponents: Array<import("@atlaskit/editor-plugins/block-menu").RegisterBlockMenuComponent>) => void;
402
402
  };
403
403
  commands: {
404
- formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
404
+ formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
405
405
  transformNode: (targetType: import("prosemirror-model").NodeType, metadata?: import("@atlaskit/editor-plugins/block-menu").TransformNodeMetadata) => import("@atlaskit/editor-common/types").EditorCommand;
406
406
  };
407
407
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/block-controls").BlockControlsPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/selection").SelectionPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/decorations").DecorationsPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>];
@@ -425,11 +425,11 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
425
425
  contextualFormattingMode: () => import("@atlaskit/editor-common/toolbar").ContextualFormattingEnabledOptions;
426
426
  getBreakpointPreset: () => import("@atlaskit/editor-toolbar").BreakpointPreset | undefined;
427
427
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
428
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
428
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
429
429
  };
430
430
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/selection").SelectionPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-user-preferences").UserPreferencesPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/editor-viewmode").EditorViewModePlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-connectivity").ConnectivityPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>];
431
431
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
432
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
432
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
433
433
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined>>];
434
434
  pluginConfiguration: import("@atlaskit/editor-plugins/code-block").CodeBlockPluginOptions | undefined;
435
435
  sharedState: {
@@ -567,11 +567,11 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
567
567
  contextualFormattingMode: () => import("@atlaskit/editor-common/toolbar").ContextualFormattingEnabledOptions;
568
568
  getBreakpointPreset: () => import("@atlaskit/editor-toolbar").BreakpointPreset | undefined;
569
569
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
570
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
570
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
571
571
  };
572
572
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/selection").SelectionPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-user-preferences").UserPreferencesPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/editor-viewmode").EditorViewModePlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-connectivity").ConnectivityPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>];
573
573
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
574
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
574
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
575
575
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"userIntent", {
576
576
  commands: {
577
577
  setCurrentUserIntent: (newCurrentUserIntent: import("@atlaskit/editor-plugins/user-intent").UserIntent) => import("@atlaskit/editor-common/types").EditorCommand;
@@ -614,7 +614,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
614
614
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
615
615
  };
616
616
  commands: {
617
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
617
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
618
618
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
619
619
  };
620
620
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -431,7 +431,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
431
431
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
432
432
  };
433
433
  commands: {
434
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
434
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
435
435
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
436
436
  };
437
437
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -474,7 +474,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
474
474
  registerBlockMenuComponents: (blockMenuComponents: Array<import("@atlaskit/editor-plugins/block-menu").RegisterBlockMenuComponent>) => void;
475
475
  };
476
476
  commands: {
477
- formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
477
+ formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
478
478
  transformNode: (targetType: import("prosemirror-model").NodeType, metadata?: import("@atlaskit/editor-plugins/block-menu").TransformNodeMetadata) => import("@atlaskit/editor-common/types").EditorCommand;
479
479
  };
480
480
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/block-controls").BlockControlsPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/selection").SelectionPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/decorations").DecorationsPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>];
@@ -498,11 +498,11 @@ export default function createUniversalPresetInternal({ appearance, props, featu
498
498
  contextualFormattingMode: () => ContextualFormattingEnabledOptions;
499
499
  getBreakpointPreset: () => BreakpointPreset | undefined;
500
500
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
501
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
501
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
502
502
  };
503
503
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/selection").SelectionPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-user-preferences").UserPreferencesPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/editor-viewmode").EditorViewModePlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-connectivity").ConnectivityPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>];
504
504
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
505
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
505
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
506
506
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined>>];
507
507
  pluginConfiguration: import("@atlaskit/editor-plugins/code-block").CodeBlockPluginOptions | undefined;
508
508
  sharedState: {
@@ -640,11 +640,11 @@ export default function createUniversalPresetInternal({ appearance, props, featu
640
640
  contextualFormattingMode: () => ContextualFormattingEnabledOptions;
641
641
  getBreakpointPreset: () => BreakpointPreset | undefined;
642
642
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
643
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
643
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
644
644
  };
645
645
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/selection").SelectionPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-user-preferences").UserPreferencesPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/editor-viewmode").EditorViewModePlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-connectivity").ConnectivityPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>];
646
646
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
647
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
647
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
648
648
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"userIntent", {
649
649
  commands: {
650
650
  setCurrentUserIntent: (newCurrentUserIntent: import("@atlaskit/editor-plugins/user-intent").UserIntent) => import("@atlaskit/editor-common/types").EditorCommand;
@@ -687,7 +687,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
687
687
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
688
688
  };
689
689
  commands: {
690
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
690
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
691
691
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
692
692
  };
693
693
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -358,7 +358,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
358
358
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
359
359
  };
360
360
  commands: {
361
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
361
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
362
362
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
363
363
  };
364
364
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -401,7 +401,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
401
401
  registerBlockMenuComponents: (blockMenuComponents: Array<import("@atlaskit/editor-plugins/block-menu").RegisterBlockMenuComponent>) => void;
402
402
  };
403
403
  commands: {
404
- formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
404
+ formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
405
405
  transformNode: (targetType: import("prosemirror-model").NodeType, metadata?: import("@atlaskit/editor-plugins/block-menu").TransformNodeMetadata) => import("@atlaskit/editor-common/types").EditorCommand;
406
406
  };
407
407
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/block-controls").BlockControlsPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/selection").SelectionPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/decorations").DecorationsPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>];
@@ -425,11 +425,11 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
425
425
  contextualFormattingMode: () => import("@atlaskit/editor-common/toolbar").ContextualFormattingEnabledOptions;
426
426
  getBreakpointPreset: () => import("@atlaskit/editor-toolbar").BreakpointPreset | undefined;
427
427
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
428
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
428
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
429
429
  };
430
430
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/selection").SelectionPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-user-preferences").UserPreferencesPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/editor-viewmode").EditorViewModePlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-connectivity").ConnectivityPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>];
431
431
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
432
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
432
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
433
433
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined>>];
434
434
  pluginConfiguration: import("@atlaskit/editor-plugins/code-block").CodeBlockPluginOptions | undefined;
435
435
  sharedState: {
@@ -567,11 +567,11 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
567
567
  contextualFormattingMode: () => import("@atlaskit/editor-common/toolbar").ContextualFormattingEnabledOptions;
568
568
  getBreakpointPreset: () => import("@atlaskit/editor-toolbar").BreakpointPreset | undefined;
569
569
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
570
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
570
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
571
571
  };
572
572
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/selection").SelectionPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-user-preferences").UserPreferencesPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/editor-viewmode").EditorViewModePlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-connectivity").ConnectivityPlugin>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>];
573
573
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
574
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
574
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
575
575
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"userIntent", {
576
576
  commands: {
577
577
  setCurrentUserIntent: (newCurrentUserIntent: import("@atlaskit/editor-plugins/user-intent").UserIntent) => import("@atlaskit/editor-common/types").EditorCommand;
@@ -614,7 +614,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
614
614
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
615
615
  };
616
616
  commands: {
617
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
617
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
618
618
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
619
619
  };
620
620
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -513,7 +513,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
513
513
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
514
514
  };
515
515
  commands: {
516
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
516
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
517
517
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
518
518
  };
519
519
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -566,7 +566,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
566
566
  registerBlockMenuComponents: (blockMenuComponents: Array<import("@atlaskit/editor-plugins/block-menu").RegisterBlockMenuComponent>) => void;
567
567
  };
568
568
  commands: {
569
- formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
569
+ formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
570
570
  transformNode: (targetType: import("prosemirror-model").NodeType, metadata?: import("@atlaskit/editor-plugins/block-menu").TransformNodeMetadata) => import("@atlaskit/editor-common/types").EditorCommand;
571
571
  };
572
572
  dependencies: [
@@ -600,7 +600,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
600
600
  contextualFormattingMode: () => import("@atlaskit/editor-common/toolbar").ContextualFormattingEnabledOptions;
601
601
  getBreakpointPreset: () => import("@atlaskit/editor-toolbar").BreakpointPreset | undefined;
602
602
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
603
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
603
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
604
604
  };
605
605
  dependencies: [
606
606
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>,
@@ -611,7 +611,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
611
611
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>
612
612
  ];
613
613
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
614
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
614
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
615
615
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined>>
616
616
  ];
617
617
  pluginConfiguration: import("@atlaskit/editor-plugins/code-block").CodeBlockPluginOptions | undefined;
@@ -813,7 +813,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
813
813
  contextualFormattingMode: () => import("@atlaskit/editor-common/toolbar").ContextualFormattingEnabledOptions;
814
814
  getBreakpointPreset: () => import("@atlaskit/editor-toolbar").BreakpointPreset | undefined;
815
815
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
816
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
816
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
817
817
  };
818
818
  dependencies: [
819
819
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>,
@@ -824,7 +824,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
824
824
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>
825
825
  ];
826
826
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
827
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
827
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
828
828
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined> | undefined,
829
829
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"userIntent", {
830
830
  commands: {
@@ -877,7 +877,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
877
877
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
878
878
  };
879
879
  commands: {
880
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
880
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
881
881
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
882
882
  };
883
883
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -586,7 +586,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
586
586
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
587
587
  };
588
588
  commands: {
589
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
589
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
590
590
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
591
591
  };
592
592
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -639,7 +639,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
639
639
  registerBlockMenuComponents: (blockMenuComponents: Array<import("@atlaskit/editor-plugins/block-menu").RegisterBlockMenuComponent>) => void;
640
640
  };
641
641
  commands: {
642
- formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
642
+ formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
643
643
  transformNode: (targetType: import("prosemirror-model").NodeType, metadata?: import("@atlaskit/editor-plugins/block-menu").TransformNodeMetadata) => import("@atlaskit/editor-common/types").EditorCommand;
644
644
  };
645
645
  dependencies: [
@@ -673,7 +673,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
673
673
  contextualFormattingMode: () => ContextualFormattingEnabledOptions;
674
674
  getBreakpointPreset: () => BreakpointPreset | undefined;
675
675
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
676
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
676
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
677
677
  };
678
678
  dependencies: [
679
679
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>,
@@ -684,7 +684,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
684
684
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>
685
685
  ];
686
686
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
687
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
687
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
688
688
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined>>
689
689
  ];
690
690
  pluginConfiguration: import("@atlaskit/editor-plugins/code-block").CodeBlockPluginOptions | undefined;
@@ -886,7 +886,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
886
886
  contextualFormattingMode: () => ContextualFormattingEnabledOptions;
887
887
  getBreakpointPreset: () => BreakpointPreset | undefined;
888
888
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
889
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
889
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
890
890
  };
891
891
  dependencies: [
892
892
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>,
@@ -897,7 +897,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
897
897
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>
898
898
  ];
899
899
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
900
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
900
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
901
901
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined> | undefined,
902
902
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"userIntent", {
903
903
  commands: {
@@ -950,7 +950,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
950
950
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
951
951
  };
952
952
  commands: {
953
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
953
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
954
954
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
955
955
  };
956
956
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -513,7 +513,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
513
513
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
514
514
  };
515
515
  commands: {
516
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
516
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
517
517
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
518
518
  };
519
519
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
@@ -566,7 +566,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
566
566
  registerBlockMenuComponents: (blockMenuComponents: Array<import("@atlaskit/editor-plugins/block-menu").RegisterBlockMenuComponent>) => void;
567
567
  };
568
568
  commands: {
569
- formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types/editor-commands/transforms/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
569
+ formatNode: (targetType: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeTargetType, analyticsAttrs?: import("packages/editor/editor-plugin-block-menu/dist/types").FormatNodeAnalyticsAttrs) => import("@atlaskit/editor-common/types").EditorCommand;
570
570
  transformNode: (targetType: import("prosemirror-model").NodeType, metadata?: import("@atlaskit/editor-plugins/block-menu").TransformNodeMetadata) => import("@atlaskit/editor-common/types").EditorCommand;
571
571
  };
572
572
  dependencies: [
@@ -600,7 +600,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
600
600
  contextualFormattingMode: () => import("@atlaskit/editor-common/toolbar").ContextualFormattingEnabledOptions;
601
601
  getBreakpointPreset: () => import("@atlaskit/editor-toolbar").BreakpointPreset | undefined;
602
602
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
603
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
603
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
604
604
  };
605
605
  dependencies: [
606
606
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>,
@@ -611,7 +611,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
611
611
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>
612
612
  ];
613
613
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
614
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
614
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
615
615
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined>>
616
616
  ];
617
617
  pluginConfiguration: import("@atlaskit/editor-plugins/code-block").CodeBlockPluginOptions | undefined;
@@ -813,7 +813,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
813
813
  contextualFormattingMode: () => import("@atlaskit/editor-common/toolbar").ContextualFormattingEnabledOptions;
814
814
  getBreakpointPreset: () => import("@atlaskit/editor-toolbar").BreakpointPreset | undefined;
815
815
  getComponents: () => Array<import("@atlaskit/editor-toolbar-model").RegisterComponent>;
816
- registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types/types").RegisterComponentsAction;
816
+ registerComponents: import("packages/editor/editor-plugin-toolbar/dist/types").RegisterComponentsAction;
817
817
  };
818
818
  dependencies: [
819
819
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/user-intent").UserIntentPlugin>,
@@ -824,7 +824,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
824
824
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/analytics").AnalyticsPlugin>
825
825
  ];
826
826
  pluginConfiguration?: import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions;
827
- sharedState: import("packages/editor/editor-plugin-toolbar/dist/types/toolbarPluginType").EditorToolbarPluginState;
827
+ sharedState: import("packages/editor/editor-plugin-toolbar/dist/types").EditorToolbarPluginState;
828
828
  }, import("@atlaskit/editor-plugins/toolbar").ToolbarPluginOptions | undefined> | undefined,
829
829
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"userIntent", {
830
830
  commands: {
@@ -877,7 +877,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
877
877
  removeDecoration: typeof import("packages/editor/editor-plugin-decorations/dist/types/pm-plugins/main").removeDecoration;
878
878
  };
879
879
  commands: {
880
- hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types/decorationsPluginType").HoverDecorationCommand;
880
+ hoverDecoration?: import("packages/editor/editor-plugin-decorations/dist/types").HoverDecorationCommand;
881
881
  removeDecoration?: () => import("@atlaskit/editor-common/types").EditorCommand;
882
882
  };
883
883
  sharedState: import("@atlaskit/editor-plugins/decorations").DecorationState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "216.6.3",
3
+ "version": "216.6.4",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"