@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,5 +1,30 @@
1
- import { t as __commonJSMin } from "./chunk-Cnw5r_-A.js";
2
-
1
+ //#region \0rolldown/runtime.js
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __name = (target, value) => __defProp(target, "name", {
5
+ value,
6
+ configurable: true
7
+ });
8
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
9
+ var __getOwnPropNames = Object.getOwnPropertyNames;
10
+ var __getProtoOf = Object.getPrototypeOf;
11
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
12
+ var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
15
+ key = keys[i];
16
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
17
+ get: ((k) => from[k]).bind(null, key),
18
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
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
+ //#endregion
3
28
  //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react.production.js
4
29
  /**
5
30
  * @license React
@@ -11,7 +36,19 @@ import { t as __commonJSMin } from "./chunk-Cnw5r_-A.js";
11
36
  * LICENSE file in the root directory of this source tree.
12
37
  */
13
38
  var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
14
- 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;
39
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
40
+ var REACT_PORTAL_TYPE = Symbol.for("react.portal");
41
+ var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
42
+ var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
43
+ var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
44
+ var REACT_CONSUMER_TYPE = Symbol.for("react.consumer");
45
+ var REACT_CONTEXT_TYPE = Symbol.for("react.context");
46
+ var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
47
+ var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
48
+ var REACT_MEMO_TYPE = Symbol.for("react.memo");
49
+ var REACT_LAZY_TYPE = Symbol.for("react.lazy");
50
+ var REACT_ACTIVITY_TYPE = Symbol.for("react.activity");
51
+ var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
15
52
  function getIteratorFn(maybeIterable) {
16
53
  if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
17
54
  maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
@@ -24,7 +61,9 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
24
61
  enqueueForceUpdate: function() {},
25
62
  enqueueReplaceState: function() {},
26
63
  enqueueSetState: function() {}
27
- }, assign = Object.assign, emptyObject = {};
64
+ };
65
+ var assign = Object.assign;
66
+ var emptyObject = {};
28
67
  function Component(props, context, updater) {
29
68
  this.props = props;
30
69
  this.context = context;
@@ -58,7 +97,8 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
58
97
  A: null,
59
98
  T: null,
60
99
  S: null
61
- }, hasOwnProperty = Object.prototype.hasOwnProperty;
100
+ };
101
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
62
102
  function ReactElement(type, key, props) {
63
103
  var refProp = props.ref;
64
104
  return {
@@ -138,7 +178,8 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
138
178
  }
139
179
  function mapChildren(children, func, context) {
140
180
  if (null == children) return children;
141
- var result = [], count = 0;
181
+ var result = [];
182
+ var count = 0;
142
183
  mapIntoArray(children, result, "", "", function(child) {
143
184
  return func.call(context, child, count++);
144
185
  });
@@ -172,7 +213,8 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
172
213
  return;
173
214
  }
174
215
  console.error(error);
175
- }, Children = {
216
+ };
217
+ var Children = {
176
218
  map: mapChildren,
177
219
  forEach: function(children, forEachFunc, forEachContext) {
178
220
  mapChildren(children, function() {
@@ -221,7 +263,8 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
221
263
  };
222
264
  exports.cloneElement = function(element, config, children) {
223
265
  if (null === element || void 0 === element) throw Error("The argument must be a React element, but you passed " + element + ".");
224
- var props = assign({}, element.props), key = element.key;
266
+ var props = assign({}, element.props);
267
+ var key = element.key;
225
268
  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]);
226
269
  var propName = arguments.length - 2;
227
270
  if (1 === propName) props.children = children;
@@ -248,7 +291,9 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
248
291
  return defaultValue;
249
292
  };
250
293
  exports.createElement = function(type, config, children) {
251
- var propName, props = {}, key = null;
294
+ var propName;
295
+ var props = {};
296
+ var key = null;
252
297
  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]);
253
298
  var childrenLength = arguments.length - 2;
254
299
  if (1 === childrenLength) props.children = children;
@@ -287,10 +332,12 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
287
332
  };
288
333
  };
