@kubb/react-fabric 0.12.2 → 0.12.3

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,11 +1,11 @@
1
1
  import { r as __name } from "./chunk-CrnDzoTS.js";
2
2
  import { o as KubbElement, u as KubbNode } from "./types-XiObCuPy.js";
3
3
  import { t as JSX } from "./jsx-namespace-fB1bxOIg.js";
4
- import * as react1 from "react";
4
+ import * as react0 from "react";
5
5
  import * as React$1 from "react/jsx-dev-runtime";
6
6
 
7
7
  //#region src/jsx-dev-runtime.d.ts
8
- declare const Fragment: react1.ExoticComponent<react1.FragmentProps>;
8
+ declare const Fragment: react0.ExoticComponent<react0.FragmentProps>;
9
9
  declare const jsxDEV: typeof React$1.jsxDEV;
10
10
  type JSXElement = KubbElement;
11
11
  type ReactNode = KubbNode;
@@ -1,11 +1,11 @@
1
1
  import { r as __name } from "./chunk-CrnDzoTS.js";
2
2
  import { o as KubbElement, u as KubbNode } from "./types-XiObCuPy.js";
3
3
  import { t as JSX } from "./jsx-namespace-fB1bxOIg.js";
4
- import * as react0 from "react";
4
+ import * as react1 from "react";
5
5
  import * as React$1 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/jsx-runtime.d.ts
8
- declare const Fragment: react0.ExoticComponent<react0.FragmentProps>;
8
+ declare const Fragment: react1.ExoticComponent<react1.FragmentProps>;
9
9
  declare const jsx: typeof React$1.jsx;
10
10
  declare const jsxDEV: typeof React$1.jsx;
11
11
  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.2",
3
+ "version": "0.12.3",
4
4
  "description": "React integration for Kubb, providing JSX runtime support and React component generation capabilities for code generation plugins.",
5
5
  "keywords": [
6
6
  "react",
@@ -103,7 +103,7 @@
103
103
  "remeda": "^2.33.4",
104
104
  "signal-exit": "^4.1.0",
105
105
  "ws": "8.18.0",
106
- "@kubb/fabric-core": "0.12.2"
106
+ "@kubb/fabric-core": "0.12.3"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@types/react": "^19.2.8",