@bigz-app/booking-widget 0.1.9 → 0.1.11

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
@@ -40,9 +40,6 @@ The widget includes several built-in themes and can be deeply customized.
40
40
  **Available Themes:**
41
41
  `light-fresh`, `light-elegant`, `light-vibrant`, `light-professional`, `dark-modern`, `dark-forest`, `dark-matrix`, `dark-luxury`, `dark-energetic`.
42
42
 
43
- **shadcn/ui Theme:**
44
- Use `theme: "shadcn"` to automatically adopt your existing `shadcn/ui` CSS variables. It seamlessly adapts to your site's light/dark mode.
45
-
46
43
  **Customizing a Theme:**
47
44
  You can override any theme's colors, border radius, or font family.
48
45
 
@@ -76,7 +73,7 @@ interface UniversalBookingConfig {
76
73
  eventTypeId?: number; // Show instances for a single event type
77
74
 
78
75
  // --- Theming & Customization ---
79
- theme?: 'light-fresh' | 'light-elegant' | '...' | 'shadcn';
76
+ theme?: 'light-fresh' | 'light-elegant' | '...' ;
80
77
  colors?: {
81
78
  highlight?: string; // Main action/accent color
82
79
  background?: string; // Page background