@kubb/react-fabric 0.13.2 → 0.14.0

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 (92) hide show
  1. package/README.md +2 -2
  2. package/dist/{chunk-Cnw5r_-A.js → chunk-BGCRLu6H.js} +16 -21
  3. package/dist/globals.d.ts +2 -1
  4. package/dist/globals.js +1 -1
  5. package/dist/index.cjs +79 -89
  6. package/dist/index.cjs.map +1 -1
  7. package/dist/index.d.ts +27 -27
  8. package/dist/index.js +27 -35
  9. package/dist/index.js.map +1 -1
  10. package/dist/jsx-dev-runtime.cjs +6 -227
  11. package/dist/jsx-dev-runtime.cjs.map +1 -1
  12. package/dist/jsx-dev-runtime.d.ts +5 -4
  13. package/dist/jsx-dev-runtime.js +6 -227
  14. package/dist/jsx-dev-runtime.js.map +1 -1
  15. package/dist/{jsx-namespace-CFK460kI.d.ts → jsx-namespace-C9N4PA8a.d.ts} +3 -2
  16. package/dist/{react-DorQ0Kea.cjs → jsx-runtime-Bl0DfUmV.js} +347 -75
  17. package/dist/jsx-runtime-Bl0DfUmV.js.map +1 -0
  18. package/dist/{react-D652OKii.js → jsx-runtime-Cua1md-Z.cjs} +402 -31
  19. package/dist/jsx-runtime-Cua1md-Z.cjs.map +1 -0
  20. package/dist/jsx-runtime.cjs +4 -6
  21. package/dist/jsx-runtime.cjs.map +1 -1
  22. package/dist/jsx-runtime.d.ts +3 -2
  23. package/dist/jsx-runtime.js +3 -5
  24. package/dist/jsx-runtime.js.map +1 -1
  25. package/dist/parsers.cjs +7 -7
  26. package/dist/parsers.js +2 -3
  27. package/dist/plugins.cjs +10 -10
  28. package/dist/plugins.d.ts +1 -1
  29. package/dist/plugins.js +4 -7
  30. package/dist/{reactPlugin-CJEggKNs.d.ts → reactPlugin-CKiGUCKQ.d.ts} +11 -10
  31. package/dist/{reactPlugin-BGbgHJfV.cjs → reactPlugin-D74A1eG4.cjs} +1495 -377
  32. package/dist/{reactPlugin-BGbgHJfV.cjs.map → reactPlugin-D74A1eG4.cjs.map} +1 -1
  33. package/dist/{reactPlugin-tE73eBS_.js → reactPlugin-QQPrjNuQ.js} +1460 -342
  34. package/dist/{reactPlugin-tE73eBS_.js.map → reactPlugin-QQPrjNuQ.js.map} +1 -1
  35. package/dist/types-BJVZ7ita.d.ts +104 -0
  36. package/dist/types.cjs +7 -7
  37. package/dist/types.d.ts +2 -62
  38. package/dist/types.js +2 -3
  39. package/package.json +9 -3
  40. package/src/components/{App.tsx → Fabric.tsx} +6 -6
  41. package/src/composables/useFabric.ts +1 -0
  42. package/src/index.ts +2 -3
  43. package/src/jsx-dev-runtime.ts +2 -2
  44. package/src/plugins/reactPlugin.ts +8 -8
  45. package/dist/getFunctionParams-BJb7Kd-D.d.ts +0 -48
  46. package/dist/getFunctionParams-ClT1iMr_.d.ts +0 -47
  47. package/dist/jsx-namespace-BLQ6SvuD.d.ts +0 -33
  48. package/dist/jsx-runtime-7CEZevwV.cjs +0 -251
  49. package/dist/jsx-runtime-7CEZevwV.cjs.map +0 -1
  50. package/dist/jsx-runtime-Dm7PKVbc.js +0 -247
  51. package/dist/jsx-runtime-Dm7PKVbc.js.map +0 -1
  52. package/dist/react-D652OKii.js.map +0 -1
  53. package/dist/react-DorQ0Kea.cjs.map +0 -1
  54. package/dist/reactPlugin-DYARkyXy.d.ts +0 -462
  55. package/src/components/__snapshots__/arrow_function_with_generics.ts +0 -3
  56. package/src/components/__snapshots__/async_arrow_function.ts +0 -3
  57. package/src/components/__snapshots__/async_function.ts +0 -3
  58. package/src/components/__snapshots__/async_function_with_Promise_return_type.ts +0 -3
  59. package/src/components/__snapshots__/basic_arrow_function.ts +0 -3
  60. package/src/components/__snapshots__/basic_const.ts +0 -1
  61. package/src/components/__snapshots__/basic_export.ts +0 -1
  62. package/src/components/__snapshots__/basic_function.ts +0 -3
  63. package/src/components/__snapshots__/basic_import.ts +0 -1
  64. package/src/components/__snapshots__/basic_type.ts +0 -1
  65. package/src/components/__snapshots__/const_with_JSDoc.ts +0 -4
  66. package/src/components/__snapshots__/const_with_as_const.ts +0 -1
  67. package/src/components/__snapshots__/const_with_type.ts +0 -1
  68. package/src/components/__snapshots__/default_exported_arrow_function.ts +0 -3
  69. package/src/components/__snapshots__/default_exported_function.ts +0 -3
  70. package/src/components/__snapshots__/exported_arrow_function.ts +0 -3
  71. package/src/components/__snapshots__/exported_async_arrow_function_with_generics.ts +0 -3
  72. package/src/components/__snapshots__/exported_async_function_with_generics.ts +0 -3
  73. package/src/components/__snapshots__/exported_const.ts +0 -1
  74. package/src/components/__snapshots__/exported_function.ts +0 -3
  75. package/src/components/__snapshots__/exported_type.ts +0 -1
  76. package/src/components/__snapshots__/function_with_JSDoc.ts +0 -6
  77. package/src/components/__snapshots__/function_with_generics.ts +0 -3
  78. package/src/components/__snapshots__/function_with_parameters.ts +0 -3
  79. package/src/components/__snapshots__/function_with_return_type.ts +0 -3
  80. package/src/components/__snapshots__/matches_with_root_import.ts +0 -1
  81. package/src/components/__snapshots__/named_export.ts +0 -1
  82. package/src/components/__snapshots__/named_export_(object_advanced).ts +0 -1
  83. package/src/components/__snapshots__/named_import.ts +0 -1
  84. package/src/components/__snapshots__/named_import_(object).ts +0 -1
  85. package/src/components/__snapshots__/named_import_(object_advanced).ts +0 -1
  86. package/src/components/__snapshots__/named_typed_export.ts +0 -1
  87. package/src/components/__snapshots__/named_typed_import.ts +0 -1
  88. package/src/components/__snapshots__/single_line_arrow_function.ts +0 -1
  89. package/src/components/__snapshots__/type_with_JSDoc.ts +0 -4
  90. package/src/components/__snapshots__/typed_export.ts +0 -1
  91. package/src/components/__snapshots__/typed_import.ts +0 -1
  92. package/src/composables/useApp.ts +0 -1
