react-dom 19.2.0-canary-79d9aed7-20250620 → 19.2.0-canary-06e89951-20250620

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25487,11 +25487,11 @@
25487
25487
  };
25488
25488
  (function () {
25489
25489
  var isomorphicReactPackageVersion = React.version;
25490
- if ("19.2.0-canary-79d9aed7-20250620" !== isomorphicReactPackageVersion)
25490
+ if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
25491
25491
  throw Error(
25492
25492
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25493
25493
  (isomorphicReactPackageVersion +
25494
- "\n - react-dom: 19.2.0-canary-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
25494
+ "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
25495
25495
  );
25496
25496
  })();
25497
25497
  ("function" === typeof Map &&
@@ -25528,10 +25528,10 @@
25528
25528
  !(function () {
25529
25529
  var internals = {
25530
25530
  bundleType: 1,
25531
- version: "19.2.0-canary-79d9aed7-20250620",
25531
+ version: "19.2.0-canary-06e89951-20250620",
25532
25532
  rendererPackageName: "react-dom",
25533
25533
  currentDispatcherRef: ReactSharedInternals,
25534
- reconcilerVersion: "19.2.0-canary-79d9aed7-20250620"
25534
+ reconcilerVersion: "19.2.0-canary-06e89951-20250620"
25535
25535
  };
25536
25536
  internals.overrideHookState = overrideHookState;
25537
25537
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25669,7 +25669,7 @@
25669
25669
  listenToAllSupportedEvents(container);
25670
25670
  return new ReactDOMHydrationRoot(initialChildren);
25671
25671
  };
25672
- exports.version = "19.2.0-canary-79d9aed7-20250620";
25672
+ exports.version = "19.2.0-canary-06e89951-20250620";
25673
25673
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25674
25674
  "function" ===
25675
25675
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15713,14 +15713,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15713
15713
  };
15714
15714
  var isomorphicReactPackageVersion$jscomp$inline_1851 = React.version;
15715
15715
  if (
15716
- "19.2.0-canary-79d9aed7-20250620" !==
15716
+ "19.2.0-canary-06e89951-20250620" !==
15717
15717
  isomorphicReactPackageVersion$jscomp$inline_1851
15718
15718
  )
15719
15719
  throw Error(
15720
15720
  formatProdErrorMessage(
15721
15721
  527,
15722
15722
  isomorphicReactPackageVersion$jscomp$inline_1851,
15723
- "19.2.0-canary-79d9aed7-20250620"
15723
+ "19.2.0-canary-06e89951-20250620"
15724
15724
  )
15725
15725
  );
15726
15726
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15742,10 +15742,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15742
15742
  };
15743
15743
  var internals$jscomp$inline_2344 = {
15744
15744
  bundleType: 0,
15745
- version: "19.2.0-canary-79d9aed7-20250620",
15745
+ version: "19.2.0-canary-06e89951-20250620",
15746
15746
  rendererPackageName: "react-dom",
15747
15747
  currentDispatcherRef: ReactSharedInternals,
15748
- reconcilerVersion: "19.2.0-canary-79d9aed7-20250620"
15748
+ reconcilerVersion: "19.2.0-canary-06e89951-20250620"
15749
15749
  };
15750
15750
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15751
15751
  var hook$jscomp$inline_2345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15843,4 +15843,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15843
15843
  listenToAllSupportedEvents(container);
15844
15844
  return new ReactDOMHydrationRoot(initialChildren);
15845
15845
  };
15846
- exports.version = "19.2.0-canary-79d9aed7-20250620";
15846
+ exports.version = "19.2.0-canary-06e89951-20250620";
@@ -25539,11 +25539,11 @@
25539
25539
  };
25540
25540
  (function () {
25541
25541
  var isomorphicReactPackageVersion = React.version;
25542
- if ("19.2.0-canary-79d9aed7-20250620" !== isomorphicReactPackageVersion)
25542
+ if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
25543
25543
  throw Error(
25544
25544
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25545
25545
  (isomorphicReactPackageVersion +
25546
- "\n - react-dom: 19.2.0-canary-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
25546
+ "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
25547
25547
  );
25548
25548
  })();
25549
25549
  ("function" === typeof Map &&
@@ -25580,10 +25580,10 @@
25580
25580
  !(function () {
25581
25581
  var internals = {
25582
25582
  bundleType: 1,
25583
- version: "19.2.0-canary-79d9aed7-20250620",
25583
+ version: "19.2.0-canary-06e89951-20250620",
25584
25584
  rendererPackageName: "react-dom",
25585
25585
  currentDispatcherRef: ReactSharedInternals,
25586
- reconcilerVersion: "19.2.0-canary-79d9aed7-20250620"
25586
+ reconcilerVersion: "19.2.0-canary-06e89951-20250620"
25587
25587
  };
25588
25588
  internals.overrideHookState = overrideHookState;
25589
25589
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26051,7 +26051,7 @@
26051
26051
  exports.useFormStatus = function () {
26052
26052
  return resolveDispatcher().useHostTransitionStatus();
26053
26053
  };
26054
- exports.version = "19.2.0-canary-79d9aed7-20250620";
26054
+ exports.version = "19.2.0-canary-06e89951-20250620";
26055
26055
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
26056
26056
  "function" ===
26057
26057
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -16414,14 +16414,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16414
16414
  };
16415
16415
  var isomorphicReactPackageVersion$jscomp$inline_1955 = React.version;
16416
16416
  if (
16417
- "19.2.0-canary-79d9aed7-20250620" !==
16417
+ "19.2.0-canary-06e89951-20250620" !==
16418
16418
  isomorphicReactPackageVersion$jscomp$inline_1955
16419
16419
  )
16420
16420
  throw Error(
16421
16421
  formatProdErrorMessage(
16422
16422
  527,
16423
16423
  isomorphicReactPackageVersion$jscomp$inline_1955,
16424
- "19.2.0-canary-79d9aed7-20250620"
16424
+ "19.2.0-canary-06e89951-20250620"
16425
16425
  )
16426
16426
  );
16427
16427
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16443,10 +16443,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16443
16443
  };
16444
16444
  var internals$jscomp$inline_1962 = {
16445
16445
  bundleType: 0,
16446
- version: "19.2.0-canary-79d9aed7-20250620",
16446
+ version: "19.2.0-canary-06e89951-20250620",
16447
16447
  rendererPackageName: "react-dom",
16448
16448
  currentDispatcherRef: ReactSharedInternals,
16449
- reconcilerVersion: "19.2.0-canary-79d9aed7-20250620",
16449
+ reconcilerVersion: "19.2.0-canary-06e89951-20250620",
16450
16450
  getLaneLabelMap: function () {
16451
16451
  for (
16452
16452
  var map = new Map(), lane = 1, index$293 = 0;
@@ -16719,7 +16719,7 @@ exports.useFormState = function (action, initialState, permalink) {
16719
16719
  exports.useFormStatus = function () {
16720
16720
  return ReactSharedInternals.H.useHostTransitionStatus();
16721
16721
  };
16722
- exports.version = "19.2.0-canary-79d9aed7-20250620";
16722
+ exports.version = "19.2.0-canary-06e89951-20250620";
16723
16723
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16724
16724
  "function" ===
16725
16725
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9359,7 +9359,7 @@
9359
9359
  completeSegmentScript2 = '","',
9360
9360
  completeSegmentScriptEnd = '")\x3c/script>',
9361
9361
  completeBoundaryScriptFunctionOnly =
9362
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};',
9362
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};',
9363
9363
  completeBoundaryScript1Partial = '$RC("',
9364
9364
  completeBoundaryWithStylesScript1FullPartial =
9365
9365
  '$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("',
@@ -9668,5 +9668,5 @@
9668
9668
  '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'
9669
9669
  );
9670
9670
  };
9671
- exports.version = "19.2.0-canary-79d9aed7-20250620";
9671
+ exports.version = "19.2.0-canary-06e89951-20250620";
9672
9672
  })();
