@mirai/core 0.3.336 → 0.3.337
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/package.json +3 -3
- 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
package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap
CHANGED
|
@@ -2,25 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Booking> partial:<Modal> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_modal_overflow
|
|
6
6
|
class="pressable container overflow"
|
|
7
7
|
style="height: 768px;"
|
|
8
|
+
tabindex="0"
|
|
8
9
|
>
|
|
9
|
-
<
|
|
10
|
+
<ui_view
|
|
10
11
|
class="view fit modal calcWidth mirai"
|
|
11
12
|
>
|
|
12
|
-
<
|
|
13
|
+
<ui_view
|
|
13
14
|
class="view row header hideBack"
|
|
14
15
|
>
|
|
15
|
-
<
|
|
16
|
+
<ui_text
|
|
16
17
|
class="text headline-3 title"
|
|
17
18
|
>
|
|
18
19
|
user.action.resend_booking
|
|
19
|
-
</
|
|
20
|
+
</ui_text>
|
|
20
21
|
<button
|
|
21
22
|
class="pressable button small squared transparent button"
|
|
23
|
+
tabindex="0"
|
|
22
24
|
>
|
|
23
|
-
<
|
|
25
|
+
<ui_icon
|
|
24
26
|
class="icon headline-3 icon"
|
|
25
27
|
>
|
|
26
28
|
<svg
|
|
@@ -40,86 +42,92 @@ exports[`component:<Booking> partial:<Modal> inherit:className 1`] = `
|
|
|
40
42
|
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"
|
|
41
43
|
/>
|
|
42
44
|
</svg>
|
|
43
|
-
</
|
|
45
|
+
</ui_icon>
|
|
44
46
|
</button>
|
|
45
|
-
</
|
|
46
|
-
<
|
|
47
|
+
</ui_view>
|
|
48
|
+
<ui_view
|
|
47
49
|
class="view"
|
|
48
50
|
>
|
|
49
|
-
<
|
|
51
|
+
<ui_view
|
|
50
52
|
class="view"
|
|
51
53
|
>
|
|
52
|
-
<
|
|
54
|
+
<ui_text
|
|
53
55
|
class="text paragraph"
|
|
54
56
|
>
|
|
55
57
|
user.label.email_text
|
|
56
|
-
</
|
|
57
|
-
<
|
|
58
|
+
</ui_text>
|
|
59
|
+
<ui_input_text
|
|
58
60
|
class="view inputContainer"
|
|
59
61
|
>
|
|
60
|
-
<
|
|
62
|
+
<ui_view
|
|
61
63
|
class="view row inputBorder"
|
|
62
64
|
>
|
|
63
|
-
<
|
|
65
|
+
<ui_view
|
|
64
66
|
class="view wide content"
|
|
65
67
|
>
|
|
66
|
-
<
|
|
68
|
+
<label
|
|
67
69
|
class="text paragraph text label"
|
|
70
|
+
for="input.email"
|
|
68
71
|
>
|
|
69
72
|
common.label.email
|
|
70
|
-
</
|
|
73
|
+
</label>
|
|
71
74
|
<input
|
|
72
75
|
class="input input withLabel"
|
|
76
|
+
id="input.email"
|
|
73
77
|
name="email"
|
|
74
78
|
required=""
|
|
75
79
|
type="email"
|
|
76
80
|
value=""
|
|
77
81
|
/>
|
|
78
|
-
</
|
|
79
|
-
</
|
|
80
|
-
</
|
|
81
|
-
</
|
|
82
|
-
<
|
|
82
|
+
</ui_view>
|
|
83
|
+
</ui_view>
|
|
84
|
+
</ui_input_text>
|
|
85
|
+
</ui_view>
|
|
86
|
+
<ui_view
|
|
83
87
|
class="view row"
|
|
84
88
|
>
|
|
85
89
|
<button
|
|
86
90
|
class="pressable button large secondary wide"
|
|
91
|
+
tabindex="0"
|
|
87
92
|
>
|
|
88
93
|
common.action.back
|
|
89
94
|
</button>
|
|
90
95
|
<button
|
|
91
96
|
class="pressable button large wide"
|
|
97
|
+
tabindex="0"
|
|
92
98
|
>
|
|
93
99
|
common.action.send
|
|
94
100
|
</button>
|
|
95
|
-
</
|
|
96
|
-
</
|
|
97
|
-
</
|
|
98
|
-
</
|
|
101
|
+
</ui_view>
|
|
102
|
+
</ui_view>
|
|
103
|
+
</ui_view>
|
|
104
|
+
</ui_modal_overflow>
|
|
99
105
|
</DocumentFragment>
|
|
100
106
|
`;
|
|
101
107
|
|
|
102
108
|
exports[`component:<Booking> partial:<Modal> renders 1`] = `
|
|
103
109
|
<DocumentFragment>
|
|
104
|
-
<
|
|
110
|
+
<ui_modal_overflow
|
|
105
111
|
class="pressable container overflow"
|
|
106
112
|
style="height: 768px;"
|
|
113
|
+
tabindex="0"
|
|
107
114
|
>
|
|
108
|
-
<
|
|
115
|
+
<ui_view
|
|
109
116
|
class="view fit modal calcWidth"
|
|
110
117
|
>
|
|
111
|
-
<
|
|
118
|
+
<ui_view
|
|
112
119
|
class="view row header hideBack"
|
|
113
120
|
>
|
|
114
|
-
<
|
|
121
|
+
<ui_text
|
|
115
122
|
class="text headline-3 title"
|
|
116
123
|
>
|
|
117
124
|
user.action.resend_booking
|
|
118
|
-
</
|
|
125
|
+
</ui_text>
|
|
119
126
|
<button
|
|
120
127
|
class="pressable button small squared transparent button"
|
|
128
|
+
tabindex="0"
|
|
121
129
|
>
|
|
122
|
-
<
|
|
130
|
+
<ui_icon
|
|
123
131
|
class="icon headline-3 icon"
|
|
124
132
|
>
|
|
125
133
|
<svg
|
|
@@ -139,89 +147,95 @@ exports[`component:<Booking> partial:<Modal> renders 1`] = `
|
|
|
139
147
|
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"
|
|
140
148
|
/>
|
|
141
149
|
</svg>
|
|
142
|
-
</
|
|
150
|
+
</ui_icon>
|
|
143
151
|
</button>
|
|
144
|
-
</
|
|
145
|
-
<
|
|
152
|
+
</ui_view>
|
|
153
|
+
<ui_view
|
|
146
154
|
class="view"
|
|
147
155
|
>
|
|
148
|
-
<
|
|
156
|
+
<ui_view
|
|
149
157
|
class="view"
|
|
150
158
|
>
|
|
151
|
-
<
|
|
159
|
+
<ui_text
|
|
152
160
|
class="text paragraph"
|
|
153
161
|
>
|
|
154
162
|
user.label.email_text
|
|
155
|
-
</
|
|
156
|
-
<
|
|
163
|
+
</ui_text>
|
|
164
|
+
<ui_input_text
|
|
157
165
|
class="view inputContainer"
|
|
158
166
|
>
|
|
159
|
-
<
|
|
167
|
+
<ui_view
|
|
160
168
|
class="view row inputBorder"
|
|
161
169
|
>
|
|
162
|
-
<
|
|
170
|
+
<ui_view
|
|
163
171
|
class="view wide content"
|
|
164
172
|
>
|
|
165
|
-
<
|
|
173
|
+
<label
|
|
166
174
|
class="text paragraph text label"
|
|
175
|
+
for="input.email"
|
|
167
176
|
>
|
|
168
177
|
common.label.email
|
|
169
|
-
</
|
|
178
|
+
</label>
|
|
170
179
|
<input
|
|
171
180
|
class="input input withLabel"
|
|
181
|
+
id="input.email"
|
|
172
182
|
name="email"
|
|
173
183
|
required=""
|
|
174
184
|
type="email"
|
|
175
185
|
value=""
|
|
176
186
|
/>
|
|
177
|
-
</
|
|
178
|
-
</
|
|
179
|
-
</
|
|
180
|
-
</
|
|
181
|
-
<
|
|
187
|
+
</ui_view>
|
|
188
|
+
</ui_view>
|
|
189
|
+
</ui_input_text>
|
|
190
|
+
</ui_view>
|
|
191
|
+
<ui_view
|
|
182
192
|
class="view row"
|
|
183
193
|
>
|
|
184
194
|
<button
|
|
185
195
|
class="pressable button large secondary wide"
|
|
196
|
+
tabindex="0"
|
|
186
197
|
>
|
|
187
198
|
common.action.back
|
|
188
199
|
</button>
|
|
189
200
|
<button
|
|
190
201
|
class="pressable button large wide"
|
|
202
|
+
tabindex="0"
|
|
191
203
|
>
|
|
192
204
|
common.action.send
|
|
193
205
|
</button>
|
|
194
|
-
</
|
|
195
|
-
</
|
|
196
|
-
</
|
|
197
|
-
</
|
|
206
|
+
</ui_view>
|
|
207
|
+
</ui_view>
|
|
208
|
+
</ui_view>
|
|
209
|
+
</ui_modal_overflow>
|
|
198
210
|
</DocumentFragment>
|
|
199
211
|
`;
|
|
200
212
|
|
|
201
213
|
exports[`component:<Booking> partial:<Modal> testID 1`] = `
|
|
202
214
|
<DocumentFragment>
|
|
203
|
-
<
|
|
215
|
+
<ui_modal_overflow
|
|
204
216
|
class="pressable container overflow"
|
|
205
217
|
data-testid="mirai-overflow"
|
|
206
218
|
style="height: 768px;"
|
|
219
|
+
tabindex="0"
|
|
207
220
|
>
|
|
208
|
-
<
|
|
221
|
+
<ui_view
|
|
209
222
|
class="view fit modal calcWidth"
|
|
210
223
|
data-testid="mirai"
|
|
211
224
|
>
|
|
212
|
-
<
|
|
225
|
+
<ui_view
|
|
213
226
|
class="view row header hideBack"
|
|
214
227
|
>
|
|
215
|
-
<
|
|
228
|
+
<ui_text
|
|
216
229
|
class="text headline-3 title"
|
|
217
230
|
>
|
|
218
231
|
user.action.resend_booking
|
|
219
|
-
</
|
|
232
|
+
</ui_text>
|
|
220
233
|
<button
|
|
221
234
|
class="pressable button small squared transparent button"
|
|
222
235
|
data-testid="mirai-button-close"
|
|
236
|
+
tabindex="0"
|
|
223
237
|
>
|
|
224
|
-
<
|
|
238
|
+
<ui_icon
|
|
225
239
|
class="icon headline-3 icon"
|
|
226
240
|
>
|
|
227
241
|
<svg
|
|
@@ -241,86 +255,92 @@ exports[`component:<Booking> partial:<Modal> testID 1`] = `
|
|
|
241
255
|
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"
|
|
242
256
|
/>
|
|
243
257
|
</svg>
|
|
244
|
-
</
|
|
258
|
+
</ui_icon>
|
|
245
259
|
</button>
|
|
246
|
-
</
|
|
247
|
-
<
|
|
260
|
+
</ui_view>
|
|
261
|
+
<ui_view
|
|
248
262
|
class="view"
|
|
249
263
|
>
|
|
250
|
-
<
|
|
264
|
+
<ui_view
|
|
251
265
|
class="view"
|
|
252
266
|
>
|
|
253
|
-
<
|
|
267
|
+
<ui_text
|
|
254
268
|
class="text paragraph"
|
|
255
269
|
>
|
|
256
270
|
user.label.email_text
|
|
257
|
-
</
|
|
258
|
-
<
|
|
271
|
+
</ui_text>
|
|
272
|
+
<ui_input_text
|
|
259
273
|
class="view inputContainer"
|
|
260
274
|
>
|
|
261
|
-
<
|
|
275
|
+
<ui_view
|
|
262
276
|
class="view row inputBorder"
|
|
263
277
|
>
|
|
264
|
-
<
|
|
278
|
+
<ui_view
|
|
265
279
|
class="view wide content"
|
|
266
280
|
>
|
|
267
|
-
<
|
|
281
|
+
<label
|
|
268
282
|
class="text paragraph text label"
|
|
283
|
+
for="input.email"
|
|
269
284
|
>
|
|
270
285
|
common.label.email
|
|
271
|
-
</
|
|
286
|
+
</label>
|
|
272
287
|
<input
|
|
273
288
|
class="input input withLabel"
|
|
289
|
+
id="input.email"
|
|
274
290
|
name="email"
|
|
275
291
|
required=""
|
|
276
292
|
type="email"
|
|
277
293
|
value=""
|
|
278
294
|
/>
|
|
279
|
-
</
|
|
280
|
-
</
|
|
281
|
-
</
|
|
282
|
-
</
|
|
283
|
-
<
|
|
295
|
+
</ui_view>
|
|
296
|
+
</ui_view>
|
|
297
|
+
</ui_input_text>
|
|
298
|
+
</ui_view>
|
|
299
|
+
<ui_view
|
|
284
300
|
class="view row"
|
|
285
301
|
>
|
|
286
302
|
<button
|
|
287
303
|
class="pressable button large secondary wide"
|
|
304
|
+
tabindex="0"
|
|
288
305
|
>
|
|
289
306
|
common.action.back
|
|
290
307
|
</button>
|
|
291
308
|
<button
|
|
292
309
|
class="pressable button large wide"
|
|
310
|
+
tabindex="0"
|
|
293
311
|
>
|
|
294
312
|
common.action.send
|
|
295
313
|
</button>
|
|
296
|
-
</
|
|
297
|
-
</
|
|
298
|
-
</
|
|
299
|
-
</
|
|
314
|
+
</ui_view>
|
|
315
|
+
</ui_view>
|
|
316
|
+
</ui_view>
|
|
317
|
+
</ui_modal_overflow>
|
|
300
318
|
</DocumentFragment>
|
|
301
319
|
`;
|
|
302
320
|
|
|
303
321
|
exports[`component:<Booking> partial:<Modal> with a store 1`] = `
|
|
304
322
|
<DocumentFragment>
|
|
305
|
-
<
|
|
323
|
+
<ui_modal_overflow
|
|
306
324
|
class="pressable container overflow"
|
|
307
325
|
style="height: 768px;"
|
|
326
|
+
tabindex="0"
|
|
308
327
|
>
|
|
309
|
-
<
|
|
328
|
+
<ui_view
|
|
310
329
|
class="view fit modal calcWidth"
|
|
311
330
|
>
|
|
312
|
-
<
|
|
331
|
+
<ui_view
|
|
313
332
|
class="view row header hideBack"
|
|
314
333
|
>
|
|
315
|
-
<
|
|
334
|
+
<ui_text
|
|
316
335
|
class="text headline-3 title"
|
|
317
336
|
>
|
|
318
337
|
user.action.resend_booking
|
|
319
|
-
</
|
|
338
|
+
</ui_text>
|
|
320
339
|
<button
|
|
321
340
|
class="pressable button small squared transparent button"
|
|
341
|
+
tabindex="0"
|
|
322
342
|
>
|
|
323
|
-
<
|
|
343
|
+
<ui_icon
|
|
324
344
|
class="icon headline-3 icon"
|
|
325
345
|
>
|
|
326
346
|
<svg
|
|
@@ -340,61 +360,65 @@ exports[`component:<Booking> partial:<Modal> with a store 1`] = `
|
|
|
340
360
|
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"
|
|
341
361
|
/>
|
|
342
362
|
</svg>
|
|
343
|
-
</
|
|
363
|
+
</ui_icon>
|
|
344
364
|
</button>
|
|
345
|
-
</
|
|
346
|
-
<
|
|
365
|
+
</ui_view>
|
|
366
|
+
<ui_view
|
|
347
367
|
class="view"
|
|
348
368
|
>
|
|
349
|
-
<
|
|
369
|
+
<ui_view
|
|
350
370
|
class="view"
|
|
351
371
|
>
|
|
352
|
-
<
|
|
372
|
+
<ui_text
|
|
353
373
|
class="text paragraph"
|
|
354
374
|
>
|
|
355
375
|
user.label.email_text
|
|
356
|
-
</
|
|
357
|
-
<
|
|
376
|
+
</ui_text>
|
|
377
|
+
<ui_input_text
|
|
358
378
|
class="view inputContainer"
|
|
359
379
|
>
|
|
360
|
-
<
|
|
380
|
+
<ui_view
|
|
361
381
|
class="view row inputBorder"
|
|
362
382
|
>
|
|
363
|
-
<
|
|
383
|
+
<ui_view
|
|
364
384
|
class="view wide content"
|
|
365
385
|
>
|
|
366
|
-
<
|
|
386
|
+
<label
|
|
367
387
|
class="text paragraph text label"
|
|
388
|
+
for="input.email"
|
|
368
389
|
>
|
|
369
390
|
common.label.email
|
|
370
|
-
</
|
|
391
|
+
</label>
|
|
371
392
|
<input
|
|
372
393
|
class="input input withLabel"
|
|
394
|
+
id="input.email"
|
|
373
395
|
name="email"
|
|
374
396
|
required=""
|
|
375
397
|
type="email"
|
|
376
398
|
value=""
|
|
377
399
|
/>
|
|
378
|
-
</
|
|
379
|
-
</
|
|
380
|
-
</
|
|
381
|
-
</
|
|
382
|
-
<
|
|
400
|
+
</ui_view>
|
|
401
|
+
</ui_view>
|
|
402
|
+
</ui_input_text>
|
|
403
|
+
</ui_view>
|
|
404
|
+
<ui_view
|
|
383
405
|
class="view row"
|
|
384
406
|
>
|
|
385
407
|
<button
|
|
386
408
|
class="pressable button large secondary wide"
|
|
409
|
+
tabindex="0"
|
|
387
410
|
>
|
|
388
411
|
common.action.back
|
|
389
412
|
</button>
|
|
390
413
|
<button
|
|
391
414
|
class="pressable button large wide"
|
|
415
|
+
tabindex="0"
|
|
392
416
|
>
|
|
393
417
|
common.action.send
|
|
394
418
|
</button>
|
|
395
|
-
</
|
|
396
|
-
</
|
|
397
|
-
</
|
|
398
|
-
</
|
|
419
|
+
</ui_view>
|
|
420
|
+
</ui_view>
|
|
421
|
+
</ui_view>
|
|
422
|
+
</ui_modal_overflow>
|
|
399
423
|
</DocumentFragment>
|
|
400
424
|
`;
|