@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
@@ -2,27 +2,27 @@
2
2
 
3
3
  exports[`component:<Booking> partial:<Modal> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <ui_modal_overflow
5
+ <ui-modal-overflow
6
6
  class="pressable container overflow"
7
7
  style="height: 768px;"
8
8
  tabindex="0"
9
9
  >
10
- <ui_view
10
+ <ui-modal
11
11
  class="view fit modal calcWidth mirai"
12
12
  >
13
- <ui_view
13
+ <ui-view
14
14
  class="view row header hideBack"
15
15
  >
16
- <ui_text
16
+ <ui-text
17
17
  class="text headline-3 title"
18
18
  >
19
19
  user.action.resend_booking
20
- </ui_text>
20
+ </ui-text>
21
21
  <button
22
22
  class="pressable button small squared transparent button"
23
23
  tabindex="0"
24
24
  >
25
- <ui_icon
25
+ <ui-icon
26
26
  class="icon headline-3 icon"
27
27
  >
28
28
  <svg
@@ -42,35 +42,35 @@ exports[`component:<Booking> partial:<Modal> inherit:className 1`] = `
42
42
  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"
43
43
  />
44
44
  </svg>
45
- </ui_icon>
45
+ </ui-icon>
46
46
  </button>
47
- </ui_view>
48
- <ui_view
47
+ </ui-view>
48
+ <ui-view
49
49
  class="view"
50
50
  >
51
- <ui_view
51
+ <ui-view
52
52
  class="view"
53
53
  >
54
- <ui_text
54
+ <ui-text
55
55
  class="text paragraph"
56
56
  >
57
57
  user.label.email_text
58
- </ui_text>
59
- <ui_input_text
58
+ </ui-text>
59
+ <ui-input-text
60
60
  class="view inputContainer"
61
61
  >
62
- <ui_view
62
+ <ui-view
63
63
  class="view row inputBorder"
64
64
  >
65
- <ui_view
65
+ <ui-view
66
66
  class="view wide content"
67
67
  >
68
- <label
68
+ <ui-label
69
69
  class="text paragraph text label"
70
- for="input.email"
70
+ htmlfor="input.email"
71
71
  >
72
72
  common.label.email
73
- </label>
73
+ </ui-label>
74
74
  <input
75
75
  class="input input withLabel"
76
76
  id="input.email"
@@ -79,11 +79,11 @@ exports[`component:<Booking> partial:<Modal> inherit:className 1`] = `
79
79
  type="email"
80
80
  value=""
81
81
  />
82
- </ui_view>
83
- </ui_view>
84
- </ui_input_text>
85
- </ui_view>
86
- <ui_view
82
+ </ui-view>
83
+ </ui-view>
84
+ </ui-input-text>
85
+ </ui-view>
86
+ <ui-view
87
87
  class="view row"
88
88
  >
89
89
  <button
@@ -98,36 +98,36 @@ exports[`component:<Booking> partial:<Modal> inherit:className 1`] = `
98
98
  >
99
99
  common.action.send
100
100
  </button>
101
- </ui_view>
102
- </ui_view>
103
- </ui_view>
104
- </ui_modal_overflow>
101
+ </ui-view>
102
+ </ui-view>
103
+ </ui-modal>
104
+ </ui-modal-overflow>
105
105
  </DocumentFragment>
106
106
  `;
107
107
 
108
108
  exports[`component:<Booking> partial:<Modal> renders 1`] = `
109
109
  <DocumentFragment>
110
- <ui_modal_overflow
110
+ <ui-modal-overflow
111
111
  class="pressable container overflow"
112
112
  style="height: 768px;"
113
113
  tabindex="0"
114
114
  >
115
- <ui_view
115
+ <ui-modal
116
116
  class="view fit modal calcWidth"
117
117
  >
118
- <ui_view
118
+ <ui-view
119
119
  class="view row header hideBack"
120
120
  >
121
- <ui_text
121
+ <ui-text
122
122
  class="text headline-3 title"
123
123
  >
124
124
  user.action.resend_booking
125
- </ui_text>
125
+ </ui-text>
126
126
  <button
127
127
  class="pressable button small squared transparent button"
128
128
  tabindex="0"
129
129
  >
130
- <ui_icon
130
+ <ui-icon
131
131
  class="icon headline-3 icon"
132
132
  >
133
133
  <svg
@@ -147,35 +147,35 @@ exports[`component:<Booking> partial:<Modal> renders 1`] = `
147
147
  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"
148
148
  />
149
149
  </svg>
150
- </ui_icon>
150
+ </ui-icon>
151
151
  </button>
152
- </ui_view>
153
- <ui_view
152
+ </ui-view>
153
+ <ui-view
154
154
  class="view"
155
155
  >
156
- <ui_view
156
+ <ui-view
157
157
  class="view"
158
158
  >
159
- <ui_text
159
+ <ui-text
160
160
  class="text paragraph"
161
161
  >
162
162
  user.label.email_text
163
- </ui_text>
164
- <ui_input_text
163
+ </ui-text>
164
+ <ui-input-text
165
165
  class="view inputContainer"
166
166
  >
167
- <ui_view
167
+ <ui-view
168
168
  class="view row inputBorder"
169
169
  >
170
- <ui_view
170
+ <ui-view
171
171
  class="view wide content"
172
172
  >
173
- <label
173
+ <ui-label
174
174
  class="text paragraph text label"
175
- for="input.email"
175
+ htmlfor="input.email"
176
176
  >
177
177
  common.label.email
178
- </label>
178
+ </ui-label>
179
179
  <input
180
180
  class="input input withLabel"
181
181
  id="input.email"
@@ -184,11 +184,11 @@ exports[`component:<Booking> partial:<Modal> renders 1`] = `
184
184
  type="email"
185
185
  value=""
186
186
  />
187
- </ui_view>
188
- </ui_view>
189
- </ui_input_text>
190
- </ui_view>
191
- <ui_view
187
+ </ui-view>
188
+ </ui-view>
189
+ </ui-input-text>
190
+ </ui-view>
191
+ <ui-view
192
192
  class="view row"
193
193
  >
194
194
  <button
@@ -203,39 +203,39 @@ exports[`component:<Booking> partial:<Modal> renders 1`] = `
203
203
  >
204
204
  common.action.send
205
205
  </button>
206
- </ui_view>
207
- </ui_view>
208
- </ui_view>
209
- </ui_modal_overflow>
206
+ </ui-view>
207
+ </ui-view>
208
+ </ui-modal>
209
+ </ui-modal-overflow>
210
210
  </DocumentFragment>
211
211
  `;
212
212
 
213
213
  exports[`component:<Booking> partial:<Modal> testID 1`] = `
214
214
  <DocumentFragment>
215
- <ui_modal_overflow
215
+ <ui-modal-overflow
216
216
  class="pressable container overflow"
217
217
  data-testid="mirai-overflow"
218
218
  style="height: 768px;"
219
219
  tabindex="0"
220
220
  >
221
- <ui_view
221
+ <ui-modal
222
222
  class="view fit modal calcWidth"
223
223
  data-testid="mirai"
224
224
  >
225
- <ui_view
225
+ <ui-view
226
226
  class="view row header hideBack"
227
227
  >
228
- <ui_text
228
+ <ui-text
229
229
  class="text headline-3 title"
230
230
  >
231
231
  user.action.resend_booking
232
- </ui_text>
232
+ </ui-text>
233
233
  <button
234
234
  class="pressable button small squared transparent button"
235
235
  data-testid="mirai-button-close"
236
236
  tabindex="0"
237
237
  >
238
- <ui_icon
238
+ <ui-icon
239
239
  class="icon headline-3 icon"
240
240
  >
241
241
  <svg
@@ -255,35 +255,35 @@ exports[`component:<Booking> partial:<Modal> testID 1`] = `
255
255
  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"
256
256
  />
257
257
  </svg>
258
- </ui_icon>
258
+ </ui-icon>
259
259
  </button>
260
- </ui_view>
261
- <ui_view
260
+ </ui-view>
261
+ <ui-view
262
262
  class="view"
263
263
  >
264
- <ui_view
264
+ <ui-view
265
265
  class="view"
266
266
  >
267
- <ui_text
267
+ <ui-text
268
268
  class="text paragraph"
269
269
  >
270
270
  user.label.email_text
271
- </ui_text>
272
- <ui_input_text
271
+ </ui-text>
272
+ <ui-input-text
273
273
  class="view inputContainer"
274
274
  >
275
- <ui_view
275
+ <ui-view
276
276
  class="view row inputBorder"
277
277
  >
278
- <ui_view
278
+ <ui-view
279
279
  class="view wide content"
280
280
  >
281
- <label
281
+ <ui-label
282
282
  class="text paragraph text label"
283
- for="input.email"
283
+ htmlfor="input.email"
284
284
  >
285
285
  common.label.email
286
- </label>
286
+ </ui-label>
287
287
  <input
288
288
  class="input input withLabel"
289
289
  id="input.email"
@@ -292,11 +292,11 @@ exports[`component:<Booking> partial:<Modal> testID 1`] = `
292
292
  type="email"
293
293
  value=""
294
294
  />
295
- </ui_view>
296
- </ui_view>
297
- </ui_input_text>
298
- </ui_view>
299
- <ui_view
295
+ </ui-view>
296
+ </ui-view>
297
+ </ui-input-text>
298
+ </ui-view>
299
+ <ui-view
300
300
  class="view row"
301
301
  >
302
302
  <button
@@ -311,36 +311,36 @@ exports[`component:<Booking> partial:<Modal> testID 1`] = `
311
311
  >
312
312
  common.action.send
313
313
  </button>
314
- </ui_view>
315
- </ui_view>
316
- </ui_view>
317
- </ui_modal_overflow>
314
+ </ui-view>
315
+ </ui-view>
316
+ </ui-modal>
317
+ </ui-modal-overflow>
318
318
  </DocumentFragment>
319
319
  `;
320
320
 
321
321
  exports[`component:<Booking> partial:<Modal> with a store 1`] = `
322
322
  <DocumentFragment>
323
- <ui_modal_overflow
323
+ <ui-modal-overflow
324
324
  class="pressable container overflow"
325
325
  style="height: 768px;"
326
326
  tabindex="0"
327
327
  >
328
- <ui_view
328
+ <ui-modal
329
329
  class="view fit modal calcWidth"
330
330
  >
331
- <ui_view
331
+ <ui-view
332
332
  class="view row header hideBack"
333
333
  >
334
- <ui_text
334
+ <ui-text
335
335
  class="text headline-3 title"
336
336
  >
337
337
  user.action.resend_booking
338
- </ui_text>
338
+ </ui-text>
339
339
  <button
340
340
  class="pressable button small squared transparent button"
341
341
  tabindex="0"
342
342
  >
343
- <ui_icon
343
+ <ui-icon
344
344
  class="icon headline-3 icon"
345
345
  >
346
346
  <svg
@@ -360,35 +360,35 @@ exports[`component:<Booking> partial:<Modal> with a store 1`] = `
360
360
  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"
361
361
  />
362
362
  </svg>
363
- </ui_icon>
363
+ </ui-icon>
364
364
  </button>
365
- </ui_view>
366
- <ui_view
365
+ </ui-view>
366
+ <ui-view
367
367
  class="view"
368
368
  >
369
- <ui_view
369
+ <ui-view
370
370
  class="view"
371
371
  >
372
- <ui_text
372
+ <ui-text
373
373
  class="text paragraph"
374
374
  >
375
375
  user.label.email_text
376
- </ui_text>
377
- <ui_input_text
376
+ </ui-text>
377
+ <ui-input-text
378
378
  class="view inputContainer"
379
379
  >
380
- <ui_view
380
+ <ui-view
381
381
  class="view row inputBorder"
382
382
  >
383
- <ui_view
383
+ <ui-view
384
384
  class="view wide content"
385
385
  >
386
- <label
386
+ <ui-label
387
387
  class="text paragraph text label"
388
- for="input.email"
388
+ htmlfor="input.email"
389
389
  >
390
390
  common.label.email
391
- </label>
391
+ </ui-label>
392
392
  <input
393
393
  class="input input withLabel"
394
394
  id="input.email"
@@ -397,11 +397,11 @@ exports[`component:<Booking> partial:<Modal> with a store 1`] = `
397
397
  type="email"
398
398
  value=""
399
399
  />
400
- </ui_view>
401
- </ui_view>
402
- </ui_input_text>
403
- </ui_view>
404
- <ui_view
400
+ </ui-view>
401
+ </ui-view>
402
+ </ui-input-text>
403
+ </ui-view>
404
+ <ui-view
405
405
  class="view row"
406
406
  >
407
407
  <button
@@ -416,9 +416,9 @@ exports[`component:<Booking> partial:<Modal> with a store 1`] = `
416
416
  >
417
417
  common.action.send
418
418
  </button>
419
- </ui_view>
420
- </ui_view>
421
- </ui_view>
422
- </ui_modal_overflow>
419
+ </ui-view>
420
+ </ui-view>
421
+ </ui-modal>
422
+ </ui-modal-overflow>
423
423
  </DocumentFragment>
424
424
  `;