@kubb/renderer-jsx 5.0.0-beta.31 → 5.0.0-beta.33
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.
- package/dist/index.cjs +6 -6
- package/dist/index.d.ts +3 -4
- package/dist/index.js +6 -6
- package/dist/jsx-dev-runtime.cjs +1 -1
- package/dist/jsx-dev-runtime.d.ts +7 -8
- package/dist/jsx-dev-runtime.js +2 -2
- package/dist/{jsx-namespace-D_TStJE_.d.ts → jsx-namespace-DjXQlyYY.d.ts} +3 -3
- package/dist/{jsx-runtime-DdmO3p0U.cjs → jsx-runtime-4M1bV6ub.cjs} +9 -9
- package/dist/{jsx-runtime-Cvu_ZYgL.js → jsx-runtime-CQ6-_gue.js} +10 -10
- package/dist/jsx-runtime.cjs +1 -1
- package/dist/jsx-runtime.d.ts +9 -10
- package/dist/jsx-runtime.js +2 -2
- package/dist/{types-Cur_nGCL.d.ts → types-eofn5-0O.d.ts} +2 -2
- package/dist/types.d.ts +1 -1
- package/package.json +4 -4
- /package/dist/{chunk-Bb7HlUDG.js → chunk-DoukXa0m.js} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_jsx_runtime = require("./jsx-runtime-
|
|
2
|
+
const require_jsx_runtime = require("./jsx-runtime-4M1bV6ub.cjs");
|
|
3
3
|
const require_jsx_runtime$1 = require("./jsx-runtime.cjs");
|
|
4
4
|
let yaml = require("yaml");
|
|
5
5
|
let _kubb_ast = require("@kubb/ast");
|
|
@@ -565,7 +565,7 @@ function Type({ children, ...props }) {
|
|
|
565
565
|
}
|
|
566
566
|
Type.displayName = "Type";
|
|
567
567
|
//#endregion
|
|
568
|
-
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.
|
|
568
|
+
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.6/node_modules/react-reconciler/cjs/react-reconciler-constants.production.js
|
|
569
569
|
/**
|
|
570
570
|
* @license React
|
|
571
571
|
* react-reconciler-constants.production.js
|
|
@@ -585,7 +585,7 @@ var require_react_reconciler_constants_production = /* @__PURE__ */ require_jsx_
|
|
|
585
585
|
exports.NoEventPriority = 0;
|
|
586
586
|
}));
|
|
587
587
|
//#endregion
|
|
588
|
-
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.
|
|
588
|
+
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.6/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js
|
|
589
589
|
/**
|
|
590
590
|
* @license React
|
|
591
591
|
* react-reconciler-constants.development.js
|
|
@@ -1238,7 +1238,7 @@ var require_scheduler = /* @__PURE__ */ require_jsx_runtime.__commonJSMin(((expo
|
|
|
1238
1238
|
else module.exports = require_scheduler_development();
|
|
1239
1239
|
}));
|
|
1240
1240
|
//#endregion
|
|
1241
|
-
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.
|
|
1241
|
+
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.6/node_modules/react-reconciler/cjs/react-reconciler.production.js
|
|
1242
1242
|
/**
|
|
1243
1243
|
* @license React
|
|
1244
1244
|
* react-reconciler.production.js
|
|
@@ -7807,7 +7807,7 @@ var require_react_reconciler_production = /* @__PURE__ */ require_jsx_runtime.__
|
|
|
7807
7807
|
Object.defineProperty(module.exports, "__esModule", { value: !0 });
|
|
7808
7808
|
}));
|
|
7809
7809
|
//#endregion
|
|
7810
|
-
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.
|
|
7810
|
+
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.6/node_modules/react-reconciler/cjs/react-reconciler.development.js
|
|
7811
7811
|
/**
|
|
7812
7812
|
* @license React
|
|
7813
7813
|
* react-reconciler.development.js
|
|
@@ -17906,7 +17906,7 @@ var require_react_reconciler_development = /* @__PURE__ */ require_jsx_runtime._
|
|
|
17906
17906
|
}, module.exports.default = module.exports, Object.defineProperty(module.exports, "__esModule", { value: !0 }));
|
|
17907
17907
|
}));
|
|
17908
17908
|
//#endregion
|
|
17909
|
-
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.
|
|
17909
|
+
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.6/node_modules/react-reconciler/index.js
|
|
17910
17910
|
var require_react_reconciler = /* @__PURE__ */ require_jsx_runtime.__commonJSMin(((exports, module) => {
|
|
17911
17911
|
if (process.env.NODE_ENV === "production") module.exports = require_react_reconciler_production();
|
|
17912
17912
|
else module.exports = require_react_reconciler_development();
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { n as __name } from "./chunk-
|
|
2
|
-
import { a as JSDoc, h as KubbReactNode, m as KubbReactElement, o as Key } from "./types-
|
|
1
|
+
import { n as __name } from "./chunk-DoukXa0m.js";
|
|
2
|
+
import { a as JSDoc, h as KubbReactNode, m as KubbReactElement, o as Key } from "./types-eofn5-0O.js";
|
|
3
3
|
import { ExportNode, FileNode, ImportNode, SourceNode } from "@kubb/ast";
|
|
4
|
-
import * as _$react from "react";
|
|
5
4
|
|
|
6
5
|
//#region ../../internals/utils/src/context.d.ts
|
|
7
6
|
/**
|
|
@@ -517,7 +516,7 @@ type ArrowFunctionProps = Props$4 & {
|
|
|
517
516
|
declare function ArrowFunction({
|
|
518
517
|
children,
|
|
519
518
|
...props
|
|
520
|
-
}: ArrowFunctionProps):
|
|
519
|
+
}: ArrowFunctionProps): import("react").JSX.Element;
|
|
521
520
|
declare namespace ArrowFunction {
|
|
522
521
|
var displayName: string;
|
|
523
522
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as __name, r as __toESM, t as __commonJSMin } from "./chunk-
|
|
2
|
-
import { n as require_react } from "./jsx-runtime-
|
|
1
|
+
import { n as __name, r as __toESM, t as __commonJSMin } from "./chunk-DoukXa0m.js";
|
|
2
|
+
import { n as require_react } from "./jsx-runtime-CQ6-_gue.js";
|
|
3
3
|
import { Fragment, jsx } from "./jsx-runtime.js";
|
|
4
4
|
import { stringify } from "yaml";
|
|
5
5
|
import { createArrowFunction, createBreak, createConst, createExport, createFunction, createImport, createJsx, createSource, createText, createType } from "@kubb/ast";
|
|
@@ -565,7 +565,7 @@ function Type({ children, ...props }) {
|
|
|
565
565
|
}
|
|
566
566
|
Type.displayName = "Type";
|
|
567
567
|
//#endregion
|
|
568
|
-
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.
|
|
568
|
+
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.6/node_modules/react-reconciler/cjs/react-reconciler-constants.production.js
|
|
569
569
|
/**
|
|
570
570
|
* @license React
|
|
571
571
|
* react-reconciler-constants.production.js
|
|
@@ -585,7 +585,7 @@ var require_react_reconciler_constants_production = /* @__PURE__ */ __commonJSMi
|
|
|
585
585
|
exports.NoEventPriority = 0;
|
|
586
586
|
}));
|
|
587
587
|
//#endregion
|
|
588
|
-
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.
|
|
588
|
+
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.6/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js
|
|
589
589
|
/**
|
|
590
590
|
* @license React
|
|
591
591
|
* react-reconciler-constants.development.js
|
|
@@ -1238,7 +1238,7 @@ var require_scheduler = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1238
1238
|
else module.exports = require_scheduler_development();
|
|
1239
1239
|
}));
|
|
1240
1240
|
//#endregion
|
|
1241
|
-
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.
|
|
1241
|
+
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.6/node_modules/react-reconciler/cjs/react-reconciler.production.js
|
|
1242
1242
|
/**
|
|
1243
1243
|
* @license React
|
|
1244
1244
|
* react-reconciler.production.js
|
|
@@ -7807,7 +7807,7 @@ var require_react_reconciler_production = /* @__PURE__ */ __commonJSMin(((export
|
|
|
7807
7807
|
Object.defineProperty(module.exports, "__esModule", { value: !0 });
|
|
7808
7808
|
}));
|
|
7809
7809
|
//#endregion
|
|
7810
|
-
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.
|
|
7810
|
+
//#region ../../node_modules/.pnpm/react-reconciler@0.33.0_react@19.2.6/node_modules/react-reconciler/cjs/react-reconciler.development.js
|
|
7811
7811
|
/**
|
|
7812
7812
|
* @license React
|
|
7813
7813
|
* react-reconciler.development.js
|
package/dist/jsx-dev-runtime.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_jsx_runtime$1 = require("./jsx-runtime-
|
|
2
|
+
const require_jsx_runtime$1 = require("./jsx-runtime-4M1bV6ub.cjs");
|
|
3
3
|
//#region src/jsx-dev-runtime.ts
|
|
4
4
|
var import_jsx_runtime = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_jsx_runtime(), 1);
|
|
5
5
|
const Fragment = import_jsx_runtime.Fragment;
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { n as __name } from "./chunk-
|
|
2
|
-
import { h as KubbReactNode, m as KubbReactElement } from "./types-
|
|
3
|
-
import { t as JSX } from "./jsx-namespace-
|
|
4
|
-
import * as
|
|
5
|
-
import * as React$1 from "react/jsx-runtime";
|
|
1
|
+
import { n as __name } from "./chunk-DoukXa0m.js";
|
|
2
|
+
import { h as KubbReactNode, m as KubbReactElement } from "./types-eofn5-0O.js";
|
|
3
|
+
import { t as JSX } from "./jsx-namespace-DjXQlyYY.js";
|
|
4
|
+
import * as React from "react/jsx-runtime";
|
|
6
5
|
|
|
7
6
|
//#region src/jsx-dev-runtime.d.ts
|
|
8
|
-
declare const Fragment:
|
|
9
|
-
declare const jsxDEV: typeof React
|
|
7
|
+
declare const Fragment: import("react").ExoticComponent<import("react").FragmentProps>;
|
|
8
|
+
declare const jsxDEV: typeof React.jsx;
|
|
10
9
|
type JSXElement = KubbReactElement;
|
|
11
10
|
type ReactNode = KubbReactNode;
|
|
12
11
|
//#endregion
|
|
13
|
-
export { Fragment, JSX, JSXElement, ReactNode, jsxDEV };
|
|
12
|
+
export { Fragment, type JSX, JSXElement, ReactNode, jsxDEV };
|
|
14
13
|
//# sourceMappingURL=jsx-dev-runtime.d.ts.map
|
package/dist/jsx-dev-runtime.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as __toESM } from "./chunk-
|
|
2
|
-
import { t as require_jsx_runtime } from "./jsx-runtime-
|
|
1
|
+
import { r as __toESM } from "./chunk-DoukXa0m.js";
|
|
2
|
+
import { t as require_jsx_runtime } from "./jsx-runtime-CQ6-_gue.js";
|
|
3
3
|
//#region src/jsx-dev-runtime.ts
|
|
4
4
|
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime(), 1);
|
|
5
5
|
const Fragment = import_jsx_runtime.Fragment;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as __name } from "./chunk-
|
|
2
|
-
import { _ as KubbTextProps, c as KubbConstProps, d as KubbFunctionProps, f as KubbImportProps, g as KubbSourceProps, h as KubbReactNode, l as KubbExportProps, m as KubbReactElement, p as KubbJsxProps, s as KubbArrowFunctionProps, u as KubbFileProps, v as KubbTypeProps, y as LineBreakProps } from "./types-
|
|
1
|
+
import { n as __name } from "./chunk-DoukXa0m.js";
|
|
2
|
+
import { _ as KubbTextProps, c as KubbConstProps, d as KubbFunctionProps, f as KubbImportProps, g as KubbSourceProps, h as KubbReactNode, l as KubbExportProps, m as KubbReactElement, p as KubbJsxProps, s as KubbArrowFunctionProps, u as KubbFileProps, v as KubbTypeProps, y as LineBreakProps } from "./types-eofn5-0O.js";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/jsx-namespace.d.ts
|
|
@@ -36,4 +36,4 @@ declare namespace JSX$1 {
|
|
|
36
36
|
}
|
|
37
37
|
//#endregion
|
|
38
38
|
export { JSX$1 as t };
|
|
39
|
-
//# sourceMappingURL=jsx-namespace-
|
|
39
|
+
//# sourceMappingURL=jsx-namespace-DjXQlyYY.d.ts.map
|
|
@@ -25,7 +25,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
enumerable: true
|
|
26
26
|
}) : target, mod));
|
|
27
27
|
//#endregion
|
|
28
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
28
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react-jsx-runtime.production.js
|
|
29
29
|
/**
|
|
30
30
|
* @license React
|
|
31
31
|
* react-jsx-runtime.production.js
|
|
@@ -60,7 +60,7 @@ var require_react_jsx_runtime_production = /* @__PURE__ */ __commonJSMin(((expor
|
|
|
60
60
|
exports.jsxs = jsxProd;
|
|
61
61
|
}));
|
|
62
62
|
//#endregion
|
|
63
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
63
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.production.js
|
|
64
64
|
/**
|
|
65
65
|
* @license React
|
|
66
66
|
* react.production.js
|
|
@@ -439,10 +439,10 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
439
439
|
exports.useTransition = function() {
|
|
440
440
|
return ReactSharedInternals.H.useTransition();
|
|
441
441
|
};
|
|
442
|
-
exports.version = "19.2.
|
|
442
|
+
exports.version = "19.2.6";
|
|
443
443
|
}));
|
|
444
444
|
//#endregion
|
|
445
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
445
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.development.js
|
|
446
446
|
/**
|
|
447
447
|
* @license React
|
|
448
448
|
* react.development.js
|
|
@@ -1235,18 +1235,18 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
|
|
|
1235
1235
|
exports.useTransition = function() {
|
|
1236
1236
|
return resolveDispatcher().useTransition();
|
|
1237
1237
|
};
|
|
1238
|
-
exports.version = "19.2.
|
|
1238
|
+
exports.version = "19.2.6";
|
|
1239
1239
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
1240
1240
|
})();
|
|
1241
1241
|
}));
|
|
1242
1242
|
//#endregion
|
|
1243
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
1243
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/index.js
|
|
1244
1244
|
var require_react = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
1245
1245
|
if (process.env.NODE_ENV === "production") module.exports = require_react_production();
|
|
1246
1246
|
else module.exports = require_react_development();
|
|
1247
1247
|
}));
|
|
1248
1248
|
//#endregion
|
|
1249
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
1249
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react-jsx-runtime.development.js
|
|
1250
1250
|
/**
|
|
1251
1251
|
* @license React
|
|
1252
1252
|
* react-jsx-runtime.development.js
|
|
@@ -1463,7 +1463,7 @@ var require_react_jsx_runtime_development = /* @__PURE__ */ __commonJSMin(((expo
|
|
|
1463
1463
|
})();
|
|
1464
1464
|
}));
|
|
1465
1465
|
//#endregion
|
|
1466
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
1466
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/jsx-runtime.js
|
|
1467
1467
|
var require_jsx_runtime = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
1468
1468
|
if (process.env.NODE_ENV === "production") module.exports = require_react_jsx_runtime_production();
|
|
1469
1469
|
else module.exports = require_react_jsx_runtime_development();
|
|
@@ -1500,4 +1500,4 @@ Object.defineProperty(exports, "require_react", {
|
|
|
1500
1500
|
}
|
|
1501
1501
|
});
|
|
1502
1502
|
|
|
1503
|
-
//# sourceMappingURL=jsx-runtime-
|
|
1503
|
+
//# sourceMappingURL=jsx-runtime-4M1bV6ub.cjs.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as __commonJSMin } from "./chunk-
|
|
2
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
1
|
+
import { t as __commonJSMin } from "./chunk-DoukXa0m.js";
|
|
2
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react-jsx-runtime.production.js
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
5
5
|
* react-jsx-runtime.production.js
|
|
@@ -34,7 +34,7 @@ var require_react_jsx_runtime_production = /* @__PURE__ */ __commonJSMin(((expor
|
|
|
34
34
|
exports.jsxs = jsxProd;
|
|
35
35
|
}));
|
|
36
36
|
//#endregion
|
|
37
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
37
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.production.js
|
|
38
38
|
/**
|
|
39
39
|
* @license React
|
|
40
40
|
* react.production.js
|
|
@@ -413,10 +413,10 @@ var require_react_production = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
413
413
|
exports.useTransition = function() {
|
|
414
414
|
return ReactSharedInternals.H.useTransition();
|
|
415
415
|
};
|
|
416
|
-
exports.version = "19.2.
|
|
416
|
+
exports.version = "19.2.6";
|
|
417
417
|
}));
|
|
418
418
|
//#endregion
|
|
419
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
419
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react.development.js
|
|
420
420
|
/**
|
|
421
421
|
* @license React
|
|
422
422
|
* react.development.js
|
|
@@ -1209,18 +1209,18 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
|
|
|
1209
1209
|
exports.useTransition = function() {
|
|
1210
1210
|
return resolveDispatcher().useTransition();
|
|
1211
1211
|
};
|
|
1212
|
-
exports.version = "19.2.
|
|
1212
|
+
exports.version = "19.2.6";
|
|
1213
1213
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
1214
1214
|
})();
|
|
1215
1215
|
}));
|
|
1216
1216
|
//#endregion
|
|
1217
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
1217
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/index.js
|
|
1218
1218
|
var require_react = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
1219
1219
|
if (process.env.NODE_ENV === "production") module.exports = require_react_production();
|
|
1220
1220
|
else module.exports = require_react_development();
|
|
1221
1221
|
}));
|
|
1222
1222
|
//#endregion
|
|
1223
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
1223
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/cjs/react-jsx-runtime.development.js
|
|
1224
1224
|
/**
|
|
1225
1225
|
* @license React
|
|
1226
1226
|
* react-jsx-runtime.development.js
|
|
@@ -1437,7 +1437,7 @@ var require_react_jsx_runtime_development = /* @__PURE__ */ __commonJSMin(((expo
|
|
|
1437
1437
|
})();
|
|
1438
1438
|
}));
|
|
1439
1439
|
//#endregion
|
|
1440
|
-
//#region ../../node_modules/.pnpm/react@19.2.
|
|
1440
|
+
//#region ../../node_modules/.pnpm/react@19.2.6/node_modules/react/jsx-runtime.js
|
|
1441
1441
|
var require_jsx_runtime = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
1442
1442
|
if (process.env.NODE_ENV === "production") module.exports = require_react_jsx_runtime_production();
|
|
1443
1443
|
else module.exports = require_react_jsx_runtime_development();
|
|
@@ -1445,4 +1445,4 @@ var require_jsx_runtime = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
1445
1445
|
//#endregion
|
|
1446
1446
|
export { require_react as n, require_jsx_runtime as t };
|
|
1447
1447
|
|
|
1448
|
-
//# sourceMappingURL=jsx-runtime-
|
|
1448
|
+
//# sourceMappingURL=jsx-runtime-CQ6-_gue.js.map
|
package/dist/jsx-runtime.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_jsx_runtime$1 = require("./jsx-runtime-
|
|
2
|
+
const require_jsx_runtime$1 = require("./jsx-runtime-4M1bV6ub.cjs");
|
|
3
3
|
//#region src/jsx-runtime.ts
|
|
4
4
|
var import_jsx_runtime = /* @__PURE__ */ require_jsx_runtime$1.__toESM(require_jsx_runtime$1.require_jsx_runtime(), 1);
|
|
5
5
|
const Fragment = import_jsx_runtime.Fragment;
|
package/dist/jsx-runtime.d.ts
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { n as __name } from "./chunk-
|
|
2
|
-
import { h as KubbReactNode, m as KubbReactElement } from "./types-
|
|
3
|
-
import { t as JSX } from "./jsx-namespace-
|
|
4
|
-
import * as
|
|
5
|
-
import * as React$1 from "react/jsx-runtime";
|
|
1
|
+
import { n as __name } from "./chunk-DoukXa0m.js";
|
|
2
|
+
import { h as KubbReactNode, m as KubbReactElement } from "./types-eofn5-0O.js";
|
|
3
|
+
import { t as JSX } from "./jsx-namespace-DjXQlyYY.js";
|
|
4
|
+
import * as React from "react/jsx-runtime";
|
|
6
5
|
|
|
7
6
|
//#region src/jsx-runtime.d.ts
|
|
8
|
-
declare const Fragment:
|
|
9
|
-
declare const jsx: typeof React
|
|
10
|
-
declare const jsxDEV: typeof React
|
|
11
|
-
declare const jsxs: typeof React
|
|
7
|
+
declare const Fragment: import("react").ExoticComponent<import("react").FragmentProps>;
|
|
8
|
+
declare const jsx: typeof React.jsx;
|
|
9
|
+
declare const jsxDEV: typeof React.jsx;
|
|
10
|
+
declare const jsxs: typeof React.jsxs;
|
|
12
11
|
type JSXElement = KubbReactElement;
|
|
13
12
|
type ReactNode = KubbReactNode;
|
|
14
13
|
//#endregion
|
|
15
|
-
export { Fragment, JSX, JSXElement, ReactNode, jsx, jsxDEV, jsxs };
|
|
14
|
+
export { Fragment, type JSX, JSXElement, ReactNode, jsx, jsxDEV, jsxs };
|
|
16
15
|
//# sourceMappingURL=jsx-runtime.d.ts.map
|
package/dist/jsx-runtime.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as __toESM } from "./chunk-
|
|
2
|
-
import { t as require_jsx_runtime } from "./jsx-runtime-
|
|
1
|
+
import { r as __toESM } from "./chunk-DoukXa0m.js";
|
|
2
|
+
import { t as require_jsx_runtime } from "./jsx-runtime-CQ6-_gue.js";
|
|
3
3
|
//#region src/jsx-runtime.ts
|
|
4
4
|
var import_jsx_runtime = /* @__PURE__ */ __toESM(require_jsx_runtime(), 1);
|
|
5
5
|
const Fragment = import_jsx_runtime.Fragment;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as __name } from "./chunk-
|
|
1
|
+
import { n as __name } from "./chunk-DoukXa0m.js";
|
|
2
2
|
import { ArrowFunctionNode, ConstNode, ExportNode, FileNode, FunctionNode, ImportNode, SourceNode, TypeNode } from "@kubb/ast";
|
|
3
3
|
import React, { JSX, ReactNode } from "react";
|
|
4
4
|
|
|
@@ -166,4 +166,4 @@ type JSDoc = {
|
|
|
166
166
|
};
|
|
167
167
|
//#endregion
|
|
168
168
|
export { KubbTextProps as _, JSDoc as a, TextNode as b, KubbConstProps as c, KubbFunctionProps as d, KubbImportProps as f, KubbSourceProps as g, KubbReactNode as h, ElementNames as i, KubbExportProps as l, KubbReactElement as m, DOMNode as n, Key as o, KubbJsxProps as p, DOMNodeAttribute as r, KubbArrowFunctionProps as s, DOMElement as t, KubbFileProps as u, KubbTypeProps as v, LineBreakProps as y };
|
|
169
|
-
//# sourceMappingURL=types-
|
|
169
|
+
//# sourceMappingURL=types-eofn5-0O.d.ts.map
|
package/dist/types.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as KubbTextProps, a as JSDoc, b as TextNode, c as KubbConstProps, d as KubbFunctionProps, f as KubbImportProps, g as KubbSourceProps, h as KubbReactNode, i as ElementNames, l as KubbExportProps, m as KubbReactElement, n as DOMNode, o as Key, p as KubbJsxProps, r as DOMNodeAttribute, s as KubbArrowFunctionProps, t as DOMElement, u as KubbFileProps, v as KubbTypeProps, y as LineBreakProps } from "./types-
|
|
1
|
+
import { _ as KubbTextProps, a as JSDoc, b as TextNode, c as KubbConstProps, d as KubbFunctionProps, f as KubbImportProps, g as KubbSourceProps, h as KubbReactNode, i as ElementNames, l as KubbExportProps, m as KubbReactElement, n as DOMNode, o as Key, p as KubbJsxProps, r as DOMNodeAttribute, s as KubbArrowFunctionProps, t as DOMElement, u as KubbFileProps, v as KubbTypeProps, y as LineBreakProps } from "./types-eofn5-0O.js";
|
|
2
2
|
export { DOMElement, DOMNode, DOMNodeAttribute, ElementNames, JSDoc, Key, KubbArrowFunctionProps, KubbConstProps, KubbExportProps, KubbFileProps, KubbFunctionProps, KubbImportProps, KubbJsxProps, KubbReactElement, KubbReactNode, KubbSourceProps, KubbTextProps, KubbTypeProps, LineBreakProps, TextNode };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/renderer-jsx",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.33",
|
|
4
4
|
"description": "JSX-based renderer for Kubb. Provides a custom React runtime, reconciler, and built-in components (File, Function, Type, Const) for component-based, type-safe code generation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"codegen",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
78
|
"yaml": "^2.9.0",
|
|
79
|
-
"@kubb/ast": "5.0.0-beta.
|
|
79
|
+
"@kubb/ast": "5.0.0-beta.33"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@types/react": "^19.2.15",
|
|
83
83
|
"@types/react-reconciler": "0.33.0",
|
|
84
|
-
"react": "19.2.
|
|
84
|
+
"react": "19.2.6",
|
|
85
85
|
"react-reconciler": "0.33.0",
|
|
86
86
|
"@internals/utils": "0.0.0"
|
|
87
87
|
},
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"node": ">=22"
|
|
97
97
|
},
|
|
98
98
|
"inlinedDependencies": {
|
|
99
|
-
"react": "19.2.
|
|
99
|
+
"react": "19.2.6",
|
|
100
100
|
"react-reconciler": "0.33.0",
|
|
101
101
|
"scheduler": "0.27.0"
|
|
102
102
|
},
|
|
File without changes
|