react-dom 19.2.0-canary-c44e4a25-20250409 → 19.2.0-canary-39cad7af-20250411

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.
@@ -2098,19 +2098,19 @@ function getTargetInstForChangeEvent(domEventName, targetInst) {
2098
2098
  }
2099
2099
  var isInputEventSupported = !1;
2100
2100
  if (canUseDOM) {
2101
- var JSCompiler_inline_result$jscomp$300;
2101
+ var JSCompiler_inline_result$jscomp$302;
2102
2102
  if (canUseDOM) {
2103
- var isSupported$jscomp$inline_438 = "oninput" in document;
2104
- if (!isSupported$jscomp$inline_438) {
2105
- var element$jscomp$inline_439 = document.createElement("div");
2106
- element$jscomp$inline_439.setAttribute("oninput", "return;");
2107
- isSupported$jscomp$inline_438 =
2108
- "function" === typeof element$jscomp$inline_439.oninput;
2103
+ var isSupported$jscomp$inline_441 = "oninput" in document;
2104
+ if (!isSupported$jscomp$inline_441) {
2105
+ var element$jscomp$inline_442 = document.createElement("div");
2106
+ element$jscomp$inline_442.setAttribute("oninput", "return;");
2107
+ isSupported$jscomp$inline_441 =
2108
+ "function" === typeof element$jscomp$inline_442.oninput;
2109
2109
  }
2110
- JSCompiler_inline_result$jscomp$300 = isSupported$jscomp$inline_438;
2111
- } else JSCompiler_inline_result$jscomp$300 = !1;
2110
+ JSCompiler_inline_result$jscomp$302 = isSupported$jscomp$inline_441;
2111
+ } else JSCompiler_inline_result$jscomp$302 = !1;
2112
2112
  isInputEventSupported =
2113
- JSCompiler_inline_result$jscomp$300 &&
2113
+ JSCompiler_inline_result$jscomp$302 &&
2114
2114
  (!document.documentMode || 9 < document.documentMode);
2115
2115
  }
