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