@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
package/dist/src/ExpoRoot.js
CHANGED
|
@@ -24,7 +24,7 @@ const order = {
|
|
|
24
24
|
coupon: "MYLOOKIERO",
|
|
25
25
|
};
|
|
26
26
|
const customer = {
|
|
27
|
-
customerId: "
|
|
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.
|
|
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
|
-
|
|
2
|
+
import { theme } from "@lookiero/sty-psp-ui";
|
|
3
|
+
const { fontMap } = theme();
|
|
3
4
|
const style = StyleSheet.create({
|
|
4
5
|
textBold: {
|
|
5
|
-
fontFamily:
|
|
6
|
+
fontFamily: fontMap.Action,
|
|
6
7
|
},
|
|
7
8
|
});
|
|
8
9
|
export { style };
|
|
@@ -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%",
|
|
@@ -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,
|
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "9.
|
|
1
|
+
export declare const VERSION = "9.10.0";
|
package/dist/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "9.
|
|
1
|
+
export const VERSION = "9.10.0";
|
package/jest.config.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const jestReactNativeConfig = require("@lookiero/sty-psp-jest-config/jest.config.
|
|
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
package/src/ExpoRoot.tsx
CHANGED
|
@@ -32,7 +32,7 @@ const order: Order = {
|
|
|
32
32
|
};
|
|
33
33
|
|
|
34
34
|
const customer: Customer = {
|
|
35
|
-
customerId: "
|
|
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.
|
|
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
|
-
|
|
4
|
+
const { fontMap } = theme();
|
|
4
5
|
|
|
5
6
|
const style = StyleSheet.create({
|
|
6
7
|
textBold: {
|
|
7
|
-
fontFamily:
|
|
8
|
+
fontFamily: fontMap.Action,
|
|
8
9
|
},
|
|
9
10
|
});
|
|
10
11
|
|
|
@@ -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":
|
|
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":
|
|
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":
|
|
149
|
+
"paddingTop": 0,
|
|
150
150
|
},
|
|
151
151
|
]
|
|
152
152
|
}
|
|
@@ -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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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
|
-
<
|
|
176
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
177
177
|
colors={
|
|
178
178
|
[
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
179
|
+
16777215,
|
|
180
|
+
4292532440,
|
|
181
|
+
4292532440,
|
|
182
|
+
16777215,
|
|
183
183
|
]
|
|
184
184
|
}
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
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
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
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
|
-
<
|
|
335
|
+
<ViewManagerAdapter_ExpoLinearGradient
|
|
336
336
|
colors={
|
|
337
337
|
[
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
338
|
+
16777215,
|
|
339
|
+
4292532440,
|
|
340
|
+
4292532440,
|
|
341
|
+
16777215,
|
|
342
342
|
]
|
|
343
343
|
}
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
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
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
358
|
+
startPoint={
|
|
359
|
+
[
|
|
360
|
+
0,
|
|
361
|
+
0,
|
|
362
|
+
]
|
|
363
363
|
}
|
|
364
364
|
style={
|
|
365
365
|
{
|
|
@@ -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":
|
|
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":
|
|
415
|
+
"paddingTop": 0,
|
|
416
416
|
"textAlign": "center",
|
|
417
417
|
},
|
|
418
418
|
]
|