@mirai/core 0.3.37 → 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.
Files changed (695) hide show
  1. package/build/Core.Notifications.js +50 -67
  2. package/build/Core.Notifications.js.map +1 -1
  3. package/build/Core.constants.js +11 -14
  4. package/build/Core.constants.js.map +1 -1
  5. package/build/Core.definition.js +3 -3
  6. package/build/Core.definition.js.map +1 -1
  7. package/build/Core.js +46 -73
  8. package/build/Core.js.map +1 -1
  9. package/build/Core.provider.js +41 -91
  10. package/build/Core.provider.js.map +1 -1
  11. package/build/components/Booking/Booking.constants.js +14 -14
  12. package/build/components/Booking/Booking.constants.js.map +1 -1
  13. package/build/components/Booking/Booking.js +100 -134
  14. package/build/components/Booking/Booking.js.map +1 -1
  15. package/build/components/Booking/Booking.l10n.js +37 -29
  16. package/build/components/Booking/Booking.l10n.js.map +1 -1
  17. package/build/components/Booking/Booking.skeleton.js +6 -4
  18. package/build/components/Booking/Booking.skeleton.js.map +1 -1
  19. package/build/components/Booking/components/Field/Field.js +23 -23
  20. package/build/components/Booking/components/Field/Field.js.map +1 -1
  21. package/build/components/Booking/components/Field/Field.l10n.js +1 -1
  22. package/build/components/Booking/components/Field/Field.l10n.js.map +1 -1
  23. package/build/components/Booking/components/Field/index.js +1 -1
  24. package/build/components/Booking/components/Field/index.js.map +1 -1
  25. package/build/components/Booking/components/index.js +1 -1
  26. package/build/components/Booking/components/index.js.map +1 -1
  27. package/build/components/Booking/helpers/getOccupationCaption.js +39 -44
  28. package/build/components/Booking/helpers/getOccupationCaption.js.map +1 -1
  29. package/build/components/Booking/helpers/index.js +2 -2
  30. package/build/components/Booking/helpers/index.js.map +1 -1
  31. package/build/components/Booking/helpers/trackStateChange.js +45 -41
  32. package/build/components/Booking/helpers/trackStateChange.js.map +1 -1
  33. package/build/components/Booking/index.js +2 -2
  34. package/build/components/Booking/index.js.map +1 -1
  35. package/build/components/Booking/partials/Booking.Details.js +56 -57
  36. package/build/components/Booking/partials/Booking.Details.js.map +1 -1
  37. package/build/components/Booking/partials/Booking.FormCancel.js +30 -32
  38. package/build/components/Booking/partials/Booking.FormCancel.js.map +1 -1
  39. package/build/components/Booking/partials/Booking.FormEdit.js +5 -3
  40. package/build/components/Booking/partials/Booking.FormEdit.js.map +1 -1
  41. package/build/components/Booking/partials/Booking.FormResend.js +16 -13
  42. package/build/components/Booking/partials/Booking.FormResend.js.map +1 -1
  43. package/build/components/Booking/partials/Booking.Menu.js +56 -79
  44. package/build/components/Booking/partials/Booking.Menu.js.map +1 -1
  45. package/build/components/Booking/partials/Booking.Modal.js +70 -107
  46. package/build/components/Booking/partials/Booking.Modal.js.map +1 -1
  47. package/build/components/Booking/partials/Booking.ModalAgency.js +17 -17
  48. package/build/components/Booking/partials/Booking.ModalAgency.js.map +1 -1
  49. package/build/components/Booking/partials/Booking.Others.js +31 -45
  50. package/build/components/Booking/partials/Booking.Others.js.map +1 -1
  51. package/build/components/Booking/partials/Booking.PriceBreakdown.js +62 -87
  52. package/build/components/Booking/partials/Booking.PriceBreakdown.js.map +1 -1
  53. package/build/components/Booking/partials/Booking.Summary.js +48 -63
  54. package/build/components/Booking/partials/Booking.Summary.js.map +1 -1
  55. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Details.test.js.snap +12 -12
  56. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +20 -20
  57. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +4 -4
  58. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Others.test.js.snap +4 -4
  59. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Summary.test.js.snap +4 -4
  60. package/build/components/Booking/partials/index.js +6 -6
  61. package/build/components/Booking/partials/index.js.map +1 -1
  62. package/build/components/BookingQuery/BookingQuery.constants.js +2 -2
  63. package/build/components/BookingQuery/BookingQuery.constants.js.map +1 -1
  64. package/build/components/BookingQuery/BookingQuery.js +53 -106
  65. package/build/components/BookingQuery/BookingQuery.js.map +1 -1
  66. package/build/components/BookingQuery/BookingQuery.l10n.js +1 -1
  67. package/build/components/BookingQuery/BookingQuery.l10n.js.map +1 -1
  68. package/build/components/BookingQuery/BookingQuery.skeleton.js +2 -3
  69. package/build/components/BookingQuery/BookingQuery.skeleton.js.map +1 -1
  70. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +12 -12
  71. package/build/components/BookingQuery/helpers/getErrorText.js +2 -3
  72. package/build/components/BookingQuery/helpers/getErrorText.js.map +1 -1
  73. package/build/components/BookingQuery/helpers/index.js +1 -1
  74. package/build/components/BookingQuery/helpers/index.js.map +1 -1
  75. package/build/components/BookingQuery/index.js +2 -2
  76. package/build/components/BookingQuery/index.js.map +1 -1
  77. package/build/components/Checkout/Checkout.constants.js +12 -12
  78. package/build/components/Checkout/Checkout.constants.js.map +1 -1
  79. package/build/components/Checkout/Checkout.js +84 -118
  80. package/build/components/Checkout/Checkout.js.map +1 -1
  81. package/build/components/Checkout/Checkout.l10n.js +12 -13
  82. package/build/components/Checkout/Checkout.l10n.js.map +1 -1
  83. package/build/components/Checkout/Checkout.skeleton.js +6 -4
  84. package/build/components/Checkout/Checkout.skeleton.js.map +1 -1
  85. package/build/components/Checkout/components/InputRadio/InputRadio.js +24 -30
  86. package/build/components/Checkout/components/InputRadio/InputRadio.js.map +1 -1
  87. package/build/components/Checkout/components/InputRadio/index.js +1 -1
  88. package/build/components/Checkout/components/InputRadio/index.js.map +1 -1
  89. package/build/components/Checkout/components/index.js +1 -1
  90. package/build/components/Checkout/components/index.js.map +1 -1
  91. package/build/components/Checkout/helpers/generateId.js +6 -5
  92. package/build/components/Checkout/helpers/generateId.js.map +1 -1
  93. package/build/components/Checkout/helpers/getFieldProps.js +24 -31
  94. package/build/components/Checkout/helpers/getFieldProps.js.map +1 -1
  95. package/build/components/Checkout/helpers/getVariant.js +11 -17
  96. package/build/components/Checkout/helpers/getVariant.js.map +1 -1
  97. package/build/components/Checkout/helpers/index.js +5 -5
  98. package/build/components/Checkout/helpers/index.js.map +1 -1
  99. package/build/components/Checkout/helpers/testDNI.js +3 -2
  100. package/build/components/Checkout/helpers/testDNI.js.map +1 -1
  101. package/build/components/Checkout/helpers/trackDataSource.js +72 -72
  102. package/build/components/Checkout/helpers/trackDataSource.js.map +1 -1
  103. package/build/components/Checkout/helpers/trackForm.js +13 -11
  104. package/build/components/Checkout/helpers/trackForm.js.map +1 -1
  105. package/build/components/Checkout/index.js +2 -2
  106. package/build/components/Checkout/index.js.map +1 -1
  107. package/build/components/Checkout/partials/Checkout.Confirmation.js +123 -160
  108. package/build/components/Checkout/partials/Checkout.Confirmation.js.map +1 -1
  109. package/build/components/Checkout/partials/Checkout.Details.js +72 -82
  110. package/build/components/Checkout/partials/Checkout.Details.js.map +1 -1
  111. package/build/components/Checkout/partials/Checkout.Form.js +102 -146
  112. package/build/components/Checkout/partials/Checkout.Form.js.map +1 -1
  113. package/build/components/Checkout/partials/Checkout.Session.js +35 -43
  114. package/build/components/Checkout/partials/Checkout.Session.js.map +1 -1
  115. package/build/components/Checkout/partials/Checkout.Summary.Line.js +21 -20
  116. package/build/components/Checkout/partials/Checkout.Summary.Line.js.map +1 -1
  117. package/build/components/Checkout/partials/Checkout.Summary.js +86 -80
  118. package/build/components/Checkout/partials/Checkout.Summary.js.map +1 -1
  119. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +6 -6
  120. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Details.test.js.snap +6 -6
  121. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +4 -4
  122. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Session.test.js.snap +8 -8
  123. package/build/components/Checkout/partials/index.js +5 -5
  124. package/build/components/Checkout/partials/index.js.map +1 -1
  125. package/build/components/Deals/Deals.Calendar.js +82 -97
  126. package/build/components/Deals/Deals.Calendar.js.map +1 -1
  127. package/build/components/Deals/Deals.constants.js +5 -5
  128. package/build/components/Deals/Deals.constants.js.map +1 -1
  129. package/build/components/Deals/Deals.js +111 -165
  130. package/build/components/Deals/Deals.js.map +1 -1
  131. package/build/components/Deals/Deals.l10n.js +11 -9
  132. package/build/components/Deals/Deals.l10n.js.map +1 -1
  133. package/build/components/Deals/Deals.skeleton.js +5 -3
  134. package/build/components/Deals/Deals.skeleton.js.map +1 -1
  135. package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +3 -3
  136. package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +17 -17
  137. package/build/components/Deals/helpers/calcFromDate.js +7 -6
  138. package/build/components/Deals/helpers/calcFromDate.js.map +1 -1
  139. package/build/components/Deals/helpers/calcMinStay.js +6 -7
  140. package/build/components/Deals/helpers/calcMinStay.js.map +1 -1
  141. package/build/components/Deals/helpers/calcNightWithDeals.js +5 -4
  142. package/build/components/Deals/helpers/calcNightWithDeals.js.map +1 -1
  143. package/build/components/Deals/helpers/calcToDate.js +5 -10
  144. package/build/components/Deals/helpers/calcToDate.js.map +1 -1
  145. package/build/components/Deals/helpers/calcTooltips.js +15 -14
  146. package/build/components/Deals/helpers/calcTooltips.js.map +1 -1
  147. package/build/components/Deals/helpers/getCurrency.js +11 -9
  148. package/build/components/Deals/helpers/getCurrency.js.map +1 -1
  149. package/build/components/Deals/helpers/index.js +7 -7
  150. package/build/components/Deals/helpers/index.js.map +1 -1
  151. package/build/components/Deals/helpers/validate.js +15 -24
  152. package/build/components/Deals/helpers/validate.js.map +1 -1
  153. package/build/components/Deals/index.js +2 -2
  154. package/build/components/Deals/index.js.map +1 -1
  155. package/build/components/Environment/Environment.State.js +60 -68
  156. package/build/components/Environment/Environment.State.js.map +1 -1
  157. package/build/components/Environment/Environment.constants.js +1 -1
  158. package/build/components/Environment/Environment.constants.js.map +1 -1
  159. package/build/components/Environment/Environment.js +22 -25
  160. package/build/components/Environment/Environment.js.map +1 -1
  161. package/build/components/Environment/index.js +2 -2
  162. package/build/components/Environment/index.js.map +1 -1
  163. package/build/components/Finder/Finder.compact.js +54 -74
  164. package/build/components/Finder/Finder.compact.js.map +1 -1
  165. package/build/components/Finder/Finder.constants.js +9 -7
  166. package/build/components/Finder/Finder.constants.js.map +1 -1
  167. package/build/components/Finder/Finder.js +121 -152
  168. package/build/components/Finder/Finder.js.map +1 -1
  169. package/build/components/Finder/Finder.l10n.js +1 -1
  170. package/build/components/Finder/Finder.l10n.js.map +1 -1
  171. package/build/components/Finder/Finder.skeleton.js +24 -23
  172. package/build/components/Finder/Finder.skeleton.js.map +1 -1
  173. package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +44 -44
  174. package/build/components/Finder/components/Calendar/Calendar.constants.js +6 -6
  175. package/build/components/Finder/components/Calendar/Calendar.constants.js.map +1 -1
  176. package/build/components/Finder/components/Calendar/Calendar.js +77 -125
  177. package/build/components/Finder/components/Calendar/Calendar.js.map +1 -1
  178. package/build/components/Finder/components/Calendar/Calendar.l10n.js +13 -13
  179. package/build/components/Finder/components/Calendar/Calendar.l10n.js.map +1 -1
  180. package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +8 -8
  181. package/build/components/Finder/components/Calendar/helpers/fetchPrices.js +37 -74
  182. package/build/components/Finder/components/Calendar/helpers/fetchPrices.js.map +1 -1
  183. package/build/components/Finder/components/Calendar/helpers/getVisibleDate.js +4 -3
  184. package/build/components/Finder/components/Calendar/helpers/getVisibleDate.js.map +1 -1
  185. package/build/components/Finder/components/Calendar/helpers/index.js +2 -2
  186. package/build/components/Finder/components/Calendar/helpers/index.js.map +1 -1
  187. package/build/components/Finder/components/Calendar/index.js +1 -1
  188. package/build/components/Finder/components/Calendar/index.js.map +1 -1
  189. package/build/components/Finder/components/Places/Places.js +38 -46
  190. package/build/components/Finder/components/Places/Places.js.map +1 -1
  191. package/build/components/Finder/components/Places/Places.l10n.js +1 -1
  192. package/build/components/Finder/components/Places/Places.l10n.js.map +1 -1
  193. package/build/components/Finder/components/Places/helpers/calcColumns.js +27 -26
  194. package/build/components/Finder/components/Places/helpers/calcColumns.js.map +1 -1
  195. package/build/components/Finder/components/Places/helpers/index.js +1 -1
  196. package/build/components/Finder/components/Places/helpers/index.js.map +1 -1
  197. package/build/components/Finder/components/Places/index.js +1 -1
  198. package/build/components/Finder/components/Places/index.js.map +1 -1
  199. package/build/components/Finder/components/index.js +2 -2
  200. package/build/components/Finder/components/index.js.map +1 -1
  201. package/build/components/Finder/helpers/getDataSource.js +35 -42
  202. package/build/components/Finder/helpers/getDataSource.js.map +1 -1
  203. package/build/components/Finder/helpers/getForwarderUrl.js +37 -51
  204. package/build/components/Finder/helpers/getForwarderUrl.js.map +1 -1
  205. package/build/components/Finder/helpers/getHotels.js +17 -29
  206. package/build/components/Finder/helpers/getHotels.js.map +1 -1
  207. package/build/components/Finder/helpers/getOccupationDataSource.js +53 -67
  208. package/build/components/Finder/helpers/getOccupationDataSource.js.map +1 -1
  209. package/build/components/Finder/helpers/getPlaceCaption.js +6 -6
  210. package/build/components/Finder/helpers/getPlaceCaption.js.map +1 -1
  211. package/build/components/Finder/helpers/getPlacesOptions.js +24 -30
  212. package/build/components/Finder/helpers/getPlacesOptions.js.map +1 -1
  213. package/build/components/Finder/helpers/index.js +9 -9
  214. package/build/components/Finder/helpers/index.js.map +1 -1
  215. package/build/components/Finder/helpers/parseCalendarProps.js +13 -14
  216. package/build/components/Finder/helpers/parseCalendarProps.js.map +1 -1
  217. package/build/components/Finder/helpers/parseValue.js +12 -10
  218. package/build/components/Finder/helpers/parseValue.js.map +1 -1
  219. package/build/components/Finder/helpers/validate.js +5 -4
  220. package/build/components/Finder/helpers/validate.js.map +1 -1
  221. package/build/components/Finder/index.js +2 -2
  222. package/build/components/Finder/index.js.map +1 -1
  223. package/build/components/Profile/Profile.Account.js +59 -118
  224. package/build/components/Profile/Profile.Account.js.map +1 -1
  225. package/build/components/Profile/Profile.Password.js +55 -105
  226. package/build/components/Profile/Profile.Password.js.map +1 -1
  227. package/build/components/Profile/Profile.Signout.js +31 -68
  228. package/build/components/Profile/Profile.Signout.js.map +1 -1
  229. package/build/components/Profile/Profile.constants.js +3 -3
  230. package/build/components/Profile/Profile.constants.js.map +1 -1
  231. package/build/components/Profile/Profile.js +20 -30
  232. package/build/components/Profile/Profile.js.map +1 -1
  233. package/build/components/Profile/Profile.l10n.js +1 -1
  234. package/build/components/Profile/Profile.l10n.js.map +1 -1
  235. package/build/components/Profile/Profile.skeleton.js +108 -109
  236. package/build/components/Profile/Profile.skeleton.js.map +1 -1
  237. package/build/components/Profile/components/Bookings/Booking.constants.js +5 -5
  238. package/build/components/Profile/components/Bookings/Booking.constants.js.map +1 -1
  239. package/build/components/Profile/components/Bookings/Booking.l10n.js +1 -1
  240. package/build/components/Profile/components/Bookings/Booking.l10n.js.map +1 -1
  241. package/build/components/Profile/components/Bookings/Bookings.Item.js +36 -35
  242. package/build/components/Profile/components/Bookings/Bookings.Item.js.map +1 -1
  243. package/build/components/Profile/components/Bookings/Bookings.Search.js +23 -34
  244. package/build/components/Profile/components/Bookings/Bookings.Search.js.map +1 -1
  245. package/build/components/Profile/components/Bookings/Bookings.js +62 -92
  246. package/build/components/Profile/components/Bookings/Bookings.js.map +1 -1
  247. package/build/components/Profile/components/Bookings/helpers/groupDatasource.js +12 -18
  248. package/build/components/Profile/components/Bookings/helpers/groupDatasource.js.map +1 -1
  249. package/build/components/Profile/components/Bookings/helpers/index.js +1 -1
  250. package/build/components/Profile/components/Bookings/helpers/index.js.map +1 -1
  251. package/build/components/Profile/components/Bookings/index.js +1 -1
  252. package/build/components/Profile/components/Bookings/index.js.map +1 -1
  253. package/build/components/Profile/components/index.js +1 -1
  254. package/build/components/Profile/components/index.js.map +1 -1
  255. package/build/components/Profile/index.js +2 -2
  256. package/build/components/Profile/index.js.map +1 -1
  257. package/build/components/Rates/Rates.Filter.js +83 -96
  258. package/build/components/Rates/Rates.Filter.js.map +1 -1
  259. package/build/components/Rates/Rates.Footer.js +70 -87
  260. package/build/components/Rates/Rates.Footer.js.map +1 -1
  261. package/build/components/Rates/Rates.Skeleton.js +66 -66
  262. package/build/components/Rates/Rates.Skeleton.js.map +1 -1
  263. package/build/components/Rates/Rates.js +88 -191
  264. package/build/components/Rates/Rates.js.map +1 -1
  265. package/build/components/Rates/Rates.l10n.js +1 -1
  266. package/build/components/Rates/Rates.l10n.js.map +1 -1
  267. package/build/components/Rates/components/Item/Item.js +96 -131
  268. package/build/components/Rates/components/Item/Item.js.map +1 -1
  269. package/build/components/Rates/components/Item/Item.l10n.js +1 -1
  270. package/build/components/Rates/components/Item/Item.l10n.js.map +1 -1
  271. package/build/components/Rates/components/Item/components/Amenities/Amenities.js +15 -17
  272. package/build/components/Rates/components/Item/components/Amenities/Amenities.js.map +1 -1
  273. package/build/components/Rates/components/Item/components/Amenities/index.js +1 -1
  274. package/build/components/Rates/components/Item/components/Amenities/index.js.map +1 -1
  275. package/build/components/Rates/components/Item/components/Discount/Discount.js +48 -43
  276. package/build/components/Rates/components/Item/components/Discount/Discount.js.map +1 -1
  277. package/build/components/Rates/components/Item/components/Discount/index.js +1 -1
  278. package/build/components/Rates/components/Item/components/Discount/index.js.map +1 -1
  279. package/build/components/Rates/components/Item/components/Features/Features.js +21 -28
  280. package/build/components/Rates/components/Item/components/Features/Features.js.map +1 -1
  281. package/build/components/Rates/components/Item/components/Features/index.js +1 -1
  282. package/build/components/Rates/components/Item/components/Features/index.js.map +1 -1
  283. package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +23 -21
  284. package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
  285. package/build/components/Rates/components/Item/components/ModalInfo/index.js +1 -1
  286. package/build/components/Rates/components/Item/components/ModalInfo/index.js.map +1 -1
  287. package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js +16 -16
  288. package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js.map +1 -1
  289. package/build/components/Rates/components/Item/components/ModalRateInfo/index.js +1 -1
  290. package/build/components/Rates/components/Item/components/ModalRateInfo/index.js.map +1 -1
  291. package/build/components/Rates/components/Item/components/index.js +5 -5
  292. package/build/components/Rates/components/Item/components/index.js.map +1 -1
  293. package/build/components/Rates/components/Item/index.js +3 -3
  294. package/build/components/Rates/components/Item/index.js.map +1 -1
  295. package/build/components/Rates/components/index.js +1 -1
  296. package/build/components/Rates/components/index.js.map +1 -1
  297. package/build/components/Rates/helpers/getForwarderUrl.js +39 -52
  298. package/build/components/Rates/helpers/getForwarderUrl.js.map +1 -1
  299. package/build/components/Rates/helpers/index.js +1 -1
  300. package/build/components/Rates/helpers/index.js.map +1 -1
  301. package/build/components/Rates/index.js +2 -2
  302. package/build/components/Rates/index.js.map +1 -1
  303. package/build/components/Session/Session.Account.js +51 -60
  304. package/build/components/Session/Session.Account.js.map +1 -1
  305. package/build/components/Session/Session.Login.Modal.js +104 -205
  306. package/build/components/Session/Session.Login.Modal.js.map +1 -1
  307. package/build/components/Session/Session.Login.js +27 -36
  308. package/build/components/Session/Session.Login.js.map +1 -1
  309. package/build/components/Session/Session.constants.js +5 -5
  310. package/build/components/Session/Session.constants.js.map +1 -1
  311. package/build/components/Session/Session.js +18 -31
  312. package/build/components/Session/Session.js.map +1 -1
  313. package/build/components/Session/Session.l10n.js +1 -1
  314. package/build/components/Session/Session.l10n.js.map +1 -1
  315. package/build/components/Session/Session.skeleton.js +7 -8
  316. package/build/components/Session/Session.skeleton.js.map +1 -1
  317. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +15 -15
  318. package/build/components/Session/helpers/getDomain.js +4 -3
  319. package/build/components/Session/helpers/getDomain.js.map +1 -1
  320. package/build/components/Session/helpers/getSignupUrl.js +6 -4
  321. package/build/components/Session/helpers/getSignupUrl.js.map +1 -1
  322. package/build/components/Session/helpers/index.js +4 -4
  323. package/build/components/Session/helpers/index.js.map +1 -1
  324. package/build/components/Session/helpers/template.js +7 -9
  325. package/build/components/Session/helpers/template.js.map +1 -1
  326. package/build/components/Session/helpers/trackLogin.js +12 -9
  327. package/build/components/Session/helpers/trackLogin.js.map +1 -1
  328. package/build/components/Session/index.js +2 -2
  329. package/build/components/Session/index.js.map +1 -1
  330. package/build/components/Signup/Signup.constants.js +1 -1
  331. package/build/components/Signup/Signup.constants.js.map +1 -1
  332. package/build/components/Signup/Signup.js +54 -122
  333. package/build/components/Signup/Signup.js.map +1 -1
  334. package/build/components/Signup/Signup.l10n.js +1 -1
  335. package/build/components/Signup/Signup.l10n.js.map +1 -1
  336. package/build/components/Signup/Signup.skeleton.js +81 -82
  337. package/build/components/Signup/Signup.skeleton.js.map +1 -1
  338. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +9 -9
  339. package/build/components/Signup/index.js +2 -2
  340. package/build/components/Signup/index.js.map +1 -1
  341. package/build/components/__shared__/BookingDates/BookingDates.constants.js +1 -1
  342. package/build/components/__shared__/BookingDates/BookingDates.constants.js.map +1 -1
  343. package/build/components/__shared__/BookingDates/BookingDates.js +29 -30
  344. package/build/components/__shared__/BookingDates/BookingDates.js.map +1 -1
  345. package/build/components/__shared__/BookingDates/BookingDates.l10n.js +1 -1
  346. package/build/components/__shared__/BookingDates/BookingDates.l10n.js.map +1 -1
  347. package/build/components/__shared__/BookingDates/index.js +1 -1
  348. package/build/components/__shared__/BookingDates/index.js.map +1 -1
  349. package/build/components/__shared__/BookingTable/BookingTable.Row.js +46 -53
  350. package/build/components/__shared__/BookingTable/BookingTable.Row.js.map +1 -1
  351. package/build/components/__shared__/BookingTable/BookingTable.constants.js +3 -3
  352. package/build/components/__shared__/BookingTable/BookingTable.constants.js.map +1 -1
  353. package/build/components/__shared__/BookingTable/BookingTable.js +34 -51
  354. package/build/components/__shared__/BookingTable/BookingTable.js.map +1 -1
  355. package/build/components/__shared__/BookingTable/BookingTable.l10n.js +1 -1
  356. package/build/components/__shared__/BookingTable/BookingTable.l10n.js.map +1 -1
  357. package/build/components/__shared__/BookingTable/index.js +1 -1
  358. package/build/components/__shared__/BookingTable/index.js.map +1 -1
  359. package/build/components/__shared__/ButtonMore/ButtonMore.js +16 -15
  360. package/build/components/__shared__/ButtonMore/ButtonMore.js.map +1 -1
  361. package/build/components/__shared__/ButtonMore/ButtonMore.l10n.js +1 -1
  362. package/build/components/__shared__/ButtonMore/ButtonMore.l10n.js.map +1 -1
  363. package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +3 -3
  364. package/build/components/__shared__/ButtonMore/index.js +1 -1
  365. package/build/components/__shared__/ButtonMore/index.js.map +1 -1
  366. package/build/components/__shared__/ButtonPayment/ButtonPayment.constants.js +5 -5
  367. package/build/components/__shared__/ButtonPayment/ButtonPayment.constants.js.map +1 -1
  368. package/build/components/__shared__/ButtonPayment/ButtonPayment.js +132 -218
  369. package/build/components/__shared__/ButtonPayment/ButtonPayment.js.map +1 -1
  370. package/build/components/__shared__/ButtonPayment/ButtonPayment.l10n.js +1 -1
  371. package/build/components/__shared__/ButtonPayment/ButtonPayment.l10n.js.map +1 -1
  372. package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +4 -4
  373. package/build/components/__shared__/ButtonPayment/components/FormAddon/FormAddon.js +30 -45
  374. package/build/components/__shared__/ButtonPayment/components/FormAddon/FormAddon.js.map +1 -1
  375. package/build/components/__shared__/ButtonPayment/components/FormAddon/FormAddon.l10n.js +1 -1
  376. package/build/components/__shared__/ButtonPayment/components/FormAddon/FormAddon.l10n.js.map +1 -1
  377. package/build/components/__shared__/ButtonPayment/components/FormAddon/helpers/getCtaKey.js +11 -8
  378. package/build/components/__shared__/ButtonPayment/components/FormAddon/helpers/getCtaKey.js.map +1 -1
  379. package/build/components/__shared__/ButtonPayment/components/FormAddon/helpers/index.js +1 -1
  380. package/build/components/__shared__/ButtonPayment/components/FormAddon/helpers/index.js.map +1 -1
  381. package/build/components/__shared__/ButtonPayment/components/FormAddon/index.js +1 -1
  382. package/build/components/__shared__/ButtonPayment/components/FormAddon/index.js.map +1 -1
  383. package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.constants.js +2 -2
  384. package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.constants.js.map +1 -1
  385. package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.js +74 -91
  386. package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.js.map +1 -1
  387. package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.l10n.js +1 -1
  388. package/build/components/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.l10n.js.map +1 -1
  389. package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/getStyle.js +9 -7
  390. package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/getStyle.js.map +1 -1
  391. package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/index.js +1 -1
  392. package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/index.js.map +1 -1
  393. package/build/components/__shared__/ButtonPayment/components/FormCheckout/index.js +1 -1
  394. package/build/components/__shared__/ButtonPayment/components/FormCheckout/index.js.map +1 -1
  395. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.constants.js +1 -1
  396. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.constants.js.map +1 -1
  397. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.js +63 -83
  398. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.js.map +1 -1
  399. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.l10n.js +1 -1
  400. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/FormPaycomet.l10n.js.map +1 -1
  401. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/helpers/index.js +1 -1
  402. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/helpers/index.js.map +1 -1
  403. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/helpers/useMutationObserver.js +7 -8
  404. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/helpers/useMutationObserver.js.map +1 -1
  405. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/index.js +1 -1
  406. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/index.js.map +1 -1
  407. package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.constants.js +11 -9
  408. package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.constants.js.map +1 -1
  409. package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.js +49 -66
  410. package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.js.map +1 -1
  411. package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.l10n.js +1 -1
  412. package/build/components/__shared__/ButtonPayment/components/FormSipay/FormSipay.l10n.js.map +1 -1
  413. package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +3 -3
  414. package/build/components/__shared__/ButtonPayment/components/FormSipay/helpers/getStyle.js +7 -5
  415. package/build/components/__shared__/ButtonPayment/components/FormSipay/helpers/getStyle.js.map +1 -1
  416. package/build/components/__shared__/ButtonPayment/components/FormSipay/helpers/index.js +1 -1
  417. package/build/components/__shared__/ButtonPayment/components/FormSipay/helpers/index.js.map +1 -1
  418. package/build/components/__shared__/ButtonPayment/components/FormSipay/index.js +1 -1
  419. package/build/components/__shared__/ButtonPayment/components/FormSipay/index.js.map +1 -1
  420. package/build/components/__shared__/ButtonPayment/components/InputField/InputField.js +13 -15
  421. package/build/components/__shared__/ButtonPayment/components/InputField/InputField.js.map +1 -1
  422. package/build/components/__shared__/ButtonPayment/components/InputField/index.js +1 -1
  423. package/build/components/__shared__/ButtonPayment/components/InputField/index.js.map +1 -1
  424. package/build/components/__shared__/ButtonPayment/components/index.js +4 -4
  425. package/build/components/__shared__/ButtonPayment/components/index.js.map +1 -1
  426. package/build/components/__shared__/ButtonPayment/helpers/getComponent.js +19 -14
  427. package/build/components/__shared__/ButtonPayment/helpers/getComponent.js.map +1 -1
  428. package/build/components/__shared__/ButtonPayment/helpers/getUrl.js +5 -16
  429. package/build/components/__shared__/ButtonPayment/helpers/getUrl.js.map +1 -1
  430. package/build/components/__shared__/ButtonPayment/helpers/getUrlBooking.js +24 -22
  431. package/build/components/__shared__/ButtonPayment/helpers/getUrlBooking.js.map +1 -1
  432. package/build/components/__shared__/ButtonPayment/helpers/getUrlCriptan.js +10 -7
  433. package/build/components/__shared__/ButtonPayment/helpers/getUrlCriptan.js.map +1 -1
  434. package/build/components/__shared__/ButtonPayment/helpers/getUrlTpv.js +23 -21
  435. package/build/components/__shared__/ButtonPayment/helpers/getUrlTpv.js.map +1 -1
  436. package/build/components/__shared__/ButtonPayment/helpers/index.js +3 -3
  437. package/build/components/__shared__/ButtonPayment/helpers/index.js.map +1 -1
  438. package/build/components/__shared__/ButtonPayment/helpers/loadScript.js +11 -9
  439. package/build/components/__shared__/ButtonPayment/helpers/loadScript.js.map +1 -1
  440. package/build/components/__shared__/ButtonPayment/helpers/toUrlParams.js +7 -9
  441. package/build/components/__shared__/ButtonPayment/helpers/toUrlParams.js.map +1 -1
  442. package/build/components/__shared__/ButtonPayment/index.js +1 -1
  443. package/build/components/__shared__/ButtonPayment/index.js.map +1 -1
  444. package/build/components/__shared__/Field/Field.js +32 -36
  445. package/build/components/__shared__/Field/Field.js.map +1 -1
  446. package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +14 -14
  447. package/build/components/__shared__/Field/index.js +1 -1
  448. package/build/components/__shared__/Field/index.js.map +1 -1
  449. package/build/components/__shared__/FieldOccupation/FieldOccupation.js +34 -39
  450. package/build/components/__shared__/FieldOccupation/FieldOccupation.js.map +1 -1
  451. package/build/components/__shared__/FieldOccupation/FieldOccupation.l10n.js +1 -1
  452. package/build/components/__shared__/FieldOccupation/FieldOccupation.l10n.js.map +1 -1
  453. package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +16 -16
  454. package/build/components/__shared__/FieldOccupation/helpers/getAccommodationType.js +21 -25
  455. package/build/components/__shared__/FieldOccupation/helpers/getAccommodationType.js.map +1 -1
  456. package/build/components/__shared__/FieldOccupation/helpers/getOccupationCaption.js +31 -29
  457. package/build/components/__shared__/FieldOccupation/helpers/getOccupationCaption.js.map +1 -1
  458. package/build/components/__shared__/FieldOccupation/helpers/index.js +2 -2
  459. package/build/components/__shared__/FieldOccupation/helpers/index.js.map +1 -1
  460. package/build/components/__shared__/FieldOccupation/index.js +1 -1
  461. package/build/components/__shared__/FieldOccupation/index.js.map +1 -1
  462. package/build/components/__shared__/FieldPromocode/FieldPromocode.js +12 -12
  463. package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
  464. package/build/components/__shared__/FieldPromocode/FieldPromocode.l10n.js +1 -1
  465. package/build/components/__shared__/FieldPromocode/FieldPromocode.l10n.js.map +1 -1
  466. package/build/components/__shared__/FieldPromocode/index.js +1 -1
  467. package/build/components/__shared__/FieldPromocode/index.js.map +1 -1
  468. package/build/components/__shared__/Occupation/Occupation.Group.js +32 -36
  469. package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
  470. package/build/components/__shared__/Occupation/Occupation.constants.js +22 -19
  471. package/build/components/__shared__/Occupation/Occupation.constants.js.map +1 -1
  472. package/build/components/__shared__/Occupation/Occupation.js +71 -118
  473. package/build/components/__shared__/Occupation/Occupation.js.map +1 -1
  474. package/build/components/__shared__/Occupation/Occupation.l10n.js +18 -16
  475. package/build/components/__shared__/Occupation/Occupation.l10n.js.map +1 -1
  476. package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +7 -7
  477. package/build/components/__shared__/Occupation/helpers/checkRoom.js +19 -19
  478. package/build/components/__shared__/Occupation/helpers/checkRoom.js.map +1 -1
  479. package/build/components/__shared__/Occupation/helpers/consolidateValue.js +47 -51
  480. package/build/components/__shared__/Occupation/helpers/consolidateValue.js.map +1 -1
  481. package/build/components/__shared__/Occupation/helpers/getAgeOptions.js +5 -16
  482. package/build/components/__shared__/Occupation/helpers/getAgeOptions.js.map +1 -1
  483. package/build/components/__shared__/Occupation/helpers/getGroupHint.js +7 -15
  484. package/build/components/__shared__/Occupation/helpers/getGroupHint.js.map +1 -1
  485. package/build/components/__shared__/Occupation/helpers/getScrollHeight.js +8 -9
  486. package/build/components/__shared__/Occupation/helpers/getScrollHeight.js.map +1 -1
  487. package/build/components/__shared__/Occupation/helpers/index.js +6 -6
  488. package/build/components/__shared__/Occupation/helpers/index.js.map +1 -1
  489. package/build/components/__shared__/Occupation/helpers/prepareRoom.js +17 -15
  490. package/build/components/__shared__/Occupation/helpers/prepareRoom.js.map +1 -1
  491. package/build/components/__shared__/Occupation/helpers/toParties.js +18 -19
  492. package/build/components/__shared__/Occupation/helpers/toParties.js.map +1 -1
  493. package/build/components/__shared__/Occupation/index.js +2 -2
  494. package/build/components/__shared__/Occupation/index.js.map +1 -1
  495. package/build/components/__shared__/Payment/Payment.constants.js +6 -6
  496. package/build/components/__shared__/Payment/Payment.constants.js.map +1 -1
  497. package/build/components/__shared__/Payment/Payment.js +78 -94
  498. package/build/components/__shared__/Payment/Payment.js.map +1 -1
  499. package/build/components/__shared__/Payment/Payment.l10n.js +1 -1
  500. package/build/components/__shared__/Payment/Payment.l10n.js.map +1 -1
  501. package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.constants.js +10 -10
  502. package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.constants.js.map +1 -1
  503. package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.js +64 -85
  504. package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.js.map +1 -1
  505. package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.l10n.js +1 -1
  506. package/build/components/__shared__/Payment/components/AmazonPay/AmazonPay.l10n.js.map +1 -1
  507. package/build/components/__shared__/Payment/components/AmazonPay/helpers/getScriptUrl.js +8 -5
  508. package/build/components/__shared__/Payment/components/AmazonPay/helpers/getScriptUrl.js.map +1 -1
  509. package/build/components/__shared__/Payment/components/AmazonPay/helpers/index.js +1 -1
  510. package/build/components/__shared__/Payment/components/AmazonPay/helpers/index.js.map +1 -1
  511. package/build/components/__shared__/Payment/components/AmazonPay/index.js +1 -1
  512. package/build/components/__shared__/Payment/components/AmazonPay/index.js.map +1 -1
  513. package/build/components/__shared__/Payment/components/Aplazame/Aplazame.js +29 -46
  514. package/build/components/__shared__/Payment/components/Aplazame/Aplazame.js.map +1 -1
  515. package/build/components/__shared__/Payment/components/Aplazame/Aplazame.l10n.js +1 -1
  516. package/build/components/__shared__/Payment/components/Aplazame/Aplazame.l10n.js.map +1 -1
  517. package/build/components/__shared__/Payment/components/Aplazame/index.js +1 -1
  518. package/build/components/__shared__/Payment/components/Aplazame/index.js.map +1 -1
  519. package/build/components/__shared__/Payment/components/Card/Card.constants.js +1 -1
  520. package/build/components/__shared__/Payment/components/Card/Card.constants.js.map +1 -1
  521. package/build/components/__shared__/Payment/components/Card/Card.js +34 -54
  522. package/build/components/__shared__/Payment/components/Card/Card.js.map +1 -1
  523. package/build/components/__shared__/Payment/components/Card/Card.l10n.js +1 -1
  524. package/build/components/__shared__/Payment/components/Card/Card.l10n.js.map +1 -1
  525. package/build/components/__shared__/Payment/components/Card/helpers/formatValues.js +23 -31
  526. package/build/components/__shared__/Payment/components/Card/helpers/formatValues.js.map +1 -1
  527. package/build/components/__shared__/Payment/components/Card/helpers/getCardConfig.js +3 -4
  528. package/build/components/__shared__/Payment/components/Card/helpers/getCardConfig.js.map +1 -1
  529. package/build/components/__shared__/Payment/components/Card/helpers/getCardType.js +17 -12
  530. package/build/components/__shared__/Payment/components/Card/helpers/getCardType.js.map +1 -1
  531. package/build/components/__shared__/Payment/components/Card/helpers/index.js +5 -5
  532. package/build/components/__shared__/Payment/components/Card/helpers/index.js.map +1 -1
  533. package/build/components/__shared__/Payment/components/Card/helpers/testCVV.js +2 -3
  534. package/build/components/__shared__/Payment/components/Card/helpers/testCVV.js.map +1 -1
  535. package/build/components/__shared__/Payment/components/Card/helpers/testCard.js +4 -5
  536. package/build/components/__shared__/Payment/components/Card/helpers/testCard.js.map +1 -1
  537. package/build/components/__shared__/Payment/components/Card/helpers/testExpire.js +3 -2
  538. package/build/components/__shared__/Payment/components/Card/helpers/testExpire.js.map +1 -1
  539. package/build/components/__shared__/Payment/components/Card/index.js +1 -1
  540. package/build/components/__shared__/Payment/components/Card/index.js.map +1 -1
  541. package/build/components/__shared__/Payment/components/PCI/PCI.constants.js +6 -6
  542. package/build/components/__shared__/Payment/components/PCI/PCI.constants.js.map +1 -1
  543. package/build/components/__shared__/Payment/components/PCI/PCI.js +136 -155
  544. package/build/components/__shared__/Payment/components/PCI/PCI.js.map +1 -1
  545. package/build/components/__shared__/Payment/components/PCI/PCI.l10n.js +1 -1
  546. package/build/components/__shared__/Payment/components/PCI/PCI.l10n.js.map +1 -1
  547. package/build/components/__shared__/Payment/components/PCI/helpers/formatValues.js +15 -15
  548. package/build/components/__shared__/Payment/components/PCI/helpers/formatValues.js.map +1 -1
  549. package/build/components/__shared__/Payment/components/PCI/helpers/getStyle.js +9 -7
  550. package/build/components/__shared__/Payment/components/PCI/helpers/getStyle.js.map +1 -1
  551. package/build/components/__shared__/Payment/components/PCI/helpers/index.js +2 -2
  552. package/build/components/__shared__/Payment/components/PCI/helpers/index.js.map +1 -1
  553. package/build/components/__shared__/Payment/components/PCI/index.js +1 -1
  554. package/build/components/__shared__/Payment/components/PCI/index.js.map +1 -1
  555. package/build/components/__shared__/Payment/components/Tpv/Tpv.js +19 -36
  556. package/build/components/__shared__/Payment/components/Tpv/Tpv.js.map +1 -1
  557. package/build/components/__shared__/Payment/components/Tpv/Tpv.l10n.js +1 -1
  558. package/build/components/__shared__/Payment/components/Tpv/Tpv.l10n.js.map +1 -1
  559. package/build/components/__shared__/Payment/components/Tpv/index.js +1 -1
  560. package/build/components/__shared__/Payment/components/Tpv/index.js.map +1 -1
  561. package/build/components/__shared__/Payment/components/index.js +5 -5
  562. package/build/components/__shared__/Payment/components/index.js.map +1 -1
  563. package/build/components/__shared__/Payment/helpers/getCaption.js +31 -25
  564. package/build/components/__shared__/Payment/helpers/getCaption.js.map +1 -1
  565. package/build/components/__shared__/Payment/helpers/getComponent.js +23 -17
  566. package/build/components/__shared__/Payment/helpers/getComponent.js.map +1 -1
  567. package/build/components/__shared__/Payment/helpers/getImage.js +6 -4
  568. package/build/components/__shared__/Payment/helpers/getImage.js.map +1 -1
  569. package/build/components/__shared__/Payment/helpers/index.js +3 -3
  570. package/build/components/__shared__/Payment/helpers/index.js.map +1 -1
  571. package/build/components/__shared__/Payment/index.js +5 -5
  572. package/build/components/__shared__/Payment/index.js.map +1 -1
  573. package/build/components/__shared__/PriceBreakdown/PriceBreakdown.Line.js +21 -20
  574. package/build/components/__shared__/PriceBreakdown/PriceBreakdown.Line.js.map +1 -1
  575. package/build/components/__shared__/PriceBreakdown/PriceBreakdown.js +63 -66
  576. package/build/components/__shared__/PriceBreakdown/PriceBreakdown.js.map +1 -1
  577. package/build/components/__shared__/PriceBreakdown/PriceBreakdown.l10n.js +1 -1
  578. package/build/components/__shared__/PriceBreakdown/PriceBreakdown.l10n.js.map +1 -1
  579. package/build/components/__shared__/PriceBreakdown/index.js +1 -1
  580. package/build/components/__shared__/PriceBreakdown/index.js.map +1 -1
  581. package/build/components/__shared__/Skeleton/Skeleton.js +13 -19
  582. package/build/components/__shared__/Skeleton/Skeleton.js.map +1 -1
  583. package/build/components/__shared__/Skeleton/index.js +1 -1
  584. package/build/components/__shared__/Skeleton/index.js.map +1 -1
  585. package/build/components/__shared__/TextRequiredFields/TextRequiredFields.js +10 -8
  586. package/build/components/__shared__/TextRequiredFields/TextRequiredFields.js.map +1 -1
  587. package/build/components/__shared__/TextRequiredFields/TextRequiredFields.l10n.js +1 -1
  588. package/build/components/__shared__/TextRequiredFields/TextRequiredFields.l10n.js.map +1 -1
  589. package/build/components/__shared__/TextRequiredFields/index.js +1 -1
  590. package/build/components/__shared__/TextRequiredFields/index.js.map +1 -1
  591. package/build/components/__shared__/index.js +12 -12
  592. package/build/components/__shared__/index.js.map +1 -1
  593. package/build/components/helpers/ICON.AMENITIES.js +123 -83
  594. package/build/components/helpers/ICON.AMENITIES.js.map +1 -1
  595. package/build/components/helpers/ICON.js +43 -29
  596. package/build/components/helpers/ICON.js.map +1 -1
  597. package/build/components/helpers/constants.js +15 -13
  598. package/build/components/helpers/constants.js.map +1 -1
  599. package/build/components/helpers/getButtonPaymentKey.js +17 -11
  600. package/build/components/helpers/getButtonPaymentKey.js.map +1 -1
  601. package/build/components/helpers/getButtonPaymentKey.l10n.js +1 -1
  602. package/build/components/helpers/getButtonPaymentKey.l10n.js.map +1 -1
  603. package/build/components/helpers/getCalendarCaption.js +13 -25
  604. package/build/components/helpers/getCalendarCaption.js.map +1 -1
  605. package/build/components/helpers/getCountryCode.js +3 -2
  606. package/build/components/helpers/getCountryCode.js.map +1 -1
  607. package/build/components/helpers/index.js +13 -13
  608. package/build/components/helpers/index.js.map +1 -1
  609. package/build/components/helpers/isJest.js +1 -1
  610. package/build/components/helpers/isJest.js.map +1 -1
  611. package/build/components/helpers/parseHtml.js +37 -38
  612. package/build/components/helpers/parseHtml.js.map +1 -1
  613. package/build/components/helpers/parseToParties.js +5 -4
  614. package/build/components/helpers/parseToParties.js.map +1 -1
  615. package/build/components/helpers/testPassword.js +3 -2
  616. package/build/components/helpers/testPassword.js.map +1 -1
  617. package/build/components/helpers/toQueryString.js +9 -12
  618. package/build/components/helpers/toQueryString.js.map +1 -1
  619. package/build/components/helpers/toUrlParams.js +7 -9
  620. package/build/components/helpers/toUrlParams.js.map +1 -1
  621. package/build/components/helpers/trace.js +8 -8
  622. package/build/components/helpers/trace.js.map +1 -1
  623. package/build/components/helpers/translate.js +11 -10
  624. package/build/components/helpers/translate.js.map +1 -1
  625. package/build/components/index.js +22 -80
  626. package/build/components/index.js.map +1 -1
  627. package/build/helpers/checkSession.js +20 -42
  628. package/build/helpers/checkSession.js.map +1 -1
  629. package/build/helpers/consolidateStore.js +148 -160
  630. package/build/helpers/consolidateStore.js.map +1 -1
  631. package/build/helpers/fetchConfig.js +16 -57
  632. package/build/helpers/fetchConfig.js.map +1 -1
  633. package/build/helpers/fetchCookies.js +12 -13
  634. package/build/helpers/fetchCookies.js.map +1 -1
  635. package/build/helpers/fetchSession.js +33 -30
  636. package/build/helpers/fetchSession.js.map +1 -1
  637. package/build/helpers/fetchUrlParams.js +3 -2
  638. package/build/helpers/fetchUrlParams.js.map +1 -1
  639. package/build/helpers/findComponents.js +20 -25
  640. package/build/helpers/findComponents.js.map +1 -1
  641. package/build/helpers/findDangerousCSSRules.js +21 -48
  642. package/build/helpers/findDangerousCSSRules.js.map +1 -1
  643. package/build/helpers/findInstance.js +20 -34
  644. package/build/helpers/findInstance.js.map +1 -1
  645. package/build/helpers/getAccommodationType.js +4 -4
  646. package/build/helpers/getAccommodationType.js.map +1 -1
  647. package/build/helpers/getGhost.js +6 -13
  648. package/build/helpers/getGhost.js.map +1 -1
  649. package/build/helpers/getLocale.js +12 -22
  650. package/build/helpers/getLocale.js.map +1 -1
  651. package/build/helpers/getTags.js +24 -30
  652. package/build/helpers/getTags.js.map +1 -1
  653. package/build/helpers/index.js +12 -12
  654. package/build/helpers/index.js.map +1 -1
  655. package/build/helpers/loadEnvironment.js +9 -8
  656. package/build/helpers/loadEnvironment.js.map +1 -1
  657. package/build/helpers/loadSentry.js +6 -7
  658. package/build/helpers/loadSentry.js.map +1 -1
  659. package/build/helpers/theme.js +17 -24
  660. package/build/helpers/theme.js.map +1 -1
  661. package/build/helpers/toOccupation.js +36 -48
  662. package/build/helpers/toOccupation.js.map +1 -1
  663. package/build/index.js +71 -120
  664. package/build/index.js.map +1 -1
  665. package/build/services/Club/constants.js +2 -2
  666. package/build/services/Club/constants.js.map +1 -1
  667. package/build/services/Club/get.js +21 -49
  668. package/build/services/Club/get.js.map +1 -1
  669. package/build/services/Club/index.js +1 -1
  670. package/build/services/Club/index.js.map +1 -1
  671. package/build/services/Engine/constants.js +2 -2
  672. package/build/services/Engine/constants.js.map +1 -1
  673. package/build/services/Engine/get.js +22 -54
  674. package/build/services/Engine/get.js.map +1 -1
  675. package/build/services/Engine/index.js +1 -1
  676. package/build/services/Engine/index.js.map +1 -1
  677. package/build/services/Rates/constants.js +8 -8
  678. package/build/services/Rates/constants.js.map +1 -1
  679. package/build/services/Rates/get.js +195 -227
  680. package/build/services/Rates/get.js.map +1 -1
  681. package/build/services/Rates/helpers/getPrice.js +9 -7
  682. package/build/services/Rates/helpers/getPrice.js.map +1 -1
  683. package/build/services/Rates/helpers/index.js +4 -4
  684. package/build/services/Rates/helpers/index.js.map +1 -1
  685. package/build/services/Rates/helpers/normalizePrice.js +4 -3
  686. package/build/services/Rates/helpers/normalizePrice.js.map +1 -1
  687. package/build/services/Rates/helpers/parseAmenities.js +67 -89
  688. package/build/services/Rates/helpers/parseAmenities.js.map +1 -1
  689. package/build/services/Rates/helpers/parseDiscount.js +21 -21
  690. package/build/services/Rates/helpers/parseDiscount.js.map +1 -1
  691. package/build/services/Rates/index.js +1 -1
  692. package/build/services/Rates/index.js.map +1 -1
  693. package/build/services/index.js +3 -3
  694. package/build/services/index.js.map +1 -1
  695. package/package.json +6 -6
