@mirai/core 0.3.336 → 0.3.338
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/build/helpers/theme.js +11 -0
- package/build/helpers/theme.js.map +1 -1
- package/package.json +4 -3
- package/public/themes/monalisa.theme.css +0 -1
- 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/__shared__/BookingTerms/__tests__/__snapshots__/BookingTerms.test.js.snap
CHANGED
|
@@ -2,76 +2,79 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<BookingTerms> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_view
|
|
9
9
|
class="view"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui_text
|
|
12
12
|
class="text bold paragraph"
|
|
13
13
|
>
|
|
14
14
|
common.label.payment_terms
|
|
15
|
-
</
|
|
16
|
-
<
|
|
15
|
+
</ui_text>
|
|
16
|
+
<ui_text
|
|
17
17
|
class="text paragraph"
|
|
18
18
|
>
|
|
19
19
|
Pay on arrival at the property. Credit Card only as a booking guarantee.
|
|
20
|
-
</
|
|
21
|
-
</
|
|
22
|
-
<
|
|
20
|
+
</ui_text>
|
|
21
|
+
</ui_view>
|
|
22
|
+
<ui_view
|
|
23
23
|
class="view"
|
|
24
24
|
>
|
|
25
|
-
<
|
|
25
|
+
<ui_text
|
|
26
26
|
class="text bold paragraph"
|
|
27
27
|
>
|
|
28
28
|
common.label.cancellation_policy
|
|
29
|
-
</
|
|
30
|
-
<
|
|
29
|
+
</ui_text>
|
|
30
|
+
<ui_text
|
|
31
31
|
class="text paragraph"
|
|
32
32
|
>
|
|
33
33
|
Free cancellation until Jun 23
|
|
34
|
-
</
|
|
35
|
-
<
|
|
34
|
+
</ui_text>
|
|
35
|
+
<ui_action
|
|
36
36
|
class="pressable action underline"
|
|
37
|
+
tabindex="0"
|
|
37
38
|
>
|
|
38
39
|
common.action.more_info
|
|
39
|
-
</
|
|
40
|
-
</
|
|
41
|
-
<
|
|
40
|
+
</ui_action>
|
|
41
|
+
</ui_view>
|
|
42
|
+
<ui_view
|
|
42
43
|
class="view"
|
|
43
44
|
>
|
|
44
|
-
<
|
|
45
|
+
<ui_text
|
|
45
46
|
class="text bold paragraph"
|
|
46
47
|
>
|
|
47
48
|
common.label.privacy_policy
|
|
48
|
-
</
|
|
49
|
-
<
|
|
49
|
+
</ui_text>
|
|
50
|
+
<ui_text
|
|
50
51
|
class="text paragraph"
|
|
51
52
|
>
|
|
52
53
|
user.label.privacy_policy_description
|
|
53
|
-
</
|
|
54
|
-
</
|
|
55
|
-
</
|
|
56
|
-
<
|
|
54
|
+
</ui_text>
|
|
55
|
+
</ui_view>
|
|
56
|
+
</ui_view>
|
|
57
|
+
<ui_modal_overflow
|
|
57
58
|
class="pressable container overflow"
|
|
58
59
|
style="height: 768px;"
|
|
60
|
+
tabindex="0"
|
|
59
61
|
>
|
|
60
|
-
<
|
|
62
|
+
<ui_view
|
|
61
63
|
class="view fit modal calcWidth"
|
|
62
64
|
>
|
|
63
|
-
<
|
|
65
|
+
<ui_view
|
|
64
66
|
class="view row header hideBack"
|
|
65
67
|
>
|
|
66
|
-
<
|
|
68
|
+
<ui_text
|
|
67
69
|
class="text headline-3 title"
|
|
68
70
|
>
|
|
69
71
|
common.label.cancellation_policy
|
|
70
|
-
</
|
|
72
|
+
</ui_text>
|
|
71
73
|
<button
|
|
72
74
|
class="pressable button small squared transparent button"
|
|
75
|
+
tabindex="0"
|
|
73
76
|
>
|
|
74
|
-
<
|
|
77
|
+
<ui_icon
|
|
75
78
|
class="icon headline-3 icon"
|
|
76
79
|
>
|
|
77
80
|
<svg
|
|
@@ -91,96 +94,99 @@ exports[`component:<BookingTerms> inherit:className 1`] = `
|
|
|
91
94
|
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"
|
|
92
95
|
/>
|
|
93
96
|
</svg>
|
|
94
|
-
</
|
|
97
|
+
</ui_icon>
|
|
95
98
|
</button>
|
|
96
|
-
</
|
|
97
|
-
<
|
|
99
|
+
</ui_view>
|
|
100
|
+
<ui_text
|
|
98
101
|
class="text paragraph"
|
|
99
102
|
>
|
|
100
|
-
<
|
|
103
|
+
<ui_text
|
|
101
104
|
style="font-weight: bold;"
|
|
102
105
|
>
|
|
103
106
|
{{cancelationPolicy}
|
|
104
|
-
</
|
|
107
|
+
</ui_text>
|
|
105
108
|
} Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illum ratione repellat ipsa corrupti vitae ullam quidem, sunt fuga. Ut, cum deleniti? Dignissimos enim odio hic harum temporibus itaque, aspernatur natus.
|
|
106
|
-
</
|
|
107
|
-
</
|
|
108
|
-
</
|
|
109
|
+
</ui_text>
|
|
110
|
+
</ui_view>
|
|
111
|
+
</ui_modal_overflow>
|
|
109
112
|
</DocumentFragment>
|
|
110
113
|
`;
|
|
111
114
|
|
|
112
115
|
exports[`component:<BookingTerms> renders 1`] = `
|
|
113
116
|
<DocumentFragment>
|
|
114
|
-
<
|
|
117
|
+
<ui_view
|
|
115
118
|
class="view"
|
|
116
119
|
>
|
|
117
|
-
<
|
|
120
|
+
<ui_view
|
|
118
121
|
class="view"
|
|
119
122
|
>
|
|
120
|
-
<
|
|
123
|
+
<ui_text
|
|
121
124
|
class="text bold paragraph"
|
|
122
125
|
>
|
|
123
126
|
common.label.payment_terms
|
|
124
|
-
</
|
|
125
|
-
<
|
|
127
|
+
</ui_text>
|
|
128
|
+
<ui_text
|
|
126
129
|
class="text paragraph"
|
|
127
130
|
>
|
|
128
131
|
Pay on arrival at the property. Credit Card only as a booking guarantee.
|
|
129
|
-
</
|
|
130
|
-
</
|
|
131
|
-
<
|
|
132
|
+
</ui_text>
|
|
133
|
+
</ui_view>
|
|
134
|
+
<ui_view
|
|
132
135
|
class="view"
|
|
133
136
|
>
|
|
134
|
-
<
|
|
137
|
+
<ui_text
|
|
135
138
|
class="text bold paragraph"
|
|
136
139
|
>
|
|
137
140
|
common.label.cancellation_policy
|
|
138
|
-
</
|
|
139
|
-
<
|
|
141
|
+
</ui_text>
|
|
142
|
+
<ui_text
|
|
140
143
|
class="text paragraph"
|
|
141
144
|
>
|
|
142
145
|
Free cancellation until Jun 23
|
|
143
|
-
</
|
|
144
|
-
<
|
|
146
|
+
</ui_text>
|
|
147
|
+
<ui_action
|
|
145
148
|
class="pressable action underline"
|
|
149
|
+
tabindex="0"
|
|
146
150
|
>
|
|
147
151
|
common.action.more_info
|
|
148
|
-
</
|
|
149
|
-
</
|
|
150
|
-
<
|
|
152
|
+
</ui_action>
|
|
153
|
+
</ui_view>
|
|
154
|
+
<ui_view
|
|
151
155
|
class="view"
|
|
152
156
|
>
|
|
153
|
-
<
|
|
157
|
+
<ui_text
|
|
154
158
|
class="text bold paragraph"
|
|
155
159
|
>
|
|
156
160
|
common.label.privacy_policy
|
|
157
|
-
</
|
|
158
|
-
<
|
|
161
|
+
</ui_text>
|
|
162
|
+
<ui_text
|
|
159
163
|
class="text paragraph"
|
|
160
164
|
>
|
|
161
165
|
user.label.privacy_policy_description
|
|
162
|
-
</
|
|
163
|
-
</
|
|
164
|
-
</
|
|
165
|
-
<
|
|
166
|
+
</ui_text>
|
|
167
|
+
</ui_view>
|
|
168
|
+
</ui_view>
|
|
169
|
+
<ui_modal_overflow
|
|
166
170
|
class="pressable container overflow"
|
|
167
171
|
style="height: 768px;"
|
|
172
|
+
tabindex="0"
|
|
168
173
|
>
|
|
169
|
-
<
|
|
174
|
+
<ui_view
|
|
170
175
|
class="view fit modal calcWidth"
|
|
171
176
|
>
|
|
172
|
-
<
|
|
177
|
+
<ui_view
|
|
173
178
|
class="view row header hideBack"
|
|
174
179
|
>
|
|
175
|
-
<
|
|
180
|
+
<ui_text
|
|
176
181
|
class="text headline-3 title"
|
|
177
182
|
>
|
|
178
183
|
common.label.cancellation_policy
|
|
179
|
-
</
|
|
184
|
+
</ui_text>
|
|
180
185
|
<button
|
|
181
186
|
class="pressable button small squared transparent button"
|
|
187
|
+
tabindex="0"
|
|
182
188
|
>
|
|
183
|
-
<
|
|
189
|
+
<ui_icon
|
|
184
190
|
class="icon headline-3 icon"
|
|
185
191
|
>
|
|
186
192
|
<svg
|
|
@@ -200,97 +206,100 @@ exports[`component:<BookingTerms> renders 1`] = `
|
|
|
200
206
|
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"
|
|
201
207
|
/>
|
|
202
208
|
</svg>
|
|
203
|
-
</
|
|
209
|
+
</ui_icon>
|
|
204
210
|
</button>
|
|
205
|
-
</
|
|
206
|
-
<
|
|
211
|
+
</ui_view>
|
|
212
|
+
<ui_text
|
|
207
213
|
class="text paragraph"
|
|
208
214
|
>
|
|
209
|
-
<
|
|
215
|
+
<ui_text
|
|
210
216
|
style="font-weight: bold;"
|
|
211
217
|
>
|
|
212
218
|
{{cancelationPolicy}
|
|
213
|
-
</
|
|
219
|
+
</ui_text>
|
|
214
220
|
} Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illum ratione repellat ipsa corrupti vitae ullam quidem, sunt fuga. Ut, cum deleniti? Dignissimos enim odio hic harum temporibus itaque, aspernatur natus.
|
|
215
|
-
</
|
|
216
|
-
</
|
|
217
|
-
</
|
|
221
|
+
</ui_text>
|
|
222
|
+
</ui_view>
|
|
223
|
+
</ui_modal_overflow>
|
|
218
224
|
</DocumentFragment>
|
|
219
225
|
`;
|
|
220
226
|
|
|
221
227
|
exports[`component:<BookingTerms> testID 1`] = `
|
|
222
228
|
<DocumentFragment>
|
|
223
|
-
<
|
|
229
|
+
<ui_view
|
|
224
230
|
class="view"
|
|
225
231
|
data-testid="mirai"
|
|
226
232
|
>
|
|
227
|
-
<
|
|
233
|
+
<ui_view
|
|
228
234
|
class="view"
|
|
229
235
|
>
|
|
230
|
-
<
|
|
236
|
+
<ui_text
|
|
231
237
|
class="text bold paragraph"
|
|
232
238
|
>
|
|
233
239
|
common.label.payment_terms
|
|
234
|
-
</
|
|
235
|
-
<
|
|
240
|
+
</ui_text>
|
|
241
|
+
<ui_text
|
|
236
242
|
class="text paragraph"
|
|
237
243
|
>
|
|
238
244
|
Pay on arrival at the property. Credit Card only as a booking guarantee.
|
|
239
|
-
</
|
|
240
|
-
</
|
|
241
|
-
<
|
|
245
|
+
</ui_text>
|
|
246
|
+
</ui_view>
|
|
247
|
+
<ui_view
|
|
242
248
|
class="view"
|
|
243
249
|
>
|
|
244
|
-
<
|
|
250
|
+
<ui_text
|
|
245
251
|
class="text bold paragraph"
|
|
246
252
|
>
|
|
247
253
|
common.label.cancellation_policy
|
|
248
|
-
</
|
|
249
|
-
<
|
|
254
|
+
</ui_text>
|
|
255
|
+
<ui_text
|
|
250
256
|
class="text paragraph"
|
|
251
257
|
>
|
|
252
258
|
Free cancellation until Jun 23
|
|
253
|
-
</
|
|
254
|
-
<
|
|
259
|
+
</ui_text>
|
|
260
|
+
<ui_action
|
|
255
261
|
class="pressable action underline"
|
|
262
|
+
tabindex="0"
|
|
256
263
|
>
|
|
257
264
|
common.action.more_info
|
|
258
|
-
</
|
|
259
|
-
</
|
|
260
|
-
<
|
|
265
|
+
</ui_action>
|
|
266
|
+
</ui_view>
|
|
267
|
+
<ui_view
|
|
261
268
|
class="view"
|
|
262
269
|
>
|
|
263
|
-
<
|
|
270
|
+
<ui_text
|
|
264
271
|
class="text bold paragraph"
|
|
265
272
|
>
|
|
266
273
|
common.label.privacy_policy
|
|
267
|
-
</
|
|
268
|
-
<
|
|
274
|
+
</ui_text>
|
|
275
|
+
<ui_text
|
|
269
276
|
class="text paragraph"
|
|
270
277
|
>
|
|
271
278
|
user.label.privacy_policy_description
|
|
272
|
-
</
|
|
273
|
-
</
|
|
274
|
-
</
|
|
275
|
-
<
|
|
279
|
+
</ui_text>
|
|
280
|
+
</ui_view>
|
|
281
|
+
</ui_view>
|
|
282
|
+
<ui_modal_overflow
|
|
276
283
|
class="pressable container overflow"
|
|
277
284
|
style="height: 768px;"
|
|
285
|
+
tabindex="0"
|
|
278
286
|
>
|
|
279
|
-
<
|
|
287
|
+
<ui_view
|
|
280
288
|
class="view fit modal calcWidth"
|
|
281
289
|
>
|
|
282
|
-
<
|
|
290
|
+
<ui_view
|
|
283
291
|
class="view row header hideBack"
|
|
284
292
|
>
|
|
285
|
-
<
|
|
293
|
+
<ui_text
|
|
286
294
|
class="text headline-3 title"
|
|
287
295
|
>
|
|
288
296
|
common.label.cancellation_policy
|
|
289
|
-
</
|
|
297
|
+
</ui_text>
|
|
290
298
|
<button
|
|
291
299
|
class="pressable button small squared transparent button"
|
|
300
|
+
tabindex="0"
|
|
292
301
|
>
|
|
293
|
-
<
|
|
302
|
+
<ui_icon
|
|
294
303
|
class="icon headline-3 icon"
|
|
295
304
|
>
|
|
296
305
|
<svg
|
|
@@ -310,96 +319,99 @@ exports[`component:<BookingTerms> testID 1`] = `
|
|
|
310
319
|
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"
|
|
311
320
|
/>
|
|
312
321
|
</svg>
|
|
313
|
-
</
|
|
322
|
+
</ui_icon>
|
|
314
323
|
</button>
|
|
315
|
-
</
|
|
316
|
-
<
|
|
324
|
+
</ui_view>
|
|
325
|
+
<ui_text
|
|
317
326
|
class="text paragraph"
|
|
318
327
|
>
|
|
319
|
-
<
|
|
328
|
+
<ui_text
|
|
320
329
|
style="font-weight: bold;"
|
|
321
330
|
>
|
|
322
331
|
{{cancelationPolicy}
|
|
323
|
-
</
|
|
332
|
+
</ui_text>
|
|
324
333
|
} Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illum ratione repellat ipsa corrupti vitae ullam quidem, sunt fuga. Ut, cum deleniti? Dignissimos enim odio hic harum temporibus itaque, aspernatur natus.
|
|
325
|
-
</
|
|
326
|
-
</
|
|
327
|
-
</
|
|
334
|
+
</ui_text>
|
|
335
|
+
</ui_view>
|
|
336
|
+
</ui_modal_overflow>
|
|
328
337
|
</DocumentFragment>
|
|
329
338
|
`;
|
|
330
339
|
|
|
331
340
|
exports[`component:<BookingTerms> with a store 1`] = `
|
|
332
341
|
<DocumentFragment>
|
|
333
|
-
<
|
|
342
|
+
<ui_view
|
|
334
343
|
class="view"
|
|
335
344
|
>
|
|
336
|
-
<
|
|
345
|
+
<ui_view
|
|
337
346
|
class="view"
|
|
338
347
|
>
|
|
339
|
-
<
|
|
348
|
+
<ui_text
|
|
340
349
|
class="text bold paragraph"
|
|
341
350
|
>
|
|
342
351
|
common.label.payment_terms
|
|
343
|
-
</
|
|
344
|
-
<
|
|
352
|
+
</ui_text>
|
|
353
|
+
<ui_text
|
|
345
354
|
class="text paragraph"
|
|
346
355
|
>
|
|
347
356
|
Pay on arrival at the property. Credit Card only as a booking guarantee.
|
|
348
|
-
</
|
|
349
|
-
</
|
|
350
|
-
<
|
|
357
|
+
</ui_text>
|
|
358
|
+
</ui_view>
|
|
359
|
+
<ui_view
|
|
351
360
|
class="view"
|
|
352
361
|
>
|
|
353
|
-
<
|
|
362
|
+
<ui_text
|
|
354
363
|
class="text bold paragraph"
|
|
355
364
|
>
|
|
356
365
|
common.label.cancellation_policy
|
|
357
|
-
</
|
|
358
|
-
<
|
|
366
|
+
</ui_text>
|
|
367
|
+
<ui_text
|
|
359
368
|
class="text paragraph"
|
|
360
369
|
>
|
|
361
370
|
Free cancellation until Jun 23
|
|
362
|
-
</
|
|
363
|
-
<
|
|
371
|
+
</ui_text>
|
|
372
|
+
<ui_action
|
|
364
373
|
class="pressable action underline"
|
|
374
|
+
tabindex="0"
|
|
365
375
|
>
|
|
366
376
|
common.action.more_info
|
|
367
|
-
</
|
|
368
|
-
</
|
|
369
|
-
<
|
|
377
|
+
</ui_action>
|
|
378
|
+
</ui_view>
|
|
379
|
+
<ui_view
|
|
370
380
|
class="view"
|
|
371
381
|
>
|
|
372
|
-
<
|
|
382
|
+
<ui_text
|
|
373
383
|
class="text bold paragraph"
|
|
374
384
|
>
|
|
375
385
|
common.label.privacy_policy
|
|
376
|
-
</
|
|
377
|
-
<
|
|
386
|
+
</ui_text>
|
|
387
|
+
<ui_text
|
|
378
388
|
class="text paragraph"
|
|
379
389
|
>
|
|
380
390
|
user.label.privacy_policy_description
|
|
381
|
-
</
|
|
382
|
-
</
|
|
383
|
-
</
|
|
384
|
-
<
|
|
391
|
+
</ui_text>
|
|
392
|
+
</ui_view>
|
|
393
|
+
</ui_view>
|
|
394
|
+
<ui_modal_overflow
|
|
385
395
|
class="pressable container overflow"
|
|
386
396
|
style="height: 768px;"
|
|
397
|
+
tabindex="0"
|
|
387
398
|
>
|
|
388
|
-
<
|
|
399
|
+
<ui_view
|
|
389
400
|
class="view fit modal calcWidth"
|
|
390
401
|
>
|
|
391
|
-
<
|
|
402
|
+
<ui_view
|
|
392
403
|
class="view row header hideBack"
|
|
393
404
|
>
|
|
394
|
-
<
|
|
405
|
+
<ui_text
|
|
395
406
|
class="text headline-3 title"
|
|
396
407
|
>
|
|
397
408
|
common.label.cancellation_policy
|
|
398
|
-
</
|
|
409
|
+
</ui_text>
|
|
399
410
|
<button
|
|
400
411
|
class="pressable button small squared transparent button"
|
|
412
|
+
tabindex="0"
|
|
401
413
|
>
|
|
402
|
-
<
|
|
414
|
+
<ui_icon
|
|
403
415
|
class="icon headline-3 icon"
|
|
404
416
|
>
|
|
405
417
|
<svg
|
|
@@ -419,20 +431,20 @@ exports[`component:<BookingTerms> with a store 1`] = `
|
|
|
419
431
|
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"
|
|
420
432
|
/>
|
|
421
433
|
</svg>
|
|
422
|
-
</
|
|
434
|
+
</ui_icon>
|
|
423
435
|
</button>
|
|
424
|
-
</
|
|
425
|
-
<
|
|
436
|
+
</ui_view>
|
|
437
|
+
<ui_text
|
|
426
438
|
class="text paragraph"
|
|
427
439
|
>
|
|
428
|
-
<
|
|
440
|
+
<ui_text
|
|
429
441
|
style="font-weight: bold;"
|
|
430
442
|
>
|
|
431
443
|
{{cancelationPolicy}
|
|
432
|
-
</
|
|
444
|
+
</ui_text>
|
|
433
445
|
} Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illum ratione repellat ipsa corrupti vitae ullam quidem, sunt fuga. Ut, cum deleniti? Dignissimos enim odio hic harum temporibus itaque, aspernatur natus.
|
|
434
|
-
</
|
|
435
|
-
</
|
|
436
|
-
</
|
|
446
|
+
</ui_text>
|
|
447
|
+
</ui_view>
|
|
448
|
+
</ui_modal_overflow>
|
|
437
449
|
</DocumentFragment>
|
|
438
450
|
`;
|
package/build/components/__shared__/ButtonMore/__tests__/__snapshots__/ButtonMore.test.js.snap
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<ButtonMore> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view wide mirai"
|
|
7
7
|
>
|
|
8
8
|
<button
|
|
9
9
|
class="pressable button transparent"
|
|
10
|
+
tabindex="0"
|
|
10
11
|
>
|
|
11
|
-
<
|
|
12
|
+
<ui_icon
|
|
12
13
|
class="icon headline-3"
|
|
13
14
|
>
|
|
14
15
|
<svg
|
|
@@ -29,22 +30,23 @@ exports[`component:<ButtonMore> inherit:className 1`] = `
|
|
|
29
30
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
30
31
|
/>
|
|
31
32
|
</svg>
|
|
32
|
-
</
|
|
33
|
+
</ui_icon>
|
|
33
34
|
common.action.view_more
|
|
34
35
|
</button>
|
|
35
|
-
</
|
|
36
|
+
</ui_view>
|
|
36
37
|
</DocumentFragment>
|
|
37
38
|
`;
|
|
38
39
|
|
|
39
40
|
exports[`component:<ButtonMore> renders 1`] = `
|
|
40
41
|
<DocumentFragment>
|
|
41
|
-
<
|
|
42
|
+
<ui_view
|
|
42
43
|
class="view wide"
|
|
43
44
|
>
|
|
44
45
|
<button
|
|
45
46
|
class="pressable button transparent"
|
|
47
|
+
tabindex="0"
|
|
46
48
|
>
|
|
47
|
-
<
|
|
49
|
+
<ui_icon
|
|
48
50
|
class="icon headline-3"
|
|
49
51
|
>
|
|
50
52
|
<svg
|
|
@@ -65,23 +67,24 @@ exports[`component:<ButtonMore> renders 1`] = `
|
|
|
65
67
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
66
68
|
/>
|
|
67
69
|
</svg>
|
|
68
|
-
</
|
|
70
|
+
</ui_icon>
|
|
69
71
|
common.action.view_more
|
|
70
72
|
</button>
|
|
71
|
-
</
|
|
73
|
+
</ui_view>
|
|
72
74
|
</DocumentFragment>
|
|
73
75
|
`;
|
|
74
76
|
|
|
75
77
|
exports[`component:<ButtonMore> testID 1`] = `
|
|
76
78
|
<DocumentFragment>
|
|
77
|
-
<
|
|
79
|
+
<ui_view
|
|
78
80
|
class="view wide"
|
|
79
81
|
>
|
|
80
82
|
<button
|
|
81
83
|
class="pressable button transparent"
|
|
82
84
|
data-testid="mirai"
|
|
85
|
+
tabindex="0"
|
|
83
86
|
>
|
|
84
|
-
<
|
|
87
|
+
<ui_icon
|
|
85
88
|
class="icon headline-3"
|
|
86
89
|
>
|
|
87
90
|
<svg
|
|
@@ -102,9 +105,9 @@ exports[`component:<ButtonMore> testID 1`] = `
|
|
|
102
105
|
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z"
|
|
103
106
|
/>
|
|
104
107
|
</svg>
|
|
105
|
-
</
|
|
108
|
+
</ui_icon>
|
|
106
109
|
common.action.view_more
|
|
107
110
|
</button>
|
|
108
|
-
</
|
|
111
|
+
</ui_view>
|
|
109
112
|
</DocumentFragment>
|
|
110
113
|
`;
|