From c06bad4f71efe9a3fd5bb745fe3e9b265105bd13 Mon Sep 17 00:00:00 2001 From: sebmarkbage Date: Wed, 26 Mar 2025 13:00:00 -0700 Subject: [PATCH] Add getComputedStyle helper to ViewTransition refs (#32751) This is also sometimes useful to read the style of the pseudo-element itself without an animation. DiffTrain build for [f134b3993a84d53cc99fe66b426ba13548f142ec](https://github.com/facebook/react/commit/f134b3993a84d53cc99fe66b426ba13548f142ec) --- compiled/facebook-www/REVISION | 2 +- compiled/facebook-www/REVISION_TRANSFORMS | 2 +- compiled/facebook-www/React-dev.classic.js | 2 +- compiled/facebook-www/React-dev.modern.js | 2 +- compiled/facebook-www/React-prod.classic.js | 2 +- compiled/facebook-www/React-prod.modern.js | 2 +- compiled/facebook-www/React-profiling.classic.js | 2 +- compiled/facebook-www/React-profiling.modern.js | 2 +- compiled/facebook-www/ReactART-dev.classic.js | 6 +++--- compiled/facebook-www/ReactART-dev.modern.js | 6 +++--- compiled/facebook-www/ReactART-prod.classic.js | 6 +++--- compiled/facebook-www/ReactART-prod.modern.js | 6 +++--- compiled/facebook-www/ReactDOM-dev.classic.js | 13 ++++++++----- compiled/facebook-www/ReactDOM-dev.modern.js | 13 ++++++++----- compiled/facebook-www/ReactDOM-prod.classic.js | 13 ++++++++----- compiled/facebook-www/ReactDOM-prod.modern.js | 13 ++++++++----- compiled/facebook-www/ReactDOM-profiling.classic.js | 13 ++++++++----- compiled/facebook-www/ReactDOM-profiling.modern.js | 13 ++++++++----- compiled/facebook-www/ReactDOMServer-dev.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-dev.modern.js | 2 +- .../facebook-www/ReactDOMServer-prod.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-prod.modern.js | 2 +- .../facebook-www/ReactDOMTesting-dev.classic.js | 13 ++++++++----- compiled/facebook-www/ReactDOMTesting-dev.modern.js | 13 ++++++++----- .../facebook-www/ReactDOMTesting-prod.classic.js | 13 ++++++++----- .../facebook-www/ReactDOMTesting-prod.modern.js | 13 ++++++++----- .../facebook-www/ReactReconciler-dev.classic.js | 2 +- compiled/facebook-www/ReactReconciler-dev.modern.js | 2 +- .../facebook-www/ReactReconciler-prod.classic.js | 2 +- .../facebook-www/ReactReconciler-prod.modern.js | 2 +- .../facebook-www/ReactTestRenderer-dev.classic.js | 6 +++--- .../facebook-www/ReactTestRenderer-dev.modern.js | 6 +++--- compiled/facebook-www/VERSION_CLASSIC | 2 +- compiled/facebook-www/VERSION_MODERN | 2 +- 34 files changed, 116 insertions(+), 86 deletions(-) diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index cadc8acfbf..bda48eeee2 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -fceb0f80bc729d061bcb5031801cfc824adc07a9 +f134b3993a84d53cc99fe66b426ba13548f142ec diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index cadc8acfbf..bda48eeee2 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -fceb0f80bc729d061bcb5031801cfc824adc07a9 +f134b3993a84d53cc99fe66b426ba13548f142ec diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index d52e3df730..e335efb439 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -1511,7 +1511,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.1.0-www-classic-fceb0f80-20250326"; + exports.version = "19.1.0-www-classic-f134b399-20250326"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/React-dev.modern.js b/compiled/facebook-www/React-dev.modern.js index 550fb4acba..dfe506a85b 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -1511,7 +1511,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.1.0-www-modern-fceb0f80-20250326"; + exports.version = "19.1.0-www-modern-f134b399-20250326"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/React-prod.classic.js b/compiled/facebook-www/React-prod.classic.js index db64ae3078..95942458a2 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -624,4 +624,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-www-classic-fceb0f80-20250326"; +exports.version = "19.1.0-www-classic-f134b399-20250326"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 0b2931bab1..792072add4 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -624,4 +624,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-www-modern-fceb0f80-20250326"; +exports.version = "19.1.0-www-modern-f134b399-20250326"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index 24b86c05c6..a873c80416 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -628,7 +628,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-www-classic-fceb0f80-20250326"; +exports.version = "19.1.0-www-classic-f134b399-20250326"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/React-profiling.modern.js b/compiled/facebook-www/React-profiling.modern.js index 15b92d1057..90cc2ee479 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -628,7 +628,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-www-modern-fceb0f80-20250326"; +exports.version = "19.1.0-www-modern-f134b399-20250326"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactART-dev.classic.js b/compiled/facebook-www/ReactART-dev.classic.js index c5a89db3a7..161494ddfe 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -18194,10 +18194,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-www-classic-fceb0f80-20250326", + version: "19.1.0-www-classic-f134b399-20250326", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-classic-f134b399-20250326" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -18231,7 +18231,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.1.0-www-classic-fceb0f80-20250326"; + exports.version = "19.1.0-www-classic-f134b399-20250326"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactART-dev.modern.js b/compiled/facebook-www/ReactART-dev.modern.js index 64d8304d01..1540ad4614 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -17966,10 +17966,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-www-modern-fceb0f80-20250326", + version: "19.1.0-www-modern-f134b399-20250326", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-modern-f134b399-20250326" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -18003,7 +18003,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.1.0-www-modern-fceb0f80-20250326"; + exports.version = "19.1.0-www-modern-f134b399-20250326"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactART-prod.classic.js b/compiled/facebook-www/ReactART-prod.classic.js index 7be94cc35c..d97e2f94a4 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -11146,10 +11146,10 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1582 = { bundleType: 0, - version: "19.1.0-www-classic-fceb0f80-20250326", + version: "19.1.0-www-classic-f134b399-20250326", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-classic-f134b399-20250326" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1583 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -11175,4 +11175,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.1.0-www-classic-fceb0f80-20250326"; +exports.version = "19.1.0-www-classic-f134b399-20250326"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index bac60d91a1..76266ebb91 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -10859,10 +10859,10 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1555 = { bundleType: 0, - version: "19.1.0-www-modern-fceb0f80-20250326", + version: "19.1.0-www-modern-f134b399-20250326", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-modern-f134b399-20250326" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1556 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10888,4 +10888,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.1.0-www-modern-fceb0f80-20250326"; +exports.version = "19.1.0-www-modern-f134b399-20250326"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 1511d0a99a..a33dc1deff 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -29476,6 +29476,9 @@ __DEV__ && } return result; }; + ViewTransitionPseudoElement.prototype.getComputedStyle = function () { + return getComputedStyle(this._scope, this._selector); + }; FragmentInstance.prototype.addEventListener = function ( type, listener, @@ -29905,11 +29908,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-www-classic-fceb0f80-20250326" !== isomorphicReactPackageVersion) + if ("19.1.0-www-classic-f134b399-20250326" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-www-classic-fceb0f80-20250326\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-www-classic-f134b399-20250326\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -29952,10 +29955,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-www-classic-fceb0f80-20250326", + version: "19.1.0-www-classic-f134b399-20250326", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-classic-f134b399-20250326" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -30553,7 +30556,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-www-classic-fceb0f80-20250326"; + exports.version = "19.1.0-www-classic-f134b399-20250326"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index 31da2d747b..30d17568c1 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -29262,6 +29262,9 @@ __DEV__ && } return result; }; + ViewTransitionPseudoElement.prototype.getComputedStyle = function () { + return getComputedStyle(this._scope, this._selector); + }; FragmentInstance.prototype.addEventListener = function ( type, listener, @@ -29691,11 +29694,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-www-modern-fceb0f80-20250326" !== isomorphicReactPackageVersion) + if ("19.1.0-www-modern-f134b399-20250326" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-www-modern-fceb0f80-20250326\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-www-modern-f134b399-20250326\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -29738,10 +29741,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-www-modern-fceb0f80-20250326", + version: "19.1.0-www-modern-f134b399-20250326", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-modern-f134b399-20250326" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -30339,7 +30342,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-www-modern-fceb0f80-20250326"; + exports.version = "19.1.0-www-modern-f134b399-20250326"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOM-prod.classic.js b/compiled/facebook-www/ReactDOM-prod.classic.js index 8a5a02b5e2..4e7319c1c8 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -16875,6 +16875,9 @@ ViewTransitionPseudoElement.prototype.getAnimations = function () { } return result; }; +ViewTransitionPseudoElement.prototype.getComputedStyle = function () { + return getComputedStyle(this._scope, this._selector); +}; function createViewTransitionInstance(name) { return { name: name, @@ -18788,14 +18791,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1974 = React.version; if ( - "19.1.0-www-classic-fceb0f80-20250326" !== + "19.1.0-www-classic-f134b399-20250326" !== isomorphicReactPackageVersion$jscomp$inline_1974 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1974, - "19.1.0-www-classic-fceb0f80-20250326" + "19.1.0-www-classic-f134b399-20250326" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -18813,10 +18816,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2558 = { bundleType: 0, - version: "19.1.0-www-classic-fceb0f80-20250326", + version: "19.1.0-www-classic-f134b399-20250326", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-classic-f134b399-20250326" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2559 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -19180,4 +19183,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-classic-fceb0f80-20250326"; +exports.version = "19.1.0-www-classic-f134b399-20250326"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index 318b19961f..f5df8844b0 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -16604,6 +16604,9 @@ ViewTransitionPseudoElement.prototype.getAnimations = function () { } return result; }; +ViewTransitionPseudoElement.prototype.getComputedStyle = function () { + return getComputedStyle(this._scope, this._selector); +}; function createViewTransitionInstance(name) { return { name: name, @@ -18517,14 +18520,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1964 = React.version; if ( - "19.1.0-www-modern-fceb0f80-20250326" !== + "19.1.0-www-modern-f134b399-20250326" !== isomorphicReactPackageVersion$jscomp$inline_1964 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1964, - "19.1.0-www-modern-fceb0f80-20250326" + "19.1.0-www-modern-f134b399-20250326" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -18542,10 +18545,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2540 = { bundleType: 0, - version: "19.1.0-www-modern-fceb0f80-20250326", + version: "19.1.0-www-modern-f134b399-20250326", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-modern-f134b399-20250326" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2541 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18909,4 +18912,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-modern-fceb0f80-20250326"; +exports.version = "19.1.0-www-modern-f134b399-20250326"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index b374c20c57..a6c8b7e5a8 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -18608,6 +18608,9 @@ ViewTransitionPseudoElement.prototype.getAnimations = function () { } return result; }; +ViewTransitionPseudoElement.prototype.getComputedStyle = function () { + return getComputedStyle(this._scope, this._selector); +}; function createViewTransitionInstance(name) { return { name: name, @@ -20521,14 +20524,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2134 = React.version; if ( - "19.1.0-www-classic-fceb0f80-20250326" !== + "19.1.0-www-classic-f134b399-20250326" !== isomorphicReactPackageVersion$jscomp$inline_2134 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2134, - "19.1.0-www-classic-fceb0f80-20250326" + "19.1.0-www-classic-f134b399-20250326" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -20546,10 +20549,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2136 = { bundleType: 0, - version: "19.1.0-www-classic-fceb0f80-20250326", + version: "19.1.0-www-classic-f134b399-20250326", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-classic-f134b399-20250326" }; enableSchedulingProfiler && ((internals$jscomp$inline_2136.getLaneLabelMap = getLaneLabelMap), @@ -20916,7 +20919,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-classic-fceb0f80-20250326"; +exports.version = "19.1.0-www-classic-f134b399-20250326"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOM-profiling.modern.js b/compiled/facebook-www/ReactDOM-profiling.modern.js index 297be61d77..e7276fb120 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -18406,6 +18406,9 @@ ViewTransitionPseudoElement.prototype.getAnimations = function () { } return result; }; +ViewTransitionPseudoElement.prototype.getComputedStyle = function () { + return getComputedStyle(this._scope, this._selector); +}; function createViewTransitionInstance(name) { return { name: name, @@ -20319,14 +20322,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2124 = React.version; if ( - "19.1.0-www-modern-fceb0f80-20250326" !== + "19.1.0-www-modern-f134b399-20250326" !== isomorphicReactPackageVersion$jscomp$inline_2124 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2124, - "19.1.0-www-modern-fceb0f80-20250326" + "19.1.0-www-modern-f134b399-20250326" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -20344,10 +20347,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2126 = { bundleType: 0, - version: "19.1.0-www-modern-fceb0f80-20250326", + version: "19.1.0-www-modern-f134b399-20250326", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-modern-f134b399-20250326" }; enableSchedulingProfiler && ((internals$jscomp$inline_2126.getLaneLabelMap = getLaneLabelMap), @@ -20714,7 +20717,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-modern-fceb0f80-20250326"; +exports.version = "19.1.0-www-modern-f134b399-20250326"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOMServer-dev.classic.js b/compiled/facebook-www/ReactDOMServer-dev.classic.js index 5654ccc488..da147425d5 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -9440,5 +9440,5 @@ __DEV__ && 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; - exports.version = "19.1.0-www-classic-fceb0f80-20250326"; + exports.version = "19.1.0-www-classic-f134b399-20250326"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 6f95d38336..5d259f1d55 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -9369,5 +9369,5 @@ __DEV__ && 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; - exports.version = "19.1.0-www-modern-fceb0f80-20250326"; + exports.version = "19.1.0-www-modern-f134b399-20250326"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index 845dcf68fb..78a06461db 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -6203,4 +6203,4 @@ exports.renderToString = function (children, options) { 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; -exports.version = "19.1.0-www-classic-fceb0f80-20250326"; +exports.version = "19.1.0-www-classic-f134b399-20250326"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 1d7be0a62a..6f6e5c1269 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -6115,4 +6115,4 @@ exports.renderToString = function (children, options) { 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; -exports.version = "19.1.0-www-modern-fceb0f80-20250326"; +exports.version = "19.1.0-www-modern-f134b399-20250326"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 5dd22bacc3..2176b9780c 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -29797,6 +29797,9 @@ __DEV__ && } return result; }; + ViewTransitionPseudoElement.prototype.getComputedStyle = function () { + return getComputedStyle(this._scope, this._selector); + }; FragmentInstance.prototype.addEventListener = function ( type, listener, @@ -30226,11 +30229,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-www-classic-fceb0f80-20250326" !== isomorphicReactPackageVersion) + if ("19.1.0-www-classic-f134b399-20250326" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-www-classic-fceb0f80-20250326\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-www-classic-f134b399-20250326\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -30273,10 +30276,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-www-classic-fceb0f80-20250326", + version: "19.1.0-www-classic-f134b399-20250326", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-classic-f134b399-20250326" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -31040,5 +31043,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-www-classic-fceb0f80-20250326"; + exports.version = "19.1.0-www-classic-f134b399-20250326"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index f2f796e0c3..7d595c62f1 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -29583,6 +29583,9 @@ __DEV__ && } return result; }; + ViewTransitionPseudoElement.prototype.getComputedStyle = function () { + return getComputedStyle(this._scope, this._selector); + }; FragmentInstance.prototype.addEventListener = function ( type, listener, @@ -30012,11 +30015,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-www-modern-fceb0f80-20250326" !== isomorphicReactPackageVersion) + if ("19.1.0-www-modern-f134b399-20250326" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.1.0-www-modern-fceb0f80-20250326\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-www-modern-f134b399-20250326\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -30059,10 +30062,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-www-modern-fceb0f80-20250326", + version: "19.1.0-www-modern-f134b399-20250326", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-modern-f134b399-20250326" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -30826,5 +30829,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-www-modern-fceb0f80-20250326"; + exports.version = "19.1.0-www-modern-f134b399-20250326"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index eb45ab6302..de18fef42b 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -17147,6 +17147,9 @@ ViewTransitionPseudoElement.prototype.getAnimations = function () { } return result; }; +ViewTransitionPseudoElement.prototype.getComputedStyle = function () { + return getComputedStyle(this._scope, this._selector); +}; function createViewTransitionInstance(name) { return { name: name, @@ -19104,14 +19107,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2003 = React.version; if ( - "19.1.0-www-classic-fceb0f80-20250326" !== + "19.1.0-www-classic-f134b399-20250326" !== isomorphicReactPackageVersion$jscomp$inline_2003 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2003, - "19.1.0-www-classic-fceb0f80-20250326" + "19.1.0-www-classic-f134b399-20250326" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19129,10 +19132,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2592 = { bundleType: 0, - version: "19.1.0-www-classic-fceb0f80-20250326", + version: "19.1.0-www-classic-f134b399-20250326", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-classic-f134b399-20250326" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2593 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -19647,4 +19650,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-classic-fceb0f80-20250326"; +exports.version = "19.1.0-www-classic-f134b399-20250326"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 43e75bf1ab..03e6e5900c 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -16876,6 +16876,9 @@ ViewTransitionPseudoElement.prototype.getAnimations = function () { } return result; }; +ViewTransitionPseudoElement.prototype.getComputedStyle = function () { + return getComputedStyle(this._scope, this._selector); +}; function createViewTransitionInstance(name) { return { name: name, @@ -18833,14 +18836,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1993 = React.version; if ( - "19.1.0-www-modern-fceb0f80-20250326" !== + "19.1.0-www-modern-f134b399-20250326" !== isomorphicReactPackageVersion$jscomp$inline_1993 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1993, - "19.1.0-www-modern-fceb0f80-20250326" + "19.1.0-www-modern-f134b399-20250326" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -18858,10 +18861,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2574 = { bundleType: 0, - version: "19.1.0-www-modern-fceb0f80-20250326", + version: "19.1.0-www-modern-f134b399-20250326", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-modern-f134b399-20250326" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2575 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -19376,4 +19379,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-modern-fceb0f80-20250326"; +exports.version = "19.1.0-www-modern-f134b399-20250326"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index dc28b88f26..f714d955e0 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -20835,7 +20835,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-classic-f134b399-20250326" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 59f1e0d32b..c59f7f568e 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -20616,7 +20616,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-modern-f134b399-20250326" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index ed97202919..73c7af96f1 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -13687,7 +13687,7 @@ module.exports = function ($$$config) { version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-classic-f134b399-20250326" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 5b50917955..79241f9e92 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -13404,7 +13404,7 @@ module.exports = function ($$$config) { version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-modern-f134b399-20250326" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index a064fc1493..ef96ccd660 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -15031,10 +15031,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-www-classic-fceb0f80-20250326", + version: "19.1.0-www-classic-f134b399-20250326", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-classic-f134b399-20250326" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15169,5 +15169,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.1.0-www-classic-fceb0f80-20250326"; + exports.version = "19.1.0-www-classic-f134b399-20250326"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 893c7ea085..1dd4c12e47 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -15031,10 +15031,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-www-modern-fceb0f80-20250326", + version: "19.1.0-www-modern-f134b399-20250326", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-fceb0f80-20250326" + reconcilerVersion: "19.1.0-www-modern-f134b399-20250326" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15169,5 +15169,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.1.0-www-modern-fceb0f80-20250326"; + exports.version = "19.1.0-www-modern-f134b399-20250326"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index ca2a438f14..81451410af 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.1.0-www-classic-fceb0f80-20250326 \ No newline at end of file +19.1.0-www-classic-f134b399-20250326 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index d2210889ca..d6a1122eb4 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.1.0-www-modern-fceb0f80-20250326 \ No newline at end of file +19.1.0-www-modern-f134b399-20250326 \ No newline at end of file