@@ -5972,7 +5972,7 @@ function flushCompletedBoundary(request, destination, boundary) {
5972
5972
  0 === (completedSegments.instructions & 2) &&
5973
5973
  ((completedSegments.instructions |= 2),
5974
5974
  destination.push(
5975
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
5975
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
5976
5976
  )),
5977
5977
  0 === (completedSegments.instructions & 8)
5978
5978
  ? ((completedSegments.instructions |= 8),
@@ -5983,7 +5983,7 @@ function flushCompletedBoundary(request, destination, boundary) {
5983
5983
  : (0 === (completedSegments.instructions & 2) &&
5984
5984
  ((completedSegments.instructions |= 2),
5985
5985
  destination.push(
5986
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
5986
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
5987
5987
  )),
5988
5988
  destination.push('$RC("'));
5989
5989
  completedSegments = i.toString(16);
@@ -6432,4 +6432,4 @@ exports.renderToString = function (children, options) {
6432
6432
  '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'
6433
6433
  );
6434
6434
  };
6435
- exports.version = "19.2.0-canary-79d9aed7-20250620";
6435
+ exports.version = "19.2.0-canary-06e89951-20250620";
@@ -9359,7 +9359,7 @@
9359
9359
  completeSegmentScript2 = '","',
9360
9360
  completeSegmentScriptEnd = '")\x3c/script>',
9361
9361
  completeBoundaryScriptFunctionOnly =
9362
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};',
9362
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};',
9363
9363
  completeBoundaryScript1Partial = '$RC("',
9364
9364
  completeBoundaryWithStylesScript1FullPartial =
9365
9365
  '$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("',
@@ -9668,5 +9668,5 @@
9668
9668
  '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 "renderToPipeableStream" which supports Suspense on the server'
9669
9669
  );
9670
9670
  };
9671
- exports.version = "19.2.0-canary-79d9aed7-20250620";
9671
+ exports.version = "19.2.0-canary-06e89951-20250620";
9672
9672
  })();
