@lookiero/checkout 14.0.4 → 14.2.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 (94) hide show
  1. package/dist/public/public/assets/adaptive-icon.png +0 -0
  2. package/dist/public/public/assets/favicon.png +0 -0
  3. package/dist/public/public/assets/icon.png +0 -0
  4. package/dist/public/public/assets/splash.png +0 -0
  5. package/dist/public/public/images/not-found.png +0 -0
  6. package/dist/src/ExpoRoot.d.ts +1 -0
  7. package/dist/src/ExpoRoot.js +3 -2
  8. package/dist/src/infrastructure/ui/components/atoms/fiveItemsDiscountBanner/FiveItemsDiscountBanner.js +3 -2
  9. package/dist/src/infrastructure/ui/components/atoms/price/Price.js +1 -1
  10. package/dist/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.js +1 -1
  11. package/dist/src/infrastructure/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.js +1 -1
  12. package/dist/src/infrastructure/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.js +1 -1
  13. package/dist/src/infrastructure/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.js +1 -1
  14. package/dist/src/infrastructure/ui/components/organisms/returnQuestions/components/hostLegacyRadioGroupReturnQuestionItem/HostLegacyRadioGroupReturnQuestionItem.js +1 -1
  15. package/dist/src/infrastructure/ui/components/organisms/returnQuestions/components/hostRadioGroupReturnQuestionItem/HostRadioGroupReturnQuestionItem.js +1 -1
  16. package/dist/src/infrastructure/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/modal/HostStackReturnQuestionItem.js +1 -1
  17. package/dist/src/infrastructure/ui/components/organisms/returnQuestions/components/modalOptionReturnQuestionItems/ModalOptionReturnQuestionItems.js +1 -1
  18. package/dist/src/infrastructure/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.js +1 -1
  19. package/dist/src/infrastructure/ui/components/organisms/returnQuestions/components/radioReturnQuestionItem/RadioReturnQuestionItem.js +3 -4
  20. package/dist/src/infrastructure/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.js +1 -1
  21. package/dist/src/infrastructure/ui/components/templates/header/checkoutHeader/CheckoutHeader.js +1 -1
  22. package/dist/src/infrastructure/ui/components/templates/header/itemDetailHeader/ItemDetailHeader.js +1 -1
  23. package/dist/src/infrastructure/ui/components/templates/header/itemHeader/ItemHeader.js +1 -1
  24. package/dist/src/infrastructure/ui/views/checkout/Checkout.js +2 -2
  25. package/dist/src/infrastructure/ui/views/item/components/banner/CustomerDecissionBanner.d.ts +1 -0
  26. package/dist/src/infrastructure/ui/views/item/components/banner/CustomerDecissionBanner.js +3 -2
  27. package/dist/src/infrastructure/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.js +4 -4
  28. package/dist/src/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.js +1 -1
  29. package/dist/src/infrastructure/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.js +1 -1
  30. package/dist/src/infrastructure/ui/views/item/components/selectModal/SelectModal.js +1 -1
  31. package/dist/src/infrastructure/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.js +2 -2
  32. package/dist/src/infrastructure/ui/views/return/components/price/Price.js +1 -1
  33. package/dist/src/infrastructure/ui/views/return/components/productVariantPreview/ProductVariantPreview.js +1 -1
  34. package/dist/src/infrastructure/ui/views/return/components/returnQuestionsForm/ReturnQuestionsForm.js +2 -1
  35. package/dist/src/infrastructure/ui/views/shared/components/productVariant/ProductVariant.js +1 -1
  36. package/dist/src/infrastructure/ui/views/summary/Summary.js +2 -2
  37. package/dist/src/infrastructure/ui/views/summary/components/collapsiblePricing/CollapsiblePricing.js +2 -2
  38. package/dist/src/infrastructure/ui/views/summary/components/pricing/Pricing.js +1 -1
  39. package/dist/src/infrastructure/ui/views/summaryTabs/components/checkoutItemsTabs/CheckoutItemsTabs.js +1 -1
  40. package/dist/src/projection/order/order.d.ts +6 -0
  41. package/dist/src/projection/order/order.js +1 -0
  42. package/dist/src/projection/subscription/subscription.d.ts +2 -0
  43. package/dist/src/projection/subscription/subscription.js +1 -0
  44. package/dist/src/version.d.ts +2 -2
  45. package/dist/src/version.js +2 -2
  46. package/package.json +4 -4
  47. package/src/ExpoRoot.tsx +3 -2
  48. package/src/infrastructure/ui/components/atoms/fiveItemsDiscountBanner/FiveItemsDiscountBanner.tsx +3 -2
  49. package/src/infrastructure/ui/components/atoms/price/Price.tsx +1 -1
  50. package/src/infrastructure/ui/components/atoms/price/__snapshots__/Price.test.tsx.snap +11 -21
  51. package/src/infrastructure/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.tsx +1 -1
  52. package/src/infrastructure/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.tsx +1 -1
  53. package/src/infrastructure/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.tsx +1 -1
  54. package/src/infrastructure/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.tsx +1 -1
  55. package/src/infrastructure/ui/components/organisms/returnQuestions/components/hostLegacyRadioGroupReturnQuestionItem/HostLegacyRadioGroupReturnQuestionItem.tsx +1 -1
  56. package/src/infrastructure/ui/components/organisms/returnQuestions/components/hostRadioGroupReturnQuestionItem/HostRadioGroupReturnQuestionItem.tsx +1 -1
  57. package/src/infrastructure/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/modal/HostStackReturnQuestionItem.tsx +1 -1
  58. package/src/infrastructure/ui/components/organisms/returnQuestions/components/modalOptionReturnQuestionItems/ModalOptionReturnQuestionItems.tsx +1 -1
  59. package/src/infrastructure/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.tsx +1 -1
  60. package/src/infrastructure/ui/components/organisms/returnQuestions/components/radioReturnQuestionItem/RadioReturnQuestionItem.tsx +5 -6
  61. package/src/infrastructure/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.tsx +1 -1
  62. package/src/infrastructure/ui/components/templates/header/checkoutHeader/CheckoutHeader.tsx +1 -1
  63. package/src/infrastructure/ui/components/templates/header/checkoutHeader/__snapshots__/CheckoutHeader.test.tsx.snap +21 -20
  64. package/src/infrastructure/ui/components/templates/header/itemDetailHeader/ItemDetailHeader.tsx +1 -1
  65. package/src/infrastructure/ui/components/templates/header/itemDetailHeader/__snapshots__/ItemDetailHeader.test.tsx.snap +21 -20
  66. package/src/infrastructure/ui/components/templates/header/itemHeader/ItemHeader.tsx +1 -1
  67. package/src/infrastructure/ui/components/templates/header/itemHeader/__snapshots__/ItemHeader.test.tsx.snap +39 -33
  68. package/src/infrastructure/ui/views/checkout/Checkout.tsx +2 -2
  69. package/src/infrastructure/ui/views/item/components/banner/CustomerDecissionBanner.tsx +3 -2
  70. package/src/infrastructure/ui/views/item/components/banner/__snapshots__/CustomerDecissionBanner.test.tsx.snap +9 -21
  71. package/src/infrastructure/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.tsx +4 -4
  72. package/src/infrastructure/ui/views/item/components/getOutOfCheckoutModal/__snapshots__/GetOutOfCheckoutModal.test.tsx.snap +31 -32
  73. package/src/infrastructure/ui/views/item/components/itemActions/__snapshots__/ItemActions.test.tsx.snap +45 -36
  74. package/src/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.tsx +1 -1
  75. package/src/infrastructure/ui/views/item/components/productVariantDescription/__snapshots__/ProductVariantDescription.test.tsx.snap +28 -56
  76. package/src/infrastructure/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.tsx +1 -1
  77. package/src/infrastructure/ui/views/item/components/selectModal/SelectModal.tsx +1 -1
  78. package/src/infrastructure/ui/views/item/components/selectModal/__snapshots__/SelecModal.test.tsx.snap +29 -21
  79. package/src/infrastructure/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.tsx +2 -2
  80. package/src/infrastructure/ui/views/item/components/sizeWithoutStockModal/__snapshots__/SizeWithoutStockModal.test.tsx.snap +28 -27
  81. package/src/infrastructure/ui/views/item/views/productVariant/__snapshots__/ProductVariant.test.tsx.snap +42 -84
  82. package/src/infrastructure/ui/views/return/components/price/Price.tsx +1 -1
  83. package/src/infrastructure/ui/views/return/components/price/__snapshots__/Price.test.tsx.snap +11 -21
  84. package/src/infrastructure/ui/views/return/components/productVariantPreview/ProductVariantPreview.tsx +1 -1
  85. package/src/infrastructure/ui/views/return/components/productVariantPreview/__snapshots__/ProductVariantPreview.test.tsx.snap +16 -28
  86. package/src/infrastructure/ui/views/return/components/returnQuestionsForm/ReturnQuestionsForm.tsx +2 -1
  87. package/src/infrastructure/ui/views/shared/components/productVariant/ProductVariant.tsx +1 -1
  88. package/src/infrastructure/ui/views/shared/components/productVariant/__snapshots__/ProductVariant.test.tsx.snap +68 -82
  89. package/src/infrastructure/ui/views/summary/Summary.tsx +2 -2
  90. package/src/infrastructure/ui/views/summary/components/collapsiblePricing/CollapsiblePricing.tsx +2 -2
  91. package/src/infrastructure/ui/views/summary/components/collapsiblePricing/__snapshots__/CollapsiblePricing.test.tsx.snap +50 -54
  92. package/src/infrastructure/ui/views/summary/components/pricing/Pricing.tsx +1 -1
  93. package/src/infrastructure/ui/views/summaryTabs/components/checkoutItemsTabs/CheckoutItemsTabs.tsx +1 -1
  94. package/src/infrastructure/ui/views/summaryTabs/components/checkoutItemsTabs/__snapshots__/CheckoutItemsTabs.test.tsx.snap +172 -196
