@pagopa/io-app-design-system 1.42.0 → 2.0.0-1

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 (349) hide show
  1. package/lib/commonjs/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +8 -32
  2. package/lib/commonjs/components/accordion/AccordionItem.js +1 -10
  3. package/lib/commonjs/components/accordion/AccordionItem.js.map +1 -1
  4. package/lib/commonjs/components/alert/Alert.js +3 -16
  5. package/lib/commonjs/components/alert/Alert.js.map +1 -1
  6. package/lib/commonjs/components/badge/Badge.js +13 -21
  7. package/lib/commonjs/components/badge/Badge.js.map +1 -1
  8. package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +16 -16
  9. package/lib/commonjs/components/badge/__test__/badge.test.js.map +1 -1
  10. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +14 -38
  11. package/lib/commonjs/components/buttons/ButtonLink.js +10 -24
  12. package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
  13. package/lib/commonjs/components/buttons/ButtonOutline.js +14 -24
  14. package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
  15. package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +45 -60
  16. package/lib/commonjs/components/featureInfo/FeatureInfo.js +6 -7
  17. package/lib/commonjs/components/featureInfo/FeatureInfo.js.map +1 -1
  18. package/lib/commonjs/components/layout/HeaderSecondLevel.js +10 -15
  19. package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
  20. package/lib/commonjs/components/listitems/ListItemAction.js +12 -50
  21. package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
  22. package/lib/commonjs/components/listitems/ListItemAmount.js +2 -5
  23. package/lib/commonjs/components/listitems/ListItemAmount.js.map +1 -1
  24. package/lib/commonjs/components/listitems/ListItemSwitch.js +2 -2
  25. package/lib/commonjs/components/listitems/ListItemSwitch.js.map +1 -1
  26. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +83 -347
  27. package/lib/commonjs/components/modules/ModuleIDP.js +13 -20
  28. package/lib/commonjs/components/modules/ModuleIDP.js.map +1 -1
  29. package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +30 -150
  30. package/lib/commonjs/components/searchInput/SearchInput.js +2 -4
  31. package/lib/commonjs/components/searchInput/SearchInput.js.map +1 -1
  32. package/lib/commonjs/components/switch/SwitchLabel.js +7 -29
  33. package/lib/commonjs/components/switch/SwitchLabel.js.map +1 -1
  34. package/lib/commonjs/components/tabs/TabItem.js +3 -2
  35. package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
  36. package/lib/commonjs/components/tag/Tag.js +14 -18
  37. package/lib/commonjs/components/tag/Tag.js.map +1 -1
  38. package/lib/commonjs/components/textInput/TextInputBase.js +4 -6
  39. package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
  40. package/lib/commonjs/components/typography/BaseTypography.js +5 -1
  41. package/lib/commonjs/components/typography/BaseTypography.js.map +1 -1
  42. package/lib/commonjs/components/typography/Body.js +34 -26
  43. package/lib/commonjs/components/typography/Body.js.map +1 -1
  44. package/lib/commonjs/components/typography/BodyMonospace.js +26 -24
  45. package/lib/commonjs/components/typography/BodyMonospace.js.map +1 -1
  46. package/lib/commonjs/components/typography/ButtonText.js +25 -19
  47. package/lib/commonjs/components/typography/ButtonText.js.map +1 -1
  48. package/lib/commonjs/components/typography/Caption.js +29 -19
  49. package/lib/commonjs/components/typography/Caption.js.map +1 -1
  50. package/lib/commonjs/components/typography/Chip.js +24 -21
  51. package/lib/commonjs/components/typography/Chip.js.map +1 -1
  52. package/lib/commonjs/components/typography/Factory.js +1 -0
  53. package/lib/commonjs/components/typography/Factory.js.map +1 -1
  54. package/lib/commonjs/components/typography/H1.js +27 -20
  55. package/lib/commonjs/components/typography/H1.js.map +1 -1
  56. package/lib/commonjs/components/typography/H2.js +27 -20
  57. package/lib/commonjs/components/typography/H2.js.map +1 -1
  58. package/lib/commonjs/components/typography/H3.js +27 -19
  59. package/lib/commonjs/components/typography/H3.js.map +1 -1
  60. package/lib/commonjs/components/typography/H4.js +27 -21
  61. package/lib/commonjs/components/typography/H4.js.map +1 -1
  62. package/lib/commonjs/components/typography/H5.js +26 -22
  63. package/lib/commonjs/components/typography/H5.js.map +1 -1
  64. package/lib/commonjs/components/typography/H6.js +25 -20
  65. package/lib/commonjs/components/typography/H6.js.map +1 -1
  66. package/lib/commonjs/components/typography/Hero.js +25 -17
  67. package/lib/commonjs/components/typography/Hero.js.map +1 -1
  68. package/lib/commonjs/components/typography/IOText.js +104 -0
  69. package/lib/commonjs/components/typography/IOText.js.map +1 -0
  70. package/lib/commonjs/components/typography/Label.js +28 -26
  71. package/lib/commonjs/components/typography/Label.js.map +1 -1
  72. package/lib/commonjs/components/typography/LabelMini.js +45 -0
  73. package/lib/commonjs/components/typography/LabelMini.js.map +1 -0
  74. package/lib/commonjs/components/typography/LabelSmall.js +30 -30
  75. package/lib/commonjs/components/typography/LabelSmall.js.map +1 -1
  76. package/lib/commonjs/components/typography/LabelSmallAlt.js +25 -20
  77. package/lib/commonjs/components/typography/LabelSmallAlt.js.map +1 -1
  78. package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +92 -557
  79. package/lib/commonjs/components/typography/__test__/typography.test.js +6 -25
  80. package/lib/commonjs/components/typography/__test__/typography.test.js.map +1 -1
  81. package/lib/commonjs/components/typography/index.js +15 -37
  82. package/lib/commonjs/components/typography/index.js.map +1 -1
  83. package/lib/commonjs/components/typography/markdown/MdH1.js +27 -16
  84. package/lib/commonjs/components/typography/markdown/MdH1.js.map +1 -1
  85. package/lib/commonjs/components/typography/markdown/MdH2.js +28 -18
  86. package/lib/commonjs/components/typography/markdown/MdH2.js.map +1 -1
  87. package/lib/commonjs/components/typography/markdown/MdH3.js +26 -16
  88. package/lib/commonjs/components/typography/markdown/MdH3.js.map +1 -1
  89. package/lib/commonjs/core/IOColors.js +19 -2
  90. package/lib/commonjs/core/IOColors.js.map +1 -1
  91. package/lib/commonjs/core/IOStyles.js +0 -1
  92. package/lib/commonjs/core/IOStyles.js.map +1 -1
  93. package/lib/commonjs/utils/accessibility.js +24 -1
  94. package/lib/commonjs/utils/accessibility.js.map +1 -1
  95. package/lib/commonjs/utils/fonts.js +72 -40
  96. package/lib/commonjs/utils/fonts.js.map +1 -1
  97. package/lib/module/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +8 -32
  98. package/lib/module/components/accordion/AccordionItem.js +3 -12
  99. package/lib/module/components/accordion/AccordionItem.js.map +1 -1
  100. package/lib/module/components/alert/Alert.js +5 -18
  101. package/lib/module/components/alert/Alert.js.map +1 -1
  102. package/lib/module/components/badge/Badge.js +15 -23
  103. package/lib/module/components/badge/Badge.js.map +1 -1
  104. package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +16 -16
  105. package/lib/module/components/badge/__test__/badge.test.js.map +1 -1
  106. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +14 -38
  107. package/lib/module/components/buttons/ButtonLink.js +12 -26
  108. package/lib/module/components/buttons/ButtonLink.js.map +1 -1
  109. package/lib/module/components/buttons/ButtonOutline.js +15 -25
  110. package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
  111. package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +45 -60
  112. package/lib/module/components/featureInfo/FeatureInfo.js +7 -8
  113. package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -1
  114. package/lib/module/components/layout/HeaderSecondLevel.js +10 -15
  115. package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
  116. package/lib/module/components/listitems/ListItemAction.js +16 -54
  117. package/lib/module/components/listitems/ListItemAction.js.map +1 -1
  118. package/lib/module/components/listitems/ListItemAmount.js +2 -5
  119. package/lib/module/components/listitems/ListItemAmount.js.map +1 -1
  120. package/lib/module/components/listitems/ListItemSwitch.js +3 -3
  121. package/lib/module/components/listitems/ListItemSwitch.js.map +1 -1
  122. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +83 -347
  123. package/lib/module/components/modules/ModuleIDP.js +15 -22
  124. package/lib/module/components/modules/ModuleIDP.js.map +1 -1
  125. package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +30 -150
  126. package/lib/module/components/searchInput/SearchInput.js +2 -4
  127. package/lib/module/components/searchInput/SearchInput.js.map +1 -1
  128. package/lib/module/components/switch/SwitchLabel.js +9 -31
  129. package/lib/module/components/switch/SwitchLabel.js.map +1 -1
  130. package/lib/module/components/tabs/TabItem.js +3 -2
  131. package/lib/module/components/tabs/TabItem.js.map +1 -1
  132. package/lib/module/components/tag/Tag.js +16 -20
  133. package/lib/module/components/tag/Tag.js.map +1 -1
  134. package/lib/module/components/textInput/TextInputBase.js +4 -6
  135. package/lib/module/components/textInput/TextInputBase.js.map +1 -1
  136. package/lib/module/components/typography/BaseTypography.js +5 -1
  137. package/lib/module/components/typography/BaseTypography.js.map +1 -1
  138. package/lib/module/components/typography/Body.js +31 -22
  139. package/lib/module/components/typography/Body.js.map +1 -1
  140. package/lib/module/components/typography/BodyMonospace.js +25 -23
  141. package/lib/module/components/typography/BodyMonospace.js.map +1 -1
  142. package/lib/module/components/typography/ButtonText.js +24 -19
  143. package/lib/module/components/typography/ButtonText.js.map +1 -1
  144. package/lib/module/components/typography/Caption.js +28 -19
  145. package/lib/module/components/typography/Caption.js.map +1 -1
  146. package/lib/module/components/typography/Chip.js +23 -21
  147. package/lib/module/components/typography/Chip.js.map +1 -1
  148. package/lib/module/components/typography/Factory.js +1 -0
  149. package/lib/module/components/typography/Factory.js.map +1 -1
  150. package/lib/module/components/typography/H1.js +26 -20
  151. package/lib/module/components/typography/H1.js.map +1 -1
  152. package/lib/module/components/typography/H2.js +26 -20
  153. package/lib/module/components/typography/H2.js.map +1 -1
  154. package/lib/module/components/typography/H3.js +26 -19
  155. package/lib/module/components/typography/H3.js.map +1 -1
  156. package/lib/module/components/typography/H4.js +26 -21
  157. package/lib/module/components/typography/H4.js.map +1 -1
  158. package/lib/module/components/typography/H5.js +24 -21
  159. package/lib/module/components/typography/H5.js.map +1 -1
  160. package/lib/module/components/typography/H6.js +24 -21
  161. package/lib/module/components/typography/H6.js.map +1 -1
  162. package/lib/module/components/typography/Hero.js +24 -17
  163. package/lib/module/components/typography/Hero.js.map +1 -1
  164. package/lib/module/components/typography/IOText.js +96 -0
  165. package/lib/module/components/typography/IOText.js.map +1 -0
  166. package/lib/module/components/typography/Label.js +27 -26
  167. package/lib/module/components/typography/Label.js.map +1 -1
  168. package/lib/module/components/typography/LabelMini.js +36 -0
  169. package/lib/module/components/typography/LabelMini.js.map +1 -0
  170. package/lib/module/components/typography/LabelSmall.js +29 -30
  171. package/lib/module/components/typography/LabelSmall.js.map +1 -1
  172. package/lib/module/components/typography/LabelSmallAlt.js +24 -20
  173. package/lib/module/components/typography/LabelSmallAlt.js.map +1 -1
  174. package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +92 -557
  175. package/lib/module/components/typography/__test__/typography.test.js +6 -25
  176. package/lib/module/components/typography/__test__/typography.test.js.map +1 -1
  177. package/lib/module/components/typography/index.js +2 -4
  178. package/lib/module/components/typography/index.js.map +1 -1
  179. package/lib/module/components/typography/markdown/MdH1.js +25 -15
  180. package/lib/module/components/typography/markdown/MdH1.js.map +1 -1
  181. package/lib/module/components/typography/markdown/MdH2.js +26 -17
  182. package/lib/module/components/typography/markdown/MdH2.js.map +1 -1
  183. package/lib/module/components/typography/markdown/MdH3.js +24 -15
  184. package/lib/module/components/typography/markdown/MdH3.js.map +1 -1
  185. package/lib/module/core/IOColors.js +17 -1
  186. package/lib/module/core/IOColors.js.map +1 -1
  187. package/lib/module/core/IOStyles.js +0 -1
  188. package/lib/module/core/IOStyles.js.map +1 -1
  189. package/lib/module/utils/accessibility.js +22 -0
  190. package/lib/module/utils/accessibility.js.map +1 -1
  191. package/lib/module/utils/fonts.js +70 -36
  192. package/lib/module/utils/fonts.js.map +1 -1
  193. package/lib/typescript/components/accordion/AccordionItem.d.ts.map +1 -1
  194. package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
  195. package/lib/typescript/components/badge/Badge.d.ts.map +1 -1
  196. package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
  197. package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
  198. package/lib/typescript/components/featureInfo/FeatureInfo.d.ts +6 -5
  199. package/lib/typescript/components/featureInfo/FeatureInfo.d.ts.map +1 -1
  200. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
  201. package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
  202. package/lib/typescript/components/listitems/ListItemAmount.d.ts.map +1 -1
  203. package/lib/typescript/components/modules/ModuleIDP.d.ts.map +1 -1
  204. package/lib/typescript/components/switch/SwitchLabel.d.ts.map +1 -1
  205. package/lib/typescript/components/tabs/TabItem.d.ts.map +1 -1
  206. package/lib/typescript/components/tag/Tag.d.ts.map +1 -1
  207. package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
  208. package/lib/typescript/components/typography/BaseTypography.d.ts +3 -2
  209. package/lib/typescript/components/typography/BaseTypography.d.ts.map +1 -1
  210. package/lib/typescript/components/typography/Body.d.ts +5 -10
  211. package/lib/typescript/components/typography/Body.d.ts.map +1 -1
  212. package/lib/typescript/components/typography/BodyMonospace.d.ts +7 -7
  213. package/lib/typescript/components/typography/BodyMonospace.d.ts.map +1 -1
  214. package/lib/typescript/components/typography/ButtonText.d.ts +9 -10
  215. package/lib/typescript/components/typography/ButtonText.d.ts.map +1 -1
  216. package/lib/typescript/components/typography/Caption.d.ts +9 -5
  217. package/lib/typescript/components/typography/Caption.d.ts.map +1 -1
  218. package/lib/typescript/components/typography/Chip.d.ts +7 -7
  219. package/lib/typescript/components/typography/Chip.d.ts.map +1 -1
  220. package/lib/typescript/components/typography/Factory.d.ts +1 -0
  221. package/lib/typescript/components/typography/Factory.d.ts.map +1 -1
  222. package/lib/typescript/components/typography/H1.d.ts +9 -8
  223. package/lib/typescript/components/typography/H1.d.ts.map +1 -1
  224. package/lib/typescript/components/typography/H2.d.ts +9 -8
  225. package/lib/typescript/components/typography/H2.d.ts.map +1 -1
  226. package/lib/typescript/components/typography/H3.d.ts +9 -8
  227. package/lib/typescript/components/typography/H3.d.ts.map +1 -1
  228. package/lib/typescript/components/typography/H4.d.ts +9 -8
  229. package/lib/typescript/components/typography/H4.d.ts.map +1 -1
  230. package/lib/typescript/components/typography/H5.d.ts +9 -5
  231. package/lib/typescript/components/typography/H5.d.ts.map +1 -1
  232. package/lib/typescript/components/typography/H6.d.ts +9 -10
  233. package/lib/typescript/components/typography/H6.d.ts.map +1 -1
  234. package/lib/typescript/components/typography/Hero.d.ts +9 -8
  235. package/lib/typescript/components/typography/Hero.d.ts.map +1 -1
  236. package/lib/typescript/components/typography/IOText.d.ts +54 -0
  237. package/lib/typescript/components/typography/IOText.d.ts.map +1 -0
  238. package/lib/typescript/components/typography/Label.d.ts +6 -10
  239. package/lib/typescript/components/typography/Label.d.ts.map +1 -1
  240. package/lib/typescript/components/typography/LabelMini.d.ts +13 -0
  241. package/lib/typescript/components/typography/LabelMini.d.ts.map +1 -0
  242. package/lib/typescript/components/typography/LabelSmall.d.ts +5 -11
  243. package/lib/typescript/components/typography/LabelSmall.d.ts.map +1 -1
  244. package/lib/typescript/components/typography/LabelSmallAlt.d.ts +7 -10
  245. package/lib/typescript/components/typography/LabelSmallAlt.d.ts.map +1 -1
  246. package/lib/typescript/components/typography/index.d.ts +2 -4
  247. package/lib/typescript/components/typography/index.d.ts.map +1 -1
  248. package/lib/typescript/components/typography/markdown/MdH1.d.ts +9 -9
  249. package/lib/typescript/components/typography/markdown/MdH1.d.ts.map +1 -1
  250. package/lib/typescript/components/typography/markdown/MdH2.d.ts +9 -9
  251. package/lib/typescript/components/typography/markdown/MdH2.d.ts.map +1 -1
  252. package/lib/typescript/components/typography/markdown/MdH3.d.ts +9 -9
  253. package/lib/typescript/components/typography/markdown/MdH3.d.ts.map +1 -1
  254. package/lib/typescript/core/IOColors.d.ts +3 -20
  255. package/lib/typescript/core/IOColors.d.ts.map +1 -1
  256. package/lib/typescript/core/IOStyles.d.ts +0 -3
  257. package/lib/typescript/core/IOStyles.d.ts.map +1 -1
  258. package/lib/typescript/utils/accessibility.d.ts +5 -0
  259. package/lib/typescript/utils/accessibility.d.ts.map +1 -1
  260. package/lib/typescript/utils/fonts.d.ts +19 -23
  261. package/lib/typescript/utils/fonts.d.ts.map +1 -1
  262. package/package.json +1 -1
  263. package/src/components/Advice/__test__/__snapshots__/advice.test.tsx.snap +8 -32
  264. package/src/components/accordion/AccordionItem.tsx +2 -14
  265. package/src/components/alert/Alert.tsx +5 -18
  266. package/src/components/badge/Badge.tsx +15 -28
  267. package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +16 -16
  268. package/src/components/badge/__test__/badge.test.tsx +2 -2
  269. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +14 -38
  270. package/src/components/buttons/ButtonLink.tsx +12 -35
  271. package/src/components/buttons/ButtonOutline.tsx +14 -25
  272. package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +45 -60
  273. package/src/components/featureInfo/FeatureInfo.tsx +13 -13
  274. package/src/components/layout/HeaderSecondLevel.tsx +9 -18
  275. package/src/components/listitems/ListItemAction.tsx +13 -75
  276. package/src/components/listitems/ListItemAmount.tsx +2 -5
  277. package/src/components/listitems/ListItemSwitch.tsx +3 -3
  278. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +83 -347
  279. package/src/components/modules/ModuleIDP.tsx +15 -32
  280. package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +30 -150
  281. package/src/components/searchInput/SearchInput.tsx +14 -6
  282. package/src/components/switch/SwitchLabel.tsx +6 -32
  283. package/src/components/tabs/TabItem.tsx +4 -2
  284. package/src/components/tag/Tag.tsx +22 -24
  285. package/src/components/textInput/TextInputBase.tsx +21 -8
  286. package/src/components/typography/BaseTypography.tsx +13 -4
  287. package/src/components/typography/Body.tsx +43 -38
  288. package/src/components/typography/BodyMonospace.tsx +24 -37
  289. package/src/components/typography/ButtonText.tsx +25 -35
  290. package/src/components/typography/Caption.tsx +31 -33
  291. package/src/components/typography/Chip.tsx +25 -37
  292. package/src/components/typography/Factory.tsx +1 -0
  293. package/src/components/typography/H1.tsx +31 -36
  294. package/src/components/typography/H2.tsx +31 -36
  295. package/src/components/typography/H3.tsx +30 -35
  296. package/src/components/typography/H4.tsx +31 -36
  297. package/src/components/typography/H5.tsx +26 -32
  298. package/src/components/typography/H6.tsx +30 -41
  299. package/src/components/typography/Hero.tsx +30 -33
  300. package/src/components/typography/IOText.tsx +157 -0
  301. package/src/components/typography/Label.tsx +41 -48
  302. package/src/components/typography/LabelMini.tsx +52 -0
  303. package/src/components/typography/LabelSmall.tsx +41 -63
  304. package/src/components/typography/LabelSmallAlt.tsx +28 -48
  305. package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +92 -557
  306. package/src/components/typography/__test__/typography.test.tsx +7 -31
  307. package/src/components/typography/index.tsx +2 -4
  308. package/src/components/typography/markdown/MdH1.tsx +26 -28
  309. package/src/components/typography/markdown/MdH2.tsx +27 -30
  310. package/src/components/typography/markdown/MdH3.tsx +25 -28
  311. package/src/core/IOColors.ts +31 -21
  312. package/src/core/IOStyles.ts +1 -5
  313. package/src/utils/accessibility.ts +31 -0
  314. package/src/utils/fonts.ts +94 -50
  315. package/lib/commonjs/components/typography/LabelHeader.js +0 -44
  316. package/lib/commonjs/components/typography/LabelHeader.js.map +0 -1
  317. package/lib/commonjs/components/typography/LabelLink.js +0 -44
  318. package/lib/commonjs/components/typography/LabelLink.js.map +0 -1
  319. package/lib/commonjs/components/typography/markdown/MdH4.js +0 -30
  320. package/lib/commonjs/components/typography/markdown/MdH4.js.map +0 -1
  321. package/lib/commonjs/components/typography/markdown/MdH5.js +0 -28
  322. package/lib/commonjs/components/typography/markdown/MdH5.js.map +0 -1
  323. package/lib/commonjs/components/typography/markdown/MdH6.js +0 -29
  324. package/lib/commonjs/components/typography/markdown/MdH6.js.map +0 -1
  325. package/lib/module/components/typography/LabelHeader.js +0 -33
  326. package/lib/module/components/typography/LabelHeader.js.map +0 -1
  327. package/lib/module/components/typography/LabelLink.js +0 -33
  328. package/lib/module/components/typography/LabelLink.js.map +0 -1
  329. package/lib/module/components/typography/markdown/MdH4.js +0 -23
  330. package/lib/module/components/typography/markdown/MdH4.js.map +0 -1
  331. package/lib/module/components/typography/markdown/MdH5.js +0 -21
  332. package/lib/module/components/typography/markdown/MdH5.js.map +0 -1
  333. package/lib/module/components/typography/markdown/MdH6.js +0 -22
  334. package/lib/module/components/typography/markdown/MdH6.js.map +0 -1
  335. package/lib/typescript/components/typography/LabelHeader.d.ts +0 -18
  336. package/lib/typescript/components/typography/LabelHeader.d.ts.map +0 -1
  337. package/lib/typescript/components/typography/LabelLink.d.ts +0 -20
  338. package/lib/typescript/components/typography/LabelLink.d.ts.map +0 -1
  339. package/lib/typescript/components/typography/markdown/MdH4.d.ts +0 -13
  340. package/lib/typescript/components/typography/markdown/MdH4.d.ts.map +0 -1
  341. package/lib/typescript/components/typography/markdown/MdH5.d.ts +0 -13
  342. package/lib/typescript/components/typography/markdown/MdH5.d.ts.map +0 -1
  343. package/lib/typescript/components/typography/markdown/MdH6.d.ts +0 -13
  344. package/lib/typescript/components/typography/markdown/MdH6.d.ts.map +0 -1
  345. package/src/components/typography/LabelHeader.tsx +0 -56
  346. package/src/components/typography/LabelLink.tsx +0 -61
  347. package/src/components/typography/markdown/MdH4.tsx +0 -34
  348. package/src/components/typography/markdown/MdH5.tsx +0 -32
  349. package/src/components/typography/markdown/MdH6.tsx +0 -33
