@mirai/core 0.3.171 → 0.3.175

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.
Files changed (55) hide show
  1. package/build/components/Booking/Booking.js +1 -1
  2. package/build/components/Booking/Booking.js.map +1 -1
  3. package/build/components/Booking/Booking.l10n.js +15 -0
  4. package/build/components/Booking/Booking.l10n.js.map +1 -1
  5. package/build/components/Booking/Booking.module.css +9 -0
  6. package/build/components/{__shared__/BookingTerms/BookingTerms.js → Booking/partials/Booking.Others.js} +18 -17
  7. package/build/components/Booking/partials/Booking.Others.js.map +1 -0
  8. package/build/components/{__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap → Booking/partials/__tests__/__snapshots__/Booking.Others.test.js.snap} +8 -4
  9. package/build/components/Booking/partials/index.js +13 -2
  10. package/build/components/Booking/partials/index.js.map +1 -1
  11. package/build/components/Checkout/Checkout.js +5 -20
  12. package/build/components/Checkout/Checkout.js.map +1 -1
  13. package/build/components/Checkout/Checkout.module.css +0 -14
  14. package/build/components/Checkout/helpers/getFieldProps.js +1 -3
  15. package/build/components/Checkout/helpers/getFieldProps.js.map +1 -1
  16. package/build/components/Checkout/partials/Checkout.Confirmation.js +7 -11
  17. package/build/components/Checkout/partials/Checkout.Confirmation.js.map +1 -1
  18. package/build/components/Checkout/partials/Checkout.Form.js +4 -23
  19. package/build/components/Checkout/partials/Checkout.Form.js.map +1 -1
  20. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +0 -492
  21. package/build/components/Profile/components/Settings/Settings.Account.js +8 -26
  22. package/build/components/Profile/components/Settings/Settings.Account.js.map +1 -1
  23. package/build/components/Profile/components/Settings/Settings.module.css +0 -4
  24. package/build/components/Signup/Signup.js +6 -24
  25. package/build/components/Signup/Signup.js.map +1 -1
  26. package/build/components/Signup/Signup.module.css +0 -4
  27. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +9 -24
  28. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +0 -12
  29. package/build/components/__shared__/Payment/components/Card/Card.js +0 -4
  30. package/build/components/__shared__/Payment/components/Card/Card.js.map +1 -1
  31. package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +0 -23
  32. package/build/components/__shared__/Payment/components/Card/helpers/formatValues.js +0 -2
  33. package/build/components/__shared__/Payment/components/Card/helpers/formatValues.js.map +1 -1
  34. package/build/components/__shared__/Payment/components/PCI/helpers/formatValues.js +0 -2
  35. package/build/components/__shared__/Payment/components/PCI/helpers/formatValues.js.map +1 -1
  36. package/build/components/__shared__/Payment/helpers/index.js +0 -11
  37. package/build/components/__shared__/Payment/helpers/index.js.map +1 -1
  38. package/build/components/__shared__/index.js +0 -22
  39. package/build/components/__shared__/index.js.map +1 -1
  40. package/package.json +1 -1
  41. package/build/components/__shared__/BookingTerms/BookingTerms.js.map +0 -1
  42. package/build/components/__shared__/BookingTerms/BookingTerms.l10n.js +0 -27
  43. package/build/components/__shared__/BookingTerms/BookingTerms.l10n.js.map +0 -1
  44. package/build/components/__shared__/BookingTerms/BookingTerms.module.css +0 -42
  45. package/build/components/__shared__/BookingTerms/index.js +0 -17
  46. package/build/components/__shared__/BookingTerms/index.js.map +0 -1
  47. package/build/components/__shared__/NotificationRequiredFields/NotificationRequiredFields.js +0 -52
  48. package/build/components/__shared__/NotificationRequiredFields/NotificationRequiredFields.js.map +0 -1
  49. package/build/components/__shared__/NotificationRequiredFields/NotificationRequiredFields.l10n.js +0 -62
  50. package/build/components/__shared__/NotificationRequiredFields/NotificationRequiredFields.l10n.js.map +0 -1
  51. package/build/components/__shared__/NotificationRequiredFields/NotificationRequiredFields.module.css +0 -8
  52. package/build/components/__shared__/NotificationRequiredFields/index.js +0 -17
  53. package/build/components/__shared__/NotificationRequiredFields/index.js.map +0 -1
  54. package/build/components/__shared__/Payment/helpers/formatExpire.js +0 -15
  55. package/build/components/__shared__/Payment/helpers/formatExpire.js.map +0 -1
