@hokkiai/discord-emoji-selector 1.2.2 → 1.2.3

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
@@ -17693,7 +17693,7 @@ function EmojiSelector({
17693
17693
  children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
17694
17694
  import_react7.Suspense,
17695
17695
  {
17696
- fallback: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "w-full h-full flex items-center justify-center mt-12", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "flex flex-col items-center gap-3", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "animate-spin size-8 border-2 border-white/20 border-t-white/80 rounded-full" }) }) }),
17696
+ fallback: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "w-full h-full flex items-center justify-center mt-2", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "flex flex-col items-center gap-3", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "animate-spin size-8 border-2 border-white/20 border-t-white/80 rounded-full" }) }) }),
17697
17697
  children: emojis.map((category) => {
17698
17698
  if (!category) return;
17699
17699
  const categoryInfo = categoryData[category.name];
package/dist/index.js CHANGED
@@ -17389,7 +17389,7 @@ function EmojiSelector({
17389
17389
  children: /* @__PURE__ */ jsx6(
17390
17390
  Suspense,
17391
17391
  {
17392
- fallback: /* @__PURE__ */ jsx6("div", { className: "w-full h-full flex items-center justify-center mt-12", children: /* @__PURE__ */ jsx6("div", { className: "flex flex-col items-center gap-3", children: /* @__PURE__ */ jsx6("div", { className: "animate-spin size-8 border-2 border-white/20 border-t-white/80 rounded-full" }) }) }),
17392
+ fallback: /* @__PURE__ */ jsx6("div", { className: "w-full h-full flex items-center justify-center mt-2", children: /* @__PURE__ */ jsx6("div", { className: "flex flex-col items-center gap-3", children: /* @__PURE__ */ jsx6("div", { className: "animate-spin size-8 border-2 border-white/20 border-t-white/80 rounded-full" }) }) }),
17393
17393
  children: emojis.map((category) => {
17394
17394
  if (!category) return;
17395
17395
  const categoryInfo = categoryData[category.name];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hokkiai/discord-emoji-selector",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "A lightweight & powerful discord-style emoji picker",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",