@atlaskit/editor-plugin-mentions 19.1.1 → 19.1.3

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,17 @@
1
1
  # @atlaskit/editor-plugin-mentions
2
2
 
3
+ ## 19.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 19.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 19.1.1
4
16
 
5
17
  ### Patch Changes
@@ -13,7 +13,7 @@ var _state = require("@atlaskit/editor-prosemirror/state");
13
13
  var _utils = require("@atlaskit/editor-prosemirror/utils");
14
14
  var _isExperimentEnabled = require("@atlaskit/platform-feature-experiments/is-experiment-enabled");
15
15
  var _fg = require("@atlaskit/platform-feature-flags/fg");
16
- var _navigation = require("@atlaskit/teams-app-config/navigation");
16
+ var _navigateToTeamsApp2 = require("@atlaskit/teams-app-config/utils/teams-app-navigation/navigate-to-teams-app");
17
17
  var _expVal = require("@atlaskit/tmp-editor-statsig/expVal");
18
18
  var _agentMentionContext = require("../pm-plugins/agent-mention-context");
19
19
  var _ProfileCardComponent = require("../ui/ProfileCardComponent");
@@ -139,7 +139,7 @@ var profileCardRenderer = exports.profileCardRenderer = function profileCardRend
139
139
  return;
140
140
  }
141
141
  navigatingToProfile = true;
142
- var _navigateToTeamsApp = (0, _navigation.navigateToTeamsApp)({
142
+ var _navigateToTeamsApp = (0, _navigateToTeamsApp2.navigateToTeamsApp)({
143
143
  type: 'USER',
144
144
  payload: {
145
145
  userId: userId
@@ -43,7 +43,7 @@ var ACTIONS = exports.ACTIONS = {
43
43
  CLEAR_PENDING_PASTED_AGENT_MENTION: 'CLEAR_PENDING_PASTED_AGENT_MENTION'
44
44
  };
45
45
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
46
- var PACKAGE_VERSION = "19.1.0";
46
+ var PACKAGE_VERSION = "19.1.3";
47
47
  var setProvider = function setProvider(provider) {
48
48
  return function (state, dispatch) {
49
49
  if (dispatch) {
@@ -6,7 +6,7 @@ import { NodeSelection, TextSelection } from '@atlaskit/editor-prosemirror/state
6
6
  import { findChildrenByAttr } from '@atlaskit/editor-prosemirror/utils';
7
7
  import { isExperimentEnabled } from '@atlaskit/platform-feature-experiments/is-experiment-enabled';
8
8
  import { fg } from '@atlaskit/platform-feature-flags/fg';
9
- import { navigateToTeamsApp } from '@atlaskit/teams-app-config/navigation';
9
+ import { navigateToTeamsApp } from '@atlaskit/teams-app-config/utils/teams-app-navigation/navigate-to-teams-app';
10
10
  import { expVal } from '@atlaskit/tmp-editor-statsig/expVal';
11
11
  import { getAgentMentionParentContext } from '../pm-plugins/agent-mention-context';
12
12
  import { isAgentMentionType, ProfileCardComponent } from '../ui/ProfileCardComponent';
@@ -32,7 +32,7 @@ export const ACTIONS = {
32
32
  CLEAR_PENDING_PASTED_AGENT_MENTION: 'CLEAR_PENDING_PASTED_AGENT_MENTION'
33
33
  };
34
34
  const PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
35
- const PACKAGE_VERSION = "19.1.0";
35
+ const PACKAGE_VERSION = "19.1.3";
36
36
  const setProvider = provider => (state, dispatch) => {
37
37
  if (dispatch) {
38
38
  dispatch(state.tr.setMeta(mentionPluginKey, {
@@ -9,7 +9,7 @@ import { NodeSelection, TextSelection } from '@atlaskit/editor-prosemirror/state
9
9
  import { findChildrenByAttr } from '@atlaskit/editor-prosemirror/utils';
10
10
  import { isExperimentEnabled } from '@atlaskit/platform-feature-experiments/is-experiment-enabled';
11
11
  import { fg } from '@atlaskit/platform-feature-flags/fg';
12
- import { navigateToTeamsApp } from '@atlaskit/teams-app-config/navigation';
12
+ import { navigateToTeamsApp } from '@atlaskit/teams-app-config/utils/teams-app-navigation/navigate-to-teams-app';
13
13
  import { expVal } from '@atlaskit/tmp-editor-statsig/expVal';
14
14
  import { getAgentMentionParentContext } from '../pm-plugins/agent-mention-context';
15
15
  import { isAgentMentionType, ProfileCardComponent } from '../ui/ProfileCardComponent';
@@ -35,7 +35,7 @@ export var ACTIONS = {
35
35
  CLEAR_PENDING_PASTED_AGENT_MENTION: 'CLEAR_PENDING_PASTED_AGENT_MENTION'
36
36
  };
37
37
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
38
- var PACKAGE_VERSION = "19.1.0";
38
+ var PACKAGE_VERSION = "19.1.3";
39
39
  var setProvider = function setProvider(provider) {
40
40
  return function (state, dispatch) {
41
41
  if (dispatch) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-mentions",
3
- "version": "19.1.1",
3
+ "version": "19.1.3",
4
4
  "description": "Mentions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/section-message": "^10.2.0",
48
48
  "@atlaskit/teams-app-config": "^3.1.0",
49
49
  "@atlaskit/theme": "^28.2.0",
50
- "@atlaskit/tmp-editor-statsig": "^182.0.0",
50
+ "@atlaskit/tmp-editor-statsig": "^184.0.0",
51
51
  "@atlaskit/tokens": "^16.11.0",
52
52
  "@atlaskit/tooltip": "^24.3.0",
53
53
  "@atlaskit/user-picker": "^13.12.0",
@@ -59,7 +59,7 @@
59
59
  "uuid": "^11.1.1"
60
60
  },
61
61
  "peerDependencies": {
62
- "@atlaskit/editor-common": "^121.1.0",
62
+ "@atlaskit/editor-common": "^121.2.0",
63
63
  "react": "^18.2.0 || ^19.2.0",
64
64
  "react-dom": "^18.2.0 || ^19.2.0",
65
65
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
@@ -67,6 +67,7 @@
67
67
  "devDependencies": {
68
68
  "@atlaskit/button": "^25.3.0",
69
69
  "@atlaskit/editor-core": "^227.0.0",
70
+ "@atlassian/workbench": "workspace:*",
70
71
  "@testing-library/react": "^16.3.0",
71
72
  "react": "^19.2.0",
72
73
  "react-dom": "^19.2.0",