@mirai/core 0.3.335 → 0.3.337

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 (94) hide show
  1. package/build/components/BannerLoyalty/BannerLoyalty.js +3 -1
  2. package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
  3. package/build/components/BannerLoyalty/BannerLoyalty.module.css +1 -0
  4. package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
  5. package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +270 -260
  6. package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
  7. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +164 -148
  8. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +128 -104
  9. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +332 -290
  10. package/build/components/Chat/Chat.js +2 -1
  11. package/build/components/Chat/Chat.js.map +1 -1
  12. package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
  13. package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +27 -24
  14. package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +75 -68
  15. package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
  16. package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +392 -376
  17. package/build/components/Checkout/components/InputRadio/InputRadio.module.css +4 -0
  18. package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +124 -100
  19. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +606 -588
  20. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +824 -748
  21. package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1761 -1758
  22. package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2794 -2760
  23. package/build/components/Finder/Finder.js +2 -1
  24. package/build/components/Finder/Finder.js.map +1 -1
  25. package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8106 -7994
  26. package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +4325 -4318
  27. package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +139 -115
  28. package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
  29. package/build/components/Rates/Rates.Footer.js +5 -2
  30. package/build/components/Rates/Rates.Footer.js.map +1 -1
  31. package/build/components/Rates/Rates.RoomSelector.js +7 -14
  32. package/build/components/Rates/Rates.RoomSelector.js.map +1 -1
  33. package/build/components/Rates/Rates.js +13 -7
  34. package/build/components/Rates/Rates.js.map +1 -1
  35. package/build/components/Rates/Rates.module.css +7 -51
  36. package/build/components/Rates/components/Filters/Filters.js +1 -0
  37. package/build/components/Rates/components/Filters/Filters.js.map +1 -1
  38. package/build/components/Rates/components/Item/Item.Rates.js +24 -15
  39. package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
  40. package/build/components/Rates/components/Item/Item.module.css +9 -10
  41. package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.js → ModalCancellationInfo/ModalCancellationInfo.js} +7 -7
  42. package/build/components/Rates/components/Item/components/ModalCancellationInfo/ModalCancellationInfo.js.map +1 -0
  43. package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js +17 -0
  44. package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js.map +1 -0
  45. package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +1 -0
  46. package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
  47. package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js +81 -0
  48. package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js.map +1 -0
  49. package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.module.css +24 -0
  50. package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js +17 -0
  51. package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js.map +1 -0
  52. package/build/components/Rates/components/Item/components/Option/Option.module.css +1 -1
  53. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js +7 -16
  54. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js.map +1 -1
  55. package/build/components/Rates/components/Item/components/index.js +15 -4
  56. package/build/components/Rates/components/Item/components/index.js.map +1 -1
  57. package/build/components/Rates/components/Item/index.js +12 -5
  58. package/build/components/Rates/components/Item/index.js.map +1 -1
  59. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +351 -305
  60. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +303 -270
  61. package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
  62. package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +1068 -1063
  63. package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
  64. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
  65. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
  66. package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +156 -144
  67. package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +15 -12
  68. package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +43 -32
  69. package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
  70. package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
  71. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +46 -45
  72. package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
  73. package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
  74. package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
  75. package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +266 -219
  76. package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +556 -513
  77. package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +63 -59
  78. package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +68 -60
  79. package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +783 -732
  80. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +334 -308
  81. package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +8 -6
  82. package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +254 -231
  83. package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
  84. package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +30 -27
  85. package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
  86. package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
  87. package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +108 -104
  88. package/package.json +3 -3
  89. package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js.map +0 -1
  90. package/build/components/Rates/components/Item/components/ModalRateInfo/index.js +0 -17
  91. package/build/components/Rates/components/Item/components/ModalRateInfo/index.js.map +0 -1
  92. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js +0 -49
  93. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js.map +0 -1
  94. /package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.module.css → ModalCancellationInfo/ModalCancellationInfo.module.css} +0 -0
@@ -2,76 +2,79 @@
2
2
 
