@mittwald/flow-react-components 0.2.0-alpha.676 → 0.2.0-alpha.677

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 (23) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/assets/doc-properties.json +2967 -2967
  3. package/dist/js/components/src/components/Action/MutedActionError.mjs +19 -0
  4. package/dist/js/components/src/components/Action/MutedActionError.mjs.map +1 -0
  5. package/dist/js/components/src/components/Action/models/ActionExecution.mjs +11 -1
  6. package/dist/js/components/src/components/Action/models/ActionExecution.mjs.map +1 -1
  7. package/dist/js/components/src/components/Action/models/ActionExecutionBatch.mjs +4 -1
  8. package/dist/js/components/src/components/Action/models/ActionExecutionBatch.mjs.map +1 -1
  9. package/dist/js/components/src/components/Button/Button.mjs +20 -8
  10. package/dist/js/components/src/components/Button/Button.mjs.map +1 -1
  11. package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +4 -0
  12. package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
  13. package/dist/js/default.mjs +1 -0
  14. package/dist/js/default.mjs.map +1 -1
  15. package/dist/types/components/Action/MutedActionError.d.ts +6 -0
  16. package/dist/types/components/Action/MutedActionError.d.ts.map +1 -0
  17. package/dist/types/components/Action/index.d.ts +1 -0
  18. package/dist/types/components/Action/index.d.ts.map +1 -1
  19. package/dist/types/components/Action/models/ActionExecution.d.ts.map +1 -1
  20. package/dist/types/components/Action/models/ActionExecutionBatch.d.ts.map +1 -1
  21. package/dist/types/components/Button/Button.d.ts.map +1 -1
  22. package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts.map +1 -1
  23. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.2.0-alpha.677](https://github.com/mittwald/flow/compare/0.2.0-alpha.676...0.2.0-alpha.677) (2026-02-11)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **Form:** harden double-submission of forms ([eb96d6e](https://github.com/mittwald/flow/commit/eb96d6e356a5babef108fa75dab00109c00d7d38))
11
+
12
+ ### Features
13
+
14
+ * **Action:** allow Action to fail without throwing error ([4b1cbcf](https://github.com/mittwald/flow/commit/4b1cbcf90cd45e5342507daeb5bc3fc8040722d1))
15
+
6
16
  # [0.2.0-alpha.676](https://github.com/mittwald/flow/compare/0.2.0-alpha.675...0.2.0-alpha.676) (2026-02-10)
7
17
 
8
18
  ### Bug Fixes