@mirai/core 0.3.356 → 0.3.357

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 (87) hide show
  1. package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
  2. package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +260 -260
  3. package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
  4. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +148 -148
  5. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +108 -108
  6. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +302 -302
  7. package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
  8. package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +24 -24
  9. package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +68 -68
  10. package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
  11. package/build/components/Chat/components/Message/components/Environment.module.css +1 -1
  12. package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +376 -376
  13. package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +112 -112
  14. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +588 -588
  15. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +788 -764
  16. package/build/components/Deals/Deals.js +2 -1
  17. package/build/components/Deals/Deals.js.map +1 -1
  18. package/build/components/Deals/Deals.module.css +1 -1
  19. package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1893 -1893
  20. package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2936 -2884
  21. package/build/components/Finder/Finder.compact.js +7 -4
  22. package/build/components/Finder/Finder.compact.js.map +1 -1
  23. package/build/components/Finder/Finder.module.css +3 -3
  24. package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8430 -8428
  25. package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +5063 -4646
  26. package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +115 -115
  27. package/build/components/Header/Header.js +2 -1
  28. package/build/components/Header/Header.js.map +1 -1
  29. package/build/components/Header/Header.module.css +1 -1
  30. package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
  31. package/build/components/Rates/Rates.Unavailability.js +2 -1
  32. package/build/components/Rates/Rates.Unavailability.js.map +1 -1
  33. package/build/components/Rates/Rates.module.css +2 -2
  34. package/build/components/Rates/components/CardHotel/CardHotel.js +2 -1
  35. package/build/components/Rates/components/CardHotel/CardHotel.js.map +1 -1
  36. package/build/components/Rates/components/CardHotel/CardHotel.module.css +1 -1
  37. package/build/components/Rates/components/Filters/Filters.js +1 -1
  38. package/build/components/Rates/components/Filters/Filters.js.map +1 -1
  39. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.module.css +1 -1
  40. package/build/components/Rates/components/Item/components/Slider/Slider.js +8 -4
  41. package/build/components/Rates/components/Item/components/Slider/Slider.js.map +1 -1
  42. package/build/components/Rates/components/Item/components/Slider/Slider.module.css +2 -2
  43. package/build/components/Rates/components/Item/components/TooltipDates/TooltipDates.module.css +2 -2
  44. package/build/components/Rates/components/ModalExtras/ModalExtras.module.css +0 -4
  45. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +320 -315
  46. package/build/components/Signup/Signup.js +4 -2
  47. package/build/components/Signup/Signup.js.map +1 -1
  48. package/build/components/Signup/Signup.module.css +1 -1
  49. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +279 -279
  50. package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
  51. package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +991 -991
  52. package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
  53. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
  54. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
  55. package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +144 -144
  56. package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +12 -12
  57. package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +32 -32
  58. package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
  59. package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
  60. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +45 -45
  61. package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
  62. package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
  63. package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
  64. package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +219 -219
  65. package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +513 -513
  66. package/build/components/__shared__/FieldPromocode/FieldPromocode.js +1 -0
  67. package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
  68. package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +59 -59
  69. package/build/components/__shared__/Footer/Footer.js +11 -10
  70. package/build/components/__shared__/Footer/Footer.js.map +1 -1
  71. package/build/components/__shared__/Footer/Footer.module.css +2 -2
  72. package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +60 -60
  73. package/build/components/__shared__/Occupation/Occupation.Group.js +2 -1
  74. package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
  75. package/build/components/__shared__/Occupation/Occupation.module.css +3 -3
  76. package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +732 -732
  77. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +319 -313
  78. package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +7 -7
  79. package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +231 -231
  80. package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
  81. package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +27 -27
  82. package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js +4 -2
  83. package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js.map +1 -1
  84. package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
  85. package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
  86. package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +104 -104
  87. package/package.json +1 -1
@@ -5,31 +5,31 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
5
5
  <form
6
6
  autocomplete="off"
7
7
  >
8
- <ui_text
8
+ <ui-text
9
9
  class="text bold headline-3 wide"
10
10
  >
11
11
  user.label.personal_details
12
- </ui_text>
13
- <ui_text
12
+ </ui-text>
13
+ <ui-text
14
14
  class="text small wide"
15
15
  >
16
16
  <span>
17
17
  *
18
18
  </span>
19
19
   
20
- </ui_text>
21
- <ui_input_text
20
+ </ui-text>
21
+ <ui-input-text
22
22
  class="view inputContainer"
23
23
  >
24
- <ui_view
24
+ <ui-view
25
25
  class="view row inputBorder"
26
26
  >
27
- <ui_view
27
+ <ui-view
28
28
  class="view wide content"
29
29
  >
30
- <label
30
+ <ui-label
31
31
  class="text paragraph text label"
32
- for="input.checkout-firstName"
32
+ htmlfor="input.checkout-firstName"
33
33
  >
34
34
  common.label.firstname
35
35
  <span
@@ -37,7 +37,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
37
37
  >
38
38
  *
39
39
  </span>
40
- </label>
40
+ </ui-label>
41
41
  <input
42
42
  class="input input withLabel"
43
43
  id="input.checkout-firstName"
@@ -46,21 +46,21 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
46
46
  type="text"
47
47
  value=""
48
48
  />
49
- </ui_view>
50
- </ui_view>
51
- </ui_input_text>
52
- <ui_input_text
49
+ </ui-view>
50
+ </ui-view>
51
+ </ui-input-text>
52
+ <ui-input-text
53
53
  class="view inputContainer"
54
54
  >
55
- <ui_view
55
+ <ui-view
56
56
  class="view row inputBorder"
57
57
  >
58
- <ui_view
58
+ <ui-view
59
59
  class="view wide content"
60
60
  >
61
- <label
61
+ <ui-label
62
62
  class="text paragraph text label"
63
- for="input.checkout-lastName"
63
+ htmlfor="input.checkout-lastName"
64
64
  >
65
65
  common.label.lastname
66
66
  <span
@@ -68,7 +68,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
68
68
  >
69
69
  *
70
70
  </span>
71
- </label>
71
+ </ui-label>
72
72
  <input
73
73
  class="input input withLabel"
74
74
  id="input.checkout-lastName"
@@ -77,21 +77,21 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
77
77
  type="text"
78
78
  value=""
79
79
  />
80
- </ui_view>
81
- </ui_view>
82
- </ui_input_text>
83
- <ui_input_text
80
+ </ui-view>
81
+ </ui-view>
82
+ </ui-input-text>
83
+ <ui-input-text
84
84
  class="view inputContainer"
85
85
  >
86
- <ui_view
86
+ <ui-view
87
87
  class="view row inputBorder"
88
88
  >
89
- <ui_view
89
+ <ui-view
90
90
  class="view wide content"
91
91
  >
92
- <label
92
+ <ui-label
93
93
  class="text paragraph text label"
94
- for="input.checkout-email"
94
+ htmlfor="input.checkout-email"
95
95
  >
96
96
  common.label.email
97
97
  <span
@@ -99,7 +99,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
99
99
  >
100
100
  *
101
101
  </span>
102
- </label>
102
+ </ui-label>
103
103
  <input
104
104
  class="input input withLabel"
105
105
  id="input.checkout-email"
@@ -108,27 +108,27 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
108
108
  type="email"
109
109
  value=""
110
110
  />
111
- </ui_view>
112
- </ui_view>
113
- </ui_input_text>
114
- <ui_input_phone
111
+ </ui-view>
112
+ </ui-view>
113
+ </ui-input-text>
114
+ <ui-input-phone
115
115
  class="view inputPhone"
116
116
  >
117
- <ui_view
117
+ <ui-view
118
118
  class="view row inputBorder"
119
119
  >
120
- <ui_view
120
+ <ui-view
121
121
  class="view row"
122
122
  >
123
- <ui_view
123
+ <ui-view
124
124
  class="view content"
125
125
  >
126
- <label
126
+ <ui-label
127
127
  class="text paragraph text label"
128
- for="phone-prefix"
128
+ htmlfor="phone-prefix"
129
129
  >
130
130
  common.label.phone_prefix
131
- </label>
131
+ </ui-label>
132
132
  <select
133
133
  class="select empty input prefix withLabel empty"
134
134
  id="phone-prefix"
@@ -1171,8 +1171,8 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1171
1171
  +998
1172
1172
  </option>
1173
1173
  </select>
1174
- </ui_view>
1175
- <ui_icon
1174
+ </ui-view>
1175
+ <ui-icon
1176
1176
  class="icon headline-3 icon expand"
1177
1177
  >
1178
1178
  <svg
@@ -1193,20 +1193,20 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1193
1193
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
1194
1194
  />
1195
1195
  </svg>
1196
- </ui_icon>
1197
- </ui_view>
1198
- <ui_view
1196
+ </ui-icon>
1197
+ </ui-view>
1198
+ <ui-view
1199
1199
  class="view forceRow separator"
1200
1200
  />
1201
- <ui_view
1201
+ <ui-view
1202
1202
  class="view row wide"
1203
1203
  >
1204
- <ui_view
1204
+ <ui-view
1205
1205
  class="view wide content"
1206
1206
  >
1207
- <label
1207
+ <ui-label
1208
1208
  class="text paragraph text label"
1209
- for="checkout-phone"
1209
+ htmlfor="checkout-phone"
1210
1210
  >
1211
1211
  common.label.phone
1212
1212
  <span
@@ -1214,7 +1214,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1214
1214
  >
1215
1215
  *
1216
1216
  </span>
1217
- </label>
1217
+ </ui-label>
1218
1218
  <input
1219
1219
  class="input input withLabel"
1220
1220
  id="checkout-phone"
@@ -1224,25 +1224,25 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1224
1224
  type="tel"
1225
1225
  value=""
1226
1226
  />
1227
- </ui_view>
1228
- </ui_view>
1229
- </ui_view>
1230
- </ui_input_phone>
1231
- <ui_input_text
1227
+ </ui-view>
1228
+ </ui-view>
1229
+ </ui-view>
1230
+ </ui-input-phone>
1231
+ <ui-input-text
1232
1232
  class="view inputContainer"
1233
1233
  >
1234
- <ui_view
1234
+ <ui-view
1235
1235
  class="view row inputBorder"
1236
1236
  >
1237
- <ui_view
1237
+ <ui-view
1238
1238
  class="view wide content"
1239
1239
  >
1240
- <label
1240
+ <ui-label
1241
1241
  class="text paragraph text label"
1242
- for="input.checkout-company"
1242
+ htmlfor="input.checkout-company"
1243
1243
  >
1244
1244
  common.label.company
1245
- </label>
1245
+ </ui-label>
1246
1246
  <input
1247
1247
  class="input input withLabel"
1248
1248
  id="input.checkout-company"
@@ -1250,53 +1250,55 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1250
1250
  type="text"
1251
1251
  value=""
1252
1252
  />
1253
- </ui_view>
1254
- </ui_view>
1255
- </ui_input_text>
1256
- <ui_input_text
1253
+ </ui-view>
1254
+ </ui-view>
1255
+ </ui-input-text>
1256
+ <ui-input-text
1257
1257
  class="view inputContainer"
1258
1258
  >
1259
- <ui_view
1259
+ <ui-view
1260
1260
  class="view row inputBorder"
1261
1261
  >
1262
- <ui_view
1262
+ <ui-view
1263
1263
  class="view wide content"
1264
1264
  >
1265
- <label
1265
+ <ui-label
1266
1266
  class="text paragraph text label"
1267
- for="input.checkout-comments"
1267
+ htmlfor="input.checkout-comments"
1268
1268
  >
1269
1269
  common.label.comments
1270
- </label>
1270
+ </ui-label>
1271
1271
  <textarea
1272
1272
  class="input input withLabel multiLine"
1273
1273
  id="input.checkout-comments"
1274
1274
  name="comments"
1275
1275
  />
1276
- </ui_view>
1277
- </ui_view>
1278
- <ui_text
1276
+ </ui-view>
1277
+ </ui-view>
1278
+ <ui-text
1279
1279
  class="text small text hint"
1280
1280
  >
1281
1281
  user.label.comments_hint
1282
- </ui_text>
1283
- </ui_input_text>
1284
- <ui_text
1282
+ </ui-text>
1283
+ </ui-input-text>
1284
+ <ui-text
1285
1285
  class="text small"
1286
1286
  hint=""
1287
1287
  id="checkout-undefined"
1288
1288
  label="undefined"
1289
1289
  name="undefined"
1290
+ showrequired="true"
1290
1291
  >
