react-dom 19.2.0-canary-c44e4a25-20250409 → 19.2.0-canary-1d6c8168-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.
@@ -2016,19 +2016,19 @@ function getTargetInstForChangeEvent(domEventName, targetInst) {
2016
2016
  }
2017
2017
  var isInputEventSupported = !1;
2018
2018
  if (canUseDOM) {
2019
- var JSCompiler_inline_result$jscomp$284;
2019
+ var JSCompiler_inline_result$jscomp$286;
2020
2020
  if (canUseDOM) {
2021
- var isSupported$jscomp$inline_421 = "oninput" in document;
2022
- if (!isSupported$jscomp$inline_421) {
2023
- var element$jscomp$inline_422 = document.createElement("div");
2024
- element$jscomp$inline_422.setAttribute("oninput", "return;");
2025
- isSupported$jscomp$inline_421 =
2026
- "function" === typeof element$jscomp$inline_422.oninput;
2021
+ var isSupported$jscomp$inline_424 = "oninput" in document;
2022
+ if (!isSupported$jscomp$inline_424) {
2023
+ var element$jscomp$inline_425 = document.createElement("div");
2024
+ element$jscomp$inline_425.setAttribute("oninput", "return;");
2025
+ isSupported$jscomp$inline_424 =
2026
+ "function" === typeof element$jscomp$inline_425.oninput;
2027
2027
  }
2028
- JSCompiler_inline_result$jscomp$284 = isSupported$jscomp$inline_421;
2029
- } else JSCompiler_inline_result$jscomp$284 = !1;
2028
+ JSCompiler_inline_result$jscomp$286 = isSupported$jscomp$inline_424;
2029
+ } else JSCompiler_inline_result$jscomp$286 = !1;
2030
2030
  isInputEventSupported =
2031
- JSCompiler_inline_result$jscomp$284 &&
2031
+ JSCompiler_inline_result$jscomp$286 &&
2032
2032
  (!document.documentMode || 9 < document.documentMode);
2033
2033
  }
