jy-headless 0.2.12 → 0.2.14

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 (56) hide show
  1. package/package.json +1 -11
  2. package/version.txt +1 -1
  3. package/_virtual/_tslib.js +0 -35
  4. package/_virtual/index/index.js +0 -5
  5. package/_virtual/index/index2.js +0 -3
  6. package/_virtual/jsx-runtime/index.js +0 -5
  7. package/_virtual/jsx-runtime/index2.js +0 -3
  8. package/_virtual/jsx-runtime.js +0 -5
  9. package/_virtual/jsx-runtime2.js +0 -3
  10. package/_virtual/react-jsx-runtime.development/index.js +0 -3
  11. package/_virtual/react-jsx-runtime.development.js +0 -3
  12. package/_virtual/react-jsx-runtime.production/index.js +0 -3
  13. package/_virtual/react-jsx-runtime.production.js +0 -3
  14. package/_virtual/react.development/index.js +0 -3
  15. package/_virtual/react.production/index.js +0 -3
  16. package/buttons/Button/index.js +0 -20
  17. package/cjs/_virtual/_tslib.js +0 -37
  18. package/cjs/_virtual/index/index.js +0 -7
  19. package/cjs/_virtual/index/index2.js +0 -5
  20. package/cjs/_virtual/jsx-runtime/index.js +0 -7
  21. package/cjs/_virtual/jsx-runtime/index2.js +0 -5
  22. package/cjs/_virtual/jsx-runtime.js +0 -7
  23. package/cjs/_virtual/jsx-runtime2.js +0 -5
  24. package/cjs/_virtual/react-jsx-runtime.development/index.js +0 -5
  25. package/cjs/_virtual/react-jsx-runtime.development.js +0 -5
  26. package/cjs/_virtual/react-jsx-runtime.production/index.js +0 -5
  27. package/cjs/_virtual/react-jsx-runtime.production.js +0 -5
  28. package/cjs/_virtual/react.development/index.js +0 -5
  29. package/cjs/_virtual/react.production/index.js +0 -5
  30. package/cjs/buttons/Button/index.js +0 -22
  31. package/cjs/index/index.js +0 -7
  32. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development/index.js +0 -668
  33. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.js +0 -668
  34. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production/index.js +0 -46
  35. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js +0 -46
  36. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react.development/index.js +0 -1535
  37. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react.production/index.js +0 -550
  38. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/index/index.js +0 -21
  39. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime/index.js +0 -21
  40. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js +0 -21
  41. package/esm/_virtual/_tslib.js +0 -35
  42. package/esm/_virtual/jsx-runtime.js +0 -5
  43. package/esm/_virtual/jsx-runtime2.js +0 -3
  44. package/esm/_virtual/react-jsx-runtime.development.js +0 -3
  45. package/esm/_virtual/react-jsx-runtime.production.js +0 -3
  46. package/esm/buttons/Button.d.ts +0 -3
  47. package/esm/buttons/Button.js +0 -20
  48. package/esm/buttons/index.d.ts +0 -1
  49. package/esm/index.d.ts +0 -1
  50. package/esm/index.js +0 -1
  51. package/esm/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.js +0 -666
  52. package/esm/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js +0 -44
  53. package/esm/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js +0 -19
  54. package/esm/types/buttons/types.d.ts +0 -6
  55. package/esm/types/index.d.ts +0 -1
  56. package/index/index.js +0 -1