@@ -72,23 +72,24 @@ exports[`Test List Item Components - Experimental Enabled ListItemAction Snapsh
72
72
  <View
73
73
  style={
74
74
  {
75
- "flex": 1,
75
+ "flexGrow": 1,
76
76
  }
77
77
  }
78
78
  >
79
79
  <Text
80
+ allowFontScaling={true}
81
+ maxFontSizeMultiplier={1.25}
80
82
  style={
81
83
  [
84
+ {},
82
85
  {
86
+ "color": "#0B3EE3",
83
87
  "fontFamily": "Readex Pro",
84
88
  "fontSize": 16,
85
89
  "fontStyle": "normal",
86
90
  "fontWeight": "400",
87
91
  "lineHeight": 20,
88
92
  },
89
- {
90
- "color": "#0B3EE3",
91
- },
92
93
  ]
93
94
  }
94
95
  >
@@ -170,17 +171,16 @@ exports[`Test List Item Components - Experimental Enabled ListItemIDP Snapshot
170
171
  {
171
172
  "alignSelf": "center",
172
173
  "flexShrink": 1,
173
- "fontSize": 12,
174
- "lineHeight": 16,
174
+ "letterSpacing": 0.5,
175
175
  "textTransform": "uppercase",
176
176
  },
177
177
  {
178
178
  "color": "#555C70",
179
- },
180
- {
181
179
  "fontFamily": "Readex Pro",
180
+ "fontSize": 12,
182
181
  "fontStyle": "normal",
183
182
  "fontWeight": "400",
183
+ "lineHeight": 16,
184
184
  },
185
185
  ]
