@atlaskit/editor-core 193.6.6 → 193.7.16

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 (31) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/ui/Appearance/FullPage/FullPage.js +9 -2
  3. package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +1 -1
  4. package/dist/cjs/ui/Appearance/FullPage/FullPageToolbar.js +0 -9
  5. package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +4 -1
  6. package/dist/cjs/version-wrapper.js +1 -1
  7. package/dist/es2019/ui/Appearance/FullPage/FullPage.js +10 -2
  8. package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +2 -2
  9. package/dist/es2019/ui/Appearance/FullPage/FullPageToolbar.js +0 -10
  10. package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +3 -0
  11. package/dist/es2019/version-wrapper.js +1 -1
  12. package/dist/esm/ui/Appearance/FullPage/FullPage.js +9 -2
  13. package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +2 -2
  14. package/dist/esm/ui/Appearance/FullPage/FullPageToolbar.js +0 -9
  15. package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +3 -0
  16. package/dist/esm/version-wrapper.js +1 -1
  17. package/dist/types/create-editor/create-preset.d.ts +16 -14
  18. package/dist/types/presets/default.d.ts +6 -6
  19. package/dist/types/presets/universal.d.ts +16 -14
  20. package/dist/types/presets/useUniversalPreset.d.ts +16 -14
  21. package/dist/types/ui/Appearance/FullPage/FullPageContentArea.d.ts +1 -0
  22. package/dist/types/ui/Appearance/FullPage/FullPageToolbar.d.ts +1 -1
  23. package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +1 -0
  24. package/dist/types-ts4.5/create-editor/create-preset.d.ts +17 -14
  25. package/dist/types-ts4.5/presets/default.d.ts +6 -6
  26. package/dist/types-ts4.5/presets/universal.d.ts +17 -14
  27. package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +17 -14
  28. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +1 -0
  29. package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbar.d.ts +1 -1
  30. package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +1 -0
  31. package/package.json +56 -12
@@ -816,7 +816,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
816
816
  actions: {
817
817
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
818
818
  setInlineCommentDraftState: (drafting: boolean, inputMethod: import("@atlaskit/editor-plugin-annotation").InlineCommentInputMethod, targetType?: import("@atlaskit/editor-plugin-annotation").TargetType | undefined, isCommentOnMediaOn?: boolean | undefined) => import("@atlaskit/editor-common/types").Command;
819
- showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command | undefined;
819
+ showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command;
820
820
  };
821
821
  }, import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined>>
822
822
  ];
@@ -960,7 +960,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
960
960
  actions: {
961
961
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
962
962
  setInlineCommentDraftState: (drafting: boolean, inputMethod: import("@atlaskit/editor-plugin-annotation").InlineCommentInputMethod, targetType?: import("@atlaskit/editor-plugin-annotation").TargetType | undefined, isCommentOnMediaOn?: boolean | undefined) => import("@atlaskit/editor-common/types").Command;
963
- showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command | undefined;
963
+ showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command;
964
964
  };
965
965
  }, import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined>>
966
966
  ];
@@ -1762,7 +1762,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
1762
1762
  actions: {
1763
1763
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
1764
1764
  setInlineCommentDraftState: (drafting: boolean, inputMethod: import("@atlaskit/editor-plugin-annotation").InlineCommentInputMethod, targetType?: import("@atlaskit/editor-plugin-annotation").TargetType | undefined, isCommentOnMediaOn?: boolean | undefined) => import("@atlaskit/editor-common/types").Command;
1765
- showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command | undefined;
1765
+ showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command;
1766
1766
  };
1767
1767
  }, import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined>>,
1768
1768
  import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"extension", {
@@ -2261,7 +2261,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
2261
2261
  actions: {
2262
2262
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
2263
2263
  setInlineCommentDraftState: (drafting: boolean, inputMethod: import("@atlaskit/editor-plugin-annotation").InlineCommentInputMethod, targetType?: import("@atlaskit/editor-plugin-annotation").TargetType | undefined, isCommentOnMediaOn?: boolean | undefined) => import("@atlaskit/editor-common/types").Command;
2264
- showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command | undefined;
2264
+ showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command;
2265
2265
  };
2266
2266
  }, import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined>>
2267
2267
  ];
@@ -2473,10 +2473,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
2473
2473
  actions: {
2474
2474
  insertTable: (analyticsPayload: import("@atlaskit/editor-common/analytics").AnalyticsEventPayload) => import("@atlaskit/editor-common/types").Command;
2475
2475
  };
