@mirai/core 0.3.336 → 0.3.337
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.
- package/build/components/BannerLoyalty/BannerLoyalty.js +3 -1
- package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
- package/build/components/BannerLoyalty/BannerLoyalty.module.css +1 -0
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +270 -260
- package/build/components/Booking/components/Field/__tests__/__snapshots__/Field.test.js.snap +36 -36
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Menu.test.js.snap +164 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +128 -104
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +332 -290
- package/build/components/Chat/Chat.js +2 -1
- package/build/components/Chat/Chat.js.map +1 -1
- package/build/components/Chat/components/Avatar/__tests__/__snapshots__/Avatar.test.jsx.snap +30 -30
- package/build/components/Chat/components/Input/__tests__/__snapshots__/Input.test.jsx.snap +27 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +75 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +392 -376
- package/build/components/Checkout/components/InputRadio/InputRadio.module.css +4 -0
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +124 -100
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +606 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +824 -748
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1761 -1758
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2794 -2760
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8106 -7994
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +4325 -4318
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +139 -115
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Footer.js +5 -2
- package/build/components/Rates/Rates.Footer.js.map +1 -1
- package/build/components/Rates/Rates.RoomSelector.js +7 -14
- package/build/components/Rates/Rates.RoomSelector.js.map +1 -1
- package/build/components/Rates/Rates.js +13 -7
- package/build/components/Rates/Rates.js.map +1 -1
- package/build/components/Rates/Rates.module.css +7 -51
- package/build/components/Rates/components/Filters/Filters.js +1 -0
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/Item.Rates.js +24 -15
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Rates/components/Item/Item.module.css +9 -10
- package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.js → ModalCancellationInfo/ModalCancellationInfo.js} +7 -7
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/ModalCancellationInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalCancellationInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js +1 -0
- package/build/components/Rates/components/Item/components/ModalInfo/ModalInfo.js.map +1 -1
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js +81 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.js.map +1 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/ModalOfferInfo.module.css +24 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js +17 -0
- package/build/components/Rates/components/Item/components/ModalOfferInfo/index.js.map +1 -0
- package/build/components/Rates/components/Item/components/Option/Option.module.css +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js +7 -16
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js.map +1 -1
- package/build/components/Rates/components/Item/components/index.js +15 -4
- package/build/components/Rates/components/Item/components/index.js.map +1 -1
- package/build/components/Rates/components/Item/index.js +12 -5
- package/build/components/Rates/components/Item/index.js.map +1 -1
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +351 -305
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +303 -270
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +1068 -1063
- package/build/components/__shared__/BookingSummary/_tests__/__snapshots__/BookingSummary.test.js.snap +316 -316
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.Row.test.js.snap +200 -200
- package/build/components/__shared__/BookingTable/__tests__/__snapshots__/BookingTable.test.js.snap +320 -320
- package/build/components/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap +156 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +15 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +43 -32
- package/build/components/__shared__/ButtonPayment/components/FormAddon/__tests__/__snapshots__/FormAddon.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +129 -129
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +46 -45
- package/build/components/__shared__/ButtonPayment/components/FormSipay/__tests__/__snapshots__/FormSipay.test.js.snap +30 -30
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +51 -51
- package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +8 -8
- package/build/components/__shared__/Field/__tests__/__snapshots__/Field.test.js.snap +266 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +556 -513
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +63 -59
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +68 -60
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +783 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +334 -308
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +8 -6
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +254 -231
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +140 -140
- package/build/components/__shared__/Payment/components/Tpv/__tests__/__snapshots__/Tpv.test.js.snap +30 -27
- package/build/components/__shared__/SelectEnvironment/__tests__/__snapshots__/SelectEnvironment.test.js.snap +53 -53
- package/build/components/__shared__/TextRequiredFields/__tests__/__snapshots__/TextRequiredFields.test.js.snap +6 -6
- package/build/components/helpers/__tests__/__snapshots__/parseHtml.test.js.snap +108 -104
- package/package.json +3 -3
- package/build/components/Rates/components/Item/components/ModalRateInfo/ModalRateInfo.js.map +0 -1
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js +0 -17
- package/build/components/Rates/components/Item/components/ModalRateInfo/index.js.map +0 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js +0 -49
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Tooltip.js.map +0 -1
- /package/build/components/Rates/components/Item/components/{ModalRateInfo/ModalRateInfo.module.css → ModalCancellationInfo/ModalCancellationInfo.module.css} +0 -0
|
@@ -2,31 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Field> Mobile environment prop:visible 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_pressable
|
|
6
6
|
class="pressable"
|
|
7
|
+
tabindex="0"
|
|
7
8
|
>
|
|
8
|
-
<
|
|
9
|
+
<ui_view
|
|
9
10
|
class="view"
|
|
10
11
|
>
|
|
11
|
-
<
|
|
12
|
+
<ui_text
|
|
12
13
|
class="text action"
|
|
13
14
|
/>
|
|
14
|
-
</
|
|
15
|
-
</
|
|
16
|
-
<
|
|
15
|
+
</ui_view>
|
|
16
|
+
</ui_pressable>
|
|
17
|
+
<ui_modal_overflow
|
|
17
18
|
class="pressable container overflow visible onOverflow"
|
|
18
19
|
style="height: 768px;"
|
|
20
|
+
tabindex="0"
|
|
19
21
|
>
|
|
20
|
-
<
|
|
22
|
+
<ui_view
|
|
21
23
|
class="view fit modal calcWidth visible"
|
|
22
24
|
>
|
|
23
|
-
<
|
|
25
|
+
<ui_view
|
|
24
26
|
class="view row header hideBack"
|
|
25
27
|
>
|
|
26
28
|
<button
|
|
27
29
|
class="pressable button small squared transparent button"
|
|
30
|
+
tabindex="0"
|
|
28
31
|
>
|
|
29
|
-
<
|
|
32
|
+
<ui_icon
|
|
30
33
|
class="icon headline-3 icon"
|
|
31
34
|
>
|
|
32
35
|
<svg
|
|
@@ -47,42 +50,45 @@ exports[`component:<Field> Mobile environment prop:visible 1`] = `
|
|
|
47
50
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
48
51
|
/>
|
|
49
52
|
</svg>
|
|
50
|
-
</
|
|
53
|
+
</ui_icon>
|
|
51
54
|
</button>
|
|
52
|
-
</
|
|
55
|
+
</ui_view>
|
|
53
56
|
Mirai-children
|
|
54
|
-
</
|
|
55
|
-
</
|
|
57
|
+
</ui_view>
|
|
58
|
+
</ui_modal_overflow>
|
|
56
59
|
</DocumentFragment>
|
|
57
60
|
`;
|
|
58
61
|
|
|
59
62
|
exports[`component:<Field> inherit:className 1`] = `
|
|
60
63
|
<DocumentFragment>
|
|
61
|
-
<
|
|
64
|
+
<ui_pressable
|
|
62
65
|
class="pressable mirai"
|
|
66
|
+
tabindex="0"
|
|
63
67
|
>
|
|
64
|
-
<
|
|
68
|
+
<ui_view
|
|
65
69
|
class="view"
|
|
66
70
|
>
|
|
67
|
-
<
|
|
71
|
+
<ui_text
|
|
68
72
|
class="text action"
|
|
69
73
|
/>
|
|
70
|
-
</
|
|
71
|
-
</
|
|
72
|
-
<
|
|
74
|
+
</ui_view>
|
|
75
|
+
</ui_pressable>
|
|
76
|
+
<ui_modal_overflow
|
|
73
77
|
class="pressable container overflow onOverflow"
|
|
74
78
|
style="height: 768px;"
|
|
79
|
+
tabindex="0"
|
|
75
80
|
>
|
|
76
|
-
<
|
|
81
|
+
<ui_view
|
|
77
82
|
class="view fit modal calcWidth"
|
|
78
83
|
>
|
|
79
|
-
<
|
|
84
|
+
<ui_view
|
|
80
85
|
class="view row header hideBack"
|
|
81
86
|
>
|
|
82
87
|
<button
|
|
83
88
|
class="pressable button small squared transparent button"
|
|
89
|
+
tabindex="0"
|
|
84
90
|
>
|
|
85
|
-
<
|
|
91
|
+
<ui_icon
|
|
86
92
|
class="icon headline-3 icon"
|
|
87
93
|
>
|
|
88
94
|
<svg
|
|
@@ -103,44 +109,47 @@ exports[`component:<Field> inherit:className 1`] = `
|
|
|
103
109
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
104
110
|
/>
|
|
105
111
|
</svg>
|
|
106
|
-
</
|
|
112
|
+
</ui_icon>
|
|
107
113
|
</button>
|
|
108
|
-
</
|
|
114
|
+
</ui_view>
|
|
109
115
|
Mirai-children
|
|
110
|
-
</
|
|
111
|
-
</
|
|
116
|
+
</ui_view>
|
|
117
|
+
</ui_modal_overflow>
|
|
112
118
|
</DocumentFragment>
|
|
113
119
|
`;
|
|
114
120
|
|
|
115
121
|
exports[`component:<Field> prop:caption 1`] = `
|
|
116
122
|
<DocumentFragment>
|
|
117
|
-
<
|
|
123
|
+
<ui_pressable
|
|
118
124
|
class="pressable"
|
|
125
|
+
tabindex="0"
|
|
119
126
|
>
|
|
120
|
-
<
|
|
127
|
+
<ui_view
|
|
121
128
|
class="view"
|
|
122
129
|
>
|
|
123
|
-
<
|
|
130
|
+
<ui_text
|
|
124
131
|
class="text action"
|
|
125
132
|
>
|
|
126
133
|
Mirai-caption
|
|
127
|
-
</
|
|
128
|
-
</
|
|
129
|
-
</
|
|
130
|
-
<
|
|
134
|
+
</ui_text>
|
|
135
|
+
</ui_view>
|
|
136
|
+
</ui_pressable>
|
|
137
|
+
<ui_modal_overflow
|
|
131
138
|
class="pressable container overflow onOverflow"
|
|
132
139
|
style="height: 768px;"
|
|
140
|
+
tabindex="0"
|
|
133
141
|
>
|
|
134
|
-
<
|
|
142
|
+
<ui_view
|
|
135
143
|
class="view fit modal calcWidth"
|
|
136
144
|
>
|
|
137
|
-
<
|
|
145
|
+
<ui_view
|
|
138
146
|
class="view row header hideBack"
|
|
139
147
|
>
|
|
140
148
|
<button
|
|
141
149
|
class="pressable button small squared transparent button"
|
|
150
|
+
tabindex="0"
|
|
142
151
|
>
|
|
143
|
-
<
|
|
152
|
+
<ui_icon
|
|
144
153
|
class="icon headline-3 icon"
|
|
145
154
|
>
|
|
146
155
|
<svg
|
|
@@ -161,42 +170,45 @@ exports[`component:<Field> prop:caption 1`] = `
|
|
|
161
170
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
162
171
|
/>
|
|
163
172
|
</svg>
|
|
164
|
-
</
|
|
173
|
+
</ui_icon>
|
|
165
174
|
</button>
|
|
166
|
-
</
|
|
175
|
+
</ui_view>
|
|
167
176
|
Mirai-children
|
|
168
|
-
</
|
|
169
|
-
</
|
|
177
|
+
</ui_view>
|
|
178
|
+
</ui_modal_overflow>
|
|
170
179
|
</DocumentFragment>
|
|
171
180
|
`;
|
|
172
181
|
|
|
173
182
|
exports[`component:<Field> prop:centered 1`] = `
|
|
174
183
|
<DocumentFragment>
|
|
175
|
-
<
|
|
184
|
+
<ui_pressable
|
|
176
185
|
class="pressable"
|
|
186
|
+
tabindex="0"
|
|
177
187
|
>
|
|
178
|
-
<
|
|
188
|
+
<ui_view
|
|
179
189
|
class="view"
|
|
180
190
|
>
|
|
181
|
-
<
|
|
191
|
+
<ui_text
|
|
182
192
|
class="text action"
|
|
183
193
|
/>
|
|
184
|
-
</
|
|
185
|
-
</
|
|
186
|
-
<
|
|
194
|
+
</ui_view>
|
|
195
|
+
</ui_pressable>
|
|
196
|
+
<ui_modal_overflow
|
|
187
197
|
class="pressable container overflow onOverflow"
|
|
188
198
|
style="height: 768px;"
|
|
199
|
+
tabindex="0"
|
|
189
200
|
>
|
|
190
|
-
<
|
|
201
|
+
<ui_view
|
|
191
202
|
class="view fit modal calcWidth"
|
|
192
203
|
>
|
|
193
|
-
<
|
|
204
|
+
<ui_view
|
|
194
205
|
class="view row header hideBack"
|
|
195
206
|
>
|
|
196
207
|
<button
|
|
197
208
|
class="pressable button small squared transparent button"
|
|
209
|
+
tabindex="0"
|
|
198
210
|
>
|
|
199
|
-
<
|
|
211
|
+
<ui_icon
|
|
200
212
|
class="icon headline-3 icon"
|
|
201
213
|
>
|
|
202
214
|
<svg
|
|
@@ -217,31 +229,33 @@ exports[`component:<Field> prop:centered 1`] = `
|
|
|
217
229
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
218
230
|
/>
|
|
219
231
|
</svg>
|
|
220
|
-
</
|
|
232
|
+
</ui_icon>
|
|
221
233
|
</button>
|
|
222
|
-
</
|
|
234
|
+
</ui_view>
|
|
223
235
|
Mirai-children
|
|
224
|
-
</
|
|
225
|
-
</
|
|
236
|
+
</ui_view>
|
|
237
|
+
</ui_modal_overflow>
|
|
226
238
|
</DocumentFragment>
|
|
227
239
|
`;
|
|
228
240
|
|
|
229
241
|
exports[`component:<Field> prop:compacted 1`] = `
|
|
230
242
|
<DocumentFragment>
|
|
231
|
-
<
|
|
243
|
+
<ui_modal_overflow
|
|
232
244
|
class="pressable container overflow onOverflow"
|
|
233
245
|
style="height: 768px;"
|
|
246
|
+
tabindex="0"
|
|
234
247
|
>
|
|
235
|
-
<
|
|
248
|
+
<ui_view
|
|
236
249
|
class="view fit modal calcWidth"
|
|
237
250
|
>
|
|
238
|
-
<
|
|
251
|
+
<ui_view
|
|
239
252
|
class="view row header hideBack"
|
|
240
253
|
>
|
|
241
254
|
<button
|
|
242
255
|
class="pressable button small squared transparent button"
|
|
256
|
+
tabindex="0"
|
|
243
257
|
>
|
|
244
|
-
<
|
|
258
|
+
<ui_icon
|
|
245
259
|
class="icon headline-3 icon"
|
|
246
260
|
>
|
|
247
261
|
<svg
|
|
@@ -262,28 +276,29 @@ exports[`component:<Field> prop:compacted 1`] = `
|
|
|
262
276
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
263
277
|
/>
|
|
264
278
|
</svg>
|
|
265
|
-
</
|
|
279
|
+
</ui_icon>
|
|
266
280
|
</button>
|
|
267
|
-
</
|
|
281
|
+
</ui_view>
|
|
268
282
|
Mirai-children
|
|
269
|
-
</
|
|
270
|
-
</
|
|
283
|
+
</ui_view>
|
|
284
|
+
</ui_modal_overflow>
|
|
271
285
|
</DocumentFragment>
|
|
272
286
|
`;
|
|
273
287
|
|
|
274
288
|
exports[`component:<Field> prop:error 1`] = `
|
|
275
289
|
<DocumentFragment>
|
|
276
|
-
<
|
|
290
|
+
<ui_pressable
|
|
277
291
|
class="pressable"
|
|
292
|
+
tabindex="0"
|
|
278
293
|
>
|
|
279
|
-
<
|
|
294
|
+
<ui_view
|
|
280
295
|
class="view"
|
|
281
296
|
>
|
|
282
|
-
<
|
|
297
|
+
<ui_text
|
|
283
298
|
class="text action"
|
|
284
299
|
/>
|
|
285
|
-
</
|
|
286
|
-
<
|
|
300
|
+
</ui_view>
|
|
301
|
+
<ui_icon
|
|
287
302
|
class="icon headline-3"
|
|
288
303
|
>
|
|
289
304
|
<svg
|
|
@@ -303,22 +318,24 @@ exports[`component:<Field> prop:error 1`] = `
|
|
|
303
318
|
d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
304
319
|
/>
|
|
305
320
|
</svg>
|
|
306
|
-
</
|
|
307
|
-
</
|
|
308
|
-
<
|
|
321
|
+
</ui_icon>
|
|
322
|
+
</ui_pressable>
|
|
323
|
+
<ui_modal_overflow
|
|
309
324
|
class="pressable container overflow onOverflow"
|
|
310
325
|
style="height: 768px;"
|
|
326
|
+
tabindex="0"
|
|
311
327
|
>
|
|
312
|
-
<
|
|
328
|
+
<ui_view
|
|
313
329
|
class="view fit modal calcWidth"
|
|
314
330
|
>
|
|
315
|
-
<
|
|
331
|
+
<ui_view
|
|
316
332
|
class="view row header hideBack"
|
|
317
333
|
>
|
|
318
334
|
<button
|
|
319
335
|
class="pressable button small squared transparent button"
|
|
336
|
+
tabindex="0"
|
|
320
337
|
>
|
|
321
|
-
<
|
|
338
|
+
<ui_icon
|
|
322
339
|
class="icon headline-3 icon"
|
|
323
340
|
>
|
|
324
341
|
<svg
|
|
@@ -339,21 +356,22 @@ exports[`component:<Field> prop:error 1`] = `
|
|
|
339
356
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
340
357
|
/>
|
|
341
358
|
</svg>
|
|
342
|
-
</
|
|
359
|
+
</ui_icon>
|
|
343
360
|
</button>
|
|
344
|
-
</
|
|
361
|
+
</ui_view>
|
|
345
362
|
Mirai-children
|
|
346
|
-
</
|
|
347
|
-
</
|
|
363
|
+
</ui_view>
|
|
364
|
+
</ui_modal_overflow>
|
|
348
365
|
</DocumentFragment>
|
|
349
366
|
`;
|
|
350
367
|
|
|
351
368
|
exports[`component:<Field> prop:icon 1`] = `
|
|
352
369
|
<DocumentFragment>
|
|
353
|
-
<
|
|
370
|
+
<ui_pressable
|
|
354
371
|
class="pressable"
|
|
372
|
+
tabindex="0"
|
|
355
373
|
>
|
|
356
|
-
<
|
|
374
|
+
<ui_icon
|
|
357
375
|
class="icon headline-3"
|
|
358
376
|
>
|
|
359
377
|
<svg
|
|
@@ -380,29 +398,31 @@ exports[`component:<Field> prop:icon 1`] = `
|
|
|
380
398
|
d="M2 18h20"
|
|
381
399
|
/>
|
|
382
400
|
</svg>
|
|
383
|
-
</
|
|
384
|
-
<
|
|
401
|
+
</ui_icon>
|
|
402
|
+
<ui_view
|
|
385
403
|
class="view"
|
|
386
404
|
>
|
|
387
|
-
<
|
|
405
|
+
<ui_text
|
|
388
406
|
class="text action"
|
|
389
407
|
/>
|
|
390
|
-
</
|
|
391
|
-
</
|
|
392
|
-
<
|
|
408
|
+
</ui_view>
|
|
409
|
+
</ui_pressable>
|
|
410
|
+
<ui_modal_overflow
|
|
393
411
|
class="pressable container overflow onOverflow"
|
|
394
412
|
style="height: 768px;"
|
|
413
|
+
tabindex="0"
|
|
395
414
|
>
|
|
396
|
-
<
|
|
415
|
+
<ui_view
|
|
397
416
|
class="view fit modal calcWidth"
|
|
398
417
|
>
|
|
399
|
-
<
|
|
418
|
+
<ui_view
|
|
400
419
|
class="view row header hideBack"
|
|
401
420
|
>
|
|
402
421
|
<button
|
|
403
422
|
class="pressable button small squared transparent button"
|
|
423
|
+
tabindex="0"
|
|
404
424
|
>
|
|
405
|
-
<
|
|
425
|
+
<ui_icon
|
|
406
426
|
class="icon headline-3 icon"
|
|
407
427
|
>
|
|
408
428
|
<svg
|
|
@@ -423,42 +443,45 @@ exports[`component:<Field> prop:icon 1`] = `
|
|
|
423
443
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
424
444
|
/>
|
|
425
445
|
</svg>
|
|
426
|
-
</
|
|
446
|
+
</ui_icon>
|
|
427
447
|
</button>
|
|
428
|
-
</
|
|
448
|
+
</ui_view>
|
|
429
449
|
Mirai-children
|
|
430
|
-
</
|
|
431
|
-
</
|
|
450
|
+
</ui_view>
|
|
451
|
+
</ui_modal_overflow>
|
|
432
452
|
</DocumentFragment>
|
|
433
453
|
`;
|
|
434
454
|
|
|
435
455
|
exports[`component:<Field> prop:inline 1`] = `
|
|
436
456
|
<DocumentFragment>
|
|
437
|
-
<
|
|
457
|
+
<ui_pressable
|
|
438
458
|
class="pressable"
|
|
459
|
+
tabindex="0"
|
|
439
460
|
>
|
|
440
|
-
<
|
|
461
|
+
<ui_view
|
|
441
462
|
class="view"
|
|
442
463
|
>
|
|
443
|
-
<
|
|
464
|
+
<ui_text
|
|
444
465
|
class="text action"
|
|
445
466
|
/>
|
|
446
|
-
</
|
|
447
|
-
</
|
|
448
|
-
<
|
|
467
|
+
</ui_view>
|
|
468
|
+
</ui_pressable>
|
|
469
|
+
<ui_modal_overflow
|
|
449
470
|
class="pressable container overflow onOverflow"
|
|
450
471
|
style="height: 768px;"
|
|
472
|
+
tabindex="0"
|
|
451
473
|
>
|
|
452
|
-
<
|
|
474
|
+
<ui_view
|
|
453
475
|
class="view fit modal calcWidth"
|
|
454
476
|
>
|
|
455
|
-
<
|
|
477
|
+
<ui_view
|
|
456
478
|
class="view row header hideBack"
|
|
457
479
|
>
|
|
458
480
|
<button
|
|
459
481
|
class="pressable button small squared transparent button"
|
|
482
|
+
tabindex="0"
|
|
460
483
|
>
|
|
461
|
-
<
|
|
484
|
+
<ui_icon
|
|
462
485
|
class="icon headline-3 icon"
|
|
463
486
|
>
|
|
464
487
|
<svg
|
|
@@ -479,66 +502,70 @@ exports[`component:<Field> prop:inline 1`] = `
|
|
|
479
502
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
480
503
|
/>
|
|
481
504
|
</svg>
|
|
482
|
-
</
|
|
505
|
+
</ui_icon>
|
|
483
506
|
</button>
|
|
484
|
-
</
|
|
507
|
+
</ui_view>
|
|
485
508
|
Mirai-children
|
|
486
|
-
</
|
|
487
|
-
</
|
|
509
|
+
</ui_view>
|
|
510
|
+
</ui_modal_overflow>
|
|
488
511
|
</DocumentFragment>
|
|
489
512
|
`;
|
|
490
513
|
|
|
491
514
|
exports[`component:<Field> prop:inputMode 1`] = `
|
|
492
515
|
<DocumentFragment>
|
|
493
|
-
<
|
|
516
|
+
<ui_pressable
|
|
494
517
|
class="pressable"
|
|
518
|
+
tabindex="0"
|
|
495
519
|
>
|
|
496
|
-
<
|
|
520
|
+
<ui_view
|
|
497
521
|
class="view"
|
|
498
522
|
>
|
|
499
523
|
Mirai-children
|
|
500
|
-
</
|
|
501
|
-
</
|
|
524
|
+
</ui_view>
|
|
525
|
+
</ui_pressable>
|
|
502
526
|
</DocumentFragment>
|
|
503
527
|
`;
|
|
504
528
|
|
|
505
529
|
exports[`component:<Field> prop:label 1`] = `
|
|
506
530
|
<DocumentFragment>
|
|
507
|
-
<
|
|
531
|
+
<ui_pressable
|
|
508
532
|
class="pressable"
|
|
533
|
+
tabindex="0"
|
|
509
534
|
>
|
|
510
|
-
<
|
|
535
|
+
<ui_view
|
|
511
536
|
class="view"
|
|
512
537
|
>
|
|
513
|
-
<
|
|
538
|
+
<ui_text
|
|
514
539
|
class="text small"
|
|
515
540
|
>
|
|
516
541
|
Mirai-label
|
|
517
|
-
</
|
|
518
|
-
<
|
|
542
|
+
</ui_text>
|
|
543
|
+
<ui_text
|
|
519
544
|
class="text action"
|
|
520
545
|
/>
|
|
521
|
-
</
|
|
522
|
-
</
|
|
523
|
-
<
|
|
546
|
+
</ui_view>
|
|
547
|
+
</ui_pressable>
|
|
548
|
+
<ui_modal_overflow
|
|
524
549
|
class="pressable container overflow onOverflow"
|
|
525
550
|
style="height: 768px;"
|
|
551
|
+
tabindex="0"
|
|
526
552
|
>
|
|
527
|
-
<
|
|
553
|
+
<ui_view
|
|
528
554
|
class="view fit modal calcWidth"
|
|
529
555
|
>
|
|
530
|
-
<
|
|
556
|
+
<ui_view
|
|
531
557
|
class="view row header hideBack"
|
|
532
558
|
>
|
|
533
|
-
<
|
|
559
|
+
<ui_text
|
|
534
560
|
class="text paragraph title"
|
|
535
561
|
>
|
|
536
562
|
Mirai-label
|
|
537
|
-
</
|
|
563
|
+
</ui_text>
|
|
538
564
|
<button
|
|
539
565
|
class="pressable button small squared transparent button"
|
|
566
|
+
tabindex="0"
|
|
540
567
|
>
|
|
541
|
-
<
|
|
568
|
+
<ui_icon
|
|
542
569
|
class="icon headline-3 icon"
|
|
543
570
|
>
|
|
544
571
|
<svg
|
|
@@ -558,44 +585,47 @@ exports[`component:<Field> prop:label 1`] = `
|
|
|
558
585
|
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
559
586
|
/>
|
|
560
587
|
</svg>
|
|
561
|
-
</
|
|
588
|
+
</ui_icon>
|
|
562
589
|
</button>
|
|
563
|
-
</
|
|
590
|
+
</ui_view>
|
|
564
591
|
Mirai-children
|
|
565
|
-
</
|
|
566
|
-
</
|
|
592
|
+
</ui_view>
|
|
593
|
+
</ui_modal_overflow>
|
|
567
594
|
</DocumentFragment>
|
|
568
595
|
`;
|
|
569
596
|
|
|
570
597
|
exports[`component:<Field> prop:placeholder 1`] = `
|
|
571
598
|
<DocumentFragment>
|
|
572
|
-
<
|
|
599
|
+
<ui_pressable
|
|
573
600
|
class="pressable"
|
|
601
|
+
tabindex="0"
|
|
574
602
|
>
|
|
575
|
-
<
|
|
603
|
+
<ui_view
|
|
576
604
|
class="view"
|
|
577
605
|
>
|
|
578
|
-
<
|
|
606
|
+
<ui_text
|
|
579
607
|
class="text action"
|
|
580
608
|
>
|
|
581
609
|
Mirai-placeholder
|
|
582
|
-
</
|
|
583
|
-
</
|
|
584
|
-
</
|
|
585
|
-
<
|
|
610
|
+
</ui_text>
|
|
611
|
+
</ui_view>
|
|
612
|
+
</ui_pressable>
|
|
613
|
+
<ui_modal_overflow
|
|
586
614
|
class="pressable container overflow onOverflow"
|
|
587
615
|
style="height: 768px;"
|
|
616
|
+
tabindex="0"
|
|
588
617
|
>
|
|
589
|
-
<
|
|
618
|
+
<ui_view
|
|
590
619
|
class="view fit modal calcWidth"
|
|
591
620
|
>
|
|
592
|
-
<
|
|
621
|
+
<ui_view
|
|
593
622
|
class="view row header hideBack"
|
|
594
623
|
>
|
|
595
624
|
<button
|
|
596
625
|
class="pressable button small squared transparent button"
|
|
626
|
+
tabindex="0"
|
|
597
627
|
>
|
|
598
|
-
<
|
|
628
|
+
<ui_icon
|
|
599
629
|
class="icon headline-3 icon"
|
|
600
630
|
>
|
|
601
631
|
<svg
|
|
@@ -616,43 +646,45 @@ exports[`component:<Field> prop:placeholder 1`] = `
|
|
|
616
646
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
617
647
|
/>
|
|
618
648
|
</svg>
|
|
619
|
-
</
|
|
649
|
+
</ui_icon>
|
|
620
650
|
</button>
|
|
621
|
-
</
|
|
651
|
+
</ui_view>
|
|
622
652
|
Mirai-children
|
|
623
|
-
</
|
|
624
|
-
</
|
|
653
|
+
</ui_view>
|
|
654
|
+
</ui_modal_overflow>
|
|
625
655
|
</DocumentFragment>
|
|
626
656
|
`;
|
|
627
657
|
|
|
628
658
|
exports[`component:<Field> prop:tabIndex 1`] = `
|
|
629
659
|
<DocumentFragment>
|
|
630
|
-
<
|
|
660
|
+
<ui_pressable
|
|
631
661
|
class="pressable"
|
|
632
662
|
tabindex="1980"
|
|
633
663
|
>
|
|
634
|
-
<
|
|
664
|
+
<ui_view
|
|
635
665
|
class="view"
|
|
636
666
|
>
|
|
637
|
-
<
|
|
667
|
+
<ui_text
|
|
638
668
|
class="text action"
|
|
639
669
|
/>
|
|
640
|
-
</
|
|
641
|
-
</
|
|
642
|
-
<
|
|
670
|
+
</ui_view>
|
|
671
|
+
</ui_pressable>
|
|
672
|
+
<ui_modal_overflow
|
|
643
673
|
class="pressable container overflow onOverflow"
|
|
644
674
|
style="height: 768px;"
|
|
675
|
+
tabindex="0"
|
|
645
676
|
>
|
|
646
|
-
<
|
|
677
|
+
<ui_view
|
|
647
678
|
class="view fit modal calcWidth"
|
|
648
679
|
>
|
|
649
|
-
<
|
|
680
|
+
<ui_view
|
|
650
681
|
class="view row header hideBack"
|
|
651
682
|
>
|
|
652
683
|
<button
|
|
653
684
|
class="pressable button small squared transparent button"
|
|
685
|
+
tabindex="0"
|
|
654
686
|
>
|
|
655
|
-
<
|
|
687
|
+
<ui_icon
|
|
656
688
|
class="icon headline-3 icon"
|
|
657
689
|
>
|
|
658
690
|
<svg
|
|
@@ -673,42 +705,45 @@ exports[`component:<Field> prop:tabIndex 1`] = `
|
|
|
673
705
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
674
706
|
/>
|
|
675
707
|
</svg>
|
|
676
|
-
</
|
|
708
|
+
</ui_icon>
|
|
677
709
|
</button>
|
|
678
|
-
</
|
|
710
|
+
</ui_view>
|
|
679
711
|
Mirai-children
|
|
680
|
-
</
|
|
681
|
-
</
|
|
712
|
+
</ui_view>
|
|
713
|
+
</ui_modal_overflow>
|
|
682
714
|
</DocumentFragment>
|
|
683
715
|
`;
|
|
684
716
|
|
|
685
717
|
exports[`component:<Field> prop:visible && centered 1`] = `
|
|
686
718
|
<DocumentFragment>
|
|
687
|
-
<
|
|
719
|
+
<ui_pressable
|
|
688
720
|
class="pressable"
|
|
721
|
+
tabindex="0"
|
|
689
722
|
>
|
|
690
|
-
<
|
|
723
|
+
<ui_view
|
|
691
724
|
class="view"
|
|
692
725
|
>
|
|
693
|
-
<
|
|
726
|
+
<ui_text
|
|
694
727
|
class="text action"
|
|
695
728
|
/>
|
|
696
|
-
</
|
|
697
|
-
</
|
|
698
|
-
<
|
|
729
|
+
</ui_view>
|
|
730
|
+
</ui_pressable>
|
|
731
|
+
<ui_modal_overflow
|
|
699
732
|
class="pressable container overflow visible onOverflow"
|
|
700
733
|
style="height: 768px;"
|
|
734
|
+
tabindex="0"
|
|
701
735
|
>
|
|
702
|
-
<
|
|
736
|
+
<ui_view
|
|
703
737
|
class="view fit modal calcWidth visible"
|
|
704
738
|
>
|
|
705
|
-
<
|
|
739
|
+
<ui_view
|
|
706
740
|
class="view row header hideBack"
|
|
707
741
|
>
|
|
708
742
|
<button
|
|
709
743
|
class="pressable button small squared transparent button"
|
|
744
|
+
tabindex="0"
|
|
710
745
|
>
|
|
711
|
-
<
|
|
746
|
+
<ui_icon
|
|
712
747
|
class="icon headline-3 icon"
|
|
713
748
|
>
|
|
714
749
|
<svg
|
|
@@ -729,42 +764,45 @@ exports[`component:<Field> prop:visible && centered 1`] = `
|
|
|
729
764
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
730
765
|
/>
|
|
731
766
|
</svg>
|
|
732
|
-
</
|
|
767
|
+
</ui_icon>
|
|
733
768
|
</button>
|
|
734
|
-
</
|
|
769
|
+
</ui_view>
|
|
735
770
|
Mirai-children
|
|
736
|
-
</
|
|
737
|
-
</
|
|
771
|
+
</ui_view>
|
|
772
|
+
</ui_modal_overflow>
|
|
738
773
|
</DocumentFragment>
|
|
739
774
|
`;
|
|
740
775
|
|
|
741
776
|
exports[`component:<Field> prop:visible 1`] = `
|
|
742
777
|
<DocumentFragment>
|
|
743
|
-
<
|
|
778
|
+
<ui_pressable
|
|
744
779
|
class="pressable"
|
|
780
|
+
tabindex="0"
|
|
745
781
|
>
|
|
746
|
-
<
|
|
782
|
+
<ui_view
|
|
747
783
|
class="view"
|
|
748
784
|
>
|
|
749
|
-
<
|
|
785
|
+
<ui_text
|
|
750
786
|
class="text action"
|
|
751
787
|
/>
|
|
752
|
-
</
|
|
753
|
-
</
|
|
754
|
-
<
|
|
788
|
+
</ui_view>
|
|
789
|
+
</ui_pressable>
|
|
790
|
+
<ui_modal_overflow
|
|
755
791
|
class="pressable container overflow visible onOverflow"
|
|
756
792
|
style="height: 768px;"
|
|
793
|
+
tabindex="0"
|
|
757
794
|
>
|
|
758
|
-
<
|
|
795
|
+
<ui_view
|
|
759
796
|
class="view fit modal calcWidth visible"
|
|
760
797
|
>
|
|
761
|
-
<
|
|
798
|
+
<ui_view
|
|
762
799
|
class="view row header hideBack"
|
|
763
800
|
>
|
|
764
801
|
<button
|
|
765
802
|
class="pressable button small squared transparent button"
|
|
803
|
+
tabindex="0"
|
|
766
804
|
>
|
|
767
|
-
<
|
|
805
|
+
<ui_icon
|
|
768
806
|
class="icon headline-3 icon"
|
|
769
807
|
>
|
|
770
808
|
<svg
|
|
@@ -785,28 +823,29 @@ exports[`component:<Field> prop:visible 1`] = `
|
|
|
785
823
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
786
824
|
/>
|
|
787
825
|
</svg>
|
|
788
|
-
</
|
|
826
|
+
</ui_icon>
|
|
789
827
|
</button>
|
|
790
|
-
</
|
|
828
|
+
</ui_view>
|
|
791
829
|
Mirai-children
|
|
792
|
-
</
|
|
793
|
-
</
|
|
830
|
+
</ui_view>
|
|
831
|
+
</ui_modal_overflow>
|
|
794
832
|
</DocumentFragment>
|
|
795
833
|
`;
|
|
796
834
|
|
|
797
835
|
exports[`component:<Field> prop:warning 1`] = `
|
|
798
836
|
<DocumentFragment>
|
|
799
|
-
<
|
|
837
|
+
<ui_pressable
|
|
800
838
|
class="pressable"
|
|
839
|
+
tabindex="0"
|
|
801
840
|
>
|
|
802
|
-
<
|
|
841
|
+
<ui_view
|
|
803
842
|
class="view"
|
|
804
843
|
>
|
|
805
|
-
<
|
|
844
|
+
<ui_text
|
|
806
845
|
class="text action"
|
|
807
846
|
/>
|
|
808
|
-
</
|
|
809
|
-
<
|
|
847
|
+
</ui_view>
|
|
848
|
+
<ui_icon
|
|
810
849
|
class="icon headline-3"
|
|
811
850
|
>
|
|
812
851
|
<svg
|
|
@@ -822,22 +861,24 @@ exports[`component:<Field> prop:warning 1`] = `
|
|
|
822
861
|
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
823
862
|
/>
|
|
824
863
|
</svg>
|
|
825
|
-
</
|
|
826
|
-
</
|
|
827
|
-
<
|
|
864
|
+
</ui_icon>
|
|
865
|
+
</ui_pressable>
|
|
866
|
+
<ui_modal_overflow
|
|
828
867
|
class="pressable container overflow onOverflow"
|
|
829
868
|
style="height: 768px;"
|
|
869
|
+
tabindex="0"
|
|
830
870
|
>
|
|
831
|
-
<
|
|
871
|
+
<ui_view
|
|
832
872
|
class="view fit modal calcWidth"
|
|
833
873
|
>
|
|
834
|
-
<
|
|
874
|
+
<ui_view
|
|
835
875
|
class="view row header hideBack"
|
|
836
876
|
>
|
|
837
877
|
<button
|
|
838
878
|
class="pressable button small squared transparent button"
|
|
879
|
+
tabindex="0"
|
|
839
880
|
>
|
|
840
|
-
<
|
|
881
|
+
<ui_icon
|
|
841
882
|
class="icon headline-3 icon"
|
|
842
883
|
>
|
|
843
884
|
<svg
|
|
@@ -858,42 +899,45 @@ exports[`component:<Field> prop:warning 1`] = `
|
|
|
858
899
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
859
900
|
/>
|
|
860
901
|
</svg>
|
|
861
|
-
</
|
|
902
|
+
</ui_icon>
|
|
862
903
|
</button>
|
|
863
|
-
</
|
|
904
|
+
</ui_view>
|
|
864
905
|
Mirai-children
|
|
865
|
-
</
|
|
866
|
-
</
|
|
906
|
+
</ui_view>
|
|
907
|
+
</ui_modal_overflow>
|
|
867
908
|
</DocumentFragment>
|
|
868
909
|
`;
|
|
869
910
|
|
|
870
911
|
exports[`component:<Field> renders 1`] = `
|
|
871
912
|
<DocumentFragment>
|
|
872
|
-
<
|
|
913
|
+
<ui_pressable
|
|
873
914
|
class="pressable"
|
|
915
|
+
tabindex="0"
|
|
874
916
|
>
|
|
875
|
-
<
|
|
917
|
+
<ui_view
|
|
876
918
|
class="view"
|
|
877
919
|
>
|
|
878
|
-
<
|
|
920
|
+
<ui_text
|
|
879
921
|
class="text action"
|
|
880
922
|
/>
|
|
881
|
-
</
|
|
882
|
-
</
|
|
883
|
-
<
|
|
923
|
+
</ui_view>
|
|
924
|
+
</ui_pressable>
|
|
925
|
+
<ui_modal_overflow
|
|
884
926
|
class="pressable container overflow onOverflow"
|
|
885
927
|
style="height: 768px;"
|
|
928
|
+
tabindex="0"
|
|
886
929
|
>
|
|
887
|
-
<
|
|
930
|
+
<ui_view
|
|
888
931
|
class="view fit modal calcWidth"
|
|
889
932
|
>
|
|
890
|
-
<
|
|
933
|
+
<ui_view
|
|
891
934
|
class="view row header hideBack"
|
|
892
935
|
>
|
|
893
936
|
<button
|
|
894
937
|
class="pressable button small squared transparent button"
|
|
938
|
+
tabindex="0"
|
|
895
939
|
>
|
|
896
|
-
<
|
|
940
|
+
<ui_icon
|
|
897
941
|
class="icon headline-3 icon"
|
|
898
942
|
>
|
|
899
943
|
<svg
|
|
@@ -914,46 +958,49 @@ exports[`component:<Field> renders 1`] = `
|
|
|
914
958
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
915
959
|
/>
|
|
916
960
|
</svg>
|
|
917
|
-
</
|
|
961
|
+
</ui_icon>
|
|
918
962
|
</button>
|
|
919
|
-
</
|
|
963
|
+
</ui_view>
|
|
920
964
|
Mirai-children
|
|
921
|
-
</
|
|
922
|
-
</
|
|
965
|
+
</ui_view>
|
|
966
|
+
</ui_modal_overflow>
|
|
923
967
|
</DocumentFragment>
|
|
924
968
|
`;
|
|
925
969
|
|
|
926
970
|
exports[`component:<Field> testID 1`] = `
|
|
927
971
|
<DocumentFragment>
|
|
928
|
-
<
|
|
972
|
+
<ui_pressable
|
|
929
973
|
class="pressable"
|
|
930
974
|
data-testid="mirai"
|
|
975
|
+
tabindex="0"
|
|
931
976
|
>
|
|
932
|
-
<
|
|
977
|
+
<ui_view
|
|
933
978
|
class="view"
|
|
934
979
|
>
|
|
935
|
-
<
|
|
980
|
+
<ui_text
|
|
936
981
|
class="text action"
|
|
937
982
|
/>
|
|
938
|
-
</
|
|
939
|
-
</
|
|
940
|
-
<
|
|
983
|
+
</ui_view>
|
|
984
|
+
</ui_pressable>
|
|
985
|
+
<ui_modal_overflow
|
|
941
986
|
class="pressable container overflow onOverflow"
|
|
942
987
|
data-testid="mirai-modal-overflow"
|
|
943
988
|
style="height: 768px;"
|
|
989
|
+
tabindex="0"
|
|
944
990
|
>
|
|
945
|
-
<
|
|
991
|
+
<ui_view
|
|
946
992
|
class="view fit modal calcWidth"
|
|
947
993
|
data-testid="mirai-modal"
|
|
948
994
|
>
|
|
949
|
-
<
|
|
995
|
+
<ui_view
|
|
950
996
|
class="view row header hideBack"
|
|
951
997
|
>
|
|
952
998
|
<button
|
|
953
999
|
class="pressable button small squared transparent button"
|
|
954
1000
|
data-testid="mirai-modal-button-close"
|
|
1001
|
+
tabindex="0"
|
|
955
1002
|
>
|
|
956
|
-
<
|
|
1003
|
+
<ui_icon
|
|
957
1004
|
class="icon headline-3 icon"
|
|
958
1005
|
>
|
|
959
1006
|
<svg
|
|
@@ -974,11 +1021,11 @@ exports[`component:<Field> testID 1`] = `
|
|
|
974
1021
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
975
1022
|
/>
|
|
976
1023
|
</svg>
|
|
977
|
-
</
|
|
1024
|
+
</ui_icon>
|
|
978
1025
|
</button>
|
|
979
|
-
</
|
|
1026
|
+
</ui_view>
|
|
980
1027
|
Mirai-children
|
|
981
|
-
</
|
|
982
|
-
</
|
|
1028
|
+
</ui_view>
|
|
1029
|
+
</ui_modal_overflow>
|
|
983
1030
|
</DocumentFragment>
|
|
984
1031
|
`;
|