@lookiero/checkout 9.9.0 → 9.11.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 (38) 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
  34. package/dist/src/infrastructure/ui/components/templates/footer/Footer.d.ts +0 -3
  35. package/dist/src/infrastructure/ui/components/templates/footer/Footer.js +0 -13
  36. package/src/infrastructure/ui/components/templates/footer/Footer.test.tsx +0 -15
  37. package/src/infrastructure/ui/components/templates/footer/Footer.tsx +0 -19
  38. package/src/infrastructure/ui/components/templates/footer/__snapshots__/Footer.test.tsx.snap +0 -1127
@@ -24,7 +24,7 @@ const order = {
24
24
  coupon: "MYLOOKIERO",
25
25
  };
26
26
  const customer = {
27
- customerId: "d3c2354b-9811-46d4-b2ba-5fba012ed94d",
27
+ customerId: "74cb4f76-3f14-4983-81a6-2ee2a9a275d4",
28
28
  country: Country.ES,
29
29
  segment: Segment.WOMEN,
30
30
  };
@@ -39,7 +39,7 @@ const apiUrl = Platform.OS !== "web"
39
39
  : __DEV__
40
40
  ? "/local-to-dev"
41
41
  : "/checkout/api";
42
- const authToken = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjU2NDg3OTAsImV4cCI6MTc0MjM2OTcyNywiZGlzcGxheU5hbWUiOiJUZXN0aW5nIiwiY291bnRyeV9jb2RlIjoiRVMiLCJhY2Nlc3NWaWEiOiJlbWFpbCIsInN1YnNjcmlwdGlvblN0YXJ0aW5nRGF0ZSI6IjIwMjQtMTEtMDgiLCJpbXBlcnNvbmF0ZWQiOmZhbHNlLCJ1dWlkIjoiNzRjYjRmNzYtM2YxNC00OTgzLTgxYTYtMmVlMmE5YTI3NWQ0IiwiaWF0IjoxNzM5OTUwNTI3fQ.ajNczGc6YhM23--PsqlAoDrp_GN87TnHEBOYyg2hoWM";
42
+ const authToken = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjU2NDg3OTAsImV4cCI6MTc0NDQ0MzcwMiwiZGlzcGxheU5hbWUiOiJUZXN0aW5nIiwiY291bnRyeV9jb2RlIjoiRVMiLCJhY2Nlc3NWaWEiOiJlbWFpbCIsInN1YnNjcmlwdGlvblN0YXJ0aW5nRGF0ZSI6IjIwMjQtMTEtMDgiLCJpbXBlcnNvbmF0ZWQiOmZhbHNlLCJ1dWlkIjoiNzRjYjRmNzYtM2YxNC00OTgzLTgxYTYtMmVlMmE5YTI3NWQ0IiwiaWF0IjoxNzQxNzY1MzAyfQ.VrfjWZlhuG8dhDSFTbyGyClRFGbhdx9SglkE8rEEJyE";
43
43
  const getAuthToken = () => Promise.resolve(authToken);
44
44
  const externalTranslationsUrl = Platform.OS !== "web"
45
45
  ? "https://backend-for-user.dev.envs.lookiero.tech/api/v2/translations"
@@ -1,8 +1,9 @@
1
1
  import { StyleSheet } from "react-native";
2
- // TODO: get the font family from Aurora
2
+ import { theme } from "@lookiero/sty-psp-ui";
3
+ const { fontMap } = theme();
3
4
  const style = StyleSheet.create({
4
5
  textBold: {
5
- fontFamily: "AreaNormal-Extrabold",
6
+ fontFamily: fontMap.Action,
6
7
  },
7
8
  });
8
9
  export { style };
