Skip to content

Commit ae9bb2d

Browse files
nextjs-boteps1lon
authored andcommitted
ncc-compiled
1 parent 2e1a760 commit ae9bb2d

60 files changed

Lines changed: 168 additions & 158 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26968,12 +26968,13 @@
2696826968
function handleFocus() {
2696926969
didFocus = !0;
2697026970
}
26971+
if (node.ownerDocument.activeElement === node) return !0;
2697126972
var didFocus = !1;
2697226973
try {
26973-
node.addEventListener("focus", handleFocus),
26974+
node.ownerDocument.addEventListener("focus", handleFocus, !0),
2697426975
(node.focus || HTMLElement.prototype.focus).call(node, focusOptions);
2697526976
} finally {
26976-
node.removeEventListener("focus", handleFocus);
26977+
node.ownerDocument.removeEventListener("focus", handleFocus, !0);
2697726978
}
2697826979
return didFocus;
2697926980
}
@@ -32787,11 +32788,11 @@
3278732788
};
3278832789
(function () {
3278932790
var isomorphicReactPackageVersion = React.version;
32790-
if ("19.3.0-experimental-5e9eedb5-20260312" !== isomorphicReactPackageVersion)
32791+
if ("19.3.0-experimental-c80a0750-20260312" !== isomorphicReactPackageVersion)
3279132792
throw Error(
3279232793
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3279332794
(isomorphicReactPackageVersion +
32794-
"\n - react-dom: 19.3.0-experimental-5e9eedb5-20260312\nLearn more: https://react.dev/warnings/version-mismatch")
32795+
"\n - react-dom: 19.3.0-experimental-c80a0750-20260312\nLearn more: https://react.dev/warnings/version-mismatch")
3279532796
);
3279632797
})();
3279732798
("function" === typeof Map &&
@@ -32828,10 +32829,10 @@
3282832829
!(function () {
3282932830
var internals = {
3283032831
bundleType: 1,
32831-
version: "19.3.0-experimental-5e9eedb5-20260312",
32832+
version: "19.3.0-experimental-c80a0750-20260312",
3283232833
rendererPackageName: "react-dom",
3283332834
currentDispatcherRef: ReactSharedInternals,
32834-
reconcilerVersion: "19.3.0-experimental-5e9eedb5-20260312"
32835+
reconcilerVersion: "19.3.0-experimental-c80a0750-20260312"
3283532836
};
3283632837
internals.overrideHookState = overrideHookState;
3283732838
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -32979,7 +32980,7 @@
3297932980
listenToAllSupportedEvents(container);
3298032981
return new ReactDOMHydrationRoot(initialChildren);
3298132982
};
32982-
exports.version = "19.3.0-experimental-5e9eedb5-20260312";
32983+
exports.version = "19.3.0-experimental-c80a0750-20260312";
3298332984
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3298432985
"function" ===
3298532986
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.production.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18289,12 +18289,13 @@ function setFocusIfFocusable(node, focusOptions) {
1828918289
function handleFocus() {
1829018290
didFocus = !0;
1829118291
}
18292+
if (node.ownerDocument.activeElement === node) return !0;
1829218293
var didFocus = !1;
1829318294
try {
18294-
node.addEventListener("focus", handleFocus),
18295+
node.ownerDocument.addEventListener("focus", handleFocus, !0),
1829518296
(node.focus || HTMLElement.prototype.focus).call(node, focusOptions);
1829618297
} finally {
18297-
node.removeEventListener("focus", handleFocus);
18298+
node.ownerDocument.removeEventListener("focus", handleFocus, !0);
1829818299
}
1829918300
return didFocus;
1830018301
}
@@ -19926,14 +19927,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1992619927
};
1992719928
var isomorphicReactPackageVersion$jscomp$inline_2236 = React.version;
1992819929
if (
19929-
"19.3.0-experimental-5e9eedb5-20260312" !==
19930+
"19.3.0-experimental-c80a0750-20260312" !==
1993019931
isomorphicReactPackageVersion$jscomp$inline_2236
1993119932
)
1993219933
throw Error(
1993319934
formatProdErrorMessage(
1993419935
527,
1993519936
isomorphicReactPackageVersion$jscomp$inline_2236,
19936-
"19.3.0-experimental-5e9eedb5-20260312"
19937+
"19.3.0-experimental-c80a0750-20260312"
1993719938
)
1993819939
);
1993919940
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19955,10 +19956,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1995519956
};
1995619957
var internals$jscomp$inline_2921 = {
1995719958
bundleType: 0,
19958-
version: "19.3.0-experimental-5e9eedb5-20260312",
19959+
version: "19.3.0-experimental-c80a0750-20260312",
1995919960
rendererPackageName: "react-dom",
1996019961
currentDispatcherRef: ReactSharedInternals,
19961-
reconcilerVersion: "19.3.0-experimental-5e9eedb5-20260312"
19962+
reconcilerVersion: "19.3.0-experimental-c80a0750-20260312"
1996219963
};
1996319964
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1996419965
var hook$jscomp$inline_2922 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20065,4 +20066,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
2006520066
listenToAllSupportedEvents(container);
2006620067
return new ReactDOMHydrationRoot(initialChildren);
2006720068
};
20068-
exports.version = "19.3.0-experimental-5e9eedb5-20260312";
20069+
exports.version = "19.3.0-experimental-c80a0750-20260312";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.development.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26976,12 +26976,13 @@
2697626976
function handleFocus() {
2697726977
didFocus = !0;
2697826978
}
26979+
if (node.ownerDocument.activeElement === node) return !0;
2697926980
var didFocus = !1;
2698026981
try {
26981-
node.addEventListener("focus", handleFocus),
26982+
node.ownerDocument.addEventListener("focus", handleFocus, !0),
2698226983
(node.focus || HTMLElement.prototype.focus).call(node, focusOptions);
2698326984
} finally {
26984-
node.removeEventListener("focus", handleFocus);
26985+
node.ownerDocument.removeEventListener("focus", handleFocus, !0);
2698526986
}
2698626987
return didFocus;
2698726988
}
@@ -32844,11 +32845,11 @@
3284432845
};
3284532846
(function () {
3284632847
var isomorphicReactPackageVersion = React.version;
32847-
if ("19.3.0-experimental-5e9eedb5-20260312" !== isomorphicReactPackageVersion)
32848+
if ("19.3.0-experimental-c80a0750-20260312" !== isomorphicReactPackageVersion)
3284832849
throw Error(
3284932850
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
3285032851
(isomorphicReactPackageVersion +
32851-
"\n - react-dom: 19.3.0-experimental-5e9eedb5-20260312\nLearn more: https://react.dev/warnings/version-mismatch")
32852+
"\n - react-dom: 19.3.0-experimental-c80a0750-20260312\nLearn more: https://react.dev/warnings/version-mismatch")
3285232853
);
3285332854
})();
3285432855
("function" === typeof Map &&
@@ -32885,10 +32886,10 @@
3288532886
!(function () {
3288632887
var internals = {
3288732888
bundleType: 1,
32888-
version: "19.3.0-experimental-5e9eedb5-20260312",
32889+
version: "19.3.0-experimental-c80a0750-20260312",
3288932890
rendererPackageName: "react-dom",
3289032891
currentDispatcherRef: ReactSharedInternals,
32891-
reconcilerVersion: "19.3.0-experimental-5e9eedb5-20260312"
32892+
reconcilerVersion: "19.3.0-experimental-c80a0750-20260312"
3289232893
};
3289332894
internals.overrideHookState = overrideHookState;
3289432895
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -33366,7 +33367,7 @@
3336633367
exports.useFormStatus = function () {
3336733368
return resolveDispatcher().useHostTransitionStatus();
3336833369
};
33369-
exports.version = "19.3.0-experimental-5e9eedb5-20260312";
33370+
exports.version = "19.3.0-experimental-c80a0750-20260312";
3337033371
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3337133372
"function" ===
3337233373
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.profiling.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20350,12 +20350,13 @@ function setFocusIfFocusable(node, focusOptions) {
2035020350
function handleFocus() {
2035120351
didFocus = !0;
2035220352
}
20353+
if (node.ownerDocument.activeElement === node) return !0;
2035320354
var didFocus = !1;
2035420355
try {
20355-
node.addEventListener("focus", handleFocus),
20356+
node.ownerDocument.addEventListener("focus", handleFocus, !0),
2035620357
(node.focus || HTMLElement.prototype.focus).call(node, focusOptions);
2035720358
} finally {
20358-
node.removeEventListener("focus", handleFocus);
20359+
node.ownerDocument.removeEventListener("focus", handleFocus, !0);
2035920360
}
2036020361
return didFocus;
2036120362
}
@@ -22009,14 +22010,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
2200922010
};
2201022011
var isomorphicReactPackageVersion$jscomp$inline_2540 = React.version;
2201122012
if (
22012-
"19.3.0-experimental-5e9eedb5-20260312" !==
22013+
"19.3.0-experimental-c80a0750-20260312" !==
2201322014
isomorphicReactPackageVersion$jscomp$inline_2540
2201422015
)
2201522016
throw Error(
2201622017
formatProdErrorMessage(
2201722018
527,
2201822019
isomorphicReactPackageVersion$jscomp$inline_2540,
22019-
"19.3.0-experimental-5e9eedb5-20260312"
22020+
"19.3.0-experimental-c80a0750-20260312"
2202022021
)
2202122022
);
2202222023
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -22038,10 +22039,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
2203822039
};
2203922040
var internals$jscomp$inline_3242 = {
2204022041
bundleType: 0,
22041-
version: "19.3.0-experimental-5e9eedb5-20260312",
22042+
version: "19.3.0-experimental-c80a0750-20260312",
2204222043
rendererPackageName: "react-dom",
2204322044
currentDispatcherRef: ReactSharedInternals,
22044-
reconcilerVersion: "19.3.0-experimental-5e9eedb5-20260312"
22045+
reconcilerVersion: "19.3.0-experimental-c80a0750-20260312"
2204522046
};
2204622047
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
2204722048
var hook$jscomp$inline_3243 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -22309,7 +22310,7 @@ exports.useFormState = function (action, initialState, permalink) {
2230922310
exports.useFormStatus = function () {
2231022311
return ReactSharedInternals.H.useHostTransitionStatus();
2231122312
};
22312-
exports.version = "19.3.0-experimental-5e9eedb5-20260312";
22313+
exports.version = "19.3.0-experimental-c80a0750-20260312";
2231322314
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2231422315
"function" ===
2231522316
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10518,5 +10518,5 @@
1051810518
'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'
1051910519
);
1052010520
};
10521-
exports.version = "19.3.0-experimental-5e9eedb5-20260312";
10521+
exports.version = "19.3.0-experimental-c80a0750-20260312";
1052210522
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7036,4 +7036,4 @@ exports.renderToString = function (children, options) {
70367036
'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'
70377037
);
70387038
};
7039-
exports.version = "19.3.0-experimental-5e9eedb5-20260312";
7039+
exports.version = "19.3.0-experimental-c80a0750-20260312";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10518,5 +10518,5 @@
1051810518
'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 "renderToPipeableStream" which supports Suspense on the server'
1051910519
);
1052010520
};
10521-
exports.version = "19.3.0-experimental-5e9eedb5-20260312";
10521+
exports.version = "19.3.0-experimental-c80a0750-20260312";
1052210522
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7139,4 +7139,4 @@ exports.renderToString = function (children, options) {
71397139
'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 "renderToPipeableStream" which supports Suspense on the server'
71407140
);
71417141
};
7142-
exports.version = "19.3.0-experimental-5e9eedb5-20260312";
7142+
exports.version = "19.3.0-experimental-c80a0750-20260312";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.development.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9494,11 +9494,11 @@
94949494
}
94959495
function ensureCorrectIsomorphicReactVersion() {
94969496
var isomorphicReactPackageVersion = React.version;
9497-
if ("19.3.0-experimental-5e9eedb5-20260312" !== isomorphicReactPackageVersion)
9497+
if ("19.3.0-experimental-c80a0750-20260312" !== isomorphicReactPackageVersion)
94989498
throw Error(
94999499
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
95009500
(isomorphicReactPackageVersion +
9501-
"\n - react-dom: 19.3.0-experimental-5e9eedb5-20260312\nLearn more: https://react.dev/warnings/version-mismatch")
9501+
"\n - react-dom: 19.3.0-experimental-c80a0750-20260312\nLearn more: https://react.dev/warnings/version-mismatch")
95029502
);
95039503
}
95049504
var React = require("next/dist/compiled/react-experimental"),
@@ -11324,5 +11324,5 @@
1132411324
startWork(request);
1132511325
});
1132611326
};
11327-
exports.version = "19.3.0-experimental-5e9eedb5-20260312";
11327+
exports.version = "19.3.0-experimental-c80a0750-20260312";
1132811328
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.production.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7694,12 +7694,12 @@ function getPostponedState(request) {
76947694
}
76957695
function ensureCorrectIsomorphicReactVersion() {
76967696
var isomorphicReactPackageVersion = React.version;
7697-
if ("19.3.0-experimental-5e9eedb5-20260312" !== isomorphicReactPackageVersion)
7697+
if ("19.3.0-experimental-c80a0750-20260312" !== isomorphicReactPackageVersion)
76987698
throw Error(
76997699
formatProdErrorMessage(
77007700
527,
77017701
isomorphicReactPackageVersion,
7702-
"19.3.0-experimental-5e9eedb5-20260312"
7702+
"19.3.0-experimental-c80a0750-20260312"
77037703
)
77047704
);
77057705
}
@@ -7950,4 +7950,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
79507950
startWork(request);
79517951
});
79527952
};
7953-
exports.version = "19.3.0-experimental-5e9eedb5-20260312";
7953+
exports.version = "19.3.0-experimental-c80a0750-20260312";

0 commit comments

Comments
 (0)