@atlaskit/editor-core 185.13.0 → 185.14.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.
Files changed (100) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/create-editor/create-plugins-list.js +4 -4
  3. package/dist/cjs/editor-next/index.js +29 -41
  4. package/dist/cjs/editor.js +3 -29
  5. package/dist/cjs/labs/next/presets/universal.js +6 -14
  6. package/dist/cjs/labs/next/presets/useUniversalPreset.js +2 -5
  7. package/dist/cjs/plugins/analytics/plugin.js +13 -7
  8. package/dist/cjs/plugins/card/pm-plugins/doc.js +2 -2
  9. package/dist/cjs/plugins/card/pm-plugins/main.js +27 -22
  10. package/dist/cjs/plugins/card/pm-plugins/util/resolve.js +4 -4
  11. package/dist/cjs/plugins/card/toolbar.js +8 -5
  12. package/dist/cjs/plugins/collab-edit/analytics.js +8 -6
  13. package/dist/cjs/plugins/collab-edit/events/handlers.js +4 -4
  14. package/dist/cjs/plugins/collab-edit/events/initialize.js +3 -2
  15. package/dist/cjs/plugins/collab-edit/index.js +3 -2
  16. package/dist/cjs/plugins/collab-edit/plugin.js +7 -4
  17. package/dist/cjs/plugins/emoji/index.js +17 -7
  18. package/dist/cjs/plugins/mentions/index.js +14 -12
  19. package/dist/cjs/version-wrapper.js +1 -1
  20. package/dist/cjs/version.json +1 -1
  21. package/dist/es2019/create-editor/create-plugins-list.js +4 -4
  22. package/dist/es2019/editor-next/index.js +25 -39
  23. package/dist/es2019/editor.js +2 -25
  24. package/dist/es2019/labs/next/presets/universal.js +6 -16
  25. package/dist/es2019/labs/next/presets/useUniversalPreset.js +2 -6
  26. package/dist/es2019/plugins/analytics/plugin.js +13 -9
  27. package/dist/es2019/plugins/card/pm-plugins/doc.js +2 -3
  28. package/dist/es2019/plugins/card/pm-plugins/main.js +27 -22
  29. package/dist/es2019/plugins/card/pm-plugins/util/resolve.js +4 -4
  30. package/dist/es2019/plugins/card/toolbar.js +8 -5
  31. package/dist/es2019/plugins/collab-edit/analytics.js +17 -13
  32. package/dist/es2019/plugins/collab-edit/events/handlers.js +4 -4
  33. package/dist/es2019/plugins/collab-edit/events/initialize.js +3 -2
  34. package/dist/es2019/plugins/collab-edit/index.js +3 -2
  35. package/dist/es2019/plugins/collab-edit/plugin.js +7 -4
  36. package/dist/es2019/plugins/emoji/index.js +17 -7
  37. package/dist/es2019/plugins/mentions/index.js +7 -6
  38. package/dist/es2019/version-wrapper.js +1 -1
  39. package/dist/es2019/version.json +1 -1
  40. package/dist/esm/create-editor/create-plugins-list.js +4 -4
  41. package/dist/esm/editor-next/index.js +28 -42
  42. package/dist/esm/editor.js +3 -29
  43. package/dist/esm/labs/next/presets/universal.js +6 -14
  44. package/dist/esm/labs/next/presets/useUniversalPreset.js +2 -5
  45. package/dist/esm/plugins/analytics/plugin.js +13 -7
  46. package/dist/esm/plugins/card/pm-plugins/doc.js +2 -3
  47. package/dist/esm/plugins/card/pm-plugins/main.js +27 -22
  48. package/dist/esm/plugins/card/pm-plugins/util/resolve.js +4 -4
  49. package/dist/esm/plugins/card/toolbar.js +8 -5
  50. package/dist/esm/plugins/collab-edit/analytics.js +8 -6
  51. package/dist/esm/plugins/collab-edit/events/handlers.js +4 -4
  52. package/dist/esm/plugins/collab-edit/events/initialize.js +3 -2
  53. package/dist/esm/plugins/collab-edit/index.js +3 -2
  54. package/dist/esm/plugins/collab-edit/plugin.js +7 -4
  55. package/dist/esm/plugins/emoji/index.js +17 -7
  56. package/dist/esm/plugins/mentions/index.js +14 -12
  57. package/dist/esm/version-wrapper.js +1 -1
  58. package/dist/esm/version.json +1 -1
  59. package/dist/types/create-editor/create-plugins-list.d.ts +2 -2
  60. package/dist/types/editor-next/index.d.ts +1 -0
  61. package/dist/types/editor.d.ts +0 -1
  62. package/dist/types/labs/next/presets/universal.d.ts +2 -2
  63. package/dist/types/plugins/card/pm-plugins/doc.d.ts +2 -1
  64. package/dist/types/plugins/card/pm-plugins/util/resolve.d.ts +2 -1
  65. package/dist/types/plugins/card/pm-plugins/util/state.d.ts +0 -1
  66. package/dist/types/plugins/card/types.d.ts +1 -3
  67. package/dist/types/plugins/collab-edit/analytics.d.ts +4 -3
  68. package/dist/types/plugins/collab-edit/events/handlers.d.ts +3 -2
  69. package/dist/types/plugins/collab-edit/events/initialize.d.ts +4 -2
  70. package/dist/types/plugins/collab-edit/index.d.ts +6 -2
  71. package/dist/types/plugins/collab-edit/plugin.d.ts +3 -1
  72. package/dist/types/plugins/collab-edit/types.d.ts +0 -2
  73. package/dist/types/plugins/emoji/index.d.ts +3 -1
  74. package/dist/types/plugins/emoji/types.d.ts +1 -3
  75. package/dist/types/plugins/mentions/types.d.ts +2 -4
  76. package/dist/types-ts4.5/create-editor/create-plugins-list.d.ts +2 -2
  77. package/dist/types-ts4.5/editor-next/index.d.ts +1 -0
  78. package/dist/types-ts4.5/editor.d.ts +0 -1
  79. package/dist/types-ts4.5/labs/next/presets/universal.d.ts +2 -2
  80. package/dist/types-ts4.5/plugins/card/pm-plugins/doc.d.ts +2 -1
  81. package/dist/types-ts4.5/plugins/card/pm-plugins/util/resolve.d.ts +2 -1
  82. package/dist/types-ts4.5/plugins/card/pm-plugins/util/state.d.ts +0 -1
  83. package/dist/types-ts4.5/plugins/card/types.d.ts +1 -3
  84. package/dist/types-ts4.5/plugins/collab-edit/analytics.d.ts +4 -3
  85. package/dist/types-ts4.5/plugins/collab-edit/events/handlers.d.ts +3 -2
  86. package/dist/types-ts4.5/plugins/collab-edit/events/initialize.d.ts +4 -2
  87. package/dist/types-ts4.5/plugins/collab-edit/index.d.ts +4 -2
  88. package/dist/types-ts4.5/plugins/collab-edit/plugin.d.ts +3 -1
  89. package/dist/types-ts4.5/plugins/collab-edit/types.d.ts +0 -2
  90. package/dist/types-ts4.5/plugins/emoji/index.d.ts +5 -1
  91. package/dist/types-ts4.5/plugins/emoji/types.d.ts +1 -3
  92. package/dist/types-ts4.5/plugins/mentions/types.d.ts +2 -4
  93. package/package.json +10 -7
  94. package/report.api.md +2 -2
  95. package/dist/cjs/labs/next/presets/create-stub-internal-apis.js +0 -79
  96. package/dist/es2019/labs/next/presets/create-stub-internal-apis.js +0 -69
  97. package/dist/esm/labs/next/presets/create-stub-internal-apis.js +0 -72
  98. package/dist/types/labs/next/presets/create-stub-internal-apis.d.ts +0 -13
  99. package/dist/types-ts4.5/labs/next/presets/create-stub-internal-apis.d.ts +0 -13
  100. package/tmp/api-report-tmp.d.ts +0 -2364
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "185.13.0",
3
+ "version": "185.14.0",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@atlaskit/activity-provider": "^2.4.0",
43
- "@atlaskit/adf-schema": "^26.1.0",
43
+ "@atlaskit/adf-schema": "^26.2.0",
44
44
  "@atlaskit/adf-utils": "^19.0.0",
