@vxrn/vendor 1.2.47 → 1.2.49

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 (65) hide show
  1. package/package.json +1 -1
  2. package/react/cjs/react-compiler-runtime.development.js +9 -9
  3. package/react/cjs/react-compiler-runtime.production.js +4 -4
  4. package/react/cjs/react-compiler-runtime.profiling.js +4 -4
  5. package/react/cjs/react-jsx-dev-runtime.development.js +271 -320
  6. package/react/cjs/react-jsx-dev-runtime.production.js +4 -4
  7. package/react/cjs/react-jsx-dev-runtime.profiling.js +4 -4
  8. package/react/cjs/react-jsx-dev-runtime.react-server.development.js +277 -326
  9. package/react/cjs/react-jsx-dev-runtime.react-server.production.js +19 -19
  10. package/react/cjs/react-jsx-runtime.development.js +272 -314
  11. package/react/cjs/react-jsx-runtime.production.js +16 -16
  12. package/react/cjs/react-jsx-runtime.profiling.js +16 -16
  13. package/react/cjs/react-jsx-runtime.react-server.development.js +277 -326
  14. package/react/cjs/react-jsx-runtime.react-server.production.js +19 -19
  15. package/react/cjs/react.development.js +657 -734
  16. package/react/cjs/react.production.js +258 -301
  17. package/react/cjs/react.react-server.development.js +475 -535
  18. package/react/cjs/react.react-server.production.js +195 -229
  19. package/react/compiler-runtime.js +9 -9
  20. package/react/index.js +3 -3
  21. package/react/jsx-dev-runtime.js +3 -3
  22. package/react/jsx-dev-runtime.react-server.js +3 -3
  23. package/react/jsx-runtime.js +3 -3
  24. package/react/jsx-runtime.react-server.js +3 -3
  25. package/react/react.react-server.js +3 -3
  26. package/react-dom/cjs/react-dom-client.development.js +10301 -12280
  27. package/react-dom/cjs/react-dom-client.production.js +6275 -7412
  28. package/react-dom/cjs/react-dom-profiling.development.js +10463 -12479
  29. package/react-dom/cjs/react-dom-profiling.profiling.js +6611 -7839
  30. package/react-dom/cjs/react-dom-server-legacy.browser.development.js +4015 -4567
  31. package/react-dom/cjs/react-dom-server-legacy.browser.production.js +2598 -2934
  32. package/react-dom/cjs/react-dom-server-legacy.node.development.js +4015 -4567
  33. package/react-dom/cjs/react-dom-server-legacy.node.production.js +2627 -2961
  34. package/react-dom/cjs/react-dom-server.browser.development.js +4132 -4771
  35. package/react-dom/cjs/react-dom-server.browser.production.js +2725 -3092
  36. package/react-dom/cjs/react-dom-server.bun.development.js +4000 -4466
  37. package/react-dom/cjs/react-dom-server.bun.production.js +2629 -2967
  38. package/react-dom/cjs/react-dom-server.edge.development.js +4137 -4780
  39. package/react-dom/cjs/react-dom-server.edge.production.js +2760 -3123
  40. package/react-dom/cjs/react-dom-server.node.development.js +4102 -4707
  41. package/react-dom/cjs/react-dom-server.node.production.js +2739 -3092
  42. package/react-dom/cjs/react-dom-test-utils.development.js +9 -9
  43. package/react-dom/cjs/react-dom-test-utils.production.js +7 -7
  44. package/react-dom/cjs/react-dom.development.js +185 -225
  45. package/react-dom/cjs/react-dom.production.js +88 -111
  46. package/react-dom/cjs/react-dom.react-server.development.js +145 -180
  47. package/react-dom/cjs/react-dom.react-server.production.js +60 -79
  48. package/react-dom/client.js +8 -8
  49. package/react-dom/client.react-server.js +2 -4
  50. package/react-dom/index.js +8 -8
  51. package/react-dom/profiling.js +8 -8
  52. package/react-dom/profiling.react-server.js +2 -4
  53. package/react-dom/react-dom.react-server.js +3 -3
  54. package/react-dom/server.browser.js +11 -11
  55. package/react-dom/server.bun.js +12 -12
  56. package/react-dom/server.edge.js +12 -12
  57. package/react-dom/server.js +2 -2
  58. package/react-dom/server.node.js +11 -11
  59. package/react-dom/server.react-server.js +2 -4
  60. package/react-dom/static.browser.js +7 -7
  61. package/react-dom/static.edge.js +7 -7
  62. package/react-dom/static.js +2 -2
  63. package/react-dom/static.node.js +7 -7
  64. package/react-dom/static.react-server.js +2 -4
  65. package/react-dom/test-utils.js +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vxrn/vendor",
3
- "version": "1.2.47",
3
+ "version": "1.2.49",
4
4
  "sideEffects": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -8,17 +8,17 @@
8
8
  * LICENSE file in the root directory of this source tree.
9
9
  */
10
10
 
11
- "use strict";
12
- "production" !== process.env.NODE_ENV &&
11
+ 'use strict'
12
+ 'production' !== process.env.NODE_ENV &&
13
13
  (function () {
14
14
  var ReactSharedInternals =
15
- require("react").__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
15
+ require('react').__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE
16
16
  exports.c = function (size) {
17
- var dispatcher = ReactSharedInternals.H;
17
+ var dispatcher = ReactSharedInternals.H
18
18
  null === dispatcher &&
19
19
  console.error(
20
- "Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem."
21
- );
22
- return dispatcher.useMemoCache(size);
23
- };
24
- })();
20
+ 'Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.'
21
+ )
22
+ return dispatcher.useMemoCache(size)
23
+ }
24
+ })()
@@ -8,9 +8,9 @@
8
8
  * LICENSE file in the root directory of this source tree.
9
9
  */
10
10
 
11
- "use strict";
11
+ 'use strict'
12
12
  var ReactSharedInternals =
13
- require("react").__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
13
+ require('react').__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE
14
14
  exports.c = function (size) {
15
- return ReactSharedInternals.H.useMemoCache(size);
16
- };
15
+ return ReactSharedInternals.H.useMemoCache(size)
16
+ }
@@ -8,9 +8,9 @@
8
8
  * LICENSE file in the root directory of this source tree.
9
9
  */
10
10
 
11
- "use strict";
11
+ 'use strict'
12
12
  var ReactSharedInternals =
13
- require("react").__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
13
+ require('react').__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE
14
14
  exports.c = function (size) {
15
- return ReactSharedInternals.H.useMemoCache(size);
16
- };
15
+ return ReactSharedInternals.H.useMemoCache(size)
16
+ }