1291
1292
  La hora de entrada es a partir de las 15:00h. La hora de salidas es hasta las 12:00h
1292
- </ui_text>
1293
- <ui_input_option
1293
+ </ui-text>
1294
+ <ui-input-option
1294
1295
  class="pressable inputOption"
1295
1296
  hint=""
1296
1297
  id="checkout-hotel_future_offers"
1298
+ success="false"
1297
1299
  tabindex="0"
1298
1300
  >
1299
- <ui_checkbox
1301
+ <ui-checkbox
1300
1302
  class="checkbox"
1301
1303
  >
1302
1304
  <input
@@ -1305,21 +1307,22 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1305
1307
  type="checkbox"
1306
1308
  value=""
1307
1309
  />
1308
- </ui_checkbox>
1309
- <label
1310
+ </ui-checkbox>
1311
+ <ui-label
1310
1312
  class="text small text label"
1311
- for="checkout-hotel_future_offers"
1313
+ htmlfor="checkout-hotel_future_offers"
1312
1314
  >
1313
1315
  Quiero recibir futuras ofertas y noticias de este establecimiento
1314
- </label>
1315
- </ui_input_option>
1316
- <ui_input_option
1316
+ </ui-label>
1317
+ </ui-input-option>
1318
+ <ui-input-option
1317
1319
  class="pressable inputOption"
1318
1320
  hint=""
1319
1321
  id="checkout-joinClub"
1322
+ success="false"
1320
1323
  tabindex="0"
1321
1324
  >
1322
- <ui_checkbox
1325
+ <ui-checkbox
1323
1326
  class="checkbox"
1324
1327
  >
1325
1328
  <input
@@ -1328,21 +1331,22 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1328
1331
  type="checkbox"
1329
1332
  value=""
1330
1333
  />
1331
- </ui_checkbox>
1332
- <label
1334
+ </ui-checkbox>
1335
+ <ui-label
1333
1336
  class="text small text label"
1334
- for="checkout-joinClub"
1337
+ htmlfor="checkout-joinClub"
1335
1338
  >
1336
1339
  user.label.join_club
1337
- </label>
1338
- </ui_input_option>
1339
- <ui_input_option
1340
+ </ui-label>
1341
+ </ui-input-option>
1342
+ <ui-input-option
1340
1343
  class="pressable inputOption"
1341
1344
  hint=""
1342
1345
  id="checkout-privacyPolicy"
1346
+ success="false"
1343
1347
  tabindex="0"
1344
1348
  >
1345
- <ui_checkbox
1349
+ <ui-checkbox
1346
1350
  class="checkbox"
1347
1351
  >
1348
1352
  <input
@@ -1351,10 +1355,10 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1351
1355
  type="checkbox"
1352
1356
  value=""
1353
1357
  />
1354
- </ui_checkbox>
1355
- <label
1358
+ </ui-checkbox>
1359
+ <ui-label
1356
1360
  class="text small text label"
1357
- for="checkout-privacyPolicy"
1361
+ htmlfor="checkout-privacyPolicy"
1358
1362
  >
1359
1363
  user.label.checkout_privacy_policy
1360
1364
  <span
@@ -1362,29 +1366,29 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1362
1366
  >
1363
1367
  *
1364
1368
  </span>
1365
- </label>
1366
- </ui_input_option>
1369
+ </ui-label>
1370
+ </ui-input-option>
1367
1371
  </form>
1368
- <ui_view
1372
+ <ui-view
1369
1373
  class="view"
1370
1374
  >
1371
- <ui_view
1375
+ <ui-view
1372
1376
  class="view"
1373
1377
  >
1374
- <ui_text
1378
+ <ui-text
1375
1379
  class="text bold headline-3"
1376
1380
  >
1377
1381
  payments.label.payment_methods
1378
- </ui_text>
1379
- </ui_view>
1380
- <ui_view
1382
+ </ui-text>
1383
+ </ui-view>
1384
+ <ui-view
1381
1385
  class="view"
1382
1386
  >
1383
- <ui_pressable
1387
+ <ui-pressable
1384
1388
  class="pressable disabled"
1385
- disabled=""
1389
+ disabled="true"
1386
1390
  >
1387
- <ui_radio
1391
+ <ui-radio
1388
1392
  class="radio"
1389
1393
  >
1390
1394
  <input
@@ -1394,15 +1398,15 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1394
1398
  type="radio"
1395
1399
  value="CARD"
1396
1400
  />
1397
- <ui_primitive
1401
+ <ui-primitive
1398
1402
  class="checkmark"
1399
1403
  />
1400
- </ui_radio>
1401
- <ui_text
1404
+ </ui-radio>
1405
+ <ui-text
1402
1406
  class="text bold paragraph"
1403
1407
  >
1404
1408
  payments.label.card
1405
- </ui_text>
1409
+ </ui-text>
1406
1410
  <img
1407
1411
  alt="VISA"
1408
1412
  class="view"
@@ -1413,25 +1417,25 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1413
1417
  class="view"
1414
1418
  src="https://static.mirai.com/payments/images/cards/mastercard.png"
1415
1419
  />
1416
- </ui_pressable>
1417
- <ui_view
1420
+ </ui-pressable>
1421
+ <ui-view
1418
1422
  class="view"
1419
1423
  >
1420
- <ui_fieldset
1424
+ <form
1421
1425
  autocomplete="off"
1422
1426
  >
1423
- <ui_input_text
1427
+ <ui-input-text
1424
1428
  class="view inputContainer"
1425
1429
  >
1426
- <ui_view
1430
+ <ui-view
1427
1431
  class="view row inputBorder"
1428
1432
  >
1429
- <ui_view
1433
+ <ui-view
1430
1434
  class="view wide content"
1431
1435
  >
1432
- <label
1436
+ <ui-label
1433
1437
  class="text paragraph text label"
1434
- for="input.checkout-card"
1438
+ htmlfor="input.checkout-card"
1435
1439
  >
1436
1440
  payments.label.card_number
1437
1441
  <span
@@ -1439,7 +1443,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1439
1443
  >
1440
1444
  *
1441
1445
  </span>
1442
- </label>
1446
+ </ui-label>
1443
1447
  <input
1444
1448
  class="input input withLabel"
1445
1449
  id="input.checkout-card"
@@ -1450,21 +1454,21 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1450
1454
  type="text"
1451
1455
  value=""
1452
1456
  />
1453
- </ui_view>
1454
- </ui_view>
1455
- </ui_input_text>
1456
- <ui_input_text
1457
+ </ui-view>
1458
+ </ui-view>
1459
+ </ui-input-text>
1460
+ <ui-input-text
1457
1461
  class="view inputContainer"
1458
1462
  >
1459
- <ui_view
1463
+ <ui-view
1460
1464
  class="view row inputBorder"
1461
1465
  >
1462
- <ui_view
1466
+ <ui-view
1463
1467
  class="view wide content"
1464
1468
  >
1465
- <label
1469
+ <ui-label
1466
1470
  class="text paragraph text label"
1467
- for="input.checkout-name"
1471
+ htmlfor="input.checkout-name"
1468
1472
  >
1469
1473
  payments.label.card_name
1470
1474
  <span
@@ -1472,7 +1476,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1472
1476
  >
1473
1477
  *
1474
1478
  </span>
1475
- </label>
1479
+ </ui-label>
1476
1480
  <input
1477
1481
  class="input input withLabel"
1478
1482
  id="input.checkout-name"
@@ -1483,21 +1487,21 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1483
1487
  type="text"
1484
1488
  value=""
1485
1489
  />
1486
- </ui_view>
1487
- </ui_view>
1488
- </ui_input_text>
1489
- <ui_input_date
1490
+ </ui-view>
1491
+ </ui-view>
1492
+ </ui-input-text>
1493
+ <ui-input-text
1490
1494
  class="view inputContainer"
1491
1495
  >
1492
- <ui_view
1496
+ <ui-view
1493
1497
  class="view row inputBorder"
1494
1498
  >
1495
- <ui_view
1499
+ <ui-view
1496
1500
  class="view wide content"
1497
1501
  >
1498
- <label
1502
+ <ui-label
1499
1503
  class="text paragraph text label"
1500
- for="input.checkout-expire"
1504
+ htmlfor="input.checkout-expire"
1501
1505
  >
1502
1506
  payments.label.expiration
1503
1507
  <span
@@ -1505,7 +1509,7 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1505
1509
  >
1506
1510
  *
1507
1511
  </span>
1508
- </label>
1512
+ </ui-label>
1509
1513
  <input
1510
1514
  class="input input withLabel"
1511
1515
  id="input.checkout-expire"
@@ -1516,20 +1520,21 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1516
1520
  type="inputDate"
1517
1521
  value=""
1518
1522
  />
1519
- </ui_view>
1520
- </ui_view>
1521
- </ui_input_date>
1522
- </ui_fieldset>
1523
- </ui_view>
1524
- </ui_view>
1525
- <ui_view
1523
+ </ui-view>
1524
+ </ui-view>
1525
+ </ui-input-text>
1526
+ </form>
1527
+ </ui-view>
1528
+ </ui-view>
1529
+ <ui-view
1526
1530
  class="view"
1527
1531
  >
1528
- <ui_pressable
1532
+ <ui-pressable
1529
1533
  class="pressable"
1534
+ disabled="false"
1530
1535
  tabindex="0"
1531
1536
  >
1532
- <ui_radio
1537
+ <ui-radio
1533
1538
  class="radio"
1534
1539
  >
1535
1540
  <input
@@ -1538,39 +1543,39 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1538
1543
  type="radio"
1539
1544
  value="AMAZON_PAY"
1540
1545
  />
1541
- <ui_primitive
1546
+ <ui-primitive
1542
1547
  class="checkmark"
1543
1548
  />
1544
- </ui_radio>
1545
- <ui_text
1549
+ </ui-radio>
1550
+ <ui-text
1546
1551
  class="text bold paragraph"
1547
1552
  >
1548
1553
  payments.label.amazon
1549
- </ui_text>
1554
+ </ui-text>
1550
1555
  <img
1551
1556
  alt="AMAZON PAY"
1552
1557
  class="view"
1553
1558
  src="https://static.mirai.com/payments/images/amazonpay.png"
1554
1559
  />
1555
- </ui_pressable>
1556
- </ui_view>
1557
- </ui_view>
1558
- <ui_modal_overflow
1560
+ </ui-pressable>
1561
+ </ui-view>
1562
+ </ui-view>
1563
+ <ui-modal-overflow
1559
1564
  class="pressable container overflow"
1560
1565
  style="height: 768px;"
1561
1566
  tabindex="0"
1562
1567
  >
1563
- <ui_view
1568
+ <ui-modal
1564
1569
  class="view fit modal"
1565
1570
  >
1566
- <ui_view
1571
+ <ui-view
1567
1572
  class="view row header hideBack"
1568
1573
  >
1569
1574
  <button
1570
1575
  class="pressable button small squared transparent button"
1571
1576
  tabindex="0"
1572
1577
  >
1573
- <ui_icon
1578
+ <ui-icon
1574
1579
  class="icon headline-3 icon"
1575
1580
  >
1576
1581
  <svg
