@asdp/ferryui 0.1.22-dev.8569 → 0.1.22-dev.8575

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
@@ -2514,7 +2514,7 @@ declare const ModalPriceDetail: React$1.FC<ModalPriceDetailProps>;
2514
2514
 
2515
2515
  interface BadgeConfig {
2516
2516
  color: string;
2517
- icon?: string;
2517
+ icon: string;
2518
2518
  }
2519
2519
  /**
2520
2520
  * Get badge configuration based on ticket class
package/dist/index.d.ts CHANGED
@@ -2514,7 +2514,7 @@ declare const ModalPriceDetail: React$1.FC<ModalPriceDetailProps>;
2514
2514
 
2515
2515
  interface BadgeConfig {
2516
2516
  color: string;
2517
- icon?: string;
2517
+ icon: string;
2518
2518
  }
2519
2519
  /**
2520
2520
  * Get badge configuration based on ticket class