@mirai/core 0.3.336 → 0.3.338
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/BannerLoyalty.js +3 -1
- package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
- package/build/components/BannerLoyalty/BannerLoyalty.module.css +1 -0
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +270 -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 +164 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +128 -104
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +332 -290
- package/build/components/Chat/Chat.js +2 -1
- package/build/components/Chat/Chat.js.map +1 -1
- 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 +27 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +75 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +392 -376
- package/build/components/Checkout/components/InputRadio/InputRadio.module.css +4 -0
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +124 -100
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +606 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +824 -748
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1761 -1758
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2794 -2760
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8106 -7994
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +4325 -4318
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +139 -115
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Footer.js +5 -2
- package/build/components/Rates/Rates.Footer.js.map +1 -1
- package/build/components/Rates/Rates.RoomSelector.js +7 -14
- package/build/components/Rates/Rates.RoomSelector.js.map +1 -1
- package/build/components/Rates/Rates.js +13 -7
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/Rates.module.css +7 -51
- package/build/components/Rates/components/Filters/Filters.js +1 -0
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/Item.Rates.js +24 -15
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Rates/components/Item/Item.module.css +9 -10
- package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.js → ModalCancellationInfo/ModalCancellationInfo.js} +7 -7
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/ModalCancellationInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js +81 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.module.css +24 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/Option/Option.module.css +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js +7 -16
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js.map +1 -1
- package/build/components/Rates/components/Item/components/index.js +15 -4
- package/build/components/Rates/components/Item/components/index.js.map +1 -1
- package/build/components/Rates/components/Item/index.js +12 -5
- package/build/components/Rates/components/Item/index.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +351 -305
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +303 -270
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +1068 -1063
- 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 +156 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +15 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +43 -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 +46 -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 +266 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +556 -513
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +63 -59
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +68 -60
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +783 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +334 -308
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +8 -6
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +254 -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 +30 -27
- 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 +108 -104
- package/build/helpers/theme.js +11 -0
- package/build/helpers/theme.js.map +1 -1
- package/package.json +4 -3
- package/public/themes/monalisa.theme.css +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js.map +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js +0 -17
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js.map +0 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js +0 -49
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js.map +0 -1
- /package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.module.css → ModalCancellationInfo/ModalCancellationInfo.module.css} +0 -0
|
@@ -2,229 +2,232 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Checkout> partial:<Confirmation> Test A/B variant A 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view"
|
|
7
7
|
variant="A"
|
|
8
8
|
>
|
|
9
|
-
<
|
|
9
|
+
<ui_view
|
|
10
10
|
class="view wide"
|
|
11
11
|
>
|
|
12
|
-
<
|
|
12
|
+
<ui_view
|
|
13
13
|
class="view"
|
|
14
14
|
>
|
|
15
|
-
<
|
|
15
|
+
<ui_text
|
|
16
16
|
class="text bold headline-3"
|
|
17
17
|
>
|
|
18
18
|
user.label.booking_summary
|
|
19
|
-
</
|
|
20
|
-
<
|
|
19
|
+
</ui_text>
|
|
20
|
+
<ui_view
|
|
21
21
|
class="view row wide"
|
|
22
22
|
>
|
|
23
|
-
<
|
|
23
|
+
<ui_view
|
|
24
24
|
class="view"
|
|
25
25
|
>
|
|
26
|
-
<
|
|
26
|
+
<ui_text
|
|
27
27
|
class="text bold paragraph"
|
|
28
28
|
>
|
|
29
29
|
common.label.check_in
|
|
30
|
-
</
|
|
31
|
-
<
|
|
30
|
+
</ui_text>
|
|
31
|
+
<ui_view
|
|
32
32
|
class="view"
|
|
33
33
|
>
|
|
34
|
-
<
|
|
34
|
+
<ui_text
|
|
35
35
|
class="text action"
|
|
36
36
|
>
|
|
37
37
|
mié, 19 jul 2023
|
|
38
|
-
</
|
|
39
|
-
</
|
|
40
|
-
</
|
|
41
|
-
<
|
|
38
|
+
</ui_text>
|
|
39
|
+
</ui_view>
|
|
40
|
+
</ui_view>
|
|
41
|
+
<ui_view
|
|
42
42
|
class="view"
|
|
43
43
|
>
|
|
44
|
-
<
|
|
44
|
+
<ui_text
|
|
45
45
|
class="text bold paragraph"
|
|
46
46
|
>
|
|
47
47
|
common.label.check_out
|
|
48
|
-
</
|
|
49
|
-
<
|
|
48
|
+
</ui_text>
|
|
49
|
+
<ui_view
|
|
50
50
|
class="view"
|
|
51
51
|
>
|
|
52
|
-
<
|
|
52
|
+
<ui_text
|
|
53
53
|
class="text action"
|
|
54
54
|
>
|
|
55
55
|
sáb, 22 jul 2023
|
|
56
|
-
</
|
|
57
|
-
</
|
|
58
|
-
</
|
|
59
|
-
</
|
|
60
|
-
<
|
|
56
|
+
</ui_text>
|
|
57
|
+
</ui_view>
|
|
58
|
+
</ui_view>
|
|
59
|
+
</ui_view>
|
|
60
|
+
<ui_view
|
|
61
61
|
class="view"
|
|
62
62
|
>
|
|
63
|
-
<
|
|
63
|
+
<ui_text
|
|
64
64
|
class="text bold paragraph"
|
|
65
65
|
>
|
|
66
66
|
user.label.your_reservation
|
|
67
|
-
</
|
|
68
|
-
<
|
|
67
|
+
</ui_text>
|
|
68
|
+
<ui_text
|
|
69
69
|
class="text action"
|
|
70
70
|
>
|
|
71
71
|
common.label.night
|
|
72
|
-
<
|
|
72
|
+
<ui_text
|
|
73
73
|
style="text-decoration: underline;"
|
|
74
74
|
>
|
|
75
75
|
count, common.label.room
|
|
76
|
-
</
|
|
76
|
+
</ui_text>
|
|
77
77
|
count
|
|
78
|
-
</
|
|
79
|
-
<
|
|
78
|
+
</ui_text>
|
|
79
|
+
<ui_view
|
|
80
80
|
class="view row"
|
|
81
81
|
>
|
|
82
|
-
<
|
|
82
|
+
<ui_text
|
|
83
83
|
class="text light small"
|
|
84
84
|
>
|
|
85
85
|
Silver Views
|
|
86
|
-
</
|
|
87
|
-
</
|
|
88
|
-
</
|
|
89
|
-
<
|
|
86
|
+
</ui_text>
|
|
87
|
+
</ui_view>
|
|
88
|
+
</ui_view>
|
|
89
|
+
<ui_view
|
|
90
90
|
class="view"
|
|
91
91
|
>
|
|
92
|
-
<
|
|
92
|
+
<ui_text
|
|
93
93
|
class="text bold paragraph"
|
|
94
94
|
>
|
|
95
95
|
common.label.accommodation
|
|
96
|
-
</
|
|
97
|
-
<
|
|
96
|
+
</ui_text>
|
|
97
|
+
<ui_text
|
|
98
98
|
class="text action"
|
|
99
99
|
>
|
|
100
100
|
Hotel Augusta Eco Wellness Resort
|
|
101
|
-
</
|
|
102
|
-
<
|
|
101
|
+
</ui_text>
|
|
102
|
+
<ui_text
|
|
103
103
|
class="text light small"
|
|
104
104
|
>
|
|
105
105
|
Lugar Padriñan 25, Sanxenxo, España
|
|
106
|
-
</
|
|
107
|
-
<
|
|
106
|
+
</ui_text>
|
|
107
|
+
<ui_text
|
|
108
108
|
class="text light small"
|
|
109
109
|
/>
|
|
110
|
-
</
|
|
111
|
-
</
|
|
112
|
-
<
|
|
110
|
+
</ui_view>
|
|
111
|
+
</ui_view>
|
|
112
|
+
<ui_view
|
|
113
113
|
class="view"
|
|
114
114
|
>
|
|
115
|
-
<
|
|
115
|
+
<ui_text
|
|
116
116
|
class="text bold headline-3"
|
|
117
117
|
>
|
|
118
118
|
user.label.price_summary
|
|
119
|
-
</
|
|
120
|
-
<
|
|
119
|
+
</ui_text>
|
|
120
|
+
<ui_view
|
|
121
121
|
class="view wide"
|
|
122
122
|
>
|
|
123
|
-
<
|
|
123
|
+
<ui_view
|
|
124
124
|
class="view row"
|
|
125
125
|
>
|
|
126
|
-
<
|
|
126
|
+
<ui_text
|
|
127
127
|
class="text action wide"
|
|
128
128
|
>
|
|
129
129
|
common.label.base_price
|
|
130
|
-
</
|
|
131
|
-
<
|
|
130
|
+
</ui_text>
|
|
131
|
+
<ui_text
|
|
132
132
|
class="text action"
|
|
133
133
|
>
|
|
134
134
|
646,36 €
|
|
135
|
-
</
|
|
136
|
-
</
|
|
137
|
-
<
|
|
135
|
+
</ui_text>
|
|
136
|
+
</ui_view>
|
|
137
|
+
<ui_view
|
|
138
138
|
class="view row"
|
|
139
139
|
>
|
|
140
|
-
<
|
|
140
|
+
<ui_text
|
|
141
141
|
class="text action wide"
|
|
142
142
|
>
|
|
143
143
|
user.label.checkout
|
|
144
|
-
<
|
|
144
|
+
<ui_text
|
|
145
145
|
style="text-decoration: underline;"
|
|
146
146
|
>
|
|
147
147
|
discount
|
|
148
|
-
</
|
|
148
|
+
</ui_text>
|
|
149
149
|
1
|
|
150
|
-
</
|
|
151
|
-
<
|
|
150
|
+
</ui_text>
|
|
151
|
+
<ui_text
|
|
152
152
|
class="text action"
|
|
153
153
|
>
|
|
154
154
|
-32,31 €
|
|
155
|
-
</
|
|
156
|
-
</
|
|
157
|
-
<
|
|
155
|
+
</ui_text>
|
|
156
|
+
</ui_view>
|
|
157
|
+
<ui_view
|
|
158
158
|
class="view row"
|
|
159
159
|
>
|
|
160
|
-
<
|
|
160
|
+
<ui_text
|
|
161
161
|
class="text action wide"
|
|
162
162
|
>
|
|
163
163
|
user.notification.checkout
|
|
164
|
-
<
|
|
164
|
+
<ui_text
|
|
165
165
|
style="text-decoration: underline;"
|
|
166
166
|
>
|
|
167
167
|
tax
|
|
168
|
-
</
|
|
168
|
+
</ui_text>
|
|
169
169
|
0
|
|
170
|
-
</
|
|
171
|
-
<
|
|
170
|
+
</ui_text>
|
|
171
|
+
<ui_text
|
|
172
172
|
class="text action"
|
|
173
173
|
>
|
|
174
174
|
61,41 €
|
|
175
|
-
</
|
|
176
|
-
</
|
|
177
|
-
<
|
|
175
|
+
</ui_text>
|
|
176
|
+
</ui_view>
|
|
177
|
+
<ui_view
|
|
178
178
|
class="view row"
|
|
179
179
|
>
|
|
180
|
-
<
|
|
180
|
+
<ui_text
|
|
181
181
|
class="text bold paragraph wide"
|
|
182
182
|
>
|
|
183
183
|
common.label.total
|
|
184
|
-
</
|
|
185
|
-
<
|
|
184
|
+
</ui_text>
|
|
185
|
+
<ui_text
|
|
186
186
|
class="text bold paragraph"
|
|
187
187
|
>
|
|
188
188
|
675,45 €
|
|
189
|
-
</
|
|
190
|
-
</
|
|
191
|
-
</
|
|
192
|
-
</
|
|
193
|
-
</
|
|
194
|
-
<
|
|
189
|
+
</ui_text>
|
|
190
|
+
</ui_view>
|
|
191
|
+
</ui_view>
|
|
192
|
+
</ui_view>
|
|
193
|
+
</ui_view>
|
|
194
|
+
<ui_view
|
|
195
195
|
class="view"
|
|
196
196
|
>
|
|
197
197
|
<button
|
|
198
198
|
class="pressable button large wide"
|
|
199
199
|
methods="CARD,AMAZON_PAY"
|
|
200
|
+
tabindex="0"
|
|
200
201
|
>
|
|
201
|
-
<
|
|
202
|
+
<ui_view
|
|
202
203
|
class="view busyContainer"
|
|
203
204
|
>
|
|
204
|
-
<
|
|
205
|
+
<ui_view
|
|
205
206
|
class="view spinner"
|
|
206
207
|
/>
|
|
207
|
-
</
|
|
208
|
-
<
|
|
208
|
+
</ui_view>
|
|
209
|
+
<ui_view
|
|
209
210
|
class="view row children"
|
|
210
211
|
>
|
|
211
212
|
user.action.book_now
|
|
212
|
-
</
|
|
213
|
+
</ui_view>
|
|
213
214
|
</button>
|
|
214
|
-
<
|
|
215
|
+
<ui_modal_overflow
|
|
215
216
|
class="pressable container overflow"
|
|
216
217
|
style="height: 768px;"
|
|
218
|
+
tabindex="0"
|
|
217
219
|
>
|
|
218
|
-
<
|
|
220
|
+
<ui_view
|
|
219
221
|
class="view fit modal calcWidth"
|
|
220
222
|
>
|
|
221
|
-
<
|
|
223
|
+
<ui_view
|
|
222
224
|
class="view row header hideBack"
|
|
223
225
|
>
|
|
224
226
|
<button
|
|
225
227
|
class="pressable button small squared transparent button"
|
|
228
|
+
tabindex="0"
|
|
226
229
|
>
|
|
227
|
-
<
|
|
230
|
+
<ui_icon
|
|
228
231
|
class="icon headline-3 icon"
|
|
229
232
|
>
|
|
230
233
|
<svg
|
|
@@ -244,246 +247,249 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant A 1`] = `
|
|
|
244
247
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
245
248
|
/>
|
|
246
249
|
</svg>
|
|
247
|
-
</
|
|
250
|
+
</ui_icon>
|
|
248
251
|
</button>
|
|
249
|
-
</
|
|
250
|
-
</
|
|
251
|
-
</
|
|
252
|
-
<
|
|
252
|
+
</ui_view>
|
|
253
|
+
</ui_view>
|
|
254
|
+
</ui_modal_overflow>
|
|
255
|
+
<ui_text
|
|
253
256
|
class="text light small wide"
|
|
254
257
|
>
|
|
255
258
|
common.notification.ssl_encryption
|
|
256
|
-
</
|
|
257
|
-
</
|
|
258
|
-
</
|
|
259
|
+
</ui_text>
|
|
260
|
+
</ui_view>
|
|
261
|
+
</ui_view>
|
|
259
262
|
</DocumentFragment>
|
|
260
263
|
`;
|
|
261
264
|
|
|
262
265
|
exports[`component:<Checkout> partial:<Confirmation> Test A/B variant B 1`] = `
|
|
263
266
|
<DocumentFragment>
|
|
264
|
-
<
|
|
267
|
+
<ui_view
|
|
265
268
|
class="view"
|
|
266
269
|
variant="B"
|
|
267
270
|
>
|
|
268
|
-
<
|
|
271
|
+
<ui_view
|
|
269
272
|
class="view wide"
|
|
270
273
|
>
|
|
271
|
-
<
|
|
274
|
+
<ui_view
|
|
272
275
|
class="view"
|
|
273
276
|
>
|
|
274
|
-
<
|
|
277
|
+
<ui_text
|
|
275
278
|
class="text bold headline-3"
|
|
276
279
|
>
|
|
277
280
|
user.label.booking_summary
|
|
278
|
-
</
|
|
279
|
-
<
|
|
281
|
+
</ui_text>
|
|
282
|
+
<ui_view
|
|
280
283
|
class="view row wide"
|
|
281
284
|
>
|
|
282
|
-
<
|
|
285
|
+
<ui_view
|
|
283
286
|
class="view"
|
|
284
287
|
>
|
|
285
|
-
<
|
|
288
|
+
<ui_text
|
|
286
289
|
class="text bold paragraph"
|
|
287
290
|
>
|
|
288
291
|
common.label.check_in
|
|
289
|
-
</
|
|
290
|
-
<
|
|
292
|
+
</ui_text>
|
|
293
|
+
<ui_view
|
|
291
294
|
class="view"
|
|
292
295
|
>
|
|
293
|
-
<
|
|
296
|
+
<ui_text
|
|
294
297
|
class="text action"
|
|
295
298
|
>
|
|
296
299
|
mié, 19 jul 2023
|
|
297
|
-
</
|
|
298
|
-
</
|
|
299
|
-
</
|
|
300
|
-
<
|
|
300
|
+
</ui_text>
|
|
301
|
+
</ui_view>
|
|
302
|
+
</ui_view>
|
|
303
|
+
<ui_view
|
|
301
304
|
class="view"
|
|
302
305
|
>
|
|
303
|
-
<
|
|
306
|
+
<ui_text
|
|
304
307
|
class="text bold paragraph"
|
|
305
308
|
>
|
|
306
309
|
common.label.check_out
|
|
307
|
-
</
|
|
308
|
-
<
|
|
310
|
+
</ui_text>
|
|
311
|
+
<ui_view
|
|
309
312
|
class="view"
|
|
310
313
|
>
|
|
311
|
-
<
|
|
314
|
+
<ui_text
|
|
312
315
|
class="text action"
|
|
313
316
|
>
|
|
314
317
|
sáb, 22 jul 2023
|
|
315
|
-
</
|
|
316
|
-
</
|
|
317
|
-
</
|
|
318
|
-
</
|
|
319
|
-
<
|
|
318
|
+
</ui_text>
|
|
319
|
+
</ui_view>
|
|
320
|
+
</ui_view>
|
|
321
|
+
</ui_view>
|
|
322
|
+
<ui_view
|
|
320
323
|
class="view"
|
|
321
324
|
>
|
|
322
|
-
<
|
|
325
|
+
<ui_text
|
|
323
326
|
class="text bold paragraph"
|
|
324
327
|
>
|
|
325
328
|
user.label.your_reservation
|
|
326
|
-
</
|
|
327
|
-
<
|
|
329
|
+
</ui_text>
|
|
330
|
+
<ui_text
|
|
328
331
|
class="text action"
|
|
329
332
|
>
|
|
330
333
|
common.label.night
|
|
331
|
-
<
|
|
334
|
+
<ui_text
|
|
332
335
|
style="text-decoration: underline;"
|
|
333
336
|
>
|
|
334
337
|
count, common.label.room
|
|
335
|
-
</
|
|
338
|
+
</ui_text>
|
|
336
339
|
count
|
|
337
|
-
</
|
|
338
|
-
<
|
|
340
|
+
</ui_text>
|
|
341
|
+
<ui_view
|
|
339
342
|
class="view row"
|
|
340
343
|
>
|
|
341
|
-
<
|
|
344
|
+
<ui_text
|
|
342
345
|
class="text light small"
|
|
343
346
|
>
|
|
344
347
|
Silver Views
|
|
345
|
-
</
|
|
346
|
-
</
|
|
347
|
-
</
|
|
348
|
-
<
|
|
348
|
+
</ui_text>
|
|
349
|
+
</ui_view>
|
|
350
|
+
</ui_view>
|
|
351
|
+
<ui_view
|
|
349
352
|
class="view"
|
|
350
353
|
>
|
|
351
|
-
<
|
|
354
|
+
<ui_text
|
|
352
355
|
class="text bold paragraph"
|
|
353
356
|
>
|
|
354
357
|
common.label.accommodation
|
|
355
|
-
</
|
|
356
|
-
<
|
|
358
|
+
</ui_text>
|
|
359
|
+
<ui_text
|
|
357
360
|
class="text action"
|
|
358
361
|
>
|
|
359
362
|
Hotel Augusta Eco Wellness Resort
|
|
360
|
-
</
|
|
361
|
-
<
|
|
363
|
+
</ui_text>
|
|
364
|
+
<ui_text
|
|
362
365
|
class="text light small"
|
|
363
366
|
>
|
|
364
367
|
Lugar Padriñan 25, Sanxenxo, España
|
|
365
|
-
</
|
|
366
|
-
<
|
|
368
|
+
</ui_text>
|
|
369
|
+
<ui_text
|
|
367
370
|
class="text light small"
|
|
368
371
|
/>
|
|
369
|
-
</
|
|
370
|
-
</
|
|
371
|
-
<
|
|
372
|
+
</ui_view>
|
|
373
|
+
</ui_view>
|
|
374
|
+
<ui_view
|
|
372
375
|
class="view"
|
|
373
376
|
>
|
|
374
|
-
<
|
|
377
|
+
<ui_text
|
|
375
378
|
class="text bold headline-3"
|
|
376
379
|
>
|
|
377
380
|
user.label.price_summary
|
|
378
|
-
</
|
|
379
|
-
<
|
|
381
|
+
</ui_text>
|
|
382
|
+
<ui_view
|
|
380
383
|
class="view wide"
|
|
381
384
|
>
|
|
382
|
-
<
|
|
385
|
+
<ui_view
|
|
383
386
|
class="view row"
|
|
384
387
|
>
|
|
385
|
-
<
|
|
388
|
+
<ui_text
|
|
386
389
|
class="text action wide"
|
|
387
390
|
>
|
|
388
391
|
common.label.base_price
|
|
389
|
-
</
|
|
390
|
-
<
|
|
392
|
+
</ui_text>
|
|
393
|
+
<ui_text
|
|
391
394
|
class="text action"
|
|
392
395
|
>
|
|
393
396
|
646,36 €
|
|
394
|
-
</
|
|
395
|
-
</
|
|
396
|
-
<
|
|
397
|
+
</ui_text>
|
|
398
|
+
</ui_view>
|
|
399
|
+
<ui_view
|
|
397
400
|
class="view row"
|
|
398
401
|
>
|
|
399
|
-
<
|
|
402
|
+
<ui_text
|
|
400
403
|
class="text action wide"
|
|
401
404
|
>
|
|
402
405
|
user.label.checkout
|
|
403
|
-
<
|
|
406
|
+
<ui_text
|
|
404
407
|
style="text-decoration: underline;"
|
|
405
408
|
>
|
|
406
409
|
discount
|
|
407
|
-
</
|
|
410
|
+
</ui_text>
|
|
408
411
|
1
|
|
409
|
-
</
|
|
410
|
-
<
|
|
412
|
+
</ui_text>
|
|
413
|
+
<ui_text
|
|
411
414
|
class="text action"
|
|
412
415
|
>
|
|
413
416
|
-32,31 €
|
|
414
|
-
</
|
|
415
|
-
</
|
|
416
|
-
<
|
|
417
|
+
</ui_text>
|
|
418
|
+
</ui_view>
|
|
419
|
+
<ui_view
|
|
417
420
|
class="view row"
|
|
418
421
|
>
|
|
419
|
-
<
|
|
422
|
+
<ui_text
|
|
420
423
|
class="text action wide"
|
|
421
424
|
>
|
|
422
425
|
user.notification.checkout
|
|
423
|
-
<
|
|
426
|
+
<ui_text
|
|
424
427
|
style="text-decoration: underline;"
|
|
425
428
|
>
|
|
426
429
|
tax
|
|
427
|
-
</
|
|
430
|
+
</ui_text>
|
|
428
431
|
0
|
|
429
|
-
</
|
|
430
|
-
<
|
|
432
|
+
</ui_text>
|
|
433
|
+
<ui_text
|
|
431
434
|
class="text action"
|
|
432
435
|
>
|
|
433
436
|
61,41 €
|
|
434
|
-
</
|
|
435
|
-
</
|
|
436
|
-
<
|
|
437
|
+
</ui_text>
|
|
438
|
+
</ui_view>
|
|
439
|
+
<ui_view
|
|
437
440
|
class="view row"
|
|
438
441
|
>
|
|
439
|
-
<
|
|
442
|
+
<ui_text
|
|
440
443
|
class="text bold paragraph wide"
|
|
441
444
|
>
|
|
442
445
|
common.label.total
|
|
443
|
-
</
|
|
444
|
-
<
|
|
446
|
+
</ui_text>
|
|
447
|
+
<ui_text
|
|
445
448
|
class="text bold paragraph"
|
|
446
449
|
>
|
|
447
450
|
675,45 €
|
|
448
|
-
</
|
|
449
|
-
</
|
|
450
|
-
</
|
|
451
|
-
</
|
|
452
|
-
</
|
|
453
|
-
<
|
|
451
|
+
</ui_text>
|
|
452
|
+
</ui_view>
|
|
453
|
+
</ui_view>
|
|
454
|
+
</ui_view>
|
|
455
|
+
</ui_view>
|
|
456
|
+
<ui_view
|
|
454
457
|
class="view"
|
|
455
458
|
>
|
|
456
459
|
<button
|
|
457
460
|
class="pressable button large wide"
|
|
458
461
|
methods="CARD,AMAZON_PAY"
|
|
462
|
+
tabindex="0"
|
|
459
463
|
>
|
|
460
|
-
<
|
|
464
|
+
<ui_view
|
|
461
465
|
class="view busyContainer"
|
|
462
466
|
>
|
|
463
|
-
<
|
|
467
|
+
<ui_view
|
|
464
468
|
class="view spinner"
|
|
465
469
|
/>
|
|
466
|
-
</
|
|
467
|
-
<
|
|
470
|
+
</ui_view>
|
|
471
|
+
<ui_view
|
|
468
472
|
class="view row children"
|
|
469
473
|
>
|
|
470
474
|
user.action.book_now
|
|
471
|
-
</
|
|
475
|
+
</ui_view>
|
|
472
476
|
</button>
|
|
473
|
-
<
|
|
477
|
+
<ui_modal_overflow
|
|
474
478
|
class="pressable container overflow"
|
|
475
479
|
style="height: 768px;"
|
|
480
|
+
tabindex="0"
|
|
476
481
|
>
|
|
477
|
-
<
|
|
482
|
+
<ui_view
|
|
478
483
|
class="view fit modal calcWidth"
|
|
479
484
|
>
|
|
480
|
-
<
|
|
485
|
+
<ui_view
|
|
481
486
|
class="view row header hideBack"
|
|
482
487
|
>
|
|
483
488
|
<button
|
|
484
489
|
class="pressable button small squared transparent button"
|
|
490
|
+
tabindex="0"
|
|
485
491
|
>
|
|
486
|
-
<
|
|
492
|
+
<ui_icon
|
|
487
493
|
class="icon headline-3 icon"
|
|
488
494
|
>
|
|
489
495
|
<svg
|
|
@@ -503,245 +509,248 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant B 1`] = `
|
|
|
503
509
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
504
510
|
/>
|
|
505
511
|
</svg>
|
|
506
|
-
</
|
|
512
|
+
</ui_icon>
|
|
507
513
|
</button>
|
|
508
|
-
</
|
|
509
|
-
</
|
|
510
|
-
</
|
|
511
|
-
<
|
|
514
|
+
</ui_view>
|
|
515
|
+
</ui_view>
|
|
516
|
+
</ui_modal_overflow>
|
|
517
|
+
<ui_text
|
|
512
518
|
class="text light small wide"
|
|
513
519
|
>
|
|
514
520
|
common.notification.ssl_encryption
|
|
515
|
-
</
|
|
516
|
-
</
|
|
517
|
-
</
|
|
521
|
+
</ui_text>
|
|
522
|
+
</ui_view>
|
|
523
|
+
</ui_view>
|
|
518
524
|
</DocumentFragment>
|
|
519
525
|
`;
|
|
520
526
|
|
|
521
527
|
exports[`component:<Checkout> partial:<Confirmation> inherit:className 1`] = `
|
|
522
528
|
<DocumentFragment>
|
|
523
|
-
<
|
|
529
|
+
<ui_view
|
|
524
530
|
class="view"
|
|
525
531
|
>
|
|
526
|
-
<
|
|
532
|
+
<ui_view
|
|
527
533
|
class="view wide"
|
|
528
534
|
>
|
|
529
|
-
<
|
|
535
|
+
<ui_view
|
|
530
536
|
class="view"
|
|
531
537
|
>
|
|
532
|
-
<
|
|
538
|
+
<ui_text
|
|
533
539
|
class="text bold headline-3"
|
|
534
540
|
>
|
|
535
541
|
user.label.booking_summary
|
|
536
|
-
</
|
|
537
|
-
<
|
|
542
|
+
</ui_text>
|
|
543
|
+
<ui_view
|
|
538
544
|
class="view row wide"
|
|
539
545
|
>
|
|
540
|
-
<
|
|
546
|
+
<ui_view
|
|
541
547
|
class="view"
|
|
542
548
|
>
|
|
543
|
-
<
|
|
549
|
+
<ui_text
|
|
544
550
|
class="text bold paragraph"
|
|
545
551
|
>
|
|
546
552
|
common.label.check_in
|
|
547
|
-
</
|
|
548
|
-
<
|
|
553
|
+
</ui_text>
|
|
554
|
+
<ui_view
|
|
549
555
|
class="view"
|
|
550
556
|
>
|
|
551
|
-
<
|
|
557
|
+
<ui_text
|
|
552
558
|
class="text action"
|
|
553
559
|
>
|
|
554
560
|
mié, 19 jul 2023
|
|
555
|
-
</
|
|
556
|
-
</
|
|
557
|
-
</
|
|
558
|
-
<
|
|
561
|
+
</ui_text>
|
|
562
|
+
</ui_view>
|
|
563
|
+
</ui_view>
|
|
564
|
+
<ui_view
|
|
559
565
|
class="view"
|
|
560
566
|
>
|
|
561
|
-
<
|
|
567
|
+
<ui_text
|
|
562
568
|
class="text bold paragraph"
|
|
563
569
|
>
|
|
564
570
|
common.label.check_out
|
|
565
|
-
</
|
|
566
|
-
<
|
|
571
|
+
</ui_text>
|
|
572
|
+
<ui_view
|
|
567
573
|
class="view"
|
|
568
574
|
>
|
|
569
|
-
<
|
|
575
|
+
<ui_text
|
|
570
576
|
class="text action"
|
|
571
577
|
>
|
|
572
578
|
sáb, 22 jul 2023
|
|
573
|
-
</
|
|
574
|
-
</
|
|
575
|
-
</
|
|
576
|
-
</
|
|
577
|
-
<
|
|
579
|
+
</ui_text>
|
|
580
|
+
</ui_view>
|
|
581
|
+
</ui_view>
|
|
582
|
+
</ui_view>
|
|
583
|
+
<ui_view
|
|
578
584
|
class="view"
|
|
579
585
|
>
|
|
580
|
-
<
|
|
586
|
+
<ui_text
|
|
581
587
|
class="text bold paragraph"
|
|
582
588
|
>
|
|
583
589
|
user.label.your_reservation
|
|
584
|
-
</
|
|
585
|
-
<
|
|
590
|
+
</ui_text>
|
|
591
|
+
<ui_text
|
|
586
592
|
class="text action"
|
|
587
593
|
>
|
|
588
594
|
common.label.night
|
|
589
|
-
<
|
|
595
|
+
<ui_text
|
|
590
596
|
style="text-decoration: underline;"
|
|
591
597
|
>
|
|
592
598
|
count, common.label.room
|
|
593
|
-
</
|
|
599
|
+
</ui_text>
|
|
594
600
|
count
|
|
595
|
-
</
|
|
596
|
-
<
|
|
601
|
+
</ui_text>
|
|
602
|
+
<ui_view
|
|
597
603
|
class="view row"
|
|
598
604
|
>
|
|
599
|
-
<
|
|
605
|
+
<ui_text
|
|
600
606
|
class="text light small"
|
|
601
607
|
>
|
|
602
608
|
Silver Views
|
|
603
|
-
</
|
|
604
|
-
</
|
|
605
|
-
</
|
|
606
|
-
<
|
|
609
|
+
</ui_text>
|
|
610
|
+
</ui_view>
|
|
611
|
+
</ui_view>
|
|
612
|
+
<ui_view
|
|
607
613
|
class="view"
|
|
608
614
|
>
|
|
609
|
-
<
|
|
615
|
+
<ui_text
|
|
610
616
|
class="text bold paragraph"
|
|
611
617
|
>
|
|
612
618
|
common.label.accommodation
|
|
613
|
-
</
|
|
614
|
-
<
|
|
619
|
+
</ui_text>
|
|
620
|
+
<ui_text
|
|
615
621
|
class="text action"
|
|
616
622
|
>
|
|
617
623
|
Hotel Augusta Eco Wellness Resort
|
|
618
|
-
</
|
|
619
|
-
<
|
|
624
|
+
</ui_text>
|
|
625
|
+
<ui_text
|
|
620
626
|
class="text light small"
|
|
621
627
|
>
|
|
622
628
|
Lugar Padriñan 25, Sanxenxo, España
|
|
623
|
-
</
|
|
624
|
-
<
|
|
629
|
+
</ui_text>
|
|
630
|
+
<ui_text
|
|
625
631
|
class="text light small"
|
|
626
632
|
/>
|
|
627
|
-
</
|
|
628
|
-
</
|
|
629
|
-
<
|
|
633
|
+
</ui_view>
|
|
634
|
+
</ui_view>
|
|
635
|
+
<ui_view
|
|
630
636
|
class="view"
|
|
631
637
|
>
|
|
632
|
-
<
|
|
638
|
+
<ui_text
|
|
633
639
|
class="text bold headline-3"
|
|
634
640
|
>
|
|
635
641
|
user.label.price_summary
|
|
636
|
-
</
|
|
637
|
-
<
|
|
642
|
+
</ui_text>
|
|
643
|
+
<ui_view
|
|
638
644
|
class="view wide"
|
|
639
645
|
>
|
|
640
|
-
<
|
|
646
|
+
<ui_view
|
|
641
647
|
class="view row"
|
|
642
648
|
>
|
|
643
|
-
<
|
|
649
|
+
<ui_text
|
|
644
650
|
class="text action wide"
|
|
645
651
|
>
|
|
646
652
|
common.label.base_price
|
|
647
|
-
</
|
|
648
|
-
<
|
|
653
|
+
</ui_text>
|
|
654
|
+
<ui_text
|
|
649
655
|
class="text action"
|
|
650
656
|
>
|
|
651
657
|
646,36 €
|
|
652
|
-
</
|
|
653
|
-
</
|
|
654
|
-
<
|
|
658
|
+
</ui_text>
|
|
659
|
+
</ui_view>
|
|
660
|
+
<ui_view
|
|
655
661
|
class="view row"
|
|
656
662
|
>
|
|
657
|
-
<
|
|
663
|
+
<ui_text
|
|
658
664
|
class="text action wide"
|
|
659
665
|
>
|
|
660
666
|
user.label.checkout
|
|
661
|
-
<
|
|
667
|
+
<ui_text
|
|
662
668
|
style="text-decoration: underline;"
|
|
663
669
|
>
|
|
664
670
|
discount
|
|
665
|
-
</
|
|
671
|
+
</ui_text>
|
|
666
672
|
1
|
|
667
|
-
</
|
|
668
|
-
<
|
|
673
|
+
</ui_text>
|
|
674
|
+
<ui_text
|
|
669
675
|
class="text action"
|
|
670
676
|
>
|
|
671
677
|
-32,31 €
|
|
672
|
-
</
|
|
673
|
-
</
|
|
674
|
-
<
|
|
678
|
+
</ui_text>
|
|
679
|
+
</ui_view>
|
|
680
|
+
<ui_view
|
|
675
681
|
class="view row"
|
|
676
682
|
>
|
|
677
|
-
<
|
|
683
|
+
<ui_text
|
|
678
684
|
class="text action wide"
|
|
679
685
|
>
|
|
680
686
|
user.notification.checkout
|
|
681
|
-
<
|
|
687
|
+
<ui_text
|
|
682
688
|
style="text-decoration: underline;"
|
|
683
689
|
>
|
|
684
690
|
tax
|
|
685
|
-
</
|
|
691
|
+
</ui_text>
|
|
686
692
|
0
|
|
687
|
-
</
|
|
688
|
-
<
|
|
693
|
+
</ui_text>
|
|
694
|
+
<ui_text
|
|
689
695
|
class="text action"
|
|
690
696
|
>
|
|
691
697
|
61,41 €
|
|
692
|
-
</
|
|
693
|
-
</
|
|
694
|
-
<
|
|
698
|
+
</ui_text>
|
|
699
|
+
</ui_view>
|
|
700
|
+
<ui_view
|
|
695
701
|
class="view row"
|
|
696
702
|
>
|
|
697
|
-
<
|
|
703
|
+
<ui_text
|
|
698
704
|
class="text bold paragraph wide"
|
|
699
705
|
>
|
|
700
706
|
common.label.total
|
|
701
|
-
</
|
|
702
|
-
<
|
|
707
|
+
</ui_text>
|
|
708
|
+
<ui_text
|
|
703
709
|
class="text bold paragraph"
|
|
704
710
|
>
|
|
705
711
|
675,45 €
|
|
706
|
-
</
|
|
707
|
-
</
|
|
708
|
-
</
|
|
709
|
-
</
|
|
710
|
-
</
|
|
711
|
-
<
|
|
712
|
+
</ui_text>
|
|
713
|
+
</ui_view>
|
|
714
|
+
</ui_view>
|
|
715
|
+
</ui_view>
|
|
716
|
+
</ui_view>
|
|
717
|
+
<ui_view
|
|
712
718
|
class="view"
|
|
713
719
|
>
|
|
714
720
|
<button
|
|
715
721
|
class="pressable button large wide"
|
|
716
722
|
methods="CARD,AMAZON_PAY"
|
|
723
|
+
tabindex="0"
|
|
717
724
|
>
|
|
718
|
-
<
|
|
725
|
+
<ui_view
|
|
719
726
|
class="view busyContainer"
|
|
720
727
|
>
|
|
721
|
-
<
|
|
728
|
+
<ui_view
|
|
722
729
|
class="view spinner"
|
|
723
730
|
/>
|
|
724
|
-
</
|
|
725
|
-
<
|
|
731
|
+
</ui_view>
|
|
732
|
+
<ui_view
|
|
726
733
|
class="view row children"
|
|
727
734
|
>
|
|
728
735
|
user.action.book_now
|
|
729
|
-
</
|
|
736
|
+
</ui_view>
|
|
730
737
|
</button>
|
|
731
|
-
<
|
|
738
|
+
<ui_modal_overflow
|
|
732
739
|
class="pressable container overflow"
|
|
733
740
|
style="height: 768px;"
|
|
741
|
+
tabindex="0"
|
|
734
742
|
>
|
|
735
|
-
<
|
|
743
|
+
<ui_view
|
|
736
744
|
class="view fit modal calcWidth"
|
|
737
745
|
>
|
|
738
|
-
<
|
|
746
|
+
<ui_view
|
|
739
747
|
class="view row header hideBack"
|
|
740
748
|
>
|
|
741
749
|
<button
|
|
742
750
|
class="pressable button small squared transparent button"
|
|
751
|
+
tabindex="0"
|
|
743
752
|
>
|
|
744
|
-
<
|
|
753
|
+
<ui_icon
|
|
745
754
|
class="icon headline-3 icon"
|
|
746
755
|
>
|
|
747
756
|
<svg
|
|
@@ -761,245 +770,248 @@ exports[`component:<Checkout> partial:<Confirmation> inherit:className 1`] = `
|
|
|
761
770
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
762
771
|
/>
|
|
763
772
|
</svg>
|
|
764
|
-
</
|
|
773
|
+
</ui_icon>
|
|
765
774
|
</button>
|
|
766
|
-
</
|
|
767
|
-
</
|
|
768
|
-
</
|
|
769
|
-
<
|
|
775
|
+
</ui_view>
|
|
776
|
+
</ui_view>
|
|
777
|
+
</ui_modal_overflow>
|
|
778
|
+
<ui_text
|
|
770
779
|
class="text light small wide"
|
|
771
780
|
>
|
|
772
781
|
common.notification.ssl_encryption
|
|
773
|
-
</
|
|
774
|
-
</
|
|
775
|
-
</
|
|
782
|
+
</ui_text>
|
|
783
|
+
</ui_view>
|
|
784
|
+
</ui_view>
|
|
776
785
|
</DocumentFragment>
|
|
777
786
|
`;
|
|
778
787
|
|
|
779
788
|
exports[`component:<Checkout> partial:<Confirmation> renders 1`] = `
|
|
780
789
|
<DocumentFragment>
|
|
781
|
-
<
|
|
790
|
+
<ui_view
|
|
782
791
|
class="view"
|
|
783
792
|
>
|
|
784
|
-
<
|
|
793
|
+
<ui_view
|
|
785
794
|
class="view wide"
|
|
786
795
|
>
|
|
787
|
-
<
|
|
796
|
+
<ui_view
|
|
788
797
|
class="view"
|
|
789
798
|
>
|
|
790
|
-
<
|
|
799
|
+
<ui_text
|
|
791
800
|
class="text bold headline-3"
|
|
792
801
|
>
|
|
793
802
|
user.label.booking_summary
|
|
794
|
-
</
|
|
795
|
-
<
|
|
803
|
+
</ui_text>
|
|
804
|
+
<ui_view
|
|
796
805
|
class="view row wide"
|
|
797
806
|
>
|
|
798
|
-
<
|
|
807
|
+
<ui_view
|
|
799
808
|
class="view"
|
|
800
809
|
>
|
|
801
|
-
<
|
|
810
|
+
<ui_text
|
|
802
811
|
class="text bold paragraph"
|
|
803
812
|
>
|
|
804
813
|
common.label.check_in
|
|
805
|
-
</
|
|
806
|
-
<
|
|
814
|
+
</ui_text>
|
|
815
|
+
<ui_view
|
|
807
816
|
class="view"
|
|
808
817
|
>
|
|
809
|
-
<
|
|
818
|
+
<ui_text
|
|
810
819
|
class="text action"
|
|
811
820
|
>
|
|
812
821
|
mié, 19 jul 2023
|
|
813
|
-
</
|
|
814
|
-
</
|
|
815
|
-
</
|
|
816
|
-
<
|
|
822
|
+
</ui_text>
|
|
823
|
+
</ui_view>
|
|
824
|
+
</ui_view>
|
|
825
|
+
<ui_view
|
|
817
826
|
class="view"
|
|
818
827
|
>
|
|
819
|
-
<
|
|
828
|
+
<ui_text
|
|
820
829
|
class="text bold paragraph"
|
|
821
830
|
>
|
|
822
831
|
common.label.check_out
|
|
823
|
-
</
|
|
824
|
-
<
|
|
832
|
+
</ui_text>
|
|
833
|
+
<ui_view
|
|
825
834
|
class="view"
|
|
826
835
|
>
|
|
827
|
-
<
|
|
836
|
+
<ui_text
|
|
828
837
|
class="text action"
|
|
829
838
|
>
|
|
830
839
|
sáb, 22 jul 2023
|
|
831
|
-
</
|
|
832
|
-
</
|
|
833
|
-
</
|
|
834
|
-
</
|
|
835
|
-
<
|
|
840
|
+
</ui_text>
|
|
841
|
+
</ui_view>
|
|
842
|
+
</ui_view>
|
|
843
|
+
</ui_view>
|
|
844
|
+
<ui_view
|
|
836
845
|
class="view"
|
|
837
846
|
>
|
|
838
|
-
<
|
|
847
|
+
<ui_text
|
|
839
848
|
class="text bold paragraph"
|
|
840
849
|
>
|
|
841
850
|
user.label.your_reservation
|
|
842
|
-
</
|
|
843
|
-
<
|
|
851
|
+
</ui_text>
|
|
852
|
+
<ui_text
|
|
844
853
|
class="text action"
|
|
845
854
|
>
|
|
846
855
|
common.label.night
|
|
847
|
-
<
|
|
856
|
+
<ui_text
|
|
848
857
|
style="text-decoration: underline;"
|
|
849
858
|
>
|
|
850
859
|
count, common.label.room
|
|
851
|
-
</
|
|
860
|
+
</ui_text>
|
|
852
861
|
count
|
|
853
|
-
</
|
|
854
|
-
<
|
|
862
|
+
</ui_text>
|
|
863
|
+
<ui_view
|
|
855
864
|
class="view row"
|
|
856
865
|
>
|
|
857
|
-
<
|
|
866
|
+
<ui_text
|
|
858
867
|
class="text light small"
|
|
859
868
|
>
|
|
860
869
|
Silver Views
|
|
861
|
-
</
|
|
862
|
-
</
|
|
863
|
-
</
|
|
864
|
-
<
|
|
870
|
+
</ui_text>
|
|
871
|
+
</ui_view>
|
|
872
|
+
</ui_view>
|
|
873
|
+
<ui_view
|
|
865
874
|
class="view"
|
|
866
875
|
>
|
|
867
|
-
<
|
|
876
|
+
<ui_text
|
|
868
877
|
class="text bold paragraph"
|
|
869
878
|
>
|
|
870
879
|
common.label.accommodation
|
|
871
|
-
</
|
|
872
|
-
<
|
|
880
|
+
</ui_text>
|
|
881
|
+
<ui_text
|
|
873
882
|
class="text action"
|
|
874
883
|
>
|
|
875
884
|
Hotel Augusta Eco Wellness Resort
|
|
876
|
-
</
|
|
877
|
-
<
|
|
885
|
+
</ui_text>
|
|
886
|
+
<ui_text
|
|
878
887
|
class="text light small"
|
|
879
888
|
>
|
|
880
889
|
Lugar Padriñan 25, Sanxenxo, España
|
|
881
|
-
</
|
|
882
|
-
<
|
|
890
|
+
</ui_text>
|
|
891
|
+
<ui_text
|
|
883
892
|
class="text light small"
|
|
884
893
|
/>
|
|
885
|
-
</
|
|
886
|
-
</
|
|
887
|
-
<
|
|
894
|
+
</ui_view>
|
|
895
|
+
</ui_view>
|
|
896
|
+
<ui_view
|
|
888
897
|
class="view"
|
|
889
898
|
>
|
|
890
|
-
<
|
|
899
|
+
<ui_text
|
|
891
900
|
class="text bold headline-3"
|
|
892
901
|
>
|
|
893
902
|
user.label.price_summary
|
|
894
|
-
</
|
|
895
|
-
<
|
|
903
|
+
</ui_text>
|
|
904
|
+
<ui_view
|
|
896
905
|
class="view wide"
|
|
897
906
|
>
|
|
898
|
-
<
|
|
907
|
+
<ui_view
|
|
899
908
|
class="view row"
|
|
900
909
|
>
|
|
901
|
-
<
|
|
910
|
+
<ui_text
|
|
902
911
|
class="text action wide"
|
|
903
912
|
>
|
|
904
913
|
common.label.base_price
|
|
905
|
-
</
|
|
906
|
-
<
|
|
914
|
+
</ui_text>
|
|
915
|
+
<ui_text
|
|
907
916
|
class="text action"
|
|
908
917
|
>
|
|
909
918
|
646,36 €
|
|
910
|
-
</
|
|
911
|
-
</
|
|
912
|
-
<
|
|
919
|
+
</ui_text>
|
|
920
|
+
</ui_view>
|
|
921
|
+
<ui_view
|
|
913
922
|
class="view row"
|
|
914
923
|
>
|
|
915
|
-
<
|
|
924
|
+
<ui_text
|
|
916
925
|
class="text action wide"
|
|
917
926
|
>
|
|
918
927
|
user.label.checkout
|
|
919
|
-
<
|
|
928
|
+
<ui_text
|
|
920
929
|
style="text-decoration: underline;"
|
|
921
930
|
>
|
|
922
931
|
discount
|
|
923
|
-
</
|
|
932
|
+
</ui_text>
|
|
924
933
|
1
|
|
925
|
-
</
|
|
926
|
-
<
|
|
934
|
+
</ui_text>
|
|
935
|
+
<ui_text
|
|
927
936
|
class="text action"
|
|
928
937
|
>
|
|
929
938
|
-32,31 €
|
|
930
|
-
</
|
|
931
|
-
</
|
|
932
|
-
<
|
|
939
|
+
</ui_text>
|
|
940
|
+
</ui_view>
|
|
941
|
+
<ui_view
|
|
933
942
|
class="view row"
|
|
934
943
|
>
|
|
935
|
-
<
|
|
944
|
+
<ui_text
|
|
936
945
|
class="text action wide"
|
|
937
946
|
>
|
|
938
947
|
user.notification.checkout
|
|
939
|
-
<
|
|
948
|
+
<ui_text
|
|
940
949
|
style="text-decoration: underline;"
|
|
941
950
|
>
|
|
942
951
|
tax
|
|
943
|
-
</
|
|
952
|
+
</ui_text>
|
|
944
953
|
0
|
|
945
|
-
</
|
|
946
|
-
<
|
|
954
|
+
</ui_text>
|
|
955
|
+
<ui_text
|
|
947
956
|
class="text action"
|
|
948
957
|
>
|
|
949
958
|
61,41 €
|
|
950
|
-
</
|
|
951
|
-
</
|
|
952
|
-
<
|
|
959
|
+
</ui_text>
|
|
960
|
+
</ui_view>
|
|
961
|
+
<ui_view
|
|
953
962
|
class="view row"
|
|
954
963
|
>
|
|
955
|
-
<
|
|
964
|
+
<ui_text
|
|
956
965
|
class="text bold paragraph wide"
|
|
957
966
|
>
|
|
958
967
|
common.label.total
|
|
959
|
-
</
|
|
960
|
-
<
|
|
968
|
+
</ui_text>
|
|
969
|
+
<ui_text
|
|
961
970
|
class="text bold paragraph"
|
|
962
971
|
>
|
|
963
972
|
675,45 €
|
|
964
|
-
</
|
|
965
|
-
</
|
|
966
|
-
</
|
|
967
|
-
</
|
|
968
|
-
</
|
|
969
|
-
<
|
|
973
|
+
</ui_text>
|
|
974
|
+
</ui_view>
|
|
975
|
+
</ui_view>
|
|
976
|
+
</ui_view>
|
|
977
|
+
</ui_view>
|
|
978
|
+
<ui_view
|
|
970
979
|
class="view"
|
|
971
980
|
>
|
|
972
981
|
<button
|
|
973
982
|
class="pressable button large wide"
|
|
974
983
|
methods="CARD,AMAZON_PAY"
|
|
984
|
+
tabindex="0"
|
|
975
985
|
>
|
|
976
|
-
<
|
|
986
|
+
<ui_view
|
|
977
987
|
class="view busyContainer"
|
|
978
988
|
>
|
|
979
|
-
<
|
|
989
|
+
<ui_view
|
|
980
990
|
class="view spinner"
|
|
981
991
|
/>
|
|
982
|
-
</
|
|
983
|
-
<
|
|
992
|
+
</ui_view>
|
|
993
|
+
<ui_view
|
|
984
994
|
class="view row children"
|
|
985
995
|
>
|
|
986
996
|
user.action.book_now
|
|
987
|
-
</
|
|
997
|
+
</ui_view>
|
|
988
998
|
</button>
|
|
989
|
-
<
|
|
999
|
+
<ui_modal_overflow
|
|
990
1000
|
class="pressable container overflow"
|
|
991
1001
|
style="height: 768px;"
|
|
1002
|
+
tabindex="0"
|
|
992
1003
|
>
|
|
993
|
-
<
|
|
1004
|
+
<ui_view
|
|
994
1005
|
class="view fit modal calcWidth"
|
|
995
1006
|
>
|
|
996
|
-
<
|
|
1007
|
+
<ui_view
|
|
997
1008
|
class="view row header hideBack"
|
|
998
1009
|
>
|
|
999
1010
|
<button
|
|
1000
1011
|
class="pressable button small squared transparent button"
|
|
1012
|
+
tabindex="0"
|
|
1001
1013
|
>
|
|
1002
|
-
<
|
|
1014
|
+
<ui_icon
|
|
1003
1015
|
class="icon headline-3 icon"
|
|
1004
1016
|
>
|
|
1005
1017
|
<svg
|
|
@@ -1019,246 +1031,249 @@ exports[`component:<Checkout> partial:<Confirmation> renders 1`] = `
|
|
|
1019
1031
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
1020
1032
|
/>
|
|
1021
1033
|
</svg>
|
|
1022
|
-
</
|
|
1034
|
+
</ui_icon>
|
|
1023
1035
|
</button>
|
|
1024
|
-
</
|
|
1025
|
-
</
|
|
1026
|
-
</
|
|
1027
|
-
<
|
|
1036
|
+
</ui_view>
|
|
1037
|
+
</ui_view>
|
|
1038
|
+
</ui_modal_overflow>
|
|
1039
|
+
<ui_text
|
|
1028
1040
|
class="text light small wide"
|
|
1029
1041
|
>
|
|
1030
1042
|
common.notification.ssl_encryption
|
|
1031
|
-
</
|
|
1032
|
-
</
|
|
1033
|
-
</
|
|
1043
|
+
</ui_text>
|
|
1044
|
+
</ui_view>
|
|
1045
|
+
</ui_view>
|
|
1034
1046
|
</DocumentFragment>
|
|
1035
1047
|
`;
|
|
1036
1048
|
|
|
1037
1049
|
exports[`component:<Checkout> partial:<Confirmation> testID 1`] = `
|
|
1038
1050
|
<DocumentFragment>
|
|
1039
|
-
<
|
|
1051
|
+
<ui_view
|
|
1040
1052
|
class="view"
|
|
1041
1053
|
data-testid="mirai"
|
|
1042
1054
|
>
|
|
1043
|
-
<
|
|
1055
|
+
<ui_view
|
|
1044
1056
|
class="view wide"
|
|
1045
1057
|
>
|
|
1046
|
-
<
|
|
1058
|
+
<ui_view
|
|
1047
1059
|
class="view"
|
|
1048
1060
|
>
|
|
1049
|
-
<
|
|
1061
|
+
<ui_text
|
|
1050
1062
|
class="text bold headline-3"
|
|
1051
1063
|
>
|
|
1052
1064
|
user.label.booking_summary
|
|
1053
|
-
</
|
|
1054
|
-
<
|
|
1065
|
+
</ui_text>
|
|
1066
|
+
<ui_view
|
|
1055
1067
|
class="view row wide"
|
|
1056
1068
|
>
|
|
1057
|
-
<
|
|
1069
|
+
<ui_view
|
|
1058
1070
|
class="view"
|
|
1059
1071
|
>
|
|
1060
|
-
<
|
|
1072
|
+
<ui_text
|
|
1061
1073
|
class="text bold paragraph"
|
|
1062
1074
|
>
|
|
1063
1075
|
common.label.check_in
|
|
1064
|
-
</
|
|
1065
|
-
<
|
|
1076
|
+
</ui_text>
|
|
1077
|
+
<ui_view
|
|
1066
1078
|
class="view"
|
|
1067
1079
|
>
|
|
1068
|
-
<
|
|
1080
|
+
<ui_text
|
|
1069
1081
|
class="text action"
|
|
1070
1082
|
>
|
|
1071
1083
|
mié, 19 jul 2023
|
|
1072
|
-
</
|
|
1073
|
-
</
|
|
1074
|
-
</
|
|
1075
|
-
<
|
|
1084
|
+
</ui_text>
|
|
1085
|
+
</ui_view>
|
|
1086
|
+
</ui_view>
|
|
1087
|
+
<ui_view
|
|
1076
1088
|
class="view"
|
|
1077
1089
|
>
|
|
1078
|
-
<
|
|
1090
|
+
<ui_text
|
|
1079
1091
|
class="text bold paragraph"
|
|
1080
1092
|
>
|
|
1081
1093
|
common.label.check_out
|
|
1082
|
-
</
|
|
1083
|
-
<
|
|
1094
|
+
</ui_text>
|
|
1095
|
+
<ui_view
|
|
1084
1096
|
class="view"
|
|
1085
1097
|
>
|
|
1086
|
-
<
|
|
1098
|
+
<ui_text
|
|
1087
1099
|
class="text action"
|
|
1088
1100
|
>
|
|
1089
1101
|
sáb, 22 jul 2023
|
|
1090
|
-
</
|
|
1091
|
-
</
|
|
1092
|
-
</
|
|
1093
|
-
</
|
|
1094
|
-
<
|
|
1102
|
+
</ui_text>
|
|
1103
|
+
</ui_view>
|
|
1104
|
+
</ui_view>
|
|
1105
|
+
</ui_view>
|
|
1106
|
+
<ui_view
|
|
1095
1107
|
class="view"
|
|
1096
1108
|
>
|
|
1097
|
-
<
|
|
1109
|
+
<ui_text
|
|
1098
1110
|
class="text bold paragraph"
|
|
1099
1111
|
>
|
|
1100
1112
|
user.label.your_reservation
|
|
1101
|
-
</
|
|
1102
|
-
<
|
|
1113
|
+
</ui_text>
|
|
1114
|
+
<ui_text
|
|
1103
1115
|
class="text action"
|
|
1104
1116
|
>
|
|
1105
1117
|
common.label.night
|
|
1106
|
-
<
|
|
1118
|
+
<ui_text
|
|
1107
1119
|
style="text-decoration: underline;"
|
|
1108
1120
|
>
|
|
1109
1121
|
count, common.label.room
|
|
1110
|
-
</
|
|
1122
|
+
</ui_text>
|
|
1111
1123
|
count
|
|
1112
|
-
</
|
|
1113
|
-
<
|
|
1124
|
+
</ui_text>
|
|
1125
|
+
<ui_view
|
|
1114
1126
|
class="view row"
|
|
1115
1127
|
>
|
|
1116
|
-
<
|
|
1128
|
+
<ui_text
|
|
1117
1129
|
class="text light small"
|
|
1118
1130
|
>
|
|
1119
1131
|
Silver Views
|
|
1120
|
-
</
|
|
1121
|
-
</
|
|
1122
|
-
</
|
|
1123
|
-
<
|
|
1132
|
+
</ui_text>
|
|
1133
|
+
</ui_view>
|
|
1134
|
+
</ui_view>
|
|
1135
|
+
<ui_view
|
|
1124
1136
|
class="view"
|
|
1125
1137
|
>
|
|
1126
|
-
<
|
|
1138
|
+
<ui_text
|
|
1127
1139
|
class="text bold paragraph"
|
|
1128
1140
|
>
|
|
1129
1141
|
common.label.accommodation
|
|
1130
|
-
</
|
|
1131
|
-
<
|
|
1142
|
+
</ui_text>
|
|
1143
|
+
<ui_text
|
|
1132
1144
|
class="text action"
|
|
1133
1145
|
>
|
|
1134
1146
|
Hotel Augusta Eco Wellness Resort
|
|
1135
|
-
</
|
|
1136
|
-
<
|
|
1147
|
+
</ui_text>
|
|
1148
|
+
<ui_text
|
|
1137
1149
|
class="text light small"
|
|
1138
1150
|
>
|
|
1139
1151
|
Lugar Padriñan 25, Sanxenxo, España
|
|
1140
|
-
</
|
|
1141
|
-
<
|
|
1152
|
+
</ui_text>
|
|
1153
|
+
<ui_text
|
|
1142
1154
|
class="text light small"
|
|
1143
1155
|
/>
|
|
1144
|
-
</
|
|
1145
|
-
</
|
|
1146
|
-
<
|
|
1156
|
+
</ui_view>
|
|
1157
|
+
</ui_view>
|
|
1158
|
+
<ui_view
|
|
1147
1159
|
class="view"
|
|
1148
1160
|
>
|
|
1149
|
-
<
|
|
1161
|
+
<ui_text
|
|
1150
1162
|
class="text bold headline-3"
|
|
1151
1163
|
>
|
|
1152
1164
|
user.label.price_summary
|
|
1153
|
-
</
|
|
1154
|
-
<
|
|
1165
|
+
</ui_text>
|
|
1166
|
+
<ui_view
|
|
1155
1167
|
class="view wide"
|
|
1156
1168
|
>
|
|
1157
|
-
<
|
|
1169
|
+
<ui_view
|
|
1158
1170
|
class="view row"
|
|
1159
1171
|
>
|
|
1160
|
-
<
|
|
1172
|
+
<ui_text
|
|
1161
1173
|
class="text action wide"
|
|
1162
1174
|
>
|
|
1163
1175
|
common.label.base_price
|
|
1164
|
-
</
|
|
1165
|
-
<
|
|
1176
|
+
</ui_text>
|
|
1177
|
+
<ui_text
|
|
1166
1178
|
class="text action"
|
|
1167
1179
|
>
|
|
1168
1180
|
646,36 €
|
|
1169
|
-
</
|
|
1170
|
-
</
|
|
1171
|
-
<
|
|
1181
|
+
</ui_text>
|
|
1182
|
+
</ui_view>
|
|
1183
|
+
<ui_view
|
|
1172
1184
|
class="view row"
|
|
1173
1185
|
>
|
|
1174
|
-
<
|
|
1186
|
+
<ui_text
|
|
1175
1187
|
class="text action wide"
|
|
1176
1188
|
>
|
|
1177
1189
|
user.label.checkout
|
|
1178
|
-
<
|
|
1190
|
+
<ui_text
|
|
1179
1191
|
style="text-decoration: underline;"
|
|
1180
1192
|
>
|
|
1181
1193
|
discount
|
|
1182
|
-
</
|
|
1194
|
+
</ui_text>
|
|
1183
1195
|
1
|
|
1184
|
-
</
|
|
1185
|
-
<
|
|
1196
|
+
</ui_text>
|
|
1197
|
+
<ui_text
|
|
1186
1198
|
class="text action"
|
|
1187
1199
|
>
|
|
1188
1200
|
-32,31 €
|
|
1189
|
-
</
|
|
1190
|
-
</
|
|
1191
|
-
<
|
|
1201
|
+
</ui_text>
|
|
1202
|
+
</ui_view>
|
|
1203
|
+
<ui_view
|
|
1192
1204
|
class="view row"
|
|
1193
1205
|
>
|
|
1194
|
-
<
|
|
1206
|
+
<ui_text
|
|
1195
1207
|
class="text action wide"
|
|
1196
1208
|
>
|
|
1197
1209
|
user.notification.checkout
|
|
1198
|
-
<
|
|
1210
|
+
<ui_text
|
|
1199
1211
|
style="text-decoration: underline;"
|
|
1200
1212
|
>
|
|
1201
1213
|
tax
|
|
1202
|
-
</
|
|
1214
|
+
</ui_text>
|
|
1203
1215
|
0
|
|
1204
|
-
</
|
|
1205
|
-
<
|
|
1216
|
+
</ui_text>
|
|
1217
|
+
<ui_text
|
|
1206
1218
|
class="text action"
|
|
1207
1219
|
>
|
|
1208
1220
|
61,41 €
|
|
1209
|
-
</
|
|
1210
|
-
</
|
|
1211
|
-
<
|
|
1221
|
+
</ui_text>
|
|
1222
|
+
</ui_view>
|
|
1223
|
+
<ui_view
|
|
1212
1224
|
class="view row"
|
|
1213
1225
|
>
|
|
1214
|
-
<
|
|
1226
|
+
<ui_text
|
|
1215
1227
|
class="text bold paragraph wide"
|
|
1216
1228
|
>
|
|
1217
1229
|
common.label.total
|
|
1218
|
-
</
|
|
1219
|
-
<
|
|
1230
|
+
</ui_text>
|
|
1231
|
+
<ui_text
|
|
1220
1232
|
class="text bold paragraph"
|
|
1221
1233
|
>
|
|
1222
1234
|
675,45 €
|
|
1223
|
-
</
|
|
1224
|
-
</
|
|
1225
|
-
</
|
|
1226
|
-
</
|
|
1227
|
-
</
|
|
1228
|
-
<
|
|
1235
|
+
</ui_text>
|
|
1236
|
+
</ui_view>
|
|
1237
|
+
</ui_view>
|
|
1238
|
+
</ui_view>
|
|
1239
|
+
</ui_view>
|
|
1240
|
+
<ui_view
|
|
1229
1241
|
class="view"
|
|
1230
1242
|
>
|
|
1231
1243
|
<button
|
|
1232
1244
|
class="pressable button large wide"
|
|
1233
1245
|
methods="CARD,AMAZON_PAY"
|
|
1246
|
+
tabindex="0"
|
|
1234
1247
|
>
|
|
1235
|
-
<
|
|
1248
|
+
<ui_view
|
|
1236
1249
|
class="view busyContainer"
|
|
1237
1250
|
>
|
|
1238
|
-
<
|
|
1251
|
+
<ui_view
|
|
1239
1252
|
class="view spinner"
|
|
1240
1253
|
/>
|
|
1241
|
-
</
|
|
1242
|
-
<
|
|
1254
|
+
</ui_view>
|
|
1255
|
+
<ui_view
|
|
1243
1256
|
class="view row children"
|
|
1244
1257
|
>
|
|
1245
1258
|
user.action.book_now
|
|
1246
|
-
</
|
|
1259
|
+
</ui_view>
|
|
1247
1260
|
</button>
|
|
1248
|
-
<
|
|
1261
|
+
<ui_modal_overflow
|
|
1249
1262
|
class="pressable container overflow"
|
|
1250
1263
|
style="height: 768px;"
|
|
1264
|
+
tabindex="0"
|
|
1251
1265
|
>
|
|
1252
|
-
<
|
|
1266
|
+
<ui_view
|
|
1253
1267
|
class="view fit modal calcWidth"
|
|
1254
1268
|
>
|
|
1255
|
-
<
|
|
1269
|
+
<ui_view
|
|
1256
1270
|
class="view row header hideBack"
|
|
1257
1271
|
>
|
|
1258
1272
|
<button
|
|
1259
1273
|
class="pressable button small squared transparent button"
|
|
1274
|
+
tabindex="0"
|
|
1260
1275
|
>
|
|
1261
|
-
<
|
|
1276
|
+
<ui_icon
|
|
1262
1277
|
class="icon headline-3 icon"
|
|
1263
1278
|
>
|
|
1264
1279
|
<svg
|
|
@@ -1278,245 +1293,248 @@ exports[`component:<Checkout> partial:<Confirmation> testID 1`] = `
|
|
|
1278
1293
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
1279
1294
|
/>
|
|
1280
1295
|
</svg>
|
|
1281
|
-
</
|
|
1296
|
+
</ui_icon>
|
|
1282
1297
|
</button>
|
|
1283
|
-
</
|
|
1284
|
-
</
|
|
1285
|
-
</
|
|
1286
|
-
<
|
|
1298
|
+
</ui_view>
|
|
1299
|
+
</ui_view>
|
|
1300
|
+
</ui_modal_overflow>
|
|
1301
|
+
<ui_text
|
|
1287
1302
|
class="text light small wide"
|
|
1288
1303
|
>
|
|
1289
1304
|
common.notification.ssl_encryption
|
|
1290
|
-
</
|
|
1291
|
-
</
|
|
1292
|
-
</
|
|
1305
|
+
</ui_text>
|
|
1306
|
+
</ui_view>
|
|
1307
|
+
</ui_view>
|
|
1293
1308
|
</DocumentFragment>
|
|
1294
1309
|
`;
|
|
1295
1310
|
|
|
1296
1311
|
exports[`component:<Checkout> partial:<Confirmation> with a store 1`] = `
|
|
1297
1312
|
<DocumentFragment>
|
|
1298
|
-
<
|
|
1313
|
+
<ui_view
|
|
1299
1314
|
class="view"
|
|
1300
1315
|
>
|
|
1301
|
-
<
|
|
1316
|
+
<ui_view
|
|
1302
1317
|
class="view wide"
|
|
1303
1318
|
>
|
|
1304
|
-
<
|
|
1319
|
+
<ui_view
|
|
1305
1320
|
class="view"
|
|
1306
1321
|
>
|
|
1307
|
-
<
|
|
1322
|
+
<ui_text
|
|
1308
1323
|
class="text bold headline-3"
|
|
1309
1324
|
>
|
|
1310
1325
|
user.label.booking_summary
|
|
1311
|
-
</
|
|
1312
|
-
<
|
|
1326
|
+
</ui_text>
|
|
1327
|
+
<ui_view
|
|
1313
1328
|
class="view row wide"
|
|
1314
1329
|
>
|
|
1315
|
-
<
|
|
1330
|
+
<ui_view
|
|
1316
1331
|
class="view"
|
|
1317
1332
|
>
|
|
1318
|
-
<
|
|
1333
|
+
<ui_text
|
|
1319
1334
|
class="text bold paragraph"
|
|
1320
1335
|
>
|
|
1321
1336
|
common.label.check_in
|
|
1322
|
-
</
|
|
1323
|
-
<
|
|
1337
|
+
</ui_text>
|
|
1338
|
+
<ui_view
|
|
1324
1339
|
class="view"
|
|
1325
1340
|
>
|
|
1326
|
-
<
|
|
1341
|
+
<ui_text
|
|
1327
1342
|
class="text action"
|
|
1328
1343
|
>
|
|
1329
1344
|
mié, 19 jul 2023
|
|
1330
|
-
</
|
|
1331
|
-
</
|
|
1332
|
-
</
|
|
1333
|
-
<
|
|
1345
|
+
</ui_text>
|
|
1346
|
+
</ui_view>
|
|
1347
|
+
</ui_view>
|
|
1348
|
+
<ui_view
|
|
1334
1349
|
class="view"
|
|
1335
1350
|
>
|
|
1336
|
-
<
|
|
1351
|
+
<ui_text
|
|
1337
1352
|
class="text bold paragraph"
|
|
1338
1353
|
>
|
|
1339
1354
|
common.label.check_out
|
|
1340
|
-
</
|
|
1341
|
-
<
|
|
1355
|
+
</ui_text>
|
|
1356
|
+
<ui_view
|
|
1342
1357
|
class="view"
|
|
1343
1358
|
>
|
|
1344
|
-
<
|
|
1359
|
+
<ui_text
|
|
1345
1360
|
class="text action"
|
|
1346
1361
|
>
|
|
1347
1362
|
sáb, 22 jul 2023
|
|
1348
|
-
</
|
|
1349
|
-
</
|
|
1350
|
-
</
|
|
1351
|
-
</
|
|
1352
|
-
<
|
|
1363
|
+
</ui_text>
|
|
1364
|
+
</ui_view>
|
|
1365
|
+
</ui_view>
|
|
1366
|
+
</ui_view>
|
|
1367
|
+
<ui_view
|
|
1353
1368
|
class="view"
|
|
1354
1369
|
>
|
|
1355
|
-
<
|
|
1370
|
+
<ui_text
|
|
1356
1371
|
class="text bold paragraph"
|
|
1357
1372
|
>
|
|
1358
1373
|
user.label.your_reservation
|
|
1359
|
-
</
|
|
1360
|
-
<
|
|
1374
|
+
</ui_text>
|
|
1375
|
+
<ui_text
|
|
1361
1376
|
class="text action"
|
|
1362
1377
|
>
|
|
1363
1378
|
common.label.night
|
|
1364
|
-
<
|
|
1379
|
+
<ui_text
|
|
1365
1380
|
style="text-decoration: underline;"
|
|
1366
1381
|
>
|
|
1367
1382
|
count, common.label.room
|
|
1368
|
-
</
|
|
1383
|
+
</ui_text>
|
|
1369
1384
|
count
|
|
1370
|
-
</
|
|
1371
|
-
<
|
|
1385
|
+
</ui_text>
|
|
1386
|
+
<ui_view
|
|
1372
1387
|
class="view row"
|
|
1373
1388
|
>
|
|
1374
|
-
<
|
|
1389
|
+
<ui_text
|
|
1375
1390
|
class="text light small"
|
|
1376
1391
|
>
|
|
1377
1392
|
Silver Views
|
|
1378
|
-
</
|
|
1379
|
-
</
|
|
1380
|
-
</
|
|
1381
|
-
<
|
|
1393
|
+
</ui_text>
|
|
1394
|
+
</ui_view>
|
|
1395
|
+
</ui_view>
|
|
1396
|
+
<ui_view
|
|
1382
1397
|
class="view"
|
|
1383
1398
|
>
|
|
1384
|
-
<
|
|
1399
|
+
<ui_text
|
|
1385
1400
|
class="text bold paragraph"
|
|
1386
1401
|
>
|
|
1387
1402
|
common.label.accommodation
|
|
1388
|
-
</
|
|
1389
|
-
<
|
|
1403
|
+
</ui_text>
|
|
1404
|
+
<ui_text
|
|
1390
1405
|
class="text action"
|
|
1391
1406
|
>
|
|
1392
1407
|
Hotel Augusta Eco Wellness Resort
|
|
1393
|
-
</
|
|
1394
|
-
<
|
|
1408
|
+
</ui_text>
|
|
1409
|
+
<ui_text
|
|
1395
1410
|
class="text light small"
|
|
1396
1411
|
>
|
|
1397
1412
|
Lugar Padriñan 25, Sanxenxo, España
|
|
1398
|
-
</
|
|
1399
|
-
<
|
|
1413
|
+
</ui_text>
|
|
1414
|
+
<ui_text
|
|
1400
1415
|
class="text light small"
|
|
1401
1416
|
/>
|
|
1402
|
-
</
|
|
1403
|
-
</
|
|
1404
|
-
<
|
|
1417
|
+
</ui_view>
|
|
1418
|
+
</ui_view>
|
|
1419
|
+
<ui_view
|
|
1405
1420
|
class="view"
|
|
1406
1421
|
>
|
|
1407
|
-
<
|
|
1422
|
+
<ui_text
|
|
1408
1423
|
class="text bold headline-3"
|
|
1409
1424
|
>
|
|
1410
1425
|
user.label.price_summary
|
|
1411
|
-
</
|
|
1412
|
-
<
|
|
1426
|
+
</ui_text>
|
|
1427
|
+
<ui_view
|
|
1413
1428
|
class="view wide"
|
|
1414
1429
|
>
|
|
1415
|
-
<
|
|
1430
|
+
<ui_view
|
|
1416
1431
|
class="view row"
|
|
1417
1432
|
>
|
|
1418
|
-
<
|
|
1433
|
+
<ui_text
|
|
1419
1434
|
class="text action wide"
|
|
1420
1435
|
>
|
|
1421
1436
|
common.label.base_price
|
|
1422
|
-
</
|
|
1423
|
-
<
|
|
1437
|
+
</ui_text>
|
|
1438
|
+
<ui_text
|
|
1424
1439
|
class="text action"
|
|
1425
1440
|
>
|
|
1426
1441
|
646,36 €
|
|
1427
|
-
</
|
|
1428
|
-
</
|
|
1429
|
-
<
|
|
1442
|
+
</ui_text>
|
|
1443
|
+
</ui_view>
|
|
1444
|
+
<ui_view
|
|
1430
1445
|
class="view row"
|
|
1431
1446
|
>
|
|
1432
|
-
<
|
|
1447
|
+
<ui_text
|
|
1433
1448
|
class="text action wide"
|
|
1434
1449
|
>
|
|
1435
1450
|
user.label.checkout
|
|
1436
|
-
<
|
|
1451
|
+
<ui_text
|
|
1437
1452
|
style="text-decoration: underline;"
|
|
1438
1453
|
>
|
|
1439
1454
|
discount
|
|
1440
|
-
</
|
|
1455
|
+
</ui_text>
|
|
1441
1456
|
1
|
|
1442
|
-
</
|
|
1443
|
-
<
|
|
1457
|
+
</ui_text>
|
|
1458
|
+
<ui_text
|
|
1444
1459
|
class="text action"
|
|
1445
1460
|
>
|
|
1446
1461
|
-32,31 €
|
|
1447
|
-
</
|
|
1448
|
-
</
|
|
1449
|
-
<
|
|
1462
|
+
</ui_text>
|
|
1463
|
+
</ui_view>
|
|
1464
|
+
<ui_view
|
|
1450
1465
|
class="view row"
|
|
1451
1466
|
>
|
|
1452
|
-
<
|
|
1467
|
+
<ui_text
|
|
1453
1468
|
class="text action wide"
|
|
1454
1469
|
>
|
|
1455
1470
|
user.notification.checkout
|
|
1456
|
-
<
|
|
1471
|
+
<ui_text
|
|
1457
1472
|
style="text-decoration: underline;"
|
|
1458
1473
|
>
|
|
1459
1474
|
tax
|
|
1460
|
-
</
|
|
1475
|
+
</ui_text>
|
|
1461
1476
|
0
|
|
1462
|
-
</
|
|
1463
|
-
<
|
|
1477
|
+
</ui_text>
|
|
1478
|
+
<ui_text
|
|
1464
1479
|
class="text action"
|
|
1465
1480
|
>
|
|
1466
1481
|
61,41 €
|
|
1467
|
-
</
|
|
1468
|
-
</
|
|
1469
|
-
<
|
|
1482
|
+
</ui_text>
|
|
1483
|
+
</ui_view>
|
|
1484
|
+
<ui_view
|
|
1470
1485
|
class="view row"
|
|
1471
1486
|
>
|
|
1472
|
-
<
|
|
1487
|
+
<ui_text
|
|
1473
1488
|
class="text bold paragraph wide"
|
|
1474
1489
|
>
|
|
1475
1490
|
common.label.total
|
|
1476
|
-
</
|
|
1477
|
-
<
|
|
1491
|
+
</ui_text>
|
|
1492
|
+
<ui_text
|
|
1478
1493
|
class="text bold paragraph"
|
|
1479
1494
|
>
|
|
1480
1495
|
675,45 €
|
|
1481
|
-
</
|
|
1482
|
-
</
|
|
1483
|
-
</
|
|
1484
|
-
</
|
|
1485
|
-
</
|
|
1486
|
-
<
|
|
1496
|
+
</ui_text>
|
|
1497
|
+
</ui_view>
|
|
1498
|
+
</ui_view>
|
|
1499
|
+
</ui_view>
|
|
1500
|
+
</ui_view>
|
|
1501
|
+
<ui_view
|
|
1487
1502
|
class="view"
|
|
1488
1503
|
>
|
|
1489
1504
|
<button
|
|
1490
1505
|
class="pressable button large wide"
|
|
1491
1506
|
methods="CARD,AMAZON_PAY"
|
|
1507
|
+
tabindex="0"
|
|
1492
1508
|
>
|
|
1493
|
-
<
|
|
1509
|
+
<ui_view
|
|
1494
1510
|
class="view busyContainer"
|
|
1495
1511
|
>
|
|
1496
|
-
<
|
|
1512
|
+
<ui_view
|
|
1497
1513
|
class="view spinner"
|
|
1498
1514
|
/>
|
|
1499
|
-
</
|
|
1500
|
-
<
|
|
1515
|
+
</ui_view>
|
|
1516
|
+
<ui_view
|
|
1501
1517
|
class="view row children"
|
|
1502
1518
|
>
|
|
1503
1519
|
user.action.book_now
|
|
1504
|
-
</
|
|
1520
|
+
</ui_view>
|
|
1505
1521
|
</button>
|
|
1506
|
-
<
|
|
1522
|
+
<ui_modal_overflow
|
|
1507
1523
|
class="pressable container overflow"
|
|
1508
1524
|
style="height: 768px;"
|
|
1525
|
+
tabindex="0"
|
|
1509
1526
|
>
|
|
1510
|
-
<
|
|
1527
|
+
<ui_view
|
|
1511
1528
|
class="view fit modal calcWidth"
|
|
1512
1529
|
>
|
|
1513
|
-
<
|
|
1530
|
+
<ui_view
|
|
1514
1531
|
class="view row header hideBack"
|
|
1515
1532
|
>
|
|
1516
1533
|
<button
|
|
1517
1534
|
class="pressable button small squared transparent button"
|
|
1535
|
+
tabindex="0"
|
|
1518
1536
|
>
|
|
1519
|
-
<
|
|
1537
|
+
<ui_icon
|
|
1520
1538
|
class="icon headline-3 icon"
|
|
1521
1539
|
>
|
|
1522
1540
|
<svg
|
|
@@ -1536,17 +1554,17 @@ exports[`component:<Checkout> partial:<Confirmation> with a store 1`] = `
|
|
|
1536
1554
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
1537
1555
|
/>
|
|
1538
1556
|
</svg>
|
|
1539
|
-
</
|
|
1557
|
+
</ui_icon>
|
|
1540
1558
|
</button>
|
|
1541
|
-
</
|
|
1542
|
-
</
|
|
1543
|
-
</
|
|
1544
|
-
<
|
|
1559
|
+
</ui_view>
|
|
1560
|
+
</ui_view>
|
|
1561
|
+
</ui_modal_overflow>
|
|
1562
|
+
<ui_text
|
|
1545
1563
|
class="text light small wide"
|
|
1546
1564
|
>
|
|
1547
1565
|
common.notification.ssl_encryption
|
|
1548
|
-
</
|
|
1549
|
-
</
|
|
1550
|
-
</
|
|
1566
|
+
</ui_text>
|
|
1567
|
+
</ui_view>
|
|
1568
|
+
</ui_view>
|
|
1551
1569
|
</DocumentFragment>
|
|
1552
1570
|
`;
|