@@ -6050,7 +6050,7 @@ function flushCompletedBoundary(request, destination, boundary) {
6050
6050
  0 === (completedSegments.instructions & 2) &&
6051
6051
  ((completedSegments.instructions |= 2),
6052
6052
  destination.push(
6053
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
6053
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
6054
6054
  )),
6055
6055
  0 === (completedSegments.instructions & 8)
6056
6056
  ? ((completedSegments.instructions |= 8),
@@ -6061,7 +6061,7 @@ function flushCompletedBoundary(request, destination, boundary) {
6061
6061
  : (0 === (completedSegments.instructions & 2) &&
6062
6062
  ((completedSegments.instructions |= 2),
6063
6063
  destination.push(
6064
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
6064
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
6065
6065
  )),
6066
6066
  destination.push('$RC("'));
6067
6067
  completedSegments = i.toString(16);
@@ -6515,4 +6515,4 @@ exports.renderToString = function (children, options) {
6515
6515
  '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 "renderToPipeableStream" which supports Suspense on the server'
6516
6516
  );
6517
6517
  };
6518
- exports.version = "19.2.0-canary-79d9aed7-20250620";
6518
+ exports.version = "19.2.0-canary-06e89951-20250620";
@@ -8417,11 +8417,11 @@
8417
8417
  }
8418
8418
  function ensureCorrectIsomorphicReactVersion() {
8419
8419
  var isomorphicReactPackageVersion = React.version;
8420
- if ("19.2.0-canary-79d9aed7-20250620" !== isomorphicReactPackageVersion)
8420
+ if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
8421
8421
  throw Error(
8422
8422
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8423
8423
  (isomorphicReactPackageVersion +
8424
- "\n - react-dom: 19.2.0-canary-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
8424
+ "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
8425
8425
  );
8426
8426
  }
8427
8427
  var React = require("react"),
@@ -9655,7 +9655,7 @@
9655
9655
  stringToPrecomputedChunk('<template data-rsi="" data-sid="');
9656
9656
  stringToPrecomputedChunk('" data-pid="');
9657
9657
  var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
9658
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
9658
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
9659
9659
  );
9660
9660
  stringToChunk(
9661
9661
  '$RV=function(A,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,B=!0)}var B=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var u=[];for(h=0;h<g.length;h+=2){var C=g[h],x=C.parentNode;if(x){var v=x.getBoundingClientRect();if(v.left||v.top||v.width||v.height){c=C;for(f=0;c;){if(8===c.nodeType){var r=c.data;if("/$"===r)if(0===f)break;else f--;else"$"!==r&&"$?"!==r&&"$~"!==r&&"$!"!==r||f++}else if(1===c.nodeType){d=c;var D=d.getAttribute("vt-name"),y=m.get(D);k(d,y?"vt-share":"vt-exit");y&&(k(y,"vt-share"),m.set(D,null));var E=d.querySelectorAll("[vt-share]");for(d=0;d<E.length;d++){var F=E[d],G=F.getAttribute("vt-name"),\nH=m.get(G);H&&(k(F,"vt-share"),k(H,"vt-share"),m.set(G,null))}}c=c.nextSibling}for(var I=g[h+1],t=I.firstElementChild;t;)null!==m.get(t.getAttribute("vt-name"))&&k(t,"vt-enter"),t=t.nextElementSibling;c=x;do for(var n=c.firstElementChild;n;){var J=n.getAttribute("vt-update");J&&"none"!==J&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));u.push.apply(u,I.querySelectorAll(\'img[src]:not([loading="lazy"])\'))}}}if(B){var z=\ndocument.__reactViewTransition=document.startViewTransition({update:function(){A(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<u.length;b={g:b.g},e++)if(b.g=u[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(w){return function(q){w.g.addEventListener("load",q);w.g.addEventListener("error",q)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(w){var q=\nperformance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});z.finished.finally(function(){document.__reactViewTransition===z&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}A(g)}.bind(null,$RV);'
@@ -10111,5 +10111,5 @@
10111
10111
  startWork(request);
10112
10112
  });
10113
10113
  };
10114
- exports.version = "19.2.0-canary-79d9aed7-20250620";
10114
+ exports.version = "19.2.0-canary-06e89951-20250620";
10115
10115
  })();
@@ -2541,7 +2541,7 @@ var completeSegmentScript1Full = stringToPrecomputedChunk(
2541
2541
  stringToPrecomputedChunk('<template data-rsi="" data-sid="');
2542
2542
  stringToPrecomputedChunk('" data-pid="');
2543
2543
  var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
2544
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
2544
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
2545
2545
  );
2546
2546
  stringToChunk(
2547
2547
  '$RV=function(A,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,B=!0)}var B=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var u=[];for(h=0;h<g.length;h+=2){var C=g[h],x=C.parentNode;if(x){var v=x.getBoundingClientRect();if(v.left||v.top||v.width||v.height){c=C;for(f=0;c;){if(8===c.nodeType){var r=c.data;if("/$"===r)if(0===f)break;else f--;else"$"!==r&&"$?"!==r&&"$~"!==r&&"$!"!==r||f++}else if(1===c.nodeType){d=c;var D=d.getAttribute("vt-name"),y=m.get(D);k(d,y?"vt-share":"vt-exit");y&&(k(y,"vt-share"),m.set(D,null));var E=d.querySelectorAll("[vt-share]");for(d=0;d<E.length;d++){var F=E[d],G=F.getAttribute("vt-name"),\nH=m.get(G);H&&(k(F,"vt-share"),k(H,"vt-share"),m.set(G,null))}}c=c.nextSibling}for(var I=g[h+1],t=I.firstElementChild;t;)null!==m.get(t.getAttribute("vt-name"))&&k(t,"vt-enter"),t=t.nextElementSibling;c=x;do for(var n=c.firstElementChild;n;){var J=n.getAttribute("vt-update");J&&"none"!==J&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));u.push.apply(u,I.querySelectorAll(\'img[src]:not([loading="lazy"])\'))}}}if(B){var z=\ndocument.__reactViewTransition=document.startViewTransition({update:function(){A(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<u.length;b={g:b.g},e++)if(b.g=u[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(w){return function(q){w.g.addEventListener("load",q);w.g.addEventListener("error",q)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(w){var q=\nperformance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});z.finished.finally(function(){document.__reactViewTransition===z&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}A(g)}.bind(null,$RV);'
@@ -6818,12 +6818,12 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6818
6818
  }
6819
6819
  function ensureCorrectIsomorphicReactVersion() {
6820
6820
  var isomorphicReactPackageVersion = React.version;
6821
- if ("19.2.0-canary-79d9aed7-20250620" !== isomorphicReactPackageVersion)
6821
+ if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
6822
6822
  throw Error(
6823
6823
  formatProdErrorMessage(
6824
6824
  527,
6825
6825
  isomorphicReactPackageVersion,
6826
- "19.2.0-canary-79d9aed7-20250620"
6826
+ "19.2.0-canary-06e89951-20250620"
6827
6827
  )
6828
6828
  );
6829
6829
  }
@@ -6970,4 +6970,4 @@ exports.renderToReadableStream = function (children, options) {
6970
6970
  startWork(request);
6971
6971
  });
6972
6972
  };
6973
- exports.version = "19.2.0-canary-79d9aed7-20250620";
6973
+ exports.version = "19.2.0-canary-06e89951-20250620";
@@ -3908,7 +3908,7 @@ var completeSegmentScript1Full =
3908
3908
  completeSegmentScript2 = '","',
3909
3909
  completeSegmentScriptEnd = '")\x3c/script>',
3910
3910
  completeBoundaryScriptFunctionOnly =
3911
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};',
3911
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};',
3912
3912
  completeBoundaryScript1Partial = '$RC("',
3913
3913
  completeBoundaryWithStylesScript1FullPartial =
3914
3914
  '$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("',
@@ -9292,13 +9292,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
9292
9292
  }
9293
9293
  var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
9294
9294
  if (
9295
- "19.2.0-canary-79d9aed7-20250620" !==
9295
+ "19.2.0-canary-06e89951-20250620" !==
9296
9296
  isomorphicReactPackageVersion$jscomp$inline_761
9297
9297
  )
