react-router 7.9.4-pre.0 → 7.9.4

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.
Files changed (30) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/dist/development/{chunk-JPM6TDKY.js → chunk-72XNTZCV.js} +134 -134
  3. package/dist/development/{chunk-V7H6ON6M.js → chunk-DI2QHYMJ.js} +1 -1
  4. package/dist/development/{chunk-I2PHXWY4.mjs → chunk-OIYGIGL5.mjs} +2 -2
  5. package/dist/development/{chunk-5IRCOFJ2.mjs → chunk-WY5IRSCW.mjs} +2 -2
  6. package/dist/development/dom-export.js +3 -3
  7. package/dist/development/dom-export.mjs +3 -3
  8. package/dist/development/index-react-server-client.js +4 -4
  9. package/dist/development/index-react-server-client.mjs +2 -2
  10. package/dist/development/index-react-server.js +1 -1
  11. package/dist/development/index-react-server.mjs +1 -1
  12. package/dist/development/index.js +97 -97
  13. package/dist/development/index.mjs +3 -3
  14. package/dist/development/lib/types/internal.js +1 -1
  15. package/dist/development/lib/types/internal.mjs +1 -1
  16. package/dist/production/{chunk-VDTQF36D.mjs → chunk-3TADTUL4.mjs} +2 -2
  17. package/dist/production/{chunk-QIDCISSR.js → chunk-4E5LHRQP.js} +1 -1
  18. package/dist/production/{chunk-TK5RYV7M.mjs → chunk-FR6HSPLK.mjs} +2 -2
  19. package/dist/production/{chunk-A4C524Z4.js → chunk-WNLQ53P5.js} +134 -134
  20. package/dist/production/dom-export.js +3 -3
  21. package/dist/production/dom-export.mjs +3 -3
  22. package/dist/production/index-react-server-client.js +4 -4
  23. package/dist/production/index-react-server-client.mjs +2 -2
  24. package/dist/production/index-react-server.js +1 -1
  25. package/dist/production/index-react-server.mjs +1 -1
  26. package/dist/production/index.js +97 -97
  27. package/dist/production/index.mjs +3 -3
  28. package/dist/production/lib/types/internal.js +1 -1
  29. package/dist/production/lib/types/internal.mjs +1 -1
  30. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/**
2
- * react-router v7.9.4-pre.0
2
+ * react-router v7.9.4
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v7.9.4-pre.0
2
+ * react-router v7.9.4
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -9126,7 +9126,7 @@ var isBrowser = typeof window !== "undefined" && typeof window.document !== "und
9126
9126
  try {
9127
9127
  if (isBrowser) {
9128
9128
  window.__reactRouterVersion = // @ts-expect-error
9129
- "7.9.4-pre.0";
9129
+ "7.9.4";
9130
9130
  }
9131
9131
  } catch (e) {
9132
9132
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v7.9.4-pre.0
2
+ * react-router v7.9.4
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -60,7 +60,7 @@ import {
60
60
  withComponentProps,
61
61
  withErrorBoundaryProps,
62
62
  withHydrateFallbackProps
63
- } from "./chunk-I2PHXWY4.mjs";
63
+ } from "./chunk-OIYGIGL5.mjs";
64
64
 
65
65
  // lib/dom/ssr/server.tsx
66
66
  import * as React from "react";
@@ -1,5 +1,5 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }/**
2
- * react-router v7.9.4-pre.0
2
+ * react-router v7.9.4
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -11,7 +11,7 @@
11
11
  "use client";
12
12
 
13
13
 
14
- var _chunkV7H6ON6Mjs = require('./chunk-V7H6ON6M.js');
14
+ var _chunkDI2QHYMJjs = require('./chunk-DI2QHYMJ.js');
15
15
 
16
16
  // lib/dom-export/dom-router-provider.tsx
17
17
  var _react = require('react'); var React = _interopRequireWildcard(_react); var React2 = _interopRequireWildcard(_react);
@@ -180,7 +180,7 @@ function HydratedRouter(props) {
180
180
  }, []);
181
181
  React2.useEffect(() => {
182
182
  if (process.env.NODE_ENV === "development" && criticalCss === void 0) {
183
- document.querySelectorAll(`[${_chunkV7H6ON6Mjs.CRITICAL_CSS_DATA_ATTRIBUTE}]`).forEach((element) => element.remove());
183
+ document.querySelectorAll(`[${_chunkDI2QHYMJjs.CRITICAL_CSS_DATA_ATTRIBUTE}]`).forEach((element) => element.remove());
184
184
  }
185
185
  }, [criticalCss]);
186
186
  let [location, setLocation] = React2.useState(router.state.location);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v7.9.4-pre.0
2
+ * react-router v7.9.4
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -12,7 +12,7 @@
12
12
  import {
13
13
  deserializeErrors,
14
14
  getHydrationData
15
- } from "./chunk-5IRCOFJ2.mjs";
15
+ } from "./chunk-WY5IRSCW.mjs";
16
16
  import {
17
17
  CRITICAL_CSS_DATA_ATTRIBUTE,
18
18
  FrameworkContext,
@@ -29,7 +29,7 @@ import {
29
29
  invariant,
30
30
  mapRouteProperties,
31
31
  useFogOFWarDiscovery
32
- } from "./chunk-I2PHXWY4.mjs";
32
+ } from "./chunk-OIYGIGL5.mjs";
33
33
 
34
34
  // lib/dom-export/dom-router-provider.tsx
35
35
  import * as React from "react";
@@ -1,5 +1,5 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});/**
2
- * react-router v7.9.4-pre.0
2
+ * react-router v7.9.4
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -29,12 +29,12 @@
29
29
 
30
30
 
31
31
 
32
- var _chunkJPM6TDKYjs = require('./chunk-JPM6TDKY.js');
32
+ var _chunk72XNTZCVjs = require('./chunk-72XNTZCV.js');
33
33
 
34
34
 
35
35
 
36
36
 
37
- var _chunkV7H6ON6Mjs = require('./chunk-V7H6ON6M.js');
37
+ var _chunkDI2QHYMJjs = require('./chunk-DI2QHYMJ.js');
38
38
 
39
39
 
40
40
 
@@ -58,4 +58,4 @@ var _chunkV7H6ON6Mjs = require('./chunk-V7H6ON6M.js');
58
58
 
59
59
 
60
60
 
61
- exports.BrowserRouter = _chunkJPM6TDKYjs.BrowserRouter; exports.Form = _chunkJPM6TDKYjs.Form; exports.HashRouter = _chunkJPM6TDKYjs.HashRouter; exports.Link = _chunkJPM6TDKYjs.Link; exports.Links = _chunkV7H6ON6Mjs.Links; exports.MemoryRouter = _chunkJPM6TDKYjs.MemoryRouter; exports.Meta = _chunkV7H6ON6Mjs.Meta; exports.NavLink = _chunkJPM6TDKYjs.NavLink; exports.Navigate = _chunkJPM6TDKYjs.Navigate; exports.Outlet = _chunkJPM6TDKYjs.Outlet; exports.Route = _chunkJPM6TDKYjs.Route; exports.Router = _chunkJPM6TDKYjs.Router; exports.RouterProvider = _chunkJPM6TDKYjs.RouterProvider; exports.Routes = _chunkJPM6TDKYjs.Routes; exports.ScrollRestoration = _chunkJPM6TDKYjs.ScrollRestoration; exports.StaticRouter = _chunkJPM6TDKYjs.StaticRouter; exports.StaticRouterProvider = _chunkJPM6TDKYjs.StaticRouterProvider; exports.UNSAFE_AwaitContextProvider = _chunkV7H6ON6Mjs.AwaitContextProvider; exports.UNSAFE_WithComponentProps = _chunkJPM6TDKYjs.WithComponentProps; exports.UNSAFE_WithErrorBoundaryProps = _chunkJPM6TDKYjs.WithErrorBoundaryProps; exports.UNSAFE_WithHydrateFallbackProps = _chunkJPM6TDKYjs.WithHydrateFallbackProps; exports.unstable_HistoryRouter = _chunkJPM6TDKYjs.HistoryRouter;
61
+ exports.BrowserRouter = _chunk72XNTZCVjs.BrowserRouter; exports.Form = _chunk72XNTZCVjs.Form; exports.HashRouter = _chunk72XNTZCVjs.HashRouter; exports.Link = _chunk72XNTZCVjs.Link; exports.Links = _chunkDI2QHYMJjs.Links; exports.MemoryRouter = _chunk72XNTZCVjs.MemoryRouter; exports.Meta = _chunkDI2QHYMJjs.Meta; exports.NavLink = _chunk72XNTZCVjs.NavLink; exports.Navigate = _chunk72XNTZCVjs.Navigate; exports.Outlet = _chunk72XNTZCVjs.Outlet; exports.Route = _chunk72XNTZCVjs.Route; exports.Router = _chunk72XNTZCVjs.Router; exports.RouterProvider = _chunk72XNTZCVjs.RouterProvider; exports.Routes = _chunk72XNTZCVjs.Routes; exports.ScrollRestoration = _chunk72XNTZCVjs.ScrollRestoration; exports.StaticRouter = _chunk72XNTZCVjs.StaticRouter; exports.StaticRouterProvider = _chunk72XNTZCVjs.StaticRouterProvider; exports.UNSAFE_AwaitContextProvider = _chunkDI2QHYMJjs.AwaitContextProvider; exports.UNSAFE_WithComponentProps = _chunk72XNTZCVjs.WithComponentProps; exports.UNSAFE_WithErrorBoundaryProps = _chunk72XNTZCVjs.WithErrorBoundaryProps; exports.UNSAFE_WithHydrateFallbackProps = _chunk72XNTZCVjs.WithHydrateFallbackProps; exports.unstable_HistoryRouter = _chunk72XNTZCVjs.HistoryRouter;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router v7.9.4-pre.0
2
+ * react-router v7.9.4
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
@@ -32,7 +32,7 @@ import {
32
32
  WithComponentProps,
33
33
  WithErrorBoundaryProps,
34
34
  WithHydrateFallbackProps
35
- } from "./chunk-I2PHXWY4.mjs";
35
+ } from "./chunk-OIYGIGL5.mjs";
36
36
  export {
37
37
  BrowserRouter,
38
38
  Form,
@@ -27,7 +27,7 @@ function _interopNamespace(e) {
27
27
  var React2__namespace = /*#__PURE__*/_interopNamespace(React2);
28
28
 
29
29
  /**
30
- * react-router v7.9.4-pre.0
30
+ * react-router v7.9.4
31
31
  *
32
32
  * Copyright (c) Remix Software Inc.
33
33
  *
@@ -6,7 +6,7 @@ export { BrowserRouter, Form, HashRouter, Link, Links, MemoryRouter, Meta, NavLi
6
6
  import { serialize, parse } from 'cookie';
7
7
 
8
8
  /**
9
- * react-router v7.9.4-pre.0
9
+ * react-router v7.9.4
10
10
  *
11
11
  * Copyright (c) Remix Software Inc.
12
12
  *