289
334
  exports.startTransition = function(scope) {
290
- var prevTransition = ReactSharedInternals.T, currentTransition = {};
335
+ var prevTransition = ReactSharedInternals.T;
336
+ var currentTransition = {};
291
337
  ReactSharedInternals.T = currentTransition;
292
338
  try {
293
- var returnValue = scope(), onStartTransitionFinish = ReactSharedInternals.S;
339
+ var returnValue = scope();
340
+ var onStartTransitionFinish = ReactSharedInternals.S;
294
341
  null !== onStartTransitionFinish && onStartTransitionFinish(currentTransition, returnValue);
295
342
  "object" === typeof returnValue && null !== returnValue && "function" === typeof returnValue.then && returnValue.then(noop, reportGlobalError);
296
343
  } catch (error) {
@@ -359,7 +406,6 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
359
406
  };
360
407
  exports.version = "19.2.3";
361
408
  }));
362
-
363
409
  //#endregion
364
410
  //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react.development.js
365
411
  /**
@@ -614,7 +660,8 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
614
660
  }
615
661
  function mapChildren(children, func, context) {
616
662
  if (null == children) return children;
617
- var result = [], count = 0;
663
+ var result = [];
664
+ var count = 0;
618
665
  mapIntoArray(children, result, "", "", function(child) {
619
666
  return func.call(context, child, count++);
620
667
  });
@@ -726,7 +773,22 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
726
773
  }
727
774
  }
728
775
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
729
- 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 = {
776
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
777
+ var REACT_PORTAL_TYPE = Symbol.for("react.portal");
778
+ var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
779
+ var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
780
+ var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
781
+ var REACT_CONSUMER_TYPE = Symbol.for("react.consumer");
782
+ var REACT_CONTEXT_TYPE = Symbol.for("react.context");
783
+ var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
784
+ var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
785
+ var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
786
+ var REACT_MEMO_TYPE = Symbol.for("react.memo");
787
+ var REACT_LAZY_TYPE = Symbol.for("react.lazy");
788
+ var REACT_ACTIVITY_TYPE = Symbol.for("react.activity");
789
+ var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
790
+ var didWarnStateUpdateForUnmountedComponent = {};
791
+ var ReactNoopUpdateQueue = {
730
792
  isMounted: function() {
731
793
  return !1;
732
794
  },
@@ -739,7 +801,9 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
739
801
  enqueueSetState: function(publicInstance) {
740
802
  warnNoop(publicInstance, "setState");
741
803
  }
742
- }, assign = Object.assign, emptyObject = {};
804
+ };
805
+ var assign = Object.assign;
806
+ var emptyObject = {};
743
807
  Object.freeze(emptyObject);
744
808
  Component.prototype.isReactComponent = {};
745
809
  Component.prototype.setState = function(partialState, callback) {
@@ -759,7 +823,9 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
759
823
  deprecatedAPIs.constructor = PureComponent;
760
824
  assign(deprecatedAPIs, Component.prototype);
761
825
  deprecatedAPIs.isPureReactComponent = !0;
762
- var isArrayImpl = Array.isArray, REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = {
826
+ var isArrayImpl = Array.isArray;
827
+ var REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
828
+ var ReactSharedInternals = {
763
829
  H: null,
764
830
  A: null,
765
831
  T: null,
@@ -772,17 +838,22 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
772
838
  thrownErrors: [],
773
839
  getCurrentStack: null,
774
840
  recentlyCreatedOwnerStacks: 0
775
- }, hasOwnProperty = Object.prototype.hasOwnProperty, createTask = console.createTask ? console.createTask : function() {
841
+ };
842
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
843
+ var createTask = console.createTask ? console.createTask : function() {
776
844
  return null;
777
845
  };
778
846
  deprecatedAPIs = { react_stack_bottom_frame: function(callStackForError) {
779
847
  return callStackForError();
780
848
  } };
781
- var specialPropKeyWarningShown, didWarnAboutOldJSXRuntime;
849
+ var specialPropKeyWarningShown;
850
+ var didWarnAboutOldJSXRuntime;
782
851
  var didWarnAboutElementRef = {};
783
852
  var unknownOwnerDebugStack = deprecatedAPIs.react_stack_bottom_frame.bind(deprecatedAPIs, UnknownOwner)();
784
853
  var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
785
- var didWarnAboutMaps = !1, userProvidedKeyEscapeRegex = /\/+/g, reportGlobalError = "function" === typeof reportError ? reportError : function(error) {
854
+ var didWarnAboutMaps = !1;
855
+ var userProvidedKeyEscapeRegex = /\/+/g;
856
+ var reportGlobalError = "function" === typeof reportError ? reportError : function(error) {
786
857
  if ("object" === typeof window && "function" === typeof window.ErrorEvent) {
787
858
  var event = new window.ErrorEvent("error", {
788
859
  bubbles: !0,
@@ -796,7 +867,13 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
796
867
  return;
797
868
  }
798
869
  console.error(error);
799
- }, didWarnAboutMessageChannel = !1, enqueueTaskImpl = null, actScopeDepth = 0, didWarnNoAwaitAct = !1, isFlushing = !1, queueSeveralMicrotasks = "function" === typeof queueMicrotask ? function(callback) {
870
+ };
871
+ var didWarnAboutMessageChannel = !1;
872
+ var enqueueTaskImpl = null;
873
+ var actScopeDepth = 0;
874
+ var didWarnNoAwaitAct = !1;
875
+ var isFlushing = !1;
876
+ var queueSeveralMicrotasks = "function" === typeof queueMicrotask ? function(callback) {
800
877
  queueMicrotask(function() {
801
878
  return queueMicrotask(callback);
802
879
  });
@@ -842,9 +919,11 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
842
919
  exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals;
843
920
  exports.__COMPILER_RUNTIME = deprecatedAPIs;
844
921
  exports.act = function(callback) {
845
- var prevActQueue = ReactSharedInternals.actQueue, prevActScopeDepth = actScopeDepth;
922
+ var prevActQueue = ReactSharedInternals.actQueue;
923
+ var prevActScopeDepth = actScopeDepth;
846
924
  actScopeDepth++;
847
- var queue = ReactSharedInternals.actQueue = null !== prevActQueue ? prevActQueue : [], didAwaitActCall = !1;
925
+ var queue = ReactSharedInternals.actQueue = null !== prevActQueue ? prevActQueue : [];
926
+ var didAwaitActCall = !1;
848
927
  try {
849
928
  var result = callback();
850
929
  } catch (error) {
@@ -907,7 +986,9 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
907
986
  };
908
987
  exports.cloneElement = function(element, config, children) {
909
988
  if (null === element || void 0 === element) throw Error("The argument must be a React element, but you passed " + element + ".");
910
- var props = assign({}, element.props), key = element.key, owner = element._owner;
989
+ var props = assign({}, element.props);
990
+ var key = element.key;
991
+ var owner = element._owner;
911
992
  if (null != config) {
912
993
  var JSCompiler_inline_result;
913
994
  a: {
@@ -978,7 +1059,8 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
978
1059
  var elementType = {
979
1060
  $$typeof: REACT_FORWARD_REF_TYPE,
980
1061
  render
981
- }, ownName;
1062
+ };
1063
+ var ownName;
982
1064
  Object.defineProperty(elementType, "displayName", {
983
1065
  enumerable: !1,
984
1066
  configurable: !0,
@@ -1002,7 +1084,8 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
1002
1084
  $$typeof: REACT_LAZY_TYPE,
1003
1085
  _payload: ctor,
1004
1086
  _init: lazyInitializer
1005
- }, ioInfo = {
1087
+ };
1088
+ var ioInfo = {
1006
1089
  name: "lazy",
1007
1090
  start: -1,
1008
1091
  end: -1,
@@ -1037,11 +1120,13 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
1037
1120
  return compare;
1038
1121
  };
1039
1122
  exports.startTransition = function(scope) {
1040
- var prevTransition = ReactSharedInternals.T, currentTransition = {};
1123
+ var prevTransition = ReactSharedInternals.T;
1124
+ var currentTransition = {};
1041
1125
  currentTransition._updatedFibers = /* @__PURE__ */ new Set();