2034
2034
  function stopWatchingForValueChange() {
@@ -6612,108 +6612,77 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
6612
6612
  showFallback
6613
6613
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
6614
6614
  : reuseSuspenseHandlerOnStack(workInProgress);
6615
- if (isHydrating) {
6616
- var nextInstance = nextHydratableInstance,
6617
- JSCompiler_temp$jscomp$0;
6618
- if ((JSCompiler_temp$jscomp$0 = nextInstance)) {
6619
- c: {
6620
- JSCompiler_temp$jscomp$0 = nextInstance;
6621
- for (
6622
- nextInstance = rootOrSingletonContext;
6623
- 8 !== JSCompiler_temp$jscomp$0.nodeType;
6624
-
6625
- ) {
6626
- if (!nextInstance) {
6627
- nextInstance = null;
6628
- break c;
6629
- }
6630
- JSCompiler_temp$jscomp$0 = getNextHydratable(
6631
- JSCompiler_temp$jscomp$0.nextSibling
6632
- );
6633
- if (null === JSCompiler_temp$jscomp$0) {
6634
- nextInstance = null;
6635
- break c;
6636
- }
6615
+ if ((current = nextHydratableInstance)) {
6616
+ a: {
6617
+ renderLanes = current;
6618
+ for (current = rootOrSingletonContext; 8 !== renderLanes.nodeType; ) {
6619
+ if (!current) {
6620
+ current = null;
6621
+ break a;
6622
+ }
6623
+ renderLanes = getNextHydratable(renderLanes.nextSibling);
6624
+ if (null === renderLanes) {
6625
+ current = null;
6626
+ break a;
6637
6627
  }
6638
- nextInstance = JSCompiler_temp$jscomp$0;
6639
6628
  }
6640
- null !== nextInstance
6641
- ? ((workInProgress.memoizedState = {
6642
- dehydrated: nextInstance,
6643
- treeContext:
6644
- null !== treeContextProvider
6645
- ? { id: treeContextId, overflow: treeContextOverflow }
6646
- : null,
6647
- retryLane: 536870912,
6648
- hydrationErrors: null
6649
- }),
6650
- (JSCompiler_temp$jscomp$0 = createFiberImplClass(
6651
- 18,
6652
- null,
6653
- null,
6654
- 0
6655
- )),
6656
- (JSCompiler_temp$jscomp$0.stateNode = nextInstance),
6657
- (JSCompiler_temp$jscomp$0.return = workInProgress),
6658
- (workInProgress.child = JSCompiler_temp$jscomp$0),
6659
- (hydrationParentFiber = workInProgress),
6660
- (nextHydratableInstance = null),
6661
- (JSCompiler_temp$jscomp$0 = !0))
6662
- : (JSCompiler_temp$jscomp$0 = !1);
6629
+ current = renderLanes;
6663
6630
  }
6664
- JSCompiler_temp$jscomp$0 || throwOnHydrationMismatch(workInProgress);
6665
- }
6666
- nextInstance = workInProgress.memoizedState;
6667
- if (
6668
- null !== nextInstance &&
6669
- ((nextInstance = nextInstance.dehydrated), null !== nextInstance)
6670
- )
6671
- return (
6672
- isSuspenseInstanceFallback(nextInstance)
6673
- ? (workInProgress.lanes = 32)
6674
- : (workInProgress.lanes = 536870912),
6675
- null
6676
- );
6677
- popSuspenseHandler(workInProgress);
6631
+ null !== current &&
6632
+ ((workInProgress.memoizedState = {
6633
+ dehydrated: current,
6634
+ treeContext:
6635
+ null !== treeContextProvider
6636
+ ? { id: treeContextId, overflow: treeContextOverflow }
6637
+ : null,
6638
+ retryLane: 536870912,
6639
+ hydrationErrors: null
6640
+ }),
6641
+ (renderLanes = createFiberImplClass(18, null, null, 0)),
6642
+ (renderLanes.stateNode = current),
6643
+ (renderLanes.return = workInProgress),
6644
+ (workInProgress.child = renderLanes),
6645
+ (hydrationParentFiber = workInProgress),
6646
+ (nextHydratableInstance = null));
6647
+ } else current = null;
6648
+ if (null === current) throw throwOnHydrationMismatch(workInProgress);
6649
+ isSuspenseInstanceFallback(current)
6650
+ ? (workInProgress.lanes = 32)
6651
+ : (workInProgress.lanes = 536870912);
6652
+ return null;
6678
6653
  }
6679
- nextInstance = nextProps.children;
6654
+ var nextPrimaryChildren = nextProps.children;
6680
6655
  nextProps = nextProps.fallback;
6681
- if (showFallback)
6682
- return (
6683
- reuseSuspenseHandlerOnStack(workInProgress),
6684
- (showFallback = workInProgress.mode),
6685
- (nextInstance = mountWorkInProgressOffscreenFiber(
6686
- { mode: "hidden", children: nextInstance },
6687
- showFallback
6688
- )),
6689
- (nextProps = createFiberFromFragment(
6690
- nextProps,
6691
- showFallback,
6692
- renderLanes,
6693
- null
6694
- )),
6695
- (nextInstance.return = workInProgress),
6696
- (nextProps.return = workInProgress),
6697
- (nextInstance.sibling = nextProps),
6698
- (workInProgress.child = nextInstance),
6699
- (showFallback = workInProgress.child),
6700
- (showFallback.memoizedState = mountSuspenseOffscreenState(renderLanes)),
6701
- (showFallback.childLanes = getRemainingWorkInPrimaryTree(
6702
- current,
6703
- JSCompiler_temp,
6704
- renderLanes
6705
- )),
6706
- (workInProgress.memoizedState = SUSPENDED_MARKER),
6707
- nextProps
6656
+ if (showFallback) {
6657
+ reuseSuspenseHandlerOnStack(workInProgress);
6658
+ var mode = workInProgress.mode;
6659
+ nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
6660
+ { mode: "hidden", children: nextPrimaryChildren },
6661
+ mode
6708
6662
  );
6663
+ nextProps = createFiberFromFragment(nextProps, mode, renderLanes, null);
6664
+ nextPrimaryChildren.return = workInProgress;
6665
+ nextProps.return = workInProgress;
6666
+ nextPrimaryChildren.sibling = nextProps;
6667
+ workInProgress.child = nextPrimaryChildren;
6668
+ nextPrimaryChildren = workInProgress.child;
6669
+ nextPrimaryChildren.memoizedState =
6670
+ mountSuspenseOffscreenState(renderLanes);
6671
+ nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
6672
+ current,
6673
+ JSCompiler_temp,
6674
+ renderLanes
6675
+ );
6676
+ workInProgress.memoizedState = SUSPENDED_MARKER;
6677
+ return nextProps;
6678
+ }
6709
6679
  pushPrimaryTreeSuspenseHandler(workInProgress);
6710
- return mountSuspensePrimaryChildren(workInProgress, nextInstance);
6680
+ return mountSuspensePrimaryChildren(workInProgress, nextPrimaryChildren);
6711
6681
  }
6712
- JSCompiler_temp$jscomp$0 = current.memoizedState;
6682
+ mode = current.memoizedState;
6713
6683
  if (
6714
- null !== JSCompiler_temp$jscomp$0 &&
6715
- ((nextInstance = JSCompiler_temp$jscomp$0.dehydrated),
6716
- null !== nextInstance)
6684
+ null !== mode &&
6685
+ ((nextPrimaryChildren = mode.dehydrated), null !== nextPrimaryChildren)
6717
6686
  ) {
6718
6687
  if (didSuspend)
6719
6688
  workInProgress.flags & 256
@@ -6730,22 +6699,22 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
6730
6699
  (workInProgress.flags |= 128),
6731
6700
  (workInProgress = null))
6732
6701
  : (reuseSuspenseHandlerOnStack(workInProgress),
6733
- (showFallback = nextProps.fallback),
6734
- (nextInstance = workInProgress.mode),
6702
+ (nextPrimaryChildren = nextProps.fallback),
6703
+ (mode = workInProgress.mode),
6735
6704
  (nextProps = mountWorkInProgressOffscreenFiber(
6736
6705
  { mode: "visible", children: nextProps.children },
6737
- nextInstance
6706
+ mode
6738
6707
  )),
6739
- (showFallback = createFiberFromFragment(
6740
- showFallback,
6741
- nextInstance,
6708
+ (nextPrimaryChildren = createFiberFromFragment(
6709
+ nextPrimaryChildren,
6710
+ mode,
6742
6711
  renderLanes,
6743
6712
  null
6744
6713
  )),
6745
- (showFallback.flags |= 2),
6714
+ (nextPrimaryChildren.flags |= 2),
6746
6715
  (nextProps.return = workInProgress),
6747
- (showFallback.return = workInProgress),
6748
- (nextProps.sibling = showFallback),
6716
+ (nextPrimaryChildren.return = workInProgress),
6717
+ (nextProps.sibling = nextPrimaryChildren),
6749
6718
  (workInProgress.child = nextProps),
6750
6719
  reconcileChildFibers(
6751
6720
  workInProgress,
@@ -6762,13 +6731,14 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
6762
6731
  renderLanes
6763
6732
  )),
6764
6733
  (workInProgress.memoizedState = SUSPENDED_MARKER),
6765
- (workInProgress = showFallback));
6734
+ (workInProgress = nextPrimaryChildren));
6766
6735
  else if (
6767
6736
  (pushPrimaryTreeSuspenseHandler(workInProgress),
6768
- isSuspenseInstanceFallback(nextInstance))
6737
+ isSuspenseInstanceFallback(nextPrimaryChildren))
6769
6738
  ) {
6770
6739
  JSCompiler_temp =
6771
- nextInstance.nextSibling && nextInstance.nextSibling.dataset;
6740
+ nextPrimaryChildren.nextSibling &&
6741
+ nextPrimaryChildren.nextSibling.dataset;
6772
6742
  if (JSCompiler_temp) var digest = JSCompiler_temp.dgst;
6773
6743
  JSCompiler_temp = digest;
6774
6744
  nextProps = Error(formatProdErrorMessage(419));
@@ -6798,28 +6768,28 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
6798
6768
  0 !== (nextProps & (JSCompiler_temp.suspendedLanes | renderLanes))
6799
6769
  ? 0
6800
6770
  : nextProps),
