Skip to content

Commit 23aa497

Browse files
ZouicheOmarAntoLC
authored andcommitted
➕(frontend) add emoji-mart packages
We need functionalities and data to implement a custom emoji picker component, as blocknote's emojipicker component triggers and uses cases are limited. add to package.json the following packages: - "emoji-mart": provides functions and components for displaying, searching and selecting emojis. - @emoji-mart-data: offers pre-configured sets of emojis. - @emoji-mart/react: React Picker component
1 parent d48436b commit 23aa497

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/frontend/apps/impress/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"@blocknote/react": "0.29.1",
2323
"@blocknote/xl-docx-exporter": "0.29.1",
2424
"@blocknote/xl-pdf-exporter": "0.29.1",
25+
"@emoji-mart/data": "1.2.1",
26+
"@emoji-mart/react": "1.1.1",
2527
"@fontsource/material-icons": "5.2.5",
2628
"@gouvfr-lasuite/integration": "1.0.3",
2729
"@gouvfr-lasuite/ui-kit": "0.4.1",
@@ -35,6 +37,7 @@
3537
"cmdk": "1.1.1",
3638
"crisp-sdk-web": "1.0.25",
3739
"docx": "9.4.1",
40+
"emoji-mart": "5.6.0",
3841
"i18next": "25.1.1",
3942
"i18next-browser-languagedetector": "8.1.0",
4043
"idb": "8.0.2",

src/frontend/yarn.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,11 +1238,16 @@
12381238
dependencies:
12391239
tslib "^2.4.0"
12401240

1241-
"@emoji-mart/data@^1.2.1":
1241+
"@emoji-mart/data@1.2.1", "@emoji-mart/data@^1.2.1":
12421242
version "1.2.1"
12431243
resolved "https://registry.yarnpkg.com/@emoji-mart/data/-/data-1.2.1.tgz#0ad70c662e3bc603e23e7d98413bd1e64c4fcb6c"
12441244
integrity sha512-no2pQMWiBy6gpBEiqGeU77/bFejDqUTRY7KX+0+iur13op3bqUsXdnwoZs6Xb1zbv0gAj5VvS1PWoUUckSr5Dw==
12451245

1246+
"@emoji-mart/[email protected]":
1247+
version "1.1.1"
1248+
resolved "https://registry.yarnpkg.com/@emoji-mart/react/-/react-1.1.1.tgz#ddad52f93a25baf31c5383c3e7e4c6e05554312a"
1249+
integrity sha512-NMlFNeWgv1//uPsvLxvGQoIerPuVdXwK/EUek8OOkJ6wVOWPUizRBJU0hDqWZCOROVpfBgCemaC3m6jDOXi03g==
1250+
12461251
"@emotion/babel-plugin@^11.13.5":
12471252
version "11.13.5"
12481253
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz#eab8d65dbded74e0ecfd28dc218e75607c4e7bc0"
@@ -7462,7 +7467,7 @@ emittery@^0.13.1:
74627467
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
74637468
integrity sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==
74647469

7465-
emoji-mart@^5.6.0:
7470+
emoji-mart@5.6.0, emoji-mart@^5.6.0:
74667471
version "5.6.0"
74677472
resolved "https://registry.yarnpkg.com/emoji-mart/-/emoji-mart-5.6.0.tgz#71b3ed0091d3e8c68487b240d9d6d9a73c27f023"
74687473
integrity sha512-eJp3QRe79pjwa+duv+n7+5YsNhRcMl812EcFVwrnRvYKoNPoQb5qxU8DG6Bgwji0akHdp6D4Ln6tYLG58MFSow==

0 commit comments

Comments
 (0)