@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.
Files changed (33) hide show
  1. package/dist/src/ExpoRoot.js +2 -2
  2. package/dist/src/infrastructure/ui/components/atoms/fiveItemsDiscountBanner/FiveItemsDiscountBanner.style.js +3 -2
  3. package/dist/src/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.d.ts +1 -0
  4. package/dist/src/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.js +2 -1
  5. package/dist/src/infrastructure/ui/views/return/components/returnQuestionsForm/ReturnQuestionsForm.style.d.ts +1 -0
  6. package/dist/src/infrastructure/ui/views/return/components/returnQuestionsForm/ReturnQuestionsForm.style.js +2 -1
  7. package/dist/src/version.d.ts +1 -1
  8. package/dist/src/version.js +1 -1
  9. package/jest.config.js +2 -2
  10. package/package.json +1 -1
  11. package/src/ExpoRoot.tsx +2 -2
  12. package/src/infrastructure/ui/components/atoms/fiveItemsDiscountBanner/FiveItemsDiscountBanner.style.ts +3 -2
  13. package/src/infrastructure/ui/components/atoms/fiveItemsDiscountBanner/__snapshots__/FiveItemsDiscountBanner.test.tsx.snap +1 -1
  14. package/src/infrastructure/ui/components/atoms/price/__snapshots__/Price.test.tsx.snap +3 -3
  15. package/src/infrastructure/ui/components/templates/header/checkoutHeader/__snapshots__/CheckoutHeader.test.tsx.snap +1 -1
  16. package/src/infrastructure/ui/components/templates/header/itemDetailHeader/__snapshots__/ItemDetailHeader.test.tsx.snap +1 -1
  17. package/src/infrastructure/ui/components/templates/header/itemHeader/__snapshots__/ItemHeader.test.tsx.snap +1 -1
  18. package/src/infrastructure/ui/views/checkout/components/deliveryBanner/__snapshots__/DeliveryBanner.test.tsx.snap +1 -1
  19. package/src/infrastructure/ui/views/item/components/banner/__snapshots__/CustomerDecissionBanner.test.tsx.snap +3 -3
  20. package/src/infrastructure/ui/views/item/components/getOutOfCheckoutModal/__snapshots__/GetOutOfCheckoutModal.test.tsx.snap +3 -3
  21. package/src/infrastructure/ui/views/item/components/itemActions/__snapshots__/ItemActions.test.tsx.snap +5 -5
  22. package/src/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.ts +2 -1
  23. package/src/infrastructure/ui/views/item/components/productVariantDescription/__snapshots__/ProductVariantDescription.test.tsx.snap +10 -8
  24. package/src/infrastructure/ui/views/item/components/productVariantSlider/__snapshots__/ProductVariantSlider.test.tsx.snap +30 -30
  25. package/src/infrastructure/ui/views/item/components/selectModal/__snapshots__/SelecModal.test.tsx.snap +1 -1
  26. package/src/infrastructure/ui/views/item/components/sizeWithoutStockModal/__snapshots__/SizeWithoutStockModal.test.tsx.snap +2 -2
  27. package/src/infrastructure/ui/views/item/views/productVariant/__snapshots__/ProductVariant.test.tsx.snap +105 -102
  28. package/src/infrastructure/ui/views/return/components/price/__snapshots__/Price.test.tsx.snap +3 -3
  29. package/src/infrastructure/ui/views/return/components/productVariantPreview/__snapshots__/ProductVariantPreview.test.tsx.snap +1 -1
  30. package/src/infrastructure/ui/views/return/components/returnQuestionsForm/ReturnQuestionsForm.style.ts +2 -1
  31. package/src/infrastructure/ui/views/shared/components/productVariant/__snapshots__/ProductVariant.test.tsx.snap +30 -30
  32. package/src/infrastructure/ui/views/summary/components/collapsiblePricing/__snapshots__/CollapsiblePricing.test.tsx.snap +4 -4
  33. 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": 2,
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": 2,
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
- <View
431
+ <ViewManagerAdapter_ExpoLinearGradient
432
432
  colors={
433
433
  [
434
- "rgba(255, 255, 255, 0)",
435
- "#DAD8D8",
436
- "#DAD8D8",
437
- "rgba(255, 255, 255, 0)",
434
+ 16777215,
435
+ 4292532440,
436
+ 4292532440,
437
+ 16777215,
438
438
  ]
439
439
  }
440
- end={
441
- {
442
- "x": 1,
443
- "y": 0,
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
- start={
455
- {
456
- "x": 0,
457
- "y": 0,
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
- <View
753
+ <ViewManagerAdapter_ExpoLinearGradient
754
754
  colors={
755
755
  [
756
- "rgba(255, 255, 255, 0)",
757
- "#DAD8D8",
758
- "#DAD8D8",
759
- "rgba(255, 255, 255, 0)",
756
+ 16777215,
757
+ 4292532440,
758
+ 4292532440,
759
+ 16777215,
760
760
  ]
761
761
  }
762
- end={
763
- {
764
- "x": 1,
765
- "y": 0,
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
- start={
777
- {
778
- "x": 0,
779
- "y": 0,
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
- <View
1125
+ <ViewManagerAdapter_ExpoLinearGradient
1126
1126
  colors={
1127
1127
  [
1128
- "rgba(255, 255, 255, 0)",
1129
- "#DAD8D8",
1130
- "#DAD8D8",
1131
- "rgba(255, 255, 255, 0)",
1128
+ 16777215,
1129
+ 4292532440,
1130
+ 4292532440,
1131
+ 16777215,
1132
1132
  ]
1133
1133
  }
1134
- end={
1135
- {
1136
- "x": 1,
1137
- "y": 0,
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
- start={
1149
- {
1150
- "x": 0,
1151
- "y": 0,
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
- <View
1447
+ <ViewManagerAdapter_ExpoLinearGradient
1448
1448
  colors={
1449
1449
  [
1450
- "rgba(255, 255, 255, 0)",
1451
- "#DAD8D8",
1452
- "#DAD8D8",
1453
- "rgba(255, 255, 255, 0)",
1450
+ 16777215,
1451
+ 4292532440,
1452
+ 4292532440,
1453
+ 16777215,
1454
1454
  ]
1455
1455
  }
1456
- end={
1457
- {
1458
- "x": 1,
1459
- "y": 0,
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
- start={
1471
- {
1472
- "x": 0,
1473
- "y": 0,
1474
- }
1470
+ startPoint={
1471
+ [
1472
+ 0,
1473
+ 0,
1474
+ ]
1475
1475
  }
1476
1476
  style={
1477
1477
  {