@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.cjs
CHANGED
|
@@ -19527,7 +19527,8 @@ var Emoji = import_core.Node.create({
|
|
|
19527
19527
|
src: emojiItem.fallbackImage,
|
|
19528
19528
|
draggable: "false",
|
|
19529
19529
|
loading: "lazy",
|
|
19530
|
-
align: "absmiddle"
|
|
19530
|
+
align: "absmiddle",
|
|
19531
|
+
alt: `${emojiItem.name} emoji`
|
|
19531
19532
|
}
|
|
19532
19533
|
] : emojiItem.emoji || `:${emojiItem.shortcodes[0]}:`
|
|
19533
19534
|
];
|