@mirai/core 0.3.355 → 0.3.357
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +260 -260
- package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +148 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +108 -108
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +302 -302
- package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +24 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +68 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Chat/components/Message/components/Environment.module.css +1 -1
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +376 -376
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +112 -112
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +588 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +788 -764
- package/build/components/Deals/Deals.js +2 -1
- package/build/components/Deals/Deals.js.map +1 -1
- package/build/components/Deals/Deals.module.css +1 -1
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1893 -1893
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2936 -2884
- package/build/components/Finder/Finder.compact.js +7 -4
- package/build/components/Finder/Finder.compact.js.map +1 -1
- package/build/components/Finder/Finder.module.css +3 -3
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8430 -8428
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +5063 -4646
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +115 -115
- package/build/components/Header/Header.js +2 -1
- package/build/components/Header/Header.js.map +1 -1
- package/build/components/Header/Header.module.css +1 -1
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Unavailability.js +2 -1
- package/build/components/Rates/Rates.Unavailability.js.map +1 -1
- package/build/components/Rates/Rates.module.css +2 -2
- package/build/components/Rates/components/CardHotel/CardHotel.js +2 -1
- package/build/components/Rates/components/CardHotel/CardHotel.js.map +1 -1
- package/build/components/Rates/components/CardHotel/CardHotel.module.css +1 -1
- package/build/components/Rates/components/Filters/Filters.js +1 -1
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.module.css +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.js +8 -4
- package/build/components/Rates/components/Item/components/Slider/Slider.js.map +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.module.css +2 -2
- package/build/components/Rates/components/Item/components/TooltipDates/TooltipDates.module.css +2 -2
- package/build/components/Rates/components/ModalExtras/ModalExtras.module.css +0 -4
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +320 -315
- package/build/components/Signup/Signup.js +4 -2
- package/build/components/Signup/Signup.js.map +1 -1
- package/build/components/Signup/Signup.module.css +1 -1
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +279 -279
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +991 -991
- package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +144 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +32 -32
- package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +45 -45
- package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
- package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +219 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +513 -513
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js +1 -0
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +59 -59
- package/build/components/__shared__/Footer/Footer.js +11 -10
- package/build/components/__shared__/Footer/Footer.js.map +1 -1
- package/build/components/__shared__/Footer/Footer.module.css +2 -2
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +60 -60
- package/build/components/__shared__/Occupation/Occupation.Group.js +2 -1
- package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.module.css +3 -3
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +732 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +319 -313
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +7 -7
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +231 -231
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
- package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +27 -27
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js +4 -2
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js.map +1 -1
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
- package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
- package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +104 -104
- package/build/helpers/sanitizeComponent.js +8 -4
- package/build/helpers/sanitizeComponent.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Checkout> Test A/B variant A 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui-view
|
|
6
6
|
class="view wide"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui-view
|
|
9
9
|
class="view row wide"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui-view
|
|
12
12
|
class="view row"
|
|
13
13
|
/>
|
|
14
|
-
<
|
|
14
|
+
<ui-view
|
|
15
15
|
class="view row"
|
|
16
16
|
>
|
|
17
|
-
<
|
|
17
|
+
<ui-tooltip
|
|
18
18
|
class="container"
|
|
19
19
|
>
|
|
20
|
-
<
|
|
20
|
+
<ui-view
|
|
21
21
|
class="view row dispatcher"
|
|
22
22
|
>
|
|
23
|
-
<
|
|
23
|
+
<ui-view
|
|
24
24
|
class="view row"
|
|
25
25
|
>
|
|
26
|
-
<
|
|
26
|
+
<ui-icon
|
|
27
27
|
class="icon headline-2"
|
|
28
28
|
>
|
|
29
29
|
<svg
|
|
@@ -43,11 +43,11 @@ exports[`component:<Checkout> Test A/B variant A 1`] = `
|
|
|
43
43
|
d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
|
|
44
44
|
/>
|
|
45
45
|
</svg>
|
|
46
|
-
</
|
|
47
|
-
<
|
|
46
|
+
</ui-icon>
|
|
47
|
+
<ui-text
|
|
48
48
|
class="text medium action"
|
|
49
49
|
/>
|
|
50
|
-
</
|
|
50
|
+
</ui-view>
|
|
51
51
|
<select
|
|
52
52
|
class="select"
|
|
53
53
|
name="locale"
|
|
@@ -163,129 +163,129 @@ exports[`component:<Checkout> Test A/B variant A 1`] = `
|
|
|
163
163
|
Euskara
|
|
164
164
|
</option>
|
|
165
165
|
</select>
|
|
166
|
-
</
|
|
167
|
-
</
|
|
168
|
-
</
|
|
169
|
-
</
|
|
170
|
-
</
|
|
171
|
-
<
|
|
166
|
+
</ui-view>
|
|
167
|
+
</ui-tooltip>
|
|
168
|
+
</ui-view>
|
|
169
|
+
</ui-view>
|
|
170
|
+
</ui-view>
|
|
171
|
+
<ui-view
|
|
172
172
|
class="view"
|
|
173
173
|
>
|
|
174
|
-
<
|
|
174
|
+
<ui-progress
|
|
175
175
|
class="view progress visible"
|
|
176
176
|
>
|
|
177
|
-
<
|
|
177
|
+
<ui-progress-value
|
|
178
178
|
class="view value indeterminate"
|
|
179
179
|
/>
|
|
180
|
-
</
|
|
181
|
-
<
|
|
180
|
+
</ui-progress>
|
|
181
|
+
<ui-view
|
|
182
182
|
class="view wide"
|
|
183
183
|
style="align-items: start;"
|
|
184
184
|
>
|
|
185
|
-
<
|
|
185
|
+
<ui-view
|
|
186
186
|
class="view row wide"
|
|
187
187
|
style="align-items: start; align-self: center; gap: 1rem; max-width: var(--mirai-ui-breakpoint-content);"
|
|
188
188
|
>
|
|
189
|
-
<
|
|
189
|
+
<ui-view
|
|
190
190
|
class="view"
|
|
191
191
|
style="flex: 1; gap: 1rem;"
|
|
192
192
|
>
|
|
193
|
-
<
|
|
193
|
+
<ui-view
|
|
194
194
|
class="view"
|
|
195
195
|
style="height: 32rem;"
|
|
196
196
|
/>
|
|
197
|
-
<
|
|
197
|
+
<ui-view
|
|
198
198
|
class="view"
|
|
199
199
|
style="height: 16rem;"
|
|
200
200
|
/>
|
|
201
|
-
<
|
|
201
|
+
<ui-view
|
|
202
202
|
class="view"
|
|
203
203
|
style="height: 16rem;"
|
|
204
204
|
/>
|
|
205
|
-
<
|
|
205
|
+
<ui-view
|
|
206
206
|
class="view"
|
|
207
207
|
style="height: 12rem;"
|
|
208
208
|
/>
|
|
209
|
-
</
|
|
210
|
-
<
|
|
209
|
+
</ui-view>
|
|
210
|
+
<ui-view
|
|
211
211
|
class="view"
|
|
212
212
|
style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
|
|
213
213
|
/>
|
|
214
|
-
</
|
|
215
|
-
</
|
|
216
|
-
</
|
|
217
|
-
<
|
|
214
|
+
</ui-view>
|
|
215
|
+
</ui-view>
|
|
216
|
+
</ui-view>
|
|
217
|
+
<ui-view
|
|
218
218
|
class="view row"
|
|
219
219
|
>
|
|
220
|
-
<
|
|
220
|
+
<ui-view
|
|
221
221
|
class="view row"
|
|
222
222
|
>
|
|
223
|
-
<
|
|
223
|
+
<ui-view
|
|
224
224
|
class="view row"
|
|
225
225
|
>
|
|
226
|
-
<
|
|
226
|
+
<ui-text
|
|
227
227
|
class="text light small"
|
|
228
228
|
>
|
|
229
229
|
© 2024
|
|
230
|
-
<
|
|
230
|
+
<ui-action
|
|
231
231
|
class="pressable action small"
|
|
232
232
|
tabindex="0"
|
|
233
233
|
/>
|
|
234
234
|
.
|
|
235
|
-
</
|
|
236
|
-
<
|
|
235
|
+
</ui-text>
|
|
236
|
+
<ui-text
|
|
237
237
|
class="text light small"
|
|
238
238
|
>
|
|
239
239
|
common.label.all
|
|
240
|
-
<
|
|
240
|
+
<ui-text
|
|
241
241
|
style="text-decoration: underline;"
|
|
242
242
|
>
|
|
243
243
|
rights
|
|
244
|
-
</
|
|
244
|
+
</ui-text>
|
|
245
245
|
reserved
|
|
246
|
-
</
|
|
247
|
-
</
|
|
246
|
+
</ui-text>
|
|
247
|
+
</ui-view>
|
|
248
248
|
<a
|
|
249
249
|
class="pressable action small"
|
|
250
250
|
href="https://www.mirai.com/"
|
|
251
251
|
tabindex="0"
|
|
252
252
|
>
|
|
253
253
|
Powered by
|
|
254
|
-
<
|
|
254
|
+
<ui-text
|
|
255
255
|
class="text bold light paragraph"
|
|
256
256
|
>
|
|
257
257
|
mirai
|
|
258
|
-
</
|
|
258
|
+
</ui-text>
|
|
259
259
|
</a>
|
|
260
|
-
</
|
|
261
|
-
</
|
|
260
|
+
</ui-view>
|
|
261
|
+
</ui-view>
|
|
262
262
|
</DocumentFragment>
|
|
263
263
|
`;
|
|
264
264
|
|
|
265
265
|
exports[`component:<Checkout> Test A/B variant B 1`] = `
|
|
266
266
|
<DocumentFragment>
|
|
267
|
-
<
|
|
267
|
+
<ui-view
|
|
268
268
|
class="view wide"
|
|
269
269
|
>
|
|
270
|
-
<
|
|
270
|
+
<ui-view
|
|
271
271
|
class="view row wide"
|
|
272
272
|
>
|
|
273
|
-
<
|
|
273
|
+
<ui-view
|
|
274
274
|
class="view row"
|
|
275
275
|
/>
|
|
276
|
-
<
|
|
276
|
+
<ui-view
|
|
277
277
|
class="view row"
|
|
278
278
|
>
|
|
279
|
-
<
|
|
279
|
+
<ui-tooltip
|
|
280
280
|
class="container"
|
|
281
281
|
>
|
|
282
|
-
<
|
|
282
|
+
<ui-view
|
|
283
283
|
class="view row dispatcher"
|
|
284
284
|
>
|
|
285
|
-
<
|
|
285
|
+
<ui-view
|
|
286
286
|
class="view row"
|
|
287
287
|
>
|
|
288
|
-
<
|
|
288
|
+
<ui-icon
|
|
289
289
|
class="icon headline-2"
|
|
290
290
|
>
|
|
291
291
|
<svg
|
|
@@ -305,11 +305,11 @@ exports[`component:<Checkout> Test A/B variant B 1`] = `
|
|
|
305
305
|
d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
|
|
306
306
|
/>
|
|
307
307
|
</svg>
|
|
308
|
-
</
|
|
309
|
-
<
|
|
308
|
+
</ui-icon>
|
|
309
|
+
<ui-text
|
|
310
310
|
class="text medium action"
|
|
311
311
|
/>
|
|
312
|
-
</
|
|
312
|
+
</ui-view>
|
|
313
313
|
<select
|
|
314
314
|
class="select"
|
|
315
315
|
name="locale"
|
|
@@ -425,129 +425,129 @@ exports[`component:<Checkout> Test A/B variant B 1`] = `
|
|
|
425
425
|
Euskara
|
|
426
426
|
</option>
|
|
427
427
|
</select>
|
|
428
|
-
</
|
|
429
|
-
</
|
|
430
|
-
</
|
|
431
|
-
</
|
|
432
|
-
</
|
|
433
|
-
<
|
|
428
|
+
</ui-view>
|
|
429
|
+
</ui-tooltip>
|
|
430
|
+
</ui-view>
|
|
431
|
+
</ui-view>
|
|
432
|
+
</ui-view>
|
|
433
|
+
<ui-view
|
|
434
434
|
class="view"
|
|
435
435
|
>
|
|
436
|
-
<
|
|
436
|
+
<ui-progress
|
|
437
437
|
class="view progress visible"
|
|
438
438
|
>
|
|
439
|
-
<
|
|
439
|
+
<ui-progress-value
|
|
440
440
|
class="view value indeterminate"
|
|
441
441
|
/>
|
|
442
|
-
</
|
|
443
|
-
<
|
|
442
|
+
</ui-progress>
|
|
443
|
+
<ui-view
|
|
444
444
|
class="view wide"
|
|
445
445
|
style="align-items: start;"
|
|
446
446
|
>
|
|
447
|
-
<
|
|
447
|
+
<ui-view
|
|
448
448
|
class="view row wide"
|
|
449
449
|
style="align-items: start; align-self: center; gap: 1rem; max-width: var(--mirai-ui-breakpoint-content);"
|
|
450
450
|
>
|
|
451
|
-
<
|
|
451
|
+
<ui-view
|
|
452
452
|
class="view"
|
|
453
453
|
style="flex: 1; gap: 1rem;"
|
|
454
454
|
>
|
|
455
|
-
<
|
|
455
|
+
<ui-view
|
|
456
456
|
class="view"
|
|
457
457
|
style="height: 32rem;"
|
|
458
458
|
/>
|
|
459
|
-
<
|
|
459
|
+
<ui-view
|
|
460
460
|
class="view"
|
|
461
461
|
style="height: 16rem;"
|
|
462
462
|
/>
|
|
463
|
-
<
|
|
463
|
+
<ui-view
|
|
464
464
|
class="view"
|
|
465
465
|
style="height: 16rem;"
|
|
466
466
|
/>
|
|
467
|
-
<
|
|
467
|
+
<ui-view
|
|
468
468
|
class="view"
|
|
469
469
|
style="height: 12rem;"
|
|
470
470
|
/>
|
|
471
|
-
</
|
|
472
|
-
<
|
|
471
|
+
</ui-view>
|
|
472
|
+
<ui-view
|
|
473
473
|
class="view"
|
|
474
474
|
style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
|
|
475
475
|
/>
|
|
476
|
-
</
|
|
477
|
-
</
|
|
478
|
-
</
|
|
479
|
-
<
|
|
476
|
+
</ui-view>
|
|
477
|
+
</ui-view>
|
|
478
|
+
</ui-view>
|
|
479
|
+
<ui-view
|
|
480
480
|
class="view row"
|
|
481
481
|
>
|
|
482
|
-
<
|
|
482
|
+
<ui-view
|
|
483
483
|
class="view row"
|
|
484
484
|
>
|
|
485
|
-
<
|
|
485
|
+
<ui-view
|
|
486
486
|
class="view row"
|
|
487
487
|
>
|
|
488
|
-
<
|
|
488
|
+
<ui-text
|
|
489
489
|
class="text light small"
|
|
490
490
|
>
|
|
491
491
|
© 2024
|
|
492
|
-
<
|
|
492
|
+
<ui-action
|
|
493
493
|
class="pressable action small"
|
|
494
494
|
tabindex="0"
|
|
495
495
|
/>
|
|
496
496
|
.
|
|
497
|
-
</
|
|
498
|
-
<
|
|
497
|
+
</ui-text>
|
|
498
|
+
<ui-text
|
|
499
499
|
class="text light small"
|
|
500
500
|
>
|
|
501
501
|
common.label.all
|
|
502
|
-
<
|
|
502
|
+
<ui-text
|
|
503
503
|
style="text-decoration: underline;"
|
|
504
504
|
>
|
|
505
505
|
rights
|
|
506
|
-
</
|
|
506
|
+
</ui-text>
|
|
507
507
|
reserved
|
|
508
|
-
</
|
|
509
|
-
</
|
|
508
|
+
</ui-text>
|
|
509
|
+
</ui-view>
|
|
510
510
|
<a
|
|
511
511
|
class="pressable action small"
|
|
512
512
|
href="https://www.mirai.com/"
|
|
513
513
|
tabindex="0"
|
|
514
514
|
>
|
|
515
515
|
Powered by
|
|
516
|
-
<
|
|
516
|
+
<ui-text
|
|
517
517
|
class="text bold light paragraph"
|
|
518
518
|
>
|
|
519
519
|
mirai
|
|
520
|
-
</
|
|
520
|
+
</ui-text>
|
|
521
521
|
</a>
|
|
522
|
-
</
|
|
523
|
-
</
|
|
522
|
+
</ui-view>
|
|
523
|
+
</ui-view>
|
|
524
524
|
</DocumentFragment>
|
|
525
525
|
`;
|
|
526
526
|
|
|
527
527
|
exports[`component:<Checkout> inherit:className 1`] = `
|
|
528
528
|
<DocumentFragment>
|
|
529
|
-
<
|
|
529
|
+
<ui-view
|
|
530
530
|
class="view wide"
|
|
531
531
|
>
|
|
532
|
-
<
|
|
532
|
+
<ui-view
|
|
533
533
|
class="view row wide"
|
|
534
534
|
>
|
|
535
|
-
<
|
|
535
|
+
<ui-view
|
|
536
536
|
class="view row"
|
|
537
537
|
/>
|
|
538
|
-
<
|
|
538
|
+
<ui-view
|
|
539
539
|
class="view row"
|
|
540
540
|
>
|
|
541
|
-
<
|
|
541
|
+
<ui-tooltip
|
|
542
542
|
class="container"
|
|
543
543
|
>
|
|
544
|
-
<
|
|
544
|
+
<ui-view
|
|
545
545
|
class="view row dispatcher"
|
|
546
546
|
>
|
|
547
|
-
<
|
|
547
|
+
<ui-view
|
|
548
548
|
class="view row"
|
|
549
549
|
>
|
|
550
|
-
<
|
|
550
|
+
<ui-icon
|
|
551
551
|
class="icon headline-2"
|
|
552
552
|
>
|
|
553
553
|
<svg
|
|
@@ -567,11 +567,11 @@ exports[`component:<Checkout> inherit:className 1`] = `
|
|
|
567
567
|
d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
|
|
568
568
|
/>
|
|
569
569
|
</svg>
|
|
570
|
-
</
|
|
571
|
-
<
|
|
570
|
+
</ui-icon>
|
|
571
|
+
<ui-text
|
|
572
572
|
class="text medium action"
|
|
573
573
|
/>
|
|
574
|
-
</
|
|
574
|
+
</ui-view>
|
|
575
575
|
<select
|
|
576
576
|
class="select"
|
|
577
577
|
name="locale"
|
|
@@ -687,129 +687,129 @@ exports[`component:<Checkout> inherit:className 1`] = `
|
|
|
687
687
|
Euskara
|
|
688
688
|
</option>
|
|
689
689
|
</select>
|
|
690
|
-
</
|
|
691
|
-
</
|
|
692
|
-
</
|
|
693
|
-
</
|
|
694
|
-
</
|
|
695
|
-
<
|
|
690
|
+
</ui-view>
|
|
691
|
+
</ui-tooltip>
|
|
692
|
+
</ui-view>
|
|
693
|
+
</ui-view>
|
|
694
|
+
</ui-view>
|
|
695
|
+
<ui-view
|
|
696
696
|
class="view mirai"
|
|
697
697
|
>
|
|
698
|
-
<
|
|
698
|
+
<ui-progress
|
|
699
699
|
class="view progress visible"
|
|
700
700
|
>
|
|
701
|
-
<
|
|
701
|
+
<ui-progress-value
|
|
702
702
|
class="view value indeterminate"
|
|
703
703
|
/>
|
|
704
|
-
</
|
|
705
|
-
<
|
|
704
|
+
</ui-progress>
|
|
705
|
+
<ui-view
|
|
706
706
|
class="view wide"
|
|
707
707
|
style="align-items: start;"
|
|
708
708
|
>
|
|
709
|
-
<
|
|
709
|
+
<ui-view
|
|
710
710
|
class="view row wide"
|
|
711
711
|
style="align-items: start; align-self: center; gap: 1rem; max-width: var(--mirai-ui-breakpoint-content);"
|
|
712
712
|
>
|
|
713
|
-
<
|
|
713
|
+
<ui-view
|
|
714
714
|
class="view"
|
|
715
715
|
style="flex: 1; gap: 1rem;"
|
|
716
716
|
>
|
|
717
|
-
<
|
|
717
|
+
<ui-view
|
|
718
718
|
class="view"
|
|
719
719
|
style="height: 32rem;"
|
|
720
720
|
/>
|
|
721
|
-
<
|
|
721
|
+
<ui-view
|
|
722
722
|
class="view"
|
|
723
723
|
style="height: 16rem;"
|
|
724
724
|
/>
|
|
725
|
-
<
|
|
725
|
+
<ui-view
|
|
726
726
|
class="view"
|
|
727
727
|
style="height: 16rem;"
|
|
728
728
|
/>
|
|
729
|
-
<
|
|
729
|
+
<ui-view
|
|
730
730
|
class="view"
|
|
731
731
|
style="height: 12rem;"
|
|
732
732
|
/>
|
|
733
|
-
</
|
|
734
|
-
<
|
|
733
|
+
</ui-view>
|
|
734
|
+
<ui-view
|
|
735
735
|
class="view"
|
|
736
736
|
style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
|
|
737
737
|
/>
|
|
738
|
-
</
|
|
739
|
-
</
|
|
740
|
-
</
|
|
741
|
-
<
|
|
738
|
+
</ui-view>
|
|
739
|
+
</ui-view>
|
|
740
|
+
</ui-view>
|
|
741
|
+
<ui-view
|
|
742
742
|
class="view row"
|
|
743
743
|
>
|
|
744
|
-
<
|
|
744
|
+
<ui-view
|
|
745
745
|
class="view row"
|
|
746
746
|
>
|
|
747
|
-
<
|
|
747
|
+
<ui-view
|
|
748
748
|
class="view row"
|
|
749
749
|
>
|
|
750
|
-
<
|
|
750
|
+
<ui-text
|
|
751
751
|
class="text light small"
|
|
752
752
|
>
|
|
753
753
|
© 2024
|
|
754
|
-
<
|
|
754
|
+
<ui-action
|
|
755
755
|
class="pressable action small"
|
|
756
756
|
tabindex="0"
|
|
757
757
|
/>
|
|
758
758
|
.
|
|
759
|
-
</
|
|
760
|
-
<
|
|
759
|
+
</ui-text>
|
|
760
|
+
<ui-text
|
|
761
761
|
class="text light small"
|
|
762
762
|
>
|
|
763
763
|
common.label.all
|
|
764
|
-
<
|
|
764
|
+
<ui-text
|
|
765
765
|
style="text-decoration: underline;"
|
|
766
766
|
>
|
|
767
767
|
rights
|
|
768
|
-
</
|
|
768
|
+
</ui-text>
|
|
769
769
|
reserved
|
|
770
|
-
</
|
|
771
|
-
</
|
|
770
|
+
</ui-text>
|
|
771
|
+
</ui-view>
|
|
772
772
|
<a
|
|
773
773
|
class="pressable action small"
|
|
774
774
|
href="https://www.mirai.com/"
|
|
775
775
|
tabindex="0"
|
|
776
776
|
>
|
|
777
777
|
Powered by
|
|
778
|
-
<
|
|
778
|
+
<ui-text
|
|
779
779
|
class="text bold light paragraph"
|
|
780
780
|
>
|
|
781
781
|
mirai
|
|
782
|
-
</
|
|
782
|
+
</ui-text>
|
|
783
783
|
</a>
|
|
784
|
-
</
|
|
785
|
-
</
|
|
784
|
+
</ui-view>
|
|
785
|
+
</ui-view>
|
|
786
786
|
</DocumentFragment>
|
|
787
787
|
`;
|
|
788
788
|
|
|
789
789
|
exports[`component:<Checkout> prop:session (false) 1`] = `
|
|
790
790
|
<DocumentFragment>
|
|
791
|
-
<
|
|
791
|
+
<ui-view
|
|
792
792
|
class="view wide"
|
|
793
793
|
>
|
|
794
|
-
<
|
|
794
|
+
<ui-view
|
|
795
795
|
class="view row wide"
|
|
796
796
|
>
|
|
797
|
-
<
|
|
797
|
+
<ui-view
|
|
798
798
|
class="view row"
|
|
799
799
|
/>
|
|
800
|
-
<
|
|
800
|
+
<ui-view
|
|
801
801
|
class="view row"
|
|
802
802
|
>
|
|
803
|
-
<
|
|
803
|
+
<ui-tooltip
|
|
804
804
|
class="container"
|
|
805
805
|
>
|
|
806
|
-
<
|
|
806
|
+
<ui-view
|
|
807
807
|
class="view row dispatcher"
|
|
808
808
|
>
|
|
809
|
-
<
|
|
809
|
+
<ui-view
|
|
810
810
|
class="view row"
|
|
811
811
|
>
|
|
812
|
-
<
|
|
812
|
+
<ui-icon
|
|
813
813
|
class="icon headline-2"
|
|
814
814
|
>
|
|
815
815
|
<svg
|
|
@@ -829,11 +829,11 @@ exports[`component:<Checkout> prop:session (false) 1`] = `
|
|
|
829
829
|
d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
|
|
830
830
|
/>
|
|
831
831
|
</svg>
|
|
832
|
-
</
|
|
833
|
-
<
|
|
832
|
+
</ui-icon>
|
|
833
|
+
<ui-text
|
|
834
834
|
class="text medium action"
|
|
835
835
|
/>
|
|
836
|
-
</
|
|
836
|
+
</ui-view>
|
|
837
837
|
<select
|
|
838
838
|
class="select"
|
|
839
839
|
name="locale"
|
|
@@ -949,129 +949,129 @@ exports[`component:<Checkout> prop:session (false) 1`] = `
|
|
|
949
949
|
Euskara
|
|
950
950
|
</option>
|
|
951
951
|
</select>
|
|
952
|
-
</
|
|
953
|
-
</
|
|
954
|
-
</
|
|
955
|
-
</
|
|
956
|
-
</
|
|
957
|
-
<
|
|
952
|
+
</ui-view>
|
|
953
|
+
</ui-tooltip>
|
|
954
|
+
</ui-view>
|
|
955
|
+
</ui-view>
|
|
956
|
+
</ui-view>
|
|
957
|
+
<ui-view
|
|
958
958
|
class="view"
|
|
959
959
|
>
|
|
960
|
-
<
|
|
960
|
+
<ui-progress
|
|
961
961
|
class="view progress visible"
|
|
962
962
|
>
|
|
963
|
-
<
|
|
963
|
+
<ui-progress-value
|
|
964
964
|
class="view value indeterminate"
|
|
965
965
|
/>
|
|
966
|
-
</
|
|
967
|
-
<
|
|
966
|
+
</ui-progress>
|
|
967
|
+
<ui-view
|
|
968
968
|
class="view wide"
|
|
969
969
|
style="align-items: start;"
|
|
970
970
|
>
|
|
971
|
-
<
|
|
971
|
+
<ui-view
|
|
972
972
|
class="view row wide"
|
|
973
973
|
style="align-items: start; align-self: center; gap: 1rem; max-width: var(--mirai-ui-breakpoint-content);"
|
|
974
974
|
>
|
|
975
|
-
<
|
|
975
|
+
<ui-view
|
|
976
976
|
class="view"
|
|
977
977
|
style="flex: 1; gap: 1rem;"
|
|
978
978
|
>
|
|
979
|
-
<
|
|
979
|
+
<ui-view
|
|
980
980
|
class="view"
|
|
981
981
|
style="height: 32rem;"
|
|
982
982
|
/>
|
|
983
|
-
<
|
|
983
|
+
<ui-view
|
|
984
984
|
class="view"
|
|
985
985
|
style="height: 16rem;"
|
|
986
986
|
/>
|
|
987
|
-
<
|
|
987
|
+
<ui-view
|
|
988
988
|
class="view"
|
|
989
989
|
style="height: 16rem;"
|
|
990
990
|
/>
|
|
991
|
-
<
|
|
991
|
+
<ui-view
|
|
992
992
|
class="view"
|
|
993
993
|
style="height: 12rem;"
|
|
994
994
|
/>
|
|
995
|
-
</
|
|
996
|
-
<
|
|
995
|
+
</ui-view>
|
|
996
|
+
<ui-view
|
|
997
997
|
class="view"
|
|
998
998
|
style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
|
|
999
999
|
/>
|
|
1000
|
-
</
|
|
1001
|
-
</
|
|
1002
|
-
</
|
|
1003
|
-
<
|
|
1000
|
+
</ui-view>
|
|
1001
|
+
</ui-view>
|
|
1002
|
+
</ui-view>
|
|
1003
|
+
<ui-view
|
|
1004
1004
|
class="view row"
|
|
1005
1005
|
>
|
|
1006
|
-
<
|
|
1006
|
+
<ui-view
|
|
1007
1007
|
class="view row"
|
|
1008
1008
|
>
|
|
1009
|
-
<
|
|
1009
|
+
<ui-view
|
|
1010
1010
|
class="view row"
|
|
1011
1011
|
>
|
|
1012
|
-
<
|
|
1012
|
+
<ui-text
|
|
1013
1013
|
class="text light small"
|
|
1014
1014
|
>
|
|
1015
1015
|
© 2024
|
|
1016
|
-
<
|
|
1016
|
+
<ui-action
|
|
1017
1017
|
class="pressable action small"
|
|
1018
1018
|
tabindex="0"
|
|
1019
1019
|
/>
|
|
1020
1020
|
.
|
|
1021
|
-
</
|
|
1022
|
-
<
|
|
1021
|
+
</ui-text>
|
|
1022
|
+
<ui-text
|
|
1023
1023
|
class="text light small"
|
|
1024
1024
|
>
|
|
1025
1025
|
common.label.all
|
|
1026
|
-
<
|
|
1026
|
+
<ui-text
|
|
1027
1027
|
style="text-decoration: underline;"
|
|
1028
1028
|
>
|
|
1029
1029
|
rights
|
|
1030
|
-
</
|
|
1030
|
+
</ui-text>
|
|
1031
1031
|
reserved
|
|
1032
|
-
</
|
|
1033
|
-
</
|
|
1032
|
+
</ui-text>
|
|
1033
|
+
</ui-view>
|
|
1034
1034
|
<a
|
|
1035
1035
|
class="pressable action small"
|
|
1036
1036
|
href="https://www.mirai.com/"
|
|
1037
1037
|
tabindex="0"
|
|
1038
1038
|
>
|
|
1039
1039
|
Powered by
|
|
1040
|
-
<
|
|
1040
|
+
<ui-text
|
|
1041
1041
|
class="text bold light paragraph"
|
|
1042
1042
|
>
|
|
1043
1043
|
mirai
|
|
1044
|
-
</
|
|
1044
|
+
</ui-text>
|
|
1045
1045
|
</a>
|
|
1046
|
-
</
|
|
1047
|
-
</
|
|
1046
|
+
</ui-view>
|
|
1047
|
+
</ui-view>
|
|
1048
1048
|
</DocumentFragment>
|
|
1049
1049
|
`;
|
|
1050
1050
|
|
|
1051
1051
|
exports[`component:<Checkout> prop:skeleton 1`] = `
|
|
1052
1052
|
<DocumentFragment>
|
|
1053
|
-
<
|
|
1053
|
+
<ui-view
|
|
1054
1054
|
class="view wide"
|
|
1055
1055
|
>
|
|
1056
|
-
<
|
|
1056
|
+
<ui-view
|
|
1057
1057
|
class="view row wide"
|
|
1058
1058
|
>
|
|
1059
|
-
<
|
|
1059
|
+
<ui-view
|
|
1060
1060
|
class="view row"
|
|
1061
1061
|
/>
|
|
1062
|
-
<
|
|
1062
|
+
<ui-view
|
|
1063
1063
|
class="view row"
|
|
1064
1064
|
>
|
|
1065
|
-
<
|
|
1065
|
+
<ui-tooltip
|
|
1066
1066
|
class="container"
|
|
1067
1067
|
>
|
|
1068
|
-
<
|
|
1068
|
+
<ui-view
|
|
1069
1069
|
class="view row dispatcher"
|
|
1070
1070
|
>
|
|
1071
|
-
<
|
|
1071
|
+
<ui-view
|
|
1072
1072
|
class="view row"
|
|
1073
1073
|
>
|
|
1074
|
-
<
|
|
1074
|
+
<ui-icon
|
|
1075
1075
|
class="icon headline-2"
|
|
1076
1076
|
>
|
|
1077
1077
|
<svg
|
|
@@ -1091,11 +1091,11 @@ exports[`component:<Checkout> prop:skeleton 1`] = `
|
|
|
1091
1091
|
d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
|
|
1092
1092
|
/>
|
|
1093
1093
|
</svg>
|
|
1094
|
-
</
|
|
1095
|
-
<
|
|
1094
|
+
</ui-icon>
|
|
1095
|
+
<ui-text
|
|
1096
1096
|
class="text medium action"
|
|
1097
1097
|
/>
|
|
1098
|
-
</
|
|
1098
|
+
</ui-view>
|
|
1099
1099
|
<select
|
|
1100
1100
|
class="select"
|
|
1101
1101
|
name="locale"
|
|
@@ -1211,129 +1211,129 @@ exports[`component:<Checkout> prop:skeleton 1`] = `
|
|
|
1211
1211
|
Euskara
|
|
1212
1212
|
</option>
|
|
1213
1213
|
</select>
|
|
1214
|
-
</
|
|
1215
|
-
</
|
|
1216
|
-
</
|
|
1217
|
-
</
|
|
1218
|
-
</
|
|
1219
|
-
<
|
|
1214
|
+
</ui-view>
|
|
1215
|
+
</ui-tooltip>
|
|
1216
|
+
</ui-view>
|
|
1217
|
+
</ui-view>
|
|
1218
|
+
</ui-view>
|
|
1219
|
+
<ui-view
|
|
1220
1220
|
class="view"
|
|
1221
1221
|
>
|
|
1222
|
-
<
|
|
1222
|
+
<ui-progress
|
|
1223
1223
|
class="view progress visible"
|
|
1224
1224
|
>
|
|
1225
|
-
<
|
|
1225
|
+
<ui-progress-value
|
|
1226
1226
|
class="view value indeterminate"
|
|
1227
1227
|
/>
|
|
1228
|
-
</
|
|
1229
|
-
<
|
|
1228
|
+
</ui-progress>
|
|
1229
|
+
<ui-view
|
|
1230
1230
|
class="view wide"
|
|
1231
1231
|
style="align-items: start;"
|
|
1232
1232
|
>
|
|
1233
|
-
<
|
|
1233
|
+
<ui-view
|
|
1234
1234
|
class="view row wide"
|
|
1235
1235
|
style="align-items: start; align-self: center; gap: 1rem; max-width: var(--mirai-ui-breakpoint-content);"
|
|
1236
1236
|
>
|
|
1237
|
-
<
|
|
1237
|
+
<ui-view
|
|
1238
1238
|
class="view"
|
|
1239
1239
|
style="flex: 1; gap: 1rem;"
|
|
1240
1240
|
>
|
|
1241
|
-
<
|
|
1241
|
+
<ui-view
|
|
1242
1242
|
class="view"
|
|
1243
1243
|
style="height: 32rem;"
|
|
1244
1244
|
/>
|
|
1245
|
-
<
|
|
1245
|
+
<ui-view
|
|
1246
1246
|
class="view"
|
|
1247
1247
|
style="height: 16rem;"
|
|
1248
1248
|
/>
|
|
1249
|
-
<
|
|
1249
|
+
<ui-view
|
|
1250
1250
|
class="view"
|
|
1251
1251
|
style="height: 16rem;"
|
|
1252
1252
|
/>
|
|
1253
|
-
<
|
|
1253
|
+
<ui-view
|
|
1254
1254
|
class="view"
|
|
1255
1255
|
style="height: 12rem;"
|
|
1256
1256
|
/>
|
|
1257
|
-
</
|
|
1258
|
-
<
|
|
1257
|
+
</ui-view>
|
|
1258
|
+
<ui-view
|
|
1259
1259
|
class="view"
|
|
1260
1260
|
style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
|
|
1261
1261
|
/>
|
|
1262
|
-
</
|
|
1263
|
-
</
|
|
1264
|
-
</
|
|
1265
|
-
<
|
|
1262
|
+
</ui-view>
|
|
1263
|
+
</ui-view>
|
|
1264
|
+
</ui-view>
|
|
1265
|
+
<ui-view
|
|
1266
1266
|
class="view row"
|
|
1267
1267
|
>
|
|
1268
|
-
<
|
|
1268
|
+
<ui-view
|
|
1269
1269
|
class="view row"
|
|
1270
1270
|
>
|
|
1271
|
-
<
|
|
1271
|
+
<ui-view
|
|
1272
1272
|
class="view row"
|
|
1273
1273
|
>
|
|
1274
|
-
<
|
|
1274
|
+
<ui-text
|
|
1275
1275
|
class="text light small"
|
|
1276
1276
|
>
|
|
1277
1277
|
© 2024
|
|
1278
|
-
<
|
|
1278
|
+
<ui-action
|
|
1279
1279
|
class="pressable action small"
|
|
1280
1280
|
tabindex="0"
|
|
1281
1281
|
/>
|
|
1282
1282
|
.
|
|
1283
|
-
</
|
|
1284
|
-
<
|
|
1283
|
+
</ui-text>
|
|
1284
|
+
<ui-text
|
|
1285
1285
|
class="text light small"
|
|
1286
1286
|
>
|
|
1287
1287
|
common.label.all
|
|
1288
|
-
<
|
|
1288
|
+
<ui-text
|
|
1289
1289
|
style="text-decoration: underline;"
|
|
1290
1290
|
>
|
|
1291
1291
|
rights
|
|
1292
|
-
</
|
|
1292
|
+
</ui-text>
|
|
1293
1293
|
reserved
|
|
1294
|
-
</
|
|
1295
|
-
</
|
|
1294
|
+
</ui-text>
|
|
1295
|
+
</ui-view>
|
|
1296
1296
|
<a
|
|
1297
1297
|
class="pressable action small"
|
|
1298
1298
|
href="https://www.mirai.com/"
|
|
1299
1299
|
tabindex="0"
|
|
1300
1300
|
>
|
|
1301
1301
|
Powered by
|
|
1302
|
-
<
|
|
1302
|
+
<ui-text
|
|
1303
1303
|
class="text bold light paragraph"
|
|
1304
1304
|
>
|
|
1305
1305
|
mirai
|
|
1306
|
-
</
|
|
1306
|
+
</ui-text>
|
|
1307
1307
|
</a>
|
|
1308
|
-
</
|
|
1309
|
-
</
|
|
1308
|
+
</ui-view>
|
|
1309
|
+
</ui-view>
|
|
1310
1310
|
</DocumentFragment>
|
|
1311
1311
|
`;
|
|
1312
1312
|
|
|
1313
1313
|
exports[`component:<Checkout> renders 1`] = `
|
|
1314
1314
|
<DocumentFragment>
|
|
1315
|
-
<
|
|
1315
|
+
<ui-view
|
|
1316
1316
|
class="view wide"
|
|
1317
1317
|
>
|
|
1318
|
-
<
|
|
1318
|
+
<ui-view
|
|
1319
1319
|
class="view row wide"
|
|
1320
1320
|
>
|
|
1321
|
-
<
|
|
1321
|
+
<ui-view
|
|
1322
1322
|
class="view row"
|
|
1323
1323
|
/>
|
|
1324
|
-
<
|
|
1324
|
+
<ui-view
|
|
1325
1325
|
class="view row"
|
|
1326
1326
|
>
|
|
1327
|
-
<
|
|
1327
|
+
<ui-tooltip
|
|
1328
1328
|
class="container"
|
|
1329
1329
|
>
|
|
1330
|
-
<
|
|
1330
|
+
<ui-view
|
|
1331
1331
|
class="view row dispatcher"
|
|
1332
1332
|
>
|
|
1333
|
-
<
|
|
1333
|
+
<ui-view
|
|
1334
1334
|
class="view row"
|
|
1335
1335
|
>
|
|
1336
|
-
<
|
|
1336
|
+
<ui-icon
|
|
1337
1337
|
class="icon headline-2"
|
|
1338
1338
|
>
|
|
1339
1339
|
<svg
|
|
@@ -1353,11 +1353,11 @@ exports[`component:<Checkout> renders 1`] = `
|
|
|
1353
1353
|
d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
|
|
1354
1354
|
/>
|
|
1355
1355
|
</svg>
|
|
1356
|
-
</
|
|
1357
|
-
<
|
|
1356
|
+
</ui-icon>
|
|
1357
|
+
<ui-text
|
|
1358
1358
|
class="text medium action"
|
|
1359
1359
|
/>
|
|
1360
|
-
</
|
|
1360
|
+
</ui-view>
|
|
1361
1361
|
<select
|
|
1362
1362
|
class="select"
|
|
1363
1363
|
name="locale"
|
|
@@ -1473,129 +1473,129 @@ exports[`component:<Checkout> renders 1`] = `
|
|
|
1473
1473
|
Euskara
|
|
1474
1474
|
</option>
|
|
1475
1475
|
</select>
|
|
1476
|
-
</
|
|
1477
|
-
</
|
|
1478
|
-
</
|
|
1479
|
-
</
|
|
1480
|
-
</
|
|
1481
|
-
<
|
|
1476
|
+
</ui-view>
|
|
1477
|
+
</ui-tooltip>
|
|
1478
|
+
</ui-view>
|
|
1479
|
+
</ui-view>
|
|
1480
|
+
</ui-view>
|
|
1481
|
+
<ui-view
|
|
1482
1482
|
class="view"
|
|
1483
1483
|
>
|
|
1484
|
-
<
|
|
1484
|
+
<ui-progress
|
|
1485
1485
|
class="view progress visible"
|
|
1486
1486
|
>
|
|
1487
|
-
<
|
|
1487
|
+
<ui-progress-value
|
|
1488
1488
|
class="view value indeterminate"
|
|
1489
1489
|
/>
|
|
1490
|
-
</
|
|
1491
|
-
<
|
|
1490
|
+
</ui-progress>
|
|
1491
|
+
<ui-view
|
|
1492
1492
|
class="view wide"
|
|
1493
1493
|
style="align-items: start;"
|
|
1494
1494
|
>
|
|
1495
|
-
<
|
|
1495
|
+
<ui-view
|
|
1496
1496
|
class="view row wide"
|
|
1497
1497
|
style="align-items: start; align-self: center; gap: 1rem; max-width: var(--mirai-ui-breakpoint-content);"
|
|
1498
1498
|
>
|
|
1499
|
-
<
|
|
1499
|
+
<ui-view
|
|
1500
1500
|
class="view"
|
|
1501
1501
|
style="flex: 1; gap: 1rem;"
|
|
1502
1502
|
>
|
|
1503
|
-
<
|
|
1503
|
+
<ui-view
|
|
1504
1504
|
class="view"
|
|
1505
1505
|
style="height: 32rem;"
|
|
1506
1506
|
/>
|
|
1507
|
-
<
|
|
1507
|
+
<ui-view
|
|
1508
1508
|
class="view"
|
|
1509
1509
|
style="height: 16rem;"
|
|
1510
1510
|
/>
|
|
1511
|
-
<
|
|
1511
|
+
<ui-view
|
|
1512
1512
|
class="view"
|
|
1513
1513
|
style="height: 16rem;"
|
|
1514
1514
|
/>
|
|
1515
|
-
<
|
|
1515
|
+
<ui-view
|
|
1516
1516
|
class="view"
|
|
1517
1517
|
style="height: 12rem;"
|
|
1518
1518
|
/>
|
|
1519
|
-
</
|
|
1520
|
-
<
|
|
1519
|
+
</ui-view>
|
|
1520
|
+
<ui-view
|
|
1521
1521
|
class="view"
|
|
1522
1522
|
style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
|
|
1523
1523
|
/>
|
|
1524
|
-
</
|
|
1525
|
-
</
|
|
1526
|
-
</
|
|
1527
|
-
<
|
|
1524
|
+
</ui-view>
|
|
1525
|
+
</ui-view>
|
|
1526
|
+
</ui-view>
|
|
1527
|
+
<ui-view
|
|
1528
1528
|
class="view row"
|
|
1529
1529
|
>
|
|
1530
|
-
<
|
|
1530
|
+
<ui-view
|
|
1531
1531
|
class="view row"
|
|
1532
1532
|
>
|
|
1533
|
-
<
|
|
1533
|
+
<ui-view
|
|
1534
1534
|
class="view row"
|
|
1535
1535
|
>
|
|
1536
|
-
<
|
|
1536
|
+
<ui-text
|
|
1537
1537
|
class="text light small"
|
|
1538
1538
|
>
|
|
1539
1539
|
© 2024
|
|
1540
|
-
<
|
|
1540
|
+
<ui-action
|
|
1541
1541
|
class="pressable action small"
|
|
1542
1542
|
tabindex="0"
|
|
1543
1543
|
/>
|
|
1544
1544
|
.
|
|
1545
|
-
</
|
|
1546
|
-
<
|
|
1545
|
+
</ui-text>
|
|
1546
|
+
<ui-text
|
|
1547
1547
|
class="text light small"
|
|
1548
1548
|
>
|
|
1549
1549
|
common.label.all
|
|
1550
|
-
<
|
|
1550
|
+
<ui-text
|
|
1551
1551
|
style="text-decoration: underline;"
|
|
1552
1552
|
>
|
|
1553
1553
|
rights
|
|
1554
|
-
</
|
|
1554
|
+
</ui-text>
|
|
1555
1555
|
reserved
|
|
1556
|
-
</
|
|
1557
|
-
</
|
|
1556
|
+
</ui-text>
|
|
1557
|
+
</ui-view>
|
|
1558
1558
|
<a
|
|
1559
1559
|
class="pressable action small"
|
|
1560
1560
|
href="https://www.mirai.com/"
|
|
1561
1561
|
tabindex="0"
|
|
1562
1562
|
>
|
|
1563
1563
|
Powered by
|
|
1564
|
-
<
|
|
1564
|
+
<ui-text
|
|
1565
1565
|
class="text bold light paragraph"
|
|
1566
1566
|
>
|
|
1567
1567
|
mirai
|
|
1568
|
-
</
|
|
1568
|
+
</ui-text>
|
|
1569
1569
|
</a>
|
|
1570
|
-
</
|
|
1571
|
-
</
|
|
1570
|
+
</ui-view>
|
|
1571
|
+
</ui-view>
|
|
1572
1572
|
</DocumentFragment>
|
|
1573
1573
|
`;
|
|
1574
1574
|
|
|
1575
1575
|
exports[`component:<Checkout> testID 1`] = `
|
|
1576
1576
|
<DocumentFragment>
|
|
1577
|
-
<
|
|
1577
|
+
<ui-view
|
|
1578
1578
|
class="view wide"
|
|
1579
1579
|
>
|
|
1580
|
-
<
|
|
1580
|
+
<ui-view
|
|
1581
1581
|
class="view row wide"
|
|
1582
1582
|
>
|
|
1583
|
-
<
|
|
1583
|
+
<ui-view
|
|
1584
1584
|
class="view row"
|
|
1585
1585
|
/>
|
|
1586
|
-
<
|
|
1586
|
+
<ui-view
|
|
1587
1587
|
class="view row"
|
|
1588
1588
|
>
|
|
1589
|
-
<
|
|
1589
|
+
<ui-tooltip
|
|
1590
1590
|
class="container"
|
|
1591
1591
|
>
|
|
1592
|
-
<
|
|
1592
|
+
<ui-view
|
|
1593
1593
|
class="view row dispatcher"
|
|
1594
1594
|
>
|
|
1595
|
-
<
|
|
1595
|
+
<ui-view
|
|
1596
1596
|
class="view row"
|
|
1597
1597
|
>
|
|
1598
|
-
<
|
|
1598
|
+
<ui-icon
|
|
1599
1599
|
class="icon headline-2"
|
|
1600
1600
|
>
|
|
1601
1601
|
<svg
|
|
@@ -1615,11 +1615,11 @@ exports[`component:<Checkout> testID 1`] = `
|
|
|
1615
1615
|
d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
|
|
1616
1616
|
/>
|
|
1617
1617
|
</svg>
|
|
1618
|
-
</
|
|
1619
|
-
<
|
|
1618
|
+
</ui-icon>
|
|
1619
|
+
<ui-text
|
|
1620
1620
|
class="text medium action"
|
|
1621
1621
|
/>
|
|
1622
|
-
</
|
|
1622
|
+
</ui-view>
|
|
1623
1623
|
<select
|
|
1624
1624
|
class="select"
|
|
1625
1625
|
name="locale"
|
|
@@ -1735,130 +1735,130 @@ exports[`component:<Checkout> testID 1`] = `
|
|
|
1735
1735
|
Euskara
|
|
1736
1736
|
</option>
|
|
1737
1737
|
</select>
|
|
1738
|
-
</
|
|
1739
|
-
</
|
|
1740
|
-
</
|
|
1741
|
-
</
|
|
1742
|
-
</
|
|
1743
|
-
<
|
|
1738
|
+
</ui-view>
|
|
1739
|
+
</ui-tooltip>
|
|
1740
|
+
</ui-view>
|
|
1741
|
+
</ui-view>
|
|
1742
|
+
</ui-view>
|
|
1743
|
+
<ui-view
|
|
1744
1744
|
class="view"
|
|
1745
1745
|
data-testid="mirai"
|
|
1746
1746
|
>
|
|
1747
|
-
<
|
|
1747
|
+
<ui-progress
|
|
1748
1748
|
class="view progress visible"
|
|
1749
1749
|
>
|
|
1750
|
-
<
|
|
1750
|
+
<ui-progress-value
|
|
1751
1751
|
class="view value indeterminate"
|
|
1752
1752
|
/>
|
|
1753
|
-
</
|
|
1754
|
-
<
|
|
1753
|
+
</ui-progress>
|
|
1754
|
+
<ui-view
|
|
1755
1755
|
class="view wide"
|
|
1756
1756
|
style="align-items: start;"
|
|
1757
1757
|
>
|
|
1758
|
-
<
|
|
1758
|
+
<ui-view
|
|
1759
1759
|
class="view row wide"
|
|
1760
1760
|
style="align-items: start; align-self: center; gap: 1rem; max-width: var(--mirai-ui-breakpoint-content);"
|
|
1761
1761
|
>
|
|
1762
|
-
<
|
|
1762
|
+
<ui-view
|
|
1763
1763
|
class="view"
|
|
1764
1764
|
style="flex: 1; gap: 1rem;"
|
|
1765
1765
|
>
|
|
1766
|
-
<
|
|
1766
|
+
<ui-view
|
|
1767
1767
|
class="view"
|
|
1768
1768
|
style="height: 32rem;"
|
|
1769
1769
|
/>
|
|
1770
|
-
<
|
|
1770
|
+
<ui-view
|
|
1771
1771
|
class="view"
|
|
1772
1772
|
style="height: 16rem;"
|
|
1773
1773
|
/>
|
|
1774
|
-
<
|
|
1774
|
+
<ui-view
|
|
1775
1775
|
class="view"
|
|
1776
1776
|
style="height: 16rem;"
|
|
1777
1777
|
/>
|
|
1778
|
-
<
|
|
1778
|
+
<ui-view
|
|
1779
1779
|
class="view"
|
|
1780
1780
|
style="height: 12rem;"
|
|
1781
1781
|
/>
|
|
1782
|
-
</
|
|
1783
|
-
<
|
|
1782
|
+
</ui-view>
|
|
1783
|
+
<ui-view
|
|
1784
1784
|
class="view"
|
|
1785
1785
|
style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
|
|
1786
1786
|
/>
|
|
1787
|
-
</
|
|
1788
|
-
</
|
|
1789
|
-
</
|
|
1790
|
-
<
|
|
1787
|
+
</ui-view>
|
|
1788
|
+
</ui-view>
|
|
1789
|
+
</ui-view>
|
|
1790
|
+
<ui-view
|
|
1791
1791
|
class="view row"
|
|
1792
1792
|
>
|
|
1793
|
-
<
|
|
1793
|
+
<ui-view
|
|
1794
1794
|
class="view row"
|
|
1795
1795
|
>
|
|
1796
|
-
<
|
|
1796
|
+
<ui-view
|
|
1797
1797
|
class="view row"
|
|
1798
1798
|
>
|
|
1799
|
-
<
|
|
1799
|
+
<ui-text
|
|
1800
1800
|
class="text light small"
|
|
1801
1801
|
>
|
|
1802
1802
|
© 2024
|
|
1803
|
-
<
|
|
1803
|
+
<ui-action
|
|
1804
1804
|
class="pressable action small"
|
|
1805
1805
|
tabindex="0"
|
|
1806
1806
|
/>
|
|
1807
1807
|
.
|
|
1808
|
-
</
|
|
1809
|
-
<
|
|
1808
|
+
</ui-text>
|
|
1809
|
+
<ui-text
|
|
1810
1810
|
class="text light small"
|
|
1811
1811
|
>
|
|
1812
1812
|
common.label.all
|
|
1813
|
-
<
|
|
1813
|
+
<ui-text
|
|
1814
1814
|
style="text-decoration: underline;"
|
|
1815
1815
|
>
|
|
1816
1816
|
rights
|
|
1817
|
-
</
|
|
1817
|
+
</ui-text>
|
|
1818
1818
|
reserved
|
|
1819
|
-
</
|
|
1820
|
-
</
|
|
1819
|
+
</ui-text>
|
|
1820
|
+
</ui-view>
|
|
1821
1821
|
<a
|
|
1822
1822
|
class="pressable action small"
|
|
1823
1823
|
href="https://www.mirai.com/"
|
|
1824
1824
|
tabindex="0"
|
|
1825
1825
|
>
|
|
1826
1826
|
Powered by
|
|
1827
|
-
<
|
|
1827
|
+
<ui-text
|
|
1828
1828
|
class="text bold light paragraph"
|
|
1829
1829
|
>
|
|
1830
1830
|
mirai
|
|
1831
|
-
</
|
|
1831
|
+
</ui-text>
|
|
1832
1832
|
</a>
|
|
1833
|
-
</
|
|
1834
|
-
</
|
|
1833
|
+
</ui-view>
|
|
1834
|
+
</ui-view>
|
|
1835
1835
|
</DocumentFragment>
|
|
1836
1836
|
`;
|
|
1837
1837
|
|
|
1838
1838
|
exports[`component:<Checkout> with a store 1`] = `
|
|
1839
1839
|
<DocumentFragment>
|
|
1840
|
-
<
|
|
1840
|
+
<ui-view
|
|
1841
1841
|
class="view wide"
|
|
1842
1842
|
>
|
|
1843
|
-
<
|
|
1843
|
+
<ui-view
|
|
1844
1844
|
class="view row wide"
|
|
1845
1845
|
>
|
|
1846
|
-
<
|
|
1846
|
+
<ui-view
|
|
1847
1847
|
class="view row"
|
|
1848
1848
|
/>
|
|
1849
|
-
<
|
|
1849
|
+
<ui-view
|
|
1850
1850
|
class="view row"
|
|
1851
1851
|
>
|
|
1852
|
-
<
|
|
1852
|
+
<ui-tooltip
|
|
1853
1853
|
class="container"
|
|
1854
1854
|
>
|
|
1855
|
-
<
|
|
1855
|
+
<ui-view
|
|
1856
1856
|
class="view row dispatcher"
|
|
1857
1857
|
>
|
|
1858
|
-
<
|
|
1858
|
+
<ui-view
|
|
1859
1859
|
class="view row"
|
|
1860
1860
|
>
|
|
1861
|
-
<
|
|
1861
|
+
<ui-icon
|
|
1862
1862
|
class="icon headline-2"
|
|
1863
1863
|
>
|
|
1864
1864
|
<svg
|
|
@@ -1878,11 +1878,11 @@ exports[`component:<Checkout> with a store 1`] = `
|
|
|
1878
1878
|
d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
|
|
1879
1879
|
/>
|
|
1880
1880
|
</svg>
|
|
1881
|
-
</
|
|
1882
|
-
<
|
|
1881
|
+
</ui-icon>
|
|
1882
|
+
<ui-text
|
|
1883
1883
|
class="text medium action"
|
|
1884
1884
|
/>
|
|
1885
|
-
</
|
|
1885
|
+
</ui-view>
|
|
1886
1886
|
<select
|
|
1887
1887
|
class="select"
|
|
1888
1888
|
name="locale"
|
|
@@ -1998,101 +1998,101 @@ exports[`component:<Checkout> with a store 1`] = `
|
|
|
1998
1998
|
Euskara
|
|
1999
1999
|
</option>
|
|
2000
2000
|
</select>
|
|
2001
|
-
</
|
|
2002
|
-
</
|
|
2003
|
-
</
|
|
2004
|
-
</
|
|
2005
|
-
</
|
|
2006
|
-
<
|
|
2001
|
+
</ui-view>
|
|
2002
|
+
</ui-tooltip>
|
|
2003
|
+
</ui-view>
|
|
2004
|
+
</ui-view>
|
|
2005
|
+
</ui-view>
|
|
2006
|
+
<ui-view
|
|
2007
2007
|
class="view"
|
|
2008
2008
|
>
|
|
2009
|
-
<
|
|
2009
|
+
<ui-progress
|
|
2010
2010
|
class="view progress visible"
|
|
2011
2011
|
>
|
|
2012
|
-
<
|
|
2012
|
+
<ui-progress-value
|
|
2013
2013
|
class="view value indeterminate"
|
|
2014
2014
|
/>
|
|
2015
|
-
</
|
|
2016
|
-
<
|
|
2015
|
+
</ui-progress>
|
|
2016
|
+
<ui-view
|
|
2017
2017
|
class="view wide"
|
|
2018
2018
|
style="align-items: start;"
|
|
2019
2019
|
>
|
|
2020
|
-
<
|
|
2020
|
+
<ui-view
|
|
2021
2021
|
class="view row wide"
|
|
2022
2022
|
style="align-items: start; align-self: center; gap: 1rem; max-width: var(--mirai-ui-breakpoint-content);"
|
|
2023
2023
|
>
|
|
2024
|
-
<
|
|
2024
|
+
<ui-view
|
|
2025
2025
|
class="view"
|
|
2026
2026
|
style="flex: 1; gap: 1rem;"
|
|
2027
2027
|
>
|
|
2028
|
-
<
|
|
2028
|
+
<ui-view
|
|
2029
2029
|
class="view"
|
|
2030
2030
|
style="height: 32rem;"
|
|
2031
2031
|
/>
|
|
2032
|
-
<
|
|
2032
|
+
<ui-view
|
|
2033
2033
|
class="view"
|
|
2034
2034
|
style="height: 16rem;"
|
|
2035
2035
|
/>
|
|
2036
|
-
<
|
|
2036
|
+
<ui-view
|
|
2037
2037
|
class="view"
|
|
2038
2038
|
style="height: 16rem;"
|
|
2039
2039
|
/>
|
|
2040
|
-
<
|
|
2040
|
+
<ui-view
|
|
2041
2041
|
class="view"
|
|
2042
2042
|
style="height: 12rem;"
|
|
2043
2043
|
/>
|
|
2044
|
-
</
|
|
2045
|
-
<
|
|
2044
|
+
</ui-view>
|
|
2045
|
+
<ui-view
|
|
2046
2046
|
class="view"
|
|
2047
2047
|
style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2); height: 36rem;"
|
|
2048
2048
|
/>
|
|
2049
|
-
</
|
|
2050
|
-
</
|
|
2051
|
-
</
|
|
2052
|
-
<
|
|
2049
|
+
</ui-view>
|
|
2050
|
+
</ui-view>
|
|
2051
|
+
</ui-view>
|
|
2052
|
+
<ui-view
|
|
2053
2053
|
class="view row"
|
|
2054
2054
|
>
|
|
2055
|
-
<
|
|
2055
|
+
<ui-view
|
|
2056
2056
|
class="view row"
|
|
2057
2057
|
>
|
|
2058
|
-
<
|
|
2058
|
+
<ui-view
|
|
2059
2059
|
class="view row"
|
|
2060
2060
|
>
|
|
2061
|
-
<
|
|
2061
|
+
<ui-text
|
|
2062
2062
|
class="text light small"
|
|
2063
2063
|
>
|
|
2064
2064
|
© 2024
|
|
2065
|
-
<
|
|
2065
|
+
<ui-action
|
|
2066
2066
|
class="pressable action small"
|
|
2067
2067
|
tabindex="0"
|
|
2068
2068
|
/>
|
|
2069
2069
|
.
|
|
2070
|
-
</
|
|
2071
|
-
<
|
|
2070
|
+
</ui-text>
|
|
2071
|
+
<ui-text
|
|
2072
2072
|
class="text light small"
|
|
2073
2073
|
>
|
|
2074
2074
|
common.label.all
|
|
2075
|
-
<
|
|
2075
|
+
<ui-text
|
|
2076
2076
|
style="text-decoration: underline;"
|
|
2077
2077
|
>
|
|
2078
2078
|
rights
|
|
2079
|
-
</
|
|
2079
|
+
</ui-text>
|
|
2080
2080
|
reserved
|
|
2081
|
-
</
|
|
2082
|
-
</
|
|
2081
|
+
</ui-text>
|
|
2082
|
+
</ui-view>
|
|
2083
2083
|
<a
|
|
2084
2084
|
class="pressable action small"
|
|
2085
2085
|
href="https://www.mirai.com/"
|
|
2086
2086
|
tabindex="0"
|
|
2087
2087
|
>
|
|
2088
2088
|
Powered by
|
|
2089
|
-
<
|
|
2089
|
+
<ui-text
|
|
2090
2090
|
class="text bold light paragraph"
|
|
2091
2091
|
>
|
|
2092
2092
|
mirai
|
|
2093
|
-
</
|
|
2093
|
+
</ui-text>
|
|
2094
2094
|
</a>
|
|
2095
|
-
</
|
|
2096
|
-
</
|
|
2095
|
+
</ui-view>
|
|
2096
|
+
</ui-view>
|
|
2097
2097
|
</DocumentFragment>
|
|
2098
2098
|
`;
|