react-router 0.0.0-experimental-dc5ea5867 → 0.0.0-experimental-1ea0577

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 (64) hide show
  1. package/CHANGELOG.md +0 -7
  2. package/dist/development/{chunk-IITYDCDG.mjs → chunk-HML5CGS6.mjs} +2299 -722
  3. package/dist/development/dom-export.d.mts +2 -4
  4. package/dist/development/dom-export.js +72 -53
  5. package/dist/development/dom-export.mjs +4 -7
  6. package/dist/development/index.d.mts +46 -31
  7. package/dist/development/index.d.ts +2218 -174
  8. package/dist/development/index.js +11458 -2565
  9. package/dist/development/index.mjs +22 -33
  10. package/dist/development/lib/types/internal.d.mts +72 -8
  11. package/dist/development/lib/types/internal.d.ts +71 -8
  12. package/dist/development/lib/types/internal.js +20 -2
  13. package/dist/development/lib/types/internal.mjs +1 -1
  14. package/dist/development/{index-react-server-client-unV28389.d.ts → lib-BH0YvLka.d.mts} +39 -39
  15. package/dist/{production/route-data-Csr8hE3v.d.mts → development/register-DCE0tH5m.d.ts} +26 -80
  16. package/dist/development/{register-DiOIlEq5.d.ts → register-DeIo2iHO.d.mts} +1 -1
  17. package/dist/development/{route-data-Csr8hE3v.d.mts → route-data-ByAYLHuM.d.mts} +3 -80
  18. package/dist/production/{chunk-ENRQL5E2.mjs → chunk-74ZMCBBM.mjs} +2299 -722
  19. package/dist/production/dom-export.d.mts +2 -4
  20. package/dist/production/dom-export.js +72 -53
  21. package/dist/production/dom-export.mjs +4 -7
  22. package/dist/production/index.d.mts +46 -31
  23. package/dist/production/index.d.ts +2218 -174
  24. package/dist/production/index.js +11458 -2565
  25. package/dist/production/index.mjs +22 -33
  26. package/dist/production/lib/types/internal.d.mts +72 -8
  27. package/dist/production/lib/types/internal.d.ts +71 -8
  28. package/dist/production/lib/types/internal.js +20 -2
  29. package/dist/production/lib/types/internal.mjs +1 -1
  30. package/dist/production/{index-react-server-client-unV28389.d.ts → lib-BH0YvLka.d.mts} +39 -39
  31. package/dist/{development/route-data-x_b_BLCv.d.ts → production/register-DCE0tH5m.d.ts} +36 -90
  32. package/dist/production/{register-DiOIlEq5.d.mts → register-DeIo2iHO.d.mts} +1 -1
  33. package/dist/production/{route-data-x_b_BLCv.d.ts → route-data-ByAYLHuM.d.mts} +13 -90
  34. package/package.json +10 -49
  35. package/dist/development/browser--LisUeny.d.mts +0 -143
  36. package/dist/development/chunk-EGQKU5IG.js +0 -10006
  37. package/dist/development/chunk-LPH2CNBZ.js +0 -21
  38. package/dist/development/chunk-XIVYQSML.mjs +0 -2663
  39. package/dist/development/components-CwtESh53.d.mts +0 -816
  40. package/dist/development/index-react-server-client-CzKQ01cq.d.mts +0 -1360
  41. package/dist/development/index-react-server-client.d.mts +0 -4
  42. package/dist/development/index-react-server-client.d.ts +0 -3
  43. package/dist/development/index-react-server-client.js +0 -54
  44. package/dist/development/index-react-server-client.mjs +0 -53
  45. package/dist/development/index-react-server.d.mts +0 -1856
  46. package/dist/development/index-react-server.d.ts +0 -1856
  47. package/dist/development/index-react-server.js +0 -3110
  48. package/dist/development/index-react-server.mjs +0 -2998
  49. package/dist/development/register-DiOIlEq5.d.mts +0 -24
  50. package/dist/production/browser--LisUeny.d.mts +0 -143
  51. package/dist/production/chunk-K4TUKIIQ.js +0 -10006
  52. package/dist/production/chunk-LPH2CNBZ.js +0 -21
  53. package/dist/production/chunk-ZBNHV3VN.mjs +0 -2663
  54. package/dist/production/components-CwtESh53.d.mts +0 -816
  55. package/dist/production/index-react-server-client-CzKQ01cq.d.mts +0 -1360
  56. package/dist/production/index-react-server-client.d.mts +0 -4
  57. package/dist/production/index-react-server-client.d.ts +0 -3
  58. package/dist/production/index-react-server-client.js +0 -54
  59. package/dist/production/index-react-server-client.mjs +0 -53
  60. package/dist/production/index-react-server.d.mts +0 -1856
  61. package/dist/production/index-react-server.d.ts +0 -1856
  62. package/dist/production/index-react-server.js +0 -3110
  63. package/dist/production/index-react-server.mjs +0 -2998
  64. package/dist/production/register-DiOIlEq5.d.ts +0 -24
package/CHANGELOG.md CHANGED
@@ -1,12 +1,5 @@
1
1
  # `react-router`
2
2
 
3
- ## 7.6.2
4
-
5
- ### Patch Changes
6
-
7
- - Avoid additional `with-props` chunk in Framework Mode by moving route module component prop logic from the Vite plugin to `react-router` ([#13650](https://github.com/remix-run/react-router/pull/13650))
8
- - \[INTERNAL] Slight refactor of internal `headers()` function processing for use with RSC ([#13639](https://github.com/remix-run/react-router/pull/13639))
9
-
10
3
  ## 7.6.1
11
4
 
12
5
  ### Patch Changes