@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,14 +2,14 @@
2
2
 
3
3
  exports[` 1`] = `
4
4
  <DocumentFragment>
5
- <ui_view
5
+ <ui-view
6
6
  class="view"
7
7
  l10n="[object Object]"
8
8
  >
9
- <ui_notification
9
+ <ui-notification
10
10
  class="view row notification warning outlined small"
11
11
  >
12
- <ui_icon
12
+ <ui-icon
13
13
  class="icon paragraph"
14
14
  >
15
15
  <svg
@@ -25,66 +25,66 @@ exports[` 1`] = `
25
25
  d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
26
26
  />
27
27
  </svg>
28
- </ui_icon>
29
- <ui_view
28
+ </ui-icon>
29
+ <ui-view
30
30
  class="view texts"
31
31
  >
32
- <ui_text
32
+ <ui-text
33
33
  class="text small"
34
34
  >
35
35
  finder.notification.warning_occupation
36
- </ui_text>
37
- </ui_view>
38
- </ui_notification>
39
- <ui_scrollview
36
+ </ui-text>
37
+ </ui-view>
38
+ </ui-notification>
39
+ <ui-scrollview
40
40
  class="scrollview vertical"
41
41
  >
42
- <ui_view
42
+ <ui-view
43
43
  class="view wide"
44
44
  >
45
- <ui_view
45
+ <ui-view
46
46
  class="view row"
47
47
  >
48
- <ui_text
48
+ <ui-text
49
49
  class="text action"
50
50
  >
51
51
  finder.label.place
52
- <ui_text
52
+ <ui-text
53
53
  style="text-decoration: underline;"
54
54
  >
55
55
  type
56
- </ui_text>
56
+ </ui-text>
57
57
  count.room
58
- </ui_text>
59
- <ui_action
58
+ </ui-text>
59
+ <ui-action
60
60
  class="pressable action small"
61
61
  tabindex="0"
62
62
  >
63
63
  finder.action.remove
64
- </ui_action>
65
- </ui_view>
66
- <ui_input_number
64
+ </ui-action>
65
+ </ui-view>
66
+ <ui-input-number
67
67
  class="view row inputNumber"
68
68
  >
69
- <ui_view
69
+ <ui-view
70
70
  class="view texts"
71
71
  >
72
- <label
72
+ <ui-label
73
73
  class="text paragraph text label"
74
74
  >
75
75
  common.label.occupation_type_adult
76
- </label>
77
- <ui_text
76
+ </ui-label>
77
+ <ui-text
78
78
  class="text small text hint hint"
79
79
  >
80
80
  common.label.age_from
81
- </ui_text>
82
- </ui_view>
81
+ </ui-text>
82
+ </ui-view>
83
83
  <button
84
84
  class="pressable disabled button small squared disabled"
85
85
  disabled=""
86
86
  >
87
- <ui_icon
87
+ <ui-icon
88
88
  class="icon headline-3"
89
89
  >
90
90
  <svg
@@ -104,18 +104,18 @@ exports[` 1`] = `
104
104
  d="M19 13H5v-2h14v2z"
105
105
  />
106
106
  </svg>
107
- </ui_icon>
107
+ </ui-icon>
108
108
  </button>
109
- <ui_text
109
+ <ui-text
110
110
  class="text paragraph value"
111
111
  >
112
112
  2
113
- </ui_text>
113
+ </ui-text>
114
114
  <button
115
115
  class="pressable button small squared secondary"
116
116
  tabindex="0"
117
117
  >
118
- <ui_icon
118
+ <ui-icon
119
119
  class="icon headline-3"
120
120
  >
121
121
  <svg
@@ -135,37 +135,37 @@ exports[` 1`] = `
135
135
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
136
136
  />
137
137
  </svg>
138
- </ui_icon>
138
+ </ui-icon>
139
139
  </button>
140
- </ui_input_number>
141
- <ui_input_number
140
+ </ui-input-number>
141
+ <ui-input-number
142
142
  class="view row inputNumber"
143
143
  >
144
- <ui_view
144
+ <ui-view
145
145
  class="view texts"
146
146
  >
147
- <label
147
+ <ui-label
148
148
  class="text paragraph text label"
149
149
  >
150
150
  common.label.occupation_type_child
151
- </label>
152
- <ui_text
151
+ </ui-label>
152
+ <ui-text
153
153
  class="text small text hint hint"
154
154
  >
155
155
  common.label.age
156
- <ui_text
156
+ <ui-text
157
157
  style="text-decoration: underline;"
158
158
  >
159
159
  up
160
- </ui_text>
160
+ </ui-text>
161
161
  to
162
- </ui_text>
163
- </ui_view>
162
+ </ui-text>
163
+ </ui-view>
164
164
  <button
165
165
  class="pressable button small squared secondary"
166
166
  tabindex="0"
167
167
  >
168
- <ui_icon
168
+ <ui-icon
169
169
  class="icon headline-3"
170
170
  >
171
171
  <svg
@@ -185,18 +185,18 @@ exports[` 1`] = `
185
185
  d="M19 13H5v-2h14v2z"
186
186
  />
187
187
  </svg>
188
- </ui_icon>
188
+ </ui-icon>
189
189
  </button>
190
- <ui_text
190
+ <ui-text
191
191
  class="text paragraph value"
192
192
  >
193
193
  2
194
- </ui_text>
194
+ </ui-text>
195
195
  <button
196
196
  class="pressable disabled button small squared disabled"
197
197
  disabled=""
198
198
  >
199
- <ui_icon
199
+ <ui-icon
200
200
  class="icon headline-3"
201
201
  >
202
202
  <svg
@@ -216,22 +216,22 @@ exports[` 1`] = `
216
216
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
217
217
  />
218
218
  </svg>
219
- </ui_icon>
219
+ </ui-icon>
220
220
  </button>
221
- </ui_input_number>
222
- <ui_view
221
+ </ui-input-number>
222
+ <ui-view
223
223
  class="view"
224
224
  >
225
- <ui_view
225
+ <ui-view
226
226
  class="view row"
227
227
  >
228
- <ui_view
228
+ <ui-input-select
229
229
  class="view inputContainer"
230
230
  >
231
- <ui_view
231
+ <ui-view
232
232
  class="view row inputBorder"
233
233
  >
234
- <ui_view
234
+ <ui-view
235
235
  class="view wide content"
236
236
  >
237
237
  <select
@@ -334,8 +334,8 @@ exports[` 1`] = `
334
334
  17
335
335
  </option>
336
336
  </select>
337
- </ui_view>
338
- <ui_icon
337
+ </ui-view>
338
+ <ui-icon
339
339
  class="icon headline-3 icon expand"
340
340
  >
341
341
  <svg
@@ -356,16 +356,16 @@ exports[` 1`] = `
356
356
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
357
357
  />
358
358
  </svg>
359
- </ui_icon>
360
- </ui_view>
361
- </ui_view>
362
- <ui_view
359
+ </ui-icon>
360
+ </ui-view>
361
+ </ui-input-select>
362
+ <ui-input-select
363
363
  class="view inputContainer"
364
364
  >
365
- <ui_view
365
+ <ui-view
366
366
  class="view row inputBorder"
367
367
  >
368
- <ui_view
368
+ <ui-view
369
369
  class="view wide content"
370
370
  >
371
371
  <select
@@ -468,8 +468,8 @@ exports[` 1`] = `
468
468
  17
469
469
  </option>
470
470
  </select>
471
- </ui_view>
472
- <ui_icon
471
+ </ui-view>
472
+ <ui-icon
473
473
  class="icon headline-3 icon expand"
474
474
  >
475
475
  <svg
@@ -490,63 +490,63 @@ exports[` 1`] = `
490
490
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
491
491
  />
492
492
  </svg>
493
- </ui_icon>
494
- </ui_view>
495
- </ui_view>
496
- </ui_view>
497
- <ui_text
493
+ </ui-icon>
494
+ </ui-view>
495
+ </ui-input-select>
496
+ </ui-view>
497
+ <ui-text
498
498
  class="text light small"
499
499
  >
500
500
  common.label.age_hint
501
- </ui_text>
502
- </ui_view>
503
- </ui_view>
504
- <ui_view
501
+ </ui-text>
502
+ </ui-view>
503
+ </ui-view>
504
+ <ui-view
505
505
  class="view wide"
506
506
  >
507
- <ui_view
507
+ <ui-view
508
508
  class="view row"
509
509
  >
510
- <ui_text
510
+ <ui-text
511
511
  class="text action"
512
512
  >
513
513
  finder.label.place
514
- <ui_text
514
+ <ui-text
515
515
  style="text-decoration: underline;"
516
516
  >
517
517
  type
518
- </ui_text>
518
+ </ui-text>
519
519
  count.room
520
- </ui_text>
521
- <ui_action
520
+ </ui-text>
521
+ <ui-action
522
522
  class="pressable action small"
523
523
  tabindex="0"
524
524
  >
525
525
  finder.action.remove
526
- </ui_action>
527
- </ui_view>
528
- <ui_input_number
526
+ </ui-action>
527
+ </ui-view>
528
+ <ui-input-number
529
529
  class="view row inputNumber"
530
530
  >
531
- <ui_view
531
+ <ui-view
532
532
  class="view texts"
533
533
  >
534
- <label
534
+ <ui-label
535
535
  class="text paragraph text label"
536
536
  >
537
537
  common.label.occupation_type_adult
538
- </label>
539
- <ui_text
538
+ </ui-label>
539
+ <ui-text
540
540
  class="text small text hint hint"
541
541
  >
542
542
  common.label.age_from
543
- </ui_text>
544
- </ui_view>
543
+ </ui-text>
544
+ </ui-view>
545
545
  <button
546
546
  class="pressable disabled button small squared disabled"
547
547
  disabled=""
548
548
  >
549
- <ui_icon
549
+ <ui-icon
550
550
  class="icon headline-3"
551
551
  >
552
552
  <svg
@@ -566,18 +566,18 @@ exports[` 1`] = `
566
566
  d="M19 13H5v-2h14v2z"
567
567
  />
568
568
  </svg>
569
- </ui_icon>
569
+ </ui-icon>
570
570
  </button>
571
- <ui_text
571
+ <ui-text
572
572
  class="text paragraph value"
573
573
  >
574
574
  2
575
- </ui_text>
575
+ </ui-text>
576
576
  <button
577
577
  class="pressable button small squared secondary"
578
578
  tabindex="0"
579
579
  >
580
- <ui_icon
580
+ <ui-icon
581
581
  class="icon headline-3"
582
582
  >
583
583
  <svg
@@ -597,37 +597,37 @@ exports[` 1`] = `
597
597
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
598
598
  />
599
599
  </svg>
600
- </ui_icon>
600
+ </ui-icon>
601
601
  </button>
602
- </ui_input_number>
603
- <ui_input_number
602
+ </ui-input-number>
603
+ <ui-input-number
604
604
  class="view row inputNumber"
605
605
  >
606
- <ui_view
606
+ <ui-view
607
607
  class="view texts"
608
608
  >
609
- <label
609
+ <ui-label
610
610
  class="text paragraph text label"
611
611
  >
612
612
  common.label.occupation_type_child
613
- </label>
614
- <ui_text
613
+ </ui-label>
614
+ <ui-text
615
615
  class="text small text hint hint"
616
616
  >
617
617
  common.label.age
618
- <ui_text
618
+ <ui-text
619
619
  style="text-decoration: underline;"
620
620
  >
621
621
  up
622
- </ui_text>
622
+ </ui-text>
623
623
  to
624
- </ui_text>
625
- </ui_view>
624
+ </ui-text>
625
+ </ui-view>
626
626
  <button
627
627
  class="pressable disabled button small squared disabled"
628
628
  disabled=""
629
629
  >
630
- <ui_icon
630
+ <ui-icon
631
631
  class="icon headline-3"
632
632
  >
633
633
  <svg