186
186
  }
@@ -240,66 +240,42 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfo Snapshot
240
240
  >
241
241
  <Text
242
242
  allowFontScaling={true}
243
- color="grey-700"
244
- defaultColor="blue"
245
- defaultWeight="Bold"
246
243
  dynamicTypeRamp="footnote"
247
- font="TitilliumSansPro"
248
- fontStyle={
249
- {
250
- "fontSize": 14,
251
- "lineHeight": 21,
252
- }
253
- }
254
244
  maxFontSizeMultiplier={1.25}
255
245
  style={
256
246
  [
257
- {
258
- "fontSize": 14,
259
- "lineHeight": 21,
260
- },
247
+ {},
261
248
  {
262
249
  "color": "#555C70",
263
250
  "fontFamily": "Titillium Sans Pro",
251
+ "fontSize": 14,
264
252
  "fontStyle": "normal",
265
253
  "fontWeight": "400",
254
+ "lineHeight": 21,
266
255
  },
267
256
  ]
268
257
  }
269
- weight="Regular"
270
258
  >
271
259
  label
272
260
  </Text>
273
261
  <Text
274
262
  allowFontScaling={true}
275
- color="black"
276
- defaultColor="black"
277
- defaultWeight="Regular"
278
263
  dynamicTypeRamp="headline"