@@ -128,6 +128,7 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
128
128
  "borderBottomLeftRadius": 0,
129
129
  "borderBottomRightRadius": 0,
130
130
  },
131
+ false,
131
132
  undefined,
132
133
  {
133
134
  "maxHeight": 800,
@@ -205,22 +206,27 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
205
206
  style={
206
207
  [
207
208
  {
208
- "color": "#0C0A0A",
209
- "fontFamily": "auroraicons",
210
- "fontSize": 24,
209
+ "fontFamily": "AreaNormal-Semibold",
210
+ "fontSize": 15,
211
211
  "fontStyle": "normal",
212
- "fontWeight": "normal",
213
- "height": 24,
212
+ "fontWeight": "300",
214
213
  "letterSpacing": -0.2,
215
- "lineHeight": 24,
216
- "minHeight": 24,
217
- "minWidth": 24,
218
- "paddingBottom": 0,
219
- "paddingLeft": 0,
220
- "paddingRight": 0,
221
- "paddingTop": 0,
222
- "width": 24,
214
+ "lineHeight": 20,
223
215
  },
216
+ [
217
+ {
218
+ "fontFamily": "auroraicons",
219
+ "fontSize": 24,
220
+ "fontStyle": "normal",
221
+ "fontWeight": "normal",
222
+ "height": 24,
223
+ "lineHeight": 24,
224
+ "minHeight": 24,
225
+ "minWidth": 24,
226
+ "width": 24,
227
+ },
228
+ undefined,
229
+ ],
224
230
  ]
225
231
  }
226
232
  testID="icon"
@@ -254,21 +260,18 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
254
260
  }
