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