@ambuj.bhaskar/react-component-library 0.24.5-alpha → 0.24.6-alpha

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/dist/index.d.ts CHANGED
@@ -999,7 +999,7 @@ export declare type LoginPageProps<TFormValues extends Record<string, any> = any
999
999
  formConfig: {
1000
1000
  [key: string]: {
1001
1001
  label?: string;
1002
- type: "input" | "select" | "multiselect" | "checkbox";
1002
+ type: "input" | "select" | "multiselect" | "checkbox" | "password";
1003
1003
  width?: string;
1004
1004
  placeholder?: string;
1005
1005
  options?: {