@mirai/core 0.3.356 → 0.3.357

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 (87) hide show
  1. package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
  2. package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +260 -260
  3. package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
  4. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +148 -148
  5. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +108 -108
  6. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +302 -302
  7. package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
  8. package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +24 -24
  9. package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +68 -68
  10. package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
  11. package/build/components/Chat/components/Message/components/Environment.module.css +1 -1
  12. package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +376 -376
  13. package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +112 -112
  14. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +588 -588
  15. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +788 -764
  16. package/build/components/Deals/Deals.js +2 -1
  17. package/build/components/Deals/Deals.js.map +1 -1
  18. package/build/components/Deals/Deals.module.css +1 -1
  19. package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1893 -1893
  20. package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2936 -2884
  21. package/build/components/Finder/Finder.compact.js +7 -4
  22. package/build/components/Finder/Finder.compact.js.map +1 -1
  23. package/build/components/Finder/Finder.module.css +3 -3
  24. package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8430 -8428
  25. package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +5063 -4646
  26. package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +115 -115
  27. package/build/components/Header/Header.js +2 -1
  28. package/build/components/Header/Header.js.map +1 -1
  29. package/build/components/Header/Header.module.css +1 -1
  30. package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
  31. package/build/components/Rates/Rates.Unavailability.js +2 -1
  32. package/build/components/Rates/Rates.Unavailability.js.map +1 -1
  33. package/build/components/Rates/Rates.module.css +2 -2
  34. package/build/components/Rates/components/CardHotel/CardHotel.js +2 -1
  35. package/build/components/Rates/components/CardHotel/CardHotel.js.map +1 -1
  36. package/build/components/Rates/components/CardHotel/CardHotel.module.css +1 -1
  37. package/build/components/Rates/components/Filters/Filters.js +1 -1
  38. package/build/components/Rates/components/Filters/Filters.js.map +1 -1
  39. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.module.css +1 -1
  40. package/build/components/Rates/components/Item/components/Slider/Slider.js +8 -4
  41. package/build/components/Rates/components/Item/components/Slider/Slider.js.map +1 -1
  42. package/build/components/Rates/components/Item/components/Slider/Slider.module.css +2 -2
  43. package/build/components/Rates/components/Item/components/TooltipDates/TooltipDates.module.css +2 -2
  44. package/build/components/Rates/components/ModalExtras/ModalExtras.module.css +0 -4
  45. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +320 -315
  46. package/build/components/Signup/Signup.js +4 -2
  47. package/build/components/Signup/Signup.js.map +1 -1
  48. package/build/components/Signup/Signup.module.css +1 -1
  49. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +279 -279
  50. package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
  51. package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +991 -991
  52. package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
  53. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
  54. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
  55. package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +144 -144
  56. package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +12 -12
  57. package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +32 -32
  58. package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
  59. package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
  60. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +45 -45
  61. package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
  62. package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
  63. package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
  64. package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +219 -219
  65. package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +513 -513
  66. package/build/components/__shared__/FieldPromocode/FieldPromocode.js +1 -0
  67. package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
  68. package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +59 -59
  69. package/build/components/__shared__/Footer/Footer.js +11 -10
  70. package/build/components/__shared__/Footer/Footer.js.map +1 -1
  71. package/build/components/__shared__/Footer/Footer.module.css +2 -2
  72. package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +60 -60
  73. package/build/components/__shared__/Occupation/Occupation.Group.js +2 -1
  74. package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
  75. package/build/components/__shared__/Occupation/Occupation.module.css +3 -3
  76. package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +732 -732
  77. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +319 -313
  78. package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +7 -7
  79. package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +231 -231
  80. package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
  81. package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +27 -27
  82. package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js +4 -2
  83. package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js.map +1 -1
  84. package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
  85. package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
  86. package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +104 -104
  87. package/package.json +1 -1
@@ -2,187 +2,187 @@
2
2
 
