@kubb/react-fabric 0.13.2 → 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.
Files changed (73) hide show
  1. package/dist/{chunk-Cnw5r_-A.js → chunk-DbZtQ4qb.js} +5 -1
  2. package/dist/{getFunctionParams-ClT1iMr_.d.ts → getFunctionParams-CINBJQGH.d.ts} +3 -1
  3. package/dist/globals.d.ts +1 -0
  4. package/dist/index.cjs +3 -3
  5. package/dist/index.d.ts +3 -2
  6. package/dist/index.js +4 -4
  7. package/dist/jsx-dev-runtime.cjs +20 -2
  8. package/dist/jsx-dev-runtime.cjs.map +1 -1
  9. package/dist/jsx-dev-runtime.d.ts +2 -1
  10. package/dist/jsx-dev-runtime.js +21 -3
  11. package/dist/jsx-dev-runtime.js.map +1 -1
  12. package/dist/{jsx-namespace-CFK460kI.d.ts → jsx-namespace-Bg7Kfg54.d.ts} +2 -1
  13. package/dist/{jsx-runtime-Dm7PKVbc.js → jsx-runtime-CZxrhUx8.js} +24 -5
  14. package/dist/{jsx-runtime-Dm7PKVbc.js.map → jsx-runtime-CZxrhUx8.js.map} +1 -1
  15. package/dist/{jsx-runtime-7CEZevwV.cjs → jsx-runtime-C_GM3QQI.cjs} +23 -4
  16. package/dist/{jsx-runtime-7CEZevwV.cjs.map → jsx-runtime-C_GM3QQI.cjs.map} +1 -1
  17. package/dist/jsx-runtime.cjs +2 -2
  18. package/dist/jsx-runtime.d.ts +2 -1
  19. package/dist/jsx-runtime.js +3 -3
  20. package/dist/plugins.cjs +3 -3
  21. package/dist/plugins.d.ts +1 -1
  22. package/dist/plugins.js +3 -3
  23. package/dist/{react-DorQ0Kea.cjs → react-B4mAwc8c.cjs} +96 -25
  24. package/dist/{react-DorQ0Kea.cjs.map → react-B4mAwc8c.cjs.map} +1 -1
  25. package/dist/{react-D652OKii.js → react-C2cYsofv.js} +87 -26
  26. package/dist/{react-D652OKii.js.map → react-C2cYsofv.js.map} +1 -1
  27. package/dist/{reactPlugin-BGbgHJfV.cjs → reactPlugin-BshFnF2Y.cjs} +1449 -316
  28. package/dist/{reactPlugin-BGbgHJfV.cjs.map → reactPlugin-BshFnF2Y.cjs.map} +1 -1
  29. package/dist/{reactPlugin-tE73eBS_.js → reactPlugin-DGKBWjiR.js} +1450 -317
  30. package/dist/{reactPlugin-tE73eBS_.js.map → reactPlugin-DGKBWjiR.js.map} +1 -1
  31. package/dist/{reactPlugin-CJEggKNs.d.ts → reactPlugin-OUKiWH1q.d.ts} +2 -1
  32. package/dist/types.d.ts +2 -2
  33. package/package.json +4 -3
  34. package/dist/getFunctionParams-BJb7Kd-D.d.ts +0 -48
  35. package/dist/jsx-namespace-BLQ6SvuD.d.ts +0 -33
  36. package/dist/reactPlugin-DYARkyXy.d.ts +0 -462
  37. package/src/components/__snapshots__/arrow_function_with_generics.ts +0 -3
  38. package/src/components/__snapshots__/async_arrow_function.ts +0 -3
  39. package/src/components/__snapshots__/async_function.ts +0 -3
  40. package/src/components/__snapshots__/async_function_with_Promise_return_type.ts +0 -3
  41. package/src/components/__snapshots__/basic_arrow_function.ts +0 -3
  42. package/src/components/__snapshots__/basic_const.ts +0 -1
  43. package/src/components/__snapshots__/basic_export.ts +0 -1
  44. package/src/components/__snapshots__/basic_function.ts +0 -3
  45. package/src/components/__snapshots__/basic_import.ts +0 -1
  46. package/src/components/__snapshots__/basic_type.ts +0 -1
  47. package/src/components/__snapshots__/const_with_JSDoc.ts +0 -4
  48. package/src/components/__snapshots__/const_with_as_const.ts +0 -1
  49. package/src/components/__snapshots__/const_with_type.ts +0 -1
  50. package/src/components/__snapshots__/default_exported_arrow_function.ts +0 -3
  51. package/src/components/__snapshots__/default_exported_function.ts +0 -3
  52. package/src/components/__snapshots__/exported_arrow_function.ts +0 -3
  53. package/src/components/__snapshots__/exported_async_arrow_function_with_generics.ts +0 -3
  54. package/src/components/__snapshots__/exported_async_function_with_generics.ts +0 -3
  55. package/src/components/__snapshots__/exported_const.ts +0 -1
  56. package/src/components/__snapshots__/exported_function.ts +0 -3
  57. package/src/components/__snapshots__/exported_type.ts +0 -1
  58. package/src/components/__snapshots__/function_with_JSDoc.ts +0 -6
  59. package/src/components/__snapshots__/function_with_generics.ts +0 -3
  60. package/src/components/__snapshots__/function_with_parameters.ts +0 -3
  61. package/src/components/__snapshots__/function_with_return_type.ts +0 -3
  62. package/src/components/__snapshots__/matches_with_root_import.ts +0 -1
  63. package/src/components/__snapshots__/named_export.ts +0 -1
  64. package/src/components/__snapshots__/named_export_(object_advanced).ts +0 -1
  65. package/src/components/__snapshots__/named_import.ts +0 -1
  66. package/src/components/__snapshots__/named_import_(object).ts +0 -1
  67. package/src/components/__snapshots__/named_import_(object_advanced).ts +0 -1
  68. package/src/components/__snapshots__/named_typed_export.ts +0 -1
  69. package/src/components/__snapshots__/named_typed_import.ts +0 -1
  70. package/src/components/__snapshots__/single_line_arrow_function.ts +0 -1
  71. package/src/components/__snapshots__/type_with_JSDoc.ts +0 -4
  72. package/src/components/__snapshots__/typed_export.ts +0 -1
  73. package/src/components/__snapshots__/typed_import.ts +0 -1
@@ -1 +0,0 @@
1
- export type MyType = { a: string }
@@ -1,6 +0,0 @@
1
- /**
2
- * @deprecated
3
- */
4
- function myFunc() {
5
- return true
6
- }
@@ -1,3 +0,0 @@
1
- function myFunc<T>() {
2
- return true
3
- }
@@ -1,3 +0,0 @@
1
- function myFunc(a: string, b: number) {
2
- return true
3
- }
@@ -1,3 +0,0 @@
1
- function myFunc(): boolean {
2
- return true
3
- }
@@ -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,4 +0,0 @@
1
- /**
2
- * This is a variable
3
- */
4
- type MyType = { a: string }
@@ -1 +0,0 @@
1
- export type * from "@kubb/react-fabric";
@@ -1 +0,0 @@
1
- import type fabric from "@kubb/react-fabric";