2476
- sharedState: {
2477
- isFullWidthModeEnabled: boolean;
2478
- wasFullWidthModeEnabled: boolean;
2479
- };
2476
+ sharedState?: import("@atlaskit/editor-plugins/table/types").TableSharedState | undefined;
2480
2477
  commands: {
2481
2478
  insertTableWithSize: (rowsCount: number, colsCount: number, inputMethod?: import("@atlaskit/editor-common/analytics").INPUT_METHOD.PICKER | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
2482
2479
  };
@@ -2537,7 +2534,13 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
2537
2534
  displayGapCursor: (toggle: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
2538
2535
  };
2539
2536
  sharedState: import("@atlaskit/editor-common/selection").SelectionSharedState;
2540
- }, import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined>
2537
+ }, import("@atlaskit/editor-plugins/selection/types").SelectionPluginOptions | undefined>,
2538
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"media", {
2539
+ pluginConfiguration: any;
2540
+ dependencies: any;
2541
+ sharedState: any;
2542
+ actions: any;
2543
+ }, any>>
2541
2544
  ];
2542
2545
  }, import("@atlaskit/editor-plugin-table").TablePluginOptions | undefined>>,
2543
2546
  import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"emoji", {
@@ -3076,7 +3079,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
3076
3079
  actions: {
3077
3080
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
3078
3081
  setInlineCommentDraftState: (drafting: boolean, inputMethod: import("@atlaskit/editor-plugin-annotation").InlineCommentInputMethod, targetType?: import("@atlaskit/editor-plugin-annotation").TargetType | undefined, isCommentOnMediaOn?: boolean | undefined) => import("@atlaskit/editor-common/types").Command;
3079
- showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command | undefined;
3082
+ showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command;
3080
3083
  };
3081
3084
  }, import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined>>
3082
3085
  ];
@@ -3164,7 +3167,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
3164
3167
  actions: {
3165
3168
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
3166
3169
  setInlineCommentDraftState: (drafting: boolean, inputMethod: import("@atlaskit/editor-plugin-annotation").InlineCommentInputMethod, targetType?: import("@atlaskit/editor-plugin-annotation").TargetType | undefined, isCommentOnMediaOn?: boolean | undefined) => import("@atlaskit/editor-common/types").Command;
3167
- showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command | undefined;
3170
+ showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command;
3168
3171
  };
3169
3172
  }, import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined>>,
3170
3173
  import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"grid", {
@@ -3943,7 +3946,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
3943
3946
  actions: {
3944
3947
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
3945
3948
  setInlineCommentDraftState: (drafting: boolean, inputMethod: import("@atlaskit/editor-plugin-annotation").InlineCommentInputMethod, targetType?: import("@atlaskit/editor-plugin-annotation").TargetType | undefined, isCommentOnMediaOn?: boolean | undefined) => import("@atlaskit/editor-common/types").Command;
3946
- showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command | undefined;
3949
+ showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command;
3947
3950
  };
3948
3951
  }, import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined>>
3949
3952
  ];
@@ -5040,7 +5043,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
5040
5043
  actions: {
5041
5044
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
5042
5045
  setInlineCommentDraftState: (drafting: boolean, inputMethod: import("@atlaskit/editor-plugin-annotation").InlineCommentInputMethod, targetType?: import("@atlaskit/editor-plugin-annotation").TargetType | undefined, isCommentOnMediaOn?: boolean | undefined) => import("@atlaskit/editor-common/types").Command;
5043
- showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command | undefined;
5046
+ showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command;
5044
5047
  };
5045
5048
  }, import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined>>
5046
5049
  ];
@@ -5184,7 +5187,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
5184
5187
  actions: {
5185
5188
  stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
5186
5189
  setInlineCommentDraftState: (drafting: boolean, inputMethod: import("@atlaskit/editor-plugin-annotation").InlineCommentInputMethod, targetType?: import("@atlaskit/editor-plugin-annotation").TargetType | undefined, isCommentOnMediaOn?: boolean | undefined) => import("@atlaskit/editor-common/types").Command;
5187
- showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command | undefined;
5190
+ showCommentForBlockNode: (node: import("prosemirror-model").Node | null) => import("@atlaskit/editor-common/types").Command;
5188
5191
  };
