@clerk/elements 0.23.40-snapshot.v20250714190940 → 0.23.40

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.
@@ -927,6 +927,13 @@ function useInput({
927
927
  pattern: `[0-9]{${length}}`,
928
928
  minLength: length,
929
929
  maxLength: length,
930
+ // Enhanced naming for better password manager detection
931
+ name: "otp",
932
+ id: "otp-input",
933
+ // Additional attributes for password manager compatibility
934
+ "data-testid": "otp-input",
935
+ role: "textbox",
936
+ "aria-label": "Enter verification code",
930
937
  onChange: (event) => {
931
938
  event.currentTarget.value = event.currentTarget.value.replace(/\D+/g, "");
932
939
  onChange(event);
@@ -4106,4 +4113,4 @@ export {
4106
4113
  Loading,
4107
4114
  Link
4108
4115
  };
4109
- //# sourceMappingURL=chunk-VY37G23G.mjs.map
4116
+ //# sourceMappingURL=chunk-DKCDTPFJ.mjs.map