@kubb/react-fabric 0.4.0 → 0.4.1

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 (28) hide show
  1. package/dist/{chunk-OzOGZVnI.js → chunk-BHcwYQRN.js} +20 -11
  2. package/dist/{chunk-DWy1uDak.cjs → chunk-DSlc6foC.cjs} +10 -6
  3. package/dist/{devtools-Bu3zlaPp.cjs → devtools-DRXCsX9I.cjs} +2 -2
  4. package/dist/{devtools-Bu3zlaPp.cjs.map → devtools-DRXCsX9I.cjs.map} +1 -1
  5. package/dist/devtools.cjs +1 -1
  6. package/dist/index.cjs +6 -6
  7. package/dist/index.d.cts +12 -12
  8. package/dist/index.d.ts +12 -12
  9. package/dist/index.js +5 -5
  10. package/dist/{jsx-dev-runtime-CB3pf-1W.cjs → jsx-dev-runtime-BiO7A4L5.cjs} +2 -2
  11. package/dist/{jsx-dev-runtime-CB3pf-1W.cjs.map → jsx-dev-runtime-BiO7A4L5.cjs.map} +1 -1
  12. package/dist/{jsx-dev-runtime-CB2e_LA2.js → jsx-dev-runtime-aYzeEJ2N.js} +2 -2
  13. package/dist/{jsx-dev-runtime-CB2e_LA2.js.map → jsx-dev-runtime-aYzeEJ2N.js.map} +1 -1
  14. package/dist/jsx-dev-runtime.cjs +1 -1
  15. package/dist/jsx-dev-runtime.js +1 -1
  16. package/dist/{jsx-runtime-5qOQhPPb.js → jsx-runtime-B95ZQ2MZ.js} +4 -4
  17. package/dist/{jsx-runtime-5qOQhPPb.js.map → jsx-runtime-B95ZQ2MZ.js.map} +1 -1
  18. package/dist/{jsx-runtime-cOHyKGzA.cjs → jsx-runtime-BnIQNoyE.cjs} +4 -4
  19. package/dist/{jsx-runtime-cOHyKGzA.cjs.map → jsx-runtime-BnIQNoyE.cjs.map} +1 -1
  20. package/dist/jsx-runtime.cjs +2 -2
  21. package/dist/jsx-runtime.js +2 -2
  22. package/dist/plugins.cjs +3 -3
  23. package/dist/plugins.js +3 -3
  24. package/dist/{reactPlugin-DCT6yE8D.cjs → reactPlugin-B-vyv4g0.cjs} +15 -15
  25. package/dist/{reactPlugin-DCT6yE8D.cjs.map → reactPlugin-B-vyv4g0.cjs.map} +1 -1
  26. package/dist/{reactPlugin-BWBCDdIm.js → reactPlugin-BtX7BIDy.js} +15 -15
  27. package/dist/{reactPlugin-BWBCDdIm.js.map → reactPlugin-BtX7BIDy.js.map} +1 -1
  28. package/package.json +6 -6
@@ -1,12 +1,12 @@
1
- import { r as __toESM, t as __commonJS } from "./chunk-OzOGZVnI.js";
2
- import { n as require_react } from "./jsx-dev-runtime-CB2e_LA2.js";
3
- import { n as import_jsx_runtime } from "./jsx-runtime-5qOQhPPb.js";
1
+ import { r as __toESM, t as __commonJS } from "./chunk-BHcwYQRN.js";
2
+ import { n as require_react } from "./jsx-dev-runtime-aYzeEJ2N.js";
3
+ import { n as import_jsx_runtime } from "./jsx-runtime-B95ZQ2MZ.js";
4
4
  import { onExit } from "signal-exit";
5
5
  import { createPlugin } from "@kubb/fabric-core/plugins";
6
6
  import process$1 from "node:process";
7
7
  import { createExport, createImport, print } from "@kubb/fabric-core/parsers/typescript";
8
8
 
