@jsenv/cli 0.1.57 → 0.1.58

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 (27) hide show
  1. package/package.json +1 -1
  2. package/template-node-package/package.json +3 -3
  3. package/template-web/package.json +6 -6
  4. package/template-web-components/package.json +6 -6
  5. package/template-web-preact/package.json +9 -9
  6. package/template-web-react/.jsenv/craft/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/react/jsx-runtime.jsx +385 -360
  7. package/template-web-react/.jsenv/craft/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/react.jsx +338 -325
  8. package/template-web-react/.jsenv/craft/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react-dom/react-dom/client.jsx +6977 -6943
  9. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/index.production.js +35 -19
  10. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/index.production.js__compile_info__.json +3 -3
  11. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/index.production.map +1 -1
  12. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/jsx-runtime.production.js +56 -26
  13. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/jsx-runtime.production.js__compile_info__.json +3 -3
  14. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react/jsx-runtime.production.map +1 -1
  15. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react-dom/client.production.js +394 -353
  16. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react-dom/client.production.js__compile_info__.json +3 -3
  17. package/template-web-react/.jsenv/craft/cjs_to_esm/@fs/Users/damien.maillard/dev/perso/jsenv-core/node_modules/react-dom/client.production.map +1 -1
  18. package/template-web-react/.jsenv/craft/cjs_to_esm/__compile_context__.json +1 -1
  19. package/template-web-react/.jsenv/shape/index.html +2 -2
  20. package/template-web-react/.jsenv/shape/main.jsx +1 -1
  21. package/template-web-react/.jsenv/shape/main.nomodule.jsx +1 -1
  22. package/template-web-react/.jsenv/shape/vendors.js +2 -21
  23. package/template-web-react/.jsenv/shape/vendors.nomodule.js +2 -11
  24. package/template-web-react/dist/index.html +2 -2
  25. package/template-web-react/dist/js/main.nomodule.js +1 -1
  26. package/template-web-react/dist/js/vendors.nomodule.js +2 -11
  27. package/template-web-react/package.json +8 -8
@@ -15,351 +15,364 @@ var react_production_min = {};
15
15
  * This source code is licensed under the MIT license found in the
16
16
  * LICENSE file in the root directory of this source tree.
17
17
  */
