@kubb/react-fabric 0.12.8 → 0.12.9
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.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { b as __name, c as FabricReactElement, l as FabricReactNode } from "./types-K0AHi-aU.cjs";
|
|
2
2
|
import { t as JSX } from "./jsx-namespace-BdDNwAgO.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react0 from "react";
|
|
4
4
|
import * as React$1 from "react/jsx-dev-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/jsx-dev-runtime.d.ts
|
|
7
|
-
declare const Fragment:
|
|
7
|
+
declare const Fragment: react0.ExoticComponent<react0.FragmentProps>;
|
|
8
8
|
declare const jsxDEV: typeof React$1.jsxDEV;
|
|
9
9
|
type JSXElement = FabricReactElement;
|
|
10
10
|
type ReactNode = FabricReactNode;
|
package/dist/jsx-runtime.d.cts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { b as __name, c as FabricReactElement, l as FabricReactNode } from "./types-K0AHi-aU.cjs";
|
|
2
2
|
import { t as JSX } from "./jsx-namespace-BdDNwAgO.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react1 from "react";
|
|
4
4
|
import * as React$1 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/jsx-runtime.d.ts
|
|
7
|
-
declare const Fragment:
|
|
7
|
+
declare const Fragment: react1.ExoticComponent<react1.FragmentProps>;
|
|
8
8
|
declare const jsx: typeof React$1.jsx;
|
|
9
9
|
declare const jsxDEV: typeof React$1.jsx;
|
|
10
10
|
declare const jsxs: typeof React$1.jsxs;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/react-fabric",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.9",
|
|
4
4
|
"description": "React integration for Kubb's fabric - JSX runtime and component-based code generation with React reconciler for building type-safe generators",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"remeda": "^2.33.4",
|
|
109
109
|
"signal-exit": "^4.1.0",
|
|
110
110
|
"ws": "8.18.0",
|
|
111
|
-
"@kubb/fabric-core": "0.12.
|
|
111
|
+
"@kubb/fabric-core": "0.12.9"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@types/react": "^19.2.11",
|