9298
9298
  throw Error(
9299
9299
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9300
9300
  (isomorphicReactPackageVersion$jscomp$inline_761 +
9301
- "\n - react-dom: 19.2.0-canary-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
9301
+ "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
9302
9302
  );
9303
9303
  exports.renderToReadableStream = function (children, options) {
9304
9304
  return new Promise(function (resolve, reject) {
@@ -9391,4 +9391,4 @@ exports.renderToReadableStream = function (children, options) {
9391
9391
  startWork(request$jscomp$0);
9392
9392
  });
9393
9393
  };
9394
- exports.version = "19.2.0-canary-79d9aed7-20250620";
9394
+ exports.version = "19.2.0-canary-06e89951-20250620";
@@ -6063,7 +6063,7 @@ function flushCompletedBoundary(request, destination, boundary) {
6063
6063
  ((completedSegments.instructions |= 2),
6064
6064
  writeChunk(
6065
6065
  destination,
6066
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
6066
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
6067
6067
  )),
6068
6068
  0 === (completedSegments.instructions & 8)
6069
6069
  ? ((completedSegments.instructions |= 8),
@@ -6076,7 +6076,7 @@ function flushCompletedBoundary(request, destination, boundary) {
6076
6076
  ((completedSegments.instructions |= 2),
6077
6077
  writeChunk(
6078
6078
  destination,
6079
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
6079
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
6080
6080
  )),
6081
6081
  writeChunk(destination, '$RC("'));
6082
6082
  completedSegments = i.toString(16);
@@ -6463,13 +6463,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6463
6463
  }
6464
6464
  var isomorphicReactPackageVersion$jscomp$inline_813 = React.version;
6465
6465
  if (
6466
- "19.2.0-canary-79d9aed7-20250620" !==
6466
+ "19.2.0-canary-06e89951-20250620" !==
6467
6467
  isomorphicReactPackageVersion$jscomp$inline_813
6468
6468
  )
6469
6469
  throw Error(
6470
6470
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6471
6471
  (isomorphicReactPackageVersion$jscomp$inline_813 +
6472
- "\n - react-dom: 19.2.0-canary-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
6472
+ "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
6473
6473
  );
6474
6474
  exports.renderToReadableStream = function (children, options) {
6475
6475
  return new Promise(function (resolve, reject) {
@@ -6560,4 +6560,4 @@ exports.renderToReadableStream = function (children, options) {
6560
6560
  startWork(request);
6561
6561
  });
6562
6562
  };
6563
- exports.version = "19.2.0-canary-79d9aed7-20250620";
6563
+ exports.version = "19.2.0-canary-06e89951-20250620";
@@ -8440,11 +8440,11 @@
8440
8440
  }
8441
8441
  function ensureCorrectIsomorphicReactVersion() {
8442
8442
  var isomorphicReactPackageVersion = React.version;
8443
- if ("19.2.0-canary-79d9aed7-20250620" !== isomorphicReactPackageVersion)
8443
+ if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
8444
8444
  throw Error(
8445
8445
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8446
8446
  (isomorphicReactPackageVersion +
8447
- "\n - react-dom: 19.2.0-canary-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
8447
+ "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
8448
8448
  );
8449
8449
  }
8450
8450
  var React = require("react"),
@@ -9672,7 +9672,7 @@
9672
9672
  stringToPrecomputedChunk('<template data-rsi="" data-sid="');
9673
9673
  stringToPrecomputedChunk('" data-pid="');
9674
9674
  var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
9675
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
9675
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
9676
9676
  );
9677
9677
  stringToChunk(
9678
9678
  '$RV=function(A,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,B=!0)}var B=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var u=[];for(h=0;h<g.length;h+=2){var C=g[h],x=C.parentNode;if(x){var v=x.getBoundingClientRect();if(v.left||v.top||v.width||v.height){c=C;for(f=0;c;){if(8===c.nodeType){var r=c.data;if("/$"===r)if(0===f)break;else f--;else"$"!==r&&"$?"!==r&&"$~"!==r&&"$!"!==r||f++}else if(1===c.nodeType){d=c;var D=d.getAttribute("vt-name"),y=m.get(D);k(d,y?"vt-share":"vt-exit");y&&(k(y,"vt-share"),m.set(D,null));var E=d.querySelectorAll("[vt-share]");for(d=0;d<E.length;d++){var F=E[d],G=F.getAttribute("vt-name"),\nH=m.get(G);H&&(k(F,"vt-share"),k(H,"vt-share"),m.set(G,null))}}c=c.nextSibling}for(var I=g[h+1],t=I.firstElementChild;t;)null!==m.get(t.getAttribute("vt-name"))&&k(t,"vt-enter"),t=t.nextElementSibling;c=x;do for(var n=c.firstElementChild;n;){var J=n.getAttribute("vt-update");J&&"none"!==J&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));u.push.apply(u,I.querySelectorAll(\'img[src]:not([loading="lazy"])\'))}}}if(B){var z=\ndocument.__reactViewTransition=document.startViewTransition({update:function(){A(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<u.length;b={g:b.g},e++)if(b.g=u[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(w){return function(q){w.g.addEventListener("load",q);w.g.addEventListener("error",q)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(w){var q=\nperformance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});z.finished.finally(function(){document.__reactViewTransition===z&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}A(g)}.bind(null,$RV);'
@@ -10130,5 +10130,5 @@
10130
10130
  startWork(request);
10131
10131
  });
10132
10132
  };
10133
- exports.version = "19.2.0-canary-79d9aed7-20250620";
10133
+ exports.version = "19.2.0-canary-06e89951-20250620";
10134
10134
  })();
