@atlaskit/editor-core 215.1.3 → 215.1.4
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/dist/cjs/ui/EditorContentContainer/styles/extensionStyles.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/extensionStyles.js +2 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/extensionStyles.js +2 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +2 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3a41420ddfc6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3a41420ddfc6e) -
|
|
8
|
+
Clean up platform_editor_drag_layout_column_into_nodes
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 215.1.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -373,8 +373,8 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
|
|
|
373
373
|
var fontSize = (0, _expValEquals.expValEquals)('cc_editor_ai_content_mode', 'variant', 'test') ? (0, _editorSharedStyles.relativeFontSizeToBase16)(_editorSharedStyles.akEditorFullPageDenseFontSize) : undefined;
|
|
374
374
|
// Fixes issue where TOC links fall back to default DST styles
|
|
375
375
|
var denseContentModeTocStyles = (0, _expValEquals.expValEquals)('cc_editor_ai_content_mode', 'variant', 'test') && (0, _platformFeatureFlags.fg)('platform_editor_content_mode_button_mvp') ? (0, _react.css)({
|
|
376
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
377
|
-
'.extension-container *': {
|
|
376
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
377
|
+
'.extension-container :not([data-inline-card-lozenge] *)': {
|
|
378
378
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
379
379
|
fontSize: 'var(--ak-editor-base-font-size)'
|
|
380
380
|
}
|
|
@@ -367,8 +367,8 @@ export const getExtensionStyles = () => {
|
|
|
367
367
|
const fontSize = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') ? relativeFontSizeToBase16(akEditorFullPageDenseFontSize) : undefined;
|
|
368
368
|
// Fixes issue where TOC links fall back to default DST styles
|
|
369
369
|
const denseContentModeTocStyles = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') && fg('platform_editor_content_mode_button_mvp') ? css({
|
|
370
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
371
|
-
'.extension-container *': {
|
|
370
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
371
|
+
'.extension-container :not([data-inline-card-lozenge] *)': {
|
|
372
372
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
373
373
|
fontSize: 'var(--ak-editor-base-font-size)'
|
|
374
374
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "
|
|
2
|
+
export const version = "0.0.0-development";
|
|
@@ -367,8 +367,8 @@ export var getExtensionStyles = function getExtensionStyles() {
|
|
|
367
367
|
var fontSize = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') ? relativeFontSizeToBase16(akEditorFullPageDenseFontSize) : undefined;
|
|
368
368
|
// Fixes issue where TOC links fall back to default DST styles
|
|
369
369
|
var denseContentModeTocStyles = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') && fg('platform_editor_content_mode_button_mvp') ? css({
|
|
370
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
371
|
-
'.extension-container *': {
|
|
370
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors
|
|
371
|
+
'.extension-container :not([data-inline-card-lozenge] *)': {
|
|
372
372
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
373
373
|
fontSize: 'var(--ak-editor-base-font-size)'
|
|
374
374
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "
|
|
2
|
+
export var version = "0.0.0-development";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "215.1.
|
|
3
|
+
"version": "215.1.4",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@atlaskit/mention": "^24.3.0",
|
|
63
63
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
64
64
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
65
|
-
"@atlaskit/react-ufo": "^4.
|
|
65
|
+
"@atlaskit/react-ufo": "^4.12.0",
|
|
66
66
|
"@atlaskit/task-decision": "^19.2.0",
|
|
67
67
|
"@atlaskit/tmp-editor-statsig": "^13.10.0",
|
|
68
68
|
"@atlaskit/tokens": "^6.5.0",
|
|
@@ -300,10 +300,6 @@
|
|
|
300
300
|
"type": "boolean",
|
|
301
301
|
"referenceOnly": true
|
|
302
302
|
},
|
|
303
|
-
"platform_editor_drag_layout_column_into_nodes": {
|
|
304
|
-
"type": "boolean",
|
|
305
|
-
"referenceOnly": true
|
|
306
|
-
},
|
|
307
303
|
"platform_editor_add_media_from_url_rollout": {
|
|
308
304
|
"type": "boolean"
|
|
309
305
|
},
|