Skip to content

Commit 6b415fb

Browse files
committed
Updates
1 parent 06f454b commit 6b415fb

File tree

11 files changed

+7453
-7441
lines changed

11 files changed

+7453
-7441
lines changed

blocks/PasswordInput.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,13 @@ export declare const PasswordInput: React.MemoExoticComponent<React.ForwardRefEx
2929
}[] | undefined;
3030
nativeInputProps?: Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "type"> | undefined;
3131
} & React.RefAttributes<HTMLDivElement>>>;
32+
declare const addPasswordInputTranslations: (params: {
33+
lang: string;
34+
messages: Partial<{
35+
show: string;
36+
"show password": string;
37+
"your password must contain": string;
38+
}>;
39+
}) => void;
40+
export { addPasswordInputTranslations };
3241
export default PasswordInput;

blocks/PasswordInput.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blocks/PasswordInput.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)