6801
- 0 !== nextProps && nextProps !== JSCompiler_temp$jscomp$0.retryLane)
6771
+ 0 !== nextProps && nextProps !== mode.retryLane)
6802
6772
  )
6803
6773
  throw (
6804
- ((JSCompiler_temp$jscomp$0.retryLane = nextProps),
6774
+ ((mode.retryLane = nextProps),
6805
6775
  enqueueConcurrentRenderForLane(current, nextProps),
6806
6776
  scheduleUpdateOnFiber(JSCompiler_temp, current, nextProps),
6807
6777
  SelectiveHydrationException)
6808
6778
  );
6809
- "$?" === nextInstance.data || renderDidSuspendDelayIfPossible();
6779
+ "$?" === nextPrimaryChildren.data || renderDidSuspendDelayIfPossible();
6810
6780
  workInProgress = retrySuspenseComponentWithoutHydrating(
6811
6781
  current,
6812
6782
  workInProgress,
6813
6783
  renderLanes
6814
6784
  );
6815
6785
  } else
6816
- "$?" === nextInstance.data
6786
+ "$?" === nextPrimaryChildren.data
6817
6787
  ? ((workInProgress.flags |= 192),
6818
6788
  (workInProgress.child = current.child),
6819
6789
  (workInProgress = null))
