@atlaskit/editor-core 205.8.1 → 205.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 205.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#147951](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/147951)
8
+ [`ec2f90f672938`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ec2f90f672938) -
9
+ [ux] getFullName has been added to PluginState. User's initial and full name are now in their
10
+ separate elements under telepointer.
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
16
+ ## 205.8.2
17
+
18
+ ### Patch Changes
19
+
20
+ - [#148176](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148176)
21
+ [`ff3d1fcb8f797`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ff3d1fcb8f797) -
22
+ Clean-up platform_editor_legacy_content_macro feature gate
23
+ - Updated dependencies
24
+
3
25
  ## 205.8.1
4
26
 
5
27
  ### Patch Changes
@@ -55,7 +55,7 @@ var EditorInternal = exports.EditorInternal = /*#__PURE__*/(0, _react.memo)(func
55
55
 
56
56
  // Render tracking is firing too many events in Jira so we are disabling them for now. See - https://product-fabric.atlassian.net/browse/ED-25616
57
57
  // Also firing too many events for the legacy content macro, so disabling for now. See - https://product-fabric.atlassian.net/browse/ED-26650
58
- var renderTrackingEnabled = (0, _platformFeatureFlags.fg)('platform_editor_legacy_content_macro') ? !(0, _platformFeatureFlags.fg)('platform_editor_disable_rerender_tracking_jira') && !featureFlags.lcmPreventRenderTracking : !(0, _platformFeatureFlags.fg)('platform_editor_disable_rerender_tracking_jira');
58
+ var renderTrackingEnabled = !(0, _platformFeatureFlags.fg)('platform_editor_disable_rerender_tracking_jira') && !featureFlags.lcmPreventRenderTracking;
59
59
  var useShallow = false;
60
60
  var _usePortalProvider = (0, _portal.usePortalProvider)(),
61
61
  _usePortalProvider2 = (0, _slicedToArray2.default)(_usePortalProvider, 2),
@@ -635,13 +635,7 @@ function ReactEditorView(props) {
635
635
  editorView: viewRef.current,
636
636
  popupsMountPoint: props.editorProps.popupsMountPoint
637
637
  }
638
- }, (0, _platformFeatureFlags.fg)('platform_editor_legacy_content_macro') ? renderTrackingEnabled && /*#__PURE__*/_react.default.createElement(_RenderTracking.RenderTracking, {
639
- componentProps: props,
640
- action: _analytics.ACTION.RE_RENDERED,
641
- actionSubject: _analytics.ACTION_SUBJECT.REACT_EDITOR_VIEW,
642
- handleAnalyticsEvent: handleAnalyticsEvent,
643
- useShallow: true
644
- }) : /*#__PURE__*/_react.default.createElement(_RenderTracking.RenderTracking, {
638
+ }, renderTrackingEnabled && /*#__PURE__*/_react.default.createElement(_RenderTracking.RenderTracking, {
645
639
  componentProps: props,
646
640
  action: _analytics.ACTION.RE_RENDERED,
647
641
  actionSubject: _analytics.ACTION_SUBJECT.REACT_EDITOR_VIEW,
@@ -153,7 +153,7 @@ var akEditorBreakpointForSmallDevice = "1266px";
153
153
  var contentStyles = function contentStyles(props) {
154
154
  return (0, _react2.css)(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2.default)(["\n\t--ak-editor--default-gutter-padding: ", "px;\n\t/* 52 is from akEditorGutterPaddingDynamic via editor-shared-styles */\n\t--ak-editor--large-gutter-padding: ", "px;\n\t--ak-editor--default-layout-width: ", "px;\n\t--ak-editor--full-width-layout-width: ", "px;\n\t/* calculate editor line length, 100cqw is the editor container width */\n\t--ak-editor--line-length: min(\n\t\tcalc(100cqw - var(--ak-editor--large-gutter-padding) * 2),\n\t\tvar(--ak-editor--default-layout-width)\n\t);\n\t--ak-editor--breakout-wide-layout-width: ", "px;\n\t--ak-editor--breakout-full-page-guttering-padding: calc(\n\t\tvar(--ak-editor--large-gutter-padding) * 2 + var(--ak-editor--default-gutter-padding)\n\t);\n\n\t.fabric-editor--full-width-mode {\n\t\t--ak-editor--line-length: min(\n\t\t\tcalc(100cqw - var(--ak-editor--large-gutter-padding) * 2),\n\t\t\tvar(--ak-editor--full-width-layout-width)\n\t\t);\n\t}\n\n\t.ProseMirror {\n\t\t--ak-editor-max-container-width: calc(100cqw - var(--ak-editor--large-gutter-padding));\n\t}\n\n\t/* We can't allow nodes that are inside other nodes to bleed from the parent container */\n\t.ProseMirror > div[data-prosemirror-node-block] [data-prosemirror-node-block] {\n\t\t--ak-editor-max-container-width: 100%;\n\t}\n\n\t/* container editor-area is defined in platform/packages/editor/editor-core/src/ui/Appearance/FullPage/StyledComponents.ts */\n\t@container editor-area (width >= ", ") {\n\t\t.ProseMirror {\n\t\t\t--ak-editor--breakout-wide-layout-width: ", "px;\n\t\t}\n\t}\n\n\t.ProseMirror {\n\t\toutline: none;\n\t\tfont-size: ", "px;\n\t\t", ";\n\t\t", ";\n\t\t", ";\n\t\t", ";\n\t\t", ";\n\t\t", ";\n\t}\n\n\t", "\n\n\t.ProseMirror-hideselection *::selection {\n\t\tbackground: transparent;\n\t}\n\n\t.ProseMirror-hideselection *::-moz-selection {\n\t\tbackground: transparent;\n\t}\n\n\t/**\n\t * This prosemirror css style: https://github.com/ProseMirror/prosemirror-view/blob/f37ebb29befdbde3cd194fe13fe17b78e743d2f2/style/prosemirror.css#L24\n\t *\n\t * 1. Merge and Release platform_editor_hide_cursor_when_pm_hideselection\n\t * 2. Cleanup duplicated style from platform_editor_advanced_code_blocks\n\t * https://product-fabric.atlassian.net/browse/ED-26331\n\t */\n\t", "\n\n\t/* This prosemirror css style: https://github.com/ProseMirror/prosemirror-view/blob/f37ebb29befdbde3cd194fe13fe17b78e743d2f2/style/prosemirror.css#L24 */\n\t", "\n\n\t.ProseMirror-selectednode {\n\t\toutline: none;\n\t}\n\n\t.ProseMirror-selectednode:empty {\n\t\toutline: 2px solid ", ";\n\t}\n\n\t.ProseMirror.ProseMirror-focused:has(.ProseMirror-mark-boundary-cursor) {\n\t\tcaret-color: transparent;\n\t}\n\t.ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor {\n\t\tdisplay: none;\n\t}\n\n\t", "\n\t", "\n\t", "\n\t", "\n\n ", "\n\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", ";\n\t", "\n\t", "\n\t", "\n\t", "\n\t", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n // Switch between the two icons based on the visual refresh feature gate\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n\t", "\n ", "\n ", "\n ", "\n ", "\n ", "\n\n .panelView-content-wrap {\n\t\tbox-sizing: border-box;\n\t}\n\n\t.mediaGroupView-content-wrap ul {\n\t\tpadding: 0;\n\t}\n\n\t/** Needed to override any cleared floats, e.g. image wrapping */\n\n\tdiv.fabric-editor-block-mark[class^='fabric-editor-align'] {\n\t\tclear: none !important;\n\t}\n\n\t.fabric-editor-align-end {\n\t\ttext-align: right;\n\t}\n\n\t.fabric-editor-align-start {\n\t\ttext-align: left;\n\t}\n\n\t.fabric-editor-align-center {\n\t\ttext-align: center;\n\t}\n\n\t// For FullPage only when inside a table\n\t// Related code all lives inside: packages/editor/editor-core/src/ui/Appearance/FullPage/StyledComponents.ts\n\t// In the \"editorContentAreaContainerStyle\" function\n\t.fabric-editor--full-width-mode {\n\t\t.pm-table-container {\n\t\t\t.code-block,\n\t\t\t.extension-container,\n\t\t\t.multiBodiedExtension--container {\n\t\t\t\tmax-width: 100%;\n\t\t\t}\n\t\t}\n\t}\n\n\t.pm-table-header-content-wrap :not(.fabric-editor-alignment),\n\t.pm-table-header-content-wrap :not(p, .fabric-editor-block-mark) + div.fabric-editor-block-mark,\n\t.pm-table-cell-content-wrap :not(p, .fabric-editor-block-mark) + div.fabric-editor-block-mark {\n\t\tp:first-of-type {\n\t\t\tmargin-top: 0;\n\t\t}\n\t}\n\t.pm-table-cell-content-wrap .mediaGroupView-content-wrap {\n\t\tclear: both;\n\t}\n\n\t.hyperlink-floating-toolbar,\n\t.", " {\n\t\tpadding: 0;\n\t}\n\n\t/* Legacy Link icon in the Atlaskit package\n is bigger than the others, new ADS icon does not have this issue\n */\n\t", "\n"])), _editorSharedStyles.akEditorGutterPadding, (0, _editorSharedStyles.akEditorGutterPaddingDynamic)(), _editorSharedStyles.akEditorDefaultLayoutWidth, _editorSharedStyles.akEditorFullWidthLayoutWidth, _editorSharedStyles.akEditorCalculatedWideLayoutWidthSmallViewport, akEditorBreakpointForSmallDevice, _editorSharedStyles.akEditorCalculatedWideLayoutWidth, (0, _editorSharedStyles.editorFontSize)({
155
155
  theme: props.theme
156
- }), _styles.whitespaceSharedStyles, (0, _styles.paragraphSharedStyles)(props.typographyTheme), _styles.listsSharedStyles, _styles.indentationSharedStyles, _styles.shadowSharedStyle, _getInlineNodeViewProducer.InlineNodeViewSharedStyles, (0, _platformFeatureFlags.fg)('editor_request_to_edit_task') ? null : (0, _react2.css)(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n\t\t\t\t.ProseMirror[contenteditable='false'] .taskItemView-content-wrap {\n\t\t\t\t\tpointer-events: none;\n\t\t\t\t\topacity: 0.7;\n\t\t\t\t}\n\t\t\t"]))), (0, _platformFeatureFlags.fg)('platform_editor_hide_cursor_when_pm_hideselection') ? (0, _react2.css)(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n\t\t\t\t.ProseMirror-hideselection {\n\t\t\t\t\tcaret-color: transparent;\n\t\t\t\t}\n\t\t\t"]))) : null, (0, _experiments.editorExperiment)('platform_editor_advanced_code_blocks', true) ? (0, _react2.css)(_templateObject13 || (_templateObject13 = (0, _taggedTemplateLiteral2.default)(["\n\t\t\t\t.ProseMirror-hideselection {\n\t\t\t\t\tcaret-color: transparent;\n\t\t\t\t}\n\t\t\t"]))) : null, "var(--ds-border-focused, #8cf)", _styles5.placeholderTextStyles, placeholderStyles, (0, _experiments.editorExperiment)('platform_editor_controls', 'variant1') ? placeholderOverflowStyles : null, (0, _experiments.editorExperiment)('platform_editor_controls', 'variant1') && (0, _platformFeatureFlags.fg)('platform_editor_quick_insert_placeholder') ? placeholderWrapStyles : null, (0, _codeBlock.codeBlockStyles)(), (0, _styles2.blocktypeStyles)(props.typographyTheme), (0, _styles.codeMarkSharedStyles)(), _styles.textColorStyles, (0, _styles.backgroundColorStyles)(), listsStyles, ruleStyles(), (0, _media.mediaStyles)(), (0, _layout.layoutStyles)(props.viewMode), _collab.telepointerStyle, _selection.gapCursorStyles, (0, _panel2.panelStyles)(), mentionsStyles, (0, _experiments.editorExperiment)('platform_editor_vanilla_dom', true, {
156
+ }), _styles.whitespaceSharedStyles, (0, _styles.paragraphSharedStyles)(props.typographyTheme), _styles.listsSharedStyles, _styles.indentationSharedStyles, _styles.shadowSharedStyle, _getInlineNodeViewProducer.InlineNodeViewSharedStyles, (0, _platformFeatureFlags.fg)('editor_request_to_edit_task') ? null : (0, _react2.css)(_templateObject11 || (_templateObject11 = (0, _taggedTemplateLiteral2.default)(["\n\t\t\t\t.ProseMirror[contenteditable='false'] .taskItemView-content-wrap {\n\t\t\t\t\tpointer-events: none;\n\t\t\t\t\topacity: 0.7;\n\t\t\t\t}\n\t\t\t"]))), (0, _platformFeatureFlags.fg)('platform_editor_hide_cursor_when_pm_hideselection') ? (0, _react2.css)(_templateObject12 || (_templateObject12 = (0, _taggedTemplateLiteral2.default)(["\n\t\t\t\t.ProseMirror-hideselection {\n\t\t\t\t\tcaret-color: transparent;\n\t\t\t\t}\n\t\t\t"]))) : null, (0, _experiments.editorExperiment)('platform_editor_advanced_code_blocks', true) ? (0, _react2.css)(_templateObject13 || (_templateObject13 = (0, _taggedTemplateLiteral2.default)(["\n\t\t\t\t.ProseMirror-hideselection {\n\t\t\t\t\tcaret-color: transparent;\n\t\t\t\t}\n\t\t\t"]))) : null, "var(--ds-border-focused, #8cf)", _styles5.placeholderTextStyles, placeholderStyles, (0, _experiments.editorExperiment)('platform_editor_controls', 'variant1') ? placeholderOverflowStyles : null, (0, _experiments.editorExperiment)('platform_editor_controls', 'variant1') && (0, _platformFeatureFlags.fg)('platform_editor_quick_insert_placeholder') ? placeholderWrapStyles : null, (0, _codeBlock.codeBlockStyles)(), (0, _styles2.blocktypeStyles)(props.typographyTheme), (0, _styles.codeMarkSharedStyles)(), _styles.textColorStyles, (0, _styles.backgroundColorStyles)(), listsStyles, ruleStyles(), (0, _media.mediaStyles)(), (0, _layout.layoutStyles)(props.viewMode), (0, _platformFeatureFlags.fg)('confluence_team_presence_scroll_to_pointer') ? _collab.telepointerStyle : _collab.telepointerStyleWithInitialOnly, _selection.gapCursorStyles, (0, _panel2.panelStyles)(), mentionsStyles, (0, _experiments.editorExperiment)('platform_editor_vanilla_dom', true, {
157
157
  exposure: false
158
158
  }) && vanillaMentionsStyles, (0, _experiments.editorExperiment)('platform_editor_vanilla_dom', true, {
159
159
  exposure: false
@@ -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 = "205.8.1";
8
+ var version = exports.version = "205.9.0";
@@ -49,7 +49,7 @@ export const EditorInternal = /*#__PURE__*/memo(({
49
49
 
50
50
  // Render tracking is firing too many events in Jira so we are disabling them for now. See - https://product-fabric.atlassian.net/browse/ED-25616
51
51
  // Also firing too many events for the legacy content macro, so disabling for now. See - https://product-fabric.atlassian.net/browse/ED-26650
52
- const renderTrackingEnabled = fg('platform_editor_legacy_content_macro') ? !fg('platform_editor_disable_rerender_tracking_jira') && !featureFlags.lcmPreventRenderTracking : !fg('platform_editor_disable_rerender_tracking_jira');
52
+ const renderTrackingEnabled = !fg('platform_editor_disable_rerender_tracking_jira') && !featureFlags.lcmPreventRenderTracking;
53
53
  const useShallow = false;
54
54
  const [portalProviderAPI, PortalRenderer] = usePortalProvider();
55
55
  const [nodeViewPortalProviderAPI, NodeViewPortalRenderer] = usePortalProvider();
@@ -599,13 +599,7 @@ export function ReactEditorView(props) {
599
599
  editorView: viewRef.current,
600
600
  popupsMountPoint: props.editorProps.popupsMountPoint
601
601
  }
602
- }, fg('platform_editor_legacy_content_macro') ? renderTrackingEnabled && /*#__PURE__*/React.createElement(RenderTracking, {
603
- componentProps: props,
604
- action: ACTION.RE_RENDERED,
605
- actionSubject: ACTION_SUBJECT.REACT_EDITOR_VIEW,
606
- handleAnalyticsEvent: handleAnalyticsEvent,
607
- useShallow: true
608
- }) : /*#__PURE__*/React.createElement(RenderTracking, {
602
+ }, renderTrackingEnabled && /*#__PURE__*/React.createElement(RenderTracking, {
609
603
  componentProps: props,
610
604
  action: ACTION.RE_RENDERED,
611
605
  actionSubject: ACTION_SUBJECT.REACT_EDITOR_VIEW,
@@ -12,7 +12,7 @@ import React, { useMemo } from 'react';
12
12
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
13
13
  import { css, jsx, useTheme } from '@emotion/react';
14
14
  import { browser } from '@atlaskit/editor-common/browser';
15
- import { telepointerStyle } from '@atlaskit/editor-common/collab';
15
+ import { telepointerStyle, telepointerStyleWithInitialOnly } from '@atlaskit/editor-common/collab';
16
16
  import { EmojiSharedCssClassName, defaultEmojiHeight } from '@atlaskit/editor-common/emoji';
17
17
  import { MentionSharedCssClassName } from '@atlaskit/editor-common/mention';
18
18
  import { PanelSharedCssClassName } from '@atlaskit/editor-common/panel';
@@ -416,7 +416,7 @@ const contentStyles = props => css`
416
416
  ${ruleStyles()}
417
417
  ${mediaStyles()}
418
418
  ${layoutStyles(props.viewMode)}
419
- ${telepointerStyle}
419
+ ${fg('confluence_team_presence_scroll_to_pointer') ? telepointerStyle : telepointerStyleWithInitialOnly}
420
420
  ${gapCursorStyles};
421
421
  ${panelStyles()}
422
422
  ${mentionsStyles}
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "205.8.1";
2
+ export const version = "205.9.0";
@@ -51,7 +51,7 @@ export var EditorInternal = /*#__PURE__*/memo(function (_ref) {
51
51
 
52
52
  // Render tracking is firing too many events in Jira so we are disabling them for now. See - https://product-fabric.atlassian.net/browse/ED-25616
53
53
  // Also firing too many events for the legacy content macro, so disabling for now. See - https://product-fabric.atlassian.net/browse/ED-26650
54
- var renderTrackingEnabled = fg('platform_editor_legacy_content_macro') ? !fg('platform_editor_disable_rerender_tracking_jira') && !featureFlags.lcmPreventRenderTracking : !fg('platform_editor_disable_rerender_tracking_jira');
54
+ var renderTrackingEnabled = !fg('platform_editor_disable_rerender_tracking_jira') && !featureFlags.lcmPreventRenderTracking;
55
55
  var useShallow = false;
56
56
  var _usePortalProvider = usePortalProvider(),
57
57
  _usePortalProvider2 = _slicedToArray(_usePortalProvider, 2),
@@ -624,13 +624,7 @@ export function ReactEditorView(props) {
624
624
  editorView: viewRef.current,
625
625
  popupsMountPoint: props.editorProps.popupsMountPoint
626
626
  }
627
- }, fg('platform_editor_legacy_content_macro') ? renderTrackingEnabled && /*#__PURE__*/React.createElement(RenderTracking, {
628
- componentProps: props,
629
- action: ACTION.RE_RENDERED,
630
- actionSubject: ACTION_SUBJECT.REACT_EDITOR_VIEW,
631
- handleAnalyticsEvent: handleAnalyticsEvent,
632
- useShallow: true
633
- }) : /*#__PURE__*/React.createElement(RenderTracking, {
627
+ }, renderTrackingEnabled && /*#__PURE__*/React.createElement(RenderTracking, {
634
628
  componentProps: props,
635
629
  action: ACTION.RE_RENDERED,
636
630
  actionSubject: ACTION_SUBJECT.REACT_EDITOR_VIEW,
@@ -14,7 +14,7 @@ import React, { useMemo } from 'react';
14
14
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
15
15
  import { css, jsx, useTheme } from '@emotion/react';
16
16
  import { browser } from '@atlaskit/editor-common/browser';
17
- import { telepointerStyle } from '@atlaskit/editor-common/collab';
17
+ import { telepointerStyle, telepointerStyleWithInitialOnly } from '@atlaskit/editor-common/collab';
18
18
  import { EmojiSharedCssClassName, defaultEmojiHeight } from '@atlaskit/editor-common/emoji';
19
19
  import { MentionSharedCssClassName } from '@atlaskit/editor-common/mention';
20
20
  import { PanelSharedCssClassName } from '@atlaskit/editor-common/panel';
@@ -145,7 +145,7 @@ var akEditorBreakpointForSmallDevice = "1266px";
145
145
  var contentStyles = function contentStyles(props) {
146
146
  return css(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n\t--ak-editor--default-gutter-padding: ", "px;\n\t/* 52 is from akEditorGutterPaddingDynamic via editor-shared-styles */\n\t--ak-editor--large-gutter-padding: ", "px;\n\t--ak-editor--default-layout-width: ", "px;\n\t--ak-editor--full-width-layout-width: ", "px;\n\t/* calculate editor line length, 100cqw is the editor container width */\n\t--ak-editor--line-length: min(\n\t\tcalc(100cqw - var(--ak-editor--large-gutter-padding) * 2),\n\t\tvar(--ak-editor--default-layout-width)\n\t);\n\t--ak-editor--breakout-wide-layout-width: ", "px;\n\t--ak-editor--breakout-full-page-guttering-padding: calc(\n\t\tvar(--ak-editor--large-gutter-padding) * 2 + var(--ak-editor--default-gutter-padding)\n\t);\n\n\t.fabric-editor--full-width-mode {\n\t\t--ak-editor--line-length: min(\n\t\t\tcalc(100cqw - var(--ak-editor--large-gutter-padding) * 2),\n\t\t\tvar(--ak-editor--full-width-layout-width)\n\t\t);\n\t}\n\n\t.ProseMirror {\n\t\t--ak-editor-max-container-width: calc(100cqw - var(--ak-editor--large-gutter-padding));\n\t}\n\n\t/* We can't allow nodes that are inside other nodes to bleed from the parent container */\n\t.ProseMirror > div[data-prosemirror-node-block] [data-prosemirror-node-block] {\n\t\t--ak-editor-max-container-width: 100%;\n\t}\n\n\t/* container editor-area is defined in platform/packages/editor/editor-core/src/ui/Appearance/FullPage/StyledComponents.ts */\n\t@container editor-area (width >= ", ") {\n\t\t.ProseMirror {\n\t\t\t--ak-editor--breakout-wide-layout-width: ", "px;\n\t\t}\n\t}\n\n\t.ProseMirror {\n\t\toutline: none;\n\t\tfont-size: ", "px;\n\t\t", ";\n\t\t", ";\n\t\t", ";\n\t\t", ";\n\t\t", ";\n\t\t", ";\n\t}\n\n\t", "\n\n\t.ProseMirror-hideselection *::selection {\n\t\tbackground: transparent;\n\t}\n\n\t.ProseMirror-hideselection *::-moz-selection {\n\t\tbackground: transparent;\n\t}\n\n\t/**\n\t * This prosemirror css style: https://github.com/ProseMirror/prosemirror-view/blob/f37ebb29befdbde3cd194fe13fe17b78e743d2f2/style/prosemirror.css#L24\n\t *\n\t * 1. Merge and Release platform_editor_hide_cursor_when_pm_hideselection\n\t * 2. Cleanup duplicated style from platform_editor_advanced_code_blocks\n\t * https://product-fabric.atlassian.net/browse/ED-26331\n\t */\n\t", "\n\n\t/* This prosemirror css style: https://github.com/ProseMirror/prosemirror-view/blob/f37ebb29befdbde3cd194fe13fe17b78e743d2f2/style/prosemirror.css#L24 */\n\t", "\n\n\t.ProseMirror-selectednode {\n\t\toutline: none;\n\t}\n\n\t.ProseMirror-selectednode:empty {\n\t\toutline: 2px solid ", ";\n\t}\n\n\t.ProseMirror.ProseMirror-focused:has(.ProseMirror-mark-boundary-cursor) {\n\t\tcaret-color: transparent;\n\t}\n\t.ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor {\n\t\tdisplay: none;\n\t}\n\n\t", "\n\t", "\n\t", "\n\t", "\n\n ", "\n\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", ";\n\t", "\n\t", "\n\t", "\n\t", "\n\t", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n // Switch between the two icons based on the visual refresh feature gate\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n ", "\n\t", "\n ", "\n ", "\n ", "\n ", "\n ", "\n\n .panelView-content-wrap {\n\t\tbox-sizing: border-box;\n\t}\n\n\t.mediaGroupView-content-wrap ul {\n\t\tpadding: 0;\n\t}\n\n\t/** Needed to override any cleared floats, e.g. image wrapping */\n\n\tdiv.fabric-editor-block-mark[class^='fabric-editor-align'] {\n\t\tclear: none !important;\n\t}\n\n\t.fabric-editor-align-end {\n\t\ttext-align: right;\n\t}\n\n\t.fabric-editor-align-start {\n\t\ttext-align: left;\n\t}\n\n\t.fabric-editor-align-center {\n\t\ttext-align: center;\n\t}\n\n\t// For FullPage only when inside a table\n\t// Related code all lives inside: packages/editor/editor-core/src/ui/Appearance/FullPage/StyledComponents.ts\n\t// In the \"editorContentAreaContainerStyle\" function\n\t.fabric-editor--full-width-mode {\n\t\t.pm-table-container {\n\t\t\t.code-block,\n\t\t\t.extension-container,\n\t\t\t.multiBodiedExtension--container {\n\t\t\t\tmax-width: 100%;\n\t\t\t}\n\t\t}\n\t}\n\n\t.pm-table-header-content-wrap :not(.fabric-editor-alignment),\n\t.pm-table-header-content-wrap :not(p, .fabric-editor-block-mark) + div.fabric-editor-block-mark,\n\t.pm-table-cell-content-wrap :not(p, .fabric-editor-block-mark) + div.fabric-editor-block-mark {\n\t\tp:first-of-type {\n\t\t\tmargin-top: 0;\n\t\t}\n\t}\n\t.pm-table-cell-content-wrap .mediaGroupView-content-wrap {\n\t\tclear: both;\n\t}\n\n\t.hyperlink-floating-toolbar,\n\t.", " {\n\t\tpadding: 0;\n\t}\n\n\t/* Legacy Link icon in the Atlaskit package\n is bigger than the others, new ADS icon does not have this issue\n */\n\t", "\n"])), akEditorGutterPadding, akEditorGutterPaddingDynamic(), akEditorDefaultLayoutWidth, akEditorFullWidthLayoutWidth, akEditorCalculatedWideLayoutWidthSmallViewport, akEditorBreakpointForSmallDevice, akEditorCalculatedWideLayoutWidth, editorFontSize({
147
147
  theme: props.theme
148
- }), whitespaceSharedStyles, paragraphSharedStyles(props.typographyTheme), listsSharedStyles, indentationSharedStyles, shadowSharedStyle, InlineNodeViewSharedStyles, fg('editor_request_to_edit_task') ? null : css(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n\t\t\t\t.ProseMirror[contenteditable='false'] .taskItemView-content-wrap {\n\t\t\t\t\tpointer-events: none;\n\t\t\t\t\topacity: 0.7;\n\t\t\t\t}\n\t\t\t"]))), fg('platform_editor_hide_cursor_when_pm_hideselection') ? css(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n\t\t\t\t.ProseMirror-hideselection {\n\t\t\t\t\tcaret-color: transparent;\n\t\t\t\t}\n\t\t\t"]))) : null, editorExperiment('platform_editor_advanced_code_blocks', true) ? css(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n\t\t\t\t.ProseMirror-hideselection {\n\t\t\t\t\tcaret-color: transparent;\n\t\t\t\t}\n\t\t\t"]))) : null, "var(--ds-border-focused, #8cf)", placeholderTextStyles, placeholderStyles, editorExperiment('platform_editor_controls', 'variant1') ? placeholderOverflowStyles : null, editorExperiment('platform_editor_controls', 'variant1') && fg('platform_editor_quick_insert_placeholder') ? placeholderWrapStyles : null, codeBlockStyles(), blocktypeStyles(props.typographyTheme), codeMarkSharedStyles(), textColorStyles, backgroundColorStyles(), listsStyles, ruleStyles(), mediaStyles(), layoutStyles(props.viewMode), telepointerStyle, gapCursorStyles, panelStyles(), mentionsStyles, editorExperiment('platform_editor_vanilla_dom', true, {
148
+ }), whitespaceSharedStyles, paragraphSharedStyles(props.typographyTheme), listsSharedStyles, indentationSharedStyles, shadowSharedStyle, InlineNodeViewSharedStyles, fg('editor_request_to_edit_task') ? null : css(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n\t\t\t\t.ProseMirror[contenteditable='false'] .taskItemView-content-wrap {\n\t\t\t\t\tpointer-events: none;\n\t\t\t\t\topacity: 0.7;\n\t\t\t\t}\n\t\t\t"]))), fg('platform_editor_hide_cursor_when_pm_hideselection') ? css(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n\t\t\t\t.ProseMirror-hideselection {\n\t\t\t\t\tcaret-color: transparent;\n\t\t\t\t}\n\t\t\t"]))) : null, editorExperiment('platform_editor_advanced_code_blocks', true) ? css(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n\t\t\t\t.ProseMirror-hideselection {\n\t\t\t\t\tcaret-color: transparent;\n\t\t\t\t}\n\t\t\t"]))) : null, "var(--ds-border-focused, #8cf)", placeholderTextStyles, placeholderStyles, editorExperiment('platform_editor_controls', 'variant1') ? placeholderOverflowStyles : null, editorExperiment('platform_editor_controls', 'variant1') && fg('platform_editor_quick_insert_placeholder') ? placeholderWrapStyles : null, codeBlockStyles(), blocktypeStyles(props.typographyTheme), codeMarkSharedStyles(), textColorStyles, backgroundColorStyles(), listsStyles, ruleStyles(), mediaStyles(), layoutStyles(props.viewMode), fg('confluence_team_presence_scroll_to_pointer') ? telepointerStyle : telepointerStyleWithInitialOnly, gapCursorStyles, panelStyles(), mentionsStyles, editorExperiment('platform_editor_vanilla_dom', true, {
149
149
  exposure: false
150
150
  }) && vanillaMentionsStyles, editorExperiment('platform_editor_vanilla_dom', true, {
151
151
  exposure: false
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "205.8.1";
2
+ export var version = "205.9.0";
@@ -357,6 +357,9 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
357
357
  }, import("@atlaskit/editor-plugins/code-block").CodeBlockPluginOptions | undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
358
358
  pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
359
359
  actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
360
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"interaction", {
361
+ sharedState: import("@atlaskit/editor-plugins/interaction").InteractionState;
362
+ }, undefined>>];
360
363
  commands: {
361
364
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
362
365
  clearManualSelection: () => import("@atlaskit/editor-common/types").EditorCommand;
@@ -979,7 +982,19 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
979
982
  }) => void;
980
983
  };
981
984
  pluginConfiguration?: import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined;
982
- }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>];
985
+ }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
986
+ pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
987
+ sharedState: {
988
+ createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
989
+ attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
990
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
991
+ };
992
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
993
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
994
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
995
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>];
996
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
997
+ }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
983
998
  actions: {
984
999
  undo: import("packages/editor/editor-plugin-undo-redo/dist/types/undoRedoPluginType").UndoRedoAction;
985
1000
  redo: import("packages/editor/editor-plugin-undo-redo/dist/types/undoRedoPluginType").UndoRedoAction;
@@ -409,6 +409,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
409
409
  }, import("@atlaskit/editor-plugins/code-block").CodeBlockPluginOptions | undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
410
410
  pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
411
411
  actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
412
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"interaction", {
413
+ sharedState: import("@atlaskit/editor-plugins/interaction").InteractionState;
414
+ }, undefined>>];
412
415
  commands: {
413
416
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
414
417
  clearManualSelection: () => import("@atlaskit/editor-common/types").EditorCommand;
@@ -1031,7 +1034,19 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1031
1034
  }) => void;
1032
1035
  };
1033
1036
  pluginConfiguration?: import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined;
1034
- }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>];
1037
+ }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
1038
+ pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
1039
+ sharedState: {
1040
+ createAnalyticsEvent: CreateUIAnalyticsEvent | null;
1041
+ attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
1042
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
1043
+ };
1044
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
1045
+ pluginConfiguration: FeatureFlags;
1046
+ sharedState: FeatureFlags;
1047
+ }, FeatureFlags>>];
1048
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
1049
+ }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
1035
1050
  actions: {
1036
1051
  undo: import("packages/editor/editor-plugin-undo-redo/dist/types/undoRedoPluginType").UndoRedoAction;
1037
1052
  redo: import("packages/editor/editor-plugin-undo-redo/dist/types/undoRedoPluginType").UndoRedoAction;
@@ -357,6 +357,9 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
357
357
  }, import("@atlaskit/editor-plugins/code-block").CodeBlockPluginOptions | undefined>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
358
358
  pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
359
359
  actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
360
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"interaction", {
361
+ sharedState: import("@atlaskit/editor-plugins/interaction").InteractionState;
362
+ }, undefined>>];
360
363
  commands: {
361
364
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
362
365
  clearManualSelection: () => import("@atlaskit/editor-common/types").EditorCommand;
@@ -979,7 +982,19 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
979
982
  }) => void;
980
983
  };
981
984
  pluginConfiguration?: import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined;
982
- }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>];
985
+ }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
986
+ pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
987
+ sharedState: {
988
+ createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
989
+ attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
990
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
991
+ };
992
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
993
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
994
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
995
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>];
996
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
997
+ }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>];
983
998
  actions: {
984
999
  undo: import("packages/editor/editor-plugin-undo-redo/dist/types/undoRedoPluginType").UndoRedoAction;
985
1000
  redo: import("packages/editor/editor-plugin-undo-redo/dist/types/undoRedoPluginType").UndoRedoAction;
@@ -503,6 +503,11 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
503
503
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
504
504
  pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
505
505
  actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
506
+ dependencies: [
507
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"interaction", {
508
+ sharedState: import("@atlaskit/editor-plugins/interaction").InteractionState;
509
+ }, undefined>>
510
+ ];
506
511
  commands: {
507
512
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
508
513
  clearManualSelection: () => import("@atlaskit/editor-common/types").EditorCommand;
@@ -1236,7 +1241,22 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
1236
1241
  }) => void;
1237
1242
  };
1238
1243
  pluginConfiguration?: import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined;
1239
- }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>
1244
+ }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>,
1245
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
1246
+ pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
1247
+ sharedState: {
1248
+ createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
1249
+ attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
1250
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
1251
+ };
1252
+ dependencies: [
1253
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
1254
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
1255
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
1256
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>
1257
+ ];
1258
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
1259
+ }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
1240
1260
  ];
1241
1261
  actions: {
1242
1262
  undo: import("packages/editor/editor-plugin-undo-redo/dist/types/undoRedoPluginType").UndoRedoAction;
@@ -555,6 +555,11 @@ export default function createUniversalPresetInternal({ appearance, props, featu
555
555
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
556
556
  pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
557
557
  actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
558
+ dependencies: [
559
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"interaction", {
560
+ sharedState: import("@atlaskit/editor-plugins/interaction").InteractionState;
561
+ }, undefined>>
562
+ ];
558
563
  commands: {
559
564
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
560
565
  clearManualSelection: () => import("@atlaskit/editor-common/types").EditorCommand;
@@ -1288,7 +1293,22 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1288
1293
  }) => void;
1289
1294
  };
1290
1295
  pluginConfiguration?: import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined;
1291
- }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>
1296
+ }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>,
1297
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
1298
+ pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
1299
+ sharedState: {
1300
+ createAnalyticsEvent: CreateUIAnalyticsEvent | null;
1301
+ attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
1302
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
1303
+ };
1304
+ dependencies: [
1305
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
1306
+ pluginConfiguration: FeatureFlags;
1307
+ sharedState: FeatureFlags;
1308
+ }, FeatureFlags>>
1309
+ ];
1310
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
1311
+ }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
1292
1312
  ];
1293
1313
  actions: {
1294
1314
  undo: import("packages/editor/editor-plugin-undo-redo/dist/types/undoRedoPluginType").UndoRedoAction;
@@ -503,6 +503,11 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
503
503
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"selection", {
504
504
  pluginConfiguration: import("@atlaskit/editor-plugins/selection").SelectionPluginOptions | undefined;
505
505
  actions: import("@atlaskit/editor-plugins/selection").EditorSelectionAPI;
506
+ dependencies: [
507
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"interaction", {
508
+ sharedState: import("@atlaskit/editor-plugins/interaction").InteractionState;
509
+ }, undefined>>
510
+ ];
506
511
  commands: {
507
512
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
508
513
  clearManualSelection: () => import("@atlaskit/editor-common/types").EditorCommand;
@@ -1236,7 +1241,22 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
1236
1241
  }) => void;
1237
1242
  };
1238
1243
  pluginConfiguration?: import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined;
1239
- }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>
1244
+ }, import("@atlaskit/editor-plugins/primary-toolbar").PrimaryToolbarPluginOptions | undefined>>,
1245
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
1246
+ pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
1247
+ sharedState: {
1248
+ createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
1249
+ attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
1250
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
1251
+ };
1252
+ dependencies: [
1253
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
1254
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
1255
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
1256
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>
1257
+ ];
1258
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
1259
+ }, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
1240
1260
  ];
1241
1261
  actions: {
1242
1262
  undo: import("packages/editor/editor-plugin-undo-redo/dist/types/undoRedoPluginType").UndoRedoAction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "205.8.1",
3
+ "version": "205.9.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -46,11 +46,11 @@
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
47
47
  "@atlaskit/button": "^23.0.0",
48
48
  "@atlaskit/css": "^0.10.0",
49
- "@atlaskit/editor-common": "^103.21.0",
49
+ "@atlaskit/editor-common": "^103.22.0",
50
50
  "@atlaskit/editor-json-transformer": "^8.24.0",
51
51
  "@atlaskit/editor-performance-metrics": "^2.1.0",
52
52
  "@atlaskit/editor-plugin-quick-insert": "^2.4.0",
53
- "@atlaskit/editor-plugins": "^8.3.0",
53
+ "@atlaskit/editor-plugins": "^8.4.0",
54
54
  "@atlaskit/editor-prosemirror": "7.0.0",
55
55
  "@atlaskit/editor-shared-styles": "^3.4.0",
56
56
  "@atlaskit/emoji": "^69.1.0",
@@ -95,14 +95,14 @@
95
95
  "@atlaskit/editor-plugin-list": "^4.2.0",
96
96
  "@atlaskit/editor-plugin-paste": "^3.3.0",
97
97
  "@atlaskit/link-provider": "^2.1.0",
98
- "@atlaskit/logo": "^16.0.0",
98
+ "@atlaskit/logo": "^17.0.0",
99
99
  "@atlaskit/media-core": "^35.0.0",
100
100
  "@atlaskit/media-integration-test-helpers": "workspace:^",
101
101
  "@atlaskit/media-test-helpers": "^35.0.0",
102
102
  "@atlaskit/modal-dialog": "^14.1.0",
103
- "@atlaskit/primitives": "^14.4.0",
103
+ "@atlaskit/primitives": "^14.6.0",
104
104
  "@atlaskit/renderer": "^114.12.0",
105
- "@atlaskit/smart-card": "^36.12.0",
105
+ "@atlaskit/smart-card": "^36.13.0",
106
106
  "@atlaskit/synchrony-test-helpers": "workspace:^",
107
107
  "@atlaskit/toggle": "^15.0.0",
108
108
  "@atlaskit/util-data-test": "^18.0.0",
@@ -415,7 +415,7 @@
415
415
  "type": "boolean",
416
416
  "referenceOnly": true
417
417
  },
418
- "platform_editor_legacy_content_macro": {
418
+ "platform_editor_cell_selection_with_nested_tables": {
419
419
  "type": "boolean",
420
420
  "referenceOnly": true
421
421
  },
@@ -427,10 +427,6 @@
427
427
  "type": "boolean",
428
428
  "referenceOnly": true
429
429
  },
430
- "platform_editor_disable_drag_handle_nested_tables": {
431
- "type": "boolean",
432
- "referenceOnly": true
433
- },
434
430
  "platform_editor_sort_decoration_fix_on_live_page": {
435
431
  "type": "boolean",
436
432
  "referenceOnly": true
@@ -681,9 +677,16 @@
681
677
  "type": "boolean",
682
678
  "referenceOnly": true
683
679
  },
680
+ "platform_editor_controls_patch_analytics": {
681
+ "type": "boolean",
682
+ "referenceOnly": true
683
+ },
684
684
  "platform_editor_refactor_view_more": {
685
685
  "type": "boolean",
686
686
  "referenceOnly": true
687
+ },
688
+ "confluence_team_presence_scroll_to_pointer": {
689
+ "type": "boolean"
687
690
  }
688
691
  },
689
692
  "stricter": {