@vacano/ui 1.4.1 → 1.4.2

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
@@ -407,7 +407,7 @@ export declare type MultiSelectProps = VacanoComponentProps<HTMLDivElement, Mult
407
407
 
408
408
  export declare type MultiSelectVariant = 'normal' | 'error';
409
409
 
410
- export declare const OtpCode: ({ className, classnames, disabled, label, length, onChange, ref, size, value, variant, ...rest }: OtpCodeProps) => JSX.Element;
410
+ export declare const OtpCode: ({ autoFocus, className, classnames, disabled, label, length, onChange, ref, size, value, variant, ...rest }: OtpCodeProps) => JSX.Element;
411
411
 
412
412
  export declare type OtpCodeClassNames = {
413
413
  container?: string;
@@ -416,6 +416,7 @@ export declare type OtpCodeClassNames = {
416
416
  };
417
417
 
418
418
  export declare type OtpCodeProps = VacanoComponentProps<HTMLDivElement, OtpCodeClassNames> & {
419
+ autoFocus?: boolean;
419
420
  disabled?: boolean;
420
421
  label?: string;
421
422
  length?: number;