@mirai/core 0.3.223 → 0.3.225
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/Booking/Booking.constants.js +3 -2
- package/build/components/Booking/Booking.constants.js.map +1 -1
- package/build/components/Booking/Booking.js +6 -9
- package/build/components/Booking/Booking.js.map +1 -1
- package/build/components/Booking/Booking.module.css +0 -7
- package/build/components/Booking/Booking.skeleton.js +1 -6
- package/build/components/Booking/Booking.skeleton.js.map +1 -1
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +830 -20
- package/build/components/Checkout/Checkout.js +7 -19
- package/build/components/Checkout/Checkout.js.map +1 -1
- package/build/components/Checkout/Checkout.module.css +0 -7
- package/build/components/Checkout/Checkout.skeleton.js +1 -2
- package/build/components/Checkout/Checkout.skeleton.js.map +1 -1
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +1336 -8
- package/build/components/Checkout/partials/index.js +1 -12
- package/build/components/Checkout/partials/index.js.map +1 -1
- package/build/components/Header/Header.constants.js +9 -0
- package/build/components/Header/Header.constants.js.map +1 -0
- package/build/components/Header/Header.js +88 -25
- package/build/components/Header/Header.js.map +1 -1
- package/build/components/Header/Header.l10n.js +12 -0
- package/build/components/Header/Header.l10n.js.map +1 -0
- package/build/components/Header/Header.module.css +64 -15
- package/build/components/Header/components/BookingProcess/BookingProcess.js +13 -8
- package/build/components/Header/components/BookingProcess/BookingProcess.js.map +1 -1
- package/build/components/Header/components/BookingProcess/BookingProcess.module.css +47 -8
- package/build/components/Rates/Rates.js +7 -1
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/Rates.module.css +1 -1
- package/build/components/Rates/components/Item/Item.Rates.js +3 -6
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Session/Session.Login.js +1 -6
- package/build/components/Session/Session.Login.js.map +1 -1
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js +10 -4
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js.map +1 -1
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.module.css +5 -1
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +288 -5
- package/build/helpers/consolidateStore.js +5 -4
- package/build/helpers/consolidateStore.js.map +1 -1
- package/package.json +1 -1
- package/public/routes/Step1-Rates.jsx +3 -11
- package/public/routes/Step2-Checkout.jsx +1 -10
- package/public/routes/Step3-Booking.jsx +1 -10
- package/public/themes/monalisa.theme.css +0 -2
- package/build/components/Checkout/partials/Checkout.Session.js +0 -100
- package/build/components/Checkout/partials/Checkout.Session.js.map +0 -1
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Session.test.js.snap +0 -834
package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Session.test.js.snap
DELETED
|
@@ -1,834 +0,0 @@
|
|
|
1
|
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
-
|
|
3
|
-
exports[`component:<Checkout> partial:<Session> inherit:className 1`] = `
|
|
4
|
-
<DocumentFragment>
|
|
5
|
-
<div
|
|
6
|
-
class="view row notification info outlined small wide mirai"
|
|
7
|
-
datasource="[object Object]"
|
|
8
|
-
>
|
|
9
|
-
<span
|
|
10
|
-
class="icon headline-3"
|
|
11
|
-
>
|
|
12
|
-
<svg
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
height="1em"
|
|
15
|
-
stroke="currentColor"
|
|
16
|
-
stroke-width="0"
|
|
17
|
-
viewBox="0 0 24 24"
|
|
18
|
-
width="1em"
|
|
19
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
-
>
|
|
21
|
-
<path
|
|
22
|
-
d="M0 0h24v24H0V0z"
|
|
23
|
-
fill="none"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
|
|
27
|
-
/>
|
|
28
|
-
</svg>
|
|
29
|
-
</span>
|
|
30
|
-
<div
|
|
31
|
-
class="view texts"
|
|
32
|
-
>
|
|
33
|
-
<span
|
|
34
|
-
class="text small"
|
|
35
|
-
>
|
|
36
|
-
user.notification.session_booking
|
|
37
|
-
</span>
|
|
38
|
-
</div>
|
|
39
|
-
</div>
|
|
40
|
-
<div
|
|
41
|
-
class="pressable container overflow"
|
|
42
|
-
style="height: 768px;"
|
|
43
|
-
>
|
|
44
|
-
<div
|
|
45
|
-
class="view fit modal calcWidth"
|
|
46
|
-
>
|
|
47
|
-
<div
|
|
48
|
-
class="view row header hideBack"
|
|
49
|
-
>
|
|
50
|
-
<h3
|
|
51
|
-
class="text headline-3 title"
|
|
52
|
-
>
|
|
53
|
-
user.label.title_session
|
|
54
|
-
</h3>
|
|
55
|
-
<button
|
|
56
|
-
class="pressable button small squared transparent button"
|
|
57
|
-
>
|
|
58
|
-
<span
|
|
59
|
-
class="icon headline-3 icon"
|
|
60
|
-
>
|
|
61
|
-
<svg
|
|
62
|
-
fill="currentColor"
|
|
63
|
-
height="1em"
|
|
64
|
-
stroke="currentColor"
|
|
65
|
-
stroke-width="0"
|
|
66
|
-
viewBox="0 0 24 24"
|
|
67
|
-
width="1em"
|
|
68
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
69
|
-
>
|
|
70
|
-
<path
|
|
71
|
-
d="M0 0h24v24H0V0z"
|
|
72
|
-
fill="none"
|
|
73
|
-
/>
|
|
74
|
-
<path
|
|
75
|
-
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"
|
|
76
|
-
/>
|
|
77
|
-
</svg>
|
|
78
|
-
</span>
|
|
79
|
-
</button>
|
|
80
|
-
</div>
|
|
81
|
-
<div
|
|
82
|
-
class="scrollview snap vertical notIndicator"
|
|
83
|
-
>
|
|
84
|
-
<div
|
|
85
|
-
class="view row wide"
|
|
86
|
-
>
|
|
87
|
-
<div
|
|
88
|
-
class="view wide"
|
|
89
|
-
>
|
|
90
|
-
<form>
|
|
91
|
-
<span
|
|
92
|
-
class="text paragraph"
|
|
93
|
-
>
|
|
94
|
-
user.label.form_description
|
|
95
|
-
</span>
|
|
96
|
-
<div
|
|
97
|
-
class="view inputContainer"
|
|
98
|
-
>
|
|
99
|
-
<div
|
|
100
|
-
class="view row inputBorder"
|
|
101
|
-
>
|
|
102
|
-
<div
|
|
103
|
-
class="view wide content"
|
|
104
|
-
>
|
|
105
|
-
<span
|
|
106
|
-
class="text paragraph text label"
|
|
107
|
-
>
|
|
108
|
-
common.label.email
|
|
109
|
-
</span>
|
|
110
|
-
<input
|
|
111
|
-
class="input input withLabel"
|
|
112
|
-
name="email"
|
|
113
|
-
required=""
|
|
114
|
-
type="email"
|
|
115
|
-
value=""
|
|
116
|
-
/>
|
|
117
|
-
</div>
|
|
118
|
-
</div>
|
|
119
|
-
</div>
|
|
120
|
-
<div
|
|
121
|
-
class="view inputContainer"
|
|
122
|
-
>
|
|
123
|
-
<div
|
|
124
|
-
class="view row inputBorder"
|
|
125
|
-
>
|
|
126
|
-
<div
|
|
127
|
-
class="view wide content"
|
|
128
|
-
>
|
|
129
|
-
<span
|
|
130
|
-
class="text paragraph text label"
|
|
131
|
-
>
|
|
132
|
-
common.label.password
|
|
133
|
-
</span>
|
|
134
|
-
<input
|
|
135
|
-
class="input input withLabel"
|
|
136
|
-
name="password"
|
|
137
|
-
required=""
|
|
138
|
-
type="password"
|
|
139
|
-
value=""
|
|
140
|
-
/>
|
|
141
|
-
</div>
|
|
142
|
-
<div
|
|
143
|
-
class="pressable"
|
|
144
|
-
tabindex="-1"
|
|
145
|
-
>
|
|
146
|
-
<span
|
|
147
|
-
class="icon headline-3 icon password"
|
|
148
|
-
>
|
|
149
|
-
<svg
|
|
150
|
-
fill="currentColor"
|
|
151
|
-
height="1em"
|
|
152
|
-
stroke="currentColor"
|
|
153
|
-
stroke-width="0"
|
|
154
|
-
viewBox="0 0 24 24"
|
|
155
|
-
width="1em"
|
|
156
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
157
|
-
>
|
|
158
|
-
<path
|
|
159
|
-
d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
|
|
160
|
-
fill="none"
|
|
161
|
-
/>
|
|
162
|
-
<path
|
|
163
|
-
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"
|
|
164
|
-
/>
|
|
165
|
-
</svg>
|
|
166
|
-
</span>
|
|
167
|
-
</div>
|
|
168
|
-
</div>
|
|
169
|
-
</div>
|
|
170
|
-
<div
|
|
171
|
-
class="view wide"
|
|
172
|
-
>
|
|
173
|
-
<div
|
|
174
|
-
class="pressable action"
|
|
175
|
-
>
|
|
176
|
-
user.action.reset
|
|
177
|
-
</div>
|
|
178
|
-
</div>
|
|
179
|
-
<button
|
|
180
|
-
class="pressable disabled button large disabled wide"
|
|
181
|
-
disabled=""
|
|
182
|
-
type="submit"
|
|
183
|
-
>
|
|
184
|
-
<div
|
|
185
|
-
class="view busyContainer"
|
|
186
|
-
>
|
|
187
|
-
<div
|
|
188
|
-
class="view spinner"
|
|
189
|
-
/>
|
|
190
|
-
</div>
|
|
191
|
-
<div
|
|
192
|
-
class="view row children"
|
|
193
|
-
>
|
|
194
|
-
common.action.login
|
|
195
|
-
</div>
|
|
196
|
-
</button>
|
|
197
|
-
</form>
|
|
198
|
-
<div
|
|
199
|
-
class="pressable action large wide"
|
|
200
|
-
>
|
|
201
|
-
user.action.signup
|
|
202
|
-
</div>
|
|
203
|
-
</div>
|
|
204
|
-
</div>
|
|
205
|
-
</div>
|
|
206
|
-
</div>
|
|
207
|
-
</div>
|
|
208
|
-
</DocumentFragment>
|
|
209
|
-
`;
|
|
210
|
-
|
|
211
|
-
exports[`component:<Checkout> partial:<Session> renders 1`] = `
|
|
212
|
-
<DocumentFragment>
|
|
213
|
-
<div
|
|
214
|
-
class="view row notification info outlined small wide"
|
|
215
|
-
datasource="[object Object]"
|
|
216
|
-
>
|
|
217
|
-
<span
|
|
218
|
-
class="icon headline-3"
|
|
219
|
-
>
|
|
220
|
-
<svg
|
|
221
|
-
fill="currentColor"
|
|
222
|
-
height="1em"
|
|
223
|
-
stroke="currentColor"
|
|
224
|
-
stroke-width="0"
|
|
225
|
-
viewBox="0 0 24 24"
|
|
226
|
-
width="1em"
|
|
227
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
228
|
-
>
|
|
229
|
-
<path
|
|
230
|
-
d="M0 0h24v24H0V0z"
|
|
231
|
-
fill="none"
|
|
232
|
-
/>
|
|
233
|
-
<path
|
|
234
|
-
d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
|
|
235
|
-
/>
|
|
236
|
-
</svg>
|
|
237
|
-
</span>
|
|
238
|
-
<div
|
|
239
|
-
class="view texts"
|
|
240
|
-
>
|
|
241
|
-
<span
|
|
242
|
-
class="text small"
|
|
243
|
-
>
|
|
244
|
-
user.notification.session_booking
|
|
245
|
-
</span>
|
|
246
|
-
</div>
|
|
247
|
-
</div>
|
|
248
|
-
<div
|
|
249
|
-
class="pressable container overflow"
|
|
250
|
-
style="height: 768px;"
|
|
251
|
-
>
|
|
252
|
-
<div
|
|
253
|
-
class="view fit modal calcWidth"
|
|
254
|
-
>
|
|
255
|
-
<div
|
|
256
|
-
class="view row header hideBack"
|
|
257
|
-
>
|
|
258
|
-
<h3
|
|
259
|
-
class="text headline-3 title"
|
|
260
|
-
>
|
|
261
|
-
user.label.title_session
|
|
262
|
-
</h3>
|
|
263
|
-
<button
|
|
264
|
-
class="pressable button small squared transparent button"
|
|
265
|
-
>
|
|
266
|
-
<span
|
|
267
|
-
class="icon headline-3 icon"
|
|
268
|
-
>
|
|
269
|
-
<svg
|
|
270
|
-
fill="currentColor"
|
|
271
|
-
height="1em"
|
|
272
|
-
stroke="currentColor"
|
|
273
|
-
stroke-width="0"
|
|
274
|
-
viewBox="0 0 24 24"
|
|
275
|
-
width="1em"
|
|
276
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
277
|
-
>
|
|
278
|
-
<path
|
|
279
|
-
d="M0 0h24v24H0V0z"
|
|
280
|
-
fill="none"
|
|
281
|
-
/>
|
|
282
|
-
<path
|
|
283
|
-
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"
|
|
284
|
-
/>
|
|
285
|
-
</svg>
|
|
286
|
-
</span>
|
|
287
|
-
</button>
|
|
288
|
-
</div>
|
|
289
|
-
<div
|
|
290
|
-
class="scrollview snap vertical notIndicator"
|
|
291
|
-
>
|
|
292
|
-
<div
|
|
293
|
-
class="view row wide"
|
|
294
|
-
>
|
|
295
|
-
<div
|
|
296
|
-
class="view wide"
|
|
297
|
-
>
|
|
298
|
-
<form>
|
|
299
|
-
<span
|
|
300
|
-
class="text paragraph"
|
|
301
|
-
>
|
|
302
|
-
user.label.form_description
|
|
303
|
-
</span>
|
|
304
|
-
<div
|
|
305
|
-
class="view inputContainer"
|
|
306
|
-
>
|
|
307
|
-
<div
|
|
308
|
-
class="view row inputBorder"
|
|
309
|
-
>
|
|
310
|
-
<div
|
|
311
|
-
class="view wide content"
|
|
312
|
-
>
|
|
313
|
-
<span
|
|
314
|
-
class="text paragraph text label"
|
|
315
|
-
>
|
|
316
|
-
common.label.email
|
|
317
|
-
</span>
|
|
318
|
-
<input
|
|
319
|
-
class="input input withLabel"
|
|
320
|
-
name="email"
|
|
321
|
-
required=""
|
|
322
|
-
type="email"
|
|
323
|
-
value=""
|
|
324
|
-
/>
|
|
325
|
-
</div>
|
|
326
|
-
</div>
|
|
327
|
-
</div>
|
|
328
|
-
<div
|
|
329
|
-
class="view inputContainer"
|
|
330
|
-
>
|
|
331
|
-
<div
|
|
332
|
-
class="view row inputBorder"
|
|
333
|
-
>
|
|
334
|
-
<div
|
|
335
|
-
class="view wide content"
|
|
336
|
-
>
|
|
337
|
-
<span
|
|
338
|
-
class="text paragraph text label"
|
|
339
|
-
>
|
|
340
|
-
common.label.password
|
|
341
|
-
</span>
|
|
342
|
-
<input
|
|
343
|
-
class="input input withLabel"
|
|
344
|
-
name="password"
|
|
345
|
-
required=""
|
|
346
|
-
type="password"
|
|
347
|
-
value=""
|
|
348
|
-
/>
|
|
349
|
-
</div>
|
|
350
|
-
<div
|
|
351
|
-
class="pressable"
|
|
352
|
-
tabindex="-1"
|
|
353
|
-
>
|
|
354
|
-
<span
|
|
355
|
-
class="icon headline-3 icon password"
|
|
356
|
-
>
|
|
357
|
-
<svg
|
|
358
|
-
fill="currentColor"
|
|
359
|
-
height="1em"
|
|
360
|
-
stroke="currentColor"
|
|
361
|
-
stroke-width="0"
|
|
362
|
-
viewBox="0 0 24 24"
|
|
363
|
-
width="1em"
|
|
364
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
365
|
-
>
|
|
366
|
-
<path
|
|
367
|
-
d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
|
|
368
|
-
fill="none"
|
|
369
|
-
/>
|
|
370
|
-
<path
|
|
371
|
-
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"
|
|
372
|
-
/>
|
|
373
|
-
</svg>
|
|
374
|
-
</span>
|
|
375
|
-
</div>
|
|
376
|
-
</div>
|
|
377
|
-
</div>
|
|
378
|
-
<div
|
|
379
|
-
class="view wide"
|
|
380
|
-
>
|
|
381
|
-
<div
|
|
382
|
-
class="pressable action"
|
|
383
|
-
>
|
|
384
|
-
user.action.reset
|
|
385
|
-
</div>
|
|
386
|
-
</div>
|
|
387
|
-
<button
|
|
388
|
-
class="pressable disabled button large disabled wide"
|
|
389
|
-
disabled=""
|
|
390
|
-
type="submit"
|
|
391
|
-
>
|
|
392
|
-
<div
|
|
393
|
-
class="view busyContainer"
|
|
394
|
-
>
|
|
395
|
-
<div
|
|
396
|
-
class="view spinner"
|
|
397
|
-
/>
|
|
398
|
-
</div>
|
|
399
|
-
<div
|
|
400
|
-
class="view row children"
|
|
401
|
-
>
|
|
402
|
-
common.action.login
|
|
403
|
-
</div>
|
|
404
|
-
</button>
|
|
405
|
-
</form>
|
|
406
|
-
<div
|
|
407
|
-
class="pressable action large wide"
|
|
408
|
-
>
|
|
409
|
-
user.action.signup
|
|
410
|
-
</div>
|
|
411
|
-
</div>
|
|
412
|
-
</div>
|
|
413
|
-
</div>
|
|
414
|
-
</div>
|
|
415
|
-
</div>
|
|
416
|
-
</DocumentFragment>
|
|
417
|
-
`;
|
|
418
|
-
|
|
419
|
-
exports[`component:<Checkout> partial:<Session> testID 1`] = `
|
|
420
|
-
<DocumentFragment>
|
|
421
|
-
<div
|
|
422
|
-
class="view row notification info outlined small wide"
|
|
423
|
-
data-testid="mirai"
|
|
424
|
-
datasource="[object Object]"
|
|
425
|
-
>
|
|
426
|
-
<span
|
|
427
|
-
class="icon headline-3"
|
|
428
|
-
>
|
|
429
|
-
<svg
|
|
430
|
-
fill="currentColor"
|
|
431
|
-
height="1em"
|
|
432
|
-
stroke="currentColor"
|
|
433
|
-
stroke-width="0"
|
|
434
|
-
viewBox="0 0 24 24"
|
|
435
|
-
width="1em"
|
|
436
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
437
|
-
>
|
|
438
|
-
<path
|
|
439
|
-
d="M0 0h24v24H0V0z"
|
|
440
|
-
fill="none"
|
|
441
|
-
/>
|
|
442
|
-
<path
|
|
443
|
-
d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
|
|
444
|
-
/>
|
|
445
|
-
</svg>
|
|
446
|
-
</span>
|
|
447
|
-
<div
|
|
448
|
-
class="view texts"
|
|
449
|
-
>
|
|
450
|
-
<span
|
|
451
|
-
class="text small"
|
|
452
|
-
>
|
|
453
|
-
user.notification.session_booking
|
|
454
|
-
</span>
|
|
455
|
-
</div>
|
|
456
|
-
</div>
|
|
457
|
-
<div
|
|
458
|
-
class="pressable container overflow"
|
|
459
|
-
style="height: 768px;"
|
|
460
|
-
>
|
|
461
|
-
<div
|
|
462
|
-
class="view fit modal calcWidth"
|
|
463
|
-
>
|
|
464
|
-
<div
|
|
465
|
-
class="view row header hideBack"
|
|
466
|
-
>
|
|
467
|
-
<h3
|
|
468
|
-
class="text headline-3 title"
|
|
469
|
-
>
|
|
470
|
-
user.label.title_session
|
|
471
|
-
</h3>
|
|
472
|
-
<button
|
|
473
|
-
class="pressable button small squared transparent button"
|
|
474
|
-
>
|
|
475
|
-
<span
|
|
476
|
-
class="icon headline-3 icon"
|
|
477
|
-
>
|
|
478
|
-
<svg
|
|
479
|
-
fill="currentColor"
|
|
480
|
-
height="1em"
|
|
481
|
-
stroke="currentColor"
|
|
482
|
-
stroke-width="0"
|
|
483
|
-
viewBox="0 0 24 24"
|
|
484
|
-
width="1em"
|
|
485
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
486
|
-
>
|
|
487
|
-
<path
|
|
488
|
-
d="M0 0h24v24H0V0z"
|
|
489
|
-
fill="none"
|
|
490
|
-
/>
|
|
491
|
-
<path
|
|
492
|
-
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"
|
|
493
|
-
/>
|
|
494
|
-
</svg>
|
|
495
|
-
</span>
|
|
496
|
-
</button>
|
|
497
|
-
</div>
|
|
498
|
-
<div
|
|
499
|
-
class="scrollview snap vertical notIndicator"
|
|
500
|
-
>
|
|
501
|
-
<div
|
|
502
|
-
class="view row wide"
|
|
503
|
-
>
|
|
504
|
-
<div
|
|
505
|
-
class="view wide"
|
|
506
|
-
>
|
|
507
|
-
<form>
|
|
508
|
-
<span
|
|
509
|
-
class="text paragraph"
|
|
510
|
-
>
|
|
511
|
-
user.label.form_description
|
|
512
|
-
</span>
|
|
513
|
-
<div
|
|
514
|
-
class="view inputContainer"
|
|
515
|
-
>
|
|
516
|
-
<div
|
|
517
|
-
class="view row inputBorder"
|
|
518
|
-
>
|
|
519
|
-
<div
|
|
520
|
-
class="view wide content"
|
|
521
|
-
>
|
|
522
|
-
<span
|
|
523
|
-
class="text paragraph text label"
|
|
524
|
-
>
|
|
525
|
-
common.label.email
|
|
526
|
-
</span>
|
|
527
|
-
<input
|
|
528
|
-
class="input input withLabel"
|
|
529
|
-
name="email"
|
|
530
|
-
required=""
|
|
531
|
-
type="email"
|
|
532
|
-
value=""
|
|
533
|
-
/>
|
|
534
|
-
</div>
|
|
535
|
-
</div>
|
|
536
|
-
</div>
|
|
537
|
-
<div
|
|
538
|
-
class="view inputContainer"
|
|
539
|
-
>
|
|
540
|
-
<div
|
|
541
|
-
class="view row inputBorder"
|
|
542
|
-
>
|
|
543
|
-
<div
|
|
544
|
-
class="view wide content"
|
|
545
|
-
>
|
|
546
|
-
<span
|
|
547
|
-
class="text paragraph text label"
|
|
548
|
-
>
|
|
549
|
-
common.label.password
|
|
550
|
-
</span>
|
|
551
|
-
<input
|
|
552
|
-
class="input input withLabel"
|
|
553
|
-
name="password"
|
|
554
|
-
required=""
|
|
555
|
-
type="password"
|
|
556
|
-
value=""
|
|
557
|
-
/>
|
|
558
|
-
</div>
|
|
559
|
-
<div
|
|
560
|
-
class="pressable"
|
|
561
|
-
tabindex="-1"
|
|
562
|
-
>
|
|
563
|
-
<span
|
|
564
|
-
class="icon headline-3 icon password"
|
|
565
|
-
>
|
|
566
|
-
<svg
|
|
567
|
-
fill="currentColor"
|
|
568
|
-
height="1em"
|
|
569
|
-
stroke="currentColor"
|
|
570
|
-
stroke-width="0"
|
|
571
|
-
viewBox="0 0 24 24"
|
|
572
|
-
width="1em"
|
|
573
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
574
|
-
>
|
|
575
|
-
<path
|
|
576
|
-
d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
|
|
577
|
-
fill="none"
|
|
578
|
-
/>
|
|
579
|
-
<path
|
|
580
|
-
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"
|
|
581
|
-
/>
|
|
582
|
-
</svg>
|
|
583
|
-
</span>
|
|
584
|
-
</div>
|
|
585
|
-
</div>
|
|
586
|
-
</div>
|
|
587
|
-
<div
|
|
588
|
-
class="view wide"
|
|
589
|
-
>
|
|
590
|
-
<div
|
|
591
|
-
class="pressable action"
|
|
592
|
-
>
|
|
593
|
-
user.action.reset
|
|
594
|
-
</div>
|
|
595
|
-
</div>
|
|
596
|
-
<button
|
|
597
|
-
class="pressable disabled button large disabled wide"
|
|
598
|
-
disabled=""
|
|
599
|
-
type="submit"
|
|
600
|
-
>
|
|
601
|
-
<div
|
|
602
|
-
class="view busyContainer"
|
|
603
|
-
>
|
|
604
|
-
<div
|
|
605
|
-
class="view spinner"
|
|
606
|
-
/>
|
|
607
|
-
</div>
|
|
608
|
-
<div
|
|
609
|
-
class="view row children"
|
|
610
|
-
>
|
|
611
|
-
common.action.login
|
|
612
|
-
</div>
|
|
613
|
-
</button>
|
|
614
|
-
</form>
|
|
615
|
-
<div
|
|
616
|
-
class="pressable action large wide"
|
|
617
|
-
>
|
|
618
|
-
user.action.signup
|
|
619
|
-
</div>
|
|
620
|
-
</div>
|
|
621
|
-
</div>
|
|
622
|
-
</div>
|
|
623
|
-
</div>
|
|
624
|
-
</div>
|
|
625
|
-
</DocumentFragment>
|
|
626
|
-
`;
|
|
627
|
-
|
|
628
|
-
exports[`component:<Checkout> partial:<Session> with a store 1`] = `
|
|
629
|
-
<DocumentFragment>
|
|
630
|
-
<div
|
|
631
|
-
class="view row notification info outlined small wide"
|
|
632
|
-
datasource="[object Object]"
|
|
633
|
-
>
|
|
634
|
-
<span
|
|
635
|
-
class="icon headline-3"
|
|
636
|
-
>
|
|
637
|
-
<svg
|
|
638
|
-
fill="currentColor"
|
|
639
|
-
height="1em"
|
|
640
|
-
stroke="currentColor"
|
|
641
|
-
stroke-width="0"
|
|
642
|
-
viewBox="0 0 24 24"
|
|
643
|
-
width="1em"
|
|
644
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
645
|
-
>
|
|
646
|
-
<path
|
|
647
|
-
d="M0 0h24v24H0V0z"
|
|
648
|
-
fill="none"
|
|
649
|
-
/>
|
|
650
|
-
<path
|
|
651
|
-
d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
|
|
652
|
-
/>
|
|
653
|
-
</svg>
|
|
654
|
-
</span>
|
|
655
|
-
<div
|
|
656
|
-
class="view texts"
|
|
657
|
-
>
|
|
658
|
-
<span
|
|
659
|
-
class="text small"
|
|
660
|
-
>
|
|
661
|
-
user.notification.session_booking
|
|
662
|
-
</span>
|
|
663
|
-
</div>
|
|
664
|
-
</div>
|
|
665
|
-
<div
|
|
666
|
-
class="pressable container overflow"
|
|
667
|
-
style="height: 768px;"
|
|
668
|
-
>
|
|
669
|
-
<div
|
|
670
|
-
class="view fit modal calcWidth"
|
|
671
|
-
>
|
|
672
|
-
<div
|
|
673
|
-
class="view row header hideBack"
|
|
674
|
-
>
|
|
675
|
-
<h3
|
|
676
|
-
class="text headline-3 title"
|
|
677
|
-
>
|
|
678
|
-
user.label.title_session
|
|
679
|
-
</h3>
|
|
680
|
-
<button
|
|
681
|
-
class="pressable button small squared transparent button"
|
|
682
|
-
>
|
|
683
|
-
<span
|
|
684
|
-
class="icon headline-3 icon"
|
|
685
|
-
>
|
|
686
|
-
<svg
|
|
687
|
-
fill="currentColor"
|
|
688
|
-
height="1em"
|
|
689
|
-
stroke="currentColor"
|
|
690
|
-
stroke-width="0"
|
|
691
|
-
viewBox="0 0 24 24"
|
|
692
|
-
width="1em"
|
|
693
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
694
|
-
>
|
|
695
|
-
<path
|
|
696
|
-
d="M0 0h24v24H0V0z"
|
|
697
|
-
fill="none"
|
|
698
|
-
/>
|
|
699
|
-
<path
|
|
700
|
-
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"
|
|
701
|
-
/>
|
|
702
|
-
</svg>
|
|
703
|
-
</span>
|
|
704
|
-
</button>
|
|
705
|
-
</div>
|
|
706
|
-
<div
|
|
707
|
-
class="scrollview snap vertical notIndicator"
|
|
708
|
-
>
|
|
709
|
-
<div
|
|
710
|
-
class="view row wide"
|
|
711
|
-
>
|
|
712
|
-
<div
|
|
713
|
-
class="view wide"
|
|
714
|
-
>
|
|
715
|
-
<form>
|
|
716
|
-
<span
|
|
717
|
-
class="text paragraph"
|
|
718
|
-
>
|
|
719
|
-
user.label.form_description
|
|
720
|
-
</span>
|
|
721
|
-
<div
|
|
722
|
-
class="view inputContainer"
|
|
723
|
-
>
|
|
724
|
-
<div
|
|
725
|
-
class="view row inputBorder"
|
|
726
|
-
>
|
|
727
|
-
<div
|
|
728
|
-
class="view wide content"
|
|
729
|
-
>
|
|
730
|
-
<span
|
|
731
|
-
class="text paragraph text label"
|
|
732
|
-
>
|
|
733
|
-
common.label.email
|
|
734
|
-
</span>
|
|
735
|
-
<input
|
|
736
|
-
class="input input withLabel"
|
|
737
|
-
name="email"
|
|
738
|
-
required=""
|
|
739
|
-
type="email"
|
|
740
|
-
value=""
|
|
741
|
-
/>
|
|
742
|
-
</div>
|
|
743
|
-
</div>
|
|
744
|
-
</div>
|
|
745
|
-
<div
|
|
746
|
-
class="view inputContainer"
|
|
747
|
-
>
|
|
748
|
-
<div
|
|
749
|
-
class="view row inputBorder"
|
|
750
|
-
>
|
|
751
|
-
<div
|
|
752
|
-
class="view wide content"
|
|
753
|
-
>
|
|
754
|
-
<span
|
|
755
|
-
class="text paragraph text label"
|
|
756
|
-
>
|
|
757
|
-
common.label.password
|
|
758
|
-
</span>
|
|
759
|
-
<input
|
|
760
|
-
class="input input withLabel"
|
|
761
|
-
name="password"
|
|
762
|
-
required=""
|
|
763
|
-
type="password"
|
|
764
|
-
value=""
|
|
765
|
-
/>
|
|
766
|
-
</div>
|
|
767
|
-
<div
|
|
768
|
-
class="pressable"
|
|
769
|
-
tabindex="-1"
|
|
770
|
-
>
|
|
771
|
-
<span
|
|
772
|
-
class="icon headline-3 icon password"
|
|
773
|
-
>
|
|
774
|
-
<svg
|
|
775
|
-
fill="currentColor"
|
|
776
|
-
height="1em"
|
|
777
|
-
stroke="currentColor"
|
|
778
|
-
stroke-width="0"
|
|
779
|
-
viewBox="0 0 24 24"
|
|
780
|
-
width="1em"
|
|
781
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
782
|
-
>
|
|
783
|
-
<path
|
|
784
|
-
d="M0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0zm0 0h24v24H0V0z"
|
|
785
|
-
fill="none"
|
|
786
|
-
/>
|
|
787
|
-
<path
|
|
788
|
-
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"
|
|
789
|
-
/>
|
|
790
|
-
</svg>
|
|
791
|
-
</span>
|
|
792
|
-
</div>
|
|
793
|
-
</div>
|
|
794
|
-
</div>
|
|
795
|
-
<div
|
|
796
|
-
class="view wide"
|
|
797
|
-
>
|
|
798
|
-
<div
|
|
799
|
-
class="pressable action"
|
|
800
|
-
>
|
|
801
|
-
user.action.reset
|
|
802
|
-
</div>
|
|
803
|
-
</div>
|
|
804
|
-
<button
|
|
805
|
-
class="pressable disabled button large disabled wide"
|
|
806
|
-
disabled=""
|
|
807
|
-
type="submit"
|
|
808
|
-
>
|
|
809
|
-
<div
|
|
810
|
-
class="view busyContainer"
|
|
811
|
-
>
|
|
812
|
-
<div
|
|
813
|
-
class="view spinner"
|
|
814
|
-
/>
|
|
815
|
-
</div>
|
|
816
|
-
<div
|
|
817
|
-
class="view row children"
|
|
818
|
-
>
|
|
819
|
-
common.action.login
|
|
820
|
-
</div>
|
|
821
|
-
</button>
|
|
822
|
-
</form>
|
|
823
|
-
<div
|
|
824
|
-
class="pressable action large wide"
|
|
825
|
-
>
|
|
826
|
-
user.action.signup
|
|
827
|
-
</div>
|
|
828
|
-
</div>
|
|
829
|
-
</div>
|
|
830
|
-
</div>
|
|
831
|
-
</div>
|
|
832
|
-
</div>
|
|
833
|
-
</DocumentFragment>
|
|
834
|
-
`;
|