@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,499 +2,499 @@
2
2
 
3
3
  exports[`component:<BookingTable.Row> all props 1`] = `
4
4
  <DocumentFragment>
5
- <ui_view
5
+ <ui-view
6
6
  class="view row"
7
7
  >
8
- <ui_view
8
+ <ui-view
9
9
  class="view"
10
10
  >
11
- <ui_view
11
+ <ui-view
12
12
  class="view row"
13
13
  >
14
- <ui_text
14
+ <ui-text
15
15
  class="text action"
16
16
  >
17
17
  title
18
- </ui_text>
19
- </ui_view>
20
- <ui_view
18
+ </ui-text>
19
+ </ui-view>
20
+ <ui-view
21
21
  class="view row"
22
22
  >
23
- <ui_view
23
+ <ui-view
24
24
  class="view row wide"
25
25
  >
26
- <ui_text
26
+ <ui-text
27
27
  class="text small"
28
28
  >
29
29
  subtitle
30
- </ui_text>
31
- <ui_text
30
+ </ui-text>
31
+ <ui-text
32
32
  class="text small"
33
33
  >
34
34
  -
35
- </ui_text>
36
- <ui_tooltip
35
+ </ui-text>
36
+ <ui-tooltip
37
37
  class="container"
38
38
  >
39
- <ui_view
39
+ <ui-view
40
40
  class="view"
41
41
  >
42
- <ui_text
42
+ <ui-text
43
43
  class="text small dispatcher"
44
44
  >
45
45
  common.action.more_info
46
- </ui_text>
47
- </ui_view>
48
- </ui_tooltip>
49
- </ui_view>
50
- </ui_view>
51
- </ui_view>
52
- <ui_view
46
+ </ui-text>
47
+ </ui-view>
48
+ </ui-tooltip>
49
+ </ui-view>
50
+ </ui-view>
51
+ </ui-view>
52
+ <ui-view
53
53
  class="view"
54
54
  >
55
- <ui_text
55
+ <ui-text
56
56
  class="text action"
57
57
  >
58
58
  summary
59
- </ui_text>
60
- </ui_view>
61
- <ui_view
59
+ </ui-text>
60
+ </ui-view>
61
+ <ui-view
62
62
  class="view"
63
63
  >
64
- <ui_text
64
+ <ui-text
65
65
  class="text action"
66
66
  />
67
- </ui_view>
67
+ </ui-view>
68
68
  <span>
69
69
  children
70
70
  </span>
71
- </ui_view>
71
+ </ui-view>
72
72
  </DocumentFragment>
73
73
  `;
74
74
 
75
75
  exports[`component:<BookingTable.Row> inherit:className 1`] = `
76
76
  <DocumentFragment>
77
- <ui_view
77
+ <ui-view
78
78
  class="view row mirai"
79
79
  >
80
- <ui_view
80
+ <ui-view
81
81
  class="view"
82
82
  >
83
- <ui_view
83
+ <ui-view
84
84
  class="view row"
85
85
  >
86
- <ui_text
86
+ <ui-text
87
87
  class="text action"
88
88
  >
89
89
  title
90
- </ui_text>
91
- </ui_view>
92
- <ui_view
90
+ </ui-text>
91
+ </ui-view>
92
+ <ui-view
93
93
  class="view row"
94
94
  >
95
- <ui_view
95
+ <ui-view
96
96
  class="view row wide"
97
97
  />
98
- </ui_view>
99
- </ui_view>
100
- <ui_view
98
+ </ui-view>
99
+ </ui-view>
100
+ <ui-view
101
101
  class="view"
102
102
  >
103
- <ui_text
103
+ <ui-text
104
104
  class="text action"
105
105
  />
106
- </ui_view>
107
- <ui_view
106
+ </ui-view>
107
+ <ui-view
108
108
  class="view"
109
109
  >
110
- <ui_text
110
+ <ui-text
111
111
  class="text action"
112
112
  >
113
113
  common.label.free
114
- </ui_text>
115
- </ui_view>
116
- </ui_view>
114
+ </ui-text>
115
+ </ui-view>
116
+ </ui-view>
117
117
  </DocumentFragment>
118
118
  `;
119
119
 
120
120
  exports[`component:<BookingTable.Row> prop:children 1`] = `
121
121
  <DocumentFragment>
122
- <ui_view
122
+ <ui-view
123
123
  class="view row"
124
124
  >
125
- <ui_view
125
+ <ui-view
126
126
  class="view"
127
127
  >
128
- <ui_view
128
+ <ui-view
129
129
  class="view row"
130
130
  >
131
- <ui_text
131
+ <ui-text
132
132
  class="text action"
133
133
  >
134
134
  title
135
- </ui_text>
136
- </ui_view>
137
- <ui_view
135
+ </ui-text>
136
+ </ui-view>
137
+ <ui-view
138
138
  class="view row"
139
139
  >
140
- <ui_view
140
+ <ui-view
141
141
  class="view row wide"
142
142
  />
143
- </ui_view>
144
- </ui_view>
145
- <ui_view
143
+ </ui-view>
144
+ </ui-view>
145
+ <ui-view
146
146
  class="view"
147
147
  >
148
- <ui_text
148
+ <ui-text
149
149
  class="text action"
150
150
  />
151
- </ui_view>
152
- <ui_view
151
+ </ui-view>
152
+ <ui-view
153
153
  class="view"
154
154
  >
155
- <ui_text
155
+ <ui-text
156
156
  class="text action"
157
157
  >
158
158
  common.label.free
159
- </ui_text>
160
- </ui_view>
159
+ </ui-text>
160
+ </ui-view>
161
161
  <span>
162
162
  children
163
163
  </span>
164
- </ui_view>
164
+ </ui-view>
165
165
  </DocumentFragment>
166
166
  `;
167
167
 
168
168
  exports[`component:<BookingTable.Row> prop:description 1`] = `
169
169
  <DocumentFragment>
170
- <ui_view
170
+ <ui-view
171
171
  class="view row"
172
172
  >
173
- <ui_view
173
+ <ui-view
174
174
  class="view"
175
175
  >
176
- <ui_view
176
+ <ui-view
177
177
  class="view row"
178
178
  >
179
- <ui_text
179
+ <ui-text
180
180
  class="text action"
181
181
  >
182
182
  title
183
- </ui_text>
184
- </ui_view>
185
- <ui_view
183
+ </ui-text>
184
+ </ui-view>
185
+ <ui-view
186
186
  class="view row"
187
187
  >
188
- <ui_view
188
+ <ui-view
189
189
  class="view row wide"
190
190
  >
191
- <ui_tooltip
191
+ <ui-tooltip
192
192
  class="container"
193
193
  >
194
- <ui_view
194
+ <ui-view
195
195
  class="view"
196
196
  >
197
- <ui_text
197
+ <ui-text
198
198
  class="text small dispatcher"
199
199
  >
200
200
  common.action.more_info
201
- </ui_text>
202
- </ui_view>
203
- </ui_tooltip>
204
- </ui_view>
205
- </ui_view>
206
- </ui_view>
207
- <ui_view
201
+ </ui-text>
202
+ </ui-view>
203
+ </ui-tooltip>
204
+ </ui-view>
205
+ </ui-view>
206
+ </ui-view>
207
+ <ui-view
208
208
  class="view"
209
209
  >
210
- <ui_text
210
+ <ui-text
211
211
  class="text action"
212
212
  />
213
- </ui_view>
214
- <ui_view
213
+ </ui-view>
214
+ <ui-view
215
215
  class="view"
216
216
  >
217
- <ui_text
217
+ <ui-text
218
218
  class="text action"
219
219
  >
220
220
  common.label.free
221
- </ui_text>
222
- </ui_view>
223
- </ui_view>
221
+ </ui-text>
222
+ </ui-view>
223
+ </ui-view>
224
224
  </DocumentFragment>
225
225
  `;
226
226
 
227
227
  exports[`component:<BookingTable.Row> prop:price & prop:currency 1`] = `
228
228
  <DocumentFragment>
229
- <ui_view
229
+ <ui-view
230
230
  class="view row"
231
231
  >
232
- <ui_view
232
+ <ui-view
233
233
  class="view"
234
234
  >
235
- <ui_view
235
+ <ui-view
236
236
  class="view row"
237
237
  >
238
- <ui_text
238
+ <ui-text
239
239
  class="text action"
240
240
  >
241
241
  title
242
- </ui_text>
243
- </ui_view>
244
- <ui_view
242
+ </ui-text>
243
+ </ui-view>
244
+ <ui-view
245
245
  class="view row"
246
246
  >
247
- <ui_view
247
+ <ui-view
248
248
  class="view row wide"
249
249
  />
250
- </ui_view>
251
- </ui_view>
252
- <ui_view
250
+ </ui-view>
251
+ </ui-view>
252
+ <ui-view
253
253
  class="view"
254
254
  >
255
- <ui_text
255
+ <ui-text
256
256
  class="text action"
257
257
  />
258
- </ui_view>
259
- <ui_view
258
+ </ui-view>
259
+ <ui-view
260
260
  class="view"
261
261
  >
262
- <ui_text
262
+ <ui-text
263
263
  class="text action"
264
264
  />
265
- </ui_view>
266
- </ui_view>
265
+ </ui-view>
266
+ </ui-view>
267
267
  </DocumentFragment>
268
268
  `;
