@mirai/core 0.4.36 → 0.4.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 (211) hide show
  1. package/build/contexts/PerformanceManager/PerformanceManager.scripts.js +1 -1
  2. package/build/contexts/PerformanceManager/PerformanceManager.scripts.js.map +1 -1
  3. package/package.json +1 -1
  4. package/.env +0 -22
  5. package/.gitlab-ci.yml +0 -4
  6. package/.nvmrc +0 -1
  7. package/__tests__/Booking/__mocks__/booking-delete.json +0 -1
  8. package/__tests__/Booking/__mocks__/booking-get.json +0 -105
  9. package/__tests__/Booking/booking.constants.js +0 -8
  10. package/__tests__/Booking/workflows/cancel.workflow.js +0 -20
  11. package/__tests__/Booking/workflows/index.js +0 -5
  12. package/__tests__/Booking/workflows/openMobileMenu.workflow.js +0 -4
  13. package/__tests__/Booking/workflows/print.workflow.js +0 -13
  14. package/__tests__/Booking/workflows/resend.workflow.js +0 -18
  15. package/__tests__/Booking/workflows/review.workflow.js +0 -17
  16. package/__tests__/BookingQuery/__mocks__/user-booking-get.json +0 -9
  17. package/__tests__/BookingQuery/workflows/index.js +0 -1
  18. package/__tests__/BookingQuery/workflows/login.workflow.js +0 -22
  19. package/__tests__/Checkout/__mocks__/checkout-get.json +0 -935
  20. package/__tests__/Checkout/__mocks__/checkout-post-PAYLATER.json +0 -10
  21. package/__tests__/Checkout/__mocks__/checkout-post-TPV.json +0 -7
  22. package/__tests__/Checkout/__mocks__/checkout-post-TRANSFER.json +0 -10
  23. package/__tests__/Checkout/checkout.constants.js +0 -8
  24. package/__tests__/Checkout/workflows/form.workflow.js +0 -17
  25. package/__tests__/Checkout/workflows/index.js +0 -4
  26. package/__tests__/Checkout/workflows/payment.workflow.js +0 -10
  27. package/__tests__/Checkout/workflows/review.workflow.js +0 -19
  28. package/__tests__/Checkout/workflows/submit.workflow.js +0 -9
  29. package/__tests__/Deals/__mocks__/deals-success.json +0 -739
  30. package/__tests__/Deals/workflows/calendar.workflow.js +0 -14
  31. package/__tests__/Deals/workflows/clear.workflow.js +0 -7
  32. package/__tests__/Deals/workflows/index.js +0 -5
  33. package/__tests__/Deals/workflows/occupation.workflow.js +0 -6
  34. package/__tests__/Deals/workflows/promocode.workflow.js +0 -3
  35. package/__tests__/Deals/workflows/submit.workflow.js +0 -6
  36. package/__tests__/Finder/workflows/calendar.workflow.js +0 -10
  37. package/__tests__/Finder/workflows/index.js +0 -3
  38. package/__tests__/Finder/workflows/occupation.workflow.js +0 -27
  39. package/__tests__/Finder/workflows/promocode.workflow.js +0 -8
  40. package/__tests__/Rates/__mocks__/extras-one-success.json +0 -138
  41. package/__tests__/Rates/__mocks__/extras-success.json +0 -397
  42. package/__tests__/Rates/__mocks__/rates-success.json +0 -731
  43. package/__tests__/Rates/workflows/extras.js +0 -9
  44. package/__tests__/Rates/workflows/extrasExpect.js +0 -11
  45. package/__tests__/Rates/workflows/index.js +0 -4
  46. package/__tests__/Rates/workflows/multiroom.js +0 -26
  47. package/__tests__/Rates/workflows/rates.js +0 -9
  48. package/__tests__/Session/workflows/bookings.workflow.js +0 -18
  49. package/__tests__/Session/workflows/forgotPassword.workflow.js +0 -20
  50. package/__tests__/Session/workflows/index.js +0 -5
  51. package/__tests__/Session/workflows/login.workflow.js +0 -29
  52. package/__tests__/Session/workflows/logout.workflow.js +0 -8
  53. package/__tests__/Session/workflows/profile.workflow.js +0 -49
  54. package/__tests__/Signup/workflows/index.js +0 -2
  55. package/__tests__/Signup/workflows/signup.workflow.js +0 -26
  56. package/__tests__/Signup/workflows/signupError.workflow.js +0 -22
  57. package/__tests__/__screenshots__/rates.spec.jsx/Desktop/Search-multiroom-with-one-extras-1.png +0 -0
  58. package/__tests__/__screenshots__/rates.spec.jsx/Desktop/Search-multiroom-with-some-extras-1.png +0 -0
  59. package/__tests__/__screenshots__/rates.spec.jsx/iPhone-12/Search-multiroom-with-one-extras-1.png +0 -0
  60. package/__tests__/__screenshots__/rates.spec.jsx/iPhone-12/Search-multiroom-with-some-extras-1.png +0 -0
  61. package/__tests__/booking.spec.jsx +0 -34
  62. package/__tests__/bookingQuey.spec.js +0 -43
  63. package/__tests__/buttonFinder.spec.js +0 -16
  64. package/__tests__/checkout.spec.jsx +0 -52
  65. package/__tests__/constants.js +0 -20
  66. package/__tests__/deals.spec.js +0 -30
  67. package/__tests__/finder.spec.js +0 -75
  68. package/__tests__/helpers/closeNotification.js +0 -7
  69. package/__tests__/helpers/getWeekNumber.js +0 -8
  70. package/__tests__/helpers/index.js +0 -2
  71. package/__tests__/rates.spec.jsx +0 -39
  72. package/__tests__/session.spec.js +0 -32
  73. package/__tests__/signup.spec.js +0 -17
  74. package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.skeleton.test.js.snap +0 -287
  75. package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +0 -102
  76. package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +0 -1302
  77. package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +0 -139
  78. package/build/components/Booking/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +0 -108
  79. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormCancel.test.js.snap +0 -546
  80. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEdit.test.js.snap +0 -46
  81. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormResend.test.js.snap +0 -166
  82. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Information.test.js.snap +0 -110
  83. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +0 -82
  84. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +0 -432
  85. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalAgency.test.js.snap +0 -319
  86. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Payment.test.js.snap +0 -178
  87. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +0 -1048
  88. package/build/components/ButtonFinder/__tests__/__snapshots__/ButtonFinder.test.js.snap +0 -8210
  89. package/build/components/Chat/__tests__/__snapshots__/Chat.constants.test.js.snap +0 -30
  90. package/build/components/Chat/__tests__/__snapshots__/Chat.test.js.snap +0 -634
  91. package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +0 -97
  92. package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +0 -178
  93. package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +0 -282
  94. package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +0 -211
  95. package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Booking.test.js.snap +0 -65
  96. package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Card.test.js.snap +0 -29
  97. package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Environment.test.js.snap +0 -44
  98. package/build/components/Chat/components/Offline/__tests__/__snapshots__/Offline.test.js.snap +0 -162
  99. package/build/components/Chat/helpers/__tests__/__snapshots__/getVerboseDate.test.js.snap +0 -9
  100. package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +0 -2018
  101. package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +0 -347
  102. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +0 -418
  103. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +0 -6754
  104. package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +0 -4449
  105. package/build/components/Deals/__tests__/__snapshots__/Deals.constants.js.snap +0 -15
  106. package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +0 -7828
  107. package/build/components/Deals/helpers/__tests__/__mocks__/deal.json +0 -25
  108. package/build/components/Environment/__tests__/__snapshots__/Environment.State.test.js.snap +0 -120
  109. package/build/components/Environment/__tests__/__snapshots__/Environment.test.js.snap +0 -988
  110. package/build/components/Finder/__tests__/__snapshots__/Finder.constants.test.js.snap +0 -39
  111. package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +0 -22237
  112. package/build/components/Finder/components/Calendar/__tests__/__mocks__/prices.json +0 -11
  113. package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +0 -11108
  114. package/build/components/Finder/components/Places/__tests__/__mocks__/places.json +0 -44
  115. package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +0 -324
  116. package/build/components/Finder/helpers/__tests__/__mocks__/dataSource.json +0 -1382
  117. package/build/components/Finder/helpers/__tests__/__snapshots__/getForwarderUrl.test.js.snap +0 -7
  118. package/build/components/Header/__tests__/__snapshots__/Header.test.js.snap +0 -1187
  119. package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +0 -19
  120. package/build/components/Rates/__tests__/__snapshots__/Rates.Content.test.js.snap +0 -41
  121. package/build/components/Rates/__tests__/__snapshots__/Rates.Footer.test.js.snap +0 -50
  122. package/build/components/Rates/__tests__/__snapshots__/Rates.Header.test.js.snap +0 -3
  123. package/build/components/Rates/__tests__/__snapshots__/Rates.RoomSelector.test.js.snap +0 -3
  124. package/build/components/Rates/__tests__/__snapshots__/Rates.Unavailability.test.js.snap +0 -53
  125. package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +0 -11760
  126. package/build/components/Rates/components/CardHotel/__tests__/__snapshots__/CardHotel.test.js.snap +0 -113
  127. package/build/components/Rates/components/Filters/__tests__/__snapshots__/FIlters.Button.test.js.snap +0 -32
  128. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.Amenity.test.js.snap +0 -21
  129. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.BookingOption.test.js.snap +0 -32
  130. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.test.js.snap +0 -167
  131. package/build/components/Rates/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +0 -3
  132. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Preview.test.js.snap +0 -96
  133. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Rates.test.js.snap +0 -9
  134. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Summary.test.js.snap +0 -53
  135. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.test.js.snap +0 -154
  136. package/build/components/Rates/components/Item/components/Amenities/__tests__/__snapshots__/Amenities.test.js.snap +0 -3
  137. package/build/components/Rates/components/Item/components/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +0 -3
  138. package/build/components/Rates/components/Item/components/Features/__tests__/__snapshots__/Features.test.js.snap +0 -40
  139. package/build/components/Rates/components/Item/components/ModalCancellationInfo/__tests__/__snapshots__/ModalCancellationInfo.test.js.snap +0 -35
  140. package/build/components/Rates/components/Item/components/ModalInfo/__tests__/__snapshots__/ModalInfo.test.js.snap +0 -72
  141. package/build/components/Rates/components/Item/components/ModalOfferInfo/__tests__/__snapshots__/ModalOfferInfo.test.js.snap +0 -49
  142. package/build/components/Rates/components/Item/components/ModalUrl/__tests__/__snapshots__/ModalUrl.test.js.snap +0 -50
  143. package/build/components/Rates/components/Item/components/Option/__tests__/__snapshots__/Option.test.js.snap +0 -18
  144. package/build/components/Rates/components/Item/components/PriceDetails/__tests__/__snapshots__/PriceDetails.test.js.snap +0 -23
  145. package/build/components/Rates/components/Item/components/RateDetails/__tests__/__snapshots__/RateDetails.test.js.snap +0 -3
  146. package/build/components/Rates/components/Item/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +0 -27
  147. package/build/components/Rates/components/Item/components/TooltipDates/__tests__/__snapshots__/TooltipDates.test.js.snap +0 -3
  148. package/build/components/Rates/components/ModalClubRate/__tests__/__snapshots__/ModalClubRate.test.js.snap +0 -257
  149. package/build/components/Rates/components/ModalExtras/__tests__/__snapshots__/ModalExtras.test.js.snap +0 -68
  150. package/build/components/Rates/components/ModalMapView/__tests__/__snapshots__/ModalMapView.test.js.snap +0 -78
  151. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +0 -260
  152. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +0 -1091
  153. package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +0 -208
  154. package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +0 -2190
  155. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +0 -500
  156. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +0 -745
  157. package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +0 -450
  158. package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +0 -115
  159. package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +0 -206
  160. package/build/components/__shared__/ButtonPayment/components/Form/__tests__/__snapshots__/Form.test.js.snap +0 -65
  161. package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +0 -68
  162. package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +0 -356
  163. package/build/components/__shared__/ButtonPayment/components/FormCheckout/helpers/__tests__/__snapshots__/getStyle.test.js.snap +0 -23
  164. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +0 -165
  165. package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +0 -161
  166. package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +0 -190
  167. package/build/components/__shared__/Card/__tests__/__snapshots__/Card.test.js.snap +0 -34
  168. package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +0 -42
  169. package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +0 -1018
  170. package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +0 -2243
  171. package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +0 -373
  172. package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +0 -178
  173. package/build/components/__shared__/NotificationRequiredFields/__tests__/__snapshots__/NotificationRequiredFields.test.js.snap +0 -118
  174. package/build/components/__shared__/Occupation/__tests__/__mocks__/occupation.json +0 -17
  175. package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +0 -3754
  176. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +0 -1109
  177. package/build/components/__shared__/Payment/components/AmazonPay/__tests__/__snapshots__/AmazonPay.test.js.snap +0 -23
  178. package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +0 -33
  179. package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +0 -933
  180. package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +0 -474
  181. package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +0 -98
  182. package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.Line.test.js.snap +0 -49
  183. package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.test.js.snap +0 -337
  184. package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +0 -1192
  185. package/build/components/__shared__/Skeleton/__tests__/__snapshots__/Skeleton.test.js.snap +0 -66
  186. package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +0 -41
  187. package/build/components/helpers/__tests__/__mocks__/hotels.json +0 -87
  188. package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +0 -317
  189. package/playwright.config.js +0 -50
  190. package/public/App.Container.jsx +0 -147
  191. package/public/App.jsx +0 -34
  192. package/public/App.module.css +0 -153
  193. package/public/index.html +0 -32
  194. package/public/index.template.html +0 -19
  195. package/public/performance/index.html +0 -159
  196. package/public/routes/Deals.jsx +0 -20
  197. package/public/routes/Finder.jsx +0 -19
  198. package/public/routes/Home.constants.js +0 -52
  199. package/public/routes/Home.jsx +0 -131
  200. package/public/routes/NotFound.jsx +0 -23
  201. package/public/routes/Profile.jsx +0 -21
  202. package/public/routes/Signup.jsx +0 -20
  203. package/public/routes/Step0-Accommodations.jsx +0 -4
  204. package/public/routes/Step1-Rates.jsx +0 -12
  205. package/public/routes/Step2-Checkout.jsx +0 -4
  206. package/public/routes/Step3-Booking.jsx +0 -4
  207. package/public/routes/components/Logo.jsx +0 -18
  208. package/public/routes/components/index.js +0 -1
  209. package/public/routes/index.js +0 -10
  210. package/public/routes/routes.module.css +0 -259
  211. package/public/themes/monalisa.theme.css +0 -45