@@ -2548,7 +2548,7 @@ var completeSegmentScript1Full = stringToPrecomputedChunk(
2548
2548
  stringToPrecomputedChunk('<template data-rsi="" data-sid="');
2549
2549
  stringToPrecomputedChunk('" data-pid="');
2550
2550
  var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
2551
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
2551
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
2552
2552
  );
2553
2553
  stringToChunk(
2554
2554
  '$RV=function(A,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,B=!0)}var B=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var u=[];for(h=0;h<g.length;h+=2){var C=g[h],x=C.parentNode;if(x){var v=x.getBoundingClientRect();if(v.left||v.top||v.width||v.height){c=C;for(f=0;c;){if(8===c.nodeType){var r=c.data;if("/$"===r)if(0===f)break;else f--;else"$"!==r&&"$?"!==r&&"$~"!==r&&"$!"!==r||f++}else if(1===c.nodeType){d=c;var D=d.getAttribute("vt-name"),y=m.get(D);k(d,y?"vt-share":"vt-exit");y&&(k(y,"vt-share"),m.set(D,null));var E=d.querySelectorAll("[vt-share]");for(d=0;d<E.length;d++){var F=E[d],G=F.getAttribute("vt-name"),\nH=m.get(G);H&&(k(F,"vt-share"),k(H,"vt-share"),m.set(G,null))}}c=c.nextSibling}for(var I=g[h+1],t=I.firstElementChild;t;)null!==m.get(t.getAttribute("vt-name"))&&k(t,"vt-enter"),t=t.nextElementSibling;c=x;do for(var n=c.firstElementChild;n;){var J=n.getAttribute("vt-update");J&&"none"!==J&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));u.push.apply(u,I.querySelectorAll(\'img[src]:not([loading="lazy"])\'))}}}if(B){var z=\ndocument.__reactViewTransition=document.startViewTransition({update:function(){A(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<u.length;b={g:b.g},e++)if(b.g=u[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(w){return function(q){w.g.addEventListener("load",q);w.g.addEventListener("error",q)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(w){var q=\nperformance.now();setTimeout(w,2300>q&&2E3<q?2300-q:500)})])},types:[]});z.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});z.finished.finally(function(){document.__reactViewTransition===z&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}A(g)}.bind(null,$RV);'
@@ -6916,11 +6916,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6916
6916
  }
6917
6917
  function ensureCorrectIsomorphicReactVersion() {
6918
6918
  var isomorphicReactPackageVersion = React.version;
6919
- if ("19.2.0-canary-79d9aed7-20250620" !== isomorphicReactPackageVersion)
6919
+ if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
6920
6920
  throw Error(
6921
6921
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6922
6922
  (isomorphicReactPackageVersion +
6923
- "\n - react-dom: 19.2.0-canary-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
6923
+ "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
6924
6924
  );
6925
6925
  }
6926
6926
  ensureCorrectIsomorphicReactVersion();
@@ -7066,4 +7066,4 @@ exports.renderToReadableStream = function (children, options) {
7066
7066
  startWork(request);
7067
7067
  });
7068
7068
  };
7069
- exports.version = "19.2.0-canary-79d9aed7-20250620";
7069
+ exports.version = "19.2.0-canary-06e89951-20250620";
@@ -8315,11 +8315,11 @@
8315
8315
  }
8316
8316
  function ensureCorrectIsomorphicReactVersion() {
8317
8317
  var isomorphicReactPackageVersion = React.version;
8318
- if ("19.2.0-canary-79d9aed7-20250620" !== isomorphicReactPackageVersion)
8318
+ if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
8319
8319
  throw Error(
8320
8320
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8321
8321
  (isomorphicReactPackageVersion +
8322
- "\n - react-dom: 19.2.0-canary-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
8322
+ "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
8323
8323
  );
8324
8324
  }
8325
8325
  function createDrainHandler(destination, request) {
@@ -9632,7 +9632,7 @@
9632
9632
  stringToPrecomputedChunk('<template data-rsi="" data-sid="');
9633
9633
  stringToPrecomputedChunk('" data-pid="');
9634
9634
  var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
9635
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
9635
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
9636
9636
  ),
9637
9637
  completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
9638
9638
  completeBoundaryWithStylesScript1FullPartial = stringToPrecomputedChunk(
@@ -10190,5 +10190,5 @@
10190
10190
  startWork(request);
10191
10191
  });