@@ -1590,85 +1595,86 @@ exports[`component:<Checkout> partial:<Form> inherit:className 1`] = `
1590
1595
  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"
1591
1596
  />
1592
1597
  </svg>
1593
- </ui_icon>
1598
+ </ui-icon>
1594
1599
  </button>
1595
- </ui_view>
1596
- <ui_scrollview
1600
+ </ui-view>
1601
+ <ui-scrollview
1597
1602
  class="scrollview vertical"
1603
+ vertical="true"
1598
1604
  >
1599
- <ui_view
1605
+ <ui-view
1600
1606
  class="view"
1601
1607
  >
1602
- <ui_view
1608
+ <ui-view
1603
1609
  class="view"
1604
1610
  >
1605
- <ui_text
1611
+ <ui-text
1606
1612
  class="text bold small"
1607
1613
  >
1608
1614
  common.label.payment_terms
1609
- </ui_text>
1610
- <ui_text
1615
+ </ui-text>
1616
+ <ui-text
1611
1617
  class="text small"
1612
1618
  >
1613
1619
  Prepago de 100%: Tarjeta de crédito o Amazon Pay
1614
- </ui_text>
1615
- </ui_view>
1616
- <ui_view
1620
+ </ui-text>
1621
+ </ui-view>
1622
+ <ui-view
1617
1623
  class="view"
1618
1624
  >
1619
- <ui_text
1625
+ <ui-text
1620
1626
  class="text bold small"
1621
1627
  >
1622
1628
  common.label.cancellation_policy
1623
- </ui_text>
1624
- <ui_text
1629
+ </ui-text>
1630
+ <ui-text
1625
1631
  class="text small"
1626
1632
  >
1627
1633
  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.
1628
- </ui_text>
1629
- </ui_view>
1630
- <ui_view
1634
+ </ui-text>
1635
+ </ui-view>
1636
+ <ui-view
1631
1637
  class="view"
1632
1638
  >
1633
- <ui_text
1639
+ <ui-text
1634
1640
  class="text bold small"
1635
1641
  >
1636
1642
  common.label.others_terms
1637
- </ui_text>
1638
- <ui_text
1643
+ </ui-text>
1644
+ <ui-text
1639
1645
  class="text small"
1640
1646
  >
1641
- <ui_text
1647
+ <ui-text
1642
1648
  class="text small wide"
1643
1649
  >
1644
1650
  Check- in a partir de las 15.00h.
1645
- </ui_text>
1646
- <ui_text
1651
+ </ui-text>
1652
+ <ui-text
1647
1653
  class="text small wide"
1648
1654
  >
1649
1655
  Check - out hasta las 12.00h.
1650
- </ui_text>
1651
- <ui_text
1656
+ </ui-text>
1657
+ <ui-text
1652
1658
  class="text small wide"
1653
1659
  >
1654
1660
  Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
1655
- </ui_text>
1656
- <ui_text
1661
+ </ui-text>
1662
+ <ui-text
1657
1663
  class="text small wide"
1658
1664
  >
1659
1665
  En caso de alojarse con bebés, éstos no incluyen régimen alguno.
1660
- </ui_text>
1661
- <ui_text
1666
+ </ui-text>
1667
+ <ui-text
1662
1668
  class="text small wide"
1663
1669
  >
1664
1670
  Acceso spa infantil para bebés 8.50€ al día.
1665
- </ui_text>
1666
- </ui_text>
1667
- </ui_view>
1668
- </ui_view>
1669
- </ui_scrollview>
1670
- </ui_view>
1671
- </ui_modal_overflow>
1671
+ </ui-text>
1672
+ </ui-text>
1673
+ </ui-view>
1674
+ </ui-view>
1675
+ </ui-scrollview>
1676
+ </ui-modal>
1677
+ </ui-modal-overflow>
1672
1678
  </DocumentFragment>
1673
1679
  `;
1674
1680
 
@@ -1677,31 +1683,31 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1677
1683
  <form
1678
1684
  autocomplete="off"
1679
1685
  >
1680
- <ui_text
1686
+ <ui-text
1681
1687
  class="text bold headline-3 wide"
1682
1688
  >
1683
1689
  user.label.personal_details
1684
- </ui_text>
1685
- <ui_text
1690
+ </ui-text>
1691
+ <ui-text
1686
1692
  class="text small wide"
1687
1693
  >
1688
1694
  <span>
1689
1695
  *
1690
1696
  </span>
1691
1697
   
1692
- </ui_text>
1693
- <ui_input_text
1698
+ </ui-text>
1699
+ <ui-input-text
1694
1700
  class="view inputContainer"
1695
1701
  >
1696
- <ui_view
1702
+ <ui-view
1697
1703
  class="view row inputBorder"
1698
1704
  >
1699
- <ui_view
1705
+ <ui-view
1700
1706
  class="view wide content"
1701
1707
  >
1702
- <label
1708
+ <ui-label
1703
1709
  class="text paragraph text label"
1704
- for="input.checkout-firstName"
1710
+ htmlfor="input.checkout-firstName"
1705
1711
  >
1706
1712
  common.label.firstname
1707
1713
  <span
@@ -1709,7 +1715,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1709
1715
  >
1710
1716
  *
1711
1717
  </span>
1712
- </label>
1718
+ </ui-label>
1713
1719
  <input
1714
1720
  class="input input withLabel"
1715
1721
  id="input.checkout-firstName"
@@ -1718,21 +1724,21 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1718
1724
  type="text"
1719
1725
  value=""
1720
1726
  />
1721
- </ui_view>
1722
- </ui_view>
1723
- </ui_input_text>
1724
- <ui_input_text
1727
+ </ui-view>
1728
+ </ui-view>
1729
+ </ui-input-text>
1730
+ <ui-input-text
1725
1731
  class="view inputContainer"
1726
1732
  >
1727
- <ui_view
1733
+ <ui-view
1728
1734
  class="view row inputBorder"
1729
1735
  >
1730
- <ui_view
1736
+ <ui-view
1731
1737
  class="view wide content"
1732
1738
  >
1733
- <label
1739
+ <ui-label
1734
1740
  class="text paragraph text label"
1735
- for="input.checkout-lastName"
1741
+ htmlfor="input.checkout-lastName"
1736
1742
  >
1737
1743
  common.label.lastname
1738
1744
  <span
@@ -1740,7 +1746,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1740
1746
  >
1741
1747
  *
1742
1748
  </span>
1743
- </label>
1749
+ </ui-label>
1744
1750
  <input
1745
1751
  class="input input withLabel"
1746
1752
  id="input.checkout-lastName"
@@ -1749,21 +1755,21 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1749
1755
  type="text"
1750
1756
  value=""
1751
1757
  />
1752
- </ui_view>
1753
- </ui_view>
1754
- </ui_input_text>
1755
- <ui_input_text
1758
+ </ui-view>
1759
+ </ui-view>
1760
+ </ui-input-text>
1761
+ <ui-input-text
1756
1762
  class="view inputContainer"
1757
1763
  >
1758
- <ui_view
1764
+ <ui-view
1759
1765
  class="view row inputBorder"
1760
1766
  >
1761
- <ui_view
1767
+ <ui-view
1762
1768
  class="view wide content"
1763
1769
  >
1764
- <label
1770
+ <ui-label
1765
1771
  class="text paragraph text label"
1766
- for="input.checkout-email"
1772
+ htmlfor="input.checkout-email"
1767
1773
  >
1768
1774
  common.label.email
1769
1775
  <span
@@ -1771,7 +1777,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1771
1777
  >
1772
1778
  *
1773
1779
  </span>
1774
- </label>
1780
+ </ui-label>
1775
1781
  <input
1776
1782
  class="input input withLabel"
1777
1783
  id="input.checkout-email"
@@ -1780,27 +1786,27 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
1780
1786
  type="email"
1781
1787
  value=""
1782
1788
  />
1783
- </ui_view>
1784
- </ui_view>
1785
- </ui_input_text>
1786
- <ui_input_phone
1789
+ </ui-view>
1790
+ </ui-view>
1791
+ </ui-input-text>
1792
+ <ui-input-phone
1787
1793
  class="view inputPhone"
1788
1794
  >
1789
- <ui_view
1795
+ <ui-view
1790
1796
  class="view row inputBorder"
1791
1797
  >
1792
- <ui_view
1798
+ <ui-view
1793
1799
  class="view row"
1794
1800
  >
1795
- <ui_view
1801
+ <ui-view
1796
1802
  class="view content"
1797
1803
  >
1798
- <label
1804
+ <ui-label
1799
1805
  class="text paragraph text label"
1800
- for="phone-prefix"
1806
+ htmlfor="phone-prefix"
1801
1807
  >
1802
1808
  common.label.phone_prefix
1803
- </label>
1809
+ </ui-label>
1804
1810
  <select
1805
1811
  class="select empty input prefix withLabel empty"
1806
1812
  id="phone-prefix"
@@ -2843,8 +2849,8 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2843
2849
  +998
2844
2850
  </option>
2845
2851
  </select>
2846
- </ui_view>
2847
- <ui_icon
2852
+ </ui-view>
2853
+ <ui-icon
2848
2854
  class="icon headline-3 icon expand"
2849
2855
  >
2850
2856
  <svg
@@ -2865,20 +2871,20 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2865
2871
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
2866
2872
  />
2867
2873
  </svg>
2868
- </ui_icon>
2869
- </ui_view>
2870
- <ui_view
2874
+ </ui-icon>
2875
+ </ui-view>
2876
+ <ui-view
2871
2877
  class="view forceRow separator"
2872
2878
  />
2873
- <ui_view
2879
+ <ui-view
2874
2880
  class="view row wide"
2875
2881
  >
2876
- <ui_view
2882
+ <ui-view
2877
2883
  class="view wide content"
2878
2884
  >
2879
- <label
2885
+ <ui-label
2880
2886
  class="text paragraph text label"
2881
- for="checkout-phone"
2887
+ htmlfor="checkout-phone"
2882
2888
  >
2883
2889
  common.label.phone
2884
2890
  <span
@@ -2886,7 +2892,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2886
2892
  >
2887
2893
  *
2888
2894
  </span>
2889
- </label>
2895
+ </ui-label>
2890
2896
  <input
2891
2897
  class="input input withLabel"
2892
2898
  id="checkout-phone"
@@ -2896,25 +2902,25 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2896
2902
  type="tel"
2897
2903
  value=""
2898
2904
  />
2899
- </ui_view>
2900
- </ui_view>
2901
- </ui_view>
2902
- </ui_input_phone>
2903
- <ui_input_text
2905
+ </ui-view>
2906
+ </ui-view>
2907
+ </ui-view>
2908
+ </ui-input-phone>
2909
+ <ui-input-text
2904
2910
  class="view inputContainer"
2905
2911
  >
2906
- <ui_view
2912
+ <ui-view
2907
2913
  class="view row inputBorder"
2908
2914
  >
2909
- <ui_view
2915
+ <ui-view
2910
2916
  class="view wide content"
2911
2917
  >
2912
- <label
2918
+ <ui-label
2913
2919
  class="text paragraph text label"
2914
- for="input.checkout-company"
2920
+ htmlfor="input.checkout-company"
2915
2921
  >
2916
2922
  common.label.company
2917
- </label>
2923
+ </ui-label>
2918
2924
  <input
2919
2925
  class="input input withLabel"
2920
2926
  id="input.checkout-company"
@@ -2922,53 +2928,55 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2922
2928
  type="text"
2923
2929
  value=""
2924
2930
  />
2925
- </ui_view>
2926
- </ui_view>
2927
- </ui_input_text>
2928
- <ui_input_text
2931
+ </ui-view>
2932
+ </ui-view>
2933
+ </ui-input-text>
2934
+ <ui-input-text
2929
2935
  class="view inputContainer"
2930
2936
  >
2931
- <ui_view
2937
+ <ui-view
2932
2938
  class="view row inputBorder"
2933
2939
  >
2934
- <ui_view
2940
+ <ui-view
2935
2941
  class="view wide content"
2936
2942
  >
2937
- <label
2943
+ <ui-label
2938
2944
  class="text paragraph text label"
2939
- for="input.checkout-comments"
2945
+ htmlfor="input.checkout-comments"
2940
2946
  >
2941
2947
  common.label.comments
2942
- </label>
2948
+ </ui-label>
2943
2949
  <textarea
2944
2950
  class="input input withLabel multiLine"
2945
2951
  id="input.checkout-comments"
2946
2952
  name="comments"
2947
2953
  />
2948
- </ui_view>
2949
- </ui_view>
2950
- <ui_text
2954
+ </ui-view>
2955
+ </ui-view>
2956
+ <ui-text
2951
2957
  class="text small text hint"
2952
2958
  >
2953
2959
  user.label.comments_hint
2954
- </ui_text>
2955
- </ui_input_text>
2956
- <ui_text
2960
+ </ui-text>
2961
+ </ui-input-text>
2962
+ <ui-text
2957
2963
  class="text small"
2958
2964
  hint=""
2959
2965
  id="checkout-undefined"
2960
2966
  label="undefined"
2961
2967
  name="undefined"
2968
+ showrequired="true"
2962
2969
  >
2963
2970
  La hora de entrada es a partir de las 15:00h. La hora de salidas es hasta las 12:00h
2964
- </ui_text>
2965
- <ui_input_option
2971
+ </ui-text>
2972
+ <ui-input-option
2966
2973
  class="pressable inputOption"
2967
2974
  hint=""
2968
2975
  id="checkout-hotel_future_offers"
2976
+ success="false"
2969
2977
  tabindex="0"
2970
2978
  >
2971
- <ui_checkbox
2979
+ <ui-checkbox
2972
2980
  class="checkbox"
2973
2981
  >
2974
2982
  <input
@@ -2977,21 +2985,22 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
2977
2985
  type="checkbox"
2978
2986
  value=""
2979
2987
  />
2980
- </ui_checkbox>
2981
- <label
2988
+ </ui-checkbox>
2989
+ <ui-label
2982
2990
  class="text small text label"
