@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.
- package/CHANGELOG.md +10 -0
- package/dist/assets/doc-properties.json +3108 -3089
- package/dist/js/@mittwald/password-tools-js.mjs +3 -2
- package/dist/js/@mittwald/password-tools-js.mjs.map +1 -1
- package/dist/js/_virtual/_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs +2 -0
- package/dist/js/_virtual/_.locale.json@95341064edeb0e38b66d786dbd62955c.mjs.map +1 -1
- package/dist/js/components/src/components/NumberField/NumberField.mjs +3 -9
- package/dist/js/components/src/components/NumberField/NumberField.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs +31 -65
- package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs +8 -3
- package/dist/js/components/src/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs +6 -2
- package/dist/js/components/src/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/defaultPasswordCreationPolicy.mjs +1 -0
- package/dist/js/components/src/components/PasswordCreationField/defaultPasswordCreationPolicy.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.mjs +1 -1
- package/dist/js/components/src/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs +2 -0
- package/dist/js/components/src/components/PasswordCreationField/lib/generateValidationTranslation.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs +9 -1
- package/dist/js/components/src/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/lib/usePolicyValidationResult.mjs +47 -0
- package/dist/js/components/src/components/PasswordCreationField/lib/usePolicyValidationResult.mjs.map +1 -0
- package/dist/js/components/src/components/PasswordCreationField/worker/generatePassword.mjs +2 -0
- package/dist/js/components/src/components/PasswordCreationField/worker/generatePassword.mjs.map +1 -1
- package/dist/types/components/NumberField/NumberField.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts +2 -4
- package/dist/types/components/PasswordCreationField/PasswordCreationField.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/components/ValidationResultButton/ValidationResultButton.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/components/ValidationResultEntry/ValidationResultEntry.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/defaultPasswordCreationPolicy.d.ts +1 -1
- package/dist/types/components/PasswordCreationField/defaultPasswordCreationPolicy.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts +1 -1
- package/dist/types/components/PasswordCreationField/lib/generatePasswordCreationFieldValidation.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/lib/generateValidationTranslation.d.ts +1 -1
- package/dist/types/components/PasswordCreationField/lib/generateValidationTranslation.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/lib/getStateFromLatestPolicyValidationResult.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/lib/usePolicyValidationResult.d.ts +8 -0
- package/dist/types/components/PasswordCreationField/lib/usePolicyValidationResult.d.ts.map +1 -0
- package/dist/types/components/PasswordCreationField/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/PasswordCreationField/worker/generatePassword.d.ts +1 -1
- package/dist/types/components/PasswordCreationField/worker/generatePassword.d.ts.map +1 -1
- package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts +6 -2
- package/dist/types/integrations/@mittwald/password-tools-js/index.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/NumberField.stories.d.ts.map +1 -1
- package/package.json +5 -5
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.382](https://github.com/mittwald/flow/compare/0.2.0-alpha.381...0.2.0-alpha.382) (2025-08-04)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **NumberField:** fix incorrect defaultValue prop ([#1819](https://github.com/mittwald/flow/issues/1819)) ([0919c7b](https://github.com/mittwald/flow/commit/0919c7bc70f5e605a8c93b63bcabc5fe3dcb5bb6))
|
|
11
|
+
|
|
12
|
+
# [0.2.0-alpha.381](https://github.com/mittwald/flow/compare/0.2.0-alpha.380...0.2.0-alpha.381) (2025-08-04)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
15
|
+
|
|
6
16
|
# [0.2.0-alpha.380](https://github.com/mittwald/flow/compare/0.2.0-alpha.379...0.2.0-alpha.380) (2025-08-04)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @mittwald/flow-react-components
|