@atlaskit/editor-core 199.2.0 → 199.2.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,14 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 199.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#155693](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/155693)
8
+ [`172485595104b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/172485595104b) -
9
+ [ED-24685] Removing feature flag that gated multi bodied extensions being available in the editor
10
+ - Updated dependencies
11
+
3
12
  ## 199.2.0
4
13
 
5
14
  ### Minor Changes
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "199.2.0";
8
+ var version = exports.version = "199.2.1";
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "199.2.0";
2
+ export const version = "199.2.1";
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "199.2.0";
2
+ export var version = "199.2.1";
@@ -1793,7 +1793,10 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
1793
1793
  actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
1794
1794
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>];
1795
1795
  actions: {
1796
- insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE) => import("@atlaskit/editor-common/types").Command;
1796
+ insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE, formatMessage?: {
1797
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
1798
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactPortal | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
1799
+ } | undefined) => import("@atlaskit/editor-common/types").Command;
1797
1800
  };
1798
1801
  }, import("@atlaskit/editor-plugin-layout").LayoutPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholderText", {
1799
1802
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -1844,7 +1844,10 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1844
1844
  actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
1845
1845
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>];
1846
1846
  actions: {
1847
- insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE) => import("@atlaskit/editor-common/types").Command;
1847
+ insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE, formatMessage?: {
1848
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
1849
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactPortal | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
1850
+ } | undefined) => import("@atlaskit/editor-common/types").Command;
1848
1851
  };
1849
1852
  }, import("@atlaskit/editor-plugins/layout").LayoutPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholderText", {
1850
1853
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -1793,7 +1793,10 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
1793
1793
  actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
1794
1794
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>];
1795
1795
  actions: {
1796
- insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE) => import("@atlaskit/editor-common/types").Command;
1796
+ insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE, formatMessage?: {
1797
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
1798
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactPortal | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
1799
+ } | undefined) => import("@atlaskit/editor-common/types").Command;
1797
1800
  };
1798
1801
  }, import("@atlaskit/editor-plugin-layout").LayoutPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholderText", {
1799
1802
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -2231,7 +2231,10 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
2231
2231
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
2232
2232
  ];
2233
2233
  actions: {
2234
- insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE) => import("@atlaskit/editor-common/types").Command;
2234
+ insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE, formatMessage?: {
2235
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
2236
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactPortal | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
2237
+ } | undefined) => import("@atlaskit/editor-common/types").Command;
2235
2238
  };
2236
2239
  }, import("@atlaskit/editor-plugin-layout").LayoutPluginOptions | undefined> | undefined,
2237
2240
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholderText", {
@@ -2282,7 +2282,10 @@ export default function createUniversalPresetInternal({ appearance, props, featu
2282
2282
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
2283
2283
  ];
2284
2284
  actions: {
2285
- insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE) => import("@atlaskit/editor-common/types").Command;
2285
+ insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE, formatMessage?: {
2286
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
2287
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactPortal | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
2288
+ } | undefined) => import("@atlaskit/editor-common/types").Command;
2286
2289
  };
2287
2290
  }, import("@atlaskit/editor-plugins/layout").LayoutPluginOptions | undefined> | undefined,
2288
2291
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholderText", {
@@ -2231,7 +2231,10 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
2231
2231
  }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
2232
2232
  ];
2233
2233
  actions: {
2234
- insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE) => import("@atlaskit/editor-common/types").Command;
2234
+ insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE, formatMessage?: {
2235
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
2236
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactPortal | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
2237
+ } | undefined) => import("@atlaskit/editor-common/types").Command;
2235
2238
  };
2236
2239
  }, import("@atlaskit/editor-plugin-layout").LayoutPluginOptions | undefined> | undefined,
2237
2240
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholderText", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "199.2.0",
3
+ "version": "199.2.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,13 +45,13 @@
45
45
  "@atlaskit/button": "^20.3.0",
46
46
  "@atlaskit/editor-common": "^94.2.0",
47
47
  "@atlaskit/editor-json-transformer": "^8.20.0",
48
- "@atlaskit/editor-plugin-quick-insert": "1.5.0",
48
+ "@atlaskit/editor-plugin-quick-insert": "1.5.1",
49
49
  "@atlaskit/editor-plugins": "^5.6.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",
53
- "@atlaskit/icon": "^22.23.0",
54
- "@atlaskit/media-card": "^78.7.0",
53
+ "@atlaskit/icon": "^22.24.0",
54
+ "@atlaskit/media-card": "^78.8.0",
55
55
  "@atlaskit/mention": "^23.3.0",
56
56
  "@atlaskit/platform-feature-flags": "^0.3.0",
57
57
  "@atlaskit/task-decision": "^17.11.0",
@@ -81,10 +81,10 @@
81
81
  "devDependencies": {
82
82
  "@af/editor-libra": "*",
83
83
  "@af/visual-regression": "*",
84
- "@atlaskit/adf-utils": "^19.9.0",
84
+ "@atlaskit/adf-utils": "^19.10.0",
85
85
  "@atlaskit/analytics-listeners": "^8.11.0",
86
86
  "@atlaskit/collab-provider": "9.43.3",
87
- "@atlaskit/editor-plugin-annotation": "1.21.2",
87
+ "@atlaskit/editor-plugin-annotation": "1.21.3",
88
88
  "@atlaskit/editor-plugin-card": "^4.3.0",
89
89
  "@atlaskit/editor-plugin-list": "^3.9.0",
90
90
  "@atlaskit/editor-plugin-paste": "^1.14.0",
@@ -103,7 +103,7 @@
103
103
  "@atlaskit/visual-regression": "*",
104
104
  "@atlassian/adf-schema-json": "^1.22.0",
105
105
  "@atlassian/feature-flags-test-utils": "*",
106
- "@atlassian/search-provider": "2.4.152",
106
+ "@atlassian/search-provider": "2.4.153",
107
107
  "@emotion/jest": "^11.8.0",
108
108
  "@storybook/addon-knobs": "^5.3.18",
109
109
  "@testing-library/react": "^12.1.5",
@@ -156,10 +156,6 @@
156
156
  "type": "boolean",
157
157
  "referenceOnly": "true"
158
158
  },
159
- "platform.editor.multi-bodied-extension_0rygg": {
160
- "type": "boolean",
161
- "referenceOnly": "true"
162
- },
163
159
  "editor_inline_comments_on_inline_nodes": {
164
160
  "type": "boolean",
165
161
  "referenceOnly": "true"