@lookiero/checkout 14.4.0 → 14.7.0
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/dist/src/version.d.ts +2 -2
- package/dist/src/version.js +2 -2
- package/package.json +3 -3
- package/src/infrastructure/ui/views/item/components/productVariantSlider/__snapshots__/ProductVariantSlider.test.tsx.snap +192 -198
- package/src/infrastructure/ui/views/item/views/productVariant/__snapshots__/ProductVariant.test.tsx.snap +576 -594
package/dist/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "14.
|
|
2
|
-
export declare const RELEASE = "checkout@14.
|
|
1
|
+
export declare const VERSION = "14.7.0";
|
|
2
|
+
export declare const RELEASE = "checkout@14.7.0";
|
package/dist/src/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = "14.
|
|
2
|
-
export const RELEASE = "checkout@14.
|
|
1
|
+
export const VERSION = "14.7.0";
|
|
2
|
+
export const RELEASE = "checkout@14.7.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lookiero/checkout",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.7.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"sideEffects": "false",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"@lookiero/sty-psp-i18n": "^2.0",
|
|
29
29
|
"@lookiero/sty-psp-locale": "^2.1",
|
|
30
30
|
"@lookiero/sty-psp-logging": "^2.2",
|
|
31
|
-
"@lookiero/sty-psp-notifications": "^2.
|
|
31
|
+
"@lookiero/sty-psp-notifications": "^2.20.0",
|
|
32
32
|
"@lookiero/sty-psp-react-native": "^2.0",
|
|
33
33
|
"@lookiero/sty-psp-segment": "^0.1",
|
|
34
34
|
"@lookiero/sty-psp-storage": "^1.1",
|
|
35
35
|
"@lookiero/sty-psp-tracking": "^2.4",
|
|
36
|
-
"@lookiero/sty-psp-ui": "^3.
|
|
36
|
+
"@lookiero/sty-psp-ui": "^3.8.0",
|
|
37
37
|
"@lookiero/sty-psp-ui-settings": "^1.6",
|
|
38
38
|
"@lookiero/sty-psp-units": "^0.1",
|
|
39
39
|
"@lookiero/sty-psp-uuid": "^0.2",
|
|
@@ -97,146 +97,143 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
|
|
|
97
97
|
onLayout={[Function]}
|
|
98
98
|
>
|
|
99
99
|
<View
|
|
100
|
-
|
|
100
|
+
style={
|
|
101
|
+
[
|
|
102
|
+
{
|
|
103
|
+
"aspectRatio": NaN,
|
|
104
|
+
"height": undefined,
|
|
105
|
+
"width": "100%",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"alignSelf": undefined,
|
|
109
|
+
},
|
|
110
|
+
]
|
|
111
|
+
}
|
|
101
112
|
>
|
|
102
113
|
<View
|
|
103
114
|
style={
|
|
104
115
|
[
|
|
105
116
|
{
|
|
106
|
-
"
|
|
107
|
-
"width": undefined,
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"alignSelf": undefined,
|
|
117
|
+
"position": "relative",
|
|
111
118
|
},
|
|
119
|
+
[
|
|
120
|
+
{
|
|
121
|
+
"flex": 1,
|
|
122
|
+
},
|
|
123
|
+
null,
|
|
124
|
+
],
|
|
112
125
|
]
|
|
113
126
|
}
|
|
127
|
+
testID="product-variant-image"
|
|
114
128
|
>
|
|
115
129
|
<View
|
|
116
130
|
style={
|
|
117
131
|
[
|
|
118
132
|
{
|
|
119
|
-
"
|
|
133
|
+
"flex": 1,
|
|
120
134
|
},
|
|
121
|
-
[
|
|
122
|
-
{
|
|
123
|
-
"flex": 1,
|
|
124
|
-
},
|
|
125
|
-
null,
|
|
126
|
-
],
|
|
127
135
|
]
|
|
128
136
|
}
|
|
129
|
-
testID="
|
|
137
|
+
testID="lazy-image-skeleton"
|
|
130
138
|
>
|
|
131
139
|
<View
|
|
140
|
+
onLayout={[Function]}
|
|
132
141
|
style={
|
|
133
142
|
[
|
|
134
143
|
{
|
|
144
|
+
"backgroundColor": "#F8F7F7",
|
|
135
145
|
"flex": 1,
|
|
146
|
+
"height": undefined,
|
|
147
|
+
"overflow": "hidden",
|
|
148
|
+
"width": undefined,
|
|
136
149
|
},
|
|
137
150
|
]
|
|
138
151
|
}
|
|
139
|
-
testID="lazy-image-skeleton"
|
|
140
152
|
>
|
|
141
153
|
<View
|
|
142
|
-
|
|
154
|
+
collapsable={false}
|
|
155
|
+
duration={1200}
|
|
143
156
|
style={
|
|
144
157
|
[
|
|
145
158
|
{
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
"
|
|
159
|
+
"height": "100%",
|
|
160
|
+
"width": "100%",
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"left": 0,
|
|
164
|
+
"transform": [
|
|
165
|
+
{
|
|
166
|
+
"translateX": -375,
|
|
167
|
+
},
|
|
168
|
+
],
|
|
151
169
|
},
|
|
152
170
|
]
|
|
153
171
|
}
|
|
154
172
|
>
|
|
155
|
-
<
|
|
156
|
-
|
|
157
|
-
duration={1200}
|
|
158
|
-
style={
|
|
173
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
174
|
+
colors={
|
|
159
175
|
[
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
{
|
|
165
|
-
"left": 0,
|
|
166
|
-
"transform": [
|
|
167
|
-
{
|
|
168
|
-
"translateX": -375,
|
|
169
|
-
},
|
|
170
|
-
],
|
|
171
|
-
},
|
|
176
|
+
16777215,
|
|
177
|
+
4292532440,
|
|
178
|
+
4292532440,
|
|
179
|
+
16777215,
|
|
172
180
|
]
|
|
173
181
|
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
startPoint={
|
|
199
|
-
[
|
|
200
|
-
0,
|
|
201
|
-
0,
|
|
202
|
-
]
|
|
203
|
-
}
|
|
204
|
-
style={
|
|
205
|
-
{
|
|
206
|
-
"height": "100%",
|
|
207
|
-
"width": "100%",
|
|
208
|
-
}
|
|
182
|
+
endPoint={
|
|
183
|
+
[
|
|
184
|
+
1,
|
|
185
|
+
0,
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
locations={
|
|
189
|
+
[
|
|
190
|
+
0,
|
|
191
|
+
0.25,
|
|
192
|
+
0.75,
|
|
193
|
+
1,
|
|
194
|
+
]
|
|
195
|
+
}
|
|
196
|
+
startPoint={
|
|
197
|
+
[
|
|
198
|
+
0,
|
|
199
|
+
0,
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
style={
|
|
203
|
+
{
|
|
204
|
+
"height": "100%",
|
|
205
|
+
"width": "100%",
|
|
209
206
|
}
|
|
210
|
-
|
|
211
|
-
|
|
207
|
+
}
|
|
208
|
+
/>
|
|
212
209
|
</View>
|
|
213
210
|
</View>
|
|
214
|
-
<Image
|
|
215
|
-
onLoad={[Function]}
|
|
216
|
-
resizeMode="contain"
|
|
217
|
-
source={
|
|
218
|
-
{
|
|
219
|
-
"uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/1a/28/1a28f712-a76c-4172-8a11-f15002981dc0.jpg?w=600&f=auto",
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
style={
|
|
223
|
-
[
|
|
224
|
-
{
|
|
225
|
-
"flex": 1,
|
|
226
|
-
"height": "100%",
|
|
227
|
-
"position": "absolute",
|
|
228
|
-
"width": "100%",
|
|
229
|
-
"zIndex": 10,
|
|
230
|
-
},
|
|
231
|
-
undefined,
|
|
232
|
-
{
|
|
233
|
-
"opacity": 0,
|
|
234
|
-
},
|
|
235
|
-
]
|
|
236
|
-
}
|
|
237
|
-
testID="lazy-image-main-image"
|
|
238
|
-
/>
|
|
239
211
|
</View>
|
|
212
|
+
<Image
|
|
213
|
+
onLoad={[Function]}
|
|
214
|
+
resizeMode="contain"
|
|
215
|
+
source={
|
|
216
|
+
{
|
|
217
|
+
"uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/1a/28/1a28f712-a76c-4172-8a11-f15002981dc0.jpg?w=600&f=auto",
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
style={
|
|
221
|
+
[
|
|
222
|
+
{
|
|
223
|
+
"flex": 1,
|
|
224
|
+
"height": "100%",
|
|
225
|
+
"position": "absolute",
|
|
226
|
+
"width": "100%",
|
|
227
|
+
"zIndex": 10,
|
|
228
|
+
},
|
|
229
|
+
undefined,
|
|
230
|
+
{
|
|
231
|
+
"opacity": 0,
|
|
232
|
+
},
|
|
233
|
+
]
|
|
234
|
+
}
|
|
235
|
+
testID="lazy-image-main-image"
|
|
236
|
+
/>
|
|
240
237
|
</View>
|
|
241
238
|
</View>
|
|
242
239
|
</View>
|
|
@@ -258,146 +255,143 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
|
|
|
258
255
|
onLayout={[Function]}
|
|
259
256
|
>
|
|
260
257
|
<View
|
|
261
|
-
|
|
258
|
+
style={
|
|
259
|
+
[
|
|
260
|
+
{
|
|
261
|
+
"aspectRatio": NaN,
|
|
262
|
+
"height": undefined,
|
|
263
|
+
"width": "100%",
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"alignSelf": undefined,
|
|
267
|
+
},
|
|
268
|
+
]
|
|
269
|
+
}
|
|
262
270
|
>
|
|
263
271
|
<View
|
|
264
272
|
style={
|
|
265
273
|
[
|
|
266
274
|
{
|
|
267
|
-
"
|
|
268
|
-
"width": undefined,
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"alignSelf": undefined,
|
|
275
|
+
"position": "relative",
|
|
272
276
|
},
|
|
277
|
+
[
|
|
278
|
+
{
|
|
279
|
+
"flex": 1,
|
|
280
|
+
},
|
|
281
|
+
null,
|
|
282
|
+
],
|
|
273
283
|
]
|
|
274
284
|
}
|
|
285
|
+
testID="product-variant-image"
|
|
275
286
|
>
|
|
276
287
|
<View
|
|
277
288
|
style={
|
|
278
289
|
[
|
|
279
290
|
{
|
|
280
|
-
"
|
|
291
|
+
"flex": 1,
|
|
281
292
|
},
|
|
282
|
-
[
|
|
283
|
-
{
|
|
284
|
-
"flex": 1,
|
|
285
|
-
},
|
|
286
|
-
null,
|
|
287
|
-
],
|
|
288
293
|
]
|
|
289
294
|
}
|
|
290
|
-
testID="
|
|
295
|
+
testID="lazy-image-skeleton"
|
|
291
296
|
>
|
|
292
297
|
<View
|
|
298
|
+
onLayout={[Function]}
|
|
293
299
|
style={
|
|
294
300
|
[
|
|
295
301
|
{
|
|
302
|
+
"backgroundColor": "#F8F7F7",
|
|
296
303
|
"flex": 1,
|
|
304
|
+
"height": undefined,
|
|
305
|
+
"overflow": "hidden",
|
|
306
|
+
"width": undefined,
|
|
297
307
|
},
|
|
298
308
|
]
|
|
299
309
|
}
|
|
300
|
-
testID="lazy-image-skeleton"
|
|
301
310
|
>
|
|
302
311
|
<View
|
|
303
|
-
|
|
312
|
+
collapsable={false}
|
|
313
|
+
duration={1200}
|
|
304
314
|
style={
|
|
305
315
|
[
|
|
306
316
|
{
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
"
|
|
317
|
+
"height": "100%",
|
|
318
|
+
"width": "100%",
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"left": 0,
|
|
322
|
+
"transform": [
|
|
323
|
+
{
|
|
324
|
+
"translateX": -375,
|
|
325
|
+
},
|
|
326
|
+
],
|
|
312
327
|
},
|
|
313
328
|
]
|
|
314
329
|
}
|
|
315
330
|
>
|
|
316
|
-
<
|
|
317
|
-
|
|
318
|
-
duration={1200}
|
|
319
|
-
style={
|
|
331
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
332
|
+
colors={
|
|
320
333
|
[
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
{
|
|
326
|
-
"left": 0,
|
|
327
|
-
"transform": [
|
|
328
|
-
{
|
|
329
|
-
"translateX": -375,
|
|
330
|
-
},
|
|
331
|
-
],
|
|
332
|
-
},
|
|
334
|
+
16777215,
|
|
335
|
+
4292532440,
|
|
336
|
+
4292532440,
|
|
337
|
+
16777215,
|
|
333
338
|
]
|
|
334
339
|
}
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
startPoint={
|
|
360
|
-
[
|
|
361
|
-
0,
|
|
362
|
-
0,
|
|
363
|
-
]
|
|
364
|
-
}
|
|
365
|
-
style={
|
|
366
|
-
{
|
|
367
|
-
"height": "100%",
|
|
368
|
-
"width": "100%",
|
|
369
|
-
}
|
|
340
|
+
endPoint={
|
|
341
|
+
[
|
|
342
|
+
1,
|
|
343
|
+
0,
|
|
344
|
+
]
|
|
345
|
+
}
|
|
346
|
+
locations={
|
|
347
|
+
[
|
|
348
|
+
0,
|
|
349
|
+
0.25,
|
|
350
|
+
0.75,
|
|
351
|
+
1,
|
|
352
|
+
]
|
|
353
|
+
}
|
|
354
|
+
startPoint={
|
|
355
|
+
[
|
|
356
|
+
0,
|
|
357
|
+
0,
|
|
358
|
+
]
|
|
359
|
+
}
|
|
360
|
+
style={
|
|
361
|
+
{
|
|
362
|
+
"height": "100%",
|
|
363
|
+
"width": "100%",
|
|
370
364
|
}
|
|
371
|
-
|
|
372
|
-
|
|
365
|
+
}
|
|
366
|
+
/>
|
|
373
367
|
</View>
|
|
374
368
|
</View>
|
|
375
|
-
<Image
|
|
376
|
-
onLoad={[Function]}
|
|
377
|
-
resizeMode="contain"
|
|
378
|
-
source={
|
|
379
|
-
{
|
|
380
|
-
"uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/15/ac/15aca112-4e71-4646-8db5-7f9723bc0130.jpg?w=600&f=auto",
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
style={
|
|
384
|
-
[
|
|
385
|
-
{
|
|
386
|
-
"flex": 1,
|
|
387
|
-
"height": "100%",
|
|
388
|
-
"position": "absolute",
|
|
389
|
-
"width": "100%",
|
|
390
|
-
"zIndex": 10,
|
|
391
|
-
},
|
|
392
|
-
undefined,
|
|
393
|
-
{
|
|
394
|
-
"opacity": 0,
|
|
395
|
-
},
|
|
396
|
-
]
|
|
397
|
-
}
|
|
398
|
-
testID="lazy-image-main-image"
|
|
399
|
-
/>
|
|
400
369
|
</View>
|
|
370
|
+
<Image
|
|
371
|
+
onLoad={[Function]}
|
|
372
|
+
resizeMode="contain"
|
|
373
|
+
source={
|
|
374
|
+
{
|
|
375
|
+
"uri": "https://cdn-catalog-back-prod.envs.lookiero.tech/15/ac/15aca112-4e71-4646-8db5-7f9723bc0130.jpg?w=600&f=auto",
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
style={
|
|
379
|
+
[
|
|
380
|
+
{
|
|
381
|
+
"flex": 1,
|
|
382
|
+
"height": "100%",
|
|
383
|
+
"position": "absolute",
|
|
384
|
+
"width": "100%",
|
|
385
|
+
"zIndex": 10,
|
|
386
|
+
},
|
|
387
|
+
undefined,
|
|
388
|
+
{
|
|
389
|
+
"opacity": 0,
|
|
390
|
+
},
|
|
391
|
+
]
|
|
392
|
+
}
|
|
393
|
+
testID="lazy-image-main-image"
|
|
394
|
+
/>
|
|
401
395
|
</View>
|
|
402
396
|
</View>
|
|
403
397
|
</View>
|