@lookiero/checkout 8.17.1-beta.0 → 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.
Files changed (61) hide show
  1. package/dist/src/version.d.ts +1 -1
  2. package/dist/src/version.js +1 -1
  3. package/package.json +3 -3
  4. package/src/infrastructure/ui/views/item/components/productVariantSlider/__snapshots__/ProductVariantSlider.test.tsx.snap +87 -66
  5. package/src/infrastructure/ui/views/item/views/productVariant/__snapshots__/ProductVariant.test.tsx.snap +261 -198
  6. package/src/infrastructure/ui/views/summaryTabs/components/checkoutItemsTabs/__snapshots__/CheckoutItemsTabs.test.tsx.snap +87 -66
  7. package/dist/pact.config.d.ts +0 -13
  8. package/dist/pact.config.js +0 -9
  9. package/dist/public/public/assets/adaptive-icon.png +0 -0
  10. package/dist/public/public/assets/favicon.png +0 -0
  11. package/dist/public/public/assets/icon.png +0 -0
  12. package/dist/public/public/assets/splash.png +0 -0
  13. package/dist/public/public/images/not-found.png +0 -0
  14. package/dist/src/infrastructure/projection/bookedProductsVariants/bookedProductsVariants.mock.d.ts +0 -3
  15. package/dist/src/infrastructure/projection/bookedProductsVariants/bookedProductsVariants.mock.js +0 -27
  16. package/dist/src/infrastructure/projection/bookedProductsVariants/httpBookedProductsVariantsForCheckoutItemView.pact.d.ts +0 -1
  17. package/dist/src/infrastructure/projection/bookedProductsVariants/httpBookedProductsVariantsForCheckoutItemView.pact.js +0 -48
  18. package/dist/src/infrastructure/projection/checkout/checkout.mock.d.ts +0 -19
  19. package/dist/src/infrastructure/projection/checkout/checkout.mock.js +0 -21
  20. package/dist/src/infrastructure/projection/checkout/httpCheckoutByIdView.pact.d.ts +0 -1
  21. package/dist/src/infrastructure/projection/checkout/httpCheckoutByIdView.pact.js +0 -109
  22. package/dist/src/infrastructure/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.pact.d.ts +0 -1
  23. package/dist/src/infrastructure/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.pact.js +0 -49
  24. package/dist/src/infrastructure/projection/checkout/httpFiveItemsDiscountByCustomerIdView.pact.d.ts +0 -1
  25. package/dist/src/infrastructure/projection/checkout/httpFiveItemsDiscountByCustomerIdView.pact.js +0 -44
  26. package/dist/src/infrastructure/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.pact.d.ts +0 -1
  27. package/dist/src/infrastructure/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.pact.js +0 -44
  28. package/dist/src/infrastructure/projection/checkout/httpIsSizeChangeEnabledByCheckoutIdView.pact.d.ts +0 -1
  29. package/dist/src/infrastructure/projection/checkout/httpIsSizeChangeEnabledByCheckoutIdView.pact.js +0 -44
  30. package/dist/src/infrastructure/projection/checkoutBooking/checkoutBooking.mock.d.ts +0 -3
  31. package/dist/src/infrastructure/projection/checkoutBooking/checkoutBooking.mock.js +0 -6
  32. package/dist/src/infrastructure/projection/checkoutBooking/httpCheckoutBookingByIdView.pact.d.ts +0 -1
  33. package/dist/src/infrastructure/projection/checkoutBooking/httpCheckoutBookingByIdView.pact.js +0 -49
  34. package/dist/src/infrastructure/projection/checkoutItem/checkoutItem.mock.d.ts +0 -15
  35. package/dist/src/infrastructure/projection/checkoutItem/checkoutItem.mock.js +0 -43
  36. package/dist/src/infrastructure/projection/checkoutItem/httpCheckoutItemByIdView.pact.d.ts +0 -1
  37. package/dist/src/infrastructure/projection/checkoutItem/httpCheckoutItemByIdView.pact.js +0 -50
  38. package/dist/src/infrastructure/projection/checkoutQuestion/checkoutQuestions.mock.d.ts +0 -3
  39. package/dist/src/infrastructure/projection/checkoutQuestion/checkoutQuestions.mock.js +0 -103
  40. package/dist/src/infrastructure/projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView.pact.d.ts +0 -1
  41. package/dist/src/infrastructure/projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView.pact.js +0 -48
  42. package/dist/src/infrastructure/projection/payment/httpPaymentFlowPayloadByCheckoutIdView.pact.d.ts +0 -1
  43. package/dist/src/infrastructure/projection/payment/httpPaymentFlowPayloadByCheckoutIdView.pact.js +0 -109
  44. package/dist/src/infrastructure/projection/payment/paymentFlowPayload.mock.d.ts +0 -6
  45. package/dist/src/infrastructure/projection/payment/paymentFlowPayload.mock.js +0 -183
  46. package/dist/src/infrastructure/projection/pricing/httpPricingByCheckoutIdView.pact.d.ts +0 -1
  47. package/dist/src/infrastructure/projection/pricing/httpPricingByCheckoutIdView.pact.js +0 -48
  48. package/dist/src/infrastructure/projection/pricing/pricing.mock.d.ts +0 -9
  49. package/dist/src/infrastructure/projection/pricing/pricing.mock.js +0 -42
  50. package/dist/src/infrastructure/projection/returnQuestion/httpReturnQuestionsByCheckoutItemIdView.pact.d.ts +0 -1
  51. package/dist/src/infrastructure/projection/returnQuestion/httpReturnQuestionsByCheckoutItemIdView.pact.js +0 -48
  52. package/dist/src/infrastructure/projection/returnQuestion/returnQuestions.mock.d.ts +0 -3
  53. package/dist/src/infrastructure/projection/returnQuestion/returnQuestions.mock.js +0 -400
  54. package/dist/src/infrastructure/ui/views/App.style.d.ts +0 -6
  55. package/dist/src/infrastructure/ui/views/App.style.js +0 -7
  56. package/dist/src/projection/returnQuestion/returnQuestion.constants.d.ts +0 -9
  57. package/dist/src/projection/returnQuestion/returnQuestion.constants.js +0 -10
  58. package/dist/src/projection/returnQuestion/returnQuestion.metadata.d.ts +0 -12
  59. package/dist/src/projection/returnQuestion/returnQuestion.metadata.js +0 -1
  60. package/dist/src/projection/returnQuestion/returnQuestion.typeguard.d.ts +0 -5
  61. package/dist/src/projection/returnQuestion/returnQuestion.typeguard.js +0 -10