2983
- for="checkout-hotel_future_offers"
2991
+ htmlfor="checkout-hotel_future_offers"
2984
2992
  >
2985
2993
  Quiero recibir futuras ofertas y noticias de este establecimiento
2986
- </label>
2987
- </ui_input_option>
2988
- <ui_input_option
2994
+ </ui-label>
2995
+ </ui-input-option>
2996
+ <ui-input-option
2989
2997
  class="pressable inputOption"
2990
2998
  hint=""
2991
2999
  id="checkout-joinClub"
3000
+ success="false"
2992
3001
  tabindex="0"
2993
3002
  >
2994
- <ui_checkbox
3003
+ <ui-checkbox
2995
3004
  class="checkbox"
2996
3005
  >
2997
3006
  <input
@@ -3000,21 +3009,22 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3000
3009
  type="checkbox"
3001
3010
  value=""
3002
3011
  />
3003
- </ui_checkbox>
3004
- <label
3012
+ </ui-checkbox>
3013
+ <ui-label
3005
3014
  class="text small text label"
3006
- for="checkout-joinClub"
3015
+ htmlfor="checkout-joinClub"
3007
3016
  >
3008
3017
  user.label.join_club
3009
- </label>
3010
- </ui_input_option>
3011
- <ui_input_option
3018
+ </ui-label>
3019
+ </ui-input-option>
3020
+ <ui-input-option
3012
3021
  class="pressable inputOption"
3013
3022
  hint=""
3014
3023
  id="checkout-privacyPolicy"
3024
+ success="false"
3015
3025
  tabindex="0"
3016
3026
  >
3017
- <ui_checkbox
3027
+ <ui-checkbox
3018
3028
  class="checkbox"
3019
3029
  >
3020
3030
  <input
@@ -3023,10 +3033,10 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3023
3033
  type="checkbox"
3024
3034
  value=""
3025
3035
  />
3026
- </ui_checkbox>
3027
- <label
3036
+ </ui-checkbox>
3037
+ <ui-label
3028
3038
  class="text small text label"
3029
- for="checkout-privacyPolicy"
3039
+ htmlfor="checkout-privacyPolicy"
3030
3040
  >
3031
3041
  user.label.checkout_privacy_policy
3032
3042
  <span
@@ -3034,29 +3044,29 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3034
3044
  >
3035
3045
  *
3036
3046
  </span>
3037
- </label>
3038
- </ui_input_option>
3047
+ </ui-label>
3048
+ </ui-input-option>
3039
3049
  </form>
3040
- <ui_view
3050
+ <ui-view
3041
3051
  class="view"
3042
3052
  >
3043
- <ui_view
3053
+ <ui-view
3044
3054
  class="view"
3045
3055
  >
3046
- <ui_text
3056
+ <ui-text
3047
3057
  class="text bold headline-3"
3048
3058
  >
3049
3059
  payments.label.payment_methods
3050
- </ui_text>
3051
- </ui_view>
3052
- <ui_view
3060
+ </ui-text>
3061
+ </ui-view>
3062
+ <ui-view
3053
3063
  class="view"
3054
3064
  >
3055
- <ui_pressable
3065
+ <ui-pressable
3056
3066
  class="pressable disabled"
3057
- disabled=""
3067
+ disabled="true"
3058
3068
  >
3059
- <ui_radio
3069
+ <ui-radio
3060
3070
  class="radio"
3061
3071
  >
3062
3072
  <input
@@ -3066,15 +3076,15 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3066
3076
  type="radio"
3067
3077
  value="CARD"
3068
3078
  />
3069
- <ui_primitive
3079
+ <ui-primitive
3070
3080
  class="checkmark"
3071
3081
  />
3072
- </ui_radio>
3073
- <ui_text
3082
+ </ui-radio>
3083
+ <ui-text
3074
3084
  class="text bold paragraph"
3075
3085
  >
3076
3086
  payments.label.card
3077
- </ui_text>
3087
+ </ui-text>
3078
3088
  <img
3079
3089
  alt="VISA"
3080
3090
  class="view"
@@ -3085,25 +3095,25 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3085
3095
  class="view"
3086
3096
  src="https://static.mirai.com/payments/images/cards/mastercard.png"
3087
3097
  />
3088
- </ui_pressable>
3089
- <ui_view
3098
+ </ui-pressable>
3099
+ <ui-view
3090
3100
  class="view"
3091
3101
  >
3092
- <ui_fieldset
3102
+ <form
3093
3103
  autocomplete="off"
3094
3104
  >
3095
- <ui_input_text
3105
+ <ui-input-text
3096
3106
  class="view inputContainer"
3097
3107
  >
3098
- <ui_view
3108
+ <ui-view
3099
3109
  class="view row inputBorder"
3100
3110
  >
3101
- <ui_view
3111
+ <ui-view
3102
3112
  class="view wide content"
3103
3113
  >
3104
- <label
3114
+ <ui-label
3105
3115
  class="text paragraph text label"
3106
- for="input.checkout-card"
3116
+ htmlfor="input.checkout-card"
3107
3117
  >
3108
3118
  payments.label.card_number
3109
3119
  <span
@@ -3111,7 +3121,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3111
3121
  >
3112
3122
  *
3113
3123
  </span>
3114
- </label>
3124
+ </ui-label>
3115
3125
  <input
3116
3126
  class="input input withLabel"
3117
3127
  id="input.checkout-card"
@@ -3122,21 +3132,21 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3122
3132
  type="text"
3123
3133
  value=""
3124
3134
  />
3125
- </ui_view>
3126
- </ui_view>
3127
- </ui_input_text>
3128
- <ui_input_text
3135
+ </ui-view>
3136
+ </ui-view>
3137
+ </ui-input-text>
3138
+ <ui-input-text
3129
3139
  class="view inputContainer"
3130
3140
  >
3131
- <ui_view
3141
+ <ui-view
3132
3142
  class="view row inputBorder"
3133
3143
  >
3134
- <ui_view
3144
+ <ui-view
3135
3145
  class="view wide content"
3136
3146
  >
3137
- <label
3147
+ <ui-label
3138
3148
  class="text paragraph text label"
3139
- for="input.checkout-name"
3149
+ htmlfor="input.checkout-name"
3140
3150
  >
3141
3151
  payments.label.card_name
3142
3152
  <span
@@ -3144,7 +3154,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3144
3154
  >
3145
3155
  *
3146
3156
  </span>
3147
- </label>
3157
+ </ui-label>
3148
3158
  <input
3149
3159
  class="input input withLabel"
3150
3160
  id="input.checkout-name"
@@ -3155,21 +3165,21 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3155
3165
  type="text"
3156
3166
  value=""
3157
3167
  />
3158
- </ui_view>
3159
- </ui_view>
3160
- </ui_input_text>
3161
- <ui_input_date
3168
+ </ui-view>
3169
+ </ui-view>
3170
+ </ui-input-text>
3171
+ <ui-input-text
3162
3172
  class="view inputContainer"
3163
3173
  >
3164
- <ui_view
3174
+ <ui-view
3165
3175
  class="view row inputBorder"
3166
3176
  >
3167
- <ui_view
3177
+ <ui-view
3168
3178
  class="view wide content"
3169
3179
  >
3170
- <label
3180
+ <ui-label
3171
3181
  class="text paragraph text label"
3172
- for="input.checkout-expire"
3182
+ htmlfor="input.checkout-expire"
3173
3183
  >
3174
3184
  payments.label.expiration
3175
3185
  <span
@@ -3177,7 +3187,7 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3177
3187
  >
3178
3188
  *
3179
3189
  </span>
3180
- </label>
3190
+ </ui-label>
3181
3191
  <input
3182
3192
  class="input input withLabel"
3183
3193
  id="input.checkout-expire"
@@ -3188,20 +3198,21 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3188
3198
  type="inputDate"
3189
3199
  value=""
3190
3200
  />
3191
- </ui_view>
3192
- </ui_view>
3193
- </ui_input_date>
3194
- </ui_fieldset>
3195
- </ui_view>
3196
- </ui_view>
3197
- <ui_view
3201
+ </ui-view>
3202
+ </ui-view>
3203
+ </ui-input-text>
3204
+ </form>
3205
+ </ui-view>
3206
+ </ui-view>
3207
+ <ui-view
3198
3208
  class="view"
3199
3209
  >
3200
- <ui_pressable
3210
+ <ui-pressable
3201
3211
  class="pressable"
3212
+ disabled="false"
3202
3213
  tabindex="0"
3203
3214
  >
3204
- <ui_radio
3215
+ <ui-radio
3205
3216
  class="radio"
3206
3217
  >
3207
3218
  <input
@@ -3210,39 +3221,39 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3210
3221
  type="radio"
3211
3222
  value="AMAZON_PAY"
3212
3223
  />
3213
- <ui_primitive
3224
+ <ui-primitive
3214
3225
  class="checkmark"
3215
3226
  />
3216
- </ui_radio>
3217
- <ui_text
3227
+ </ui-radio>
3228
+ <ui-text
3218
3229
  class="text bold paragraph"
3219
3230
  >
3220
3231
  payments.label.amazon
3221
- </ui_text>
3232
+ </ui-text>
3222
3233
  <img
3223
3234
  alt="AMAZON PAY"
3224
3235
  class="view"
3225
3236
  src="https://static.mirai.com/payments/images/amazonpay.png"
3226
3237
  />
3227
- </ui_pressable>
3228
- </ui_view>
3229
- </ui_view>
3230
- <ui_modal_overflow
3238
+ </ui-pressable>
3239
+ </ui-view>
3240
+ </ui-view>
3241
+ <ui-modal-overflow
3231
3242
  class="pressable container overflow"
3232
3243
  style="height: 768px;"
3233
3244
  tabindex="0"
3234
3245
  >
3235
- <ui_view
3246
+ <ui-modal
3236
3247
  class="view fit modal"
3237
3248
  >
3238
- <ui_view
3249
+ <ui-view
3239
3250
  class="view row header hideBack"
3240
3251
  >
3241
3252
  <button
3242
3253
  class="pressable button small squared transparent button"
3243
3254
  tabindex="0"
3244
3255
  >
3245
- <ui_icon
3256
+ <ui-icon
3246
3257
  class="icon headline-3 icon"
3247
3258
  >
3248
3259
  <svg
@@ -3262,85 +3273,86 @@ exports[`component:<Checkout> partial:<Form> renders 1`] = `
3262
3273
  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"
3263
3274
  />
3264
3275
  </svg>
3265
- </ui_icon>
3276
+ </ui-icon>
3266
3277
  </button>
3267
- </ui_view>
3268
- <ui_scrollview
3278
+ </ui-view>
3279
+ <ui-scrollview
3269
3280
  class="scrollview vertical"
3281
+ vertical="true"
3270
3282
  >
3271
- <ui_view
3283
+ <ui-view
3272
3284
  class="view"
3273
3285
  >
3274
- <ui_view
3286
+ <ui-view
3275
3287
  class="view"
3276
3288
  >
3277
- <ui_text
3289
+ <ui-text
3278
3290
  class="text bold small"
3279
3291
  >
3280
3292
  common.label.payment_terms
3281
- </ui_text>
3282
- <ui_text
3293
+ </ui-text>
3294
+ <ui-text
3283
3295
  class="text small"
3284
3296
  >
3285
3297
  Prepago de 100%: Tarjeta de crédito o Amazon Pay
3286
- </ui_text>
3287
- </ui_view>
3288
- <ui_view
3298
+ </ui-text>
3299
+ </ui-view>
3300
+ <ui-view
3289
3301
  class="view"
3290
3302
  >
3291
- <ui_text
3303
+ <ui-text
3292
3304
  class="text bold small"
3293
3305
  >
3294
3306
  common.label.cancellation_policy
3295
- </ui_text>
3296
- <ui_text
3307
+ </ui-text>
3308
+ <ui-text
3297
3309
  class="text small"
3298
3310
  >
3299
3311
  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.
3300
- </ui_text>
3301
- </ui_view>
3302
- <ui_view
3312
+ </ui-text>
3313
+ </ui-view>
3314
+ <ui-view
3303
3315
  class="view"
3304
3316
  >
3305
- <ui_text
3317
+ <ui-text
3306
3318
  class="text bold small"
3307
3319
  >
3308
3320
  common.label.others_terms
3309
- </ui_text>
3310
- <ui_text
3321
+ </ui-text>
3322
+ <ui-text
3311
3323
  class="text small"
3312
3324
  >
3313
- <ui_text
3325
+ <ui-text
3314
3326
  class="text small wide"
3315
3327
  >
3316
3328
  Check- in a partir de las 15.00h.
3317
- </ui_text>
3318
- <ui_text
3329
+ </ui-text>
3330
+ <ui-text
3319
3331
  class="text small wide"
3320
3332
  >
3321
3333
  Check - out hasta las 12.00h.
3322
- </ui_text>
3323
- <ui_text
3334
+ </ui-text>
3335
+ <ui-text
3324
3336
  class="text small wide"
3325
3337
  >
3326
3338
  Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
3327
- </ui_text>
3328
- <ui_text
3339
+ </ui-text>
3340
+ <ui-text
3329
3341
  class="text small wide"
3330
3342
  >
3331
3343
  En caso de alojarse con bebés, éstos no incluyen régimen alguno.
3332
- </ui_text>
3333
- <ui_text
3344
+ </ui-text>
3345
+ <ui-text
3334
3346
  class="text small wide"
3335
3347
  >
3336
3348
  Acceso spa infantil para bebés 8.50€ al día.
3337
- </ui_text>
3338
- </ui_text>
3339
- </ui_view>
3340
- </ui_view>
3341
- </ui_scrollview>
3342
- </ui_view>
3343
- </ui_modal_overflow>
3349
+ </ui-text>
3350
+ </ui-text>
3351
+ </ui-view>
3352
+ </ui-view>
3353
+ </ui-scrollview>
3354
+ </ui-modal>
3355
+ </ui-modal-overflow>
3344
3356
  </DocumentFragment>
3345
3357
  `;
