@ticketboothapp/booking 1.2.25-rc.0 → 1.2.25
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/package.json
CHANGED
|
@@ -18,6 +18,9 @@ import { ENV } from '@/lib/env';
|
|
|
18
18
|
import BookingProductGrid from '@/components/booking/BookingProductGrid';
|
|
19
19
|
import { BookingDialogProvider } from '@/providers/booking-dialog-provider';
|
|
20
20
|
|
|
21
|
+
/** Embedded widget path does not mount BookingDialog (which imports this); host must otherwise load booking-flow.css. */
|
|
22
|
+
import '@/components/booking/booking-flow.css';
|
|
23
|
+
|
|
21
24
|
type Step = 'products' | 'booking';
|
|
22
25
|
|
|
23
26
|
interface NavState {
|