feat: Add custom emoji picker
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 0s
Deploy to GitHub Pages / build (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 0s
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-05-27 21:45:54 +02:00
parent b77700b8b8
commit 2b72a2a5ea
No known key found for this signature in database
15 changed files with 592 additions and 6 deletions

21
pnpm-lock.yaml generated
View file

@ -92,6 +92,12 @@ importers:
embla-carousel-vue:
specifier: ^8.6.0
version: 8.6.0(vue@3.5.14(typescript@5.8.3))
emojibase:
specifier: ^16.0.0
version: 16.0.0
emojibase-data:
specifier: ^16.0.3
version: 16.0.3(emojibase@16.0.0)
fuzzysort:
specifier: ^3.1.0
version: 3.1.0
@ -2893,6 +2899,15 @@ packages:
emoji-regex@9.2.2:
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
emojibase-data@16.0.3:
resolution: {integrity: sha512-MopInVCDZeXvqBMPJxnvYUyKw9ImJZqIDr2sABo6acVSPev5IDYX+mf+0tsu96JJyc3INNvgIf06Eso7bdTX2Q==}
peerDependencies:
emojibase: '*'
emojibase@16.0.0:
resolution: {integrity: sha512-Nw2m7JLIO4Ou2X/yZPRNscHQXVbbr6SErjkJ7EooG7MbR3yDZszCv9KTizsXFc7yZl0n3WF+qUKIC/Lw6H9xaQ==}
engines: {node: '>=18.12.0'}
enabled@2.0.0:
resolution: {integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==}
@ -8870,6 +8885,12 @@ snapshots:
emoji-regex@9.2.2: {}
emojibase-data@16.0.3(emojibase@16.0.0):
dependencies:
emojibase: 16.0.0
emojibase@16.0.0: {}
enabled@2.0.0: {}
encodeurl@2.0.0: {}