45
45
  "@atlaskit/analytics-gas-types": "^5.1.0",
46
46
  "@atlaskit/analytics-listeners": "^8.7.0",
@@ -59,14 +59,14 @@
59
59
  "@atlaskit/editor-json-transformer": "^8.10.0",
60
60
  "@atlaskit/editor-markdown-transformer": "^5.2.0",
61
61
  "@atlaskit/editor-palette": "1.5.1",
62
- "@atlaskit/editor-plugin-analytics": "^0.0.5",
63
- "@atlaskit/editor-plugin-content-insertion": "^0.0.5",
62
+ "@atlaskit/editor-plugin-analytics": "^0.1.0",
63
+ "@atlaskit/editor-plugin-content-insertion": "^0.0.6",
64
64
  "@atlaskit/editor-plugin-context-panel": "^0.1.0",
65
65
  "@atlaskit/editor-plugin-decorations": "^0.1.0",
66
66
  "@atlaskit/editor-plugin-feature-flags": "^0.1.0",
67
67
  "@atlaskit/editor-plugin-floating-toolbar": "^0.2.0",
68
68
  "@atlaskit/editor-plugin-grid": "^0.1.0",
69
- "@atlaskit/editor-plugin-table": "^2.0.0",
69
+ "@atlaskit/editor-plugin-table": "^2.1.0",
70
70
  "@atlaskit/editor-plugin-width": "^0.1.0",
