@pagopa/io-app-design-system 4.3.0 → 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 (308) hide show
  1. package/lib/commonjs/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +3 -3
  2. package/lib/commonjs/components/alert/Alert.js +34 -34
  3. package/lib/commonjs/components/alert/Alert.js.map +1 -1
  4. package/lib/commonjs/components/badge/Badge.js +16 -3
  5. package/lib/commonjs/components/badge/Badge.js.map +1 -1
  6. package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +9 -5
  7. package/lib/commonjs/components/banner/Banner.js.map +1 -1
  8. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +6 -6
  9. package/lib/commonjs/components/buttons/ButtonLink.js +6 -1
  10. package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
  11. package/lib/commonjs/components/buttons/ButtonOutline.js +11 -9
  12. package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
  13. package/lib/commonjs/components/buttons/ButtonSolid.js +10 -6
  14. package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
  15. package/lib/commonjs/components/buttons/IconButton.js +2 -0
  16. package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
  17. package/lib/commonjs/components/buttons/IconButtonSolid.js +1 -0
  18. package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
  19. package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +27 -9
  20. package/lib/commonjs/components/checkbox/AnimatedCheckbox.js +23 -18
  21. package/lib/commonjs/components/checkbox/AnimatedCheckbox.js.map +1 -1
  22. package/lib/commonjs/components/checkbox/CheckboxLabel.js +13 -8
  23. package/lib/commonjs/components/checkbox/CheckboxLabel.js.map +1 -1
  24. package/lib/commonjs/components/common/AnimatedTick.js +7 -3
  25. package/lib/commonjs/components/common/AnimatedTick.js.map +1 -1
  26. package/lib/commonjs/components/common/LogoPaymentWithFallback.js +9 -3
  27. package/lib/commonjs/components/common/LogoPaymentWithFallback.js.map +1 -1
  28. package/lib/commonjs/components/featureInfo/FeatureInfo.js +9 -6
  29. package/lib/commonjs/components/featureInfo/FeatureInfo.js.map +1 -1
  30. package/lib/commonjs/components/icons/Icon.js +14 -7
  31. package/lib/commonjs/components/icons/Icon.js.map +1 -1
  32. package/lib/commonjs/components/layout/HeaderFirstLevel.js +7 -10
  33. package/lib/commonjs/components/layout/HeaderFirstLevel.js.map +1 -1
  34. package/lib/commonjs/components/layout/HeaderSecondLevel.js +8 -9
  35. package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
  36. package/lib/commonjs/components/listitems/ListItemAction.js +11 -7
  37. package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
  38. package/lib/commonjs/components/listitems/ListItemAmount.js +13 -11
  39. package/lib/commonjs/components/listitems/ListItemAmount.js.map +1 -1
  40. package/lib/commonjs/components/listitems/ListItemCheckbox.js +12 -7
  41. package/lib/commonjs/components/listitems/ListItemCheckbox.js.map +1 -1
  42. package/lib/commonjs/components/listitems/ListItemHeader.js +9 -2
  43. package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -1
  44. package/lib/commonjs/components/listitems/ListItemInfo.js +14 -17
  45. package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
  46. package/lib/commonjs/components/listitems/ListItemInfoCopy.js +15 -13
  47. package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
  48. package/lib/commonjs/components/listitems/ListItemNav.js +20 -17
  49. package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
  50. package/lib/commonjs/components/listitems/ListItemNavAlert.js +19 -14
  51. package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
  52. package/lib/commonjs/components/listitems/ListItemRadio.js +24 -9
  53. package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
  54. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +5 -0
  55. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -1
  56. package/lib/commonjs/components/listitems/ListItemSwitch.js +12 -14
  57. package/lib/commonjs/components/listitems/ListItemSwitch.js.map +1 -1
  58. package/lib/commonjs/components/listitems/ListItemTransaction.js +2 -0
  59. package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
  60. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +435 -429
  61. package/lib/commonjs/components/modules/ModuleCredential.js +7 -2
  62. package/lib/commonjs/components/modules/ModuleCredential.js.map +1 -1
  63. package/lib/commonjs/components/modules/ModuleNavigation.js +5 -1
  64. package/lib/commonjs/components/modules/ModuleNavigation.js.map +1 -1
  65. package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +20 -20
  66. package/lib/commonjs/components/pictograms/Pictogram.js +17 -4
  67. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  68. package/lib/commonjs/components/radio/AnimatedRadio.js +16 -15
  69. package/lib/commonjs/components/radio/AnimatedRadio.js.map +1 -1
  70. package/lib/commonjs/components/radio/RadioButtonLabel.js +9 -5
  71. package/lib/commonjs/components/radio/RadioButtonLabel.js.map +1 -1
  72. package/lib/commonjs/components/searchInput/SearchInput.js +4 -3
  73. package/lib/commonjs/components/searchInput/SearchInput.js.map +1 -1
  74. package/lib/commonjs/components/spacer/Spacer.js +13 -6
  75. package/lib/commonjs/components/spacer/Spacer.js.map +1 -1
  76. package/lib/commonjs/components/stack/Stack.js +19 -9
  77. package/lib/commonjs/components/stack/Stack.js.map +1 -1
  78. package/lib/commonjs/components/tag/Tag.js +21 -8
  79. package/lib/commonjs/components/tag/Tag.js.map +1 -1
  80. package/lib/commonjs/components/textInput/TextInput.js.map +1 -1
  81. package/lib/commonjs/components/textInput/TextInputBase.js +23 -10
  82. package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
  83. package/lib/commonjs/components/typography/IOText.js +3 -6
  84. package/lib/commonjs/components/typography/IOText.js.map +1 -1
  85. package/lib/commonjs/components/typography/__test__/__snapshots__/ComposedBodyFromArray.test.tsx.snap +84 -84
  86. package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +50 -50
  87. package/lib/commonjs/utils/accessibility.js +29 -1
  88. package/lib/commonjs/utils/accessibility.js.map +1 -1
  89. package/lib/commonjs/utils/fonts.js +3 -2
  90. package/lib/commonjs/utils/fonts.js.map +1 -1
  91. package/lib/module/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +3 -3
  92. package/lib/module/components/alert/Alert.js +35 -35
  93. package/lib/module/components/alert/Alert.js.map +1 -1
  94. package/lib/module/components/badge/Badge.js +16 -3
  95. package/lib/module/components/badge/Badge.js.map +1 -1
  96. package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +9 -5
  97. package/lib/module/components/banner/Banner.js.map +1 -1
  98. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +6 -6
  99. package/lib/module/components/buttons/ButtonLink.js +6 -1
  100. package/lib/module/components/buttons/ButtonLink.js.map +1 -1
  101. package/lib/module/components/buttons/ButtonOutline.js +11 -9
  102. package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
  103. package/lib/module/components/buttons/ButtonSolid.js +10 -6
  104. package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
  105. package/lib/module/components/buttons/IconButton.js +2 -0
  106. package/lib/module/components/buttons/IconButton.js.map +1 -1
  107. package/lib/module/components/buttons/IconButtonSolid.js +1 -0
  108. package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
  109. package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +27 -9
  110. package/lib/module/components/checkbox/AnimatedCheckbox.js +23 -18
  111. package/lib/module/components/checkbox/AnimatedCheckbox.js.map +1 -1
  112. package/lib/module/components/checkbox/CheckboxLabel.js +14 -9
  113. package/lib/module/components/checkbox/CheckboxLabel.js.map +1 -1
  114. package/lib/module/components/common/AnimatedTick.js +7 -3
  115. package/lib/module/components/common/AnimatedTick.js.map +1 -1
  116. package/lib/module/components/common/LogoPaymentWithFallback.js +9 -3
  117. package/lib/module/components/common/LogoPaymentWithFallback.js.map +1 -1
  118. package/lib/module/components/featureInfo/FeatureInfo.js +11 -8
  119. package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -1
  120. package/lib/module/components/icons/Icon.js +15 -6
  121. package/lib/module/components/icons/Icon.js.map +1 -1
  122. package/lib/module/components/layout/HeaderFirstLevel.js +8 -11
  123. package/lib/module/components/layout/HeaderFirstLevel.js.map +1 -1
  124. package/lib/module/components/layout/HeaderSecondLevel.js +9 -10
  125. package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
  126. package/lib/module/components/listitems/ListItemAction.js +11 -7
  127. package/lib/module/components/listitems/ListItemAction.js.map +1 -1
  128. package/lib/module/components/listitems/ListItemAmount.js +13 -11
  129. package/lib/module/components/listitems/ListItemAmount.js.map +1 -1
  130. package/lib/module/components/listitems/ListItemCheckbox.js +14 -9
  131. package/lib/module/components/listitems/ListItemCheckbox.js.map +1 -1
  132. package/lib/module/components/listitems/ListItemHeader.js +9 -2
  133. package/lib/module/components/listitems/ListItemHeader.js.map +1 -1
  134. package/lib/module/components/listitems/ListItemInfo.js +14 -17
  135. package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
  136. package/lib/module/components/listitems/ListItemInfoCopy.js +15 -13
  137. package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
  138. package/lib/module/components/listitems/ListItemNav.js +22 -19
  139. package/lib/module/components/listitems/ListItemNav.js.map +1 -1
  140. package/lib/module/components/listitems/ListItemNavAlert.js +21 -16
  141. package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
  142. package/lib/module/components/listitems/ListItemRadio.js +25 -10
  143. package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
  144. package/lib/module/components/listitems/ListItemRadioWithAmount.js +6 -1
  145. package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -1
  146. package/lib/module/components/listitems/ListItemSwitch.js +12 -14
  147. package/lib/module/components/listitems/ListItemSwitch.js.map +1 -1
  148. package/lib/module/components/listitems/ListItemTransaction.js +2 -0
  149. package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
  150. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +435 -429
  151. package/lib/module/components/modules/ModuleCredential.js +7 -2
  152. package/lib/module/components/modules/ModuleCredential.js.map +1 -1
  153. package/lib/module/components/modules/ModuleNavigation.js +5 -1
  154. package/lib/module/components/modules/ModuleNavigation.js.map +1 -1
  155. package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +20 -20
  156. package/lib/module/components/pictograms/Pictogram.js +17 -4
  157. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  158. package/lib/module/components/radio/AnimatedRadio.js +16 -15
  159. package/lib/module/components/radio/AnimatedRadio.js.map +1 -1
  160. package/lib/module/components/radio/RadioButtonLabel.js +10 -6
  161. package/lib/module/components/radio/RadioButtonLabel.js.map +1 -1
  162. package/lib/module/components/searchInput/SearchInput.js +5 -4
  163. package/lib/module/components/searchInput/SearchInput.js.map +1 -1
  164. package/lib/module/components/spacer/Spacer.js +11 -5
  165. package/lib/module/components/spacer/Spacer.js.map +1 -1
  166. package/lib/module/components/stack/Stack.js +19 -9
  167. package/lib/module/components/stack/Stack.js.map +1 -1
  168. package/lib/module/components/tag/Tag.js +21 -8
  169. package/lib/module/components/tag/Tag.js.map +1 -1
  170. package/lib/module/components/textInput/TextInput.js.map +1 -1
  171. package/lib/module/components/textInput/TextInputBase.js +23 -10
  172. package/lib/module/components/textInput/TextInputBase.js.map +1 -1
  173. package/lib/module/components/typography/IOText.js +5 -8
  174. package/lib/module/components/typography/IOText.js.map +1 -1
  175. package/lib/module/components/typography/__test__/__snapshots__/ComposedBodyFromArray.test.tsx.snap +84 -84
  176. package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +50 -50
  177. package/lib/module/utils/accessibility.js +28 -1
  178. package/lib/module/utils/accessibility.js.map +1 -1
  179. package/lib/module/utils/fonts.js +1 -0
  180. package/lib/module/utils/fonts.js.map +1 -1
  181. package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
  182. package/lib/typescript/components/badge/Badge.d.ts +2 -1
  183. package/lib/typescript/components/badge/Badge.d.ts.map +1 -1
  184. package/lib/typescript/components/banner/Banner.d.ts.map +1 -1
  185. package/lib/typescript/components/buttons/ButtonLink.d.ts +1 -1
  186. package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
  187. package/lib/typescript/components/buttons/ButtonOutline.d.ts +1 -1
  188. package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
  189. package/lib/typescript/components/buttons/ButtonSolid.d.ts +1 -1
  190. package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
  191. package/lib/typescript/components/buttons/IconButton.d.ts.map +1 -1
  192. package/lib/typescript/components/buttons/IconButtonSolid.d.ts.map +1 -1
  193. package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts +2 -1
  194. package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts.map +1 -1
  195. package/lib/typescript/components/checkbox/CheckboxLabel.d.ts +2 -1
  196. package/lib/typescript/components/checkbox/CheckboxLabel.d.ts.map +1 -1
  197. package/lib/typescript/components/common/AnimatedTick.d.ts +4 -3
  198. package/lib/typescript/components/common/AnimatedTick.d.ts.map +1 -1
  199. package/lib/typescript/components/common/LogoPaymentWithFallback.d.ts.map +1 -1
  200. package/lib/typescript/components/featureInfo/FeatureInfo.d.ts.map +1 -1
  201. package/lib/typescript/components/icons/Icon.d.ts +5 -3
  202. package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
  203. package/lib/typescript/components/layout/HeaderFirstLevel.d.ts.map +1 -1
  204. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
  205. package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
  206. package/lib/typescript/components/listitems/ListItemAmount.d.ts.map +1 -1
  207. package/lib/typescript/components/listitems/ListItemCheckbox.d.ts.map +1 -1
  208. package/lib/typescript/components/listitems/ListItemHeader.d.ts.map +1 -1
  209. package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
  210. package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
  211. package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
  212. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
  213. package/lib/typescript/components/listitems/ListItemRadio.d.ts.map +1 -1
  214. package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -1
  215. package/lib/typescript/components/listitems/ListItemSwitch.d.ts +2 -2
  216. package/lib/typescript/components/listitems/ListItemSwitch.d.ts.map +1 -1
  217. package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
  218. package/lib/typescript/components/modules/ModuleCredential.d.ts.map +1 -1
  219. package/lib/typescript/components/modules/ModuleNavigation.d.ts.map +1 -1
  220. package/lib/typescript/components/pictograms/Pictogram.d.ts +5 -3
  221. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  222. package/lib/typescript/components/pictograms/types.d.ts +1 -2
  223. package/lib/typescript/components/pictograms/types.d.ts.map +1 -1
  224. package/lib/typescript/components/radio/AnimatedRadio.d.ts +2 -1
  225. package/lib/typescript/components/radio/AnimatedRadio.d.ts.map +1 -1
  226. package/lib/typescript/components/radio/RadioButtonLabel.d.ts +2 -1
  227. package/lib/typescript/components/radio/RadioButtonLabel.d.ts.map +1 -1
  228. package/lib/typescript/components/searchInput/SearchInput.d.ts.map +1 -1
  229. package/lib/typescript/components/spacer/Spacer.d.ts +1 -0
  230. package/lib/typescript/components/spacer/Spacer.d.ts.map +1 -1
  231. package/lib/typescript/components/stack/Stack.d.ts +2 -1
  232. package/lib/typescript/components/stack/Stack.d.ts.map +1 -1
  233. package/lib/typescript/components/tag/Tag.d.ts +4 -2
  234. package/lib/typescript/components/tag/Tag.d.ts.map +1 -1
  235. package/lib/typescript/components/textInput/TextInput.d.ts +2 -1
  236. package/lib/typescript/components/textInput/TextInput.d.ts.map +1 -1
  237. package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
  238. package/lib/typescript/components/typography/BodyMonospace.d.ts +1 -1
  239. package/lib/typescript/components/typography/ButtonText.d.ts +1 -1
  240. package/lib/typescript/components/typography/Caption.d.ts +1 -1
  241. package/lib/typescript/components/typography/H1.d.ts +1 -1
  242. package/lib/typescript/components/typography/H2.d.ts +1 -1
  243. package/lib/typescript/components/typography/H3.d.ts +1 -1
  244. package/lib/typescript/components/typography/H4.d.ts +1 -1
  245. package/lib/typescript/components/typography/H5.d.ts +1 -1
  246. package/lib/typescript/components/typography/H6.d.ts +1 -1
  247. package/lib/typescript/components/typography/Hero.d.ts +1 -1
  248. package/lib/typescript/components/typography/IOText.d.ts.map +1 -1
  249. package/lib/typescript/components/typography/markdown/MdH1.d.ts +1 -1
  250. package/lib/typescript/components/typography/markdown/MdH2.d.ts +1 -1
  251. package/lib/typescript/components/typography/markdown/MdH3.d.ts +1 -1
  252. package/lib/typescript/core/IOStyles.d.ts +7 -7
  253. package/lib/typescript/utils/accessibility.d.ts +10 -0
  254. package/lib/typescript/utils/accessibility.d.ts.map +1 -1
  255. package/lib/typescript/utils/fonts.d.ts +2 -1
  256. package/lib/typescript/utils/fonts.d.ts.map +1 -1
  257. package/package.json +1 -1
  258. package/src/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +3 -3
  259. package/src/components/alert/Alert.tsx +43 -61
  260. package/src/components/badge/Badge.tsx +29 -4
  261. package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +9 -5
  262. package/src/components/banner/Banner.tsx +0 -2
  263. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +6 -6
  264. package/src/components/buttons/ButtonLink.tsx +4 -0
  265. package/src/components/buttons/ButtonOutline.tsx +24 -25
  266. package/src/components/buttons/ButtonSolid.tsx +10 -9
  267. package/src/components/buttons/IconButton.tsx +2 -0
  268. package/src/components/buttons/IconButtonSolid.tsx +1 -0
  269. package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +27 -9
  270. package/src/components/checkbox/AnimatedCheckbox.tsx +36 -18
  271. package/src/components/checkbox/CheckboxLabel.tsx +22 -10
  272. package/src/components/common/AnimatedTick.tsx +9 -3
  273. package/src/components/common/LogoPaymentWithFallback.tsx +27 -5
  274. package/src/components/featureInfo/FeatureInfo.tsx +13 -9
  275. package/src/components/icons/Icon.tsx +23 -7
  276. package/src/components/layout/HeaderFirstLevel.tsx +11 -21
  277. package/src/components/layout/HeaderSecondLevel.tsx +5 -14
  278. package/src/components/listitems/ListItemAction.tsx +19 -8
  279. package/src/components/listitems/ListItemAmount.tsx +16 -11
  280. package/src/components/listitems/ListItemCheckbox.tsx +29 -15
  281. package/src/components/listitems/ListItemHeader.tsx +12 -2
  282. package/src/components/listitems/ListItemInfo.tsx +27 -20
  283. package/src/components/listitems/ListItemInfoCopy.tsx +27 -16
  284. package/src/components/listitems/ListItemNav.tsx +44 -40
  285. package/src/components/listitems/ListItemNavAlert.tsx +30 -16
  286. package/src/components/listitems/ListItemRadio.tsx +46 -32
  287. package/src/components/listitems/ListItemRadioWithAmount.tsx +7 -2
  288. package/src/components/listitems/ListItemSwitch.tsx +21 -27
  289. package/src/components/listitems/ListItemTransaction.tsx +3 -0
  290. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +435 -429
  291. package/src/components/modules/ModuleCredential.tsx +5 -2
  292. package/src/components/modules/ModuleNavigation.tsx +3 -1
  293. package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +20 -20
  294. package/src/components/pictograms/Pictogram.tsx +24 -5
  295. package/src/components/pictograms/types.ts +1 -3
  296. package/src/components/radio/AnimatedRadio.tsx +31 -15
  297. package/src/components/radio/RadioButtonLabel.tsx +16 -8
  298. package/src/components/searchInput/SearchInput.tsx +10 -5
  299. package/src/components/spacer/Spacer.tsx +21 -6
  300. package/src/components/stack/Stack.tsx +25 -14
  301. package/src/components/tag/Tag.tsx +26 -8
  302. package/src/components/textInput/TextInput.tsx +2 -1
  303. package/src/components/textInput/TextInputBase.tsx +44 -11
  304. package/src/components/typography/IOText.tsx +5 -6
  305. package/src/components/typography/__test__/__snapshots__/ComposedBodyFromArray.test.tsx.snap +84 -84
  306. package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +50 -50
  307. package/src/utils/accessibility.ts +32 -1
  308. package/src/utils/fonts.ts +1 -0