@@ -39,7 +39,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
39
39
  </span>
40
40
  <input
41
41
  class="input input withLabel"
42
- id="checkout-firstName"
43
42
  name="firstName"
44
43
  required=""
45
44
  type="text"
@@ -69,7 +68,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
69
68
  </span>
70
69
  <input
71
70
  class="input input withLabel"
72
- id="checkout-lastName"
73
71
  name="lastName"
74
72
  required=""
75
73
  type="text"
@@ -99,7 +97,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
99
97
  </span>
100
98
  <input
101
99
  class="input input withLabel"
102
- id="checkout-email"
103
100
  name="email"
104
101
  required=""
105
102
  type="email"
@@ -127,7 +124,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
127
124
  </span>
128
125
  <select
129
126
  class="select empty input prefix withLabel empty"
130
- id="checkout-phone"
131
127
  name="phone-prefix"
132
128
  required=""
133
129
  >
@@ -1212,7 +1208,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1212
1208
  </span>
1213
1209
  <input
1214
1210
  class="input input withLabel"
1215
- id="checkout-phone"
1216
1211
  maxlength="12"
1217
1212
  name="phone-phone"
1218
1213
  required=""
@@ -1239,7 +1234,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1239
1234
  </span>
1240
1235
  <input
1241
1236
  class="input input withLabel"
1242
- id="checkout-company"
1243
1237
  name="company"
1244
1238
  type="text"
1245
1239
  value=""
@@ -1263,7 +1257,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1263
1257
  </span>
1264
1258
  <textarea
1265
1259
  class="input input withLabel multiLine"
1266
- id="checkout-comments"
1267
1260
  name="comments"
1268
1261
  />
1269
1262
  </div>
@@ -1277,7 +1270,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1277
1270
  <span
1278
1271
  class="text small"
1279
1272
  hint=""
1280
- id="checkout-undefined"
1281
1273
  label="undefined"
1282
1274
  name="undefined"
1283
1275
  >
@@ -1286,7 +1278,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1286
1278
  <div
1287
1279
  class="pressable inputOption"
1288
1280
  hint=""
1289
- id="checkout-hotel_future_offers"
1290
1281
  >
1291
1282
  <div
1292
1283
  class="checkbox"
@@ -1307,7 +1298,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1307
1298
  <div
1308
1299
  class="pressable inputOption"
1309
1300
  hint=""
1310
- id="checkout-joinClub"
1311
1301
  >
1312
1302
  <div
1313
1303
  class="checkbox"
@@ -1328,7 +1318,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1328
1318
  <div
1329
1319
  class="pressable inputOption"
1330
1320
  hint=""
1331
- id="checkout-privacyPolicy"
1332
1321
  >
1333
1322
  <div
1334
1323
  class="checkbox"
@@ -1423,118 +1412,6 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1423
1412
  </div>
1424
1413
  </div>
1425
1414
  </div>
