@pagopa/io-app-design-system 5.12.1 → 6.0.0-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 (74) hide show
  1. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +68 -2
  2. package/lib/commonjs/components/buttons/IOButton/__test__/__snapshots__/IOButton.test.tsx.snap +285 -9
  3. package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +700 -33
  4. package/lib/commonjs/components/claimsSelector/ClaimsSelector.js +41 -23
  5. package/lib/commonjs/components/claimsSelector/ClaimsSelector.js.map +1 -1
  6. package/lib/commonjs/components/claimsSelector/__test__/__snapshots__/ClaimsSelector.test.tsx.snap +554 -188
  7. package/lib/commonjs/components/headers/HeaderFirstLevel.js +1 -1
  8. package/lib/commonjs/components/headers/HeaderFirstLevel.js.map +1 -1
  9. package/lib/commonjs/components/headers/HeaderSecondLevel.js +3 -2
  10. package/lib/commonjs/components/headers/HeaderSecondLevel.js.map +1 -1
  11. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +925 -41
  12. package/lib/commonjs/components/loadingSpinner/LoadingSpinner.js +14 -18
  13. package/lib/commonjs/components/loadingSpinner/LoadingSpinner.js.map +1 -1
  14. package/lib/commonjs/components/modules/__test__/__snapshots__/ModuleNavigationAlt.test.tsx.snap +304 -8
  15. package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +430 -32
  16. package/lib/commonjs/components/templates/Dismissable.js +6 -1
  17. package/lib/commonjs/components/templates/Dismissable.js.map +1 -1
  18. package/lib/commonjs/components/templates/ForceScrollDownView.js +5 -4
  19. package/lib/commonjs/components/templates/ForceScrollDownView.js.map +1 -1
  20. package/lib/commonjs/hooks/useAccordionAnimation.js +9 -1
  21. package/lib/commonjs/hooks/useAccordionAnimation.js.map +1 -1
  22. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +68 -2
  23. package/lib/module/components/buttons/IOButton/__test__/__snapshots__/IOButton.test.tsx.snap +285 -9
  24. package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +700 -33
  25. package/lib/module/components/claimsSelector/ClaimsSelector.js +42 -24
  26. package/lib/module/components/claimsSelector/ClaimsSelector.js.map +1 -1
  27. package/lib/module/components/claimsSelector/__test__/__snapshots__/ClaimsSelector.test.tsx.snap +554 -188
  28. package/lib/module/components/headers/HeaderFirstLevel.js +2 -2
  29. package/lib/module/components/headers/HeaderFirstLevel.js.map +1 -1
  30. package/lib/module/components/headers/HeaderSecondLevel.js +4 -3
  31. package/lib/module/components/headers/HeaderSecondLevel.js.map +1 -1
  32. package/lib/module/components/layout/FooterActions.js.map +1 -1
  33. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +925 -41
  34. package/lib/module/components/loadingSpinner/LoadingSpinner.js +15 -19
  35. package/lib/module/components/loadingSpinner/LoadingSpinner.js.map +1 -1
  36. package/lib/module/components/modules/__test__/__snapshots__/ModuleNavigationAlt.test.tsx.snap +304 -8
  37. package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +430 -32
  38. package/lib/module/components/templates/Dismissable.js +7 -2
  39. package/lib/module/components/templates/Dismissable.js.map +1 -1
  40. package/lib/module/components/templates/ForceScrollDownView.js +6 -5
  41. package/lib/module/components/templates/ForceScrollDownView.js.map +1 -1
  42. package/lib/module/hooks/useAccordionAnimation.js +10 -2
  43. package/lib/module/hooks/useAccordionAnimation.js.map +1 -1
  44. package/lib/typescript/components/claimsSelector/ClaimsSelector.d.ts +7 -1
  45. package/lib/typescript/components/claimsSelector/ClaimsSelector.d.ts.map +1 -1
  46. package/lib/typescript/components/headers/HeaderSecondLevel.d.ts.map +1 -1
  47. package/lib/typescript/components/icons/Icon.d.ts +5 -1
  48. package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
  49. package/lib/typescript/components/layout/FooterActions.d.ts +3 -3
  50. package/lib/typescript/components/layout/FooterActions.d.ts.map +1 -1
  51. package/lib/typescript/components/loadingSpinner/LoadingSpinner.d.ts.map +1 -1
  52. package/lib/typescript/components/templates/Dismissable.d.ts.map +1 -1
  53. package/lib/typescript/components/templates/ForceScrollDownView.d.ts +1 -1
  54. package/lib/typescript/components/templates/ForceScrollDownView.d.ts.map +1 -1
  55. package/lib/typescript/components/typography/IOText.d.ts +1 -1
  56. package/lib/typescript/components/typography/IOText.d.ts.map +1 -1
  57. package/lib/typescript/hooks/useAccordionAnimation.d.ts +4 -0
  58. package/lib/typescript/hooks/useAccordionAnimation.d.ts.map +1 -1
  59. package/package.json +7 -5
  60. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +68 -2
  61. package/src/components/buttons/IOButton/__test__/__snapshots__/IOButton.test.tsx.snap +285 -9
  62. package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +700 -33
  63. package/src/components/claimsSelector/ClaimsSelector.tsx +56 -37
  64. package/src/components/claimsSelector/__test__/__snapshots__/ClaimsSelector.test.tsx.snap +554 -188
  65. package/src/components/headers/HeaderFirstLevel.tsx +2 -2
  66. package/src/components/headers/HeaderSecondLevel.tsx +4 -4
  67. package/src/components/layout/FooterActions.tsx +3 -3
  68. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +925 -41
  69. package/src/components/loadingSpinner/LoadingSpinner.tsx +20 -24
  70. package/src/components/modules/__test__/__snapshots__/ModuleNavigationAlt.test.tsx.snap +304 -8
  71. package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +430 -32
  72. package/src/components/templates/Dismissable.tsx +5 -2
  73. package/src/components/templates/ForceScrollDownView.tsx +7 -8
  74. package/src/hooks/useAccordionAnimation.tsx +13 -1