@@ -647,18 +647,18 @@ exports[` 1`] = `
647
647
  d="M19 13H5v-2h14v2z"
648
648
  />
649
649
  </svg>
650
- </ui_icon>
650
+ </ui-icon>
651
651
  </button>
652
- <ui_text
652
+ <ui-text
653
653
  class="text paragraph value"
654
654
  >
655
655
  0
656
- </ui_text>
656
+ </ui-text>
657
657
  <button
658
658
  class="pressable button small squared secondary"
659
659
  tabindex="0"
660
660
  >
661
- <ui_icon
661
+ <ui-icon
662
662
  class="icon headline-3"
663
663
  >
664
664
  <svg
@@ -678,12 +678,12 @@ exports[` 1`] = `
678
678
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
679
679
  />
680
680
  </svg>
681
- </ui_icon>
681
+ </ui-icon>
682
682
  </button>
683
- </ui_input_number>
684
- </ui_view>
685
- </ui_scrollview>
686
- <ui_view
683
+ </ui-input-number>
684
+ </ui-view>
685
+ </ui-scrollview>
686
+ <ui-view
687
687
  class="view row"
688
688
  >
689
689
  <button
@@ -692,61 +692,61 @@ exports[` 1`] = `
692
692
  >
693
693
  finder.action.add_place_type.room
694
694
  </button>
695
- </ui_view>
696
- </ui_view>
695
+ </ui-view>
696
+ </ui-view>
697
697
  </DocumentFragment>
698
698
  `;
699
699
 
700
700
  exports[`component:<Occupation> adding a new room 1`] = `
701
701
  <DocumentFragment>
702
- <ui_view
702
+ <ui-view
703
703
  class="view"
704
704
  data-testid="occupation"
705
705
  l10n="[object Object]"
706
706
  >
707
- <ui_scrollview
707
+ <ui-scrollview
708
708
  class="scrollview vertical"
709
709
  >
710
- <ui_view
710
+ <ui-view
711
711
  class="view wide"
712
712
  >
713
- <ui_view
713
+ <ui-view
714
714
  class="view row"
715
715
  >
716
- <ui_text
716
+ <ui-text
717
717
  class="text action"
718
718
  >
719
719
  finder.label.place
720
- <ui_text
720
+ <ui-text
721
721
  style="text-decoration: underline;"
722
722
  >
723
723
  type
724
- </ui_text>
724
+ </ui-text>
725
725
  count.room
726
- </ui_text>
727
- </ui_view>
728
- <ui_input_number
726
+ </ui-text>
727
+ </ui-view>
728
+ <ui-input-number
729
729
  class="view row inputNumber"
730
730
  >
731
- <ui_view
731
+ <ui-view
732
732
  class="view texts"
733
733
  >
734
- <label
734
+ <ui-label
735
735
  class="text paragraph text label"
736
736
  >
737
737
  common.label.occupation_type_adult
738
- </label>
739
- <ui_text
738
+ </ui-label>
739
+ <ui-text
740
740
  class="text small text hint hint"
741
741
  >
742
742
  common.label.age_from
743
- </ui_text>
744
- </ui_view>
743
+ </ui-text>
744
+ </ui-view>
745
745
  <button
746
746
  class="pressable disabled button small squared disabled"
747
747
  disabled=""
748
748
  >
749
- <ui_icon
749
+ <ui-icon
750
750
  class="icon headline-3"
751
751
  >
752
752
  <svg
@@ -766,18 +766,18 @@ exports[`component:<Occupation> adding a new room 1`] = `
766
766
  d="M19 13H5v-2h14v2z"
767
767
  />
768
768
  </svg>
769
- </ui_icon>
769
+ </ui-icon>
770
770
  </button>
771
- <ui_text
771
+ <ui-text
772
772
  class="text paragraph value"
773
773
  >
774
774
  2
775
- </ui_text>
775
+ </ui-text>
776
776
  <button
777
777
  class="pressable button small squared secondary"
778
778
  tabindex="0"
779
779
  >
780
- <ui_icon
780
+ <ui-icon
781
781
  class="icon headline-3"
782
782
  >
783
783
  <svg
@@ -797,37 +797,37 @@ exports[`component:<Occupation> adding a new room 1`] = `
797
797
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
798
798
  />
799
799
  </svg>
800
- </ui_icon>
800
+ </ui-icon>
801
801
  </button>
802
- </ui_input_number>
803
- <ui_input_number
802
+ </ui-input-number>
803
+ <ui-input-number
804
804
  class="view row inputNumber"
805
805
  >
806
- <ui_view
806
+ <ui-view
807
807
  class="view texts"
808
808
  >
809
- <label
809
+ <ui-label
810
810
  class="text paragraph text label"
811
811
  >
812
812
  common.label.occupation_type_child
813
- </label>
814
- <ui_text
813
+ </ui-label>
814
+ <ui-text
815
815
  class="text small text hint hint"
816
816
  >
817
817
  common.label.age
818
- <ui_text
818
+ <ui-text
819
819
  style="text-decoration: underline;"
820
820
  >
821
821
  up
822
- </ui_text>
822
+ </ui-text>
823
823
  to
824
- </ui_text>
825
- </ui_view>
824
+ </ui-text>
825
+ </ui-view>
826
826
  <button
827
827
  class="pressable disabled button small squared disabled"
828
828
  disabled=""
829
829
  >
830
- <ui_icon
830
+ <ui-icon
831
831
  class="icon headline-3"
832
832
  >
833
833
  <svg
@@ -847,18 +847,18 @@ exports[`component:<Occupation> adding a new room 1`] = `
847
847
  d="M19 13H5v-2h14v2z"
848
848
  />
849
849
  </svg>
850
- </ui_icon>
850
+ </ui-icon>
851
851
  </button>
852
- <ui_text
852
+ <ui-text
853
853
  class="text paragraph value"
854
854
  >
855
855
  0
856
- </ui_text>
856
+ </ui-text>
857
857
  <button
858
858
  class="pressable button small squared secondary"
859
859
  tabindex="0"
860
860
  >
861
- <ui_icon
861
+ <ui-icon
862
862
  class="icon headline-3"
863
863
  >
864
864
  <svg
@@ -878,12 +878,12 @@ exports[`component:<Occupation> adding a new room 1`] = `
878
878
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
879
879
  />
880
880
  </svg>
881
- </ui_icon>
881
+ </ui-icon>
882
882
  </button>
883
- </ui_input_number>
884
- </ui_view>
885
- </ui_scrollview>
886
- <ui_view
883
+ </ui-input-number>
884
+ </ui-view>
885
+ </ui-scrollview>
886
+ <ui-view
887
887
  class="view row"
888
888
  >
889
889
  <button
@@ -893,60 +893,60 @@ exports[`component:<Occupation> adding a new room 1`] = `
893
893
  >
894
894
  finder.action.add_place_type.room
895
895
  </button>
896
- </ui_view>
897
- </ui_view>
896
+ </ui-view>
897
+ </ui-view>
898
898
  </DocumentFragment>
899
899
  `;
900
900
 
901
901
  exports[`component:<Occupation> inherit:className 1`] = `
902
902
  <DocumentFragment>
903
- <ui_view
903
+ <ui-view
904
904
  class="view mirai"
905
905
  l10n="[object Object]"
906
906
  >
907
- <ui_scrollview
907
+ <ui-scrollview
908
908
  class="scrollview vertical"
909
909
  >
910
- <ui_view
910
+ <ui-view
911
911
  class="view wide"
912
912
  >
913
- <ui_view
913
+ <ui-view
914
914
  class="view row"
915
915
  >
916
- <ui_text
916
+ <ui-text
917
917
  class="text action"
918
918
  >
919
919
  finder.label.place
920
- <ui_text
920
+ <ui-text
921
921
  style="text-decoration: underline;"
922
922
  >
923
923
  type
924
- </ui_text>
924
+ </ui-text>
925
925
  count.room
926
- </ui_text>
927
- </ui_view>
928
- <ui_input_number
926
+ </ui-text>
927
+ </ui-view>
928
+ <ui-input-number
929
929
  class="view row inputNumber"
930
930
  >
931
- <ui_view
931
+ <ui-view
932
932
  class="view texts"
933
933
  >
934
- <label
934
+ <ui-label
935
935
  class="text paragraph text label"
936
936
  >
937
937
  common.label.occupation_type_adult
938
- </label>
939
- <ui_text
938
+ </ui-label>
939
+ <ui-text
940
940
  class="text small text hint hint"
941
941
  >
942
942
  common.label.age_from
943
- </ui_text>
944
- </ui_view>
943
+ </ui-text>
944
+ </ui-view>
945
945
  <button
946
946
  class="pressable disabled button small squared disabled"
947
947
  disabled=""
948
948
  >
949
- <ui_icon
949
+ <ui-icon
950
950
  class="icon headline-3"
951
951
  >
952
952
  <svg
@@ -966,18 +966,18 @@ exports[`component:<Occupation> inherit:className 1`] = `
966
966
  d="M19 13H5v-2h14v2z"
967
967
  />
968
968
  </svg>
969
- </ui_icon>
969
+ </ui-icon>
970
970
  </button>
971
- <ui_text
971
+ <ui-text
972
972
  class="text paragraph value"
973
973
  >
974
974
  2
975
- </ui_text>
975
+ </ui-text>
976
976
  <button
977
977
  class="pressable button small squared secondary"
978
978
  tabindex="0"
979
979
  >
980
- <ui_icon
980
+ <ui-icon
981
981
  class="icon headline-3"
982
982
  >
983
983
  <svg
@@ -997,37 +997,37 @@ exports[`component:<Occupation> inherit:className 1`] = `
997
997
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
998
998
  />
999
999
  </svg>
1000
- </ui_icon>
1000
+ </ui-icon>
1001
1001
  </button>
1002
- </ui_input_number>
1003
- <ui_input_number
1002
+ </ui-input-number>
1003
+ <ui-input-number
1004
1004
  class="view row inputNumber"
1005
1005
  >
1006
- <ui_view
1006
+ <ui-view
1007
1007
  class="view texts"
1008
1008
  >
1009
- <label
1009
+ <ui-label
1010
1010
  class="text paragraph text label"
1011
1011
  >
1012
1012
  common.label.occupation_type_child
1013
- </label>
1014
- <ui_text
1013
+ </ui-label>
1014
+ <ui-text
1015
1015
  class="text small text hint hint"
1016
1016
  >
1017
1017
  common.label.age
1018
- <ui_text
1018
+ <ui-text
1019
1019
  style="text-decoration: underline;"
1020
1020
  >
1021
1021
  up
1022
- </ui_text>
1022
+ </ui-text>
1023
1023
  to
1024
- </ui_text>
1025
- </ui_view>
1024
+ </ui-text>
1025
+ </ui-view>
1026
1026
  <button
1027
1027
  class="pressable disabled button small squared disabled"
1028
1028
  disabled=""
1029
1029
  >
1030
- <ui_icon
1030
+ <ui-icon
1031
1031
  class="icon headline-3"
1032
1032
  >
1033
1033
  <svg
@@ -1047,18 +1047,18 @@ exports[`component:<Occupation> inherit:className 1`] = `
1047
1047
  d="M19 13H5v-2h14v2z"
1048
1048
  />
1049
1049
  </svg>
1050
- </ui_icon>
1050
+ </ui-icon>
1051
1051
  </button>
1052
- <ui_text
1052
+ <ui-text
1053
1053
  class="text paragraph value"
1054
1054
  >
1055
1055
  0
1056
- </ui_text>
1056
+ </ui-text>
1057
1057
  <button
1058
1058
  class="pressable button small squared secondary"
1059
1059
  tabindex="0"
1060
1060
  >
1061
- <ui_icon
1061
+ <ui-icon
1062
1062
  class="icon headline-3"
1063
1063
  >
1064
1064
  <svg
@@ -1078,12 +1078,12 @@ exports[`component:<Occupation> inherit:className 1`] = `
1078
1078
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1079
1079
  />
1080
1080
  </svg>
1081
- </ui_icon>
1081
+ </ui-icon>
1082
1082
  </button>
