@@ -1423,15 +1423,17 @@ __DEV__ &&
1423
1423
}
1424
1424
function setCurrentTrackFromLanes(lanes) {
1425
1425
currentTrack =
1426
- lanes & 127
1426
+ lanes & 63
1427
1427
? "Blocking"
1428
- : lanes & 4194176
1429
- ? "Transition"
1430
- : lanes & 62914560
1431
- ? "Suspense"
1432
- : lanes & 2080374784
1433
- ? "Idle"
1434
- : "Other";
1428
+ : lanes & 64
1429
+ ? "Gesture"
1430
+ : lanes & 4194176
1431
+ ? "Transition"
1432
+ : lanes & 62914560
1433
+ ? "Suspense"
1434
+ : lanes & 2080374784
1435
+ ? "Idle"
1436
+ : "Other";
1435
1437
}
1436
1438
function logComponentTrigger(fiber, startTime, endTime, trigger) {
1437
1439
supportsUserTiming &&
@@ -16496,11 +16498,6 @@ __DEV__ &&
16496
16498
var task = animatingTask;
16497
16499
animatingLanes &= ~lanes;
16498
16500
animatingTask = null;
16499
- 0 !== (lanes & 127) &&
16500
- 0 === (workInProgressRootRenderLanes & 127) &&
16501
- 0 === (pendingEffectsLanes & 127) &&
16502
- (setCurrentTrackFromLanes(2),
16503
- logAnimatingPhase(blockingClampTime, now$1(), task));
16504
16501
0 !== (lanes & 4194048) &&
16505
16502
0 === (workInProgressRootRenderLanes & 4194048) &&
16506
16503
0 === (pendingEffectsLanes & 4194048) &&
@@ -20227,10 +20224,10 @@ __DEV__ &&
20227
20224
(function () {
20228
20225
var internals = {
20229
20226
bundleType: 1,
20230
- version: "19.2.0-www-classic-e0c421ab -20250924",
20227
+ version: "19.2.0-www-classic-05b61f81 -20250924",
20231
20228
rendererPackageName: "react-art",
20232
20229
currentDispatcherRef: ReactSharedInternals,
20233
- reconcilerVersion: "19.2.0-www-classic-e0c421ab -20250924"
20230
+ reconcilerVersion: "19.2.0-www-classic-05b61f81 -20250924"
20234
20231
};
20235
20232
internals.overrideHookState = overrideHookState;
20236
20233
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20264,7 +20261,7 @@ __DEV__ &&
20264
20261
exports.Shape = Shape;
20265
20262
exports.Surface = Surface;
20266
20263
exports.Text = Text;
20267
- exports.version = "19.2.0-www-classic-e0c421ab -20250924";
20264
+ exports.version = "19.2.0-www-classic-05b61f81 -20250924";
20268
20265
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20269
20266
"function" ===
20270
20267
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments