643 lines
21 KiB
JavaScript
643 lines
21 KiB
JavaScript
import Se from "react";
|
|
var X = { exports: {} }, F = {};
|
|
/**
|
|
* @license React
|
|
* react-jsx-runtime.production.min.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Te;
|
|
function lr() {
|
|
if (Te) return F;
|
|
Te = 1;
|
|
var w = Se, _ = Symbol.for("react.element"), j = Symbol.for("react.fragment"), y = Object.prototype.hasOwnProperty, I = w.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, $ = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
function x(h, f, O) {
|
|
var p, b = {}, R = null, W = null;
|
|
O !== void 0 && (R = "" + O), f.key !== void 0 && (R = "" + f.key), f.ref !== void 0 && (W = f.ref);
|
|
for (p in f) y.call(f, p) && !$.hasOwnProperty(p) && (b[p] = f[p]);
|
|
if (h && h.defaultProps) for (p in f = h.defaultProps, f) b[p] === void 0 && (b[p] = f[p]);
|
|
return { $$typeof: _, type: h, key: R, ref: W, props: b, _owner: I.current };
|
|
}
|
|
return F.Fragment = j, F.jsx = x, F.jsxs = x, F;
|
|
}
|
|
var A = {};
|
|
/**
|
|
* @license React
|
|
* react-jsx-runtime.development.js
|
|
*
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
var Oe;
|
|
function fr() {
|
|
return Oe || (Oe = 1, process.env.NODE_ENV !== "production" && function() {
|
|
var w = Se, _ = Symbol.for("react.element"), j = Symbol.for("react.portal"), y = Symbol.for("react.fragment"), I = Symbol.for("react.strict_mode"), $ = Symbol.for("react.profiler"), x = Symbol.for("react.provider"), h = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), O = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), W = Symbol.for("react.offscreen"), H = Symbol.iterator, Ce = "@@iterator";
|
|
function Pe(e) {
|
|
if (e === null || typeof e != "object")
|
|
return null;
|
|
var r = H && e[H] || e[Ce];
|
|
return typeof r == "function" ? r : null;
|
|
}
|
|
var S = w.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
function c(e) {
|
|
{
|
|
for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
|
|
t[n - 1] = arguments[n];
|
|
we("error", e, t);
|
|
}
|
|
}
|
|
function we(e, r, t) {
|
|
{
|
|
var n = S.ReactDebugCurrentFrame, i = n.getStackAddendum();
|
|
i !== "" && (r += "%s", t = t.concat([i]));
|
|
var u = t.map(function(o) {
|
|
return String(o);
|
|
});
|
|
u.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, u);
|
|
}
|
|
}
|
|
var je = !1, xe = !1, ke = !1, De = !1, Fe = !1, Z;
|
|
Z = Symbol.for("react.module.reference");
|
|
function Ae(e) {
|
|
return !!(typeof e == "string" || typeof e == "function" || e === y || e === $ || Fe || e === I || e === O || e === p || De || e === W || je || xe || ke || typeof e == "object" && e !== null && (e.$$typeof === R || e.$$typeof === b || e.$$typeof === x || e.$$typeof === h || e.$$typeof === f || // This needs to include all possible module reference object
|
|
// types supported by any Flight configuration anywhere since
|
|
// we don't know which Flight build this will end up being used
|
|
// with.
|
|
e.$$typeof === Z || e.getModuleId !== void 0));
|
|
}
|
|
function Ie(e, r, t) {
|
|
var n = e.displayName;
|
|
if (n)
|
|
return n;
|
|
var i = r.displayName || r.name || "";
|
|
return i !== "" ? t + "(" + i + ")" : t;
|
|
}
|
|
function Q(e) {
|
|
return e.displayName || "Context";
|
|
}
|
|
function E(e) {
|
|
if (e == null)
|
|
return null;
|
|
if (typeof e.tag == "number" && c("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
return e.displayName || e.name || null;
|
|
if (typeof e == "string")
|
|
return e;
|
|
switch (e) {
|
|
case y:
|
|
return "Fragment";
|
|
case j:
|
|
return "Portal";
|
|
case $:
|
|
return "Profiler";
|
|
case I:
|
|
return "StrictMode";
|
|
case O:
|
|
return "Suspense";
|
|
case p:
|
|
return "SuspenseList";
|
|
}
|
|
if (typeof e == "object")
|
|
switch (e.$$typeof) {
|
|
case h:
|
|
var r = e;
|
|
return Q(r) + ".Consumer";
|
|
case x:
|
|
var t = e;
|
|
return Q(t._context) + ".Provider";
|
|
case f:
|
|
return Ie(e, e.render, "ForwardRef");
|
|
case b:
|
|
var n = e.displayName || null;
|
|
return n !== null ? n : E(e.type) || "Memo";
|
|
case R: {
|
|
var i = e, u = i._payload, o = i._init;
|
|
try {
|
|
return E(o(u));
|
|
} catch {
|
|
return null;
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
var m = Object.assign, k = 0, ee, re, te, ne, ae, oe, ie;
|
|
function ue() {
|
|
}
|
|
ue.__reactDisabledLog = !0;
|
|
function $e() {
|
|
{
|
|
if (k === 0) {
|
|
ee = console.log, re = console.info, te = console.warn, ne = console.error, ae = console.group, oe = console.groupCollapsed, ie = console.groupEnd;
|
|
var e = {
|
|
configurable: !0,
|
|
enumerable: !0,
|
|
value: ue,
|
|
writable: !0
|
|
};
|
|
Object.defineProperties(console, {
|
|
info: e,
|
|
log: e,
|
|
warn: e,
|
|
error: e,
|
|
group: e,
|
|
groupCollapsed: e,
|
|
groupEnd: e
|
|
});
|
|
}
|
|
k++;
|
|
}
|
|
}
|
|
function We() {
|
|
{
|
|
if (k--, k === 0) {
|
|
var e = {
|
|
configurable: !0,
|
|
enumerable: !0,
|
|
writable: !0
|
|
};
|
|
Object.defineProperties(console, {
|
|
log: m({}, e, {
|
|
value: ee
|
|
}),
|
|
info: m({}, e, {
|
|
value: re
|
|
}),
|
|
warn: m({}, e, {
|
|
value: te
|
|
}),
|
|
error: m({}, e, {
|
|
value: ne
|
|
}),
|
|
group: m({}, e, {
|
|
value: ae
|
|
}),
|
|
groupCollapsed: m({}, e, {
|
|
value: oe
|
|
}),
|
|
groupEnd: m({}, e, {
|
|
value: ie
|
|
})
|
|
});
|
|
}
|
|
k < 0 && c("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
}
|
|
}
|
|
var U = S.ReactCurrentDispatcher, N;
|
|
function Y(e, r, t) {
|
|
{
|
|
if (N === void 0)
|
|
try {
|
|
throw Error();
|
|
} catch (i) {
|
|
var n = i.stack.trim().match(/\n( *(at )?)/);
|
|
N = n && n[1] || "";
|
|
}
|
|
return `
|
|
` + N + e;
|
|
}
|
|
}
|
|
var B = !1, L;
|
|
{
|
|
var Ye = typeof WeakMap == "function" ? WeakMap : Map;
|
|
L = new Ye();
|
|
}
|
|
function se(e, r) {
|
|
if (!e || B)
|
|
return "";
|
|
{
|
|
var t = L.get(e);
|
|
if (t !== void 0)
|
|
return t;
|
|
}
|
|
var n;
|
|
B = !0;
|
|
var i = Error.prepareStackTrace;
|
|
Error.prepareStackTrace = void 0;
|
|
var u;
|
|
u = U.current, U.current = null, $e();
|
|
try {
|
|
if (r) {
|
|
var o = function() {
|
|
throw Error();
|
|
};
|
|
if (Object.defineProperty(o.prototype, "props", {
|
|
set: function() {
|
|
throw Error();
|
|
}
|
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
try {
|
|
Reflect.construct(o, []);
|
|
} catch (v) {
|
|
n = v;
|
|
}
|
|
Reflect.construct(e, [], o);
|
|
} else {
|
|
try {
|
|
o.call();
|
|
} catch (v) {
|
|
n = v;
|
|
}
|
|
e.call(o.prototype);
|
|
}
|
|
} else {
|
|
try {
|
|
throw Error();
|
|
} catch (v) {
|
|
n = v;
|
|
}
|
|
e();
|
|
}
|
|
} catch (v) {
|
|
if (v && n && typeof v.stack == "string") {
|
|
for (var a = v.stack.split(`
|
|
`), d = n.stack.split(`
|
|
`), s = a.length - 1, l = d.length - 1; s >= 1 && l >= 0 && a[s] !== d[l]; )
|
|
l--;
|
|
for (; s >= 1 && l >= 0; s--, l--)
|
|
if (a[s] !== d[l]) {
|
|
if (s !== 1 || l !== 1)
|
|
do
|
|
if (s--, l--, l < 0 || a[s] !== d[l]) {
|
|
var g = `
|
|
` + a[s].replace(" at new ", " at ");
|
|
return e.displayName && g.includes("<anonymous>") && (g = g.replace("<anonymous>", e.displayName)), typeof e == "function" && L.set(e, g), g;
|
|
}
|
|
while (s >= 1 && l >= 0);
|
|
break;
|
|
}
|
|
}
|
|
} finally {
|
|
B = !1, U.current = u, We(), Error.prepareStackTrace = i;
|
|
}
|
|
var P = e ? e.displayName || e.name : "", T = P ? Y(P) : "";
|
|
return typeof e == "function" && L.set(e, T), T;
|
|
}
|
|
function Le(e, r, t) {
|
|
return se(e, !1);
|
|
}
|
|
function Ve(e) {
|
|
var r = e.prototype;
|
|
return !!(r && r.isReactComponent);
|
|
}
|
|
function V(e, r, t) {
|
|
if (e == null)
|
|
return "";
|
|
if (typeof e == "function")
|
|
return se(e, Ve(e));
|
|
if (typeof e == "string")
|
|
return Y(e);
|
|
switch (e) {
|
|
case O:
|
|
return Y("Suspense");
|
|
case p:
|
|
return Y("SuspenseList");
|
|
}
|
|
if (typeof e == "object")
|
|
switch (e.$$typeof) {
|
|
case f:
|
|
return Le(e.render);
|
|
case b:
|
|
return V(e.type, r, t);
|
|
case R: {
|
|
var n = e, i = n._payload, u = n._init;
|
|
try {
|
|
return V(u(i), r, t);
|
|
} catch {
|
|
}
|
|
}
|
|
}
|
|
return "";
|
|
}
|
|
var D = Object.prototype.hasOwnProperty, le = {}, fe = S.ReactDebugCurrentFrame;
|
|
function M(e) {
|
|
if (e) {
|
|
var r = e._owner, t = V(e.type, e._source, r ? r.type : null);
|
|
fe.setExtraStackFrame(t);
|
|
} else
|
|
fe.setExtraStackFrame(null);
|
|
}
|
|
function Me(e, r, t, n, i) {
|
|
{
|
|
var u = Function.call.bind(D);
|
|
for (var o in e)
|
|
if (u(e, o)) {
|
|
var a = void 0;
|
|
try {
|
|
if (typeof e[o] != "function") {
|
|
var d = Error((n || "React class") + ": " + t + " type `" + o + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[o] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
throw d.name = "Invariant Violation", d;
|
|
}
|
|
a = e[o](r, o, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
} catch (s) {
|
|
a = s;
|
|
}
|
|
a && !(a instanceof Error) && (M(i), c("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, o, typeof a), M(null)), a instanceof Error && !(a.message in le) && (le[a.message] = !0, M(i), c("Failed %s type: %s", t, a.message), M(null));
|
|
}
|
|
}
|
|
}
|
|
var Ue = Array.isArray;
|
|
function J(e) {
|
|
return Ue(e);
|
|
}
|
|
function Ne(e) {
|
|
{
|
|
var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
return t;
|
|
}
|
|
}
|
|
function Be(e) {
|
|
try {
|
|
return ce(e), !1;
|
|
} catch {
|
|
return !0;
|
|
}
|
|
}
|
|
function ce(e) {
|
|
return "" + e;
|
|
}
|
|
function de(e) {
|
|
if (Be(e))
|
|
return c("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ne(e)), ce(e);
|
|
}
|
|
var ve = S.ReactCurrentOwner, Je = {
|
|
key: !0,
|
|
ref: !0,
|
|
__self: !0,
|
|
__source: !0
|
|
}, pe, ge;
|
|
function qe(e) {
|
|
if (D.call(e, "ref")) {
|
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
if (r && r.isReactWarning)
|
|
return !1;
|
|
}
|
|
return e.ref !== void 0;
|
|
}
|
|
function Ke(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 Ge(e, r) {
|
|
typeof e.ref == "string" && ve.current;
|
|
}
|
|
function ze(e, r) {
|
|
{
|
|
var t = function() {
|
|
pe || (pe = !0, c("%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://reactjs.org/link/special-props)", r));
|
|
};
|
|
t.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
get: t,
|
|
configurable: !0
|
|
});
|
|
}
|
|
}
|
|
function Xe(e, r) {
|
|
{
|
|
var t = function() {
|
|
ge || (ge = !0, c("%s: `ref` 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://reactjs.org/link/special-props)", r));
|
|
};
|
|
t.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
get: t,
|
|
configurable: !0
|
|
});
|
|
}
|
|
}
|
|
var He = function(e, r, t, n, i, u, o) {
|
|
var a = {
|
|
// This tag allows us to uniquely identify this as a React Element
|
|
$$typeof: _,
|
|
// Built-in properties that belong on the element
|
|
type: e,
|
|
key: r,
|
|
ref: t,
|
|
props: o,
|
|
// Record the component responsible for creating this element.
|
|
_owner: u
|
|
};
|
|
return a._store = {}, Object.defineProperty(a._store, "validated", {
|
|
configurable: !1,
|
|
enumerable: !1,
|
|
writable: !0,
|
|
value: !1
|
|
}), Object.defineProperty(a, "_self", {
|
|
configurable: !1,
|
|
enumerable: !1,
|
|
writable: !1,
|
|
value: n
|
|
}), Object.defineProperty(a, "_source", {
|
|
configurable: !1,
|
|
enumerable: !1,
|
|
writable: !1,
|
|
value: i
|
|
}), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
|
|
};
|
|
function Ze(e, r, t, n, i) {
|
|
{
|
|
var u, o = {}, a = null, d = null;
|
|
t !== void 0 && (de(t), a = "" + t), Ke(r) && (de(r.key), a = "" + r.key), qe(r) && (d = r.ref, Ge(r, i));
|
|
for (u in r)
|
|
D.call(r, u) && !Je.hasOwnProperty(u) && (o[u] = r[u]);
|
|
if (e && e.defaultProps) {
|
|
var s = e.defaultProps;
|
|
for (u in s)
|
|
o[u] === void 0 && (o[u] = s[u]);
|
|
}
|
|
if (a || d) {
|
|
var l = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
a && ze(o, l), d && Xe(o, l);
|
|
}
|
|
return He(e, a, d, i, n, ve.current, o);
|
|
}
|
|
}
|
|
var q = S.ReactCurrentOwner, be = S.ReactDebugCurrentFrame;
|
|
function C(e) {
|
|
if (e) {
|
|
var r = e._owner, t = V(e.type, e._source, r ? r.type : null);
|
|
be.setExtraStackFrame(t);
|
|
} else
|
|
be.setExtraStackFrame(null);
|
|
}
|
|
var K;
|
|
K = !1;
|
|
function G(e) {
|
|
return typeof e == "object" && e !== null && e.$$typeof === _;
|
|
}
|
|
function ye() {
|
|
{
|
|
if (q.current) {
|
|
var e = E(q.current.type);
|
|
if (e)
|
|
return `
|
|
|
|
Check the render method of \`` + e + "`.";
|
|
}
|
|
return "";
|
|
}
|
|
}
|
|
function Qe(e) {
|
|
return "";
|
|
}
|
|
var Ee = {};
|
|
function er(e) {
|
|
{
|
|
var r = ye();
|
|
if (!r) {
|
|
var t = typeof e == "string" ? e : e.displayName || e.name;
|
|
t && (r = `
|
|
|
|
Check the top-level render call using <` + t + ">.");
|
|
}
|
|
return r;
|
|
}
|
|
}
|
|
function _e(e, r) {
|
|
{
|
|
if (!e._store || e._store.validated || e.key != null)
|
|
return;
|
|
e._store.validated = !0;
|
|
var t = er(r);
|
|
if (Ee[t])
|
|
return;
|
|
Ee[t] = !0;
|
|
var n = "";
|
|
e && e._owner && e._owner !== q.current && (n = " It was passed a child from " + E(e._owner.type) + "."), C(e), c('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), C(null);
|
|
}
|
|
}
|
|
function he(e, r) {
|
|
{
|
|
if (typeof e != "object")
|
|
return;
|
|
if (J(e))
|
|
for (var t = 0; t < e.length; t++) {
|
|
var n = e[t];
|
|
G(n) && _e(n, r);
|
|
}
|
|
else if (G(e))
|
|
e._store && (e._store.validated = !0);
|
|
else if (e) {
|
|
var i = Pe(e);
|
|
if (typeof i == "function" && i !== e.entries)
|
|
for (var u = i.call(e), o; !(o = u.next()).done; )
|
|
G(o.value) && _e(o.value, r);
|
|
}
|
|
}
|
|
}
|
|
function rr(e) {
|
|
{
|
|
var r = e.type;
|
|
if (r == null || typeof r == "string")
|
|
return;
|
|
var t;
|
|
if (typeof r == "function")
|
|
t = r.propTypes;
|
|
else if (typeof r == "object" && (r.$$typeof === f || // Note: Memo only checks outer props here.
|
|
// Inner props are checked in the reconciler.
|
|
r.$$typeof === b))
|
|
t = r.propTypes;
|
|
else
|
|
return;
|
|
if (t) {
|
|
var n = E(r);
|
|
Me(t, e.props, "prop", n, e);
|
|
} else if (r.PropTypes !== void 0 && !K) {
|
|
K = !0;
|
|
var i = E(r);
|
|
c("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", i || "Unknown");
|
|
}
|
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && c("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
}
|
|
}
|
|
function tr(e) {
|
|
{
|
|
for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
|
|
var n = r[t];
|
|
if (n !== "children" && n !== "key") {
|
|
C(e), c("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), C(null);
|
|
break;
|
|
}
|
|
}
|
|
e.ref !== null && (C(e), c("Invalid attribute `ref` supplied to `React.Fragment`."), C(null));
|
|
}
|
|
}
|
|
var Re = {};
|
|
function me(e, r, t, n, i, u) {
|
|
{
|
|
var o = Ae(e);
|
|
if (!o) {
|
|
var a = "";
|
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
var d = Qe();
|
|
d ? a += d : a += ye();
|
|
var s;
|
|
e === null ? s = "null" : J(e) ? s = "array" : e !== void 0 && e.$$typeof === _ ? (s = "<" + (E(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : s = typeof e, c("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", s, a);
|
|
}
|
|
var l = Ze(e, r, t, i, u);
|
|
if (l == null)
|
|
return l;
|
|
if (o) {
|
|
var g = r.children;
|
|
if (g !== void 0)
|
|
if (n)
|
|
if (J(g)) {
|
|
for (var P = 0; P < g.length; P++)
|
|
he(g[P], e);
|
|
Object.freeze && Object.freeze(g);
|
|
} else
|
|
c("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
|
|
he(g, e);
|
|
}
|
|
if (D.call(r, "key")) {
|
|
var T = E(e), v = Object.keys(r).filter(function(sr) {
|
|
return sr !== "key";
|
|
}), z = v.length > 0 ? "{key: someKey, " + v.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
if (!Re[T + z]) {
|
|
var ur = v.length > 0 ? "{" + v.join(": ..., ") + ": ...}" : "{}";
|
|
c(`A props object containing a "key" prop is being spread into JSX:
|
|
let props = %s;
|
|
<%s {...props} />
|
|
React keys must be passed directly to JSX without using spread:
|
|
let props = %s;
|
|
<%s key={someKey} {...props} />`, z, T, ur, T), Re[T + z] = !0;
|
|
}
|
|
}
|
|
return e === y ? tr(l) : rr(l), l;
|
|
}
|
|
}
|
|
function nr(e, r, t) {
|
|
return me(e, r, t, !0);
|
|
}
|
|
function ar(e, r, t) {
|
|
return me(e, r, t, !1);
|
|
}
|
|
var or = ar, ir = nr;
|
|
A.Fragment = y, A.jsx = or, A.jsxs = ir;
|
|
}()), A;
|
|
}
|
|
process.env.NODE_ENV === "production" ? X.exports = lr() : X.exports = fr();
|
|
var cr = X.exports;
|
|
function vr({ onClick: w, children: _, style: j }) {
|
|
const y = {
|
|
padding: "10px 20px",
|
|
backgroundColor: "#0070f3",
|
|
color: "#fff",
|
|
border: "none",
|
|
borderRadius: "5px",
|
|
cursor: "pointer",
|
|
...j
|
|
};
|
|
return /* @__PURE__ */ cr.jsx("button", { style: y, onClick: w, children: _ });
|
|
}
|
|
export {
|
|
vr as BaseButton
|
|
};
|