1083
- </ui_input_number>
1084
- </ui_view>
1085
- </ui_scrollview>
1086
- <ui_view
1083
+ </ui-input-number>
1084
+ </ui-view>
1085
+ </ui-scrollview>
1086
+ <ui-view
1087
1087
  class="view row"
1088
1088
  >
1089
1089
  <button
@@ -1092,60 +1092,60 @@ exports[`component:<Occupation> inherit:className 1`] = `
1092
1092
  >
1093
1093
  finder.action.add_place_type.room
1094
1094
  </button>
1095
- </ui_view>
1096
- </ui_view>
1095
+ </ui-view>
1096
+ </ui-view>
1097
1097
  </DocumentFragment>
1098
1098
  `;
1099
1099
 
1100
1100
  exports[`component:<Occupation> prop:dataSource 1`] = `
1101
1101
  <DocumentFragment>
1102
- <ui_view
1102
+ <ui-view
1103
1103
  class="view"
1104
1104
  l10n="[object Object]"
1105
1105
  >
1106
- <ui_scrollview
1106
+ <ui-scrollview
1107
1107
  class="scrollview vertical"
1108
1108
  >
1109
- <ui_view
1109
+ <ui-view
1110
1110
  class="view wide"
1111
1111
  >
1112
- <ui_view
1112
+ <ui-view
1113
1113
  class="view row"
1114
1114
  >
1115
- <ui_text
1115
+ <ui-text
1116
1116
  class="text action"
1117
1117
  >
1118
1118
  finder.label.place
1119
- <ui_text
1119
+ <ui-text
1120
1120
  style="text-decoration: underline;"
1121
1121
  >
1122
1122
  type
1123
- </ui_text>
1123
+ </ui-text>
1124
1124
  count.room
1125
- </ui_text>
1126
- </ui_view>
1127
- <ui_input_number
1125
+ </ui-text>
1126
+ </ui-view>
1127
+ <ui-input-number
1128
1128
  class="view row inputNumber"
1129
1129
  >
1130
- <ui_view
1130
+ <ui-view
1131
1131
  class="view texts"
1132
1132
  >
1133
- <label
1133
+ <ui-label
1134
1134
  class="text paragraph text label"
1135
1135
  >
1136
1136
  common.label.occupation_type_adult
1137
- </label>
1138
- <ui_text
1137
+ </ui-label>
1138
+ <ui-text
1139
1139
  class="text small text hint hint"
1140
1140
  >
1141
1141
  common.label.age_from
1142
- </ui_text>
1143
- </ui_view>
1142
+ </ui-text>
1143
+ </ui-view>
1144
1144
  <button
1145
1145
  class="pressable disabled button small squared disabled"
1146
1146
  disabled=""
1147
1147
  >
1148
- <ui_icon
1148
+ <ui-icon
1149
1149
  class="icon headline-3"
1150
1150
  >
1151
1151
  <svg
@@ -1165,18 +1165,18 @@ exports[`component:<Occupation> prop:dataSource 1`] = `
1165
1165
  d="M19 13H5v-2h14v2z"
1166
1166
  />
1167
1167
  </svg>
1168
- </ui_icon>
1168
+ </ui-icon>
1169
1169
  </button>
1170
- <ui_text
1170
+ <ui-text
1171
1171
  class="text paragraph value"
1172
1172
  >
1173
1173
  2
1174
- </ui_text>
1174
+ </ui-text>
1175
1175
  <button
1176
1176
  class="pressable button small squared secondary"
1177
1177
  tabindex="0"
1178
1178
  >
1179
- <ui_icon
1179
+ <ui-icon
1180
1180
  class="icon headline-3"
1181
1181
  >
1182
1182
  <svg
@@ -1196,37 +1196,37 @@ exports[`component:<Occupation> prop:dataSource 1`] = `
1196
1196
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1197
1197
  />
1198
1198
  </svg>
1199
- </ui_icon>
1199
+ </ui-icon>
1200
1200
  </button>
1201
- </ui_input_number>
1202
- <ui_input_number
1201
+ </ui-input-number>
1202
+ <ui-input-number
1203
1203
  class="view row inputNumber"
1204
1204
  >
1205
- <ui_view
1205
+ <ui-view
1206
1206
  class="view texts"
1207
1207
  >
1208
- <label
1208
+ <ui-label
1209
1209
  class="text paragraph text label"
1210
1210
  >
1211
1211
  common.label.occupation_type_child
1212
- </label>
1213
- <ui_text
1212
+ </ui-label>
1213
+ <ui-text
1214
1214
  class="text small text hint hint"
1215
1215
  >
1216
1216
  common.label.age
1217
- <ui_text
1217
+ <ui-text
1218
1218
  style="text-decoration: underline;"
1219
1219
  >
1220
1220
  up
1221
- </ui_text>
1221
+ </ui-text>
1222
1222
  to
1223
- </ui_text>
1224
- </ui_view>
1223
+ </ui-text>
1224
+ </ui-view>
1225
1225
  <button
1226
1226
  class="pressable disabled button small squared disabled"
1227
1227
  disabled=""
1228
1228
  >
1229
- <ui_icon
1229
+ <ui-icon
1230
1230
  class="icon headline-3"
1231
1231
  >
1232
1232
  <svg
@@ -1246,18 +1246,18 @@ exports[`component:<Occupation> prop:dataSource 1`] = `
1246
1246
  d="M19 13H5v-2h14v2z"
1247
1247
  />
1248
1248
  </svg>
1249
- </ui_icon>
1249
+ </ui-icon>
1250
1250
  </button>
1251
- <ui_text
1251
+ <ui-text
1252
1252
  class="text paragraph value"
1253
1253
  >
1254
1254
  0
1255
- </ui_text>
1255
+ </ui-text>
1256
1256
  <button
1257
1257
  class="pressable button small squared secondary"
1258
1258
  tabindex="0"
1259
1259
  >
1260
- <ui_icon
1260
+ <ui-icon
1261
1261
  class="icon headline-3"
1262
1262
  >
1263
1263
  <svg
@@ -1277,12 +1277,12 @@ exports[`component:<Occupation> prop:dataSource 1`] = `
1277
1277
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1278
1278
  />
1279
1279
  </svg>
1280
- </ui_icon>
1280
+ </ui-icon>
1281
1281
  </button>
1282
- </ui_input_number>
1283
- </ui_view>
1284
- </ui_scrollview>
1285
- <ui_view
1282
+ </ui-input-number>
1283
+ </ui-view>
1284
+ </ui-scrollview>
1285
+ <ui-view
1286
1286
  class="view row"
1287
1287
  >
1288
1288
  <button
@@ -1291,59 +1291,59 @@ exports[`component:<Occupation> prop:dataSource 1`] = `
1291
1291
  >
1292
1292
  finder.action.add_place_type.room
1293
1293
  </button>
1294
- </ui_view>
1295
- </ui_view>
1294
+ </ui-view>
1295
+ </ui-view>
1296
1296
  </DocumentFragment>
1297
1297
  `;
1298
1298
 
1299
1299
  exports[`component:<Occupation> prop:maxRooms 1`] = `
1300
1300
  <DocumentFragment>
1301
- <ui_view
1301
+ <ui-view
1302
1302
  class="view"
1303
1303
  >
1304
- <ui_scrollview
1304
+ <ui-scrollview
1305
1305
  class="scrollview vertical"
1306
1306
  >
1307
- <ui_view
1307
+ <ui-view
1308
1308
  class="view wide"
1309
1309
  >
1310
- <ui_view
1310
+ <ui-view
1311
1311
  class="view row"
1312
1312
  >
1313
- <ui_text
1313
+ <ui-text
1314
1314
  class="text action"
1315
1315
  >
1316
1316
  finder.label.place
1317
- <ui_text
1317
+ <ui-text
1318
1318
  style="text-decoration: underline;"
1319
1319
  >
1320
1320
  type
1321
- </ui_text>
1321
+ </ui-text>
1322
1322
  count.room
1323
- </ui_text>
1324
- </ui_view>
1325
- <ui_input_number
1323
+ </ui-text>
1324
+ </ui-view>
1325
+ <ui-input-number
1326
1326
  class="view row inputNumber"
1327
1327
  >
1328
- <ui_view
1328
+ <ui-view
1329
1329
  class="view texts"
1330
1330
  >
1331
- <label
1331
+ <ui-label
1332
1332
  class="text paragraph text label"
1333
1333
  >
1334
1334
  common.label.occupation_type_adult
1335
- </label>
1336
- <ui_text
1335
+ </ui-label>
1336
+ <ui-text
1337
1337
  class="text small text hint hint"
1338
1338
  >
1339
1339
  common.label.age_from
1340
- </ui_text>
1341
- </ui_view>
1340
+ </ui-text>
1341
+ </ui-view>
1342
1342
  <button
1343
1343
  class="pressable button small squared secondary"
1344
1344
  tabindex="0"
1345
1345
  >
1346
- <ui_icon
1346
+ <ui-icon
1347
1347
  class="icon headline-3"
1348
1348
  >
1349
1349
  <svg
@@ -1363,18 +1363,18 @@ exports[`component:<Occupation> prop:maxRooms 1`] = `
1363
1363
  d="M19 13H5v-2h14v2z"
1364
1364
  />
1365
1365
  </svg>
1366
- </ui_icon>
1366
+ </ui-icon>
1367
1367
  </button>
1368
- <ui_text
1368
+ <ui-text
1369
1369
  class="text paragraph value"
1370
1370
  >
1371
1371
  2
1372
- </ui_text>
1372
+ </ui-text>
1373
1373
  <button
1374
1374
  class="pressable button small squared secondary"
1375
1375
  tabindex="0"
1376
1376
  >
1377
- <ui_icon
1377
+ <ui-icon
1378
1378
  class="icon headline-3"
1379
1379
  >
1380
1380
  <svg
@@ -1394,37 +1394,37 @@ exports[`component:<Occupation> prop:maxRooms 1`] = `
1394
1394
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1395
1395
  />
1396
1396
  </svg>
1397
- </ui_icon>
1397
+ </ui-icon>
1398
1398
  </button>
1399
- </ui_input_number>
1400
- <ui_input_number
1399
+ </ui-input-number>
1400
+ <ui-input-number
1401
1401
  class="view row inputNumber"
1402
1402
  >
1403
- <ui_view
1403
+ <ui-view
1404
1404
  class="view texts"
1405
1405
  >
1406
- <label
1406
+ <ui-label
1407
1407
  class="text paragraph text label"
1408
1408
  >
1409
1409
  common.label.occupation_type_child
1410
- </label>
1411
- <ui_text
1410
+ </ui-label>
1411
+ <ui-text
1412
1412
  class="text small text hint hint"
1413
1413
  >
1414
1414
  common.label.age
1415
- <ui_text
1415
+ <ui-text
1416
1416
  style="text-decoration: underline;"
1417
1417
  >
1418
1418
  up
1419
- </ui_text>
1419
+ </ui-text>
1420
1420
  to
1421
- </ui_text>
1422
- </ui_view>
1421
+ </ui-text>
1422
+ </ui-view>
1423
1423
  <button
1424
1424
  class="pressable disabled button small squared disabled"
1425
1425
  disabled=""
1426
1426
  >
1427
- <ui_icon
1427
+ <ui-icon
1428
1428
  class="icon headline-3"
1429
1429
  >
1430
1430
  <svg
@@ -1444,18 +1444,18 @@ exports[`component:<Occupation> prop:maxRooms 1`] = `
1444
1444
  d="M19 13H5v-2h14v2z"
1445
1445
  />
1446
1446
  </svg>
1447
- </ui_icon>
1447
+ </ui-icon>
1448
1448
  </button>
1449
- <ui_text
1449
+ <ui-text
1450
1450
  class="text paragraph value"
1451
1451
  >
1452
1452
  0
1453
- </ui_text>
1453
+ </ui-text>
1454
1454
  <button
1455
1455
  class="pressable button small squared secondary"
1456
1456
  tabindex="0"
1457
1457
  >
1458
- <ui_icon
1458
+ <ui-icon
1459
1459
  class="icon headline-3"
1460
1460
  >
1461
1461
  <svg
@@ -1475,12 +1475,12 @@ exports[`component:<Occupation> prop:maxRooms 1`] = `
1475
1475
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1476
1476
  />
