@mirai/core 0.3.392 → 0.3.394
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/Booking/Booking.module.css +10 -2
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +5 -35
- package/build/components/Booking/partials/Booking.Information.js +1 -1
- package/build/components/Booking/partials/Booking.Information.js.map +1 -1
- package/build/components/Booking/partials/Booking.Menu.js +3 -3
- package/build/components/Booking/partials/Booking.Menu.js.map +1 -1
- package/build/components/Booking/partials/Booking.Modal.js +1 -1
- package/build/components/Booking/partials/Booking.Modal.js.map +1 -1
- package/build/components/Booking/partials/Booking.Payment.js +1 -1
- package/build/components/Booking/partials/Booking.Payment.js.map +1 -1
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +12 -84
- package/build/components/ButtonFinder/__tests__/__snapshots__/ButtonFinder.test.js.snap +10 -70
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +8 -56
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +12 -84
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +8 -56
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +28 -196
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +28 -4
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +1 -7
- package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +8 -56
- package/build/components/__shared__/BookingTable/BookingTable.Row.js +1 -5
- package/build/components/__shared__/BookingTable/BookingTable.Row.js.map +1 -1
- package/build/components/__shared__/BookingTerms/BookingTerms.js +1 -1
- package/build/components/__shared__/BookingTerms/BookingTerms.js.map +1 -1
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +18 -126
- package/build/components/__shared__/Footer/Footer.module.css +0 -1
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +4 -28
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +31 -217
- package/package.json +2 -2
- package/public/themes/monalisa.theme.css +4 -3
|
@@ -1403,13 +1403,7 @@ exports[`component:<ButtonFinder> inherit:className 1`] = `
|
|
|
1403
1403
|
<ui-text
|
|
1404
1404
|
class="text action"
|
|
1405
1405
|
>
|
|
1406
|
-
finder.label.
|
|
1407
|
-
<ui-text
|
|
1408
|
-
style="text-decoration: underline;"
|
|
1409
|
-
>
|
|
1410
|
-
type
|
|
1411
|
-
</ui-text>
|
|
1412
|
-
count.room
|
|
1406
|
+
finder.label.place_type_count.room
|
|
1413
1407
|
</ui-text>
|
|
1414
1408
|
</ui-view>
|
|
1415
1409
|
<ui-input-number
|
|
@@ -1505,13 +1499,7 @@ exports[`component:<ButtonFinder> inherit:className 1`] = `
|
|
|
1505
1499
|
<ui-text
|
|
1506
1500
|
class="text small text hint hint"
|
|
1507
1501
|
>
|
|
1508
|
-
common.label.
|
|
1509
|
-
<ui-text
|
|
1510
|
-
style="text-decoration: underline;"
|
|
1511
|
-
>
|
|
1512
|
-
up
|
|
1513
|
-
</ui-text>
|
|
1514
|
-
to
|
|
1502
|
+
common.label.age_up_to
|
|
1515
1503
|
</ui-text>
|
|
1516
1504
|
</ui-view>
|
|
1517
1505
|
<ui-button
|
|
@@ -3082,13 +3070,7 @@ exports[`component:<ButtonFinder> prop:ghost 1`] = `
|
|
|
3082
3070
|
<ui-text
|
|
3083
3071
|
class="text action"
|
|
3084
3072
|
>
|
|
3085
|
-
finder.label.
|
|
3086
|
-
<ui-text
|
|
3087
|
-
style="text-decoration: underline;"
|
|
3088
|
-
>
|
|
3089
|
-
type
|
|
3090
|
-
</ui-text>
|
|
3091
|
-
count.room
|
|
3073
|
+
finder.label.place_type_count.room
|
|
3092
3074
|
</ui-text>
|
|
3093
3075
|
</ui-view>
|
|
3094
3076
|
<ui-input-number
|
|
@@ -3184,13 +3166,7 @@ exports[`component:<ButtonFinder> prop:ghost 1`] = `
|
|
|
3184
3166
|
<ui-text
|
|
3185
3167
|
class="text small text hint hint"
|
|
3186
3168
|
>
|
|
3187
|
-
common.label.
|
|
3188
|
-
<ui-text
|
|
3189
|
-
style="text-decoration: underline;"
|
|
3190
|
-
>
|
|
3191
|
-
up
|
|
3192
|
-
</ui-text>
|
|
3193
|
-
to
|
|
3169
|
+
common.label.age_up_to
|
|
3194
3170
|
</ui-text>
|
|
3195
3171
|
</ui-view>
|
|
3196
3172
|
<ui-button
|
|
@@ -4757,13 +4733,7 @@ exports[`component:<ButtonFinder> prop:text 1`] = `
|
|
|
4757
4733
|
<ui-text
|
|
4758
4734
|
class="text action"
|
|
4759
4735
|
>
|
|
4760
|
-
finder.label.
|
|
4761
|
-
<ui-text
|
|
4762
|
-
style="text-decoration: underline;"
|
|
4763
|
-
>
|
|
4764
|
-
type
|
|
4765
|
-
</ui-text>
|
|
4766
|
-
count.room
|
|
4736
|
+
finder.label.place_type_count.room
|
|
4767
4737
|
</ui-text>
|
|
4768
4738
|
</ui-view>
|
|
4769
4739
|
<ui-input-number
|
|
@@ -4859,13 +4829,7 @@ exports[`component:<ButtonFinder> prop:text 1`] = `
|
|
|
4859
4829
|
<ui-text
|
|
4860
4830
|
class="text small text hint hint"
|
|
4861
4831
|
>
|
|
4862
|
-
common.label.
|
|
4863
|
-
<ui-text
|
|
4864
|
-
style="text-decoration: underline;"
|
|
4865
|
-
>
|
|
4866
|
-
up
|
|
4867
|
-
</ui-text>
|
|
4868
|
-
to
|
|
4832
|
+
common.label.age_up_to
|
|
4869
4833
|
</ui-text>
|
|
4870
4834
|
</ui-view>
|
|
4871
4835
|
<ui-button
|
|
@@ -6432,13 +6396,7 @@ exports[`component:<ButtonFinder> renders 1`] = `
|
|
|
6432
6396
|
<ui-text
|
|
6433
6397
|
class="text action"
|
|
6434
6398
|
>
|
|
6435
|
-
finder.label.
|
|
6436
|
-
<ui-text
|
|
6437
|
-
style="text-decoration: underline;"
|
|
6438
|
-
>
|
|
6439
|
-
type
|
|
6440
|
-
</ui-text>
|
|
6441
|
-
count.room
|
|
6399
|
+
finder.label.place_type_count.room
|
|
6442
6400
|
</ui-text>
|
|
6443
6401
|
</ui-view>
|
|
6444
6402
|
<ui-input-number
|
|
@@ -6534,13 +6492,7 @@ exports[`component:<ButtonFinder> renders 1`] = `
|
|
|
6534
6492
|
<ui-text
|
|
6535
6493
|
class="text small text hint hint"
|
|
6536
6494
|
>
|
|
6537
|
-
common.label.
|
|
6538
|
-
<ui-text
|
|
6539
|
-
style="text-decoration: underline;"
|
|
6540
|
-
>
|
|
6541
|
-
up
|
|
6542
|
-
</ui-text>
|
|
6543
|
-
to
|
|
6495
|
+
common.label.age_up_to
|
|
6544
6496
|
</ui-text>
|
|
6545
6497
|
</ui-view>
|
|
6546
6498
|
<ui-button
|
|
@@ -8107,13 +8059,7 @@ exports[`component:<ButtonFinder> testID 1`] = `
|
|
|
8107
8059
|
<ui-text
|
|
8108
8060
|
class="text action"
|
|
8109
8061
|
>
|
|
8110
|
-
finder.label.
|
|
8111
|
-
<ui-text
|
|
8112
|
-
style="text-decoration: underline;"
|
|
8113
|
-
>
|
|
8114
|
-
type
|
|
8115
|
-
</ui-text>
|
|
8116
|
-
count.room
|
|
8062
|
+
finder.label.place_type_count.room
|
|
8117
8063
|
</ui-text>
|
|
8118
8064
|
</ui-view>
|
|
8119
8065
|
<ui-input-number
|
|
@@ -8209,13 +8155,7 @@ exports[`component:<ButtonFinder> testID 1`] = `
|
|
|
8209
8155
|
<ui-text
|
|
8210
8156
|
class="text small text hint hint"
|
|
8211
8157
|
>
|
|
8212
|
-
common.label.
|
|
8213
|
-
<ui-text
|
|
8214
|
-
style="text-decoration: underline;"
|
|
8215
|
-
>
|
|
8216
|
-
up
|
|
8217
|
-
</ui-text>
|
|
8218
|
-
to
|
|
8158
|
+
common.label.age_up_to
|
|
8219
8159
|
</ui-text>
|
|
8220
8160
|
</ui-view>
|
|
8221
8161
|
<ui-button
|
|
@@ -236,13 +236,7 @@ exports[`component:<Checkout> Test A/B variant A 1`] = `
|
|
|
236
236
|
<ui-text
|
|
237
237
|
class="text light small"
|
|
238
238
|
>
|
|
239
|
-
common.label.
|
|
240
|
-
<ui-text
|
|
241
|
-
style="text-decoration: underline;"
|
|
242
|
-
>
|
|
243
|
-
rights
|
|
244
|
-
</ui-text>
|
|
245
|
-
reserved
|
|
239
|
+
common.label.all_rights_reserved
|
|
246
240
|
</ui-text>
|
|
247
241
|
</ui-view>
|
|
248
242
|
<a
|
|
@@ -498,13 +492,7 @@ exports[`component:<Checkout> Test A/B variant B 1`] = `
|
|
|
498
492
|
<ui-text
|
|
499
493
|
class="text light small"
|
|
500
494
|
>
|
|
501
|
-
common.label.
|
|
502
|
-
<ui-text
|
|
503
|
-
style="text-decoration: underline;"
|
|
504
|
-
>
|
|
505
|
-
rights
|
|
506
|
-
</ui-text>
|
|
507
|
-
reserved
|
|
495
|
+
common.label.all_rights_reserved
|
|
508
496
|
</ui-text>
|
|
509
497
|
</ui-view>
|
|
510
498
|
<a
|
|
@@ -760,13 +748,7 @@ exports[`component:<Checkout> inherit:className 1`] = `
|
|
|
760
748
|
<ui-text
|
|
761
749
|
class="text light small"
|
|
762
750
|
>
|
|
763
|
-
common.label.
|
|
764
|
-
<ui-text
|
|
765
|
-
style="text-decoration: underline;"
|
|
766
|
-
>
|
|
767
|
-
rights
|
|
768
|
-
</ui-text>
|
|
769
|
-
reserved
|
|
751
|
+
common.label.all_rights_reserved
|
|
770
752
|
</ui-text>
|
|
771
753
|
</ui-view>
|
|
772
754
|
<a
|
|
@@ -1022,13 +1004,7 @@ exports[`component:<Checkout> prop:session (false) 1`] = `
|
|
|
1022
1004
|
<ui-text
|
|
1023
1005
|
class="text light small"
|
|
1024
1006
|
>
|
|
1025
|
-
common.label.
|
|
1026
|
-
<ui-text
|
|
1027
|
-
style="text-decoration: underline;"
|
|
1028
|
-
>
|
|
1029
|
-
rights
|
|
1030
|
-
</ui-text>
|
|
1031
|
-
reserved
|
|
1007
|
+
common.label.all_rights_reserved
|
|
1032
1008
|
</ui-text>
|
|
1033
1009
|
</ui-view>
|
|
1034
1010
|
<a
|
|
@@ -1284,13 +1260,7 @@ exports[`component:<Checkout> prop:skeleton 1`] = `
|
|
|
1284
1260
|
<ui-text
|
|
1285
1261
|
class="text light small"
|
|
1286
1262
|
>
|
|
1287
|
-
common.label.
|
|
1288
|
-
<ui-text
|
|
1289
|
-
style="text-decoration: underline;"
|
|
1290
|
-
>
|
|
1291
|
-
rights
|
|
1292
|
-
</ui-text>
|
|
1293
|
-
reserved
|
|
1263
|
+
common.label.all_rights_reserved
|
|
1294
1264
|
</ui-text>
|
|
1295
1265
|
</ui-view>
|
|
1296
1266
|
<a
|
|
@@ -1546,13 +1516,7 @@ exports[`component:<Checkout> renders 1`] = `
|
|
|
1546
1516
|
<ui-text
|
|
1547
1517
|
class="text light small"
|
|
1548
1518
|
>
|
|
1549
|
-
common.label.
|
|
1550
|
-
<ui-text
|
|
1551
|
-
style="text-decoration: underline;"
|
|
1552
|
-
>
|
|
1553
|
-
rights
|
|
1554
|
-
</ui-text>
|
|
1555
|
-
reserved
|
|
1519
|
+
common.label.all_rights_reserved
|
|
1556
1520
|
</ui-text>
|
|
1557
1521
|
</ui-view>
|
|
1558
1522
|
<a
|
|
@@ -1809,13 +1773,7 @@ exports[`component:<Checkout> testID 1`] = `
|
|
|
1809
1773
|
<ui-text
|
|
1810
1774
|
class="text light small"
|
|
1811
1775
|
>
|
|
1812
|
-
common.label.
|
|
1813
|
-
<ui-text
|
|
1814
|
-
style="text-decoration: underline;"
|
|
1815
|
-
>
|
|
1816
|
-
rights
|
|
1817
|
-
</ui-text>
|
|
1818
|
-
reserved
|
|
1776
|
+
common.label.all_rights_reserved
|
|
1819
1777
|
</ui-text>
|
|
1820
1778
|
</ui-view>
|
|
1821
1779
|
<a
|
|
@@ -2071,13 +2029,7 @@ exports[`component:<Checkout> with a store 1`] = `
|
|
|
2071
2029
|
<ui-text
|
|
2072
2030
|
class="text light small"
|
|
2073
2031
|
>
|
|
2074
|
-
common.label.
|
|
2075
|
-
<ui-text
|
|
2076
|
-
style="text-decoration: underline;"
|
|
2077
|
-
>
|
|
2078
|
-
rights
|
|
2079
|
-
</ui-text>
|
|
2080
|
-
reserved
|
|
2032
|
+
common.label.all_rights_reserved
|
|
2081
2033
|
</ui-text>
|
|
2082
2034
|
</ui-view>
|
|
2083
2035
|
<a
|
|
@@ -140,13 +140,7 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant A 1`] = `
|
|
|
140
140
|
<ui-text
|
|
141
141
|
class="text action wide"
|
|
142
142
|
>
|
|
143
|
-
user.label.
|
|
144
|
-
<ui-text
|
|
145
|
-
style="text-decoration: underline;"
|
|
146
|
-
>
|
|
147
|
-
discount
|
|
148
|
-
</ui-text>
|
|
149
|
-
1
|
|
143
|
+
user.label.checkout_discount_1
|
|
150
144
|
</ui-text>
|
|
151
145
|
<ui-text
|
|
152
146
|
class="text action"
|
|
@@ -160,13 +154,7 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant A 1`] = `
|
|
|
160
154
|
<ui-text
|
|
161
155
|
class="text action wide"
|
|
162
156
|
>
|
|
163
|
-
user.notification.
|
|
164
|
-
<ui-text
|
|
165
|
-
style="text-decoration: underline;"
|
|
166
|
-
>
|
|
167
|
-
tax
|
|
168
|
-
</ui-text>
|
|
169
|
-
0
|
|
157
|
+
user.notification.checkout_tax_0
|
|
170
158
|
</ui-text>
|
|
171
159
|
<ui-text
|
|
172
160
|
class="text action"
|
|
@@ -404,13 +392,7 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant B 1`] = `
|
|
|
404
392
|
<ui-text
|
|
405
393
|
class="text action wide"
|
|
406
394
|
>
|
|
407
|
-
user.label.
|
|
408
|
-
<ui-text
|
|
409
|
-
style="text-decoration: underline;"
|
|
410
|
-
>
|
|
411
|
-
discount
|
|
412
|
-
</ui-text>
|
|
413
|
-
1
|
|
395
|
+
user.label.checkout_discount_1
|
|
414
396
|
</ui-text>
|
|
415
397
|
<ui-text
|
|
416
398
|
class="text action"
|
|
@@ -424,13 +406,7 @@ exports[`component:<Checkout> partial:<Confirmation> Test A/B variant B 1`] = `
|
|
|
424
406
|
<ui-text
|
|
425
407
|
class="text action wide"
|
|
426
408
|
>
|
|
427
|
-
user.notification.
|
|
428
|
-
<ui-text
|
|
429
|
-
style="text-decoration: underline;"
|
|
430
|
-
>
|
|
431
|
-
tax
|
|
432
|
-
</ui-text>
|
|
433
|
-
0
|
|
409
|
+
user.notification.checkout_tax_0
|
|
434
410
|
</ui-text>
|
|
435
411
|
<ui-text
|
|
436
412
|
class="text action"
|
|
@@ -667,13 +643,7 @@ exports[`component:<Checkout> partial:<Confirmation> inherit:className 1`] = `
|
|
|
667
643
|
<ui-text
|
|
668
644
|
class="text action wide"
|
|
669
645
|
>
|
|
670
|
-
user.label.
|
|
671
|
-
<ui-text
|
|
672
|
-
style="text-decoration: underline;"
|
|
673
|
-
>
|
|
674
|
-
discount
|
|
675
|
-
</ui-text>
|
|
676
|
-
1
|
|
646
|
+
user.label.checkout_discount_1
|
|
677
647
|
</ui-text>
|
|
678
648
|
<ui-text
|
|
679
649
|
class="text action"
|
|
@@ -687,13 +657,7 @@ exports[`component:<Checkout> partial:<Confirmation> inherit:className 1`] = `
|
|
|
687
657
|
<ui-text
|
|
688
658
|
class="text action wide"
|
|
689
659
|
>
|
|
690
|
-
user.notification.
|
|
691
|
-
<ui-text
|
|
692
|
-
style="text-decoration: underline;"
|
|
693
|
-
>
|
|
694
|
-
tax
|
|
695
|
-
</ui-text>
|
|
696
|
-
0
|
|
660
|
+
user.notification.checkout_tax_0
|
|
697
661
|
</ui-text>
|
|
698
662
|
<ui-text
|
|
699
663
|
class="text action"
|
|
@@ -930,13 +894,7 @@ exports[`component:<Checkout> partial:<Confirmation> renders 1`] = `
|
|
|
930
894
|
<ui-text
|
|
931
895
|
class="text action wide"
|
|
932
896
|
>
|
|
933
|
-
user.label.
|
|
934
|
-
<ui-text
|
|
935
|
-
style="text-decoration: underline;"
|
|
936
|
-
>
|
|
937
|
-
discount
|
|
938
|
-
</ui-text>
|
|
939
|
-
1
|
|
897
|
+
user.label.checkout_discount_1
|
|
940
898
|
</ui-text>
|
|
941
899
|
<ui-text
|
|
942
900
|
class="text action"
|
|
@@ -950,13 +908,7 @@ exports[`component:<Checkout> partial:<Confirmation> renders 1`] = `
|
|
|
950
908
|
<ui-text
|
|
951
909
|
class="text action wide"
|
|
952
910
|
>
|
|
953
|
-
user.notification.
|
|
954
|
-
<ui-text
|
|
955
|
-
style="text-decoration: underline;"
|
|
956
|
-
>
|
|
957
|
-
tax
|
|
958
|
-
</ui-text>
|
|
959
|
-
0
|
|
911
|
+
user.notification.checkout_tax_0
|
|
960
912
|
</ui-text>
|
|
961
913
|
<ui-text
|
|
962
914
|
class="text action"
|
|
@@ -1194,13 +1146,7 @@ exports[`component:<Checkout> partial:<Confirmation> testID 1`] = `
|
|
|
1194
1146
|
<ui-text
|
|
1195
1147
|
class="text action wide"
|
|
1196
1148
|
>
|
|
1197
|
-
user.label.
|
|
1198
|
-
<ui-text
|
|
1199
|
-
style="text-decoration: underline;"
|
|
1200
|
-
>
|
|
1201
|
-
discount
|
|
1202
|
-
</ui-text>
|
|
1203
|
-
1
|
|
1149
|
+
user.label.checkout_discount_1
|
|
1204
1150
|
</ui-text>
|
|
1205
1151
|
<ui-text
|
|
1206
1152
|
class="text action"
|
|
@@ -1214,13 +1160,7 @@ exports[`component:<Checkout> partial:<Confirmation> testID 1`] = `
|
|
|
1214
1160
|
<ui-text
|
|
1215
1161
|
class="text action wide"
|
|
1216
1162
|
>
|
|
1217
|
-
user.notification.
|
|
1218
|
-
<ui-text
|
|
1219
|
-
style="text-decoration: underline;"
|
|
1220
|
-
>
|
|
1221
|
-
tax
|
|
1222
|
-
</ui-text>
|
|
1223
|
-
0
|
|
1163
|
+
user.notification.checkout_tax_0
|
|
1224
1164
|
</ui-text>
|
|
1225
1165
|
<ui-text
|
|
1226
1166
|
class="text action"
|
|
@@ -1457,13 +1397,7 @@ exports[`component:<Checkout> partial:<Confirmation> with a store 1`] = `
|
|
|
1457
1397
|
<ui-text
|
|
1458
1398
|
class="text action wide"
|
|
1459
1399
|
>
|
|
1460
|
-
user.label.
|
|
1461
|
-
<ui-text
|
|
1462
|
-
style="text-decoration: underline;"
|
|
1463
|
-
>
|
|
1464
|
-
discount
|
|
1465
|
-
</ui-text>
|
|
1466
|
-
1
|
|
1400
|
+
user.label.checkout_discount_1
|
|
1467
1401
|
</ui-text>
|
|
1468
1402
|
<ui-text
|
|
1469
1403
|
class="text action"
|
|
@@ -1477,13 +1411,7 @@ exports[`component:<Checkout> partial:<Confirmation> with a store 1`] = `
|
|
|
1477
1411
|
<ui-text
|
|
1478
1412
|
class="text action wide"
|
|
1479
1413
|
>
|
|
1480
|
-
user.notification.
|
|
1481
|
-
<ui-text
|
|
1482
|
-
style="text-decoration: underline;"
|
|
1483
|
-
>
|
|
1484
|
-
tax
|
|
1485
|
-
</ui-text>
|
|
1486
|
-
0
|
|
1414
|
+
user.notification.checkout_tax_0
|
|
1487
1415
|
</ui-text>
|
|
1488
1416
|
<ui-text
|
|
1489
1417
|
class="text action"
|
|
@@ -1628,13 +1628,7 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1628
1628
|
<ui-text
|
|
1629
1629
|
class="text action"
|
|
1630
1630
|
>
|
|
1631
|
-
finder.label.
|
|
1632
|
-
<ui-text
|
|
1633
|
-
style="text-decoration: underline;"
|
|
1634
|
-
>
|
|
1635
|
-
type
|
|
1636
|
-
</ui-text>
|
|
1637
|
-
count.room
|
|
1631
|
+
finder.label.place_type_count.room
|
|
1638
1632
|
</ui-text>
|
|
1639
1633
|
</ui-view>
|
|
1640
1634
|
<ui-input-number
|
|
@@ -1730,13 +1724,7 @@ exports[`component:<Deals> inherit:className 1`] = `
|
|
|
1730
1724
|
<ui-text
|
|
1731
1725
|
class="text small text hint hint"
|
|
1732
1726
|
>
|
|
1733
|
-
common.label.
|
|
1734
|
-
<ui-text
|
|
1735
|
-
style="text-decoration: underline;"
|
|
1736
|
-
>
|
|
1737
|
-
up
|
|
1738
|
-
</ui-text>
|
|
1739
|
-
to
|
|
1727
|
+
common.label.age_up_to
|
|
1740
1728
|
</ui-text>
|
|
1741
1729
|
</ui-view>
|
|
1742
1730
|
<ui-button
|
|
@@ -3611,13 +3599,7 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
3611
3599
|
<ui-text
|
|
3612
3600
|
class="text action"
|
|
3613
3601
|
>
|
|
3614
|
-
finder.label.
|
|
3615
|
-
<ui-text
|
|
3616
|
-
style="text-decoration: underline;"
|
|
3617
|
-
>
|
|
3618
|
-
type
|
|
3619
|
-
</ui-text>
|
|
3620
|
-
count.room
|
|
3602
|
+
finder.label.place_type_count.room
|
|
3621
3603
|
</ui-text>
|
|
3622
3604
|
</ui-view>
|
|
3623
3605
|
<ui-input-number
|
|
@@ -3713,13 +3695,7 @@ exports[`component:<Deals> prop:value 1`] = `
|
|
|
3713
3695
|
<ui-text
|
|
3714
3696
|
class="text small text hint hint"
|
|
3715
3697
|
>
|
|
3716
|
-
common.label.
|
|
3717
|
-
<ui-text
|
|
3718
|
-
style="text-decoration: underline;"
|
|
3719
|
-
>
|
|
3720
|
-
up
|
|
3721
|
-
</ui-text>
|
|
3722
|
-
to
|
|
3698
|
+
common.label.age_up_to
|
|
3723
3699
|
</ui-text>
|
|
3724
3700
|
</ui-view>
|
|
3725
3701
|
<ui-button
|
|
@@ -5674,13 +5650,7 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
5674
5650
|
<ui-text
|
|
5675
5651
|
class="text action"
|
|
5676
5652
|
>
|
|
5677
|
-
finder.label.
|
|
5678
|
-
<ui-text
|
|
5679
|
-
style="text-decoration: underline;"
|
|
5680
|
-
>
|
|
5681
|
-
type
|
|
5682
|
-
</ui-text>
|
|
5683
|
-
count.room
|
|
5653
|
+
finder.label.place_type_count.room
|
|
5684
5654
|
</ui-text>
|
|
5685
5655
|
</ui-view>
|
|
5686
5656
|
<ui-input-number
|
|
@@ -5776,13 +5746,7 @@ exports[`component:<Deals> renders 1`] = `
|
|
|
5776
5746
|
<ui-text
|
|
5777
5747
|
class="text small text hint hint"
|
|
5778
5748
|
>
|
|
5779
|
-
common.label.
|
|
5780
|
-
<ui-text
|
|
5781
|
-
style="text-decoration: underline;"
|
|
5782
|
-
>
|
|
5783
|
-
up
|
|
5784
|
-
</ui-text>
|
|
5785
|
-
to
|
|
5749
|
+
common.label.age_up_to
|
|
5786
5750
|
</ui-text>
|
|
5787
5751
|
</ui-view>
|
|
5788
5752
|
<ui-button
|
|
@@ -7589,13 +7553,7 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7589
7553
|
<ui-text
|
|
7590
7554
|
class="text action"
|
|
7591
7555
|
>
|
|
7592
|
-
finder.label.
|
|
7593
|
-
<ui-text
|
|
7594
|
-
style="text-decoration: underline;"
|
|
7595
|
-
>
|
|
7596
|
-
type
|
|
7597
|
-
</ui-text>
|
|
7598
|
-
count.room
|
|
7556
|
+
finder.label.place_type_count.room
|
|
7599
7557
|
</ui-text>
|
|
7600
7558
|
</ui-view>
|
|
7601
7559
|
<ui-input-number
|
|
@@ -7691,13 +7649,7 @@ exports[`component:<Deals> testID 1`] = `
|
|
|
7691
7649
|
<ui-text
|
|
7692
7650
|
class="text small text hint hint"
|
|
7693
7651
|
>
|
|
7694
|
-
common.label.
|
|
7695
|
-
<ui-text
|
|
7696
|
-
style="text-decoration: underline;"
|
|
7697
|
-
>
|
|
7698
|
-
up
|
|
7699
|
-
</ui-text>
|
|
7700
|
-
to
|
|
7652
|
+
common.label.age_up_to
|
|
7701
7653
|
</ui-text>
|
|
7702
7654
|
</ui-view>
|
|
7703
7655
|
<ui-button
|