Skip to content

Commit e26abae

Browse files
committed
Get rid of the directional gesture options (#32788)
Stacked on #32786. `startGestureTransition` doesn't have a concept of two directions. It's just a start and end range now. DiffTrain build for [8b2046d](8b2046d)
1 parent e98f986 commit e26abae

35 files changed

+86
-87
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0a7cf20b220a9f719e06fd8a12dfde3ab029c651
1+
8b2046d0ce379e083b4f5678598c2af9d507f507
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0a7cf20b220a9f719e06fd8a12dfde3ab029c651
1+
8b2046d0ce379e083b4f5678598c2af9d507f507

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ __DEV__ &&
15071507
exports.useTransition = function () {
15081508
return resolveDispatcher().useTransition();
15091509
};
1510-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
1510+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";
15111511
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15121512
"function" ===
15131513
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ __DEV__ &&
15071507
exports.useTransition = function () {
15081508
return resolveDispatcher().useTransition();
15091509
};
1510-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
1510+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";
15111511
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15121512
"function" ===
15131513
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,4 +627,4 @@ exports.useSyncExternalStore = function (
627627
exports.useTransition = function () {
628628
return ReactSharedInternals.H.useTransition();
629629
};
630-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
630+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,4 +627,4 @@ exports.useSyncExternalStore = function (
627627
exports.useTransition = function () {
628628
return ReactSharedInternals.H.useTransition();
629629
};
630-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
630+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ exports.useSyncExternalStore = function (
631631
exports.useTransition = function () {
632632
return ReactSharedInternals.H.useTransition();
633633
};
634-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
634+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";
635635
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
636636
"function" ===
637637
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ exports.useSyncExternalStore = function (
631631
exports.useTransition = function () {
632632
return ReactSharedInternals.H.useTransition();
633633
};
634-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
634+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";
635635
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
636636
"function" ===
637637
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18218,10 +18218,10 @@ __DEV__ &&
1821818218
(function () {
1821918219
var internals = {
1822018220
bundleType: 1,
18221-
version: "19.2.0-www-classic-0a7cf20b-20250401",
18221+
version: "19.2.0-www-classic-8b2046d0-20250401",
1822218222
rendererPackageName: "react-art",
1822318223
currentDispatcherRef: ReactSharedInternals,
18224-
reconcilerVersion: "19.2.0-www-classic-0a7cf20b-20250401"
18224+
reconcilerVersion: "19.2.0-www-classic-8b2046d0-20250401"
1822518225
};
1822618226
internals.overrideHookState = overrideHookState;
1822718227
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18255,7 +18255,7 @@ __DEV__ &&
1825518255
exports.Shape = Shape;
1825618256
exports.Surface = Surface;
1825718257
exports.Text = Text;
18258-
exports.version = "19.2.0-www-classic-0a7cf20b-20250401";
18258+
exports.version = "19.2.0-www-classic-8b2046d0-20250401";
1825918259
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1826018260
"function" ===
1826118261
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17990,10 +17990,10 @@ __DEV__ &&
1799017990
(function () {
1799117991
var internals = {
1799217992
bundleType: 1,
17993-
version: "19.2.0-www-modern-0a7cf20b-20250401",
17993+
version: "19.2.0-www-modern-8b2046d0-20250401",
1799417994
rendererPackageName: "react-art",
1799517995
currentDispatcherRef: ReactSharedInternals,
17996-
reconcilerVersion: "19.2.0-www-modern-0a7cf20b-20250401"
17996+
reconcilerVersion: "19.2.0-www-modern-8b2046d0-20250401"
1799717997
};
1799817998
internals.overrideHookState = overrideHookState;
1799917999
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18027,7 +18027,7 @@ __DEV__ &&
1802718027
exports.Shape = Shape;
1802818028
exports.Surface = Surface;
1802918029
exports.Text = Text;
18030-
exports.version = "19.2.0-www-modern-0a7cf20b-20250401";
18030+
exports.version = "19.2.0-www-modern-8b2046d0-20250401";
1803118031
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1803218032
"function" ===
1803318033
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)