269
269
 
270
270
  exports[`component:<BookingTable.Row> prop:price 1`] = `
271
271
  <DocumentFragment>
272
- <ui_view
272
+ <ui-view
273
273
  class="view row"
274
274
  >
275
- <ui_view
275
+ <ui-view
276
276
  class="view"
277
277
  >
278
- <ui_view
278
+ <ui-view
279
279
  class="view row"
280
280
  >
281
- <ui_text
281
+ <ui-text
282
282
  class="text action"
283
283
  >
284
284
  title
285
- </ui_text>
286
- </ui_view>
287
- <ui_view
285
+ </ui-text>
286
+ </ui-view>
287
+ <ui-view
288
288
  class="view row"
289
289
  >
290
- <ui_view
290
+ <ui-view
291
291
  class="view row wide"
292
292
  />
293
- </ui_view>
294
- </ui_view>
295
- <ui_view
293
+ </ui-view>
294
+ </ui-view>
295
+ <ui-view
296
296
  class="view"
297
297
  >
298
- <ui_text
298
+ <ui-text
299
299
  class="text action"
300
300
  />
301
- </ui_view>
302
- <ui_view
301
+ </ui-view>
302
+ <ui-view
303
303
  class="view"
304
304
  >
305
- <ui_text
305
+ <ui-text
306
306
  class="text action"
307
307
  />
308
- </ui_view>
309
- </ui_view>
308
+ </ui-view>
309
+ </ui-view>
310
310
  </DocumentFragment>
311
311
  `;
312
312
 
313
313
  exports[`component:<BookingTable.Row> prop:subtitle 1`] = `
314
314
  <DocumentFragment>
315
- <ui_view
315
+ <ui-view
316
316
  class="view row"
317
317
  >
318
- <ui_view
318
+ <ui-view
319
319
  class="view"
320
320
  >
321
- <ui_view
321
+ <ui-view
322
322
  class="view row"
323
323
  >
324
- <ui_text
324
+ <ui-text
325
325
  class="text action"
326
326
  >
327
327
  title
328
- </ui_text>
329
- </ui_view>
330
- <ui_view
328
+ </ui-text>
329
+ </ui-view>
330
+ <ui-view
331
331
  class="view row"
332
332
  >
333
- <ui_view
333
+ <ui-view
334
334
  class="view row wide"
335
335
  >
336
- <ui_text
336
+ <ui-text
337
337
  class="text small"
338
338
  >
339
339
  subtitle
340
- </ui_text>
341
- </ui_view>
342
- </ui_view>
343
- </ui_view>
344
- <ui_view
340
+ </ui-text>
341
+ </ui-view>
342
+ </ui-view>
343
+ </ui-view>
344
+ <ui-view
345
345
  class="view"
346
346
  >
347
- <ui_text
347
+ <ui-text
348
348
  class="text action"
349
349
  />
350
- </ui_view>
351
- <ui_view
350
+ </ui-view>
351
+ <ui-view
352
352
  class="view"
353
353
  >
354
- <ui_text
354
+ <ui-text
355
355
  class="text action"
356
356
  >
357
357
  common.label.free
358
- </ui_text>
359
- </ui_view>
360
- </ui_view>
358
+ </ui-text>
359
+ </ui-view>
360
+ </ui-view>
361
361
  </DocumentFragment>
362
362
  `;
363
363
 