1426
- <div
1427
- class="pressable container overflow"
1428
- style="height: 768px;"
1429
- >
1430
- <div
1431
- class="view fit modal"
1432
- >
1433
- <div
1434
- class="view row header hideBack"
1435
- >
1436
- <button
1437
- class="pressable button small squared transparent button"
1438
- >
1439
- <span
1440
- class="icon headline-3 icon"
1441
- >
1442
- <svg
1443
- fill="currentColor"
1444
- height="1em"
1445
- stroke="currentColor"
1446
- stroke-width="0"
1447
- viewBox="0 0 24 24"
1448
- width="1em"
1449
- xmlns="http://www.w3.org/2000/svg"
1450
- >
1451
- <path
1452
- d="M0 0h24v24H0V0z"
1453
- fill="none"
1454
- />
1455
- <path
1456
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
1457
- />
1458
- </svg>
1459
- </span>
1460
- </button>
1461
- </div>
1462
- <div
1463
- class="scrollview vertical notIndicator"
1464
- >
1465
- <div
1466
- class="view"
1467
- >
1468
- <div
1469
- class="view"
1470
- >
1471
- <span
1472
- class="text bold small"
1473
- >
1474
- common.label.payment_terms
1475
- </span>
1476
- <span
1477
- class="text small"
1478
- >
1479
- Prepago de 100%: Tarjeta de crédito o Amazon Pay
1480
- </span>
1481
- </div>
1482
- <div
1483
- class="view"
1484
- >
1485
- <span
1486
- class="text bold small"
1487
- >
1488
- common.label.cancellation_policy
1489
- </span>
1490
- <span
1491
- class="text small"
1492
- >
1493
- Para que la reserva quede confirmada, es necesario el cobro por anticipado del 100% de toda la estancia reservada. Recibirá un cargo en su tarjeta por dicho importe. Sólo entonces su confirmación tendrá validez. El importe no será devuelto bajo ninguna circunstancia.
1494
- </span>
1495
- </div>
1496
- <div
1497
- class="view"
1498
- >
1499
- <span
1500
- class="text bold small"
1501
- >
1502
- common.label.others_terms
1503
- </span>
1504
- <span
1505
- class="text small"
1506
- >
1507
- <span
1508
- class="text small wide"
1509
- >
1510
- Check- in a partir de las 15.00h.
1511
- </span>
1512
- <span
1513
- class="text small wide"
1514
- >
1515
- Check - out hasta las 12.00h.
1516
- </span>
1517
- <span
1518
- class="text small wide"
1519
- >
1520
- Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
1521
- </span>
1522
- <span
1523
- class="text small wide"
1524
- >
1525
- En caso de alojarse con bebés, éstos no incluyen régimen alguno.
1526
- </span>
1527
- <span
1528
- class="text small wide"
1529
- >
1530
- Acceso spa infantil para bebés 8.50€ al día.
1531
- </span>
1532
- </span>
1533
- </div>
1534
- </div>
1535
- </div>
1536
- </div>
1537
- </div>
1538
1415
  </DocumentFragment>
