react-dom 19.3.0-canary-ead92181-20251010 → 19.3.0-canary-d7215b49-20251013

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.
@@ -2155,19 +2155,19 @@ function getTargetInstForChangeEvent(domEventName, targetInst) {
2155
2155
  }
2156
2156
  var isInputEventSupported = !1;
2157
2157
  if (canUseDOM) {
2158
- var JSCompiler_inline_result$jscomp$307;
2158
+ var JSCompiler_inline_result$jscomp$308;
2159
2159
  if (canUseDOM) {
2160
- var isSupported$jscomp$inline_468 = "oninput" in document;
2161
- if (!isSupported$jscomp$inline_468) {
2162
- var element$jscomp$inline_469 = document.createElement("div");
2163
- element$jscomp$inline_469.setAttribute("oninput", "return;");
2164
- isSupported$jscomp$inline_468 =
2165
- "function" === typeof element$jscomp$inline_469.oninput;
2160
+ var isSupported$jscomp$inline_469 = "oninput" in document;
2161
+ if (!isSupported$jscomp$inline_469) {
2162
+ var element$jscomp$inline_470 = document.createElement("div");
2163
+ element$jscomp$inline_470.setAttribute("oninput", "return;");
2164
+ isSupported$jscomp$inline_469 =
2165
+ "function" === typeof element$jscomp$inline_470.oninput;
2166
2166
  }
2167
- JSCompiler_inline_result$jscomp$307 = isSupported$jscomp$inline_468;
2168
- } else JSCompiler_inline_result$jscomp$307 = !1;
2167
+ JSCompiler_inline_result$jscomp$308 = isSupported$jscomp$inline_469;
2168
+ } else JSCompiler_inline_result$jscomp$308 = !1;
2169
2169
  isInputEventSupported =
2170
- JSCompiler_inline_result$jscomp$307 &&
2170
+ JSCompiler_inline_result$jscomp$308 &&
2171
2171
  (!document.documentMode || 9 < document.documentMode);
2172
2172
  }
