@atlaskit/editor-core 217.4.6 → 217.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/cjs/create-editor/ReactEditorView.js +4 -4
- package/dist/cjs/ui/Appearance/FullPage/FullPage.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.js +32 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/create-editor/ReactEditorView.js +4 -4
- package/dist/es2019/ui/Appearance/FullPage/FullPage.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.js +29 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/create-editor/ReactEditorView.js +4 -4
- package/dist/esm/ui/Appearance/FullPage/FullPage.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.js +32 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +6 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 217.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cdc6ff4788df0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cdc6ff4788df0) -
|
|
8
|
+
[EDITOR-5739] Move TwoStageHydration on toolbar down to around toolbar component rather than
|
|
9
|
+
ToolbarArrowKeyNavigationProvider
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 217.5.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [`5b4851e88ab36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5b4851e88ab36) -
|
|
17
|
+
[EDITOR-5797](https://hello.jira.atlassian.cloud/browse/EDITOR-5797) - clean up
|
|
18
|
+
platform_editor_better_editor_ssr_spans feature flag
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
|
|
3
24
|
## 217.4.6
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -835,15 +835,15 @@ function ReactEditorView(props) {
|
|
|
835
835
|
allowBlockType: allowBlockType
|
|
836
836
|
}, pluginInjectionAPI.current);
|
|
837
837
|
};
|
|
838
|
-
var plugins = (0,
|
|
838
|
+
var plugins = (0, _ssrMeasures.profileSSROperation)("".concat(SSR_TRACE_SEGMENT_NAME, "/createPluginsList"), doCreatePluginList, onSSRMeasure);
|
|
839
839
|
var doCreateSchema = function doCreateSchema() {
|
|
840
840
|
return (0, _createSchema.createSchema)((0, _createEditor.processPluginsList)(plugins));
|
|
841
841
|
};
|
|
842
|
-
var schema = (0,
|
|
842
|
+
var schema = (0, _ssrMeasures.profileSSROperation)("".concat(SSR_TRACE_SEGMENT_NAME, "/createSchema"), doCreateSchema, onSSRMeasure);
|
|
843
843
|
var doBuildDoc = function doBuildDoc() {
|
|
844
844
|
return buildDoc(schema);
|
|
845
845
|
};
|
|
846
|
-
var doc = (0,
|
|
846
|
+
var doc = (0, _ssrMeasures.profileSSROperation)("".concat(SSR_TRACE_SEGMENT_NAME, "/buildDoc"), doBuildDoc, onSSRMeasure);
|
|
847
847
|
return {
|
|
848
848
|
plugins: plugins,
|
|
849
849
|
schema: schema,
|
|
@@ -902,7 +902,7 @@ function ReactEditorView(props) {
|
|
|
902
902
|
return /*#__PURE__*/_react.default.createElement(_ssrMeasures.SSRRenderMeasure, {
|
|
903
903
|
segmentName: SSR_TRACE_SEGMENT_NAME,
|
|
904
904
|
startTimestampRef: firstRenderStartTimestampRef,
|
|
905
|
-
onSSRMeasure:
|
|
905
|
+
onSSRMeasure: onSSRMeasure
|
|
906
906
|
}, /*#__PURE__*/_react.default.createElement(_uiReact.ReactEditorViewContext.Provider, {
|
|
907
907
|
value: {
|
|
908
908
|
editorRef: editorRef,
|
|
@@ -151,7 +151,7 @@ var FullPageEditor = exports.FullPageEditor = function FullPageEditor(props) {
|
|
|
151
151
|
return (0, _react2.jsx)(_ssrMeasures.SSRRenderMeasure, {
|
|
152
152
|
segmentName: SSR_TRACE_SEGMENT_NAME,
|
|
153
153
|
startTimestampRef: firstRenderStartTimestampRef,
|
|
154
|
-
onSSRMeasure:
|
|
154
|
+
onSSRMeasure: props.onSSRMeasure
|
|
155
155
|
}, (0, _react2.jsx)(_ui.ContextPanelWidthProvider, null, (0, _react2.jsx)("div", {
|
|
156
156
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
157
157
|
css: _StyledComponents.fullPageEditorWrapper
|
|
@@ -119,8 +119,38 @@ var FullPageToolbarNext = exports.FullPageToolbarNext = function FullPageToolbar
|
|
|
119
119
|
return /*#__PURE__*/_react.default.createElement(ToolbarPortal, null, null);
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
if ((0, _expValEquals.expValEquals)('platform_editor_toolbar_two_stage_hydration', 'isEnabled', true)) {
|
|
123
|
+
return /*#__PURE__*/_react.default.createElement(_contextPanel.ContextPanelConsumer, null, function (_ref6) {
|
|
124
|
+
var ContextPanelWidth = _ref6.width;
|
|
125
|
+
return /*#__PURE__*/_react.default.createElement(_uiMenu.ToolbarArrowKeyNavigationProvider, {
|
|
126
|
+
editorView: editorView,
|
|
127
|
+
childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
|
|
128
|
+
isShortcutToFocusToolbar: isShortcutToFocusToolbar,
|
|
129
|
+
handleEscape: handleEscape,
|
|
130
|
+
intl: intl
|
|
131
|
+
}, /*#__PURE__*/_react.default.createElement(ToolbarPortal, null, /*#__PURE__*/_react.default.createElement(MainToolbarWrapper, {
|
|
132
|
+
testId: "ak-editor-main-toolbar",
|
|
133
|
+
showKeyline: showKeyline || ContextPanelWidth > 0
|
|
134
|
+
}, beforeIcon && /*#__PURE__*/_react.default.createElement("div", {
|
|
135
|
+
className: (0, _runtime.ax)([styles.mainToolbarIconBefore, styles.mainToolbarIconBeforeNew])
|
|
136
|
+
}, beforeIcon), /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(FirstChildWrapper, null, /*#__PURE__*/_react.default.createElement(_ExcludeFromHydration.default, null, primaryToolbarDockingConfigEnabled && components && (0, _toolbar2.isToolbar)(toolbar) && ((0, _coreUtils.isSSR)() || editorView) && (!(0, _expValEquals.expValEquals)('platform_editor_toolbar_delay_render_fix', 'isEnabled', true) || !(0, _coreUtils.isSSR)()) && /*#__PURE__*/_react.default.createElement(_Toolbar.ToolbarNext, {
|
|
137
|
+
toolbar: toolbar,
|
|
138
|
+
components: components,
|
|
139
|
+
editorView: editorView,
|
|
140
|
+
editorAPI: editorAPI,
|
|
141
|
+
popupsMountPoint: mountPoint,
|
|
142
|
+
editorAppearance: "full-page",
|
|
143
|
+
isDisabled: disabled
|
|
144
|
+
}))), /*#__PURE__*/_react.default.createElement(SecondChildWrapper, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
145
|
+
className: (0, _runtime.ax)([styles.customToolbarWrapperStyle])
|
|
146
|
+
}, !!customPrimaryToolbarComponents && 'before' in customPrimaryToolbarComponents && /*#__PURE__*/_react.default.createElement("div", {
|
|
147
|
+
"data-testid": 'before-primary-toolbar-components-plugin',
|
|
148
|
+
className: (0, _runtime.ax)([styles.beforePrimaryToolbarComponents])
|
|
149
|
+
}, customPrimaryToolbarComponents.before), !!customPrimaryToolbarComponents && 'after' in customPrimaryToolbarComponents ? customPrimaryToolbarComponents.after : customPrimaryToolbarComponents)), /*#__PURE__*/_react.default.createElement(_ToolbarPortal.ToolbarPortalMountPoint, null)))));
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
return /*#__PURE__*/_react.default.createElement(_contextPanel.ContextPanelConsumer, null, function (_ref7) {
|
|
153
|
+
var ContextPanelWidth = _ref7.width;
|
|
124
154
|
return /*#__PURE__*/_react.default.createElement(_ExcludeFromHydration.default, {
|
|
125
155
|
fallback: /*#__PURE__*/_react.default.createElement(ToolbarPlaceholder, null)
|
|
126
156
|
}, /*#__PURE__*/_react.default.createElement(_uiMenu.ToolbarArrowKeyNavigationProvider, {
|
|
@@ -786,11 +786,11 @@ export function ReactEditorView(props) {
|
|
|
786
786
|
{
|
|
787
787
|
allowBlockType
|
|
788
788
|
}, pluginInjectionAPI.current);
|
|
789
|
-
const plugins =
|
|
789
|
+
const plugins = profileSSROperation(`${SSR_TRACE_SEGMENT_NAME}/createPluginsList`, doCreatePluginList, onSSRMeasure);
|
|
790
790
|
const doCreateSchema = () => createSchema(processPluginsList(plugins));
|
|
791
|
-
const schema =
|
|
791
|
+
const schema = profileSSROperation(`${SSR_TRACE_SEGMENT_NAME}/createSchema`, doCreateSchema, onSSRMeasure);
|
|
792
792
|
const doBuildDoc = () => buildDoc(schema);
|
|
793
|
-
const doc =
|
|
793
|
+
const doc = profileSSROperation(`${SSR_TRACE_SEGMENT_NAME}/buildDoc`, doBuildDoc, onSSRMeasure);
|
|
794
794
|
return {
|
|
795
795
|
plugins,
|
|
796
796
|
schema,
|
|
@@ -850,7 +850,7 @@ export function ReactEditorView(props) {
|
|
|
850
850
|
return /*#__PURE__*/React.createElement(SSRRenderMeasure, {
|
|
851
851
|
segmentName: SSR_TRACE_SEGMENT_NAME,
|
|
852
852
|
startTimestampRef: firstRenderStartTimestampRef,
|
|
853
|
-
onSSRMeasure:
|
|
853
|
+
onSSRMeasure: onSSRMeasure
|
|
854
854
|
}, /*#__PURE__*/React.createElement(ReactEditorViewContext.Provider, {
|
|
855
855
|
value: {
|
|
856
856
|
editorRef: editorRef,
|
|
@@ -136,7 +136,7 @@ export const FullPageEditor = props => {
|
|
|
136
136
|
return jsx(SSRRenderMeasure, {
|
|
137
137
|
segmentName: SSR_TRACE_SEGMENT_NAME,
|
|
138
138
|
startTimestampRef: firstRenderStartTimestampRef,
|
|
139
|
-
onSSRMeasure:
|
|
139
|
+
onSSRMeasure: props.onSSRMeasure
|
|
140
140
|
}, jsx(ContextPanelWidthProvider, null, jsx("div", {
|
|
141
141
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
142
142
|
css: fullPageEditorWrapper
|
|
@@ -113,6 +113,35 @@ export const FullPageToolbarNext = ({
|
|
|
113
113
|
return /*#__PURE__*/React.createElement(ToolbarPortal, null, null);
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
+
if (expValEquals('platform_editor_toolbar_two_stage_hydration', 'isEnabled', true)) {
|
|
117
|
+
return /*#__PURE__*/React.createElement(ContextPanelConsumer, null, ({
|
|
118
|
+
width: ContextPanelWidth
|
|
119
|
+
}) => /*#__PURE__*/React.createElement(ToolbarArrowKeyNavigationProvider, {
|
|
120
|
+
editorView: editorView,
|
|
121
|
+
childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
|
|
122
|
+
isShortcutToFocusToolbar: isShortcutToFocusToolbar,
|
|
123
|
+
handleEscape: handleEscape,
|
|
124
|
+
intl: intl
|
|
125
|
+
}, /*#__PURE__*/React.createElement(ToolbarPortal, null, /*#__PURE__*/React.createElement(MainToolbarWrapper, {
|
|
126
|
+
testId: "ak-editor-main-toolbar",
|
|
127
|
+
showKeyline: showKeyline || ContextPanelWidth > 0
|
|
128
|
+
}, beforeIcon && /*#__PURE__*/React.createElement("div", {
|
|
129
|
+
className: ax([styles.mainToolbarIconBefore, styles.mainToolbarIconBeforeNew])
|
|
130
|
+
}, beforeIcon), /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(FirstChildWrapper, null, /*#__PURE__*/React.createElement(ExcludeFromHydration, null, primaryToolbarDockingConfigEnabled && components && isToolbar(toolbar) && (isSSR() || editorView) && (!expValEquals('platform_editor_toolbar_delay_render_fix', 'isEnabled', true) || !isSSR()) && /*#__PURE__*/React.createElement(ToolbarNext, {
|
|
131
|
+
toolbar: toolbar,
|
|
132
|
+
components: components,
|
|
133
|
+
editorView: editorView,
|
|
134
|
+
editorAPI: editorAPI,
|
|
135
|
+
popupsMountPoint: mountPoint,
|
|
136
|
+
editorAppearance: "full-page",
|
|
137
|
+
isDisabled: disabled
|
|
138
|
+
}))), /*#__PURE__*/React.createElement(SecondChildWrapper, null, /*#__PURE__*/React.createElement("div", {
|
|
139
|
+
className: ax([styles.customToolbarWrapperStyle])
|
|
140
|
+
}, !!customPrimaryToolbarComponents && 'before' in customPrimaryToolbarComponents && /*#__PURE__*/React.createElement("div", {
|
|
141
|
+
"data-testid": 'before-primary-toolbar-components-plugin',
|
|
142
|
+
className: ax([styles.beforePrimaryToolbarComponents])
|
|
143
|
+
}, customPrimaryToolbarComponents.before), !!customPrimaryToolbarComponents && 'after' in customPrimaryToolbarComponents ? customPrimaryToolbarComponents.after : customPrimaryToolbarComponents)), /*#__PURE__*/React.createElement(ToolbarPortalMountPoint, null))))));
|
|
144
|
+
}
|
|
116
145
|
return /*#__PURE__*/React.createElement(ContextPanelConsumer, null, ({
|
|
117
146
|
width: ContextPanelWidth
|
|
118
147
|
}) => /*#__PURE__*/React.createElement(ExcludeFromHydration, {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "217.
|
|
2
|
+
export const version = "217.5.0";
|
|
@@ -826,15 +826,15 @@ export function ReactEditorView(props) {
|
|
|
826
826
|
allowBlockType: allowBlockType
|
|
827
827
|
}, pluginInjectionAPI.current);
|
|
828
828
|
};
|
|
829
|
-
var plugins =
|
|
829
|
+
var plugins = profileSSROperation("".concat(SSR_TRACE_SEGMENT_NAME, "/createPluginsList"), doCreatePluginList, onSSRMeasure);
|
|
830
830
|
var doCreateSchema = function doCreateSchema() {
|
|
831
831
|
return createSchema(processPluginsList(plugins));
|
|
832
832
|
};
|
|
833
|
-
var schema =
|
|
833
|
+
var schema = profileSSROperation("".concat(SSR_TRACE_SEGMENT_NAME, "/createSchema"), doCreateSchema, onSSRMeasure);
|
|
834
834
|
var doBuildDoc = function doBuildDoc() {
|
|
835
835
|
return buildDoc(schema);
|
|
836
836
|
};
|
|
837
|
-
var doc =
|
|
837
|
+
var doc = profileSSROperation("".concat(SSR_TRACE_SEGMENT_NAME, "/buildDoc"), doBuildDoc, onSSRMeasure);
|
|
838
838
|
return {
|
|
839
839
|
plugins: plugins,
|
|
840
840
|
schema: schema,
|
|
@@ -893,7 +893,7 @@ export function ReactEditorView(props) {
|
|
|
893
893
|
return /*#__PURE__*/React.createElement(SSRRenderMeasure, {
|
|
894
894
|
segmentName: SSR_TRACE_SEGMENT_NAME,
|
|
895
895
|
startTimestampRef: firstRenderStartTimestampRef,
|
|
896
|
-
onSSRMeasure:
|
|
896
|
+
onSSRMeasure: onSSRMeasure
|
|
897
897
|
}, /*#__PURE__*/React.createElement(ReactEditorViewContext.Provider, {
|
|
898
898
|
value: {
|
|
899
899
|
editorRef: editorRef,
|
|
@@ -141,7 +141,7 @@ export var FullPageEditor = function FullPageEditor(props) {
|
|
|
141
141
|
return jsx(SSRRenderMeasure, {
|
|
142
142
|
segmentName: SSR_TRACE_SEGMENT_NAME,
|
|
143
143
|
startTimestampRef: firstRenderStartTimestampRef,
|
|
144
|
-
onSSRMeasure:
|
|
144
|
+
onSSRMeasure: props.onSSRMeasure
|
|
145
145
|
}, jsx(ContextPanelWidthProvider, null, jsx("div", {
|
|
146
146
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
147
147
|
css: fullPageEditorWrapper
|
|
@@ -110,8 +110,38 @@ export var FullPageToolbarNext = function FullPageToolbarNext(_ref4) {
|
|
|
110
110
|
return /*#__PURE__*/React.createElement(ToolbarPortal, null, null);
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
if (expValEquals('platform_editor_toolbar_two_stage_hydration', 'isEnabled', true)) {
|
|
114
|
+
return /*#__PURE__*/React.createElement(ContextPanelConsumer, null, function (_ref6) {
|
|
115
|
+
var ContextPanelWidth = _ref6.width;
|
|
116
|
+
return /*#__PURE__*/React.createElement(ToolbarArrowKeyNavigationProvider, {
|
|
117
|
+
editorView: editorView,
|
|
118
|
+
childComponentSelector: "[data-testid='ak-editor-main-toolbar']",
|
|
119
|
+
isShortcutToFocusToolbar: isShortcutToFocusToolbar,
|
|
120
|
+
handleEscape: handleEscape,
|
|
121
|
+
intl: intl
|
|
122
|
+
}, /*#__PURE__*/React.createElement(ToolbarPortal, null, /*#__PURE__*/React.createElement(MainToolbarWrapper, {
|
|
123
|
+
testId: "ak-editor-main-toolbar",
|
|
124
|
+
showKeyline: showKeyline || ContextPanelWidth > 0
|
|
125
|
+
}, beforeIcon && /*#__PURE__*/React.createElement("div", {
|
|
126
|
+
className: ax([styles.mainToolbarIconBefore, styles.mainToolbarIconBeforeNew])
|
|
127
|
+
}, beforeIcon), /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(FirstChildWrapper, null, /*#__PURE__*/React.createElement(ExcludeFromHydration, null, primaryToolbarDockingConfigEnabled && components && isToolbar(toolbar) && (isSSR() || editorView) && (!expValEquals('platform_editor_toolbar_delay_render_fix', 'isEnabled', true) || !isSSR()) && /*#__PURE__*/React.createElement(ToolbarNext, {
|
|
128
|
+
toolbar: toolbar,
|
|
129
|
+
components: components,
|
|
130
|
+
editorView: editorView,
|
|
131
|
+
editorAPI: editorAPI,
|
|
132
|
+
popupsMountPoint: mountPoint,
|
|
133
|
+
editorAppearance: "full-page",
|
|
134
|
+
isDisabled: disabled
|
|
135
|
+
}))), /*#__PURE__*/React.createElement(SecondChildWrapper, null, /*#__PURE__*/React.createElement("div", {
|
|
136
|
+
className: ax([styles.customToolbarWrapperStyle])
|
|
137
|
+
}, !!customPrimaryToolbarComponents && 'before' in customPrimaryToolbarComponents && /*#__PURE__*/React.createElement("div", {
|
|
138
|
+
"data-testid": 'before-primary-toolbar-components-plugin',
|
|
139
|
+
className: ax([styles.beforePrimaryToolbarComponents])
|
|
140
|
+
}, customPrimaryToolbarComponents.before), !!customPrimaryToolbarComponents && 'after' in customPrimaryToolbarComponents ? customPrimaryToolbarComponents.after : customPrimaryToolbarComponents)), /*#__PURE__*/React.createElement(ToolbarPortalMountPoint, null)))));
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
return /*#__PURE__*/React.createElement(ContextPanelConsumer, null, function (_ref7) {
|
|
144
|
+
var ContextPanelWidth = _ref7.width;
|
|
115
145
|
return /*#__PURE__*/React.createElement(ExcludeFromHydration, {
|
|
116
146
|
fallback: /*#__PURE__*/React.createElement(ToolbarPlaceholder, null)
|
|
117
147
|
}, /*#__PURE__*/React.createElement(ToolbarArrowKeyNavigationProvider, {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "217.
|
|
2
|
+
export var version = "217.5.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "217.
|
|
3
|
+
"version": "217.5.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -54,19 +54,19 @@
|
|
|
54
54
|
"@atlaskit/editor-plugins": "^13.0.0",
|
|
55
55
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
56
56
|
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
57
|
-
"@atlaskit/editor-ssr-renderer": "^3.
|
|
57
|
+
"@atlaskit/editor-ssr-renderer": "^3.1.0",
|
|
58
58
|
"@atlaskit/editor-toolbar": "^0.20.0",
|
|
59
59
|
"@atlaskit/editor-toolbar-model": "^0.4.0",
|
|
60
60
|
"@atlaskit/emoji": "^69.10.0",
|
|
61
61
|
"@atlaskit/icon": "^33.0.0",
|
|
62
62
|
"@atlaskit/link": "^3.3.0",
|
|
63
63
|
"@atlaskit/media-card": "^79.15.0",
|
|
64
|
-
"@atlaskit/mention": "^24.
|
|
64
|
+
"@atlaskit/mention": "^24.6.0",
|
|
65
65
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
66
66
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
67
67
|
"@atlaskit/react-ufo": "^5.4.0",
|
|
68
68
|
"@atlaskit/task-decision": "^19.3.0",
|
|
69
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
69
|
+
"@atlaskit/tmp-editor-statsig": "^42.1.0",
|
|
70
70
|
"@atlaskit/tokens": "^11.1.0",
|
|
71
71
|
"@atlaskit/tooltip": "^21.0.0",
|
|
72
72
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"uuid": "^3.1.0"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
|
-
"@atlaskit/editor-common": "^112.
|
|
86
|
+
"@atlaskit/editor-common": "^112.7.0",
|
|
87
87
|
"@atlaskit/link-provider": "^4.2.0",
|
|
88
88
|
"@atlaskit/media-core": "^37.0.0",
|
|
89
89
|
"react": "^18.2.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@atlaskit/analytics-listeners": "^10.0.0",
|
|
99
99
|
"@atlaskit/collab-provider": "^16.1.0",
|
|
100
100
|
"@atlaskit/editor-plugin-annotation": "^8.0.0",
|
|
101
|
-
"@atlaskit/editor-plugin-card": "^13.
|
|
101
|
+
"@atlaskit/editor-plugin-card": "^13.1.0",
|
|
102
102
|
"@atlaskit/editor-plugin-list": "^10.0.0",
|
|
103
103
|
"@atlaskit/editor-plugin-paste": "^9.0.0",
|
|
104
104
|
"@atlaskit/link-provider": "^4.2.0",
|
|
@@ -308,9 +308,6 @@
|
|
|
308
308
|
"platform_editor_table_fixed_column_width_prop": {
|
|
309
309
|
"type": "boolean"
|
|
310
310
|
},
|
|
311
|
-
"platform_editor_better_editor_ssr_spans": {
|
|
312
|
-
"type": "boolean"
|
|
313
|
-
},
|
|
314
311
|
"platform_editor_a11y_9262": {
|
|
315
312
|
"type": "boolean"
|
|
316
313
|
},
|