@mirai/core 0.3.36 → 0.3.38
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 +53 -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 -100
- 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 -12
- 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":"TextRequiredFields.js","names":["_locale","require","_ui","_react","_interopRequireDefault","_TextRequiredFields","style","_interopRequireWildcard","_getRequireWildcardCache","
|
|
1
|
+
{"version":3,"file":"TextRequiredFields.js","names":["_locale","require","_ui","_react","_interopRequireDefault","_TextRequiredFields","style","_interopRequireWildcard","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","obj","_extends","assign","bind","target","arguments","length","source","key","apply","TextRequiredFields","_ref","others","translate","useLocale","createElement","Text","small","className","styles","text","asterisk","L10N","CAPTION","exports","displayName","propTypes"],"sources":["../../../../src/components/__shared__/TextRequiredFields/TextRequiredFields.jsx"],"sourcesContent":["import { useLocale } from '@mirai/locale';\nimport { styles, Text } from '@mirai/ui';\nimport React from 'react';\n\nimport { L10N } from './TextRequiredFields.l10n';\nimport * as style from './TextRequiredFields.module.css';\n\nconst TextRequiredFields = ({ ...others }) => {\n const { translate } = useLocale();\n\n return (\n <Text small {...others} className={styles(style.text, others.className)}>\n <span className={style.asterisk}>*</span> {translate(L10N.CAPTION)}\n </Text>\n );\n};\n\nTextRequiredFields.displayName = 'Mirai:User:components:TextRequiredFields';\n\nTextRequiredFields.propTypes = {};\n\nexport { TextRequiredFields };\n"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextRequiredFields.l10n.js","names":["L10N","exports","CAPTION","id","defaultMessage"],"sources":["../../../../src/components/__shared__/TextRequiredFields/TextRequiredFields.l10n.js"],"sourcesContent":["export const L10N = {\n CAPTION: { id: 'common.label.required_field', defaultMessage: '$Required Fields' },\n};\n"],"mappings":";;;;;;AAAO,
|
|
1
|
+
{"version":3,"file":"TextRequiredFields.l10n.js","names":["L10N","exports","CAPTION","id","defaultMessage"],"sources":["../../../../src/components/__shared__/TextRequiredFields/TextRequiredFields.l10n.js"],"sourcesContent":["export const L10N = {\n CAPTION: { id: 'common.label.required_field', defaultMessage: '$Required Fields' },\n};\n"],"mappings":";;;;;;AAAO,MAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EAClBE,OAAO,EAAE;IAAEC,EAAE,EAAE,6BAA6B;IAAEC,cAAc,EAAE;EAAmB;AACnF,CAAC"}
|
|
@@ -9,7 +9,7 @@ Object.keys(_TextRequiredFields).forEach(function (key) {
|
|
|
9
9
|
if (key in exports && exports[key] === _TextRequiredFields[key]) return;
|
|
10
10
|
Object.defineProperty(exports, key, {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function
|
|
12
|
+
get: function () {
|
|
13
13
|
return _TextRequiredFields[key];
|
|
14
14
|
}
|
|
15
15
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_TextRequiredFields","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["../../../../src/components/__shared__/TextRequiredFields/index.js"],"sourcesContent":["export * from './TextRequiredFields';\n"],"mappings":";;;;;AAAA,IAAAA,mBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,mBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,mBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,
|
|
1
|
+
{"version":3,"file":"index.js","names":["_TextRequiredFields","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["../../../../src/components/__shared__/TextRequiredFields/index.js"],"sourcesContent":["export * from './TextRequiredFields';\n"],"mappings":";;;;;AAAA,IAAAA,mBAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,mBAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,mBAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,mBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
|
|
@@ -9,7 +9,7 @@ Object.keys(_BookingDates).forEach(function (key) {
|
|
|
9
9
|
if (key in exports && exports[key] === _BookingDates[key]) return;
|
|
10
10
|
Object.defineProperty(exports, key, {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function
|
|
12
|
+
get: function () {
|
|
13
13
|
return _BookingDates[key];
|
|
14
14
|
}
|
|
15
15
|
});
|
|
@@ -20,7 +20,7 @@ Object.keys(_BookingTable).forEach(function (key) {
|
|
|
20
20
|
if (key in exports && exports[key] === _BookingTable[key]) return;
|
|
21
21
|
Object.defineProperty(exports, key, {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function
|
|
23
|
+
get: function () {
|
|
24
24
|
return _BookingTable[key];
|
|
25
25
|
}
|
|
26
26
|
});
|
|
@@ -31,7 +31,7 @@ Object.keys(_ButtonMore).forEach(function (key) {
|
|
|
31
31
|
if (key in exports && exports[key] === _ButtonMore[key]) return;
|
|
32
32
|
Object.defineProperty(exports, key, {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function
|
|
34
|
+
get: function () {
|
|
35
35
|
return _ButtonMore[key];
|
|
36
36
|
}
|
|
37
37
|
});
|
|
@@ -42,7 +42,7 @@ Object.keys(_ButtonPayment).forEach(function (key) {
|
|
|
42
42
|
if (key in exports && exports[key] === _ButtonPayment[key]) return;
|
|
43
43
|
Object.defineProperty(exports, key, {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function
|
|
45
|
+
get: function () {
|
|
46
46
|
return _ButtonPayment[key];
|
|
47
47
|
}
|
|
48
48
|
});
|
|
@@ -53,7 +53,7 @@ Object.keys(_Field).forEach(function (key) {
|
|
|
53
53
|
if (key in exports && exports[key] === _Field[key]) return;
|
|
54
54
|
Object.defineProperty(exports, key, {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function
|
|
56
|
+
get: function () {
|
|
57
57
|
return _Field[key];
|
|
58
58
|
}
|
|
59
59
|
});
|
|
@@ -64,7 +64,7 @@ Object.keys(_FieldOccupation).forEach(function (key) {
|
|
|
64
64
|
if (key in exports && exports[key] === _FieldOccupation[key]) return;
|
|
65
65
|
Object.defineProperty(exports, key, {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function
|
|
67
|
+
get: function () {
|
|
68
68
|
return _FieldOccupation[key];
|
|
69
69
|
}
|
|
70
70
|
});
|
|
@@ -75,7 +75,7 @@ Object.keys(_FieldPromocode).forEach(function (key) {
|
|
|
75
75
|
if (key in exports && exports[key] === _FieldPromocode[key]) return;
|
|
76
76
|
Object.defineProperty(exports, key, {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function
|
|
78
|
+
get: function () {
|
|
79
79
|
return _FieldPromocode[key];
|
|
80
80
|
}
|
|
81
81
|
});
|
|
@@ -86,7 +86,7 @@ Object.keys(_Occupation).forEach(function (key) {
|
|
|
86
86
|
if (key in exports && exports[key] === _Occupation[key]) return;
|
|
87
87
|
Object.defineProperty(exports, key, {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function
|
|
89
|
+
get: function () {
|
|
90
90
|
return _Occupation[key];
|
|
91
91
|
}
|
|
92
92
|
});
|
|
@@ -97,7 +97,7 @@ Object.keys(_Payment).forEach(function (key) {
|
|
|
97
97
|
if (key in exports && exports[key] === _Payment[key]) return;
|
|
98
98
|
Object.defineProperty(exports, key, {
|
|
99
99
|
enumerable: true,
|
|
100
|
-
get: function
|
|
100
|
+
get: function () {
|
|
101
101
|
return _Payment[key];
|
|
102
102
|
}
|
|
103
103
|
});
|
|
@@ -108,7 +108,7 @@ Object.keys(_PriceBreakdown).forEach(function (key) {
|
|
|
108
108
|
if (key in exports && exports[key] === _PriceBreakdown[key]) return;
|
|
109
109
|
Object.defineProperty(exports, key, {
|
|
110
110
|
enumerable: true,
|
|
111
|
-
get: function
|
|
111
|
+
get: function () {
|
|
112
112
|
return _PriceBreakdown[key];
|
|
113
113
|
}
|
|
114
114
|
});
|
|
@@ -119,7 +119,7 @@ Object.keys(_Skeleton).forEach(function (key) {
|
|
|
119
119
|
if (key in exports && exports[key] === _Skeleton[key]) return;
|
|
120
120
|
Object.defineProperty(exports, key, {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function
|
|
122
|
+
get: function () {
|
|
123
123
|
return _Skeleton[key];
|
|
124
124
|
}
|
|
125
125
|
});
|
|
@@ -130,7 +130,7 @@ Object.keys(_TextRequiredFields).forEach(function (key) {
|
|
|
130
130
|
if (key in exports && exports[key] === _TextRequiredFields[key]) return;
|
|
131
131
|
Object.defineProperty(exports, key, {
|
|
132
132
|
enumerable: true,
|
|
133
|
-
get: function
|
|
133
|
+
get: function () {
|
|
134
134
|
return _TextRequiredFields[key];
|
|
135
135
|
}
|
|
136
136
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_BookingDates","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_BookingTable","_ButtonMore","_ButtonPayment","_Field","_FieldOccupation","_FieldPromocode","_Occupation","_Payment","_PriceBreakdown","_Skeleton","_TextRequiredFields"],"sources":["../../../src/components/__shared__/index.js"],"sourcesContent":["export * from './BookingDates';\nexport * from './BookingTable';\nexport * from './ButtonMore';\nexport * from './ButtonPayment';\nexport * from './Field';\nexport * from './FieldOccupation';\nexport * from './FieldPromocode';\nexport * from './Occupation';\nexport * from './Payment';\nexport * from './PriceBreakdown';\nexport * from './Skeleton';\nexport * from './TextRequiredFields';\n"],"mappings":";;;;;AAAA,IAAAA,aAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,aAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,aAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,
|
|
1
|
+
{"version":3,"file":"index.js","names":["_BookingDates","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_BookingTable","_ButtonMore","_ButtonPayment","_Field","_FieldOccupation","_FieldPromocode","_Occupation","_Payment","_PriceBreakdown","_Skeleton","_TextRequiredFields"],"sources":["../../../src/components/__shared__/index.js"],"sourcesContent":["export * from './BookingDates';\nexport * from './BookingTable';\nexport * from './ButtonMore';\nexport * from './ButtonPayment';\nexport * from './Field';\nexport * from './FieldOccupation';\nexport * from './FieldPromocode';\nexport * from './Occupation';\nexport * from './Payment';\nexport * from './PriceBreakdown';\nexport * from './Skeleton';\nexport * from './TextRequiredFields';\n"],"mappings":"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"}
|
|
@@ -4,106 +4,146 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.ICON_AMENITIES = void 0;
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
7
|
+
var _FaKitchenSet = require("@react-icons/all-files/fa6/FaKitchenSet");
|
|
8
|
+
var _GiForkKnifeSpoon = require("@react-icons/all-files/gi/GiForkKnifeSpoon");
|
|
9
|
+
var _GiSlippers = require("@react-icons/all-files/gi/GiSlippers");
|
|
10
|
+
var _MdAir = require("@react-icons/all-files/md/MdAir");
|
|
11
|
+
var _MdAlarm = require("@react-icons/all-files/md/MdAlarm");
|
|
12
|
+
var _MdBalcony = require("@react-icons/all-files/md/MdBalcony");
|
|
13
|
+
var _MdCable = require("@react-icons/all-files/md/MdCable");
|
|
14
|
+
var _MdOutlineBathtub = require("@react-icons/all-files/md/MdOutlineBathtub");
|
|
15
|
+
var _MdOutlineBeachAccess = require("@react-icons/all-files/md/MdOutlineBeachAccess");
|
|
16
|
+
var _MdOutlineCoffeeMaker = require("@react-icons/all-files/md/MdOutlineCoffeeMaker");
|
|
17
|
+
var _MdOutlineDesk = require("@react-icons/all-files/md/MdOutlineDesk");
|
|
18
|
+
var _MdOutlineFreeBreakfast = require("@react-icons/all-files/md/MdOutlineFreeBreakfast");
|
|
19
|
+
var _MdOutlineGolfCourse = require("@react-icons/all-files/md/MdOutlineGolfCourse");
|
|
20
|
+
var _MdOutlineIron = require("@react-icons/all-files/md/MdOutlineIron");
|
|
21
|
+
var _MdOutlineLiving = require("@react-icons/all-files/md/MdOutlineLiving");
|
|
22
|
+
var _MdOutlineLocalBar = require("@react-icons/all-files/md/MdOutlineLocalBar");
|
|
23
|
+
var _MdOutlineLocalLaundryService = require("@react-icons/all-files/md/MdOutlineLocalLaundryService");
|
|
24
|
+
var _MdOutlineLocalTaxi = require("@react-icons/all-files/md/MdOutlineLocalTaxi");
|
|
25
|
+
var _MdOutlineMenuBook = require("@react-icons/all-files/md/MdOutlineMenuBook");
|
|
26
|
+
var _MdOutlineMicrowave = require("@react-icons/all-files/md/MdOutlineMicrowave");
|
|
27
|
+
var _MdOutlineNewspaper = require("@react-icons/all-files/md/MdOutlineNewspaper");
|
|
28
|
+
var _MdOutlineOutdoorGrill = require("@react-icons/all-files/md/MdOutlineOutdoorGrill");
|
|
29
|
+
var _MdOutlinePool = require("@react-icons/all-files/md/MdOutlinePool");
|
|
30
|
+
var _MdOutlineRadio = require("@react-icons/all-files/md/MdOutlineRadio");
|
|
31
|
+
var _MdOutlineShower = require("@react-icons/all-files/md/MdOutlineShower");
|
|
32
|
+
var _MdOutlineSpeaker = require("@react-icons/all-files/md/MdOutlineSpeaker");
|
|
33
|
+
var _MdOutlineSurroundSound = require("@react-icons/all-files/md/MdOutlineSurroundSound");
|
|
34
|
+
var _MdOutlineTablet = require("@react-icons/all-files/md/MdOutlineTablet");
|
|
35
|
+
var _MdOutlineWash = require("@react-icons/all-files/md/MdOutlineWash");
|
|
36
|
+
var _MdOutlineWaterDrop = require("@react-icons/all-files/md/MdOutlineWaterDrop");
|
|
37
|
+
var _MdOutlineWbSunny = require("@react-icons/all-files/md/MdOutlineWbSunny");
|
|
38
|
+
var _PiFan = require("@react-icons/all-files/pi/PiFan");
|
|
39
|
+
var _PiFlowerTulip = require("@react-icons/all-files/pi/PiFlowerTulip");
|
|
40
|
+
var _PiToilet = require("@react-icons/all-files/pi/PiToilet");
|
|
41
|
+
var _Ri24HoursLine = require("@react-icons/all-files/ri/Ri24HoursLine");
|
|
42
|
+
var _RiAddBoxLine = require("@react-icons/all-files/ri/RiAddBoxLine");
|
|
43
|
+
var _RiFridgeLine = require("@react-icons/all-files/ri/RiFridgeLine");
|
|
44
|
+
var _RiPhoneLine = require("@react-icons/all-files/ri/RiPhoneLine");
|
|
45
|
+
var _RiSafe2Line = require("@react-icons/all-files/ri/RiSafe2Line");
|
|
46
|
+
var _RiShirtLine = require("@react-icons/all-files/ri/RiShirtLine");
|
|
47
|
+
var _RiTempHotLine = require("@react-icons/all-files/ri/RiTempHotLine");
|
|
48
|
+
var _RiTvLine = require("@react-icons/all-files/ri/RiTvLine");
|
|
49
|
+
var _RiWifiLine = require("@react-icons/all-files/ri/RiWifiLine");
|
|
50
|
+
var _TbAirConditioning = require("@react-icons/all-files/tb/TbAirConditioning");
|
|
51
|
+
var _TbScaleOutline = require("@react-icons/all-files/tb/TbScaleOutline");
|
|
52
|
+
var _TbSofa = require("@react-icons/all-files/tb/TbSofa");
|
|
53
|
+
const ICON_AMENITIES = exports.ICON_AMENITIES = {
|
|
54
|
+
AMENITY: _RiAddBoxLine.RiAddBoxLine,
|
|
55
|
+
1: _FaKitchenSet.FaKitchenSet,
|
|
56
|
+
2: _RiFridgeLine.RiFridgeLine,
|
|
57
|
+
3: _MdOutlineLocalLaundryService.MdOutlineLocalLaundryService,
|
|
58
|
+
4: _MdOutlineMicrowave.MdOutlineMicrowave,
|
|
59
|
+
5: _MdOutlineIron.MdOutlineIron,
|
|
60
|
+
6: _MdOutlineCoffeeMaker.MdOutlineCoffeeMaker,
|
|
61
|
+
7: _MdOutlineWash.MdOutlineWash,
|
|
62
|
+
8: _MdOutlineLiving.MdOutlineLiving,
|
|
63
|
+
9: _MdBalcony.MdBalcony,
|
|
64
|
+
10: _MdBalcony.MdBalcony,
|
|
65
|
+
11: _MdOutlineRadio.MdOutlineRadio,
|
|
66
|
+
13: _RiTvLine.RiTvLine,
|
|
67
|
+
14: _RiPhoneLine.RiPhoneLine,
|
|
68
|
+
15: _TbAirConditioning.TbAirConditioning,
|
|
69
|
+
16: _MdOutlineLocalBar.MdOutlineLocalBar,
|
|
70
|
+
17: _MdOutlineLocalBar.MdOutlineLocalBar,
|
|
71
|
+
18: _RiSafe2Line.RiSafe2Line,
|
|
72
|
+
19: _RiSafe2Line.RiSafe2Line,
|
|
73
|
+
20: _MdCable.MdCable,
|
|
74
|
+
21: _MdCable.MdCable,
|
|
75
|
+
22: _RiWifiLine.RiWifiLine,
|
|
76
|
+
23: _RiWifiLine.RiWifiLine,
|
|
37
77
|
// 24: 'suelo_moqueta',
|
|
38
78
|
// 25: 'suelo_parquet',
|
|
39
79
|
// 26: 'suelo_madera',
|
|
40
80
|
// 27: 'suelo_marmol',
|
|
41
81
|
// 28: 'suelo_baldosas',
|
|
42
|
-
51:
|
|
43
|
-
52:
|
|
44
|
-
53:
|
|
45
|
-
54:
|
|
46
|
-
55:
|
|
82
|
+
51: _MdOutlineShower.MdOutlineShower,
|
|
83
|
+
52: _MdOutlineBathtub.MdOutlineBathtub,
|
|
84
|
+
53: _MdOutlineBathtub.MdOutlineBathtub,
|
|
85
|
+
54: _MdOutlineBathtub.MdOutlineBathtub,
|
|
86
|
+
55: _MdOutlineWaterDrop.MdOutlineWaterDrop,
|
|
47
87
|
// 56: 'bidet',
|
|
48
|
-
57:
|
|
88
|
+
57: _MdAir.MdAir,
|
|
49
89
|
// 58: 'espejo_maquillaje',
|
|
50
90
|
// 59: 'albornoz',
|
|
51
|
-
60:
|
|
52
|
-
61:
|
|
53
|
-
62:
|
|
54
|
-
63:
|
|
55
|
-
64:
|
|
56
|
-
65:
|
|
57
|
-
67:
|
|
58
|
-
68:
|
|
59
|
-
69:
|
|
91
|
+
60: _GiSlippers.GiSlippers,
|
|
92
|
+
61: _MdOutlineTablet.MdOutlineTablet,
|
|
93
|
+
62: _MdOutlineTablet.MdOutlineTablet,
|
|
94
|
+
63: _MdOutlineBathtub.MdOutlineBathtub,
|
|
95
|
+
64: _MdOutlineOutdoorGrill.MdOutlineOutdoorGrill,
|
|
96
|
+
65: _RiTempHotLine.RiTempHotLine,
|
|
97
|
+
67: _FaKitchenSet.FaKitchenSet,
|
|
98
|
+
68: _FaKitchenSet.FaKitchenSet,
|
|
99
|
+
69: _MdOutlineDesk.MdOutlineDesk,
|
|
60
100
|
// 70: 'horno',
|
|
61
|
-
71:
|
|
101
|
+
71: _MdOutlineWaterDrop.MdOutlineWaterDrop,
|
|
62
102
|
// 72: 'jaima',
|
|
63
|
-
73:
|
|
64
|
-
74:
|
|
65
|
-
75:
|
|
66
|
-
76:
|
|
67
|
-
77:
|
|
68
|
-
79:
|
|
69
|
-
80:
|
|
103
|
+
73: _PiFlowerTulip.PiFlowerTulip,
|
|
104
|
+
74: _MdOutlineLocalLaundryService.MdOutlineLocalLaundryService,
|
|
105
|
+
75: _GiForkKnifeSpoon.GiForkKnifeSpoon,
|
|
106
|
+
76: _MdOutlinePool.MdOutlinePool,
|
|
107
|
+
77: _MdOutlinePool.MdOutlinePool,
|
|
108
|
+
79: _MdOutlineLiving.MdOutlineLiving,
|
|
109
|
+
80: _MdOutlineWbSunny.MdOutlineWbSunny,
|
|
70
110
|
// 81: 'tocador',
|
|
71
|
-
82:
|
|
72
|
-
83:
|
|
73
|
-
84:
|
|
74
|
-
85:
|
|
111
|
+
82: _PiFan.PiFan,
|
|
112
|
+
83: _RiShirtLine.RiShirtLine,
|
|
113
|
+
84: _MdOutlineBeachAccess.MdOutlineBeachAccess,
|
|
114
|
+
85: _MdOutlineBeachAccess.MdOutlineBeachAccess,
|
|
75
115
|
// 86: 'vitroceramica',
|
|
76
|
-
87:
|
|
77
|
-
90:
|
|
78
|
-
91:
|
|
79
|
-
92:
|
|
80
|
-
93:
|
|
116
|
+
87: _MdOutlineBathtub.MdOutlineBathtub,
|
|
117
|
+
90: _TbSofa.TbSofa,
|
|
118
|
+
91: _TbSofa.TbSofa,
|
|
119
|
+
92: _PiToilet.PiToilet,
|
|
120
|
+
93: _MdAlarm.MdAlarm,
|
|
81
121
|
// 94: 'camas_balinesas',
|
|
82
122
|
// 95: 'hamacas',
|
|
83
|
-
96:
|
|
84
|
-
97:
|
|
85
|
-
98:
|
|
86
|
-
99:
|
|
87
|
-
100:
|
|
88
|
-
101:
|
|
89
|
-
102:
|
|
90
|
-
103:
|
|
123
|
+
96: _RiTempHotLine.RiTempHotLine,
|
|
124
|
+
97: _MdOutlineBeachAccess.MdOutlineBeachAccess,
|
|
125
|
+
98: _MdOutlineWaterDrop.MdOutlineWaterDrop,
|
|
126
|
+
99: _MdOutlineBathtub.MdOutlineBathtub,
|
|
127
|
+
100: _Ri24HoursLine.Ri24HoursLine,
|
|
128
|
+
101: _MdOutlineCoffeeMaker.MdOutlineCoffeeMaker,
|
|
129
|
+
102: _RiTvLine.RiTvLine,
|
|
130
|
+
103: _MdOutlineLocalTaxi.MdOutlineLocalTaxi,
|
|
91
131
|
// 104: 'docking_station',
|
|
92
132
|
// 105: 'amenities_bulgari',
|
|
93
|
-
106:
|
|
133
|
+
106: _MdOutlineLocalLaundryService.MdOutlineLocalLaundryService,
|
|
94
134
|
// 107: 'hamacas_sumergidas',
|
|
95
|
-
108:
|
|
96
|
-
109:
|
|
97
|
-
111:
|
|
98
|
-
112:
|
|
99
|
-
113:
|
|
100
|
-
114:
|
|
101
|
-
115:
|
|
102
|
-
116:
|
|
103
|
-
117:
|
|
104
|
-
118:
|
|
135
|
+
108: _MdOutlineShower.MdOutlineShower,
|
|
136
|
+
109: _MdOutlineNewspaper.MdOutlineNewspaper,
|
|
137
|
+
111: _RiTvLine.RiTvLine,
|
|
138
|
+
112: _TbScaleOutline.TbScaleOutline,
|
|
139
|
+
113: _MdOutlineLocalTaxi.MdOutlineLocalTaxi,
|
|
140
|
+
114: _RiPhoneLine.RiPhoneLine,
|
|
141
|
+
115: _MdOutlineFreeBreakfast.MdOutlineFreeBreakfast,
|
|
142
|
+
116: _MdOutlineGolfCourse.MdOutlineGolfCourse,
|
|
143
|
+
117: _MdOutlineSurroundSound.MdOutlineSurroundSound,
|
|
144
|
+
118: _MdOutlineSpeaker.MdOutlineSpeaker,
|
|
105
145
|
// 119: 'amenities_bano',
|
|
106
|
-
120:
|
|
107
|
-
121:
|
|
146
|
+
120: _Ri24HoursLine.Ri24HoursLine,
|
|
147
|
+
121: _MdOutlineMenuBook.MdOutlineMenuBook
|
|
108
148
|
};
|
|
109
149
|
//# sourceMappingURL=ICON.AMENITIES.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ICON.AMENITIES.js","names":["_fa","require","_gi","_md","_pi","_ri","_tb","ICON_AMENITIES","exports","AMENITY","KITCHEN","FRIDGE","WASHER","MICROWAVE","IRON","COFFEE_MAKER","WASH_BASIN","LIVING_ROOM","BALCONY","RADIO","TV","PHONE","AIR_CONDITIONING","BAR","SAFE","CABLE","WIFI","SHOWER","BATH","WATER","AIR","SLIPPERS","TABLET","BARBECUE","HEATING","DESK","FLOWER","CUTLERY","POOL","SUN","FAN","CLOTHES","BEACH","SOFA","TOILET","ALARM","TWENTY_FOUR_HOURS","TAXI","NEWSPAPER","SCALE","BREAKFAST","GOLF","SURROUND","SPEAKER","MENU"],"sources":["../../../src/components/helpers/ICON.AMENITIES.js"],"sourcesContent":["import {\n //\n FaKitchenSet as KITCHEN,\n} from 'react-icons/fa6';\nimport {\n //\n GiForkKnifeSpoon as CUTLERY,\n GiSlippers as SLIPPERS,\n} from 'react-icons/gi';\nimport {\n MdAir as AIR,\n MdAlarm as ALARM,\n MdOutlineOutdoorGrill as BARBECUE,\n MdBalcony as BALCONY,\n MdOutlineLocalBar as BAR,\n MdOutlineBathtub as BATH,\n MdOutlineBeachAccess as BEACH,\n MdOutlineFreeBreakfast as BREAKFAST,\n MdCable as CABLE,\n MdOutlineCoffeeMaker as COFFEE_MAKER,\n MdOutlineDesk as DESK,\n MdOutlineGolfCourse as GOLF,\n MdOutlineIron as IRON,\n MdOutlineLiving as LIVING_ROOM,\n MdOutlineMenuBook as MENU,\n MdOutlineNewspaper as NEWSPAPER,\n MdOutlinePool as POOL,\n MdOutlineRadio as RADIO,\n MdOutlineShower as SHOWER,\n MdOutlineSurroundSound as SURROUND,\n MdOutlineSpeaker as SPEAKER,\n MdOutlineWbSunny as SUN,\n MdOutlineTablet as TABLET,\n MdOutlineLocalTaxi as TAXI,\n MdOutlineMicrowave as MICROWAVE,\n MdOutlineWash as WASH_BASIN,\n MdOutlineLocalLaundryService as WASHER,\n MdOutlineWaterDrop as WATER,\n} from 'react-icons/md';\nimport {\n //\n PiFan as FAN,\n PiFlowerTulip as FLOWER,\n PiToilet as TOILET,\n} from 'react-icons/pi';\nimport {\n Ri24HoursLine as TWENTY_FOUR_HOURS,\n RiAddBoxLine as AMENITY,\n RiFridgeLine as FRIDGE,\n RiTempHotLine as HEATING,\n RiSafe2Line as SAFE,\n RiPhoneLine as PHONE,\n RiShirtLine as CLOTHES,\n RiTvLine as TV,\n RiWifiLine as WIFI,\n} from 'react-icons/ri';\nimport {\n //\n TbAirConditioning as AIR_CONDITIONING,\n TbScaleOutline as SCALE,\n TbSofa as SOFA,\n} from 'react-icons/tb';\n\nexport const ICON_AMENITIES = {\n AMENITY,\n 1: KITCHEN,\n 2: FRIDGE,\n 3: WASHER,\n 4: MICROWAVE,\n 5: IRON,\n 6: COFFEE_MAKER,\n 7: WASH_BASIN,\n 8: LIVING_ROOM,\n 9: BALCONY,\n 10: BALCONY,\n 11: RADIO,\n 13: TV,\n 14: PHONE,\n 15: AIR_CONDITIONING,\n 16: BAR,\n 17: BAR,\n 18: SAFE,\n 19: SAFE,\n 20: CABLE,\n 21: CABLE,\n 22: WIFI,\n 23: WIFI,\n // 24: 'suelo_moqueta',\n // 25: 'suelo_parquet',\n // 26: 'suelo_madera',\n // 27: 'suelo_marmol',\n // 28: 'suelo_baldosas',\n 51: SHOWER,\n 52: BATH,\n 53: BATH,\n 54: BATH,\n 55: WATER,\n // 56: 'bidet',\n 57: AIR,\n // 58: 'espejo_maquillaje',\n // 59: 'albornoz',\n 60: SLIPPERS,\n 61: TABLET,\n 62: TABLET,\n 63: BATH,\n 64: BARBECUE,\n 65: HEATING,\n 67: KITCHEN,\n 68: KITCHEN,\n 69: DESK,\n // 70: 'horno',\n 71: WATER,\n // 72: 'jaima',\n 73: FLOWER,\n 74: WASHER,\n 75: CUTLERY,\n 76: POOL,\n 77: POOL,\n 79: LIVING_ROOM,\n 80: SUN,\n // 81: 'tocador',\n 82: FAN,\n 83: CLOTHES,\n 84: BEACH,\n 85: BEACH,\n // 86: 'vitroceramica',\n 87: BATH,\n 90: SOFA,\n 91: SOFA,\n 92: TOILET,\n 93: ALARM,\n // 94: 'camas_balinesas',\n // 95: 'hamacas',\n 96: HEATING,\n 97: BEACH,\n 98: WATER,\n 99: BATH,\n 100: TWENTY_FOUR_HOURS,\n 101: COFFEE_MAKER,\n 102: TV,\n 103: TAXI,\n // 104: 'docking_station',\n // 105: 'amenities_bulgari',\n 106: WASHER,\n // 107: 'hamacas_sumergidas',\n 108: SHOWER,\n 109: NEWSPAPER,\n 111: TV,\n 112: SCALE,\n 113: TAXI,\n 114: PHONE,\n 115: BREAKFAST,\n 116: GOLF,\n 117: SURROUND,\n 118: SPEAKER,\n // 119: 'amenities_bano',\n 120: TWENTY_FOUR_HOURS,\n 121: MENU,\n};\n"],"mappings":";;;;;;AAAA,IAAAA,GAAA,GAAAC,OAAA;AAIA,IAAAC,GAAA,GAAAD,OAAA;AAKA,IAAAE,GAAA,GAAAF,OAAA;AA8BA,IAAAG,GAAA,GAAAH,OAAA;AAMA,IAAAI,GAAA,GAAAJ,OAAA;AAWA,IAAAK,GAAA,GAAAL,OAAA;AAOO,IAAMM,cAAc,GAAAC,OAAA,CAAAD,cAAA,GAAG;EAC5BE,OAAO,EAAPA,gBAAO;EACP,CAAC,EAAEC,gBAAO;EACV,CAAC,EAAEC,gBAAM;EACT,CAAC,EAAEC,gCAAM;EACT,CAAC,EAAEC,sBAAS;EACZ,CAAC,EAAEC,iBAAI;EACP,CAAC,EAAEC,wBAAY;EACf,CAAC,EAAEC,iBAAU;EACb,CAAC,EAAEC,mBAAW;EACd,CAAC,EAAEC,aAAO;EACV,EAAE,EAAEA,aAAO;EACX,EAAE,EAAEC,kBAAK;EACT,EAAE,EAAEC,YAAE;EACN,EAAE,EAAEC,eAAK;EACT,EAAE,EAAEC,qBAAgB;EACpB,EAAE,EAAEC,qBAAG;EACP,EAAE,EAAEA,qBAAG;EACP,EAAE,EAAEC,eAAI;EACR,EAAE,EAAEA,eAAI;EACR,EAAE,EAAEC,WAAK;EACT,EAAE,EAAEA,WAAK;EACT,EAAE,EAAEC,cAAI;EACR,EAAE,EAAEA,cAAI;EACR;EACA;EACA;EACA;EACA;EACA,EAAE,EAAEC,mBAAM;EACV,EAAE,EAAEC,oBAAI;EACR,EAAE,EAAEA,oBAAI;EACR,EAAE,EAAEA,oBAAI;EACR,EAAE,EAAEC,sBAAK;EACT;EACA,EAAE,EAAEC,SAAG;EACP;EACA;EACA,EAAE,EAAEC,cAAQ;EACZ,EAAE,EAAEC,mBAAM;EACV,EAAE,EAAEA,mBAAM;EACV,EAAE,EAAEJ,oBAAI;EACR,EAAE,EAAEK,yBAAQ;EACZ,EAAE,EAAEC,iBAAO;EACX,EAAE,EAAExB,gBAAO;EACX,EAAE,EAAEA,gBAAO;EACX,EAAE,EAAEyB,iBAAI;EACR;EACA,EAAE,EAAEN,sBAAK;EACT;EACA,EAAE,EAAEO,iBAAM;EACV,EAAE,EAAExB,gCAAM;EACV,EAAE,EAAEyB,oBAAO;EACX,EAAE,EAAEC,iBAAI;EACR,EAAE,EAAEA,iBAAI;EACR,EAAE,EAAErB,mBAAW;EACf,EAAE,EAAEsB,oBAAG;EACP;EACA,EAAE,EAAEC,SAAG;EACP,EAAE,EAAEC,eAAO;EACX,EAAE,EAAEC,wBAAK;EACT,EAAE,EAAEA,wBAAK;EACT;EACA,EAAE,EAAEd,oBAAI;EACR,EAAE,EAAEe,UAAI;EACR,EAAE,EAAEA,UAAI;EACR,EAAE,EAAEC,YAAM;EACV,EAAE,EAAEC,WAAK;EACT;EACA;EACA,EAAE,EAAEX,iBAAO;EACX,EAAE,EAAEQ,wBAAK;EACT,EAAE,EAAEb,sBAAK;EACT,EAAE,EAAED,oBAAI;EACR,GAAG,EAAEkB,iBAAiB;EACtB,GAAG,EAAE/B,wBAAY;EACjB,GAAG,EAAEK,YAAE;EACP,GAAG,EAAE2B,sBAAI;EACT;EACA;EACA,GAAG,EAAEnC,gCAAM;EACX;EACA,GAAG,EAAEe,mBAAM;EACX,GAAG,EAAEqB,sBAAS;EACd,GAAG,EAAE5B,YAAE;EACP,GAAG,EAAE6B,kBAAK;EACV,GAAG,EAAEF,sBAAI;EACT,GAAG,EAAE1B,eAAK;EACV,GAAG,EAAE6B,0BAAS;EACd,GAAG,EAAEC,uBAAI;EACT,GAAG,EAAEC,0BAAQ;EACb,GAAG,EAAEC,oBAAO;EACZ;EACA,GAAG,EAAEP,iBAAiB;EACtB,GAAG,EAAEQ;AACP,CAAC"}
|
|
1
|
+
{"version":3,"file":"ICON.AMENITIES.js","names":["_FaKitchenSet","require","_GiForkKnifeSpoon","_GiSlippers","_MdAir","_MdAlarm","_MdBalcony","_MdCable","_MdOutlineBathtub","_MdOutlineBeachAccess","_MdOutlineCoffeeMaker","_MdOutlineDesk","_MdOutlineFreeBreakfast","_MdOutlineGolfCourse","_MdOutlineIron","_MdOutlineLiving","_MdOutlineLocalBar","_MdOutlineLocalLaundryService","_MdOutlineLocalTaxi","_MdOutlineMenuBook","_MdOutlineMicrowave","_MdOutlineNewspaper","_MdOutlineOutdoorGrill","_MdOutlinePool","_MdOutlineRadio","_MdOutlineShower","_MdOutlineSpeaker","_MdOutlineSurroundSound","_MdOutlineTablet","_MdOutlineWash","_MdOutlineWaterDrop","_MdOutlineWbSunny","_PiFan","_PiFlowerTulip","_PiToilet","_Ri24HoursLine","_RiAddBoxLine","_RiFridgeLine","_RiPhoneLine","_RiSafe2Line","_RiShirtLine","_RiTempHotLine","_RiTvLine","_RiWifiLine","_TbAirConditioning","_TbScaleOutline","_TbSofa","ICON_AMENITIES","exports","AMENITY","KITCHEN","FRIDGE","WASHER","MICROWAVE","IRON","COFFEE_MAKER","WASH_BASIN","LIVING_ROOM","BALCONY","RADIO","TV","PHONE","AIR_CONDITIONING","BAR","SAFE","CABLE","WIFI","SHOWER","BATH","WATER","AIR","SLIPPERS","TABLET","BARBECUE","HEATING","DESK","FLOWER","CUTLERY","POOL","SUN","FAN","CLOTHES","BEACH","SOFA","TOILET","ALARM","TWENTY_FOUR_HOURS","TAXI","NEWSPAPER","SCALE","BREAKFAST","GOLF","SURROUND","SPEAKER","MENU"],"sources":["../../../src/components/helpers/ICON.AMENITIES.js"],"sourcesContent":["import { FaKitchenSet as KITCHEN } from '@react-icons/all-files/fa6/FaKitchenSet';\nimport { GiForkKnifeSpoon as CUTLERY } from '@react-icons/all-files/gi/GiForkKnifeSpoon';\nimport { GiSlippers as SLIPPERS } from '@react-icons/all-files/gi/GiSlippers';\nimport { MdAir as AIR } from '@react-icons/all-files/md/MdAir';\nimport { MdAlarm as ALARM } from '@react-icons/all-files/md/MdAlarm';\nimport { MdBalcony as BALCONY } from '@react-icons/all-files/md/MdBalcony';\nimport { MdCable as CABLE } from '@react-icons/all-files/md/MdCable';\nimport { MdOutlineBathtub as BATH } from '@react-icons/all-files/md/MdOutlineBathtub';\nimport { MdOutlineBeachAccess as BEACH } from '@react-icons/all-files/md/MdOutlineBeachAccess';\nimport { MdOutlineCoffeeMaker as COFFEE_MAKER } from '@react-icons/all-files/md/MdOutlineCoffeeMaker';\nimport { MdOutlineDesk as DESK } from '@react-icons/all-files/md/MdOutlineDesk';\nimport { MdOutlineFreeBreakfast as BREAKFAST } from '@react-icons/all-files/md/MdOutlineFreeBreakfast';\nimport { MdOutlineGolfCourse as GOLF } from '@react-icons/all-files/md/MdOutlineGolfCourse';\nimport { MdOutlineIron as IRON } from '@react-icons/all-files/md/MdOutlineIron';\nimport { MdOutlineLiving as LIVING_ROOM } from '@react-icons/all-files/md/MdOutlineLiving';\nimport { MdOutlineLocalBar as BAR } from '@react-icons/all-files/md/MdOutlineLocalBar';\nimport { MdOutlineLocalLaundryService as WASHER } from '@react-icons/all-files/md/MdOutlineLocalLaundryService';\nimport { MdOutlineLocalTaxi as TAXI } from '@react-icons/all-files/md/MdOutlineLocalTaxi';\nimport { MdOutlineMenuBook as MENU } from '@react-icons/all-files/md/MdOutlineMenuBook';\nimport { MdOutlineMicrowave as MICROWAVE } from '@react-icons/all-files/md/MdOutlineMicrowave';\nimport { MdOutlineNewspaper as NEWSPAPER } from '@react-icons/all-files/md/MdOutlineNewspaper';\nimport { MdOutlineOutdoorGrill as BARBECUE } from '@react-icons/all-files/md/MdOutlineOutdoorGrill';\nimport { MdOutlinePool as POOL } from '@react-icons/all-files/md/MdOutlinePool';\nimport { MdOutlineRadio as RADIO } from '@react-icons/all-files/md/MdOutlineRadio';\nimport { MdOutlineShower as SHOWER } from '@react-icons/all-files/md/MdOutlineShower';\nimport { MdOutlineSpeaker as SPEAKER } from '@react-icons/all-files/md/MdOutlineSpeaker';\nimport { MdOutlineSurroundSound as SURROUND } from '@react-icons/all-files/md/MdOutlineSurroundSound';\nimport { MdOutlineTablet as TABLET } from '@react-icons/all-files/md/MdOutlineTablet';\nimport { MdOutlineWash as WASH_BASIN } from '@react-icons/all-files/md/MdOutlineWash';\nimport { MdOutlineWaterDrop as WATER } from '@react-icons/all-files/md/MdOutlineWaterDrop';\nimport { MdOutlineWbSunny as SUN } from '@react-icons/all-files/md/MdOutlineWbSunny';\nimport { PiFan as FAN } from '@react-icons/all-files/pi/PiFan';\nimport { PiFlowerTulip as FLOWER } from '@react-icons/all-files/pi/PiFlowerTulip';\nimport { PiToilet as TOILET } from '@react-icons/all-files/pi/PiToilet';\nimport { Ri24HoursLine as TWENTY_FOUR_HOURS } from '@react-icons/all-files/ri/Ri24HoursLine';\nimport { RiAddBoxLine as AMENITY } from '@react-icons/all-files/ri/RiAddBoxLine';\nimport { RiFridgeLine as FRIDGE } from '@react-icons/all-files/ri/RiFridgeLine';\nimport { RiPhoneLine as PHONE } from '@react-icons/all-files/ri/RiPhoneLine';\nimport { RiSafe2Line as SAFE } from '@react-icons/all-files/ri/RiSafe2Line';\nimport { RiShirtLine as CLOTHES } from '@react-icons/all-files/ri/RiShirtLine';\nimport { RiTempHotLine as HEATING } from '@react-icons/all-files/ri/RiTempHotLine';\nimport { RiTvLine as TV } from '@react-icons/all-files/ri/RiTvLine';\nimport { RiWifiLine as WIFI } from '@react-icons/all-files/ri/RiWifiLine';\nimport { TbAirConditioning as AIR_CONDITIONING } from '@react-icons/all-files/tb/TbAirConditioning';\nimport { TbScaleOutline as SCALE } from '@react-icons/all-files/tb/TbScaleOutline';\nimport { TbSofa as SOFA } from '@react-icons/all-files/tb/TbSofa';\n\nexport const ICON_AMENITIES = {\n AMENITY,\n 1: KITCHEN,\n 2: FRIDGE,\n 3: WASHER,\n 4: MICROWAVE,\n 5: IRON,\n 6: COFFEE_MAKER,\n 7: WASH_BASIN,\n 8: LIVING_ROOM,\n 9: BALCONY,\n 10: BALCONY,\n 11: RADIO,\n 13: TV,\n 14: PHONE,\n 15: AIR_CONDITIONING,\n 16: BAR,\n 17: BAR,\n 18: SAFE,\n 19: SAFE,\n 20: CABLE,\n 21: CABLE,\n 22: WIFI,\n 23: WIFI,\n // 24: 'suelo_moqueta',\n // 25: 'suelo_parquet',\n // 26: 'suelo_madera',\n // 27: 'suelo_marmol',\n // 28: 'suelo_baldosas',\n 51: SHOWER,\n 52: BATH,\n 53: BATH,\n 54: BATH,\n 55: WATER,\n // 56: 'bidet',\n 57: AIR,\n // 58: 'espejo_maquillaje',\n // 59: 'albornoz',\n 60: SLIPPERS,\n 61: TABLET,\n 62: TABLET,\n 63: BATH,\n 64: BARBECUE,\n 65: HEATING,\n 67: KITCHEN,\n 68: KITCHEN,\n 69: DESK,\n // 70: 'horno',\n 71: WATER,\n // 72: 'jaima',\n 73: FLOWER,\n 74: WASHER,\n 75: CUTLERY,\n 76: POOL,\n 77: POOL,\n 79: LIVING_ROOM,\n 80: SUN,\n // 81: 'tocador',\n 82: FAN,\n 83: CLOTHES,\n 84: BEACH,\n 85: BEACH,\n // 86: 'vitroceramica',\n 87: BATH,\n 90: SOFA,\n 91: SOFA,\n 92: TOILET,\n 93: ALARM,\n // 94: 'camas_balinesas',\n // 95: 'hamacas',\n 96: HEATING,\n 97: BEACH,\n 98: WATER,\n 99: BATH,\n 100: TWENTY_FOUR_HOURS,\n 101: COFFEE_MAKER,\n 102: TV,\n 103: TAXI,\n // 104: 'docking_station',\n // 105: 'amenities_bulgari',\n 106: WASHER,\n // 107: 'hamacas_sumergidas',\n 108: SHOWER,\n 109: NEWSPAPER,\n 111: TV,\n 112: SCALE,\n 113: TAXI,\n 114: PHONE,\n 115: BREAKFAST,\n 116: GOLF,\n 117: SURROUND,\n 118: SPEAKER,\n // 119: 'amenities_bano',\n 120: TWENTY_FOUR_HOURS,\n 121: MENU,\n};\n"],"mappings":"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"}
|
|
@@ -5,34 +5,48 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.ICON = void 0;
|
|
7
7
|
var _ui = require("@mirai/ui");
|
|
8
|
-
var
|
|
8
|
+
var _MdMailOutline = require("@react-icons/all-files/md/MdMailOutline");
|
|
9
|
+
var _MdMoreVert = require("@react-icons/all-files/md/MdMoreVert");
|
|
10
|
+
var _MdOutlineAccountCircle = require("@react-icons/all-files/md/MdOutlineAccountCircle");
|
|
11
|
+
var _MdOutlineAutorenew = require("@react-icons/all-files/md/MdOutlineAutorenew");
|
|
12
|
+
var _MdOutlineBed = require("@react-icons/all-files/md/MdOutlineBed");
|
|
13
|
+
var _MdOutlineCalendarToday = require("@react-icons/all-files/md/MdOutlineCalendarToday");
|
|
14
|
+
var _MdOutlineEditCalendar = require("@react-icons/all-files/md/MdOutlineEditCalendar");
|
|
15
|
+
var _MdOutlineFreeCancellation = require("@react-icons/all-files/md/MdOutlineFreeCancellation");
|
|
16
|
+
var _MdOutlineLink = require("@react-icons/all-files/md/MdOutlineLink");
|
|
17
|
+
var _MdOutlineListAlt = require("@react-icons/all-files/md/MdOutlineListAlt");
|
|
18
|
+
var _MdOutlineLocationOn = require("@react-icons/all-files/md/MdOutlineLocationOn");
|
|
19
|
+
var _MdOutlineLock = require("@react-icons/all-files/md/MdOutlineLock");
|
|
20
|
+
var _MdOutlinePageview = require("@react-icons/all-files/md/MdOutlinePageview");
|
|
21
|
+
var _MdOutlinePeopleAlt = require("@react-icons/all-files/md/MdOutlinePeopleAlt");
|
|
22
|
+
var _MdOutlinePersonOutline = require("@react-icons/all-files/md/MdOutlinePersonOutline");
|
|
23
|
+
var _MdOutlinePrint = require("@react-icons/all-files/md/MdOutlinePrint");
|
|
24
|
+
var _MdPhotoSizeSelectSmall = require("@react-icons/all-files/md/MdPhotoSizeSelectSmall");
|
|
25
|
+
var _MdSingleBed = require("@react-icons/all-files/md/MdSingleBed");
|
|
26
|
+
var _MdUnfoldMore = require("@react-icons/all-files/md/MdUnfoldMore");
|
|
9
27
|
var _ICON = require("./ICON.AMENITIES");
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
SITE: _md.MdOutlinePageview,
|
|
35
|
-
SIZE: _md.MdPhotoSizeSelectSmall,
|
|
36
|
-
UNFOLD: _md.MdUnfoldMore
|
|
37
|
-
}, _ICON.ICON_AMENITIES);
|
|
28
|
+
const ICON = exports.ICON = {
|
|
29
|
+
..._ui.ICON,
|
|
30
|
+
ACCOUNT: _MdOutlineAccountCircle.MdOutlineAccountCircle,
|
|
31
|
+
BED_DOUBLE: _MdOutlineBed.MdOutlineBed,
|
|
32
|
+
BED_SINGLE: _MdSingleBed.MdSingleBed,
|
|
33
|
+
CALENDAR: _MdOutlineCalendarToday.MdOutlineCalendarToday,
|
|
34
|
+
CALENDAR_CANCEL: _MdOutlineFreeCancellation.MdOutlineFreeCancellation,
|
|
35
|
+
CALENDAR_EDIT: _MdOutlineEditCalendar.MdOutlineEditCalendar,
|
|
36
|
+
CLEAR: _MdOutlineAutorenew.MdOutlineAutorenew,
|
|
37
|
+
LINK: _MdOutlineLink.MdOutlineLink,
|
|
38
|
+
LIST: _MdOutlineListAlt.MdOutlineListAlt,
|
|
39
|
+
LOCATION: _MdOutlineLocationOn.MdOutlineLocationOn,
|
|
40
|
+
LOCK: _MdOutlineLock.MdOutlineLock,
|
|
41
|
+
MAIL: _MdMailOutline.MdMailOutline,
|
|
42
|
+
MORE: _MdMoreVert.MdMoreVert,
|
|
43
|
+
PEOPLE: _MdOutlinePeopleAlt.MdOutlinePeopleAlt,
|
|
44
|
+
PERSON: _MdOutlinePersonOutline.MdOutlinePersonOutline,
|
|
45
|
+
PRINT: _MdOutlinePrint.MdOutlinePrint,
|
|
46
|
+
SITE: _MdOutlinePageview.MdOutlinePageview,
|
|
47
|
+
SIZE: _MdPhotoSizeSelectSmall.MdPhotoSizeSelectSmall,
|
|
48
|
+
UNFOLD: _MdUnfoldMore.MdUnfoldMore,
|
|
49
|
+
// Amenities & Features,
|
|
50
|
+
..._ICON.ICON_AMENITIES
|
|
51
|
+
};
|
|
38
52
|
//# sourceMappingURL=ICON.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ICON.js","names":["_ui","require","
|
|
1
|
+
{"version":3,"file":"ICON.js","names":["_ui","require","_MdMailOutline","_MdMoreVert","_MdOutlineAccountCircle","_MdOutlineAutorenew","_MdOutlineBed","_MdOutlineCalendarToday","_MdOutlineEditCalendar","_MdOutlineFreeCancellation","_MdOutlineLink","_MdOutlineListAlt","_MdOutlineLocationOn","_MdOutlineLock","_MdOutlinePageview","_MdOutlinePeopleAlt","_MdOutlinePersonOutline","_MdOutlinePrint","_MdPhotoSizeSelectSmall","_MdSingleBed","_MdUnfoldMore","_ICON","ICON","exports","ICON_BASE","ACCOUNT","BED_DOUBLE","BED_SINGLE","CALENDAR","CALENDAR_CANCEL","CALENDAR_EDIT","CLEAR","LINK","LIST","LOCATION","LOCK","MAIL","MORE","PEOPLE","PERSON","PRINT","SITE","SIZE","UNFOLD","ICON_AMENITIES"],"sources":["../../../src/components/helpers/ICON.js"],"sourcesContent":["import { ICON as ICON_BASE } from '@mirai/ui';\nimport { MdMailOutline as MAIL } from '@react-icons/all-files/md/MdMailOutline';\nimport { MdMoreVert as MORE } from '@react-icons/all-files/md/MdMoreVert';\nimport { MdOutlineAccountCircle as ACCOUNT } from '@react-icons/all-files/md/MdOutlineAccountCircle';\nimport { MdOutlineAutorenew as CLEAR } from '@react-icons/all-files/md/MdOutlineAutorenew';\nimport { MdOutlineBed as BED_DOUBLE } from '@react-icons/all-files/md/MdOutlineBed';\nimport { MdOutlineCalendarToday as CALENDAR } from '@react-icons/all-files/md/MdOutlineCalendarToday';\nimport { MdOutlineEditCalendar as CALENDAR_EDIT } from '@react-icons/all-files/md/MdOutlineEditCalendar';\nimport { MdOutlineFreeCancellation as CALENDAR_CANCEL } from '@react-icons/all-files/md/MdOutlineFreeCancellation';\nimport { MdOutlineLink as LINK } from '@react-icons/all-files/md/MdOutlineLink';\nimport { MdOutlineListAlt as LIST } from '@react-icons/all-files/md/MdOutlineListAlt';\nimport { MdOutlineLocationOn as LOCATION } from '@react-icons/all-files/md/MdOutlineLocationOn';\nimport { MdOutlineLock as LOCK } from '@react-icons/all-files/md/MdOutlineLock';\nimport { MdOutlinePageview as SITE } from '@react-icons/all-files/md/MdOutlinePageview';\nimport { MdOutlinePeopleAlt as PEOPLE } from '@react-icons/all-files/md/MdOutlinePeopleAlt';\nimport { MdOutlinePersonOutline as PERSON } from '@react-icons/all-files/md/MdOutlinePersonOutline';\nimport { MdOutlinePrint as PRINT } from '@react-icons/all-files/md/MdOutlinePrint';\nimport { MdPhotoSizeSelectSmall as SIZE } from '@react-icons/all-files/md/MdPhotoSizeSelectSmall';\nimport { MdSingleBed as BED_SINGLE } from '@react-icons/all-files/md/MdSingleBed';\nimport { MdUnfoldMore as UNFOLD } from '@react-icons/all-files/md/MdUnfoldMore';\n\nimport { ICON_AMENITIES } from './ICON.AMENITIES';\n\nexport const ICON = {\n ...ICON_BASE,\n ACCOUNT,\n BED_DOUBLE,\n BED_SINGLE,\n CALENDAR,\n CALENDAR_CANCEL,\n CALENDAR_EDIT,\n CLEAR,\n LINK,\n LIST,\n LOCATION,\n LOCK,\n MAIL,\n MORE,\n PEOPLE,\n PERSON,\n PRINT,\n SITE,\n SIZE,\n UNFOLD,\n // Amenities & Features,\n ...ICON_AMENITIES,\n};\n"],"mappings":";;;;;;AAAA,IAAAA,GAAA,GAAAC,OAAA;AACA,IAAAC,cAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;AACA,IAAAG,uBAAA,GAAAH,OAAA;AACA,IAAAI,mBAAA,GAAAJ,OAAA;AACA,IAAAK,aAAA,GAAAL,OAAA;AACA,IAAAM,uBAAA,GAAAN,OAAA;AACA,IAAAO,sBAAA,GAAAP,OAAA;AACA,IAAAQ,0BAAA,GAAAR,OAAA;AACA,IAAAS,cAAA,GAAAT,OAAA;AACA,IAAAU,iBAAA,GAAAV,OAAA;AACA,IAAAW,oBAAA,GAAAX,OAAA;AACA,IAAAY,cAAA,GAAAZ,OAAA;AACA,IAAAa,kBAAA,GAAAb,OAAA;AACA,IAAAc,mBAAA,GAAAd,OAAA;AACA,IAAAe,uBAAA,GAAAf,OAAA;AACA,IAAAgB,eAAA,GAAAhB,OAAA;AACA,IAAAiB,uBAAA,GAAAjB,OAAA;AACA,IAAAkB,YAAA,GAAAlB,OAAA;AACA,IAAAmB,aAAA,GAAAnB,OAAA;AAEA,IAAAoB,KAAA,GAAApB,OAAA;AAEO,MAAMqB,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EAClB,GAAGE,QAAS;EACZC,OAAO,EAAPA,8CAAO;EACPC,UAAU,EAAVA,0BAAU;EACVC,UAAU,EAAVA,wBAAU;EACVC,QAAQ,EAARA,8CAAQ;EACRC,eAAe,EAAfA,oDAAe;EACfC,aAAa,EAAbA,4CAAa;EACbC,KAAK,EAALA,sCAAK;EACLC,IAAI,EAAJA,4BAAI;EACJC,IAAI,EAAJA,kCAAI;EACJC,QAAQ,EAARA,wCAAQ;EACRC,IAAI,EAAJA,4BAAI;EACJC,IAAI,EAAJA,4BAAI;EACJC,IAAI,EAAJA,sBAAI;EACJC,MAAM,EAANA,sCAAM;EACNC,MAAM,EAANA,8CAAM;EACNC,KAAK,EAALA,8BAAK;EACLC,IAAI,EAAJA,oCAAI;EACJC,IAAI,EAAJA,8CAAI;EACJC,MAAM,EAANA,0BAAM;EACN;EACA,GAAGC;AACL,CAAC"}
|