3
3
  exports[`component:<BookingTerms> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <div
5
+ <ui_view
6
6
  class="view mirai"
7
7
  >
8
- <div
8
+ <ui_view
9
9
  class="view"
10
10
  >
11
- <span
11
+ <ui_text
12
12
  class="text bold paragraph"
13
13
  >
14
14
  common.label.payment_terms
15
- </span>
16
- <span
15
+ </ui_text>
16
+ <ui_text
17
17
  class="text paragraph"
18
18
  >
19
19
  Pay on arrival at the property. Credit Card only as a booking guarantee.
20
- </span>
21
- </div>
22
- <div
20
+ </ui_text>
21
+ </ui_view>
22
+ <ui_view
23
23
  class="view"
24
24
  >
25
- <span
25
+ <ui_text
26
26
  class="text bold paragraph"
27
27
  >
28
28
  common.label.cancellation_policy
29
- </span>
30
- <span
29
+ </ui_text>
30
+ <ui_text
31
31
  class="text paragraph"
32
32
  >
33
33
  Free cancellation until Jun 23
34
- </span>
35
- <button
34
+ </ui_text>
35
+ <ui_action
36
36
  class="pressable action underline"
37
+ tabindex="0"
37
38
  >
38
39
  common.action.more_info
39
- </button>
40
- </div>
41
- <div
40
+ </ui_action>
41
+ </ui_view>
42
+ <ui_view
42
43
  class="view"
43
44
  >
44
- <span
45
+ <ui_text
45
46
  class="text bold paragraph"
46
47
  >
47
48
  common.label.privacy_policy
48
- </span>
49
- <span
49
+ </ui_text>
50
+ <ui_text
50
51
  class="text paragraph"
51
52
  >
52
53
  user.label.privacy_policy_description
53
- </span>
54
- </div>
55
- </div>
56
- <div
54
+ </ui_text>
55
+ </ui_view>
56
+ </ui_view>
57
+ <ui_modal_overflow
57
58
  class="pressable container overflow"
58
59
  style="height: 768px;"
60
+ tabindex="0"
59
61
  >
60
- <div
62
+ <ui_view
61
63
  class="view fit modal calcWidth"
62
64
  >
63
- <div
65
+ <ui_view
64
66
  class="view row header hideBack"
65
67
  >
66
- <h3
68
+ <ui_text
67
69
  class="text headline-3 title"
68
70
  >
69
71
  common.label.cancellation_policy
70
- </h3>
72
+ </ui_text>
71
73
  <button
72
74
  class="pressable button small squared transparent button"
75
+ tabindex="0"
73
76
  >
74
- <span
77
+ <ui_icon
75
78
  class="icon headline-3 icon"
76
79
  >
77
80
  <svg
@@ -91,96 +94,99 @@ exports[`component:<BookingTerms> inherit:className 1`] = `
91
94
  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"
92
95
  />
93
96
  </svg>
94
- </span>
97
+ </ui_icon>
95
98
  </button>
96
- </div>
97
- <span
99
+ </ui_view>
100
+ <ui_text
98
101
  class="text paragraph"
99
102
  >
100
- <span
103
+ <ui_text
101
104
  style="font-weight: bold;"
102
105
  >
103
106
  {{cancelationPolicy}
104
- </span>
107
+ </ui_text>
105
108
  } Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illum ratione repellat ipsa corrupti vitae ullam quidem, sunt fuga. Ut, cum deleniti? Dignissimos enim odio hic harum temporibus itaque, aspernatur natus.
106
- </span>
107
- </div>
108
- </div>
109
+ </ui_text>
110
+ </ui_view>
111
+ </ui_modal_overflow>
109
112
  </DocumentFragment>
110
113
  `;
111
114
 
112
115
  exports[`component:<BookingTerms> renders 1`] = `
113
116
  <DocumentFragment>
114
- <div
117
+ <ui_view
115
118
  class="view"
116
119
  >
117
- <div
120
+ <ui_view
118
121
  class="view"
119
122
  >
120
- <span
123
+ <ui_text
121
124
  class="text bold paragraph"
122
125
  >
123
126
  common.label.payment_terms
124
- </span>
125
- <span
127
+ </ui_text>
128
+ <ui_text
126
129
  class="text paragraph"
127
130
  >
128
131
  Pay on arrival at the property. Credit Card only as a booking guarantee.
129
- </span>
130
- </div>
131
- <div
132
+ </ui_text>
133
+ </ui_view>
134
+ <ui_view
132
135
  class="view"
133
136
  >
134
- <span
137
+ <ui_text
135
138
  class="text bold paragraph"
136
139
  >
137
140
  common.label.cancellation_policy
138
- </span>
139
- <span
141
+ </ui_text>
142
+ <ui_text
140
143
  class="text paragraph"
141
144
  >
142
145
  Free cancellation until Jun 23
143
- </span>
144
- <button
146
+ </ui_text>
147
+ <ui_action
145
148
  class="pressable action underline"
149
+ tabindex="0"
146
150
  >
147
151
  common.action.more_info
148
- </button>
149
- </div>
150
- <div
152
+ </ui_action>
153
+ </ui_view>
154
+ <ui_view
151
155
  class="view"
152
156
  >
153
- <span
157
+ <ui_text
154
158
  class="text bold paragraph"
155
159
  >
156
160
  common.label.privacy_policy
157
- </span>
158
- <span
161
+ </ui_text>
162
+ <ui_text
159
163
  class="text paragraph"
160
164
  >
161
165
  user.label.privacy_policy_description
162
- </span>
163
- </div>
164
- </div>
165
- <div
166
+ </ui_text>
167
+ </ui_view>
168
+ </ui_view>
169
+ <ui_modal_overflow
166
170
  class="pressable container overflow"
167
171
  style="height: 768px;"
172
+ tabindex="0"
168
173
  >
169
- <div
174
+ <ui_view
170
175
  class="view fit modal calcWidth"
171
176
  >
172
- <div
177
+ <ui_view
173
178
  class="view row header hideBack"
174
179
  >
175
- <h3
180
+ <ui_text
176
181
  class="text headline-3 title"
177
182
  >
178
183
  common.label.cancellation_policy
179
- </h3>
184
+ </ui_text>
180
185
  <button
181
186
  class="pressable button small squared transparent button"
187
+ tabindex="0"
182
188
  >
183
- <span
189
+ <ui_icon
184
190
  class="icon headline-3 icon"
185
191
  >
186
192
  <svg
@@ -200,97 +206,100 @@ exports[`component:<BookingTerms> renders 1`] = `
200
206
  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"
201
207
  />
202
208
  </svg>
203
- </span>
209
+ </ui_icon>
204
210
  </button>
205
- </div>
206
- <span
211
+ </ui_view>
212
+ <ui_text
207
213
  class="text paragraph"
208
214
  >
209
- <span
215
+ <ui_text
210
216
  style="font-weight: bold;"
211
217
  >
212
218
  {{cancelationPolicy}
213
- </span>
219
+ </ui_text>
214
220
  } Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illum ratione repellat ipsa corrupti vitae ullam quidem, sunt fuga. Ut, cum deleniti? Dignissimos enim odio hic harum temporibus itaque, aspernatur natus.
215
- </span>
216
- </div>
217
- </div>
221
+ </ui_text>
222
+ </ui_view>
223
+ </ui_modal_overflow>
218
224
  </DocumentFragment>
219
225
  `;
220
226
 
221
227
  exports[`component:<BookingTerms> testID 1`] = `
222
228
  <DocumentFragment>
223
- <div
229
+ <ui_view
224
230
  class="view"
225
231
  data-testid="mirai"
226
232
  >
227
- <div
233
+ <ui_view
228
234
  class="view"
229
235
  >
230
- <span
236
+ <ui_text
231
237
  class="text bold paragraph"
232
238
  >
233
239
  common.label.payment_terms
234
- </span>
235
- <span
240
+ </ui_text>
241
+ <ui_text
236
242
  class="text paragraph"
237
243
  >
238
244
  Pay on arrival at the property. Credit Card only as a booking guarantee.
239
- </span>
240
- </div>
241
- <div
245
+ </ui_text>
246
+ </ui_view>
247
+ <ui_view
242
248
  class="view"
243
249
  >
244
- <span
250
+ <ui_text
245
251
  class="text bold paragraph"
246
252
  >
247
253
  common.label.cancellation_policy
248
- </span>
249
- <span
254
+ </ui_text>
255
+ <ui_text
250
256
  class="text paragraph"
251
257
  >
252
258
  Free cancellation until Jun 23
253
- </span>
254
- <button
259
+ </ui_text>
260
+ <ui_action
255
261
  class="pressable action underline"
262
+ tabindex="0"
256
263
  >
257
264
  common.action.more_info
258
- </button>
259
- </div>
260
- <div
265
+ </ui_action>
266
+ </ui_view>
267
+ <ui_view
261
268
  class="view"
262
269
  >
263
- <span
270
+ <ui_text
264
271
  class="text bold paragraph"
265
272
  >
266
273
  common.label.privacy_policy
267
- </span>
268
- <span
274
+ </ui_text>
275
+ <ui_text
269
276
  class="text paragraph"
270
277
  >
271
278
  user.label.privacy_policy_description
272
- </span>
273
- </div>
274
- </div>
275
- <div
279
+ </ui_text>
280
+ </ui_view>
281
+ </ui_view>
282
+ <ui_modal_overflow
276
283
  class="pressable container overflow"
277
284
  style="height: 768px;"
285
+ tabindex="0"
278
286
  >
279
- <div
287
+ <ui_view
280
288
  class="view fit modal calcWidth"
281
289
  >
282
- <div
290
+ <ui_view
283
291
  class="view row header hideBack"
284
292
  >
285
- <h3
293
+ <ui_text
286
294
  class="text headline-3 title"
287
295
  >
288
296
  common.label.cancellation_policy
289
- </h3>
297
+ </ui_text>
290
298
  <button
291
299
  class="pressable button small squared transparent button"
300
+ tabindex="0"
292
301
  >
293
- <span
302
+ <ui_icon
294
303
  class="icon headline-3 icon"
295
304
  >
296
305
  <svg
@@ -310,96 +319,99 @@ exports[`component:<BookingTerms> testID 1`] = `
310
319
  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"
311
320
  />
312
321
  </svg>
313
- </span>
322
+ </ui_icon>
314
323
  </button>
315
- </div>
316
- <span
324
+ </ui_view>
325
+ <ui_text
317
326
  class="text paragraph"
318
327
  >
319
- <span
328
+ <ui_text
320
329
  style="font-weight: bold;"
321
330
  >
322
331
  {{cancelationPolicy}
323
- </span>
332
+ </ui_text>
324
333
  } Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illum ratione repellat ipsa corrupti vitae ullam quidem, sunt fuga. Ut, cum deleniti? Dignissimos enim odio hic harum temporibus itaque, aspernatur natus.
325
- </span>
326
- </div>
327
- </div>
334
+ </ui_text>
335
+ </ui_view>
336
+ </ui_modal_overflow>
328
337
  </DocumentFragment>
329
338
  `;
330
339
 
331
340
  exports[`component:<BookingTerms> with a store 1`] = `
332
341
  <DocumentFragment>
333
- <div
342
+ <ui_view
334
343
  class="view"
335
344
  >
336
- <div
345
+ <ui_view
337
346
  class="view"
338
347
  >
339
- <span
348
+ <ui_text
340
349
  class="text bold paragraph"
341
350
  >
342
351
  common.label.payment_terms
343
- </span>
344
- <span
352
+ </ui_text>
353
+ <ui_text
345
354
  class="text paragraph"
346
355
  >
347
356
  Pay on arrival at the property. Credit Card only as a booking guarantee.
348
- </span>
349
- </div>
350
- <div
357
+ </ui_text>
358
+ </ui_view>
359
+ <ui_view
351
360
  class="view"
352
361
  >
353
- <span
362
+ <ui_text
354
363
  class="text bold paragraph"
355
364
  >
356
365
  common.label.cancellation_policy
357
- </span>
358
- <span
366
+ </ui_text>
367
+ <ui_text
359
368
  class="text paragraph"
360
369
  >
361
370
  Free cancellation until Jun 23
362
- </span>
363
- <button
371
+ </ui_text>
372
+ <ui_action
364
373
  class="pressable action underline"
374
+ tabindex="0"
365
375
  >
366
376
  common.action.more_info
367
- </button>
368
- </div>
369
- <div
377
+ </ui_action>
378
+ </ui_view>
379
+ <ui_view
370
380
  class="view"
371
381
  >
372
- <span
382
+ <ui_text
373
383
  class="text bold paragraph"
374
384
  >
375
385
  common.label.privacy_policy
376
- </span>
377
- <span
386
+ </ui_text>
387
+ <ui_text
378
388
  class="text paragraph"
379
389
  >
380
390
  user.label.privacy_policy_description
381
- </span>
382
- </div>
383
- </div>
384
- <div
391
+ </ui_text>
392
+ </ui_view>
393
+ </ui_view>
394
+ <ui_modal_overflow
385
395
  class="pressable container overflow"
386
396
  style="height: 768px;"
397
+ tabindex="0"
387
398
  >
388
- <div
399
+ <ui_view
389
400
  class="view fit modal calcWidth"
390
401
  >
391
- <div
402
+ <ui_view
392
403
  class="view row header hideBack"
393
404
  >
394
- <h3
405
+ <ui_text
395
406
  class="text headline-3 title"
396
407
  >
397
408
  common.label.cancellation_policy
398
- </h3>
409
+ </ui_text>
399
410
  <button
400
411
  class="pressable button small squared transparent button"
412
+ tabindex="0"
401
413
  >
402
- <span
414
+ <ui_icon
403
415
  class="icon headline-3 icon"
404
416
  >
405
417
  <svg
@@ -419,20 +431,20 @@ exports[`component:<BookingTerms> with a store 1`] = `
419
431
  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"
420
432
  />
421
433
  </svg>
422
- </span>
434
+ </ui_icon>
423
435
  </button>
424
- </div>
425
- <span
436
+ </ui_view>
437
+ <ui_text
426
438
  class="text paragraph"
427
439
  >
428
- <span
440
+ <ui_text
429
441
  style="font-weight: bold;"
430
442
  >
431
443
  {{cancelationPolicy}
432
- </span>
444
+ </ui_text>
433
445
  } Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illum ratione repellat ipsa corrupti vitae ullam quidem, sunt fuga. Ut, cum deleniti? Dignissimos enim odio hic harum temporibus itaque, aspernatur natus.
434
- </span>
435
- </div>
436
- </div>
446
+ </ui_text>
447
+ </ui_view>
448
+ </ui_modal_overflow>
437
449
  </DocumentFragment>
438
450
  `;
@@ -2,13 +2,14 @@
2
2
 
3
3
  exports[`component:<ButtonMore> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <div
5
+ <ui_view
6
6
  class="view wide mirai"
7
7
  >
8
8
  <button
9
9
  class="pressable button transparent"
10
+ tabindex="0"
10
11
  >
11
- <span
12
+ <ui_icon
12
13
  class="icon headline-3"
13
14
  >
14
15
  <svg
@@ -29,22 +30,23 @@ exports[`component:<ButtonMore> inherit:className 1`] = `
29
30
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
30
31
  />
31
32
  </svg>
32
- </span>
33
+ </ui_icon>
33
34
  common.action.view_more
34
35
  </button>
35
- </div>
36
+ </ui_view>
36
37
  </DocumentFragment>
37
38
  `;
38
39
 
39
40
  exports[`component:<ButtonMore> renders 1`] = `
40
41
  <DocumentFragment>
41
- <div
42
+ <ui_view
42
43
  class="view wide"
43
44
  >
44
45
  <button
45
46
  class="pressable button transparent"
47
+ tabindex="0"
46
48
  >
47
- <span
49
+ <ui_icon
48
50
  class="icon headline-3"
49
51
  >
50
52
  <svg
@@ -65,23 +67,24 @@ exports[`component:<ButtonMore> renders 1`] = `
65
67
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
66
68
  />
67
69
  </svg>
68
- </span>
70
+ </ui_icon>
69
71
  common.action.view_more
70
72
  </button>
71
- </div>
73
+ </ui_view>
72
74
  </DocumentFragment>
73
75
  `;
74
76
 
75
77
  exports[`component:<ButtonMore> testID 1`] = `
76
78
  <DocumentFragment>
77
- <div
79
+ <ui_view
78
80
  class="view wide"
79
81
  >
80
82
  <button
81
83
  class="pressable button transparent"
82
84
  data-testid="mirai"
85
+ tabindex="0"
83
86
  >
84
- <span
87
+ <ui_icon
85
88
  class="icon headline-3"
86
89
  >
87
90
  <svg
@@ -102,9 +105,9 @@ exports[`component:<ButtonMore> testID 1`] = `
102
105
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
103
106
  />
104
107
  </svg>
105
- </span>
108
+ </ui_icon>
106
109
  common.action.view_more
107
110
  </button>
108
- </div>
111
+ </ui_view>
109
112
  </DocumentFragment>
110
113
  `;