react-dom 19.2.0-canary-7216c0f0-20250630 → 19.2.0-canary-ef8b6fa2-20250702

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.
@@ -2044,19 +2044,19 @@ function getTargetInstForChangeEvent(domEventName, targetInst) {
2044
2044
  }
2045
2045
  var isInputEventSupported = !1;
2046
2046
  if (canUseDOM) {
2047
- var JSCompiler_inline_result$jscomp$295;
2047
+ var JSCompiler_inline_result$jscomp$283;
2048
2048
  if (canUseDOM) {
2049
- var isSupported$jscomp$inline_440 = "oninput" in document;
2050
- if (!isSupported$jscomp$inline_440) {
2051
- var element$jscomp$inline_441 = document.createElement("div");
2052
- element$jscomp$inline_441.setAttribute("oninput", "return;");
2053
- isSupported$jscomp$inline_440 =
2054
- "function" === typeof element$jscomp$inline_441.oninput;
2049
+ var isSupported$jscomp$inline_428 = "oninput" in document;
2050
+ if (!isSupported$jscomp$inline_428) {
2051
+ var element$jscomp$inline_429 = document.createElement("div");
2052
+ element$jscomp$inline_429.setAttribute("oninput", "return;");
2053
+ isSupported$jscomp$inline_428 =
2054
+ "function" === typeof element$jscomp$inline_429.oninput;
2055
2055
  }
2056
- JSCompiler_inline_result$jscomp$295 = isSupported$jscomp$inline_440;
2057
- } else JSCompiler_inline_result$jscomp$295 = !1;
2056
+ JSCompiler_inline_result$jscomp$283 = isSupported$jscomp$inline_428;
2057
+ } else JSCompiler_inline_result$jscomp$283 = !1;
2058
2058
  isInputEventSupported =
2059
- JSCompiler_inline_result$jscomp$295 &&
2059
+ JSCompiler_inline_result$jscomp$283 &&
2060
2060
  (!document.documentMode || 9 < document.documentMode);
2061
2061
  }
