@lookiero/checkout 9.11.0 → 9.12.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/ExpoRoot.js +1 -1
- package/dist/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.js +5 -2
- package/dist/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.d.ts +18 -2
- package/dist/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.js +14 -2
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +1 -1
- package/src/ExpoRoot.tsx +1 -1
- package/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.ts +25 -4
- package/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.tsx +11 -6
- package/src/infrastructure/ui/views/item/components/getOutOfCheckoutModal/__snapshots__/GetOutOfCheckoutModal.test.tsx.snap +159 -87
- package/src/infrastructure/ui/views/item/components/itemActions/__snapshots__/ItemActions.test.tsx.snap +242 -126
- package/src/infrastructure/ui/views/item/components/sizeWithoutStockModal/__snapshots__/SizeWithoutStockModal.test.tsx.snap +74 -40
- package/src/infrastructure/ui/views/summary/components/collapsiblePricing/__snapshots__/CollapsiblePricing.test.tsx.snap +152 -80
|
@@ -224,19 +224,12 @@ exports[`Pricing component matches the snapshot for collaped pricing: collapsed
|
|
|
224
224
|
"right": 0,
|
|
225
225
|
"top": 0,
|
|
226
226
|
},
|
|
227
|
-
"alignContent": "center",
|
|
228
227
|
"alignSelf": "flex-start",
|
|
229
|
-
"backgroundColor": "#0C0A0A",
|
|
230
|
-
"borderRadius": 9999,
|
|
231
228
|
"container": {
|
|
232
229
|
"overflow": "hidden",
|
|
233
230
|
},
|
|
234
231
|
"height": 48,
|
|
235
|
-
"justifyContent": "center",
|
|
236
232
|
"overflow": "hidden",
|
|
237
|
-
"paddingLeft": 24,
|
|
238
|
-
"paddingRight": 24,
|
|
239
|
-
"position": "relative",
|
|
240
233
|
"pressed": {
|
|
241
234
|
"bottom": 0,
|
|
242
235
|
"left": 0,
|
|
@@ -253,55 +246,98 @@ exports[`Pricing component matches the snapshot for collaped pricing: collapsed
|
|
|
253
246
|
}
|
|
254
247
|
testID="submit-checkout-collpased-button"
|
|
255
248
|
>
|
|
256
|
-
<
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
249
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
250
|
+
colors={
|
|
251
|
+
[
|
|
252
|
+
4278979082,
|
|
253
|
+
4278979082,
|
|
254
|
+
]
|
|
255
|
+
}
|
|
256
|
+
endPoint={
|
|
257
|
+
[
|
|
258
|
+
1,
|
|
259
|
+
0,
|
|
260
|
+
]
|
|
261
|
+
}
|
|
262
|
+
startPoint={
|
|
263
|
+
[
|
|
264
|
+
0,
|
|
265
|
+
1,
|
|
266
|
+
]
|
|
269
267
|
}
|
|
270
|
-
/>
|
|
271
|
-
<View
|
|
272
268
|
style={
|
|
273
269
|
[
|
|
274
270
|
{
|
|
275
|
-
"
|
|
276
|
-
"
|
|
271
|
+
"alignContent": "center",
|
|
272
|
+
"height": 64,
|
|
277
273
|
"justifyContent": "center",
|
|
274
|
+
"overflow": "hidden",
|
|
275
|
+
"paddingLeft": 24,
|
|
276
|
+
"paddingRight": 24,
|
|
277
|
+
"position": "relative",
|
|
278
|
+
},
|
|
279
|
+
{},
|
|
280
|
+
undefined,
|
|
281
|
+
{
|
|
282
|
+
"height": 48,
|
|
283
|
+
},
|
|
284
|
+
false,
|
|
285
|
+
{
|
|
286
|
+
"borderRadius": 9999,
|
|
278
287
|
},
|
|
279
288
|
]
|
|
280
289
|
}
|
|
281
290
|
>
|
|
282
|
-
<
|
|
283
|
-
|
|
284
|
-
|
|
291
|
+
<View
|
|
292
|
+
collapsable={false}
|
|
293
|
+
pointerEvents="none"
|
|
294
|
+
style={
|
|
295
|
+
{
|
|
296
|
+
"backgroundColor": "#716A6B",
|
|
297
|
+
"height": 48,
|
|
298
|
+
"left": 0,
|
|
299
|
+
"opacity": 0.7,
|
|
300
|
+
"position": "absolute",
|
|
301
|
+
"top": 0,
|
|
302
|
+
"width": "0%",
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
/>
|
|
306
|
+
<View
|
|
285
307
|
style={
|
|
286
308
|
[
|
|
287
309
|
{
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"letterSpacing": -0.2,
|
|
292
|
-
"lineHeight": 20,
|
|
293
|
-
"paddingBottom": 0,
|
|
294
|
-
"paddingLeft": 0,
|
|
295
|
-
"paddingRight": 0,
|
|
296
|
-
"paddingTop": 0,
|
|
297
|
-
"textAlign": "center",
|
|
310
|
+
"alignItems": "center",
|
|
311
|
+
"flexDirection": "row",
|
|
312
|
+
"justifyContent": "center",
|
|
298
313
|
},
|
|
299
314
|
]
|
|
300
315
|
}
|
|
301
316
|
>
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
317
|
+
<Text
|
|
318
|
+
allowFontScaling={false}
|
|
319
|
+
selectable={false}
|
|
320
|
+
style={
|
|
321
|
+
[
|
|
322
|
+
{
|
|
323
|
+
"color": "#FFFFFF",
|
|
324
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
325
|
+
"fontSize": 15,
|
|
326
|
+
"letterSpacing": -0.2,
|
|
327
|
+
"lineHeight": 20,
|
|
328
|
+
"paddingBottom": 0,
|
|
329
|
+
"paddingLeft": 0,
|
|
330
|
+
"paddingRight": 0,
|
|
331
|
+
"paddingTop": 0,
|
|
332
|
+
"textAlign": "center",
|
|
333
|
+
},
|
|
334
|
+
]
|
|
335
|
+
}
|
|
336
|
+
>
|
|
337
|
+
summary.submit_button
|
|
338
|
+
</Text>
|
|
339
|
+
</View>
|
|
340
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
305
341
|
</View>
|
|
306
342
|
</View>
|
|
307
343
|
</View>
|
|
@@ -532,19 +568,12 @@ exports[`Pricing component matches the snapshot for non-collaped pricing: non-co
|
|
|
532
568
|
"right": 0,
|
|
533
569
|
"top": 0,
|
|
534
570
|
},
|
|
535
|
-
"alignContent": "center",
|
|
536
571
|
"alignSelf": "flex-start",
|
|
537
|
-
"backgroundColor": "#0C0A0A",
|
|
538
|
-
"borderRadius": 9999,
|
|
539
572
|
"container": {
|
|
540
573
|
"overflow": "hidden",
|
|
541
574
|
},
|
|
542
575
|
"height": 48,
|
|
543
|
-
"justifyContent": "center",
|
|
544
576
|
"overflow": "hidden",
|
|
545
|
-
"paddingLeft": 24,
|
|
546
|
-
"paddingRight": 24,
|
|
547
|
-
"position": "relative",
|
|
548
577
|
"pressed": {
|
|
549
578
|
"bottom": 0,
|
|
550
579
|
"left": 0,
|
|
@@ -561,55 +590,98 @@ exports[`Pricing component matches the snapshot for non-collaped pricing: non-co
|
|
|
561
590
|
}
|
|
562
591
|
testID="submit-checkout-collpased-button"
|
|
563
592
|
>
|
|
564
|
-
<
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
593
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
594
|
+
colors={
|
|
595
|
+
[
|
|
596
|
+
4278979082,
|
|
597
|
+
4278979082,
|
|
598
|
+
]
|
|
599
|
+
}
|
|
600
|
+
endPoint={
|
|
601
|
+
[
|
|
602
|
+
1,
|
|
603
|
+
0,
|
|
604
|
+
]
|
|
605
|
+
}
|
|
606
|
+
startPoint={
|
|
607
|
+
[
|
|
608
|
+
0,
|
|
609
|
+
1,
|
|
610
|
+
]
|
|
577
611
|
}
|
|
578
|
-
/>
|
|
579
|
-
<View
|
|
580
612
|
style={
|
|
581
613
|
[
|
|
582
614
|
{
|
|
583
|
-
"
|
|
584
|
-
"
|
|
615
|
+
"alignContent": "center",
|
|
616
|
+
"height": 64,
|
|
585
617
|
"justifyContent": "center",
|
|
618
|
+
"overflow": "hidden",
|
|
619
|
+
"paddingLeft": 24,
|
|
620
|
+
"paddingRight": 24,
|
|
621
|
+
"position": "relative",
|
|
622
|
+
},
|
|
623
|
+
{},
|
|
624
|
+
undefined,
|
|
625
|
+
{
|
|
626
|
+
"height": 48,
|
|
627
|
+
},
|
|
628
|
+
false,
|
|
629
|
+
{
|
|
630
|
+
"borderRadius": 9999,
|
|
586
631
|
},
|
|
587
632
|
]
|
|
588
633
|
}
|
|
589
634
|
>
|
|
590
|
-
<
|
|
591
|
-
|
|
592
|
-
|
|
635
|
+
<View
|
|
636
|
+
collapsable={false}
|
|
637
|
+
pointerEvents="none"
|
|
638
|
+
style={
|
|
639
|
+
{
|
|
640
|
+
"backgroundColor": "#716A6B",
|
|
641
|
+
"height": 48,
|
|
642
|
+
"left": 0,
|
|
643
|
+
"opacity": 0.7,
|
|
644
|
+
"position": "absolute",
|
|
645
|
+
"top": 0,
|
|
646
|
+
"width": "0%",
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
/>
|
|
650
|
+
<View
|
|
593
651
|
style={
|
|
594
652
|
[
|
|
595
653
|
{
|
|
596
|
-
"
|
|
597
|
-
"
|
|
598
|
-
"
|
|
599
|
-
"letterSpacing": -0.2,
|
|
600
|
-
"lineHeight": 20,
|
|
601
|
-
"paddingBottom": 0,
|
|
602
|
-
"paddingLeft": 0,
|
|
603
|
-
"paddingRight": 0,
|
|
604
|
-
"paddingTop": 0,
|
|
605
|
-
"textAlign": "center",
|
|
654
|
+
"alignItems": "center",
|
|
655
|
+
"flexDirection": "row",
|
|
656
|
+
"justifyContent": "center",
|
|
606
657
|
},
|
|
607
658
|
]
|
|
608
659
|
}
|
|
609
660
|
>
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
661
|
+
<Text
|
|
662
|
+
allowFontScaling={false}
|
|
663
|
+
selectable={false}
|
|
664
|
+
style={
|
|
665
|
+
[
|
|
666
|
+
{
|
|
667
|
+
"color": "#FFFFFF",
|
|
668
|
+
"fontFamily": "AreaNormal-Extrabold",
|
|
669
|
+
"fontSize": 15,
|
|
670
|
+
"letterSpacing": -0.2,
|
|
671
|
+
"lineHeight": 20,
|
|
672
|
+
"paddingBottom": 0,
|
|
673
|
+
"paddingLeft": 0,
|
|
674
|
+
"paddingRight": 0,
|
|
675
|
+
"paddingTop": 0,
|
|
676
|
+
"textAlign": "center",
|
|
677
|
+
},
|
|
678
|
+
]
|
|
679
|
+
}
|
|
680
|
+
>
|
|
681
|
+
summary.submit_button
|
|
682
|
+
</Text>
|
|
683
|
+
</View>
|
|
684
|
+
</ViewManagerAdapter_ExpoLinearGradient>
|
|
613
685
|
</View>
|
|
614
686
|
</View>
|
|
615
687
|
</View>
|