71
71
  "@atlaskit/editor-shared-styles": "^2.4.0",
72
72
  "@atlaskit/editor-tables": "^2.3.0",
@@ -148,10 +148,10 @@
148
148
  "@af/editor-libra": "*",
149
149
  "@af/integration-testing": "*",
150
150
  "@atlaskit/code": "^14.6.0",
151
- "@atlaskit/collab-provider": "9.6.2",
151
+ "@atlaskit/collab-provider": "9.6.3",
152
152
  "@atlaskit/dropdown-menu": "^11.10.0",
153
153
  "@atlaskit/editor-extension-dropbox": "^0.4.0",
154
- "@atlaskit/editor-plugin-table": "^2.0.0",
154
+ "@atlaskit/editor-plugin-table": "^2.1.0",
155
155
  "@atlaskit/editor-test-helpers": "^18.10.0",
156
156
  "@atlaskit/flag": "^15.2.0",
157
157
  "@atlaskit/link-provider": "^1.6.0",
@@ -253,6 +253,9 @@
253
253
  "platform.design-system-team.border-checkbox_nyoiu": {
254
254
  "type": "boolean",
255
255
  "referenceOnly": "true"
256
+ },
257
+ "platform.linking-platform.datasource-jira_issues": {
258
+ "type": "boolean"
256
259
  }
257
260
  }
258
261
  }
package/report.api.md CHANGED
@@ -105,9 +105,9 @@ import { MediaFeatureFlags } from '@atlaskit/media-common';
105
105
  import { MediaFeatureFlags as MediaFeatureFlags_2 } from '@atlaskit/media-common/mediaFeatureFlags';
106
106
  import { MediaFile } from '@atlaskit/media-picker/types';
107
107
  import { MediaProvider as MediaProvider_2 } from '@atlaskit/editor-common/provider-factory';
108
- import { MentionDescription } from '@atlaskit/mention';
108
+ import type { MentionDescription } from '@atlaskit/mention';
109
109
  import { MentionProvider } from '@atlaskit/mention/resource';
110
- import { MentionProvider as MentionProvider_2 } from '@atlaskit/mention';
110
+ import type { MentionProvider as MentionProvider_2 } from '@atlaskit/mention';
111
111
  import { MentionResource } from '@atlaskit/mention/resource';
112
112
  import { MenuItem } from '@atlaskit/editor-common/ui-menu';
113
113
  import { default as messages } from '@atlaskit/editor-common/messages';
