@atlaskit/editor-common 110.17.1 → 110.18.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9fdf007456703`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9fdf007456703) -
8
+ PGXT-9052 interactable_in_editor_inputs feature gate clean up
9
+ - Updated dependencies
10
+
11
+ ## 110.18.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`301c7dd0ccdd2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/301c7dd0ccdd2) -
16
+ Adds new `contextualFormattingEnabled` plugin option to editor-plugin-toolbar. This has 3 options
17
+ (always-inline, always-pinned and controlled) to allow direct control over toolbar placement in
18
+ the editor.
19
+
20
+ ### Patch Changes
21
+
22
+ - [`2261b8ade339b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2261b8ade339b) -
23
+ [ux] EDITOR-2255 integrate data provider for renderer sync block node
24
+ - [`c28cd65d12c24`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c28cd65d12c24) -
25
+ EDITOR-2447 Bump adf-schema to 51.3.1
26
+ - Updated dependencies
27
+
3
28
  ## 110.17.1
4
29
 
5
30
  ### Patch 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
+ }
@@ -68,13 +68,11 @@ var ExtensionNode = exports.ExtensionNode = /*#__PURE__*/function (_ReactNodeVie
68
68
  * typing inside a text field (in an extension body) will print the text in the editor
69
69
  * content area instead. This change prevents the editor view from trying to handle these events,
70
70
  * when the target of the event is an input element, so the extension can.
71
- *
72
- * TODO: PGXT-8180 - write tests https://product-fabric.atlassian.net/browse/PGXT-8180
73
71
  */
74
72
  }, {
75
73
  key: "stopEvent",
76
74
  value: function stopEvent(event) {
77
- return event.target instanceof HTMLInputElement && (0, _platformFeatureFlags.fg)('interactable_in_editor_inputs');
75
+ return event.target instanceof HTMLInputElement;
78
76
  }
79
77
  }, {
80
78
  key: "getContentDOM",
@@ -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.17.0";
19
+ var packageVersion = "0.0.0-development";
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.17.0";
27
+ var packageVersion = "0.0.0-development";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = '0, 8';
30
30
  var fadeIn = (0, _react2.keyframes)({
@@ -42,11 +42,9 @@ export class ExtensionNode extends ReactNodeView {
42
42
  * typing inside a text field (in an extension body) will print the text in the editor
43
43
  * content area instead. This change prevents the editor view from trying to handle these events,
44
44
  * when the target of the event is an input element, so the extension can.
45
- *
46
- * TODO: PGXT-8180 - write tests https://product-fabric.atlassian.net/browse/PGXT-8180
47
45
  */
48
46
  stopEvent(event) {
49
- return event.target instanceof HTMLInputElement && fg('interactable_in_editor_inputs');
47
+ return event.target instanceof HTMLInputElement;
50
48
  }
51
49
  getContentDOM() {
52
50
  if (this.node.isInline) {
@@ -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.17.0";
4
+ const packageVersion = "0.0.0-development";
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.17.0";
17
+ const packageVersion = "0.0.0-development";
18
18
  const halfFocusRing = 1;
19
19
  const dropOffset = '0, 8';
20
20
  const fadeIn = keyframes({
@@ -60,13 +60,11 @@ export var ExtensionNode = /*#__PURE__*/function (_ReactNodeView) {
60
60
  * typing inside a text field (in an extension body) will print the text in the editor
61
61
  * content area instead. This change prevents the editor view from trying to handle these events,
62
62
  * when the target of the event is an input element, so the extension can.
63
- *
64
- * TODO: PGXT-8180 - write tests https://product-fabric.atlassian.net/browse/PGXT-8180
65
63
  */
66
64
  }, {
67
65
  key: "stopEvent",
68
66
  value: function stopEvent(event) {
69
- return event.target instanceof HTMLInputElement && fg('interactable_in_editor_inputs');
67
+ return event.target instanceof HTMLInputElement;
70
68
  }
71
69
  }, {
72
70
  key: "getContentDOM",
@@ -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.17.0";
10
+ var packageVersion = "0.0.0-development";
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.17.0";
24
+ var packageVersion = "0.0.0-development";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -37,8 +37,6 @@ export declare class ExtensionNode<AdditionalParams = unknown> extends ReactNode
37
37
  * typing inside a text field (in an extension body) will print the text in the editor
38
38
  * content area instead. This change prevents the editor view from trying to handle these events,
39
39
  * when the target of the event is an input element, so the extension can.
40
- *
41
- * TODO: PGXT-8180 - write tests https://product-fabric.atlassian.net/browse/PGXT-8180
42
40
  */
43
41
  stopEvent(event: Event): boolean;
44
42
  getContentDOM(): {
@@ -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';
@@ -37,8 +37,6 @@ export declare class ExtensionNode<AdditionalParams = unknown> extends ReactNode
37
37
  * typing inside a text field (in an extension body) will print the text in the editor
38
38
  * content area instead. This change prevents the editor view from trying to handle these events,
39
39
  * when the target of the event is an input element, so the extension can.
40
- *
41
- * TODO: PGXT-8180 - write tests https://product-fabric.atlassian.net/browse/PGXT-8180
42
40
  */
43
41
  stopEvent(event: Event): boolean;
44
42
  getContentDOM(): {
@@ -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.1",
3
+ "version": "110.18.1",
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",
@@ -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,6 @@
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
- "interactable_in_editor_inputs": {
235
- "type": "boolean"
236
- },
237
- "should-render-to-parent-should-be-true-editor": {
238
- "type": "boolean"
239
- },
240
213
  "confluence_connect_macro_preset_height": {
241
214
  "type": "boolean"
242
215
  },
@@ -261,18 +234,12 @@
261
234
  "p2m-drop-down-motion": {
262
235
  "type": "boolean"
263
236
  },
264
- "platform_editor_resolve_hyperlinks_killswitch": {
265
- "type": "boolean"
266
- },
267
237
  "platform_editor_a11y_insert_link_item_focus": {
268
238
  "type": "boolean"
269
239
  },
270
240
  "platform_editor_toolbar_aifc_patch_7": {
271
241
  "type": "boolean"
272
242
  },
273
- "platform_editor_block_menu_format_rank_revised": {
274
- "type": "boolean"
275
- },
276
243
  "platform_editor_update_modal_close_button": {
277
244
  "type": "boolean"
278
245
  },