279
- font="ReadexPro"
280
- fontStyle={
281
- {
282
- "fontSize": 16,
283
- "lineHeight": 24,
284
- }
285
- }
286
264
  maxFontSizeMultiplier={1.25}
287
265
  numberOfLines={2}
288
266
  style={
289
267
  [
290
- {
291
- "fontSize": 16,
292
- "lineHeight": 24,
293
- },
268
+ {},
294
269
  {
295
270
  "color": "#0E0F13",
296
271
  "fontFamily": "Readex Pro",
272
+ "fontSize": 16,
297
273
  "fontStyle": "normal",
298
274
  "fontWeight": "400",
275
+ "lineHeight": 24,
299
276
  },
300
277
  ]
301
278
  }
302
- weight="Regular"
303
279
  >
304
280
  testValue
305
281
  </Text>
@@ -386,66 +362,42 @@ exports[`Test List Item Components - Experimental Enabled ListItemInfoCopy Snap
386
362
  >
387
363
  <Text
388
364
  allowFontScaling={true}
389
- color="grey-700"
390
- defaultColor="blue"
391
- defaultWeight="Bold"
392
365
  dynamicTypeRamp="footnote"
393
- font="TitilliumSansPro"
394
- fontStyle={
395
- {
396
- "fontSize": 14,
397
- "lineHeight": 21,
398
- }
399
- }
400
366
  maxFontSizeMultiplier={1.25}
401
367
  style={
402
368
  [
403
- {
404
- "fontSize": 14,
405
- "lineHeight": 21,
406
- },
369
+ {},
407
370
  {
408
371
  "color": "#555C70",
409
372
  "fontFamily": "Titillium Sans Pro",
373
+ "fontSize": 14,
410
374
  "fontStyle": "normal",
411
375
  "fontWeight": "400",
376
+ "lineHeight": 21,
412
377
  },
413
378
  ]
414
379
  }
415
- weight="Regular"
416
380
  >
417
381
  label
418
382
  </Text>
419
383
  <Text
420
384
  allowFontScaling={true}
421
- color="blueIO-500"
422
- defaultColor="black"
423
- defaultWeight="Regular"
424
385
  dynamicTypeRamp="headline"
425
- font="ReadexPro"
426
- fontStyle={
427
- {
428
- "fontSize": 16,
429
- "lineHeight": 24,
430
- }
431
- }
432
386
  maxFontSizeMultiplier={1.25}
433
387
  numberOfLines={2}
434
388
  style={
435
389
  [
436
- {
437
- "fontSize": 16,
438
- "lineHeight": 24,
439
- },
390
+ {},
440
391
  {
441
392
  "color": "#0B3EE3",
442
393
  "fontFamily": "Readex Pro",
394
+ "fontSize": 16,
443
395
  "fontStyle": "normal",
444
396
  "fontWeight": "400",
397
+ "lineHeight": 24,
445
398
  },
446
399
  ]
447
400
  }
448
- weight="Regular"
449
401
  >
450
402
  testValue
451
403
  </Text>
@@ -598,33 +550,21 @@ exports[`Test List Item Components - Experimental Enabled ListItemNav Snapshot
598
550
  >
599
551
  <Text
600
552
  allowFontScaling={true}
601
- color="black"
602
- defaultColor="black"
603
- defaultWeight="Regular"
604
553
  dynamicTypeRamp="headline"
605
- font="ReadexPro"
606
- fontStyle={
607
- {
608
- "fontSize": 16,
609
- "lineHeight": 24,
610
- }
611
- }
612
554
  maxFontSizeMultiplier={1.25}
613
555
  style={
614
556
  [
615
- {
616
- "fontSize": 16,
617
- "lineHeight": 24,
618
- },
557
+ {},
619
558
  {
620
559
  "color": "#0E0F13",
621
560
  "fontFamily": "Readex Pro",
561
+ "fontSize": 16,
622
562
  "fontStyle": "normal",
623
563
  "fontWeight": "400",
564
+ "lineHeight": 24,
624
565
  },
625
566
  ]
626
567
  }
627
- weight="Regular"
628
568
  >
629
569
  testValue
630
570
  </Text>
@@ -839,33 +779,21 @@ exports[`Test List Item Components - Experimental Enabled ListItemNavAlert Snap
839
779
  >
840
780
  <Text
841
781
  allowFontScaling={true}
842
- color="black"
843
- defaultColor="black"
844
- defaultWeight="Regular"
845
782
  dynamicTypeRamp="headline"
846
- font="ReadexPro"
847
- fontStyle={
848
- {
849
- "fontSize": 16,
850
- "lineHeight": 24,
851
- }
852
- }
853
783
  maxFontSizeMultiplier={1.25}
854
784
  style={
855
785
  [
856
- {
857
- "fontSize": 16,
858
- "lineHeight": 24,
859
- },
786
+ {},
860
787
  {
861
788
  "color": "#0E0F13",
862
789
  "fontFamily": "Readex Pro",
790
+ "fontSize": 16,
863
791
  "fontStyle": "normal",
864
792
  "fontWeight": "400",
793
+ "lineHeight": 24,
865
794
  },
866
795
  ]
867
796
  }
868
- weight="Regular"
869
797
  >
870
798
  testValue
871
799
  </Text>
@@ -1018,34 +946,22 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1018
946
  >
1019
947
  <Text
1020
948
  allowFontScaling={true}
1021
- color="black"
1022
- defaultColor="black"
1023
- defaultWeight="Regular"
1024
949
  dynamicTypeRamp="footnote"
1025
- font="ReadexPro"
1026
- fontStyle={
1027
- {
1028
- "fontSize": 14,
1029
- "lineHeight": 21,
1030
- }
1031
- }
1032
950
  maxFontSizeMultiplier={1.25}
1033
951
  numberOfLines={1}
1034
952
  style={
1035
953
  [
1036
- {
1037
- "fontSize": 14,
1038
- "lineHeight": 21,
1039
- },
954
+ {},
1040
955
  {
1041
956
  "color": "#0E0F13",
1042
957
  "fontFamily": "Readex Pro",
958
+ "fontSize": 14,
1043
959
  "fontStyle": "normal",
1044
960
  "fontWeight": "400",
961
+ "lineHeight": 21,
1045
962
  },
1046
963
  ]
1047
964
  }
1048
- weight="Regular"
1049
965
  >
1050
966
  label
1051
967
  </Text>
@@ -1130,33 +1046,21 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1130
1046
  />
1131
1047
  <Text
1132
1048
  allowFontScaling={true}
1133
- color="hanPurple-500"
1134
- defaultColor="blue"
1135
- defaultWeight="Bold"
1136
1049
  dynamicTypeRamp="footnote"
1137
- font="TitilliumSansPro"
1138
- fontStyle={
1139
- {
1140
- "fontSize": 14,
1141
- "lineHeight": 21,
1142
- }
1143
- }
1144
1050
  maxFontSizeMultiplier={1.25}
1145
1051
  style={
1146
1052
  [
1147
- {
1148
- "fontSize": 14,
1149
- "lineHeight": 21,
1150
- },
1053
+ {},
1151
1054
  {
1152
1055
  "color": "#5517E3",
1153
1056
  "fontFamily": "Titillium Sans Pro",
1057
+ "fontSize": 14,
1154
1058
  "fontStyle": "normal",
1155
1059
  "fontWeight": "400",
1060
+ "lineHeight": 21,
1156
1061
  },
1157
1062
  ]
1158
1063
  }
1159
- weight="Regular"
1160
1064
  >
1161
1065
  suggestReason
1162
1066
  </Text>
@@ -1181,33 +1085,21 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1181
1085
  />
1182
1086
  <Text
1183
1087
  allowFontScaling={true}
1184
- color="blueIO-500"
1185
- defaultColor="black"
1186
- defaultWeight="Regular"
1187
1088
  dynamicTypeRamp="headline"
1188
- font="ReadexPro"
1189
- fontStyle={
1190
- {
1191
- "fontSize": 16,
1192
- "lineHeight": 24,
1193
- }
1194
- }
1195
1089
  maxFontSizeMultiplier={1.25}
1196
1090
  style={
1197
1091
  [
1198
- {
1199
- "fontSize": 16,
1200
- "lineHeight": 24,
1201
- },
1092
+ {},
1202
1093
  {
1203
1094
  "color": "#0B3EE3",
1204
1095
  "fontFamily": "Readex Pro",
1096
+ "fontSize": 16,
1205
1097
  "fontStyle": "normal",
1206
1098
  "fontWeight": "400",
1099
+ "lineHeight": 24,
1207
1100
  },
1208
1101
  ]
1209
1102
  }
1210
- weight="Regular"
1211
1103
  >
1212
1104
  € 1.000,00
1213
1105
  </Text>
@@ -1442,34 +1334,22 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1442
1334
  >
1443
1335
  <Text
1444
1336
  allowFontScaling={true}
1445
- color="black"
1446
- defaultColor="black"
1447
- defaultWeight="Regular"
1448
1337
  dynamicTypeRamp="footnote"
1449
- font="ReadexPro"
1450
- fontStyle={
1451
- {
1452
- "fontSize": 14,
1453
- "lineHeight": 21,
1454
- }
1455
- }
1456
1338
  maxFontSizeMultiplier={1.25}
1457
1339
  numberOfLines={1}
1458
1340
  style={
1459
1341
  [
1460
- {
1461
- "fontSize": 14,
1462
- "lineHeight": 21,
1463
- },
1342
+ {},
1464
1343
  {
1465
1344
  "color": "#0E0F13",
1466
1345
  "fontFamily": "Readex Pro",
1346
+ "fontSize": 14,
1467
1347
  "fontStyle": "normal",
1468
1348
  "fontWeight": "400",
1349
+ "lineHeight": 21,
1469
1350
  },
1470
1351
  ]
1471
1352
  }
1472
- weight="Regular"
1473
1353
  >
1474
1354
  label
1475
1355
  </Text>
@@ -1493,33 +1373,21 @@ exports[`Test List Item Components - Experimental Enabled ListItemRadioWithAmou
1493
1373
  />
1494
1374
  <Text
1495
1375
  allowFontScaling={true}
1496
- color="blueIO-500"
1497
- defaultColor="black"
1498
- defaultWeight="Regular"
1499
1376
  dynamicTypeRamp="headline"
1500
- font="ReadexPro"
1501
- fontStyle={
1502
- {
1503
- "fontSize": 16,
1504
- "lineHeight": 24,
1505
- }
1506
- }
1507
1377
  maxFontSizeMultiplier={1.25}
1508
1378
  style={
1509
1379
  [
1510
- {
1511
- "fontSize": 16,
1512
- "lineHeight": 24,
1513
- },
1380
+ {},
1514
1381
  {
1515
1382
  "color": "#0B3EE3",
1516
1383
  "fontFamily": "Readex Pro",
1384
+ "fontSize": 16,
1517
1385
  "fontStyle": "normal",
1518
1386
  "fontWeight": "400",
1387
+ "lineHeight": 24,
1519
1388
  },
1520
1389
  ]
1521
1390
  }
1522
- weight="Regular"
1523
1391
  >
1524
1392
  € 1.000,00
1525
1393
  </Text>
@@ -1903,23 +1771,24 @@ exports[`Test List Item Components ListItemAction Snapshot 1`] = `
1903
1771
  <View
1904
1772
  style={
1905
1773
  {
1906
- "flex": 1,
1774
+ "flexGrow": 1,
1907
1775
  }
1908
1776
  }
1909
1777
  >
1910
1778
  <Text
1779
+ allowFontScaling={false}
1780
+ maxFontSizeMultiplier={1.25}
1911
1781
  style={
1912
1782
  [
1783
+ {},
1913
1784
  {
1785
+ "color": "#0B3EE3",
1914
1786
  "fontFamily": "Titillium Sans Pro",
1915
1787
  "fontSize": 16,
1916
1788
  "fontStyle": "normal",
1917
- "fontWeight": "600",
1789
+ "fontWeight": "700",
1918
1790
  "lineHeight": 20,
1919
1791
  },
1920
- {
1921
- "color": "#0073E6",
1922
- },
1923
1792
  ]
1924
1793
  }
1925
1794
  >
@@ -2001,17 +1870,16 @@ exports[`Test List Item Components ListItemIDP Snapshot 1`] = `
2001
1870
  {
2002
1871
  "alignSelf": "center",
2003
1872
  "flexShrink": 1,
2004
- "fontSize": 12,
2005
- "lineHeight": 16,
1873
+ "letterSpacing": 0.5,
2006
1874
  "textTransform": "uppercase",
2007
1875
  },
2008
1876
  {
2009
1877
  "color": "#555C70",
2010
- },
2011
- {
2012
1878
  "fontFamily": "Titillium Sans Pro",
1879
+ "fontSize": 12,
2013
1880
  "fontStyle": "normal",
2014
1881
  "fontWeight": "600",
1882
+ "lineHeight": 16,
2015
1883
  },
2016
1884
  ]
2017
1885
  }