255
261
  >
256
262
  <Text
257
- allowFontScaling={false}
258
- selectable={false}
259
263
  style={
260
264
  [
261
265
  {
262
- "color": "#0C0A0A",
263
266
  "fontFamily": "AreaInktrap-Semibold",
264
267
  "fontSize": 31,
268
+ "fontStyle": "normal",
269
+ "fontWeight": "normal",
265
270
  "letterSpacing": -1,
266
271
  "lineHeight": 36,
272
+ },
273
+ {
267
274
  "marginBottom": 4,
268
- "paddingBottom": 0,
269
- "paddingLeft": 0,
270
- "paddingRight": 0,
271
- "paddingTop": 0,
272
275
  "width": "100%",
273
276
  },
274
277
  ]
@@ -277,21 +280,19 @@ exports[`SizeWithoutStockModal component matches the snapshot 1`] = `
277
280
  size_without_stock_modal.title
278
281
  </Text>
279
282
  <Text
280
- allowFontScaling={false}
281
- selectable={false}
282
283
  style={
283
284
  [
284
285
  {
285
- "color": "#837C7C",
286
286
  "fontFamily": "AreaNormal-Semibold",
287
287
  "fontSize": 15,
288
+ "fontStyle": "normal",
289
+ "fontWeight": "300",
288
290
  "letterSpacing": -0.2,
289
291
  "lineHeight": 20,
292
+ },
293
+ {
294
+ "color": "#837C7C",
290
295
  "marginBottom": 24,
291
- "paddingBottom": 0,
292
- "paddingLeft": 0,
293
- "paddingRight": 0,
294
- "paddingTop": 0,
295
296
  "width": "100%",
296
297
  },
297
298
  ]
@@ -593,20 +593,18 @@ exports[`ItemActions component matches the snapshot for a KEPT checkoutItem 1`]
593
593
  }
594
594
  >
595
595
  <Text
596
- allowFontScaling={false}
597
- selectable={false}
598
596
  style={
599
597
  [
600
598
  {
601
- "color": "#837C7C",
602
599
  "fontFamily": "AreaNormal-Semibold",
603
600
  "fontSize": 13,
601
+ "fontStyle": "normal",
602
+ "fontWeight": "normal",
604
603
  "letterSpacing": 0.1,
605
604
  "lineHeight": 17,
606
- "paddingBottom": 0,
607
- "paddingLeft": 0,
608
- "paddingRight": 0,
609
- "paddingTop": 0,
605
+ },
606
+ {
607
+ "color": "#837C7C",
610
608
  },
611
609
  ]
612
610
  }
@@ -614,21 +612,17 @@ exports[`ItemActions component matches the snapshot for a KEPT checkoutItem 1`]
614
612
  CKS
615
613
  </Text>
616
614
  <Text
617
- allowFontScaling={false}
618
- selectable={false}
619
615
  style={
620
616
  [
621
617
  {
622
- "color": "#0C0A0A",
623
618
  "fontFamily": "AreaNormal-Extrabold",
624
619
  "fontSize": 13,
620
+ "fontStyle": "normal",
621
+ "fontWeight": "normal",
625
622
  "letterSpacing": 0.1,
626
623
  "lineHeight": 17,
627
- "paddingBottom": 0,
628
- "paddingLeft": 0,
629
- "paddingRight": 0,
630
- "paddingTop": 0,
631
624
  },
625
+ undefined,
632
626
  ]
633
627
  }
634
628
  >
@@ -644,21 +638,17 @@ exports[`ItemActions component matches the snapshot for a KEPT checkoutItem 1`]
644
638
  testID="price"
645
639
  >
646
640
  <Text
647
- allowFontScaling={false}
648
- selectable={false}
649
641
  style={
650
642
  [
651
643
  {
652
- "color": "#0C0A0A",
653
644
  "fontFamily": "AreaNormal-Semibold",
654
645
  "fontSize": 13,
646
+ "fontStyle": "normal",
647
+ "fontWeight": "normal",
655
648
  "letterSpacing": 0.1,
656
649
  "lineHeight": 17,
657
- "paddingBottom": 0,
658
- "paddingLeft": 0,
659
- "paddingRight": 0,
660
- "paddingTop": 0,
661
650
  },
651
+ undefined,
662
652
  ]
663
653
  }
664
654
  testID="price-text"
@@ -668,21 +658,17 @@ exports[`ItemActions component matches the snapshot for a KEPT checkoutItem 1`]
668
658
  </View>
669
659
  </View>
670
660
  <Text
671
- allowFontScaling={false}
672
- selectable={false}
673
661
  style={
674
662
  [
675
663
  {
676
- "color": "#0C0A0A",
677
664
  "fontFamily": "AreaNormal-Semibold",
678
665
  "fontSize": 13,
666
+ "fontStyle": "normal",
667
+ "fontWeight": "normal",
679
668
  "letterSpacing": 0.1,
680
669
  "lineHeight": 17,
681
- "paddingBottom": 0,
682
- "paddingLeft": 0,
683
- "paddingRight": 0,
684
- "paddingTop": 0,
685
670
  },
671
+ undefined,
686
672
  ]
687
673
  }
688
674
  >
@@ -1287,20 +1273,18 @@ exports[`ItemActions component matches the snapshot for a REPLACED checkoutItem
1287
1273
  }