6820
- : ((current = JSCompiler_temp$jscomp$0.treeContext),
6790
+ : ((current = mode.treeContext),
6821
6791
  (nextHydratableInstance = getNextHydratable(
6822
- nextInstance.nextSibling
6792
+ nextPrimaryChildren.nextSibling
6823
6793
  )),
6824
6794
  (hydrationParentFiber = workInProgress),
6825
6795
  (isHydrating = !0),
@@ -6842,48 +6812,50 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
6842
6812
  if (showFallback)
6843
6813
  return (
6844
6814
  reuseSuspenseHandlerOnStack(workInProgress),
6845
- (showFallback = nextProps.fallback),
6846
- (nextInstance = workInProgress.mode),
6847
- (JSCompiler_temp$jscomp$0 = current.child),
6848
- (digest = JSCompiler_temp$jscomp$0.sibling),
6849
- (nextProps = createWorkInProgress(JSCompiler_temp$jscomp$0, {
6815
+ (nextPrimaryChildren = nextProps.fallback),
6816
+ (mode = workInProgress.mode),
6817
+ (showFallback = current.child),
6818
+ (digest = showFallback.sibling),
6819
+ (nextProps = createWorkInProgress(showFallback, {
6850
6820
  mode: "hidden",
6851
6821
  children: nextProps.children
6852
6822
  })),
6853
- (nextProps.subtreeFlags =
6854
- JSCompiler_temp$jscomp$0.subtreeFlags & 65011712),
6823
+ (nextProps.subtreeFlags = showFallback.subtreeFlags & 65011712),
6855
6824
  null !== digest
6856
- ? (showFallback = createWorkInProgress(digest, showFallback))
6857
- : ((showFallback = createFiberFromFragment(
6858
- showFallback,
6859
- nextInstance,
6825
+ ? (nextPrimaryChildren = createWorkInProgress(
6826
+ digest,
6827
+ nextPrimaryChildren
6828
+ ))
6829
+ : ((nextPrimaryChildren = createFiberFromFragment(
6830
+ nextPrimaryChildren,
6831
+ mode,
6860
6832
  renderLanes,
6861
6833
  null
6862
6834
  )),
6863
- (showFallback.flags |= 2)),
6864
- (showFallback.return = workInProgress),
6835
+ (nextPrimaryChildren.flags |= 2)),
6836
+ (nextPrimaryChildren.return = workInProgress),
6865
6837
  (nextProps.return = workInProgress),
6866
- (nextProps.sibling = showFallback),
6838
+ (nextProps.sibling = nextPrimaryChildren),
6867
6839
  (workInProgress.child = nextProps),
6868
- (nextProps = showFallback),
6869
- (showFallback = workInProgress.child),
6870
- (nextInstance = current.child.memoizedState),
6871
- null === nextInstance
6872
- ? (nextInstance = mountSuspenseOffscreenState(renderLanes))
6873
- : ((JSCompiler_temp$jscomp$0 = nextInstance.cachePool),
6874
- null !== JSCompiler_temp$jscomp$0
6840
+ (nextProps = nextPrimaryChildren),
6841
+ (nextPrimaryChildren = workInProgress.child),
6842
+ (mode = current.child.memoizedState),
6843
+ null === mode
6844
+ ? (mode = mountSuspenseOffscreenState(renderLanes))
6845
+ : ((showFallback = mode.cachePool),
6846
+ null !== showFallback
6875
6847
  ? ((digest = CacheContext._currentValue),
6876
- (JSCompiler_temp$jscomp$0 =
6877
- JSCompiler_temp$jscomp$0.parent !== digest
6848
+ (showFallback =
6849
+ showFallback.parent !== digest
6878
6850
  ? { parent: digest, pool: digest }
6879
- : JSCompiler_temp$jscomp$0))
6880
- : (JSCompiler_temp$jscomp$0 = getSuspendedCache()),
6881
- (nextInstance = {
6882
- baseLanes: nextInstance.baseLanes | renderLanes,
6883
- cachePool: JSCompiler_temp$jscomp$0
6851
+ : showFallback))
6852
+ : (showFallback = getSuspendedCache()),
6853
+ (mode = {
6854
+ baseLanes: mode.baseLanes | renderLanes,
6855
+ cachePool: showFallback
6884
6856
  })),
6885
- (showFallback.memoizedState = nextInstance),
6886
- (showFallback.childLanes = getRemainingWorkInPrimaryTree(
6857
+ (nextPrimaryChildren.memoizedState = mode),
6858
+ (nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
6887
6859
  current,
6888
6860
  JSCompiler_temp,
6889
6861
  renderLanes
@@ -11838,20 +11810,20 @@ function extractEvents$1(
11838
11810
  }
11839
11811
  }
11840
11812
  for (
11841
- var i$jscomp$inline_1527 = 0;
11842
- i$jscomp$inline_1527 < simpleEventPluginEvents.length;
11843
- i$jscomp$inline_1527++
11813
+ var i$jscomp$inline_1531 = 0;
11814
+ i$jscomp$inline_1531 < simpleEventPluginEvents.length;
11815
+ i$jscomp$inline_1531++
11844
11816
  ) {
11845
- var eventName$jscomp$inline_1528 =
11846
- simpleEventPluginEvents[i$jscomp$inline_1527],
11847
- domEventName$jscomp$inline_1529 =
11848
- eventName$jscomp$inline_1528.toLowerCase(),
11849
- capitalizedEvent$jscomp$inline_1530 =
11850
- eventName$jscomp$inline_1528[0].toUpperCase() +
11851
- eventName$jscomp$inline_1528.slice(1);
11817
+ var eventName$jscomp$inline_1532 =
11818
+ simpleEventPluginEvents[i$jscomp$inline_1531],
11819
+ domEventName$jscomp$inline_1533 =
11820
+ eventName$jscomp$inline_1532.toLowerCase(),
11821
+ capitalizedEvent$jscomp$inline_1534 =
11822
+ eventName$jscomp$inline_1532[0].toUpperCase() +
11823
+ eventName$jscomp$inline_1532.slice(1);
11852
11824
  registerSimpleEvent(
11853
- domEventName$jscomp$inline_1529,
11854
- "on" + capitalizedEvent$jscomp$inline_1530
11825
+ domEventName$jscomp$inline_1533,
11826
+ "on" + capitalizedEvent$jscomp$inline_1534
11855
11827
  );
11856
11828
  }
11857
11829
  registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -13622,51 +13594,38 @@ function isSingletonScope(type) {
13622
13594
  }
13623
13595
  function clearSuspenseBoundary(parentInstance, suspenseInstance) {
13624
13596
  var node = suspenseInstance,
13625
- possiblePreambleContribution = 0,
13626
13597
  depth = 0;
13627
13598
  do {
13628
13599
  var nextNode = node.nextSibling;
13629
13600
  parentInstance.removeChild(node);
13630
13601
  if (nextNode && 8 === nextNode.nodeType)
13631
13602
  if (((node = nextNode.data), "/$" === node)) {
13632
- if (
13633
- 0 < possiblePreambleContribution &&
13634
- 8 > possiblePreambleContribution
13635
- ) {
13636
- node = possiblePreambleContribution;
13637
- var ownerDocument = parentInstance.ownerDocument;
13638
- node & 1 && releaseSingletonInstance(ownerDocument.documentElement);
13639
- node & 2 && releaseSingletonInstance(ownerDocument.body);
13640
- if (node & 4)
13641
- for (
13642
- node = ownerDocument.head,
13643
- releaseSingletonInstance(node),
13644
- ownerDocument = node.firstChild;
13645
- ownerDocument;
13646
-
13647
- ) {
13648
- var nextNode$jscomp$0 = ownerDocument.nextSibling,
13649
- nodeName = ownerDocument.nodeName;
13650
- ownerDocument[internalHoistableMarker] ||
13651
- "SCRIPT" === nodeName ||
13652
- "STYLE" === nodeName ||
13653
- ("LINK" === nodeName &&
13654
- "stylesheet" === ownerDocument.rel.toLowerCase()) ||
13655
- node.removeChild(ownerDocument);
13656
- ownerDocument = nextNode$jscomp$0;
13657
- }
13658
- }
13659
13603
  if (0 === depth) {
13660
13604
  parentInstance.removeChild(nextNode);
13661
13605
  retryIfBlockedOn(suspenseInstance);
13662
13606
  return;
13663
13607
  }
13664
13608
  depth--;
13609
+ } else if ("$" === node || "$?" === node || "$!" === node) depth++;
13610
+ else if ("html" === node)
13611
+ releaseSingletonInstance(parentInstance.ownerDocument.documentElement);
13612
+ else if ("head" === node) {
13613
+ node = parentInstance.ownerDocument.head;
13614
+ releaseSingletonInstance(node);
13615
+ for (var node$jscomp$0 = node.firstChild; node$jscomp$0; ) {
13616
+ var nextNode$jscomp$0 = node$jscomp$0.nextSibling,
13617
+ nodeName = node$jscomp$0.nodeName;
13618
+ node$jscomp$0[internalHoistableMarker] ||
13619
+ "SCRIPT" === nodeName ||
13620
+ "STYLE" === nodeName ||
13621
+ ("LINK" === nodeName &&
13622
+ "stylesheet" === node$jscomp$0.rel.toLowerCase()) ||
13623
+ node.removeChild(node$jscomp$0);
13624
+ node$jscomp$0 = nextNode$jscomp$0;
13625
+ }
13665
13626
  } else
13666
- "$" === node || "$?" === node || "$!" === node
13667
- ? depth++
13668
- : (possiblePreambleContribution = node.charCodeAt(0) - 48);
13669
- else possiblePreambleContribution = 0;
13627
+ "body" === node &&
13628
+ releaseSingletonInstance(parentInstance.ownerDocument.body);
13670
13629
  node = nextNode;
13671
13630
  } while (node);
13672
13631
  retryIfBlockedOn(suspenseInstance);
@@ -14151,26 +14110,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
14151
14110
  "string" === typeof pendingProps.precedence
14152
14111
  ) {
14153
14112
  type = getStyleKey(pendingProps.href);
14154
- var styles$246 = getResourcesFromRoot(
14113
+ var styles$248 = getResourcesFromRoot(
14155
14114
  JSCompiler_inline_result
14156
14115
  ).hoistableStyles,
14157
- resource$247 = styles$246.get(type);
14158
- resource$247 ||
14116
+ resource$249 = styles$248.get(type);
14117
+ resource$249 ||
14159
14118
  ((JSCompiler_inline_result =
14160
14119
  JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
14161
- (resource$247 = {
14120
+ (resource$249 = {
14162
14121
  type: "stylesheet",
14163
14122
  instance: null,
14164
14123
  count: 0,
14165
14124
  state: { loading: 0, preload: null }
14166
14125
  }),
14167
- styles$246.set(type, resource$247),
14168
- (styles$246 = JSCompiler_inline_result.querySelector(
14126
+ styles$248.set(type, resource$249),
14127
+ (styles$248 = JSCompiler_inline_result.querySelector(
14169
14128
  getStylesheetSelectorFromKey(type)
14170
14129
  )) &&
14171
- !styles$246._p &&
14172
- ((resource$247.instance = styles$246),
14173
- (resource$247.state.loading = 5)),
14130
+ !styles$248._p &&
14131
+ ((resource$249.instance = styles$248),
14132
+ (resource$249.state.loading = 5)),
14174
14133
  preloadPropsMap.has(type) ||
14175
14134
  ((pendingProps = {
14176
14135
  rel: "preload",
@@ -14183,16 +14142,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
14183
14142
  referrerPolicy: pendingProps.referrerPolicy
14184
14143
  }),
14185
14144
  preloadPropsMap.set(type, pendingProps),
14186
- styles$246 ||
14145
+ styles$248 ||
14187
14146
  preloadStylesheet(
14188
14147
  JSCompiler_inline_result,
14189
14148
  type,
14190
14149
  pendingProps,
14191
- resource$247.state
14150
+ resource$249.state
14192
14151
  )));
14193
14152
  if (currentProps && null === currentResource)
14194
14153
  throw Error(formatProdErrorMessage(528, ""));
14195
- return resource$247;
14154
+ return resource$249;
14196
14155
  }
14197
14156
  if (currentProps && null !== currentResource)
14198
14157
  throw Error(formatProdErrorMessage(529, ""));
@@ -14289,37 +14248,37 @@ function acquireResource(hoistableRoot, resource, props) {
14289
14248
  return (resource.instance = instance);
14290
14249
  case "stylesheet":
14291
14250
  styleProps = getStyleKey(props.href);
14292
- var instance$252 = hoistableRoot.querySelector(
14251
+ var instance$254 = hoistableRoot.querySelector(
14293
14252
  getStylesheetSelectorFromKey(styleProps)
14294
14253
  );
14295
- if (instance$252)
14254
+ if (instance$254)
14296
14255
  return (
14297
14256
  (resource.state.loading |= 4),
14298
- (resource.instance = instance$252),
14299
- markNodeAsHoistable(instance$252),
14300
- instance$252
14257
+ (resource.instance = instance$254),
14258
+ markNodeAsHoistable(instance$254),
14259
+ instance$254
14301
14260
  );
14302
14261
  instance = stylesheetPropsFromRawProps(props);
14303
14262
  (styleProps = preloadPropsMap.get(styleProps)) &&
14304
14263
  adoptPreloadPropsForStylesheet(instance, styleProps);
14305
- instance$252 = (
14264
+ instance$254 = (
14306
14265
  hoistableRoot.ownerDocument || hoistableRoot
14307
14266
  ).createElement("link");
14308
- markNodeAsHoistable(instance$252);
14309
- var linkInstance = instance$252;
14267
+ markNodeAsHoistable(instance$254);
14268
+ var linkInstance = instance$254;
14310
14269
  linkInstance._p = new Promise(function (resolve, reject) {
14311
14270
  linkInstance.onload = resolve;
14312
14271
  linkInstance.onerror = reject;
14313
14272
  });
14314
- setInitialProperties(instance$252, "link", instance);
14273
+ setInitialProperties(instance$254, "link", instance);
14315
14274
  resource.state.loading |= 4;
14316
- insertStylesheet(instance$252, props.precedence, hoistableRoot);
14317
- return (resource.instance = instance$252);
14275
+ insertStylesheet(instance$254, props.precedence, hoistableRoot);
14276
+ return (resource.instance = instance$254);
14318
14277
  case "script":
14319
- instance$252 = getScriptKey(props.src);
14278
+ instance$254 = getScriptKey(props.src);
14320
14279
  if (
14321
14280
  (styleProps = hoistableRoot.querySelector(
14322
- getScriptSelectorFromKey(instance$252)
14281
+ getScriptSelectorFromKey(instance$254)
14323
14282
  ))
14324
14283
  )
14325
14284
  return (
@@ -14328,7 +14287,7 @@ function acquireResource(hoistableRoot, resource, props) {
14328
14287
  styleProps
14329
14288
  );
14330
14289
  instance = props;
14331
- if ((styleProps = preloadPropsMap.get(instance$252)))
14290
+ if ((styleProps = preloadPropsMap.get(instance$254)))
14332
14291
  (instance = assign({}, props)),
14333
14292
  adoptPreloadPropsForScript(instance, styleProps);
14334
14293
  hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -15347,16 +15306,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15347
15306
  0 === i && attemptExplicitHydrationTarget(target);
15348
15307
  }
15349
15308
  };
15350
- var isomorphicReactPackageVersion$jscomp$inline_1784 = React.version;
15309
+ var isomorphicReactPackageVersion$jscomp$inline_1788 = React.version;
15351
15310
  if (
15352
- "19.2.0-canary-c44e4a25-20250409" !==
15353
- isomorphicReactPackageVersion$jscomp$inline_1784
15311
+ "19.2.0-canary-1d6c8168-20250411" !==
15312
+ isomorphicReactPackageVersion$jscomp$inline_1788
15354
15313
  )
15355
15314
  throw Error(
15356
15315
  formatProdErrorMessage(
15357
15316
  527,
15358
- isomorphicReactPackageVersion$jscomp$inline_1784,
15359
- "19.2.0-canary-c44e4a25-20250409"
15317
+ isomorphicReactPackageVersion$jscomp$inline_1788,
15318
+ "19.2.0-canary-1d6c8168-20250411"
15360
15319
  )
15361
15320
  );
15362
15321
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15376,24 +15335,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15376
15335
  null === componentOrElement ? null : componentOrElement.stateNode;
15377
15336
  return componentOrElement;
15378
15337
  };
15379
- var internals$jscomp$inline_2258 = {
15338
+ var internals$jscomp$inline_2262 = {
15380
15339
  bundleType: 0,
15381
- version: "19.2.0-canary-c44e4a25-20250409",
15340
+ version: "19.2.0-canary-1d6c8168-20250411",
15382
15341
  rendererPackageName: "react-dom",
15383
15342
  currentDispatcherRef: ReactSharedInternals,
15384
- reconcilerVersion: "19.2.0-canary-c44e4a25-20250409"
15343
+ reconcilerVersion: "19.2.0-canary-1d6c8168-20250411"
15385
15344
  };
15386
15345
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15387
- var hook$jscomp$inline_2259 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15346
+ var hook$jscomp$inline_2263 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15388
15347
  if (
15389
- !hook$jscomp$inline_2259.isDisabled &&
15390
- hook$jscomp$inline_2259.supportsFiber
15348
+ !hook$jscomp$inline_2263.isDisabled &&
15349
+ hook$jscomp$inline_2263.supportsFiber
15391
15350
  )
15392
15351
  try {
15393
- (rendererID = hook$jscomp$inline_2259.inject(
15394
- internals$jscomp$inline_2258
15352
+ (rendererID = hook$jscomp$inline_2263.inject(
15353
+ internals$jscomp$inline_2262
15395
15354
  )),
15396
- (injectedHook = hook$jscomp$inline_2259);
15355
+ (injectedHook = hook$jscomp$inline_2263);
15397
15356
  } catch (err) {}
15398
15357
  }
15399
15358
  exports.createRoot = function (container, options) {
@@ -15485,4 +15444,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15485
15444
  listenToAllSupportedEvents(container);
15486
15445
  return new ReactDOMHydrationRoot(initialChildren);
15487
15446
  };
15488
- exports.version = "19.2.0-canary-c44e4a25-20250409";
15447
+ exports.version = "19.2.0-canary-1d6c8168-20250411";