1477
1477
  </svg>
1478
- </ui_icon>
1478
+ </ui-icon>
1479
1479
  </button>
1480
- </ui_input_number>
1481
- </ui_view>
1482
- </ui_scrollview>
1483
- <ui_view
1480
+ </ui-input-number>
1481
+ </ui-view>
1482
+ </ui-scrollview>
1483
+ <ui-view
1484
1484
  class="view row"
1485
1485
  >
1486
1486
  <button
@@ -1489,59 +1489,59 @@ exports[`component:<Occupation> prop:maxRooms 1`] = `
1489
1489
  >
1490
1490
  finder.action.add_place_type.room
1491
1491
  </button>
1492
- </ui_view>
1493
- </ui_view>
1492
+ </ui-view>
1493
+ </ui-view>
1494
1494
  </DocumentFragment>
1495
1495
  `;
1496
1496
 
1497
1497
  exports[`component:<Occupation> prop:minRooms 1`] = `
1498
1498
  <DocumentFragment>
1499
- <ui_view
1499
+ <ui-view
1500
1500
  class="view"
1501
1501
  >
1502
- <ui_scrollview
1502
+ <ui-scrollview
1503
1503
  class="scrollview vertical"
1504
1504
  >
1505
- <ui_view
1505
+ <ui-view
1506
1506
  class="view wide"
1507
1507
  >
1508
- <ui_view
1508
+ <ui-view
1509
1509
  class="view row"
1510
1510
  >
1511
- <ui_text
1511
+ <ui-text
1512
1512
  class="text action"
1513
1513
  >
1514
1514
  finder.label.place
1515
- <ui_text
1515
+ <ui-text
1516
1516
  style="text-decoration: underline;"
1517
1517
  >
1518
1518
  type
1519
- </ui_text>
1519
+ </ui-text>
1520
1520
  count.room
1521
- </ui_text>
1522
- </ui_view>
1523
- <ui_input_number
1521
+ </ui-text>
1522
+ </ui-view>
1523
+ <ui-input-number
1524
1524
  class="view row inputNumber"
1525
1525
  >
1526
- <ui_view
1526
+ <ui-view
1527
1527
  class="view texts"
1528
1528
  >
1529
- <label
1529
+ <ui-label
1530
1530
  class="text paragraph text label"
1531
1531
  >
1532
1532
  common.label.occupation_type_adult
1533
- </label>
1534
- <ui_text
1533
+ </ui-label>
1534
+ <ui-text
1535
1535
  class="text small text hint hint"
1536
1536
  >
1537
1537
  common.label.age_from
1538
- </ui_text>
1539
- </ui_view>
1538
+ </ui-text>
1539
+ </ui-view>
1540
1540
  <button
1541
1541
  class="pressable button small squared secondary"
1542
1542
  tabindex="0"
1543
1543
  >
1544
- <ui_icon
1544
+ <ui-icon
1545
1545
  class="icon headline-3"
1546
1546
  >
1547
1547
  <svg
@@ -1561,18 +1561,18 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
1561
1561
  d="M19 13H5v-2h14v2z"
1562
1562
  />
1563
1563
  </svg>
1564
- </ui_icon>
1564
+ </ui-icon>
1565
1565
  </button>
1566
- <ui_text
1566
+ <ui-text
1567
1567
  class="text paragraph value"
1568
1568
  >
1569
1569
  2
1570
- </ui_text>
1570
+ </ui-text>
1571
1571
  <button
1572
1572
  class="pressable button small squared secondary"
1573
1573
  tabindex="0"
1574
1574
  >
1575
- <ui_icon
1575
+ <ui-icon
1576
1576
  class="icon headline-3"
1577
1577
  >
1578
1578
  <svg
@@ -1592,37 +1592,37 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
1592
1592
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1593
1593
  />
1594
1594
  </svg>
1595
- </ui_icon>
1595
+ </ui-icon>
1596
1596
  </button>
1597
- </ui_input_number>
1598
- <ui_input_number
1597
+ </ui-input-number>
1598
+ <ui-input-number
1599
1599
  class="view row inputNumber"
1600
1600
  >
1601
- <ui_view
1601
+ <ui-view
1602
1602
  class="view texts"
1603
1603
  >
1604
- <label
1604
+ <ui-label
1605
1605
  class="text paragraph text label"
1606
1606
  >
1607
1607
  common.label.occupation_type_child
1608
- </label>
1609
- <ui_text
1608
+ </ui-label>
1609
+ <ui-text
1610
1610
  class="text small text hint hint"
1611
1611
  >
1612
1612
  common.label.age
1613
- <ui_text
1613
+ <ui-text
1614
1614
  style="text-decoration: underline;"
1615
1615
  >
1616
1616
  up
1617
- </ui_text>
1617
+ </ui-text>
1618
1618
  to
1619
- </ui_text>
1620
- </ui_view>
1619
+ </ui-text>
1620
+ </ui-view>
1621
1621
  <button
1622
1622
  class="pressable disabled button small squared disabled"
1623
1623
  disabled=""
1624
1624
  >
1625
- <ui_icon
1625
+ <ui-icon
1626
1626
  class="icon headline-3"
1627
1627
  >
1628
1628
  <svg
@@ -1642,18 +1642,18 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
1642
1642
  d="M19 13H5v-2h14v2z"
1643
1643
  />
1644
1644
  </svg>
1645
- </ui_icon>
1645
+ </ui-icon>
1646
1646
  </button>
1647
- <ui_text
1647
+ <ui-text
1648
1648
  class="text paragraph value"
1649
1649
  >
1650
1650
  0
1651
- </ui_text>
1651
+ </ui-text>
1652
1652
  <button
1653
1653
  class="pressable button small squared secondary"
1654
1654
  tabindex="0"
1655
1655
  >
1656
- <ui_icon
1656
+ <ui-icon
1657
1657
  class="icon headline-3"
1658
1658
  >
1659
1659
  <svg
@@ -1673,50 +1673,50 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
1673
1673
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1674
1674
  />
1675
1675
  </svg>
1676
- </ui_icon>
1676
+ </ui-icon>
1677
1677
  </button>
1678
- </ui_input_number>
1679
- </ui_view>
1680
- <ui_view
1678
+ </ui-input-number>
1679
+ </ui-view>
1680
+ <ui-view
1681
1681
  class="view wide"
1682
1682
  >
1683
- <ui_view
1683
+ <ui-view
1684
1684
  class="view row"
1685
1685
  >
1686
- <ui_text
1686
+ <ui-text
1687
1687
  class="text action"
1688
1688
  >
1689
1689
  finder.label.place
1690
- <ui_text
1690
+ <ui-text
1691
1691
  style="text-decoration: underline;"
1692
1692
  >
1693
1693
  type
1694
- </ui_text>
1694
+ </ui-text>
1695
1695
  count.room
1696
- </ui_text>
1697
- </ui_view>
1698
- <ui_input_number
1696
+ </ui-text>
1697
+ </ui-view>
1698
+ <ui-input-number
1699
1699
  class="view row inputNumber"
1700
1700
  >
1701
- <ui_view
1701
+ <ui-view
1702
1702
  class="view texts"
1703
1703
  >
1704
- <label
1704
+ <ui-label
1705
1705
  class="text paragraph text label"
1706
1706
  >
1707
1707
  common.label.occupation_type_adult
1708
- </label>
1709
- <ui_text
1708
+ </ui-label>
1709
+ <ui-text
1710
1710
  class="text small text hint hint"
1711
1711
  >
1712
1712
  common.label.age_from
1713
- </ui_text>
1714
- </ui_view>
1713
+ </ui-text>
1714
+ </ui-view>
1715
1715
  <button
1716
1716
  class="pressable button small squared secondary"
1717
1717
  tabindex="0"
1718
1718
  >
1719
- <ui_icon
1719
+ <ui-icon
1720
1720
  class="icon headline-3"
1721
1721
  >
1722
1722
  <svg
@@ -1736,18 +1736,18 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
1736
1736
  d="M19 13H5v-2h14v2z"
1737
1737
  />
1738
1738
  </svg>
1739
- </ui_icon>
1739
+ </ui-icon>
1740
1740
  </button>
1741
- <ui_text
1741
+ <ui-text
1742
1742
  class="text paragraph value"
1743
1743
  >
1744
1744
  2
1745
- </ui_text>
1745
+ </ui-text>
1746
1746
  <button
1747
1747
  class="pressable button small squared secondary"
1748
1748
  tabindex="0"
1749
1749
  >
1750
- <ui_icon
1750
+ <ui-icon
1751
1751
  class="icon headline-3"
1752
1752
  >
1753
1753
  <svg
@@ -1767,37 +1767,37 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
1767
1767
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1768
1768
  />
1769
1769
  </svg>
1770
- </ui_icon>
1770
+ </ui-icon>
1771
1771
  </button>
1772
- </ui_input_number>
1773
- <ui_input_number
1772
+ </ui-input-number>
1773
+ <ui-input-number
1774
1774
  class="view row inputNumber"
1775
1775
  >
1776
- <ui_view
1776
+ <ui-view
1777
1777
  class="view texts"
1778
1778
  >
1779
- <label
1779
+ <ui-label
1780
1780
  class="text paragraph text label"
1781
1781
  >
1782
1782
  common.label.occupation_type_child
1783
- </label>
1784
- <ui_text
1783
+ </ui-label>
1784
+ <ui-text
1785
1785
  class="text small text hint hint"
1786
1786
  >
1787
1787
  common.label.age
1788
- <ui_text
1788
+ <ui-text
1789
1789
  style="text-decoration: underline;"
1790
1790
  >
1791
1791
  up
1792
- </ui_text>
1792
+ </ui-text>
1793
1793
  to
1794
- </ui_text>
1795
- </ui_view>
1794
+ </ui-text>
1795
+ </ui-view>
1796
1796
  <button
1797
1797
  class="pressable disabled button small squared disabled"
1798
1798
  disabled=""
1799
1799
  >
1800
- <ui_icon
1800
+ <ui-icon
1801
1801
  class="icon headline-3"
1802
1802
  >
1803
1803
  <svg
@@ -1817,18 +1817,18 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
1817
1817
  d="M19 13H5v-2h14v2z"
1818
1818
  />
1819
1819
  </svg>
1820
- </ui_icon>
1820
+ </ui-icon>
1821
1821
  </button>
1822
- <ui_text
1822
+ <ui-text
1823
1823
  class="text paragraph value"
1824
1824
  >
1825
1825
  0
1826
- </ui_text>
1826
+ </ui-text>
1827
1827
  <button
1828
1828
  class="pressable button small squared secondary"
1829
1829
  tabindex="0"
1830
1830
  >
1831
- <ui_icon
1831
+ <ui-icon
1832
1832
  class="icon headline-3"
1833
1833
  >
1834
1834
  <svg
@@ -1848,12 +1848,12 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
1848
1848
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1849
1849
  />
1850
1850
  </svg>
1851
- </ui_icon>
1851
+ </ui-icon>
1852
1852
  </button>
1853
- </ui_input_number>
1854
- </ui_view>
1855
- </ui_scrollview>
1856
- <ui_view
1853
+ </ui-input-number>
1854
+ </ui-view>
1855
+ </ui-scrollview>
1856
+ <ui-view
1857
1857
  class="view row"
1858
1858
  >
1859
1859
  <button
@@ -1862,59 +1862,59 @@ exports[`component:<Occupation> prop:minRooms 1`] = `
1862
1862
  >
1863
1863
  finder.action.add_place_type.room
1864
1864
  </button>
1865
- </ui_view>
1866
- </ui_view>
1865
+ </ui-view>
1866
+ </ui-view>
1867
1867
  </DocumentFragment>
1868
1868
  `;
1869
1869
 
1870
1870
  exports[`component:<Occupation> prop:text 1`] = `
1871
1871
  <DocumentFragment>
1872
- <ui_view
1872
+ <ui-view
1873
1873
  class="view"