5189
5192
  }, import("@atlaskit/editor-plugin-annotation").AnnotationProviders | undefined>>
5190
5193
  ];
@@ -28,6 +28,7 @@ interface FullPageEditorContentAreaProps {
28
28
  providerFactory: ProviderFactory;
29
29
  wrapperElement: HTMLElement | null;
30
30
  featureFlags?: FeatureFlags;
31
+ isEditorToolbarHidden?: boolean;
31
32
  }
32
33
  export declare const CONTENT_AREA_TEST_ID = "ak-editor-fp-content-area";
33
34
  type ScrollContainerRefs = {
@@ -33,7 +33,7 @@ export interface FullPageToolbarProps {
33
33
  featureFlags: FeatureFlags;
34
34
  hideAvatarGroup?: boolean;
35
35
  }
36
- export declare const EditorToolbar: React.MemoExoticComponent<(props: FullPageToolbarProps & WrappedComponentProps) => jsx.JSX.Element | null>;
36
+ export declare const EditorToolbar: React.MemoExoticComponent<(props: FullPageToolbarProps & WrappedComponentProps) => jsx.JSX.Element>;
37
37
  export declare const FullPageToolbar: React.FC<import("react-intl-next").WithIntlProps<FullPageToolbarProps & WrappedComponentProps>> & {
38
38
  WrappedComponent: React.ComponentType<FullPageToolbarProps & WrappedComponentProps>;
39
39
  };
@@ -9,6 +9,7 @@ export declare const ScrollContainer: import("react").ForwardRefExoticComponent<
9
9
  } | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "mediaGroup" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "target" | "useMap" | "wmode" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("react").RefAttributes<HTMLDivElement>>;
10
10
  export declare const positionedOverEditorStyle: import("@emotion/react").SerializedStyles;
11
11
  export declare const contentArea: import("@emotion/react").SerializedStyles;
12
+ export declare const contentAreaHeightNoToolbar: import("@emotion/react").SerializedStyles;
12
13
  export declare const sidebarArea: import("@emotion/react").SerializedStyles;
13
14
  export declare const editorContentAreaHideContainer: import("@emotion/react").SerializedStyles;
14
15
  export declare const editorContentAreaStyle: ({ layoutMaxWidth, fullWidthMode, containerWidth, }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "193.6.6",
3
+ "version": "193.7.16",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,12 +40,12 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@atlaskit/activity-provider": "^2.4.0",
43
- "@atlaskit/adf-schema": "^35.7.0",
43
+ "@atlaskit/adf-schema": "^35.8.0",
44
44
  "@atlaskit/analytics-namespaced-context": "^6.9.0",
45
45
  "@atlaskit/analytics-next": "^9.2.0",
46
46
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
47
- "@atlaskit/button": "^17.7.0",
48
- "@atlaskit/editor-common": "^78.20.0",
47
+ "@atlaskit/button": "^17.8.0",
48
+ "@atlaskit/editor-common": "^78.22.0",
49
49
  "@atlaskit/editor-json-transformer": "^8.10.0",
50
50
  "@atlaskit/editor-plugins": "^1.9.0",
51
51
  "@atlaskit/editor-prosemirror": "3.0.0",
@@ -57,7 +57,7 @@
57
57
  "@atlaskit/platform-feature-flags": "^0.2.0",
58
58
  "@atlaskit/spinner": "^16.0.0",
59
59
  "@atlaskit/task-decision": "^17.9.0",
60
- "@atlaskit/theme": "^12.6.0",
60
+ "@atlaskit/theme": "^12.7.0",
61
61
  "@atlaskit/tokens": "^1.42.0",
62
62
  "@atlaskit/tooltip": "^18.1.0",
63
63
  "@atlaskit/ufo": "^0.2.0",
@@ -87,15 +87,15 @@
87
87
  "@atlaskit/adf-utils": "^19.0.0",
88
88
  "@atlaskit/analytics-listeners": "^8.9.1",
89
89
  "@atlaskit/checkbox": "^13.1.0",
90
- "@atlaskit/collab-provider": "9.25.13",
90
+ "@atlaskit/collab-provider": "9.25.15",
91
91
  "@atlaskit/dropdown-menu": "^12.8.0",
92
- "@atlaskit/editor-plugin-annotation": "1.5.1",
93
- "@atlaskit/editor-plugin-card": "^1.3.0",
92
+ "@atlaskit/editor-plugin-annotation": "1.5.4",
93
+ "@atlaskit/editor-plugin-card": "^1.4.0",
94
94
  "@atlaskit/editor-plugin-editor-viewmode": "^1.0.0",
95
95
  "@atlaskit/editor-plugin-list": "^3.1.5",
96
96
  "@atlaskit/editor-plugin-paste": "^1.0.0",
97
97
  "@atlaskit/editor-test-helpers": "*",
98
- "@atlaskit/flag": "^15.2.0",
98
+ "@atlaskit/flag": "^15.3.0",
99
99
  "@atlaskit/link-provider": "^1.9.0",
100
100
  "@atlaskit/link-test-helpers": "^7.0.0",
101
101
  "@atlaskit/logo": "^13.15.0",
@@ -103,8 +103,8 @@
103
103
  "@atlaskit/media-integration-test-helpers": "^3.0.0",
104
104
  "@atlaskit/media-test-helpers": "^33.0.27",
105
105
  "@atlaskit/modal-dialog": "^12.10.0",
106
- "@atlaskit/primitives": "^5.1.0",
107
- "@atlaskit/renderer": "^109.10.0",
106
+ "@atlaskit/primitives": "^5.2.0",
107
+ "@atlaskit/renderer": "^109.12.0",
108
108
  "@atlaskit/select": "^17.3.0",
109
109
  "@atlaskit/smart-card": "^26.50.0",
110
110
  "@atlaskit/synchrony-test-helpers": "^2.3.0",
@@ -114,7 +114,7 @@
114
114
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
115
115
  "@atlassian/feature-flags-test-utils": "^0.2.0",
116
116
  "@atlassian/link-picker-plugins": "^24.0.0",
117
- "@atlassian/search-provider": "2.4.42",
117
+ "@atlassian/search-provider": "2.4.45",
118
118
  "@atlassian/ufo": "^0.2.0",
119
119
  "@emotion/jest": "^11.8.0",
120
120
  "@storybook/addon-knobs": "^5.3.18",
@@ -169,9 +169,17 @@
169
169
  "type": "boolean",
170
170
  "referenceOnly": "true"
171
171
  },
