@atlaskit/editor-core 198.0.0 → 198.0.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 +8 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +7 -1
- package/dist/types/presets/universal.d.ts +7 -1
- package/dist/types/presets/useUniversalPreset.d.ts +7 -1
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +7 -1
- package/dist/types-ts4.5/presets/universal.d.ts +7 -1
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +7 -1
- package/package.json +2 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 198.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#146417](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/146417)
|
|
8
|
+
[`4302239b19be5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4302239b19be5) -
|
|
9
|
+
Migrate table useSharedStateHook FF from LD to Statsig experiment.
|
|
10
|
+
|
|
3
11
|
## 198.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "198.0.
|
|
2
|
+
export const version = "198.0.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "198.0.
|
|
2
|
+
export var version = "198.0.1";
|
|
@@ -1324,6 +1324,9 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1324
1324
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1325
1325
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1326
1326
|
};
|
|
1327
|
+
commands: {
|
|
1328
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1329
|
+
};
|
|
1327
1330
|
}, import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionPluginOptions | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
1328
1331
|
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
1329
1332
|
sharedState: {
|
|
@@ -2738,6 +2741,9 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
2738
2741
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
2739
2742
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
2740
2743
|
};
|
|
2744
|
+
commands: {
|
|
2745
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2746
|
+
};
|
|
2741
2747
|
}, import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"table", {
|
|
2742
2748
|
pluginConfiguration: import("@atlaskit/editor-plugin-table").TablePluginOptions | undefined;
|
|
2743
2749
|
actions: {
|
|
@@ -3434,7 +3440,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
3434
3440
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
3435
3441
|
sharedState: import("@atlaskit/editor-plugin-media-insert").MediaInsertPluginState;
|
|
3436
3442
|
commands: {
|
|
3437
|
-
showMediaInsertPopup: import("@atlaskit/editor-common/types").EditorCommand;
|
|
3443
|
+
showMediaInsertPopup: (target?: HTMLElement | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3438
3444
|
};
|
|
3439
3445
|
}, undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
3440
3446
|
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
@@ -1375,6 +1375,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
1375
1375
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1376
1376
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1377
1377
|
};
|
|
1378
|
+
commands: {
|
|
1379
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1380
|
+
};
|
|
1378
1381
|
}, import("@atlaskit/editor-plugins/tasks-and-decisions").TaskDecisionPluginOptions | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
1379
1382
|
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
1380
1383
|
sharedState: {
|
|
@@ -2789,6 +2792,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
2789
2792
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
2790
2793
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
2791
2794
|
};
|
|
2795
|
+
commands: {
|
|
2796
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2797
|
+
};
|
|
2792
2798
|
}, import("@atlaskit/editor-plugins/tasks-and-decisions").TaskDecisionPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"table", {
|
|
2793
2799
|
pluginConfiguration: import("@atlaskit/editor-plugins/table").TablePluginOptions | undefined;
|
|
2794
2800
|
actions: {
|
|
@@ -3485,7 +3491,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
3485
3491
|
}, FeatureFlags>>];
|
|
3486
3492
|
sharedState: import("@atlaskit/editor-plugins/media-insert").MediaInsertPluginState;
|
|
3487
3493
|
commands: {
|
|
3488
|
-
showMediaInsertPopup: import("@atlaskit/editor-common/types").EditorCommand;
|
|
3494
|
+
showMediaInsertPopup: (target?: HTMLElement | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3489
3495
|
};
|
|
3490
3496
|
}, undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
3491
3497
|
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
@@ -1324,6 +1324,9 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
1324
1324
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1325
1325
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1326
1326
|
};
|
|
1327
|
+
commands: {
|
|
1328
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1329
|
+
};
|
|
1327
1330
|
}, import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionPluginOptions | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
1328
1331
|
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
1329
1332
|
sharedState: {
|
|
@@ -2738,6 +2741,9 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
2738
2741
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
2739
2742
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
2740
2743
|
};
|
|
2744
|
+
commands: {
|
|
2745
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2746
|
+
};
|
|
2741
2747
|
}, import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"table", {
|
|
2742
2748
|
pluginConfiguration: import("@atlaskit/editor-plugin-table").TablePluginOptions | undefined;
|
|
2743
2749
|
actions: {
|
|
@@ -3434,7 +3440,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
3434
3440
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
3435
3441
|
sharedState: import("@atlaskit/editor-plugin-media-insert").MediaInsertPluginState;
|
|
3436
3442
|
commands: {
|
|
3437
|
-
showMediaInsertPopup: import("@atlaskit/editor-common/types").EditorCommand;
|
|
3443
|
+
showMediaInsertPopup: (target?: HTMLElement | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3438
3444
|
};
|
|
3439
3445
|
}, undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
3440
3446
|
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
@@ -1671,6 +1671,9 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1671
1671
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1672
1672
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1673
1673
|
};
|
|
1674
|
+
commands: {
|
|
1675
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1676
|
+
};
|
|
1674
1677
|
}, import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionPluginOptions | undefined>>,
|
|
1675
1678
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
1676
1679
|
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
@@ -3370,6 +3373,9 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
3370
3373
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
3371
3374
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
3372
3375
|
};
|
|
3376
|
+
commands: {
|
|
3377
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3378
|
+
};
|
|
3373
3379
|
}, import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionPluginOptions | undefined> | undefined,
|
|
3374
3380
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"table", {
|
|
3375
3381
|
pluginConfiguration: import("@atlaskit/editor-plugin-table").TablePluginOptions | undefined;
|
|
@@ -4213,7 +4219,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
4213
4219
|
];
|
|
4214
4220
|
sharedState: import("@atlaskit/editor-plugin-media-insert").MediaInsertPluginState;
|
|
4215
4221
|
commands: {
|
|
4216
|
-
showMediaInsertPopup: import("@atlaskit/editor-common/types").EditorCommand;
|
|
4222
|
+
showMediaInsertPopup: (target?: HTMLElement | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4217
4223
|
};
|
|
4218
4224
|
}, undefined> | undefined,
|
|
4219
4225
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
@@ -1722,6 +1722,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
1722
1722
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1723
1723
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1724
1724
|
};
|
|
1725
|
+
commands: {
|
|
1726
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1727
|
+
};
|
|
1725
1728
|
}, import("@atlaskit/editor-plugins/tasks-and-decisions").TaskDecisionPluginOptions | undefined>>,
|
|
1726
1729
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
1727
1730
|
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
@@ -3421,6 +3424,9 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
3421
3424
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
3422
3425
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
3423
3426
|
};
|
|
3427
|
+
commands: {
|
|
3428
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3429
|
+
};
|
|
3424
3430
|
}, import("@atlaskit/editor-plugins/tasks-and-decisions").TaskDecisionPluginOptions | undefined> | undefined,
|
|
3425
3431
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"table", {
|
|
3426
3432
|
pluginConfiguration: import("@atlaskit/editor-plugins/table").TablePluginOptions | undefined;
|
|
@@ -4264,7 +4270,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
|
|
|
4264
4270
|
];
|
|
4265
4271
|
sharedState: import("@atlaskit/editor-plugins/media-insert").MediaInsertPluginState;
|
|
4266
4272
|
commands: {
|
|
4267
|
-
showMediaInsertPopup: import("@atlaskit/editor-common/types").EditorCommand;
|
|
4273
|
+
showMediaInsertPopup: (target?: HTMLElement | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4268
4274
|
};
|
|
4269
4275
|
}, undefined> | undefined,
|
|
4270
4276
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
@@ -1671,6 +1671,9 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
1671
1671
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1672
1672
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
1673
1673
|
};
|
|
1674
|
+
commands: {
|
|
1675
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1676
|
+
};
|
|
1674
1677
|
}, import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionPluginOptions | undefined>>,
|
|
1675
1678
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
1676
1679
|
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
@@ -3370,6 +3373,9 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
3370
3373
|
indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
3371
3374
|
outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
|
|
3372
3375
|
};
|
|
3376
|
+
commands: {
|
|
3377
|
+
updateEditPermission: (hasEditPermission: boolean | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3378
|
+
};
|
|
3373
3379
|
}, import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionPluginOptions | undefined> | undefined,
|
|
3374
3380
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"table", {
|
|
3375
3381
|
pluginConfiguration: import("@atlaskit/editor-plugin-table").TablePluginOptions | undefined;
|
|
@@ -4213,7 +4219,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
|
|
|
4213
4219
|
];
|
|
4214
4220
|
sharedState: import("@atlaskit/editor-plugin-media-insert").MediaInsertPluginState;
|
|
4215
4221
|
commands: {
|
|
4216
|
-
showMediaInsertPopup: import("@atlaskit/editor-common/types").EditorCommand;
|
|
4222
|
+
showMediaInsertPopup: (target?: HTMLElement | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4217
4223
|
};
|
|
4218
4224
|
}, undefined> | undefined,
|
|
4219
4225
|
import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "198.0.
|
|
3
|
+
"version": "198.0.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/editor-common": "^91.2.0",
|
|
47
47
|
"@atlaskit/editor-json-transformer": "^8.18.0",
|
|
48
48
|
"@atlaskit/editor-plugin-quick-insert": "1.4.3",
|
|
49
|
-
"@atlaskit/editor-plugins": "^5.
|
|
49
|
+
"@atlaskit/editor-plugins": "^5.5.0",
|
|
50
50
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
51
51
|
"@atlaskit/editor-shared-styles": "^3.0.0",
|
|
52
52
|
"@atlaskit/emoji": "^67.8.0",
|
|
@@ -185,10 +185,6 @@
|
|
|
185
185
|
"type": "boolean",
|
|
186
186
|
"referenceOnly": "true"
|
|
187
187
|
},
|
|
188
|
-
"platform.editor.table.use-shared-state-hook": {
|
|
189
|
-
"type": "boolean",
|
|
190
|
-
"referenceOnly": true
|
|
191
|
-
},
|
|
192
188
|
"platform.editor.media.extended-resize-experience": {
|
|
193
189
|
"type": "boolean",
|
|
194
190
|
"referenceOnly": "true"
|