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

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/README.md CHANGED
@@ -36,6 +36,12 @@ npm run build
36
36
  # Run Storybook
37
37
  npm run storybook
38
38
 
39
+ # Build Storybook (Production)
40
+ npm run build-storybook
41
+
42
+ # Serve Production Build
43
+ npm run serve-storybook
44
+
39
45
  # Type Checking
40
46
  npm run typecheck
41
47
  ```
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