@orderly.network/ui-transfer 2.6.0 → 2.6.1

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
@@ -411,7 +411,7 @@ declare const QuantityInput: FC<QuantityInputProps>;
411
411
 
412
412
  type AvailableQuantityProps = {
413
413
  token?: Partial<API.TokenInfo>;
414
- amount: number | string;
414
+ amount?: number | string;
415
415
  maxQuantity?: number | string;
416
416
  onClick?: () => void;
417
417
  loading?: boolean;
package/dist/index.d.ts CHANGED
@@ -411,7 +411,7 @@ declare const QuantityInput: FC<QuantityInputProps>;
411
411
 
412
412
  type AvailableQuantityProps = {
413
413
  token?: Partial<API.TokenInfo>;
414
- amount: number | string;
414
+ amount?: number | string;
415
415
  maxQuantity?: number | string;
416
416
  onClick?: () => void;
417
417
  loading?: boolean;