@@ -1 +1 @@
1
- {"version":3,"file":"TextRequiredFields.js","names":["_locale","require","_ui","_react","_interopRequireDefault","_TextRequiredFields","style","_interopRequireWildcard","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","_typeof","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_objectDestructuringEmpty","TypeError","_extends","assign","bind","target","i","arguments","length","source","apply","TextRequiredFields","exports","_ref","others","_useLocale","useLocale","translate","createElement","Text","small","className","styles","text","asterisk","L10N","CAPTION","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
+ {"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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"}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.L10N = void 0;
7
- var L10N = exports.L10N = {
7
+ const L10N = exports.L10N = {
8
8
  CAPTION: {
9
9
  id: 'common.label.required_field',
10
10
  defaultMessage: '$Required Fields'
@@ -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,IAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EAClBE,OAAO,EAAE;IAAEC,EAAE,EAAE,6BAA6B;IAAEC,cAAc,EAAE;EAAmB;AACnF,CAAC"}
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 get() {
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,IAAA;MAAA,OAAAT,mBAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
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 get() {
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 get() {
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 get() {
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 get() {
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 get() {
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 get() {
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 get() {
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 get() {
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 get() {
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 get() {
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 get() {
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 get() {
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":"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"}
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,CAAA;MAAA,OAAAT,aAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,aAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,aAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,aAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,aAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,WAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,WAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,WAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,WAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,cAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,cAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,cAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,cAAA,CAAAP,GAAA;IAAA;EAAA;AAAA;AACA,IAAAQ,MAAA,GAAAZ,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAU,MAAA,EAAAT,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAQ,MAAA,CAAAR,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAI,MAAA,CAAAR,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,gBAAA,GAAAb,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAW,gBAAA,EAAAV,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAS,gBAAA,CAAAT,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAK,gBAAA,CAAAT,GAAA;IAAA;EAAA;AAAA;AACA,IAAAU,eAAA,GAAAd,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAY,eAAA,EAAAX,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAU,eAAA,CAAAV,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAM,eAAA,CAAAV,GAAA;IAAA;EAAA;AAAA;AACA,IAAAW,WAAA,GAAAf,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAa,WAAA,EAAAZ,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAW,WAAA,CAAAX,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAO,WAAA,CAAAX,GAAA;IAAA;EAAA;AAAA;AACA,IAAAY,QAAA,GAAAhB,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAc,QAAA,EAAAb,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAY,QAAA,CAAAZ,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAQ,QAAA,CAAAZ,GAAA;IAAA;EAAA;AAAA;AACA,IAAAa,eAAA,GAAAjB,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAe,eAAA,EAAAd,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAa,eAAA,CAAAb,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAS,eAAA,CAAAb,GAAA;IAAA;EAAA;AAAA;AACA,IAAAc,SAAA,GAAAlB,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAgB,SAAA,EAAAf,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAc,SAAA,CAAAd,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAU,SAAA,CAAAd,GAAA;IAAA;EAAA;AAAA;AACA,IAAAe,mBAAA,GAAAnB,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAiB,mBAAA,EAAAhB,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAe,mBAAA,CAAAf,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAW,mBAAA,CAAAf,GAAA;IAAA;EAAA;AAAA"}
@@ -4,106 +4,146 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.ICON_AMENITIES = void 0;
7
- var _fa = require("react-icons/fa6");
8
- var _gi = require("react-icons/gi");
9
- var _md = require("react-icons/md");
10
- var _pi = require("react-icons/pi");
11
- var _ri = require("react-icons/ri");
12
- var _tb = require("react-icons/tb");
13
- var ICON_AMENITIES = exports.ICON_AMENITIES = {
14
- AMENITY: _ri.RiAddBoxLine,
15
- 1: _fa.FaKitchenSet,
16
- 2: _ri.RiFridgeLine,
17
- 3: _md.MdOutlineLocalLaundryService,
18
- 4: _md.MdOutlineMicrowave,
19
- 5: _md.MdOutlineIron,
20
- 6: _md.MdOutlineCoffeeMaker,
21
- 7: _md.MdOutlineWash,
22
- 8: _md.MdOutlineLiving,
23
- 9: _md.MdBalcony,
24
- 10: _md.MdBalcony,
25
- 11: _md.MdOutlineRadio,
26
- 13: _ri.RiTvLine,
27
- 14: _ri.RiPhoneLine,
28
- 15: _tb.TbAirConditioning,
29
- 16: _md.MdOutlineLocalBar,
30
- 17: _md.MdOutlineLocalBar,
31
- 18: _ri.RiSafe2Line,
32
- 19: _ri.RiSafe2Line,
33
- 20: _md.MdCable,
34
- 21: _md.MdCable,
35
- 22: _ri.RiWifiLine,
36
- 23: _ri.RiWifiLine,
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: _md.MdOutlineShower,
43
- 52: _md.MdOutlineBathtub,
44
- 53: _md.MdOutlineBathtub,
45
- 54: _md.MdOutlineBathtub,
46
- 55: _md.MdOutlineWaterDrop,
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: _md.MdAir,
88
+ 57: _MdAir.MdAir,
49
89
  // 58: 'espejo_maquillaje',
50
90
  // 59: 'albornoz',
51
- 60: _gi.GiSlippers,
52
- 61: _md.MdOutlineTablet,
53
- 62: _md.MdOutlineTablet,
54
- 63: _md.MdOutlineBathtub,
55
- 64: _md.MdOutlineOutdoorGrill,
56
- 65: _ri.RiTempHotLine,
57
- 67: _fa.FaKitchenSet,
58
- 68: _fa.FaKitchenSet,
59
- 69: _md.MdOutlineDesk,
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: _md.MdOutlineWaterDrop,
101
+ 71: _MdOutlineWaterDrop.MdOutlineWaterDrop,
62
102
  // 72: 'jaima',
63
- 73: _pi.PiFlowerTulip,
64
- 74: _md.MdOutlineLocalLaundryService,
65
- 75: _gi.GiForkKnifeSpoon,
66
- 76: _md.MdOutlinePool,
67
- 77: _md.MdOutlinePool,
68
- 79: _md.MdOutlineLiving,
69
- 80: _md.MdOutlineWbSunny,
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: _pi.PiFan,
72
- 83: _ri.RiShirtLine,
73
- 84: _md.MdOutlineBeachAccess,
74
- 85: _md.MdOutlineBeachAccess,
111
+ 82: _PiFan.PiFan,
112
+ 83: _RiShirtLine.RiShirtLine,
113
+ 84: _MdOutlineBeachAccess.MdOutlineBeachAccess,
114
+ 85: _MdOutlineBeachAccess.MdOutlineBeachAccess,
75
115
  // 86: 'vitroceramica',
76
- 87: _md.MdOutlineBathtub,
77
- 90: _tb.TbSofa,
78
- 91: _tb.TbSofa,
79
- 92: _pi.PiToilet,
80
- 93: _md.MdAlarm,
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: _ri.RiTempHotLine,
84
- 97: _md.MdOutlineBeachAccess,
85
- 98: _md.MdOutlineWaterDrop,
86
- 99: _md.MdOutlineBathtub,
87
- 100: _ri.Ri24HoursLine,
88
- 101: _md.MdOutlineCoffeeMaker,
89
- 102: _ri.RiTvLine,
90
- 103: _md.MdOutlineLocalTaxi,
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: _md.MdOutlineLocalLaundryService,
133
+ 106: _MdOutlineLocalLaundryService.MdOutlineLocalLaundryService,
94
134
  // 107: 'hamacas_sumergidas',
95
- 108: _md.MdOutlineShower,
96
- 109: _md.MdOutlineNewspaper,
97
- 111: _ri.RiTvLine,
98
- 112: _tb.TbScaleOutline,
99
- 113: _md.MdOutlineLocalTaxi,
100
- 114: _ri.RiPhoneLine,
101
- 115: _md.MdOutlineFreeBreakfast,
102
- 116: _md.MdOutlineGolfCourse,
103
- 117: _md.MdOutlineSurroundSound,
104
- 118: _md.MdOutlineSpeaker,
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: _ri.Ri24HoursLine,
107
- 121: _md.MdOutlineMenuBook
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 _md = require("react-icons/md");
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
- 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); }
11
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
12
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
13
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
14
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
- var ICON = exports.ICON = _objectSpread(_objectSpread({}, _ui.ICON), {}, {
17
- ACCOUNT: _md.MdOutlineAccountCircle,
18
- BED_DOUBLE: _md.MdOutlineBed,
19
- BED_SINGLE: _md.MdSingleBed,
20
- CALENDAR: _md.MdOutlineCalendarToday,
21
- CALENDAR_CANCEL: _md.MdOutlineFreeCancellation,
22
- CALENDAR_EDIT: _md.MdOutlineEditCalendar,
23
- CLEAR: _md.MdOutlineAutorenew,
24
- INFO_INLINE: _md.MdInfo,
25
- LINK: _md.MdOutlineLink,
26
- LIST: _md.MdOutlineListAlt,
27
- LOCATION: _md.MdOutlineLocationOn,
28
- LOCK: _md.MdOutlineLock,
29
- MAIL: _md.MdMailOutline,
30
- MORE: _md.MdMoreVert,
31
- PEOPLE: _md.MdOutlinePeopleAlt,
32
- PERSON: _md.MdOutlinePersonOutline,
33
- PRINT: _md.MdOutlinePrint,
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","_md","_ICON","_typeof","o","Symbol","iterator","constructor","prototype","ownKeys","e","r","t","Object","keys","getOwnPropertySymbols","filter","getOwnPropertyDescriptor","enumerable","push","apply","_objectSpread","arguments","length","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","obj","key","value","_toPropertyKey","configurable","writable","arg","_toPrimitive","String","input","hint","prim","toPrimitive","undefined","res","call","TypeError","Number","ICON","exports","ICON_BASE","ACCOUNT","BED_DOUBLE","BED_SINGLE","CALENDAR","CALENDAR_CANCEL","CALENDAR_EDIT","CLEAR","INFO_INLINE","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 {\n MdInfo as INFO_INLINE,\n MdOutlineAccountCircle as ACCOUNT,\n MdOutlineBed as BED_DOUBLE,\n MdSingleBed as BED_SINGLE,\n MdOutlineCalendarToday as CALENDAR,\n MdOutlineFreeCancellation as CALENDAR_CANCEL,\n MdOutlineEditCalendar as CALENDAR_EDIT,\n MdOutlineAutorenew as CLEAR,\n MdOutlineLink as LINK,\n MdOutlineListAlt as LIST,\n MdOutlineLocationOn as LOCATION,\n MdOutlineLock as LOCK,\n MdMailOutline as MAIL,\n MdMoreVert as MORE,\n MdOutlinePeopleAlt as PEOPLE,\n MdOutlinePersonOutline as PERSON,\n MdOutlinePrint as PRINT,\n MdOutlinePageview as SITE,\n MdPhotoSizeSelectSmall as SIZE,\n MdUnfoldMore as UNFOLD,\n} from 'react-icons/md';\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 INFO_INLINE,\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":"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"}
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"}