@@ -1,32 +1,4 @@
1
- //#region \0rolldown/runtime.js
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
- key = keys[i];
13
- if (!__hasOwnProp.call(to, key) && key !== except) {
14
- __defProp(to, key, {
15
- get: ((k) => from[k]).bind(null, key),
16
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
- });
18
- }
19
- }
20
- }
21
- return to;
22
- };
23
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
24
- value: mod,
25
- enumerable: true
26
- }) : target, mod));
27
-
28
- //#endregion
29
-
1
+ import { t as __commonJSMin } from "./chunk-BGCRLu6H.js";
30
2
  //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react.production.js
31
3
  /**
32
4
  * @license React
@@ -38,7 +10,19 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
38
10
  * LICENSE file in the root directory of this source tree.
39
11
  */
40
12
  var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
41
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
13
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
14
+ var REACT_PORTAL_TYPE = Symbol.for("react.portal");
15
+ var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
16
+ var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
17
+ var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
18
+ var REACT_CONSUMER_TYPE = Symbol.for("react.consumer");
19
+ var REACT_CONTEXT_TYPE = Symbol.for("react.context");
20
+ var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
21
+ var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
22
+ var REACT_MEMO_TYPE = Symbol.for("react.memo");
23
+ var REACT_LAZY_TYPE = Symbol.for("react.lazy");
24
+ var REACT_ACTIVITY_TYPE = Symbol.for("react.activity");
25
+ var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
42
26
  function getIteratorFn(maybeIterable) {
43
27
  if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
44
28
  maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
@@ -51,7 +35,9 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
51
35
  enqueueForceUpdate: function() {},
52
36
  enqueueReplaceState: function() {},
53
37
  enqueueSetState: function() {}
54
- }, assign = Object.assign, emptyObject = {};
38
+ };
39
+ var assign = Object.assign;
40
+ var emptyObject = {};
55
41
  function Component(props, context, updater) {
56
42
  this.props = props;
57
43
  this.context = context;
@@ -85,7 +71,8 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
85
71
  A: null,
86
72
  T: null,
87
73
  S: null
88
- }, hasOwnProperty = Object.prototype.hasOwnProperty;
74
+ };
75
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
89
76
  function ReactElement(type, key, props) {
90
77
  var refProp = props.ref;
91
78
  return {
@@ -165,7 +152,8 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
165
152
  }
166
153
  function mapChildren(children, func, context) {
167
154
  if (null == children) return children;
168
- var result = [], count = 0;
155
+ var result = [];
156
+ var count = 0;
169
157
  mapIntoArray(children, result, "", "", function(child) {
170
158
  return func.call(context, child, count++);
171
159
  });
@@ -199,7 +187,8 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
199
187
  return;
200
188
  }
201
189
  console.error(error);
202
- }, Children = {
190
+ };
191
+ var Children = {
203
192
  map: mapChildren,
204
193
  forEach: function(children, forEachFunc, forEachContext) {
205
194
  mapChildren(children, function() {
@@ -248,7 +237,8 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
248
237
  };
249
238
  exports.cloneElement = function(element, config, children) {
250
239
  if (null === element || void 0 === element) throw Error("The argument must be a React element, but you passed " + element + ".");
251
- var props = assign({}, element.props), key = element.key;
240
+ var props = assign({}, element.props);
241
+ var key = element.key;
252
242
  if (null != config) for (propName in void 0 !== config.key && (key = "" + config.key), config) !hasOwnProperty.call(config, propName) || "key" === propName || "__self" === propName || "__source" === propName || "ref" === propName && void 0 === config.ref || (props[propName] = config[propName]);
253
243
  var propName = arguments.length - 2;
254
244
  if (1 === propName) props.children = children;
@@ -275,7 +265,9 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
275
265
  return defaultValue;
276
266
  };
277
267
  exports.createElement = function(type, config, children) {
278
- var propName, props = {}, key = null;
268
+ var propName;
269
+ var props = {};
270
+ var key = null;
279
271
  if (null != config) for (propName in void 0 !== config.key && (key = "" + config.key), config) hasOwnProperty.call(config, propName) && "key" !== propName && "__self" !== propName && "__source" !== propName && (props[propName] = config[propName]);
280
272
  var childrenLength = arguments.length - 2;
281
273
  if (1 === childrenLength) props.children = children;
@@ -314,10 +306,12 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
314
306
  };
315
307
  };
316
308
  exports.startTransition = function(scope) {
317
- var prevTransition = ReactSharedInternals.T, currentTransition = {};
309
+ var prevTransition = ReactSharedInternals.T;
310
+ var currentTransition = {};
318
311
  ReactSharedInternals.T = currentTransition;
319
312
  try {
320
- var returnValue = scope(), onStartTransitionFinish = ReactSharedInternals.S;
313
+ var returnValue = scope();
314
+ var onStartTransitionFinish = ReactSharedInternals.S;
321
315
  null !== onStartTransitionFinish && onStartTransitionFinish(currentTransition, returnValue);
322
316
  "object" === typeof returnValue && null !== returnValue && "function" === typeof returnValue.then && returnValue.then(noop, reportGlobalError);
323
317
  } catch (error) {
@@ -386,7 +380,6 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
386
380
  };
387
381
  exports.version = "19.2.3";
388
382
  }));
