@hokkiai/discord-emoji-selector 1.2.6 → 1.2.8

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 CHANGED
@@ -15215,6 +15215,10 @@ var require_emojilib = __commonJS({
15215
15215
  name: "parking",
15216
15216
  char: "\u{1F17F}\uFE0F"
15217
15217
  },
15218
+ {
15219
+ name: "elevator",
15220
+ char: "\u{1F6D7}"
15221
+ },
15218
15222
  {
15219
15223
  name: "u7a7a",
15220
15224
  char: "\u{1F233}"
@@ -15240,8 +15244,8 @@ var require_emojilib = __commonJS({
15240
15244
  char: "\u{1F6C5}"
15241
15245
  },
15242
15246
  {
15243
- name: "elevator",
15244
- char: "\u{1F6D7}"
15247
+ name: "wireless",
15248
+ char: "\u{1F6DC}"
15245
15249
  },
15246
15250
  {
15247
15251
  name: "mens",
@@ -15535,6 +15539,10 @@ var require_emojilib = __commonJS({
15535
15539
  name: "heavy_multiplication_x",
15536
15540
  char: "\u2716\uFE0F"
15537
15541
  },
15542
+ {
15543
+ name: "heavy_equals_sign",
15544
+ char: "\u{1F7F0}"
15545
+ },
15538
15546
  {
15539
15547
  name: "infinity",
15540
15548
  char: "\u267E\uFE0F"
@@ -17759,7 +17767,7 @@ function EmojiSelector({
17759
17767
  )
17760
17768
  }
17761
17769
  ),
17762
- showFooter && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Footer, { id, firstEmoji: emojis[0].emojis[0] })
17770
+ showFooter && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Footer, { id, firstEmoji: emojis[0]?.emojis[0] })
17763
17771
  ]
17764
17772
  }
17765
17773
  )
package/dist/index.js CHANGED
@@ -562,7 +562,7 @@ function EmojiSelector({
562
562
  const [rawemojisData, setRawemojisData] = useState5([]);
563
563
  const [isLoadingEmojis, setIsLoadingEmojis] = useState5(true);
564
564
  useEffect5(() => {
565
- import("./emojilib-FIVCEFDT.js").then((module) => {
565
+ import("./emojilib-3JKOJE67.js").then((module) => {
566
566
  setRawemojisData(module.default);
567
567
  setIsLoadingEmojis(false);
568
568
  });
@@ -722,7 +722,7 @@ function EmojiSelector({
722
722
  )
723
723
  }
724
724
  ),
725
- showFooter && /* @__PURE__ */ jsx6(Footer, { id, firstEmoji: emojis[0].emojis[0] })
725
+ showFooter && /* @__PURE__ */ jsx6(Footer, { id, firstEmoji: emojis[0]?.emojis[0] })
726
726
  ]
727
727
  }
728
728
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hokkiai/discord-emoji-selector",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "A lightweight & powerful discord-style emoji picker",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",