3
3
  exports[`component:<BookingDetails> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <ui_view
5
+ <ui-view
6
6
  class="view mirai"
7
7
  >
8
- <ui_text
8
+ <ui-text
9
9
  class="text bold headline-3"
10
10
  >
11
11
  user.label.booking_details
12
- </ui_text>
13
- <ui_view
12
+ </ui-text>
13
+ <ui-view
14
14
  class="view wide"
15
15
  >
16
- <ui_view
16
+ <ui-view
17
17
  class="view row"
18
18
  >
19
- <ui_view
19
+ <ui-view
20
20
  class="view"
21
21
  style="background-image: url(undefined);"
22
22
  />
23
- <ui_view
23
+ <ui-view
24
24
  class="view"
25
25
  >
26
- <ui_view
26
+ <ui-view
27
27
  class="view row"
28
28
  >
29
- <ui_text
29
+ <ui-text
30
30
  class="text bold paragraph"
31
31
  >
32
32
  Standard Room
33
- </ui_text>
34
- </ui_view>
35
- <ui_text
33
+ </ui-text>
34
+ </ui-view>
35
+ <ui-text
36
36
  class="text action"
37
37
  >
38
38
  Flexible Rate
39
- </ui_text>
40
- <ui_text
39
+ </ui-text>
40
+ <ui-text
41
41
  class="text light small"
42
42
  >
43
43
  2 common.label.guest
44
- <ui_text
44
+ <ui-text
45
45
  style="text-decoration: underline;"
46
46
  >
47
47
  type
48
- </ui_text>
48
+ </ui-text>
49
49
  plural, 1 common.label.guest_type
50
- </ui_text>
51
- </ui_view>
52
- </ui_view>
53
- <ui_view
50
+ </ui-text>
51
+ </ui-view>
52
+ </ui-view>
53
+ <ui-view
54
54
  class="view"
55
55
  >
56
- <ui_view
56
+ <ui-view
57
57
  class="view row"
58
58
  >
59
- <ui_view
59
+ <ui-view
60
60
  class="view"
61
61
  >
62
- <ui_view
62
+ <ui-view
63
63
  class="view row"
64
64
  >
65
- <ui_text
65
+ <ui-text
66
66
  class="text action"
67
67
  >
68
68
  lun, 24 jul 2023
69
- </ui_text>
70
- </ui_view>
71
- <ui_view
69
+ </ui-text>
70
+ </ui-view>
71
+ <ui-view
72
72
  class="view row"
73
73
  >
74
- <ui_view
74
+ <ui-view
75
75
  class="view row wide"
76
76
  />
77
- </ui_view>
78
- </ui_view>
79
- <ui_view
77
+ </ui-view>
78
+ </ui-view>
79
+ <ui-view
80
80
  class="view"
81
81
  >
82
- <ui_text
82
+ <ui-text
83
83
  class="text action"
84
84
  >
85
85
  All inclusive package
86
- </ui_text>
87
- </ui_view>
88
- <ui_view
86
+ </ui-text>
87
+ </ui-view>
88
+ <ui-view
89
89
  class="view"
90
90
  >
91
- <ui_text
91
+ <ui-text
92
92
  class="text action"
93
93
  />
94
- </ui_view>
95
- </ui_view>
96
- <ui_view
94
+ </ui-view>
95
+ </ui-view>
96
+ <ui-view
97
97
  class="view row"
98
98
  >
99
- <ui_view
99
+ <ui-view
100
100
  class="view"
101
101
  >
102
- <ui_view
102
+ <ui-view
103
103
  class="view row"
104
104
  >
105
- <ui_text
105
+ <ui-text
106
106
  class="text action"
107
107
  >
108
108
  mar, 25 jul 2023
109
- </ui_text>
110
- </ui_view>
111
- <ui_view
109
+ </ui-text>
110
+ </ui-view>
111
+ <ui-view
112
112
  class="view row"
113
113
  >
114
- <ui_view
114
+ <ui-view
115
115
  class="view row wide"
116
116
  />
117
- </ui_view>
118
- </ui_view>
119
- <ui_view
117
+ </ui-view>
118
+ </ui-view>
119
+ <ui-view
120
120
  class="view"
121
121
  >
122
- <ui_text
122
+ <ui-text
123
123
  class="text action"
124
124
  >
125
125
  All inclusive package
126
- </ui_text>
127
- </ui_view>
128
- <ui_view
126
+ </ui-text>
127
+ </ui-view>
128
+ <ui-view
129
129
  class="view"
130
130
  >
131
- <ui_text
131
+ <ui-text
132
132
  class="text action"
133
133
  />
134
- </ui_view>
135
- </ui_view>
136
- <ui_view
134
+ </ui-view>
135
+ </ui-view>
136
+ <ui-view
137
137
  class="view row"
138
138
  >
139
- <ui_view
139
+ <ui-view
140
140
  class="view"
141
141
  >
142
- <ui_view
142
+ <ui-view
143
143
  class="view row"
144
144
  >
145
- <ui_text
145
+ <ui-text
146
146
  class="text action"
147
147
  >
148
148
  mié, 26 jul 2023
149
- </ui_text>
150
- </ui_view>
151
- <ui_view
149
+ </ui-text>
150
+ </ui-view>
151
+ <ui-view
152
152
  class="view row"
153
153
  >
154
- <ui_view
154
+ <ui-view
155
155
  class="view row wide"
156
156
  />
157
- </ui_view>
158
- </ui_view>
159
- <ui_view
157
+ </ui-view>
158
+ </ui-view>
159
+ <ui-view
160
160
  class="view"
161
161
  >
162
- <ui_text
162
+ <ui-text
163
163
  class="text action"
164
164
  >
165
165
  All inclusive package
166
- </ui_text>
167
- </ui_view>
168
- <ui_view
166
+ </ui-text>
167
+ </ui-view>
168
+ <ui-view
169
169
  class="view"
170
170
  >
171
- <ui_text
171
+ <ui-text
172
172
  class="text action"
173
173
  />
174
- </ui_view>
175
- </ui_view>
176
- </ui_view>
177
- </ui_view>
178
- <ui_view
174
+ </ui-view>
175
+ </ui-view>
176
+ </ui-view>
177
+ </ui-view>
178
+ <ui-view
179
179
  class="view wide"
180
180
  >
181
181
  <button
182
182
  class="pressable button transparent"
183
183
  tabindex="0"
184
184
  >
185
- <ui_icon
185
+ <ui-icon
186
186
  class="icon headline-3"
187
187
  >
188
188
  <svg
@@ -203,197 +203,197 @@ exports[`component:<BookingDetails> inherit:className 1`] = `
203
203
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
204
204
  />
205
205
  </svg>
206
- </ui_icon>
206
+ </ui-icon>
207
207
  common.action.view_more
208
208
  </button>
209
- </ui_view>
210
- </ui_view>
209
+ </ui-view>
210
+ </ui-view>
211
211
  </DocumentFragment>
212
212
  `;
213
213
 
214
214
  exports[`component:<BookingDetails> renders 1`] = `
215
215
  <DocumentFragment>
216
- <ui_view
216
+ <ui-view
217
217
  class="view"
218
218
  >
219
- <ui_text
219
+ <ui-text
220
220
  class="text bold headline-3"
221
221
  >
222
222
  user.label.booking_details
223
- </ui_text>
224
- <ui_view
223
+ </ui-text>
224
+ <ui-view
225
225
  class="view wide"
226
226
  >
227
- <ui_view
227
+ <ui-view
228
228
  class="view row"
229
229
  >
230
- <ui_view
230
+ <ui-view
231
231
  class="view"
232
232
  style="background-image: url(undefined);"
233
233
  />
234
- <ui_view
234
+ <ui-view
235
235
  class="view"
236
236
  >
237
- <ui_view
237
+ <ui-view
238
238
  class="view row"
239
239
  >
240
- <ui_text
240
+ <ui-text
241
241
  class="text bold paragraph"
242
242
  >
243
243
  Standard Room
244
- </ui_text>
245
- </ui_view>
246
- <ui_text
244
+ </ui-text>
245
+ </ui-view>
246
+ <ui-text
247
247
  class="text action"
248
248
  >
249
249
  Flexible Rate
250
- </ui_text>
251
- <ui_text
250
+ </ui-text>
251
+ <ui-text
252
252
  class="text light small"
253
253
  >
254
254
  2 common.label.guest
255
- <ui_text
255
+ <ui-text
256
256
  style="text-decoration: underline;"
257
257
  >
258
258
  type
259
- </ui_text>
259
+ </ui-text>
260
260
  plural, 1 common.label.guest_type
261
- </ui_text>
262
- </ui_view>
263
- </ui_view>
264
- <ui_view
261
+ </ui-text>
262
+ </ui-view>
263
+ </ui-view>
264
+ <ui-view
265
265
  class="view"
266
266
  >
267
- <ui_view
267
+ <ui-view
268
268
  class="view row"
269
269
  >
270
- <ui_view
270
+ <ui-view
271
271
  class="view"
272
272
  >
273
- <ui_view
273
+ <ui-view
274
274
  class="view row"
275
275
  >
276
- <ui_text
276
+ <ui-text
277
277
  class="text action"
278
278
  >
279
279
  lun, 24 jul 2023
280
- </ui_text>
281
- </ui_view>
282
- <ui_view
280
+ </ui-text>
281
+ </ui-view>
282
+ <ui-view
283
283
  class="view row"
284
284
  >
285
- <ui_view
285
+ <ui-view
286
286
  class="view row wide"
287
287
  />
288
- </ui_view>
289
- </ui_view>
290
- <ui_view
288
+ </ui-view>
289
+ </ui-view>
290
+ <ui-view
291
291
  class="view"
292
292
  >
293
- <ui_text
293
+ <ui-text
294
294
  class="text action"
295
295
  >
296
296
  All inclusive package
297
- </ui_text>
298
- </ui_view>
299
- <ui_view
297
+ </ui-text>
298
+ </ui-view>
299
+ <ui-view
300
300
  class="view"
301
301
  >
302
- <ui_text
302
+ <ui-text
303
303
  class="text action"
304
304
  />
305
- </ui_view>
306
- </ui_view>
307
- <ui_view
305
+ </ui-view>
306
+ </ui-view>
307
+ <ui-view
308
308
  class="view row"
309
309
  >
310
- <ui_view
310
+ <ui-view
311
311
  class="view"
312
312
  >
313
- <ui_view
313
+ <ui-view
314
314
  class="view row"
315
315
  >
316
- <ui_text
316
+ <ui-text
317
317
  class="text action"
318
318
  >
319
319
  mar, 25 jul 2023
320
- </ui_text>
321
- </ui_view>
322
- <ui_view
320
+ </ui-text>
321
+ </ui-view>
322
+ <ui-view
323
323
  class="view row"
324
324
  >
325
- <ui_view
325
+ <ui-view
326
326
  class="view row wide"
327
327
  />
328
- </ui_view>
329
- </ui_view>
330
- <ui_view
328
+ </ui-view>
329
+ </ui-view>
330
+ <ui-view
331
331
  class="view"
332
332
  >
333
- <ui_text
333
+ <ui-text
334
334
  class="text action"
335
335
  >
336
336
  All inclusive package
337
- </ui_text>
338
- </ui_view>
339
- <ui_view
337
+ </ui-text>
338
+ </ui-view>
339
+ <ui-view
340
340
  class="view"
341
341
  >
342
- <ui_text
342
+ <ui-text
343
343
  class="text action"
344
344
  />
345
- </ui_view>
346
- </ui_view>
347
- <ui_view
345
+ </ui-view>
346
+ </ui-view>
347
+ <ui-view
348
348
  class="view row"
349
349
  >
350
- <ui_view
350
+ <ui-view
351
351
  class="view"
352
352
  >
353
- <ui_view
353
+ <ui-view
354
354
  class="view row"
355
355
  >
356
- <ui_text
356
+ <ui-text
357
357
  class="text action"
358
358
  >
359
359
  mié, 26 jul 2023
360
- </ui_text>
361
- </ui_view>
362
- <ui_view
360
+ </ui-text>
361
+ </ui-view>
362
+ <ui-view
363
363
  class="view row"
364
364
  >
365
- <ui_view
365
+ <ui-view
366
366
  class="view row wide"
367
367
  />
368
- </ui_view>
369
- </ui_view>
370
- <ui_view
368
+ </ui-view>
369
+ </ui-view>
370
+ <ui-view
371
371
  class="view"
372
372
  >
373
- <ui_text
373
+ <ui-text
374
374
  class="text action"
375
375
  >
376
376
  All inclusive package
377
- </ui_text>
378
- </ui_view>
379
- <ui_view
377
+ </ui-text>
378
+ </ui-view>
379
+ <ui-view
380
380
  class="view"
381
381
  >
382
- <ui_text
382
+ <ui-text
383
383
  class="text action"
384
384
  />
385
- </ui_view>
386
- </ui_view>
387
- </ui_view>
388
- </ui_view>
389
- <ui_view
385
+ </ui-view>
386
+ </ui-view>
387
+ </ui-view>
388
+ </ui-view>
389
+ <ui-view
390
390
  class="view wide"
391
391
  >
392
392
  <button
393
393
  class="pressable button transparent"
394
394
  tabindex="0"
395
395
  >
396
- <ui_icon
396
+ <ui-icon
397
397
  class="icon headline-3"
398
398
  >
399
399
  <svg
@@ -414,198 +414,198 @@ exports[`component:<BookingDetails> renders 1`] = `
414
414
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
415
415
  />
416
416
  </svg>
417
- </ui_icon>
417
+ </ui-icon>
418
418
  common.action.view_more
419
419
  </button>
420
- </ui_view>
421
- </ui_view>
420
+ </ui-view>
421
+ </ui-view>
422
422
  </DocumentFragment>
423
423
  `;
424
424
 
425
425
  exports[`component:<BookingDetails> testID 1`] = `
426
426
  <DocumentFragment>
427
- <ui_view
427
+ <ui-view
428
428
  class="view"
429
429
  data-testid="mirai"
430
430
  >
431
- <ui_text
431
+ <ui-text
432
432
  class="text bold headline-3"
433
433
  >
434
434
  user.label.booking_details
435
- </ui_text>
436
- <ui_view
435
+ </ui-text>
436
+ <ui-view
437
437
  class="view wide"
438
438
  >
439
- <ui_view
439
+ <ui-view
440
440
  class="view row"
441
441
  >
442
- <ui_view
442
+ <ui-view
443
443
  class="view"
444
444
  style="background-image: url(undefined);"
445
445
  />
446
- <ui_view
446
+ <ui-view
447
447
  class="view"
448
448
  >
449
- <ui_view
449
+ <ui-view
450
450
  class="view row"
451
451
  >
452
- <ui_text
452
+ <ui-text
453
453
  class="text bold paragraph"
454
454
  >
455
455
  Standard Room
456
- </ui_text>
457
- </ui_view>
458
- <ui_text
456
+ </ui-text>
457
+ </ui-view>
458
+ <ui-text
459
459
  class="text action"
460
460
  >
461
461
  Flexible Rate
462
- </ui_text>
463
- <ui_text
462
+ </ui-text>
463
+ <ui-text
464
464
  class="text light small"
465
465
  >
466
466
  2 common.label.guest
467
- <ui_text
467
+ <ui-text
468
468
  style="text-decoration: underline;"
469
469
  >
470
470
  type
471
- </ui_text>
471
+ </ui-text>
472
472
  plural, 1 common.label.guest_type
473
- </ui_text>
474
- </ui_view>
475
- </ui_view>
476
- <ui_view
473
+ </ui-text>
474
+ </ui-view>
475
+ </ui-view>
476
+ <ui-view
477
477
  class="view"
478
478
  >
479
- <ui_view
479
+ <ui-view
480
480
  class="view row"
481
481
  >
482
- <ui_view
482
+ <ui-view
483
483
  class="view"
484
484
  >
485
- <ui_view
485
+ <ui-view
486
486
  class="view row"
487
487
  >
488
- <ui_text
488
+ <ui-text
489
489
  class="text action"
490
490
  >
491
491
  lun, 24 jul 2023
492
- </ui_text>
493
- </ui_view>
494
- <ui_view
492
+ </ui-text>
493
+ </ui-view>
494
+ <ui-view
495
495
  class="view row"
496
496
  >
497
- <ui_view
497
+ <ui-view
498
498
  class="view row wide"
499
499
  />
500
- </ui_view>
501
- </ui_view>
502
- <ui_view
500
+ </ui-view>
501
+ </ui-view>
502
+ <ui-view
503
503
  class="view"
504
504
  >
505
- <ui_text
505
+ <ui-text
506
506
  class="text action"
507
507
  >
508
508
  All inclusive package
509
- </ui_text>
510
- </ui_view>
511
- <ui_view
509
+ </ui-text>
510
+ </ui-view>
511
+ <ui-view
512
512
  class="view"
513
513
  >
514
- <ui_text
514
+ <ui-text
515
515
  class="text action"
516
516
  />
517
- </ui_view>
518
- </ui_view>
519
- <ui_view
517
+ </ui-view>
518
+ </ui-view>
519
+ <ui-view
520
520
  class="view row"
521
521
  >
522
- <ui_view
522
+ <ui-view
523
523
  class="view"
524
524
  >
525
- <ui_view
525
+ <ui-view
526
526
  class="view row"
527
527
  >
528
- <ui_text
528
+ <ui-text
529
529
  class="text action"
530
530
  >
531
531
  mar, 25 jul 2023
532
- </ui_text>
533
- </ui_view>
534
- <ui_view
532
+ </ui-text>
533
+ </ui-view>
534
+ <ui-view
535
535
  class="view row"
536
536
  >
537
- <ui_view
537
+ <ui-view
538
538
  class="view row wide"
539
539
  />
540
- </ui_view>
541
- </ui_view>
542
- <ui_view
540
+ </ui-view>
541
+ </ui-view>
542
+ <ui-view
543
543
  class="view"
544
544
  >
545
- <ui_text
545
+ <ui-text
546
546
  class="text action"
547
547
  >
548
548
  All inclusive package
549
- </ui_text>
550
- </ui_view>
551
- <ui_view
549
+ </ui-text>
550
+ </ui-view>
551
+ <ui-view
552
552
  class="view"
553
553
  >
554
- <ui_text
554
+ <ui-text
555
555
  class="text action"
556
556
  />
557
- </ui_view>
558
- </ui_view>
559
- <ui_view
557
+ </ui-view>
558
+ </ui-view>
559
+ <ui-view
560
560
  class="view row"
561
561
  >
562
- <ui_view
562
+ <ui-view
563
563
  class="view"
564
564
  >
565
- <ui_view
565
+ <ui-view
566
566
  class="view row"
567
567
  >
568
- <ui_text
568
+ <ui-text
569
569
  class="text action"
570
570
  >
571
571
  mié, 26 jul 2023
572
- </ui_text>
573
- </ui_view>
574
- <ui_view
572
+ </ui-text>
573
+ </ui-view>
574
+ <ui-view
575
575
  class="view row"
576
576
  >
577
- <ui_view
577
+ <ui-view
578
578
  class="view row wide"
579
579
  />
580
- </ui_view>
581
- </ui_view>
582
- <ui_view
580
+ </ui-view>
581
+ </ui-view>
582
+ <ui-view
583
583
  class="view"
584
584
  >
585
- <ui_text
585
+ <ui-text
586
586
  class="text action"
587
587
  >
588
588
  All inclusive package
589
- </ui_text>
590
- </ui_view>
591
- <ui_view
589
+ </ui-text>
590
+ </ui-view>
591
+ <ui-view
592
592
  class="view"
593
593
  >
594
- <ui_text
594
+ <ui-text
595
595
  class="text action"
596
596
  />
597
- </ui_view>
598
- </ui_view>
599
- </ui_view>
600
- </ui_view>
601
- <ui_view
597
+ </ui-view>
598
+ </ui-view>
599
+ </ui-view>
600
+ </ui-view>
601
+ <ui-view
602
602
  class="view wide"
603
603
  >
604
604
  <button
605
605
  class="pressable button transparent"
606
606
  tabindex="0"
607
607
  >
608
- <ui_icon
608
+ <ui-icon
609
609
  class="icon headline-3"
610
610
  >
611
611
  <svg
@@ -626,1490 +626,1490 @@ exports[`component:<BookingDetails> testID 1`] = `
626
626
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
627
627
  />
628
628
  </svg>
629
- </ui_icon>
629
+ </ui-icon>
630
630
  common.action.view_more
631
631
  </button>
632
- </ui_view>
633
- </ui_view>
632
+ </ui-view>
633
+ </ui-view>
634
634
  </DocumentFragment>
635
635
  `;
636
636
 
637
637
  exports[`component:<BookingDetails> with a store & expanded 1`] = `
638
638
  <DocumentFragment>
639
- <ui_view
639
+ <ui-view
640
640
  class="view"
641
641
  >
642
- <ui_text
642
+ <ui-text
643
643
  class="text bold headline-3"
644
644
  >
645
645
  user.label.booking_details
646
- </ui_text>
647
- <ui_view
646
+ </ui-text>
647
+ <ui-view
648
648
  class="view wide"
649
649
  >
650
- <ui_view
650
+ <ui-view
651
651
  class="view row"
652
652
  >
653
- <ui_view
653
+ <ui-view
654
654
  class="view"
655
655
  style="background-image: url(undefined);"
656
656
  />
657
- <ui_view
657
+ <ui-view
658
658
  class="view"
659
659
  >
660
- <ui_view
660
+ <ui-view
661
661
  class="view row"
662
662
  >
663
- <ui_text
663
+ <ui-text
664
664
  class="text bold paragraph"
665
665
  >
666
666
  Standard Room
667
- </ui_text>
668
- </ui_view>
669
- <ui_text
667
+ </ui-text>
668
+ </ui-view>
669
+ <ui-text
670
670
  class="text action"
671
671
  >
672
672
  Flexible Rate
673
- </ui_text>
674
- <ui_text
673
+ </ui-text>
674
+ <ui-text
675
675
  class="text light small"
676
676
  >
677
677
  2 common.label.guest
678
- <ui_text
678
+ <ui-text
679
679
  style="text-decoration: underline;"
680
680
  >
681
681
  type
682
- </ui_text>
682
+ </ui-text>
683
683
  plural, 1 common.label.guest_type
684
- </ui_text>
685
- </ui_view>
686
- </ui_view>
687
- <ui_view
684
+ </ui-text>
685
+ </ui-view>
686
+ </ui-view>
687
+ <ui-view
688
688
  class="view"
689
689
  >
690
- <ui_view
690
+ <ui-view
691
691
  class="view row"
692
692
  >
693
- <ui_view
693
+ <ui-view
694
694
  class="view"
695
695
  >
696
- <ui_view
696
+ <ui-view
697
697
  class="view row"
698
698
  >
699
- <ui_text
699
+ <ui-text
700
700
  class="text action"
701
701
  >
702
702
  lun, 24 jul 2023
703
- </ui_text>
704
- </ui_view>
705
- <ui_view
703
+ </ui-text>
704
+ </ui-view>
705
+ <ui-view
706
706
  class="view row"
707
707
  >
708
- <ui_view
708
+ <ui-view
709
709
  class="view row wide"
710
710
  />
711
- </ui_view>
712
- </ui_view>
713
- <ui_view
711
+ </ui-view>
712
+ </ui-view>
713
+ <ui-view
714
714
  class="view"
715
715
  >
716
- <ui_text
716
+ <ui-text
717
717
  class="text action"
718
718
  >
719
719
  All inclusive package
720
- </ui_text>
721
- </ui_view>
722
- <ui_view
720
+ </ui-text>
721
+ </ui-view>
722
+ <ui-view
723
723
  class="view"
724
724
  >
725
- <ui_text
725
+ <ui-text
726
726
  class="text action"
727
727
  />
728
- </ui_view>
729
- </ui_view>
730
- <ui_view
728
+ </ui-view>
729
+ </ui-view>
730
+ <ui-view
731
731
  class="view row"
732
732
  >
733
- <ui_view
733
+ <ui-view
734
734
  class="view"
735
735
  >
736
- <ui_view
736
+ <ui-view
737
737
  class="view row"
738
738
  >
739
- <ui_text
739
+ <ui-text
740
740
  class="text action"
741
741
  >
742
742
  mar, 25 jul 2023
743
- </ui_text>
744
- </ui_view>
745
- <ui_view
743
+ </ui-text>
744
+ </ui-view>
745
+ <ui-view
746
746
  class="view row"
747
747
  >
748
- <ui_view
748
+ <ui-view
749
749
  class="view row wide"
750
750
  />
751
- </ui_view>
752
- </ui_view>
753
- <ui_view
751
+ </ui-view>
752
+ </ui-view>
753
+ <ui-view
754
754
  class="view"
755
755
  >
756
- <ui_text
756
+ <ui-text
757
757
  class="text action"
758
758
  >
759
759
  All inclusive package
760
- </ui_text>
761
- </ui_view>
762
- <ui_view
760
+ </ui-text>
761
+ </ui-view>
762
+ <ui-view
763
763
  class="view"
764
764
  >
765
- <ui_text
765
+ <ui-text
766
766
  class="text action"
767
767
  />
768
- </ui_view>
769
- </ui_view>
770
- <ui_view
768
+ </ui-view>
769
+ </ui-view>
770
+ <ui-view
771
771
  class="view row"
772
772
  >
773
- <ui_view
773
+ <ui-view
774
774
  class="view"
775
775
  >
776
- <ui_view
776
+ <ui-view
777
777
  class="view row"
778
778
  >
779
- <ui_text
779
+ <ui-text
780
780
  class="text action"
781
781
  >
782
782
  mié, 26 jul 2023
783
- </ui_text>
784
- </ui_view>
785
- <ui_view
783
+ </ui-text>
784
+ </ui-view>
785
+ <ui-view
786
786
  class="view row"
787
787
  >
788
- <ui_view
788
+ <ui-view
789
789
  class="view row wide"
790
790
  />
791
- </ui_view>
792
- </ui_view>
793
- <ui_view
791
+ </ui-view>
792
+ </ui-view>
793
+ <ui-view
794
794
  class="view"
795
795
  >
796
- <ui_text
796
+ <ui-text
797
797
  class="text action"
798
798
  >
799
799
  All inclusive package
800
- </ui_text>
801
- </ui_view>
802
- <ui_view
800
+ </ui-text>
801
+ </ui-view>
802
+ <ui-view
803
803
  class="view"
804
804
  >
805
- <ui_text
805
+ <ui-text
806
806
  class="text action"
807
807
  />
808
- </ui_view>
809
- </ui_view>
810
- <ui_view
808
+ </ui-view>
809
+ </ui-view>
810
+ <ui-view
811
811
  class="view row"
812
812
  >
813
- <ui_view
813
+ <ui-view
814
814
  class="view"
815
815
  >
816
- <ui_view
816
+ <ui-view
817
817
  class="view row"
818
818
  >
819
- <ui_text
819
+ <ui-text
820
820
  class="text action"
821
821
  >
822
822
  jue, 27 jul 2023
823
- </ui_text>
824
- </ui_view>
825
- <ui_view
823
+ </ui-text>
824
+ </ui-view>
825
+ <ui-view
826
826
  class="view row"
827
827
  >
828
- <ui_view
828
+ <ui-view
829
829
  class="view row wide"
830
830
  />
831
- </ui_view>
832
- </ui_view>
833
- <ui_view
831
+ </ui-view>
832
+ </ui-view>
833
+ <ui-view
834
834
  class="view"
835
835
  >
836
- <ui_text
836
+ <ui-text
837
837
  class="text action"
838
838
  >
839
839
  All inclusive package
840
- </ui_text>
841
- </ui_view>
842
- <ui_view
840
+ </ui-text>
841
+ </ui-view>
842
+ <ui-view
843
843
  class="view"
844
844
  >
845
- <ui_text
845
+ <ui-text
846
846
  class="text action"
847
847
  />
848
- </ui_view>
849
- </ui_view>
850
- <ui_view
848
+ </ui-view>
849
+ </ui-view>
850
+ <ui-view
851
851
  class="view row"
852
852
  >
853
- <ui_view
853
+ <ui-view
854
854
  class="view"
855
855
  >
856
- <ui_view
856
+ <ui-view
857
857
  class="view row"
858
858
  >
859
- <ui_text
859
+ <ui-text
860
860
  class="text action"
861
861
  >
862
862
  vie, 28 jul 2023
863
- </ui_text>
864
- </ui_view>
865
- <ui_view
863
+ </ui-text>
864
+ </ui-view>
865
+ <ui-view
866
866
  class="view row"
867
867
  >
868
- <ui_view
868
+ <ui-view
869
869
  class="view row wide"
870
870
  />
871
- </ui_view>
872
- </ui_view>
873
- <ui_view
871
+ </ui-view>
872
+ </ui-view>
873
+ <ui-view
874
874
  class="view"
875
875
  >
876
- <ui_text
876
+ <ui-text
877
877
  class="text action"
878
878
  >
879
879
  All inclusive package
880
- </ui_text>
881
- </ui_view>
882
- <ui_view
880
+ </ui-text>
881
+ </ui-view>
882
+ <ui-view
883
883
  class="view"
884
884
  >
885
- <ui_text
885
+ <ui-text
886
886
  class="text action"
887
887
  />
888
- </ui_view>
889
- </ui_view>
890
- <ui_view
888
+ </ui-view>
889
+ </ui-view>
890
+ <ui-view
891
891
  class="view row"
892
892
  >
893
- <ui_view
893
+ <ui-view
894
894
  class="view"
895
895
  >
896
- <ui_view
896
+ <ui-view
897
897
  class="view row"
898
898
  >
899
- <ui_text
899
+ <ui-text
900
900
  class="text action"
901
901
  >
902
902
  sáb, 29 jul 2023
903
- </ui_text>
904
- </ui_view>
905
- <ui_view
903
+ </ui-text>
904
+ </ui-view>
905
+ <ui-view
906
906
  class="view row"
907
907
  >
908
- <ui_view
908
+ <ui-view
909
909
  class="view row wide"
910
910
  />
911
- </ui_view>
912
- </ui_view>
913
- <ui_view
911
+ </ui-view>
912
+ </ui-view>
913
+ <ui-view
914
914
  class="view"
915
915
  >
916
- <ui_text
916
+ <ui-text
917
917
  class="text action"
918
918
  >
919
919
  All inclusive package
920
- </ui_text>
921
- </ui_view>
922
- <ui_view
920
+ </ui-text>
921
+ </ui-view>
922
+ <ui-view
923
923
  class="view"
924
924
  >
925
- <ui_text
925
+ <ui-text
926
926
  class="text action"
927
927
  />
928
- </ui_view>
929
- </ui_view>
930
- <ui_view
928
+ </ui-view>
929
+ </ui-view>
930
+ <ui-view
931
931
  class="view row"
932
932
  >
933
- <ui_view
933
+ <ui-view
934
934
  class="view"
935
935
  >
936
- <ui_view
936
+ <ui-view
937
937
  class="view row"
938
938
  >
939
- <ui_text
939
+ <ui-text
940
940
  class="text action"
941
941
  >
942
942
  sáb, 29 jul 2023
943
- </ui_text>
944
- </ui_view>
945
- <ui_view
943
+ </ui-text>
944
+ </ui-view>
945
+ <ui-view
946
946
  class="view row"
947
947
  >
948
- <ui_view
948
+ <ui-view
949
949
  class="view row wide"
950
950
  />
951
- </ui_view>
952
- </ui_view>
953
- <ui_view
951
+ </ui-view>
952
+ </ui-view>
953
+ <ui-view
954
954
  class="view"
955
955
  >
956
- <ui_text
956
+ <ui-text
957
957
  class="text action"
958
958
  >
959
959
  All inclusive package
960
- </ui_text>
961
- </ui_view>
962
- <ui_view
960
+ </ui-text>
961
+ </ui-view>
962
+ <ui-view
963
963
  class="view"
964
964
  >
965
- <ui_text
965
+ <ui-text
966
966
  class="text action"
967
967
  />
968
- </ui_view>
969
- </ui_view>
970
- <ui_view
968
+ </ui-view>
969
+ </ui-view>
970
+ <ui-view
971
971
  class="view row"
972
972
  >
973
- <ui_view
973
+ <ui-view
974
974
  class="view"
975
975
  >
976
- <ui_view
976
+ <ui-view
977
977
  class="view row"
978
978
  >
979
- <ui_text
979
+ <ui-text
980
980
  class="text bold action"
981
981
  >
982
982
  common.label.total
983
- </ui_text>
984
- </ui_view>
985
- <ui_view
983
+ </ui-text>
984
+ </ui-view>
985
+ <ui-view
986
986
  class="view row"
987
987
  >
988
- <ui_view
988
+ <ui-view
989
989
  class="view row wide"
990
990
  />
991
- </ui_view>
992
- </ui_view>
993
- <ui_view
991
+ </ui-view>
992
+ </ui-view>
993
+ <ui-view
994
994
  class="view"
995
995
  >
996
- <ui_text
996
+ <ui-text
997
997
  class="text action"
998
998
  >
999
999
 
1000
- </ui_text>
1001
- </ui_view>
1002
- <ui_view
1000
+ </ui-text>
1001
+ </ui-view>
1002
+ <ui-view
1003
1003
  class="view"
1004
1004
  >
1005
- <ui_text
1005
+ <ui-text
1006
1006
  class="text bold action"
1007
1007
  />
1008
- </ui_view>
1009
- </ui_view>
1010
- </ui_view>
1011
- <ui_view
1008
+ </ui-view>
1009
+ </ui-view>
1010
+ </ui-view>
1011
+ <ui-view
1012
1012
  class="view"
1013
1013
  >
1014
- <ui_text
1014
+ <ui-text
1015
1015
  class="text bold headline-3"
1016
1016
  >
1017
1017
  common.label.extras
1018
- </ui_text>
1019
- <ui_view
1018
+ </ui-text>
1019
+ <ui-view
1020
1020
  class="view row"
1021
1021
  >
1022
- <ui_view
1022
+ <ui-view
1023
1023
  class="view"
1024
1024
  >
1025
- <ui_view
1025
+ <ui-view
1026
1026
  class="view row"
1027
1027
  >
1028
- <ui_text
1028
+ <ui-text
1029
1029
  class="text action"
1030
1030
  >
1031
1031
  All inclusive package
1032
- </ui_text>
1033
- </ui_view>
1034
- <ui_view
1032
+ </ui-text>
1033
+ </ui-view>
1034
+ <ui-view
1035
1035
  class="view row"
1036
1036
  >
1037
- <ui_view
1037
+ <ui-view
1038
1038
  class="view row wide"
1039
1039
  >
1040
- <ui_tooltip
1040
+ <ui-tooltip
1041
1041
  class="container"
1042
1042
  >
1043
- <ui_view
1043
+ <ui-view
1044
1044
  class="view"
1045
1045
  >
1046
- <ui_text
1046
+ <ui-text
1047
1047
  class="text small dispatcher"
1048
1048
  >
1049
1049
  common.action.more_info
1050
- </ui_text>
1051
- </ui_view>
1052
- </ui_tooltip>
1053
- </ui_view>
1054
- </ui_view>
1055
- </ui_view>
1056
- <ui_view
1050
+ </ui-text>
1051
+ </ui-view>
1052
+ </ui-tooltip>
1053
+ </ui-view>
1054
+ </ui-view>
1055
+ </ui-view>
1056
+ <ui-view
1057
1057
  class="view"
1058
1058
  >
1059
- <ui_text
1059
+ <ui-text
1060
1060
  class="text action"
1061
1061
  >
1062
1062
  For 2 rooms
1063
- </ui_text>
1064
- </ui_view>
1065
- <ui_view
1063
+ </ui-text>
1064
+ </ui-view>
1065
+ <ui-view
1066
1066
  class="view"
1067
1067
  >
1068
- <ui_text
1068
+ <ui-text
1069
1069
  class="text action"
1070
1070
  >
1071
1071
  common.label.free
1072
- </ui_text>
1073
- </ui_view>
1074
- </ui_view>
1075
- <ui_view
1072
+ </ui-text>
1073
+ </ui-view>
1074
+ </ui-view>
1075
+ <ui-view
1076
1076
  class="view row"
1077
1077
  >
1078
- <ui_view
1078
+ <ui-view
1079
1079
  class="view"
1080
1080
  >
1081
- <ui_view
1081
+ <ui-view
1082
1082
  class="view row"
1083
1083
  >
1084
- <ui_text
1084
+ <ui-text
1085
1085
  class="text action"
1086
1086
  >
1087
1087
  All inclusive Gold package
1088
- </ui_text>
1089
- </ui_view>
1090
- <ui_view
1088
+ </ui-text>
1089
+ </ui-view>
1090
+ <ui-view
1091
1091
  class="view row"
1092
1092
  >
1093
- <ui_view
1093
+ <ui-view
1094
1094
  class="view row wide"
1095
1095
  >
1096
- <ui_tooltip
1096
+ <ui-tooltip
1097
1097
  class="container"
1098
1098
  >
1099
- <ui_view
1099
+ <ui-view
1100
1100
  class="view"
1101
1101
  >
1102
- <ui_text
1102
+ <ui-text
1103
1103
  class="text small dispatcher"
1104
1104
  >
1105
1105
  common.action.more_info
1106
- </ui_text>
1107
- </ui_view>
1108
- </ui_tooltip>
1109
- </ui_view>
1110
- </ui_view>
1111
- </ui_view>
1112
- <ui_view
1106
+ </ui-text>
1107
+ </ui-view>
1108
+ </ui-tooltip>
1109
+ </ui-view>
1110
+ </ui-view>
1111
+ </ui-view>
1112
+ <ui-view
1113
1113
  class="view"
1114
1114
  >
1115
- <ui_text
1115
+ <ui-text
1116
1116
  class="text action"
1117
1117
  >
1118
1118
  For 1 room
1119
- </ui_text>
1120
- </ui_view>
1121
- <ui_view
1119
+ </ui-text>
1120
+ </ui-view>
1121
+ <ui-view
1122
1122
  class="view"
1123
1123
  >
1124
- <ui_text
1124
+ <ui-text
1125
1125
  class="text action"
1126
1126
  >
1127
1127
  common.label.free
1128
- </ui_text>
1129
- </ui_view>
1130
- </ui_view>
1131
- <ui_view
1128
+ </ui-text>
1129
+ </ui-view>
1130
+ </ui-view>
1131
+ <ui-view
1132
1132
  class="view row"
1133
1133
  >
1134
- <ui_view
1134
+ <ui-view
1135
1135
  class="view"
1136
1136
  >
1137
- <ui_view
1137
+ <ui-view
1138
1138
  class="view row"
1139
1139
  >
1140
- <ui_text
1140
+ <ui-text
1141
1141
  class="text action"
1142
1142
  >
1143
1143
  Access to Hydropark
1144
- </ui_text>
1145
- </ui_view>
1146
- <ui_view
1144
+ </ui-text>
1145
+ </ui-view>
1146
+ <ui-view
1147
1147
  class="view row"
1148
1148
  >
1149
- <ui_view
1149
+ <ui-view
1150
1150
  class="view row wide"
1151
1151
  >
1152
- <ui_tooltip
1152
+ <ui-tooltip
1153
1153
  class="container"
1154
1154
  >
1155
- <ui_view
1155
+ <ui-view
1156
1156
  class="view"
1157
1157
  >
1158
- <ui_text
1158
+ <ui-text
1159
1159
  class="text small dispatcher"
1160
1160
  >
1161
1161
  common.action.more_info
1162
- </ui_text>
1163
- </ui_view>
1164
- </ui_tooltip>
1165
- </ui_view>
1166
- </ui_view>
1167
- </ui_view>
1168
- <ui_view
1162
+ </ui-text>
1163
+ </ui-view>
1164
+ </ui-tooltip>
1165
+ </ui-view>
1166
+ </ui-view>
1167
+ </ui-view>
1168
+ <ui-view
1169
1169
  class="view"
1170
1170
  >
1171
- <ui_text
1171
+ <ui-text
1172
1172
  class="text action"
1173
1173
  >
1174
1174
  For 1 room
1175
- </ui_text>
1176
- </ui_view>
1177
- <ui_view
1175
+ </ui-text>
1176
+ </ui-view>
1177
+ <ui-view
1178
1178
  class="view"
1179
1179
  >
1180
- <ui_text
1180
+ <ui-text
1181
1181
  class="text action"
1182
1182
  >
1183
1183
  common.label.free
1184
- </ui_text>
1185
- </ui_view>
1186
- </ui_view>
1187
- <ui_view
1184
+ </ui-text>
1185
+ </ui-view>
1186
+ </ui-view>
1187
+ <ui-view
1188
1188
  class="view row"
1189
1189
  >
1190
- <ui_view
1190
+ <ui-view
1191
1191
  class="view"
1192
1192
  >
1193
- <ui_view
1193
+ <ui-view
1194
1194
  class="view row"
1195
1195
  >
1196
- <ui_text
1196
+ <ui-text
1197
1197
  class="text action"
1198
1198
  >
1199
1199
  All inclusive Gold package
1200
- </ui_text>
1201
- </ui_view>
1202
- <ui_view
1200
+ </ui-text>
1201
+ </ui-view>
1202
+ <ui-view
1203
1203
  class="view row"
1204
1204
  >
1205
- <ui_view
1205
+ <ui-view
1206
1206
  class="view row wide"
1207
1207
  >
1208
- <ui_text
1208
+ <ui-text
1209
1209
  class="text small"
1210
1210
  >
1211
1211
  1 adult and 1 child
1212
- </ui_text>
1213
- <ui_text
1212
+ </ui-text>
1213
+ <ui-text
1214
1214
  class="text small"
1215
1215
  >
1216
1216
  -
1217
- </ui_text>
1218
- <ui_tooltip
1217
+ </ui-text>
1218
+ <ui-tooltip
1219
1219
  class="container"
1220
1220
  >
1221
- <ui_view
1221
+ <ui-view
1222
1222
  class="view"
1223
1223
  >
1224
- <ui_text
1224
+ <ui-text
1225
1225
  class="text small dispatcher"
1226
1226
  >
1227
1227
  common.action.more_info
1228
- </ui_text>
1229
- </ui_view>
1230
- </ui_tooltip>
1231
- </ui_view>
1232
- </ui_view>
1233
- </ui_view>
1234
- <ui_view
1228
+ </ui-text>
1229
+ </ui-view>
1230
+ </ui-tooltip>
1231
+ </ui-view>
1232
+ </ui-view>
1233
+ </ui-view>
1234
+ <ui-view
1235
1235
  class="view"
1236
1236
  >
1237
- <ui_text
1237
+ <ui-text
1238
1238
  class="text action"
1239
1239
  >
1240
1240
  For 1 room. For 10 nights
1241
- </ui_text>
1242
- </ui_view>
1243
- <ui_view
1241
+ </ui-text>
1242
+ </ui-view>
1243
+ <ui-view
1244
1244
  class="view"
1245
1245
  >
1246
- <ui_text
1246
+ <ui-text
1247
1247
  class="text action"
1248
1248
  />
1249
- </ui_view>
1250
- </ui_view>
1251
- <ui_view
1249
+ </ui-view>
1250
+ </ui-view>
1251
+ <ui-view
1252
1252
  class="view row"
1253
1253
  >
1254
- <ui_view
1254
+ <ui-view
1255
1255
  class="view"
1256
1256
  >
1257
- <ui_view
1257
+ <ui-view
1258
1258
  class="view row"
1259
1259
  >
1260
- <ui_text
1260
+ <ui-text
1261
1261
  class="text action"
1262
1262
  >
1263
1263
  Access to Hydropark
1264
- </ui_text>
1265
- </ui_view>
1266
- <ui_view
1264
+ </ui-text>
1265
+ </ui-view>
1266
+ <ui-view
1267
1267
  class="view row"
1268
1268
  >
1269
- <ui_view
1269
+ <ui-view
1270
1270
  class="view row wide"
1271
1271
  >
1272
- <ui_text
1272
+ <ui-text
1273
1273
  class="text small"
1274
1274
  >
1275
1275
  1 adult and 1 child
1276
- </ui_text>
1277
- <ui_text
1276
+ </ui-text>
1277
+ <ui-text
1278
1278
  class="text small"
1279
1279
  >
1280
1280
  -
1281
- </ui_text>
1282
- <ui_tooltip
1281
+ </ui-text>
1282
+ <ui-tooltip
1283
1283
  class="container"
1284
1284
  >
1285
- <ui_view
1285
+ <ui-view
1286
1286
  class="view"
1287
1287
  >
1288
- <ui_text
1288
+ <ui-text
1289
1289
  class="text small dispatcher"
1290
1290
  >
1291
1291
  common.action.more_info
1292
- </ui_text>
1293
- </ui_view>
1294
- </ui_tooltip>
1295
- </ui_view>
1296
- </ui_view>
1297
- </ui_view>
1298
- <ui_view
1292
+ </ui-text>
1293
+ </ui-view>
1294
+ </ui-tooltip>
1295
+ </ui-view>
1296
+ </ui-view>
1297
+ </ui-view>
1298
+ <ui-view
1299
1299
  class="view"
1300
1300
  >
1301
- <ui_text
1301
+ <ui-text
1302
1302
  class="text action"
1303
1303
  >
1304
1304
  For 1 room. For 10 nights
1305
- </ui_text>
1306
- </ui_view>
1307
- <ui_view
1305
+ </ui-text>
1306
+ </ui-view>
1307
+ <ui-view
1308
1308
  class="view"
1309
1309
  >
1310
- <ui_text
1310
+ <ui-text
1311
1311
  class="text action"
1312
1312
  />
1313
- </ui_view>
1314
- </ui_view>
1315
- </ui_view>
1316
- </ui_view>
1317
- <ui_view
1313
+ </ui-view>
1314
+ </ui-view>
1315
+ </ui-view>
1316
+ </ui-view>
1317
+ <ui-view
1318
1318
  class="view wide"
1319
1319
  >
1320
- <ui_view
1320
+ <ui-view
1321
1321
  class="view row"
1322
1322
  >
1323
- <ui_view
1323
+ <ui-view
1324
1324
  class="view"
1325
1325
  style="background-image: url(undefined);"
1326
1326
  />
1327
- <ui_view
1327
+ <ui-view
1328
1328
  class="view"
1329
1329
  >
1330
- <ui_view
1330
+ <ui-view
1331
1331
  class="view row"
1332
1332
  >
1333
- <ui_text
1333
+ <ui-text
1334
1334
  class="text bold paragraph"
1335
1335
  >
1336
1336
  Premium Room
1337
- </ui_text>
1338
- </ui_view>
1339
- <ui_text
1337
+ </ui-text>
1338
+ </ui-view>
1339
+ <ui-text
1340
1340
  class="text action"
1341
1341
  >
1342
1342
  Flexible Rate
1343
- </ui_text>
1344
- <ui_text
1343
+ </ui-text>
1344
+ <ui-text
1345
1345
  class="text light small"
1346
1346
  />
1347
- </ui_view>
1348
- </ui_view>
1349
- <ui_view
1347
+ </ui-view>
1348
+ </ui-view>
1349
+ <ui-view
1350
1350
  class="view"
1351
1351
  >
1352
- <ui_view
1352
+ <ui-view
1353
1353
  class="view row"
1354
1354
  >
1355
- <ui_view
1355
+ <ui-view
1356
1356
  class="view"
1357
1357
  >
1358
- <ui_view
1358
+ <ui-view
1359
1359
  class="view row"
1360
1360
  >
1361
- <ui_text
1361
+ <ui-text
1362
1362
  class="text action"
1363
1363
  >
1364
1364
  lun, 24 jul 2023
1365
- </ui_text>
1366
- </ui_view>
1367
- <ui_view
1365
+ </ui-text>
1366
+ </ui-view>
1367
+ <ui-view
1368
1368
  class="view row"
1369
1369
  >
1370
- <ui_view
1370
+ <ui-view
1371
1371
  class="view row wide"
1372
1372
  >
1373
- <ui_tooltip
1373
+ <ui-tooltip
1374
1374
  class="container"
1375
1375
  >
1376
- <ui_view
1376
+ <ui-view
1377
1377
  class="view"
1378
1378
  >
1379
- <ui_text
1379
+ <ui-text
1380
1380
  class="text small dispatcher"
1381
1381
  >
1382
1382
  common.action.more_info
1383
- </ui_text>
1384
- </ui_view>
1385
- </ui_tooltip>
1386
- </ui_view>
1387
- </ui_view>
1388
- </ui_view>
1389
- <ui_view
1383
+ </ui-text>
1384
+ </ui-view>
1385
+ </ui-tooltip>
1386
+ </ui-view>
1387
+ </ui-view>
1388
+ </ui-view>
1389
+ <ui-view
1390
1390
  class="view"
1391
1391
  >
1392
- <ui_text
1392
+ <ui-text
1393
1393
  class="text action"
1394
1394
  >
1395
1395
  All inclusive package
1396
- </ui_text>
1397
- </ui_view>
1398
- <ui_view
1396
+ </ui-text>
1397
+ </ui-view>
1398
+ <ui-view
1399
1399
  class="view"
1400
1400
  >
1401
- <ui_text
1401
+ <ui-text
1402
1402
  class="text action"
1403
1403
  />
1404
- </ui_view>
1405
- </ui_view>
1406
- <ui_view
1404
+ </ui-view>
1405
+ </ui-view>
1406
+ <ui-view
1407
1407
  class="view row"
1408
1408
  >
1409
- <ui_view
1409
+ <ui-view
1410
1410
  class="view"
1411
1411
  >
1412
- <ui_view
1412
+ <ui-view
1413
1413
  class="view row"
1414
1414
  >
1415
- <ui_text
1415
+ <ui-text
1416
1416
  class="text action"
1417
1417
  >
1418
1418
  mar, 25 jul 2023
1419
- </ui_text>
1420
- </ui_view>
1421
- <ui_view
1419
+ </ui-text>
1420
+ </ui-view>
1421
+ <ui-view
1422
1422
  class="view row"
1423
1423
  >
1424
- <ui_view
1424
+ <ui-view
1425
1425
  class="view row wide"
1426
1426
  >
1427
- <ui_tooltip
1427
+ <ui-tooltip
1428
1428
  class="container"
1429
1429
  >
1430
- <ui_view
1430
+ <ui-view
1431
1431
  class="view"
1432
1432
  >
1433
- <ui_text
1433
+ <ui-text
1434
1434
  class="text small dispatcher"
1435
1435
  >
1436
1436
  common.action.more_info
1437
- </ui_text>
1438
- </ui_view>
1439
- </ui_tooltip>
1440
- </ui_view>
1441
- </ui_view>
1442
- </ui_view>
1443
- <ui_view
1437
+ </ui-text>
1438
+ </ui-view>
1439
+ </ui-tooltip>
1440
+ </ui-view>
1441
+ </ui-view>
1442
+ </ui-view>
1443
+ <ui-view
1444
1444
  class="view"
1445
1445
  >
1446
- <ui_text
1446
+ <ui-text
1447
1447
  class="text action"
1448
1448
  >
1449
1449
  All inclusive package
1450
- </ui_text>
1451
- </ui_view>
1452
- <ui_view
1450
+ </ui-text>
1451
+ </ui-view>
1452
+ <ui-view
1453
1453
  class="view"
1454
1454
  >
1455
- <ui_text
1455
+ <ui-text
1456
1456
  class="text action"
1457
1457
  />
1458
- </ui_view>
1459
- </ui_view>
1460
- <ui_view
1458
+ </ui-view>
1459
+ </ui-view>
1460
+ <ui-view
1461
1461
  class="view row"
1462
1462
  >
1463
- <ui_view
1463
+ <ui-view
1464
1464
  class="view"
1465
1465
  >
1466
- <ui_view
1466
+ <ui-view
1467
1467
  class="view row"
1468
1468
  >
1469
- <ui_text
1469
+ <ui-text
1470
1470
  class="text action"
1471
1471
  >
1472
1472
  mié, 26 jul 2023
1473
- </ui_text>
1474
- </ui_view>
1475
- <ui_view
1473
+ </ui-text>
1474
+ </ui-view>
1475
+ <ui-view
1476
1476
  class="view row"
1477
1477
  >
1478
- <ui_view
1478
+ <ui-view
1479
1479
  class="view row wide"
1480
1480
  >
1481
- <ui_tooltip
1481
+ <ui-tooltip
1482
1482
  class="container"
1483
1483
  >
1484
- <ui_view
1484
+ <ui-view
1485
1485
  class="view"
1486
1486
  >
1487
- <ui_text
1487
+ <ui-text
1488
1488
  class="text small dispatcher"
1489
1489
  >
1490
1490
  common.action.more_info
1491
- </ui_text>
1492
- </ui_view>
1493
- </ui_tooltip>
1494
- </ui_view>
1495
- </ui_view>
1496
- </ui_view>
1497
- <ui_view
1491
+ </ui-text>
1492
+ </ui-view>
1493
+ </ui-tooltip>
1494
+ </ui-view>
1495
+ </ui-view>
1496
+ </ui-view>
1497
+ <ui-view
1498
1498
  class="view"
1499
1499
  >
1500
- <ui_text
1500
+ <ui-text
1501
1501
  class="text action"
1502
1502
  >
1503
1503
  All inclusive package
1504
- </ui_text>
1505
- </ui_view>
1506
- <ui_view
1504
+ </ui-text>
1505
+ </ui-view>
1506
+ <ui-view
1507
1507
  class="view"
1508
1508
  >
1509
- <ui_text
1509
+ <ui-text
1510
1510
  class="text action"
1511
1511
  />
1512
- </ui_view>
1513
- </ui_view>
1514
- <ui_view
1512
+ </ui-view>
1513
+ </ui-view>
1514
+ <ui-view
1515
1515
  class="view row"
1516
1516
  >
1517
- <ui_view
1517
+ <ui-view
1518
1518
  class="view"
1519
1519
  >
1520
- <ui_view
1520
+ <ui-view
1521
1521
  class="view row"
1522
1522
  >
1523
- <ui_text
1523
+ <ui-text
1524
1524
  class="text bold action"
1525
1525
  >
1526
1526
  common.label.total
1527
- </ui_text>
1528
- </ui_view>
1529
- <ui_view
1527
+ </ui-text>
1528
+ </ui-view>
1529
+ <ui-view
1530
1530
  class="view row"
1531
1531
  >
1532
- <ui_view
1532
+ <ui-view
1533
1533
  class="view row wide"
1534
1534
  />
1535
- </ui_view>
1536
- </ui_view>
1537
- <ui_view
1535
+ </ui-view>
1536
+ </ui-view>
1537
+ <ui-view
1538
1538
  class="view"
1539
1539
  >
1540
- <ui_text
1540
+ <ui-text
1541
1541
  class="text action"
1542
1542
  >
1543
1543
 
1544
- </ui_text>
1545
- </ui_view>
1546
- <ui_view
1544
+ </ui-text>
1545
+ </ui-view>
1546
+ <ui-view
1547
1547
  class="view"
1548
1548
  >
1549
- <ui_text
1549
+ <ui-text
1550
1550
  class="text bold action"
1551
1551
  />
1552
- </ui_view>
1553
- </ui_view>
1554
- </ui_view>
1555
- <ui_view
1552
+ </ui-view>
1553
+ </ui-view>
1554
+ </ui-view>
1555
+ <ui-view
1556
1556
  class="view"
1557
1557
  >
1558
- <ui_text
1558
+ <ui-text
1559
1559
  class="text bold headline-3"
1560
1560
  >
1561
1561
  common.label.extras
1562
- </ui_text>
1563
- <ui_view
1562
+ </ui-text>
1563
+ <ui-view
1564
1564
  class="view row"
1565
1565
  >
1566
- <ui_view
1566
+ <ui-view
1567
1567
  class="view"
1568
1568
  >
1569
- <ui_view
1569
+ <ui-view
1570
1570
  class="view row"
1571
1571
  >
1572
- <ui_text
1572
+ <ui-text
1573
1573
  class="text action"
1574
1574
  >
1575
1575
  All inclusive package
1576
- </ui_text>
1577
- </ui_view>
1578
- <ui_view
1576
+ </ui-text>
1577
+ </ui-view>
1578
+ <ui-view
1579
1579
  class="view row"
1580
1580
  >
1581
- <ui_view
1581
+ <ui-view
1582
1582
  class="view row wide"
1583
1583
  >
1584
- <ui_tooltip
1584
+ <ui-tooltip
1585
1585
  class="container"
1586
1586
  >
1587
- <ui_view
1587
+ <ui-view
1588
1588
  class="view"
1589
1589
  >
1590
- <ui_text
1590
+ <ui-text
1591
1591
  class="text small dispatcher"
1592
1592
  >
1593
1593
  common.action.more_info
1594
- </ui_text>
1595
- </ui_view>
1596
- </ui_tooltip>
1597
- </ui_view>
1598
- </ui_view>
1599
- </ui_view>
1600
- <ui_view
1594
+ </ui-text>
1595
+ </ui-view>
1596
+ </ui-tooltip>
1597
+ </ui-view>
1598
+ </ui-view>
1599
+ </ui-view>
1600
+ <ui-view
1601
1601
  class="view"
1602
1602
  >
1603
- <ui_text
1603
+ <ui-text
1604
1604
  class="text action"
1605
1605
  >
1606
1606
  For 2 rooms
1607
- </ui_text>
1608
- </ui_view>
1609
- <ui_view
1607
+ </ui-text>
1608
+ </ui-view>
1609
+ <ui-view
1610
1610
  class="view"
1611
1611
  >
1612
- <ui_text
1612
+ <ui-text
1613
1613
  class="text action"
1614
1614
  >
1615
1615
  common.label.free
1616
- </ui_text>
1617
- </ui_view>
1618
- </ui_view>
1619
- </ui_view>
1620
- </ui_view>
1621
- <ui_view
1616
+ </ui-text>
1617
+ </ui-view>
1618
+ </ui-view>
1619
+ </ui-view>
1620
+ </ui-view>
1621
+ <ui-view
1622
1622
  class="view"
1623
1623
  >
1624
- <ui_text
1624
+ <ui-text
1625
1625
  class="text bold headline-3"
1626
1626
  >
1627
1627
  user.label.booking_extras
1628
- </ui_text>
1629
- <ui_view
1628
+ </ui-text>
1629
+ <ui-view
1630
1630
  class="view row"
1631
1631
  >
1632
- <ui_view
1632
+ <ui-view
1633
1633
  class="view"
1634
1634
  >
1635
- <ui_view
1635
+ <ui-view
1636
1636
  class="view row"
1637
1637
  >
1638
- <ui_text
1638
+ <ui-text
1639
1639
  class="text action"
1640
1640
  >
1641
1641
  All inclusive package
1642
- </ui_text>
1643
- </ui_view>
1644
- <ui_view
1642
+ </ui-text>
1643
+ </ui-view>
1644
+ <ui-view
1645
1645
  class="view row"
1646
1646
  >
1647
- <ui_view
1647
+ <ui-view
1648
1648
  class="view row wide"
1649
1649
  >
1650
- <ui_tooltip
1650
+ <ui-tooltip
1651
1651
  class="container"
1652
1652
  >
1653
- <ui_view
1653
+ <ui-view
1654
1654
  class="view"
1655
1655
  >
1656
- <ui_text
1656
+ <ui-text
1657
1657
  class="text small dispatcher"
1658
1658
  >
1659
1659
  common.action.more_info
1660
- </ui_text>
1661
- </ui_view>
1662
- </ui_tooltip>
1663
- </ui_view>
1664
- </ui_view>
1665
- </ui_view>
1666
- <ui_view
1660
+ </ui-text>
1661
+ </ui-view>
1662
+ </ui-tooltip>
1663
+ </ui-view>
1664
+ </ui-view>
1665
+ </ui-view>
1666
+ <ui-view
1667
1667
  class="view"
1668
1668
  >
1669
- <ui_text
1669
+ <ui-text
1670
1670
  class="text action"
1671
1671
  >
1672
1672
  For 2 rooms
1673
- </ui_text>
1674
- </ui_view>
1675
- <ui_view
1673
+ </ui-text>
1674
+ </ui-view>
1675
+ <ui-view
1676
1676
  class="view"
1677
1677
  >
1678
- <ui_text
1678
+ <ui-text
1679
1679
  class="text action"
1680
1680
  >
1681
1681
  common.label.free
1682
- </ui_text>
1683
- </ui_view>
1684
- </ui_view>
1685
- <ui_view
1682
+ </ui-text>
1683
+ </ui-view>
1684
+ </ui-view>
1685
+ <ui-view
1686
1686
  class="view row"
1687
1687
  >
1688
- <ui_view
1688
+ <ui-view
1689
1689
  class="view"
1690
1690
  >
1691
- <ui_view
1691
+ <ui-view
1692
1692
  class="view row"
1693
1693
  >
1694
- <ui_text
1694
+ <ui-text
1695
1695
  class="text action"
1696
1696
  >
1697
1697
  All inclusive Gold package
1698
- </ui_text>
1699
- </ui_view>
1700
- <ui_view
1698
+ </ui-text>
1699
+ </ui-view>
1700
+ <ui-view
1701
1701
  class="view row"
1702
1702
  >
1703
- <ui_view
1703
+ <ui-view
1704
1704
  class="view row wide"
1705
1705
  >
1706
- <ui_tooltip
1706
+ <ui-tooltip
1707
1707
  class="container"
1708
1708
  >
1709
- <ui_view
1709
+ <ui-view
1710
1710
  class="view"
1711
1711
  >
1712
- <ui_text
1712
+ <ui-text
1713
1713
  class="text small dispatcher"
1714
1714
  >
1715
1715
  common.action.more_info
1716
- </ui_text>
1717
- </ui_view>
1718
- </ui_tooltip>
1719
- </ui_view>
1720
- </ui_view>
1721
- </ui_view>
1722
- <ui_view
1716
+ </ui-text>
1717
+ </ui-view>
1718
+ </ui-tooltip>
1719
+ </ui-view>
1720
+ </ui-view>
1721
+ </ui-view>
1722
+ <ui-view
1723
1723
  class="view"
1724
1724
  >
1725
- <ui_text
1725
+ <ui-text
1726
1726
  class="text action"
1727
1727
  >
1728
1728
  For 1 room
1729
- </ui_text>
1730
- </ui_view>
1731
- <ui_view
1729
+ </ui-text>
1730
+ </ui-view>
1731
+ <ui-view
1732
1732
  class="view"
1733
1733
  >
1734
- <ui_text
1734
+ <ui-text
1735
1735
  class="text action"
1736
1736
  >
1737
1737
  common.label.free
1738
- </ui_text>
1739
- </ui_view>
1740
- </ui_view>
1741
- <ui_view
1738
+ </ui-text>
1739
+ </ui-view>
1740
+ </ui-view>
1741
+ <ui-view
1742
1742
  class="view row"
1743
1743
  >
1744
- <ui_view
1744
+ <ui-view
1745
1745
  class="view"
1746
1746
  >
1747
- <ui_view
1747
+ <ui-view
1748
1748
  class="view row"
1749
1749
  >
1750
- <ui_text
1750
+ <ui-text
1751
1751
  class="text action"
1752
1752
  >
1753
1753
  Access to Hydropark
1754
- </ui_text>
1755
- </ui_view>
1756
- <ui_view
1754
+ </ui-text>
1755
+ </ui-view>
1756
+ <ui-view
1757
1757
  class="view row"
1758
1758
  >
1759
- <ui_view
1759
+ <ui-view
1760
1760
  class="view row wide"
1761
1761
  >
1762
- <ui_tooltip
1762
+ <ui-tooltip
1763
1763
  class="container"
1764
1764
  >
1765
- <ui_view
1765
+ <ui-view
1766
1766
  class="view"
1767
1767
  >
1768
- <ui_text
1768
+ <ui-text
1769
1769
  class="text small dispatcher"
1770
1770
  >
1771
1771
  common.action.more_info
1772
- </ui_text>
1773
- </ui_view>
1774
- </ui_tooltip>
1775
- </ui_view>
1776
- </ui_view>
1777
- </ui_view>
1778
- <ui_view
1772
+ </ui-text>
1773
+ </ui-view>
1774
+ </ui-tooltip>
1775
+ </ui-view>
1776
+ </ui-view>
1777
+ </ui-view>
1778
+ <ui-view
1779
1779
  class="view"
1780
1780
  >
1781
- <ui_text
1781
+ <ui-text
1782
1782
  class="text action"
1783
1783
  >
1784
1784
  For 1 room
1785
- </ui_text>
1786
- </ui_view>
1787
- <ui_view
1785
+ </ui-text>
1786
+ </ui-view>
1787
+ <ui-view
1788
1788
  class="view"
1789
1789
  >
1790
- <ui_text
1790
+ <ui-text
1791
1791
  class="text action"
1792
1792
  >
1793
1793
  common.label.free
1794
- </ui_text>
1795
- </ui_view>
1796
- </ui_view>
1797
- <ui_view
1794
+ </ui-text>
1795
+ </ui-view>
1796
+ </ui-view>
1797
+ <ui-view
1798
1798
  class="view row"
1799
1799
  >
1800
- <ui_view
1800
+ <ui-view
1801
1801
  class="view"
1802
1802
  >
1803
- <ui_view
1803
+ <ui-view
1804
1804
  class="view row"
1805
1805
  >
1806
- <ui_text
1806
+ <ui-text
1807
1807
  class="text action"
1808
1808
  >
1809
1809
  All inclusive Gold package
1810
- </ui_text>
1811
- </ui_view>
1812
- <ui_view
1810
+ </ui-text>
1811
+ </ui-view>
1812
+ <ui-view
1813
1813
  class="view row"
1814
1814
  >
1815
- <ui_view
1815
+ <ui-view
1816
1816
  class="view row wide"
1817
1817
  >
1818
- <ui_text
1818
+ <ui-text
1819
1819
  class="text small"
1820
1820
  >
1821
1821
  1 adult and 1 child
1822
- </ui_text>
1823
- <ui_text
1822
+ </ui-text>
1823
+ <ui-text
1824
1824
  class="text small"
1825
1825
  >
1826
1826
  -
1827
- </ui_text>
1828
- <ui_tooltip
1827
+ </ui-text>
1828
+ <ui-tooltip
1829
1829
  class="container"
1830
1830
  >
1831
- <ui_view
1831
+ <ui-view
1832
1832
  class="view"
1833
1833
  >
1834
- <ui_text
1834
+ <ui-text
1835
1835
  class="text small dispatcher"
1836
1836
  >
1837
1837
  common.action.more_info
1838
- </ui_text>
1839
- </ui_view>
1840
- </ui_tooltip>
1841
- </ui_view>
1842
- </ui_view>
1843
- </ui_view>
1844
- <ui_view
1838
+ </ui-text>
1839
+ </ui-view>
1840
+ </ui-tooltip>
1841
+ </ui-view>
1842
+ </ui-view>
1843
+ </ui-view>
1844
+ <ui-view
1845
1845
  class="view"
1846
1846
  >
1847
- <ui_text
1847
+ <ui-text
1848
1848
  class="text action"
1849
1849
  >
1850
1850
  For 1 room. For 10 nights
1851
- </ui_text>
1852
- </ui_view>
1853
- <ui_view
1851
+ </ui-text>
1852
+ </ui-view>
1853
+ <ui-view
1854
1854
  class="view"
1855
1855
  >
1856
- <ui_text
1856
+ <ui-text
1857
1857
  class="text action"
1858
1858
  />
1859
- </ui_view>
1860
- </ui_view>
1861
- <ui_view
1859
+ </ui-view>
1860
+ </ui-view>
1861
+ <ui-view
1862
1862
  class="view row"
1863
1863
  >
1864
- <ui_view
1864
+ <ui-view
1865
1865
  class="view"
1866
1866
  >
1867
- <ui_view
1867
+ <ui-view
1868
1868
  class="view row"
1869
1869
  >
1870
- <ui_text
1870
+ <ui-text
1871
1871
  class="text action"
1872
1872
  >
1873
1873
  Access to Hydropark
1874
- </ui_text>
1875
- </ui_view>
1876
- <ui_view
1874
+ </ui-text>
1875
+ </ui-view>
1876
+ <ui-view
1877
1877
  class="view row"
1878
1878
  >
1879
- <ui_view
1879
+ <ui-view
1880
1880
  class="view row wide"
1881
1881
  >
1882
- <ui_text
1882
+ <ui-text
1883
1883
  class="text small"
1884
1884
  >
1885
1885
  1 adult and 1 child
1886
- </ui_text>
1887
- <ui_text
1886
+ </ui-text>
1887
+ <ui-text
1888
1888
  class="text small"
1889
1889
  >
1890
1890
  -
1891
- </ui_text>
1892
- <ui_tooltip
1891
+ </ui-text>
1892
+ <ui-tooltip
1893
1893
  class="container"
1894
1894
  >
1895
- <ui_view
1895
+ <ui-view
1896
1896
  class="view"
1897
1897
  >
1898
- <ui_text
1898
+ <ui-text
1899
1899
  class="text small dispatcher"
1900
1900
  >
1901
1901
  common.action.more_info
1902
- </ui_text>
1903
- </ui_view>
1904
- </ui_tooltip>
1905
- </ui_view>
1906
- </ui_view>
1907
- </ui_view>
1908
- <ui_view
1902
+ </ui-text>
1903
+ </ui-view>
1904
+ </ui-tooltip>
1905
+ </ui-view>
1906
+ </ui-view>
1907
+ </ui-view>
1908
+ <ui-view
1909
1909
  class="view"
1910
1910
  >
1911
- <ui_text
1911
+ <ui-text
1912
1912
  class="text action"
1913
1913
  >
1914
1914
  For 1 room. For 10 nights
1915
- </ui_text>
1916
- </ui_view>
1917
- <ui_view
1915
+ </ui-text>
1916
+ </ui-view>
1917
+ <ui-view
1918
1918
  class="view"
1919
1919
  >
1920
- <ui_text
1920
+ <ui-text
1921
1921
  class="text action"
1922
1922
  />
1923
- </ui_view>
1924
- </ui_view>
1925
- </ui_view>
1926
- </ui_view>
1923
+ </ui-view>
1924
+ </ui-view>
1925
+ </ui-view>
1926
+ </ui-view>
1927
1927
  </DocumentFragment>
1928
1928
  `;
1929
1929
 
1930
1930
  exports[`component:<BookingDetails> with a store (booking) 1`] = `
1931
1931
  <DocumentFragment>
1932
- <ui_view
1932
+ <ui-view
1933
1933
  class="view"
1934
1934
  >
1935
- <ui_text
1935
+ <ui-text
1936
1936
  class="text bold headline-3"
1937
1937
  >
1938
1938
  user.label.booking_details
1939
- </ui_text>
1940
- <ui_view
1939
+ </ui-text>
1940
+ <ui-view
1941
1941
  class="view wide"
1942
1942
  >
1943
- <ui_view
1943
+ <ui-view
1944
1944
  class="view row"
1945
1945
  >
1946
- <ui_view
1946
+ <ui-view
1947
1947
  class="view"
1948
1948
  style="background-image: url(undefined);"
1949
1949
  />
1950
- <ui_view
1950
+ <ui-view
1951
1951
  class="view"
1952
1952
  >
1953
- <ui_view
1953
+ <ui-view
1954
1954
  class="view row"
1955
1955
  >
1956
- <ui_text
1956
+ <ui-text
1957
1957
  class="text bold paragraph"
1958
1958
  >
1959
1959
  Standard Room
1960
- </ui_text>
1961
- </ui_view>
1962
- <ui_text
1960
+ </ui-text>
1961
+ </ui-view>
1962
+ <ui-text
1963
1963
  class="text action"
1964
1964
  >
1965
1965
  Flexible Rate
1966
- </ui_text>
1967
- <ui_text
1966
+ </ui-text>
1967
+ <ui-text
1968
1968
  class="text light small"
1969
1969
  >
1970
1970
  2 common.label.guest
1971
- <ui_text
1971
+ <ui-text
1972
1972
  style="text-decoration: underline;"
1973
1973
  >
1974
1974
  type
1975
- </ui_text>
1975
+ </ui-text>
1976
1976
  plural, 1 common.label.guest_type
1977
- </ui_text>
1978
- </ui_view>
1979
- </ui_view>
1980
- <ui_view
1977
+ </ui-text>
1978
+ </ui-view>
1979
+ </ui-view>
1980
+ <ui-view
1981
1981
  class="view"
1982
1982
  >
1983
- <ui_view
1983
+ <ui-view
1984
1984
  class="view row"
1985
1985
  >
1986
- <ui_view
1986
+ <ui-view
1987
1987
  class="view"
1988
1988
  >
1989
- <ui_view
1989
+ <ui-view
1990
1990
  class="view row"
1991
1991
  >
1992
- <ui_text
1992
+ <ui-text
1993
1993
  class="text action"
1994
1994
  >
1995
1995
  lun, 24 jul 2023
1996
- </ui_text>
1997
- </ui_view>
1998
- <ui_view
1996
+ </ui-text>
1997
+ </ui-view>
1998
+ <ui-view
1999
1999
  class="view row"
2000
2000
  >
2001
- <ui_view
2001
+ <ui-view
2002
2002
  class="view row wide"
2003
2003
  />
2004
- </ui_view>
2005
- </ui_view>
2006
- <ui_view
2004
+ </ui-view>
2005
+ </ui-view>
2006
+ <ui-view
2007
2007
  class="view"
2008
2008
  >
2009
- <ui_text
2009
+ <ui-text
2010
2010
  class="text action"
2011
2011
  >
2012
2012
  All inclusive package
2013
- </ui_text>
2014
- </ui_view>
2015
- <ui_view
2013
+ </ui-text>
2014
+ </ui-view>
2015
+ <ui-view
2016
2016
  class="view"
2017
2017
  >
2018
- <ui_text
2018
+ <ui-text
2019
2019
  class="text action"
2020
2020
  />
2021
- </ui_view>
2022
- </ui_view>
2023
- <ui_view
2021
+ </ui-view>
2022
+ </ui-view>
2023
+ <ui-view
2024
2024
  class="view row"
2025
2025
  >
2026
- <ui_view
2026
+ <ui-view
2027
2027
  class="view"
2028
2028
  >
2029
- <ui_view
2029
+ <ui-view
2030
2030
  class="view row"
2031
2031
  >
2032
- <ui_text
2032
+ <ui-text
2033
2033
  class="text action"
2034
2034
  >
2035
2035
  mar, 25 jul 2023
2036
- </ui_text>
2037
- </ui_view>
2038
- <ui_view
2036
+ </ui-text>
2037
+ </ui-view>
2038
+ <ui-view
2039
2039
  class="view row"
2040
2040
  >
2041
- <ui_view
2041
+ <ui-view
2042
2042
  class="view row wide"
2043
2043
  />
2044
- </ui_view>
2045
- </ui_view>
2046
- <ui_view
2044
+ </ui-view>
2045
+ </ui-view>
2046
+ <ui-view
2047
2047
  class="view"
2048
2048
  >
2049
- <ui_text
2049
+ <ui-text
2050
2050
  class="text action"
2051
2051
  >
2052
2052
  All inclusive package
2053
- </ui_text>
2054
- </ui_view>
2055
- <ui_view
2053
+ </ui-text>
2054
+ </ui-view>
2055
+ <ui-view
2056
2056
  class="view"
2057
2057
  >
2058
- <ui_text
2058
+ <ui-text
2059
2059
  class="text action"
2060
2060
  />
2061
- </ui_view>
2062
- </ui_view>
2063
- <ui_view
2061
+ </ui-view>
2062
+ </ui-view>
2063
+ <ui-view
2064
2064
  class="view row"
2065
2065
  >
2066
- <ui_view
2066
+ <ui-view
2067
2067
  class="view"
2068
2068
  >
2069
- <ui_view
2069
+ <ui-view
2070
2070
  class="view row"
2071
2071
  >
2072
- <ui_text
2072
+ <ui-text
2073
2073
  class="text action"
2074
2074
  >
2075
2075
  mié, 26 jul 2023
2076
- </ui_text>
2077
- </ui_view>
2078
- <ui_view
2076
+ </ui-text>
2077
+ </ui-view>
2078
+ <ui-view
2079
2079
  class="view row"
2080
2080
  >
2081
- <ui_view
2081
+ <ui-view
2082
2082
  class="view row wide"
2083
2083
  />
2084
- </ui_view>
2085
- </ui_view>
2086
- <ui_view
2084
+ </ui-view>
2085
+ </ui-view>
2086
+ <ui-view
2087
2087
  class="view"
2088
2088
  >
2089
- <ui_text
2089
+ <ui-text
2090
2090
  class="text action"
2091
2091
  >
2092
2092
  All inclusive package
2093
- </ui_text>
2094
- </ui_view>
2095
- <ui_view
2093
+ </ui-text>
2094
+ </ui-view>
2095
+ <ui-view
2096
2096
  class="view"
2097
2097
  >
2098
- <ui_text
2098
+ <ui-text
2099
2099
  class="text action"
2100
2100
  />
2101
- </ui_view>
2102
- </ui_view>
2103
- </ui_view>
2104
- </ui_view>
2105
- <ui_view
2101
+ </ui-view>
2102
+ </ui-view>
2103
+ </ui-view>
2104
+ </ui-view>
2105
+ <ui-view
2106
2106
  class="view wide"
2107
2107
  >
2108
2108
  <button
2109
2109
  class="pressable button transparent"
2110
2110
  tabindex="0"
2111
2111
  >
2112
- <ui_icon
2112
+ <ui-icon
2113
2113
  class="icon headline-3"
2114
2114
  >
2115
2115
  <svg
@@ -2130,197 +2130,197 @@ exports[`component:<BookingDetails> with a store (booking) 1`] = `
2130
2130
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
2131
2131
  />
2132
2132
  </svg>
2133
- </ui_icon>
2133
+ </ui-icon>
2134
2134
  common.action.view_more
2135
2135
  </button>
2136
- </ui_view>
2137
- </ui_view>
2136
+ </ui-view>
2137
+ </ui-view>
2138
2138
  </DocumentFragment>
2139
2139
  `;
2140
2140
 
2141
2141
  exports[`component:<BookingDetails> with a store (checkout) 1`] = `
2142
2142
  <DocumentFragment>
2143
- <ui_view
2143
+ <ui-view
2144
2144
  class="view"
2145
2145
  >
2146
- <ui_text
2146
+ <ui-text
2147
2147
  class="text bold headline-3"
2148
2148
  >
2149
2149
  user.label.booking_details
2150
- </ui_text>
2151
- <ui_view
2150
+ </ui-text>
2151
+ <ui-view
2152
2152
  class="view wide"
2153
2153
  >
2154
- <ui_view
2154
+ <ui-view
2155
2155
  class="view row"
2156
2156
  >
2157
- <ui_view
2157
+ <ui-view
2158
2158
  class="view"
2159
2159
  style="background-image: url(https://images.mirai.com/INFOROOMS/97432297/6C9vcAqsNTQG4hwxapQJ/6C9vcAqsNTQG4hwxapQJ_medium.jpg);"
2160
2160
  />
2161
- <ui_view
2161
+ <ui-view
2162
2162
  class="view"
2163
2163
  >
2164
- <ui_view
2164
+ <ui-view
2165
2165
  class="view row"
2166
2166
  >
2167
- <ui_text
2167
+ <ui-text
2168
2168
  class="text bold paragraph"
2169
2169
  >
2170
2170
  Silver Views
2171
- </ui_text>
2172
- </ui_view>
2173
- <ui_text
2171
+ </ui-text>
2172
+ </ui-view>
2173
+ <ui-text
2174
2174
  class="text action"
2175
2175
  >
2176
2176
  Sanitas per Aqua Reserva No Reembolsable
2177
- </ui_text>
2178
- <ui_text
2177
+ </ui-text>
2178
+ <ui-text
2179
2179
  class="text light small"
2180
2180
  >
2181
2181
  2 common.label.guest
2182
- <ui_text
2182
+ <ui-text
2183
2183
  style="text-decoration: underline;"
2184
2184
  >
2185
2185
  type
2186
- </ui_text>
2186
+ </ui-text>
2187
2187
  plural
2188
- </ui_text>
2189
- </ui_view>
2190
- </ui_view>
2191
- <ui_view
2188
+ </ui-text>
2189
+ </ui-view>
2190
+ </ui-view>
2191
+ <ui-view
2192
2192
  class="view"
2193
2193
  >
2194
- <ui_view
2194
+ <ui-view
2195
2195
  class="view row"
2196
2196
  >
2197
- <ui_view
2197
+ <ui-view
2198
2198
  class="view"
2199
2199
  >
2200
- <ui_view
2200
+ <ui-view
2201
2201
  class="view row"
2202
2202
  >
2203
- <ui_text
2203
+ <ui-text
2204
2204
  class="text action"
2205
2205
  >
2206
2206
  mié, 19 jul 2023
2207
- </ui_text>
2208
- </ui_view>
2209
- <ui_view
2207
+ </ui-text>
2208
+ </ui-view>
2209
+ <ui-view
2210
2210
  class="view row"
2211
2211
  >
2212
- <ui_view
2212
+ <ui-view
2213
2213
  class="view row wide"
2214
2214
  />
2215
- </ui_view>
2216
- </ui_view>
2217
- <ui_view
2215
+ </ui-view>
2216
+ </ui-view>
2217
+ <ui-view
2218
2218
  class="view"
2219
2219
  >
2220
- <ui_text
2220
+ <ui-text
2221
2221
  class="text action"
2222
2222
  >
2223
2223
  Desayuno incluido
2224
- </ui_text>
2225
- </ui_view>
2226
- <ui_view
2224
+ </ui-text>
2225
+ </ui-view>
2226
+ <ui-view
2227
2227
  class="view"
2228
2228
  >
2229
- <ui_text
2229
+ <ui-text
2230
2230
  class="text action"
2231
2231
  />
2232
- </ui_view>
2233
- </ui_view>
2234
- <ui_view
2232
+ </ui-view>
2233
+ </ui-view>
2234
+ <ui-view
2235
2235
  class="view row"
2236
2236
  >
2237
- <ui_view
2237
+ <ui-view
2238
2238
  class="view"
2239
2239
  >
2240
- <ui_view
2240
+ <ui-view
2241
2241
  class="view row"
2242
2242
  >
2243
- <ui_text
2243
+ <ui-text
2244
2244
  class="text action"
2245
2245
  >
2246
2246
  jue, 20 jul 2023
2247
- </ui_text>
2248
- </ui_view>
2249
- <ui_view
2247
+ </ui-text>
2248
+ </ui-view>
2249
+ <ui-view
2250
2250
  class="view row"
2251
2251
  >
2252
- <ui_view
2252
+ <ui-view
2253
2253
  class="view row wide"
2254
2254
  />
2255
- </ui_view>
2256
- </ui_view>
2257
- <ui_view
2255
+ </ui-view>
2256
+ </ui-view>
2257
+ <ui-view
2258
2258
  class="view"
2259
2259
  >
2260
- <ui_text
2260
+ <ui-text
2261
2261
  class="text action"
2262
2262
  >
2263
2263
  Desayuno incluido
2264
- </ui_text>
2265
- </ui_view>
2266
- <ui_view
2264
+ </ui-text>
2265
+ </ui-view>
2266
+ <ui-view
2267
2267
  class="view"
2268
2268
  >
2269
- <ui_text
2269
+ <ui-text
2270
2270
  class="text action"
2271
2271
  />
2272
- </ui_view>
2273
- </ui_view>
2274
- <ui_view
2272
+ </ui-view>
2273
+ </ui-view>
2274
+ <ui-view
2275
2275
  class="view row"
2276
2276
  >
2277
- <ui_view
2277
+ <ui-view
2278
2278
  class="view"
2279
2279
  >
2280
- <ui_view
2280
+ <ui-view
2281
2281
  class="view row"
2282
2282
  >
2283
- <ui_text
2283
+ <ui-text
2284
2284
  class="text action"
2285
2285
  >
2286
2286
  vie, 21 jul 2023
2287
- </ui_text>
2288
- </ui_view>
2289
- <ui_view
2287
+ </ui-text>
2288
+ </ui-view>
2289
+ <ui-view
2290
2290
  class="view row"
2291
2291
  >
2292
- <ui_view
2292
+ <ui-view
2293
2293
  class="view row wide"
2294
2294
  />
2295
- </ui_view>
2296
- </ui_view>
2297
- <ui_view
2295
+ </ui-view>
2296
+ </ui-view>
2297
+ <ui-view
2298
2298
  class="view"
2299
2299
  >
2300
- <ui_text
2300
+ <ui-text
2301
2301
  class="text action"
2302
2302
  >
2303
2303
  Desayuno incluido
2304
- </ui_text>
2305
- </ui_view>
2306
- <ui_view
2304
+ </ui-text>
2305
+ </ui-view>
2306
+ <ui-view
2307
2307
  class="view"
2308
2308
  >
2309
- <ui_text
2309
+ <ui-text
2310
2310
  class="text action"
2311
2311
  />
2312
- </ui_view>
2313
- </ui_view>
2314
- </ui_view>
2315
- </ui_view>
2316
- <ui_view
2312
+ </ui-view>
2313
+ </ui-view>
2314
+ </ui-view>
2315
+ </ui-view>
2316
+ <ui-view
2317
2317
  class="view wide"
2318
2318
  >
2319
2319
  <button
2320
2320
  class="pressable button transparent"
2321
2321
  tabindex="0"
2322
2322
  >
2323
- <ui_icon
2323
+ <ui-icon
2324
2324
  class="icon headline-3"
2325
2325
  >
2326
2326
  <svg
@@ -2341,10 +2341,10 @@ exports[`component:<BookingDetails> with a store (checkout) 1`] = `
2341
2341
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
2342
2342
  />
2343
2343
  </svg>
2344
- </ui_icon>
2344
+ </ui-icon>
2345
2345
  common.action.view_more
2346
2346
  </button>
2347
- </ui_view>
2348
- </ui_view>
2347
+ </ui-view>
2348
+ </ui-view>
2349
2349
  </DocumentFragment>
2350
2350
  `;