pop-emojis 0.0.5 → 0.0.6
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/pop-emojis.js +64 -54
- package/dist/pop-emojis.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/pop-emojis.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import ee, { useState as re } from "react";
|
|
2
2
|
import { AnimatePresence as te, motion as ne } from "framer-motion";
|
|
3
|
-
var
|
|
3
|
+
var b = { exports: {} }, E = {};
|
|
4
4
|
var D;
|
|
5
5
|
function ae() {
|
|
6
|
-
if (D) return
|
|
6
|
+
if (D) return E;
|
|
7
7
|
D = 1;
|
|
8
8
|
var l = /* @__PURE__ */ Symbol.for("react.transitional.element"), m = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
9
|
-
function f(
|
|
10
|
-
var
|
|
11
|
-
if (o !== void 0 && (
|
|
9
|
+
function f(u, s, o) {
|
|
10
|
+
var i = null;
|
|
11
|
+
if (o !== void 0 && (i = "" + o), s.key !== void 0 && (i = "" + s.key), "key" in s) {
|
|
12
12
|
o = {};
|
|
13
|
-
for (var
|
|
14
|
-
|
|
13
|
+
for (var c in s)
|
|
14
|
+
c !== "key" && (o[c] = s[c]);
|
|
15
15
|
} else o = s;
|
|
16
16
|
return s = o.ref, {
|
|
17
17
|
$$typeof: l,
|
|
18
|
-
type:
|
|
19
|
-
key:
|
|
18
|
+
type: u,
|
|
19
|
+
key: i,
|
|
20
20
|
ref: s !== void 0 ? s : null,
|
|
21
21
|
props: o
|
|
22
22
|
};
|
|
23
23
|
}
|
|
24
|
-
return
|
|
24
|
+
return E.Fragment = m, E.jsx = f, E.jsxs = f, E;
|
|
25
25
|
}
|
|
26
|
-
var
|
|
26
|
+
var _ = {};
|
|
27
27
|
var F;
|
|
28
28
|
function oe() {
|
|
29
29
|
return F || (F = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
@@ -52,16 +52,16 @@ function oe() {
|
|
|
52
52
|
), e.$$typeof) {
|
|
53
53
|
case W:
|
|
54
54
|
return "Portal";
|
|
55
|
-
case V:
|
|
56
|
-
return e.displayName || "Context";
|
|
57
55
|
case J:
|
|
58
|
-
return
|
|
56
|
+
return e.displayName || "Context";
|
|
59
57
|
case z:
|
|
58
|
+
return (e._context.displayName || "Context") + ".Consumer";
|
|
59
|
+
case V:
|
|
60
60
|
var r = e.render;
|
|
61
61
|
return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
62
62
|
case B:
|
|
63
63
|
return r = e.displayName || null, r !== null ? r : l(e.type) || "Memo";
|
|
64
|
-
case
|
|
64
|
+
case y:
|
|
65
65
|
r = e._payload, e = e._init;
|
|
66
66
|
try {
|
|
67
67
|
return l(e(r));
|
|
@@ -90,9 +90,9 @@ function oe() {
|
|
|
90
90
|
), m(e);
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
|
-
function
|
|
93
|
+
function u(e) {
|
|
94
94
|
if (e === k) return "<>";
|
|
95
|
-
if (typeof e == "object" && e !== null && e.$$typeof ===
|
|
95
|
+
if (typeof e == "object" && e !== null && e.$$typeof === y)
|
|
96
96
|
return "<...>";
|
|
97
97
|
try {
|
|
98
98
|
var r = l(e);
|
|
@@ -102,20 +102,20 @@ function oe() {
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
function s() {
|
|
105
|
-
var e =
|
|
105
|
+
var e = x.A;
|
|
106
106
|
return e === null ? null : e.getOwner();
|
|
107
107
|
}
|
|
108
108
|
function o() {
|
|
109
109
|
return Error("react-stack-top-frame");
|
|
110
110
|
}
|
|
111
|
-
function
|
|
111
|
+
function i(e) {
|
|
112
112
|
if (g.call(e, "key")) {
|
|
113
113
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
114
114
|
if (r && r.isReactWarning) return !1;
|
|
115
115
|
}
|
|
116
116
|
return e.key !== void 0;
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function c(e, r) {
|
|
119
119
|
function t() {
|
|
120
120
|
N || (N = !0, console.error(
|
|
121
121
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
@@ -133,7 +133,7 @@ function oe() {
|
|
|
133
133
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
134
134
|
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
135
135
|
}
|
|
136
|
-
function L(e, r, t, n,
|
|
136
|
+
function L(e, r, t, n, R, A) {
|
|
137
137
|
var a = t.ref;
|
|
138
138
|
return e = {
|
|
139
139
|
$$typeof: j,
|
|
@@ -158,7 +158,7 @@ function oe() {
|
|
|
158
158
|
configurable: !1,
|
|
159
159
|
enumerable: !1,
|
|
160
160
|
writable: !0,
|
|
161
|
-
value:
|
|
161
|
+
value: R
|
|
162
162
|
}), Object.defineProperty(e, "_debugTask", {
|
|
163
163
|
configurable: !1,
|
|
164
164
|
enumerable: !1,
|
|
@@ -166,19 +166,19 @@ function oe() {
|
|
|
166
166
|
value: A
|
|
167
167
|
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
168
168
|
}
|
|
169
|
-
function
|
|
169
|
+
function h(e, r, t, n, R, A) {
|
|
170
170
|
var a = r.children;
|
|
171
171
|
if (a !== void 0)
|
|
172
172
|
if (n)
|
|
173
173
|
if (Q(a)) {
|
|
174
174
|
for (n = 0; n < a.length; n++)
|
|
175
|
-
|
|
175
|
+
P(a[n]);
|
|
176
176
|
Object.freeze && Object.freeze(a);
|
|
177
177
|
} else
|
|
178
178
|
console.error(
|
|
179
179
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
180
180
|
);
|
|
181
|
-
else
|
|
181
|
+
else P(a);
|
|
182
182
|
if (g.call(r, "key")) {
|
|
183
183
|
a = l(e);
|
|
184
184
|
var d = Object.keys(r).filter(function(K) {
|
|
@@ -197,12 +197,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
197
197
|
a
|
|
198
198
|
), $[a + n] = !0);
|
|
199
199
|
}
|
|
200
|
-
if (a = null, t !== void 0 && (f(t), a = "" + t),
|
|
200
|
+
if (a = null, t !== void 0 && (f(t), a = "" + t), i(r) && (f(r.key), a = "" + r.key), "key" in r) {
|
|
201
201
|
t = {};
|
|
202
|
-
for (var
|
|
203
|
-
|
|
202
|
+
for (var S in r)
|
|
203
|
+
S !== "key" && (t[S] = r[S]);
|
|
204
204
|
} else t = r;
|
|
205
|
-
return a &&
|
|
205
|
+
return a && c(
|
|
206
206
|
t,
|
|
207
207
|
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
208
208
|
), L(
|
|
@@ -210,17 +210,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
210
210
|
a,
|
|
211
211
|
t,
|
|
212
212
|
s(),
|
|
213
|
-
|
|
213
|
+
R,
|
|
214
214
|
A
|
|
215
215
|
);
|
|
216
216
|
}
|
|
217
|
-
function
|
|
218
|
-
w(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof ===
|
|
217
|
+
function P(e) {
|
|
218
|
+
w(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === y && (e._payload.status === "fulfilled" ? w(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
219
219
|
}
|
|
220
220
|
function w(e) {
|
|
221
221
|
return typeof e == "object" && e !== null && e.$$typeof === j;
|
|
222
222
|
}
|
|
223
|
-
var p = ee, j = /* @__PURE__ */ Symbol.for("react.transitional.element"), W = /* @__PURE__ */ Symbol.for("react.portal"), k = /* @__PURE__ */ Symbol.for("react.fragment"), U = /* @__PURE__ */ Symbol.for("react.strict_mode"), q = /* @__PURE__ */ Symbol.for("react.profiler"),
|
|
223
|
+
var p = ee, j = /* @__PURE__ */ Symbol.for("react.transitional.element"), W = /* @__PURE__ */ Symbol.for("react.portal"), k = /* @__PURE__ */ Symbol.for("react.fragment"), U = /* @__PURE__ */ Symbol.for("react.strict_mode"), q = /* @__PURE__ */ Symbol.for("react.profiler"), z = /* @__PURE__ */ Symbol.for("react.consumer"), J = /* @__PURE__ */ Symbol.for("react.context"), V = /* @__PURE__ */ Symbol.for("react.forward_ref"), G = /* @__PURE__ */ Symbol.for("react.suspense"), X = /* @__PURE__ */ Symbol.for("react.suspense_list"), B = /* @__PURE__ */ Symbol.for("react.memo"), y = /* @__PURE__ */ Symbol.for("react.lazy"), H = /* @__PURE__ */ Symbol.for("react.activity"), Z = /* @__PURE__ */ Symbol.for("react.client.reference"), x = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, g = Object.prototype.hasOwnProperty, Q = Array.isArray, O = console.createTask ? console.createTask : function() {
|
|
224
224
|
return null;
|
|
225
225
|
};
|
|
226
226
|
p = {
|
|
@@ -231,61 +231,71 @@ React keys must be passed directly to JSX without using spread:
|
|
|
231
231
|
var N, C = {}, Y = p.react_stack_bottom_frame.bind(
|
|
232
232
|
p,
|
|
233
233
|
o
|
|
234
|
-
)(), I = O(
|
|
235
|
-
|
|
236
|
-
var n = 1e4 >
|
|
237
|
-
return
|
|
234
|
+
)(), I = O(u(o)), $ = {};
|
|
235
|
+
_.Fragment = k, _.jsx = function(e, r, t) {
|
|
236
|
+
var n = 1e4 > x.recentlyCreatedOwnerStacks++;
|
|
237
|
+
return h(
|
|
238
238
|
e,
|
|
239
239
|
r,
|
|
240
240
|
t,
|
|
241
241
|
!1,
|
|
242
242
|
n ? Error("react-stack-top-frame") : Y,
|
|
243
|
-
n ? O(
|
|
243
|
+
n ? O(u(e)) : I
|
|
244
244
|
);
|
|
245
|
-
},
|
|
246
|
-
var n = 1e4 >
|
|
247
|
-
return
|
|
245
|
+
}, _.jsxs = function(e, r, t) {
|
|
246
|
+
var n = 1e4 > x.recentlyCreatedOwnerStacks++;
|
|
247
|
+
return h(
|
|
248
248
|
e,
|
|
249
249
|
r,
|
|
250
250
|
t,
|
|
251
251
|
!0,
|
|
252
252
|
n ? Error("react-stack-top-frame") : Y,
|
|
253
|
-
n ? O(
|
|
253
|
+
n ? O(u(e)) : I
|
|
254
254
|
);
|
|
255
255
|
};
|
|
256
|
-
})()),
|
|
256
|
+
})()), _;
|
|
257
257
|
}
|
|
258
258
|
var M;
|
|
259
259
|
function se() {
|
|
260
|
-
return M || (M = 1, process.env.NODE_ENV === "production" ?
|
|
260
|
+
return M || (M = 1, process.env.NODE_ENV === "production" ? b.exports = ae() : b.exports = oe()), b.exports;
|
|
261
261
|
}
|
|
262
262
|
var v = se();
|
|
263
|
-
function
|
|
264
|
-
const [f,
|
|
265
|
-
const o = Date.now(),
|
|
263
|
+
function ue({ emoji: l, count: m }) {
|
|
264
|
+
const [f, u] = re([]), s = () => {
|
|
265
|
+
const o = Date.now(), i = Array.from({ length: m }, (c, T) => ({
|
|
266
266
|
id: o + T,
|
|
267
267
|
x: Math.random() * 120 - 80,
|
|
268
268
|
y: Math.random() * -100
|
|
269
269
|
}));
|
|
270
|
-
|
|
270
|
+
u(i), setTimeout(() => u([]), 600);
|
|
271
271
|
};
|
|
272
|
-
return /* @__PURE__ */ v.jsxs("div", {
|
|
272
|
+
return /* @__PURE__ */ v.jsxs("div", { style: { position: "relative", display: "inline-block" }, children: [
|
|
273
273
|
/* @__PURE__ */ v.jsx(
|
|
274
274
|
"button",
|
|
275
275
|
{
|
|
276
276
|
onClick: s,
|
|
277
|
-
|
|
277
|
+
style: {
|
|
278
|
+
borderRadius: "0.25rem",
|
|
279
|
+
padding: "0.5rem 1rem",
|
|
280
|
+
color: "white"
|
|
281
|
+
},
|
|
278
282
|
children: l
|
|
279
283
|
}
|
|
280
284
|
),
|
|
281
|
-
/* @__PURE__ */ v.jsx(te, { children: f.map(({ id: o, x:
|
|
285
|
+
/* @__PURE__ */ v.jsx(te, { children: f.map(({ id: o, x: i, y: c }) => /* @__PURE__ */ v.jsx(
|
|
282
286
|
ne.span,
|
|
283
287
|
{
|
|
284
288
|
initial: { scale: 0.5, opacity: 1, x: 0, y: 0 },
|
|
285
|
-
animate: { scale: 1, opacity: 0, x:
|
|
289
|
+
animate: { scale: 1, opacity: 0, x: i, y: c },
|
|
286
290
|
exit: { opacity: 0 },
|
|
287
291
|
transition: { duration: 0.8, ease: "easeOut" },
|
|
288
|
-
|
|
292
|
+
style: {
|
|
293
|
+
position: "fixed",
|
|
294
|
+
left: "50%",
|
|
295
|
+
top: "50%",
|
|
296
|
+
pointerEvents: "none",
|
|
297
|
+
fontSize: "1.25rem"
|
|
298
|
+
},
|
|
289
299
|
children: l
|
|
290
300
|
},
|
|
291
301
|
o
|
|
@@ -293,5 +303,5 @@ function ce({ emoji: l, count: m }) {
|
|
|
293
303
|
] });
|
|
294
304
|
}
|
|
295
305
|
export {
|
|
296
|
-
|
|
306
|
+
ue as EmojiPop
|
|
297
307
|
};
|
package/dist/pop-emojis.umd.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
(function(u,m){typeof exports=="object"&&typeof module<"u"?m(exports,require("react"),require("framer-motion")):typeof define=="function"&&define.amd?define(["exports","react","framer-motion"],m):(u=typeof globalThis<"u"?globalThis:u||self,m(u.PopEmojis={},u.React,u.FramerMotion))})(this,(function(u,m,
|
|
1
|
+
(function(u,m){typeof exports=="object"&&typeof module<"u"?m(exports,require("react"),require("framer-motion")):typeof define=="function"&&define.amd?define(["exports","react","framer-motion"],m):(u=typeof globalThis<"u"?globalThis:u||self,m(u.PopEmojis={},u.React,u.FramerMotion))})(this,(function(u,m,A){"use strict";var b={exports:{}},_={};var w;function q(){if(w)return _;w=1;var i=Symbol.for("react.transitional.element"),p=Symbol.for("react.fragment");function d(c,s,a){var l=null;if(a!==void 0&&(l=""+a),s.key!==void 0&&(l=""+s.key),"key"in s){a={};for(var f in s)f!=="key"&&(a[f]=s[f])}else a=s;return s=a.ref,{$$typeof:i,type:c,key:l,ref:s!==void 0?s:null,props:a}}return _.Fragment=p,_.jsx=d,_.jsxs=d,_}var R={};var g;function z(){return g||(g=1,process.env.NODE_ENV!=="production"&&(function(){function i(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===oe?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case x:return"Fragment";case H:return"Profiler";case B:return"StrictMode";case ee:return"Suspense";case re:return"SuspenseList";case ne:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case X:return"Portal";case Q:return e.displayName||"Context";case Z:return(e._context.displayName||"Context")+".Consumer";case K:var r=e.render;return e=e.displayName,e||(e=r.displayName||r.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case te:return r=e.displayName||null,r!==null?r:i(e.type)||"Memo";case O:r=e._payload,e=e._init;try{return i(e(r))}catch{}}return null}function p(e){return""+e}function d(e){try{p(e);var r=!1}catch{r=!0}if(r){r=console;var t=r.error,n=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return t.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",n),p(e)}}function c(e){if(e===x)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===O)return"<...>";try{var r=i(e);return r?"<"+r+">":"<...>"}catch{return"<...>"}}function s(){var e=h.A;return e===null?null:e.getOwner()}function a(){return Error("react-stack-top-frame")}function l(e){if(D.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function f(e,r){function t(){M||(M=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}t.isReactWarning=!0,Object.defineProperty(e,"key",{get:t,configurable:!0})}function k(){var e=i(this.type);return $[e]||($[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function G(e,r,t,n,y,S){var o=t.ref;return e={$$typeof:F,type:e,key:r,props:t,_owner:n},(o!==void 0?o:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:k}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:y}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:S}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function C(e,r,t,n,y,S){var o=r.children;if(o!==void 0)if(n)if(ae(o)){for(n=0;n<o.length;n++)Y(o[n]);Object.freeze&&Object.freeze(o)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Y(o);if(D.call(r,"key")){o=i(e);var E=Object.keys(r).filter(function(se){return se!=="key"});n=0<E.length?"{key: someKey, "+E.join(": ..., ")+": ...}":"{key: someKey}",U[o+n]||(E=0<E.length?"{"+E.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
2
2
|
let props = %s;
|
|
3
3
|
<%s {...props} />
|
|
4
4
|
React keys must be passed directly to JSX without using spread:
|
|
5
5
|
let props = %s;
|
|
6
|
-
<%s key={someKey} {...props} />`,n,
|
|
6
|
+
<%s key={someKey} {...props} />`,n,o,E,o),U[o+n]=!0)}if(o=null,t!==void 0&&(d(t),o=""+t),l(r)&&(d(r.key),o=""+r.key),"key"in r){t={};for(var j in r)j!=="key"&&(t[j]=r[j])}else t=r;return o&&f(t,typeof e=="function"?e.displayName||e.name||"Unknown":e),G(e,o,t,s(),y,S)}function Y(e){I(e)?e._store&&(e._store.validated=1):typeof e=="object"&&e!==null&&e.$$typeof===O&&(e._payload.status==="fulfilled"?I(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function I(e){return typeof e=="object"&&e!==null&&e.$$typeof===F}var T=m,F=Symbol.for("react.transitional.element"),X=Symbol.for("react.portal"),x=Symbol.for("react.fragment"),B=Symbol.for("react.strict_mode"),H=Symbol.for("react.profiler"),Z=Symbol.for("react.consumer"),Q=Symbol.for("react.context"),K=Symbol.for("react.forward_ref"),ee=Symbol.for("react.suspense"),re=Symbol.for("react.suspense_list"),te=Symbol.for("react.memo"),O=Symbol.for("react.lazy"),ne=Symbol.for("react.activity"),oe=Symbol.for("react.client.reference"),h=T.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,D=Object.prototype.hasOwnProperty,ae=Array.isArray,P=console.createTask?console.createTask:function(){return null};T={react_stack_bottom_frame:function(e){return e()}};var M,$={},L=T.react_stack_bottom_frame.bind(T,a)(),W=P(c(a)),U={};R.Fragment=x,R.jsx=function(e,r,t){var n=1e4>h.recentlyCreatedOwnerStacks++;return C(e,r,t,!1,n?Error("react-stack-top-frame"):L,n?P(c(e)):W)},R.jsxs=function(e,r,t){var n=1e4>h.recentlyCreatedOwnerStacks++;return C(e,r,t,!0,n?Error("react-stack-top-frame"):L,n?P(c(e)):W)}})()),R}var N;function J(){return N||(N=1,process.env.NODE_ENV==="production"?b.exports=q():b.exports=z()),b.exports}var v=J();function V({emoji:i,count:p}){const[d,c]=m.useState([]),s=()=>{const a=Date.now(),l=Array.from({length:p},(f,k)=>({id:a+k,x:Math.random()*120-80,y:Math.random()*-100}));c(l),setTimeout(()=>c([]),600)};return v.jsxs("div",{style:{position:"relative",display:"inline-block"},children:[v.jsx("button",{onClick:s,style:{borderRadius:"0.25rem",padding:"0.5rem 1rem",color:"white"},children:i}),v.jsx(A.AnimatePresence,{children:d.map(({id:a,x:l,y:f})=>v.jsx(A.motion.span,{initial:{scale:.5,opacity:1,x:0,y:0},animate:{scale:1,opacity:0,x:l,y:f},exit:{opacity:0},transition:{duration:.8,ease:"easeOut"},style:{position:"fixed",left:"50%",top:"50%",pointerEvents:"none",fontSize:"1.25rem"},children:i},a))})]})}u.EmojiPop=V,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})}));
|