@pagopa/io-app-design-system 4.2.1 → 4.4.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 (447) hide show
  1. package/lib/commonjs/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +3 -3
  2. package/lib/commonjs/components/alert/Alert.js +44 -65
  3. package/lib/commonjs/components/alert/Alert.js.map +1 -1
  4. package/lib/commonjs/components/alert/AlertEdgeToEdge.js +9 -29
  5. package/lib/commonjs/components/alert/AlertEdgeToEdge.js.map +1 -1
  6. package/lib/commonjs/components/badge/Badge.js +16 -3
  7. package/lib/commonjs/components/badge/Badge.js.map +1 -1
  8. package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +9 -5
  9. package/lib/commonjs/components/banner/Banner.js +10 -34
  10. package/lib/commonjs/components/banner/Banner.js.map +1 -1
  11. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +6 -6
  12. package/lib/commonjs/components/buttons/ButtonLink.js +26 -54
  13. package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
  14. package/lib/commonjs/components/buttons/ButtonOutline.js +27 -45
  15. package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
  16. package/lib/commonjs/components/buttons/ButtonSolid.js +24 -45
  17. package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
  18. package/lib/commonjs/components/buttons/IconButton.js +15 -32
  19. package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
  20. package/lib/commonjs/components/buttons/IconButtonContained.js +19 -42
  21. package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
  22. package/lib/commonjs/components/buttons/IconButtonSolid.js +16 -31
  23. package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
  24. package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +61 -19
  25. package/lib/commonjs/components/checkbox/AnimatedCheckbox.js +23 -18
  26. package/lib/commonjs/components/checkbox/AnimatedCheckbox.js.map +1 -1
  27. package/lib/commonjs/components/checkbox/CheckboxLabel.js +13 -8
  28. package/lib/commonjs/components/checkbox/CheckboxLabel.js.map +1 -1
  29. package/lib/commonjs/components/common/AnimatedTick.js +7 -3
  30. package/lib/commonjs/components/common/AnimatedTick.js.map +1 -1
  31. package/lib/commonjs/components/common/LogoPaymentWithFallback.js +9 -3
  32. package/lib/commonjs/components/common/LogoPaymentWithFallback.js.map +1 -1
  33. package/lib/commonjs/components/featureInfo/FeatureInfo.js +9 -6
  34. package/lib/commonjs/components/featureInfo/FeatureInfo.js.map +1 -1
  35. package/lib/commonjs/components/icons/Icon.js +14 -7
  36. package/lib/commonjs/components/icons/Icon.js.map +1 -1
  37. package/lib/commonjs/components/layout/HeaderFirstLevel.js +7 -10
  38. package/lib/commonjs/components/layout/HeaderFirstLevel.js.map +1 -1
  39. package/lib/commonjs/components/layout/HeaderSecondLevel.js +8 -9
  40. package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
  41. package/lib/commonjs/components/layout/index.js +0 -11
  42. package/lib/commonjs/components/layout/index.js.map +1 -1
  43. package/lib/commonjs/components/listitems/ListItemAction.js +24 -46
  44. package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
  45. package/lib/commonjs/components/listitems/ListItemAmount.js +13 -11
  46. package/lib/commonjs/components/listitems/ListItemAmount.js.map +1 -1
  47. package/lib/commonjs/components/listitems/ListItemCheckbox.js +25 -48
  48. package/lib/commonjs/components/listitems/ListItemCheckbox.js.map +1 -1
  49. package/lib/commonjs/components/listitems/ListItemHeader.js +11 -4
  50. package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -1
  51. package/lib/commonjs/components/listitems/ListItemInfo.js +14 -17
  52. package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
  53. package/lib/commonjs/components/listitems/ListItemInfoCopy.js +29 -55
  54. package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
  55. package/lib/commonjs/components/listitems/ListItemNav.js +36 -64
  56. package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
  57. package/lib/commonjs/components/listitems/ListItemNavAlert.js +32 -58
  58. package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
  59. package/lib/commonjs/components/listitems/ListItemRadio.js +43 -58
  60. package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
  61. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +7 -2
  62. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -1
  63. package/lib/commonjs/components/listitems/ListItemSwitch.js +12 -14
  64. package/lib/commonjs/components/listitems/ListItemSwitch.js.map +1 -1
  65. package/lib/commonjs/components/listitems/ListItemTransaction.js +4 -2
  66. package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
  67. package/lib/commonjs/components/listitems/{PressableListItemsBase.js → PressableListItemBase.js} +7 -7
  68. package/lib/commonjs/components/listitems/PressableListItemBase.js.map +1 -0
  69. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +442 -430
  70. package/lib/commonjs/components/listitems/__test__/listitem.test.js +3 -3
  71. package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
  72. package/lib/commonjs/components/listitems/index.js +11 -11
  73. package/lib/commonjs/components/listitems/index.js.map +1 -1
  74. package/lib/commonjs/components/modules/ModuleCredential.js +7 -2
  75. package/lib/commonjs/components/modules/ModuleCredential.js.map +1 -1
  76. package/lib/commonjs/components/modules/ModuleNavigation.js +5 -1
  77. package/lib/commonjs/components/modules/ModuleNavigation.js.map +1 -1
  78. package/lib/commonjs/components/modules/PressableModuleBase.js +17 -11
  79. package/lib/commonjs/components/modules/PressableModuleBase.js.map +1 -1
  80. package/lib/commonjs/components/modules/index.js +8 -8
  81. package/lib/commonjs/components/modules/index.js.map +1 -1
  82. package/lib/commonjs/components/numberpad/NumberButton.js +12 -28
  83. package/lib/commonjs/components/numberpad/NumberButton.js.map +1 -1
  84. package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +40 -20
  85. package/lib/commonjs/components/pictograms/Pictogram.js +17 -4
  86. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  87. package/lib/commonjs/components/radio/AnimatedRadio.js +16 -15
  88. package/lib/commonjs/components/radio/AnimatedRadio.js.map +1 -1
  89. package/lib/commonjs/components/radio/RadioButtonLabel.js +9 -5
  90. package/lib/commonjs/components/radio/RadioButtonLabel.js.map +1 -1
  91. package/lib/commonjs/components/searchInput/SearchInput.js +4 -3
  92. package/lib/commonjs/components/searchInput/SearchInput.js.map +1 -1
  93. package/lib/commonjs/components/spacer/Spacer.js +13 -6
  94. package/lib/commonjs/components/spacer/Spacer.js.map +1 -1
  95. package/lib/commonjs/components/stack/Stack.js +19 -9
  96. package/lib/commonjs/components/stack/Stack.js.map +1 -1
  97. package/lib/commonjs/components/tabs/TabItem.js +15 -21
  98. package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
  99. package/lib/commonjs/components/tag/Tag.js +21 -8
  100. package/lib/commonjs/components/tag/Tag.js.map +1 -1
  101. package/lib/commonjs/components/textInput/TextInput.js.map +1 -1
  102. package/lib/commonjs/components/textInput/TextInputBase.js +23 -10
  103. package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
  104. package/lib/commonjs/components/typography/IOText.js +3 -6
  105. package/lib/commonjs/components/typography/IOText.js.map +1 -1
  106. package/lib/commonjs/components/typography/__test__/__snapshots__/ComposedBodyFromArray.test.tsx.snap +84 -84
  107. package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +50 -50
  108. package/lib/commonjs/core/IOAnimations.js +6 -12
  109. package/lib/commonjs/core/IOAnimations.js.map +1 -1
  110. package/lib/commonjs/hooks/index.js +28 -0
  111. package/lib/commonjs/hooks/index.js.map +1 -0
  112. package/lib/commonjs/hooks/useListItemAnimation.js +40 -0
  113. package/lib/commonjs/hooks/useListItemAnimation.js.map +1 -0
  114. package/lib/commonjs/hooks/useScaleAnimation.js +36 -0
  115. package/lib/commonjs/hooks/useScaleAnimation.js.map +1 -0
  116. package/lib/commonjs/index.js +11 -0
  117. package/lib/commonjs/index.js.map +1 -1
  118. package/lib/commonjs/utils/accessibility.js +29 -1
  119. package/lib/commonjs/utils/accessibility.js.map +1 -1
  120. package/lib/commonjs/utils/fonts.js +3 -2
  121. package/lib/commonjs/utils/fonts.js.map +1 -1
  122. package/lib/commonjs/utils/hooks/index.js +28 -0
  123. package/lib/commonjs/utils/hooks/index.js.map +1 -0
  124. package/lib/commonjs/utils/hooks/useSpringPressProgressValue.js +5 -7
  125. package/lib/commonjs/utils/hooks/useSpringPressProgressValue.js.map +1 -1
  126. package/lib/module/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +3 -3
  127. package/lib/module/components/alert/Alert.js +45 -67
  128. package/lib/module/components/alert/Alert.js.map +1 -1
  129. package/lib/module/components/alert/AlertEdgeToEdge.js +10 -31
  130. package/lib/module/components/alert/AlertEdgeToEdge.js.map +1 -1
  131. package/lib/module/components/badge/Badge.js +16 -3
  132. package/lib/module/components/badge/Badge.js.map +1 -1
  133. package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +9 -5
  134. package/lib/module/components/banner/Banner.js +10 -33
  135. package/lib/module/components/banner/Banner.js.map +1 -1
  136. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +6 -6
  137. package/lib/module/components/buttons/ButtonLink.js +29 -57
  138. package/lib/module/components/buttons/ButtonLink.js.map +1 -1
  139. package/lib/module/components/buttons/ButtonOutline.js +30 -48
  140. package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
  141. package/lib/module/components/buttons/ButtonSolid.js +27 -48
  142. package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
  143. package/lib/module/components/buttons/IconButton.js +18 -35
  144. package/lib/module/components/buttons/IconButton.js.map +1 -1
  145. package/lib/module/components/buttons/IconButtonContained.js +21 -45
  146. package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
  147. package/lib/module/components/buttons/IconButtonSolid.js +18 -34
  148. package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
  149. package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +61 -19
  150. package/lib/module/components/checkbox/AnimatedCheckbox.js +23 -18
  151. package/lib/module/components/checkbox/AnimatedCheckbox.js.map +1 -1
  152. package/lib/module/components/checkbox/CheckboxLabel.js +14 -9
  153. package/lib/module/components/checkbox/CheckboxLabel.js.map +1 -1
  154. package/lib/module/components/common/AnimatedTick.js +7 -3
  155. package/lib/module/components/common/AnimatedTick.js.map +1 -1
  156. package/lib/module/components/common/LogoPaymentWithFallback.js +9 -3
  157. package/lib/module/components/common/LogoPaymentWithFallback.js.map +1 -1
  158. package/lib/module/components/featureInfo/FeatureInfo.js +11 -8
  159. package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -1
  160. package/lib/module/components/icons/Icon.js +15 -6
  161. package/lib/module/components/icons/Icon.js.map +1 -1
  162. package/lib/module/components/layout/HeaderFirstLevel.js +8 -11
  163. package/lib/module/components/layout/HeaderFirstLevel.js.map +1 -1
  164. package/lib/module/components/layout/HeaderSecondLevel.js +9 -10
  165. package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
  166. package/lib/module/components/layout/index.js +0 -1
  167. package/lib/module/components/layout/index.js.map +1 -1
  168. package/lib/module/components/listitems/ListItemAction.js +25 -48
  169. package/lib/module/components/listitems/ListItemAction.js.map +1 -1
  170. package/lib/module/components/listitems/ListItemAmount.js +13 -11
  171. package/lib/module/components/listitems/ListItemAmount.js.map +1 -1
  172. package/lib/module/components/listitems/ListItemCheckbox.js +28 -51
  173. package/lib/module/components/listitems/ListItemCheckbox.js.map +1 -1
  174. package/lib/module/components/listitems/ListItemHeader.js +11 -4
  175. package/lib/module/components/listitems/ListItemHeader.js.map +1 -1
  176. package/lib/module/components/listitems/ListItemInfo.js +14 -17
  177. package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
  178. package/lib/module/components/listitems/ListItemInfoCopy.js +30 -57
  179. package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
  180. package/lib/module/components/listitems/ListItemNav.js +38 -65
  181. package/lib/module/components/listitems/ListItemNav.js.map +1 -1
  182. package/lib/module/components/listitems/ListItemNavAlert.js +33 -58
  183. package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
  184. package/lib/module/components/listitems/ListItemRadio.js +46 -61
  185. package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
  186. package/lib/module/components/listitems/ListItemRadioWithAmount.js +7 -2
  187. package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -1
  188. package/lib/module/components/listitems/ListItemSwitch.js +12 -14
  189. package/lib/module/components/listitems/ListItemSwitch.js.map +1 -1
  190. package/lib/module/components/listitems/ListItemTransaction.js +3 -1
  191. package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
  192. package/lib/module/components/listitems/{PressableListItemsBase.js → PressableListItemBase.js} +7 -7
  193. package/lib/module/components/listitems/PressableListItemBase.js.map +1 -0
  194. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +442 -430
  195. package/lib/module/components/listitems/__test__/listitem.test.js +1 -1
  196. package/lib/module/components/listitems/__test__/listitem.test.js.map +1 -1
  197. package/lib/module/components/listitems/index.js +1 -1
  198. package/lib/module/components/listitems/index.js.map +1 -1
  199. package/lib/module/components/modules/ModuleCredential.js +7 -2
  200. package/lib/module/components/modules/ModuleCredential.js.map +1 -1
  201. package/lib/module/components/modules/ModuleNavigation.js +5 -1
  202. package/lib/module/components/modules/ModuleNavigation.js.map +1 -1
  203. package/lib/module/components/modules/PressableModuleBase.js +17 -10
  204. package/lib/module/components/modules/PressableModuleBase.js.map +1 -1
  205. package/lib/module/components/modules/index.js +1 -1
  206. package/lib/module/components/modules/index.js.map +1 -1
  207. package/lib/module/components/numberpad/NumberButton.js +14 -30
  208. package/lib/module/components/numberpad/NumberButton.js.map +1 -1
  209. package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +40 -20
  210. package/lib/module/components/pictograms/Pictogram.js +17 -4
  211. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  212. package/lib/module/components/radio/AnimatedRadio.js +16 -15
  213. package/lib/module/components/radio/AnimatedRadio.js.map +1 -1
  214. package/lib/module/components/radio/RadioButtonLabel.js +10 -6
  215. package/lib/module/components/radio/RadioButtonLabel.js.map +1 -1
  216. package/lib/module/components/searchInput/SearchInput.js +5 -4
  217. package/lib/module/components/searchInput/SearchInput.js.map +1 -1
  218. package/lib/module/components/spacer/Spacer.js +11 -5
  219. package/lib/module/components/spacer/Spacer.js.map +1 -1
  220. package/lib/module/components/stack/Stack.js +19 -9
  221. package/lib/module/components/stack/Stack.js.map +1 -1
  222. package/lib/module/components/tabs/TabItem.js +18 -24
  223. package/lib/module/components/tabs/TabItem.js.map +1 -1
  224. package/lib/module/components/tag/Tag.js +21 -8
  225. package/lib/module/components/tag/Tag.js.map +1 -1
  226. package/lib/module/components/textInput/TextInput.js.map +1 -1
  227. package/lib/module/components/textInput/TextInputBase.js +23 -10
  228. package/lib/module/components/textInput/TextInputBase.js.map +1 -1
  229. package/lib/module/components/typography/IOText.js +5 -8
  230. package/lib/module/components/typography/IOText.js.map +1 -1
  231. package/lib/module/components/typography/__test__/__snapshots__/ComposedBodyFromArray.test.tsx.snap +84 -84
  232. package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +50 -50
  233. package/lib/module/core/IOAnimations.js +4 -10
  234. package/lib/module/core/IOAnimations.js.map +1 -1
  235. package/lib/module/hooks/index.js +3 -0
  236. package/lib/module/hooks/index.js.map +1 -0
  237. package/lib/module/hooks/useListItemAnimation.js +33 -0
  238. package/lib/module/hooks/useListItemAnimation.js.map +1 -0
  239. package/lib/module/hooks/useScaleAnimation.js +29 -0
  240. package/lib/module/hooks/useScaleAnimation.js.map +1 -0
  241. package/lib/module/index.js +1 -0
  242. package/lib/module/index.js.map +1 -1
  243. package/lib/module/utils/accessibility.js +28 -1
  244. package/lib/module/utils/accessibility.js.map +1 -1
  245. package/lib/module/utils/fonts.js +1 -0
  246. package/lib/module/utils/fonts.js.map +1 -1
  247. package/lib/module/utils/hooks/index.js +3 -0
  248. package/lib/module/utils/hooks/index.js.map +1 -0
  249. package/lib/module/utils/hooks/useSpringPressProgressValue.js +5 -5
  250. package/lib/module/utils/hooks/useSpringPressProgressValue.js.map +1 -1
  251. package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
  252. package/lib/typescript/components/alert/AlertEdgeToEdge.d.ts.map +1 -1
  253. package/lib/typescript/components/badge/Badge.d.ts +2 -1
  254. package/lib/typescript/components/badge/Badge.d.ts.map +1 -1
  255. package/lib/typescript/components/banner/Banner.d.ts.map +1 -1
  256. package/lib/typescript/components/buttons/ButtonLink.d.ts +1 -1
  257. package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
  258. package/lib/typescript/components/buttons/ButtonOutline.d.ts +1 -1
  259. package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
  260. package/lib/typescript/components/buttons/ButtonSolid.d.ts +1 -1
  261. package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
  262. package/lib/typescript/components/buttons/IconButton.d.ts.map +1 -1
  263. package/lib/typescript/components/buttons/IconButtonContained.d.ts.map +1 -1
  264. package/lib/typescript/components/buttons/IconButtonSolid.d.ts.map +1 -1
  265. package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts +2 -1
  266. package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts.map +1 -1
  267. package/lib/typescript/components/checkbox/CheckboxLabel.d.ts +2 -1
  268. package/lib/typescript/components/checkbox/CheckboxLabel.d.ts.map +1 -1
  269. package/lib/typescript/components/common/AnimatedTick.d.ts +4 -3
  270. package/lib/typescript/components/common/AnimatedTick.d.ts.map +1 -1
  271. package/lib/typescript/components/common/LogoPaymentWithFallback.d.ts.map +1 -1
  272. package/lib/typescript/components/featureInfo/FeatureInfo.d.ts.map +1 -1
  273. package/lib/typescript/components/icons/Icon.d.ts +5 -3
  274. package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
  275. package/lib/typescript/components/layout/HeaderFirstLevel.d.ts.map +1 -1
  276. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
  277. package/lib/typescript/components/layout/index.d.ts +0 -1
  278. package/lib/typescript/components/layout/index.d.ts.map +1 -1
  279. package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
  280. package/lib/typescript/components/listitems/ListItemAmount.d.ts.map +1 -1
  281. package/lib/typescript/components/listitems/ListItemCheckbox.d.ts.map +1 -1
  282. package/lib/typescript/components/listitems/ListItemHeader.d.ts.map +1 -1
  283. package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
  284. package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
  285. package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
  286. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
  287. package/lib/typescript/components/listitems/ListItemRadio.d.ts.map +1 -1
  288. package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -1
  289. package/lib/typescript/components/listitems/ListItemSwitch.d.ts +2 -2
  290. package/lib/typescript/components/listitems/ListItemSwitch.d.ts.map +1 -1
  291. package/lib/typescript/components/listitems/ListItemTransaction.d.ts +1 -1
  292. package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
  293. package/lib/typescript/components/listitems/{PressableListItemsBase.d.ts → PressableListItemBase.d.ts} +3 -2
  294. package/lib/typescript/components/listitems/PressableListItemBase.d.ts.map +1 -0
  295. package/lib/typescript/components/listitems/index.d.ts +1 -1
  296. package/lib/typescript/components/listitems/index.d.ts.map +1 -1
  297. package/lib/typescript/components/modules/ModuleCredential.d.ts.map +1 -1
  298. package/lib/typescript/components/modules/ModuleNavigation.d.ts.map +1 -1
  299. package/lib/typescript/components/modules/PressableModuleBase.d.ts.map +1 -1
  300. package/lib/typescript/components/modules/index.d.ts +1 -1
  301. package/lib/typescript/components/modules/index.d.ts.map +1 -1
  302. package/lib/typescript/components/numberpad/NumberButton.d.ts.map +1 -1
  303. package/lib/typescript/components/pictograms/Pictogram.d.ts +5 -3
  304. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  305. package/lib/typescript/components/pictograms/types.d.ts +1 -2
  306. package/lib/typescript/components/pictograms/types.d.ts.map +1 -1
  307. package/lib/typescript/components/radio/AnimatedRadio.d.ts +2 -1
  308. package/lib/typescript/components/radio/AnimatedRadio.d.ts.map +1 -1
  309. package/lib/typescript/components/radio/RadioButtonLabel.d.ts +2 -1
  310. package/lib/typescript/components/radio/RadioButtonLabel.d.ts.map +1 -1
  311. package/lib/typescript/components/searchInput/SearchInput.d.ts.map +1 -1
  312. package/lib/typescript/components/spacer/Spacer.d.ts +1 -0
  313. package/lib/typescript/components/spacer/Spacer.d.ts.map +1 -1
  314. package/lib/typescript/components/stack/Stack.d.ts +2 -1
  315. package/lib/typescript/components/stack/Stack.d.ts.map +1 -1
  316. package/lib/typescript/components/tabs/TabItem.d.ts.map +1 -1
  317. package/lib/typescript/components/tag/Tag.d.ts +4 -2
  318. package/lib/typescript/components/tag/Tag.d.ts.map +1 -1
  319. package/lib/typescript/components/textInput/TextInput.d.ts +2 -1
  320. package/lib/typescript/components/textInput/TextInput.d.ts.map +1 -1
  321. package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
  322. package/lib/typescript/components/typography/BodyMonospace.d.ts +1 -1
  323. package/lib/typescript/components/typography/ButtonText.d.ts +1 -1
  324. package/lib/typescript/components/typography/Caption.d.ts +1 -1
  325. package/lib/typescript/components/typography/H1.d.ts +1 -1
  326. package/lib/typescript/components/typography/H2.d.ts +1 -1
  327. package/lib/typescript/components/typography/H3.d.ts +1 -1
  328. package/lib/typescript/components/typography/H4.d.ts +1 -1
  329. package/lib/typescript/components/typography/H5.d.ts +1 -1
  330. package/lib/typescript/components/typography/H6.d.ts +1 -1
  331. package/lib/typescript/components/typography/Hero.d.ts +1 -1
  332. package/lib/typescript/components/typography/IOText.d.ts.map +1 -1
  333. package/lib/typescript/components/typography/markdown/MdH1.d.ts +1 -1
  334. package/lib/typescript/components/typography/markdown/MdH2.d.ts +1 -1
  335. package/lib/typescript/components/typography/markdown/MdH3.d.ts +1 -1
  336. package/lib/typescript/core/IOAnimations.d.ts +6 -10
  337. package/lib/typescript/core/IOAnimations.d.ts.map +1 -1
  338. package/lib/typescript/core/IOStyles.d.ts +7 -7
  339. package/lib/typescript/hooks/index.d.ts +3 -0
  340. package/lib/typescript/hooks/index.d.ts.map +1 -0
  341. package/lib/typescript/hooks/useListItemAnimation.d.ts +10 -0
  342. package/lib/typescript/hooks/useListItemAnimation.d.ts.map +1 -0
  343. package/lib/typescript/hooks/useScaleAnimation.d.ts +10 -0
  344. package/lib/typescript/hooks/useScaleAnimation.d.ts.map +1 -0
  345. package/lib/typescript/index.d.ts +1 -0
  346. package/lib/typescript/index.d.ts.map +1 -1
  347. package/lib/typescript/utils/accessibility.d.ts +10 -0
  348. package/lib/typescript/utils/accessibility.d.ts.map +1 -1
  349. package/lib/typescript/utils/fonts.d.ts +2 -1
  350. package/lib/typescript/utils/fonts.d.ts.map +1 -1
  351. package/lib/typescript/utils/hooks/index.d.ts +3 -0
  352. package/lib/typescript/utils/hooks/index.d.ts.map +1 -0
  353. package/lib/typescript/utils/hooks/useSpringPressProgressValue.d.ts +7 -8
  354. package/lib/typescript/utils/hooks/useSpringPressProgressValue.d.ts.map +1 -1
  355. package/package.json +1 -1
  356. package/src/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +3 -3
  357. package/src/components/alert/Alert.tsx +49 -106
  358. package/src/components/alert/AlertEdgeToEdge.tsx +6 -46
  359. package/src/components/badge/Badge.tsx +29 -4
  360. package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +9 -5
  361. package/src/components/banner/Banner.tsx +6 -54
  362. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +6 -6
  363. package/src/components/buttons/ButtonLink.tsx +36 -89
  364. package/src/components/buttons/ButtonOutline.tsx +40 -75
  365. package/src/components/buttons/ButtonSolid.tsx +21 -67
  366. package/src/components/buttons/IconButton.tsx +12 -47
  367. package/src/components/buttons/IconButtonContained.tsx +21 -57
  368. package/src/components/buttons/IconButtonSolid.tsx +16 -46
  369. package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +61 -19
  370. package/src/components/checkbox/AnimatedCheckbox.tsx +36 -18
  371. package/src/components/checkbox/CheckboxLabel.tsx +22 -10
  372. package/src/components/common/AnimatedTick.tsx +9 -3
  373. package/src/components/common/LogoPaymentWithFallback.tsx +27 -5
  374. package/src/components/featureInfo/FeatureInfo.tsx +13 -9
  375. package/src/components/icons/Icon.tsx +23 -7
  376. package/src/components/layout/HeaderFirstLevel.tsx +11 -21
  377. package/src/components/layout/HeaderSecondLevel.tsx +5 -14
  378. package/src/components/layout/index.tsx +0 -1
  379. package/src/components/listitems/ListItemAction.tsx +28 -73
  380. package/src/components/listitems/ListItemAmount.tsx +16 -11
  381. package/src/components/listitems/ListItemCheckbox.tsx +39 -83
  382. package/src/components/listitems/ListItemHeader.tsx +14 -4
  383. package/src/components/listitems/ListItemInfo.tsx +27 -20
  384. package/src/components/listitems/ListItemInfoCopy.tsx +37 -86
  385. package/src/components/listitems/ListItemNav.tsx +55 -112
  386. package/src/components/listitems/ListItemNavAlert.tsx +42 -102
  387. package/src/components/listitems/ListItemRadio.tsx +60 -107
  388. package/src/components/listitems/ListItemRadioWithAmount.tsx +9 -3
  389. package/src/components/listitems/ListItemSwitch.tsx +21 -27
  390. package/src/components/listitems/ListItemTransaction.tsx +4 -1
  391. package/src/components/listitems/{PressableListItemsBase.tsx → PressableListItemBase.tsx} +7 -6
  392. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +442 -430
  393. package/src/components/listitems/__test__/listitem.test.tsx +1 -1
  394. package/src/components/listitems/index.tsx +1 -1
  395. package/src/components/modules/ModuleCredential.tsx +5 -2
  396. package/src/components/modules/ModuleNavigation.tsx +3 -1
  397. package/src/components/modules/PressableModuleBase.tsx +15 -8
  398. package/src/components/modules/index.tsx +1 -1
  399. package/src/components/numberpad/NumberButton.tsx +12 -43
  400. package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +40 -20
  401. package/src/components/pictograms/Pictogram.tsx +24 -5
  402. package/src/components/pictograms/types.ts +1 -3
  403. package/src/components/radio/AnimatedRadio.tsx +31 -15
  404. package/src/components/radio/RadioButtonLabel.tsx +16 -8
  405. package/src/components/searchInput/SearchInput.tsx +10 -5
  406. package/src/components/spacer/Spacer.tsx +21 -6
  407. package/src/components/stack/Stack.tsx +25 -14
  408. package/src/components/tabs/TabItem.tsx +15 -29
  409. package/src/components/tag/Tag.tsx +26 -8
  410. package/src/components/textInput/TextInput.tsx +2 -1
  411. package/src/components/textInput/TextInputBase.tsx +44 -11
  412. package/src/components/typography/IOText.tsx +5 -6
  413. package/src/components/typography/__test__/__snapshots__/ComposedBodyFromArray.test.tsx.snap +84 -84
  414. package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +50 -50
  415. package/src/core/IOAnimations.ts +8 -10
  416. package/src/hooks/index.tsx +2 -0
  417. package/src/hooks/useListItemAnimation.tsx +59 -0
  418. package/src/hooks/useScaleAnimation.tsx +41 -0
  419. package/src/index.tsx +1 -0
  420. package/src/utils/accessibility.ts +32 -1
  421. package/src/utils/fonts.ts +1 -0
  422. package/src/utils/hooks/index.tsx +2 -0
  423. package/src/utils/hooks/useSpringPressProgressValue.ts +14 -8
  424. package/lib/commonjs/components/layout/FooterWithButtons.js +0 -84
  425. package/lib/commonjs/components/layout/FooterWithButtons.js.map +0 -1
  426. package/lib/commonjs/components/listitems/PressableListItemsBase.js.map +0 -1
  427. package/lib/commonjs/components/listitems/hooks/useListItemSpringAnimation.js +0 -56
  428. package/lib/commonjs/components/listitems/hooks/useListItemSpringAnimation.js.map +0 -1
  429. package/lib/commonjs/components/modules/hooks/useModuleSpringAnimation.js +0 -41
  430. package/lib/commonjs/components/modules/hooks/useModuleSpringAnimation.js.map +0 -1
  431. package/lib/module/components/layout/FooterWithButtons.js +0 -75
  432. package/lib/module/components/layout/FooterWithButtons.js.map +0 -1
  433. package/lib/module/components/listitems/PressableListItemsBase.js.map +0 -1
  434. package/lib/module/components/listitems/hooks/useListItemSpringAnimation.js +0 -47
  435. package/lib/module/components/listitems/hooks/useListItemSpringAnimation.js.map +0 -1
  436. package/lib/module/components/modules/hooks/useModuleSpringAnimation.js +0 -34
  437. package/lib/module/components/modules/hooks/useModuleSpringAnimation.js.map +0 -1
  438. package/lib/typescript/components/layout/FooterWithButtons.d.ts +0 -16
  439. package/lib/typescript/components/layout/FooterWithButtons.d.ts.map +0 -1
  440. package/lib/typescript/components/listitems/PressableListItemsBase.d.ts.map +0 -1
  441. package/lib/typescript/components/listitems/hooks/useListItemSpringAnimation.d.ts +0 -13
  442. package/lib/typescript/components/listitems/hooks/useListItemSpringAnimation.d.ts.map +0 -1
  443. package/lib/typescript/components/modules/hooks/useModuleSpringAnimation.d.ts +0 -10
  444. package/lib/typescript/components/modules/hooks/useModuleSpringAnimation.d.ts.map +0 -1
  445. package/src/components/layout/FooterWithButtons.tsx +0 -90
  446. package/src/components/listitems/hooks/useListItemSpringAnimation.ts +0 -72
  447. package/src/components/modules/hooks/useModuleSpringAnimation.ts +0 -49
