@atlaskit/editor-core 216.7.2 → 216.7.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 +8 -0
- package/afm-jira/tsconfig.json +1 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +3 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageToolbarNext.js +1 -1
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer.js +4 -0
- package/dist/cjs/ui/EditorContentContainer/styles/blockTypeStyles.js +12 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +3 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageToolbarNext.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer.js +5 -1
- package/dist/es2019/ui/EditorContentContainer/styles/blockTypeStyles.js +18 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.compiled.css +3 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageToolbarNext.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer.js +5 -1
- package/dist/esm/ui/EditorContentContainer/styles/blockTypeStyles.js +11 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/EditorContentContainer/styles/blockTypeStyles.d.ts +2 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/blockTypeStyles.d.ts +2 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 216.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e67c337cad289`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e67c337cad289) -
|
|
8
|
+
Fixes layout shift with toolbar under editor hydration
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 216.7.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/afm-jira/tsconfig.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
._1e0c1txw{display:flex}
|
|
9
9
|
._1f38ptqj{container-name:toolbar-container}
|
|
10
10
|
._1pby16oo{z-index:510}
|
|
11
|
+
._1tke66rk{min-height:45px}
|
|
11
12
|
._1ul91ns9{min-width:-moz-fit-content;min-width:fit-content}
|
|
12
13
|
._2hwxpxbi{margin-right:var(--ds-space-200,1pc)}
|
|
13
14
|
._4cvr1h6o{align-items:center}
|
|
@@ -16,4 +17,5 @@
|
|
|
16
17
|
._7cca15wb{container-type:inline-size}
|
|
17
18
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
18
19
|
._kqswh2mm{position:relative}
|
|
19
|
-
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
20
|
+
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
21
|
+
._vchhusvi{box-sizing:border-box}
|
|
@@ -35,7 +35,7 @@ var styles = {
|
|
|
35
35
|
secondChildWrapperOneLine: "_1e0c1txw _1ul91ns9 _4cvr1h6o",
|
|
36
36
|
beforePrimaryToolbarComponents: "_1e0c1txw _16jlkb7n _1bahesu3 _4cvr1h6o",
|
|
37
37
|
backgroundColor: "_bfhkvuon",
|
|
38
|
-
toolbarPlaceholder: "_n7zlia51 _bfhkvuon _4t3i17qo"
|
|
38
|
+
toolbarPlaceholder: "_n7zlia51 _bfhkvuon _vchhusvi _4t3i17qo _1tke66rk"
|
|
39
39
|
};
|
|
40
40
|
var MainToolbarWrapper = function MainToolbarWrapper(_ref) {
|
|
41
41
|
var children = _ref.children,
|
|
@@ -499,6 +499,10 @@ var EditorContentContainer = /*#__PURE__*/_react.default.forwardRef(function (pr
|
|
|
499
499
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
500
500
|
_blockTypeStyles.blockquoteDangerStyles,
|
|
501
501
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
502
|
+
_blockTypeStyles.textDangerStyles,
|
|
503
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
504
|
+
_blockTypeStyles.listDangerStyles,
|
|
505
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
502
506
|
_dateStyles.dangerDateStyles,
|
|
503
507
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
504
508
|
_emoji.emojiDangerStyles,
|
|
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
|
-
exports.textSelectedNodeStyles = exports.listSelectedNodeStyles = exports.blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktypeStyles_fg_platform_editor_typography_ugc = exports.blocktypeStyles_fg_platform_editor_nested_dnd_styles_changes = exports.blocktypeStyles = exports.blockquoteZeroPadding = exports.blockquoteSelectedNodeStyles = exports.blockquoteDangerStyles = void 0;
|
|
7
|
+
exports.textSelectedNodeStyles = exports.textDangerStyles = exports.listSelectedNodeStyles = exports.listDangerStyles = exports.blocktypeStyles_without_fg_platform_editor_typography_ugc = exports.blocktypeStyles_fg_platform_editor_typography_ugc = exports.blocktypeStyles_fg_platform_editor_nested_dnd_styles_changes = exports.blocktypeStyles = exports.blockquoteZeroPadding = exports.blockquoteSelectedNodeStyles = exports.blockquoteDangerStyles = void 0;
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
@@ -355,6 +355,11 @@ var listSelectedNodeStyles = exports.listSelectedNodeStyles = (0, _react.css)((0
|
|
|
355
355
|
backgroundColor: 'transparent'
|
|
356
356
|
}
|
|
357
357
|
}));
|
|
358
|
+
|
|
359
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
360
|
+
var listDangerStyles = exports.listDangerStyles = (0, _react.css)((0, _defineProperty2.default)({}, ".ProseMirror ".concat(isOuterMostList).concat(isOuterMostSelectedNode, ".danger"), {
|
|
361
|
+
background: "var(--ds-background-danger, #FFECEB)"
|
|
362
|
+
}));
|
|
358
363
|
var isText = ":is(p, h1, h2, h3, h4, h5, h6)";
|
|
359
364
|
var isRootText = "".concat(isText, ":not(").concat(isList, " ").concat(isText, ")");
|
|
360
365
|
|
|
@@ -371,4 +376,10 @@ var textSelectedNodeStyles = exports.textSelectedNodeStyles = (0, _react.css)((0
|
|
|
371
376
|
'&::-moz-selection, *::-moz-selection': {
|
|
372
377
|
backgroundColor: 'transparent'
|
|
373
378
|
}
|
|
379
|
+
}));
|
|
380
|
+
|
|
381
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
382
|
+
var textDangerStyles = exports.textDangerStyles = (0, _react.css)((0, _defineProperty2.default)({}, ".ProseMirror ".concat(isRootText).concat(isOuterMostSelectedNode, ".danger"), {
|
|
383
|
+
background: "var(--ds-background-danger, #FFECEB)",
|
|
384
|
+
boxShadow: "0 -4px 0 ".concat("var(--ds-background-danger, #FFECEB)", ", 0 4px 0 ", "var(--ds-background-danger, #FFECEB)")
|
|
374
385
|
}));
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
._1e0c1txw{display:flex}
|
|
9
9
|
._1f38ptqj{container-name:toolbar-container}
|
|
10
10
|
._1pby16oo{z-index:510}
|
|
11
|
+
._1tke66rk{min-height:45px}
|
|
11
12
|
._1ul91ns9{min-width:-moz-fit-content;min-width:fit-content}
|
|
12
13
|
._2hwxpxbi{margin-right:var(--ds-space-200,1pc)}
|
|
13
14
|
._4cvr1h6o{align-items:center}
|
|
@@ -16,4 +17,5 @@
|
|
|
16
17
|
._7cca15wb{container-type:inline-size}
|
|
17
18
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
18
19
|
._kqswh2mm{position:relative}
|
|
19
|
-
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
20
|
+
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
21
|
+
._vchhusvi{box-sizing:border-box}
|
|
@@ -26,7 +26,7 @@ const styles = {
|
|
|
26
26
|
secondChildWrapperOneLine: "_1e0c1txw _1ul91ns9 _4cvr1h6o",
|
|
27
27
|
beforePrimaryToolbarComponents: "_1e0c1txw _16jlkb7n _1bahesu3 _4cvr1h6o",
|
|
28
28
|
backgroundColor: "_bfhkvuon",
|
|
29
|
-
toolbarPlaceholder: "_n7zlia51 _bfhkvuon _4t3i17qo"
|
|
29
|
+
toolbarPlaceholder: "_n7zlia51 _bfhkvuon _vchhusvi _4t3i17qo _1tke66rk"
|
|
30
30
|
};
|
|
31
31
|
const MainToolbarWrapper = ({
|
|
32
32
|
children,
|
|
@@ -22,7 +22,7 @@ import { annotationStyles } from './styles/annotationStyles';
|
|
|
22
22
|
import { backgroundColorStyles, textHighlightPaddingStyles } from './styles/backgroundColorStyles';
|
|
23
23
|
import { baseStyles, baseStylesMaxContainerWidthFixes, editorLargeGutterPuddingBaseStyles, editorLargeGutterPuddingBaseStylesEditorControls, editorLargeGutterPuddingReducedBaseStyles } from './styles/baseStyles';
|
|
24
24
|
import { blockMarksStyles } from './styles/blockMarksStyles';
|
|
25
|
-
import { blockquoteDangerStyles, blockquoteSelectedNodeStyles, blockquoteZeroPadding, blocktypeStyles, blocktypeStyles_fg_platform_editor_nested_dnd_styles_changes, blocktypeStyles_fg_platform_editor_typography_ugc, blocktypeStyles_without_fg_platform_editor_typography_ugc, listSelectedNodeStyles, textSelectedNodeStyles } from './styles/blockTypeStyles';
|
|
25
|
+
import { blockquoteDangerStyles, blockquoteSelectedNodeStyles, blockquoteZeroPadding, blocktypeStyles, blocktypeStyles_fg_platform_editor_nested_dnd_styles_changes, blocktypeStyles_fg_platform_editor_typography_ugc, blocktypeStyles_without_fg_platform_editor_typography_ugc, listDangerStyles, listSelectedNodeStyles, textDangerStyles, textSelectedNodeStyles } from './styles/blockTypeStyles';
|
|
26
26
|
import { codeBidiWarningStyles } from './styles/codeBidiWarningStyles';
|
|
27
27
|
import { codeBlockStyles, codeBlockStylesWithEmUnits, firstCodeBlockWithNoMargin, firstCodeBlockWithNoMarginOld } from './styles/codeBlockStyles';
|
|
28
28
|
import { codeMarkStyles } from './styles/codeMarkStyles';
|
|
@@ -495,6 +495,10 @@ const EditorContentContainer = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
495
495
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
496
496
|
blockquoteDangerStyles,
|
|
497
497
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
498
|
+
textDangerStyles,
|
|
499
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
500
|
+
listDangerStyles,
|
|
501
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
498
502
|
dangerDateStyles,
|
|
499
503
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
500
504
|
emojiDangerStyles,
|
|
@@ -350,6 +350,15 @@ export const listSelectedNodeStyles = css({
|
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
});
|
|
353
|
+
|
|
354
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
355
|
+
export const listDangerStyles = css({
|
|
356
|
+
// only apply danger styles to the outermost list to avoid nested danger styles for lists within lists
|
|
357
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors, @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-values
|
|
358
|
+
[`.ProseMirror ${isOuterMostList}${isOuterMostSelectedNode}.danger`]: {
|
|
359
|
+
background: "var(--ds-background-danger, #FFECEB)"
|
|
360
|
+
}
|
|
361
|
+
});
|
|
353
362
|
const isText = `:is(p, h1, h2, h3, h4, h5, h6)`;
|
|
354
363
|
const isRootText = `${isText}:not(${isList} ${isText})`;
|
|
355
364
|
|
|
@@ -369,4 +378,13 @@ export const textSelectedNodeStyles = css({
|
|
|
369
378
|
backgroundColor: 'transparent'
|
|
370
379
|
}
|
|
371
380
|
}
|
|
381
|
+
});
|
|
382
|
+
|
|
383
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
384
|
+
export const textDangerStyles = css({
|
|
385
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors, @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-values
|
|
386
|
+
[`.ProseMirror ${isRootText}${isOuterMostSelectedNode}.danger`]: {
|
|
387
|
+
background: "var(--ds-background-danger, #FFECEB)",
|
|
388
|
+
boxShadow: `0 -4px 0 ${"var(--ds-background-danger, #FFECEB)"}, 0 4px 0 ${"var(--ds-background-danger, #FFECEB)"}`
|
|
389
|
+
}
|
|
372
390
|
});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "216.7.
|
|
2
|
+
export const version = "216.7.2";
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
._1e0c1txw{display:flex}
|
|
9
9
|
._1f38ptqj{container-name:toolbar-container}
|
|
10
10
|
._1pby16oo{z-index:510}
|
|
11
|
+
._1tke66rk{min-height:45px}
|
|
11
12
|
._1ul91ns9{min-width:-moz-fit-content;min-width:fit-content}
|
|
12
13
|
._2hwxpxbi{margin-right:var(--ds-space-200,1pc)}
|
|
13
14
|
._4cvr1h6o{align-items:center}
|
|
@@ -16,4 +17,5 @@
|
|
|
16
17
|
._7cca15wb{container-type:inline-size}
|
|
17
18
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
18
19
|
._kqswh2mm{position:relative}
|
|
19
|
-
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
20
|
+
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
21
|
+
._vchhusvi{box-sizing:border-box}
|
|
@@ -26,7 +26,7 @@ var styles = {
|
|
|
26
26
|
secondChildWrapperOneLine: "_1e0c1txw _1ul91ns9 _4cvr1h6o",
|
|
27
27
|
beforePrimaryToolbarComponents: "_1e0c1txw _16jlkb7n _1bahesu3 _4cvr1h6o",
|
|
28
28
|
backgroundColor: "_bfhkvuon",
|
|
29
|
-
toolbarPlaceholder: "_n7zlia51 _bfhkvuon _4t3i17qo"
|
|
29
|
+
toolbarPlaceholder: "_n7zlia51 _bfhkvuon _vchhusvi _4t3i17qo _1tke66rk"
|
|
30
30
|
};
|
|
31
31
|
var MainToolbarWrapper = function MainToolbarWrapper(_ref) {
|
|
32
32
|
var children = _ref.children,
|
|
@@ -23,7 +23,7 @@ import { annotationStyles } from './styles/annotationStyles';
|
|
|
23
23
|
import { backgroundColorStyles, textHighlightPaddingStyles } from './styles/backgroundColorStyles';
|
|
24
24
|
import { baseStyles, baseStylesMaxContainerWidthFixes, editorLargeGutterPuddingBaseStyles, editorLargeGutterPuddingBaseStylesEditorControls, editorLargeGutterPuddingReducedBaseStyles } from './styles/baseStyles';
|
|
25
25
|
import { blockMarksStyles } from './styles/blockMarksStyles';
|
|
26
|
-
import { blockquoteDangerStyles, blockquoteSelectedNodeStyles, blockquoteZeroPadding, blocktypeStyles, blocktypeStyles_fg_platform_editor_nested_dnd_styles_changes, blocktypeStyles_fg_platform_editor_typography_ugc, blocktypeStyles_without_fg_platform_editor_typography_ugc, listSelectedNodeStyles, textSelectedNodeStyles } from './styles/blockTypeStyles';
|
|
26
|
+
import { blockquoteDangerStyles, blockquoteSelectedNodeStyles, blockquoteZeroPadding, blocktypeStyles, blocktypeStyles_fg_platform_editor_nested_dnd_styles_changes, blocktypeStyles_fg_platform_editor_typography_ugc, blocktypeStyles_without_fg_platform_editor_typography_ugc, listDangerStyles, listSelectedNodeStyles, textDangerStyles, textSelectedNodeStyles } from './styles/blockTypeStyles';
|
|
27
27
|
import { codeBidiWarningStyles } from './styles/codeBidiWarningStyles';
|
|
28
28
|
import { codeBlockStyles, codeBlockStylesWithEmUnits, firstCodeBlockWithNoMargin, firstCodeBlockWithNoMarginOld } from './styles/codeBlockStyles';
|
|
29
29
|
import { codeMarkStyles } from './styles/codeMarkStyles';
|
|
@@ -491,6 +491,10 @@ var EditorContentContainer = /*#__PURE__*/React.forwardRef(function (props, ref)
|
|
|
491
491
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
492
492
|
blockquoteDangerStyles,
|
|
493
493
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
494
|
+
textDangerStyles,
|
|
495
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
496
|
+
listDangerStyles,
|
|
497
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
494
498
|
dangerDateStyles,
|
|
495
499
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
496
500
|
emojiDangerStyles,
|
|
@@ -347,6 +347,11 @@ export var listSelectedNodeStyles = css(_defineProperty({}, ".ProseMirror ".conc
|
|
|
347
347
|
backgroundColor: 'transparent'
|
|
348
348
|
}
|
|
349
349
|
}));
|
|
350
|
+
|
|
351
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
352
|
+
export var listDangerStyles = css(_defineProperty({}, ".ProseMirror ".concat(isOuterMostList).concat(isOuterMostSelectedNode, ".danger"), {
|
|
353
|
+
background: "var(--ds-background-danger, #FFECEB)"
|
|
354
|
+
}));
|
|
350
355
|
var isText = ":is(p, h1, h2, h3, h4, h5, h6)";
|
|
351
356
|
var isRootText = "".concat(isText, ":not(").concat(isList, " ").concat(isText, ")");
|
|
352
357
|
|
|
@@ -363,4 +368,10 @@ export var textSelectedNodeStyles = css(_defineProperty({}, ".ProseMirror ".conc
|
|
|
363
368
|
'&::-moz-selection, *::-moz-selection': {
|
|
364
369
|
backgroundColor: 'transparent'
|
|
365
370
|
}
|
|
371
|
+
}));
|
|
372
|
+
|
|
373
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
374
|
+
export var textDangerStyles = css(_defineProperty({}, ".ProseMirror ".concat(isRootText).concat(isOuterMostSelectedNode, ".danger"), {
|
|
375
|
+
background: "var(--ds-background-danger, #FFECEB)",
|
|
376
|
+
boxShadow: "0 -4px 0 ".concat("var(--ds-background-danger, #FFECEB)", ", 0 4px 0 ", "var(--ds-background-danger, #FFECEB)")
|
|
366
377
|
}));
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "216.7.
|
|
2
|
+
export var version = "216.7.2";
|
|
@@ -7,4 +7,6 @@ export declare const blocktypeStyles_fg_platform_editor_typography_ugc: Serializ
|
|
|
7
7
|
export declare const blocktypeStyles_without_fg_platform_editor_typography_ugc: SerializedStyles;
|
|
8
8
|
export declare const blocktypeStyles_fg_platform_editor_nested_dnd_styles_changes: SerializedStyles;
|
|
9
9
|
export declare const listSelectedNodeStyles: SerializedStyles;
|
|
10
|
+
export declare const listDangerStyles: SerializedStyles;
|
|
10
11
|
export declare const textSelectedNodeStyles: SerializedStyles;
|
|
12
|
+
export declare const textDangerStyles: SerializedStyles;
|
|
@@ -7,4 +7,6 @@ export declare const blocktypeStyles_fg_platform_editor_typography_ugc: Serializ
|
|
|
7
7
|
export declare const blocktypeStyles_without_fg_platform_editor_typography_ugc: SerializedStyles;
|
|
8
8
|
export declare const blocktypeStyles_fg_platform_editor_nested_dnd_styles_changes: SerializedStyles;
|
|
9
9
|
export declare const listSelectedNodeStyles: SerializedStyles;
|
|
10
|
+
export declare const listDangerStyles: SerializedStyles;
|
|
10
11
|
export declare const textSelectedNodeStyles: SerializedStyles;
|
|
12
|
+
export declare const textDangerStyles: SerializedStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "216.7.
|
|
3
|
+
"version": "216.7.3",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
67
67
|
"@atlaskit/react-ufo": "^5.0.0",
|
|
68
68
|
"@atlaskit/task-decision": "^19.2.0",
|
|
69
|
-
"@atlaskit/tmp-editor-statsig": "^16.
|
|
70
|
-
"@atlaskit/tokens": "^10.
|
|
69
|
+
"@atlaskit/tmp-editor-statsig": "^16.28.0",
|
|
70
|
+
"@atlaskit/tokens": "^10.1.0",
|
|
71
71
|
"@atlaskit/tooltip": "^20.14.0",
|
|
72
72
|
"@atlaskit/width-detector": "^5.0.0",
|
|
73
73
|
"@babel/runtime": "^7.0.0",
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"@af/editor-libra": "workspace:^",
|
|
95
95
|
"@af/suppress-react-warnings": "workspace:^",
|
|
96
96
|
"@af/visual-regression": "workspace:^",
|
|
97
|
-
"@atlaskit/adf-utils": "^19.
|
|
98
|
-
"@atlaskit/analytics-listeners": "^9.
|
|
97
|
+
"@atlaskit/adf-utils": "^19.27.0",
|
|
98
|
+
"@atlaskit/analytics-listeners": "^9.3.0",
|
|
99
99
|
"@atlaskit/collab-provider": "^15.0.0",
|
|
100
100
|
"@atlaskit/editor-plugin-annotation": "^7.0.0",
|
|
101
101
|
"@atlaskit/editor-plugin-card": "^12.1.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
108
108
|
"@atlaskit/media-test-helpers": "^39.0.0",
|
|
109
109
|
"@atlaskit/modal-dialog": "^14.10.0",
|
|
110
|
-
"@atlaskit/renderer": "^126.
|
|
110
|
+
"@atlaskit/renderer": "^126.1.0",
|
|
111
111
|
"@atlaskit/section-message": "^8.12.0",
|
|
112
112
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
113
113
|
"@atlaskit/toggle": "^15.2.0",
|