@atlaskit/editor-plugin-collab-edit 1.8.2 → 1.8.4

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,20 @@
1
1
  # @atlaskit/editor-plugin-collab-edit
2
2
 
3
+ ## 1.8.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#117973](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117973)
8
+ [`6e37bac62083f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6e37bac62083f) -
9
+ moved one const, added new entry point for other and deprecated
10
+ - Updated dependencies
11
+
12
+ ## 1.8.3
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 1.8.2
4
19
 
5
20
  ### Patch Changes
package/dist/cjs/utils.js CHANGED
@@ -9,7 +9,7 @@ exports.getAvatarColor = getAvatarColor;
9
9
  exports.scrollToCollabCursor = exports.replaceDocument = exports.getPositionOfTelepointer = void 0;
10
10
  var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
11
11
  var _analytics = require("@atlaskit/editor-common/analytics");
12
- var _utils = require("@atlaskit/editor-common/utils");
12
+ var _whitespace = require("@atlaskit/editor-common/whitespace");
13
13
  var _state = require("@atlaskit/editor-prosemirror/state");
14
14
  var _view = require("@atlaskit/editor-prosemirror/view");
15
15
  var _consts = require("@atlaskit/editor-shared-styles/consts");
@@ -52,11 +52,11 @@ var createTelepointers = exports.createTelepointers = function createTelepointer
52
52
  }));
53
53
  }
54
54
  var spaceJoinerBefore = document.createElement('span');
55
- spaceJoinerBefore.textContent = _utils.ZERO_WIDTH_JOINER;
55
+ spaceJoinerBefore.textContent = _whitespace.ZERO_WIDTH_JOINER;
56
56
  var spaceJoinerAfter = document.createElement('span');
57
- spaceJoinerAfter.textContent = _utils.ZERO_WIDTH_JOINER;
57
+ spaceJoinerAfter.textContent = _whitespace.ZERO_WIDTH_JOINER;
58
58
  var cursor = document.createElement('span');
59
- cursor.textContent = _utils.ZERO_WIDTH_JOINER;
59
+ cursor.textContent = _whitespace.ZERO_WIDTH_JOINER;
60
60
  cursor.className = "telepointer color-".concat(color, " telepointer-selection-badge");
61
61
  cursor.style.cssText = "".concat(style({
62
62
  color: avatarColor.color
@@ -1,5 +1,5 @@
1
1
  import { ACTION, ACTION_SUBJECT, EVENT_TYPE } from '@atlaskit/editor-common/analytics';
2
- import { ZERO_WIDTH_JOINER } from '@atlaskit/editor-common/utils';
2
+ import { ZERO_WIDTH_JOINER } from '@atlaskit/editor-common/whitespace';
3
3
  import { Selection, TextSelection } from '@atlaskit/editor-prosemirror/state';
4
4
  import { Decoration } from '@atlaskit/editor-prosemirror/view';
5
5
  import { avatarColors } from '@atlaskit/editor-shared-styles/consts';
package/dist/esm/utils.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import _typeof from "@babel/runtime/helpers/typeof";
2
2
  import { ACTION, ACTION_SUBJECT, EVENT_TYPE } from '@atlaskit/editor-common/analytics';
3
- import { ZERO_WIDTH_JOINER } from '@atlaskit/editor-common/utils';
3
+ import { ZERO_WIDTH_JOINER } from '@atlaskit/editor-common/whitespace';
4
4
  import { Selection, TextSelection } from '@atlaskit/editor-prosemirror/state';
5
5
  import { Decoration } from '@atlaskit/editor-prosemirror/view';
6
6
  import { avatarColors } from '@atlaskit/editor-shared-styles/consts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-collab-edit",
3
- "version": "1.8.2",
3
+ "version": "1.8.4",
4
4
  "description": "Collab Edit plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,8 +34,8 @@
34
34
  "dependencies": {
35
35
  "@atlaskit/adf-schema": "^39.0.3",
36
36
  "@atlaskit/custom-steps": "^0.4.0",
37
- "@atlaskit/editor-common": "^83.5.0",
38
- "@atlaskit/editor-plugin-analytics": "1.4.1",
37
+ "@atlaskit/editor-common": "^84.3.0",
38
+ "@atlaskit/editor-plugin-analytics": "1.4.2",
39
39
  "@atlaskit/editor-plugin-editor-viewmode": "^2.0.0",
40
40
  "@atlaskit/editor-plugin-feature-flags": "^1.1.0",
41
41
  "@atlaskit/editor-prosemirror": "4.0.1",
@@ -51,7 +51,7 @@
51
51
  "devDependencies": {
52
52
  "@af/integration-testing": "*",
53
53
  "@af/visual-regression": "*",
54
- "@atlaskit/editor-plugin-mentions": "^1.8.0",
54
+ "@atlaskit/editor-plugin-mentions": "^2.0.0",
55
55
  "@atlaskit/editor-plugin-text-formatting": "^1.9.0",
56
56
  "@atlaskit/editor-plugin-type-ahead": "^1.4.0",
57
57
  "@atlaskit/editor-plugin-unsupported-content": "^1.4.0",