3346
3358
 
@@ -3350,31 +3362,31 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3350
3362
  autocomplete="off"
3351
3363
  data-testid="mirai"
3352
3364
  >
3353
- <ui_text
3365
+ <ui-text
3354
3366
  class="text bold headline-3 wide"
3355
3367
  >
3356
3368
  user.label.personal_details
3357
- </ui_text>
3358
- <ui_text
3369
+ </ui-text>
3370
+ <ui-text
3359
3371
  class="text small wide"
3360
3372
  >
3361
3373
  <span>
3362
3374
  *
3363
3375
  </span>
3364
3376
   
3365
- </ui_text>
3366
- <ui_input_text
3377
+ </ui-text>
3378
+ <ui-input-text
3367
3379
  class="view inputContainer"
3368
3380
  >
3369
- <ui_view
3381
+ <ui-view
3370
3382
  class="view row inputBorder"
3371
3383
  >
3372
- <ui_view
3384
+ <ui-view
3373
3385
  class="view wide content"
3374
3386
  >
3375
- <label
3387
+ <ui-label
3376
3388
  class="text paragraph text label"
3377
- for="input.checkout-firstName"
3389
+ htmlfor="input.checkout-firstName"
3378
3390
  >
3379
3391
  common.label.firstname
3380
3392
  <span
@@ -3382,7 +3394,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3382
3394
  >
3383
3395
  *
3384
3396
  </span>
3385
- </label>
3397
+ </ui-label>
3386
3398
  <input
3387
3399
  class="input input withLabel"
3388
3400
  id="input.checkout-firstName"
@@ -3391,21 +3403,21 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3391
3403
  type="text"
3392
3404
  value=""
3393
3405
  />
3394
- </ui_view>
3395
- </ui_view>
3396
- </ui_input_text>
3397
- <ui_input_text
3406
+ </ui-view>
3407
+ </ui-view>
3408
+ </ui-input-text>
3409
+ <ui-input-text
3398
3410
  class="view inputContainer"
3399
3411
  >
3400
- <ui_view
3412
+ <ui-view
3401
3413
  class="view row inputBorder"
3402
3414
  >
3403
- <ui_view
3415
+ <ui-view
3404
3416
  class="view wide content"
3405
3417
  >
3406
- <label
3418
+ <ui-label
3407
3419
  class="text paragraph text label"
3408
- for="input.checkout-lastName"
3420
+ htmlfor="input.checkout-lastName"
3409
3421
  >
3410
3422
  common.label.lastname
3411
3423
  <span
@@ -3413,7 +3425,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3413
3425
  >
3414
3426
  *
3415
3427
  </span>
3416
- </label>
3428
+ </ui-label>
3417
3429
  <input
3418
3430
  class="input input withLabel"
3419
3431
  id="input.checkout-lastName"
@@ -3422,21 +3434,21 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3422
3434
  type="text"
3423
3435
  value=""
3424
3436
  />
3425
- </ui_view>
3426
- </ui_view>
3427
- </ui_input_text>
3428
- <ui_input_text
3437
+ </ui-view>
3438
+ </ui-view>
3439
+ </ui-input-text>
3440
+ <ui-input-text
3429
3441
  class="view inputContainer"
3430
3442
  >
3431
- <ui_view
3443
+ <ui-view
3432
3444
  class="view row inputBorder"
3433
3445
  >
3434
- <ui_view
3446
+ <ui-view
3435
3447
  class="view wide content"
3436
3448
  >
3437
- <label
3449
+ <ui-label
3438
3450
  class="text paragraph text label"
3439
- for="input.checkout-email"
3451
+ htmlfor="input.checkout-email"
3440
3452
  >
3441
3453
  common.label.email
3442
3454
  <span
@@ -3444,7 +3456,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3444
3456
  >
3445
3457
  *
3446
3458
  </span>
3447
- </label>
3459
+ </ui-label>
3448
3460
  <input
3449
3461
  class="input input withLabel"
3450
3462
  id="input.checkout-email"
@@ -3453,27 +3465,27 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
3453
3465
  type="email"
3454
3466
  value=""
3455
3467
  />
3456
- </ui_view>
3457
- </ui_view>
3458
- </ui_input_text>
3459
- <ui_input_phone
3468
+ </ui-view>
3469
+ </ui-view>
3470
+ </ui-input-text>
3471
+ <ui-input-phone
3460
3472
  class="view inputPhone"
3461
3473
  >
3462
- <ui_view
3474
+ <ui-view
3463
3475
  class="view row inputBorder"
3464
3476
  >
3465
- <ui_view
3477
+ <ui-view
3466
3478
  class="view row"
3467
3479
  >
3468
- <ui_view
3480
+ <ui-view
3469
3481
  class="view content"
3470
3482
  >
3471
- <label
3483
+ <ui-label
3472
3484
  class="text paragraph text label"
3473
- for="phone-prefix"
3485
+ htmlfor="phone-prefix"
3474
3486
  >
3475
3487
  common.label.phone_prefix
3476
- </label>
3488
+ </ui-label>
3477
3489
  <select
3478
3490
  class="select empty input prefix withLabel empty"
3479
3491
  id="phone-prefix"
@@ -4516,8 +4528,8 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4516
4528
  +998
4517
4529
  </option>
4518
4530
  </select>
4519
- </ui_view>
4520
- <ui_icon
4531
+ </ui-view>
4532
+ <ui-icon
4521
4533
  class="icon headline-3 icon expand"
4522
4534
  >
4523
4535
  <svg
@@ -4538,20 +4550,20 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4538
4550
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
4539
4551
  />
4540
4552
  </svg>
4541
- </ui_icon>
4542
- </ui_view>
4543
- <ui_view
4553
+ </ui-icon>
4554
+ </ui-view>
4555
+ <ui-view
4544
4556
  class="view forceRow separator"
4545
4557
  />
4546
- <ui_view
4558
+ <ui-view
4547
4559
  class="view row wide"
4548
4560
  >
4549
- <ui_view
4561
+ <ui-view
4550
4562
  class="view wide content"
4551
4563
  >
4552
- <label
4564
+ <ui-label
4553
4565
  class="text paragraph text label"
4554
- for="checkout-phone"
4566
+ htmlfor="checkout-phone"
4555
4567
  >
4556
4568
  common.label.phone
4557
4569
  <span
@@ -4559,7 +4571,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4559
4571
  >
4560
4572
  *
4561
4573
  </span>
4562
- </label>
4574
+ </ui-label>
4563
4575
  <input
4564
4576
  class="input input withLabel"
4565
4577
  id="checkout-phone"
@@ -4569,25 +4581,25 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4569
4581
  type="tel"
4570
4582
  value=""
4571
4583
  />
4572
- </ui_view>
4573
- </ui_view>
4574
- </ui_view>
4575
- </ui_input_phone>
4576
- <ui_input_text
4584
+ </ui-view>
4585
+ </ui-view>
4586
+ </ui-view>
4587
+ </ui-input-phone>
4588
+ <ui-input-text
4577
4589
  class="view inputContainer"
4578
4590
  >
4579
- <ui_view
4591
+ <ui-view
4580
4592
  class="view row inputBorder"
4581
4593
  >
4582
- <ui_view
4594
+ <ui-view
4583
4595
  class="view wide content"
4584
4596
  >
4585
- <label
4597
+ <ui-label
4586
4598
  class="text paragraph text label"
4587
- for="input.checkout-company"
4599
+ htmlfor="input.checkout-company"
4588
4600
  >
4589
4601
  common.label.company
4590
- </label>
4602
+ </ui-label>
4591
4603
  <input
4592
4604
  class="input input withLabel"
4593
4605
  id="input.checkout-company"
@@ -4595,53 +4607,55 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4595
4607
  type="text"
4596
4608
  value=""
4597
4609
  />
4598
- </ui_view>
4599
- </ui_view>
4600
- </ui_input_text>
4601
- <ui_input_text
4610
+ </ui-view>
4611
+ </ui-view>
4612
+ </ui-input-text>
4613
+ <ui-input-text
4602
4614
  class="view inputContainer"
4603
4615
  >
4604
- <ui_view
4616
+ <ui-view
4605
4617
  class="view row inputBorder"
4606
4618
  >
4607
- <ui_view
4619
+ <ui-view
4608
4620
  class="view wide content"
4609
4621
  >
4610
- <label
4622
+ <ui-label
4611
4623
  class="text paragraph text label"
4612
- for="input.checkout-comments"
4624
+ htmlfor="input.checkout-comments"
4613
4625
  >
4614
4626
  common.label.comments
4615
- </label>
4627
+ </ui-label>
4616
4628
  <textarea
4617
4629
  class="input input withLabel multiLine"
4618
4630
  id="input.checkout-comments"
4619
4631
  name="comments"
4620
4632
  />
4621
- </ui_view>
4622
- </ui_view>
4623
- <ui_text
4633
+ </ui-view>
4634
+ </ui-view>
4635
+ <ui-text
4624
4636
  class="text small text hint"
4625
4637
  >
4626
4638
  user.label.comments_hint
4627
- </ui_text>
4628
- </ui_input_text>
4629
- <ui_text
4639
+ </ui-text>
4640
+ </ui-input-text>
4641
+ <ui-text
4630
4642
  class="text small"
4631
4643
  hint=""
4632
4644
  id="checkout-undefined"
4633
4645
  label="undefined"
4634
4646
  name="undefined"
4647
+ showrequired="true"
4635
4648
  >
4636
4649
  La hora de entrada es a partir de las 15:00h. La hora de salidas es hasta las 12:00h
4637
- </ui_text>
4638
- <ui_input_option
4650
+ </ui-text>
4651
+ <ui-input-option
4639
4652
  class="pressable inputOption"
4640
4653
  hint=""
4641
4654
  id="checkout-hotel_future_offers"
4655
+ success="false"
4642
4656
  tabindex="0"
4643
4657
  >
4644
- <ui_checkbox
4658
+ <ui-checkbox
4645
4659
  class="checkbox"
4646
4660
  >
4647
4661
  <input
@@ -4650,21 +4664,22 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4650
4664
  type="checkbox"
4651
4665
  value=""
4652
4666
  />
4653
- </ui_checkbox>
4654
- <label
4667
+ </ui-checkbox>
4668
+ <ui-label
4655
4669
  class="text small text label"
4656
- for="checkout-hotel_future_offers"
4670
+ htmlfor="checkout-hotel_future_offers"
4657
4671
  >
4658
4672
  Quiero recibir futuras ofertas y noticias de este establecimiento
4659
- </label>
4660
- </ui_input_option>
4661
- <ui_input_option
4673
+ </ui-label>
4674
+ </ui-input-option>
4675
+ <ui-input-option
4662
4676
  class="pressable inputOption"
4663
4677
  hint=""
4664
4678
  id="checkout-joinClub"
4679
+ success="false"
4665
4680
  tabindex="0"
4666
4681
  >
4667
- <ui_checkbox
4682
+ <ui-checkbox
4668
4683
  class="checkbox"
4669
4684
  >
4670
4685
  <input
