@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
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<FormSipay> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_view
|
|
6
6
|
class="view mirai"
|
|
7
7
|
>
|
|
8
|
-
<
|
|
8
|
+
<ui_notification
|
|
9
9
|
class="view row notification warning inline large wide"
|
|
10
10
|
>
|
|
11
|
-
<
|
|
11
|
+
<ui_icon
|
|
12
12
|
class="icon headline-1"
|
|
13
13
|
>
|
|
14
14
|
<svg
|
|
@@ -24,17 +24,17 @@ exports[`component:<FormSipay> inherit:className 1`] = `
|
|
|
24
24
|
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
25
25
|
/>
|
|
26
26
|
</svg>
|
|
27
|
-
</
|
|
28
|
-
<
|
|
27
|
+
</ui_icon>
|
|
28
|
+
<ui_view
|
|
29
29
|
class="view texts"
|
|
30
30
|
>
|
|
31
|
-
<
|
|
31
|
+
<ui_text
|
|
32
32
|
class="text paragraph"
|
|
33
33
|
>
|
|
34
34
|
payments.notification.loading
|
|
35
|
-
</
|
|
36
|
-
</
|
|
37
|
-
</
|
|
35
|
+
</ui_text>
|
|
36
|
+
</ui_view>
|
|
37
|
+
</ui_notification>
|
|
38
38
|
<button
|
|
39
39
|
data-amount="0"
|
|
40
40
|
data-autosave="true"
|
|
@@ -49,19 +49,19 @@ exports[`component:<FormSipay> inherit:className 1`] = `
|
|
|
49
49
|
id="button-sipay"
|
|
50
50
|
type="button"
|
|
51
51
|
/>
|
|
52
|
-
</
|
|
52
|
+
</ui_view>
|
|
53
53
|
</DocumentFragment>
|
|
54
54
|
`;
|
|
55
55
|
|
|
56
56
|
exports[`component:<FormSipay> renders 1`] = `
|
|
57
57
|
<DocumentFragment>
|
|
58
|
-
<
|
|
58
|
+
<ui_view
|
|
59
59
|
class="view"
|
|
60
60
|
>
|
|
61
|
-
<
|
|
61
|
+
<ui_notification
|
|
62
62
|
class="view row notification warning inline large wide"
|
|
63
63
|
>
|
|
64
|
-
<
|
|
64
|
+
<ui_icon
|
|
65
65
|
class="icon headline-1"
|
|
66
66
|
>
|
|
67
67
|
<svg
|
|
@@ -77,17 +77,17 @@ exports[`component:<FormSipay> renders 1`] = `
|
|
|
77
77
|
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
78
78
|
/>
|
|
79
79
|
</svg>
|
|
80
|
-
</
|
|
81
|
-
<
|
|
80
|
+
</ui_icon>
|
|
81
|
+
<ui_view
|
|
82
82
|
class="view texts"
|
|
83
83
|
>
|
|
84
|
-
<
|
|
84
|
+
<ui_text
|
|
85
85
|
class="text paragraph"
|
|
86
86
|
>
|
|
87
87
|
payments.notification.loading
|
|
88
|
-
</
|
|
89
|
-
</
|
|
90
|
-
</
|
|
88
|
+
</ui_text>
|
|
89
|
+
</ui_view>
|
|
90
|
+
</ui_notification>
|
|
91
91
|
<button
|
|
92
92
|
data-amount="0"
|
|
93
93
|
data-autosave="true"
|
|
@@ -102,20 +102,20 @@ exports[`component:<FormSipay> renders 1`] = `
|
|
|
102
102
|
id="button-sipay"
|
|
103
103
|
type="button"
|
|
104
104
|
/>
|
|
105
|
-
</
|
|
105
|
+
</ui_view>
|
|
106
106
|
</DocumentFragment>
|
|
107
107
|
`;
|
|
108
108
|
|
|
109
109
|
exports[`component:<FormSipay> testID 1`] = `
|
|
110
110
|
<DocumentFragment>
|
|
111
|
-
<
|
|
111
|
+
<ui_view
|
|
112
112
|
class="view"
|
|
113
113
|
data-testid="mirai"
|
|
114
114
|
>
|
|
115
|
-
<
|
|
115
|
+
<ui_notification
|
|
116
116
|
class="view row notification warning inline large wide"
|
|
117
117
|
>
|
|
118
|
-
<
|
|
118
|
+
<ui_icon
|
|
119
119
|
class="icon headline-1"
|
|
120
120
|
>
|
|
121
121
|
<svg
|
|
@@ -131,17 +131,17 @@ exports[`component:<FormSipay> testID 1`] = `
|
|
|
131
131
|
d="M12 5.99 19.53 19H4.47L12 5.99M12 2 1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
|
|
132
132
|
/>
|
|
133
133
|
</svg>
|
|
134
|
-
</
|
|
135
|
-
<
|
|
134
|
+
</ui_icon>
|
|
135
|
+
<ui_view
|
|
136
136
|
class="view texts"
|
|
137
137
|
>
|
|
138
|
-
<
|
|
138
|
+
<ui_text
|
|
139
139
|
class="text paragraph"
|
|
140
140
|
>
|
|
141
141
|
payments.notification.loading
|
|
142
|
-
</
|
|
143
|
-
</
|
|
144
|
-
</
|
|
142
|
+
</ui_text>
|
|
143
|
+
</ui_view>
|
|
144
|
+
</ui_notification>
|
|
145
145
|
<button
|
|
146
146
|
data-amount="0"
|
|
147
147
|
data-autosave="true"
|
|
@@ -156,6 +156,6 @@ exports[`component:<FormSipay> testID 1`] = `
|
|
|
156
156
|
id="button-sipay"
|
|
157
157
|
type="button"
|
|
158
158
|
/>
|
|
159
|
-
</
|
|
159
|
+
</ui_view>
|
|
160
160
|
</DocumentFragment>
|
|
161
161
|
`;
|
|
@@ -2,40 +2,40 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<InputField> 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_view
|
|
12
12
|
class="view wide"
|
|
13
13
|
/>
|
|
14
|
-
</
|
|
15
|
-
</
|
|
14
|
+
</ui_view>
|
|
15
|
+
</ui_view>
|
|
16
16
|
</DocumentFragment>
|
|
17
17
|
`;
|
|
18
18
|
|
|
19
19
|
exports[`component:<InputField> property error 1`] = `
|
|
20
20
|
<DocumentFragment>
|
|
21
|
-
<
|
|
21
|
+
<ui_view
|
|
22
22
|
class="view"
|
|
23
23
|
>
|
|
24
|
-
<
|
|
24
|
+
<ui_view
|
|
25
25
|
class="view"
|
|
26
26
|
>
|
|
27
|
-
<
|
|
27
|
+
<ui_view
|
|
28
28
|
class="view wide"
|
|
29
29
|
>
|
|
30
|
-
<
|
|
30
|
+
<ui_text
|
|
31
31
|
class="text small"
|
|
32
32
|
>
|
|
33
33
|
label
|
|
34
|
-
</
|
|
34
|
+
</ui_text>
|
|
35
35
|
<span>
|
|
36
36
|
children
|
|
37
37
|
</span>
|
|
38
|
-
<
|
|
38
|
+
<ui_icon
|
|
39
39
|
class="icon headline-3"
|
|
40
40
|
>
|
|
41
41
|
<svg
|
|
@@ -55,63 +55,63 @@ exports[`component:<InputField> property error 1`] = `
|
|
|
55
55
|
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"
|
|
56
56
|
/>
|
|
57
57
|
</svg>
|
|
58
|
-
</
|
|
59
|
-
</
|
|
60
|
-
</
|
|
61
|
-
</
|
|
58
|
+
</ui_icon>
|
|
59
|
+
</ui_view>
|
|
60
|
+
</ui_view>
|
|
61
|
+
</ui_view>
|
|
62
62
|
</DocumentFragment>
|
|
63
63
|
`;
|
|
64
64
|
|
|
65
65
|
exports[`component:<InputField> property hint 1`] = `
|
|
66
66
|
<DocumentFragment>
|
|
67
|
-
<
|
|
67
|
+
<ui_view
|
|
68
68
|
class="view"
|
|
69
69
|
>
|
|
70
|
-
<
|
|
70
|
+
<ui_view
|
|
71
71
|
class="view"
|
|
72
72
|
>
|
|
73
|
-
<
|
|
73
|
+
<ui_view
|
|
74
74
|
class="view wide"
|
|
75
75
|
>
|
|
76
|
-
<
|
|
76
|
+
<ui_text
|
|
77
77
|
class="text small"
|
|
78
78
|
>
|
|
79
79
|
label
|
|
80
|
-
</
|
|
80
|
+
</ui_text>
|
|
81
81
|
<span>
|
|
82
82
|
children
|
|
83
83
|
</span>
|
|
84
|
-
</
|
|
85
|
-
</
|
|
86
|
-
<
|
|
84
|
+
</ui_view>
|
|
85
|
+
</ui_view>
|
|
86
|
+
<ui_text
|
|
87
87
|
class="text small"
|
|
88
88
|
>
|
|
89
89
|
hint
|
|
90
|
-
</
|
|
91
|
-
</
|
|
90
|
+
</ui_text>
|
|
91
|
+
</ui_view>
|
|
92
92
|
</DocumentFragment>
|
|
93
93
|
`;
|
|
94
94
|
|
|
95
95
|
exports[`component:<InputField> property success 1`] = `
|
|
96
96
|
<DocumentFragment>
|
|
97
|
-
<
|
|
97
|
+
<ui_view
|
|
98
98
|
class="view"
|
|
99
99
|
>
|
|
100
|
-
<
|
|
100
|
+
<ui_view
|
|
101
101
|
class="view"
|
|
102
102
|
>
|
|
103
|
-
<
|
|
103
|
+
<ui_view
|
|
104
104
|
class="view wide"
|
|
105
105
|
>
|
|
106
|
-
<
|
|
106
|
+
<ui_text
|
|
107
107
|
class="text small"
|
|
108
108
|
>
|
|
109
109
|
label
|
|
110
|
-
</
|
|
110
|
+
</ui_text>
|
|
111
111
|
<span>
|
|
112
112
|
children
|
|
113
113
|
</span>
|
|
114
|
-
<
|
|
114
|
+
<ui_icon
|
|
115
115
|
class="icon headline-3"
|
|
116
116
|
>
|
|
117
117
|
<svg
|
|
@@ -131,60 +131,60 @@ exports[`component:<InputField> property success 1`] = `
|
|
|
131
131
|
d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
132
132
|
/>
|
|
133
133
|
</svg>
|
|
134
|
-
</
|
|
135
|
-
</
|
|
136
|
-
</
|
|
137
|
-
</
|
|
134
|
+
</ui_icon>
|
|
135
|
+
</ui_view>
|
|
136
|
+
</ui_view>
|
|
137
|
+
</ui_view>
|
|
138
138
|
</DocumentFragment>
|
|
139
139
|
`;
|
|
140
140
|
|
|
141
141
|
exports[`component:<InputField> renders 1`] = `
|
|
142
142
|
<DocumentFragment>
|
|
143
|
-
<
|
|
143
|
+
<ui_view
|
|
144
144
|
class="view"
|
|
145
145
|
>
|
|
146
|
-
<
|
|
146
|
+
<ui_view
|
|
147
147
|
class="view"
|
|
148
148
|
>
|
|
149
|
-
<
|
|
149
|
+
<ui_view
|
|
150
150
|
class="view wide"
|
|
151
151
|
>
|
|
152
|
-
<
|
|
152
|
+
<ui_text
|
|
153
153
|
class="text small"
|
|
154
154
|
>
|
|
155
155
|
label
|
|
156
|
-
</
|
|
156
|
+
</ui_text>
|
|
157
157
|
<span>
|
|
158
158
|
children
|
|
159
159
|
</span>
|
|
160
|
-
</
|
|
161
|
-
</
|
|
162
|
-
</
|
|
160
|
+
</ui_view>
|
|
161
|
+
</ui_view>
|
|
162
|
+
</ui_view>
|
|
163
163
|
</DocumentFragment>
|
|
164
164
|
`;
|
|
165
165
|
|
|
166
166
|
exports[`component:<InputField> testID 1`] = `
|
|
167
167
|
<DocumentFragment>
|
|
168
|
-
<
|
|
168
|
+
<ui_view
|
|
169
169
|
class="view"
|
|
170
170
|
data-testid="mirai"
|
|
171
171
|
>
|
|
172
|
-
<
|
|
172
|
+
<ui_view
|
|
173
173
|
class="view"
|
|
174
174
|
>
|
|
175
|
-
<
|
|
175
|
+
<ui_view
|
|
176
176
|
class="view wide"
|
|
177
177
|
>
|
|
178
|
-
<
|
|
178
|
+
<ui_text
|
|
179
179
|
class="text small"
|
|
180
180
|
>
|
|
181
181
|
label
|
|
182
|
-
</
|
|
182
|
+
</ui_text>
|
|
183
183
|
<span>
|
|
184
184
|
children
|
|
185
185
|
</span>
|
|
186
|
-
</
|
|
187
|
-
</
|
|
188
|
-
</
|
|
186
|
+
</ui_view>
|
|
187
|
+
</ui_view>
|
|
188
|
+
</ui_view>
|
|
189
189
|
</DocumentFragment>
|
|
190
190
|
`;
|
package/build/components/__shared__/Countdown/__tests__/__snapshots__/Countdown.test.js.snap
CHANGED
|
@@ -2,41 +2,41 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Countdown> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_text
|
|
6
6
|
class="text paragraph mirai"
|
|
7
7
|
>
|
|
8
8
|
common.label.countdown
|
|
9
|
-
</
|
|
9
|
+
</ui_text>
|
|
10
10
|
</DocumentFragment>
|
|
11
11
|
`;
|
|
12
12
|
|
|
13
13
|
exports[`component:<Countdown> renders 1`] = `
|
|
14
14
|
<DocumentFragment>
|
|
15
|
-
<
|
|
15
|
+
<ui_text
|
|
16
16
|
class="text paragraph"
|
|
17
17
|
>
|
|
18
18
|
common.label.countdown
|
|
19
|
-
</
|
|
19
|
+
</ui_text>
|
|
20
20
|
</DocumentFragment>
|
|
21
21
|
`;
|
|
22
22
|
|
|
23
23
|
exports[`component:<Countdown> testID 1`] = `
|
|
24
24
|
<DocumentFragment>
|
|
25
|
-
<
|
|
25
|
+
<ui_text
|
|
26
26
|
class="text paragraph"
|
|
27
27
|
data-testid="mirai"
|
|
28
28
|
>
|
|
29
29
|
common.label.countdown
|
|
30
|
-
</
|
|
30
|
+
</ui_text>
|
|
31
31
|
</DocumentFragment>
|
|
32
32
|
`;
|
|
33
33
|
|
|
34
34
|
exports[`component:<Countdown> with a store 1`] = `
|
|
35
35
|
<DocumentFragment>
|
|
36
|
-
<
|
|
36
|
+
<ui_text
|
|
37
37
|
class="text paragraph"
|
|
38
38
|
>
|
|
39
39
|
common.label.countdown
|
|
40
|
-
</
|
|
40
|
+
</ui_text>
|
|
41
41
|
</DocumentFragment>
|
|
42
42
|
`;
|