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