Merged in feat/sw-3472-booking-flow-parameterization (pull request #2811)
feat(SW-3272): Add BookingFlowConfig * Add BookingFlowConfig * Rename "provider" to BookingFlowConfig * Change bookingCode to boolean * Fix error Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"test:watch": "vitest"
|
||||
},
|
||||
"exports": {
|
||||
"./BookingFlowConfig": "./lib/bookingFlowConfig/bookingFlowConfig.tsx",
|
||||
"./BookingFlowContextProvider": "./lib/components/BookingFlowContextProvider.tsx",
|
||||
"./BookingFlowTrackingProvider": "./lib/components/BookingFlowTrackingProvider.tsx",
|
||||
"./BookingWidget": "./lib/components/BookingWidget/index.tsx",
|
||||
@@ -77,6 +78,7 @@
|
||||
"react-hook-form": "^7.56.2",
|
||||
"react-intl": "^7.1.11",
|
||||
"react-to-print": "^3.1.0",
|
||||
"server-only": "^0.0.1",
|
||||
"usehooks-ts": "3.1.1",
|
||||
"zustand": "^4.5.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user