@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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-
|
|
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-
|
|
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];
|