@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,7 +2,7 @@
2
2
 
3
3
  exports[`component:<BookingQuery> Using ghost feature renders 1`] = `
4
4
  <DocumentFragment>
5
- <ui_pressable
5
+ <ui-pressable
6
6
  class="pressable"
7
7
  tabindex="0"
8
8
  >
@@ -11,34 +11,34 @@ exports[`component:<BookingQuery> Using ghost feature renders 1`] = `
11
11
  hello
12
12
  </button>
13
13
  </div>
14
- </ui_pressable>
15
- <ui_modal_overflow
14
+ </ui-pressable>
15
+ <ui-modal-overflow
16
16
  class="pressable container overflow"
17
17
  style="height: 768px;"
18
18
  tabindex="0"
19
19
  >
20
- <ui_view
20
+ <ui-modal
21
21
  class="view fit modal calcWidth"
22
22
  >
23
- <ui_view
23
+ <ui-view
24
24
  class="view row header hideBack"
25
25
  >
26
- <ui_text
26
+ <ui-text
27
27
  class="text headline-3 title"
28
28
  >
29
29
  user.label.booking
30
- <ui_text
30
+ <ui-text
31
31
  style="text-decoration: underline;"
32
32
  >
33
33
  query
34
- </ui_text>
34
+ </ui-text>
35
35
  title
36
- </ui_text>
36
+ </ui-text>
37
37
  <button
38
38
  class="pressable button small squared transparent button"
39
39
  tabindex="0"
40
40
  >
41
- <ui_icon
41
+ <ui-icon
42
42
  class="icon headline-3 icon"
43
43
  >
44
44
  <svg
@@ -58,30 +58,30 @@ exports[`component:<BookingQuery> Using ghost feature renders 1`] = `
58
58
  d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
59
59
  />
60
60
  </svg>
61
- </ui_icon>
61
+ </ui-icon>
62
62
  </button>
63
- </ui_view>
63
+ </ui-view>
64
64
  <form>
65
- <ui_text
65
+ <ui-text
66
66
  class="text paragraph"
67
67
  >
68
68
  user.label.form_description
69
- </ui_text>
70
- <ui_input_text
69
+ </ui-text>
70
+ <ui-input-text
71
71
  class="view inputContainer"
72
72
  >
73
- <ui_view
73
+ <ui-view
74
74
  class="view row inputBorder"
75
75
  >
76
- <ui_view
76
+ <ui-view
77
77
  class="view wide content"
78
78
  >
79
- <label
79
+ <ui-label
80
80
  class="text paragraph text label"
81
- for="input.id"
81
+ htmlfor="input.id"
82
82
  >
83
83
  user.label.booking_code
84
- </label>
84
+ </ui-label>
85
85
  <input
86
86
  class="input input withLabel"
87
87
  id="input.id"
@@ -90,24 +90,24 @@ exports[`component:<BookingQuery> Using ghost feature renders 1`] = `
90
90
  type="text"
91
91
  value=""
92
92
  />
93
- </ui_view>
94
- </ui_view>
95
- </ui_input_text>
96
- <ui_input_text
93
+ </ui-view>
94
+ </ui-view>
95
+ </ui-input-text>
96
+ <ui-input-text
97
97
  class="view inputContainer"
98
98
  >
99
- <ui_view
99
+ <ui-view
100
100
  class="view row inputBorder"
101
101
  >
102
- <ui_view
102
+ <ui-view
103
103
  class="view wide content"
104
104
  >
105
- <label
105
+ <ui-label
106
106
  class="text paragraph text label"
107
- for="input.pinCode"
107
+ htmlfor="input.pinCode"
108
108
  >
109
109
  user.label.pincode
110
- </label>
110
+ </ui-label>
111
111
  <input
112
112
  class="input input withLabel"
113
113
  id="input.pinCode"
@@ -116,12 +116,12 @@ exports[`component:<BookingQuery> Using ghost feature renders 1`] = `
116
116
  type="password"
117
117
  value=""
118
118
  />
119
- </ui_view>
120
- <ui_pressable
119
+ </ui-view>
120
+ <ui-pressable
121
121
  class="pressable"
122
122
  tabindex="-1"
123
123
  >
124
- <ui_icon
124
+ <ui-icon
125
125
  class="icon headline-3 icon password"
126
126
  >
127
127
  <svg
@@ -141,53 +141,53 @@ exports[`component:<BookingQuery> Using ghost feature renders 1`] = `
141
141
  d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
142
142
  />
143
143
  </svg>
144
- </ui_icon>
145
- </ui_pressable>
146
- </ui_view>
147
- </ui_input_text>
144
+ </ui-icon>
145
+ </ui-pressable>
146
+ </ui-view>
147
+ </ui-input-text>
148
148
  <button
