@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
|
@@ -2,40 +2,43 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<BookingQuery> Using ghost feature renders 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_pressable
|
|
6
6
|
class="pressable"
|
|
7
|
+
tabindex="0"
|
|
7
8
|
>
|
|
8
9
|
<div>
|
|
9
10
|
<button>
|
|
10
11
|
hello
|
|
11
12
|
</button>
|
|
12
13
|
</div>
|
|
13
|
-
</
|
|
14
|
-
<
|
|
14
|
+
</ui_pressable>
|
|
15
|
+
<ui_modal_overflow
|
|
15
16
|
class="pressable container overflow"
|
|
16
17
|
style="height: 768px;"
|
|
18
|
+
tabindex="0"
|
|
17
19
|
>
|
|
18
|
-
<
|
|
20
|
+
<ui_view
|
|
19
21
|
class="view fit modal calcWidth"
|
|
20
22
|
>
|
|
21
|
-
<
|
|
23
|
+
<ui_view
|
|
22
24
|
class="view row header hideBack"
|
|
23
25
|
>
|
|
24
|
-
<
|
|
26
|
+
<ui_text
|
|
25
27
|
class="text headline-3 title"
|
|
26
28
|
>
|
|
27
29
|
user.label.booking
|
|
28
|
-
<
|
|
30
|
+
<ui_text
|
|
29
31
|
style="text-decoration: underline;"
|
|
30
32
|
>
|
|
31
33
|
query
|
|
32
|
-
</
|
|
34
|
+
</ui_text>
|
|
33
35
|
title
|
|
34
|
-
</
|
|
36
|
+
</ui_text>
|
|
35
37
|
<button
|
|
36
38
|
class="pressable button small squared transparent button"
|
|
39
|
+
tabindex="0"
|
|
37
40
|
>
|
|
38
|
-
<
|
|
41
|
+
<ui_icon
|
|
39
42
|
class="icon headline-3 icon"
|
|
40
43
|
>
|
|
41
44
|
<svg
|
|
@@ -55,66 +58,70 @@ exports[`component:<BookingQuery> Using ghost feature renders 1`] = `
|
|
|
55
58
|
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"
|
|
56
59
|
/>
|
|
57
60
|
</svg>
|
|
58
|
-
</
|
|
61
|
+
</ui_icon>
|
|
59
62
|
</button>
|
|
60
|
-
</
|
|
63
|
+
</ui_view>
|
|
61
64
|
<form>
|
|
62
|
-
<
|
|
65
|
+
<ui_text
|
|
63
66
|
class="text paragraph"
|
|
64
67
|
>
|
|
65
68
|
user.label.form_description
|
|
66
|
-
</
|
|
67
|
-
<
|
|
69
|
+
</ui_text>
|
|
70
|
+
<ui_input_text
|
|
68
71
|
class="view inputContainer"
|
|
69
72
|
>
|
|
70
|
-
<
|
|
73
|
+
<ui_view
|
|
71
74
|
class="view row inputBorder"
|
|
72
75
|
>
|
|
73
|
-
<
|
|
76
|
+
<ui_view
|
|
74
77
|
class="view wide content"
|
|
75
78
|
>
|
|
76
|
-
<
|
|
79
|
+
<label
|
|
77
80
|
class="text paragraph text label"
|
|
81
|
+
for="input.id"
|
|
78
82
|
>
|
|
79
83
|
user.label.booking_code
|
|
80
|
-
</
|
|
84
|
+
</label>
|
|
81
85
|
<input
|
|
82
86
|
class="input input withLabel"
|
|
87
|
+
id="input.id"
|
|
83
88
|
name="id"
|
|
84
89
|
required=""
|
|
85
90
|
type="text"
|
|
86
91
|
value=""
|
|
87
92
|
/>
|
|
88
|
-
</
|
|
89
|
-
</
|
|
90
|
-
</
|
|
91
|
-
<
|
|
93
|
+
</ui_view>
|
|
94
|
+
</ui_view>
|
|
95
|
+
</ui_input_text>
|
|
96
|
+
<ui_input_text
|
|
92
97
|
class="view inputContainer"
|
|
93
98
|
>
|
|
94
|
-
<
|
|
99
|
+
<ui_view
|
|
95
100
|
class="view row inputBorder"
|
|
96
101
|
>
|
|
97
|
-
<
|
|
102
|
+
<ui_view
|
|
98
103
|
class="view wide content"
|
|
99
104
|
>
|
|
100
|
-
<
|
|
105
|
+
<label
|
|
101
106
|
class="text paragraph text label"
|
|
107
|
+
for="input.pinCode"
|
|
102
108
|
>
|
|
103
109
|
user.label.pincode
|
|
104
|
-
</
|
|
110
|
+
</label>
|
|
105
111
|
<input
|
|
106
112
|
class="input input withLabel"
|
|
113
|
+
id="input.pinCode"
|
|
107
114
|
name="pinCode"
|
|
108
115
|
required=""
|
|
109
116
|
type="password"
|
|
110
117
|
value=""
|
|
111
118
|
/>
|
|
112
|
-
</
|
|
113
|
-
<
|
|
119
|
+
</ui_view>
|
|
120
|
+
<ui_pressable
|
|
114
121
|
class="pressable"
|
|
115
122
|
tabindex="-1"
|
|
116
123
|
>
|
|
117
|
-
<
|
|
124
|
+
<ui_icon
|
|
118
125
|
class="icon headline-3 icon password"
|
|
119
126
|
>
|
|
120
127
|
<svg
|
|
@@ -134,86 +141,89 @@ exports[`component:<BookingQuery> Using ghost feature renders 1`] = `
|
|
|
134
141
|
d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
|
|
135
142
|
/>
|
|
136
143
|
</svg>
|
|
137
|
-
</
|
|
138
|
-
</
|
|
139
|
-
</
|
|
140
|
-
</
|
|
144
|
+
</ui_icon>
|
|
145
|
+
</ui_pressable>
|
|
146
|
+
</ui_view>
|
|
147
|
+
</ui_input_text>
|
|
141
148
|
<button
|
|
142
149
|
class="pressable disabled button large disabled wide"
|
|
143
150
|
disabled=""
|
|
144
151
|
type="submit"
|
|
145
152
|
>
|
|
146
|
-
<
|
|
153
|
+
<ui_view
|
|
147
154
|
class="view busyContainer"
|
|
148
155
|
>
|
|
149
|
-
<
|
|
156
|
+
<ui_view
|
|
150
157
|
class="view spinner"
|
|
151
158
|
/>
|
|
152
|
-
</
|
|
153
|
-
<
|
|
159
|
+
</ui_view>
|
|
160
|
+
<ui_view
|
|
154
161
|
class="view row children"
|
|
155
162
|
>
|
|
156
163
|
user.action.booking_query_cta
|
|
157
|
-
</
|
|
164
|
+
</ui_view>
|
|
158
165
|
</button>
|
|
159
|
-
<
|
|
166
|
+
<ui_text
|
|
160
167
|
class="text bold small"
|
|
161
168
|
>
|
|
162
169
|
common.label.reservation_code
|
|
163
|
-
</
|
|
164
|
-
<
|
|
170
|
+
</ui_text>
|
|
171
|
+
<ui_text
|
|
165
172
|
class="text small"
|
|
166
173
|
>
|
|
167
174
|
common.label.reservation
|
|
168
|
-
<
|
|
175
|
+
<ui_text
|
|
169
176
|
style="text-decoration: underline;"
|
|
170
177
|
>
|
|
171
178
|
code
|
|
172
|
-
</
|
|
179
|
+
</ui_text>
|
|
173
180
|
description
|
|
174
|
-
</
|
|
181
|
+
</ui_text>
|
|
175
182
|
</form>
|
|
176
|
-
</
|
|
177
|
-
</
|
|
183
|
+
</ui_view>
|
|
184
|
+
</ui_modal_overflow>
|
|
178
185
|
</DocumentFragment>
|
|
179
186
|
`;
|
|
180
187
|
|
|
181
188
|
exports[`component:<BookingQuery> Using ghost feature with a store using ghost feature 1`] = `
|
|
182
189
|
<DocumentFragment>
|
|
183
|
-
<
|
|
190
|
+
<ui_pressable
|
|
184
191
|
class="pressable"
|
|
192
|
+
tabindex="0"
|
|
185
193
|
>
|
|
186
194
|
<div>
|
|
187
195
|
<button>
|
|
188
196
|
hello
|
|
189
197
|
</button>
|
|
190
198
|
</div>
|
|
191
|
-
</
|
|
192
|
-
<
|
|
199
|
+
</ui_pressable>
|
|
200
|
+
<ui_modal_overflow
|
|
193
201
|
class="pressable container overflow"
|
|
194
202
|
style="height: 768px;"
|
|
203
|
+
tabindex="0"
|
|
195
204
|
>
|
|
196
|
-
<
|
|
205
|
+
<ui_view
|
|
197
206
|
class="view fit modal calcWidth"
|
|
198
207
|
>
|
|
199
|
-
<
|
|
208
|
+
<ui_view
|
|
200
209
|
class="view row header hideBack"
|
|
201
210
|
>
|
|
202
|
-
<
|
|
211
|
+
<ui_text
|
|
203
212
|
class="text headline-3 title"
|
|
204
213
|
>
|
|
205
214
|
user.label.booking
|
|
206
|
-
<
|
|
215
|
+
<ui_text
|
|
207
216
|
style="text-decoration: underline;"
|
|
208
217
|
>
|
|
209
218
|
query
|
|
210
|
-
</
|
|
219
|
+
</ui_text>
|
|
211
220
|
title
|
|
212
|
-
</
|
|
221
|
+
</ui_text>
|
|
213
222
|
<button
|
|
214
223
|
class="pressable button small squared transparent button"
|
|
224
|
+
tabindex="0"
|
|
215
225
|
>
|
|
216
|
-
<
|
|
226
|
+
<ui_icon
|
|
217
227
|
class="icon headline-3 icon"
|
|
218
228
|
>
|
|
219
229
|
<svg
|
|
@@ -233,66 +243,70 @@ exports[`component:<BookingQuery> Using ghost feature with a store using ghost f
|
|
|
233
243
|
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"
|
|
234
244
|
/>
|
|
235
245
|
</svg>
|
|
236
|
-
</
|
|
246
|
+
</ui_icon>
|
|
237
247
|
</button>
|
|
238
|
-
</
|
|
248
|
+
</ui_view>
|
|
239
249
|
<form>
|
|
240
|
-
<
|
|
250
|
+
<ui_text
|
|
241
251
|
class="text paragraph"
|
|
242
252
|
>
|
|
243
253
|
user.label.form_description
|
|
244
|
-
</
|
|
245
|
-
<
|
|
254
|
+
</ui_text>
|
|
255
|
+
<ui_input_text
|
|
246
256
|
class="view inputContainer"
|
|
247
257
|
>
|
|
248
|
-
<
|
|
258
|
+
<ui_view
|
|
249
259
|
class="view row inputBorder"
|
|
250
260
|
>
|
|
251
|
-
<
|
|
261
|
+
<ui_view
|
|
252
262
|
class="view wide content"
|
|
253
263
|
>
|
|
254
|
-
<
|
|
264
|
+
<label
|
|
255
265
|
class="text paragraph text label"
|
|
266
|
+
for="input.id"
|
|
256
267
|
>
|
|
257
268
|
user.label.booking_code
|
|
258
|
-
</
|
|
269
|
+
</label>
|
|
259
270
|
<input
|
|
260
271
|
class="input input withLabel"
|
|
272
|
+
id="input.id"
|
|
261
273
|
name="id"
|
|
262
274
|
required=""
|
|
263
275
|
type="text"
|
|
264
276
|
value=""
|
|
265
277
|
/>
|
|
266
|
-
</
|
|
267
|
-
</
|
|
268
|
-
</
|
|
269
|
-
<
|
|
278
|
+
</ui_view>
|
|
279
|
+
</ui_view>
|
|
280
|
+
</ui_input_text>
|
|
281
|
+
<ui_input_text
|
|
270
282
|
class="view inputContainer"
|
|
271
283
|
>
|
|
272
|
-
<
|
|
284
|
+
<ui_view
|
|
273
285
|
class="view row inputBorder"
|
|
274
286
|
>
|
|
275
|
-
<
|
|
287
|
+
<ui_view
|
|
276
288
|
class="view wide content"
|
|
277
289
|
>
|
|
278
|
-
<
|
|
290
|
+
<label
|
|
279
291
|
class="text paragraph text label"
|
|
292
|
+
for="input.pinCode"
|
|
280
293
|
>
|
|
281
294
|
user.label.pincode
|
|
282
|
-
</
|
|
295
|
+
</label>
|
|
283
296
|
<input
|
|
284
297
|
class="input input withLabel"
|
|
298
|
+
id="input.pinCode"
|
|
285
299
|
name="pinCode"
|
|
286
300
|
required=""
|
|
287
301
|
type="password"
|
|
288
302
|
value=""
|
|
289
303
|
/>
|
|
290
|
-
</
|
|
291
|
-
<
|
|
304
|
+
</ui_view>
|
|
305
|
+
<ui_pressable
|
|
292
306
|
class="pressable"
|
|
293
307
|
tabindex="-1"
|
|
294
308
|
>
|
|
295
|
-
<
|
|
309
|
+
<ui_icon
|
|
296
310
|
class="icon headline-3 icon password"
|
|
297
311
|
>
|
|
298
312
|
<svg
|
|
@@ -312,86 +326,89 @@ exports[`component:<BookingQuery> Using ghost feature with a store using ghost f
|
|
|
312
326
|
d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
|
|
313
327
|
/>
|
|
314
328
|
</svg>
|
|
315
|
-
</
|
|
316
|
-
</
|
|
317
|
-
</
|
|
318
|
-
</
|
|
329
|
+
</ui_icon>
|
|
330
|
+
</ui_pressable>
|
|
331
|
+
</ui_view>
|
|
332
|
+
</ui_input_text>
|
|
319
333
|
<button
|
|
320
334
|
class="pressable disabled button large disabled wide"
|
|
321
335
|
disabled=""
|
|
322
336
|
type="submit"
|
|
323
337
|
>
|
|
324
|
-
<
|
|
338
|
+
<ui_view
|
|
325
339
|
class="view busyContainer"
|
|
326
340
|
>
|
|
327
|
-
<
|
|
341
|
+
<ui_view
|
|
328
342
|
class="view spinner"
|
|
329
343
|
/>
|
|
330
|
-
</
|
|
331
|
-
<
|
|
344
|
+
</ui_view>
|
|
345
|
+
<ui_view
|
|
332
346
|
class="view row children"
|
|
333
347
|
>
|
|
334
348
|
user.action.booking_query_cta
|
|
335
|
-
</
|
|
349
|
+
</ui_view>
|
|
336
350
|
</button>
|
|
337
|
-
<
|
|
351
|
+
<ui_text
|
|
338
352
|
class="text bold small"
|
|
339
353
|
>
|
|
340
354
|
common.label.reservation_code
|
|
341
|
-
</
|
|
342
|
-
<
|
|
355
|
+
</ui_text>
|
|
356
|
+
<ui_text
|
|
343
357
|
class="text small"
|
|
344
358
|
>
|
|
345
359
|
common.label.reservation
|
|
346
|
-
<
|
|
360
|
+
<ui_text
|
|
347
361
|
style="text-decoration: underline;"
|
|
348
362
|
>
|
|
349
363
|
code
|
|
350
|
-
</
|
|
364
|
+
</ui_text>
|
|
351
365
|
description
|
|
352
|
-
</
|
|
366
|
+
</ui_text>
|
|
353
367
|
</form>
|
|
354
|
-
</
|
|
355
|
-
</
|
|
368
|
+
</ui_view>
|
|
369
|
+
</ui_modal_overflow>
|
|
356
370
|
</DocumentFragment>
|
|
357
371
|
`;
|
|
358
372
|
|
|
359
373
|
exports[`component:<BookingQuery> inherit:className 1`] = `
|
|
360
374
|
<DocumentFragment>
|
|
361
|
-
<
|
|
375
|
+
<ui_pressable
|
|
362
376
|
class="pressable"
|
|
377
|
+
tabindex="0"
|
|
363
378
|
>
|
|
364
|
-
<
|
|
379
|
+
<ui_text
|
|
365
380
|
class="text paragraph"
|
|
366
381
|
>
|
|
367
382
|
user.action.booking_query
|
|
368
|
-
</
|
|
369
|
-
</
|
|
370
|
-
<
|
|
383
|
+
</ui_text>
|
|
384
|
+
</ui_pressable>
|
|
385
|
+
<ui_modal_overflow
|
|
371
386
|
class="pressable container overflow"
|
|
372
387
|
style="height: 768px;"
|
|
388
|
+
tabindex="0"
|
|
373
389
|
>
|
|
374
|
-
<
|
|
390
|
+
<ui_view
|
|
375
391
|
class="view fit modal calcWidth"
|
|
376
392
|
>
|
|
377
|
-
<
|
|
393
|
+
<ui_view
|
|
378
394
|
class="view row header hideBack"
|
|
379
395
|
>
|
|
380
|
-
<
|
|
396
|
+
<ui_text
|
|
381
397
|
class="text headline-3 title"
|
|
382
398
|
>
|
|
383
399
|
user.label.booking
|
|
384
|
-
<
|
|
400
|
+
<ui_text
|
|
385
401
|
style="text-decoration: underline;"
|
|
386
402
|
>
|
|
387
403
|
query
|
|
388
|
-
</
|
|
404
|
+
</ui_text>
|
|
389
405
|
title
|
|
390
|
-
</
|
|
406
|
+
</ui_text>
|
|
391
407
|
<button
|
|
392
408
|
class="pressable button small squared transparent button"
|
|
409
|
+
tabindex="0"
|
|
393
410
|
>
|
|
394
|
-
<
|
|
411
|
+
<ui_icon
|
|
395
412
|
class="icon headline-3 icon"
|
|
396
413
|
>
|
|
397
414
|
<svg
|
|
@@ -411,66 +428,70 @@ exports[`component:<BookingQuery> inherit:className 1`] = `
|
|
|
411
428
|
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"
|
|
412
429
|
/>
|
|
413
430
|
</svg>
|
|
414
|
-
</
|
|
431
|
+
</ui_icon>
|
|
415
432
|
</button>
|
|
416
|
-
</
|
|
433
|
+
</ui_view>
|
|
417
434
|
<form>
|
|
418
|
-
<
|
|
435
|
+
<ui_text
|
|
419
436
|
class="text paragraph"
|
|
420
437
|
>
|
|
421
438
|
user.label.form_description
|
|
422
|
-
</
|
|
423
|
-
<
|
|
439
|
+
</ui_text>
|
|
440
|
+
<ui_input_text
|
|
424
441
|
class="view inputContainer"
|
|
425
442
|
>
|
|
426
|
-
<
|
|
443
|
+
<ui_view
|
|
427
444
|
class="view row inputBorder"
|
|
428
445
|
>
|
|
429
|
-
<
|
|
446
|
+
<ui_view
|
|
430
447
|
class="view wide content"
|
|
431
448
|
>
|
|
432
|
-
<
|
|
449
|
+
<label
|
|
433
450
|
class="text paragraph text label"
|
|
451
|
+
for="input.id"
|
|
434
452
|
>
|
|
435
453
|
user.label.booking_code
|
|
436
|
-
</
|
|
454
|
+
</label>
|
|
437
455
|
<input
|
|
438
456
|
class="input input withLabel"
|
|
457
|
+
id="input.id"
|
|
439
458
|
name="id"
|
|
440
459
|
required=""
|
|
441
460
|
type="text"
|
|
442
461
|
value=""
|
|
443
462
|
/>
|
|
444
|
-
</
|
|
445
|
-
</
|
|
446
|
-
</
|
|
447
|
-
<
|
|
463
|
+
</ui_view>
|
|
464
|
+
</ui_view>
|
|
465
|
+
</ui_input_text>
|
|
466
|
+
<ui_input_text
|
|
448
467
|
class="view inputContainer"
|
|
449
468
|
>
|
|
450
|
-
<
|
|
469
|
+
<ui_view
|
|
451
470
|
class="view row inputBorder"
|
|
452
471
|
>
|
|
453
|
-
<
|
|
472
|
+
<ui_view
|
|
454
473
|
class="view wide content"
|
|
455
474
|
>
|
|
456
|
-
<
|
|
475
|
+
<label
|
|
457
476
|
class="text paragraph text label"
|
|
477
|
+
for="input.pinCode"
|
|
458
478
|
>
|
|
459
479
|
user.label.pincode
|
|
460
|
-
</
|
|
480
|
+
</label>
|
|
461
481
|
<input
|
|
462
482
|
class="input input withLabel"
|
|
483
|
+
id="input.pinCode"
|
|
463
484
|
name="pinCode"
|
|
464
485
|
required=""
|
|
465
486
|
type="password"
|
|
466
487
|
value=""
|
|
467
488
|
/>
|
|
468
|
-
</
|
|
469
|
-
<
|
|
489
|
+
</ui_view>
|
|
490
|
+
<ui_pressable
|
|
470
491
|
class="pressable"
|
|
471
492
|
tabindex="-1"
|
|
472
493
|
>
|
|
473
|
-
<
|
|
494
|
+
<ui_icon
|
|
474
495
|
class="icon headline-3 icon password"
|
|
475
496
|
>
|
|
476
497
|
<svg
|
|
@@ -490,86 +511,89 @@ exports[`component:<BookingQuery> inherit:className 1`] = `
|
|
|
490
511
|
d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
|
|
491
512
|
/>
|
|
492
513
|
</svg>
|
|
493
|
-
</
|
|
494
|
-
</
|
|
495
|
-
</
|
|
496
|
-
</
|
|
514
|
+
</ui_icon>
|
|
515
|
+
</ui_pressable>
|
|
516
|
+
</ui_view>
|
|
517
|
+
</ui_input_text>
|
|
497
518
|
<button
|
|
498
519
|
class="pressable disabled button large disabled wide"
|
|
499
520
|
disabled=""
|
|
500
521
|
type="submit"
|
|
501
522
|
>
|
|
502
|
-
<
|
|
523
|
+
<ui_view
|
|
503
524
|
class="view busyContainer"
|
|
504
525
|
>
|
|
505
|
-
<
|
|
526
|
+
<ui_view
|
|
506
527
|
class="view spinner"
|
|
507
528
|
/>
|
|
508
|
-
</
|
|
509
|
-
<
|
|
529
|
+
</ui_view>
|
|
530
|
+
<ui_view
|
|
510
531
|
class="view row children"
|
|
511
532
|
>
|
|
512
533
|
user.action.booking_query_cta
|
|
513
|
-
</
|
|
534
|
+
</ui_view>
|
|
514
535
|
</button>
|
|
515
|
-
<
|
|
536
|
+
<ui_text
|
|
516
537
|
class="text bold small"
|
|
517
538
|
>
|
|
518
539
|
common.label.reservation_code
|
|
519
|
-
</
|
|
520
|
-
<
|
|
540
|
+
</ui_text>
|
|
541
|
+
<ui_text
|
|
521
542
|
class="text small"
|
|
522
543
|
>
|
|
523
544
|
common.label.reservation
|
|
524
|
-
<
|
|
545
|
+
<ui_text
|
|
525
546
|
style="text-decoration: underline;"
|
|
526
547
|
>
|
|
527
548
|
code
|
|
528
|
-
</
|
|
549
|
+
</ui_text>
|
|
529
550
|
description
|
|
530
|
-
</
|
|
551
|
+
</ui_text>
|
|
531
552
|
</form>
|
|
532
|
-
</
|
|
533
|
-
</
|
|
553
|
+
</ui_view>
|
|
554
|
+
</ui_modal_overflow>
|
|
534
555
|
</DocumentFragment>
|
|
535
556
|
`;
|
|
536
557
|
|
|
537
558
|
exports[`component:<BookingQuery> renders 1`] = `
|
|
538
559
|
<DocumentFragment>
|
|
539
|
-
<
|
|
560
|
+
<ui_pressable
|
|
540
561
|
class="pressable"
|
|
562
|
+
tabindex="0"
|
|
541
563
|
>
|
|
542
|
-
<
|
|
564
|
+
<ui_text
|
|
543
565
|
class="text paragraph"
|
|
544
566
|
>
|
|
545
567
|
user.action.booking_query
|
|
546
|
-
</
|
|
547
|
-
</
|
|
548
|
-
<
|
|
568
|
+
</ui_text>
|
|
569
|
+
</ui_pressable>
|
|
570
|
+
<ui_modal_overflow
|
|
549
571
|
class="pressable container overflow"
|
|
550
572
|
style="height: 768px;"
|
|
573
|
+
tabindex="0"
|
|
551
574
|
>
|
|
552
|
-
<
|
|
575
|
+
<ui_view
|
|
553
576
|
class="view fit modal calcWidth"
|
|
554
577
|
>
|
|
555
|
-
<
|
|
578
|
+
<ui_view
|
|
556
579
|
class="view row header hideBack"
|
|
557
580
|
>
|
|
558
|
-
<
|
|
581
|
+
<ui_text
|
|
559
582
|
class="text headline-3 title"
|
|
560
583
|
>
|
|
561
584
|
user.label.booking
|
|
562
|
-
<
|
|
585
|
+
<ui_text
|
|
563
586
|
style="text-decoration: underline;"
|
|
564
587
|
>
|
|
565
588
|
query
|
|
566
|
-
</
|
|
589
|
+
</ui_text>
|
|
567
590
|
title
|
|
568
|
-
</
|
|
591
|
+
</ui_text>
|
|
569
592
|
<button
|
|
570
593
|
class="pressable button small squared transparent button"
|
|
594
|
+
tabindex="0"
|
|
571
595
|
>
|
|
572
|
-
<
|
|
596
|
+
<ui_icon
|
|
573
597
|
class="icon headline-3 icon"
|
|
574
598
|
>
|
|
575
599
|
<svg
|
|
@@ -589,66 +613,70 @@ exports[`component:<BookingQuery> renders 1`] = `
|
|
|
589
613
|
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"
|
|
590
614
|
/>
|
|
591
615
|
</svg>
|
|
592
|
-
</
|
|
616
|
+
</ui_icon>
|
|
593
617
|
</button>
|
|
594
|
-
</
|
|
618
|
+
</ui_view>
|
|
595
619
|
<form>
|
|
596
|
-
<
|
|
620
|
+
<ui_text
|
|
597
621
|
class="text paragraph"
|
|
598
622
|
>
|
|
599
623
|
user.label.form_description
|
|
600
|
-
</
|
|
601
|
-
<
|
|
624
|
+
</ui_text>
|
|
625
|
+
<ui_input_text
|
|
602
626
|
class="view inputContainer"
|
|
603
627
|
>
|
|
604
|
-
<
|
|
628
|
+
<ui_view
|
|
605
629
|
class="view row inputBorder"
|
|
606
630
|
>
|
|
607
|
-
<
|
|
631
|
+
<ui_view
|
|
608
632
|
class="view wide content"
|
|
609
633
|
>
|
|
610
|
-
<
|
|
634
|
+
<label
|
|
611
635
|
class="text paragraph text label"
|
|
636
|
+
for="input.id"
|
|
612
637
|
>
|
|
613
638
|
user.label.booking_code
|
|
614
|
-
</
|
|
639
|
+
</label>
|
|
615
640
|
<input
|
|
616
641
|
class="input input withLabel"
|
|
642
|
+
id="input.id"
|
|
617
643
|
name="id"
|
|
618
644
|
required=""
|
|
619
645
|
type="text"
|
|
620
646
|
value=""
|
|
621
647
|
/>
|
|
622
|
-
</
|
|
623
|
-
</
|
|
624
|
-
</
|
|
625
|
-
<
|
|
648
|
+
</ui_view>
|
|
649
|
+
</ui_view>
|
|
650
|
+
</ui_input_text>
|
|
651
|
+
<ui_input_text
|
|
626
652
|
class="view inputContainer"
|
|
627
653
|
>
|
|
628
|
-
<
|
|
654
|
+
<ui_view
|
|
629
655
|
class="view row inputBorder"
|
|
630
656
|
>
|
|
631
|
-
<
|
|
657
|
+
<ui_view
|
|
632
658
|
class="view wide content"
|
|
633
659
|
>
|
|
634
|
-
<
|
|
660
|
+
<label
|
|
635
661
|
class="text paragraph text label"
|
|
662
|
+
for="input.pinCode"
|
|
636
663
|
>
|
|
637
664
|
user.label.pincode
|
|
638
|
-
</
|
|
665
|
+
</label>
|
|
639
666
|
<input
|
|
640
667
|
class="input input withLabel"
|
|
668
|
+
id="input.pinCode"
|
|
641
669
|
name="pinCode"
|
|
642
670
|
required=""
|
|
643
671
|
type="password"
|
|
644
672
|
value=""
|
|
645
673
|
/>
|
|
646
|
-
</
|
|
647
|
-
<
|
|
674
|
+
</ui_view>
|
|
675
|
+
<ui_pressable
|
|
648
676
|
class="pressable"
|
|
649
677
|
tabindex="-1"
|
|
650
678
|
>
|
|
651
|
-
<
|
|
679
|
+
<ui_icon
|
|
652
680
|
class="icon headline-3 icon password"
|
|
653
681
|
>
|
|
654
682
|
<svg
|
|
@@ -668,90 +696,93 @@ exports[`component:<BookingQuery> renders 1`] = `
|
|
|
668
696
|
d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
|
|
669
697
|
/>
|
|
670
698
|
</svg>
|
|
671
|
-
</
|
|
672
|
-
</
|
|
673
|
-
</
|
|
674
|
-
</
|
|
699
|
+
</ui_icon>
|
|
700
|
+
</ui_pressable>
|
|
701
|
+
</ui_view>
|
|
702
|
+
</ui_input_text>
|
|
675
703
|
<button
|
|
676
704
|
class="pressable disabled button large disabled wide"
|
|
677
705
|
disabled=""
|
|
678
706
|
type="submit"
|
|
679
707
|
>
|
|
680
|
-
<
|
|
708
|
+
<ui_view
|
|
681
709
|
class="view busyContainer"
|
|
682
710
|
>
|
|
683
|
-
<
|
|
711
|
+
<ui_view
|
|
684
712
|
class="view spinner"
|
|
685
713
|
/>
|
|
686
|
-
</
|
|
687
|
-
<
|
|
714
|
+
</ui_view>
|
|
715
|
+
<ui_view
|
|
688
716
|
class="view row children"
|
|
689
717
|
>
|
|
690
718
|
user.action.booking_query_cta
|
|
691
|
-
</
|
|
719
|
+
</ui_view>
|
|
692
720
|
</button>
|
|
693
|
-
<
|
|
721
|
+
<ui_text
|
|
694
722
|
class="text bold small"
|
|
695
723
|
>
|
|
696
724
|
common.label.reservation_code
|
|
697
|
-
</
|
|
698
|
-
<
|
|
725
|
+
</ui_text>
|
|
726
|
+
<ui_text
|
|
699
727
|
class="text small"
|
|
700
728
|
>
|
|
701
729
|
common.label.reservation
|
|
702
|
-
<
|
|
730
|
+
<ui_text
|
|
703
731
|
style="text-decoration: underline;"
|
|
704
732
|
>
|
|
705
733
|
code
|
|
706
|
-
</
|
|
734
|
+
</ui_text>
|
|
707
735
|
description
|
|
708
|
-
</
|
|
736
|
+
</ui_text>
|
|
709
737
|
</form>
|
|
710
|
-
</
|
|
711
|
-
</
|
|
738
|
+
</ui_view>
|
|
739
|
+
</ui_modal_overflow>
|
|
712
740
|
</DocumentFragment>
|
|
713
741
|
`;
|
|
714
742
|
|
|
715
743
|
exports[`component:<BookingQuery> testID 1`] = `
|
|
716
744
|
<DocumentFragment>
|
|
717
|
-
<
|
|
745
|
+
<ui_pressable
|
|
718
746
|
class="pressable"
|
|
719
747
|
data-testid="mirai-button-open-modal"
|
|
748
|
+
tabindex="0"
|
|
720
749
|
>
|
|
721
|
-
<
|
|
750
|
+
<ui_text
|
|
722
751
|
class="text paragraph"
|
|
723
752
|
>
|
|
724
753
|
user.action.booking_query
|
|
725
|
-
</
|
|
726
|
-
</
|
|
727
|
-
<
|
|
754
|
+
</ui_text>
|
|
755
|
+
</ui_pressable>
|
|
756
|
+
<ui_modal_overflow
|
|
728
757
|
class="pressable container overflow"
|
|
729
758
|
data-testid="mirai-modal-overflow"
|
|
730
759
|
style="height: 768px;"
|
|
760
|
+
tabindex="0"
|
|
731
761
|
>
|
|
732
|
-
<
|
|
762
|
+
<ui_view
|
|
733
763
|
class="view fit modal calcWidth"
|
|
734
764
|
data-testid="mirai-modal"
|
|
735
765
|
>
|
|
736
|
-
<
|
|
766
|
+
<ui_view
|
|
737
767
|
class="view row header hideBack"
|
|
738
768
|
>
|
|
739
|
-
<
|
|
769
|
+
<ui_text
|
|
740
770
|
class="text headline-3 title"
|
|
741
771
|
>
|
|
742
772
|
user.label.booking
|
|
743
|
-
<
|
|
773
|
+
<ui_text
|
|
744
774
|
style="text-decoration: underline;"
|
|
745
775
|
>
|
|
746
776
|
query
|
|
747
|
-
</
|
|
777
|
+
</ui_text>
|
|
748
778
|
title
|
|
749
|
-
</
|
|
779
|
+
</ui_text>
|
|
750
780
|
<button
|
|
751
781
|
class="pressable button small squared transparent button"
|
|
752
782
|
data-testid="mirai-modal-button-close"
|
|
783
|
+
tabindex="0"
|
|
753
784
|
>
|
|
754
|
-
<
|
|
785
|
+
<ui_icon
|
|
755
786
|
class="icon headline-3 icon"
|
|
756
787
|
>
|
|
757
788
|
<svg
|
|
@@ -771,70 +802,74 @@ exports[`component:<BookingQuery> testID 1`] = `
|
|
|
771
802
|
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"
|
|
772
803
|
/>
|
|
773
804
|
</svg>
|
|
774
|
-
</
|
|
805
|
+
</ui_icon>
|
|
775
806
|
</button>
|
|
776
|
-
</
|
|
807
|
+
</ui_view>
|
|
777
808
|
<form
|
|
778
809
|
data-testid="mirai"
|
|
779
810
|
>
|
|
780
|
-
<
|
|
811
|
+
<ui_text
|
|
781
812
|
class="text paragraph"
|
|
782
813
|
>
|
|
783
814
|
user.label.form_description
|
|
784
|
-
</
|
|
785
|
-
<
|
|
815
|
+
</ui_text>
|
|
816
|
+
<ui_input_text
|
|
786
817
|
class="view inputContainer"
|
|
787
818
|
>
|
|
788
|
-
<
|
|
819
|
+
<ui_view
|
|
789
820
|
class="view row inputBorder"
|
|
790
821
|
>
|
|
791
|
-
<
|
|
822
|
+
<ui_view
|
|
792
823
|
class="view wide content"
|
|
793
824
|
>
|
|
794
|
-
<
|
|
825
|
+
<label
|
|
795
826
|
class="text paragraph text label"
|
|
827
|
+
for="input.id"
|
|
796
828
|
>
|
|
797
829
|
user.label.booking_code
|
|
798
|
-
</
|
|
830
|
+
</label>
|
|
799
831
|
<input
|
|
800
832
|
class="input input withLabel"
|
|
801
833
|
data-testid="mirai-input-id"
|
|
834
|
+
id="input.id"
|
|
802
835
|
name="id"
|
|
803
836
|
required=""
|
|
804
837
|
type="text"
|
|
805
838
|
value=""
|
|
806
839
|
/>
|
|
807
|
-
</
|
|
808
|
-
</
|
|
809
|
-
</
|
|
810
|
-
<
|
|
840
|
+
</ui_view>
|
|
841
|
+
</ui_view>
|
|
842
|
+
</ui_input_text>
|
|
843
|
+
<ui_input_text
|
|
811
844
|
class="view inputContainer"
|
|
812
845
|
>
|
|
813
|
-
<
|
|
846
|
+
<ui_view
|
|
814
847
|
class="view row inputBorder"
|
|
815
848
|
>
|
|
816
|
-
<
|
|
849
|
+
<ui_view
|
|
817
850
|
class="view wide content"
|
|
818
851
|
>
|
|
819
|
-
<
|
|
852
|
+
<label
|
|
820
853
|
class="text paragraph text label"
|
|
854
|
+
for="input.pinCode"
|
|
821
855
|
>
|
|
822
856
|
user.label.pincode
|
|
823
|
-
</
|
|
857
|
+
</label>
|
|
824
858
|
<input
|
|
825
859
|
class="input input withLabel"
|
|
826
860
|
data-testid="mirai-input-pinCode"
|
|
861
|
+
id="input.pinCode"
|
|
827
862
|
name="pinCode"
|
|
828
863
|
required=""
|
|
829
864
|
type="password"
|
|
830
865
|
value=""
|
|
831
866
|
/>
|
|
832
|
-
</
|
|
833
|
-
<
|
|
867
|
+
</ui_view>
|
|
868
|
+
<ui_pressable
|
|
834
869
|
class="pressable"
|
|
835
870
|
tabindex="-1"
|
|
836
871
|
>
|
|
837
|
-
<
|
|
872
|
+
<ui_icon
|
|
838
873
|
class="icon headline-3 icon password"
|
|
839
874
|
>
|
|
840
875
|
<svg
|
|
@@ -854,87 +889,90 @@ exports[`component:<BookingQuery> testID 1`] = `
|
|
|
854
889
|
d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
|
|
855
890
|
/>
|
|
856
891
|
</svg>
|
|
857
|
-
</
|
|
858
|
-
</
|
|
859
|
-
</
|
|
860
|
-
</
|
|
892
|
+
</ui_icon>
|
|
893
|
+
</ui_pressable>
|
|
894
|
+
</ui_view>
|
|
895
|
+
</ui_input_text>
|
|
861
896
|
<button
|
|
862
897
|
class="pressable disabled button large disabled wide"
|
|
863
898
|
data-testid="mirai-button-cta"
|
|
864
899
|
disabled=""
|
|
865
900
|
type="submit"
|
|
866
901
|
>
|
|
867
|
-
<
|
|
902
|
+
<ui_view
|
|
868
903
|
class="view busyContainer"
|
|
869
904
|
>
|
|
870
|
-
<
|
|
905
|
+
<ui_view
|
|
871
906
|
class="view spinner"
|
|
872
907
|
/>
|
|
873
|
-
</
|
|
874
|
-
<
|
|
908
|
+
</ui_view>
|
|
909
|
+
<ui_view
|
|
875
910
|
class="view row children"
|
|
876
911
|
>
|
|
877
912
|
user.action.booking_query_cta
|
|
878
|
-
</
|
|
913
|
+
</ui_view>
|
|
879
914
|
</button>
|
|
880
|
-
<
|
|
915
|
+
<ui_text
|
|
881
916
|
class="text bold small"
|
|
882
917
|
>
|
|
883
918
|
common.label.reservation_code
|
|
884
|
-
</
|
|
885
|
-
<
|
|
919
|
+
</ui_text>
|
|
920
|
+
<ui_text
|
|
886
921
|
class="text small"
|
|
887
922
|
>
|
|
888
923
|
common.label.reservation
|
|
889
|
-
<
|
|
924
|
+
<ui_text
|
|
890
925
|
style="text-decoration: underline;"
|
|
891
926
|
>
|
|
892
927
|
code
|
|
893
|
-
</
|
|
928
|
+
</ui_text>
|
|
894
929
|
description
|
|
895
|
-
</
|
|
930
|
+
</ui_text>
|
|
896
931
|
</form>
|
|
897
|
-
</
|
|
898
|
-
</
|
|
932
|
+
</ui_view>
|
|
933
|
+
</ui_modal_overflow>
|
|
899
934
|
</DocumentFragment>
|
|
900
935
|
`;
|
|
901
936
|
|
|
902
937
|
exports[`component:<BookingQuery> with a store 1`] = `
|
|
903
938
|
<DocumentFragment>
|
|
904
|
-
<
|
|
939
|
+
<ui_pressable
|
|
905
940
|
class="pressable"
|
|
941
|
+
tabindex="0"
|
|
906
942
|
>
|
|
907
|
-
<
|
|
943
|
+
<ui_text
|
|
908
944
|
class="text paragraph"
|
|
909
945
|
>
|
|
910
946
|
user.action.booking_query
|
|
911
|
-
</
|
|
912
|
-
</
|
|
913
|
-
<
|
|
947
|
+
</ui_text>
|
|
948
|
+
</ui_pressable>
|
|
949
|
+
<ui_modal_overflow
|
|
914
950
|
class="pressable container overflow"
|
|
915
951
|
style="height: 768px;"
|
|
952
|
+
tabindex="0"
|
|
916
953
|
>
|
|
917
|
-
<
|
|
954
|
+
<ui_view
|
|
918
955
|
class="view fit modal calcWidth"
|
|
919
956
|
>
|
|
920
|
-
<
|
|
957
|
+
<ui_view
|
|
921
958
|
class="view row header hideBack"
|
|
922
959
|
>
|
|
923
|
-
<
|
|
960
|
+
<ui_text
|
|
924
961
|
class="text headline-3 title"
|
|
925
962
|
>
|
|
926
963
|
user.label.booking
|
|
927
|
-
<
|
|
964
|
+
<ui_text
|
|
928
965
|
style="text-decoration: underline;"
|
|
929
966
|
>
|
|
930
967
|
query
|
|
931
|
-
</
|
|
968
|
+
</ui_text>
|
|
932
969
|
title
|
|
933
|
-
</
|
|
970
|
+
</ui_text>
|
|
934
971
|
<button
|
|
935
972
|
class="pressable button small squared transparent button"
|
|
973
|
+
tabindex="0"
|
|
936
974
|
>
|
|
937
|
-
<
|
|
975
|
+
<ui_icon
|
|
938
976
|
class="icon headline-3 icon"
|
|
939
977
|
>
|
|
940
978
|
<svg
|
|
@@ -954,66 +992,70 @@ exports[`component:<BookingQuery> with a store 1`] = `
|
|
|
954
992
|
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"
|
|
955
993
|
/>
|
|
956
994
|
</svg>
|
|
957
|
-
</
|
|
995
|
+
</ui_icon>
|
|
958
996
|
</button>
|
|
959
|
-
</
|
|
997
|
+
</ui_view>
|
|
960
998
|
<form>
|
|
961
|
-
<
|
|
999
|
+
<ui_text
|
|
962
1000
|
class="text paragraph"
|
|
963
1001
|
>
|
|
964
1002
|
user.label.form_description
|
|
965
|
-
</
|
|
966
|
-
<
|
|
1003
|
+
</ui_text>
|
|
1004
|
+
<ui_input_text
|
|
967
1005
|
class="view inputContainer"
|
|
968
1006
|
>
|
|
969
|
-
<
|
|
1007
|
+
<ui_view
|
|
970
1008
|
class="view row inputBorder"
|
|
971
1009
|
>
|
|
972
|
-
<
|
|
1010
|
+
<ui_view
|
|
973
1011
|
class="view wide content"
|
|
974
1012
|
>
|
|
975
|
-
<
|
|
1013
|
+
<label
|
|
976
1014
|
class="text paragraph text label"
|
|
1015
|
+
for="input.id"
|
|
977
1016
|
>
|
|
978
1017
|
user.label.booking_code
|
|
979
|
-
</
|
|
1018
|
+
</label>
|
|
980
1019
|
<input
|
|
981
1020
|
class="input input withLabel"
|
|
1021
|
+
id="input.id"
|
|
982
1022
|
name="id"
|
|
983
1023
|
required=""
|
|
984
1024
|
type="text"
|
|
985
1025
|
value=""
|
|
986
1026
|
/>
|
|
987
|
-
</
|
|
988
|
-
</
|
|
989
|
-
</
|
|
990
|
-
<
|
|
1027
|
+
</ui_view>
|
|
1028
|
+
</ui_view>
|
|
1029
|
+
</ui_input_text>
|
|
1030
|
+
<ui_input_text
|
|
991
1031
|
class="view inputContainer"
|
|
992
1032
|
>
|
|
993
|
-
<
|
|
1033
|
+
<ui_view
|
|
994
1034
|
class="view row inputBorder"
|
|
995
1035
|
>
|
|
996
|
-
<
|
|
1036
|
+
<ui_view
|
|
997
1037
|
class="view wide content"
|
|
998
1038
|
>
|
|
999
|
-
<
|
|
1039
|
+
<label
|
|
1000
1040
|
class="text paragraph text label"
|
|
1041
|
+
for="input.pinCode"
|
|
1001
1042
|
>
|
|
1002
1043
|
user.label.pincode
|
|
1003
|
-
</
|
|
1044
|
+
</label>
|
|
1004
1045
|
<input
|
|
1005
1046
|
class="input input withLabel"
|
|
1047
|
+
id="input.pinCode"
|
|
1006
1048
|
name="pinCode"
|
|
1007
1049
|
required=""
|
|
1008
1050
|
type="password"
|
|
1009
1051
|
value=""
|
|
1010
1052
|
/>
|
|
1011
|
-
</
|
|
1012
|
-
<
|
|
1053
|
+
</ui_view>
|
|
1054
|
+
<ui_pressable
|
|
1013
1055
|
class="pressable"
|
|
1014
1056
|
tabindex="-1"
|
|
1015
1057
|
>
|
|
1016
|
-
<
|
|
1058
|
+
<ui_icon
|
|
1017
1059
|
class="icon headline-3 icon password"
|
|
1018
1060
|
>
|
|
1019
1061
|
<svg
|
|
@@ -1033,46 +1075,46 @@ exports[`component:<BookingQuery> with a store 1`] = `
|
|
|
1033
1075
|
d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
|
|
1034
1076
|
/>
|
|
1035
1077
|
</svg>
|
|
1036
|
-
</
|
|
1037
|
-
</
|
|
1038
|
-
</
|
|
1039
|
-
</
|
|
1078
|
+
</ui_icon>
|
|
1079
|
+
</ui_pressable>
|
|
1080
|
+
</ui_view>
|
|
1081
|
+
</ui_input_text>
|
|
1040
1082
|
<button
|
|
1041
1083
|
class="pressable disabled button large disabled wide"
|
|
1042
1084
|
disabled=""
|
|
1043
1085
|
type="submit"
|
|
1044
1086
|
>
|
|
1045
|
-
<
|
|
1087
|
+
<ui_view
|
|
1046
1088
|
class="view busyContainer"
|
|
1047
1089
|
>
|
|
1048
|
-
<
|
|
1090
|
+
<ui_view
|
|
1049
1091
|
class="view spinner"
|
|
1050
1092
|
/>
|
|
1051
|
-
</
|
|
1052
|
-
<
|
|
1093
|
+
</ui_view>
|
|
1094
|
+
<ui_view
|
|
1053
1095
|
class="view row children"
|
|
1054
1096
|
>
|
|
1055
1097
|
user.action.booking_query_cta
|
|
1056
|
-
</
|
|
1098
|
+
</ui_view>
|
|
1057
1099
|
</button>
|
|
1058
|
-
<
|
|
1100
|
+
<ui_text
|
|
1059
1101
|
class="text bold small"
|
|
1060
1102
|
>
|
|
1061
1103
|
common.label.reservation_code
|
|
1062
|
-
</
|
|
1063
|
-
<
|
|
1104
|
+
</ui_text>
|
|
1105
|
+
<ui_text
|
|
1064
1106
|
class="text small"
|
|
1065
1107
|
>
|
|
1066
1108
|
common.label.reservation
|
|
1067
|
-
<
|
|
1109
|
+
<ui_text
|
|
1068
1110
|
style="text-decoration: underline;"
|
|
1069
1111
|
>
|
|
1070
1112
|
code
|
|
1071
|
-
</
|
|
1113
|
+
</ui_text>
|
|
1072
1114
|
description
|
|
1073
|
-
</
|
|
1115
|
+
</ui_text>
|
|
1074
1116
|
</form>
|
|
1075
|
-
</
|
|
1076
|
-
</
|
|
1117
|
+
</ui_view>
|
|
1118
|
+
</ui_modal_overflow>
|
|
1077
1119
|
</DocumentFragment>
|
|
1078
1120
|
`;
|