389
-
390
383
  //#endregion
391
384
  //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react.development.js
392
385
  /**
@@ -641,7 +634,8 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
641
634
  }
642
635
  function mapChildren(children, func, context) {
643
636
  if (null == children) return children;
644
- var result = [], count = 0;
637
+ var result = [];
638
+ var count = 0;
645
639
  mapIntoArray(children, result, "", "", function(child) {
646
640
  return func.call(context, child, count++);
647
641
  });
@@ -753,7 +747,22 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
753
747
  }
754
748
  }
755
749
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
756
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator, didWarnStateUpdateForUnmountedComponent = {}, ReactNoopUpdateQueue = {
750
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
751
+ var REACT_PORTAL_TYPE = Symbol.for("react.portal");
752
+ var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
753
+ var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
754
+ var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
755
+ var REACT_CONSUMER_TYPE = Symbol.for("react.consumer");
756
+ var REACT_CONTEXT_TYPE = Symbol.for("react.context");
757
+ var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
758
+ var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
759
+ var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
760
+ var REACT_MEMO_TYPE = Symbol.for("react.memo");
761
+ var REACT_LAZY_TYPE = Symbol.for("react.lazy");
762
+ var REACT_ACTIVITY_TYPE = Symbol.for("react.activity");
763
+ var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
764
+ var didWarnStateUpdateForUnmountedComponent = {};
765
+ var ReactNoopUpdateQueue = {
757
766
  isMounted: function() {
758
767
  return !1;
759
768
  },
@@ -766,7 +775,9 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
766
775
  enqueueSetState: function(publicInstance) {
767
776
  warnNoop(publicInstance, "setState");
768
777
  }
769
- }, assign = Object.assign, emptyObject = {};
778
+ };
779
+ var assign = Object.assign;
780
+ var emptyObject = {};
770
781
  Object.freeze(emptyObject);
771
782
  Component.prototype.isReactComponent = {};
772
783
  Component.prototype.setState = function(partialState, callback) {
@@ -786,7 +797,9 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
786
797
  deprecatedAPIs.constructor = PureComponent;
787
798
  assign(deprecatedAPIs, Component.prototype);
788
799
  deprecatedAPIs.isPureReactComponent = !0;
789
- var isArrayImpl = Array.isArray, REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = {
800
+ var isArrayImpl = Array.isArray;
801
+ var REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
802
+ var ReactSharedInternals = {
790
803
  H: null,
791
804
  A: null,
792
805
  T: null,
@@ -799,17 +812,22 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
799
812
  thrownErrors: [],
800
813
  getCurrentStack: null,
801
814
  recentlyCreatedOwnerStacks: 0
802
- }, hasOwnProperty = Object.prototype.hasOwnProperty, createTask = console.createTask ? console.createTask : function() {
815
+ };
816
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
817
+ var createTask = console.createTask ? console.createTask : function() {
803
818
  return null;
804
819
  };
805
820
  deprecatedAPIs = { react_stack_bottom_frame: function(callStackForError) {
806
821
  return callStackForError();
807
822
  } };
808
- var specialPropKeyWarningShown, didWarnAboutOldJSXRuntime;
823
+ var specialPropKeyWarningShown;
824
+ var didWarnAboutOldJSXRuntime;
809
825
  var didWarnAboutElementRef = {};
810
826
  var unknownOwnerDebugStack = deprecatedAPIs.react_stack_bottom_frame.bind(deprecatedAPIs, UnknownOwner)();
811
827
  var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
812
- var didWarnAboutMaps = !1, userProvidedKeyEscapeRegex = /\/+/g, reportGlobalError = "function" === typeof reportError ? reportError : function(error) {
828
+ var didWarnAboutMaps = !1;
829
+ var userProvidedKeyEscapeRegex = /\/+/g;
830
+ var reportGlobalError = "function" === typeof reportError ? reportError : function(error) {
813
831
  if ("object" === typeof window && "function" === typeof window.ErrorEvent) {
814
832
  var event = new window.ErrorEvent("error", {
815
833
  bubbles: !0,
@@ -823,7 +841,13 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
823
841
  return;
824
842
  }
825
843
  console.error(error);
826
- }, didWarnAboutMessageChannel = !1, enqueueTaskImpl = null, actScopeDepth = 0, didWarnNoAwaitAct = !1, isFlushing = !1, queueSeveralMicrotasks = "function" === typeof queueMicrotask ? function(callback) {
844
+ };
845
+ var didWarnAboutMessageChannel = !1;
846
+ var enqueueTaskImpl = null;
847
+ var actScopeDepth = 0;
848
+ var didWarnNoAwaitAct = !1;
849
+ var isFlushing = !1;
850
+ var queueSeveralMicrotasks = "function" === typeof queueMicrotask ? function(callback) {
827
851
  queueMicrotask(function() {
828
852
  return queueMicrotask(callback);
829
853
  });
@@ -869,9 +893,11 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
869
893
  exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals;
870
894
  exports.__COMPILER_RUNTIME = deprecatedAPIs;
871
895
  exports.act = function(callback) {
872
- var prevActQueue = ReactSharedInternals.actQueue, prevActScopeDepth = actScopeDepth;
896
+ var prevActQueue = ReactSharedInternals.actQueue;
897
+ var prevActScopeDepth = actScopeDepth;
873
898
  actScopeDepth++;
874
- var queue = ReactSharedInternals.actQueue = null !== prevActQueue ? prevActQueue : [], didAwaitActCall = !1;
899
+ var queue = ReactSharedInternals.actQueue = null !== prevActQueue ? prevActQueue : [];
900
+ var didAwaitActCall = !1;
875
901
  try {
876
902
  var result = callback();
877
903
  } catch (error) {
@@ -934,7 +960,9 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
934
960
  };
935
961
  exports.cloneElement = function(element, config, children) {
936
962
  if (null === element || void 0 === element) throw Error("The argument must be a React element, but you passed " + element + ".");
937
- var props = assign({}, element.props), key = element.key, owner = element._owner;
963
+ var props = assign({}, element.props);
964
+ var key = element.key;
965
+ var owner = element._owner;
938
966
  if (null != config) {
939
967
  var JSCompiler_inline_result;
940
968
  a: {
@@ -1005,7 +1033,8 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
1005
1033
  var elementType = {
1006
1034
  $$typeof: REACT_FORWARD_REF_TYPE,
1007
1035
  render
1008
- }, ownName;
1036
+ };
1037
+ var ownName;
1009
1038
  Object.defineProperty(elementType, "displayName", {
1010
1039
  enumerable: !1,
1011
1040
  configurable: !0,
@@ -1029,7 +1058,8 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
1029
1058
  $$typeof: REACT_LAZY_TYPE,
1030
1059
  _payload: ctor,
1031
1060
  _init: lazyInitializer
1032
- }, ioInfo = {
1061
+ };
1062
+ var ioInfo = {
1033
1063
  name: "lazy",
1034
1064
  start: -1,
1035
1065
  end: -1,
@@ -1064,11 +1094,13 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
1064
1094
  return compare;
1065
1095
  };
1066
1096
  exports.startTransition = function(scope) {
1067
- var prevTransition = ReactSharedInternals.T, currentTransition = {};
1097
+ var prevTransition = ReactSharedInternals.T;
1098
+ var currentTransition = {};
1068
1099
  currentTransition._updatedFibers = /* @__PURE__ */ new Set();
