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