@@ -4673,21 +4688,22 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4673
4688
  type="checkbox"
4674
4689
  value=""
4675
4690
  />
4676
- </ui_checkbox>
4677
- <label
4691
+ </ui-checkbox>
4692
+ <ui-label
4678
4693
  class="text small text label"
4679
- for="checkout-joinClub"
4694
+ htmlfor="checkout-joinClub"
4680
4695
  >
4681
4696
  user.label.join_club
4682
- </label>
4683
- </ui_input_option>
4684
- <ui_input_option
4697
+ </ui-label>
4698
+ </ui-input-option>
4699
+ <ui-input-option
4685
4700
  class="pressable inputOption"
4686
4701
  hint=""
4687
4702
  id="checkout-privacyPolicy"
4703
+ success="false"
4688
4704
  tabindex="0"
4689
4705
  >
4690
- <ui_checkbox
4706
+ <ui-checkbox
4691
4707
  class="checkbox"
4692
4708
  >
4693
4709
  <input
@@ -4696,10 +4712,10 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4696
4712
  type="checkbox"
4697
4713
  value=""
4698
4714
  />
4699
- </ui_checkbox>
4700
- <label
4715
+ </ui-checkbox>
4716
+ <ui-label
4701
4717
  class="text small text label"
4702
- for="checkout-privacyPolicy"
4718
+ htmlfor="checkout-privacyPolicy"
4703
4719
  >
4704
4720
  user.label.checkout_privacy_policy
4705
4721
  <span
@@ -4707,29 +4723,29 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4707
4723
  >
4708
4724
  *
4709
4725
  </span>
4710
- </label>
4711
- </ui_input_option>
4726
+ </ui-label>
4727
+ </ui-input-option>
4712
4728
  </form>
4713
- <ui_view
4729
+ <ui-view
4714
4730
  class="view"
4715
4731
  >
4716
- <ui_view
4732
+ <ui-view
4717
4733
  class="view"
4718
4734
  >
4719
- <ui_text
4735
+ <ui-text
4720
4736
  class="text bold headline-3"
4721
4737
  >
4722
4738
  payments.label.payment_methods
4723
- </ui_text>
4724
- </ui_view>
4725
- <ui_view
4739
+ </ui-text>
4740
+ </ui-view>
4741
+ <ui-view
4726
4742
  class="view"
4727
4743
  >
4728
- <ui_pressable
4744
+ <ui-pressable
4729
4745
  class="pressable disabled"
4730
- disabled=""
4746
+ disabled="true"
4731
4747
  >
4732
- <ui_radio
4748
+ <ui-radio
4733
4749
  class="radio"
4734
4750
  >
4735
4751
  <input
@@ -4739,15 +4755,15 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4739
4755
  type="radio"
4740
4756
  value="CARD"
4741
4757
  />
4742
- <ui_primitive
4758
+ <ui-primitive
4743
4759
  class="checkmark"
4744
4760
  />
4745
- </ui_radio>
4746
- <ui_text
4761
+ </ui-radio>
4762
+ <ui-text
4747
4763
  class="text bold paragraph"
4748
4764
  >
4749
4765
  payments.label.card
4750
- </ui_text>
4766
+ </ui-text>
4751
4767
  <img
4752
4768
  alt="VISA"
4753
4769
  class="view"
@@ -4758,25 +4774,25 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4758
4774
  class="view"
4759
4775
  src="https://static.mirai.com/payments/images/cards/mastercard.png"
4760
4776
  />
4761
- </ui_pressable>
4762
- <ui_view
4777
+ </ui-pressable>
4778
+ <ui-view
4763
4779
  class="view"
4764
4780
  >
4765
- <ui_fieldset
4781
+ <form
4766
4782
  autocomplete="off"
4767
4783
  >
4768
- <ui_input_text
4784
+ <ui-input-text
4769
4785
  class="view inputContainer"
4770
4786
  >
4771
- <ui_view
4787
+ <ui-view
4772
4788
  class="view row inputBorder"
4773
4789
  >
4774
- <ui_view
4790
+ <ui-view
4775
4791
  class="view wide content"
4776
4792
  >
4777
- <label
4793
+ <ui-label
4778
4794
  class="text paragraph text label"
4779
- for="input.checkout-card"
4795
+ htmlfor="input.checkout-card"
4780
4796
  >
4781
4797
  payments.label.card_number
4782
4798
  <span
@@ -4784,7 +4800,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4784
4800
  >
4785
4801
  *
4786
4802
  </span>
4787
- </label>
4803
+ </ui-label>
4788
4804
  <input
4789
4805
  class="input input withLabel"
4790
4806
  id="input.checkout-card"
@@ -4795,21 +4811,21 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4795
4811
  type="text"
4796
4812
  value=""
4797
4813
  />
4798
- </ui_view>
4799
- </ui_view>
4800
- </ui_input_text>
4801
- <ui_input_text
4814
+ </ui-view>
4815
+ </ui-view>
4816
+ </ui-input-text>
4817
+ <ui-input-text
4802
4818
  class="view inputContainer"
4803
4819
  >
4804
- <ui_view
4820
+ <ui-view
4805
4821
  class="view row inputBorder"
4806
4822
  >
4807
- <ui_view
4823
+ <ui-view
4808
4824
  class="view wide content"
4809
4825
  >
4810
- <label
4826
+ <ui-label
4811
4827
  class="text paragraph text label"
4812
- for="input.checkout-name"
4828
+ htmlfor="input.checkout-name"
4813
4829
  >
4814
4830
  payments.label.card_name
4815
4831
  <span
@@ -4817,7 +4833,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4817
4833
  >
4818
4834
  *
4819
4835
  </span>
4820
- </label>
4836
+ </ui-label>
4821
4837
  <input
4822
4838
  class="input input withLabel"
4823
4839
  id="input.checkout-name"
@@ -4828,21 +4844,21 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4828
4844
  type="text"
4829
4845
  value=""
4830
4846
  />
4831
- </ui_view>
4832
- </ui_view>
4833
- </ui_input_text>
4834
- <ui_input_date
4847
+ </ui-view>
4848
+ </ui-view>
4849
+ </ui-input-text>
4850
+ <ui-input-text
4835
4851
  class="view inputContainer"
4836
4852
  >
4837
- <ui_view
4853
+ <ui-view
4838
4854
  class="view row inputBorder"
4839
4855
  >
4840
- <ui_view
4856
+ <ui-view
4841
4857
  class="view wide content"
4842
4858
  >
4843
- <label
4859
+ <ui-label
4844
4860
  class="text paragraph text label"
4845
- for="input.checkout-expire"
4861
+ htmlfor="input.checkout-expire"
4846
4862
  >
4847
4863
  payments.label.expiration
4848
4864
  <span
@@ -4850,7 +4866,7 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4850
4866
  >
4851
4867
  *
4852
4868
  </span>
4853
- </label>
4869
+ </ui-label>
4854
4870
  <input
4855
4871
  class="input input withLabel"
4856
4872
  id="input.checkout-expire"
@@ -4861,20 +4877,21 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4861
4877
  type="inputDate"
4862
4878
  value=""
4863
4879
  />
4864
- </ui_view>
4865
- </ui_view>
4866
- </ui_input_date>
4867
- </ui_fieldset>
4868
- </ui_view>
4869
- </ui_view>
4870
- <ui_view
4880
+ </ui-view>
4881
+ </ui-view>
4882
+ </ui-input-text>
4883
+ </form>
4884
+ </ui-view>
4885
+ </ui-view>
4886
+ <ui-view
4871
4887
  class="view"
4872
4888
  >
4873
- <ui_pressable
4889
+ <ui-pressable
4874
4890
  class="pressable"
4891
+ disabled="false"
4875
4892
  tabindex="0"
4876
4893
  >
4877
- <ui_radio
4894
+ <ui-radio
4878
4895
  class="radio"
4879
4896
  >
4880
4897
  <input
@@ -4883,39 +4900,39 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4883
4900
  type="radio"
4884
4901
  value="AMAZON_PAY"
4885
4902
  />
4886
- <ui_primitive
4903
+ <ui-primitive
4887
4904
  class="checkmark"
4888
4905
  />
4889
- </ui_radio>
4890
- <ui_text
4906
+ </ui-radio>
4907
+ <ui-text
4891
4908
  class="text bold paragraph"
4892
4909
  >
4893
4910
  payments.label.amazon
4894
- </ui_text>
4911
+ </ui-text>
4895
4912
  <img
4896
4913
  alt="AMAZON PAY"
4897
4914
  class="view"
4898
4915
  src="https://static.mirai.com/payments/images/amazonpay.png"
4899
4916
  />
4900
- </ui_pressable>
4901
- </ui_view>
4902
- </ui_view>
4903
- <ui_modal_overflow
4917
+ </ui-pressable>
4918
+ </ui-view>
4919
+ </ui-view>
4920
+ <ui-modal-overflow
4904
4921
  class="pressable container overflow"
4905
4922
  style="height: 768px;"
4906
4923
  tabindex="0"
4907
4924
  >
4908
- <ui_view
4925
+ <ui-modal
4909
4926
  class="view fit modal"
4910
4927
  >
4911
- <ui_view
4928
+ <ui-view
4912
4929
  class="view row header hideBack"
4913
4930
  >
4914
4931
  <button
4915
4932
  class="pressable button small squared transparent button"
4916
4933
  tabindex="0"
4917
4934
  >
4918
- <ui_icon
4935
+ <ui-icon
4919
4936
  class="icon headline-3 icon"
4920
4937
  >
4921
4938
  <svg
@@ -4935,85 +4952,86 @@ exports[`component:<Checkout> partial:<Form> testID 1`] = `
4935
4952
  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"
4936
4953
  />
4937
4954
  </svg>
4938
- </ui_icon>
4955
+ </ui-icon>
4939
4956
  </button>
4940
- </ui_view>
4941
- <ui_scrollview
4957
+ </ui-view>
4958
+ <ui-scrollview
4942
4959
  class="scrollview vertical"
4960
+ vertical="true"
4943
4961
  >
4944
- <ui_view
4962
+ <ui-view
4945
4963
  class="view"
4946
4964
  >
4947
- <ui_view
4965
+ <ui-view
4948
4966
  class="view"
4949
4967
  >
4950
- <ui_text
4968
+ <ui-text
4951
4969
  class="text bold small"
4952
4970
  >
4953
4971
  common.label.payment_terms
4954
- </ui_text>
4955
- <ui_text
4972
+ </ui-text>
4973
+ <ui-text
4956
4974
  class="text small"
4957
4975
  >
4958
4976
  Prepago de 100%: Tarjeta de crédito o Amazon Pay
4959
- </ui_text>
4960
- </ui_view>
4961
- <ui_view
4977
+ </ui-text>
4978
+ </ui-view>
4979
+ <ui-view
4962
4980
  class="view"
4963
4981
  >
4964
- <ui_text
4982
+ <ui-text
4965
4983
  class="text bold small"
4966
4984
  >
4967
4985
  common.label.cancellation_policy
4968
- </ui_text>
4969
- <ui_text
4986
+ </ui-text>
4987
+ <ui-text
4970
4988
  class="text small"
4971
4989
  >
4972
4990
  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.
4973
- </ui_text>
4974
- </ui_view>
4975
- <ui_view
4991
+ </ui-text>
4992
+ </ui-view>
4993
+ <ui-view
4976
4994
  class="view"
4977
4995
  >
4978
- <ui_text
4996
+ <ui-text
4979
4997
  class="text bold small"
4980
4998
  >
4981
4999
  common.label.others_terms
4982
- </ui_text>
4983
- <ui_text
5000
+ </ui-text>
5001
+ <ui-text
4984
5002
  class="text small"
4985
5003
  >
4986
- <ui_text
5004
+ <ui-text
4987
5005
  class="text small wide"
4988
5006
  >
4989
5007
  Check- in a partir de las 15.00h.
4990
- </ui_text>
4991
- <ui_text
5008
+ </ui-text>
5009
+ <ui-text
4992
5010
  class="text small wide"
4993
5011
  >
4994
5012
  Check - out hasta las 12.00h.
4995
- </ui_text>
4996
- <ui_text
5013
+ </ui-text>
5014
+ <ui-text
4997
5015
  class="text small wide"
4998
5016
  >
4999
5017
  Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
5000
- </ui_text>
5001
- <ui_text
5018
+ </ui-text>
5019
+ <ui-text
5002
5020
  class="text small wide"
5003
5021
  >
5004
5022
  En caso de alojarse con bebés, éstos no incluyen régimen alguno.
5005
- </ui_text>
5006
- <ui_text
5023
+ </ui-text>
5024
+ <ui-text
5007
5025
  class="text small wide"
5008
5026
  >
5009
5027
  Acceso spa infantil para bebés 8.50€ al día.
5010
- </ui_text>
5011
- </ui_text>
5012
- </ui_view>
5013
- </ui_view>
5014
- </ui_scrollview>
5015
- </ui_view>
5016
- </ui_modal_overflow>
5028
+ </ui-text>
5029
+ </ui-text>
5030
+ </ui-view>
5031
+ </ui-view>
5032
+ </ui-scrollview>
5033
+ </ui-modal>
5034
+ </ui-modal-overflow>
5017
5035
  </DocumentFragment>
5018
5036
  `;