1069
1100
  ReactSharedInternals.T = currentTransition;
1070
1101
  try {
1071
- var returnValue = scope(), onStartTransitionFinish = ReactSharedInternals.S;
1102
+ var returnValue = scope();
1103
+ var onStartTransitionFinish = ReactSharedInternals.S;
1072
1104
  null !== onStartTransitionFinish && onStartTransitionFinish(currentTransition, returnValue);
1073
1105
  "object" === typeof returnValue && null !== returnValue && "function" === typeof returnValue.then && (ReactSharedInternals.asyncTransitions++, returnValue.then(releaseAsyncTransition, releaseAsyncTransition), returnValue.then(noop, reportGlobalError));
1074
1106
  } catch (error) {
@@ -1146,31 +1178,271 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
1146
1178
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
1147
1179
  })();
1148
1180
  }));
1149
-
1150
1181
  //#endregion
1151
1182
  //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/index.js
1152
1183
  var require_react = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1153
1184
  if (process.env.NODE_ENV === "production") module.exports = require_react_production();
1154
1185
  else module.exports = require_react_development();
1155
1186
  }));
1156
-
1157
1187
  //#endregion
1158
- Object.defineProperty(exports, '__commonJSMin', {
1159
- enumerable: true,
1160
- get: function () {
1161
- return __commonJSMin;
1162
- }
1163
- });
1164
- Object.defineProperty(exports, '__toESM', {
1165
- enumerable: true,
1166
- get: function () {
1167
- return __toESM;
1168
- }
1169
- });
1170
- Object.defineProperty(exports, 'require_react', {
1171
- enumerable: true,
1172
- get: function () {
1173
- return require_react;
1174
- }
1175
- });
1176
- //# sourceMappingURL=react-DorQ0Kea.cjs.map
1188
+ //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react-jsx-runtime.production.js
1189
+ /**
1190
+ * @license React
1191
+ * react-jsx-runtime.production.js
1192
+ *
1193
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
1194
+ *
1195
+ * This source code is licensed under the MIT license found in the
1196
+ * LICENSE file in the root directory of this source tree.
1197
+ */
1198
+ var require_react_jsx_runtime_production = /* @__PURE__ */ __commonJSMin(((exports) => {
1199
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
1200
+ var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
1201
+ function jsxProd(type, config, maybeKey) {
1202
+ var key = null;
1203
+ void 0 !== maybeKey && (key = "" + maybeKey);
1204
+ void 0 !== config.key && (key = "" + config.key);
1205
+ if ("key" in config) {
1206
+ maybeKey = {};
1207
+ for (var propName in config) "key" !== propName && (maybeKey[propName] = config[propName]);
1208
+ } else maybeKey = config;
1209
+ config = maybeKey.ref;
1210
+ return {
1211
+ $$typeof: REACT_ELEMENT_TYPE,
1212
+ type,
1213
+ key,
1214
+ ref: void 0 !== config ? config : null,
1215
+ props: maybeKey
1216
+ };
1217
+ }
1218
+ exports.Fragment = REACT_FRAGMENT_TYPE;
1219
+ exports.jsx = jsxProd;
1220
+ exports.jsxs = jsxProd;
1221
+ }));
1222
+ //#endregion
1223
+ //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react-jsx-runtime.development.js
1224
+ /**
1225
+ * @license React
1226
+ * react-jsx-runtime.development.js
1227
+ *
1228
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
1229
+ *
1230
+ * This source code is licensed under the MIT license found in the
1231
+ * LICENSE file in the root directory of this source tree.
1232
+ */
1233
+ var require_react_jsx_runtime_development = /* @__PURE__ */ __commonJSMin(((exports) => {
1234
+ "production" !== process.env.NODE_ENV && (function() {
1235
+ function getComponentNameFromType(type) {
1236
+ if (null == type) return null;
1237
+ if ("function" === typeof type) return type.$$typeof === REACT_CLIENT_REFERENCE ? null : type.displayName || type.name || null;
1238
+ if ("string" === typeof type) return type;
1239
+ switch (type) {
1240
+ case REACT_FRAGMENT_TYPE: return "Fragment";
1241
+ case REACT_PROFILER_TYPE: return "Profiler";
1242
+ case REACT_STRICT_MODE_TYPE: return "StrictMode";
1243
+ case REACT_SUSPENSE_TYPE: return "Suspense";
1244
+ case REACT_SUSPENSE_LIST_TYPE: return "SuspenseList";
1245
+ case REACT_ACTIVITY_TYPE: return "Activity";
1246
+ }
1247
+ if ("object" === typeof type) switch ("number" === typeof type.tag && console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), type.$$typeof) {
1248
+ case REACT_PORTAL_TYPE: return "Portal";
1249
+ case REACT_CONTEXT_TYPE: return type.displayName || "Context";
1250
+ case REACT_CONSUMER_TYPE: return (type._context.displayName || "Context") + ".Consumer";
1251
+ case REACT_FORWARD_REF_TYPE:
1252
+ var innerType = type.render;
1253
+ type = type.displayName;
1254
+ type || (type = innerType.displayName || innerType.name || "", type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef");
1255
+ return type;
1256
+ case REACT_MEMO_TYPE: return innerType = type.displayName || null, null !== innerType ? innerType : getComponentNameFromType(type.type) || "Memo";
1257
+ case REACT_LAZY_TYPE:
1258
+ innerType = type._payload;
1259
+ type = type._init;
1260
+ try {
1261
+ return getComponentNameFromType(type(innerType));
1262
+ } catch (x) {}
1263
+ }
1264
+ return null;
1265
+ }
1266
+ function testStringCoercion(value) {
1267
+ return "" + value;
1268
+ }
1269
+ function checkKeyStringCoercion(value) {
1270
+ try {
1271
+ testStringCoercion(value);
1272
+ var JSCompiler_inline_result = !1;
1273
+ } catch (e) {
1274
+ JSCompiler_inline_result = !0;
1275
+ }
1276
+ if (JSCompiler_inline_result) {
1277
+ JSCompiler_inline_result = console;
1278
+ var JSCompiler_temp_const = JSCompiler_inline_result.error;
1279
+ var JSCompiler_inline_result$jscomp$0 = "function" === typeof Symbol && Symbol.toStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
1280
+ JSCompiler_temp_const.call(JSCompiler_inline_result, "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.", JSCompiler_inline_result$jscomp$0);
1281
+ return testStringCoercion(value);
1282
+ }
1283
+ }
1284
+ function getTaskName(type) {
1285
+ if (type === REACT_FRAGMENT_TYPE) return "<>";
1286
+ if ("object" === typeof type && null !== type && type.$$typeof === REACT_LAZY_TYPE) return "<...>";
1287
+ try {
1288
+ var name = getComponentNameFromType(type);
1289
+ return name ? "<" + name + ">" : "<...>";
1290
+ } catch (x) {
1291
+ return "<...>";
1292
+ }
1293
+ }
1294
+ function getOwner() {
1295
+ var dispatcher = ReactSharedInternals.A;
1296
+ return null === dispatcher ? null : dispatcher.getOwner();
1297
+ }
1298
+ function UnknownOwner() {
1299
+ return Error("react-stack-top-frame");
1300
+ }
1301
+ function hasValidKey(config) {
1302
+ if (hasOwnProperty.call(config, "key")) {
1303
+ var getter = Object.getOwnPropertyDescriptor(config, "key").get;
1304
+ if (getter && getter.isReactWarning) return !1;
1305
+ }
1306
+ return void 0 !== config.key;
1307
+ }
1308
+ function defineKeyPropWarningGetter(props, displayName) {
1309
+ function warnAboutAccessingKey() {
1310
+ specialPropKeyWarningShown || (specialPropKeyWarningShown = !0, console.error("%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)", displayName));
1311
+ }
1312
+ warnAboutAccessingKey.isReactWarning = !0;
1313
+ Object.defineProperty(props, "key", {
1314
+ get: warnAboutAccessingKey,
1315
+ configurable: !0
1316
+ });
1317
+ }
1318
+ function elementRefGetterWithDeprecationWarning() {
1319
+ var componentName = getComponentNameFromType(this.type);
1320
+ didWarnAboutElementRef[componentName] || (didWarnAboutElementRef[componentName] = !0, console.error("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."));
1321
+ componentName = this.props.ref;
1322
+ return void 0 !== componentName ? componentName : null;
1323
+ }
1324
+ function ReactElement(type, key, props, owner, debugStack, debugTask) {
1325
+ var refProp = props.ref;
1326
+ type = {
1327
+ $$typeof: REACT_ELEMENT_TYPE,
1328
+ type,
1329
+ key,
1330
+ props,
1331
+ _owner: owner
1332
+ };
1333
+ null !== (void 0 !== refProp ? refProp : null) ? Object.defineProperty(type, "ref", {
1334
+ enumerable: !1,
1335
+ get: elementRefGetterWithDeprecationWarning
1336
+ }) : Object.defineProperty(type, "ref", {
1337
+ enumerable: !1,
1338
+ value: null
1339
+ });
1340
+ type._store = {};
1341
+ Object.defineProperty(type._store, "validated", {
1342
+ configurable: !1,
1343
+ enumerable: !1,
1344
+ writable: !0,
1345
+ value: 0
1346
+ });
1347
+ Object.defineProperty(type, "_debugInfo", {
1348
+ configurable: !1,
1349
+ enumerable: !1,
1350
+ writable: !0,
1351
+ value: null
1352
+ });
1353
+ Object.defineProperty(type, "_debugStack", {
1354
+ configurable: !1,
1355
+ enumerable: !1,
1356
+ writable: !0,
1357
+ value: debugStack
1358
+ });
1359
+ Object.defineProperty(type, "_debugTask", {
1360
+ configurable: !1,
1361
+ enumerable: !1,
1362
+ writable: !0,
1363
+ value: debugTask
1364
+ });
1365
+ Object.freeze && (Object.freeze(type.props), Object.freeze(type));
1366
+ return type;
1367
+ }
1368
+ function jsxDEVImpl(type, config, maybeKey, isStaticChildren, debugStack, debugTask) {
1369
+ var children = config.children;
1370
+ if (void 0 !== children) if (isStaticChildren) if (isArrayImpl(children)) {
1371
+ for (isStaticChildren = 0; isStaticChildren < children.length; isStaticChildren++) validateChildKeys(children[isStaticChildren]);
1372
+ Object.freeze && Object.freeze(children);
1373
+ } else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
1374
+ else validateChildKeys(children);
1375
+ if (hasOwnProperty.call(config, "key")) {
1376
+ children = getComponentNameFromType(type);
1377
+ var keys = Object.keys(config).filter(function(k) {
1378
+ return "key" !== k;
1379
+ });
1380
+ isStaticChildren = 0 < keys.length ? "{key: someKey, " + keys.join(": ..., ") + ": ...}" : "{key: someKey}";
1381
+ didWarnAboutKeySpread[children + isStaticChildren] || (keys = 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}", console.error("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} />", isStaticChildren, children, keys, children), didWarnAboutKeySpread[children + isStaticChildren] = !0);
1382
+ }
1383
+ children = null;
1384
+ void 0 !== maybeKey && (checkKeyStringCoercion(maybeKey), children = "" + maybeKey);
1385
+ hasValidKey(config) && (checkKeyStringCoercion(config.key), children = "" + config.key);
1386
+ if ("key" in config) {
1387
+ maybeKey = {};
1388
+ for (var propName in config) "key" !== propName && (maybeKey[propName] = config[propName]);
1389
+ } else maybeKey = config;
1390
+ children && defineKeyPropWarningGetter(maybeKey, "function" === typeof type ? type.displayName || type.name || "Unknown" : type);
1391
+ return ReactElement(type, children, maybeKey, getOwner(), debugStack, debugTask);
1392
+ }
1393
+ function validateChildKeys(node) {
1394
+ isValidElement(node) ? node._store && (node._store.validated = 1) : "object" === typeof node && null !== node && node.$$typeof === REACT_LAZY_TYPE && ("fulfilled" === node._payload.status ? isValidElement(node._payload.value) && node._payload.value._store && (node._payload.value._store.validated = 1) : node._store && (node._store.validated = 1));
1395
+ }
1396
+ function isValidElement(object) {
1397
+ return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
1398
+ }
1399
+ var React = require_react();
1400
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
1401
+ var REACT_PORTAL_TYPE = Symbol.for("react.portal");
1402
+ var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
1403
+ var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
1404
+ var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
1405
+ var REACT_CONSUMER_TYPE = Symbol.for("react.consumer");
1406
+ var REACT_CONTEXT_TYPE = Symbol.for("react.context");
1407
+ var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
1408
+ var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
1409
+ var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
1410
+ var REACT_MEMO_TYPE = Symbol.for("react.memo");
1411
+ var REACT_LAZY_TYPE = Symbol.for("react.lazy");
1412
+ var REACT_ACTIVITY_TYPE = Symbol.for("react.activity");
1413
+ var REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
1414
+ var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
1415
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
1416
+ var isArrayImpl = Array.isArray;
1417
+ var createTask = console.createTask ? console.createTask : function() {
1418
+ return null;
1419
+ };
1420
+ React = { react_stack_bottom_frame: function(callStackForError) {
1421
+ return callStackForError();
1422
+ } };
1423
+ var specialPropKeyWarningShown;
1424
+ var didWarnAboutElementRef = {};
1425
+ var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(React, UnknownOwner)();
1426
+ var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
1427
+ var didWarnAboutKeySpread = {};
1428
+ exports.Fragment = REACT_FRAGMENT_TYPE;
1429
+ exports.jsx = function(type, config, maybeKey) {
1430
+ var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
1431
+ return jsxDEVImpl(type, config, maybeKey, !1, trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack, trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask);
1432
+ };
1433
+ exports.jsxs = function(type, config, maybeKey) {
1434
+ var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
1435
+ return jsxDEVImpl(type, config, maybeKey, !0, trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack, trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask);
1436
+ };
1437
+ })();
1438
+ }));
1439
+ //#endregion
1440
+ //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/jsx-runtime.js
1441
+ var require_jsx_runtime = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1442
+ if (process.env.NODE_ENV === "production") module.exports = require_react_jsx_runtime_production();
1443
+ else module.exports = require_react_jsx_runtime_development();
1444
+ }));
1445
+ //#endregion
1446
+ export { require_react as n, require_jsx_runtime as t };
1447
+
1448
+ //# sourceMappingURL=jsx-runtime-Bl0DfUmV.js.map