149
149
  class="pressable disabled button large disabled wide"
150
150
  disabled=""
151
151
  type="submit"
152
152
  >
153
- <ui_view
153
+ <ui-view
154
154
  class="view busyContainer"
155
155
  >
156
- <ui_view
156
+ <ui-view
157
157
  class="view spinner"
158
158
  />
159
- </ui_view>
160
- <ui_view
159
+ </ui-view>
160
+ <ui-view
161
161
  class="view row children"
162
162
  >
163
163
  user.action.booking_query_cta
164
- </ui_view>
164
+ </ui-view>
165
165
  </button>
166
- <ui_text
166
+ <ui-text
167
167
  class="text bold small"
168
168
  >
169
169
  common.label.reservation_code
170
- </ui_text>
171
- <ui_text
170
+ </ui-text>
171
+ <ui-text
172
172
  class="text small"
173
173
  >
174
174
  common.label.reservation
175
- <ui_text
175
+ <ui-text
176
176
  style="text-decoration: underline;"
177
177
  >
178
178
  code
179
- </ui_text>
179
+ </ui-text>
180
180
  description
181
- </ui_text>
181
+ </ui-text>
182
182
  </form>
183
- </ui_view>
184
- </ui_modal_overflow>
183
+ </ui-modal>
184
+ </ui-modal-overflow>
185
185
  </DocumentFragment>
186
186
  `;
187
187
 
188
188
  exports[`component:<BookingQuery> Using ghost feature with a store using ghost feature 1`] = `
189
189
  <DocumentFragment>
190
- <ui_pressable
190
+ <ui-pressable
191
191
  class="pressable"
192
192
  tabindex="0"
193
193
  >
