@atlaskit/editor-common 110.17.0 → 110.18.0

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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 110.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`301c7dd0ccdd2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/301c7dd0ccdd2) -
8
+ Adds new `contextualFormattingEnabled` plugin option to editor-plugin-toolbar. This has 3 options
9
+ (always-inline, always-pinned and controlled) to allow direct control over toolbar placement in
10
+ the editor.
11
+
12
+ ### Patch Changes
13
+
14
+ - [`2261b8ade339b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2261b8ade339b) -
15
+ [ux] EDITOR-2255 integrate data provider for renderer sync block node
16
+ - [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) -
17
+ EDITOR-2447 Bump adf-schema to 51.3.1
18
+ - Updated dependencies
19
+
20
+ ## 110.17.1
21
+
22
+ ### Patch Changes
23
+
24
+ - [`74c8f9fcfdf9d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/74c8f9fcfdf9d) -
25
+ Selection toolbar experience tracking
26
+ - Updated dependencies
27
+
3
28
  ## 110.17.0
4
29
 
5
30
  ### Minor Changes
@@ -0,0 +1,195 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.products.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../tsDist/@atlaskit__editor-common/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/**/examples.*",
19
+ "../src/**/examples/*",
20
+ "../src/**/examples/**/*",
21
+ "../src/**/*.stories.*",
22
+ "../src/**/stories/*",
23
+ "../src/**/stories/**/*"
24
+ ],
25
+ "references": [
26
+ {
27
+ "path": "../../activity-provider/afm-products/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../adf-utils/afm-products/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../analytics/analytics-listeners/afm-products/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../../analytics/analytics-namespaced-context/afm-products/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../analytics/analytics-next/afm-products/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../uip/atlassian-context/afm-products/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../../design-system/button/afm-products/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../design-system/code/afm-products/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../../monorepo-tooling/codemod-utils/afm-products/tsconfig.json"
52
+ },
53
+ {
54
+ "path": "../../../design-system/css/afm-products/tsconfig.json"
55
+ },
56
+ {
57
+ "path": "../../custom-steps/afm-products/tsconfig.json"
58
+ },
59
+ {
60
+ "path": "../../../design-system/dropdown-menu/afm-products/tsconfig.json"
61
+ },
62
+ {
63
+ "path": "../../editor-json-transformer/afm-products/tsconfig.json"
64
+ },
65
+ {
66
+ "path": "../../editor-palette/afm-products/tsconfig.json"
67
+ },
68
+ {
69
+ "path": "../../editor-shared-styles/afm-products/tsconfig.json"
70
+ },
71
+ {
72
+ "path": "../../editor-tables/afm-products/tsconfig.json"
73
+ },
74
+ {
75
+ "path": "../../editor-toolbar/afm-products/tsconfig.json"
76
+ },
77
+ {
78
+ "path": "../../editor-toolbar-model/afm-products/tsconfig.json"
79
+ },
80
+ {
81
+ "path": "../../../elements/emoji/afm-products/tsconfig.json"
82
+ },
83
+ {
84
+ "path": "../../../design-system/icon/afm-products/tsconfig.json"
85
+ },
86
+ {
87
+ "path": "../../../design-system/icon-object/afm-products/tsconfig.json"
88
+ },
89
+ {
90
+ "path": "../../../design-system/link/afm-products/tsconfig.json"
91
+ },
92
+ {
93
+ "path": "../../../linking-platform/link-datasource/afm-products/tsconfig.json"
94
+ },
95
+ {
96
+ "path": "../../../linking-platform/link-picker/afm-products/tsconfig.json"
97
+ },
98
+ {
99
+ "path": "../../../media/media-card/afm-products/tsconfig.json"
100
+ },
101
+ {
102
+ "path": "../../../media/media-client/afm-products/tsconfig.json"
103
+ },
104
+ {
105
+ "path": "../../../media/media-client-react/afm-products/tsconfig.json"
106
+ },
107
+ {
108
+ "path": "../../../media/media-common/afm-products/tsconfig.json"
109
+ },
110
+ {
111
+ "path": "../../../media/media-file-preview/afm-products/tsconfig.json"
112
+ },
113
+ {
114
+ "path": "../../../media/media-picker/afm-products/tsconfig.json"
115
+ },
116
+ {
117
+ "path": "../../../media/media-ui/afm-products/tsconfig.json"
118
+ },
119
+ {
120
+ "path": "../../../media/media-viewer/afm-products/tsconfig.json"
121
+ },
122
+ {
123
+ "path": "../../../elements/mention/afm-products/tsconfig.json"
124
+ },
125
+ {
126
+ "path": "../../../design-system/menu/afm-products/tsconfig.json"
127
+ },
128
+ {
129
+ "path": "../../../design-system/onboarding/afm-products/tsconfig.json"
130
+ },
131
+ {
132
+ "path": "../../../platform/feature-flags/afm-products/tsconfig.json"
133
+ },
134
+ {
135
+ "path": "../../../platform/feature-flags-react/afm-products/tsconfig.json"
136
+ },
137
+ {
138
+ "path": "../../../design-system/popper/afm-products/tsconfig.json"
139
+ },
140
+ {
141
+ "path": "../../../design-system/primitives/afm-products/tsconfig.json"
142
+ },
143
+ {
144
+ "path": "../../../people-and-teams/profilecard/afm-products/tsconfig.json"
145
+ },
146
+ {
147
+ "path": "../../prosemirror-history/afm-products/tsconfig.json"
148
+ },
149
+ {
150
+ "path": "../../../react-ufo/atlaskit/afm-products/tsconfig.json"
151
+ },
152
+ {
153
+ "path": "../../../design-system/section-message/afm-products/tsconfig.json"
154
+ },
155
+ {
156
+ "path": "../../../linking-platform/smart-card/afm-products/tsconfig.json"
157
+ },
158
+ {
159
+ "path": "../../../smart-experiences/smart-user-picker/afm-products/tsconfig.json"
160
+ },
161
+ {
162
+ "path": "../../../design-system/spinner/afm-products/tsconfig.json"
163
+ },
164
+ {
165
+ "path": "../../../elements/status/afm-products/tsconfig.json"
166
+ },
167
+ {
168
+ "path": "../../../elements/task-decision/afm-products/tsconfig.json"
169
+ },
170
+ {
171
+ "path": "../../../design-system/textfield/afm-products/tsconfig.json"
172
+ },
173
+ {
174
+ "path": "../../../design-system/theme/afm-products/tsconfig.json"
175
+ },
176
+ {
177
+ "path": "../../tmp-editor-statsig/afm-products/tsconfig.json"
178
+ },
179
+ {
180
+ "path": "../../../design-system/tokens/afm-products/tsconfig.json"
181
+ },
182
+ {
183
+ "path": "../../../design-system/tooltip/afm-products/tsconfig.json"
184
+ },
185
+ {
186
+ "path": "../../../data/ufo-external/afm-products/tsconfig.json"
187
+ },
188
+ {
189
+ "path": "../../../design-system/width-detector/afm-products/tsconfig.json"
190
+ },
191
+ {
192
+ "path": "../../../media/media-core/afm-products/tsconfig.json"
193
+ }
194
+ ]
195
+ }
@@ -24,7 +24,10 @@ var Experience = exports.Experience = /*#__PURE__*/function () {
24
24
  if (!this._ufoExperience) {
25
25
  this._ufoExperience = new _ufo.UFOExperience(this.id, {
26
26
  type: _ufo.ExperienceTypes.Experience,
27
- performanceType: _ufo.ExperiencePerformanceTypes.InlineResult
27
+ performanceType: _ufo.ExperiencePerformanceTypes.InlineResult,
28
+ platform: {
29
+ component: 'editor'
30
+ }
28
31
  });
29
32
  }
30
33
  return this._ufoExperience;
@@ -30,7 +30,7 @@ var ExperienceCheckDomMutation = exports.ExperienceCheckDomMutation = /*#__PURE_
30
30
  var _this = this;
31
31
  this.stop();
32
32
  var config = this.observeConfig();
33
- if (!config) {
33
+ if (!(config !== null && config !== void 0 && config.target)) {
34
34
  callback({
35
35
  status: 'failure',
36
36
  reason: _consts.EXPERIENCE_FAILURE_REASON.DOM_MUTATION_TARGET_NOT_FOUND
@@ -16,7 +16,7 @@ var limitedModeMessages = exports.limitedModeMessages = (0, _reactIntlNext.defin
16
16
  },
17
17
  limitedModeDescriptionWithLink: {
18
18
  id: 'fabric.editor.limitedModeDescription',
19
- defaultMessage: 'To increase speed and response time <learnMoreLink>some editing features are limited.</learnMoreLink>',
19
+ defaultMessage: 'To increase speed and response time <learnMoreLink>some editing features are limited</learnMoreLink>.',
20
20
  description: 'Description for flag shown when some functionality is disabled in a page in order to improve the pages speed. This description contains a link to learn more about limited mode.'
21
21
  },
22
22
  limitedModeDescriptionWithoutLink: {
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
16
16
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
17
17
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
18
18
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
19
- var packageVersion = "110.16.3";
19
+ var packageVersion = "110.17.1";
20
20
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
21
21
  // Remove URL as it has UGC
22
22
  // Ignored via go/ees007
@@ -0,0 +1 @@
1
+ "use strict";
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
24
24
  * @jsx jsx
25
25
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
26
26
  var packageName = "@atlaskit/editor-common";
27
- var packageVersion = "110.16.3";
27
+ var packageVersion = "110.17.1";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -11,7 +11,10 @@ export class Experience {
11
11
  if (!this._ufoExperience) {
12
12
  this._ufoExperience = new UFOExperience(this.id, {
13
13
  type: ExperienceTypes.Experience,
14
- performanceType: ExperiencePerformanceTypes.InlineResult
14
+ performanceType: ExperiencePerformanceTypes.InlineResult,
15
+ platform: {
16
+ component: 'editor'
17
+ }
15
18
  });
16
19
  }
17
20
  return this._ufoExperience;
@@ -18,7 +18,7 @@ export class ExperienceCheckDomMutation {
18
18
  start(callback) {
19
19
  this.stop();
20
20
  const config = this.observeConfig();
21
- if (!config) {
21
+ if (!(config !== null && config !== void 0 && config.target)) {
22
22
  callback({
23
23
  status: 'failure',
24
24
  reason: EXPERIENCE_FAILURE_REASON.DOM_MUTATION_TARGET_NOT_FOUND
@@ -10,7 +10,7 @@ export const limitedModeMessages = defineMessages({
10
10
  },
11
11
  limitedModeDescriptionWithLink: {
12
12
  id: 'fabric.editor.limitedModeDescription',
13
- defaultMessage: 'To increase speed and response time <learnMoreLink>some editing features are limited.</learnMoreLink>',
13
+ defaultMessage: 'To increase speed and response time <learnMoreLink>some editing features are limited</learnMoreLink>.',
14
14
  description: 'Description for flag shown when some functionality is disabled in a page in order to improve the pages speed. This description contains a link to learn more about limited mode.'
15
15
  },
16
16
  limitedModeDescriptionWithoutLink: {
@@ -1,7 +1,7 @@
1
1
  import { isFedRamp } from './environment';
2
2
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
3
3
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
4
- const packageVersion = "110.16.3";
4
+ const packageVersion = "110.17.1";
5
5
  const sanitiseSentryEvents = (data, _hint) => {
6
6
  // Remove URL as it has UGC
7
7
  // Ignored via go/ees007
File without changes
@@ -14,7 +14,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
14
14
  import { fg } from '@atlaskit/platform-feature-flags';
15
15
  import Layer from '../Layer';
16
16
  const packageName = "@atlaskit/editor-common";
17
- const packageVersion = "110.16.3";
17
+ const packageVersion = "110.17.1";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -17,7 +17,10 @@ export var Experience = /*#__PURE__*/function () {
17
17
  if (!this._ufoExperience) {
18
18
  this._ufoExperience = new UFOExperience(this.id, {
19
19
  type: ExperienceTypes.Experience,
20
- performanceType: ExperiencePerformanceTypes.InlineResult
20
+ performanceType: ExperiencePerformanceTypes.InlineResult,
21
+ platform: {
22
+ component: 'editor'
23
+ }
21
24
  });
22
25
  }
23
26
  return this._ufoExperience;
@@ -23,7 +23,7 @@ export var ExperienceCheckDomMutation = /*#__PURE__*/function () {
23
23
  var _this = this;
24
24
  this.stop();
25
25
  var config = this.observeConfig();
26
- if (!config) {
26
+ if (!(config !== null && config !== void 0 && config.target)) {
27
27
  callback({
28
28
  status: 'failure',
29
29
  reason: EXPERIENCE_FAILURE_REASON.DOM_MUTATION_TARGET_NOT_FOUND
@@ -10,7 +10,7 @@ export var limitedModeMessages = defineMessages({
10
10
  },
11
11
  limitedModeDescriptionWithLink: {
12
12
  id: 'fabric.editor.limitedModeDescription',
13
- defaultMessage: 'To increase speed and response time <learnMoreLink>some editing features are limited.</learnMoreLink>',
13
+ defaultMessage: 'To increase speed and response time <learnMoreLink>some editing features are limited</learnMoreLink>.',
14
14
  description: 'Description for flag shown when some functionality is disabled in a page in order to improve the pages speed. This description contains a link to learn more about limited mode.'
15
15
  },
16
16
  limitedModeDescriptionWithoutLink: {
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
7
7
  import { isFedRamp } from './environment';
8
8
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
9
9
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
10
- var packageVersion = "110.16.3";
10
+ var packageVersion = "110.17.1";
11
11
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
12
12
  // Remove URL as it has UGC
13
13
  // Ignored via go/ees007
File without changes
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
21
21
  import { fg } from '@atlaskit/platform-feature-flags';
22
22
  import Layer from '../Layer';
23
23
  var packageName = "@atlaskit/editor-common";
24
- var packageVersion = "110.16.3";
24
+ var packageVersion = "110.17.1";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -7,11 +7,13 @@ export type ExperienceCheckDomMutationObserveConfig = {
7
7
  * MutationObserver options specifying what types of mutations to observe
8
8
  * @see https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe
9
9
  */
10
- options: MutationObserverInit;
10
+ options?: MutationObserverInit;
11
11
  /**
12
12
  * Target element to observe for mutations
13
+ *
14
+ * If null or undefined, the experience will fail with reason 'target-not-found'.
13
15
  */
14
- target: Node;
16
+ target?: Node | null;
15
17
  };
16
18
  export type ExperienceCheckDomMutationConfig = {
17
19
  /**
@@ -3,3 +3,4 @@ export { TOOLBARS, AI_SECTION, ROVO_GROUP, IMPROVE_WRITING_GROUP, IMPROVE_WRITIN
3
3
  export { useEditorToolbar, EditorToolbarProvider, type EditorToolbarContextType } from './context';
4
4
  export { EditorToolbarUIProvider } from './EditorToolbarUIProvider';
5
5
  export { getInputMethodFromParentKeys } from './utils';
6
+ export { type ContextualFormattingEnabledOptions } from './types';
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Controls the behavior and placement of the contextual formatting toolbar in the editor.
3
+ *
4
+ * @remarks
5
+ * This type determines where and when the formatting toolbar is displayed:
6
+ * - **Primary Toolbar**: The toolbar mounted at the top of the editor that is always visible
7
+ * - **Inline Text Toolbar**: A floating toolbar that appears near the selected text
8
+ *
9
+ * **Options:**
10
+ *
11
+ * - `'always-inline'`: Registers only the inline text toolbar. Formatting controls will appear
12
+ * in a floating popup near the selected text. The primary (top) toolbar will not include
13
+ * formatting controls.
14
+ *
15
+ * - `'always-pinned'`: Registers only the primary (top) toolbar. Formatting controls will be
16
+ * pinned to the top toolbar and always visible. No floating inline toolbar will be shown on
17
+ * text selection. This is the default behavior.
18
+ *
19
+ * - `'controlled'`: Registers both inline and primary toolbars. Allows external control to
20
+ * dynamically switch between inline and pinned modes.
21
+ *
22
+ * @public
23
+ */
24
+ export type ContextualFormattingEnabledOptions = 'always-inline' | 'always-pinned' | 'controlled';
@@ -7,11 +7,13 @@ export type ExperienceCheckDomMutationObserveConfig = {
7
7
  * MutationObserver options specifying what types of mutations to observe
8
8
  * @see https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/observe
9
9
  */
10
- options: MutationObserverInit;
10
+ options?: MutationObserverInit;
11
11
  /**
12
12
  * Target element to observe for mutations
13
+ *
14
+ * If null or undefined, the experience will fail with reason 'target-not-found'.
13
15
  */
14
- target: Node;
16
+ target?: Node | null;
15
17
  };
16
18
  export type ExperienceCheckDomMutationConfig = {
17
19
  /**
@@ -3,3 +3,4 @@ export { TOOLBARS, AI_SECTION, ROVO_GROUP, IMPROVE_WRITING_GROUP, IMPROVE_WRITIN
3
3
  export { useEditorToolbar, EditorToolbarProvider, type EditorToolbarContextType } from './context';
4
4
  export { EditorToolbarUIProvider } from './EditorToolbarUIProvider';
5
5
  export { getInputMethodFromParentKeys } from './utils';
6
+ export { type ContextualFormattingEnabledOptions } from './types';
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Controls the behavior and placement of the contextual formatting toolbar in the editor.
3
+ *
4
+ * @remarks
5
+ * This type determines where and when the formatting toolbar is displayed:
6
+ * - **Primary Toolbar**: The toolbar mounted at the top of the editor that is always visible
7
+ * - **Inline Text Toolbar**: A floating toolbar that appears near the selected text
8
+ *
9
+ * **Options:**
10
+ *
11
+ * - `'always-inline'`: Registers only the inline text toolbar. Formatting controls will appear
12
+ * in a floating popup near the selected text. The primary (top) toolbar will not include
13
+ * formatting controls.
14
+ *
15
+ * - `'always-pinned'`: Registers only the primary (top) toolbar. Formatting controls will be
16
+ * pinned to the top toolbar and always visible. No floating inline toolbar will be shown on
17
+ * text selection. This is the default behavior.
18
+ *
19
+ * - `'controlled'`: Registers both inline and primary toolbars. Allows external control to
20
+ * dynamically switch between inline and pinned modes.
21
+ *
22
+ * @public
23
+ */
24
+ export type ContextualFormattingEnabledOptions = 'always-inline' | 'always-pinned' | 'controlled';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "110.17.0",
3
+ "version": "110.18.0",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@atlaskit/activity-provider": "^2.5.0",
33
- "@atlaskit/adf-schema": "^51.3.0",
33
+ "@atlaskit/adf-schema": "^51.3.1",
34
34
  "@atlaskit/adf-utils": "^19.25.0",
35
35
  "@atlaskit/afm-i18n-platform-editor-editor-common": "2.7.0",
36
36
  "@atlaskit/analytics-listeners": "^9.1.0",
@@ -75,7 +75,7 @@
75
75
  "@atlaskit/prosemirror-history": "^0.2.0",
76
76
  "@atlaskit/react-ufo": "^4.12.0",
77
77
  "@atlaskit/section-message": "^8.7.0",
78
- "@atlaskit/smart-card": "^43.2.0",
78
+ "@atlaskit/smart-card": "^43.3.0",
79
79
  "@atlaskit/smart-user-picker": "^8.3.0",
80
80
  "@atlaskit/spinner": "^19.0.0",
81
81
  "@atlaskit/status": "^3.0.0",
@@ -165,9 +165,6 @@
165
165
  "editor_inline_comments_on_inline_nodes": {
166
166
  "type": "boolean"
167
167
  },
168
- "annotations_align_editor_and_renderer_styles": {
169
- "type": "boolean"
170
- },
171
168
  "editor_inline_comments_paste_insert_nodes": {
172
169
  "type": "boolean"
173
170
  },
@@ -186,15 +183,9 @@
186
183
  "platform-visual-refresh-icons": {
187
184
  "type": "boolean"
188
185
  },
189
- "platform-component-visual-refresh": {
190
- "type": "boolean"
191
- },
192
186
  "platform_editor_multi_body_extension_extensibility": {
193
187
  "type": "boolean"
194
188
  },
195
- "platform_editor_renderer_table_header_styles": {
196
- "type": "boolean"
197
- },
198
189
  "platform_editor_link_popup_position_fix_aifc": {
199
190
  "type": "boolean"
200
191
  },
@@ -204,12 +195,6 @@
204
195
  "confluence-issue-terminology-refresh": {
205
196
  "type": "boolean"
206
197
  },
207
- "platform-dst-jira-web-fonts": {
208
- "type": "boolean"
209
- },
210
- "atlas_editor_typography_refreshed": {
211
- "type": "boolean"
212
- },
213
198
  "platform_editor_nested_dnd_styles_changes": {
214
199
  "type": "boolean"
215
200
  },
@@ -225,18 +210,9 @@
225
210
  "platform_editor_bordered_panel_nested_in_table": {
226
211
  "type": "boolean"
227
212
  },
228
- "dst-a11y__replace-anchor-with-link__editor": {
229
- "type": "boolean"
230
- },
231
- "confluence_preload_forge_viewport_heights_editor": {
232
- "type": "boolean"
233
- },
234
213
  "interactable_in_editor_inputs": {
235
214
  "type": "boolean"
236
215
  },
237
- "should-render-to-parent-should-be-true-editor": {
238
- "type": "boolean"
239
- },
240
216
  "confluence_connect_macro_preset_height": {
241
217
  "type": "boolean"
242
218
  },
@@ -261,18 +237,12 @@
261
237
  "p2m-drop-down-motion": {
262
238
  "type": "boolean"
263
239
  },
264
- "platform_editor_resolve_hyperlinks_killswitch": {
265
- "type": "boolean"
266
- },
267
240
  "platform_editor_a11y_insert_link_item_focus": {
268
241
  "type": "boolean"
269
242
  },
270
243
  "platform_editor_toolbar_aifc_patch_7": {
271
244
  "type": "boolean"
272
245
  },
273
- "platform_editor_block_menu_format_rank_revised": {
274
- "type": "boolean"
275
- },
276
246
  "platform_editor_update_modal_close_button": {
277
247
  "type": "boolean"
278
248
  },