1042
1126
  ReactSharedInternals.T = currentTransition;
1043
1127
  try {
1044
- var returnValue = scope(), onStartTransitionFinish = ReactSharedInternals.S;
1128
+ var returnValue = scope();
1129
+ var onStartTransitionFinish = ReactSharedInternals.S;
1045
1130
  null !== onStartTransitionFinish && onStartTransitionFinish(currentTransition, returnValue);
1046
1131
  "object" === typeof returnValue && null !== returnValue && "function" === typeof returnValue.then && (ReactSharedInternals.asyncTransitions++, returnValue.then(releaseAsyncTransition, releaseAsyncTransition), returnValue.then(noop, reportGlobalError));
1047
1132
  } catch (error) {
@@ -1119,14 +1204,300 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
1119
1204
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
1120
1205
  })();
1121
1206
  }));
1122
-
1123
1207
  //#endregion
1124
1208
  //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/index.js
1125
1209
  var require_react = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1126
1210
  if (process.env.NODE_ENV === "production") module.exports = require_react_production();
1127
1211
  else module.exports = require_react_development();
1128
1212
  }));
1129
-
1130
1213
  //#endregion
1131
- export { require_react as t };
1132
- //# sourceMappingURL=react-D652OKii.js.map
1214
+ //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react-jsx-runtime.production.js
1215
+ /**
1216
+ * @license React
1217
+ * react-jsx-runtime.production.js
1218
+ *
1219
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
1220
+ *
1221
+ * This source code is licensed under the MIT license found in the
1222
+ * LICENSE file in the root directory of this source tree.
1223
+ */
1224
+ var require_react_jsx_runtime_production = /* @__PURE__ */ __commonJSMin(((exports) => {
1225
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
1226
+ var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
1227
+ function jsxProd(type, config, maybeKey) {
1228
+ var key = null;
1229
+ void 0 !== maybeKey && (key = "" + maybeKey);
1230
+ void 0 !== config.key && (key = "" + config.key);
1231
+ if ("key" in config) {
1232
+ maybeKey = {};
1233
+ for (var propName in config) "key" !== propName && (maybeKey[propName] = config[propName]);
1234
+ } else maybeKey = config;
1235
+ config = maybeKey.ref;
1236
+ return {
1237
+ $$typeof: REACT_ELEMENT_TYPE,
1238
+ type,
1239
+ key,
1240
+ ref: void 0 !== config ? config : null,
1241
+ props: maybeKey
1242
+ };
1243
+ }
1244
+ exports.Fragment = REACT_FRAGMENT_TYPE;
1245
+ exports.jsx = jsxProd;
1246
+ exports.jsxs = jsxProd;
1247
+ }));
1248
+ //#endregion
1249
+ //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react-jsx-runtime.development.js
1250
+ /**
1251
+ * @license React
1252
+ * react-jsx-runtime.development.js
1253
+ *
1254
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
1255
+ *
1256
+ * This source code is licensed under the MIT license found in the
1257
+ * LICENSE file in the root directory of this source tree.
1258
+ */
1259
+ var require_react_jsx_runtime_development = /* @__PURE__ */ __commonJSMin(((exports) => {
1260
+ "production" !== process.env.NODE_ENV && (function() {
1261
+ function getComponentNameFromType(type) {
1262
+ if (null == type) return null;
1263
+ if ("function" === typeof type) return type.$$typeof === REACT_CLIENT_REFERENCE ? null : type.displayName || type.name || null;
1264
+ if ("string" === typeof type) return type;
1265
+ switch (type) {
1266
+ case REACT_FRAGMENT_TYPE: return "Fragment";
1267
+ case REACT_PROFILER_TYPE: return "Profiler";
1268
+ case REACT_STRICT_MODE_TYPE: return "StrictMode";
1269
+ case REACT_SUSPENSE_TYPE: return "Suspense";
1270
+ case REACT_SUSPENSE_LIST_TYPE: return "SuspenseList";
1271
+ case REACT_ACTIVITY_TYPE: return "Activity";
1272
+ }
1273
+ 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) {
1274
+ case REACT_PORTAL_TYPE: return "Portal";
1275
+ case REACT_CONTEXT_TYPE: return type.displayName || "Context";
1276
+ case REACT_CONSUMER_TYPE: return (type._context.displayName || "Context") + ".Consumer";
1277
+ case REACT_FORWARD_REF_TYPE:
1278
+ var innerType = type.render;
1279
+ type = type.displayName;
1280
+ type || (type = innerType.displayName || innerType.name || "", type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef");
1281
+ return type;
1282
+ case REACT_MEMO_TYPE: return innerType = type.displayName || null, null !== innerType ? innerType : getComponentNameFromType(type.type) || "Memo";
1283
+ case REACT_LAZY_TYPE:
1284
+ innerType = type._payload;
1285
+ type = type._init;
1286
+ try {
1287
+ return getComponentNameFromType(type(innerType));
1288
+ } catch (x) {}
1289
+ }
1290
+ return null;
1291
+ }
1292
+ function testStringCoercion(value) {
1293
+ return "" + value;
1294
+ }
1295
+ function checkKeyStringCoercion(value) {
1296
+ try {
1297
+ testStringCoercion(value);
1298
+ var JSCompiler_inline_result = !1;
1299
+ } catch (e) {
1300
+ JSCompiler_inline_result = !0;
1301
+ }
1302
+ if (JSCompiler_inline_result) {
1303
+ JSCompiler_inline_result = console;
1304
+ var JSCompiler_temp_const = JSCompiler_inline_result.error;
1305
+ var JSCompiler_inline_result$jscomp$0 = "function" === typeof Symbol && Symbol.toStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
1306
+ 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);
1307
+ return testStringCoercion(value);
1308
+ }
1309
+ }
1310
+ function getTaskName(type) {
1311
+ if (type === REACT_FRAGMENT_TYPE) return "<>";
1312
+ if ("object" === typeof type && null !== type && type.$$typeof === REACT_LAZY_TYPE) return "<...>";
1313
+ try {
1314
+ var name = getComponentNameFromType(type);
1315
+ return name ? "<" + name + ">" : "<...>";
1316
+ } catch (x) {
1317
+ return "<...>";
1318
+ }
1319
+ }
1320
+ function getOwner() {
1321
+ var dispatcher = ReactSharedInternals.A;
1322
+ return null === dispatcher ? null : dispatcher.getOwner();
1323
+ }
1324
+ function UnknownOwner() {
1325
+ return Error("react-stack-top-frame");
1326
+ }
1327
+ function hasValidKey(config) {
1328
+ if (hasOwnProperty.call(config, "key")) {
1329
+ var getter = Object.getOwnPropertyDescriptor(config, "key").get;
1330
+ if (getter && getter.isReactWarning) return !1;
1331
+ }
1332
+ return void 0 !== config.key;
1333
+ }
1334
+ function defineKeyPropWarningGetter(props, displayName) {
1335
+ function warnAboutAccessingKey() {
1336
+ 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));
1337
+ }
1338
+ warnAboutAccessingKey.isReactWarning = !0;
1339
+ Object.defineProperty(props, "key", {
1340
+ get: warnAboutAccessingKey,
1341
+ configurable: !0
1342
+ });
1343
+ }
1344
+ function elementRefGetterWithDeprecationWarning() {
1345
+ var componentName = getComponentNameFromType(this.type);
1346
+ 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."));
1347
+ componentName = this.props.ref;
1348
+ return void 0 !== componentName ? componentName : null;
1349
+ }
1350
+ function ReactElement(type, key, props, owner, debugStack, debugTask) {
1351
+ var refProp = props.ref;
1352
+ type = {
1353
+ $$typeof: REACT_ELEMENT_TYPE,
1354
+ type,
1355
+ key,
1356
+ props,
1357
+ _owner: owner
1358
+ };
1359
+ null !== (void 0 !== refProp ? refProp : null) ? Object.defineProperty(type, "ref", {
1360
+ enumerable: !1,
1361
+ get: elementRefGetterWithDeprecationWarning
1362
+ }) : Object.defineProperty(type, "ref", {
1363
+ enumerable: !1,
1364
+ value: null
1365
+ });
1366
+ type._store = {};
1367
+ Object.defineProperty(type._store, "validated", {
1368
+ configurable: !1,
1369
+ enumerable: !1,
1370
+ writable: !0,
1371
+ value: 0
1372
+ });
1373
+ Object.defineProperty(type, "_debugInfo", {
1374
+ configurable: !1,
1375
+ enumerable: !1,
1376
+ writable: !0,
1377
+ value: null
1378
+ });
1379
+ Object.defineProperty(type, "_debugStack", {
1380
+ configurable: !1,
1381
+ enumerable: !1,
1382
+ writable: !0,
1383
+ value: debugStack
1384
+ });
1385
+ Object.defineProperty(type, "_debugTask", {
1386
+ configurable: !1,
1387
+ enumerable: !1,
1388
+ writable: !0,
1389
+ value: debugTask
1390
+ });
1391
+ Object.freeze && (Object.freeze(type.props), Object.freeze(type));
1392
+ return type;
1393
+ }
1394
+ function jsxDEVImpl(type, config, maybeKey, isStaticChildren, debugStack, debugTask) {
1395
+ var children = config.children;
1396
+ if (void 0 !== children) if (isStaticChildren) if (isArrayImpl(children)) {
1397
+ for (isStaticChildren = 0; isStaticChildren < children.length; isStaticChildren++) validateChildKeys(children[isStaticChildren]);
1398
+ Object.freeze && Object.freeze(children);
1399
+ } 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.");
1400
+ else validateChildKeys(children);
1401
+ if (hasOwnProperty.call(config, "key")) {
1402
+ children = getComponentNameFromType(type);
1403
+ var keys = Object.keys(config).filter(function(k) {
1404
+ return "key" !== k;
1405
+ });
1406
+ isStaticChildren = 0 < keys.length ? "{key: someKey, " + keys.join(": ..., ") + ": ...}" : "{key: someKey}";
1407
+ 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);
1408
+ }
1409
+ children = null;
1410
+ void 0 !== maybeKey && (checkKeyStringCoercion(maybeKey), children = "" + maybeKey);
1411
+ hasValidKey(config) && (checkKeyStringCoercion(config.key), children = "" + config.key);
1412
+ if ("key" in config) {
1413
+ maybeKey = {};
1414
+ for (var propName in config) "key" !== propName && (maybeKey[propName] = config[propName]);
1415
+ } else maybeKey = config;
1416
+ children && defineKeyPropWarningGetter(maybeKey, "function" === typeof type ? type.displayName || type.name || "Unknown" : type);
1417
+ return ReactElement(type, children, maybeKey, getOwner(), debugStack, debugTask);
1418
+ }
1419
+ function validateChildKeys(node) {
1420
+ 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));
1421
+ }
1422
+ function isValidElement(object) {
1423
+ return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
1424
+ }
1425
+ var React = require_react();
1426
+ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element");
1427
+ var REACT_PORTAL_TYPE = Symbol.for("react.portal");
1428
+ var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
1429
+ var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode");
1430
+ var REACT_PROFILER_TYPE = Symbol.for("react.profiler");
1431
+ var REACT_CONSUMER_TYPE = Symbol.for("react.consumer");
1432
+ var REACT_CONTEXT_TYPE = Symbol.for("react.context");
1433
+ var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref");
1434
+ var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense");
1435
+ var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list");
1436
+ var REACT_MEMO_TYPE = Symbol.for("react.memo");
1437
+ var REACT_LAZY_TYPE = Symbol.for("react.lazy");
1438
+ var REACT_ACTIVITY_TYPE = Symbol.for("react.activity");
1439
+ var REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
1440
+ var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
1441
+ var hasOwnProperty = Object.prototype.hasOwnProperty;
1442
+ var isArrayImpl = Array.isArray;
1443
+ var createTask = console.createTask ? console.createTask : function() {
1444
+ return null;
1445
+ };
1446
+ React = { react_stack_bottom_frame: function(callStackForError) {
1447
+ return callStackForError();
1448
+ } };
1449
+ var specialPropKeyWarningShown;
1450
+ var didWarnAboutElementRef = {};
1451
+ var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(React, UnknownOwner)();
1452
+ var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
1453
+ var didWarnAboutKeySpread = {};
1454
+ exports.Fragment = REACT_FRAGMENT_TYPE;
1455
+ exports.jsx = function(type, config, maybeKey) {
1456
+ var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
1457
+ return jsxDEVImpl(type, config, maybeKey, !1, trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack, trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask);
1458
+ };
1459
+ exports.jsxs = function(type, config, maybeKey) {
1460
+ var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
1461
+ return jsxDEVImpl(type, config, maybeKey, !0, trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack, trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask);
1462
+ };
1463
+ })();
1464
+ }));
1465
+ //#endregion
1466
+ //#region ../../node_modules/.pnpm/react@19.2.3/node_modules/react/jsx-runtime.js
1467
+ var require_jsx_runtime = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1468
+ if (process.env.NODE_ENV === "production") module.exports = require_react_jsx_runtime_production();
1469
+ else module.exports = require_react_jsx_runtime_development();
1470
+ }));
1471
+ //#endregion
1472
+ Object.defineProperty(exports, "__commonJSMin", {
1473
+ enumerable: true,
1474
+ get: function() {
1475
+ return __commonJSMin;
1476
+ }
1477
+ });
1478
+ Object.defineProperty(exports, "__name", {
1479
+ enumerable: true,
1480
+ get: function() {
1481
+ return __name;
1482
+ }
1483
+ });
1484
+ Object.defineProperty(exports, "__toESM", {
1485
+ enumerable: true,
1486
+ get: function() {
1487
+ return __toESM;
1488
+ }
1489
+ });
1490
+ Object.defineProperty(exports, "require_jsx_runtime", {
1491
+ enumerable: true,
1492
+ get: function() {
1493
+ return require_jsx_runtime;
1494
+ }
1495
+ });
1496
+ Object.defineProperty(exports, "require_react", {
1497
+ enumerable: true,
1498
+ get: function() {
1499
+ return require_react;
1500
+ }
1501
+ });
1502
+
1503
+ //# sourceMappingURL=jsx-runtime-Cua1md-Z.cjs.map