@@ -1,6 +1,7 @@
1
1
  declare const style: {
2
2
  brand: {
3
3
  flex: number;
4
+ gap: number;
4
5
  };
5
6
  container: {
6
7
  width: "100%";
@@ -1,9 +1,10 @@
1
1
  import { StyleSheet } from "react-native";
2
2
  import { theme } from "@lookiero/sty-psp-ui";
3
- const { space4, space6 } = theme();
3
+ const { space1, space4, space6 } = theme();
4
4
  const style = StyleSheet.create({
5
5
  brand: {
6
6
  flex: 1,
7
+ gap: space1,
7
8
  },
8
9
  container: {
9
10
  width: "100%",
@@ -21,6 +21,7 @@ declare const style: {
21
21
  };
22
22
  info: {
23
23
  backgroundColor: string;
24
+ gap: number;
24
25
  paddingBottom: number;
25
26
  paddingHorizontal: number;
26
27
  paddingTop: number;
@@ -1,7 +1,7 @@
1
1
  import { StyleSheet } from "react-native";
2
2
  import { theme } from "@lookiero/sty-psp-ui";
3
3
  import { HEADER_HEIGHT } from "../../../../components/templates/header/Header.style";
4
- const { borderRadius5, colorBgPrimaryLight, colorBgBase, colorTextMedium, space4, space6, space8 } = theme();
4
+ const { borderRadius5, colorBgPrimaryLight, colorBgBase, colorTextMedium, space1, space4, space6, space8 } = theme();
5
5
  const style = StyleSheet.create({
6
6
  background: {
7
7
  backgroundColor: colorBgPrimaryLight,
@@ -25,6 +25,7 @@ const style = StyleSheet.create({
25
25
  },
26
26
  info: {
27
27
  backgroundColor: colorBgBase,
28
+ gap: space1,
28
29
  paddingBottom: space4,
29
30
  paddingHorizontal: space6,
30
31
  paddingTop: space8,
@@ -1 +1 @@
1
- export declare const VERSION = "9.9.0";
1
+ export declare const VERSION = "9.11.0";
@@ -1 +1 @@
1
- export const VERSION = "9.9.0";
1
+ export const VERSION = "9.11.0";
package/jest.config.js CHANGED
@@ -1,9 +1,9 @@
1
- const jestReactNativeConfig = require("@lookiero/sty-psp-jest-config/jest.config.react-native.js");
1
+ const jestReactNativeConfig = require("@lookiero/sty-psp-jest-config/jest.config.expo.js");
2
2
 
3
3
  module.exports = {
4
4
  ...jestReactNativeConfig,
5
- setupFiles: ["../../node_modules/react-native-gesture-handler/jestSetup.js"],
6
5
  setupFilesAfterEnv: ["<rootDir>/jest.setup.js"],
6
+ setupFiles: ["../../node_modules/react-native-gesture-handler/jestSetup.js"],
7
7
  moduleNameMapper: {
8
8
  ...(jestReactNativeConfig.moduleNameMapper || {}),
9
9
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lookiero/checkout",
3
- "version": "9.9.0",
3
+ "version": "9.11.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": "false",
package/src/ExpoRoot.tsx CHANGED
@@ -32,7 +32,7 @@ const order: Order = {
32
32
  };
33
33
 
34
34
  const customer: Customer = {
35
- customerId: "d3c2354b-9811-46d4-b2ba-5fba012ed94d",
35
+ customerId: "74cb4f76-3f14-4983-81a6-2ee2a9a275d4",
36
36
  country: Country.ES,
37
37
  segment: Segment.WOMEN,
38
38
  };
@@ -51,7 +51,7 @@ const apiUrl =
51
51
  ? "/local-to-dev"
52
52
  : "/checkout/api";
53
53
  const authToken =
54
- "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjU2NDg3OTAsImV4cCI6MTc0MjM2OTcyNywiZGlzcGxheU5hbWUiOiJUZXN0aW5nIiwiY291bnRyeV9jb2RlIjoiRVMiLCJhY2Nlc3NWaWEiOiJlbWFpbCIsInN1YnNjcmlwdGlvblN0YXJ0aW5nRGF0ZSI6IjIwMjQtMTEtMDgiLCJpbXBlcnNvbmF0ZWQiOmZhbHNlLCJ1dWlkIjoiNzRjYjRmNzYtM2YxNC00OTgzLTgxYTYtMmVlMmE5YTI3NWQ0IiwiaWF0IjoxNzM5OTUwNTI3fQ.ajNczGc6YhM23--PsqlAoDrp_GN87TnHEBOYyg2hoWM";
54
+ "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjU2NDg3OTAsImV4cCI6MTc0NDQ0MzcwMiwiZGlzcGxheU5hbWUiOiJUZXN0aW5nIiwiY291bnRyeV9jb2RlIjoiRVMiLCJhY2Nlc3NWaWEiOiJlbWFpbCIsInN1YnNjcmlwdGlvblN0YXJ0aW5nRGF0ZSI6IjIwMjQtMTEtMDgiLCJpbXBlcnNvbmF0ZWQiOmZhbHNlLCJ1dWlkIjoiNzRjYjRmNzYtM2YxNC00OTgzLTgxYTYtMmVlMmE5YTI3NWQ0IiwiaWF0IjoxNzQxNzY1MzAyfQ.VrfjWZlhuG8dhDSFTbyGyClRFGbhdx9SglkE8rEEJyE";
55
55
  const getAuthToken = () => Promise.resolve(authToken);
56
56
 
57
57
  const externalTranslationsUrl =
@@ -1,10 +1,11 @@
1
1
  import { StyleSheet } from "react-native";
2
+ import { theme } from "@lookiero/sty-psp-ui";
2
3
 
3
- // TODO: get the font family from Aurora
4
+ const { fontMap } = theme();
4
5
 
5
6
  const style = StyleSheet.create({
6
7
  textBold: {
7
- fontFamily: "AreaNormal-Extrabold",
8
+ fontFamily: fontMap.Action,
8
9
  },
9
10
  });
10
11
 
@@ -100,7 +100,7 @@ exports[`FiveItemsDiscountBanner component matches the snapshot 1`] = `
100
100
  "paddingBottom": 0,
101
101
  "paddingLeft": 0,
102
102
  "paddingRight": 0,
103
- "paddingTop": 5,
103
+ "paddingTop": 4,
104
104
  },
105
105
  ]
106
106
  }
@@ -51,7 +51,7 @@ exports[`Price atom matches the snapshot for a discounted price: discounted pric
51
51
  "paddingBottom": 0,
52
52
  "paddingLeft": 0,
53
53
  "paddingRight": 0,
54
- "paddingTop": 4,
54
+ "paddingTop": 0,
55
55
  },
56
56
  ]
57
57
  }
@@ -81,7 +81,7 @@ exports[`Price atom matches the snapshot for a discounted price: discounted pric
81
81
  "paddingBottom": 0,
82
82
  "paddingLeft": 0,
83
83
  "paddingRight": 0,
84
- "paddingTop": 4,
84
+ "paddingTop": 0,
85
85
  "textDecorationLine": "line-through",
86
86
  },
87
87
  ]
@@ -146,7 +146,7 @@ exports[`Price atom matches the snapshot for a non-discounted price: non-discoun
146
146
  "paddingBottom": 0,
147
147
  "paddingLeft": 0,
148
148
  "paddingRight": 0,
149
- "paddingTop": 4,
149
+ "paddingTop": 0,
150
150
  },
151
151
  ]
152
152
  }
@@ -183,7 +183,7 @@ exports[`CheckoutHeader template matches the snapshot 1`] = `
183
183
  "paddingBottom": 0,
184
184
  "paddingLeft": 0,
185
185
  "paddingRight": 0,
186
- "paddingTop": 2,
186
+ "paddingTop": 0,
187
187
  },
188
188
  ]
189
189
  }
@@ -72,7 +72,7 @@ exports[`ItemDetailHeader template matches the snapshot 1`] = `
72
72
  "paddingBottom": 0,
73
73
  "paddingLeft": 0,
74
74
  "paddingRight": 0,
75
- "paddingTop": 2,
75
+ "paddingTop": 0,
76
76
  },
77
77
  ]
78
78
  }
@@ -183,7 +183,7 @@ exports[`ItemHeader template matches the snapshot 1`] = `
183
183
  "paddingBottom": 0,
184
184
  "paddingLeft": 0,
185
185
  "paddingRight": 0,
186
- "paddingTop": 2,
186
+ "paddingTop": 0,
187
187
  },
188
188
  ]
189
189
  }
@@ -78,7 +78,7 @@ exports[`DeliveryBanner component matches the snapshot 1`] = `
78
78
  "paddingBottom": 0,
79
79
  "paddingLeft": 0,
80
80
  "paddingRight": 0,
81
- "paddingTop": 5,
81
+ "paddingTop": 4,
82
82
  },
83
83
  ]
84
84
  }
@@ -89,7 +89,7 @@ exports[`CustomerDecissionBanner component matches the snapshot for a KEPT check
89
89
  "paddingBottom": 0,
90
90
  "paddingLeft": 0,
91
91
  "paddingRight": 0,
92
- "paddingTop": 5,
92
+ "paddingTop": 4,
93
93
  },
94
94
  ]
95
95
  }
@@ -258,7 +258,7 @@ exports[`CustomerDecissionBanner component matches the snapshot for a REPLACED c
258
258
  "paddingBottom": 0,
259
259
  "paddingLeft": 0,
260
260
  "paddingRight": 0,
261
- "paddingTop": 5,
261
+ "paddingTop": 4,
262
262
  },
263
263
  ]
264
264
  }
