funcnodes-react-flow 1.0.0a0__tar.gz → 1.0.2__tar.gz

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 (390) hide show
  1. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/.github/actions/install_package/action.yml +1 -1
  2. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/.pre-commit-config.yaml +12 -5
  3. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/PKG-INFO +5 -5
  4. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/pyproject.toml +2 -2
  5. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/funcnodes_react_flow.css +1 -1
  6. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/funcnodes_react_flow.es.js +5814 -5807
  7. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/funcnodes_react_flow.iife.js +74 -74
  8. funcnodes_react_flow-1.0.2/src/react/package.json +19 -0
  9. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/index.dev.js +41 -15
  10. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/package.json +1 -1
  11. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/workspace.tsx +2 -2
  12. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/handler/nodespace-manager.ts +1 -0
  13. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/handler/plugin-manager.ts +0 -1
  14. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/handler/worker-manager.ts +4 -0
  15. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/funcnodes-worker.ts +1 -0
  16. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/sync-manager.ts +15 -10
  17. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/manager/worker-manager.ts +1 -0
  18. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/node.scss +13 -2
  19. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/hooks/helper_hooks.ts +0 -1
  20. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/KeyHandler/KeyHandler.tsx +0 -1
  21. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/store/rf-store.ts +0 -1
  22. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/index.tsx +6 -0
  23. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/SortableTable/SortableTable.tsx +0 -5
  24. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/renderers/images.tsx +4 -4
  25. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/vite.browser.config.js +0 -1
  26. funcnodes_react_flow-1.0.2/src/react/packages/funcnodes-react-flow-plugin/package.json +48 -0
  27. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow-plugin/src/index.ts +4 -0
  28. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow-plugin/src/rf_types.ts +8 -0
  29. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/uv.lock +18 -18
  30. funcnodes_react_flow-1.0.0a0/src/funcnodes_react_flow/static/funcnodes_react_flow.js +0 -824
  31. funcnodes_react_flow-1.0.0a0/src/react/package.json +0 -18
  32. funcnodes_react_flow-1.0.0a0/src/react/packages/funcnodes-react-flow-plugin/package.json +0 -32
  33. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/.editorconfig +0 -0
  34. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/.flake8 +0 -0
  35. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/.gitattributes +0 -0
  36. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/.github/workflows/npm_build.yaml +0 -0
  37. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/.github/workflows/py_test.yml +0 -0
  38. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/.github/workflows/version_publish_main.yml +0 -0
  39. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/.gitignore +0 -0
  40. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/LICENSE +0 -0
  41. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/MANIFEST.in +0 -0
  42. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/NODE_THIRD_PARTY_NOTICE.txt +0 -0
  43. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/README.md +0 -0
  44. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/THIRD_PARTY_NOTICES.md +0 -0
  45. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/pytest.ini +0 -0
  46. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/__init__.py +0 -0
  47. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/__main__.py +0 -0
  48. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/plugin_setup.py +0 -0
  49. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/run.py +0 -0
  50. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/android-chrome-192x192.png +0 -0
  51. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/android-chrome-512x512.png +0 -0
  52. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/apple-touch-icon.png +0 -0
  53. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/asset-manifest.json +0 -0
  54. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/favicon-16x16.png +0 -0
  55. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/favicon-32x32.png +0 -0
  56. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/favicon.ico +0 -0
  57. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/funcnodes_react_flow-favicon.ico +0 -0
  58. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/funcnodes_react_flow-logo192.png +0 -0
  59. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/funcnodes_react_flow-manifest.json +0 -0
  60. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/funcnodes_react_flow-style.css +0 -0
  61. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/index.html +0 -0
  62. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/logo.png +0 -0
  63. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/logo192.png +0 -0
  64. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/logo512.png +0 -0
  65. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/manifest.json +0 -0
  66. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/funcnodes_react_flow/static/robots.txt +0 -0
  67. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/.gitignore +0 -0
  68. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/.yarnrc.yml +0 -0
  69. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/dev_full.cjs +0 -0
  70. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/android-chrome-192x192.png +0 -0
  71. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/android-chrome-512x512.png +0 -0
  72. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/apple-touch-icon.png +0 -0
  73. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/asset-manifest.json +0 -0
  74. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/favicon-16x16.png +0 -0
  75. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/favicon-32x32.png +0 -0
  76. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/favicon.ico +0 -0
  77. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/logo.png +0 -0
  78. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/logo192.png +0 -0
  79. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/logo512.png +0 -0
  80. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/manifest.json +0 -0
  81. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/assets/robots.txt +0 -0
  82. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/index.html +0 -0
  83. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/index.prod.js +0 -0
  84. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/playwright.config.ts +0 -0
  85. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/TODO.md +0 -0
  86. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/app-properties.ts +0 -0
  87. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/app.tsx +0 -0
  88. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/app.types.ts +0 -0
  89. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/index.ts +0 -0
  90. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/providers/funcnodescontext.tsx +0 -0
  91. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/providers/index.ts +0 -0
  92. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/providers/keypress-provider.accessibility.test.tsx +0 -0
  93. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/providers/keypress-provider.example.test.tsx +0 -0
  94. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/providers/keypress-provider.integration.test.tsx +0 -0
  95. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/providers/keypress-provider.performance.test.tsx +0 -0
  96. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/providers/keypress-provider.test-utils.ts +0 -0
  97. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/providers/keypress-provider.test.tsx +0 -0
  98. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/providers/keypress-provider.tsx +0 -0
  99. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/app/providers/theme-provider.tsx +0 -0
  100. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/edges/index.ts +0 -0
  101. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/edges/serialization/index.ts +0 -0
  102. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/edges/utils.ts +0 -0
  103. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/actions/edge.ts +0 -0
  104. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/actions/groups.ts +0 -0
  105. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/actions/index.ts +0 -0
  106. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/actions/node.ts +0 -0
  107. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/core.ts +0 -0
  108. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/handler/lib-manager.ts +0 -0
  109. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/handler/rf-handlers.types.ts +0 -0
  110. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/handler/rf-manager.ts +0 -0
  111. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/handler/state-manager.ts +0 -0
  112. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/index.ts +0 -0
  113. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/serializations/full.ts +0 -0
  114. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/serializations/index.ts +0 -0
  115. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/serializations/view.ts +0 -0
  116. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/states/index.ts +0 -0
  117. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/states/progress.ts +0 -0
  118. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/funcnodes-context/states/react-flow.ts +0 -0
  119. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/messaging/serializer/cmd-messages.ts +0 -0
  120. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/messaging/serializer/error-messages.ts +0 -0
  121. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/messaging/serializer/event-messages.ts +0 -0
  122. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/messaging/serializer/helper-messages.ts +0 -0
  123. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/messaging/serializer/index.ts +0 -0
  124. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/messaging/serializer/progress-message.ts +0 -0
  125. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/messaging/serializer/result-messages.ts +0 -0
  126. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/index.ts +0 -0
  127. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/interfaces/index.ts +0 -0
  128. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/interfaces/io.ts +0 -0
  129. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/interfaces/node.ts +0 -0
  130. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/interfaces/rendering.ts +0 -0
  131. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/serializations/index.ts +0 -0
  132. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/serializations/types.ts +0 -0
  133. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/stores/default.ts +0 -0
  134. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/stores/deserialization.ts +0 -0
  135. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/stores/full-io.ts +0 -0
  136. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/stores/full_node.ts +0 -0
  137. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/stores/index.ts +0 -0
  138. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/stores/iostore.ts +0 -0
  139. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/stores/nodestore.ts +0 -0
  140. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/stores/normalization.ts +0 -0
  141. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/stores/update.ts +0 -0
  142. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/utils/index.ts +0 -0
  143. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodes/utils/node-utils.ts +0 -0
  144. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodespace/index.ts +0 -0
  145. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodespace/interfaces.ts +0 -0
  146. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/nodespace/store.ts +0 -0
  147. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/plugins/index.d.ts +0 -0
  148. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/plugins/index.ts +0 -0
  149. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/plugins/types.d.ts +0 -0
  150. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/plugins/types.ts +0 -0
  151. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/plugins/upgrading.d.ts +0 -0
  152. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/plugins/upgrading.ts +0 -0
  153. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/communication-manager.ts +0 -0
  154. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/connection-health-manager.ts +0 -0
  155. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/edge-manager.ts +0 -0
  156. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/event-manager.ts +0 -0
  157. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/group-manager.ts +0 -0
  158. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/hook-manager.ts +0 -0
  159. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/index.ts +0 -0
  160. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/library-manager.ts +0 -0
  161. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/node-manager.ts +0 -0
  162. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/handlers/worker-handlers.types.ts +0 -0
  163. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/base/worker.types.ts +0 -0
  164. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/hooks/index.ts +0 -0
  165. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/hooks/worker_api_hooks.ts +0 -0
  166. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/index.ts +0 -0
  167. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/manager/worker-manager.types.ts +0 -0
  168. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/websocket/websocket-worker.ts +0 -0
  169. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/core/workers/websocket/websocket-worker.types.ts +0 -0
  170. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-handle-renderer/default.ts +0 -0
  171. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-handle-renderer/index.ts +0 -0
  172. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-handle-renderer/types.ts +0 -0
  173. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-overlay-renderer/default.ts +0 -0
  174. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-overlay-renderer/index.ts +0 -0
  175. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-overlay-renderer/types.ts +0 -0
  176. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-preview-renderer/default.ts +0 -0
  177. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-preview-renderer/index.ts +0 -0
  178. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-preview-renderer/types.ts +0 -0
  179. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-view-renderer/bytes.tsx +0 -0
  180. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-view-renderer/defaults.ts +0 -0
  181. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-view-renderer/html.tsx +0 -0
  182. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-view-renderer/images.tsx +0 -0
  183. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-view-renderer/index.ts +0 -0
  184. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-view-renderer/json.tsx +0 -0
  185. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-view-renderer/tables.tsx +0 -0
  186. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-view-renderer/text.tsx +0 -0
  187. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/data-view-renderer/types.ts +0 -0
  188. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/index.tsx +0 -0
  189. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/inline-renderer/bytes.tsx +0 -0
  190. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/inline-renderer/default.ts +0 -0
  191. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/inline-renderer/index.ts +0 -0
  192. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/inline-renderer/types.ts +0 -0
  193. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/input-renderer/boolean.tsx +0 -0
  194. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/input-renderer/color.tsx +0 -0
  195. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/input-renderer/default.ts +0 -0
  196. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/input-renderer/index.ts +0 -0
  197. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/input-renderer/numbers.tsx +0 -0
  198. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/input-renderer/selection.tsx +0 -0
  199. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/input-renderer/text.tsx +0 -0
  200. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/input-renderer/types.ts +0 -0
  201. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/output-renderer/default.tsx +0 -0
  202. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/output-renderer/index.ts +0 -0
  203. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/output-renderer/types.ts +0 -0
  204. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/components/types.ts +0 -0
  205. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/hooks/data_renderer_overlay.tsx +0 -0
  206. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/hooks/index.ts +0 -0
  207. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/index.ts +0 -0
  208. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/providers/index.ts +0 -0
  209. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/providers/render-mappings/index.ts +0 -0
  210. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/providers/render-mappings/render-mappings.provider.tsx +0 -0
  211. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/providers/render-mappings/render-mappings.reducer.ts +0 -0
  212. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/providers/render-mappings/render-mappings.types.ts +0 -0
  213. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/providers/types.ts +0 -0
  214. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/types.ts +0 -0
  215. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/utils/index.ts +0 -0
  216. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/data-rendering/utils/renderer-converter.tsx +0 -0
  217. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/edges/components/edge.tsx +0 -0
  218. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/edges/components/edges.scss +0 -0
  219. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/edges/components/index.ts +0 -0
  220. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/edges/index.ts +0 -0
  221. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/groups/components/groups.scss +0 -0
  222. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/groups/components/index.tsx +0 -0
  223. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/groups/hooks/index.ts +0 -0
  224. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/groups/index.ts +0 -0
  225. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/header/header-main.tsx +0 -0
  226. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/header/header.scss +0 -0
  227. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/header/index.ts +0 -0
  228. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/header/nodespacemenu.tsx +0 -0
  229. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/header/settingsmenu.tsx +0 -0
  230. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/header/settingsmenu_appearance.tsx +0 -0
  231. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/header/statusbar.tsx +0 -0
  232. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/header/workermenu.tsx +0 -0
  233. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/index.scss +0 -0
  234. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/AddLibraryOverlay/index.tsx +0 -0
  235. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ExternalWorker/ExternalWorkerClassEntry.tsx +0 -0
  236. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ExternalWorker/ExternalWorkerInstanceEntry.tsx +0 -0
  237. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ExternalWorker/ExternalWorkerInstanceSettings.tsx +0 -0
  238. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ExternalWorker/ExternalWorkerShelf.tsx +0 -0
  239. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ExternalWorker/index.tsx +0 -0
  240. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/LibraryFilter/index.tsx +0 -0
  241. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/LibraryItem/index.tsx +0 -0
  242. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/LibraryNode/index.tsx +0 -0
  243. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ModuleManagement/ActiveModule.tsx +0 -0
  244. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ModuleManagement/AddableModule.tsx +0 -0
  245. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ModuleManagement/InstallableModule.tsx +0 -0
  246. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ModuleManagement/ModuleDescription.tsx +0 -0
  247. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ModuleManagement/ModuleLinks.tsx +0 -0
  248. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ModuleManagement/VersionSelector.tsx +0 -0
  249. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ModuleManagement/index.tsx +0 -0
  250. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/ModuleManagement/types.ts +0 -0
  251. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/components/index.tsx +0 -0
  252. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/index.tsx +0 -0
  253. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/library.scss +0 -0
  254. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/states/index.ts +0 -0
  255. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/library/states/libstate.ts +0 -0
  256. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/NodeSettings.tsx +0 -0
  257. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/NodeSettingsOverlay.tsx +0 -0
  258. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/NodeSettingsWindow.tsx +0 -0
  259. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/index.tsx +0 -0
  260. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/io/NodeIOSettings.tsx +0 -0
  261. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/io/NodeSettingsInput.tsx +0 -0
  262. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/io/NodeSettingsOutput.tsx +0 -0
  263. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/io/index.tsx +0 -0
  264. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/tabs/GeneralTab.tsx +0 -0
  265. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/tabs/InputTab.tsx +0 -0
  266. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/tabs/OutputTab.tsx +0 -0
  267. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/components/tabs/index.tsx +0 -0
  268. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/index.ts +0 -0
  269. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/node-settings/node-settings.scss +0 -0
  270. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/index.ts +0 -0
  271. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/body_data_renderer.tsx +0 -0
  272. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/index.scss +0 -0
  273. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/index.ts +0 -0
  274. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/io/handle_renderer.tsx +0 -0
  275. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/io/index.tsx +0 -0
  276. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/io/io.scss +0 -0
  277. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/io/io.tsx +0 -0
  278. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/io/iodataoverlay.tsx +0 -0
  279. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/io/nodeinput.tsx +0 -0
  280. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/io/nodeoutput.tsx +0 -0
  281. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/node-renderer/node.tsx +0 -0
  282. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/components/nodes.scss +0 -0
  283. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/hooks/index.ts +0 -0
  284. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/hooks/useBodyDataRendererForIo.ts +0 -0
  285. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/hooks/useDefaultNodeInjection.ts +0 -0
  286. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/hooks/usePreviewHandleDataRendererForIo.ts +0 -0
  287. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/index.ts +0 -0
  288. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/provider.ts +0 -0
  289. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/nodes/rf-node-types.ts +0 -0
  290. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/ContextMenu/ContextMenu.scss +0 -0
  291. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/ContextMenu/ContextMenu.tsx +0 -0
  292. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/ContextMenu/ContextMenu.types.ts +0 -0
  293. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/ContextMenu/index.ts +0 -0
  294. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/KeyHandler/index.ts +0 -0
  295. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/ReactFlowLayer/ReactFlowLayer.scss +0 -0
  296. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/ReactFlowLayer/ReactFlowLayer.tsx +0 -0
  297. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/ReactFlowLayer/index.ts +0 -0
  298. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/ReactFlowLayer/react_flow_layer.tsx.backup +0 -0
  299. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/ReactFlowManager/ReactFlowManager.tsx +0 -0
  300. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/ReactFlowManager/index.ts +0 -0
  301. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/components/index.ts +0 -0
  302. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/funcnodesreactflow.scss +0 -0
  303. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/hooks/index.ts +0 -0
  304. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/hooks/useClipboardOperations.ts +0 -0
  305. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/hooks/useReactFlowSelection.ts +0 -0
  306. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/index.ts +0 -0
  307. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/store/index.ts +0 -0
  308. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/themes.scss +0 -0
  309. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/utils/clipboard-operations.ts +0 -0
  310. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/utils/index.ts +0 -0
  311. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/utils/node-types.ts +0 -0
  312. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/features/react-flow/utils/node.ts +0 -0
  313. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/index.scss +0 -0
  314. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/setupTests.ts +0 -0
  315. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/ColorPicker/CustomColorPicker.test.tsx +0 -0
  316. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/ColorPicker/colorpicker.scss +0 -0
  317. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/ColorPicker/index.tsx +0 -0
  318. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/ErrorComponents/error-components.test.tsx +0 -0
  319. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/ErrorComponents/index.tsx +0 -0
  320. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/Expander/fullscreenelement.test.tsx +0 -0
  321. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/Expander/fullscreenelement.tsx +0 -0
  322. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/Expander/index.ts +0 -0
  323. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/Expander/smoothexpand.test.tsx +0 -0
  324. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/Expander/smoothexpand.tsx +0 -0
  325. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/JSONDisplay/JSONDisplay.test.tsx +0 -0
  326. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/JSONDisplay/index.tsx +0 -0
  327. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/JSONDisplay/jsonDisplay.scss +0 -0
  328. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/ProgressBar/ProgressBar.test.tsx +0 -0
  329. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/ProgressBar/index.tsx +0 -0
  330. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/ProgressBar/progressBar.scss +0 -0
  331. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/Select/CustomSelect.test.tsx +0 -0
  332. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/Select/index.tsx +0 -0
  333. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/Select/select.scss +0 -0
  334. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/SortableTable/README.md +0 -0
  335. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/SortableTable/SortableTable.performance.test.tsx +0 -0
  336. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/SortableTable/SortableTable.scss +0 -0
  337. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/SortableTable/SortableTable.test.tsx +0 -0
  338. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/SortableTable/index.ts +0 -0
  339. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/SortableTable/types.test.ts +0 -0
  340. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/SortableTable/types.ts +0 -0
  341. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/SortableTable/utils.test.ts +0 -0
  342. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/SortableTable/utils.ts +0 -0
  343. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/auto-layouts/ExpandingContainer/expanding-container.scss +0 -0
  344. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/auto-layouts/ExpandingContainer/index.test.tsx +0 -0
  345. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/auto-layouts/ExpandingContainer/index.tsx +0 -0
  346. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/auto-layouts/FloatContainer/float-container.scss +0 -0
  347. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/auto-layouts/FloatContainer/index.test.tsx +0 -0
  348. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/auto-layouts/FloatContainer/index.tsx +0 -0
  349. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/auto-layouts/SizeContextContainer/index.test.tsx +0 -0
  350. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/auto-layouts/SizeContextContainer/index.tsx +0 -0
  351. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/auto-layouts/SizeContextContainer/size-context-container.scss +0 -0
  352. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/auto-layouts/index.tsx +0 -0
  353. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/dialog/CustomDialog.scss +0 -0
  354. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/dialog/CustomDialog.test.tsx +0 -0
  355. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/dialog/CustomDialog.tsx +0 -0
  356. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/dialog/index.ts +0 -0
  357. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/error-boundary/index.tsx +0 -0
  358. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/icons/fontawsome.tsx +0 -0
  359. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/icons/index.ts +0 -0
  360. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/index.ts +0 -0
  361. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/renderers/json.tsx +0 -0
  362. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/toast/example.tsx +0 -0
  363. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/toast/icons.tsx +0 -0
  364. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/toast/index.tsx +0 -0
  365. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/toast/toast.scss +0 -0
  366. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/toast/toast.tsx +0 -0
  367. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/components/toast/toast.types.ts +0 -0
  368. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/data-structures/data-structures.ts +0 -0
  369. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/data-structures/index.ts +0 -0
  370. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/styles/htmlelements.scss +0 -0
  371. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/utils/data-helpers.test.ts +0 -0
  372. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/utils/data-helpers.ts +0 -0
  373. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/utils/debugger.ts +0 -0
  374. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/utils/layout/index.ts +0 -0
  375. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/utils/layout/txt.ts +0 -0
  376. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/utils/logger.test.ts +0 -0
  377. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/utils/logger.ts +0 -0
  378. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/utils/object-helpers.test.ts +0 -0
  379. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/utils/object-helpers.ts +0 -0
  380. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/src/shared/utils/zustand-helpers.ts +0 -0
  381. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/tsconfig.json +0 -0
  382. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/vite.config.js +0 -0
  383. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/vite.test.config.js +0 -0
  384. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/vitest.config.fast.ts +0 -0
  385. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow/vitest.config.ts +0 -0
  386. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow-plugin/rollup.config.js +0 -0
  387. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow-plugin/tsconfig.json +0 -0
  388. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/packages/funcnodes-react-flow-plugin/vite.config.js +0 -0
  389. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/src/react/yarn.lock +0 -0
  390. {funcnodes_react_flow-1.0.0a0 → funcnodes_react_flow-1.0.2}/tests/test_import.py +0 -0