@@ -1,66 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`<Skeleton> inherit:className 1`] = `
4
- <DocumentFragment>
5
- <ui-view
6
- class="view mirai"
7
- />
8
- </DocumentFragment>
9
- `;
10
-
11
- exports[`<Skeleton> renders 1`] = `
12
- <DocumentFragment>
13
- <ui-view
14
- class="view"
15
- />
16
- </DocumentFragment>
17
- `;
18
-
19
- exports[`<Skeleton> renders correctly as a View when children are not a string 1`] = `
20
- <DocumentFragment>
21
- <ui-view
22
- class="view"
23
- >
24
- <div>
25
- Loading...
26
- </div>
27
- </ui-view>
28
- </DocumentFragment>
29
- `;
30
-
31
- exports[`<Skeleton> renders correctly with default props 1`] = `
32
- <DocumentFragment>
33
- <ui-text
34
- class="text paragraph"
35
- >
36
- Loading...
37
- </ui-text>
38
- </DocumentFragment>
39
- `;
40
-
41
- exports[`<Skeleton> renders correctly with no children 1`] = `
42
- <DocumentFragment>
43
- <ui-view
44
- class="view"
45
- />
46
- </DocumentFragment>
47
- `;
48
-
49
- exports[`<Skeleton> renders correctly with specified color 1`] = `
50
- <DocumentFragment>
51
- <ui-text
52
- class="text paragraph"
53
- >
54
- Loading...
55
- </ui-text>
56
- </DocumentFragment>
57
- `;
58
-
59
- exports[`<Skeleton> testID 1`] = `
60
- <DocumentFragment>
61
- <ui-view
62
- class="view"
63
- data-testid="mirai"
64
- />
65
- </DocumentFragment>
66
- `;
@@ -1,41 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`<TextRequiredFields> inherit:className 1`] = `
4
- <DocumentFragment>
5
- <ui-text
6
- class="text small mirai"
7
- >
8
- <span>
9
- *
10
- </span>
11
- common.label.required_field
12
- </ui-text>
13
- </DocumentFragment>
14
- `;
15
-
16
- exports[`<TextRequiredFields> renders 1`] = `
17
- <DocumentFragment>
18
- <ui-text
19
- class="text small"
20
- >
21
- <span>
22
- *
23
- </span>
24
- common.label.required_field
25
- </ui-text>
26
- </DocumentFragment>
27
- `;
28
-
29
- exports[`<TextRequiredFields> testID 1`] = `
30
- <DocumentFragment>
31
- <ui-text
32
- class="text small"
33
- data-testid="mirai"
34
- >
35
- <span>
36
- *
37
- </span>
38
- common.label.required_field
39
- </ui-text>
40
- </DocumentFragment>
41
- `;
@@ -1,87 +0,0 @@
1
- {
2
- "100376477": {
3
- "clubConfiguration": null,
4
- "showPricesInCalendar": false,
5
- "lodgingDenomination": 4
6
- },
7
- "100376506": {
8
- "clubConfiguration": null,
9
- "showPricesInCalendar": false,
10
- "lodgingDenomination": 2
11
- },
12
- "100376548": {
13
- "clubConfiguration": null,
14
- "showPricesInCalendar": false,
15
- "lodgingDenomination": 2
16
- },
17
- "100376570": {
18
- "clubConfiguration": null,
19
- "showPricesInCalendar": false,
20
- "lodgingDenomination": 2
21
- },
22
- "100376759": {
23
- "clubConfiguration": null,
24
- "showPricesInCalendar": false,
25
- "lodgingDenomination": 2
26
- },
27
- "100376844": {
28
- "clubConfiguration": null,
29
- "showPricesInCalendar": false,
30
- "lodgingDenomination": 2
31
- },
32
- "100377244": {
33
- "clubConfiguration": null,
34
- "showPricesInCalendar": false,
35
- "lodgingDenomination": 1
36
- },
37
- "100377477": {
38
- "clubConfiguration": null,
39
- "showPricesInCalendar": false,
40
- "lodgingDenomination": 2
41
- },
42
- "100377832": {
43
- "clubConfiguration": null,
44
- "showPricesInCalendar": false,
45
- "lodgingDenomination": 1
46
- },
47
- "100377966": {
48
- "clubConfiguration": null,
49
- "showPricesInCalendar": false,
50
- "lodgingDenomination": 1
51
- },
52
- "100378104": {
53
- "clubConfiguration": null,
54
- "showPricesInCalendar": false,
55
- "lodgingDenomination": 1
56
- },
57
- "100378331": {
58
- "clubConfiguration": null,
59
- "showPricesInCalendar": false,
60
- "lodgingDenomination": 2
61
- },
62
- "100378332": {
63
- "clubConfiguration": null,
64
- "showPricesInCalendar": false,
65
- "lodgingDenomination": 2
66
- },
67
- "100378333": {
68
- "clubConfiguration": null,
69
- "showPricesInCalendar": false,
70
- "lodgingDenomination": 2
71
- },
72
- "100378334": {
73
- "clubConfiguration": null,
74
- "showPricesInCalendar": false,
75
- "lodgingDenomination": 2
76
- },
77
- "100378335": {
78
- "clubConfiguration": null,
79
- "showPricesInCalendar": false,
80
- "lodgingDenomination": 2
81
- },
82
- "100378336": {
83
- "clubConfiguration": null,
84
- "showPricesInCalendar": false,
85
- "lodgingDenomination": 1
86
- }
87
- }
@@ -1,317 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`modules: parseHtml with values & small 1`] = `
4
- <DocumentFragment>
5
- El presente
6
- <ui-a
7
- class="pressable action small"
8
- href="http://www.hotelbarrameda.com/es/legal"
9
- style="display: inline-flex;"
10
- tabindex="0"
11
- >
12
- Aviso Legal
13
- </ui-a>
14
- está sujeto a lo dispuesto en la Ley Orgánica 3/2018, de Protección de Datos Personales y garantía de los derechos digitales, de 5 de diciembre de 2018 (LOPDGDD), Reglamento UE 2016/679 del Parlamento Europeo y del Consejo de 27 de abril de 2016 relativo a la protección de las personas físicas en lo que respecta al tratamiento de datos personales y a la libre circulación de estos datos y por el que se deroga la Directiva 95/46/CE (Reglamento General de Protección de Datos), la Ley 34/2002 de 11 de julio, de Servicios de la Sociedad de la Información y de Comercio Electrónico, el Real Decreto-ley 13/2012, de 30 de marzo, por el que se transponen directivas en materia de mercados interiores de electricidad y gas y en materia de comunicaciones electrónicas, y por el que se adoptan medidas para la corrección de las desviaciones por desajustes entre los costes e ingresos de los sectores eléctrico y gasista, el Reglamento (UE) n.º 524/2013 del Parlamento Europeo y del Consejo, de 21 de mayo de 2013, la Ley 3/2014, de 27 de marzo, por la que se modifica el texto refundido de la Ley General para la Defensa de los Consumidores y Usuarios y otras leyes complementarias, aprobado por el Real Decreto Legislativo 1/2007, de 16 de noviembre, la Ley 26/1984, de 19 de julio, General para la Defensa de Consumidores y Usuarios, el Real Decreto 1906/1999 por el que se regula la contratación telefónica o electrónica, Ley 44/2006, de 29 de diciembre, de mejora de la protección de los consumidores y usuarios, la Directiva 2011/83/UE del Parlamento Europeo y del Consejo, de 25 de octubre de 2011, sobre los derechos de los consumidores, la Ley 7/1998, de 13 de abril, sobre Condiciones Generales de Contratación, de 17 de diciembre de 1999, por el que se regula la Contratación Telefónica o Electrónica con condiciones generales, la Ley 17/2009, de 23 de noviembre, sobre el libre acceso a las actividades de servicios y su ejercicio, la Ley 7/1996, de 15 de enero de Ordenación del Comercio Minorista, así como cualquier normativa posterior que las modifican o desarrollan.
15
- <ui-a
16
- class="pressable action small"
17
- href="http://www.hotelbarrameda.com/es/legal"
18
- style="display: inline-flex;"
19
- tabindex="0"
20
- >
21
-  
22
- </ui-a>
23
- <ui-text
24
- class="text small wide"
25
- >
26
- CONDICIONES GENERALES DE CONTRATACION
27
- </ui-text>
28
- <ui-text
29
- class="text small wide"
30
- >
31
- Plataforma de resolución de litigiosEl Reglamento (UE) n.º 524/2013 del Parlamento Europeo y del Consejo, de 21 de mayo de 2013, establece como objetivo la consecución de un elevado nivel de protección del consumidor y el correcto funcionamiento del mercado interior, en particular de su dimensión digital, proporcionando una plataforma europea de resolución de litigios en línea que facilite la resolución extrajudicial de litigios entre consumidores y comerciantes en línea de forma independiente, imparcial, transparente, eficaz y equitativa.Para ello, este Sitio Web pone a disposición del Usuario, un enlace que permite un acceso a la plataforma de resolución de litigios en línea de la Unión Europea, para cualquier eventual controversia que pudiera originarse en materia de consumo: http://ec.europa.eu/consumers/odr/
32
- </ui-text>
33
- </DocumentFragment>
34
- `;
35
-
36
- exports[`modules: parseHtml with values & small 2`] = `
37
- <DocumentFragment>
38
- <ui-text
39
- class="text small wide"
40
- >
41
- "Covid Passport Information"
42
- </ui-text>
43
- <ui-text
44
- class="text small wide"
45
- >
46
- According to the resolution of 12/01/21 of the Ministry of Health and Public Health, the requirement to present a vaccination certificate, diagnostic test or COVID-19 recovery certificate, in the area of ​​the Valencian Community, is established for access to older people 12 years old, including this age, inside spaces with a capacity of more than 50 people
47
- </ui-text>
48
- <ui-text
49
- class="text small wide"
50
- >
51
- * Likewise, it will be required in events and celebrations with a concentration of people and that are held in closed spaces with the attendance of more than 500 people.
52
- </ui-text>
53
- <ui-text
54
- class="text small wide"
55
- >
56
- • Certificate of vaccination issued by a public health service
57
- </ui-text>
58
- <ui-text
59
- class="text small wide"
60
- >
61
- • Negative diagnostic test in relation to COVID-19 carried out in the last 72 hours in the case of RT-PCR tests, and in the last 48 hours in the case of antigen tests, both issued or by a public service of health or by an authorized official laboratory (not worth self-test)
62
- </ui-text>
63
- <ui-text
64
- class="text small wide"
65
- >
66
- • Certificate of recovery from COVID-19 in the last six months after a positive result obtained through a diagnostic test considered valid by the competent authority.
67
- </ui-text>
68
- <ui-text
69
- class="text small wide"
70
- >
71
- "Information of interest"
72
- </ui-text>
73
- <ui-text
74
- class="text small wide"
75
- >
76
- Breakfast buffet
77
- </ui-text>
78
- <ui-text
79
- class="text small wide"
80
- >
81
- Half Board will be breakfast + dinner.
82
- </ui-text>
83
- <ui-text
84
- class="text small wide"
85
- >
86
- The Food and Dinner Services menu served. There is a children's menu.
87
- </ui-text>
88
- <ui-text
89
- class="text small wide"
90
- >
91
- Half Board and Full Board do not include drinks. Drinks for direct payment at the hotel.
92
- </ui-text>
93
- <ui-text
94
- class="text small wide"
95
- >
96
- Check the lunch supplement on Saturdays, Sundays and holidays, direct payment at reception.
97
- </ui-text>
98
- <ui-text
99
- class="text small wide"
100
- >
101
- The use of the mask is mandatory throughout the installation.
102
- </ui-text>
103
- <ui-text
104
- class="text small wide"
105
- >
106
- Restaurant open until 23:00
107
- </ui-text>
108
- <ui-text
109
- class="text small wide"
110
- >
111
- The restaurant services as well as other complementary hotel services may undergo changes. (Consult)
112
- </ui-text>
113
- <ui-text
114
- class="text small wide"
115
- >
116
- * If your reservation is based on the Viatgem CV Voucher, the tourist voucher, in addition to the above conditions:
117
- </ui-text>
118
- <ui-text
119
- class="text small wide"
120
- >
121
- 100% of the 1st night expenses in case of cancellation after 24 hours on the day of arrival.
122
- </ui-text>
123
- <ui-text
124
- class="text small wide"
125
- >
126
- 100% of the 1st night expenses in case of no-show at the hotel.
127
- </ui-text>
128
- <ui-text
129
- class="text small wide"
130
- >
131
- The extra services and cancellation expenses are not reimbursable, they will be invoiced to the client.
132
- </ui-text>
133
- <ui-text
134
- class="text small wide"
135
- >
136
- "Special Valentine 2022"
137
- </ui-text>
138
- <ui-text
139
- class="text small wide"
140
- >
141
- Mandatory use of a mask
142
- </ui-text>
143
- <ui-text
144
- class="text small wide"
145
- >
146
- Discomóvil Service until 03:00hrs.
147
- </ui-text>
148
- <ui-text
149
- class="text small wide"
150
- >
151
- Bar service after dinner with direct payment.
152
- </ui-text>
153
- <ui-text
154
- class="text small wide"
155
- >
156
- The format and celebration of the event will be carried out under the COVID regulations and restrictions set by the health authorities at the time of the celebration.
157
- </ui-text>
158
- </DocumentFragment>
159
- `;
160
-
161
- exports[`modules: parseHtml with values 1`] = `
162
- <DocumentFragment>
163
- El presente
164
- <ui-a
165
- class="pressable action"
166
- href="http://www.hotelbarrameda.com/es/legal"
167
- style="display: inline-flex;"
168
- tabindex="0"
169
- >
170
- Aviso Legal
171
- </ui-a>
172
- está sujeto a lo dispuesto en la Ley Orgánica 3/2018, de Protección de Datos Personales y garantía de los derechos digitales, de 5 de diciembre de 2018 (LOPDGDD), Reglamento UE 2016/679 del Parlamento Europeo y del Consejo de 27 de abril de 2016 relativo a la protección de las personas físicas en lo que respecta al tratamiento de datos personales y a la libre circulación de estos datos y por el que se deroga la Directiva 95/46/CE (Reglamento General de Protección de Datos), la Ley 34/2002 de 11 de julio, de Servicios de la Sociedad de la Información y de Comercio Electrónico, el Real Decreto-ley 13/2012, de 30 de marzo, por el que se transponen directivas en materia de mercados interiores de electricidad y gas y en materia de comunicaciones electrónicas, y por el que se adoptan medidas para la corrección de las desviaciones por desajustes entre los costes e ingresos de los sectores eléctrico y gasista, el Reglamento (UE) n.º 524/2013 del Parlamento Europeo y del Consejo, de 21 de mayo de 2013, la Ley 3/2014, de 27 de marzo, por la que se modifica el texto refundido de la Ley General para la Defensa de los Consumidores y Usuarios y otras leyes complementarias, aprobado por el Real Decreto Legislativo 1/2007, de 16 de noviembre, la Ley 26/1984, de 19 de julio, General para la Defensa de Consumidores y Usuarios, el Real Decreto 1906/1999 por el que se regula la contratación telefónica o electrónica, Ley 44/2006, de 29 de diciembre, de mejora de la protección de los consumidores y usuarios, la Directiva 2011/83/UE del Parlamento Europeo y del Consejo, de 25 de octubre de 2011, sobre los derechos de los consumidores, la Ley 7/1998, de 13 de abril, sobre Condiciones Generales de Contratación, de 17 de diciembre de 1999, por el que se regula la Contratación Telefónica o Electrónica con condiciones generales, la Ley 17/2009, de 23 de noviembre, sobre el libre acceso a las actividades de servicios y su ejercicio, la Ley 7/1996, de 15 de enero de Ordenación del Comercio Minorista, así como cualquier normativa posterior que las modifican o desarrollan.
173
- <ui-a
174
- class="pressable action"
175
- href="http://www.hotelbarrameda.com/es/legal"
176
- style="display: inline-flex;"
177
- tabindex="0"
178
- >
179
-  
180
- </ui-a>
181
- <ui-text
182
- class="text paragraph wide"
183
- >
184
- CONDICIONES GENERALES DE CONTRATACION
185
- </ui-text>
186
- <ui-text
187
- class="text paragraph wide"
188
- >
189
- Plataforma de resolución de litigiosEl Reglamento (UE) n.º 524/2013 del Parlamento Europeo y del Consejo, de 21 de mayo de 2013, establece como objetivo la consecución de un elevado nivel de protección del consumidor y el correcto funcionamiento del mercado interior, en particular de su dimensión digital, proporcionando una plataforma europea de resolución de litigios en línea que facilite la resolución extrajudicial de litigios entre consumidores y comerciantes en línea de forma independiente, imparcial, transparente, eficaz y equitativa.Para ello, este Sitio Web pone a disposición del Usuario, un enlace que permite un acceso a la plataforma de resolución de litigios en línea de la Unión Europea, para cualquier eventual controversia que pudiera originarse en materia de consumo: http://ec.europa.eu/consumers/odr/
190
- </ui-text>
191
- </DocumentFragment>
192
- `;
193
-
194
- exports[`modules: parseHtml with values 2`] = `
195
- <DocumentFragment>
196
- <ui-text
197
- class="text paragraph wide"
198
- >
199
- "Covid Passport Information"
200
- </ui-text>
201
- <ui-text
202
- class="text paragraph wide"
203
- >
204
- According to the resolution of 12/01/21 of the Ministry of Health and Public Health, the requirement to present a vaccination certificate, diagnostic test or COVID-19 recovery certificate, in the area of ​​the Valencian Community, is established for access to older people 12 years old, including this age, inside spaces with a capacity of more than 50 people
205
- </ui-text>
206
- <ui-text
207
- class="text paragraph wide"
208
- >
209
- * Likewise, it will be required in events and celebrations with a concentration of people and that are held in closed spaces with the attendance of more than 500 people.
210
- </ui-text>
211
- <ui-text
212
- class="text paragraph wide"
213
- >
214
- • Certificate of vaccination issued by a public health service
215
- </ui-text>
216
- <ui-text
217
- class="text paragraph wide"
218
- >
219
- • Negative diagnostic test in relation to COVID-19 carried out in the last 72 hours in the case of RT-PCR tests, and in the last 48 hours in the case of antigen tests, both issued or by a public service of health or by an authorized official laboratory (not worth self-test)
220
- </ui-text>
221
- <ui-text
222
- class="text paragraph wide"
223
- >
224
- • Certificate of recovery from COVID-19 in the last six months after a positive result obtained through a diagnostic test considered valid by the competent authority.
225
- </ui-text>
226
- <ui-text
227
- class="text paragraph wide"
228
- >
229
- "Information of interest"
230
- </ui-text>
231
- <ui-text
232
- class="text paragraph wide"
233
- >
234
- Breakfast buffet
235
- </ui-text>
236
- <ui-text
237
- class="text paragraph wide"
238
- >
239
- Half Board will be breakfast + dinner.
240
- </ui-text>
241
- <ui-text
242
- class="text paragraph wide"
243
- >
244
- The Food and Dinner Services menu served. There is a children's menu.
245
- </ui-text>
246
- <ui-text
247
- class="text paragraph wide"
248
- >
249
- Half Board and Full Board do not include drinks. Drinks for direct payment at the hotel.
250
- </ui-text>
251
- <ui-text
252
- class="text paragraph wide"
253
- >
254
- Check the lunch supplement on Saturdays, Sundays and holidays, direct payment at reception.
255
- </ui-text>
256
- <ui-text
257
- class="text paragraph wide"
258
- >
259
- The use of the mask is mandatory throughout the installation.
260
- </ui-text>
261
- <ui-text
262
- class="text paragraph wide"
263
- >
264
- Restaurant open until 23:00
265
- </ui-text>
266
- <ui-text
267
- class="text paragraph wide"
268
- >
269
- The restaurant services as well as other complementary hotel services may undergo changes. (Consult)
270
- </ui-text>
271
- <ui-text
272
- class="text paragraph wide"
273
- >
274
- * If your reservation is based on the Viatgem CV Voucher, the tourist voucher, in addition to the above conditions:
275
- </ui-text>
276
- <ui-text
277
- class="text paragraph wide"
278
- >
279
- 100% of the 1st night expenses in case of cancellation after 24 hours on the day of arrival.
280
- </ui-text>
281
- <ui-text
282
- class="text paragraph wide"
283
- >
284
- 100% of the 1st night expenses in case of no-show at the hotel.
285
- </ui-text>
286
- <ui-text
287
- class="text paragraph wide"
288
- >
289
- The extra services and cancellation expenses are not reimbursable, they will be invoiced to the client.
290
- </ui-text>
291
- <ui-text
292
- class="text paragraph wide"
293
- >
294
- "Special Valentine 2022"
295
- </ui-text>
296
- <ui-text
297
- class="text paragraph wide"
298
- >
299
- Mandatory use of a mask
300
- </ui-text>
301
- <ui-text
302
- class="text paragraph wide"
303
- >
304
- Discomóvil Service until 03:00hrs.
305
- </ui-text>
306
- <ui-text
307
- class="text paragraph wide"
308
- >
309
- Bar service after dinner with direct payment.
310
- </ui-text>
311
- <ui-text
312
- class="text paragraph wide"
313
- >
314
- The format and celebration of the event will be carried out under the COVID regulations and restrictions set by the health authorities at the time of the celebration.
315
- </ui-text>
316
- </DocumentFragment>
317
- `;
@@ -1,50 +0,0 @@
1
- const { devices } = require('@playwright/test');
2
-
3
- const config = {
4
- testDir: './__tests__',
5
- snapshotPathTemplate: '{testDir}/__screenshots__/{testFilePath}{/projectName}/{arg}{ext}',
6
- timeout: 30 * 1000,
7
- retries: 1,
8
- use: {
9
- headless: true,
10
- viewport: { width: 1280, height: 720 },
11
- ignoreHTTPSErrors: true,
12
- video: 'retain-on-failure',
13
- trace: 'on-first-retry',
14
- },
15
-
16
- projects: [
17
- {
18
- name: 'iPhone 12',
19
- use: {
20
- ...devices['iPhone 12'],
21
- isMobile: true,
22
- },
23
- },
24
- {
25
- name: 'Desktop',
26
- use: {
27
- ...devices['Desktop Chrome'],
28
- viewport: { width: 1280, height: 720 },
29
- },
30
- },
31
- ],
32
-
33
- reporter: [
34
- // /
35
- ['list'],
36
- ['html', { outputFolder: 'playwright-report' }],
37
- ],
38
-
39
- webServer: process.env.CI
40
- ? {
41
- command:
42
- 'rm -rf dist && NODE_ENV=production parcel build public/index.html --no-cache --no-source-maps --no-autoinstall --detailed-report && serve dist -l tcp:local.mirai.com:8080 -s -C',
43
- port: 8080,
44
- reuseExistingServer: !process.env.CI,
45
- timeout: 120 * 1000,
46
- }
47
- : undefined,
48
- };
49
-
50
- module.exports = config;