@ckeditor/ckeditor5-emoji 48.0.1 → 48.1.0-alpha.0
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/dist/emojiutils.d.ts +3 -0
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/emojiutils.d.ts
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
+
/**
|
|
6
|
+
* @module emoji/emojiutils
|
|
7
|
+
*/
|
|
5
8
|
import { Plugin } from '@ckeditor/ckeditor5-core';
|
|
6
9
|
import type { EmojiCdnResource, EmojiEntry } from './emojirepository.js';
|
|
7
10
|
/**
|
package/dist/index.js
CHANGED
|
@@ -74,9 +74,7 @@ function getCanvas() {
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
|
|
78
|
-
* @module emoji/emojiutils
|
|
79
|
-
*/ const SKIN_TONE_MAP = {
|
|
77
|
+
const SKIN_TONE_MAP = {
|
|
80
78
|
0: 'default',
|
|
81
79
|
1: 'light',
|
|
82
80
|
2: 'medium-light',
|
|
@@ -1511,8 +1509,7 @@ const EMOJI_HINT_OPTION_ID = ':__EMOJI_HINT:';
|
|
|
1511
1509
|
class: [
|
|
1512
1510
|
'ck',
|
|
1513
1511
|
'ck-form',
|
|
1514
|
-
'ck-emoji-picker-form'
|
|
1515
|
-
'ck-responsive-form'
|
|
1512
|
+
'ck-emoji-picker-form'
|
|
1516
1513
|
],
|
|
1517
1514
|
// https://github.com/ckeditor/ckeditor5-link/issues/90
|
|
1518
1515
|
tabindex: '-1'
|