@kubb/react-fabric 0.12.1 → 0.12.2

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.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { a as Key, b as __name, g as FunctionParams, h as types_d_exports, o as KubbElement, u as KubbNode, y as createFunctionParams } from "./types-J_S-h-Ae.cjs";
2
- import { t as Options$1 } from "./reactPlugin-UKgy54VD.cjs";
2
+ import { t as Options$1 } from "./reactPlugin-EQOIOEA2.cjs";
3
3
  import * as react3 from "react";
4
4
  import { Fabric, FabricConfig, FabricMode, KubbFile } from "@kubb/fabric-core/types";
5
5
  import { FileManager, FileManager as FileManager$1, FileProcessor, TreeNode, createFabric, createFile, useApp, useFile } from "@kubb/fabric-core";
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { r as __name } from "./chunk-CrnDzoTS.js";
2
2
  import { a as Key, g as FunctionParams, h as types_d_exports, o as KubbElement, u as KubbNode, y as createFunctionParams } from "./types-XiObCuPy.js";
3
- import { t as Options$1 } from "./reactPlugin-CGrRYrTb.js";
3
+ import { t as Options$1 } from "./reactPlugin-CVS9VJ5P.js";
4
4
  import { FileManager, FileManager as FileManager$1, FileProcessor, TreeNode, createFabric, createFile, useApp, useFile } from "@kubb/fabric-core";
5
5
  import { Fabric, FabricConfig, FabricMode, KubbFile } from "@kubb/fabric-core/types";
6
6
  import * as react3 from "react";
@@ -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-dev-runtime";
6
6
 
7
7
  //#region src/jsx-dev-runtime.d.ts
8
- declare const Fragment: react0.ExoticComponent<react0.FragmentProps>;
8
+ declare const Fragment: react1.ExoticComponent<react1.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 react1 from "react";
4
+ import * as react0 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: react1.ExoticComponent<react1.FragmentProps>;
8
+ declare const Fragment: react0.ExoticComponent<react0.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;
@@ -1,3 +1,3 @@
1
- import { n as reactPlugin } from "./reactPlugin-UKgy54VD.cjs";
1
+ import { n as reactPlugin } from "./reactPlugin-EQOIOEA2.cjs";
2
2
  export * from "@kubb/fabric-core/plugins";
3
3
  export { reactPlugin };
package/dist/plugins.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import "./types-XiObCuPy.js";
2
- import { n as reactPlugin } from "./reactPlugin-CGrRYrTb.js";
2
+ import { n as reactPlugin } from "./reactPlugin-CVS9VJ5P.js";
3
3
  export * from "@kubb/fabric-core/plugins";
4
4
  export { reactPlugin };
@@ -3,16 +3,17 @@ import { h as types_d_exports, o as KubbElement } from "./types-XiObCuPy.js";
3
3
  import { TreeNode } from "@kubb/fabric-core";
4
4
 
5
5
  //#region ../fabric-core/src/KubbFile.d.ts
6
+ type ImportName = string | Array<string | {
7
+ propertyName: string;
8
+ name?: string;
9
+ }>;
6
10
  type Import = {
7
11
  /**
8
12
  * Import name to be used
9
13
  * @example ["useState"]
10
14
  * @example "React"
11
15
  */
12
- name: string | Array<string | {
13
- propertyName: string;
14
- name?: string;
15
- }>;
16
+ name: ImportName;
16
17
  /**
17
18
  * Path for the import
18
19
  * @example '@kubb/core'
@@ -2,16 +2,17 @@ import { b as __name, h as types_d_exports, o as KubbElement } from "./types-J_S
2
2
  import { TreeNode } from "@kubb/fabric-core";
3
3
 
4
4
  //#region ../fabric-core/src/KubbFile.d.ts
5
+ type ImportName = string | Array<string | {
6
+ propertyName: string;
7
+ name?: string;
8
+ }>;
5
9
  type Import = {
6
10
  /**
7
11
  * Import name to be used
8
12
  * @example ["useState"]
9
13
  * @example "React"
10
14
  */
11
- name: string | Array<string | {
12
- propertyName: string;
13
- name?: string;
14
- }>;
15
+ name: ImportName;
15
16
  /**
16
17
  * Path for the import
17
18
  * @example '@kubb/core'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/react-fabric",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
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.1"
106
+ "@kubb/fabric-core": "0.12.2"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@types/react": "^19.2.8",