react-router 0.0.0-experimental-aecfb0db1 → 0.0.0-experimental-e6fb6e074

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 (51) hide show
  1. package/CHANGELOG.md +18 -753
  2. package/README.md +14 -5
  3. package/dist/index.d.ts +30 -0
  4. package/dist/index.js +1501 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/lib/components.d.ts +157 -0
  7. package/dist/lib/context.d.ts +102 -0
  8. package/dist/lib/deprecations.d.ts +4 -0
  9. package/dist/lib/hooks.d.ts +181 -0
  10. package/dist/main.js +19 -0
  11. package/dist/react-router.development.js +1397 -0
  12. package/dist/react-router.development.js.map +1 -0
  13. package/dist/react-router.production.min.js +12 -0
  14. package/dist/react-router.production.min.js.map +1 -0
  15. package/dist/umd/react-router.development.js +1624 -0
  16. package/dist/umd/react-router.development.js.map +1 -0
  17. package/dist/umd/react-router.production.min.js +12 -0
  18. package/dist/umd/react-router.production.min.js.map +1 -0
  19. package/package.json +9 -82
  20. package/dist/development/chunk-RXFCVJK2.mjs +0 -11495
  21. package/dist/development/dom-export.d.mts +0 -23
  22. package/dist/development/dom-export.d.ts +0 -22
  23. package/dist/development/dom-export.js +0 -246
  24. package/dist/development/dom-export.mjs +0 -225
  25. package/dist/development/index.d.mts +0 -800
  26. package/dist/development/index.d.ts +0 -2530
  27. package/dist/development/index.js +0 -11645
  28. package/dist/development/index.mjs +0 -246
  29. package/dist/development/lib/types/route-module.d.mts +0 -208
  30. package/dist/development/lib/types/route-module.d.ts +0 -208
  31. package/dist/development/lib/types/route-module.js +0 -28
  32. package/dist/development/lib/types/route-module.mjs +0 -10
  33. package/dist/development/lib-BJBhVBWN.d.mts +0 -1736
  34. package/dist/development/route-data-BmDen1H_.d.mts +0 -1749
  35. package/dist/development/route-data-fNWkI-4T.d.ts +0 -1749
  36. package/dist/production/chunk-TLRBG5AD.mjs +0 -11495
  37. package/dist/production/dom-export.d.mts +0 -23
  38. package/dist/production/dom-export.d.ts +0 -22
  39. package/dist/production/dom-export.js +0 -246
  40. package/dist/production/dom-export.mjs +0 -225
  41. package/dist/production/index.d.mts +0 -800
  42. package/dist/production/index.d.ts +0 -2530
  43. package/dist/production/index.js +0 -11645
  44. package/dist/production/index.mjs +0 -246
  45. package/dist/production/lib/types/route-module.d.mts +0 -208
  46. package/dist/production/lib/types/route-module.d.ts +0 -208
  47. package/dist/production/lib/types/route-module.js +0 -28
  48. package/dist/production/lib/types/route-module.mjs +0 -10
  49. package/dist/production/lib-BJBhVBWN.d.mts +0 -1736
  50. package/dist/production/route-data-BmDen1H_.d.mts +0 -1749
  51. package/dist/production/route-data-fNWkI-4T.d.ts +0 -1749
@@ -1,10 +0,0 @@
1
- /**
2
- * react-router v0.0.0-experimental-aecfb0db1
3
- *
4
- * Copyright (c) Remix Software Inc.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE.md file in the root directory of this source tree.
8
- *
9
- * @license MIT
10
- */