@roomstay/frontend 2.1.16 → 2.1.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 (80) hide show
  1. package/dist/201.bundle.js +1 -1
  2. package/dist/535.bundle.js +2 -0
  3. package/dist/559.bundle.js +1 -1
  4. package/dist/760.bundle.js +1 -1
  5. package/dist/882.bundle.js +1 -1
  6. package/dist/main.bundle.js +1 -1
  7. package/dist/src/api/AvailabilityAPI.d.ts +9 -0
  8. package/dist/src/api/AvailabilityAPI.js +12 -0
  9. package/dist/src/api/AvailabilityAPI.js.map +1 -1
  10. package/dist/src/components/generic/BookingWizard/BookingWizard.js.map +1 -1
  11. package/dist/src/components/generic/BookingWizard/BookingWizardContent.js +37 -0
  12. package/dist/src/components/generic/BookingWizard/BookingWizardContent.js.map +1 -1
  13. package/dist/src/components/generic/BookingWizard/BookingWizardContext.d.ts +1 -0
  14. package/dist/src/components/generic/BookingWizard/BookingWizardContext.js.map +1 -1
  15. package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.js +1 -1
  16. package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.js.map +1 -1
  17. package/dist/src/components/generic/BookingWizard/BookingWizardHotelSelector/BookingWizardHotelSelector.js +1 -0
  18. package/dist/src/components/generic/BookingWizard/BookingWizardHotelSelector/BookingWizardHotelSelector.js.map +1 -1
  19. package/dist/src/components/generic/BookingWizard/BookingWizardPromoCode/BookingWizardPromoCode.d.ts +8 -0
  20. package/dist/src/components/generic/BookingWizard/BookingWizardPromoCode/BookingWizardPromoCode.js +64 -0
  21. package/dist/src/components/generic/BookingWizard/BookingWizardPromoCode/BookingWizardPromoCode.js.map +1 -0
  22. package/dist/src/components/generic/PromoCodeInput.d.ts +1 -0
  23. package/dist/src/components/generic/PromoCodeInput.js +1 -1
  24. package/dist/src/components/generic/PromoCodeInput.js.map +1 -1
  25. package/dist/src/components/generic/Select/Select.js +1 -1
  26. package/dist/src/components/generic/Select/Select.js.map +1 -1
  27. package/dist/src/components/generic/TextBox.d.ts +1 -0
  28. package/dist/src/components/generic/TextBox.js +1 -1
  29. package/dist/src/components/generic/TextBox.js.map +1 -1
  30. package/dist/src/components/navigation/Header.js +15 -15
  31. package/dist/src/components/navigation/Header.js.map +1 -1
  32. package/dist/src/components/steps/addons/AddonCard.js +11 -11
  33. package/dist/src/components/steps/addons/AddonCard.js.map +1 -1
  34. package/dist/src/components/steps/confirmation/StepConfirmationAcknowledgement.d.ts +6 -3
  35. package/dist/src/components/steps/confirmation/StepConfirmationAcknowledgement.js +9 -19
  36. package/dist/src/components/steps/confirmation/StepConfirmationAcknowledgement.js.map +1 -1
  37. package/dist/src/components/steps/confirmation/StepConfirmationForm.js +28 -15
  38. package/dist/src/components/steps/confirmation/StepConfirmationForm.js.map +1 -1
  39. package/dist/src/components/steps/confirmation/additionalOffers/AdditionalOffersColumn.js +2 -1
  40. package/dist/src/components/steps/confirmation/additionalOffers/AdditionalOffersColumn.js.map +1 -1
  41. package/dist/src/components/steps/confirmation/additionalOffers/AdditionalOffersModal.js +10 -10
  42. package/dist/src/components/steps/confirmation/additionalOffers/AdditionalOffersModal.js.map +1 -1
  43. package/dist/src/components/steps/room/ImageGallerySlider.js +2 -1
  44. package/dist/src/components/steps/room/ImageGallerySlider.js.map +1 -1
  45. package/dist/src/components/steps/room/MemberSignInModal/MemberSignInModal.js +16 -17
  46. package/dist/src/components/steps/room/MemberSignInModal/MemberSignInModal.js.map +1 -1
  47. package/dist/src/components/steps/room/RoomListCrossSellBlock.js +17 -18
  48. package/dist/src/components/steps/room/RoomListCrossSellBlock.js.map +1 -1
  49. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextTypes.d.ts +1 -1
  50. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextTypes.js.map +1 -1
  51. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js +8 -9
  52. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js.map +1 -1
  53. package/dist/src/contexts/index.d.ts +22 -22
  54. package/dist/src/contexts/index.js +22 -22
  55. package/dist/src/contexts/index.js.map +1 -1
  56. package/dist/src/models/Client/Hotel/Hotel.d.ts +1 -0
  57. package/dist/src/models/Client/Hotel/Hotel.js.map +1 -1
  58. package/dist/src/models/Confirmation.d.ts +0 -2
  59. package/dist/src/models/Confirmation.js.map +1 -1
  60. package/dist/src/pages/findReservation/FindReservation.js +12 -12
  61. package/dist/src/pages/findReservation/FindReservation.js.map +1 -1
  62. package/dist/src/pages/hotel/HotelInfo.js +7 -8
  63. package/dist/src/pages/hotel/HotelInfo.js.map +1 -1
  64. package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.js +2 -1
  65. package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.js.map +1 -1
  66. package/dist/src/providers/ImageProvider.d.ts +2 -1
  67. package/dist/src/providers/ImageProvider.js +1 -0
  68. package/dist/src/providers/ImageProvider.js.map +1 -1
  69. package/dist/src/translations/Translation.d.ts +6 -0
  70. package/dist/src/translations/Translation.js +6 -0
  71. package/dist/src/translations/Translation.js.map +1 -1
  72. package/dist/src/translations/languages/en-gb.js +6 -0
  73. package/dist/src/translations/languages/en-gb.js.map +1 -1
  74. package/dist/src/util/Color.js +1 -1
  75. package/dist/src/util/Color.js.map +1 -1
  76. package/dist/test.bundle.js +1 -1
  77. package/dist/vendors.bundle.js +1 -1
  78. package/package.json +1 -1
  79. package/dist/399.bundle.js +0 -2
  80. /package/dist/{399.bundle.js.LICENSE.txt → 535.bundle.js.LICENSE.txt} +0 -0