1539
1416
  `;
1540
1417
 
@@ -1577,7 +1454,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1577
1454
  </span>
1578
1455
  <input
1579
1456
  class="input input withLabel"
1580
- id="checkout-firstName"
1581
1457
  name="firstName"
1582
1458
  required=""
1583
1459
  type="text"
@@ -1607,7 +1483,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1607
1483
  </span>
1608
1484
  <input
1609
1485
  class="input input withLabel"
1610
- id="checkout-lastName"
1611
1486
  name="lastName"
1612
1487
  required=""
1613
1488
  type="text"
@@ -1637,7 +1512,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1637
1512
  </span>
1638
1513
  <input
1639
1514
  class="input input withLabel"
1640
- id="checkout-email"
1641
1515
  name="email"
1642
1516
  required=""
1643
1517
  type="email"
@@ -1665,7 +1539,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1665
1539
  </span>
1666
1540
  <select
1667
1541
  class="select empty input prefix withLabel empty"
1668
- id="checkout-phone"
1669
1542
  name="phone-prefix"
1670
1543
  required=""
1671
1544
  >
@@ -2750,7 +2623,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2750
2623
  </span>
2751
2624
  <input
2752
2625
  class="input input withLabel"
2753
- id="checkout-phone"
2754
2626
  maxlength="12"
2755
2627
  name="phone-phone"
2756
2628
  required=""
@@ -2777,7 +2649,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2777
2649
  </span>
2778
2650
  <input
2779
2651
  class="input input withLabel"
2780
- id="checkout-company"
2781
2652
  name="company"
2782
2653
  type="text"
2783
2654
  value=""
@@ -2801,7 +2672,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2801
2672
  </span>
2802
2673
  <textarea
2803
2674
  class="input input withLabel multiLine"
2804
- id="checkout-comments"
2805
2675
  name="comments"
2806
2676
  />
2807
2677
  </div>
@@ -2815,7 +2685,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2815
2685
  <span
2816
2686
  class="text small"
2817
2687
  hint=""
2818
- id="checkout-undefined"
2819
2688
  label="undefined"
2820
2689
  name="undefined"
2821
2690
  >
@@ -2824,7 +2693,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2824
2693
  <div
2825
2694
  class="pressable inputOption"
2826
2695
  hint=""
2827
- id="checkout-hotel_future_offers"
2828
2696
  >
2829
2697
  <div
2830
2698
  class="checkbox"
@@ -2845,7 +2713,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2845
2713
  <div
2846
2714
  class="pressable inputOption"
2847
2715
  hint=""
2848
- id="checkout-joinClub"
2849
2716
  >
2850
2717
  <div
2851
2718
  class="checkbox"
@@ -2866,7 +2733,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2866
2733
  <div
2867
2734
  class="pressable inputOption"
2868
2735
  hint=""
2869
- id="checkout-privacyPolicy"
2870
2736
  >
2871
2737
  <div
2872
2738
  class="checkbox"
@@ -2961,118 +2827,6 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2961
2827
  </div>
2962
2828
  </div>
2963
2829
  </div>
2964
- <div
2965
- class="pressable container overflow"
2966
- style="height: 768px;"
2967
- >
2968
- <div
2969
- class="view fit modal"
2970
- >
2971
- <div
2972
- class="view row header hideBack"
2973
- >
2974
- <button
2975
- class="pressable button small squared transparent button"
2976
- >
2977
- <span
2978
- class="icon headline-3 icon"
2979
- >
2980
- <svg
2981
- fill="currentColor"
2982
- height="1em"
2983
- stroke="currentColor"
2984
- stroke-width="0"
2985
- viewBox="0 0 24 24"
2986
- width="1em"
2987
- xmlns="http://www.w3.org/2000/svg"
2988
- >
2989
- <path
2990
- d="M0 0h24v24H0V0z"
2991
- fill="none"
2992
- />
2993
- <path
2994
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
2995
- />
2996
- </svg>
2997
- </span>
2998
- </button>
2999
- </div>
3000
- <div
3001
- class="scrollview vertical notIndicator"
3002
- >
3003
- <div
3004
- class="view"
3005
- >
3006
- <div
3007
- class="view"
3008
- >
3009
- <span
3010
- class="text bold small"
3011
- >
3012
- common.label.payment_terms
3013
- </span>
3014
- <span
3015
- class="text small"
3016
- >
3017
- Prepago de 100%: Tarjeta de crédito o Amazon Pay
3018
- </span>
3019
- </div>
3020
- <div
3021
- class="view"
3022
- >
3023
- <span
3024
- class="text bold small"
3025
- >
3026
- common.label.cancellation_policy
3027
- </span>
3028
- <span
3029
- class="text small"
3030
- >
3031
- Para que la reserva quede confirmada, es necesario el cobro por anticipado del 100% de toda la estancia reservada. Recibirá un cargo en su tarjeta por dicho importe. Sólo entonces su confirmación tendrá validez. El importe no será devuelto bajo ninguna circunstancia.
3032
- </span>
3033
- </div>
3034
- <div
3035
- class="view"
3036
- >
3037
- <span
3038
- class="text bold small"
3039
- >
3040
- common.label.others_terms
3041
- </span>
3042
- <span
3043
- class="text small"
3044
- >
3045
- <span
3046
- class="text small wide"
3047
- >
3048
- Check- in a partir de las 15.00h.
3049
- </span>
3050
- <span
3051
- class="text small wide"
3052
- >
3053
- Check - out hasta las 12.00h.
3054
- </span>
3055
- <span
3056
- class="text small wide"
3057
- >
3058
- Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
3059
- </span>
3060
- <span
3061
- class="text small wide"
3062
- >
3063
- En caso de alojarse con bebés, éstos no incluyen régimen alguno.
3064
- </span>
3065
- <span
3066
- class="text small wide"
3067
- >
3068
- Acceso spa infantil para bebés 8.50€ al día.
3069
- </span>
3070
- </span>
3071
- </div>
3072
- </div>
3073
- </div>
3074
- </div>
3075
- </div>
3076
2830
  </DocumentFragment>
3077
2831
  `;
