react-dom 19.3.0-canary-06fcc8f3-20251009 → 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.
@@ -2250,19 +2250,19 @@ function getTargetInstForChangeEvent(domEventName, targetInst) {
2250
2250
  }
2251
2251
  var isInputEventSupported = !1;
2252
2252
  if (canUseDOM) {
2253
- var JSCompiler_inline_result$jscomp$351;
2253
+ var JSCompiler_inline_result$jscomp$352;
2254
2254
  if (canUseDOM) {
2255
- var isSupported$jscomp$inline_514 = "oninput" in document;
2256
- if (!isSupported$jscomp$inline_514) {
2257
- var element$jscomp$inline_515 = document.createElement("div");
2258
- element$jscomp$inline_515.setAttribute("oninput", "return;");
2259
- isSupported$jscomp$inline_514 =
2260
- "function" === typeof element$jscomp$inline_515.oninput;
2255
+ var isSupported$jscomp$inline_515 = "oninput" in document;
2256
+ if (!isSupported$jscomp$inline_515) {
2257
+ var element$jscomp$inline_516 = document.createElement("div");
2258
+ element$jscomp$inline_516.setAttribute("oninput", "return;");
2259
+ isSupported$jscomp$inline_515 =
2260
+ "function" === typeof element$jscomp$inline_516.oninput;
2261
2261
  }
2262
- JSCompiler_inline_result$jscomp$351 = isSupported$jscomp$inline_514;
2263
- } else JSCompiler_inline_result$jscomp$351 = !1;
2262
+ JSCompiler_inline_result$jscomp$352 = isSupported$jscomp$inline_515;
2263
+ } else JSCompiler_inline_result$jscomp$352 = !1;
2264
2264
  isInputEventSupported =
2265
- JSCompiler_inline_result$jscomp$351 &&
2265
+ JSCompiler_inline_result$jscomp$352 &&
2266
2266
  (!document.documentMode || 9 < document.documentMode);
2267
2267
  }