@@ -427,7 +427,7 @@ exports[`CustomerDecissionBanner component matches the snapshot for a RETURNED c
427
427
  "paddingBottom": 0,
428
428
  "paddingLeft": 0,
429
429
  "paddingRight": 0,
430
- "paddingTop": 5,
430
+ "paddingTop": 4,
431
431
  },
432
432
  ]
433
433
  }
@@ -217,7 +217,7 @@ exports[`GetOutOfCheckoutModal component matches the snapshot 1`] = `
217
217
  "paddingBottom": 0,
218
218
  "paddingLeft": 0,
219
219
  "paddingRight": 0,
220
- "paddingTop": 2,
220
+ "paddingTop": 0,
221
221
  "width": "100%",
222
222
  },
223
223
  ]
@@ -339,7 +339,7 @@ exports[`GetOutOfCheckoutModal component matches the snapshot 1`] = `
339
339
  "paddingBottom": 0,
340
340
  "paddingLeft": 0,
341
341
  "paddingRight": 0,
342
- "paddingTop": 2,
342
+ "paddingTop": 0,
343
343
  "textAlign": "center",
344
344
  "textTransform": "uppercase",
345
345
  "width": "100%",
@@ -469,7 +469,7 @@ exports[`GetOutOfCheckoutModal component matches the snapshot 1`] = `
469
469
  "paddingBottom": 0,