2116
2116
  function stopWatchingForValueChange() {
@@ -6787,108 +6787,77 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
6787
6787
  showFallback
6788
6788
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
6789
6789
  : reuseSuspenseHandlerOnStack(workInProgress);
6790
- if (isHydrating) {
6791
- var nextInstance = nextHydratableInstance,
6792
- JSCompiler_temp$jscomp$0;
6793
- if ((JSCompiler_temp$jscomp$0 = nextInstance)) {
6794
- c: {
6795
- JSCompiler_temp$jscomp$0 = nextInstance;
6796
- for (
6797
- nextInstance = rootOrSingletonContext;
6798
- 8 !== JSCompiler_temp$jscomp$0.nodeType;
6799
-
6800
- ) {
6801
- if (!nextInstance) {
6802
- nextInstance = null;
6803
- break c;
6804
- }
6805
- JSCompiler_temp$jscomp$0 = getNextHydratable(
6806
- JSCompiler_temp$jscomp$0.nextSibling
6807
- );
6808
- if (null === JSCompiler_temp$jscomp$0) {
6809
- nextInstance = null;
6810
- break c;
6811
- }
6790
+ if ((current = nextHydratableInstance)) {
6791
+ a: {
6792
+ renderLanes = current;
6793
+ for (current = rootOrSingletonContext; 8 !== renderLanes.nodeType; ) {
6794
+ if (!current) {
6795
+ current = null;
6796
+ break a;
6797
+ }
6798
+ renderLanes = getNextHydratable(renderLanes.nextSibling);
6799
+ if (null === renderLanes) {
6800
+ current = null;
6801
+ break a;
6812
6802
  }
6813
- nextInstance = JSCompiler_temp$jscomp$0;
6814
6803
  }
6815
- null !== nextInstance
6816
- ? ((workInProgress.memoizedState = {
6817
- dehydrated: nextInstance,
6818
- treeContext:
6819
- null !== treeContextProvider
6820
- ? { id: treeContextId, overflow: treeContextOverflow }
6821
- : null,
6822
- retryLane: 536870912,
6823
- hydrationErrors: null
6824
- }),
6825
- (JSCompiler_temp$jscomp$0 = createFiberImplClass(
6826
- 18,
6827
- null,
6828
- null,
6829
- 0
6830
- )),
6831
- (JSCompiler_temp$jscomp$0.stateNode = nextInstance),
6832
- (JSCompiler_temp$jscomp$0.return = workInProgress),
6833
- (workInProgress.child = JSCompiler_temp$jscomp$0),
6834
- (hydrationParentFiber = workInProgress),
6835
- (nextHydratableInstance = null),
6836
- (JSCompiler_temp$jscomp$0 = !0))
6837
- : (JSCompiler_temp$jscomp$0 = !1);
6804
+ current = renderLanes;
6838
6805
  }
6839
- JSCompiler_temp$jscomp$0 || throwOnHydrationMismatch(workInProgress);
6840
- }
6841
- nextInstance = workInProgress.memoizedState;
6842
- if (
6843
- null !== nextInstance &&
6844
- ((nextInstance = nextInstance.dehydrated), null !== nextInstance)
6845
- )
6846
- return (
6847
- isSuspenseInstanceFallback(nextInstance)
6848
- ? (workInProgress.lanes = 32)
6849
- : (workInProgress.lanes = 536870912),
6850
- null
6851
- );
6852
- popSuspenseHandler(workInProgress);
6806
+ null !== current &&
6807
+ ((workInProgress.memoizedState = {
6808
+ dehydrated: current,
6809
+ treeContext:
6810
+ null !== treeContextProvider
6811
+ ? { id: treeContextId, overflow: treeContextOverflow }
6812
+ : null,
6813
+ retryLane: 536870912,
6814
+ hydrationErrors: null
6815
+ }),
6816
+ (renderLanes = createFiberImplClass(18, null, null, 0)),
6817
+ (renderLanes.stateNode = current),
6818
+ (renderLanes.return = workInProgress),
6819
+ (workInProgress.child = renderLanes),
6820
+ (hydrationParentFiber = workInProgress),
6821
+ (nextHydratableInstance = null));
6822
+ } else current = null;
6823
+ if (null === current) throw throwOnHydrationMismatch(workInProgress);
6824
+ isSuspenseInstanceFallback(current)
6825
+ ? (workInProgress.lanes = 32)
6826
+ : (workInProgress.lanes = 536870912);
6827
+ return null;
6853
6828
  }
6854
- nextInstance = nextProps.children;
6829
+ var nextPrimaryChildren = nextProps.children;
6855
6830
  nextProps = nextProps.fallback;
6856
- if (showFallback)
6857
- return (
6858
- reuseSuspenseHandlerOnStack(workInProgress),
6859
- (showFallback = workInProgress.mode),
6860
- (nextInstance = mountWorkInProgressOffscreenFiber(
6861
- { mode: "hidden", children: nextInstance },
6862
- showFallback
6863
- )),
6864
- (nextProps = createFiberFromFragment(
6865
- nextProps,
6866
- showFallback,
6867
- renderLanes,
6868
- null
6869
- )),
6870
- (nextInstance.return = workInProgress),
6871
- (nextProps.return = workInProgress),
6872
- (nextInstance.sibling = nextProps),
6873
- (workInProgress.child = nextInstance),
6874
- (showFallback = workInProgress.child),
6875
- (showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
6876
- (showFallback.childLanes = getRemainingWorkInPrimaryTree(
6877
- current,
6878
- JSCompiler_temp,
6879
- renderLanes
6880
- )),
6881
- (workInProgress.memoizedState = SUSPENDED_MARKER),
6882
- nextProps
6831
+ if (showFallback) {
6832
+ reuseSuspenseHandlerOnStack(workInProgress);
6833
+ var mode = workInProgress.mode;
6834
+ nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
6835
+ { mode: "hidden", children: nextPrimaryChildren },
6836
+ mode
6883
6837
  );
6838
+ nextProps = createFiberFromFragment(nextProps, mode, renderLanes, null);
6839
+ nextPrimaryChildren.return = workInProgress;
6840
+ nextProps.return = workInProgress;
6841
+ nextPrimaryChildren.sibling = nextProps;
6842
+ workInProgress.child = nextPrimaryChildren;
6843
+ nextPrimaryChildren = workInProgress.child;
6844
+ nextPrimaryChildren.memoizedState =
6845
+ mountSuspenseOffscreenState(renderLanes);
6846
+ nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
6847
+ current,
6848
+ JSCompiler_temp,
6849
+ renderLanes
6850
+ );
6851
+ workInProgress.memoizedState = SUSPENDED_MARKER;
6852
+ return nextProps;
6853
+ }
6884
6854
  pushPrimaryTreeSuspenseHandler(workInProgress);
6885
- return mountSuspensePrimaryChildren(workInProgress, nextInstance);
6855
+ return mountSuspensePrimaryChildren(workInProgress, nextPrimaryChildren);
6886
6856
  }
6887
- JSCompiler_temp$jscomp$0 = current.memoizedState;
6857
+ mode = current.memoizedState;
6888
6858
  if (
6889
- null !== JSCompiler_temp$jscomp$0 &&
6890
- ((nextInstance = JSCompiler_temp$jscomp$0.dehydrated),
6891
- null !== nextInstance)
6859
+ null !== mode &&
6860
+ ((nextPrimaryChildren = mode.dehydrated), null !== nextPrimaryChildren)
6892
6861
  ) {
6893
6862
  if (didSuspend)
6894
6863
  workInProgress.flags & 256
@@ -6905,22 +6874,22 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
6905
6874
  (workInProgress.flags |= 128),
6906
6875
  (workInProgress = null))
6907
6876
  : (reuseSuspenseHandlerOnStack(workInProgress),
6908
- (showFallback = nextProps.fallback),
6909
- (nextInstance = workInProgress.mode),
6877
+ (nextPrimaryChildren = nextProps.fallback),
6878
+ (mode = workInProgress.mode),
6910
6879
  (nextProps = mountWorkInProgressOffscreenFiber(
6911
6880
  { mode: "visible", children: nextProps.children },
6912
- nextInstance
6881
+ mode
6913
6882
  )),
6914
- (showFallback = createFiberFromFragment(
6915
- showFallback,
6916
- nextInstance,
6883
+ (nextPrimaryChildren = createFiberFromFragment(
6884
+ nextPrimaryChildren,
6885
+ mode,
6917
6886
  renderLanes,
6918
6887
  null
6919
6888
  )),
6920
- (showFallback.flags |= 2),
6889
+ (nextPrimaryChildren.flags |= 2),
6921
6890
  (nextProps.return = workInProgress),
6922
- (showFallback.return = workInProgress),
6923
- (nextProps.sibling = showFallback),
6891
+ (nextPrimaryChildren.return = workInProgress),
6892
+ (nextProps.sibling = nextPrimaryChildren),
6924
6893
  (workInProgress.child = nextProps),
6925
6894
  reconcileChildFibers(
6926
6895
  workInProgress,
@@ -6937,13 +6906,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
6937
6906
  renderLanes
6938
6907
  )),
6939
6908
  (workInProgress.memoizedState = SUSPENDED_MARKER),
6940
- (workInProgress = showFallback));
6909
+ (workInProgress = nextPrimaryChildren));
6941
6910
  else if (
6942
6911
  (pushPrimaryTreeSuspenseHandler(workInProgress),
6943
- isSuspenseInstanceFallback(nextInstance))
6912
+ isSuspenseInstanceFallback(nextPrimaryChildren))
6944
6913
  ) {
6945
6914
  JSCompiler_temp =
6946
- nextInstance.nextSibling && nextInstance.nextSibling.dataset;
6915
+ nextPrimaryChildren.nextSibling &&
6916
+ nextPrimaryChildren.nextSibling.dataset;
6947
6917
  if (JSCompiler_temp) var digest = JSCompiler_temp.dgst;
6948
6918
  JSCompiler_temp = digest;
6949
6919
  nextProps = Error(formatProdErrorMessage(419));
@@ -6973,28 +6943,28 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
6973
6943
  0 !== (nextProps & (JSCompiler_temp.suspendedLanes | renderLanes))
6974
6944
  ? 0
6975
6945
  : nextProps),
6976
- 0 !== nextProps && nextProps !== JSCompiler_temp$jscomp$0.retryLane)
6946
+ 0 !== nextProps && nextProps !== mode.retryLane)
6977
6947
  )