364
364
  exports[`component:<BookingTable.Row> prop:summary 1`] = `
365
365
  <DocumentFragment>
366
- <ui_view
366
+ <ui-view
367
367
  class="view row"
368
368
  >
369
- <ui_view
369
+ <ui-view
370
370
  class="view"
371
371
  >
372
- <ui_view
372
+ <ui-view
373
373
  class="view row"
374
374
  >
375
- <ui_text
375
+ <ui-text
376
376
  class="text action"
377
377
  >
378
378
  title
379
- </ui_text>
380
- </ui_view>
381
- <ui_view
379
+ </ui-text>
380
+ </ui-view>
381
+ <ui-view
382
382
  class="view row"
383
383
  >
384
- <ui_view
384
+ <ui-view
385
385
  class="view row wide"
386
386
  />
387
- </ui_view>
388
- </ui_view>
389
- <ui_view
387
+ </ui-view>
388
+ </ui-view>
389
+ <ui-view
390
390
  class="view"
391
391
  >
392
- <ui_text
392
+ <ui-text
393
393
  class="text action"
394
394
  >
395
395
  summary
396
- </ui_text>
397
- </ui_view>
398
- <ui_view
396
+ </ui-text>
397
+ </ui-view>
398
+ <ui-view
399
399
  class="view"
400
400
  >
401
- <ui_text
401
+ <ui-text
402
402
  class="text action"
403
403
  >
404
404
  common.label.free
405
- </ui_text>
406
- </ui_view>
407
- </ui_view>
405
+ </ui-text>
406
+ </ui-view>
407
+ </ui-view>
408
408
  </DocumentFragment>
409
409
  `;
410
410
 
411
411
  exports[`component:<BookingTable.Row> renders 1`] = `
412
412
  <DocumentFragment>
413
- <ui_view
413
+ <ui-view
414
414
  class="view row"
415
415
  >
416
- <ui_view
416
+ <ui-view
417
417
  class="view"
418
418
  >
419
- <ui_view
419
+ <ui-view
420
420
  class="view row"
421
421
  >
422
- <ui_text
422
+ <ui-text
423
423
  class="text action"
424
424
  >
425
425
  title
426
- </ui_text>
427
- </ui_view>
428
- <ui_view
426
+ </ui-text>
427
+ </ui-view>
428
+ <ui-view
429
429
  class="view row"
430
430
  >
431
- <ui_view
431
+ <ui-view
432
432
  class="view row wide"
433
433
  />
434
- </ui_view>
435
- </ui_view>
436
- <ui_view
434
+ </ui-view>
435
+ </ui-view>
436
+ <ui-view
437
437
  class="view"
438
438
  >
439
- <ui_text
439
+ <ui-text
440
440
  class="text action"
441
441
  />
442
- </ui_view>
443
- <ui_view
442
+ </ui-view>
443
+ <ui-view
444
444
  class="view"
445
445
  >
446
- <ui_text
446
+ <ui-text
447
447
  class="text action"
448
448
  >
449
449
  common.label.free
450
- </ui_text>
451
- </ui_view>
452
- </ui_view>
450
+ </ui-text>
451
+ </ui-view>
452
+ </ui-view>
453
453
  </DocumentFragment>
454
454
  `;
455
455
 
456
456
  exports[`component:<BookingTable.Row> testID 1`] = `
457
457
  <DocumentFragment>
458
- <ui_view
458
+ <ui-view
459
459
  class="view row"
460
460
  data-testid="mirai"
461
461
  >
462
- <ui_view
462
+ <ui-view
463
463
  class="view"
464
464
  >
465
- <ui_view
465
+ <ui-view
466
466
  class="view row"
467
467
  >
468
- <ui_text
468
+ <ui-text
469
469
  class="text action"
470
470
  >
471
471
  title
472
- </ui_text>
473
- </ui_view>
474
- <ui_view
472
+ </ui-text>
473
+ </ui-view>
474
+ <ui-view
475
475
  class="view row"
476
476
  >
477
- <ui_view
477
+ <ui-view
478
478
  class="view row wide"
479
479
  />
480
- </ui_view>
481
- </ui_view>
482
- <ui_view
480
+ </ui-view>
481
+ </ui-view>
482
+ <ui-view
483
483
  class="view"
484
484
  >
485
- <ui_text
485
+ <ui-text
486
486
  class="text action"
487
487
  />
488
- </ui_view>
489
- <ui_view
488
+ </ui-view>
489
+ <ui-view
490
490
  class="view"
491
491
  >
492
- <ui_text
492
+ <ui-text
493
493
  class="text action"
494
494
  >
495
495
  common.label.free
496
- </ui_text>
497
- </ui_view>
498
- </ui_view>
496
+ </ui-text>
497
+ </ui-view>
498
+ </ui-view>
499
499
  </DocumentFragment>
500
500
  `;