470
470
  "paddingLeft": 0,
471
471
  "paddingRight": 0,
472
- "paddingTop": 2,
472
+ "paddingTop": 0,
473
473
  "textAlign": "center",
474
474
  "textTransform": "uppercase",
475
475
  "width": "100%",
@@ -222,7 +222,7 @@ exports[`ItemActions component matches the snapshot 1`] = `
222
222
  "paddingBottom": 0,
223
223
  "paddingLeft": 0,
224
224
  "paddingRight": 0,
225
- "paddingTop": 2,
225
+ "paddingTop": 0,
226
226
  "textAlign": "center",
227
227
  },
228
228
  ]
@@ -350,7 +350,7 @@ exports[`ItemActions component matches the snapshot 1`] = `
350
350
  "paddingBottom": 0,
351
351
  "paddingLeft": 0,
352
352
  "paddingRight": 0,
353
- "paddingTop": 2,
353
+ "paddingTop": 0,
354
354
  "textAlign": "center",
355
355
  },
356
356
  ]
@@ -475,7 +475,7 @@ exports[`ItemActions component matches the snapshot 1`] = `
475
475
  "paddingBottom": 0,
476
476
  "paddingLeft": 0,
477
477
  "paddingRight": 0,
478
- "paddingTop": 2,
478
+ "paddingTop": 0,
479
479
  "textAlign": "center",
480
480
  },
481
481
  ]
@@ -788,7 +788,7 @@ exports[`ItemActions component matches the snapshot 1`] = `
788
788
  "paddingBottom": 0,
