kylin-ui-component
Version:
A React UI library for some developers to develop quickly
1,368 lines (1,349 loc) • 142 kB
JavaScript
import * as $r from "react";
import T, { useRef as sn, useDebugValue as Tr, createElement as go, useContext as qt, createContext as sr, useState as _e, useEffect as cr, useMemo as Pr } from "react";
import vo from "react-dom";
function yo(e) {
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
}
var Xt = { exports: {} }, ot = {};
/**
* @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 Nr;
function wo() {
if (Nr)
return ot;
Nr = 1;
var e = T, t = Symbol.for("react.element"), r = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, o = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, a = { key: !0, ref: !0, __self: !0, __source: !0 };
function s(d, c, u) {
var f, p = {}, m = null, v = null;
u !== void 0 && (m = "" + u), c.key !== void 0 && (m = "" + c.key), c.ref !== void 0 && (v = c.ref);
for (f in c)
n.call(c, f) && !a.hasOwnProperty(f) && (p[f] = c[f]);
if (d && d.defaultProps)
for (f in c = d.defaultProps, c)
p[f] === void 0 && (p[f] = c[f]);
return { $$typeof: t, type: d, key: m, ref: v, props: p, _owner: o.current };
}
return ot.Fragment = r, ot.jsx = s, ot.jsxs = s, ot;
}
var it = {};
/**
* @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 Ir;
function bo() {
return Ir || (Ir = 1, process.env.NODE_ENV !== "production" && function() {
var e = T, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), d = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), m = Symbol.for("react.lazy"), v = Symbol.for("react.offscreen"), x = Symbol.iterator, y = "@@iterator";
function h(i) {
if (i === null || typeof i != "object")
return null;
var g = x && i[x] || i[y];
return typeof g == "function" ? g : null;
}
var b = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
function C(i) {
{
for (var g = arguments.length, w = new Array(g > 1 ? g - 1 : 0), R = 1; R < g; R++)
w[R - 1] = arguments[R];
P("error", i, w);
}
}
function P(i, g, w) {
{
var R = b.ReactDebugCurrentFrame, j = R.getStackAddendum();
j !== "" && (g += "%s", w = w.concat([j]));
var W = w.map(function(L) {
return String(L);
});
W.unshift("Warning: " + g), Function.prototype.apply.call(console[i], console, W);
}
}
var $ = !1, E = !1, N = !1, S = !1, M = !1, G;
G = Symbol.for("react.module.reference");
function V(i) {
return !!(typeof i == "string" || typeof i == "function" || i === n || i === a || M || i === o || i === u || i === f || S || i === v || $ || E || N || typeof i == "object" && i !== null && (i.$$typeof === m || i.$$typeof === p || i.$$typeof === s || i.$$typeof === d || i.$$typeof === c || // 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.
i.$$typeof === G || i.getModuleId !== void 0));
}
function ce(i, g, w) {
var R = i.displayName;
if (R)
return R;
var j = g.displayName || g.name || "";
return j !== "" ? w + "(" + j + ")" : w;
}
function Fe(i) {
return i.displayName || "Context";
}
function te(i) {
if (i == null)
return null;
if (typeof i.tag == "number" && C("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof i == "function")
return i.displayName || i.name || null;
if (typeof i == "string")
return i;
switch (i) {
case n:
return "Fragment";
case r:
return "Portal";
case a:
return "Profiler";
case o:
return "StrictMode";
case u:
return "Suspense";
case f:
return "SuspenseList";
}
if (typeof i == "object")
switch (i.$$typeof) {
case d:
var g = i;
return Fe(g) + ".Consumer";
case s:
var w = i;
return Fe(w._context) + ".Provider";
case c:
return ce(i, i.render, "ForwardRef");
case p:
var R = i.displayName || null;
return R !== null ? R : te(i.type) || "Memo";
case m: {
var j = i, W = j._payload, L = j._init;
try {
return te(L(W));
} catch {
return null;
}
}
}
return null;
}
var le = Object.assign, he = 0, Be, Ve, $e, we, re, be, me;
function K() {
}
K.__reactDisabledLog = !0;
function Te() {
{
if (he === 0) {
Be = console.log, Ve = console.info, $e = console.warn, we = console.error, re = console.group, be = console.groupCollapsed, me = console.groupEnd;
var i = {
configurable: !0,
enumerable: !0,
value: K,
writable: !0
};
Object.defineProperties(console, {
info: i,
log: i,
warn: i,
error: i,
group: i,
groupCollapsed: i,
groupEnd: i
});
}
he++;
}
}
function Pe() {
{
if (he--, he === 0) {
var i = {
configurable: !0,
enumerable: !0,
writable: !0
};
Object.defineProperties(console, {
log: le({}, i, {
value: Be
}),
info: le({}, i, {
value: Ve
}),
warn: le({}, i, {
value: $e
}),
error: le({}, i, {
value: we
}),
group: le({}, i, {
value: re
}),
groupCollapsed: le({}, i, {
value: be
}),
groupEnd: le({}, i, {
value: me
})
});
}
he < 0 && C("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
}
}
var ge = b.ReactCurrentDispatcher, ue;
function de(i, g, w) {
{
if (ue === void 0)
try {
throw Error();
} catch (j) {
var R = j.stack.trim().match(/\n( *(at )?)/);
ue = R && R[1] || "";
}
return `
` + ue + i;
}
}
var oe = !1, Q;
{
var Ne = typeof WeakMap == "function" ? WeakMap : Map;
Q = new Ne();
}
function xe(i, g) {
if (!i || oe)
return "";
{
var w = Q.get(i);
if (w !== void 0)
return w;
}
var R;
oe = !0;
var j = Error.prepareStackTrace;
Error.prepareStackTrace = void 0;
var W;
W = ge.current, ge.current = null, Te();
try {
if (g) {
var L = function() {
throw Error();
};
if (Object.defineProperty(L.prototype, "props", {
set: function() {
throw Error();
}
}), typeof Reflect == "object" && Reflect.construct) {
try {
Reflect.construct(L, []);
} catch (Ce) {
R = Ce;
}
Reflect.construct(i, [], L);
} else {
try {
L.call();
} catch (Ce) {
R = Ce;
}
i.call(L.prototype);
}
} else {
try {
throw Error();
} catch (Ce) {
R = Ce;
}
i();
}
} catch (Ce) {
if (Ce && R && typeof Ce.stack == "string") {
for (var O = Ce.stack.split(`
`), Z = R.stack.split(`
`), U = O.length - 1, H = Z.length - 1; U >= 1 && H >= 0 && O[U] !== Z[H]; )
H--;
for (; U >= 1 && H >= 0; U--, H--)
if (O[U] !== Z[H]) {
if (U !== 1 || H !== 1)
do
if (U--, H--, H < 0 || O[U] !== Z[H]) {
var ae = `
` + O[U].replace(" at new ", " at ");
return i.displayName && ae.includes("<anonymous>") && (ae = ae.replace("<anonymous>", i.displayName)), typeof i == "function" && Q.set(i, ae), ae;
}
while (U >= 1 && H >= 0);
break;
}
}
} finally {
oe = !1, ge.current = W, Pe(), Error.prepareStackTrace = j;
}
var Ye = i ? i.displayName || i.name : "", Rr = Ye ? de(Ye) : "";
return typeof i == "function" && Q.set(i, Rr), Rr;
}
function ie(i, g, w) {
return xe(i, !1);
}
function k(i) {
var g = i.prototype;
return !!(g && g.isReactComponent);
}
function ke(i, g, w) {
if (i == null)
return "";
if (typeof i == "function")
return xe(i, k(i));
if (typeof i == "string")
return de(i);
switch (i) {
case u:
return de("Suspense");
case f:
return de("SuspenseList");
}
if (typeof i == "object")
switch (i.$$typeof) {
case c:
return ie(i.render);
case p:
return ke(i.type, g, w);
case m: {
var R = i, j = R._payload, W = R._init;
try {
return ke(W(j), g, w);
} catch {
}
}
}
return "";
}
var Ee = Object.prototype.hasOwnProperty, rt = {}, gr = b.ReactDebugCurrentFrame;
function ft(i) {
if (i) {
var g = i._owner, w = ke(i.type, i._source, g ? g.type : null);
gr.setExtraStackFrame(w);
} else
gr.setExtraStackFrame(null);
}
function Xn(i, g, w, R, j) {
{
var W = Function.call.bind(Ee);
for (var L in i)
if (W(i, L)) {
var O = void 0;
try {
if (typeof i[L] != "function") {
var Z = Error((R || "React class") + ": " + w + " type `" + L + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof i[L] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
throw Z.name = "Invariant Violation", Z;
}
O = i[L](g, L, R, w, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
} catch (U) {
O = U;
}
O && !(O instanceof Error) && (ft(j), 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).", R || "React class", w, L, typeof O), ft(null)), O instanceof Error && !(O.message in rt) && (rt[O.message] = !0, ft(j), C("Failed %s type: %s", w, O.message), ft(null));
}
}
}
var Kn = Array.isArray;
function Lt(i) {
return Kn(i);
}
function Jn(i) {
{
var g = typeof Symbol == "function" && Symbol.toStringTag, w = g && i[Symbol.toStringTag] || i.constructor.name || "Object";
return w;
}
}
function Zn(i) {
try {
return vr(i), !1;
} catch {
return !0;
}
}
function vr(i) {
return "" + i;
}
function yr(i) {
if (Zn(i))
return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Jn(i)), vr(i);
}
var nt = b.ReactCurrentOwner, Qn = {
key: !0,
ref: !0,
__self: !0,
__source: !0
}, wr, br, Dt;
Dt = {};
function eo(i) {
if (Ee.call(i, "ref")) {
var g = Object.getOwnPropertyDescriptor(i, "ref").get;
if (g && g.isReactWarning)
return !1;
}
return i.ref !== void 0;
}
function to(i) {
if (Ee.call(i, "key")) {
var g = Object.getOwnPropertyDescriptor(i, "key").get;
if (g && g.isReactWarning)
return !1;
}
return i.key !== void 0;
}
function ro(i, g) {
if (typeof i.ref == "string" && nt.current && g && nt.current.stateNode !== g) {
var w = te(nt.current.type);
Dt[w] || (C('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', te(nt.current.type), i.ref), Dt[w] = !0);
}
}
function no(i, g) {
{
var w = function() {
wr || (wr = !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)", g));
};
w.isReactWarning = !0, Object.defineProperty(i, "key", {
get: w,
configurable: !0
});
}
}
function oo(i, g) {
{
var w = function() {
br || (br = !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)", g));
};
w.isReactWarning = !0, Object.defineProperty(i, "ref", {
get: w,
configurable: !0
});
}
}
var io = function(i, g, w, R, j, W, L) {
var O = {
// This tag allows us to uniquely identify this as a React Element
$$typeof: t,
// Built-in properties that belong on the element
type: i,
key: g,
ref: w,
props: L,
// Record the component responsible for creating this element.
_owner: W
};
return O._store = {}, Object.defineProperty(O._store, "validated", {
configurable: !1,
enumerable: !1,
writable: !0,
value: !1
}), Object.defineProperty(O, "_self", {
configurable: !1,
enumerable: !1,
writable: !1,
value: R
}), Object.defineProperty(O, "_source", {
configurable: !1,
enumerable: !1,
writable: !1,
value: j
}), Object.freeze && (Object.freeze(O.props), Object.freeze(O)), O;
};
function ao(i, g, w, R, j) {
{
var W, L = {}, O = null, Z = null;
w !== void 0 && (yr(w), O = "" + w), to(g) && (yr(g.key), O = "" + g.key), eo(g) && (Z = g.ref, ro(g, j));
for (W in g)
Ee.call(g, W) && !Qn.hasOwnProperty(W) && (L[W] = g[W]);
if (i && i.defaultProps) {
var U = i.defaultProps;
for (W in U)
L[W] === void 0 && (L[W] = U[W]);
}
if (O || Z) {
var H = typeof i == "function" ? i.displayName || i.name || "Unknown" : i;
O && no(L, H), Z && oo(L, H);
}
return io(i, O, Z, j, R, nt.current, L);
}
}
var jt = b.ReactCurrentOwner, xr = b.ReactDebugCurrentFrame;
function We(i) {
if (i) {
var g = i._owner, w = ke(i.type, i._source, g ? g.type : null);
xr.setExtraStackFrame(w);
} else
xr.setExtraStackFrame(null);
}
var zt;
zt = !1;
function Ft(i) {
return typeof i == "object" && i !== null && i.$$typeof === t;
}
function Er() {
{
if (jt.current) {
var i = te(jt.current.type);
if (i)
return `
Check the render method of \`` + i + "`.";
}
return "";
}
}
function so(i) {
{
if (i !== void 0) {
var g = i.fileName.replace(/^.*[\\\/]/, ""), w = i.lineNumber;
return `
Check your code at ` + g + ":" + w + ".";
}
return "";
}
}
var Cr = {};
function co(i) {
{
var g = Er();
if (!g) {
var w = typeof i == "string" ? i : i.displayName || i.name;
w && (g = `
Check the top-level render call using <` + w + ">.");
}
return g;
}
}
function Sr(i, g) {
{
if (!i._store || i._store.validated || i.key != null)
return;
i._store.validated = !0;
var w = co(g);
if (Cr[w])
return;
Cr[w] = !0;
var R = "";
i && i._owner && i._owner !== jt.current && (R = " It was passed a child from " + te(i._owner.type) + "."), We(i), C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', w, R), We(null);
}
}
function _r(i, g) {
{
if (typeof i != "object")
return;
if (Lt(i))
for (var w = 0; w < i.length; w++) {
var R = i[w];
Ft(R) && Sr(R, g);
}
else if (Ft(i))
i._store && (i._store.validated = !0);
else if (i) {
var j = h(i);
if (typeof j == "function" && j !== i.entries)
for (var W = j.call(i), L; !(L = W.next()).done; )
Ft(L.value) && Sr(L.value, g);
}
}
}
function lo(i) {
{
var g = i.type;
if (g == null || typeof g == "string")
return;
var w;
if (typeof g == "function")
w = g.propTypes;
else if (typeof g == "object" && (g.$$typeof === c || // Note: Memo only checks outer props here.
// Inner props are checked in the reconciler.
g.$$typeof === p))
w = g.propTypes;
else
return;
if (w) {
var R = te(g);
Xn(w, i.props, "prop", R, i);
} else if (g.PropTypes !== void 0 && !zt) {
zt = !0;
var j = te(g);
C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", j || "Unknown");
}
typeof g.getDefaultProps == "function" && !g.getDefaultProps.isReactClassApproved && C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
}
}
function uo(i) {
{
for (var g = Object.keys(i.props), w = 0; w < g.length; w++) {
var R = g[w];
if (R !== "children" && R !== "key") {
We(i), C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", R), We(null);
break;
}
}
i.ref !== null && (We(i), C("Invalid attribute `ref` supplied to `React.Fragment`."), We(null));
}
}
function kr(i, g, w, R, j, W) {
{
var L = V(i);
if (!L) {
var O = "";
(i === void 0 || typeof i == "object" && i !== null && Object.keys(i).length === 0) && (O += " 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 Z = so(j);
Z ? O += Z : O += Er();
var U;
i === null ? U = "null" : Lt(i) ? U = "array" : i !== void 0 && i.$$typeof === t ? (U = "<" + (te(i.type) || "Unknown") + " />", O = " Did you accidentally export a JSX literal instead of a component?") : U = typeof i, C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", U, O);
}
var H = ao(i, g, w, j, W);
if (H == null)
return H;
if (L) {
var ae = g.children;
if (ae !== void 0)
if (R)
if (Lt(ae)) {
for (var Ye = 0; Ye < ae.length; Ye++)
_r(ae[Ye], i);
Object.freeze && Object.freeze(ae);
} 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
_r(ae, i);
}
return i === n ? uo(H) : lo(H), H;
}
}
function fo(i, g, w) {
return kr(i, g, w, !0);
}
function po(i, g, w) {
return kr(i, g, w, !1);
}
var ho = po, mo = fo;
it.Fragment = n, it.jsx = ho, it.jsxs = mo;
}()), it;
}
process.env.NODE_ENV === "production" ? Xt.exports = wo() : Xt.exports = bo();
var lr = Xt.exports;
const Qe = lr.Fragment, l = lr.jsx, D = lr.jsxs, J = {
type: {
default: "#951bcd",
primary: "#1677ff",
secondary: "#006597",
success: "#36d399",
info: "#3abff8",
disabled: "#bdc3c7",
warning: "#e67e22",
danger: "#e74c3c",
error: "#e74c3c",
description: "#00000073"
},
color: {
default: "#fff",
primary: "#fff",
secondary: "#fff",
success: "#000000",
info: "#000000",
disabled: "#00000040",
warning: "#fff",
danger: "#fff",
error: "#fff"
},
gradient: {
aquamarine: "linear-gradient(45deg, #00d2ff 0%, #3a7bd5 100%)",
blue: "linear-gradient(45deg, #00d2ff 0%, #3a7bd5 100%)",
orange: "linear-gradient(45deg, #f2994a 0%, #f2c94c 100%)",
red: "linear-gradient(45deg, #2193b0 0%, #6dd5ed 100%)"
},
fontSize: {
small: "1rem",
middle: "1.2rem",
large: "1.4rem"
},
padding: {
small: "0.2rem 0.4rem",
middle: "0.6rem 0.8rem",
large: "0.8rem 1.2rem"
},
width: {
small: "2.4rem",
middle: "3.2rem",
large: "4rem"
},
shape: {
square: 0,
rounded: "0.25rem",
circle: "50%"
}
};
var ee = function() {
return ee = Object.assign || function(t) {
for (var r, n = 1, o = arguments.length; n < o; n++) {
r = arguments[n];
for (var a in r)
Object.prototype.hasOwnProperty.call(r, a) && (t[a] = r[a]);
}
return t;
}, ee.apply(this, arguments);
};
function De(e, t, r) {
if (r || arguments.length === 2)
for (var n = 0, o = t.length, a; n < o; n++)
(a || !(n in t)) && (a || (a = Array.prototype.slice.call(t, 0, n)), a[n] = t[n]);
return e.concat(a || Array.prototype.slice.call(t));
}
function xo(e) {
var t = /* @__PURE__ */ Object.create(null);
return function(r) {
return t[r] === void 0 && (t[r] = e(r)), t[r];
};
}
var Eo = /^((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)-.*))$/, Co = /* @__PURE__ */ xo(
function(e) {
return Eo.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
}
/* Z+1 */
), Y = "-ms-", ut = "-moz-", B = "-webkit-", cn = "comm", Rt = "rule", ur = "decl", So = "@import", ln = "@keyframes", _o = "@layer", ko = Math.abs, dr = String.fromCharCode, Kt = Object.assign;
function Ro(e, t) {
return X(e, 0) ^ 45 ? (((t << 2 ^ X(e, 0)) << 2 ^ X(e, 1)) << 2 ^ X(e, 2)) << 2 ^ X(e, 3) : 0;
}
function un(e) {
return e.trim();
}
function Se(e, t) {
return (e = t.exec(e)) ? e[0] : e;
}
function I(e, t, r) {
return e.replace(t, r);
}
function bt(e, t) {
return e.indexOf(t);
}
function X(e, t) {
return e.charCodeAt(t) | 0;
}
function Ue(e, t, r) {
return e.slice(t, r);
}
function ye(e) {
return e.length;
}
function dn(e) {
return e.length;
}
function ct(e, t) {
return t.push(e), e;
}
function $o(e, t) {
return e.map(t).join("");
}
function Or(e, t) {
return e.filter(function(r) {
return !Se(r, t);
});
}
var $t = 1, He = 1, fn = 0, se = 0, q = 0, et = "";
function Tt(e, t, r, n, o, a, s, d) {
return { value: e, root: t, parent: r, type: n, props: o, children: a, line: $t, column: He, length: s, return: "", siblings: d };
}
function Re(e, t) {
return Kt(Tt("", null, null, "", null, null, 0, e.siblings), e, { length: -e.length }, t);
}
function Ge(e) {
for (; e.root; )
e = Re(e.root, { children: [e] });
ct(e, e.siblings);
}
function To() {
return q;
}
function Po() {
return q = se > 0 ? X(et, --se) : 0, He--, q === 10 && (He = 1, $t--), q;
}
function pe() {
return q = se < fn ? X(et, se++) : 0, He++, q === 10 && (He = 1, $t++), q;
}
function Me() {
return X(et, se);
}
function xt() {
return se;
}
function Pt(e, t) {
return Ue(et, e, t);
}
function Jt(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 No(e) {
return $t = He = 1, fn = ye(et = e), se = 0, [];
}
function Io(e) {
return et = "", e;
}
function Bt(e) {
return un(Pt(se - 1, Zt(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
}
function Oo(e) {
for (; (q = Me()) && q < 33; )
pe();
return Jt(e) > 2 || Jt(q) > 3 ? "" : " ";
}
function Ao(e, t) {
for (; --t && pe() && !(q < 48 || q > 102 || q > 57 && q < 65 || q > 70 && q < 97); )
;
return Pt(e, xt() + (t < 6 && Me() == 32 && pe() == 32));
}
function Zt(e) {
for (; pe(); )
switch (q) {
case e:
return se;
case 34:
case 39:
e !== 34 && e !== 39 && Zt(q);
break;
case 40:
e === 41 && Zt(e);
break;
case 92:
pe();
break;
}
return se;
}
function Mo(e, t) {
for (; pe() && e + q !== 47 + 10; )
if (e + q === 42 + 42 && Me() === 47)
break;
return "/*" + Pt(t, se - 1) + "*" + dr(e === 47 ? e : pe());
}
function Lo(e) {
for (; !Jt(Me()); )
pe();
return Pt(e, se);
}
function Do(e) {
return Io(Et("", null, null, null, [""], e = No(e), 0, [0], e));
}
function Et(e, t, r, n, o, a, s, d, c) {
for (var u = 0, f = 0, p = s, m = 0, v = 0, x = 0, y = 1, h = 1, b = 1, C = 0, P = "", $ = o, E = a, N = n, S = P; h; )
switch (x = C, C = pe()) {
case 40:
if (x != 108 && X(S, p - 1) == 58) {
bt(S += I(Bt(C), "&", "&\f"), "&\f") != -1 && (b = -1);
break;
}
case 34:
case 39:
case 91:
S += Bt(C);
break;
case 9:
case 10:
case 13:
case 32:
S += Oo(x);
break;
case 92:
S += Ao(xt() - 1, 7);
continue;
case 47:
switch (Me()) {
case 42:
case 47:
ct(jo(Mo(pe(), xt()), t, r, c), c);
break;
default:
S += "/";
}
break;
case 123 * y:
d[u++] = ye(S) * b;
case 125 * y:
case 59:
case 0:
switch (C) {
case 0:
case 125:
h = 0;
case 59 + f:
b == -1 && (S = I(S, /\f/g, "")), v > 0 && ye(S) - p && ct(v > 32 ? Mr(S + ";", n, r, p - 1, c) : Mr(I(S, " ", "") + ";", n, r, p - 2, c), c);
break;
case 59:
S += ";";
default:
if (ct(N = Ar(S, t, r, u, f, o, d, P, $ = [], E = [], p, a), a), C === 123)
if (f === 0)
Et(S, t, N, N, $, a, p, d, E);
else
switch (m === 99 && X(S, 3) === 110 ? 100 : m) {
case 100:
case 108:
case 109:
case 115:
Et(e, N, N, n && ct(Ar(e, N, N, 0, 0, o, d, P, o, $ = [], p, E), E), o, E, p, d, n ? $ : E);
break;
default:
Et(S, N, N, N, [""], E, 0, d, E);
}
}
u = f = v = 0, y = b = 1, P = S = "", p = s;
break;
case 58:
p = 1 + ye(S), v = x;
default:
if (y < 1) {
if (C == 123)
--y;
else if (C == 125 && y++ == 0 && Po() == 125)
continue;
}
switch (S += dr(C), C * y) {
case 38:
b = f > 0 ? 1 : (S += "\f", -1);
break;
case 44:
d[u++] = (ye(S) - 1) * b, b = 1;
break;
case 64:
Me() === 45 && (S += Bt(pe())), m = Me(), f = p = ye(P = S += Lo(xt())), C++;
break;
case 45:
x === 45 && ye(S) == 2 && (y = 0);
}
}
return a;
}
function Ar(e, t, r, n, o, a, s, d, c, u, f, p) {
for (var m = o - 1, v = o === 0 ? a : [""], x = dn(v), y = 0, h = 0, b = 0; y < n; ++y)
for (var C = 0, P = Ue(e, m + 1, m = ko(h = s[y])), $ = e; C < x; ++C)
($ = un(h > 0 ? v[C] + " " + P : I(P, /&\f/g, v[C]))) && (c[b++] = $);
return Tt(e, t, r, o === 0 ? Rt : d, c, u, f, p);
}
function jo(e, t, r, n) {
return Tt(e, t, r, cn, dr(To()), Ue(e, 2, -2), 0, n);
}
function Mr(e, t, r, n, o) {
return Tt(e, t, r, ur, Ue(e, 0, n), Ue(e, n + 1, -1), n, o);
}
function pn(e, t, r) {
switch (Ro(e, t)) {
case 5103:
return B + "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 B + e + e;
case 4789:
return ut + e + e;
case 5349:
case 4246:
case 4810:
case 6968:
case 2756:
return B + e + ut + e + Y + e + e;
case 5936:
switch (X(e, t + 11)) {
case 114:
return B + e + Y + I(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
case 108:
return B + e + Y + I(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
case 45:
return B + e + Y + I(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
}
case 6828:
case 4268:
case 2903:
return B + e + Y + e + e;
case 6165:
return B + e + Y + "flex-" + e + e;
case 5187:
return B + e + I(e, /(\w+).+(:[^]+)/, B + "box-$1$2" + Y + "flex-$1$2") + e;
case 5443:
return B + e + Y + "flex-item-" + I(e, /flex-|-self/g, "") + (Se(e, /flex-|baseline/) ? "" : Y + "grid-row-" + I(e, /flex-|-self/g, "")) + e;
case 4675:
return B + e + Y + "flex-line-pack" + I(e, /align-content|flex-|-self/g, "") + e;
case 5548:
return B + e + Y + I(e, "shrink", "negative") + e;
case 5292:
return B + e + Y + I(e, "basis", "preferred-size") + e;
case 6060:
return B + "box-" + I(e, "-grow", "") + B + e + Y + I(e, "grow", "positive") + e;
case 4554:
return B + I(e, /([^-])(transform)/g, "$1" + B + "$2") + e;
case 6187:
return I(I(I(e, /(zoom-|grab)/, B + "$1"), /(image-set)/, B + "$1"), e, "") + e;
case 5495:
case 3959:
return I(e, /(image-set\([^]*)/, B + "$1$`$1");
case 4968:
return I(I(e, /(.+:)(flex-)?(.*)/, B + "box-pack:$3" + Y + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + B + e + e;
case 4200:
if (!Se(e, /flex-|baseline/))
return Y + "grid-column-align" + Ue(e, t) + e;
break;
case 2592:
case 3360:
return Y + I(e, "template-", "") + e;
case 4384:
case 3616:
return r && r.some(function(n, o) {
return t = o, Se(n.props, /grid-\w+-end/);
}) ? ~bt(e + (r = r[t].value), "span") ? e : Y + I(e, "-start", "") + e + Y + "grid-row-span:" + (~bt(r, "span") ? Se(r, /\d+/) : +Se(r, /\d+/) - +Se(e, /\d+/)) + ";" : Y + I(e, "-start", "") + e;
case 4896:
case 4128:
return r && r.some(function(n) {
return Se(n.props, /grid-\w+-start/);
}) ? e : Y + I(I(e, "-end", "-span"), "span ", "") + e;
case 4095:
case 3583:
case 4068:
case 2532:
return I(e, /(.+)-inline(.+)/, B + "$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 (ye(e) - 1 - t > 6)
switch (X(e, t + 1)) {
case 109:
if (X(e, t + 4) !== 45)
break;
case 102:
return I(e, /(.+:)(.+)-([^]+)/, "$1" + B + "$2-$3$1" + ut + (X(e, t + 3) == 108 ? "$3" : "$2-$3")) + e;
case 115:
return ~bt(e, "stretch") ? pn(I(e, "stretch", "fill-available"), t, r) + e : e;
}
break;
case 5152:
case 5920:
return I(e, /(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/, function(n, o, a, s, d, c, u) {
return Y + o + ":" + a + u + (s ? Y + o + "-span:" + (d ? c : +c - +a) + u : "") + e;
});
case 4949:
if (X(e, t + 6) === 121)
return I(e, ":", ":" + B) + e;
break;
case 6444:
switch (X(e, X(e, 14) === 45 ? 18 : 11)) {
case 120:
return I(e, /(.+:)([^;\s!]+)(;|(\s+)?!.+)?/, "$1" + B + (X(e, 14) === 45 ? "inline-" : "") + "box$3$1" + B + "$2$3$1" + Y + "$2box$3") + e;
case 100:
return I(e, ":", ":" + Y) + e;
}
break;
case 5719:
case 2647:
case 2135:
case 3927:
case 2391:
return I(e, "scroll-", "scroll-snap-") + e;
}
return e;
}
function St(e, t) {
for (var r = "", n = 0; n < e.length; n++)
r += t(e[n], n, e, t) || "";
return r;
}
function zo(e, t, r, n) {
switch (e.type) {
case _o:
if (e.children.length)
break;
case So:
case ur:
return e.return = e.return || e.value;
case cn:
return "";
case ln:
return e.return = e.value + "{" + St(e.children, n) + "}";
case Rt:
if (!ye(e.value = e.props.join(",")))
return "";
}
return ye(r = St(e.children, n)) ? e.return = e.value + "{" + r + "}" : "";
}
function Fo(e) {
var t = dn(e);
return function(r, n, o, a) {
for (var s = "", d = 0; d < t; d++)
s += e[d](r, n, o, a) || "";
return s;
};
}
function Bo(e) {
return function(t) {
t.root || (t = t.return) && e(t);
};
}
function Vo(e, t, r, n) {
if (e.length > -1 && !e.return)
switch (e.type) {
case ur:
e.return = pn(e.value, e.length, r);
return;
case ln:
return St([Re(e, { value: I(e.value, "@", "@" + B) })], n);
case Rt:
if (e.length)
return $o(r = e.props, function(o) {
switch (Se(o, n = /(::plac\w+|:read-\w+)/)) {
case ":read-only":
case ":read-write":
Ge(Re(e, { props: [I(o, /:(read-\w+)/, ":" + ut + "$1")] })), Ge(Re(e, { props: [o] })), Kt(e, { props: Or(r, n) });
break;
case "::placeholder":
Ge(Re(e, { props: [I(o, /:(plac\w+)/, ":" + B + "input-$1")] })), Ge(Re(e, { props: [I(o, /:(plac\w+)/, ":" + ut + "$1")] })), Ge(Re(e, { props: [I(o, /:(plac\w+)/, Y + "input-$1")] })), Ge(Re(e, { props: [o] })), Kt(e, { props: Or(r, n) });
break;
}
return "";
});
}
}
var Wo = {
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
}, je = typeof process < "u" && process.env !== void 0 && (process.env.REACT_APP_SC_ATTR || process.env.SC_ATTR) || "data-styled", fr = typeof window < "u" && "HTMLElement" in window, Yo = !!(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"), Lr = /invalid hook call/i, pt = /* @__PURE__ */ new Set(), Go = function(e, t) {
if (process.env.NODE_ENV !== "production") {
var r = t ? ' with the id of "'.concat(t, '"') : "", n = "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.`, o = console.error;
try {
var a = !0;
console.error = function(s) {
for (var d = [], c = 1; c < arguments.length; c++)
d[c - 1] = arguments[c];
Lr.test(s) ? (a = !1, pt.delete(n)) : o.apply(void 0, De([s], d, !1));
}, sn(), a && !pt.has(n) && (console.warn(n), pt.add(n));
} catch (s) {
Lr.test(s.message) && pt.delete(n);
} finally {
console.error = o;
}
}
}, pr = Object.freeze([]), qe = Object.freeze({});
function Uo(e, t, r) {
return r === void 0 && (r = qe), e.theme !== r.theme && e.theme || t || r.theme;
}
var hn = /* @__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"]), Ho = /[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g, qo = /(^-|-$)/g;
function Dr(e) {
return e.replace(Ho, "-").replace(qo, "");
}
var Xo = /(a)(d)/gi, jr = function(e) {
return String.fromCharCode(e + (e > 25 ? 39 : 97));
};
function Qt(e) {
var t, r = "";
for (t = Math.abs(e); t > 52; t = t / 52 | 0)
r = jr(t % 52) + r;
return (jr(t % 52) + r).replace(Xo, "$1-$2");
}
var Vt, Ie = function(e, t) {
for (var r = t.length; r; )
e = 33 * e ^ t.charCodeAt(--r);
return e;
}, mn = function(e) {
return Ie(5381, e);
};
function gn(e) {
return Qt(mn(e) >>> 0);
}
function vn(e) {
return process.env.NODE_ENV !== "production" && typeof e == "string" && e || e.displayName || e.name || "Component";
}
function Wt(e) {
return typeof e == "string" && (process.env.NODE_ENV === "production" || e.charAt(0) === e.charAt(0).toLowerCase());
}
var yn = typeof Symbol == "function" && Symbol.for, wn = yn ? Symbol.for("react.memo") : 60115, Ko = yn ? Symbol.for("react.forward_ref") : 60112, Jo = { childContextTypes: !0, contextType: !0, contextTypes: !0, defaultProps: !0, displayName: !0, getDefaultProps: !0, getDerivedStateFromError: !0, getDerivedStateFromProps: !0, mixins: !0, propTypes: !0, type: !0 }, Zo = { name: !0, length: !0, prototype: !0, caller: !0, callee: !0, arguments: !0, arity: !0 }, bn = { $$typeof: !0, compare: !0, defaultProps: !0, displayName: !0, propTypes: !0, type: !0 }, Qo = ((Vt = {})[Ko] = { $$typeof: !0, render: !0, defaultProps: !0, displayName: !0, propTypes: !0 }, Vt[wn] = bn, Vt);
function zr(e) {
return ("type" in (t = e) && t.type.$$typeof) === wn ? bn : "$$typeof" in e ? Qo[e.$$typeof] : Jo;
var t;
}
var ei = Object.defineProperty, ti = Object.getOwnPropertyNames, Fr = Object.getOwnPropertySymbols, ri = Object.getOwnPropertyDescriptor, ni = Object.getPrototypeOf, Br = Object.prototype;
function xn(e, t, r) {
if (typeof t != "string") {
if (Br) {
var n = ni(t);
n && n !== Br && xn(e, n, r);
}
var o = ti(t);
Fr && (o = o.concat(Fr(t)));
for (var a = zr(e), s = zr(t), d = 0; d < o.length; ++d) {
var c = o[d];
if (!(c in Zo || r && r[c] || s && c in s || a && c in a)) {
var u = ri(t, c);
try {
ei(e, c, u);
} catch {
}
}
}
}
return e;
}
function Xe(e) {
return typeof e == "function";
}
function hr(e) {
return typeof e == "object" && "styledComponentId" in e;
}
function Oe(e, t) {
return e && t ? "".concat(e, " ").concat(t) : e || t || "";
}
function er(e, t) {
if (e.length === 0)
return "";
for (var r = e[0], n = 1; n < e.length; n++)
r += t ? t + e[n] : e[n];
return r;
}
function Ke(e) {
return e !== null && typeof e == "object" && e.constructor.name === Object.name && !("props" in e && e.$$typeof);
}
function tr(e, t, r) {
if (r === void 0 && (r = !1), !r && !Ke(e) && !Array.isArray(e))
return t;
if (Array.isArray(t))
for (var n = 0; n < t.length; n++)
e[n] = tr(e[n], t[n]);
else if (Ke(t))
for (var n in t)
e[n] = tr(e[n], t[n]);
return e;
}
function mr(e, t) {
Object.defineProperty(e, "toString", { value: t });
}
var oi = 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 styled components may be created at group %s.
You may only create up to 1,073,741,824 components. If you're creating components dynamically,
as for instance in your render method then you may be running into this limitation.
`, 17: `CSSStyleSheet could not be found on HTMLStyleE