5019
5037
 
@@ -5022,31 +5040,31 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5022
5040
  <form
5023
5041
  autocomplete="off"
5024
5042
  >
5025
- <ui_text
5043
+ <ui-text
5026
5044
  class="text bold headline-3 wide"
5027
5045
  >
5028
5046
  user.label.personal_details
5029
- </ui_text>
5030
- <ui_text
5047
+ </ui-text>
5048
+ <ui-text
5031
5049
  class="text small wide"
5032
5050
  >
5033
5051
  <span>
5034
5052
  *
5035
5053
  </span>
5036
5054
   
5037
- </ui_text>
5038
- <ui_input_text
5055
+ </ui-text>
5056
+ <ui-input-text
5039
5057
  class="view inputContainer"
5040
5058
  >
5041
- <ui_view
5059
+ <ui-view
5042
5060
  class="view row inputBorder"
5043
5061
  >
5044
- <ui_view
5062
+ <ui-view
5045
5063
  class="view wide content"
5046
5064
  >
5047
- <label
5065
+ <ui-label
5048
5066
  class="text paragraph text label"
5049
- for="input.checkout-firstName"
5067
+ htmlfor="input.checkout-firstName"
5050
5068
  >
5051
5069
  common.label.firstname
5052
5070
  <span
@@ -5054,7 +5072,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5054
5072
  >
5055
5073
  *
5056
5074
  </span>
5057
- </label>
5075
+ </ui-label>
5058
5076
  <input
5059
5077
  class="input input withLabel"
5060
5078
  id="input.checkout-firstName"
@@ -5063,21 +5081,21 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5063
5081
  type="text"
5064
5082
  value=""
5065
5083
  />
5066
- </ui_view>
5067
- </ui_view>
5068
- </ui_input_text>
5069
- <ui_input_text
5084
+ </ui-view>
5085
+ </ui-view>
5086
+ </ui-input-text>
5087
+ <ui-input-text
5070
5088
  class="view inputContainer"
5071
5089
  >
5072
- <ui_view
5090
+ <ui-view
5073
5091
  class="view row inputBorder"
5074
5092
  >
5075
- <ui_view
5093
+ <ui-view
5076
5094
  class="view wide content"
5077
5095
  >
5078
- <label
5096
+ <ui-label
5079
5097
  class="text paragraph text label"
5080
- for="input.checkout-lastName"
5098
+ htmlfor="input.checkout-lastName"
5081
5099
  >
5082
5100
  common.label.lastname
5083
5101
  <span
@@ -5085,7 +5103,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5085
5103
  >
5086
5104
  *
5087
5105
  </span>
5088
- </label>
5106
+ </ui-label>
5089
5107
  <input
5090
5108
  class="input input withLabel"
5091
5109
  id="input.checkout-lastName"
@@ -5094,21 +5112,21 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5094
5112
  type="text"
5095
5113
  value=""
5096
5114
  />
5097
- </ui_view>
5098
- </ui_view>
5099
- </ui_input_text>
5100
- <ui_input_text
5115
+ </ui-view>
5116
+ </ui-view>
5117
+ </ui-input-text>
5118
+ <ui-input-text
5101
5119
  class="view inputContainer"
5102
5120
  >
5103
- <ui_view
5121
+ <ui-view
5104
5122
  class="view row inputBorder"
5105
5123
  >
5106
- <ui_view
5124
+ <ui-view
5107
5125
  class="view wide content"
5108
5126
  >
5109
- <label
5127
+ <ui-label
5110
5128
  class="text paragraph text label"
5111
- for="input.checkout-email"
5129
+ htmlfor="input.checkout-email"
5112
5130
  >
5113
5131
  common.label.email
5114
5132
  <span
@@ -5116,7 +5134,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5116
5134
  >
5117
5135
  *
5118
5136
  </span>
5119
- </label>
5137
+ </ui-label>
5120
5138
  <input
5121
5139
  class="input input withLabel"
5122
5140
  id="input.checkout-email"
@@ -5125,27 +5143,27 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
5125
5143
  type="email"
5126
5144
  value=""
5127
5145
  />
5128
- </ui_view>
5129
- </ui_view>
5130
- </ui_input_text>
5131
- <ui_input_phone
5146
+ </ui-view>
5147
+ </ui-view>
5148
+ </ui-input-text>
5149
+ <ui-input-phone
5132
5150
  class="view inputPhone"
5133
5151
  >
5134
- <ui_view
5152
+ <ui-view
5135
5153
  class="view row inputBorder"
5136
5154
  >
5137
- <ui_view
5155
+ <ui-view
5138
5156
  class="view row"
5139
5157
  >
5140
- <ui_view
5158
+ <ui-view
5141
5159
  class="view content"
5142
5160
  >
5143
- <label
5161
+ <ui-label
5144
5162
  class="text paragraph text label"
5145
- for="phone-prefix"
5163
+ htmlfor="phone-prefix"
5146
5164
  >
5147
5165
  common.label.phone_prefix
5148
- </label>
5166
+ </ui-label>
5149
5167
  <select
5150
5168
  class="select empty input prefix withLabel empty"
5151
5169
  id="phone-prefix"
@@ -6188,8 +6206,8 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6188
6206
  +998
6189
6207
  </option>
6190
6208
  </select>
6191
- </ui_view>
6192
- <ui_icon
6209
+ </ui-view>
6210
+ <ui-icon
6193
6211
  class="icon headline-3 icon expand"
6194
6212
  >
6195
6213
  <svg
@@ -6210,20 +6228,20 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6210
6228
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
6211
6229
  />
6212
6230
  </svg>
6213
- </ui_icon>
6214
- </ui_view>
6215
- <ui_view
6231
+ </ui-icon>
6232
+ </ui-view>
6233
+ <ui-view
6216
6234
  class="view forceRow separator"
6217
6235
  />
6218
- <ui_view
6236
+ <ui-view
6219
6237
  class="view row wide"
6220
6238
  >
6221
- <ui_view
6239
+ <ui-view
6222
6240
  class="view wide content"
6223
6241
  >
6224
- <label
6242
+ <ui-label
6225
6243
  class="text paragraph text label"
6226
- for="checkout-phone"
6244
+ htmlfor="checkout-phone"
6227
6245
  >
6228
6246
  common.label.phone
6229
6247
  <span
@@ -6231,7 +6249,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6231
6249
  >
6232
6250
  *
6233
6251
  </span>
6234
- </label>
6252
+ </ui-label>
6235
6253
  <input
6236
6254
  class="input input withLabel"
6237
6255
  id="checkout-phone"
@@ -6241,25 +6259,25 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6241
6259
  type="tel"
6242
6260
  value=""
6243
6261
  />
6244
- </ui_view>
6245
- </ui_view>
6246
- </ui_view>
6247
- </ui_input_phone>
6248
- <ui_input_text
6262
+ </ui-view>
6263
+ </ui-view>
6264
+ </ui-view>
6265
+ </ui-input-phone>
6266
+ <ui-input-text
6249
6267
  class="view inputContainer"
6250
6268
  >
6251
- <ui_view
6269
+ <ui-view
6252
6270
  class="view row inputBorder"
6253
6271
  >
6254
- <ui_view
6272
+ <ui-view
6255
6273
  class="view wide content"
6256
6274
  >
6257
- <label
6275
+ <ui-label
6258
6276
  class="text paragraph text label"
6259
- for="input.checkout-company"
6277
+ htmlfor="input.checkout-company"
6260
6278
  >
6261
6279
  common.label.company
6262
- </label>
6280
+ </ui-label>
6263
6281
  <input
6264
6282
  class="input input withLabel"
6265
6283
  id="input.checkout-company"
@@ -6267,53 +6285,55 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6267
6285
  type="text"
6268
6286
  value=""
6269
6287
  />
6270
- </ui_view>
6271
- </ui_view>
6272
- </ui_input_text>
6273
- <ui_input_text
6288
+ </ui-view>
6289
+ </ui-view>
6290
+ </ui-input-text>
6291
+ <ui-input-text
6274
6292
  class="view inputContainer"
6275
6293
  >
6276
- <ui_view
6294
+ <ui-view
6277
6295
  class="view row inputBorder"
6278
6296
  >
6279
- <ui_view
6297
+ <ui-view
6280
6298
  class="view wide content"
6281
6299
  >
6282
- <label
6300
+ <ui-label
6283
6301
  class="text paragraph text label"
6284
- for="input.checkout-comments"
6302
+ htmlfor="input.checkout-comments"
6285
6303
  >
6286
6304
  common.label.comments
6287
- </label>
6305
+ </ui-label>
6288
6306
  <textarea
6289
6307
  class="input input withLabel multiLine"
6290
6308
  id="input.checkout-comments"
6291
6309
  name="comments"
6292
6310
  />
6293
- </ui_view>
6294
- </ui_view>
6295
- <ui_text
6311
+ </ui-view>
6312
+ </ui-view>
6313
+ <ui-text
6296
6314
  class="text small text hint"
6297
6315
  >
6298
6316
  user.label.comments_hint
6299
- </ui_text>
6300
- </ui_input_text>
6301
- <ui_text
6317
+ </ui-text>
6318
+ </ui-input-text>
6319
+ <ui-text
6302
6320
  class="text small"
6303
6321
  hint=""
6304
6322
  id="checkout-undefined"
6305
6323
  label="undefined"
6306
6324
  name="undefined"
6325
+ showrequired="true"
6307
6326
  >
6308
6327
  La hora de entrada es a partir de las 15:00h. La hora de salidas es hasta las 12:00h
6309
- </ui_text>
6310
- <ui_input_option
6328
+ </ui-text>
6329
+ <ui-input-option
6311
6330
  class="pressable inputOption"
6312
6331
  hint=""
6313
6332
  id="checkout-hotel_future_offers"
6333
+ success="false"
6314
6334
  tabindex="0"
6315
6335
  >
6316
- <ui_checkbox
6336
+ <ui-checkbox
6317
6337
  class="checkbox"
6318
6338
  >
6319
6339
  <input
@@ -6322,21 +6342,22 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6322
6342
  type="checkbox"
6323
6343
  value=""
6324
6344
  />
6325
- </ui_checkbox>
6326
- <label
6345
+ </ui-checkbox>
6346
+ <ui-label
6327
6347
  class="text small text label"
6328
- for="checkout-hotel_future_offers"
6348
+ htmlfor="checkout-hotel_future_offers"
6329
6349
  >
6330
6350
  Quiero recibir futuras ofertas y noticias de este establecimiento
6331
- </label>
6332
- </ui_input_option>
6333
- <ui_input_option
6351
+ </ui-label>
6352
+ </ui-input-option>
6353
+ <ui-input-option
6334
6354
  class="pressable inputOption"
6335
6355
  hint=""
6336
6356
  id="checkout-joinClub"
6357
+ success="false"
6337
6358
  tabindex="0"
6338
6359
  >
6339
- <ui_checkbox
6360
+ <ui-checkbox
6340
6361
  class="checkbox"
6341
6362
  >
6342
6363
  <input
@@ -6345,21 +6366,22 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6345
6366
  type="checkbox"
6346
6367
  value=""
6347
6368
  />
6348
- </ui_checkbox>
6349
- <label
6369
+ </ui-checkbox>
6370
+ <ui-label
6350
6371
  class="text small text label"
6351
- for="checkout-joinClub"
6372
+ htmlfor="checkout-joinClub"
6352
6373
  >
6353
6374
  user.label.join_club
6354
- </label>
6355
- </ui_input_option>
6356
- <ui_input_option
6375
+ </ui-label>
6376
+ </ui-input-option>
6377
+ <ui-input-option
6357
6378
  class="pressable inputOption"
6358
6379
  hint=""
6359
6380
  id="checkout-privacyPolicy"
6381
+ success="false"
6360
6382
  tabindex="0"
6361
6383
  >
