@kubb/react-fabric 0.13.2 → 0.14.0

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 (92) hide show
  1. package/README.md +2 -2
  2. package/dist/{chunk-Cnw5r_-A.js → chunk-BGCRLu6H.js} +16 -21
  3. package/dist/globals.d.ts +2 -1
  4. package/dist/globals.js +1 -1
  5. package/dist/index.cjs +79 -89
  6. package/dist/index.cjs.map +1 -1
  7. package/dist/index.d.ts +27 -27
  8. package/dist/index.js +27 -35
  9. package/dist/index.js.map +1 -1
  10. package/dist/jsx-dev-runtime.cjs +6 -227
  11. package/dist/jsx-dev-runtime.cjs.map +1 -1
  12. package/dist/jsx-dev-runtime.d.ts +5 -4
  13. package/dist/jsx-dev-runtime.js +6 -227
  14. package/dist/jsx-dev-runtime.js.map +1 -1
  15. package/dist/{jsx-namespace-CFK460kI.d.ts → jsx-namespace-C9N4PA8a.d.ts} +3 -2
  16. package/dist/{react-DorQ0Kea.cjs → jsx-runtime-Bl0DfUmV.js} +347 -75
  17. package/dist/jsx-runtime-Bl0DfUmV.js.map +1 -0
  18. package/dist/{react-D652OKii.js → jsx-runtime-Cua1md-Z.cjs} +402 -31
  19. package/dist/jsx-runtime-Cua1md-Z.cjs.map +1 -0
  20. package/dist/jsx-runtime.cjs +4 -6
  21. package/dist/jsx-runtime.cjs.map +1 -1
  22. package/dist/jsx-runtime.d.ts +3 -2
  23. package/dist/jsx-runtime.js +3 -5
  24. package/dist/jsx-runtime.js.map +1 -1
  25. package/dist/parsers.cjs +7 -7
  26. package/dist/parsers.js +2 -3
  27. package/dist/plugins.cjs +10 -10
  28. package/dist/plugins.d.ts +1 -1
  29. package/dist/plugins.js +4 -7
  30. package/dist/{reactPlugin-CJEggKNs.d.ts → reactPlugin-CKiGUCKQ.d.ts} +11 -10
  31. package/dist/{reactPlugin-BGbgHJfV.cjs → reactPlugin-D74A1eG4.cjs} +1495 -377
  32. package/dist/{reactPlugin-BGbgHJfV.cjs.map → reactPlugin-D74A1eG4.cjs.map} +1 -1
  33. package/dist/{reactPlugin-tE73eBS_.js → reactPlugin-QQPrjNuQ.js} +1460 -342
  34. package/dist/{reactPlugin-tE73eBS_.js.map → reactPlugin-QQPrjNuQ.js.map} +1 -1
  35. package/dist/types-BJVZ7ita.d.ts +104 -0
  36. package/dist/types.cjs +7 -7
  37. package/dist/types.d.ts +2 -62
  38. package/dist/types.js +2 -3
  39. package/package.json +9 -3
  40. package/src/components/{App.tsx → Fabric.tsx} +6 -6
  41. package/src/composables/useFabric.ts +1 -0
  42. package/src/index.ts +2 -3
  43. package/src/jsx-dev-runtime.ts +2 -2
  44. package/src/plugins/reactPlugin.ts +8 -8
  45. package/dist/getFunctionParams-BJb7Kd-D.d.ts +0 -48
  46. package/dist/getFunctionParams-ClT1iMr_.d.ts +0 -47
  47. package/dist/jsx-namespace-BLQ6SvuD.d.ts +0 -33
  48. package/dist/jsx-runtime-7CEZevwV.cjs +0 -251
  49. package/dist/jsx-runtime-7CEZevwV.cjs.map +0 -1
  50. package/dist/jsx-runtime-Dm7PKVbc.js +0 -247
  51. package/dist/jsx-runtime-Dm7PKVbc.js.map +0 -1
  52. package/dist/react-D652OKii.js.map +0 -1
  53. package/dist/react-DorQ0Kea.cjs.map +0 -1
  54. package/dist/reactPlugin-DYARkyXy.d.ts +0 -462
  55. package/src/components/__snapshots__/arrow_function_with_generics.ts +0 -3
  56. package/src/components/__snapshots__/async_arrow_function.ts +0 -3
  57. package/src/components/__snapshots__/async_function.ts +0 -3
  58. package/src/components/__snapshots__/async_function_with_Promise_return_type.ts +0 -3
  59. package/src/components/__snapshots__/basic_arrow_function.ts +0 -3
  60. package/src/components/__snapshots__/basic_const.ts +0 -1
  61. package/src/components/__snapshots__/basic_export.ts +0 -1
  62. package/src/components/__snapshots__/basic_function.ts +0 -3
  63. package/src/components/__snapshots__/basic_import.ts +0 -1
  64. package/src/components/__snapshots__/basic_type.ts +0 -1
  65. package/src/components/__snapshots__/const_with_JSDoc.ts +0 -4
  66. package/src/components/__snapshots__/const_with_as_const.ts +0 -1
  67. package/src/components/__snapshots__/const_with_type.ts +0 -1
  68. package/src/components/__snapshots__/default_exported_arrow_function.ts +0 -3
  69. package/src/components/__snapshots__/default_exported_function.ts +0 -3
  70. package/src/components/__snapshots__/exported_arrow_function.ts +0 -3
  71. package/src/components/__snapshots__/exported_async_arrow_function_with_generics.ts +0 -3
  72. package/src/components/__snapshots__/exported_async_function_with_generics.ts +0 -3
  73. package/src/components/__snapshots__/exported_const.ts +0 -1
  74. package/src/components/__snapshots__/exported_function.ts +0 -3
  75. package/src/components/__snapshots__/exported_type.ts +0 -1
  76. package/src/components/__snapshots__/function_with_JSDoc.ts +0 -6
  77. package/src/components/__snapshots__/function_with_generics.ts +0 -3
  78. package/src/components/__snapshots__/function_with_parameters.ts +0 -3
  79. package/src/components/__snapshots__/function_with_return_type.ts +0 -3
  80. package/src/components/__snapshots__/matches_with_root_import.ts +0 -1
  81. package/src/components/__snapshots__/named_export.ts +0 -1
  82. package/src/components/__snapshots__/named_export_(object_advanced).ts +0 -1
  83. package/src/components/__snapshots__/named_import.ts +0 -1
  84. package/src/components/__snapshots__/named_import_(object).ts +0 -1
  85. package/src/components/__snapshots__/named_import_(object_advanced).ts +0 -1
  86. package/src/components/__snapshots__/named_typed_export.ts +0 -1
  87. package/src/components/__snapshots__/named_typed_import.ts +0 -1
  88. package/src/components/__snapshots__/single_line_arrow_function.ts +0 -1
  89. package/src/components/__snapshots__/type_with_JSDoc.ts +0 -4
  90. package/src/components/__snapshots__/typed_export.ts +0 -1
  91. package/src/components/__snapshots__/typed_import.ts +0 -1
  92. package/src/composables/useApp.ts +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.