@mirai/core 0.3.336 → 0.3.338
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/BannerLoyalty.js +3 -1
- package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
- package/build/components/BannerLoyalty/BannerLoyalty.module.css +1 -0
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +270 -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 +164 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +128 -104
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +332 -290
- package/build/components/Chat/Chat.js +2 -1
- package/build/components/Chat/Chat.js.map +1 -1
- 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 +27 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +75 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +392 -376
- package/build/components/Checkout/components/InputRadio/InputRadio.module.css +4 -0
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +124 -100
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +606 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +824 -748
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1761 -1758
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2794 -2760
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8106 -7994
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +4325 -4318
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +139 -115
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Footer.js +5 -2
- package/build/components/Rates/Rates.Footer.js.map +1 -1
- package/build/components/Rates/Rates.RoomSelector.js +7 -14
- package/build/components/Rates/Rates.RoomSelector.js.map +1 -1
- package/build/components/Rates/Rates.js +13 -7
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/Rates.module.css +7 -51
- package/build/components/Rates/components/Filters/Filters.js +1 -0
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/Item.Rates.js +24 -15
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Rates/components/Item/Item.module.css +9 -10
- package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.js → ModalCancellationInfo/ModalCancellationInfo.js} +7 -7
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/ModalCancellationInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js +81 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.module.css +24 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/Option/Option.module.css +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js +7 -16
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js.map +1 -1
- package/build/components/Rates/components/Item/components/index.js +15 -4
- package/build/components/Rates/components/Item/components/index.js.map +1 -1
- package/build/components/Rates/components/Item/index.js +12 -5
- package/build/components/Rates/components/Item/index.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +351 -305
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +303 -270
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +1068 -1063
- 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 +156 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +15 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +43 -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 +46 -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 +266 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +556 -513
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +63 -59
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +68 -60
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +783 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +334 -308
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +8 -6
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +254 -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 +30 -27
- 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 +108 -104
- package/build/helpers/theme.js +11 -0
- package/build/helpers/theme.js.map +1 -1
- package/package.json +4 -3
- package/public/themes/monalisa.theme.css +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js.map +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js +0 -17
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js.map +0 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js +0 -49
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js.map +0 -1
- /package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.module.css → ModalCancellationInfo/ModalCancellationInfo.module.css} +0 -0
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<FieldPromocode> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_layer
|
|
6
6
|
class="container"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_pressable
|
|
9
9
|
class="pressable mirai"
|
|
10
|
+
tabindex="0"
|
|
10
11
|
>
|
|
11
|
-
<
|
|
12
|
+
<ui_icon
|
|
12
13
|
class="icon headline-3"
|
|
13
14
|
>
|
|
14
15
|
<svg
|
|
@@ -46,16 +47,16 @@ exports[`component:<FieldPromocode> inherit:className 1`] = `
|
|
|
46
47
|
d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
|
|
47
48
|
/>
|
|
48
49
|
</svg>
|
|
49
|
-
</
|
|
50
|
-
<
|
|
50
|
+
</ui_icon>
|
|
51
|
+
<ui_view
|
|
51
52
|
class="view"
|
|
52
53
|
>
|
|
53
|
-
<
|
|
54
|
+
<ui_text
|
|
54
55
|
class="text small"
|
|
55
56
|
>
|
|
56
57
|
common.label.promotion
|
|
57
|
-
</
|
|
58
|
-
<
|
|
58
|
+
</ui_text>
|
|
59
|
+
<ui_view
|
|
59
60
|
class="view row"
|
|
60
61
|
>
|
|
61
62
|
<input
|
|
@@ -65,11 +66,11 @@ exports[`component:<FieldPromocode> inherit:className 1`] = `
|
|
|
65
66
|
type="text"
|
|
66
67
|
value=""
|
|
67
68
|
/>
|
|
68
|
-
</
|
|
69
|
-
</
|
|
70
|
-
</
|
|
71
|
-
</
|
|
72
|
-
<
|
|
69
|
+
</ui_view>
|
|
70
|
+
</ui_view>
|
|
71
|
+
</ui_pressable>
|
|
72
|
+
</ui_layer>
|
|
73
|
+
<ui_layer_content
|
|
73
74
|
class="layer hidden"
|
|
74
75
|
style="left: 0px; top: 0px;"
|
|
75
76
|
/>
|
|
@@ -78,16 +79,16 @@ exports[`component:<FieldPromocode> inherit:className 1`] = `
|
|
|
78
79
|
|
|
79
80
|
exports[`component:<FieldPromocode> prop:compacted 1`] = `
|
|
80
81
|
<DocumentFragment>
|
|
81
|
-
<
|
|
82
|
+
<ui_layer
|
|
82
83
|
class="container"
|
|
83
84
|
/>
|
|
84
|
-
<
|
|
85
|
+
<ui_layer_content
|
|
85
86
|
class="layer hidden"
|
|
86
87
|
>
|
|
87
|
-
<
|
|
88
|
+
<ui_view
|
|
88
89
|
class="view row"
|
|
89
90
|
>
|
|
90
|
-
<
|
|
91
|
+
<ui_icon
|
|
91
92
|
class="icon headline-3"
|
|
92
93
|
>
|
|
93
94
|
<svg
|
|
@@ -125,7 +126,7 @@ exports[`component:<FieldPromocode> prop:compacted 1`] = `
|
|
|
125
126
|
d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
|
|
126
127
|
/>
|
|
127
128
|
</svg>
|
|
128
|
-
</
|
|
129
|
+
</ui_icon>
|
|
129
130
|
<input
|
|
130
131
|
class="input"
|
|
131
132
|
name="mirai:finder:promocode"
|
|
@@ -133,20 +134,21 @@ exports[`component:<FieldPromocode> prop:compacted 1`] = `
|
|
|
133
134
|
type="text"
|
|
134
135
|
value=""
|
|
135
136
|
/>
|
|
136
|
-
</
|
|
137
|
-
</
|
|
137
|
+
</ui_view>
|
|
138
|
+
</ui_layer_content>
|
|
138
139
|
</DocumentFragment>
|
|
139
140
|
`;
|
|
140
141
|
|
|
141
142
|
exports[`component:<FieldPromocode> prop:value 1`] = `
|
|
142
143
|
<DocumentFragment>
|
|
143
|
-
<
|
|
144
|
+
<ui_layer
|
|
144
145
|
class="container"
|
|
145
146
|
>
|
|
146
|
-
<
|
|
147
|
+
<ui_pressable
|
|
147
148
|
class="pressable"
|
|
149
|
+
tabindex="0"
|
|
148
150
|
>
|
|
149
|
-
<
|
|
151
|
+
<ui_icon
|
|
150
152
|
class="icon headline-3"
|
|
151
153
|
>
|
|
152
154
|
<svg
|
|
@@ -184,16 +186,16 @@ exports[`component:<FieldPromocode> prop:value 1`] = `
|
|
|
184
186
|
d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
|
|
185
187
|
/>
|
|
186
188
|
</svg>
|
|
187
|
-
</
|
|
188
|
-
<
|
|
189
|
+
</ui_icon>
|
|
190
|
+
<ui_view
|
|
189
191
|
class="view"
|
|
190
192
|
>
|
|
191
|
-
<
|
|
193
|
+
<ui_text
|
|
192
194
|
class="text small"
|
|
193
195
|
>
|
|
194
196
|
common.label.promotion
|
|
195
|
-
</
|
|
196
|
-
<
|
|
197
|
+
</ui_text>
|
|
198
|
+
<ui_view
|
|
197
199
|
class="view row"
|
|
198
200
|
>
|
|
199
201
|
<input
|
|
@@ -203,11 +205,11 @@ exports[`component:<FieldPromocode> prop:value 1`] = `
|
|
|
203
205
|
type="text"
|
|
204
206
|
value="DISCOUNT10"
|
|
205
207
|
/>
|
|
206
|
-
</
|
|
207
|
-
</
|
|
208
|
-
</
|
|
209
|
-
</
|
|
210
|
-
<
|
|
208
|
+
</ui_view>
|
|
209
|
+
</ui_view>
|
|
210
|
+
</ui_pressable>
|
|
211
|
+
</ui_layer>
|
|
212
|
+
<ui_layer_content
|
|
211
213
|
class="layer hidden"
|
|
212
214
|
style="left: 0px; top: 0px;"
|
|
213
215
|
/>
|
|
@@ -216,13 +218,14 @@ exports[`component:<FieldPromocode> prop:value 1`] = `
|
|
|
216
218
|
|
|
217
219
|
exports[`component:<FieldPromocode> renders 1`] = `
|
|
218
220
|
<DocumentFragment>
|
|
219
|
-
<
|
|
221
|
+
<ui_layer
|
|
220
222
|
class="container"
|
|
221
223
|
>
|
|
222
|
-
<
|
|
224
|
+
<ui_pressable
|
|
223
225
|
class="pressable"
|
|
226
|
+
tabindex="0"
|
|
224
227
|
>
|
|
225
|
-
<
|
|
228
|
+
<ui_icon
|
|
226
229
|
class="icon headline-3"
|
|
227
230
|
>
|
|
228
231
|
<svg
|
|
@@ -260,16 +263,16 @@ exports[`component:<FieldPromocode> renders 1`] = `
|
|
|
260
263
|
d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
|
|
261
264
|
/>
|
|
262
265
|
</svg>
|
|
263
|
-
</
|
|
264
|
-
<
|
|
266
|
+
</ui_icon>
|
|
267
|
+
<ui_view
|
|
265
268
|
class="view"
|
|
266
269
|
>
|
|
267
|
-
<
|
|
270
|
+
<ui_text
|
|
268
271
|
class="text small"
|
|
269
272
|
>
|
|
270
273
|
common.label.promotion
|
|
271
|
-
</
|
|
272
|
-
<
|
|
274
|
+
</ui_text>
|
|
275
|
+
<ui_view
|
|
273
276
|
class="view row"
|
|
274
277
|
>
|
|
275
278
|
<input
|
|
@@ -279,11 +282,11 @@ exports[`component:<FieldPromocode> renders 1`] = `
|
|
|
279
282
|
type="text"
|
|
280
283
|
value=""
|
|
281
284
|
/>
|
|
282
|
-
</
|
|
283
|
-
</
|
|
284
|
-
</
|
|
285
|
-
</
|
|
286
|
-
<
|
|
285
|
+
</ui_view>
|
|
286
|
+
</ui_view>
|
|
287
|
+
</ui_pressable>
|
|
288
|
+
</ui_layer>
|
|
289
|
+
<ui_layer_content
|
|
287
290
|
class="layer hidden"
|
|
288
291
|
style="left: 0px; top: 0px;"
|
|
289
292
|
/>
|
|
@@ -292,13 +295,14 @@ exports[`component:<FieldPromocode> renders 1`] = `
|
|
|
292
295
|
|
|
293
296
|
exports[`component:<FieldPromocode> testID 1`] = `
|
|
294
297
|
<DocumentFragment>
|
|
295
|
-
<
|
|
298
|
+
<ui_layer
|
|
296
299
|
class="container"
|
|
297
300
|
>
|
|
298
|
-
<
|
|
301
|
+
<ui_pressable
|
|
299
302
|
class="pressable"
|
|
303
|
+
tabindex="0"
|
|
300
304
|
>
|
|
301
|
-
<
|
|
305
|
+
<ui_icon
|
|
302
306
|
class="icon headline-3"
|
|
303
307
|
>
|
|
304
308
|
<svg
|
|
@@ -336,16 +340,16 @@ exports[`component:<FieldPromocode> testID 1`] = `
|
|
|
336
340
|
d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
|
|
337
341
|
/>
|
|
338
342
|
</svg>
|
|
339
|
-
</
|
|
340
|
-
<
|
|
343
|
+
</ui_icon>
|
|
344
|
+
<ui_view
|
|
341
345
|
class="view"
|
|
342
346
|
>
|
|
343
|
-
<
|
|
347
|
+
<ui_text
|
|
344
348
|
class="text small"
|
|
345
349
|
>
|
|
346
350
|
common.label.promotion
|
|
347
|
-
</
|
|
348
|
-
<
|
|
351
|
+
</ui_text>
|
|
352
|
+
<ui_view
|
|
349
353
|
class="view row"
|
|
350
354
|
>
|
|
351
355
|
<input
|
|
@@ -356,11 +360,11 @@ exports[`component:<FieldPromocode> testID 1`] = `
|
|
|
356
360
|
type="text"
|
|
357
361
|
value=""
|
|
358
362
|
/>
|
|
359
|
-
</
|
|
360
|
-
</
|
|
361
|
-
</
|
|
362
|
-
</
|
|
363
|
-
<
|
|
363
|
+
</ui_view>
|
|
364
|
+
</ui_view>
|
|
365
|
+
</ui_pressable>
|
|
366
|
+
</ui_layer>
|
|
367
|
+
<ui_layer_content
|
|
364
368
|
class="layer hidden"
|
|
365
369
|
style="left: 0px; top: 0px;"
|
|
366
370
|
/>
|
|
@@ -2,193 +2,201 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Footer> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view row mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_view
|
|
9
9
|
class="view row"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui_view
|
|
12
12
|
class="view row"
|
|
13
13
|
>
|
|
14
|
-
<
|
|
14
|
+
<ui_text
|
|
15
15
|
class="text light small"
|
|
16
16
|
>
|
|
17
17
|
© 2024
|
|
18
|
-
<
|
|
18
|
+
<ui_action
|
|
19
19
|
class="pressable action small"
|
|
20
|
+
tabindex="0"
|
|
20
21
|
/>
|
|
21
22
|
.
|
|
22
|
-
</
|
|
23
|
-
<
|
|
23
|
+
</ui_text>
|
|
24
|
+
<ui_text
|
|
24
25
|
class="text light small"
|
|
25
26
|
>
|
|
26
27
|
common.label.all
|
|
27
|
-
<
|
|
28
|
+
<ui_text
|
|
28
29
|
style="text-decoration: underline;"
|
|
29
30
|
>
|
|
30
31
|
rights
|
|
31
|
-
</
|
|
32
|
+
</ui_text>
|
|
32
33
|
reserved
|
|
33
|
-
</
|
|
34
|
-
</
|
|
34
|
+
</ui_text>
|
|
35
|
+
</ui_view>
|
|
35
36
|
<a
|
|
36
37
|
class="pressable action small"
|
|
37
38
|
href="https://www.mirai.com/"
|
|
39
|
+
tabindex="0"
|
|
38
40
|
>
|
|
39
41
|
Powered by
|
|
40
|
-
<
|
|
42
|
+
<ui_text
|
|
41
43
|
class="text bold light paragraph"
|
|
42
44
|
>
|
|
43
45
|
mirai
|
|
44
|
-
</
|
|
46
|
+
</ui_text>
|
|
45
47
|
</a>
|
|
46
|
-
</
|
|
47
|
-
</
|
|
48
|
+
</ui_view>
|
|
49
|
+
</ui_view>
|
|
48
50
|
</DocumentFragment>
|
|
49
51
|
`;
|
|
50
52
|
|
|
51
53
|
exports[`component:<Footer> prop:logo 1`] = `
|
|
52
54
|
<DocumentFragment>
|
|
53
|
-
<
|
|
55
|
+
<ui_view
|
|
54
56
|
class="view row"
|
|
55
57
|
>
|
|
56
|
-
<
|
|
58
|
+
<ui_view
|
|
57
59
|
class="view row"
|
|
58
60
|
>
|
|
59
|
-
<
|
|
61
|
+
<ui_view
|
|
60
62
|
class="view row"
|
|
61
63
|
>
|
|
62
|
-
<
|
|
64
|
+
<ui_text
|
|
63
65
|
class="text light small"
|
|
64
66
|
>
|
|
65
67
|
© 2024
|
|
66
|
-
<
|
|
68
|
+
<ui_action
|
|
67
69
|
class="pressable action small"
|
|
70
|
+
tabindex="0"
|
|
68
71
|
/>
|
|
69
72
|
.
|
|
70
|
-
</
|
|
71
|
-
<
|
|
73
|
+
</ui_text>
|
|
74
|
+
<ui_text
|
|
72
75
|
class="text light small"
|
|
73
76
|
>
|
|
74
77
|
common.label.all
|
|
75
|
-
<
|
|
78
|
+
<ui_text
|
|
76
79
|
style="text-decoration: underline;"
|
|
77
80
|
>
|
|
78
81
|
rights
|
|
79
|
-
</
|
|
82
|
+
</ui_text>
|
|
80
83
|
reserved
|
|
81
|
-
</
|
|
82
|
-
</
|
|
84
|
+
</ui_text>
|
|
85
|
+
</ui_view>
|
|
83
86
|
<a
|
|
84
87
|
class="pressable action small"
|
|
85
88
|
href="https://www.mirai.com/"
|
|
89
|
+
tabindex="0"
|
|
86
90
|
>
|
|
87
91
|
Powered by
|
|
88
|
-
<
|
|
92
|
+
<ui_text
|
|
89
93
|
class="text bold light paragraph"
|
|
90
94
|
>
|
|
91
95
|
mirai
|
|
92
|
-
</
|
|
96
|
+
</ui_text>
|
|
93
97
|
</a>
|
|
94
|
-
</
|
|
95
|
-
</
|
|
98
|
+
</ui_view>
|
|
99
|
+
</ui_view>
|
|
96
100
|
</DocumentFragment>
|
|
97
101
|
`;
|
|
98
102
|
|
|
99
103
|
exports[`component:<Footer> renders 1`] = `
|
|
100
104
|
<DocumentFragment>
|
|
101
|
-
<
|
|
105
|
+
<ui_view
|
|
102
106
|
class="view row"
|
|
103
107
|
>
|
|
104
|
-
<
|
|
108
|
+
<ui_view
|
|
105
109
|
class="view row"
|
|
106
110
|
>
|
|
107
|
-
<
|
|
111
|
+
<ui_view
|
|
108
112
|
class="view row"
|
|
109
113
|
>
|
|
110
|
-
<
|
|
114
|
+
<ui_text
|
|
111
115
|
class="text light small"
|
|
112
116
|
>
|
|
113
117
|
© 2024
|
|
114
|
-
<
|
|
118
|
+
<ui_action
|
|
115
119
|
class="pressable action small"
|
|
120
|
+
tabindex="0"
|
|
116
121
|
/>
|
|
117
122
|
.
|
|
118
|
-
</
|
|
119
|
-
<
|
|
123
|
+
</ui_text>
|
|
124
|
+
<ui_text
|
|
120
125
|
class="text light small"
|
|
121
126
|
>
|
|
122
127
|
common.label.all
|
|
123
|
-
<
|
|
128
|
+
<ui_text
|
|
124
129
|
style="text-decoration: underline;"
|
|
125
130
|
>
|
|
126
131
|
rights
|
|
127
|
-
</
|
|
132
|
+
</ui_text>
|
|
128
133
|
reserved
|
|
129
|
-
</
|
|
130
|
-
</
|
|
134
|
+
</ui_text>
|
|
135
|
+
</ui_view>
|
|
131
136
|
<a
|
|
132
137
|
class="pressable action small"
|
|
133
138
|
href="https://www.mirai.com/"
|
|
139
|
+
tabindex="0"
|
|
134
140
|
>
|
|
135
141
|
Powered by
|
|
136
|
-
<
|
|
142
|
+
<ui_text
|
|
137
143
|
class="text bold light paragraph"
|
|
138
144
|
>
|
|
139
145
|
mirai
|
|
140
|
-
</
|
|
146
|
+
</ui_text>
|
|
141
147
|
</a>
|
|
142
|
-
</
|
|
143
|
-
</
|
|
148
|
+
</ui_view>
|
|
149
|
+
</ui_view>
|
|
144
150
|
</DocumentFragment>
|
|
145
151
|
`;
|
|
146
152
|
|
|
147
153
|
exports[`component:<Footer> testID 1`] = `
|
|
148
154
|
<DocumentFragment>
|
|
149
|
-
<
|
|
155
|
+
<ui_view
|
|
150
156
|
class="view row"
|
|
151
157
|
data-testid="mirai"
|
|
152
158
|
>
|
|
153
|
-
<
|
|
159
|
+
<ui_view
|
|
154
160
|
class="view row"
|
|
155
161
|
>
|
|
156
|
-
<
|
|
162
|
+
<ui_view
|
|
157
163
|
class="view row"
|
|
158
164
|
>
|
|
159
|
-
<
|
|
165
|
+
<ui_text
|
|
160
166
|
class="text light small"
|
|
161
167
|
>
|
|
162
168
|
© 2024
|
|
163
|
-
<
|
|
169
|
+
<ui_action
|
|
164
170
|
class="pressable action small"
|
|
171
|
+
tabindex="0"
|
|
165
172
|
/>
|
|
166
173
|
.
|
|
167
|
-
</
|
|
168
|
-
<
|
|
174
|
+
</ui_text>
|
|
175
|
+
<ui_text
|
|
169
176
|
class="text light small"
|
|
170
177
|
>
|
|
171
178
|
common.label.all
|
|
172
|
-
<
|
|
179
|
+
<ui_text
|
|
173
180
|
style="text-decoration: underline;"
|
|
174
181
|
>
|
|
175
182
|
rights
|
|
176
|
-
</
|
|
183
|
+
</ui_text>
|
|
177
184
|
reserved
|
|
178
|
-
</
|
|
179
|
-
</
|
|
185
|
+
</ui_text>
|
|
186
|
+
</ui_view>
|
|
180
187
|
<a
|
|
181
188
|
class="pressable action small"
|
|
182
189
|
href="https://www.mirai.com/"
|
|
190
|
+
tabindex="0"
|
|
183
191
|
>
|
|
184
192
|
Powered by
|
|
185
|
-
<
|
|
193
|
+
<ui_text
|
|
186
194
|
class="text bold light paragraph"
|
|
187
195
|
>
|
|
188
196
|
mirai
|
|
189
|
-
</
|
|
197
|
+
</ui_text>
|
|
190
198
|
</a>
|
|
191
|
-
</
|
|
192
|
-
</
|
|
199
|
+
</ui_view>
|
|
200
|
+
</ui_view>
|
|
193
201
|
</DocumentFragment>
|
|
194
202
|
`;
|