18
- var l = Symbol.for("react.element"),
19
- n = Symbol.for("react.portal"),
20
- p = Symbol.for("react.fragment"),
21
- q = Symbol.for("react.strict_mode"),
22
- r = Symbol.for("react.profiler"),
23
- t = Symbol.for("react.provider"),
24
- u = Symbol.for("react.context"),
25
- v = Symbol.for("react.forward_ref"),
26
- w = Symbol.for("react.suspense"),
27
- x = Symbol.for("react.memo"),
28
- y = Symbol.for("react.lazy"),
29
- z = Symbol.iterator;
30
- function A(a) {
31
- if (null === a || "object" !== typeof a) return null;
32
- a = z && a[z] || a["@@iterator"];
33
- return "function" === typeof a ? a : null;
34
- }
35
- var B = {
36
- isMounted: function () {
37
- return !1;
18
+
19
+ var hasRequiredReact_production_min;
20
+ function requireReact_production_min() {
21
+ if (hasRequiredReact_production_min) return react_production_min;
22
+ hasRequiredReact_production_min = 1;
23
+ var l = Symbol.for("react.element"),
24
+ n = Symbol.for("react.portal"),
25
+ p = Symbol.for("react.fragment"),
26
+ q = Symbol.for("react.strict_mode"),
27
+ r = Symbol.for("react.profiler"),
28
+ t = Symbol.for("react.provider"),
29
+ u = Symbol.for("react.context"),
30
+ v = Symbol.for("react.forward_ref"),
31
+ w = Symbol.for("react.suspense"),
32
+ x = Symbol.for("react.memo"),
33
+ y = Symbol.for("react.lazy"),
34
+ z = Symbol.iterator;
35
+ function A(a) {
36
+ if (null === a || "object" !== typeof a) return null;
37
+ a = z && a[z] || a["@@iterator"];
38
+ return "function" === typeof a ? a : null;
39
+ }
40
+ var B = {
41
+ isMounted: function () {
42
+ return !1;
43
+ },
44
+ enqueueForceUpdate: function () {},
45
+ enqueueReplaceState: function () {},
46
+ enqueueSetState: function () {}
38
47
  },
39
- enqueueForceUpdate: function () {},
40
- enqueueReplaceState: function () {},
41
- enqueueSetState: function () {}
42
- },
43
- C = Object.assign,
44
- D = {};
45
- function E(a, b, e) {
46
- this.props = a;
47
- this.context = b;
48
- this.refs = D;
49
- this.updater = e || B;
50
- }
51
- E.prototype.isReactComponent = {};
52
- E.prototype.setState = function (a, b) {
53
- if ("object" !== typeof a && "function" !== typeof a && null != a) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
54
- this.updater.enqueueSetState(this, a, b, "setState");
55
- };
56
- E.prototype.forceUpdate = function (a) {
57
- this.updater.enqueueForceUpdate(this, a, "forceUpdate");
58
- };
59
- function F() {}
60
- F.prototype = E.prototype;
61
- function G(a, b, e) {
62
- this.props = a;
63
- this.context = b;
64
- this.refs = D;
65
- this.updater = e || B;
66
- }
67
- var H = G.prototype = new F();
68
- H.constructor = G;
69
- C(H, E.prototype);
70
- H.isPureReactComponent = !0;
71
- var I = Array.isArray,
72
- J = Object.prototype.hasOwnProperty,
73
- K = {
74
- current: null
75
- },
76
- L = {
77
- key: !0,
78
- ref: !0,
79
- __self: !0,
80
- __source: !0
81
- };
82
- function M(a, b, e) {
83
- var d,
84
- c = {},
85
- k = null,
86
- h = null;
87
- if (null != b) for (d in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (k = "" + b.key), b) J.call(b, d) && !L.hasOwnProperty(d) && (c[d] = b[d]);
88
- var g = arguments.length - 2;
89
- if (1 === g) c.children = e;else if (1 < g) {
90
- for (var f = Array(g), m = 0; m < g; m++) f[m] = arguments[m + 2];
91
- c.children = f;
48
+ C = Object.assign,
49
+ D = {};
50
+ function E(a, b, e) {
51
+ this.props = a;
52
+ this.context = b;
53
+ this.refs = D;
54
+ this.updater = e || B;
92
55
  }
93
- if (a && a.defaultProps) for (d in g = a.defaultProps, g) void 0 === c[d] && (c[d] = g[d]);
94
- return {
95
- $$typeof: l,
96
- type: a,
97
- key: k,
98
- ref: h,
99
- props: c,
100
- _owner: K.current
56
+ E.prototype.isReactComponent = {};
57
+ E.prototype.setState = function (a, b) {
58
+ if ("object" !== typeof a && "function" !== typeof a && null != a) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
59
+ this.updater.enqueueSetState(this, a, b, "setState");
101
60
  };
102
- }
103
- function N(a, b) {
104
- return {
105
- $$typeof: l,
106
- type: a.type,
107
- key: b,
108
- ref: a.ref,
109
- props: a.props,
110
- _owner: a._owner
61
+ E.prototype.forceUpdate = function (a) {
62
+ this.updater.enqueueForceUpdate(this, a, "forceUpdate");
111
63
  };
112
- }
113
- function O(a) {
114
- return "object" === typeof a && null !== a && a.$$typeof === l;
115
- }
116
- function escape(a) {
117
- var b = {
118
- "=": "=0",
119
- ":": "=2"
120
- };
121
- return "$" + a.replace(/[=:]/g, function (a) {
122
- return b[a];
123
- });
124
- }
125
- var P = /\/+/g;
126
- function Q(a, b) {
127
- return "object" === typeof a && null !== a && null != a.key ? escape("" + a.key) : b.toString(36);
128
- }
129
- function R(a, b, e, d, c) {
130
- var k = typeof a;
131
- if ("undefined" === k || "boolean" === k) a = null;
132
- var h = !1;
133
- if (null === a) h = !0;else switch (k) {
134
- case "string":
135
- case "number":
136
- h = !0;
137
- break;
138
- case "object":
139
- switch (a.$$typeof) {
140
- case l:
141
- case n:
142
- h = !0;
143
- }
64
+ function F() {}
65
+ F.prototype = E.prototype;
66
+ function G(a, b, e) {
67
+ this.props = a;
68
+ this.context = b;
69
+ this.refs = D;
70
+ this.updater = e || B;
144
71
  }
145
- if (h) return h = a, c = c(h), a = "" === d ? "." + Q(h, 0) : d, I(c) ? (e = "", null != a && (e = a.replace(P, "$&/") + "/"), R(c, b, e, "", function (a) {
146
- return a;
147
- })) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
148
- h = 0;
149
- d = "" === d ? "." : d + ":";
150
- if (I(a)) for (var g = 0; g < a.length; g++) {
151
- k = a[g];
152
- var f = d + Q(k, g);
153
- h += R(k, b, e, f, c);
154
- } else if (f = A(a), "function" === typeof f) for (a = f.call(a), g = 0; !(k = a.next()).done;) k = k.value, f = d + Q(k, g++), h += R(k, b, e, f, c);else if ("object" === k) throw b = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b ? "object with keys {" + Object.keys(a).join(", ") + "}" : b) + "). If you meant to render a collection of children, use an array instead.");
155
- return h;
156
- }
157
- function S(a, b, e) {
158
- if (null == a) return a;
159
- var d = [],
160
- c = 0;
161
- R(a, d, "", "", function (a) {
162
- return b.call(e, a, c++);
163
- });
164
- return d;
165
- }
166
- function T(a) {
167
- if (-1 === a._status) {
168
- var b = a._result;
169
- b = b();
170
- b.then(function (b) {
171
- if (0 === a._status || -1 === a._status) a._status = 1, a._result = b;
172
- }, function (b) {
173
- if (0 === a._status || -1 === a._status) a._status = 2, a._result = b;
174
- });
175
- -1 === a._status && (a._status = 0, a._result = b);
72
+ var H = G.prototype = new F();
73
+ H.constructor = G;
74
+ C(H, E.prototype);
75
+ H.isPureReactComponent = !0;
76
+ var I = Array.isArray,
77
+ J = Object.prototype.hasOwnProperty,
78
+ K = {
79
+ current: null
80
+ },
81
+ L = {
82
+ key: !0,
83
+ ref: !0,
84
+ __self: !0,
85
+ __source: !0
86
+ };
87
+ function M(a, b, e) {
88
+ var d,
89
+ c = {},
90
+ k = null,
91
+ h = null;
92
+ if (null != b) for (d in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (k = "" + b.key), b) J.call(b, d) && !L.hasOwnProperty(d) && (c[d] = b[d]);
93
+ var g = arguments.length - 2;
94
+ if (1 === g) c.children = e;else if (1 < g) {
95
+ for (var f = Array(g), m = 0; m < g; m++) f[m] = arguments[m + 2];
96
+ c.children = f;
97
+ }
98
+ if (a && a.defaultProps) for (d in g = a.defaultProps, g) void 0 === c[d] && (c[d] = g[d]);
99
+ return {
100
+ $$typeof: l,
101
+ type: a,
102
+ key: k,
103
+ ref: h,
104
+ props: c,
105
+ _owner: K.current
106
+ };
176
107
  }
177
- if (1 === a._status) return a._result.default;
178
- throw a._result;
179
- }
180
- var U = {
181
- current: null
182
- },
183
- V = {
184
- transition: null
185
- },
186
- W = {
187
- ReactCurrentDispatcher: U,
188
- ReactCurrentBatchConfig: V,
189
- ReactCurrentOwner: K
190
- };
191
- function X() {
192
- throw Error("act(...) is not supported in production builds of React.");
193
- }
194
- react_production_min.Children = {
195
- map: S,
196
- forEach: function (a, b, e) {
197
- S(a, function () {
198
- b.apply(this, arguments);
199
- }, e);
200
- },
201
- count: function (a) {
202
- var b = 0;
203
- S(a, function () {
204
- b++;
108
+ function N(a, b) {
109
+ return {
110
+ $$typeof: l,
111
+ type: a.type,
112
+ key: b,
113
+ ref: a.ref,
114
+ props: a.props,
115
+ _owner: a._owner
116
+ };
117
+ }
118
+ function O(a) {
119
+ return "object" === typeof a && null !== a && a.$$typeof === l;
120
+ }
121
+ function escape(a) {
122
+ var b = {
123
+ "=": "=0",
124
+ ":": "=2"
125
+ };
126
+ return "$" + a.replace(/[=:]/g, function (a) {
127
+ return b[a];
205
128
  });
206
- return b;
207
- },
208
- toArray: function (a) {
209
- return S(a, function (a) {
129
+ }
130
+ var P = /\/+/g;
131
+ function Q(a, b) {
132
+ return "object" === typeof a && null !== a && null != a.key ? escape("" + a.key) : b.toString(36);
133
+ }
134
+ function R(a, b, e, d, c) {
135
+ var k = typeof a;
136
+ if ("undefined" === k || "boolean" === k) a = null;
137
+ var h = !1;
138
+ if (null === a) h = !0;else switch (k) {
139
+ case "string":
140
+ case "number":
141
+ h = !0;
142
+ break;
143
+ case "object":
144
+ switch (a.$$typeof) {
145
+ case l:
146
+ case n:
147
+ h = !0;
148
+ }
149
+ }
150
+ if (h) return h = a, c = c(h), a = "" === d ? "." + Q(h, 0) : d, I(c) ? (e = "", null != a && (e = a.replace(P, "$&/") + "/"), R(c, b, e, "", function (a) {
210
151
  return a;
211
- }) || [];
212
- },
213
- only: function (a) {
214
- if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
215
- return a;
152
+ })) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
153
+ h = 0;
154
+ d = "" === d ? "." : d + ":";
155
+ if (I(a)) for (var g = 0; g < a.length; g++) {
156
+ k = a[g];
157
+ var f = d + Q(k, g);
158
+ h += R(k, b, e, f, c);
159
+ } else if (f = A(a), "function" === typeof f) for (a = f.call(a), g = 0; !(k = a.next()).done;) k = k.value, f = d + Q(k, g++), h += R(k, b, e, f, c);else if ("object" === k) throw b = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b ? "object with keys {" + Object.keys(a).join(", ") + "}" : b) + "). If you meant to render a collection of children, use an array instead.");
160
+ return h;
216
161
  }
217
- };
218
- react_production_min.Component = E;
219
- react_production_min.Fragment = p;
220
- react_production_min.Profiler = r;
221
- react_production_min.PureComponent = G;
222
- react_production_min.StrictMode = q;
223
- react_production_min.Suspense = w;
224
- react_production_min.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
225
- react_production_min.act = X;
226
- react_production_min.cloneElement = function (a, b, e) {
227
- if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
228
- var d = C({}, a.props),
229
- c = a.key,
230
- k = a.ref,
231
- h = a._owner;
232
- if (null != b) {
233
- void 0 !== b.ref && (k = b.ref, h = K.current);
234
- void 0 !== b.key && (c = "" + b.key);
235
- if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
236
- for (f in b) J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
162
+ function S(a, b, e) {
163
+ if (null == a) return a;
164
+ var d = [],
165
+ c = 0;
166
+ R(a, d, "", "", function (a) {
167
+ return b.call(e, a, c++);
168
+ });
169
+ return d;
237
170
  }
238
- var f = arguments.length - 2;
239
- if (1 === f) d.children = e;else if (1 < f) {
240
- g = Array(f);
241
- for (var m = 0; m < f; m++) g[m] = arguments[m + 2];
242
- d.children = g;
171
+ function T(a) {
172
+ if (-1 === a._status) {
173
+ var b = a._result;
174
+ b = b();
175
+ b.then(function (b) {
176
+ if (0 === a._status || -1 === a._status) a._status = 1, a._result = b;
177
+ }, function (b) {
178
+ if (0 === a._status || -1 === a._status) a._status = 2, a._result = b;
179
+ });
180
+ -1 === a._status && (a._status = 0, a._result = b);
181
+ }
182
+ if (1 === a._status) return a._result.default;
183
+ throw a._result;
243
184
  }
244
- return {
245
- $$typeof: l,
246
- type: a.type,
247
- key: c,
248
- ref: k,
249
- props: d,
250
- _owner: h
185
+ var U = {
186
+ current: null
187
+ },
188
+ V = {
189
+ transition: null
190
+ },
191
+ W = {
192
+ ReactCurrentDispatcher: U,
193
+ ReactCurrentBatchConfig: V,
194
+ ReactCurrentOwner: K
195
+ };
196
+ function X() {
197
+ throw Error("act(...) is not supported in production builds of React.");
198
+ }
199
+ react_production_min.Children = {
200
+ map: S,
201
+ forEach: function (a, b, e) {
202
+ S(a, function () {
203
+ b.apply(this, arguments);
204
+ }, e);
205
+ },
206
+ count: function (a) {
207
+ var b = 0;
208
+ S(a, function () {
209
+ b++;
210
+ });
211
+ return b;
212
+ },
213
+ toArray: function (a) {
214
+ return S(a, function (a) {
215
+ return a;
216
+ }) || [];
217
+ },
218
+ only: function (a) {
219
+ if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
220
+ return a;
221
+ }
251
222
  };
252
- };
253
- react_production_min.createContext = function (a) {
254
- a = {
255
- $$typeof: u,
256
- _currentValue: a,
257
- _currentValue2: a,
258
- _threadCount: 0,
259
- Provider: null,
260
- Consumer: null,
261
- _defaultValue: null,
262
- _globalName: null
223
+ react_production_min.Component = E;
224
+ react_production_min.Fragment = p;
225
+ react_production_min.Profiler = r;
226
+ react_production_min.PureComponent = G;
227
+ react_production_min.StrictMode = q;
228
+ react_production_min.Suspense = w;
229
+ react_production_min.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
230
+ react_production_min.act = X;
231
+ react_production_min.cloneElement = function (a, b, e) {
232
+ if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
233
+ var d = C({}, a.props),
234
+ c = a.key,
235
+ k = a.ref,
236
+ h = a._owner;
237
+ if (null != b) {
238
+ void 0 !== b.ref && (k = b.ref, h = K.current);
239
+ void 0 !== b.key && (c = "" + b.key);
240
+ if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
241
+ for (f in b) J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
242
+ }
243
+ var f = arguments.length - 2;
244
+ if (1 === f) d.children = e;else if (1 < f) {
245
+ g = Array(f);
246
+ for (var m = 0; m < f; m++) g[m] = arguments[m + 2];
247
+ d.children = g;
248
+ }
249
+ return {
250
+ $$typeof: l,
251
+ type: a.type,
252
+ key: c,
253
+ ref: k,
254
+ props: d,
255
+ _owner: h
256
+ };
263
257
  };
264
- a.Provider = {
265
- $$typeof: t,
266
- _context: a
258
+ react_production_min.createContext = function (a) {
259
+ a = {
260
+ $$typeof: u,
261
+ _currentValue: a,
262
+ _currentValue2: a,
263
+ _threadCount: 0,
264
+ Provider: null,
265
+ Consumer: null,
266
+ _defaultValue: null,
267
+ _globalName: null
268
+ };
269
+ a.Provider = {
270
+ $$typeof: t,
271
+ _context: a
272
+ };
273
+ return a.Consumer = a;
267
274
  };
268
- return a.Consumer = a;
269
- };
270
- react_production_min.createElement = M;
271
- react_production_min.createFactory = function (a) {
272
- var b = M.bind(null, a);
273
- b.type = a;
274
- return b;
275
- };
276
- react_production_min.createRef = function () {
277
- return {
278
- current: null
275
+ react_production_min.createElement = M;
276
+ react_production_min.createFactory = function (a) {
277
+ var b = M.bind(null, a);
278
+ b.type = a;
279
+ return b;
279
280
  };
280
- };
281
- react_production_min.forwardRef = function (a) {
282
- return {
283
- $$typeof: v,
284
- render: a
281
+ react_production_min.createRef = function () {
282
+ return {
283
+ current: null
284
+ };
285
285
  };
286
- };
287
- react_production_min.isValidElement = O;
288
- react_production_min.lazy = function (a) {
289
- return {
290
- $$typeof: y,
291
- _payload: {
292
- _status: -1,
293
- _result: a
294
- },
295
- _init: T
286
+ react_production_min.forwardRef = function (a) {
287
+ return {
288
+ $$typeof: v,
289
+ render: a
290
+ };
296
291
  };
297
- };
298
- react_production_min.memo = function (a, b) {
299
- return {
300
- $$typeof: x,
301
- type: a,
302
- compare: void 0 === b ? null : b
292
+ react_production_min.isValidElement = O;
293
+ react_production_min.lazy = function (a) {
294
+ return {
295
+ $$typeof: y,
296
+ _payload: {
297
+ _status: -1,
298
+ _result: a
299
+ },
300
+ _init: T
301
+ };
303
302
  };
304
- };
305
- react_production_min.startTransition = function (a) {
306
- var b = V.transition;
307
- V.transition = {};
308
- try {
309
- a();
310
- } finally {
311
- V.transition = b;
303
+ react_production_min.memo = function (a, b) {
304
+ return {
305
+ $$typeof: x,
306
+ type: a,
307
+ compare: void 0 === b ? null : b
308
+ };
309
+ };
310
+ react_production_min.startTransition = function (a) {
311
+ var b = V.transition;
312
+ V.transition = {};
313
+ try {
314
+ a();
315
+ } finally {
316
+ V.transition = b;
317
+ }
318
+ };
319
+ react_production_min.unstable_act = X;
320
+ react_production_min.useCallback = function (a, b) {
321
+ return U.current.useCallback(a, b);
322
+ };
323
+ react_production_min.useContext = function (a) {
324
+ return U.current.useContext(a);
325
+ };
326
+ react_production_min.useDebugValue = function () {};
327
+ react_production_min.useDeferredValue = function (a) {
328
+ return U.current.useDeferredValue(a);
329
+ };
330
+ react_production_min.useEffect = function (a, b) {
331
+ return U.current.useEffect(a, b);
332
+ };
333
+ react_production_min.useId = function () {
334
+ return U.current.useId();
335
+ };
336
+ react_production_min.useImperativeHandle = function (a, b, e) {
337
+ return U.current.useImperativeHandle(a, b, e);
338
+ };
339
+ react_production_min.useInsertionEffect = function (a, b) {
340
+ return U.current.useInsertionEffect(a, b);
341
+ };
342
+ react_production_min.useLayoutEffect = function (a, b) {
343
+ return U.current.useLayoutEffect(a, b);
344
+ };
345
+ react_production_min.useMemo = function (a, b) {
346
+ return U.current.useMemo(a, b);
347
+ };
348
+ react_production_min.useReducer = function (a, b, e) {
349
+ return U.current.useReducer(a, b, e);
350
+ };
351
+ react_production_min.useRef = function (a) {
352
+ return U.current.useRef(a);
353
+ };
354
+ react_production_min.useState = function (a) {
355
+ return U.current.useState(a);
356
+ };
357
+ react_production_min.useSyncExternalStore = function (a, b, e) {
358
+ return U.current.useSyncExternalStore(a, b, e);
359
+ };
360
+ react_production_min.useTransition = function () {
361
+ return U.current.useTransition();
362
+ };
363
+ react_production_min.version = "18.3.1";
364
+ return react_production_min;
365
+ }
366
+ var hasRequiredReact;
367
+ function requireReact() {
368
+ if (hasRequiredReact) return react.exports;
369
+ hasRequiredReact = 1;
370
+ {
371
+ react.exports = requireReact_production_min();
312
372
  }
313
- };
314
- react_production_min.unstable_act = X;
315
- react_production_min.useCallback = function (a, b) {
316
- return U.current.useCallback(a, b);
317
- };
318
- react_production_min.useContext = function (a) {
319
- return U.current.useContext(a);
320
- };
321
- react_production_min.useDebugValue = function () {};
322
- react_production_min.useDeferredValue = function (a) {
323
- return U.current.useDeferredValue(a);
324
- };
325
- react_production_min.useEffect = function (a, b) {
326
- return U.current.useEffect(a, b);
327
- };
328
- react_production_min.useId = function () {
329
- return U.current.useId();
330
- };
331
- react_production_min.useImperativeHandle = function (a, b, e) {
332
- return U.current.useImperativeHandle(a, b, e);
333
- };
334
- react_production_min.useInsertionEffect = function (a, b) {
335
- return U.current.useInsertionEffect(a, b);
336
- };
337
- react_production_min.useLayoutEffect = function (a, b) {
338
- return U.current.useLayoutEffect(a, b);
339
- };
340
- react_production_min.useMemo = function (a, b) {
341
- return U.current.useMemo(a, b);
342
- };
343
- react_production_min.useReducer = function (a, b, e) {
344
- return U.current.useReducer(a, b, e);
345
- };
346
- react_production_min.useRef = function (a) {
347
- return U.current.useRef(a);
348
- };
349
- react_production_min.useState = function (a) {
350
- return U.current.useState(a);
351
- };
352
- react_production_min.useSyncExternalStore = function (a, b, e) {
353
- return U.current.useSyncExternalStore(a, b, e);
354
- };
355
- react_production_min.useTransition = function () {
356
- return U.current.useTransition();
357
- };
358
- react_production_min.version = "18.3.1";
359
- {
360
- react.exports = react_production_min;
373
+ return react.exports;
361
374
  }
362
- var reactExports = react.exports;
375
+ var reactExports = requireReact();
363
376
  var __jsenv_default_import__ = /*@__PURE__*/getDefaultExportFromCjs(reactExports);
364
377
  var Children = reactExports.Children;
365
378
  var Component = reactExports.Component;