@doujins/payments-ui 0.1.8 → 0.1.10

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
@@ -532,7 +532,6 @@ declare const CardDetailsForm: React$1.FC<CardDetailsFormProps>;
532
532
  interface StoredPaymentMethodsProps {
533
533
  selectedMethodId?: string | null;
534
534
  onMethodSelect?: (method: PaymentMethod) => void;
535
- showAddButton?: boolean;
536
535
  heading?: string;
537
536
  description?: string;
538
537
  }
@@ -615,21 +614,17 @@ interface PaymentMethodsSectionTranslations {
615
614
  addedOn?: string;
616
615
  active?: string;
617
616
  inactive?: string;
618
- replaceCard?: string;
619
617
  makeDefault?: string;
620
618
  defaultMethod?: string;
621
619
  remove?: string;
622
620
  addNewCard?: string;
623
621
  addNewCardDescription?: string;
624
622
  saveCard?: string;
625
- replaceCardTitle?: string;
626
- replaceCardDescription?: string;
627
623
  cardAddedSuccess?: string;
628
624
  unableToAddCard?: string;
629
625
  cardRemoved?: string;
630
626
  unableToRemoveCard?: string;
631
627
  cardUpdated?: string;
632
- unableToReplaceCard?: string;
633
628
  defaultPaymentMethodUpdated?: string;
634
629
  unableToSetDefault?: string;
635
630
  }
package/dist/index.d.ts CHANGED
@@ -532,7 +532,6 @@ declare const CardDetailsForm: React$1.FC<CardDetailsFormProps>;
532
532
  interface StoredPaymentMethodsProps {
533
533
  selectedMethodId?: string | null;
534
534
  onMethodSelect?: (method: PaymentMethod) => void;
535
- showAddButton?: boolean;
536
535
  heading?: string;
537
536
  description?: string;
538
537
  }
@@ -615,21 +614,17 @@ interface PaymentMethodsSectionTranslations {
615
614
  addedOn?: string;
616
615
  active?: string;
617
616
  inactive?: string;
618
- replaceCard?: string;
619
617
  makeDefault?: string;
620
618
  defaultMethod?: string;
621
619
  remove?: string;
622
620
  addNewCard?: string;
623
621
  addNewCardDescription?: string;
624
622
  saveCard?: string;
625
- replaceCardTitle?: string;
626
- replaceCardDescription?: string;
627
623
  cardAddedSuccess?: string;
628
624
  unableToAddCard?: string;
629
625
  cardRemoved?: string;
630
626
  unableToRemoveCard?: string;
631
627
  cardUpdated?: string;
632
- unableToReplaceCard?: string;
633
628
  defaultPaymentMethodUpdated?: string;
634
629
  unableToSetDefault?: string;
635
630
  }