2062
2062
  function stopWatchingForValueChange() {
@@ -7156,9 +7156,9 @@ function attemptEarlyBailoutIfNoScheduledUpdate(
7156
7156
  );
7157
7157
  break;
7158
7158
  case 13:
7159
- var state$103 = workInProgress.memoizedState;
7160
- if (null !== state$103) {
7161
- if (null !== state$103.dehydrated)
7159
+ var state$100 = workInProgress.memoizedState;
7160
+ if (null !== state$100) {
7161
+ if (null !== state$100.dehydrated)
7162
7162
  return (
7163
7163
  pushPrimaryTreeSuspenseHandler(workInProgress),
7164
7164
  (workInProgress.flags |= 128),
@@ -7178,17 +7178,17 @@ function attemptEarlyBailoutIfNoScheduledUpdate(
7178
7178
  break;
7179
7179
  case 19:
7180
7180
  var didSuspendBefore = 0 !== (current.flags & 128);
7181
- state$103 = 0 !== (renderLanes & workInProgress.childLanes);
7182
- state$103 ||
7181
+ state$100 = 0 !== (renderLanes & workInProgress.childLanes);
7182
+ state$100 ||
7183
7183
  (propagateParentContextChanges(
7184
7184
  current,
7185
7185
  workInProgress,
7186
7186
  renderLanes,
7187
7187
  !1
7188
7188
  ),
7189
- (state$103 = 0 !== (renderLanes & workInProgress.childLanes)));
7189
+ (state$100 = 0 !== (renderLanes & workInProgress.childLanes)));
7190
7190
  if (didSuspendBefore) {
7191
- if (state$103)
7191
+ if (state$100)
7192
7192
  return updateSuspenseListComponent(
7193
7193
  current,
7194
7194
  workInProgress,
@@ -7202,7 +7202,7 @@ function attemptEarlyBailoutIfNoScheduledUpdate(
7202
7202
  (didSuspendBefore.tail = null),
7203
7203
  (didSuspendBefore.lastEffect = null));
7204
7204
  push(suspenseStackCursor, suspenseStackCursor.current);
7205
- if (state$103) break;
7205
+ if (state$100) break;
7206
7206
  else return null;
7207
7207
  case 22:
7208
7208
  return (
@@ -7882,14 +7882,14 @@ function cutOffTailIfNeeded(renderState, hasRenderedATailFallback) {
7882
7882
  break;
7883
7883
  case "collapsed":
7884
7884
  lastTailNode = renderState.tail;
7885
- for (var lastTailNode$114 = null; null !== lastTailNode; )
7886
- null !== lastTailNode.alternate && (lastTailNode$114 = lastTailNode),
7885
+ for (var lastTailNode$104 = null; null !== lastTailNode; )
7886
+ null !== lastTailNode.alternate && (lastTailNode$104 = lastTailNode),
7887
7887
  (lastTailNode = lastTailNode.sibling);
7888
- null === lastTailNode$114
7888
+ null === lastTailNode$104
7889
7889
  ? hasRenderedATailFallback || null === renderState.tail
7890
7890
  ? (renderState.tail = null)
7891
7891
  : (renderState.tail.sibling = null)
7892
- : (lastTailNode$114.sibling = null);
7892
+ : (lastTailNode$104.sibling = null);
7893
7893
  }
7894
7894
  }
7895
7895
  function bubbleProperties(completedWork) {
@@ -7899,19 +7899,19 @@ function bubbleProperties(completedWork) {
7899
7899
  newChildLanes = 0,
7900
7900
  subtreeFlags = 0;
7901
7901
  if (didBailout)
7902
- for (var child$115 = completedWork.child; null !== child$115; )
7903
- (newChildLanes |= child$115.lanes | child$115.childLanes),
7904
- (subtreeFlags |= child$115.subtreeFlags & 65011712),
7905
- (subtreeFlags |= child$115.flags & 65011712),
7906
- (child$115.return = completedWork),
7907
- (child$115 = child$115.sibling);
7902
+ for (var child$105 = completedWork.child; null !== child$105; )
7903
+ (newChildLanes |= child$105.lanes | child$105.childLanes),
7904
+ (subtreeFlags |= child$105.subtreeFlags & 65011712),
7905
+ (subtreeFlags |= child$105.flags & 65011712),
7906
+ (child$105.return = completedWork),
7907
+ (child$105 = child$105.sibling);
7908
7908
  else
7909
- for (child$115 = completedWork.child; null !== child$115; )
7910
- (newChildLanes |= child$115.lanes | child$115.childLanes),
7911
- (subtreeFlags |= child$115.subtreeFlags),
7912
- (subtreeFlags |= child$115.flags),
7913
- (child$115.return = completedWork),
7914
- (child$115 = child$115.sibling);
7909
+ for (child$105 = completedWork.child; null !== child$105; )
7910
+ (newChildLanes |= child$105.lanes | child$105.childLanes),
7911
+ (subtreeFlags |= child$105.subtreeFlags),
7912
+ (subtreeFlags |= child$105.flags),
7913
+ (child$105.return = completedWork),
7914
+ (child$105 = child$105.sibling);
7915
7915
  completedWork.subtreeFlags |= subtreeFlags;
7916
7916
  completedWork.childLanes = newChildLanes;
7917
7917
  return didBailout;
@@ -8660,8 +8660,8 @@ function safelyDetachRef(current, nearestMountedAncestor) {
8660
8660
  else if ("function" === typeof ref)
8661
8661
  try {
8662
8662
  ref(null);
8663
- } catch (error$148) {
8664
- captureCommitPhaseError(current, nearestMountedAncestor, error$148);
8663
+ } catch (error$138) {
8664
+ captureCommitPhaseError(current, nearestMountedAncestor, error$138);
8665
8665
  }
8666
8666
  else ref.current = null;
8667
8667
  }
@@ -8902,8 +8902,7 @@ function commitBeforeMutationEffects(root, firstChild) {
8902
8902
  try {
8903
8903
  var resolvedPrevProps = resolveClassComponentProps(
8904
8904
  JSCompiler_temp.type,
8905
- anchorOffset,
8906
- JSCompiler_temp.elementType === JSCompiler_temp.type
8905
+ anchorOffset
8907
8906
  );
8908
8907
  root = selection.getSnapshotBeforeUpdate(
8909
8908
  resolvedPrevProps,
@@ -8987,11 +8986,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) {
8987
8986
  current,
8988
8987
  finishedRoot.__reactInternalSnapshotBeforeUpdate
8989
8988
  );
8990
- } catch (error$147) {
8989
+ } catch (error$137) {
8991
8990
  captureCommitPhaseError(
8992
8991
  finishedWork,
8993
8992
  finishedWork.return,
8994
- error$147
8993
+ error$137
8995
8994
  );
8996
8995
  }
8997
8996
  }
@@ -9814,20 +9813,20 @@ function commitReconciliationEffects(finishedWork) {
9814
9813
  insertOrAppendPlacementNode(finishedWork, before, parent);
9815
9814
  break;
9816
9815
  case 5:
9817
- var parent$149 = hostParentFiber.stateNode;
9816
+ var parent$139 = hostParentFiber.stateNode;
9818
9817
  hostParentFiber.flags & 32 &&
9819
- (setTextContent(parent$149, ""), (hostParentFiber.flags &= -33));
9820
- var before$150 = getHostSibling(finishedWork);
9821
- insertOrAppendPlacementNode(finishedWork, before$150, parent$149);
9818
+ (setTextContent(parent$139, ""), (hostParentFiber.flags &= -33));
9819
+ var before$140 = getHostSibling(finishedWork);
9820
+ insertOrAppendPlacementNode(finishedWork, before$140, parent$139);
9822
9821
  break;
9823
9822
  case 3:
9824
9823
  case 4:
9825
- var parent$151 = hostParentFiber.stateNode.containerInfo,
9826
- before$152 = getHostSibling(finishedWork);
9824
+ var parent$141 = hostParentFiber.stateNode.containerInfo,
9825
+ before$142 = getHostSibling(finishedWork);
9827
9826
  insertOrAppendPlacementNodeIntoContainer(
9828
9827
  finishedWork,
9829
- before$152,
9830
- parent$151
9828
+ before$142,
9829
+ parent$141
9831
9830
  );
9832
9831
  break;
9833
9832
  default:
@@ -11047,8 +11046,8 @@ function renderRootSync(root, lanes, shouldYieldForPrerendering) {
11047
11046
  workLoopSync();
11048
11047
  exitStatus = workInProgressRootExitStatus;
11049
11048
  break;
11050
- } catch (thrownValue$173) {
11051
- handleThrow(root, thrownValue$173);
11049
+ } catch (thrownValue$163) {
11050
+ handleThrow(root, thrownValue$163);
11052
11051
  }
11053
11052
  while (1);
11054
11053
  lanes && root.shellSuspendCounter++;
@@ -11167,8 +11166,8 @@ function renderRootConcurrent(root, lanes) {
11167
11166
  }
11168
11167
  workLoopConcurrentByScheduler();
11169
11168
  break;
11170
- } catch (thrownValue$175) {
11171
- handleThrow(root, thrownValue$175);
11169
+ } catch (thrownValue$165) {
11170
+ handleThrow(root, thrownValue$165);
11172
11171
  }
11173
11172
  while (1);
11174
11173
  lastContextDependency = currentlyRenderingFiber$1 = null;
@@ -11804,14 +11803,14 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
11804
11803
  isFlushingWork = !0;
11805
11804
  do {
11806
11805
  var didPerformSomeWork = !1;
11807
- for (var root$180 = firstScheduledRoot; null !== root$180; ) {
11806
+ for (var root$168 = firstScheduledRoot; null !== root$168; ) {
11808
11807
  if (!onlyLegacy)
11809
11808
  if (0 !== syncTransitionLanes) {
11810
- var pendingLanes = root$180.pendingLanes;
11809
+ var pendingLanes = root$168.pendingLanes;
11811
11810
  if (0 === pendingLanes) var JSCompiler_inline_result = 0;
11812
11811
  else {
11813
- var suspendedLanes = root$180.suspendedLanes,
11814
- pingedLanes = root$180.pingedLanes;
11812
+ var suspendedLanes = root$168.suspendedLanes,
11813
+ pingedLanes = root$168.pingedLanes;
11815
11814
  JSCompiler_inline_result =
11816
11815
  (1 << (31 - clz32(42 | syncTransitionLanes) + 1)) - 1;
11817
11816
  JSCompiler_inline_result &=
@@ -11825,20 +11824,20 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
11825
11824
  }
11826
11825
  0 !== JSCompiler_inline_result &&
11827
11826
  ((didPerformSomeWork = !0),
11828
- performSyncWorkOnRoot(root$180, JSCompiler_inline_result));
11827
+ performSyncWorkOnRoot(root$168, JSCompiler_inline_result));
11829
11828
  } else
11830
11829
  (JSCompiler_inline_result = workInProgressRootRenderLanes),
11831
11830
  (JSCompiler_inline_result = getNextLanes(
11832
- root$180,
11833
- root$180 === workInProgressRoot ? JSCompiler_inline_result : 0,
11834
- null !== root$180.cancelPendingCommit ||
11835
- -1 !== root$180.timeoutHandle
11831
+ root$168,
11832
+ root$168 === workInProgressRoot ? JSCompiler_inline_result : 0,
11833
+ null !== root$168.cancelPendingCommit ||
11834
+ -1 !== root$168.timeoutHandle
11836
11835
  )),
11837
11836
  0 === (JSCompiler_inline_result & 3) ||
11838
- checkIfRootIsPrerendering(root$180, JSCompiler_inline_result) ||
11837
+ checkIfRootIsPrerendering(root$168, JSCompiler_inline_result) ||
11839
11838
  ((didPerformSomeWork = !0),
11840
- performSyncWorkOnRoot(root$180, JSCompiler_inline_result));
11841
- root$180 = root$180.next;
11839
+ performSyncWorkOnRoot(root$168, JSCompiler_inline_result));
11840
+ root$168 = root$168.next;
11842
11841
  }
11843
11842
  } while (didPerformSomeWork);
11844
11843
  isFlushingWork = !1;
@@ -12082,20 +12081,20 @@ function extractEvents$1(
12082
12081
  }
12083
12082
  }
12084
12083
  for (
12085
- var i$jscomp$inline_1597 = 0;
12086
- i$jscomp$inline_1597 < simpleEventPluginEvents.length;
12087
- i$jscomp$inline_1597++
12084
+ var i$jscomp$inline_1578 = 0;
12085
+ i$jscomp$inline_1578 < simpleEventPluginEvents.length;
12086
+ i$jscomp$inline_1578++
12088
12087
  ) {
12089
- var eventName$jscomp$inline_1598 =
12090
- simpleEventPluginEvents[i$jscomp$inline_1597],
12091
- domEventName$jscomp$inline_1599 =
12092
- eventName$jscomp$inline_1598.toLowerCase(),
12093
- capitalizedEvent$jscomp$inline_1600 =
12094
- eventName$jscomp$inline_1598[0].toUpperCase() +
12095
- eventName$jscomp$inline_1598.slice(1);
12088
+ var eventName$jscomp$inline_1579 =
12089
+ simpleEventPluginEvents[i$jscomp$inline_1578],
12090
+ domEventName$jscomp$inline_1580 =
12091
+ eventName$jscomp$inline_1579.toLowerCase(),
12092
+ capitalizedEvent$jscomp$inline_1581 =
12093
+ eventName$jscomp$inline_1579[0].toUpperCase() +
12094
+ eventName$jscomp$inline_1579.slice(1);
12096
12095
  registerSimpleEvent(
12097
- domEventName$jscomp$inline_1599,
12098
- "on" + capitalizedEvent$jscomp$inline_1600
12096
+ domEventName$jscomp$inline_1580,
12097
+ "on" + capitalizedEvent$jscomp$inline_1581
12099
12098
  );
12100
12099
  }
12101
12100
  registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -13269,34 +13268,34 @@ function setInitialProperties(domElement, tag, props) {
13269
13268
  defaultChecked = null;
13270
13269
  for (hasSrc in props)
13271
13270
  if (props.hasOwnProperty(hasSrc)) {
13272
- var propValue$194 = props[hasSrc];
13273
- if (null != propValue$194)
13271
+ var propValue$182 = props[hasSrc];
13272
+ if (null != propValue$182)
13274
13273
  switch (hasSrc) {
13275
13274
  case "name":
13276
- hasSrcSet = propValue$194;
13275
+ hasSrcSet = propValue$182;
13277
13276
  break;
13278
13277
  case "type":
13279
- propValue = propValue$194;
13278
+ propValue = propValue$182;
13280
13279
  break;
13281
13280
  case "checked":
13282
- checked = propValue$194;
13281
+ checked = propValue$182;
13283
13282
  break;
13284
13283
  case "defaultChecked":
13285
- defaultChecked = propValue$194;
13284
+ defaultChecked = propValue$182;
13286
13285
  break;
13287
13286
  case "value":
13288
- propKey = propValue$194;
13287
+ propKey = propValue$182;
13289
13288
  break;
13290
13289
  case "defaultValue":
13291
- defaultValue = propValue$194;
13290
+ defaultValue = propValue$182;
13292
13291
  break;
13293
13292
  case "children":
13294
13293
  case "dangerouslySetInnerHTML":
13295
- if (null != propValue$194)
13294
+ if (null != propValue$182)
13296
13295
  throw Error(formatProdErrorMessage(137, tag));
13297
13296
  break;
13298
13297
  default:
13299
- setProp(domElement, tag, hasSrc, propValue$194, props, null);
13298
+ setProp(domElement, tag, hasSrc, propValue$182, props, null);
13300
13299
  }
13301
13300
  }
13302
13301
  initInput(
@@ -13433,14 +13432,14 @@ function setInitialProperties(domElement, tag, props) {
13433
13432
  return;
13434
13433
  default:
13435
13434
  if (isCustomElement(tag)) {
13436
- for (propValue$194 in props)
13437
- props.hasOwnProperty(propValue$194) &&
13438
- ((hasSrc = props[propValue$194]),
13435
+ for (propValue$182 in props)
13436
+ props.hasOwnProperty(propValue$182) &&
13437
+ ((hasSrc = props[propValue$182]),
13439
13438
  void 0 !== hasSrc &&
13440
13439
  setPropOnCustomElement(
13441
13440
  domElement,
13442
13441
  tag,
13443
- propValue$194,
13442
+ propValue$182,
13444
13443
  hasSrc,
13445
13444
  props,
13446
13445
  void 0
@@ -13488,14 +13487,14 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13488
13487
  setProp(domElement, tag, propKey, null, nextProps, lastProp);
13489
13488
  }
13490
13489
  }
13491
- for (var propKey$211 in nextProps) {
13492
- var propKey = nextProps[propKey$211];
13493
- lastProp = lastProps[propKey$211];
13490
+ for (var propKey$199 in nextProps) {
13491
+ var propKey = nextProps[propKey$199];
13492
+ lastProp = lastProps[propKey$199];
13494
13493
  if (
13495
- nextProps.hasOwnProperty(propKey$211) &&
13494
+ nextProps.hasOwnProperty(propKey$199) &&
13496
13495
  (null != propKey || null != lastProp)
13497
13496
  )
13498
- switch (propKey$211) {
13497
+ switch (propKey$199) {
13499
13498
  case "type":
13500
13499
  type = propKey;
13501
13500
  break;
@@ -13524,7 +13523,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13524
13523
  setProp(
13525
13524
  domElement,
13526
13525
  tag,
13527
- propKey$211,
13526
+ propKey$199,
13528
13527
  propKey,
13529
13528
  nextProps,
13530
13529
  lastProp
@@ -13543,7 +13542,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13543
13542
  );
13544
13543
  return;
13545
13544
  case "select":
13546
- propKey = value = defaultValue = propKey$211 = null;
13545
+ propKey = value = defaultValue = propKey$199 = null;
13547
13546
  for (type in lastProps)
13548
13547
  if (
13549
13548
  ((lastDefaultValue = lastProps[type]),
@@ -13574,7 +13573,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13574
13573
  )
13575
13574
  switch (name) {
13576
13575
  case "value":
13577
- propKey$211 = type;
13576
+ propKey$199 = type;
13578
13577
  break;
13579
13578
  case "defaultValue":
13580
13579
  defaultValue = type;
@@ -13595,15 +13594,15 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13595
13594
  tag = defaultValue;
13596
13595
  lastProps = value;
13597
13596
  nextProps = propKey;
13598
- null != propKey$211
13599
- ? updateOptions(domElement, !!lastProps, propKey$211, !1)
13597
+ null != propKey$199
13598
+ ? updateOptions(domElement, !!lastProps, propKey$199, !1)
13600
13599
  : !!nextProps !== !!lastProps &&
13601
13600
  (null != tag
13602
13601
  ? updateOptions(domElement, !!lastProps, tag, !0)
13603
13602
  : updateOptions(domElement, !!lastProps, lastProps ? [] : "", !1));
13604
13603
  return;
13605
13604
  case "textarea":
13606
- propKey = propKey$211 = null;
13605
+ propKey = propKey$199 = null;
13607
13606
  for (defaultValue in lastProps)
13608
13607
  if (
13609
13608
  ((name = lastProps[defaultValue]),
@@ -13627,7 +13626,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13627
13626
  )
13628
13627
  switch (value) {
13629
13628
  case "value":
13630
- propKey$211 = name;
13629
+ propKey$199 = name;
13631
13630
  break;
13632
13631
  case "defaultValue":
13633
13632
  propKey = name;
@@ -13641,17 +13640,17 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13641
13640
  name !== type &&
13642
13641
  setProp(domElement, tag, value, name, nextProps, type);
13643
13642
  }
13644
- updateTextarea(domElement, propKey$211, propKey);
13643
+ updateTextarea(domElement, propKey$199, propKey);
13645
13644
  return;
13646
13645
  case "option":
13647
- for (var propKey$227 in lastProps)
13646
+ for (var propKey$215 in lastProps)
13648
13647
  if (
13649
- ((propKey$211 = lastProps[propKey$227]),
13650
- lastProps.hasOwnProperty(propKey$227) &&
13651
- null != propKey$211 &&
13652
- !nextProps.hasOwnProperty(propKey$227))
13648
+ ((propKey$199 = lastProps[propKey$215]),
13649
+ lastProps.hasOwnProperty(propKey$215) &&
13650
+ null != propKey$199 &&
13651
+ !nextProps.hasOwnProperty(propKey$215))
13653
13652
  )
13654
- switch (propKey$227) {
13653
+ switch (propKey$215) {
13655
13654
  case "selected":
13656
13655
  domElement.selected = !1;
13657
13656
  break;
@@ -13659,33 +13658,33 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13659
13658
  setProp(
13660
13659
  domElement,
13661
13660
  tag,
13662
- propKey$227,
13661
+ propKey$215,
13663
13662
  null,
13664
13663
  nextProps,
13665
- propKey$211
13664
+ propKey$199
13666
13665
  );
13667
13666
  }
13668
13667
  for (lastDefaultValue in nextProps)
13669
13668
  if (
13670
- ((propKey$211 = nextProps[lastDefaultValue]),
13669
+ ((propKey$199 = nextProps[lastDefaultValue]),
13671
13670
  (propKey = lastProps[lastDefaultValue]),
13672
13671
  nextProps.hasOwnProperty(lastDefaultValue) &&
13673
- propKey$211 !== propKey &&
13674
- (null != propKey$211 || null != propKey))
13672
+ propKey$199 !== propKey &&
13673
+ (null != propKey$199 || null != propKey))
13675
13674
  )
13676
13675
  switch (lastDefaultValue) {
13677
13676
  case "selected":
13678
13677
  domElement.selected =
13679
- propKey$211 &&
13680
- "function" !== typeof propKey$211 &&
13681
- "symbol" !== typeof propKey$211;
13678
+ propKey$199 &&
13679
+ "function" !== typeof propKey$199 &&
13680
+ "symbol" !== typeof propKey$199;
13682
13681
  break;
13683
13682
  default:
13684
13683
  setProp(
13685
13684
  domElement,
13686
13685
  tag,
13687
13686
  lastDefaultValue,
13688
- propKey$211,
13687
+ propKey$199,
13689
13688
  nextProps,
13690
13689
  propKey
13691
13690
  );
@@ -13706,24 +13705,24 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13706
13705
  case "track":
13707
13706
  case "wbr":
13708
13707
  case "menuitem":
13709
- for (var propKey$232 in lastProps)
13710
- (propKey$211 = lastProps[propKey$232]),
13711
- lastProps.hasOwnProperty(propKey$232) &&
13712
- null != propKey$211 &&
13713
- !nextProps.hasOwnProperty(propKey$232) &&
13714
- setProp(domElement, tag, propKey$232, null, nextProps, propKey$211);
13708
+ for (var propKey$220 in lastProps)
13709
+ (propKey$199 = lastProps[propKey$220]),
13710
+ lastProps.hasOwnProperty(propKey$220) &&
13711
+ null != propKey$199 &&
13712
+ !nextProps.hasOwnProperty(propKey$220) &&
13713
+ setProp(domElement, tag, propKey$220, null, nextProps, propKey$199);
13715
13714
  for (checked in nextProps)
13716
13715
  if (
13717
- ((propKey$211 = nextProps[checked]),
13716
+ ((propKey$199 = nextProps[checked]),
13718
13717
  (propKey = lastProps[checked]),
13719
13718
  nextProps.hasOwnProperty(checked) &&
13720
- propKey$211 !== propKey &&
13721
- (null != propKey$211 || null != propKey))
13719
+ propKey$199 !== propKey &&
13720
+ (null != propKey$199 || null != propKey))
13722
13721
  )
13723
13722
  switch (checked) {
13724
13723
  case "children":
13725
13724
  case "dangerouslySetInnerHTML":
13726
- if (null != propKey$211)
13725
+ if (null != propKey$199)
13727
13726
  throw Error(formatProdErrorMessage(137, tag));
13728
13727
  break;
13729
13728
  default:
@@ -13731,7 +13730,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13731
13730
  domElement,
13732
13731
  tag,
13733
13732
  checked,
13734
- propKey$211,
13733
+ propKey$199,
13735
13734
  nextProps,
13736
13735
  propKey
13737
13736
  );
@@ -13739,49 +13738,49 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13739
13738
  return;
13740
13739
  default:
13741
13740
  if (isCustomElement(tag)) {
13742
- for (var propKey$237 in lastProps)
13743
- (propKey$211 = lastProps[propKey$237]),
13744
- lastProps.hasOwnProperty(propKey$237) &&
13745
- void 0 !== propKey$211 &&
13746
- !nextProps.hasOwnProperty(propKey$237) &&
13741
+ for (var propKey$225 in lastProps)
13742
+ (propKey$199 = lastProps[propKey$225]),
13743
+ lastProps.hasOwnProperty(propKey$225) &&
13744
+ void 0 !== propKey$199 &&
13745
+ !nextProps.hasOwnProperty(propKey$225) &&
13747
13746
  setPropOnCustomElement(
13748
13747
  domElement,
13749
13748
  tag,
13750
- propKey$237,
13749
+ propKey$225,
13751
13750
  void 0,
13752
13751
  nextProps,
13753
- propKey$211
13752
+ propKey$199
13754
13753
  );
13755
13754
  for (defaultChecked in nextProps)
13756
- (propKey$211 = nextProps[defaultChecked]),
13755
+ (propKey$199 = nextProps[defaultChecked]),
13757
13756
  (propKey = lastProps[defaultChecked]),
13758
13757
  !nextProps.hasOwnProperty(defaultChecked) ||
13759
- propKey$211 === propKey ||
13760
- (void 0 === propKey$211 && void 0 === propKey) ||
13758
+ propKey$199 === propKey ||
13759
+ (void 0 === propKey$199 && void 0 === propKey) ||
13761
13760
  setPropOnCustomElement(
13762
13761
  domElement,
13763
13762
  tag,
13764
13763
  defaultChecked,
13765
- propKey$211,
13764
+ propKey$199,
13766
13765
  nextProps,
13767
13766
  propKey
13768
13767
  );
13769
13768
  return;
13770
13769
  }
13771
13770
  }
13772
- for (var propKey$242 in lastProps)
13773
- (propKey$211 = lastProps[propKey$242]),
13774
- lastProps.hasOwnProperty(propKey$242) &&
13775
- null != propKey$211 &&
13776
- !nextProps.hasOwnProperty(propKey$242) &&
13777
- setProp(domElement, tag, propKey$242, null, nextProps, propKey$211);
13771
+ for (var propKey$230 in lastProps)
13772
+ (propKey$199 = lastProps[propKey$230]),
13773
+ lastProps.hasOwnProperty(propKey$230) &&
13774
+ null != propKey$199 &&
13775
+ !nextProps.hasOwnProperty(propKey$230) &&
13776
+ setProp(domElement, tag, propKey$230, null, nextProps, propKey$199);
13778
13777
  for (lastProp in nextProps)
13779
- (propKey$211 = nextProps[lastProp]),
13778
+ (propKey$199 = nextProps[lastProp]),
13780
13779
  (propKey = lastProps[lastProp]),
13781
13780
  !nextProps.hasOwnProperty(lastProp) ||
13782
- propKey$211 === propKey ||
13783
- (null == propKey$211 && null == propKey) ||
13784
- setProp(domElement, tag, lastProp, propKey$211, nextProps, propKey);
13781
+ propKey$199 === propKey ||
13782
+ (null == propKey$199 && null == propKey) ||
13783
+ setProp(domElement, tag, lastProp, propKey$199, nextProps, propKey);
13785
13784
  }
13786
13785
  var eventsEnabled = null,
13787
13786
  selectionInformation = null;
@@ -14450,26 +14449,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
14450
14449
  "string" === typeof pendingProps.precedence
14451
14450
  ) {
14452
14451
  type = getStyleKey(pendingProps.href);
14453
- var styles$253 = getResourcesFromRoot(
14452
+ var styles$241 = getResourcesFromRoot(
14454
14453
  JSCompiler_inline_result
14455
14454
  ).hoistableStyles,
14456
- resource$254 = styles$253.get(type);
14457
- resource$254 ||
14455
+ resource$242 = styles$241.get(type);
14456
+ resource$242 ||
14458
14457
  ((JSCompiler_inline_result =
14459
14458
  JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
14460
- (resource$254 = {
14459
+ (resource$242 = {
14461
14460
  type: "stylesheet",
14462
14461
  instance: null,
14463
14462
  count: 0,
14464
14463
  state: { loading: 0, preload: null }
14465
14464
  }),
14466
- styles$253.set(type, resource$254),
14467
- (styles$253 = JSCompiler_inline_result.querySelector(
14465
+ styles$241.set(type, resource$242),
14466
+ (styles$241 = JSCompiler_inline_result.querySelector(
14468
14467
  getStylesheetSelectorFromKey(type)
14469
14468
  )) &&
14470
- !styles$253._p &&
14471
- ((resource$254.instance = styles$253),
14472
- (resource$254.state.loading = 5)),
14469
+ !styles$241._p &&
14470
+ ((resource$242.instance = styles$241),
14471
+ (resource$242.state.loading = 5)),
14473
14472
  preloadPropsMap.has(type) ||
14474
14473
  ((pendingProps = {
14475
14474
  rel: "preload",
@@ -14482,16 +14481,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
14482
14481
  referrerPolicy: pendingProps.referrerPolicy
14483
14482
  }),
14484
14483
  preloadPropsMap.set(type, pendingProps),
14485
- styles$253 ||
14484
+ styles$241 ||
14486
14485
  preloadStylesheet(
14487
14486
  JSCompiler_inline_result,
14488
14487
  type,
14489
14488
  pendingProps,
14490
- resource$254.state
14489
+ resource$242.state
14491
14490
  )));
14492
14491
  if (currentProps && null === currentResource)
14493
14492
  throw Error(formatProdErrorMessage(528, ""));
14494
- return resource$254;
14493
+ return resource$242;
14495
14494
  }
14496
14495
  if (currentProps && null !== currentResource)
14497
14496
  throw Error(formatProdErrorMessage(529, ""));
@@ -14588,37 +14587,37 @@ function acquireResource(hoistableRoot, resource, props) {
14588
14587
  return (resource.instance = instance);
14589
14588
  case "stylesheet":
14590
14589
  styleProps = getStyleKey(props.href);
14591
- var instance$259 = hoistableRoot.querySelector(
14590
+ var instance$247 = hoistableRoot.querySelector(
14592
14591
  getStylesheetSelectorFromKey(styleProps)
14593
14592
  );
14594
- if (instance$259)
14593
+ if (instance$247)
14595
14594
  return (
14596
14595
  (resource.state.loading |= 4),
14597
- (resource.instance = instance$259),
14598
- markNodeAsHoistable(instance$259),
14599
- instance$259
14596
+ (resource.instance = instance$247),
14597
+ markNodeAsHoistable(instance$247),
14598
+ instance$247
14600
14599
  );
14601
14600
  instance = stylesheetPropsFromRawProps(props);
14602
14601
  (styleProps = preloadPropsMap.get(styleProps)) &&
14603
14602
  adoptPreloadPropsForStylesheet(instance, styleProps);
14604
- instance$259 = (
14603
+ instance$247 = (
14605
14604
  hoistableRoot.ownerDocument || hoistableRoot
14606
14605
  ).createElement("link");
14607
- markNodeAsHoistable(instance$259);
14608
- var linkInstance = instance$259;
14606
+ markNodeAsHoistable(instance$247);
14607
+ var linkInstance = instance$247;
14609
14608
  linkInstance._p = new Promise(function (resolve, reject) {
14610
14609
  linkInstance.onload = resolve;
14611
14610
  linkInstance.onerror = reject;
14612
14611
  });
14613
- setInitialProperties(instance$259, "link", instance);
14612
+ setInitialProperties(instance$247, "link", instance);
14614
14613
  resource.state.loading |= 4;
14615
- insertStylesheet(instance$259, props.precedence, hoistableRoot);
14616
- return (resource.instance = instance$259);
14614
+ insertStylesheet(instance$247, props.precedence, hoistableRoot);
14615
+ return (resource.instance = instance$247);
14617
14616
  case "script":
14618
- instance$259 = getScriptKey(props.src);
14617
+ instance$247 = getScriptKey(props.src);
14619
14618
  if (
14620
14619
  (styleProps = hoistableRoot.querySelector(
14621
- getScriptSelectorFromKey(instance$259)
14620
+ getScriptSelectorFromKey(instance$247)
14622
14621
  ))
14623
14622
  )
14624
14623
  return (
@@ -14627,7 +14626,7 @@ function acquireResource(hoistableRoot, resource, props) {
14627
14626
  styleProps
14628
14627
  );
14629
14628
  instance = props;
14630
- if ((styleProps = preloadPropsMap.get(instance$259)))
14629
+ if ((styleProps = preloadPropsMap.get(instance$247)))
14631
14630
  (instance = assign({}, props)),
14632
14631
  adoptPreloadPropsForScript(instance, styleProps);
14633
14632
  hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -15711,16 +15710,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15711
15710
  0 === i && attemptExplicitHydrationTarget(target);
15712
15711
  }
15713
15712
  };
15714
- var isomorphicReactPackageVersion$jscomp$inline_1857 = React.version;
15713
+ var isomorphicReactPackageVersion$jscomp$inline_1838 = React.version;
15715
15714
  if (
15716
- "19.2.0-canary-7216c0f0-20250630" !==
15717
- isomorphicReactPackageVersion$jscomp$inline_1857
15715
+ "19.2.0-canary-ef8b6fa2-20250702" !==
15716
+ isomorphicReactPackageVersion$jscomp$inline_1838
15718
15717
  )
15719
15718
  throw Error(
15720
15719
  formatProdErrorMessage(
15721
15720
  527,
15722
- isomorphicReactPackageVersion$jscomp$inline_1857,
15723
- "19.2.0-canary-7216c0f0-20250630"
15721
+ isomorphicReactPackageVersion$jscomp$inline_1838,
15722
+ "19.2.0-canary-ef8b6fa2-20250702"
15724
15723
  )
15725
15724
  );
15726
15725
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15740,24 +15739,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15740
15739
  null === componentOrElement ? null : componentOrElement.stateNode;
15741
15740
  return componentOrElement;
15742
15741
  };
15743
- var internals$jscomp$inline_2350 = {
15742
+ var internals$jscomp$inline_2331 = {
15744
15743
  bundleType: 0,
15745
- version: "19.2.0-canary-7216c0f0-20250630",
15744
+ version: "19.2.0-canary-ef8b6fa2-20250702",
15746
15745
  rendererPackageName: "react-dom",
15747
15746
  currentDispatcherRef: ReactSharedInternals,
15748
- reconcilerVersion: "19.2.0-canary-7216c0f0-20250630"
15747
+ reconcilerVersion: "19.2.0-canary-ef8b6fa2-20250702"
15749
15748
  };
15750
15749
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15751
- var hook$jscomp$inline_2351 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15750
+ var hook$jscomp$inline_2332 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15752
15751
  if (
15753
- !hook$jscomp$inline_2351.isDisabled &&
15754
- hook$jscomp$inline_2351.supportsFiber
15752
+ !hook$jscomp$inline_2332.isDisabled &&
15753
+ hook$jscomp$inline_2332.supportsFiber
15755
15754
  )
15756
15755
  try {
15757
- (rendererID = hook$jscomp$inline_2351.inject(
15758
- internals$jscomp$inline_2350
15756
+ (rendererID = hook$jscomp$inline_2332.inject(
15757
+ internals$jscomp$inline_2331
15759
15758
  )),
15760
- (injectedHook = hook$jscomp$inline_2351);
15759
+ (injectedHook = hook$jscomp$inline_2332);
15761
15760
  } catch (err) {}
15762
15761
  }
15763
15762
  exports.createRoot = function (container, options) {
@@ -15843,4 +15842,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15843
15842
  listenToAllSupportedEvents(container);
15844
15843
  return new ReactDOMHydrationRoot(initialChildren);
15845
15844
  };
15846
- exports.version = "19.2.0-canary-7216c0f0-20250630";
15845
+ exports.version = "19.2.0-canary-ef8b6fa2-20250702";