@mirai/core 0.3.336 → 0.3.338
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/BannerLoyalty/BannerLoyalty.js +3 -1
- package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
- package/build/components/BannerLoyalty/BannerLoyalty.module.css +1 -0
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +270 -260
- package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +164 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +128 -104
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +332 -290
- package/build/components/Chat/Chat.js +2 -1
- package/build/components/Chat/Chat.js.map +1 -1
- package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +27 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +75 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +392 -376
- package/build/components/Checkout/components/InputRadio/InputRadio.module.css +4 -0
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +124 -100
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +606 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +824 -748
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1761 -1758
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2794 -2760
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8106 -7994
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +4325 -4318
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +139 -115
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Footer.js +5 -2
- package/build/components/Rates/Rates.Footer.js.map +1 -1
- package/build/components/Rates/Rates.RoomSelector.js +7 -14
- package/build/components/Rates/Rates.RoomSelector.js.map +1 -1
- package/build/components/Rates/Rates.js +13 -7
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/Rates.module.css +7 -51
- package/build/components/Rates/components/Filters/Filters.js +1 -0
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/Item.Rates.js +24 -15
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Rates/components/Item/Item.module.css +9 -10
- package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.js → ModalCancellationInfo/ModalCancellationInfo.js} +7 -7
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/ModalCancellationInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js +81 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.module.css +24 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/Option/Option.module.css +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js +7 -16
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js.map +1 -1
- package/build/components/Rates/components/Item/components/index.js +15 -4
- package/build/components/Rates/components/Item/components/index.js.map +1 -1
- package/build/components/Rates/components/Item/index.js +12 -5
- package/build/components/Rates/components/Item/index.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +351 -305
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +303 -270
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +1068 -1063
- package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +156 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +15 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +43 -32
- package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +46 -45
- package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
- package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +266 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +556 -513
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +63 -59
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +68 -60
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +783 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +334 -308
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +8 -6
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +254 -231
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
- package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +30 -27
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
- package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
- package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +108 -104
- package/build/helpers/theme.js +11 -0
- package/build/helpers/theme.js.map +1 -1
- package/package.json +4 -3
- package/public/themes/monalisa.theme.css +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js.map +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js +0 -17
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js.map +0 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js +0 -49
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js.map +0 -1
- /package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.module.css → ModalCancellationInfo/ModalCancellationInfo.module.css} +0 -0
|
@@ -2,32 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Session> Using ghost feature renders 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_pressable
|
|
6
6
|
class="pressable"
|
|
7
|
+
tabindex="0"
|
|
7
8
|
>
|
|
8
9
|
<button>
|
|
9
10
|
hello
|
|
10
11
|
</button>
|
|
11
|
-
</
|
|
12
|
-
<
|
|
12
|
+
</ui_pressable>
|
|
13
|
+
<ui_modal_overflow
|
|
13
14
|
class="pressable container overflow"
|
|
14
15
|
style="height: 768px;"
|
|
16
|
+
tabindex="0"
|
|
15
17
|
>
|
|
16
|
-
<
|
|
18
|
+
<ui_view
|
|
17
19
|
class="view fit modal calcWidth"
|
|
18
20
|
>
|
|
19
|
-
<
|
|
21
|
+
<ui_view
|
|
20
22
|
class="view row header hideBack"
|
|
21
23
|
>
|
|
22
|
-
<
|
|
24
|
+
<ui_text
|
|
23
25
|
class="text headline-3 title"
|
|
24
26
|
>
|
|
25
27
|
user.label.title_session
|
|
26
|
-
</
|
|
28
|
+
</ui_text>
|
|
27
29
|
<button
|
|
28
30
|
class="pressable button small squared transparent button"
|
|
31
|
+
tabindex="0"
|
|
29
32
|
>
|
|
30
|
-
<
|
|
33
|
+
<ui_icon
|
|
31
34
|
class="icon headline-3 icon"
|
|
32
35
|
>
|
|
33
36
|
<svg
|
|
@@ -47,77 +50,81 @@ exports[`component:<Session> Using ghost feature renders 1`] = `
|
|
|
47
50
|
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"
|
|
48
51
|
/>
|
|
49
52
|
</svg>
|
|
50
|
-
</
|
|
53
|
+
</ui_icon>
|
|
51
54
|
</button>
|
|
52
|
-
</
|
|
53
|
-
<
|
|
55
|
+
</ui_view>
|
|
56
|
+
<ui_scrollview
|
|
54
57
|
class="scrollview snap vertical notIndicator"
|
|
55
58
|
>
|
|
56
|
-
<
|
|
59
|
+
<ui_view
|
|
57
60
|
class="view row wide"
|
|
58
61
|
>
|
|
59
|
-
<
|
|
62
|
+
<ui_view
|
|
60
63
|
class="view wide"
|
|
61
64
|
>
|
|
62
65
|
<form>
|
|
63
|
-
<
|
|
66
|
+
<ui_text
|
|
64
67
|
class="text paragraph"
|
|
65
68
|
>
|
|
66
69
|
user.label.form_description
|
|
67
|
-
</
|
|
68
|
-
<
|
|
70
|
+
</ui_text>
|
|
71
|
+
<ui_input_text
|
|
69
72
|
class="view inputContainer"
|
|
70
73
|
>
|
|
71
|
-
<
|
|
74
|
+
<ui_view
|
|
72
75
|
class="view row inputBorder"
|
|
73
76
|
>
|
|
74
|
-
<
|
|
77
|
+
<ui_view
|
|
75
78
|
class="view wide content"
|
|
76
79
|
>
|
|
77
|
-
<
|
|
80
|
+
<label
|
|
78
81
|
class="text paragraph text label"
|
|
82
|
+
for="input.email"
|
|
79
83
|
>
|
|
80
84
|
common.label.email
|
|
81
|
-
</
|
|
85
|
+
</label>
|
|
82
86
|
<input
|
|
83
87
|
autocomplete="true"
|
|
84
88
|
class="input input withLabel"
|
|
89
|
+
id="input.email"
|
|
85
90
|
name="email"
|
|
86
91
|
required=""
|
|
87
92
|
type="email"
|
|
88
93
|
value=""
|
|
89
94
|
/>
|
|
90
|
-
</
|
|
91
|
-
</
|
|
92
|
-
</
|
|
93
|
-
<
|
|
95
|
+
</ui_view>
|
|
96
|
+
</ui_view>
|
|
97
|
+
</ui_input_text>
|
|
98
|
+
<ui_input_text
|
|
94
99
|
class="view inputContainer"
|
|
95
100
|
>
|
|
96
|
-
<
|
|
101
|
+
<ui_view
|
|
97
102
|
class="view row inputBorder"
|
|
98
103
|
>
|
|
99
|
-
<
|
|
104
|
+
<ui_view
|
|
100
105
|
class="view wide content"
|
|
101
106
|
>
|
|
102
|
-
<
|
|
107
|
+
<label
|
|
103
108
|
class="text paragraph text label"
|
|
109
|
+
for="input.password"
|
|
104
110
|
>
|
|
105
111
|
common.label.password
|
|
106
|
-
</
|
|
112
|
+
</label>
|
|
107
113
|
<input
|
|
108
114
|
autocomplete="true"
|
|
109
115
|
class="input input withLabel"
|
|
116
|
+
id="input.password"
|
|
110
117
|
name="password"
|
|
111
118
|
required=""
|
|
112
119
|
type="password"
|
|
113
120
|
value=""
|
|
114
121
|
/>
|
|
115
|
-
</
|
|
116
|
-
<
|
|
122
|
+
</ui_view>
|
|
123
|
+
<ui_pressable
|
|
117
124
|
class="pressable"
|
|
118
125
|
tabindex="-1"
|
|
119
126
|
>
|
|
120
|
-
<
|
|
127
|
+
<ui_icon
|
|
121
128
|
class="icon headline-3 icon password"
|
|
122
129
|
>
|
|
123
130
|
<svg
|
|
@@ -137,61 +144,64 @@ exports[`component:<Session> Using ghost feature renders 1`] = `
|
|
|
137
144
|
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"
|
|
138
145
|
/>
|
|
139
146
|
</svg>
|
|
140
|
-
</
|
|
141
|
-
</
|
|
142
|
-
</
|
|
143
|
-
</
|
|
144
|
-
<
|
|
147
|
+
</ui_icon>
|
|
148
|
+
</ui_pressable>
|
|
149
|
+
</ui_view>
|
|
150
|
+
</ui_input_text>
|
|
151
|
+
<ui_view
|
|
145
152
|
class="view wide"
|
|
146
153
|
>
|
|
147
|
-
<
|
|
154
|
+
<ui_div
|
|
148
155
|
class="pressable action"
|
|
156
|
+
tabindex="0"
|
|
149
157
|
>
|
|
150
158
|
user.action.reset
|
|
151
|
-
</
|
|
152
|
-
</
|
|
159
|
+
</ui_div>
|
|
160
|
+
</ui_view>
|
|
153
161
|
<button
|
|
154
162
|
class="pressable disabled button large disabled wide"
|
|
155
163
|
disabled=""
|
|
156
164
|
type="submit"
|
|
157
165
|
>
|
|
158
|
-
<
|
|
166
|
+
<ui_view
|
|
159
167
|
class="view busyContainer"
|
|
160
168
|
>
|
|
161
|
-
<
|
|
169
|
+
<ui_view
|
|
162
170
|
class="view spinner"
|
|
163
171
|
/>
|
|
164
|
-
</
|
|
165
|
-
<
|
|
172
|
+
</ui_view>
|
|
173
|
+
<ui_view
|
|
166
174
|
class="view row children"
|
|
167
175
|
>
|
|
168
176
|
common.action.login
|
|
169
|
-
</
|
|
177
|
+
</ui_view>
|
|
170
178
|
</button>
|
|
171
179
|
</form>
|
|
172
180
|
<button
|
|
173
181
|
class="pressable button large transparent"
|
|
182
|
+
tabindex="0"
|
|
174
183
|
>
|
|
175
184
|
user.action.signup
|
|
176
185
|
</button>
|
|
177
|
-
</
|
|
178
|
-
</
|
|
179
|
-
</
|
|
180
|
-
</
|
|
181
|
-
</
|
|
186
|
+
</ui_view>
|
|
187
|
+
</ui_view>
|
|
188
|
+
</ui_scrollview>
|
|
189
|
+
</ui_view>
|
|
190
|
+
</ui_modal_overflow>
|
|
182
191
|
</DocumentFragment>
|
|
183
192
|
`;
|
|
184
193
|
|
|
185
194
|
exports[`component:<Session> Using ghost feature with an stored session 1`] = `
|
|
186
195
|
<DocumentFragment>
|
|
187
|
-
<
|
|
196
|
+
<ui_view
|
|
188
197
|
class="view"
|
|
189
198
|
>
|
|
190
|
-
<
|
|
199
|
+
<ui_menu
|
|
191
200
|
class="container"
|
|
192
201
|
>
|
|
193
|
-
<
|
|
202
|
+
<ui_pressable
|
|
194
203
|
class="pressable"
|
|
204
|
+
tabindex="0"
|
|
195
205
|
>
|
|
196
206
|
<div>
|
|
197
207
|
|
|
@@ -207,21 +217,22 @@ exports[`component:<Session> Using ghost feature with an stored session 1`] = `
|
|
|
207
217
|
|
|
208
218
|
|
|
209
219
|
</div>
|
|
210
|
-
</
|
|
211
|
-
</
|
|
212
|
-
</
|
|
220
|
+
</ui_pressable>
|
|
221
|
+
</ui_menu>
|
|
222
|
+
</ui_view>
|
|
213
223
|
</DocumentFragment>
|
|
214
224
|
`;
|
|
215
225
|
|
|
216
226
|
exports[`component:<Session> inherit:className 1`] = `
|
|
217
227
|
<DocumentFragment>
|
|
218
|
-
<
|
|
228
|
+
<ui_pressable
|
|
219
229
|
class="pressable"
|
|
230
|
+
tabindex="0"
|
|
220
231
|
>
|
|
221
|
-
<
|
|
232
|
+
<ui_view
|
|
222
233
|
class="view row"
|
|
223
234
|
>
|
|
224
|
-
<
|
|
235
|
+
<ui_icon
|
|
225
236
|
class="icon headline-3"
|
|
226
237
|
>
|
|
227
238
|
<svg
|
|
@@ -244,33 +255,35 @@ exports[`component:<Session> inherit:className 1`] = `
|
|
|
244
255
|
d="M12 6c-1.93 0-3.5 1.57-3.5 3.5S10.07 13 12 13s3.5-1.57 3.5-3.5S13.93 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"
|
|
245
256
|
/>
|
|
246
257
|
</svg>
|
|
247
|
-
</
|
|
248
|
-
<
|
|
258
|
+
</ui_icon>
|
|
259
|
+
<ui_text
|
|
249
260
|
class="text paragraph"
|
|
250
261
|
>
|
|
251
262
|
common.action.login
|
|
252
|
-
</
|
|
253
|
-
</
|
|
254
|
-
</
|
|
255
|
-
<
|
|
263
|
+
</ui_text>
|
|
264
|
+
</ui_view>
|
|
265
|
+
</ui_pressable>
|
|
266
|
+
<ui_modal_overflow
|
|
256
267
|
class="pressable container overflow"
|
|
257
268
|
style="height: 768px;"
|
|
269
|
+
tabindex="0"
|
|
258
270
|
>
|
|
259
|
-
<
|
|
271
|
+
<ui_view
|
|
260
272
|
class="view fit modal calcWidth"
|
|
261
273
|
>
|
|
262
|
-
<
|
|
274
|
+
<ui_view
|
|
263
275
|
class="view row header hideBack"
|
|
264
276
|
>
|
|
265
|
-
<
|
|
277
|
+
<ui_text
|
|
266
278
|
class="text headline-3 title"
|
|
267
279
|
>
|
|
268
280
|
user.label.title_session
|
|
269
|
-
</
|
|
281
|
+
</ui_text>
|
|
270
282
|
<button
|
|
271
283
|
class="pressable button small squared transparent button"
|
|
284
|
+
tabindex="0"
|
|
272
285
|
>
|
|
273
|
-
<
|
|
286
|
+
<ui_icon
|
|
274
287
|
class="icon headline-3 icon"
|
|
275
288
|
>
|
|
276
289
|
<svg
|
|
@@ -290,77 +303,81 @@ exports[`component:<Session> inherit:className 1`] = `
|
|
|
290
303
|
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"
|
|
291
304
|
/>
|
|
292
305
|
</svg>
|
|
293
|
-
</
|
|
306
|
+
</ui_icon>
|
|
294
307
|
</button>
|
|
295
|
-
</
|
|
296
|
-
<
|
|
308
|
+
</ui_view>
|
|
309
|
+
<ui_scrollview
|
|
297
310
|
class="scrollview snap vertical notIndicator"
|
|
298
311
|
>
|
|
299
|
-
<
|
|
312
|
+
<ui_view
|
|
300
313
|
class="view row wide"
|
|
301
314
|
>
|
|
302
|
-
<
|
|
315
|
+
<ui_view
|
|
303
316
|
class="view wide"
|
|
304
317
|
>
|
|
305
318
|
<form>
|
|
306
|
-
<
|
|
319
|
+
<ui_text
|
|
307
320
|
class="text paragraph"
|
|
308
321
|
>
|
|
309
322
|
user.label.form_description
|
|
310
|
-
</
|
|
311
|
-
<
|
|
323
|
+
</ui_text>
|
|
324
|
+
<ui_input_text
|
|
312
325
|
class="view inputContainer"
|
|
313
326
|
>
|
|
314
|
-
<
|
|
327
|
+
<ui_view
|
|
315
328
|
class="view row inputBorder"
|
|
316
329
|
>
|
|
317
|
-
<
|
|
330
|
+
<ui_view
|
|
318
331
|
class="view wide content"
|
|
319
332
|
>
|
|
320
|
-
<
|
|
333
|
+
<label
|
|
321
334
|
class="text paragraph text label"
|
|
335
|
+
for="input.email"
|
|
322
336
|
>
|
|
323
337
|
common.label.email
|
|
324
|
-
</
|
|
338
|
+
</label>
|
|
325
339
|
<input
|
|
326
340
|
autocomplete="true"
|
|
327
341
|
class="input input withLabel"
|
|
342
|
+
id="input.email"
|
|
328
343
|
name="email"
|
|
329
344
|
required=""
|
|
330
345
|
type="email"
|
|
331
346
|
value=""
|
|
332
347
|
/>
|
|
333
|
-
</
|
|
334
|
-
</
|
|
335
|
-
</
|
|
336
|
-
<
|
|
348
|
+
</ui_view>
|
|
349
|
+
</ui_view>
|
|
350
|
+
</ui_input_text>
|
|
351
|
+
<ui_input_text
|
|
337
352
|
class="view inputContainer"
|
|
338
353
|
>
|
|
339
|
-
<
|
|
354
|
+
<ui_view
|
|
340
355
|
class="view row inputBorder"
|
|
341
356
|
>
|
|
342
|
-
<
|
|
357
|
+
<ui_view
|
|
343
358
|
class="view wide content"
|
|
344
359
|
>
|
|
345
|
-
<
|
|
360
|
+
<label
|
|
346
361
|
class="text paragraph text label"
|
|
362
|
+
for="input.password"
|
|
347
363
|
>
|
|
348
364
|
common.label.password
|
|
349
|
-
</
|
|
365
|
+
</label>
|
|
350
366
|
<input
|
|
351
367
|
autocomplete="true"
|
|
352
368
|
class="input input withLabel"
|
|
369
|
+
id="input.password"
|
|
353
370
|
name="password"
|
|
354
371
|
required=""
|
|
355
372
|
type="password"
|
|
356
373
|
value=""
|
|
357
374
|
/>
|
|
358
|
-
</
|
|
359
|
-
<
|
|
375
|
+
</ui_view>
|
|
376
|
+
<ui_pressable
|
|
360
377
|
class="pressable"
|
|
361
378
|
tabindex="-1"
|
|
362
379
|
>
|
|
363
|
-
<
|
|
380
|
+
<ui_icon
|
|
364
381
|
class="icon headline-3 icon password"
|
|
365
382
|
>
|
|
366
383
|
<svg
|
|
@@ -380,60 +397,63 @@ exports[`component:<Session> inherit:className 1`] = `
|
|
|
380
397
|
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"
|
|
381
398
|
/>
|
|
382
399
|
</svg>
|
|
383
|
-
</
|
|
384
|
-
</
|
|
385
|
-
</
|
|
386
|
-
</
|
|
387
|
-
<
|
|
400
|
+
</ui_icon>
|
|
401
|
+
</ui_pressable>
|
|
402
|
+
</ui_view>
|
|
403
|
+
</ui_input_text>
|
|
404
|
+
<ui_view
|
|
388
405
|
class="view wide"
|
|
389
406
|
>
|
|
390
|
-
<
|
|
407
|
+
<ui_div
|
|
391
408
|
class="pressable action"
|
|
409
|
+
tabindex="0"
|
|
392
410
|
>
|
|
393
411
|
user.action.reset
|
|
394
|
-
</
|
|
395
|
-
</
|
|
412
|
+
</ui_div>
|
|
413
|
+
</ui_view>
|
|
396
414
|
<button
|
|
397
415
|
class="pressable disabled button large disabled wide"
|
|
398
416
|
disabled=""
|
|
399
417
|
type="submit"
|
|
400
418
|
>
|
|
401
|
-
<
|
|
419
|
+
<ui_view
|
|
402
420
|
class="view busyContainer"
|
|
403
421
|
>
|
|
404
|
-
<
|
|
422
|
+
<ui_view
|
|
405
423
|
class="view spinner"
|
|
406
424
|
/>
|
|
407
|
-
</
|
|
408
|
-
<
|
|
425
|
+
</ui_view>
|
|
426
|
+
<ui_view
|
|
409
427
|
class="view row children"
|
|
410
428
|
>
|
|
411
429
|
common.action.login
|
|
412
|
-
</
|
|
430
|
+
</ui_view>
|
|
413
431
|
</button>
|
|
414
432
|
</form>
|
|
415
433
|
<button
|
|
416
434
|
class="pressable button large transparent"
|
|
435
|
+
tabindex="0"
|
|
417
436
|
>
|
|
418
437
|
user.action.signup
|
|
419
438
|
</button>
|
|
420
|
-
</
|
|
421
|
-
</
|
|
422
|
-
</
|
|
423
|
-
</
|
|
424
|
-
</
|
|
439
|
+
</ui_view>
|
|
440
|
+
</ui_view>
|
|
441
|
+
</ui_scrollview>
|
|
442
|
+
</ui_view>
|
|
443
|
+
</ui_modal_overflow>
|
|
425
444
|
</DocumentFragment>
|
|
426
445
|
`;
|
|
427
446
|
|
|
428
447
|
exports[`component:<Session> renders 1`] = `
|
|
429
448
|
<DocumentFragment>
|
|
430
|
-
<
|
|
449
|
+
<ui_pressable
|
|
431
450
|
class="pressable"
|
|
451
|
+
tabindex="0"
|
|
432
452
|
>
|
|
433
|
-
<
|
|
453
|
+
<ui_view
|
|
434
454
|
class="view row"
|
|
435
455
|
>
|
|
436
|
-
<
|
|
456
|
+
<ui_icon
|
|
437
457
|
class="icon headline-3"
|
|
438
458
|
>
|
|
439
459
|
<svg
|
|
@@ -456,33 +476,35 @@ exports[`component:<Session> renders 1`] = `
|
|
|
456
476
|
d="M12 6c-1.93 0-3.5 1.57-3.5 3.5S10.07 13 12 13s3.5-1.57 3.5-3.5S13.93 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"
|
|
457
477
|
/>
|
|
458
478
|
</svg>
|
|
459
|
-
</
|
|
460
|
-
<
|
|
479
|
+
</ui_icon>
|
|
480
|
+
<ui_text
|
|
461
481
|
class="text paragraph"
|
|
462
482
|
>
|
|
463
483
|
common.action.login
|
|
464
|
-
</
|
|
465
|
-
</
|
|
466
|
-
</
|
|
467
|
-
<
|
|
484
|
+
</ui_text>
|
|
485
|
+
</ui_view>
|
|
486
|
+
</ui_pressable>
|
|
487
|
+
<ui_modal_overflow
|
|
468
488
|
class="pressable container overflow"
|
|
469
489
|
style="height: 768px;"
|
|
490
|
+
tabindex="0"
|
|
470
491
|
>
|
|
471
|
-
<
|
|
492
|
+
<ui_view
|
|
472
493
|
class="view fit modal calcWidth"
|
|
473
494
|
>
|
|
474
|
-
<
|
|
495
|
+
<ui_view
|
|
475
496
|
class="view row header hideBack"
|
|
476
497
|
>
|
|
477
|
-
<
|
|
498
|
+
<ui_text
|
|
478
499
|
class="text headline-3 title"
|
|
479
500
|
>
|
|
480
501
|
user.label.title_session
|
|
481
|
-
</
|
|
502
|
+
</ui_text>
|
|
482
503
|
<button
|
|
483
504
|
class="pressable button small squared transparent button"
|
|
505
|
+
tabindex="0"
|
|
484
506
|
>
|
|
485
|
-
<
|
|
507
|
+
<ui_icon
|
|
486
508
|
class="icon headline-3 icon"
|
|
487
509
|
>
|
|
488
510
|
<svg
|
|
@@ -502,77 +524,81 @@ exports[`component:<Session> renders 1`] = `
|
|
|
502
524
|
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"
|
|
503
525
|
/>
|
|
504
526
|
</svg>
|
|
505
|
-
</
|
|
527
|
+
</ui_icon>
|
|
506
528
|
</button>
|
|
507
|
-
</
|
|
508
|
-
<
|
|
529
|
+
</ui_view>
|
|
530
|
+
<ui_scrollview
|
|
509
531
|
class="scrollview snap vertical notIndicator"
|
|
510
532
|
>
|
|
511
|
-
<
|
|
533
|
+
<ui_view
|
|
512
534
|
class="view row wide"
|
|
513
535
|
>
|
|
514
|
-
<
|
|
536
|
+
<ui_view
|
|
515
537
|
class="view wide"
|
|
516
538
|
>
|
|
517
539
|
<form>
|
|
518
|
-
<
|
|
540
|
+
<ui_text
|
|
519
541
|
class="text paragraph"
|
|
520
542
|
>
|
|
521
543
|
user.label.form_description
|
|
522
|
-
</
|
|
523
|
-
<
|
|
544
|
+
</ui_text>
|
|
545
|
+
<ui_input_text
|
|
524
546
|
class="view inputContainer"
|
|
525
547
|
>
|
|
526
|
-
<
|
|
548
|
+
<ui_view
|
|
527
549
|
class="view row inputBorder"
|
|
528
550
|
>
|
|
529
|
-
<
|
|
551
|
+
<ui_view
|
|
530
552
|
class="view wide content"
|
|
531
553
|
>
|
|
532
|
-
<
|
|
554
|
+
<label
|
|
533
555
|
class="text paragraph text label"
|
|
556
|
+
for="input.email"
|
|
534
557
|
>
|
|
535
558
|
common.label.email
|
|
536
|
-
</
|
|
559
|
+
</label>
|
|
537
560
|
<input
|
|
538
561
|
autocomplete="true"
|
|
539
562
|
class="input input withLabel"
|
|
563
|
+
id="input.email"
|
|
540
564
|
name="email"
|
|
541
565
|
required=""
|
|
542
566
|
type="email"
|
|
543
567
|
value=""
|
|
544
568
|
/>
|
|
545
|
-
</
|
|
546
|
-
</
|
|
547
|
-
</
|
|
548
|
-
<
|
|
569
|
+
</ui_view>
|
|
570
|
+
</ui_view>
|
|
571
|
+
</ui_input_text>
|
|
572
|
+
<ui_input_text
|
|
549
573
|
class="view inputContainer"
|
|
550
574
|
>
|
|
551
|
-
<
|
|
575
|
+
<ui_view
|
|
552
576
|
class="view row inputBorder"
|
|
553
577
|
>
|
|
554
|
-
<
|
|
578
|
+
<ui_view
|
|
555
579
|
class="view wide content"
|
|
556
580
|
>
|
|
557
|
-
<
|
|
581
|
+
<label
|
|
558
582
|
class="text paragraph text label"
|
|
583
|
+
for="input.password"
|
|
559
584
|
>
|
|
560
585
|
common.label.password
|
|
561
|
-
</
|
|
586
|
+
</label>
|
|
562
587
|
<input
|
|
563
588
|
autocomplete="true"
|
|
564
589
|
class="input input withLabel"
|
|
590
|
+
id="input.password"
|
|
565
591
|
name="password"
|
|
566
592
|
required=""
|
|
567
593
|
type="password"
|
|
568
594
|
value=""
|
|
569
595
|
/>
|
|
570
|
-
</
|
|
571
|
-
<
|
|
596
|
+
</ui_view>
|
|
597
|
+
<ui_pressable
|
|
572
598
|
class="pressable"
|
|
573
599
|
tabindex="-1"
|
|
574
600
|
>
|
|
575
|
-
<
|
|
601
|
+
<ui_icon
|
|
576
602
|
class="icon headline-3 icon password"
|
|
577
603
|
>
|
|
578
604
|
<svg
|
|
@@ -592,60 +618,63 @@ exports[`component:<Session> renders 1`] = `
|
|
|
592
618
|
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"
|
|
593
619
|
/>
|
|
594
620
|
</svg>
|
|
595
|
-
</
|
|
596
|
-
</
|
|
597
|
-
</
|
|
598
|
-
</
|
|
599
|
-
<
|
|
621
|
+
</ui_icon>
|
|
622
|
+
</ui_pressable>
|
|
623
|
+
</ui_view>
|
|
624
|
+
</ui_input_text>
|
|
625
|
+
<ui_view
|
|
600
626
|
class="view wide"
|
|
601
627
|
>
|
|
602
|
-
<
|
|
628
|
+
<ui_div
|
|
603
629
|
class="pressable action"
|
|
630
|
+
tabindex="0"
|
|
604
631
|
>
|
|
605
632
|
user.action.reset
|
|
606
|
-
</
|
|
607
|
-
</
|
|
633
|
+
</ui_div>
|
|
634
|
+
</ui_view>
|
|
608
635
|
<button
|
|
609
636
|
class="pressable disabled button large disabled wide"
|
|
610
637
|
disabled=""
|
|
611
638
|
type="submit"
|
|
612
639
|
>
|
|
613
|
-
<
|
|
640
|
+
<ui_view
|
|
614
641
|
class="view busyContainer"
|
|
615
642
|
>
|
|
616
|
-
<
|
|
643
|
+
<ui_view
|
|
617
644
|
class="view spinner"
|
|
618
645
|
/>
|
|
619
|
-
</
|
|
620
|
-
<
|
|
646
|
+
</ui_view>
|
|
647
|
+
<ui_view
|
|
621
648
|
class="view row children"
|
|
622
649
|
>
|
|
623
650
|
common.action.login
|
|
624
|
-
</
|
|
651
|
+
</ui_view>
|
|
625
652
|
</button>
|
|
626
653
|
</form>
|
|
627
654
|
<button
|
|
628
655
|
class="pressable button large transparent"
|
|
656
|
+
tabindex="0"
|
|
629
657
|
>
|
|
630
658
|
user.action.signup
|
|
631
659
|
</button>
|
|
632
|
-
</
|
|
633
|
-
</
|
|
634
|
-
</
|
|
635
|
-
</
|
|
636
|
-
</
|
|
660
|
+
</ui_view>
|
|
661
|
+
</ui_view>
|
|
662
|
+
</ui_scrollview>
|
|
663
|
+
</ui_view>
|
|
664
|
+
</ui_modal_overflow>
|
|
637
665
|
</DocumentFragment>
|
|
638
666
|
`;
|
|
639
667
|
|
|
640
668
|
exports[`component:<Session> testID 1`] = `
|
|
641
669
|
<DocumentFragment>
|
|
642
|
-
<
|
|
670
|
+
<ui_pressable
|
|
643
671
|
class="pressable"
|
|
672
|
+
tabindex="0"
|
|
644
673
|
>
|
|
645
|
-
<
|
|
674
|
+
<ui_view
|
|
646
675
|
class="view row"
|
|
647
676
|
>
|
|
648
|
-
<
|
|
677
|
+
<ui_icon
|
|
649
678
|
class="icon headline-3"
|
|
650
679
|
>
|
|
651
680
|
<svg
|
|
@@ -668,33 +697,35 @@ exports[`component:<Session> testID 1`] = `
|
|
|
668
697
|
d="M12 6c-1.93 0-3.5 1.57-3.5 3.5S10.07 13 12 13s3.5-1.57 3.5-3.5S13.93 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"
|
|
669
698
|
/>
|
|
670
699
|
</svg>
|
|
671
|
-
</
|
|
672
|
-
<
|
|
700
|
+
</ui_icon>
|
|
701
|
+
<ui_text
|
|
673
702
|
class="text paragraph"
|
|
674
703
|
>
|
|
675
704
|
common.action.login
|
|
676
|
-
</
|
|
677
|
-
</
|
|
678
|
-
</
|
|
679
|
-
<
|
|
705
|
+
</ui_text>
|
|
706
|
+
</ui_view>
|
|
707
|
+
</ui_pressable>
|
|
708
|
+
<ui_modal_overflow
|
|
680
709
|
class="pressable container overflow"
|
|
681
710
|
style="height: 768px;"
|
|
711
|
+
tabindex="0"
|
|
682
712
|
>
|
|
683
|
-
<
|
|
713
|
+
<ui_view
|
|
684
714
|
class="view fit modal calcWidth"
|
|
685
715
|
>
|
|
686
|
-
<
|
|
716
|
+
<ui_view
|
|
687
717
|
class="view row header hideBack"
|
|
688
718
|
>
|
|
689
|
-
<
|
|
719
|
+
<ui_text
|
|
690
720
|
class="text headline-3 title"
|
|
691
721
|
>
|
|
692
722
|
user.label.title_session
|
|
693
|
-
</
|
|
723
|
+
</ui_text>
|
|
694
724
|
<button
|
|
695
725
|
class="pressable button small squared transparent button"
|
|
726
|
+
tabindex="0"
|
|
696
727
|
>
|
|
697
|
-
<
|
|
728
|
+
<ui_icon
|
|
698
729
|
class="icon headline-3 icon"
|
|
699
730
|
>
|
|
700
731
|
<svg
|
|
@@ -714,79 +745,83 @@ exports[`component:<Session> testID 1`] = `
|
|
|
714
745
|
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"
|
|
715
746
|
/>
|
|
716
747
|
</svg>
|
|
717
|
-
</
|
|
748
|
+
</ui_icon>
|
|
718
749
|
</button>
|
|
719
|
-
</
|
|
720
|
-
<
|
|
750
|
+
</ui_view>
|
|
751
|
+
<ui_scrollview
|
|
721
752
|
class="scrollview snap vertical notIndicator"
|
|
722
753
|
>
|
|
723
|
-
<
|
|
754
|
+
<ui_view
|
|
724
755
|
class="view row wide"
|
|
725
756
|
>
|
|
726
|
-
<
|
|
757
|
+
<ui_view
|
|
727
758
|
class="view wide"
|
|
728
759
|
>
|
|
729
760
|
<form
|
|
730
761
|
data-testid="mirai"
|
|
731
762
|
>
|
|
732
|
-
<
|
|
763
|
+
<ui_text
|
|
733
764
|
class="text paragraph"
|
|
734
765
|
>
|
|
735
766
|
user.label.form_description
|
|
736
|
-
</
|
|
737
|
-
<
|
|
767
|
+
</ui_text>
|
|
768
|
+
<ui_input_text
|
|
738
769
|
class="view inputContainer"
|
|
739
770
|
>
|
|
740
|
-
<
|
|
771
|
+
<ui_view
|
|
741
772
|
class="view row inputBorder"
|
|
742
773
|
>
|
|
743
|
-
<
|
|
774
|
+
<ui_view
|
|
744
775
|
class="view wide content"
|
|
745
776
|
>
|
|
746
|
-
<
|
|
777
|
+
<label
|
|
747
778
|
class="text paragraph text label"
|
|
779
|
+
for="input.email"
|
|
748
780
|
>
|
|
749
781
|
common.label.email
|
|
750
|
-
</
|
|
782
|
+
</label>
|
|
751
783
|
<input
|
|
752
784
|
autocomplete="true"
|
|
753
785
|
class="input input withLabel"
|
|
786
|
+
id="input.email"
|
|
754
787
|
name="email"
|
|
755
788
|
required=""
|
|
756
789
|
type="email"
|
|
757
790
|
value=""
|
|
758
791
|
/>
|
|
759
|
-
</
|
|
760
|
-
</
|
|
761
|
-
</
|
|
762
|
-
<
|
|
792
|
+
</ui_view>
|
|
793
|
+
</ui_view>
|
|
794
|
+
</ui_input_text>
|
|
795
|
+
<ui_input_text
|
|
763
796
|
class="view inputContainer"
|
|
764
797
|
>
|
|
765
|
-
<
|
|
798
|
+
<ui_view
|
|
766
799
|
class="view row inputBorder"
|
|
767
800
|
>
|
|
768
|
-
<
|
|
801
|
+
<ui_view
|
|
769
802
|
class="view wide content"
|
|
770
803
|
>
|
|
771
|
-
<
|
|
804
|
+
<label
|
|
772
805
|
class="text paragraph text label"
|
|
806
|
+
for="input.password"
|
|
773
807
|
>
|
|
774
808
|
common.label.password
|
|
775
|
-
</
|
|
809
|
+
</label>
|
|
776
810
|
<input
|
|
777
811
|
autocomplete="true"
|
|
778
812
|
class="input input withLabel"
|
|
813
|
+
id="input.password"
|
|
779
814
|
name="password"
|
|
780
815
|
required=""
|
|
781
816
|
type="password"
|
|
782
817
|
value=""
|
|
783
818
|
/>
|
|
784
|
-
</
|
|
785
|
-
<
|
|
819
|
+
</ui_view>
|
|
820
|
+
<ui_pressable
|
|
786
821
|
class="pressable"
|
|
787
822
|
tabindex="-1"
|
|
788
823
|
>
|
|
789
|
-
<
|
|
824
|
+
<ui_icon
|
|
790
825
|
class="icon headline-3 icon password"
|
|
791
826
|
>
|
|
792
827
|
<svg
|
|
@@ -806,104 +841,108 @@ exports[`component:<Session> testID 1`] = `
|
|
|
806
841
|
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"
|
|
807
842
|
/>
|
|
808
843
|
</svg>
|
|
809
|
-
</
|
|
810
|
-
</
|
|
811
|
-
</
|
|
812
|
-
</
|
|
813
|
-
<
|
|
844
|
+
</ui_icon>
|
|
845
|
+
</ui_pressable>
|
|
846
|
+
</ui_view>
|
|
847
|
+
</ui_input_text>
|
|
848
|
+
<ui_view
|
|
814
849
|
class="view wide"
|
|
815
850
|
>
|
|
816
|
-
<
|
|
851
|
+
<ui_div
|
|
817
852
|
class="pressable action"
|
|
853
|
+
tabindex="0"
|
|
818
854
|
>
|
|
819
855
|
user.action.reset
|
|
820
|
-
</
|
|
821
|
-
</
|
|
856
|
+
</ui_div>
|
|
857
|
+
</ui_view>
|
|
822
858
|
<button
|
|
823
859
|
class="pressable disabled button large disabled wide"
|
|
824
860
|
disabled=""
|
|
825
861
|
type="submit"
|
|
826
862
|
>
|
|
827
|
-
<
|
|
863
|
+
<ui_view
|
|
828
864
|
class="view busyContainer"
|
|
829
865
|
>
|
|
830
|
-
<
|
|
866
|
+
<ui_view
|
|
831
867
|
class="view spinner"
|
|
832
868
|
/>
|
|
833
|
-
</
|
|
834
|
-
<
|
|
869
|
+
</ui_view>
|
|
870
|
+
<ui_view
|
|
835
871
|
class="view row children"
|
|
836
872
|
>
|
|
837
873
|
common.action.login
|
|
838
|
-
</
|
|
874
|
+
</ui_view>
|
|
839
875
|
</button>
|
|
840
876
|
</form>
|
|
841
877
|
<button
|
|
842
878
|
class="pressable button large transparent"
|
|
879
|
+
tabindex="0"
|
|
843
880
|
>
|
|
844
881
|
user.action.signup
|
|
845
882
|
</button>
|
|
846
|
-
</
|
|
847
|
-
</
|
|
848
|
-
</
|
|
849
|
-
</
|
|
850
|
-
</
|
|
883
|
+
</ui_view>
|
|
884
|
+
</ui_view>
|
|
885
|
+
</ui_scrollview>
|
|
886
|
+
</ui_view>
|
|
887
|
+
</ui_modal_overflow>
|
|
851
888
|
</DocumentFragment>
|
|
852
889
|
`;
|
|
853
890
|
|
|
854
891
|
exports[`component:<Session> with an stored session 1`] = `
|
|
855
892
|
<DocumentFragment>
|
|
856
|
-
<
|
|
893
|
+
<ui_view
|
|
857
894
|
class="view"
|
|
858
895
|
>
|
|
859
|
-
<
|
|
896
|
+
<ui_menu
|
|
860
897
|
class="container"
|
|
861
898
|
>
|
|
862
|
-
<
|
|
899
|
+
<ui_pressable
|
|
863
900
|
class="pressable"
|
|
901
|
+
tabindex="0"
|
|
864
902
|
>
|
|
865
|
-
<
|
|
903
|
+
<ui_view
|
|
866
904
|
class="view row"
|
|
867
905
|
>
|
|
868
|
-
<
|
|
906
|
+
<ui_view
|
|
869
907
|
class="view row"
|
|
870
908
|
>
|
|
871
|
-
<
|
|
909
|
+
<ui_text
|
|
872
910
|
class="text bold action"
|
|
873
911
|
>
|
|
874
912
|
J
|
|
875
|
-
</
|
|
876
|
-
</
|
|
877
|
-
<
|
|
913
|
+
</ui_text>
|
|
914
|
+
</ui_view>
|
|
915
|
+
<ui_view
|
|
878
916
|
class="view wide"
|
|
879
917
|
>
|
|
880
|
-
<
|
|
918
|
+
<ui_text
|
|
881
919
|
class="text bold action"
|
|
882
920
|
>
|
|
883
921
|
Javi Jimenez
|
|
884
|
-
</
|
|
885
|
-
<
|
|
922
|
+
</ui_text>
|
|
923
|
+
<ui_text
|
|
886
924
|
class="text tiny"
|
|
887
925
|
>
|
|
888
926
|
hello@soyjavi.com
|
|
889
|
-
</
|
|
890
|
-
</
|
|
891
|
-
</
|
|
892
|
-
</
|
|
893
|
-
</
|
|
894
|
-
</
|
|
927
|
+
</ui_text>
|
|
928
|
+
</ui_view>
|
|
929
|
+
</ui_view>
|
|
930
|
+
</ui_pressable>
|
|
931
|
+
</ui_menu>
|
|
932
|
+
</ui_view>
|
|
895
933
|
</DocumentFragment>
|
|
896
934
|
`;
|
|
897
935
|
|
|
898
936
|
exports[`component:<Session> with mode finishing signup 1`] = `
|
|
899
937
|
<DocumentFragment>
|
|
900
|
-
<
|
|
938
|
+
<ui_pressable
|
|
901
939
|
class="pressable"
|
|
940
|
+
tabindex="0"
|
|
902
941
|
>
|
|
903
|
-
<
|
|
942
|
+
<ui_view
|
|
904
943
|
class="view row"
|
|
905
944
|
>
|
|
906
|
-
<
|
|
945
|
+
<ui_icon
|
|
907
946
|
class="icon headline-3"
|
|
908
947
|
>
|
|
909
948
|
<svg
|
|
@@ -926,33 +965,35 @@ exports[`component:<Session> with mode finishing signup 1`] = `
|
|
|
926
965
|
d="M12 6c-1.93 0-3.5 1.57-3.5 3.5S10.07 13 12 13s3.5-1.57 3.5-3.5S13.93 6 12 6zm0 5c-.83 0-1.5-.67-1.5-1.5S11.17 8 12 8s1.5.67 1.5 1.5S12.83 11 12 11z"
|
|
927
966
|
/>
|
|
928
967
|
</svg>
|
|
929
|
-
</
|
|
930
|
-
<
|
|
968
|
+
</ui_icon>
|
|
969
|
+
<ui_text
|
|
931
970
|
class="text paragraph"
|
|
932
971
|
>
|
|
933
972
|
common.action.login
|
|
934
|
-
</
|
|
935
|
-
</
|
|
936
|
-
</
|
|
937
|
-
<
|
|
973
|
+
</ui_text>
|
|
974
|
+
</ui_view>
|
|
975
|
+
</ui_pressable>
|
|
976
|
+
<ui_modal_overflow
|
|
938
977
|
class="pressable container overflow"
|
|
939
978
|
style="height: 768px;"
|
|
979
|
+
tabindex="0"
|
|
940
980
|
>
|
|
941
|
-
<
|
|
981
|
+
<ui_view
|
|
942
982
|
class="view fit modal calcWidth"
|
|
943
983
|
>
|
|
944
|
-
<
|
|
984
|
+
<ui_view
|
|
945
985
|
class="view row header hideBack"
|
|
946
986
|
>
|
|
947
|
-
<
|
|
987
|
+
<ui_text
|
|
948
988
|
class="text headline-3 title"
|
|
949
989
|
>
|
|
950
990
|
user.label.title_session
|
|
951
|
-
</
|
|
991
|
+
</ui_text>
|
|
952
992
|
<button
|
|
953
993
|
class="pressable button small squared transparent button"
|
|
994
|
+
tabindex="0"
|
|
954
995
|
>
|
|
955
|
-
<
|
|
996
|
+
<ui_icon
|
|
956
997
|
class="icon headline-3 icon"
|
|
957
998
|
>
|
|
958
999
|
<svg
|
|
@@ -972,23 +1013,23 @@ exports[`component:<Session> with mode finishing signup 1`] = `
|
|
|
972
1013
|
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"
|
|
973
1014
|
/>
|
|
974
1015
|
</svg>
|
|
975
|
-
</
|
|
1016
|
+
</ui_icon>
|
|
976
1017
|
</button>
|
|
977
|
-
</
|
|
978
|
-
<
|
|
1018
|
+
</ui_view>
|
|
1019
|
+
<ui_scrollview
|
|
979
1020
|
class="scrollview snap vertical notIndicator"
|
|
980
1021
|
>
|
|
981
|
-
<
|
|
1022
|
+
<ui_view
|
|
982
1023
|
class="view row wide"
|
|
983
1024
|
>
|
|
984
|
-
<
|
|
1025
|
+
<ui_view
|
|
985
1026
|
class="view wide"
|
|
986
1027
|
>
|
|
987
1028
|
<form>
|
|
988
|
-
<
|
|
1029
|
+
<ui_notification
|
|
989
1030
|
class="view row notification info outlined"
|
|
990
1031
|
>
|
|
991
|
-
<
|
|
1032
|
+
<ui_icon
|
|
992
1033
|
class="icon headline-3"
|
|
993
1034
|
>
|
|
994
1035
|
<svg
|
|
@@ -1008,85 +1049,89 @@ exports[`component:<Session> with mode finishing signup 1`] = `
|
|
|
1008
1049
|
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"
|
|
1009
1050
|
/>
|
|
1010
1051
|
</svg>
|
|
1011
|
-
</
|
|
1012
|
-
<
|
|
1052
|
+
</ui_icon>
|
|
1053
|
+
<ui_view
|
|
1013
1054
|
class="view texts"
|
|
1014
1055
|
>
|
|
1015
|
-
<
|
|
1056
|
+
<ui_text
|
|
1016
1057
|
class="text action"
|
|
1017
1058
|
>
|
|
1018
|
-
<
|
|
1059
|
+
<ui_text
|
|
1019
1060
|
class="text bold paragraph"
|
|
1020
1061
|
>
|
|
1021
1062
|
user.notification.activation_success
|
|
1022
|
-
</
|
|
1023
|
-
<
|
|
1063
|
+
</ui_text>
|
|
1064
|
+
<ui_text
|
|
1024
1065
|
class="text paragraph"
|
|
1025
1066
|
>
|
|
1026
1067
|
user.notification.finish
|
|
1027
|
-
<
|
|
1068
|
+
<ui_text
|
|
1028
1069
|
style="text-decoration: underline;"
|
|
1029
1070
|
>
|
|
1030
1071
|
signup
|
|
1031
|
-
</
|
|
1072
|
+
</ui_text>
|
|
1032
1073
|
description
|
|
1033
|
-
</
|
|
1034
|
-
</
|
|
1035
|
-
</
|
|
1036
|
-
</
|
|
1037
|
-
<
|
|
1074
|
+
</ui_text>
|
|
1075
|
+
</ui_text>
|
|
1076
|
+
</ui_view>
|
|
1077
|
+
</ui_notification>
|
|
1078
|
+
<ui_input_text
|
|
1038
1079
|
class="view inputContainer"
|
|
1039
1080
|
>
|
|
1040
|
-
<
|
|
1081
|
+
<ui_view
|
|
1041
1082
|
class="view row inputBorder"
|
|
1042
1083
|
>
|
|
1043
|
-
<
|
|
1084
|
+
<ui_view
|
|
1044
1085
|
class="view wide content"
|
|
1045
1086
|
>
|
|
1046
|
-
<
|
|
1087
|
+
<label
|
|
1047
1088
|
class="text paragraph text label"
|
|
1089
|
+
for="input.email"
|
|
1048
1090
|
>
|
|
1049
1091
|
common.label.email
|
|
1050
|
-
</
|
|
1092
|
+
</label>
|
|
1051
1093
|
<input
|
|
1052
1094
|
autocomplete="true"
|
|
1053
1095
|
class="input input withLabel"
|
|
1096
|
+
id="input.email"
|
|
1054
1097
|
name="email"
|
|
1055
1098
|
required=""
|
|
1056
1099
|
type="email"
|
|
1057
1100
|
value=""
|
|
1058
1101
|
/>
|
|
1059
|
-
</
|
|
1060
|
-
</
|
|
1061
|
-
</
|
|
1062
|
-
<
|
|
1102
|
+
</ui_view>
|
|
1103
|
+
</ui_view>
|
|
1104
|
+
</ui_input_text>
|
|
1105
|
+
<ui_input_text
|
|
1063
1106
|
class="view inputContainer"
|
|
1064
1107
|
>
|
|
1065
|
-
<
|
|
1108
|
+
<ui_view
|
|
1066
1109
|
class="view row inputBorder"
|
|
1067
1110
|
>
|
|
1068
|
-
<
|
|
1111
|
+
<ui_view
|
|
1069
1112
|
class="view wide content"
|
|
1070
1113
|
>
|
|
1071
|
-
<
|
|
1114
|
+
<label
|
|
1072
1115
|
class="text paragraph text label"
|
|
1116
|
+
for="input.password"
|
|
1073
1117
|
>
|
|
1074
1118
|
common.label.password
|
|
1075
|
-
</
|
|
1119
|
+
</label>
|
|
1076
1120
|
<input
|
|
1077
1121
|
autocomplete="true"
|
|
1078
1122
|
class="input input withLabel"
|
|
1123
|
+
id="input.password"
|
|
1079
1124
|
name="password"
|
|
1080
1125
|
required=""
|
|
1081
1126
|
type="password"
|
|
1082
1127
|
value=""
|
|
1083
1128
|
/>
|
|
1084
|
-
</
|
|
1085
|
-
<
|
|
1129
|
+
</ui_view>
|
|
1130
|
+
<ui_pressable
|
|
1086
1131
|
class="pressable"
|
|
1087
1132
|
tabindex="-1"
|
|
1088
1133
|
>
|
|
1089
|
-
<
|
|
1134
|
+
<ui_icon
|
|
1090
1135
|
class="icon headline-3 icon password"
|
|
1091
1136
|
>
|
|
1092
1137
|
<svg
|
|
@@ -1106,42 +1151,43 @@ exports[`component:<Session> with mode finishing signup 1`] = `
|
|
|
1106
1151
|
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"
|
|
1107
1152
|
/>
|
|
1108
1153
|
</svg>
|
|
1109
|
-
</
|
|
1110
|
-
</
|
|
1111
|
-
</
|
|
1112
|
-
</
|
|
1113
|
-
<
|
|
1154
|
+
</ui_icon>
|
|
1155
|
+
</ui_pressable>
|
|
1156
|
+
</ui_view>
|
|
1157
|
+
</ui_input_text>
|
|
1158
|
+
<ui_view
|
|
1114
1159
|
class="view wide"
|
|
1115
1160
|
>
|
|
1116
|
-
<
|
|
1161
|
+
<ui_div
|
|
1117
1162
|
class="pressable action"
|
|
1163
|
+
tabindex="0"
|
|
1118
1164
|
>
|
|
1119
1165
|
user.action.reset
|
|
1120
|
-
</
|
|
1121
|
-
</
|
|
1166
|
+
</ui_div>
|
|
1167
|
+
</ui_view>
|
|
1122
1168
|
<button
|
|
1123
1169
|
class="pressable disabled button large disabled wide"
|
|
1124
1170
|
disabled=""
|
|
1125
1171
|
type="submit"
|
|
1126
1172
|
>
|
|
1127
|
-
<
|
|
1173
|
+
<ui_view
|
|
1128
1174
|
class="view busyContainer"
|
|
1129
1175
|
>
|
|
1130
|
-
<
|
|
1176
|
+
<ui_view
|
|
1131
1177
|
class="view spinner"
|
|
1132
1178
|
/>
|
|
1133
|
-
</
|
|
1134
|
-
<
|
|
1179
|
+
</ui_view>
|
|
1180
|
+
<ui_view
|
|
1135
1181
|
class="view row children"
|
|
1136
1182
|
>
|
|
1137
1183
|
common.action.login
|
|
1138
|
-
</
|
|
1184
|
+
</ui_view>
|
|
1139
1185
|
</button>
|
|
1140
1186
|
</form>
|
|
1141
|
-
</
|
|
1142
|
-
</
|
|
1143
|
-
</
|
|
1144
|
-
</
|
|
1145
|
-
</
|
|
1187
|
+
</ui_view>
|
|
1188
|
+
</ui_view>
|
|
1189
|
+
</ui_scrollview>
|
|
1190
|
+
</ui_view>
|
|
1191
|
+
</ui_modal_overflow>
|
|
1146
1192
|
</DocumentFragment>
|
|
1147
1193
|
`;
|