@orderly.network/ui-transfer 2.7.4 → 2.8.0

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
@@ -410,6 +410,7 @@ type QuantityInputProps = {
410
410
  formatters?: InputFormatter[];
411
411
  vaultBalanceList?: API.VaultBalance[];
412
412
  displayType?: "balance" | "vaultBalance";
413
+ checkVaultBalance?: boolean;
413
414
  } & Omit<InputProps, "onClear" | "suffix" | "onValueChange">;
414
415
  declare const QuantityInput: FC<QuantityInputProps>;
415
416
 
package/dist/index.d.ts CHANGED
@@ -410,6 +410,7 @@ type QuantityInputProps = {
410
410
  formatters?: InputFormatter[];
411
411
  vaultBalanceList?: API.VaultBalance[];
412
412
  displayType?: "balance" | "vaultBalance";
413
+ checkVaultBalance?: boolean;
413
414
  } & Omit<InputProps, "onClear" | "suffix" | "onValueChange">;
414
415
  declare const QuantityInput: FC<QuantityInputProps>;
415
416