@mirai/core 0.3.294 → 0.3.296
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/Deals/Deals.js +1 -0
- package/build/components/Deals/Deals.js.map +1 -1
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +0 -104
- package/build/components/Finder/Finder.constants.js +1 -1
- package/build/components/Finder/Finder.constants.js.map +1 -1
- package/build/components/Finder/Finder.js +32 -19
- package/build/components/Finder/Finder.js.map +1 -1
- package/build/components/Finder/Finder.module.css +42 -48
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +17 -605
- package/build/components/Rates/Rates.Header.js +5 -3
- package/build/components/Rates/Rates.Header.js.map +1 -1
- package/build/components/__shared__/Field/Field.js +2 -6
- package/build/components/__shared__/Field/Field.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/FieldOccupation.js +3 -1
- package/build/components/__shared__/FieldOccupation/FieldOccupation.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +0 -147
- package/build/theme.css +2 -0
- package/package.json +1 -1
- package/public/themes/monalisa.theme.css +3 -1
|
@@ -53,27 +53,6 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
53
53
|
out
|
|
54
54
|
</span>
|
|
55
55
|
</div>
|
|
56
|
-
<span
|
|
57
|
-
class="icon headline-3"
|
|
58
|
-
>
|
|
59
|
-
<svg
|
|
60
|
-
fill="currentColor"
|
|
61
|
-
height="1em"
|
|
62
|
-
stroke="currentColor"
|
|
63
|
-
stroke-width="0"
|
|
64
|
-
viewBox="0 0 24 24"
|
|
65
|
-
width="1em"
|
|
66
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
67
|
-
>
|
|
68
|
-
<path
|
|
69
|
-
d="M0 0h24v24H0z"
|
|
70
|
-
fill="none"
|
|
71
|
-
/>
|
|
72
|
-
<path
|
|
73
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
74
|
-
/>
|
|
75
|
-
</svg>
|
|
76
|
-
</span>
|
|
77
56
|
</div>
|
|
78
57
|
</span>
|
|
79
58
|
<div
|
|
@@ -1377,27 +1356,6 @@ exports[`component:<Finder> type:chain inherit:className 1`] = `
|
|
|
1377
1356
|
plural · 1 common.label.accommodation_type
|
|
1378
1357
|
</span>
|
|
1379
1358
|
</div>
|
|
1380
|
-
<span
|
|
1381
|
-
class="icon headline-3"
|
|
1382
|
-
>
|
|
1383
|
-
<svg
|
|
1384
|
-
fill="currentColor"
|
|
1385
|
-
height="1em"
|
|
1386
|
-
stroke="currentColor"
|
|
1387
|
-
stroke-width="0"
|
|
1388
|
-
viewBox="0 0 24 24"
|
|
1389
|
-
width="1em"
|
|
1390
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1391
|
-
>
|
|
1392
|
-
<path
|
|
1393
|
-
d="M0 0h24v24H0z"
|
|
1394
|
-
fill="none"
|
|
1395
|
-
/>
|
|
1396
|
-
<path
|
|
1397
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
1398
|
-
/>
|
|
1399
|
-
</svg>
|
|
1400
|
-
</span>
|
|
1401
1359
|
</div>
|
|
1402
1360
|
</span>
|
|
1403
1361
|
<div
|
|
@@ -1725,27 +1683,6 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
1725
1683
|
out
|
|
1726
1684
|
</span>
|
|
1727
1685
|
</div>
|
|
1728
|
-
<span
|
|
1729
|
-
class="icon headline-3"
|
|
1730
|
-
>
|
|
1731
|
-
<svg
|
|
1732
|
-
fill="currentColor"
|
|
1733
|
-
height="1em"
|
|
1734
|
-
stroke="currentColor"
|
|
1735
|
-
stroke-width="0"
|
|
1736
|
-
viewBox="0 0 24 24"
|
|
1737
|
-
width="1em"
|
|
1738
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1739
|
-
>
|
|
1740
|
-
<path
|
|
1741
|
-
d="M0 0h24v24H0z"
|
|
1742
|
-
fill="none"
|
|
1743
|
-
/>
|
|
1744
|
-
<path
|
|
1745
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
1746
|
-
/>
|
|
1747
|
-
</svg>
|
|
1748
|
-
</span>
|
|
1749
1686
|
</div>
|
|
1750
1687
|
</span>
|
|
1751
1688
|
<div
|
|
@@ -3049,27 +2986,6 @@ exports[`component:<Finder> type:chain prop:assisted 1`] = `
|
|
|
3049
2986
|
plural · 1 common.label.accommodation_type
|
|
3050
2987
|
</span>
|
|
3051
2988
|
</div>
|
|
3052
|
-
<span
|
|
3053
|
-
class="icon headline-3"
|
|
3054
|
-
>
|
|
3055
|
-
<svg
|
|
3056
|
-
fill="currentColor"
|
|
3057
|
-
height="1em"
|
|
3058
|
-
stroke="currentColor"
|
|
3059
|
-
stroke-width="0"
|
|
3060
|
-
viewBox="0 0 24 24"
|
|
3061
|
-
width="1em"
|
|
3062
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
3063
|
-
>
|
|
3064
|
-
<path
|
|
3065
|
-
d="M0 0h24v24H0z"
|
|
3066
|
-
fill="none"
|
|
3067
|
-
/>
|
|
3068
|
-
<path
|
|
3069
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
3070
|
-
/>
|
|
3071
|
-
</svg>
|
|
3072
|
-
</span>
|
|
3073
2989
|
</div>
|
|
3074
2990
|
</span>
|
|
3075
2991
|
<div
|
|
@@ -3397,27 +3313,6 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
3397
3313
|
out
|
|
3398
3314
|
</span>
|
|
3399
3315
|
</div>
|
|
3400
|
-
<span
|
|
3401
|
-
class="icon headline-3"
|
|
3402
|
-
>
|
|
3403
|
-
<svg
|
|
3404
|
-
fill="currentColor"
|
|
3405
|
-
height="1em"
|
|
3406
|
-
stroke="currentColor"
|
|
3407
|
-
stroke-width="0"
|
|
3408
|
-
viewBox="0 0 24 24"
|
|
3409
|
-
width="1em"
|
|
3410
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
3411
|
-
>
|
|
3412
|
-
<path
|
|
3413
|
-
d="M0 0h24v24H0z"
|
|
3414
|
-
fill="none"
|
|
3415
|
-
/>
|
|
3416
|
-
<path
|
|
3417
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
3418
|
-
/>
|
|
3419
|
-
</svg>
|
|
3420
|
-
</span>
|
|
3421
3316
|
</div>
|
|
3422
3317
|
</span>
|
|
3423
3318
|
<div
|
|
@@ -4721,27 +4616,6 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
4721
4616
|
plural · 1 common.label.accommodation_type
|
|
4722
4617
|
</span>
|
|
4723
4618
|
</div>
|
|
4724
|
-
<span
|
|
4725
|
-
class="icon headline-3"
|
|
4726
|
-
>
|
|
4727
|
-
<svg
|
|
4728
|
-
fill="currentColor"
|
|
4729
|
-
height="1em"
|
|
4730
|
-
stroke="currentColor"
|
|
4731
|
-
stroke-width="0"
|
|
4732
|
-
viewBox="0 0 24 24"
|
|
4733
|
-
width="1em"
|
|
4734
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
4735
|
-
>
|
|
4736
|
-
<path
|
|
4737
|
-
d="M0 0h24v24H0z"
|
|
4738
|
-
fill="none"
|
|
4739
|
-
/>
|
|
4740
|
-
<path
|
|
4741
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
4742
|
-
/>
|
|
4743
|
-
</svg>
|
|
4744
|
-
</span>
|
|
4745
4619
|
</div>
|
|
4746
4620
|
</span>
|
|
4747
4621
|
<div
|
|
@@ -5019,7 +4893,7 @@ exports[`component:<Finder> type:chain prop:compact 1`] = `
|
|
|
5019
4893
|
exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
5020
4894
|
<DocumentFragment>
|
|
5021
4895
|
<div
|
|
5022
|
-
class="view
|
|
4896
|
+
class="view"
|
|
5023
4897
|
>
|
|
5024
4898
|
<span
|
|
5025
4899
|
class="container"
|
|
@@ -5069,27 +4943,6 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
5069
4943
|
out
|
|
5070
4944
|
</span>
|
|
5071
4945
|
</div>
|
|
5072
|
-
<span
|
|
5073
|
-
class="icon headline-3"
|
|
5074
|
-
>
|
|
5075
|
-
<svg
|
|
5076
|
-
fill="currentColor"
|
|
5077
|
-
height="1em"
|
|
5078
|
-
stroke="currentColor"
|
|
5079
|
-
stroke-width="0"
|
|
5080
|
-
viewBox="0 0 24 24"
|
|
5081
|
-
width="1em"
|
|
5082
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5083
|
-
>
|
|
5084
|
-
<path
|
|
5085
|
-
d="M0 0h24v24H0z"
|
|
5086
|
-
fill="none"
|
|
5087
|
-
/>
|
|
5088
|
-
<path
|
|
5089
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
5090
|
-
/>
|
|
5091
|
-
</svg>
|
|
5092
|
-
</span>
|
|
5093
4946
|
</div>
|
|
5094
4947
|
</span>
|
|
5095
4948
|
<div
|
|
@@ -6393,27 +6246,6 @@ exports[`component:<Finder> type:chain prop:layout 1`] = `
|
|
|
6393
6246
|
plural · 1 common.label.accommodation_type
|
|
6394
6247
|
</span>
|
|
6395
6248
|
</div>
|
|
6396
|
-
<span
|
|
6397
|
-
class="icon headline-3"
|
|
6398
|
-
>
|
|
6399
|
-
<svg
|
|
6400
|
-
fill="currentColor"
|
|
6401
|
-
height="1em"
|
|
6402
|
-
stroke="currentColor"
|
|
6403
|
-
stroke-width="0"
|
|
6404
|
-
viewBox="0 0 24 24"
|
|
6405
|
-
width="1em"
|
|
6406
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6407
|
-
>
|
|
6408
|
-
<path
|
|
6409
|
-
d="M0 0h24v24H0z"
|
|
6410
|
-
fill="none"
|
|
6411
|
-
/>
|
|
6412
|
-
<path
|
|
6413
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
6414
|
-
/>
|
|
6415
|
-
</svg>
|
|
6416
|
-
</span>
|
|
6417
6249
|
</div>
|
|
6418
6250
|
</span>
|
|
6419
6251
|
<div
|
|
@@ -6741,27 +6573,6 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
6741
6573
|
out
|
|
6742
6574
|
</span>
|
|
6743
6575
|
</div>
|
|
6744
|
-
<span
|
|
6745
|
-
class="icon headline-3"
|
|
6746
|
-
>
|
|
6747
|
-
<svg
|
|
6748
|
-
fill="currentColor"
|
|
6749
|
-
height="1em"
|
|
6750
|
-
stroke="currentColor"
|
|
6751
|
-
stroke-width="0"
|
|
6752
|
-
viewBox="0 0 24 24"
|
|
6753
|
-
width="1em"
|
|
6754
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6755
|
-
>
|
|
6756
|
-
<path
|
|
6757
|
-
d="M0 0h24v24H0z"
|
|
6758
|
-
fill="none"
|
|
6759
|
-
/>
|
|
6760
|
-
<path
|
|
6761
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
6762
|
-
/>
|
|
6763
|
-
</svg>
|
|
6764
|
-
</span>
|
|
6765
6576
|
</div>
|
|
6766
6577
|
</span>
|
|
6767
6578
|
<div
|
|
@@ -8065,27 +7876,6 @@ exports[`component:<Finder> type:chain prop:text 1`] = `
|
|
|
8065
7876
|
plural · 1 common.label.accommodation_type
|
|
8066
7877
|
</span>
|
|
8067
7878
|
</div>
|
|
8068
|
-
<span
|
|
8069
|
-
class="icon headline-3"
|
|
8070
|
-
>
|
|
8071
|
-
<svg
|
|
8072
|
-
fill="currentColor"
|
|
8073
|
-
height="1em"
|
|
8074
|
-
stroke="currentColor"
|
|
8075
|
-
stroke-width="0"
|
|
8076
|
-
viewBox="0 0 24 24"
|
|
8077
|
-
width="1em"
|
|
8078
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8079
|
-
>
|
|
8080
|
-
<path
|
|
8081
|
-
d="M0 0h24v24H0z"
|
|
8082
|
-
fill="none"
|
|
8083
|
-
/>
|
|
8084
|
-
<path
|
|
8085
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
8086
|
-
/>
|
|
8087
|
-
</svg>
|
|
8088
|
-
</span>
|
|
8089
7879
|
</div>
|
|
8090
7880
|
</span>
|
|
8091
7881
|
<div
|
|
@@ -8413,27 +8203,6 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
8413
8203
|
out
|
|
8414
8204
|
</span>
|
|
8415
8205
|
</div>
|
|
8416
|
-
<span
|
|
8417
|
-
class="icon headline-3"
|
|
8418
|
-
>
|
|
8419
|
-
<svg
|
|
8420
|
-
fill="currentColor"
|
|
8421
|
-
height="1em"
|
|
8422
|
-
stroke="currentColor"
|
|
8423
|
-
stroke-width="0"
|
|
8424
|
-
viewBox="0 0 24 24"
|
|
8425
|
-
width="1em"
|
|
8426
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8427
|
-
>
|
|
8428
|
-
<path
|
|
8429
|
-
d="M0 0h24v24H0z"
|
|
8430
|
-
fill="none"
|
|
8431
|
-
/>
|
|
8432
|
-
<path
|
|
8433
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
8434
|
-
/>
|
|
8435
|
-
</svg>
|
|
8436
|
-
</span>
|
|
8437
8206
|
</div>
|
|
8438
8207
|
</span>
|
|
8439
8208
|
<div
|
|
@@ -9737,27 +9506,6 @@ exports[`component:<Finder> type:chain renders 1`] = `
|
|
|
9737
9506
|
plural · 1 common.label.accommodation_type
|
|
9738
9507
|
</span>
|
|
9739
9508
|
</div>
|
|
9740
|
-
<span
|
|
9741
|
-
class="icon headline-3"
|
|
9742
|
-
>
|
|
9743
|
-
<svg
|
|
9744
|
-
fill="currentColor"
|
|
9745
|
-
height="1em"
|
|
9746
|
-
stroke="currentColor"
|
|
9747
|
-
stroke-width="0"
|
|
9748
|
-
viewBox="0 0 24 24"
|
|
9749
|
-
width="1em"
|
|
9750
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9751
|
-
>
|
|
9752
|
-
<path
|
|
9753
|
-
d="M0 0h24v24H0z"
|
|
9754
|
-
fill="none"
|
|
9755
|
-
/>
|
|
9756
|
-
<path
|
|
9757
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
9758
|
-
/>
|
|
9759
|
-
</svg>
|
|
9760
|
-
</span>
|
|
9761
9509
|
</div>
|
|
9762
9510
|
</span>
|
|
9763
9511
|
<div
|
|
@@ -10086,27 +9834,6 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
10086
9834
|
out
|
|
10087
9835
|
</span>
|
|
10088
9836
|
</div>
|
|
10089
|
-
<span
|
|
10090
|
-
class="icon headline-3"
|
|
10091
|
-
>
|
|
10092
|
-
<svg
|
|
10093
|
-
fill="currentColor"
|
|
10094
|
-
height="1em"
|
|
10095
|
-
stroke="currentColor"
|
|
10096
|
-
stroke-width="0"
|
|
10097
|
-
viewBox="0 0 24 24"
|
|
10098
|
-
width="1em"
|
|
10099
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10100
|
-
>
|
|
10101
|
-
<path
|
|
10102
|
-
d="M0 0h24v24H0z"
|
|
10103
|
-
fill="none"
|
|
10104
|
-
/>
|
|
10105
|
-
<path
|
|
10106
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
10107
|
-
/>
|
|
10108
|
-
</svg>
|
|
10109
|
-
</span>
|
|
10110
9837
|
</div>
|
|
10111
9838
|
</span>
|
|
10112
9839
|
<div
|
|
@@ -11413,27 +11140,6 @@ exports[`component:<Finder> type:chain testID 1`] = `
|
|
|
11413
11140
|
plural · 1 common.label.accommodation_type
|
|
11414
11141
|
</span>
|
|
11415
11142
|
</div>
|
|
11416
|
-
<span
|
|
11417
|
-
class="icon headline-3"
|
|
11418
|
-
>
|
|
11419
|
-
<svg
|
|
11420
|
-
fill="currentColor"
|
|
11421
|
-
height="1em"
|
|
11422
|
-
stroke="currentColor"
|
|
11423
|
-
stroke-width="0"
|
|
11424
|
-
viewBox="0 0 24 24"
|
|
11425
|
-
width="1em"
|
|
11426
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11427
|
-
>
|
|
11428
|
-
<path
|
|
11429
|
-
d="M0 0h24v24H0z"
|
|
11430
|
-
fill="none"
|
|
11431
|
-
/>
|
|
11432
|
-
<path
|
|
11433
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
11434
|
-
/>
|
|
11435
|
-
</svg>
|
|
11436
|
-
</span>
|
|
11437
11143
|
</div>
|
|
11438
11144
|
</span>
|
|
11439
11145
|
<div
|
|
@@ -11765,27 +11471,6 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
11765
11471
|
out
|
|
11766
11472
|
</span>
|
|
11767
11473
|
</div>
|
|
11768
|
-
<span
|
|
11769
|
-
class="icon headline-3"
|
|
11770
|
-
>
|
|
11771
|
-
<svg
|
|
11772
|
-
fill="currentColor"
|
|
11773
|
-
height="1em"
|
|
11774
|
-
stroke="currentColor"
|
|
11775
|
-
stroke-width="0"
|
|
11776
|
-
viewBox="0 0 24 24"
|
|
11777
|
-
width="1em"
|
|
11778
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11779
|
-
>
|
|
11780
|
-
<path
|
|
11781
|
-
d="M0 0h24v24H0z"
|
|
11782
|
-
fill="none"
|
|
11783
|
-
/>
|
|
11784
|
-
<path
|
|
11785
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
11786
|
-
/>
|
|
11787
|
-
</svg>
|
|
11788
|
-
</span>
|
|
11789
11474
|
</div>
|
|
11790
11475
|
</span>
|
|
11791
11476
|
<div
|
|
@@ -13074,42 +12759,21 @@ exports[`component:<Finder> type:hotel inherit:className 1`] = `
|
|
|
13074
12759
|
>
|
|
13075
12760
|
<span
|
|
13076
12761
|
class="text small"
|
|
13077
|
-
>
|
|
13078
|
-
finder.label.who
|
|
13079
|
-
</span>
|
|
13080
|
-
<span
|
|
13081
|
-
class="text action"
|
|
13082
|
-
>
|
|
13083
|
-
2 common.label.guest
|
|
13084
|
-
<span
|
|
13085
|
-
style="text-decoration: underline;"
|
|
13086
|
-
>
|
|
13087
|
-
type
|
|
13088
|
-
</span>
|
|
13089
|
-
plural · 1 common.label.accommodation_type
|
|
13090
|
-
</span>
|
|
13091
|
-
</div>
|
|
13092
|
-
<span
|
|
13093
|
-
class="icon headline-3"
|
|
13094
|
-
>
|
|
13095
|
-
<svg
|
|
13096
|
-
fill="currentColor"
|
|
13097
|
-
height="1em"
|
|
13098
|
-
stroke="currentColor"
|
|
13099
|
-
stroke-width="0"
|
|
13100
|
-
viewBox="0 0 24 24"
|
|
13101
|
-
width="1em"
|
|
13102
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13103
|
-
>
|
|
13104
|
-
<path
|
|
13105
|
-
d="M0 0h24v24H0z"
|
|
13106
|
-
fill="none"
|
|
13107
|
-
/>
|
|
13108
|
-
<path
|
|
13109
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
13110
|
-
/>
|
|
13111
|
-
</svg>
|
|
13112
|
-
</span>
|
|
12762
|
+
>
|
|
12763
|
+
finder.label.who
|
|
12764
|
+
</span>
|
|
12765
|
+
<span
|
|
12766
|
+
class="text action"
|
|
12767
|
+
>
|
|
12768
|
+
2 common.label.guest
|
|
12769
|
+
<span
|
|
12770
|
+
style="text-decoration: underline;"
|
|
12771
|
+
>
|
|
12772
|
+
type
|
|
12773
|
+
</span>
|
|
12774
|
+
plural · 1 common.label.accommodation_type
|
|
12775
|
+
</span>
|
|
12776
|
+
</div>
|
|
13113
12777
|
</div>
|
|
13114
12778
|
</span>
|
|
13115
12779
|
<div
|
|
@@ -13437,27 +13101,6 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
13437
13101
|
out
|
|
13438
13102
|
</span>
|
|
13439
13103
|
</div>
|
|
13440
|
-
<span
|
|
13441
|
-
class="icon headline-3"
|
|
13442
|
-
>
|
|
13443
|
-
<svg
|
|
13444
|
-
fill="currentColor"
|
|
13445
|
-
height="1em"
|
|
13446
|
-
stroke="currentColor"
|
|
13447
|
-
stroke-width="0"
|
|
13448
|
-
viewBox="0 0 24 24"
|
|
13449
|
-
width="1em"
|
|
13450
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13451
|
-
>
|
|
13452
|
-
<path
|
|
13453
|
-
d="M0 0h24v24H0z"
|
|
13454
|
-
fill="none"
|
|
13455
|
-
/>
|
|
13456
|
-
<path
|
|
13457
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
13458
|
-
/>
|
|
13459
|
-
</svg>
|
|
13460
|
-
</span>
|
|
13461
13104
|
</div>
|
|
13462
13105
|
</span>
|
|
13463
13106
|
<div
|
|
@@ -14761,27 +14404,6 @@ exports[`component:<Finder> type:hotel prop:assisted 1`] = `
|
|
|
14761
14404
|
plural · 1 common.label.accommodation_type
|
|
14762
14405
|
</span>
|
|
14763
14406
|
</div>
|
|
14764
|
-
<span
|
|
14765
|
-
class="icon headline-3"
|
|
14766
|
-
>
|
|
14767
|
-
<svg
|
|
14768
|
-
fill="currentColor"
|
|
14769
|
-
height="1em"
|
|
14770
|
-
stroke="currentColor"
|
|
14771
|
-
stroke-width="0"
|
|
14772
|
-
viewBox="0 0 24 24"
|
|
14773
|
-
width="1em"
|
|
14774
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14775
|
-
>
|
|
14776
|
-
<path
|
|
14777
|
-
d="M0 0h24v24H0z"
|
|
14778
|
-
fill="none"
|
|
14779
|
-
/>
|
|
14780
|
-
<path
|
|
14781
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
14782
|
-
/>
|
|
14783
|
-
</svg>
|
|
14784
|
-
</span>
|
|
14785
14407
|
</div>
|
|
14786
14408
|
</span>
|
|
14787
14409
|
<div
|
|
@@ -15109,27 +14731,6 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
15109
14731
|
out
|
|
15110
14732
|
</span>
|
|
15111
14733
|
</div>
|
|
15112
|
-
<span
|
|
15113
|
-
class="icon headline-3"
|
|
15114
|
-
>
|
|
15115
|
-
<svg
|
|
15116
|
-
fill="currentColor"
|
|
15117
|
-
height="1em"
|
|
15118
|
-
stroke="currentColor"
|
|
15119
|
-
stroke-width="0"
|
|
15120
|
-
viewBox="0 0 24 24"
|
|
15121
|
-
width="1em"
|
|
15122
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
15123
|
-
>
|
|
15124
|
-
<path
|
|
15125
|
-
d="M0 0h24v24H0z"
|
|
15126
|
-
fill="none"
|
|
15127
|
-
/>
|
|
15128
|
-
<path
|
|
15129
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
15130
|
-
/>
|
|
15131
|
-
</svg>
|
|
15132
|
-
</span>
|
|
15133
14734
|
</div>
|
|
15134
14735
|
</span>
|
|
15135
14736
|
<div
|
|
@@ -16433,27 +16034,6 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
16433
16034
|
plural · 1 common.label.accommodation_type
|
|
16434
16035
|
</span>
|
|
16435
16036
|
</div>
|
|
16436
|
-
<span
|
|
16437
|
-
class="icon headline-3"
|
|
16438
|
-
>
|
|
16439
|
-
<svg
|
|
16440
|
-
fill="currentColor"
|
|
16441
|
-
height="1em"
|
|
16442
|
-
stroke="currentColor"
|
|
16443
|
-
stroke-width="0"
|
|
16444
|
-
viewBox="0 0 24 24"
|
|
16445
|
-
width="1em"
|
|
16446
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16447
|
-
>
|
|
16448
|
-
<path
|
|
16449
|
-
d="M0 0h24v24H0z"
|
|
16450
|
-
fill="none"
|
|
16451
|
-
/>
|
|
16452
|
-
<path
|
|
16453
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
16454
|
-
/>
|
|
16455
|
-
</svg>
|
|
16456
|
-
</span>
|
|
16457
16037
|
</div>
|
|
16458
16038
|
</span>
|
|
16459
16039
|
<div
|
|
@@ -16731,7 +16311,7 @@ exports[`component:<Finder> type:hotel prop:compact 1`] = `
|
|
|
16731
16311
|
exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
16732
16312
|
<DocumentFragment>
|
|
16733
16313
|
<div
|
|
16734
|
-
class="view
|
|
16314
|
+
class="view"
|
|
16735
16315
|
>
|
|
16736
16316
|
<span
|
|
16737
16317
|
class="container"
|
|
@@ -16781,27 +16361,6 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
16781
16361
|
out
|
|
16782
16362
|
</span>
|
|
16783
16363
|
</div>
|
|
16784
|
-
<span
|
|
16785
|
-
class="icon headline-3"
|
|
16786
|
-
>
|
|
16787
|
-
<svg
|
|
16788
|
-
fill="currentColor"
|
|
16789
|
-
height="1em"
|
|
16790
|
-
stroke="currentColor"
|
|
16791
|
-
stroke-width="0"
|
|
16792
|
-
viewBox="0 0 24 24"
|
|
16793
|
-
width="1em"
|
|
16794
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16795
|
-
>
|
|
16796
|
-
<path
|
|
16797
|
-
d="M0 0h24v24H0z"
|
|
16798
|
-
fill="none"
|
|
16799
|
-
/>
|
|
16800
|
-
<path
|
|
16801
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
16802
|
-
/>
|
|
16803
|
-
</svg>
|
|
16804
|
-
</span>
|
|
16805
16364
|
</div>
|
|
16806
16365
|
</span>
|
|
16807
16366
|
<div
|
|
@@ -18105,27 +17664,6 @@ exports[`component:<Finder> type:hotel prop:layout 1`] = `
|
|
|
18105
17664
|
plural · 1 common.label.accommodation_type
|
|
18106
17665
|
</span>
|
|
18107
17666
|
</div>
|
|
18108
|
-
<span
|
|
18109
|
-
class="icon headline-3"
|
|
18110
|
-
>
|
|
18111
|
-
<svg
|
|
18112
|
-
fill="currentColor"
|
|
18113
|
-
height="1em"
|
|
18114
|
-
stroke="currentColor"
|
|
18115
|
-
stroke-width="0"
|
|
18116
|
-
viewBox="0 0 24 24"
|
|
18117
|
-
width="1em"
|
|
18118
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
18119
|
-
>
|
|
18120
|
-
<path
|
|
18121
|
-
d="M0 0h24v24H0z"
|
|
18122
|
-
fill="none"
|
|
18123
|
-
/>
|
|
18124
|
-
<path
|
|
18125
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
18126
|
-
/>
|
|
18127
|
-
</svg>
|
|
18128
|
-
</span>
|
|
18129
17667
|
</div>
|
|
18130
17668
|
</span>
|
|
18131
17669
|
<div
|
|
@@ -18453,27 +17991,6 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
18453
17991
|
out
|
|
18454
17992
|
</span>
|
|
18455
17993
|
</div>
|
|
18456
|
-
<span
|
|
18457
|
-
class="icon headline-3"
|
|
18458
|
-
>
|
|
18459
|
-
<svg
|
|
18460
|
-
fill="currentColor"
|
|
18461
|
-
height="1em"
|
|
18462
|
-
stroke="currentColor"
|
|
18463
|
-
stroke-width="0"
|
|
18464
|
-
viewBox="0 0 24 24"
|
|
18465
|
-
width="1em"
|
|
18466
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
18467
|
-
>
|
|
18468
|
-
<path
|
|
18469
|
-
d="M0 0h24v24H0z"
|
|
18470
|
-
fill="none"
|
|
18471
|
-
/>
|
|
18472
|
-
<path
|
|
18473
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
18474
|
-
/>
|
|
18475
|
-
</svg>
|
|
18476
|
-
</span>
|
|
18477
17994
|
</div>
|
|
18478
17995
|
</span>
|
|
18479
17996
|
<div
|
|
@@ -19777,27 +19294,6 @@ exports[`component:<Finder> type:hotel prop:text 1`] = `
|
|
|
19777
19294
|
plural · 1 common.label.accommodation_type
|
|
19778
19295
|
</span>
|
|
19779
19296
|
</div>
|
|
19780
|
-
<span
|
|
19781
|
-
class="icon headline-3"
|
|
19782
|
-
>
|
|
19783
|
-
<svg
|
|
19784
|
-
fill="currentColor"
|
|
19785
|
-
height="1em"
|
|
19786
|
-
stroke="currentColor"
|
|
19787
|
-
stroke-width="0"
|
|
19788
|
-
viewBox="0 0 24 24"
|
|
19789
|
-
width="1em"
|
|
19790
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
19791
|
-
>
|
|
19792
|
-
<path
|
|
19793
|
-
d="M0 0h24v24H0z"
|
|
19794
|
-
fill="none"
|
|
19795
|
-
/>
|
|
19796
|
-
<path
|
|
19797
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
19798
|
-
/>
|
|
19799
|
-
</svg>
|
|
19800
|
-
</span>
|
|
19801
19297
|
</div>
|
|
19802
19298
|
</span>
|
|
19803
19299
|
<div
|
|
@@ -20125,27 +19621,6 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
20125
19621
|
out
|
|
20126
19622
|
</span>
|
|
20127
19623
|
</div>
|
|
20128
|
-
<span
|
|
20129
|
-
class="icon headline-3"
|
|
20130
|
-
>
|
|
20131
|
-
<svg
|
|
20132
|
-
fill="currentColor"
|
|
20133
|
-
height="1em"
|
|
20134
|
-
stroke="currentColor"
|
|
20135
|
-
stroke-width="0"
|
|
20136
|
-
viewBox="0 0 24 24"
|
|
20137
|
-
width="1em"
|
|
20138
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
20139
|
-
>
|
|
20140
|
-
<path
|
|
20141
|
-
d="M0 0h24v24H0z"
|
|
20142
|
-
fill="none"
|
|
20143
|
-
/>
|
|
20144
|
-
<path
|
|
20145
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
20146
|
-
/>
|
|
20147
|
-
</svg>
|
|
20148
|
-
</span>
|
|
20149
19624
|
</div>
|
|
20150
19625
|
</span>
|
|
20151
19626
|
<div
|
|
@@ -21449,27 +20924,6 @@ exports[`component:<Finder> type:hotel renders 1`] = `
|
|
|
21449
20924
|
plural · 1 common.label.accommodation_type
|
|
21450
20925
|
</span>
|
|
21451
20926
|
</div>
|
|
21452
|
-
<span
|
|
21453
|
-
class="icon headline-3"
|
|
21454
|
-
>
|
|
21455
|
-
<svg
|
|
21456
|
-
fill="currentColor"
|
|
21457
|
-
height="1em"
|
|
21458
|
-
stroke="currentColor"
|
|
21459
|
-
stroke-width="0"
|
|
21460
|
-
viewBox="0 0 24 24"
|
|
21461
|
-
width="1em"
|
|
21462
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
21463
|
-
>
|
|
21464
|
-
<path
|
|
21465
|
-
d="M0 0h24v24H0z"
|
|
21466
|
-
fill="none"
|
|
21467
|
-
/>
|
|
21468
|
-
<path
|
|
21469
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
21470
|
-
/>
|
|
21471
|
-
</svg>
|
|
21472
|
-
</span>
|
|
21473
20927
|
</div>
|
|
21474
20928
|
</span>
|
|
21475
20929
|
<div
|
|
@@ -21798,27 +21252,6 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
21798
21252
|
out
|
|
21799
21253
|
</span>
|
|
21800
21254
|
</div>
|
|
21801
|
-
<span
|
|
21802
|
-
class="icon headline-3"
|
|
21803
|
-
>
|
|
21804
|
-
<svg
|
|
21805
|
-
fill="currentColor"
|
|
21806
|
-
height="1em"
|
|
21807
|
-
stroke="currentColor"
|
|
21808
|
-
stroke-width="0"
|
|
21809
|
-
viewBox="0 0 24 24"
|
|
21810
|
-
width="1em"
|
|
21811
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
21812
|
-
>
|
|
21813
|
-
<path
|
|
21814
|
-
d="M0 0h24v24H0z"
|
|
21815
|
-
fill="none"
|
|
21816
|
-
/>
|
|
21817
|
-
<path
|
|
21818
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
21819
|
-
/>
|
|
21820
|
-
</svg>
|
|
21821
|
-
</span>
|
|
21822
21255
|
</div>
|
|
21823
21256
|
</span>
|
|
21824
21257
|
<div
|
|
@@ -23125,27 +22558,6 @@ exports[`component:<Finder> type:hotel testID 1`] = `
|
|
|
23125
22558
|
plural · 1 common.label.accommodation_type
|
|
23126
22559
|
</span>
|
|
23127
22560
|
</div>
|
|
23128
|
-
<span
|
|
23129
|
-
class="icon headline-3"
|
|
23130
|
-
>
|
|
23131
|
-
<svg
|
|
23132
|
-
fill="currentColor"
|
|
23133
|
-
height="1em"
|
|
23134
|
-
stroke="currentColor"
|
|
23135
|
-
stroke-width="0"
|
|
23136
|
-
viewBox="0 0 24 24"
|
|
23137
|
-
width="1em"
|
|
23138
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
23139
|
-
>
|
|
23140
|
-
<path
|
|
23141
|
-
d="M0 0h24v24H0z"
|
|
23142
|
-
fill="none"
|
|
23143
|
-
/>
|
|
23144
|
-
<path
|
|
23145
|
-
d="M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9 12 5.83zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15 12 18.17z"
|
|
23146
|
-
/>
|
|
23147
|
-
</svg>
|
|
23148
|
-
</span>
|
|
23149
22561
|
</div>
|
|
23150
22562
|
</span>
|
|
23151
22563
|
<div
|