@@ -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
  [
@@ -338,6 +346,9 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
338
346
  "flexDirection": "row",
339
347
  "justifyContent": "space-between",
340
348
  },
349
+ {
350
+ "columnGap": 12,
351
+ },
341
352
  {
342
353
  "transform": [
343
354
  {
@@ -358,7 +369,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
358
369
  <Text
359
370
  allowFontScaling={true}
360
371
  dynamicTypeRamp="footnote"
361
- maxFontSizeMultiplier={1.25}
372
+ maxFontSizeMultiplier={1.5}
362
373
  style={
363
374
  [
364
375
  {},
@@ -378,7 +389,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
378
389
  <Text
379
390
  allowFontScaling={true}
380
391
  dynamicTypeRamp="headline"
381
- maxFontSizeMultiplier={1.25}
392
+ maxFontSizeMultiplier={1.5}
382
393
  numberOfLines={2}
383
394
  style={
384
395
  [
@@ -397,74 +408,66 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
397
408
  testValue
398
409
  </Text>
399
410
  </View>
400
- <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}
401
424
  style={
402
- {
403
- "marginLeft": 12,
404
- }
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
+ ]
405
439
  }
440
+ tintColor="#0B3EE3"
441
+ vbHeight={24}
442
+ vbWidth={24}
443
+ width={24}
406
444
  >
407
- <RNSVGSvgView
408
- accessibilityElementsHidden={true}
409
- accessibilityLabel=""
410
- accessible={false}
411
- align="xMidYMid"
412
- bbHeight={24}
413
- bbWidth={24}
414
- focusable={false}
415
- height={24}
416
- importantForAccessibility="no-hide-descendants"
417
- meetOrSlice={0}
418
- minX={0}
419
- minY={0}
420
- style={
421
- [
422
- {
423
- "backgroundColor": "transparent",
424
- "borderWidth": 0,
425
- },
426
- {
427
- "color": "#0B3EE3",
428
- },
429
- {
430
- "flex": 0,
431
- "height": 24,
432
- "width": 24,
433
- },
434
- ]
445
+ <RNSVGGroup
446
+ fill={
447
+ {
448
+ "payload": 4278190080,
449
+ "type": 0,
450
+ }
435
451
  }
436
- tintColor="#0B3EE3"
437
- vbHeight={24}
438
- vbWidth={24}
439
- width={24}
440
452
  >
441
- <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"
442
456
  fill={
443
457
  {
444
- "payload": 4278190080,
445
- "type": 0,
458
+ "type": 2,
446
459
  }
447
460
  }
448
- >
449
- <RNSVGPath
450
- clipRule={0}
451
- 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"
452
- fill={
453
- {
454
- "type": 2,
455
- }
456
- }
457
- fillRule={0}
458
- propList={
459
- [
460
- "fill",
461
- "fillRule",
462
- ]
463
- }
464
- />
465
- </RNSVGGroup>
466
- </RNSVGSvgView>
467
- </View>
461
+ fillRule={0}
462
+ propList={
463
+ [
464
+ "fill",
465
+ "fillRule",
466
+ ]
467
+ }
468
+ />
469
+ </RNSVGGroup>
470
+ </RNSVGSvgView>
468
471
  </View>
469
472
  </View>
470
473
  </View>
@@ -527,6 +530,9 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
527
530
  "flexDirection": "row",
528
531
  "justifyContent": "space-between",
529
532
  },
533
+ {
534
+ "columnGap": 12,
535
+ },
530
536
  {
531
537
  "transform": [
532
538
  {
@@ -547,7 +553,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
547
553
  <Text
548
554
  allowFontScaling={true}
549
555
  dynamicTypeRamp="headline"
550
- maxFontSizeMultiplier={1.25}
556
+ maxFontSizeMultiplier={1.5}
551
557
  style={
552
558
  [
553
559
  {},
@@ -689,6 +695,9 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
689
695
  "flexDirection": "row",
690
696
  "justifyContent": "space-between",
691
697
  },
698
+ {
699
+ "columnGap": 12,
700
+ },
692
701
  {
693
702
  "transform": [
694
703
  {
@@ -699,74 +708,66 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
699
708
  ]
700
709
  }
701
710
  >
702
- <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}
703
724
  style={
704
- {
705
- "marginRight": 12,
706
- }
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
+ ]
707
739
  }
740
+ tintColor="#D13333"
741
+ vbHeight={24}
742
+ vbWidth={24}
743
+ width={24}
708
744
  >
709
- <RNSVGSvgView
710
- accessibilityElementsHidden={true}
711
- accessibilityLabel=""
712
- accessible={false}
713
- align="xMidYMid"
714
- bbHeight={24}
715
- bbWidth={24}
716
- focusable={false}
717
- height={24}
718
- importantForAccessibility="no-hide-descendants"
719
- meetOrSlice={0}
720
- minX={0}
721
- minY={0}
722
- style={
723
- [
724
- {
725
- "backgroundColor": "transparent",
726
- "borderWidth": 0,
727
- },
728
- {
729
- "color": "#D13333",
730
- },
731
- {
732
- "flex": 0,
733
- "height": 24,
734
- "width": 24,
735
- },
736
- ]
745
+ <RNSVGGroup
746
+ fill={
747
+ {
748
+ "payload": 4278190080,
749
+ "type": 0,
750
+ }
737
751
  }
738
- tintColor="#D13333"
739
- vbHeight={24}
740
- vbWidth={24}
741
- width={24}
742
752
  >
743
- <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"
744
756
  fill={
745
757
  {
746
- "payload": 4278190080,
747
- "type": 0,
758
+ "type": 2,
748
759
  }
749
760
  }
750
- >
751
- <RNSVGPath
752
- clipRule={0}
753
- 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"
754
- fill={
755
- {
756
- "type": 2,
757
- }
758
- }
759
- fillRule={0}
760
- propList={
761
- [
762
- "fill",
763
- "fillRule",
764
- ]
765
- }
766
- />
767
- </RNSVGGroup>
768
- </RNSVGSvgView>
769
- </View>
761
+ fillRule={0}
762
+ propList={
763
+ [
764
+ "fill",
765
+ "fillRule",
766
+ ]
767
+ }
768
+ />
769
+ </RNSVGGroup>
770
+ </RNSVGSvgView>
770
771
  <View
771
772
  style={
772
773
  {
@@ -777,7 +778,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
777
778
  <Text
778
779
  allowFontScaling={true}
779
780
  dynamicTypeRamp="headline"
780
- maxFontSizeMultiplier={1.25}
781
+ maxFontSizeMultiplier={1.5}
781
782
  style={
782
783
  [
783
784
  {},
@@ -795,74 +796,66 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
795
796
  testValue
796
797
  </Text>
797
798
  </View>
798
- <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}
799
812
  style={
800
- {
801
- "marginLeft": 12,
802
- }
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
+ ]
803
827
  }
828
+ tintColor="#0B3EE3"
829
+ vbHeight={24}
830
+ vbWidth={24}
831
+ width={24}
804
832
  >
805
- <RNSVGSvgView
806
- accessibilityElementsHidden={true}
807
- accessibilityLabel=""
808
- accessible={false}
809
- align="xMidYMid"
810
- bbHeight={24}
811
- bbWidth={24}
812
- focusable={false}
813
- height={24}
814
- importantForAccessibility="no-hide-descendants"
815
- meetOrSlice={0}
816
- minX={0}
817
- minY={0}
818
- style={
819
- [
820
- {
821
- "backgroundColor": "transparent",
822
- "borderWidth": 0,
823
- },
824
- {
825
- "color": "#0B3EE3",
826
- },
827
- {
828
- "flex": 0,
829
- "height": 24,
830
- "width": 24,
831
- },
832
- ]
833
+ <RNSVGGroup
834
+ fill={
835
+ {
836
+ "payload": 4278190080,
837
+ "type": 0,
838
+ }
833
839
  }
834
- tintColor="#0B3EE3"
835
- vbHeight={24}
836
- vbWidth={24}
837
- width={24}
838
840
  >
839
- <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"
840
844
  fill={
841
845
  {
842
- "payload": 4278190080,
843
- "type": 0,
846
+ "type": 2,
844
847
  }
845
848
  }
846
- >
847
- <RNSVGPath
848
- clipRule={0}
849
- 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"
850
- fill={
851
- {
852
- "type": 2,
853
- }
854
- }
855
- fillRule={0}
856
- propList={
857
- [
858
- "fill",
859
- "fillRule",
860
- ]
861
- }
862
- />
863
- </RNSVGGroup>
864
- </RNSVGSvgView>
865
- </View>
849
+ fillRule={0}
850
+ propList={
851
+ [
852
+ "fill",
853
+ "fillRule",
854
+ ]
855
+ }
856
+ />
857
+ </RNSVGGroup>
858
+ </RNSVGSvgView>
866
859
  </View>
867
860
  </View>
868
861
  </View>
@@ -947,7 +940,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
947
940
  <Text
948
941
  allowFontScaling={true}
949
942
  dynamicTypeRamp="headline"
950
- maxFontSizeMultiplier={1.25}
943
+ maxFontSizeMultiplier={1.5}
951
944
  numberOfLines={1}
952
945
  style={
953
946
  [
@@ -1035,7 +1028,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1035
1028
  <Text
1036
1029
  allowFontScaling={true}
1037
1030
  dynamicTypeRamp="footnote"
1038
- maxFontSizeMultiplier={1.25}
1031
+ maxFontSizeMultiplier={1.5}
1039
1032
  style={
1040
1033
  [
1041
1034
  {},
@@ -1069,7 +1062,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1069
1062
  <Text
1070
1063
  allowFontScaling={true}
1071
1064
  dynamicTypeRamp="headline"
1072
- maxFontSizeMultiplier={1.25}
1065
+ maxFontSizeMultiplier={1.5}
1073
1066
  style={
1074
1067
  [
1075
1068
  {},
@@ -1128,12 +1121,14 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1128
1121
  style={
1129
1122
  [
1130
1123
  {
1131
- "borderRadius": 12,
1132
1124
  "borderWidth": 2,
1133
- "height": 24,
1134
1125
  "left": 0,
1135
1126
  "position": "absolute",
1136
1127
  "top": 0,
1128
+ },
1129
+ {
1130
+ "borderRadius": 12,
1131
+ "height": 24,
1137
1132
  "width": 24,
1138
1133
  },
1139
1134
  {
@@ -1146,15 +1141,17 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1146
1141
  style={
1147
1142
  [
1148
1143
  {
1149
- "borderRadius": 12,
1150
- "height": 24,
1151
1144
  "left": 0,
1152
1145
  "position": "absolute",
1153
1146
  "top": 0,
1154
- "width": 24,
1155
1147
  },
1156
1148
  {
1157
- "backgroundColor": "#0B3EE3",
1149
+ "borderRadius": 12,
1150
+ "height": 24,
1151
+ "width": 24,
1152
+ },
1153
+ {
1154
+ "backgroundColor": "#0B3EE3",
1158
1155
  },
1159
1156
  {
1160
1157
  "opacity": 1,
@@ -1170,9 +1167,10 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1170
1167
  <View>
1171
1168
  <RNSVGSvgView
1172
1169
  align="xMidYMid"
1173
- bbHeight="100%"
1174
- bbWidth="100%"
1170
+ bbHeight={24}
1171
+ bbWidth={24}
1175
1172
  focusable={false}
1173
+ height={24}
1176
1174
  meetOrSlice={0}
1177
1175
  minX={0}
1178
1176
  minY={0}
@@ -1184,13 +1182,14 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1184
1182
  },
1185
1183
  {
1186
1184
  "flex": 0,
1187
- "height": "100%",
1188
- "width": "100%",
1185
+ "height": 24,
1186
+ "width": 24,
1189
1187
  },
1190
1188
  ]
1191
1189
  }
1192
1190
  vbHeight={24}
1193
1191
  vbWidth={24}
1192
+ width={24}
1194
1193
  >
1195
1194
  <RNSVGGroup
1196
1195
  fill={
@@ -1314,7 +1313,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1314
1313
  <Text
1315
1314
  allowFontScaling={true}
1316
1315
  dynamicTypeRamp="headline"
1317
- maxFontSizeMultiplier={1.25}
1316
+ maxFontSizeMultiplier={1.5}
1318
1317
  numberOfLines={1}
1319
1318
  style={
1320
1319
  [
@@ -1348,7 +1347,7 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1348
1347
  <Text
1349
1348
  allowFontScaling={true}
1350
1349
  dynamicTypeRamp="headline"
1351
- maxFontSizeMultiplier={1.25}
1350
+ maxFontSizeMultiplier={1.5}
1352
1351
  style={
1353
1352
  [
1354
1353
  {},
@@ -1407,12 +1406,14 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1407
1406
  style={
1408
1407
  [
1409
1408
  {
1410
- "borderRadius": 12,
1411
1409
  "borderWidth": 2,
1412
- "height": 24,
1413
1410
  "left": 0,
1414
1411
  "position": "absolute",
1415
1412
  "top": 0,
1413
+ },
1414
+ {
1415
+ "borderRadius": 12,
1416
+ "height": 24,
1416
1417
  "width": 24,
1417
1418
  },
1418
1419
  {
@@ -1425,11 +1426,13 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1425
1426
  style={
1426
1427
  [
1427
1428
  {
1428
- "borderRadius": 12,
1429
- "height": 24,
1430
1429
  "left": 0,
1431
1430
  "position": "absolute",
1432
1431
  "top": 0,
1432
+ },
1433
+ {
1434
+ "borderRadius": 12,
1435
+ "height": 24,
1433
1436
  "width": 24,
1434
1437
  },
1435
1438
  {
@@ -1728,6 +1731,9 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
1728
1731
  "flexDirection": "row",
1729
1732
  "justifyContent": "space-between",
1730
1733
  },
1734
+ {
1735
+ "columnGap": 12,
1736
+ },
1731
1737
  {
1732
1738
  "transform": [
1733
1739
  {
@@ -1747,8 +1753,8 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
1747
1753
  }
1748
1754
  >
1749
1755
  <Text
1750
- allowFontScaling={false}
1751
- maxFontSizeMultiplier={1.25}
1756
+ allowFontScaling={true}
1757
+ maxFontSizeMultiplier={1.5}
1752
1758
  style={
1753
1759
  [
1754
1760
  {},
@@ -1834,8 +1840,8 @@ exports[`Test List Item Components ListItemIDP Snapshot 1`] = `
1834
1840
  }
1835
1841
  >
1836
1842
  <Text
1837
- allowFontScaling={false}
1838
- maxFontSizeMultiplier={1.25}
1843
+ allowFontScaling={true}
1844
+ maxFontSizeMultiplier={1.5}
1839
1845
  style={
1840
1846
  [
1841
1847
  {
@@ -1884,11 +1890,16 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
1884
1890
  >
1885
1891
  <View
1886
1892
  style={
1887
- {
1888
- "alignItems": "center",
1889
- "flexDirection": "row",
1890
- "justifyContent": "space-between",
1891
- }
1893
+ [
1894
+ {
1895
+ "alignItems": "center",
1896
+ "flexDirection": "row",
1897
+ "justifyContent": "space-between",
1898
+ },
1899
+ {
1900
+ "columnGap": 12,
1901
+ },
1902
+ ]
1892
1903
  }
1893
1904
  >
1894
1905
  <View
@@ -1902,9 +1913,9 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
1902
1913
  accessible={true}
1903
1914
  >
1904
1915
  <Text
1905
- allowFontScaling={false}
1916
+ allowFontScaling={true}
1906
1917
  dynamicTypeRamp="footnote"
1907
- maxFontSizeMultiplier={1.25}
1918
+ maxFontSizeMultiplier={1.5}
1908
1919
  style={
1909
1920
  [
1910
1921
  {},
@@ -1922,9 +1933,9 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
1922
1933
  label
1923
1934
  </Text>
1924
1935
  <Text
1925
- allowFontScaling={false}
1936
+ allowFontScaling={true}
1926
1937
  dynamicTypeRamp="headline"
1927
- maxFontSizeMultiplier={1.25}
1938
+ maxFontSizeMultiplier={1.5}
1928
1939
  numberOfLines={2}
1929
1940
  style={
1930
1941
  [
@@ -2007,6 +2018,9 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
2007
2018
  "flexDirection": "row",
2008
2019
  "justifyContent": "space-between",
2009
2020
  },
2021
+ {
2022
+ "columnGap": 12,
2023
+ },
2010
2024
  {
2011
2025
  "transform": [
2012
2026
  {
@@ -2025,9 +2039,9 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
2025
2039
  }
2026
2040
  >
2027
2041
  <Text
2028
- allowFontScaling={false}
2042
+ allowFontScaling={true}
2029
2043
  dynamicTypeRamp="footnote"
2030
- maxFontSizeMultiplier={1.25}
2044
+ maxFontSizeMultiplier={1.5}
2031
2045
  style={
2032
2046
  [
2033
2047
  {},
@@ -2045,9 +2059,9 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
2045
2059
  label
2046
2060
  </Text>
2047
2061
  <Text
2048
- allowFontScaling={false}
2062
+ allowFontScaling={true}
2049
2063
  dynamicTypeRamp="headline"
2050
- maxFontSizeMultiplier={1.25}
2064
+ maxFontSizeMultiplier={1.5}
2051
2065
  numberOfLines={2}
2052
2066
  style={
2053
2067
  [
@@ -2066,74 +2080,66 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
2066
2080
  testValue
2067
2081
  </Text>
2068
2082
  </View>
2069
- <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}
2070
2096
  style={
2071
- {
2072
- "marginLeft": 12,
2073
- }
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
+ ]
2074
2111
  }
2112
+ tintColor="#0B3EE3"
2113
+ vbHeight={24}
2114
+ vbWidth={24}
2115
+ width={24}
2075
2116
  >
2076
- <RNSVGSvgView
2077
- accessibilityElementsHidden={true}
2078
- accessibilityLabel=""
2079
- accessible={false}
2080
- align="xMidYMid"
2081
- bbHeight={24}
2082
- bbWidth={24}
2083
- focusable={false}
2084
- height={24}
2085
- importantForAccessibility="no-hide-descendants"
2086
- meetOrSlice={0}
2087
- minX={0}
2088
- minY={0}
2089
- style={
2090
- [
2091
- {
2092
- "backgroundColor": "transparent",
2093
- "borderWidth": 0,
2094
- },
2095
- {
2096
- "color": "#0B3EE3",
2097
- },
2098
- {
2099
- "flex": 0,
2100
- "height": 24,
2101
- "width": 24,
2102
- },
2103
- ]
2117
+ <RNSVGGroup
2118
+ fill={
2119
+ {
2120
+ "payload": 4278190080,
2121
+ "type": 0,
2122
+ }
2104
2123
  }
2105
- tintColor="#0B3EE3"
2106
- vbHeight={24}
2107
- vbWidth={24}
2108
- width={24}
2109
2124
  >
2110
- <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"
2111
2128
  fill={
2112
2129
  {
2113
- "payload": 4278190080,
2114
- "type": 0,
2130
+ "type": 2,
2115
2131
  }
2116
2132
  }
2117
- >
2118
- <RNSVGPath
2119
- clipRule={0}
2120
- 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"
2121
- fill={
2122
- {
2123
- "type": 2,
2124
- }
2125
- }
2126
- fillRule={0}
2127
- propList={
2128
- [
2129
- "fill",
2130
- "fillRule",
2131
- ]
2132
- }
2133
- />
2134
- </RNSVGGroup>
2135
- </RNSVGSvgView>
2136
- </View>
2133
+ fillRule={0}
2134
+ propList={
2135
+ [
2136
+ "fill",
2137
+ "fillRule",
2138
+ ]
2139
+ }
2140
+ />
2141
+ </RNSVGGroup>
2142
+ </RNSVGSvgView>
2137
2143
  </View>
2138
2144
  </View>
2139
2145
  </View>
@@ -2196,6 +2202,9 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
2196
2202
  "flexDirection": "row",
2197
2203
  "justifyContent": "space-between",
2198
2204
  },
2205
+ {
2206
+ "columnGap": 12,
2207
+ },
2199
2208
  {
2200
2209
  "transform": [
2201
2210
  {
@@ -2214,9 +2223,9 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
2214
2223
  }
2215
2224
  >
2216
2225
  <Text
2217
- allowFontScaling={false}
2226
+ allowFontScaling={true}
2218
2227
  dynamicTypeRamp="headline"
2219
- maxFontSizeMultiplier={1.25}
2228
+ maxFontSizeMultiplier={1.5}
2220
2229
  style={
2221
2230
  [
2222
2231
  {},
@@ -2358,6 +2367,9 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2358
2367
  "flexDirection": "row",
2359
2368
  "justifyContent": "space-between",
2360
2369
  },
2370
+ {
2371
+ "columnGap": 12,
2372
+ },
2361
2373
  {
2362
2374
  "transform": [
2363
2375
  {
@@ -2368,74 +2380,66 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2368
2380
  ]
2369
2381
  }
2370
2382
  >
2371
- <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}
2372
2396
  style={
2373
- {
2374
- "marginRight": 12,
2375
- }
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
+ ]
2376
2411
  }
2412
+ tintColor="#D13333"
2413
+ vbHeight={24}
2414
+ vbWidth={24}
2415
+ width={24}
2377
2416
  >
2378
- <RNSVGSvgView
2379
- accessibilityElementsHidden={true}
2380
- accessibilityLabel=""
2381
- accessible={false}
2382
- align="xMidYMid"
2383
- bbHeight={24}
2384
- bbWidth={24}
2385
- focusable={false}
2386
- height={24}
2387
- importantForAccessibility="no-hide-descendants"
2388
- meetOrSlice={0}
2389
- minX={0}
2390
- minY={0}
2391
- style={
2392
- [
2393
- {
2394
- "backgroundColor": "transparent",
2395
- "borderWidth": 0,
2396
- },
2397
- {
2398
- "color": "#D13333",
2399
- },
2400
- {
2401
- "flex": 0,
2402
- "height": 24,
2403
- "width": 24,
2404
- },
2405
- ]
2417
+ <RNSVGGroup
2418
+ fill={
2419
+ {
2420
+ "payload": 4278190080,
2421
+ "type": 0,
2422
+ }
2406
2423
  }
2407
- tintColor="#D13333"
2408
- vbHeight={24}
2409
- vbWidth={24}
2410
- width={24}
2411
2424
  >
2412
- <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"
2413
2428
  fill={
2414
2429
  {
2415
- "payload": 4278190080,
2416
- "type": 0,
2430
+ "type": 2,
2417
2431
  }
2418
2432
  }
2419
- >
2420
- <RNSVGPath
2421
- clipRule={0}
2422
- 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"
2423
- fill={
2424
- {
2425
- "type": 2,
2426
- }
2427
- }
2428
- fillRule={0}
2429
- propList={
2430
- [
2431
- "fill",
2432
- "fillRule",
2433
- ]
2434
- }
2435
- />
2436
- </RNSVGGroup>
2437
- </RNSVGSvgView>
2438
- </View>
2433
+ fillRule={0}
2434
+ propList={
2435
+ [
2436
+ "fill",
2437
+ "fillRule",
2438
+ ]
2439
+ }
2440
+ />
2441
+ </RNSVGGroup>
2442
+ </RNSVGSvgView>
2439
2443
  <View
2440
2444
  style={
2441
2445
  {
@@ -2444,9 +2448,9 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2444
2448
  }
2445
2449
  >
2446
2450
  <Text
2447
- allowFontScaling={false}
2451
+ allowFontScaling={true}
2448
2452
  dynamicTypeRamp="headline"
2449
- maxFontSizeMultiplier={1.25}
2453
+ maxFontSizeMultiplier={1.5}
2450
2454
  style={
2451
2455
  [
2452
2456
  {},
@@ -2464,74 +2468,66 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2464
2468
  testValue
2465
2469
  </Text>
2466
2470
  </View>
2467
- <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}
2468
2484
  style={
2469
- {
2470
- "marginLeft": 12,
2471
- }
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
+ ]
2472
2499
  }
2500
+ tintColor="#0073E6"
2501
+ vbHeight={24}
2502
+ vbWidth={24}
2503
+ width={24}
2473
2504
  >
2474
- <RNSVGSvgView
2475
- accessibilityElementsHidden={true}
2476
- accessibilityLabel=""
2477
- accessible={false}
2478
- align="xMidYMid"
2479
- bbHeight={24}
2480
- bbWidth={24}
2481
- focusable={false}
2482
- height={24}
2483
- importantForAccessibility="no-hide-descendants"
2484
- meetOrSlice={0}
2485
- minX={0}
2486
- minY={0}
2487
- style={
2488
- [
2489
- {
2490
- "backgroundColor": "transparent",
2491
- "borderWidth": 0,
2492
- },
2493
- {
2494
- "color": "#0B3EE3",
2495
- },
2496
- {
2497
- "flex": 0,
2498
- "height": 24,
2499
- "width": 24,
2500
- },
2501
- ]
2505
+ <RNSVGGroup
2506
+ fill={
2507
+ {
2508
+ "payload": 4278190080,
2509
+ "type": 0,
2510
+ }
2502
2511
  }
2503
- tintColor="#0B3EE3"
2504
- vbHeight={24}
2505
- vbWidth={24}
2506
- width={24}
2507
2512
  >
2508
- <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"
2509
2516
  fill={
2510
2517
  {
2511
- "payload": 4278190080,
2512
- "type": 0,
2518
+ "type": 2,
2513
2519
  }
2514
2520
  }
2515
- >
2516
- <RNSVGPath
2517
- clipRule={0}
2518
- 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"
2519
- fill={
2520
- {
2521
- "type": 2,
2522
- }
2523
- }
2524
- fillRule={0}
2525
- propList={
2526
- [
2527
- "fill",
2528
- "fillRule",
2529
- ]
2530
- }
2531
- />
2532
- </RNSVGGroup>
2533
- </RNSVGSvgView>
2534
- </View>
2521
+ fillRule={0}
2522
+ propList={
2523
+ [
2524
+ "fill",
2525
+ "fillRule",
2526
+ ]
2527
+ }
2528
+ />
2529
+ </RNSVGGroup>
2530
+ </RNSVGSvgView>
2535
2531
  </View>
2536
2532
  </View>
2537
2533
  </View>
@@ -2614,9 +2610,9 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2614
2610
  }
2615
2611
  >
2616
2612
  <Text
2617
- allowFontScaling={false}
2613
+ allowFontScaling={true}
2618
2614
  dynamicTypeRamp="headline"
2619
- maxFontSizeMultiplier={1.25}
2615
+ maxFontSizeMultiplier={1.5}
2620
2616
  numberOfLines={1}
2621
2617
  style={
2622
2618
  [
@@ -2702,9 +2698,9 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2702
2698
  </RNSVGGroup>
2703
2699
  </RNSVGSvgView>
2704
2700
  <Text
2705
- allowFontScaling={false}
2701
+ allowFontScaling={true}
2706
2702
  dynamicTypeRamp="footnote"
2707
- maxFontSizeMultiplier={1.25}
2703
+ maxFontSizeMultiplier={1.5}
2708
2704
  style={
2709
2705
  [
2710
2706
  {},
@@ -2736,9 +2732,9 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2736
2732
  }
2737
2733
  >
2738
2734
  <Text
2739
- allowFontScaling={false}
2735
+ allowFontScaling={true}
2740
2736
  dynamicTypeRamp="headline"
2741
- maxFontSizeMultiplier={1.25}
2737
+ maxFontSizeMultiplier={1.5}
2742
2738
  style={
2743
2739
  [
2744
2740
  {},
@@ -2797,12 +2793,14 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2797
2793
  style={
2798
2794
  [
2799
2795
  {
2800
- "borderRadius": 12,
2801
2796
  "borderWidth": 2,
2802
- "height": 24,
2803
2797
  "left": 0,
2804
2798
  "position": "absolute",
2805
2799
  "top": 0,
2800
+ },
2801
+ {
2802
+ "borderRadius": 12,
2803
+ "height": 24,
2806
2804
  "width": 24,
2807
2805
  },
2808
2806
  {
@@ -2815,11 +2813,13 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2815
2813
  style={
2816
2814
  [
2817
2815
  {
2818
- "borderRadius": 12,
2819
- "height": 24,
2820
2816
  "left": 0,
2821
2817
  "position": "absolute",
2822
2818
  "top": 0,
2819
+ },
2820
+ {
2821
+ "borderRadius": 12,
2822
+ "height": 24,
2823
2823
  "width": 24,
2824
2824
  },
2825
2825
  {
@@ -2839,9 +2839,10 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2839
2839
  <View>
2840
2840
  <RNSVGSvgView
2841
2841
  align="xMidYMid"
2842
- bbHeight="100%"
2843
- bbWidth="100%"
2842
+ bbHeight={24}
2843
+ bbWidth={24}
2844
2844
  focusable={false}
2845
+ height={24}
2845
2846
  meetOrSlice={0}
2846
2847
  minX={0}
2847
2848
  minY={0}
@@ -2853,13 +2854,14 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2853
2854
  },
2854
2855
  {
2855
2856
  "flex": 0,
2856
- "height": "100%",
2857
- "width": "100%",
2857
+ "height": 24,
2858
+ "width": 24,
2858
2859
  },
2859
2860
  ]
2860
2861
  }
2861
2862
  vbHeight={24}
2862
2863
  vbWidth={24}
2864
+ width={24}
2863
2865
  >
2864
2866
  <RNSVGGroup
2865
2867
  fill={
@@ -2981,9 +2983,9 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
2981
2983
  }
2982
2984
  >
2983
2985
  <Text
2984
- allowFontScaling={false}
2986
+ allowFontScaling={true}
2985
2987
  dynamicTypeRamp="headline"
2986
- maxFontSizeMultiplier={1.25}
2988
+ maxFontSizeMultiplier={1.5}
2987
2989
  numberOfLines={1}
2988
2990
  style={
2989
2991
  [
@@ -3015,9 +3017,9 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
3015
3017
  }
3016
3018
  >
3017
3019
  <Text
3018
- allowFontScaling={false}
3020
+ allowFontScaling={true}
3019
3021
  dynamicTypeRamp="headline"
3020
- maxFontSizeMultiplier={1.25}
3022
+ maxFontSizeMultiplier={1.5}
3021
3023
  style={
3022
3024
  [
3023
3025
  {},
@@ -3076,12 +3078,14 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
3076
3078
  style={
3077
3079
  [
3078
3080
  {
3079
- "borderRadius": 12,
3080
3081
  "borderWidth": 2,
3081
- "height": 24,
3082
3082
  "left": 0,
3083
3083
  "position": "absolute",
3084
3084
  "top": 0,
3085
+ },
3086
+ {
3087
+ "borderRadius": 12,
3088
+ "height": 24,
3085
3089
  "width": 24,
3086
3090
  },
3087
3091
  {
@@ -3094,11 +3098,13 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
3094
3098
  style={
3095
3099
  [
3096
3100
  {
3097
- "borderRadius": 12,
3098
- "height": 24,
3099
3101
  "left": 0,
3100
3102
  "position": "absolute",
3101
3103
  "top": 0,
3104
+ },
3105
+ {
3106
+ "borderRadius": 12,
3107
+ "height": 24,
3102
3108
  "width": 24,
3103
3109
  },
3104
3110
  {