@@ -1,79 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.createStubInternalApis = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _analyticsNext = require("@atlaskit/analytics-next");
10
- var _api = require("../../../selection-api/api");
11
- var _safePlugin = require("@atlaskit/editor-common/safe-plugin");
12
- /**
13
- * DO NOT USE THIS FUNCTION
14
- *
15
- * IT IS A TEMPORARY PLACEHOLDER UNTIL THOSE TICKETS XX-11111 XX-22222 are done
16
- **/
17
- var createStubInternalApis = function createStubInternalApis() {
18
- var createAnalyticsEventRef = {
19
- current: null
20
- };
21
-
22
- // @ts-ignore
23
- var createAnalyticsEvent = function createAnalyticsEvent(payload) {
24
- // That means the AnalyticsNext context is being used
25
- if (createAnalyticsEventRef.current) {
26
- return createAnalyticsEventRef.current(payload);
27
- }
28
-
29
- // That means, there is no createAnalyticsEvent available at all.
30
- // This should not happen, but if it does, we will send a mock function to avoid
31
- // regression on SmartLinks (they are the only one using this function directly)
32
- if (process.env.NODE_ENV === 'development') {
33
- // eslint-disable-next-line no-console
34
- console.error('This should never be called, if it does we have a problem');
35
- }
36
- return {
37
- fire: function fire() {}
38
- };
39
- };
40
- var editorSelectionAPI = (0, _api.createEditorSelectionAPI)();
41
- var MountCreateAnalyticsEventRef = function MountCreateAnalyticsEventRef() {
42
- var _useAnalyticsEvents = (0, _analyticsNext.useAnalyticsEvents)(),
43
- createAnalyticsEvent = _useAnalyticsEvents.createAnalyticsEvent;
44
- _react.default.useLayoutEffect(function () {
45
- createAnalyticsEventRef.current = createAnalyticsEvent;
46
- }, [createAnalyticsEvent]);
47
- return null;
48
- };
49
- var stubInternalApisPlugin = function stubInternalApisPlugin() {
50
- return {
51
- name: 'stubInternalApisPlugin',
52
- pmPlugins: function pmPlugins() {
53
- return [{
54
- name: 'stubInternalApisPMPlugin',
55
- plugin: function plugin() {
56
- return new _safePlugin.SafePlugin({
57
- view: function view() {
58
- return {
59
- destroy: function destroy() {
60
- createAnalyticsEventRef.current = null;
61
- }
62
- };
63
- }
64
- });
65
- }
66
- }];
67
- },
68
- contentComponent: function contentComponent() {
69
- return /*#__PURE__*/_react.default.createElement(MountCreateAnalyticsEventRef);
70
- }
71
- };
72
- };
73
- return {
74
- editorSelectionAPI: editorSelectionAPI,
75
- createAnalyticsEvent: createAnalyticsEvent,
76
- stubInternalApisPlugin: stubInternalApisPlugin
77
- };
78
- };
79
- exports.createStubInternalApis = createStubInternalApis;
@@ -1,69 +0,0 @@
1
- import React from 'react';
2
- import { useAnalyticsEvents } from '@atlaskit/analytics-next';
3
- import { createEditorSelectionAPI } from '../../../selection-api/api';
4
- import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
5
-
6
- /**
7
- * DO NOT USE THIS FUNCTION
8
- *
9
- * IT IS A TEMPORARY PLACEHOLDER UNTIL THOSE TICKETS XX-11111 XX-22222 are done
10
- **/
11
- export const createStubInternalApis = () => {
12
- const createAnalyticsEventRef = {
13
- current: null
14
- };
15
-
16
- // @ts-ignore
17
- const createAnalyticsEvent = payload => {
18
- // That means the AnalyticsNext context is being used
19
- if (createAnalyticsEventRef.current) {
20
- return createAnalyticsEventRef.current(payload);
21
- }
22
-
23
- // That means, there is no createAnalyticsEvent available at all.
24
- // This should not happen, but if it does, we will send a mock function to avoid
25
- // regression on SmartLinks (they are the only one using this function directly)
26
- if (process.env.NODE_ENV === 'development') {
27
- // eslint-disable-next-line no-console
28
- console.error('This should never be called, if it does we have a problem');
29
- }
30
- return {
31
- fire: () => {}
32
- };
33
- };
34
- const editorSelectionAPI = createEditorSelectionAPI();
35
- const MountCreateAnalyticsEventRef = () => {
36
- const {
37
- createAnalyticsEvent
38
- } = useAnalyticsEvents();
39
- React.useLayoutEffect(() => {
40
- createAnalyticsEventRef.current = createAnalyticsEvent;
41
- }, [createAnalyticsEvent]);
42
- return null;
43
- };
44
- const stubInternalApisPlugin = () => ({
45
- name: 'stubInternalApisPlugin',
46
- pmPlugins() {
47
- return [{
48
- name: 'stubInternalApisPMPlugin',
49
- plugin: () => new SafePlugin({
50
- view: () => {
51
- return {
52
- destroy() {
53
- createAnalyticsEventRef.current = null;
54
- }
55
- };
56
- }
57
- })
58
- }];
59
- },
60
- contentComponent: () => {
61
- return /*#__PURE__*/React.createElement(MountCreateAnalyticsEventRef);
62
- }
63
- });
64
- return {
65
- editorSelectionAPI,
66
- createAnalyticsEvent,
67
- stubInternalApisPlugin
68
- };
69
- };
@@ -1,72 +0,0 @@
1
- import React from 'react';
2
- import { useAnalyticsEvents } from '@atlaskit/analytics-next';
3
- import { createEditorSelectionAPI } from '../../../selection-api/api';
4
- import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
5
-
6
- /**
7
- * DO NOT USE THIS FUNCTION
8
- *
9
- * IT IS A TEMPORARY PLACEHOLDER UNTIL THOSE TICKETS XX-11111 XX-22222 are done
10
- **/
11
- export var createStubInternalApis = function createStubInternalApis() {
12
- var createAnalyticsEventRef = {
13
- current: null
14
- };
15
-
16
- // @ts-ignore
17
- var createAnalyticsEvent = function createAnalyticsEvent(payload) {
18
- // That means the AnalyticsNext context is being used
19
- if (createAnalyticsEventRef.current) {
20
- return createAnalyticsEventRef.current(payload);
21
- }
22
-
23
- // That means, there is no createAnalyticsEvent available at all.
24
- // This should not happen, but if it does, we will send a mock function to avoid
25
- // regression on SmartLinks (they are the only one using this function directly)
26
- if (process.env.NODE_ENV === 'development') {
27
- // eslint-disable-next-line no-console
28
- console.error('This should never be called, if it does we have a problem');
29
- }
30
- return {
31
- fire: function fire() {}
32
- };
33
- };
34
- var editorSelectionAPI = createEditorSelectionAPI();
35
- var MountCreateAnalyticsEventRef = function MountCreateAnalyticsEventRef() {
36
- var _useAnalyticsEvents = useAnalyticsEvents(),
37
- createAnalyticsEvent = _useAnalyticsEvents.createAnalyticsEvent;
38
- React.useLayoutEffect(function () {
39
- createAnalyticsEventRef.current = createAnalyticsEvent;
40
- }, [createAnalyticsEvent]);
41
- return null;
42
- };
43
- var stubInternalApisPlugin = function stubInternalApisPlugin() {
44
- return {
45
- name: 'stubInternalApisPlugin',
46
- pmPlugins: function pmPlugins() {
47
- return [{
48
- name: 'stubInternalApisPMPlugin',
49
- plugin: function plugin() {
50
- return new SafePlugin({
51
- view: function view() {
52
- return {
53
- destroy: function destroy() {
54
- createAnalyticsEventRef.current = null;
55
- }
56
- };
57
- }
58
- });
59
- }
60
- }];
61
- },
62
- contentComponent: function contentComponent() {
63
- return /*#__PURE__*/React.createElement(MountCreateAnalyticsEventRef);
64
- }
65
- };
66
- };
67
- return {
68
- editorSelectionAPI: editorSelectionAPI,
69
- createAnalyticsEvent: createAnalyticsEvent,
70
- stubInternalApisPlugin: stubInternalApisPlugin
71
- };
72
- };
@@ -1,13 +0,0 @@
1
- import type { EditorPlugin } from '@atlaskit/editor-common/types';
2
- import { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
3
- import type { EditorSelectionAPI } from '@atlaskit/editor-common/selection';
4
- /**
5
- * DO NOT USE THIS FUNCTION
6
- *
7
- * IT IS A TEMPORARY PLACEHOLDER UNTIL THOSE TICKETS XX-11111 XX-22222 are done
8
- **/
9
- export declare const createStubInternalApis: () => {
10
- editorSelectionAPI: EditorSelectionAPI;
11
- createAnalyticsEvent: CreateUIAnalyticsEvent;
12
- stubInternalApisPlugin: () => EditorPlugin;
13
- };
@@ -1,13 +0,0 @@
1
- import type { EditorPlugin } from '@atlaskit/editor-common/types';
2
- import { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
3
- import type { EditorSelectionAPI } from '@atlaskit/editor-common/selection';
4
- /**
5
- * DO NOT USE THIS FUNCTION
6
- *
7
- * IT IS A TEMPORARY PLACEHOLDER UNTIL THOSE TICKETS XX-11111 XX-22222 are done
8
- **/
9
- export declare const createStubInternalApis: () => {
10
- editorSelectionAPI: EditorSelectionAPI;
11
- createAnalyticsEvent: CreateUIAnalyticsEvent;
12
- stubInternalApisPlugin: () => EditorPlugin;
13
- };