@tiptap/extension-emoji 2.24.0 → 2.24.2
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/emoji.d.ts.map +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -0
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
- package/src/emoji.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -31709,6 +31709,7 @@ const Emoji = Node.create({
|
|
|
31709
31709
|
draggable: 'false',
|
|
31710
31710
|
loading: 'lazy',
|
|
31711
31711
|
align: 'absmiddle',
|
|
31712
|
+
alt: `${emojiItem.name} emoji`,
|
|
31712
31713
|
},
|
|
31713
31714
|
]
|
|
31714
31715
|
: emojiItem.emoji || `:${emojiItem.shortcodes[0]}:`,
|