@kubb/react
Advanced tools
+16
-0
@@ -11,1 +11,17 @@ require('./globals-DyhYGuZA.cjs'); | ||
| }); | ||
| var __kubb_react_fabric_parsers = require("@kubb/react-fabric/parsers"); | ||
| Object.keys(__kubb_react_fabric_parsers).forEach(function (k) { | ||
| if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, { | ||
| enumerable: true, | ||
| get: function () { return __kubb_react_fabric_parsers[k]; } | ||
| }); | ||
| }); | ||
| var __kubb_react_fabric_plugins = require("@kubb/react-fabric/plugins"); | ||
| Object.keys(__kubb_react_fabric_plugins).forEach(function (k) { | ||
| if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, { | ||
| enumerable: true, | ||
| get: function () { return __kubb_react_fabric_plugins[k]; } | ||
| }); | ||
| }); |
+3
-1
| import "./types-BY5M3PS7.cjs"; | ||
| import "./globals-C9SN7QI_.cjs"; | ||
| export * from "@kubb/react-fabric"; | ||
| export * from "@kubb/react-fabric"; | ||
| export * from "@kubb/react-fabric/parsers"; | ||
| export * from "@kubb/react-fabric/plugins"; |
+3
-1
| import "./types-ULbwkOQm.js"; | ||
| import "./globals-Cyv9c3lH.js"; | ||
| export * from "@kubb/react-fabric"; | ||
| export * from "@kubb/react-fabric"; | ||
| export * from "@kubb/react-fabric/parsers"; | ||
| export * from "@kubb/react-fabric/plugins"; |
+4
-0
@@ -5,2 +5,6 @@ import "./globals-CuV8tZO3.js"; | ||
| export * from "@kubb/react-fabric/parsers" | ||
| export * from "@kubb/react-fabric/plugins" | ||
| export { }; |
+2
-2
| { | ||
| "name": "@kubb/react", | ||
| "version": "4.2.2", | ||
| "version": "4.3.0", | ||
| "description": "React integration for Kubb, providing JSX runtime support and React component generation capabilities for code generation plugins.", | ||
@@ -77,3 +77,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@kubb/react-fabric": "canary" | ||
| "@kubb/react-fabric": "0.1.5" | ||
| }, | ||
@@ -80,0 +80,0 @@ "devDependencies": { |
+2
-0
@@ -27,2 +27,4 @@ import '@kubb/react-fabric/globals' | ||
| 'kubb-export': KubbFile.Export | ||
| // biome-ignore lint/suspicious/noTsIgnore: ignore for now | ||
| // @ts-ignore | ||
| br: React.DetailedHTMLProps<React.HTMLAttributes<HTMLBRElement>, HTMLBRElement> | ||
@@ -29,0 +31,0 @@ } |
+2
-0
| import './globals.ts' | ||
| export * from '@kubb/react-fabric' | ||
| export * from '@kubb/react-fabric/parsers' | ||
| export * from '@kubb/react-fabric/plugins' |
17968
6.69%235
10.33%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated