@atlaskit/editor-plugin-mentions 16.1.3 → 16.1.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 +6 -0
- package/dist/cjs/pm-plugins/main.js +1 -1
- package/dist/cjs/ui/type-ahead/index.js +1 -1
- package/dist/es2019/pm-plugins/main.js +1 -1
- package/dist/es2019/ui/type-ahead/index.js +1 -1
- package/dist/esm/pm-plugins/main.js +1 -1
- package/dist/esm/ui/type-ahead/index.js +1 -1
- package/package.json +3 -6
package/CHANGELOG.md
CHANGED
|
@@ -67,7 +67,7 @@ var AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
|
|
|
67
67
|
var AGENT_MENTION_INACTIVITY_MS = 3000;
|
|
68
68
|
var MAX_PENDING_TYPED_AGENT_MENTION_FOCUS_DEFERS = 20;
|
|
69
69
|
var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
70
|
-
var PACKAGE_VERSION = "16.1.
|
|
70
|
+
var PACKAGE_VERSION = "16.1.3";
|
|
71
71
|
var setProvider = function setProvider(provider) {
|
|
72
72
|
return function (state, dispatch) {
|
|
73
73
|
if (dispatch) {
|
|
@@ -321,7 +321,7 @@ var makeTransformMentionsToTypeAheadItems = function makeTransformMentionsToType
|
|
|
321
321
|
currentQuery: query,
|
|
322
322
|
onInviteItemMount: function onInviteItemMount() {
|
|
323
323
|
var _mentionProvider$getS2;
|
|
324
|
-
fireEvent((0, _analytics.buildTypeAheadInviteItemViewedPayload)(sessionId, contextIdentifierProvider, mentionProvider.userRole, (0, _platformFeatureFlags.fg)('
|
|
324
|
+
fireEvent((0, _analytics.buildTypeAheadInviteItemViewedPayload)(sessionId, contextIdentifierProvider, mentionProvider.userRole, (0, _platformFeatureFlags.fg)('inline_invite_from_mentions_kill_switch') ? {
|
|
325
325
|
isInlineInviteMentionsEnabled: (_mentionProvider$getS2 = mentionProvider.getShouldEnableInlineInvite) === null || _mentionProvider$getS2 === void 0 ? void 0 : _mentionProvider$getS2.call(mentionProvider)
|
|
326
326
|
} : {}));
|
|
327
327
|
},
|
|
@@ -51,7 +51,7 @@ const AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
|
|
|
51
51
|
const AGENT_MENTION_INACTIVITY_MS = 3000;
|
|
52
52
|
const MAX_PENDING_TYPED_AGENT_MENTION_FOCUS_DEFERS = 20;
|
|
53
53
|
const PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
54
|
-
const PACKAGE_VERSION = "16.1.
|
|
54
|
+
const PACKAGE_VERSION = "16.1.3";
|
|
55
55
|
const setProvider = provider => (state, dispatch) => {
|
|
56
56
|
if (dispatch) {
|
|
57
57
|
dispatch(state.tr.setMeta(mentionPluginKey, {
|
|
@@ -286,7 +286,7 @@ const makeTransformMentionsToTypeAheadItems = ({
|
|
|
286
286
|
currentQuery: query,
|
|
287
287
|
onInviteItemMount: () => {
|
|
288
288
|
var _mentionProvider$getS2;
|
|
289
|
-
fireEvent(buildTypeAheadInviteItemViewedPayload(sessionId, contextIdentifierProvider, mentionProvider.userRole, fg('
|
|
289
|
+
fireEvent(buildTypeAheadInviteItemViewedPayload(sessionId, contextIdentifierProvider, mentionProvider.userRole, fg('inline_invite_from_mentions_kill_switch') ? {
|
|
290
290
|
isInlineInviteMentionsEnabled: (_mentionProvider$getS2 = mentionProvider.getShouldEnableInlineInvite) === null || _mentionProvider$getS2 === void 0 ? void 0 : _mentionProvider$getS2.call(mentionProvider)
|
|
291
291
|
} : {}));
|
|
292
292
|
},
|
|
@@ -58,7 +58,7 @@ var AI_STREAMING_TRANSFORMATION_META_KEY = 'isAIStreamingTransformation';
|
|
|
58
58
|
var AGENT_MENTION_INACTIVITY_MS = 3000;
|
|
59
59
|
var MAX_PENDING_TYPED_AGENT_MENTION_FOCUS_DEFERS = 20;
|
|
60
60
|
var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
61
|
-
var PACKAGE_VERSION = "16.1.
|
|
61
|
+
var PACKAGE_VERSION = "16.1.3";
|
|
62
62
|
var setProvider = function setProvider(provider) {
|
|
63
63
|
return function (state, dispatch) {
|
|
64
64
|
if (dispatch) {
|
|
@@ -312,7 +312,7 @@ var makeTransformMentionsToTypeAheadItems = function makeTransformMentionsToType
|
|
|
312
312
|
currentQuery: query,
|
|
313
313
|
onInviteItemMount: function onInviteItemMount() {
|
|
314
314
|
var _mentionProvider$getS2;
|
|
315
|
-
fireEvent(buildTypeAheadInviteItemViewedPayload(sessionId, contextIdentifierProvider, mentionProvider.userRole, fg('
|
|
315
|
+
fireEvent(buildTypeAheadInviteItemViewedPayload(sessionId, contextIdentifierProvider, mentionProvider.userRole, fg('inline_invite_from_mentions_kill_switch') ? {
|
|
316
316
|
isInlineInviteMentionsEnabled: (_mentionProvider$getS2 = mentionProvider.getShouldEnableInlineInvite) === null || _mentionProvider$getS2 === void 0 ? void 0 : _mentionProvider$getS2.call(mentionProvider)
|
|
317
317
|
} : {}));
|
|
318
318
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-mentions",
|
|
3
|
-
"version": "16.1.
|
|
3
|
+
"version": "16.1.4",
|
|
4
4
|
"description": "Mentions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@atlaskit/popup": "^6.0.0",
|
|
42
42
|
"@atlaskit/portal": "^6.2.0",
|
|
43
43
|
"@atlaskit/primitives": "^22.2.0",
|
|
44
|
-
"@atlaskit/profilecard": "^26.
|
|
44
|
+
"@atlaskit/profilecard": "^26.17.0",
|
|
45
45
|
"@atlaskit/teams-app-config": "^2.2.0",
|
|
46
46
|
"@atlaskit/theme": "^28.0.0",
|
|
47
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^146.0.0",
|
|
48
48
|
"@atlaskit/tokens": "^16.6.0",
|
|
49
49
|
"@atlaskit/tooltip": "^24.0.0",
|
|
50
50
|
"@atlaskit/user-picker": "^13.8.0",
|
|
@@ -117,9 +117,6 @@
|
|
|
117
117
|
"platform_editor_adf_with_localid": {
|
|
118
118
|
"type": "boolean"
|
|
119
119
|
},
|
|
120
|
-
"jira_invites_auto_tag_new_user_in_mentions_fg": {
|
|
121
|
-
"type": "boolean"
|
|
122
|
-
},
|
|
123
120
|
"inline_invite_from_mentions_kill_switch": {
|
|
124
121
|
"type": "boolean"
|
|
125
122
|
},
|