3078
2832
 
@@ -3116,7 +2870,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3116
2870
  </span>
3117
2871
  <input
3118
2872
  class="input input withLabel"
3119
- id="checkout-firstName"
3120
2873
  name="firstName"
3121
2874
  required=""
3122
2875
  type="text"
@@ -3146,7 +2899,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3146
2899
  </span>
3147
2900
  <input
3148
2901
  class="input input withLabel"
3149
- id="checkout-lastName"
3150
2902
  name="lastName"
3151
2903
  required=""
3152
2904
  type="text"
@@ -3176,7 +2928,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3176
2928
  </span>
3177
2929
  <input
3178
2930
  class="input input withLabel"
3179
- id="checkout-email"
3180
2931
  name="email"
3181
2932
  required=""
3182
2933
  type="email"
@@ -3204,7 +2955,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3204
2955
  </span>
3205
2956
  <select
3206
2957
  class="select empty input prefix withLabel empty"
3207
- id="checkout-phone"
3208
2958
  name="phone-prefix"
3209
2959
  required=""
3210
2960
  >
@@ -4289,7 +4039,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4289
4039
  </span>
4290
4040
  <input
4291
4041
  class="input input withLabel"
4292
- id="checkout-phone"
4293
4042
  maxlength="12"
4294
4043
  name="phone-phone"
4295
4044
  required=""
@@ -4316,7 +4065,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4316
4065
  </span>
4317
4066
  <input
4318
4067
  class="input input withLabel"
4319
- id="checkout-company"
4320
4068
  name="company"
4321
4069
  type="text"
4322
4070
  value=""
@@ -4340,7 +4088,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4340
4088
  </span>
4341
4089
  <textarea
4342
4090
  class="input input withLabel multiLine"
4343
- id="checkout-comments"
4344
4091
  name="comments"
4345
4092
  />
4346
4093
  </div>
@@ -4354,7 +4101,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4354
4101
  <span
4355
4102
  class="text small"
4356
4103
  hint=""
4357
- id="checkout-undefined"
4358
4104
  label="undefined"
4359
4105
  name="undefined"
4360
4106
  >
@@ -4363,7 +4109,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4363
4109
  <div
4364
4110
  class="pressable inputOption"
4365
4111
  hint=""
4366
- id="checkout-hotel_future_offers"
4367
4112
  >
4368
4113
  <div
4369
4114
  class="checkbox"
@@ -4384,7 +4129,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4384
4129
  <div
4385
4130
  class="pressable inputOption"
4386
4131
  hint=""
4387
- id="checkout-joinClub"
4388
4132
  >
4389
4133
  <div
4390
4134
  class="checkbox"
@@ -4405,7 +4149,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4405
4149
  <div
4406
4150
  class="pressable inputOption"
4407
4151
  hint=""
4408
- id="checkout-privacyPolicy"
4409
4152
  >
4410
4153
  <div
4411
4154
  class="checkbox"
@@ -4500,118 +4243,6 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4500
4243
  </div>
4501
4244
  </div>
4502
4245
  </div>
