@mirai/core 0.4.649 → 0.4.651

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 (143) hide show
  1. package/build/components/Banner/__tests__/__snapshots__/Banner.skeleton.test.js.snap +278 -0
  2. package/build/components/Banner/__tests__/__snapshots__/Banner.test.js.snap +9 -0
  3. package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +3862 -0
  4. package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +139 -0
  5. package/build/components/Booking/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +28 -0
  6. package/build/components/Booking/components/Summary/__tests__/__snapshots__/Summary.test.js.snap +1683 -0
  7. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormCancel.test.js.snap +586 -0
  8. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEdit.test.js.snap +46 -0
  9. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEditDate.test.js.snap +1822 -0
  10. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormEditOccupation.test.js.snap +326 -0
  11. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.FormResend.test.js.snap +170 -0
  12. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Information.test.js.snap +110 -0
  13. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +82 -0
  14. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +208 -0
  15. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalAgency.test.js.snap +107 -0
  16. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalCalendar.test.js.snap +463 -0
  17. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalCesSurvey.test.js.snap +255 -0
  18. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.ModalOccupation.test.js.snap +491 -0
  19. package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Payment.test.js.snap +418 -0
  20. package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +92 -0
  21. package/build/components/ButtonFinder/__tests__/__snapshots__/ButtonFinder.test.js.snap +65 -0
  22. package/build/components/Chat/__tests__/__snapshots__/Chat.constants.test.js.snap +101 -0
  23. package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +190 -0
  24. package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +204 -0
  25. package/build/components/Chat/components/Message/components/__tests__/__snapshots__/Environment.test.js.snap +44 -0
  26. package/build/components/Chat/helpers/__tests__/__snapshots__/getVerboseDate.test.js.snap +9 -0
  27. package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +4946 -0
  28. package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +371 -0
  29. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +412 -0
  30. package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +6333 -0
  31. package/build/components/CookieBanner/__tests__/__snapshots__/CookieBanner.test.js.snap +7 -0
  32. package/build/components/Deals/__tests__/__mocks__/deal.json +25 -0
  33. package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +5527 -0
  34. package/build/components/Environment/__tests__/__snapshots__/Environment.State.test.js.snap +120 -0
  35. package/build/components/Environment/__tests__/__snapshots__/Environment.test.js.snap +1088 -0
  36. package/build/components/Finder/__tests__/__snapshots__/Finder.constants.test.js.snap +35 -0
  37. package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +21195 -0
  38. package/build/components/Finder/components/Calendar/__tests__/__mocks__/prices.json +11 -0
  39. package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +8546 -0
  40. package/build/components/Finder/components/Places/__tests__/__mocks__/places.json +44 -0
  41. package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +324 -0
  42. package/build/components/Finder/helpers/__tests__/__mocks__/dataSource.json +1382 -0
  43. package/build/components/Finder/helpers/__tests__/__snapshots__/getForwarderUrl.test.js.snap +7 -0
  44. package/build/components/Header/__tests__/__snapshots__/Header.test.js.snap +1105 -0
  45. package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +19 -0
  46. package/build/components/Rates/__tests__/__snapshots__/Rates.Content.test.js.snap +59 -0
  47. package/build/components/Rates/__tests__/__snapshots__/Rates.Footer.test.js.snap +50 -0
  48. package/build/components/Rates/__tests__/__snapshots__/Rates.Header.test.js.snap +3 -0
  49. package/build/components/Rates/__tests__/__snapshots__/Rates.RoomSelector.test.js.snap +3 -0
  50. package/build/components/Rates/__tests__/__snapshots__/Rates.Unavailability.test.js.snap +53 -0
  51. package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +9962 -0
  52. package/build/components/Rates/components/CardHotel/__tests__/__snapshots__/CardHotel.test.js.snap +116 -0
  53. package/build/components/Rates/components/Filters/__tests__/__snapshots__/FIlters.Button.test.js.snap +32 -0
  54. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.Amenity.test.js.snap +21 -0
  55. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.BookingOption.test.js.snap +32 -0
  56. package/build/components/Rates/components/Filters/__tests__/__snapshots__/Filters.test.js.snap +32 -0
  57. package/build/components/Rates/components/Hotelverse/__tests__/__snapshots__/Hotelverse.test.js.snap +3 -0
  58. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Preview.test.js.snap +93 -0
  59. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Rates.test.js.snap +9 -0
  60. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.Summary.test.js.snap +52 -0
  61. package/build/components/Rates/components/Item/__tests__/__snapshots__/Item.test.js.snap +150 -0
  62. package/build/components/Rates/components/Item/components/Amenities/__tests__/__snapshots__/Amenities.test.js.snap +3 -0
  63. package/build/components/Rates/components/Item/components/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +3 -0
  64. package/build/components/Rates/components/Item/components/Features/__tests__/__snapshots__/Features.test.js.snap +40 -0
  65. package/build/components/Rates/components/Item/components/ModalCancellationInfo/__tests__/__snapshots__/ModalCancellationInfo.test.js.snap +16 -0
  66. package/build/components/Rates/components/Item/components/ModalInfo/__tests__/__snapshots__/ModalInfo.test.js.snap +47 -0
  67. package/build/components/Rates/components/Item/components/ModalOfferInfo/__tests__/__snapshots__/ModalOfferInfo.test.js.snap +47 -0
  68. package/build/components/Rates/components/Item/components/ModalUrl/__tests__/__snapshots__/ModalUrl.test.js.snap +47 -0
  69. package/build/components/Rates/components/Item/components/Option/__tests__/__snapshots__/Option.test.js.snap +17 -0
  70. package/build/components/Rates/components/Item/components/PriceDetails/__tests__/__snapshots__/PriceDetails.test.js.snap +23 -0
  71. package/build/components/Rates/components/Item/components/RateDetails/__tests__/__snapshots__/RateDetails.test.js.snap +3 -0
  72. package/build/components/Rates/components/Item/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +27 -0
  73. package/build/components/Rates/components/Item/components/TooltipDates/__tests__/__snapshots__/TooltipDates.test.js.snap +3 -0
  74. package/build/components/Rates/components/ModalExtras/__tests__/__snapshots__/ModalExtras.test.js.snap +52 -0
  75. package/build/components/Rates/components/ModalMapView/__tests__/__snapshots__/ModalMapView.test.js.snap +16 -0
  76. package/build/components/Rates/components/ModalTwin/__tests__/__snapshots__/ModalTwin.test.js.snap +374 -0
  77. package/build/components/Rates/components/ModalTwin/components/__tests__/__snapshots__/CardExpanded.test.js.snap +133 -0
  78. package/build/components/Rates/components/ModalTwin/components/__tests__/__snapshots__/CardReduced.test.js.snap +50 -0
  79. package/build/components/Rates/components/ModalTwin/components/__tests__/__snapshots__/Slider.test.js.snap +40 -0
  80. package/build/components/Rates/components/OTAPrices/__tests__/__snapshots__/OTAPrices.test.js.snap +3 -0
  81. package/build/components/Rooms/__tests__/__mocks__/room.json +21 -0
  82. package/build/components/Rooms/__tests__/__snapshots__/Rooms.test.js.snap +5527 -0
  83. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +264 -0
  84. package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +1040 -0
  85. package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +208 -0
  86. package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +2355 -0
  87. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +500 -0
  88. package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +745 -0
  89. package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +414 -0
  90. package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +115 -0
  91. package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +210 -0
  92. package/build/components/__shared__/ButtonPayment/components/Form/__tests__/__snapshots__/Form.test.js.snap +65 -0
  93. package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +53 -0
  94. package/build/components/__shared__/ButtonPayment/components/FormGetnet/__tests__/__snapshots__/FormGetnet.test.js.snap +14 -0
  95. package/build/components/__shared__/ButtonPayment/components/FormHotelpay/__tests__/__snapshots__/FormHotelpay.test.js.snap +104 -0
  96. package/build/components/__shared__/ButtonPayment/components/FormNuvei/__tests__/__snapshots__/FormNuvei.test.js.snap +21 -0
  97. package/build/components/__shared__/ButtonPayment/components/FormPaybyrd/__tests__/__snapshots__/FormPaybyrd.test.js.snap +41 -0
  98. package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +18 -0
  99. package/build/components/__shared__/ButtonPayment/components/FormStripe/FormStripe.js +30 -22
  100. package/build/components/__shared__/ButtonPayment/components/FormStripe/FormStripe.js.map +1 -1
  101. package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +190 -0
  102. package/build/components/__shared__/Card/__tests__/__snapshots__/Card.test.js.snap +34 -0
  103. package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +42 -0
  104. package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +366 -0
  105. package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +2242 -0
  106. package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +308 -0
  107. package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +186 -0
  108. package/build/components/__shared__/NotificationRequiredFields/__tests__/__snapshots__/NotificationRequiredFields.test.js.snap +82 -0
  109. package/build/components/__shared__/Occupation/__tests__/__mocks__/occupation.json +17 -0
  110. package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +3754 -0
  111. package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +1105 -0
  112. package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +35 -0
  113. package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +996 -0
  114. package/build/components/__shared__/Payment/components/LinkagePay/__tests__/__snapshots__/LinkagePay.test.js.snap +876 -0
  115. package/build/components/__shared__/Payment/components/Openpay/__tests__/__snapshots__/Openpay.test.js.snap +876 -0
  116. package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +504 -0
  117. package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +119 -0
  118. package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.Line.test.js.snap +49 -0
  119. package/build/components/__shared__/PriceBreakdown/__tests__/__snapshots__/PriceBreakdown.test.js.snap +337 -0
  120. package/build/components/__shared__/RatesExplorer/__tests__/__snapshots__/RatesExplorer.Calendar.test.js.snap +2841 -0
  121. package/build/components/__shared__/RatesExplorer/__tests__/__snapshots__/RatesExplorer.constants.js.snap +14 -0
  122. package/build/components/__shared__/RatesExplorer/__tests__/__snapshots__/RatesExplorer.test.js.snap +11053 -0
  123. package/build/components/__shared__/RatesExplorer/helpers/__tests__/__mocks__/deal.json +28 -0
  124. package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +1352 -0
  125. package/build/components/__shared__/Skeleton/__tests__/__snapshots__/Skeleton.test.js.snap +67 -0
  126. package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +41 -0
  127. package/build/components/helpers/__tests__/__mocks__/hotels.json +87 -0
  128. package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +331 -0
  129. package/build/components/helpers/escapeHtml.js +19 -0
  130. package/build/components/helpers/escapeHtml.js.map +1 -0
  131. package/build/components/helpers/template.js +5 -1
  132. package/build/components/helpers/template.js.map +1 -1
  133. package/build/helpers/fetchSession.js +13 -1
  134. package/build/helpers/fetchSession.js.map +1 -1
  135. package/package.json +4 -1
  136. package/.sentryclirc +0 -3
  137. package/AGENTS.md +0 -296
  138. package/Dockerfile +0 -16
  139. package/bitbucket-pipelines.yml +0 -12
  140. package/config/jest/fileMock.js +0 -1
  141. package/config/jest/setup.env.js +0 -20
  142. package/config/jest/setup.js +0 -3
  143. package/jest.config.js +0 -22
