braid-ui 1.0.119 → 1.0.121

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.cts CHANGED
@@ -377,6 +377,7 @@ interface PaymentMethodCardProps {
377
377
  accountType?: string;
378
378
  beneficiaryBankName?: string;
379
379
  beneficiaryFiIdType?: string;
380
+ correspondentFiName?: string;
380
381
  correspondentBankId?: string;
381
382
  correspondentFiId?: string;
382
383
  intermediaryBankId?: string;
@@ -512,8 +513,9 @@ interface AddressFormProps {
512
513
  countryCodeError?: boolean;
513
514
  address?: AddressData;
514
515
  onAddressChange?: (address: AddressData) => void;
516
+ requiredFields?: Array<"line1" | "city" | "state" | "postalCode" | "countryCode">;
515
517
  }
516
- declare const AddressForm: ({ title, description, fieldPrefix, showAddressType, addressTypeOptions, fieldOverrides, showApartment, countryCode, onCountryCodeChange, countryCodeError, address, onAddressChange, }: AddressFormProps) => react_jsx_runtime.JSX.Element;
518
+ declare const AddressForm: ({ title, description, fieldPrefix, showAddressType, addressTypeOptions, fieldOverrides, showApartment, countryCode, onCountryCodeChange, countryCodeError, address, onAddressChange, requiredFields, }: AddressFormProps) => react_jsx_runtime.JSX.Element;
517
519
 
518
520
  interface CreateCounterpartyViewProps {
519
521
  counterpartyData: any;
package/dist/index.d.ts CHANGED
@@ -377,6 +377,7 @@ interface PaymentMethodCardProps {
377
377
  accountType?: string;
378
378
  beneficiaryBankName?: string;
379
379
  beneficiaryFiIdType?: string;
380
+ correspondentFiName?: string;
380
381
  correspondentBankId?: string;
381
382
  correspondentFiId?: string;
382
383
  intermediaryBankId?: string;
@@ -512,8 +513,9 @@ interface AddressFormProps {
512
513
  countryCodeError?: boolean;
513
514
  address?: AddressData;
514
515
  onAddressChange?: (address: AddressData) => void;
516
+ requiredFields?: Array<"line1" | "city" | "state" | "postalCode" | "countryCode">;
515
517
  }
516
- declare const AddressForm: ({ title, description, fieldPrefix, showAddressType, addressTypeOptions, fieldOverrides, showApartment, countryCode, onCountryCodeChange, countryCodeError, address, onAddressChange, }: AddressFormProps) => react_jsx_runtime.JSX.Element;
518
+ declare const AddressForm: ({ title, description, fieldPrefix, showAddressType, addressTypeOptions, fieldOverrides, showApartment, countryCode, onCountryCodeChange, countryCodeError, address, onAddressChange, requiredFields, }: AddressFormProps) => react_jsx_runtime.JSX.Element;
517
519
 
518
520
  interface CreateCounterpartyViewProps {
519
521
  counterpartyData: any;