@@ -59,6 +59,9 @@ exports[`Test List Item Components - Experimental Enabled ListItemAction Snapsh
59
59
  "flexDirection": "row",
60
60
  "justifyContent": "space-between",
61
61
  },
62
+ {
63
+ "columnGap": 12,
64
+ },
62
65
  {
63
66
  "transform": [
64
67
  {
@@ -79,7 +82,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemAction Snapsh
79
82
  >
80
83
  <Text
81
84
  allowFontScaling={true}
82
- maxFontSizeMultiplier={1.25}
85
+ maxFontSizeMultiplier={1.5}
83
86
  style={
84
87
  [
85
88
  {},
@@ -166,7 +169,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemIDP Snapshot
166
169
  >
167
170
  <Text
168
171
  allowFontScaling={true}
169
- maxFontSizeMultiplier={1.25}
172
+ maxFontSizeMultiplier={1.5}
170
173
  style={
171
174
  [
172
175
  {
@@ -215,11 +218,16 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfo Snapshot
215
218
  >
216
219
  <View
217
220
  style={
218
- {
219
- "alignItems": "center",
220
- "flexDirection": "row",
221
- "justifyContent": "space-between",
222
- }
221
+ [
222
+ {
223
+ "alignItems": "center",
224
+ "flexDirection": "row",
225
+ "justifyContent": "space-between",
226
+ },
227
+ {
228
+ "columnGap": 12,
229
+ },
230
+ ]
223
231
  }
224
232
  >
225
233
  <View
@@ -235,7 +243,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfo Snapshot
235
243
  <Text
236
244
  allowFontScaling={true}
237
245
  dynamicTypeRamp="footnote"
238
- maxFontSizeMultiplier={1.25}
246
+ maxFontSizeMultiplier={1.5}
239
247
  style={
240
248
  [
241
249
  {},
@@ -255,7 +263,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfo Snapshot
255
263
  <Text
256
264
  allowFontScaling={true}
257
265
  dynamicTypeRamp="headline"
258
- maxFontSizeMultiplier={1.25}
266
+ maxFontSizeMultiplier={1.5}
259
267
  numberOfLines={2}
260
268
  style={
261
269
  [
@@ -312,6 +320,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
312
320
  onResponderTerminate={[Function]}
313
321
  onResponderTerminationRequest={[Function]}
314
322
  onStartShouldSetResponder={[Function]}
323
+ onTouchEnd={[Function]}
315
324
  >
316
325
  <View
317
326
  accessibilityElementsHidden={true}
@@ -337,6 +346,9 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
337
346
  "flexDirection": "row",
338
347
  "justifyContent": "space-between",
339
348
  },
349
+ {
350
+ "columnGap": 12,
351
+ },
340
352
  {
341
353
  "transform": [
342
354
  {
@@ -357,7 +369,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
357
369
  <Text
358
370
  allowFontScaling={true}
359
371
  dynamicTypeRamp="footnote"
360
- maxFontSizeMultiplier={1.25}
372
+ maxFontSizeMultiplier={1.5}
361
373
  style={
362
374
  [
363
375
  {},
@@ -377,7 +389,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
377
389
  <Text
378
390
  allowFontScaling={true}
379
391
  dynamicTypeRamp="headline"
380
- maxFontSizeMultiplier={1.25}
392
+ maxFontSizeMultiplier={1.5}
381
393
  numberOfLines={2}
382
394
  style={
383
395
  [
@@ -396,74 +408,66 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
396
408
  testValue
397
409
  </Text>
398
410
  </View>
399
- <View
411
+ <RNSVGSvgView
412
+ accessibilityElementsHidden={true}
413
+ accessibilityLabel=""
414
+ accessible={false}
415
+ align="xMidYMid"
416
+ bbHeight={24}
417
+ bbWidth={24}
418
+ focusable={false}
419
+ height={24}
420
+ importantForAccessibility="no-hide-descendants"
421
+ meetOrSlice={0}
422
+ minX={0}
423
+ minY={0}
400
424
  style={
401
- {
402
- "marginLeft": 12,
403
- }
425
+ [
426
+ {
427
+ "backgroundColor": "transparent",
428
+ "borderWidth": 0,
429
+ },
430
+ {
431
+ "color": "#0B3EE3",
432
+ },
433
+ {
434
+ "flex": 0,
435
+ "height": 24,
436
+ "width": 24,
437
+ },
438
+ ]
404
439
  }
440
+ tintColor="#0B3EE3"
441
+ vbHeight={24}
442
+ vbWidth={24}
443
+ width={24}
405
444
  >
406
- <RNSVGSvgView
407
- accessibilityElementsHidden={true}
408
- accessibilityLabel=""
409
- accessible={false}
410
- align="xMidYMid"
411
- bbHeight={24}
412
- bbWidth={24}
413
- focusable={false}
414
- height={24}
415
- importantForAccessibility="no-hide-descendants"
416
- meetOrSlice={0}
417
- minX={0}
418
- minY={0}
419
- style={
420
- [
421
- {
422
- "backgroundColor": "transparent",
423
- "borderWidth": 0,
424
- },
425
- {
426
- "color": "#0B3EE3",
427
- },
428
- {
429
- "flex": 0,
430
- "height": 24,
431
- "width": 24,
432
- },
433
- ]
445
+ <RNSVGGroup
446
+ fill={
447
+ {
448
+ "payload": 4278190080,
449
+ "type": 0,
450
+ }
434
451
  }
435
- tintColor="#0B3EE3"
436
- vbHeight={24}
437
- vbWidth={24}
438
- width={24}
439
452
  >
440
- <RNSVGGroup
453
+ <RNSVGPath
454
+ clipRule={0}
455
+ d="M12 18h8a2 2 0 0 0 2-2V9h-4a3 3 0 0 1-3-3V2h-3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2Zm9.332-11.987a2 2 0 0 1 .603.987H18a1 1 0 0 1-1-1V2.227a2 2 0 0 1 .406.281l3.926 3.505ZM14 20h-2a4 4 0 0 1-4-4V6H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2Zm2 0h4a4 4 0 0 0 4-4V7.505a4 4 0 0 0-1.336-2.984l-3.926-3.505A4 4 0 0 0 16.074 0H12a4 4 0 0 0-4 4H4a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4Z"
441
456
  fill={
442
457
  {
443
- "payload": 4278190080,
444
- "type": 0,
458
+ "type": 2,
445
459
  }
446
460
  }
447
- >
448
- <RNSVGPath
449
- clipRule={0}
450
- d="M12 18h8a2 2 0 0 0 2-2V9h-4a3 3 0 0 1-3-3V2h-3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2Zm9.332-11.987a2 2 0 0 1 .603.987H18a1 1 0 0 1-1-1V2.227a2 2 0 0 1 .406.281l3.926 3.505ZM14 20h-2a4 4 0 0 1-4-4V6H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2Zm2 0h4a4 4 0 0 0 4-4V7.505a4 4 0 0 0-1.336-2.984l-3.926-3.505A4 4 0 0 0 16.074 0H12a4 4 0 0 0-4 4H4a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4Z"
451
- fill={
452
- {
453
- "type": 2,
454
- }
455
- }
456
- fillRule={0}
457
- propList={
458
- [
459
- "fill",
460
- "fillRule",
461
- ]
462
- }
463
- />
464
- </RNSVGGroup>
465
- </RNSVGSvgView>
466
- </View>
461
+ fillRule={0}
462
+ propList={
463
+ [
464
+ "fill",
465
+ "fillRule",
466
+ ]
467
+ }
468
+ />
469
+ </RNSVGGroup>
470
+ </RNSVGSvgView>
467
471
  </View>
468
472
  </View>
469
473
  </View>
@@ -502,6 +506,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
502
506
  onResponderTerminate={[Function]}
503
507
  onResponderTerminationRequest={[Function]}
504
508
  onStartShouldSetResponder={[Function]}
509
+ onTouchEnd={[Function]}
505
510
  >
506
511
  <View
507
512
  style={
@@ -525,6 +530,9 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
525
530
  "flexDirection": "row",
526
531
  "justifyContent": "space-between",
527
532
  },
533
+ {
534
+ "columnGap": 12,
535
+ },
528
536
  {
529
537
  "transform": [
530
538
  {
@@ -545,7 +553,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
545
553
  <Text
546
554
  allowFontScaling={true}
547
555
  dynamicTypeRamp="headline"
548
- maxFontSizeMultiplier={1.25}
556
+ maxFontSizeMultiplier={1.5}
549
557
  style={
550
558
  [
551
559
  {},
@@ -661,6 +669,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
661
669
  onResponderTerminate={[Function]}
662
670
  onResponderTerminationRequest={[Function]}
663
671
  onStartShouldSetResponder={[Function]}
672
+ onTouchEnd={[Function]}
664
673
  >
665
674
  <View
666
675
  accessibilityElementsHidden={true}
@@ -686,6 +695,9 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
686
695
  "flexDirection": "row",
687
696
  "justifyContent": "space-between",
688
697
  },
698
+ {
699
+ "columnGap": 12,
700
+ },
689
701
  {
690
702
  "transform": [
691
703
  {
@@ -696,74 +708,66 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
696
708
  ]
697
709
  }
698
710
  >
699
- <View
711
+ <RNSVGSvgView
712
+ accessibilityElementsHidden={true}
713
+ accessibilityLabel=""
714
+ accessible={false}
715
+ align="xMidYMid"
716
+ bbHeight={24}
717
+ bbWidth={24}
718
+ focusable={false}
719
+ height={24}
720
+ importantForAccessibility="no-hide-descendants"
721
+ meetOrSlice={0}
722
+ minX={0}
723
+ minY={0}
700
724
  style={
701
- {
702
- "marginRight": 12,
703
- }
725
+ [
726
+ {
727
+ "backgroundColor": "transparent",
728
+ "borderWidth": 0,
729
+ },
730
+ {
731
+ "color": "#D13333",
732
+ },
733
+ {
734
+ "flex": 0,
735
+ "height": 24,
736
+ "width": 24,
737
+ },
738
+ ]
704
739
  }
740
+ tintColor="#D13333"
741
+ vbHeight={24}
742
+ vbWidth={24}
743
+ width={24}
705
744
  >
706
- <RNSVGSvgView
707
- accessibilityElementsHidden={true}
708
- accessibilityLabel=""
709
- accessible={false}
710
- align="xMidYMid"
711
- bbHeight={24}
712
- bbWidth={24}
713
- focusable={false}
714
- height={24}
715
- importantForAccessibility="no-hide-descendants"
716
- meetOrSlice={0}
717
- minX={0}
718
- minY={0}
719
- style={
720
- [
721
- {
722
- "backgroundColor": "transparent",
723
- "borderWidth": 0,
724
- },
725
- {
726
- "color": "#D13333",
727
- },
728
- {
729
- "flex": 0,
730
- "height": 24,
731
- "width": 24,
732
- },
733
- ]
745
+ <RNSVGGroup
746
+ fill={
747
+ {
748
+ "payload": 4278190080,
749
+ "type": 0,
750
+ }
734
751
  }
735
- tintColor="#D13333"
736
- vbHeight={24}
737
- vbWidth={24}
738
- width={24}
739
752
  >
740
- <RNSVGGroup
753
+ <RNSVGPath
754
+ clipRule={0}
755
+ d="M7.00702 1c-.73494 0-1.41405.39209-1.78152 1.02856L.2756 11.0274c-.36747.6365-.36747 1.4206 0 2.0571l4.9499 8.8783c.36747.6365 1.04658 1.0286 1.78152 1.0286h9.94288c.7349 0 1.414-.3921 1.7815-1.0286l4.993-8.8783c.3675-.6365.3675-1.4206 0-2.0571l-4.993-8.99884C18.3639 1.39209 17.6848 1 16.9499 1H7.00702Zm5.02608 13.5549c.5676 0 1.0283-.4601 1.0283-1.0277V5.52583c0-.56758-.4601-1.02769-1.0277-1.02769-.5676 0-1.0282.46011-1.0282 1.02769v8.00137c0 .5676.4601 1.0277 1.0276 1.0277Zm0 1.9431c.8436 0 1.5275.6839 1.5275 1.5275 0 .8436-.6839 1.5275-1.5275 1.5275-.8436 0-1.5274-.6839-1.5274-1.5275 0-.8436.6838-1.5275 1.5274-1.5275Z"
741
756
  fill={
742
757
  {
743
- "payload": 4278190080,
744
- "type": 0,
758
+ "type": 2,
745
759
  }
746
760
  }
747
- >
748
- <RNSVGPath
749
- clipRule={0}
750
- d="M7.00702 1c-.73494 0-1.41405.39209-1.78152 1.02856L.2756 11.0274c-.36747.6365-.36747 1.4206 0 2.0571l4.9499 8.8783c.36747.6365 1.04658 1.0286 1.78152 1.0286h9.94288c.7349 0 1.414-.3921 1.7815-1.0286l4.993-8.8783c.3675-.6365.3675-1.4206 0-2.0571l-4.993-8.99884C18.3639 1.39209 17.6848 1 16.9499 1H7.00702Zm5.02608 13.5549c.5676 0 1.0283-.4601 1.0283-1.0277V5.52583c0-.56758-.4601-1.02769-1.0277-1.02769-.5676 0-1.0282.46011-1.0282 1.02769v8.00137c0 .5676.4601 1.0277 1.0276 1.0277Zm0 1.9431c.8436 0 1.5275.6839 1.5275 1.5275 0 .8436-.6839 1.5275-1.5275 1.5275-.8436 0-1.5274-.6839-1.5274-1.5275 0-.8436.6838-1.5275 1.5274-1.5275Z"
751
- fill={
752
- {
753
- "type": 2,
754
- }
755
- }
756
- fillRule={0}
757
- propList={
758
- [
759
- "fill",
760
- "fillRule",
761
- ]
762
- }
763
- />
764
- </RNSVGGroup>
765
- </RNSVGSvgView>
766
- </View>
761
+ fillRule={0}
762
+ propList={
763
+ [
764
+ "fill",
765
+ "fillRule",
766
+ ]
767
+ }
768
+ />
769
+ </RNSVGGroup>
770
+ </RNSVGSvgView>
767
771
  <View
768
772
  style={
769
773
  {
@@ -774,7 +778,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
774
778
  <Text
775
779
  allowFontScaling={true}
776
780
  dynamicTypeRamp="headline"
777
- maxFontSizeMultiplier={1.25}
781
+ maxFontSizeMultiplier={1.5}
778
782
  style={
779
783
  [
780
784
  {},
@@ -792,74 +796,66 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
792
796
  testValue
793
797
  </Text>
794
798
  </View>
795
- <View
799
+ <RNSVGSvgView
800
+ accessibilityElementsHidden={true}
801
+ accessibilityLabel=""
802
+ accessible={false}
803
+ align="xMidYMid"
804
+ bbHeight={24}
805
+ bbWidth={24}
806
+ focusable={false}
807
+ height={24}
808
+ importantForAccessibility="no-hide-descendants"
809
+ meetOrSlice={0}
810
+ minX={0}
811
+ minY={0}
796
812
  style={
797
- {
798
- "marginLeft": 12,
799
- }
813
+ [
814
+ {
815
+ "backgroundColor": "transparent",
816
+ "borderWidth": 0,
817
+ },
818
+ {
819
+ "color": "#0B3EE3",
820
+ },
821
+ {
822
+ "flex": 0,
823
+ "height": 24,
824
+ "width": 24,
825
+ },
826
+ ]
800
827
  }
828
+ tintColor="#0B3EE3"
829
+ vbHeight={24}
830
+ vbWidth={24}
831
+ width={24}
801
832
  >
802
- <RNSVGSvgView
803
- accessibilityElementsHidden={true}
804
- accessibilityLabel=""
805
- accessible={false}
806
- align="xMidYMid"
807
- bbHeight={24}
808
- bbWidth={24}
809
- focusable={false}
810
- height={24}
811
- importantForAccessibility="no-hide-descendants"
812
- meetOrSlice={0}
813
- minX={0}
814
- minY={0}
815
- style={
816
- [
817
- {
818
- "backgroundColor": "transparent",
819
- "borderWidth": 0,
820
- },
821
- {
822
- "color": "#0B3EE3",
823
- },
824
- {
825
- "flex": 0,
826
- "height": 24,
827
- "width": 24,
828
- },
829
- ]
833
+ <RNSVGGroup
834
+ fill={
835
+ {
836
+ "payload": 4278190080,
837
+ "type": 0,
838
+ }
830
839
  }
831
- tintColor="#0B3EE3"
832
- vbHeight={24}
833
- vbWidth={24}
834
- width={24}
835
840
  >
836
- <RNSVGGroup
841
+ <RNSVGPath
842
+ clipRule={0}
843
+ d="M16.2929 5.29289c.3905-.39052 1.0237-.39052 1.4142 0l6 6.00001c.3905.3905.3905 1.0237 0 1.4142l-6 6c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L21.5858 12l-5.2929-5.29289c-.3905-.39053-.3905-1.02369 0-1.41422Z"
837
844
  fill={
838
845
  {
839
- "payload": 4278190080,
840
- "type": 0,
846
+ "type": 2,
841
847
  }
842
848
  }
843
- >
844
- <RNSVGPath
845
- clipRule={0}
846
- d="M16.2929 5.29289c.3905-.39052 1.0237-.39052 1.4142 0l6 6.00001c.3905.3905.3905 1.0237 0 1.4142l-6 6c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L21.5858 12l-5.2929-5.29289c-.3905-.39053-.3905-1.02369 0-1.41422Z"
847
- fill={
848
- {
849
- "type": 2,
850
- }
851
- }
852
- fillRule={0}
853
- propList={
854
- [
855
- "fill",
856
- "fillRule",
857
- ]
858
- }
859
- />
860
- </RNSVGGroup>
861
- </RNSVGSvgView>
862
- </View>
849
+ fillRule={0}
850
+ propList={
851
+ [
852
+ "fill",
853
+ "fillRule",
854
+ ]
855
+ }
856
+ />
857
+ </RNSVGGroup>
858
+ </RNSVGSvgView>
863
859
  </View>
864
860
  </View>
865
861
  </View>
@@ -944,7 +940,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
944
940
  <Text
945
941
  allowFontScaling={true}
946
942
  dynamicTypeRamp="headline"
947
- maxFontSizeMultiplier={1.25}
943
+ maxFontSizeMultiplier={1.5}
948
944
  numberOfLines={1}
949
945
  style={
950
946
  [
@@ -1032,7 +1028,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1032
1028
  <Text
1033
1029
  allowFontScaling={true}
1034
1030
  dynamicTypeRamp="footnote"
1035
- maxFontSizeMultiplier={1.25}
1031
+ maxFontSizeMultiplier={1.5}
1036
1032
  style={
1037
1033
  [
1038
1034
  {},
@@ -1066,7 +1062,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1066
1062
  <Text
1067
1063
  allowFontScaling={true}
1068
1064
  dynamicTypeRamp="headline"
1069
- maxFontSizeMultiplier={1.25}
1065
+ maxFontSizeMultiplier={1.5}
1070
1066
  style={
1071
1067
  [
1072
1068
  {},
@@ -1125,12 +1121,14 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1125
1121
  style={
1126
1122
  [
1127
1123
  {
1128
- "borderRadius": 12,
1129
1124
  "borderWidth": 2,
1130
- "height": 24,
1131
1125
  "left": 0,
1132
1126
  "position": "absolute",
1133
1127
  "top": 0,
1128
+ },
1129
+ {
1130
+ "borderRadius": 12,
1131
+ "height": 24,
1134
1132
  "width": 24,
1135
1133
  },
1136
1134
  {
@@ -1143,11 +1141,13 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1143
1141
  style={
1144
1142
  [
1145
1143
  {
1146
- "borderRadius": 12,
1147
- "height": 24,
1148
1144
  "left": 0,
1149
1145
  "position": "absolute",
1150
1146
  "top": 0,
1147
+ },
1148
+ {
1149
+ "borderRadius": 12,
1150
+ "height": 24,
1151
1151
  "width": 24,
1152
1152
  },
1153
1153
  {
@@ -1167,9 +1167,10 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1167
1167
  <View>
1168
1168
  <RNSVGSvgView
1169
1169
  align="xMidYMid"
1170
- bbHeight="100%"
1171
- bbWidth="100%"
1170
+ bbHeight={24}
1171
+ bbWidth={24}
1172
1172
  focusable={false}
1173
+ height={24}
1173
1174
  meetOrSlice={0}
1174
1175
  minX={0}
1175
1176
  minY={0}
@@ -1181,13 +1182,14 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1181
1182
  },
1182
1183
  {
1183
1184
  "flex": 0,
1184
- "height": "100%",
1185
- "width": "100%",
1185
+ "height": 24,
1186
+ "width": 24,
1186
1187
  },
1187
1188
  ]
1188
1189
  }
1189
1190
  vbHeight={24}
1190
1191
  vbWidth={24}
1192
+ width={24}
1191
1193
  >
1192
1194
  <RNSVGGroup
1193
1195
  fill={
@@ -1311,7 +1313,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1311
1313
  <Text
1312
1314
  allowFontScaling={true}
1313
1315
  dynamicTypeRamp="headline"
1314
- maxFontSizeMultiplier={1.25}
1316
+ maxFontSizeMultiplier={1.5}
1315
1317
  numberOfLines={1}
1316
1318
  style={
1317
1319
  [
@@ -1345,7 +1347,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1345
1347
  <Text
1346
1348
  allowFontScaling={true}
1347
1349
  dynamicTypeRamp="headline"
1348
- maxFontSizeMultiplier={1.25}
1350
+ maxFontSizeMultiplier={1.5}
1349
1351
  style={
1350
1352
  [
1351
1353
  {},
@@ -1404,12 +1406,14 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1404
1406
  style={
1405
1407
  [
1406
1408
  {
1407
- "borderRadius": 12,
1408
1409
  "borderWidth": 2,
1409
- "height": 24,
1410
1410
  "left": 0,
1411
1411
  "position": "absolute",
1412
1412
  "top": 0,
1413
+ },
1414
+ {
1415
+ "borderRadius": 12,
1416
+ "height": 24,
1413
1417
  "width": 24,
1414
1418
  },
1415
1419
  {
@@ -1422,11 +1426,13 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1422
1426
  style={
1423
1427
  [
1424
1428
  {
1425
- "borderRadius": 12,
1426
- "height": 24,
1427
1429
  "left": 0,
1428
1430
  "position": "absolute",
1429
1431
  "top": 0,
1432
+ },
1433
+ {
1434
+ "borderRadius": 12,
1435
+ "height": 24,
1430
1436
  "width": 24,
1431
1437
  },
1432
1438
  {
@@ -1725,6 +1731,9 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
1725
1731
  "flexDirection": "row",
1726
1732
  "justifyContent": "space-between",
1727
1733
  },
1734
+ {
1735
+ "columnGap": 12,
1736
+ },
1728
1737
  {
1729
1738
  "transform": [
1730
1739
  {
@@ -1744,8 +1753,8 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
1744
1753
  }
1745
1754
  >
1746
1755
  <Text
1747
- allowFontScaling={false}
1748
- maxFontSizeMultiplier={1.25}
1756
+ allowFontScaling={true}
1757
+ maxFontSizeMultiplier={1.5}
1749
1758
  style={
1750
1759
  [
1751
1760
  {},
@@ -1831,8 +1840,8 @@ exports[`Test List Item Components ListItemIDP Snapshot 1`] = `
1831
1840
  }
