@roomstay/frontend 2.1.17 → 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 (43) hide show
  1. package/dist/760.bundle.js +1 -1
  2. package/dist/main.bundle.js +1 -1
  3. package/dist/src/api/AvailabilityAPI.d.ts +9 -0
  4. package/dist/src/api/AvailabilityAPI.js +12 -0
  5. package/dist/src/api/AvailabilityAPI.js.map +1 -1
  6. package/dist/src/components/generic/BookingWizard/BookingWizard.js.map +1 -1
  7. package/dist/src/components/generic/BookingWizard/BookingWizardContent.js +37 -0
  8. package/dist/src/components/generic/BookingWizard/BookingWizardContent.js.map +1 -1
  9. package/dist/src/components/generic/BookingWizard/BookingWizardContext.d.ts +1 -0
  10. package/dist/src/components/generic/BookingWizard/BookingWizardContext.js.map +1 -1
  11. package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.js +1 -1
  12. package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.js.map +1 -1
  13. package/dist/src/components/generic/BookingWizard/BookingWizardHotelSelector/BookingWizardHotelSelector.js +1 -0
  14. package/dist/src/components/generic/BookingWizard/BookingWizardHotelSelector/BookingWizardHotelSelector.js.map +1 -1
  15. package/dist/src/components/generic/BookingWizard/BookingWizardPromoCode/BookingWizardPromoCode.d.ts +8 -0
  16. package/dist/src/components/generic/BookingWizard/BookingWizardPromoCode/BookingWizardPromoCode.js +64 -0
  17. package/dist/src/components/generic/BookingWizard/BookingWizardPromoCode/BookingWizardPromoCode.js.map +1 -0
  18. package/dist/src/components/generic/PromoCodeInput.d.ts +1 -0
  19. package/dist/src/components/generic/PromoCodeInput.js +1 -1
  20. package/dist/src/components/generic/PromoCodeInput.js.map +1 -1
  21. package/dist/src/components/generic/Select/Select.js +1 -1
  22. package/dist/src/components/generic/Select/Select.js.map +1 -1
  23. package/dist/src/components/generic/TextBox.d.ts +1 -0
  24. package/dist/src/components/generic/TextBox.js +1 -1
  25. package/dist/src/components/generic/TextBox.js.map +1 -1
  26. package/dist/src/components/steps/confirmation/StepConfirmationAcknowledgement.d.ts +6 -3
  27. package/dist/src/components/steps/confirmation/StepConfirmationAcknowledgement.js +9 -19
  28. package/dist/src/components/steps/confirmation/StepConfirmationAcknowledgement.js.map +1 -1
  29. package/dist/src/components/steps/confirmation/StepConfirmationForm.js +28 -15
  30. package/dist/src/components/steps/confirmation/StepConfirmationForm.js.map +1 -1
  31. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextTypes.d.ts +1 -1
  32. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextTypes.js.map +1 -1
  33. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js +8 -9
  34. package/dist/src/contexts/ConfirmationStepContext/ConfirmationStepContextWrapper.js.map +1 -1
  35. package/dist/src/contexts/index.d.ts +22 -22
  36. package/dist/src/contexts/index.js +22 -22
  37. package/dist/src/contexts/index.js.map +1 -1
  38. package/dist/src/models/Confirmation.d.ts +0 -2
  39. package/dist/src/models/Confirmation.js.map +1 -1
  40. package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.js +2 -1
  41. package/dist/src/pages/steps/StepConfirmation/StepConfirmationComponent.js.map +1 -1
  42. package/dist/test.bundle.js +1 -1
  43. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomstay/frontend",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
4
4
  "author": {
5
5
  "name": "Roomstay",
6
6
  "email": "rob@roomstay.io",