@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
package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap
CHANGED
|
@@ -2,27 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Booking> partial:<Modal> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-modal-overflow
|
|
6
6
|
class="pressable container overflow"
|
|
7
7
|
style="height: 768px;"
|
|
8
8
|
tabindex="0"
|
|
9
9
|
>
|
|
10
|
-
<
|
|
10
|
+
<ui-modal
|
|
11
11
|
class="view fit modal calcWidth mirai"
|
|
12
12
|
>
|
|
13
|
-
<
|
|
13
|
+
<ui-view
|
|
14
14
|
class="view row header hideBack"
|
|
15
15
|
>
|
|
16
|
-
<
|
|
16
|
+
<ui-text
|
|
17
17
|
class="text headline-3 title"
|
|
18
18
|
>
|
|
19
19
|
user.action.resend_booking
|
|
20
|
-
</
|
|
20
|
+
</ui-text>
|
|
21
21
|
<button
|
|
22
22
|
class="pressable button small squared transparent button"
|
|
23
23
|
tabindex="0"
|
|
24
24
|
>
|
|
25
|
-
<
|
|
25
|
+
<ui-icon
|
|
26
26
|
class="icon headline-3 icon"
|
|
27
27
|
>
|
|
28
28
|
<svg
|
|
@@ -42,35 +42,35 @@ exports[`component:<Booking> partial:<Modal> inherit:className 1`] = `
|
|
|
42
42
|
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"
|
|
43
43
|
/>
|
|
44
44
|
</svg>
|
|
45
|
-
</
|
|
45
|
+
</ui-icon>
|
|
46
46
|
</button>
|
|
47
|
-
</
|
|
48
|
-
<
|
|
47
|
+
</ui-view>
|
|
48
|
+
<ui-view
|
|
49
49
|
class="view"
|
|
50
50
|
>
|
|
51
|
-
<
|
|
51
|
+
<ui-view
|
|
52
52
|
class="view"
|
|
53
53
|
>
|
|
54
|
-
<
|
|
54
|
+
<ui-text
|
|
55
55
|
class="text paragraph"
|
|
56
56
|
>
|
|
57
57
|
user.label.email_text
|
|
58
|
-
</
|
|
59
|
-
<
|
|
58
|
+
</ui-text>
|
|
59
|
+
<ui-input-text
|
|
60
60
|
class="view inputContainer"
|
|
61
61
|
>
|
|
62
|
-
<
|
|
62
|
+
<ui-view
|
|
63
63
|
class="view row inputBorder"
|
|
64
64
|
>
|
|
65
|
-
<
|
|
65
|
+
<ui-view
|
|
66
66
|
class="view wide content"
|
|
67
67
|
>
|
|
68
|
-
<label
|
|
68
|
+
<ui-label
|
|
69
69
|
class="text paragraph text label"
|
|
70
|
-
|
|
70
|
+
htmlfor="input.email"
|
|
71
71
|
>
|
|
72
72
|
common.label.email
|
|
73
|
-
</label>
|
|
73
|
+
</ui-label>
|
|
74
74
|
<input
|
|
75
75
|
class="input input withLabel"
|
|
76
76
|
id="input.email"
|
|
@@ -79,11 +79,11 @@ exports[`component:<Booking> partial:<Modal> inherit:className 1`] = `
|
|
|
79
79
|
type="email"
|
|
80
80
|
value=""
|
|
81
81
|
/>
|
|
82
|
-
</
|
|
83
|
-
</
|
|
84
|
-
</
|
|
85
|
-
</
|
|
86
|
-
<
|
|
82
|
+
</ui-view>
|
|
83
|
+
</ui-view>
|
|
84
|
+
</ui-input-text>
|
|
85
|
+
</ui-view>
|
|
86
|
+
<ui-view
|
|
87
87
|
class="view row"
|
|
88
88
|
>
|
|
89
89
|
<button
|
|
@@ -98,36 +98,36 @@ exports[`component:<Booking> partial:<Modal> inherit:className 1`] = `
|
|
|
98
98
|
>
|
|
99
99
|
common.action.send
|
|
100
100
|
</button>
|
|
101
|
-
</
|
|
102
|
-
</
|
|
103
|
-
</
|
|
104
|
-
</
|
|
101
|
+
</ui-view>
|
|
102
|
+
</ui-view>
|
|
103
|
+
</ui-modal>
|
|
104
|
+
</ui-modal-overflow>
|
|
105
105
|
</DocumentFragment>
|
|
106
106
|
`;
|
|
107
107
|
|
|
108
108
|
exports[`component:<Booking> partial:<Modal> renders 1`] = `
|
|
109
109
|
<DocumentFragment>
|
|
110
|
-
<
|
|
110
|
+
<ui-modal-overflow
|
|
111
111
|
class="pressable container overflow"
|
|
112
112
|
style="height: 768px;"
|
|
113
113
|
tabindex="0"
|
|
114
114
|
>
|
|
115
|
-
<
|
|
115
|
+
<ui-modal
|
|
116
116
|
class="view fit modal calcWidth"
|
|
117
117
|
>
|
|
118
|
-
<
|
|
118
|
+
<ui-view
|
|
119
119
|
class="view row header hideBack"
|
|
120
120
|
>
|
|
121
|
-
<
|
|
121
|
+
<ui-text
|
|
122
122
|
class="text headline-3 title"
|
|
123
123
|
>
|
|
124
124
|
user.action.resend_booking
|
|
125
|
-
</
|
|
125
|
+
</ui-text>
|
|
126
126
|
<button
|
|
127
127
|
class="pressable button small squared transparent button"
|
|
128
128
|
tabindex="0"
|
|
129
129
|
>
|
|
130
|
-
<
|
|
130
|
+
<ui-icon
|
|
131
131
|
class="icon headline-3 icon"
|
|
132
132
|
>
|
|
133
133
|
<svg
|
|
@@ -147,35 +147,35 @@ exports[`component:<Booking> partial:<Modal> renders 1`] = `
|
|
|
147
147
|
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"
|
|
148
148
|
/>
|
|
149
149
|
</svg>
|
|
150
|
-
</
|
|
150
|
+
</ui-icon>
|
|
151
151
|
</button>
|
|
152
|
-
</
|
|
153
|
-
<
|
|
152
|
+
</ui-view>
|
|
153
|
+
<ui-view
|
|
154
154
|
class="view"
|
|
155
155
|
>
|
|
156
|
-
<
|
|
156
|
+
<ui-view
|
|
157
157
|
class="view"
|
|
158
158
|
>
|
|
159
|
-
<
|
|
159
|
+
<ui-text
|
|
160
160
|
class="text paragraph"
|
|
161
161
|
>
|
|
162
162
|
user.label.email_text
|
|
163
|
-
</
|
|
164
|
-
<
|
|
163
|
+
</ui-text>
|
|
164
|
+
<ui-input-text
|
|
165
165
|
class="view inputContainer"
|
|
166
166
|
>
|
|
167
|
-
<
|
|
167
|
+
<ui-view
|
|
168
168
|
class="view row inputBorder"
|
|
169
169
|
>
|
|
170
|
-
<
|
|
170
|
+
<ui-view
|
|
171
171
|
class="view wide content"
|
|
172
172
|
>
|
|
173
|
-
<label
|
|
173
|
+
<ui-label
|
|
174
174
|
class="text paragraph text label"
|
|
175
|
-
|
|
175
|
+
htmlfor="input.email"
|
|
176
176
|
>
|
|
177
177
|
common.label.email
|
|
178
|
-
</label>
|
|
178
|
+
</ui-label>
|
|
179
179
|
<input
|
|
180
180
|
class="input input withLabel"
|
|
181
181
|
id="input.email"
|
|
@@ -184,11 +184,11 @@ exports[`component:<Booking> partial:<Modal> renders 1`] = `
|
|
|
184
184
|
type="email"
|
|
185
185
|
value=""
|
|
186
186
|
/>
|
|
187
|
-
</
|
|
188
|
-
</
|
|
189
|
-
</
|
|
190
|
-
</
|
|
191
|
-
<
|
|
187
|
+
</ui-view>
|
|
188
|
+
</ui-view>
|
|
189
|
+
</ui-input-text>
|
|
190
|
+
</ui-view>
|
|
191
|
+
<ui-view
|
|
192
192
|
class="view row"
|
|
193
193
|
>
|
|
194
194
|
<button
|
|
@@ -203,39 +203,39 @@ exports[`component:<Booking> partial:<Modal> renders 1`] = `
|
|
|
203
203
|
>
|
|
204
204
|
common.action.send
|
|
205
205
|
</button>
|
|
206
|
-
</
|
|
207
|
-
</
|
|
208
|
-
</
|
|
209
|
-
</
|
|
206
|
+
</ui-view>
|
|
207
|
+
</ui-view>
|
|
208
|
+
</ui-modal>
|
|
209
|
+
</ui-modal-overflow>
|
|
210
210
|
</DocumentFragment>
|
|
211
211
|
`;
|
|
212
212
|
|
|
213
213
|
exports[`component:<Booking> partial:<Modal> testID 1`] = `
|
|
214
214
|
<DocumentFragment>
|
|
215
|
-
<
|
|
215
|
+
<ui-modal-overflow
|
|
216
216
|
class="pressable container overflow"
|
|
217
217
|
data-testid="mirai-overflow"
|
|
218
218
|
style="height: 768px;"
|
|
219
219
|
tabindex="0"
|
|
220
220
|
>
|
|
221
|
-
<
|
|
221
|
+
<ui-modal
|
|
222
222
|
class="view fit modal calcWidth"
|
|
223
223
|
data-testid="mirai"
|
|
224
224
|
>
|
|
225
|
-
<
|
|
225
|
+
<ui-view
|
|
226
226
|
class="view row header hideBack"
|
|
227
227
|
>
|
|
228
|
-
<
|
|
228
|
+
<ui-text
|
|
229
229
|
class="text headline-3 title"
|
|
230
230
|
>
|
|
231
231
|
user.action.resend_booking
|
|
232
|
-
</
|
|
232
|
+
</ui-text>
|
|
233
233
|
<button
|
|
234
234
|
class="pressable button small squared transparent button"
|
|
235
235
|
data-testid="mirai-button-close"
|
|
236
236
|
tabindex="0"
|
|
237
237
|
>
|
|
238
|
-
<
|
|
238
|
+
<ui-icon
|
|
239
239
|
class="icon headline-3 icon"
|
|
240
240
|
>
|
|
241
241
|
<svg
|
|
@@ -255,35 +255,35 @@ exports[`component:<Booking> partial:<Modal> testID 1`] = `
|
|
|
255
255
|
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"
|
|
256
256
|
/>
|
|
257
257
|
</svg>
|
|
258
|
-
</
|
|
258
|
+
</ui-icon>
|
|
259
259
|
</button>
|
|
260
|
-
</
|
|
261
|
-
<
|
|
260
|
+
</ui-view>
|
|
261
|
+
<ui-view
|
|
262
262
|
class="view"
|
|
263
263
|
>
|
|
264
|
-
<
|
|
264
|
+
<ui-view
|
|
265
265
|
class="view"
|
|
266
266
|
>
|
|
267
|
-
<
|
|
267
|
+
<ui-text
|
|
268
268
|
class="text paragraph"
|
|
269
269
|
>
|
|
270
270
|
user.label.email_text
|
|
271
|
-
</
|
|
272
|
-
<
|
|
271
|
+
</ui-text>
|
|
272
|
+
<ui-input-text
|
|
273
273
|
class="view inputContainer"
|
|
274
274
|
>
|
|
275
|
-
<
|
|
275
|
+
<ui-view
|
|
276
276
|
class="view row inputBorder"
|
|
277
277
|
>
|
|
278
|
-
<
|
|
278
|
+
<ui-view
|
|
279
279
|
class="view wide content"
|
|
280
280
|
>
|
|
281
|
-
<label
|
|
281
|
+
<ui-label
|
|
282
282
|
class="text paragraph text label"
|
|
283
|
-
|
|
283
|
+
htmlfor="input.email"
|
|
284
284
|
>
|
|
285
285
|
common.label.email
|
|
286
|
-
</label>
|
|
286
|
+
</ui-label>
|
|
287
287
|
<input
|
|
288
288
|
class="input input withLabel"
|
|
289
289
|
id="input.email"
|
|
@@ -292,11 +292,11 @@ exports[`component:<Booking> partial:<Modal> testID 1`] = `
|
|
|
292
292
|
type="email"
|
|
293
293
|
value=""
|
|
294
294
|
/>
|
|
295
|
-
</
|
|
296
|
-
</
|
|
297
|
-
</
|
|
298
|
-
</
|
|
299
|
-
<
|
|
295
|
+
</ui-view>
|
|
296
|
+
</ui-view>
|
|
297
|
+
</ui-input-text>
|
|
298
|
+
</ui-view>
|
|
299
|
+
<ui-view
|
|
300
300
|
class="view row"
|
|
301
301
|
>
|
|
302
302
|
<button
|
|
@@ -311,36 +311,36 @@ exports[`component:<Booking> partial:<Modal> testID 1`] = `
|
|
|
311
311
|
>
|
|
312
312
|
common.action.send
|
|
313
313
|
</button>
|
|
314
|
-
</
|
|
315
|
-
</
|
|
316
|
-
</
|
|
317
|
-
</
|
|
314
|
+
</ui-view>
|
|
315
|
+
</ui-view>
|
|
316
|
+
</ui-modal>
|
|
317
|
+
</ui-modal-overflow>
|
|
318
318
|
</DocumentFragment>
|
|
319
319
|
`;
|
|
320
320
|
|
|
321
321
|
exports[`component:<Booking> partial:<Modal> with a store 1`] = `
|
|
322
322
|
<DocumentFragment>
|
|
323
|
-
<
|
|
323
|
+
<ui-modal-overflow
|
|
324
324
|
class="pressable container overflow"
|
|
325
325
|
style="height: 768px;"
|
|
326
326
|
tabindex="0"
|
|
327
327
|
>
|
|
328
|
-
<
|
|
328
|
+
<ui-modal
|
|
329
329
|
class="view fit modal calcWidth"
|
|
330
330
|
>
|
|
331
|
-
<
|
|
331
|
+
<ui-view
|
|
332
332
|
class="view row header hideBack"
|
|
333
333
|
>
|
|
334
|
-
<
|
|
334
|
+
<ui-text
|
|
335
335
|
class="text headline-3 title"
|
|
336
336
|
>
|
|
337
337
|
user.action.resend_booking
|
|
338
|
-
</
|
|
338
|
+
</ui-text>
|
|
339
339
|
<button
|
|
340
340
|
class="pressable button small squared transparent button"
|
|
341
341
|
tabindex="0"
|
|
342
342
|
>
|
|
343
|
-
<
|
|
343
|
+
<ui-icon
|
|
344
344
|
class="icon headline-3 icon"
|
|
345
345
|
>
|
|
346
346
|
<svg
|
|
@@ -360,35 +360,35 @@ exports[`component:<Booking> partial:<Modal> with a store 1`] = `
|
|
|
360
360
|
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"
|
|
361
361
|
/>
|
|
362
362
|
</svg>
|
|
363
|
-
</
|
|
363
|
+
</ui-icon>
|
|
364
364
|
</button>
|
|
365
|
-
</
|
|
366
|
-
<
|
|
365
|
+
</ui-view>
|
|
366
|
+
<ui-view
|
|
367
367
|
class="view"
|
|
368
368
|
>
|
|
369
|
-
<
|
|
369
|
+
<ui-view
|
|
370
370
|
class="view"
|
|
371
371
|
>
|
|
372
|
-
<
|
|
372
|
+
<ui-text
|
|
373
373
|
class="text paragraph"
|
|
374
374
|
>
|
|
375
375
|
user.label.email_text
|
|
376
|
-
</
|
|
377
|
-
<
|
|
376
|
+
</ui-text>
|
|
377
|
+
<ui-input-text
|
|
378
378
|
class="view inputContainer"
|
|
379
379
|
>
|
|
380
|
-
<
|
|
380
|
+
<ui-view
|
|
381
381
|
class="view row inputBorder"
|
|
382
382
|
>
|
|
383
|
-
<
|
|
383
|
+
<ui-view
|
|
384
384
|
class="view wide content"
|
|
385
385
|
>
|
|
386
|
-
<label
|
|
386
|
+
<ui-label
|
|
387
387
|
class="text paragraph text label"
|
|
388
|
-
|
|
388
|
+
htmlfor="input.email"
|
|
389
389
|
>
|
|
390
390
|
common.label.email
|
|
391
|
-
</label>
|
|
391
|
+
</ui-label>
|
|
392
392
|
<input
|
|
393
393
|
class="input input withLabel"
|
|
394
394
|
id="input.email"
|
|
@@ -397,11 +397,11 @@ exports[`component:<Booking> partial:<Modal> with a store 1`] = `
|
|
|
397
397
|
type="email"
|
|
398
398
|
value=""
|
|
399
399
|
/>
|
|
400
|
-
</
|
|
401
|
-
</
|
|
402
|
-
</
|
|
403
|
-
</
|
|
404
|
-
<
|
|
400
|
+
</ui-view>
|
|
401
|
+
</ui-view>
|
|
402
|
+
</ui-input-text>
|
|
403
|
+
</ui-view>
|
|
404
|
+
<ui-view
|
|
405
405
|
class="view row"
|
|
406
406
|
>
|
|
407
407
|
<button
|
|
@@ -416,9 +416,9 @@ exports[`component:<Booking> partial:<Modal> with a store 1`] = `
|
|
|
416
416
|
>
|
|
417
417
|
common.action.send
|
|
418
418
|
</button>
|
|
419
|
-
</
|
|
420
|
-
</
|
|
421
|
-
</
|
|
422
|
-
</
|
|
419
|
+
</ui-view>
|
|
420
|
+
</ui-view>
|
|
421
|
+
</ui-modal>
|
|
422
|
+
</ui-modal-overflow>
|
|
423
423
|
</DocumentFragment>
|
|
424
424
|
`;
|