1288
1274
  >
1289
1275
  <Text
1290
- allowFontScaling={false}
1291
- selectable={false}
1292
1276
  style={
1293
1277
  [
1294
1278
  {
1295
- "color": "#837C7C",
1296
1279
  "fontFamily": "AreaNormal-Semibold",
1297
1280
  "fontSize": 13,
1281
+ "fontStyle": "normal",
1282
+ "fontWeight": "normal",
1298
1283
  "letterSpacing": 0.1,
1299
1284
  "lineHeight": 17,
1300
- "paddingBottom": 0,
1301
- "paddingLeft": 0,
1302
- "paddingRight": 0,
1303
- "paddingTop": 0,
1285
+ },
1286
+ {
1287
+ "color": "#837C7C",
1304
1288
  },
1305
1289
  ]
1306
1290
  }
@@ -1308,21 +1292,17 @@ exports[`ItemActions component matches the snapshot for a REPLACED checkoutItem
1308
1292
  CKS
1309
1293
  </Text>
1310
1294
  <Text
1311
- allowFontScaling={false}
1312
- selectable={false}
1313
1295
  style={
1314
1296
  [
1315
1297
  {
1316
- "color": "#0C0A0A",
1317
1298
  "fontFamily": "AreaNormal-Extrabold",
1318
1299
  "fontSize": 13,
1300
+ "fontStyle": "normal",
1301
+ "fontWeight": "normal",
1319
1302
  "letterSpacing": 0.1,
1320
1303
  "lineHeight": 17,
1321
- "paddingBottom": 0,
1322
- "paddingLeft": 0,
1323
- "paddingRight": 0,
1324
- "paddingTop": 0,
1325
1304
  },
1305
+ undefined,
1326
1306
  ]
1327
1307
  }
1328
1308
  >
@@ -1338,21 +1318,17 @@ exports[`ItemActions component matches the snapshot for a REPLACED checkoutItem
1338
1318
  testID="price"
1339
1319
  >
1340
1320
  <Text
1341
- allowFontScaling={false}
1342
- selectable={false}
1343
1321
  style={
1344
1322
  [
1345
1323
  {
1346
- "color": "#0C0A0A",
1347
1324
  "fontFamily": "AreaNormal-Semibold",
1348
1325
  "fontSize": 13,
1326
+ "fontStyle": "normal",
1327
+ "fontWeight": "normal",
1349
1328
  "letterSpacing": 0.1,
1350
1329
  "lineHeight": 17,
1351
- "paddingBottom": 0,
1352
- "paddingLeft": 0,
1353
- "paddingRight": 0,
1354
- "paddingTop": 0,
1355
1330
  },
1331
+ undefined,
1356
1332
  ]
1357
1333
  }
1358
1334
  testID="price-text"
@@ -1362,21 +1338,17 @@ exports[`ItemActions component matches the snapshot for a REPLACED checkoutItem
1362
1338
  </View>
1363
1339
  </View>
1364
1340
  <Text
1365
- allowFontScaling={false}
1366
- selectable={false}
1367
1341
  style={
1368
1342
  [
1369
1343
  {
1370
- "color": "#0C0A0A",
1371
1344
  "fontFamily": "AreaNormal-Semibold",
1372
1345
  "fontSize": 13,
1346
+ "fontStyle": "normal",
1347
+ "fontWeight": "normal",
1373
1348
  "letterSpacing": 0.1,
1374
1349
  "lineHeight": 17,
1375
- "paddingBottom": 0,
1376
- "paddingLeft": 0,
1377
- "paddingRight": 0,
1378
- "paddingTop": 0,
1379
1350
  },
1351
+ undefined,
1380
1352
  ]
1381
1353
  }
1382
1354
  >
@@ -1981,20 +1953,18 @@ exports[`ItemActions component matches the snapshot for an INITIAL checkoutItem
1981
1953
  }
1982
1954
  >
1983
1955
  <Text
1984
- allowFontScaling={false}
1985
- selectable={false}
1986
1956
  style={
1987
1957
  [
1988
1958
  {
1989
- "color": "#837C7C",
1990
1959
  "fontFamily": "AreaNormal-Semibold",
1991
1960
  "fontSize": 13,
1961
+ "fontStyle": "normal",
1962
+ "fontWeight": "normal",
1992
1963
  "letterSpacing": 0.1,
1993
1964
  "lineHeight": 17,
1994
- "paddingBottom": 0,
1995
- "paddingLeft": 0,
1996
- "paddingRight": 0,
1997
- "paddingTop": 0,
1965
+ },
1966
+ {
1967
+ "color": "#837C7C",
1998
1968
  },
1999
1969
  ]
2000
1970
  }
@@ -2002,21 +1972,17 @@ exports[`ItemActions component matches the snapshot for an INITIAL checkoutItem
2002
1972
  CKS
2003
1973
  </Text>
2004
1974
  <Text
2005
- allowFontScaling={false}
2006
- selectable={false}
2007
1975
  style={
2008
1976
  [
2009
1977
  {
2010
- "color": "#0C0A0A",
2011
1978
  "fontFamily": "AreaNormal-Extrabold",
2012
1979
  "fontSize": 13,
1980
+ "fontStyle": "normal",
1981
+ "fontWeight": "normal",
2013
1982
  "letterSpacing": 0.1,
2014
1983
  "lineHeight": 17,
2015
- "paddingBottom": 0,
2016
- "paddingLeft": 0,
2017
- "paddingRight": 0,
2018
- "paddingTop": 0,
2019
1984
  },
1985
+ undefined,
2020
1986
  ]
2021
1987
  }
2022
1988
  >
@@ -2032,21 +1998,17 @@ exports[`ItemActions component matches the snapshot for an INITIAL checkoutItem
2032
1998
  testID="price"
2033
1999
  >
2034
2000
  <Text
2035
- allowFontScaling={false}
2036
- selectable={false}
2037
2001
  style={
2038
2002
  [
2039
2003
  {
2040
- "color": "#0C0A0A",
2041
2004
  "fontFamily": "AreaNormal-Semibold",
2042
2005
  "fontSize": 13,
2006
+ "fontStyle": "normal",
2007
+ "fontWeight": "normal",
2043
2008
  "letterSpacing": 0.1,
2044
2009
  "lineHeight": 17,
2045
- "paddingBottom": 0,
2046
- "paddingLeft": 0,
2047
- "paddingRight": 0,
2048
- "paddingTop": 0,
2049
2010
  },
2011
+ undefined,
2050
2012
  ]
2051
2013
  }
2052
2014
  testID="price-text"
@@ -2056,21 +2018,17 @@ exports[`ItemActions component matches the snapshot for an INITIAL checkoutItem
2056
2018
  </View>
2057
2019
  </View>
2058
2020
  <Text
2059
- allowFontScaling={false}
2060
- selectable={false}
2061
2021
  style={
2062
2022
  [
2063
2023
  {
2064
- "color": "#0C0A0A",
2065
2024
  "fontFamily": "AreaNormal-Semibold",
2066
2025
  "fontSize": 13,
2026
+ "fontStyle": "normal",
2027
+ "fontWeight": "normal",
2067
2028
  "letterSpacing": 0.1,
2068
2029
  "lineHeight": 17,
2069
- "paddingBottom": 0,
2070
- "paddingLeft": 0,
2071
- "paddingRight": 0,
2072
- "paddingTop": 0,
2073
2030
  },
2031
+ undefined,
2074
2032
  ]
2075
2033
  }
2076
2034
  >
@@ -1,7 +1,7 @@
1
1
  import React, { FC, useMemo } from "react";
2
2
  import { View } from "react-native";
3
- import { Text } from "@lookiero/aurora";
4
3
  import { useI18nNumber } from "@lookiero/i18n-react";
4
+ import { Text } from "@lookiero/sty-psp-ui";
5
5
  import { PriceProjection } from "../../../../../../projection/price/price";
6
6
  import { DOMAIN } from "../../../../i18n/i18n";
7
7
  import { style as priceStyle } from "./Price.style";
@@ -38,22 +38,20 @@ exports[`Price atom matches the snapshot for a discounted price: discounted pric
38
38
  testID="price"
39
39
  >
40
40
  <Text
41
- allowFontScaling={false}
42
- selectable={false}
43
41
  style={
44
42
  [
45
43
  {
46
- "color": "#837C7C",
47
44
  "fontFamily": "AreaNormal-Semibold",
48
45
  "fontSize": 13,
46
+ "fontStyle": "normal",
47
+ "fontWeight": "normal",
49
48
  "letterSpacing": 0.1,
50
49
  "lineHeight": 17,
51
- "paddingBottom": 0,
52
- "paddingLeft": 0,
53
- "paddingRight": 0,
54
- "paddingTop": 0,
55
50
  "textDecorationLine": "line-through",
56
51
  },
52
+ {
53
+ "color": "#837C7C",
54
+ },
57
55
  ]
58
56
  }
59
57
  testID="discounted-price-text"
@@ -69,21 +67,17 @@ exports[`Price atom matches the snapshot for a discounted price: discounted pric
69
67
  }
70
68
  >
71
69
  <Text
72
- allowFontScaling={false}
73
- selectable={false}
74
70
  style={
75
71
  [
76
72
  {
77
- "color": "#0C0A0A",
78
73
  "fontFamily": "AreaNormal-Semibold",
79
74
  "fontSize": 13,
75
+ "fontStyle": "normal",
76
+ "fontWeight": "normal",
80
77
  "letterSpacing": 0.1,
81
78
  "lineHeight": 17,
82
- "paddingBottom": 0,
83
- "paddingLeft": 0,
84
- "paddingRight": 0,
85
- "paddingTop": 0,
86
79
  },
80
+ undefined,
87
81
  ]
88
82
  }
89
83
  testID="price-text"
@@ -141,21 +135,17 @@ exports[`Price atom matches the snapshot for a non-discounted price: non-discoun
141
135
  }
142
136
  >
143
137
  <Text
144
- allowFontScaling={false}
145
- selectable={false}
146
138
  style={
147
139
  [
148
140
  {
149
- "color": "#0C0A0A",
150
141
  "fontFamily": "AreaNormal-Semibold",
151
142
  "fontSize": 13,
143
+ "fontStyle": "normal",
144
+ "fontWeight": "normal",
152
145
  "letterSpacing": 0.1,
153
146
  "lineHeight": 17,
154
- "paddingBottom": 0,
155
- "paddingLeft": 0,
156
- "paddingRight": 0,
157
- "paddingTop": 0,
158
147
  },
148
+ undefined,
159
149
  ]
160
150
  }
161
151
  testID="price-text"
@@ -1,8 +1,8 @@
1
1
  import React, { FC, useMemo } from "react";
2
2
  import { Image, View } from "react-native";
3
- import { Text } from "@lookiero/aurora";
4
3
  import { useI18nMessage } from "@lookiero/i18n-react";
5
4
  import { Country } from "@lookiero/sty-psp-locale";
5
+ import { Text } from "@lookiero/sty-psp-ui";
6
6
  import { Column, Row, useScreenSize } from "@lookiero/sty-psp-ui";
7
7
  import { CheckoutItemProjection } from "../../../../../../projection/checkoutItem/checkoutItem";
8
8
  import { size } from "../../../../../../projection/size/size";
@@ -103,20 +103,18 @@ exports[`ProductVariantPreview matches the snapshot 1`] = `
103
103
  }
104
104
  >
105
105
  <Text
106
- allowFontScaling={false}
107
- selectable={false}
108
106
  style={
109
107
  [
110
108
  {
111
- "color": "#837C7C",
112
109
  "fontFamily": "AreaNormal-Semibold",
113
110
  "fontSize": 12,
111
+ "fontStyle": "normal",
112
+ "fontWeight": "normal",
114
113
  "letterSpacing": 0.1,
115
114
  "lineHeight": 16,
116
- "paddingBottom": 0,
117
- "paddingLeft": 0,
118
- "paddingRight": 0,
119
- "paddingTop": 0,
115
+ },
116
+ {
117
+ "color": "#837C7C",
120
118
  },
121
119
  ]
122
120
  }
@@ -124,41 +122,35 @@ exports[`ProductVariantPreview matches the snapshot 1`] = `
124
122
  CKS
125
123
  </Text>
126
124
  <Text
127
- allowFontScaling={false}
128
- selectable={false}
129
125
  style={
130
126
  [
131
127
  {
132
- "color": "#0C0A0A",
133
128
  "fontFamily": "AreaNormal-Semibold",
134
129
  "fontSize": 12,
130
+ "fontStyle": "normal",
131
+ "fontWeight": "normal",
135
132
  "letterSpacing": 0.1,
136
133
  "lineHeight": 16,
137
- "paddingBottom": 0,
138
- "paddingLeft": 0,
139
- "paddingRight": 0,
140
- "paddingTop": 0,
141
134
  },
135
+ undefined,
142
136
  ]
143
137
  }
144
138
  >
145
139
  Sari Tshirt lines
146
140
  </Text>
147
141
  <Text
148
- allowFontScaling={false}
149
- selectable={false}
150
142
  style={
151
143
  [
152
144
  {
153
- "color": "#837C7C",
154
145
  "fontFamily": "AreaNormal-Semibold",
155
146
  "fontSize": 12,
147
+ "fontStyle": "normal",
148
+ "fontWeight": "normal",
156
149
  "letterSpacing": 0.1,
157
150
  "lineHeight": 16,
158
- "paddingBottom": 0,
159
- "paddingLeft": 0,
160
- "paddingRight": 0,
161
- "paddingTop": 0,
151
+ },
152
+ {
153
+ "color": "#837C7C",
162
154
  },
163
155
  ]
164
156
  }
@@ -190,21 +182,17 @@ exports[`ProductVariantPreview matches the snapshot 1`] = `
190
182
  }
191
183
  >
192
184
  <Text
193
- allowFontScaling={false}
194
- selectable={false}
195
185
  style={
196
186
  [
197
187
  {
198
- "color": "#0C0A0A",
199
188
  "fontFamily": "AreaNormal-Semibold",
200
189
  "fontSize": 13,
190
+ "fontStyle": "normal",
191
+ "fontWeight": "normal",
201
192
  "letterSpacing": 0.1,
202
193
  "lineHeight": 17,
203
- "paddingBottom": 0,
204
- "paddingLeft": 0,
205
- "paddingRight": 0,
206
- "paddingTop": 0,
207
194
  },
195
+ undefined,
208
196
  ]
209
197
  }
210
198
  testID="price-text"
@@ -3,12 +3,13 @@ import React, { FC, useCallback, useMemo } from "react";
3
3
  import { Platform, View } from "react-native";
4
4
  import { KeyboardAwareScrollView } from "react-native-keyboard-aware-scroll-view";
5
5
  import { generatePath, useNavigate } from "react-router-native";
6
- import { Box, Button, Layout as AuroraLayout, Spinner, Text } from "@lookiero/aurora";
6
+ import { Box, Button, Layout as AuroraLayout, Spinner } from "@lookiero/aurora";
7
7
  import { useI18nMessage } from "@lookiero/i18n-react";
8
8
  import { CommandStatus } from "@lookiero/messaging-react";
9
9
  import { Country } from "@lookiero/sty-psp-locale";
10
10
  import { useLogger } from "@lookiero/sty-psp-logging";
11
11
  import { Segment } from "@lookiero/sty-psp-segment";
12
+ import { Text } from "@lookiero/sty-psp-ui";
12
13
  import { Layout as UiLayout, useScreenSize } from "@lookiero/sty-psp-ui";
13
14
  import { Tradename } from "@lookiero/sty-sp-tradename";
14
15
  import { CheckoutProjection } from "../../../../../../projection/checkout/checkout";
@@ -1,8 +1,8 @@
1
1
  import React, { FC, useMemo } from "react";
2
2
  import { Pressable, StyleProp, View, ViewStyle } from "react-native";
3
- import { Text } from "@lookiero/aurora";
4
3
  import { useI18nMessage } from "@lookiero/i18n-react";
5
4
  import { Country } from "@lookiero/sty-psp-locale";
5
+ import { Text } from "@lookiero/sty-psp-ui";
6
6
  import { Icon, LazyImage } from "@lookiero/sty-psp-ui";
7
7
  import { CheckoutItemStatus } from "../../../../../../domain/checkoutItem/model/checkoutItem";
8
8
  import { ColorProjection, MediaProjection } from "../../../../../../projection/checkoutItem/checkoutItem";