@mirai/core 0.3.37 → 0.3.39
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/build/Core.Notifications.js +50 -67
- package/build/Core.Notifications.js.map +1 -1
- package/build/Core.constants.js +11 -14
- package/build/Core.constants.js.map +1 -1
- package/build/Core.definition.js +3 -3
- package/build/Core.definition.js.map +1 -1
- package/build/Core.js +46 -73
- package/build/Core.js.map +1 -1
- package/build/Core.provider.js +41 -91
- package/build/Core.provider.js.map +1 -1
- package/build/components/Booking/Booking.constants.js +14 -14
- package/build/components/Booking/Booking.constants.js.map +1 -1
- package/build/components/Booking/Booking.js +100 -134
- package/build/components/Booking/Booking.js.map +1 -1
- package/build/components/Booking/Booking.l10n.js +37 -29
- package/build/components/Booking/Booking.l10n.js.map +1 -1
- package/build/components/Booking/Booking.skeleton.js +6 -4
- package/build/components/Booking/Booking.skeleton.js.map +1 -1
- package/build/components/Booking/components/Field/Field.js +23 -23
- package/build/components/Booking/components/Field/Field.js.map +1 -1
- package/build/components/Booking/components/Field/Field.l10n.js +1 -1
- package/build/components/Booking/components/Field/Field.l10n.js.map +1 -1
- package/build/components/Booking/components/Field/index.js +1 -1
- package/build/components/Booking/components/Field/index.js.map +1 -1
- package/build/components/Booking/components/index.js +1 -1
- package/build/components/Booking/components/index.js.map +1 -1
- package/build/components/Booking/helpers/getOccupationCaption.js +39 -44
- package/build/components/Booking/helpers/getOccupationCaption.js.map +1 -1
- package/build/components/Booking/helpers/index.js +2 -2
- package/build/components/Booking/helpers/index.js.map +1 -1
- package/build/components/Booking/helpers/trackStateChange.js +45 -41
- package/build/components/Booking/helpers/trackStateChange.js.map +1 -1
- package/build/components/Booking/index.js +2 -2
- package/build/components/Booking/index.js.map +1 -1
- package/build/components/Booking/partials/Booking.Details.js +56 -57
- package/build/components/Booking/partials/Booking.Details.js.map +1 -1
- package/build/components/Booking/partials/Booking.FormCancel.js +30 -32
- package/build/components/Booking/partials/Booking.FormCancel.js.map +1 -1
- package/build/components/Booking/partials/Booking.FormEdit.js +5 -3
- package/build/components/Booking/partials/Booking.FormEdit.js.map +1 -1
- package/build/components/Booking/partials/Booking.FormResend.js +16 -13
- package/build/components/Booking/partials/Booking.FormResend.js.map +1 -1
- package/build/components/Booking/partials/Booking.Menu.js +56 -79
- package/build/components/Booking/partials/Booking.Menu.js.map +1 -1
- package/build/components/Booking/partials/Booking.Modal.js +70 -107
- package/build/components/Booking/partials/Booking.Modal.js.map +1 -1
- package/build/components/Booking/partials/Booking.ModalAgency.js +17 -17
- package/build/components/Booking/partials/Booking.ModalAgency.js.map +1 -1
- package/build/components/Booking/partials/Booking.Others.js +31 -45
- package/build/components/Booking/partials/Booking.Others.js.map +1 -1
- package/build/components/Booking/partials/Booking.PriceBreakdown.js +62 -87
- package/build/components/Booking/partials/Booking.PriceBreakdown.js.map +1 -1
- package/build/components/Booking/partials/Booking.Summary.js +48 -63
- package/build/components/Booking/partials/Booking.Summary.js.map +1 -1
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Details.test.js.snap +12 -12
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +20 -20
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +4 -4
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Others.test.js.snap +4 -4
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Summary.test.js.snap +4 -4
- package/build/components/Booking/partials/index.js +6 -6
- package/build/components/Booking/partials/index.js.map +1 -1
- package/build/components/BookingQuery/BookingQuery.constants.js +2 -2
- package/build/components/BookingQuery/BookingQuery.constants.js.map +1 -1
- package/build/components/BookingQuery/BookingQuery.js +55 -106
- package/build/components/BookingQuery/BookingQuery.js.map +1 -1
- package/build/components/BookingQuery/BookingQuery.l10n.js +1 -1
- package/build/components/BookingQuery/BookingQuery.l10n.js.map +1 -1
- package/build/components/BookingQuery/BookingQuery.skeleton.js +2 -3
- package/build/components/BookingQuery/BookingQuery.skeleton.js.map +1 -1
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +12 -12
- package/build/components/BookingQuery/helpers/getErrorText.js +2 -3
- package/build/components/BookingQuery/helpers/getErrorText.js.map +1 -1
- package/build/components/BookingQuery/helpers/index.js +1 -1
- package/build/components/BookingQuery/helpers/index.js.map +1 -1
- package/build/components/BookingQuery/index.js +2 -2
- package/build/components/BookingQuery/index.js.map +1 -1
- package/build/components/Checkout/Checkout.constants.js +12 -12
- package/build/components/Checkout/Checkout.constants.js.map +1 -1
- package/build/components/Checkout/Checkout.js +84 -118
- package/build/components/Checkout/Checkout.js.map +1 -1
- package/build/components/Checkout/Checkout.l10n.js +12 -13
- package/build/components/Checkout/Checkout.l10n.js.map +1 -1
- package/build/components/Checkout/Checkout.skeleton.js +6 -4
- package/build/components/Checkout/Checkout.skeleton.js.map +1 -1
- package/build/components/Checkout/components/InputRadio/InputRadio.js +24 -30
- package/build/components/Checkout/components/InputRadio/InputRadio.js.map +1 -1
- package/build/components/Checkout/components/InputRadio/index.js +1 -1
- package/build/components/Checkout/components/InputRadio/index.js.map +1 -1
- package/build/components/Checkout/components/index.js +1 -1
- package/build/components/Checkout/components/index.js.map +1 -1
- package/build/components/Checkout/helpers/generateId.js +6 -5
- package/build/components/Checkout/helpers/generateId.js.map +1 -1
- package/build/components/Checkout/helpers/getFieldProps.js +24 -31
- package/build/components/Checkout/helpers/getFieldProps.js.map +1 -1
- package/build/components/Checkout/helpers/getVariant.js +11 -17
- package/build/components/Checkout/helpers/getVariant.js.map +1 -1
- package/build/components/Checkout/helpers/index.js +5 -5
- package/build/components/Checkout/helpers/index.js.map +1 -1
- package/build/components/Checkout/helpers/testDNI.js +3 -2
- package/build/components/Checkout/helpers/testDNI.js.map +1 -1
- package/build/components/Checkout/helpers/trackDataSource.js +72 -72
- package/build/components/Checkout/helpers/trackDataSource.js.map +1 -1
- package/build/components/Checkout/helpers/trackForm.js +13 -11
- package/build/components/Checkout/helpers/trackForm.js.map +1 -1
- package/build/components/Checkout/index.js +2 -2
- package/build/components/Checkout/index.js.map +1 -1
- package/build/components/Checkout/partials/Checkout.Confirmation.js +123 -160
- package/build/components/Checkout/partials/Checkout.Confirmation.js.map +1 -1
- package/build/components/Checkout/partials/Checkout.Details.js +72 -82
- package/build/components/Checkout/partials/Checkout.Details.js.map +1 -1
- package/build/components/Checkout/partials/Checkout.Form.js +102 -146
- package/build/components/Checkout/partials/Checkout.Form.js.map +1 -1
- package/build/components/Checkout/partials/Checkout.Session.js +35 -43
- package/build/components/Checkout/partials/Checkout.Session.js.map +1 -1
- package/build/components/Checkout/partials/Checkout.Summary.Line.js +21 -20
- package/build/components/Checkout/partials/Checkout.Summary.Line.js.map +1 -1
- package/build/components/Checkout/partials/Checkout.Summary.js +86 -80
- package/build/components/Checkout/partials/Checkout.Summary.js.map +1 -1
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +6 -6
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Details.test.js.snap +6 -6
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +4 -4
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Session.test.js.snap +8 -8
- package/build/components/Checkout/partials/index.js +5 -5
- package/build/components/Checkout/partials/index.js.map +1 -1
- package/build/components/Deals/Deals.Calendar.js +82 -97
- package/build/components/Deals/Deals.Calendar.js.map +1 -1
- package/build/components/Deals/Deals.constants.js +5 -5
- package/build/components/Deals/Deals.constants.js.map +1 -1
- package/build/components/Deals/Deals.js +111 -165
- package/build/components/Deals/Deals.js.map +1 -1
- package/build/components/Deals/Deals.l10n.js +11 -9
- package/build/components/Deals/Deals.l10n.js.map +1 -1
- package/build/components/Deals/Deals.skeleton.js +5 -3
- package/build/components/Deals/Deals.skeleton.js.map +1 -1
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +3 -3
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +17 -17
- package/build/components/Deals/helpers/calcFromDate.js +7 -6
- package/build/components/Deals/helpers/calcFromDate.js.map +1 -1
- package/build/components/Deals/helpers/calcMinStay.js +6 -7
- package/build/components/Deals/helpers/calcMinStay.js.map +1 -1
- package/build/components/Deals/helpers/calcNightWithDeals.js +5 -4
- package/build/components/Deals/helpers/calcNightWithDeals.js.map +1 -1
- package/build/components/Deals/helpers/calcToDate.js +5 -10
- package/build/components/Deals/helpers/calcToDate.js.map +1 -1
- package/build/components/Deals/helpers/calcTooltips.js +15 -14
- package/build/components/Deals/helpers/calcTooltips.js.map +1 -1
- package/build/components/Deals/helpers/getCurrency.js +11 -9
- package/build/components/Deals/helpers/getCurrency.js.map +1 -1
- package/build/components/Deals/helpers/index.js +7 -7
- package/build/components/Deals/helpers/index.js.map +1 -1
- package/build/components/Deals/helpers/validate.js +15 -24
- package/build/components/Deals/helpers/validate.js.map +1 -1
- package/build/components/Deals/index.js +2 -2
- package/build/components/Deals/index.js.map +1 -1
- package/build/components/Environment/Environment.State.js +60 -68
- package/build/components/Environment/Environment.State.js.map +1 -1
- package/build/components/Environment/Environment.constants.js +1 -1
- package/build/components/Environment/Environment.constants.js.map +1 -1
- package/build/components/Environment/Environment.js +22 -25
- package/build/components/Environment/Environment.js.map +1 -1
- package/build/components/Environment/index.js +2 -2
- package/build/components/Environment/index.js.map +1 -1
- package/build/components/Finder/Finder.compact.js +54 -74
- package/build/components/Finder/Finder.compact.js.map +1 -1
- package/build/components/Finder/Finder.constants.js +9 -7
- package/build/components/Finder/Finder.constants.js.map +1 -1
- package/build/components/Finder/Finder.js +121 -152
- package/build/components/Finder/Finder.js.map +1 -1
- package/build/components/Finder/Finder.l10n.js +1 -1
- package/build/components/Finder/Finder.l10n.js.map +1 -1
- package/build/components/Finder/Finder.skeleton.js +24 -23
- package/build/components/Finder/Finder.skeleton.js.map +1 -1
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +44 -44
- package/build/components/Finder/components/Calendar/Calendar.constants.js +6 -6
- package/build/components/Finder/components/Calendar/Calendar.constants.js.map +1 -1
- package/build/components/Finder/components/Calendar/Calendar.js +77 -125
- package/build/components/Finder/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Finder/components/Calendar/Calendar.l10n.js +13 -13
- package/build/components/Finder/components/Calendar/Calendar.l10n.js.map +1 -1
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +8 -8
- package/build/components/Finder/components/Calendar/helpers/fetchPrices.js +37 -74
- package/build/components/Finder/components/Calendar/helpers/fetchPrices.js.map +1 -1
- package/build/components/Finder/components/Calendar/helpers/getVisibleDate.js +4 -3
- package/build/components/Finder/components/Calendar/helpers/getVisibleDate.js.map +1 -1
- package/build/components/Finder/components/Calendar/helpers/index.js +2 -2
- package/build/components/Finder/components/Calendar/helpers/index.js.map +1 -1
- package/build/components/Finder/components/Calendar/index.js +1 -1
- package/build/components/Finder/components/Calendar/index.js.map +1 -1
- package/build/components/Finder/components/Places/Places.js +38 -46
- package/build/components/Finder/components/Places/Places.js.map +1 -1
- package/build/components/Finder/components/Places/Places.l10n.js +1 -1
- package/build/components/Finder/components/Places/Places.l10n.js.map +1 -1
- package/build/components/Finder/components/Places/helpers/calcColumns.js +27 -26
- package/build/components/Finder/components/Places/helpers/calcColumns.js.map +1 -1
- package/build/components/Finder/components/Places/helpers/index.js +1 -1
- package/build/components/Finder/components/Places/helpers/index.js.map +1 -1
- package/build/components/Finder/components/Places/index.js +1 -1
- package/build/components/Finder/components/Places/index.js.map +1 -1
- package/build/components/Finder/components/index.js +2 -2
- package/build/components/Finder/components/index.js.map +1 -1
- package/build/components/Finder/helpers/getDataSource.js +35 -42
- package/build/components/Finder/helpers/getDataSource.js.map +1 -1
- package/build/components/Finder/helpers/getForwarderUrl.js +37 -51
- package/build/components/Finder/helpers/getForwarderUrl.js.map +1 -1
- package/build/components/Finder/helpers/getHotels.js +17 -29
- package/build/components/Finder/helpers/getHotels.js.map +1 -1
- package/build/components/Finder/helpers/getOccupationDataSource.js +53 -67
- package/build/components/Finder/helpers/getOccupationDataSource.js.map +1 -1
- package/build/components/Finder/helpers/getPlaceCaption.js +6 -6
- package/build/components/Finder/helpers/getPlaceCaption.js.map +1 -1
- package/build/components/Finder/helpers/getPlacesOptions.js +24 -30
- package/build/components/Finder/helpers/getPlacesOptions.js.map +1 -1
- package/build/components/Finder/helpers/index.js +9 -9
- package/build/components/Finder/helpers/index.js.map +1 -1
- package/build/components/Finder/helpers/parseCalendarProps.js +13 -14
- package/build/components/Finder/helpers/parseCalendarProps.js.map +1 -1
- package/build/components/Finder/helpers/parseValue.js +12 -10
- package/build/components/Finder/helpers/parseValue.js.map +1 -1
- package/build/components/Finder/helpers/validate.js +5 -4
- package/build/components/Finder/helpers/validate.js.map +1 -1
- package/build/components/Finder/index.js +2 -2
- package/build/components/Finder/index.js.map +1 -1
- package/build/components/Profile/Profile.Account.js +59 -118
- package/build/components/Profile/Profile.Account.js.map +1 -1
- package/build/components/Profile/Profile.Password.js +55 -105
- package/build/components/Profile/Profile.Password.js.map +1 -1
- package/build/components/Profile/Profile.Signout.js +31 -68
- package/build/components/Profile/Profile.Signout.js.map +1 -1
- package/build/components/Profile/Profile.constants.js +3 -3
- package/build/components/Profile/Profile.constants.js.map +1 -1
- package/build/components/Profile/Profile.js +20 -30
- package/build/components/Profile/Profile.js.map +1 -1
- package/build/components/Profile/Profile.l10n.js +1 -1
- package/build/components/Profile/Profile.l10n.js.map +1 -1
- package/build/components/Profile/Profile.skeleton.js +108 -109
- package/build/components/Profile/Profile.skeleton.js.map +1 -1
- package/build/components/Profile/components/Bookings/Booking.constants.js +5 -5
- package/build/components/Profile/components/Bookings/Booking.constants.js.map +1 -1
- package/build/components/Profile/components/Bookings/Booking.l10n.js +1 -1
- package/build/components/Profile/components/Bookings/Booking.l10n.js.map +1 -1
- package/build/components/Profile/components/Bookings/Bookings.Item.js +36 -35
- package/build/components/Profile/components/Bookings/Bookings.Item.js.map +1 -1
- package/build/components/Profile/components/Bookings/Bookings.Search.js +23 -34
- package/build/components/Profile/components/Bookings/Bookings.Search.js.map +1 -1
- package/build/components/Profile/components/Bookings/Bookings.js +62 -92
- package/build/components/Profile/components/Bookings/Bookings.js.map +1 -1
- package/build/components/Profile/components/Bookings/helpers/groupDatasource.js +12 -18
- package/build/components/Profile/components/Bookings/helpers/groupDatasource.js.map +1 -1
- package/build/components/Profile/components/Bookings/helpers/index.js +1 -1
- package/build/components/Profile/components/Bookings/helpers/index.js.map +1 -1
- package/build/components/Profile/components/Bookings/index.js +1 -1
- package/build/components/Profile/components/Bookings/index.js.map +1 -1
- package/build/components/Profile/components/index.js +1 -1
- package/build/components/Profile/components/index.js.map +1 -1
- package/build/components/Profile/index.js +2 -2
- package/build/components/Profile/index.js.map +1 -1
- package/build/components/Rates/Rates.Filter.js +83 -96
- package/build/components/Rates/Rates.Filter.js.map +1 -1
- package/build/components/Rates/Rates.Footer.js +70 -87
- package/build/components/Rates/Rates.Footer.js.map +1 -1
- package/build/components/Rates/Rates.Skeleton.js +66 -66
- package/build/components/Rates/Rates.Skeleton.js.map +1 -1
- package/build/components/Rates/Rates.js +88 -191
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/Rates.l10n.js +1 -1
- package/build/components/Rates/Rates.l10n.js.map +1 -1
- package/build/components/Rates/components/Item/Item.js +96 -131
- package/build/components/Rates/components/Item/Item.js.map +1 -1
- package/build/components/Rates/components/Item/Item.l10n.js +1 -1
- package/build/components/Rates/components/Item/Item.l10n.js.map +1 -1
- package/build/components/Rates/components/Item/components/Amenities/Amenities.js +15 -17
- package/build/components/Rates/components/Item/components/Amenities/Amenities.js.map +1 -1
- package/build/components/Rates/components/Item/components/Amenities/index.js +1 -1
- package/build/components/Rates/components/Item/components/Amenities/index.js.map +1 -1
- package/build/components/Rates/components/Item/components/Discount/Discount.js +48 -43
- package/build/components/Rates/components/Item/components/Discount/Discount.js.map +1 -1
- package/build/components/Rates/components/Item/components/Discount/index.js +1 -1
- package/build/components/Rates/components/Item/components/Discount/index.js.map +1 -1
- package/build/components/Rates/components/Item/components/Features/Features.js +21 -28
- package/build/components/Rates/components/Item/components/Features/Features.js.map +1 -1
- package/build/components/Rates/components/Item/components/Features/index.js +1 -1
- package/build/components/Rates/components/Item/components/Features/index.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +23 -21
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalInfo/index.js +1 -1
- package/build/components/Rates/components/Item/components/ModalInfo/index.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js +16 -16
- package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js +1 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js.map +1 -1
- package/build/components/Rates/components/Item/components/index.js +5 -5
- package/build/components/Rates/components/Item/components/index.js.map +1 -1
- package/build/components/Rates/components/Item/index.js +3 -3
- package/build/components/Rates/components/Item/index.js.map +1 -1
- package/build/components/Rates/components/index.js +1 -1
- package/build/components/Rates/components/index.js.map +1 -1
- package/build/components/Rates/helpers/getForwarderUrl.js +39 -52
- package/build/components/Rates/helpers/getForwarderUrl.js.map +1 -1
- package/build/components/Rates/helpers/index.js +1 -1
- package/build/components/Rates/helpers/index.js.map +1 -1
- package/build/components/Rates/index.js +2 -2
- package/build/components/Rates/index.js.map +1 -1
- package/build/components/Session/Session.Account.js +51 -60
- package/build/components/Session/Session.Account.js.map +1 -1
- package/build/components/Session/Session.Login.Modal.js +104 -205
- package/build/components/Session/Session.Login.Modal.js.map +1 -1
- package/build/components/Session/Session.Login.js +27 -36
- package/build/components/Session/Session.Login.js.map +1 -1
- package/build/components/Session/Session.constants.js +5 -5
- package/build/components/Session/Session.constants.js.map +1 -1
- package/build/components/Session/Session.js +18 -31
- package/build/components/Session/Session.js.map +1 -1
- package/build/components/Session/Session.l10n.js +1 -1
- package/build/components/Session/Session.l10n.js.map +1 -1
- package/build/components/Session/Session.skeleton.js +7 -8
- package/build/components/Session/Session.skeleton.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +15 -15
- package/build/components/Session/helpers/getDomain.js +4 -3
- package/build/components/Session/helpers/getDomain.js.map +1 -1
- package/build/components/Session/helpers/getSignupUrl.js +6 -4
- package/build/components/Session/helpers/getSignupUrl.js.map +1 -1
- package/build/components/Session/helpers/index.js +4 -4
- package/build/components/Session/helpers/index.js.map +1 -1
- package/build/components/Session/helpers/template.js +7 -9
- package/build/components/Session/helpers/template.js.map +1 -1
- package/build/components/Session/helpers/trackLogin.js +12 -9
- package/build/components/Session/helpers/trackLogin.js.map +1 -1
- package/build/components/Session/index.js +2 -2
- package/build/components/Session/index.js.map +1 -1
- package/build/components/Signup/Signup.constants.js +1 -1
- package/build/components/Signup/Signup.constants.js.map +1 -1
- package/build/components/Signup/Signup.js +54 -122
- package/build/components/Signup/Signup.js.map +1 -1
- package/build/components/Signup/Signup.l10n.js +1 -1
- package/build/components/Signup/Signup.l10n.js.map +1 -1
- package/build/components/Signup/Signup.skeleton.js +81 -82
- package/build/components/Signup/Signup.skeleton.js.map +1 -1
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +9 -9
- package/build/components/Signup/index.js +2 -2
- package/build/components/Signup/index.js.map +1 -1
- package/build/components/__shared__/BookingDates/BookingDates.constants.js +1 -1
- package/build/components/__shared__/BookingDates/BookingDates.constants.js.map +1 -1
- package/build/components/__shared__/BookingDates/BookingDates.js +29 -30
- package/build/components/__shared__/BookingDates/BookingDates.js.map +1 -1
- package/build/components/__shared__/BookingDates/BookingDates.l10n.js +1 -1
- package/build/components/__shared__/BookingDates/BookingDates.l10n.js.map +1 -1
- package/build/components/__shared__/BookingDates/index.js +1 -1
- package/build/components/__shared__/BookingDates/index.js.map +1 -1
- package/build/components/__shared__/BookingTable/BookingTable.Row.js +46 -53
- package/build/components/__shared__/BookingTable/BookingTable.Row.js.map +1 -1
- package/build/components/__shared__/BookingTable/BookingTable.constants.js +3 -3
- package/build/components/__shared__/BookingTable/BookingTable.constants.js.map +1 -1
- package/build/components/__shared__/BookingTable/BookingTable.js +34 -51
- package/build/components/__shared__/BookingTable/BookingTable.js.map +1 -1
- package/build/components/__shared__/BookingTable/BookingTable.l10n.js +1 -1
- package/build/components/__shared__/BookingTable/BookingTable.l10n.js.map +1 -1
- package/build/components/__shared__/BookingTable/index.js +1 -1
- package/build/components/__shared__/BookingTable/index.js.map +1 -1
- package/build/components/__shared__/ButtonMore/ButtonMore.js +16 -15
- package/build/components/__shared__/ButtonMore/ButtonMore.js.map +1 -1
- package/build/components/__shared__/ButtonMore/ButtonMore.l10n.js +1 -1
- package/build/components/__shared__/ButtonMore/ButtonMore.l10n.js.map +1 -1
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +3 -3
- package/build/components/__shared__/ButtonMore/index.js +1 -1
- package/build/components/__shared__/ButtonMore/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/ButtonPayment.constants.js +5 -5
- package/build/components/__shared__/ButtonPayment/ButtonPayment.constants.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/ButtonPayment.js +132 -218
- package/build/components/__shared__/ButtonPayment/ButtonPayment.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/ButtonPayment.l10n.js +1 -1
- package/build/components/__shared__/ButtonPayment/ButtonPayment.l10n.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +4 -4
- package/build/components/__shared__/ButtonPayment/components/FormAddon/FormAddon.js +30 -45
- package/build/components/__shared__/ButtonPayment/components/FormAddon/FormAddon.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormAddon/FormAddon.l10n.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormAddon/FormAddon.l10n.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormAddon/helpers/getCtaKey.js +11 -8
- package/build/components/__shared__/ButtonPayment/components/FormAddon/helpers/getCtaKey.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormAddon/helpers/index.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormAddon/helpers/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormAddon/index.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormAddon/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.constants.js +2 -2
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.constants.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.js +74 -91
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.l10n.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.l10n.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/getStyle.js +9 -7
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/getStyle.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/index.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/index.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.constants.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.constants.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.js +63 -83
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.l10n.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.l10n.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/helpers/index.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/helpers/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/helpers/useMutationObserver.js +7 -8
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/helpers/useMutationObserver.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/index.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.constants.js +11 -9
- package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.constants.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.js +49 -66
- package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.l10n.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.l10n.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +3 -3
- package/build/components/__shared__/ButtonPayment/components/FormSipay/helpers/getStyle.js +7 -5
- package/build/components/__shared__/ButtonPayment/components/FormSipay/helpers/getStyle.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormSipay/helpers/index.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormSipay/helpers/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormSipay/index.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/FormSipay/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/InputField/InputField.js +13 -15
- package/build/components/__shared__/ButtonPayment/components/InputField/InputField.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/InputField/index.js +1 -1
- package/build/components/__shared__/ButtonPayment/components/InputField/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/index.js +4 -4
- package/build/components/__shared__/ButtonPayment/components/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/helpers/getComponent.js +19 -14
- package/build/components/__shared__/ButtonPayment/helpers/getComponent.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/helpers/getUrl.js +5 -16
- package/build/components/__shared__/ButtonPayment/helpers/getUrl.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/helpers/getUrlBooking.js +24 -22
- package/build/components/__shared__/ButtonPayment/helpers/getUrlBooking.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/helpers/getUrlCriptan.js +10 -7
- package/build/components/__shared__/ButtonPayment/helpers/getUrlCriptan.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/helpers/getUrlTpv.js +23 -21
- package/build/components/__shared__/ButtonPayment/helpers/getUrlTpv.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/helpers/index.js +3 -3
- package/build/components/__shared__/ButtonPayment/helpers/index.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/helpers/loadScript.js +11 -9
- package/build/components/__shared__/ButtonPayment/helpers/loadScript.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/helpers/toUrlParams.js +7 -9
- package/build/components/__shared__/ButtonPayment/helpers/toUrlParams.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/index.js +1 -1
- package/build/components/__shared__/ButtonPayment/index.js.map +1 -1
- package/build/components/__shared__/Field/Field.js +32 -36
- package/build/components/__shared__/Field/Field.js.map +1 -1
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +14 -14
- package/build/components/__shared__/Field/index.js +1 -1
- package/build/components/__shared__/Field/index.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/FieldOccupation.js +34 -39
- package/build/components/__shared__/FieldOccupation/FieldOccupation.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/FieldOccupation.l10n.js +1 -1
- package/build/components/__shared__/FieldOccupation/FieldOccupation.l10n.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +16 -16
- package/build/components/__shared__/FieldOccupation/helpers/getAccommodationType.js +21 -25
- package/build/components/__shared__/FieldOccupation/helpers/getAccommodationType.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/helpers/getOccupationCaption.js +31 -29
- package/build/components/__shared__/FieldOccupation/helpers/getOccupationCaption.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/helpers/index.js +2 -2
- package/build/components/__shared__/FieldOccupation/helpers/index.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/index.js +1 -1
- package/build/components/__shared__/FieldOccupation/index.js.map +1 -1
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js +12 -12
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
- package/build/components/__shared__/FieldPromocode/FieldPromocode.l10n.js +1 -1
- package/build/components/__shared__/FieldPromocode/FieldPromocode.l10n.js.map +1 -1
- package/build/components/__shared__/FieldPromocode/index.js +1 -1
- package/build/components/__shared__/FieldPromocode/index.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.Group.js +32 -36
- package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.constants.js +22 -19
- package/build/components/__shared__/Occupation/Occupation.constants.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.js +71 -118
- package/build/components/__shared__/Occupation/Occupation.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.l10n.js +18 -16
- package/build/components/__shared__/Occupation/Occupation.l10n.js.map +1 -1
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +7 -7
- package/build/components/__shared__/Occupation/helpers/checkRoom.js +19 -19
- package/build/components/__shared__/Occupation/helpers/checkRoom.js.map +1 -1
- package/build/components/__shared__/Occupation/helpers/consolidateValue.js +47 -51
- package/build/components/__shared__/Occupation/helpers/consolidateValue.js.map +1 -1
- package/build/components/__shared__/Occupation/helpers/getAgeOptions.js +5 -16
- package/build/components/__shared__/Occupation/helpers/getAgeOptions.js.map +1 -1
- package/build/components/__shared__/Occupation/helpers/getGroupHint.js +7 -15
- package/build/components/__shared__/Occupation/helpers/getGroupHint.js.map +1 -1
- package/build/components/__shared__/Occupation/helpers/getScrollHeight.js +8 -9
- package/build/components/__shared__/Occupation/helpers/getScrollHeight.js.map +1 -1
- package/build/components/__shared__/Occupation/helpers/index.js +6 -6
- package/build/components/__shared__/Occupation/helpers/index.js.map +1 -1
- package/build/components/__shared__/Occupation/helpers/prepareRoom.js +17 -15
- package/build/components/__shared__/Occupation/helpers/prepareRoom.js.map +1 -1
- package/build/components/__shared__/Occupation/helpers/toParties.js +18 -19
- package/build/components/__shared__/Occupation/helpers/toParties.js.map +1 -1
- package/build/components/__shared__/Occupation/index.js +2 -2
- package/build/components/__shared__/Occupation/index.js.map +1 -1
- package/build/components/__shared__/Payment/Payment.constants.js +6 -6
- package/build/components/__shared__/Payment/Payment.constants.js.map +1 -1
- package/build/components/__shared__/Payment/Payment.js +78 -94
- package/build/components/__shared__/Payment/Payment.js.map +1 -1
- package/build/components/__shared__/Payment/Payment.l10n.js +1 -1
- package/build/components/__shared__/Payment/Payment.l10n.js.map +1 -1
- package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.constants.js +10 -10
- package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.constants.js.map +1 -1
- package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.js +64 -85
- package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.js.map +1 -1
- package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.l10n.js +1 -1
- package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.l10n.js.map +1 -1
- package/build/components/__shared__/Payment/components/AmazonPay/helpers/getScriptUrl.js +8 -5
- package/build/components/__shared__/Payment/components/AmazonPay/helpers/getScriptUrl.js.map +1 -1
- package/build/components/__shared__/Payment/components/AmazonPay/helpers/index.js +1 -1
- package/build/components/__shared__/Payment/components/AmazonPay/helpers/index.js.map +1 -1
- package/build/components/__shared__/Payment/components/AmazonPay/index.js +1 -1
- package/build/components/__shared__/Payment/components/AmazonPay/index.js.map +1 -1
- package/build/components/__shared__/Payment/components/Aplazame/Aplazame.js +29 -46
- package/build/components/__shared__/Payment/components/Aplazame/Aplazame.js.map +1 -1
- package/build/components/__shared__/Payment/components/Aplazame/Aplazame.l10n.js +1 -1
- package/build/components/__shared__/Payment/components/Aplazame/Aplazame.l10n.js.map +1 -1
- package/build/components/__shared__/Payment/components/Aplazame/index.js +1 -1
- package/build/components/__shared__/Payment/components/Aplazame/index.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/Card.constants.js +1 -1
- package/build/components/__shared__/Payment/components/Card/Card.constants.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/Card.js +34 -54
- package/build/components/__shared__/Payment/components/Card/Card.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/Card.l10n.js +1 -1
- package/build/components/__shared__/Payment/components/Card/Card.l10n.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/helpers/formatValues.js +23 -31
- package/build/components/__shared__/Payment/components/Card/helpers/formatValues.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/helpers/getCardConfig.js +3 -4
- package/build/components/__shared__/Payment/components/Card/helpers/getCardConfig.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/helpers/getCardType.js +17 -12
- package/build/components/__shared__/Payment/components/Card/helpers/getCardType.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/helpers/index.js +5 -5
- package/build/components/__shared__/Payment/components/Card/helpers/index.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/helpers/testCVV.js +2 -3
- package/build/components/__shared__/Payment/components/Card/helpers/testCVV.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/helpers/testCard.js +4 -5
- package/build/components/__shared__/Payment/components/Card/helpers/testCard.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/helpers/testExpire.js +3 -2
- package/build/components/__shared__/Payment/components/Card/helpers/testExpire.js.map +1 -1
- package/build/components/__shared__/Payment/components/Card/index.js +1 -1
- package/build/components/__shared__/Payment/components/Card/index.js.map +1 -1
- package/build/components/__shared__/Payment/components/PCI/PCI.constants.js +6 -6
- package/build/components/__shared__/Payment/components/PCI/PCI.constants.js.map +1 -1
- package/build/components/__shared__/Payment/components/PCI/PCI.js +136 -155
- package/build/components/__shared__/Payment/components/PCI/PCI.js.map +1 -1
- package/build/components/__shared__/Payment/components/PCI/PCI.l10n.js +1 -1
- package/build/components/__shared__/Payment/components/PCI/PCI.l10n.js.map +1 -1
- package/build/components/__shared__/Payment/components/PCI/helpers/formatValues.js +15 -15
- package/build/components/__shared__/Payment/components/PCI/helpers/formatValues.js.map +1 -1
- package/build/components/__shared__/Payment/components/PCI/helpers/getStyle.js +9 -7
- package/build/components/__shared__/Payment/components/PCI/helpers/getStyle.js.map +1 -1
- package/build/components/__shared__/Payment/components/PCI/helpers/index.js +2 -2
- package/build/components/__shared__/Payment/components/PCI/helpers/index.js.map +1 -1
- package/build/components/__shared__/Payment/components/PCI/index.js +1 -1
- package/build/components/__shared__/Payment/components/PCI/index.js.map +1 -1
- package/build/components/__shared__/Payment/components/Tpv/Tpv.js +19 -36
- package/build/components/__shared__/Payment/components/Tpv/Tpv.js.map +1 -1
- package/build/components/__shared__/Payment/components/Tpv/Tpv.l10n.js +1 -1
- package/build/components/__shared__/Payment/components/Tpv/Tpv.l10n.js.map +1 -1
- package/build/components/__shared__/Payment/components/Tpv/index.js +1 -1
- package/build/components/__shared__/Payment/components/Tpv/index.js.map +1 -1
- package/build/components/__shared__/Payment/components/index.js +5 -5
- package/build/components/__shared__/Payment/components/index.js.map +1 -1
- package/build/components/__shared__/Payment/helpers/getCaption.js +31 -25
- package/build/components/__shared__/Payment/helpers/getCaption.js.map +1 -1
- package/build/components/__shared__/Payment/helpers/getComponent.js +23 -17
- package/build/components/__shared__/Payment/helpers/getComponent.js.map +1 -1
- package/build/components/__shared__/Payment/helpers/getImage.js +6 -4
- package/build/components/__shared__/Payment/helpers/getImage.js.map +1 -1
- package/build/components/__shared__/Payment/helpers/index.js +3 -3
- package/build/components/__shared__/Payment/helpers/index.js.map +1 -1
- package/build/components/__shared__/Payment/index.js +5 -5
- package/build/components/__shared__/Payment/index.js.map +1 -1
- package/build/components/__shared__/PriceBreakdown/PriceBreakdown.Line.js +21 -20
- package/build/components/__shared__/PriceBreakdown/PriceBreakdown.Line.js.map +1 -1
- package/build/components/__shared__/PriceBreakdown/PriceBreakdown.js +63 -66
- package/build/components/__shared__/PriceBreakdown/PriceBreakdown.js.map +1 -1
- package/build/components/__shared__/PriceBreakdown/PriceBreakdown.l10n.js +1 -1
- package/build/components/__shared__/PriceBreakdown/PriceBreakdown.l10n.js.map +1 -1
- package/build/components/__shared__/PriceBreakdown/index.js +1 -1
- package/build/components/__shared__/PriceBreakdown/index.js.map +1 -1
- package/build/components/__shared__/Skeleton/Skeleton.js +13 -19
- package/build/components/__shared__/Skeleton/Skeleton.js.map +1 -1
- package/build/components/__shared__/Skeleton/index.js +1 -1
- package/build/components/__shared__/Skeleton/index.js.map +1 -1
- package/build/components/__shared__/TextRequiredFields/TextRequiredFields.js +10 -8
- package/build/components/__shared__/TextRequiredFields/TextRequiredFields.js.map +1 -1
- package/build/components/__shared__/TextRequiredFields/TextRequiredFields.l10n.js +1 -1
- package/build/components/__shared__/TextRequiredFields/TextRequiredFields.l10n.js.map +1 -1
- package/build/components/__shared__/TextRequiredFields/index.js +1 -1
- package/build/components/__shared__/TextRequiredFields/index.js.map +1 -1
- package/build/components/__shared__/index.js +12 -12
- package/build/components/__shared__/index.js.map +1 -1
- package/build/components/helpers/ICON.AMENITIES.js +123 -83
- package/build/components/helpers/ICON.AMENITIES.js.map +1 -1
- package/build/components/helpers/ICON.js +43 -29
- package/build/components/helpers/ICON.js.map +1 -1
- package/build/components/helpers/constants.js +15 -13
- package/build/components/helpers/constants.js.map +1 -1
- package/build/components/helpers/getButtonPaymentKey.js +17 -11
- package/build/components/helpers/getButtonPaymentKey.js.map +1 -1
- package/build/components/helpers/getButtonPaymentKey.l10n.js +1 -1
- package/build/components/helpers/getButtonPaymentKey.l10n.js.map +1 -1
- package/build/components/helpers/getCalendarCaption.js +13 -25
- package/build/components/helpers/getCalendarCaption.js.map +1 -1
- package/build/components/helpers/getCountryCode.js +3 -2
- package/build/components/helpers/getCountryCode.js.map +1 -1
- package/build/components/helpers/index.js +13 -13
- package/build/components/helpers/index.js.map +1 -1
- package/build/components/helpers/isJest.js +1 -1
- package/build/components/helpers/isJest.js.map +1 -1
- package/build/components/helpers/parseHtml.js +37 -38
- package/build/components/helpers/parseHtml.js.map +1 -1
- package/build/components/helpers/parseToParties.js +5 -4
- package/build/components/helpers/parseToParties.js.map +1 -1
- package/build/components/helpers/testPassword.js +3 -2
- package/build/components/helpers/testPassword.js.map +1 -1
- package/build/components/helpers/toQueryString.js +9 -12
- package/build/components/helpers/toQueryString.js.map +1 -1
- package/build/components/helpers/toUrlParams.js +7 -9
- package/build/components/helpers/toUrlParams.js.map +1 -1
- package/build/components/helpers/trace.js +8 -8
- package/build/components/helpers/trace.js.map +1 -1
- package/build/components/helpers/translate.js +11 -10
- package/build/components/helpers/translate.js.map +1 -1
- package/build/components/index.js +22 -80
- package/build/components/index.js.map +1 -1
- package/build/helpers/checkSession.js +20 -42
- package/build/helpers/checkSession.js.map +1 -1
- package/build/helpers/consolidateStore.js +148 -160
- package/build/helpers/consolidateStore.js.map +1 -1
- package/build/helpers/fetchConfig.js +16 -57
- package/build/helpers/fetchConfig.js.map +1 -1
- package/build/helpers/fetchCookies.js +12 -13
- package/build/helpers/fetchCookies.js.map +1 -1
- package/build/helpers/fetchSession.js +33 -30
- package/build/helpers/fetchSession.js.map +1 -1
- package/build/helpers/fetchUrlParams.js +3 -2
- package/build/helpers/fetchUrlParams.js.map +1 -1
- package/build/helpers/findComponents.js +20 -25
- package/build/helpers/findComponents.js.map +1 -1
- package/build/helpers/findDangerousCSSRules.js +21 -48
- package/build/helpers/findDangerousCSSRules.js.map +1 -1
- package/build/helpers/findInstance.js +20 -34
- package/build/helpers/findInstance.js.map +1 -1
- package/build/helpers/getAccommodationType.js +4 -4
- package/build/helpers/getAccommodationType.js.map +1 -1
- package/build/helpers/getGhost.js +6 -13
- package/build/helpers/getGhost.js.map +1 -1
- package/build/helpers/getLocale.js +12 -22
- package/build/helpers/getLocale.js.map +1 -1
- package/build/helpers/getTags.js +24 -30
- package/build/helpers/getTags.js.map +1 -1
- package/build/helpers/index.js +12 -12
- package/build/helpers/index.js.map +1 -1
- package/build/helpers/loadEnvironment.js +9 -8
- package/build/helpers/loadEnvironment.js.map +1 -1
- package/build/helpers/loadSentry.js +6 -7
- package/build/helpers/loadSentry.js.map +1 -1
- package/build/helpers/theme.js +17 -24
- package/build/helpers/theme.js.map +1 -1
- package/build/helpers/toOccupation.js +36 -48
- package/build/helpers/toOccupation.js.map +1 -1
- package/build/index.js +71 -120
- package/build/index.js.map +1 -1
- package/build/services/Club/constants.js +2 -2
- package/build/services/Club/constants.js.map +1 -1
- package/build/services/Club/get.js +21 -49
- package/build/services/Club/get.js.map +1 -1
- package/build/services/Club/index.js +1 -1
- package/build/services/Club/index.js.map +1 -1
- package/build/services/Engine/constants.js +2 -2
- package/build/services/Engine/constants.js.map +1 -1
- package/build/services/Engine/get.js +22 -54
- package/build/services/Engine/get.js.map +1 -1
- package/build/services/Engine/index.js +1 -1
- package/build/services/Engine/index.js.map +1 -1
- package/build/services/Rates/constants.js +8 -8
- package/build/services/Rates/constants.js.map +1 -1
- package/build/services/Rates/get.js +195 -227
- package/build/services/Rates/get.js.map +1 -1
- package/build/services/Rates/helpers/getPrice.js +9 -7
- package/build/services/Rates/helpers/getPrice.js.map +1 -1
- package/build/services/Rates/helpers/index.js +4 -4
- package/build/services/Rates/helpers/index.js.map +1 -1
- package/build/services/Rates/helpers/normalizePrice.js +4 -3
- package/build/services/Rates/helpers/normalizePrice.js.map +1 -1
- package/build/services/Rates/helpers/parseAmenities.js +67 -89
- package/build/services/Rates/helpers/parseAmenities.js.map +1 -1
- package/build/services/Rates/helpers/parseDiscount.js +21 -21
- package/build/services/Rates/helpers/parseDiscount.js.map +1 -1
- package/build/services/Rates/index.js +1 -1
- package/build/services/Rates/index.js.map +1 -1
- package/build/services/index.js +3 -3
- package/build/services/index.js.map +1 -1
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.Signout.js","names":["_dataSources","require","_locale","_services","_ui","_react","_interopRequireWildcard","_Profile","style","_helpers","_Session","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","_typeof","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_regeneratorRuntime","e","t","r","n","o","value","i","Symbol","a","iterator","c","asyncIterator","u","toStringTag","define","enumerable","configurable","writable","wrap","Generator","create","Context","makeInvokeMethod","tryCatch","type","arg","h","l","f","s","y","GeneratorFunction","GeneratorFunctionPrototype","p","d","getPrototypeOf","v","values","g","defineIteratorMethods","forEach","_invoke","AsyncIterator","invoke","resolve","__await","then","callInvokeWithMethodAndArg","Error","done","method","delegate","maybeInvokeDelegate","sent","_sent","dispatchException","abrupt","return","TypeError","resultName","next","nextLoc","pushTryEntry","tryLoc","catchLoc","finallyLoc","afterLoc","tryEntries","push","resetTryEntry","completion","reset","isNaN","length","displayName","isGeneratorFunction","constructor","name","mark","setPrototypeOf","__proto__","awrap","async","Promise","keys","reverse","pop","prev","charAt","slice","stop","rval","handle","complete","finish","catch","_catch","delegateYield","asyncGeneratorStep","gen","reject","_next","_throw","info","error","_asyncToGenerator","fn","self","args","arguments","apply","err","undefined","_slicedToArray","arr","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","minLen","_arrayLikeToArray","toString","Array","from","test","len","arr2","isArray","Signout","exports","_useStore","useStore","_useStore$value","_useStore$value$club","club","_useStore$value$hotel","hotel","language","_useLocale","useLocale","translate","_useState","useState","_useState2","busy","setBusy","_useState3","_useState4","modal","setModal","_useState5","_useState6","response","setResponse","_useState7","_useState8","responseError","setResponseError","handleSubmit","_ref","_callee","_callee$","_context","ServiceUser","signout","handleClose","handleOpen","handleSignup","url","concat","process","env","SERVICE_USER","ENDPOINT","SIGNUP","toUrlParams","idtokenprovider","id","lang","document","location","href","createElement","Fragment","Text","bold","headline","L10N","TITLE_SIGNOUT","className","description","DESCRIPTION_SIGNOUT","Button","secondary","large","wide","onPress","BUTTON_SIGNOUT","Modal","title","visible","onClose","View","content","DESCRIPTION_SIGNOUT_MODAL","Notification","success","notification","ERROR","SUCCESS_SIGNOUT","row","buttons","Action","disabled","ACTION_SIGNOUT_CANCEL","CTA_SIGNOUT","DESCRIPTION_SIGNOUT_MODAL_SUCCESS","CTA_SIGNUP","propTypes"],"sources":["../../../src/components/Profile/Profile.Signout.jsx"],"sourcesContent":["import { useStore } from '@mirai/data-sources';\nimport { useLocale } from '@mirai/locale';\nimport { ServiceUser } from '@mirai/services';\nimport { Action, Button, Modal, Notification, Text, View } from '@mirai/ui';\nimport React, { useState } from 'react';\n\nimport { L10N } from './Profile.l10n';\nimport * as style from './Profile.module.css';\nimport { toUrlParams } from '../helpers';\nimport { ENDPOINT } from '../Session/Session.constants';\n\nconst Signout = () => {\n const {\n value: { club = {}, hotel = {}, language },\n } = useStore();\n const { translate } = useLocale();\n\n const [busy, setBusy] = useState(false);\n const [modal, setModal] = useState(false);\n const [response, setResponse] = useState();\n const [responseError, setResponseError] = useState();\n\n const handleSubmit = async () => {\n setBusy(true);\n setResponseError(undefined);\n\n const response = await ServiceUser.signout().catch((error) => {\n setResponseError(error);\n });\n\n setResponse(response);\n setBusy(false);\n };\n\n const handleClose = () => {\n setModal(false);\n };\n\n const handleOpen = () => {\n setModal(true);\n };\n\n const handleSignup = () => {\n const url = `${process.env.SERVICE_USER}/${ENDPOINT.SIGNUP}${toUrlParams({\n idtokenprovider: hotel.id,\n lang: language,\n })}`;\n\n document.location.href = url;\n };\n\n return (\n <>\n <Text bold headline>\n {translate(L10N.TITLE_SIGNOUT, { club: club.name })}\n </Text>\n\n <Text className={style.description}>{translate(L10N.DESCRIPTION_SIGNOUT)}</Text>\n\n <Button secondary large wide onPress={handleOpen}>\n {translate(L10N.BUTTON_SIGNOUT)}\n </Button>\n\n <Modal title={translate(L10N.BUTTON_SIGNOUT)} visible={modal} onClose={handleClose}>\n <View className={style.content}>\n {!response && <Text className={style.description}>{translate(L10N.DESCRIPTION_SIGNOUT_MODAL)}</Text>}\n\n {(response || responseError) && (\n <Notification\n large={!!response}\n error={!!responseError}\n success={!!response}\n className={style.notification}\n >\n {translate(responseError ? L10N.ERROR : L10N.SUCCESS_SIGNOUT)}\n </Notification>\n )}\n\n {!response ? (\n <View row className={style.buttons}>\n <Action disabled={busy} onPress={handleClose}>\n {translate(L10N.ACTION_SIGNOUT_CANCEL)}\n </Action>\n <Button busy={busy} onPress={handleSubmit}>\n {translate(L10N.CTA_SIGNOUT)}\n </Button>\n </View>\n ) : (\n <>\n <Text className={style.description}>{translate(L10N.DESCRIPTION_SIGNOUT_MODAL_SUCCESS)}</Text>\n <Button wide type=\"submit\" onPress={handleSignup}>\n {translate(L10N.CTA_SIGNUP)}\n </Button>\n </>\n )}\n </View>\n </Modal>\n </>\n );\n};\n\nSignout.displayName = 'Mirai:User:Profile.Signout';\n\nSignout.propTypes = {};\n\nexport { Signout };\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Profile.Signout.js","names":["_dataSources","require","_locale","_services","_ui","_react","_interopRequireWildcard","_Profile","style","_helpers","_Session","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","Signout","value","club","hotel","language","useStore","translate","useLocale","busy","setBusy","useState","modal","setModal","response","setResponse","responseError","setResponseError","handleSubmit","undefined","ServiceUser","signout","catch","error","handleClose","handleOpen","handleSignup","url","concat","process","env","SERVICE_USER","ENDPOINT","SIGNUP","toUrlParams","idtokenprovider","id","lang","document","location","href","createElement","Fragment","Text","bold","headline","L10N","TITLE_SIGNOUT","name","className","description","DESCRIPTION_SIGNOUT","Button","secondary","large","wide","onPress","BUTTON_SIGNOUT","Modal","title","visible","onClose","View","content","DESCRIPTION_SIGNOUT_MODAL","Notification","success","notification","ERROR","SUCCESS_SIGNOUT","row","buttons","Action","disabled","ACTION_SIGNOUT_CANCEL","CTA_SIGNOUT","DESCRIPTION_SIGNOUT_MODAL_SUCCESS","type","CTA_SIGNUP","exports","displayName","propTypes"],"sources":["../../../src/components/Profile/Profile.Signout.jsx"],"sourcesContent":["import { useStore } from '@mirai/data-sources';\nimport { useLocale } from '@mirai/locale';\nimport { ServiceUser } from '@mirai/services';\nimport { Action, Button, Modal, Notification, Text, View } from '@mirai/ui';\nimport React, { useState } from 'react';\n\nimport { L10N } from './Profile.l10n';\nimport * as style from './Profile.module.css';\nimport { toUrlParams } from '../helpers';\nimport { ENDPOINT } from '../Session/Session.constants';\n\nconst Signout = () => {\n const {\n value: { club = {}, hotel = {}, language },\n } = useStore();\n const { translate } = useLocale();\n\n const [busy, setBusy] = useState(false);\n const [modal, setModal] = useState(false);\n const [response, setResponse] = useState();\n const [responseError, setResponseError] = useState();\n\n const handleSubmit = async () => {\n setBusy(true);\n setResponseError(undefined);\n\n const response = await ServiceUser.signout().catch((error) => {\n setResponseError(error);\n });\n\n setResponse(response);\n setBusy(false);\n };\n\n const handleClose = () => {\n setModal(false);\n };\n\n const handleOpen = () => {\n setModal(true);\n };\n\n const handleSignup = () => {\n const url = `${process.env.SERVICE_USER}/${ENDPOINT.SIGNUP}${toUrlParams({\n idtokenprovider: hotel.id,\n lang: language,\n })}`;\n\n document.location.href = url;\n };\n\n return (\n <>\n <Text bold headline>\n {translate(L10N.TITLE_SIGNOUT, { club: club.name })}\n </Text>\n\n <Text className={style.description}>{translate(L10N.DESCRIPTION_SIGNOUT)}</Text>\n\n <Button secondary large wide onPress={handleOpen}>\n {translate(L10N.BUTTON_SIGNOUT)}\n </Button>\n\n <Modal title={translate(L10N.BUTTON_SIGNOUT)} visible={modal} onClose={handleClose}>\n <View className={style.content}>\n {!response && <Text className={style.description}>{translate(L10N.DESCRIPTION_SIGNOUT_MODAL)}</Text>}\n\n {(response || responseError) && (\n <Notification\n large={!!response}\n error={!!responseError}\n success={!!response}\n className={style.notification}\n >\n {translate(responseError ? L10N.ERROR : L10N.SUCCESS_SIGNOUT)}\n </Notification>\n )}\n\n {!response ? (\n <View row className={style.buttons}>\n <Action disabled={busy} onPress={handleClose}>\n {translate(L10N.ACTION_SIGNOUT_CANCEL)}\n </Action>\n <Button busy={busy} onPress={handleSubmit}>\n {translate(L10N.CTA_SIGNOUT)}\n </Button>\n </View>\n ) : (\n <>\n <Text className={style.description}>{translate(L10N.DESCRIPTION_SIGNOUT_MODAL_SUCCESS)}</Text>\n <Button wide type=\"submit\" onPress={handleSignup}>\n {translate(L10N.CTA_SIGNUP)}\n </Button>\n </>\n )}\n </View>\n </Modal>\n </>\n );\n};\n\nSignout.displayName = 'Mirai:User:Profile.Signout';\n\nSignout.propTypes = {};\n\nexport { Signout };\n"],"mappings":"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"}
|
|
@@ -4,10 +4,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.TRACKING = exports.CONTEXT = exports.ACCOUNT_FIELDS = void 0;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
const ACCOUNT_FIELDS = exports.ACCOUNT_FIELDS = ['firstName', 'lastName', 'dateOfBirth', 'subscribed'];
|
|
8
|
+
const CONTEXT = exports.CONTEXT = {
|
|
9
9
|
ACCOUNT: 'account',
|
|
10
10
|
BOOKINGS: 'bookings'
|
|
11
11
|
};
|
|
12
|
-
|
|
12
|
+
const TRACKING = exports.TRACKING = 'PROFILE';
|
|
13
13
|
//# sourceMappingURL=Profile.constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.constants.js","names":["ACCOUNT_FIELDS","exports","CONTEXT","ACCOUNT","BOOKINGS","TRACKING"],"sources":["../../../src/components/Profile/Profile.constants.js"],"sourcesContent":["const ACCOUNT_FIELDS = ['firstName', 'lastName', 'dateOfBirth', 'subscribed'];\n\nconst CONTEXT = {\n ACCOUNT: 'account',\n BOOKINGS: 'bookings',\n};\n\nconst TRACKING = 'PROFILE';\n\nexport { ACCOUNT_FIELDS, CONTEXT, TRACKING };\n"],"mappings":";;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"Profile.constants.js","names":["ACCOUNT_FIELDS","exports","CONTEXT","ACCOUNT","BOOKINGS","TRACKING"],"sources":["../../../src/components/Profile/Profile.constants.js"],"sourcesContent":["const ACCOUNT_FIELDS = ['firstName', 'lastName', 'dateOfBirth', 'subscribed'];\n\nconst CONTEXT = {\n ACCOUNT: 'account',\n BOOKINGS: 'bookings',\n};\n\nconst TRACKING = 'PROFILE';\n\nexport { ACCOUNT_FIELDS, CONTEXT, TRACKING };\n"],"mappings":";;;;;;AAAA,MAAMA,cAAc,GAAAC,OAAA,CAAAD,cAAA,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,aAAa,EAAE,YAAY,CAAC;AAE7E,MAAME,OAAO,GAAAD,OAAA,CAAAC,OAAA,GAAG;EACdC,OAAO,EAAE,SAAS;EAClBC,QAAQ,EAAE;AACZ,CAAC;AAED,MAAMC,QAAQ,GAAAJ,OAAA,CAAAI,QAAA,GAAG,SAAS"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
@@ -16,33 +15,27 @@ var _Profile3 = require("./Profile.l10n");
|
|
|
16
15
|
var style = _interopRequireWildcard(require("./Profile.module.css"));
|
|
17
16
|
var _Profile4 = require("./Profile.Password");
|
|
18
17
|
var _Profile5 = require("./Profile.Signout");
|
|
19
|
-
function _getRequireWildcardCache(
|
|
20
|
-
function _interopRequireWildcard(
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
context = _useStore$value$urlPa3 === void 0 ? _Profile2.CONTEXT.ACCOUNT : _useStore$value$urlPa3;
|
|
35
|
-
var _useState = (0, _react.useState)(_Profile2.CONTEXT.ACCOUNT),
|
|
36
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
37
|
-
mode = _useState2[0],
|
|
38
|
-
setMode = _useState2[1];
|
|
39
|
-
(0, _react.useEffect)(function () {
|
|
18
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
19
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
20
|
+
const Profile = () => {
|
|
21
|
+
const {
|
|
22
|
+
translate
|
|
23
|
+
} = (0, _locale.useLocale)();
|
|
24
|
+
const {
|
|
25
|
+
value: {
|
|
26
|
+
urlParams: {
|
|
27
|
+
context = _Profile2.CONTEXT.ACCOUNT
|
|
28
|
+
} = {}
|
|
29
|
+
}
|
|
30
|
+
} = (0, _dataSources.useStore)();
|
|
31
|
+
const [mode, setMode] = (0, _react.useState)(_Profile2.CONTEXT.ACCOUNT);
|
|
32
|
+
(0, _react.useEffect)(() => {
|
|
40
33
|
setMode(context === _Profile2.CONTEXT.BOOKINGS ? _Profile2.CONTEXT.BOOKINGS : _Profile2.CONTEXT.ACCOUNT);
|
|
41
34
|
}, [context]);
|
|
42
|
-
|
|
35
|
+
const handleMode = next => {
|
|
43
36
|
setMode(next);
|
|
44
37
|
};
|
|
45
|
-
|
|
38
|
+
const is = {
|
|
46
39
|
account: mode === _Profile2.CONTEXT.ACCOUNT,
|
|
47
40
|
bookings: mode === _Profile2.CONTEXT.BOOKINGS
|
|
48
41
|
};
|
|
@@ -51,17 +44,13 @@ var Profile = exports.Profile = function Profile() {
|
|
|
51
44
|
role: "profile",
|
|
52
45
|
className: style.header
|
|
53
46
|
}, /*#__PURE__*/_react.default.createElement(_ui.Pressable, {
|
|
54
|
-
onPress:
|
|
55
|
-
return handleMode(_Profile2.CONTEXT.ACCOUNT);
|
|
56
|
-
},
|
|
47
|
+
onPress: () => handleMode(_Profile2.CONTEXT.ACCOUNT),
|
|
57
48
|
className: (0, _ui.styles)(style.option, is.account && style.active)
|
|
58
49
|
}, /*#__PURE__*/_react.default.createElement(_ui.Text, {
|
|
59
50
|
action: true,
|
|
60
51
|
bold: true
|
|
61
52
|
}, translate(_Profile3.L10N.ACTION_PROFILE))), /*#__PURE__*/_react.default.createElement(_ui.Pressable, {
|
|
62
|
-
onPress:
|
|
63
|
-
return handleMode(_Profile2.CONTEXT.BOOKINGS);
|
|
64
|
-
},
|
|
53
|
+
onPress: () => handleMode(_Profile2.CONTEXT.BOOKINGS),
|
|
65
54
|
className: (0, _ui.styles)(style.option, is.bookings && style.active)
|
|
66
55
|
}, /*#__PURE__*/_react.default.createElement(_ui.Text, {
|
|
67
56
|
action: true,
|
|
@@ -70,6 +59,7 @@ var Profile = exports.Profile = function Profile() {
|
|
|
70
59
|
className: (0, _ui.styles)(style.content, is.account && style.account)
|
|
71
60
|
}, is.account && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_Profile.Account, null), /*#__PURE__*/_react.default.createElement(_Profile4.Password, null), /*#__PURE__*/_react.default.createElement(_Profile5.Signout, null)), is.bookings && /*#__PURE__*/_react.default.createElement(_components.Bookings, null)));
|
|
72
61
|
};
|
|
62
|
+
exports.Profile = Profile;
|
|
73
63
|
Profile.displayName = 'Mirai:User:Profile';
|
|
74
64
|
Profile.propTypes = {};
|
|
75
65
|
//# sourceMappingURL=Profile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.js","names":["_dataSources","require","_locale","_ui","_react","_interopRequireWildcard","_components","_Profile","_Profile2","_Profile3","style","_Profile4","_Profile5","_getRequireWildcardCache","
|
|
1
|
+
{"version":3,"file":"Profile.js","names":["_dataSources","require","_locale","_ui","_react","_interopRequireWildcard","_components","_Profile","_Profile2","_Profile3","style","_Profile4","_Profile5","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","Profile","translate","useLocale","value","urlParams","context","CONTEXT","ACCOUNT","useStore","mode","setMode","useState","useEffect","BOOKINGS","handleMode","next","is","account","bookings","createElement","Fragment","View","row","role","className","header","Pressable","onPress","styles","option","active","Text","action","bold","L10N","ACTION_PROFILE","ACTION_BOOKINGS","content","Account","Password","Signout","Bookings","exports","displayName","propTypes"],"sources":["../../../src/components/Profile/Profile.jsx"],"sourcesContent":["import { useStore } from '@mirai/data-sources';\nimport { useLocale } from '@mirai/locale';\nimport { Pressable, styles, Text, View } from '@mirai/ui';\nimport React, { useEffect, useState } from 'react';\n\nimport { Bookings } from './components';\nimport { Account } from './Profile.Account';\nimport { CONTEXT } from './Profile.constants';\nimport { L10N } from './Profile.l10n';\nimport * as style from './Profile.module.css';\nimport { Password } from './Profile.Password';\nimport { Signout } from './Profile.Signout';\n\nconst Profile = () => {\n const { translate } = useLocale();\n const {\n value: { urlParams: { context = CONTEXT.ACCOUNT } = {} },\n } = useStore();\n\n const [mode, setMode] = useState(CONTEXT.ACCOUNT);\n\n useEffect(() => {\n setMode(context === CONTEXT.BOOKINGS ? CONTEXT.BOOKINGS : CONTEXT.ACCOUNT);\n }, [context]);\n\n const handleMode = (next) => {\n setMode(next);\n };\n\n const is = { account: mode === CONTEXT.ACCOUNT, bookings: mode === CONTEXT.BOOKINGS };\n\n return (\n <>\n <View row role=\"profile\" className={style.header}>\n <Pressable\n onPress={() => handleMode(CONTEXT.ACCOUNT)}\n className={styles(style.option, is.account && style.active)}\n >\n <Text action bold>\n {translate(L10N.ACTION_PROFILE)}\n </Text>\n </Pressable>\n <Pressable\n onPress={() => handleMode(CONTEXT.BOOKINGS)}\n className={styles(style.option, is.bookings && style.active)}\n >\n <Text action bold>\n {translate(L10N.ACTION_BOOKINGS)}\n </Text>\n </Pressable>\n </View>\n\n <View className={styles(style.content, is.account && style.account)}>\n {is.account && (\n <>\n <Account />\n <Password />\n <Signout />\n </>\n )}\n {is.bookings && <Bookings />}\n </View>\n </>\n );\n};\n\nProfile.displayName = 'Mirai:User:Profile';\n\nProfile.propTypes = {};\n\nexport { Profile };\n"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.l10n.js","names":["L10N","exports","ACTION_BOOKINGS","id","ACTION_PROFILE","ACTION_SIGNOUT_CANCEL","BUTTON_SIGNOUT","COUNTRY_LABEL","COUNTRY_PLACEHOLDER","CTA_SIGNOUT","CTA_ACCOUNT","CTA_PASSWORD","CTA_SIGNUP","DATEOFBIRTH_LABEL","DATEOFBIRTH_ERROR","DESCRIPTION_ACCOUNT","DESCRIPTION_PASSWORD","DESCRIPTION_SIGNOUT","DESCRIPTION_SIGNOUT_MODAL","DESCRIPTION_SIGNOUT_MODAL_SUCCESS","EMAIL_LABEL","FIRSTNAME_LABEL","LASTNAME_LABEL","PASSWORD_LABEL","PASSWORD_HINT","PASSWORD_NEW_LABEL","SUBSCRIBED_LABEL","TITLE_SIGNOUT","SUCCESS_ACCOUNT","SUCCESS_PASSWORD","SUCCESS_SIGNOUT","ERROR","ERROR_PASSWORD"],"sources":["../../../src/components/Profile/Profile.l10n.js"],"sourcesContent":["export const L10N = {\n ACTION_BOOKINGS: { id: 'user.action.view_bookings' },\n ACTION_PROFILE: { id: 'user.action.view_profile' },\n ACTION_SIGNOUT_CANCEL: { id: 'common.action.close' },\n\n BUTTON_SIGNOUT: { id: 'user.action.delete_account' },\n\n COUNTRY_LABEL: { id: 'user.label.country' },\n COUNTRY_PLACEHOLDER: { id: 'common.label.select' },\n CTA_SIGNOUT: { id: 'user.action.delete_account' },\n CTA_ACCOUNT: { id: 'user.action.save_info' },\n CTA_PASSWORD: { id: 'user.action.save_password' },\n CTA_SIGNUP: { id: 'user.action.signup_again' },\n\n DATEOFBIRTH_LABEL: { id: 'user.label.date_of_birth' },\n DATEOFBIRTH_ERROR: { id: 'user.label.date_of_birth_error' },\n DESCRIPTION_ACCOUNT: { id: 'user.label.description_account' },\n DESCRIPTION_PASSWORD: { id: 'user.label.description_password' },\n DESCRIPTION_SIGNOUT: { id: 'user.label.description_delete_account' },\n DESCRIPTION_SIGNOUT_MODAL: { id: 'user.label.modal_delete_account' },\n DESCRIPTION_SIGNOUT_MODAL_SUCCESS: { id: 'user.label.account_deleted' },\n\n EMAIL_LABEL: { id: 'common.label.email' },\n\n FIRSTNAME_LABEL: { id: 'common.label.name' },\n\n LASTNAME_LABEL: { id: 'common.label.lastname' },\n\n PASSWORD_LABEL: { id: 'common.label.password' },\n PASSWORD_HINT: { id: 'user.label.password_hint' },\n PASSWORD_NEW_LABEL: { id: 'user.label.new_password' },\n\n SUBSCRIBED_LABEL: { id: 'user.label.subscribe' },\n\n TITLE_SIGNOUT: { id: 'user.label.delete_account' },\n\n // Notifications\n SUCCESS_ACCOUNT: { id: 'user.notification.update_account_success' },\n SUCCESS_PASSWORD: { id: 'user.notification.update_password_success' },\n SUCCESS_SIGNOUT: { id: 'user.notification.delete_account_success' },\n\n ERROR: { id: 'common.notification.network_error' },\n ERROR_PASSWORD: { id: 'common.notification.password_error' },\n};\n"],"mappings":";;;;;;AAAO,
|
|
1
|
+
{"version":3,"file":"Profile.l10n.js","names":["L10N","exports","ACTION_BOOKINGS","id","ACTION_PROFILE","ACTION_SIGNOUT_CANCEL","BUTTON_SIGNOUT","COUNTRY_LABEL","COUNTRY_PLACEHOLDER","CTA_SIGNOUT","CTA_ACCOUNT","CTA_PASSWORD","CTA_SIGNUP","DATEOFBIRTH_LABEL","DATEOFBIRTH_ERROR","DESCRIPTION_ACCOUNT","DESCRIPTION_PASSWORD","DESCRIPTION_SIGNOUT","DESCRIPTION_SIGNOUT_MODAL","DESCRIPTION_SIGNOUT_MODAL_SUCCESS","EMAIL_LABEL","FIRSTNAME_LABEL","LASTNAME_LABEL","PASSWORD_LABEL","PASSWORD_HINT","PASSWORD_NEW_LABEL","SUBSCRIBED_LABEL","TITLE_SIGNOUT","SUCCESS_ACCOUNT","SUCCESS_PASSWORD","SUCCESS_SIGNOUT","ERROR","ERROR_PASSWORD"],"sources":["../../../src/components/Profile/Profile.l10n.js"],"sourcesContent":["export const L10N = {\n ACTION_BOOKINGS: { id: 'user.action.view_bookings' },\n ACTION_PROFILE: { id: 'user.action.view_profile' },\n ACTION_SIGNOUT_CANCEL: { id: 'common.action.close' },\n\n BUTTON_SIGNOUT: { id: 'user.action.delete_account' },\n\n COUNTRY_LABEL: { id: 'user.label.country' },\n COUNTRY_PLACEHOLDER: { id: 'common.label.select' },\n CTA_SIGNOUT: { id: 'user.action.delete_account' },\n CTA_ACCOUNT: { id: 'user.action.save_info' },\n CTA_PASSWORD: { id: 'user.action.save_password' },\n CTA_SIGNUP: { id: 'user.action.signup_again' },\n\n DATEOFBIRTH_LABEL: { id: 'user.label.date_of_birth' },\n DATEOFBIRTH_ERROR: { id: 'user.label.date_of_birth_error' },\n DESCRIPTION_ACCOUNT: { id: 'user.label.description_account' },\n DESCRIPTION_PASSWORD: { id: 'user.label.description_password' },\n DESCRIPTION_SIGNOUT: { id: 'user.label.description_delete_account' },\n DESCRIPTION_SIGNOUT_MODAL: { id: 'user.label.modal_delete_account' },\n DESCRIPTION_SIGNOUT_MODAL_SUCCESS: { id: 'user.label.account_deleted' },\n\n EMAIL_LABEL: { id: 'common.label.email' },\n\n FIRSTNAME_LABEL: { id: 'common.label.name' },\n\n LASTNAME_LABEL: { id: 'common.label.lastname' },\n\n PASSWORD_LABEL: { id: 'common.label.password' },\n PASSWORD_HINT: { id: 'user.label.password_hint' },\n PASSWORD_NEW_LABEL: { id: 'user.label.new_password' },\n\n SUBSCRIBED_LABEL: { id: 'user.label.subscribe' },\n\n TITLE_SIGNOUT: { id: 'user.label.delete_account' },\n\n // Notifications\n SUCCESS_ACCOUNT: { id: 'user.notification.update_account_success' },\n SUCCESS_PASSWORD: { id: 'user.notification.update_password_success' },\n SUCCESS_SIGNOUT: { id: 'user.notification.delete_account_success' },\n\n ERROR: { id: 'common.notification.network_error' },\n ERROR_PASSWORD: { id: 'common.notification.password_error' },\n};\n"],"mappings":";;;;;;AAAO,MAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EAClBE,eAAe,EAAE;IAAEC,EAAE,EAAE;EAA4B,CAAC;EACpDC,cAAc,EAAE;IAAED,EAAE,EAAE;EAA2B,CAAC;EAClDE,qBAAqB,EAAE;IAAEF,EAAE,EAAE;EAAsB,CAAC;EAEpDG,cAAc,EAAE;IAAEH,EAAE,EAAE;EAA6B,CAAC;EAEpDI,aAAa,EAAE;IAAEJ,EAAE,EAAE;EAAqB,CAAC;EAC3CK,mBAAmB,EAAE;IAAEL,EAAE,EAAE;EAAsB,CAAC;EAClDM,WAAW,EAAE;IAAEN,EAAE,EAAE;EAA6B,CAAC;EACjDO,WAAW,EAAE;IAAEP,EAAE,EAAE;EAAwB,CAAC;EAC5CQ,YAAY,EAAE;IAAER,EAAE,EAAE;EAA4B,CAAC;EACjDS,UAAU,EAAE;IAAET,EAAE,EAAE;EAA2B,CAAC;EAE9CU,iBAAiB,EAAE;IAAEV,EAAE,EAAE;EAA2B,CAAC;EACrDW,iBAAiB,EAAE;IAAEX,EAAE,EAAE;EAAiC,CAAC;EAC3DY,mBAAmB,EAAE;IAAEZ,EAAE,EAAE;EAAiC,CAAC;EAC7Da,oBAAoB,EAAE;IAAEb,EAAE,EAAE;EAAkC,CAAC;EAC/Dc,mBAAmB,EAAE;IAAEd,EAAE,EAAE;EAAwC,CAAC;EACpEe,yBAAyB,EAAE;IAAEf,EAAE,EAAE;EAAkC,CAAC;EACpEgB,iCAAiC,EAAE;IAAEhB,EAAE,EAAE;EAA6B,CAAC;EAEvEiB,WAAW,EAAE;IAAEjB,EAAE,EAAE;EAAqB,CAAC;EAEzCkB,eAAe,EAAE;IAAElB,EAAE,EAAE;EAAoB,CAAC;EAE5CmB,cAAc,EAAE;IAAEnB,EAAE,EAAE;EAAwB,CAAC;EAE/CoB,cAAc,EAAE;IAAEpB,EAAE,EAAE;EAAwB,CAAC;EAC/CqB,aAAa,EAAE;IAAErB,EAAE,EAAE;EAA2B,CAAC;EACjDsB,kBAAkB,EAAE;IAAEtB,EAAE,EAAE;EAA0B,CAAC;EAErDuB,gBAAgB,EAAE;IAAEvB,EAAE,EAAE;EAAuB,CAAC;EAEhDwB,aAAa,EAAE;IAAExB,EAAE,EAAE;EAA4B,CAAC;EAElD;EACAyB,eAAe,EAAE;IAAEzB,EAAE,EAAE;EAA2C,CAAC;EACnE0B,gBAAgB,EAAE;IAAE1B,EAAE,EAAE;EAA4C,CAAC;EACrE2B,eAAe,EAAE;IAAE3B,EAAE,EAAE;EAA2C,CAAC;EAEnE4B,KAAK,EAAE;IAAE5B,EAAE,EAAE;EAAoC,CAAC;EAClD6B,cAAc,EAAE;IAAE7B,EAAE,EAAE;EAAqC;AAC7D,CAAC"}
|
|
@@ -8,113 +8,112 @@ var _ui = require("@mirai/ui");
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _shared__ = require("../__shared__");
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
-
var _default =
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
};
|
|
11
|
+
var _default = () => /*#__PURE__*/_react.default.createElement(_ui.View, {
|
|
12
|
+
wide: true,
|
|
13
|
+
style: {
|
|
14
|
+
padding: '1rem'
|
|
15
|
+
}
|
|
16
|
+
}, /*#__PURE__*/_react.default.createElement(_ui.View, {
|
|
17
|
+
row: true,
|
|
18
|
+
style: {
|
|
19
|
+
gap: '2rem'
|
|
20
|
+
}
|
|
21
|
+
}, /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
22
|
+
style: {
|
|
23
|
+
height: '2.5rem',
|
|
24
|
+
width: '10rem'
|
|
25
|
+
}
|
|
26
|
+
}), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, null, "My Bookings")), /*#__PURE__*/_react.default.createElement(_ui.View, {
|
|
27
|
+
wide: true,
|
|
28
|
+
style: {
|
|
29
|
+
gap: '0.5rem',
|
|
30
|
+
marginTop: '2rem',
|
|
31
|
+
maxWidth: '30rem'
|
|
32
|
+
}
|
|
33
|
+
}, /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, null, "Fill in your information and save time when booking"), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
34
|
+
style: {
|
|
35
|
+
height: '3.5rem'
|
|
36
|
+
}
|
|
37
|
+
}), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
38
|
+
style: {
|
|
39
|
+
height: '3.5rem'
|
|
40
|
+
}
|
|
41
|
+
}), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
42
|
+
style: {
|
|
43
|
+
height: '3.5rem'
|
|
44
|
+
}
|
|
45
|
+
}), /*#__PURE__*/_react.default.createElement(_ui.View, {
|
|
46
|
+
row: true,
|
|
47
|
+
style: {
|
|
48
|
+
gap: '0.5rem',
|
|
49
|
+
marginTop: '1.5rem'
|
|
50
|
+
}
|
|
51
|
+
}, /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
52
|
+
style: {
|
|
53
|
+
height: '3.5rem',
|
|
54
|
+
width: '5rem'
|
|
55
|
+
}
|
|
56
|
+
}), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
57
|
+
style: {
|
|
58
|
+
height: '3.5rem',
|
|
59
|
+
width: '5rem'
|
|
60
|
+
}
|
|
61
|
+
}), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
62
|
+
style: {
|
|
63
|
+
height: '3.5rem',
|
|
64
|
+
width: '5rem'
|
|
65
|
+
}
|
|
66
|
+
})), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
67
|
+
style: {
|
|
68
|
+
height: '3.5rem'
|
|
69
|
+
}
|
|
70
|
+
}), /*#__PURE__*/_react.default.createElement(_ui.View, {
|
|
71
|
+
row: true,
|
|
72
|
+
style: {
|
|
73
|
+
gap: '1rem'
|
|
74
|
+
}
|
|
75
|
+
}, /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, null), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
76
|
+
action: true
|
|
77
|
+
}, "Subscribe to our news")), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
78
|
+
wide: true,
|
|
79
|
+
style: {
|
|
80
|
+
height: '2.5rem'
|
|
81
|
+
}
|
|
82
|
+
}), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
83
|
+
style: {
|
|
84
|
+
marginTop: '2rem'
|
|
85
|
+
}
|
|
86
|
+
}, "Change your password"), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
87
|
+
style: {
|
|
88
|
+
height: '3.5rem'
|
|
89
|
+
}
|
|
90
|
+
}), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
91
|
+
action: true
|
|
92
|
+
}, "Requirements: 8 characters, a number & a capital letter."), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
93
|
+
style: {
|
|
94
|
+
height: '3.5rem'
|
|
95
|
+
}
|
|
96
|
+
}), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
97
|
+
action: true
|
|
98
|
+
}, "Requirements: 8 characters, a number & a capital letter."), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
99
|
+
wide: true,
|
|
100
|
+
style: {
|
|
101
|
+
height: '2.5rem',
|
|
102
|
+
marginTop: '0.5rem'
|
|
103
|
+
}
|
|
104
|
+
}), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
105
|
+
bold: true,
|
|
106
|
+
headline: true,
|
|
107
|
+
level: 3,
|
|
108
|
+
style: {
|
|
109
|
+
marginTop: '2rem'
|
|
110
|
+
}
|
|
111
|
+
}, "Delete my account from Hotel"), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, null, "Your member account will be permanently deleted from our database. This action is not reversible."), /*#__PURE__*/_react.default.createElement(_shared__.Skeleton, {
|
|
112
|
+
wide: true,
|
|
113
|
+
style: {
|
|
114
|
+
height: '2.5rem',
|
|
115
|
+
marginTop: '0.5rem'
|
|
116
|
+
}
|
|
117
|
+
})));
|
|
118
|
+
exports.default = _default;
|
|
120
119
|
//# sourceMappingURL=Profile.skeleton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.skeleton.js","names":["_ui","require","_react","_interopRequireDefault","_shared__","obj","__esModule","default","_default","
|
|
1
|
+
{"version":3,"file":"Profile.skeleton.js","names":["_ui","require","_react","_interopRequireDefault","_shared__","obj","__esModule","default","_default","createElement","View","wide","style","padding","row","gap","Skeleton","height","width","marginTop","maxWidth","action","bold","headline","level","exports"],"sources":["../../../src/components/Profile/Profile.skeleton.jsx"],"sourcesContent":["import { View } from '@mirai/ui';\nimport React from 'react';\n\nimport { Skeleton } from '../__shared__';\n\nexport default () => (\n <View wide style={{ padding: '1rem' }}>\n <View row style={{ gap: '2rem' }}>\n <Skeleton style={{ height: '2.5rem', width: '10rem' }} />\n <Skeleton>My Bookings</Skeleton>\n </View>\n <View wide style={{ gap: '0.5rem', marginTop: '2rem', maxWidth: '30rem' }}>\n <Skeleton>Fill in your information and save time when booking</Skeleton>\n <Skeleton style={{ height: '3.5rem' }} />\n <Skeleton style={{ height: '3.5rem' }} />\n <Skeleton style={{ height: '3.5rem' }} />\n <View row style={{ gap: '0.5rem', marginTop: '1.5rem' }}>\n <Skeleton style={{ height: '3.5rem', width: '5rem' }} />\n <Skeleton style={{ height: '3.5rem', width: '5rem' }} />\n <Skeleton style={{ height: '3.5rem', width: '5rem' }} />\n </View>\n <Skeleton style={{ height: '3.5rem' }} />\n <View row style={{ gap: '1rem' }}>\n <Skeleton />\n <Skeleton action>Subscribe to our news</Skeleton>\n </View>\n <Skeleton wide style={{ height: '2.5rem' }}></Skeleton>\n\n <Skeleton style={{ marginTop: '2rem' }}>Change your password</Skeleton>\n <Skeleton style={{ height: '3.5rem' }} />\n <Skeleton action>Requirements: 8 characters, a number & a capital letter.</Skeleton>\n <Skeleton style={{ height: '3.5rem' }} />\n <Skeleton action>Requirements: 8 characters, a number & a capital letter.</Skeleton>\n <Skeleton wide style={{ height: '2.5rem', marginTop: '0.5rem' }}></Skeleton>\n\n <Skeleton bold headline level={3} style={{ marginTop: '2rem' }}>\n Delete my account from Hotel\n </Skeleton>\n <Skeleton>\n Your member account will be permanently deleted from our database. This action is not reversible.\n </Skeleton>\n <Skeleton wide style={{ height: '2.5rem', marginTop: '0.5rem' }}></Skeleton>\n </View>\n </View>\n);\n"],"mappings":"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"}
|
|
@@ -4,17 +4,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.TRACKING = exports.STORAGE_KEY = exports.OPTION = exports.DATE_FORMAT = exports.CACHE_LIMIT = void 0;
|
|
7
|
-
|
|
7
|
+
const CACHE_LIMIT = exports.CACHE_LIMIT = 1000 * 60 * 60; // 1 hour
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
const DATE_FORMAT = exports.DATE_FORMAT = {
|
|
10
10
|
weekday: 'short',
|
|
11
11
|
month: 'short',
|
|
12
12
|
day: 'numeric'
|
|
13
13
|
};
|
|
14
|
-
|
|
14
|
+
const OPTION = exports.OPTION = {
|
|
15
15
|
MANAGE: 'manage',
|
|
16
16
|
SITE: 'site'
|
|
17
17
|
};
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
const STORAGE_KEY = exports.STORAGE_KEY = 'MIRAI:USER:BOOKINGS';
|
|
19
|
+
const TRACKING = exports.TRACKING = 'BOOKINGS';
|
|
20
20
|
//# sourceMappingURL=Booking.constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Booking.constants.js","names":["CACHE_LIMIT","exports","DATE_FORMAT","weekday","month","day","OPTION","MANAGE","SITE","STORAGE_KEY","TRACKING"],"sources":["../../../../../src/components/Profile/components/Bookings/Booking.constants.js"],"sourcesContent":["const CACHE_LIMIT = 1000 * 60 * 60; // 1 hour\n\nconst DATE_FORMAT = { weekday: 'short', month: 'short', day: 'numeric' };\n\nconst OPTION = {\n MANAGE: 'manage',\n SITE: 'site',\n};\n\nconst STORAGE_KEY = 'MIRAI:USER:BOOKINGS';\n\nconst TRACKING = 'BOOKINGS';\n\nexport { CACHE_LIMIT, DATE_FORMAT, OPTION, STORAGE_KEY, TRACKING };\n"],"mappings":";;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"Booking.constants.js","names":["CACHE_LIMIT","exports","DATE_FORMAT","weekday","month","day","OPTION","MANAGE","SITE","STORAGE_KEY","TRACKING"],"sources":["../../../../../src/components/Profile/components/Bookings/Booking.constants.js"],"sourcesContent":["const CACHE_LIMIT = 1000 * 60 * 60; // 1 hour\n\nconst DATE_FORMAT = { weekday: 'short', month: 'short', day: 'numeric' };\n\nconst OPTION = {\n MANAGE: 'manage',\n SITE: 'site',\n};\n\nconst STORAGE_KEY = 'MIRAI:USER:BOOKINGS';\n\nconst TRACKING = 'BOOKINGS';\n\nexport { CACHE_LIMIT, DATE_FORMAT, OPTION, STORAGE_KEY, TRACKING };\n"],"mappings":";;;;;;AAAA,MAAMA,WAAW,GAAAC,OAAA,CAAAD,WAAA,GAAG,IAAI,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC;;AAEpC,MAAME,WAAW,GAAAD,OAAA,CAAAC,WAAA,GAAG;EAAEC,OAAO,EAAE,OAAO;EAAEC,KAAK,EAAE,OAAO;EAAEC,GAAG,EAAE;AAAU,CAAC;AAExE,MAAMC,MAAM,GAAAL,OAAA,CAAAK,MAAA,GAAG;EACbC,MAAM,EAAE,QAAQ;EAChBC,IAAI,EAAE;AACR,CAAC;AAED,MAAMC,WAAW,GAAAR,OAAA,CAAAQ,WAAA,GAAG,qBAAqB;AAEzC,MAAMC,QAAQ,GAAAT,OAAA,CAAAS,QAAA,GAAG,UAAU"}
|