@@ -26,5 +26,5 @@ runs:
26
26
  - name: Install Dependencies
27
27
  shell: bash
28
28
  run: |
29
- uv sync
29
+ uv sync --refresh
30
30
  echo "python-version=${{ steps.setup_python.outputs.python-version }}" >> "$GITHUB_OUTPUT"
@@ -1,6 +1,6 @@
1
1
  repos:
2
2
  - repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
3
+ rev: v6.0.0
4
4
  hooks:
5
5
  - id: check-yaml
6
6
  - id: end-of-file-fixer
@@ -10,14 +10,14 @@ repos:
10
10
 
11
11
  - repo: https://github.com/astral-sh/uv-pre-commit
12
12
  # uv version.
13
- rev: "0.6.14"
13
+ rev: "0.8.17"
14
14
  hooks:
15
15
  # Update the uv lockfile
16
16
  - id: uv-lock
17
17
 
18
18
  - repo: https://github.com/astral-sh/ruff-pre-commit
19
19
  # Ruff version.
20
- rev: v0.11.5
20
+ rev: v0.13.0
21
21
  hooks:
22
22
  # Run the linter.
23
23
  - id: ruff
@@ -26,7 +26,7 @@ repos:
26
26
  - id: ruff-format
27
27
 
28
28
  - repo: https://github.com/pycqa/flake8