1874
1874
  >
1875
- <ui_scrollview
1875
+ <ui-scrollview
1876
1876
  class="scrollview vertical"
1877
1877
  >
1878
- <ui_view
1878
+ <ui-view
1879
1879
  class="view wide"
1880
1880
  >
1881
- <ui_view
1881
+ <ui-view
1882
1882
  class="view row"
1883
1883
  >
1884
- <ui_text
1884
+ <ui-text
1885
1885
  class="text action"
1886
1886
  >
1887
1887
  finder.label.place
1888
- <ui_text
1888
+ <ui-text
1889
1889
  style="text-decoration: underline;"
1890
1890
  >
1891
1891
  type
1892
- </ui_text>
1892
+ </ui-text>
1893
1893
  count.room
1894
- </ui_text>
1895
- </ui_view>
1896
- <ui_input_number
1894
+ </ui-text>
1895
+ </ui-view>
1896
+ <ui-input-number
1897
1897
  class="view row inputNumber"
1898
1898
  >
1899
- <ui_view
1899
+ <ui-view
1900
1900
  class="view texts"
1901
1901
  >
1902
- <label
1902
+ <ui-label
1903
1903
  class="text paragraph text label"
1904
1904
  >
1905
1905
  common.label.occupation_type_adult
1906
- </label>
1907
- <ui_text
1906
+ </ui-label>
1907
+ <ui-text
1908
1908
  class="text small text hint hint"
1909
1909
  >
1910
1910
  common.label.age_from
1911
- </ui_text>
1912
- </ui_view>
1911
+ </ui-text>
1912
+ </ui-view>
1913
1913
  <button
1914
1914
  class="pressable button small squared secondary"
1915
1915
  tabindex="0"
1916
1916
  >
1917
- <ui_icon
1917
+ <ui-icon
1918
1918
  class="icon headline-3"
1919
1919
  >
1920
1920
  <svg
@@ -1934,18 +1934,18 @@ exports[`component:<Occupation> prop:text 1`] = `
1934
1934
  d="M19 13H5v-2h14v2z"
1935
1935
  />
1936
1936
  </svg>
1937
- </ui_icon>
1937
+ </ui-icon>
1938
1938
  </button>
1939
- <ui_text
1939
+ <ui-text
1940
1940
  class="text paragraph value"
1941
1941
  >
1942
1942
  2
1943
- </ui_text>
1943
+ </ui-text>
1944
1944
  <button
1945
1945
  class="pressable button small squared secondary"
1946
1946
  tabindex="0"
1947
1947
  >
1948
- <ui_icon
1948
+ <ui-icon
1949
1949
  class="icon headline-3"
1950
1950
  >
1951
1951
  <svg
@@ -1965,37 +1965,37 @@ exports[`component:<Occupation> prop:text 1`] = `
1965
1965
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
1966
1966
  />
1967
1967
  </svg>
1968
- </ui_icon>
1968
+ </ui-icon>
1969
1969
  </button>
1970
- </ui_input_number>
1971
- <ui_input_number
1970
+ </ui-input-number>
1971
+ <ui-input-number
1972
1972
  class="view row inputNumber"
1973
1973
  >
1974
- <ui_view
1974
+ <ui-view
1975
1975
  class="view texts"
1976
1976
  >
1977
- <label
1977
+ <ui-label
1978
1978
  class="text paragraph text label"
1979
1979
  >
1980
1980
  common.label.occupation_type_child
1981
- </label>
1982
- <ui_text
1981
+ </ui-label>
1982
+ <ui-text
1983
1983
  class="text small text hint hint"
1984
1984
  >
1985
1985
  common.label.age
1986
- <ui_text
1986
+ <ui-text
1987
1987
  style="text-decoration: underline;"
1988
1988
  >
1989
1989
  up
1990
- </ui_text>
1990
+ </ui-text>
1991
1991
  to
1992
- </ui_text>
1993
- </ui_view>
1992
+ </ui-text>
1993
+ </ui-view>
1994
1994
  <button
1995
1995
  class="pressable disabled button small squared disabled"
1996
1996
  disabled=""
1997
1997
  >
1998
- <ui_icon
1998
+ <ui-icon
1999
1999
  class="icon headline-3"
2000
2000
  >
2001
2001
  <svg
@@ -2015,18 +2015,18 @@ exports[`component:<Occupation> prop:text 1`] = `
2015
2015
  d="M19 13H5v-2h14v2z"
2016
2016
  />
2017
2017
  </svg>
2018
- </ui_icon>
2018
+ </ui-icon>
2019
2019
  </button>
2020
- <ui_text
2020
+ <ui-text
2021
2021
  class="text paragraph value"
2022
2022
  >
2023
2023
  0
2024
- </ui_text>
2024
+ </ui-text>
2025
2025
  <button
2026
2026
  class="pressable button small squared secondary"
2027
2027
  tabindex="0"
2028
2028
  >
2029
- <ui_icon
2029
+ <ui-icon
2030
2030
  class="icon headline-3"
2031
2031
  >
2032
2032
  <svg
@@ -2046,12 +2046,12 @@ exports[`component:<Occupation> prop:text 1`] = `
2046
2046
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
2047
2047
  />
2048
2048
  </svg>
2049
- </ui_icon>
2049
+ </ui-icon>
2050
2050
  </button>
2051
- </ui_input_number>
2052
- </ui_view>
2053
- </ui_scrollview>
2054
- <ui_view
2051
+ </ui-input-number>
2052
+ </ui-view>
2053
+ </ui-scrollview>
2054
+ <ui-view
2055
2055
  class="view row"
2056
2056
  >
2057
2057
  <button
@@ -2060,21 +2060,21 @@ exports[`component:<Occupation> prop:text 1`] = `
2060
2060
  >
2061
2061
  finder.action.add_place_type.room
2062
2062
  </button>
2063
- </ui_view>
2064
- </ui_view>
2063
+ </ui-view>
2064
+ </ui-view>
2065
2065
  </DocumentFragment>
2066
2066
  `;
2067
2067
 