@@ -2071,66 +1939,42 @@ exports[`Test List Item Components ListItemInfo Snapshot 1`] = `
2071
1939
  >
2072
1940
  <Text
2073
1941
  allowFontScaling={false}
2074
- color="grey-700"
2075
- defaultColor="blue"
2076
- defaultWeight="Bold"
2077
1942
  dynamicTypeRamp="footnote"
2078
- font="TitilliumSansPro"
2079
- fontStyle={
2080
- {
2081
- "fontSize": 14,
2082
- "lineHeight": 21,
2083
- }
2084
- }
2085
1943
  maxFontSizeMultiplier={1.25}
2086
1944
  style={
2087
1945
  [
2088
- {
2089
- "fontSize": 14,
2090
- "lineHeight": 21,
2091
- },
1946
+ {},
2092
1947
  {
2093
1948
  "color": "#555C70",
2094
1949
  "fontFamily": "Titillium Sans Pro",
1950
+ "fontSize": 14,
2095
1951
  "fontStyle": "normal",
2096
1952
  "fontWeight": "400",
1953
+ "lineHeight": 21,
2097
1954
  },
2098
1955
  ]
2099
1956
  }
2100
- weight="Regular"
2101
1957
  >
2102
1958
  label
2103
1959
  </Text>
2104
1960
  <Text
2105
1961
  allowFontScaling={false}
2106
- color="black"
2107
- defaultColor="black"
2108
- defaultWeight="Semibold"
2109
1962
  dynamicTypeRamp="headline"
2110
- font="TitilliumSansPro"
2111
- fontStyle={
2112
- {
2113
- "fontSize": 18,
2114
- "lineHeight": 25,
2115
- }
2116
- }
2117
1963
  maxFontSizeMultiplier={1.25}
2118
1964
  numberOfLines={2}
2119
1965
  style={
2120
1966
  [
2121
- {
2122
- "fontSize": 18,
2123
- "lineHeight": 25,
2124
- },
1967
+ {},
2125
1968
  {
2126
1969
  "color": "#0E0F13",
2127
1970
  "fontFamily": "Titillium Sans Pro",
1971
+ "fontSize": 18,
2128
1972
  "fontStyle": "normal",
2129
1973
  "fontWeight": "600",
1974
+ "lineHeight": 25,
2130
1975
  },
2131
1976
  ]
2132
1977
  }
2133
- weight="Semibold"
2134
1978
  >
2135
1979
  testValue
2136
1980
  </Text>
@@ -2217,66 +2061,42 @@ exports[`Test List Item Components ListItemInfoCopy Snapshot 1`] = `
2217
2061
  >
