@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
package/build/components/Chat/components/InputRich/__tests__/__snapshots__/InputRich.test.jsx.snap
CHANGED
|
@@ -2,36 +2,37 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<InputRich> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_view
|
|
9
9
|
class="view"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui_view
|
|
12
12
|
class="view row"
|
|
13
13
|
>
|
|
14
|
-
<
|
|
14
|
+
<ui_view
|
|
15
15
|
class="view"
|
|
16
16
|
>
|
|
17
|
-
<
|
|
17
|
+
<ui_view
|
|
18
18
|
class="view"
|
|
19
19
|
>
|
|
20
|
-
<
|
|
20
|
+
<ui_view
|
|
21
21
|
class="view"
|
|
22
22
|
/>
|
|
23
|
-
<
|
|
23
|
+
<ui_view
|
|
24
24
|
class="view"
|
|
25
25
|
/>
|
|
26
|
-
</
|
|
27
|
-
</
|
|
28
|
-
<
|
|
26
|
+
</ui_view>
|
|
27
|
+
</ui_view>
|
|
28
|
+
<ui_text
|
|
29
29
|
class="text bold headline-3 wide"
|
|
30
30
|
/>
|
|
31
31
|
<button
|
|
32
32
|
class="pressable button squared transparent"
|
|
33
|
+
tabindex="0"
|
|
33
34
|
>
|
|
34
|
-
<
|
|
35
|
+
<ui_icon
|
|
35
36
|
class="icon headline-3"
|
|
36
37
|
>
|
|
37
38
|
<svg
|
|
@@ -51,55 +52,57 @@ exports[`component:<InputRich> inherit:className 1`] = `
|
|
|
51
52
|
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"
|
|
52
53
|
/>
|
|
53
54
|
</svg>
|
|
54
|
-
</
|
|
55
|
+
</ui_icon>
|
|
55
56
|
</button>
|
|
56
|
-
</
|
|
57
|
-
<
|
|
57
|
+
</ui_view>
|
|
58
|
+
<ui_view
|
|
58
59
|
class="view"
|
|
59
60
|
>
|
|
60
61
|
<button
|
|
61
62
|
class="pressable button large wide"
|
|
63
|
+
tabindex="0"
|
|
62
64
|
>
|
|
63
65
|
common.action.apply
|
|
64
66
|
</button>
|
|
65
|
-
</
|
|
66
|
-
</
|
|
67
|
-
</
|
|
67
|
+
</ui_view>
|
|
68
|
+
</ui_view>
|
|
69
|
+
</ui_view>
|
|
68
70
|
</DocumentFragment>
|
|
69
71
|
`;
|
|
70
72
|
|
|
71
73
|
exports[`component:<InputRich> prop:disabled 1`] = `
|
|
72
74
|
<DocumentFragment>
|
|
73
|
-
<
|
|
75
|
+
<ui_view
|
|
74
76
|
class="view"
|
|
75
77
|
>
|
|
76
|
-
<
|
|
78
|
+
<ui_view
|
|
77
79
|
class="view"
|
|
78
80
|
>
|
|
79
|
-
<
|
|
81
|
+
<ui_view
|
|
80
82
|
class="view row"
|
|
81
83
|
>
|
|
82
|
-
<
|
|
84
|
+
<ui_view
|
|
83
85
|
class="view"
|
|
84
86
|
>
|
|
85
|
-
<
|
|
87
|
+
<ui_view
|
|
86
88
|
class="view"
|
|
87
89
|
>
|
|
88
|
-
<
|
|
90
|
+
<ui_view
|
|
89
91
|
class="view"
|
|
90
92
|
/>
|
|
91
|
-
<
|
|
93
|
+
<ui_view
|
|
92
94
|
class="view"
|
|
93
95
|
/>
|
|
94
|
-
</
|
|
95
|
-
</
|
|
96
|
-
<
|
|
96
|
+
</ui_view>
|
|
97
|
+
</ui_view>
|
|
98
|
+
<ui_text
|
|
97
99
|
class="text bold headline-3 wide"
|
|
98
100
|
/>
|
|
99
101
|
<button
|
|
100
102
|
class="pressable button squared transparent"
|
|
103
|
+
tabindex="0"
|
|
101
104
|
>
|
|
102
|
-
<
|
|
105
|
+
<ui_icon
|
|
103
106
|
class="icon headline-3"
|
|
104
107
|
>
|
|
105
108
|
<svg
|
|
@@ -119,10 +122,10 @@ exports[`component:<InputRich> prop:disabled 1`] = `
|
|
|
119
122
|
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"
|
|
120
123
|
/>
|
|
121
124
|
</svg>
|
|
122
|
-
</
|
|
125
|
+
</ui_icon>
|
|
123
126
|
</button>
|
|
124
|
-
</
|
|
125
|
-
<
|
|
127
|
+
</ui_view>
|
|
128
|
+
<ui_view
|
|
126
129
|
class="view"
|
|
127
130
|
>
|
|
128
131
|
<button
|
|
@@ -131,44 +134,45 @@ exports[`component:<InputRich> prop:disabled 1`] = `
|
|
|
131
134
|
>
|
|
132
135
|
common.action.apply
|
|
133
136
|
</button>
|
|
134
|
-
</
|
|
135
|
-
</
|
|
136
|
-
</
|
|
137
|
+
</ui_view>
|
|
138
|
+
</ui_view>
|
|
139
|
+
</ui_view>
|
|
137
140
|
</DocumentFragment>
|
|
138
141
|
`;
|
|
139
142
|
|
|
140
143
|
exports[`component:<InputRich> renders 1`] = `
|
|
141
144
|
<DocumentFragment>
|
|
142
|
-
<
|
|
145
|
+
<ui_view
|
|
143
146
|
class="view"
|
|
144
147
|
>
|
|
145
|
-
<
|
|
148
|
+
<ui_view
|
|
146
149
|
class="view"
|
|
147
150
|
>
|
|
148
|
-
<
|
|
151
|
+
<ui_view
|
|
149
152
|
class="view row"
|
|
150
153
|
>
|
|
151
|
-
<
|
|
154
|
+
<ui_view
|
|
152
155
|
class="view"
|
|
153
156
|
>
|
|
154
|
-
<
|
|
157
|
+
<ui_view
|
|
155
158
|
class="view"
|
|
156
159
|
>
|
|
157
|
-
<
|
|
160
|
+
<ui_view
|
|
158
161
|
class="view"
|
|
159
162
|
/>
|
|
160
|
-
<
|
|
163
|
+
<ui_view
|
|
161
164
|
class="view"
|
|
162
165
|
/>
|
|
163
|
-
</
|
|
164
|
-
</
|
|
165
|
-
<
|
|
166
|
+
</ui_view>
|
|
167
|
+
</ui_view>
|
|
168
|
+
<ui_text
|
|
166
169
|
class="text bold headline-3 wide"
|
|
167
170
|
/>
|
|
168
171
|
<button
|
|
169
172
|
class="pressable button squared transparent"
|
|
173
|
+
tabindex="0"
|
|
170
174
|
>
|
|
171
|
-
<
|
|
175
|
+
<ui_icon
|
|
172
176
|
class="icon headline-3"
|
|
173
177
|
>
|
|
174
178
|
<svg
|
|
@@ -188,56 +192,58 @@ exports[`component:<InputRich> renders 1`] = `
|
|
|
188
192
|
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"
|
|
189
193
|
/>
|
|
190
194
|
</svg>
|
|
191
|
-
</
|
|
195
|
+
</ui_icon>
|
|
192
196
|
</button>
|
|
193
|
-
</
|
|
194
|
-
<
|
|
197
|
+
</ui_view>
|
|
198
|
+
<ui_view
|
|
195
199
|
class="view"
|
|
196
200
|
>
|
|
197
201
|
<button
|
|
198
202
|
class="pressable button large wide"
|
|
203
|
+
tabindex="0"
|
|
199
204
|
>
|
|
200
205
|
common.action.apply
|
|
201
206
|
</button>
|
|
202
|
-
</
|
|
203
|
-
</
|
|
204
|
-
</
|
|
207
|
+
</ui_view>
|
|
208
|
+
</ui_view>
|
|
209
|
+
</ui_view>
|
|
205
210
|
</DocumentFragment>
|
|
206
211
|
`;
|
|
207
212
|
|
|
208
213
|
exports[`component:<InputRich> testId 1`] = `
|
|
209
214
|
<DocumentFragment>
|
|
210
|
-
<
|
|
215
|
+
<ui_view
|
|
211
216
|
class="view"
|
|
212
217
|
data-testid="mirai"
|
|
213
218
|
>
|
|
214
|
-
<
|
|
219
|
+
<ui_view
|
|
215
220
|
class="view"
|
|
216
221
|
>
|
|
217
|
-
<
|
|
222
|
+
<ui_view
|
|
218
223
|
class="view row"
|
|
219
224
|
>
|
|
220
|
-
<
|
|
225
|
+
<ui_view
|
|
221
226
|
class="view"
|
|
222
227
|
>
|
|
223
|
-
<
|
|
228
|
+
<ui_view
|
|
224
229
|
class="view"
|
|
225
230
|
>
|
|
226
|
-
<
|
|
231
|
+
<ui_view
|
|
227
232
|
class="view"
|
|
228
233
|
/>
|
|
229
|
-
<
|
|
234
|
+
<ui_view
|
|
230
235
|
class="view"
|
|
231
236
|
/>
|
|
232
|
-
</
|
|
233
|
-
</
|
|
234
|
-
<
|
|
237
|
+
</ui_view>
|
|
238
|
+
</ui_view>
|
|
239
|
+
<ui_text
|
|
235
240
|
class="text bold headline-3 wide"
|
|
236
241
|
/>
|
|
237
242
|
<button
|
|
238
243
|
class="pressable button squared transparent"
|
|
244
|
+
tabindex="0"
|
|
239
245
|
>
|
|
240
|
-
<
|
|
246
|
+
<ui_icon
|
|
241
247
|
class="icon headline-3"
|
|
242
248
|
>
|
|
243
249
|
<svg
|
|
@@ -257,19 +263,20 @@ exports[`component:<InputRich> testId 1`] = `
|
|
|
257
263
|
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"
|
|
258
264
|
/>
|
|
259
265
|
</svg>
|
|
260
|
-
</
|
|
266
|
+
</ui_icon>
|
|
261
267
|
</button>
|
|
262
|
-
</
|
|
263
|
-
<
|
|
268
|
+
</ui_view>
|
|
269
|
+
<ui_view
|
|
264
270
|
class="view"
|
|
265
271
|
>
|
|
266
272
|
<button
|
|
267
273
|
class="pressable button large wide"
|
|
274
|
+
tabindex="0"
|
|
268
275
|
>
|
|
269
276
|
common.action.apply
|
|
270
277
|
</button>
|
|
271
|
-
</
|
|
272
|
-
</
|
|
273
|
-
</
|
|
278
|
+
</ui_view>
|
|
279
|
+
</ui_view>
|
|
280
|
+
</ui_view>
|
|
274
281
|
</DocumentFragment>
|
|
275
282
|
`;
|
package/build/components/Chat/components/Message/__tests__/__snapshots__/Message.test.jsx.snap
CHANGED
|
@@ -2,210 +2,210 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Message> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view wide"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_view
|
|
9
9
|
class="view row wide"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui_view
|
|
12
12
|
class="view"
|
|
13
13
|
>
|
|
14
|
-
<
|
|
14
|
+
<ui_pre
|
|
15
15
|
class="text small"
|
|
16
16
|
/>
|
|
17
|
-
</
|
|
18
|
-
</
|
|
19
|
-
</
|
|
17
|
+
</ui_view>
|
|
18
|
+
</ui_view>
|
|
19
|
+
</ui_view>
|
|
20
20
|
</DocumentFragment>
|
|
21
21
|
`;
|
|
22
22
|
|
|
23
23
|
exports[`component:<Message> prop:auto 1`] = `
|
|
24
24
|
<DocumentFragment>
|
|
25
|
-
<
|
|
25
|
+
<ui_view
|
|
26
26
|
class="view wide"
|
|
27
27
|
>
|
|
28
|
-
<
|
|
28
|
+
<ui_view
|
|
29
29
|
class="view row wide"
|
|
30
30
|
>
|
|
31
|
-
<
|
|
31
|
+
<ui_view
|
|
32
32
|
class="view"
|
|
33
33
|
>
|
|
34
|
-
<
|
|
34
|
+
<ui_pre
|
|
35
35
|
class="text small"
|
|
36
36
|
/>
|
|
37
|
-
</
|
|
38
|
-
</
|
|
39
|
-
</
|
|
37
|
+
</ui_view>
|
|
38
|
+
</ui_view>
|
|
39
|
+
</ui_view>
|
|
40
40
|
</DocumentFragment>
|
|
41
41
|
`;
|
|
42
42
|
|
|
43
43
|
exports[`component:<Message> prop:busy 1`] = `
|
|
44
44
|
<DocumentFragment>
|
|
45
|
-
<
|
|
45
|
+
<ui_view
|
|
46
46
|
class="view wide"
|
|
47
47
|
>
|
|
48
|
-
<
|
|
48
|
+
<ui_view
|
|
49
49
|
class="view row wide"
|
|
50
50
|
>
|
|
51
|
-
<
|
|
51
|
+
<ui_view
|
|
52
52
|
class="view"
|
|
53
53
|
>
|
|
54
|
-
<
|
|
54
|
+
<ui_view
|
|
55
55
|
class="view"
|
|
56
56
|
/>
|
|
57
|
-
</
|
|
58
|
-
</
|
|
59
|
-
</
|
|
57
|
+
</ui_view>
|
|
58
|
+
</ui_view>
|
|
59
|
+
</ui_view>
|
|
60
60
|
</DocumentFragment>
|
|
61
61
|
`;
|
|
62
62
|
|
|
63
63
|
exports[`component:<Message> prop:disabled 1`] = `
|
|
64
64
|
<DocumentFragment>
|
|
65
|
-
<
|
|
65
|
+
<ui_view
|
|
66
66
|
class="view wide"
|
|
67
67
|
>
|
|
68
|
-
<
|
|
68
|
+
<ui_view
|
|
69
69
|
class="view row wide"
|
|
70
70
|
>
|
|
71
|
-
<
|
|
71
|
+
<ui_view
|
|
72
72
|
class="view"
|
|
73
73
|
>
|
|
74
|
-
<
|
|
74
|
+
<ui_pre
|
|
75
75
|
class="text small"
|
|
76
76
|
/>
|
|
77
|
-
</
|
|
78
|
-
</
|
|
79
|
-
</
|
|
77
|
+
</ui_view>
|
|
78
|
+
</ui_view>
|
|
79
|
+
</ui_view>
|
|
80
80
|
</DocumentFragment>
|
|
81
81
|
`;
|
|
82
82
|
|
|
83
83
|
exports[`component:<Message> prop:intent 1`] = `
|
|
84
84
|
<DocumentFragment>
|
|
85
|
-
<
|
|
85
|
+
<ui_view
|
|
86
86
|
class="view wide"
|
|
87
87
|
>
|
|
88
|
-
<
|
|
88
|
+
<ui_view
|
|
89
89
|
class="view row wide"
|
|
90
90
|
>
|
|
91
|
-
<
|
|
91
|
+
<ui_view
|
|
92
92
|
class="view"
|
|
93
93
|
>
|
|
94
|
-
<
|
|
94
|
+
<ui_pre
|
|
95
95
|
class="text small"
|
|
96
96
|
/>
|
|
97
|
-
</
|
|
98
|
-
</
|
|
99
|
-
</
|
|
97
|
+
</ui_view>
|
|
98
|
+
</ui_view>
|
|
99
|
+
</ui_view>
|
|
100
100
|
</DocumentFragment>
|
|
101
101
|
`;
|
|
102
102
|
|
|
103
103
|
exports[`component:<Message> prop:response 1`] = `
|
|
104
104
|
<DocumentFragment>
|
|
105
|
-
<
|
|
105
|
+
<ui_view
|
|
106
106
|
class="view wide"
|
|
107
107
|
>
|
|
108
|
-
<
|
|
108
|
+
<ui_view
|
|
109
109
|
class="view row wide"
|
|
110
110
|
>
|
|
111
|
-
<
|
|
111
|
+
<ui_view
|
|
112
112
|
class="view"
|
|
113
113
|
>
|
|
114
|
-
<
|
|
114
|
+
<ui_text
|
|
115
115
|
class="text action"
|
|
116
116
|
>
|
|
117
117
|
text-response
|
|
118
|
-
</
|
|
119
|
-
</
|
|
120
|
-
</
|
|
121
|
-
</
|
|
118
|
+
</ui_text>
|
|
119
|
+
</ui_view>
|
|
120
|
+
</ui_view>
|
|
121
|
+
</ui_view>
|
|
122
122
|
</DocumentFragment>
|
|
123
123
|
`;
|
|
124
124
|
|
|
125
125
|
exports[`component:<Message> prop:text 1`] = `
|
|
126
126
|
<DocumentFragment>
|
|
127
|
-
<
|
|
127
|
+
<ui_view
|
|
128
128
|
class="view wide"
|
|
129
129
|
>
|
|
130
|
-
<
|
|
130
|
+
<ui_view
|
|
131
131
|
class="view row wide"
|
|
132
132
|
>
|
|
133
|
-
<
|
|
133
|
+
<ui_view
|
|
134
134
|
class="view"
|
|
135
135
|
>
|
|
136
|
-
<
|
|
136
|
+
<ui_text
|
|
137
137
|
class="text action"
|
|
138
138
|
>
|
|
139
139
|
text
|
|
140
|
-
</
|
|
141
|
-
</
|
|
142
|
-
</
|
|
143
|
-
</
|
|
140
|
+
</ui_text>
|
|
141
|
+
</ui_view>
|
|
142
|
+
</ui_view>
|
|
143
|
+
</ui_view>
|
|
144
144
|
</DocumentFragment>
|
|
145
145
|
`;
|
|
146
146
|
|
|
147
147
|
exports[`component:<Message> prop:timestamp 1`] = `
|
|
148
148
|
<DocumentFragment>
|
|
149
|
-
<
|
|
149
|
+
<ui_view
|
|
150
150
|
class="view wide"
|
|
151
151
|
>
|
|
152
|
-
<
|
|
152
|
+
<ui_text
|
|
153
153
|
class="text light small"
|
|
154
154
|
>
|
|
155
155
|
10/4/1980, 22:30
|
|
156
|
-
</
|
|
157
|
-
<
|
|
156
|
+
</ui_text>
|
|
157
|
+
<ui_view
|
|
158
158
|
class="view row wide"
|
|
159
159
|
>
|
|
160
|
-
<
|
|
160
|
+
<ui_view
|
|
161
161
|
class="view"
|
|
162
162
|
>
|
|
163
|
-
<
|
|
163
|
+
<ui_pre
|
|
164
164
|
class="text small"
|
|
165
165
|
/>
|
|
166
|
-
</
|
|
167
|
-
</
|
|
168
|
-
</
|
|
166
|
+
</ui_view>
|
|
167
|
+
</ui_view>
|
|
168
|
+
</ui_view>
|
|
169
169
|
</DocumentFragment>
|
|
170
170
|
`;
|
|
171
171
|
|
|
172
172
|
exports[`component:<Message> renders 1`] = `
|
|
173
173
|
<DocumentFragment>
|
|
174
|
-
<
|
|
174
|
+
<ui_view
|
|
175
175
|
class="view wide"
|
|
176
176
|
>
|
|
177
|
-
<
|
|
177
|
+
<ui_view
|
|
178
178
|
class="view row wide"
|
|
179
179
|
>
|
|
180
|
-
<
|
|
180
|
+
<ui_view
|
|
181
181
|
class="view"
|
|
182
182
|
>
|
|
183
|
-
<
|
|
183
|
+
<ui_pre
|
|
184
184
|
class="text small"
|
|
185
185
|
/>
|
|
186
|
-
</
|
|
187
|
-
</
|
|
188
|
-
</
|
|
186
|
+
</ui_view>
|
|
187
|
+
</ui_view>
|
|
188
|
+
</ui_view>
|
|
189
189
|
</DocumentFragment>
|
|
190
190
|
`;
|
|
191
191
|
|
|
192
192
|
exports[`component:<Message> testId 1`] = `
|
|
193
193
|
<DocumentFragment>
|
|
194
|
-
<
|
|
194
|
+
<ui_view
|
|
195
195
|
class="view wide"
|
|
196
196
|
data-testid="mirai"
|
|
197
197
|
>
|
|
198
|
-
<
|
|
198
|
+
<ui_view
|
|
199
199
|
class="view row wide"
|
|
200
200
|
>
|
|
201
|
-
<
|
|
201
|
+
<ui_view
|
|
202
202
|
class="view"
|
|
203
203
|
>
|
|
204
|
-
<
|
|
204
|
+
<ui_pre
|
|
205
205
|
class="text small"
|
|
206
206
|
/>
|
|
207
|
-
</
|
|
208
|
-
</
|
|
209
|
-
</
|
|
207
|
+
</ui_view>
|
|
208
|
+
</ui_view>
|
|
209
|
+
</ui_view>
|
|
210
210
|
</DocumentFragment>
|
|
211
211
|
`;
|