2068
2068
  exports[`component:<Occupation> prop:value prop:error 1`] = `
2069
2069
  <DocumentFragment>
2070
- <ui_view
2070
+ <ui-view
2071
2071
  class="view"
2072
2072
  l10n="[object Object]"
2073
2073
  >
2074
- <ui_notification
2074
+ <ui-notification
2075
2075
  class="view row notification error outlined small"
2076
2076
  >
2077
- <ui_icon
2077
+ <ui-icon
2078
2078
  class="icon paragraph"
2079
2079
  >
2080
2080
  <svg
@@ -2094,72 +2094,72 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2094
2094
  d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
2095
2095
  />
2096
2096
  </svg>
2097
- </ui_icon>
2098
- <ui_view
2097
+ </ui-icon>
2098
+ <ui-view
2099
2099
  class="view texts"
2100
2100
  >
2101
- <ui_text
2101
+ <ui-text
2102
2102
  class="text small"
2103
2103
  >
2104
2104
  common.notification.error
2105
- <ui_text
2105
+ <ui-text
2106
2106
  style="text-decoration: underline;"
2107
2107
  >
2108
2108
  unfilled
2109
- </ui_text>
2109
+ </ui-text>
2110
2110
  fields
2111
- </ui_text>
2112
- </ui_view>
2113
- </ui_notification>
2114
- <ui_scrollview
2111
+ </ui-text>
2112
+ </ui-view>
2113
+ </ui-notification>
2114
+ <ui-scrollview
2115
2115
  class="scrollview vertical"
2116
2116
  >
2117
- <ui_view
2117
+ <ui-view
2118
2118
  class="view wide"
2119
2119
  >
2120
- <ui_view
2120
+ <ui-view
2121
2121
  class="view row"
2122
2122
  >
2123
- <ui_text
2123
+ <ui-text
2124
2124
  class="text action"
2125
2125
  >
2126
2126
  finder.label.place
2127
- <ui_text
2127
+ <ui-text
2128
2128
  style="text-decoration: underline;"
2129
2129
  >
2130
2130
  type
2131
- </ui_text>
2131
+ </ui-text>
2132
2132
  count.room
2133
- </ui_text>
2134
- <ui_action
2133
+ </ui-text>
2134
+ <ui-action
2135
2135
  class="pressable action small"
2136
2136
  tabindex="0"
2137
2137
  >
2138
2138
  finder.action.remove
2139
- </ui_action>
2140
- </ui_view>
2141
- <ui_input_number
2139
+ </ui-action>
2140
+ </ui-view>
2141
+ <ui-input-number
2142
2142
  class="view row inputNumber"
2143
2143
  >
2144
- <ui_view
2144
+ <ui-view
2145
2145
  class="view texts"
2146
2146
  >
2147
- <label
2147
+ <ui-label
2148
2148
  class="text paragraph text label"
2149
2149
  >
2150
2150
  common.label.occupation_type_adult
2151
- </label>
2152
- <ui_text
2151
+ </ui-label>
2152
+ <ui-text
2153
2153
  class="text small text hint hint"
2154
2154
  >
2155
2155
  common.label.age_from
2156
- </ui_text>
2157
- </ui_view>
2156
+ </ui-text>
2157
+ </ui-view>
2158
2158
  <button
2159
2159
  class="pressable disabled button small squared disabled"
2160
2160
  disabled=""
2161
2161
  >
2162
- <ui_icon
2162
+ <ui-icon
2163
2163
  class="icon headline-3"
2164
2164
  >
2165
2165
  <svg
@@ -2179,18 +2179,18 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2179
2179
  d="M19 13H5v-2h14v2z"
2180
2180
  />
2181
2181
  </svg>
2182
- </ui_icon>
2182
+ </ui-icon>
2183
2183
  </button>
2184
- <ui_text
2184
+ <ui-text
2185
2185
  class="text paragraph value"
2186
2186
  >
2187
2187
  2
2188
- </ui_text>
2188
+ </ui-text>
2189
2189
  <button
2190
2190
  class="pressable button small squared secondary"
2191
2191
  tabindex="0"
2192
2192
  >
2193
- <ui_icon
2193
+ <ui-icon
2194
2194
  class="icon headline-3"
2195
2195
  >
2196
2196
  <svg
@@ -2210,37 +2210,37 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2210
2210
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
2211
2211
  />
2212
2212
  </svg>
2213
- </ui_icon>
2213
+ </ui-icon>
2214
2214
  </button>
2215
- </ui_input_number>
2216
- <ui_input_number
2215
+ </ui-input-number>
2216
+ <ui-input-number
2217
2217
  class="view row inputNumber"
2218
2218
  >
2219
- <ui_view
2219
+ <ui-view
2220
2220
  class="view texts"
2221
2221
  >
2222
- <label
2222
+ <ui-label
2223
2223
  class="text paragraph text label"
2224
2224
  >
2225
2225
  common.label.occupation_type_child
2226
- </label>
2227
- <ui_text
2226
+ </ui-label>
2227
+ <ui-text
2228
2228
  class="text small text hint hint"
2229
2229
  >
2230
2230
  common.label.age
2231
- <ui_text
2231
+ <ui-text
2232
2232
  style="text-decoration: underline;"
2233
2233
  >
2234
2234
  up
2235
- </ui_text>
2235
+ </ui-text>
2236
2236
  to
2237
- </ui_text>
2238
- </ui_view>
2237
+ </ui-text>
2238
+ </ui-view>
2239
2239
  <button
2240
2240
  class="pressable button small squared secondary"
2241
2241
  tabindex="0"
2242
2242
  >
2243
- <ui_icon
2243
+ <ui-icon
2244
2244
  class="icon headline-3"
2245
2245
  >
2246
2246
  <svg
@@ -2260,18 +2260,18 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2260
2260
  d="M19 13H5v-2h14v2z"
2261
2261
  />
2262
2262
  </svg>
2263
- </ui_icon>
2263
+ </ui-icon>
2264
2264
  </button>
2265
- <ui_text
2265
+ <ui-text
2266
2266
  class="text paragraph value"
2267
2267
  >
2268
2268
  2
2269
- </ui_text>
2269
+ </ui-text>
2270
2270
  <button
2271
2271
  class="pressable disabled button small squared disabled"
2272
2272
  disabled=""
2273
2273
  >
2274
- <ui_icon
2274
+ <ui-icon
2275
2275
  class="icon headline-3"
2276
2276
  >
2277
2277
  <svg
@@ -2291,22 +2291,22 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2291
2291
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
2292
2292
  />
2293
2293
  </svg>
2294
- </ui_icon>
2294
+ </ui-icon>
2295
2295
  </button>
2296
- </ui_input_number>
2297
- <ui_view
2296
+ </ui-input-number>
2297
+ <ui-view
2298
2298
  class="view"
2299
2299
  >
2300
- <ui_view
2300
+ <ui-view
2301
2301
  class="view row"
2302
2302
  >
2303
- <ui_view
2303
+ <ui-input-select
2304
2304
  class="view inputContainer"
2305
2305
  >
2306
- <ui_view
2306
+ <ui-view
2307
2307
  class="view row inputBorder"
2308
2308
  >
2309
- <ui_view
2309
+ <ui-view
2310
2310
  class="view wide content"
2311
2311
  >
2312
2312
  <select
@@ -2409,8 +2409,8 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2409
2409
  17
2410
2410
  </option>
2411
2411
  </select>
2412
- </ui_view>
2413
- <ui_icon
2412
+ </ui-view>
2413
+ <ui-icon
2414
2414
  class="icon headline-3 icon expand"
2415
2415
  >
2416
2416
  <svg
@@ -2431,16 +2431,16 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2431
2431
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
2432
2432
  />
2433
2433
  </svg>
2434
- </ui_icon>
2435
- </ui_view>
2436
- </ui_view>
2437
- <ui_view
2434
+ </ui-icon>
2435
+ </ui-view>
2436
+ </ui-input-select>
2437
+ <ui-input-select
2438
2438
  class="view inputContainer"
2439
2439
  >
2440
- <ui_view
2440
+ <ui-view
2441
2441
  class="view row inputBorder"
2442
2442
  >
2443
- <ui_view
2443
+ <ui-view
2444
2444
  class="view wide content"
2445
2445
  >
2446
2446
  <select
@@ -2543,8 +2543,8 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2543
2543
  17
2544
2544
  </option>
2545
2545
  </select>
2546
- </ui_view>
2547
- <ui_icon
2546
+ </ui-view>
2547
+ <ui-icon
2548
2548
  class="icon headline-3 icon expand"
2549
2549
  >
2550
2550
  <svg
@@ -2565,63 +2565,63 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2565
2565
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
2566
2566
  />
2567
2567
  </svg>
2568
- </ui_icon>
2569
- </ui_view>
2570
- </ui_view>
2571
- </ui_view>
2572
- <ui_text
2568
+ </ui-icon>
2569
+ </ui-view>
2570
+ </ui-input-select>
2571
+ </ui-view>
2572
+ <ui-text
2573
2573
  class="text light small"
2574
2574
  >
2575
2575
  common.label.age_hint
2576
- </ui_text>
2577
- </ui_view>
2578
- </ui_view>
2579
- <ui_view
2576
+ </ui-text>
2577
+ </ui-view>
2578
+ </ui-view>
2579
+ <ui-view
2580
2580
  class="view wide"
2581
2581
  >
2582
- <ui_view
2582
+ <ui-view
2583
2583
  class="view row"
2584
2584
  >
2585
- <ui_text
2585
+ <ui-text
2586
2586
  class="text action"
2587
2587
  >
2588
2588
  finder.label.place
2589
- <ui_text
2589
+ <ui-text
2590
2590
  style="text-decoration: underline;"
2591
2591
  >
2592
2592
  type
2593
- </ui_text>
2593
+ </ui-text>
2594
2594
  count.room
2595
- </ui_text>
2596
- <ui_action
2595
+ </ui-text>
2596
+ <ui-action
2597
2597
  class="pressable action small"
2598
2598
  tabindex="0"
2599
2599
  >
2600
2600
  finder.action.remove
2601
- </ui_action>
2602
- </ui_view>
2603
- <ui_input_number
2601
+ </ui-action>
2602
+ </ui-view>
2603
+ <ui-input-number
2604
2604
  class="view row inputNumber"
2605
2605
  >
2606
- <ui_view
2606
+ <ui-view
2607
2607
  class="view texts"
2608
2608
  >
2609
- <label
2609
+ <ui-label
2610
2610
  class="text paragraph text label"
2611
2611
  >
2612
2612
  common.label.occupation_type_adult
2613
- </label>
2614
- <ui_text
2613
+ </ui-label>
2614
+ <ui-text
2615
2615
  class="text small text hint hint"
2616
2616
  >
2617
2617
  common.label.age_from
2618
- </ui_text>
2619
- </ui_view>
2618
+ </ui-text>
2619
+ </ui-view>
2620
2620
  <button
2621
2621
  class="pressable disabled button small squared disabled"
2622
2622
  disabled=""
2623
2623
  >
2624
- <ui_icon
2624
+ <ui-icon
2625
2625
  class="icon headline-3"
2626
2626
  >
2627
2627
  <svg
@@ -2641,18 +2641,18 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2641
2641
  d="M19 13H5v-2h14v2z"
2642
2642
  />
2643
2643
  </svg>
2644
- </ui_icon>
2644
+ </ui-icon>
2645
2645
  </button>
2646
- <ui_text
2646
+ <ui-text
2647
2647
  class="text paragraph value"
2648
2648
  >
2649
2649
  2
2650
- </ui_text>
2650
+ </ui-text>
2651
2651
  <button
2652
2652
  class="pressable button small squared secondary"
2653
2653
  tabindex="0"
2654
2654
  >
2655
- <ui_icon
2655
+ <ui-icon
2656
2656
  class="icon headline-3"
2657
2657
  >
2658
2658
  <svg
@@ -2672,37 +2672,37 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2672
2672
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
2673
2673
  />
2674
2674
  </svg>
2675
- </ui_icon>
2675
+ </ui-icon>
2676
2676
  </button>
2677
- </ui_input_number>
2678
- <ui_input_number
2677
+ </ui-input-number>
2678
+ <ui-input-number
2679
2679
  class="view row inputNumber"
2680
2680
  >
2681
- <ui_view
2681
+ <ui-view
2682
2682
  class="view texts"
2683
2683
  >
2684
- <label
2684
+ <ui-label
2685
2685
  class="text paragraph text label"
2686
2686
  >
2687
2687
  common.label.occupation_type_child
2688
- </label>
2689
- <ui_text
2688
+ </ui-label>
2689
+ <ui-text
2690
2690
  class="text small text hint hint"
2691
2691
  >
2692
2692
  common.label.age
2693
- <ui_text
2693
+ <ui-text
2694
2694
  style="text-decoration: underline;"
2695
2695
  >
2696
2696
  up
2697
- </ui_text>
2697
+ </ui-text>
2698
2698
  to
2699
- </ui_text>
2700
- </ui_view>
2699
+ </ui-text>
2700
+ </ui-view>
2701
2701
  <button
2702
2702
  class="pressable disabled button small squared disabled"
2703
2703
  disabled=""
2704
2704
  >
2705
- <ui_icon
2705
+ <ui-icon
2706
2706
  class="icon headline-3"
2707
2707
  >
2708
2708
  <svg
@@ -2722,18 +2722,18 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2722
2722
  d="M19 13H5v-2h14v2z"
2723
2723
  />
2724
2724
  </svg>
2725
- </ui_icon>
2725
+ </ui-icon>
2726
2726
  </button>
2727
- <ui_text
2727
+ <ui-text
2728
2728
  class="text paragraph value"
2729
2729
  >
2730
2730
  0
2731
- </ui_text>
2731
+ </ui-text>
2732
2732
  <button
2733
2733
  class="pressable button small squared secondary"
2734
2734
  tabindex="0"
2735
2735
  >
2736
- <ui_icon
2736
+ <ui-icon
2737
2737
  class="icon headline-3"
2738
2738
  >
2739
2739
  <svg
@@ -2753,12 +2753,12 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2753
2753
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
2754
2754
  />
2755
2755
  </svg>
2756
- </ui_icon>
2756
+ </ui-icon>
2757
2757
  </button>
2758
- </ui_input_number>
2759
- </ui_view>
2760
- </ui_scrollview>
2761
- <ui_view
2758
+ </ui-input-number>
2759
+ </ui-view>
2760
+ </ui-scrollview>
2761
+ <ui-view
2762
2762
  class="view row"
2763
2763
  >
2764
2764
  <button
@@ -2767,68 +2767,68 @@ exports[`component:<Occupation> prop:value prop:error 1`] = `
2767
2767
  >
2768
2768
  finder.action.add_place_type.room
2769
2769
  </button>
2770
- </ui_view>
2771
- </ui_view>
2770
+ </ui-view>
2771
+ </ui-view>
2772
2772
  </DocumentFragment>
2773
2773
  `;
2774
2774
 
2775
2775
  exports[`component:<Occupation> removing a room 1`] = `
2776
2776
  <DocumentFragment>
2777
- <ui_view
2777
+ <ui-view
2778
2778
  class="view"
2779
2779
  data-testid="occupation"
2780
2780
  l10n="[object Object]"
2781
2781
  >
2782
- <ui_scrollview
2782
+ <ui-scrollview
2783
2783
  class="scrollview vertical"
2784
2784
  >
2785
- <ui_view
2785
+ <ui-view
2786
2786
  class="view wide"
2787
2787
  >
2788
- <ui_view
2788
+ <ui-view
2789
2789
  class="view row"
2790
2790
  >
2791
- <ui_text
2791
+ <ui-text
2792
2792
  class="text action"
2793
2793
  >
2794
2794
  finder.label.place
2795
- <ui_text
2795
+ <ui-text
2796
2796
  style="text-decoration: underline;"
2797
2797
  >
2798
2798
  type
2799
- </ui_text>
2799
+ </ui-text>
2800
2800
  count.room
2801
- </ui_text>
2802
- <ui_action
2801
+ </ui-text>
2802
+ <ui-action
2803
2803
  class="pressable action small"
2804
2804
  data-testid="occupation-remove-room-0"
2805
2805
  tabindex="0"
2806
2806
  >
2807
2807
  finder.action.remove
2808
- </ui_action>
2809
- </ui_view>
2810
- <ui_input_number
2808
+ </ui-action>
2809
+ </ui-view>
2810
+ <ui-input-number
2811
2811
  class="view row inputNumber"
2812
2812
  >
2813
- <ui_view
2813
+ <ui-view
2814
2814
  class="view texts"
2815
2815
  >
2816
- <label
2816
+ <ui-label
2817
2817
  class="text paragraph text label"
2818
2818
  >
2819
2819
  common.label.occupation_type_adult
2820
- </label>
2821
- <ui_text
2820
+ </ui-label>
2821
+ <ui-text
2822
2822
  class="text small text hint hint"
2823
2823
  >
2824
2824
  common.label.age_from
2825
- </ui_text>
2826
- </ui_view>
2825
+ </ui-text>
2826
+ </ui-view>
2827
2827
  <button
2828
2828
  class="pressable disabled button small squared disabled"
2829
2829
  disabled=""
2830
2830
  >
2831
- <ui_icon
2831
+ <ui-icon
2832
2832
  class="icon headline-3"
2833
2833
  >
2834
2834
  <svg
@@ -2848,18 +2848,18 @@ exports[`component:<Occupation> removing a room 1`] = `
2848
2848
  d="M19 13H5v-2h14v2z"
2849
2849
  />
2850
2850
  </svg>
2851
- </ui_icon>
2851
+ </ui-icon>
2852
2852
  </button>
2853
- <ui_text
2853
+ <ui-text
2854
2854
  class="text paragraph value"
2855
2855
  >
2856
2856
  2
2857
- </ui_text>
2857
+ </ui-text>
2858
2858
  <button
2859
2859
  class="pressable button small squared secondary"
2860
2860
  tabindex="0"
2861
2861
  >
2862
- <ui_icon
2862
+ <ui-icon
2863
2863
  class="icon headline-3"
2864
2864
  >
2865
2865
  <svg
@@ -2879,37 +2879,37 @@ exports[`component:<Occupation> removing a room 1`] = `
2879
2879
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
2880
2880
  />
