@tiptap/extension-emoji 3.0.0-beta.21 → 3.0.0-beta.23
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/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- package/src/emoji.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -19492,7 +19492,8 @@ var Emoji = Node.create({
|
|
|
19492
19492
|
src: emojiItem.fallbackImage,
|
|
19493
19493
|
draggable: "false",
|
|
19494
19494
|
loading: "lazy",
|
|
19495
|
-
align: "absmiddle"
|
|
19495
|
+
align: "absmiddle",
|
|
19496
|
+
alt: `${emojiItem.name} emoji`
|
|
19496
19497
|
}
|
|
19497
19498
|
] : emojiItem.emoji || `:${emojiItem.shortcodes[0]}:`
|
|
19498
19499
|
];
|