@roomstay/frontend 2.5.16 → 2.5.18

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 (65) hide show
  1. package/dist/370.bundle.js +1 -1
  2. package/dist/449.bundle.js +1 -1
  3. package/dist/468.bundle.js +1 -1
  4. package/dist/572.bundle.js +1 -1
  5. package/dist/736.bundle.js +1 -1
  6. package/dist/903.bundle.js +1 -1
  7. package/dist/main.bundle.js +1 -1
  8. package/dist/src/components/generic/BookingWizard/BookingWizard.js +2 -2
  9. package/dist/src/components/generic/BookingWizard/BookingWizard.js.map +1 -1
  10. package/dist/src/components/generic/BookingWizard/BookingWizardContent.d.ts +1 -0
  11. package/dist/src/components/generic/BookingWizard/BookingWizardContent.js +3 -3
  12. package/dist/src/components/generic/BookingWizard/BookingWizardContent.js.map +1 -1
  13. package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.d.ts +1 -0
  14. package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.js +2 -2
  15. package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.js.map +1 -1
  16. package/dist/src/components/generic/PlanpayPrice/PlanpayPrice.js +6 -15
  17. package/dist/src/components/generic/PlanpayPrice/PlanpayPrice.js.map +1 -1
  18. package/dist/src/components/steps/confirmation/PlanpayPaymentMethod.js +5 -2
  19. package/dist/src/components/steps/confirmation/PlanpayPaymentMethod.js.map +1 -1
  20. package/dist/src/components/steps/confirmation/RoomContactDetails.js +5 -2
  21. package/dist/src/components/steps/confirmation/RoomContactDetails.js.map +1 -1
  22. package/dist/src/components/steps/date/PeoplePickerRow.js +6 -3
  23. package/dist/src/components/steps/date/PeoplePickerRow.js.map +1 -1
  24. package/dist/src/components/steps/date/StepOneStatusPeople.js +32 -5
  25. package/dist/src/components/steps/date/StepOneStatusPeople.js.map +1 -1
  26. package/dist/src/components/steps/hotel/HotelSearchParameters.js +4 -2
  27. package/dist/src/components/steps/hotel/HotelSearchParameters.js.map +1 -1
  28. package/dist/src/components/steps/room/UserSearchSummary/UserSearchSummaryRow.js +7 -3
  29. package/dist/src/components/steps/room/UserSearchSummary/UserSearchSummaryRow.js.map +1 -1
  30. package/dist/src/components/steps/room/roomBuilderProgress/NumberOfAdultsPicker.js +6 -8
  31. package/dist/src/components/steps/room/roomBuilderProgress/NumberOfAdultsPicker.js.map +1 -1
  32. package/dist/src/components/steps/room/roomBuilderProgress/RoomBuilderProgressRow.js +8 -5
  33. package/dist/src/components/steps/room/roomBuilderProgress/RoomBuilderProgressRow.js.map +1 -1
  34. package/dist/src/components/steps/room/roomDetails/roomRates/PriceBreakdownBlock.js +7 -3
  35. package/dist/src/components/steps/room/roomDetails/roomRates/PriceBreakdownBlock.js.map +1 -1
  36. package/dist/src/components/summary/BEMobileSummary.js +7 -4
  37. package/dist/src/components/summary/BEMobileSummary.js.map +1 -1
  38. package/dist/src/components/summary/BESummaryRoomRow.js +8 -6
  39. package/dist/src/components/summary/BESummaryRoomRow.js.map +1 -1
  40. package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js +5 -0
  41. package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js.map +1 -1
  42. package/dist/src/engines/BaseEngine.d.ts +1 -0
  43. package/dist/src/engines/BaseEngine.js.map +1 -1
  44. package/dist/src/engines/BookingWizardEngine/BookingWizardEngine.d.ts +1 -0
  45. package/dist/src/engines/BookingWizardEngine/BookingWizardEngine.js.map +1 -1
  46. package/dist/src/engines/BookingWizardEngine/BookingWizardEngineElement.js +1 -0
  47. package/dist/src/engines/BookingWizardEngine/BookingWizardEngineElement.js.map +1 -1
  48. package/dist/src/hooks/Planpay.d.ts +1 -0
  49. package/dist/src/hooks/Planpay.js +15 -5
  50. package/dist/src/hooks/Planpay.js.map +1 -1
  51. package/dist/src/hooks/useSearchScopeHook.d.ts +7 -0
  52. package/dist/src/hooks/useSearchScopeHook.js +25 -0
  53. package/dist/src/hooks/useSearchScopeHook.js.map +1 -0
  54. package/dist/src/models/Client/Hotel/Hotel.d.ts +2 -0
  55. package/dist/src/models/Client/Hotel/Hotel.js.map +1 -1
  56. package/dist/src/translations/Translation.d.ts +1 -0
  57. package/dist/src/translations/Translation.js +1 -0
  58. package/dist/src/translations/Translation.js.map +1 -1
  59. package/dist/src/translations/languages/en-gb.js +1 -0
  60. package/dist/src/translations/languages/en-gb.js.map +1 -1
  61. package/dist/test.bundle.js +1 -1
  62. package/dist/tests/offline/entry/OfflineEngineDefaults.js +2 -0
  63. package/dist/tests/offline/entry/OfflineEngineDefaults.js.map +1 -1
  64. package/dist/vendors.bundle.js +1 -1
  65. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomstay/frontend",
3
- "version": "2.5.16",
3
+ "version": "2.5.18",
4
4
  "author": {
5
5
  "name": "Roomstay",
6
6
  "email": "rob@roomstay.io",