@mirai/core 0.3.355 → 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 (89) 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/build/helpers/sanitizeComponent.js +8 -4
  88. package/build/helpers/sanitizeComponent.js.map +1 -1
  89. package/package.json +1 -1
@@ -2,761 +2,761 @@
2
2
 
3
3
  exports[`component:<BookingSummary> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <ui_view
5
+ <ui-view
6
6
  class="view wide mirai"
7
7
  >
8
- <ui_view
8
+ <ui-view
9
9
  class="view"
10
10
  >
11
- <ui_text
11
+ <ui-text
12
12
  class="text bold headline-3"
13
13
  >
14
14
  user.label.booking_summary
15
- </ui_text>
16
- <ui_view
15
+ </ui-text>
16
+ <ui-view
17
17
  class="view row wide"
18
18
  >
19
- <ui_view
19
+ <ui-view
20
20
  class="view"
21
21
  >
22
- <ui_text
22
+ <ui-text
23
23
  class="text bold paragraph"
24
24
  >
25
25
  common.label.check_in
26
- </ui_text>
27
- <ui_view
26
+ </ui-text>
27
+ <ui-view
28
28
  class="view"
29
29
  >
30
- <ui_text
30
+ <ui-text
31
31
  class="text action"
32
32
  >
33
33
  mié, 19 jul 2023
34
- </ui_text>
35
- </ui_view>
36
- </ui_view>
37
- <ui_view
34
+ </ui-text>
35
+ </ui-view>
36
+ </ui-view>
37
+ <ui-view
38
38
  class="view"
39
39
  >
40
- <ui_text
40
+ <ui-text
41
41
  class="text bold paragraph"
42
42
  >
43
43
  common.label.check_out
44
- </ui_text>
45
- <ui_view
44
+ </ui-text>
45
+ <ui-view
46
46
  class="view"
47
47
  >
48
- <ui_text
48
+ <ui-text
49
49
  class="text action"
50
50
  >
51
51
  sáb, 22 jul 2023
52
- </ui_text>
53
- </ui_view>
54
- </ui_view>
55
- </ui_view>
56
- <ui_view
52
+ </ui-text>
53
+ </ui-view>
54
+ </ui-view>
55
+ </ui-view>
56
+ <ui-view
57
57
  class="view"
58
58
  >
59
- <ui_text
59
+ <ui-text
60
60
  class="text bold paragraph"
61
61
  >
62
62
  user.label.your_reservation
63
- </ui_text>
64
- <ui_text
63
+ </ui-text>
64
+ <ui-text
65
65
  class="text action"
66
66
  >
67
67
  common.label.night
68
- <ui_text
68
+ <ui-text
69
69
  style="text-decoration: underline;"
70
70
  >
71
71
  count, common.label.room
72
- </ui_text>
72
+ </ui-text>
73
73
  count
74
- </ui_text>
75
- <ui_view
74
+ </ui-text>
75
+ <ui-view
76
76
  class="view row"
77
77
  >
78
- <ui_text
78
+ <ui-text
79
79
  class="text light small"
80
80
  >
81
81
  Silver Views
82
- </ui_text>
83
- </ui_view>
84
- </ui_view>
85
- <ui_view
82
+ </ui-text>
83
+ </ui-view>
84
+ </ui-view>
85
+ <ui-view
86
86
  class="view"
87
87
  >
88
- <ui_text
88
+ <ui-text
89
89
  class="text bold paragraph"
90
90
  >
91
91
  common.label.accommodation
92
- </ui_text>
93
- <ui_text
92
+ </ui-text>
93
+ <ui-text
94
94
  class="text action"
95
95
  >
96
96
  Hotel Augusta Eco Wellness Resort
97
- </ui_text>
98
- <ui_text
97
+ </ui-text>
98
+ <ui-text
99
99
  class="text light small"
100
100
  >
101
101
  Lugar Padriñan 25, Sanxenxo, España
102
- </ui_text>
103
- <ui_text
102
+ </ui-text>
103
+ <ui-text
104
104
  class="text light small"
105
105
  />
106
- </ui_view>
107
- </ui_view>
108
- <ui_view
106
+ </ui-view>
107
+ </ui-view>
108
+ <ui-view
109
109
  class="view"
110
110
  >
111
- <ui_text
111
+ <ui-text
112
112
  class="text bold headline-3"
113
113
  >
114
114
  user.label.price_summary
115
- </ui_text>
116
- <ui_view
115
+ </ui-text>
116
+ <ui-view
117
117
  class="view wide"
118
118
  >
119
- <ui_view
119
+ <ui-view
120
120
  class="view row"
121
121
  >
122
- <ui_text
122
+ <ui-text
123
123
  class="text action wide"
124
124
  >
125
125
  common.label.base_price
126
- </ui_text>
127
- <ui_text
126
+ </ui-text>
127
+ <ui-text
128
128
  class="text action"
129
129
  >
130
130
  646,36 €
131
- </ui_text>
132
- </ui_view>
133
- <ui_view
131
+ </ui-text>
132
+ </ui-view>
133
+ <ui-view
134
134
  class="view row"
135
135
  >
136
- <ui_text
136
+ <ui-text
137
137
  class="text action wide"
138
138
  >
139
139
  user.label.checkout
140
- <ui_text
140
+ <ui-text
141
141
  style="text-decoration: underline;"
142
142
  >
143
143
  discount
144
- </ui_text>
144
+ </ui-text>
145
145
  1
146
- </ui_text>
147
- <ui_text
146
+ </ui-text>
147
+ <ui-text
148
148
  class="text action"
149
149
  >
150
150
  -32,31 €
151
- </ui_text>
152
- </ui_view>
153
- <ui_view
151
+ </ui-text>
152
+ </ui-view>
153
+ <ui-view
154
154
  class="view row"
155
155
  >
156
- <ui_text
156
+ <ui-text
157
157
  class="text action wide"
158
158
  >
159
159
  user.notification.checkout
160
- <ui_text
160
+ <ui-text
161
161
  style="text-decoration: underline;"
162
162
  >
163
163
  tax
164
- </ui_text>
164
+ </ui-text>
165
165
  0
166
- </ui_text>
167
- <ui_text
166
+ </ui-text>
167
+ <ui-text
168
168
  class="text action"
169
169
  >
170
170
  61,41 €
171
- </ui_text>
172
- </ui_view>
173
- <ui_view
171
+ </ui-text>
172
+ </ui-view>
173
+ <ui-view
174
174
  class="view row"
175
175
  >
176
- <ui_text
176
+ <ui-text
177
177
  class="text bold paragraph wide"
178
178
  >
179
179
  common.label.total
180
- </ui_text>
181
- <ui_text
180
+ </ui-text>
181
+ <ui-text
182
182
  class="text bold paragraph"
183
183
  >
184
184
  675,45 €
185
- </ui_text>
186
- </ui_view>
187
- </ui_view>
188
- </ui_view>
189
- </ui_view>
185
+ </ui-text>
186
+ </ui-view>
187
+ </ui-view>
188
+ </ui-view>
189
+ </ui-view>
190
190
  </DocumentFragment>
191
191
  `;
192
192
 
193
193
  exports[`component:<BookingSummary> renders 1`] = `
194
194
  <DocumentFragment>
195
- <ui_view
195
+ <ui-view
196
196
  class="view wide"
197
197
  >
198
- <ui_view
198
+ <ui-view
199
199
  class="view"
200
200
  >
201
- <ui_text
201
+ <ui-text
202
202
  class="text bold headline-3"
203
203
  >
204
204
  user.label.booking_summary
205
- </ui_text>
206
- <ui_view
205
+ </ui-text>
206
+ <ui-view
207
207
  class="view row wide"
208
208
  >
209
- <ui_view
209
+ <ui-view
210
210
  class="view"
211
211
  >
212
- <ui_text
212
+ <ui-text
213
213
  class="text bold paragraph"
214
214
  >
215
215
  common.label.check_in
216
- </ui_text>
217
- <ui_view
216
+ </ui-text>
217
+ <ui-view
218
218
  class="view"
219
219
  >
220
- <ui_text
220
+ <ui-text
221
221
  class="text action"
222
222
  >
223
223
  mié, 19 jul 2023
224
- </ui_text>
225
- </ui_view>
226
- </ui_view>
227
- <ui_view
224
+ </ui-text>
225
+ </ui-view>
226
+ </ui-view>
227
+ <ui-view
228
228
  class="view"
229
229
  >
230
- <ui_text
230
+ <ui-text
231
231
  class="text bold paragraph"
232
232
  >
233
233
  common.label.check_out
234
- </ui_text>
235
- <ui_view
234
+ </ui-text>
235
+ <ui-view
236
236
  class="view"
237
237
  >
238
- <ui_text
238
+ <ui-text
239
239
  class="text action"
240
240
  >
241
241
  sáb, 22 jul 2023
242
- </ui_text>
243
- </ui_view>
244
- </ui_view>
245
- </ui_view>
246
- <ui_view
242
+ </ui-text>
243
+ </ui-view>
244
+ </ui-view>
245
+ </ui-view>
246
+ <ui-view
247
247
  class="view"
248
248
  >
249
- <ui_text
249
+ <ui-text
250
250
  class="text bold paragraph"
251
251
  >
252
252
  user.label.your_reservation
253
- </ui_text>
254
- <ui_text
253
+ </ui-text>
254
+ <ui-text
255
255
  class="text action"
256
256
  >
257
257
  common.label.night
258
- <ui_text
258
+ <ui-text
259
259
  style="text-decoration: underline;"
260
260
  >
261
261
  count, common.label.room
262
- </ui_text>
262
+ </ui-text>
263
263
  count
264
- </ui_text>
265
- <ui_view
264
+ </ui-text>
265
+ <ui-view
266
266
  class="view row"
267
267
  >
268
- <ui_text
268
+ <ui-text
269
269
  class="text light small"
270
270
  >
271
271
  Silver Views
272
- </ui_text>
273
- </ui_view>
274
- </ui_view>
275
- <ui_view
272
+ </ui-text>
273
+ </ui-view>
274
+ </ui-view>
275
+ <ui-view
276
276
  class="view"
277
277
  >
278
- <ui_text
278
+ <ui-text
279
279
  class="text bold paragraph"
280
280
  >
281
281
  common.label.accommodation
282
- </ui_text>
283
- <ui_text
282
+ </ui-text>
283
+ <ui-text
284
284
  class="text action"
285
285
  >
286
286
  Hotel Augusta Eco Wellness Resort
287
- </ui_text>
288
- <ui_text
287
+ </ui-text>
288
+ <ui-text
289
289
  class="text light small"
290
290
  >
291
291
  Lugar Padriñan 25, Sanxenxo, España
292
- </ui_text>
293
- <ui_text
292
+ </ui-text>
293
+ <ui-text
294
294
  class="text light small"
295
295
  />
296
- </ui_view>
297
- </ui_view>
298
- <ui_view
296
+ </ui-view>
297
+ </ui-view>
298
+ <ui-view
299
299
  class="view"
300
300
  >
301
- <ui_text
301
+ <ui-text
302
302
  class="text bold headline-3"
303
303
  >
304
304
  user.label.price_summary
305
- </ui_text>
306
- <ui_view
305
+ </ui-text>
306
+ <ui-view
307
307
  class="view wide"
308
308
  >
309
- <ui_view
309
+ <ui-view
310
310
  class="view row"
311
311
  >
312
- <ui_text
312
+ <ui-text
313
313
  class="text action wide"
314
314
  >
315
315
  common.label.base_price
316
- </ui_text>
317
- <ui_text
316
+ </ui-text>
317
+ <ui-text
318
318
  class="text action"
319
319
  >
320
320
  646,36 €
321
- </ui_text>
322
- </ui_view>
323
- <ui_view
321
+ </ui-text>
322
+ </ui-view>
323
+ <ui-view
324
324
  class="view row"
325
325
  >
326
- <ui_text
326
+ <ui-text
327
327
  class="text action wide"
328
328
  >
329
329
  user.label.checkout
330
- <ui_text
330
+ <ui-text
331
331
  style="text-decoration: underline;"
332
332
  >
333
333
  discount
334
- </ui_text>
334
+ </ui-text>
335
335
  1
336
- </ui_text>
337
- <ui_text
336
+ </ui-text>
337
+ <ui-text
338
338
  class="text action"
339
339
  >
340
340
  -32,31 €
341
- </ui_text>
342
- </ui_view>
343
- <ui_view
341
+ </ui-text>
342
+ </ui-view>
343
+ <ui-view
344
344
  class="view row"
345
345
  >
346
- <ui_text
346
+ <ui-text
347
347
  class="text action wide"
348
348
  >
349
349
  user.notification.checkout
350
- <ui_text
350
+ <ui-text
351
351
  style="text-decoration: underline;"
352
352
  >
353
353
  tax
354
- </ui_text>
354
+ </ui-text>
355
355
  0
356
- </ui_text>
357
- <ui_text
356
+ </ui-text>
357
+ <ui-text
358
358
  class="text action"
359
359
  >
360
360
  61,41 €
361
- </ui_text>
362
- </ui_view>
363
- <ui_view
361
+ </ui-text>
362
+ </ui-view>
363
+ <ui-view
364
364
  class="view row"
365
365
  >
366
- <ui_text
366
+ <ui-text
367
367
  class="text bold paragraph wide"
368
368
  >
369
369
  common.label.total
370
- </ui_text>
371
- <ui_text
370
+ </ui-text>
371
+ <ui-text
372
372
  class="text bold paragraph"
373
373
  >
374
374
  675,45 €
375
- </ui_text>
376
- </ui_view>
377
- </ui_view>
378
- </ui_view>
379
- </ui_view>
375
+ </ui-text>
376
+ </ui-view>
377
+ </ui-view>
378
+ </ui-view>
379
+ </ui-view>
380
380
  </DocumentFragment>
381
381
  `;
382
382
 
383
383
  exports[`component:<BookingSummary> testID 1`] = `
384
384
  <DocumentFragment>
385
- <ui_view
385
+ <ui-view
386
386
  class="view wide"
387
387
  data-testid="mirai"
388
388
  >
389
- <ui_view
389
+ <ui-view
390
390
  class="view"
391
391
  >
392
- <ui_text
392
+ <ui-text
393
393
  class="text bold headline-3"
394
394
  >
395
395
  user.label.booking_summary
396
- </ui_text>
397
- <ui_view
396
+ </ui-text>
397
+ <ui-view
398
398
  class="view row wide"
399
399
  >
400
- <ui_view
400
+ <ui-view
401
401
  class="view"
402
402
  >
403
- <ui_text
403
+ <ui-text
404
404
  class="text bold paragraph"
405
405
  >
406
406
  common.label.check_in
407
- </ui_text>
408
- <ui_view
407
+ </ui-text>
408
+ <ui-view
409
409
  class="view"
410
410
  >
411
- <ui_text
411
+ <ui-text
412
412
  class="text action"
413
413
  >
414
414
  mié, 19 jul 2023
415
- </ui_text>
416
- </ui_view>
417
- </ui_view>
418
- <ui_view
415
+ </ui-text>
416
+ </ui-view>
417
+ </ui-view>
418
+ <ui-view
419
419
  class="view"
420
420
  >
421
- <ui_text
421
+ <ui-text
422
422
  class="text bold paragraph"
423
423
  >
424
424
  common.label.check_out
425
- </ui_text>
426
- <ui_view
425
+ </ui-text>
426
+ <ui-view
427
427
  class="view"
428
428
  >
429
- <ui_text
429
+ <ui-text
430
430
  class="text action"
431
431
  >
432
432
  sáb, 22 jul 2023
433
- </ui_text>
434
- </ui_view>
435
- </ui_view>
436
- </ui_view>
437
- <ui_view
433
+ </ui-text>
434
+ </ui-view>
435
+ </ui-view>
436
+ </ui-view>
437
+ <ui-view
438
438
  class="view"
439
439
  >
440
- <ui_text
440
+ <ui-text
441
441
  class="text bold paragraph"
442
442
  >
443
443
  user.label.your_reservation
444
- </ui_text>
445
- <ui_text
444
+ </ui-text>
445
+ <ui-text
446
446
  class="text action"
447
447
  >
448
448
  common.label.night
449
- <ui_text
449
+ <ui-text
450
450
  style="text-decoration: underline;"
451
451
  >
452
452
  count, common.label.room
453
- </ui_text>
453
+ </ui-text>
454
454
  count
455
- </ui_text>
456
- <ui_view
455
+ </ui-text>
456
+ <ui-view
457
457
  class="view row"
458
458
  >
459
- <ui_text
459
+ <ui-text
460
460
  class="text light small"
461
461
  >
462
462
  Silver Views
463
- </ui_text>
464
- </ui_view>
465
- </ui_view>
466
- <ui_view
463
+ </ui-text>
464
+ </ui-view>
465
+ </ui-view>
466
+ <ui-view
467
467
  class="view"
468
468
  >
469
- <ui_text
469
+ <ui-text
470
470
  class="text bold paragraph"
471
471
  >
472
472
  common.label.accommodation
473
- </ui_text>
474
- <ui_text
473
+ </ui-text>
474
+ <ui-text
475
475
  class="text action"
476
476
  >
477
477
  Hotel Augusta Eco Wellness Resort
478
- </ui_text>
479
- <ui_text
478
+ </ui-text>
479
+ <ui-text
480
480
  class="text light small"
481
481
  >
482
482
  Lugar Padriñan 25, Sanxenxo, España
483
- </ui_text>
484
- <ui_text
483
+ </ui-text>
484
+ <ui-text
485
485
  class="text light small"
486
486
  />
487
- </ui_view>
488
- </ui_view>
489
- <ui_view
487
+ </ui-view>
488
+ </ui-view>
489
+ <ui-view
490
490
  class="view"
491
491
  >
492
- <ui_text
492
+ <ui-text
493
493
  class="text bold headline-3"
494
494
  >
495
495
  user.label.price_summary
496
- </ui_text>
497
- <ui_view
496
+ </ui-text>
497
+ <ui-view
498
498
  class="view wide"
499
499
  >
500
- <ui_view
500
+ <ui-view
501
501
  class="view row"
502
502
  >
503
- <ui_text
503
+ <ui-text
504
504
  class="text action wide"
505
505
  >
506
506
  common.label.base_price
507
- </ui_text>
508
- <ui_text
507
+ </ui-text>
508
+ <ui-text
509
509
  class="text action"
510
510
  >
511
511
  646,36 €
512
- </ui_text>
513
- </ui_view>
514
- <ui_view
512
+ </ui-text>
513
+ </ui-view>
514
+ <ui-view
515
515
  class="view row"
516
516
  >
517
- <ui_text
517
+ <ui-text
518
518
  class="text action wide"
519
519
  >
520
520
  user.label.checkout
521
- <ui_text
521
+ <ui-text
522
522
  style="text-decoration: underline;"
523
523
  >
524
524
  discount
525
- </ui_text>
525
+ </ui-text>
526
526
  1
527
- </ui_text>
528
- <ui_text
527
+ </ui-text>
528
+ <ui-text
529
529
  class="text action"
530
530
  >
531
531
  -32,31 €
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_text
537
+ <ui-text
538
538
  class="text action wide"
539
539
  >
540
540
  user.notification.checkout
541
- <ui_text
541
+ <ui-text
542
542
  style="text-decoration: underline;"
543
543
  >
544
544
  tax
545
- </ui_text>
545
+ </ui-text>
546
546
  0
547
- </ui_text>
548
- <ui_text
547
+ </ui-text>
548
+ <ui-text
549
549
  class="text action"
550
550
  >
551
551
  61,41 €
552
- </ui_text>
553
- </ui_view>
554
- <ui_view
552
+ </ui-text>
553
+ </ui-view>
554
+ <ui-view
555
555
  class="view row"
556
556
  >
557
- <ui_text
557
+ <ui-text
558
558
  class="text bold paragraph wide"
559
559
  >
560
560
  common.label.total
561
- </ui_text>
562
- <ui_text
561
+ </ui-text>
562
+ <ui-text
563
563
  class="text bold paragraph"
564
564
  >
565
565
  675,45 €
566
- </ui_text>
567
- </ui_view>
568
- </ui_view>
569
- </ui_view>
570
- </ui_view>
566
+ </ui-text>
567
+ </ui-view>
568
+ </ui-view>
569
+ </ui-view>
570
+ </ui-view>
571
571
  </DocumentFragment>
572
572
  `;
573
573
 
574
574
  exports[`component:<BookingSummary> with a store 1`] = `
575
575
  <DocumentFragment>
576
- <ui_view
576
+ <ui-view
577
577
  class="view wide"
578
578
  >
579
- <ui_view
579
+ <ui-view
580
580
  class="view"
581
581
  >
582
- <ui_text
582
+ <ui-text
583
583
  class="text bold headline-3"
584
584
  >
585
585
  user.label.booking_summary
586
- </ui_text>
587
- <ui_view
586
+ </ui-text>
587
+ <ui-view
588
588
  class="view row wide"
589
589
  >
590
- <ui_view
590
+ <ui-view
591
591
  class="view"
592
592
  >
593
- <ui_text
593
+ <ui-text
594
594
  class="text bold paragraph"
595
595
  >
596
596
  common.label.check_in
597
- </ui_text>
598
- <ui_view
597
+ </ui-text>
598
+ <ui-view
599
599
  class="view"
600
600
  >
601
- <ui_text
601
+ <ui-text
602
602
  class="text action"
603
603
  >
604
604
  mié, 19 jul 2023
605
- </ui_text>
606
- </ui_view>
607
- </ui_view>
608
- <ui_view
605
+ </ui-text>
606
+ </ui-view>
607
+ </ui-view>
608
+ <ui-view
609
609
  class="view"
610
610
  >
611
- <ui_text
611
+ <ui-text
612
612
  class="text bold paragraph"
613
613
  >
614
614
  common.label.check_out
615
- </ui_text>
616
- <ui_view
615
+ </ui-text>
616
+ <ui-view
617
617
  class="view"
618
618
  >
619
- <ui_text
619
+ <ui-text
620
620
  class="text action"
621
621
  >
622
622
  sáb, 22 jul 2023
623
- </ui_text>
624
- </ui_view>
625
- </ui_view>
626
- </ui_view>
627
- <ui_view
623
+ </ui-text>
624
+ </ui-view>
625
+ </ui-view>
626
+ </ui-view>
627
+ <ui-view
628
628
  class="view"
629
629
  >
630
- <ui_text
630
+ <ui-text
631
631
  class="text bold paragraph"
632
632
  >
633
633
  user.label.your_reservation
634
- </ui_text>
635
- <ui_text
634
+ </ui-text>
635
+ <ui-text
636
636
  class="text action"
637
637
  >
638
638
  common.label.night
639
- <ui_text
639
+ <ui-text
640
640
  style="text-decoration: underline;"
641
641
  >
642
642
  count, common.label.room
643
- </ui_text>
643
+ </ui-text>
644
644
  count
645
- </ui_text>
646
- <ui_view
645
+ </ui-text>
646
+ <ui-view
647
647
  class="view row"
648
648
  >
649
- <ui_text
649
+ <ui-text
650
650
  class="text light small"
651
651
  >
652
652
  Silver Views
653
- </ui_text>
654
- </ui_view>
655
- </ui_view>
656
- <ui_view
653
+ </ui-text>
654
+ </ui-view>
655
+ </ui-view>
656
+ <ui-view
657
657
  class="view"
658
658
  >
659
- <ui_text
659
+ <ui-text
660
660
  class="text bold paragraph"
661
661
  >
662
662
  common.label.accommodation
663
- </ui_text>
664
- <ui_text
663
+ </ui-text>
664
+ <ui-text
665
665
  class="text action"
666
666
  >
667
667
  Hotel Augusta Eco Wellness Resort
668
- </ui_text>
669
- <ui_text
668
+ </ui-text>
669
+ <ui-text
670
670
  class="text light small"
671
671
  >
672
672
  Lugar Padriñan 25, Sanxenxo, España
673
- </ui_text>
674
- <ui_text
673
+ </ui-text>
674
+ <ui-text
675
675
  class="text light small"
676
676
  />
677
- </ui_view>
678
- </ui_view>
679
- <ui_view
677
+ </ui-view>
678
+ </ui-view>
679
+ <ui-view
680
680
  class="view"
681
681
  >
682
- <ui_text
682
+ <ui-text
683
683
  class="text bold headline-3"
684
684
  >
685
685
  user.label.price_summary
686
- </ui_text>
687
- <ui_view
686
+ </ui-text>
687
+ <ui-view
688
688
  class="view wide"
689
689
  >
690
- <ui_view
690
+ <ui-view
691
691
  class="view row"
692
692
  >
693
- <ui_text
693
+ <ui-text
694
694
  class="text action wide"
695
695
  >
696
696
  common.label.base_price
697
- </ui_text>
698
- <ui_text
697
+ </ui-text>
698
+ <ui-text
699
699
  class="text action"
700
700
  >
701
701
  646,36 €
702
- </ui_text>
703
- </ui_view>
704
- <ui_view
702
+ </ui-text>
703
+ </ui-view>
704
+ <ui-view
705
705
  class="view row"
706
706
  >
707
- <ui_text
707
+ <ui-text
708
708
  class="text action wide"
709
709
  >
710
710
  user.label.checkout
711
- <ui_text
711
+ <ui-text
712
712
  style="text-decoration: underline;"
713
713
  >
714
714
  discount
715
- </ui_text>
715
+ </ui-text>
716
716
  1
717
- </ui_text>
718
- <ui_text
717
+ </ui-text>
718
+ <ui-text
719
719
  class="text action"
720
720
  >
721
721
  -32,31 €
722
- </ui_text>
723
- </ui_view>
724
- <ui_view
722
+ </ui-text>
723
+ </ui-view>
724
+ <ui-view
725
725
  class="view row"
726
726
  >
727
- <ui_text
727
+ <ui-text
728
728
  class="text action wide"
729
729
  >
730
730
  user.notification.checkout
731
- <ui_text
731
+ <ui-text
732
732
  style="text-decoration: underline;"
733
733
  >
734
734
  tax
735
- </ui_text>
735
+ </ui-text>
736
736
  0
737
- </ui_text>
738
- <ui_text
737
+ </ui-text>
738
+ <ui-text
739
739
  class="text action"
740
740
  >
741
741
  61,41 €
742
- </ui_text>
743
- </ui_view>
744
- <ui_view
742
+ </ui-text>
743
+ </ui-view>
744
+ <ui-view
745
745
  class="view row"
746
746
  >
747
- <ui_text
747
+ <ui-text
748
748
  class="text bold paragraph wide"
749
749
  >
750
750
  common.label.total
751
- </ui_text>
752
- <ui_text
751
+ </ui-text>
752
+ <ui-text
753
753
  class="text bold paragraph"
754
754
  >
755
755
  675,45 €
756
- </ui_text>
757
- </ui_view>
758
- </ui_view>
759
- </ui_view>
760
- </ui_view>
756
+ </ui-text>
757
+ </ui-view>
758
+ </ui-view>
759
+ </ui-view>
760
+ </ui-view>
761
761
  </DocumentFragment>
762
762
  `;