/** * Address Field Validators — Adapter for @wordpress/dataviews DataForm * * WHY THIS FILE EXISTS: * * The canonical address validation logic lives in `client/utils/validators.ts`. * Those validators use a pipeline pattern: each validator receives * `{ values, errors }` and returns `{ values, errors }`, accumulating errors * across all fields in a single pass. This pattern is used by the old-design * `