@mirai/core 0.3.427 → 0.3.429
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/Core.js +3 -23
- package/build/Core.js.map +1 -1
- package/build/components/Finder/Finder.js +2 -2
- package/build/components/Finder/Finder.js.map +1 -1
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +314 -264
- package/build/components/Profile/components/Bookings/Bookings.js +8 -1
- package/build/components/Profile/components/Bookings/Bookings.js.map +1 -1
- package/build/components/Profile/components/Bookings/Bookings.l10n.js +3 -0
- package/build/components/Profile/components/Bookings/Bookings.l10n.js.map +1 -1
- package/build/components/Rates/Rates.js +2 -5
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/components/CardHotel/CardHotel.js +10 -2
- package/build/components/Rates/components/CardHotel/CardHotel.js.map +1 -1
- package/build/components/Session/Session.Account.js +5 -3
- package/build/components/Session/Session.Account.js.map +1 -1
- package/build/components/Session/Session.js +2 -4
- package/build/components/Session/Session.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +117 -1072
- package/build/components/__shared__/BookingSummary/BookingSummary.js +14 -3
- package/build/components/__shared__/BookingSummary/BookingSummary.js.map +1 -1
- package/build/components/__shared__/BookingSummary/BookingSummary.l10n.js +4 -1
- package/build/components/__shared__/BookingSummary/BookingSummary.l10n.js.map +1 -1
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js +7 -24
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js.map +1 -1
- package/build/components/helpers/constants.js +0 -1
- package/build/components/helpers/constants.js.map +1 -1
- package/build/helpers/consolidateStore.js +9 -4
- package/build/helpers/consolidateStore.js.map +1 -1
- package/package.json +1 -1
- package/public/routes/Home.jsx +1 -2
|
@@ -3210,64 +3210,158 @@ exports[`<Finder> type:chain prop:assisted 1`] = `
|
|
|
3210
3210
|
</DocumentFragment>
|
|
3211
3211
|
`;
|
|
3212
3212
|
|
|
3213
|
-
exports[`<Finder> type:chain prop:
|
|
3213
|
+
exports[`<Finder> type:chain prop:compacted 1`] = `
|
|
3214
3214
|
<DocumentFragment>
|
|
3215
|
-
<ui-finder
|
|
3215
|
+
<ui-finder-compact
|
|
3216
3216
|
class="view row"
|
|
3217
3217
|
>
|
|
3218
|
-
<ui-
|
|
3219
|
-
class="
|
|
3218
|
+
<ui-pressable
|
|
3219
|
+
class="pressable"
|
|
3220
|
+
tabindex="0"
|
|
3220
3221
|
>
|
|
3221
|
-
<ui-
|
|
3222
|
-
class="
|
|
3223
|
-
tabindex="1"
|
|
3222
|
+
<ui-icon
|
|
3223
|
+
class="icon headline-3"
|
|
3224
3224
|
>
|
|
3225
|
-
<
|
|
3226
|
-
|
|
3225
|
+
<svg
|
|
3226
|
+
fill="currentColor"
|
|
3227
|
+
height="1em"
|
|
3228
|
+
stroke="currentColor"
|
|
3229
|
+
stroke-width="0"
|
|
3230
|
+
viewBox="0 0 24 24"
|
|
3231
|
+
width="1em"
|
|
3232
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3227
3233
|
>
|
|
3228
|
-
<
|
|
3234
|
+
<path
|
|
3235
|
+
d="M0 0h24v24H0V0z"
|
|
3236
|
+
fill="none"
|
|
3237
|
+
/>
|
|
3238
|
+
<path
|
|
3239
|
+
d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"
|
|
3240
|
+
/>
|
|
3241
|
+
</svg>
|
|
3242
|
+
</ui-icon>
|
|
3243
|
+
<ui-text
|
|
3244
|
+
class="text action"
|
|
3245
|
+
>
|
|
3246
|
+
common.label.check
|
|
3247
|
+
<ui-text
|
|
3248
|
+
style="text-decoration: underline;"
|
|
3249
|
+
>
|
|
3250
|
+
in ─ common.label.check
|
|
3251
|
+
</ui-text>
|
|
3252
|
+
out
|
|
3253
|
+
</ui-text>
|
|
3254
|
+
</ui-pressable>
|
|
3255
|
+
<ui-pressable
|
|
3256
|
+
class="pressable"
|
|
3257
|
+
tabindex="0"
|
|
3258
|
+
>
|
|
3259
|
+
<ui-icon
|
|
3260
|
+
class="icon headline-3"
|
|
3261
|
+
>
|
|
3262
|
+
<svg
|
|
3263
|
+
fill="currentColor"
|
|
3264
|
+
height="1em"
|
|
3265
|
+
stroke="currentColor"
|
|
3266
|
+
stroke-width="0"
|
|
3267
|
+
viewBox="0 0 24 24"
|
|
3268
|
+
width="1em"
|
|
3269
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3270
|
+
>
|
|
3271
|
+
<path
|
|
3272
|
+
d="M0 0h24v24H0z"
|
|
3273
|
+
fill="none"
|
|
3274
|
+
/>
|
|
3275
|
+
<path
|
|
3276
|
+
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
3277
|
+
/>
|
|
3278
|
+
</svg>
|
|
3279
|
+
</ui-icon>
|
|
3280
|
+
<ui-text
|
|
3281
|
+
class="text action"
|
|
3282
|
+
>
|
|
3283
|
+
· common.label.accommodation_type
|
|
3284
|
+
</ui-text>
|
|
3285
|
+
</ui-pressable>
|
|
3286
|
+
<ui-pressable
|
|
3287
|
+
class="pressable"
|
|
3288
|
+
tabindex="0"
|
|
3289
|
+
>
|
|
3290
|
+
<ui-icon
|
|
3291
|
+
class="icon headline-3"
|
|
3292
|
+
>
|
|
3293
|
+
<svg
|
|
3294
|
+
fill="none"
|
|
3295
|
+
height="1em"
|
|
3296
|
+
stroke="currentColor"
|
|
3297
|
+
stroke-linecap="round"
|
|
3298
|
+
stroke-linejoin="round"
|
|
3299
|
+
stroke-width="2"
|
|
3300
|
+
viewBox="0 0 24 24"
|
|
3301
|
+
width="1em"
|
|
3302
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3303
|
+
>
|
|
3304
|
+
<path
|
|
3305
|
+
d="M0 0h24v24H0z"
|
|
3306
|
+
fill="none"
|
|
3307
|
+
stroke="none"
|
|
3308
|
+
/>
|
|
3309
|
+
<path
|
|
3310
|
+
d="M9 15l6 -6"
|
|
3311
|
+
/>
|
|
3312
|
+
<circle
|
|
3313
|
+
cx="9.5"
|
|
3314
|
+
cy="9.5"
|
|
3229
3315
|
fill="currentColor"
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3316
|
+
r=".5"
|
|
3317
|
+
/>
|
|
3318
|
+
<circle
|
|
3319
|
+
cx="14.5"
|
|
3320
|
+
cy="14.5"
|
|
3321
|
+
fill="currentColor"
|
|
3322
|
+
r=".5"
|
|
3323
|
+
/>
|
|
3324
|
+
<path
|
|
3325
|
+
d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
|
|
3326
|
+
/>
|
|
3327
|
+
</svg>
|
|
3328
|
+
</ui-icon>
|
|
3329
|
+
</ui-pressable>
|
|
3330
|
+
<ui-button
|
|
3331
|
+
class="pressable button small squared"
|
|
3332
|
+
tabindex="0"
|
|
3333
|
+
>
|
|
3334
|
+
<ui-icon
|
|
3335
|
+
class="icon headline-3"
|
|
3336
|
+
>
|
|
3337
|
+
<svg
|
|
3338
|
+
fill="currentColor"
|
|
3339
|
+
height="1em"
|
|
3340
|
+
stroke="currentColor"
|
|
3341
|
+
stroke-width="0"
|
|
3342
|
+
viewBox="0 0 24 24"
|
|
3343
|
+
width="1em"
|
|
3344
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3248
3345
|
>
|
|
3249
|
-
<
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
</ui-pressable>
|
|
3267
|
-
</ui-layer>
|
|
3346
|
+
<path
|
|
3347
|
+
d="M0 0h24v24H0V0z"
|
|
3348
|
+
fill="none"
|
|
3349
|
+
/>
|
|
3350
|
+
<path
|
|
3351
|
+
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
3352
|
+
/>
|
|
3353
|
+
</svg>
|
|
3354
|
+
</ui-icon>
|
|
3355
|
+
</ui-button>
|
|
3356
|
+
</ui-finder-compact>
|
|
3357
|
+
<ui-finder
|
|
3358
|
+
class="view row"
|
|
3359
|
+
>
|
|
3360
|
+
<ui-layer
|
|
3361
|
+
class="container"
|
|
3362
|
+
/>
|
|
3268
3363
|
<ui-layer-content
|
|
3269
3364
|
class="layer hidden"
|
|
3270
|
-
style="left: 0px; top: 0px;"
|
|
3271
3365
|
>
|
|
3272
3366
|
<ui-view
|
|
3273
3367
|
class="view"
|
|
@@ -4490,57 +4584,9 @@ exports[`<Finder> type:chain prop:compact 1`] = `
|
|
|
4490
4584
|
/>
|
|
4491
4585
|
<ui-layer
|
|
4492
4586
|
class="container"
|
|
4493
|
-
|
|
4494
|
-
<ui-pressable
|
|
4495
|
-
class="pressable"
|
|
4496
|
-
tabindex="0"
|
|
4497
|
-
>
|
|
4498
|
-
<ui-icon
|
|
4499
|
-
class="icon headline-3"
|
|
4500
|
-
>
|
|
4501
|
-
<svg
|
|
4502
|
-
fill="currentColor"
|
|
4503
|
-
height="1em"
|
|
4504
|
-
stroke="currentColor"
|
|
4505
|
-
stroke-width="0"
|
|
4506
|
-
viewBox="0 0 24 24"
|
|
4507
|
-
width="1em"
|
|
4508
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
4509
|
-
>
|
|
4510
|
-
<path
|
|
4511
|
-
d="M0 0h24v24H0z"
|
|
4512
|
-
fill="none"
|
|
4513
|
-
/>
|
|
4514
|
-
<path
|
|
4515
|
-
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
4516
|
-
/>
|
|
4517
|
-
</svg>
|
|
4518
|
-
</ui-icon>
|
|
4519
|
-
<ui-view
|
|
4520
|
-
class="view"
|
|
4521
|
-
>
|
|
4522
|
-
<ui-text
|
|
4523
|
-
class="text small"
|
|
4524
|
-
>
|
|
4525
|
-
finder.label.who
|
|
4526
|
-
</ui-text>
|
|
4527
|
-
<ui-text
|
|
4528
|
-
class="text action"
|
|
4529
|
-
>
|
|
4530
|
-
2 common.label.guest
|
|
4531
|
-
<ui-text
|
|
4532
|
-
style="text-decoration: underline;"
|
|
4533
|
-
>
|
|
4534
|
-
type
|
|
4535
|
-
</ui-text>
|
|
4536
|
-
plural · 1 common.label.accommodation_type
|
|
4537
|
-
</ui-text>
|
|
4538
|
-
</ui-view>
|
|
4539
|
-
</ui-pressable>
|
|
4540
|
-
</ui-layer>
|
|
4587
|
+
/>
|
|
4541
4588
|
<ui-layer-content
|
|
4542
4589
|
class="layer hidden"
|
|
4543
|
-
style="left: 0px; top: 0px;"
|
|
4544
4590
|
>
|
|
4545
4591
|
<ui-view
|
|
4546
4592
|
class="view"
|
|
@@ -4735,10 +4781,12 @@ exports[`<Finder> type:chain prop:compact 1`] = `
|
|
|
4735
4781
|
/>
|
|
4736
4782
|
<ui-layer
|
|
4737
4783
|
class="container"
|
|
4784
|
+
/>
|
|
4785
|
+
<ui-layer-content
|
|
4786
|
+
class="layer hidden"
|
|
4738
4787
|
>
|
|
4739
|
-
<ui-
|
|
4740
|
-
class="
|
|
4741
|
-
tabindex="0"
|
|
4788
|
+
<ui-view
|
|
4789
|
+
class="view row"
|
|
4742
4790
|
>
|
|
4743
4791
|
<ui-icon
|
|
4744
4792
|
class="icon headline-3"
|
|
@@ -4779,38 +4827,15 @@ exports[`<Finder> type:chain prop:compact 1`] = `
|
|
|
4779
4827
|
/>
|
|
4780
4828
|
</svg>
|
|
4781
4829
|
</ui-icon>
|
|
4782
|
-
<
|
|
4783
|
-
class="
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
class="view row"
|
|
4792
|
-
>
|
|
4793
|
-
<input
|
|
4794
|
-
class="input"
|
|
4795
|
-
name="mirai:finder:promocode"
|
|
4796
|
-
placeholder="common.label.promo_code"
|
|
4797
|
-
type="text"
|
|
4798
|
-
value=""
|
|
4799
|
-
/>
|
|
4800
|
-
</ui-view>
|
|
4801
|
-
</ui-view>
|
|
4802
|
-
</ui-pressable>
|
|
4803
|
-
</ui-layer>
|
|
4804
|
-
<ui-layer-content
|
|
4805
|
-
class="layer hidden"
|
|
4806
|
-
style="left: 0px; top: 0px;"
|
|
4807
|
-
/>
|
|
4808
|
-
<ui-button
|
|
4809
|
-
class="pressable button large"
|
|
4810
|
-
tabindex="0"
|
|
4811
|
-
>
|
|
4812
|
-
common.action.search
|
|
4813
|
-
</ui-button>
|
|
4830
|
+
<input
|
|
4831
|
+
class="input"
|
|
4832
|
+
name="mirai:finder:promocode"
|
|
4833
|
+
placeholder="common.label.promo_code"
|
|
4834
|
+
type="text"
|
|
4835
|
+
value=""
|
|
4836
|
+
/>
|
|
4837
|
+
</ui-view>
|
|
4838
|
+
</ui-layer-content>
|
|
4814
4839
|
</ui-finder>
|
|
4815
4840
|
</DocumentFragment>
|
|
4816
4841
|
`;
|
|
@@ -14456,64 +14481,158 @@ exports[`<Finder> type:hotel prop:assisted 1`] = `
|
|
|
14456
14481
|
</DocumentFragment>
|
|
14457
14482
|
`;
|
|
14458
14483
|
|
|
14459
|
-
exports[`<Finder> type:hotel prop:
|
|
14484
|
+
exports[`<Finder> type:hotel prop:compacted 1`] = `
|
|
14460
14485
|
<DocumentFragment>
|
|
14461
|
-
<ui-finder
|
|
14486
|
+
<ui-finder-compact
|
|
14462
14487
|
class="view row"
|
|
14463
14488
|
>
|
|
14464
|
-
<ui-
|
|
14465
|
-
class="
|
|
14489
|
+
<ui-pressable
|
|
14490
|
+
class="pressable"
|
|
14491
|
+
tabindex="0"
|
|
14466
14492
|
>
|
|
14467
|
-
<ui-
|
|
14468
|
-
class="
|
|
14469
|
-
tabindex="1"
|
|
14493
|
+
<ui-icon
|
|
14494
|
+
class="icon headline-3"
|
|
14470
14495
|
>
|
|
14471
|
-
<
|
|
14472
|
-
|
|
14496
|
+
<svg
|
|
14497
|
+
fill="currentColor"
|
|
14498
|
+
height="1em"
|
|
14499
|
+
stroke="currentColor"
|
|
14500
|
+
stroke-width="0"
|
|
14501
|
+
viewBox="0 0 24 24"
|
|
14502
|
+
width="1em"
|
|
14503
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14473
14504
|
>
|
|
14474
|
-
<
|
|
14505
|
+
<path
|
|
14506
|
+
d="M0 0h24v24H0V0z"
|
|
14507
|
+
fill="none"
|
|
14508
|
+
/>
|
|
14509
|
+
<path
|
|
14510
|
+
d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z"
|
|
14511
|
+
/>
|
|
14512
|
+
</svg>
|
|
14513
|
+
</ui-icon>
|
|
14514
|
+
<ui-text
|
|
14515
|
+
class="text action"
|
|
14516
|
+
>
|
|
14517
|
+
common.label.check
|
|
14518
|
+
<ui-text
|
|
14519
|
+
style="text-decoration: underline;"
|
|
14520
|
+
>
|
|
14521
|
+
in ─ common.label.check
|
|
14522
|
+
</ui-text>
|
|
14523
|
+
out
|
|
14524
|
+
</ui-text>
|
|
14525
|
+
</ui-pressable>
|
|
14526
|
+
<ui-pressable
|
|
14527
|
+
class="pressable"
|
|
14528
|
+
tabindex="0"
|
|
14529
|
+
>
|
|
14530
|
+
<ui-icon
|
|
14531
|
+
class="icon headline-3"
|
|
14532
|
+
>
|
|
14533
|
+
<svg
|
|
14534
|
+
fill="currentColor"
|
|
14535
|
+
height="1em"
|
|
14536
|
+
stroke="currentColor"
|
|
14537
|
+
stroke-width="0"
|
|
14538
|
+
viewBox="0 0 24 24"
|
|
14539
|
+
width="1em"
|
|
14540
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14541
|
+
>
|
|
14542
|
+
<path
|
|
14543
|
+
d="M0 0h24v24H0z"
|
|
14544
|
+
fill="none"
|
|
14545
|
+
/>
|
|
14546
|
+
<path
|
|
14547
|
+
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
14548
|
+
/>
|
|
14549
|
+
</svg>
|
|
14550
|
+
</ui-icon>
|
|
14551
|
+
<ui-text
|
|
14552
|
+
class="text action"
|
|
14553
|
+
>
|
|
14554
|
+
· common.label.accommodation_type
|
|
14555
|
+
</ui-text>
|
|
14556
|
+
</ui-pressable>
|
|
14557
|
+
<ui-pressable
|
|
14558
|
+
class="pressable"
|
|
14559
|
+
tabindex="0"
|
|
14560
|
+
>
|
|
14561
|
+
<ui-icon
|
|
14562
|
+
class="icon headline-3"
|
|
14563
|
+
>
|
|
14564
|
+
<svg
|
|
14565
|
+
fill="none"
|
|
14566
|
+
height="1em"
|
|
14567
|
+
stroke="currentColor"
|
|
14568
|
+
stroke-linecap="round"
|
|
14569
|
+
stroke-linejoin="round"
|
|
14570
|
+
stroke-width="2"
|
|
14571
|
+
viewBox="0 0 24 24"
|
|
14572
|
+
width="1em"
|
|
14573
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14574
|
+
>
|
|
14575
|
+
<path
|
|
14576
|
+
d="M0 0h24v24H0z"
|
|
14577
|
+
fill="none"
|
|
14578
|
+
stroke="none"
|
|
14579
|
+
/>
|
|
14580
|
+
<path
|
|
14581
|
+
d="M9 15l6 -6"
|
|
14582
|
+
/>
|
|
14583
|
+
<circle
|
|
14584
|
+
cx="9.5"
|
|
14585
|
+
cy="9.5"
|
|
14475
14586
|
fill="currentColor"
|
|
14476
|
-
|
|
14477
|
-
|
|
14478
|
-
|
|
14479
|
-
|
|
14480
|
-
|
|
14481
|
-
|
|
14482
|
-
|
|
14483
|
-
|
|
14484
|
-
|
|
14485
|
-
|
|
14486
|
-
|
|
14487
|
-
|
|
14488
|
-
|
|
14489
|
-
|
|
14490
|
-
|
|
14491
|
-
|
|
14492
|
-
|
|
14493
|
-
|
|
14587
|
+
r=".5"
|
|
14588
|
+
/>
|
|
14589
|
+
<circle
|
|
14590
|
+
cx="14.5"
|
|
14591
|
+
cy="14.5"
|
|
14592
|
+
fill="currentColor"
|
|
14593
|
+
r=".5"
|
|
14594
|
+
/>
|
|
14595
|
+
<path
|
|
14596
|
+
d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"
|
|
14597
|
+
/>
|
|
14598
|
+
</svg>
|
|
14599
|
+
</ui-icon>
|
|
14600
|
+
</ui-pressable>
|
|
14601
|
+
<ui-button
|
|
14602
|
+
class="pressable button small squared"
|
|
14603
|
+
tabindex="0"
|
|
14604
|
+
>
|
|
14605
|
+
<ui-icon
|
|
14606
|
+
class="icon headline-3"
|
|
14607
|
+
>
|
|
14608
|
+
<svg
|
|
14609
|
+
fill="currentColor"
|
|
14610
|
+
height="1em"
|
|
14611
|
+
stroke="currentColor"
|
|
14612
|
+
stroke-width="0"
|
|
14613
|
+
viewBox="0 0 24 24"
|
|
14614
|
+
width="1em"
|
|
14615
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14494
14616
|
>
|
|
14495
|
-
<
|
|
14496
|
-
|
|
14497
|
-
|
|
14498
|
-
|
|
14499
|
-
|
|
14500
|
-
|
|
14501
|
-
|
|
14502
|
-
|
|
14503
|
-
|
|
14504
|
-
|
|
14505
|
-
|
|
14506
|
-
|
|
14507
|
-
|
|
14508
|
-
|
|
14509
|
-
|
|
14510
|
-
|
|
14511
|
-
|
|
14512
|
-
</ui-pressable>
|
|
14513
|
-
</ui-layer>
|
|
14617
|
+
<path
|
|
14618
|
+
d="M0 0h24v24H0V0z"
|
|
14619
|
+
fill="none"
|
|
14620
|
+
/>
|
|
14621
|
+
<path
|
|
14622
|
+
d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
|
|
14623
|
+
/>
|
|
14624
|
+
</svg>
|
|
14625
|
+
</ui-icon>
|
|
14626
|
+
</ui-button>
|
|
14627
|
+
</ui-finder-compact>
|
|
14628
|
+
<ui-finder
|
|
14629
|
+
class="view row"
|
|
14630
|
+
>
|
|
14631
|
+
<ui-layer
|
|
14632
|
+
class="container"
|
|
14633
|
+
/>
|
|
14514
14634
|
<ui-layer-content
|
|
14515
14635
|
class="layer hidden"
|
|
14516
|
-
style="left: 0px; top: 0px;"
|
|
14517
14636
|
>
|
|
14518
14637
|
<ui-view
|
|
14519
14638
|
class="view"
|
|
@@ -15736,57 +15855,9 @@ exports[`<Finder> type:hotel prop:compact 1`] = `
|
|
|
15736
15855
|
/>
|
|
15737
15856
|
<ui-layer
|
|
15738
15857
|
class="container"
|
|
15739
|
-
|
|
15740
|
-
<ui-pressable
|
|
15741
|
-
class="pressable"
|
|
15742
|
-
tabindex="0"
|
|
15743
|
-
>
|
|
15744
|
-
<ui-icon
|
|
15745
|
-
class="icon headline-3"
|
|
15746
|
-
>
|
|
15747
|
-
<svg
|
|
15748
|
-
fill="currentColor"
|
|
15749
|
-
height="1em"
|
|
15750
|
-
stroke="currentColor"
|
|
15751
|
-
stroke-width="0"
|
|
15752
|
-
viewBox="0 0 24 24"
|
|
15753
|
-
width="1em"
|
|
15754
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
15755
|
-
>
|
|
15756
|
-
<path
|
|
15757
|
-
d="M0 0h24v24H0z"
|
|
15758
|
-
fill="none"
|
|
15759
|
-
/>
|
|
15760
|
-
<path
|
|
15761
|
-
d="M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87zM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zM9 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zM9 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1z"
|
|
15762
|
-
/>
|
|
15763
|
-
</svg>
|
|
15764
|
-
</ui-icon>
|
|
15765
|
-
<ui-view
|
|
15766
|
-
class="view"
|
|
15767
|
-
>
|
|
15768
|
-
<ui-text
|
|
15769
|
-
class="text small"
|
|
15770
|
-
>
|
|
15771
|
-
finder.label.who
|
|
15772
|
-
</ui-text>
|
|
15773
|
-
<ui-text
|
|
15774
|
-
class="text action"
|
|
15775
|
-
>
|
|
15776
|
-
2 common.label.guest
|
|
15777
|
-
<ui-text
|
|
15778
|
-
style="text-decoration: underline;"
|
|
15779
|
-
>
|
|
15780
|
-
type
|
|
15781
|
-
</ui-text>
|
|
15782
|
-
plural · 1 common.label.accommodation_type
|
|
15783
|
-
</ui-text>
|
|
15784
|
-
</ui-view>
|
|
15785
|
-
</ui-pressable>
|
|
15786
|
-
</ui-layer>
|
|
15858
|
+
/>
|
|
15787
15859
|
<ui-layer-content
|
|
15788
15860
|
class="layer hidden"
|
|
15789
|
-
style="left: 0px; top: 0px;"
|
|
15790
15861
|
>
|
|
15791
15862
|
<ui-view
|
|
15792
15863
|
class="view"
|
|
@@ -15981,10 +16052,12 @@ exports[`<Finder> type:hotel prop:compact 1`] = `
|
|
|
15981
16052
|
/>
|
|
15982
16053
|
<ui-layer
|
|
15983
16054
|
class="container"
|
|
16055
|
+
/>
|
|
16056
|
+
<ui-layer-content
|
|
16057
|
+
class="layer hidden"
|
|
15984
16058
|
>
|
|
15985
|
-
<ui-
|
|
15986
|
-
class="
|
|
15987
|
-
tabindex="0"
|
|
16059
|
+
<ui-view
|
|
16060
|
+
class="view row"
|
|
15988
16061
|
>
|
|
15989
16062
|
<ui-icon
|
|
15990
16063
|
class="icon headline-3"
|
|
@@ -16025,38 +16098,15 @@ exports[`<Finder> type:hotel prop:compact 1`] = `
|
|
|
16025
16098
|
/>
|
|
16026
16099
|
</svg>
|
|
16027
16100
|
</ui-icon>
|
|
16028
|
-
<
|
|
16029
|
-
class="
|
|
16030
|
-
|
|
16031
|
-
|
|
16032
|
-
|
|
16033
|
-
|
|
16034
|
-
|
|
16035
|
-
|
|
16036
|
-
|
|
16037
|
-
class="view row"
|
|
16038
|
-
>
|
|
16039
|
-
<input
|
|
16040
|
-
class="input"
|
|
16041
|
-
name="mirai:finder:promocode"
|
|
16042
|
-
placeholder="common.label.promo_code"
|
|
16043
|
-
type="text"
|
|
16044
|
-
value=""
|
|
16045
|
-
/>
|
|
16046
|
-
</ui-view>
|
|
16047
|
-
</ui-view>
|
|
16048
|
-
</ui-pressable>
|
|
16049
|
-
</ui-layer>
|
|
16050
|
-
<ui-layer-content
|
|
16051
|
-
class="layer hidden"
|
|
16052
|
-
style="left: 0px; top: 0px;"
|
|
16053
|
-
/>
|
|
16054
|
-
<ui-button
|
|
16055
|
-
class="pressable button large"
|
|
16056
|
-
tabindex="0"
|
|
16057
|
-
>
|
|
16058
|
-
common.action.search
|
|
16059
|
-
</ui-button>
|
|
16101
|
+
<input
|
|
16102
|
+
class="input"
|
|
16103
|
+
name="mirai:finder:promocode"
|
|
16104
|
+
placeholder="common.label.promo_code"
|
|
16105
|
+
type="text"
|
|
16106
|
+
value=""
|
|
16107
|
+
/>
|
|
16108
|
+
</ui-view>
|
|
16109
|
+
</ui-layer-content>
|
|
16060
16110
|
</ui-finder>
|
|
16061
16111
|
</DocumentFragment>
|
|
16062
16112
|
`;
|
|
@@ -91,6 +91,7 @@ const Bookings = () => {
|
|
|
91
91
|
city
|
|
92
92
|
} = {},
|
|
93
93
|
price: {
|
|
94
|
+
base,
|
|
94
95
|
total,
|
|
95
96
|
text: taxesText
|
|
96
97
|
} = {},
|
|
@@ -132,7 +133,13 @@ const Bookings = () => {
|
|
|
132
133
|
symbol: true,
|
|
133
134
|
value: total
|
|
134
135
|
})), /*#__PURE__*/_react.default.createElement(_ui.Tooltip, {
|
|
135
|
-
text:
|
|
136
|
+
text: "".concat(translate(_Bookings2.L10N.LABEL_BASE_PRICE_VALUE, {
|
|
137
|
+
value: currencyFormat({
|
|
138
|
+
currency,
|
|
139
|
+
symbol: true,
|
|
140
|
+
value: base
|
|
141
|
+
})
|
|
142
|
+
}), " ").concat(taxesText)
|
|
136
143
|
}, /*#__PURE__*/_react.default.createElement(_ui.Text, {
|
|
137
144
|
accent: true,
|
|
138
145
|
action: !isMobile,
|