@atlaskit/editor-core 189.6.1 → 189.6.3
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 +14 -0
- package/dist/cjs/plugins/alignment/ui/ToolbarAlignment/styles.js +1 -1
- package/dist/cjs/plugins/before-primaryToolbar/ui/BeforePrimaryToolbarWrapper.js +1 -1
- package/dist/cjs/plugins/collab-edit/styles.js +1 -1
- package/dist/cjs/plugins/extension/ui/Extension/Extension/styles.js +1 -1
- package/dist/cjs/plugins/extension/ui/Extension/InlineExtension/styles.js +1 -1
- package/dist/cjs/plugins/extension/ui/Extension/styles.js +1 -1
- package/dist/cjs/plugins/extension/ui/SaveIndicator/SaveIndicator.js +2 -2
- package/dist/cjs/ui/Addon/Dropdown/styles.js +1 -1
- package/dist/cjs/ui/Addon/DropdownItem/styles.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +2 -2
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +1 -1
- package/dist/cjs/ui/ChromeCollapsed/styles.js +1 -1
- package/dist/cjs/ui/ConfigPanel/Fields/Fieldset.js +1 -1
- package/dist/cjs/ui/ToolbarFeedback/styles.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/plugins/alignment/ui/ToolbarAlignment/styles.js +1 -1
- package/dist/es2019/plugins/before-primaryToolbar/ui/BeforePrimaryToolbarWrapper.js +1 -1
- package/dist/es2019/plugins/collab-edit/styles.js +1 -1
- package/dist/es2019/plugins/extension/ui/Extension/Extension/styles.js +2 -1
- package/dist/es2019/plugins/extension/ui/Extension/InlineExtension/styles.js +1 -1
- package/dist/es2019/plugins/extension/ui/Extension/styles.js +1 -1
- package/dist/es2019/plugins/extension/ui/SaveIndicator/SaveIndicator.js +3 -3
- package/dist/es2019/ui/Addon/Dropdown/styles.js +1 -1
- package/dist/es2019/ui/Addon/DropdownItem/styles.js +3 -2
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +2 -2
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +1 -1
- package/dist/es2019/ui/ChromeCollapsed/styles.js +3 -3
- package/dist/es2019/ui/ConfigPanel/Fields/Fieldset.js +1 -1
- package/dist/es2019/ui/ToolbarFeedback/styles.js +3 -3
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/plugins/alignment/ui/ToolbarAlignment/styles.js +1 -1
- package/dist/esm/plugins/before-primaryToolbar/ui/BeforePrimaryToolbarWrapper.js +1 -1
- package/dist/esm/plugins/collab-edit/styles.js +1 -1
- package/dist/esm/plugins/extension/ui/Extension/Extension/styles.js +1 -1
- package/dist/esm/plugins/extension/ui/Extension/InlineExtension/styles.js +1 -1
- package/dist/esm/plugins/extension/ui/Extension/styles.js +1 -1
- package/dist/esm/plugins/extension/ui/SaveIndicator/SaveIndicator.js +2 -2
- package/dist/esm/ui/Addon/Dropdown/styles.js +1 -1
- package/dist/esm/ui/Addon/DropdownItem/styles.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +2 -2
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +1 -1
- package/dist/esm/ui/ChromeCollapsed/styles.js +1 -1
- package/dist/esm/ui/ConfigPanel/Fields/Fieldset.js +1 -1
- package/dist/esm/ui/ToolbarFeedback/styles.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/types/editor-appearance-component.d.ts +2 -2
- package/dist/types/types/editor-props.d.ts +6 -1
- package/dist/types/types/index.d.ts +1 -1
- package/dist/types/ui/Appearance/FullPage/FullPageContentArea.d.ts +2 -2
- package/dist/types-ts4.5/types/editor-appearance-component.d.ts +2 -2
- package/dist/types-ts4.5/types/editor-props.d.ts +6 -1
- package/dist/types-ts4.5/types/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +2 -2
- package/package.json +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 189.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#59829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59829) [`3120b36a9f2c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3120b36a9f2c) - Converted spacing values to the corresponding space tokens
|
|
8
|
+
|
|
9
|
+
## 189.6.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#57660](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57660) [`2c320c63b42f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2c320c63b42f) - Adjust contentComponents editor prop to support before and after, enabling content to be shown below the editor
|
|
14
|
+
- [#56823](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56823) [`d2fbdf3b6822`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d2fbdf3b6822) - [ux] ECA11Y-111: Keyboard accessibility of table resizer
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 189.6.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -10,4 +10,4 @@ var _react = require("@emotion/react");
|
|
|
10
10
|
var _templateObject, _templateObject2, _templateObject3;
|
|
11
11
|
var triggerWrapper = exports.triggerWrapper = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n"])));
|
|
12
12
|
var wrapper = exports.wrapper = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: center;\n div {\n display: flex;\n }\n"])));
|
|
13
|
-
var expandIconWrapper = exports.expandIconWrapper = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n margin-left:
|
|
13
|
+
var expandIconWrapper = exports.expandIconWrapper = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n margin-left: ", ";\n"])), "var(--ds-space-negative-100, -8px)");
|
|
@@ -9,7 +9,7 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
|
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _templateObject;
|
|
11
11
|
/** @jsx jsx */
|
|
12
|
-
var beforePrimaryToolbarPluginWrapper = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n margin-right:
|
|
12
|
+
var beforePrimaryToolbarPluginWrapper = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n margin-right: ", ";\n flex-grow: 1;\n justify-content: flex-end;\n align-items: center;\n"])), "var(--ds-space-100, 8px)");
|
|
13
13
|
var BeforePrimaryToolbarWrapper = exports.BeforePrimaryToolbarWrapper = function BeforePrimaryToolbarWrapper(props) {
|
|
14
14
|
return (0, _react.jsx)("div", {
|
|
15
15
|
css: beforePrimaryToolbarPluginWrapper,
|
|
@@ -14,6 +14,6 @@ var _templateObject;
|
|
|
14
14
|
var telepointerColorStyle = function telepointerColorStyle(color, index) {
|
|
15
15
|
return "\n &.color-".concat(index, " {\n background-color: ").concat(color.selection, ";\n &::after {\n background-color: ").concat(color.solid, ";\n color: ", "var(--ds-text-inverse, #fff)", ";\n border-color: ").concat(color.solid, ";\n }\n }\n");
|
|
16
16
|
};
|
|
17
|
-
var telepointerStyle = exports.telepointerStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n .ProseMirror .telepointer {\n position: relative;\n transition: opacity 200ms;\n\n &.telepointer-selection {\n line-height: 1.2;\n pointer-events: none;\n user-select: none;\n }\n\n &.telepointer-selection-badge::after {\n content: attr(data-initial);\n position: absolute;\n display: block;\n top: -14px;\n font-size: ", ";\n padding:
|
|
17
|
+
var telepointerStyle = exports.telepointerStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n .ProseMirror .telepointer {\n position: relative;\n transition: opacity 200ms;\n\n &.telepointer-selection {\n line-height: 1.2;\n pointer-events: none;\n user-select: none;\n }\n\n &.telepointer-selection-badge::after {\n content: attr(data-initial);\n position: absolute;\n display: block;\n top: -14px;\n font-size: ", ";\n padding: ", ";\n color: ", ";\n left: -1px;\n border-radius: 2px 2px 2px 0;\n line-height: initial;\n }\n\n &.", " {\n opacity: 0.2;\n }\n\n ", ";\n }\n"])), (0, _editorSharedStyles.relativeFontSizeToBase16)(9), "var(--ds-space-025, 2px)", "var(--ds-text-inverse, white)", _pluginState.TELEPOINTER_DIM_CLASS, _utils.colors.map(function (color, index) {
|
|
18
18
|
return telepointerColorStyle(color, index);
|
|
19
19
|
}));
|
|
@@ -16,7 +16,7 @@ var widerLayoutClassName = exports.widerLayoutClassName = 'wider-layout';
|
|
|
16
16
|
var wrapperStyle = exports.wrapperStyle = function wrapperStyle(theme) {
|
|
17
17
|
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n ", "\n\n &.without-frame {\n background: transparent;\n }\n cursor: pointer;\n width: 100%;\n\n .extension-overflow-wrapper:not(.with-body) {\n overflow-x: auto;\n }\n"])), (0, _styles.wrapperDefault)(theme));
|
|
18
18
|
};
|
|
19
|
-
var header = exports.header = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n padding: ", "px ", "px 0px;\n vertical-align: middle;\n\n &.with-children:not(.without-frame) {\n padding:
|
|
19
|
+
var header = exports.header = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n padding: ", "px ", "px 0px;\n vertical-align: middle;\n\n &.with-children:not(.without-frame) {\n padding: ", " ", "\n ", ";\n }\n &.without-frame {\n padding: 0;\n }\n"])), _styles.padding / 2, _styles.padding / 2, "var(--ds-space-050, 4px)", "var(--ds-space-100, 8px)", "var(--ds-space-100, 8px)");
|
|
20
20
|
var content = exports.content = function content(theme) {
|
|
21
21
|
return (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n padding: ", "px;\n background: ", ";\n color: ", ";\n border: 1px solid ", ";\n border-radius: ", "px;\n cursor: initial;\n width: 100%;\n"])), _styles.padding, (0, _components.themed)({
|
|
22
22
|
light: "var(--ds-surface, white)",
|
|
@@ -11,5 +11,5 @@ var _constants = require("@atlaskit/theme/constants");
|
|
|
11
11
|
var _styles = require("../styles");
|
|
12
12
|
var _templateObject;
|
|
13
13
|
var wrapperStyle = exports.wrapperStyle = function wrapperStyle(theme) {
|
|
14
|
-
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n ", "\n\n cursor: pointer;\n display: inline-flex;\n margin: 1px 1px
|
|
14
|
+
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n ", "\n\n cursor: pointer;\n display: inline-flex;\n margin: 1px 1px ", ";\n\n > img {\n border-radius: ", "px;\n }\n\n &::after,\n &::before {\n vertical-align: text-top;\n display: inline-block;\n width: 1px;\n content: '';\n }\n\n &.with-children {\n padding: 0;\n background: ", ";\n }\n"])), (0, _styles.wrapperDefault)(theme), "var(--ds-space-050, 4px)", (0, _constants.borderRadius)(), "var(--ds-background-neutral-subtle, white)");
|
|
15
15
|
};
|
|
@@ -34,6 +34,6 @@ var wrapperDefault = exports.wrapperDefault = function wrapperDefault(theme) {
|
|
|
34
34
|
})(theme), "var(--ds-border-selected, ".concat(_colors.B200, ")"), "var(--ds-background-neutral-hovered, ".concat(_colors.N20A, ")"));
|
|
35
35
|
};
|
|
36
36
|
var overlay = exports.overlay = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n border-radius: ", "px;\n position: absolute;\n width: 100%;\n height: 100%;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.3s;\n"])), (0, _constants.borderRadius)());
|
|
37
|
-
var placeholderFallback = exports.placeholderFallback = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: inline-flex;\n align-items: center;\n\n & > img {\n margin: 0
|
|
37
|
+
var placeholderFallback = exports.placeholderFallback = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: inline-flex;\n align-items: center;\n\n & > img {\n margin: 0 ", ";\n }\n /* TODO: fix in develop: https://atlassian.slack.com/archives/CFG3PSQ9E/p1647395052443259?thread_ts=1647394572.556029&cid=CFG3PSQ9E */\n /* stylelint-disable-next-line */\n label: placeholder-fallback;\n"])), "var(--ds-space-050, 4px)");
|
|
38
38
|
var placeholderFallbackParams = exports.placeholderFallbackParams = (0, _react.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n display: inline-block;\n max-width: 200px;\n margin-left: 5px;\n color: ", ";\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n"])), "var(--ds-text-subtlest, ".concat(_colors.N70, ")"));
|
|
39
39
|
var styledImage = exports.styledImage = (0, _react.css)(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n max-height: 16px;\n max-width: 16px;\n /* TODO: fix in develop: https://atlassian.slack.com/archives/CFG3PSQ9E/p1647395052443259?thread_ts=1647394572.556029&cid=CFG3PSQ9E */\n /* stylelint-disable-next-line */\n label: lozenge-image;\n"])));
|
|
@@ -17,8 +17,8 @@ var _templateObject, _templateObject2, _templateObject3;
|
|
|
17
17
|
/** @jsx jsx */
|
|
18
18
|
var noop = function noop() {};
|
|
19
19
|
var saveIndicatorWrapper = (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: center;\n"])));
|
|
20
|
-
var saveIndicatorContent = (0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n position: fixed;\n width: 256px;\n bottom:
|
|
21
|
-
var saveIndicatorText = (0, _react2.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n padding-left:
|
|
20
|
+
var saveIndicatorContent = (0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n position: fixed;\n width: 256px;\n bottom: ", ";\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: ", " ", ";\n\n background: ", ";\n\n /* E300 */\n box-shadow: ", ";\n border-radius: 16px;\n"])), "var(--ds-space-250, 20px)", "var(--ds-space-075, 6px)", "var(--ds-space-150, 12px)", "var(--ds-surface-overlay, ".concat(_colors.N0, ")"), "var(--ds-shadow-overlay, ".concat("0px 8px 12px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31)", ")"));
|
|
21
|
+
var saveIndicatorText = (0, _react2.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n padding-left: ", ";\n"])), "var(--ds-space-075, 6px)");
|
|
22
22
|
var SaveIndicator = exports.SaveIndicator = function SaveIndicator(_ref) {
|
|
23
23
|
var children = _ref.children,
|
|
24
24
|
duration = _ref.duration,
|
|
@@ -10,4 +10,4 @@ var _react = require("@emotion/react");
|
|
|
10
10
|
var _constants = require("@atlaskit/theme/constants");
|
|
11
11
|
var _colors = require("@atlaskit/theme/colors");
|
|
12
12
|
var _templateObject;
|
|
13
|
-
var dropdown = exports.dropdown = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n background: ", ";\n border-radius: ", "px;\n box-shadow: ", ";\n box-sizing: border-box;\n padding:
|
|
13
|
+
var dropdown = exports.dropdown = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n flex-direction: column;\n background: ", ";\n border-radius: ", "px;\n box-shadow: ", ";\n box-sizing: border-box;\n padding: ", " 0;\n"])), "var(--ds-surface-overlay, white)", (0, _constants.borderRadius)(), "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N60A, ", 0 0 1px ").concat(_colors.N60A), ")"), "var(--ds-space-050, 4px)");
|
|
@@ -9,4 +9,4 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
|
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _colors = require("@atlaskit/theme/colors");
|
|
11
11
|
var _templateObject;
|
|
12
|
-
var dropdownItem = exports.dropdownItem = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n padding:
|
|
12
|
+
var dropdownItem = exports.dropdownItem = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n padding: ", " ", "\n ", " ", ";\n color: ", ";\n > span {\n display: flex;\n margin-right: ", ";\n }\n &:hover {\n background-color: ", ";\n }\n"])), "var(--ds-space-100, 8px)", "var(--ds-space-400, 32px)", "var(--ds-space-100, 8px)", "var(--ds-space-150, 12px)", "var(--ds-text, ".concat(_colors.N800, ")"), "var(--ds-space-100, 8px)", "var(--ds-background-neutral-subtle-hovered, ".concat(_colors.N20, ")"));
|
|
@@ -63,7 +63,7 @@ var Content = /*#__PURE__*/_react2.default.forwardRef(function (props, ref) {
|
|
|
63
63
|
css: _StyledComponents.editorContentGutterStyle,
|
|
64
64
|
className: ['ak-editor-content-area', fullWidthMode ? 'fabric-editor--full-width-mode' : ''].join(' '),
|
|
65
65
|
ref: contentAreaRef
|
|
66
|
-
}, props.customContentComponents, (0, _react.jsx)(_PluginSlot.default, {
|
|
66
|
+
}, !!props.customContentComponents && 'before' in props.customContentComponents ? props.customContentComponents.before : props.customContentComponents, (0, _react.jsx)(_PluginSlot.default, {
|
|
67
67
|
editorView: props.editorView,
|
|
68
68
|
editorActions: props.editorActions,
|
|
69
69
|
eventDispatcher: props.eventDispatcher,
|
|
@@ -79,7 +79,7 @@ var Content = /*#__PURE__*/_react2.default.forwardRef(function (props, ref) {
|
|
|
79
79
|
containerElement: scrollContainerRef.current,
|
|
80
80
|
dispatchAnalyticsEvent: props.dispatchAnalyticsEvent,
|
|
81
81
|
wrapperElement: props.wrapperElement
|
|
82
|
-
}), props.editorDOMElement)))), (0, _react.jsx)("div", {
|
|
82
|
+
}), props.editorDOMElement, !!props.customContentComponents && 'after' in props.customContentComponents ? props.customContentComponents.after : null)))), (0, _react.jsx)("div", {
|
|
83
83
|
css: _StyledComponents.sidebarArea
|
|
84
84
|
}, props.contextPanel || (0, _react.jsx)(_ContextPanel.default, {
|
|
85
85
|
visible: false
|
|
@@ -44,5 +44,5 @@ var editorContentAreaStyle = exports.editorContentAreaStyle = function editorCon
|
|
|
44
44
|
var editorContentAreaWithLayoutWith = function editorContentAreaWithLayoutWith(layoutMaxWidth) {
|
|
45
45
|
return (0, _react.css)(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["\n max-width: ", "px;\n"])), layoutMaxWidth + TOTAL_PADDING);
|
|
46
46
|
};
|
|
47
|
-
var editorContentArea = (0, _react.css)(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n line-height: 24px;\n padding-top: 50px;\n padding-bottom: 55px;\n height: calc(\n 100% - 105px\n ); /* fill the viewport: 100% - (padding top & bottom) */\n width: 100%;\n margin: auto;\n flex-direction: column;\n flex-grow: 1;\n\n max-width: ", "px;\n transition: max-width ", ";\n & .ProseMirror {\n flex-grow: 1;\n box-sizing: border-box;\n }\n\n & .ProseMirror {\n & > * {\n /* pre-emptively clear all direct descendant content, just in case any are adjacent floated content */\n clear: both;\n }\n > p,\n > ul,\n > ol:not(", "):not(", "),\n > h1,\n > h2,\n > h3,\n > h4,\n > h5,\n > h6 {\n /* deliberately allow wrapping of text based nodes, just in case any are adjacent floated content */\n clear: none;\n }\n\n > p:last-child {\n margin-bottom:
|
|
47
|
+
var editorContentArea = (0, _react.css)(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n line-height: 24px;\n padding-top: 50px;\n padding-bottom: 55px;\n height: calc(\n 100% - 105px\n ); /* fill the viewport: 100% - (padding top & bottom) */\n width: 100%;\n margin: auto;\n flex-direction: column;\n flex-grow: 1;\n\n max-width: ", "px;\n transition: max-width ", ";\n & .ProseMirror {\n flex-grow: 1;\n box-sizing: border-box;\n }\n\n & .ProseMirror {\n & > * {\n /* pre-emptively clear all direct descendant content, just in case any are adjacent floated content */\n clear: both;\n }\n > p,\n > ul,\n > ol:not(", "):not(", "),\n > h1,\n > h2,\n > h3,\n > h4,\n > h5,\n > h6 {\n /* deliberately allow wrapping of text based nodes, just in case any are adjacent floated content */\n clear: none;\n }\n\n > p:last-child {\n margin-bottom: ", ";\n }\n }\n\n ", ";\n\n .fabric-editor--full-width-mode {\n /* Full Width Mode styles for ignoring breakout sizes */\n .fabric-editor-breakout-mark,\n .extension-container.block,\n .pm-table-container {\n width: 100% !important;\n }\n\n .fabric-editor-breakout-mark {\n margin-left: unset !important;\n transform: none !important;\n }\n }\n"])), _editorSharedStyles.akEditorFullWidthLayoutWidth + TOTAL_PADDING, SWOOP_ANIMATION, _adfSchema.taskListSelector, _adfSchema.decisionListSelector, "var(--ds-space-300, 24px)", _commonStyles.tableFullPageEditorStyles);
|
|
48
48
|
var editorContentGutterStyle = exports.editorContentGutterStyle = (0, _react.css)(_templateObject10 || (_templateObject10 = (0, _taggedTemplateLiteral2.default)(["\n box-sizing: border-box;\n padding: 0 ", "px;\n"])), _editorSharedStyles.akEditorGutterPadding);
|
|
@@ -11,4 +11,4 @@ var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
|
11
11
|
var _constants = require("@atlaskit/theme/constants");
|
|
12
12
|
var _colors = require("@atlaskit/theme/colors");
|
|
13
13
|
var _templateObject;
|
|
14
|
-
var inputStyle = exports.inputStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n /* Normal .className gets overridden by input[type=text] hence this hack to produce input.className */\n input& {\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: ", "px;\n box-sizing: border-box;\n height: 40px;\n padding-left:
|
|
14
|
+
var inputStyle = exports.inputStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n /* Normal .className gets overridden by input[type=text] hence this hack to produce input.className */\n input& {\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: ", "px;\n box-sizing: border-box;\n height: 40px;\n padding-left: ", ";\n padding-top: ", ";\n padding-bottom: ", ";\n font-size: ", ";\n width: 100%;\n font-weight: 400;\n line-height: 1.42857142857143;\n letter-spacing: -0.005em;\n color: ", ";\n\n &:hover {\n background-color: ", ";\n border-color: ", ";\n cursor: text;\n }\n }\n"])), "var(--ds-background-input, white)", "var(--ds-border-input, ".concat(_editorSharedStyles.akEditorSubtleAccent, ")"), (0, _constants.borderRadius)(), "var(--ds-space-250, 20px)", "var(--ds-space-150, 12px)", "var(--ds-space-150, 12px)", (0, _editorSharedStyles.relativeFontSizeToBase16)(14), "var(--ds-text-subtlest, ".concat(_colors.N300, ")"), "var(--ds-background-input-hovered, white)", "var(--ds-border-input, ".concat(_colors.N50, ")"));
|
|
@@ -262,5 +262,5 @@ function FieldsetError(_ref) {
|
|
|
262
262
|
appearance: "error"
|
|
263
263
|
}, (0, _react2.jsx)("p", null, message)));
|
|
264
264
|
}
|
|
265
|
-
var sectionMessageWrapper = (0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n margin-bottom:
|
|
265
|
+
var sectionMessageWrapper = (0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n margin-bottom: ", ";\n"])), "var(--ds-space-300, 24px)");
|
|
266
266
|
var _default = exports.default = (0, _reactIntlNext.injectIntl)(FieldsetField);
|
|
@@ -14,6 +14,6 @@ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _temp
|
|
|
14
14
|
var buttonContent = exports.buttonContent = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n height: 24px;\n line-height: 24px;\n min-width: 70px;\n"])));
|
|
15
15
|
var wrapper = exports.wrapper = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n margin-right: 0;\n"])));
|
|
16
16
|
var confirmationPopup = exports.confirmationPopup = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n background: ", ";\n border-radius: ", "px;\n box-shadow: ", ";\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n overflow: auto;\n max-height: none;\n height: 410px;\n width: 280px;\n"])), "var(--ds-surface-overlay, #fff)", (0, _constants.borderRadius)(), "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N60A, ", 0 0 1px ").concat(_colors.N60A), ")"));
|
|
17
|
-
var confirmationText = exports.confirmationText = (0, _react.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n font-size: ", ";\n word-spacing: 4px;\n line-height: 22px;\n color: ", ";\n margin-top: 30px;\n padding:
|
|
17
|
+
var confirmationText = exports.confirmationText = (0, _react.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n font-size: ", ";\n word-spacing: 4px;\n line-height: 22px;\n color: ", ";\n margin-top: 30px;\n padding: ", ";\n & > div {\n width: 240px;\n }\n & > div:first-of-type {\n margin-bottom: ", ";\n }\n & > div:nth-of-type(2) {\n margin-bottom: ", ";\n }\n"])), (0, _editorSharedStyles.relativeFontSizeToBase16)(14), "var(--ds-text-subtle, ".concat(_colors.N400, ")"), "var(--ds-space-250, 20px)", "var(--ds-space-150, 12px)", "var(--ds-space-250, 20px)");
|
|
18
18
|
var confirmationHeader = exports.confirmationHeader = (0, _react.css)(_templateObject5 || (_templateObject5 = (0, _taggedTemplateLiteral2.default)(["\n background-color: ", ";\n height: 100px;\n width: 100%;\n display: inline-block;\n"])), "var(--ds-background-discovery-bold, ".concat(_colors.P400, ")"));
|
|
19
19
|
var confirmationImg = exports.confirmationImg = (0, _react.css)(_templateObject6 || (_templateObject6 = (0, _taggedTemplateLiteral2.default)(["\n width: 100px;\n display: block;\n margin: 25px auto 0 auto;\n"])));
|
|
@@ -29,7 +29,7 @@ export const telepointerStyle = css`
|
|
|
29
29
|
display: block;
|
|
30
30
|
top: -14px;
|
|
31
31
|
font-size: ${relativeFontSizeToBase16(9)};
|
|
32
|
-
padding: 2px;
|
|
32
|
+
padding: ${"var(--ds-space-025, 2px)"};
|
|
33
33
|
color: ${"var(--ds-text-inverse, white)"};
|
|
34
34
|
left: -1px;
|
|
35
35
|
border-radius: 2px 2px 2px 0;
|
|
@@ -22,7 +22,8 @@ export const header = css`
|
|
|
22
22
|
vertical-align: middle;
|
|
23
23
|
|
|
24
24
|
&.with-children:not(.without-frame) {
|
|
25
|
-
padding: 4px
|
|
25
|
+
padding: ${"var(--ds-space-050, 4px)"} ${"var(--ds-space-100, 8px)"}
|
|
26
|
+
${"var(--ds-space-100, 8px)"};
|
|
26
27
|
}
|
|
27
28
|
&.without-frame {
|
|
28
29
|
padding: 0;
|
|
@@ -46,7 +46,7 @@ export const placeholderFallback = css`
|
|
|
46
46
|
align-items: center;
|
|
47
47
|
|
|
48
48
|
& > img {
|
|
49
|
-
margin: 0 4px;
|
|
49
|
+
margin: 0 ${"var(--ds-space-050, 4px)"};
|
|
50
50
|
}
|
|
51
51
|
/* TODO: fix in develop: https://atlassian.slack.com/archives/CFG3PSQ9E/p1647395052443259?thread_ts=1647394572.556029&cid=CFG3PSQ9E */
|
|
52
52
|
/* stylelint-disable-next-line */
|
|
@@ -13,11 +13,11 @@ const saveIndicatorWrapper = css`
|
|
|
13
13
|
const saveIndicatorContent = css`
|
|
14
14
|
position: fixed;
|
|
15
15
|
width: 256px;
|
|
16
|
-
bottom: 20px;
|
|
16
|
+
bottom: ${"var(--ds-space-250, 20px)"};
|
|
17
17
|
display: flex;
|
|
18
18
|
flex-direction: row;
|
|
19
19
|
align-items: center;
|
|
20
|
-
padding: 6px 12px;
|
|
20
|
+
padding: ${"var(--ds-space-075, 6px)"} ${"var(--ds-space-150, 12px)"};
|
|
21
21
|
|
|
22
22
|
background: ${`var(--ds-surface-overlay, ${N0})`};
|
|
23
23
|
|
|
@@ -26,7 +26,7 @@ const saveIndicatorContent = css`
|
|
|
26
26
|
border-radius: 16px;
|
|
27
27
|
`;
|
|
28
28
|
const saveIndicatorText = css`
|
|
29
|
-
padding-left: 6px;
|
|
29
|
+
padding-left: ${"var(--ds-space-075, 6px)"};
|
|
30
30
|
`;
|
|
31
31
|
export const SaveIndicator = ({
|
|
32
32
|
children,
|
|
@@ -5,11 +5,12 @@ export const dropdownItem = css`
|
|
|
5
5
|
align-items: center;
|
|
6
6
|
cursor: pointer;
|
|
7
7
|
text-decoration: none;
|
|
8
|
-
padding: 8px 32px
|
|
8
|
+
padding: ${"var(--ds-space-100, 8px)"} ${"var(--ds-space-400, 32px)"}
|
|
9
|
+
${"var(--ds-space-100, 8px)"} ${"var(--ds-space-150, 12px)"};
|
|
9
10
|
color: ${`var(--ds-text, ${N800})`};
|
|
10
11
|
> span {
|
|
11
12
|
display: flex;
|
|
12
|
-
margin-right: 8px;
|
|
13
|
+
margin-right: ${"var(--ds-space-100, 8px)"};
|
|
13
14
|
}
|
|
14
15
|
&:hover {
|
|
15
16
|
background-color: ${`var(--ds-background-neutral-subtle-hovered, ${N20})`};
|
|
@@ -51,7 +51,7 @@ const Content = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
51
51
|
css: editorContentGutterStyle,
|
|
52
52
|
className: ['ak-editor-content-area', fullWidthMode ? 'fabric-editor--full-width-mode' : ''].join(' '),
|
|
53
53
|
ref: contentAreaRef
|
|
54
|
-
}, props.customContentComponents, jsx(PluginSlot, {
|
|
54
|
+
}, !!props.customContentComponents && 'before' in props.customContentComponents ? props.customContentComponents.before : props.customContentComponents, jsx(PluginSlot, {
|
|
55
55
|
editorView: props.editorView,
|
|
56
56
|
editorActions: props.editorActions,
|
|
57
57
|
eventDispatcher: props.eventDispatcher,
|
|
@@ -67,7 +67,7 @@ const Content = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
67
67
|
containerElement: scrollContainerRef.current,
|
|
68
68
|
dispatchAnalyticsEvent: props.dispatchAnalyticsEvent,
|
|
69
69
|
wrapperElement: props.wrapperElement
|
|
70
|
-
}), props.editorDOMElement)))), jsx("div", {
|
|
70
|
+
}), props.editorDOMElement, !!props.customContentComponents && 'after' in props.customContentComponents ? props.customContentComponents.after : null)))), jsx("div", {
|
|
71
71
|
css: sidebarArea
|
|
72
72
|
}, props.contextPanel || jsx(ContextPanel, {
|
|
73
73
|
visible: false
|
|
@@ -10,9 +10,9 @@ export const inputStyle = css`
|
|
|
10
10
|
border-radius: ${borderRadius()}px;
|
|
11
11
|
box-sizing: border-box;
|
|
12
12
|
height: 40px;
|
|
13
|
-
padding-left: 20px;
|
|
14
|
-
padding-top: 12px;
|
|
15
|
-
padding-bottom: 12px;
|
|
13
|
+
padding-left: ${"var(--ds-space-250, 20px)"};
|
|
14
|
+
padding-top: ${"var(--ds-space-150, 12px)"};
|
|
15
|
+
padding-bottom: ${"var(--ds-space-150, 12px)"};
|
|
16
16
|
font-size: ${relativeFontSizeToBase16(14)};
|
|
17
17
|
width: 100%;
|
|
18
18
|
font-weight: 400;
|
|
@@ -30,15 +30,15 @@ export const confirmationText = css`
|
|
|
30
30
|
line-height: 22px;
|
|
31
31
|
color: ${`var(--ds-text-subtle, ${N400})`};
|
|
32
32
|
margin-top: 30px;
|
|
33
|
-
padding: 20px;
|
|
33
|
+
padding: ${"var(--ds-space-250, 20px)"};
|
|
34
34
|
& > div {
|
|
35
35
|
width: 240px;
|
|
36
36
|
}
|
|
37
37
|
& > div:first-of-type {
|
|
38
|
-
margin-bottom: 12px;
|
|
38
|
+
margin-bottom: ${"var(--ds-space-150, 12px)"};
|
|
39
39
|
}
|
|
40
40
|
& > div:nth-of-type(2) {
|
|
41
|
-
margin-bottom: 20px;
|
|
41
|
+
margin-bottom: ${"var(--ds-space-250, 20px)"};
|
|
42
42
|
}
|
|
43
43
|
`;
|
|
44
44
|
export const confirmationHeader = css`
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "189.6.
|
|
2
|
+
export const version = "189.6.3";
|
|
@@ -3,4 +3,4 @@ var _templateObject, _templateObject2, _templateObject3;
|
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
4
|
export var triggerWrapper = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n"])));
|
|
5
5
|
export var wrapper = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n div {\n display: flex;\n }\n"])));
|
|
6
|
-
export var expandIconWrapper = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin-left:
|
|
6
|
+
export var expandIconWrapper = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin-left: ", ";\n"])), "var(--ds-space-negative-100, -8px)");
|
|
@@ -2,7 +2,7 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
|
|
|
2
2
|
var _templateObject;
|
|
3
3
|
/** @jsx jsx */
|
|
4
4
|
import { css, jsx } from '@emotion/react';
|
|
5
|
-
var beforePrimaryToolbarPluginWrapper = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n margin-right:
|
|
5
|
+
var beforePrimaryToolbarPluginWrapper = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n margin-right: ", ";\n flex-grow: 1;\n justify-content: flex-end;\n align-items: center;\n"])), "var(--ds-space-100, 8px)");
|
|
6
6
|
export var BeforePrimaryToolbarWrapper = function BeforePrimaryToolbarWrapper(props) {
|
|
7
7
|
return jsx("div", {
|
|
8
8
|
css: beforePrimaryToolbarPluginWrapper,
|
|
@@ -7,6 +7,6 @@ import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
|
7
7
|
var telepointerColorStyle = function telepointerColorStyle(color, index) {
|
|
8
8
|
return "\n &.color-".concat(index, " {\n background-color: ").concat(color.selection, ";\n &::after {\n background-color: ").concat(color.solid, ";\n color: ", "var(--ds-text-inverse, #fff)", ";\n border-color: ").concat(color.solid, ";\n }\n }\n");
|
|
9
9
|
};
|
|
10
|
-
export var telepointerStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n .ProseMirror .telepointer {\n position: relative;\n transition: opacity 200ms;\n\n &.telepointer-selection {\n line-height: 1.2;\n pointer-events: none;\n user-select: none;\n }\n\n &.telepointer-selection-badge::after {\n content: attr(data-initial);\n position: absolute;\n display: block;\n top: -14px;\n font-size: ", ";\n padding:
|
|
10
|
+
export var telepointerStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n .ProseMirror .telepointer {\n position: relative;\n transition: opacity 200ms;\n\n &.telepointer-selection {\n line-height: 1.2;\n pointer-events: none;\n user-select: none;\n }\n\n &.telepointer-selection-badge::after {\n content: attr(data-initial);\n position: absolute;\n display: block;\n top: -14px;\n font-size: ", ";\n padding: ", ";\n color: ", ";\n left: -1px;\n border-radius: 2px 2px 2px 0;\n line-height: initial;\n }\n\n &.", " {\n opacity: 0.2;\n }\n\n ", ";\n }\n"])), relativeFontSizeToBase16(9), "var(--ds-space-025, 2px)", "var(--ds-text-inverse, white)", TELEPOINTER_DIM_CLASS, colors.map(function (color, index) {
|
|
11
11
|
return telepointerColorStyle(color, index);
|
|
12
12
|
}));
|
|
@@ -9,7 +9,7 @@ export var widerLayoutClassName = 'wider-layout';
|
|
|
9
9
|
export var wrapperStyle = function wrapperStyle(theme) {
|
|
10
10
|
return css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n ", "\n\n &.without-frame {\n background: transparent;\n }\n cursor: pointer;\n width: 100%;\n\n .extension-overflow-wrapper:not(.with-body) {\n overflow-x: auto;\n }\n"])), wrapperDefault(theme));
|
|
11
11
|
};
|
|
12
|
-
export var header = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n padding: ", "px ", "px 0px;\n vertical-align: middle;\n\n &.with-children:not(.without-frame) {\n padding:
|
|
12
|
+
export var header = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n padding: ", "px ", "px 0px;\n vertical-align: middle;\n\n &.with-children:not(.without-frame) {\n padding: ", " ", "\n ", ";\n }\n &.without-frame {\n padding: 0;\n }\n"])), padding / 2, padding / 2, "var(--ds-space-050, 4px)", "var(--ds-space-100, 8px)", "var(--ds-space-100, 8px)");
|
|
13
13
|
export var content = function content(theme) {
|
|
14
14
|
return css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n padding: ", "px;\n background: ", ";\n color: ", ";\n border: 1px solid ", ";\n border-radius: ", "px;\n cursor: initial;\n width: 100%;\n"])), padding, themed({
|
|
15
15
|
light: "var(--ds-surface, white)",
|
|
@@ -4,5 +4,5 @@ import { css } from '@emotion/react';
|
|
|
4
4
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
5
5
|
import { wrapperDefault } from '../styles';
|
|
6
6
|
export var wrapperStyle = function wrapperStyle(theme) {
|
|
7
|
-
return css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n ", "\n\n cursor: pointer;\n display: inline-flex;\n margin: 1px 1px
|
|
7
|
+
return css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n ", "\n\n cursor: pointer;\n display: inline-flex;\n margin: 1px 1px ", ";\n\n > img {\n border-radius: ", "px;\n }\n\n &::after,\n &::before {\n vertical-align: text-top;\n display: inline-block;\n width: 1px;\n content: '';\n }\n\n &.with-children {\n padding: 0;\n background: ", ";\n }\n"])), wrapperDefault(theme), "var(--ds-space-050, 4px)", borderRadius(), "var(--ds-background-neutral-subtle, white)");
|
|
8
8
|
};
|
|
@@ -15,6 +15,6 @@ export var wrapperDefault = function wrapperDefault(theme) {
|
|
|
15
15
|
})(theme), "var(--ds-border-selected, ".concat(B200, ")"), "var(--ds-background-neutral-hovered, ".concat(N20A, ")"));
|
|
16
16
|
};
|
|
17
17
|
export var overlay = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n border-radius: ", "px;\n position: absolute;\n width: 100%;\n height: 100%;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.3s;\n"])), borderRadius());
|
|
18
|
-
export var placeholderFallback = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n display: inline-flex;\n align-items: center;\n\n & > img {\n margin: 0
|
|
18
|
+
export var placeholderFallback = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n display: inline-flex;\n align-items: center;\n\n & > img {\n margin: 0 ", ";\n }\n /* TODO: fix in develop: https://atlassian.slack.com/archives/CFG3PSQ9E/p1647395052443259?thread_ts=1647394572.556029&cid=CFG3PSQ9E */\n /* stylelint-disable-next-line */\n label: placeholder-fallback;\n"])), "var(--ds-space-050, 4px)");
|
|
19
19
|
export var placeholderFallbackParams = css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: inline-block;\n max-width: 200px;\n margin-left: 5px;\n color: ", ";\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n"])), "var(--ds-text-subtlest, ".concat(N70, ")"));
|
|
20
20
|
export var styledImage = css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n max-height: 16px;\n max-width: 16px;\n /* TODO: fix in develop: https://atlassian.slack.com/archives/CFG3PSQ9E/p1647395052443259?thread_ts=1647394572.556029&cid=CFG3PSQ9E */\n /* stylelint-disable-next-line */\n label: lozenge-image;\n"])));
|
|
@@ -10,8 +10,8 @@ import { FormattedMessage } from 'react-intl-next';
|
|
|
10
10
|
import { messages } from './messages';
|
|
11
11
|
var noop = function noop() {};
|
|
12
12
|
var saveIndicatorWrapper = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n justify-content: center;\n"])));
|
|
13
|
-
var saveIndicatorContent = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n position: fixed;\n width: 256px;\n bottom:
|
|
14
|
-
var saveIndicatorText = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n padding-left:
|
|
13
|
+
var saveIndicatorContent = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n position: fixed;\n width: 256px;\n bottom: ", ";\n display: flex;\n flex-direction: row;\n align-items: center;\n padding: ", " ", ";\n\n background: ", ";\n\n /* E300 */\n box-shadow: ", ";\n border-radius: 16px;\n"])), "var(--ds-space-250, 20px)", "var(--ds-space-075, 6px)", "var(--ds-space-150, 12px)", "var(--ds-surface-overlay, ".concat(N0, ")"), "var(--ds-shadow-overlay, ".concat("0px 8px 12px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31)", ")"));
|
|
14
|
+
var saveIndicatorText = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n padding-left: ", ";\n"])), "var(--ds-space-075, 6px)");
|
|
15
15
|
export var SaveIndicator = function SaveIndicator(_ref) {
|
|
16
16
|
var children = _ref.children,
|
|
17
17
|
duration = _ref.duration,
|
|
@@ -3,4 +3,4 @@ var _templateObject;
|
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
4
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
5
5
|
import { N60A } from '@atlaskit/theme/colors';
|
|
6
|
-
export var dropdown = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n background: ", ";\n border-radius: ", "px;\n box-shadow: ", ";\n box-sizing: border-box;\n padding:
|
|
6
|
+
export var dropdown = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n background: ", ";\n border-radius: ", "px;\n box-shadow: ", ";\n box-sizing: border-box;\n padding: ", " 0;\n"])), "var(--ds-surface-overlay, white)", borderRadius(), "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(N60A, ", 0 0 1px ").concat(N60A), ")"), "var(--ds-space-050, 4px)");
|
|
@@ -2,4 +2,4 @@ import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral
|
|
|
2
2
|
var _templateObject;
|
|
3
3
|
import { css } from '@emotion/react';
|
|
4
4
|
import { N800, N20 } from '@atlaskit/theme/colors';
|
|
5
|
-
export var dropdownItem = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n padding:
|
|
5
|
+
export var dropdownItem = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n padding: ", " ", "\n ", " ", ";\n color: ", ";\n > span {\n display: flex;\n margin-right: ", ";\n }\n &:hover {\n background-color: ", ";\n }\n"])), "var(--ds-space-100, 8px)", "var(--ds-space-400, 32px)", "var(--ds-space-100, 8px)", "var(--ds-space-150, 12px)", "var(--ds-text, ".concat(N800, ")"), "var(--ds-space-100, 8px)", "var(--ds-background-neutral-subtle-hovered, ".concat(N20, ")"));
|
|
@@ -52,7 +52,7 @@ var Content = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
52
52
|
css: editorContentGutterStyle,
|
|
53
53
|
className: ['ak-editor-content-area', fullWidthMode ? 'fabric-editor--full-width-mode' : ''].join(' '),
|
|
54
54
|
ref: contentAreaRef
|
|
55
|
-
}, props.customContentComponents, jsx(PluginSlot, {
|
|
55
|
+
}, !!props.customContentComponents && 'before' in props.customContentComponents ? props.customContentComponents.before : props.customContentComponents, jsx(PluginSlot, {
|
|
56
56
|
editorView: props.editorView,
|
|
57
57
|
editorActions: props.editorActions,
|
|
58
58
|
eventDispatcher: props.eventDispatcher,
|
|
@@ -68,7 +68,7 @@ var Content = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
68
68
|
containerElement: scrollContainerRef.current,
|
|
69
69
|
dispatchAnalyticsEvent: props.dispatchAnalyticsEvent,
|
|
70
70
|
wrapperElement: props.wrapperElement
|
|
71
|
-
}), props.editorDOMElement)))), jsx("div", {
|
|
71
|
+
}), props.editorDOMElement, !!props.customContentComponents && 'after' in props.customContentComponents ? props.customContentComponents.after : null)))), jsx("div", {
|
|
72
72
|
css: sidebarArea
|
|
73
73
|
}, props.contextPanel || jsx(ContextPanel, {
|
|
74
74
|
visible: false
|
|
@@ -37,5 +37,5 @@ export var editorContentAreaStyle = function editorContentAreaStyle(_ref) {
|
|
|
37
37
|
var editorContentAreaWithLayoutWith = function editorContentAreaWithLayoutWith(layoutMaxWidth) {
|
|
38
38
|
return css(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n max-width: ", "px;\n"])), layoutMaxWidth + TOTAL_PADDING);
|
|
39
39
|
};
|
|
40
|
-
var editorContentArea = css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n line-height: 24px;\n padding-top: 50px;\n padding-bottom: 55px;\n height: calc(\n 100% - 105px\n ); /* fill the viewport: 100% - (padding top & bottom) */\n width: 100%;\n margin: auto;\n flex-direction: column;\n flex-grow: 1;\n\n max-width: ", "px;\n transition: max-width ", ";\n & .ProseMirror {\n flex-grow: 1;\n box-sizing: border-box;\n }\n\n & .ProseMirror {\n & > * {\n /* pre-emptively clear all direct descendant content, just in case any are adjacent floated content */\n clear: both;\n }\n > p,\n > ul,\n > ol:not(", "):not(", "),\n > h1,\n > h2,\n > h3,\n > h4,\n > h5,\n > h6 {\n /* deliberately allow wrapping of text based nodes, just in case any are adjacent floated content */\n clear: none;\n }\n\n > p:last-child {\n margin-bottom:
|
|
40
|
+
var editorContentArea = css(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n line-height: 24px;\n padding-top: 50px;\n padding-bottom: 55px;\n height: calc(\n 100% - 105px\n ); /* fill the viewport: 100% - (padding top & bottom) */\n width: 100%;\n margin: auto;\n flex-direction: column;\n flex-grow: 1;\n\n max-width: ", "px;\n transition: max-width ", ";\n & .ProseMirror {\n flex-grow: 1;\n box-sizing: border-box;\n }\n\n & .ProseMirror {\n & > * {\n /* pre-emptively clear all direct descendant content, just in case any are adjacent floated content */\n clear: both;\n }\n > p,\n > ul,\n > ol:not(", "):not(", "),\n > h1,\n > h2,\n > h3,\n > h4,\n > h5,\n > h6 {\n /* deliberately allow wrapping of text based nodes, just in case any are adjacent floated content */\n clear: none;\n }\n\n > p:last-child {\n margin-bottom: ", ";\n }\n }\n\n ", ";\n\n .fabric-editor--full-width-mode {\n /* Full Width Mode styles for ignoring breakout sizes */\n .fabric-editor-breakout-mark,\n .extension-container.block,\n .pm-table-container {\n width: 100% !important;\n }\n\n .fabric-editor-breakout-mark {\n margin-left: unset !important;\n transform: none !important;\n }\n }\n"])), akEditorFullWidthLayoutWidth + TOTAL_PADDING, SWOOP_ANIMATION, taskListSelector, decisionListSelector, "var(--ds-space-300, 24px)", tableFullPageEditorStyles);
|
|
41
41
|
export var editorContentGutterStyle = css(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n box-sizing: border-box;\n padding: 0 ", "px;\n"])), akEditorGutterPadding);
|
|
@@ -4,4 +4,4 @@ import { css } from '@emotion/react';
|
|
|
4
4
|
import { akEditorSubtleAccent, relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
5
5
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
6
6
|
import { N300, N50 } from '@atlaskit/theme/colors';
|
|
7
|
-
export var inputStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n /* Normal .className gets overridden by input[type=text] hence this hack to produce input.className */\n input& {\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: ", "px;\n box-sizing: border-box;\n height: 40px;\n padding-left:
|
|
7
|
+
export var inputStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n /* Normal .className gets overridden by input[type=text] hence this hack to produce input.className */\n input& {\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: ", "px;\n box-sizing: border-box;\n height: 40px;\n padding-left: ", ";\n padding-top: ", ";\n padding-bottom: ", ";\n font-size: ", ";\n width: 100%;\n font-weight: 400;\n line-height: 1.42857142857143;\n letter-spacing: -0.005em;\n color: ", ";\n\n &:hover {\n background-color: ", ";\n border-color: ", ";\n cursor: text;\n }\n }\n"])), "var(--ds-background-input, white)", "var(--ds-border-input, ".concat(akEditorSubtleAccent, ")"), borderRadius(), "var(--ds-space-250, 20px)", "var(--ds-space-150, 12px)", "var(--ds-space-150, 12px)", relativeFontSizeToBase16(14), "var(--ds-text-subtlest, ".concat(N300, ")"), "var(--ds-background-input-hovered, white)", "var(--ds-border-input, ".concat(N50, ")"));
|
|
@@ -252,5 +252,5 @@ function FieldsetError(_ref) {
|
|
|
252
252
|
appearance: "error"
|
|
253
253
|
}, jsx("p", null, message)));
|
|
254
254
|
}
|
|
255
|
-
var sectionMessageWrapper = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n margin-bottom:
|
|
255
|
+
var sectionMessageWrapper = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n margin-bottom: ", ";\n"])), "var(--ds-space-300, 24px)");
|
|
256
256
|
export default injectIntl(FieldsetField);
|
|
@@ -7,6 +7,6 @@ import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
|
7
7
|
export var buttonContent = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n height: 24px;\n line-height: 24px;\n min-width: 70px;\n"])));
|
|
8
8
|
export var wrapper = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: flex;\n margin-right: 0;\n"])));
|
|
9
9
|
export var confirmationPopup = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n background: ", ";\n border-radius: ", "px;\n box-shadow: ", ";\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n overflow: auto;\n max-height: none;\n height: 410px;\n width: 280px;\n"])), "var(--ds-surface-overlay, #fff)", borderRadius(), "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(N60A, ", 0 0 1px ").concat(N60A), ")"));
|
|
10
|
-
export var confirmationText = css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n font-size: ", ";\n word-spacing: 4px;\n line-height: 22px;\n color: ", ";\n margin-top: 30px;\n padding:
|
|
10
|
+
export var confirmationText = css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n font-size: ", ";\n word-spacing: 4px;\n line-height: 22px;\n color: ", ";\n margin-top: 30px;\n padding: ", ";\n & > div {\n width: 240px;\n }\n & > div:first-of-type {\n margin-bottom: ", ";\n }\n & > div:nth-of-type(2) {\n margin-bottom: ", ";\n }\n"])), relativeFontSizeToBase16(14), "var(--ds-text-subtle, ".concat(N400, ")"), "var(--ds-space-250, 20px)", "var(--ds-space-150, 12px)", "var(--ds-space-250, 20px)");
|
|
11
11
|
export var confirmationHeader = css(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n background-color: ", ";\n height: 100px;\n width: 100%;\n display: inline-block;\n"])), "var(--ds-background-discovery-bold, ".concat(P400, ")"));
|
|
12
12
|
export var confirmationImg = css(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n width: 100px;\n display: block;\n margin: 25px auto 0 auto;\n"])));
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "189.6.
|
|
2
|
+
export var version = "189.6.3";
|
|
@@ -7,7 +7,7 @@ import type { ReactHookFactory } from '@atlaskit/editor-common/types';
|
|
|
7
7
|
import type EditorActions from '../actions';
|
|
8
8
|
import type { EventDispatcher } from '../event-dispatcher';
|
|
9
9
|
import type { CollabEditOptions } from '@atlaskit/editor-common/collab';
|
|
10
|
-
import type { PrimaryToolbarComponents, ReactComponents } from '../types/editor-props';
|
|
10
|
+
import type { PrimaryToolbarComponents, ContentComponents, ReactComponents } from '../types/editor-props';
|
|
11
11
|
import type { UseStickyToolbarType } from '@atlaskit/editor-common/ui';
|
|
12
12
|
import type { UIComponentFactory } from '../types/ui-components';
|
|
13
13
|
import type { MenuItem } from '@atlaskit/editor-common/ui-menu';
|
|
@@ -31,7 +31,7 @@ export interface EditorAppearanceComponentProps {
|
|
|
31
31
|
primaryToolbarComponents?: ToolbarUIComponentFactory[];
|
|
32
32
|
primaryToolbarIconBefore?: ReactElement;
|
|
33
33
|
secondaryToolbarComponents?: UIComponentFactory[];
|
|
34
|
-
customContentComponents?:
|
|
34
|
+
customContentComponents?: ContentComponents;
|
|
35
35
|
customPrimaryToolbarComponents?: PrimaryToolbarComponents;
|
|
36
36
|
customSecondaryToolbarComponents?: ReactComponents;
|
|
37
37
|
insertMenuItems?: MenuItem[];
|
|
@@ -51,9 +51,14 @@ export type BeforeAndAfterToolbarComponents = {
|
|
|
51
51
|
after: ReactComponents;
|
|
52
52
|
};
|
|
53
53
|
export type PrimaryToolbarComponents = BeforeAndAfterToolbarComponents | ReactComponents;
|
|
54
|
+
export type BeforeAndAfterContentComponents = {
|
|
55
|
+
before: ReactComponents;
|
|
56
|
+
after: ReactComponents;
|
|
57
|
+
};
|
|
58
|
+
export type ContentComponents = BeforeAndAfterContentComponents | ReactComponents;
|
|
54
59
|
interface EditorBaseProps {
|
|
55
60
|
appearance?: EditorAppearance;
|
|
56
|
-
contentComponents?:
|
|
61
|
+
contentComponents?: ContentComponents;
|
|
57
62
|
primaryToolbarIconBefore?: ReactElement;
|
|
58
63
|
secondaryToolbarComponents?: ReactComponents;
|
|
59
64
|
persistScrollGutter?: boolean;
|
|
@@ -3,7 +3,7 @@ export type { EditorInstance } from './editor-instance';
|
|
|
3
3
|
export type { EditorConfig } from './editor-config';
|
|
4
4
|
export type { NextEditorPlugin, EditorPlugin, PluginsOptions, } from './editor-plugin';
|
|
5
5
|
export type { EditorReactContext } from './editor-react-context';
|
|
6
|
-
export type { EditorProps, FeedbackInfo, ReactComponents, ExtensionProvidersProp, PrimaryToolbarComponents, } from './editor-props';
|
|
6
|
+
export type { EditorProps, FeedbackInfo, ReactComponents, ExtensionProvidersProp, PrimaryToolbarComponents, ContentComponents, } from './editor-props';
|
|
7
7
|
export type { EditorAppearanceComponentProps } from './editor-appearance-component';
|
|
8
8
|
export type { Command, CommandDispatch } from './command';
|
|
9
9
|
export type { MessageDescriptor } from './i18n';
|
|
@@ -5,7 +5,7 @@ import React from 'react';
|
|
|
5
5
|
import type { WrappedComponentProps } from 'react-intl-next';
|
|
6
6
|
import type EditorActions from '../../../actions';
|
|
7
7
|
import type { EventDispatcher } from '../../../event-dispatcher';
|
|
8
|
-
import type { ReactComponents, EditorAppearance, UIComponentFactory } from '../../../types';
|
|
8
|
+
import type { ReactComponents, EditorAppearance, UIComponentFactory, ContentComponents } from '../../../types';
|
|
9
9
|
import type { DispatchAnalyticsEvent } from '@atlaskit/editor-common/analytics';
|
|
10
10
|
import type { ReactHookFactory } from '@atlaskit/editor-common/types';
|
|
11
11
|
import type { FeatureFlags } from '../../../types/feature-flags';
|
|
@@ -14,7 +14,7 @@ interface FullPageEditorContentAreaProps {
|
|
|
14
14
|
contentComponents: UIComponentFactory[] | undefined;
|
|
15
15
|
pluginHooks: ReactHookFactory[] | undefined;
|
|
16
16
|
contextPanel: ReactComponents | undefined;
|
|
17
|
-
customContentComponents:
|
|
17
|
+
customContentComponents: ContentComponents | undefined;
|
|
18
18
|
disabled: boolean | undefined;
|
|
19
19
|
dispatchAnalyticsEvent: DispatchAnalyticsEvent | undefined;
|
|
20
20
|
editorActions: EditorActions | undefined;
|
|
@@ -7,7 +7,7 @@ import type { ReactHookFactory } from '@atlaskit/editor-common/types';
|
|
|
7
7
|
import type EditorActions from '../actions';
|
|
8
8
|
import type { EventDispatcher } from '../event-dispatcher';
|
|
9
9
|
import type { CollabEditOptions } from '@atlaskit/editor-common/collab';
|
|
10
|
-
import type { PrimaryToolbarComponents, ReactComponents } from '../types/editor-props';
|
|
10
|
+
import type { PrimaryToolbarComponents, ContentComponents, ReactComponents } from '../types/editor-props';
|
|
11
11
|
import type { UseStickyToolbarType } from '@atlaskit/editor-common/ui';
|
|
12
12
|
import type { UIComponentFactory } from '../types/ui-components';
|
|
13
13
|
import type { MenuItem } from '@atlaskit/editor-common/ui-menu';
|
|
@@ -31,7 +31,7 @@ export interface EditorAppearanceComponentProps {
|
|
|
31
31
|
primaryToolbarComponents?: ToolbarUIComponentFactory[];
|
|
32
32
|
primaryToolbarIconBefore?: ReactElement;
|
|
33
33
|
secondaryToolbarComponents?: UIComponentFactory[];
|
|
34
|
-
customContentComponents?:
|
|
34
|
+
customContentComponents?: ContentComponents;
|
|
35
35
|
customPrimaryToolbarComponents?: PrimaryToolbarComponents;
|
|
36
36
|
customSecondaryToolbarComponents?: ReactComponents;
|
|
37
37
|
insertMenuItems?: MenuItem[];
|
|
@@ -51,9 +51,14 @@ export type BeforeAndAfterToolbarComponents = {
|
|
|
51
51
|
after: ReactComponents;
|
|
52
52
|
};
|
|
53
53
|
export type PrimaryToolbarComponents = BeforeAndAfterToolbarComponents | ReactComponents;
|
|
54
|
+
export type BeforeAndAfterContentComponents = {
|
|
55
|
+
before: ReactComponents;
|
|
56
|
+
after: ReactComponents;
|
|
57
|
+
};
|
|
58
|
+
export type ContentComponents = BeforeAndAfterContentComponents | ReactComponents;
|
|
54
59
|
interface EditorBaseProps {
|
|
55
60
|
appearance?: EditorAppearance;
|
|
56
|
-
contentComponents?:
|
|
61
|
+
contentComponents?: ContentComponents;
|
|
57
62
|
primaryToolbarIconBefore?: ReactElement;
|
|
58
63
|
secondaryToolbarComponents?: ReactComponents;
|
|
59
64
|
persistScrollGutter?: boolean;
|
|
@@ -3,7 +3,7 @@ export type { EditorInstance } from './editor-instance';
|
|
|
3
3
|
export type { EditorConfig } from './editor-config';
|
|
4
4
|
export type { NextEditorPlugin, EditorPlugin, PluginsOptions, } from './editor-plugin';
|
|
5
5
|
export type { EditorReactContext } from './editor-react-context';
|
|
6
|
-
export type { EditorProps, FeedbackInfo, ReactComponents, ExtensionProvidersProp, PrimaryToolbarComponents, } from './editor-props';
|
|
6
|
+
export type { EditorProps, FeedbackInfo, ReactComponents, ExtensionProvidersProp, PrimaryToolbarComponents, ContentComponents, } from './editor-props';
|
|
7
7
|
export type { EditorAppearanceComponentProps } from './editor-appearance-component';
|
|
8
8
|
export type { Command, CommandDispatch } from './command';
|
|
9
9
|
export type { MessageDescriptor } from './i18n';
|
|
@@ -5,7 +5,7 @@ import React from 'react';
|
|
|
5
5
|
import type { WrappedComponentProps } from 'react-intl-next';
|
|
6
6
|
import type EditorActions from '../../../actions';
|
|
7
7
|
import type { EventDispatcher } from '../../../event-dispatcher';
|
|
8
|
-
import type { ReactComponents, EditorAppearance, UIComponentFactory } from '../../../types';
|
|
8
|
+
import type { ReactComponents, EditorAppearance, UIComponentFactory, ContentComponents } from '../../../types';
|
|
9
9
|
import type { DispatchAnalyticsEvent } from '@atlaskit/editor-common/analytics';
|
|
10
10
|
import type { ReactHookFactory } from '@atlaskit/editor-common/types';
|
|
11
11
|
import type { FeatureFlags } from '../../../types/feature-flags';
|
|
@@ -14,7 +14,7 @@ interface FullPageEditorContentAreaProps {
|
|
|
14
14
|
contentComponents: UIComponentFactory[] | undefined;
|
|
15
15
|
pluginHooks: ReactHookFactory[] | undefined;
|
|
16
16
|
contextPanel: ReactComponents | undefined;
|
|
17
|
-
customContentComponents:
|
|
17
|
+
customContentComponents: ContentComponents | undefined;
|
|
18
18
|
disabled: boolean | undefined;
|
|
19
19
|
dispatchAnalyticsEvent: DispatchAnalyticsEvent | undefined;
|
|
20
20
|
editorActions: EditorActions | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "189.6.
|
|
3
|
+
"version": "189.6.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@atlaskit/editor-plugin-selection-toolbar": "^0.1.0",
|
|
107
107
|
"@atlaskit/editor-plugin-status": "^0.2.0",
|
|
108
108
|
"@atlaskit/editor-plugin-submit-editor": "^0.1.0",
|
|
109
|
-
"@atlaskit/editor-plugin-table": "^5.
|
|
109
|
+
"@atlaskit/editor-plugin-table": "^5.5.0",
|
|
110
110
|
"@atlaskit/editor-plugin-tasks-and-decisions": "^0.2.0",
|
|
111
111
|
"@atlaskit/editor-plugin-text-color": "^0.1.0",
|
|
112
112
|
"@atlaskit/editor-plugin-text-formatting": "^0.4.0",
|
|
@@ -358,6 +358,10 @@
|
|
|
358
358
|
"platform.editor.a11y-media-resizing_b5v0o": {
|
|
359
359
|
"type": "boolean",
|
|
360
360
|
"referenceOnly": "true"
|
|
361
|
+
},
|
|
362
|
+
"platform.editor.a11y-table-resizing_uapcv": {
|
|
363
|
+
"type": "boolean",
|
|
364
|
+
"referenceOnly": "true"
|
|
361
365
|
}
|
|
362
366
|
}
|
|
363
367
|
}
|