9
- //#region \0@oxc-project+runtime@0.97.0/helpers/typeof.js
9
+ //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
10
10
  function _typeof(o) {
11
11
  "@babel/helpers - typeof";
12
12
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -17,7 +17,7 @@ function _typeof(o) {
17
17
  }
18
18
 
19
19
  //#endregion
20
- //#region \0@oxc-project+runtime@0.97.0/helpers/toPrimitive.js
20
+ //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
21
21
  function toPrimitive(t, r) {
22
22
  if ("object" != _typeof(t) || !t) return t;
23
23
  var e = t[Symbol.toPrimitive];
@@ -30,14 +30,14 @@ function toPrimitive(t, r) {
30
30
  }
31
31
 
32
32
  //#endregion
33
- //#region \0@oxc-project+runtime@0.97.0/helpers/toPropertyKey.js
33
+ //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
34
34
  function toPropertyKey(t) {
35
35
  var i = toPrimitive(t, "string");
36
36
  return "symbol" == _typeof(i) ? i : i + "";
37
37
  }
38
38
 
39
39
  //#endregion
40
- //#region \0@oxc-project+runtime@0.97.0/helpers/defineProperty.js
40
+ //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
41
41
  function _defineProperty(e, r, t) {
42
42
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
43
43
  value: t,
@@ -49,7 +49,7 @@ function _defineProperty(e, r, t) {
49
49
 
50
50
  //#endregion
51
51
  //#region src/components/Root.tsx
52
- var import_react = require_react();
52
+ var import_react = /* @__PURE__ */ __toESM(require_react());
53
53
  var ErrorBoundary = class extends import_react.Component {
54
54
  constructor(..._args) {
55
55
  super(..._args);
@@ -15398,38 +15398,38 @@ async function processFiles(node) {
15398
15398
  }
15399
15399
 
15400
15400
  //#endregion
15401
- //#region \0@oxc-project+runtime@0.97.0/helpers/checkPrivateRedeclaration.js
15401
+ //#region \0@oxc-project+runtime@0.98.0/helpers/checkPrivateRedeclaration.js
15402
15402
  function _checkPrivateRedeclaration(e, t) {
15403
15403
  if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object");
15404
15404
  }
15405
15405
 
15406
15406
  //#endregion
15407
- //#region \0@oxc-project+runtime@0.97.0/helpers/classPrivateMethodInitSpec.js
15407
+ //#region \0@oxc-project+runtime@0.98.0/helpers/classPrivateMethodInitSpec.js
15408
15408
  function _classPrivateMethodInitSpec(e, a) {
15409
15409
  _checkPrivateRedeclaration(e, a), a.add(e);
15410
15410
  }
15411
15411
 
15412
15412
  //#endregion
15413
- //#region \0@oxc-project+runtime@0.97.0/helpers/classPrivateFieldInitSpec.js
15413
+ //#region \0@oxc-project+runtime@0.98.0/helpers/classPrivateFieldInitSpec.js
15414
15414
  function _classPrivateFieldInitSpec(e, t, a) {
15415
15415
  _checkPrivateRedeclaration(e, t), t.set(e, a);
15416
15416
  }
15417
15417
 
15418
15418
  //#endregion
15419
- //#region \0@oxc-project+runtime@0.97.0/helpers/assertClassBrand.js
15419
+ //#region \0@oxc-project+runtime@0.98.0/helpers/assertClassBrand.js
15420
15420
  function _assertClassBrand(e, t, n) {
15421
15421
  if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
15422
15422
  throw new TypeError("Private element is not present on this object");
15423
15423
  }
15424
15424
 
15425
15425
  //#endregion
15426
- //#region \0@oxc-project+runtime@0.97.0/helpers/classPrivateFieldGet2.js
15426
+ //#region \0@oxc-project+runtime@0.98.0/helpers/classPrivateFieldGet2.js
15427
15427
  function _classPrivateFieldGet2(s, a) {
15428
15428
  return s.get(_assertClassBrand(s, a));
15429
15429
  }
15430
15430
 
15431
15431
  //#endregion
15432
- //#region \0@oxc-project+runtime@0.97.0/helpers/classPrivateFieldSet2.js
15432
+ //#region \0@oxc-project+runtime@0.98.0/helpers/classPrivateFieldSet2.js
15433
15433
  function _classPrivateFieldSet2(s, a, r) {
15434
15434
  return s.set(_assertClassBrand(s, a), r), r;
15435
15435
  }
@@ -15595,4 +15595,4 @@ const reactPlugin = createPlugin({
15595
15595
 
15596
15596
  //#endregion
15597
15597
  export { _classPrivateFieldInitSpec as a, _classPrivateFieldGet2 as i, Runtime as n, Root as o, _classPrivateFieldSet2 as r, RootContext as s, reactPlugin as t };
15598
- //# sourceMappingURL=reactPlugin-BWBCDdIm.js.map
15598
+ //# sourceMappingURL=reactPlugin-BtX7BIDy.js.map