@paymanai/payman-ask-sdk 1.2.18 → 1.2.19

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.mts CHANGED
@@ -416,6 +416,8 @@ type OtpInputProps = {
416
416
  maxLength: number;
417
417
  /** Disabled state */
418
418
  disabled?: boolean;
419
+ /** Transient error state — triggers red borders + shake */
420
+ error?: boolean;
419
421
  };
420
422
  type UserActionModalProps = {
421
423
  /** Whether the modal is open */
package/dist/index.d.ts CHANGED
@@ -416,6 +416,8 @@ type OtpInputProps = {
416
416
  maxLength: number;
417
417
  /** Disabled state */
418
418
  disabled?: boolean;
419
+ /** Transient error state — triggers red borders + shake */
420
+ error?: boolean;
419
421
  };
420
422
  type UserActionModalProps = {
421
423
  /** Whether the modal is open */