10192
10192
  };
10193
- exports.version = "19.2.0-canary-79d9aed7-20250620";
10193
+ exports.version = "19.2.0-canary-06e89951-20250620";
10194
10194
  })();
@@ -2466,7 +2466,7 @@ var completeSegmentScript1Full = stringToPrecomputedChunk(
2466
2466
  stringToPrecomputedChunk('<template data-rsi="" data-sid="');
2467
2467
  stringToPrecomputedChunk('" data-pid="');
2468
2468
  var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
2469
- '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
2469
+ '$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],e=b[a+1];null!==e.parentNode&&e.parentNode.removeChild(e);var f=c.parentNode;if(f){var g=c.previousSibling,h=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===h)break;else h--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||h++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;e.firstChild;)f.insertBefore(e.firstChild,c);g.data="$";g._reactRetry&&g._reactRetry()}}b.length=0};\n$RC=function(b,a){if(a=document.getElementById(a))(b=document.getElementById(b))?(b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))):a.parentNode.removeChild(a)};'
2470
2470
  ),
2471
2471
  completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
2472
2472
  completeBoundaryWithStylesScript1FullPartial = stringToPrecomputedChunk(
@@ -6808,11 +6808,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6808
6808
  }
6809
6809
  function ensureCorrectIsomorphicReactVersion() {
6810
6810
  var isomorphicReactPackageVersion = React.version;
6811
- if ("19.2.0-canary-79d9aed7-20250620" !== isomorphicReactPackageVersion)
6811
+ if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
6812
6812
  throw Error(
6813
6813
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6814
6814
  (isomorphicReactPackageVersion +
6815
- "\n - react-dom: 19.2.0-canary-79d9aed7-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
6815
+ "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
6816
6816
  );
6817
6817
  }
6818
6818
  ensureCorrectIsomorphicReactVersion();
@@ -7150,4 +7150,4 @@ exports.renderToReadableStream = function (children, options) {
7150
7150
  startWork(request);
7151
7151
  });
7152
7152
  };
7153
- exports.version = "19.2.0-canary-79d9aed7-20250620";
7153
+ exports.version = "19.2.0-canary-06e89951-20250620";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.2.0-canary-79d9aed7-20250620";
419
+ exports.version = "19.2.0-canary-06e89951-20250620";
420
420
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
421
421
  "function" ===
422
422
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -207,4 +207,4 @@ exports.useFormState = function (action, initialState, permalink) {
207
207
  exports.useFormStatus = function () {
208
208
  return ReactSharedInternals.H.useHostTransitionStatus();
209
209
  };
210
- exports.version = "19.2.0-canary-79d9aed7-20250620";
210
+ exports.version = "19.2.0-canary-06e89951-20250620";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-79d9aed7-20250620";
339
+ exports.version = "19.2.0-canary-06e89951-20250620";
340
340
  })();
@@ -149,4 +149,4 @@ exports.preloadModule = function (href, options) {
149
149
  });
150
150
  } else Internals.d.m(href);
151
151
  };
152
- exports.version = "19.2.0-canary-79d9aed7-20250620";
152
+ exports.version = "19.2.0-canary-06e89951-20250620";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-79d9aed7-20250620",
3
+ "version": "19.2.0-canary-06e89951-20250620",
4
4
  "description": "React package for working with the DOM.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "homepage": "https://react.dev/",
19
19
  "dependencies": {
20
- "scheduler": "0.27.0-canary-79d9aed7-20250620"
20
+ "scheduler": "0.27.0-canary-06e89951-20250620"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-79d9aed7-20250620"
23
+ "react": "19.2.0-canary-06e89951-20250620"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",