@@ -196,34 +196,34 @@ exports[`component:<BookingQuery> Using ghost feature with a store using ghost f
196
196
  hello
197
197
  </button>
198
198
  </div>
199
- </ui_pressable>
200
- <ui_modal_overflow
199
+ </ui-pressable>
200
+ <ui-modal-overflow
201
201
  class="pressable container overflow"
202
202
  style="height: 768px;"
203
203
  tabindex="0"
204
204
  >
205
- <ui_view
205
+ <ui-modal
206
206
  class="view fit modal calcWidth"
207
207
  >
208
- <ui_view
208
+ <ui-view
209
209
  class="view row header hideBack"
210
210
  >
211
- <ui_text
211
+ <ui-text
212
212
  class="text headline-3 title"
213
213
  >
214
214
  user.label.booking
215
- <ui_text
215
+ <ui-text
216
216
  style="text-decoration: underline;"
217
217
  >
218
218
  query
219
- </ui_text>
219
+ </ui-text>
220
220
  title
221
- </ui_text>
221
+ </ui-text>
222
222
  <button
223
223
  class="pressable button small squared transparent button"
224
224
  tabindex="0"
225
225
  >
226
- <ui_icon
226
+ <ui-icon
227
227
  class="icon headline-3 icon"
228
228
  >
229
229
  <svg
@@ -243,30 +243,30 @@ exports[`component:<BookingQuery> Using ghost feature with a store using ghost f
243
243
  d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
244
244
  />
245
245
  </svg>
246
- </ui_icon>
246
+ </ui-icon>
247
247
  </button>
248
- </ui_view>
248
+ </ui-view>
249
249
  <form>
250
- <ui_text
250
+ <ui-text
251
251
  class="text paragraph"
252
252
  >
253
253
  user.label.form_description
254
- </ui_text>
255
- <ui_input_text
254
+ </ui-text>
255
+ <ui-input-text
256
256
  class="view inputContainer"
257
257
  >
258
- <ui_view
258
+ <ui-view
259
259
  class="view row inputBorder"
260
260
  >
261
- <ui_view
261
+ <ui-view
262
262
  class="view wide content"
263
263
  >
264
- <label
264
+ <ui-label
265
265
  class="text paragraph text label"
266
- for="input.id"
266
+ htmlfor="input.id"
267
267
  >
268
268
  user.label.booking_code
269
- </label>
269
+ </ui-label>
270
270
  <input
271
271
  class="input input withLabel"
272
272
  id="input.id"
@@ -275,24 +275,24 @@ exports[`component:<BookingQuery> Using ghost feature with a store using ghost f
275
275
  type="text"
276
276
  value=""
277
277
  />
278
- </ui_view>
279
- </ui_view>
280
- </ui_input_text>
281
- <ui_input_text
278
+ </ui-view>
279
+ </ui-view>
280
+ </ui-input-text>
281
+ <ui-input-text
282
282
  class="view inputContainer"
283
283
  >
284
- <ui_view
284
+ <ui-view
285
285
  class="view row inputBorder"
286
286
  >
287
- <ui_view
287
+ <ui-view
288
288
  class="view wide content"
289
289
  >
290
- <label
290
+ <ui-label
291
291
  class="text paragraph text label"
292
- for="input.pinCode"
292
+ htmlfor="input.pinCode"
293
293
  >
294
294
  user.label.pincode
295
- </label>
295
+ </ui-label>
296
296
  <input
297
297
  class="input input withLabel"
298
298
  id="input.pinCode"
@@ -301,12 +301,12 @@ exports[`component:<BookingQuery> Using ghost feature with a store using ghost f
301
301
  type="password"
302
302
  value=""
303
303
  />
304
- </ui_view>
305
- <ui_pressable
304
+ </ui-view>
305
+ <ui-pressable
306
306
  class="pressable"
307
307
  tabindex="-1"
308
308
  >
309
- <ui_icon
309
+ <ui-icon
310
310
  class="icon headline-3 icon password"
311
311
  >
312
312
  <svg
@@ -326,89 +326,89 @@ exports[`component:<BookingQuery> Using ghost feature with a store using ghost f
326
326
  d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
327
327
  />
328
328
  </svg>
329
- </ui_icon>
330
- </ui_pressable>
331
- </ui_view>
332
- </ui_input_text>
329
+ </ui-icon>
330
+ </ui-pressable>
331
+ </ui-view>
332
+ </ui-input-text>
333
333
  <button
334
334
  class="pressable disabled button large disabled wide"
335
335
  disabled=""
336
336
  type="submit"
337
337
  >
338
- <ui_view
338
+ <ui-view
339
339
  class="view busyContainer"
340
340
  >
341
- <ui_view
341
+ <ui-view
342
342
  class="view spinner"
343
343
  />
344
- </ui_view>
345
- <ui_view
344
+ </ui-view>
345
+ <ui-view
346
346
  class="view row children"
347
347
  >
348
348
  user.action.booking_query_cta
349
- </ui_view>
349
+ </ui-view>
350
350
  </button>
351
- <ui_text
351
+ <ui-text
352
352
  class="text bold small"
353
353
  >
354
354
  common.label.reservation_code
355
- </ui_text>
356
- <ui_text
355
+ </ui-text>
356
+ <ui-text
357
357
  class="text small"
358
358
  >
359
359
  common.label.reservation
360
- <ui_text
360
+ <ui-text
361
361
  style="text-decoration: underline;"
362
362
  >
363
363
  code
364
- </ui_text>
364
+ </ui-text>
365
365
  description
366
- </ui_text>
366
+ </ui-text>
367
367
  </form>
368
- </ui_view>
369
- </ui_modal_overflow>
368
+ </ui-modal>
369
+ </ui-modal-overflow>
370
370
  </DocumentFragment>
371
371
  `;
372
372
 
373
373
  exports[`component:<BookingQuery> inherit:className 1`] = `
374
374
  <DocumentFragment>
375
- <ui_pressable
375
+ <ui-pressable
376
376
  class="pressable"
377
377
  tabindex="0"
378
378
  >
379
- <ui_text
379
+ <ui-text
380
380
  class="text paragraph"
381
381
  >
382
382
  user.action.booking_query
383
- </ui_text>
384
- </ui_pressable>
385
- <ui_modal_overflow
383
+ </ui-text>
384
+ </ui-pressable>
385
+ <ui-modal-overflow
386
386
  class="pressable container overflow"
387
387
  style="height: 768px;"
388
388
  tabindex="0"
389
389
  >
390
- <ui_view
390
+ <ui-modal
391
391
  class="view fit modal calcWidth"
392
392
  >
393
- <ui_view
393
+ <ui-view
394
394
  class="view row header hideBack"
395
395
  >
396
- <ui_text
396
+ <ui-text
397
397
  class="text headline-3 title"
398
398
  >
399
399
  user.label.booking
400
- <ui_text
400
+ <ui-text
401
401
  style="text-decoration: underline;"
402
402
  >
403
403
  query
404
- </ui_text>
404
+ </ui-text>
405
405
  title
406
- </ui_text>
406
+ </ui-text>
407
407
  <button
408
408
  class="pressable button small squared transparent button"
409
409
  tabindex="0"
410
410
  >
411
- <ui_icon
411
+ <ui-icon
412
412
  class="icon headline-3 icon"
413
413
  >
414
414
  <svg
@@ -428,30 +428,30 @@ exports[`component:<BookingQuery> inherit:className 1`] = `
428
428
  d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
429
429
  />
430
430
  </svg>
431
- </ui_icon>
431
+ </ui-icon>
432
432
  </button>
433
- </ui_view>
433
+ </ui-view>
434
434
  <form>
435
- <ui_text
435
+ <ui-text
436
436
  class="text paragraph"
437
437
  >
438
438
  user.label.form_description
439
- </ui_text>
440
- <ui_input_text
439
+ </ui-text>
440
+ <ui-input-text
441
441
  class="view inputContainer"
442
442
  >
443
- <ui_view
443
+ <ui-view
444
444
  class="view row inputBorder"
445
445
  >
446
- <ui_view
446
+ <ui-view
447
447
  class="view wide content"
448
448
  >
449
- <label
449
+ <ui-label
450
450
  class="text paragraph text label"
451
- for="input.id"
451
+ htmlfor="input.id"
452
452
  >
453
453
  user.label.booking_code
454
- </label>
454
+ </ui-label>
455
455
  <input
456
456
  class="input input withLabel"
457
457
  id="input.id"
@@ -460,24 +460,24 @@ exports[`component:<BookingQuery> inherit:className 1`] = `
460
460
  type="text"
461
461
  value=""
462
462
  />
463
- </ui_view>
464
- </ui_view>
465
- </ui_input_text>
466
- <ui_input_text
463
+ </ui-view>
464
+ </ui-view>
465
+ </ui-input-text>
466
+ <ui-input-text
467
467
  class="view inputContainer"
468
468
  >
469
- <ui_view
469
+ <ui-view
470
470
  class="view row inputBorder"
471
471
  >
472
- <ui_view
472
+ <ui-view
473
473
  class="view wide content"
474
474
  >
475
- <label
475
+ <ui-label
476
476
  class="text paragraph text label"
477
- for="input.pinCode"
477
+ htmlfor="input.pinCode"
478
478
  >
479
479
  user.label.pincode
480
- </label>
480
+ </ui-label>
481
481
  <input
482
482
  class="input input withLabel"
483
483
  id="input.pinCode"
@@ -486,12 +486,12 @@ exports[`component:<BookingQuery> inherit:className 1`] = `
486
486
  type="password"
487
487
  value=""
488
488
  />
489
- </ui_view>
490
- <ui_pressable
489
+ </ui-view>
490
+ <ui-pressable
491
491
  class="pressable"
492
492
  tabindex="-1"
493
493
  >
494
- <ui_icon
494
+ <ui-icon
495
495
  class="icon headline-3 icon password"
496
496
  >
497
497
  <svg
@@ -511,89 +511,89 @@ exports[`component:<BookingQuery> inherit:className 1`] = `
511
511
  d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
512
512
  />
513
513
  </svg>
514
- </ui_icon>
515
- </ui_pressable>
516
- </ui_view>
517
- </ui_input_text>
514
+ </ui-icon>
515
+ </ui-pressable>
516
+ </ui-view>
517
+ </ui-input-text>
518
518
  <button
519
519
  class="pressable disabled button large disabled wide"
520
520
  disabled=""
521
521
  type="submit"
522
522
  >
523
- <ui_view
523
+ <ui-view
524
524
  class="view busyContainer"
525
525
  >
526
- <ui_view
526
+ <ui-view
527
527
  class="view spinner"
528
528
  />
529
- </ui_view>
530
- <ui_view
529
+ </ui-view>
530
+ <ui-view
531
531
  class="view row children"
532
532
  >
533
533
  user.action.booking_query_cta
534
- </ui_view>
534
+ </ui-view>
535
535
  </button>
536
- <ui_text
536
+ <ui-text
537
537
  class="text bold small"
538
538
  >
539
539
  common.label.reservation_code
540
- </ui_text>
541
- <ui_text
540
+ </ui-text>
541
+ <ui-text
542
542
  class="text small"
543
543
  >
544
544
  common.label.reservation
545
- <ui_text
545
+ <ui-text
546
546
  style="text-decoration: underline;"
547
547
  >
548
548
  code
549
- </ui_text>
549
+ </ui-text>
550
550
  description
551
- </ui_text>
551
+ </ui-text>
552
552
  </form>
553
- </ui_view>
554
- </ui_modal_overflow>
553
+ </ui-modal>
554
+ </ui-modal-overflow>
555
555
  </DocumentFragment>
556
556
  `;
557
557
 
558
558
  exports[`component:<BookingQuery> renders 1`] = `
559
559
  <DocumentFragment>
560
- <ui_pressable
560
+ <ui-pressable
561
561
  class="pressable"
562
562
  tabindex="0"
563
563
  >
564
- <ui_text
564
+ <ui-text
565
565
  class="text paragraph"
566
566
  >
567
567
  user.action.booking_query
568
- </ui_text>
569
- </ui_pressable>
570
- <ui_modal_overflow
568
+ </ui-text>
569
+ </ui-pressable>
570
+ <ui-modal-overflow
571
571
  class="pressable container overflow"
572
572
  style="height: 768px;"
573
573
  tabindex="0"
574
574
  >
575
- <ui_view
575
+ <ui-modal
576
576
  class="view fit modal calcWidth"
577
577
  >
578
- <ui_view
578
+ <ui-view
579
579
  class="view row header hideBack"
580
580
  >
581
- <ui_text
581
+ <ui-text
582
582
  class="text headline-3 title"
583
583
  >
584
584
  user.label.booking
585
- <ui_text
585
+ <ui-text
586
586
  style="text-decoration: underline;"
587
587
  >
588
588
  query
589
- </ui_text>
589
+ </ui-text>
590
590
  title
591
- </ui_text>
591
+ </ui-text>
592
592
  <button
593
593
  class="pressable button small squared transparent button"
594
594
  tabindex="0"
595
595
  >
596
- <ui_icon
596
+ <ui-icon
597
597
  class="icon headline-3 icon"
598
598
  >
599
599
  <svg
@@ -613,30 +613,30 @@ exports[`component:<BookingQuery> renders 1`] = `
613
613
  d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
614
614
  />
615
615
  </svg>
616
- </ui_icon>
616
+ </ui-icon>
617
617
  </button>
618
- </ui_view>
618
+ </ui-view>
619
619
  <form>
620
- <ui_text
620
+ <ui-text
621
621
  class="text paragraph"
622
622
  >
623
623
  user.label.form_description
624
- </ui_text>
625
- <ui_input_text
624
+ </ui-text>
625
+ <ui-input-text
626
626
  class="view inputContainer"
627
627
  >
628
- <ui_view
628
+ <ui-view
629
629
  class="view row inputBorder"
630
630
  >
631
- <ui_view
631
+ <ui-view
632
632
  class="view wide content"
633
633
  >
634
- <label
634
+ <ui-label
635
635
  class="text paragraph text label"
636
- for="input.id"
636
+ htmlfor="input.id"
637
637
  >
638
638
  user.label.booking_code
639
- </label>
639
+ </ui-label>
640
640
  <input
641
641
  class="input input withLabel"
642
642
  id="input.id"
@@ -645,24 +645,24 @@ exports[`component:<BookingQuery> renders 1`] = `
645
645
  type="text"
646
646
  value=""
647
647
  />
648
- </ui_view>
649
- </ui_view>
650
- </ui_input_text>
651
- <ui_input_text
648
+ </ui-view>
649
+ </ui-view>
650
+ </ui-input-text>
651
+ <ui-input-text
652
652
  class="view inputContainer"
653
653
  >
654
- <ui_view
654
+ <ui-view
655
655
  class="view row inputBorder"
656
656
  >
657
- <ui_view
657
+ <ui-view
658
658
  class="view wide content"
659
659
  >
660
- <label
660
+ <ui-label
661
661
  class="text paragraph text label"
662
- for="input.pinCode"
662
+ htmlfor="input.pinCode"
663
663
  >
664
664
  user.label.pincode
665
- </label>
665
+ </ui-label>
666
666
  <input
667
667
  class="input input withLabel"
668
668
  id="input.pinCode"
@@ -671,12 +671,12 @@ exports[`component:<BookingQuery> renders 1`] = `
671
671
  type="password"
672
672
  value=""
673
673
  />
674
- </ui_view>
675
- <ui_pressable
674
+ </ui-view>
675
+ <ui-pressable
676
676
  class="pressable"
677
677
  tabindex="-1"
678
678
  >
679
- <ui_icon
679
+ <ui-icon
680
680
  class="icon headline-3 icon password"
681
681
  >
682
682
  <svg
@@ -696,93 +696,93 @@ exports[`component:<BookingQuery> renders 1`] = `
696
696
  d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
697
697
  />
698
698
  </svg>
699
- </ui_icon>
700
- </ui_pressable>
701
- </ui_view>
702
- </ui_input_text>
699
+ </ui-icon>
700
+ </ui-pressable>
701
+ </ui-view>
702
+ </ui-input-text>
703
703
  <button
704
704
  class="pressable disabled button large disabled wide"
705
705
  disabled=""
706
706
  type="submit"
707
707
  >
708
- <ui_view
708
+ <ui-view
709
709
  class="view busyContainer"
710
710
  >
711
- <ui_view
711
+ <ui-view
712
712
  class="view spinner"
713
713
  />
714
- </ui_view>
715
- <ui_view
714
+ </ui-view>
715
+ <ui-view
716
716
  class="view row children"
717
717
  >
718
718
  user.action.booking_query_cta
719
- </ui_view>
719
+ </ui-view>
720
720
  </button>
721
- <ui_text
721
+ <ui-text
722
722
  class="text bold small"
723
723
  >
724
724
  common.label.reservation_code
725
- </ui_text>
726
- <ui_text
725
+ </ui-text>
726
+ <ui-text
727
727
  class="text small"
728
728
  >
729
729
  common.label.reservation
730
- <ui_text
730
+ <ui-text
731
731
  style="text-decoration: underline;"
732
732
  >
733
733
  code
734
- </ui_text>
734
+ </ui-text>
735
735
  description
736
- </ui_text>
736
+ </ui-text>
737
737
  </form>
738
- </ui_view>
739
- </ui_modal_overflow>
738
+ </ui-modal>
739
+ </ui-modal-overflow>
740
740
  </DocumentFragment>
741
741
  `;
742
742
 
743
743
  exports[`component:<BookingQuery> testID 1`] = `
744
744
  <DocumentFragment>
745
- <ui_pressable
745
+ <ui-pressable
746
746
  class="pressable"
747
747
  data-testid="mirai-button-open-modal"
748
748
  tabindex="0"
749
749
  >
750
- <ui_text
750
+ <ui-text
751
751
  class="text paragraph"
752
752
  >
753
753
  user.action.booking_query
754
- </ui_text>
755
- </ui_pressable>
756
- <ui_modal_overflow
754
+ </ui-text>
755
+ </ui-pressable>
756
+ <ui-modal-overflow
757
757
  class="pressable container overflow"
758
758
  data-testid="mirai-modal-overflow"
759
759
  style="height: 768px;"
760
760
  tabindex="0"
761
761
  >
762
- <ui_view
762
+ <ui-modal
763
763
  class="view fit modal calcWidth"
764
764
  data-testid="mirai-modal"
765
765
  >
766
- <ui_view
766
+ <ui-view
767
767
  class="view row header hideBack"
768
768
  >
769
- <ui_text
769
+ <ui-text
770
770
  class="text headline-3 title"
771
771
  >
772
772
  user.label.booking
773
- <ui_text
773
+ <ui-text
774
774
  style="text-decoration: underline;"
775
775
  >
776
776
  query
777
- </ui_text>
777
+ </ui-text>
778
778
  title
779
- </ui_text>
779
+ </ui-text>
780
780
  <button
781
781
  class="pressable button small squared transparent button"
782
782
  data-testid="mirai-modal-button-close"
783
783
  tabindex="0"
784
784
  >
785
- <ui_icon
785
+ <ui-icon
786
786
  class="icon headline-3 icon"
787
787
  >
788
788
  <svg
@@ -802,32 +802,32 @@ exports[`component:<BookingQuery> testID 1`] = `
802
802
  d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
803
803
  />
804
804
  </svg>
805
- </ui_icon>
805
+ </ui-icon>
806
806
  </button>
807
- </ui_view>
807
+ </ui-view>
808
808
  <form
809
809
  data-testid="mirai"
810
810
  >
811
- <ui_text
811
+ <ui-text
812
812
  class="text paragraph"
813
813
  >
814
814
  user.label.form_description
815
- </ui_text>
816
- <ui_input_text
815
+ </ui-text>
816
+ <ui-input-text
817
817
  class="view inputContainer"
818
818
  >
819
- <ui_view
819
+ <ui-view
820
820
  class="view row inputBorder"
821
821
  >
822
- <ui_view
822
+ <ui-view
823
823
  class="view wide content"
824
824
  >
825
- <label
825
+ <ui-label
826
826
  class="text paragraph text label"
827
- for="input.id"
827
+ htmlfor="input.id"
828
828
  >
829
829
  user.label.booking_code
830
- </label>
830
+ </ui-label>
831
831
  <input
832
832
  class="input input withLabel"
833
833
  data-testid="mirai-input-id"
@@ -837,24 +837,24 @@ exports[`component:<BookingQuery> testID 1`] = `
837
837
  type="text"
838
838
  value=""
839
839
  />
840
- </ui_view>
841
- </ui_view>
842
- </ui_input_text>
843
- <ui_input_text
840
+ </ui-view>
841
+ </ui-view>
842
+ </ui-input-text>
843
+ <ui-input-text
844
844
  class="view inputContainer"
845
845
  >
846
- <ui_view
846
+ <ui-view
847
847
  class="view row inputBorder"
848
848
  >
849
- <ui_view
849
+ <ui-view
850
850
  class="view wide content"
851
851
  >
852
- <label
852
+ <ui-label
853
853
  class="text paragraph text label"
854
- for="input.pinCode"
854
+ htmlfor="input.pinCode"
855
855
  >
856
856
  user.label.pincode
857
- </label>
857
+ </ui-label>
858
858
  <input
859
859
  class="input input withLabel"
860
860
  data-testid="mirai-input-pinCode"
@@ -864,12 +864,12 @@ exports[`component:<BookingQuery> testID 1`] = `
864
864
  type="password"
865
865
  value=""
866
866
  />
867
- </ui_view>
868
- <ui_pressable
867
+ </ui-view>
868
+ <ui-pressable
869
869
  class="pressable"
870
870
  tabindex="-1"
871
871
  >
872
- <ui_icon
872
+ <ui-icon
873
873
  class="icon headline-3 icon password"
874
874
  >
875
875
  <svg
@@ -889,90 +889,90 @@ exports[`component:<BookingQuery> testID 1`] = `
889
889
  d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
890
890
  />
891
891
  </svg>
892
- </ui_icon>
893
- </ui_pressable>
894
- </ui_view>
895
- </ui_input_text>
892
+ </ui-icon>
893
+ </ui-pressable>
894
+ </ui-view>
895
+ </ui-input-text>
896
896
  <button
897
897
  class="pressable disabled button large disabled wide"
898
898
  data-testid="mirai-button-cta"
899
899
  disabled=""
900
900
  type="submit"
901
901
  >
902
- <ui_view
902
+ <ui-view
903
903
  class="view busyContainer"
904
904
  >
905
- <ui_view
905
+ <ui-view
906
906
  class="view spinner"
907
907
  />
908
- </ui_view>
909
- <ui_view
908
+ </ui-view>
909
+ <ui-view
910
910
  class="view row children"
911
911
  >
912
912
  user.action.booking_query_cta
913
- </ui_view>
913
+ </ui-view>
914
914
  </button>
915
- <ui_text
915
+ <ui-text
916
916
  class="text bold small"
917
917
  >
918
918
  common.label.reservation_code
919
- </ui_text>
920
- <ui_text
919
+ </ui-text>
920
+ <ui-text
921
921
  class="text small"
922
922
  >
923
923
  common.label.reservation
924
- <ui_text
924
+ <ui-text
925
925
  style="text-decoration: underline;"
926
926
  >
927
927
  code
928
- </ui_text>
928
+ </ui-text>
929
929
  description
930
- </ui_text>
930
+ </ui-text>
931
931
  </form>
932
- </ui_view>
933
- </ui_modal_overflow>
932
+ </ui-modal>
933
+ </ui-modal-overflow>
934
934
  </DocumentFragment>
935
935
  `;
936
936
 
937
937
  exports[`component:<BookingQuery> with a store 1`] = `
938
938
  <DocumentFragment>
939
- <ui_pressable
939
+ <ui-pressable
940
940
  class="pressable"
941
941
  tabindex="0"
942
942
  >
943
- <ui_text
943
+ <ui-text
944
944
  class="text paragraph"
945
945
  >
946
946
  user.action.booking_query
947
- </ui_text>
948
- </ui_pressable>
949
- <ui_modal_overflow
947
+ </ui-text>
948
+ </ui-pressable>
949
+ <ui-modal-overflow
950
950
  class="pressable container overflow"
951
951
  style="height: 768px;"
952
952
  tabindex="0"
953
953
  >
954
- <ui_view
954
+ <ui-modal
955
955
  class="view fit modal calcWidth"
956
956
  >
957
- <ui_view
957
+ <ui-view
958
958
  class="view row header hideBack"
959
959
  >
960
- <ui_text
960
+ <ui-text
961
961
  class="text headline-3 title"
962
962
  >
963
963
  user.label.booking
964
- <ui_text
964
+ <ui-text
965
965
  style="text-decoration: underline;"
966
966
  >
967
967
  query
968
- </ui_text>
968
+ </ui-text>
969
969
  title
970
- </ui_text>
970
+ </ui-text>
971
971
  <button
972
972
  class="pressable button small squared transparent button"
973
973
  tabindex="0"
974
974
  >
975
- <ui_icon
975
+ <ui-icon
976
976
  class="icon headline-3 icon"
977
977
  >
978
978
  <svg
@@ -992,30 +992,30 @@ exports[`component:<BookingQuery> with a store 1`] = `
992
992
  d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
993
993
  />
994
994
  </svg>
995
- </ui_icon>
995
+ </ui-icon>
996
996
  </button>
997
- </ui_view>
997
+ </ui-view>
998
998
  <form>
999
- <ui_text
999
+ <ui-text
1000
1000
  class="text paragraph"
1001
1001
  >
1002
1002
  user.label.form_description
1003
- </ui_text>
1004
- <ui_input_text
1003
+ </ui-text>
1004
+ <ui-input-text
1005
1005
  class="view inputContainer"
1006
1006
  >
1007
- <ui_view
1007
+ <ui-view
1008
1008
  class="view row inputBorder"
1009
1009
  >
1010
- <ui_view
1010
+ <ui-view
1011
1011
  class="view wide content"
1012
1012
  >
1013
- <label
1013
+ <ui-label
1014
1014
  class="text paragraph text label"
1015
- for="input.id"
1015
+ htmlfor="input.id"
1016
1016
  >
1017
1017
  user.label.booking_code
1018
- </label>
1018
+ </ui-label>
1019
1019
  <input
1020
1020
  class="input input withLabel"
1021
1021
  id="input.id"
@@ -1024,24 +1024,24 @@ exports[`component:<BookingQuery> with a store 1`] = `
1024
1024
  type="text"
1025
1025
  value=""
1026
1026
  />
1027
- </ui_view>
1028
- </ui_view>
1029
- </ui_input_text>
1030
- <ui_input_text
1027
+ </ui-view>
1028
+ </ui-view>
1029
+ </ui-input-text>
1030
+ <ui-input-text
1031
1031
  class="view inputContainer"
1032
1032
  >
1033
- <ui_view
1033
+ <ui-view
1034
1034
  class="view row inputBorder"
1035
1035
  >
1036
- <ui_view
1036
+ <ui-view
1037
1037
  class="view wide content"
1038
1038
  >
1039
- <label
1039
+ <ui-label
1040
1040
  class="text paragraph text label"
1041
- for="input.pinCode"
1041
+ htmlfor="input.pinCode"
1042
1042
  >
1043
1043
  user.label.pincode
1044
- </label>
1044
+ </ui-label>
1045
1045
  <input
1046
1046
  class="input input withLabel"
1047
1047
  id="input.pinCode"
@@ -1050,12 +1050,12 @@ exports[`component:<BookingQuery> with a store 1`] = `
1050
1050
  type="password"
1051
1051
  value=""
1052
1052
  />
1053
- </ui_view>
1054
- <ui_pressable
1053
+ </ui-view>
1054
+ <ui-pressable
1055
1055
  class="pressable"
1056
1056
  tabindex="-1"
1057
1057
  >
1058
- <ui_icon
1058
+ <ui-icon
1059
1059
  class="icon headline-3 icon password"
1060
1060
  >
1061
1061
  <svg
@@ -1075,46 +1075,46 @@ exports[`component:<BookingQuery> with a store 1`] = `
1075
1075
  d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14zM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53z"
1076
1076
  />
1077
1077
  </svg>
1078
- </ui_icon>
1079
- </ui_pressable>
1080
- </ui_view>
1081
- </ui_input_text>
1078
+ </ui-icon>
1079
+ </ui-pressable>
1080
+ </ui-view>
1081
+ </ui-input-text>
1082
1082
  <button
1083
1083
  class="pressable disabled button large disabled wide"
1084
1084
  disabled=""
1085
1085
  type="submit"
1086
1086
  >
1087
- <ui_view
1087
+ <ui-view
1088
1088
  class="view busyContainer"
1089
1089
  >
1090
- <ui_view
1090
+ <ui-view
1091
1091
  class="view spinner"
1092
1092
  />
1093
- </ui_view>
1094
- <ui_view
1093
+ </ui-view>
1094
+ <ui-view
1095
1095
  class="view row children"
1096
1096
  >
1097
1097
  user.action.booking_query_cta
1098
- </ui_view>
1098
+ </ui-view>
1099
1099
  </button>
1100
- <ui_text
1100
+ <ui-text
1101
1101
  class="text bold small"
1102
1102
  >
1103
1103
  common.label.reservation_code
1104
- </ui_text>
1105
- <ui_text
1104
+ </ui-text>
1105
+ <ui-text
1106
1106
  class="text small"
1107
1107
  >
1108
1108
  common.label.reservation
1109
- <ui_text
1109
+ <ui-text
1110
1110
  style="text-decoration: underline;"
1111
1111
  >
1112
1112
  code
1113
- </ui_text>
1113
+ </ui-text>
1114
1114
  description
1115
- </ui_text>
1115
+ </ui-text>
1116
1116
  </form>
1117
- </ui_view>
1118
- </ui_modal_overflow>
1117
+ </ui-modal>
1118
+ </ui-modal-overflow>
1119
1119
  </DocumentFragment>
1120
1120
  `;