2881
2881
  </svg>
2882
- </ui_icon>
2882
+ </ui-icon>
2883
2883
  </button>
2884
- </ui_input_number>
2885
- <ui_input_number
2884
+ </ui-input-number>
2885
+ <ui-input-number
2886
2886
  class="view row inputNumber"
2887
2887
  >
2888
- <ui_view
2888
+ <ui-view
2889
2889
  class="view texts"
2890
2890
  >
2891
- <label
2891
+ <ui-label
2892
2892
  class="text paragraph text label"
2893
2893
  >
2894
2894
  common.label.occupation_type_child
2895
- </label>
2896
- <ui_text
2895
+ </ui-label>
2896
+ <ui-text
2897
2897
  class="text small text hint hint"
2898
2898
  >
2899
2899
  common.label.age
2900
- <ui_text
2900
+ <ui-text
2901
2901
  style="text-decoration: underline;"
2902
2902
  >
2903
2903
  up
2904
- </ui_text>
2904
+ </ui-text>
2905
2905
  to
2906
- </ui_text>
2907
- </ui_view>
2906
+ </ui-text>
2907
+ </ui-view>
2908
2908
  <button
2909
2909
  class="pressable button small squared secondary"
2910
2910
  tabindex="0"
2911
2911
  >
2912
- <ui_icon
2912
+ <ui-icon
2913
2913
  class="icon headline-3"
2914
2914
  >
2915
2915
  <svg
@@ -2929,18 +2929,18 @@ exports[`component:<Occupation> removing a room 1`] = `
2929
2929
  d="M19 13H5v-2h14v2z"
2930
2930
  />
2931
2931
  </svg>
2932
- </ui_icon>
2932
+ </ui-icon>
2933
2933
  </button>
2934
- <ui_text
2934
+ <ui-text
2935
2935
  class="text paragraph value"
2936
2936
  >
2937
2937
  2
2938
- </ui_text>
2938
+ </ui-text>
2939
2939
  <button
2940
2940
  class="pressable disabled button small squared disabled"
2941
2941
  disabled=""
2942
2942
  >
2943
- <ui_icon
2943
+ <ui-icon
2944
2944
  class="icon headline-3"
2945
2945
  >
2946
2946
  <svg
@@ -2960,22 +2960,22 @@ exports[`component:<Occupation> removing a room 1`] = `
2960
2960
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
2961
2961
  />
2962
2962
  </svg>
2963
- </ui_icon>
2963
+ </ui-icon>
2964
2964
  </button>
2965
- </ui_input_number>
2966
- <ui_view
2965
+ </ui-input-number>
2966
+ <ui-view
2967
2967
  class="view"
2968
2968
  >
2969
- <ui_view
2969
+ <ui-view
2970
2970
  class="view row"
2971
2971
  >
2972
- <ui_view
2972
+ <ui-input-select
2973
2973
  class="view inputContainer"
2974
2974
  >
2975
- <ui_view
2975
+ <ui-view
2976
2976
  class="view row inputBorder"
2977
2977
  >
2978
- <ui_view
2978
+ <ui-view
2979
2979
  class="view wide content"
2980
2980
  >
2981
2981
  <select
@@ -3078,8 +3078,8 @@ exports[`component:<Occupation> removing a room 1`] = `
3078
3078
  17
3079
3079
  </option>
3080
3080
  </select>
3081
- </ui_view>
3082
- <ui_icon
3081
+ </ui-view>
3082
+ <ui-icon
3083
3083
  class="icon headline-3 icon expand"
3084
3084
  >
3085
3085
  <svg
@@ -3100,16 +3100,16 @@ exports[`component:<Occupation> removing a room 1`] = `
3100
3100
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
3101
3101
  />
3102
3102
  </svg>
3103
- </ui_icon>
3104
- </ui_view>
3105
- </ui_view>
3106
- <ui_view
3103
+ </ui-icon>
3104
+ </ui-view>
3105
+ </ui-input-select>
3106
+ <ui-input-select
3107
3107
  class="view inputContainer"
3108
3108
  >
3109
- <ui_view
3109
+ <ui-view
3110
3110
  class="view row inputBorder"
3111
3111
  >
3112
- <ui_view
3112
+ <ui-view
3113
3113
  class="view wide content"
3114
3114
  >
3115
3115
  <select
@@ -3212,8 +3212,8 @@ exports[`component:<Occupation> removing a room 1`] = `
3212
3212
  17
3213
3213
  </option>
3214
3214
  </select>
3215
- </ui_view>
3216
- <ui_icon
3215
+ </ui-view>
3216
+ <ui-icon
3217
3217
  class="icon headline-3 icon expand"
3218
3218
  >
3219
3219
  <svg
@@ -3234,64 +3234,64 @@ exports[`component:<Occupation> removing a room 1`] = `
3234
3234
  d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
3235
3235
  />
3236
3236
  </svg>
3237
- </ui_icon>
3238
- </ui_view>
3239
- </ui_view>
3240
- </ui_view>
3241
- <ui_text
3237
+ </ui-icon>
3238
+ </ui-view>
3239
+ </ui-input-select>
3240
+ </ui-view>
3241
+ <ui-text
3242
3242
  class="text light small"
3243
3243
  >
3244
3244
  common.label.age_hint
3245
- </ui_text>
3246
- </ui_view>
3247
- </ui_view>
3248
- <ui_view
3245
+ </ui-text>
3246
+ </ui-view>
3247
+ </ui-view>
3248
+ <ui-view
3249
3249
  class="view wide"
3250
3250
  >
3251
- <ui_view
3251
+ <ui-view
3252
3252
  class="view row"
3253
3253
  >
3254
- <ui_text
3254
+ <ui-text
3255
3255
  class="text action"
3256
3256
  >
3257
3257
  finder.label.place
3258
- <ui_text
3258
+ <ui-text
3259
3259
  style="text-decoration: underline;"
3260
3260
  >
3261
3261
  type
3262
- </ui_text>
3262
+ </ui-text>
3263
3263
  count.room
3264
- </ui_text>
3265
- <ui_action
3264
+ </ui-text>
3265
+ <ui-action
3266
3266
  class="pressable action small"
3267
3267
  data-testid="occupation-remove-room-1"
3268
3268
  tabindex="0"
3269
3269
  >
3270
3270
  finder.action.remove
3271
- </ui_action>
3272
- </ui_view>
3273
- <ui_input_number
3271
+ </ui-action>
3272
+ </ui-view>
3273
+ <ui-input-number
3274
3274
  class="view row inputNumber"
3275
3275
  >
3276
- <ui_view
3276
+ <ui-view
3277
3277
  class="view texts"
3278
3278
  >
3279
- <label
3279
+ <ui-label
3280
3280
  class="text paragraph text label"
3281
3281
  >
3282
3282
  common.label.occupation_type_adult
3283
- </label>
3284
- <ui_text
3283
+ </ui-label>
3284
+ <ui-text
3285
3285
  class="text small text hint hint"
3286
3286
  >
3287
3287
  common.label.age_from
3288
- </ui_text>
3289
- </ui_view>
3288
+ </ui-text>
3289
+ </ui-view>
3290
3290
  <button
3291
3291
  class="pressable disabled button small squared disabled"
3292
3292
  disabled=""
3293
3293
  >
3294
- <ui_icon
3294
+ <ui-icon
3295
3295
  class="icon headline-3"
3296
3296
  >
3297
3297
  <svg
@@ -3311,18 +3311,18 @@ exports[`component:<Occupation> removing a room 1`] = `
3311
3311
  d="M19 13H5v-2h14v2z"
3312
3312
  />
3313
3313
  </svg>
3314
- </ui_icon>
3314
+ </ui-icon>
3315
3315
  </button>
3316
- <ui_text
3316
+ <ui-text
3317
3317
  class="text paragraph value"
3318
3318
  >
3319
3319
  2
3320
- </ui_text>
3320
+ </ui-text>
3321
3321
  <button
3322
3322
  class="pressable button small squared secondary"
3323
3323
  tabindex="0"
3324
3324
  >
3325
- <ui_icon
3325
+ <ui-icon
3326
3326
  class="icon headline-3"
3327
3327
  >
3328
3328
  <svg
@@ -3342,37 +3342,37 @@ exports[`component:<Occupation> removing a room 1`] = `
3342
3342
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
3343
3343
  />
3344
3344
  </svg>
3345
- </ui_icon>
3345
+ </ui-icon>
3346
3346
  </button>
3347
- </ui_input_number>
3348
- <ui_input_number
3347
+ </ui-input-number>
3348
+ <ui-input-number
3349
3349
  class="view row inputNumber"
3350
3350
  >
3351
- <ui_view
3351
+ <ui-view
3352
3352
  class="view texts"
3353
3353
  >
3354
- <label
3354
+ <ui-label
3355
3355
  class="text paragraph text label"
3356
3356
  >
3357
3357
  common.label.occupation_type_child
3358
- </label>
3359
- <ui_text
3358
+ </ui-label>
3359
+ <ui-text
3360
3360
  class="text small text hint hint"
3361
3361
  >
3362
3362
  common.label.age
3363
- <ui_text
3363
+ <ui-text
3364
3364
  style="text-decoration: underline;"
3365
3365
  >
3366
3366
  up
3367
- </ui_text>
3367
+ </ui-text>
3368
3368
  to
3369
- </ui_text>
3370
- </ui_view>
3369
+ </ui-text>
3370
+ </ui-view>
3371
3371
  <button
3372
3372
  class="pressable disabled button small squared disabled"
3373
3373
  disabled=""
3374
3374
  >
3375
- <ui_icon
3375
+ <ui-icon
3376
3376
  class="icon headline-3"
3377
3377
  >
3378
3378
  <svg
@@ -3392,18 +3392,18 @@ exports[`component:<Occupation> removing a room 1`] = `
3392
3392
  d="M19 13H5v-2h14v2z"
3393
3393
  />
3394
3394
  </svg>
3395
- </ui_icon>
3395
+ </ui-icon>
3396
3396
  </button>
3397
- <ui_text
3397
+ <ui-text
3398
3398
  class="text paragraph value"
3399
3399
  >
3400
3400
  0
3401
- </ui_text>
3401
+ </ui-text>
3402
3402
  <button
3403
3403
  class="pressable button small squared secondary"
3404
3404
  tabindex="0"
3405
3405
  >
3406
- <ui_icon
3406
+ <ui-icon
3407
3407
  class="icon headline-3"
3408
3408
  >
3409
3409
  <svg
@@ -3423,12 +3423,12 @@ exports[`component:<Occupation> removing a room 1`] = `
3423
3423
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
3424
3424
  />
3425
3425
  </svg>
3426
- </ui_icon>
3426
+ </ui-icon>
3427
3427
  </button>
3428
- </ui_input_number>
3429
- </ui_view>
3430
- </ui_scrollview>
3431
- <ui_view
3428
+ </ui-input-number>
3429
+ </ui-view>
3430
+ </ui-scrollview>
3431
+ <ui-view
3432
3432
  class="view row"
3433
3433
  >
3434
3434
  <button
@@ -3438,60 +3438,60 @@ exports[`component:<Occupation> removing a room 1`] = `
3438
3438
  >
3439
3439
  finder.action.add_place_type.room
3440
3440
  </button>
3441
- </ui_view>
3442
- </ui_view>
3441
+ </ui-view>
3442
+ </ui-view>
3443
3443
  </DocumentFragment>
3444
3444
  `;
3445
3445
 
