/** * @license React * react-dom-server.bun.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. */ "use strict"; var aa = require("react"); function h(a) { let b = "https://reactjs.org/docs/error-decoder.html?invariant=" + a; for (let a = 1; a < arguments.length; a++) b += "&args[]=" + encodeURIComponent(arguments[a]); return ( `Minified React error #${a}; visit ${b} for the full message or ` + "use the non-minified dev environment for full errors and additional helpful warnings." ); } const ba = new TextEncoder(); function m(a) { return ba.encode(a); } const q = Object.prototype.hasOwnProperty, ca = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, ia = {}, ja = {}; function ka(a) { if (q.call(ja, a)) return !0; if (q.call(ia, a)) return !1; if (ca.test(a)) return (ja[a] = !0); ia[a] = !0; return !1; } function u(a, b, c, d, e, f, g) { this.acceptsBooleans = 2 === b || 3 === b || 4 === b; this.attributeName = d; this.attributeNamespace = e; this.mustUseProperty = c; this.propertyName = a; this.type = b; this.sanitizeURL = f; this.removeEmptyString = g; } const v = {}, la = "children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split( " " ); la.push("innerText", "textContent"); la.forEach((a) => { v[a] = new u(a, 0, !1, a, null, !1, !1); }); [ ["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"], ].forEach(([a, b]) => { v[a] = new u(a, 1, !1, b, null, !1, !1); }); ["contentEditable", "draggable", "spellCheck", "value"].forEach((a) => { v[a] = new u(a, 2, !1, a.toLowerCase(), null, !1, !1); }); [ "autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha", ].forEach((a) => { v[a] = new u(a, 2, !1, a, null, !1, !1); }); "allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope" .split(" ") .forEach((a) => { v[a] = new u(a, 3, !1, a.toLowerCase(), null, !1, !1); }); ["checked", "multiple", "muted", "selected"].forEach((a) => { v[a] = new u(a, 3, !0, a, null, !1, !1); }); ["capture", "download"].forEach((a) => { v[a] = new u(a, 4, !1, a, null, !1, !1); }); ["cols", "rows", "size", "span"].forEach((a) => { v[a] = new u(a, 6, !1, a, null, !1, !1); }); ["rowSpan", "start"].forEach((a) => { v[a] = new u(a, 5, !1, a.toLowerCase(), null, !1, !1); }); const ma = /[\-:]([a-z])/g, na = (a) => a[1].toUpperCase(); "accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height" .split(" ") .forEach((a) => { const b = a.replace(ma, na); v[b] = new u(b, 1, !1, a, null, !1, !1); }); "xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type" .split(" ") .forEach((a) => { const b = a.replace(ma, na); v[b] = new u(b, 1, !1, a, "http://www.w3.org/1999/xlink", !1, !1); }); ["xml:base", "xml:lang", "xml:space"].forEach((a) => { const b = a.replace(ma, na); v[b] = new u(b, 1, !1, a, "http://www.w3.org/XML/1998/namespace", !1, !1); }); ["tabIndex", "crossOrigin"].forEach((a) => { v[a] = new u(a, 1, !1, a.toLowerCase(), null, !1, !1); }); v.xlinkHref = new u( "xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/xlink", !0, !1 ); ["src", "href", "action", "formAction"].forEach((a) => { v[a] = new u(a, 1, !1, a.toLowerCase(), null, !0, !0); }); const w = { animationIterationCount: !0, aspectRatio: !0, borderImageOutset: !0, borderImageSlice: !0, borderImageWidth: !0, boxFlex: !0, boxFlexGroup: !0, boxOrdinalGroup: !0, columnCount: !0, columns: !0, flex: !0, flexGrow: !0, flexPositive: !0, flexShrink: !0, flexNegative: !0, flexOrder: !0, gridArea: !0, gridRow: !0, gridRowEnd: !0, gridRowSpan: !0, gridRowStart: !0, gridColumn: !0, gridColumnEnd: !0, gridColumnSpan: !0, gridColumnStart: !0, fontWeight: !0, lineClamp: !0, lineHeight: !0, opacity: !0, order: !0, orphans: !0, tabSize: !0, widows: !0, zIndex: !0, zoom: !0, fillOpacity: !0, floodOpacity: !0, stopOpacity: !0, strokeDasharray: !0, strokeDashoffset: !0, strokeMiterlimit: !0, strokeOpacity: !0, strokeWidth: !0, }, oa = ["Webkit", "ms", "Moz", "O"]; Object.keys(w).forEach(function (a) { oa.forEach(function (b) { b = b + a.charAt(0).toUpperCase() + a.substring(1); w[b] = w[a]; }); }); const pa = global.Bun.escapeHTML; function x(a) { return "boolean" === typeof a || "number" === typeof a ? "" + a : pa(a); } const qa = /([A-Z])/g, ra = /^ms-/, sa = Array.isArray, ta = m("