@mirai/core 0.3.356 → 0.3.357
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/BannerLoyalty/__tests__/__snapshots__/BannerLoyalty.test.js.snap +34 -34
- package/build/components/Booking/__tests__/__snapshots__/Booking.test.js.snap +260 -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 +148 -148
- package/build/components/Booking/partials/__tests__/__snapshots__/Booking.Modal.test.js.snap +108 -108
- package/build/components/BookingQuery/__tests__/__snapshots__/BookingQuery.test.js.snap +302 -302
- 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 +24 -24
- package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap +68 -68
- package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap +74 -74
- package/build/components/Chat/components/Message/components/Environment.module.css +1 -1
- package/build/components/Checkout/__tests__/__snapshots__/Checkout.test.js.snap +376 -376
- package/build/components/Checkout/components/InputRadio/__tests__/__snapshots__/InputRadio.test.js.snap +112 -112
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Confirmation.test.js.snap +588 -588
- package/build/components/Checkout/partials/__tests__/__snapshots__/Checkout.Form.test.js.snap +788 -764
- package/build/components/Deals/Deals.js +2 -1
- package/build/components/Deals/Deals.js.map +1 -1
- package/build/components/Deals/Deals.module.css +1 -1
- package/build/components/Deals/__tests__/__snapshots__/Deals.Calendar.test.js.snap +1893 -1893
- package/build/components/Deals/__tests__/__snapshots__/Deals.test.js.snap +2936 -2884
- package/build/components/Finder/Finder.compact.js +7 -4
- package/build/components/Finder/Finder.compact.js.map +1 -1
- package/build/components/Finder/Finder.module.css +3 -3
- package/build/components/Finder/__tests__/__snapshots__/Finder.test.js.snap +8430 -8428
- package/build/components/Finder/components/Calendar/__tests__/__snapshots__/Calendar.test.js.snap +5063 -4646
- package/build/components/Finder/components/Places/__tests__/__snapshots__/Places.test.js.snap +115 -115
- package/build/components/Header/Header.js +2 -1
- package/build/components/Header/Header.js.map +1 -1
- package/build/components/Header/Header.module.css +1 -1
- package/build/components/Profile/components/Bookings/__tests__/__snapshots__/Bookings.test.js.snap +6 -6
- package/build/components/Rates/Rates.Unavailability.js +2 -1
- package/build/components/Rates/Rates.Unavailability.js.map +1 -1
- package/build/components/Rates/Rates.module.css +2 -2
- package/build/components/Rates/components/CardHotel/CardHotel.js +2 -1
- package/build/components/Rates/components/CardHotel/CardHotel.js.map +1 -1
- package/build/components/Rates/components/CardHotel/CardHotel.module.css +1 -1
- package/build/components/Rates/components/Filters/Filters.js +1 -1
- package/build/components/Rates/components/Filters/Filters.js.map +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.module.css +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.js +8 -4
- package/build/components/Rates/components/Item/components/Slider/Slider.js.map +1 -1
- package/build/components/Rates/components/Item/components/Slider/Slider.module.css +2 -2
- package/build/components/Rates/components/Item/components/TooltipDates/TooltipDates.module.css +2 -2
- package/build/components/Rates/components/ModalExtras/ModalExtras.module.css +0 -4
- package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +320 -315
- package/build/components/Signup/Signup.js +4 -2
- package/build/components/Signup/Signup.js.map +1 -1
- package/build/components/Signup/Signup.module.css +1 -1
- package/build/components/Signup/__tests__/__snapshots__/Signup.test.js.snap +279 -279
- package/build/components/__shared__/BookingDates/__tests__/__snapshots__/BookingDates.test.js.snap +74 -74
- package/build/components/__shared__/BookingDetails/__tests__/__snapshots__/BookingDetails.test.js.snap +991 -991
- 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 +144 -144
- package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap +12 -12
- package/build/components/__shared__/ButtonPayment/__tests__/__snapshots__/ButtonPayment.test.js.snap +32 -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 +45 -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 +219 -219
- package/build/components/__shared__/FieldOccupation/__tests__/__snapshots__/FieldOccupation.test.js.snap +513 -513
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js +1 -0
- package/build/components/__shared__/FieldPromocode/FieldPromocode.js.map +1 -1
- package/build/components/__shared__/FieldPromocode/__tests__/__snapshots__/FieldPromocode.test.jsx.snap +59 -59
- package/build/components/__shared__/Footer/Footer.js +11 -10
- package/build/components/__shared__/Footer/Footer.js.map +1 -1
- package/build/components/__shared__/Footer/Footer.module.css +2 -2
- package/build/components/__shared__/Footer/__tests__/__snapshots__/Footer.test.js.snap +60 -60
- package/build/components/__shared__/Occupation/Occupation.Group.js +2 -1
- package/build/components/__shared__/Occupation/Occupation.Group.js.map +1 -1
- package/build/components/__shared__/Occupation/Occupation.module.css +3 -3
- package/build/components/__shared__/Occupation/__tests__/__snapshots__/Occupation.test.js.snap +732 -732
- package/build/components/__shared__/Payment/__tests__/__snapshots__/Payment.test.js.snap +319 -313
- package/build/components/__shared__/Payment/components/Aplazame/__tests__/__snapshots__/Aplazame.test.js.snap +7 -7
- package/build/components/__shared__/Payment/components/Card/__tests__/__snapshots__/Card.test.js.snap +231 -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 +27 -27
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js +4 -2
- package/build/components/__shared__/SelectEnvironment/SelectEnvironment.js.map +1 -1
- 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 +104 -104
- package/package.json +1 -1
|
@@ -2,34 +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
7
|
tabindex="0"
|
|
8
8
|
>
|
|
9
|
-
<
|
|
9
|
+
<ui-view
|
|
10
10
|
class="view"
|
|
11
11
|
>
|
|
12
|
-
<
|
|
12
|
+
<ui-text
|
|
13
13
|
class="text action"
|
|
14
14
|
/>
|
|
15
|
-
</
|
|
16
|
-
</
|
|
17
|
-
<
|
|
15
|
+
</ui-view>
|
|
16
|
+
</ui-pressable>
|
|
17
|
+
<ui-modal-overflow
|
|
18
18
|
class="pressable container overflow visible onOverflow"
|
|
19
19
|
style="height: 768px;"
|
|
20
20
|
tabindex="0"
|
|
21
21
|
>
|
|
22
|
-
<
|
|
22
|
+
<ui-modal
|
|
23
23
|
class="view fit modal calcWidth visible"
|
|
24
24
|
>
|
|
25
|
-
<
|
|
25
|
+
<ui-view
|
|
26
26
|
class="view row header hideBack"
|
|
27
27
|
>
|
|
28
28
|
<button
|
|
29
29
|
class="pressable button small squared transparent button"
|
|
30
30
|
tabindex="0"
|
|
31
31
|
>
|
|
32
|
-
<
|
|
32
|
+
<ui-icon
|
|
33
33
|
class="icon headline-3 icon"
|
|
34
34
|
>
|
|
35
35
|
<svg
|
|
@@ -50,45 +50,45 @@ exports[`component:<Field> Mobile environment prop:visible 1`] = `
|
|
|
50
50
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
51
51
|
/>
|
|
52
52
|
</svg>
|
|
53
|
-
</
|
|
53
|
+
</ui-icon>
|
|
54
54
|
</button>
|
|
55
|
-
</
|
|
55
|
+
</ui-view>
|
|
56
56
|
Mirai-children
|
|
57
|
-
</
|
|
58
|
-
</
|
|
57
|
+
</ui-modal>
|
|
58
|
+
</ui-modal-overflow>
|
|
59
59
|
</DocumentFragment>
|
|
60
60
|
`;
|
|
61
61
|
|
|
62
62
|
exports[`component:<Field> inherit:className 1`] = `
|
|
63
63
|
<DocumentFragment>
|
|
64
|
-
<
|
|
64
|
+
<ui-pressable
|
|
65
65
|
class="pressable mirai"
|
|
66
66
|
tabindex="0"
|
|
67
67
|
>
|
|
68
|
-
<
|
|
68
|
+
<ui-view
|
|
69
69
|
class="view"
|
|
70
70
|
>
|
|
71
|
-
<
|
|
71
|
+
<ui-text
|
|
72
72
|
class="text action"
|
|
73
73
|
/>
|
|
74
|
-
</
|
|
75
|
-
</
|
|
76
|
-
<
|
|
74
|
+
</ui-view>
|
|
75
|
+
</ui-pressable>
|
|
76
|
+
<ui-modal-overflow
|
|
77
77
|
class="pressable container overflow onOverflow"
|
|
78
78
|
style="height: 768px;"
|
|
79
79
|
tabindex="0"
|
|
80
80
|
>
|
|
81
|
-
<
|
|
81
|
+
<ui-modal
|
|
82
82
|
class="view fit modal calcWidth"
|
|
83
83
|
>
|
|
84
|
-
<
|
|
84
|
+
<ui-view
|
|
85
85
|
class="view row header hideBack"
|
|
86
86
|
>
|
|
87
87
|
<button
|
|
88
88
|
class="pressable button small squared transparent button"
|
|
89
89
|
tabindex="0"
|
|
90
90
|
>
|
|
91
|
-
<
|
|
91
|
+
<ui-icon
|
|
92
92
|
class="icon headline-3 icon"
|
|
93
93
|
>
|
|
94
94
|
<svg
|
|
@@ -109,47 +109,47 @@ exports[`component:<Field> inherit:className 1`] = `
|
|
|
109
109
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
110
110
|
/>
|
|
111
111
|
</svg>
|
|
112
|
-
</
|
|
112
|
+
</ui-icon>
|
|
113
113
|
</button>
|
|
114
|
-
</
|
|
114
|
+
</ui-view>
|
|
115
115
|
Mirai-children
|
|
116
|
-
</
|
|
117
|
-
</
|
|
116
|
+
</ui-modal>
|
|
117
|
+
</ui-modal-overflow>
|
|
118
118
|
</DocumentFragment>
|
|
119
119
|
`;
|
|
120
120
|
|
|
121
121
|
exports[`component:<Field> prop:caption 1`] = `
|
|
122
122
|
<DocumentFragment>
|
|
123
|
-
<
|
|
123
|
+
<ui-pressable
|
|
124
124
|
class="pressable"
|
|
125
125
|
tabindex="0"
|
|
126
126
|
>
|
|
127
|
-
<
|
|
127
|
+
<ui-view
|
|
128
128
|
class="view"
|
|
129
129
|
>
|
|
130
|
-
<
|
|
130
|
+
<ui-text
|
|
131
131
|
class="text action"
|
|
132
132
|
>
|
|
133
133
|
Mirai-caption
|
|
134
|
-
</
|
|
135
|
-
</
|
|
136
|
-
</
|
|
137
|
-
<
|
|
134
|
+
</ui-text>
|
|
135
|
+
</ui-view>
|
|
136
|
+
</ui-pressable>
|
|
137
|
+
<ui-modal-overflow
|
|
138
138
|
class="pressable container overflow onOverflow"
|
|
139
139
|
style="height: 768px;"
|
|
140
140
|
tabindex="0"
|
|
141
141
|
>
|
|
142
|
-
<
|
|
142
|
+
<ui-modal
|
|
143
143
|
class="view fit modal calcWidth"
|
|
144
144
|
>
|
|
145
|
-
<
|
|
145
|
+
<ui-view
|
|
146
146
|
class="view row header hideBack"
|
|
147
147
|
>
|
|
148
148
|
<button
|
|
149
149
|
class="pressable button small squared transparent button"
|
|
150
150
|
tabindex="0"
|
|
151
151
|
>
|
|
152
|
-
<
|
|
152
|
+
<ui-icon
|
|
153
153
|
class="icon headline-3 icon"
|
|
154
154
|
>
|
|
155
155
|
<svg
|
|
@@ -170,45 +170,45 @@ exports[`component:<Field> prop:caption 1`] = `
|
|
|
170
170
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
171
171
|
/>
|
|
172
172
|
</svg>
|
|
173
|
-
</
|
|
173
|
+
</ui-icon>
|
|
174
174
|
</button>
|
|
175
|
-
</
|
|
175
|
+
</ui-view>
|
|
176
176
|
Mirai-children
|
|
177
|
-
</
|
|
178
|
-
</
|
|
177
|
+
</ui-modal>
|
|
178
|
+
</ui-modal-overflow>
|
|
179
179
|
</DocumentFragment>
|
|
180
180
|
`;
|
|
181
181
|
|
|
182
182
|
exports[`component:<Field> prop:centered 1`] = `
|
|
183
183
|
<DocumentFragment>
|
|
184
|
-
<
|
|
184
|
+
<ui-pressable
|
|
185
185
|
class="pressable"
|
|
186
186
|
tabindex="0"
|
|
187
187
|
>
|
|
188
|
-
<
|
|
188
|
+
<ui-view
|
|
189
189
|
class="view"
|
|
190
190
|
>
|
|
191
|
-
<
|
|
191
|
+
<ui-text
|
|
192
192
|
class="text action"
|
|
193
193
|
/>
|
|
194
|
-
</
|
|
195
|
-
</
|
|
196
|
-
<
|
|
194
|
+
</ui-view>
|
|
195
|
+
</ui-pressable>
|
|
196
|
+
<ui-modal-overflow
|
|
197
197
|
class="pressable container overflow onOverflow"
|
|
198
198
|
style="height: 768px;"
|
|
199
199
|
tabindex="0"
|
|
200
200
|
>
|
|
201
|
-
<
|
|
201
|
+
<ui-modal
|
|
202
202
|
class="view fit modal calcWidth"
|
|
203
203
|
>
|
|
204
|
-
<
|
|
204
|
+
<ui-view
|
|
205
205
|
class="view row header hideBack"
|
|
206
206
|
>
|
|
207
207
|
<button
|
|
208
208
|
class="pressable button small squared transparent button"
|
|
209
209
|
tabindex="0"
|
|
210
210
|
>
|
|
211
|
-
<
|
|
211
|
+
<ui-icon
|
|
212
212
|
class="icon headline-3 icon"
|
|
213
213
|
>
|
|
214
214
|
<svg
|
|
@@ -229,33 +229,33 @@ exports[`component:<Field> prop:centered 1`] = `
|
|
|
229
229
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
230
230
|
/>
|
|
231
231
|
</svg>
|
|
232
|
-
</
|
|
232
|
+
</ui-icon>
|
|
233
233
|
</button>
|
|
234
|
-
</
|
|
234
|
+
</ui-view>
|
|
235
235
|
Mirai-children
|
|
236
|
-
</
|
|
237
|
-
</
|
|
236
|
+
</ui-modal>
|
|
237
|
+
</ui-modal-overflow>
|
|
238
238
|
</DocumentFragment>
|
|
239
239
|
`;
|
|
240
240
|
|
|
241
241
|
exports[`component:<Field> prop:compacted 1`] = `
|
|
242
242
|
<DocumentFragment>
|
|
243
|
-
<
|
|
243
|
+
<ui-modal-overflow
|
|
244
244
|
class="pressable container overflow onOverflow"
|
|
245
245
|
style="height: 768px;"
|
|
246
246
|
tabindex="0"
|
|
247
247
|
>
|
|
248
|
-
<
|
|
248
|
+
<ui-modal
|
|
249
249
|
class="view fit modal calcWidth"
|
|
250
250
|
>
|
|
251
|
-
<
|
|
251
|
+
<ui-view
|
|
252
252
|
class="view row header hideBack"
|
|
253
253
|
>
|
|
254
254
|
<button
|
|
255
255
|
class="pressable button small squared transparent button"
|
|
256
256
|
tabindex="0"
|
|
257
257
|
>
|
|
258
|
-
<
|
|
258
|
+
<ui-icon
|
|
259
259
|
class="icon headline-3 icon"
|
|
260
260
|
>
|
|
261
261
|
<svg
|
|
@@ -276,29 +276,29 @@ exports[`component:<Field> prop:compacted 1`] = `
|
|
|
276
276
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
277
277
|
/>
|
|
278
278
|
</svg>
|
|
279
|
-
</
|
|
279
|
+
</ui-icon>
|
|
280
280
|
</button>
|
|
281
|
-
</
|
|
281
|
+
</ui-view>
|
|
282
282
|
Mirai-children
|
|
283
|
-
</
|
|
284
|
-
</
|
|
283
|
+
</ui-modal>
|
|
284
|
+
</ui-modal-overflow>
|
|
285
285
|
</DocumentFragment>
|
|
286
286
|
`;
|
|
287
287
|
|
|
288
288
|
exports[`component:<Field> prop:error 1`] = `
|
|
289
289
|
<DocumentFragment>
|
|
290
|
-
<
|
|
290
|
+
<ui-pressable
|
|
291
291
|
class="pressable"
|
|
292
292
|
tabindex="0"
|
|
293
293
|
>
|
|
294
|
-
<
|
|
294
|
+
<ui-view
|
|
295
295
|
class="view"
|
|
296
296
|
>
|
|
297
|
-
<
|
|
297
|
+
<ui-text
|
|
298
298
|
class="text action"
|
|
299
299
|
/>
|
|
300
|
-
</
|
|
301
|
-
<
|
|
300
|
+
</ui-view>
|
|
301
|
+
<ui-icon
|
|
302
302
|
class="icon headline-3"
|
|
303
303
|
>
|
|
304
304
|
<svg
|
|
@@ -318,24 +318,24 @@ exports[`component:<Field> prop:error 1`] = `
|
|
|
318
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"
|
|
319
319
|
/>
|
|
320
320
|
</svg>
|
|
321
|
-
</
|
|
322
|
-
</
|
|
323
|
-
<
|
|
321
|
+
</ui-icon>
|
|
322
|
+
</ui-pressable>
|
|
323
|
+
<ui-modal-overflow
|
|
324
324
|
class="pressable container overflow onOverflow"
|
|
325
325
|
style="height: 768px;"
|
|
326
326
|
tabindex="0"
|
|
327
327
|
>
|
|
328
|
-
<
|
|
328
|
+
<ui-modal
|
|
329
329
|
class="view fit modal calcWidth"
|
|
330
330
|
>
|
|
331
|
-
<
|
|
331
|
+
<ui-view
|
|
332
332
|
class="view row header hideBack"
|
|
333
333
|
>
|
|
334
334
|
<button
|
|
335
335
|
class="pressable button small squared transparent button"
|
|
336
336
|
tabindex="0"
|
|
337
337
|
>
|
|
338
|
-
<
|
|
338
|
+
<ui-icon
|
|
339
339
|
class="icon headline-3 icon"
|
|
340
340
|
>
|
|
341
341
|
<svg
|
|
@@ -356,22 +356,22 @@ exports[`component:<Field> prop:error 1`] = `
|
|
|
356
356
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
357
357
|
/>
|
|
358
358
|
</svg>
|
|
359
|
-
</
|
|
359
|
+
</ui-icon>
|
|
360
360
|
</button>
|
|
361
|
-
</
|
|
361
|
+
</ui-view>
|
|
362
362
|
Mirai-children
|
|
363
|
-
</
|
|
364
|
-
</
|
|
363
|
+
</ui-modal>
|
|
364
|
+
</ui-modal-overflow>
|
|
365
365
|
</DocumentFragment>
|
|
366
366
|
`;
|
|
367
367
|
|
|
368
368
|
exports[`component:<Field> prop:icon 1`] = `
|
|
369
369
|
<DocumentFragment>
|
|
370
|
-
<
|
|
370
|
+
<ui-pressable
|
|
371
371
|
class="pressable"
|
|
372
372
|
tabindex="0"
|
|
373
373
|
>
|
|
374
|
-
<
|
|
374
|
+
<ui-icon
|
|
375
375
|
class="icon headline-3"
|
|
376
376
|
>
|
|
377
377
|
<svg
|
|
@@ -398,31 +398,31 @@ exports[`component:<Field> prop:icon 1`] = `
|
|
|
398
398
|
d="M2 18h20"
|
|
399
399
|
/>
|
|
400
400
|
</svg>
|
|
401
|
-
</
|
|
402
|
-
<
|
|
401
|
+
</ui-icon>
|
|
402
|
+
<ui-view
|
|
403
403
|
class="view"
|
|
404
404
|
>
|
|
405
|
-
<
|
|
405
|
+
<ui-text
|
|
406
406
|
class="text action"
|
|
407
407
|
/>
|
|
408
|
-
</
|
|
409
|
-
</
|
|
410
|
-
<
|
|
408
|
+
</ui-view>
|
|
409
|
+
</ui-pressable>
|
|
410
|
+
<ui-modal-overflow
|
|
411
411
|
class="pressable container overflow onOverflow"
|
|
412
412
|
style="height: 768px;"
|
|
413
413
|
tabindex="0"
|
|
414
414
|
>
|
|
415
|
-
<
|
|
415
|
+
<ui-modal
|
|
416
416
|
class="view fit modal calcWidth"
|
|
417
417
|
>
|
|
418
|
-
<
|
|
418
|
+
<ui-view
|
|
419
419
|
class="view row header hideBack"
|
|
420
420
|
>
|
|
421
421
|
<button
|
|
422
422
|
class="pressable button small squared transparent button"
|
|
423
423
|
tabindex="0"
|
|
424
424
|
>
|
|
425
|
-
<
|
|
425
|
+
<ui-icon
|
|
426
426
|
class="icon headline-3 icon"
|
|
427
427
|
>
|
|
428
428
|
<svg
|
|
@@ -443,45 +443,45 @@ exports[`component:<Field> prop:icon 1`] = `
|
|
|
443
443
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
444
444
|
/>
|
|
445
445
|
</svg>
|
|
446
|
-
</
|
|
446
|
+
</ui-icon>
|
|
447
447
|
</button>
|
|
448
|
-
</
|
|
448
|
+
</ui-view>
|
|
449
449
|
Mirai-children
|
|
450
|
-
</
|
|
451
|
-
</
|
|
450
|
+
</ui-modal>
|
|
451
|
+
</ui-modal-overflow>
|
|
452
452
|
</DocumentFragment>
|
|
453
453
|
`;
|
|
454
454
|
|
|
455
455
|
exports[`component:<Field> prop:inline 1`] = `
|
|
456
456
|
<DocumentFragment>
|
|
457
|
-
<
|
|
457
|
+
<ui-pressable
|
|
458
458
|
class="pressable"
|
|
459
459
|
tabindex="0"
|
|
460
460
|
>
|
|
461
|
-
<
|
|
461
|
+
<ui-view
|
|
462
462
|
class="view"
|
|
463
463
|
>
|
|
464
|
-
<
|
|
464
|
+
<ui-text
|
|
465
465
|
class="text action"
|
|
466
466
|
/>
|
|
467
|
-
</
|
|
468
|
-
</
|
|
469
|
-
<
|
|
467
|
+
</ui-view>
|
|
468
|
+
</ui-pressable>
|
|
469
|
+
<ui-modal-overflow
|
|
470
470
|
class="pressable container overflow onOverflow"
|
|
471
471
|
style="height: 768px;"
|
|
472
472
|
tabindex="0"
|
|
473
473
|
>
|
|
474
|
-
<
|
|
474
|
+
<ui-modal
|
|
475
475
|
class="view fit modal calcWidth"
|
|
476
476
|
>
|
|
477
|
-
<
|
|
477
|
+
<ui-view
|
|
478
478
|
class="view row header hideBack"
|
|
479
479
|
>
|
|
480
480
|
<button
|
|
481
481
|
class="pressable button small squared transparent button"
|
|
482
482
|
tabindex="0"
|
|
483
483
|
>
|
|
484
|
-
<
|
|
484
|
+
<ui-icon
|
|
485
485
|
class="icon headline-3 icon"
|
|
486
486
|
>
|
|
487
487
|
<svg
|
|
@@ -502,70 +502,70 @@ exports[`component:<Field> prop:inline 1`] = `
|
|
|
502
502
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
503
503
|
/>
|
|
504
504
|
</svg>
|
|
505
|
-
</
|
|
505
|
+
</ui-icon>
|
|
506
506
|
</button>
|
|
507
|
-
</
|
|
507
|
+
</ui-view>
|
|
508
508
|
Mirai-children
|
|
509
|
-
</
|
|
510
|
-
</
|
|
509
|
+
</ui-modal>
|
|
510
|
+
</ui-modal-overflow>
|
|
511
511
|
</DocumentFragment>
|
|
512
512
|
`;
|
|
513
513
|
|
|
514
514
|
exports[`component:<Field> prop:inputMode 1`] = `
|
|
515
515
|
<DocumentFragment>
|
|
516
|
-
<
|
|
516
|
+
<ui-pressable
|
|
517
517
|
class="pressable"
|
|
518
518
|
tabindex="0"
|
|
519
519
|
>
|
|
520
|
-
<
|
|
520
|
+
<ui-view
|
|
521
521
|
class="view"
|
|
522
522
|
>
|
|
523
523
|
Mirai-children
|
|
524
|
-
</
|
|
525
|
-
</
|
|
524
|
+
</ui-view>
|
|
525
|
+
</ui-pressable>
|
|
526
526
|
</DocumentFragment>
|
|
527
527
|
`;
|
|
528
528
|
|
|
529
529
|
exports[`component:<Field> prop:label 1`] = `
|
|
530
530
|
<DocumentFragment>
|
|
531
|
-
<
|
|
531
|
+
<ui-pressable
|
|
532
532
|
class="pressable"
|
|
533
533
|
tabindex="0"
|
|
534
534
|
>
|
|
535
|
-
<
|
|
535
|
+
<ui-view
|
|
536
536
|
class="view"
|
|
537
537
|
>
|
|
538
|
-
<
|
|
538
|
+
<ui-text
|
|
539
539
|
class="text small"
|
|
540
540
|
>
|
|
541
541
|
Mirai-label
|
|
542
|
-
</
|
|
543
|
-
<
|
|
542
|
+
</ui-text>
|
|
543
|
+
<ui-text
|
|
544
544
|
class="text action"
|
|
545
545
|
/>
|
|
546
|
-
</
|
|
547
|
-
</
|
|
548
|
-
<
|
|
546
|
+
</ui-view>
|
|
547
|
+
</ui-pressable>
|
|
548
|
+
<ui-modal-overflow
|
|
549
549
|
class="pressable container overflow onOverflow"
|
|
550
550
|
style="height: 768px;"
|
|
551
551
|
tabindex="0"
|
|
552
552
|
>
|
|
553
|
-
<
|
|
553
|
+
<ui-modal
|
|
554
554
|
class="view fit modal calcWidth"
|
|
555
555
|
>
|
|
556
|
-
<
|
|
556
|
+
<ui-view
|
|
557
557
|
class="view row header hideBack"
|
|
558
558
|
>
|
|
559
|
-
<
|
|
559
|
+
<ui-text
|
|
560
560
|
class="text paragraph title"
|
|
561
561
|
>
|
|
562
562
|
Mirai-label
|
|
563
|
-
</
|
|
563
|
+
</ui-text>
|
|
564
564
|
<button
|
|
565
565
|
class="pressable button small squared transparent button"
|
|
566
566
|
tabindex="0"
|
|
567
567
|
>
|
|
568
|
-
<
|
|
568
|
+
<ui-icon
|
|
569
569
|
class="icon headline-3 icon"
|
|
570
570
|
>
|
|
571
571
|
<svg
|
|
@@ -585,47 +585,47 @@ exports[`component:<Field> prop:label 1`] = `
|
|
|
585
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"
|
|
586
586
|
/>
|
|
587
587
|
</svg>
|
|
588
|
-
</
|
|
588
|
+
</ui-icon>
|
|
589
589
|
</button>
|
|
590
|
-
</
|
|
590
|
+
</ui-view>
|
|
591
591
|
Mirai-children
|
|
592
|
-
</
|
|
593
|
-
</
|
|
592
|
+
</ui-modal>
|
|
593
|
+
</ui-modal-overflow>
|
|
594
594
|
</DocumentFragment>
|
|
595
595
|
`;
|
|
596
596
|
|
|
597
597
|
exports[`component:<Field> prop:placeholder 1`] = `
|
|
598
598
|
<DocumentFragment>
|
|
599
|
-
<
|
|
599
|
+
<ui-pressable
|
|
600
600
|
class="pressable"
|
|
601
601
|
tabindex="0"
|
|
602
602
|
>
|
|
603
|
-
<
|
|
603
|
+
<ui-view
|
|
604
604
|
class="view"
|
|
605
605
|
>
|
|
606
|
-
<
|
|
606
|
+
<ui-text
|
|
607
607
|
class="text action"
|
|
608
608
|
>
|
|
609
609
|
Mirai-placeholder
|
|
610
|
-
</
|
|
611
|
-
</
|
|
612
|
-
</
|
|
613
|
-
<
|
|
610
|
+
</ui-text>
|
|
611
|
+
</ui-view>
|
|
612
|
+
</ui-pressable>
|
|
613
|
+
<ui-modal-overflow
|
|
614
614
|
class="pressable container overflow onOverflow"
|
|
615
615
|
style="height: 768px;"
|
|
616
616
|
tabindex="0"
|
|
617
617
|
>
|
|
618
|
-
<
|
|
618
|
+
<ui-modal
|
|
619
619
|
class="view fit modal calcWidth"
|
|
620
620
|
>
|
|
621
|
-
<
|
|
621
|
+
<ui-view
|
|
622
622
|
class="view row header hideBack"
|
|
623
623
|
>
|
|
624
624
|
<button
|
|
625
625
|
class="pressable button small squared transparent button"
|
|
626
626
|
tabindex="0"
|
|
627
627
|
>
|
|
628
|
-
<
|
|
628
|
+
<ui-icon
|
|
629
629
|
class="icon headline-3 icon"
|
|
630
630
|
>
|
|
631
631
|
<svg
|
|
@@ -646,45 +646,45 @@ exports[`component:<Field> prop:placeholder 1`] = `
|
|
|
646
646
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
647
647
|
/>
|
|
648
648
|
</svg>
|
|
649
|
-
</
|
|
649
|
+
</ui-icon>
|
|
650
650
|
</button>
|
|
651
|
-
</
|
|
651
|
+
</ui-view>
|
|
652
652
|
Mirai-children
|
|
653
|
-
</
|
|
654
|
-
</
|
|
653
|
+
</ui-modal>
|
|
654
|
+
</ui-modal-overflow>
|
|
655
655
|
</DocumentFragment>
|
|
656
656
|
`;
|
|
657
657
|
|
|
658
658
|
exports[`component:<Field> prop:tabIndex 1`] = `
|
|
659
659
|
<DocumentFragment>
|
|
660
|
-
<
|
|
660
|
+
<ui-pressable
|
|
661
661
|
class="pressable"
|
|
662
662
|
tabindex="1980"
|
|
663
663
|
>
|
|
664
|
-
<
|
|
664
|
+
<ui-view
|
|
665
665
|
class="view"
|
|
666
666
|
>
|
|
667
|
-
<
|
|
667
|
+
<ui-text
|
|
668
668
|
class="text action"
|
|
669
669
|
/>
|
|
670
|
-
</
|
|
671
|
-
</
|
|
672
|
-
<
|
|
670
|
+
</ui-view>
|
|
671
|
+
</ui-pressable>
|
|
672
|
+
<ui-modal-overflow
|
|
673
673
|
class="pressable container overflow onOverflow"
|
|
674
674
|
style="height: 768px;"
|
|
675
675
|
tabindex="0"
|
|
676
676
|
>
|
|
677
|
-
<
|
|
677
|
+
<ui-modal
|
|
678
678
|
class="view fit modal calcWidth"
|
|
679
679
|
>
|
|
680
|
-
<
|
|
680
|
+
<ui-view
|
|
681
681
|
class="view row header hideBack"
|
|
682
682
|
>
|
|
683
683
|
<button
|
|
684
684
|
class="pressable button small squared transparent button"
|
|
685
685
|
tabindex="0"
|
|
686
686
|
>
|
|
687
|
-
<
|
|
687
|
+
<ui-icon
|
|
688
688
|
class="icon headline-3 icon"
|
|
689
689
|
>
|
|
690
690
|
<svg
|
|
@@ -705,45 +705,45 @@ exports[`component:<Field> prop:tabIndex 1`] = `
|
|
|
705
705
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
706
706
|
/>
|
|
707
707
|
</svg>
|
|
708
|
-
</
|
|
708
|
+
</ui-icon>
|
|
709
709
|
</button>
|
|
710
|
-
</
|
|
710
|
+
</ui-view>
|
|
711
711
|
Mirai-children
|
|
712
|
-
</
|
|
713
|
-
</
|
|
712
|
+
</ui-modal>
|
|
713
|
+
</ui-modal-overflow>
|
|
714
714
|
</DocumentFragment>
|
|
715
715
|
`;
|
|
716
716
|
|
|
717
717
|
exports[`component:<Field> prop:visible && centered 1`] = `
|
|
718
718
|
<DocumentFragment>
|
|
719
|
-
<
|
|
719
|
+
<ui-pressable
|
|
720
720
|
class="pressable"
|
|
721
721
|
tabindex="0"
|
|
722
722
|
>
|
|
723
|
-
<
|
|
723
|
+
<ui-view
|
|
724
724
|
class="view"
|
|
725
725
|
>
|
|
726
|
-
<
|
|
726
|
+
<ui-text
|
|
727
727
|
class="text action"
|
|
728
728
|
/>
|
|
729
|
-
</
|
|
730
|
-
</
|
|
731
|
-
<
|
|
729
|
+
</ui-view>
|
|
730
|
+
</ui-pressable>
|
|
731
|
+
<ui-modal-overflow
|
|
732
732
|
class="pressable container overflow visible onOverflow"
|
|
733
733
|
style="height: 768px;"
|
|
734
734
|
tabindex="0"
|
|
735
735
|
>
|
|
736
|
-
<
|
|
736
|
+
<ui-modal
|
|
737
737
|
class="view fit modal calcWidth visible"
|
|
738
738
|
>
|
|
739
|
-
<
|
|
739
|
+
<ui-view
|
|
740
740
|
class="view row header hideBack"
|
|
741
741
|
>
|
|
742
742
|
<button
|
|
743
743
|
class="pressable button small squared transparent button"
|
|
744
744
|
tabindex="0"
|
|
745
745
|
>
|
|
746
|
-
<
|
|
746
|
+
<ui-icon
|
|
747
747
|
class="icon headline-3 icon"
|
|
748
748
|
>
|
|
749
749
|
<svg
|
|
@@ -764,45 +764,45 @@ exports[`component:<Field> prop:visible && centered 1`] = `
|
|
|
764
764
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
765
765
|
/>
|
|
766
766
|
</svg>
|
|
767
|
-
</
|
|
767
|
+
</ui-icon>
|
|
768
768
|
</button>
|
|
769
|
-
</
|
|
769
|
+
</ui-view>
|
|
770
770
|
Mirai-children
|
|
771
|
-
</
|
|
772
|
-
</
|
|
771
|
+
</ui-modal>
|
|
772
|
+
</ui-modal-overflow>
|
|
773
773
|
</DocumentFragment>
|
|
774
774
|
`;
|
|
775
775
|
|
|
776
776
|
exports[`component:<Field> prop:visible 1`] = `
|
|
777
777
|
<DocumentFragment>
|
|
778
|
-
<
|
|
778
|
+
<ui-pressable
|
|
779
779
|
class="pressable"
|
|
780
780
|
tabindex="0"
|
|
781
781
|
>
|
|
782
|
-
<
|
|
782
|
+
<ui-view
|
|
783
783
|
class="view"
|
|
784
784
|
>
|
|
785
|
-
<
|
|
785
|
+
<ui-text
|
|
786
786
|
class="text action"
|
|
787
787
|
/>
|
|
788
|
-
</
|
|
789
|
-
</
|
|
790
|
-
<
|
|
788
|
+
</ui-view>
|
|
789
|
+
</ui-pressable>
|
|
790
|
+
<ui-modal-overflow
|
|
791
791
|
class="pressable container overflow visible onOverflow"
|
|
792
792
|
style="height: 768px;"
|
|
793
793
|
tabindex="0"
|
|
794
794
|
>
|
|
795
|
-
<
|
|
795
|
+
<ui-modal
|
|
796
796
|
class="view fit modal calcWidth visible"
|
|
797
797
|
>
|
|
798
|
-
<
|
|
798
|
+
<ui-view
|
|
799
799
|
class="view row header hideBack"
|
|
800
800
|
>
|
|
801
801
|
<button
|
|
802
802
|
class="pressable button small squared transparent button"
|
|
803
803
|
tabindex="0"
|
|
804
804
|
>
|
|
805
|
-
<
|
|
805
|
+
<ui-icon
|
|
806
806
|
class="icon headline-3 icon"
|
|
807
807
|
>
|
|
808
808
|
<svg
|
|
@@ -823,29 +823,29 @@ exports[`component:<Field> prop:visible 1`] = `
|
|
|
823
823
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
824
824
|
/>
|
|
825
825
|
</svg>
|
|
826
|
-
</
|
|
826
|
+
</ui-icon>
|
|
827
827
|
</button>
|
|
828
|
-
</
|
|
828
|
+
</ui-view>
|
|
829
829
|
Mirai-children
|
|
830
|
-
</
|
|
831
|
-
</
|
|
830
|
+
</ui-modal>
|
|
831
|
+
</ui-modal-overflow>
|
|
832
832
|
</DocumentFragment>
|
|
833
833
|
`;
|
|
834
834
|
|
|
835
835
|
exports[`component:<Field> prop:warning 1`] = `
|
|
836
836
|
<DocumentFragment>
|
|
837
|
-
<
|
|
837
|
+
<ui-pressable
|
|
838
838
|
class="pressable"
|
|
839
839
|
tabindex="0"
|
|
840
840
|
>
|
|
841
|
-
<
|
|
841
|
+
<ui-view
|
|
842
842
|
class="view"
|
|
843
843
|
>
|
|
844
|
-
<
|
|
844
|
+
<ui-text
|
|
845
845
|
class="text action"
|
|
846
846
|
/>
|
|
847
|
-
</
|
|
848
|
-
<
|
|
847
|
+
</ui-view>
|
|
848
|
+
<ui-icon
|
|
849
849
|
class="icon headline-3"
|
|
850
850
|
>
|
|
851
851
|
<svg
|
|
@@ -861,24 +861,24 @@ exports[`component:<Field> prop:warning 1`] = `
|
|
|
861
861
|
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
862
862
|
/>
|
|
863
863
|
</svg>
|
|
864
|
-
</
|
|
865
|
-
</
|
|
866
|
-
<
|
|
864
|
+
</ui-icon>
|
|
865
|
+
</ui-pressable>
|
|
866
|
+
<ui-modal-overflow
|
|
867
867
|
class="pressable container overflow onOverflow"
|
|
868
868
|
style="height: 768px;"
|
|
869
869
|
tabindex="0"
|
|
870
870
|
>
|
|
871
|
-
<
|
|
871
|
+
<ui-modal
|
|
872
872
|
class="view fit modal calcWidth"
|
|
873
873
|
>
|
|
874
|
-
<
|
|
874
|
+
<ui-view
|
|
875
875
|
class="view row header hideBack"
|
|
876
876
|
>
|
|
877
877
|
<button
|
|
878
878
|
class="pressable button small squared transparent button"
|
|
879
879
|
tabindex="0"
|
|
880
880
|
>
|
|
881
|
-
<
|
|
881
|
+
<ui-icon
|
|
882
882
|
class="icon headline-3 icon"
|
|
883
883
|
>
|
|
884
884
|
<svg
|
|
@@ -899,45 +899,45 @@ exports[`component:<Field> prop:warning 1`] = `
|
|
|
899
899
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
900
900
|
/>
|
|
901
901
|
</svg>
|
|
902
|
-
</
|
|
902
|
+
</ui-icon>
|
|
903
903
|
</button>
|
|
904
|
-
</
|
|
904
|
+
</ui-view>
|
|
905
905
|
Mirai-children
|
|
906
|
-
</
|
|
907
|
-
</
|
|
906
|
+
</ui-modal>
|
|
907
|
+
</ui-modal-overflow>
|
|
908
908
|
</DocumentFragment>
|
|
909
909
|
`;
|
|
910
910
|
|
|
911
911
|
exports[`component:<Field> renders 1`] = `
|
|
912
912
|
<DocumentFragment>
|
|
913
|
-
<
|
|
913
|
+
<ui-pressable
|
|
914
914
|
class="pressable"
|
|
915
915
|
tabindex="0"
|
|
916
916
|
>
|
|
917
|
-
<
|
|
917
|
+
<ui-view
|
|
918
918
|
class="view"
|
|
919
919
|
>
|
|
920
|
-
<
|
|
920
|
+
<ui-text
|
|
921
921
|
class="text action"
|
|
922
922
|
/>
|
|
923
|
-
</
|
|
924
|
-
</
|
|
925
|
-
<
|
|
923
|
+
</ui-view>
|
|
924
|
+
</ui-pressable>
|
|
925
|
+
<ui-modal-overflow
|
|
926
926
|
class="pressable container overflow onOverflow"
|
|
927
927
|
style="height: 768px;"
|
|
928
928
|
tabindex="0"
|
|
929
929
|
>
|
|
930
|
-
<
|
|
930
|
+
<ui-modal
|
|
931
931
|
class="view fit modal calcWidth"
|
|
932
932
|
>
|
|
933
|
-
<
|
|
933
|
+
<ui-view
|
|
934
934
|
class="view row header hideBack"
|
|
935
935
|
>
|
|
936
936
|
<button
|
|
937
937
|
class="pressable button small squared transparent button"
|
|
938
938
|
tabindex="0"
|
|
939
939
|
>
|
|
940
|
-
<
|
|
940
|
+
<ui-icon
|
|
941
941
|
class="icon headline-3 icon"
|
|
942
942
|
>
|
|
943
943
|
<svg
|
|
@@ -958,41 +958,41 @@ exports[`component:<Field> renders 1`] = `
|
|
|
958
958
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
959
959
|
/>
|
|
960
960
|
</svg>
|
|
961
|
-
</
|
|
961
|
+
</ui-icon>
|
|
962
962
|
</button>
|
|
963
|
-
</
|
|
963
|
+
</ui-view>
|
|
964
964
|
Mirai-children
|
|
965
|
-
</
|
|
966
|
-
</
|
|
965
|
+
</ui-modal>
|
|
966
|
+
</ui-modal-overflow>
|
|
967
967
|
</DocumentFragment>
|
|
968
968
|
`;
|
|
969
969
|
|
|
970
970
|
exports[`component:<Field> testID 1`] = `
|
|
971
971
|
<DocumentFragment>
|
|
972
|
-
<
|
|
972
|
+
<ui-pressable
|
|
973
973
|
class="pressable"
|
|
974
974
|
data-testid="mirai"
|
|
975
975
|
tabindex="0"
|
|
976
976
|
>
|
|
977
|
-
<
|
|
977
|
+
<ui-view
|
|
978
978
|
class="view"
|
|
979
979
|
>
|
|
980
|
-
<
|
|
980
|
+
<ui-text
|
|
981
981
|
class="text action"
|
|
982
982
|
/>
|
|
983
|
-
</
|
|
984
|
-
</
|
|
985
|
-
<
|
|
983
|
+
</ui-view>
|
|
984
|
+
</ui-pressable>
|
|
985
|
+
<ui-modal-overflow
|
|
986
986
|
class="pressable container overflow onOverflow"
|
|
987
987
|
data-testid="mirai-modal-overflow"
|
|
988
988
|
style="height: 768px;"
|
|
989
989
|
tabindex="0"
|
|
990
990
|
>
|
|
991
|
-
<
|
|
991
|
+
<ui-modal
|
|
992
992
|
class="view fit modal calcWidth"
|
|
993
993
|
data-testid="mirai-modal"
|
|
994
994
|
>
|
|
995
|
-
<
|
|
995
|
+
<ui-view
|
|
996
996
|
class="view row header hideBack"
|
|
997
997
|
>
|
|
998
998
|
<button
|
|
@@ -1000,7 +1000,7 @@ exports[`component:<Field> testID 1`] = `
|
|
|
1000
1000
|
data-testid="mirai-modal-button-close"
|
|
1001
1001
|
tabindex="0"
|
|
1002
1002
|
>
|
|
1003
|
-
<
|
|
1003
|
+
<ui-icon
|
|
1004
1004
|
class="icon headline-3 icon"
|
|
1005
1005
|
>
|
|
1006
1006
|
<svg
|
|
@@ -1021,11 +1021,11 @@ exports[`component:<Field> testID 1`] = `
|
|
|
1021
1021
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
1022
1022
|
/>
|
|
1023
1023
|
</svg>
|
|
1024
|
-
</
|
|
1024
|
+
</ui-icon>
|
|
1025
1025
|
</button>
|
|
1026
|
-
</
|
|
1026
|
+
</ui-view>
|
|
1027
1027
|
Mirai-children
|
|
1028
|
-
</
|
|
1029
|
-
</
|
|
1028
|
+
</ui-modal>
|
|
1029
|
+
</ui-modal-overflow>
|
|
1030
1030
|
</DocumentFragment>
|
|
1031
1031
|
`;
|