@roomstay/frontend 2.3.42 → 2.4.0

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.
Files changed (73) hide show
  1. package/dist/319.bundle.js +1 -1
  2. package/dist/572.bundle.js +1 -1
  3. package/dist/903.bundle.js +1 -1
  4. package/dist/975.bundle.js +1 -1
  5. package/dist/main.bundle.js +1 -1
  6. package/dist/src/api/ReservationAPI.d.ts +2 -1
  7. package/dist/src/api/ReservationAPI.js +24 -2
  8. package/dist/src/api/ReservationAPI.js.map +1 -1
  9. package/dist/src/components/generic/BookingWizard/BookingWizard.js +3 -3
  10. package/dist/src/components/generic/BookingWizard/BookingWizard.js.map +1 -1
  11. package/dist/src/components/generic/PaymentCard/InlinePaymentOption.d.ts +1 -0
  12. package/dist/src/components/generic/PaymentCard/InlinePaymentOption.js +3 -2
  13. package/dist/src/components/generic/PaymentCard/InlinePaymentOption.js.map +1 -1
  14. package/dist/src/components/generic/Select/InputSelect.js +1 -1
  15. package/dist/src/components/generic/Select/InputSelect.js.map +1 -1
  16. package/dist/src/components/generic/loader/OverlayLoader.d.ts +6 -0
  17. package/dist/src/components/generic/loader/OverlayLoader.js +18 -0
  18. package/dist/src/components/generic/loader/OverlayLoader.js.map +1 -0
  19. package/dist/src/components/steps/confirmation/PaymentInformation.d.ts +2 -1
  20. package/dist/src/components/steps/confirmation/PaymentInformation.js +8 -3
  21. package/dist/src/components/steps/confirmation/PaymentInformation.js.map +1 -1
  22. package/dist/src/components/steps/confirmation/RoomContactDetails.js +32 -2
  23. package/dist/src/components/steps/confirmation/RoomContactDetails.js.map +1 -1
  24. package/dist/src/components/steps/confirmation/StepConfirmationForm.js +44 -13
  25. package/dist/src/components/steps/confirmation/StepConfirmationForm.js.map +1 -1
  26. package/dist/src/components/steps/room/TabGroupedRooms/TabGroupedRoomList.js +4 -23
  27. package/dist/src/components/steps/room/TabGroupedRooms/TabGroupedRoomList.js.map +1 -1
  28. package/dist/src/components/steps/room/TabGroupedRooms/TabGroupedRooms.js +4 -1
  29. package/dist/src/components/steps/room/TabGroupedRooms/TabGroupedRooms.js.map +1 -1
  30. package/dist/src/components/steps/room/roomDetails/RoomDetails.js +1 -1
  31. package/dist/src/components/steps/room/roomDetails/RoomDetails.js.map +1 -1
  32. package/dist/src/components/steps/room/roomDetails/RoomDetailsPriceBlock.js +1 -1
  33. package/dist/src/components/steps/room/roomDetails/RoomDetailsPriceBlock.js.map +1 -1
  34. package/dist/src/components/summary/BESummary.js +41 -5
  35. package/dist/src/components/summary/BESummary.js.map +1 -1
  36. package/dist/src/components/summary/BESummaryRoomRow.js +6 -0
  37. package/dist/src/components/summary/BESummaryRoomRow.js.map +1 -1
  38. package/dist/src/contexts/BasketContext/BasketContextType.d.ts +5 -1
  39. package/dist/src/contexts/BasketContext/BasketContextType.js.map +1 -1
  40. package/dist/src/contexts/BasketContext/BasketContextWrapper.js +41 -2
  41. package/dist/src/contexts/BasketContext/BasketContextWrapper.js.map +1 -1
  42. package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js +2 -0
  43. package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js.map +1 -1
  44. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContext.js.map +1 -1
  45. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextTypes.d.ts +4 -1
  46. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextTypes.js.map +1 -1
  47. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js +33 -6
  48. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js.map +1 -1
  49. package/dist/src/hooks/ConfirmationQuery.d.ts +2 -0
  50. package/dist/src/hooks/ConfirmationQuery.js +3 -1
  51. package/dist/src/hooks/ConfirmationQuery.js.map +1 -1
  52. package/dist/src/models/Api/HotelDTO.d.ts +4 -1
  53. package/dist/src/models/Api/HotelDTO.js.map +1 -1
  54. package/dist/src/models/Api/ReservationsDTO.d.ts +4 -0
  55. package/dist/src/models/Api/ReservationsDTO.js.map +1 -1
  56. package/dist/src/models/BasketRow.d.ts +2 -1
  57. package/dist/src/models/BasketRow.js.map +1 -1
  58. package/dist/src/models/Client/Hotel/Hotel.d.ts +3 -1
  59. package/dist/src/models/Client/Hotel/Hotel.js.map +1 -1
  60. package/dist/src/models/Confirmation.d.ts +4 -0
  61. package/dist/src/models/Confirmation.js.map +1 -1
  62. package/dist/src/models/UserProfile.d.ts +3 -0
  63. package/dist/src/models/UserProfile.js.map +1 -1
  64. package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.js +22 -22
  65. package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.js.map +1 -1
  66. package/dist/src/translations/Translation.d.ts +2 -0
  67. package/dist/src/translations/Translation.js +2 -0
  68. package/dist/src/translations/Translation.js.map +1 -1
  69. package/dist/src/translations/languages/en-gb.js +2 -0
  70. package/dist/src/translations/languages/en-gb.js.map +1 -1
  71. package/dist/test.bundle.js +1 -1
  72. package/dist/vendors.bundle.js +1 -1
  73. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomstay/frontend",
3
- "version": "2.3.42",
3
+ "version": "2.4.0",
4
4
  "author": {
5
5
  "name": "Roomstay",
6
6
  "email": "rob@roomstay.io",
@@ -18,7 +18,7 @@
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.17",
21
+ "@roomstay/core": "^0.1.21",
22
22
  "@sentry/browser": "^5.21.0",
23
23
  "@sentry/types": "^5.26.0",
24
24
  "@types/base-64": "^1.0.0",