@atlaskit/editor-core 215.0.3 → 215.0.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 +19 -0
- package/dist/cjs/composable-editor/editor-internal.js +1 -0
- package/dist/cjs/ui/Appearance/FullPage/FullPage.js +2 -1
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +2 -12
- package/dist/cjs/ui/EditorContentContainer/styles/extensionStyles.js +8 -1
- package/dist/cjs/utils/extensions.js +1 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor-internal.js +1 -0
- package/dist/es2019/ui/Appearance/FullPage/FullPage.js +2 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +2 -12
- package/dist/es2019/ui/EditorContentContainer/styles/extensionStyles.js +8 -1
- package/dist/es2019/utils/extensions.js +1 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor-internal.js +1 -0
- package/dist/esm/ui/Appearance/FullPage/FullPage.js +2 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +2 -12
- package/dist/esm/ui/EditorContentContainer/styles/extensionStyles.js +8 -1
- package/dist/esm/utils/extensions.js +1 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +1 -0
- package/dist/types/editor-appearances/FullPageEditor.d.ts +1 -1
- package/dist/types/presets/universal.d.ts +1 -0
- package/dist/types/presets/useUniversalPreset.d.ts +1 -0
- package/dist/types/types/editor-appearance-component.d.ts +2 -1
- package/dist/types/ui/Appearance/FullPage/FullPageContentArea.d.ts +2 -1
- package/dist/types/ui/EditorContentContainer/EditorContentContainer.d.ts +2 -1
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +1 -0
- package/dist/types-ts4.5/editor-appearances/FullPageEditor.d.ts +1 -1
- package/dist/types-ts4.5/presets/universal.d.ts +1 -0
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +1 -0
- package/dist/types-ts4.5/types/editor-appearance-component.d.ts +2 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +2 -1
- package/dist/types-ts4.5/ui/EditorContentContainer/EditorContentContainer.d.ts +2 -1
- package/package.json +10 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 215.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`8e2162706bb08`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8e2162706bb08) -
|
|
8
|
+
[REMOVE FF] platform_nested_nbm_analytics_location
|
|
9
|
+
- [`0b4cd77e72217`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b4cd77e72217) -
|
|
10
|
+
clean up references to platform_editor_controls_performance_fixes
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
13
|
+
## 215.0.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`9c55684b00aa0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9c55684b00aa0) -
|
|
18
|
+
[EDITOR-1992] Update extension styles to include font size adjustments in all content in
|
|
19
|
+
extensions and set the style based on the contentMode prop as well as the fg
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 215.0.3
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -124,6 +124,7 @@ var EditorInternal = exports.EditorInternal = /*#__PURE__*/(0, _react.memo)(func
|
|
|
124
124
|
popupsBoundariesElement: props.popupsBoundariesElement,
|
|
125
125
|
popupsScrollableElement: props.popupsScrollableElement,
|
|
126
126
|
contentComponents: config.contentComponents,
|
|
127
|
+
contentMode: props.contentMode,
|
|
127
128
|
primaryToolbarComponents: config.primaryToolbarComponents,
|
|
128
129
|
primaryToolbarIconBefore: props.primaryToolbarIconBefore,
|
|
129
130
|
secondaryToolbarComponents: config.secondaryToolbarComponents,
|
|
@@ -217,6 +217,7 @@ var FullPageEditor = exports.FullPageEditor = function FullPageEditor(props) {
|
|
|
217
217
|
featureFlags: props.featureFlags,
|
|
218
218
|
isEditorToolbarHidden: isEditorToolbarHidden,
|
|
219
219
|
viewMode: state.editorViewMode,
|
|
220
|
-
hasHadInteraction: hasHadInteraction
|
|
220
|
+
hasHadInteraction: hasHadInteraction,
|
|
221
|
+
contentMode: props.contentMode
|
|
221
222
|
})));
|
|
222
223
|
};
|
|
@@ -234,16 +234,6 @@ var Content = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
|
|
|
234
234
|
}
|
|
235
235
|
};
|
|
236
236
|
}, []);
|
|
237
|
-
var shouldSetHiddenDataAttribute = function shouldSetHiddenDataAttribute() {
|
|
238
|
-
// When platform_editor_controls_performance_fixes is enabled we use a different method to
|
|
239
|
-
// determine if the toolbar is hidden from outside of the editor, which doesn't require setting
|
|
240
|
-
// data-editor-primary-toolbar-hidden on the content area
|
|
241
|
-
// NOTE: When tidying, this function and the data attribute can be removed
|
|
242
|
-
if (!props.isEditorToolbarHidden || (0, _experiments.editorExperiment)('platform_editor_controls_performance_fixes', true)) {
|
|
243
|
-
return false;
|
|
244
|
-
}
|
|
245
|
-
return (0, _experiments.editorExperiment)('platform_editor_controls', 'variant1');
|
|
246
|
-
};
|
|
247
237
|
return (0, _react2.jsx)("div", {
|
|
248
238
|
css: [contentAreaNew, props.isEditorToolbarHidden && contentAreaHeightNoToolbar],
|
|
249
239
|
"data-testid": CONTENT_AREA_TEST_ID,
|
|
@@ -262,7 +252,8 @@ var Content = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
|
|
|
262
252
|
ref: scrollContainerRef,
|
|
263
253
|
viewMode: props === null || props === void 0 ? void 0 : props.viewMode,
|
|
264
254
|
isScrollable: true,
|
|
265
|
-
appearance: props.appearance
|
|
255
|
+
appearance: props.appearance,
|
|
256
|
+
contentMode: props.contentMode
|
|
266
257
|
}, (0, _react2.jsx)(_ClickAreaBlock.default, {
|
|
267
258
|
editorView: props.editorView,
|
|
268
259
|
editorDisabled: props.disabled
|
|
@@ -278,7 +269,6 @@ var Content = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
|
|
|
278
269
|
,
|
|
279
270
|
className: "ak-editor-content-area-region",
|
|
280
271
|
"data-editor-editable-content": true,
|
|
281
|
-
"data-editor-primary-toolbar-hidden": shouldSetHiddenDataAttribute() ? 'true' : undefined,
|
|
282
272
|
role: "region",
|
|
283
273
|
"aria-label": props.intl.formatMessage(_messages.fullPageMessages.editableContentLabel),
|
|
284
274
|
ref: contentAreaRef
|
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.getExtensionStyles = void 0;
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
8
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
9
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
9
10
|
var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
|
|
10
11
|
var _expVal = require("@atlaskit/tmp-editor-statsig/expVal");
|
|
11
12
|
var _selectionStyles = require("./selectionStyles");
|
|
@@ -372,7 +373,13 @@ var getExtensionStyles = exports.getExtensionStyles = function getExtensionStyle
|
|
|
372
373
|
// When cleaning up the experiment, move this logic into the baseExtensionStyles above
|
|
373
374
|
var fontSize = (0, _expValEquals.expValEquals)('cc_editor_ai_content_mode', 'variant', 'test') ? (0, _editorSharedStyles.relativeFontSizeToBase16)((0, _expVal.expVal)('cc_editor_ai_content_mode', 'baseFontSize', 13)) : undefined;
|
|
374
375
|
// Fixes issue where TOC links fall back to default DST styles
|
|
375
|
-
var denseContentModeTocStyles = (0, _expValEquals.expValEquals)('cc_editor_ai_content_mode', 'variant', 'test') ? (0, _react.css)({
|
|
376
|
+
var denseContentModeTocStyles = (0, _expValEquals.expValEquals)('cc_editor_ai_content_mode', 'variant', 'test') && (0, _platformFeatureFlags.fg)('platform_editor_content_mode_button_mvp') ? (0, _react.css)({
|
|
377
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
378
|
+
'.extension-container *': {
|
|
379
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
380
|
+
fontSize: 'var(--ak-editor-base-font-size)'
|
|
381
|
+
}
|
|
382
|
+
}) : (0, _expValEquals.expValEquals)('cc_editor_ai_content_mode', 'variant', 'test') ? (0, _react.css)({
|
|
376
383
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
377
384
|
'.extension-container a span': {
|
|
378
385
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
@@ -15,7 +15,6 @@ var _analytics = require("@atlaskit/editor-common/analytics");
|
|
|
15
15
|
var _extensions = require("@atlaskit/editor-common/extensions");
|
|
16
16
|
var _providerHelpers = require("@atlaskit/editor-common/provider-helpers");
|
|
17
17
|
var _analytics2 = require("@atlaskit/editor-common/utils/analytics");
|
|
18
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
19
18
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
20
19
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
21
20
|
/**
|
|
@@ -23,7 +22,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
23
22
|
*/
|
|
24
23
|
function sendExtensionQuickInsertAnalytics(item, selection, createAnalyticsEvent, source) {
|
|
25
24
|
if (createAnalyticsEvent) {
|
|
26
|
-
var insertLocation = (0,
|
|
25
|
+
var insertLocation = (0, _analytics2.findInsertLocation)(selection);
|
|
27
26
|
(0, _analytics.fireAnalyticsEvent)(createAnalyticsEvent)({
|
|
28
27
|
payload: {
|
|
29
28
|
action: _analytics.ACTION.INSERTED,
|
|
@@ -113,6 +113,7 @@ export const EditorInternal = /*#__PURE__*/memo(({
|
|
|
113
113
|
popupsBoundariesElement: props.popupsBoundariesElement,
|
|
114
114
|
popupsScrollableElement: props.popupsScrollableElement,
|
|
115
115
|
contentComponents: config.contentComponents,
|
|
116
|
+
contentMode: props.contentMode,
|
|
116
117
|
primaryToolbarComponents: config.primaryToolbarComponents,
|
|
117
118
|
primaryToolbarIconBefore: props.primaryToolbarIconBefore,
|
|
118
119
|
secondaryToolbarComponents: config.secondaryToolbarComponents,
|
|
@@ -202,6 +202,7 @@ export const FullPageEditor = props => {
|
|
|
202
202
|
featureFlags: props.featureFlags,
|
|
203
203
|
isEditorToolbarHidden: isEditorToolbarHidden,
|
|
204
204
|
viewMode: state.editorViewMode,
|
|
205
|
-
hasHadInteraction: hasHadInteraction
|
|
205
|
+
hasHadInteraction: hasHadInteraction,
|
|
206
|
+
contentMode: props.contentMode
|
|
206
207
|
})));
|
|
207
208
|
};
|
|
@@ -226,16 +226,6 @@ const Content = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
226
226
|
return containerRef.current;
|
|
227
227
|
}
|
|
228
228
|
}), []);
|
|
229
|
-
const shouldSetHiddenDataAttribute = () => {
|
|
230
|
-
// When platform_editor_controls_performance_fixes is enabled we use a different method to
|
|
231
|
-
// determine if the toolbar is hidden from outside of the editor, which doesn't require setting
|
|
232
|
-
// data-editor-primary-toolbar-hidden on the content area
|
|
233
|
-
// NOTE: When tidying, this function and the data attribute can be removed
|
|
234
|
-
if (!props.isEditorToolbarHidden || editorExperiment('platform_editor_controls_performance_fixes', true)) {
|
|
235
|
-
return false;
|
|
236
|
-
}
|
|
237
|
-
return editorExperiment('platform_editor_controls', 'variant1');
|
|
238
|
-
};
|
|
239
229
|
return jsx("div", {
|
|
240
230
|
css: [contentAreaNew, props.isEditorToolbarHidden && contentAreaHeightNoToolbar],
|
|
241
231
|
"data-testid": CONTENT_AREA_TEST_ID,
|
|
@@ -254,7 +244,8 @@ const Content = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
254
244
|
ref: scrollContainerRef,
|
|
255
245
|
viewMode: props === null || props === void 0 ? void 0 : props.viewMode,
|
|
256
246
|
isScrollable: true,
|
|
257
|
-
appearance: props.appearance
|
|
247
|
+
appearance: props.appearance,
|
|
248
|
+
contentMode: props.contentMode
|
|
258
249
|
}, jsx(ClickAreaBlock, {
|
|
259
250
|
editorView: props.editorView,
|
|
260
251
|
editorDisabled: props.disabled
|
|
@@ -271,7 +262,6 @@ const Content = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
271
262
|
,
|
|
272
263
|
className: "ak-editor-content-area-region",
|
|
273
264
|
"data-editor-editable-content": true,
|
|
274
|
-
"data-editor-primary-toolbar-hidden": shouldSetHiddenDataAttribute() ? 'true' : undefined,
|
|
275
265
|
role: "region",
|
|
276
266
|
"aria-label": props.intl.formatMessage(messages.editableContentLabel),
|
|
277
267
|
ref: contentAreaRef
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
4
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
4
5
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
5
6
|
import { expVal } from '@atlaskit/tmp-editor-statsig/expVal';
|
|
6
7
|
import { blanketSelectionStyles, boxShadowSelectionStyles, hideNativeBrowserTextSelectionStyles } from './selectionStyles';
|
|
@@ -366,7 +367,13 @@ export const getExtensionStyles = () => {
|
|
|
366
367
|
// When cleaning up the experiment, move this logic into the baseExtensionStyles above
|
|
367
368
|
const fontSize = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') ? relativeFontSizeToBase16(expVal('cc_editor_ai_content_mode', 'baseFontSize', 13)) : undefined;
|
|
368
369
|
// Fixes issue where TOC links fall back to default DST styles
|
|
369
|
-
const denseContentModeTocStyles = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') ? css({
|
|
370
|
+
const denseContentModeTocStyles = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') && fg('platform_editor_content_mode_button_mvp') ? css({
|
|
371
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
372
|
+
'.extension-container *': {
|
|
373
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
374
|
+
fontSize: 'var(--ak-editor-base-font-size)'
|
|
375
|
+
}
|
|
376
|
+
}) : expValEquals('cc_editor_ai_content_mode', 'variant', 'test') ? css({
|
|
370
377
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
371
378
|
'.extension-container a span': {
|
|
372
379
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
@@ -4,13 +4,12 @@ import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE, fireAnalyticsEve
|
|
|
4
4
|
import { getQuickInsertItemsFromModule, resolveImport } from '@atlaskit/editor-common/extensions';
|
|
5
5
|
import { combineProviders } from '@atlaskit/editor-common/provider-helpers';
|
|
6
6
|
import { findInsertLocation } from '@atlaskit/editor-common/utils/analytics';
|
|
7
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
7
|
/**
|
|
9
8
|
* Utils to send analytics event when a extension is inserted using quickInsert
|
|
10
9
|
*/
|
|
11
10
|
function sendExtensionQuickInsertAnalytics(item, selection, createAnalyticsEvent, source) {
|
|
12
11
|
if (createAnalyticsEvent) {
|
|
13
|
-
const insertLocation =
|
|
12
|
+
const insertLocation = findInsertLocation(selection);
|
|
14
13
|
fireAnalyticsEvent(createAnalyticsEvent)({
|
|
15
14
|
payload: {
|
|
16
15
|
action: ACTION.INSERTED,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "
|
|
2
|
+
export const version = "215.0.4";
|
|
@@ -120,6 +120,7 @@ export var EditorInternal = /*#__PURE__*/memo(function (_ref) {
|
|
|
120
120
|
popupsBoundariesElement: props.popupsBoundariesElement,
|
|
121
121
|
popupsScrollableElement: props.popupsScrollableElement,
|
|
122
122
|
contentComponents: config.contentComponents,
|
|
123
|
+
contentMode: props.contentMode,
|
|
123
124
|
primaryToolbarComponents: config.primaryToolbarComponents,
|
|
124
125
|
primaryToolbarIconBefore: props.primaryToolbarIconBefore,
|
|
125
126
|
secondaryToolbarComponents: config.secondaryToolbarComponents,
|
|
@@ -207,6 +207,7 @@ export var FullPageEditor = function FullPageEditor(props) {
|
|
|
207
207
|
featureFlags: props.featureFlags,
|
|
208
208
|
isEditorToolbarHidden: isEditorToolbarHidden,
|
|
209
209
|
viewMode: state.editorViewMode,
|
|
210
|
-
hasHadInteraction: hasHadInteraction
|
|
210
|
+
hasHadInteraction: hasHadInteraction,
|
|
211
|
+
contentMode: props.contentMode
|
|
211
212
|
})));
|
|
212
213
|
};
|
|
@@ -224,16 +224,6 @@ var Content = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
224
224
|
}
|
|
225
225
|
};
|
|
226
226
|
}, []);
|
|
227
|
-
var shouldSetHiddenDataAttribute = function shouldSetHiddenDataAttribute() {
|
|
228
|
-
// When platform_editor_controls_performance_fixes is enabled we use a different method to
|
|
229
|
-
// determine if the toolbar is hidden from outside of the editor, which doesn't require setting
|
|
230
|
-
// data-editor-primary-toolbar-hidden on the content area
|
|
231
|
-
// NOTE: When tidying, this function and the data attribute can be removed
|
|
232
|
-
if (!props.isEditorToolbarHidden || editorExperiment('platform_editor_controls_performance_fixes', true)) {
|
|
233
|
-
return false;
|
|
234
|
-
}
|
|
235
|
-
return editorExperiment('platform_editor_controls', 'variant1');
|
|
236
|
-
};
|
|
237
227
|
return jsx("div", {
|
|
238
228
|
css: [contentAreaNew, props.isEditorToolbarHidden && contentAreaHeightNoToolbar],
|
|
239
229
|
"data-testid": CONTENT_AREA_TEST_ID,
|
|
@@ -252,7 +242,8 @@ var Content = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
252
242
|
ref: scrollContainerRef,
|
|
253
243
|
viewMode: props === null || props === void 0 ? void 0 : props.viewMode,
|
|
254
244
|
isScrollable: true,
|
|
255
|
-
appearance: props.appearance
|
|
245
|
+
appearance: props.appearance,
|
|
246
|
+
contentMode: props.contentMode
|
|
256
247
|
}, jsx(ClickAreaBlock, {
|
|
257
248
|
editorView: props.editorView,
|
|
258
249
|
editorDisabled: props.disabled
|
|
@@ -268,7 +259,6 @@ var Content = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
268
259
|
,
|
|
269
260
|
className: "ak-editor-content-area-region",
|
|
270
261
|
"data-editor-editable-content": true,
|
|
271
|
-
"data-editor-primary-toolbar-hidden": shouldSetHiddenDataAttribute() ? 'true' : undefined,
|
|
272
262
|
role: "region",
|
|
273
263
|
"aria-label": props.intl.formatMessage(messages.editableContentLabel),
|
|
274
264
|
ref: contentAreaRef
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
import { relativeFontSizeToBase16 } from '@atlaskit/editor-shared-styles';
|
|
4
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
4
5
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
5
6
|
import { expVal } from '@atlaskit/tmp-editor-statsig/expVal';
|
|
6
7
|
import { blanketSelectionStyles, boxShadowSelectionStyles, hideNativeBrowserTextSelectionStyles } from './selectionStyles';
|
|
@@ -366,7 +367,13 @@ export var getExtensionStyles = function getExtensionStyles() {
|
|
|
366
367
|
// When cleaning up the experiment, move this logic into the baseExtensionStyles above
|
|
367
368
|
var fontSize = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') ? relativeFontSizeToBase16(expVal('cc_editor_ai_content_mode', 'baseFontSize', 13)) : undefined;
|
|
368
369
|
// Fixes issue where TOC links fall back to default DST styles
|
|
369
|
-
var denseContentModeTocStyles = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') ? css({
|
|
370
|
+
var denseContentModeTocStyles = expValEquals('cc_editor_ai_content_mode', 'variant', 'test') && fg('platform_editor_content_mode_button_mvp') ? css({
|
|
371
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
372
|
+
'.extension-container *': {
|
|
373
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
374
|
+
fontSize: 'var(--ak-editor-base-font-size)'
|
|
375
|
+
}
|
|
376
|
+
}) : expValEquals('cc_editor_ai_content_mode', 'variant', 'test') ? css({
|
|
370
377
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
|
|
371
378
|
'.extension-container a span': {
|
|
372
379
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values
|
|
@@ -9,13 +9,12 @@ import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE, fireAnalyticsEve
|
|
|
9
9
|
import { getQuickInsertItemsFromModule, resolveImport } from '@atlaskit/editor-common/extensions';
|
|
10
10
|
import { combineProviders } from '@atlaskit/editor-common/provider-helpers';
|
|
11
11
|
import { findInsertLocation } from '@atlaskit/editor-common/utils/analytics';
|
|
12
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
13
12
|
/**
|
|
14
13
|
* Utils to send analytics event when a extension is inserted using quickInsert
|
|
15
14
|
*/
|
|
16
15
|
function sendExtensionQuickInsertAnalytics(item, selection, createAnalyticsEvent, source) {
|
|
17
16
|
if (createAnalyticsEvent) {
|
|
18
|
-
var insertLocation =
|
|
17
|
+
var insertLocation = findInsertLocation(selection);
|
|
19
18
|
fireAnalyticsEvent(createAnalyticsEvent)({
|
|
20
19
|
payload: {
|
|
21
20
|
action: ACTION.INSERTED,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "
|
|
2
|
+
export var version = "215.0.4";
|
|
@@ -461,6 +461,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
461
461
|
commands: {
|
|
462
462
|
setAnimatingPlaceholderPrompts: (placeholderPrompts: string[]) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
463
463
|
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
464
|
+
setPlaceholderHidden: (isPlaceholderHidden: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
464
465
|
};
|
|
465
466
|
dependencies: [import("@atlaskit/editor-plugins/focus").FocusPlugin, import("@atlaskit/editor-plugins/composition").CompositionPlugin, import("@atlaskit/editor-plugins/type-ahead").TypeAheadPlugin, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/show-diff").ShowDiffPlugin>];
|
|
466
467
|
pluginConfiguration: import("@atlaskit/editor-plugins/placeholder").PlaceholderPluginOptions | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type EditorActions from '../actions';
|
|
3
3
|
import { type EditorNextProps } from '../types/editor-props';
|
|
4
|
-
export type FullPageEditorProps = Pick<EditorNextProps, 'preset' | 'defaultValue' | 'disabled' | 'mentionProvider' | 'performanceTracking' | 'contextIdentifierProvider' | 'searchProvider' | 'activityProvider' | 'annotationProviders' | 'collabEditProvider' | 'collabEdit' | 'taskDecisionProvider' | 'extensionProviders' | 'shouldFocus' | 'quickInsert' | 'secondaryToolbarComponents' | 'featureFlags' | 'primaryToolbarComponents' | 'contextPanel' | 'contentComponents' | 'primaryToolbarIconBefore' | 'sanitizePrivateContent' | '__livePage'> & {
|
|
4
|
+
export type FullPageEditorProps = Pick<EditorNextProps, 'preset' | 'defaultValue' | 'disabled' | 'mentionProvider' | 'performanceTracking' | 'contextIdentifierProvider' | 'searchProvider' | 'activityProvider' | 'annotationProviders' | 'collabEditProvider' | 'collabEdit' | 'contentMode' | 'taskDecisionProvider' | 'extensionProviders' | 'shouldFocus' | 'quickInsert' | 'secondaryToolbarComponents' | 'featureFlags' | 'primaryToolbarComponents' | 'contextPanel' | 'contentComponents' | 'primaryToolbarIconBefore' | 'sanitizePrivateContent' | '__livePage'> & {
|
|
5
5
|
appearance: 'full-page' | 'full-width';
|
|
6
6
|
onChange?: () => void;
|
|
7
7
|
onEditorReady?: (editorActions: EditorActions) => void;
|
|
@@ -522,6 +522,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
522
522
|
commands: {
|
|
523
523
|
setAnimatingPlaceholderPrompts: (placeholderPrompts: string[]) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
524
524
|
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
525
|
+
setPlaceholderHidden: (isPlaceholderHidden: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
525
526
|
};
|
|
526
527
|
dependencies: [import("@atlaskit/editor-plugins/focus").FocusPlugin, import("@atlaskit/editor-plugins/composition").CompositionPlugin, import("@atlaskit/editor-plugins/type-ahead").TypeAheadPlugin, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/show-diff").ShowDiffPlugin>];
|
|
527
528
|
pluginConfiguration: import("@atlaskit/editor-plugins/placeholder").PlaceholderPluginOptions | undefined;
|
|
@@ -461,6 +461,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
461
461
|
commands: {
|
|
462
462
|
setAnimatingPlaceholderPrompts: (placeholderPrompts: string[]) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
463
463
|
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
464
|
+
setPlaceholderHidden: (isPlaceholderHidden: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
464
465
|
};
|
|
465
466
|
dependencies: [import("@atlaskit/editor-plugins/focus").FocusPlugin, import("@atlaskit/editor-plugins/composition").CompositionPlugin, import("@atlaskit/editor-plugins/type-ahead").TypeAheadPlugin, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-plugins/show-diff").ShowDiffPlugin>];
|
|
466
467
|
pluginConfiguration: import("@atlaskit/editor-plugins/placeholder").PlaceholderPluginOptions | undefined;
|
|
@@ -5,7 +5,7 @@ import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher';
|
|
|
5
5
|
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
6
6
|
import type { AllEditorPresetPluginTypes, EditorPresetBuilder } from '@atlaskit/editor-common/preset';
|
|
7
7
|
import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
8
|
-
import type { EditorAppearance, FeatureFlags, NextEditorPlugin, PublicPluginAPI, ReactHookFactory, ToolbarUIComponentFactory, UIComponentFactory } from '@atlaskit/editor-common/types';
|
|
8
|
+
import type { EditorAppearance, EditorContentMode, FeatureFlags, NextEditorPlugin, PublicPluginAPI, ReactHookFactory, ToolbarUIComponentFactory, UIComponentFactory } from '@atlaskit/editor-common/types';
|
|
9
9
|
import type { UseStickyToolbarType } from '@atlaskit/editor-common/ui';
|
|
10
10
|
import type { MenuItem } from '@atlaskit/editor-common/ui-menu';
|
|
11
11
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
@@ -16,6 +16,7 @@ export interface EditorAppearanceComponentProps<Plugins extends NextEditorPlugin
|
|
|
16
16
|
appearance?: EditorAppearance;
|
|
17
17
|
collabEdit?: CollabEditOptions;
|
|
18
18
|
contentComponents?: UIComponentFactory[];
|
|
19
|
+
contentMode?: EditorContentMode;
|
|
19
20
|
contextPanel?: ReactComponents;
|
|
20
21
|
customContentComponents?: ContentComponents;
|
|
21
22
|
customPrimaryToolbarComponents?: PrimaryToolbarComponents;
|
|
@@ -8,7 +8,7 @@ import type { WrappedComponentProps } from 'react-intl-next';
|
|
|
8
8
|
import type { DispatchAnalyticsEvent } from '@atlaskit/editor-common/analytics';
|
|
9
9
|
import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher';
|
|
10
10
|
import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
11
|
-
import type { EditorAppearance, FeatureFlags, OptionalPlugin, PublicPluginAPI, ReactHookFactory, UIComponentFactory } from '@atlaskit/editor-common/types';
|
|
11
|
+
import type { EditorAppearance, EditorContentMode, FeatureFlags, OptionalPlugin, PublicPluginAPI, ReactHookFactory, UIComponentFactory } from '@atlaskit/editor-common/types';
|
|
12
12
|
import { type ContextPanelPlugin } from '@atlaskit/editor-plugins/context-panel';
|
|
13
13
|
import { type ViewMode } from '@atlaskit/editor-plugins/editor-viewmode';
|
|
14
14
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
@@ -18,6 +18,7 @@ import type { ScrollContainerRefs } from './types';
|
|
|
18
18
|
interface FullPageEditorContentAreaProps {
|
|
19
19
|
appearance: EditorAppearance | undefined;
|
|
20
20
|
contentComponents: UIComponentFactory[] | undefined;
|
|
21
|
+
contentMode: EditorContentMode | undefined;
|
|
21
22
|
contextPanel: ReactComponents | undefined;
|
|
22
23
|
customContentComponents: ContentComponents | undefined;
|
|
23
24
|
disabled: boolean | undefined;
|
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import type { EditorAppearance, FeatureFlags } from '@atlaskit/editor-common/types';
|
|
6
|
+
import type { EditorAppearance, EditorContentMode, FeatureFlags } from '@atlaskit/editor-common/types';
|
|
7
7
|
export type EditorContentContainerProps = {
|
|
8
8
|
appearance?: EditorAppearance;
|
|
9
9
|
children?: React.ReactNode;
|
|
10
10
|
className?: string;
|
|
11
|
+
contentMode?: EditorContentMode;
|
|
11
12
|
featureFlags?: FeatureFlags;
|
|
12
13
|
isScrollable?: boolean;
|
|
13
14
|
viewMode?: 'view' | 'edit';
|
|
@@ -650,6 +650,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
650
650
|
commands: {
|
|
651
651
|
setAnimatingPlaceholderPrompts: (placeholderPrompts: string[]) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
652
652
|
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
653
|
+
setPlaceholderHidden: (isPlaceholderHidden: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
653
654
|
};
|
|
654
655
|
dependencies: [
|
|
655
656
|
import("@atlaskit/editor-plugins/focus").FocusPlugin,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type EditorActions from '../actions';
|
|
3
3
|
import { type EditorNextProps } from '../types/editor-props';
|
|
4
|
-
export type FullPageEditorProps = Pick<EditorNextProps, 'preset' | 'defaultValue' | 'disabled' | 'mentionProvider' | 'performanceTracking' | 'contextIdentifierProvider' | 'searchProvider' | 'activityProvider' | 'annotationProviders' | 'collabEditProvider' | 'collabEdit' | 'taskDecisionProvider' | 'extensionProviders' | 'shouldFocus' | 'quickInsert' | 'secondaryToolbarComponents' | 'featureFlags' | 'primaryToolbarComponents' | 'contextPanel' | 'contentComponents' | 'primaryToolbarIconBefore' | 'sanitizePrivateContent' | '__livePage'> & {
|
|
4
|
+
export type FullPageEditorProps = Pick<EditorNextProps, 'preset' | 'defaultValue' | 'disabled' | 'mentionProvider' | 'performanceTracking' | 'contextIdentifierProvider' | 'searchProvider' | 'activityProvider' | 'annotationProviders' | 'collabEditProvider' | 'collabEdit' | 'contentMode' | 'taskDecisionProvider' | 'extensionProviders' | 'shouldFocus' | 'quickInsert' | 'secondaryToolbarComponents' | 'featureFlags' | 'primaryToolbarComponents' | 'contextPanel' | 'contentComponents' | 'primaryToolbarIconBefore' | 'sanitizePrivateContent' | '__livePage'> & {
|
|
5
5
|
appearance: 'full-page' | 'full-width';
|
|
6
6
|
onChange?: () => void;
|
|
7
7
|
onEditorReady?: (editorActions: EditorActions) => void;
|
|
@@ -711,6 +711,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
711
711
|
commands: {
|
|
712
712
|
setAnimatingPlaceholderPrompts: (placeholderPrompts: string[]) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
713
713
|
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
714
|
+
setPlaceholderHidden: (isPlaceholderHidden: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
714
715
|
};
|
|
715
716
|
dependencies: [
|
|
716
717
|
import("@atlaskit/editor-plugins/focus").FocusPlugin,
|
|
@@ -650,6 +650,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
650
650
|
commands: {
|
|
651
651
|
setAnimatingPlaceholderPrompts: (placeholderPrompts: string[]) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
652
652
|
setPlaceholder: (placeholder: string) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
653
|
+
setPlaceholderHidden: (isPlaceholderHidden: boolean) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
653
654
|
};
|
|
654
655
|
dependencies: [
|
|
655
656
|
import("@atlaskit/editor-plugins/focus").FocusPlugin,
|
|
@@ -5,7 +5,7 @@ import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher';
|
|
|
5
5
|
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
6
6
|
import type { AllEditorPresetPluginTypes, EditorPresetBuilder } from '@atlaskit/editor-common/preset';
|
|
7
7
|
import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
8
|
-
import type { EditorAppearance, FeatureFlags, NextEditorPlugin, PublicPluginAPI, ReactHookFactory, ToolbarUIComponentFactory, UIComponentFactory } from '@atlaskit/editor-common/types';
|
|
8
|
+
import type { EditorAppearance, EditorContentMode, FeatureFlags, NextEditorPlugin, PublicPluginAPI, ReactHookFactory, ToolbarUIComponentFactory, UIComponentFactory } from '@atlaskit/editor-common/types';
|
|
9
9
|
import type { UseStickyToolbarType } from '@atlaskit/editor-common/ui';
|
|
10
10
|
import type { MenuItem } from '@atlaskit/editor-common/ui-menu';
|
|
11
11
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
@@ -16,6 +16,7 @@ export interface EditorAppearanceComponentProps<Plugins extends NextEditorPlugin
|
|
|
16
16
|
appearance?: EditorAppearance;
|
|
17
17
|
collabEdit?: CollabEditOptions;
|
|
18
18
|
contentComponents?: UIComponentFactory[];
|
|
19
|
+
contentMode?: EditorContentMode;
|
|
19
20
|
contextPanel?: ReactComponents;
|
|
20
21
|
customContentComponents?: ContentComponents;
|
|
21
22
|
customPrimaryToolbarComponents?: PrimaryToolbarComponents;
|
|
@@ -8,7 +8,7 @@ import type { WrappedComponentProps } from 'react-intl-next';
|
|
|
8
8
|
import type { DispatchAnalyticsEvent } from '@atlaskit/editor-common/analytics';
|
|
9
9
|
import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher';
|
|
10
10
|
import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
11
|
-
import type { EditorAppearance, FeatureFlags, OptionalPlugin, PublicPluginAPI, ReactHookFactory, UIComponentFactory } from '@atlaskit/editor-common/types';
|
|
11
|
+
import type { EditorAppearance, EditorContentMode, FeatureFlags, OptionalPlugin, PublicPluginAPI, ReactHookFactory, UIComponentFactory } from '@atlaskit/editor-common/types';
|
|
12
12
|
import { type ContextPanelPlugin } from '@atlaskit/editor-plugins/context-panel';
|
|
13
13
|
import { type ViewMode } from '@atlaskit/editor-plugins/editor-viewmode';
|
|
14
14
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
@@ -18,6 +18,7 @@ import type { ScrollContainerRefs } from './types';
|
|
|
18
18
|
interface FullPageEditorContentAreaProps {
|
|
19
19
|
appearance: EditorAppearance | undefined;
|
|
20
20
|
contentComponents: UIComponentFactory[] | undefined;
|
|
21
|
+
contentMode: EditorContentMode | undefined;
|
|
21
22
|
contextPanel: ReactComponents | undefined;
|
|
22
23
|
customContentComponents: ContentComponents | undefined;
|
|
23
24
|
disabled: boolean | undefined;
|
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import type { EditorAppearance, FeatureFlags } from '@atlaskit/editor-common/types';
|
|
6
|
+
import type { EditorAppearance, EditorContentMode, FeatureFlags } from '@atlaskit/editor-common/types';
|
|
7
7
|
export type EditorContentContainerProps = {
|
|
8
8
|
appearance?: EditorAppearance;
|
|
9
9
|
children?: React.ReactNode;
|
|
10
10
|
className?: string;
|
|
11
|
+
contentMode?: EditorContentMode;
|
|
11
12
|
featureFlags?: FeatureFlags;
|
|
12
13
|
isScrollable?: boolean;
|
|
13
14
|
viewMode?: 'view' | 'edit';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "215.0.
|
|
3
|
+
"version": "215.0.5",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@atlaskit/editor-plugins": "^11.0.0",
|
|
54
54
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
55
55
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
56
|
-
"@atlaskit/editor-toolbar": "^0.
|
|
56
|
+
"@atlaskit/editor-toolbar": "^0.15.0",
|
|
57
57
|
"@atlaskit/editor-toolbar-model": "^0.2.0",
|
|
58
58
|
"@atlaskit/emoji": "^69.5.0",
|
|
59
59
|
"@atlaskit/icon": "^28.5.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
65
65
|
"@atlaskit/react-ufo": "^4.11.0",
|
|
66
66
|
"@atlaskit/task-decision": "^19.2.0",
|
|
67
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
67
|
+
"@atlaskit/tmp-editor-statsig": "^13.9.0",
|
|
68
68
|
"@atlaskit/tokens": "^6.4.0",
|
|
69
69
|
"@atlaskit/tooltip": "^20.5.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.5.0",
|
|
107
107
|
"@atlaskit/primitives": "^14.15.0",
|
|
108
|
-
"@atlaskit/renderer": "^124.
|
|
108
|
+
"@atlaskit/renderer": "^124.2.0",
|
|
109
109
|
"@atlaskit/section-message": "^8.7.0",
|
|
110
110
|
"@atlaskit/smart-card": "^43.1.0",
|
|
111
111
|
"@atlaskit/synchrony-test-helpers": "workspace:^",
|
|
@@ -150,6 +150,9 @@
|
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
"platform-feature-flags": {
|
|
153
|
+
"aifc_use_llm_space_recommendations": {
|
|
154
|
+
"type": "boolean"
|
|
155
|
+
},
|
|
153
156
|
"confluence_floating_toolbar_animation": {
|
|
154
157
|
"type": "boolean"
|
|
155
158
|
},
|
|
@@ -276,6 +279,9 @@
|
|
|
276
279
|
"type": "boolean",
|
|
277
280
|
"referenceOnly": true
|
|
278
281
|
},
|
|
282
|
+
"platform_editor_content_mode_button_mvp": {
|
|
283
|
+
"type": "boolean"
|
|
284
|
+
},
|
|
279
285
|
"platform_editor_table_column_selected_state_fix": {
|
|
280
286
|
"type": "boolean",
|
|
281
287
|
"referenceOnly": true
|
|
@@ -295,9 +301,6 @@
|
|
|
295
301
|
"type": "boolean",
|
|
296
302
|
"referenceOnly": true
|
|
297
303
|
},
|
|
298
|
-
"platform_nested_nbm_analytics_location": {
|
|
299
|
-
"type": "boolean"
|
|
300
|
-
},
|
|
301
304
|
"platform_editor_add_media_from_url_rollout": {
|
|
302
305
|
"type": "boolean"
|
|
303
306
|
},
|