6978
6948
  throw (
6979
- ((JSCompiler_temp$jscomp$0.retryLane = nextProps),
6949
+ ((mode.retryLane = nextProps),
6980
6950
  enqueueConcurrentRenderForLane(current, nextProps),
6981
6951
  scheduleUpdateOnFiber(JSCompiler_temp, current, nextProps),
6982
6952
  SelectiveHydrationException)
6983
6953
  );
6984
- "$?" === nextInstance.data || renderDidSuspendDelayIfPossible();
6954
+ "$?" === nextPrimaryChildren.data || renderDidSuspendDelayIfPossible();
6985
6955
  workInProgress = retrySuspenseComponentWithoutHydrating(
6986
6956
  current,
6987
6957
  workInProgress,
6988
6958
  renderLanes
6989
6959
  );
6990
6960
  } else
6991
- "$?" === nextInstance.data
6961
+ "$?" === nextPrimaryChildren.data
6992
6962
  ? ((workInProgress.flags |= 192),
6993
6963
  (workInProgress.child = current.child),
6994
6964
  (workInProgress = null))
6995
- : ((current = JSCompiler_temp$jscomp$0.treeContext),
6965
+ : ((current = mode.treeContext),
6996
6966
  (nextHydratableInstance = getNextHydratable(
6997
- nextInstance.nextSibling
6967
+ nextPrimaryChildren.nextSibling
6998
6968
  )),
6999
6969
  (hydrationParentFiber = workInProgress),
7000
6970
  (isHydrating = !0),
@@ -7017,48 +6987,50 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
7017
6987
  if (showFallback)
7018
6988
  return (
7019
6989
  reuseSuspenseHandlerOnStack(workInProgress),
7020
- (showFallback = nextProps.fallback),
7021
- (nextInstance = workInProgress.mode),
7022
- (JSCompiler_temp$jscomp$0 = current.child),
7023
- (digest = JSCompiler_temp$jscomp$0.sibling),
7024
- (nextProps = createWorkInProgress(JSCompiler_temp$jscomp$0, {
6990
+ (nextPrimaryChildren = nextProps.fallback),
6991
+ (mode = workInProgress.mode),
6992
+ (showFallback = current.child),
6993
+ (digest = showFallback.sibling),
6994
+ (nextProps = createWorkInProgress(showFallback, {
7025
6995
  mode: "hidden",
7026
6996
  children: nextProps.children
7027
6997
  })),
7028
- (nextProps.subtreeFlags =
7029
- JSCompiler_temp$jscomp$0.subtreeFlags & 65011712),
6998
+ (nextProps.subtreeFlags = showFallback.subtreeFlags & 65011712),
7030
6999
  null !== digest
7031
- ? (showFallback = createWorkInProgress(digest, showFallback))
7032
- : ((showFallback = createFiberFromFragment(
7033
- showFallback,
7034
- nextInstance,
7000
+ ? (nextPrimaryChildren = createWorkInProgress(
7001
+ digest,
7002
+ nextPrimaryChildren
7003
+ ))
7004
+ : ((nextPrimaryChildren = createFiberFromFragment(
7005
+ nextPrimaryChildren,
7006
+ mode,
7035
7007
  renderLanes,
7036
7008
  null
7037
7009
  )),
7038
- (showFallback.flags |= 2)),
7039
- (showFallback.return = workInProgress),
7010
+ (nextPrimaryChildren.flags |= 2)),
7011
+ (nextPrimaryChildren.return = workInProgress),
7040
7012
  (nextProps.return = workInProgress),
7041
- (nextProps.sibling = showFallback),
7013
+ (nextProps.sibling = nextPrimaryChildren),
7042
7014
  (workInProgress.child = nextProps),
7043
- (nextProps = showFallback),
7044
- (showFallback = workInProgress.child),
7045
- (nextInstance = current.child.memoizedState),
7046
- null === nextInstance
7047
- ? (nextInstance = mountSuspenseOffscreenState(renderLanes))
7048
- : ((JSCompiler_temp$jscomp$0 = nextInstance.cachePool),
7049
- null !== JSCompiler_temp$jscomp$0
7015
+ (nextProps = nextPrimaryChildren),
7016
+ (nextPrimaryChildren = workInProgress.child),
7017
+ (mode = current.child.memoizedState),
7018
+ null === mode
7019
+ ? (mode = mountSuspenseOffscreenState(renderLanes))
7020
+ : ((showFallback = mode.cachePool),
7021
+ null !== showFallback
7050
7022
  ? ((digest = CacheContext._currentValue),
7051
- (JSCompiler_temp$jscomp$0 =
7052
- JSCompiler_temp$jscomp$0.parent !== digest
7023
+ (showFallback =
7024
+ showFallback.parent !== digest
7053
7025
  ? { parent: digest, pool: digest }
7054
- : JSCompiler_temp$jscomp$0))
7055
- : (JSCompiler_temp$jscomp$0 = getSuspendedCache()),
7056
- (nextInstance = {
7057
- baseLanes: nextInstance.baseLanes | renderLanes,
7058
- cachePool: JSCompiler_temp$jscomp$0
7026
+ : showFallback))
7027
+ : (showFallback = getSuspendedCache()),
7028
+ (mode = {
7029
+ baseLanes: mode.baseLanes | renderLanes,
7030
+ cachePool: showFallback
7059
7031
  })),
7060
- (showFallback.memoizedState = nextInstance),
7061
- (showFallback.childLanes = getRemainingWorkInPrimaryTree(
7032
+ (nextPrimaryChildren.memoizedState = mode),
7033
+ (nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
7062
7034
  current,
7063
7035
  JSCompiler_temp,
7064
7036
  renderLanes
@@ -12503,20 +12475,20 @@ function extractEvents$1(
12503
12475
  }
12504
12476
  }
12505
12477
  for (
12506
- var i$jscomp$inline_1623 = 0;
12507
- i$jscomp$inline_1623 < simpleEventPluginEvents.length;
12508
- i$jscomp$inline_1623++
12478
+ var i$jscomp$inline_1627 = 0;
12479
+ i$jscomp$inline_1627 < simpleEventPluginEvents.length;
12480
+ i$jscomp$inline_1627++
12509
12481
  ) {
12510
- var eventName$jscomp$inline_1624 =
12511
- simpleEventPluginEvents[i$jscomp$inline_1623],
12512
- domEventName$jscomp$inline_1625 =
12513
- eventName$jscomp$inline_1624.toLowerCase(),
12514
- capitalizedEvent$jscomp$inline_1626 =
12515
- eventName$jscomp$inline_1624[0].toUpperCase() +
12516
- eventName$jscomp$inline_1624.slice(1);
12482
+ var eventName$jscomp$inline_1628 =
12483
+ simpleEventPluginEvents[i$jscomp$inline_1627],
12484
+ domEventName$jscomp$inline_1629 =
12485
+ eventName$jscomp$inline_1628.toLowerCase(),
12486
+ capitalizedEvent$jscomp$inline_1630 =
12487
+ eventName$jscomp$inline_1628[0].toUpperCase() +
12488
+ eventName$jscomp$inline_1628.slice(1);
12517
12489
  registerSimpleEvent(
12518
- domEventName$jscomp$inline_1625,
12519
- "on" + capitalizedEvent$jscomp$inline_1626
12490
+ domEventName$jscomp$inline_1629,
12491
+ "on" + capitalizedEvent$jscomp$inline_1630
12520
12492
  );
12521
12493
  }
12522
12494
  registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -14287,51 +14259,38 @@ function isSingletonScope(type) {
14287
14259
  }
14288
14260
  function clearSuspenseBoundary(parentInstance, suspenseInstance) {
14289
14261
  var node = suspenseInstance,
14290
- possiblePreambleContribution = 0,
14291
14262
  depth = 0;
14292
14263
  do {
14293
14264
  var nextNode = node.nextSibling;
14294
14265
  parentInstance.removeChild(node);
14295
14266
  if (nextNode && 8 === nextNode.nodeType)
14296
14267
  if (((node = nextNode.data), "/$" === node)) {
14297
- if (
14298
- 0 < possiblePreambleContribution &&
14299
- 8 > possiblePreambleContribution
14300
- ) {
14301
- node = possiblePreambleContribution;
14302
- var ownerDocument = parentInstance.ownerDocument;
14303
- node & 1 && releaseSingletonInstance(ownerDocument.documentElement);
14304
- node & 2 && releaseSingletonInstance(ownerDocument.body);
14305
- if (node & 4)
14306
- for (
14307
- node = ownerDocument.head,
14308
- releaseSingletonInstance(node),
14309
- ownerDocument = node.firstChild;
14310
- ownerDocument;
14311
-
14312
- ) {
14313
- var nextNode$jscomp$0 = ownerDocument.nextSibling,
14314
- nodeName = ownerDocument.nodeName;
14315
- ownerDocument[internalHoistableMarker] ||
14316
- "SCRIPT" === nodeName ||
14317
- "STYLE" === nodeName ||
14318
- ("LINK" === nodeName &&
14319
- "stylesheet" === ownerDocument.rel.toLowerCase()) ||
14320
- node.removeChild(ownerDocument);
14321
- ownerDocument = nextNode$jscomp$0;
14322
- }
14323
- }
14324
14268
  if (0 === depth) {
14325
14269
  parentInstance.removeChild(nextNode);
14326
14270
  retryIfBlockedOn(suspenseInstance);
14327
14271
  return;
14328
14272
  }
14329
14273
  depth--;
14274
+ } else if ("$" === node || "$?" === node || "$!" === node) depth++;
14275
+ else if ("html" === node)
14276
+ releaseSingletonInstance(parentInstance.ownerDocument.documentElement);
14277
+ else if ("head" === node) {
14278
+ node = parentInstance.ownerDocument.head;
14279
+ releaseSingletonInstance(node);
14280
+ for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
14281
+ var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
14282
+ nodeName = node$jscomp$0.nodeName;
14283
+ node$jscomp$0[internalHoistableMarker] ||
14284
+ "SCRIPT" === nodeName ||
14285
+ "STYLE" === nodeName ||
14286
+ ("LINK" === nodeName &&
14287
+ "stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
14288
+ node.removeChild(node$jscomp$0);
14289
+ node$jscomp$0 = nextNode$jscomp$0;
14290
+ }
14330
14291
  } else
14331
- "$" === node || "$?" === node || "$!" === node
14332
- ? depth++
14333
- : (possiblePreambleContribution = node.charCodeAt(0) - 48);
14334
- else possiblePreambleContribution = 0;
14292
+ "body" === node &&
14293
+ releaseSingletonInstance(parentInstance.ownerDocument.body);
14335
14294
  node = nextNode;
14336
14295
  } while (node);
14337
14296
  retryIfBlockedOn(suspenseInstance);
@@ -14816,26 +14775,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
14816
14775
  "string" === typeof pendingProps.precedence
14817
14776
  ) {
14818
14777
  type = getStyleKey(pendingProps.href);
14819
- var styles$261 = getResourcesFromRoot(
14778
+ var styles$263 = getResourcesFromRoot(
14820
14779
  JSCompiler_inline_result
14821
14780
  ).hoistableStyles,
14822
- resource$262 = styles$261.get(type);
14823
- resource$262 ||
14781
+ resource$264 = styles$263.get(type);
14782
+ resource$264 ||
14824
14783
  ((JSCompiler_inline_result =
14825
14784
  JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
14826
- (resource$262 = {
14785
+ (resource$264 = {
14827
14786
  type: "stylesheet",
14828
14787
  instance: null,
14829
14788
  count: 0,
14830
14789
  state: { loading: 0, preload: null }
14831
14790
  }),
14832
- styles$261.set(type, resource$262),
14833
- (styles$261 = JSCompiler_inline_result.querySelector(
14791
+ styles$263.set(type, resource$264),
14792
+ (styles$263 = JSCompiler_inline_result.querySelector(
14834
14793
  getStylesheetSelectorFromKey(type)
14835
14794
  )) &&
14836
- !styles$261._p &&
14837
- ((resource$262.instance = styles$261),
14838
- (resource$262.state.loading = 5)),
14795
+ !styles$263._p &&
14796
+ ((resource$264.instance = styles$263),
14797
+ (resource$264.state.loading = 5)),
14839
14798
  preloadPropsMap.has(type) ||
14840
14799
  ((pendingProps = {
14841
14800
  rel: "preload",
@@ -14848,16 +14807,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
14848
14807
  referrerPolicy: pendingProps.referrerPolicy
14849
14808
  }),
14850
14809
  preloadPropsMap.set(type, pendingProps),
14851
- styles$261 ||
14810
+ styles$263 ||
14852
14811
  preloadStylesheet(
14853
14812
  JSCompiler_inline_result,
14854
14813
  type,
14855
14814
  pendingProps,
14856
- resource$262.state
14815
+ resource$264.state
14857
14816
  )));
14858
14817
  if (currentProps && null === currentResource)
14859
14818
  throw Error(formatProdErrorMessage(528, ""));
14860
- return resource$262;
14819
+ return resource$264;
14861
14820
  }
14862
14821
  if (currentProps && null !== currentResource)
14863
14822
  throw Error(formatProdErrorMessage(529, ""));
@@ -14954,37 +14913,37 @@ function acquireResource(hoistableRoot, resource, props) {
14954
14913
  return (resource.instance = instance);
14955
14914
  case "stylesheet":
14956
14915
  styleProps = getStyleKey(props.href);
14957
- var instance$267 = hoistableRoot.querySelector(
14916
+ var instance$269 = hoistableRoot.querySelector(
14958
14917
  getStylesheetSelectorFromKey(styleProps)
14959
14918
  );
14960
- if (instance$267)
14919
+ if (instance$269)
14961
14920
  return (
14962
14921
  (resource.state.loading |= 4),
14963
- (resource.instance = instance$267),
14964
- markNodeAsHoistable(instance$267),
14965
- instance$267
14922
+ (resource.instance = instance$269),
14923
+ markNodeAsHoistable(instance$269),
14924
+ instance$269
14966
14925
  );
14967
14926
  instance = stylesheetPropsFromRawProps(props);
14968
14927
  (styleProps = preloadPropsMap.get(styleProps)) &&
14969
14928
  adoptPreloadPropsForStylesheet(instance, styleProps);
14970
- instance$267 = (
14929
+ instance$269 = (
14971
14930
  hoistableRoot.ownerDocument || hoistableRoot
14972
14931
  ).createElement("link");
14973
- markNodeAsHoistable(instance$267);
14974
- var linkInstance = instance$267;
14932
+ markNodeAsHoistable(instance$269);
14933
+ var linkInstance = instance$269;
14975
14934
  linkInstance._p = new Promise(function (resolve, reject) {
14976
14935
  linkInstance.onload = resolve;
14977
14936
  linkInstance.onerror = reject;
14978
14937
  });
14979
- setInitialProperties(instance$267, "link", instance);
14938
+ setInitialProperties(instance$269, "link", instance);
14980
14939
  resource.state.loading |= 4;
14981
- insertStylesheet(instance$267, props.precedence, hoistableRoot);
14982
- return (resource.instance = instance$267);
14940
+ insertStylesheet(instance$269, props.precedence, hoistableRoot);
14941
+ return (resource.instance = instance$269);
14983
14942
  case "script":
14984
- instance$267 = getScriptKey(props.src);
14943
+ instance$269 = getScriptKey(props.src);
14985
14944
  if (
14986
14945
  (styleProps = hoistableRoot.querySelector(
14987
- getScriptSelectorFromKey(instance$267)
14946
+ getScriptSelectorFromKey(instance$269)
14988
14947
  ))
14989
14948
  )
14990
14949
  return (
@@ -14993,7 +14952,7 @@ function acquireResource(hoistableRoot, resource, props) {
14993
14952
  styleProps
14994
14953
  );
14995
14954
  instance = props;
14996
- if ((styleProps = preloadPropsMap.get(instance$267)))
14955
+ if ((styleProps = preloadPropsMap.get(instance$269)))
14997
14956
  (instance = assign({}, props)),
14998
14957
  adoptPreloadPropsForScript(instance, styleProps);
14999
14958
  hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -16031,16 +15990,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16031
15990
  0 === i && attemptExplicitHydrationTarget(target);
16032
15991
  }
16033
15992
  };
16034
- var isomorphicReactPackageVersion$jscomp$inline_1882 = React.version;
15993
+ var isomorphicReactPackageVersion$jscomp$inline_1886 = React.version;
16035
15994
  if (
16036
- "19.2.0-canary-c44e4a25-20250409" !==
16037
- isomorphicReactPackageVersion$jscomp$inline_1882
15995
+ "19.2.0-canary-39cad7af-20250411" !==
15996
+ isomorphicReactPackageVersion$jscomp$inline_1886
16038
15997
  )
16039
15998
  throw Error(
16040
15999
  formatProdErrorMessage(
16041
16000
  527,
16042
- isomorphicReactPackageVersion$jscomp$inline_1882,
16043
- "19.2.0-canary-c44e4a25-20250409"
16001
+ isomorphicReactPackageVersion$jscomp$inline_1886,
16002
+ "19.2.0-canary-39cad7af-20250411"
16044
16003
  )
16045
16004
  );
16046
16005
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16060,17 +16019,17 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16060
16019
  null === componentOrElement ? null : componentOrElement.stateNode;
16061
16020
  return componentOrElement;
16062
16021
  };
16063
- var internals$jscomp$inline_1889 = {
16022
+ var internals$jscomp$inline_1893 = {
16064
16023
  bundleType: 0,
16065
- version: "19.2.0-canary-c44e4a25-20250409",
16024
+ version: "19.2.0-canary-39cad7af-20250411",
16066
16025
  rendererPackageName: "react-dom",
16067
16026
  currentDispatcherRef: ReactSharedInternals,
16068
- reconcilerVersion: "19.2.0-canary-c44e4a25-20250409",
16027
+ reconcilerVersion: "19.2.0-canary-39cad7af-20250411",
16069
16028
  getLaneLabelMap: function () {
16070
16029
  for (
16071
- var map = new Map(), lane = 1, index$284 = 0;
16072
- 31 > index$284;
16073
- index$284++
16030
+ var map = new Map(), lane = 1, index$286 = 0;
16031
+ 31 > index$286;
16032
+ index$286++
16074
16033
  ) {
16075
16034
  var label = getLabelForLane(lane);
16076
16035
  map.set(lane, label);
@@ -16083,16 +16042,16 @@ var internals$jscomp$inline_1889 = {
16083
16042
  }
16084
16043
  };
16085
16044
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
16086
- var hook$jscomp$inline_2324 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
16045
+ var hook$jscomp$inline_2328 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
16087
16046
  if (
16088
- !hook$jscomp$inline_2324.isDisabled &&
16089
- hook$jscomp$inline_2324.supportsFiber
16047
+ !hook$jscomp$inline_2328.isDisabled &&
16048
+ hook$jscomp$inline_2328.supportsFiber
16090
16049
  )
16091
16050
  try {
16092
- (rendererID = hook$jscomp$inline_2324.inject(
16093
- internals$jscomp$inline_1889
16051
+ (rendererID = hook$jscomp$inline_2328.inject(
16052
+ internals$jscomp$inline_1893
16094
16053
  )),
16095
- (injectedHook = hook$jscomp$inline_2324);
16054
+ (injectedHook = hook$jscomp$inline_2328);
16096
16055
  } catch (err) {}
16097
16056
  }
16098
16057
  function noop() {}
@@ -16345,7 +16304,7 @@ exports.useFormState = function (action, initialState, permalink) {
16345
16304
  exports.useFormStatus = function () {
16346
16305
  return ReactSharedInternals.H.useHostTransitionStatus();
16347
16306
  };
16348
- exports.version = "19.2.0-canary-c44e4a25-20250409";
16307
+ exports.version = "19.2.0-canary-39cad7af-20250411";
16349
16308
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16350
16309
  "function" ===
16351
16310
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&