3446
3446
  exports[`component:<Occupation> renders 1`] = `
3447
3447
  <DocumentFragment>
3448
- <ui_view
3448
+ <ui-view
3449
3449
  class="view"
3450
3450
  l10n="[object Object]"
3451
3451
  >
3452
- <ui_scrollview
3452
+ <ui-scrollview
3453
3453
  class="scrollview vertical"
3454
3454
  >
3455
- <ui_view
3455
+ <ui-view
3456
3456
  class="view wide"
3457
3457
  >
3458
- <ui_view
3458
+ <ui-view
3459
3459
  class="view row"
3460
3460
  >
3461
- <ui_text
3461
+ <ui-text
3462
3462
  class="text action"
3463
3463
  >
3464
3464
  finder.label.place
3465
- <ui_text
3465
+ <ui-text
3466
3466
  style="text-decoration: underline;"
3467
3467
  >
3468
3468
  type
3469
- </ui_text>
3469
+ </ui-text>
3470
3470
  count.room
3471
- </ui_text>
3472
- </ui_view>
3473
- <ui_input_number
3471
+ </ui-text>
3472
+ </ui-view>
3473
+ <ui-input-number
3474
3474
  class="view row inputNumber"
3475
3475
  >
3476
- <ui_view
3476
+ <ui-view
3477
3477
  class="view texts"
3478
3478
  >
3479
- <label
3479
+ <ui-label
3480
3480
  class="text paragraph text label"
3481
3481
  >
3482
3482
  common.label.occupation_type_adult
3483
- </label>
3484
- <ui_text
3483
+ </ui-label>
3484
+ <ui-text
3485
3485
  class="text small text hint hint"
3486
3486
  >
3487
3487
  common.label.age_from
3488
- </ui_text>
3489
- </ui_view>
3488
+ </ui-text>
3489
+ </ui-view>
3490
3490
  <button
3491
3491
  class="pressable button small squared secondary"
3492
3492
  tabindex="0"
3493
3493
  >
3494
- <ui_icon
3494
+ <ui-icon
3495
3495
  class="icon headline-3"
3496
3496
  >
3497
3497
  <svg
@@ -3511,18 +3511,18 @@ exports[`component:<Occupation> renders 1`] = `
3511
3511
  d="M19 13H5v-2h14v2z"
3512
3512
  />
3513
3513
  </svg>
3514
- </ui_icon>
3514
+ </ui-icon>
3515
3515
  </button>
3516
- <ui_text
3516
+ <ui-text
3517
3517
  class="text paragraph value"
3518
3518
  >
3519
3519
  2
3520
- </ui_text>
3520
+ </ui-text>
3521
3521
  <button
3522
3522
  class="pressable button small squared secondary"
3523
3523
  tabindex="0"
3524
3524
  >
3525
- <ui_icon
3525
+ <ui-icon
3526
3526
  class="icon headline-3"
3527
3527
  >
3528
3528
  <svg
@@ -3542,37 +3542,37 @@ exports[`component:<Occupation> renders 1`] = `
3542
3542
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
3543
3543
  />
3544
3544
  </svg>
3545
- </ui_icon>
3545
+ </ui-icon>
3546
3546
  </button>
3547
- </ui_input_number>
3548
- <ui_input_number
3547
+ </ui-input-number>
3548
+ <ui-input-number
3549
3549
  class="view row inputNumber"
3550
3550
  >
3551
- <ui_view
3551
+ <ui-view
3552
3552
  class="view texts"
3553
3553
  >
3554
- <label
3554
+ <ui-label
3555
3555
  class="text paragraph text label"
3556
3556
  >
3557
3557
  common.label.occupation_type_child
3558
- </label>
3559
- <ui_text
3558
+ </ui-label>
3559
+ <ui-text
3560
3560
  class="text small text hint hint"
3561
3561
  >
3562
3562
  common.label.age
3563
- <ui_text
3563
+ <ui-text
3564
3564
  style="text-decoration: underline;"
3565
3565
  >
3566
3566
  up
3567
- </ui_text>
3567
+ </ui-text>
3568
3568
  to
3569
- </ui_text>
3570
- </ui_view>
3569
+ </ui-text>
3570
+ </ui-view>
3571
3571
  <button
3572
3572
  class="pressable disabled button small squared disabled"
3573
3573
  disabled=""
3574
3574
  >
3575
- <ui_icon
3575
+ <ui-icon
3576
3576
  class="icon headline-3"
3577
3577
  >
3578
3578
  <svg
@@ -3592,18 +3592,18 @@ exports[`component:<Occupation> renders 1`] = `
3592
3592
  d="M19 13H5v-2h14v2z"
3593
3593
  />
3594
3594
  </svg>
3595
- </ui_icon>
3595
+ </ui-icon>
3596
3596
  </button>
3597
- <ui_text
3597
+ <ui-text
3598
3598
  class="text paragraph value"
3599
3599
  >
3600
3600
  0
3601
- </ui_text>
3601
+ </ui-text>
3602
3602
  <button
3603
3603
  class="pressable button small squared secondary"
3604
3604
  tabindex="0"
3605
3605
  >
3606
- <ui_icon
3606
+ <ui-icon
3607
3607
  class="icon headline-3"
3608
3608
  >
3609
3609
  <svg
@@ -3623,12 +3623,12 @@ exports[`component:<Occupation> renders 1`] = `
3623
3623
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
3624
3624
  />
3625
3625
  </svg>
3626
- </ui_icon>
3626
+ </ui-icon>
3627
3627
  </button>
3628
- </ui_input_number>
3629
- </ui_view>
3630
- </ui_scrollview>
3631
- <ui_view
3628
+ </ui-input-number>
3629
+ </ui-view>
3630
+ </ui-scrollview>
3631
+ <ui-view
3632
3632
  class="view row"
3633
3633
  >
3634
3634
  <button
@@ -3637,61 +3637,61 @@ exports[`component:<Occupation> renders 1`] = `
3637
3637
  >
3638
3638
  finder.action.add_place_type.room
3639
3639
  </button>
3640
- </ui_view>
3641
- </ui_view>
3640
+ </ui-view>
3641
+ </ui-view>
3642
3642
  </DocumentFragment>
3643
3643
  `;
3644
3644
 
3645
3645
  exports[`component:<Occupation> testID 1`] = `
3646
3646
  <DocumentFragment>
3647
- <ui_view
3647
+ <ui-view
3648
3648
  class="view"
3649
3649
  data-testid="mirai"
3650
3650
  l10n="[object Object]"
3651
3651
  >
3652
- <ui_scrollview
3652
+ <ui-scrollview
3653
3653
  class="scrollview vertical"
3654
3654
  >
3655
- <ui_view
3655
+ <ui-view
3656
3656
  class="view wide"
3657
3657
  >
3658
- <ui_view
3658
+ <ui-view
3659
3659
  class="view row"
3660
3660
  >
3661
- <ui_text
3661
+ <ui-text
3662
3662
  class="text action"
3663
3663
  >
3664
3664
  finder.label.place
3665
- <ui_text
3665
+ <ui-text
3666
3666
  style="text-decoration: underline;"
3667
3667
  >
3668
3668
  type
3669
- </ui_text>
3669
+ </ui-text>
3670
3670
  count.room
3671
- </ui_text>
3672
- </ui_view>
3673
- <ui_input_number
3671
+ </ui-text>
3672
+ </ui-view>
3673
+ <ui-input-number
3674
3674
  class="view row inputNumber"
3675
3675
  >
3676
- <ui_view
3676
+ <ui-view
3677
3677
  class="view texts"
3678
3678
  >
3679
- <label
3679
+ <ui-label
3680
3680
  class="text paragraph text label"
3681
3681
  >
3682
3682
  common.label.occupation_type_adult
3683
- </label>
3684
- <ui_text
3683
+ </ui-label>
3684
+ <ui-text
3685
3685
  class="text small text hint hint"
3686
3686
  >
3687
3687
  common.label.age_from
3688
- </ui_text>
3689
- </ui_view>
3688
+ </ui-text>
3689
+ </ui-view>
3690
3690
  <button
3691
3691
  class="pressable disabled button small squared disabled"
3692
3692
  disabled=""
3693
3693
  >
3694
- <ui_icon
3694
+ <ui-icon
3695
3695
  class="icon headline-3"
3696
3696
  >
3697
3697
  <svg
@@ -3711,18 +3711,18 @@ exports[`component:<Occupation> testID 1`] = `
3711
3711
  d="M19 13H5v-2h14v2z"
3712
3712
  />
3713
3713
  </svg>
3714
- </ui_icon>
3714
+ </ui-icon>
3715
3715
  </button>
3716
- <ui_text
3716
+ <ui-text
3717
3717
  class="text paragraph value"
3718
3718
  >
3719
3719
  2
3720
- </ui_text>
3720
+ </ui-text>
3721
3721
  <button
3722
3722
  class="pressable button small squared secondary"
3723
3723
  tabindex="0"
3724
3724
  >
3725
- <ui_icon
3725
+ <ui-icon
3726
3726
  class="icon headline-3"
3727
3727
  >
3728
3728
  <svg
@@ -3742,37 +3742,37 @@ exports[`component:<Occupation> testID 1`] = `
3742
3742
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
3743
3743
  />
3744
3744
  </svg>
3745
- </ui_icon>
3745
+ </ui-icon>
3746
3746
  </button>
3747
- </ui_input_number>
3748
- <ui_input_number
3747
+ </ui-input-number>
3748
+ <ui-input-number
3749
3749
  class="view row inputNumber"
3750
3750
  >
3751
- <ui_view
3751
+ <ui-view
3752
3752
  class="view texts"
3753
3753
  >
3754
- <label
3754
+ <ui-label
3755
3755
  class="text paragraph text label"
3756
3756
  >
3757
3757
  common.label.occupation_type_child
3758
- </label>
3759
- <ui_text
3758
+ </ui-label>
3759
+ <ui-text
3760
3760
  class="text small text hint hint"
3761
3761
  >
3762
3762
  common.label.age
3763
- <ui_text
3763
+ <ui-text
3764
3764
  style="text-decoration: underline;"
3765
3765
  >
3766
3766
  up
3767
- </ui_text>
3767
+ </ui-text>
3768
3768
  to
3769
- </ui_text>
3770
- </ui_view>
3769
+ </ui-text>
3770
+ </ui-view>
3771
3771
  <button
3772
3772
  class="pressable disabled button small squared disabled"
3773
3773
  disabled=""
3774
3774
  >
3775
- <ui_icon
3775
+ <ui-icon
3776
3776
  class="icon headline-3"
3777
3777
  >
3778
3778
  <svg
@@ -3792,18 +3792,18 @@ exports[`component:<Occupation> testID 1`] = `
3792
3792
  d="M19 13H5v-2h14v2z"
3793
3793
  />
3794
3794
  </svg>
3795
- </ui_icon>
3795
+ </ui-icon>
3796
3796
  </button>
3797
- <ui_text
3797
+ <ui-text
3798
3798
  class="text paragraph value"
3799
3799
  >
3800
3800
  0
3801
- </ui_text>
3801
+ </ui-text>
3802
3802
  <button
3803
3803
  class="pressable button small squared secondary"
3804
3804
  tabindex="0"
3805
3805
  >
3806
- <ui_icon
3806
+ <ui-icon
3807
3807
  class="icon headline-3"
3808
3808
  >
3809
3809
  <svg
@@ -3823,12 +3823,12 @@ exports[`component:<Occupation> testID 1`] = `
3823
3823
  d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
3824
3824
  />
3825
3825
  </svg>
3826
- </ui_icon>
3826
+ </ui-icon>
3827
3827
  </button>
3828
- </ui_input_number>
3829
- </ui_view>
3830
- </ui_scrollview>
3831
- <ui_view
3828
+ </ui-input-number>
3829
+ </ui-view>
3830
+ </ui-scrollview>
3831
+ <ui-view
3832
3832
  class="view row"
3833
3833
  >
3834
3834
  <button
@@ -3838,7 +3838,7 @@ exports[`component:<Occupation> testID 1`] = `
3838
3838
  >
3839
3839
  finder.action.add_place_type.room
3840
3840
  </button>
3841
- </ui_view>
3842
- </ui_view>
3841
+ </ui-view>
3842
+ </ui-view>
3843
3843
  </DocumentFragment>
3844
3844
  `;