@mirai/core 0.3.356 → 0.3.358
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/Booking.ModalAgency.js +1 -0
- package/build/components/Booking/partials/Booking.ModalAgency.js.map +1 -1
- 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.js +3 -3
- package/build/components/Finder/Finder.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.js +8 -8
- package/build/components/Rates/Rates.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/ClubRate/ClubRate.js +11 -4
- package/build/components/Rates/components/ClubRate/ClubRate.js.map +1 -1
- package/build/components/Rates/components/ClubRate/ClubRate.module.css +4 -0
- 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/Item.Rates.js +15 -7
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Rates/components/Item/Item.js +10 -1
- package/build/components/Rates/components/Item/Item.js.map +1 -1
- package/build/components/Rates/components/Item/Item.module.css +5 -4
- package/build/components/Rates/components/Item/components/Amenities/Amenities.js +7 -9
- package/build/components/Rates/components/Item/components/Amenities/Amenities.js.map +1 -1
- package/build/components/Rates/components/Item/components/Amenities/Amenities.module.css +5 -1
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +0 -1
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.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.js +2 -1
- package/build/components/Rates/components/ModalExtras/ModalExtras.js.map +1 -1
- package/build/components/Rates/components/ModalExtras/ModalExtras.module.css +6 -5
- 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/consolidateStore.js +1 -2
- package/build/helpers/consolidateStore.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Card> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<form
|
|
6
6
|
autocomplete="off"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-input-text
|
|
9
9
|
class="view inputContainer"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui-view
|
|
12
12
|
class="view row inputBorder"
|
|
13
13
|
>
|
|
14
|
-
<
|
|
14
|
+
<ui-view
|
|
15
15
|
class="view wide content"
|
|
16
16
|
>
|
|
17
|
-
<label
|
|
17
|
+
<ui-label
|
|
18
18
|
class="text paragraph text label"
|
|
19
|
-
|
|
19
|
+
htmlfor="input.checkout-card"
|
|
20
20
|
>
|
|
21
21
|
payments.label.card_number
|
|
22
22
|
<span
|
|
@@ -24,7 +24,7 @@ exports[`component:<Card> inherit:className 1`] = `
|
|
|
24
24
|
>
|
|
25
25
|
*
|
|
26
26
|
</span>
|
|
27
|
-
</label>
|
|
27
|
+
</ui-label>
|
|
28
28
|
<input
|
|
29
29
|
class="input input withLabel"
|
|
30
30
|
id="input.checkout-card"
|
|
@@ -35,21 +35,21 @@ exports[`component:<Card> inherit:className 1`] = `
|
|
|
35
35
|
type="text"
|
|
36
36
|
value=""
|
|
37
37
|
/>
|
|
38
|
-
</
|
|
39
|
-
</
|
|
40
|
-
</
|
|
41
|
-
<
|
|
38
|
+
</ui-view>
|
|
39
|
+
</ui-view>
|
|
40
|
+
</ui-input-text>
|
|
41
|
+
<ui-input-text
|
|
42
42
|
class="view inputContainer"
|
|
43
43
|
>
|
|
44
|
-
<
|
|
44
|
+
<ui-view
|
|
45
45
|
class="view row inputBorder"
|
|
46
46
|
>
|
|
47
|
-
<
|
|
47
|
+
<ui-view
|
|
48
48
|
class="view wide content"
|
|
49
49
|
>
|
|
50
|
-
<label
|
|
50
|
+
<ui-label
|
|
51
51
|
class="text paragraph text label"
|
|
52
|
-
|
|
52
|
+
htmlfor="input.checkout-name"
|
|
53
53
|
>
|
|
54
54
|
payments.label.card_name
|
|
55
55
|
<span
|
|
@@ -57,7 +57,7 @@ exports[`component:<Card> inherit:className 1`] = `
|
|
|
57
57
|
>
|
|
58
58
|
*
|
|
59
59
|
</span>
|
|
60
|
-
</label>
|
|
60
|
+
</ui-label>
|
|
61
61
|
<input
|
|
62
62
|
class="input input withLabel"
|
|
63
63
|
id="input.checkout-name"
|
|
@@ -68,21 +68,21 @@ exports[`component:<Card> inherit:className 1`] = `
|
|
|
68
68
|
type="text"
|
|
69
69
|
value=""
|
|
70
70
|
/>
|
|
71
|
-
</
|
|
72
|
-
</
|
|
73
|
-
</
|
|
74
|
-
<
|
|
71
|
+
</ui-view>
|
|
72
|
+
</ui-view>
|
|
73
|
+
</ui-input-text>
|
|
74
|
+
<ui-input-text
|
|
75
75
|
class="view inputContainer"
|
|
76
76
|
>
|
|
77
|
-
<
|
|
77
|
+
<ui-view
|
|
78
78
|
class="view row inputBorder"
|
|
79
79
|
>
|
|
80
|
-
<
|
|
80
|
+
<ui-view
|
|
81
81
|
class="view wide content"
|
|
82
82
|
>
|
|
83
|
-
<label
|
|
83
|
+
<ui-label
|
|
84
84
|
class="text paragraph text label"
|
|
85
|
-
|
|
85
|
+
htmlfor="input.checkout-expire"
|
|
86
86
|
>
|
|
87
87
|
payments.label.expiration
|
|
88
88
|
<span
|
|
@@ -90,7 +90,7 @@ exports[`component:<Card> inherit:className 1`] = `
|
|
|
90
90
|
>
|
|
91
91
|
*
|
|
92
92
|
</span>
|
|
93
|
-
</label>
|
|
93
|
+
</ui-label>
|
|
94
94
|
<input
|
|
95
95
|
class="input input withLabel"
|
|
96
96
|
id="input.checkout-expire"
|
|
@@ -101,21 +101,21 @@ exports[`component:<Card> inherit:className 1`] = `
|
|
|
101
101
|
type="inputDate"
|
|
102
102
|
value=""
|
|
103
103
|
/>
|
|
104
|
-
</
|
|
105
|
-
</
|
|
106
|
-
</
|
|
107
|
-
<
|
|
104
|
+
</ui-view>
|
|
105
|
+
</ui-view>
|
|
106
|
+
</ui-input-text>
|
|
107
|
+
<ui-input-text
|
|
108
108
|
class="view inputContainer"
|
|
109
109
|
>
|
|
110
|
-
<
|
|
110
|
+
<ui-view
|
|
111
111
|
class="view row inputBorder"
|
|
112
112
|
>
|
|
113
|
-
<
|
|
113
|
+
<ui-view
|
|
114
114
|
class="view wide content"
|
|
115
115
|
>
|
|
116
|
-
<label
|
|
116
|
+
<ui-label
|
|
117
117
|
class="text paragraph text label"
|
|
118
|
-
|
|
118
|
+
htmlfor="input.checkout-CVV"
|
|
119
119
|
>
|
|
120
120
|
payments.label.cvv
|
|
121
121
|
<span
|
|
@@ -123,7 +123,7 @@ exports[`component:<Card> inherit:className 1`] = `
|
|
|
123
123
|
>
|
|
124
124
|
*
|
|
125
125
|
</span>
|
|
126
|
-
</label>
|
|
126
|
+
</ui-label>
|
|
127
127
|
<input
|
|
128
128
|
class="input input withLabel"
|
|
129
129
|
id="input.checkout-CVV"
|
|
@@ -134,30 +134,30 @@ exports[`component:<Card> inherit:className 1`] = `
|
|
|
134
134
|
type="text"
|
|
135
135
|
value=""
|
|
136
136
|
/>
|
|
137
|
-
</
|
|
138
|
-
</
|
|
139
|
-
</
|
|
140
|
-
</
|
|
137
|
+
</ui-view>
|
|
138
|
+
</ui-view>
|
|
139
|
+
</ui-input-text>
|
|
140
|
+
</form>
|
|
141
141
|
</DocumentFragment>
|
|
142
142
|
`;
|
|
143
143
|
|
|
144
144
|
exports[`component:<Card> prop:error 1`] = `
|
|
145
145
|
<DocumentFragment>
|
|
146
|
-
<
|
|
146
|
+
<form
|
|
147
147
|
autocomplete="off"
|
|
148
148
|
>
|
|
149
|
-
<
|
|
149
|
+
<ui-input-text
|
|
150
150
|
class="view inputContainer"
|
|
151
151
|
>
|
|
152
|
-
<
|
|
152
|
+
<ui-view
|
|
153
153
|
class="view row inputBorder error"
|
|
154
154
|
>
|
|
155
|
-
<
|
|
155
|
+
<ui-view
|
|
156
156
|
class="view wide content"
|
|
157
157
|
>
|
|
158
|
-
<label
|
|
158
|
+
<ui-label
|
|
159
159
|
class="text paragraph text label error withValue"
|
|
160
|
-
|
|
160
|
+
htmlfor="input.checkout-card"
|
|
161
161
|
>
|
|
162
162
|
payments.label.card_number
|
|
163
163
|
<span
|
|
@@ -165,7 +165,7 @@ exports[`component:<Card> prop:error 1`] = `
|
|
|
165
165
|
>
|
|
166
166
|
*
|
|
167
167
|
</span>
|
|
168
|
-
</label>
|
|
168
|
+
</ui-label>
|
|
169
169
|
<input
|
|
170
170
|
class="input input withLabel"
|
|
171
171
|
id="input.checkout-card"
|
|
@@ -176,8 +176,8 @@ exports[`component:<Card> prop:error 1`] = `
|
|
|
176
176
|
type="text"
|
|
177
177
|
value=""
|
|
178
178
|
/>
|
|
179
|
-
</
|
|
180
|
-
<
|
|
179
|
+
</ui-view>
|
|
180
|
+
<ui-icon
|
|
181
181
|
class="icon headline-3 icon error"
|
|
182
182
|
>
|
|
183
183
|
<svg
|
|
@@ -197,26 +197,26 @@ exports[`component:<Card> prop:error 1`] = `
|
|
|
197
197
|
d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
198
198
|
/>
|
|
199
199
|
</svg>
|
|
200
|
-
</
|
|
201
|
-
</
|
|
202
|
-
<
|
|
200
|
+
</ui-icon>
|
|
201
|
+
</ui-view>
|
|
202
|
+
<ui-text
|
|
203
203
|
class="text small text hint error"
|
|
204
204
|
>
|
|
205
205
|
Invalid card
|
|
206
|
-
</
|
|
207
|
-
</
|
|
208
|
-
<
|
|
206
|
+
</ui-text>
|
|
207
|
+
</ui-input-text>
|
|
208
|
+
<ui-input-text
|
|
209
209
|
class="view inputContainer"
|
|
210
210
|
>
|
|
211
|
-
<
|
|
211
|
+
<ui-view
|
|
212
212
|
class="view row inputBorder"
|
|
213
213
|
>
|
|
214
|
-
<
|
|
214
|
+
<ui-view
|
|
215
215
|
class="view wide content"
|
|
216
216
|
>
|
|
217
|
-
<label
|
|
217
|
+
<ui-label
|
|
218
218
|
class="text paragraph text label"
|
|
219
|
-
|
|
219
|
+
htmlfor="input.checkout-name"
|
|
220
220
|
>
|
|
221
221
|
payments.label.card_name
|
|
222
222
|
<span
|
|
@@ -224,7 +224,7 @@ exports[`component:<Card> prop:error 1`] = `
|
|
|
224
224
|
>
|
|
225
225
|
*
|
|
226
226
|
</span>
|
|
227
|
-
</label>
|
|
227
|
+
</ui-label>
|
|
228
228
|
<input
|
|
229
229
|
class="input input withLabel"
|
|
230
230
|
id="input.checkout-name"
|
|
@@ -235,21 +235,21 @@ exports[`component:<Card> prop:error 1`] = `
|
|
|
235
235
|
type="text"
|
|
236
236
|
value=""
|
|
237
237
|
/>
|
|
238
|
-
</
|
|
239
|
-
</
|
|
240
|
-
</
|
|
241
|
-
<
|
|
238
|
+
</ui-view>
|
|
239
|
+
</ui-view>
|
|
240
|
+
</ui-input-text>
|
|
241
|
+
<ui-input-text
|
|
242
242
|
class="view inputContainer"
|
|
243
243
|
>
|
|
244
|
-
<
|
|
244
|
+
<ui-view
|
|
245
245
|
class="view row inputBorder"
|
|
246
246
|
>
|
|
247
|
-
<
|
|
247
|
+
<ui-view
|
|
248
248
|
class="view wide content"
|
|
249
249
|
>
|
|
250
|
-
<label
|
|
250
|
+
<ui-label
|
|
251
251
|
class="text paragraph text label"
|
|
252
|
-
|
|
252
|
+
htmlfor="input.checkout-expire"
|
|
253
253
|
>
|
|
254
254
|
payments.label.expiration
|
|
255
255
|
<span
|
|
@@ -257,7 +257,7 @@ exports[`component:<Card> prop:error 1`] = `
|
|
|
257
257
|
>
|
|
258
258
|
*
|
|
259
259
|
</span>
|
|
260
|
-
</label>
|
|
260
|
+
</ui-label>
|
|
261
261
|
<input
|
|
262
262
|
class="input input withLabel"
|
|
263
263
|
id="input.checkout-expire"
|
|
@@ -268,21 +268,21 @@ exports[`component:<Card> prop:error 1`] = `
|
|
|
268
268
|
type="inputDate"
|
|
269
269
|
value=""
|
|
270
270
|
/>
|
|
271
|
-
</
|
|
272
|
-
</
|
|
273
|
-
</
|
|
274
|
-
<
|
|
271
|
+
</ui-view>
|
|
272
|
+
</ui-view>
|
|
273
|
+
</ui-input-text>
|
|
274
|
+
<ui-input-text
|
|
275
275
|
class="view inputContainer"
|
|
276
276
|
>
|
|
277
|
-
<
|
|
277
|
+
<ui-view
|
|
278
278
|
class="view row inputBorder"
|
|
279
279
|
>
|
|
280
|
-
<
|
|
280
|
+
<ui-view
|
|
281
281
|
class="view wide content"
|
|
282
282
|
>
|
|
283
|
-
<label
|
|
283
|
+
<ui-label
|
|
284
284
|
class="text paragraph text label"
|
|
285
|
-
|
|
285
|
+
htmlfor="input.checkout-CVV"
|
|
286
286
|
>
|
|
287
287
|
payments.label.cvv
|
|
288
288
|
<span
|
|
@@ -290,7 +290,7 @@ exports[`component:<Card> prop:error 1`] = `
|
|
|
290
290
|
>
|
|
291
291
|
*
|
|
292
292
|
</span>
|
|
293
|
-
</label>
|
|
293
|
+
</ui-label>
|
|
294
294
|
<input
|
|
295
295
|
class="input input withLabel"
|
|
296
296
|
id="input.checkout-CVV"
|
|
@@ -301,31 +301,31 @@ exports[`component:<Card> prop:error 1`] = `
|
|
|
301
301
|
type="text"
|
|
302
302
|
value=""
|
|
303
303
|
/>
|
|
304
|
-
</
|
|
305
|
-
</
|
|
306
|
-
</
|
|
307
|
-
</
|
|
304
|
+
</ui-view>
|
|
305
|
+
</ui-view>
|
|
306
|
+
</ui-input-text>
|
|
307
|
+
</form>
|
|
308
308
|
</DocumentFragment>
|
|
309
309
|
`;
|
|
310
310
|
|
|
311
311
|
exports[`component:<Card> prop:showCVV 1`] = `
|
|
312
312
|
<DocumentFragment>
|
|
313
|
-
<
|
|
313
|
+
<form
|
|
314
314
|
autocomplete="off"
|
|
315
315
|
data-testid="showCVV"
|
|
316
316
|
>
|
|
317
|
-
<
|
|
317
|
+
<ui-input-text
|
|
318
318
|
class="view inputContainer"
|
|
319
319
|
>
|
|
320
|
-
<
|
|
320
|
+
<ui-view
|
|
321
321
|
class="view row inputBorder"
|
|
322
322
|
>
|
|
323
|
-
<
|
|
323
|
+
<ui-view
|
|
324
324
|
class="view wide content"
|
|
325
325
|
>
|
|
326
|
-
<label
|
|
326
|
+
<ui-label
|
|
327
327
|
class="text paragraph text label"
|
|
328
|
-
|
|
328
|
+
htmlfor="input.checkout-card"
|
|
329
329
|
>
|
|
330
330
|
payments.label.card_number
|
|
331
331
|
<span
|
|
@@ -333,7 +333,7 @@ exports[`component:<Card> prop:showCVV 1`] = `
|
|
|
333
333
|
>
|
|
334
334
|
*
|
|
335
335
|
</span>
|
|
336
|
-
</label>
|
|
336
|
+
</ui-label>
|
|
337
337
|
<input
|
|
338
338
|
class="input input withLabel"
|
|
339
339
|
data-testid="showCVV-card"
|
|
@@ -345,21 +345,21 @@ exports[`component:<Card> prop:showCVV 1`] = `
|
|
|
345
345
|
type="text"
|
|
346
346
|
value=""
|
|
347
347
|
/>
|
|
348
|
-
</
|
|
349
|
-
</
|
|
350
|
-
</
|
|
351
|
-
<
|
|
348
|
+
</ui-view>
|
|
349
|
+
</ui-view>
|
|
350
|
+
</ui-input-text>
|
|
351
|
+
<ui-input-text
|
|
352
352
|
class="view inputContainer"
|
|
353
353
|
>
|
|
354
|
-
<
|
|
354
|
+
<ui-view
|
|
355
355
|
class="view row inputBorder"
|
|
356
356
|
>
|
|
357
|
-
<
|
|
357
|
+
<ui-view
|
|
358
358
|
class="view wide content"
|
|
359
359
|
>
|
|
360
|
-
<label
|
|
360
|
+
<ui-label
|
|
361
361
|
class="text paragraph text label"
|
|
362
|
-
|
|
362
|
+
htmlfor="input.checkout-name"
|
|
363
363
|
>
|
|
364
364
|
payments.label.card_name
|
|
365
365
|
<span
|
|
@@ -367,7 +367,7 @@ exports[`component:<Card> prop:showCVV 1`] = `
|
|
|
367
367
|
>
|
|
368
368
|
*
|
|
369
369
|
</span>
|
|
370
|
-
</label>
|
|
370
|
+
</ui-label>
|
|
371
371
|
<input
|
|
372
372
|
class="input input withLabel"
|
|
373
373
|
data-testid="showCVV-name"
|
|
@@ -379,21 +379,21 @@ exports[`component:<Card> prop:showCVV 1`] = `
|
|
|
379
379
|
type="text"
|
|
380
380
|
value=""
|
|
381
381
|
/>
|
|
382
|
-
</
|
|
383
|
-
</
|
|
384
|
-
</
|
|
385
|
-
<
|
|
382
|
+
</ui-view>
|
|
383
|
+
</ui-view>
|
|
384
|
+
</ui-input-text>
|
|
385
|
+
<ui-input-text
|
|
386
386
|
class="view inputContainer"
|
|
387
387
|
>
|
|
388
|
-
<
|
|
388
|
+
<ui-view
|
|
389
389
|
class="view row inputBorder"
|
|
390
390
|
>
|
|
391
|
-
<
|
|
391
|
+
<ui-view
|
|
392
392
|
class="view wide content"
|
|
393
393
|
>
|
|
394
|
-
<label
|
|
394
|
+
<ui-label
|
|
395
395
|
class="text paragraph text label"
|
|
396
|
-
|
|
396
|
+
htmlfor="input.checkout-expire"
|
|
397
397
|
>
|
|
398
398
|
payments.label.expiration
|
|
399
399
|
<span
|
|
@@ -401,7 +401,7 @@ exports[`component:<Card> prop:showCVV 1`] = `
|
|
|
401
401
|
>
|
|
402
402
|
*
|
|
403
403
|
</span>
|
|
404
|
-
</label>
|
|
404
|
+
</ui-label>
|
|
405
405
|
<input
|
|
406
406
|
class="input input withLabel"
|
|
407
407
|
data-testid="showCVV-expire"
|
|
@@ -413,30 +413,30 @@ exports[`component:<Card> prop:showCVV 1`] = `
|
|
|
413
413
|
type="inputDate"
|
|
414
414
|
value=""
|
|
415
415
|
/>
|
|
416
|
-
</
|
|
417
|
-
</
|
|
418
|
-
</
|
|
419
|
-
</
|
|
416
|
+
</ui-view>
|
|
417
|
+
</ui-view>
|
|
418
|
+
</ui-input-text>
|
|
419
|
+
</form>
|
|
420
420
|
</DocumentFragment>
|
|
421
421
|
`;
|
|
422
422
|
|
|
423
423
|
exports[`component:<Card> prop:showErrors 1`] = `
|
|
424
424
|
<DocumentFragment>
|
|
425
|
-
<
|
|
425
|
+
<form
|
|
426
426
|
autocomplete="off"
|
|
427
427
|
>
|
|
428
|
-
<
|
|
428
|
+
<ui-input-text
|
|
429
429
|
class="view inputContainer"
|
|
430
430
|
>
|
|
431
|
-
<
|
|
431
|
+
<ui-view
|
|
432
432
|
class="view row inputBorder error"
|
|
433
433
|
>
|
|
434
|
-
<
|
|
434
|
+
<ui-view
|
|
435
435
|
class="view wide content"
|
|
436
436
|
>
|
|
437
|
-
<label
|
|
437
|
+
<ui-label
|
|
438
438
|
class="text paragraph text label error withValue"
|
|
439
|
-
|
|
439
|
+
htmlfor="input.checkout-card"
|
|
440
440
|
>
|
|
441
441
|
payments.label.card_number
|
|
442
442
|
<span
|
|
@@ -444,7 +444,7 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
444
444
|
>
|
|
445
445
|
*
|
|
446
446
|
</span>
|
|
447
|
-
</label>
|
|
447
|
+
</ui-label>
|
|
448
448
|
<input
|
|
449
449
|
class="input input withLabel"
|
|
450
450
|
id="input.checkout-card"
|
|
@@ -455,8 +455,8 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
455
455
|
type="text"
|
|
456
456
|
value=""
|
|
457
457
|
/>
|
|
458
|
-
</
|
|
459
|
-
<
|
|
458
|
+
</ui-view>
|
|
459
|
+
<ui-icon
|
|
460
460
|
class="icon headline-3 icon error"
|
|
461
461
|
>
|
|
462
462
|
<svg
|
|
@@ -476,21 +476,21 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
476
476
|
d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
477
477
|
/>
|
|
478
478
|
</svg>
|
|
479
|
-
</
|
|
480
|
-
</
|
|
481
|
-
</
|
|
482
|
-
<
|
|
479
|
+
</ui-icon>
|
|
480
|
+
</ui-view>
|
|
481
|
+
</ui-input-text>
|
|
482
|
+
<ui-input-text
|
|
483
483
|
class="view inputContainer"
|
|
484
484
|
>
|
|
485
|
-
<
|
|
485
|
+
<ui-view
|
|
486
486
|
class="view row inputBorder error"
|
|
487
487
|
>
|
|
488
|
-
<
|
|
488
|
+
<ui-view
|
|
489
489
|
class="view wide content"
|
|
490
490
|
>
|
|
491
|
-
<label
|
|
491
|
+
<ui-label
|
|
492
492
|
class="text paragraph text label error withValue"
|
|
493
|
-
|
|
493
|
+
htmlfor="input.checkout-name"
|
|
494
494
|
>
|
|
495
495
|
payments.label.card_name
|
|
496
496
|
<span
|
|
@@ -498,7 +498,7 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
498
498
|
>
|
|
499
499
|
*
|
|
500
500
|
</span>
|
|
501
|
-
</label>
|
|
501
|
+
</ui-label>
|
|
502
502
|
<input
|
|
503
503
|
class="input input withLabel"
|
|
504
504
|
id="input.checkout-name"
|
|
@@ -509,8 +509,8 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
509
509
|
type="text"
|
|
510
510
|
value=""
|
|
511
511
|
/>
|
|
512
|
-
</
|
|
513
|
-
<
|
|
512
|
+
</ui-view>
|
|
513
|
+
<ui-icon
|
|
514
514
|
class="icon headline-3 icon error"
|
|
515
515
|
>
|
|
516
516
|
<svg
|
|
@@ -530,21 +530,21 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
530
530
|
d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
531
531
|
/>
|
|
532
532
|
</svg>
|
|
533
|
-
</
|
|
534
|
-
</
|
|
535
|
-
</
|
|
536
|
-
<
|
|
533
|
+
</ui-icon>
|
|
534
|
+
</ui-view>
|
|
535
|
+
</ui-input-text>
|
|
536
|
+
<ui-input-text
|
|
537
537
|
class="view inputContainer"
|
|
538
538
|
>
|
|
539
|
-
<
|
|
539
|
+
<ui-view
|
|
540
540
|
class="view row inputBorder error"
|
|
541
541
|
>
|
|
542
|
-
<
|
|
542
|
+
<ui-view
|
|
543
543
|
class="view wide content"
|
|
544
544
|
>
|
|
545
|
-
<label
|
|
545
|
+
<ui-label
|
|
546
546
|
class="text paragraph text label error withValue"
|
|
547
|
-
|
|
547
|
+
htmlfor="input.checkout-expire"
|
|
548
548
|
>
|
|
549
549
|
payments.label.expiration
|
|
550
550
|
<span
|
|
@@ -552,7 +552,7 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
552
552
|
>
|
|
553
553
|
*
|
|
554
554
|
</span>
|
|
555
|
-
</label>
|
|
555
|
+
</ui-label>
|
|
556
556
|
<input
|
|
557
557
|
class="input input withLabel"
|
|
558
558
|
id="input.checkout-expire"
|
|
@@ -563,8 +563,8 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
563
563
|
type="inputDate"
|
|
564
564
|
value=""
|
|
565
565
|
/>
|
|
566
|
-
</
|
|
567
|
-
<
|
|
566
|
+
</ui-view>
|
|
567
|
+
<ui-icon
|
|
568
568
|
class="icon headline-3 icon error"
|
|
569
569
|
>
|
|
570
570
|
<svg
|
|
@@ -584,21 +584,21 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
584
584
|
d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
585
585
|
/>
|
|
586
586
|
</svg>
|
|
587
|
-
</
|
|
588
|
-
</
|
|
589
|
-
</
|
|
590
|
-
<
|
|
587
|
+
</ui-icon>
|
|
588
|
+
</ui-view>
|
|
589
|
+
</ui-input-text>
|
|
590
|
+
<ui-input-text
|
|
591
591
|
class="view inputContainer"
|
|
592
592
|
>
|
|
593
|
-
<
|
|
593
|
+
<ui-view
|
|
594
594
|
class="view row inputBorder error"
|
|
595
595
|
>
|
|
596
|
-
<
|
|
596
|
+
<ui-view
|
|
597
597
|
class="view wide content"
|
|
598
598
|
>
|
|
599
|
-
<label
|
|
599
|
+
<ui-label
|
|
600
600
|
class="text paragraph text label error withValue"
|
|
601
|
-
|
|
601
|
+
htmlfor="input.checkout-CVV"
|
|
602
602
|
>
|
|
603
603
|
payments.label.cvv
|
|
604
604
|
<span
|
|
@@ -606,7 +606,7 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
606
606
|
>
|
|
607
607
|
*
|
|
608
608
|
</span>
|
|
609
|
-
</label>
|
|
609
|
+
</ui-label>
|
|
610
610
|
<input
|
|
611
611
|
class="input input withLabel"
|
|
612
612
|
id="input.checkout-CVV"
|
|
@@ -617,8 +617,8 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
617
617
|
type="text"
|
|
618
618
|
value=""
|
|
619
619
|
/>
|
|
620
|
-
</
|
|
621
|
-
<
|
|
620
|
+
</ui-view>
|
|
621
|
+
<ui-icon
|
|
622
622
|
class="icon headline-3 icon error"
|
|
623
623
|
>
|
|
624
624
|
<svg
|
|
@@ -638,30 +638,30 @@ exports[`component:<Card> prop:showErrors 1`] = `
|
|
|
638
638
|
d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
639
639
|
/>
|
|
640
640
|
</svg>
|
|
641
|
-
</
|
|
642
|
-
</
|
|
643
|
-
</
|
|
644
|
-
</
|
|
641
|
+
</ui-icon>
|
|
642
|
+
</ui-view>
|
|
643
|
+
</ui-input-text>
|
|
644
|
+
</form>
|
|
645
645
|
</DocumentFragment>
|
|
646
646
|
`;
|
|
647
647
|
|
|
648
648
|
exports[`component:<Card> renders 1`] = `
|
|
649
649
|
<DocumentFragment>
|
|
650
|
-
<
|
|
650
|
+
<form
|
|
651
651
|
autocomplete="off"
|
|
652
652
|
>
|
|
653
|
-
<
|
|
653
|
+
<ui-input-text
|
|
654
654
|
class="view inputContainer"
|
|
655
655
|
>
|
|
656
|
-
<
|
|
656
|
+
<ui-view
|
|
657
657
|
class="view row inputBorder"
|
|
658
658
|
>
|
|
659
|
-
<
|
|
659
|
+
<ui-view
|
|
660
660
|
class="view wide content"
|
|
661
661
|
>
|
|
662
|
-
<label
|
|
662
|
+
<ui-label
|
|
663
663
|
class="text paragraph text label"
|
|
664
|
-
|
|
664
|
+
htmlfor="input.checkout-card"
|
|
665
665
|
>
|
|
666
666
|
payments.label.card_number
|
|
667
667
|
<span
|
|
@@ -669,7 +669,7 @@ exports[`component:<Card> renders 1`] = `
|
|
|
669
669
|
>
|
|
670
670
|
*
|
|
671
671
|
</span>
|
|
672
|
-
</label>
|
|
672
|
+
</ui-label>
|
|
673
673
|
<input
|
|
674
674
|
class="input input withLabel"
|
|
675
675
|
id="input.checkout-card"
|
|
@@ -680,21 +680,21 @@ exports[`component:<Card> renders 1`] = `
|
|
|
680
680
|
type="text"
|
|
681
681
|
value=""
|
|
682
682
|
/>
|
|
683
|
-
</
|
|
684
|
-
</
|
|
685
|
-
</
|
|
686
|
-
<
|
|
683
|
+
</ui-view>
|
|
684
|
+
</ui-view>
|
|
685
|
+
</ui-input-text>
|
|
686
|
+
<ui-input-text
|
|
687
687
|
class="view inputContainer"
|
|
688
688
|
>
|
|
689
|
-
<
|
|
689
|
+
<ui-view
|
|
690
690
|
class="view row inputBorder"
|
|
691
691
|
>
|
|
692
|
-
<
|
|
692
|
+
<ui-view
|
|
693
693
|
class="view wide content"
|
|
694
694
|
>
|
|
695
|
-
<label
|
|
695
|
+
<ui-label
|
|
696
696
|
class="text paragraph text label"
|
|
697
|
-
|
|
697
|
+
htmlfor="input.checkout-name"
|
|
698
698
|
>
|
|
699
699
|
payments.label.card_name
|
|
700
700
|
<span
|
|
@@ -702,7 +702,7 @@ exports[`component:<Card> renders 1`] = `
|
|
|
702
702
|
>
|
|
703
703
|
*
|
|
704
704
|
</span>
|
|
705
|
-
</label>
|
|
705
|
+
</ui-label>
|
|
706
706
|
<input
|
|
707
707
|
class="input input withLabel"
|
|
708
708
|
id="input.checkout-name"
|
|
@@ -713,21 +713,21 @@ exports[`component:<Card> renders 1`] = `
|
|
|
713
713
|
type="text"
|
|
714
714
|
value=""
|
|
715
715
|
/>
|
|
716
|
-
</
|
|
717
|
-
</
|
|
718
|
-
</
|
|
719
|
-
<
|
|
716
|
+
</ui-view>
|
|
717
|
+
</ui-view>
|
|
718
|
+
</ui-input-text>
|
|
719
|
+
<ui-input-text
|
|
720
720
|
class="view inputContainer"
|
|
721
721
|
>
|
|
722
|
-
<
|
|
722
|
+
<ui-view
|
|
723
723
|
class="view row inputBorder"
|
|
724
724
|
>
|
|
725
|
-
<
|
|
725
|
+
<ui-view
|
|
726
726
|
class="view wide content"
|
|
727
727
|
>
|
|
728
|
-
<label
|
|
728
|
+
<ui-label
|
|
729
729
|
class="text paragraph text label"
|
|
730
|
-
|
|
730
|
+
htmlfor="input.checkout-expire"
|
|
731
731
|
>
|
|
732
732
|
payments.label.expiration
|
|
733
733
|
<span
|
|
@@ -735,7 +735,7 @@ exports[`component:<Card> renders 1`] = `
|
|
|
735
735
|
>
|
|
736
736
|
*
|
|
737
737
|
</span>
|
|
738
|
-
</label>
|
|
738
|
+
</ui-label>
|
|
739
739
|
<input
|
|
740
740
|
class="input input withLabel"
|
|
741
741
|
id="input.checkout-expire"
|
|
@@ -746,21 +746,21 @@ exports[`component:<Card> renders 1`] = `
|
|
|
746
746
|
type="inputDate"
|
|
747
747
|
value=""
|
|
748
748
|
/>
|
|
749
|
-
</
|
|
750
|
-
</
|
|
751
|
-
</
|
|
752
|
-
<
|
|
749
|
+
</ui-view>
|
|
750
|
+
</ui-view>
|
|
751
|
+
</ui-input-text>
|
|
752
|
+
<ui-input-text
|
|
753
753
|
class="view inputContainer"
|
|
754
754
|
>
|
|
755
|
-
<
|
|
755
|
+
<ui-view
|
|
756
756
|
class="view row inputBorder"
|
|
757
757
|
>
|
|
758
|
-
<
|
|
758
|
+
<ui-view
|
|
759
759
|
class="view wide content"
|
|
760
760
|
>
|
|
761
|
-
<label
|
|
761
|
+
<ui-label
|
|
762
762
|
class="text paragraph text label"
|
|
763
|
-
|
|
763
|
+
htmlfor="input.checkout-CVV"
|
|
764
764
|
>
|
|
765
765
|
payments.label.cvv
|
|
766
766
|
<span
|
|
@@ -768,7 +768,7 @@ exports[`component:<Card> renders 1`] = `
|
|
|
768
768
|
>
|
|
769
769
|
*
|
|
770
770
|
</span>
|
|
771
|
-
</label>
|
|
771
|
+
</ui-label>
|
|
772
772
|
<input
|
|
773
773
|
class="input input withLabel"
|
|
774
774
|
id="input.checkout-CVV"
|
|
@@ -779,31 +779,31 @@ exports[`component:<Card> renders 1`] = `
|
|
|
779
779
|
type="text"
|
|
780
780
|
value=""
|
|
781
781
|
/>
|
|
782
|
-
</
|
|
783
|
-
</
|
|
784
|
-
</
|
|
785
|
-
</
|
|
782
|
+
</ui-view>
|
|
783
|
+
</ui-view>
|
|
784
|
+
</ui-input-text>
|
|
785
|
+
</form>
|
|
786
786
|
</DocumentFragment>
|
|
787
787
|
`;
|
|
788
788
|
|
|
789
789
|
exports[`component:<Card> testID 1`] = `
|
|
790
790
|
<DocumentFragment>
|
|
791
|
-
<
|
|
791
|
+
<form
|
|
792
792
|
autocomplete="off"
|
|
793
793
|
data-testid="mirai"
|
|
794
794
|
>
|
|
795
|
-
<
|
|
795
|
+
<ui-input-text
|
|
796
796
|
class="view inputContainer"
|
|
797
797
|
>
|
|
798
|
-
<
|
|
798
|
+
<ui-view
|
|
799
799
|
class="view row inputBorder"
|
|
800
800
|
>
|
|
801
|
-
<
|
|
801
|
+
<ui-view
|
|
802
802
|
class="view wide content"
|
|
803
803
|
>
|
|
804
|
-
<label
|
|
804
|
+
<ui-label
|
|
805
805
|
class="text paragraph text label"
|
|
806
|
-
|
|
806
|
+
htmlfor="input.checkout-card"
|
|
807
807
|
>
|
|
808
808
|
payments.label.card_number
|
|
809
809
|
<span
|
|
@@ -811,7 +811,7 @@ exports[`component:<Card> testID 1`] = `
|
|
|
811
811
|
>
|
|
812
812
|
*
|
|
813
813
|
</span>
|
|
814
|
-
</label>
|
|
814
|
+
</ui-label>
|
|
815
815
|
<input
|
|
816
816
|
class="input input withLabel"
|
|
817
817
|
data-testid="mirai-card"
|
|
@@ -823,21 +823,21 @@ exports[`component:<Card> testID 1`] = `
|
|
|
823
823
|
type="text"
|
|
824
824
|
value=""
|
|
825
825
|
/>
|
|
826
|
-
</
|
|
827
|
-
</
|
|
828
|
-
</
|
|
829
|
-
<
|
|
826
|
+
</ui-view>
|
|
827
|
+
</ui-view>
|
|
828
|
+
</ui-input-text>
|
|
829
|
+
<ui-input-text
|
|
830
830
|
class="view inputContainer"
|
|
831
831
|
>
|
|
832
|
-
<
|
|
832
|
+
<ui-view
|
|
833
833
|
class="view row inputBorder"
|
|
834
834
|
>
|
|
835
|
-
<
|
|
835
|
+
<ui-view
|
|
836
836
|
class="view wide content"
|
|
837
837
|
>
|
|
838
|
-
<label
|
|
838
|
+
<ui-label
|
|
839
839
|
class="text paragraph text label"
|
|
840
|
-
|
|
840
|
+
htmlfor="input.checkout-name"
|
|
841
841
|
>
|
|
842
842
|
payments.label.card_name
|
|
843
843
|
<span
|
|
@@ -845,7 +845,7 @@ exports[`component:<Card> testID 1`] = `
|
|
|
845
845
|
>
|
|
846
846
|
*
|
|
847
847
|
</span>
|
|
848
|
-
</label>
|
|
848
|
+
</ui-label>
|
|
849
849
|
<input
|
|
850
850
|
class="input input withLabel"
|
|
851
851
|
data-testid="mirai-name"
|
|
@@ -857,21 +857,21 @@ exports[`component:<Card> testID 1`] = `
|
|
|
857
857
|
type="text"
|
|
858
858
|
value=""
|
|
859
859
|
/>
|
|
860
|
-
</
|
|
861
|
-
</
|
|
862
|
-
</
|
|
863
|
-
<
|
|
860
|
+
</ui-view>
|
|
861
|
+
</ui-view>
|
|
862
|
+
</ui-input-text>
|
|
863
|
+
<ui-input-text
|
|
864
864
|
class="view inputContainer"
|
|
865
865
|
>
|
|
866
|
-
<
|
|
866
|
+
<ui-view
|
|
867
867
|
class="view row inputBorder"
|
|
868
868
|
>
|
|
869
|
-
<
|
|
869
|
+
<ui-view
|
|
870
870
|
class="view wide content"
|
|
871
871
|
>
|
|
872
|
-
<label
|
|
872
|
+
<ui-label
|
|
873
873
|
class="text paragraph text label"
|
|
874
|
-
|
|
874
|
+
htmlfor="input.checkout-expire"
|
|
875
875
|
>
|
|
876
876
|
payments.label.expiration
|
|
877
877
|
<span
|
|
@@ -879,7 +879,7 @@ exports[`component:<Card> testID 1`] = `
|
|
|
879
879
|
>
|
|
880
880
|
*
|
|
881
881
|
</span>
|
|
882
|
-
</label>
|
|
882
|
+
</ui-label>
|
|
883
883
|
<input
|
|
884
884
|
class="input input withLabel"
|
|
885
885
|
data-testid="mirai-expire"
|
|
@@ -891,21 +891,21 @@ exports[`component:<Card> testID 1`] = `
|
|
|
891
891
|
type="inputDate"
|
|
892
892
|
value=""
|
|
893
893
|
/>
|
|
894
|
-
</
|
|
895
|
-
</
|
|
896
|
-
</
|
|
897
|
-
<
|
|
894
|
+
</ui-view>
|
|
895
|
+
</ui-view>
|
|
896
|
+
</ui-input-text>
|
|
897
|
+
<ui-input-text
|
|
898
898
|
class="view inputContainer"
|
|
899
899
|
>
|
|
900
|
-
<
|
|
900
|
+
<ui-view
|
|
901
901
|
class="view row inputBorder"
|
|
902
902
|
>
|
|
903
|
-
<
|
|
903
|
+
<ui-view
|
|
904
904
|
class="view wide content"
|
|
905
905
|
>
|
|
906
|
-
<label
|
|
906
|
+
<ui-label
|
|
907
907
|
class="text paragraph text label"
|
|
908
|
-
|
|
908
|
+
htmlfor="input.checkout-CVV"
|
|
909
909
|
>
|
|
910
910
|
payments.label.cvv
|
|
911
911
|
<span
|
|
@@ -913,7 +913,7 @@ exports[`component:<Card> testID 1`] = `
|
|
|
913
913
|
>
|
|
914
914
|
*
|
|
915
915
|
</span>
|
|
916
|
-
</label>
|
|
916
|
+
</ui-label>
|
|
917
917
|
<input
|
|
918
918
|
class="input input withLabel"
|
|
919
919
|
data-testid="mirai-CVV"
|
|
@@ -925,9 +925,9 @@ exports[`component:<Card> testID 1`] = `
|
|
|
925
925
|
type="text"
|
|
926
926
|
value=""
|
|
927
927
|
/>
|
|
928
|
-
</
|
|
929
|
-
</
|
|
930
|
-
</
|
|
931
|
-
</
|
|
928
|
+
</ui-view>
|
|
929
|
+
</ui-view>
|
|
930
|
+
</ui-input-text>
|
|
931
|
+
</form>
|
|
932
932
|
</DocumentFragment>
|
|
933
933
|
`;
|