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