@mirai/core 0.3.355 → 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 (89) 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/build/helpers/sanitizeComponent.js +8 -4
  88. package/build/helpers/sanitizeComponent.js.map +1 -1
  89. package/package.json +1 -1
@@ -2,79 +2,79 @@
2
2
 
3
3
  exports[`component:<BookingTerms> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <ui_view
5
+ <ui-view
6
6
  class="view mirai"
7
7
  >
8
- <ui_view
8
+ <ui-view
9
9
  class="view"
10
10
  >
11
- <ui_text
11
+ <ui-text
12
12
  class="text bold paragraph"
13
13
  >
14
14
  common.label.payment_terms
15
- </ui_text>
16
- <ui_text
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
- </ui_text>
21
- </ui_view>
22
- <ui_view
20
+ </ui-text>
21
+ </ui-view>
22
+ <ui-view
23
23
  class="view"
24
24
  >
25
- <ui_text
25
+ <ui-text
26
26
  class="text bold paragraph"
27
27
  >
28
28
  common.label.cancellation_policy
29
- </ui_text>
30
- <ui_text
29
+ </ui-text>
30
+ <ui-text
31
31
  class="text paragraph"
32
32
  >
33
33
  Free cancellation until Jun 23
34
- </ui_text>
35
- <ui_action
34
+ </ui-text>
35
+ <ui-action
36
36
  class="pressable action underline"
37
37
  tabindex="0"
38
38
  >
39
39
  common.action.more_info
40
- </ui_action>
41
- </ui_view>
42
- <ui_view
40
+ </ui-action>
41
+ </ui-view>
42
+ <ui-view
43
43
  class="view"
44
44
  >
45
- <ui_text
45
+ <ui-text
46
46
  class="text bold paragraph"
47
47
  >
48
48
  common.label.privacy_policy
49
- </ui_text>
50
- <ui_text
49
+ </ui-text>
50
+ <ui-text
51
51
  class="text paragraph"
52
52
  >
53
53
  user.label.privacy_policy_description
54
- </ui_text>
55
- </ui_view>
56
- </ui_view>
57
- <ui_modal_overflow
54
+ </ui-text>
55
+ </ui-view>
56
+ </ui-view>
57
+ <ui-modal-overflow
58
58
  class="pressable container overflow"
59
59
  style="height: 768px;"
60
60
  tabindex="0"
61
61
  >
62
- <ui_view
62
+ <ui-modal
63
63
  class="view fit modal calcWidth"
64
64
  >
65
- <ui_view
65
+ <ui-view
66
66
  class="view row header hideBack"
67
67
  >
68
- <ui_text
68
+ <ui-text
69
69
  class="text headline-3 title"
70
70
  >
71
71
  common.label.cancellation_policy
72
- </ui_text>
72
+ </ui-text>
73
73
  <button
74
74
  class="pressable button small squared transparent button"
75
75
  tabindex="0"
76
76
  >
77
- <ui_icon
77
+ <ui-icon
78
78
  class="icon headline-3 icon"
79
79
  >
80
80
  <svg
@@ -94,99 +94,99 @@ exports[`component:<BookingTerms> inherit:className 1`] = `
94
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"
95
95
  />
96
96
  </svg>
97
- </ui_icon>
97
+ </ui-icon>
98
98
  </button>
99
- </ui_view>
100
- <ui_text
99
+ </ui-view>
100
+ <ui-text
101
101
  class="text paragraph"
102
102
  >
103
- <ui_text
103
+ <ui-text
104
104
  style="font-weight: bold;"
105
105
  >
106
106
  {{cancelationPolicy}
107
- </ui_text>
107
+ </ui-text>
108
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.
109
- </ui_text>
110
- </ui_view>
111
- </ui_modal_overflow>
109
+ </ui-text>
110
+ </ui-modal>
111
+ </ui-modal-overflow>
112
112
  </DocumentFragment>
113
113
  `;
114
114
 
115
115
  exports[`component:<BookingTerms> renders 1`] = `
116
116
  <DocumentFragment>
117
- <ui_view
117
+ <ui-view
118
118
  class="view"
119
119
  >
120
- <ui_view
120
+ <ui-view
121
121
  class="view"
122
122
  >
123
- <ui_text
123
+ <ui-text
124
124
  class="text bold paragraph"
125
125
  >
126
126
  common.label.payment_terms
127
- </ui_text>
128
- <ui_text
127
+ </ui-text>
128
+ <ui-text
129
129
  class="text paragraph"
130
130
  >
131
131
  Pay on arrival at the property. Credit Card only as a booking guarantee.
132
- </ui_text>
133
- </ui_view>
134
- <ui_view
132
+ </ui-text>
133
+ </ui-view>
134
+ <ui-view
135
135
  class="view"
136
136
  >
137
- <ui_text
137
+ <ui-text
138
138
  class="text bold paragraph"
139
139
  >
140
140
  common.label.cancellation_policy
141
- </ui_text>
142
- <ui_text
141
+ </ui-text>
142
+ <ui-text
143
143
  class="text paragraph"
144
144
  >
145
145
  Free cancellation until Jun 23
146
- </ui_text>
147
- <ui_action
146
+ </ui-text>
147
+ <ui-action
148
148
  class="pressable action underline"
149
149
  tabindex="0"
150
150
  >
151
151
  common.action.more_info
152
- </ui_action>
153
- </ui_view>
154
- <ui_view
152
+ </ui-action>
153
+ </ui-view>
154
+ <ui-view
155
155
  class="view"
156
156
  >
157
- <ui_text
157
+ <ui-text
158
158
  class="text bold paragraph"
159
159
  >
160
160
  common.label.privacy_policy
161
- </ui_text>
162
- <ui_text
161
+ </ui-text>
162
+ <ui-text
163
163
  class="text paragraph"
164
164
  >
165
165
  user.label.privacy_policy_description
166
- </ui_text>
167
- </ui_view>
168
- </ui_view>
169
- <ui_modal_overflow
166
+ </ui-text>
167
+ </ui-view>
168
+ </ui-view>
169
+ <ui-modal-overflow
170
170
  class="pressable container overflow"
171
171
  style="height: 768px;"
172
172
  tabindex="0"
173
173
  >
174
- <ui_view
174
+ <ui-modal
175
175
  class="view fit modal calcWidth"
176
176
  >
177
- <ui_view
177
+ <ui-view
178
178
  class="view row header hideBack"
179
179
  >
180
- <ui_text
180
+ <ui-text
181
181
  class="text headline-3 title"
182
182
  >
183
183
  common.label.cancellation_policy
184
- </ui_text>
184
+ </ui-text>
185
185
  <button
186
186
  class="pressable button small squared transparent button"
187
187
  tabindex="0"
188
188
  >
189
- <ui_icon
189
+ <ui-icon
190
190
  class="icon headline-3 icon"
191
191
  >
192
192
  <svg
@@ -206,100 +206,100 @@ exports[`component:<BookingTerms> renders 1`] = `
206
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"
207
207
  />
208
208
  </svg>
209
- </ui_icon>
209
+ </ui-icon>
210
210
  </button>
211
- </ui_view>
212
- <ui_text
211
+ </ui-view>
212
+ <ui-text
213
213
  class="text paragraph"
214
214
  >
215
- <ui_text
215
+ <ui-text
216
216
  style="font-weight: bold;"
217
217
  >
218
218
  {{cancelationPolicy}
219
- </ui_text>
219
+ </ui-text>
220
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.
221
- </ui_text>
222
- </ui_view>
223
- </ui_modal_overflow>
221
+ </ui-text>
222
+ </ui-modal>
223
+ </ui-modal-overflow>
224
224
  </DocumentFragment>
225
225
  `;
226
226
 
227
227
  exports[`component:<BookingTerms> testID 1`] = `
228
228
  <DocumentFragment>
229
- <ui_view
229
+ <ui-view
230
230
  class="view"
231
231
  data-testid="mirai"
232
232
  >
233
- <ui_view
233
+ <ui-view
234
234
  class="view"
235
235
  >
236
- <ui_text
236
+ <ui-text
237
237
  class="text bold paragraph"
238
238
  >
239
239
  common.label.payment_terms
240
- </ui_text>
241
- <ui_text
240
+ </ui-text>
241
+ <ui-text
242
242
  class="text paragraph"
243
243
  >
244
244
  Pay on arrival at the property. Credit Card only as a booking guarantee.
245
- </ui_text>
246
- </ui_view>
247
- <ui_view
245
+ </ui-text>
246
+ </ui-view>
247
+ <ui-view
248
248
  class="view"
249
249
  >
250
- <ui_text
250
+ <ui-text
251
251
  class="text bold paragraph"
252
252
  >
253
253
  common.label.cancellation_policy
254
- </ui_text>
255
- <ui_text
254
+ </ui-text>
255
+ <ui-text
256
256
  class="text paragraph"
257
257
  >
258
258
  Free cancellation until Jun 23
259
- </ui_text>
260
- <ui_action
259
+ </ui-text>
260
+ <ui-action
261
261
  class="pressable action underline"
262
262
  tabindex="0"
263
263
  >
264
264
  common.action.more_info
265
- </ui_action>
266
- </ui_view>
267
- <ui_view
265
+ </ui-action>
266
+ </ui-view>
267
+ <ui-view
268
268
  class="view"
269
269
  >
270
- <ui_text
270
+ <ui-text
271
271
  class="text bold paragraph"
272
272
  >
273
273
  common.label.privacy_policy
274
- </ui_text>
275
- <ui_text
274
+ </ui-text>
275
+ <ui-text
276
276
  class="text paragraph"
277
277
  >
278
278
  user.label.privacy_policy_description
279
- </ui_text>
280
- </ui_view>
281
- </ui_view>
282
- <ui_modal_overflow
279
+ </ui-text>
280
+ </ui-view>
281
+ </ui-view>
282
+ <ui-modal-overflow
283
283
  class="pressable container overflow"
284
284
  style="height: 768px;"
285
285
  tabindex="0"
286
286
  >
287
- <ui_view
287
+ <ui-modal
288
288
  class="view fit modal calcWidth"
289
289
  >
290
- <ui_view
290
+ <ui-view
291
291
  class="view row header hideBack"
292
292
  >
293
- <ui_text
293
+ <ui-text
294
294
  class="text headline-3 title"
295
295
  >
296
296
  common.label.cancellation_policy
297
- </ui_text>
297
+ </ui-text>
298
298
  <button
299
299
  class="pressable button small squared transparent button"
300
300
  tabindex="0"
301
301
  >
302
- <ui_icon
302
+ <ui-icon
303
303
  class="icon headline-3 icon"
304
304
  >
305
305
  <svg
@@ -319,99 +319,99 @@ exports[`component:<BookingTerms> testID 1`] = `
319
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"
320
320
  />
321
321
  </svg>
322
- </ui_icon>
322
+ </ui-icon>
323
323
  </button>
324
- </ui_view>
325
- <ui_text
324
+ </ui-view>
325
+ <ui-text
326
326
  class="text paragraph"
327
327
  >
328
- <ui_text
328
+ <ui-text
329
329
  style="font-weight: bold;"
330
330
  >
331
331
  {{cancelationPolicy}
332
- </ui_text>
332
+ </ui-text>
333
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.
334
- </ui_text>
335
- </ui_view>
336
- </ui_modal_overflow>
334
+ </ui-text>
335
+ </ui-modal>
336
+ </ui-modal-overflow>
337
337
  </DocumentFragment>
338
338
  `;
339
339
 
340
340
  exports[`component:<BookingTerms> with a store 1`] = `
341
341
  <DocumentFragment>
342
- <ui_view
342
+ <ui-view
343
343
  class="view"
344
344
  >
345
- <ui_view
345
+ <ui-view
346
346
  class="view"
347
347
  >
348
- <ui_text
348
+ <ui-text
349
349
  class="text bold paragraph"
350
350
  >
351
351
  common.label.payment_terms
352
- </ui_text>
353
- <ui_text
352
+ </ui-text>
353
+ <ui-text
354
354
  class="text paragraph"
355
355
  >
356
356
  Pay on arrival at the property. Credit Card only as a booking guarantee.
357
- </ui_text>
358
- </ui_view>
359
- <ui_view
357
+ </ui-text>
358
+ </ui-view>
359
+ <ui-view
360
360
  class="view"
361
361
  >
362
- <ui_text
362
+ <ui-text
363
363
  class="text bold paragraph"
364
364
  >
365
365
  common.label.cancellation_policy
366
- </ui_text>
367
- <ui_text
366
+ </ui-text>
367
+ <ui-text
368
368
  class="text paragraph"
369
369
  >
370
370
  Free cancellation until Jun 23
371
- </ui_text>
372
- <ui_action
371
+ </ui-text>
372
+ <ui-action
373
373
  class="pressable action underline"
374
374
  tabindex="0"
375
375
  >
376
376
  common.action.more_info
377
- </ui_action>
378
- </ui_view>
379
- <ui_view
377
+ </ui-action>
378
+ </ui-view>
379
+ <ui-view
380
380
  class="view"
381
381
  >
382
- <ui_text
382
+ <ui-text
383
383
  class="text bold paragraph"
384
384
  >
385
385
  common.label.privacy_policy
386
- </ui_text>
387
- <ui_text
386
+ </ui-text>
387
+ <ui-text
388
388
  class="text paragraph"
389
389
  >
390
390
  user.label.privacy_policy_description
391
- </ui_text>
392
- </ui_view>
393
- </ui_view>
394
- <ui_modal_overflow
391
+ </ui-text>
392
+ </ui-view>
393
+ </ui-view>
394
+ <ui-modal-overflow
395
395
  class="pressable container overflow"
396
396
  style="height: 768px;"
397
397
  tabindex="0"
398
398
  >
399
- <ui_view
399
+ <ui-modal
400
400
  class="view fit modal calcWidth"
401
401
  >
402
- <ui_view
402
+ <ui-view
403
403
  class="view row header hideBack"
404
404
  >
405
- <ui_text
405
+ <ui-text
406
406
  class="text headline-3 title"
407
407
  >
408
408
  common.label.cancellation_policy
409
- </ui_text>
409
+ </ui-text>
410
410
  <button
411
411
  class="pressable button small squared transparent button"
412
412
  tabindex="0"
413
413
  >
414
- <ui_icon
414
+ <ui-icon
415
415
  class="icon headline-3 icon"
416
416
  >
417
417
  <svg
@@ -431,20 +431,20 @@ exports[`component:<BookingTerms> with a store 1`] = `
431
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"
432
432
  />
433
433
  </svg>
434
- </ui_icon>
434
+ </ui-icon>
435
435
  </button>
436
- </ui_view>
437
- <ui_text
436
+ </ui-view>
437
+ <ui-text
438
438
  class="text paragraph"
439
439
  >
440
- <ui_text
440
+ <ui-text
441
441
  style="font-weight: bold;"
442
442
  >
443
443
  {{cancelationPolicy}
444
- </ui_text>
444
+ </ui-text>
445
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.
446
- </ui_text>
447
- </ui_view>
448
- </ui_modal_overflow>
446
+ </ui-text>
447
+ </ui-modal>
448
+ </ui-modal-overflow>
449
449
  </DocumentFragment>
450
450
  `;
@@ -2,14 +2,14 @@
2
2
 
3
3
  exports[`component:<ButtonMore> inherit:className 1`] = `
4
4
  <DocumentFragment>
5
- <ui_view
5
+ <ui-view
6
6
  class="view wide mirai"
7
7
  >
8
8
  <button
9
9
  class="pressable button transparent"
10
10
  tabindex="0"
11
11
  >
12
- <ui_icon
12
+ <ui-icon
13
13
  class="icon headline-3"
14
14
  >
15
15
  <svg
@@ -30,23 +30,23 @@ exports[`component:<ButtonMore> inherit:className 1`] = `
30
30
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
31
31
  />
32
32
  </svg>
33
- </ui_icon>
33
+ </ui-icon>
34
34
  common.action.view_more
35
35
  </button>
36
- </ui_view>
36
+ </ui-view>
37
37
  </DocumentFragment>
38
38
  `;
39
39
 
40
40
  exports[`component:<ButtonMore> renders 1`] = `
41
41
  <DocumentFragment>
42
- <ui_view
42
+ <ui-view
43
43
  class="view wide"
44
44
  >
45
45
  <button
46
46
  class="pressable button transparent"
47
47
  tabindex="0"
48
48
  >
49
- <ui_icon
49
+ <ui-icon
50
50
  class="icon headline-3"
51
51
  >
52
52
  <svg
@@ -67,16 +67,16 @@ exports[`component:<ButtonMore> renders 1`] = `
67
67
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
68
68
  />
69
69
  </svg>
70
- </ui_icon>
70
+ </ui-icon>
71
71
  common.action.view_more
72
72
  </button>
73
- </ui_view>
73
+ </ui-view>
74
74
  </DocumentFragment>
75
75
  `;
76
76
 
77
77
  exports[`component:<ButtonMore> testID 1`] = `
78
78
  <DocumentFragment>
79
- <ui_view
79
+ <ui-view
80
80
  class="view wide"
81
81
  >
82
82
  <button
@@ -84,7 +84,7 @@ exports[`component:<ButtonMore> testID 1`] = `
84
84
  data-testid="mirai"
85
85
  tabindex="0"
86
86
  >
87
- <ui_icon
87
+ <ui-icon
88
88
  class="icon headline-3"
89
89
  >
90
90
  <svg
@@ -105,9 +105,9 @@ exports[`component:<ButtonMore> testID 1`] = `
105
105
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
106
106
  />
107
107
  </svg>
108
- </ui_icon>
108
+ </ui-icon>
109
109
  common.action.view_more
110
110
  </button>
111
- </ui_view>
111
+ </ui-view>
112
112
  </DocumentFragment>
113
113
  `;