@@ -0,0 +1,4946 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`<Checkout> Test A/B variant A 1`] = `
4
+ <DocumentFragment>
5
+ <ui-header
6
+ class="view wide"
7
+ >
8
+ <ui-view
9
+ class="view row wide"
10
+ >
11
+ <ui-view
12
+ class="view row"
13
+ />
14
+ <ui-view
15
+ class="view row"
16
+ >
17
+ <ui-tooltip
18
+ class="container"
19
+ >
20
+ <ui-view
21
+ class="view row dispatcher"
22
+ >
23
+ <ui-view
24
+ class="view row"
25
+ >
26
+ <ui-icon
27
+ class="icon headline-2"
28
+ >
29
+ <svg
30
+ fill="currentColor"
31
+ height="1em"
32
+ stroke="currentColor"
33
+ stroke-width="0"
34
+ viewBox="0 0 24 24"
35
+ width="1em"
36
+ xmlns="http://www.w3.org/2000/svg"
37
+ >
38
+ <path
39
+ d="M0 0h24v24H0V0z"
40
+ fill="none"
41
+ />
42
+ <path
43
+ d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
44
+ />
45
+ </svg>
46
+ </ui-icon>
47
+ <ui-text
48
+ class="text medium action"
49
+ />
50
+ </ui-view>
51
+ <select
52
+ class="select"
53
+ name="locale"
54
+ >
55
+ <option
56
+ value="en-GB"
57
+ >
58
+ English
59
+ </option>
60
+ <option
61
+ value="es-ES"
62
+ >
63
+ Español
64
+ </option>
65
+ <option
66
+ value="fr-FR"
67
+ >
68
+ Français
69
+ </option>
70
+ <option
71
+ value="de-DE"
72
+ >
73
+ Deutsch
74
+ </option>
75
+ <option
76
+ value="ja-JP"
77
+ >
78
+ 日本語
79
+ </option>
80
+ <option
81
+ value="it-IT"
82
+ >
83
+ Italiano
84
+ </option>
85
+ <option
86
+ value="pt-PT"
87
+ >
88
+ Português
89
+ </option>
90
+ <option
91
+ value="da-DK"
92
+ >
93
+ Dansk
94
+ </option>
95
+ <option
96
+ value="fi-FI"
97
+ >
98
+ Suomi
99
+ </option>
100
+ <option
101
+ value="nb-NO"
102
+ >
103
+ Norsk Bokmål
104
+ </option>
105
+ <option
106
+ value="nl-NL"
107
+ >
108
+ Nederlands
109
+ </option>
110
+ <option
111
+ value="pl-PL"
112
+ >
113
+ Polski
114
+ </option>
115
+ <option
116
+ value="ro-RO"
117
+ >
118
+ Română
119
+ </option>
120
+ <option
121
+ value="ru-RU"
122
+ >
123
+ Русский
124
+ </option>
125
+ <option
126
+ value="sv-SE"
127
+ >
128
+ Svenska
129
+ </option>
130
+ <option
131
+ value="tr-TR"
132
+ >
133
+ Türkçe
134
+ </option>
135
+ <option
136
+ value="zh-CN"
137
+ >
138
+ 中文
139
+ </option>
140
+ <option
141
+ value="cs-CZ"
142
+ >
143
+ Čeština
144
+ </option>
145
+ <option
146
+ value="el-GR"
147
+ >
148
+ Ελληνικά
149
+ </option>
150
+ <option
151
+ value="ar-DZ"
152
+ >
153
+ العربية
154
+ </option>
155
+ <option
156
+ value="hu-HU"
157
+ >
158
+ Magyar
159
+ </option>
160
+ <option
161
+ value="ca-ES"
162
+ >
163
+ Català
164
+ </option>
165
+ <option
166
+ value="eu-ES"
167
+ >
168
+ Euskara
169
+ </option>
170
+ <option
171
+ value="vi-VN"
172
+ >
173
+ Tiếng Việt
174
+ </option>
175
+ </select>
176
+ </ui-view>
177
+ </ui-tooltip>
178
+ </ui-view>
179
+ </ui-view>
180
+ </ui-header>
181
+ <ui-checkout
182
+ class="view"
183
+ >
184
+ <ui-progress
185
+ class="view progress visible"
186
+ >
187
+ <ui-progress-value
188
+ class="view value indeterminate"
189
+ />
190
+ </ui-progress>
191
+ <ui-view
192
+ class="view wide"
193
+ style="align-items: start;"
194
+ >
195
+ <ui-view
196
+ class="view row wide"
197
+ style="align-items: start; align-self: center; gap: var(--mirai-ui-space-M); max-width: var(--mirai-ui-breakpoint-content);"
198
+ >
199
+ <ui-view
200
+ class="view"
201
+ style="flex: 1; gap: var(--mirai-ui-space-M);"
202
+ >
203
+ <ui-view
204
+ class="view"
205
+ style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
206
+ >
207
+ <ui-view
208
+ class="view"
209
+ style="gap: var(--mirai-ui-space-M);"
210
+ >
211
+ <ui-text
212
+ class="text paragraph"
213
+ >
214
+ Lorem Ipsum
215
+ </ui-text>
216
+ <ui-view
217
+ class="view row"
218
+ >
219
+ <ui-view
220
+ class="view wide"
221
+ >
222
+ <ui-text
223
+ class="text paragraph"
224
+ >
225
+ Lorem
226
+ </ui-text>
227
+ <ui-text
228
+ class="text action"
229
+ >
230
+ Lorem Ipsum is
231
+ </ui-text>
232
+ <ui-text
233
+ class="text small"
234
+ >
235
+ Lorem Ipsum
236
+ </ui-text>
237
+ </ui-view>
238
+ <ui-view
239
+ class="view wide"
240
+ >
241
+ <ui-text
242
+ class="text paragraph"
243
+ >
244
+ Lorem
245
+ </ui-text>
246
+ <ui-text
247
+ class="text action"
248
+ >
249
+ Lorem Ipsum is
250
+ </ui-text>
251
+ <ui-text
252
+ class="text small"
253
+ >
254
+ Lorem Ipsum
255
+ </ui-text>
256
+ </ui-view>
257
+ </ui-view>
258
+ <ui-view
259
+ class="view"
260
+ >
261
+ <ui-text
262
+ class="text paragraph"
263
+ >
264
+ Lorem Ipsum
265
+ </ui-text>
266
+ <ui-text
267
+ class="text action"
268
+ >
269
+ Lorem Ipsum is simply
270
+ </ui-text>
271
+ <ui-text
272
+ class="text small"
273
+ >
274
+ Lorem Ipsum
275
+ </ui-text>
276
+ </ui-view>
277
+ <ui-view
278
+ class="view"
279
+ >
280
+ <ui-text
281
+ class="text paragraph"
282
+ >
283
+ Lorem
284
+ </ui-text>
285
+ <ui-text
286
+ class="text action"
287
+ >
288
+ Lorem Ipsum is
289
+ </ui-text>
290
+ <ui-text
291
+ class="text small"
292
+ >
293
+ Lorem Ipsum is simply dummy text of the
294
+ </ui-text>
295
+ </ui-view>
296
+ <ui-text
297
+ class="text paragraph"
298
+ >
299
+ Lorem Ipsum is
300
+ </ui-text>
301
+ </ui-view>
302
+ <ui-view
303
+ class="view"
304
+ style="gap: var(--mirai-ui-space-M);"
305
+ >
306
+ <ui-text
307
+ class="text paragraph"
308
+ >
309
+ Lorem Ipsum
310
+ </ui-text>
311
+ <ui-view
312
+ class="view"
313
+ style="gap: var(--mirai-ui-space-S);"
314
+ >
315
+ <ui-view
316
+ class="view row"
317
+ style="justify-content: space-between;"
318
+ >
319
+ <ui-text
320
+ class="text action"
321
+ >
322
+ Lorem Ipsum
323
+ </ui-text>
324
+ <ui-text
325
+ class="text action"
326
+ >
327
+ Lorem
328
+ </ui-text>
329
+ </ui-view>
330
+ <ui-view
331
+ class="view row"
332
+ style="justify-content: space-between;"
333
+ >
334
+ <ui-text
335
+ class="text action"
336
+ >
337
+ Lorem Ipsum
338
+ </ui-text>
339
+ <ui-text
340
+ class="text action"
341
+ >
342
+ Lorem
343
+ </ui-text>
344
+ </ui-view>
345
+ <ui-view
346
+ class="view row"
347
+ style="justify-content: space-between;"
348
+ >
349
+ <ui-text
350
+ class="text action"
351
+ >
352
+ Lorem Ipsum
353
+ </ui-text>
354
+ <ui-text
355
+ class="text action"
356
+ >
357
+ Lorem
358
+ </ui-text>
359
+ </ui-view>
360
+ <ui-view
361
+ class="view row"
362
+ style="justify-content: space-between;"
363
+ >
364
+ <ui-text
365
+ class="text paragraph"
366
+ >
367
+ Lorem Ipsum
368
+ </ui-text>
369
+ <ui-text
370
+ class="text paragraph"
371
+ >
372
+ Lorem
373
+ </ui-text>
374
+ </ui-view>
375
+ </ui-view>
376
+ <ui-button
377
+ class="pressable button large wide"
378
+ tabindex="0"
379
+ >
380
+ Lorem Ipsum
381
+ </ui-button>
382
+ <ui-view
383
+ class="view"
384
+ style="align-items: center;"
385
+ >
386
+ <ui-text
387
+ class="text small"
388
+ >
389
+ Lorem Ipsum is simply dummy text of
390
+ </ui-text>
391
+ </ui-view>
392
+ </ui-view>
393
+ </ui-view>
394
+ <ui-view
395
+ class="view"
396
+ style="gap: var(--mirai-ui-space-M);"
397
+ >
398
+ <ui-text
399
+ class="text paragraph"
400
+ >
401
+ Lorem Ipsum
402
+ </ui-text>
403
+ <ui-text
404
+ class="text small"
405
+ >
406
+ Lorem Ipsum is simply dummy
407
+ </ui-text>
408
+ <ui-view
409
+ class="view row wide"
410
+ style="gap: var(--mirai-ui-space-M);"
411
+ >
412
+ <ui-view
413
+ class="view wide"
414
+ />
415
+ </ui-view>
416
+ <ui-view
417
+ class="view row wide"
418
+ style="gap: var(--mirai-ui-space-M);"
419
+ >
420
+ <ui-view
421
+ class="view wide"
422
+ />
423
+ </ui-view>
424
+ <ui-view
425
+ class="view row wide"
426
+ style="gap: var(--mirai-ui-space-M);"
427
+ >
428
+ <ui-view
429
+ class="view wide"
430
+ />
431
+ </ui-view>
432
+ <ui-view
433
+ class="view wide"
434
+ />
435
+ <ui-text
436
+ class="text small"
437
+ >
438
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
439
+ </ui-text>
440
+ <ui-view
441
+ class="view row"
442
+ style="gap: var(--mirai-ui-space-M);"
443
+ >
444
+ <ui-view
445
+ class="view"
446
+ />
447
+ <ui-text
448
+ class="text small"
449
+ >
450
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
451
+ </ui-text>
452
+ </ui-view>
453
+ <ui-view
454
+ class="view row"
455
+ style="gap: var(--mirai-ui-space-M);"
456
+ >
457
+ <ui-view
458
+ class="view"
459
+ />
460
+ <ui-text
461
+ class="text small"
462
+ >
463
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
464
+ </ui-text>
465
+ </ui-view>
466
+ </ui-view>
467
+ <ui-view
468
+ class="view"
469
+ style="gap: var(--mirai-ui-space-M);"
470
+ >
471
+ <ui-text
472
+ class="text paragraph"
473
+ >
474
+ Lorem Ipsum
475
+ </ui-text>
476
+ <ui-text
477
+ class="text paragraph"
478
+ >
479
+ Lorem Ipsum
480
+ </ui-text>
481
+ <ui-view
482
+ class="view wide"
483
+ />
484
+ <ui-view
485
+ class="view wide"
486
+ />
487
+ <ui-view
488
+ class="view row wide"
489
+ style="gap: var(--mirai-ui-space-M);"
490
+ >
491
+ <ui-view
492
+ class="view wide"
493
+ />
494
+ <ui-view
495
+ class="view wide"
496
+ />
497
+ </ui-view>
498
+ </ui-view>
499
+ <ui-view
500
+ class="view"
501
+ style="gap: var(--mirai-ui-space-M);"
502
+ >
503
+ <ui-text
504
+ class="text paragraph"
505
+ >
506
+ Lorem Ipsum
507
+ </ui-text>
508
+ <ui-view
509
+ class="view wide"
510
+ />
511
+ </ui-view>
512
+ <ui-view
513
+ class="view"
514
+ style="gap: var(--mirai-ui-space-M);"
515
+ >
516
+ <ui-view
517
+ class="view"
518
+ >
519
+ <ui-text
520
+ class="text small"
521
+ >
522
+ Lorem Ipsum is simply dummy text
523
+ </ui-text>
524
+ <ui-text
525
+ class="text small"
526
+ >
527
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
528
+ </ui-text>
529
+ </ui-view>
530
+ <ui-view
531
+ class="view"
532
+ >
533
+ <ui-text
534
+ class="text small"
535
+ >
536
+ Lorem Ipsum
537
+ </ui-text>
538
+ <ui-text
539
+ class="text small"
540
+ >
541
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
542
+ </ui-text>
543
+ </ui-view>
544
+ <ui-view
545
+ class="view"
546
+ >
547
+ <ui-text
548
+ class="text small"
549
+ >
550
+ Lorem Ipsum
551
+ </ui-text>
552
+ <ui-text
553
+ class="text small"
554
+ >
555
+ Lorem Ipsum is simply dummy text of the
556
+ </ui-text>
557
+ </ui-view>
558
+ <ui-view
559
+ class="view"
560
+ >
561
+ <ui-text
562
+ class="text small"
563
+ >
564
+ Lorem Ipsum
565
+ </ui-text>
566
+ <ui-text
567
+ class="text small"
568
+ >
569
+ Lorem Ipsum is simply dummy text
570
+ </ui-text>
571
+ </ui-view>
572
+ </ui-view>
573
+ </ui-view>
574
+ </ui-view>
575
+ </ui-view>
576
+ </ui-checkout>
577
+ <ui-view
578
+ class="view row"
579
+ >
580
+ <ui-view
581
+ class="view row"
582
+ >
583
+ <ui-view
584
+ class="view row"
585
+ >
586
+ <ui-text
587
+ class="text light small"
588
+ >
589
+ © 2024 .
590
+ </ui-text>
591
+ <ui-text
592
+ class="text light small"
593
+ >
594
+ common.label.all_rights_reserved
595
+ </ui-text>
596
+ <ui-a
597
+ class="pressable action small underline"
598
+ href="https://reservation.mirai.com/MRE/MAgreement.do?idtokenprovider=100379008"
599
+ tabindex="0"
600
+ >
601
+ core.action.privacy_policy
602
+ </ui-a>
603
+ </ui-view>
604
+ <ui-a
605
+ class="pressable action small"
606
+ href="https://www.mirai.com/"
607
+ tabindex="0"
608
+ >
609
+ Powered by
610
+ <ui-text
611
+ class="text bold light paragraph"
612
+ >
613
+ mirai
614
+ </ui-text>
615
+ </ui-a>
616
+ </ui-view>
617
+ </ui-view>
618
+ </DocumentFragment>
619
+ `;
620
+
621
+ exports[`<Checkout> Test A/B variant B 1`] = `
622
+ <DocumentFragment>
623
+ <ui-header
624
+ class="view wide"
625
+ >
626
+ <ui-view
627
+ class="view row wide"
628
+ >
629
+ <ui-view
630
+ class="view row"
631
+ />
632
+ <ui-view
633
+ class="view row"
634
+ >
635
+ <ui-tooltip
636
+ class="container"
637
+ >
638
+ <ui-view
639
+ class="view row dispatcher"
640
+ >
641
+ <ui-view
642
+ class="view row"
643
+ >
644
+ <ui-icon
645
+ class="icon headline-2"
646
+ >
647
+ <svg
648
+ fill="currentColor"
649
+ height="1em"
650
+ stroke="currentColor"
651
+ stroke-width="0"
652
+ viewBox="0 0 24 24"
653
+ width="1em"
654
+ xmlns="http://www.w3.org/2000/svg"
655
+ >
656
+ <path
657
+ d="M0 0h24v24H0V0z"
658
+ fill="none"
659
+ />
660
+ <path
661
+ d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
662
+ />
663
+ </svg>
664
+ </ui-icon>
665
+ <ui-text
666
+ class="text medium action"
667
+ />
668
+ </ui-view>
669
+ <select
670
+ class="select"
671
+ name="locale"
672
+ >
673
+ <option
674
+ value="en-GB"
675
+ >
676
+ English
677
+ </option>
678
+ <option
679
+ value="es-ES"
680
+ >
681
+ Español
682
+ </option>
683
+ <option
684
+ value="fr-FR"
685
+ >
686
+ Français
687
+ </option>
688
+ <option
689
+ value="de-DE"
690
+ >
691
+ Deutsch
692
+ </option>
693
+ <option
694
+ value="ja-JP"
695
+ >
696
+ 日本語
697
+ </option>
698
+ <option
699
+ value="it-IT"
700
+ >
701
+ Italiano
702
+ </option>
703
+ <option
704
+ value="pt-PT"
705
+ >
706
+ Português
707
+ </option>
708
+ <option
709
+ value="da-DK"
710
+ >
711
+ Dansk
712
+ </option>
713
+ <option
714
+ value="fi-FI"
715
+ >
716
+ Suomi
717
+ </option>
718
+ <option
719
+ value="nb-NO"
720
+ >
721
+ Norsk Bokmål
722
+ </option>
723
+ <option
724
+ value="nl-NL"
725
+ >
726
+ Nederlands
727
+ </option>
728
+ <option
729
+ value="pl-PL"
730
+ >
731
+ Polski
732
+ </option>
733
+ <option
734
+ value="ro-RO"
735
+ >
736
+ Română
737
+ </option>
738
+ <option
739
+ value="ru-RU"
740
+ >
741
+ Русский
742
+ </option>
743
+ <option
744
+ value="sv-SE"
745
+ >
746
+ Svenska
747
+ </option>
748
+ <option
749
+ value="tr-TR"
750
+ >
751
+ Türkçe
752
+ </option>
753
+ <option
754
+ value="zh-CN"
755
+ >
756
+ 中文
757
+ </option>
758
+ <option
759
+ value="cs-CZ"
760
+ >
761
+ Čeština
762
+ </option>
763
+ <option
764
+ value="el-GR"
765
+ >
766
+ Ελληνικά
767
+ </option>
768
+ <option
769
+ value="ar-DZ"
770
+ >
771
+ العربية
772
+ </option>
773
+ <option
774
+ value="hu-HU"
775
+ >
776
+ Magyar
777
+ </option>
778
+ <option
779
+ value="ca-ES"
780
+ >
781
+ Català
782
+ </option>
783
+ <option
784
+ value="eu-ES"
785
+ >
786
+ Euskara
787
+ </option>
788
+ <option
789
+ value="vi-VN"
790
+ >
791
+ Tiếng Việt
792
+ </option>
793
+ </select>
794
+ </ui-view>
795
+ </ui-tooltip>
796
+ </ui-view>
797
+ </ui-view>
798
+ </ui-header>
799
+ <ui-checkout
800
+ class="view"
801
+ >
802
+ <ui-progress
803
+ class="view progress visible"
804
+ >
805
+ <ui-progress-value
806
+ class="view value indeterminate"
807
+ />
808
+ </ui-progress>
809
+ <ui-view
810
+ class="view wide"
811
+ style="align-items: start;"
812
+ >
813
+ <ui-view
814
+ class="view row wide"
815
+ style="align-items: start; align-self: center; gap: var(--mirai-ui-space-M); max-width: var(--mirai-ui-breakpoint-content);"
816
+ >
817
+ <ui-view
818
+ class="view"
819
+ style="flex: 1; gap: var(--mirai-ui-space-M);"
820
+ >
821
+ <ui-view
822
+ class="view"
823
+ style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
824
+ >
825
+ <ui-view
826
+ class="view"
827
+ style="gap: var(--mirai-ui-space-M);"
828
+ >
829
+ <ui-text
830
+ class="text paragraph"
831
+ >
832
+ Lorem Ipsum
833
+ </ui-text>
834
+ <ui-view
835
+ class="view row"
836
+ >
837
+ <ui-view
838
+ class="view wide"
839
+ >
840
+ <ui-text
841
+ class="text paragraph"
842
+ >
843
+ Lorem
844
+ </ui-text>
845
+ <ui-text
846
+ class="text action"
847
+ >
848
+ Lorem Ipsum is
849
+ </ui-text>
850
+ <ui-text
851
+ class="text small"
852
+ >
853
+ Lorem Ipsum
854
+ </ui-text>
855
+ </ui-view>
856
+ <ui-view
857
+ class="view wide"
858
+ >
859
+ <ui-text
860
+ class="text paragraph"
861
+ >
862
+ Lorem
863
+ </ui-text>
864
+ <ui-text
865
+ class="text action"
866
+ >
867
+ Lorem Ipsum is
868
+ </ui-text>
869
+ <ui-text
870
+ class="text small"
871
+ >
872
+ Lorem Ipsum
873
+ </ui-text>
874
+ </ui-view>
875
+ </ui-view>
876
+ <ui-view
877
+ class="view"
878
+ >
879
+ <ui-text
880
+ class="text paragraph"
881
+ >
882
+ Lorem Ipsum
883
+ </ui-text>
884
+ <ui-text
885
+ class="text action"
886
+ >
887
+ Lorem Ipsum is simply
888
+ </ui-text>
889
+ <ui-text
890
+ class="text small"
891
+ >
892
+ Lorem Ipsum
893
+ </ui-text>
894
+ </ui-view>
895
+ <ui-view
896
+ class="view"
897
+ >
898
+ <ui-text
899
+ class="text paragraph"
900
+ >
901
+ Lorem
902
+ </ui-text>
903
+ <ui-text
904
+ class="text action"
905
+ >
906
+ Lorem Ipsum is
907
+ </ui-text>
908
+ <ui-text
909
+ class="text small"
910
+ >
911
+ Lorem Ipsum is simply dummy text of the
912
+ </ui-text>
913
+ </ui-view>
914
+ <ui-text
915
+ class="text paragraph"
916
+ >
917
+ Lorem Ipsum is
918
+ </ui-text>
919
+ </ui-view>
920
+ <ui-view
921
+ class="view"
922
+ style="gap: var(--mirai-ui-space-M);"
923
+ >
924
+ <ui-text
925
+ class="text paragraph"
926
+ >
927
+ Lorem Ipsum
928
+ </ui-text>
929
+ <ui-view
930
+ class="view"
931
+ style="gap: var(--mirai-ui-space-S);"
932
+ >
933
+ <ui-view
934
+ class="view row"
935
+ style="justify-content: space-between;"
936
+ >
937
+ <ui-text
938
+ class="text action"
939
+ >
940
+ Lorem Ipsum
941
+ </ui-text>
942
+ <ui-text
943
+ class="text action"
944
+ >
945
+ Lorem
946
+ </ui-text>
947
+ </ui-view>
948
+ <ui-view
949
+ class="view row"
950
+ style="justify-content: space-between;"
951
+ >
952
+ <ui-text
953
+ class="text action"
954
+ >
955
+ Lorem Ipsum
956
+ </ui-text>
957
+ <ui-text
958
+ class="text action"
959
+ >
960
+ Lorem
961
+ </ui-text>
962
+ </ui-view>
963
+ <ui-view
964
+ class="view row"
965
+ style="justify-content: space-between;"
966
+ >
967
+ <ui-text
968
+ class="text action"
969
+ >
970
+ Lorem Ipsum
971
+ </ui-text>
972
+ <ui-text
973
+ class="text action"
974
+ >
975
+ Lorem
976
+ </ui-text>
977
+ </ui-view>
978
+ <ui-view
979
+ class="view row"
980
+ style="justify-content: space-between;"
981
+ >
982
+ <ui-text
983
+ class="text paragraph"
984
+ >
985
+ Lorem Ipsum
986
+ </ui-text>
987
+ <ui-text
988
+ class="text paragraph"
989
+ >
990
+ Lorem
991
+ </ui-text>
992
+ </ui-view>
993
+ </ui-view>
994
+ <ui-button
995
+ class="pressable button large wide"
996
+ tabindex="0"
997
+ >
998
+ Lorem Ipsum
999
+ </ui-button>
1000
+ <ui-view
1001
+ class="view"
1002
+ style="align-items: center;"
1003
+ >
1004
+ <ui-text
1005
+ class="text small"
1006
+ >
1007
+ Lorem Ipsum is simply dummy text of
1008
+ </ui-text>
1009
+ </ui-view>
1010
+ </ui-view>
1011
+ </ui-view>
1012
+ <ui-view
1013
+ class="view"
1014
+ style="gap: var(--mirai-ui-space-M);"
1015
+ >
1016
+ <ui-text
1017
+ class="text paragraph"
1018
+ >
1019
+ Lorem Ipsum
1020
+ </ui-text>
1021
+ <ui-text
1022
+ class="text small"
1023
+ >
1024
+ Lorem Ipsum is simply dummy
1025
+ </ui-text>
1026
+ <ui-view
1027
+ class="view row wide"
1028
+ style="gap: var(--mirai-ui-space-M);"
1029
+ >
1030
+ <ui-view
1031
+ class="view wide"
1032
+ />
1033
+ </ui-view>
1034
+ <ui-view
1035
+ class="view row wide"
1036
+ style="gap: var(--mirai-ui-space-M);"
1037
+ >
1038
+ <ui-view
1039
+ class="view wide"
1040
+ />
1041
+ </ui-view>
1042
+ <ui-view
1043
+ class="view row wide"
1044
+ style="gap: var(--mirai-ui-space-M);"
1045
+ >
1046
+ <ui-view
1047
+ class="view wide"
1048
+ />
1049
+ </ui-view>
1050
+ <ui-view
1051
+ class="view wide"
1052
+ />
1053
+ <ui-text
1054
+ class="text small"
1055
+ >
1056
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
1057
+ </ui-text>
1058
+ <ui-view
1059
+ class="view row"
1060
+ style="gap: var(--mirai-ui-space-M);"
1061
+ >
1062
+ <ui-view
1063
+ class="view"
1064
+ />
1065
+ <ui-text
1066
+ class="text small"
1067
+ >
1068
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
1069
+ </ui-text>
1070
+ </ui-view>
1071
+ <ui-view
1072
+ class="view row"
1073
+ style="gap: var(--mirai-ui-space-M);"
1074
+ >
1075
+ <ui-view
1076
+ class="view"
1077
+ />
1078
+ <ui-text
1079
+ class="text small"
1080
+ >
1081
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
1082
+ </ui-text>
1083
+ </ui-view>
1084
+ </ui-view>
1085
+ <ui-view
1086
+ class="view"
1087
+ style="gap: var(--mirai-ui-space-M);"
1088
+ >
1089
+ <ui-text
1090
+ class="text paragraph"
1091
+ >
1092
+ Lorem Ipsum
1093
+ </ui-text>
1094
+ <ui-text
1095
+ class="text paragraph"
1096
+ >
1097
+ Lorem Ipsum
1098
+ </ui-text>
1099
+ <ui-view
1100
+ class="view wide"
1101
+ />
1102
+ <ui-view
1103
+ class="view wide"
1104
+ />
1105
+ <ui-view
1106
+ class="view row wide"
1107
+ style="gap: var(--mirai-ui-space-M);"
1108
+ >
1109
+ <ui-view
1110
+ class="view wide"
1111
+ />
1112
+ <ui-view
1113
+ class="view wide"
1114
+ />
1115
+ </ui-view>
1116
+ </ui-view>
1117
+ <ui-view
1118
+ class="view"
1119
+ style="gap: var(--mirai-ui-space-M);"
1120
+ >
1121
+ <ui-text
1122
+ class="text paragraph"
1123
+ >
1124
+ Lorem Ipsum
1125
+ </ui-text>
1126
+ <ui-view
1127
+ class="view wide"
1128
+ />
1129
+ </ui-view>
1130
+ <ui-view
1131
+ class="view"
1132
+ style="gap: var(--mirai-ui-space-M);"
1133
+ >
1134
+ <ui-view
1135
+ class="view"
1136
+ >
1137
+ <ui-text
1138
+ class="text small"
1139
+ >
1140
+ Lorem Ipsum is simply dummy text
1141
+ </ui-text>
1142
+ <ui-text
1143
+ class="text small"
1144
+ >
1145
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1146
+ </ui-text>
1147
+ </ui-view>
1148
+ <ui-view
1149
+ class="view"
1150
+ >
1151
+ <ui-text
1152
+ class="text small"
1153
+ >
1154
+ Lorem Ipsum
1155
+ </ui-text>
1156
+ <ui-text
1157
+ class="text small"
1158
+ >
1159
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
1160
+ </ui-text>
1161
+ </ui-view>
1162
+ <ui-view
1163
+ class="view"
1164
+ >
1165
+ <ui-text
1166
+ class="text small"
1167
+ >
1168
+ Lorem Ipsum
1169
+ </ui-text>
1170
+ <ui-text
1171
+ class="text small"
1172
+ >
1173
+ Lorem Ipsum is simply dummy text of the
1174
+ </ui-text>
1175
+ </ui-view>
1176
+ <ui-view
1177
+ class="view"
1178
+ >
1179
+ <ui-text
1180
+ class="text small"
1181
+ >
1182
+ Lorem Ipsum
1183
+ </ui-text>
1184
+ <ui-text
1185
+ class="text small"
1186
+ >
1187
+ Lorem Ipsum is simply dummy text
1188
+ </ui-text>
1189
+ </ui-view>
1190
+ </ui-view>
1191
+ </ui-view>
1192
+ </ui-view>
1193
+ </ui-view>
1194
+ </ui-checkout>
1195
+ <ui-view
1196
+ class="view row"
1197
+ >
1198
+ <ui-view
1199
+ class="view row"
1200
+ >
1201
+ <ui-view
1202
+ class="view row"
1203
+ >
1204
+ <ui-text
1205
+ class="text light small"
1206
+ >
1207
+ © 2024 .
1208
+ </ui-text>
1209
+ <ui-text
1210
+ class="text light small"
1211
+ >
1212
+ common.label.all_rights_reserved
1213
+ </ui-text>
1214
+ <ui-a
1215
+ class="pressable action small underline"
1216
+ href="https://reservation.mirai.com/MRE/MAgreement.do?idtokenprovider=100379008"
1217
+ tabindex="0"
1218
+ >
1219
+ core.action.privacy_policy
1220
+ </ui-a>
1221
+ </ui-view>
1222
+ <ui-a
1223
+ class="pressable action small"
1224
+ href="https://www.mirai.com/"
1225
+ tabindex="0"
1226
+ >
1227
+ Powered by
1228
+ <ui-text
1229
+ class="text bold light paragraph"
1230
+ >
1231
+ mirai
1232
+ </ui-text>
1233
+ </ui-a>
1234
+ </ui-view>
1235
+ </ui-view>
1236
+ </DocumentFragment>
1237
+ `;
1238
+
1239
+ exports[`<Checkout> inherit:className 1`] = `
1240
+ <DocumentFragment>
1241
+ <ui-header
1242
+ class="view wide"
1243
+ >
1244
+ <ui-view
1245
+ class="view row wide"
1246
+ >
1247
+ <ui-view
1248
+ class="view row"
1249
+ />
1250
+ <ui-view
1251
+ class="view row"
1252
+ >
1253
+ <ui-tooltip
1254
+ class="container"
1255
+ >
1256
+ <ui-view
1257
+ class="view row dispatcher"
1258
+ >
1259
+ <ui-view
1260
+ class="view row"
1261
+ >
1262
+ <ui-icon
1263
+ class="icon headline-2"
1264
+ >
1265
+ <svg
1266
+ fill="currentColor"
1267
+ height="1em"
1268
+ stroke="currentColor"
1269
+ stroke-width="0"
1270
+ viewBox="0 0 24 24"
1271
+ width="1em"
1272
+ xmlns="http://www.w3.org/2000/svg"
1273
+ >
1274
+ <path
1275
+ d="M0 0h24v24H0V0z"
1276
+ fill="none"
1277
+ />
1278
+ <path
1279
+ d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
1280
+ />
1281
+ </svg>
1282
+ </ui-icon>
1283
+ <ui-text
1284
+ class="text medium action"
1285
+ />
1286
+ </ui-view>
1287
+ <select
1288
+ class="select"
1289
+ name="locale"
1290
+ >
1291
+ <option
1292
+ value="en-GB"
1293
+ >
1294
+ English
1295
+ </option>
1296
+ <option
1297
+ value="es-ES"
1298
+ >
1299
+ Español
1300
+ </option>
1301
+ <option
1302
+ value="fr-FR"
1303
+ >
1304
+ Français
1305
+ </option>
1306
+ <option
1307
+ value="de-DE"
1308
+ >
1309
+ Deutsch
1310
+ </option>
1311
+ <option
1312
+ value="ja-JP"
1313
+ >
1314
+ 日本語
1315
+ </option>
1316
+ <option
1317
+ value="it-IT"
1318
+ >
1319
+ Italiano
1320
+ </option>
1321
+ <option
1322
+ value="pt-PT"
1323
+ >
1324
+ Português
1325
+ </option>
1326
+ <option
1327
+ value="da-DK"
1328
+ >
1329
+ Dansk
1330
+ </option>
1331
+ <option
1332
+ value="fi-FI"
1333
+ >
1334
+ Suomi
1335
+ </option>
1336
+ <option
1337
+ value="nb-NO"
1338
+ >
1339
+ Norsk Bokmål
1340
+ </option>
1341
+ <option
1342
+ value="nl-NL"
1343
+ >
1344
+ Nederlands
1345
+ </option>
1346
+ <option
1347
+ value="pl-PL"
1348
+ >
1349
+ Polski
1350
+ </option>
1351
+ <option
1352
+ value="ro-RO"
1353
+ >
1354
+ Română
1355
+ </option>
1356
+ <option
1357
+ value="ru-RU"
1358
+ >
1359
+ Русский
1360
+ </option>
1361
+ <option
1362
+ value="sv-SE"
1363
+ >
1364
+ Svenska
1365
+ </option>
1366
+ <option
1367
+ value="tr-TR"
1368
+ >
1369
+ Türkçe
1370
+ </option>
1371
+ <option
1372
+ value="zh-CN"
1373
+ >
1374
+ 中文
1375
+ </option>
1376
+ <option
1377
+ value="cs-CZ"
1378
+ >
1379
+ Čeština
1380
+ </option>
1381
+ <option
1382
+ value="el-GR"
1383
+ >
1384
+ Ελληνικά
1385
+ </option>
1386
+ <option
1387
+ value="ar-DZ"
1388
+ >
1389
+ العربية
1390
+ </option>
1391
+ <option
1392
+ value="hu-HU"
1393
+ >
1394
+ Magyar
1395
+ </option>
1396
+ <option
1397
+ value="ca-ES"
1398
+ >
1399
+ Català
1400
+ </option>
1401
+ <option
1402
+ value="eu-ES"
1403
+ >
1404
+ Euskara
1405
+ </option>
1406
+ <option
1407
+ value="vi-VN"
1408
+ >
1409
+ Tiếng Việt
1410
+ </option>
1411
+ </select>
1412
+ </ui-view>
1413
+ </ui-tooltip>
1414
+ </ui-view>
1415
+ </ui-view>
1416
+ </ui-header>
1417
+ <ui-checkout
1418
+ class="view mirai"
1419
+ >
1420
+ <ui-progress
1421
+ class="view progress visible"
1422
+ >
1423
+ <ui-progress-value
1424
+ class="view value indeterminate"
1425
+ />
1426
+ </ui-progress>
1427
+ <ui-view
1428
+ class="view wide"
1429
+ style="align-items: start;"
1430
+ >
1431
+ <ui-view
1432
+ class="view row wide"
1433
+ style="align-items: start; align-self: center; gap: var(--mirai-ui-space-M); max-width: var(--mirai-ui-breakpoint-content);"
1434
+ >
1435
+ <ui-view
1436
+ class="view"
1437
+ style="flex: 1; gap: var(--mirai-ui-space-M);"
1438
+ >
1439
+ <ui-view
1440
+ class="view"
1441
+ style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
1442
+ >
1443
+ <ui-view
1444
+ class="view"
1445
+ style="gap: var(--mirai-ui-space-M);"
1446
+ >
1447
+ <ui-text
1448
+ class="text paragraph"
1449
+ >
1450
+ Lorem Ipsum
1451
+ </ui-text>
1452
+ <ui-view
1453
+ class="view row"
1454
+ >
1455
+ <ui-view
1456
+ class="view wide"
1457
+ >
1458
+ <ui-text
1459
+ class="text paragraph"
1460
+ >
1461
+ Lorem
1462
+ </ui-text>
1463
+ <ui-text
1464
+ class="text action"
1465
+ >
1466
+ Lorem Ipsum is
1467
+ </ui-text>
1468
+ <ui-text
1469
+ class="text small"
1470
+ >
1471
+ Lorem Ipsum
1472
+ </ui-text>
1473
+ </ui-view>
1474
+ <ui-view
1475
+ class="view wide"
1476
+ >
1477
+ <ui-text
1478
+ class="text paragraph"
1479
+ >
1480
+ Lorem
1481
+ </ui-text>
1482
+ <ui-text
1483
+ class="text action"
1484
+ >
1485
+ Lorem Ipsum is
1486
+ </ui-text>
1487
+ <ui-text
1488
+ class="text small"
1489
+ >
1490
+ Lorem Ipsum
1491
+ </ui-text>
1492
+ </ui-view>
1493
+ </ui-view>
1494
+ <ui-view
1495
+ class="view"
1496
+ >
1497
+ <ui-text
1498
+ class="text paragraph"
1499
+ >
1500
+ Lorem Ipsum
1501
+ </ui-text>
1502
+ <ui-text
1503
+ class="text action"
1504
+ >
1505
+ Lorem Ipsum is simply
1506
+ </ui-text>
1507
+ <ui-text
1508
+ class="text small"
1509
+ >
1510
+ Lorem Ipsum
1511
+ </ui-text>
1512
+ </ui-view>
1513
+ <ui-view
1514
+ class="view"
1515
+ >
1516
+ <ui-text
1517
+ class="text paragraph"
1518
+ >
1519
+ Lorem
1520
+ </ui-text>
1521
+ <ui-text
1522
+ class="text action"
1523
+ >
1524
+ Lorem Ipsum is
1525
+ </ui-text>
1526
+ <ui-text
1527
+ class="text small"
1528
+ >
1529
+ Lorem Ipsum is simply dummy text of the
1530
+ </ui-text>
1531
+ </ui-view>
1532
+ <ui-text
1533
+ class="text paragraph"
1534
+ >
1535
+ Lorem Ipsum is
1536
+ </ui-text>
1537
+ </ui-view>
1538
+ <ui-view
1539
+ class="view"
1540
+ style="gap: var(--mirai-ui-space-M);"
1541
+ >
1542
+ <ui-text
1543
+ class="text paragraph"
1544
+ >
1545
+ Lorem Ipsum
1546
+ </ui-text>
1547
+ <ui-view
1548
+ class="view"
1549
+ style="gap: var(--mirai-ui-space-S);"
1550
+ >
1551
+ <ui-view
1552
+ class="view row"
1553
+ style="justify-content: space-between;"
1554
+ >
1555
+ <ui-text
1556
+ class="text action"
1557
+ >
1558
+ Lorem Ipsum
1559
+ </ui-text>
1560
+ <ui-text
1561
+ class="text action"
1562
+ >
1563
+ Lorem
1564
+ </ui-text>
1565
+ </ui-view>
1566
+ <ui-view
1567
+ class="view row"
1568
+ style="justify-content: space-between;"
1569
+ >
1570
+ <ui-text
1571
+ class="text action"
1572
+ >
1573
+ Lorem Ipsum
1574
+ </ui-text>
1575
+ <ui-text
1576
+ class="text action"
1577
+ >
1578
+ Lorem
1579
+ </ui-text>
1580
+ </ui-view>
1581
+ <ui-view
1582
+ class="view row"
1583
+ style="justify-content: space-between;"
1584
+ >
1585
+ <ui-text
1586
+ class="text action"
1587
+ >
1588
+ Lorem Ipsum
1589
+ </ui-text>
1590
+ <ui-text
1591
+ class="text action"
1592
+ >
1593
+ Lorem
1594
+ </ui-text>
1595
+ </ui-view>
1596
+ <ui-view
1597
+ class="view row"
1598
+ style="justify-content: space-between;"
1599
+ >
1600
+ <ui-text
1601
+ class="text paragraph"
1602
+ >
1603
+ Lorem Ipsum
1604
+ </ui-text>
1605
+ <ui-text
1606
+ class="text paragraph"
1607
+ >
1608
+ Lorem
1609
+ </ui-text>
1610
+ </ui-view>
1611
+ </ui-view>
1612
+ <ui-button
1613
+ class="pressable button large wide"
1614
+ tabindex="0"
1615
+ >
1616
+ Lorem Ipsum
1617
+ </ui-button>
1618
+ <ui-view
1619
+ class="view"
1620
+ style="align-items: center;"
1621
+ >
1622
+ <ui-text
1623
+ class="text small"
1624
+ >
1625
+ Lorem Ipsum is simply dummy text of
1626
+ </ui-text>
1627
+ </ui-view>
1628
+ </ui-view>
1629
+ </ui-view>
1630
+ <ui-view
1631
+ class="view"
1632
+ style="gap: var(--mirai-ui-space-M);"
1633
+ >
1634
+ <ui-text
1635
+ class="text paragraph"
1636
+ >
1637
+ Lorem Ipsum
1638
+ </ui-text>
1639
+ <ui-text
1640
+ class="text small"
1641
+ >
1642
+ Lorem Ipsum is simply dummy
1643
+ </ui-text>
1644
+ <ui-view
1645
+ class="view row wide"
1646
+ style="gap: var(--mirai-ui-space-M);"
1647
+ >
1648
+ <ui-view
1649
+ class="view wide"
1650
+ />
1651
+ </ui-view>
1652
+ <ui-view
1653
+ class="view row wide"
1654
+ style="gap: var(--mirai-ui-space-M);"
1655
+ >
1656
+ <ui-view
1657
+ class="view wide"
1658
+ />
1659
+ </ui-view>
1660
+ <ui-view
1661
+ class="view row wide"
1662
+ style="gap: var(--mirai-ui-space-M);"
1663
+ >
1664
+ <ui-view
1665
+ class="view wide"
1666
+ />
1667
+ </ui-view>
1668
+ <ui-view
1669
+ class="view wide"
1670
+ />
1671
+ <ui-text
1672
+ class="text small"
1673
+ >
1674
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
1675
+ </ui-text>
1676
+ <ui-view
1677
+ class="view row"
1678
+ style="gap: var(--mirai-ui-space-M);"
1679
+ >
1680
+ <ui-view
1681
+ class="view"
1682
+ />
1683
+ <ui-text
1684
+ class="text small"
1685
+ >
1686
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
1687
+ </ui-text>
1688
+ </ui-view>
1689
+ <ui-view
1690
+ class="view row"
1691
+ style="gap: var(--mirai-ui-space-M);"
1692
+ >
1693
+ <ui-view
1694
+ class="view"
1695
+ />
1696
+ <ui-text
1697
+ class="text small"
1698
+ >
1699
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
1700
+ </ui-text>
1701
+ </ui-view>
1702
+ </ui-view>
1703
+ <ui-view
1704
+ class="view"
1705
+ style="gap: var(--mirai-ui-space-M);"
1706
+ >
1707
+ <ui-text
1708
+ class="text paragraph"
1709
+ >
1710
+ Lorem Ipsum
1711
+ </ui-text>
1712
+ <ui-text
1713
+ class="text paragraph"
1714
+ >
1715
+ Lorem Ipsum
1716
+ </ui-text>
1717
+ <ui-view
1718
+ class="view wide"
1719
+ />
1720
+ <ui-view
1721
+ class="view wide"
1722
+ />
1723
+ <ui-view
1724
+ class="view row wide"
1725
+ style="gap: var(--mirai-ui-space-M);"
1726
+ >
1727
+ <ui-view
1728
+ class="view wide"
1729
+ />
1730
+ <ui-view
1731
+ class="view wide"
1732
+ />
1733
+ </ui-view>
1734
+ </ui-view>
1735
+ <ui-view
1736
+ class="view"
1737
+ style="gap: var(--mirai-ui-space-M);"
1738
+ >
1739
+ <ui-text
1740
+ class="text paragraph"
1741
+ >
1742
+ Lorem Ipsum
1743
+ </ui-text>
1744
+ <ui-view
1745
+ class="view wide"
1746
+ />
1747
+ </ui-view>
1748
+ <ui-view
1749
+ class="view"
1750
+ style="gap: var(--mirai-ui-space-M);"
1751
+ >
1752
+ <ui-view
1753
+ class="view"
1754
+ >
1755
+ <ui-text
1756
+ class="text small"
1757
+ >
1758
+ Lorem Ipsum is simply dummy text
1759
+ </ui-text>
1760
+ <ui-text
1761
+ class="text small"
1762
+ >
1763
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1764
+ </ui-text>
1765
+ </ui-view>
1766
+ <ui-view
1767
+ class="view"
1768
+ >
1769
+ <ui-text
1770
+ class="text small"
1771
+ >
1772
+ Lorem Ipsum
1773
+ </ui-text>
1774
+ <ui-text
1775
+ class="text small"
1776
+ >
1777
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
1778
+ </ui-text>
1779
+ </ui-view>
1780
+ <ui-view
1781
+ class="view"
1782
+ >
1783
+ <ui-text
1784
+ class="text small"
1785
+ >
1786
+ Lorem Ipsum
1787
+ </ui-text>
1788
+ <ui-text
1789
+ class="text small"
1790
+ >
1791
+ Lorem Ipsum is simply dummy text of the
1792
+ </ui-text>
1793
+ </ui-view>
1794
+ <ui-view
1795
+ class="view"
1796
+ >
1797
+ <ui-text
1798
+ class="text small"
1799
+ >
1800
+ Lorem Ipsum
1801
+ </ui-text>
1802
+ <ui-text
1803
+ class="text small"
1804
+ >
1805
+ Lorem Ipsum is simply dummy text
1806
+ </ui-text>
1807
+ </ui-view>
1808
+ </ui-view>
1809
+ </ui-view>
1810
+ </ui-view>
1811
+ </ui-view>
1812
+ </ui-checkout>
1813
+ <ui-view
1814
+ class="view row"
1815
+ >
1816
+ <ui-view
1817
+ class="view row"
1818
+ >
1819
+ <ui-view
1820
+ class="view row"
1821
+ >
1822
+ <ui-text
1823
+ class="text light small"
1824
+ >
1825
+ © 2024 .
1826
+ </ui-text>
1827
+ <ui-text
1828
+ class="text light small"
1829
+ >
1830
+ common.label.all_rights_reserved
1831
+ </ui-text>
1832
+ <ui-a
1833
+ class="pressable action small underline"
1834
+ href="https://reservation.mirai.com/MRE/MAgreement.do?idtokenprovider=100379008"
1835
+ tabindex="0"
1836
+ >
1837
+ core.action.privacy_policy
1838
+ </ui-a>
1839
+ </ui-view>
1840
+ <ui-a
1841
+ class="pressable action small"
1842
+ href="https://www.mirai.com/"
1843
+ tabindex="0"
1844
+ >
1845
+ Powered by
1846
+ <ui-text
1847
+ class="text bold light paragraph"
1848
+ >
1849
+ mirai
1850
+ </ui-text>
1851
+ </ui-a>
1852
+ </ui-view>
1853
+ </ui-view>
1854
+ </DocumentFragment>
1855
+ `;
1856
+
1857
+ exports[`<Checkout> prop:session (false) 1`] = `
1858
+ <DocumentFragment>
1859
+ <ui-header
1860
+ class="view wide"
1861
+ >
1862
+ <ui-view
1863
+ class="view row wide"
1864
+ >
1865
+ <ui-view
1866
+ class="view row"
1867
+ />
1868
+ <ui-view
1869
+ class="view row"
1870
+ >
1871
+ <ui-tooltip
1872
+ class="container"
1873
+ >
1874
+ <ui-view
1875
+ class="view row dispatcher"
1876
+ >
1877
+ <ui-view
1878
+ class="view row"
1879
+ >
1880
+ <ui-icon
1881
+ class="icon headline-2"
1882
+ >
1883
+ <svg
1884
+ fill="currentColor"
1885
+ height="1em"
1886
+ stroke="currentColor"
1887
+ stroke-width="0"
1888
+ viewBox="0 0 24 24"
1889
+ width="1em"
1890
+ xmlns="http://www.w3.org/2000/svg"
1891
+ >
1892
+ <path
1893
+ d="M0 0h24v24H0V0z"
1894
+ fill="none"
1895
+ />
1896
+ <path
1897
+ d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
1898
+ />
1899
+ </svg>
1900
+ </ui-icon>
1901
+ <ui-text
1902
+ class="text medium action"
1903
+ />
1904
+ </ui-view>
1905
+ <select
1906
+ class="select"
1907
+ name="locale"
1908
+ >
1909
+ <option
1910
+ value="en-GB"
1911
+ >
1912
+ English
1913
+ </option>
1914
+ <option
1915
+ value="es-ES"
1916
+ >
1917
+ Español
1918
+ </option>
1919
+ <option
1920
+ value="fr-FR"
1921
+ >
1922
+ Français
1923
+ </option>
1924
+ <option
1925
+ value="de-DE"
1926
+ >
1927
+ Deutsch
1928
+ </option>
1929
+ <option
1930
+ value="ja-JP"
1931
+ >
1932
+ 日本語
1933
+ </option>
1934
+ <option
1935
+ value="it-IT"
1936
+ >
1937
+ Italiano
1938
+ </option>
1939
+ <option
1940
+ value="pt-PT"
1941
+ >
1942
+ Português
1943
+ </option>
1944
+ <option
1945
+ value="da-DK"
1946
+ >
1947
+ Dansk
1948
+ </option>
1949
+ <option
1950
+ value="fi-FI"
1951
+ >
1952
+ Suomi
1953
+ </option>
1954
+ <option
1955
+ value="nb-NO"
1956
+ >
1957
+ Norsk Bokmål
1958
+ </option>
1959
+ <option
1960
+ value="nl-NL"
1961
+ >
1962
+ Nederlands
1963
+ </option>
1964
+ <option
1965
+ value="pl-PL"
1966
+ >
1967
+ Polski
1968
+ </option>
1969
+ <option
1970
+ value="ro-RO"
1971
+ >
1972
+ Română
1973
+ </option>
1974
+ <option
1975
+ value="ru-RU"
1976
+ >
1977
+ Русский
1978
+ </option>
1979
+ <option
1980
+ value="sv-SE"
1981
+ >
1982
+ Svenska
1983
+ </option>
1984
+ <option
1985
+ value="tr-TR"
1986
+ >
1987
+ Türkçe
1988
+ </option>
1989
+ <option
1990
+ value="zh-CN"
1991
+ >
1992
+ 中文
1993
+ </option>
1994
+ <option
1995
+ value="cs-CZ"
1996
+ >
1997
+ Čeština
1998
+ </option>
1999
+ <option
2000
+ value="el-GR"
2001
+ >
2002
+ Ελληνικά
2003
+ </option>
2004
+ <option
2005
+ value="ar-DZ"
2006
+ >
2007
+ العربية
2008
+ </option>
2009
+ <option
2010
+ value="hu-HU"
2011
+ >
2012
+ Magyar
2013
+ </option>
2014
+ <option
2015
+ value="ca-ES"
2016
+ >
2017
+ Català
2018
+ </option>
2019
+ <option
2020
+ value="eu-ES"
2021
+ >
2022
+ Euskara
2023
+ </option>
2024
+ <option
2025
+ value="vi-VN"
2026
+ >
2027
+ Tiếng Việt
2028
+ </option>
2029
+ </select>
2030
+ </ui-view>
2031
+ </ui-tooltip>
2032
+ </ui-view>
2033
+ </ui-view>
2034
+ </ui-header>
2035
+ <ui-checkout
2036
+ class="view"
2037
+ >
2038
+ <ui-progress
2039
+ class="view progress visible"
2040
+ >
2041
+ <ui-progress-value
2042
+ class="view value indeterminate"
2043
+ />
2044
+ </ui-progress>
2045
+ <ui-view
2046
+ class="view wide"
2047
+ style="align-items: start;"
2048
+ >
2049
+ <ui-view
2050
+ class="view row wide"
2051
+ style="align-items: start; align-self: center; gap: var(--mirai-ui-space-M); max-width: var(--mirai-ui-breakpoint-content);"
2052
+ >
2053
+ <ui-view
2054
+ class="view"
2055
+ style="flex: 1; gap: var(--mirai-ui-space-M);"
2056
+ >
2057
+ <ui-view
2058
+ class="view"
2059
+ style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
2060
+ >
2061
+ <ui-view
2062
+ class="view"
2063
+ style="gap: var(--mirai-ui-space-M);"
2064
+ >
2065
+ <ui-text
2066
+ class="text paragraph"
2067
+ >
2068
+ Lorem Ipsum
2069
+ </ui-text>
2070
+ <ui-view
2071
+ class="view row"
2072
+ >
2073
+ <ui-view
2074
+ class="view wide"
2075
+ >
2076
+ <ui-text
2077
+ class="text paragraph"
2078
+ >
2079
+ Lorem
2080
+ </ui-text>
2081
+ <ui-text
2082
+ class="text action"
2083
+ >
2084
+ Lorem Ipsum is
2085
+ </ui-text>
2086
+ <ui-text
2087
+ class="text small"
2088
+ >
2089
+ Lorem Ipsum
2090
+ </ui-text>
2091
+ </ui-view>
2092
+ <ui-view
2093
+ class="view wide"
2094
+ >
2095
+ <ui-text
2096
+ class="text paragraph"
2097
+ >
2098
+ Lorem
2099
+ </ui-text>
2100
+ <ui-text
2101
+ class="text action"
2102
+ >
2103
+ Lorem Ipsum is
2104
+ </ui-text>
2105
+ <ui-text
2106
+ class="text small"
2107
+ >
2108
+ Lorem Ipsum
2109
+ </ui-text>
2110
+ </ui-view>
2111
+ </ui-view>
2112
+ <ui-view
2113
+ class="view"
2114
+ >
2115
+ <ui-text
2116
+ class="text paragraph"
2117
+ >
2118
+ Lorem Ipsum
2119
+ </ui-text>
2120
+ <ui-text
2121
+ class="text action"
2122
+ >
2123
+ Lorem Ipsum is simply
2124
+ </ui-text>
2125
+ <ui-text
2126
+ class="text small"
2127
+ >
2128
+ Lorem Ipsum
2129
+ </ui-text>
2130
+ </ui-view>
2131
+ <ui-view
2132
+ class="view"
2133
+ >
2134
+ <ui-text
2135
+ class="text paragraph"
2136
+ >
2137
+ Lorem
2138
+ </ui-text>
2139
+ <ui-text
2140
+ class="text action"
2141
+ >
2142
+ Lorem Ipsum is
2143
+ </ui-text>
2144
+ <ui-text
2145
+ class="text small"
2146
+ >
2147
+ Lorem Ipsum is simply dummy text of the
2148
+ </ui-text>
2149
+ </ui-view>
2150
+ <ui-text
2151
+ class="text paragraph"
2152
+ >
2153
+ Lorem Ipsum is
2154
+ </ui-text>
2155
+ </ui-view>
2156
+ <ui-view
2157
+ class="view"
2158
+ style="gap: var(--mirai-ui-space-M);"
2159
+ >
2160
+ <ui-text
2161
+ class="text paragraph"
2162
+ >
2163
+ Lorem Ipsum
2164
+ </ui-text>
2165
+ <ui-view
2166
+ class="view"
2167
+ style="gap: var(--mirai-ui-space-S);"
2168
+ >
2169
+ <ui-view
2170
+ class="view row"
2171
+ style="justify-content: space-between;"
2172
+ >
2173
+ <ui-text
2174
+ class="text action"
2175
+ >
2176
+ Lorem Ipsum
2177
+ </ui-text>
2178
+ <ui-text
2179
+ class="text action"
2180
+ >
2181
+ Lorem
2182
+ </ui-text>
2183
+ </ui-view>
2184
+ <ui-view
2185
+ class="view row"
2186
+ style="justify-content: space-between;"
2187
+ >
2188
+ <ui-text
2189
+ class="text action"
2190
+ >
2191
+ Lorem Ipsum
2192
+ </ui-text>
2193
+ <ui-text
2194
+ class="text action"
2195
+ >
2196
+ Lorem
2197
+ </ui-text>
2198
+ </ui-view>
2199
+ <ui-view
2200
+ class="view row"
2201
+ style="justify-content: space-between;"
2202
+ >
2203
+ <ui-text
2204
+ class="text action"
2205
+ >
2206
+ Lorem Ipsum
2207
+ </ui-text>
2208
+ <ui-text
2209
+ class="text action"
2210
+ >
2211
+ Lorem
2212
+ </ui-text>
2213
+ </ui-view>
2214
+ <ui-view
2215
+ class="view row"
2216
+ style="justify-content: space-between;"
2217
+ >
2218
+ <ui-text
2219
+ class="text paragraph"
2220
+ >
2221
+ Lorem Ipsum
2222
+ </ui-text>
2223
+ <ui-text
2224
+ class="text paragraph"
2225
+ >
2226
+ Lorem
2227
+ </ui-text>
2228
+ </ui-view>
2229
+ </ui-view>
2230
+ <ui-button
2231
+ class="pressable button large wide"
2232
+ tabindex="0"
2233
+ >
2234
+ Lorem Ipsum
2235
+ </ui-button>
2236
+ <ui-view
2237
+ class="view"
2238
+ style="align-items: center;"
2239
+ >
2240
+ <ui-text
2241
+ class="text small"
2242
+ >
2243
+ Lorem Ipsum is simply dummy text of
2244
+ </ui-text>
2245
+ </ui-view>
2246
+ </ui-view>
2247
+ </ui-view>
2248
+ <ui-view
2249
+ class="view"
2250
+ style="gap: var(--mirai-ui-space-M);"
2251
+ >
2252
+ <ui-text
2253
+ class="text paragraph"
2254
+ >
2255
+ Lorem Ipsum
2256
+ </ui-text>
2257
+ <ui-text
2258
+ class="text small"
2259
+ >
2260
+ Lorem Ipsum is simply dummy
2261
+ </ui-text>
2262
+ <ui-view
2263
+ class="view row wide"
2264
+ style="gap: var(--mirai-ui-space-M);"
2265
+ >
2266
+ <ui-view
2267
+ class="view wide"
2268
+ />
2269
+ </ui-view>
2270
+ <ui-view
2271
+ class="view row wide"
2272
+ style="gap: var(--mirai-ui-space-M);"
2273
+ >
2274
+ <ui-view
2275
+ class="view wide"
2276
+ />
2277
+ </ui-view>
2278
+ <ui-view
2279
+ class="view row wide"
2280
+ style="gap: var(--mirai-ui-space-M);"
2281
+ >
2282
+ <ui-view
2283
+ class="view wide"
2284
+ />
2285
+ </ui-view>
2286
+ <ui-view
2287
+ class="view wide"
2288
+ />
2289
+ <ui-text
2290
+ class="text small"
2291
+ >
2292
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
2293
+ </ui-text>
2294
+ <ui-view
2295
+ class="view row"
2296
+ style="gap: var(--mirai-ui-space-M);"
2297
+ >
2298
+ <ui-view
2299
+ class="view"
2300
+ />
2301
+ <ui-text
2302
+ class="text small"
2303
+ >
2304
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
2305
+ </ui-text>
2306
+ </ui-view>
2307
+ <ui-view
2308
+ class="view row"
2309
+ style="gap: var(--mirai-ui-space-M);"
2310
+ >
2311
+ <ui-view
2312
+ class="view"
2313
+ />
2314
+ <ui-text
2315
+ class="text small"
2316
+ >
2317
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
2318
+ </ui-text>
2319
+ </ui-view>
2320
+ </ui-view>
2321
+ <ui-view
2322
+ class="view"
2323
+ style="gap: var(--mirai-ui-space-M);"
2324
+ >
2325
+ <ui-text
2326
+ class="text paragraph"
2327
+ >
2328
+ Lorem Ipsum
2329
+ </ui-text>
2330
+ <ui-text
2331
+ class="text paragraph"
2332
+ >
2333
+ Lorem Ipsum
2334
+ </ui-text>
2335
+ <ui-view
2336
+ class="view wide"
2337
+ />
2338
+ <ui-view
2339
+ class="view wide"
2340
+ />
2341
+ <ui-view
2342
+ class="view row wide"
2343
+ style="gap: var(--mirai-ui-space-M);"
2344
+ >
2345
+ <ui-view
2346
+ class="view wide"
2347
+ />
2348
+ <ui-view
2349
+ class="view wide"
2350
+ />
2351
+ </ui-view>
2352
+ </ui-view>
2353
+ <ui-view
2354
+ class="view"
2355
+ style="gap: var(--mirai-ui-space-M);"
2356
+ >
2357
+ <ui-text
2358
+ class="text paragraph"
2359
+ >
2360
+ Lorem Ipsum
2361
+ </ui-text>
2362
+ <ui-view
2363
+ class="view wide"
2364
+ />
2365
+ </ui-view>
2366
+ <ui-view
2367
+ class="view"
2368
+ style="gap: var(--mirai-ui-space-M);"
2369
+ >
2370
+ <ui-view
2371
+ class="view"
2372
+ >
2373
+ <ui-text
2374
+ class="text small"
2375
+ >
2376
+ Lorem Ipsum is simply dummy text
2377
+ </ui-text>
2378
+ <ui-text
2379
+ class="text small"
2380
+ >
2381
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
2382
+ </ui-text>
2383
+ </ui-view>
2384
+ <ui-view
2385
+ class="view"
2386
+ >
2387
+ <ui-text
2388
+ class="text small"
2389
+ >
2390
+ Lorem Ipsum
2391
+ </ui-text>
2392
+ <ui-text
2393
+ class="text small"
2394
+ >
2395
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
2396
+ </ui-text>
2397
+ </ui-view>
2398
+ <ui-view
2399
+ class="view"
2400
+ >
2401
+ <ui-text
2402
+ class="text small"
2403
+ >
2404
+ Lorem Ipsum
2405
+ </ui-text>
2406
+ <ui-text
2407
+ class="text small"
2408
+ >
2409
+ Lorem Ipsum is simply dummy text of the
2410
+ </ui-text>
2411
+ </ui-view>
2412
+ <ui-view
2413
+ class="view"
2414
+ >
2415
+ <ui-text
2416
+ class="text small"
2417
+ >
2418
+ Lorem Ipsum
2419
+ </ui-text>
2420
+ <ui-text
2421
+ class="text small"
2422
+ >
2423
+ Lorem Ipsum is simply dummy text
2424
+ </ui-text>
2425
+ </ui-view>
2426
+ </ui-view>
2427
+ </ui-view>
2428
+ </ui-view>
2429
+ </ui-view>
2430
+ </ui-checkout>
2431
+ <ui-view
2432
+ class="view row"
2433
+ >
2434
+ <ui-view
2435
+ class="view row"
2436
+ >
2437
+ <ui-view
2438
+ class="view row"
2439
+ >
2440
+ <ui-text
2441
+ class="text light small"
2442
+ >
2443
+ © 2024 .
2444
+ </ui-text>
2445
+ <ui-text
2446
+ class="text light small"
2447
+ >
2448
+ common.label.all_rights_reserved
2449
+ </ui-text>
2450
+ <ui-a
2451
+ class="pressable action small underline"
2452
+ href="https://reservation.mirai.com/MRE/MAgreement.do?idtokenprovider=100379008"
2453
+ tabindex="0"
2454
+ >
2455
+ core.action.privacy_policy
2456
+ </ui-a>
2457
+ </ui-view>
2458
+ <ui-a
2459
+ class="pressable action small"
2460
+ href="https://www.mirai.com/"
2461
+ tabindex="0"
2462
+ >
2463
+ Powered by
2464
+ <ui-text
2465
+ class="text bold light paragraph"
2466
+ >
2467
+ mirai
2468
+ </ui-text>
2469
+ </ui-a>
2470
+ </ui-view>
2471
+ </ui-view>
2472
+ </DocumentFragment>
2473
+ `;
2474
+
2475
+ exports[`<Checkout> prop:skeleton 1`] = `
2476
+ <DocumentFragment>
2477
+ <ui-header
2478
+ class="view wide"
2479
+ >
2480
+ <ui-view
2481
+ class="view row wide"
2482
+ >
2483
+ <ui-view
2484
+ class="view row"
2485
+ />
2486
+ <ui-view
2487
+ class="view row"
2488
+ >
2489
+ <ui-tooltip
2490
+ class="container"
2491
+ >
2492
+ <ui-view
2493
+ class="view row dispatcher"
2494
+ >
2495
+ <ui-view
2496
+ class="view row"
2497
+ >
2498
+ <ui-icon
2499
+ class="icon headline-2"
2500
+ >
2501
+ <svg
2502
+ fill="currentColor"
2503
+ height="1em"
2504
+ stroke="currentColor"
2505
+ stroke-width="0"
2506
+ viewBox="0 0 24 24"
2507
+ width="1em"
2508
+ xmlns="http://www.w3.org/2000/svg"
2509
+ >
2510
+ <path
2511
+ d="M0 0h24v24H0V0z"
2512
+ fill="none"
2513
+ />
2514
+ <path
2515
+ d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
2516
+ />
2517
+ </svg>
2518
+ </ui-icon>
2519
+ <ui-text
2520
+ class="text medium action"
2521
+ />
2522
+ </ui-view>
2523
+ <select
2524
+ class="select"
2525
+ name="locale"
2526
+ >
2527
+ <option
2528
+ value="en-GB"
2529
+ >
2530
+ English
2531
+ </option>
2532
+ <option
2533
+ value="es-ES"
2534
+ >
2535
+ Español
2536
+ </option>
2537
+ <option
2538
+ value="fr-FR"
2539
+ >
2540
+ Français
2541
+ </option>
2542
+ <option
2543
+ value="de-DE"
2544
+ >
2545
+ Deutsch
2546
+ </option>
2547
+ <option
2548
+ value="ja-JP"
2549
+ >
2550
+ 日本語
2551
+ </option>
2552
+ <option
2553
+ value="it-IT"
2554
+ >
2555
+ Italiano
2556
+ </option>
2557
+ <option
2558
+ value="pt-PT"
2559
+ >
2560
+ Português
2561
+ </option>
2562
+ <option
2563
+ value="da-DK"
2564
+ >
2565
+ Dansk
2566
+ </option>
2567
+ <option
2568
+ value="fi-FI"
2569
+ >
2570
+ Suomi
2571
+ </option>
2572
+ <option
2573
+ value="nb-NO"
2574
+ >
2575
+ Norsk Bokmål
2576
+ </option>
2577
+ <option
2578
+ value="nl-NL"
2579
+ >
2580
+ Nederlands
2581
+ </option>
2582
+ <option
2583
+ value="pl-PL"
2584
+ >
2585
+ Polski
2586
+ </option>
2587
+ <option
2588
+ value="ro-RO"
2589
+ >
2590
+ Română
2591
+ </option>
2592
+ <option
2593
+ value="ru-RU"
2594
+ >
2595
+ Русский
2596
+ </option>
2597
+ <option
2598
+ value="sv-SE"
2599
+ >
2600
+ Svenska
2601
+ </option>
2602
+ <option
2603
+ value="tr-TR"
2604
+ >
2605
+ Türkçe
2606
+ </option>
2607
+ <option
2608
+ value="zh-CN"
2609
+ >
2610
+ 中文
2611
+ </option>
2612
+ <option
2613
+ value="cs-CZ"
2614
+ >
2615
+ Čeština
2616
+ </option>
2617
+ <option
2618
+ value="el-GR"
2619
+ >
2620
+ Ελληνικά
2621
+ </option>
2622
+ <option
2623
+ value="ar-DZ"
2624
+ >
2625
+ العربية
2626
+ </option>
2627
+ <option
2628
+ value="hu-HU"
2629
+ >
2630
+ Magyar
2631
+ </option>
2632
+ <option
2633
+ value="ca-ES"
2634
+ >
2635
+ Català
2636
+ </option>
2637
+ <option
2638
+ value="eu-ES"
2639
+ >
2640
+ Euskara
2641
+ </option>
2642
+ <option
2643
+ value="vi-VN"
2644
+ >
2645
+ Tiếng Việt
2646
+ </option>
2647
+ </select>
2648
+ </ui-view>
2649
+ </ui-tooltip>
2650
+ </ui-view>
2651
+ </ui-view>
2652
+ </ui-header>
2653
+ <ui-checkout
2654
+ class="view"
2655
+ >
2656
+ <ui-progress
2657
+ class="view progress visible"
2658
+ >
2659
+ <ui-progress-value
2660
+ class="view value indeterminate"
2661
+ />
2662
+ </ui-progress>
2663
+ <ui-view
2664
+ class="view wide"
2665
+ style="align-items: start;"
2666
+ >
2667
+ <ui-view
2668
+ class="view row wide"
2669
+ style="align-items: start; align-self: center; gap: var(--mirai-ui-space-M); max-width: var(--mirai-ui-breakpoint-content);"
2670
+ >
2671
+ <ui-view
2672
+ class="view"
2673
+ style="flex: 1; gap: var(--mirai-ui-space-M);"
2674
+ >
2675
+ <ui-view
2676
+ class="view"
2677
+ style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
2678
+ >
2679
+ <ui-view
2680
+ class="view"
2681
+ style="gap: var(--mirai-ui-space-M);"
2682
+ >
2683
+ <ui-text
2684
+ class="text paragraph"
2685
+ >
2686
+ Lorem Ipsum
2687
+ </ui-text>
2688
+ <ui-view
2689
+ class="view row"
2690
+ >
2691
+ <ui-view
2692
+ class="view wide"
2693
+ >
2694
+ <ui-text
2695
+ class="text paragraph"
2696
+ >
2697
+ Lorem
2698
+ </ui-text>
2699
+ <ui-text
2700
+ class="text action"
2701
+ >
2702
+ Lorem Ipsum is
2703
+ </ui-text>
2704
+ <ui-text
2705
+ class="text small"
2706
+ >
2707
+ Lorem Ipsum
2708
+ </ui-text>
2709
+ </ui-view>
2710
+ <ui-view
2711
+ class="view wide"
2712
+ >
2713
+ <ui-text
2714
+ class="text paragraph"
2715
+ >
2716
+ Lorem
2717
+ </ui-text>
2718
+ <ui-text
2719
+ class="text action"
2720
+ >
2721
+ Lorem Ipsum is
2722
+ </ui-text>
2723
+ <ui-text
2724
+ class="text small"
2725
+ >
2726
+ Lorem Ipsum
2727
+ </ui-text>
2728
+ </ui-view>
2729
+ </ui-view>
2730
+ <ui-view
2731
+ class="view"
2732
+ >
2733
+ <ui-text
2734
+ class="text paragraph"
2735
+ >
2736
+ Lorem Ipsum
2737
+ </ui-text>
2738
+ <ui-text
2739
+ class="text action"
2740
+ >
2741
+ Lorem Ipsum is simply
2742
+ </ui-text>
2743
+ <ui-text
2744
+ class="text small"
2745
+ >
2746
+ Lorem Ipsum
2747
+ </ui-text>
2748
+ </ui-view>
2749
+ <ui-view
2750
+ class="view"
2751
+ >
2752
+ <ui-text
2753
+ class="text paragraph"
2754
+ >
2755
+ Lorem
2756
+ </ui-text>
2757
+ <ui-text
2758
+ class="text action"
2759
+ >
2760
+ Lorem Ipsum is
2761
+ </ui-text>
2762
+ <ui-text
2763
+ class="text small"
2764
+ >
2765
+ Lorem Ipsum is simply dummy text of the
2766
+ </ui-text>
2767
+ </ui-view>
2768
+ <ui-text
2769
+ class="text paragraph"
2770
+ >
2771
+ Lorem Ipsum is
2772
+ </ui-text>
2773
+ </ui-view>
2774
+ <ui-view
2775
+ class="view"
2776
+ style="gap: var(--mirai-ui-space-M);"
2777
+ >
2778
+ <ui-text
2779
+ class="text paragraph"
2780
+ >
2781
+ Lorem Ipsum
2782
+ </ui-text>
2783
+ <ui-view
2784
+ class="view"
2785
+ style="gap: var(--mirai-ui-space-S);"
2786
+ >
2787
+ <ui-view
2788
+ class="view row"
2789
+ style="justify-content: space-between;"
2790
+ >
2791
+ <ui-text
2792
+ class="text action"
2793
+ >
2794
+ Lorem Ipsum
2795
+ </ui-text>
2796
+ <ui-text
2797
+ class="text action"
2798
+ >
2799
+ Lorem
2800
+ </ui-text>
2801
+ </ui-view>
2802
+ <ui-view
2803
+ class="view row"
2804
+ style="justify-content: space-between;"
2805
+ >
2806
+ <ui-text
2807
+ class="text action"
2808
+ >
2809
+ Lorem Ipsum
2810
+ </ui-text>
2811
+ <ui-text
2812
+ class="text action"
2813
+ >
2814
+ Lorem
2815
+ </ui-text>
2816
+ </ui-view>
2817
+ <ui-view
2818
+ class="view row"
2819
+ style="justify-content: space-between;"
2820
+ >
2821
+ <ui-text
2822
+ class="text action"
2823
+ >
2824
+ Lorem Ipsum
2825
+ </ui-text>
2826
+ <ui-text
2827
+ class="text action"
2828
+ >
2829
+ Lorem
2830
+ </ui-text>
2831
+ </ui-view>
2832
+ <ui-view
2833
+ class="view row"
2834
+ style="justify-content: space-between;"
2835
+ >
2836
+ <ui-text
2837
+ class="text paragraph"
2838
+ >
2839
+ Lorem Ipsum
2840
+ </ui-text>
2841
+ <ui-text
2842
+ class="text paragraph"
2843
+ >
2844
+ Lorem
2845
+ </ui-text>
2846
+ </ui-view>
2847
+ </ui-view>
2848
+ <ui-button
2849
+ class="pressable button large wide"
2850
+ tabindex="0"
2851
+ >
2852
+ Lorem Ipsum
2853
+ </ui-button>
2854
+ <ui-view
2855
+ class="view"
2856
+ style="align-items: center;"
2857
+ >
2858
+ <ui-text
2859
+ class="text small"
2860
+ >
2861
+ Lorem Ipsum is simply dummy text of
2862
+ </ui-text>
2863
+ </ui-view>
2864
+ </ui-view>
2865
+ </ui-view>
2866
+ <ui-view
2867
+ class="view"
2868
+ style="gap: var(--mirai-ui-space-M);"
2869
+ >
2870
+ <ui-text
2871
+ class="text paragraph"
2872
+ >
2873
+ Lorem Ipsum
2874
+ </ui-text>
2875
+ <ui-text
2876
+ class="text small"
2877
+ >
2878
+ Lorem Ipsum is simply dummy
2879
+ </ui-text>
2880
+ <ui-view
2881
+ class="view row wide"
2882
+ style="gap: var(--mirai-ui-space-M);"
2883
+ >
2884
+ <ui-view
2885
+ class="view wide"
2886
+ />
2887
+ </ui-view>
2888
+ <ui-view
2889
+ class="view row wide"
2890
+ style="gap: var(--mirai-ui-space-M);"
2891
+ >
2892
+ <ui-view
2893
+ class="view wide"
2894
+ />
2895
+ </ui-view>
2896
+ <ui-view
2897
+ class="view row wide"
2898
+ style="gap: var(--mirai-ui-space-M);"
2899
+ >
2900
+ <ui-view
2901
+ class="view wide"
2902
+ />
2903
+ </ui-view>
2904
+ <ui-view
2905
+ class="view wide"
2906
+ />
2907
+ <ui-text
2908
+ class="text small"
2909
+ >
2910
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
2911
+ </ui-text>
2912
+ <ui-view
2913
+ class="view row"
2914
+ style="gap: var(--mirai-ui-space-M);"
2915
+ >
2916
+ <ui-view
2917
+ class="view"
2918
+ />
2919
+ <ui-text
2920
+ class="text small"
2921
+ >
2922
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
2923
+ </ui-text>
2924
+ </ui-view>
2925
+ <ui-view
2926
+ class="view row"
2927
+ style="gap: var(--mirai-ui-space-M);"
2928
+ >
2929
+ <ui-view
2930
+ class="view"
2931
+ />
2932
+ <ui-text
2933
+ class="text small"
2934
+ >
2935
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
2936
+ </ui-text>
2937
+ </ui-view>
2938
+ </ui-view>
2939
+ <ui-view
2940
+ class="view"
2941
+ style="gap: var(--mirai-ui-space-M);"
2942
+ >
2943
+ <ui-text
2944
+ class="text paragraph"
2945
+ >
2946
+ Lorem Ipsum
2947
+ </ui-text>
2948
+ <ui-text
2949
+ class="text paragraph"
2950
+ >
2951
+ Lorem Ipsum
2952
+ </ui-text>
2953
+ <ui-view
2954
+ class="view wide"
2955
+ />
2956
+ <ui-view
2957
+ class="view wide"
2958
+ />
2959
+ <ui-view
2960
+ class="view row wide"
2961
+ style="gap: var(--mirai-ui-space-M);"
2962
+ >
2963
+ <ui-view
2964
+ class="view wide"
2965
+ />
2966
+ <ui-view
2967
+ class="view wide"
2968
+ />
2969
+ </ui-view>
2970
+ </ui-view>
2971
+ <ui-view
2972
+ class="view"
2973
+ style="gap: var(--mirai-ui-space-M);"
2974
+ >
2975
+ <ui-text
2976
+ class="text paragraph"
2977
+ >
2978
+ Lorem Ipsum
2979
+ </ui-text>
2980
+ <ui-view
2981
+ class="view wide"
2982
+ />
2983
+ </ui-view>
2984
+ <ui-view
2985
+ class="view"
2986
+ style="gap: var(--mirai-ui-space-M);"
2987
+ >
2988
+ <ui-view
2989
+ class="view"
2990
+ >
2991
+ <ui-text
2992
+ class="text small"
2993
+ >
2994
+ Lorem Ipsum is simply dummy text
2995
+ </ui-text>
2996
+ <ui-text
2997
+ class="text small"
2998
+ >
2999
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
3000
+ </ui-text>
3001
+ </ui-view>
3002
+ <ui-view
3003
+ class="view"
3004
+ >
3005
+ <ui-text
3006
+ class="text small"
3007
+ >
3008
+ Lorem Ipsum
3009
+ </ui-text>
3010
+ <ui-text
3011
+ class="text small"
3012
+ >
3013
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
3014
+ </ui-text>
3015
+ </ui-view>
3016
+ <ui-view
3017
+ class="view"
3018
+ >
3019
+ <ui-text
3020
+ class="text small"
3021
+ >
3022
+ Lorem Ipsum
3023
+ </ui-text>
3024
+ <ui-text
3025
+ class="text small"
3026
+ >
3027
+ Lorem Ipsum is simply dummy text of the
3028
+ </ui-text>
3029
+ </ui-view>
3030
+ <ui-view
3031
+ class="view"
3032
+ >
3033
+ <ui-text
3034
+ class="text small"
3035
+ >
3036
+ Lorem Ipsum
3037
+ </ui-text>
3038
+ <ui-text
3039
+ class="text small"
3040
+ >
3041
+ Lorem Ipsum is simply dummy text
3042
+ </ui-text>
3043
+ </ui-view>
3044
+ </ui-view>
3045
+ </ui-view>
3046
+ </ui-view>
3047
+ </ui-view>
3048
+ </ui-checkout>
3049
+ <ui-view
3050
+ class="view row"
3051
+ >
3052
+ <ui-view
3053
+ class="view row"
3054
+ >
3055
+ <ui-view
3056
+ class="view row"
3057
+ >
3058
+ <ui-text
3059
+ class="text light small"
3060
+ >
3061
+ © 2024 .
3062
+ </ui-text>
3063
+ <ui-text
3064
+ class="text light small"
3065
+ >
3066
+ common.label.all_rights_reserved
3067
+ </ui-text>
3068
+ <ui-a
3069
+ class="pressable action small underline"
3070
+ href="https://reservation.mirai.com/MRE/MAgreement.do?idtokenprovider=100379008"
3071
+ tabindex="0"
3072
+ >
3073
+ core.action.privacy_policy
3074
+ </ui-a>
3075
+ </ui-view>
3076
+ <ui-a
3077
+ class="pressable action small"
3078
+ href="https://www.mirai.com/"
3079
+ tabindex="0"
3080
+ >
3081
+ Powered by
3082
+ <ui-text
3083
+ class="text bold light paragraph"
3084
+ >
3085
+ mirai
3086
+ </ui-text>
3087
+ </ui-a>
3088
+ </ui-view>
3089
+ </ui-view>
3090
+ </DocumentFragment>
3091
+ `;
3092
+
3093
+ exports[`<Checkout> renders 1`] = `
3094
+ <DocumentFragment>
3095
+ <ui-header
3096
+ class="view wide"
3097
+ >
3098
+ <ui-view
3099
+ class="view row wide"
3100
+ >
3101
+ <ui-view
3102
+ class="view row"
3103
+ />
3104
+ <ui-view
3105
+ class="view row"
3106
+ >
3107
+ <ui-tooltip
3108
+ class="container"
3109
+ >
3110
+ <ui-view
3111
+ class="view row dispatcher"
3112
+ >
3113
+ <ui-view
3114
+ class="view row"
3115
+ >
3116
+ <ui-icon
3117
+ class="icon headline-2"
3118
+ >
3119
+ <svg
3120
+ fill="currentColor"
3121
+ height="1em"
3122
+ stroke="currentColor"
3123
+ stroke-width="0"
3124
+ viewBox="0 0 24 24"
3125
+ width="1em"
3126
+ xmlns="http://www.w3.org/2000/svg"
3127
+ >
3128
+ <path
3129
+ d="M0 0h24v24H0V0z"
3130
+ fill="none"
3131
+ />
3132
+ <path
3133
+ d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
3134
+ />
3135
+ </svg>
3136
+ </ui-icon>
3137
+ <ui-text
3138
+ class="text medium action"
3139
+ />
3140
+ </ui-view>
3141
+ <select
3142
+ class="select"
3143
+ name="locale"
3144
+ >
3145
+ <option
3146
+ value="en-GB"
3147
+ >
3148
+ English
3149
+ </option>
3150
+ <option
3151
+ value="es-ES"
3152
+ >
3153
+ Español
3154
+ </option>
3155
+ <option
3156
+ value="fr-FR"
3157
+ >
3158
+ Français
3159
+ </option>
3160
+ <option
3161
+ value="de-DE"
3162
+ >
3163
+ Deutsch
3164
+ </option>
3165
+ <option
3166
+ value="ja-JP"
3167
+ >
3168
+ 日本語
3169
+ </option>
3170
+ <option
3171
+ value="it-IT"
3172
+ >
3173
+ Italiano
3174
+ </option>
3175
+ <option
3176
+ value="pt-PT"
3177
+ >
3178
+ Português
3179
+ </option>
3180
+ <option
3181
+ value="da-DK"
3182
+ >
3183
+ Dansk
3184
+ </option>
3185
+ <option
3186
+ value="fi-FI"
3187
+ >
3188
+ Suomi
3189
+ </option>
3190
+ <option
3191
+ value="nb-NO"
3192
+ >
3193
+ Norsk Bokmål
3194
+ </option>
3195
+ <option
3196
+ value="nl-NL"
3197
+ >
3198
+ Nederlands
3199
+ </option>
3200
+ <option
3201
+ value="pl-PL"
3202
+ >
3203
+ Polski
3204
+ </option>
3205
+ <option
3206
+ value="ro-RO"
3207
+ >
3208
+ Română
3209
+ </option>
3210
+ <option
3211
+ value="ru-RU"
3212
+ >
3213
+ Русский
3214
+ </option>
3215
+ <option
3216
+ value="sv-SE"
3217
+ >
3218
+ Svenska
3219
+ </option>
3220
+ <option
3221
+ value="tr-TR"
3222
+ >
3223
+ Türkçe
3224
+ </option>
3225
+ <option
3226
+ value="zh-CN"
3227
+ >
3228
+ 中文
3229
+ </option>
3230
+ <option
3231
+ value="cs-CZ"
3232
+ >
3233
+ Čeština
3234
+ </option>
3235
+ <option
3236
+ value="el-GR"
3237
+ >
3238
+ Ελληνικά
3239
+ </option>
3240
+ <option
3241
+ value="ar-DZ"
3242
+ >
3243
+ العربية
3244
+ </option>
3245
+ <option
3246
+ value="hu-HU"
3247
+ >
3248
+ Magyar
3249
+ </option>
3250
+ <option
3251
+ value="ca-ES"
3252
+ >
3253
+ Català
3254
+ </option>
3255
+ <option
3256
+ value="eu-ES"
3257
+ >
3258
+ Euskara
3259
+ </option>
3260
+ <option
3261
+ value="vi-VN"
3262
+ >
3263
+ Tiếng Việt
3264
+ </option>
3265
+ </select>
3266
+ </ui-view>
3267
+ </ui-tooltip>
3268
+ </ui-view>
3269
+ </ui-view>
3270
+ </ui-header>
3271
+ <ui-checkout
3272
+ class="view"
3273
+ >
3274
+ <ui-progress
3275
+ class="view progress visible"
3276
+ >
3277
+ <ui-progress-value
3278
+ class="view value indeterminate"
3279
+ />
3280
+ </ui-progress>
3281
+ <ui-view
3282
+ class="view wide"
3283
+ style="align-items: start;"
3284
+ >
3285
+ <ui-view
3286
+ class="view row wide"
3287
+ style="align-items: start; align-self: center; gap: var(--mirai-ui-space-M); max-width: var(--mirai-ui-breakpoint-content);"
3288
+ >
3289
+ <ui-view
3290
+ class="view"
3291
+ style="flex: 1; gap: var(--mirai-ui-space-M);"
3292
+ >
3293
+ <ui-view
3294
+ class="view"
3295
+ style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
3296
+ >
3297
+ <ui-view
3298
+ class="view"
3299
+ style="gap: var(--mirai-ui-space-M);"
3300
+ >
3301
+ <ui-text
3302
+ class="text paragraph"
3303
+ >
3304
+ Lorem Ipsum
3305
+ </ui-text>
3306
+ <ui-view
3307
+ class="view row"
3308
+ >
3309
+ <ui-view
3310
+ class="view wide"
3311
+ >
3312
+ <ui-text
3313
+ class="text paragraph"
3314
+ >
3315
+ Lorem
3316
+ </ui-text>
3317
+ <ui-text
3318
+ class="text action"
3319
+ >
3320
+ Lorem Ipsum is
3321
+ </ui-text>
3322
+ <ui-text
3323
+ class="text small"
3324
+ >
3325
+ Lorem Ipsum
3326
+ </ui-text>
3327
+ </ui-view>
3328
+ <ui-view
3329
+ class="view wide"
3330
+ >
3331
+ <ui-text
3332
+ class="text paragraph"
3333
+ >
3334
+ Lorem
3335
+ </ui-text>
3336
+ <ui-text
3337
+ class="text action"
3338
+ >
3339
+ Lorem Ipsum is
3340
+ </ui-text>
3341
+ <ui-text
3342
+ class="text small"
3343
+ >
3344
+ Lorem Ipsum
3345
+ </ui-text>
3346
+ </ui-view>
3347
+ </ui-view>
3348
+ <ui-view
3349
+ class="view"
3350
+ >
3351
+ <ui-text
3352
+ class="text paragraph"
3353
+ >
3354
+ Lorem Ipsum
3355
+ </ui-text>
3356
+ <ui-text
3357
+ class="text action"
3358
+ >
3359
+ Lorem Ipsum is simply
3360
+ </ui-text>
3361
+ <ui-text
3362
+ class="text small"
3363
+ >
3364
+ Lorem Ipsum
3365
+ </ui-text>
3366
+ </ui-view>
3367
+ <ui-view
3368
+ class="view"
3369
+ >
3370
+ <ui-text
3371
+ class="text paragraph"
3372
+ >
3373
+ Lorem
3374
+ </ui-text>
3375
+ <ui-text
3376
+ class="text action"
3377
+ >
3378
+ Lorem Ipsum is
3379
+ </ui-text>
3380
+ <ui-text
3381
+ class="text small"
3382
+ >
3383
+ Lorem Ipsum is simply dummy text of the
3384
+ </ui-text>
3385
+ </ui-view>
3386
+ <ui-text
3387
+ class="text paragraph"
3388
+ >
3389
+ Lorem Ipsum is
3390
+ </ui-text>
3391
+ </ui-view>
3392
+ <ui-view
3393
+ class="view"
3394
+ style="gap: var(--mirai-ui-space-M);"
3395
+ >
3396
+ <ui-text
3397
+ class="text paragraph"
3398
+ >
3399
+ Lorem Ipsum
3400
+ </ui-text>
3401
+ <ui-view
3402
+ class="view"
3403
+ style="gap: var(--mirai-ui-space-S);"
3404
+ >
3405
+ <ui-view
3406
+ class="view row"
3407
+ style="justify-content: space-between;"
3408
+ >
3409
+ <ui-text
3410
+ class="text action"
3411
+ >
3412
+ Lorem Ipsum
3413
+ </ui-text>
3414
+ <ui-text
3415
+ class="text action"
3416
+ >
3417
+ Lorem
3418
+ </ui-text>
3419
+ </ui-view>
3420
+ <ui-view
3421
+ class="view row"
3422
+ style="justify-content: space-between;"
3423
+ >
3424
+ <ui-text
3425
+ class="text action"
3426
+ >
3427
+ Lorem Ipsum
3428
+ </ui-text>
3429
+ <ui-text
3430
+ class="text action"
3431
+ >
3432
+ Lorem
3433
+ </ui-text>
3434
+ </ui-view>
3435
+ <ui-view
3436
+ class="view row"
3437
+ style="justify-content: space-between;"
3438
+ >
3439
+ <ui-text
3440
+ class="text action"
3441
+ >
3442
+ Lorem Ipsum
3443
+ </ui-text>
3444
+ <ui-text
3445
+ class="text action"
3446
+ >
3447
+ Lorem
3448
+ </ui-text>
3449
+ </ui-view>
3450
+ <ui-view
3451
+ class="view row"
3452
+ style="justify-content: space-between;"
3453
+ >
3454
+ <ui-text
3455
+ class="text paragraph"
3456
+ >
3457
+ Lorem Ipsum
3458
+ </ui-text>
3459
+ <ui-text
3460
+ class="text paragraph"
3461
+ >
3462
+ Lorem
3463
+ </ui-text>
3464
+ </ui-view>
3465
+ </ui-view>
3466
+ <ui-button
3467
+ class="pressable button large wide"
3468
+ tabindex="0"
3469
+ >
3470
+ Lorem Ipsum
3471
+ </ui-button>
3472
+ <ui-view
3473
+ class="view"
3474
+ style="align-items: center;"
3475
+ >
3476
+ <ui-text
3477
+ class="text small"
3478
+ >
3479
+ Lorem Ipsum is simply dummy text of
3480
+ </ui-text>
3481
+ </ui-view>
3482
+ </ui-view>
3483
+ </ui-view>
3484
+ <ui-view
3485
+ class="view"
3486
+ style="gap: var(--mirai-ui-space-M);"
3487
+ >
3488
+ <ui-text
3489
+ class="text paragraph"
3490
+ >
3491
+ Lorem Ipsum
3492
+ </ui-text>
3493
+ <ui-text
3494
+ class="text small"
3495
+ >
3496
+ Lorem Ipsum is simply dummy
3497
+ </ui-text>
3498
+ <ui-view
3499
+ class="view row wide"
3500
+ style="gap: var(--mirai-ui-space-M);"
3501
+ >
3502
+ <ui-view
3503
+ class="view wide"
3504
+ />
3505
+ </ui-view>
3506
+ <ui-view
3507
+ class="view row wide"
3508
+ style="gap: var(--mirai-ui-space-M);"
3509
+ >
3510
+ <ui-view
3511
+ class="view wide"
3512
+ />
3513
+ </ui-view>
3514
+ <ui-view
3515
+ class="view row wide"
3516
+ style="gap: var(--mirai-ui-space-M);"
3517
+ >
3518
+ <ui-view
3519
+ class="view wide"
3520
+ />
3521
+ </ui-view>
3522
+ <ui-view
3523
+ class="view wide"
3524
+ />
3525
+ <ui-text
3526
+ class="text small"
3527
+ >
3528
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
3529
+ </ui-text>
3530
+ <ui-view
3531
+ class="view row"
3532
+ style="gap: var(--mirai-ui-space-M);"
3533
+ >
3534
+ <ui-view
3535
+ class="view"
3536
+ />
3537
+ <ui-text
3538
+ class="text small"
3539
+ >
3540
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
3541
+ </ui-text>
3542
+ </ui-view>
3543
+ <ui-view
3544
+ class="view row"
3545
+ style="gap: var(--mirai-ui-space-M);"
3546
+ >
3547
+ <ui-view
3548
+ class="view"
3549
+ />
3550
+ <ui-text
3551
+ class="text small"
3552
+ >
3553
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
3554
+ </ui-text>
3555
+ </ui-view>
3556
+ </ui-view>
3557
+ <ui-view
3558
+ class="view"
3559
+ style="gap: var(--mirai-ui-space-M);"
3560
+ >
3561
+ <ui-text
3562
+ class="text paragraph"
3563
+ >
3564
+ Lorem Ipsum
3565
+ </ui-text>
3566
+ <ui-text
3567
+ class="text paragraph"
3568
+ >
3569
+ Lorem Ipsum
3570
+ </ui-text>
3571
+ <ui-view
3572
+ class="view wide"
3573
+ />
3574
+ <ui-view
3575
+ class="view wide"
3576
+ />
3577
+ <ui-view
3578
+ class="view row wide"
3579
+ style="gap: var(--mirai-ui-space-M);"
3580
+ >
3581
+ <ui-view
3582
+ class="view wide"
3583
+ />
3584
+ <ui-view
3585
+ class="view wide"
3586
+ />
3587
+ </ui-view>
3588
+ </ui-view>
3589
+ <ui-view
3590
+ class="view"
3591
+ style="gap: var(--mirai-ui-space-M);"
3592
+ >
3593
+ <ui-text
3594
+ class="text paragraph"
3595
+ >
3596
+ Lorem Ipsum
3597
+ </ui-text>
3598
+ <ui-view
3599
+ class="view wide"
3600
+ />
3601
+ </ui-view>
3602
+ <ui-view
3603
+ class="view"
3604
+ style="gap: var(--mirai-ui-space-M);"
3605
+ >
3606
+ <ui-view
3607
+ class="view"
3608
+ >
3609
+ <ui-text
3610
+ class="text small"
3611
+ >
3612
+ Lorem Ipsum is simply dummy text
3613
+ </ui-text>
3614
+ <ui-text
3615
+ class="text small"
3616
+ >
3617
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
3618
+ </ui-text>
3619
+ </ui-view>
3620
+ <ui-view
3621
+ class="view"
3622
+ >
3623
+ <ui-text
3624
+ class="text small"
3625
+ >
3626
+ Lorem Ipsum
3627
+ </ui-text>
3628
+ <ui-text
3629
+ class="text small"
3630
+ >
3631
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
3632
+ </ui-text>
3633
+ </ui-view>
3634
+ <ui-view
3635
+ class="view"
3636
+ >
3637
+ <ui-text
3638
+ class="text small"
3639
+ >
3640
+ Lorem Ipsum
3641
+ </ui-text>
3642
+ <ui-text
3643
+ class="text small"
3644
+ >
3645
+ Lorem Ipsum is simply dummy text of the
3646
+ </ui-text>
3647
+ </ui-view>
3648
+ <ui-view
3649
+ class="view"
3650
+ >
3651
+ <ui-text
3652
+ class="text small"
3653
+ >
3654
+ Lorem Ipsum
3655
+ </ui-text>
3656
+ <ui-text
3657
+ class="text small"
3658
+ >
3659
+ Lorem Ipsum is simply dummy text
3660
+ </ui-text>
3661
+ </ui-view>
3662
+ </ui-view>
3663
+ </ui-view>
3664
+ </ui-view>
3665
+ </ui-view>
3666
+ </ui-checkout>
3667
+ <ui-view
3668
+ class="view row"
3669
+ >
3670
+ <ui-view
3671
+ class="view row"
3672
+ >
3673
+ <ui-view
3674
+ class="view row"
3675
+ >
3676
+ <ui-text
3677
+ class="text light small"
3678
+ >
3679
+ © 2024 .
3680
+ </ui-text>
3681
+ <ui-text
3682
+ class="text light small"
3683
+ >
3684
+ common.label.all_rights_reserved
3685
+ </ui-text>
3686
+ <ui-a
3687
+ class="pressable action small underline"
3688
+ href="https://reservation.mirai.com/MRE/MAgreement.do?idtokenprovider=100379008"
3689
+ tabindex="0"
3690
+ >
3691
+ core.action.privacy_policy
3692
+ </ui-a>
3693
+ </ui-view>
3694
+ <ui-a
3695
+ class="pressable action small"
3696
+ href="https://www.mirai.com/"
3697
+ tabindex="0"
3698
+ >
3699
+ Powered by
3700
+ <ui-text
3701
+ class="text bold light paragraph"
3702
+ >
3703
+ mirai
3704
+ </ui-text>
3705
+ </ui-a>
3706
+ </ui-view>
3707
+ </ui-view>
3708
+ </DocumentFragment>
3709
+ `;
3710
+
3711
+ exports[`<Checkout> testID 1`] = `
3712
+ <DocumentFragment>
3713
+ <ui-header
3714
+ class="view wide"
3715
+ >
3716
+ <ui-view
3717
+ class="view row wide"
3718
+ >
3719
+ <ui-view
3720
+ class="view row"
3721
+ />
3722
+ <ui-view
3723
+ class="view row"
3724
+ >
3725
+ <ui-tooltip
3726
+ class="container"
3727
+ >
3728
+ <ui-view
3729
+ class="view row dispatcher"
3730
+ >
3731
+ <ui-view
3732
+ class="view row"
3733
+ >
3734
+ <ui-icon
3735
+ class="icon headline-2"
3736
+ >
3737
+ <svg
3738
+ fill="currentColor"
3739
+ height="1em"
3740
+ stroke="currentColor"
3741
+ stroke-width="0"
3742
+ viewBox="0 0 24 24"
3743
+ width="1em"
3744
+ xmlns="http://www.w3.org/2000/svg"
3745
+ >
3746
+ <path
3747
+ d="M0 0h24v24H0V0z"
3748
+ fill="none"
3749
+ />
3750
+ <path
3751
+ d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
3752
+ />
3753
+ </svg>
3754
+ </ui-icon>
3755
+ <ui-text
3756
+ class="text medium action"
3757
+ />
3758
+ </ui-view>
3759
+ <select
3760
+ class="select"
3761
+ name="locale"
3762
+ >
3763
+ <option
3764
+ value="en-GB"
3765
+ >
3766
+ English
3767
+ </option>
3768
+ <option
3769
+ value="es-ES"
3770
+ >
3771
+ Español
3772
+ </option>
3773
+ <option
3774
+ value="fr-FR"
3775
+ >
3776
+ Français
3777
+ </option>
3778
+ <option
3779
+ value="de-DE"
3780
+ >
3781
+ Deutsch
3782
+ </option>
3783
+ <option
3784
+ value="ja-JP"
3785
+ >
3786
+ 日本語
3787
+ </option>
3788
+ <option
3789
+ value="it-IT"
3790
+ >
3791
+ Italiano
3792
+ </option>
3793
+ <option
3794
+ value="pt-PT"
3795
+ >
3796
+ Português
3797
+ </option>
3798
+ <option
3799
+ value="da-DK"
3800
+ >
3801
+ Dansk
3802
+ </option>
3803
+ <option
3804
+ value="fi-FI"
3805
+ >
3806
+ Suomi
3807
+ </option>
3808
+ <option
3809
+ value="nb-NO"
3810
+ >
3811
+ Norsk Bokmål
3812
+ </option>
3813
+ <option
3814
+ value="nl-NL"
3815
+ >
3816
+ Nederlands
3817
+ </option>
3818
+ <option
3819
+ value="pl-PL"
3820
+ >
3821
+ Polski
3822
+ </option>
3823
+ <option
3824
+ value="ro-RO"
3825
+ >
3826
+ Română
3827
+ </option>
3828
+ <option
3829
+ value="ru-RU"
3830
+ >
3831
+ Русский
3832
+ </option>
3833
+ <option
3834
+ value="sv-SE"
3835
+ >
3836
+ Svenska
3837
+ </option>
3838
+ <option
3839
+ value="tr-TR"
3840
+ >
3841
+ Türkçe
3842
+ </option>
3843
+ <option
3844
+ value="zh-CN"
3845
+ >
3846
+ 中文
3847
+ </option>
3848
+ <option
3849
+ value="cs-CZ"
3850
+ >
3851
+ Čeština
3852
+ </option>
3853
+ <option
3854
+ value="el-GR"
3855
+ >
3856
+ Ελληνικά
3857
+ </option>
3858
+ <option
3859
+ value="ar-DZ"
3860
+ >
3861
+ العربية
3862
+ </option>
3863
+ <option
3864
+ value="hu-HU"
3865
+ >
3866
+ Magyar
3867
+ </option>
3868
+ <option
3869
+ value="ca-ES"
3870
+ >
3871
+ Català
3872
+ </option>
3873
+ <option
3874
+ value="eu-ES"
3875
+ >
3876
+ Euskara
3877
+ </option>
3878
+ <option
3879
+ value="vi-VN"
3880
+ >
3881
+ Tiếng Việt
3882
+ </option>
3883
+ </select>
3884
+ </ui-view>
3885
+ </ui-tooltip>
3886
+ </ui-view>
3887
+ </ui-view>
3888
+ </ui-header>
3889
+ <ui-checkout
3890
+ class="view"
3891
+ data-testid="mirai"
3892
+ >
3893
+ <ui-progress
3894
+ class="view progress visible"
3895
+ >
3896
+ <ui-progress-value
3897
+ class="view value indeterminate"
3898
+ />
3899
+ </ui-progress>
3900
+ <ui-view
3901
+ class="view wide"
3902
+ style="align-items: start;"
3903
+ >
3904
+ <ui-view
3905
+ class="view row wide"
3906
+ style="align-items: start; align-self: center; gap: var(--mirai-ui-space-M); max-width: var(--mirai-ui-breakpoint-content);"
3907
+ >
3908
+ <ui-view
3909
+ class="view"
3910
+ style="flex: 1; gap: var(--mirai-ui-space-M);"
3911
+ >
3912
+ <ui-view
3913
+ class="view"
3914
+ style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
3915
+ >
3916
+ <ui-view
3917
+ class="view"
3918
+ style="gap: var(--mirai-ui-space-M);"
3919
+ >
3920
+ <ui-text
3921
+ class="text paragraph"
3922
+ >
3923
+ Lorem Ipsum
3924
+ </ui-text>
3925
+ <ui-view
3926
+ class="view row"
3927
+ >
3928
+ <ui-view
3929
+ class="view wide"
3930
+ >
3931
+ <ui-text
3932
+ class="text paragraph"
3933
+ >
3934
+ Lorem
3935
+ </ui-text>
3936
+ <ui-text
3937
+ class="text action"
3938
+ >
3939
+ Lorem Ipsum is
3940
+ </ui-text>
3941
+ <ui-text
3942
+ class="text small"
3943
+ >
3944
+ Lorem Ipsum
3945
+ </ui-text>
3946
+ </ui-view>
3947
+ <ui-view
3948
+ class="view wide"
3949
+ >
3950
+ <ui-text
3951
+ class="text paragraph"
3952
+ >
3953
+ Lorem
3954
+ </ui-text>
3955
+ <ui-text
3956
+ class="text action"
3957
+ >
3958
+ Lorem Ipsum is
3959
+ </ui-text>
3960
+ <ui-text
3961
+ class="text small"
3962
+ >
3963
+ Lorem Ipsum
3964
+ </ui-text>
3965
+ </ui-view>
3966
+ </ui-view>
3967
+ <ui-view
3968
+ class="view"
3969
+ >
3970
+ <ui-text
3971
+ class="text paragraph"
3972
+ >
3973
+ Lorem Ipsum
3974
+ </ui-text>
3975
+ <ui-text
3976
+ class="text action"
3977
+ >
3978
+ Lorem Ipsum is simply
3979
+ </ui-text>
3980
+ <ui-text
3981
+ class="text small"
3982
+ >
3983
+ Lorem Ipsum
3984
+ </ui-text>
3985
+ </ui-view>
3986
+ <ui-view
3987
+ class="view"
3988
+ >
3989
+ <ui-text
3990
+ class="text paragraph"
3991
+ >
3992
+ Lorem
3993
+ </ui-text>
3994
+ <ui-text
3995
+ class="text action"
3996
+ >
3997
+ Lorem Ipsum is
3998
+ </ui-text>
3999
+ <ui-text
4000
+ class="text small"
4001
+ >
4002
+ Lorem Ipsum is simply dummy text of the
4003
+ </ui-text>
4004
+ </ui-view>
4005
+ <ui-text
4006
+ class="text paragraph"
4007
+ >
4008
+ Lorem Ipsum is
4009
+ </ui-text>
4010
+ </ui-view>
4011
+ <ui-view
4012
+ class="view"
4013
+ style="gap: var(--mirai-ui-space-M);"
4014
+ >
4015
+ <ui-text
4016
+ class="text paragraph"
4017
+ >
4018
+ Lorem Ipsum
4019
+ </ui-text>
4020
+ <ui-view
4021
+ class="view"
4022
+ style="gap: var(--mirai-ui-space-S);"
4023
+ >
4024
+ <ui-view
4025
+ class="view row"
4026
+ style="justify-content: space-between;"
4027
+ >
4028
+ <ui-text
4029
+ class="text action"
4030
+ >
4031
+ Lorem Ipsum
4032
+ </ui-text>
4033
+ <ui-text
4034
+ class="text action"
4035
+ >
4036
+ Lorem
4037
+ </ui-text>
4038
+ </ui-view>
4039
+ <ui-view
4040
+ class="view row"
4041
+ style="justify-content: space-between;"
4042
+ >
4043
+ <ui-text
4044
+ class="text action"
4045
+ >
4046
+ Lorem Ipsum
4047
+ </ui-text>
4048
+ <ui-text
4049
+ class="text action"
4050
+ >
4051
+ Lorem
4052
+ </ui-text>
4053
+ </ui-view>
4054
+ <ui-view
4055
+ class="view row"
4056
+ style="justify-content: space-between;"
4057
+ >
4058
+ <ui-text
4059
+ class="text action"
4060
+ >
4061
+ Lorem Ipsum
4062
+ </ui-text>
4063
+ <ui-text
4064
+ class="text action"
4065
+ >
4066
+ Lorem
4067
+ </ui-text>
4068
+ </ui-view>
4069
+ <ui-view
4070
+ class="view row"
4071
+ style="justify-content: space-between;"
4072
+ >
4073
+ <ui-text
4074
+ class="text paragraph"
4075
+ >
4076
+ Lorem Ipsum
4077
+ </ui-text>
4078
+ <ui-text
4079
+ class="text paragraph"
4080
+ >
4081
+ Lorem
4082
+ </ui-text>
4083
+ </ui-view>
4084
+ </ui-view>
4085
+ <ui-button
4086
+ class="pressable button large wide"
4087
+ tabindex="0"
4088
+ >
4089
+ Lorem Ipsum
4090
+ </ui-button>
4091
+ <ui-view
4092
+ class="view"
4093
+ style="align-items: center;"
4094
+ >
4095
+ <ui-text
4096
+ class="text small"
4097
+ >
4098
+ Lorem Ipsum is simply dummy text of
4099
+ </ui-text>
4100
+ </ui-view>
4101
+ </ui-view>
4102
+ </ui-view>
4103
+ <ui-view
4104
+ class="view"
4105
+ style="gap: var(--mirai-ui-space-M);"
4106
+ >
4107
+ <ui-text
4108
+ class="text paragraph"
4109
+ >
4110
+ Lorem Ipsum
4111
+ </ui-text>
4112
+ <ui-text
4113
+ class="text small"
4114
+ >
4115
+ Lorem Ipsum is simply dummy
4116
+ </ui-text>
4117
+ <ui-view
4118
+ class="view row wide"
4119
+ style="gap: var(--mirai-ui-space-M);"
4120
+ >
4121
+ <ui-view
4122
+ class="view wide"
4123
+ />
4124
+ </ui-view>
4125
+ <ui-view
4126
+ class="view row wide"
4127
+ style="gap: var(--mirai-ui-space-M);"
4128
+ >
4129
+ <ui-view
4130
+ class="view wide"
4131
+ />
4132
+ </ui-view>
4133
+ <ui-view
4134
+ class="view row wide"
4135
+ style="gap: var(--mirai-ui-space-M);"
4136
+ >
4137
+ <ui-view
4138
+ class="view wide"
4139
+ />
4140
+ </ui-view>
4141
+ <ui-view
4142
+ class="view wide"
4143
+ />
4144
+ <ui-text
4145
+ class="text small"
4146
+ >
4147
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
4148
+ </ui-text>
4149
+ <ui-view
4150
+ class="view row"
4151
+ style="gap: var(--mirai-ui-space-M);"
4152
+ >
4153
+ <ui-view
4154
+ class="view"
4155
+ />
4156
+ <ui-text
4157
+ class="text small"
4158
+ >
4159
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
4160
+ </ui-text>
4161
+ </ui-view>
4162
+ <ui-view
4163
+ class="view row"
4164
+ style="gap: var(--mirai-ui-space-M);"
4165
+ >
4166
+ <ui-view
4167
+ class="view"
4168
+ />
4169
+ <ui-text
4170
+ class="text small"
4171
+ >
4172
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
4173
+ </ui-text>
4174
+ </ui-view>
4175
+ </ui-view>
4176
+ <ui-view
4177
+ class="view"
4178
+ style="gap: var(--mirai-ui-space-M);"
4179
+ >
4180
+ <ui-text
4181
+ class="text paragraph"
4182
+ >
4183
+ Lorem Ipsum
4184
+ </ui-text>
4185
+ <ui-text
4186
+ class="text paragraph"
4187
+ >
4188
+ Lorem Ipsum
4189
+ </ui-text>
4190
+ <ui-view
4191
+ class="view wide"
4192
+ />
4193
+ <ui-view
4194
+ class="view wide"
4195
+ />
4196
+ <ui-view
4197
+ class="view row wide"
4198
+ style="gap: var(--mirai-ui-space-M);"
4199
+ >
4200
+ <ui-view
4201
+ class="view wide"
4202
+ />
4203
+ <ui-view
4204
+ class="view wide"
4205
+ />
4206
+ </ui-view>
4207
+ </ui-view>
4208
+ <ui-view
4209
+ class="view"
4210
+ style="gap: var(--mirai-ui-space-M);"
4211
+ >
4212
+ <ui-text
4213
+ class="text paragraph"
4214
+ >
4215
+ Lorem Ipsum
4216
+ </ui-text>
4217
+ <ui-view
4218
+ class="view wide"
4219
+ />
4220
+ </ui-view>
4221
+ <ui-view
4222
+ class="view"
4223
+ style="gap: var(--mirai-ui-space-M);"
4224
+ >
4225
+ <ui-view
4226
+ class="view"
4227
+ >
4228
+ <ui-text
4229
+ class="text small"
4230
+ >
4231
+ Lorem Ipsum is simply dummy text
4232
+ </ui-text>
4233
+ <ui-text
4234
+ class="text small"
4235
+ >
4236
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
4237
+ </ui-text>
4238
+ </ui-view>
4239
+ <ui-view
4240
+ class="view"
4241
+ >
4242
+ <ui-text
4243
+ class="text small"
4244
+ >
4245
+ Lorem Ipsum
4246
+ </ui-text>
4247
+ <ui-text
4248
+ class="text small"
4249
+ >
4250
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
4251
+ </ui-text>
4252
+ </ui-view>
4253
+ <ui-view
4254
+ class="view"
4255
+ >
4256
+ <ui-text
4257
+ class="text small"
4258
+ >
4259
+ Lorem Ipsum
4260
+ </ui-text>
4261
+ <ui-text
4262
+ class="text small"
4263
+ >
4264
+ Lorem Ipsum is simply dummy text of the
4265
+ </ui-text>
4266
+ </ui-view>
4267
+ <ui-view
4268
+ class="view"
4269
+ >
4270
+ <ui-text
4271
+ class="text small"
4272
+ >
4273
+ Lorem Ipsum
4274
+ </ui-text>
4275
+ <ui-text
4276
+ class="text small"
4277
+ >
4278
+ Lorem Ipsum is simply dummy text
4279
+ </ui-text>
4280
+ </ui-view>
4281
+ </ui-view>
4282
+ </ui-view>
4283
+ </ui-view>
4284
+ </ui-view>
4285
+ </ui-checkout>
4286
+ <ui-view
4287
+ class="view row"
4288
+ >
4289
+ <ui-view
4290
+ class="view row"
4291
+ >
4292
+ <ui-view
4293
+ class="view row"
4294
+ >
4295
+ <ui-text
4296
+ class="text light small"
4297
+ >
4298
+ © 2024 .
4299
+ </ui-text>
4300
+ <ui-text
4301
+ class="text light small"
4302
+ >
4303
+ common.label.all_rights_reserved
4304
+ </ui-text>
4305
+ <ui-a
4306
+ class="pressable action small underline"
4307
+ href="https://reservation.mirai.com/MRE/MAgreement.do?idtokenprovider=100379008"
4308
+ tabindex="0"
4309
+ >
4310
+ core.action.privacy_policy
4311
+ </ui-a>
4312
+ </ui-view>
4313
+ <ui-a
4314
+ class="pressable action small"
4315
+ href="https://www.mirai.com/"
4316
+ tabindex="0"
4317
+ >
4318
+ Powered by
4319
+ <ui-text
4320
+ class="text bold light paragraph"
4321
+ >
4322
+ mirai
4323
+ </ui-text>
4324
+ </ui-a>
4325
+ </ui-view>
4326
+ </ui-view>
4327
+ </DocumentFragment>
4328
+ `;
4329
+
4330
+ exports[`<Checkout> with a store 1`] = `
4331
+ <DocumentFragment>
4332
+ <ui-header
4333
+ class="view wide"
4334
+ >
4335
+ <ui-view
4336
+ class="view row wide"
4337
+ >
4338
+ <ui-view
4339
+ class="view row"
4340
+ />
4341
+ <ui-view
4342
+ class="view row"
4343
+ >
4344
+ <ui-tooltip
4345
+ class="container"
4346
+ >
4347
+ <ui-view
4348
+ class="view row dispatcher"
4349
+ >
4350
+ <ui-view
4351
+ class="view row"
4352
+ >
4353
+ <ui-icon
4354
+ class="icon headline-2"
4355
+ >
4356
+ <svg
4357
+ fill="currentColor"
4358
+ height="1em"
4359
+ stroke="currentColor"
4360
+ stroke-width="0"
4361
+ viewBox="0 0 24 24"
4362
+ width="1em"
4363
+ xmlns="http://www.w3.org/2000/svg"
4364
+ >
4365
+ <path
4366
+ d="M0 0h24v24H0V0z"
4367
+ fill="none"
4368
+ />
4369
+ <path
4370
+ d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2s.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 0 1 5.08 16zm2.95-8H5.08a7.987 7.987 0 0 1 4.33-3.56A15.65 15.65 0 0 0 8.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2s.07-1.35.16-2h4.68c.09.65.16 1.32.16 2s-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 0 1-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2s-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
4371
+ />
4372
+ </svg>
4373
+ </ui-icon>
4374
+ <ui-text
4375
+ class="text medium action"
4376
+ />
4377
+ </ui-view>
4378
+ <select
4379
+ class="select"
4380
+ name="locale"
4381
+ >
4382
+ <option
4383
+ value="en-GB"
4384
+ >
4385
+ English
4386
+ </option>
4387
+ <option
4388
+ value="es-ES"
4389
+ >
4390
+ Español
4391
+ </option>
4392
+ <option
4393
+ value="fr-FR"
4394
+ >
4395
+ Français
4396
+ </option>
4397
+ <option
4398
+ value="de-DE"
4399
+ >
4400
+ Deutsch
4401
+ </option>
4402
+ <option
4403
+ value="ja-JP"
4404
+ >
4405
+ 日本語
4406
+ </option>
4407
+ <option
4408
+ value="it-IT"
4409
+ >
4410
+ Italiano
4411
+ </option>
4412
+ <option
4413
+ value="pt-PT"
4414
+ >
4415
+ Português
4416
+ </option>
4417
+ <option
4418
+ value="da-DK"
4419
+ >
4420
+ Dansk
4421
+ </option>
4422
+ <option
4423
+ value="fi-FI"
4424
+ >
4425
+ Suomi
4426
+ </option>
4427
+ <option
4428
+ value="nb-NO"
4429
+ >
4430
+ Norsk Bokmål
4431
+ </option>
4432
+ <option
4433
+ value="nl-NL"
4434
+ >
4435
+ Nederlands
4436
+ </option>
4437
+ <option
4438
+ value="pl-PL"
4439
+ >
4440
+ Polski
4441
+ </option>
4442
+ <option
4443
+ value="ro-RO"
4444
+ >
4445
+ Română
4446
+ </option>
4447
+ <option
4448
+ value="ru-RU"
4449
+ >
4450
+ Русский
4451
+ </option>
4452
+ <option
4453
+ value="sv-SE"
4454
+ >
4455
+ Svenska
4456
+ </option>
4457
+ <option
4458
+ value="tr-TR"
4459
+ >
4460
+ Türkçe
4461
+ </option>
4462
+ <option
4463
+ value="zh-CN"
4464
+ >
4465
+ 中文
4466
+ </option>
4467
+ <option
4468
+ value="cs-CZ"
4469
+ >
4470
+ Čeština
4471
+ </option>
4472
+ <option
4473
+ value="el-GR"
4474
+ >
4475
+ Ελληνικά
4476
+ </option>
4477
+ <option
4478
+ value="ar-DZ"
4479
+ >
4480
+ العربية
4481
+ </option>
4482
+ <option
4483
+ value="hu-HU"
4484
+ >
4485
+ Magyar
4486
+ </option>
4487
+ <option
4488
+ value="ca-ES"
4489
+ >
4490
+ Català
4491
+ </option>
4492
+ <option
4493
+ value="eu-ES"
4494
+ >
4495
+ Euskara
4496
+ </option>
4497
+ <option
4498
+ value="vi-VN"
4499
+ >
4500
+ Tiếng Việt
4501
+ </option>
4502
+ </select>
4503
+ </ui-view>
4504
+ </ui-tooltip>
4505
+ </ui-view>
4506
+ </ui-view>
4507
+ </ui-header>
4508
+ <ui-checkout
4509
+ class="view"
4510
+ >
4511
+ <ui-progress
4512
+ class="view progress visible"
4513
+ >
4514
+ <ui-progress-value
4515
+ class="view value indeterminate"
4516
+ />
4517
+ </ui-progress>
4518
+ <ui-view
4519
+ class="view wide"
4520
+ style="align-items: start;"
4521
+ >
4522
+ <ui-view
4523
+ class="view row wide"
4524
+ style="align-items: start; align-self: center; gap: var(--mirai-ui-space-M); max-width: var(--mirai-ui-breakpoint-content);"
4525
+ >
4526
+ <ui-view
4527
+ class="view"
4528
+ style="flex: 1; gap: var(--mirai-ui-space-M);"
4529
+ >
4530
+ <ui-view
4531
+ class="view"
4532
+ style="flex: 1; max-width: calc(var(--mirai-ui-breakpoint-S) - var(--mirai-ui-space-M) * 2);"
4533
+ >
4534
+ <ui-view
4535
+ class="view"
4536
+ style="gap: var(--mirai-ui-space-M);"
4537
+ >
4538
+ <ui-text
4539
+ class="text paragraph"
4540
+ >
4541
+ Lorem Ipsum
4542
+ </ui-text>
4543
+ <ui-view
4544
+ class="view row"
4545
+ >
4546
+ <ui-view
4547
+ class="view wide"
4548
+ >
4549
+ <ui-text
4550
+ class="text paragraph"
4551
+ >
4552
+ Lorem
4553
+ </ui-text>
4554
+ <ui-text
4555
+ class="text action"
4556
+ >
4557
+ Lorem Ipsum is
4558
+ </ui-text>
4559
+ <ui-text
4560
+ class="text small"
4561
+ >
4562
+ Lorem Ipsum
4563
+ </ui-text>
4564
+ </ui-view>
4565
+ <ui-view
4566
+ class="view wide"
4567
+ >
4568
+ <ui-text
4569
+ class="text paragraph"
4570
+ >
4571
+ Lorem
4572
+ </ui-text>
4573
+ <ui-text
4574
+ class="text action"
4575
+ >
4576
+ Lorem Ipsum is
4577
+ </ui-text>
4578
+ <ui-text
4579
+ class="text small"
4580
+ >
4581
+ Lorem Ipsum
4582
+ </ui-text>
4583
+ </ui-view>
4584
+ </ui-view>
4585
+ <ui-view
4586
+ class="view"
4587
+ >
4588
+ <ui-text
4589
+ class="text paragraph"
4590
+ >
4591
+ Lorem Ipsum
4592
+ </ui-text>
4593
+ <ui-text
4594
+ class="text action"
4595
+ >
4596
+ Lorem Ipsum is simply
4597
+ </ui-text>
4598
+ <ui-text
4599
+ class="text small"
4600
+ >
4601
+ Lorem Ipsum
4602
+ </ui-text>
4603
+ </ui-view>
4604
+ <ui-view
4605
+ class="view"
4606
+ >
4607
+ <ui-text
4608
+ class="text paragraph"
4609
+ >
4610
+ Lorem
4611
+ </ui-text>
4612
+ <ui-text
4613
+ class="text action"
4614
+ >
4615
+ Lorem Ipsum is
4616
+ </ui-text>
4617
+ <ui-text
4618
+ class="text small"
4619
+ >
4620
+ Lorem Ipsum is simply dummy text of the
4621
+ </ui-text>
4622
+ </ui-view>
4623
+ <ui-text
4624
+ class="text paragraph"
4625
+ >
4626
+ Lorem Ipsum is
4627
+ </ui-text>
4628
+ </ui-view>
4629
+ <ui-view
4630
+ class="view"
4631
+ style="gap: var(--mirai-ui-space-M);"
4632
+ >
4633
+ <ui-text
4634
+ class="text paragraph"
4635
+ >
4636
+ Lorem Ipsum
4637
+ </ui-text>
4638
+ <ui-view
4639
+ class="view"
4640
+ style="gap: var(--mirai-ui-space-S);"
4641
+ >
4642
+ <ui-view
4643
+ class="view row"
4644
+ style="justify-content: space-between;"
4645
+ >
4646
+ <ui-text
4647
+ class="text action"
4648
+ >
4649
+ Lorem Ipsum
4650
+ </ui-text>
4651
+ <ui-text
4652
+ class="text action"
4653
+ >
4654
+ Lorem
4655
+ </ui-text>
4656
+ </ui-view>
4657
+ <ui-view
4658
+ class="view row"
4659
+ style="justify-content: space-between;"
4660
+ >
4661
+ <ui-text
4662
+ class="text action"
4663
+ >
4664
+ Lorem Ipsum
4665
+ </ui-text>
4666
+ <ui-text
4667
+ class="text action"
4668
+ >
4669
+ Lorem
4670
+ </ui-text>
4671
+ </ui-view>
4672
+ <ui-view
4673
+ class="view row"
4674
+ style="justify-content: space-between;"
4675
+ >
4676
+ <ui-text
4677
+ class="text action"
4678
+ >
4679
+ Lorem Ipsum
4680
+ </ui-text>
4681
+ <ui-text
4682
+ class="text action"
4683
+ >
4684
+ Lorem
4685
+ </ui-text>
4686
+ </ui-view>
4687
+ <ui-view
4688
+ class="view row"
4689
+ style="justify-content: space-between;"
4690
+ >
4691
+ <ui-text
4692
+ class="text paragraph"
4693
+ >
4694
+ Lorem Ipsum
4695
+ </ui-text>
4696
+ <ui-text
4697
+ class="text paragraph"
4698
+ >
4699
+ Lorem
4700
+ </ui-text>
4701
+ </ui-view>
4702
+ </ui-view>
4703
+ <ui-button
4704
+ class="pressable button large wide"
4705
+ tabindex="0"
4706
+ >
4707
+ Lorem Ipsum
4708
+ </ui-button>
4709
+ <ui-view
4710
+ class="view"
4711
+ style="align-items: center;"
4712
+ >
4713
+ <ui-text
4714
+ class="text small"
4715
+ >
4716
+ Lorem Ipsum is simply dummy text of
4717
+ </ui-text>
4718
+ </ui-view>
4719
+ </ui-view>
4720
+ </ui-view>
4721
+ <ui-view
4722
+ class="view"
4723
+ style="gap: var(--mirai-ui-space-M);"
4724
+ >
4725
+ <ui-text
4726
+ class="text paragraph"
4727
+ >
4728
+ Lorem Ipsum
4729
+ </ui-text>
4730
+ <ui-text
4731
+ class="text small"
4732
+ >
4733
+ Lorem Ipsum is simply dummy
4734
+ </ui-text>
4735
+ <ui-view
4736
+ class="view row wide"
4737
+ style="gap: var(--mirai-ui-space-M);"
4738
+ >
4739
+ <ui-view
4740
+ class="view wide"
4741
+ />
4742
+ </ui-view>
4743
+ <ui-view
4744
+ class="view row wide"
4745
+ style="gap: var(--mirai-ui-space-M);"
4746
+ >
4747
+ <ui-view
4748
+ class="view wide"
4749
+ />
4750
+ </ui-view>
4751
+ <ui-view
4752
+ class="view row wide"
4753
+ style="gap: var(--mirai-ui-space-M);"
4754
+ >
4755
+ <ui-view
4756
+ class="view wide"
4757
+ />
4758
+ </ui-view>
4759
+ <ui-view
4760
+ class="view wide"
4761
+ />
4762
+ <ui-text
4763
+ class="text small"
4764
+ >
4765
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem
4766
+ </ui-text>
4767
+ <ui-view
4768
+ class="view row"
4769
+ style="gap: var(--mirai-ui-space-M);"
4770
+ >
4771
+ <ui-view
4772
+ class="view"
4773
+ />
4774
+ <ui-text
4775
+ class="text small"
4776
+ >
4777
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
4778
+ </ui-text>
4779
+ </ui-view>
4780
+ <ui-view
4781
+ class="view row"
4782
+ style="gap: var(--mirai-ui-space-M);"
4783
+ >
4784
+ <ui-view
4785
+ class="view"
4786
+ />
4787
+ <ui-text
4788
+ class="text small"
4789
+ >
4790
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
4791
+ </ui-text>
4792
+ </ui-view>
4793
+ </ui-view>
4794
+ <ui-view
4795
+ class="view"
4796
+ style="gap: var(--mirai-ui-space-M);"
4797
+ >
4798
+ <ui-text
4799
+ class="text paragraph"
4800
+ >
4801
+ Lorem Ipsum
4802
+ </ui-text>
4803
+ <ui-text
4804
+ class="text paragraph"
4805
+ >
4806
+ Lorem Ipsum
4807
+ </ui-text>
4808
+ <ui-view
4809
+ class="view wide"
4810
+ />
4811
+ <ui-view
4812
+ class="view wide"
4813
+ />
4814
+ <ui-view
4815
+ class="view row wide"
4816
+ style="gap: var(--mirai-ui-space-M);"
4817
+ >
4818
+ <ui-view
4819
+ class="view wide"
4820
+ />
4821
+ <ui-view
4822
+ class="view wide"
4823
+ />
4824
+ </ui-view>
4825
+ </ui-view>
4826
+ <ui-view
4827
+ class="view"
4828
+ style="gap: var(--mirai-ui-space-M);"
4829
+ >
4830
+ <ui-text
4831
+ class="text paragraph"
4832
+ >
4833
+ Lorem Ipsum
4834
+ </ui-text>
4835
+ <ui-view
4836
+ class="view wide"
4837
+ />
4838
+ </ui-view>
4839
+ <ui-view
4840
+ class="view"
4841
+ style="gap: var(--mirai-ui-space-M);"
4842
+ >
4843
+ <ui-view
4844
+ class="view"
4845
+ >
4846
+ <ui-text
4847
+ class="text small"
4848
+ >
4849
+ Lorem Ipsum is simply dummy text
4850
+ </ui-text>
4851
+ <ui-text
4852
+ class="text small"
4853
+ >
4854
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
4855
+ </ui-text>
4856
+ </ui-view>
4857
+ <ui-view
4858
+ class="view"
4859
+ >
4860
+ <ui-text
4861
+ class="text small"
4862
+ >
4863
+ Lorem Ipsum
4864
+ </ui-text>
4865
+ <ui-text
4866
+ class="text small"
4867
+ >
4868
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
4869
+ </ui-text>
4870
+ </ui-view>
4871
+ <ui-view
4872
+ class="view"
4873
+ >
4874
+ <ui-text
4875
+ class="text small"
4876
+ >
4877
+ Lorem Ipsum
4878
+ </ui-text>
4879
+ <ui-text
4880
+ class="text small"
4881
+ >
4882
+ Lorem Ipsum is simply dummy text of the
4883
+ </ui-text>
4884
+ </ui-view>
4885
+ <ui-view
4886
+ class="view"
4887
+ >
4888
+ <ui-text
4889
+ class="text small"
4890
+ >
4891
+ Lorem Ipsum
4892
+ </ui-text>
4893
+ <ui-text
4894
+ class="text small"
4895
+ >
4896
+ Lorem Ipsum is simply dummy text
4897
+ </ui-text>
4898
+ </ui-view>
4899
+ </ui-view>
4900
+ </ui-view>
4901
+ </ui-view>
4902
+ </ui-view>
4903
+ </ui-checkout>
4904
+ <ui-view
4905
+ class="view row"
4906
+ >
4907
+ <ui-view
4908
+ class="view row"
4909
+ >
4910
+ <ui-view
4911
+ class="view row"
4912
+ >
4913
+ <ui-text
4914
+ class="text light small"
4915
+ >
4916
+ © 2024 .
4917
+ </ui-text>
4918
+ <ui-text
4919
+ class="text light small"
4920
+ >
4921
+ common.label.all_rights_reserved
4922
+ </ui-text>
4923
+ <ui-a
4924
+ class="pressable action small underline"
4925
+ href="https://reservation.mirai.com/MRE/MAgreement.do?idtokenprovider=100379008"
4926
+ tabindex="0"
4927
+ >
4928
+ core.action.privacy_policy
4929
+ </ui-a>
4930
+ </ui-view>
4931
+ <ui-a
4932
+ class="pressable action small"
4933
+ href="https://www.mirai.com/"
4934
+ tabindex="0"
4935
+ >
4936
+ Powered by
4937
+ <ui-text
4938
+ class="text bold light paragraph"
4939
+ >
4940
+ mirai
4941
+ </ui-text>
4942
+ </ui-a>
4943
+ </ui-view>
4944
+ </ui-view>
4945
+ </DocumentFragment>
4946
+ `;