@socotra/ec-react-components 2.16.1 → 2.16.2-next.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.ts CHANGED
@@ -513,11 +513,20 @@ declare type Props_4 = {
513
513
  */
514
514
  titles?: {
515
515
  details?: string;
516
+ startTime?: string;
517
+ endTime?: string;
518
+ currency?: string;
519
+ timezone?: string;
516
520
  formTitle?: string;
517
521
  seeAdvancedDetails?: string;
518
522
  coverageTerms?: string;
519
523
  truthyLabel?: string;
520
524
  falsyLabel?: string;
525
+ billingLevel?: string;
526
+ billingTrigger?: string;
527
+ durationBasis?: string;
528
+ delinquencyPlanName?: string;
529
+ autoRenewalPlanName?: string;
521
530
  };
522
531
  };
523
532