@kubb/react-fabric 0.13.1 → 0.13.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.
- package/dist/{chunk-Cnw5r_-A.js → chunk-DbZtQ4qb.js} +5 -1
- package/dist/{getFunctionParams-ClT1iMr_.d.ts → getFunctionParams-CINBJQGH.d.ts} +3 -1
- package/dist/globals.d.ts +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.d.ts +3 -2
- package/dist/index.js +4 -4
- package/dist/jsx-dev-runtime.cjs +20 -2
- package/dist/jsx-dev-runtime.cjs.map +1 -1
- package/dist/jsx-dev-runtime.d.ts +2 -1
- package/dist/jsx-dev-runtime.js +21 -3
- package/dist/jsx-dev-runtime.js.map +1 -1
- package/dist/{jsx-namespace-CFK460kI.d.ts → jsx-namespace-Bg7Kfg54.d.ts} +2 -1
- package/dist/{jsx-runtime-Dm7PKVbc.js → jsx-runtime-CZxrhUx8.js} +24 -5
- package/dist/{jsx-runtime-Dm7PKVbc.js.map → jsx-runtime-CZxrhUx8.js.map} +1 -1
- package/dist/{jsx-runtime-7CEZevwV.cjs → jsx-runtime-C_GM3QQI.cjs} +23 -4
- package/dist/{jsx-runtime-7CEZevwV.cjs.map → jsx-runtime-C_GM3QQI.cjs.map} +1 -1
- package/dist/jsx-runtime.cjs +2 -2
- package/dist/jsx-runtime.d.ts +2 -1
- package/dist/jsx-runtime.js +3 -3
- package/dist/plugins.cjs +3 -3
- package/dist/plugins.d.ts +1 -1
- package/dist/plugins.js +3 -3
- package/dist/{react-DorQ0Kea.cjs → react-B4mAwc8c.cjs} +96 -25
- package/dist/{react-DorQ0Kea.cjs.map → react-B4mAwc8c.cjs.map} +1 -1
- package/dist/{react-D652OKii.js → react-C2cYsofv.js} +87 -26
- package/dist/{react-D652OKii.js.map → react-C2cYsofv.js.map} +1 -1
- package/dist/{reactPlugin-DTg048L6.cjs → reactPlugin-BshFnF2Y.cjs} +1453 -316
- package/dist/{reactPlugin-DTg048L6.cjs.map → reactPlugin-BshFnF2Y.cjs.map} +1 -1
- package/dist/{reactPlugin-BkDkx1cs.js → reactPlugin-DGKBWjiR.js} +1454 -317
- package/dist/{reactPlugin-BkDkx1cs.js.map → reactPlugin-DGKBWjiR.js.map} +1 -1
- package/dist/{reactPlugin-BAQFl4pj.d.ts → reactPlugin-OUKiWH1q.d.ts} +8 -6
- package/dist/types.d.ts +2 -2
- package/package.json +4 -3
- package/src/plugins/reactPlugin.ts +5 -0
- package/dist/getFunctionParams-BJb7Kd-D.d.ts +0 -48
- package/dist/jsx-namespace-BLQ6SvuD.d.ts +0 -33
- package/dist/reactPlugin-Ch2aSTYS.d.ts +0 -461
- package/src/components/__snapshots__/arrow_function_with_generics.ts +0 -3
- package/src/components/__snapshots__/async_arrow_function.ts +0 -3
- package/src/components/__snapshots__/async_function.ts +0 -3
- package/src/components/__snapshots__/async_function_with_Promise_return_type.ts +0 -3
- package/src/components/__snapshots__/basic_arrow_function.ts +0 -3
- package/src/components/__snapshots__/basic_const.ts +0 -1
- package/src/components/__snapshots__/basic_export.ts +0 -1
- package/src/components/__snapshots__/basic_function.ts +0 -3
- package/src/components/__snapshots__/basic_import.ts +0 -1
- package/src/components/__snapshots__/basic_type.ts +0 -1
- package/src/components/__snapshots__/const_with_JSDoc.ts +0 -4
- package/src/components/__snapshots__/const_with_as_const.ts +0 -1
- package/src/components/__snapshots__/const_with_type.ts +0 -1
- package/src/components/__snapshots__/default_exported_arrow_function.ts +0 -3
- package/src/components/__snapshots__/default_exported_function.ts +0 -3
- package/src/components/__snapshots__/exported_arrow_function.ts +0 -3
- package/src/components/__snapshots__/exported_async_arrow_function_with_generics.ts +0 -3
- package/src/components/__snapshots__/exported_async_function_with_generics.ts +0 -3
- package/src/components/__snapshots__/exported_const.ts +0 -1
- package/src/components/__snapshots__/exported_function.ts +0 -3
- package/src/components/__snapshots__/exported_type.ts +0 -1
- package/src/components/__snapshots__/function_with_JSDoc.ts +0 -6
- package/src/components/__snapshots__/function_with_generics.ts +0 -3
- package/src/components/__snapshots__/function_with_parameters.ts +0 -3
- package/src/components/__snapshots__/function_with_return_type.ts +0 -3
- package/src/components/__snapshots__/matches_with_root_import.ts +0 -1
- package/src/components/__snapshots__/named_export.ts +0 -1
- package/src/components/__snapshots__/named_export_(object_advanced).ts +0 -1
- package/src/components/__snapshots__/named_import.ts +0 -1
- package/src/components/__snapshots__/named_import_(object).ts +0 -1
- package/src/components/__snapshots__/named_import_(object_advanced).ts +0 -1
- package/src/components/__snapshots__/named_typed_export.ts +0 -1
- package/src/components/__snapshots__/named_typed_import.ts +0 -1
- package/src/components/__snapshots__/single_line_arrow_function.ts +0 -1
- package/src/components/__snapshots__/type_with_JSDoc.ts +0 -4
- package/src/components/__snapshots__/typed_export.ts +0 -1
- package/src/components/__snapshots__/typed_import.ts +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const myVar = "hello" as const
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const myVar:string = "hello"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const myVar = "hello"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type MyType = { a: string }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import fabric from "./fabric/@kubb/react-fabric";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { createFabric } from "@kubb/react-fabric";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { App, createFrabric } from "@kubb/react-fabric";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import type { createFabric } from "@kubb/react-fabric";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import { createFabric as create } from "@kubb/react-fabric";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import { App, createFabric as create } from "@kubb/react-fabric";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { Fabric } from "@kubb/react-fabric";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import type { Fabric } from "@kubb/react-fabric";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const myFunc = () => true
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type * from "@kubb/react-fabric";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import type fabric from "@kubb/react-fabric";
|