@atlaskit/editor-plugin-mentions 2.10.9 → 2.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-mentions",
3
- "version": "2.10.9",
3
+ "version": "2.11.1",
4
4
  "description": "Mentions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,16 +32,17 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
- "@atlaskit/editor-common": "^98.0.0",
35
+ "@atlaskit/editor-common": "^99.0.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
37
+ "@atlaskit/editor-plugin-base": "^2.1.0",
37
38
  "@atlaskit/editor-plugin-context-identifier": "^1.3.0",
38
39
  "@atlaskit/editor-plugin-type-ahead": "^1.11.0",
39
40
  "@atlaskit/editor-prosemirror": "6.2.1",
40
- "@atlaskit/icon": "^23.1.0",
41
- "@atlaskit/mention": "^23.5.0",
41
+ "@atlaskit/icon": "^23.3.0",
42
+ "@atlaskit/mention": "^23.7.0",
42
43
  "@atlaskit/platform-feature-flags": "^0.3.0",
43
44
  "@atlaskit/theme": "^14.0.0",
44
- "@atlaskit/tokens": "^2.5.0",
45
+ "@atlaskit/tokens": "^3.0.0",
45
46
  "@babel/runtime": "^7.0.0",
46
47
  "@emotion/react": "^11.7.1",
47
48
  "uuid": "^3.1.0"
@@ -106,6 +107,12 @@
106
107
  },
107
108
  "team-mention-inline-smartlink": {
108
109
  "type": "boolean"
110
+ },
111
+ "platform_editor_mention_provider_via_plugin_config": {
112
+ "type": "boolean"
113
+ },
114
+ "platform_editor_offline_editing_ga": {
115
+ "type": "boolean"
109
116
  }
110
117
  }
111
118
  }