kylin-ui-component
Version:
A React UI library for some developers to develop quickly
1,366 lines (1,348 loc) • 74.8 kB
JavaScript
import ye, { useRef as un, useDebugValue as Zt, createElement as ln, useContext as fn, useState as dn } from "react";
import pn from "react-dom";
var St = { exports: {} }, je = {};
/**
* @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 Qt;
function hn() {
if (Qt)
return je;
Qt = 1;
var e = ye, t = Symbol.for("react.element"), r = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, a = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
function c(f, l, g) {
var h, m = {}, v = null, E = null;
g !== void 0 && (v = "" + g), l.key !== void 0 && (v = "" + l.key), l.ref !== void 0 && (E = l.ref);
for (h in l)
o.call(l, h) && !i.hasOwnProperty(h) && (m[h] = l[h]);
if (f && f.defaultProps)
for (h in l = f.defaultProps, l)
m[h] === void 0 && (m[h] = l[h]);
return { $$typeof: t, type: f, key: v, ref: E, props: m, _owner: a.current };
}
return je.Fragment = r, je.jsx = c, je.jsxs = c, je;
}
var $e = {};
/**
* @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 er;
function mn() {
return er || (er = 1, process.env.NODE_ENV !== "production" && function() {
var e = ye, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), f = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), g = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), v = Symbol.for("react.lazy"), E = Symbol.for("react.offscreen"), x = Symbol.iterator, N = "@@iterator";
function M(n) {
if (n === null || typeof n != "object")
return null;
var s = x && n[x] || n[N];
return typeof s == "function" ? s : null;
}
var k = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
function b(n) {
{
for (var s = arguments.length, u = new Array(s > 1 ? s - 1 : 0), p = 1; p < s; p++)
u[p - 1] = arguments[p];
F("error", n, u);
}
}
function F(n, s, u) {
{
var p = k.ReactDebugCurrentFrame, _ = p.getStackAddendum();
_ !== "" && (s += "%s", u = u.concat([_]));
var O = u.map(function(S) {
return String(S);
});
O.unshift("Warning: " + s), Function.prototype.apply.call(console[n], console, O);
}
}
var A = !1, C = !1, P = !1, d = !1, L = !1, J;
J = Symbol.for("react.module.reference");
function ie(n) {
return !!(typeof n == "string" || typeof n == "function" || n === o || n === i || L || n === a || n === g || n === h || d || n === E || A || C || P || typeof n == "object" && n !== null && (n.$$typeof === v || n.$$typeof === m || n.$$typeof === c || n.$$typeof === f || n.$$typeof === l || // 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.
n.$$typeof === J || n.getModuleId !== void 0));
}
function ft(n, s, u) {
var p = n.displayName;
if (p)
return p;
var _ = s.displayName || s.name || "";
return _ !== "" ? u + "(" + _ + ")" : u;
}
function ze(n) {
return n.displayName || "Context";
}
function H(n) {
if (n == null)
return null;
if (typeof n.tag == "number" && b("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof n == "function")
return n.displayName || n.name || null;
if (typeof n == "string")
return n;
switch (n) {
case o:
return "Fragment";
case r:
return "Portal";
case i:
return "Profiler";
case a:
return "StrictMode";
case g:
return "Suspense";
case h:
return "SuspenseList";
}
if (typeof n == "object")
switch (n.$$typeof) {
case f:
var s = n;
return ze(s) + ".Consumer";
case c:
var u = n;
return ze(u._context) + ".Provider";
case l:
return ft(n, n.render, "ForwardRef");
case m:
var p = n.displayName || null;
return p !== null ? p : H(n.type) || "Memo";
case v: {
var _ = n, O = _._payload, S = _._init;
try {
return H(S(O));
} catch {
return null;
}
}
}
return null;
}
var te = Object.assign, se = 0, We, Be, Ue, we, q, fe, ce;
function Y() {
}
Y.__reactDisabledLog = !0;
function Ae() {
{
if (se === 0) {
We = console.log, Be = console.info, Ue = console.warn, we = console.error, q = console.group, fe = console.groupCollapsed, ce = console.groupEnd;
var n = {
configurable: !0,
enumerable: !0,
value: Y,
writable: !0
};
Object.defineProperties(console, {
info: n,
log: n,
warn: n,
error: n,
group: n,
groupCollapsed: n,
groupEnd: n
});
}
se++;
}
}
function Ne() {
{
if (se--, se === 0) {
var n = {
configurable: !0,
enumerable: !0,
writable: !0
};
Object.defineProperties(console, {
log: te({}, n, {
value: We
}),
info: te({}, n, {
value: Be
}),
warn: te({}, n, {
value: Ue
}),
error: te({}, n, {
value: we
}),
group: te({}, n, {
value: q
}),
groupCollapsed: te({}, n, {
value: fe
}),
groupEnd: te({}, n, {
value: ce
})
});
}
se < 0 && b("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
}
}
var ue = k.ReactCurrentDispatcher, re;
function ne(n, s, u) {
{
if (re === void 0)
try {
throw Error();
} catch (_) {
var p = _.stack.trim().match(/\n( *(at )?)/);
re = p && p[1] || "";
}
return `
` + re + n;
}
}
var Z = !1, B;
{
var Ie = typeof WeakMap == "function" ? WeakMap : Map;
B = new Ie();
}
function de(n, s) {
if (!n || Z)
return "";
{
var u = B.get(n);
if (u !== void 0)
return u;
}
var p;
Z = !0;
var _ = Error.prepareStackTrace;
Error.prepareStackTrace = void 0;
var O;
O = ue.current, ue.current = null, Ae();
try {
if (s) {
var S = function() {
throw Error();
};
if (Object.defineProperty(S.prototype, "props", {
set: function() {
throw Error();
}
}), typeof Reflect == "object" && Reflect.construct) {
try {
Reflect.construct(S, []);
} catch (oe) {
p = oe;
}
Reflect.construct(n, [], S);
} else {
try {
S.call();
} catch (oe) {
p = oe;
}
n.call(S.prototype);
}
} else {
try {
throw Error();
} catch (oe) {
p = oe;
}
n();
}
} catch (oe) {
if (oe && p && typeof oe.stack == "string") {
for (var w = oe.stack.split(`
`), V = p.stack.split(`
`), I = w.length - 1, D = V.length - 1; I >= 1 && D >= 0 && w[I] !== V[D]; )
D--;
for (; I >= 1 && D >= 0; I--, D--)
if (w[I] !== V[D]) {
if (I !== 1 || D !== 1)
do
if (I--, D--, D < 0 || w[I] !== V[D]) {
var U = `
` + w[I].replace(" at new ", " at ");
return n.displayName && U.includes("<anonymous>") && (U = U.replace("<anonymous>", n.displayName)), typeof n == "function" && B.set(n, U), U;
}
while (I >= 1 && D >= 0);
break;
}
}
} finally {
Z = !1, ue.current = O, Ne(), Error.prepareStackTrace = _;
}
var Se = n ? n.displayName || n.name : "", Jt = Se ? ne(Se) : "";
return typeof n == "function" && B.set(n, Jt), Jt;
}
function Q(n, s, u) {
return de(n, !1);
}
function Vr(n) {
var s = n.prototype;
return !!(s && s.isReactComponent);
}
function Ge(n, s, u) {
if (n == null)
return "";
if (typeof n == "function")
return de(n, Vr(n));
if (typeof n == "string")
return ne(n);
switch (n) {
case g:
return ne("Suspense");
case h:
return ne("SuspenseList");
}
if (typeof n == "object")
switch (n.$$typeof) {
case l:
return Q(n.render);
case m:
return Ge(n.type, s, u);
case v: {
var p = n, _ = p._payload, O = p._init;
try {
return Ge(O(_), s, u);
} catch {
}
}
}
return "";
}
var He = Object.prototype.hasOwnProperty, Lt = {}, Yt = k.ReactDebugCurrentFrame;
function qe(n) {
if (n) {
var s = n._owner, u = Ge(n.type, n._source, s ? s.type : null);
Yt.setExtraStackFrame(u);
} else
Yt.setExtraStackFrame(null);
}
function zr(n, s, u, p, _) {
{
var O = Function.call.bind(He);
for (var S in n)
if (O(n, S)) {
var w = void 0;
try {
if (typeof n[S] != "function") {
var V = Error((p || "React class") + ": " + u + " type `" + S + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof n[S] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
throw V.name = "Invariant Violation", V;
}
w = n[S](s, S, p, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
} catch (I) {
w = I;
}
w && !(w instanceof Error) && (qe(_), b("%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).", p || "React class", u, S, typeof w), qe(null)), w instanceof Error && !(w.message in Lt) && (Lt[w.message] = !0, qe(_), b("Failed %s type: %s", u, w.message), qe(null));
}
}
}
var Wr = Array.isArray;
function dt(n) {
return Wr(n);
}
function Br(n) {
{
var s = typeof Symbol == "function" && Symbol.toStringTag, u = s && n[Symbol.toStringTag] || n.constructor.name || "Object";
return u;
}
}
function Ur(n) {
try {
return Vt(n), !1;
} catch {
return !0;
}
}
function Vt(n) {
return "" + n;
}
function zt(n) {
if (Ur(n))
return b("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Br(n)), Vt(n);
}
var De = k.ReactCurrentOwner, Gr = {
key: !0,
ref: !0,
__self: !0,
__source: !0
}, Wt, Bt, pt;
pt = {};
function Hr(n) {
if (He.call(n, "ref")) {
var s = Object.getOwnPropertyDescriptor(n, "ref").get;
if (s && s.isReactWarning)
return !1;
}
return n.ref !== void 0;
}
function qr(n) {
if (He.call(n, "key")) {
var s = Object.getOwnPropertyDescriptor(n, "key").get;
if (s && s.isReactWarning)
return !1;
}
return n.key !== void 0;
}
function Xr(n, s) {
if (typeof n.ref == "string" && De.current && s && De.current.stateNode !== s) {
var u = H(De.current.type);
pt[u] || (b('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', H(De.current.type), n.ref), pt[u] = !0);
}
}
function Kr(n, s) {
{
var u = function() {
Wt || (Wt = !0, b("%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)", s));
};
u.isReactWarning = !0, Object.defineProperty(n, "key", {
get: u,
configurable: !0
});
}
}
function Jr(n, s) {
{
var u = function() {
Bt || (Bt = !0, b("%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)", s));
};
u.isReactWarning = !0, Object.defineProperty(n, "ref", {
get: u,
configurable: !0
});
}
}
var Zr = function(n, s, u, p, _, O, S) {
var w = {
// This tag allows us to uniquely identify this as a React Element
$$typeof: t,
// Built-in properties that belong on the element
type: n,
key: s,
ref: u,
props: S,
// Record the component responsible for creating this element.
_owner: O
};
return w._store = {}, Object.defineProperty(w._store, "validated", {
configurable: !1,
enumerable: !1,
writable: !0,
value: !1
}), Object.defineProperty(w, "_self", {
configurable: !1,
enumerable: !1,
writable: !1,
value: p
}), Object.defineProperty(w, "_source", {
configurable: !1,
enumerable: !1,
writable: !1,
value: _
}), Object.freeze && (Object.freeze(w.props), Object.freeze(w)), w;
};
function Qr(n, s, u, p, _) {
{
var O, S = {}, w = null, V = null;
u !== void 0 && (zt(u), w = "" + u), qr(s) && (zt(s.key), w = "" + s.key), Hr(s) && (V = s.ref, Xr(s, _));
for (O in s)
He.call(s, O) && !Gr.hasOwnProperty(O) && (S[O] = s[O]);
if (n && n.defaultProps) {
var I = n.defaultProps;
for (O in I)
S[O] === void 0 && (S[O] = I[O]);
}
if (w || V) {
var D = typeof n == "function" ? n.displayName || n.name || "Unknown" : n;
w && Kr(S, D), V && Jr(S, D);
}
return Zr(n, w, V, _, p, De.current, S);
}
}
var ht = k.ReactCurrentOwner, Ut = k.ReactDebugCurrentFrame;
function Ee(n) {
if (n) {
var s = n._owner, u = Ge(n.type, n._source, s ? s.type : null);
Ut.setExtraStackFrame(u);
} else
Ut.setExtraStackFrame(null);
}
var mt;
mt = !1;
function gt(n) {
return typeof n == "object" && n !== null && n.$$typeof === t;
}
function Gt() {
{
if (ht.current) {
var n = H(ht.current.type);
if (n)
return `
Check the render method of \`` + n + "`.";
}
return "";
}
}
function en(n) {
{
if (n !== void 0) {
var s = n.fileName.replace(/^.*[\\\/]/, ""), u = n.lineNumber;
return `
Check your code at ` + s + ":" + u + ".";
}
return "";
}
}
var Ht = {};
function tn(n) {
{
var s = Gt();
if (!s) {
var u = typeof n == "string" ? n : n.displayName || n.name;
u && (s = `
Check the top-level render call using <` + u + ">.");
}
return s;
}
}
function qt(n, s) {
{
if (!n._store || n._store.validated || n.key != null)
return;
n._store.validated = !0;
var u = tn(s);
if (Ht[u])
return;
Ht[u] = !0;
var p = "";
n && n._owner && n._owner !== ht.current && (p = " It was passed a child from " + H(n._owner.type) + "."), Ee(n), b('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, p), Ee(null);
}
}
function Xt(n, s) {
{
if (typeof n != "object")
return;
if (dt(n))
for (var u = 0; u < n.length; u++) {
var p = n[u];
gt(p) && qt(p, s);
}
else if (gt(n))
n._store && (n._store.validated = !0);
else if (n) {
var _ = M(n);
if (typeof _ == "function" && _ !== n.entries)
for (var O = _.call(n), S; !(S = O.next()).done; )
gt(S.value) && qt(S.value, s);
}
}
}
function rn(n) {
{
var s = n.type;
if (s == null || typeof s == "string")
return;
var u;
if (typeof s == "function")
u = s.propTypes;
else if (typeof s == "object" && (s.$$typeof === l || // Note: Memo only checks outer props here.
// Inner props are checked in the reconciler.
s.$$typeof === m))
u = s.propTypes;
else
return;
if (u) {
var p = H(s);
zr(u, n.props, "prop", p, n);
} else if (s.PropTypes !== void 0 && !mt) {
mt = !0;
var _ = H(s);
b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", _ || "Unknown");
}
typeof s.getDefaultProps == "function" && !s.getDefaultProps.isReactClassApproved && b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
}
}
function nn(n) {
{
for (var s = Object.keys(n.props), u = 0; u < s.length; u++) {
var p = s[u];
if (p !== "children" && p !== "key") {
Ee(n), b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", p), Ee(null);
break;
}
}
n.ref !== null && (Ee(n), b("Invalid attribute `ref` supplied to `React.Fragment`."), Ee(null));
}
}
function Kt(n, s, u, p, _, O) {
{
var S = ie(n);
if (!S) {
var w = "";
(n === void 0 || typeof n == "object" && n !== null && Object.keys(n).length === 0) && (w += " 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 V = en(_);
V ? w += V : w += Gt();
var I;
n === null ? I = "null" : dt(n) ? I = "array" : n !== void 0 && n.$$typeof === t ? (I = "<" + (H(n.type) || "Unknown") + " />", w = " Did you accidentally export a JSX literal instead of a component?") : I = typeof n, b("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", I, w);
}
var D = Qr(n, s, u, _, O);
if (D == null)
return D;
if (S) {
var U = s.children;
if (U !== void 0)
if (p)
if (dt(U)) {
for (var Se = 0; Se < U.length; Se++)
Xt(U[Se], n);
Object.freeze && Object.freeze(U);
} else
b("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
Xt(U, n);
}
return n === o ? nn(D) : rn(D), D;
}
}
function on(n, s, u) {
return Kt(n, s, u, !0);
}
function an(n, s, u) {
return Kt(n, s, u, !1);
}
var sn = an, cn = on;
$e.Fragment = o, $e.jsx = sn, $e.jsxs = cn;
}()), $e;
}
process.env.NODE_ENV === "production" ? St.exports = hn() : St.exports = mn();
var yr = St.exports;
const z = yr.jsx, Nt = yr.jsxs;
var X = /* @__PURE__ */ ((e) => (e.success = "success", e.error = "error", e.warn = "warn", e.info = "info", e))(X || {});
const gn = (e) => /* @__PURE__ */ Nt(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 40,
height: 40,
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "check-circle_svg__feather check-circle_svg__feather-check-circle",
viewBox: "0 0 24 24",
...e,
children: [
/* @__PURE__ */ z("path", { d: "M22 11.08V12a10 10 0 1 1-5.93-9.14" }),
/* @__PURE__ */ z("path", { d: "M22 4 12 14.01l-3-3" })
]
}
), tr = (e) => /* @__PURE__ */ Nt(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 40,
height: 40,
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "info_svg__feather info_svg__feather-info",
viewBox: "0 0 24 24",
...e,
children: [
/* @__PURE__ */ z("circle", { cx: 12, cy: 12, r: 10 }),
/* @__PURE__ */ z("path", { d: "M12 16v-4M12 8h.01" })
]
}
), yn = (e) => /* @__PURE__ */ z(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 40,
height: 40,
fill: "none",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 2,
className: "x-octagon_svg__feather x-octagon_svg__feather-x-octagon",
viewBox: "0 0 24 24",
...e,
children: /* @__PURE__ */ z("path", { d: "M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2zM15 9l-6 6M9 9l6 6" })
}
);
var W = function() {
return W = Object.assign || function(t) {
for (var r, o = 1, a = arguments.length; o < a; o++) {
r = arguments[o];
for (var i in r)
Object.prototype.hasOwnProperty.call(r, i) && (t[i] = r[i]);
}
return t;
}, W.apply(this, arguments);
};
function ve(e, t, r) {
if (r || arguments.length === 2)
for (var o = 0, a = t.length, i; o < a; o++)
(i || !(o in t)) && (i || (i = Array.prototype.slice.call(t, 0, o)), i[o] = t[o]);
return e.concat(i || Array.prototype.slice.call(t));
}
function vn(e) {
var t = /* @__PURE__ */ Object.create(null);
return function(r) {
return t[r] === void 0 && (t[r] = e(r)), t[r];
};
}
var bn = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, wn = /* @__PURE__ */ vn(
function(e) {
return bn.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
}
/* Z+1 */
), T = "-ms-", Ve = "-moz-", R = "-webkit-", vr = "comm", it = "rule", It = "decl", En = "@import", br = "@keyframes", Sn = "@layer", _n = Math.abs, Dt = String.fromCharCode, _t = Object.assign;
function Rn(e, t) {
return $(e, 0) ^ 45 ? (((t << 2 ^ $(e, 0)) << 2 ^ $(e, 1)) << 2 ^ $(e, 2)) << 2 ^ $(e, 3) : 0;
}
function wr(e) {
return e.trim();
}
function ae(e, t) {
return (e = t.exec(e)) ? e[0] : e;
}
function y(e, t, r) {
return e.replace(t, r);
}
function et(e, t) {
return e.indexOf(t);
}
function $(e, t) {
return e.charCodeAt(t) | 0;
}
function Re(e, t, r) {
return e.slice(t, r);
}
function ee(e) {
return e.length;
}
function Er(e) {
return e.length;
}
function Le(e, t) {
return t.push(e), e;
}
function kn(e, t) {
return e.map(t).join("");
}
function rr(e, t) {
return e.filter(function(r) {
return !ae(r, t);
});
}
var st = 1, ke = 1, Sr = 0, G = 0, j = 0, Pe = "";
function ct(e, t, r, o, a, i, c, f) {
return { value: e, root: t, parent: r, type: o, props: a, children: i, line: st, column: ke, length: c, return: "", siblings: f };
}
function le(e, t) {
return _t(ct("", null, null, "", null, null, 0, e.siblings), e, { length: -e.length }, t);
}
function _e(e) {
for (; e.root; )
e = le(e.root, { children: [e] });
Le(e, e.siblings);
}
function xn() {
return j;
}
function Cn() {
return j = G > 0 ? $(Pe, --G) : 0, ke--, j === 10 && (ke = 1, st--), j;
}
function K() {
return j = G < Sr ? $(Pe, G++) : 0, ke++, j === 10 && (ke = 1, st++), j;
}
function me() {
return $(Pe, G);
}
function tt() {
return G;
}
function ut(e, t) {
return Re(Pe, e, t);
}
function Rt(e) {
switch (e) {
case 0:
case 9:
case 10:
case 13:
case 32:
return 5;
case 33:
case 43:
case 44:
case 47:
case 62:
case 64:
case 126:
case 59:
case 123:
case 125:
return 4;
case 58:
return 3;
case 34:
case 39:
case 40:
case 91:
return 2;
case 41:
case 93:
return 1;
}
return 0;
}
function On(e) {
return st = ke = 1, Sr = ee(Pe = e), G = 0, [];
}
function Pn(e) {
return Pe = "", e;
}
function yt(e) {
return wr(ut(G - 1, kt(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
}
function Tn(e) {
for (; (j = me()) && j < 33; )
K();
return Rt(e) > 2 || Rt(j) > 3 ? "" : " ";
}
function An(e, t) {
for (; --t && K() && !(j < 48 || j > 102 || j > 57 && j < 65 || j > 70 && j < 97); )
;
return ut(e, tt() + (t < 6 && me() == 32 && K() == 32));
}
function kt(e) {
for (; K(); )
switch (j) {
case e:
return G;
case 34:
case 39:
e !== 34 && e !== 39 && kt(j);
break;
case 40:
e === 41 && kt(e);
break;
case 92:
K();
break;
}
return G;
}
function Nn(e, t) {
for (; K() && e + j !== 47 + 10; )
if (e + j === 42 + 42 && me() === 47)
break;
return "/*" + ut(t, G - 1) + "*" + Dt(e === 47 ? e : K());
}
function In(e) {
for (; !Rt(me()); )
K();
return ut(e, G);
}
function Dn(e) {
return Pn(rt("", null, null, null, [""], e = On(e), 0, [0], e));
}
function rt(e, t, r, o, a, i, c, f, l) {
for (var g = 0, h = 0, m = c, v = 0, E = 0, x = 0, N = 1, M = 1, k = 1, b = 0, F = "", A = a, C = i, P = o, d = F; M; )
switch (x = b, b = K()) {
case 40:
if (x != 108 && $(d, m - 1) == 58) {
et(d += y(yt(b), "&", "&\f"), "&\f") != -1 && (k = -1);
break;
}
case 34:
case 39:
case 91:
d += yt(b);
break;
case 9:
case 10:
case 13:
case 32:
d += Tn(x);
break;
case 92:
d += An(tt() - 1, 7);
continue;
case 47:
switch (me()) {
case 42:
case 47:
Le(jn(Nn(K(), tt()), t, r, l), l);
break;
default:
d += "/";
}
break;
case 123 * N:
f[g++] = ee(d) * k;
case 125 * N:
case 59:
case 0:
switch (b) {
case 0:
case 125:
M = 0;
case 59 + h:
k == -1 && (d = y(d, /\f/g, "")), E > 0 && ee(d) - m && Le(E > 32 ? or(d + ";", o, r, m - 1, l) : or(y(d, " ", "") + ";", o, r, m - 2, l), l);
break;
case 59:
d += ";";
default:
if (Le(P = nr(d, t, r, g, h, a, f, F, A = [], C = [], m, i), i), b === 123)
if (h === 0)
rt(d, t, P, P, A, i, m, f, C);
else
switch (v === 99 && $(d, 3) === 110 ? 100 : v) {
case 100:
case 108:
case 109:
case 115:
rt(e, P, P, o && Le(nr(e, P, P, 0, 0, a, f, F, a, A = [], m, C), C), a, C, m, f, o ? A : C);
break;
default:
rt(d, P, P, P, [""], C, 0, f, C);
}
}
g = h = E = 0, N = k = 1, F = d = "", m = c;
break;
case 58:
m = 1 + ee(d), E = x;
default:
if (N < 1) {
if (b == 123)
--N;
else if (b == 125 && N++ == 0 && Cn() == 125)
continue;
}
switch (d += Dt(b), b * N) {
case 38:
k = h > 0 ? 1 : (d += "\f", -1);
break;
case 44:
f[g++] = (ee(d) - 1) * k, k = 1;
break;
case 64:
me() === 45 && (d += yt(K())), v = me(), h = m = ee(F = d += In(tt())), b++;
break;
case 45:
x === 45 && ee(d) == 2 && (N = 0);
}
}
return i;
}
function nr(e, t, r, o, a, i, c, f, l, g, h, m) {
for (var v = a - 1, E = a === 0 ? i : [""], x = Er(E), N = 0, M = 0, k = 0; N < o; ++N)
for (var b = 0, F = Re(e, v + 1, v = _n(M = c[N])), A = e; b < x; ++b)
(A = wr(M > 0 ? E[b] + " " + F : y(F, /&\f/g, E[b]))) && (l[k++] = A);
return ct(e, t, r, a === 0 ? it : f, l, g, h, m);
}
function jn(e, t, r, o) {
return ct(e, t, r, vr, Dt(xn()), Re(e, 2, -2), 0, o);
}
function or(e, t, r, o, a) {
return ct(e, t, r, It, Re(e, 0, o), Re(e, o + 1, -1), o, a);
}
function _r(e, t, r) {
switch (Rn(e, t)) {
case 5103:
return R + "print-" + e + e;
case 5737:
case 4201:
case 3177:
case 3433:
case 1641:
case 4457:
case 2921:
case 5572:
case 6356:
case 5844:
case 3191:
case 6645:
case 3005:
case 6391:
case 5879:
case 5623:
case 6135:
case 4599:
case 4855:
case 4215:
case 6389:
case 5109:
case 5365:
case 5621:
case 3829:
return R + e + e;
case 4789:
return Ve + e + e;
case 5349:
case 4246:
case 4810:
case 6968:
case 2756:
return R + e + Ve + e + T + e + e;
case 5936:
switch ($(e, t + 11)) {
case 114:
return R + e + T + y(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
case 108:
return R + e + T + y(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
case 45:
return R + e + T + y(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
}
case 6828:
case 4268:
case 2903:
return R + e + T + e + e;
case 6165:
return R + e + T + "flex-" + e + e;
case 5187:
return R + e + y(e, /(\w+).+(:[^]+)/, R + "box-$1$2" + T + "flex-$1$2") + e;
case 5443:
return R + e + T + "flex-item-" + y(e, /flex-|-self/g, "") + (ae(e, /flex-|baseline/) ? "" : T + "grid-row-" + y(e, /flex-|-self/g, "")) + e;
case 4675:
return R + e + T + "flex-line-pack" + y(e, /align-content|flex-|-self/g, "") + e;
case 5548:
return R + e + T + y(e, "shrink", "negative") + e;
case 5292:
return R + e + T + y(e, "basis", "preferred-size") + e;
case 6060:
return R + "box-" + y(e, "-grow", "") + R + e + T + y(e, "grow", "positive") + e;
case 4554:
return R + y(e, /([^-])(transform)/g, "$1" + R + "$2") + e;
case 6187:
return y(y(y(e, /(zoom-|grab)/, R + "$1"), /(image-set)/, R + "$1"), e, "") + e;
case 5495:
case 3959:
return y(e, /(image-set\([^]*)/, R + "$1$`$1");
case 4968:
return y(y(e, /(.+:)(flex-)?(.*)/, R + "box-pack:$3" + T + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + R + e + e;
case 4200:
if (!ae(e, /flex-|baseline/))
return T + "grid-column-align" + Re(e, t) + e;
break;
case 2592:
case 3360:
return T + y(e, "template-", "") + e;
case 4384:
case 3616:
return r && r.some(function(o, a) {
return t = a, ae(o.props, /grid-\w+-end/);
}) ? ~et(e + (r = r[t].value), "span") ? e : T + y(e, "-start", "") + e + T + "grid-row-span:" + (~et(r, "span") ? ae(r, /\d+/) : +ae(r, /\d+/) - +ae(e, /\d+/)) + ";" : T + y(e, "-start", "") + e;
case 4896:
case 4128:
return r && r.some(function(o) {
return ae(o.props, /grid-\w+-start/);
}) ? e : T + y(y(e, "-end", "-span"), "span ", "") + e;
case 4095:
case 3583:
case 4068:
case 2532:
return y(e, /(.+)-inline(.+)/, R + "$1$2") + e;
case 8116:
case 7059:
case 5753:
case 5535:
case 5445:
case 5701:
case 4933:
case 4677:
case 5533:
case 5789:
case 5021:
case 4765:
if (ee(e) - 1 - t > 6)
switch ($(e, t + 1)) {
case 109:
if ($(e, t + 4) !== 45)
break;
case 102:
return y(e, /(.+:)(.+)-([^]+)/, "$1" + R + "$2-$3$1" + Ve + ($(e, t + 3) == 108 ? "$3" : "$2-$3")) + e;
case 115:
return ~et(e, "stretch") ? _r(y(e, "stretch", "fill-available"), t, r) + e : e;
}
break;
case 5152:
case 5920:
return y(e, /(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/, function(o, a, i, c, f, l, g) {
return T + a + ":" + i + g + (c ? T + a + "-span:" + (f ? l : +l - +i) + g : "") + e;
});
case 4949:
if ($(e, t + 6) === 121)
return y(e, ":", ":" + R) + e;
break;
case 6444:
switch ($(e, $(e, 14) === 45 ? 18 : 11)) {
case 120:
return y(e, /(.+:)([^;\s!]+)(;|(\s+)?!.+)?/, "$1" + R + ($(e, 14) === 45 ? "inline-" : "") + "box$3$1" + R + "$2$3$1" + T + "$2box$3") + e;
case 100:
return y(e, ":", ":" + T) + e;
}
break;
case 5719:
case 2647:
case 2135:
case 3927:
case 2391:
return y(e, "scroll-", "scroll-snap-") + e;
}
return e;
}
function ot(e, t) {
for (var r = "", o = 0; o < e.length; o++)
r += t(e[o], o, e, t) || "";
return r;
}
function $n(e, t, r, o) {
switch (e.type) {
case Sn:
if (e.children.length)
break;
case En:
case It:
return e.return = e.return || e.value;
case vr:
return "";
case br:
return e.return = e.value + "{" + ot(e.children, o) + "}";
case it:
if (!ee(e.value = e.props.join(",")))
return "";
}
return ee(r = ot(e.children, o)) ? e.return = e.value + "{" + r + "}" : "";
}
function Mn(e) {
var t = Er(e);
return function(r, o, a, i) {
for (var c = "", f = 0; f < t; f++)
c += e[f](r, o, a, i) || "";
return c;
};
}
function Fn(e) {
return function(t) {
t.root || (t = t.return) && e(t);
};
}
function Ln(e, t, r, o) {
if (e.length > -1 && !e.return)
switch (e.type) {
case It:
e.return = _r(e.value, e.length, r);
return;
case br:
return ot([le(e, { value: y(e.value, "@", "@" + R) })], o);
case it:
if (e.length)
return kn(r = e.props, function(a) {
switch (ae(a, o = /(::plac\w+|:read-\w+)/)) {
case ":read-only":
case ":read-write":
_e(le(e, { props: [y(a, /:(read-\w+)/, ":" + Ve + "$1")] })), _e(le(e, { props: [a] })), _t(e, { props: rr(r, o) });
break;
case "::placeholder":
_e(le(e, { props: [y(a, /:(plac\w+)/, ":" + R + "input-$1")] })), _e(le(e, { props: [y(a, /:(plac\w+)/, ":" + Ve + "$1")] })), _e(le(e, { props: [y(a, /:(plac\w+)/, T + "input-$1")] })), _e(le(e, { props: [a] })), _t(e, { props: rr(r, o) });
break;
}
return "";
});
}
}
var Yn = {
animationIterationCount: 1,
aspectRatio: 1,
borderImageOutset: 1,
borderImageSlice: 1,
borderImageWidth: 1,
boxFlex: 1,
boxFlexGroup: 1,
boxOrdinalGroup: 1,
columnCount: 1,
columns: 1,
flex: 1,
flexGrow: 1,
flexPositive: 1,
flexShrink: 1,
flexNegative: 1,
flexOrder: 1,
gridRow: 1,
gridRowEnd: 1,
gridRowSpan: 1,
gridRowStart: 1,
gridColumn: 1,
gridColumnEnd: 1,
gridColumnSpan: 1,
gridColumnStart: 1,
msGridRow: 1,
msGridRowSpan: 1,
msGridColumn: 1,
msGridColumnSpan: 1,
fontWeight: 1,
lineHeight: 1,
opacity: 1,
order: 1,
orphans: 1,
tabSize: 1,
widows: 1,
zIndex: 1,
zoom: 1,
WebkitLineClamp: 1,
// SVG-related properties
fillOpacity: 1,
floodOpacity: 1,
stopOpacity: 1,
strokeDasharray: 1,
strokeDashoffset: 1,
strokeMiterlimit: 1,
strokeOpacity: 1,
strokeWidth: 1
}, be = typeof process < "u" && process.env !== void 0 && (process.env.REACT_APP_SC_ATTR || process.env.SC_ATTR) || "data-styled", jt = typeof window < "u" && "HTMLElement" in window, Vn = !!(typeof SC_DISABLE_SPEEDY == "boolean" ? SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== void 0 && process.env.REACT_APP_SC_DISABLE_SPEEDY !== "" ? process.env.REACT_APP_SC_DISABLE_SPEEDY !== "false" && process.env.REACT_APP_SC_DISABLE_SPEEDY : typeof process < "u" && process.env !== void 0 && process.env.SC_DISABLE_SPEEDY !== void 0 && process.env.SC_DISABLE_SPEEDY !== "" ? process.env.SC_DISABLE_SPEEDY !== "false" && process.env.SC_DISABLE_SPEEDY : process.env.NODE_ENV !== "production"), ar = /invalid hook call/i, Xe = /* @__PURE__ */ new Set(), zn = function(e, t) {
if (process.env.NODE_ENV !== "production") {
var r = t ? ' with the id of "'.concat(t, '"') : "", o = "The component ".concat(e).concat(r, ` has been created dynamically.
`) + `You may see this warning because you've called styled inside another component.
To resolve this only create new StyledComponents outside of any render method and function component.`, a = console.error;
try {
var i = !0;
console.error = function(c) {
for (var f = [], l = 1; l < arguments.length; l++)
f[l - 1] = arguments[l];
ar.test(c) ? (i = !1, Xe.delete(o)) : a.apply(void 0, ve([c], f, !1));
}, un(), i && !Xe.has(o) && (console.warn(o), Xe.add(o));
} catch (c) {
ar.test(c.message) && Xe.delete(o);
} finally {
console.error = a;
}
}
}, $t = Object.freeze([]), xe = Object.freeze({});
function Wn(e, t, r) {
return r === void 0 && (r = xe), e.theme !== r.theme && e.theme || t || r.theme;
}
var Rr = /* @__PURE__ */ new Set(["a", "abbr", "address", "area", "article", "aside", "audio", "b", "base", "bdi", "bdo", "big", "blockquote", "body", "br", "button", "canvas", "caption", "cite", "code", "col", "colgroup", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "div", "dl", "dt", "em", "embed", "fieldset", "figcaption", "figure", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "iframe", "img", "input", "ins", "kbd", "keygen", "label", "legend", "li", "link", "main", "map", "mark", "menu", "menuitem", "meta", "meter", "nav", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "script", "section", "select", "small", "source", "span", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "textarea", "tfoot", "th", "thead", "time", "title", "tr", "track", "u", "ul", "use", "var", "video", "wbr", "circle", "clipPath", "defs", "ellipse", "foreignObject", "g", "image", "line", "linearGradient", "marker", "mask", "path", "pattern", "polygon", "polyline", "radialGradient", "rect", "stop", "svg", "text", "tspan"]), Bn = /[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g, Un = /(^-|-$)/g;
function ir(e) {
return e.replace(Bn, "-").replace(Un, "");
}
var Gn = /(a)(d)/gi, sr = function(e) {
return String.fromCharCode(e + (e > 25 ? 39 : 97));
};
function xt(e) {
var t, r = "";
for (t = Math.abs(e); t > 52; t = t / 52 | 0)
r = sr(t % 52) + r;
return (sr(t % 52) + r).replace(Gn, "$1-$2");
}
var vt, pe = function(e, t) {
for (var r = t.length; r; )
e = 33 * e ^ t.charCodeAt(--r);
return e;
}, kr = function(e) {
return pe(5381, e);
};
function xr(e) {
return xt(kr(e) >>> 0);
}
function Cr(e) {
return process.env.NODE_ENV !== "production" && typeof e == "string" && e || e.displayName || e.name || "Component";
}
function bt(e) {
return typeof e == "string" && (process.env.NODE_ENV === "production" || e.charAt(0) === e.charAt(0).toLowerCase());
}
var Or = typeof Symbol == "function" && Symbol.for, Pr = Or ? Symbol.for("react.memo") : 60115, Hn = Or ? Symbol.for("react.forward_ref") : 60112, qn = { childContextTypes: !0, contextType: !0, contextTypes: !0, defaultProps: !0, displayName: !0, getDefaultProps: !0, getDerivedStateFromError: !0, getDerivedStateFromProps: !0, mixins: !0, propTypes: !0, type: !0 }, Xn = { name: !0, length: !0, prototype: !0, caller: !0, callee: !0, arguments: !0, arity: !0 }, Tr = { $$typeof: !0, compare: !0, defaultProps: !0, displayName: !0, propTypes: !0, type: !0 }, Kn = ((vt = {})[Hn] = { $$typeof: !0, render: !0, defaultProps: !0, displayName: !0, propTypes: !0 }, vt[Pr] = Tr, vt);
function cr(e) {
return ("type" in (t = e) && t.type.$$typeof) === Pr ? Tr : "$$typeof" in e ? Kn[e.$$typeof] : qn;
var t;
}
var Jn = Object.defineProperty, Zn = Object.getOwnPropertyNames, ur = Object.getOwnPropertySymbols, Qn = Object.getOwnPropertyDescriptor, eo = Object.getPrototypeOf, lr = Object.prototype;
function Ar(e, t, r) {
if (typeof t != "string") {
if (lr) {
var o = eo(t);
o && o !== lr && Ar(e, o, r);
}
var a = Zn(t);
ur && (a = a.concat(ur(t)));
for (var i = cr(e), c = cr(t), f = 0; f < a.length; ++f) {
var l = a[f];
if (!(l in Xn || r && r[l] || c && l in c || i && l in i)) {
var g = Qn(t, l);
try {
Jn(e, l, g);
} catch {
}
}
}
}
return e;
}
function Ce(e) {
return typeof e == "function";
}
function Mt(e) {
return typeof e == "object" && "styledComponentId" in e;
}
function he(e, t) {
return e && t ? "".concat(e, " ").concat(t) : e || t || "";
}
function Ct(e, t) {
if (e.length === 0)
return "";
for (var r = e[0], o = 1; o < e.length; o++)
r += t ? t + e[o] : e[o];
return r;
}
function Oe(e) {
return e !== null && typeof e == "object" && e.constructor.name === Object.name && !("props" in e && e.$$typeof);
}
function Ot(e, t, r) {
if (r === void 0 && (r = !1), !r && !Oe(e) && !Array.isArray(e))
return t;
if (Array.isArray(t))
for (var o = 0; o < t.length; o++)
e[o] = Ot(e[o], t[o]);
else if (Oe(t))
for (var o in t)
e[o] = Ot(e[o], t[o]);
return e;
}
function Ft(e, t) {
Object.defineProperty(e, "toString", { value: t });
}
var to = process.env.NODE_ENV !== "production" ? { 1: `Cannot create styled-component for component: %s.
`, 2: `Can't collect styles once you've consumed a \`ServerStyleSheet\`'s styles! \`ServerStyleSheet\` is a one off instance for each server-side render cycle.
- Are you trying to reuse it across renders?
- Are you accidentally calling collectStyles twice?
`, 3: `Streaming SSR is only supported in a Node.js environment; Please do not try to call this method in the browser.
`, 4: `The \`StyleSheetManager\` expects a valid target or sheet prop!
- Does this error occur on the client and is your target falsy?
- Does this error occur on the server and is the sheet falsy?
`, 5: `The clone method cannot be used on the client!
- Are you running in a client-like environment on the server?
- Are you trying to run SSR on the client?
`, 6: `Trying to insert a new style tag, but the given Node is unmounted!
- Are you using a custom target that isn't mounted?
- Does your document not have a valid head element?
- Have you accidentally removed a style tag manually?
`, 7: 'ThemeProvider: Please return an object from your "theme" prop function, e.g.\n\n```js\ntheme={() => ({})}\n```\n\n', 8: `ThemeProvider: Please make your "theme" prop an object.
`, 9: "Missing document `<head>`\n\n", 10: `Cannot find a StyleSheet instance. Usually this happens if there are multiple copies of styled-components loaded at once. Check out this issue for how to troubleshoot and fix the common cases where this situation can happen: https://github.com/styled-components/styled-components/issues/1941#issuecomment-417862021
`, 11: `_This error was replaced with a dev-time warning, it will be deleted for v4 final._ [createGlobalStyle] received children which will not be rendered. Please use the component without passing children elements.
`, 12: "It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\\`\\` helper which ensures the styles are injected correctly. See https://www.styled-components.com/docs/api#css\n\n", 13: `%s is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.
`, 14: `ThemeProvider: "theme" prop is required.
`, 15: "A stylis plugin has been supplied that is not named. We need a name for each plugin to be able to prevent styling collisions between different stylis configurations within the same app. Before you pass your plugin to `<StyleSheetManager stylisPlugins={[]}>`, please make sure each plugin is uniquely-named, e.g.\n\n```js\nObject.defineProperty(importedPlugin, 'name', { value: 'some-unique-name' });\n```\n\n", 16: `Reached the limit of how many st