@lookiero/checkout 9.9.0 → 9.10.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 +2 -2
- package/dist/src/infrastructure/ui/components/atoms/fiveItemsDiscountBanner/FiveItemsDiscountBanner.style.js +3 -2
- package/dist/src/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.d.ts +1 -0
- package/dist/src/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.js +2 -1
- package/dist/src/infrastructure/ui/views/return/components/returnQuestionsForm/ReturnQuestionsForm.style.d.ts +1 -0
- package/dist/src/infrastructure/ui/views/return/components/returnQuestionsForm/ReturnQuestionsForm.style.js +2 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/jest.config.js +2 -2
- package/package.json +1 -1
- package/src/ExpoRoot.tsx +2 -2
- package/src/infrastructure/ui/components/atoms/fiveItemsDiscountBanner/FiveItemsDiscountBanner.style.ts +3 -2
- package/src/infrastructure/ui/components/atoms/fiveItemsDiscountBanner/__snapshots__/FiveItemsDiscountBanner.test.tsx.snap +1 -1
- package/src/infrastructure/ui/components/atoms/price/__snapshots__/Price.test.tsx.snap +3 -3
- package/src/infrastructure/ui/components/templates/header/checkoutHeader/__snapshots__/CheckoutHeader.test.tsx.snap +1 -1
- package/src/infrastructure/ui/components/templates/header/itemDetailHeader/__snapshots__/ItemDetailHeader.test.tsx.snap +1 -1
- package/src/infrastructure/ui/components/templates/header/itemHeader/__snapshots__/ItemHeader.test.tsx.snap +1 -1
- package/src/infrastructure/ui/views/checkout/components/deliveryBanner/__snapshots__/DeliveryBanner.test.tsx.snap +1 -1
- package/src/infrastructure/ui/views/item/components/banner/__snapshots__/CustomerDecissionBanner.test.tsx.snap +3 -3
- package/src/infrastructure/ui/views/item/components/getOutOfCheckoutModal/__snapshots__/GetOutOfCheckoutModal.test.tsx.snap +3 -3
- package/src/infrastructure/ui/views/item/components/itemActions/__snapshots__/ItemActions.test.tsx.snap +5 -5
- package/src/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.ts +2 -1
- package/src/infrastructure/ui/views/item/components/productVariantDescription/__snapshots__/ProductVariantDescription.test.tsx.snap +10 -8
- package/src/infrastructure/ui/views/item/components/productVariantSlider/__snapshots__/ProductVariantSlider.test.tsx.snap +30 -30
- package/src/infrastructure/ui/views/item/components/selectModal/__snapshots__/SelecModal.test.tsx.snap +1 -1
- package/src/infrastructure/ui/views/item/components/sizeWithoutStockModal/__snapshots__/SizeWithoutStockModal.test.tsx.snap +2 -2
- package/src/infrastructure/ui/views/item/views/productVariant/__snapshots__/ProductVariant.test.tsx.snap +105 -102
- package/src/infrastructure/ui/views/return/components/price/__snapshots__/Price.test.tsx.snap +3 -3
- package/src/infrastructure/ui/views/return/components/productVariantPreview/__snapshots__/ProductVariantPreview.test.tsx.snap +1 -1
- package/src/infrastructure/ui/views/return/components/returnQuestionsForm/ReturnQuestionsForm.style.ts +2 -1
- package/src/infrastructure/ui/views/shared/components/productVariant/__snapshots__/ProductVariant.test.tsx.snap +30 -30
- package/src/infrastructure/ui/views/summary/components/collapsiblePricing/__snapshots__/CollapsiblePricing.test.tsx.snap +4 -4
- package/src/infrastructure/ui/views/summaryTabs/components/checkoutItemsTabs/__snapshots__/CheckoutItemsTabs.test.tsx.snap +62 -62
|
@@ -120,7 +120,7 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
|
|
|
120
120
|
"paddingBottom": 0,
|
|
121
121
|
"paddingLeft": 0,
|
|
122
122
|
"paddingRight": 0,
|
|
123
|
-
"paddingTop":
|
|
123
|
+
"paddingTop": 0,
|
|
124
124
|
},
|
|
125
125
|
]
|
|
126
126
|
}
|
|
@@ -184,7 +184,7 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
|
|
|
184
184
|
"paddingBottom": 0,
|
|
185
185
|
"paddingLeft": 0,
|
|
186
186
|
"paddingRight": 0,
|
|
187
|
-
"paddingTop":
|
|
187
|
+
"paddingTop": 0,
|
|
188
188
|
},
|
|
189
189
|
]
|
|
190
190
|
}
|
|
@@ -428,20 +428,20 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
|
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
430
|
>
|
|
431
|
-
<
|
|
431
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
432
432
|
colors={
|
|
433
433
|
[
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
434
|
+
16777215,
|
|
435
|
+
4292532440,
|
|
436
|
+
4292532440,
|
|
437
|
+
16777215,
|
|
438
438
|
]
|
|
439
439
|
}
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
440
|
+
endPoint={
|
|
441
|
+
[
|
|
442
|
+
1,
|
|
443
|
+
0,
|
|
444
|
+
]
|
|
445
445
|
}
|
|
446
446
|
locations={
|
|
447
447
|
[
|
|
@@ -451,11 +451,11 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
|
|
|
451
451
|
1,
|
|
452
452
|
]
|
|
453
453
|
}
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
454
|
+
startPoint={
|
|
455
|
+
[
|
|
456
|
+
0,
|
|
457
|
+
0,
|
|
458
|
+
]
|
|
459
459
|
}
|
|
460
460
|
style={
|
|
461
461
|
{
|
|
@@ -750,20 +750,20 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
|
|
|
750
750
|
}
|
|
751
751
|
}
|
|
752
752
|
>
|
|
753
|
-
<
|
|
753
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
754
754
|
colors={
|
|
755
755
|
[
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
756
|
+
16777215,
|
|
757
|
+
4292532440,
|
|
758
|
+
4292532440,
|
|
759
|
+
16777215,
|
|
760
760
|
]
|
|
761
761
|
}
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
762
|
+
endPoint={
|
|
763
|
+
[
|
|
764
|
+
1,
|
|
765
|
+
0,
|
|
766
|
+
]
|
|
767
767
|
}
|
|
768
768
|
locations={
|
|
769
769
|
[
|
|
@@ -773,11 +773,11 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
|
|
|
773
773
|
1,
|
|
774
774
|
]
|
|
775
775
|
}
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
776
|
+
startPoint={
|
|
777
|
+
[
|
|
778
|
+
0,
|
|
779
|
+
0,
|
|
780
|
+
]
|
|
781
781
|
}
|
|
782
782
|
style={
|
|
783
783
|
{
|
|
@@ -1122,20 +1122,20 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
|
|
|
1122
1122
|
}
|
|
1123
1123
|
}
|
|
1124
1124
|
>
|
|
1125
|
-
<
|
|
1125
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
1126
1126
|
colors={
|
|
1127
1127
|
[
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1128
|
+
16777215,
|
|
1129
|
+
4292532440,
|
|
1130
|
+
4292532440,
|
|
1131
|
+
16777215,
|
|
1132
1132
|
]
|
|
1133
1133
|
}
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1134
|
+
endPoint={
|
|
1135
|
+
[
|
|
1136
|
+
1,
|
|
1137
|
+
0,
|
|
1138
|
+
]
|
|
1139
1139
|
}
|
|
1140
1140
|
locations={
|
|
1141
1141
|
[
|
|
@@ -1145,11 +1145,11 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
|
|
|
1145
1145
|
1,
|
|
1146
1146
|
]
|
|
1147
1147
|
}
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1148
|
+
startPoint={
|
|
1149
|
+
[
|
|
1150
|
+
0,
|
|
1151
|
+
0,
|
|
1152
|
+
]
|
|
1153
1153
|
}
|
|
1154
1154
|
style={
|
|
1155
1155
|
{
|
|
@@ -1444,20 +1444,20 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
|
|
|
1444
1444
|
}
|
|
1445
1445
|
}
|
|
1446
1446
|
>
|
|
1447
|
-
<
|
|
1447
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
1448
1448
|
colors={
|
|
1449
1449
|
[
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1450
|
+
16777215,
|
|
1451
|
+
4292532440,
|
|
1452
|
+
4292532440,
|
|
1453
|
+
16777215,
|
|
1454
1454
|
]
|
|
1455
1455
|
}
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1456
|
+
endPoint={
|
|
1457
|
+
[
|
|
1458
|
+
1,
|
|
1459
|
+
0,
|
|
1460
|
+
]
|
|
1461
1461
|
}
|
|
1462
1462
|
locations={
|
|
1463
1463
|
[
|
|
@@ -1467,11 +1467,11 @@ exports[`CheckoutItemTabs component matches the snapshot 1`] = `
|
|
|
1467
1467
|
1,
|
|
1468
1468
|
]
|
|
1469
1469
|
}
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1470
|
+
startPoint={
|
|
1471
|
+
[
|
|
1472
|
+
0,
|
|
1473
|
+
0,
|
|
1474
|
+
]
|
|
1475
1475
|
}
|
|
1476
1476
|
style={
|
|
1477
1477
|
{
|