@@ -1,668 +0,0 @@
1
- 'use strict';
2
-
3
- var reactJsxRuntime_development = require('../../../../../../../_virtual/react-jsx-runtime.development/index.js');
4
- var index = require('../../index/index.js');
5
-
6
- /**
7
- * @license React
8
- * react-jsx-runtime.development.js
9
- *
10
- * Copyright (c) Meta Platforms, Inc. and affiliates.
11
- *
12
- * This source code is licensed under the MIT license found in the
13
- * LICENSE file in the root directory of this source tree.
14
- */
15
-
16
- var hasRequiredReactJsxRuntime_development;
17
-
18
- function requireReactJsxRuntime_development () {
19
- if (hasRequiredReactJsxRuntime_development) return reactJsxRuntime_development.__exports;
20
- hasRequiredReactJsxRuntime_development = 1;
21
- "production" !== process.env.NODE_ENV &&
22
- (function () {
23
- function getComponentNameFromType(type) {
24
- if (null == type) return null;
25
- if ("function" === typeof type)
26
- return type.$$typeof === REACT_CLIENT_REFERENCE$2
27
- ? null
28
- : type.displayName || type.name || null;
29
- if ("string" === typeof type) return type;
30
- switch (type) {
31
- case REACT_FRAGMENT_TYPE:
32
- return "Fragment";
33
- case REACT_PORTAL_TYPE:
34
- return "Portal";
35
- case REACT_PROFILER_TYPE:
36
- return "Profiler";
37
- case REACT_STRICT_MODE_TYPE:
38
- return "StrictMode";
39
- case REACT_SUSPENSE_TYPE:
40
- return "Suspense";
41
- case REACT_SUSPENSE_LIST_TYPE:
42
- return "SuspenseList";
43
- }
44
- if ("object" === typeof type)
45
- switch (
46
- ("number" === typeof type.tag &&
47
- console.error(
48
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
49
- ),
50
- type.$$typeof)
51
- ) {
52
- case REACT_CONTEXT_TYPE:
53
- return (type.displayName || "Context") + ".Provider";
54
- case REACT_CONSUMER_TYPE:
55
- return (type._context.displayName || "Context") + ".Consumer";
56
- case REACT_FORWARD_REF_TYPE:
57
- var innerType = type.render;
58
- type = type.displayName;
59
- type ||
60
- ((type = innerType.displayName || innerType.name || ""),
61
- (type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef"));
62
- return type;
63
- case REACT_MEMO_TYPE:
64
- return (
65
- (innerType = type.displayName || null),
66
- null !== innerType
67
- ? innerType
68
- : getComponentNameFromType(type.type) || "Memo"
69
- );
70
- case REACT_LAZY_TYPE:
71
- innerType = type._payload;
72
- type = type._init;
73
- try {
74
- return getComponentNameFromType(type(innerType));
75
- } catch (x) {}
76
- }
77
- return null;
78
- }
79
- function testStringCoercion(value) {
80
- return "" + value;
81
- }
82
- function checkKeyStringCoercion(value) {
83
- try {
84
- testStringCoercion(value);
85
- var JSCompiler_inline_result = !1;
86
- } catch (e) {
87
- JSCompiler_inline_result = true;
88
- }
89
- if (JSCompiler_inline_result) {
90
- JSCompiler_inline_result = console;
91
- var JSCompiler_temp_const = JSCompiler_inline_result.error;
92
- var JSCompiler_inline_result$jscomp$0 =
93
- ("function" === typeof Symbol &&
94
- Symbol.toStringTag &&
95
- value[Symbol.toStringTag]) ||
96
- value.constructor.name ||
97
- "Object";
98
- JSCompiler_temp_const.call(
99
- JSCompiler_inline_result,
100
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
101
- JSCompiler_inline_result$jscomp$0
102
- );
103
- return testStringCoercion(value);
104
- }
105
- }
106
- function disabledLog() {}
107
- function disableLogs() {
108
- if (0 === disabledDepth) {
109
- prevLog = console.log;
110
- prevInfo = console.info;
111
- prevWarn = console.warn;
112
- prevError = console.error;
113
- prevGroup = console.group;
114
- prevGroupCollapsed = console.groupCollapsed;
115
- prevGroupEnd = console.groupEnd;
116
- var props = {
117
- configurable: true,
118
- enumerable: true,
119
- value: disabledLog,
120
- writable: true
121
- };
122
- Object.defineProperties(console, {
123
- info: props,
124
- log: props,
125
- warn: props,
126
- error: props,
127
- group: props,
128
- groupCollapsed: props,
129
- groupEnd: props
130
- });
131
- }
132
- disabledDepth++;
133
- }
134
- function reenableLogs() {
135
- disabledDepth--;
136
- if (0 === disabledDepth) {
137
- var props = { configurable: true, enumerable: true, writable: true };
138
- Object.defineProperties(console, {
139
- log: assign({}, props, { value: prevLog }),
140
- info: assign({}, props, { value: prevInfo }),
141
- warn: assign({}, props, { value: prevWarn }),
142
- error: assign({}, props, { value: prevError }),
143
- group: assign({}, props, { value: prevGroup }),
144
- groupCollapsed: assign({}, props, { value: prevGroupCollapsed }),
145
- groupEnd: assign({}, props, { value: prevGroupEnd })
146
- });
147
- }
148
- 0 > disabledDepth &&
149
- console.error(
150
- "disabledDepth fell below zero. This is a bug in React. Please file an issue."
151
- );
152
- }
153
- function describeBuiltInComponentFrame(name) {
154
- if (undefined === prefix)
155
- try {
156
- throw Error();
157
- } catch (x) {
158
- var match = x.stack.trim().match(/\n( *(at )?)/);
159
- prefix = (match && match[1]) || "";
160
- suffix =
161
- -1 < x.stack.indexOf("\n at")
162
- ? " (<anonymous>)"
163
- : -1 < x.stack.indexOf("@")
164
- ? "@unknown:0:0"
165
- : "";
166
- }
167
- return "\n" + prefix + name + suffix;
168
- }
169
- function describeNativeComponentFrame(fn, construct) {
170
- if (!fn || reentry) return "";
171
- var frame = componentFrameCache.get(fn);
172
- if (undefined !== frame) return frame;
173
- reentry = true;
174
- frame = Error.prepareStackTrace;
175
- Error.prepareStackTrace = undefined;
176
- var previousDispatcher = null;
177
- previousDispatcher = ReactSharedInternals.H;
178
- ReactSharedInternals.H = null;
179
- disableLogs();
180
- try {
181
- var RunInRootFrame = {
182
- DetermineComponentFrameRoot: function () {
183
- try {
184
- if (construct) {
185
- var Fake = function () {
186
- throw Error();
187
- };
188
- Object.defineProperty(Fake.prototype, "props", {
189
- set: function () {
190
- throw Error();
191
- }
192
- });
193
- if ("object" === typeof Reflect && Reflect.construct) {
194
- try {
195
- Reflect.construct(Fake, []);
196
- } catch (x) {
197
- var control = x;
198
- }
199
- Reflect.construct(fn, [], Fake);
200
- } else {
201
- try {
202
- Fake.call();
203
- } catch (x$0) {
204
- control = x$0;
205
- }
206
- fn.call(Fake.prototype);
207
- }
208
- } else {
209
- try {
210
- throw Error();
211
- } catch (x$1) {
212
- control = x$1;
213
- }
214
- (Fake = fn()) &&
215
- "function" === typeof Fake.catch &&
216
- Fake.catch(function () {});
217
- }
218
- } catch (sample) {
219
- if (sample && control && "string" === typeof sample.stack)
220
- return [sample.stack, control.stack];
221
- }
222
- return [null, null];
223
- }
224
- };
225
- RunInRootFrame.DetermineComponentFrameRoot.displayName =
226
- "DetermineComponentFrameRoot";
227
- var namePropDescriptor = Object.getOwnPropertyDescriptor(
228
- RunInRootFrame.DetermineComponentFrameRoot,
229
- "name"
230
- );
231
- namePropDescriptor &&
232
- namePropDescriptor.configurable &&
233
- Object.defineProperty(
234
- RunInRootFrame.DetermineComponentFrameRoot,
235
- "name",
236
- { value: "DetermineComponentFrameRoot" }
237
- );
238
- var _RunInRootFrame$Deter =
239
- RunInRootFrame.DetermineComponentFrameRoot(),
240
- sampleStack = _RunInRootFrame$Deter[0],
241
- controlStack = _RunInRootFrame$Deter[1];
242
- if (sampleStack && controlStack) {
243
- var sampleLines = sampleStack.split("\n"),
244
- controlLines = controlStack.split("\n");
245
- for (
246
- _RunInRootFrame$Deter = namePropDescriptor = 0;
247
- namePropDescriptor < sampleLines.length &&
248
- !sampleLines[namePropDescriptor].includes(
249
- "DetermineComponentFrameRoot"
250
- );
251
-
252
- )
253
- namePropDescriptor++;
254
- for (
255
- ;
256
- _RunInRootFrame$Deter < controlLines.length &&
257
- !controlLines[_RunInRootFrame$Deter].includes(
258
- "DetermineComponentFrameRoot"
259
- );
260
-
261
- )
262
- _RunInRootFrame$Deter++;
263
- if (
264
- namePropDescriptor === sampleLines.length ||
265
- _RunInRootFrame$Deter === controlLines.length
266
- )
267
- for (
268
- namePropDescriptor = sampleLines.length - 1,
269
- _RunInRootFrame$Deter = controlLines.length - 1;
270
- 1 <= namePropDescriptor &&
271
- 0 <= _RunInRootFrame$Deter &&
272
- sampleLines[namePropDescriptor] !==
273
- controlLines[_RunInRootFrame$Deter];
274
-
275
- )
276
- _RunInRootFrame$Deter--;
277
- for (
278
- ;
279
- 1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter;
280
- namePropDescriptor--, _RunInRootFrame$Deter--
281
- )
282
- if (
283
- sampleLines[namePropDescriptor] !==
284
- controlLines[_RunInRootFrame$Deter]
285
- ) {
286
- if (1 !== namePropDescriptor || 1 !== _RunInRootFrame$Deter) {
287
- do
288
- if (
289
- (namePropDescriptor--,
290
- _RunInRootFrame$Deter--,
291
- 0 > _RunInRootFrame$Deter ||
292
- sampleLines[namePropDescriptor] !==
293
- controlLines[_RunInRootFrame$Deter])
294
- ) {
295
- var _frame =
296
- "\n" +
297
- sampleLines[namePropDescriptor].replace(
298
- " at new ",
299
- " at "
300
- );
301
- fn.displayName &&
302
- _frame.includes("<anonymous>") &&
303
- (_frame = _frame.replace("<anonymous>", fn.displayName));
304
- "function" === typeof fn &&
305
- componentFrameCache.set(fn, _frame);
306
- return _frame;
307
- }
308
- while (1 <= namePropDescriptor && 0 <= _RunInRootFrame$Deter);
309
- }
310
- break;
311
- }
312
- }
313
- } finally {
314
- (reentry = false),
315
- (ReactSharedInternals.H = previousDispatcher),
316
- reenableLogs(),
317
- (Error.prepareStackTrace = frame);
318
- }
319
- sampleLines = (sampleLines = fn ? fn.displayName || fn.name : "")
320
- ? describeBuiltInComponentFrame(sampleLines)
321
- : "";
322
- "function" === typeof fn && componentFrameCache.set(fn, sampleLines);
323
- return sampleLines;
324
- }
325
- function describeUnknownElementTypeFrameInDEV(type) {
326
- if (null == type) return "";
327
- if ("function" === typeof type) {
328
- var prototype = type.prototype;
329
- return describeNativeComponentFrame(
330
- type,
331
- !(!prototype || !prototype.isReactComponent)
332
- );
333
- }
334
- if ("string" === typeof type) return describeBuiltInComponentFrame(type);
335
- switch (type) {
336
- case REACT_SUSPENSE_TYPE:
337
- return describeBuiltInComponentFrame("Suspense");
338
- case REACT_SUSPENSE_LIST_TYPE:
339
- return describeBuiltInComponentFrame("SuspenseList");
340
- }
341
- if ("object" === typeof type)
342
- switch (type.$$typeof) {
343
- case REACT_FORWARD_REF_TYPE:
344
- return (type = describeNativeComponentFrame(type.render, false)), type;
345
- case REACT_MEMO_TYPE:
346
- return describeUnknownElementTypeFrameInDEV(type.type);
347
- case REACT_LAZY_TYPE:
348
- prototype = type._payload;
349
- type = type._init;
350
- try {
351
- return describeUnknownElementTypeFrameInDEV(type(prototype));
352
- } catch (x) {}
353
- }
354
- return "";
355
- }
356
- function getOwner() {
357
- var dispatcher = ReactSharedInternals.A;
358
- return null === dispatcher ? null : dispatcher.getOwner();
359
- }
360
- function hasValidKey(config) {
361
- if (hasOwnProperty.call(config, "key")) {
362
- var getter = Object.getOwnPropertyDescriptor(config, "key").get;
363
- if (getter && getter.isReactWarning) return false;
364
- }
365
- return undefined !== config.key;
366
- }
367
- function defineKeyPropWarningGetter(props, displayName) {
368
- function warnAboutAccessingKey() {
369
- specialPropKeyWarningShown ||
370
- ((specialPropKeyWarningShown = true),
371
- console.error(
372
- "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
373
- displayName
374
- ));
375
- }
376
- warnAboutAccessingKey.isReactWarning = true;
377
- Object.defineProperty(props, "key", {
378
- get: warnAboutAccessingKey,
379
- configurable: true
380
- });
381
- }
382
- function elementRefGetterWithDeprecationWarning() {
383
- var componentName = getComponentNameFromType(this.type);
384
- didWarnAboutElementRef[componentName] ||
385
- ((didWarnAboutElementRef[componentName] = true),
386
- console.error(
387
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
388
- ));
389
- componentName = this.props.ref;
390
- return undefined !== componentName ? componentName : null;
391
- }
392
- function ReactElement(type, key, self, source, owner, props) {
393
- self = props.ref;
394
- type = {
395
- $$typeof: REACT_ELEMENT_TYPE,
396
- type: type,
397
- key: key,
398
- props: props,
399
- _owner: owner
400
- };
401
- null !== (undefined !== self ? self : null)
402
- ? Object.defineProperty(type, "ref", {
403
- enumerable: false,
404
- get: elementRefGetterWithDeprecationWarning
405
- })
406
- : Object.defineProperty(type, "ref", { enumerable: false, value: null });
407
- type._store = {};
408
- Object.defineProperty(type._store, "validated", {
409
- configurable: false,
410
- enumerable: false,
411
- writable: true,
412
- value: 0
413
- });
414
- Object.defineProperty(type, "_debugInfo", {
415
- configurable: false,
416
- enumerable: false,
417
- writable: true,
418
- value: null
419
- });
420
- Object.freeze && (Object.freeze(type.props), Object.freeze(type));
421
- return type;
422
- }
423
- function jsxDEVImpl(
424
- type,
425
- config,
426
- maybeKey,
427
- isStaticChildren,
428
- source,
429
- self
430
- ) {
431
- if (
432
- "string" === typeof type ||
433
- "function" === typeof type ||
434
- type === REACT_FRAGMENT_TYPE ||
435
- type === REACT_PROFILER_TYPE ||
436
- type === REACT_STRICT_MODE_TYPE ||
437
- type === REACT_SUSPENSE_TYPE ||
438
- type === REACT_SUSPENSE_LIST_TYPE ||
439
- type === REACT_OFFSCREEN_TYPE ||
440
- ("object" === typeof type &&
441
- null !== type &&
442
- (type.$$typeof === REACT_LAZY_TYPE ||
443
- type.$$typeof === REACT_MEMO_TYPE ||
444
- type.$$typeof === REACT_CONTEXT_TYPE ||
445
- type.$$typeof === REACT_CONSUMER_TYPE ||
446
- type.$$typeof === REACT_FORWARD_REF_TYPE ||
447
- type.$$typeof === REACT_CLIENT_REFERENCE$1 ||
448
- undefined !== type.getModuleId))
449
- ) {
450
- var children = config.children;
451
- if (undefined !== children)
452
- if (isStaticChildren)
453
- if (isArrayImpl(children)) {
454
- for (
455
- isStaticChildren = 0;
456
- isStaticChildren < children.length;
457
- isStaticChildren++
458
- )
459
- validateChildKeys(children[isStaticChildren], type);
460
- Object.freeze && Object.freeze(children);
461
- } else
462
- console.error(
463
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
464
- );
465
- else validateChildKeys(children, type);
466
- } else {
467
- children = "";
468
- if (
469
- undefined === type ||
470
- ("object" === typeof type &&
471
- null !== type &&
472
- 0 === Object.keys(type).length)
473
- )
474
- children +=
475
- " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.";
476
- null === type
477
- ? (isStaticChildren = "null")
478
- : isArrayImpl(type)
479
- ? (isStaticChildren = "array")
480
- : undefined !== type && type.$$typeof === REACT_ELEMENT_TYPE
481
- ? ((isStaticChildren =
482
- "<" +
483
- (getComponentNameFromType(type.type) || "Unknown") +
484
- " />"),
485
- (children =
486
- " Did you accidentally export a JSX literal instead of a component?"))
487
- : (isStaticChildren = typeof type);
488
- console.error(
489
- "React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
490
- isStaticChildren,
491
- children
492
- );
493
- }
494
- if (hasOwnProperty.call(config, "key")) {
495
- children = getComponentNameFromType(type);
496
- var keys = Object.keys(config).filter(function (k) {
497
- return "key" !== k;
498
- });
499
- isStaticChildren =
500
- 0 < keys.length
501
- ? "{key: someKey, " + keys.join(": ..., ") + ": ...}"
502
- : "{key: someKey}";
503
- didWarnAboutKeySpread[children + isStaticChildren] ||
504
- ((keys =
505
- 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}"),
506
- console.error(
507
- 'A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',
508
- isStaticChildren,
509
- children,
510
- keys,
511
- children
512
- ),
513
- (didWarnAboutKeySpread[children + isStaticChildren] = true));
514
- }
515
- children = null;
516
- undefined !== maybeKey &&
517
- (checkKeyStringCoercion(maybeKey), (children = "" + maybeKey));
518
- hasValidKey(config) &&
519
- (checkKeyStringCoercion(config.key), (children = "" + config.key));
520
- if ("key" in config) {
521
- maybeKey = {};
522
- for (var propName in config)
523
- "key" !== propName && (maybeKey[propName] = config[propName]);
524
- } else maybeKey = config;
525
- children &&
526
- defineKeyPropWarningGetter(
527
- maybeKey,
528
- "function" === typeof type
529
- ? type.displayName || type.name || "Unknown"
530
- : type
531
- );
532
- return ReactElement(type, children, self, source, getOwner(), maybeKey);
533
- }
534
- function validateChildKeys(node, parentType) {
535
- if (
536
- "object" === typeof node &&
537
- node &&
538
- node.$$typeof !== REACT_CLIENT_REFERENCE
539
- )
540
- if (isArrayImpl(node))
541
- for (var i = 0; i < node.length; i++) {
542
- var child = node[i];
543
- isValidElement(child) && validateExplicitKey(child, parentType);
544
- }
545
- else if (isValidElement(node))
546
- node._store && (node._store.validated = 1);
547
- else if (
548
- (null === node || "object" !== typeof node
549
- ? (i = null)
550
- : ((i =
551
- (MAYBE_ITERATOR_SYMBOL && node[MAYBE_ITERATOR_SYMBOL]) ||
552
- node["@@iterator"]),
553
- (i = "function" === typeof i ? i : null)),
554
- "function" === typeof i &&
555
- i !== node.entries &&
556
- ((i = i.call(node)), i !== node))
557
- )
558
- for (; !(node = i.next()).done; )
559
- isValidElement(node.value) &&
560
- validateExplicitKey(node.value, parentType);
561
- }
562
- function isValidElement(object) {
563
- return (
564
- "object" === typeof object &&
565
- null !== object &&
566
- object.$$typeof === REACT_ELEMENT_TYPE
567
- );
568
- }
569
- function validateExplicitKey(element, parentType) {
570
- if (
571
- element._store &&
572
- !element._store.validated &&
573
- null == element.key &&
574
- ((element._store.validated = 1),
575
- (parentType = getCurrentComponentErrorInfo(parentType)),
576
- !ownerHasKeyUseWarning[parentType])
577
- ) {
578
- ownerHasKeyUseWarning[parentType] = true;
579
- var childOwner = "";
580
- element &&
581
- null != element._owner &&
582
- element._owner !== getOwner() &&
583
- ((childOwner = null),
584
- "number" === typeof element._owner.tag
585
- ? (childOwner = getComponentNameFromType(element._owner.type))
586
- : "string" === typeof element._owner.name &&
587
- (childOwner = element._owner.name),
588
- (childOwner = " It was passed a child from " + childOwner + "."));
589
- var prevGetCurrentStack = ReactSharedInternals.getCurrentStack;
590
- ReactSharedInternals.getCurrentStack = function () {
591
- var stack = describeUnknownElementTypeFrameInDEV(element.type);
592
- prevGetCurrentStack && (stack += prevGetCurrentStack() || "");
593
- return stack;
594
- };
595
- console.error(
596
- 'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
597
- parentType,
598
- childOwner
599
- );
600
- ReactSharedInternals.getCurrentStack = prevGetCurrentStack;
601
- }
602
- }
603
- function getCurrentComponentErrorInfo(parentType) {
604
- var info = "",
605
- owner = getOwner();
606
- owner &&
607
- (owner = getComponentNameFromType(owner.type)) &&
608
- (info = "\n\nCheck the render method of `" + owner + "`.");
609
- info ||
610
- ((parentType = getComponentNameFromType(parentType)) &&
611
- (info =
612
- "\n\nCheck the top-level render call using <" + parentType + ">."));
613
- return info;
614
- }
615
- var React = index.__require(),
616
- REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
617
- REACT_PORTAL_TYPE = Symbol.for("react.portal"),
618
- REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),
619
- REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
620
- REACT_PROFILER_TYPE = Symbol.for("react.profiler");
621
- var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"),
622
- REACT_CONTEXT_TYPE = Symbol.for("react.context"),
623
- REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"),
624
- REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"),
625
- REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"),
626
- REACT_MEMO_TYPE = Symbol.for("react.memo"),
627
- REACT_LAZY_TYPE = Symbol.for("react.lazy"),
628
- REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
629
- MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
630
- REACT_CLIENT_REFERENCE$2 = Symbol.for("react.client.reference"),
631
- ReactSharedInternals =
632
- React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
633
- hasOwnProperty = Object.prototype.hasOwnProperty,
634
- assign = Object.assign,
635
- REACT_CLIENT_REFERENCE$1 = Symbol.for("react.client.reference"),
636
- isArrayImpl = Array.isArray,
637
- disabledDepth = 0,
638
- prevLog,
639
- prevInfo,
640
- prevWarn,
641
- prevError,
642
- prevGroup,
643
- prevGroupCollapsed,
644
- prevGroupEnd;
645
- disabledLog.__reactDisabledLog = true;
646
- var prefix,
647
- suffix,
648
- reentry = false;
649
- var componentFrameCache = new (
650
- "function" === typeof WeakMap ? WeakMap : Map
651
- )();
652
- var REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"),
653
- specialPropKeyWarningShown;
654
- var didWarnAboutElementRef = {};
655
- var didWarnAboutKeySpread = {},
656
- ownerHasKeyUseWarning = {};
657
- reactJsxRuntime_development.__exports.Fragment = REACT_FRAGMENT_TYPE;
658
- reactJsxRuntime_development.__exports.jsx = function (type, config, maybeKey, source, self) {
659
- return jsxDEVImpl(type, config, maybeKey, false, source, self);
660
- };
661
- reactJsxRuntime_development.__exports.jsxs = function (type, config, maybeKey, source, self) {
662
- return jsxDEVImpl(type, config, maybeKey, true, source, self);
663
- };
664
- })();
665
- return reactJsxRuntime_development.__exports;
666
- }
667
-
668
- exports.__require = requireReactJsxRuntime_development;