4503
- <div
4504
- class="pressable container overflow"
4505
- style="height: 768px;"
4506
- >
4507
- <div
4508
- class="view fit modal"
4509
- >
4510
- <div
4511
- class="view row header hideBack"
4512
- >
4513
- <button
4514
- class="pressable button small squared transparent button"
4515
- >
4516
- <span
4517
- class="icon headline-3 icon"
4518
- >
4519
- <svg
4520
- fill="currentColor"
4521
- height="1em"
4522
- stroke="currentColor"
4523
- stroke-width="0"
4524
- viewBox="0 0 24 24"
4525
- width="1em"
4526
- xmlns="http://www.w3.org/2000/svg"
4527
- >
4528
- <path
4529
- d="M0 0h24v24H0V0z"
4530
- fill="none"
4531
- />
4532
- <path
4533
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
4534
- />
4535
- </svg>
4536
- </span>
4537
- </button>
4538
- </div>
4539
- <div
4540
- class="scrollview vertical notIndicator"
4541
- >
4542
- <div
4543
- class="view"
4544
- >
4545
- <div
4546
- class="view"
4547
- >
4548
- <span
4549
- class="text bold small"
4550
- >
4551
- common.label.payment_terms
4552
- </span>
4553
- <span
4554
- class="text small"
4555
- >
4556
- Prepago de 100%: Tarjeta de crédito o Amazon Pay
4557
- </span>
4558
- </div>
4559
- <div
4560
- class="view"
4561
- >
4562
- <span
4563
- class="text bold small"
4564
- >
4565
- common.label.cancellation_policy
4566
- </span>
4567
- <span
4568
- class="text small"
4569
- >
4570
- Para que la reserva quede confirmada, es necesario el cobro por anticipado del 100% de toda la estancia reservada. Recibirá un cargo en su tarjeta por dicho importe. Sólo entonces su confirmación tendrá validez. El importe no será devuelto bajo ninguna circunstancia.
4571
- </span>
4572
- </div>
4573
- <div
4574
- class="view"
4575
- >
4576
- <span
4577
- class="text bold small"
4578
- >
4579
- common.label.others_terms
4580
- </span>
4581
- <span
4582
- class="text small"
4583
- >
4584
- <span
4585
- class="text small wide"
4586
- >
4587
- Check- in a partir de las 15.00h.
4588
- </span>
4589
- <span
4590
- class="text small wide"
4591
- >
4592
- Check - out hasta las 12.00h.
4593
- </span>
4594
- <span
4595
- class="text small wide"
4596
- >
4597
- Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
4598
- </span>
4599
- <span
4600
- class="text small wide"
4601
- >
4602
- En caso de alojarse con bebés, éstos no incluyen régimen alguno.
4603
- </span>
4604
- <span
4605
- class="text small wide"
4606
- >
4607
- Acceso spa infantil para bebés 8.50€ al día.
4608
- </span>
4609
- </span>
4610
- </div>
4611
- </div>
4612
- </div>
4613
- </div>
4614
- </div>
4615
4246
  </DocumentFragment>
