@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/jsx-dev-runtime.d.ts +2 -2
- package/dist/jsx-runtime.d.ts +2 -2
- package/dist/plugins.d.cts +1 -1
- package/dist/plugins.d.ts +1 -1
- package/dist/{reactPlugin-CGrRYrTb.d.ts → reactPlugin-CVS9VJ5P.d.ts} +5 -4
- package/dist/{reactPlugin-UKgy54VD.d.cts → reactPlugin-EQOIOEA2.d.cts} +5 -4
- package/package.json +2 -2
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-
|
|
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-
|
|
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
|
|
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:
|
|
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;
|
package/dist/jsx-runtime.d.ts
CHANGED
|
@@ -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
|
|
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:
|
|
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;
|
package/dist/plugins.d.cts
CHANGED
package/dist/plugins.d.ts
CHANGED
|
@@ -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:
|
|
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:
|
|
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.
|
|
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.
|
|
106
|
+
"@kubb/fabric-core": "0.12.2"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@types/react": "^19.2.8",
|