woocommerce/plugins/woocommerce-blocks/packages/checkout/utils/validation
Mike Jolley 77428b973d
Checkout: Add password strength meter to new field (#49164)
* Add validation message and fix rendering when account is required

* Adjust validation so we can change the label in messages with custom callback

* Add and style password meter

* Add validation feedback and zxcvbn support

* changelog

* Accessibility fixes

* Update lock file

* Fix initial state in safari

* Announce strength as you type

* Use React.ReactElement

* update lock file

* Update lock

* Downgrade local pnpm and recreate lock

* Feedback should only be shown when `showError` is true, not `hasError`

* Feedback should default to null
2024-07-15 16:22:42 +01:00
..
test Update `postcode-validator` to 3.8.15 to validate "new" Taiwanese postcodes (https://github.com/woocommerce/woocommerce-blocks/pull/10924) 2023-09-15 07:05:01 -07:00
get-validity-message-for-input.ts Checkout: Add password strength meter to new field (#49164) 2024-07-15 16:22:42 +01:00
index.ts Add totalValue filter (#45170) 2024-03-13 00:42:24 +07:00
is-postcode.ts Update `postcode-validator` to 3.8.15 to validate "new" Taiwanese postcodes (https://github.com/woocommerce/woocommerce-blocks/pull/10924) 2023-09-15 07:05:01 -07:00
must-contain.ts Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
validate-filter.ts Add totalValue filter (#45170) 2024-03-13 00:42:24 +07:00