1832
1841
  >
1833
1842
  <Text
1834
- allowFontScaling={false}
1835
- maxFontSizeMultiplier={1.25}
1843
+ allowFontScaling={true}
1844
+ maxFontSizeMultiplier={1.5}
1836
1845
  style={
1837
1846
  [
1838
1847
  {
@@ -1881,11 +1890,16 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
1881
1890
  >
1882
1891
  <View
1883
1892
  style={
1884
- {
1885
- "alignItems": "center",
1886
- "flexDirection": "row",
1887
- "justifyContent": "space-between",
1888
- }
1893
+ [
1894
+ {
1895
+ "alignItems": "center",
1896
+ "flexDirection": "row",
1897
+ "justifyContent": "space-between",
1898
+ },
1899
+ {
1900
+ "columnGap": 12,
1901
+ },
1902
+ ]
1889
1903
  }
1890
1904
  >
1891
1905
  <View
@@ -1899,9 +1913,9 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
1899
1913
  accessible={true}
1900
1914
  >
1901
1915
  <Text
1902
- allowFontScaling={false}
1916
+ allowFontScaling={true}
1903
1917
  dynamicTypeRamp="footnote"
1904
- maxFontSizeMultiplier={1.25}
1918
+ maxFontSizeMultiplier={1.5}
1905
1919
  style={
1906
1920
  [
1907
1921
  {},
@@ -1919,9 +1933,9 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
1919
1933
  label
1920
1934
  </Text>
1921
1935
  <Text
1922
- allowFontScaling={false}
1936
+ allowFontScaling={true}
1923
1937
  dynamicTypeRamp="headline"
1924
- maxFontSizeMultiplier={1.25}
1938
+ maxFontSizeMultiplier={1.5}
1925
1939
  numberOfLines={2}
1926
1940
  style={
1927
1941
  [
@@ -1978,6 +1992,7 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
1978
1992
  onResponderTerminate={[Function]}
1979
1993
  onResponderTerminationRequest={[Function]}
1980
1994
  onStartShouldSetResponder={[Function]}
1995
+ onTouchEnd={[Function]}
1981
1996
  >
1982
1997
  <View
1983
1998
  accessibilityElementsHidden={true}
@@ -2003,6 +2018,9 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
2003
2018
  "flexDirection": "row",
2004
2019
  "justifyContent": "space-between",
2005
2020
  },
2021
+ {
2022
+ "columnGap": 12,
2023
+ },
2006
2024
  {
2007
2025
  "transform": [
2008
2026
  {
@@ -2021,9 +2039,9 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
2021
2039
  }
2022
2040
  >
2023
2041
  <Text
2024
- allowFontScaling={false}
2042
+ allowFontScaling={true}
2025
2043
  dynamicTypeRamp="footnote"
2026
- maxFontSizeMultiplier={1.25}
2044
+ maxFontSizeMultiplier={1.5}
2027
2045
  style={
2028
2046
  [
2029
2047
  {},
@@ -2041,15 +2059,15 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
2041
2059
  label
2042
2060
  </Text>
2043
2061
  <Text
2044
- allowFontScaling={false}
2062
+ allowFontScaling={true}
2045
2063
  dynamicTypeRamp="headline"
2046
- maxFontSizeMultiplier={1.25}
2064
+ maxFontSizeMultiplier={1.5}
2047
2065
  numberOfLines={2}
2048
2066
  style={
2049
2067
  [
2050
2068
  {},
2051
2069
  {
2052
- "color": "#0073E6",
2070
+ "color": "#0B3EE3",
2053
2071
  "fontFamily": "Titillium Sans Pro",
2054
2072
  "fontSize": 17,
2055
2073
  "fontStyle": "normal",
@@ -2062,74 +2080,66 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
2062
2080
  testValue
2063
2081
  </Text>
2064
2082
  </View>
2065
- <View
2083
+ <RNSVGSvgView
2084
+ accessibilityElementsHidden={true}
2085
+ accessibilityLabel=""
2086
+ accessible={false}
2087
+ align="xMidYMid"
2088
+ bbHeight={24}
2089
+ bbWidth={24}
2090
+ focusable={false}
2091
+ height={24}
2092
+ importantForAccessibility="no-hide-descendants"
2093
+ meetOrSlice={0}
2094
+ minX={0}
2095
+ minY={0}
2066
2096
  style={
2067
- {
2068
- "marginLeft": 12,
2069
- }
2097
+ [
2098
+ {
2099
+ "backgroundColor": "transparent",
2100
+ "borderWidth": 0,
2101
+ },
2102
+ {
2103
+ "color": "#0B3EE3",
2104
+ },
2105
+ {
2106
+ "flex": 0,
2107
+ "height": 24,
2108
+ "width": 24,
2109
+ },
2110
+ ]
2070
2111
  }
2112
+ tintColor="#0B3EE3"
2113
+ vbHeight={24}
2114
+ vbWidth={24}
2115
+ width={24}
2071
2116
  >
2072
- <RNSVGSvgView
2073
- accessibilityElementsHidden={true}
2074
- accessibilityLabel=""
2075
- accessible={false}
2076
- align="xMidYMid"
2077
- bbHeight={24}
2078
- bbWidth={24}
2079
- focusable={false}
2080
- height={24}
2081
- importantForAccessibility="no-hide-descendants"
2082
- meetOrSlice={0}
2083
- minX={0}
2084
- minY={0}
2085
- style={
2086
- [
2087
- {
2088
- "backgroundColor": "transparent",
2089
- "borderWidth": 0,
2090
- },
2091
- {
2092
- "color": "#0073E6",
2093
- },
2094
- {
2095
- "flex": 0,
2096
- "height": 24,
2097
- "width": 24,
2098
- },
2099
- ]
2117
+ <RNSVGGroup
2118
+ fill={
2119
+ {
2120
+ "payload": 4278190080,
2121
+ "type": 0,
2122
+ }
2100
2123
  }
2101
- tintColor="#0073E6"
2102
- vbHeight={24}
2103
- vbWidth={24}
2104
- width={24}
2105
2124
  >
2106
- <RNSVGGroup
2125
+ <RNSVGPath
2126
+ clipRule={0}
2127
+ d="M12 18h8a2 2 0 0 0 2-2V9h-4a3 3 0 0 1-3-3V2h-3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2Zm9.332-11.987a2 2 0 0 1 .603.987H18a1 1 0 0 1-1-1V2.227a2 2 0 0 1 .406.281l3.926 3.505ZM14 20h-2a4 4 0 0 1-4-4V6H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2Zm2 0h4a4 4 0 0 0 4-4V7.505a4 4 0 0 0-1.336-2.984l-3.926-3.505A4 4 0 0 0 16.074 0H12a4 4 0 0 0-4 4H4a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4Z"
2107
2128
  fill={
2108
2129
  {
2109
- "payload": 4278190080,
2110
- "type": 0,
2130
+ "type": 2,
2111
2131
  }
2112
2132
  }
2113
- >
2114
- <RNSVGPath
2115
- clipRule={0}
2116
- d="M12 18h8a2 2 0 0 0 2-2V9h-4a3 3 0 0 1-3-3V2h-3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2Zm9.332-11.987a2 2 0 0 1 .603.987H18a1 1 0 0 1-1-1V2.227a2 2 0 0 1 .406.281l3.926 3.505ZM14 20h-2a4 4 0 0 1-4-4V6H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2Zm2 0h4a4 4 0 0 0 4-4V7.505a4 4 0 0 0-1.336-2.984l-3.926-3.505A4 4 0 0 0 16.074 0H12a4 4 0 0 0-4 4H4a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4Z"
2117
- fill={
2118
- {
2119
- "type": 2,
2120
- }
2121
- }
2122
- fillRule={0}
2123
- propList={
2124
- [
2125
- "fill",
2126
- "fillRule",
2127
- ]
2128
- }
2129
- />
2130
- </RNSVGGroup>
2131
- </RNSVGSvgView>
2132
- </View>
2133
+ fillRule={0}
2134
+ propList={
2135
+ [
2136
+ "fill",
2137
+ "fillRule",
2138
+ ]
2139
+ }
2140
+ />
2141
+ </RNSVGGroup>
2142
+ </RNSVGSvgView>
2133
2143
  </View>
2134
2144
  </View>
2135
2145
  </View>
@@ -2168,6 +2178,7 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
2168
2178
  onResponderTerminate={[Function]}
2169
2179
  onResponderTerminationRequest={[Function]}
2170
2180
  onStartShouldSetResponder={[Function]}
2181
+ onTouchEnd={[Function]}
2171
2182
  >
2172
2183
  <View
2173
2184
  style={
@@ -2191,6 +2202,9 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
2191
2202
  "flexDirection": "row",
2192
2203
  "justifyContent": "space-between",
2193
2204
  },
2205
+ {
2206
+ "columnGap": 12,
2207
+ },
2194
2208
  {
2195
2209
  "transform": [
2196
2210
  {
@@ -2209,9 +2223,9 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
2209
2223
  }
2210
2224
  >
2211
2225
  <Text
2212
- allowFontScaling={false}
2226
+ allowFontScaling={true}
2213
2227
  dynamicTypeRamp="headline"
2214
- maxFontSizeMultiplier={1.25}
2228
+ maxFontSizeMultiplier={1.5}
2215
2229
  style={
2216
2230
  [
2217
2231
  {},
@@ -2249,7 +2263,7 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
2249
2263
  "borderWidth": 0,
2250
2264
  },
2251
2265
  {
2252
- "color": "#0073E6",
2266
+ "color": "#0B3EE3",
2253
2267
  },
2254
2268
  {
2255
2269
  "flex": 0,
@@ -2258,7 +2272,7 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
2258
2272
  },
2259
2273
  ]
2260
2274
  }
2261
- tintColor="#0073E6"
2275
+ tintColor="#0B3EE3"
2262
2276
  vbHeight={24}
2263
2277
  vbWidth={24}
2264
2278
  width={24}
@@ -2327,6 +2341,7 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2327
2341
  onResponderTerminate={[Function]}
2328
2342
  onResponderTerminationRequest={[Function]}
2329
2343
  onStartShouldSetResponder={[Function]}
2344
+ onTouchEnd={[Function]}
2330
2345
  >
2331
2346
  <View
2332
2347
  accessibilityElementsHidden={true}
@@ -2352,6 +2367,9 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2352
2367
  "flexDirection": "row",
2353
2368
  "justifyContent": "space-between",
2354
2369
  },
2370
+ {
2371
+ "columnGap": 12,
2372
+ },
2355
2373
  {
2356
2374
  "transform": [
2357
2375
  {
@@ -2362,74 +2380,66 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2362
2380
  ]
2363
2381
  }
2364
2382
  >
2365
- <View
2383
+ <RNSVGSvgView
2384
+ accessibilityElementsHidden={true}
2385
+ accessibilityLabel=""
2386
+ accessible={false}
2387
+ align="xMidYMid"
2388
+ bbHeight={24}
2389
+ bbWidth={24}
2390
+ focusable={false}
2391
+ height={24}
2392
+ importantForAccessibility="no-hide-descendants"
2393
+ meetOrSlice={0}
2394
+ minX={0}
2395
+ minY={0}
2366
2396
  style={
2367
- {
2368
- "marginRight": 12,
2369
- }
2397
+ [
2398
+ {
2399
+ "backgroundColor": "transparent",
2400
+ "borderWidth": 0,
2401
+ },
2402
+ {
2403
+ "color": "#D13333",
2404
+ },
2405
+ {
2406
+ "flex": 0,
2407
+ "height": 24,
2408
+ "width": 24,
2409
+ },
2410
+ ]
2370
2411
  }
2412
+ tintColor="#D13333"
2413
+ vbHeight={24}
2414
+ vbWidth={24}
2415
+ width={24}
2371
2416
  >
2372
- <RNSVGSvgView
2373
- accessibilityElementsHidden={true}
2374
- accessibilityLabel=""
2375
- accessible={false}
2376
- align="xMidYMid"
2377
- bbHeight={24}
2378
- bbWidth={24}
2379
- focusable={false}
2380
- height={24}
2381
- importantForAccessibility="no-hide-descendants"
2382
- meetOrSlice={0}
2383
- minX={0}
2384
- minY={0}
2385
- style={
2386
- [
2387
- {
2388
- "backgroundColor": "transparent",
2389
- "borderWidth": 0,
2390
- },
2391
- {
2392
- "color": "#D13333",
2393
- },
2394
- {
2395
- "flex": 0,
2396
- "height": 24,
2397
- "width": 24,
2398
- },
2399
- ]
2417
+ <RNSVGGroup
2418
+ fill={
2419
+ {
2420
+ "payload": 4278190080,
2421
+ "type": 0,
2422
+ }
2400
2423
  }
2401
- tintColor="#D13333"
2402
- vbHeight={24}
2403
- vbWidth={24}
2404
- width={24}
2405
2424
  >
2406
- <RNSVGGroup
2425
+ <RNSVGPath
2426
+ clipRule={0}
2427
+ d="M7.00702 1c-.73494 0-1.41405.39209-1.78152 1.02856L.2756 11.0274c-.36747.6365-.36747 1.4206 0 2.0571l4.9499 8.8783c.36747.6365 1.04658 1.0286 1.78152 1.0286h9.94288c.7349 0 1.414-.3921 1.7815-1.0286l4.993-8.8783c.3675-.6365.3675-1.4206 0-2.0571l-4.993-8.99884C18.3639 1.39209 17.6848 1 16.9499 1H7.00702Zm5.02608 13.5549c.5676 0 1.0283-.4601 1.0283-1.0277V5.52583c0-.56758-.4601-1.02769-1.0277-1.02769-.5676 0-1.0282.46011-1.0282 1.02769v8.00137c0 .5676.4601 1.0277 1.0276 1.0277Zm0 1.9431c.8436 0 1.5275.6839 1.5275 1.5275 0 .8436-.6839 1.5275-1.5275 1.5275-.8436 0-1.5274-.6839-1.5274-1.5275 0-.8436.6838-1.5275 1.5274-1.5275Z"
2407
2428
  fill={
2408
2429
  {
2409
- "payload": 4278190080,
2410
- "type": 0,
2430
+ "type": 2,
2411
2431
  }
2412
2432
  }
2413
- >
2414
- <RNSVGPath
2415
- clipRule={0}
2416
- d="M7.00702 1c-.73494 0-1.41405.39209-1.78152 1.02856L.2756 11.0274c-.36747.6365-.36747 1.4206 0 2.0571l4.9499 8.8783c.36747.6365 1.04658 1.0286 1.78152 1.0286h9.94288c.7349 0 1.414-.3921 1.7815-1.0286l4.993-8.8783c.3675-.6365.3675-1.4206 0-2.0571l-4.993-8.99884C18.3639 1.39209 17.6848 1 16.9499 1H7.00702Zm5.02608 13.5549c.5676 0 1.0283-.4601 1.0283-1.0277V5.52583c0-.56758-.4601-1.02769-1.0277-1.02769-.5676 0-1.0282.46011-1.0282 1.02769v8.00137c0 .5676.4601 1.0277 1.0276 1.0277Zm0 1.9431c.8436 0 1.5275.6839 1.5275 1.5275 0 .8436-.6839 1.5275-1.5275 1.5275-.8436 0-1.5274-.6839-1.5274-1.5275 0-.8436.6838-1.5275 1.5274-1.5275Z"
2417
- fill={
2418
- {
2419
- "type": 2,
2420
- }
2421
- }
2422
- fillRule={0}
2423
- propList={
2424
- [
2425
- "fill",
2426
- "fillRule",
2427
- ]
2428
- }
2429
- />
2430
- </RNSVGGroup>
2431
- </RNSVGSvgView>
2432
- </View>
2433
+ fillRule={0}
2434
+ propList={
2435
+ [
2436
+ "fill",
2437
+ "fillRule",
2438
+ ]
2439
+ }
2440
+ />
2441
+ </RNSVGGroup>
2442
+ </RNSVGSvgView>
2433
2443
  <View
2434
2444
  style={
2435
2445
  {
@@ -2438,9 +2448,9 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2438
2448
  }
2439
2449
  >
2440
2450
  <Text
2441
- allowFontScaling={false}
2451
+ allowFontScaling={true}
2442
2452
  dynamicTypeRamp="headline"
2443
- maxFontSizeMultiplier={1.25}
2453
+ maxFontSizeMultiplier={1.5}
2444
2454
  style={
2445
2455
  [
2446
2456
  {},
@@ -2458,74 +2468,66 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2458
2468
  testValue
2459
2469
  </Text>
2460
2470
  </View>
2461
- <View
2471
+ <RNSVGSvgView
2472
+ accessibilityElementsHidden={true}
2473
+ accessibilityLabel=""
2474
+ accessible={false}
2475
+ align="xMidYMid"
2476
+ bbHeight={24}
2477
+ bbWidth={24}
2478
+ focusable={false}
2479
+ height={24}
2480
+ importantForAccessibility="no-hide-descendants"
2481
+ meetOrSlice={0}
2482
+ minX={0}
2483
+ minY={0}
2462
2484
  style={
2463
- {
2464
- "marginLeft": 12,
2465
- }
2485
+ [
2486
+ {
2487
+ "backgroundColor": "transparent",
2488
+ "borderWidth": 0,
2489
+ },
2490
+ {
2491
+ "color": "#0073E6",
2492
+ },
2493
+ {
2494
+ "flex": 0,
2495
+ "height": 24,
2496
+ "width": 24,
2497
+ },
2498
+ ]
2466
2499
  }
2500
+ tintColor="#0073E6"
2501
+ vbHeight={24}
2502
+ vbWidth={24}
2503
+ width={24}
2467
2504
  >
2468
- <RNSVGSvgView
2469
- accessibilityElementsHidden={true}
2470
- accessibilityLabel=""
2471
- accessible={false}
2472
- align="xMidYMid"
2473
- bbHeight={24}
2474
- bbWidth={24}
2475
- focusable={false}
2476
- height={24}
2477
- importantForAccessibility="no-hide-descendants"
2478
- meetOrSlice={0}
2479
- minX={0}
2480
- minY={0}
2481
- style={
2482
- [
2483
- {
2484
- "backgroundColor": "transparent",
2485
- "borderWidth": 0,
2486
- },
2487
- {
2488
- "color": "#0073E6",
2489
- },
2490
- {
2491
- "flex": 0,
2492
- "height": 24,
2493
- "width": 24,
2494
- },
2495
- ]
2505
+ <RNSVGGroup
2506
+ fill={
2507
+ {
2508
+ "payload": 4278190080,
2509
+ "type": 0,
2510
+ }
2496
2511
  }
2497
- tintColor="#0073E6"
2498
- vbHeight={24}
2499
- vbWidth={24}
2500
- width={24}
2501
2512
  >
2502
- <RNSVGGroup
2513
+ <RNSVGPath
2514
+ clipRule={0}
2515
+ d="M16.2929 5.29289c.3905-.39052 1.0237-.39052 1.4142 0l6 6.00001c.3905.3905.3905 1.0237 0 1.4142l-6 6c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L21.5858 12l-5.2929-5.29289c-.3905-.39053-.3905-1.02369 0-1.41422Z"
2503
2516
  fill={
2504
2517
  {
2505
- "payload": 4278190080,
2506
- "type": 0,
2518
+ "type": 2,
2507
2519
  }
2508
2520
  }
2509
- >
2510
- <RNSVGPath
2511
- clipRule={0}
2512
- d="M16.2929 5.29289c.3905-.39052 1.0237-.39052 1.4142 0l6 6.00001c.3905.3905.3905 1.0237 0 1.4142l-6 6c-.3905.3905-1.0237.3905-1.4142 0-.3905-.3905-.3905-1.0237 0-1.4142L21.5858 12l-5.2929-5.29289c-.3905-.39053-.3905-1.02369 0-1.41422Z"
2513
- fill={
2514
- {
2515
- "type": 2,
2516
- }
2517
- }
2518
- fillRule={0}
2519
- propList={
2520
- [
2521
- "fill",
2522
- "fillRule",
2523
- ]
2524
- }
2525
- />
2526
- </RNSVGGroup>
2527
- </RNSVGSvgView>
2528
- </View>
2521
+ fillRule={0}
2522
+ propList={
2523
+ [
2524
+ "fill",
2525
+ "fillRule",
2526
+ ]
2527
+ }
2528
+ />
2529
+ </RNSVGGroup>
2530
+ </RNSVGSvgView>
2529
2531
  </View>
2530
2532
  </View>
2531
2533
  </View>
@@ -2608,9 +2610,9 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2608
2610
  }
2609
2611
  >
2610
2612
  <Text
2611
- allowFontScaling={false}
2613
+ allowFontScaling={true}
2612
2614
  dynamicTypeRamp="headline"
2613
- maxFontSizeMultiplier={1.25}
2615
+ maxFontSizeMultiplier={1.5}
2614
2616
  numberOfLines={1}
2615
2617
  style={
2616
2618
  [
@@ -2696,9 +2698,9 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2696
2698
  </RNSVGGroup>
2697
2699
  </RNSVGSvgView>
2698
2700
  <Text
2699
- allowFontScaling={false}
2701
+ allowFontScaling={true}
2700
2702
  dynamicTypeRamp="footnote"
2701
- maxFontSizeMultiplier={1.25}
2703
+ maxFontSizeMultiplier={1.5}
2702
2704
  style={
2703
2705
  [
2704
2706
  {},
@@ -2730,9 +2732,9 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2730
2732
  }
2731
2733
  >
2732
2734
  <Text
2733
- allowFontScaling={false}
2735
+ allowFontScaling={true}
2734
2736
  dynamicTypeRamp="headline"
2735
- maxFontSizeMultiplier={1.25}
2737
+ maxFontSizeMultiplier={1.5}
2736
2738
  style={
2737
2739
  [
2738
2740
  {},
@@ -2791,12 +2793,14 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2791
2793
  style={
2792
2794
  [
2793
2795
  {
2794
- "borderRadius": 12,
2795
2796
  "borderWidth": 2,
2796
- "height": 24,
2797
2797
  "left": 0,
2798
2798
  "position": "absolute",
2799
2799
  "top": 0,
2800
+ },
2801
+ {
2802
+ "borderRadius": 12,
2803
+ "height": 24,
2800
2804
  "width": 24,
2801
2805
  },
2802
2806
  {
@@ -2809,11 +2813,13 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2809
2813
  style={
2810
2814
  [
2811
2815
  {
2812
- "borderRadius": 12,
2813
- "height": 24,
2814
2816
  "left": 0,
2815
2817
  "position": "absolute",
2816
2818
  "top": 0,
2819
+ },
2820
+ {
2821
+ "borderRadius": 12,
2822
+ "height": 24,
2817
2823
  "width": 24,
2818
2824
  },
2819
2825
  {
@@ -2833,9 +2839,10 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2833
2839
  <View>
2834
2840
  <RNSVGSvgView
2835
2841
  align="xMidYMid"
2836
- bbHeight="100%"
2837
- bbWidth="100%"
2842
+ bbHeight={24}
2843
+ bbWidth={24}
2838
2844
  focusable={false}
2845
+ height={24}
2839
2846
  meetOrSlice={0}
2840
2847
  minX={0}
2841
2848
  minY={0}
@@ -2847,13 +2854,14 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2847
2854
  },
2848
2855
  {
2849
2856
  "flex": 0,
2850
- "height": "100%",
2851
- "width": "100%",
2857
+ "height": 24,
2858
+ "width": 24,
2852
2859
  },
2853
2860
  ]
2854
2861
  }
2855
2862
  vbHeight={24}
2856
2863
  vbWidth={24}
2864
+ width={24}
2857
2865
  >
2858
2866
  <RNSVGGroup
2859
2867
  fill={
@@ -2975,9 +2983,9 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
2975
2983
  }
2976
2984
  >
2977
2985
  <Text
2978
- allowFontScaling={false}
2986
+ allowFontScaling={true}
2979
2987
  dynamicTypeRamp="headline"
2980
- maxFontSizeMultiplier={1.25}
2988
+ maxFontSizeMultiplier={1.5}
2981
2989
  numberOfLines={1}
2982
2990
  style={
2983
2991
  [
@@ -3009,9 +3017,9 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
3009
3017
  }
3010
3018
  >
3011
3019
  <Text
3012
- allowFontScaling={false}
3020
+ allowFontScaling={true}
3013
3021
  dynamicTypeRamp="headline"
3014
- maxFontSizeMultiplier={1.25}
3022
+ maxFontSizeMultiplier={1.5}
3015
3023
  style={
3016
3024
  [
3017
3025
  {},
@@ -3070,12 +3078,14 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
3070
3078
  style={
3071
3079
  [
3072
3080
  {
3073
- "borderRadius": 12,
3074
3081
  "borderWidth": 2,
3075
- "height": 24,
3076
3082
  "left": 0,
3077
3083
  "position": "absolute",
3078
3084
  "top": 0,
3085
+ },
3086
+ {
3087
+ "borderRadius": 12,
3088
+ "height": 24,
3079
3089
  "width": 24,
3080
3090
  },
3081
3091
  {
@@ -3088,11 +3098,13 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
3088
3098
  style={
3089
3099
  [
3090
3100
  {
3091
- "borderRadius": 12,
3092
- "height": 24,
3093
3101
  "left": 0,
3094
3102
  "position": "absolute",
3095
3103
  "top": 0,
3104
+ },
3105
+ {
3106
+ "borderRadius": 12,
3107
+ "height": 24,
3096
3108
  "width": 24,
3097
3109
  },
3098
3110
  {