789
789
  "paddingLeft": 0,
790
790
  "paddingRight": 0,
791
- "paddingTop": 2,
791
+ "paddingTop": 0,
792
792
  },
793
793
  ]
794
794
  }
@@ -846,7 +846,7 @@ exports[`ItemActions component matches the snapshot 1`] = `
846
846
  "paddingBottom": 0,
847
847
  "paddingLeft": 0,
848
848
  "paddingRight": 0,
849
- "paddingTop": 2,
849
+ "paddingTop": 0,
850
850
  },
851
851
  ]
852
852
  }
@@ -1,11 +1,12 @@
1
1
  import { StyleSheet } from "react-native";
2
2
  import { theme } from "@lookiero/sty-psp-ui";
3
3
 
4
- const { space4, space6 } = theme();
4
+ const { space1, space4, space6 } = theme();
5
5
 
6
6
  const style = StyleSheet.create({
7
7
  brand: {
8
8
  flex: 1,
9
+ gap: space1,
9
10
  },
10
11
  container: {
11
12
  width: "100%",
@@ -54,6 +54,7 @@ exports[`ProductVariantDescription component matches the snapshot for a non-uniq
54
54
  style={
55
55
  {
56
56
  "flex": 1,
57
+ "gap": 4,
57
58
  }
58
59
  }
59
60
  >
@@ -71,7 +72,7 @@ exports[`ProductVariantDescription component matches the snapshot for a non-uniq
71
72
  "paddingBottom": 0,
72
73
  "paddingLeft": 0,
73
74
  "paddingRight": 0,
74
- "paddingTop": 4,
75
+ "paddingTop": 0,
75
76
  },
76
77
  ]
77
78
  }
@@ -92,7 +93,7 @@ exports[`ProductVariantDescription component matches the snapshot for a non-uniq
92
93
  "paddingBottom": 0,
93
94
  "paddingLeft": 0,
94
95
  "paddingRight": 0,
95
- "paddingTop": 4,
96
+ "paddingTop": 0,
96
97
  },
97
98
  ]
98
99
  }
@@ -122,7 +123,7 @@ exports[`ProductVariantDescription component matches the snapshot for a non-uniq
122
123
  "paddingBottom": 0,
123
124
  "paddingLeft": 0,
124
125
  "paddingRight": 0,
125
- "paddingTop": 4,
126
+ "paddingTop": 0,
126
127
  },
127
128
  ]
128
129
  }
@@ -146,7 +147,7 @@ exports[`ProductVariantDescription component matches the snapshot for a non-uniq
146
147
  "paddingBottom": 0,
147
148
  "paddingLeft": 0,
148
149
  "paddingRight": 0,
149
- "paddingTop": 4,
150
+ "paddingTop": 0,
150
151
  },
151
152
  ]
152
153
  }
@@ -211,6 +212,7 @@ exports[`ProductVariantDescription component matches the snapshot for an unique
211
212
  style={
212
213
  {
213
214
  "flex": 1,
215
+ "gap": 4,
214
216
  }
215
217
  }
216
218
  >
@@ -228,7 +230,7 @@ exports[`ProductVariantDescription component matches the snapshot for an unique
228
230
  "paddingBottom": 0,
229
231
  "paddingLeft": 0,
230
232
  "paddingRight": 0,
231
- "paddingTop": 4,
233
+ "paddingTop": 0,
232
234
  },
233
235
  ]
234
236
  }