2268
2268
  function stopWatchingForValueChange() {
@@ -10229,6 +10229,7 @@ function measureNestedViewTransitions(changedParent, gesture) {
10229
10229
  }
10230
10230
  var offscreenSubtreeIsHidden = !1,
10231
10231
  offscreenSubtreeWasHidden = !1,
10232
+ offscreenDirectParentIsHidden = !1,
10232
10233
  needsFormReset = !1,
10233
10234
  PossiblyWeakSet = "function" === typeof WeakSet ? WeakSet : Set,
10234
10235
  nextEffect = null,
@@ -10377,6 +10378,8 @@ function commitBeforeMutationEffects_complete(
10377
10378
  flags = fiber.flags;
10378
10379
  switch (fiber.tag) {
10379
10380
  case 0:
10381
+ case 11:
10382
+ case 15:
10380
10383
  if (
10381
10384
  0 !== (flags & 4) &&
10382
10385
  ((current = fiber.updateQueue),
@@ -10391,9 +10394,6 @@ function commitBeforeMutationEffects_complete(
10391
10394
  (flags = current[isViewTransitionEligible]),
10392
10395
  (flags.ref.impl = flags.nextImpl);
10393
10396
  break;
10394
- case 11:
10395
- case 15:
10396
- break;
10397
10397
  case 1:
10398
10398
  if (0 !== (flags & 1024) && null !== current) {
10399
10399
  isViewTransitionEligible = void 0;
@@ -11234,7 +11234,10 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
11234
11234
  );
11235
11235
  break;
11236
11236
  case 5:
11237
+ hoistableRoot = offscreenDirectParentIsHidden;
11238
+ offscreenDirectParentIsHidden = !1;
11237
11239
  recursivelyTraverseMutationEffects(root, finishedWork, lanes);
11240
+ offscreenDirectParentIsHidden = hoistableRoot;
11238
11241
  commitReconciliationEffects(finishedWork);
11239
11242
  flags & 512 &&
11240
11243
  (offscreenSubtreeWasHidden ||
@@ -11340,11 +11343,15 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
11340
11343
  hoistableRoot = null !== finishedWork.memoizedState;
11341
11344
  var wasHidden = null !== current && null !== current.memoizedState,
11342
11345
  prevOffscreenSubtreeIsHidden = offscreenSubtreeIsHidden,
11343
- prevOffscreenSubtreeWasHidden = offscreenSubtreeWasHidden;
11346
+ prevOffscreenSubtreeWasHidden = offscreenSubtreeWasHidden,
11347
+ prevOffscreenDirectParentIsHidden$182 = offscreenDirectParentIsHidden;
11344
11348
  offscreenSubtreeIsHidden = prevOffscreenSubtreeIsHidden || hoistableRoot;
11349
+ offscreenDirectParentIsHidden =
11350
+ prevOffscreenDirectParentIsHidden$182 || hoistableRoot;
11345
11351
  offscreenSubtreeWasHidden = prevOffscreenSubtreeWasHidden || wasHidden;
11346
11352
  recursivelyTraverseMutationEffects(root, finishedWork, lanes);
11347
11353
  offscreenSubtreeWasHidden = prevOffscreenSubtreeWasHidden;
11354
+ offscreenDirectParentIsHidden = prevOffscreenDirectParentIsHidden$182;
11348
11355
  offscreenSubtreeIsHidden = prevOffscreenSubtreeIsHidden;
11349
11356
  wasHidden &&
11350
11357
  !hoistableRoot &&
@@ -11360,33 +11367,31 @@ function commitMutationEffectsOnFiber(finishedWork, root, lanes) {
11360
11367
  componentEffectEndTime
11361
11368
  );
11362
11369
  commitReconciliationEffects(finishedWork);
11363
- if (flags & 8192)
11364
- a: for (
11365
- root = finishedWork.stateNode,
11366
- root._visibility = hoistableRoot
11367
- ? root._visibility & -2
11368
- : root._visibility | 1,
11369
- !hoistableRoot ||
11370
- null === current ||
11371
- wasHidden ||
11372
- offscreenSubtreeIsHidden ||
11373
- offscreenSubtreeWasHidden ||
11374
- (recursivelyTraverseDisappearLayoutEffects(finishedWork),
11375
- 0 !== (finishedWork.mode & 2) &&
11376
- 0 <= componentEffectStartTime &&
11377
- 0 <= componentEffectEndTime &&
11378
- 0.05 < componentEffectEndTime - componentEffectStartTime &&
11379
- logComponentTrigger(
11380
- finishedWork,
11381
- componentEffectStartTime,
11382
- componentEffectEndTime,
11383
- "Disconnect"
11384
- )),
11385
- current = null,
11386
- root = finishedWork;
11387
- ;
11388
-
11389
- ) {
11370
+ if (
11371
+ flags & 8192 &&
11372
+ ((root = finishedWork.stateNode),
11373
+ (root._visibility = hoistableRoot
11374
+ ? root._visibility & -2
11375
+ : root._visibility | 1),
11376
+ !hoistableRoot ||
11377
+ null === current ||
11378
+ wasHidden ||
11379
+ offscreenSubtreeIsHidden ||
11380
+ offscreenSubtreeWasHidden ||
11381
+ (recursivelyTraverseDisappearLayoutEffects(finishedWork),
11382
+ 0 !== (finishedWork.mode & 2) &&
11383
+ 0 <= componentEffectStartTime &&
11384
+ 0 <= componentEffectEndTime &&
11385
+ 0.05 < componentEffectEndTime - componentEffectStartTime &&
11386
+ logComponentTrigger(
11387
+ finishedWork,
11388
+ componentEffectStartTime,
11389
+ componentEffectEndTime,
11390
+ "Disconnect"
11391
+ )),
11392
+ hoistableRoot || !offscreenDirectParentIsHidden)
11393
+ )
11394
+ a: for (current = null, root = finishedWork; ; ) {
11390
11395
  if (5 === root.tag || 26 === root.tag) {
11391
11396
  if (null === current) {
11392
11397
  lanes = current = root;
@@ -13523,7 +13528,7 @@ function prepareFreshStack(root, lanes) {
13523
13528
  0 <= blockingEventTime && blockingEventTime < blockingClampTime
13524
13529
  ? blockingClampTime
13525
13530
  : blockingEventTime;
13526
- var clampedRenderStartTime$210 =
13531
+ var clampedRenderStartTime$211 =
13527
13532
  0 <= endTime
13528
13533
  ? endTime
13529
13534
  : 0 <= previousRenderStartTime
@@ -13533,13 +13538,13 @@ function prepareFreshStack(root, lanes) {
13533
13538
  ? (setCurrentTrackFromLanes(2),
13534
13539
  logSuspendedWithDelayPhase(
13535
13540
  blockingSuspendedTime,
13536
- clampedRenderStartTime$210,
13541
+ clampedRenderStartTime$211,
13537
13542
  lanes
13538
13543
  ))
13539
13544
  : 0 !== (animatingLanes & 127) &&
13540
13545
  (setCurrentTrackFromLanes(2),
13541
- logAnimatingPhase(blockingClampTime, clampedRenderStartTime$210));
13542
- clampedRenderStartTime$210 = blockingEventType;
13546
+ logAnimatingPhase(blockingClampTime, clampedRenderStartTime$211));
13547
+ clampedRenderStartTime$211 = blockingEventType;
13543
13548
  var eventIsRepeat = 0 < blockingEventRepeatTime,
13544
13549
  isSpawnedUpdate = 1 === blockingUpdateType,
13545
13550
  isPingedUpdate = 2 === blockingUpdateType,
@@ -13554,12 +13559,12 @@ function prepareFreshStack(root, lanes) {
13554
13559
  ? endTime > previousRenderStartTime &&
13555
13560
  (endTime = previousRenderStartTime)
13556
13561
  : (endTime = previousRenderStartTime),
13557
- null !== clampedRenderStartTime$210 &&
13562
+ null !== clampedRenderStartTime$211 &&
13558
13563
  previousRenderStartTime > endTime &&
13559
13564
  console.timeStamp(
13560
13565
  eventIsRepeat
13561
13566
  ? "Consecutive"
13562
- : "Event: " + clampedRenderStartTime$210,
13567
+ : "Event: " + clampedRenderStartTime$211,
13563
13568
  endTime,
13564
13569
  previousRenderStartTime,
13565
13570
  currentTrack,
@@ -13601,13 +13606,13 @@ function prepareFreshStack(root, lanes) {
13601
13606
  0 <= transitionUpdateTime && transitionUpdateTime < transitionClampTime
13602
13607
  ? transitionClampTime
13603
13608
  : transitionUpdateTime),
13604
- (clampedRenderStartTime$210 =
13609
+ (clampedRenderStartTime$211 =
13605
13610
  0 <= transitionEventTime && transitionEventTime < transitionClampTime
13606
13611
  ? transitionClampTime
13607
13612
  : transitionEventTime),
13608
13613
  (eventIsRepeat =
13609
- 0 <= clampedRenderStartTime$210
13610
- ? clampedRenderStartTime$210
13614
+ 0 <= clampedRenderStartTime$211
13615
+ ? clampedRenderStartTime$211
13611
13616
  : 0 <= endTime
13612
13617
  ? endTime
13613
13618
  : renderStartTime),
@@ -13635,15 +13640,15 @@ function prepareFreshStack(root, lanes) {
13635
13640
  ? previousRenderStartTime > endTime &&
13636
13641
  (previousRenderStartTime = endTime)
13637
13642
  : (previousRenderStartTime = endTime),
13638
- 0 < clampedRenderStartTime$210
13639
- ? clampedRenderStartTime$210 > previousRenderStartTime &&
13640
- (clampedRenderStartTime$210 = previousRenderStartTime)
13641
- : (clampedRenderStartTime$210 = previousRenderStartTime),
13642
- previousRenderStartTime > clampedRenderStartTime$210 &&
13643
+ 0 < clampedRenderStartTime$211
13644
+ ? clampedRenderStartTime$211 > previousRenderStartTime &&
13645
+ (clampedRenderStartTime$211 = previousRenderStartTime)
13646
+ : (clampedRenderStartTime$211 = previousRenderStartTime),
13647
+ previousRenderStartTime > clampedRenderStartTime$211 &&
13643
13648
  null !== eventIsRepeat &&
13644
13649
  console.timeStamp(
13645
13650
  isSpawnedUpdate ? "Consecutive" : "Event: " + eventIsRepeat,
13646
- clampedRenderStartTime$210,
13651
+ clampedRenderStartTime$211,
13647
13652
  previousRenderStartTime,
13648
13653
  currentTrack,
13649
13654
  "Scheduler \u269b",
@@ -13718,9 +13723,9 @@ function prepareFreshStack(root, lanes) {
13718
13723
  endTime = root.entangledLanes;
13719
13724
  if (0 !== endTime)
13720
13725
  for (root = root.entanglements, endTime &= lanes; 0 < endTime; )
13721
- (clampedRenderStartTime$210 = 31 - clz32(endTime)),
13722
- (eventIsRepeat = 1 << clampedRenderStartTime$210),
13723
- (lanes |= root[clampedRenderStartTime$210]),
13726
+ (clampedRenderStartTime$211 = 31 - clz32(endTime)),
13727
+ (eventIsRepeat = 1 << clampedRenderStartTime$211),
13728
+ (lanes |= root[clampedRenderStartTime$211]),
13724
13729
  (endTime &= ~eventIsRepeat);
13725
13730
  entangledRenderLanes = lanes;
13726
13731
  finishQueueingConcurrentUpdates();
@@ -13851,8 +13856,8 @@ function renderRootSync(root, lanes, shouldYieldForPrerendering) {
13851
13856
  workLoopSync();
13852
13857
  memoizedUpdaters = workInProgressRootExitStatus;
13853
13858
  break;
13854
- } catch (thrownValue$215) {
13855
- handleThrow(root, thrownValue$215);
13859
+ } catch (thrownValue$216) {
13860
+ handleThrow(root, thrownValue$216);
13856
13861
  }
13857
13862
  while (1);
13858
13863
  lanes && root.shellSuspendCounter++;
@@ -13977,8 +13982,8 @@ function renderRootConcurrent(root, lanes) {
13977
13982
  }
13978
13983
  workLoopConcurrentByScheduler();
13979
13984
  break;
13980
- } catch (thrownValue$217) {
13981
- handleThrow(root, thrownValue$217);
13985
+ } catch (thrownValue$218) {
13986
+ handleThrow(root, thrownValue$218);
13982
13987
  }
13983
13988
  while (1);
13984
13989
  lastContextDependency = currentlyRenderingFiber$1 = null;
@@ -14908,14 +14913,14 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
14908
14913
  isFlushingWork = !0;
14909
14914
  do {
14910
14915
  var didPerformSomeWork = !1;
14911
- for (var root$221 = firstScheduledRoot; null !== root$221; ) {
14916
+ for (var root$222 = firstScheduledRoot; null !== root$222; ) {
14912
14917
  if (!onlyLegacy)
14913
14918
  if (0 !== syncTransitionLanes) {
14914
- var pendingLanes = root$221.pendingLanes;
14919
+ var pendingLanes = root$222.pendingLanes;
14915
14920
  if (0 === pendingLanes) var JSCompiler_inline_result = 0;
14916
14921
  else {
14917
- var suspendedLanes = root$221.suspendedLanes,
14918
- pingedLanes = root$221.pingedLanes;
14922
+ var suspendedLanes = root$222.suspendedLanes,
14923
+ pingedLanes = root$222.pingedLanes;
14919
14924
  JSCompiler_inline_result =
14920
14925
  (1 << (31 - clz32(42 | syncTransitionLanes) + 1)) - 1;
14921
14926
  JSCompiler_inline_result &=
@@ -14929,20 +14934,20 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
14929
14934
  }
14930
14935
  0 !== JSCompiler_inline_result &&
14931
14936
  ((didPerformSomeWork = !0),
14932
- performSyncWorkOnRoot(root$221, JSCompiler_inline_result));
14937
+ performSyncWorkOnRoot(root$222, JSCompiler_inline_result));
14933
14938
  } else
14934
14939
  (JSCompiler_inline_result = workInProgressRootRenderLanes),
14935
14940
  (JSCompiler_inline_result = getNextLanes(
14936
- root$221,
14937
- root$221 === workInProgressRoot ? JSCompiler_inline_result : 0,
14938
- null !== root$221.cancelPendingCommit ||
14939
- -1 !== root$221.timeoutHandle
14941
+ root$222,
14942
+ root$222 === workInProgressRoot ? JSCompiler_inline_result : 0,
14943
+ null !== root$222.cancelPendingCommit ||
14944
+ -1 !== root$222.timeoutHandle
14940
14945
  )),
14941
14946
  0 === (JSCompiler_inline_result & 3) ||
14942
- checkIfRootIsPrerendering(root$221, JSCompiler_inline_result) ||
14947
+ checkIfRootIsPrerendering(root$222, JSCompiler_inline_result) ||
14943
14948
  ((didPerformSomeWork = !0),
14944
- performSyncWorkOnRoot(root$221, JSCompiler_inline_result));
14945
- root$221 = root$221.next;
14949
+ performSyncWorkOnRoot(root$222, JSCompiler_inline_result));
14950
+ root$222 = root$222.next;
14946
14951
  }
14947
14952
  } while (didPerformSomeWork);
14948
14953
  isFlushingWork = !1;
@@ -15196,20 +15201,20 @@ function extractEvents$1(
15196
15201
  }
15197
15202
  }
15198
15203
  for (
15199
- var i$jscomp$inline_2000 = 0;
15200
- i$jscomp$inline_2000 < simpleEventPluginEvents.length;
15201
- i$jscomp$inline_2000++
15204
+ var i$jscomp$inline_2001 = 0;
15205
+ i$jscomp$inline_2001 < simpleEventPluginEvents.length;
15206
+ i$jscomp$inline_2001++
15202
15207
  ) {
15203
- var eventName$jscomp$inline_2001 =
15204
- simpleEventPluginEvents[i$jscomp$inline_2000],
15205
- domEventName$jscomp$inline_2002 =
15206
- eventName$jscomp$inline_2001.toLowerCase(),
15207
- capitalizedEvent$jscomp$inline_2003 =
15208
- eventName$jscomp$inline_2001[0].toUpperCase() +
15209
- eventName$jscomp$inline_2001.slice(1);
15208
+ var eventName$jscomp$inline_2002 =
15209
+ simpleEventPluginEvents[i$jscomp$inline_2001],
15210
+ domEventName$jscomp$inline_2003 =
15211
+ eventName$jscomp$inline_2002.toLowerCase(),
15212
+ capitalizedEvent$jscomp$inline_2004 =
15213
+ eventName$jscomp$inline_2002[0].toUpperCase() +
15214
+ eventName$jscomp$inline_2002.slice(1);
15210
15215
  registerSimpleEvent(
15211
- domEventName$jscomp$inline_2002,
15212
- "on" + capitalizedEvent$jscomp$inline_2003
15216
+ domEventName$jscomp$inline_2003,
15217
+ "on" + capitalizedEvent$jscomp$inline_2004
15213
15218
  );
15214
15219
  }
15215
15220
  registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -16363,34 +16368,34 @@ function setInitialProperties(domElement, tag, props) {
16363
16368
  defaultChecked = null;
16364
16369
  for (hasSrc in props)
16365
16370
  if (props.hasOwnProperty(hasSrc)) {
16366
- var propValue$235 = props[hasSrc];
16367
- if (null != propValue$235)
16371
+ var propValue$236 = props[hasSrc];
16372
+ if (null != propValue$236)
16368
16373
  switch (hasSrc) {
16369
16374
  case "name":
16370
- hasSrcSet = propValue$235;
16375
+ hasSrcSet = propValue$236;
16371
16376
  break;
16372
16377
  case "type":
16373
- propValue = propValue$235;
16378
+ propValue = propValue$236;
16374
16379
  break;
16375
16380
  case "checked":
16376
- checked = propValue$235;
16381
+ checked = propValue$236;
16377
16382
  break;
16378
16383
  case "defaultChecked":
16379
- defaultChecked = propValue$235;
16384
+ defaultChecked = propValue$236;
16380
16385
  break;
16381
16386
  case "value":
16382
- propKey = propValue$235;
16387
+ propKey = propValue$236;
16383
16388
  break;
16384
16389
  case "defaultValue":
16385
- defaultValue = propValue$235;
16390
+ defaultValue = propValue$236;
16386
16391
  break;
16387
16392
  case "children":
16388
16393
  case "dangerouslySetInnerHTML":
16389
- if (null != propValue$235)
16394
+ if (null != propValue$236)
16390
16395
  throw Error(formatProdErrorMessage(137, tag));
16391
16396
  break;
16392
16397
  default:
16393
- setProp(domElement, tag, hasSrc, propValue$235, props, null);
16398
+ setProp(domElement, tag, hasSrc, propValue$236, props, null);
16394
16399
  }
16395
16400
  }
16396
16401
  initInput(
@@ -16527,14 +16532,14 @@ function setInitialProperties(domElement, tag, props) {
16527
16532
  return;
16528
16533
  default:
16529
16534
  if (isCustomElement(tag)) {
16530
- for (propValue$235 in props)
16531
- props.hasOwnProperty(propValue$235) &&
16532
- ((hasSrc = props[propValue$235]),
16535
+ for (propValue$236 in props)
16536
+ props.hasOwnProperty(propValue$236) &&
16537
+ ((hasSrc = props[propValue$236]),
16533
16538
  void 0 !== hasSrc &&
16534
16539
  setPropOnCustomElement(
16535
16540
  domElement,
16536
16541
  tag,
16537
- propValue$235,
16542
+ propValue$236,
16538
16543
  hasSrc,
16539
16544
  props,
16540
16545
  void 0
@@ -16582,14 +16587,14 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16582
16587
  setProp(domElement, tag, propKey, null, nextProps, lastProp);
16583
16588
  }
16584
16589
  }
16585
- for (var propKey$252 in nextProps) {
16586
- var propKey = nextProps[propKey$252];
16587
- lastProp = lastProps[propKey$252];
16590
+ for (var propKey$253 in nextProps) {
16591
+ var propKey = nextProps[propKey$253];
16592
+ lastProp = lastProps[propKey$253];
16588
16593
  if (
16589
- nextProps.hasOwnProperty(propKey$252) &&
16594
+ nextProps.hasOwnProperty(propKey$253) &&
16590
16595
  (null != propKey || null != lastProp)
16591
16596
  )
16592
- switch (propKey$252) {
16597
+ switch (propKey$253) {
16593
16598
  case "type":
16594
16599
  propKey !== lastProp && (viewTransitionMutationContext = !0);
16595
16600
  type = propKey;
@@ -16624,7 +16629,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16624
16629
  setProp(
16625
16630
  domElement,
16626
16631
  tag,
16627
- propKey$252,
16632
+ propKey$253,
16628
16633
  propKey,
16629
16634
  nextProps,
16630
16635
  lastProp
@@ -16643,7 +16648,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16643
16648
  );
16644
16649
  return;
16645
16650
  case "select":
16646
- propKey = value = defaultValue = propKey$252 = null;
16651
+ propKey = value = defaultValue = propKey$253 = null;
16647
16652
  for (type in lastProps)
16648
16653
  if (
16649
16654
  ((lastDefaultValue = lastProps[type]),
@@ -16675,7 +16680,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16675
16680
  switch (name) {
16676
16681
  case "value":
16677
16682
  type !== lastDefaultValue && (viewTransitionMutationContext = !0);
16678
- propKey$252 = type;
16683
+ propKey$253 = type;
16679
16684
  break;
16680
16685
  case "defaultValue":
16681
16686
  type !== lastDefaultValue && (viewTransitionMutationContext = !0);
@@ -16698,15 +16703,15 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16698
16703
  tag = defaultValue;
16699
16704
  lastProps = value;
16700
16705
  nextProps = propKey;
16701
- null != propKey$252
16702
- ? updateOptions(domElement, !!lastProps, propKey$252, !1)
16706
+ null != propKey$253
16707
+ ? updateOptions(domElement, !!lastProps, propKey$253, !1)
16703
16708
  : !!nextProps !== !!lastProps &&
16704
16709
  (null != tag
16705
16710
  ? updateOptions(domElement, !!lastProps, tag, !0)
16706
16711
  : updateOptions(domElement, !!lastProps, lastProps ? [] : "", !1));
16707
16712
  return;
16708
16713
  case "textarea":
16709
- propKey = propKey$252 = null;
16714
+ propKey = propKey$253 = null;
16710
16715
  for (defaultValue in lastProps)
16711
16716
  if (
16712
16717
  ((name = lastProps[defaultValue]),
@@ -16731,7 +16736,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16731
16736
  switch (value) {
16732
16737
  case "value":
16733
16738
  name !== type && (viewTransitionMutationContext = !0);
16734
- propKey$252 = name;
16739
+ propKey$253 = name;
16735
16740
  break;
16736
16741
  case "defaultValue":
16737
16742
  name !== type && (viewTransitionMutationContext = !0);
@@ -16746,17 +16751,17 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16746
16751
  name !== type &&
16747
16752
  setProp(domElement, tag, value, name, nextProps, type);
16748
16753
  }
16749
- updateTextarea(domElement, propKey$252, propKey);
16754
+ updateTextarea(domElement, propKey$253, propKey);
16750
16755
  return;
16751
16756
  case "option":
16752
- for (var propKey$268 in lastProps)
16757
+ for (var propKey$269 in lastProps)
16753
16758
  if (
16754
- ((propKey$252 = lastProps[propKey$268]),
16755
- lastProps.hasOwnProperty(propKey$268) &&
16756
- null != propKey$252 &&
16757
- !nextProps.hasOwnProperty(propKey$268))
16759
+ ((propKey$253 = lastProps[propKey$269]),
16760
+ lastProps.hasOwnProperty(propKey$269) &&
16761
+ null != propKey$253 &&
16762
+ !nextProps.hasOwnProperty(propKey$269))
16758
16763
  )
16759
- switch (propKey$268) {
16764
+ switch (propKey$269) {
16760
16765
  case "selected":
16761
16766
  domElement.selected = !1;
16762
16767
  break;
@@ -16764,34 +16769,34 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16764
16769
  setProp(
16765
16770
  domElement,
16766
16771
  tag,
16767
- propKey$268,
16772
+ propKey$269,
16768
16773
  null,
16769
16774
  nextProps,
16770
- propKey$252
16775
+ propKey$253
16771
16776
  );
16772
16777
  }
16773
16778
  for (lastDefaultValue in nextProps)
16774
16779
  if (
16775
- ((propKey$252 = nextProps[lastDefaultValue]),
16780
+ ((propKey$253 = nextProps[lastDefaultValue]),
16776
16781
  (propKey = lastProps[lastDefaultValue]),
16777
16782
  nextProps.hasOwnProperty(lastDefaultValue) &&
16778
- propKey$252 !== propKey &&
16779
- (null != propKey$252 || null != propKey))
16783
+ propKey$253 !== propKey &&
16784
+ (null != propKey$253 || null != propKey))
16780
16785
  )
16781
16786
  switch (lastDefaultValue) {
16782
16787
  case "selected":
16783
- propKey$252 !== propKey && (viewTransitionMutationContext = !0);
16788
+ propKey$253 !== propKey && (viewTransitionMutationContext = !0);
16784
16789
  domElement.selected =
16785
- propKey$252 &&
16786
- "function" !== typeof propKey$252 &&
16787
- "symbol" !== typeof propKey$252;
16790
+ propKey$253 &&
16791
+ "function" !== typeof propKey$253 &&
16792
+ "symbol" !== typeof propKey$253;
16788
16793
  break;
16789
16794
  default:
16790
16795
  setProp(
16791
16796
  domElement,
16792
16797
  tag,
16793
16798
  lastDefaultValue,
16794
- propKey$252,
16799
+ propKey$253,
16795
16800
  nextProps,
16796
16801
  propKey
16797
16802
  );
@@ -16812,24 +16817,24 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16812
16817
  case "track":
16813
16818
  case "wbr":
16814
16819
  case "menuitem":
16815
- for (var propKey$273 in lastProps)
16816
- (propKey$252 = lastProps[propKey$273]),
16817
- lastProps.hasOwnProperty(propKey$273) &&
16818
- null != propKey$252 &&
16819
- !nextProps.hasOwnProperty(propKey$273) &&
16820
- setProp(domElement, tag, propKey$273, null, nextProps, propKey$252);
16820
+ for (var propKey$274 in lastProps)
16821
+ (propKey$253 = lastProps[propKey$274]),
16822
+ lastProps.hasOwnProperty(propKey$274) &&
16823
+ null != propKey$253 &&
16824
+ !nextProps.hasOwnProperty(propKey$274) &&
16825
+ setProp(domElement, tag, propKey$274, null, nextProps, propKey$253);
16821
16826
  for (checked in nextProps)
16822
16827
  if (
16823
- ((propKey$252 = nextProps[checked]),
16828
+ ((propKey$253 = nextProps[checked]),
16824
16829
  (propKey = lastProps[checked]),
16825
16830
  nextProps.hasOwnProperty(checked) &&
16826
- propKey$252 !== propKey &&
16827
- (null != propKey$252 || null != propKey))
16831
+ propKey$253 !== propKey &&
16832
+ (null != propKey$253 || null != propKey))
16828
16833
  )
16829
16834
  switch (checked) {
16830
16835
  case "children":
16831
16836
  case "dangerouslySetInnerHTML":
16832
- if (null != propKey$252)
16837
+ if (null != propKey$253)
16833
16838
  throw Error(formatProdErrorMessage(137, tag));
16834
16839
  break;
16835
16840
  default:
@@ -16837,7 +16842,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16837
16842
  domElement,
16838
16843
  tag,
16839
16844
  checked,
16840
- propKey$252,
16845
+ propKey$253,
16841
16846
  nextProps,
16842
16847
  propKey
16843
16848
  );
@@ -16845,49 +16850,49 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
16845
16850
  return;
16846
16851
  default:
16847
16852
  if (isCustomElement(tag)) {
16848
- for (var propKey$278 in lastProps)
16849
- (propKey$252 = lastProps[propKey$278]),
16850
- lastProps.hasOwnProperty(propKey$278) &&
16851
- void 0 !== propKey$252 &&
16852
- !nextProps.hasOwnProperty(propKey$278) &&
16853
+ for (var propKey$279 in lastProps)
16854
+ (propKey$253 = lastProps[propKey$279]),
16855
+ lastProps.hasOwnProperty(propKey$279) &&
16856
+ void 0 !== propKey$253 &&
16857
+ !nextProps.hasOwnProperty(propKey$279) &&
16853
16858
  setPropOnCustomElement(
16854
16859
  domElement,
16855
16860
  tag,
16856
- propKey$278,
16861
+ propKey$279,
16857
16862
  void 0,
16858
16863
  nextProps,
16859
- propKey$252
16864
+ propKey$253
16860
16865
  );
16861
16866
  for (defaultChecked in nextProps)
16862
- (propKey$252 = nextProps[defaultChecked]),
16867
+ (propKey$253 = nextProps[defaultChecked]),
16863
16868
  (propKey = lastProps[defaultChecked]),
16864
16869
  !nextProps.hasOwnProperty(defaultChecked) ||
16865
- propKey$252 === propKey ||
16866
- (void 0 === propKey$252 && void 0 === propKey) ||
16870
+ propKey$253 === propKey ||
16871
+ (void 0 === propKey$253 && void 0 === propKey) ||
16867
16872
  setPropOnCustomElement(
16868
16873
  domElement,
16869
16874
  tag,
16870
16875
  defaultChecked,
16871
- propKey$252,
16876
+ propKey$253,
16872
16877
  nextProps,
16873
16878
  propKey
16874
16879
  );
16875
16880
  return;
16876
16881
  }
16877
16882
  }
16878
- for (var propKey$283 in lastProps)
16879
- (propKey$252 = lastProps[propKey$283]),
16880
- lastProps.hasOwnProperty(propKey$283) &&
16881
- null != propKey$252 &&
16882
- !nextProps.hasOwnProperty(propKey$283) &&
16883
- setProp(domElement, tag, propKey$283, null, nextProps, propKey$252);
16883
+ for (var propKey$284 in lastProps)
16884
+ (propKey$253 = lastProps[propKey$284]),
16885
+ lastProps.hasOwnProperty(propKey$284) &&
16886
+ null != propKey$253 &&
16887
+ !nextProps.hasOwnProperty(propKey$284) &&
16888
+ setProp(domElement, tag, propKey$284, null, nextProps, propKey$253);
16884
16889
  for (lastProp in nextProps)
16885
- (propKey$252 = nextProps[lastProp]),
16890
+ (propKey$253 = nextProps[lastProp]),
16886
16891
  (propKey = lastProps[lastProp]),
16887
16892
  !nextProps.hasOwnProperty(lastProp) ||
16888
- propKey$252 === propKey ||
16889
- (null == propKey$252 && null == propKey) ||
16890
- setProp(domElement, tag, lastProp, propKey$252, nextProps, propKey);
16893
+ propKey$253 === propKey ||
16894
+ (null == propKey$253 && null == propKey) ||
16895
+ setProp(domElement, tag, lastProp, propKey$253, nextProps, propKey);
16891
16896
  }
16892
16897
  function isLikelyStaticResource(initiatorType) {
16893
16898
  switch (initiatorType) {
@@ -18494,26 +18499,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
18494
18499
  "string" === typeof pendingProps.precedence
18495
18500
  ) {
18496
18501
  type = getStyleKey(pendingProps.href);
18497
- var styles$299 = getResourcesFromRoot(
18502
+ var styles$300 = getResourcesFromRoot(
18498
18503
  JSCompiler_inline_result
18499
18504
  ).hoistableStyles,
18500
- resource$300 = styles$299.get(type);
18501
- resource$300 ||
18505
+ resource$301 = styles$300.get(type);
18506
+ resource$301 ||
18502
18507
  ((JSCompiler_inline_result =
18503
18508
  JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
18504
- (resource$300 = {
18509
+ (resource$301 = {
18505
18510
  type: "stylesheet",
18506
18511
  instance: null,
18507
18512
  count: 0,
18508
18513
  state: { loading: 0, preload: null }
18509
18514
  }),
18510
- styles$299.set(type, resource$300),
18511
- (styles$299 = JSCompiler_inline_result.querySelector(
18515
+ styles$300.set(type, resource$301),
18516
+ (styles$300 = JSCompiler_inline_result.querySelector(
18512
18517
  getStylesheetSelectorFromKey(type)
18513
18518
  )) &&
18514
- !styles$299._p &&
18515
- ((resource$300.instance = styles$299),
18516
- (resource$300.state.loading = 5)),
18519
+ !styles$300._p &&
18520
+ ((resource$301.instance = styles$300),
18521
+ (resource$301.state.loading = 5)),
18517
18522
  preloadPropsMap.has(type) ||
18518
18523
  ((pendingProps = {
18519
18524
  rel: "preload",
@@ -18526,16 +18531,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
18526
18531
  referrerPolicy: pendingProps.referrerPolicy
18527
18532
  }),
18528
18533
  preloadPropsMap.set(type, pendingProps),
18529
- styles$299 ||
18534
+ styles$300 ||
18530
18535
  preloadStylesheet(
18531
18536
  JSCompiler_inline_result,
18532
18537
  type,
18533
18538
  pendingProps,
18534
- resource$300.state
18539
+ resource$301.state
18535
18540
  )));
18536
18541
  if (currentProps && null === currentResource)
18537
18542
  throw Error(formatProdErrorMessage(528, ""));
18538
- return resource$300;
18543
+ return resource$301;
18539
18544
  }
18540
18545
  if (currentProps && null !== currentResource)
18541
18546
  throw Error(formatProdErrorMessage(529, ""));
@@ -18632,37 +18637,37 @@ function acquireResource(hoistableRoot, resource, props) {
18632
18637
  return (resource.instance = instance);
18633
18638
  case "stylesheet":
18634
18639
  styleProps = getStyleKey(props.href);
18635
- var instance$305 = hoistableRoot.querySelector(
18640
+ var instance$306 = hoistableRoot.querySelector(
18636
18641
  getStylesheetSelectorFromKey(styleProps)
18637
18642
  );
18638
- if (instance$305)
18643
+ if (instance$306)
18639
18644
  return (
18640
18645
  (resource.state.loading |= 4),
18641
- (resource.instance = instance$305),
18642
- markNodeAsHoistable(instance$305),
18643
- instance$305
18646
+ (resource.instance = instance$306),
18647
+ markNodeAsHoistable(instance$306),
18648
+ instance$306
18644
18649
  );
18645
18650
  instance = stylesheetPropsFromRawProps(props);
18646
18651
  (styleProps = preloadPropsMap.get(styleProps)) &&
18647
18652
  adoptPreloadPropsForStylesheet(instance, styleProps);
18648
- instance$305 = (
18653
+ instance$306 = (
18649
18654
  hoistableRoot.ownerDocument || hoistableRoot
18650
18655
  ).createElement("link");
18651
- markNodeAsHoistable(instance$305);
18652
- var linkInstance = instance$305;
18656
+ markNodeAsHoistable(instance$306);
18657
+ var linkInstance = instance$306;
18653
18658
  linkInstance._p = new Promise(function (resolve, reject) {
18654
18659
  linkInstance.onload = resolve;
18655
18660
  linkInstance.onerror = reject;
18656
18661
  });
18657
- setInitialProperties(instance$305, "link", instance);
18662
+ setInitialProperties(instance$306, "link", instance);
18658
18663
  resource.state.loading |= 4;
18659
- insertStylesheet(instance$305, props.precedence, hoistableRoot);
18660
- return (resource.instance = instance$305);
18664
+ insertStylesheet(instance$306, props.precedence, hoistableRoot);
18665
+ return (resource.instance = instance$306);
18661
18666
  case "script":
18662
- instance$305 = getScriptKey(props.src);
18667
+ instance$306 = getScriptKey(props.src);
18663
18668
  if (
18664
18669
  (styleProps = hoistableRoot.querySelector(
18665
- getScriptSelectorFromKey(instance$305)
18670
+ getScriptSelectorFromKey(instance$306)
18666
18671
  ))
18667
18672
  )
18668
18673
  return (
@@ -18671,7 +18676,7 @@ function acquireResource(hoistableRoot, resource, props) {
18671
18676
  styleProps
18672
18677
  );
18673
18678
  instance = props;
18674
- if ((styleProps = preloadPropsMap.get(instance$305)))
18679
+ if ((styleProps = preloadPropsMap.get(instance$306)))
18675
18680
  (instance = assign({}, props)),
18676
18681
  adoptPreloadPropsForScript(instance, styleProps);
18677
18682
  hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -19823,16 +19828,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
19823
19828
  0 === i && attemptExplicitHydrationTarget(target);
19824
19829
  }
19825
19830
  };
19826
- var isomorphicReactPackageVersion$jscomp$inline_2356 = React.version;
19831
+ var isomorphicReactPackageVersion$jscomp$inline_2357 = React.version;
19827
19832
  if (
19828
- "19.3.0-canary-06fcc8f3-20251009" !==
19829
- isomorphicReactPackageVersion$jscomp$inline_2356
19833
+ "19.3.0-canary-d7215b49-20251013" !==
19834
+ isomorphicReactPackageVersion$jscomp$inline_2357
19830
19835
  )
19831
19836
  throw Error(
19832
19837
  formatProdErrorMessage(
19833
19838
  527,
19834
- isomorphicReactPackageVersion$jscomp$inline_2356,
19835
- "19.3.0-canary-06fcc8f3-20251009"
19839
+ isomorphicReactPackageVersion$jscomp$inline_2357,
19840
+ "19.3.0-canary-d7215b49-20251013"
19836
19841
  )
19837
19842
  );
19838
19843
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19852,24 +19857,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
19852
19857
  null === componentOrElement ? null : componentOrElement.stateNode;
19853
19858
  return componentOrElement;
19854
19859
  };
19855
- var internals$jscomp$inline_2956 = {
19860
+ var internals$jscomp$inline_2957 = {
19856
19861
  bundleType: 0,
19857
- version: "19.3.0-canary-06fcc8f3-20251009",
19862
+ version: "19.3.0-canary-d7215b49-20251013",
19858
19863
  rendererPackageName: "react-dom",
19859
19864
  currentDispatcherRef: ReactSharedInternals,
19860
- reconcilerVersion: "19.3.0-canary-06fcc8f3-20251009"
19865
+ reconcilerVersion: "19.3.0-canary-d7215b49-20251013"
19861
19866
  };
19862
19867
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
19863
- var hook$jscomp$inline_2957 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
19868
+ var hook$jscomp$inline_2958 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
19864
19869
  if (
19865
- !hook$jscomp$inline_2957.isDisabled &&
19866
- hook$jscomp$inline_2957.supportsFiber
19870
+ !hook$jscomp$inline_2958.isDisabled &&
19871
+ hook$jscomp$inline_2958.supportsFiber
19867
19872
  )
19868
19873
  try {
19869
- (rendererID = hook$jscomp$inline_2957.inject(
19870
- internals$jscomp$inline_2956
19874
+ (rendererID = hook$jscomp$inline_2958.inject(
19875
+ internals$jscomp$inline_2957
19871
19876
  )),
19872
- (injectedHook = hook$jscomp$inline_2957);
19877
+ (injectedHook = hook$jscomp$inline_2958);
19873
19878
  } catch (err) {}
19874
19879
  }
19875
19880
  function getCrossOriginStringAs(as, input) {
@@ -20116,7 +20121,7 @@ exports.useFormState = function (action, initialState, permalink) {
20116
20121
  exports.useFormStatus = function () {
20117
20122
  return ReactSharedInternals.H.useHostTransitionStatus();
20118
20123
  };
20119
- exports.version = "19.3.0-canary-06fcc8f3-20251009";
20124
+ exports.version = "19.3.0-canary-d7215b49-20251013";
20120
20125
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20121
20126
  "function" ===
20122
20127
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&