@pagopa/io-app-design-system 1.16.0 → 1.17.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 (467) hide show
  1. package/README.md +131 -54
  2. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
  3. package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
  4. package/lib/commonjs/components/checkbox/AnimatedCheckbox.js +6 -2
  5. package/lib/commonjs/components/checkbox/AnimatedCheckbox.js.map +1 -1
  6. package/lib/commonjs/components/codeInput/CodeInput.js +103 -0
  7. package/lib/commonjs/components/codeInput/CodeInput.js.map +1 -0
  8. package/lib/commonjs/components/codeInput/index.js +17 -0
  9. package/lib/commonjs/components/codeInput/index.js.map +1 -0
  10. package/lib/commonjs/components/icons/Icon.js +2 -0
  11. package/lib/commonjs/components/icons/Icon.js.map +1 -1
  12. package/lib/commonjs/components/icons/README.md +79 -19
  13. package/lib/commonjs/components/icons/svg/IconSparkles.js +30 -0
  14. package/lib/commonjs/components/icons/svg/IconSparkles.js.map +1 -0
  15. package/lib/commonjs/components/icons/svg/originals/IconSparkles.svg +3 -0
  16. package/lib/commonjs/components/index.js +48 -26
  17. package/lib/commonjs/components/index.js.map +1 -1
  18. package/lib/commonjs/components/layout/HeaderSecondLevel.js +5 -4
  19. package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
  20. package/lib/commonjs/components/listitems/ListItemAction.js +4 -3
  21. package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
  22. package/lib/commonjs/components/listitems/ListItemHeader.js +87 -0
  23. package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -0
  24. package/lib/commonjs/components/listitems/ListItemInfo.js +18 -14
  25. package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
  26. package/lib/commonjs/components/listitems/ListItemInfoCopy.js +5 -30
  27. package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
  28. package/lib/commonjs/components/listitems/ListItemNav.js +15 -23
  29. package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
  30. package/lib/commonjs/components/listitems/ListItemNavAlert.js +4 -22
  31. package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
  32. package/lib/commonjs/components/listitems/ListItemRadio.js +69 -10
  33. package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
  34. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +64 -0
  35. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -0
  36. package/lib/commonjs/components/listitems/ListItemTransaction.js +8 -5
  37. package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
  38. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
  39. package/lib/commonjs/components/listitems/__test__/listitem.test.js +17 -0
  40. package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
  41. package/lib/commonjs/components/listitems/index.js +22 -0
  42. package/lib/commonjs/components/listitems/index.js.map +1 -1
  43. package/lib/commonjs/components/modules/ModuleCheckout.js +103 -0
  44. package/lib/commonjs/components/modules/ModuleCheckout.js.map +1 -0
  45. package/lib/commonjs/components/modules/index.js +11 -0
  46. package/lib/commonjs/components/modules/index.js.map +1 -1
  47. package/lib/commonjs/components/numberpad/NumberPad.js +7 -10
  48. package/lib/commonjs/components/numberpad/NumberPad.js.map +1 -1
  49. package/lib/commonjs/components/pictograms/Pictogram.js +19 -1
  50. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  51. package/lib/commonjs/components/pictograms/README.md +103 -14
  52. package/lib/commonjs/components/pictograms/svg/PictogramBiometric.js +82 -0
  53. package/lib/commonjs/components/pictograms/svg/PictogramBiometric.js.map +1 -0
  54. package/lib/commonjs/components/pictograms/svg/PictogramBleedEnded.js +43 -0
  55. package/lib/commonjs/components/pictograms/svg/PictogramBleedEnded.js.map +1 -0
  56. package/lib/commonjs/components/pictograms/svg/PictogramBleedLostConnection.js +64 -0
  57. package/lib/commonjs/components/pictograms/svg/PictogramBleedLostConnection.js.map +1 -0
  58. package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js +15 -9
  59. package/lib/commonjs/components/pictograms/svg/PictogramBleedPending.js.map +1 -1
  60. package/lib/commonjs/components/pictograms/svg/PictogramBleedQrCode.js +79 -0
  61. package/lib/commonjs/components/pictograms/svg/PictogramBleedQrCode.js.map +1 -0
  62. package/lib/commonjs/components/pictograms/svg/PictogramEmailDotCheck.js +60 -0
  63. package/lib/commonjs/components/pictograms/svg/PictogramEmailDotCheck.js.map +1 -0
  64. package/lib/commonjs/components/pictograms/svg/PictogramEmailDotNotif.js +58 -0
  65. package/lib/commonjs/components/pictograms/svg/PictogramEmailDotNotif.js.map +1 -0
  66. package/lib/commonjs/components/pictograms/svg/PictogramEnded.js +43 -0
  67. package/lib/commonjs/components/pictograms/svg/PictogramEnded.js.map +1 -0
  68. package/lib/commonjs/components/pictograms/svg/PictogramLostConnection.js +58 -0
  69. package/lib/commonjs/components/pictograms/svg/PictogramLostConnection.js.map +1 -0
  70. package/lib/commonjs/components/pictograms/svg/PictogramPending.js +15 -9
  71. package/lib/commonjs/components/pictograms/svg/PictogramPending.js.map +1 -1
  72. package/lib/commonjs/components/pictograms/svg/PictogramQrCode.js +91 -0
  73. package/lib/commonjs/components/pictograms/svg/PictogramQrCode.js.map +1 -0
  74. package/lib/commonjs/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
  75. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
  76. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
  77. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
  78. package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
  79. package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
  80. package/lib/commonjs/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
  81. package/lib/commonjs/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
  82. package/lib/commonjs/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
  83. package/lib/commonjs/components/pictograms/svg/originals/PictogramPending.svg +1 -1
  84. package/lib/commonjs/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
  85. package/lib/commonjs/components/radio/RadioGroup.js +2 -1
  86. package/lib/commonjs/components/radio/RadioGroup.js.map +1 -1
  87. package/lib/commonjs/components/stepper/Stepper.js +52 -0
  88. package/lib/commonjs/components/stepper/Stepper.js.map +1 -0
  89. package/lib/commonjs/components/stepper/index.js +17 -0
  90. package/lib/commonjs/components/stepper/index.js.map +1 -0
  91. package/lib/commonjs/components/typography/H1.js +5 -3
  92. package/lib/commonjs/components/typography/H1.js.map +1 -1
  93. package/lib/commonjs/components/typography/H2.js +5 -3
  94. package/lib/commonjs/components/typography/H2.js.map +1 -1
  95. package/lib/commonjs/components/typography/H3.js +5 -3
  96. package/lib/commonjs/components/typography/H3.js.map +1 -1
  97. package/lib/commonjs/components/typography/H4.js +2 -1
  98. package/lib/commonjs/components/typography/H4.js.map +1 -1
  99. package/lib/commonjs/components/typography/H6.js +4 -2
  100. package/lib/commonjs/components/typography/H6.js.map +1 -1
  101. package/lib/commonjs/components/typography/Hero.js +7 -3
  102. package/lib/commonjs/components/typography/Hero.js.map +1 -1
  103. package/lib/commonjs/components/typography/LabelSmall.js +6 -1
  104. package/lib/commonjs/components/typography/LabelSmall.js.map +1 -1
  105. package/lib/commonjs/components/typography/LabelSmallAlt.js +39 -0
  106. package/lib/commonjs/components/typography/LabelSmallAlt.js.map +1 -0
  107. package/lib/commonjs/components/typography/README.md +23 -0
  108. package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
  109. package/lib/commonjs/components/typography/index.js +11 -0
  110. package/lib/commonjs/components/typography/index.js.map +1 -1
  111. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
  112. package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
  113. package/lib/module/components/checkbox/AnimatedCheckbox.js +6 -2
  114. package/lib/module/components/checkbox/AnimatedCheckbox.js.map +1 -1
  115. package/lib/module/components/codeInput/CodeInput.js +94 -0
  116. package/lib/module/components/codeInput/CodeInput.js.map +1 -0
  117. package/lib/module/components/codeInput/index.js +2 -0
  118. package/lib/module/components/codeInput/index.js.map +1 -0
  119. package/lib/module/components/icons/Icon.js +2 -0
  120. package/lib/module/components/icons/Icon.js.map +1 -1
  121. package/lib/module/components/icons/README.md +79 -19
  122. package/lib/module/components/icons/svg/IconSparkles.js +21 -0
  123. package/lib/module/components/icons/svg/IconSparkles.js.map +1 -0
  124. package/lib/module/components/icons/svg/originals/IconSparkles.svg +3 -0
  125. package/lib/module/components/index.js +5 -3
  126. package/lib/module/components/index.js.map +1 -1
  127. package/lib/module/components/layout/HeaderSecondLevel.js +5 -4
  128. package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
  129. package/lib/module/components/listitems/ListItemAction.js +4 -3
  130. package/lib/module/components/listitems/ListItemAction.js.map +1 -1
  131. package/lib/module/components/listitems/ListItemHeader.js +77 -0
  132. package/lib/module/components/listitems/ListItemHeader.js.map +1 -0
  133. package/lib/module/components/listitems/ListItemInfo.js +18 -14
  134. package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
  135. package/lib/module/components/listitems/ListItemInfoCopy.js +7 -32
  136. package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
  137. package/lib/module/components/listitems/ListItemNav.js +17 -26
  138. package/lib/module/components/listitems/ListItemNav.js.map +1 -1
  139. package/lib/module/components/listitems/ListItemNavAlert.js +6 -24
  140. package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
  141. package/lib/module/components/listitems/ListItemRadio.js +69 -10
  142. package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
  143. package/lib/module/components/listitems/ListItemRadioWithAmount.js +54 -0
  144. package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -0
  145. package/lib/module/components/listitems/ListItemTransaction.js +10 -7
  146. package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
  147. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
  148. package/lib/module/components/listitems/__test__/listitem.test.js +17 -0
  149. package/lib/module/components/listitems/__test__/listitem.test.js.map +1 -1
  150. package/lib/module/components/listitems/index.js +2 -0
  151. package/lib/module/components/listitems/index.js.map +1 -1
  152. package/lib/module/components/modules/ModuleCheckout.js +95 -0
  153. package/lib/module/components/modules/ModuleCheckout.js.map +1 -0
  154. package/lib/module/components/modules/index.js +1 -0
  155. package/lib/module/components/modules/index.js.map +1 -1
  156. package/lib/module/components/numberpad/NumberPad.js +6 -7
  157. package/lib/module/components/numberpad/NumberPad.js.map +1 -1
  158. package/lib/module/components/pictograms/Pictogram.js +19 -1
  159. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  160. package/lib/module/components/pictograms/README.md +103 -14
  161. package/lib/module/components/pictograms/svg/PictogramBiometric.js +74 -0
  162. package/lib/module/components/pictograms/svg/PictogramBiometric.js.map +1 -0
  163. package/lib/module/components/pictograms/svg/PictogramBleedEnded.js +35 -0
  164. package/lib/module/components/pictograms/svg/PictogramBleedEnded.js.map +1 -0
  165. package/lib/module/components/pictograms/svg/PictogramBleedLostConnection.js +56 -0
  166. package/lib/module/components/pictograms/svg/PictogramBleedLostConnection.js.map +1 -0
  167. package/lib/module/components/pictograms/svg/PictogramBleedPending.js +15 -9
  168. package/lib/module/components/pictograms/svg/PictogramBleedPending.js.map +1 -1
  169. package/lib/module/components/pictograms/svg/PictogramBleedQrCode.js +71 -0
  170. package/lib/module/components/pictograms/svg/PictogramBleedQrCode.js.map +1 -0
  171. package/lib/module/components/pictograms/svg/PictogramEmailDotCheck.js +52 -0
  172. package/lib/module/components/pictograms/svg/PictogramEmailDotCheck.js.map +1 -0
  173. package/lib/module/components/pictograms/svg/PictogramEmailDotNotif.js +50 -0
  174. package/lib/module/components/pictograms/svg/PictogramEmailDotNotif.js.map +1 -0
  175. package/lib/module/components/pictograms/svg/PictogramEnded.js +35 -0
  176. package/lib/module/components/pictograms/svg/PictogramEnded.js.map +1 -0
  177. package/lib/module/components/pictograms/svg/PictogramLostConnection.js +50 -0
  178. package/lib/module/components/pictograms/svg/PictogramLostConnection.js.map +1 -0
  179. package/lib/module/components/pictograms/svg/PictogramPending.js +15 -9
  180. package/lib/module/components/pictograms/svg/PictogramPending.js.map +1 -1
  181. package/lib/module/components/pictograms/svg/PictogramQrCode.js +83 -0
  182. package/lib/module/components/pictograms/svg/PictogramQrCode.js.map +1 -0
  183. package/lib/module/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
  184. package/lib/module/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
  185. package/lib/module/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
  186. package/lib/module/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
  187. package/lib/module/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
  188. package/lib/module/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
  189. package/lib/module/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
  190. package/lib/module/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
  191. package/lib/module/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
  192. package/lib/module/components/pictograms/svg/originals/PictogramPending.svg +1 -1
  193. package/lib/module/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
  194. package/lib/module/components/radio/RadioGroup.js +2 -1
  195. package/lib/module/components/radio/RadioGroup.js.map +1 -1
  196. package/lib/module/components/stepper/Stepper.js +43 -0
  197. package/lib/module/components/stepper/Stepper.js.map +1 -0
  198. package/lib/module/components/stepper/index.js +2 -0
  199. package/lib/module/components/stepper/index.js.map +1 -0
  200. package/lib/module/components/typography/H1.js +5 -3
  201. package/lib/module/components/typography/H1.js.map +1 -1
  202. package/lib/module/components/typography/H2.js +5 -3
  203. package/lib/module/components/typography/H2.js.map +1 -1
  204. package/lib/module/components/typography/H3.js +5 -3
  205. package/lib/module/components/typography/H3.js.map +1 -1
  206. package/lib/module/components/typography/H4.js +2 -1
  207. package/lib/module/components/typography/H4.js.map +1 -1
  208. package/lib/module/components/typography/H6.js +4 -2
  209. package/lib/module/components/typography/H6.js.map +1 -1
  210. package/lib/module/components/typography/Hero.js +7 -3
  211. package/lib/module/components/typography/Hero.js.map +1 -1
  212. package/lib/module/components/typography/LabelSmall.js +6 -1
  213. package/lib/module/components/typography/LabelSmall.js.map +1 -1
  214. package/lib/module/components/typography/LabelSmallAlt.js +32 -0
  215. package/lib/module/components/typography/LabelSmallAlt.js.map +1 -0
  216. package/lib/module/components/typography/README.md +23 -0
  217. package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
  218. package/lib/module/components/typography/index.js +1 -0
  219. package/lib/module/components/typography/index.js.map +1 -1
  220. package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts.map +1 -1
  221. package/lib/typescript/components/codeInput/CodeInput.d.ts +11 -0
  222. package/lib/typescript/components/codeInput/CodeInput.d.ts.map +1 -0
  223. package/lib/typescript/components/codeInput/index.d.ts +2 -0
  224. package/lib/typescript/components/codeInput/index.d.ts.map +1 -0
  225. package/lib/typescript/components/icons/Icon.d.ts +1 -0
  226. package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
  227. package/lib/typescript/components/icons/svg/IconSparkles.d.ts +5 -0
  228. package/lib/typescript/components/icons/svg/IconSparkles.d.ts.map +1 -0
  229. package/lib/typescript/components/index.d.ts +5 -3
  230. package/lib/typescript/components/index.d.ts.map +1 -1
  231. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
  232. package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
  233. package/lib/typescript/components/listitems/ListItemHeader.d.ts +34 -0
  234. package/lib/typescript/components/listitems/ListItemHeader.d.ts.map +1 -0
  235. package/lib/typescript/components/listitems/ListItemInfo.d.ts +8 -3
  236. package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
  237. package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
  238. package/lib/typescript/components/listitems/ListItemNav.d.ts +4 -1
  239. package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
  240. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts +2 -2
  241. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
  242. package/lib/typescript/components/listitems/ListItemRadio.d.ts +21 -3
  243. package/lib/typescript/components/listitems/ListItemRadio.d.ts.map +1 -1
  244. package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts +13 -0
  245. package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -0
  246. package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
  247. package/lib/typescript/components/listitems/index.d.ts +2 -0
  248. package/lib/typescript/components/listitems/index.d.ts.map +1 -1
  249. package/lib/typescript/components/modules/ModuleCheckout.d.ts +15 -0
  250. package/lib/typescript/components/modules/ModuleCheckout.d.ts.map +1 -0
  251. package/lib/typescript/components/modules/index.d.ts +1 -0
  252. package/lib/typescript/components/modules/index.d.ts.map +1 -1
  253. package/lib/typescript/components/numberpad/NumberPad.d.ts +2 -1
  254. package/lib/typescript/components/numberpad/NumberPad.d.ts.map +1 -1
  255. package/lib/typescript/components/pictograms/Pictogram.d.ts +7 -1
  256. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  257. package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts +5 -0
  258. package/lib/typescript/components/pictograms/svg/PictogramBiometric.d.ts.map +1 -0
  259. package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts +5 -0
  260. package/lib/typescript/components/pictograms/svg/PictogramBleedEnded.d.ts.map +1 -0
  261. package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts +5 -0
  262. package/lib/typescript/components/pictograms/svg/PictogramBleedLostConnection.d.ts.map +1 -0
  263. package/lib/typescript/components/pictograms/svg/PictogramBleedPending.d.ts.map +1 -1
  264. package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts +5 -0
  265. package/lib/typescript/components/pictograms/svg/PictogramBleedQrCode.d.ts.map +1 -0
  266. package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts +5 -0
  267. package/lib/typescript/components/pictograms/svg/PictogramEmailDotCheck.d.ts.map +1 -0
  268. package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts +5 -0
  269. package/lib/typescript/components/pictograms/svg/PictogramEmailDotNotif.d.ts.map +1 -0
  270. package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts +5 -0
  271. package/lib/typescript/components/pictograms/svg/PictogramEnded.d.ts.map +1 -0
  272. package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts +5 -0
  273. package/lib/typescript/components/pictograms/svg/PictogramLostConnection.d.ts.map +1 -0
  274. package/lib/typescript/components/pictograms/svg/PictogramPending.d.ts.map +1 -1
  275. package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts +5 -0
  276. package/lib/typescript/components/pictograms/svg/PictogramQrCode.d.ts.map +1 -0
  277. package/lib/typescript/components/radio/RadioGroup.d.ts +4 -3
  278. package/lib/typescript/components/radio/RadioGroup.d.ts.map +1 -1
  279. package/lib/typescript/components/stepper/Stepper.d.ts +8 -0
  280. package/lib/typescript/components/stepper/Stepper.d.ts.map +1 -0
  281. package/lib/typescript/components/stepper/index.d.ts +2 -0
  282. package/lib/typescript/components/stepper/index.d.ts.map +1 -0
  283. package/lib/typescript/components/typography/H1.d.ts +1 -1
  284. package/lib/typescript/components/typography/H1.d.ts.map +1 -1
  285. package/lib/typescript/components/typography/H2.d.ts +1 -1
  286. package/lib/typescript/components/typography/H2.d.ts.map +1 -1
  287. package/lib/typescript/components/typography/H3.d.ts +1 -1
  288. package/lib/typescript/components/typography/H3.d.ts.map +1 -1
  289. package/lib/typescript/components/typography/H4.d.ts.map +1 -1
  290. package/lib/typescript/components/typography/H6.d.ts.map +1 -1
  291. package/lib/typescript/components/typography/Hero.d.ts +1 -1
  292. package/lib/typescript/components/typography/Hero.d.ts.map +1 -1
  293. package/lib/typescript/components/typography/LabelSmall.d.ts.map +1 -1
  294. package/lib/typescript/components/typography/LabelSmallAlt.d.ts +14 -0
  295. package/lib/typescript/components/typography/LabelSmallAlt.d.ts.map +1 -0
  296. package/lib/typescript/components/typography/index.d.ts +1 -0
  297. package/lib/typescript/components/typography/index.d.ts.map +1 -1
  298. package/package.json +9 -2
  299. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +4 -4
  300. package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +4 -4
  301. package/src/components/checkbox/AnimatedCheckbox.tsx +6 -4
  302. package/src/components/codeInput/CodeInput.tsx +121 -0
  303. package/src/components/codeInput/index.tsx +1 -0
  304. package/src/components/icons/Icon.tsx +2 -0
  305. package/src/components/icons/README.md +79 -19
  306. package/src/components/icons/svg/IconSparkles.tsx +14 -0
  307. package/src/components/icons/svg/originals/IconSparkles.svg +3 -0
  308. package/src/components/index.tsx +5 -3
  309. package/src/components/layout/HeaderSecondLevel.tsx +6 -9
  310. package/src/components/listitems/ListItemAction.tsx +4 -3
  311. package/src/components/listitems/ListItemHeader.tsx +146 -0
  312. package/src/components/listitems/ListItemInfo.tsx +33 -16
  313. package/src/components/listitems/ListItemInfoCopy.tsx +14 -57
  314. package/src/components/listitems/ListItemNav.tsx +32 -44
  315. package/src/components/listitems/ListItemNavAlert.tsx +21 -42
  316. package/src/components/listitems/ListItemRadio.tsx +99 -12
  317. package/src/components/listitems/ListItemRadioWithAmount.tsx +69 -0
  318. package/src/components/listitems/ListItemTransaction.tsx +12 -7
  319. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +684 -34
  320. package/src/components/listitems/__test__/listitem.test.tsx +21 -0
  321. package/src/components/listitems/index.tsx +2 -0
  322. package/src/components/modules/ModuleCheckout.tsx +98 -0
  323. package/src/components/modules/index.tsx +1 -0
  324. package/src/components/numberpad/NumberPad.tsx +7 -8
  325. package/src/components/pictograms/Pictogram.tsx +23 -2
  326. package/src/components/pictograms/README.md +103 -14
  327. package/src/components/pictograms/svg/PictogramBiometric.tsx +78 -0
  328. package/src/components/pictograms/svg/PictogramBleedEnded.tsx +38 -0
  329. package/src/components/pictograms/svg/PictogramBleedLostConnection.tsx +66 -0
  330. package/src/components/pictograms/svg/PictogramBleedPending.tsx +17 -9
  331. package/src/components/pictograms/svg/PictogramBleedQrCode.tsx +86 -0
  332. package/src/components/pictograms/svg/PictogramEmailDotCheck.tsx +53 -0
  333. package/src/components/pictograms/svg/PictogramEmailDotNotif.tsx +51 -0
  334. package/src/components/pictograms/svg/PictogramEnded.tsx +34 -0
  335. package/src/components/pictograms/svg/PictogramLostConnection.tsx +58 -0
  336. package/src/components/pictograms/svg/PictogramPending.tsx +17 -9
  337. package/src/components/pictograms/svg/PictogramQrCode.tsx +102 -0
  338. package/src/components/pictograms/svg/originals/PictogramBiometric.svg +1 -0
  339. package/src/components/pictograms/svg/originals/PictogramBleedEnded.svg +1 -0
  340. package/src/components/pictograms/svg/originals/PictogramBleedLostConnection.svg +1 -0
  341. package/src/components/pictograms/svg/originals/PictogramBleedPending.svg +1 -1
  342. package/src/components/pictograms/svg/originals/PictogramBleedQrCode.svg +1 -0
  343. package/src/components/pictograms/svg/originals/PictogramEmailDotCheck.svg +41 -0
  344. package/src/components/pictograms/svg/originals/PictogramEmailDotNotif.svg +35 -0
  345. package/src/components/pictograms/svg/originals/PictogramEnded.svg +1 -0
  346. package/src/components/pictograms/svg/originals/PictogramLostConnection.svg +1 -0
  347. package/src/components/pictograms/svg/originals/PictogramPending.svg +1 -1
  348. package/src/components/pictograms/svg/originals/PictogramQrCode.svg +1 -0
  349. package/src/components/radio/RadioGroup.tsx +5 -4
  350. package/src/components/stepper/Stepper.tsx +62 -0
  351. package/src/components/stepper/index.tsx +1 -0
  352. package/src/components/typography/H1.tsx +8 -3
  353. package/src/components/typography/H2.tsx +8 -3
  354. package/src/components/typography/H3.tsx +8 -3
  355. package/src/components/typography/H4.tsx +5 -1
  356. package/src/components/typography/H6.tsx +6 -1
  357. package/src/components/typography/Hero.tsx +10 -3
  358. package/src/components/typography/LabelSmall.tsx +8 -1
  359. package/src/components/typography/LabelSmallAlt.tsx +51 -0
  360. package/src/components/typography/README.md +23 -0
  361. package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +84 -74
  362. package/src/components/typography/index.tsx +1 -0
  363. package/lib/commonjs/components/icons/generateNewIcons.js +0 -165
  364. package/lib/commonjs/components/icons/generateNewIcons.js.map +0 -1
  365. package/lib/commonjs/components/icons/generateNewTimestamp.js +0 -8
  366. package/lib/commonjs/components/icons/generateNewTimestamp.js.map +0 -1
  367. package/lib/commonjs/components/icons/timestamp.txt +0 -1
  368. package/lib/commonjs/components/pictograms/generateNewPictograms.js +0 -163
  369. package/lib/commonjs/components/pictograms/generateNewPictograms.js.map +0 -1
  370. package/lib/commonjs/components/pictograms/timestamp.txt +0 -1
  371. package/lib/commonjs/stories/ButtonDS.stories.js +0 -34
  372. package/lib/commonjs/stories/ButtonDS.stories.js.map +0 -1
  373. package/lib/commonjs/stories/H1.stories.js +0 -33
  374. package/lib/commonjs/stories/H1.stories.js.map +0 -1
  375. package/lib/commonjs/stories/H2.stories.js +0 -33
  376. package/lib/commonjs/stories/H2.stories.js.map +0 -1
  377. package/lib/commonjs/stories/H3.stories.js +0 -33
  378. package/lib/commonjs/stories/H3.stories.js.map +0 -1
  379. package/lib/commonjs/stories/H4.stories.js +0 -33
  380. package/lib/commonjs/stories/H4.stories.js.map +0 -1
  381. package/lib/commonjs/stories/H5.stories.js +0 -33
  382. package/lib/commonjs/stories/H5.stories.js.map +0 -1
  383. package/lib/commonjs/stories/H6.stories.js +0 -33
  384. package/lib/commonjs/stories/H6.stories.js.map +0 -1
  385. package/lib/commonjs/stories/Label.stories.js +0 -33
  386. package/lib/commonjs/stories/Label.stories.js.map +0 -1
  387. package/lib/commonjs/stories/LabelSmall.stories.js +0 -33
  388. package/lib/commonjs/stories/LabelSmall.stories.js.map +0 -1
  389. package/lib/commonjs/stories/Link.stories.js +0 -33
  390. package/lib/commonjs/stories/Link.stories.js.map +0 -1
  391. package/lib/commonjs/stories/ModuleIDP.stories.js +0 -45
  392. package/lib/commonjs/stories/ModuleIDP.stories.js.map +0 -1
  393. package/lib/commonjs/stories/Monospace.stories.js +0 -33
  394. package/lib/commonjs/stories/Monospace.stories.js.map +0 -1
  395. package/lib/module/components/icons/generateNewIcons.js +0 -163
  396. package/lib/module/components/icons/generateNewIcons.js.map +0 -1
  397. package/lib/module/components/icons/generateNewTimestamp.js +0 -6
  398. package/lib/module/components/icons/generateNewTimestamp.js.map +0 -1
  399. package/lib/module/components/icons/timestamp.txt +0 -1
  400. package/lib/module/components/pictograms/generateNewPictograms.js +0 -161
  401. package/lib/module/components/pictograms/generateNewPictograms.js.map +0 -1
  402. package/lib/module/components/pictograms/timestamp.txt +0 -1
  403. package/lib/module/stories/ButtonDS.stories.js +0 -27
  404. package/lib/module/stories/ButtonDS.stories.js.map +0 -1
  405. package/lib/module/stories/H1.stories.js +0 -26
  406. package/lib/module/stories/H1.stories.js.map +0 -1
  407. package/lib/module/stories/H2.stories.js +0 -26
  408. package/lib/module/stories/H2.stories.js.map +0 -1
  409. package/lib/module/stories/H3.stories.js +0 -26
  410. package/lib/module/stories/H3.stories.js.map +0 -1
  411. package/lib/module/stories/H4.stories.js +0 -26
  412. package/lib/module/stories/H4.stories.js.map +0 -1
  413. package/lib/module/stories/H5.stories.js +0 -26
  414. package/lib/module/stories/H5.stories.js.map +0 -1
  415. package/lib/module/stories/H6.stories.js +0 -26
  416. package/lib/module/stories/H6.stories.js.map +0 -1
  417. package/lib/module/stories/Label.stories.js +0 -26
  418. package/lib/module/stories/Label.stories.js.map +0 -1
  419. package/lib/module/stories/LabelSmall.stories.js +0 -26
  420. package/lib/module/stories/LabelSmall.stories.js.map +0 -1
  421. package/lib/module/stories/Link.stories.js +0 -26
  422. package/lib/module/stories/Link.stories.js.map +0 -1
  423. package/lib/module/stories/ModuleIDP.stories.js +0 -37
  424. package/lib/module/stories/ModuleIDP.stories.js.map +0 -1
  425. package/lib/module/stories/Monospace.stories.js +0 -26
  426. package/lib/module/stories/Monospace.stories.js.map +0 -1
  427. package/lib/typescript/stories/ButtonDS.stories.d.ts +0 -14
  428. package/lib/typescript/stories/ButtonDS.stories.d.ts.map +0 -1
  429. package/lib/typescript/stories/H1.stories.d.ts +0 -19
  430. package/lib/typescript/stories/H1.stories.d.ts.map +0 -1
  431. package/lib/typescript/stories/H2.stories.d.ts +0 -19
  432. package/lib/typescript/stories/H2.stories.d.ts.map +0 -1
  433. package/lib/typescript/stories/H3.stories.d.ts +0 -19
  434. package/lib/typescript/stories/H3.stories.d.ts.map +0 -1
  435. package/lib/typescript/stories/H4.stories.d.ts +0 -19
  436. package/lib/typescript/stories/H4.stories.d.ts.map +0 -1
  437. package/lib/typescript/stories/H5.stories.d.ts +0 -19
  438. package/lib/typescript/stories/H5.stories.d.ts.map +0 -1
  439. package/lib/typescript/stories/H6.stories.d.ts +0 -19
  440. package/lib/typescript/stories/H6.stories.d.ts.map +0 -1
  441. package/lib/typescript/stories/Label.stories.d.ts +0 -21
  442. package/lib/typescript/stories/Label.stories.d.ts.map +0 -1
  443. package/lib/typescript/stories/LabelSmall.stories.d.ts +0 -21
  444. package/lib/typescript/stories/LabelSmall.stories.d.ts.map +0 -1
  445. package/lib/typescript/stories/Link.stories.d.ts +0 -21
  446. package/lib/typescript/stories/Link.stories.d.ts.map +0 -1
  447. package/lib/typescript/stories/ModuleIDP.stories.d.ts +0 -24
  448. package/lib/typescript/stories/ModuleIDP.stories.d.ts.map +0 -1
  449. package/lib/typescript/stories/Monospace.stories.d.ts +0 -19
  450. package/lib/typescript/stories/Monospace.stories.d.ts.map +0 -1
  451. package/src/components/icons/generateNewIcons.js +0 -186
  452. package/src/components/icons/generateNewTimestamp.js +0 -7
  453. package/src/components/icons/timestamp.txt +0 -1
  454. package/src/components/pictograms/generateNewPictograms.js +0 -181
  455. package/src/components/pictograms/timestamp.txt +0 -1
  456. package/src/stories/ButtonDS.stories.ts +0 -31
  457. package/src/stories/H1.stories.ts +0 -28
  458. package/src/stories/H2.stories.ts +0 -28
  459. package/src/stories/H3.stories.ts +0 -28
  460. package/src/stories/H4.stories.ts +0 -28
  461. package/src/stories/H5.stories.ts +0 -28
  462. package/src/stories/H6.stories.ts +0 -28
  463. package/src/stories/Label.stories.ts +0 -28
  464. package/src/stories/LabelSmall.stories.ts +0 -28
  465. package/src/stories/Link.stories.ts +0 -28
  466. package/src/stories/ModuleIDP.stories.tsx +0 -44
  467. package/src/stories/Monospace.stories.ts +0 -28
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListItemHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAwB,MAAM,OAAO,CAAC;AAQpE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAEzC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEjC,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,YAAY,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CACnD,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,YAAY,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CACnD,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,cAAc,EAAE,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;CAC9C,CAAC;AAEF,KAAK,SAAS,GACV;IACE,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC;CAClD,GACD;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC;IAAC,SAAS,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAE5C,KAAK,eAAe,GAChB,qBAAqB,GACrB,qBAAqB,GACrB,UAAU,CAAC;AAEf,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,eAAe,CAAC;IAE7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC,GACA,SAAS,CAAC;AAEZ,eAAO,MAAM,cAAc,2EAOxB,cAAc,sBAsFhB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -2,6 +2,7 @@ import React, { ComponentProps } from "react";
2
2
  import { WithTestID } from "../../utils/types";
