@ckeditor/ckeditor5-mention 42.0.1-alpha.0 → 42.0.1-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,10 @@ max-height: var(--ck-mention-list-max-height);
10
10
  overflow-y: auto;
11
11
  overflow-x: hidden;
12
12
  overscroll-behavior: contain;
13
+
13
14
  }
14
15
  .ck.ck-mentions > .ck-list__item {
15
16
  overflow: hidden;
16
17
  flex-shrink: 0;
18
+
17
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-mention",
3
- "version": "42.0.1-alpha.0",
3
+ "version": "42.0.1-alpha.2",
4
4
  "description": "Mention feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,7 +13,7 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "ckeditor5": "42.0.1-alpha.0",
16
+ "ckeditor5": "42.0.1-alpha.2",
17
17
  "lodash-es": "4.17.21"
18
18
  },
19
19
  "author": "CKSource (http://cksource.com/)",