6362
- <ui_checkbox
6384
+ <ui-checkbox
6363
6385
  class="checkbox"
6364
6386
  >
6365
6387
  <input
@@ -6368,10 +6390,10 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6368
6390
  type="checkbox"
6369
6391
  value=""
6370
6392
  />
6371
- </ui_checkbox>
6372
- <label
6393
+ </ui-checkbox>
6394
+ <ui-label
6373
6395
  class="text small text label"
6374
- for="checkout-privacyPolicy"
6396
+ htmlfor="checkout-privacyPolicy"
6375
6397
  >
6376
6398
  user.label.checkout_privacy_policy
6377
6399
  <span
@@ -6379,29 +6401,29 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6379
6401
  >
6380
6402
  *
6381
6403
  </span>
6382
- </label>
6383
- </ui_input_option>
6404
+ </ui-label>
6405
+ </ui-input-option>
6384
6406
  </form>
6385
- <ui_view
6407
+ <ui-view
6386
6408
  class="view"
6387
6409
  >
6388
- <ui_view
6410
+ <ui-view
6389
6411
  class="view"
6390
6412
  >
6391
- <ui_text
6413
+ <ui-text
6392
6414
  class="text bold headline-3"
6393
6415
  >
6394
6416
  payments.label.payment_methods
6395
- </ui_text>
6396
- </ui_view>
6397
- <ui_view
6417
+ </ui-text>
6418
+ </ui-view>
6419
+ <ui-view
6398
6420
  class="view"
6399
6421
  >
6400
- <ui_pressable
6422
+ <ui-pressable
6401
6423
  class="pressable disabled"
6402
- disabled=""
6424
+ disabled="true"
6403
6425
  >
6404
- <ui_radio
6426
+ <ui-radio
6405
6427
  class="radio"
6406
6428
  >
6407
6429
  <input
@@ -6411,15 +6433,15 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6411
6433
  type="radio"
6412
6434
  value="CARD"
6413
6435
  />
6414
- <ui_primitive
6436
+ <ui-primitive
6415
6437
  class="checkmark"
6416
6438
  />
6417
- </ui_radio>
6418
- <ui_text
6439
+ </ui-radio>
6440
+ <ui-text
6419
6441
  class="text bold paragraph"
6420
6442
  >
6421
6443
  payments.label.card
6422
- </ui_text>
6444
+ </ui-text>
6423
6445
  <img
6424
6446
  alt="VISA"
6425
6447
  class="view"
@@ -6430,25 +6452,25 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6430
6452
  class="view"
6431
6453
  src="https://static.mirai.com/payments/images/cards/mastercard.png"
6432
6454
  />
6433
- </ui_pressable>
6434
- <ui_view
6455
+ </ui-pressable>
6456
+ <ui-view
6435
6457
  class="view"
6436
6458
  >
6437
- <ui_fieldset
6459
+ <form
6438
6460
  autocomplete="off"
6439
6461
  >
6440
- <ui_input_text
6462
+ <ui-input-text
6441
6463
  class="view inputContainer"
6442
6464
  >
6443
- <ui_view
6465
+ <ui-view
6444
6466
  class="view row inputBorder"
6445
6467
  >
6446
- <ui_view
6468
+ <ui-view
6447
6469
  class="view wide content"
6448
6470
  >
6449
- <label
6471
+ <ui-label
6450
6472
  class="text paragraph text label"
6451
- for="input.checkout-card"
6473
+ htmlfor="input.checkout-card"
6452
6474
  >
6453
6475
  payments.label.card_number
6454
6476
  <span
@@ -6456,7 +6478,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6456
6478
  >
6457
6479
  *
6458
6480
  </span>
6459
- </label>
6481
+ </ui-label>
6460
6482
  <input
6461
6483
  class="input input withLabel"
6462
6484
  id="input.checkout-card"
@@ -6467,21 +6489,21 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6467
6489
  type="text"
6468
6490
  value=""
6469
6491
  />
6470
- </ui_view>
6471
- </ui_view>
6472
- </ui_input_text>
6473
- <ui_input_text
6492
+ </ui-view>
6493
+ </ui-view>
6494
+ </ui-input-text>
6495
+ <ui-input-text
6474
6496
  class="view inputContainer"
6475
6497
  >
6476
- <ui_view
6498
+ <ui-view
6477
6499
  class="view row inputBorder"
6478
6500
  >
6479
- <ui_view
6501
+ <ui-view
6480
6502
  class="view wide content"
6481
6503
  >
6482
- <label
6504
+ <ui-label
6483
6505
  class="text paragraph text label"
6484
- for="input.checkout-name"
6506
+ htmlfor="input.checkout-name"
6485
6507
  >
6486
6508
  payments.label.card_name
6487
6509
  <span
@@ -6489,7 +6511,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6489
6511
  >
6490
6512
  *
6491
6513
  </span>
6492
- </label>
6514
+ </ui-label>
6493
6515
  <input
6494
6516
  class="input input withLabel"
6495
6517
  id="input.checkout-name"
@@ -6500,21 +6522,21 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6500
6522
  type="text"
6501
6523
  value=""
6502
6524
  />
6503
- </ui_view>
6504
- </ui_view>
6505
- </ui_input_text>
6506
- <ui_input_date
6525
+ </ui-view>
6526
+ </ui-view>
6527
+ </ui-input-text>
6528
+ <ui-input-text
6507
6529
  class="view inputContainer"
6508
6530
  >
6509
- <ui_view
6531
+ <ui-view
6510
6532
  class="view row inputBorder"
6511
6533
  >
6512
- <ui_view
6534
+ <ui-view
6513
6535
  class="view wide content"
6514
6536
  >
6515
- <label
6537
+ <ui-label
6516
6538
  class="text paragraph text label"
6517
- for="input.checkout-expire"
6539
+ htmlfor="input.checkout-expire"
6518
6540
  >
6519
6541
  payments.label.expiration
6520
6542
  <span
@@ -6522,7 +6544,7 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6522
6544
  >
6523
6545
  *
6524
6546
  </span>
6525
- </label>
6547
+ </ui-label>
6526
6548
  <input
6527
6549
  class="input input withLabel"
6528
6550
  id="input.checkout-expire"
@@ -6533,20 +6555,21 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6533
6555
  type="inputDate"
6534
6556
  value=""
6535
6557
  />
6536
- </ui_view>
6537
- </ui_view>
6538
- </ui_input_date>
6539
- </ui_fieldset>
6540
- </ui_view>
6541
- </ui_view>
6542
- <ui_view
6558
+ </ui-view>
6559
+ </ui-view>
6560
+ </ui-input-text>
6561
+ </form>
6562
+ </ui-view>
6563
+ </ui-view>
6564
+ <ui-view
6543
6565
  class="view"
6544
6566
  >
6545
- <ui_pressable
6567
+ <ui-pressable
6546
6568
  class="pressable"
6569
+ disabled="false"
6547
6570
  tabindex="0"
6548
6571
  >
6549
- <ui_radio
6572
+ <ui-radio
6550
6573
  class="radio"
6551
6574
  >
6552
6575
  <input
@@ -6555,39 +6578,39 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6555
6578
  type="radio"
6556
6579
  value="AMAZON_PAY"
6557
6580
  />
6558
- <ui_primitive
6581
+ <ui-primitive
6559
6582
  class="checkmark"
6560
6583
  />
6561
- </ui_radio>
6562
- <ui_text
6584
+ </ui-radio>
6585
+ <ui-text
6563
6586
  class="text bold paragraph"
6564
6587
  >
6565
6588
  payments.label.amazon
6566
- </ui_text>
6589
+ </ui-text>
6567
6590
  <img
6568
6591
  alt="AMAZON PAY"
6569
6592
  class="view"
6570
6593
  src="https://static.mirai.com/payments/images/amazonpay.png"
6571
6594
  />
6572
- </ui_pressable>
6573
- </ui_view>
6574
- </ui_view>
6575
- <ui_modal_overflow
6595
+ </ui-pressable>
6596
+ </ui-view>
6597
+ </ui-view>
6598
+ <ui-modal-overflow
6576
6599
  class="pressable container overflow"
6577
6600
  style="height: 768px;"
6578
6601
  tabindex="0"
6579
6602
  >
6580
- <ui_view
6603
+ <ui-modal
6581
6604
  class="view fit modal"
6582
6605
  >
6583
- <ui_view
6606
+ <ui-view
6584
6607
  class="view row header hideBack"
6585
6608
  >
6586
6609
  <button
6587
6610
  class="pressable button small squared transparent button"
6588
6611
  tabindex="0"
6589
6612
  >
6590
- <ui_icon
6613
+ <ui-icon
6591
6614
  class="icon headline-3 icon"
6592
6615
  >
6593
6616
  <svg
@@ -6607,84 +6630,85 @@ exports[`component:<Checkout> partial:<Form> with a store 1`] = `
6607
6630
  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"
6608
6631
  />
6609
6632
  </svg>
6610
- </ui_icon>
6633
+ </ui-icon>
6611
6634
  </button>
6612
- </ui_view>
6613
- <ui_scrollview
6635
+ </ui-view>
6636
+ <ui-scrollview
6614
6637
  class="scrollview vertical"
6638
+ vertical="true"
6615
6639
  >
6616
- <ui_view
6640
+ <ui-view
6617
6641
  class="view"
6618
6642
  >
6619
- <ui_view
6643
+ <ui-view
6620
6644
  class="view"
6621
6645
  >
6622
- <ui_text
6646
+ <ui-text
6623
6647
  class="text bold small"
6624
6648
  >
6625
6649
  common.label.payment_terms
6626
- </ui_text>
6627
- <ui_text
6650
+ </ui-text>
6651
+ <ui-text
6628
6652
  class="text small"
6629
6653
  >
6630
6654
  Prepago de 100%: Tarjeta de crédito o Amazon Pay
6631
- </ui_text>
6632
- </ui_view>
6633
- <ui_view
6655
+ </ui-text>
6656
+ </ui-view>
6657
+ <ui-view
6634
6658
  class="view"
6635
6659
  >
6636
- <ui_text
6660
+ <ui-text
6637
6661
  class="text bold small"
6638
6662
  >
6639
6663
  common.label.cancellation_policy
6640
- </ui_text>
6641
- <ui_text
6664
+ </ui-text>
6665
+ <ui-text
6642
6666
  class="text small"
6643
6667
  >
6644
6668
  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.
6645
- </ui_text>
6646
- </ui_view>
6647
- <ui_view
6669
+ </ui-text>
6670
+ </ui-view>
6671
+ <ui-view
6648
6672
  class="view"
6649
6673
  >
6650
- <ui_text
6674
+ <ui-text
6651
6675
  class="text bold small"
6652
6676
  >
6653
6677
  common.label.others_terms
6654
- </ui_text>
6655
- <ui_text
6678
+ </ui-text>
6679
+ <ui-text
6656
6680
  class="text small"
6657
6681
  >
6658
- <ui_text
6682
+ <ui-text
6659
6683
  class="text small wide"
6660
6684
  >
6661
6685
  Check- in a partir de las 15.00h.
6662
- </ui_text>
6663
- <ui_text
6686
+ </ui-text>
6687
+ <ui-text
6664
6688
  class="text small wide"
6665
6689
  >
6666
6690
  Check - out hasta las 12.00h.
6667
- </ui_text>
6668
- <ui_text
6691
+ </ui-text>
6692
+ <ui-text
6669
6693
  class="text small wide"
6670
6694
  >
6671
6695
  Los niños de 3 a 12 años podrán acceder a las instalaciones dedicadas a su uso y disfrute.
6672
- </ui_text>
6673
- <ui_text
6696
+ </ui-text>
6697
+ <ui-text
6674
6698
  class="text small wide"
6675
6699
  >
6676
6700
  En caso de alojarse con bebés, éstos no incluyen régimen alguno.
6677
- </ui_text>
6678
- <ui_text
6701
+ </ui-text>
6702
+ <ui-text
6679
6703
  class="text small wide"
6680
6704
  >
6681
6705
  Acceso spa infantil para bebés 8.50€ al día.
6682
- </ui_text>
6683
- </ui_text>
6684
- </ui_view>
6685
- </ui_view>
6686
- </ui_scrollview>
6687
- </ui_view>
6688
- </ui_modal_overflow>
6706
+ </ui-text>
6707
+ </ui-text>
6708
+ </ui-view>
6709
+ </ui-view>
6710
+ </ui-scrollview>
6711
+ </ui-modal>
6712
+ </ui-modal-overflow>
6689
6713
  </DocumentFragment>
6690
6714
  `;