3
3
  import { IOIcons } from "../icons";
4
4
  import { ButtonLink, IconButton } from "../buttons";
5
+ import { Badge } from "../badge";
5
6
  type ButtonLinkActionProps = {
6
7
  type: "buttonLink";
7
8
  componentProps: ComponentProps<typeof ButtonLink>;
@@ -10,15 +11,19 @@ type IconButtonActionProps = {
10
11
  type: "iconButton";
11
12
  componentProps: ComponentProps<typeof IconButton>;
12
13
  };
13
- type ActionProps = ButtonLinkActionProps | IconButtonActionProps;
14
+ type BadgeProps = {
15
+ type: "badge";
16
+ componentProps: ComponentProps<typeof Badge>;
17
+ };
18
+ type EndElementProps = ButtonLinkActionProps | IconButtonActionProps | BadgeProps;
14
19
  export type ListItemInfo = WithTestID<{
15
20
  label: string;
16
21
  value: string | React.ReactNode;
17
22
  numberOfLines?: number;
18
23
  icon?: IOIcons;
19
- action?: ActionProps;
24
+ endElement?: EndElementProps;
20
25
  accessibilityLabel?: string;
21
26
  }>;
22
- export declare const ListItemInfo: ({ label, value, numberOfLines, icon, action, accessibilityLabel, testID }: ListItemInfo) => React.JSX.Element;
27
+ export declare const ListItemInfo: ({ label, value, numberOfLines, icon, endElement, accessibilityLabel, testID }: ListItemInfo) => React.JSX.Element;
23
28
  export default ListItemInfo;
24
29
  //# sourceMappingURL=ListItemInfo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListItemInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAwB,MAAM,OAAO,CAAC;AAQpE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAEzC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEpD,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,YAAY,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CACnD,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,YAAY,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CACnD,CAAC;AAEF,KAAK,WAAW,GAAG,qBAAqB,GAAG,qBAAqB,CAAC;AAEjE,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,WAAW,CAAC;IAErB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC,CAAC;AAEH,eAAO,MAAM,YAAY,8EAQtB,YAAY,sBA4Fd,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"ListItemInfo.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAwB,MAAM,OAAO,CAAC;AAQpE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAEzC,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEjC,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,YAAY,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CACnD,CAAC;AAEF,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,YAAY,CAAC;IACnB,cAAc,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CACnD,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,cAAc,EAAE,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;CAC9C,CAAC;AAEF,KAAK,eAAe,GAChB,qBAAqB,GACrB,qBAAqB,GACrB,UAAU,CAAC;AAEf,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,eAAe,CAAC;IAE7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC,CAAC;AAEH,eAAO,MAAM,YAAY,kFAQtB,YAAY,sBAoGd,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ListItemInfoCopy.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemInfoCopy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EACL,qBAAqB,EAKtB,MAAM,cAAc,CAAC;AAsBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAIzC,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAChD,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC,CAAC;AAWH,eAAO,MAAM,gBAAgB,+EAQ1B,gBAAgB,sBAuIlB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"ListItemInfoCopy.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemInfoCopy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAmB,MAAM,cAAc,CAAC;AAqBtE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAGzC,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAChD,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC,CAAC;AAEH,eAAO,MAAM,gBAAgB,+EAQ1B,gBAAgB,sBA6GlB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -2,6 +2,7 @@ import React from "react";
2
2
  import { GestureResponderEvent } from "react-native";
3
3
  import { IOColors } from "../../core";
4
4
  import { WithTestID } from "../../utils/types";
5
+ import { Badge } from "../badge";
5
6
  import { IOIcons } from "../icons";
6
7
  import { IOLogoPaymentType } from "../logos";
7
8
  type ListItemNavPartialProps = WithTestID<{
@@ -9,6 +10,8 @@ type ListItemNavPartialProps = WithTestID<{
9
10
  description?: string | React.ReactNode;
10
11
  onPress: (event: GestureResponderEvent) => void;
11
12
  accessibilityLabel: string;
13
+ hideChevron?: boolean;
14
+ badgeProps?: React.ComponentProps<typeof Badge>;
12
15
  }>;
13
16
  export type ListItemNavGraphicProps = {
14
17
  icon?: never;
@@ -24,6 +27,6 @@ export type ListItemNavGraphicProps = {
24
27
  paymentLogo?: never;
25
28
  };
26
29
  export type ListItemNav = ListItemNavPartialProps & ListItemNavGraphicProps;
27
- export declare const ListItemNav: ({ value, description, onPress, icon, iconColor, paymentLogo, accessibilityLabel, testID }: ListItemNav) => React.JSX.Element;
30
+ export declare const ListItemNav: ({ value, description, onPress, icon, iconColor, paymentLogo, accessibilityLabel, testID, hideChevron, badgeProps }: ListItemNav) => React.JSX.Element;
28
31
  export default ListItemNav;
29
32
  //# sourceMappingURL=ListItemNav.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListItemNav.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemNav.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EACL,qBAAqB,EAKtB,MAAM,cAAc,CAAC;AAUtB,OAAO,EACL,QAAQ,EAST,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAe,MAAM,UAAU,CAAC;AAa1D,KAAK,uBAAuB,GAAG,UAAU,CAAC;IACxC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAEhD,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAC/B;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,SAAS,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,EAAE,iBAAiB,CAAA;CAAE,GACnE;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,SAAS,CAAC,EAAE,QAAQ,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAA;CAAE,GAC5D;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,SAAS,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAE7D,MAAM,MAAM,WAAW,GAAG,uBAAuB,GAAG,uBAAuB,CAAC;AAE5E,eAAO,MAAM,WAAW,8FASrB,WAAW,sBAsIb,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ListItemNav.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemNav.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAmB,MAAM,cAAc,CAAC;AAUtE,OAAO,EACL,QAAQ,EAST,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAe,MAAM,UAAU,CAAC;AAI1D,KAAK,uBAAuB,GAAG,UAAU,CAAC;IACxC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAEhD,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;CACjD,CAAC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAC/B;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,SAAS,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,EAAE,iBAAiB,CAAA;CAAE,GACnE;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,SAAS,CAAC,EAAE,QAAQ,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAA;CAAE,GAC5D;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,SAAS,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAE7D,MAAM,MAAM,WAAW,GAAG,uBAAuB,GAAG,uBAAuB,CAAC;AAE5E,eAAO,MAAM,WAAW,uHAWrB,WAAW,sBAqIb,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -2,8 +2,8 @@ import React from "react";
2
2
  import { GestureResponderEvent } from "react-native";
3
3
  import { WithTestID } from "../../utils/types";
4
4
  export type ListItemNavAlert = WithTestID<{
5
- value: string;
6
- description?: string;
5
+ value: string | React.ReactNode;
6
+ description?: string | React.ReactNode;
7
7
  withoutIcon?: boolean;
8
8
  onPress: (event: GestureResponderEvent) => void;
9
9
  accessibilityLabel: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ListItemNavAlert.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemNavAlert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EACL,qBAAqB,EAKtB,MAAM,cAAc,CAAC;AAsBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAI/C,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAEhD,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC,CAAC;AAWH,eAAO,MAAM,gBAAgB,6EAO1B,gBAAgB,sBAwHlB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"ListItemNavAlert.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemNavAlert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAmB,MAAM,cAAc,CAAC;AAqBtE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAI/C,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC;IACxC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACvC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAEhD,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC,CAAC;AAEH,eAAO,MAAM,gBAAgB,6EAO1B,gBAAgB,sBAmHlB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -2,21 +2,39 @@ import * as React from "react";
2
2
  import { Pressable } from "react-native";
3
3
  import { WithTestID } from "../../utils/types";
4
4
  import { IOIcons } from "../icons";
5
+ import { IOLogoPaymentType } from "../logos";
6
+ type ListItemRadioGraphicProps = {
7
+ icon?: never;
8
+ paymentLogo: IOLogoPaymentType;
9
+ } | {
10
+ icon: IOIcons;
11
+ paymentLogo?: never;
12
+ };
13
+ type ListItemRadioLoadingProps = {
14
+ state: true;
15
+ skeletonDescription?: boolean;
16
+ skeletonIcon?: boolean;
17
+ } | {
18
+ state?: false;
19
+ skeletonDescription?: never;
20
+ skeletonIcon?: never;
21
+ };
5
22
  type Props = WithTestID<{
6
23
  value: string;
7
24
  description?: string;
8
- icon?: IOIcons;
9
25
  selected: boolean;
10
26
  onValueChange?: (newValue: boolean) => void;
27
+ startImage?: ListItemRadioGraphicProps;
28
+ loadingProps?: ListItemRadioLoadingProps;
11
29
  }>;
12
30
  type OwnProps = Props & Pick<React.ComponentProps<typeof Pressable>, "onPress" | "accessibilityLabel" | "disabled">;
13
31
  /**
14
- * with the automatic state management that uses a {@link AnimatedCheckBox}
32
+ * `ListItemRadio` component with the automatic state management that uses a {@link AnimatedCheckBox}
15
33
  * The toggleValue change when a `onPress` event is received and dispatch the `onValueChange`.
16
34
  *
17
35
  * @param props
18
36
  * @constructor
19
37
  */
20
- export declare const ListItemRadio: ({ value, description, icon, selected, disabled, onValueChange, testID }: OwnProps) => React.JSX.Element;
38
+ export declare const ListItemRadio: ({ value, description, startImage, selected, disabled, onValueChange, loadingProps, testID }: OwnProps) => React.JSX.Element;
21
39
  export {};
22
40
  //# sourceMappingURL=ListItemRadio.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListItemRadio.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemRadio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAQ,MAAM,cAAc,CAAC;AAqB/C,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAKzC,KAAK,KAAK,GAAG,UAAU,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7C,CAAC,CAAC;AAMH,KAAK,QAAQ,GAAG,KAAK,GACnB,IAAI,CACF,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,EACtC,SAAS,GAAG,oBAAoB,GAAG,UAAU,CAC9C,CAAC;AAEJ;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,4EAQvB,QAAQ,sBA0HV,CAAC"}
1
+ {"version":3,"file":"ListItemRadio.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemRadio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAQ,MAAM,cAAc,CAAC;AAsB/C,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAIzC,OAAO,EAAE,iBAAiB,EAAe,MAAM,UAAU,CAAC;AAE1D,KAAK,yBAAyB,GAC1B;IAAE,IAAI,CAAC,EAAE,KAAK,CAAC;IAAC,WAAW,EAAE,iBAAiB,CAAA;CAAE,GAChD;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,WAAW,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAE3C,KAAK,yBAAyB,GAC1B;IACE,KAAK,EAAE,IAAI,CAAC;IACZ,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,YAAY,CAAC,EAAE,KAAK,CAAC;CACtB,CAAC;AAEN,KAAK,KAAK,GAAG,UAAU,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,UAAU,CAAC,EAAE,yBAAyB,CAAC;IACvC,YAAY,CAAC,EAAE,yBAAyB,CAAC;CAC1C,CAAC,CAAC;AAMH,KAAK,QAAQ,GAAG,KAAK,GACnB,IAAI,CACF,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,EACtC,SAAS,GAAG,oBAAoB,GAAG,UAAU,CAC9C,CAAC;AAEJ;;;;;;GAMG;AACH,eAAO,MAAM,aAAa,gGASvB,QAAQ,sBA6LV,CAAC"}
@@ -0,0 +1,13 @@
1
+ import * as React from "react";
2
+ export type ListItemRadioWithAmountProps = {
3
+ selected?: boolean;
4
+ label: string;
5
+ formattedAmountString: string;
6
+ } & ({
7
+ isSuggested?: false;
8
+ } | {
9
+ isSuggested: true;
10
+ suggestReason: string;
11
+ });
12
+ export declare const ListItemRadioWithAmount: (props: ListItemRadioWithAmountProps) => React.JSX.Element;
13
+ //# sourceMappingURL=ListItemRadioWithAmount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListItemRadioWithAmount.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemRadioWithAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,MAAM,CAAC;CAC/B,GAAG,CACA;IACE,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB,GACD;IACE,WAAW,EAAE,IAAI,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB,CACJ,CAAC;AACF,eAAO,MAAM,uBAAuB,UAC3B,4BAA4B,sBAoCpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ListItemTransaction.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemTransaction.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAoB,MAAM,cAAc,CAAC;AAchE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAM/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAG7C,OAAO,EACL,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,yBAAyB,GACjC,SAAS,GACT,SAAS,GACT,SAAS,GACT,WAAW,GACX,UAAU,GACV,UAAU,CAAC;AAEf,MAAM,MAAM,qCAAqC,GAAG,OAAO,CACzD,yBAAyB,EACzB,SAAS,GAAG,UAAU,CACvB,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG,OAAO,CACtD,yBAAyB,EACzB,SAAS,GAAG,UAAU,CACvB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAC/B,iBAAiB,GACjB,cAAc,GACd,KAAK,CAAC,SAAS,CAAC;AAEpB,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAC1C,kBAAkB,GAAG;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,uBAAuB,CAAC;IAC1C,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG,CACE;IACE,iBAAiB,EAAE,qCAAqC,CAAC;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,GACD;IACE,iBAAiB,EAAE,kCAAkC,CAAC;IACtD,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CACJ,CACJ,CAAC;AA2BF,eAAO,MAAM,mBAAmB,uKAa7B,mBAAmB,sBA2GrB,CAAC"}
1
+ {"version":3,"file":"ListItemTransaction.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/ListItemTransaction.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAoB,MAAM,cAAc,CAAC;AAehE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAM/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAG7C,OAAO,EACL,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAElC,MAAM,MAAM,yBAAyB,GACjC,SAAS,GACT,SAAS,GACT,SAAS,GACT,WAAW,GACX,UAAU,GACV,UAAU,CAAC;AAEf,MAAM,MAAM,qCAAqC,GAAG,OAAO,CACzD,yBAAyB,EACzB,SAAS,GAAG,UAAU,CACvB,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG,OAAO,CACtD,yBAAyB,EACzB,SAAS,GAAG,UAAU,CACvB,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAC/B,iBAAiB,GACjB,cAAc,GACd,KAAK,CAAC,SAAS,CAAC;AAEpB,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAC1C,kBAAkB,GAAG;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,uBAAuB,CAAC;IAC1C,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG,CACE;IACE,iBAAiB,EAAE,qCAAqC,CAAC;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;CAC3B,GACD;IACE,iBAAiB,EAAE,kCAAkC,CAAC;IACtD,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CACJ,CACJ,CAAC;AA2BF,eAAO,MAAM,mBAAmB,uKAa7B,mBAAmB,sBA+GrB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export * from "./ListItemAction";
2
+ export * from "./ListItemHeader";
2
3
  export * from "./ListItemInfo";
3
4
  export * from "./ListItemInfoCopy";
4
5
  export * from "./ListItemNav";
@@ -8,4 +9,5 @@ export * from "./PressableListItemsBase";
8
9
  export * from "./ListItemSwitch";
9
10
  export * from "./ListItemCheckbox";
10
11
  export * from "./ListItemRadio";
12
+ export * from "./ListItemRadioWithAmount";
11
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/index.tsx"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/listitems/index.tsx"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC"}
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import { IOLogoPaymentType } from "../logos";
3
+ export type ModuleCheckoutProps = {
4
+ ctaText: string;
5
+ } & ({
6
+ paymentLogo?: IOLogoPaymentType;
7
+ title: string;
8
+ subtitle: string;
9
+ isLoading?: false;
10
+ onPress?: () => void;
11
+ } | {
12
+ isLoading: true;
13
+ });
14
+ export declare const ModuleCheckout: (props: ModuleCheckoutProps) => React.JSX.Element;
15
+ //# sourceMappingURL=ModuleCheckout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModuleCheckout.d.ts","sourceRoot":"","sources":["../../../../src/components/modules/ModuleCheckout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,EAAE,iBAAiB,EAAe,MAAM,UAAU,CAAC;AAO1D,MAAM,MAAM,mBAAmB,GAAG;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,GAAG,CACpD;IACE,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GACD;IACE,SAAS,EAAE,IAAI,CAAC;CACjB,CACJ,CAAC;AAMF,eAAO,MAAM,cAAc,UAAW,mBAAmB,sBAgCxD,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export * from "./ModuleIDP";
2
2
  export * from "./ModulePaymentNotice";
3
3
  export * from "./PressableModuleBase";
4
+ export * from "./ModuleCheckout";
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modules/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/modules/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC"}
@@ -11,10 +11,11 @@ type BiometricAuthProps = {
11
11
  biometricAccessibilityLabel?: never;
12
12
  };
13
13
  type NumberPadProps = {
14
+ value: string;
14
15
  onValueChange: (value: string) => void;
15
16
  variant: ComponentProps<typeof NumberButton>["variant"];
16
17
  deleteAccessibilityLabel: string;
17
18
  } & BiometricAuthProps;
18
- export declare const NumberPad: ({ variant, onValueChange, biometricType, onBiometricPress, biometricAccessibilityLabel, deleteAccessibilityLabel }: NumberPadProps) => React.JSX.Element;
19
+ export declare const NumberPad: ({ value, variant, onValueChange, biometricType, onBiometricPress, biometricAccessibilityLabel, deleteAccessibilityLabel }: NumberPadProps) => React.JSX.Element;
19
20
  export {};
20
21
  //# sourceMappingURL=NumberPad.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NumberPad.d.ts","sourceRoot":"","sources":["../../../../src/components/numberpad/NumberPad.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAU,MAAM,OAAO,CAAC;AAEtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAKxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,KAAK,kBAAkB,GACnB;IACE,aAAa,EAAE,mBAAmB,CAAC;IACnC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,2BAA2B,EAAE,MAAM,CAAC;CACrC,GACD;IACE,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,gBAAgB,CAAC,EAAE,KAAK,CAAC;IACzB,2BAA2B,CAAC,EAAE,KAAK,CAAC;CACrC,CAAC;AAEN,KAAK,cAAc,GAAG;IACpB,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,EAAE,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC;IACxD,wBAAwB,EAAE,MAAM,CAAC;CAClC,GAAG,kBAAkB,CAAC;AAsBvB,eAAO,MAAM,SAAS,uHAOnB,cAAc,sBA+EhB,CAAC"}
1
+ {"version":3,"file":"NumberPad.d.ts","sourceRoot":"","sources":["../../../../src/components/numberpad/NumberPad.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAKxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,KAAK,kBAAkB,GACnB;IACE,aAAa,EAAE,mBAAmB,CAAC;IACnC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,2BAA2B,EAAE,MAAM,CAAC;CACrC,GACD;IACE,aAAa,CAAC,EAAE,KAAK,CAAC;IACtB,gBAAgB,CAAC,EAAE,KAAK,CAAC;IACzB,2BAA2B,CAAC,EAAE,KAAK,CAAC;CACrC,CAAC;AAEN,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,EAAE,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC;IACxD,wBAAwB,EAAE,MAAM,CAAC;CAClC,GAAG,kBAAkB,CAAC;AAsBvB,eAAO,MAAM,SAAS,8HAQnB,cAAc,sBA6EhB,CAAC"}
@@ -56,6 +56,7 @@ export declare const IOPictograms: {
56
56
  security: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
57
57
  cie: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
58
58
  pending: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
59
+ ended: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
59
60
  time: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
60
61
  timing: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
61
62
  searchLens: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
@@ -73,6 +74,11 @@ export declare const IOPictograms: {
73
74
  nfcScanAndroid: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
74
75
  nfcScaniOS: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
75
76
  attachment: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
77
+ lostConnection: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
78
+ qrCode: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
79
+ emailDotNotif: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
80
+ emailDotCheck: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
81
+ biometric: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
76
82
  ibanCard: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
77
83
  followMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
78
84
  manual: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
@@ -95,7 +101,7 @@ export type SVGPictogramProps = {
95
101
  colorValues: Record<string, ColorValue>;
96
102
  };
97
103
  export declare const Pictogram: ({ name, color, pictogramStyle, size, ...props }: IOPictogramsProps) => React.JSX.Element;
98
- export type IOPictogramsBleed = Extract<"empty" | "charity" | "attention" | "message" | "help" | "feedback" | "idea" | "itWallet" | "security" | "feature" | "cie" | "identity" | "identityAdd" | "identityCheck" | "identityRefresh" | "cameraRequest" | "cameraDenied" | "cardAdd" | "cardFavourite" | "cardQuestion" | "cardIssue" | "accessDenied" | "stopSecurity" | "time" | "pending" | "timing" | "searchLens" | "passcode" | "success" | "fatalError" | "notification" | "star" | "doc" | "notification" | "star", IOPictograms>;
104
+ export type IOPictogramsBleed = Extract<"empty" | "charity" | "attention" | "message" | "help" | "feedback" | "idea" | "itWallet" | "security" | "feature" | "cie" | "identity" | "identityAdd" | "identityCheck" | "identityRefresh" | "cameraRequest" | "cameraDenied" | "cardAdd" | "cardFavourite" | "cardQuestion" | "cardIssue" | "accessDenied" | "stopSecurity" | "time" | "pending" | "ended" | "timing" | "searchLens" | "passcode" | "success" | "fatalError" | "notification" | "star" | "doc" | "notification" | "star" | "qrCode" | "lostConnection", IOPictograms>;
99
105
  export declare const IOPictogramsBleed: {
100
106
  [key in IOPictogramsBleed]: ({ size }: SVGPictogramProps) => JSX.Element;
101
107
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Pictogram.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/Pictogram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EACL,QAAQ,EAIT,MAAM,qBAAqB,CAAC;AAmH7B,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFxB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC;AACrD,MAAM,MAAM,oBAAoB,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,CAAC;AAEjE,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,CAAC,EAAE,QAAQ,CAAC;IAIjB,cAAc,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,cAAc,CAAC;IAC9D,IAAI,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,oBAAoB,GAAG,MAAM,CAAC;IACpC,KAAK,EAAE,UAAU,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;CACzC,CAAC;AAQF,eAAO,MAAM,SAAS,oDAMnB,iBAAiB,sBAgCnB,CAAC;AAUF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CACnC,OAAO,GACP,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,UAAU,GACV,MAAM,GACN,UAAU,GACV,UAAU,GACV,SAAS,GACT,KAAK,GACL,UAAU,GACV,aAAa,GACb,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,cAAc,GACd,SAAS,GACT,eAAe,GACf,cAAc,GACd,WAAW,GACX,cAAc,GACd,cAAc,GACd,MAAM,GACN,SAAS,GACT,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,SAAS,GACT,YAAY,GACZ,cAAc,GACd,MAAM,GACN,KAAK,GACL,cAAc,GACd,MAAM,EACR,YAAY,CACb,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;KAC7B,GAAG,IAAI,iBAAiB,GAAG,CAAC,EAAE,IAAI,EAAE,EAAE,iBAAiB,KAAK,GAAG,CAAC,OAAO;CAmCzE,CAAC;AAEF,eAAO,MAAM,cAAc,oDAMxB,iBAAiB,sBAiCnB,CAAC;AAOF,eAAO,MAAM,kBAAkB;;;;;;;;CAQrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAoCjE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC"}
1
+ {"version":3,"file":"Pictogram.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/Pictogram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EACL,QAAQ,EAIT,MAAM,qBAAqB,CAAC;AA4H7B,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyFxB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC;AACrD,MAAM,MAAM,oBAAoB,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,CAAC;AAEjE,KAAK,iBAAiB,GAAG;IACvB,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,CAAC,EAAE,QAAQ,CAAC;IAIjB,cAAc,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,cAAc,CAAC;IAC9D,IAAI,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,oBAAoB,GAAG,MAAM,CAAC;IACpC,KAAK,EAAE,UAAU,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;CACzC,CAAC;AAQF,eAAO,MAAM,SAAS,oDAMnB,iBAAiB,sBAgCnB,CAAC;AAUF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CACnC,OAAO,GACP,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,UAAU,GACV,MAAM,GACN,UAAU,GACV,UAAU,GACV,SAAS,GACT,KAAK,GACL,UAAU,GACV,aAAa,GACb,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,cAAc,GACd,SAAS,GACT,eAAe,GACf,cAAc,GACd,WAAW,GACX,cAAc,GACd,cAAc,GACd,MAAM,GACN,SAAS,GACT,OAAO,GACP,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,SAAS,GACT,YAAY,GACZ,cAAc,GACd,MAAM,GACN,KAAK,GACL,cAAc,GACd,MAAM,GACN,QAAQ,GACR,gBAAgB,EAClB,YAAY,CACb,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;KAC7B,GAAG,IAAI,iBAAiB,GAAG,CAAC,EAAE,IAAI,EAAE,EAAE,iBAAiB,KAAK,GAAG,CAAC,OAAO;CAsCzE,CAAC;AAEF,eAAO,MAAM,cAAc,oDAMxB,iBAAiB,sBAiCnB,CAAC;AAOF,eAAO,MAAM,kBAAkB;;;;;;;;CAQrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAoCjE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8BrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SVGPictogramProps } from "../Pictogram";
3
+ declare const PictogramBiometric: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ export default PictogramBiometric;
5
+ //# sourceMappingURL=PictogramBiometric.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PictogramBiometric.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBiometric.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,kBAAkB,oCAIrB,iBAAiB,sBAmEnB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SVGPictogramProps } from "../Pictogram";
3
+ declare const PictogramBleedEnded: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ export default PictogramBleedEnded;
5
+ //# sourceMappingURL=PictogramBleedEnded.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PictogramBleedEnded.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBleedEnded.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,mBAAmB,oCAItB,iBAAiB,sBA2BnB,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SVGPictogramProps } from "../Pictogram";
3
+ declare const PictogramBleedLostConnection: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ export default PictogramBleedLostConnection;
5
+ //# sourceMappingURL=PictogramBleedLostConnection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PictogramBleedLostConnection.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBleedLostConnection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,4BAA4B,oCAI/B,iBAAiB,sBAuDnB,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PictogramBleedPending.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBleedPending.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,qBAAqB,oCAIxB,iBAAiB,sBA2BnB,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"PictogramBleedPending.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBleedPending.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,qBAAqB,oCAIxB,iBAAiB,sBAmCnB,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SVGPictogramProps } from "../Pictogram";
3
+ declare const PictogramBleedQrCode: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ export default PictogramBleedQrCode;
5
+ //# sourceMappingURL=PictogramBleedQrCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PictogramBleedQrCode.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramBleedQrCode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,oBAAoB,oCAIvB,iBAAiB,sBA2EnB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SVGPictogramProps } from "../Pictogram";
3
+ declare const PictogramEmailDotCheck: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ export default PictogramEmailDotCheck;
5
+ //# sourceMappingURL=PictogramEmailDotCheck.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PictogramEmailDotCheck.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramEmailDotCheck.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,sBAAsB,oCAIzB,iBAAiB,sBA0CnB,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SVGPictogramProps } from "../Pictogram";
3
+ declare const PictogramEmailDotNotif: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ export default PictogramEmailDotNotif;
5
+ //# sourceMappingURL=PictogramEmailDotNotif.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PictogramEmailDotNotif.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramEmailDotNotif.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,sBAAsB,oCAIzB,iBAAiB,sBAwCnB,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SVGPictogramProps } from "../Pictogram";
3
+ declare const PictogramEnded: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ export default PictogramEnded;
5
+ //# sourceMappingURL=PictogramEnded.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PictogramEnded.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramEnded.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,cAAc,oCAAqC,iBAAiB,sBA2BzE,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SVGPictogramProps } from "../Pictogram";
3
+ declare const PictogramLostConnection: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ export default PictogramLostConnection;
5
+ //# sourceMappingURL=PictogramLostConnection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PictogramLostConnection.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramLostConnection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,uBAAuB,oCAI1B,iBAAiB,sBA+CnB,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PictogramPending.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramPending.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,gBAAgB,oCAInB,iBAAiB,sBA2BnB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"PictogramPending.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramPending.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,gBAAgB,oCAInB,iBAAiB,sBAmCnB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SVGPictogramProps } from "../Pictogram";
3
+ declare const PictogramQrCode: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ export default PictogramQrCode;
5
+ //# sourceMappingURL=PictogramQrCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PictogramQrCode.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramQrCode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,eAAe,oCAIlB,iBAAiB,sBA2FnB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,11 +1,12 @@
1
- import React from "react";
2
- import { IOIcons } from "../icons";
1
+ import React, { ComponentProps } from "react";
2
+ import { ListItemRadio } from "../listitems/ListItemRadio";
3
3
  export type RadioItem<T> = {
4
4
  id: T;
5
5
  value: string;
6
6
  description?: string;
7
- icon?: IOIcons;
8
7
  disabled?: boolean;
8
+ startImage?: ComponentProps<typeof ListItemRadio>["startImage"];
9
+ loadingProps?: ComponentProps<typeof ListItemRadio>["loadingProps"];
9
10
  };
10
11
  type Props<T> = {
11
12
  items: ReadonlyArray<RadioItem<T>>;
@@ -1 +1 @@
1
- {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,MAAM,MAAM,SAAS,CAAC,CAAC,IAAI;IACzB,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,KAAK,KAAK,CAAC,CAAC,IAAI;IACd,KAAK,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;IACnC,YAAY,CAAC,EAAE,CAAC,CAAC;IACjB,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,IAAI,CAAC;CAChC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,UAAU,sEAiBtB,CAAC"}
1
+ {"version":3,"file":"RadioGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/RadioGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG9C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,MAAM,MAAM,SAAS,CAAC,CAAC,IAAI;IACzB,EAAE,EAAE,CAAC,CAAC;IACN,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,YAAY,CAAC,CAAC;IAChE,YAAY,CAAC,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC,cAAc,CAAC,CAAC;CACrE,CAAC;AAEF,KAAK,KAAK,CAAC,CAAC,IAAI;IACd,KAAK,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;IACnC,YAAY,CAAC,EAAE,CAAC,CAAC;IACjB,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,IAAI,CAAC;CAChC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,UAAU,sEAkBtB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ type StepperProps = {
3
+ steps: number;
4
+ currentStep: number;
5
+ };
6
+ export declare const Stepper: ({ steps, currentStep }: StepperProps) => React.JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=Stepper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../src/components/stepper/Stepper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAWF,eAAO,MAAM,OAAO,2BAA4B,YAAY,sBAmC3D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./Stepper";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/stepper/index.tsx"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -3,7 +3,7 @@ import { IOTheme } from "../../core";
3
3
  import { IOFontWeight } from "../../utils/fonts";
4
4
  import { ExternalTypographyProps, TypographyProps } from "./common";
5
5
  type AllowedColors = IOTheme["textHeading-default"];
6
- type AllowedWeight = Extract<IOFontWeight, "Regular" | "Bold">;
6
+ type AllowedWeight = Extract<IOFontWeight, "Regular" | "SemiBold">;
7
7
  type H1Props = ExternalTypographyProps<TypographyProps<AllowedWeight, AllowedColors>>;
8
8
  export declare const h1FontSize = 28;
9
9
  export declare const h1LineHeight = 42;
@@ -1 +1 @@
1
- {"version":3,"file":"H1.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/H1.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAA2B,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AACpD,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,SAAS,GAAG,MAAM,CAAC,CAAC;AAE/D,KAAK,OAAO,GAAG,uBAAuB,CACpC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAEF,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,YAAY,KAAK,CAAC;AAS/B;;GAEG;AACH,eAAO,MAAM,EAAE,UAAW,OAAO,gCAUhC,CAAC"}
1
+ {"version":3,"file":"H1.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/H1.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAA2B,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AACpD,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;AAEnE,KAAK,OAAO,GAAG,uBAAuB,CACpC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAEF,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,YAAY,KAAK,CAAC;AAW/B;;GAEG;AACH,eAAO,MAAM,EAAE,UAAW,OAAO,gCAahC,CAAC"}
@@ -3,7 +3,7 @@ import { IOTheme } from "../../core";
3
3
  import { IOFontWeight } from "../../utils/fonts";
4
4
  import { ExternalTypographyProps, TypographyProps } from "./common";
5
5
  type AllowedColors = IOTheme["textHeading-default"];
6
- type AllowedWeight = Extract<IOFontWeight, "SemiBold" | "Regular" | "Bold">;
6
+ type AllowedWeight = Extract<IOFontWeight, "SemiBold" | "Regular">;
7
7
  type H2Props = ExternalTypographyProps<TypographyProps<AllowedWeight, AllowedColors>>;
8
8
  export declare const h2FontSize = 26;
9
9
  export declare const h2LineHeight = 39;
@@ -1 +1 @@
1
- {"version":3,"file":"H2.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/H2.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAA2B,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AACpD,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,UAAU,GAAG,SAAS,GAAG,MAAM,CAAC,CAAC;AAE5E,KAAK,OAAO,GAAG,uBAAuB,CACpC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAEF,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,YAAY,KAAK,CAAC;AAS/B;;GAEG;AACH,eAAO,MAAM,EAAE,UAAW,OAAO,gCAUhC,CAAC"}
1
+ {"version":3,"file":"H2.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/H2.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAA2B,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AACpD,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC;AAEnE,KAAK,OAAO,GAAG,uBAAuB,CACpC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAEF,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,YAAY,KAAK,CAAC;AAW/B;;GAEG;AACH,eAAO,MAAM,EAAE,UAAW,OAAO,gCAahC,CAAC"}
@@ -3,7 +3,7 @@ import { IOTheme } from "../../core";
3
3
  import { IOFontWeight } from "../../utils/fonts";
4
4
  import { ExternalTypographyProps, TypographyProps } from "./common";
5
5
  type AllowedColors = IOTheme["textHeading-default"];
6
- type AllowedWeight = Extract<IOFontWeight, "SemiBold" | "Regular" | "Bold">;
6
+ type AllowedWeight = Extract<IOFontWeight, "SemiBold" | "Regular">;
7
7
  type H3Props = ExternalTypographyProps<TypographyProps<AllowedWeight, AllowedColors>>;
8
8
  export declare const h3FontSize = 22;
9
9
  export declare const h3LineHeight = 33;
@@ -1 +1 @@
1
- {"version":3,"file":"H3.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/H3.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAA2B,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AACpD,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,UAAU,GAAG,SAAS,GAAG,MAAM,CAAC,CAAC;AAE5E,KAAK,OAAO,GAAG,uBAAuB,CACpC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAGF,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,YAAY,KAAK,CAAC;AAS/B;;GAEG;AACH,eAAO,MAAM,EAAE,UAAW,OAAO,gCAShC,CAAC"}
1
+ {"version":3,"file":"H3.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/H3.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAA2B,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AACpD,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,UAAU,GAAG,SAAS,CAAC,CAAC;AAEnE,KAAK,OAAO,GAAG,uBAAuB,CACpC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAGF,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,YAAY,KAAK,CAAC;AAW/B;;GAEG;AACH,eAAO,MAAM,EAAE,UAAW,OAAO,gCAYhC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"H4.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/H4.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAA2B,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AACpD,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;AAEnE,KAAK,OAAO,GAAG,uBAAuB,CACpC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAEF,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,YAAY,KAAK,CAAC;AAU/B;;GAEG;AACH,eAAO,MAAM,EAAE,UAAW,OAAO,gCAShC,CAAC"}
1
+ {"version":3,"file":"H4.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/H4.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAA2B,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AACpD,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;AAEnE,KAAK,OAAO,GAAG,uBAAuB,CACpC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAEF,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,YAAY,KAAK,CAAC;AAW/B;;GAEG;AACH,eAAO,MAAM,EAAE,UAAW,OAAO,gCAYhC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"H6.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/H6.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAyC,MAAM,YAAY,CAAC;AAC5E,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGpE,KAAK,aAAa,GAAG,OAAO,CAAC,kBAAkB,CAAC,GAAG,YAAY,CAAC;AAChE,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;AAEnE,KAAK,OAAO,GAAG,uBAAuB,CACpC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAEF,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,YAAY,KAAK,CAAC;AAS/B;;GAEG;AACH,eAAO,MAAM,EAAE,UAAW,OAAO,gCAUhC,CAAC"}
1
+ {"version":3,"file":"H6.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/H6.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAyC,MAAM,YAAY,CAAC;AAC5E,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGpE,KAAK,aAAa,GAAG,OAAO,CAAC,kBAAkB,CAAC,GAAG,YAAY,CAAC;AAChE,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;AAEnE,KAAK,OAAO,GAAG,uBAAuB,CACpC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAEF,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,YAAY,KAAK,CAAC;AAW/B;;GAEG;AACH,eAAO,MAAM,EAAE,UAAW,OAAO,gCAahC,CAAC"}
@@ -3,7 +3,7 @@ import { IOTheme } from "../../core";
3
3
  import { IOFontWeight } from "../../utils/fonts";
4
4
  import { ExternalTypographyProps, TypographyProps } from "./common";
5
5
  type AllowedColors = IOTheme["textHeading-default"];
6
- type AllowedWeight = Extract<IOFontWeight, "Regular">;
6
+ type AllowedWeight = Extract<IOFontWeight, "Regular" | "SemiBold">;
7
7
  type HeroProps = ExternalTypographyProps<TypographyProps<AllowedWeight, AllowedColors>>;
8
8
  export declare const heroFontSize = 32;
9
9
  export declare const heroLineHeight = 48;
@@ -1 +1 @@
1
- {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/Hero.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA2B,OAAO,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AACpD,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;AAEtD,KAAK,SAAS,GAAG,uBAAuB,CACtC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAEF,eAAO,MAAM,YAAY,KAAK,CAAC;AAC/B,eAAO,MAAM,cAAc,KAAK,CAAC;AAOjC;;GAEG;AACH,eAAO,MAAM,IAAI,UAAW,SAAS,gCAUpC,CAAC"}
1
+ {"version":3,"file":"Hero.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/Hero.tsx"],"names":[],"mappings":";AAAA,OAAO,EAA2B,OAAO,EAAE,MAAM,YAAY,CAAC;AAC9D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;AACpD,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,SAAS,GAAG,UAAU,CAAC,CAAC;AAEnE,KAAK,SAAS,GAAG,uBAAuB,CACtC,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAEF,eAAO,MAAM,YAAY,KAAK,CAAC;AAC/B,eAAO,MAAM,cAAc,KAAK,CAAC;AAWjC;;GAEG;AACH,eAAO,MAAM,IAAI,UAAW,SAAS,gCAapC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"LabelSmall.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/LabelSmall.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE9E,KAAK,oBAAoB,GAAG,OAAO,CACjC,QAAQ,EACN,MAAM,GACN,UAAU,GACV,KAAK,GACL,OAAO,GACP,cAAc,GACd,UAAU,GACV,UAAU,CACb,CAAC;AACF,KAAK,aAAa,GAAG,oBAAoB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;AACzE,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC,CAAC;AAE5E,KAAK,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;AACpC,KAAK,eAAe,GAAG;IAAE,QAAQ,CAAC,EAAE,QAAQ,CAAA;CAAE,CAAC;AAE/C,KAAK,eAAe,GAAG,uBAAuB,CAC5C,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,GACC,eAAe,GACf,QAAQ,CAAC;AAUX;;GAEG;AACH,eAAO,MAAM,UAAU,UAAW,eAAe,gCAehD,CAAC"}
1
+ {"version":3,"file":"LabelSmall.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/LabelSmall.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAE9E,KAAK,oBAAoB,GAAG,OAAO,CACjC,QAAQ,EACN,MAAM,GACN,UAAU,GACV,KAAK,GACL,OAAO,GACP,cAAc,GACd,UAAU,GACV,UAAU,CACb,CAAC;AACF,KAAK,aAAa,GAAG,oBAAoB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;AACzE,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC,CAAC;AAE5E,KAAK,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;AACpC,KAAK,eAAe,GAAG;IAAE,QAAQ,CAAC,EAAE,QAAQ,CAAA;CAAE,CAAC;AAE/C,KAAK,eAAe,GAAG,uBAAuB,CAC5C,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,GACC,eAAe,GACf,QAAQ,CAAC;AAcX;;GAEG;AACH,eAAO,MAAM,UAAU,UAAW,eAAe,gCAkBhD,CAAC"}
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import type { IOColors, IOTheme } from "../../core/IOColors";
3
+ import { IOFontWeight } from "../../utils/fonts";
4
+ import { ExternalTypographyProps, TypographyProps } from "./common";
5
+ type PartialAllowedColors = Extract<IOColors, "blue" | "bluegrey" | "red" | "white" | "bluegreyDark" | "grey-700" | "grey-200">;
6
+ type AllowedColors = PartialAllowedColors | IOTheme["textBody-tertiary"];
7
+ type AllowedWeight = Extract<IOFontWeight, "Bold" | "Regular" | "SemiBold">;
8
+ type LabelSmallAltProps = ExternalTypographyProps<TypographyProps<AllowedWeight, AllowedColors>>;
9
+ /**
10
+ * `LabelSmallAlt` typographic style. It's referenced as `LabelSmallReadex` in the design projects.
11
+ */
12
+ export declare const LabelSmallAlt: (props: LabelSmallAltProps) => import("react").JSX.Element;
13
+ export {};
14
+ //# sourceMappingURL=LabelSmallAlt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelSmallAlt.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/LabelSmallAlt.tsx"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE7D,OAAO,EAAE,uBAAuB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEpE,KAAK,oBAAoB,GAAG,OAAO,CACjC,QAAQ,EACN,MAAM,GACN,UAAU,GACV,KAAK,GACL,OAAO,GACP,cAAc,GACd,UAAU,GACV,UAAU,CACb,CAAC;AACF,KAAK,aAAa,GAAG,oBAAoB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;AACzE,KAAK,aAAa,GAAG,OAAO,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC,CAAC;AAE5E,KAAK,kBAAkB,GAAG,uBAAuB,CAC/C,eAAe,CAAC,aAAa,EAAE,aAAa,CAAC,CAC9C,CAAC;AAaF;;GAEG;AACH,eAAO,MAAM,aAAa,UAAW,kBAAkB,gCAatD,CAAC"}
@@ -13,6 +13,7 @@ export * from "./H6";
13
13
  export * from "./Hero";
14
14
  export * from "./Label";
15
15
  export * from "./LabelSmall";
16
+ export * from "./LabelSmallAlt";
16
17
  export * from "./LabelLink";
17
18
  export * from "./BodyMonospace";
18
19
  export * from "./common";