design-system-silkhaus 2.3.0-beta.monthly-payment.4 → 2.3.0-beta.monthly-payment.6

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
@@ -485,7 +485,7 @@ export declare type PaymentScheduleItemProps = {
485
485
  * Define the status of the payment entry
486
486
  * @default 'scheduled'
487
487
  */
488
- state?: 'completed' | 'next-due' | 'scheduled';
488
+ state?: 'completed' | 'next-due' | 'scheduled' | 'failed';
489
489
  /**
490
490
  * Define the position of the payment entry in the payment schedule
491
491
  * @default 'in-between'