@@ -37,7 +37,30 @@ exports[`Test List Item Components - Experimental Enabled ListItemAction Snapsh
37
37
  >
38
38
  <View
39
39
  accessibilityElementsHidden={true}
40
+ collapsable={false}
40
41
  importantForAccessibility="no-hide-descendants"
42
+ jestAnimatedProps={
43
+ {
44
+ "value": {},
45
+ }
46
+ }
47
+ jestAnimatedStyle={
48
+ {
49
+ "value": {
50
+ "backgroundColor": "rgba(244, 245, 248, 0)",
51
+ },
52
+ }
53
+ }
54
+ jestInlineStyle={
55
+ [
56
+ {
57
+ "marginHorizontal": -24,
58
+ "paddingHorizontal": 24,
59
+ "paddingVertical": 12,
60
+ },
61
+ ]
62
+ }
63
+ nativeID="23"
41
64
  style={
42
65
  [
43
66
  {
@@ -46,12 +69,42 @@ exports[`Test List Item Components - Experimental Enabled ListItemAction Snapsh
46
69
  "paddingVertical": 12,
47
70
  },
48
71
  {
49
- "backgroundColor": undefined,
72
+ "backgroundColor": "rgba(244, 245, 248, 0)",
50
73
  },
51
74
  ]
52
75
  }
53
76
  >
54
77
  <View
