@atlaskit/editor-core 215.8.3 → 215.8.5
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 +18 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer.js +1 -3
- package/dist/cjs/ui/EditorContentContainer/styles/mentions.js +2 -13
- package/dist/cjs/utils/extensions.js +5 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer.js +2 -4
- package/dist/es2019/ui/EditorContentContainer/styles/mentions.js +1 -12
- package/dist/es2019/utils/extensions.js +3 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer.js +2 -4
- package/dist/esm/ui/EditorContentContainer/styles/mentions.js +1 -12
- package/dist/esm/utils/extensions.js +5 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/EditorContentContainer/styles/mentions.d.ts +0 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/mentions.d.ts +0 -1
- package/package.json +7 -41
- package/afm-passionfruit/tsconfig.json +0 -115
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.8.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6c205cefd968a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6c205cefd968a) -
|
|
8
|
+
Cleanup FG platform_editor_centre_mention_padding
|
|
9
|
+
- [`9842848622554`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9842848622554) -
|
|
10
|
+
ENGHEALTH-23797:Fixed aria prohibited attr from selection marker
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
13
|
+
## 215.8.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`0adf16debc7be`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0adf16debc7be) -
|
|
18
|
+
EDITOR-2450 Sync Block Prototype clean up
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 215.8.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -424,9 +424,7 @@ var EditorContentContainer = /*#__PURE__*/_react.default.forwardRef(function (pr
|
|
|
424
424
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
425
425
|
_mentions.mentionsSelectionStylesWithSearchMatch :
|
|
426
426
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
427
|
-
_mentions.mentionsSelectionStyles,
|
|
428
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
429
|
-
_mentions.mentionsStylesMixin_platform_editor_centre_mention_padding,
|
|
427
|
+
_mentions.mentionsSelectionStyles,
|
|
430
428
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
431
429
|
_emoji.emojiStyles,
|
|
432
430
|
// Dense emoji scaling based on base font size
|
|
@@ -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.
|
|
7
|
+
exports.mentionsStyles = exports.mentionsSelectionStylesWithSearchMatch = exports.mentionsSelectionStyles = exports.mentionNodeStyles = exports.mentionDangerStyles = void 0;
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _mention = require("@atlaskit/editor-common/mention");
|
|
@@ -42,7 +42,7 @@ var mentionNodeStyles = exports.mentionNodeStyles = (0, _react.css)({
|
|
|
42
42
|
display: 'inline',
|
|
43
43
|
borderRadius: "var(--ds-radius-full, 9999px)",
|
|
44
44
|
cursor: 'pointer',
|
|
45
|
-
padding: '
|
|
45
|
+
padding: '1px 0.3em 1px 0.23em',
|
|
46
46
|
// To match `packages/elements/mention/src/components/Mention/PrimitiveMention.tsx` implementation
|
|
47
47
|
// we match the line height exactly
|
|
48
48
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
@@ -85,17 +85,6 @@ var mentionNodeStyles = exports.mentionNodeStyles = (0, _react.css)({
|
|
|
85
85
|
}
|
|
86
86
|
});
|
|
87
87
|
|
|
88
|
-
// The feature-gate for this is dependent on the use of refreshed typography - bear this in mind when cleaning up
|
|
89
|
-
// This is currently enforced through statsig prerequisite gates, as per #help-afm recommendation.
|
|
90
|
-
// So it will need to be considered if the typography gates are still in use when this is cleaned up.
|
|
91
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
92
|
-
var mentionsStylesMixin_platform_editor_centre_mention_padding = exports.mentionsStylesMixin_platform_editor_centre_mention_padding = (0, _react.css)({
|
|
93
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
94
|
-
'.editor-mention-primitive': {
|
|
95
|
-
padding: '1px 0.3em 1px 0.23em'
|
|
96
|
-
}
|
|
97
|
-
});
|
|
98
|
-
|
|
99
88
|
// This is mentions styles for mentions selection styles based on the vanilla node view
|
|
100
89
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
101
90
|
var mentionsSelectionStyles = exports.mentionsSelectionStyles = (0, _react.css)((0, _defineProperty2.default)({
|
|
@@ -96,7 +96,7 @@ function _extensionProviderToQuickInsertProvider() {
|
|
|
96
96
|
return null;
|
|
97
97
|
}
|
|
98
98
|
});
|
|
99
|
-
return _objectSpread(_objectSpread({}, (0, _platformFeatureFlags.fg)('confluence-whiteboards-quick-insert-l10n-eligible') && {
|
|
99
|
+
return _objectSpread(_objectSpread(_objectSpread({}, (0, _platformFeatureFlags.fg)('confluence-whiteboards-quick-insert-l10n-eligible') && {
|
|
100
100
|
key: item.key
|
|
101
101
|
}), {}, {
|
|
102
102
|
title: item.title,
|
|
@@ -107,7 +107,10 @@ function _extensionProviderToQuickInsertProvider() {
|
|
|
107
107
|
});
|
|
108
108
|
},
|
|
109
109
|
keywords: item.keywords,
|
|
110
|
-
featured: item.featured
|
|
110
|
+
featured: item.featured
|
|
111
|
+
}, (0, _platformFeatureFlags.fg)('cc_fd_wb_create_priority_in_slash_menu_enabled') && {
|
|
112
|
+
priority: item.priority
|
|
113
|
+
}), {}, {
|
|
111
114
|
categories: item.categories,
|
|
112
115
|
isDisabledOffline: true,
|
|
113
116
|
action: function action(insert, state, source) {
|
|
@@ -46,7 +46,7 @@ import { layoutBaseStyles, layoutBaseStylesAdvanced, layoutBaseStylesFixesUnderN
|
|
|
46
46
|
import { hyperLinkFloatingToolbarStyles, linkLegacyIconStylesFix, linkStyles } from './styles/link';
|
|
47
47
|
import { getDenseListStyles, listsStyles, diffListStyles, listsStylesSafariFix, listsStylesMarginLayoutShiftFix } from './styles/list';
|
|
48
48
|
import { mediaAlignmentStyles, mediaCaptionStyles, mediaDangerStyles, mediaGroupStyles, mediaStyles } from './styles/mediaStyles';
|
|
49
|
-
import { mentionsStyles, mentionsSelectionStyles, mentionNodeStyles,
|
|
49
|
+
import { mentionsStyles, mentionsSelectionStyles, mentionNodeStyles, mentionsSelectionStylesWithSearchMatch, mentionDangerStyles } from './styles/mentions';
|
|
50
50
|
import { panelStyles, panelStylesMixin, nestedPanelBorderStylesMixin, panelStylesMixin_fg_platform_editor_nested_dnd_styles_changes, panelViewStyles, nestedPanelDangerStyles } from './styles/panelStyles';
|
|
51
51
|
import { paragraphStylesOld, paragraphStylesOldWithScaledMargin, paragraphStylesUGCRefreshed, paragraphStylesWithScaledMargin } from './styles/paragraphStyles';
|
|
52
52
|
import { placeholderOverflowStyles, placeholderStyles, placeholderTextStyles, placeholderWrapStyles } from './styles/placeholderStyles';
|
|
@@ -420,9 +420,7 @@ const EditorContentContainer = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
420
420
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
421
421
|
mentionsSelectionStylesWithSearchMatch :
|
|
422
422
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
423
|
-
mentionsSelectionStyles,
|
|
424
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
425
|
-
mentionsStylesMixin_platform_editor_centre_mention_padding,
|
|
423
|
+
mentionsSelectionStyles,
|
|
426
424
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
427
425
|
emojiStyles,
|
|
428
426
|
// Dense emoji scaling based on base font size
|
|
@@ -48,7 +48,7 @@ export const mentionNodeStyles = css({
|
|
|
48
48
|
display: 'inline',
|
|
49
49
|
borderRadius: "var(--ds-radius-full, 9999px)",
|
|
50
50
|
cursor: 'pointer',
|
|
51
|
-
padding: '
|
|
51
|
+
padding: '1px 0.3em 1px 0.23em',
|
|
52
52
|
// To match `packages/elements/mention/src/components/Mention/PrimitiveMention.tsx` implementation
|
|
53
53
|
// we match the line height exactly
|
|
54
54
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
@@ -91,17 +91,6 @@ export const mentionNodeStyles = css({
|
|
|
91
91
|
}
|
|
92
92
|
});
|
|
93
93
|
|
|
94
|
-
// The feature-gate for this is dependent on the use of refreshed typography - bear this in mind when cleaning up
|
|
95
|
-
// This is currently enforced through statsig prerequisite gates, as per #help-afm recommendation.
|
|
96
|
-
// So it will need to be considered if the typography gates are still in use when this is cleaned up.
|
|
97
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
98
|
-
export const mentionsStylesMixin_platform_editor_centre_mention_padding = css({
|
|
99
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
100
|
-
'.editor-mention-primitive': {
|
|
101
|
-
padding: '1px 0.3em 1px 0.23em'
|
|
102
|
-
}
|
|
103
|
-
});
|
|
104
|
-
|
|
105
94
|
// This is mentions styles for mentions selection styles based on the vanilla node view
|
|
106
95
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
107
96
|
export const mentionsSelectionStyles = css({
|
|
@@ -72,6 +72,9 @@ export async function extensionProviderToQuickInsertProvider(extensionProvider,
|
|
|
72
72
|
}),
|
|
73
73
|
keywords: item.keywords,
|
|
74
74
|
featured: item.featured,
|
|
75
|
+
...(fg('cc_fd_wb_create_priority_in_slash_menu_enabled') && {
|
|
76
|
+
priority: item.priority
|
|
77
|
+
}),
|
|
75
78
|
categories: item.categories,
|
|
76
79
|
isDisabledOffline: true,
|
|
77
80
|
action: (insert, state, source) => {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "215.8.
|
|
2
|
+
export const version = "215.8.4";
|
|
@@ -47,7 +47,7 @@ import { layoutBaseStyles, layoutBaseStylesAdvanced, layoutBaseStylesFixesUnderN
|
|
|
47
47
|
import { hyperLinkFloatingToolbarStyles, linkLegacyIconStylesFix, linkStyles } from './styles/link';
|
|
48
48
|
import { getDenseListStyles, listsStyles, diffListStyles, listsStylesSafariFix, listsStylesMarginLayoutShiftFix } from './styles/list';
|
|
49
49
|
import { mediaAlignmentStyles, mediaCaptionStyles, mediaDangerStyles, mediaGroupStyles, mediaStyles } from './styles/mediaStyles';
|
|
50
|
-
import { mentionsStyles, mentionsSelectionStyles, mentionNodeStyles,
|
|
50
|
+
import { mentionsStyles, mentionsSelectionStyles, mentionNodeStyles, mentionsSelectionStylesWithSearchMatch, mentionDangerStyles } from './styles/mentions';
|
|
51
51
|
import { panelStyles, panelStylesMixin, nestedPanelBorderStylesMixin, panelStylesMixin_fg_platform_editor_nested_dnd_styles_changes, panelViewStyles, nestedPanelDangerStyles } from './styles/panelStyles';
|
|
52
52
|
import { paragraphStylesOld, paragraphStylesOldWithScaledMargin, paragraphStylesUGCRefreshed, paragraphStylesWithScaledMargin } from './styles/paragraphStyles';
|
|
53
53
|
import { placeholderOverflowStyles, placeholderStyles, placeholderTextStyles, placeholderWrapStyles } from './styles/placeholderStyles';
|
|
@@ -416,9 +416,7 @@ var EditorContentContainer = /*#__PURE__*/React.forwardRef(function (props, ref)
|
|
|
416
416
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
417
417
|
mentionsSelectionStylesWithSearchMatch :
|
|
418
418
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
419
|
-
mentionsSelectionStyles,
|
|
420
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
421
|
-
mentionsStylesMixin_platform_editor_centre_mention_padding,
|
|
419
|
+
mentionsSelectionStyles,
|
|
422
420
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
|
|
423
421
|
emojiStyles,
|
|
424
422
|
// Dense emoji scaling based on base font size
|
|
@@ -35,7 +35,7 @@ export var mentionNodeStyles = css({
|
|
|
35
35
|
display: 'inline',
|
|
36
36
|
borderRadius: "var(--ds-radius-full, 9999px)",
|
|
37
37
|
cursor: 'pointer',
|
|
38
|
-
padding: '
|
|
38
|
+
padding: '1px 0.3em 1px 0.23em',
|
|
39
39
|
// To match `packages/elements/mention/src/components/Mention/PrimitiveMention.tsx` implementation
|
|
40
40
|
// we match the line height exactly
|
|
41
41
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
@@ -78,17 +78,6 @@ export var mentionNodeStyles = css({
|
|
|
78
78
|
}
|
|
79
79
|
});
|
|
80
80
|
|
|
81
|
-
// The feature-gate for this is dependent on the use of refreshed typography - bear this in mind when cleaning up
|
|
82
|
-
// This is currently enforced through statsig prerequisite gates, as per #help-afm recommendation.
|
|
83
|
-
// So it will need to be considered if the typography gates are still in use when this is cleaned up.
|
|
84
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
85
|
-
export var mentionsStylesMixin_platform_editor_centre_mention_padding = css({
|
|
86
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
87
|
-
'.editor-mention-primitive': {
|
|
88
|
-
padding: '1px 0.3em 1px 0.23em'
|
|
89
|
-
}
|
|
90
|
-
});
|
|
91
|
-
|
|
92
81
|
// This is mentions styles for mentions selection styles based on the vanilla node view
|
|
93
82
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
94
83
|
export var mentionsSelectionStyles = css(_defineProperty({
|
|
@@ -90,7 +90,7 @@ function _extensionProviderToQuickInsertProvider() {
|
|
|
90
90
|
return null;
|
|
91
91
|
}
|
|
92
92
|
});
|
|
93
|
-
return _objectSpread(_objectSpread({}, fg('confluence-whiteboards-quick-insert-l10n-eligible') && {
|
|
93
|
+
return _objectSpread(_objectSpread(_objectSpread({}, fg('confluence-whiteboards-quick-insert-l10n-eligible') && {
|
|
94
94
|
key: item.key
|
|
95
95
|
}), {}, {
|
|
96
96
|
title: item.title,
|
|
@@ -101,7 +101,10 @@ function _extensionProviderToQuickInsertProvider() {
|
|
|
101
101
|
});
|
|
102
102
|
},
|
|
103
103
|
keywords: item.keywords,
|
|
104
|
-
featured: item.featured
|
|
104
|
+
featured: item.featured
|
|
105
|
+
}, fg('cc_fd_wb_create_priority_in_slash_menu_enabled') && {
|
|
106
|
+
priority: item.priority
|
|
107
|
+
}), {}, {
|
|
105
108
|
categories: item.categories,
|
|
106
109
|
isDisabledOffline: true,
|
|
107
110
|
action: function action(insert, state, source) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "215.8.
|
|
2
|
+
export var version = "215.8.4";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { type SerializedStyles } from '@emotion/react';
|
|
2
2
|
export declare const mentionsStyles: SerializedStyles;
|
|
3
3
|
export declare const mentionNodeStyles: SerializedStyles;
|
|
4
|
-
export declare const mentionsStylesMixin_platform_editor_centre_mention_padding: SerializedStyles;
|
|
5
4
|
export declare const mentionsSelectionStyles: SerializedStyles;
|
|
6
5
|
export declare const mentionsSelectionStylesWithSearchMatch: SerializedStyles;
|
|
7
6
|
export declare const mentionDangerStyles: SerializedStyles;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { type SerializedStyles } from '@emotion/react';
|
|
2
2
|
export declare const mentionsStyles: SerializedStyles;
|
|
3
3
|
export declare const mentionNodeStyles: SerializedStyles;
|
|
4
|
-
export declare const mentionsStylesMixin_platform_editor_centre_mention_padding: SerializedStyles;
|
|
5
4
|
export declare const mentionsSelectionStyles: SerializedStyles;
|
|
6
5
|
export declare const mentionsSelectionStylesWithSearchMatch: SerializedStyles;
|
|
7
6
|
export declare const mentionDangerStyles: SerializedStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "215.8.
|
|
3
|
+
"version": "215.8.5",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/editor-performance-metrics": "^2.1.0",
|
|
51
51
|
"@atlaskit/editor-plugin-quick-insert": "^6.0.0",
|
|
52
52
|
"@atlaskit/editor-plugin-user-preferences": "^4.0.0",
|
|
53
|
-
"@atlaskit/editor-plugins": "^11.
|
|
53
|
+
"@atlaskit/editor-plugins": "^11.1.0",
|
|
54
54
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
55
55
|
"@atlaskit/editor-shared-styles": "^3.8.0",
|
|
56
56
|
"@atlaskit/editor-toolbar": "^0.16.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
65
65
|
"@atlaskit/react-ufo": "^4.12.0",
|
|
66
66
|
"@atlaskit/task-decision": "^19.2.0",
|
|
67
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
67
|
+
"@atlaskit/tmp-editor-statsig": "^13.19.0",
|
|
68
68
|
"@atlaskit/tokens": "^7.0.0",
|
|
69
69
|
"@atlaskit/tooltip": "^20.6.0",
|
|
70
70
|
"@atlaskit/width-detector": "^5.0.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"@atlaskit/media-test-helpers": "^39.0.0",
|
|
106
106
|
"@atlaskit/modal-dialog": "^14.6.0",
|
|
107
107
|
"@atlaskit/primitives": "^16.0.0",
|
|
108
|
-
"@atlaskit/renderer": "^124.
|
|
108
|
+
"@atlaskit/renderer": "^124.9.0",
|
|
109
109
|
"@atlaskit/section-message": "^8.7.0",
|
|
110
110
|
"@atlaskit/smart-card": "^43.3.0",
|
|
111
111
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
@@ -150,9 +150,6 @@
|
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
"platform-feature-flags": {
|
|
153
|
-
"aifc_use_llm_space_recommendations": {
|
|
154
|
-
"type": "boolean"
|
|
155
|
-
},
|
|
156
153
|
"confluence_floating_toolbar_animation": {
|
|
157
154
|
"type": "boolean"
|
|
158
155
|
},
|
|
@@ -187,12 +184,6 @@
|
|
|
187
184
|
"type": "boolean",
|
|
188
185
|
"referenceOnly": "true"
|
|
189
186
|
},
|
|
190
|
-
"platform_editor_track_dangerous_append_plugins": {
|
|
191
|
-
"type": "boolean"
|
|
192
|
-
},
|
|
193
|
-
"platform_editor_disable_instrumented_plugin": {
|
|
194
|
-
"type": "boolean"
|
|
195
|
-
},
|
|
196
187
|
"platform_editor_table_initial_load_fix": {
|
|
197
188
|
"type": "boolean",
|
|
198
189
|
"referenceOnly": true
|
|
@@ -246,9 +237,6 @@
|
|
|
246
237
|
"type": "boolean",
|
|
247
238
|
"referenceOnly": true
|
|
248
239
|
},
|
|
249
|
-
"platform_editor_ease_of_use_metrics": {
|
|
250
|
-
"type": "boolean"
|
|
251
|
-
},
|
|
252
240
|
"platform_editor_table_use_shared_state_hook_fg": {
|
|
253
241
|
"type": "boolean",
|
|
254
242
|
"referenceOnly": true
|
|
@@ -282,9 +270,6 @@
|
|
|
282
270
|
"type": "boolean",
|
|
283
271
|
"referenceOnly": true
|
|
284
272
|
},
|
|
285
|
-
"platform_editor_number_column_sticky_header_bug": {
|
|
286
|
-
"type": "boolean"
|
|
287
|
-
},
|
|
288
273
|
"platform_editor_elements_dnd_select_node_on_drag": {
|
|
289
274
|
"type": "boolean",
|
|
290
275
|
"referenceOnly": true
|
|
@@ -305,10 +290,6 @@
|
|
|
305
290
|
"type": "boolean",
|
|
306
291
|
"referenceOnly": true
|
|
307
292
|
},
|
|
308
|
-
"platform_editor_cmd_y_mac_redo_shortcut": {
|
|
309
|
-
"type": "boolean",
|
|
310
|
-
"referenceOnly": true
|
|
311
|
-
},
|
|
312
293
|
"platform_editor_posfromdom_null_fix": {
|
|
313
294
|
"type": "boolean"
|
|
314
295
|
},
|
|
@@ -389,18 +370,12 @@
|
|
|
389
370
|
"type": "boolean",
|
|
390
371
|
"referenceOnly": true
|
|
391
372
|
},
|
|
392
|
-
"dst-a11y__replace-anchor-with-link__editor": {
|
|
393
|
-
"type": "boolean"
|
|
394
|
-
},
|
|
395
373
|
"platform-dst-jira-web-fonts": {
|
|
396
374
|
"type": "boolean"
|
|
397
375
|
},
|
|
398
376
|
"atlas_editor_typography_refreshed": {
|
|
399
377
|
"type": "boolean"
|
|
400
378
|
},
|
|
401
|
-
"should-render-to-parent-should-be-true-editor": {
|
|
402
|
-
"type": "boolean"
|
|
403
|
-
},
|
|
404
379
|
"platform_editor_lce_scrolltop_mitigation": {
|
|
405
380
|
"type": "boolean"
|
|
406
381
|
},
|
|
@@ -410,9 +385,6 @@
|
|
|
410
385
|
"cc_editor_focus_before_editor_on_load": {
|
|
411
386
|
"type": "boolean"
|
|
412
387
|
},
|
|
413
|
-
"platform_editor_centre_mention_padding": {
|
|
414
|
-
"type": "boolean"
|
|
415
|
-
},
|
|
416
388
|
"platform_editor_fix_code_block_bg_color_in_macro_2": {
|
|
417
389
|
"type": "boolean"
|
|
418
390
|
},
|
|
@@ -422,9 +394,6 @@
|
|
|
422
394
|
"platform_fix_extra_space_last_line_comment_editor": {
|
|
423
395
|
"type": "boolean"
|
|
424
396
|
},
|
|
425
|
-
"platform_synced_block_demo": {
|
|
426
|
-
"type": "boolean"
|
|
427
|
-
},
|
|
428
397
|
"platform_editor_adf_with_localid": {
|
|
429
398
|
"type": "boolean",
|
|
430
399
|
"referenceOnly": true
|
|
@@ -433,9 +402,6 @@
|
|
|
433
402
|
"type": "boolean",
|
|
434
403
|
"referenceOnly": true
|
|
435
404
|
},
|
|
436
|
-
"platform_editor_resolve_hyperlinks_killswitch": {
|
|
437
|
-
"type": "boolean"
|
|
438
|
-
},
|
|
439
405
|
"platform_editor_blocktaskitem_patch_2": {
|
|
440
406
|
"type": "boolean",
|
|
441
407
|
"referenceOnly": true
|
|
@@ -450,9 +416,6 @@
|
|
|
450
416
|
"platform_editor_text_highlight_padding": {
|
|
451
417
|
"type": "boolean"
|
|
452
418
|
},
|
|
453
|
-
"platform_editor_toolbar_aifc_placement_config": {
|
|
454
|
-
"type": "boolean"
|
|
455
|
-
},
|
|
456
419
|
"platform_editor_toolbar_aifc_patch_7": {
|
|
457
420
|
"type": "boolean"
|
|
458
421
|
},
|
|
@@ -464,6 +427,9 @@
|
|
|
464
427
|
},
|
|
465
428
|
"platform_editor_comments_border_radius": {
|
|
466
429
|
"type": "boolean"
|
|
430
|
+
},
|
|
431
|
+
"cc_fd_wb_create_priority_in_slash_menu_enabled": {
|
|
432
|
+
"type": "boolean"
|
|
467
433
|
}
|
|
468
434
|
},
|
|
469
435
|
"stricter": {
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../../../tsconfig.entry-points.passionfruit.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"outDir": "../../../../../passionfruit/tsDist/@atlaskit__editor-core/app",
|
|
7
|
-
"rootDir": "../",
|
|
8
|
-
"composite": true
|
|
9
|
-
},
|
|
10
|
-
"include": [
|
|
11
|
-
"../src/**/*.ts",
|
|
12
|
-
"../src/**/*.tsx"
|
|
13
|
-
],
|
|
14
|
-
"exclude": [
|
|
15
|
-
"../src/**/__tests__/*",
|
|
16
|
-
"../src/**/*.test.*",
|
|
17
|
-
"../src/**/test.*",
|
|
18
|
-
"../src/stories/*",
|
|
19
|
-
"../src/**/examples.*",
|
|
20
|
-
"../src/**/examples/*",
|
|
21
|
-
"../src/**/examples/**/*",
|
|
22
|
-
"../src/**/*.stories.*",
|
|
23
|
-
"../src/**/stories/*",
|
|
24
|
-
"../src/**/stories/**/*"
|
|
25
|
-
],
|
|
26
|
-
"references": [
|
|
27
|
-
{
|
|
28
|
-
"path": "../../activity-provider/afm-passionfruit/tsconfig.json"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"path": "../../../analytics/analytics-namespaced-context/afm-passionfruit/tsconfig.json"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"path": "../../../analytics/analytics-next/afm-passionfruit/tsconfig.json"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"path": "../../../design-system/button/afm-passionfruit/tsconfig.json"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"path": "../../../design-system/css/afm-passionfruit/tsconfig.json"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"path": "../../editor-json-transformer/afm-passionfruit/tsconfig.json"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"path": "../../editor-performance-metrics/afm-passionfruit/tsconfig.json"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"path": "../../editor-plugin-quick-insert/afm-passionfruit/tsconfig.json"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"path": "../../editor-plugin-user-preferences/afm-passionfruit/tsconfig.json"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"path": "../../editor-plugins/afm-passionfruit/tsconfig.json"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"path": "../../editor-shared-styles/afm-passionfruit/tsconfig.json"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"path": "../../editor-toolbar/afm-passionfruit/tsconfig.json"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"path": "../../editor-toolbar-model/afm-passionfruit/tsconfig.json"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"path": "../../../elements/emoji/afm-passionfruit/tsconfig.json"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"path": "../../../design-system/icon/afm-passionfruit/tsconfig.json"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"path": "../../../design-system/link/afm-passionfruit/tsconfig.json"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"path": "../../../media/media-card/afm-passionfruit/tsconfig.json"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"path": "../../../elements/mention/afm-passionfruit/tsconfig.json"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"path": "../../../platform/feature-flags/afm-passionfruit/tsconfig.json"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"path": "../../../platform/feature-flags-react/afm-passionfruit/tsconfig.json"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"path": "../../../react-ufo/atlaskit/afm-passionfruit/tsconfig.json"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"path": "../../../elements/task-decision/afm-passionfruit/tsconfig.json"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"path": "../../tmp-editor-statsig/afm-passionfruit/tsconfig.json"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"path": "../../../design-system/tokens/afm-passionfruit/tsconfig.json"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"path": "../../../design-system/tooltip/afm-passionfruit/tsconfig.json"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"path": "../../../design-system/width-detector/afm-passionfruit/tsconfig.json"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"path": "../../editor-common/afm-passionfruit/tsconfig.json"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"path": "../../../linking-platform/link-provider/afm-passionfruit/tsconfig.json"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"path": "../../../media/media-core/afm-passionfruit/tsconfig.json"
|
|
113
|
-
}
|
|
114
|
-
]
|
|
115
|
-
}
|