@@ -1 +1 @@
1
- export declare const VERSION = "8.17.1-beta.0";
1
+ export declare const VERSION = "8.18.0";
@@ -1 +1 @@
1
- export const VERSION = "8.17.1-beta.0";
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.17.1-beta.0",
3
+ "version": "8.18.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": "false",
@@ -28,7 +28,7 @@
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.2-beta.0",
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.7",
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
- <RNGestureHandlerButton
60
+ <View
61
61
  collapsable={false}
62
- delayLongPress={600}
63
- enabled={true}
64
- exclusive={true}
65
- handlerTag={1}
66
- handlerType="NativeViewGestureHandler"
67
- onGestureEvent={[Function]}
68
- onGestureHandlerEvent={[Function]}
69
- onGestureHandlerStateChange={[Function]}
70
- onHandlerStateChange={[Function]}
71
- rippleColor={0}
72
- touchSoundDisabled={false}
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
- style={{}}
78
- >
79
- <View
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
- style={
93
- {
94
- "flex": 1,
95
- "flexDirection": "row",
96
- "height": "100%",
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
- testID="carousel-track"
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
- jestAnimatedStyle={
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
- jestAnimatedStyle={
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
- </View>
446
+ </RNGestureHandlerButton>
426
447
  </View>
427
- </RNGestureHandlerButton>
448
+ </View>
428
449
  </View>
429
450
  </View>
430
451
  <View