29
- rev: 7.2.0 # pick a git hash / tag to point to
29
+ rev: 7.3.0 # pick a git hash / tag to point to
30
30
  hooks:
31
31
  - id: flake8
32
32
  args: ["--config=.flake8"]
@@ -35,4 +35,11 @@ repos:
35
35
  rev: v0.1.0
36
36
  hooks:
37
37
  - id: version-sync
38
- args: ["--sync", "src/react/package.json", "pyproject.toml"]
38
+ args:
39
+ [
40
+ "--sync",
41
+ "src/react/package.json",
42
+ "src/react/packages/funcnodes-react-flow/package.json",
43
+ "src/react/packages/funcnodes-react-flow-plugin/package.json",
44
+ "pyproject.toml",
45
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: funcnodes-react-flow
3
- Version: 1.0.0a0
3
+ Version: 1.0.2
4
4
  Summary: funcnodes frontend for react flow
5
5
  Project-URL: homepage, https://github.com/Linkdlab/funcnodes_react_flow
6
6
  Project-URL: source, https://github.com/Linkdlab/funcnodes_react_flow
@@ -11,10 +11,10 @@ License: AGPL-3.0
11
11
  License-File: LICENSE
12
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
13
13
  Requires-Python: >=3.11
14
- Requires-Dist: funcnodes-core>=1.0.0a0
15
- Requires-Dist: funcnodes-worker>=0.3.0
16
- Requires-Dist: funcnodes>=0.5.35
17
- Requires-Dist: funcnodes>=0.5.36; sys_platform != 'emscripten'
14
+ Requires-Dist: funcnodes-core>=1.0.0
15
+ Requires-Dist: funcnodes-worker>=1.0.0
16
+ Requires-Dist: funcnodes>=1.0.0
17
+ Requires-Dist: funcnodes>=1.0.0; sys_platform != 'emscripten'
18
18
  Description-Content-Type: text/markdown
19
19
 
20
20
  # funcnodes_react_flow
@@ -1,11 +1,11 @@
1
1
  [project]
2
2
  name = "funcnodes-react-flow"
3
- version = "1.0.0a0"
3
+ version = "1.0.2"
4
4
  description = "funcnodes frontend for react flow"
5
5
  readme = "README.md"
6
6
  classifiers = [ "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",]
7
7
  requires-python = ">=3.11"
8
- dependencies = [ "funcnodes-core>=1.0.0a0", "funcnodes-worker>=0.3.0", "funcnodes>=0.5.36; sys_platform != 'emscripten'", "funcnodes>=0.5.35",]
8
+ dependencies = [ "funcnodes-core>=1.0.0", "funcnodes-worker>=1.0.0", "funcnodes>=1.0.0; sys_platform != 'emscripten'", "funcnodes>=1.0.0",]
9
9
  [[project.authors]]
10
10
  name = "Julian Kimmig"
11
11
  email = "julian.kimmig@linkdlab.de"