@@ -249,7 +251,7 @@ exports[`ProductVariantDescription component matches the snapshot for an unique
249
251
  "paddingBottom": 0,
250
252
  "paddingLeft": 0,
251
253
  "paddingRight": 0,
252
- "paddingTop": 4,
254
+ "paddingTop": 0,
253
255
  },
254
256
  ]
255
257
  }
@@ -279,7 +281,7 @@ exports[`ProductVariantDescription component matches the snapshot for an unique
279
281
  "paddingBottom": 0,
280
282
  "paddingLeft": 0,
281
283
  "paddingRight": 0,
282
- "paddingTop": 4,
284
+ "paddingTop": 0,
283
285
  },
284
286
  ]
285
287
  }
@@ -303,7 +305,7 @@ exports[`ProductVariantDescription component matches the snapshot for an unique
303
305
  "paddingBottom": 0,
304
306
  "paddingLeft": 0,
305
307
  "paddingRight": 0,
306
- "paddingTop": 4,
308
+ "paddingTop": 0,
307
309
  },
308
310
  ]
309
311
  }
@@ -173,20 +173,20 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
173
173
  }
174
174
  }
175
175
  >
176
- <View
176
+ <ViewManagerAdapter_ExpoLinearGradient
177
177
  colors={
178
178
  [
179
- "rgba(255, 255, 255, 0)",
180
- "#DAD8D8",
181
- "#DAD8D8",
182
- "rgba(255, 255, 255, 0)",
179
+ 16777215,
180
+ 4292532440,
181
+ 4292532440,
182
+ 16777215,
183
183
  ]
184
184
  }
185
- end={
186
- {
187
- "x": 1,
188
- "y": 0,
189
- }
185
+ endPoint={
186
+ [
187
+ 1,
188
+ 0,
189
+ ]
190
190
  }
191
191
  locations={
192
192
  [
@@ -196,11 +196,11 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
196
196
  1,
197
197
  ]
198
198
  }
199
- start={
200
- {
201
- "x": 0,
202
- "y": 0,
203
- }
199
+ startPoint={
200
+ [
201
+ 0,
202
+ 0,
203
+ ]
204
204
  }
205
205
  style={
206
206
  {
@@ -332,20 +332,20 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
332
332
  }
333
333
  }
334
334
  >
335
- <View
335
+ <ViewManagerAdapter_ExpoLinearGradient
336
336
  colors={
337
337
  [
338
- "rgba(255, 255, 255, 0)",
339
- "#DAD8D8",
340
- "#DAD8D8",
341
- "rgba(255, 255, 255, 0)",
338
+ 16777215,
339
+ 4292532440,
340
+ 4292532440,
341
+ 16777215,
342
342
  ]
343
343
  }
344
- end={
345
- {
346
- "x": 1,
347
- "y": 0,
348
- }
344
+ endPoint={
345
+ [
346
+ 1,
347
+ 0,
348
+ ]
349
349
  }
350
350
  locations={
351
351
  [
@@ -355,11 +355,11 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
355
355
  1,
356
356
  ]
357
357
  }
358
- start={
359
- {
360
- "x": 0,
361
- "y": 0,
362
- }
358
+ startPoint={
359
+ [
360
+ 0,
361
+ 0,
362
+ ]
363
363
  }
364
364
  style={
365
365
  {
@@ -308,7 +308,7 @@ exports[`SelectField component matches the snapshot 1`] = `
308
308
  "paddingBottom": 0,
309
309
  "paddingLeft": 0,
310
310
  "paddingRight": 0,
311
- "paddingTop": 2,
311
+ "paddingTop": 0,
312
312
  },
313
313
  ]
314
314
  }
@@ -291,7 +291,7 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
291
291
  "paddingBottom": 0,
292
292
  "paddingLeft": 0,
293
293
  "paddingRight": 0,
294
- "paddingTop": 2,
294
+ "paddingTop": 0,
295
295
  "width": "100%",
296
296
  },
297
297
  ]
@@ -412,7 +412,7 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
412
412
  "paddingBottom": 0,
413
413
  "paddingLeft": 0,
414
414
  "paddingRight": 0,
415
- "paddingTop": 2,
415
+ "paddingTop": 0,
416
416
  "textAlign": "center",
417
417
  },
418
418
  ]