@mirai/core 0.3.356 → 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/package.json +1 -1
|
@@ -2,46 +2,46 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Signup> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-view
|
|
6
6
|
class="view"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-view
|
|
9
9
|
class="view wide"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui-text
|
|
12
12
|
class="text bold headline-2"
|
|
13
13
|
>
|
|
14
14
|
user.label.title_signup
|
|
15
|
-
</
|
|
16
|
-
<
|
|
15
|
+
</ui-text>
|
|
16
|
+
<ui-text
|
|
17
17
|
class="text paragraph"
|
|
18
18
|
>
|
|
19
19
|
user.label.description_signup
|
|
20
|
-
</
|
|
21
|
-
</
|
|
20
|
+
</ui-text>
|
|
21
|
+
</ui-view>
|
|
22
22
|
<form
|
|
23
23
|
class="mirai"
|
|
24
24
|
>
|
|
25
|
-
<
|
|
25
|
+
<ui-text
|
|
26
26
|
class="text small"
|
|
27
27
|
>
|
|
28
28
|
<span>
|
|
29
29
|
*
|
|
30
30
|
</span>
|
|
31
31
|
common.label.required_field
|
|
32
|
-
</
|
|
33
|
-
<
|
|
32
|
+
</ui-text>
|
|
33
|
+
<ui-input-text
|
|
34
34
|
class="view inputContainer"
|
|
35
35
|
>
|
|
36
|
-
<
|
|
36
|
+
<ui-view
|
|
37
37
|
class="view row inputBorder"
|
|
38
38
|
>
|
|
39
|
-
<
|
|
39
|
+
<ui-view
|
|
40
40
|
class="view wide content"
|
|
41
41
|
>
|
|
42
|
-
<label
|
|
42
|
+
<ui-label
|
|
43
43
|
class="text paragraph text label"
|
|
44
|
-
|
|
44
|
+
htmlfor="input.signup-firstName"
|
|
45
45
|
>
|
|
46
46
|
common.label.name
|
|
47
47
|
<span
|
|
@@ -49,7 +49,7 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
49
49
|
>
|
|
50
50
|
*
|
|
51
51
|
</span>
|
|
52
|
-
</label>
|
|
52
|
+
</ui-label>
|
|
53
53
|
<input
|
|
54
54
|
class="input input withLabel"
|
|
55
55
|
id="input.signup-firstName"
|
|
@@ -58,21 +58,21 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
58
58
|
type="text"
|
|
59
59
|
value=""
|
|
60
60
|
/>
|
|
61
|
-
</
|
|
62
|
-
</
|
|
63
|
-
</
|
|
64
|
-
<
|
|
61
|
+
</ui-view>
|
|
62
|
+
</ui-view>
|
|
63
|
+
</ui-input-text>
|
|
64
|
+
<ui-input-text
|
|
65
65
|
class="view inputContainer"
|
|
66
66
|
>
|
|
67
|
-
<
|
|
67
|
+
<ui-view
|
|
68
68
|
class="view row inputBorder"
|
|
69
69
|
>
|
|
70
|
-
<
|
|
70
|
+
<ui-view
|
|
71
71
|
class="view wide content"
|
|
72
72
|
>
|
|
73
|
-
<label
|
|
73
|
+
<ui-label
|
|
74
74
|
class="text paragraph text label"
|
|
75
|
-
|
|
75
|
+
htmlfor="input.signup-lastName"
|
|
76
76
|
>
|
|
77
77
|
common.label.lastname
|
|
78
78
|
<span
|
|
@@ -80,7 +80,7 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
80
80
|
>
|
|
81
81
|
*
|
|
82
82
|
</span>
|
|
83
|
-
</label>
|
|
83
|
+
</ui-label>
|
|
84
84
|
<input
|
|
85
85
|
class="input input withLabel"
|
|
86
86
|
id="input.signup-lastName"
|
|
@@ -89,21 +89,21 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
89
89
|
type="text"
|
|
90
90
|
value=""
|
|
91
91
|
/>
|
|
92
|
-
</
|
|
93
|
-
</
|
|
94
|
-
</
|
|
95
|
-
<
|
|
92
|
+
</ui-view>
|
|
93
|
+
</ui-view>
|
|
94
|
+
</ui-input-text>
|
|
95
|
+
<ui-input-text
|
|
96
96
|
class="view inputContainer"
|
|
97
97
|
>
|
|
98
|
-
<
|
|
98
|
+
<ui-view
|
|
99
99
|
class="view row inputBorder"
|
|
100
100
|
>
|
|
101
|
-
<
|
|
101
|
+
<ui-view
|
|
102
102
|
class="view wide content"
|
|
103
103
|
>
|
|
104
|
-
<label
|
|
104
|
+
<ui-label
|
|
105
105
|
class="text paragraph text label"
|
|
106
|
-
|
|
106
|
+
htmlfor="input.signup-email"
|
|
107
107
|
>
|
|
108
108
|
common.label.email
|
|
109
109
|
<span
|
|
@@ -111,7 +111,7 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
111
111
|
>
|
|
112
112
|
*
|
|
113
113
|
</span>
|
|
114
|
-
</label>
|
|
114
|
+
</ui-label>
|
|
115
115
|
<input
|
|
116
116
|
class="input input withLabel"
|
|
117
117
|
id="input.signup-email"
|
|
@@ -120,21 +120,21 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
120
120
|
type="email"
|
|
121
121
|
value=""
|
|
122
122
|
/>
|
|
123
|
-
</
|
|
124
|
-
</
|
|
125
|
-
</
|
|
126
|
-
<
|
|
123
|
+
</ui-view>
|
|
124
|
+
</ui-view>
|
|
125
|
+
</ui-input-text>
|
|
126
|
+
<ui-input-text
|
|
127
127
|
class="view inputContainer"
|
|
128
128
|
>
|
|
129
|
-
<
|
|
129
|
+
<ui-view
|
|
130
130
|
class="view row inputBorder"
|
|
131
131
|
>
|
|
132
|
-
<
|
|
132
|
+
<ui-view
|
|
133
133
|
class="view wide content"
|
|
134
134
|
>
|
|
135
|
-
<label
|
|
135
|
+
<ui-label
|
|
136
136
|
class="text paragraph text label"
|
|
137
|
-
|
|
137
|
+
htmlfor="input.signup-dateOfBirth"
|
|
138
138
|
>
|
|
139
139
|
user.label.date_of_birth
|
|
140
140
|
<span
|
|
@@ -142,7 +142,7 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
142
142
|
>
|
|
143
143
|
*
|
|
144
144
|
</span>
|
|
145
|
-
</label>
|
|
145
|
+
</ui-label>
|
|
146
146
|
<input
|
|
147
147
|
class="input input withLabel"
|
|
148
148
|
id="input.signup-dateOfBirth"
|
|
@@ -153,21 +153,21 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
153
153
|
type="inputDate"
|
|
154
154
|
value=""
|
|
155
155
|
/>
|
|
156
|
-
</
|
|
157
|
-
</
|
|
158
|
-
</
|
|
159
|
-
<
|
|
156
|
+
</ui-view>
|
|
157
|
+
</ui-view>
|
|
158
|
+
</ui-input-text>
|
|
159
|
+
<ui-input-select
|
|
160
160
|
class="view inputContainer"
|
|
161
161
|
>
|
|
162
|
-
<
|
|
162
|
+
<ui-view
|
|
163
163
|
class="view row inputBorder"
|
|
164
164
|
>
|
|
165
|
-
<
|
|
165
|
+
<ui-view
|
|
166
166
|
class="view wide content"
|
|
167
167
|
>
|
|
168
|
-
<label
|
|
168
|
+
<ui-label
|
|
169
169
|
class="text paragraph text label"
|
|
170
|
-
|
|
170
|
+
htmlfor="signup-country"
|
|
171
171
|
>
|
|
172
172
|
user.label.country
|
|
173
173
|
<span
|
|
@@ -175,7 +175,7 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
175
175
|
>
|
|
176
176
|
*
|
|
177
177
|
</span>
|
|
178
|
-
</label>
|
|
178
|
+
</ui-label>
|
|
179
179
|
<select
|
|
180
180
|
class="select empty input withLabel empty"
|
|
181
181
|
id="signup-country"
|
|
@@ -183,8 +183,8 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
183
183
|
placeholder="common.label.select"
|
|
184
184
|
required=""
|
|
185
185
|
/>
|
|
186
|
-
</
|
|
187
|
-
<
|
|
186
|
+
</ui-view>
|
|
187
|
+
<ui-icon
|
|
188
188
|
class="icon headline-3 icon expand"
|
|
189
189
|
>
|
|
190
190
|
<svg
|
|
@@ -205,21 +205,21 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
205
205
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
206
206
|
/>
|
|
207
207
|
</svg>
|
|
208
|
-
</
|
|
209
|
-
</
|
|
210
|
-
</
|
|
211
|
-
<
|
|
208
|
+
</ui-icon>
|
|
209
|
+
</ui-view>
|
|
210
|
+
</ui-input-select>
|
|
211
|
+
<ui-input-text
|
|
212
212
|
class="view inputContainer"
|
|
213
213
|
>
|
|
214
|
-
<
|
|
214
|
+
<ui-view
|
|
215
215
|
class="view row inputBorder"
|
|
216
216
|
>
|
|
217
|
-
<
|
|
217
|
+
<ui-view
|
|
218
218
|
class="view wide content"
|
|
219
219
|
>
|
|
220
|
-
<label
|
|
220
|
+
<ui-label
|
|
221
221
|
class="text paragraph text label"
|
|
222
|
-
|
|
222
|
+
htmlfor="input.signup-password"
|
|
223
223
|
>
|
|
224
224
|
common.label.password
|
|
225
225
|
<span
|
|
@@ -227,7 +227,7 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
227
227
|
>
|
|
228
228
|
*
|
|
229
229
|
</span>
|
|
230
|
-
</label>
|
|
230
|
+
</ui-label>
|
|
231
231
|
<input
|
|
232
232
|
class="input input withLabel"
|
|
233
233
|
id="input.signup-password"
|
|
@@ -236,12 +236,12 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
236
236
|
type="password"
|
|
237
237
|
value=""
|
|
238
238
|
/>
|
|
239
|
-
</
|
|
240
|
-
<
|
|
239
|
+
</ui-view>
|
|
240
|
+
<ui-pressable
|
|
241
241
|
class="pressable"
|
|
242
242
|
tabindex="-1"
|
|
243
243
|
>
|
|
244
|
-
<
|
|
244
|
+
<ui-icon
|
|
245
245
|
class="icon headline-3 icon password"
|
|
246
246
|
>
|
|
247
247
|
<svg
|
|
@@ -261,20 +261,20 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
261
261
|
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"
|
|
262
262
|
/>
|
|
263
263
|
</svg>
|
|
264
|
-
</
|
|
265
|
-
</
|
|
266
|
-
</
|
|
267
|
-
<
|
|
264
|
+
</ui-icon>
|
|
265
|
+
</ui-pressable>
|
|
266
|
+
</ui-view>
|
|
267
|
+
<ui-text
|
|
268
268
|
class="text small text hint"
|
|
269
269
|
>
|
|
270
270
|
user.label.password_hint
|
|
271
|
-
</
|
|
272
|
-
</
|
|
273
|
-
<
|
|
271
|
+
</ui-text>
|
|
272
|
+
</ui-input-text>
|
|
273
|
+
<ui-input-option
|
|
274
274
|
class="pressable inputOption"
|
|
275
275
|
tabindex="0"
|
|
276
276
|
>
|
|
277
|
-
<
|
|
277
|
+
<ui-checkbox
|
|
278
278
|
class="checkbox"
|
|
279
279
|
>
|
|
280
280
|
<input
|
|
@@ -284,7 +284,7 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
284
284
|
type="checkbox"
|
|
285
285
|
value="true"
|
|
286
286
|
/>
|
|
287
|
-
<
|
|
287
|
+
<ui-icon
|
|
288
288
|
class="icon paragraph icon"
|
|
289
289
|
>
|
|
290
290
|
<svg
|
|
@@ -304,21 +304,21 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
304
304
|
d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"
|
|
305
305
|
/>
|
|
306
306
|
</svg>
|
|
307
|
-
</
|
|
308
|
-
</
|
|
309
|
-
<label
|
|
307
|
+
</ui-icon>
|
|
308
|
+
</ui-checkbox>
|
|
309
|
+
<ui-label
|
|
310
310
|
class="text small text label"
|
|
311
|
-
|
|
311
|
+
htmlfor="subscribed"
|
|
312
312
|
>
|
|
313
313
|
user.label.subscribe
|
|
314
|
-
</label>
|
|
315
|
-
</
|
|
316
|
-
<
|
|
314
|
+
</ui-label>
|
|
315
|
+
</ui-input-option>
|
|
316
|
+
<ui-input-option
|
|
317
317
|
class="pressable inputOption"
|
|
318
318
|
id="signup-privacy"
|
|
319
319
|
tabindex="0"
|
|
320
320
|
>
|
|
321
|
-
<
|
|
321
|
+
<ui-checkbox
|
|
322
322
|
class="checkbox"
|
|
323
323
|
>
|
|
324
324
|
<input
|
|
@@ -327,10 +327,10 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
327
327
|
type="checkbox"
|
|
328
328
|
value=""
|
|
329
329
|
/>
|
|
330
|
-
</
|
|
331
|
-
<label
|
|
330
|
+
</ui-checkbox>
|
|
331
|
+
<ui-label
|
|
332
332
|
class="text small text label"
|
|
333
|
-
|
|
333
|
+
htmlfor="signup-privacy"
|
|
334
334
|
>
|
|
335
335
|
user.label.privacy_policy
|
|
336
336
|
<span
|
|
@@ -338,70 +338,70 @@ exports[`component:<Signup> inherit:className 1`] = `
|
|
|
338
338
|
>
|
|
339
339
|
*
|
|
340
340
|
</span>
|
|
341
|
-
</label>
|
|
342
|
-
</
|
|
341
|
+
</ui-label>
|
|
342
|
+
</ui-input-option>
|
|
343
343
|
<button
|
|
344
344
|
class="pressable button large wide"
|
|
345
345
|
tabindex="0"
|
|
346
346
|
>
|
|
347
|
-
<
|
|
347
|
+
<ui-view
|
|
348
348
|
class="view busyContainer"
|
|
349
349
|
>
|
|
350
|
-
<
|
|
350
|
+
<ui-view
|
|
351
351
|
class="view spinner"
|
|
352
352
|
/>
|
|
353
|
-
</
|
|
354
|
-
<
|
|
353
|
+
</ui-view>
|
|
354
|
+
<ui-view
|
|
355
355
|
class="view row children"
|
|
356
356
|
>
|
|
357
357
|
user.action.signup
|
|
358
|
-
</
|
|
358
|
+
</ui-view>
|
|
359
359
|
</button>
|
|
360
360
|
</form>
|
|
361
|
-
</
|
|
361
|
+
</ui-view>
|
|
362
362
|
</DocumentFragment>
|
|
363
363
|
`;
|
|
364
364
|
|
|
365
365
|
exports[`component:<Signup> renders 1`] = `
|
|
366
366
|
<DocumentFragment>
|
|
367
|
-
<
|
|
367
|
+
<ui-view
|
|
368
368
|
class="view"
|
|
369
369
|
>
|
|
370
|
-
<
|
|
370
|
+
<ui-view
|
|
371
371
|
class="view wide"
|
|
372
372
|
>
|
|
373
|
-
<
|
|
373
|
+
<ui-text
|
|
374
374
|
class="text bold headline-2"
|
|
375
375
|
>
|
|
376
376
|
user.label.title_signup
|
|
377
|
-
</
|
|
378
|
-
<
|
|
377
|
+
</ui-text>
|
|
378
|
+
<ui-text
|
|
379
379
|
class="text paragraph"
|
|
380
380
|
>
|
|
381
381
|
user.label.description_signup
|
|
382
|
-
</
|
|
383
|
-
</
|
|
382
|
+
</ui-text>
|
|
383
|
+
</ui-view>
|
|
384
384
|
<form>
|
|
385
|
-
<
|
|
385
|
+
<ui-text
|
|
386
386
|
class="text small"
|
|
387
387
|
>
|
|
388
388
|
<span>
|
|
389
389
|
*
|
|
390
390
|
</span>
|
|
391
391
|
common.label.required_field
|
|
392
|
-
</
|
|
393
|
-
<
|
|
392
|
+
</ui-text>
|
|
393
|
+
<ui-input-text
|
|
394
394
|
class="view inputContainer"
|
|
395
395
|
>
|
|
396
|
-
<
|
|
396
|
+
<ui-view
|
|
397
397
|
class="view row inputBorder"
|
|
398
398
|
>
|
|
399
|
-
<
|
|
399
|
+
<ui-view
|
|
400
400
|
class="view wide content"
|
|
401
401
|
>
|
|
402
|
-
<label
|
|
402
|
+
<ui-label
|
|
403
403
|
class="text paragraph text label"
|
|
404
|
-
|
|
404
|
+
htmlfor="input.signup-firstName"
|
|
405
405
|
>
|
|
406
406
|
common.label.name
|
|
407
407
|
<span
|
|
@@ -409,7 +409,7 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
409
409
|
>
|
|
410
410
|
*
|
|
411
411
|
</span>
|
|
412
|
-
</label>
|
|
412
|
+
</ui-label>
|
|
413
413
|
<input
|
|
414
414
|
class="input input withLabel"
|
|
415
415
|
id="input.signup-firstName"
|
|
@@ -418,21 +418,21 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
418
418
|
type="text"
|
|
419
419
|
value=""
|
|
420
420
|
/>
|
|
421
|
-
</
|
|
422
|
-
</
|
|
423
|
-
</
|
|
424
|
-
<
|
|
421
|
+
</ui-view>
|
|
422
|
+
</ui-view>
|
|
423
|
+
</ui-input-text>
|
|
424
|
+
<ui-input-text
|
|
425
425
|
class="view inputContainer"
|
|
426
426
|
>
|
|
427
|
-
<
|
|
427
|
+
<ui-view
|
|
428
428
|
class="view row inputBorder"
|
|
429
429
|
>
|
|
430
|
-
<
|
|
430
|
+
<ui-view
|
|
431
431
|
class="view wide content"
|
|
432
432
|
>
|
|
433
|
-
<label
|
|
433
|
+
<ui-label
|
|
434
434
|
class="text paragraph text label"
|
|
435
|
-
|
|
435
|
+
htmlfor="input.signup-lastName"
|
|
436
436
|
>
|
|
437
437
|
common.label.lastname
|
|
438
438
|
<span
|
|
@@ -440,7 +440,7 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
440
440
|
>
|
|
441
441
|
*
|
|
442
442
|
</span>
|
|
443
|
-
</label>
|
|
443
|
+
</ui-label>
|
|
444
444
|
<input
|
|
445
445
|
class="input input withLabel"
|
|
446
446
|
id="input.signup-lastName"
|
|
@@ -449,21 +449,21 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
449
449
|
type="text"
|
|
450
450
|
value=""
|
|
451
451
|
/>
|
|
452
|
-
</
|
|
453
|
-
</
|
|
454
|
-
</
|
|
455
|
-
<
|
|
452
|
+
</ui-view>
|
|
453
|
+
</ui-view>
|
|
454
|
+
</ui-input-text>
|
|
455
|
+
<ui-input-text
|
|
456
456
|
class="view inputContainer"
|
|
457
457
|
>
|
|
458
|
-
<
|
|
458
|
+
<ui-view
|
|
459
459
|
class="view row inputBorder"
|
|
460
460
|
>
|
|
461
|
-
<
|
|
461
|
+
<ui-view
|
|
462
462
|
class="view wide content"
|
|
463
463
|
>
|
|
464
|
-
<label
|
|
464
|
+
<ui-label
|
|
465
465
|
class="text paragraph text label"
|
|
466
|
-
|
|
466
|
+
htmlfor="input.signup-email"
|
|
467
467
|
>
|
|
468
468
|
common.label.email
|
|
469
469
|
<span
|
|
@@ -471,7 +471,7 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
471
471
|
>
|
|
472
472
|
*
|
|
473
473
|
</span>
|
|
474
|
-
</label>
|
|
474
|
+
</ui-label>
|
|
475
475
|
<input
|
|
476
476
|
class="input input withLabel"
|
|
477
477
|
id="input.signup-email"
|
|
@@ -480,21 +480,21 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
480
480
|
type="email"
|
|
481
481
|
value=""
|
|
482
482
|
/>
|
|
483
|
-
</
|
|
484
|
-
</
|
|
485
|
-
</
|
|
486
|
-
<
|
|
483
|
+
</ui-view>
|
|
484
|
+
</ui-view>
|
|
485
|
+
</ui-input-text>
|
|
486
|
+
<ui-input-text
|
|
487
487
|
class="view inputContainer"
|
|
488
488
|
>
|
|
489
|
-
<
|
|
489
|
+
<ui-view
|
|
490
490
|
class="view row inputBorder"
|
|
491
491
|
>
|
|
492
|
-
<
|
|
492
|
+
<ui-view
|
|
493
493
|
class="view wide content"
|
|
494
494
|
>
|
|
495
|
-
<label
|
|
495
|
+
<ui-label
|
|
496
496
|
class="text paragraph text label"
|
|
497
|
-
|
|
497
|
+
htmlfor="input.signup-dateOfBirth"
|
|
498
498
|
>
|
|
499
499
|
user.label.date_of_birth
|
|
500
500
|
<span
|
|
@@ -502,7 +502,7 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
502
502
|
>
|
|
503
503
|
*
|
|
504
504
|
</span>
|
|
505
|
-
</label>
|
|
505
|
+
</ui-label>
|
|
506
506
|
<input
|
|
507
507
|
class="input input withLabel"
|
|
508
508
|
id="input.signup-dateOfBirth"
|
|
@@ -513,21 +513,21 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
513
513
|
type="inputDate"
|
|
514
514
|
value=""
|
|
515
515
|
/>
|
|
516
|
-
</
|
|
517
|
-
</
|
|
518
|
-
</
|
|
519
|
-
<
|
|
516
|
+
</ui-view>
|
|
517
|
+
</ui-view>
|
|
518
|
+
</ui-input-text>
|
|
519
|
+
<ui-input-select
|
|
520
520
|
class="view inputContainer"
|
|
521
521
|
>
|
|
522
|
-
<
|
|
522
|
+
<ui-view
|
|
523
523
|
class="view row inputBorder"
|
|
524
524
|
>
|
|
525
|
-
<
|
|
525
|
+
<ui-view
|
|
526
526
|
class="view wide content"
|
|
527
527
|
>
|
|
528
|
-
<label
|
|
528
|
+
<ui-label
|
|
529
529
|
class="text paragraph text label"
|
|
530
|
-
|
|
530
|
+
htmlfor="signup-country"
|
|
531
531
|
>
|
|
532
532
|
user.label.country
|
|
533
533
|
<span
|
|
@@ -535,7 +535,7 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
535
535
|
>
|
|
536
536
|
*
|
|
537
537
|
</span>
|
|
538
|
-
</label>
|
|
538
|
+
</ui-label>
|
|
539
539
|
<select
|
|
540
540
|
class="select empty input withLabel empty"
|
|
541
541
|
id="signup-country"
|
|
@@ -543,8 +543,8 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
543
543
|
placeholder="common.label.select"
|
|
544
544
|
required=""
|
|
545
545
|
/>
|
|
546
|
-
</
|
|
547
|
-
<
|
|
546
|
+
</ui-view>
|
|
547
|
+
<ui-icon
|
|
548
548
|
class="icon headline-3 icon expand"
|
|
549
549
|
>
|
|
550
550
|
<svg
|
|
@@ -565,21 +565,21 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
565
565
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
566
566
|
/>
|
|
567
567
|
</svg>
|
|
568
|
-
</
|
|
569
|
-
</
|
|
570
|
-
</
|
|
571
|
-
<
|
|
568
|
+
</ui-icon>
|
|
569
|
+
</ui-view>
|
|
570
|
+
</ui-input-select>
|
|
571
|
+
<ui-input-text
|
|
572
572
|
class="view inputContainer"
|
|
573
573
|
>
|
|
574
|
-
<
|
|
574
|
+
<ui-view
|
|
575
575
|
class="view row inputBorder"
|
|
576
576
|
>
|
|
577
|
-
<
|
|
577
|
+
<ui-view
|
|
578
578
|
class="view wide content"
|
|
579
579
|
>
|
|
580
|
-
<label
|
|
580
|
+
<ui-label
|
|
581
581
|
class="text paragraph text label"
|
|
582
|
-
|
|
582
|
+
htmlfor="input.signup-password"
|
|
583
583
|
>
|
|
584
584
|
common.label.password
|
|
585
585
|
<span
|
|
@@ -587,7 +587,7 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
587
587
|
>
|
|
588
588
|
*
|
|
589
589
|
</span>
|
|
590
|
-
</label>
|
|
590
|
+
</ui-label>
|
|
591
591
|
<input
|
|
592
592
|
class="input input withLabel"
|
|
593
593
|
id="input.signup-password"
|
|
@@ -596,12 +596,12 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
596
596
|
type="password"
|
|
597
597
|
value=""
|
|
598
598
|
/>
|
|
599
|
-
</
|
|
600
|
-
<
|
|
599
|
+
</ui-view>
|
|
600
|
+
<ui-pressable
|
|
601
601
|
class="pressable"
|
|
602
602
|
tabindex="-1"
|
|
603
603
|
>
|
|
604
|
-
<
|
|
604
|
+
<ui-icon
|
|
605
605
|
class="icon headline-3 icon password"
|
|
606
606
|
>
|
|
607
607
|
<svg
|
|
@@ -621,20 +621,20 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
621
621
|
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"
|
|
622
622
|
/>
|
|
623
623
|
</svg>
|
|
624
|
-
</
|
|
625
|
-
</
|
|
626
|
-
</
|
|
627
|
-
<
|
|
624
|
+
</ui-icon>
|
|
625
|
+
</ui-pressable>
|
|
626
|
+
</ui-view>
|
|
627
|
+
<ui-text
|
|
628
628
|
class="text small text hint"
|
|
629
629
|
>
|
|
630
630
|
user.label.password_hint
|
|
631
|
-
</
|
|
632
|
-
</
|
|
633
|
-
<
|
|
631
|
+
</ui-text>
|
|
632
|
+
</ui-input-text>
|
|
633
|
+
<ui-input-option
|
|
634
634
|
class="pressable inputOption"
|
|
635
635
|
tabindex="0"
|
|
636
636
|
>
|
|
637
|
-
<
|
|
637
|
+
<ui-checkbox
|
|
638
638
|
class="checkbox"
|
|
639
639
|
>
|
|
640
640
|
<input
|
|
@@ -644,7 +644,7 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
644
644
|
type="checkbox"
|
|
645
645
|
value="true"
|
|
646
646
|
/>
|
|
647
|
-
<
|
|
647
|
+
<ui-icon
|
|
648
648
|
class="icon paragraph icon"
|
|
649
649
|
>
|
|
650
650
|
<svg
|
|
@@ -664,21 +664,21 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
664
664
|
d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"
|
|
665
665
|
/>
|
|
666
666
|
</svg>
|
|
667
|
-
</
|
|
668
|
-
</
|
|
669
|
-
<label
|
|
667
|
+
</ui-icon>
|
|
668
|
+
</ui-checkbox>
|
|
669
|
+
<ui-label
|
|
670
670
|
class="text small text label"
|
|
671
|
-
|
|
671
|
+
htmlfor="subscribed"
|
|
672
672
|
>
|
|
673
673
|
user.label.subscribe
|
|
674
|
-
</label>
|
|
675
|
-
</
|
|
676
|
-
<
|
|
674
|
+
</ui-label>
|
|
675
|
+
</ui-input-option>
|
|
676
|
+
<ui-input-option
|
|
677
677
|
class="pressable inputOption"
|
|
678
678
|
id="signup-privacy"
|
|
679
679
|
tabindex="0"
|
|
680
680
|
>
|
|
681
|
-
<
|
|
681
|
+
<ui-checkbox
|
|
682
682
|
class="checkbox"
|
|
683
683
|
>
|
|
684
684
|
<input
|
|
@@ -687,10 +687,10 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
687
687
|
type="checkbox"
|
|
688
688
|
value=""
|
|
689
689
|
/>
|
|
690
|
-
</
|
|
691
|
-
<label
|
|
690
|
+
</ui-checkbox>
|
|
691
|
+
<ui-label
|
|
692
692
|
class="text small text label"
|
|
693
|
-
|
|
693
|
+
htmlfor="signup-privacy"
|
|
694
694
|
>
|
|
695
695
|
user.label.privacy_policy
|
|
696
696
|
<span
|
|
@@ -698,72 +698,72 @@ exports[`component:<Signup> renders 1`] = `
|
|
|
698
698
|
>
|
|
699
699
|
*
|
|
700
700
|
</span>
|
|
701
|
-
</label>
|
|
702
|
-
</
|
|
701
|
+
</ui-label>
|
|
702
|
+
</ui-input-option>
|
|
703
703
|
<button
|
|
704
704
|
class="pressable button large wide"
|
|
705
705
|
tabindex="0"
|
|
706
706
|
>
|
|
707
|
-
<
|
|
707
|
+
<ui-view
|
|
708
708
|
class="view busyContainer"
|
|
709
709
|
>
|
|
710
|
-
<
|
|
710
|
+
<ui-view
|
|
711
711
|
class="view spinner"
|
|
712
712
|
/>
|
|
713
|
-
</
|
|
714
|
-
<
|
|
713
|
+
</ui-view>
|
|
714
|
+
<ui-view
|
|
715
715
|
class="view row children"
|
|
716
716
|
>
|
|
717
717
|
user.action.signup
|
|
718
|
-
</
|
|
718
|
+
</ui-view>
|
|
719
719
|
</button>
|
|
720
720
|
</form>
|
|
721
|
-
</
|
|
721
|
+
</ui-view>
|
|
722
722
|
</DocumentFragment>
|
|
723
723
|
`;
|
|
724
724
|
|
|
725
725
|
exports[`component:<Signup> testID 1`] = `
|
|
726
726
|
<DocumentFragment>
|
|
727
|
-
<
|
|
727
|
+
<ui-view
|
|
728
728
|
class="view"
|
|
729
729
|
>
|
|
730
|
-
<
|
|
730
|
+
<ui-view
|
|
731
731
|
class="view wide"
|
|
732
732
|
>
|
|
733
|
-
<
|
|
733
|
+
<ui-text
|
|
734
734
|
class="text bold headline-2"
|
|
735
735
|
>
|
|
736
736
|
user.label.title_signup
|
|
737
|
-
</
|
|
738
|
-
<
|
|
737
|
+
</ui-text>
|
|
738
|
+
<ui-text
|
|
739
739
|
class="text paragraph"
|
|
740
740
|
>
|
|
741
741
|
user.label.description_signup
|
|
742
|
-
</
|
|
743
|
-
</
|
|
742
|
+
</ui-text>
|
|
743
|
+
</ui-view>
|
|
744
744
|
<form
|
|
745
745
|
data-testid="mirai"
|
|
746
746
|
>
|
|
747
|
-
<
|
|
747
|
+
<ui-text
|
|
748
748
|
class="text small"
|
|
749
749
|
>
|
|
750
750
|
<span>
|
|
751
751
|
*
|
|
752
752
|
</span>
|
|
753
753
|
common.label.required_field
|
|
754
|
-
</
|
|
755
|
-
<
|
|
754
|
+
</ui-text>
|
|
755
|
+
<ui-input-text
|
|
756
756
|
class="view inputContainer"
|
|
757
757
|
>
|
|
758
|
-
<
|
|
758
|
+
<ui-view
|
|
759
759
|
class="view row inputBorder"
|
|
760
760
|
>
|
|
761
|
-
<
|
|
761
|
+
<ui-view
|
|
762
762
|
class="view wide content"
|
|
763
763
|
>
|
|
764
|
-
<label
|
|
764
|
+
<ui-label
|
|
765
765
|
class="text paragraph text label"
|
|
766
|
-
|
|
766
|
+
htmlfor="input.signup-firstName"
|
|
767
767
|
>
|
|
768
768
|
common.label.name
|
|
769
769
|
<span
|
|
@@ -771,7 +771,7 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
771
771
|
>
|
|
772
772
|
*
|
|
773
773
|
</span>
|
|
774
|
-
</label>
|
|
774
|
+
</ui-label>
|
|
775
775
|
<input
|
|
776
776
|
class="input input withLabel"
|
|
777
777
|
id="input.signup-firstName"
|
|
@@ -780,21 +780,21 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
780
780
|
type="text"
|
|
781
781
|
value=""
|
|
782
782
|
/>
|
|
783
|
-
</
|
|
784
|
-
</
|
|
785
|
-
</
|
|
786
|
-
<
|
|
783
|
+
</ui-view>
|
|
784
|
+
</ui-view>
|
|
785
|
+
</ui-input-text>
|
|
786
|
+
<ui-input-text
|
|
787
787
|
class="view inputContainer"
|
|
788
788
|
>
|
|
789
|
-
<
|
|
789
|
+
<ui-view
|
|
790
790
|
class="view row inputBorder"
|
|
791
791
|
>
|
|
792
|
-
<
|
|
792
|
+
<ui-view
|
|
793
793
|
class="view wide content"
|
|
794
794
|
>
|
|
795
|
-
<label
|
|
795
|
+
<ui-label
|
|
796
796
|
class="text paragraph text label"
|
|
797
|
-
|
|
797
|
+
htmlfor="input.signup-lastName"
|
|
798
798
|
>
|
|
799
799
|
common.label.lastname
|
|
800
800
|
<span
|
|
@@ -802,7 +802,7 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
802
802
|
>
|
|
803
803
|
*
|
|
804
804
|
</span>
|
|
805
|
-
</label>
|
|
805
|
+
</ui-label>
|
|
806
806
|
<input
|
|
807
807
|
class="input input withLabel"
|
|
808
808
|
id="input.signup-lastName"
|
|
@@ -811,21 +811,21 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
811
811
|
type="text"
|
|
812
812
|
value=""
|
|
813
813
|
/>
|
|
814
|
-
</
|
|
815
|
-
</
|
|
816
|
-
</
|
|
817
|
-
<
|
|
814
|
+
</ui-view>
|
|
815
|
+
</ui-view>
|
|
816
|
+
</ui-input-text>
|
|
817
|
+
<ui-input-text
|
|
818
818
|
class="view inputContainer"
|
|
819
819
|
>
|
|
820
|
-
<
|
|
820
|
+
<ui-view
|
|
821
821
|
class="view row inputBorder"
|
|
822
822
|
>
|
|
823
|
-
<
|
|
823
|
+
<ui-view
|
|
824
824
|
class="view wide content"
|
|
825
825
|
>
|
|
826
|
-
<label
|
|
826
|
+
<ui-label
|
|
827
827
|
class="text paragraph text label"
|
|
828
|
-
|
|
828
|
+
htmlfor="input.signup-email"
|
|
829
829
|
>
|
|
830
830
|
common.label.email
|
|
831
831
|
<span
|
|
@@ -833,7 +833,7 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
833
833
|
>
|
|
834
834
|
*
|
|
835
835
|
</span>
|
|
836
|
-
</label>
|
|
836
|
+
</ui-label>
|
|
837
837
|
<input
|
|
838
838
|
class="input input withLabel"
|
|
839
839
|
id="input.signup-email"
|
|
@@ -842,21 +842,21 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
842
842
|
type="email"
|
|
843
843
|
value=""
|
|
844
844
|
/>
|
|
845
|
-
</
|
|
846
|
-
</
|
|
847
|
-
</
|
|
848
|
-
<
|
|
845
|
+
</ui-view>
|
|
846
|
+
</ui-view>
|
|
847
|
+
</ui-input-text>
|
|
848
|
+
<ui-input-text
|
|
849
849
|
class="view inputContainer"
|
|
850
850
|
>
|
|
851
|
-
<
|
|
851
|
+
<ui-view
|
|
852
852
|
class="view row inputBorder"
|
|
853
853
|
>
|
|
854
|
-
<
|
|
854
|
+
<ui-view
|
|
855
855
|
class="view wide content"
|
|
856
856
|
>
|
|
857
|
-
<label
|
|
857
|
+
<ui-label
|
|
858
858
|
class="text paragraph text label"
|
|
859
|
-
|
|
859
|
+
htmlfor="input.signup-dateOfBirth"
|
|
860
860
|
>
|
|
861
861
|
user.label.date_of_birth
|
|
862
862
|
<span
|
|
@@ -864,7 +864,7 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
864
864
|
>
|
|
865
865
|
*
|
|
866
866
|
</span>
|
|
867
|
-
</label>
|
|
867
|
+
</ui-label>
|
|
868
868
|
<input
|
|
869
869
|
class="input input withLabel"
|
|
870
870
|
id="input.signup-dateOfBirth"
|
|
@@ -875,21 +875,21 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
875
875
|
type="inputDate"
|
|
876
876
|
value=""
|
|
877
877
|
/>
|
|
878
|
-
</
|
|
879
|
-
</
|
|
880
|
-
</
|
|
881
|
-
<
|
|
878
|
+
</ui-view>
|
|
879
|
+
</ui-view>
|
|
880
|
+
</ui-input-text>
|
|
881
|
+
<ui-input-select
|
|
882
882
|
class="view inputContainer"
|
|
883
883
|
>
|
|
884
|
-
<
|
|
884
|
+
<ui-view
|
|
885
885
|
class="view row inputBorder"
|
|
886
886
|
>
|
|
887
|
-
<
|
|
887
|
+
<ui-view
|
|
888
888
|
class="view wide content"
|
|
889
889
|
>
|
|
890
|
-
<label
|
|
890
|
+
<ui-label
|
|
891
891
|
class="text paragraph text label"
|
|
892
|
-
|
|
892
|
+
htmlfor="signup-country"
|
|
893
893
|
>
|
|
894
894
|
user.label.country
|
|
895
895
|
<span
|
|
@@ -897,7 +897,7 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
897
897
|
>
|
|
898
898
|
*
|
|
899
899
|
</span>
|
|
900
|
-
</label>
|
|
900
|
+
</ui-label>
|
|
901
901
|
<select
|
|
902
902
|
class="select empty input withLabel empty"
|
|
903
903
|
id="signup-country"
|
|
@@ -905,8 +905,8 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
905
905
|
placeholder="common.label.select"
|
|
906
906
|
required=""
|
|
907
907
|
/>
|
|
908
|
-
</
|
|
909
|
-
<
|
|
908
|
+
</ui-view>
|
|
909
|
+
<ui-icon
|
|
910
910
|
class="icon headline-3 icon expand"
|
|
911
911
|
>
|
|
912
912
|
<svg
|
|
@@ -927,21 +927,21 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
927
927
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
928
928
|
/>
|
|
929
929
|
</svg>
|
|
930
|
-
</
|
|
931
|
-
</
|
|
932
|
-
</
|
|
933
|
-
<
|
|
930
|
+
</ui-icon>
|
|
931
|
+
</ui-view>
|
|
932
|
+
</ui-input-select>
|
|
933
|
+
<ui-input-text
|
|
934
934
|
class="view inputContainer"
|
|
935
935
|
>
|
|
936
|
-
<
|
|
936
|
+
<ui-view
|
|
937
937
|
class="view row inputBorder"
|
|
938
938
|
>
|
|
939
|
-
<
|
|
939
|
+
<ui-view
|
|
940
940
|
class="view wide content"
|
|
941
941
|
>
|
|
942
|
-
<label
|
|
942
|
+
<ui-label
|
|
943
943
|
class="text paragraph text label"
|
|
944
|
-
|
|
944
|
+
htmlfor="input.signup-password"
|
|
945
945
|
>
|
|
946
946
|
common.label.password
|
|
947
947
|
<span
|
|
@@ -949,7 +949,7 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
949
949
|
>
|
|
950
950
|
*
|
|
951
951
|
</span>
|
|
952
|
-
</label>
|
|
952
|
+
</ui-label>
|
|
953
953
|
<input
|
|
954
954
|
class="input input withLabel"
|
|
955
955
|
id="input.signup-password"
|
|
@@ -958,12 +958,12 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
958
958
|
type="password"
|
|
959
959
|
value=""
|
|
960
960
|
/>
|
|
961
|
-
</
|
|
962
|
-
<
|
|
961
|
+
</ui-view>
|
|
962
|
+
<ui-pressable
|
|
963
963
|
class="pressable"
|
|
964
964
|
tabindex="-1"
|
|
965
965
|
>
|
|
966
|
-
<
|
|
966
|
+
<ui-icon
|
|
967
967
|
class="icon headline-3 icon password"
|
|
968
968
|
>
|
|
969
969
|
<svg
|
|
@@ -983,20 +983,20 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
983
983
|
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"
|
|
984
984
|
/>
|
|
985
985
|
</svg>
|
|
986
|
-
</
|
|
987
|
-
</
|
|
988
|
-
</
|
|
989
|
-
<
|
|
986
|
+
</ui-icon>
|
|
987
|
+
</ui-pressable>
|
|
988
|
+
</ui-view>
|
|
989
|
+
<ui-text
|
|
990
990
|
class="text small text hint"
|
|
991
991
|
>
|
|
992
992
|
user.label.password_hint
|
|
993
|
-
</
|
|
994
|
-
</
|
|
995
|
-
<
|
|
993
|
+
</ui-text>
|
|
994
|
+
</ui-input-text>
|
|
995
|
+
<ui-input-option
|
|
996
996
|
class="pressable inputOption"
|
|
997
997
|
tabindex="0"
|
|
998
998
|
>
|
|
999
|
-
<
|
|
999
|
+
<ui-checkbox
|
|
1000
1000
|
class="checkbox"
|
|
1001
1001
|
>
|
|
1002
1002
|
<input
|
|
@@ -1006,7 +1006,7 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
1006
1006
|
type="checkbox"
|
|
1007
1007
|
value="true"
|
|
1008
1008
|
/>
|
|
1009
|
-
<
|
|
1009
|
+
<ui-icon
|
|
1010
1010
|
class="icon paragraph icon"
|
|
1011
1011
|
>
|
|
1012
1012
|
<svg
|
|
@@ -1026,21 +1026,21 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
1026
1026
|
d="M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"
|
|
1027
1027
|
/>
|
|
1028
1028
|
</svg>
|
|
1029
|
-
</
|
|
1030
|
-
</
|
|
1031
|
-
<label
|
|
1029
|
+
</ui-icon>
|
|
1030
|
+
</ui-checkbox>
|
|
1031
|
+
<ui-label
|
|
1032
1032
|
class="text small text label"
|
|
1033
|
-
|
|
1033
|
+
htmlfor="subscribed"
|
|
1034
1034
|
>
|
|
1035
1035
|
user.label.subscribe
|
|
1036
|
-
</label>
|
|
1037
|
-
</
|
|
1038
|
-
<
|
|
1036
|
+
</ui-label>
|
|
1037
|
+
</ui-input-option>
|
|
1038
|
+
<ui-input-option
|
|
1039
1039
|
class="pressable inputOption"
|
|
1040
1040
|
id="signup-privacy"
|
|
1041
1041
|
tabindex="0"
|
|
1042
1042
|
>
|
|
1043
|
-
<
|
|
1043
|
+
<ui-checkbox
|
|
1044
1044
|
class="checkbox"
|
|
1045
1045
|
>
|
|
1046
1046
|
<input
|
|
@@ -1049,10 +1049,10 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
1049
1049
|
type="checkbox"
|
|
1050
1050
|
value=""
|
|
1051
1051
|
/>
|
|
1052
|
-
</
|
|
1053
|
-
<label
|
|
1052
|
+
</ui-checkbox>
|
|
1053
|
+
<ui-label
|
|
1054
1054
|
class="text small text label"
|
|
1055
|
-
|
|
1055
|
+
htmlfor="signup-privacy"
|
|
1056
1056
|
>
|
|
1057
1057
|
user.label.privacy_policy
|
|
1058
1058
|
<span
|
|
@@ -1060,26 +1060,26 @@ exports[`component:<Signup> testID 1`] = `
|
|
|
1060
1060
|
>
|
|
1061
1061
|
*
|
|
1062
1062
|
</span>
|
|
1063
|
-
</label>
|
|
1064
|
-
</
|
|
1063
|
+
</ui-label>
|
|
1064
|
+
</ui-input-option>
|
|
1065
1065
|
<button
|
|
1066
1066
|
class="pressable button large wide"
|
|
1067
1067
|
tabindex="0"
|
|
1068
1068
|
>
|
|
1069
|
-
<
|
|
1069
|
+
<ui-view
|
|
1070
1070
|
class="view busyContainer"
|
|
1071
1071
|
>
|
|
1072
|
-
<
|
|
1072
|
+
<ui-view
|
|
1073
1073
|
class="view spinner"
|
|
1074
1074
|
/>
|
|
1075
|
-
</
|
|
1076
|
-
<
|
|
1075
|
+
</ui-view>
|
|
1076
|
+
<ui-view
|
|
1077
1077
|
class="view row children"
|
|
1078
1078
|
>
|
|
1079
1079
|
user.action.signup
|
|
1080
|
-
</
|
|
1080
|
+
</ui-view>
|
|
1081
1081
|
</button>
|
|
1082
1082
|
</form>
|
|
1083
|
-
</
|
|
1083
|
+
</ui-view>
|
|
1084
1084
|
</DocumentFragment>
|
|
1085
1085
|
`;
|