2218
2062
  <Text
2219
2063
  allowFontScaling={false}
2220
- color="grey-700"
2221
- defaultColor="blue"
2222
- defaultWeight="Bold"
2223
2064
  dynamicTypeRamp="footnote"
2224
- font="TitilliumSansPro"
2225
- fontStyle={
2226
- {
2227
- "fontSize": 14,
2228
- "lineHeight": 21,
2229
- }
2230
- }
2231
2065
  maxFontSizeMultiplier={1.25}
2232
2066
  style={
2233
2067
  [
2234
- {
2235
- "fontSize": 14,
2236
- "lineHeight": 21,
2237
- },
2068
+ {},
2238
2069
  {
2239
2070
  "color": "#555C70",
2240
2071
  "fontFamily": "Titillium Sans Pro",
2072
+ "fontSize": 14,
2241
2073
  "fontStyle": "normal",
2242
2074
  "fontWeight": "400",
2075
+ "lineHeight": 21,
2243
2076
  },
2244
2077
  ]
2245
2078
  }
2246
- weight="Regular"
2247
2079
  >
2248
2080
  label
2249
2081
  </Text>
2250
2082
  <Text
2251
2083
  allowFontScaling={false}
2252
- color="blue"
2253
- defaultColor="black"
2254
- defaultWeight="Semibold"
2255
2084
  dynamicTypeRamp="headline"
