@mirai/core 0.3.255 → 0.3.256
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/__shared__/ButtonPayment/components/FormCheckout/FormCheckout.module.css +3 -2
- package/build/components/__shared__/ButtonPayment/components/FormCheckout/__tests__/__snapshots__/FormCheckout.test.js.snap +141 -93
- package/build/components/__shared__/ButtonPayment/components/FormPaycomet/__tests__/__snapshots__/FormPaycomet.test.js.snap +66 -50
- package/build/components/__shared__/ButtonPayment/components/InputField/InputField.js +4 -1
- package/build/components/__shared__/ButtonPayment/components/InputField/InputField.js.map +1 -1
- package/build/components/__shared__/ButtonPayment/components/InputField/InputField.module.css +9 -6
- package/build/components/__shared__/ButtonPayment/components/InputField/__tests__/__snapshots__/InputField.test.js.snap +100 -76
- package/build/components/__shared__/Payment/components/PCI/PCI.module.css +1 -1
- package/build/components/__shared__/Payment/components/PCI/__tests__/__snapshots__/PCI.test.js.snap +243 -183
- package/package.json +1 -1
|
@@ -7,7 +7,11 @@ exports[`component:<InputField> inherit:className 1`] = `
|
|
|
7
7
|
>
|
|
8
8
|
<div
|
|
9
9
|
class="view"
|
|
10
|
-
|
|
10
|
+
>
|
|
11
|
+
<div
|
|
12
|
+
class="view wide"
|
|
13
|
+
/>
|
|
14
|
+
</div>
|
|
11
15
|
</div>
|
|
12
16
|
</DocumentFragment>
|
|
13
17
|
`;
|
|
@@ -20,35 +24,39 @@ exports[`component:<InputField> property error 1`] = `
|
|
|
20
24
|
<div
|
|
21
25
|
class="view"
|
|
22
26
|
>
|
|
23
|
-
<
|
|
24
|
-
class="
|
|
25
|
-
>
|
|
26
|
-
label
|
|
27
|
-
</span>
|
|
28
|
-
<span>
|
|
29
|
-
children
|
|
30
|
-
</span>
|
|
31
|
-
<span
|
|
32
|
-
class="icon headline-3"
|
|
27
|
+
<div
|
|
28
|
+
class="view wide"
|
|
33
29
|
>
|
|
34
|
-
<
|
|
35
|
-
|
|
36
|
-
height="1em"
|
|
37
|
-
stroke="currentColor"
|
|
38
|
-
stroke-width="0"
|
|
39
|
-
viewBox="0 0 24 24"
|
|
40
|
-
width="1em"
|
|
41
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
30
|
+
<span
|
|
31
|
+
class="text small"
|
|
42
32
|
>
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
33
|
+
label
|
|
34
|
+
</span>
|
|
35
|
+
<span>
|
|
36
|
+
children
|
|
37
|
+
</span>
|
|
38
|
+
<span
|
|
39
|
+
class="icon headline-3"
|
|
40
|
+
>
|
|
41
|
+
<svg
|
|
42
|
+
fill="currentColor"
|
|
43
|
+
height="1em"
|
|
44
|
+
stroke="currentColor"
|
|
45
|
+
stroke-width="0"
|
|
46
|
+
viewBox="0 0 24 24"
|
|
47
|
+
width="1em"
|
|
48
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
49
|
+
>
|
|
50
|
+
<path
|
|
51
|
+
d="M0 0h24v24H0V0z"
|
|
52
|
+
fill="none"
|
|
53
|
+
/>
|
|
54
|
+
<path
|
|
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
|
+
/>
|
|
57
|
+
</svg>
|
|
58
|
+
</span>
|
|
59
|
+
</div>
|
|
52
60
|
</div>
|
|
53
61
|
</div>
|
|
54
62
|
</DocumentFragment>
|
|
@@ -62,14 +70,18 @@ exports[`component:<InputField> property hint 1`] = `
|
|
|
62
70
|
<div
|
|
63
71
|
class="view"
|
|
64
72
|
>
|
|
65
|
-
<
|
|
66
|
-
class="
|
|
73
|
+
<div
|
|
74
|
+
class="view wide"
|
|
67
75
|
>
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
76
|
+
<span
|
|
77
|
+
class="text small"
|
|
78
|
+
>
|
|
79
|
+
label
|
|
80
|
+
</span>
|
|
81
|
+
<span>
|
|
82
|
+
children
|
|
83
|
+
</span>
|
|
84
|
+
</div>
|
|
73
85
|
</div>
|
|
74
86
|
<span
|
|
75
87
|
class="text small"
|
|
@@ -88,35 +100,39 @@ exports[`component:<InputField> property success 1`] = `
|
|
|
88
100
|
<div
|
|
89
101
|
class="view"
|
|
90
102
|
>
|
|
91
|
-
<
|
|
92
|
-
class="
|
|
103
|
+
<div
|
|
104
|
+
class="view wide"
|
|
93
105
|
>
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
<
|
|
103
|
-
|
|
104
|
-
height="1em"
|
|
105
|
-
stroke="currentColor"
|
|
106
|
-
stroke-width="0"
|
|
107
|
-
viewBox="0 0 24 24"
|
|
108
|
-
width="1em"
|
|
109
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
106
|
+
<span
|
|
107
|
+
class="text small"
|
|
108
|
+
>
|
|
109
|
+
label
|
|
110
|
+
</span>
|
|
111
|
+
<span>
|
|
112
|
+
children
|
|
113
|
+
</span>
|
|
114
|
+
<span
|
|
115
|
+
class="icon headline-3"
|
|
110
116
|
>
|
|
111
|
-
<
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
117
|
+
<svg
|
|
118
|
+
fill="currentColor"
|
|
119
|
+
height="1em"
|
|
120
|
+
stroke="currentColor"
|
|
121
|
+
stroke-width="0"
|
|
122
|
+
viewBox="0 0 24 24"
|
|
123
|
+
width="1em"
|
|
124
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
125
|
+
>
|
|
126
|
+
<path
|
|
127
|
+
d="M0 0h24v24H0V0zm0 0h24v24H0V0z"
|
|
128
|
+
fill="none"
|
|
129
|
+
/>
|
|
130
|
+
<path
|
|
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
|
+
/>
|
|
133
|
+
</svg>
|
|
134
|
+
</span>
|
|
135
|
+
</div>
|
|
120
136
|
</div>
|
|
121
137
|
</div>
|
|
122
138
|
</DocumentFragment>
|
|
@@ -130,14 +146,18 @@ exports[`component:<InputField> renders 1`] = `
|
|
|
130
146
|
<div
|
|
131
147
|
class="view"
|
|
132
148
|
>
|
|
133
|
-
<
|
|
134
|
-
class="
|
|
149
|
+
<div
|
|
150
|
+
class="view wide"
|
|
135
151
|
>
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
152
|
+
<span
|
|
153
|
+
class="text small"
|
|
154
|
+
>
|
|
155
|
+
label
|
|
156
|
+
</span>
|
|
157
|
+
<span>
|
|
158
|
+
children
|
|
159
|
+
</span>
|
|
160
|
+
</div>
|
|
141
161
|
</div>
|
|
142
162
|
</div>
|
|
143
163
|
</DocumentFragment>
|
|
@@ -152,14 +172,18 @@ exports[`component:<InputField> testID 1`] = `
|
|
|
152
172
|
<div
|
|
153
173
|
class="view"
|
|
154
174
|
>
|
|
155
|
-
<
|
|
156
|
-
class="
|
|
175
|
+
<div
|
|
176
|
+
class="view wide"
|
|
157
177
|
>
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
178
|
+
<span
|
|
179
|
+
class="text small"
|
|
180
|
+
>
|
|
181
|
+
label
|
|
182
|
+
</span>
|
|
183
|
+
<span>
|
|
184
|
+
children
|
|
185
|
+
</span>
|
|
186
|
+
</div>
|
|
163
187
|
</div>
|
|
164
188
|
</div>
|
|
165
189
|
</DocumentFragment>
|