2173
2173
  function stopWatchingForValueChange() {
@@ -9517,6 +9517,7 @@ function measureNestedViewTransitions(changedParent, gesture) {
9517
9517
  }
9518
9518
  var offscreenSubtreeIsHidden = !1,
9519
9519
  offscreenSubtreeWasHidden = !1,
9520
+ offscreenDirectParentIsHidden = !1,
9520
9521
  needsFormReset = !1,
9521
9522
  PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set,
9522
9523
  nextEffect = null,
@@ -9649,6 +9650,8 @@ function commitBeforeMutationEffects_complete(
9649
9650
  flags = fiber.flags;
9650
9651
  switch (fiber.tag) {
9651
9652
  case 0:
9653
+ case 11:
9654
+ case 15:
9652
9655
  if (
9653
9656
  0 !== (flags & 4) &&
9654
9657
  ((current = fiber.updateQueue),
@@ -9663,9 +9666,6 @@ function commitBeforeMutationEffects_complete(
9663
9666
  (flags = current[isViewTransitionEligible]),
9664
9667
  (flags.ref.impl = flags.nextImpl);
9665
9668
  break;
9666
- case 11:
9667
- case 15:
9668
- break;
9669
9669
  case 1:
9670
9670
  if (0 !== (flags & 1024) && null !== current) {
9671
9671
  isViewTransitionEligible = void 0;
@@ -10388,7 +10388,10 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
10388
10388
  );
10389
10389
  break;
10390
10390
  case 5:
10391
+ hoistableRoot = offscreenDirectParentIsHidden;
10392
+ offscreenDirectParentIsHidden = !1;
10391
10393
  recursivelyTraverseMutationEffects(root, finishedWork, lanes);
10394
+ offscreenDirectParentIsHidden = hoistableRoot;
10392
10395
  commitReconciliationEffects(finishedWork);
10393
10396
  flags & 512 &&
10394
10397
  (offscreenSubtreeWasHidden ||
@@ -10489,30 +10492,32 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
10489
10492
  hoistableRoot = null !== finishedWork.memoizedState;
10490
10493
  var wasHidden = null !== current && null !== current.memoizedState,
10491
10494
  prevOffscreenSubtreeIsHidden = offscreenSubtreeIsHidden,
10492
- prevOffscreenSubtreeWasHidden = offscreenSubtreeWasHidden;
10495
+ prevOffscreenSubtreeWasHidden = offscreenSubtreeWasHidden,
10496
+ prevOffscreenDirectParentIsHidden$158 = offscreenDirectParentIsHidden;
10493
10497
  offscreenSubtreeIsHidden = prevOffscreenSubtreeIsHidden || hoistableRoot;
10498
+ offscreenDirectParentIsHidden =
10499
+ prevOffscreenDirectParentIsHidden$158 || hoistableRoot;
10494
10500
  offscreenSubtreeWasHidden = prevOffscreenSubtreeWasHidden || wasHidden;
10495
10501
  recursivelyTraverseMutationEffects(root, finishedWork, lanes);
10496
10502
  offscreenSubtreeWasHidden = prevOffscreenSubtreeWasHidden;
10503
+ offscreenDirectParentIsHidden = prevOffscreenDirectParentIsHidden$158;
10497
10504
  offscreenSubtreeIsHidden = prevOffscreenSubtreeIsHidden;
10498
10505
  commitReconciliationEffects(finishedWork);
10499
- if (flags & 8192)
10500
- a: for (
10501
- root = finishedWork.stateNode,
10502
- root._visibility = hoistableRoot
10503
- ? root._visibility & -2
10504
- : root._visibility | 1,
10505
- hoistableRoot &&
10506
- (null === current ||
10507
- wasHidden ||
10508
- offscreenSubtreeIsHidden ||
10509
- offscreenSubtreeWasHidden ||
10510
- recursivelyTraverseDisappearLayoutEffects(finishedWork)),
10511
- current = null,
10512
- root = finishedWork;
10513
- ;
10514
-
10515
- ) {
10506
+ if (
10507
+ flags & 8192 &&
10508
+ ((root = finishedWork.stateNode),
10509
+ (root._visibility = hoistableRoot
10510
+ ? root._visibility & -2
10511
+ : root._visibility | 1),
10512
+ hoistableRoot &&
10513
+ (null === current ||
10514
+ wasHidden ||
10515
+ offscreenSubtreeIsHidden ||
10516
+ offscreenSubtreeWasHidden ||
10517
+ recursivelyTraverseDisappearLayoutEffects(finishedWork)),
10518
+ hoistableRoot || !offscreenDirectParentIsHidden)
10519
+ )
10520
+ a: for (current = null, root = finishedWork; ; ) {
10516
10521
  if (5 === root.tag || 26 === root.tag) {
10517
10522
  if (null === current) {
10518
10523
  lanes = current = root;
@@ -12230,8 +12235,8 @@ function renderRootSync(root, lanes, shouldYieldForPrerendering) {
12230
12235
  workLoopSync();
12231
12236
  exitStatus = workInProgressRootExitStatus;
12232
12237
  break;
12233
- } catch (thrownValue$172) {
12234
- handleThrow(root, thrownValue$172);
12238
+ } catch (thrownValue$173) {
12239
+ handleThrow(root, thrownValue$173);
12235
12240
  }
12236
12241
  while (1);
12237
12242
  lanes && root.shellSuspendCounter++;
@@ -12350,8 +12355,8 @@ function renderRootConcurrent(root, lanes) {
12350
12355
  }
12351
12356
  workLoopConcurrentByScheduler();
12352
12357
  break;
12353
- } catch (thrownValue$174) {
12354
- handleThrow(root, thrownValue$174);
12358
+ } catch (thrownValue$175) {
12359
+ handleThrow(root, thrownValue$175);
12355
12360
  }
12356
12361
  while (1);
12357
12362
  lastContextDependency = currentlyRenderingFiber$1 = null;
@@ -13038,14 +13043,14 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
13038
13043
  isFlushingWork = !0;
13039
13044
  do {
13040
13045
  var didPerformSomeWork = !1;
13041
- for (var root$178 = firstScheduledRoot; null !== root$178; ) {
13046
+ for (var root$179 = firstScheduledRoot; null !== root$179; ) {
13042
13047
  if (!onlyLegacy)
13043
13048
  if (0 !== syncTransitionLanes) {
13044
- var pendingLanes = root$178.pendingLanes;
13049
+ var pendingLanes = root$179.pendingLanes;
13045
13050
  if (0 === pendingLanes) var JSCompiler_inline_result = 0;
13046
13051
  else {
13047
- var suspendedLanes = root$178.suspendedLanes,
13048
- pingedLanes = root$178.pingedLanes;
13052
+ var suspendedLanes = root$179.suspendedLanes,
13053
+ pingedLanes = root$179.pingedLanes;
13049
13054
  JSCompiler_inline_result =
13050
13055
  (1 << (31 - clz32(42 | syncTransitionLanes) + 1)) - 1;
13051
13056
  JSCompiler_inline_result &=
@@ -13059,20 +13064,20 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
13059
13064
  }
13060
13065
  0 !== JSCompiler_inline_result &&
13061
13066
  ((didPerformSomeWork = !0),
13062
- performSyncWorkOnRoot(root$178, JSCompiler_inline_result));
13067
+ performSyncWorkOnRoot(root$179, JSCompiler_inline_result));
13063
13068
  } else
13064
13069
  (JSCompiler_inline_result = workInProgressRootRenderLanes),
13065
13070
  (JSCompiler_inline_result = getNextLanes(
13066
- root$178,
13067
- root$178 === workInProgressRoot ? JSCompiler_inline_result : 0,
13068
- null !== root$178.cancelPendingCommit ||
13069
- -1 !== root$178.timeoutHandle
13071
+ root$179,
13072
+ root$179 === workInProgressRoot ? JSCompiler_inline_result : 0,
13073
+ null !== root$179.cancelPendingCommit ||
13074
+ -1 !== root$179.timeoutHandle
13070
13075
  )),
13071
13076
  0 === (JSCompiler_inline_result & 3) ||
13072
- checkIfRootIsPrerendering(root$178, JSCompiler_inline_result) ||
13077
+ checkIfRootIsPrerendering(root$179, JSCompiler_inline_result) ||
13073
13078
  ((didPerformSomeWork = !0),
13074
- performSyncWorkOnRoot(root$178, JSCompiler_inline_result));
13075
- root$178 = root$178.next;
13079
+ performSyncWorkOnRoot(root$179, JSCompiler_inline_result));
13080
+ root$179 = root$179.next;
13076
13081
  }
13077
13082
  } while (didPerformSomeWork);
13078
13083
  isFlushingWork = !1;
@@ -13320,20 +13325,20 @@ function extractEvents$1(
13320
13325
  }
13321
13326
  }
13322
13327
  for (
13323
- var i$jscomp$inline_1703 = 0;
13324
- i$jscomp$inline_1703 < simpleEventPluginEvents.length;
13325
- i$jscomp$inline_1703++
13328
+ var i$jscomp$inline_1704 = 0;
13329
+ i$jscomp$inline_1704 < simpleEventPluginEvents.length;
13330
+ i$jscomp$inline_1704++
13326
13331
  ) {
13327
- var eventName$jscomp$inline_1704 =
13328
- simpleEventPluginEvents[i$jscomp$inline_1703],
13329
- domEventName$jscomp$inline_1705 =
13330
- eventName$jscomp$inline_1704.toLowerCase(),
13331
- capitalizedEvent$jscomp$inline_1706 =
13332
- eventName$jscomp$inline_1704[0].toUpperCase() +
13333
- eventName$jscomp$inline_1704.slice(1);
13332
+ var eventName$jscomp$inline_1705 =
13333
+ simpleEventPluginEvents[i$jscomp$inline_1704],
13334
+ domEventName$jscomp$inline_1706 =
13335
+ eventName$jscomp$inline_1705.toLowerCase(),
13336
+ capitalizedEvent$jscomp$inline_1707 =
13337
+ eventName$jscomp$inline_1705[0].toUpperCase() +
13338
+ eventName$jscomp$inline_1705.slice(1);
13334
13339
  registerSimpleEvent(
13335
- domEventName$jscomp$inline_1705,
13336
- "on" + capitalizedEvent$jscomp$inline_1706
13340
+ domEventName$jscomp$inline_1706,
13341
+ "on" + capitalizedEvent$jscomp$inline_1707
13337
13342
  );
13338
13343
  }
13339
13344
  registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -14487,34 +14492,34 @@ function setInitialProperties(domElement, tag, props) {
14487
14492
  defaultChecked = null;
14488
14493
  for (hasSrc in props)
14489
14494
  if (props.hasOwnProperty(hasSrc)) {
14490
- var propValue$192 = props[hasSrc];
14491
- if (null != propValue$192)
14495
+ var propValue$193 = props[hasSrc];
14496
+ if (null != propValue$193)
14492
14497
  switch (hasSrc) {
14493
14498
  case "name":
14494
- hasSrcSet = propValue$192;
14499
+ hasSrcSet = propValue$193;
14495
14500
  break;
14496
14501
  case "type":
14497
- propValue = propValue$192;
14502
+ propValue = propValue$193;
14498
14503
  break;
14499
14504
  case "checked":
14500
- checked = propValue$192;
14505
+ checked = propValue$193;
14501
14506
  break;
14502
14507
  case "defaultChecked":
14503
- defaultChecked = propValue$192;
14508
+ defaultChecked = propValue$193;
14504
14509
  break;
14505
14510
  case "value":
14506
- propKey = propValue$192;
14511
+ propKey = propValue$193;
14507
14512
  break;
14508
14513
  case "defaultValue":
14509
- defaultValue = propValue$192;
14514
+ defaultValue = propValue$193;
14510
14515
  break;
14511
14516
  case "children":
14512
14517
  case "dangerouslySetInnerHTML":
14513
- if (null != propValue$192)
14518
+ if (null != propValue$193)
14514
14519
  throw Error(formatProdErrorMessage(137, tag));
14515
14520
  break;
14516
14521
  default:
14517
- setProp(domElement, tag, hasSrc, propValue$192, props, null);
14522
+ setProp(domElement, tag, hasSrc, propValue$193, props, null);
14518
14523
  }
14519
14524
  }
14520
14525
  initInput(
@@ -14651,14 +14656,14 @@ function setInitialProperties(domElement, tag, props) {
14651
14656
  return;
14652
14657
  default:
14653
14658
  if (isCustomElement(tag)) {
14654
- for (propValue$192 in props)
14655
- props.hasOwnProperty(propValue$192) &&
14656
- ((hasSrc = props[propValue$192]),
14659
+ for (propValue$193 in props)
14660
+ props.hasOwnProperty(propValue$193) &&
14661
+ ((hasSrc = props[propValue$193]),
14657
14662
  void 0 !== hasSrc &&
14658
14663
  setPropOnCustomElement(
14659
14664
  domElement,
14660
14665
  tag,
14661
- propValue$192,
14666
+ propValue$193,
14662
14667
  hasSrc,
14663
14668
  props,
14664
14669
  void 0
@@ -14706,14 +14711,14 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14706
14711
  setProp(domElement, tag, propKey, null, nextProps, lastProp);
14707
14712
  }
14708
14713
  }
14709
- for (var propKey$209 in nextProps) {
14710
- var propKey = nextProps[propKey$209];
14711
- lastProp = lastProps[propKey$209];
14714
+ for (var propKey$210 in nextProps) {
14715
+ var propKey = nextProps[propKey$210];
14716
+ lastProp = lastProps[propKey$210];
14712
14717
  if (
14713
- nextProps.hasOwnProperty(propKey$209) &&
14718
+ nextProps.hasOwnProperty(propKey$210) &&
14714
14719
  (null != propKey || null != lastProp)
14715
14720
  )
14716
- switch (propKey$209) {
14721
+ switch (propKey$210) {
14717
14722
  case "type":
14718
14723
  propKey !== lastProp && (viewTransitionMutationContext = !0);
14719
14724
  type = propKey;
@@ -14748,7 +14753,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14748
14753
  setProp(
14749
14754
  domElement,
14750
14755
  tag,
14751
- propKey$209,
14756
+ propKey$210,
14752
14757
  propKey,
14753
14758
  nextProps,
14754
14759
  lastProp
@@ -14767,7 +14772,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14767
14772
  );
14768
14773
  return;
14769
14774
  case "select":
14770
- propKey = value = defaultValue = propKey$209 = null;
14775
+ propKey = value = defaultValue = propKey$210 = null;
14771
14776
  for (type in lastProps)
14772
14777
  if (
14773
14778
  ((lastDefaultValue = lastProps[type]),
@@ -14799,7 +14804,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14799
14804
  switch (name) {
14800
14805
  case "value":
14801
14806
  type !== lastDefaultValue && (viewTransitionMutationContext = !0);
14802
- propKey$209 = type;
14807
+ propKey$210 = type;
14803
14808
  break;
14804
14809
  case "defaultValue":
14805
14810
  type !== lastDefaultValue && (viewTransitionMutationContext = !0);
@@ -14822,15 +14827,15 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14822
14827
  tag = defaultValue;
14823
14828
  lastProps = value;
14824
14829
  nextProps = propKey;
14825
- null != propKey$209
14826
- ? updateOptions(domElement, !!lastProps, propKey$209, !1)
14830
+ null != propKey$210
14831
+ ? updateOptions(domElement, !!lastProps, propKey$210, !1)
14827
14832
  : !!nextProps !== !!lastProps &&
14828
14833
  (null != tag
14829
14834
  ? updateOptions(domElement, !!lastProps, tag, !0)
14830
14835
  : updateOptions(domElement, !!lastProps, lastProps ? [] : "", !1));
14831
14836
  return;
14832
14837
  case "textarea":
14833
- propKey = propKey$209 = null;
14838
+ propKey = propKey$210 = null;
14834
14839
  for (defaultValue in lastProps)
14835
14840
  if (
14836
14841
  ((name = lastProps[defaultValue]),
@@ -14855,7 +14860,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14855
14860
  switch (value) {
14856
14861
  case "value":
14857
14862
  name !== type && (viewTransitionMutationContext = !0);
14858
- propKey$209 = name;
14863
+ propKey$210 = name;
14859
14864
  break;
14860
14865
  case "defaultValue":
14861
14866
  name !== type && (viewTransitionMutationContext = !0);
@@ -14870,17 +14875,17 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14870
14875
  name !== type &&
14871
14876
  setProp(domElement, tag, value, name, nextProps, type);
14872
14877
  }
14873
- updateTextarea(domElement, propKey$209, propKey);
14878
+ updateTextarea(domElement, propKey$210, propKey);
14874
14879
  return;
14875
14880
  case "option":
14876
- for (var propKey$225 in lastProps)
14881
+ for (var propKey$226 in lastProps)
14877
14882
  if (
14878
- ((propKey$209 = lastProps[propKey$225]),
14879
- lastProps.hasOwnProperty(propKey$225) &&
14880
- null != propKey$209 &&
14881
- !nextProps.hasOwnProperty(propKey$225))
14883
+ ((propKey$210 = lastProps[propKey$226]),
14884
+ lastProps.hasOwnProperty(propKey$226) &&
14885
+ null != propKey$210 &&
14886
+ !nextProps.hasOwnProperty(propKey$226))
14882
14887
  )
14883
- switch (propKey$225) {
14888
+ switch (propKey$226) {
14884
14889
  case "selected":
14885
14890
  domElement.selected = !1;
14886
14891
  break;
@@ -14888,34 +14893,34 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14888
14893
  setProp(
14889
14894
  domElement,
14890
14895
  tag,
14891
- propKey$225,
14896
+ propKey$226,
14892
14897
  null,
14893
14898
  nextProps,
14894
- propKey$209
14899
+ propKey$210
14895
14900
  );
14896
14901
  }
14897
14902
  for (lastDefaultValue in nextProps)
14898
14903
  if (
14899
- ((propKey$209 = nextProps[lastDefaultValue]),
14904
+ ((propKey$210 = nextProps[lastDefaultValue]),
14900
14905
  (propKey = lastProps[lastDefaultValue]),
14901
14906
  nextProps.hasOwnProperty(lastDefaultValue) &&
14902
- propKey$209 !== propKey &&
14903
- (null != propKey$209 || null != propKey))
14907
+ propKey$210 !== propKey &&
14908
+ (null != propKey$210 || null != propKey))
14904
14909
  )
14905
14910
  switch (lastDefaultValue) {
14906
14911
  case "selected":
14907
- propKey$209 !== propKey && (viewTransitionMutationContext = !0);
14912
+ propKey$210 !== propKey && (viewTransitionMutationContext = !0);
14908
14913
  domElement.selected =
14909
- propKey$209 &&
14910
- "function" !== typeof propKey$209 &&
14911
- "symbol" !== typeof propKey$209;
14914
+ propKey$210 &&
14915
+ "function" !== typeof propKey$210 &&
14916
+ "symbol" !== typeof propKey$210;
14912
14917
  break;
14913
14918
  default:
14914
14919
  setProp(
14915
14920
  domElement,
14916
14921
  tag,
14917
14922
  lastDefaultValue,
14918
- propKey$209,
14923
+ propKey$210,
14919
14924
  nextProps,
14920
14925
  propKey
14921
14926
  );
@@ -14936,24 +14941,24 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14936
14941
  case "track":
14937
14942
  case "wbr":
14938
14943
  case "menuitem":
14939
- for (var propKey$230 in lastProps)
14940
- (propKey$209 = lastProps[propKey$230]),
14941
- lastProps.hasOwnProperty(propKey$230) &&
14942
- null != propKey$209 &&
14943
- !nextProps.hasOwnProperty(propKey$230) &&
14944
- setProp(domElement, tag, propKey$230, null, nextProps, propKey$209);
14944
+ for (var propKey$231 in lastProps)
14945
+ (propKey$210 = lastProps[propKey$231]),
14946
+ lastProps.hasOwnProperty(propKey$231) &&
14947
+ null != propKey$210 &&
14948
+ !nextProps.hasOwnProperty(propKey$231) &&
14949
+ setProp(domElement, tag, propKey$231, null, nextProps, propKey$210);
14945
14950
  for (checked in nextProps)
14946
14951
  if (
14947
- ((propKey$209 = nextProps[checked]),
14952
+ ((propKey$210 = nextProps[checked]),
14948
14953
  (propKey = lastProps[checked]),
14949
14954
  nextProps.hasOwnProperty(checked) &&
14950
- propKey$209 !== propKey &&
14951
- (null != propKey$209 || null != propKey))
14955
+ propKey$210 !== propKey &&
14956
+ (null != propKey$210 || null != propKey))
14952
14957
  )
14953
14958
  switch (checked) {
14954
14959
  case "children":
14955
14960
  case "dangerouslySetInnerHTML":
14956
- if (null != propKey$209)
14961
+ if (null != propKey$210)
14957
14962
  throw Error(formatProdErrorMessage(137, tag));
14958
14963
  break;
14959
14964
  default:
@@ -14961,7 +14966,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14961
14966
  domElement,
14962
14967
  tag,
14963
14968
  checked,
14964
- propKey$209,
14969
+ propKey$210,
14965
14970
  nextProps,
14966
14971
  propKey
14967
14972
  );
@@ -14969,49 +14974,49 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
14969
14974
  return;
14970
14975
  default:
14971
14976
  if (isCustomElement(tag)) {
14972
- for (var propKey$235 in lastProps)
14973
- (propKey$209 = lastProps[propKey$235]),
14974
- lastProps.hasOwnProperty(propKey$235) &&
14975
- void 0 !== propKey$209 &&
14976
- !nextProps.hasOwnProperty(propKey$235) &&
14977
+ for (var propKey$236 in lastProps)
14978
+ (propKey$210 = lastProps[propKey$236]),
14979
+ lastProps.hasOwnProperty(propKey$236) &&
14980
+ void 0 !== propKey$210 &&
14981
+ !nextProps.hasOwnProperty(propKey$236) &&
14977
14982
  setPropOnCustomElement(
14978
14983
  domElement,
14979
14984
  tag,
14980
- propKey$235,
14985
+ propKey$236,
14981
14986
  void 0,
14982
14987
  nextProps,
14983
- propKey$209
14988
+ propKey$210
14984
14989
  );
14985
14990
  for (defaultChecked in nextProps)
14986
- (propKey$209 = nextProps[defaultChecked]),
14991
+ (propKey$210 = nextProps[defaultChecked]),
14987
14992
  (propKey = lastProps[defaultChecked]),
14988
14993
  !nextProps.hasOwnProperty(defaultChecked) ||
14989
- propKey$209 === propKey ||
14990
- (void 0 === propKey$209 && void 0 === propKey) ||
14994
+ propKey$210 === propKey ||
14995
+ (void 0 === propKey$210 && void 0 === propKey) ||
14991
14996
  setPropOnCustomElement(
14992
14997
  domElement,
14993
14998
  tag,
14994
14999
  defaultChecked,
14995
- propKey$209,
15000
+ propKey$210,
14996
15001
  nextProps,
14997
15002
  propKey
14998
15003
  );
14999
15004
  return;
15000
15005
  }
15001
15006
  }
15002
- for (var propKey$240 in lastProps)
15003
- (propKey$209 = lastProps[propKey$240]),
15004
- lastProps.hasOwnProperty(propKey$240) &&
15005
- null != propKey$209 &&
15006
- !nextProps.hasOwnProperty(propKey$240) &&
15007
- setProp(domElement, tag, propKey$240, null, nextProps, propKey$209);
15007
+ for (var propKey$241 in lastProps)
15008
+ (propKey$210 = lastProps[propKey$241]),
15009
+ lastProps.hasOwnProperty(propKey$241) &&
15010
+ null != propKey$210 &&
15011
+ !nextProps.hasOwnProperty(propKey$241) &&
15012
+ setProp(domElement, tag, propKey$241, null, nextProps, propKey$210);
15008
15013
  for (lastProp in nextProps)
15009
- (propKey$209 = nextProps[lastProp]),
15014
+ (propKey$210 = nextProps[lastProp]),
15010
15015
  (propKey = lastProps[lastProp]),
15011
15016
  !nextProps.hasOwnProperty(lastProp) ||
15012
- propKey$209 === propKey ||
15013
- (null == propKey$209 && null == propKey) ||
15014
- setProp(domElement, tag, lastProp, propKey$209, nextProps, propKey);
15017
+ propKey$210 === propKey ||
15018
+ (null == propKey$210 && null == propKey) ||
15019
+ setProp(domElement, tag, lastProp, propKey$210, nextProps, propKey);
15015
15020
  }
15016
15021
  function isLikelyStaticResource(initiatorType) {
15017
15022
  switch (initiatorType) {
@@ -16590,26 +16595,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
16590
16595
  "string" === typeof pendingProps.precedence
16591
16596
  ) {
16592
16597
  type = getStyleKey(pendingProps.href);
16593
- var styles$256 = getResourcesFromRoot(
16598
+ var styles$257 = getResourcesFromRoot(
16594
16599
  JSCompiler_inline_result
16595
16600
  ).hoistableStyles,
16596
- resource$257 = styles$256.get(type);
16597
- resource$257 ||
16601
+ resource$258 = styles$257.get(type);
16602
+ resource$258 ||
16598
16603
  ((JSCompiler_inline_result =
16599
16604
  JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
16600
- (resource$257 = {
16605
+ (resource$258 = {
16601
16606
  type: "stylesheet",
16602
16607
  instance: null,
16603
16608
  count: 0,
16604
16609
  state: { loading: 0, preload: null }
16605
16610
  }),
16606
- styles$256.set(type, resource$257),
16607
- (styles$256 = JSCompiler_inline_result.querySelector(
16611
+ styles$257.set(type, resource$258),
16612
+ (styles$257 = JSCompiler_inline_result.querySelector(
16608
16613
  getStylesheetSelectorFromKey(type)
16609
16614
  )) &&
16610
- !styles$256._p &&
16611
- ((resource$257.instance = styles$256),
16612
- (resource$257.state.loading = 5)),
16615
+ !styles$257._p &&
16616
+ ((resource$258.instance = styles$257),
16617
+ (resource$258.state.loading = 5)),
16613
16618
  preloadPropsMap.has(type) ||
16614
16619
  ((pendingProps = {
16615
16620
  rel: "preload",
@@ -16622,16 +16627,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
16622
16627
  referrerPolicy: pendingProps.referrerPolicy
16623
16628
  }),
16624
16629
  preloadPropsMap.set(type, pendingProps),
16625
- styles$256 ||
16630
+ styles$257 ||
16626
16631
  preloadStylesheet(
16627
16632
  JSCompiler_inline_result,
16628
16633
  type,
16629
16634
  pendingProps,
16630
- resource$257.state
16635
+ resource$258.state
16631
16636
  )));
16632
16637
  if (currentProps && null === currentResource)
16633
16638
  throw Error(formatProdErrorMessage(528, ""));
16634
- return resource$257;
16639
+ return resource$258;
16635
16640
  }
16636
16641
  if (currentProps && null !== currentResource)
16637
16642
  throw Error(formatProdErrorMessage(529, ""));
@@ -16728,37 +16733,37 @@ function acquireResource(hoistableRoot, resource, props) {
16728
16733
  return (resource.instance = instance);
16729
16734
  case "stylesheet":
16730
16735
  styleProps = getStyleKey(props.href);
16731
- var instance$262 = hoistableRoot.querySelector(
16736
+ var instance$263 = hoistableRoot.querySelector(
16732
16737
  getStylesheetSelectorFromKey(styleProps)
16733
16738
  );
16734
- if (instance$262)
16739
+ if (instance$263)
16735
16740
  return (
16736
16741
  (resource.state.loading |= 4),
16737
- (resource.instance = instance$262),
16738
- markNodeAsHoistable(instance$262),
16739
- instance$262
16742
+ (resource.instance = instance$263),
16743
+ markNodeAsHoistable(instance$263),
16744
+ instance$263
16740
16745
  );
16741
16746
  instance = stylesheetPropsFromRawProps(props);
16742
16747
  (styleProps = preloadPropsMap.get(styleProps)) &&
16743
16748
  adoptPreloadPropsForStylesheet(instance, styleProps);
16744
- instance$262 = (
16749
+ instance$263 = (
16745
16750
  hoistableRoot.ownerDocument || hoistableRoot
16746
16751
  ).createElement("link");
16747
- markNodeAsHoistable(instance$262);
16748
- var linkInstance = instance$262;
16752
+ markNodeAsHoistable(instance$263);
16753
+ var linkInstance = instance$263;
16749
16754
  linkInstance._p = new Promise(function (resolve, reject) {
16750
16755
  linkInstance.onload = resolve;
16751
16756
  linkInstance.onerror = reject;
16752
16757
  });
16753
- setInitialProperties(instance$262, "link", instance);
16758
+ setInitialProperties(instance$263, "link", instance);
16754
16759
  resource.state.loading |= 4;
16755
- insertStylesheet(instance$262, props.precedence, hoistableRoot);
16756
- return (resource.instance = instance$262);
16760
+ insertStylesheet(instance$263, props.precedence, hoistableRoot);
16761
+ return (resource.instance = instance$263);
16757
16762
  case "script":
16758
- instance$262 = getScriptKey(props.src);
16763
+ instance$263 = getScriptKey(props.src);
16759
16764
  if (
16760
16765
  (styleProps = hoistableRoot.querySelector(
16761
- getScriptSelectorFromKey(instance$262)
16766
+ getScriptSelectorFromKey(instance$263)
16762
16767
  ))
16763
16768
  )
16764
16769
  return (
@@ -16767,7 +16772,7 @@ function acquireResource(hoistableRoot, resource, props) {
16767
16772
  styleProps
16768
16773
  );
16769
16774
  instance = props;
16770
- if ((styleProps = preloadPropsMap.get(instance$262)))
16775
+ if ((styleProps = preloadPropsMap.get(instance$263)))
16771
16776
  (instance = assign({}, props)),
16772
16777
  adoptPreloadPropsForScript(instance, styleProps);
16773
16778
  hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -17902,16 +17907,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
17902
17907
  0 === i && attemptExplicitHydrationTarget(target);
17903
17908
  }
17904
17909
  };
17905
- var isomorphicReactPackageVersion$jscomp$inline_2059 = React.version;
17910
+ var isomorphicReactPackageVersion$jscomp$inline_2060 = React.version;
17906
17911
  if (
17907
- "19.3.0-canary-ead92181-20251010" !==
17908
- isomorphicReactPackageVersion$jscomp$inline_2059
17912
+ "19.3.0-canary-d7215b49-20251013" !==
17913
+ isomorphicReactPackageVersion$jscomp$inline_2060
17909
17914
  )
17910
17915
  throw Error(
17911
17916
  formatProdErrorMessage(
17912
17917
  527,
17913
- isomorphicReactPackageVersion$jscomp$inline_2059,
17914
- "19.3.0-canary-ead92181-20251010"
17918
+ isomorphicReactPackageVersion$jscomp$inline_2060,
17919
+ "19.3.0-canary-d7215b49-20251013"
17915
17920
  )
17916
17921
  );
17917
17922
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17931,24 +17936,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
17931
17936
  null === componentOrElement ? null : componentOrElement.stateNode;
17932
17937
  return componentOrElement;
17933
17938
  };
17934
- var internals$jscomp$inline_2646 = {
17939
+ var internals$jscomp$inline_2647 = {
17935
17940
  bundleType: 0,
17936
- version: "19.3.0-canary-ead92181-20251010",
17941
+ version: "19.3.0-canary-d7215b49-20251013",
17937
17942
  rendererPackageName: "react-dom",
17938
17943
  currentDispatcherRef: ReactSharedInternals,
17939
- reconcilerVersion: "19.3.0-canary-ead92181-20251010"
17944
+ reconcilerVersion: "19.3.0-canary-d7215b49-20251013"
17940
17945
  };
17941
17946
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
17942
- var hook$jscomp$inline_2647 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
17947
+ var hook$jscomp$inline_2648 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
17943
17948
  if (
17944
- !hook$jscomp$inline_2647.isDisabled &&
17945
- hook$jscomp$inline_2647.supportsFiber
17949
+ !hook$jscomp$inline_2648.isDisabled &&
17950
+ hook$jscomp$inline_2648.supportsFiber
17946
17951
  )
17947
17952
  try {
17948
- (rendererID = hook$jscomp$inline_2647.inject(
17949
- internals$jscomp$inline_2646
17953
+ (rendererID = hook$jscomp$inline_2648.inject(
17954
+ internals$jscomp$inline_2647
17950
17955
  )),
17951
- (injectedHook = hook$jscomp$inline_2647);
17956
+ (injectedHook = hook$jscomp$inline_2648);
17952
17957
  } catch (err) {}
17953
17958
  }
17954
17959
  exports.createRoot = function (container, options) {
@@ -18034,4 +18039,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
18034
18039
  listenToAllSupportedEvents(container);
18035
18040
  return new ReactDOMHydrationRoot(initialChildren);
18036
18041
  };
18037
- exports.version = "19.3.0-canary-ead92181-20251010";
18042
+ exports.version = "19.3.0-canary-d7215b49-20251013";