2256
- font="TitilliumSansPro"
2257
- fontStyle={
2258
- {
2259
- "fontSize": 18,
2260
- "lineHeight": 25,
2261
- }
2262
- }
2263
2085
  maxFontSizeMultiplier={1.25}
2264
2086
  numberOfLines={2}
2265
2087
  style={
2266
2088
  [
2267
- {
2268
- "fontSize": 18,
2269
- "lineHeight": 25,
2270
- },
2089
+ {},
2271
2090
  {
2272
2091
  "color": "#0073E6",
2273
2092
  "fontFamily": "Titillium Sans Pro",
2093
+ "fontSize": 18,
2274
2094
  "fontStyle": "normal",
2275
2095
  "fontWeight": "600",
2096
+ "lineHeight": 25,
2276
2097
  },
2277
2098
  ]
2278
2099
  }
2279
- weight="Semibold"
2280
2100
  >
2281
2101
  testValue
2282
2102
  </Text>
@@ -2429,33 +2249,21 @@ exports[`Test List Item Components ListItemNav Snapshot 1`] = `
2429
2249
  >
2430
2250
  <Text
2431
2251
  allowFontScaling={false}
2432
- color="black"
2433
- defaultColor="black"
2434
- defaultWeight="Semibold"
2435
2252
  dynamicTypeRamp="headline"
2436
- font="TitilliumSansPro"
2437
- fontStyle={
2438
- {
2439
- "fontSize": 18,
2440
- "lineHeight": 25,
2441
- }
2442
- }
2443
2253
  maxFontSizeMultiplier={1.25}
2444
2254
  style={
2445
2255
  [
2446
- {
2447
- "fontSize": 18,
2448
- "lineHeight": 25,
2449
- },
2256
+ {},
2450
2257
  {
2451
2258
  "color": "#0E0F13",
2452
2259
  "fontFamily": "Titillium Sans Pro",
2260
+ "fontSize": 18,
2453
2261
  "fontStyle": "normal",
2454
2262
  "fontWeight": "600",
2263
+ "lineHeight": 25,
2455
2264
  },
2456
2265
  ]
2457
2266
  }
2458
- weight="Semibold"
2459
2267
  >
2460
2268
  testValue
2461
2269
  </Text>
@@ -2670,33 +2478,21 @@ exports[`Test List Item Components ListItemNavAlert Snapshot 1`] = `
2670
2478
  >
2671
2479
  <Text
2672
2480
  allowFontScaling={false}
2673
- color="black"
2674
- defaultColor="black"
2675
- defaultWeight="Semibold"
2676
2481
  dynamicTypeRamp="headline"
2677
- font="TitilliumSansPro"
2678
- fontStyle={
2679
- {
2680
- "fontSize": 18,
2681
- "lineHeight": 25,
2682
- }
2683
- }
2684
2482
  maxFontSizeMultiplier={1.25}