172
+ "platform.editor.a11y-table-resizing_uapcv": {
173
+ "type": "boolean",
174
+ "referenceOnly": "true"
175
+ },
172
176
  "platform.editor.custom-table-width": {
173
177
  "type": "boolean"
174
178
  },
179
+ "platform.editor.resizer.prevent-contenteditable": {
180
+ "type": "boolean",
181
+ "referenceOnly": "true"
182
+ },
175
183
  "platform.editor.table-sticky-scrollbar": {
176
184
  "type": "boolean"
177
185
  },
@@ -263,6 +271,42 @@
263
271
  "platform.editor.table.cmd-a-select-table": {
264
272
  "type": "boolean",
265
273
  "referenceOnly": true
274
+ },
275
+ "platform.editor.table.use-shared-state-hook": {
276
+ "type": "boolean",
277
+ "referenceOnly": true
278
+ },
279
+ "platform.editor.table.column-controls-styles-updated": {
280
+ "type": "boolean",
281
+ "referenceOnly": "true"
282
+ },
283
+ "platform.editor.table.shift-arrowup-fix": {
284
+ "type": "boolean",
285
+ "referenceOnly": "true"
286
+ },
287
+ "platform.editor.table.analytics-plugin-moved-event": {
288
+ "type": "boolean",
289
+ "referenceOnly": "true"
290
+ },
291
+ "platform.editor.a11y.table-selection_9uv33": {
292
+ "type": "boolean",
293
+ "referenceOnly": "true"
294
+ },
295
+ "platform.editor.table.in-danger-hover-merged-cells-fix": {
296
+ "type": "boolean",
297
+ "referenceOnly": "true"
298
+ },
299
+ "platform.editor.a11y-column-resizing_emcvz": {
300
+ "type": "boolean",
301
+ "referenceOnly": "true"
302
+ },
303
+ "platform.editor.transform-slice-for-nested-expand": {
304
+ "type": "boolean",
305
+ "referenceOnly": "true"
306
+ },
307
+ "platform.editor.table.copy-paste-in-bodied-extension": {
308
+ "type": "boolean",
309
+ "referenceOnly": "true"
266
310
  }
267
311
  },
268
312
  "stricter": {