4616
4247
  `;
4617
4248
 
@@ -4654,7 +4285,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
4654
4285
  </span>
4655
4286
  <input
4656
4287
  class="input input withLabel"
4657
- id="checkout-firstName"
4658
4288
  name="firstName"
4659
4289
  required=""
4660
4290
  type="text"
@@ -4684,7 +4314,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
4684
4314
  </span>
4685
4315
  <input
4686
4316
  class="input input withLabel"
4687
- id="checkout-lastName"
4688
4317
  name="lastName"
4689
4318
  required=""
4690
4319
  type="text"
@@ -4714,7 +4343,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
4714
4343
  </span>
4715
4344
  <input
4716
4345
  class="input input withLabel"
4717
- id="checkout-email"
4718
4346
  name="email"
4719
4347
  required=""
4720
4348
  type="email"
@@ -4742,7 +4370,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
4742
4370
  </span>
4743
4371
  <select
4744
4372
  class="select empty input prefix withLabel empty"
4745
- id="checkout-phone"
4746
4373
  name="phone-prefix"
4747
4374
  required=""
4748
4375
  >
@@ -5827,7 +5454,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5827
5454
  </span>
5828
5455
  <input
5829
5456
  class="input input withLabel"
5830
- id="checkout-phone"
5831
5457
  maxlength="12"
5832
5458
  name="phone-phone"
5833
5459
  required=""
@@ -5854,7 +5480,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5854
5480
  </span>
5855
5481
  <input
5856
5482
  class="input input withLabel"
5857
- id="checkout-company"
5858
5483
  name="company"
5859
5484
  type="text"
5860
5485
  value=""
@@ -5878,7 +5503,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5878
5503
  </span>
5879
5504
  <textarea
5880
5505
  class="input input withLabel multiLine"
5881
- id="checkout-comments"
5882
5506
  name="comments"
5883
5507
  />
5884
5508
  </div>
@@ -5892,7 +5516,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5892
5516
  <span
5893
5517
  class="text small"
5894
5518
  hint=""
5895
- id="checkout-undefined"
5896
5519
  label="undefined"
5897
5520
  name="undefined"
5898
5521
  >
@@ -5901,7 +5524,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5901
5524
  <div
5902
5525
  class="pressable inputOption"
5903
5526
  hint=""
5904
- id="checkout-hotel_future_offers"
5905
5527
  >
5906
5528
  <div
5907
5529
  class="checkbox"
@@ -5922,7 +5544,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5922
5544
  <div
5923
5545
  class="pressable inputOption"
5924
5546
  hint=""
5925
- id="checkout-joinClub"
5926
5547
  >
5927
5548
  <div
5928
5549
  class="checkbox"
@@ -5943,7 +5564,6 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5943
5564
  <div
5944
5565
  class="pressable inputOption"
5945
5566
  hint=""
5946
- id="checkout-privacyPolicy"
5947
5567
  >
5948
5568
  <div
5949
5569
  class="checkbox"
@@ -6038,117 +5658,5 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6038
5658
  </div>
6039
5659
  </div>
6040
5660
  </div>
6041
- <div
6042
- class="pressable container overflow"
6043
- style="height: 768px;"
6044
- >
6045
- <div
6046
- class="view fit modal"
6047
- >
6048
- <div
6049
- class="view row header hideBack"
6050
- >
6051
- <button
6052
- class="pressable button small squared transparent button"
6053
- >
6054
- <span
6055
- class="icon headline-3 icon"
6056
- >
6057
- <svg
6058
- fill="currentColor"
6059
- height="1em"
6060
- stroke="currentColor"
6061
- stroke-width="0"
6062
- viewBox="0 0 24 24"
6063
- width="1em"
6064
- xmlns="http://www.w3.org/2000/svg"
6065
- >
6066
- <path
6067
- d="M0 0h24v24H0V0z"
6068
- fill="none"
6069
- />
6070
- <path
6071
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
6072
- />
6073
- </svg>
6074
- </span>
6075
- </button>
6076
- </div>
6077
- <div
6078
- class="scrollview vertical notIndicator"
6079
- >
6080
- <div
6081
- class="view"
6082
- >
6083
- <div
6084
- class="view"
6085
- >
6086
- <span
6087
- class="text bold small"
6088
- >
6089
- common.label.payment_terms
6090
- </span>
6091
- <span
6092
- class="text small"
6093
- >
6094
- Prepago de 100%: Tarjeta de crédito o Amazon Pay
6095
- </span>
6096
- </div>
6097
- <div
6098
- class="view"
6099
- >
6100
- <span
6101
- class="text bold small"
6102
- >
6103
- common.label.cancellation_policy
6104
- </span>
6105
- <span
6106
- class="text small"
6107
- >
6108
- Para que la reserva quede confirmada, es necesario el cobro por anticipado del 100% de toda la estancia reservada. Recibirá un cargo en su tarjeta por dicho importe. Sólo entonces su confirmación tendrá validez. El importe no será devuelto bajo ninguna circunstancia.
6109
- </span>
6110
- </div>
6111
- <div
6112
- class="view"
6113
- >
6114
- <span
6115
- class="text bold small"
6116
- >
6117
- common.label.others_terms
6118
- </span>
6119
- <span
6120
- class="text small"
6121
- >
6122
- <span
6123
- class="text small wide"
6124
- >
6125
- Check- in a partir de las 15.00h.
6126
- </span>
6127
- <span
6128
- class="text small wide"
6129
- >
6130
- Check - out hasta las 12.00h.
6131
- </span>
6132
- <span
6133
- class="text small wide"
6134
- >
6135
- Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
6136
- </span>
6137
- <span
6138
- class="text small wide"
6139
- >
6140
- En caso de alojarse con bebés, éstos no incluyen régimen alguno.
6141
- </span>
6142
- <span
6143
- class="text small wide"
6144
- >
6145
- Acceso spa infantil para bebés 8.50€ al día.
6146
- </span>
6147
- </span>
6148
- </div>
6149
- </div>
6150
- </div>
6151
- </div>
6152
- </div>
6153
5661
  </DocumentFragment>
6154
5662
  `;