Emit Preamble Contribution inline instead of the end of a boundary (#32850)

This lets us write them early in the render phase.

This should be safe because even if we write them deeply, then they
still can't be wrapped by a element because then they'd no longer be in
the document scope anymore. They end up flat in the body and so when we
search the content we'll discover them.

DiffTrain build for [8a3c5e1a8d](https://github.com/facebook/react/commit/8a3c5e1a8d1d89a68ca36c6959c1f253710f6cef)
This commit is contained in:
sebmarkbage
2025-04-10 16:47:13 -07:00
parent 015014b344
commit e21a42ec22
36 changed files with 872 additions and 1154 deletions
+1 -1
View File
@@ -1 +1 @@
c44e4a250557e53b120e40db8b01fb5fd93f1e35
8a3c5e1a8d1d89a68ca36c6959c1f253710f6cef
+1 -1
View File
@@ -1 +1 @@
c44e4a250557e53b120e40db8b01fb5fd93f1e35
8a3c5e1a8d1d89a68ca36c6959c1f253710f6cef
+1 -1
View File
@@ -1538,7 +1538,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+1 -1
View File
@@ -1538,7 +1538,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+1 -1
View File
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
+1 -1
View File
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -18546,10 +18546,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-c44e4a25-20250409",
version: "19.2.0-www-classic-8a3c5e1a-20250410",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-classic-8a3c5e1a-20250410"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18583,7 +18583,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+3 -3
View File
@@ -18318,10 +18318,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-c44e4a25-20250409",
version: "19.2.0-www-modern-8a3c5e1a-20250410",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-modern-8a3c5e1a-20250410"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18355,7 +18355,7 @@ __DEV__ &&
exports.Shape = Shape;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -11249,10 +11249,10 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1607 = {
bundleType: 0,
version: "19.2.0-www-classic-c44e4a25-20250409",
version: "19.2.0-www-classic-8a3c5e1a-20250410",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-classic-8a3c5e1a-20250410"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1608 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -11278,4 +11278,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
@@ -10962,10 +10962,10 @@ var slice = Array.prototype.slice,
})(React.Component);
var internals$jscomp$inline_1580 = {
bundleType: 0,
version: "19.2.0-www-modern-c44e4a25-20250409",
version: "19.2.0-www-modern-8a3c5e1a-20250410",
rendererPackageName: "react-art",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-modern-8a3c5e1a-20250410"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1581 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10991,4 +10991,4 @@ exports.RadialGradient = RadialGradient;
exports.Shape = TYPES.SHAPE;
exports.Surface = Surface;
exports.Text = Text;
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
+32 -42
View File
@@ -24214,55 +24214,45 @@ __DEV__ &&
}
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
var node = suspenseInstance,
possiblePreambleContribution = 0,
depth = 0;
do {
var nextNode = node.nextSibling;
parentInstance.removeChild(node);
if (nextNode && nextNode.nodeType === COMMENT_NODE)
if (((node = nextNode.data), node === SUSPENSE_END_DATA)) {
if (
0 < possiblePreambleContribution &&
8 > possiblePreambleContribution
) {
node = possiblePreambleContribution;
var ownerDocument = parentInstance.ownerDocument;
node & PREAMBLE_CONTRIBUTION_HTML &&
releaseSingletonInstance(ownerDocument.documentElement);
node & PREAMBLE_CONTRIBUTION_BODY &&
releaseSingletonInstance(ownerDocument.body);
if (node & PREAMBLE_CONTRIBUTION_HEAD)
for (
node = ownerDocument.head,
releaseSingletonInstance(node),
ownerDocument = node.firstChild;
ownerDocument;
) {
var nextNode$jscomp$0 = ownerDocument.nextSibling,
nodeName = ownerDocument.nodeName;
ownerDocument[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
node.removeChild(ownerDocument);
ownerDocument = nextNode$jscomp$0;
}
}
if (0 === depth) {
parentInstance.removeChild(nextNode);
retryIfBlockedOn(suspenseInstance);
return;
}
depth--;
} else
} else if (
node === SUSPENSE_START_DATA ||
node === SUSPENSE_PENDING_START_DATA ||
node === SUSPENSE_FALLBACK_START_DATA
? depth++
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
else possiblePreambleContribution = 0;
)
depth++;
else if (node === PREAMBLE_CONTRIBUTION_HTML)
releaseSingletonInstance(
parentInstance.ownerDocument.documentElement
);
else if (node === PREAMBLE_CONTRIBUTION_HEAD) {
node = parentInstance.ownerDocument.head;
releaseSingletonInstance(node);
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
nodeName = node$jscomp$0.nodeName;
node$jscomp$0[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
node.removeChild(node$jscomp$0);
node$jscomp$0 = nextNode$jscomp$0;
}
} else
node === PREAMBLE_CONTRIBUTION_BODY &&
releaseSingletonInstance(parentInstance.ownerDocument.body);
node = nextNode;
} while (node);
retryIfBlockedOn(suspenseInstance);
@@ -29988,9 +29978,9 @@ __DEV__ &&
SUSPENSE_END_DATA = "/$",
SUSPENSE_PENDING_START_DATA = "$?",
SUSPENSE_FALLBACK_START_DATA = "$!",
PREAMBLE_CONTRIBUTION_HTML = 1,
PREAMBLE_CONTRIBUTION_BODY = 2,
PREAMBLE_CONTRIBUTION_HEAD = 4,
PREAMBLE_CONTRIBUTION_HTML = "html",
PREAMBLE_CONTRIBUTION_BODY = "body",
PREAMBLE_CONTRIBUTION_HEAD = "head",
FORM_STATE_IS_MATCHING = "F!",
FORM_STATE_IS_NOT_MATCHING = "F",
DOCUMENT_READY_STATE_COMPLETE = "complete",
@@ -30487,11 +30477,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-classic-c44e4a25-20250409" !== isomorphicReactPackageVersion)
if ("19.2.0-www-classic-8a3c5e1a-20250410" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.2.0-www-classic-c44e4a25-20250409\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-classic-8a3c5e1a-20250410\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -30534,10 +30524,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-c44e4a25-20250409",
version: "19.2.0-www-classic-8a3c5e1a-20250410",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-classic-8a3c5e1a-20250410"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31135,7 +31125,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+32 -42
View File
@@ -24008,55 +24008,45 @@ __DEV__ &&
}
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
var node = suspenseInstance,
possiblePreambleContribution = 0,
depth = 0;
do {
var nextNode = node.nextSibling;
parentInstance.removeChild(node);
if (nextNode && nextNode.nodeType === COMMENT_NODE)
if (((node = nextNode.data), node === SUSPENSE_END_DATA)) {
if (
0 < possiblePreambleContribution &&
8 > possiblePreambleContribution
) {
node = possiblePreambleContribution;
var ownerDocument = parentInstance.ownerDocument;
node & PREAMBLE_CONTRIBUTION_HTML &&
releaseSingletonInstance(ownerDocument.documentElement);
node & PREAMBLE_CONTRIBUTION_BODY &&
releaseSingletonInstance(ownerDocument.body);
if (node & PREAMBLE_CONTRIBUTION_HEAD)
for (
node = ownerDocument.head,
releaseSingletonInstance(node),
ownerDocument = node.firstChild;
ownerDocument;
) {
var nextNode$jscomp$0 = ownerDocument.nextSibling,
nodeName = ownerDocument.nodeName;
ownerDocument[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
node.removeChild(ownerDocument);
ownerDocument = nextNode$jscomp$0;
}
}
if (0 === depth) {
parentInstance.removeChild(nextNode);
retryIfBlockedOn(suspenseInstance);
return;
}
depth--;
} else
} else if (
node === SUSPENSE_START_DATA ||
node === SUSPENSE_PENDING_START_DATA ||
node === SUSPENSE_FALLBACK_START_DATA
? depth++
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
else possiblePreambleContribution = 0;
)
depth++;
else if (node === PREAMBLE_CONTRIBUTION_HTML)
releaseSingletonInstance(
parentInstance.ownerDocument.documentElement
);
else if (node === PREAMBLE_CONTRIBUTION_HEAD) {
node = parentInstance.ownerDocument.head;
releaseSingletonInstance(node);
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
nodeName = node$jscomp$0.nodeName;
node$jscomp$0[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
node.removeChild(node$jscomp$0);
node$jscomp$0 = nextNode$jscomp$0;
}
} else
node === PREAMBLE_CONTRIBUTION_BODY &&
releaseSingletonInstance(parentInstance.ownerDocument.body);
node = nextNode;
} while (node);
retryIfBlockedOn(suspenseInstance);
@@ -29774,9 +29764,9 @@ __DEV__ &&
SUSPENSE_END_DATA = "/$",
SUSPENSE_PENDING_START_DATA = "$?",
SUSPENSE_FALLBACK_START_DATA = "$!",
PREAMBLE_CONTRIBUTION_HTML = 1,
PREAMBLE_CONTRIBUTION_BODY = 2,
PREAMBLE_CONTRIBUTION_HEAD = 4,
PREAMBLE_CONTRIBUTION_HTML = "html",
PREAMBLE_CONTRIBUTION_BODY = "body",
PREAMBLE_CONTRIBUTION_HEAD = "head",
FORM_STATE_IS_MATCHING = "F!",
FORM_STATE_IS_NOT_MATCHING = "F",
DOCUMENT_READY_STATE_COMPLETE = "complete",
@@ -30273,11 +30263,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-modern-c44e4a25-20250409" !== isomorphicReactPackageVersion)
if ("19.2.0-www-modern-8a3c5e1a-20250410" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.2.0-www-modern-c44e4a25-20250409\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-modern-8a3c5e1a-20250410\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -30320,10 +30310,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-c44e4a25-20250409",
version: "19.2.0-www-modern-8a3c5e1a-20250410",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-modern-8a3c5e1a-20250410"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30921,7 +30911,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
+72 -85
View File
@@ -14809,20 +14809,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
(nativeEventTarget[internalScrollTimer] = targetInst));
}
for (
var i$jscomp$inline_1747 = 0;
i$jscomp$inline_1747 < simpleEventPluginEvents.length;
i$jscomp$inline_1747++
var i$jscomp$inline_1749 = 0;
i$jscomp$inline_1749 < simpleEventPluginEvents.length;
i$jscomp$inline_1749++
) {
var eventName$jscomp$inline_1748 =
simpleEventPluginEvents[i$jscomp$inline_1747],
domEventName$jscomp$inline_1749 =
eventName$jscomp$inline_1748.toLowerCase(),
capitalizedEvent$jscomp$inline_1750 =
eventName$jscomp$inline_1748[0].toUpperCase() +
eventName$jscomp$inline_1748.slice(1);
var eventName$jscomp$inline_1750 =
simpleEventPluginEvents[i$jscomp$inline_1749],
domEventName$jscomp$inline_1751 =
eventName$jscomp$inline_1750.toLowerCase(),
capitalizedEvent$jscomp$inline_1752 =
eventName$jscomp$inline_1750[0].toUpperCase() +
eventName$jscomp$inline_1750.slice(1);
registerSimpleEvent(
domEventName$jscomp$inline_1749,
"on" + capitalizedEvent$jscomp$inline_1750
domEventName$jscomp$inline_1751,
"on" + capitalizedEvent$jscomp$inline_1752
);
}
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -16815,51 +16815,38 @@ function createEvent(type, bubbles) {
}
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
var node = suspenseInstance,
possiblePreambleContribution = 0,
depth = 0;
do {
var nextNode = node.nextSibling;
parentInstance.removeChild(node);
if (nextNode && 8 === nextNode.nodeType)
if (((node = nextNode.data), "/$" === node)) {
if (
0 < possiblePreambleContribution &&
8 > possiblePreambleContribution
) {
node = possiblePreambleContribution;
var ownerDocument = parentInstance.ownerDocument;
node & 1 && releaseSingletonInstance(ownerDocument.documentElement);
node & 2 && releaseSingletonInstance(ownerDocument.body);
if (node & 4)
for (
node = ownerDocument.head,
releaseSingletonInstance(node),
ownerDocument = node.firstChild;
ownerDocument;
) {
var nextNode$jscomp$0 = ownerDocument.nextSibling,
nodeName = ownerDocument.nodeName;
ownerDocument[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
node.removeChild(ownerDocument);
ownerDocument = nextNode$jscomp$0;
}
}
if (0 === depth) {
parentInstance.removeChild(nextNode);
retryIfBlockedOn(suspenseInstance);
return;
}
depth--;
} else if ("$" === node || "$?" === node || "$!" === node) depth++;
else if ("html" === node)
releaseSingletonInstance(parentInstance.ownerDocument.documentElement);
else if ("head" === node) {
node = parentInstance.ownerDocument.head;
releaseSingletonInstance(node);
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
nodeName = node$jscomp$0.nodeName;
node$jscomp$0[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
node.removeChild(node$jscomp$0);
node$jscomp$0 = nextNode$jscomp$0;
}
} else
"$" === node || "$?" === node || "$!" === node
? depth++
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
else possiblePreambleContribution = 0;
"body" === node &&
releaseSingletonInstance(parentInstance.ownerDocument.body);
node = nextNode;
} while (node);
retryIfBlockedOn(suspenseInstance);
@@ -17844,26 +17831,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
"string" === typeof pendingProps.precedence
) {
type = getStyleKey(pendingProps.href);
var styles$282 = getResourcesFromRoot(
var styles$284 = getResourcesFromRoot(
JSCompiler_inline_result
).hoistableStyles,
resource$283 = styles$282.get(type);
resource$283 ||
resource$285 = styles$284.get(type);
resource$285 ||
((JSCompiler_inline_result =
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
(resource$283 = {
(resource$285 = {
type: "stylesheet",
instance: null,
count: 0,
state: { loading: 0, preload: null }
}),
styles$282.set(type, resource$283),
(styles$282 = JSCompiler_inline_result.querySelector(
styles$284.set(type, resource$285),
(styles$284 = JSCompiler_inline_result.querySelector(
getStylesheetSelectorFromKey(type)
)) &&
!styles$282._p &&
((resource$283.instance = styles$282),
(resource$283.state.loading = 5)),
!styles$284._p &&
((resource$285.instance = styles$284),
(resource$285.state.loading = 5)),
preloadPropsMap.has(type) ||
((pendingProps = {
rel: "preload",
@@ -17876,16 +17863,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
referrerPolicy: pendingProps.referrerPolicy
}),
preloadPropsMap.set(type, pendingProps),
styles$282 ||
styles$284 ||
preloadStylesheet(
JSCompiler_inline_result,
type,
pendingProps,
resource$283.state
resource$285.state
)));
if (currentProps && null === currentResource)
throw Error(formatProdErrorMessage(528, ""));
return resource$283;
return resource$285;
}
if (currentProps && null !== currentResource)
throw Error(formatProdErrorMessage(529, ""));
@@ -17982,37 +17969,37 @@ function acquireResource(hoistableRoot, resource, props) {
return (resource.instance = instance);
case "stylesheet":
styleProps = getStyleKey(props.href);
var instance$288 = hoistableRoot.querySelector(
var instance$290 = hoistableRoot.querySelector(
getStylesheetSelectorFromKey(styleProps)
);
if (instance$288)
if (instance$290)
return (
(resource.state.loading |= 4),
(resource.instance = instance$288),
markNodeAsHoistable(instance$288),
instance$288
(resource.instance = instance$290),
markNodeAsHoistable(instance$290),
instance$290
);
instance = stylesheetPropsFromRawProps(props);
(styleProps = preloadPropsMap.get(styleProps)) &&
adoptPreloadPropsForStylesheet(instance, styleProps);
instance$288 = (
instance$290 = (
hoistableRoot.ownerDocument || hoistableRoot
).createElement("link");
markNodeAsHoistable(instance$288);
var linkInstance = instance$288;
markNodeAsHoistable(instance$290);
var linkInstance = instance$290;
linkInstance._p = new Promise(function (resolve, reject) {
linkInstance.onload = resolve;
linkInstance.onerror = reject;
});
setInitialProperties(instance$288, "link", instance);
setInitialProperties(instance$290, "link", instance);
resource.state.loading |= 4;
insertStylesheet(instance$288, props.precedence, hoistableRoot);
return (resource.instance = instance$288);
insertStylesheet(instance$290, props.precedence, hoistableRoot);
return (resource.instance = instance$290);
case "script":
instance$288 = getScriptKey(props.src);
instance$290 = getScriptKey(props.src);
if (
(styleProps = hoistableRoot.querySelector(
getScriptSelectorFromKey(instance$288)
getScriptSelectorFromKey(instance$290)
))
)
return (
@@ -18021,7 +18008,7 @@ function acquireResource(hoistableRoot, resource, props) {
styleProps
);
instance = props;
if ((styleProps = preloadPropsMap.get(instance$288)))
if ((styleProps = preloadPropsMap.get(instance$290)))
(instance = assign({}, props)),
adoptPreloadPropsForScript(instance, styleProps);
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -19051,16 +19038,16 @@ function getCrossOriginStringAs(as, input) {
if ("string" === typeof input)
return "use-credentials" === input ? input : "";
}
var isomorphicReactPackageVersion$jscomp$inline_1992 = React.version;
var isomorphicReactPackageVersion$jscomp$inline_1994 = React.version;
if (
"19.2.0-www-classic-c44e4a25-20250409" !==
isomorphicReactPackageVersion$jscomp$inline_1992
"19.2.0-www-classic-8a3c5e1a-20250410" !==
isomorphicReactPackageVersion$jscomp$inline_1994
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1992,
"19.2.0-www-classic-c44e4a25-20250409"
isomorphicReactPackageVersion$jscomp$inline_1994,
"19.2.0-www-classic-8a3c5e1a-20250410"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19076,24 +19063,24 @@ Internals.Events = [
return fn(a);
}
];
var internals$jscomp$inline_2576 = {
var internals$jscomp$inline_2578 = {
bundleType: 0,
version: "19.2.0-www-classic-c44e4a25-20250409",
version: "19.2.0-www-classic-8a3c5e1a-20250410",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-classic-8a3c5e1a-20250410"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2577 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
var hook$jscomp$inline_2579 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
if (
!hook$jscomp$inline_2577.isDisabled &&
hook$jscomp$inline_2577.supportsFiber
!hook$jscomp$inline_2579.isDisabled &&
hook$jscomp$inline_2579.supportsFiber
)
try {
(rendererID = hook$jscomp$inline_2577.inject(
internals$jscomp$inline_2576
(rendererID = hook$jscomp$inline_2579.inject(
internals$jscomp$inline_2578
)),
(injectedHook = hook$jscomp$inline_2577);
(injectedHook = hook$jscomp$inline_2579);
} catch (err) {}
}
function ReactDOMRoot(internalRoot) {
@@ -19445,4 +19432,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
+72 -85
View File
@@ -14543,20 +14543,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
(nativeEventTarget[internalScrollTimer] = targetInst));
}
for (
var i$jscomp$inline_1737 = 0;
i$jscomp$inline_1737 < simpleEventPluginEvents.length;
i$jscomp$inline_1737++
var i$jscomp$inline_1739 = 0;
i$jscomp$inline_1739 < simpleEventPluginEvents.length;
i$jscomp$inline_1739++
) {
var eventName$jscomp$inline_1738 =
simpleEventPluginEvents[i$jscomp$inline_1737],
domEventName$jscomp$inline_1739 =
eventName$jscomp$inline_1738.toLowerCase(),
capitalizedEvent$jscomp$inline_1740 =
eventName$jscomp$inline_1738[0].toUpperCase() +
eventName$jscomp$inline_1738.slice(1);
var eventName$jscomp$inline_1740 =
simpleEventPluginEvents[i$jscomp$inline_1739],
domEventName$jscomp$inline_1741 =
eventName$jscomp$inline_1740.toLowerCase(),
capitalizedEvent$jscomp$inline_1742 =
eventName$jscomp$inline_1740[0].toUpperCase() +
eventName$jscomp$inline_1740.slice(1);
registerSimpleEvent(
domEventName$jscomp$inline_1739,
"on" + capitalizedEvent$jscomp$inline_1740
domEventName$jscomp$inline_1741,
"on" + capitalizedEvent$jscomp$inline_1742
);
}
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -16544,51 +16544,38 @@ function createEvent(type, bubbles) {
}
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
var node = suspenseInstance,
possiblePreambleContribution = 0,
depth = 0;
do {
var nextNode = node.nextSibling;
parentInstance.removeChild(node);
if (nextNode && 8 === nextNode.nodeType)
if (((node = nextNode.data), "/$" === node)) {
if (
0 < possiblePreambleContribution &&
8 > possiblePreambleContribution
) {
node = possiblePreambleContribution;
var ownerDocument = parentInstance.ownerDocument;
node & 1 && releaseSingletonInstance(ownerDocument.documentElement);
node & 2 && releaseSingletonInstance(ownerDocument.body);
if (node & 4)
for (
node = ownerDocument.head,
releaseSingletonInstance(node),
ownerDocument = node.firstChild;
ownerDocument;
) {
var nextNode$jscomp$0 = ownerDocument.nextSibling,
nodeName = ownerDocument.nodeName;
ownerDocument[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
node.removeChild(ownerDocument);
ownerDocument = nextNode$jscomp$0;
}
}
if (0 === depth) {
parentInstance.removeChild(nextNode);
retryIfBlockedOn(suspenseInstance);
return;
}
depth--;
} else if ("$" === node || "$?" === node || "$!" === node) depth++;
else if ("html" === node)
releaseSingletonInstance(parentInstance.ownerDocument.documentElement);
else if ("head" === node) {
node = parentInstance.ownerDocument.head;
releaseSingletonInstance(node);
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
nodeName = node$jscomp$0.nodeName;
node$jscomp$0[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
node.removeChild(node$jscomp$0);
node$jscomp$0 = nextNode$jscomp$0;
}
} else
"$" === node || "$?" === node || "$!" === node
? depth++
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
else possiblePreambleContribution = 0;
"body" === node &&
releaseSingletonInstance(parentInstance.ownerDocument.body);
node = nextNode;
} while (node);
retryIfBlockedOn(suspenseInstance);
@@ -17573,26 +17560,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
"string" === typeof pendingProps.precedence
) {
type = getStyleKey(pendingProps.href);
var styles$282 = getResourcesFromRoot(
var styles$284 = getResourcesFromRoot(
JSCompiler_inline_result
).hoistableStyles,
resource$283 = styles$282.get(type);
resource$283 ||
resource$285 = styles$284.get(type);
resource$285 ||
((JSCompiler_inline_result =
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
(resource$283 = {
(resource$285 = {
type: "stylesheet",
instance: null,
count: 0,
state: { loading: 0, preload: null }
}),
styles$282.set(type, resource$283),
(styles$282 = JSCompiler_inline_result.querySelector(
styles$284.set(type, resource$285),
(styles$284 = JSCompiler_inline_result.querySelector(
getStylesheetSelectorFromKey(type)
)) &&
!styles$282._p &&
((resource$283.instance = styles$282),
(resource$283.state.loading = 5)),
!styles$284._p &&
((resource$285.instance = styles$284),
(resource$285.state.loading = 5)),
preloadPropsMap.has(type) ||
((pendingProps = {
rel: "preload",
@@ -17605,16 +17592,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
referrerPolicy: pendingProps.referrerPolicy
}),
preloadPropsMap.set(type, pendingProps),
styles$282 ||
styles$284 ||
preloadStylesheet(
JSCompiler_inline_result,
type,
pendingProps,
resource$283.state
resource$285.state
)));
if (currentProps && null === currentResource)
throw Error(formatProdErrorMessage(528, ""));
return resource$283;
return resource$285;
}
if (currentProps && null !== currentResource)
throw Error(formatProdErrorMessage(529, ""));
@@ -17711,37 +17698,37 @@ function acquireResource(hoistableRoot, resource, props) {
return (resource.instance = instance);
case "stylesheet":
styleProps = getStyleKey(props.href);
var instance$288 = hoistableRoot.querySelector(
var instance$290 = hoistableRoot.querySelector(
getStylesheetSelectorFromKey(styleProps)
);
if (instance$288)
if (instance$290)
return (
(resource.state.loading |= 4),
(resource.instance = instance$288),
markNodeAsHoistable(instance$288),
instance$288
(resource.instance = instance$290),
markNodeAsHoistable(instance$290),
instance$290
);
instance = stylesheetPropsFromRawProps(props);
(styleProps = preloadPropsMap.get(styleProps)) &&
adoptPreloadPropsForStylesheet(instance, styleProps);
instance$288 = (
instance$290 = (
hoistableRoot.ownerDocument || hoistableRoot
).createElement("link");
markNodeAsHoistable(instance$288);
var linkInstance = instance$288;
markNodeAsHoistable(instance$290);
var linkInstance = instance$290;
linkInstance._p = new Promise(function (resolve, reject) {
linkInstance.onload = resolve;
linkInstance.onerror = reject;
});
setInitialProperties(instance$288, "link", instance);
setInitialProperties(instance$290, "link", instance);
resource.state.loading |= 4;
insertStylesheet(instance$288, props.precedence, hoistableRoot);
return (resource.instance = instance$288);
insertStylesheet(instance$290, props.precedence, hoistableRoot);
return (resource.instance = instance$290);
case "script":
instance$288 = getScriptKey(props.src);
instance$290 = getScriptKey(props.src);
if (
(styleProps = hoistableRoot.querySelector(
getScriptSelectorFromKey(instance$288)
getScriptSelectorFromKey(instance$290)
))
)
return (
@@ -17750,7 +17737,7 @@ function acquireResource(hoistableRoot, resource, props) {
styleProps
);
instance = props;
if ((styleProps = preloadPropsMap.get(instance$288)))
if ((styleProps = preloadPropsMap.get(instance$290)))
(instance = assign({}, props)),
adoptPreloadPropsForScript(instance, styleProps);
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -18780,16 +18767,16 @@ function getCrossOriginStringAs(as, input) {
if ("string" === typeof input)
return "use-credentials" === input ? input : "";
}
var isomorphicReactPackageVersion$jscomp$inline_1982 = React.version;
var isomorphicReactPackageVersion$jscomp$inline_1984 = React.version;
if (
"19.2.0-www-modern-c44e4a25-20250409" !==
isomorphicReactPackageVersion$jscomp$inline_1982
"19.2.0-www-modern-8a3c5e1a-20250410" !==
isomorphicReactPackageVersion$jscomp$inline_1984
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1982,
"19.2.0-www-modern-c44e4a25-20250409"
isomorphicReactPackageVersion$jscomp$inline_1984,
"19.2.0-www-modern-8a3c5e1a-20250410"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -18805,24 +18792,24 @@ Internals.Events = [
return fn(a);
}
];
var internals$jscomp$inline_2558 = {
var internals$jscomp$inline_2560 = {
bundleType: 0,
version: "19.2.0-www-modern-c44e4a25-20250409",
version: "19.2.0-www-modern-8a3c5e1a-20250410",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-modern-8a3c5e1a-20250410"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2559 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
var hook$jscomp$inline_2561 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
if (
!hook$jscomp$inline_2559.isDisabled &&
hook$jscomp$inline_2559.supportsFiber
!hook$jscomp$inline_2561.isDisabled &&
hook$jscomp$inline_2561.supportsFiber
)
try {
(rendererID = hook$jscomp$inline_2559.inject(
internals$jscomp$inline_2558
(rendererID = hook$jscomp$inline_2561.inject(
internals$jscomp$inline_2560
)),
(injectedHook = hook$jscomp$inline_2559);
(injectedHook = hook$jscomp$inline_2561);
} catch (err) {}
}
function ReactDOMRoot(internalRoot) {
@@ -19174,4 +19161,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
@@ -16759,20 +16759,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
(nativeEventTarget[internalScrollTimer] = targetInst));
}
for (
var i$jscomp$inline_1943 = 0;
i$jscomp$inline_1943 < simpleEventPluginEvents.length;
i$jscomp$inline_1943++
var i$jscomp$inline_1945 = 0;
i$jscomp$inline_1945 < simpleEventPluginEvents.length;
i$jscomp$inline_1945++
) {
var eventName$jscomp$inline_1944 =
simpleEventPluginEvents[i$jscomp$inline_1943],
domEventName$jscomp$inline_1945 =
eventName$jscomp$inline_1944.toLowerCase(),
capitalizedEvent$jscomp$inline_1946 =
eventName$jscomp$inline_1944[0].toUpperCase() +
eventName$jscomp$inline_1944.slice(1);
var eventName$jscomp$inline_1946 =
simpleEventPluginEvents[i$jscomp$inline_1945],
domEventName$jscomp$inline_1947 =
eventName$jscomp$inline_1946.toLowerCase(),
capitalizedEvent$jscomp$inline_1948 =
eventName$jscomp$inline_1946[0].toUpperCase() +
eventName$jscomp$inline_1946.slice(1);
registerSimpleEvent(
domEventName$jscomp$inline_1945,
"on" + capitalizedEvent$jscomp$inline_1946
domEventName$jscomp$inline_1947,
"on" + capitalizedEvent$jscomp$inline_1948
);
}
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -18774,51 +18774,38 @@ function createEvent(type, bubbles) {
}
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
var node = suspenseInstance,
possiblePreambleContribution = 0,
depth = 0;
do {
var nextNode = node.nextSibling;
parentInstance.removeChild(node);
if (nextNode && 8 === nextNode.nodeType)
if (((node = nextNode.data), "/$" === node)) {
if (
0 < possiblePreambleContribution &&
8 > possiblePreambleContribution
) {
node = possiblePreambleContribution;
var ownerDocument = parentInstance.ownerDocument;
node & 1 && releaseSingletonInstance(ownerDocument.documentElement);
node & 2 && releaseSingletonInstance(ownerDocument.body);
if (node & 4)
for (
node = ownerDocument.head,
releaseSingletonInstance(node),
ownerDocument = node.firstChild;
ownerDocument;
) {
var nextNode$jscomp$0 = ownerDocument.nextSibling,
nodeName = ownerDocument.nodeName;
ownerDocument[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
node.removeChild(ownerDocument);
ownerDocument = nextNode$jscomp$0;
}
}
if (0 === depth) {
parentInstance.removeChild(nextNode);
retryIfBlockedOn(suspenseInstance);
return;
}
depth--;
} else if ("$" === node || "$?" === node || "$!" === node) depth++;
else if ("html" === node)
releaseSingletonInstance(parentInstance.ownerDocument.documentElement);
else if ("head" === node) {
node = parentInstance.ownerDocument.head;
releaseSingletonInstance(node);
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
nodeName = node$jscomp$0.nodeName;
node$jscomp$0[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
node.removeChild(node$jscomp$0);
node$jscomp$0 = nextNode$jscomp$0;
}
} else
"$" === node || "$?" === node || "$!" === node
? depth++
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
else possiblePreambleContribution = 0;
"body" === node &&
releaseSingletonInstance(parentInstance.ownerDocument.body);
node = nextNode;
} while (node);
retryIfBlockedOn(suspenseInstance);
@@ -19803,26 +19790,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
"string" === typeof pendingProps.precedence
) {
type = getStyleKey(pendingProps.href);
var styles$307 = getResourcesFromRoot(
var styles$309 = getResourcesFromRoot(
JSCompiler_inline_result
).hoistableStyles,
resource$308 = styles$307.get(type);
resource$308 ||
resource$310 = styles$309.get(type);
resource$310 ||
((JSCompiler_inline_result =
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
(resource$308 = {
(resource$310 = {
type: "stylesheet",
instance: null,
count: 0,
state: { loading: 0, preload: null }
}),
styles$307.set(type, resource$308),
(styles$307 = JSCompiler_inline_result.querySelector(
styles$309.set(type, resource$310),
(styles$309 = JSCompiler_inline_result.querySelector(
getStylesheetSelectorFromKey(type)
)) &&
!styles$307._p &&
((resource$308.instance = styles$307),
(resource$308.state.loading = 5)),
!styles$309._p &&
((resource$310.instance = styles$309),
(resource$310.state.loading = 5)),
preloadPropsMap.has(type) ||
((pendingProps = {
rel: "preload",
@@ -19835,16 +19822,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
referrerPolicy: pendingProps.referrerPolicy
}),
preloadPropsMap.set(type, pendingProps),
styles$307 ||
styles$309 ||
preloadStylesheet(
JSCompiler_inline_result,
type,
pendingProps,
resource$308.state
resource$310.state
)));
if (currentProps && null === currentResource)
throw Error(formatProdErrorMessage(528, ""));
return resource$308;
return resource$310;
}
if (currentProps && null !== currentResource)
throw Error(formatProdErrorMessage(529, ""));
@@ -19941,37 +19928,37 @@ function acquireResource(hoistableRoot, resource, props) {
return (resource.instance = instance);
case "stylesheet":
styleProps = getStyleKey(props.href);
var instance$313 = hoistableRoot.querySelector(
var instance$315 = hoistableRoot.querySelector(
getStylesheetSelectorFromKey(styleProps)
);
if (instance$313)
if (instance$315)
return (
(resource.state.loading |= 4),
(resource.instance = instance$313),
markNodeAsHoistable(instance$313),
instance$313
(resource.instance = instance$315),
markNodeAsHoistable(instance$315),
instance$315
);
instance = stylesheetPropsFromRawProps(props);
(styleProps = preloadPropsMap.get(styleProps)) &&
adoptPreloadPropsForStylesheet(instance, styleProps);
instance$313 = (
instance$315 = (
hoistableRoot.ownerDocument || hoistableRoot
).createElement("link");
markNodeAsHoistable(instance$313);
var linkInstance = instance$313;
markNodeAsHoistable(instance$315);
var linkInstance = instance$315;
linkInstance._p = new Promise(function (resolve, reject) {
linkInstance.onload = resolve;
linkInstance.onerror = reject;
});
setInitialProperties(instance$313, "link", instance);
setInitialProperties(instance$315, "link", instance);
resource.state.loading |= 4;
insertStylesheet(instance$313, props.precedence, hoistableRoot);
return (resource.instance = instance$313);
insertStylesheet(instance$315, props.precedence, hoistableRoot);
return (resource.instance = instance$315);
case "script":
instance$313 = getScriptKey(props.src);
instance$315 = getScriptKey(props.src);
if (
(styleProps = hoistableRoot.querySelector(
getScriptSelectorFromKey(instance$313)
getScriptSelectorFromKey(instance$315)
))
)
return (
@@ -19980,7 +19967,7 @@ function acquireResource(hoistableRoot, resource, props) {
styleProps
);
instance = props;
if ((styleProps = preloadPropsMap.get(instance$313)))
if ((styleProps = preloadPropsMap.get(instance$315)))
(instance = assign({}, props)),
adoptPreloadPropsForScript(instance, styleProps);
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -21010,16 +20997,16 @@ function getCrossOriginStringAs(as, input) {
if ("string" === typeof input)
return "use-credentials" === input ? input : "";
}
var isomorphicReactPackageVersion$jscomp$inline_2188 = React.version;
var isomorphicReactPackageVersion$jscomp$inline_2190 = React.version;
if (
"19.2.0-www-classic-c44e4a25-20250409" !==
isomorphicReactPackageVersion$jscomp$inline_2188
"19.2.0-www-classic-8a3c5e1a-20250410" !==
isomorphicReactPackageVersion$jscomp$inline_2190
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2188,
"19.2.0-www-classic-c44e4a25-20250409"
isomorphicReactPackageVersion$jscomp$inline_2190,
"19.2.0-www-classic-8a3c5e1a-20250410"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -21035,27 +21022,27 @@ Internals.Events = [
return fn(a);
}
];
var internals$jscomp$inline_2190 = {
var internals$jscomp$inline_2192 = {
bundleType: 0,
version: "19.2.0-www-classic-c44e4a25-20250409",
version: "19.2.0-www-classic-8a3c5e1a-20250410",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-classic-8a3c5e1a-20250410"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_2190.getLaneLabelMap = getLaneLabelMap),
(internals$jscomp$inline_2190.injectProfilingHooks = injectProfilingHooks));
((internals$jscomp$inline_2192.getLaneLabelMap = getLaneLabelMap),
(internals$jscomp$inline_2192.injectProfilingHooks = injectProfilingHooks));
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2768 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
var hook$jscomp$inline_2770 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
if (
!hook$jscomp$inline_2768.isDisabled &&
hook$jscomp$inline_2768.supportsFiber
!hook$jscomp$inline_2770.isDisabled &&
hook$jscomp$inline_2770.supportsFiber
)
try {
(rendererID = hook$jscomp$inline_2768.inject(
internals$jscomp$inline_2190
(rendererID = hook$jscomp$inline_2770.inject(
internals$jscomp$inline_2192
)),
(injectedHook = hook$jscomp$inline_2768);
(injectedHook = hook$jscomp$inline_2770);
} catch (err) {}
}
function ReactDOMRoot(internalRoot) {
@@ -21407,7 +21394,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -16562,20 +16562,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
(nativeEventTarget[internalScrollTimer] = targetInst));
}
for (
var i$jscomp$inline_1933 = 0;
i$jscomp$inline_1933 < simpleEventPluginEvents.length;
i$jscomp$inline_1933++
var i$jscomp$inline_1935 = 0;
i$jscomp$inline_1935 < simpleEventPluginEvents.length;
i$jscomp$inline_1935++
) {
var eventName$jscomp$inline_1934 =
simpleEventPluginEvents[i$jscomp$inline_1933],
domEventName$jscomp$inline_1935 =
eventName$jscomp$inline_1934.toLowerCase(),
capitalizedEvent$jscomp$inline_1936 =
eventName$jscomp$inline_1934[0].toUpperCase() +
eventName$jscomp$inline_1934.slice(1);
var eventName$jscomp$inline_1936 =
simpleEventPluginEvents[i$jscomp$inline_1935],
domEventName$jscomp$inline_1937 =
eventName$jscomp$inline_1936.toLowerCase(),
capitalizedEvent$jscomp$inline_1938 =
eventName$jscomp$inline_1936[0].toUpperCase() +
eventName$jscomp$inline_1936.slice(1);
registerSimpleEvent(
domEventName$jscomp$inline_1935,
"on" + capitalizedEvent$jscomp$inline_1936
domEventName$jscomp$inline_1937,
"on" + capitalizedEvent$jscomp$inline_1938
);
}
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -18572,51 +18572,38 @@ function createEvent(type, bubbles) {
}
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
var node = suspenseInstance,
possiblePreambleContribution = 0,
depth = 0;
do {
var nextNode = node.nextSibling;
parentInstance.removeChild(node);
if (nextNode && 8 === nextNode.nodeType)
if (((node = nextNode.data), "/$" === node)) {
if (
0 < possiblePreambleContribution &&
8 > possiblePreambleContribution
) {
node = possiblePreambleContribution;
var ownerDocument = parentInstance.ownerDocument;
node & 1 && releaseSingletonInstance(ownerDocument.documentElement);
node & 2 && releaseSingletonInstance(ownerDocument.body);
if (node & 4)
for (
node = ownerDocument.head,
releaseSingletonInstance(node),
ownerDocument = node.firstChild;
ownerDocument;
) {
var nextNode$jscomp$0 = ownerDocument.nextSibling,
nodeName = ownerDocument.nodeName;
ownerDocument[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
node.removeChild(ownerDocument);
ownerDocument = nextNode$jscomp$0;
}
}
if (0 === depth) {
parentInstance.removeChild(nextNode);
retryIfBlockedOn(suspenseInstance);
return;
}
depth--;
} else if ("$" === node || "$?" === node || "$!" === node) depth++;
else if ("html" === node)
releaseSingletonInstance(parentInstance.ownerDocument.documentElement);
else if ("head" === node) {
node = parentInstance.ownerDocument.head;
releaseSingletonInstance(node);
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
nodeName = node$jscomp$0.nodeName;
node$jscomp$0[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
node.removeChild(node$jscomp$0);
node$jscomp$0 = nextNode$jscomp$0;
}
} else
"$" === node || "$?" === node || "$!" === node
? depth++
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
else possiblePreambleContribution = 0;
"body" === node &&
releaseSingletonInstance(parentInstance.ownerDocument.body);
node = nextNode;
} while (node);
retryIfBlockedOn(suspenseInstance);
@@ -19601,26 +19588,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
"string" === typeof pendingProps.precedence
) {
type = getStyleKey(pendingProps.href);
var styles$307 = getResourcesFromRoot(
var styles$309 = getResourcesFromRoot(
JSCompiler_inline_result
).hoistableStyles,
resource$308 = styles$307.get(type);
resource$308 ||
resource$310 = styles$309.get(type);
resource$310 ||
((JSCompiler_inline_result =
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
(resource$308 = {
(resource$310 = {
type: "stylesheet",
instance: null,
count: 0,
state: { loading: 0, preload: null }
}),
styles$307.set(type, resource$308),
(styles$307 = JSCompiler_inline_result.querySelector(
styles$309.set(type, resource$310),
(styles$309 = JSCompiler_inline_result.querySelector(
getStylesheetSelectorFromKey(type)
)) &&
!styles$307._p &&
((resource$308.instance = styles$307),
(resource$308.state.loading = 5)),
!styles$309._p &&
((resource$310.instance = styles$309),
(resource$310.state.loading = 5)),
preloadPropsMap.has(type) ||
((pendingProps = {
rel: "preload",
@@ -19633,16 +19620,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
referrerPolicy: pendingProps.referrerPolicy
}),
preloadPropsMap.set(type, pendingProps),
styles$307 ||
styles$309 ||
preloadStylesheet(
JSCompiler_inline_result,
type,
pendingProps,
resource$308.state
resource$310.state
)));
if (currentProps && null === currentResource)
throw Error(formatProdErrorMessage(528, ""));
return resource$308;
return resource$310;
}
if (currentProps && null !== currentResource)
throw Error(formatProdErrorMessage(529, ""));
@@ -19739,37 +19726,37 @@ function acquireResource(hoistableRoot, resource, props) {
return (resource.instance = instance);
case "stylesheet":
styleProps = getStyleKey(props.href);
var instance$313 = hoistableRoot.querySelector(
var instance$315 = hoistableRoot.querySelector(
getStylesheetSelectorFromKey(styleProps)
);
if (instance$313)
if (instance$315)
return (
(resource.state.loading |= 4),
(resource.instance = instance$313),
markNodeAsHoistable(instance$313),
instance$313
(resource.instance = instance$315),
markNodeAsHoistable(instance$315),
instance$315
);
instance = stylesheetPropsFromRawProps(props);
(styleProps = preloadPropsMap.get(styleProps)) &&
adoptPreloadPropsForStylesheet(instance, styleProps);
instance$313 = (
instance$315 = (
hoistableRoot.ownerDocument || hoistableRoot
).createElement("link");
markNodeAsHoistable(instance$313);
var linkInstance = instance$313;
markNodeAsHoistable(instance$315);
var linkInstance = instance$315;
linkInstance._p = new Promise(function (resolve, reject) {
linkInstance.onload = resolve;
linkInstance.onerror = reject;
});
setInitialProperties(instance$313, "link", instance);
setInitialProperties(instance$315, "link", instance);
resource.state.loading |= 4;
insertStylesheet(instance$313, props.precedence, hoistableRoot);
return (resource.instance = instance$313);
insertStylesheet(instance$315, props.precedence, hoistableRoot);
return (resource.instance = instance$315);
case "script":
instance$313 = getScriptKey(props.src);
instance$315 = getScriptKey(props.src);
if (
(styleProps = hoistableRoot.querySelector(
getScriptSelectorFromKey(instance$313)
getScriptSelectorFromKey(instance$315)
))
)
return (
@@ -19778,7 +19765,7 @@ function acquireResource(hoistableRoot, resource, props) {
styleProps
);
instance = props;
if ((styleProps = preloadPropsMap.get(instance$313)))
if ((styleProps = preloadPropsMap.get(instance$315)))
(instance = assign({}, props)),
adoptPreloadPropsForScript(instance, styleProps);
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -20808,16 +20795,16 @@ function getCrossOriginStringAs(as, input) {
if ("string" === typeof input)
return "use-credentials" === input ? input : "";
}
var isomorphicReactPackageVersion$jscomp$inline_2178 = React.version;
var isomorphicReactPackageVersion$jscomp$inline_2180 = React.version;
if (
"19.2.0-www-modern-c44e4a25-20250409" !==
isomorphicReactPackageVersion$jscomp$inline_2178
"19.2.0-www-modern-8a3c5e1a-20250410" !==
isomorphicReactPackageVersion$jscomp$inline_2180
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2178,
"19.2.0-www-modern-c44e4a25-20250409"
isomorphicReactPackageVersion$jscomp$inline_2180,
"19.2.0-www-modern-8a3c5e1a-20250410"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -20833,27 +20820,27 @@ Internals.Events = [
return fn(a);
}
];
var internals$jscomp$inline_2180 = {
var internals$jscomp$inline_2182 = {
bundleType: 0,
version: "19.2.0-www-modern-c44e4a25-20250409",
version: "19.2.0-www-modern-8a3c5e1a-20250410",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-modern-8a3c5e1a-20250410"
};
enableSchedulingProfiler &&
((internals$jscomp$inline_2180.getLaneLabelMap = getLaneLabelMap),
(internals$jscomp$inline_2180.injectProfilingHooks = injectProfilingHooks));
((internals$jscomp$inline_2182.getLaneLabelMap = getLaneLabelMap),
(internals$jscomp$inline_2182.injectProfilingHooks = injectProfilingHooks));
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2750 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
var hook$jscomp$inline_2752 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
if (
!hook$jscomp$inline_2750.isDisabled &&
hook$jscomp$inline_2750.supportsFiber
!hook$jscomp$inline_2752.isDisabled &&
hook$jscomp$inline_2752.supportsFiber
)
try {
(rendererID = hook$jscomp$inline_2750.inject(
internals$jscomp$inline_2180
(rendererID = hook$jscomp$inline_2752.inject(
internals$jscomp$inline_2182
)),
(injectedHook = hook$jscomp$inline_2750);
(injectedHook = hook$jscomp$inline_2752);
} catch (err) {}
}
function ReactDOMRoot(internalRoot) {
@@ -21205,7 +21192,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -765,12 +765,7 @@ __DEV__ &&
};
}
function createPreambleState() {
return {
htmlChunks: null,
headChunks: null,
bodyChunks: null,
contribution: NoContribution
};
return { htmlChunks: null, headChunks: null, bodyChunks: null };
}
function createFormatContext(insertionMode, selectedValue, tagScope) {
return {
@@ -2702,6 +2697,7 @@ __DEV__ &&
var preamble = preambleState || renderState.preamble;
if (preamble.headChunks)
throw Error("The `<head>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--head--\x3e");
preamble.headChunks = [];
var JSCompiler_inline_result$jscomp$9 = pushStartSingletonElement(
preamble.headChunks,
@@ -2720,6 +2716,7 @@ __DEV__ &&
var preamble$jscomp$0 = preambleState || renderState.preamble;
if (preamble$jscomp$0.bodyChunks)
throw Error("The `<body>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--body--\x3e");
preamble$jscomp$0.bodyChunks = [];
var JSCompiler_inline_result$jscomp$10 = pushStartSingletonElement(
preamble$jscomp$0.bodyChunks,
@@ -2738,6 +2735,7 @@ __DEV__ &&
var preamble$jscomp$1 = preambleState || renderState.preamble;
if (preamble$jscomp$1.htmlChunks)
throw Error("The `<html>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--html--\x3e");
preamble$jscomp$1.htmlChunks = [doctypeChunk];
var JSCompiler_inline_result$jscomp$11 = pushStartSingletonElement(
preamble$jscomp$1.htmlChunks,
@@ -2821,16 +2819,13 @@ __DEV__ &&
renderState = renderState.preamble;
null === renderState.htmlChunks &&
preambleState.htmlChunks &&
((renderState.htmlChunks = preambleState.htmlChunks),
(preambleState.contribution |= 1));
(renderState.htmlChunks = preambleState.htmlChunks);
null === renderState.headChunks &&
preambleState.headChunks &&
((renderState.headChunks = preambleState.headChunks),
(preambleState.contribution |= 4));
(renderState.headChunks = preambleState.headChunks);
null === renderState.bodyChunks &&
preambleState.bodyChunks &&
((renderState.bodyChunks = preambleState.bodyChunks),
(preambleState.contribution |= 2));
(renderState.bodyChunks = preambleState.bodyChunks);
}
function writeBootstrap(destination, renderState) {
renderState = renderState.bootstrapChunks;
@@ -2851,13 +2846,6 @@ __DEV__ &&
destination.push(renderState);
return destination.push(startPendingSuspenseBoundary2);
}
function writePreambleContribution(destination, preambleState) {
preambleState = preambleState.contribution;
preambleState !== NoContribution &&
(destination.push(boundaryPreambleContributionChunkStart),
destination.push("" + preambleState),
destination.push(boundaryPreambleContributionChunkEnd));
}
function writeStartSegment(destination, renderState, formatContext, id) {
switch (formatContext.insertionMode) {
case ROOT_HTML_MODE:
@@ -5613,20 +5601,8 @@ __DEV__ &&
renderNode(request, task, props.children, -1);
task.keyPath = _prevKeyPath3;
}
if (!request.renderState.generateStaticMarkup) {
var target$jscomp$0 = segment$jscomp$0.chunks,
preambleState = task.blockedPreamble;
if (preambleState) {
var contribution = preambleState.contribution;
contribution !== NoContribution &&
target$jscomp$0.push(
boundaryPreambleContributionChunkStart,
"" + contribution,
boundaryPreambleContributionChunkEnd
);
}
target$jscomp$0.push("\x3c!--/&--\x3e");
}
request.renderState.generateStaticMarkup ||
segment$jscomp$0.chunks.push("\x3c!--/&--\x3e");
segment$jscomp$0.lastPushedText = !1;
}
return;
@@ -7284,8 +7260,8 @@ __DEV__ &&
if (!request.renderState.generateStaticMarkup) {
var errorDigest = boundary.errorDigest,
errorMessage = boundary.errorMessage,
errorStack = boundary.errorStack,
errorComponentStack = boundary.errorComponentStack;
errorStack = boundary.errorStack;
boundary = boundary.errorComponentStack;
destination.push(startClientRenderedSuspenseBoundary);
destination.push(clientRenderedSuspenseBoundaryError1);
errorDigest &&
@@ -7309,22 +7285,20 @@ __DEV__ &&
destination.push(
clientRenderedSuspenseBoundaryErrorAttrInterstitial
));
errorComponentStack &&
boundary &&
(destination.push(clientRenderedSuspenseBoundaryError1D),
(errorComponentStack = escapeTextForBrowser(errorComponentStack)),
destination.push(errorComponentStack),
(errorStack = escapeTextForBrowser(boundary)),
destination.push(errorStack),
destination.push(
clientRenderedSuspenseBoundaryErrorAttrInterstitial
));
destination.push(clientRenderedSuspenseBoundaryError2);
}
flushSubtree(request, destination, segment, hoistableState);
request.renderState.generateStaticMarkup
? (destination = !0)
: ((request = boundary.fallbackPreamble) &&
writePreambleContribution(destination, request),
(destination = destination.push(endSuspenseBoundary)));
return destination;
request = request.renderState.generateStaticMarkup
? !0
: destination.push(endSuspenseBoundary);
return request;
}
if (boundary.status !== COMPLETED)
return (
@@ -7338,9 +7312,12 @@ __DEV__ &&
boundary.rootSegmentID
),
hoistableState &&
((boundary = boundary.fallbackState),
boundary.styles.forEach(hoistStyleQueueDependency, hoistableState),
boundary.stylesheets.forEach(
((errorStack = boundary.fallbackState),
errorStack.styles.forEach(
hoistStyleQueueDependency,
hoistableState
),
errorStack.stylesheets.forEach(
hoistStylesheetDependency,
hoistableState
)),
@@ -7371,12 +7348,10 @@ __DEV__ &&
"A previously unvisited boundary must have exactly one root segment. This is a bug in React."
);
flushSegment(request, destination, segment[0], hoistableState);
request.renderState.generateStaticMarkup
? (destination = !0)
: ((request = boundary.contentPreamble) &&
writePreambleContribution(destination, request),
(destination = destination.push(endSuspenseBoundary)));
return destination;
request = request.renderState.generateStaticMarkup
? !0
: destination.push(endSuspenseBoundary);
return request;
}
function flushSegmentContainer(
request,
@@ -9061,8 +9036,7 @@ __DEV__ &&
Object.freeze(PRELOAD_NO_CREDS);
var scriptRegex = /(<\/|<)(s)(cript)/gi;
var didWarnForNewBooleanPropsWithEmptyValue = {};
var NoContribution = 0,
ROOT_HTML_MODE = 0,
var ROOT_HTML_MODE = 0,
HTML_HTML_MODE = 1,
HTML_MODE = 2,
HTML_HEAD_MODE = 3,
@@ -9117,8 +9091,6 @@ __DEV__ &&
clientRenderedSuspenseBoundaryError1C = ' data-stck="',
clientRenderedSuspenseBoundaryError1D = ' data-cstck="',
clientRenderedSuspenseBoundaryError2 = "></template>",
boundaryPreambleContributionChunkStart = "\x3c!--",
boundaryPreambleContributionChunkEnd = "--\x3e",
startSegmentHTML = '<div hidden id="',
startSegmentHTML2 = '">',
endSegmentHTML = "</div>",
@@ -9468,5 +9440,5 @@ __DEV__ &&
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
})();
@@ -765,12 +765,7 @@ __DEV__ &&
};
}
function createPreambleState() {
return {
htmlChunks: null,
headChunks: null,
bodyChunks: null,
contribution: NoContribution
};
return { htmlChunks: null, headChunks: null, bodyChunks: null };
}
function createFormatContext(insertionMode, selectedValue, tagScope) {
return {
@@ -2702,6 +2697,7 @@ __DEV__ &&
var preamble = preambleState || renderState.preamble;
if (preamble.headChunks)
throw Error("The `<head>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--head--\x3e");
preamble.headChunks = [];
var JSCompiler_inline_result$jscomp$9 = pushStartSingletonElement(
preamble.headChunks,
@@ -2720,6 +2716,7 @@ __DEV__ &&
var preamble$jscomp$0 = preambleState || renderState.preamble;
if (preamble$jscomp$0.bodyChunks)
throw Error("The `<body>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--body--\x3e");
preamble$jscomp$0.bodyChunks = [];
var JSCompiler_inline_result$jscomp$10 = pushStartSingletonElement(
preamble$jscomp$0.bodyChunks,
@@ -2738,6 +2735,7 @@ __DEV__ &&
var preamble$jscomp$1 = preambleState || renderState.preamble;
if (preamble$jscomp$1.htmlChunks)
throw Error("The `<html>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--html--\x3e");
preamble$jscomp$1.htmlChunks = [doctypeChunk];
var JSCompiler_inline_result$jscomp$11 = pushStartSingletonElement(
preamble$jscomp$1.htmlChunks,
@@ -2821,16 +2819,13 @@ __DEV__ &&
renderState = renderState.preamble;
null === renderState.htmlChunks &&
preambleState.htmlChunks &&
((renderState.htmlChunks = preambleState.htmlChunks),
(preambleState.contribution |= 1));
(renderState.htmlChunks = preambleState.htmlChunks);
null === renderState.headChunks &&
preambleState.headChunks &&
((renderState.headChunks = preambleState.headChunks),
(preambleState.contribution |= 4));
(renderState.headChunks = preambleState.headChunks);
null === renderState.bodyChunks &&
preambleState.bodyChunks &&
((renderState.bodyChunks = preambleState.bodyChunks),
(preambleState.contribution |= 2));
(renderState.bodyChunks = preambleState.bodyChunks);
}
function writeBootstrap(destination, renderState) {
renderState = renderState.bootstrapChunks;
@@ -2851,13 +2846,6 @@ __DEV__ &&
destination.push(renderState);
return destination.push(startPendingSuspenseBoundary2);
}
function writePreambleContribution(destination, preambleState) {
preambleState = preambleState.contribution;
preambleState !== NoContribution &&
(destination.push(boundaryPreambleContributionChunkStart),
destination.push("" + preambleState),
destination.push(boundaryPreambleContributionChunkEnd));
}
function writeStartSegment(destination, renderState, formatContext, id) {
switch (formatContext.insertionMode) {
case ROOT_HTML_MODE:
@@ -5552,20 +5540,8 @@ __DEV__ &&
renderNode(request, task, props.children, -1);
task.keyPath = _prevKeyPath3;
}
if (!request.renderState.generateStaticMarkup) {
var target$jscomp$0 = segment$jscomp$0.chunks,
preambleState = task.blockedPreamble;
if (preambleState) {
var contribution = preambleState.contribution;
contribution !== NoContribution &&
target$jscomp$0.push(
boundaryPreambleContributionChunkStart,
"" + contribution,
boundaryPreambleContributionChunkEnd
);
}
target$jscomp$0.push("\x3c!--/&--\x3e");
}
request.renderState.generateStaticMarkup ||
segment$jscomp$0.chunks.push("\x3c!--/&--\x3e");
segment$jscomp$0.lastPushedText = !1;
}
return;
@@ -7217,8 +7193,8 @@ __DEV__ &&
if (!request.renderState.generateStaticMarkup) {
var errorDigest = boundary.errorDigest,
errorMessage = boundary.errorMessage,
errorStack = boundary.errorStack,
errorComponentStack = boundary.errorComponentStack;
errorStack = boundary.errorStack;
boundary = boundary.errorComponentStack;
destination.push(startClientRenderedSuspenseBoundary);
destination.push(clientRenderedSuspenseBoundaryError1);
errorDigest &&
@@ -7242,22 +7218,20 @@ __DEV__ &&
destination.push(
clientRenderedSuspenseBoundaryErrorAttrInterstitial
));
errorComponentStack &&
boundary &&
(destination.push(clientRenderedSuspenseBoundaryError1D),
(errorComponentStack = escapeTextForBrowser(errorComponentStack)),
destination.push(errorComponentStack),
(errorStack = escapeTextForBrowser(boundary)),
destination.push(errorStack),
destination.push(
clientRenderedSuspenseBoundaryErrorAttrInterstitial
));
destination.push(clientRenderedSuspenseBoundaryError2);
}
flushSubtree(request, destination, segment, hoistableState);
request.renderState.generateStaticMarkup
? (destination = !0)
: ((request = boundary.fallbackPreamble) &&
writePreambleContribution(destination, request),
(destination = destination.push(endSuspenseBoundary)));
return destination;
request = request.renderState.generateStaticMarkup
? !0
: destination.push(endSuspenseBoundary);
return request;
}
if (boundary.status !== COMPLETED)
return (
@@ -7271,9 +7245,12 @@ __DEV__ &&
boundary.rootSegmentID
),
hoistableState &&
((boundary = boundary.fallbackState),
boundary.styles.forEach(hoistStyleQueueDependency, hoistableState),
boundary.stylesheets.forEach(
((errorStack = boundary.fallbackState),
errorStack.styles.forEach(
hoistStyleQueueDependency,
hoistableState
),
errorStack.stylesheets.forEach(
hoistStylesheetDependency,
hoistableState
)),
@@ -7304,12 +7281,10 @@ __DEV__ &&
"A previously unvisited boundary must have exactly one root segment. This is a bug in React."
);
flushSegment(request, destination, segment[0], hoistableState);
request.renderState.generateStaticMarkup
? (destination = !0)
: ((request = boundary.contentPreamble) &&
writePreambleContribution(destination, request),
(destination = destination.push(endSuspenseBoundary)));
return destination;
request = request.renderState.generateStaticMarkup
? !0
: destination.push(endSuspenseBoundary);
return request;
}
function flushSegmentContainer(
request,
@@ -8992,8 +8967,7 @@ __DEV__ &&
Object.freeze(PRELOAD_NO_CREDS);
var scriptRegex = /(<\/|<)(s)(cript)/gi;
var didWarnForNewBooleanPropsWithEmptyValue = {};
var NoContribution = 0,
ROOT_HTML_MODE = 0,
var ROOT_HTML_MODE = 0,
HTML_HTML_MODE = 1,
HTML_MODE = 2,
HTML_HEAD_MODE = 3,
@@ -9048,8 +9022,6 @@ __DEV__ &&
clientRenderedSuspenseBoundaryError1C = ' data-stck="',
clientRenderedSuspenseBoundaryError1D = ' data-cstck="',
clientRenderedSuspenseBoundaryError2 = "></template>",
boundaryPreambleContributionChunkStart = "\x3c!--",
boundaryPreambleContributionChunkEnd = "--\x3e",
startSegmentHTML = '<div hidden id="',
startSegmentHTML2 = '">',
endSegmentHTML = "</div>",
@@ -9397,5 +9369,5 @@ __DEV__ &&
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
})();
@@ -347,12 +347,7 @@ function createResumableState(
};
}
function createPreambleState() {
return {
htmlChunks: null,
headChunks: null,
bodyChunks: null,
contribution: 0
};
return { htmlChunks: null, headChunks: null, bodyChunks: null };
}
function createFormatContext(insertionMode, selectedValue, tagScope) {
return {
@@ -1768,6 +1763,7 @@ function pushStartInstance(
var preamble = preambleState || renderState.preamble;
if (preamble.headChunks)
throw Error(formatProdErrorMessage(545, "`<head>`"));
null !== preambleState && target$jscomp$0.push("\x3c!--head--\x3e");
preamble.headChunks = [];
var JSCompiler_inline_result$jscomp$9 = pushStartSingletonElement(
preamble.headChunks,
@@ -1786,6 +1782,7 @@ function pushStartInstance(
var preamble$jscomp$0 = preambleState || renderState.preamble;
if (preamble$jscomp$0.bodyChunks)
throw Error(formatProdErrorMessage(545, "`<body>`"));
null !== preambleState && target$jscomp$0.push("\x3c!--body--\x3e");
preamble$jscomp$0.bodyChunks = [];
var JSCompiler_inline_result$jscomp$10 = pushStartSingletonElement(
preamble$jscomp$0.bodyChunks,
@@ -1804,6 +1801,7 @@ function pushStartInstance(
var preamble$jscomp$1 = preambleState || renderState.preamble;
if (preamble$jscomp$1.htmlChunks)
throw Error(formatProdErrorMessage(545, "`<html>`"));
null !== preambleState && target$jscomp$0.push("\x3c!--html--\x3e");
preamble$jscomp$1.htmlChunks = [""];
var JSCompiler_inline_result$jscomp$11 = pushStartSingletonElement(
preamble$jscomp$1.htmlChunks,
@@ -1881,16 +1879,13 @@ function hoistPreambleState(renderState, preambleState) {
renderState = renderState.preamble;
null === renderState.htmlChunks &&
preambleState.htmlChunks &&
((renderState.htmlChunks = preambleState.htmlChunks),
(preambleState.contribution |= 1));
(renderState.htmlChunks = preambleState.htmlChunks);
null === renderState.headChunks &&
preambleState.headChunks &&
((renderState.headChunks = preambleState.headChunks),
(preambleState.contribution |= 4));
(renderState.headChunks = preambleState.headChunks);
null === renderState.bodyChunks &&
preambleState.bodyChunks &&
((renderState.bodyChunks = preambleState.bodyChunks),
(preambleState.contribution |= 2));
(renderState.bodyChunks = preambleState.bodyChunks);
}
function writeBootstrap(destination, renderState) {
renderState = renderState.bootstrapChunks;
@@ -1908,13 +1903,6 @@ function writeStartPendingSuspenseBoundary(destination, renderState, id) {
destination.push(renderState);
return destination.push('"></template>');
}
function writePreambleContribution(destination, preambleState) {
preambleState = preambleState.contribution;
0 !== preambleState &&
(destination.push("\x3c!--"),
destination.push("" + preambleState),
destination.push("--\x3e"));
}
function writeStartSegment(destination, renderState, formatContext, id) {
switch (formatContext.insertionMode) {
case 0:
@@ -2761,17 +2749,17 @@ function createRenderState(resumableState, generateStaticMarkup) {
"\x3c/script>"
);
bootstrapScriptContent = idPrefix + "P:";
var JSCompiler_object_inline_segmentPrefix_1724 = idPrefix + "S:";
var JSCompiler_object_inline_segmentPrefix_1695 = idPrefix + "S:";
idPrefix += "B:";
var JSCompiler_object_inline_preamble_1727 = createPreambleState(),
JSCompiler_object_inline_preconnects_1737 = new Set(),
JSCompiler_object_inline_fontPreloads_1738 = new Set(),
JSCompiler_object_inline_highImagePreloads_1739 = new Set(),
JSCompiler_object_inline_styles_1740 = new Map(),
JSCompiler_object_inline_bootstrapScripts_1741 = new Set(),
JSCompiler_object_inline_scripts_1742 = new Set(),
JSCompiler_object_inline_bulkPreloads_1743 = new Set(),
JSCompiler_object_inline_preloads_1744 = {
var JSCompiler_object_inline_preamble_1698 = createPreambleState(),
JSCompiler_object_inline_preconnects_1708 = new Set(),
JSCompiler_object_inline_fontPreloads_1709 = new Set(),
JSCompiler_object_inline_highImagePreloads_1710 = new Set(),
JSCompiler_object_inline_styles_1711 = new Map(),
JSCompiler_object_inline_bootstrapScripts_1712 = new Set(),
JSCompiler_object_inline_scripts_1713 = new Set(),
JSCompiler_object_inline_bulkPreloads_1714 = new Set(),
JSCompiler_object_inline_preloads_1715 = {
images: new Map(),
stylesheets: new Map(),
scripts: new Map(),
@@ -2808,7 +2796,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
scriptConfig.moduleScriptResources[href] = null;
scriptConfig = [];
pushLinkImpl(scriptConfig, props);
JSCompiler_object_inline_bootstrapScripts_1741.add(scriptConfig);
JSCompiler_object_inline_bootstrapScripts_1712.add(scriptConfig);
bootstrapChunks.push('<script src="', escapeTextForBrowser(src));
"string" === typeof integrity &&
bootstrapChunks.push('" integrity="', escapeTextForBrowser(integrity));
@@ -2849,7 +2837,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
(props.moduleScriptResources[scriptConfig] = null),
(props = []),
pushLinkImpl(props, integrity),
JSCompiler_object_inline_bootstrapScripts_1741.add(props),
JSCompiler_object_inline_bootstrapScripts_1712.add(props),
bootstrapChunks.push(
'<script type="module" src="',
escapeTextForBrowser(i)
@@ -2864,10 +2852,10 @@ function createRenderState(resumableState, generateStaticMarkup) {
bootstrapChunks.push('" async="">\x3c/script>');
return {
placeholderPrefix: bootstrapScriptContent,
segmentPrefix: JSCompiler_object_inline_segmentPrefix_1724,
segmentPrefix: JSCompiler_object_inline_segmentPrefix_1695,
boundaryPrefix: idPrefix,
startInlineScript: "<script>",
preamble: JSCompiler_object_inline_preamble_1727,
preamble: JSCompiler_object_inline_preamble_1698,
externalRuntimeScript: null,
bootstrapChunks: bootstrapChunks,
importMapChunks: [],
@@ -2883,14 +2871,14 @@ function createRenderState(resumableState, generateStaticMarkup) {
charsetChunks: [],
viewportChunks: [],
hoistableChunks: [],
preconnects: JSCompiler_object_inline_preconnects_1737,
fontPreloads: JSCompiler_object_inline_fontPreloads_1738,
highImagePreloads: JSCompiler_object_inline_highImagePreloads_1739,
styles: JSCompiler_object_inline_styles_1740,
bootstrapScripts: JSCompiler_object_inline_bootstrapScripts_1741,
scripts: JSCompiler_object_inline_scripts_1742,
bulkPreloads: JSCompiler_object_inline_bulkPreloads_1743,
preloads: JSCompiler_object_inline_preloads_1744,
preconnects: JSCompiler_object_inline_preconnects_1708,
fontPreloads: JSCompiler_object_inline_fontPreloads_1709,
highImagePreloads: JSCompiler_object_inline_highImagePreloads_1710,
styles: JSCompiler_object_inline_styles_1711,
bootstrapScripts: JSCompiler_object_inline_bootstrapScripts_1712,
scripts: JSCompiler_object_inline_scripts_1713,
bulkPreloads: JSCompiler_object_inline_bulkPreloads_1714,
preloads: JSCompiler_object_inline_preloads_1715,
stylesToHoist: !1,
generateStaticMarkup: generateStaticMarkup
};
@@ -4330,30 +4318,23 @@ function renderElement(request, task, keyPath, type, props, ref) {
return;
case REACT_ACTIVITY_TYPE:
type = task.blockedSegment;
if (null === type)
"hidden" !== props.mode &&
null === type
? "hidden" !== props.mode &&
((type = task.keyPath),
(task.keyPath = keyPath),
renderNode(request, task, props.children, -1),
(task.keyPath = type));
else {
request.renderState.generateStaticMarkup ||
type.chunks.push("\x3c!--&--\x3e");
type.lastPushedText = !1;
"hidden" !== props.mode &&
((contextKey = task.keyPath),
(task.keyPath = keyPath),
renderNode(request, task, props.children, -1),
(task.keyPath = contextKey));
if (!request.renderState.generateStaticMarkup) {
request = type.chunks;
if ((task = task.blockedPreamble))
(task = task.contribution),
0 !== task && request.push("\x3c!--", "" + task, "--\x3e");
request.push("\x3c!--/&--\x3e");
}
type.lastPushedText = !1;
}
(task.keyPath = type))
: (request.renderState.generateStaticMarkup ||
type.chunks.push("\x3c!--&--\x3e"),
(type.lastPushedText = !1),
"hidden" !== props.mode &&
((contextKey = task.keyPath),
(task.keyPath = keyPath),
renderNode(request, task, props.children, -1),
(task.keyPath = contextKey)),
request.renderState.generateStaticMarkup ||
type.chunks.push("\x3c!--/&--\x3e"),
(type.lastPushedText = !1));
return;
case REACT_SUSPENSE_LIST_TYPE:
type = task.keyPath;
@@ -5665,26 +5646,24 @@ function flushSegment(request, destination, segment, hoistableState) {
if (null === boundary)
return flushSubtree(request, destination, segment, hoistableState);
boundary.parentFlushed = !0;
if (4 === boundary.status) {
if (!request.renderState.generateStaticMarkup) {
var errorDigest = boundary.errorDigest;
destination.push("\x3c!--$!--\x3e");
destination.push("<template");
errorDigest &&
(destination.push(' data-dgst="'),
(errorDigest = escapeTextForBrowser(errorDigest)),
destination.push(errorDigest),
destination.push('"'));
destination.push("></template>");
}
flushSubtree(request, destination, segment, hoistableState);
request.renderState.generateStaticMarkup
? (destination = !0)
: ((request = boundary.fallbackPreamble) &&
writePreambleContribution(destination, request),
(destination = destination.push("\x3c!--/$--\x3e")));
return destination;
}
if (4 === boundary.status)
return (
request.renderState.generateStaticMarkup ||
((boundary = boundary.errorDigest),
destination.push("\x3c!--$!--\x3e"),
destination.push("<template"),
boundary &&
(destination.push(' data-dgst="'),
(boundary = escapeTextForBrowser(boundary)),
destination.push(boundary),
destination.push('"')),
destination.push("></template>")),
flushSubtree(request, destination, segment, hoistableState),
(request = request.renderState.generateStaticMarkup
? !0
: destination.push("\x3c!--/$--\x3e")),
request
);
if (1 !== boundary.status)
return (
0 === boundary.status &&
@@ -5727,12 +5706,10 @@ function flushSegment(request, destination, segment, hoistableState) {
segment = boundary.completedSegments;
if (1 !== segment.length) throw Error(formatProdErrorMessage(391));
flushSegment(request, destination, segment[0], hoistableState);
request.renderState.generateStaticMarkup
? (destination = !0)
: ((request = boundary.contentPreamble) &&
writePreambleContribution(destination, request),
(destination = destination.push("\x3c!--/$--\x3e")));
return destination;
request = request.renderState.generateStaticMarkup
? !0
: destination.push("\x3c!--/$--\x3e");
return request;
}
function flushSegmentContainer(request, destination, segment, hoistableState) {
writeStartSegment(
@@ -6223,4 +6200,4 @@ exports.renderToString = function (children, options) {
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
@@ -345,12 +345,7 @@ function createResumableState(
};
}
function createPreambleState() {
return {
htmlChunks: null,
headChunks: null,
bodyChunks: null,
contribution: 0
};
return { htmlChunks: null, headChunks: null, bodyChunks: null };
}
function createFormatContext(insertionMode, selectedValue, tagScope) {
return {
@@ -1766,6 +1761,7 @@ function pushStartInstance(
var preamble = preambleState || renderState.preamble;
if (preamble.headChunks)
throw Error(formatProdErrorMessage(545, "`<head>`"));
null !== preambleState && target$jscomp$0.push("\x3c!--head--\x3e");
preamble.headChunks = [];
var JSCompiler_inline_result$jscomp$9 = pushStartSingletonElement(
preamble.headChunks,
@@ -1784,6 +1780,7 @@ function pushStartInstance(
var preamble$jscomp$0 = preambleState || renderState.preamble;
if (preamble$jscomp$0.bodyChunks)
throw Error(formatProdErrorMessage(545, "`<body>`"));
null !== preambleState && target$jscomp$0.push("\x3c!--body--\x3e");
preamble$jscomp$0.bodyChunks = [];
var JSCompiler_inline_result$jscomp$10 = pushStartSingletonElement(
preamble$jscomp$0.bodyChunks,
@@ -1802,6 +1799,7 @@ function pushStartInstance(
var preamble$jscomp$1 = preambleState || renderState.preamble;
if (preamble$jscomp$1.htmlChunks)
throw Error(formatProdErrorMessage(545, "`<html>`"));
null !== preambleState && target$jscomp$0.push("\x3c!--html--\x3e");
preamble$jscomp$1.htmlChunks = [""];
var JSCompiler_inline_result$jscomp$11 = pushStartSingletonElement(
preamble$jscomp$1.htmlChunks,
@@ -1879,16 +1877,13 @@ function hoistPreambleState(renderState, preambleState) {
renderState = renderState.preamble;
null === renderState.htmlChunks &&
preambleState.htmlChunks &&
((renderState.htmlChunks = preambleState.htmlChunks),
(preambleState.contribution |= 1));
(renderState.htmlChunks = preambleState.htmlChunks);
null === renderState.headChunks &&
preambleState.headChunks &&
((renderState.headChunks = preambleState.headChunks),
(preambleState.contribution |= 4));
(renderState.headChunks = preambleState.headChunks);
null === renderState.bodyChunks &&
preambleState.bodyChunks &&
((renderState.bodyChunks = preambleState.bodyChunks),
(preambleState.contribution |= 2));
(renderState.bodyChunks = preambleState.bodyChunks);
}
function writeBootstrap(destination, renderState) {
renderState = renderState.bootstrapChunks;
@@ -1906,13 +1901,6 @@ function writeStartPendingSuspenseBoundary(destination, renderState, id) {
destination.push(renderState);
return destination.push('"></template>');
}
function writePreambleContribution(destination, preambleState) {
preambleState = preambleState.contribution;
0 !== preambleState &&
(destination.push("\x3c!--"),
destination.push("" + preambleState),
destination.push("--\x3e"));
}
function writeStartSegment(destination, renderState, formatContext, id) {
switch (formatContext.insertionMode) {
case 0:
@@ -2759,17 +2747,17 @@ function createRenderState(resumableState, generateStaticMarkup) {
"\x3c/script>"
);
bootstrapScriptContent = idPrefix + "P:";
var JSCompiler_object_inline_segmentPrefix_1711 = idPrefix + "S:";
var JSCompiler_object_inline_segmentPrefix_1682 = idPrefix + "S:";
idPrefix += "B:";
var JSCompiler_object_inline_preamble_1714 = createPreambleState(),
JSCompiler_object_inline_preconnects_1724 = new Set(),
JSCompiler_object_inline_fontPreloads_1725 = new Set(),
JSCompiler_object_inline_highImagePreloads_1726 = new Set(),
JSCompiler_object_inline_styles_1727 = new Map(),
JSCompiler_object_inline_bootstrapScripts_1728 = new Set(),
JSCompiler_object_inline_scripts_1729 = new Set(),
JSCompiler_object_inline_bulkPreloads_1730 = new Set(),
JSCompiler_object_inline_preloads_1731 = {
var JSCompiler_object_inline_preamble_1685 = createPreambleState(),
JSCompiler_object_inline_preconnects_1695 = new Set(),
JSCompiler_object_inline_fontPreloads_1696 = new Set(),
JSCompiler_object_inline_highImagePreloads_1697 = new Set(),
JSCompiler_object_inline_styles_1698 = new Map(),
JSCompiler_object_inline_bootstrapScripts_1699 = new Set(),
JSCompiler_object_inline_scripts_1700 = new Set(),
JSCompiler_object_inline_bulkPreloads_1701 = new Set(),
JSCompiler_object_inline_preloads_1702 = {
images: new Map(),
stylesheets: new Map(),
scripts: new Map(),
@@ -2806,7 +2794,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
scriptConfig.moduleScriptResources[href] = null;
scriptConfig = [];
pushLinkImpl(scriptConfig, props);
JSCompiler_object_inline_bootstrapScripts_1728.add(scriptConfig);
JSCompiler_object_inline_bootstrapScripts_1699.add(scriptConfig);
bootstrapChunks.push('<script src="', escapeTextForBrowser(src));
"string" === typeof integrity &&
bootstrapChunks.push('" integrity="', escapeTextForBrowser(integrity));
@@ -2847,7 +2835,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
(props.moduleScriptResources[scriptConfig] = null),
(props = []),
pushLinkImpl(props, integrity),
JSCompiler_object_inline_bootstrapScripts_1728.add(props),
JSCompiler_object_inline_bootstrapScripts_1699.add(props),
bootstrapChunks.push(
'<script type="module" src="',
escapeTextForBrowser(i)
@@ -2862,10 +2850,10 @@ function createRenderState(resumableState, generateStaticMarkup) {
bootstrapChunks.push('" async="">\x3c/script>');
return {
placeholderPrefix: bootstrapScriptContent,
segmentPrefix: JSCompiler_object_inline_segmentPrefix_1711,
segmentPrefix: JSCompiler_object_inline_segmentPrefix_1682,
boundaryPrefix: idPrefix,
startInlineScript: "<script>",
preamble: JSCompiler_object_inline_preamble_1714,
preamble: JSCompiler_object_inline_preamble_1685,
externalRuntimeScript: null,
bootstrapChunks: bootstrapChunks,
importMapChunks: [],
@@ -2881,14 +2869,14 @@ function createRenderState(resumableState, generateStaticMarkup) {
charsetChunks: [],
viewportChunks: [],
hoistableChunks: [],
preconnects: JSCompiler_object_inline_preconnects_1724,
fontPreloads: JSCompiler_object_inline_fontPreloads_1725,
highImagePreloads: JSCompiler_object_inline_highImagePreloads_1726,
styles: JSCompiler_object_inline_styles_1727,
bootstrapScripts: JSCompiler_object_inline_bootstrapScripts_1728,
scripts: JSCompiler_object_inline_scripts_1729,
bulkPreloads: JSCompiler_object_inline_bulkPreloads_1730,
preloads: JSCompiler_object_inline_preloads_1731,
preconnects: JSCompiler_object_inline_preconnects_1695,
fontPreloads: JSCompiler_object_inline_fontPreloads_1696,
highImagePreloads: JSCompiler_object_inline_highImagePreloads_1697,
styles: JSCompiler_object_inline_styles_1698,
bootstrapScripts: JSCompiler_object_inline_bootstrapScripts_1699,
scripts: JSCompiler_object_inline_scripts_1700,
bulkPreloads: JSCompiler_object_inline_bulkPreloads_1701,
preloads: JSCompiler_object_inline_preloads_1702,
stylesToHoist: !1,
generateStaticMarkup: generateStaticMarkup
};
@@ -4263,30 +4251,23 @@ function renderElement(request, task, keyPath, type, props, ref) {
return;
case REACT_ACTIVITY_TYPE:
type = task.blockedSegment;
if (null === type)
"hidden" !== props.mode &&
null === type
? "hidden" !== props.mode &&
((type = task.keyPath),
(task.keyPath = keyPath),
renderNode(request, task, props.children, -1),
(task.keyPath = type));
else {
request.renderState.generateStaticMarkup ||
type.chunks.push("\x3c!--&--\x3e");
type.lastPushedText = !1;
"hidden" !== props.mode &&
((newProps = task.keyPath),
(task.keyPath = keyPath),
renderNode(request, task, props.children, -1),
(task.keyPath = newProps));
if (!request.renderState.generateStaticMarkup) {
request = type.chunks;
if ((task = task.blockedPreamble))
(task = task.contribution),
0 !== task && request.push("\x3c!--", "" + task, "--\x3e");
request.push("\x3c!--/&--\x3e");
}
type.lastPushedText = !1;
}
(task.keyPath = type))
: (request.renderState.generateStaticMarkup ||
type.chunks.push("\x3c!--&--\x3e"),
(type.lastPushedText = !1),
"hidden" !== props.mode &&
((newProps = task.keyPath),
(task.keyPath = keyPath),
renderNode(request, task, props.children, -1),
(task.keyPath = newProps)),
request.renderState.generateStaticMarkup ||
type.chunks.push("\x3c!--/&--\x3e"),
(type.lastPushedText = !1));
return;
case REACT_SUSPENSE_LIST_TYPE:
type = task.keyPath;
@@ -5577,26 +5558,24 @@ function flushSegment(request, destination, segment, hoistableState) {
if (null === boundary)
return flushSubtree(request, destination, segment, hoistableState);
boundary.parentFlushed = !0;
if (4 === boundary.status) {
if (!request.renderState.generateStaticMarkup) {
var errorDigest = boundary.errorDigest;
destination.push("\x3c!--$!--\x3e");
destination.push("<template");
errorDigest &&
(destination.push(' data-dgst="'),
(errorDigest = escapeTextForBrowser(errorDigest)),
destination.push(errorDigest),
destination.push('"'));
destination.push("></template>");
}
flushSubtree(request, destination, segment, hoistableState);
request.renderState.generateStaticMarkup
? (destination = !0)
: ((request = boundary.fallbackPreamble) &&
writePreambleContribution(destination, request),
(destination = destination.push("\x3c!--/$--\x3e")));
return destination;
}
if (4 === boundary.status)
return (
request.renderState.generateStaticMarkup ||
((boundary = boundary.errorDigest),
destination.push("\x3c!--$!--\x3e"),
destination.push("<template"),
boundary &&
(destination.push(' data-dgst="'),
(boundary = escapeTextForBrowser(boundary)),
destination.push(boundary),
destination.push('"')),
destination.push("></template>")),
flushSubtree(request, destination, segment, hoistableState),
(request = request.renderState.generateStaticMarkup
? !0
: destination.push("\x3c!--/$--\x3e")),
request
);
if (1 !== boundary.status)
return (
0 === boundary.status &&
@@ -5639,12 +5618,10 @@ function flushSegment(request, destination, segment, hoistableState) {
segment = boundary.completedSegments;
if (1 !== segment.length) throw Error(formatProdErrorMessage(391));
flushSegment(request, destination, segment[0], hoistableState);
request.renderState.generateStaticMarkup
? (destination = !0)
: ((request = boundary.contentPreamble) &&
writePreambleContribution(destination, request),
(destination = destination.push("\x3c!--/$--\x3e")));
return destination;
request = request.renderState.generateStaticMarkup
? !0
: destination.push("\x3c!--/$--\x3e");
return request;
}
function flushSegmentContainer(request, destination, segment, hoistableState) {
writeStartSegment(
@@ -6135,4 +6112,4 @@ exports.renderToString = function (children, options) {
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
);
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
@@ -743,12 +743,7 @@ __DEV__ &&
return ("" + scriptText).replace(scriptRegex, scriptReplacer);
}
function createPreambleState() {
return {
htmlChunks: null,
headChunks: null,
bodyChunks: null,
contribution: NoContribution
};
return { htmlChunks: null, headChunks: null, bodyChunks: null };
}
function createFormatContext(insertionMode, selectedValue, tagScope) {
return {
@@ -2653,6 +2648,7 @@ __DEV__ &&
var preamble = preambleState || renderState.preamble;
if (preamble.headChunks)
throw Error("The `<head>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--head--\x3e");
preamble.headChunks = [];
var JSCompiler_inline_result$jscomp$9 = pushStartSingletonElement(
preamble.headChunks,
@@ -2671,6 +2667,7 @@ __DEV__ &&
var preamble$jscomp$0 = preambleState || renderState.preamble;
if (preamble$jscomp$0.bodyChunks)
throw Error("The `<body>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--body--\x3e");
preamble$jscomp$0.bodyChunks = [];
var JSCompiler_inline_result$jscomp$10 = pushStartSingletonElement(
preamble$jscomp$0.bodyChunks,
@@ -2689,6 +2686,7 @@ __DEV__ &&
var preamble$jscomp$1 = preambleState || renderState.preamble;
if (preamble$jscomp$1.htmlChunks)
throw Error("The `<html>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--html--\x3e");
preamble$jscomp$1.htmlChunks = [doctypeChunk];
var JSCompiler_inline_result$jscomp$11 = pushStartSingletonElement(
preamble$jscomp$1.htmlChunks,
@@ -2772,16 +2770,13 @@ __DEV__ &&
renderState = renderState.preamble;
null === renderState.htmlChunks &&
preambleState.htmlChunks &&
((renderState.htmlChunks = preambleState.htmlChunks),
(preambleState.contribution |= 1));
(renderState.htmlChunks = preambleState.htmlChunks);
null === renderState.headChunks &&
preambleState.headChunks &&
((renderState.headChunks = preambleState.headChunks),
(preambleState.contribution |= 4));
(renderState.headChunks = preambleState.headChunks);
null === renderState.bodyChunks &&
preambleState.bodyChunks &&
((renderState.bodyChunks = preambleState.bodyChunks),
(preambleState.contribution |= 2));
(renderState.bodyChunks = preambleState.bodyChunks);
}
function writeBootstrap(destination, renderState) {
renderState = renderState.bootstrapChunks;
@@ -2804,13 +2799,6 @@ __DEV__ &&
destination.buffer += renderState;
return writeChunkAndReturn(destination, '"></template>');
}
function writePreambleContribution(destination, preambleState) {
preambleState = preambleState.contribution;
preambleState !== NoContribution &&
((destination.buffer += boundaryPreambleContributionChunkStart),
(destination.buffer += "" + preambleState),
(destination.buffer += boundaryPreambleContributionChunkEnd));
}
function writeStartSegment(destination, renderState, formatContext, id) {
switch (formatContext.insertionMode) {
case 0:
@@ -5280,18 +5268,7 @@ __DEV__ &&
renderNode(request, task, props.children, -1);
task.keyPath = _prevKeyPath3;
}
var target$jscomp$0 = segment$jscomp$0.chunks,
preambleState = task.blockedPreamble;
if (preambleState) {
var contribution = preambleState.contribution;
contribution !== NoContribution &&
target$jscomp$0.push(
boundaryPreambleContributionChunkStart,
"" + contribution,
boundaryPreambleContributionChunkEnd
);
}
target$jscomp$0.push("\x3c!--/&--\x3e");
segment$jscomp$0.chunks.push("\x3c!--/&--\x3e");
segment$jscomp$0.lastPushedText = !1;
}
return;
@@ -6716,8 +6693,8 @@ __DEV__ &&
if (4 === boundary.status) {
var errorDigest = boundary.errorDigest,
errorMessage = boundary.errorMessage,
errorStack = boundary.errorStack,
errorComponentStack = boundary.errorComponentStack;
errorStack = boundary.errorStack;
boundary = boundary.errorComponentStack;
writeChunkAndReturn(destination, "\x3c!--$!--\x3e");
writeChunk(destination, "<template");
errorDigest &&
@@ -6732,20 +6709,15 @@ __DEV__ &&
(writeChunk(destination, ' data-stck="'),
writeChunk(destination, escapeTextForBrowser(errorStack)),
writeChunk(destination, '"'));
errorComponentStack &&
boundary &&
(writeChunk(destination, ' data-cstck="'),
writeChunk(destination, escapeTextForBrowser(errorComponentStack)),
writeChunk(destination, escapeTextForBrowser(boundary)),
writeChunk(destination, '"'));
writeChunkAndReturn(destination, "></template>");
flushSubtree(request, destination, segment, hoistableState);
(request = boundary.fallbackPreamble) &&
writePreambleContribution(destination, request);
return writeChunkAndReturn(destination, "\x3c!--/$--\x3e");
}
if (1 !== boundary.status)
return (
0 === boundary.status &&
(boundary.rootSegmentID = request.nextSegmentId++),
} else if (1 !== boundary.status)
0 === boundary.status &&
(boundary.rootSegmentID = request.nextSegmentId++),
0 < boundary.completedSegments.length &&
request.partialBoundaries.push(boundary),
writeStartPendingSuspenseBoundary(
@@ -6760,34 +6732,32 @@ __DEV__ &&
hoistStylesheetDependency,
hoistableState
)),
flushSubtree(request, destination, segment, hoistableState),
writeChunkAndReturn(destination, "\x3c!--/$--\x3e")
);
if (boundary.byteSize > request.progressiveChunkSize)
return (
(boundary.rootSegmentID = request.nextSegmentId++),
flushSubtree(request, destination, segment, hoistableState);
else if (boundary.byteSize > request.progressiveChunkSize)
(boundary.rootSegmentID = request.nextSegmentId++),
request.completedBoundaries.push(boundary),
writeStartPendingSuspenseBoundary(
destination,
request.renderState,
boundary.rootSegmentID
),
flushSubtree(request, destination, segment, hoistableState),
writeChunkAndReturn(destination, "\x3c!--/$--\x3e")
);
hoistableState &&
((segment = boundary.contentState),
segment.styles.forEach(hoistStyleQueueDependency, hoistableState),
segment.stylesheets.forEach(hoistStylesheetDependency, hoistableState));
writeChunkAndReturn(destination, "\x3c!--$--\x3e");
segment = boundary.completedSegments;
if (1 !== segment.length)
throw Error(
"A previously unvisited boundary must have exactly one root segment. This is a bug in React."
);
flushSegment(request, destination, segment[0], hoistableState);
(request = boundary.contentPreamble) &&
writePreambleContribution(destination, request);
flushSubtree(request, destination, segment, hoistableState);
else {
hoistableState &&
((segment = boundary.contentState),
segment.styles.forEach(hoistStyleQueueDependency, hoistableState),
segment.stylesheets.forEach(
hoistStylesheetDependency,
hoistableState
));
writeChunkAndReturn(destination, "\x3c!--$--\x3e");
segment = boundary.completedSegments;
if (1 !== segment.length)
throw Error(
"A previously unvisited boundary must have exactly one root segment. This is a bug in React."
);
flushSegment(request, destination, segment[0], hoistableState);
}
return writeChunkAndReturn(destination, "\x3c!--/$--\x3e");
}
function flushSegmentContainer(
@@ -8378,8 +8348,7 @@ __DEV__ &&
Object.freeze(PRELOAD_NO_CREDS);
var scriptRegex = /(<\/|<)(s)(cript)/gi;
var didWarnForNewBooleanPropsWithEmptyValue = {};
var NoContribution = 0,
styleNameCache = new Map(),
var styleNameCache = new Map(),
styleAttributeStart = ' style="',
styleAssign = ":",
styleSeparator = ";",
@@ -8411,8 +8380,6 @@ __DEV__ &&
validatedTagCache = new Map(),
doctypeChunk = "<!DOCTYPE html>",
endTagCache = new Map(),
boundaryPreambleContributionChunkStart = "\x3c!--",
boundaryPreambleContributionChunkEnd = "--\x3e",
regexForJSStringsInInstructionScripts = /[<\u2028\u2029]/g,
regexForJSStringsInScripts = /[&><\u2028\u2029]/g,
currentlyRenderingBoundaryHasStylesToHoist = !1,
@@ -308,12 +308,7 @@ function scriptReplacer(match, prefix, s, suffix) {
return "" + prefix + ("s" === s ? "\\u0073" : "\\u0053") + suffix;
}
function createPreambleState() {
return {
htmlChunks: null,
headChunks: null,
bodyChunks: null,
contribution: 0
};
return { htmlChunks: null, headChunks: null, bodyChunks: null };
}
function createFormatContext(insertionMode, selectedValue, tagScope) {
return {
@@ -1764,6 +1759,7 @@ function pushStartInstance(
var preamble = preambleState || renderState.preamble;
if (preamble.headChunks)
throw Error("The `<head>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--head--\x3e");
preamble.headChunks = [];
var JSCompiler_inline_result$jscomp$9 = pushStartSingletonElement(
preamble.headChunks,
@@ -1782,6 +1778,7 @@ function pushStartInstance(
var preamble$jscomp$0 = preambleState || renderState.preamble;
if (preamble$jscomp$0.bodyChunks)
throw Error("The `<body>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--body--\x3e");
preamble$jscomp$0.bodyChunks = [];
var JSCompiler_inline_result$jscomp$10 = pushStartSingletonElement(
preamble$jscomp$0.bodyChunks,
@@ -1800,6 +1797,7 @@ function pushStartInstance(
var preamble$jscomp$1 = preambleState || renderState.preamble;
if (preamble$jscomp$1.htmlChunks)
throw Error("The `<html>` tag may only be rendered once.");
null !== preambleState && target$jscomp$0.push("\x3c!--html--\x3e");
preamble$jscomp$1.htmlChunks = ["<!DOCTYPE html>"];
var JSCompiler_inline_result$jscomp$11 = pushStartSingletonElement(
preamble$jscomp$1.htmlChunks,
@@ -1877,16 +1875,13 @@ function hoistPreambleState(renderState, preambleState) {
renderState = renderState.preamble;
null === renderState.htmlChunks &&
preambleState.htmlChunks &&
((renderState.htmlChunks = preambleState.htmlChunks),
(preambleState.contribution |= 1));
(renderState.htmlChunks = preambleState.htmlChunks);
null === renderState.headChunks &&
preambleState.headChunks &&
((renderState.headChunks = preambleState.headChunks),
(preambleState.contribution |= 4));
(renderState.headChunks = preambleState.headChunks);
null === renderState.bodyChunks &&
preambleState.bodyChunks &&
((renderState.bodyChunks = preambleState.bodyChunks),
(preambleState.contribution |= 2));
(renderState.bodyChunks = preambleState.bodyChunks);
}
function writeBootstrap(destination, renderState) {
renderState = renderState.bootstrapChunks;
@@ -1909,13 +1904,6 @@ function writeStartPendingSuspenseBoundary(destination, renderState, id) {
destination.buffer += renderState;
return writeChunkAndReturn(destination, '"></template>');
}
function writePreambleContribution(destination, preambleState) {
preambleState = preambleState.contribution;
0 !== preambleState &&
((destination.buffer += "\x3c!--"),
(destination.buffer += "" + preambleState),
(destination.buffer += "--\x3e"));
}
function writeStartSegment(destination, renderState, formatContext, id) {
switch (formatContext.insertionMode) {
case 0:
@@ -4106,27 +4094,21 @@ function renderElement(request, task, keyPath, type, props, ref) {
return;
case REACT_ACTIVITY_TYPE:
type = task.blockedSegment;
if (null === type)
"hidden" !== props.mode &&
null === type
? "hidden" !== props.mode &&
((type = task.keyPath),
(task.keyPath = keyPath),
renderNode(request, task, props.children, -1),
(task.keyPath = type));
else {
type.chunks.push("\x3c!--&--\x3e");
type.lastPushedText = !1;
"hidden" !== props.mode &&
((newProps = task.keyPath),
(task.keyPath = keyPath),
renderNode(request, task, props.children, -1),
(task.keyPath = newProps));
request = type.chunks;
if ((task = task.blockedPreamble))
(task = task.contribution),
0 !== task && request.push("\x3c!--", "" + task, "--\x3e");
request.push("\x3c!--/&--\x3e");
type.lastPushedText = !1;
}
(task.keyPath = type))
: (type.chunks.push("\x3c!--&--\x3e"),
(type.lastPushedText = !1),
"hidden" !== props.mode &&
((newProps = task.keyPath),
(task.keyPath = keyPath),
renderNode(request, task, props.children, -1),
(task.keyPath = newProps)),
type.chunks.push("\x3c!--/&--\x3e"),
(type.lastPushedText = !1));
return;
case REACT_SUSPENSE_LIST_TYPE:
type = task.keyPath;
@@ -5258,24 +5240,18 @@ function flushSegment(request, destination, segment, hoistableState) {
if (null === boundary)
return flushSubtree(request, destination, segment, hoistableState);
boundary.parentFlushed = !0;
if (4 === boundary.status) {
var errorDigest = boundary.errorDigest;
writeChunkAndReturn(destination, "\x3c!--$!--\x3e");
writeChunk(destination, "<template");
errorDigest &&
(writeChunk(destination, ' data-dgst="'),
writeChunk(destination, escapeTextForBrowser(errorDigest)),
writeChunk(destination, '"'));
writeChunkAndReturn(destination, "></template>");
flushSubtree(request, destination, segment, hoistableState);
(request = boundary.fallbackPreamble) &&
writePreambleContribution(destination, request);
return writeChunkAndReturn(destination, "\x3c!--/$--\x3e");
}
if (1 !== boundary.status)
return (
0 === boundary.status &&
(boundary.rootSegmentID = request.nextSegmentId++),
if (4 === boundary.status)
(boundary = boundary.errorDigest),
writeChunkAndReturn(destination, "\x3c!--$!--\x3e"),
writeChunk(destination, "<template"),
boundary &&
(writeChunk(destination, ' data-dgst="'),
writeChunk(destination, escapeTextForBrowser(boundary)),
writeChunk(destination, '"')),
writeChunkAndReturn(destination, "></template>"),
flushSubtree(request, destination, segment, hoistableState);
else if (1 !== boundary.status)
0 === boundary.status && (boundary.rootSegmentID = request.nextSegmentId++),
0 < boundary.completedSegments.length &&
request.partialBoundaries.push(boundary),
writeStartPendingSuspenseBoundary(
@@ -5290,34 +5266,29 @@ function flushSegment(request, destination, segment, hoistableState) {
hoistStylesheetDependency,
hoistableState
)),
flushSubtree(request, destination, segment, hoistableState),
writeChunkAndReturn(destination, "\x3c!--/$--\x3e")
);
if (boundary.byteSize > request.progressiveChunkSize)
return (
(boundary.rootSegmentID = request.nextSegmentId++),
flushSubtree(request, destination, segment, hoistableState);
else if (boundary.byteSize > request.progressiveChunkSize)
(boundary.rootSegmentID = request.nextSegmentId++),
request.completedBoundaries.push(boundary),
writeStartPendingSuspenseBoundary(
destination,
request.renderState,
boundary.rootSegmentID
),
flushSubtree(request, destination, segment, hoistableState),
writeChunkAndReturn(destination, "\x3c!--/$--\x3e")
);
hoistableState &&
((segment = boundary.contentState),
segment.styles.forEach(hoistStyleQueueDependency, hoistableState),
segment.stylesheets.forEach(hoistStylesheetDependency, hoistableState));
writeChunkAndReturn(destination, "\x3c!--$--\x3e");
segment = boundary.completedSegments;
if (1 !== segment.length)
throw Error(
"A previously unvisited boundary must have exactly one root segment. This is a bug in React."
);
flushSegment(request, destination, segment[0], hoistableState);
(request = boundary.contentPreamble) &&
writePreambleContribution(destination, request);
flushSubtree(request, destination, segment, hoistableState);
else {
hoistableState &&
((segment = boundary.contentState),
segment.styles.forEach(hoistStyleQueueDependency, hoistableState),
segment.stylesheets.forEach(hoistStylesheetDependency, hoistableState));
writeChunkAndReturn(destination, "\x3c!--$--\x3e");
segment = boundary.completedSegments;
if (1 !== segment.length)
throw Error(
"A previously unvisited boundary must have exactly one root segment. This is a bug in React."
);
flushSegment(request, destination, segment[0], hoistableState);
}
return writeChunkAndReturn(destination, "\x3c!--/$--\x3e");
}
function flushSegmentContainer(request, destination, segment, hoistableState) {
@@ -24437,55 +24437,45 @@ __DEV__ &&
}
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
var node = suspenseInstance,
possiblePreambleContribution = 0,
depth = 0;
do {
var nextNode = node.nextSibling;
parentInstance.removeChild(node);
if (nextNode && nextNode.nodeType === COMMENT_NODE)
if (((node = nextNode.data), node === SUSPENSE_END_DATA)) {
if (
0 < possiblePreambleContribution &&
8 > possiblePreambleContribution
) {
node = possiblePreambleContribution;
var ownerDocument = parentInstance.ownerDocument;
node & PREAMBLE_CONTRIBUTION_HTML &&
releaseSingletonInstance(ownerDocument.documentElement);
node & PREAMBLE_CONTRIBUTION_BODY &&
releaseSingletonInstance(ownerDocument.body);
if (node & PREAMBLE_CONTRIBUTION_HEAD)
for (
node = ownerDocument.head,
releaseSingletonInstance(node),
ownerDocument = node.firstChild;
ownerDocument;
) {
var nextNode$jscomp$0 = ownerDocument.nextSibling,
nodeName = ownerDocument.nodeName;
ownerDocument[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
node.removeChild(ownerDocument);
ownerDocument = nextNode$jscomp$0;
}
}
if (0 === depth) {
parentInstance.removeChild(nextNode);
retryIfBlockedOn(suspenseInstance);
return;
}
depth--;
} else
} else if (
node === SUSPENSE_START_DATA ||
node === SUSPENSE_PENDING_START_DATA ||
node === SUSPENSE_FALLBACK_START_DATA
? depth++
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
else possiblePreambleContribution = 0;
)
depth++;
else if (node === PREAMBLE_CONTRIBUTION_HTML)
releaseSingletonInstance(
parentInstance.ownerDocument.documentElement
);
else if (node === PREAMBLE_CONTRIBUTION_HEAD) {
node = parentInstance.ownerDocument.head;
releaseSingletonInstance(node);
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
nodeName = node$jscomp$0.nodeName;
node$jscomp$0[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
node.removeChild(node$jscomp$0);
node$jscomp$0 = nextNode$jscomp$0;
}
} else
node === PREAMBLE_CONTRIBUTION_BODY &&
releaseSingletonInstance(parentInstance.ownerDocument.body);
node = nextNode;
} while (node);
retryIfBlockedOn(suspenseInstance);
@@ -30309,9 +30299,9 @@ __DEV__ &&
SUSPENSE_END_DATA = "/$",
SUSPENSE_PENDING_START_DATA = "$?",
SUSPENSE_FALLBACK_START_DATA = "$!",
PREAMBLE_CONTRIBUTION_HTML = 1,
PREAMBLE_CONTRIBUTION_BODY = 2,
PREAMBLE_CONTRIBUTION_HEAD = 4,
PREAMBLE_CONTRIBUTION_HTML = "html",
PREAMBLE_CONTRIBUTION_BODY = "body",
PREAMBLE_CONTRIBUTION_HEAD = "head",
FORM_STATE_IS_MATCHING = "F!",
FORM_STATE_IS_NOT_MATCHING = "F",
DOCUMENT_READY_STATE_COMPLETE = "complete",
@@ -30808,11 +30798,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-classic-c44e4a25-20250409" !== isomorphicReactPackageVersion)
if ("19.2.0-www-classic-8a3c5e1a-20250410" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.2.0-www-classic-c44e4a25-20250409\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-classic-8a3c5e1a-20250410\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -30855,10 +30845,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-c44e4a25-20250409",
version: "19.2.0-www-classic-8a3c5e1a-20250410",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-classic-8a3c5e1a-20250410"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31622,5 +31612,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
})();
@@ -24231,55 +24231,45 @@ __DEV__ &&
}
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
var node = suspenseInstance,
possiblePreambleContribution = 0,
depth = 0;
do {
var nextNode = node.nextSibling;
parentInstance.removeChild(node);
if (nextNode && nextNode.nodeType === COMMENT_NODE)
if (((node = nextNode.data), node === SUSPENSE_END_DATA)) {
if (
0 < possiblePreambleContribution &&
8 > possiblePreambleContribution
) {
node = possiblePreambleContribution;
var ownerDocument = parentInstance.ownerDocument;
node & PREAMBLE_CONTRIBUTION_HTML &&
releaseSingletonInstance(ownerDocument.documentElement);
node & PREAMBLE_CONTRIBUTION_BODY &&
releaseSingletonInstance(ownerDocument.body);
if (node & PREAMBLE_CONTRIBUTION_HEAD)
for (
node = ownerDocument.head,
releaseSingletonInstance(node),
ownerDocument = node.firstChild;
ownerDocument;
) {
var nextNode$jscomp$0 = ownerDocument.nextSibling,
nodeName = ownerDocument.nodeName;
ownerDocument[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
node.removeChild(ownerDocument);
ownerDocument = nextNode$jscomp$0;
}
}
if (0 === depth) {
parentInstance.removeChild(nextNode);
retryIfBlockedOn(suspenseInstance);
return;
}
depth--;
} else
} else if (
node === SUSPENSE_START_DATA ||
node === SUSPENSE_PENDING_START_DATA ||
node === SUSPENSE_FALLBACK_START_DATA
? depth++
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
else possiblePreambleContribution = 0;
)
depth++;
else if (node === PREAMBLE_CONTRIBUTION_HTML)
releaseSingletonInstance(
parentInstance.ownerDocument.documentElement
);
else if (node === PREAMBLE_CONTRIBUTION_HEAD) {
node = parentInstance.ownerDocument.head;
releaseSingletonInstance(node);
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
nodeName = node$jscomp$0.nodeName;
node$jscomp$0[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
node.removeChild(node$jscomp$0);
node$jscomp$0 = nextNode$jscomp$0;
}
} else
node === PREAMBLE_CONTRIBUTION_BODY &&
releaseSingletonInstance(parentInstance.ownerDocument.body);
node = nextNode;
} while (node);
retryIfBlockedOn(suspenseInstance);
@@ -30095,9 +30085,9 @@ __DEV__ &&
SUSPENSE_END_DATA = "/$",
SUSPENSE_PENDING_START_DATA = "$?",
SUSPENSE_FALLBACK_START_DATA = "$!",
PREAMBLE_CONTRIBUTION_HTML = 1,
PREAMBLE_CONTRIBUTION_BODY = 2,
PREAMBLE_CONTRIBUTION_HEAD = 4,
PREAMBLE_CONTRIBUTION_HTML = "html",
PREAMBLE_CONTRIBUTION_BODY = "body",
PREAMBLE_CONTRIBUTION_HEAD = "head",
FORM_STATE_IS_MATCHING = "F!",
FORM_STATE_IS_NOT_MATCHING = "F",
DOCUMENT_READY_STATE_COMPLETE = "complete",
@@ -30594,11 +30584,11 @@ __DEV__ &&
return_targetInst = null;
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-www-modern-c44e4a25-20250409" !== isomorphicReactPackageVersion)
if ("19.2.0-www-modern-8a3c5e1a-20250410" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.2.0-www-modern-c44e4a25-20250409\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-www-modern-8a3c5e1a-20250410\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -30641,10 +30631,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-c44e4a25-20250409",
version: "19.2.0-www-modern-8a3c5e1a-20250410",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-modern-8a3c5e1a-20250410"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -31408,5 +31398,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
})();
@@ -15081,20 +15081,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
(nativeEventTarget[internalScrollTimer] = targetInst));
}
for (
var i$jscomp$inline_1776 = 0;
i$jscomp$inline_1776 < simpleEventPluginEvents.length;
i$jscomp$inline_1776++
var i$jscomp$inline_1778 = 0;
i$jscomp$inline_1778 < simpleEventPluginEvents.length;
i$jscomp$inline_1778++
) {
var eventName$jscomp$inline_1777 =
simpleEventPluginEvents[i$jscomp$inline_1776],
domEventName$jscomp$inline_1778 =
eventName$jscomp$inline_1777.toLowerCase(),
capitalizedEvent$jscomp$inline_1779 =
eventName$jscomp$inline_1777[0].toUpperCase() +
eventName$jscomp$inline_1777.slice(1);
var eventName$jscomp$inline_1779 =
simpleEventPluginEvents[i$jscomp$inline_1778],
domEventName$jscomp$inline_1780 =
eventName$jscomp$inline_1779.toLowerCase(),
capitalizedEvent$jscomp$inline_1781 =
eventName$jscomp$inline_1779[0].toUpperCase() +
eventName$jscomp$inline_1779.slice(1);
registerSimpleEvent(
domEventName$jscomp$inline_1778,
"on" + capitalizedEvent$jscomp$inline_1779
domEventName$jscomp$inline_1780,
"on" + capitalizedEvent$jscomp$inline_1781
);
}
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -17087,51 +17087,38 @@ function createEvent(type, bubbles) {
}
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
var node = suspenseInstance,
possiblePreambleContribution = 0,
depth = 0;
do {
var nextNode = node.nextSibling;
parentInstance.removeChild(node);
if (nextNode && 8 === nextNode.nodeType)
if (((node = nextNode.data), "/$" === node)) {
if (
0 < possiblePreambleContribution &&
8 > possiblePreambleContribution
) {
node = possiblePreambleContribution;
var ownerDocument = parentInstance.ownerDocument;
node & 1 && releaseSingletonInstance(ownerDocument.documentElement);
node & 2 && releaseSingletonInstance(ownerDocument.body);
if (node & 4)
for (
node = ownerDocument.head,
releaseSingletonInstance(node),
ownerDocument = node.firstChild;
ownerDocument;
) {
var nextNode$jscomp$0 = ownerDocument.nextSibling,
nodeName = ownerDocument.nodeName;
ownerDocument[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
node.removeChild(ownerDocument);
ownerDocument = nextNode$jscomp$0;
}
}
if (0 === depth) {
parentInstance.removeChild(nextNode);
retryIfBlockedOn(suspenseInstance);
return;
}
depth--;
} else if ("$" === node || "$?" === node || "$!" === node) depth++;
else if ("html" === node)
releaseSingletonInstance(parentInstance.ownerDocument.documentElement);
else if ("head" === node) {
node = parentInstance.ownerDocument.head;
releaseSingletonInstance(node);
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
nodeName = node$jscomp$0.nodeName;
node$jscomp$0[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
node.removeChild(node$jscomp$0);
node$jscomp$0 = nextNode$jscomp$0;
}
} else
"$" === node || "$?" === node || "$!" === node
? depth++
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
else possiblePreambleContribution = 0;
"body" === node &&
releaseSingletonInstance(parentInstance.ownerDocument.body);
node = nextNode;
} while (node);
retryIfBlockedOn(suspenseInstance);
@@ -18160,26 +18147,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
"string" === typeof pendingProps.precedence
) {
type = getStyleKey(pendingProps.href);
var styles$283 = getResourcesFromRoot(
var styles$285 = getResourcesFromRoot(
JSCompiler_inline_result
).hoistableStyles,
resource$284 = styles$283.get(type);
resource$284 ||
resource$286 = styles$285.get(type);
resource$286 ||
((JSCompiler_inline_result =
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
(resource$284 = {
(resource$286 = {
type: "stylesheet",
instance: null,
count: 0,
state: { loading: 0, preload: null }
}),
styles$283.set(type, resource$284),
(styles$283 = JSCompiler_inline_result.querySelector(
styles$285.set(type, resource$286),
(styles$285 = JSCompiler_inline_result.querySelector(
getStylesheetSelectorFromKey(type)
)) &&
!styles$283._p &&
((resource$284.instance = styles$283),
(resource$284.state.loading = 5)),
!styles$285._p &&
((resource$286.instance = styles$285),
(resource$286.state.loading = 5)),
preloadPropsMap.has(type) ||
((pendingProps = {
rel: "preload",
@@ -18192,16 +18179,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
referrerPolicy: pendingProps.referrerPolicy
}),
preloadPropsMap.set(type, pendingProps),
styles$283 ||
styles$285 ||
preloadStylesheet(
JSCompiler_inline_result,
type,
pendingProps,
resource$284.state
resource$286.state
)));
if (currentProps && null === currentResource)
throw Error(formatProdErrorMessage(528, ""));
return resource$284;
return resource$286;
}
if (currentProps && null !== currentResource)
throw Error(formatProdErrorMessage(529, ""));
@@ -18298,37 +18285,37 @@ function acquireResource(hoistableRoot, resource, props) {
return (resource.instance = instance);
case "stylesheet":
styleProps = getStyleKey(props.href);
var instance$289 = hoistableRoot.querySelector(
var instance$291 = hoistableRoot.querySelector(
getStylesheetSelectorFromKey(styleProps)
);
if (instance$289)
if (instance$291)
return (
(resource.state.loading |= 4),
(resource.instance = instance$289),
markNodeAsHoistable(instance$289),
instance$289
(resource.instance = instance$291),
markNodeAsHoistable(instance$291),
instance$291
);
instance = stylesheetPropsFromRawProps(props);
(styleProps = preloadPropsMap.get(styleProps)) &&
adoptPreloadPropsForStylesheet(instance, styleProps);
instance$289 = (
instance$291 = (
hoistableRoot.ownerDocument || hoistableRoot
).createElement("link");
markNodeAsHoistable(instance$289);
var linkInstance = instance$289;
markNodeAsHoistable(instance$291);
var linkInstance = instance$291;
linkInstance._p = new Promise(function (resolve, reject) {
linkInstance.onload = resolve;
linkInstance.onerror = reject;
});
setInitialProperties(instance$289, "link", instance);
setInitialProperties(instance$291, "link", instance);
resource.state.loading |= 4;
insertStylesheet(instance$289, props.precedence, hoistableRoot);
return (resource.instance = instance$289);
insertStylesheet(instance$291, props.precedence, hoistableRoot);
return (resource.instance = instance$291);
case "script":
instance$289 = getScriptKey(props.src);
instance$291 = getScriptKey(props.src);
if (
(styleProps = hoistableRoot.querySelector(
getScriptSelectorFromKey(instance$289)
getScriptSelectorFromKey(instance$291)
))
)
return (
@@ -18337,7 +18324,7 @@ function acquireResource(hoistableRoot, resource, props) {
styleProps
);
instance = props;
if ((styleProps = preloadPropsMap.get(instance$289)))
if ((styleProps = preloadPropsMap.get(instance$291)))
(instance = assign({}, props)),
adoptPreloadPropsForScript(instance, styleProps);
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -19367,16 +19354,16 @@ function getCrossOriginStringAs(as, input) {
if ("string" === typeof input)
return "use-credentials" === input ? input : "";
}
var isomorphicReactPackageVersion$jscomp$inline_2021 = React.version;
var isomorphicReactPackageVersion$jscomp$inline_2023 = React.version;
if (
"19.2.0-www-classic-c44e4a25-20250409" !==
isomorphicReactPackageVersion$jscomp$inline_2021
"19.2.0-www-classic-8a3c5e1a-20250410" !==
isomorphicReactPackageVersion$jscomp$inline_2023
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2021,
"19.2.0-www-classic-c44e4a25-20250409"
isomorphicReactPackageVersion$jscomp$inline_2023,
"19.2.0-www-classic-8a3c5e1a-20250410"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19392,24 +19379,24 @@ Internals.Events = [
return fn(a);
}
];
var internals$jscomp$inline_2610 = {
var internals$jscomp$inline_2612 = {
bundleType: 0,
version: "19.2.0-www-classic-c44e4a25-20250409",
version: "19.2.0-www-classic-8a3c5e1a-20250410",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-classic-8a3c5e1a-20250410"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2611 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
var hook$jscomp$inline_2613 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
if (
!hook$jscomp$inline_2611.isDisabled &&
hook$jscomp$inline_2611.supportsFiber
!hook$jscomp$inline_2613.isDisabled &&
hook$jscomp$inline_2613.supportsFiber
)
try {
(rendererID = hook$jscomp$inline_2611.inject(
internals$jscomp$inline_2610
(rendererID = hook$jscomp$inline_2613.inject(
internals$jscomp$inline_2612
)),
(injectedHook = hook$jscomp$inline_2611);
(injectedHook = hook$jscomp$inline_2613);
} catch (err) {}
}
function ReactDOMRoot(internalRoot) {
@@ -19912,4 +19899,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
@@ -14815,20 +14815,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
(nativeEventTarget[internalScrollTimer] = targetInst));
}
for (
var i$jscomp$inline_1766 = 0;
i$jscomp$inline_1766 < simpleEventPluginEvents.length;
i$jscomp$inline_1766++
var i$jscomp$inline_1768 = 0;
i$jscomp$inline_1768 < simpleEventPluginEvents.length;
i$jscomp$inline_1768++
) {
var eventName$jscomp$inline_1767 =
simpleEventPluginEvents[i$jscomp$inline_1766],
domEventName$jscomp$inline_1768 =
eventName$jscomp$inline_1767.toLowerCase(),
capitalizedEvent$jscomp$inline_1769 =
eventName$jscomp$inline_1767[0].toUpperCase() +
eventName$jscomp$inline_1767.slice(1);
var eventName$jscomp$inline_1769 =
simpleEventPluginEvents[i$jscomp$inline_1768],
domEventName$jscomp$inline_1770 =
eventName$jscomp$inline_1769.toLowerCase(),
capitalizedEvent$jscomp$inline_1771 =
eventName$jscomp$inline_1769[0].toUpperCase() +
eventName$jscomp$inline_1769.slice(1);
registerSimpleEvent(
domEventName$jscomp$inline_1768,
"on" + capitalizedEvent$jscomp$inline_1769
domEventName$jscomp$inline_1770,
"on" + capitalizedEvent$jscomp$inline_1771
);
}
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -16816,51 +16816,38 @@ function createEvent(type, bubbles) {
}
function clearSuspenseBoundary(parentInstance, suspenseInstance) {
var node = suspenseInstance,
possiblePreambleContribution = 0,
depth = 0;
do {
var nextNode = node.nextSibling;
parentInstance.removeChild(node);
if (nextNode && 8 === nextNode.nodeType)
if (((node = nextNode.data), "/$" === node)) {
if (
0 < possiblePreambleContribution &&
8 > possiblePreambleContribution
) {
node = possiblePreambleContribution;
var ownerDocument = parentInstance.ownerDocument;
node & 1 && releaseSingletonInstance(ownerDocument.documentElement);
node & 2 && releaseSingletonInstance(ownerDocument.body);
if (node & 4)
for (
node = ownerDocument.head,
releaseSingletonInstance(node),
ownerDocument = node.firstChild;
ownerDocument;
) {
var nextNode$jscomp$0 = ownerDocument.nextSibling,
nodeName = ownerDocument.nodeName;
ownerDocument[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === ownerDocument.rel.toLowerCase()) ||
node.removeChild(ownerDocument);
ownerDocument = nextNode$jscomp$0;
}
}
if (0 === depth) {
parentInstance.removeChild(nextNode);
retryIfBlockedOn(suspenseInstance);
return;
}
depth--;
} else if ("$" === node || "$?" === node || "$!" === node) depth++;
else if ("html" === node)
releaseSingletonInstance(parentInstance.ownerDocument.documentElement);
else if ("head" === node) {
node = parentInstance.ownerDocument.head;
releaseSingletonInstance(node);
for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
nodeName = node$jscomp$0.nodeName;
node$jscomp$0[internalHoistableMarker] ||
"SCRIPT" === nodeName ||
"STYLE" === nodeName ||
("LINK" === nodeName &&
"stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
node.removeChild(node$jscomp$0);
node$jscomp$0 = nextNode$jscomp$0;
}
} else
"$" === node || "$?" === node || "$!" === node
? depth++
: (possiblePreambleContribution = node.charCodeAt(0) - 48);
else possiblePreambleContribution = 0;
"body" === node &&
releaseSingletonInstance(parentInstance.ownerDocument.body);
node = nextNode;
} while (node);
retryIfBlockedOn(suspenseInstance);
@@ -17889,26 +17876,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
"string" === typeof pendingProps.precedence
) {
type = getStyleKey(pendingProps.href);
var styles$283 = getResourcesFromRoot(
var styles$285 = getResourcesFromRoot(
JSCompiler_inline_result
).hoistableStyles,
resource$284 = styles$283.get(type);
resource$284 ||
resource$286 = styles$285.get(type);
resource$286 ||
((JSCompiler_inline_result =
JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
(resource$284 = {
(resource$286 = {
type: "stylesheet",
instance: null,
count: 0,
state: { loading: 0, preload: null }
}),
styles$283.set(type, resource$284),
(styles$283 = JSCompiler_inline_result.querySelector(
styles$285.set(type, resource$286),
(styles$285 = JSCompiler_inline_result.querySelector(
getStylesheetSelectorFromKey(type)
)) &&
!styles$283._p &&
((resource$284.instance = styles$283),
(resource$284.state.loading = 5)),
!styles$285._p &&
((resource$286.instance = styles$285),
(resource$286.state.loading = 5)),
preloadPropsMap.has(type) ||
((pendingProps = {
rel: "preload",
@@ -17921,16 +17908,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
referrerPolicy: pendingProps.referrerPolicy
}),
preloadPropsMap.set(type, pendingProps),
styles$283 ||
styles$285 ||
preloadStylesheet(
JSCompiler_inline_result,
type,
pendingProps,
resource$284.state
resource$286.state
)));
if (currentProps && null === currentResource)
throw Error(formatProdErrorMessage(528, ""));
return resource$284;
return resource$286;
}
if (currentProps && null !== currentResource)
throw Error(formatProdErrorMessage(529, ""));
@@ -18027,37 +18014,37 @@ function acquireResource(hoistableRoot, resource, props) {
return (resource.instance = instance);
case "stylesheet":
styleProps = getStyleKey(props.href);
var instance$289 = hoistableRoot.querySelector(
var instance$291 = hoistableRoot.querySelector(
getStylesheetSelectorFromKey(styleProps)
);
if (instance$289)
if (instance$291)
return (
(resource.state.loading |= 4),
(resource.instance = instance$289),
markNodeAsHoistable(instance$289),
instance$289
(resource.instance = instance$291),
markNodeAsHoistable(instance$291),
instance$291
);
instance = stylesheetPropsFromRawProps(props);
(styleProps = preloadPropsMap.get(styleProps)) &&
adoptPreloadPropsForStylesheet(instance, styleProps);
instance$289 = (
instance$291 = (
hoistableRoot.ownerDocument || hoistableRoot
).createElement("link");
markNodeAsHoistable(instance$289);
var linkInstance = instance$289;
markNodeAsHoistable(instance$291);
var linkInstance = instance$291;
linkInstance._p = new Promise(function (resolve, reject) {
linkInstance.onload = resolve;
linkInstance.onerror = reject;
});
setInitialProperties(instance$289, "link", instance);
setInitialProperties(instance$291, "link", instance);
resource.state.loading |= 4;
insertStylesheet(instance$289, props.precedence, hoistableRoot);
return (resource.instance = instance$289);
insertStylesheet(instance$291, props.precedence, hoistableRoot);
return (resource.instance = instance$291);
case "script":
instance$289 = getScriptKey(props.src);
instance$291 = getScriptKey(props.src);
if (
(styleProps = hoistableRoot.querySelector(
getScriptSelectorFromKey(instance$289)
getScriptSelectorFromKey(instance$291)
))
)
return (
@@ -18066,7 +18053,7 @@ function acquireResource(hoistableRoot, resource, props) {
styleProps
);
instance = props;
if ((styleProps = preloadPropsMap.get(instance$289)))
if ((styleProps = preloadPropsMap.get(instance$291)))
(instance = assign({}, props)),
adoptPreloadPropsForScript(instance, styleProps);
hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -19096,16 +19083,16 @@ function getCrossOriginStringAs(as, input) {
if ("string" === typeof input)
return "use-credentials" === input ? input : "";
}
var isomorphicReactPackageVersion$jscomp$inline_2011 = React.version;
var isomorphicReactPackageVersion$jscomp$inline_2013 = React.version;
if (
"19.2.0-www-modern-c44e4a25-20250409" !==
isomorphicReactPackageVersion$jscomp$inline_2011
"19.2.0-www-modern-8a3c5e1a-20250410" !==
isomorphicReactPackageVersion$jscomp$inline_2013
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2011,
"19.2.0-www-modern-c44e4a25-20250409"
isomorphicReactPackageVersion$jscomp$inline_2013,
"19.2.0-www-modern-8a3c5e1a-20250410"
)
);
Internals.findDOMNode = function (componentOrElement) {
@@ -19121,24 +19108,24 @@ Internals.Events = [
return fn(a);
}
];
var internals$jscomp$inline_2592 = {
var internals$jscomp$inline_2594 = {
bundleType: 0,
version: "19.2.0-www-modern-c44e4a25-20250409",
version: "19.2.0-www-modern-8a3c5e1a-20250410",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-modern-8a3c5e1a-20250410"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2593 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
var hook$jscomp$inline_2595 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
if (
!hook$jscomp$inline_2593.isDisabled &&
hook$jscomp$inline_2593.supportsFiber
!hook$jscomp$inline_2595.isDisabled &&
hook$jscomp$inline_2595.supportsFiber
)
try {
(rendererID = hook$jscomp$inline_2593.inject(
internals$jscomp$inline_2592
(rendererID = hook$jscomp$inline_2595.inject(
internals$jscomp$inline_2594
)),
(injectedHook = hook$jscomp$inline_2593);
(injectedHook = hook$jscomp$inline_2595);
} catch (err) {}
}
function ReactDOMRoot(internalRoot) {
@@ -19641,4 +19628,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
@@ -21230,7 +21230,7 @@ __DEV__ &&
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-classic-8a3c5e1a-20250410"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -21011,7 +21011,7 @@ __DEV__ &&
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-modern-8a3c5e1a-20250410"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -13827,7 +13827,7 @@ module.exports = function ($$$config) {
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-classic-8a3c5e1a-20250410"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -13544,7 +13544,7 @@ module.exports = function ($$$config) {
version: rendererVersion,
rendererPackageName: rendererPackageName,
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-modern-8a3c5e1a-20250410"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -15114,10 +15114,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-classic-c44e4a25-20250409",
version: "19.2.0-www-classic-8a3c5e1a-20250410",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-classic-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-classic-8a3c5e1a-20250410"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15252,5 +15252,5 @@ __DEV__ &&
exports.unstable_batchedUpdates = function (fn, a) {
return fn(a);
};
exports.version = "19.2.0-www-classic-c44e4a25-20250409";
exports.version = "19.2.0-www-classic-8a3c5e1a-20250410";
})();
@@ -15114,10 +15114,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-www-modern-c44e4a25-20250409",
version: "19.2.0-www-modern-8a3c5e1a-20250410",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-www-modern-c44e4a25-20250409"
reconcilerVersion: "19.2.0-www-modern-8a3c5e1a-20250410"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15252,5 +15252,5 @@ __DEV__ &&
exports.unstable_batchedUpdates = function (fn, a) {
return fn(a);
};
exports.version = "19.2.0-www-modern-c44e4a25-20250409";
exports.version = "19.2.0-www-modern-8a3c5e1a-20250410";
})();
+1 -1
View File
@@ -1 +1 @@
19.2.0-www-classic-c44e4a25-20250409
19.2.0-www-classic-8a3c5e1a-20250410
+1 -1
View File
@@ -1 +1 @@
19.2.0-www-modern-c44e4a25-20250409
19.2.0-www-modern-8a3c5e1a-20250410