78
+ collapsable={false}
79
+ jestAnimatedProps={
80
+ {
81
+ "value": {},
82
+ }
83
+ }
84
+ jestAnimatedStyle={
85
+ {
86
+ "value": {
87
+ "transform": [
88
+ {
89
+ "scale": 1,
90
+ },
91
+ ],
92
+ },
93
+ }
94
+ }
95
+ jestInlineStyle={
96
+ [
97
+ {
98
+ "alignItems": "center",
99
+ "flexDirection": "row",
100
+ "justifyContent": "space-between",
101
+ },
102
+ {
103
+ "columnGap": 12,
104
+ },
105
+ ]
106
+ }
107
+ nativeID="24"
55
108
  style={
56
109
  [
57
110
  {
@@ -65,7 +118,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemAction Snapsh
65
118
  {
66
119
  "transform": [
67
120
  {
68
- "scale": undefined,
121
+ "scale": 1,
69
122
  },
70
123
  ],
71
124
  },
@@ -230,7 +283,30 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
230
283
  >
231
284
  <View
232
285
  accessibilityElementsHidden={true}
286
+ collapsable={false}
233
287
  importantForAccessibility="no-hide-descendants"
288
+ jestAnimatedProps={
289
+ {
290
+ "value": {},
291
+ }
292
+ }
293
+ jestAnimatedStyle={
294
+ {
295
+ "value": {
296
+ "backgroundColor": "rgba(244, 245, 248, 0)",
297
+ },
298
+ }
299
+ }
300
+ jestInlineStyle={
301
+ [
302
+ {
303
+ "marginHorizontal": -24,
304
+ "paddingHorizontal": 24,
305
+ "paddingVertical": 12,
306
+ },
307
+ ]
308
+ }
309
+ nativeID="17"
234
310
  style={
235
311
  [
236
312
  {
@@ -239,12 +315,42 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
239
315
  "paddingVertical": 12,
240
316
  },
241
317
  {
242
- "backgroundColor": undefined,
318
+ "backgroundColor": "rgba(244, 245, 248, 0)",
243
319
  },
244
320
  ]
245
321
  }
246
322
  >
247
323
  <View
324
+ collapsable={false}
325
+ jestAnimatedProps={
326
+ {
327
+ "value": {},
328
+ }
329
+ }
330
+ jestAnimatedStyle={
331
+ {
332
+ "value": {
333
+ "transform": [
334
+ {
335
+ "scale": 1,
336
+ },
337
+ ],
338
+ },
339
+ }
340
+ }
341
+ jestInlineStyle={
342
+ [
343
+ {
344
+ "alignItems": "center",
345
+ "flexDirection": "row",
346
+ "justifyContent": "space-between",
347
+ },
348
+ {
349
+ "columnGap": 12,
350
+ },
351
+ ]
352
+ }
353
+ nativeID="18"
248
354
  style={
249
355
  [
250
356
  {
@@ -258,7 +364,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
258
364
  {
259
365
  "transform": [
260
366
  {
261
- "scale": undefined,
367
+ "scale": 1,
262
368
  },
263
369
  ],
264
370
  },
@@ -412,6 +518,29 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
412
518
  onTouchEnd={[Function]}
413
519
  >
414
520
  <View
521
+ collapsable={false}
522
+ jestAnimatedProps={
523
+ {
524
+ "value": {},
525
+ }
526
+ }
527
+ jestAnimatedStyle={
528
+ {
529
+ "value": {
530
+ "backgroundColor": "rgba(244, 245, 248, 0)",
531
+ },
532
+ }
533
+ }
534
+ jestInlineStyle={
535
+ [
536
+ {
537
+ "marginHorizontal": -24,
538
+ "paddingHorizontal": 24,
539
+ "paddingVertical": 12,
540
+ },
541
+ ]
542
+ }
543
+ nativeID="19"
415
544
  style={
416
545
  [
417
546
  {
@@ -420,12 +549,39 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
420
549
  "paddingVertical": 12,
421
550
  },
422
551
  {
423
- "backgroundColor": undefined,
552
+ "backgroundColor": "rgba(244, 245, 248, 0)",
424
553
  },
425
554
  ]
426
555
  }
427
556
  >
428
557
  <View
558
+ collapsable={false}
559
+ jestAnimatedProps={
560
+ {
561
+ "value": {},
562
+ }
563
+ }
564
+ jestAnimatedStyle={
565
+ {
566
+ "value": {
567
+ "transform": [
568
+ {
569
+ "scale": 1,
570
+ },
571
+ ],
572
+ },
573
+ }
574
+ }
575
+ jestInlineStyle={
576
+ [
577
+ {
578
+ "alignItems": "center",
579
+ "flexDirection": "row",
580
+ "justifyContent": "space-between",
581
+ },
582
+ ]
583
+ }
584
+ nativeID="20"
429
585
  style={
430
586
  [
431
587
  {
@@ -436,7 +592,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
436
592
  {
437
593
  "transform": [
438
594
  {
439
- "scale": undefined,
595
+ "scale": 1,
440
596
  },
441
597
  ],
442
598
  },
@@ -571,7 +727,30 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
571
727
  >
572
728
  <View
573
729
  accessibilityElementsHidden={true}
730
+ collapsable={false}
574
731
  importantForAccessibility="no-hide-descendants"
732
+ jestAnimatedProps={
733
+ {
734
+ "value": {},
735
+ }
736
+ }
737
+ jestAnimatedStyle={
738
+ {
739
+ "value": {
740
+ "backgroundColor": "rgba(244, 245, 248, 0)",
741
+ },
742
+ }
743
+ }
744
+ jestInlineStyle={
745
+ [
746
+ {
747
+ "marginHorizontal": -24,
748
+ "paddingHorizontal": 24,
749
+ "paddingVertical": 12,
750
+ },
751
+ ]
752
+ }
753
+ nativeID="21"
575
754
  style={
576
755
  [
577
756
  {
@@ -580,12 +759,42 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
580
759
  "paddingVertical": 12,
581
760
  },
582
761
  {
583
- "backgroundColor": undefined,
762
+ "backgroundColor": "rgba(244, 245, 248, 0)",
584
763
  },
585
764
  ]
586
765
  }
587
766
  >
588
767
  <View
768
+ collapsable={false}
769
+ jestAnimatedProps={
770
+ {
771
+ "value": {},
772
+ }
773
+ }
774
+ jestAnimatedStyle={
775
+ {
776
+ "value": {
777
+ "transform": [
778
+ {
779
+ "scale": 1,
780
+ },
781
+ ],
782
+ },
783
+ }
784
+ }
785
+ jestInlineStyle={
786
+ [
787
+ {
788
+ "alignItems": "center",
789
+ "flexDirection": "row",
790
+ "justifyContent": "space-between",
791
+ },
792
+ {
793
+ "columnGap": 12,
794
+ },
795
+ ]
796
+ }
797
+ nativeID="22"
589
798
  style={
590
799
  [
591
800
  {
@@ -599,7 +808,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
599
808
  {
600
809
  "transform": [
601
810
  {
602
- "scale": undefined,
811
+ "scale": 1,
603
812
  },
604
813
  ],
605
814
  },
@@ -789,6 +998,29 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
789
998
  onTouchEnd={[Function]}
790
999
  >
791
1000
  <View
1001
+ collapsable={false}
1002
+ jestAnimatedProps={
1003
+ {
1004
+ "value": {},
1005
+ }
1006
+ }
1007
+ jestAnimatedStyle={
1008
+ {
1009
+ "value": {
1010
+ "backgroundColor": "rgba(244, 245, 248, 0)",
1011
+ },
1012
+ }
1013
+ }
1014
+ jestInlineStyle={
1015
+ [
1016
+ {
1017
+ "marginHorizontal": -24,
1018
+ "paddingHorizontal": 24,
1019
+ "paddingVertical": 12,
1020
+ },
1021
+ ]
1022
+ }
1023
+ nativeID="27"
792
1024
  style={
793
1025
  [
794
1026
  {
@@ -797,12 +1029,42 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
797
1029
  "paddingVertical": 12,
798
1030
  },
799
1031
  {
800
- "backgroundColor": undefined,
1032
+ "backgroundColor": "rgba(244, 245, 248, 0)",
801
1033
  },
802
1034
  ]
803
1035
  }
804
1036
  >
805
1037
  <View
1038
+ collapsable={false}
1039
+ jestAnimatedProps={
1040
+ {
1041
+ "value": {},
1042
+ }
1043
+ }
1044
+ jestAnimatedStyle={
1045
+ {
1046
+ "value": {
1047
+ "transform": [
1048
+ {
1049
+ "scale": 1,
1050
+ },
1051
+ ],
1052
+ },
1053
+ }
1054
+ }
1055
+ jestInlineStyle={
1056
+ [
1057
+ {
1058
+ "alignItems": "center",
1059
+ "flexDirection": "row",
1060
+ "justifyContent": "space-between",
1061
+ },
1062
+ {
1063
+ "columnGap": 12,
1064
+ },
1065
+ ]
1066
+ }
1067
+ nativeID="28"
806
1068
  style={
807
1069
  [
808
1070
  {
@@ -816,7 +1078,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
816
1078
  {
817
1079
  "transform": [
818
1080
  {
819
- "scale": undefined,
1081
+ "scale": 1,
820
1082
  },
821
1083
  ],
822
1084
  },
@@ -1028,6 +1290,42 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1028
1290
  }
1029
1291
  />
1030
1292
  <View
1293
+ collapsable={false}
1294
+ jestAnimatedProps={
1295
+ {
1296
+ "value": {},
1297
+ }
1298
+ }
1299
+ jestAnimatedStyle={
1300
+ {
1301
+ "value": {
1302
+ "opacity": 1,
1303
+ "transform": [
1304
+ {
1305
+ "scale": 1,
1306
+ },
1307
+ ],
1308
+ },
1309
+ }
1310
+ }
1311
+ jestInlineStyle={
1312
+ [
1313
+ {
1314
+ "left": 0,
1315
+ "position": "absolute",
1316
+ "top": 0,
1317
+ },
1318
+ {
1319
+ "borderRadius": 12,
1320
+ "height": 24,
1321
+ "width": 24,
1322
+ },
1323
+ {
1324
+ "backgroundColor": "#0B3EE3",
1325
+ },
1326
+ ]
1327
+ }
1328
+ nativeID="29"
1031
1329
  style={
1032
1330
  [
1033
1331
  {
@@ -1047,7 +1345,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1047
1345
  "opacity": 1,
1048
1346
  "transform": [
1049
1347
  {
1050
- "scale": undefined,
1348
+ "scale": 1,
1051
1349
  },
1052
1350
  ],
1053
1351
  },
@@ -1099,6 +1397,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1099
1397
  "stroke",
1100
1398
  "strokeWidth",
1101
1399
  "strokeDasharray",
1400
+ "strokeDashoffset",
1102
1401
  "strokeLinecap",
1103
1402
  "strokeLinejoin",
1104
1403
  ]
@@ -1110,6 +1409,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1110
1409
  }
1111
1410
  }
1112
1411
  strokeDasharray={null}
1412
+ strokeDashoffset={null}
1113
1413
  strokeLinecap={1}
1114
1414
  strokeLinejoin={1}
1115
1415
  strokeWidth={2}
@@ -1160,6 +1460,29 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1160
1460
  onTouchEnd={[Function]}
1161
1461
  >
1162
1462
  <View
1463
+ collapsable={false}
1464
+ jestAnimatedProps={
1465
+ {
1466
+ "value": {},
1467
+ }
1468
+ }
1469
+ jestAnimatedStyle={
1470
+ {
1471
+ "value": {
1472
+ "backgroundColor": "rgba(244, 245, 248, 0)",
1473
+ },
1474
+ }
1475
+ }
1476
+ jestInlineStyle={
1477
+ [
1478
+ {
1479
+ "marginHorizontal": -24,
1480
+ "paddingHorizontal": 24,
1481
+ "paddingVertical": 12,
1482
+ },
1483
+ ]
1484
+ }
1485
+ nativeID="31"
1163
1486
  style={
1164
1487
  [
1165
1488
  {
@@ -1168,12 +1491,42 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1168
1491
  "paddingVertical": 12,
1169
1492
  },
1170
1493
  {
1171
- "backgroundColor": undefined,
1494
+ "backgroundColor": "rgba(244, 245, 248, 0)",
1172
1495
  },
1173
1496
  ]
1174
1497
  }
1175
1498
  >
1176
1499
  <View
1500
+ collapsable={false}
1501
+ jestAnimatedProps={
1502
+ {
1503
+ "value": {},
1504
+ }
1505
+ }
1506
+ jestAnimatedStyle={
1507
+ {
1508
+ "value": {
1509
+ "transform": [
1510
+ {
1511
+ "scale": 1,
1512
+ },
1513
+ ],
1514
+ },
1515
+ }
1516
+ }
1517
+ jestInlineStyle={
1518
+ [
1519
+ {
1520
+ "alignItems": "center",
1521
+ "flexDirection": "row",
1522
+ "justifyContent": "space-between",
1523
+ },
1524
+ {
1525
+ "columnGap": 12,
1526
+ },
1527
+ ]
1528
+ }
1529
+ nativeID="32"
1177
1530
  style={
1178
1531
  [
1179
1532
  {
@@ -1187,7 +1540,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1187
1540
  {
1188
1541
  "transform": [
1189
1542
  {
1190
- "scale": undefined,
1543
+ "scale": 1,
1191
1544
  },
1192
1545
  ],
1193
1546
  },
@@ -1314,15 +1667,51 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1314
1667
  }
1315
1668
  />
1316
1669
  <View
1317
- style={
1318
- [
1319
- {
1320
- "left": 0,
1321
- "position": "absolute",
1322
- "top": 0,
1323
- },
1324
- {
1325
- "borderRadius": 12,
1670
+ collapsable={false}
1671
+ jestAnimatedProps={
1672
+ {
1673
+ "value": {},
1674
+ }
1675
+ }
1676
+ jestAnimatedStyle={
1677
+ {
1678
+ "value": {
1679
+ "opacity": 0,
1680
+ "transform": [
1681
+ {
1682
+ "scale": 0.5,
1683
+ },
1684
+ ],
1685
+ },
1686
+ }
1687
+ }
1688
+ jestInlineStyle={
1689
+ [
1690
+ {
1691
+ "left": 0,
1692
+ "position": "absolute",
1693
+ "top": 0,
1694
+ },
1695
+ {
1696
+ "borderRadius": 12,
1697
+ "height": 24,
1698
+ "width": 24,
1699
+ },
1700
+ {
1701
+ "backgroundColor": "#0B3EE3",
1702
+ },
1703
+ ]
1704
+ }
1705
+ nativeID="33"
1706
+ style={
1707
+ [
1708
+ {
1709
+ "left": 0,
1710
+ "position": "absolute",
1711
+ "top": 0,
1712
+ },
1713
+ {
1714
+ "borderRadius": 12,
1326
1715
  "height": 24,
1327
1716
  "width": 24,
1328
1717
  },
@@ -1333,7 +1722,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1333
1722
  "opacity": 0,
1334
1723
  "transform": [
1335
1724
  {
1336
- "scale": undefined,
1725
+ "scale": 0.5,
1337
1726
  },
1338
1727
  ],
1339
1728
  },
@@ -1490,6 +1879,29 @@ exports[`Test List Item Components - Experimental Enabled PressableListItemsBas
1490
1879
  onTouchEnd={[Function]}
1491
1880
  >
1492
1881
  <View
1882
+ collapsable={false}
1883
+ jestAnimatedProps={
1884
+ {
1885
+ "value": {},
1886
+ }
1887
+ }
1888
+ jestAnimatedStyle={
1889
+ {
1890
+ "value": {
1891
+ "backgroundColor": "rgba(244, 245, 248, 0)",
1892
+ },
1893
+ }
1894
+ }
1895
+ jestInlineStyle={
1896
+ [
1897
+ {
1898
+ "marginHorizontal": -24,
1899
+ "paddingHorizontal": 24,
1900
+ "paddingVertical": 12,
1901
+ },
1902
+ ]
1903
+ }
1904
+ nativeID="25"
1493
1905
  style={
1494
1906
  [
1495
1907
  {
@@ -1498,12 +1910,42 @@ exports[`Test List Item Components - Experimental Enabled PressableListItemsBas
1498
1910
  "paddingVertical": 12,
1499
1911
  },
1500
1912
  {
1501
- "backgroundColor": undefined,
1913
+ "backgroundColor": "rgba(244, 245, 248, 0)",
1502
1914
  },
1503
1915
  ]
1504
1916
  }
1505
1917
  >
1506
1918
  <View
1919
+ collapsable={false}
1920
+ jestAnimatedProps={
1921
+ {
1922
+ "value": {},
1923
+ }
1924
+ }
1925
+ jestAnimatedStyle={
1926
+ {
1927
+ "value": {
1928
+ "transform": [
1929
+ {
1930
+ "scale": 1,
1931
+ },
1932
+ ],
1933
+ },
1934
+ }
1935
+ }
1936
+ jestInlineStyle={
1937
+ [
1938
+ {
1939
+ "alignItems": "center",
1940
+ "flexDirection": "row",
1941
+ "justifyContent": "space-between",
1942
+ },
1943
+ {
1944
+ "columnGap": 12,
1945
+ },
1946
+ ]
1947
+ }
1948
+ nativeID="26"
1507
1949
  style={
1508
1950
  [
1509
1951
  {
@@ -1517,7 +1959,7 @@ exports[`Test List Item Components - Experimental Enabled PressableListItemsBas
1517
1959
  {
1518
1960
  "transform": [
1519
1961
  {
1520
- "scale": undefined,
1962
+ "scale": 1,
1521
1963
  },
1522
1964
  ],
1523
1965
  },
@@ -1565,7 +2007,30 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
1565
2007
  >
1566
2008
  <View
1567
2009
  accessibilityElementsHidden={true}
2010
+ collapsable={false}
1568
2011
  importantForAccessibility="no-hide-descendants"
2012
+ jestAnimatedProps={
2013
+ {
2014
+ "value": {},
2015
+ }
2016
+ }
2017
+ jestAnimatedStyle={
2018
+ {
2019
+ "value": {
2020
+ "backgroundColor": "rgba(244, 245, 248, 0)",
2021
+ },
2022
+ }
2023
+ }
2024
+ jestInlineStyle={
2025
+ [
2026
+ {
2027
+ "marginHorizontal": -24,
2028
+ "paddingHorizontal": 24,
2029
+ "paddingVertical": 12,
2030
+ },
2031
+ ]
2032
+ }
2033
+ nativeID="6"
1569
2034
  style={
1570
2035
  [
1571
2036
  {
@@ -1574,12 +2039,42 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
1574
2039
  "paddingVertical": 12,
1575
2040
  },
1576
2041
  {
1577
- "backgroundColor": undefined,
2042
+ "backgroundColor": "rgba(244, 245, 248, 0)",
1578
2043
  },
1579
2044
  ]
1580
2045
  }
1581
2046
  >
1582
2047
  <View
2048
+ collapsable={false}
2049
+ jestAnimatedProps={
2050
+ {
2051
+ "value": {},
2052
+ }
2053
+ }
2054
+ jestAnimatedStyle={
2055
+ {
2056
+ "value": {
2057
+ "transform": [
2058
+ {
2059
+ "scale": 1,
2060
+ },
2061
+ ],
2062
+ },
2063
+ }
2064
+ }
2065
+ jestInlineStyle={
2066
+ [
2067
+ {
2068
+ "alignItems": "center",
2069
+ "flexDirection": "row",
2070
+ "justifyContent": "space-between",
2071
+ },
2072
+ {
2073
+ "columnGap": 12,
2074
+ },
2075
+ ]
2076
+ }
2077
+ nativeID="7"
1583
2078
  style={
1584
2079
  [
1585
2080
  {
@@ -1593,7 +2088,7 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
1593
2088
  {
1594
2089
  "transform": [
1595
2090
  {
1596
- "scale": undefined,
2091
+ "scale": 1,
1597
2092
  },
1598
2093
  ],
1599
2094
  },
@@ -1758,7 +2253,30 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
1758
2253
  >
1759
2254
  <View
1760
2255
  accessibilityElementsHidden={true}
2256
+ collapsable={false}
1761
2257
  importantForAccessibility="no-hide-descendants"
2258
+ jestAnimatedProps={
2259
+ {
2260
+ "value": {},
2261
+ }
2262
+ }
2263
+ jestAnimatedStyle={
2264
+ {
2265
+ "value": {
2266
+ "backgroundColor": "rgba(244, 245, 248, 0)",
2267
+ },
2268
+ }
2269
+ }
2270
+ jestInlineStyle={
2271
+ [
2272
+ {
2273
+ "marginHorizontal": -24,
2274
+ "paddingHorizontal": 24,
2275
+ "paddingVertical": 12,
2276
+ },
2277
+ ]
2278
+ }
2279
+ nativeID="0"
1762
2280
  style={
1763
2281
  [
1764
2282
  {
@@ -1767,12 +2285,42 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
1767
2285
  "paddingVertical": 12,
1768
2286
  },
1769
2287
  {
1770
- "backgroundColor": undefined,
2288
+ "backgroundColor": "rgba(244, 245, 248, 0)",
1771
2289
  },
1772
2290
  ]
1773
2291
  }
1774
2292
  >
1775
2293
  <View
2294
+ collapsable={false}
2295
+ jestAnimatedProps={
2296
+ {
2297
+ "value": {},
2298
+ }
2299
+ }
2300
+ jestAnimatedStyle={
2301
+ {
2302
+ "value": {
2303
+ "transform": [
2304
+ {
2305
+ "scale": 1,
2306
+ },
2307
+ ],
2308
+ },
2309
+ }
2310
+ }
2311
+ jestInlineStyle={
2312
+ [
2313
+ {
2314
+ "alignItems": "center",
2315
+ "flexDirection": "row",
2316
+ "justifyContent": "space-between",
2317
+ },
2318
+ {
2319
+ "columnGap": 12,
2320
+ },
2321
+ ]
2322
+ }
2323
+ nativeID="1"
1776
2324
  style={
1777
2325
  [
1778
2326
  {
@@ -1786,7 +2334,7 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
1786
2334
  {
1787
2335
  "transform": [
1788
2336
  {
1789
- "scale": undefined,
2337
+ "scale": 1,
1790
2338
  },
1791
2339
  ],
1792
2340
  },
@@ -1940,6 +2488,29 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
1940
2488
  onTouchEnd={[Function]}
1941
2489
  >
1942
2490
  <View
2491
+ collapsable={false}
2492
+ jestAnimatedProps={
2493
+ {
2494
+ "value": {},
2495
+ }
2496
+ }
2497
+ jestAnimatedStyle={
2498
+ {
2499
+ "value": {
2500
+ "backgroundColor": "rgba(244, 245, 248, 0)",
2501
+ },
2502
+ }
2503
+ }
2504
+ jestInlineStyle={
2505
+ [
2506
+ {
2507
+ "marginHorizontal": -24,
2508
+ "paddingHorizontal": 24,
2509
+ "paddingVertical": 12,
2510
+ },
2511
+ ]
2512
+ }
2513
+ nativeID="2"
1943
2514
  style={
1944
2515
  [
1945
2516
  {
@@ -1948,12 +2519,39 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
1948
2519
  "paddingVertical": 12,
1949
2520
  },
1950
2521
  {
1951
- "backgroundColor": undefined,
2522
+ "backgroundColor": "rgba(244, 245, 248, 0)",
1952
2523
  },
1953
2524
  ]
1954
2525
  }
1955
2526
  >
1956
2527
  <View
2528
+ collapsable={false}
2529
+ jestAnimatedProps={
2530
+ {
2531
+ "value": {},
2532
+ }
2533
+ }
2534
+ jestAnimatedStyle={
2535
+ {
2536
+ "value": {
2537
+ "transform": [
2538
+ {
2539
+ "scale": 1,
2540
+ },
2541
+ ],
2542
+ },
2543
+ }
2544
+ }
2545
+ jestInlineStyle={
2546
+ [
2547
+ {
2548
+ "alignItems": "center",
2549
+ "flexDirection": "row",
2550
+ "justifyContent": "space-between",
2551
+ },
2552
+ ]
2553
+ }
2554
+ nativeID="3"
1957
2555
  style={
1958
2556
  [
1959
2557
  {
@@ -1964,7 +2562,7 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
1964
2562
  {
1965
2563
  "transform": [
1966
2564
  {
1967
- "scale": undefined,
2565
+ "scale": 1,
1968
2566
  },
1969
2567
  ],
1970
2568
  },
@@ -2099,7 +2697,30 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2099
2697
  >
2100
2698
  <View
2101
2699
  accessibilityElementsHidden={true}
2700
+ collapsable={false}
2102
2701
  importantForAccessibility="no-hide-descendants"
2702
+ jestAnimatedProps={
2703
+ {
2704
+ "value": {},
2705
+ }
2706
+ }
2707
+ jestAnimatedStyle={
2708
+ {
2709
+ "value": {
2710
+ "backgroundColor": "rgba(244, 245, 248, 0)",
2711
+ },
2712
+ }
2713
+ }
2714
+ jestInlineStyle={
2715
+ [
2716
+ {
2717
+ "marginHorizontal": -24,
2718
+ "paddingHorizontal": 24,
2719
+ "paddingVertical": 12,
2720
+ },
2721
+ ]
2722
+ }
2723
+ nativeID="4"
2103
2724
  style={
2104
2725
  [
2105
2726
  {
@@ -2108,12 +2729,42 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2108
2729
  "paddingVertical": 12,
2109
2730
  },
2110
2731
  {
2111
- "backgroundColor": undefined,
2732
+ "backgroundColor": "rgba(244, 245, 248, 0)",
2112
2733
  },
2113
2734
  ]
2114
2735
  }
2115
2736
  >
2116
2737
  <View
2738
+ collapsable={false}
2739
+ jestAnimatedProps={
2740
+ {
2741
+ "value": {},
2742
+ }
2743
+ }
2744
+ jestAnimatedStyle={
2745
+ {
2746
+ "value": {
2747
+ "transform": [
2748
+ {
2749
+ "scale": 1,
2750
+ },
2751
+ ],
2752
+ },
2753
+ }
2754
+ }
2755
+ jestInlineStyle={
2756
+ [
2757
+ {
2758
+ "alignItems": "center",
2759
+ "flexDirection": "row",
2760
+ "justifyContent": "space-between",
2761
+ },
2762
+ {
2763
+ "columnGap": 12,
2764
+ },
2765
+ ]
2766
+ }
2767
+ nativeID="5"
2117
2768
  style={
2118
2769
  [
2119
2770
  {
@@ -2127,7 +2778,7 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2127
2778
  {
2128
2779
  "transform": [
2129
2780
  {
2130
- "scale": undefined,
2781
+ "scale": 1,
2131
2782
  },
2132
2783
  ],
2133
2784
  },
@@ -2317,6 +2968,29 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2317
2968
  onTouchEnd={[Function]}
2318
2969
  >
2319
2970
  <View
2971
+ collapsable={false}
2972
+ jestAnimatedProps={
2973
+ {
2974
+ "value": {},
2975
+ }
2976
+ }
2977
+ jestAnimatedStyle={
2978
+ {
2979
+ "value": {
2980
+ "backgroundColor": "rgba(244, 245, 248, 0)",
2981
+ },
2982
+ }
2983
+ }
2984
+ jestInlineStyle={
2985
+ [
2986
+ {
2987
+ "marginHorizontal": -24,
2988
+ "paddingHorizontal": 24,
2989
+ "paddingVertical": 12,
2990
+ },
2991
+ ]
2992
+ }
2993
+ nativeID="10"
2320
2994
  style={
2321
2995
  [
2322
2996
  {
@@ -2325,12 +2999,42 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2325
2999
  "paddingVertical": 12,
2326
3000
  },
2327
3001
  {
2328
- "backgroundColor": undefined,
3002
+ "backgroundColor": "rgba(244, 245, 248, 0)",
2329
3003
  },
2330
3004
  ]
2331
3005
  }
2332
3006
  >
2333
3007
  <View
3008
+ collapsable={false}
3009
+ jestAnimatedProps={
3010
+ {
3011
+ "value": {},
3012
+ }
3013
+ }
3014
+ jestAnimatedStyle={
3015
+ {
3016
+ "value": {
3017
+ "transform": [
3018
+ {
3019
+ "scale": 1,
3020
+ },
3021
+ ],
3022
+ },
3023
+ }
3024
+ }
3025
+ jestInlineStyle={
3026
+ [
3027
+ {
3028
+ "alignItems": "center",
3029
+ "flexDirection": "row",
3030
+ "justifyContent": "space-between",
3031
+ },
3032
+ {
3033
+ "columnGap": 12,
3034
+ },
3035
+ ]
3036
+ }
3037
+ nativeID="11"
2334
3038
  style={
2335
3039
  [
2336
3040
  {
@@ -2344,7 +3048,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2344
3048
  {
2345
3049
  "transform": [
2346
3050
  {
2347
- "scale": undefined,
3051
+ "scale": 1,
2348
3052
  },
2349
3053
  ],
2350
3054
  },
@@ -2556,6 +3260,42 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2556
3260
  }
2557
3261
  />
2558
3262
  <View
3263
+ collapsable={false}
3264
+ jestAnimatedProps={
3265
+ {
3266
+ "value": {},
3267
+ }
3268
+ }
3269
+ jestAnimatedStyle={
3270
+ {
3271
+ "value": {
3272
+ "opacity": 1,
3273
+ "transform": [
3274
+ {
3275
+ "scale": 1,
3276
+ },
3277
+ ],
3278
+ },
3279
+ }
3280
+ }
3281
+ jestInlineStyle={
3282
+ [
3283
+ {
3284
+ "left": 0,
3285
+ "position": "absolute",
3286
+ "top": 0,
3287
+ },
3288
+ {
3289
+ "borderRadius": 12,
3290
+ "height": 24,
3291
+ "width": 24,
3292
+ },
3293
+ {
3294
+ "backgroundColor": "#0B3EE3",
3295
+ },
3296
+ ]
3297
+ }
3298
+ nativeID="12"
2559
3299
  style={
2560
3300
  [
2561
3301
  {
@@ -2575,7 +3315,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2575
3315
  "opacity": 1,
2576
3316
  "transform": [
2577
3317
  {
2578
- "scale": undefined,
3318
+ "scale": 1,
2579
3319
  },
2580
3320
  ],
2581
3321
  },
@@ -2627,6 +3367,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2627
3367
  "stroke",
2628
3368
  "strokeWidth",
2629
3369
  "strokeDasharray",
3370
+ "strokeDashoffset",
2630
3371
  "strokeLinecap",
2631
3372
  "strokeLinejoin",
2632
3373
  ]
@@ -2638,6 +3379,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2638
3379
  }
2639
3380
  }
2640
3381
  strokeDasharray={null}
3382
+ strokeDashoffset={null}
2641
3383
  strokeLinecap={1}
2642
3384
  strokeLinejoin={1}
2643
3385
  strokeWidth={2}
@@ -2688,6 +3430,29 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
2688
3430
  onTouchEnd={[Function]}
2689
3431
  >
2690
3432
  <View
3433
+ collapsable={false}
3434
+ jestAnimatedProps={
3435
+ {
3436
+ "value": {},
3437
+ }
3438
+ }
3439
+ jestAnimatedStyle={
3440
+ {
3441
+ "value": {
3442
+ "backgroundColor": "rgba(244, 245, 248, 0)",
3443
+ },
3444
+ }
3445
+ }
3446
+ jestInlineStyle={
3447
+ [
3448
+ {
3449
+ "marginHorizontal": -24,
3450
+ "paddingHorizontal": 24,
3451
+ "paddingVertical": 12,
3452
+ },
3453
+ ]
3454
+ }
3455
+ nativeID="14"
2691
3456
  style={
2692
3457
  [
2693
3458
  {
@@ -2696,12 +3461,42 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
2696
3461
  "paddingVertical": 12,
2697
3462
  },
2698
3463
  {
2699
- "backgroundColor": undefined,
3464
+ "backgroundColor": "rgba(244, 245, 248, 0)",
2700
3465
  },
2701
3466
  ]
2702
3467
  }
2703
3468
  >
2704
3469
  <View
3470
+ collapsable={false}
3471
+ jestAnimatedProps={
3472
+ {
3473
+ "value": {},
3474
+ }
3475
+ }
3476
+ jestAnimatedStyle={
3477
+ {
3478
+ "value": {
3479
+ "transform": [
3480
+ {
3481
+ "scale": 1,
3482
+ },
3483
+ ],
3484
+ },
3485
+ }
3486
+ }
3487
+ jestInlineStyle={
3488
+ [
3489
+ {
3490
+ "alignItems": "center",
3491
+ "flexDirection": "row",
3492
+ "justifyContent": "space-between",
3493
+ },
3494
+ {
3495
+ "columnGap": 12,
3496
+ },
3497
+ ]
3498
+ }
3499
+ nativeID="15"
2705
3500
  style={
2706
3501
  [
2707
3502
  {
@@ -2715,7 +3510,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
2715
3510
  {
2716
3511
  "transform": [
2717
3512
  {
2718
- "scale": undefined,
3513
+ "scale": 1,
2719
3514
  },
2720
3515
  ],
2721
3516
  },
@@ -2842,6 +3637,42 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
2842
3637
  }
2843
3638
  />
2844
3639
  <View
3640
+ collapsable={false}
3641
+ jestAnimatedProps={
3642
+ {
3643
+ "value": {},
3644
+ }
3645
+ }
3646
+ jestAnimatedStyle={
3647
+ {
3648
+ "value": {
3649
+ "opacity": 0,
3650
+ "transform": [
3651
+ {
3652
+ "scale": 0.5,
3653
+ },
3654
+ ],
3655
+ },
3656
+ }
3657
+ }
3658
+ jestInlineStyle={
3659
+ [
3660
+ {
3661
+ "left": 0,
3662
+ "position": "absolute",
3663
+ "top": 0,
3664
+ },
3665
+ {
3666
+ "borderRadius": 12,
3667
+ "height": 24,
3668
+ "width": 24,
3669
+ },
3670
+ {
3671
+ "backgroundColor": "#0B3EE3",
3672
+ },
3673
+ ]
3674
+ }
3675
+ nativeID="16"
2845
3676
  style={
2846
3677
  [
2847
3678
  {
@@ -2861,7 +3692,7 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
2861
3692
  "opacity": 0,
2862
3693
  "transform": [
2863
3694
  {
2864
- "scale": undefined,
3695
+ "scale": 0.5,
2865
3696
  },
2866
3697
  ],
2867
3698
  },
@@ -3018,6 +3849,29 @@ exports[`Test List Item Components PressableListItemsBase Snapshot 1`] = `
3018
3849
  onTouchEnd={[Function]}
3019
3850
  >
3020
3851
  <View
3852
+ collapsable={false}
3853
+ jestAnimatedProps={
3854
+ {
3855
+ "value": {},
3856
+ }
3857
+ }
3858
+ jestAnimatedStyle={
3859
+ {
3860
+ "value": {
3861
+ "backgroundColor": "rgba(244, 245, 248, 0)",
3862
+ },
3863
+ }
3864
+ }
3865
+ jestInlineStyle={
3866
+ [
3867
+ {
3868
+ "marginHorizontal": -24,
3869
+ "paddingHorizontal": 24,
3870
+ "paddingVertical": 12,
3871
+ },
3872
+ ]
3873
+ }
3874
+ nativeID="8"
3021
3875
  style={
3022
3876
  [
3023
3877
  {
@@ -3026,12 +3880,42 @@ exports[`Test List Item Components PressableListItemsBase Snapshot 1`] = `
3026
3880
  "paddingVertical": 12,
3027
3881
  },
3028
3882
  {
3029
- "backgroundColor": undefined,
3883
+ "backgroundColor": "rgba(244, 245, 248, 0)",
3030
3884
  },
3031
3885
  ]
3032
3886
  }
3033
3887
  >
3034
3888
  <View
3889
+ collapsable={false}
3890
+ jestAnimatedProps={
3891
+ {
3892
+ "value": {},
3893
+ }
3894
+ }
3895
+ jestAnimatedStyle={
3896
+ {
3897
+ "value": {
3898
+ "transform": [
3899
+ {
3900
+ "scale": 1,
3901
+ },
3902
+ ],
3903
+ },
3904
+ }
3905
+ }
3906
+ jestInlineStyle={
3907
+ [
3908
+ {
3909
+ "alignItems": "center",
3910
+ "flexDirection": "row",
3911
+ "justifyContent": "space-between",
3912
+ },
3913
+ {
3914
+ "columnGap": 12,
3915
+ },
3916
+ ]
3917
+ }
3918
+ nativeID="9"
3035
3919
  style={
3036
3920
  [
3037
3921
  {
@@ -3045,7 +3929,7 @@ exports[`Test List Item Components PressableListItemsBase Snapshot 1`] = `
3045
3929
  {
3046
3930
  "transform": [
3047
3931
  {
3048
- "scale": undefined,
3932
+ "scale": 1,
3049
3933
  },
3050
3934
  ],
3051
3935
  },