@mittwald/flow-react-components 0.2.0-alpha.380 → 0.2.0-alpha.382

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 (47) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/assets/doc-properties.json +3108 -3089
  3. package/dist/js/@mittwald/password-tools-js.mjs +3 -2
  4. package/dist/js/@mittwald/password-tools-js.mjs.map +1 -1
  5. package/dist/js/_virtual/_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs +2 -0
  6. package/dist/js/_virtual/_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs.map +1 -1
  7. package/dist/js/components/src/components/NumberField/NumberField.mjs +3 -9
  8. package/dist/js/components/src/components/NumberField/NumberField.mjs.map +1 -1
  9. package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs +31 -65
  10. package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
  11. package/dist/js/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs +8 -3
  12. package/dist/js/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs.map +1 -1
  13. package/dist/js/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs +6 -2
  14. package/dist/js/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs.map +1 -1
  15. package/dist/js/components/src/components/PasswordCreationField/defaultPasswordCreationPolicy.mjs +1 -0
  16. package/dist/js/components/src/components/PasswordCreationField/defaultPasswordCreationPolicy.mjs.map +1 -1
  17. package/dist/js/components/src/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.mjs +1 -1
  18. package/dist/js/components/src/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.mjs.map +1 -1
  19. package/dist/js/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs +2 -0
  20. package/dist/js/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs.map +1 -1
  21. package/dist/js/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs +9 -1
  22. package/dist/js/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs.map +1 -1
  23. package/dist/js/components/src/components/PasswordCreationField/lib/usePolicyValidationResult.mjs +47 -0
  24. package/dist/js/components/src/components/PasswordCreationField/lib/usePolicyValidationResult.mjs.map +1 -0
  25. package/dist/js/components/src/components/PasswordCreationField/worker/generatePassword.mjs +2 -0
  26. package/dist/js/components/src/components/PasswordCreationField/worker/generatePassword.mjs.map +1 -1
  27. package/dist/types/components/NumberField/NumberField.d.ts.map +1 -1
  28. package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts +2 -4
  29. package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts.map +1 -1
  30. package/dist/types/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.d.ts.map +1 -1
  31. package/dist/types/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.d.ts.map +1 -1
  32. package/dist/types/components/PasswordCreationField/defaultPasswordCreationPolicy.d.ts +1 -1
  33. package/dist/types/components/PasswordCreationField/defaultPasswordCreationPolicy.d.ts.map +1 -1
  34. package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts +1 -1
  35. package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts.map +1 -1
  36. package/dist/types/components/PasswordCreationField/lib/generateValidationTranslation.d.ts +1 -1
  37. package/dist/types/components/PasswordCreationField/lib/generateValidationTranslation.d.ts.map +1 -1
  38. package/dist/types/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.d.ts.map +1 -1
  39. package/dist/types/components/PasswordCreationField/lib/usePolicyValidationResult.d.ts +8 -0
  40. package/dist/types/components/PasswordCreationField/lib/usePolicyValidationResult.d.ts.map +1 -0
  41. package/dist/types/components/PasswordCreationField/stories/Default.stories.d.ts.map +1 -1
  42. package/dist/types/components/PasswordCreationField/worker/generatePassword.d.ts +1 -1
  43. package/dist/types/components/PasswordCreationField/worker/generatePassword.d.ts.map +1 -1
  44. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts +6 -2
  45. package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts.map +1 -1
  46. package/dist/types/integrations/react-hook-form/components/Field/stories/NumberField.stories.d.ts.map +1 -1
  47. package/package.json +5 -5

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.