2685
2483
  style={
2686
2484
  [
2687
- {
2688
- "fontSize": 18,
2689
- "lineHeight": 25,
2690
- },
2485
+ {},
2691
2486
  {
2692
2487
  "color": "#0E0F13",
2693
2488
  "fontFamily": "Titillium Sans Pro",
2489
+ "fontSize": 18,
2694
2490
  "fontStyle": "normal",
2695
2491
  "fontWeight": "600",
2492
+ "lineHeight": 25,
2696
2493
  },
2697
2494
  ]
2698
2495
  }
2699
- weight="Semibold"
2700
2496
  >
2701
2497
  testValue
2702
2498
  </Text>
@@ -2849,34 +2645,22 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2849
2645
  >
2850
2646
  <Text
2851
2647
  allowFontScaling={false}
2852
- color="black"
2853
- defaultColor="black"
2854
- defaultWeight="Semibold"
2855
2648
  dynamicTypeRamp="footnote"
2856
- font="TitilliumSansPro"
2857
- fontStyle={
2858
- {
2859
- "fontSize": 16,
2860
- "lineHeight": 21,
2861
- }
2862
- }
2863
2649
  maxFontSizeMultiplier={1.25}
2864
2650
  numberOfLines={1}
2865
2651
  style={
2866
2652
  [
2867
- {
2868
- "fontSize": 16,
2869
- "lineHeight": 21,
2870
- },
2653
+ {},
2871
2654
  {
2872
2655
  "color": "#0E0F13",
2873
2656
  "fontFamily": "Titillium Sans Pro",
2657
+ "fontSize": 16,
2874
2658
  "fontStyle": "normal",
2875
2659
  "fontWeight": "600",
2660
+ "lineHeight": 21,
2876
2661
  },
2877
2662
  ]
2878
2663
  }
2879
- weight="Semibold"
2880
2664
  >
2881
2665
  label
2882
2666
  </Text>
@@ -2961,33 +2745,21 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
2961
2745
  />
2962
2746
  <Text
2963
2747
  allowFontScaling={false}
2964
- color="hanPurple-500"
2965
- defaultColor="blue"
2966
- defaultWeight="Bold"
2967
2748
  dynamicTypeRamp="footnote"
2968
- font="TitilliumSansPro"
2969
- fontStyle={
2970
- {
2971
- "fontSize": 14,
2972
- "lineHeight": 21,
2973
- }
2974
- }
2975
2749
  maxFontSizeMultiplier={1.25}
2976
2750
  style={
2977
2751
  [
2978
- {
2979
- "fontSize": 14,
2980
- "lineHeight": 21,
2981
- },
2752
+ {},
2982
2753
  {
2983
2754
  "color": "#5517E3",
2984
2755
  "fontFamily": "Titillium Sans Pro",
2756
+ "fontSize": 14,
2985
2757
  "fontStyle": "normal",
2986
2758
  "fontWeight": "400",
2759
+ "lineHeight": 21,
2987
2760
  },
2988
2761
  ]
2989
2762
  }
2990
- weight="Regular"
2991
2763
  >
2992
2764
  suggestReason
2993
2765
  </Text>
@@ -3012,33 +2784,21 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 1`] = `
3012
2784
  />
3013
2785
  <Text
3014
2786
  allowFontScaling={false}
3015
- color="blueIO-500"
3016
- defaultColor="black"
3017
- defaultWeight="Semibold"
3018
2787
  dynamicTypeRamp="headline"
3019
- font="TitilliumSansPro"
3020
- fontStyle={
3021
- {
3022
- "fontSize": 18,
3023
- "lineHeight": 25,
3024
- }
3025
- }
3026
2788
  maxFontSizeMultiplier={1.25}
3027
2789
  style={
3028
2790
  [
3029
- {
3030
- "fontSize": 18,
3031
- "lineHeight": 25,
3032
- },
2791
+ {},
3033
2792
  {
3034
2793
  "color": "#0B3EE3",
3035
2794
  "fontFamily": "Titillium Sans Pro",
2795
+ "fontSize": 18,
3036
2796
  "fontStyle": "normal",
3037
2797
  "fontWeight": "600",
2798
+ "lineHeight": 25,
3038
2799
  },
3039
2800
  ]
3040
2801
  }
3041
- weight="Semibold"
3042
2802
  >
3043
2803
  € 1.000,00
3044
2804
  </Text>
@@ -3273,34 +3033,22 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
3273
3033
  >
3274
3034
  <Text
3275
3035
  allowFontScaling={false}
3276
- color="black"
3277
- defaultColor="black"
3278
- defaultWeight="Semibold"
3279
3036
  dynamicTypeRamp="footnote"
3280
- font="TitilliumSansPro"
3281
- fontStyle={
3282
- {
3283
- "fontSize": 16,
3284
- "lineHeight": 21,
3285
- }
3286
- }
3287
3037
  maxFontSizeMultiplier={1.25}
3288
3038
  numberOfLines={1}
3289
3039
  style={
3290
3040
  [
3291
- {
3292
- "fontSize": 16,
3293
- "lineHeight": 21,
3294
- },
3041
+ {},
3295
3042
  {
3296
3043
  "color": "#0E0F13",
3297
3044
  "fontFamily": "Titillium Sans Pro",
3045
+ "fontSize": 16,
3298
3046
  "fontStyle": "normal",
3299
3047
  "fontWeight": "600",
3048
+ "lineHeight": 21,
3300
3049
  },
3301
3050
  ]
3302
3051
  }
3303
- weight="Semibold"
3304
3052
  >
3305
3053
  label
3306
3054
  </Text>
@@ -3324,33 +3072,21 @@ exports[`Test List Item Components ListItemRadioWithAmount Snapshot 2`] = `
3324
3072
  />
3325
3073
  <Text
3326
3074
  allowFontScaling={false}
3327
- color="blueIO-500"
3328
- defaultColor="black"
3329
- defaultWeight="Semibold"
3330
3075
  dynamicTypeRamp="headline"
3331
- font="TitilliumSansPro"
3332
- fontStyle={
3333
- {
3334
- "fontSize": 18,
3335
- "lineHeight": 25,
3336
- }
3337
- }
3338
3076
  maxFontSizeMultiplier={1.25}
3339
3077
  style={
3340
3078
  [
3341
- {
3342
- "fontSize": 18,
3343
- "lineHeight": 25,
3344
- },
3079
+ {},
3345
3080
  {
3346
3081
  "color": "#0B3EE3",
3347
3082
  "fontFamily": "Titillium Sans Pro",
3083
+ "fontSize": 18,
3348
3084
  "fontStyle": "normal",
3349
3085
  "fontWeight": "600",
3086
+ "lineHeight": 25,
3350
3087
  },
3351
3088
  ]
3352
3089
  }
3353
- weight="Semibold"
3354
3090
  >
3355
3091
  € 1.000,00
3356
3092
  </Text>