@roomstay/frontend 2.6.0 → 2.6.2
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/201.bundle.js +1 -1
- package/dist/468.bundle.js +1 -1
- package/dist/572.bundle.js +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/src/components/generic/BookingWizard/BookingWizardContent.js +3 -4
- package/dist/src/components/generic/BookingWizard/BookingWizardContent.js.map +1 -1
- package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.d.ts +1 -0
- package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.js +5 -5
- package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.js.map +1 -1
- package/dist/src/components/generic/BookingWizard/BookingWizardPromoCode/BookingWizardPromoCode.d.ts +1 -0
- package/dist/src/components/generic/BookingWizard/BookingWizardPromoCode/BookingWizardPromoCode.js +6 -2
- package/dist/src/components/generic/BookingWizard/BookingWizardPromoCode/BookingWizardPromoCode.js.map +1 -1
- package/dist/src/components/generic/NumberIncrement.d.ts +1 -0
- package/dist/src/components/generic/NumberIncrement.js +7 -7
- package/dist/src/components/generic/NumberIncrement.js.map +1 -1
- package/dist/src/components/generic/PageTitle/index.d.ts +4 -0
- package/dist/src/components/generic/PageTitle/index.js +20 -0
- package/dist/src/components/generic/PageTitle/index.js.map +1 -0
- package/dist/src/components/generic/date/DatePicker.js +2 -0
- package/dist/src/components/generic/date/DatePicker.js.map +1 -1
- package/dist/src/components/generic/date/DatePickerDay.js +3 -2
- package/dist/src/components/generic/date/DatePickerDay.js.map +1 -1
- package/dist/src/components/navigation/Header.js +3 -4
- package/dist/src/components/navigation/Header.js.map +1 -1
- package/dist/src/components/steps/room/MemberSignInModal/ExternalMemberModal.js +1 -1
- package/dist/src/components/steps/room/MemberSignInModal/ExternalMemberModal.js.map +1 -1
- package/dist/src/components/steps/room/NoRoomsFoundBlock.js +1 -1
- package/dist/src/components/steps/room/NoRoomsFoundBlock.js.map +1 -1
- package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js +1 -1
- package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js.map +1 -1
- package/dist/src/contexts/HotelOverridesContext.js +4 -0
- package/dist/src/contexts/HotelOverridesContext.js.map +1 -1
- package/dist/src/engines/BookingWizardEngine/BookingWizardEngine.d.ts +1 -0
- package/dist/src/engines/BookingWizardEngine/BookingWizardEngine.js.map +1 -1
- package/dist/src/models/Api/HotelOverrideDTO.d.ts +11 -0
- package/dist/src/models/Api/HotelOverrideDTO.js.map +1 -1
- package/dist/src/pages/findReservation/FindReservation.js +2 -0
- package/dist/src/pages/findReservation/FindReservation.js.map +1 -1
- package/dist/src/pages/findReservation/FindReservationResults.js +43 -40
- package/dist/src/pages/findReservation/FindReservationResults.js.map +1 -1
- package/dist/src/pages/hotel/HotelInfo.js +2 -0
- package/dist/src/pages/hotel/HotelInfo.js.map +1 -1
- package/dist/src/pages/steps/StepAddon/StepAddonComponent.js +2 -0
- package/dist/src/pages/steps/StepAddon/StepAddonComponent.js.map +1 -1
- package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.js +2 -0
- package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.js.map +1 -1
- package/dist/src/pages/steps/StepDate/StepDateComponent.js +0 -2
- package/dist/src/pages/steps/StepDate/StepDateComponent.js.map +1 -1
- package/dist/src/routes/NaturallyProgressedStepRoute.js +11 -0
- package/dist/src/routes/NaturallyProgressedStepRoute.js.map +1 -1
- package/dist/src/util/CalendarHelper.js +5 -3
- package/dist/src/util/CalendarHelper.js.map +1 -1
- package/dist/test.bundle.js +1 -1
- package/dist/tests/offline/entry/OfflineEngineDefaults.js +1 -1
- package/dist/tests/offline/entry/OfflineEngineDefaults.js.map +1 -1
- package/dist/vendors.bundle.js +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roomstay/frontend",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Roomstay",
|
|
6
6
|
"email": "rob@roomstay.io",
|
|
@@ -18,10 +18,11 @@
|
|
|
18
18
|
"@planpay/web": "^0.1.4",
|
|
19
19
|
"@popperjs/core": "^2.11.6",
|
|
20
20
|
"@react-spring/web": "^9.4.4",
|
|
21
|
-
"@roomstay/core": "^0.1.
|
|
21
|
+
"@roomstay/core": "^0.1.25",
|
|
22
22
|
"@sentry/browser": "^5.21.0",
|
|
23
23
|
"@sentry/types": "^5.26.0",
|
|
24
24
|
"@types/base-64": "^1.0.0",
|
|
25
|
+
"@types/react-helmet": "^6.1.11",
|
|
25
26
|
"@vgs/collect-js": "^0.6.1",
|
|
26
27
|
"base-64": "^1.0.0",
|
|
27
28
|
"classnames": "^2.2.6",
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
"react": "^16.12.0",
|
|
34
35
|
"react-dom": "^16.12.0",
|
|
35
36
|
"react-gtm-module": "^2.0.10",
|
|
37
|
+
"react-helmet": "^6.1.0",
|
|
36
38
|
"react-hook-form": "^7.34.0",
|
|
37
39
|
"react-i18next": "^11.7.0",
|
|
38
40
|
"react-popper": "^2.3.0",
|