@lookiero/checkout 8.17.1-beta.1 → 8.18.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/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/package.json +4 -4
- package/src/infrastructure/ui/views/item/components/productVariantSlider/__snapshots__/ProductVariantSlider.test.tsx.snap +87 -66
- package/src/infrastructure/ui/views/item/views/productVariant/__snapshots__/ProductVariant.test.tsx.snap +261 -198
- package/src/infrastructure/ui/views/summaryTabs/components/checkoutItemsTabs/__snapshots__/CheckoutItemsTabs.test.tsx.snap +87 -66
- package/dist/pact.config.d.ts +0 -13
- package/dist/pact.config.js +0 -9
- package/dist/public/public/assets/adaptive-icon.png +0 -0
- package/dist/public/public/assets/favicon.png +0 -0
- package/dist/public/public/assets/icon.png +0 -0
- package/dist/public/public/assets/splash.png +0 -0
- package/dist/public/public/images/not-found.png +0 -0
- package/dist/src/infrastructure/projection/bookedProductsVariants/bookedProductsVariants.mock.d.ts +0 -3
- package/dist/src/infrastructure/projection/bookedProductsVariants/bookedProductsVariants.mock.js +0 -27
- package/dist/src/infrastructure/projection/bookedProductsVariants/httpBookedProductsVariantsForCheckoutItemView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/bookedProductsVariants/httpBookedProductsVariantsForCheckoutItemView.pact.js +0 -48
- package/dist/src/infrastructure/projection/checkout/checkout.mock.d.ts +0 -19
- package/dist/src/infrastructure/projection/checkout/checkout.mock.js +0 -21
- package/dist/src/infrastructure/projection/checkout/httpCheckoutByIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/checkout/httpCheckoutByIdView.pact.js +0 -109
- package/dist/src/infrastructure/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.pact.js +0 -49
- package/dist/src/infrastructure/projection/checkout/httpFiveItemsDiscountByCustomerIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/checkout/httpFiveItemsDiscountByCustomerIdView.pact.js +0 -44
- package/dist/src/infrastructure/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.pact.js +0 -44
- package/dist/src/infrastructure/projection/checkout/httpIsSizeChangeEnabledByCheckoutIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/checkout/httpIsSizeChangeEnabledByCheckoutIdView.pact.js +0 -44
- package/dist/src/infrastructure/projection/checkoutBooking/checkoutBooking.mock.d.ts +0 -3
- package/dist/src/infrastructure/projection/checkoutBooking/checkoutBooking.mock.js +0 -6
- package/dist/src/infrastructure/projection/checkoutBooking/httpCheckoutBookingByIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/checkoutBooking/httpCheckoutBookingByIdView.pact.js +0 -49
- package/dist/src/infrastructure/projection/checkoutItem/checkoutItem.mock.d.ts +0 -15
- package/dist/src/infrastructure/projection/checkoutItem/checkoutItem.mock.js +0 -43
- package/dist/src/infrastructure/projection/checkoutItem/httpCheckoutItemByIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/checkoutItem/httpCheckoutItemByIdView.pact.js +0 -50
- package/dist/src/infrastructure/projection/checkoutQuestion/checkoutQuestions.mock.d.ts +0 -3
- package/dist/src/infrastructure/projection/checkoutQuestion/checkoutQuestions.mock.js +0 -103
- package/dist/src/infrastructure/projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView.pact.js +0 -48
- package/dist/src/infrastructure/projection/payment/httpPaymentFlowPayloadByCheckoutIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/payment/httpPaymentFlowPayloadByCheckoutIdView.pact.js +0 -109
- package/dist/src/infrastructure/projection/payment/paymentFlowPayload.mock.d.ts +0 -6
- package/dist/src/infrastructure/projection/payment/paymentFlowPayload.mock.js +0 -183
- package/dist/src/infrastructure/projection/pricing/httpPricingByCheckoutIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/pricing/httpPricingByCheckoutIdView.pact.js +0 -48
- package/dist/src/infrastructure/projection/pricing/pricing.mock.d.ts +0 -9
- package/dist/src/infrastructure/projection/pricing/pricing.mock.js +0 -42
- package/dist/src/infrastructure/projection/returnQuestion/httpReturnQuestionsByCheckoutItemIdView.pact.d.ts +0 -1
- package/dist/src/infrastructure/projection/returnQuestion/httpReturnQuestionsByCheckoutItemIdView.pact.js +0 -48
- package/dist/src/infrastructure/projection/returnQuestion/returnQuestions.mock.d.ts +0 -3
- package/dist/src/infrastructure/projection/returnQuestion/returnQuestions.mock.js +0 -400
- package/dist/src/infrastructure/ui/views/App.style.d.ts +0 -6
- package/dist/src/infrastructure/ui/views/App.style.js +0 -7
- package/dist/src/projection/returnQuestion/returnQuestion.constants.d.ts +0 -9
- package/dist/src/projection/returnQuestion/returnQuestion.constants.js +0 -10
- package/dist/src/projection/returnQuestion/returnQuestion.metadata.d.ts +0 -12
- package/dist/src/projection/returnQuestion/returnQuestion.metadata.js +0 -1
- package/dist/src/projection/returnQuestion/returnQuestion.typeguard.d.ts +0 -5
- package/dist/src/projection/returnQuestion/returnQuestion.typeguard.js +0 -10
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "8.
|
|
1
|
+
export declare const VERSION = "8.18.0";
|
package/dist/src/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "8.
|
|
1
|
+
export const VERSION = "8.18.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lookiero/checkout",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.18.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"sideEffects": "false",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@lookiero/sty-psp-i18n": "^0.2",
|
|
24
24
|
"@lookiero/sty-psp-locale": "^0.4",
|
|
25
25
|
"@lookiero/sty-psp-logging": "^0.3",
|
|
26
|
-
"@lookiero/sty-psp-notifications": "^0.5
|
|
26
|
+
"@lookiero/sty-psp-notifications": "^0.5",
|
|
27
27
|
"@lookiero/sty-psp-react-native": "^0.2",
|
|
28
28
|
"@lookiero/sty-psp-segment": "^0.1",
|
|
29
29
|
"@lookiero/sty-psp-storage": "^0.1",
|
|
30
30
|
"@lookiero/sty-psp-tracking": "^0.1",
|
|
31
|
-
"@lookiero/sty-psp-ui": "^0.6
|
|
31
|
+
"@lookiero/sty-psp-ui": "^0.6",
|
|
32
32
|
"@lookiero/sty-psp-ui-settings": "^0.1",
|
|
33
33
|
"@lookiero/sty-psp-units": "^0.1",
|
|
34
34
|
"@lookiero/sty-psp-uuid": "^0.2",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"react": ">=18",
|
|
74
74
|
"react-native": ">=0.71",
|
|
75
75
|
"react-native-get-random-values": ">=1.9",
|
|
76
|
-
"react-native-reanimated": ">=3.
|
|
76
|
+
"react-native-reanimated": ">=3.14",
|
|
77
77
|
"react-native-safe-area-context": ">=4.5",
|
|
78
78
|
"react-router-dom": ">=6.14",
|
|
79
79
|
"react-router-native": ">=6.14",
|
|
@@ -57,67 +57,67 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
>
|
|
60
|
-
<
|
|
60
|
+
<View
|
|
61
61
|
collapsable={false}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
62
|
+
jestAnimatedStyle={
|
|
63
|
+
{
|
|
64
|
+
"value": {
|
|
65
|
+
"transform": [
|
|
66
|
+
{
|
|
67
|
+
"translateX": 0,
|
|
68
|
+
},
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
style={
|
|
74
|
+
{
|
|
75
|
+
"flex": 1,
|
|
76
|
+
"flexDirection": "row",
|
|
77
|
+
"height": "100%",
|
|
78
|
+
"transform": [
|
|
79
|
+
{
|
|
80
|
+
"translateX": 0,
|
|
81
|
+
},
|
|
82
|
+
],
|
|
83
|
+
"width": 600,
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
testID="carousel-track"
|
|
73
87
|
>
|
|
74
88
|
<View
|
|
75
|
-
accessible={true}
|
|
76
89
|
collapsable={false}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
collapsable={false}
|
|
81
|
-
jestAnimatedStyle={
|
|
82
|
-
{
|
|
83
|
-
"value": {
|
|
84
|
-
"transform": [
|
|
85
|
-
{
|
|
86
|
-
"translateX": 0,
|
|
87
|
-
},
|
|
88
|
-
],
|
|
89
|
-
},
|
|
90
|
-
}
|
|
90
|
+
jestAnimatedStyle={
|
|
91
|
+
{
|
|
92
|
+
"value": {},
|
|
91
93
|
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"transform": [
|
|
98
|
-
{
|
|
99
|
-
"translateX": 0,
|
|
100
|
-
},
|
|
101
|
-
],
|
|
102
|
-
"width": 600,
|
|
103
|
-
}
|
|
94
|
+
}
|
|
95
|
+
style={
|
|
96
|
+
{
|
|
97
|
+
"flex": 1,
|
|
98
|
+
"width": 300,
|
|
104
99
|
}
|
|
105
|
-
|
|
100
|
+
}
|
|
101
|
+
testID="carousel-item"
|
|
102
|
+
>
|
|
103
|
+
<RNGestureHandlerButton
|
|
104
|
+
collapsable={false}
|
|
105
|
+
delayLongPress={600}
|
|
106
|
+
enabled={true}
|
|
107
|
+
exclusive={true}
|
|
108
|
+
handlerTag={2}
|
|
109
|
+
handlerType="NativeViewGestureHandler"
|
|
110
|
+
onGestureEvent={[Function]}
|
|
111
|
+
onGestureHandlerEvent={[Function]}
|
|
112
|
+
onGestureHandlerStateChange={[Function]}
|
|
113
|
+
onHandlerStateChange={[Function]}
|
|
114
|
+
rippleColor={0}
|
|
115
|
+
touchSoundDisabled={false}
|
|
106
116
|
>
|
|
107
117
|
<View
|
|
118
|
+
accessible={true}
|
|
108
119
|
collapsable={false}
|
|
109
|
-
|
|
110
|
-
{
|
|
111
|
-
"value": {},
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
style={
|
|
115
|
-
{
|
|
116
|
-
"flex": 1,
|
|
117
|
-
"width": 300,
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
testID="carousel-item"
|
|
120
|
+
style={{}}
|
|
121
121
|
>
|
|
122
122
|
<View
|
|
123
123
|
onLayout={[Function]}
|
|
@@ -263,20 +263,41 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
|
|
|
263
263
|
</View>
|
|
264
264
|
</View>
|
|
265
265
|
</View>
|
|
266
|
+
</RNGestureHandlerButton>
|
|
267
|
+
</View>
|
|
268
|
+
<View
|
|
269
|
+
collapsable={false}
|
|
270
|
+
jestAnimatedStyle={
|
|
271
|
+
{
|
|
272
|
+
"value": {},
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
style={
|
|
276
|
+
{
|
|
277
|
+
"flex": 1,
|
|
278
|
+
"width": 300,
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
testID="carousel-item"
|
|
282
|
+
>
|
|
283
|
+
<RNGestureHandlerButton
|
|
284
|
+
collapsable={false}
|
|
285
|
+
delayLongPress={600}
|
|
286
|
+
enabled={true}
|
|
287
|
+
exclusive={true}
|
|
288
|
+
handlerTag={3}
|
|
289
|
+
handlerType="NativeViewGestureHandler"
|
|
290
|
+
onGestureEvent={[Function]}
|
|
291
|
+
onGestureHandlerEvent={[Function]}
|
|
292
|
+
onGestureHandlerStateChange={[Function]}
|
|
293
|
+
onHandlerStateChange={[Function]}
|
|
294
|
+
rippleColor={0}
|
|
295
|
+
touchSoundDisabled={false}
|
|
296
|
+
>
|
|
266
297
|
<View
|
|
298
|
+
accessible={true}
|
|
267
299
|
collapsable={false}
|
|
268
|
-
|
|
269
|
-
{
|
|
270
|
-
"value": {},
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
style={
|
|
274
|
-
{
|
|
275
|
-
"flex": 1,
|
|
276
|
-
"width": 300,
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
testID="carousel-item"
|
|
300
|
+
style={{}}
|
|
280
301
|
>
|
|
281
302
|
<View
|
|
282
303
|
onLayout={[Function]}
|
|
@@ -422,9 +443,9 @@ exports[`ProductVariantSlider matches the snapshot 1`] = `
|
|
|
422
443
|
</View>
|
|
423
444
|
</View>
|
|
424
445
|
</View>
|
|
425
|
-
</
|
|
446
|
+
</RNGestureHandlerButton>
|
|
426
447
|
</View>
|
|
427
|
-
</
|
|
448
|
+
</View>
|
|
428
449
|
</View>
|
|
429
450
|
</View>
|
|
430
451
|
<View
|