@pagopa/io-app-design-system 1.4.0 → 1.6.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 (387) hide show
  1. package/README.md +10 -0
  2. package/lib/commonjs/components/alert/Alert.js +1 -1
  3. package/lib/commonjs/components/alert/Alert.js.map +1 -1
  4. package/lib/commonjs/components/banner/Banner.js +1 -1
  5. package/lib/commonjs/components/banner/Banner.js.map +1 -1
  6. package/lib/commonjs/components/buttons/ButtonExtendedOutline.js +1 -1
  7. package/lib/commonjs/components/buttons/ButtonExtendedOutline.js.map +1 -1
  8. package/lib/commonjs/components/buttons/ButtonLink.js +6 -6
  9. package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
  10. package/lib/commonjs/components/buttons/ButtonOutline.js +10 -10
  11. package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
  12. package/lib/commonjs/components/buttons/ButtonSolid.js +5 -5
  13. package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
  14. package/lib/commonjs/components/buttons/IconButton.js +4 -4
  15. package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
  16. package/lib/commonjs/components/buttons/IconButtonContained.js +4 -4
  17. package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
  18. package/lib/commonjs/components/buttons/IconButtonSolid.js +5 -5
  19. package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
  20. package/lib/commonjs/components/index.js +11 -0
  21. package/lib/commonjs/components/index.js.map +1 -1
  22. package/lib/commonjs/components/layout/BlockButtons.js +82 -0
  23. package/lib/commonjs/components/layout/BlockButtons.js.map +1 -0
  24. package/lib/commonjs/components/layout/FooterWithButtons.js +41 -0
  25. package/lib/commonjs/components/layout/FooterWithButtons.js.map +1 -0
  26. package/lib/commonjs/components/layout/index.js +11 -0
  27. package/lib/commonjs/components/layout/index.js.map +1 -1
  28. package/lib/commonjs/components/listitems/ListItemAction.js +1 -1
  29. package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
  30. package/lib/commonjs/components/listitems/ListItemCheckbox.js +1 -1
  31. package/lib/commonjs/components/listitems/ListItemCheckbox.js.map +1 -1
  32. package/lib/commonjs/components/listitems/ListItemIDP.js +1 -1
  33. package/lib/commonjs/components/listitems/ListItemIDP.js.map +1 -1
  34. package/lib/commonjs/components/listitems/ListItemInfoCopy.js +1 -1
  35. package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
  36. package/lib/commonjs/components/listitems/ListItemNav.js +1 -1
  37. package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
  38. package/lib/commonjs/components/listitems/ListItemNavAlert.js +1 -1
  39. package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
  40. package/lib/commonjs/components/listitems/ListItemRadio.js +1 -1
  41. package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
  42. package/lib/commonjs/components/listitems/hooks/useListItemSpringAnimation.js +1 -1
  43. package/lib/commonjs/components/listitems/hooks/useListItemSpringAnimation.js.map +1 -1
  44. package/lib/commonjs/components/logos/LogoPayment.js +0 -2
  45. package/lib/commonjs/components/logos/LogoPayment.js.map +1 -1
  46. package/lib/commonjs/components/logos/LogoPaymentExt.js +0 -2
  47. package/lib/commonjs/components/logos/LogoPaymentExt.js.map +1 -1
  48. package/lib/commonjs/components/pictograms/Pictogram.js +6 -4
  49. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  50. package/lib/commonjs/components/pictograms/README.md +4 -11
  51. package/lib/commonjs/components/pictograms/index.js +1 -22
  52. package/lib/commonjs/components/pictograms/index.js.map +1 -1
  53. package/lib/commonjs/components/pictograms/svg/{PictogramSectionMessages.js → PictogramMessages.js} +3 -3
  54. package/lib/commonjs/components/pictograms/svg/PictogramMessages.js.map +1 -0
  55. package/lib/commonjs/components/tabs/TabItem.js +1 -1
  56. package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
  57. package/lib/commonjs/components/tabs/TabNavigation.js +2 -2
  58. package/lib/commonjs/components/tabs/TabNavigation.js.map +1 -1
  59. package/lib/commonjs/components/textInput/TextInputBase.js +5 -5
  60. package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
  61. package/lib/commonjs/components/textInput/TextInputPassword.js +1 -1
  62. package/lib/commonjs/components/textInput/TextInputPassword.js.map +1 -1
  63. package/lib/commonjs/components/textInput/TextInputValidation.js +2 -2
  64. package/lib/commonjs/components/textInput/TextInputValidation.js.map +1 -1
  65. package/lib/commonjs/stories/ButtonDS.stories.js +34 -0
  66. package/lib/commonjs/stories/ButtonDS.stories.js.map +1 -0
  67. package/lib/commonjs/stories/H1.stories.js +33 -0
  68. package/lib/commonjs/stories/H1.stories.js.map +1 -0
  69. package/lib/commonjs/stories/H2.stories.js +33 -0
  70. package/lib/commonjs/stories/H2.stories.js.map +1 -0
  71. package/lib/commonjs/stories/H3.stories.js +33 -0
  72. package/lib/commonjs/stories/H3.stories.js.map +1 -0
  73. package/lib/commonjs/stories/H4.stories.js +33 -0
  74. package/lib/commonjs/stories/H4.stories.js.map +1 -0
  75. package/lib/commonjs/stories/H5.stories.js +33 -0
  76. package/lib/commonjs/stories/H5.stories.js.map +1 -0
  77. package/lib/commonjs/stories/H6.stories.js +33 -0
  78. package/lib/commonjs/stories/H6.stories.js.map +1 -0
  79. package/lib/commonjs/stories/Label.stories.js +33 -0
  80. package/lib/commonjs/stories/Label.stories.js.map +1 -0
  81. package/lib/commonjs/stories/LabelSmall.stories.js +33 -0
  82. package/lib/commonjs/stories/LabelSmall.stories.js.map +1 -0
  83. package/lib/commonjs/stories/Link.stories.js +33 -0
  84. package/lib/commonjs/stories/Link.stories.js.map +1 -0
  85. package/lib/commonjs/stories/Monospace.stories.js +33 -0
  86. package/lib/commonjs/stories/Monospace.stories.js.map +1 -0
  87. package/lib/commonjs/utils/fonts.js +13 -4
  88. package/lib/commonjs/utils/fonts.js.map +1 -1
  89. package/lib/module/components/alert/Alert.js +1 -1
  90. package/lib/module/components/alert/Alert.js.map +1 -1
  91. package/lib/module/components/banner/Banner.js +1 -1
  92. package/lib/module/components/banner/Banner.js.map +1 -1
  93. package/lib/module/components/buttons/ButtonExtendedOutline.js +1 -1
  94. package/lib/module/components/buttons/ButtonExtendedOutline.js.map +1 -1
  95. package/lib/module/components/buttons/ButtonLink.js +6 -6
  96. package/lib/module/components/buttons/ButtonLink.js.map +1 -1
  97. package/lib/module/components/buttons/ButtonOutline.js +10 -10
  98. package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
  99. package/lib/module/components/buttons/ButtonSolid.js +5 -5
  100. package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
  101. package/lib/module/components/buttons/IconButton.js +4 -4
  102. package/lib/module/components/buttons/IconButton.js.map +1 -1
  103. package/lib/module/components/buttons/IconButtonContained.js +4 -4
  104. package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
  105. package/lib/module/components/buttons/IconButtonSolid.js +5 -5
  106. package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
  107. package/lib/module/components/index.js +1 -0
  108. package/lib/module/components/index.js.map +1 -1
  109. package/lib/module/components/layout/BlockButtons.js +73 -0
  110. package/lib/module/components/layout/BlockButtons.js.map +1 -0
  111. package/lib/module/components/layout/FooterWithButtons.js +32 -0
  112. package/lib/module/components/layout/FooterWithButtons.js.map +1 -0
  113. package/lib/module/components/layout/index.js +1 -0
  114. package/lib/module/components/layout/index.js.map +1 -1
  115. package/lib/module/components/listitems/ListItemAction.js +1 -1
  116. package/lib/module/components/listitems/ListItemAction.js.map +1 -1
  117. package/lib/module/components/listitems/ListItemCheckbox.js +1 -1
  118. package/lib/module/components/listitems/ListItemCheckbox.js.map +1 -1
  119. package/lib/module/components/listitems/ListItemIDP.js +1 -1
  120. package/lib/module/components/listitems/ListItemIDP.js.map +1 -1
  121. package/lib/module/components/listitems/ListItemInfoCopy.js +1 -1
  122. package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
  123. package/lib/module/components/listitems/ListItemNav.js +1 -1
  124. package/lib/module/components/listitems/ListItemNav.js.map +1 -1
  125. package/lib/module/components/listitems/ListItemNavAlert.js +1 -1
  126. package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
  127. package/lib/module/components/listitems/ListItemRadio.js +1 -1
  128. package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
  129. package/lib/module/components/listitems/hooks/useListItemSpringAnimation.js +1 -1
  130. package/lib/module/components/listitems/hooks/useListItemSpringAnimation.js.map +1 -1
  131. package/lib/module/components/logos/LogoPayment.js +0 -2
  132. package/lib/module/components/logos/LogoPayment.js.map +1 -1
  133. package/lib/module/components/logos/LogoPaymentExt.js +0 -2
  134. package/lib/module/components/logos/LogoPaymentExt.js.map +1 -1
  135. package/lib/module/components/pictograms/Pictogram.js +6 -4
  136. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  137. package/lib/module/components/pictograms/README.md +4 -11
  138. package/lib/module/components/pictograms/index.js +0 -2
  139. package/lib/module/components/pictograms/index.js.map +1 -1
  140. package/lib/module/components/pictograms/svg/{PictogramSectionMessages.js → PictogramMessages.js} +3 -3
  141. package/lib/module/components/pictograms/svg/PictogramMessages.js.map +1 -0
  142. package/lib/module/components/tabs/TabItem.js +1 -1
  143. package/lib/module/components/tabs/TabItem.js.map +1 -1
  144. package/lib/module/components/tabs/TabNavigation.js +2 -2
  145. package/lib/module/components/tabs/TabNavigation.js.map +1 -1
  146. package/lib/module/components/textInput/TextInputBase.js +5 -5
  147. package/lib/module/components/textInput/TextInputBase.js.map +1 -1
  148. package/lib/module/components/textInput/TextInputPassword.js +1 -1
  149. package/lib/module/components/textInput/TextInputPassword.js.map +1 -1
  150. package/lib/module/components/textInput/TextInputValidation.js +2 -2
  151. package/lib/module/components/textInput/TextInputValidation.js.map +1 -1
  152. package/lib/module/stories/ButtonDS.stories.js +27 -0
  153. package/lib/module/stories/ButtonDS.stories.js.map +1 -0
  154. package/lib/module/stories/H1.stories.js +26 -0
  155. package/lib/module/stories/H1.stories.js.map +1 -0
  156. package/lib/module/stories/H2.stories.js +26 -0
  157. package/lib/module/stories/H2.stories.js.map +1 -0
  158. package/lib/module/stories/H3.stories.js +26 -0
  159. package/lib/module/stories/H3.stories.js.map +1 -0
  160. package/lib/module/stories/H4.stories.js +26 -0
  161. package/lib/module/stories/H4.stories.js.map +1 -0
  162. package/lib/module/stories/H5.stories.js +26 -0
  163. package/lib/module/stories/H5.stories.js.map +1 -0
  164. package/lib/module/stories/H6.stories.js +26 -0
  165. package/lib/module/stories/H6.stories.js.map +1 -0
  166. package/lib/module/stories/Label.stories.js +26 -0
  167. package/lib/module/stories/Label.stories.js.map +1 -0
  168. package/lib/module/stories/LabelSmall.stories.js +26 -0
  169. package/lib/module/stories/LabelSmall.stories.js.map +1 -0
  170. package/lib/module/stories/Link.stories.js +26 -0
  171. package/lib/module/stories/Link.stories.js.map +1 -0
  172. package/lib/module/stories/Monospace.stories.js +26 -0
  173. package/lib/module/stories/Monospace.stories.js.map +1 -0
  174. package/lib/module/utils/fonts.js +13 -4
  175. package/lib/module/utils/fonts.js.map +1 -1
  176. package/lib/typescript/components/buttons/ButtonSolid.d.ts +16 -0
  177. package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
  178. package/lib/typescript/components/index.d.ts +1 -0
  179. package/lib/typescript/components/index.d.ts.map +1 -1
  180. package/lib/typescript/components/layout/BlockButtons.d.ts +53 -0
  181. package/lib/typescript/components/layout/BlockButtons.d.ts.map +1 -0
  182. package/lib/typescript/components/layout/FooterWithButtons.d.ts +9 -0
  183. package/lib/typescript/components/layout/FooterWithButtons.d.ts.map +1 -0
  184. package/lib/typescript/components/layout/index.d.ts +1 -0
  185. package/lib/typescript/components/layout/index.d.ts.map +1 -1
  186. package/lib/typescript/components/logos/LogoPayment.d.ts +0 -1
  187. package/lib/typescript/components/logos/LogoPayment.d.ts.map +1 -1
  188. package/lib/typescript/components/logos/LogoPaymentExt.d.ts +0 -1
  189. package/lib/typescript/components/logos/LogoPaymentExt.d.ts.map +1 -1
  190. package/lib/typescript/components/pictograms/Pictogram.d.ts +1 -0
  191. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  192. package/lib/typescript/components/pictograms/index.d.ts +0 -2
  193. package/lib/typescript/components/pictograms/index.d.ts.map +1 -1
  194. package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts +5 -0
  195. package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts.map +1 -0
  196. package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
  197. package/lib/typescript/stories/ButtonDS.stories.d.ts +14 -0
  198. package/lib/typescript/stories/ButtonDS.stories.d.ts.map +1 -0
  199. package/lib/typescript/stories/H1.stories.d.ts +19 -0
  200. package/lib/typescript/stories/H1.stories.d.ts.map +1 -0
  201. package/lib/typescript/stories/H2.stories.d.ts +19 -0
  202. package/lib/typescript/stories/H2.stories.d.ts.map +1 -0
  203. package/lib/typescript/stories/H3.stories.d.ts +19 -0
  204. package/lib/typescript/stories/H3.stories.d.ts.map +1 -0
  205. package/lib/typescript/stories/H4.stories.d.ts +19 -0
  206. package/lib/typescript/stories/H4.stories.d.ts.map +1 -0
  207. package/lib/typescript/stories/H5.stories.d.ts +27 -0
  208. package/lib/typescript/stories/H5.stories.d.ts.map +1 -0
  209. package/lib/typescript/stories/H6.stories.d.ts +19 -0
  210. package/lib/typescript/stories/H6.stories.d.ts.map +1 -0
  211. package/lib/typescript/stories/Label.stories.d.ts +19 -0
  212. package/lib/typescript/stories/Label.stories.d.ts.map +1 -0
  213. package/lib/typescript/stories/LabelSmall.stories.d.ts +21 -0
  214. package/lib/typescript/stories/LabelSmall.stories.d.ts.map +1 -0
  215. package/lib/typescript/stories/Link.stories.d.ts +21 -0
  216. package/lib/typescript/stories/Link.stories.d.ts.map +1 -0
  217. package/lib/typescript/stories/Monospace.stories.d.ts +19 -0
  218. package/lib/typescript/stories/Monospace.stories.d.ts.map +1 -0
  219. package/lib/typescript/utils/fonts.d.ts.map +1 -1
  220. package/package.json +25 -4
  221. package/src/components/buttons/ButtonSolid.tsx +16 -0
  222. package/src/components/index.tsx +1 -0
  223. package/src/components/layout/BlockButtons.tsx +142 -0
  224. package/src/components/layout/FooterWithButtons.tsx +37 -0
  225. package/src/components/layout/index.tsx +1 -0
  226. package/src/components/logos/LogoPayment.tsx +0 -2
  227. package/src/components/logos/LogoPaymentExt.tsx +0 -2
  228. package/src/components/pictograms/Pictogram.tsx +6 -4
  229. package/src/components/pictograms/README.md +4 -11
  230. package/src/components/pictograms/index.tsx +0 -2
  231. package/src/components/pictograms/svg/{PictogramSectionMessages.tsx → PictogramMessages.tsx} +2 -6
  232. package/src/components/textInput/TextInputBase.tsx +2 -2
  233. package/src/stories/ButtonDS.stories.ts +31 -0
  234. package/src/stories/H1.stories.ts +28 -0
  235. package/src/stories/H2.stories.ts +28 -0
  236. package/src/stories/H3.stories.ts +28 -0
  237. package/src/stories/H4.stories.ts +28 -0
  238. package/src/stories/H5.stories.ts +28 -0
  239. package/src/stories/H6.stories.ts +28 -0
  240. package/src/stories/Label.stories.ts +28 -0
  241. package/src/stories/LabelSmall.stories.ts +28 -0
  242. package/src/stories/Link.stories.ts +28 -0
  243. package/src/stories/Monospace.stories.ts +28 -0
  244. package/src/utils/fonts.ts +12 -5
  245. package/lib/commonjs/components/logos/svg/LogoPaymentExtSatispay.js +0 -38
  246. package/lib/commonjs/components/logos/svg/LogoPaymentExtSatispay.js.map +0 -1
  247. package/lib/commonjs/components/logos/svg/LogoPaymentSatispay.js +0 -33
  248. package/lib/commonjs/components/logos/svg/LogoPaymentSatispay.js.map +0 -1
  249. package/lib/commonjs/components/logos/svg/originals/LogoPaymentExtSatispay.svg +0 -22
  250. package/lib/commonjs/components/logos/svg/originals/LogoPaymentSatispay.svg +0 -11
  251. package/lib/commonjs/components/pictograms/PictogramSection.js +0 -42
  252. package/lib/commonjs/components/pictograms/PictogramSection.js.map +0 -1
  253. package/lib/commonjs/components/pictograms/SectionPictogram.js +0 -44
  254. package/lib/commonjs/components/pictograms/SectionPictogram.js.map +0 -1
  255. package/lib/commonjs/components/pictograms/svg/PictogramSectionDocuments.js +0 -41
  256. package/lib/commonjs/components/pictograms/svg/PictogramSectionDocuments.js.map +0 -1
  257. package/lib/commonjs/components/pictograms/svg/PictogramSectionMessages.js.map +0 -1
  258. package/lib/commonjs/components/pictograms/svg/PictogramSectionPayments.js +0 -42
  259. package/lib/commonjs/components/pictograms/svg/PictogramSectionPayments.js.map +0 -1
  260. package/lib/commonjs/components/pictograms/svg/PictogramSectionProfile.js +0 -39
  261. package/lib/commonjs/components/pictograms/svg/PictogramSectionProfile.js.map +0 -1
  262. package/lib/commonjs/components/pictograms/svg/PictogramSectionServices.js +0 -45
  263. package/lib/commonjs/components/pictograms/svg/PictogramSectionServices.js.map +0 -1
  264. package/lib/commonjs/components/pictograms/svg/PictogramSectionSettings.js +0 -31
  265. package/lib/commonjs/components/pictograms/svg/PictogramSectionSettings.js.map +0 -1
  266. package/lib/commonjs/components/pictograms/svg/SectionPictogramDocuments.js +0 -41
  267. package/lib/commonjs/components/pictograms/svg/SectionPictogramDocuments.js.map +0 -1
  268. package/lib/commonjs/components/pictograms/svg/SectionPictogramMessages.js +0 -31
  269. package/lib/commonjs/components/pictograms/svg/SectionPictogramMessages.js.map +0 -1
  270. package/lib/commonjs/components/pictograms/svg/SectionPictogramPayments.js +0 -42
  271. package/lib/commonjs/components/pictograms/svg/SectionPictogramPayments.js.map +0 -1
  272. package/lib/commonjs/components/pictograms/svg/SectionPictogramProfile.js +0 -39
  273. package/lib/commonjs/components/pictograms/svg/SectionPictogramProfile.js.map +0 -1
  274. package/lib/commonjs/components/pictograms/svg/SectionPictogramServices.js +0 -45
  275. package/lib/commonjs/components/pictograms/svg/SectionPictogramServices.js.map +0 -1
  276. package/lib/commonjs/components/pictograms/svg/SectionPictogramSettings.js +0 -31
  277. package/lib/commonjs/components/pictograms/svg/SectionPictogramSettings.js.map +0 -1
  278. package/lib/commonjs/components/pictograms/svg/SectionPictogramSmile.js +0 -29
  279. package/lib/commonjs/components/pictograms/svg/SectionPictogramSmile.js.map +0 -1
  280. package/lib/commonjs/components/pictograms/svg/originals/SearchPictogram.svg +0 -22
  281. package/lib/commonjs/components/pictograms/svg/originals/SectionPictogramDocuments.svg +0 -20
  282. package/lib/commonjs/components/pictograms/svg/originals/SectionPictogramPayments.svg +0 -19
  283. package/lib/commonjs/components/pictograms/svg/originals/SectionPictogramProfile.svg +0 -18
  284. package/lib/commonjs/components/pictograms/svg/originals/SectionPictogramServices.svg +0 -26
  285. package/lib/commonjs/components/pictograms/svg/originals/SectionPictogramSettings.svg +0 -8
  286. package/lib/module/components/logos/svg/LogoPaymentExtSatispay.js +0 -30
  287. package/lib/module/components/logos/svg/LogoPaymentExtSatispay.js.map +0 -1
  288. package/lib/module/components/logos/svg/LogoPaymentSatispay.js +0 -25
  289. package/lib/module/components/logos/svg/LogoPaymentSatispay.js.map +0 -1
  290. package/lib/module/components/logos/svg/originals/LogoPaymentExtSatispay.svg +0 -22
  291. package/lib/module/components/logos/svg/originals/LogoPaymentSatispay.svg +0 -11
  292. package/lib/module/components/pictograms/PictogramSection.js +0 -34
  293. package/lib/module/components/pictograms/PictogramSection.js.map +0 -1
  294. package/lib/module/components/pictograms/SectionPictogram.js +0 -36
  295. package/lib/module/components/pictograms/SectionPictogram.js.map +0 -1
  296. package/lib/module/components/pictograms/svg/PictogramSectionDocuments.js +0 -33
  297. package/lib/module/components/pictograms/svg/PictogramSectionDocuments.js.map +0 -1
  298. package/lib/module/components/pictograms/svg/PictogramSectionMessages.js.map +0 -1
  299. package/lib/module/components/pictograms/svg/PictogramSectionPayments.js +0 -34
  300. package/lib/module/components/pictograms/svg/PictogramSectionPayments.js.map +0 -1
  301. package/lib/module/components/pictograms/svg/PictogramSectionProfile.js +0 -31
  302. package/lib/module/components/pictograms/svg/PictogramSectionProfile.js.map +0 -1
  303. package/lib/module/components/pictograms/svg/PictogramSectionServices.js +0 -37
  304. package/lib/module/components/pictograms/svg/PictogramSectionServices.js.map +0 -1
  305. package/lib/module/components/pictograms/svg/PictogramSectionSettings.js +0 -23
  306. package/lib/module/components/pictograms/svg/PictogramSectionSettings.js.map +0 -1
  307. package/lib/module/components/pictograms/svg/SectionPictogramDocuments.js +0 -33
  308. package/lib/module/components/pictograms/svg/SectionPictogramDocuments.js.map +0 -1
  309. package/lib/module/components/pictograms/svg/SectionPictogramMessages.js +0 -23
  310. package/lib/module/components/pictograms/svg/SectionPictogramMessages.js.map +0 -1
  311. package/lib/module/components/pictograms/svg/SectionPictogramPayments.js +0 -34
  312. package/lib/module/components/pictograms/svg/SectionPictogramPayments.js.map +0 -1
  313. package/lib/module/components/pictograms/svg/SectionPictogramProfile.js +0 -31
  314. package/lib/module/components/pictograms/svg/SectionPictogramProfile.js.map +0 -1
  315. package/lib/module/components/pictograms/svg/SectionPictogramServices.js +0 -37
  316. package/lib/module/components/pictograms/svg/SectionPictogramServices.js.map +0 -1
  317. package/lib/module/components/pictograms/svg/SectionPictogramSettings.js +0 -23
  318. package/lib/module/components/pictograms/svg/SectionPictogramSettings.js.map +0 -1
  319. package/lib/module/components/pictograms/svg/SectionPictogramSmile.js +0 -21
  320. package/lib/module/components/pictograms/svg/SectionPictogramSmile.js.map +0 -1
  321. package/lib/module/components/pictograms/svg/originals/SearchPictogram.svg +0 -22
  322. package/lib/module/components/pictograms/svg/originals/SectionPictogramDocuments.svg +0 -20
  323. package/lib/module/components/pictograms/svg/originals/SectionPictogramPayments.svg +0 -19
  324. package/lib/module/components/pictograms/svg/originals/SectionPictogramProfile.svg +0 -18
  325. package/lib/module/components/pictograms/svg/originals/SectionPictogramServices.svg +0 -26
  326. package/lib/module/components/pictograms/svg/originals/SectionPictogramSettings.svg +0 -8
  327. package/lib/typescript/components/logos/svg/LogoPaymentExtSatispay.d.ts +0 -5
  328. package/lib/typescript/components/logos/svg/LogoPaymentExtSatispay.d.ts.map +0 -1
  329. package/lib/typescript/components/logos/svg/LogoPaymentSatispay.d.ts +0 -5
  330. package/lib/typescript/components/logos/svg/LogoPaymentSatispay.d.ts.map +0 -1
  331. package/lib/typescript/components/pictograms/PictogramSection.d.ts +0 -20
  332. package/lib/typescript/components/pictograms/PictogramSection.d.ts.map +0 -1
  333. package/lib/typescript/components/pictograms/SectionPictogram.d.ts +0 -21
  334. package/lib/typescript/components/pictograms/SectionPictogram.d.ts.map +0 -1
  335. package/lib/typescript/components/pictograms/svg/PictogramSectionDocuments.d.ts +0 -5
  336. package/lib/typescript/components/pictograms/svg/PictogramSectionDocuments.d.ts.map +0 -1
  337. package/lib/typescript/components/pictograms/svg/PictogramSectionMessages.d.ts +0 -5
  338. package/lib/typescript/components/pictograms/svg/PictogramSectionMessages.d.ts.map +0 -1
  339. package/lib/typescript/components/pictograms/svg/PictogramSectionPayments.d.ts +0 -5
  340. package/lib/typescript/components/pictograms/svg/PictogramSectionPayments.d.ts.map +0 -1
  341. package/lib/typescript/components/pictograms/svg/PictogramSectionProfile.d.ts +0 -5
  342. package/lib/typescript/components/pictograms/svg/PictogramSectionProfile.d.ts.map +0 -1
  343. package/lib/typescript/components/pictograms/svg/PictogramSectionServices.d.ts +0 -5
  344. package/lib/typescript/components/pictograms/svg/PictogramSectionServices.d.ts.map +0 -1
  345. package/lib/typescript/components/pictograms/svg/PictogramSectionSettings.d.ts +0 -5
  346. package/lib/typescript/components/pictograms/svg/PictogramSectionSettings.d.ts.map +0 -1
  347. package/lib/typescript/components/pictograms/svg/SectionPictogramDocuments.d.ts +0 -5
  348. package/lib/typescript/components/pictograms/svg/SectionPictogramDocuments.d.ts.map +0 -1
  349. package/lib/typescript/components/pictograms/svg/SectionPictogramMessages.d.ts +0 -5
  350. package/lib/typescript/components/pictograms/svg/SectionPictogramMessages.d.ts.map +0 -1
  351. package/lib/typescript/components/pictograms/svg/SectionPictogramPayments.d.ts +0 -5
  352. package/lib/typescript/components/pictograms/svg/SectionPictogramPayments.d.ts.map +0 -1
  353. package/lib/typescript/components/pictograms/svg/SectionPictogramProfile.d.ts +0 -5
  354. package/lib/typescript/components/pictograms/svg/SectionPictogramProfile.d.ts.map +0 -1
  355. package/lib/typescript/components/pictograms/svg/SectionPictogramServices.d.ts +0 -5
  356. package/lib/typescript/components/pictograms/svg/SectionPictogramServices.d.ts.map +0 -1
  357. package/lib/typescript/components/pictograms/svg/SectionPictogramSettings.d.ts +0 -5
  358. package/lib/typescript/components/pictograms/svg/SectionPictogramSettings.d.ts.map +0 -1
  359. package/lib/typescript/components/pictograms/svg/SectionPictogramSmile.d.ts +0 -5
  360. package/lib/typescript/components/pictograms/svg/SectionPictogramSmile.d.ts.map +0 -1
  361. package/src/components/logos/svg/LogoPaymentExtSatispay.tsx +0 -30
  362. package/src/components/logos/svg/LogoPaymentSatispay.tsx +0 -19
  363. package/src/components/logos/svg/originals/LogoPaymentExtSatispay.svg +0 -22
  364. package/src/components/logos/svg/originals/LogoPaymentSatispay.svg +0 -11
  365. package/src/components/pictograms/PictogramSection.tsx +0 -42
  366. package/src/components/pictograms/SectionPictogram.tsx +0 -48
  367. package/src/components/pictograms/svg/PictogramSectionDocuments.tsx +0 -32
  368. package/src/components/pictograms/svg/PictogramSectionPayments.tsx +0 -31
  369. package/src/components/pictograms/svg/PictogramSectionProfile.tsx +0 -30
  370. package/src/components/pictograms/svg/PictogramSectionServices.tsx +0 -38
  371. package/src/components/pictograms/svg/PictogramSectionSettings.tsx +0 -20
  372. package/src/components/pictograms/svg/SectionPictogramDocuments.tsx +0 -32
  373. package/src/components/pictograms/svg/SectionPictogramMessages.tsx +0 -20
  374. package/src/components/pictograms/svg/SectionPictogramPayments.tsx +0 -31
  375. package/src/components/pictograms/svg/SectionPictogramProfile.tsx +0 -30
  376. package/src/components/pictograms/svg/SectionPictogramServices.tsx +0 -38
  377. package/src/components/pictograms/svg/SectionPictogramSettings.tsx +0 -20
  378. package/src/components/pictograms/svg/SectionPictogramSmile.tsx +0 -18
  379. package/src/components/pictograms/svg/originals/SearchPictogram.svg +0 -22
  380. package/src/components/pictograms/svg/originals/SectionPictogramDocuments.svg +0 -20
  381. package/src/components/pictograms/svg/originals/SectionPictogramPayments.svg +0 -19
  382. package/src/components/pictograms/svg/originals/SectionPictogramProfile.svg +0 -18
  383. package/src/components/pictograms/svg/originals/SectionPictogramServices.svg +0 -26
  384. package/src/components/pictograms/svg/originals/SectionPictogramSettings.svg +0 -8
  385. /package/lib/commonjs/components/pictograms/svg/originals/{SectionPictogramMessages.svg → PictogramMessages.svg} +0 -0
  386. /package/lib/module/components/pictograms/svg/originals/{SectionPictogramMessages.svg → PictogramMessages.svg} +0 -0
  387. /package/src/components/pictograms/svg/originals/{SectionPictogramMessages.svg → PictogramMessages.svg} +0 -0
@@ -13,14 +13,17 @@ const weightValues = ["300", "400", "600", "700"];
13
13
  const fonts = {
14
14
  TitilliumWeb: Platform.select({
15
15
  android: "TitilliumWeb",
16
+ web: "TitilliumWeb",
16
17
  ios: "Titillium Web"
17
18
  }),
18
19
  ReadexPro: Platform.select({
19
20
  android: "ReadexPro",
21
+ web: "ReadexPro",
20
22
  ios: "Readex Pro"
21
23
  }),
22
24
  RobotoMono: Platform.select({
23
25
  android: "RobotoMono",
26
+ web: "RobotoMono",
24
27
  ios: "Roboto Mono"
25
28
  })
26
29
  };
@@ -59,9 +62,10 @@ export let FontStyle = /*#__PURE__*/function (FontStyle) {
59
62
  export const makeFontFamilyName = function (font, weight) {
60
63
  let isItalic = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
61
64
  return Platform.select({
62
- default: "undefined",
65
+ web: fonts[font],
63
66
  android: `${fonts[font]}-${weight || "Regular"}${isItalic ? "Italic" : ""}`,
64
- ios: fonts[font]
67
+ ios: fonts[font],
68
+ default: "undefined"
65
69
  });
66
70
  };
67
71
 
@@ -76,8 +80,10 @@ export const makeFontStyleObject = function () {
76
80
  let isItalic = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
77
81
  let font = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "TitilliumWeb";
78
82
  return Platform.select({
79
- default: {
80
- fontFamily: "undefined"
83
+ web: {
84
+ fontFamily: makeFontFamilyName(font, weight, isItalic),
85
+ fontWeight: weight !== undefined ? fontWeightsMap[weight] : weight,
86
+ fontStyle: isItalic ? FontStyle.italic : FontStyle.normal
81
87
  },
82
88
  android: {
83
89
  fontFamily: makeFontFamilyName(font, weight, isItalic)
@@ -86,6 +92,9 @@ export const makeFontStyleObject = function () {
86
92
  fontFamily: makeFontFamilyName(font, weight, isItalic),
87
93
  fontWeight: weight !== undefined ? fontWeightsMap[weight] : weight,
88
94
  fontStyle: isItalic ? FontStyle.italic : FontStyle.normal
95
+ },
96
+ default: {
97
+ fontFamily: "undefined"
89
98
  }
90
99
  });
91
100
  };
@@ -1 +1 @@
1
- {"version":3,"names":["Platform","weights","weightValues","fonts","TitilliumWeb","select","android","ios","ReadexPro","RobotoMono","fontWeights","Light","Regular","SemiBold","Bold","fontWeightsMap","FontStyle","makeFontFamilyName","font","weight","isItalic","arguments","length","undefined","default","makeFontStyleObject","fontFamily","fontWeight","fontStyle","italic","normal"],"sourceRoot":"../../../src","sources":["utils/fonts.ts"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA,SAASA,QAAQ,QAAQ,cAAc;AAIvC,MAAMC,OAAO,GAAG,CAAC,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,CAAU;AAGjE,MAAMC,YAAY,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAU;AAG1D;AACA;AACA;AACA,MAAMC,KAAK,GAAG;EACZC,YAAY,EAAEJ,QAAQ,CAACK,MAAM,CAAC;IAC5BC,OAAO,EAAE,cAAc;IACvBC,GAAG,EAAE;EACP,CAAC,CAAC;EACFC,SAAS,EAAER,QAAQ,CAACK,MAAM,CAAC;IACzBC,OAAO,EAAE,WAAW;IACpBC,GAAG,EAAE;EACP,CAAC,CAAC;EACFE,UAAU,EAAET,QAAQ,CAACK,MAAM,CAAC;IAC1BC,OAAO,EAAE,YAAY;IACrBC,GAAG,EAAE;EACP,CAAC;AACH,CAAC;;AAED;AACA;AACA;AACA;AACA,OAAO,MAAMG,WAAkD,GAAG;EAChEC,KAAK,EAAE,KAAK;EACZC,OAAO,EAAE,KAAK;EACdC,QAAQ,EAAE,KAAK;EACfC,IAAI,EAAE;AACR,CAAC;AAKD;AACA;AACA;AACA;AACA,OAAO,MAAMC,cAAqD,GAAG;EACnEJ,KAAK,EAAE,KAAK;EACZC,OAAO,EAAE,KAAK;EACdC,QAAQ,EAAE,KAAK;EACfC,IAAI,EAAE;AACR,CAAC;AAED,WAAYE,SAAS,0BAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAAA,OAATA,SAAS;AAAA;AAWrB;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,kBAAkB,GAAG,SAAAA,CAChCC,IAAgB,EAChBC,MAAqB;EAAA,IACrBC,QAAiB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,KAAK;EAAA,OAEzBrB,QAAQ,CAACK,MAAM,CAAC;IACdmB,OAAO,EAAE,WAAW;IACpBlB,OAAO,EAAG,GAAEH,KAAK,CAACe,IAAI,CAAE,IAAGC,MAAM,IAAI,SAAU,GAAEC,QAAQ,GAAG,QAAQ,GAAG,EAAG,EAAC;IAC3Eb,GAAG,EAAEJ,KAAK,CAACe,IAAI;EACjB,CAAC,CAAC;AAAA;;AAEJ;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMO,mBAAmB,GAAG,SAAAA,CAAA;EAAA,IACjCN,MAAgC,GAAAE,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAGE,SAAS;EAAA,IAC5CH,QAA6B,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,KAAK;EAAA,IACrCH,IAA4B,GAAAG,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,cAAc;EAAA,OAE7CrB,QAAQ,CAACK,MAAM,CAAC;IACdmB,OAAO,EAAE;MACPE,UAAU,EAAE;IACd,CAAC;IACDpB,OAAO,EAAE;MACPoB,UAAU,EAAET,kBAAkB,CAACC,IAAI,EAAEC,MAAM,EAAEC,QAAQ;IACvD,CAAC;IACDb,GAAG,EAAE;MACHmB,UAAU,EAAET,kBAAkB,CAACC,IAAI,EAAEC,MAAM,EAAEC,QAAQ,CAAC;MACtDO,UAAU,EAAER,MAAM,KAAKI,SAAS,GAAGR,cAAc,CAACI,MAAM,CAAC,GAAGA,MAAM;MAClES,SAAS,EAAER,QAAQ,GAAGJ,SAAS,CAACa,MAAM,GAAGb,SAAS,CAACc;IACrD;EACF,CAAC,CAAC;AAAA"}
1
+ {"version":3,"names":["Platform","weights","weightValues","fonts","TitilliumWeb","select","android","web","ios","ReadexPro","RobotoMono","fontWeights","Light","Regular","SemiBold","Bold","fontWeightsMap","FontStyle","makeFontFamilyName","font","weight","isItalic","arguments","length","undefined","default","makeFontStyleObject","fontFamily","fontWeight","fontStyle","italic","normal"],"sourceRoot":"../../../src","sources":["utils/fonts.ts"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA,SAASA,QAAQ,QAAQ,cAAc;AAIvC,MAAMC,OAAO,GAAG,CAAC,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,CAAU;AAGjE,MAAMC,YAAY,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAU;AAG1D;AACA;AACA;AACA,MAAMC,KAAK,GAAG;EACZC,YAAY,EAAEJ,QAAQ,CAACK,MAAM,CAAC;IAC5BC,OAAO,EAAE,cAAc;IACvBC,GAAG,EAAE,cAAc;IACnBC,GAAG,EAAE;EACP,CAAC,CAAC;EACFC,SAAS,EAAET,QAAQ,CAACK,MAAM,CAAC;IACzBC,OAAO,EAAE,WAAW;IACpBC,GAAG,EAAE,WAAW;IAChBC,GAAG,EAAE;EACP,CAAC,CAAC;EACFE,UAAU,EAAEV,QAAQ,CAACK,MAAM,CAAC;IAC1BC,OAAO,EAAE,YAAY;IACrBC,GAAG,EAAE,YAAY;IACjBC,GAAG,EAAE;EACP,CAAC;AACH,CAAC;;AAED;AACA;AACA;AACA;AACA,OAAO,MAAMG,WAAkD,GAAG;EAChEC,KAAK,EAAE,KAAK;EACZC,OAAO,EAAE,KAAK;EACdC,QAAQ,EAAE,KAAK;EACfC,IAAI,EAAE;AACR,CAAC;AAKD;AACA;AACA;AACA;AACA,OAAO,MAAMC,cAAqD,GAAG;EACnEJ,KAAK,EAAE,KAAK;EACZC,OAAO,EAAE,KAAK;EACdC,QAAQ,EAAE,KAAK;EACfC,IAAI,EAAE;AACR,CAAC;AAED,WAAYE,SAAS,0BAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAAA,OAATA,SAAS;AAAA;AAWrB;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,kBAAkB,GAAG,SAAAA,CAChCC,IAAgB,EAChBC,MAAqB;EAAA,IACrBC,QAAiB,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,KAAK;EAAA,OAEzBtB,QAAQ,CAACK,MAAM,CAAC;IACdE,GAAG,EAAEJ,KAAK,CAACgB,IAAI,CAAC;IAChBb,OAAO,EAAG,GAAEH,KAAK,CAACgB,IAAI,CAAE,IAAGC,MAAM,IAAI,SAAU,GAAEC,QAAQ,GAAG,QAAQ,GAAG,EAAG,EAAC;IAC3Eb,GAAG,EAAEL,KAAK,CAACgB,IAAI,CAAC;IAChBM,OAAO,EAAE;EACX,CAAC,CAAC;AAAA;;AAEJ;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,mBAAmB,GAAG,SAAAA,CAAA;EAAA,IACjCN,MAAgC,GAAAE,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAGE,SAAS;EAAA,IAC5CH,QAA6B,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,KAAK;EAAA,IACrCH,IAA4B,GAAAG,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,cAAc;EAAA,OAE7CtB,QAAQ,CAACK,MAAM,CAAC;IACdE,GAAG,EAAE;MACHoB,UAAU,EAAET,kBAAkB,CAACC,IAAI,EAAEC,MAAM,EAAEC,QAAQ,CAAC;MACtDO,UAAU,EAAER,MAAM,KAAKI,SAAS,GAAGR,cAAc,CAACI,MAAM,CAAC,GAAGA,MAAM;MAClES,SAAS,EAAER,QAAQ,GAAGJ,SAAS,CAACa,MAAM,GAAGb,SAAS,CAACc;IACrD,CAAC;IACDzB,OAAO,EAAE;MACPqB,UAAU,EAAET,kBAAkB,CAACC,IAAI,EAAEC,MAAM,EAAEC,QAAQ;IACvD,CAAC;IACDb,GAAG,EAAE;MACHmB,UAAU,EAAET,kBAAkB,CAACC,IAAI,EAAEC,MAAM,EAAEC,QAAQ,CAAC;MACtDO,UAAU,EAAER,MAAM,KAAKI,SAAS,GAAGR,cAAc,CAACI,MAAM,CAAC,GAAGA,MAAM;MAClES,SAAS,EAAER,QAAQ,GAAGJ,SAAS,CAACa,MAAM,GAAGb,SAAS,CAACc;IACrD,CAAC;IACDN,OAAO,EAAE;MAAEE,UAAU,EAAE;IAAY;EACrC,CAAC,CAAC;AAAA"}
@@ -4,12 +4,28 @@ import { IOIcons } from "../icons";
4
4
  import { WithTestID } from "../../utils/types";
5
5
  type ButtonSolidColor = "primary" | "danger" | "contrast";
6
6
  export type ButtonSolidProps = WithTestID<{
7
+ /**
8
+ * @default primary
9
+ */
7
10
  color?: ButtonSolidColor;
8
11
  label: string;
12
+ /**
13
+ * Renders a small variant of the button. This property applies to the legacy look only
14
+ * @default false
15
+ */
9
16
  small?: boolean;
17
+ /**
18
+ * @default false
19
+ */
10
20
  fullWidth?: boolean;
21
+ /**
22
+ * @default false
23
+ */
11
24
  disabled?: boolean;
12
25
  icon?: IOIcons;
26
+ /**
27
+ * @default start
28
+ */
13
29
  iconPosition?: "start" | "end";
14
30
  accessibilityLabel: string;
15
31
  accessibilityHint?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonSolid.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonSolid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAyB,MAAM,cAAc,CAAC;AAa5E,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAI/C,KAAK,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAqB1D,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC;IACxC,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC/B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AAmCH,eAAO,MAAM,WAAW,uJAanB,gBAAgB,uBAiHpB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ButtonSolid.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/ButtonSolid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAyB,MAAM,cAAc,CAAC;AAa5E,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAI/C,KAAK,gBAAgB,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;AAqB1D,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC;IACxC;;OAEG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC/B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC,CAAC;AAmCH,eAAO,MAAM,WAAW,uJAanB,gBAAgB,uBAiHpB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -18,4 +18,5 @@ export * from "./tag";
18
18
  export * from "./tabs";
19
19
  export * from "./typography";
20
20
  export * from "./textInput";
21
+ export * from "./layout";
21
22
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC"}
@@ -0,0 +1,53 @@
1
+ import * as React from "react";
2
+ import { ButtonSolidProps } from "../buttons";
3
+ type CommonProps = Readonly<{
4
+ primary: BlockButtonProps;
5
+ accessible?: boolean;
6
+ }>;
7
+ export type BlockButtonProps = {
8
+ type: "Solid" | "Outline";
9
+ buttonProps: ButtonSolidProps;
10
+ };
11
+ /**
12
+ * | single button |
13
+ */
14
+ export interface SingleButton extends CommonProps {
15
+ type: "SingleButton";
16
+ }
17
+ /**
18
+ * | left | right |
19
+ */
20
+ export interface TwoButtonsInlineHalf extends CommonProps {
21
+ type: "TwoButtonsInlineHalf";
22
+ secondary: BlockButtonProps;
23
+ }
24
+ /**
25
+ * | left | right |
26
+ */
27
+ interface TwoButtonsInlineThird extends CommonProps {
28
+ type: "TwoButtonsInlineThird";
29
+ secondary: BlockButtonProps;
30
+ }
31
+ /**
32
+ * | left | right |
33
+ */
34
+ interface TwoButtonsInlineThirdInverted extends CommonProps {
35
+ type: "TwoButtonsInlineThirdInverted";
36
+ secondary: BlockButtonProps;
37
+ }
38
+ /**
39
+ * | left | mid | right |
40
+ */
41
+ interface ThreeButtonsInLine extends CommonProps {
42
+ type: "ThreeButtonsInLine";
43
+ secondary: BlockButtonProps;
44
+ third: BlockButtonProps;
45
+ }
46
+ type Props = SingleButton | TwoButtonsInlineHalf | TwoButtonsInlineThird | TwoButtonsInlineThirdInverted | ThreeButtonsInLine;
47
+ export type BlockButtonsProps = Props;
48
+ /**
49
+ * Implements a component that show buttons on a line on 1, 2 or 3 buttons
50
+ */
51
+ export declare const BlockButtons: (props: Props) => React.JSX.Element;
52
+ export {};
53
+ //# sourceMappingURL=BlockButtons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BlockButtons.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/BlockButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAA8B,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAe1E,KAAK,WAAW,GAAG,QAAQ,CAAC;IAC1B,OAAO,EAAE,gBAAgB,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,OAAO,GAAG,SAAS,CAAC;IAC1B,WAAW,EAAE,gBAAgB,CAAC;CAC/B,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,YAAa,SAAQ,WAAW;IAC/C,IAAI,EAAE,cAAc,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,WAAW;IACvD,IAAI,EAAE,sBAAsB,CAAC;IAC7B,SAAS,EAAE,gBAAgB,CAAC;CAC7B;AAED;;GAEG;AACH,UAAU,qBAAsB,SAAQ,WAAW;IACjD,IAAI,EAAE,uBAAuB,CAAC;IAC9B,SAAS,EAAE,gBAAgB,CAAC;CAC7B;AAED;;GAEG;AACH,UAAU,6BAA8B,SAAQ,WAAW;IACzD,IAAI,EAAE,+BAA+B,CAAC;IACtC,SAAS,EAAE,gBAAgB,CAAC;CAC7B;AAED;;GAEG;AACH,UAAU,kBAAmB,SAAQ,WAAW;IAC9C,IAAI,EAAE,oBAAoB,CAAC;IAC3B,SAAS,EAAE,gBAAgB,CAAC;IAC5B,KAAK,EAAE,gBAAgB,CAAC;CACzB;AAED,KAAK,KAAK,GACN,YAAY,GACZ,oBAAoB,GACpB,qBAAqB,GACrB,6BAA6B,GAC7B,kBAAkB,CAAC;AAEvB,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,YAAY,UAAW,KAAK,sBA6DxC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import * as React from "react";
2
+ import { BlockButtonsProps } from "./BlockButtons";
3
+ /**
4
+ * Implements a component that show buttons as sticky footer
5
+ * It can include 1, 2 or 3 buttons. If they are 2, they can have the inlineHalf or the inlineOneThird style
6
+ */
7
+ export declare const FooterWithButtons: (props: BlockButtonsProps) => React.JSX.Element;
8
+ export default FooterWithButtons;
9
+ //# sourceMappingURL=FooterWithButtons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FooterWithButtons.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/FooterWithButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAgB,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAejE;;;GAGG;AACH,eAAO,MAAM,iBAAiB,UAAW,iBAAiB,sBAWzD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -2,4 +2,5 @@ export * from "./GradientScrollView";
2
2
  export * from "./GradientBottomActions";
3
3
  export * from "./HeaderFirstLevel";
4
4
  export * from "./HeaderSecondLevel";
5
+ export * from "./FooterWithButtons";
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/index.tsx"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/index.tsx"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC"}
@@ -12,7 +12,6 @@ export declare const IOPaymentLogos: {
12
12
  readonly bancomatPay: ({ size }: SVGLogoProps) => React.JSX.Element;
13
13
  readonly vPay: ({ size }: SVGLogoProps) => React.JSX.Element;
14
14
  readonly pagoBancomat: ({ size }: SVGLogoProps) => React.JSX.Element;
15
- readonly satispay: ({ size }: SVGLogoProps) => React.JSX.Element;
16
15
  readonly postepay: ({ size }: SVGLogoProps) => React.JSX.Element;
17
16
  readonly myBank: ({ size }: SVGLogoProps) => React.JSX.Element;
18
17
  readonly applePay: ({ size }: SVGLogoProps) => React.JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"LogoPayment.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPayment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAoB1B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;CAiBjB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,cAAc,CAAC;AAE5D,KAAK,YAAY,GAAG;IAClB,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,WAAW,6BAAmC,YAAY,sBAG/D,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"LogoPayment.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPayment.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;CAgBjB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,cAAc,CAAC;AAE5D,KAAK,YAAY,GAAG;IAClB,IAAI,EAAE,iBAAiB,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB,CAAC;AAEF,QAAA,MAAM,WAAW,6BAAmC,YAAY,sBAG/D,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -12,7 +12,6 @@ export declare const IOPaymentExtLogos: {
12
12
  readonly payPal: ({ size }: import("./LogoPayment").SVGLogoProps) => React.JSX.Element;
13
13
  readonly bancomatPay: ({ size }: import("./LogoPayment").SVGLogoProps) => React.JSX.Element;
14
14
  readonly postepay: ({ size }: import("./LogoPayment").SVGLogoProps) => React.JSX.Element;
15
- readonly satispay: ({ size }: import("./LogoPayment").SVGLogoProps) => React.JSX.Element;
16
15
  readonly pagoBancomat: ({ size }: import("./LogoPayment").SVGLogoProps) => React.JSX.Element;
17
16
  readonly applePay: ({ size }: import("./LogoPayment").SVGLogoProps) => React.JSX.Element;
18
17
  };
@@ -1 +1 @@
1
- {"version":3,"file":"LogoPaymentExt.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPaymentExt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;CAgBpB,CAAC;AAEX,MAAM,MAAM,oBAAoB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAElE,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE,oBAAoB,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,cAAc,6BAAmC,cAAc,sBAGpE,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"LogoPaymentExt.d.ts","sourceRoot":"","sources":["../../../../src/components/logos/LogoPaymentExt.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;CAepB,CAAC;AAEX,MAAM,MAAM,oBAAoB,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAElE,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE,oBAAoB,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,cAAc,6BAAmC,cAAc,sBAGpE,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -2,6 +2,7 @@ import React from "react";
2
2
  import { ColorValue } from "react-native";
3
3
  import { IOColors } from "../../core/IOColors";
4
4
  export declare const IOPictograms: {
5
+ messages: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
5
6
  airBaloon: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
6
7
  abacus: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
7
8
  emailValidation: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"Pictogram.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/Pictogram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AA2C/C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCxB,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;IACjB,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;CACnB,CAAC;AAEF,eAAO,MAAM,SAAS,oCAKnB,iBAAiB,sBAGnB,CAAC;AAWF,QAAA,MAAM,iBAAiB;;;;CAIb,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,iBAAiB,CAAC"}
1
+ {"version":3,"file":"Pictogram.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/Pictogram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AA4C/C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CxB,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;IACjB,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;CACnB,CAAC;AAEF,eAAO,MAAM,SAAS,oCAKnB,iBAAiB,sBAGnB,CAAC;AAWF,QAAA,MAAM,iBAAiB;;;;CAIb,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,OAAO,iBAAiB,CAAC"}
@@ -1,5 +1,3 @@
1
1
  export * from "./Pictogram";
2
2
  export { Pictogram } from "./Pictogram";
3
- export { default as PictogramSection } from "./PictogramSection";
4
- export * from "./PictogramSection";
5
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SVGPictogramProps } from "../Pictogram";
3
+ declare const PictogramMessages: ({ size, color, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ export default PictogramMessages;
5
+ //# sourceMappingURL=PictogramMessages.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PictogramMessages.d.ts","sourceRoot":"","sources":["../../../../../src/components/pictograms/svg/PictogramMessages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,iBAAiB,8BAA+B,iBAAiB,sBAStE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextInputBase.d.ts","sourceRoot":"","sources":["../../../../src/components/textInput/TextInputBase.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,SAAS,EAGV,MAAM,cAAc,CAAC;AACtB,OAAO,KAAkD,MAAM,OAAO,CAAC;AAOvE,OAAO,EAAE,QAAQ,EAA4B,MAAM,YAAY,CAAC;AAChE,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAGzC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAG9C,KAAK,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;AAEhE,KAAK,gBAAgB,GAAG,IAAI,CAC1B,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,EACtC,cAAc,GAAG,WAAW,GAAG,iBAAiB,GAAG,cAAc,CAClE,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,QAAQ,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAwFF,eAAO,MAAM,aAAa,4MAiBvB,cAAc,sBA+KhB,CAAC"}
1
+ {"version":3,"file":"TextInputBase.d.ts","sourceRoot":"","sources":["../../../../src/components/textInput/TextInputBase.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,SAAS,EAGV,MAAM,cAAc,CAAC;AACtB,OAAO,KAAkD,MAAM,OAAO,CAAC;AAOvE,OAAO,EAAE,QAAQ,EAA4B,MAAM,YAAY,CAAC;AAChE,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAGzC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAI9C,KAAK,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;AAEhE,KAAK,gBAAgB,GAAG,IAAI,CAC1B,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,EACtC,cAAc,GAAG,WAAW,GAAG,iBAAiB,GAAG,cAAc,CAClE,CAAC;AAEF,KAAK,cAAc,GAAG;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,QAAQ,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAuFF,eAAO,MAAM,aAAa,4MAiBvB,cAAc,sBA+KhB,CAAC"}
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").MemoExoticComponent<({ color, label, small, fullWidth, disabled, icon, iconPosition, onPress, accessibilityLabel, accessibilityHint, testID }: import("../components").ButtonSolidProps) => import("react").JSX.Element>;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof meta>;
13
+ export declare const Primary: Story;
14
+ //# sourceMappingURL=ButtonDS.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonDS.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/ButtonDS.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;CAS0B,CAAC;AAErC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAGnC,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").FC<Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Bold", "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-700" | "success-500" | "success-400" | "success-100" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "noCieButton" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight" | import("..").IOColorsStatusForeground | ("white" | "bluegreyDark" | "blue")> & {
6
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
7
+ }>;
8
+ parameters: {
9
+ layout: string;
10
+ actions: {
11
+ argTypesRegex: string;
12
+ };
13
+ };
14
+ tags: string[];
15
+ };
16
+ export default meta;
17
+ type Story = StoryObj<typeof meta>;
18
+ export declare const Primary: Story;
19
+ //# sourceMappingURL=H1.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"H1.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/H1.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;CAUiB,CAAC;AAE5B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").FC<Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"SemiBold" | "Bold", "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-700" | "success-500" | "success-400" | "success-100" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "noCieButton" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight" | import("..").IOColorsStatusForeground | ("white" | "bluegrey" | "bluegreyDark" | "blue")> & {
6
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
7
+ }>;
8
+ parameters: {
9
+ layout: string;
10
+ actions: {
11
+ argTypesRegex: string;
12
+ };
13
+ };
14
+ tags: string[];
15
+ };
16
+ export default meta;
17
+ type Story = StoryObj<typeof meta>;
18
+ export declare const Primary: Story;
19
+ //# sourceMappingURL=H2.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"H2.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/H2.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;CAUiB,CAAC;AAE5B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").FunctionComponent<Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "Bold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-700" | "success-500" | "success-400" | "success-100" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight" | import("..").IOColorsStatusForeground> & {
6
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
7
+ }>;
8
+ parameters: {
9
+ layout: string;
10
+ actions: {
11
+ argTypesRegex: string;
12
+ };
13
+ };
14
+ tags: string[];
15
+ };
16
+ export default meta;
17
+ type Story = StoryObj<typeof meta>;
18
+ export declare const Primary: Story;
19
+ //# sourceMappingURL=H3.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"H3.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/H3.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;CAUiB,CAAC;AAE5B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").FC<Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-700" | "success-500" | "success-400" | "success-100" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight" | import("..").IOColorsStatusForeground> & {
6
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
7
+ }>;
8
+ parameters: {
9
+ layout: string;
10
+ actions: {
11
+ argTypesRegex: string;
12
+ };
13
+ };
14
+ tags: string[];
15
+ };
16
+ export default meta;
17
+ type Story = StoryObj<typeof meta>;
18
+ export declare const Primary: Story;
19
+ //# sourceMappingURL=H4.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"H4.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/H4.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;CAUiB,CAAC;AAE5B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,27 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").FC<(Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & {
6
+ weight?: "SemiBold" | undefined;
7
+ color?: ("white" | "bluegreyLight" | "bluegrey" | "bluegreyDark" | "blue" | "red") | undefined;
8
+ } & {
9
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
10
+ }) | (Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & {
11
+ weight: "Regular";
12
+ color?: ("white" | "bluegreyLight" | "grey" | "bluegrey" | "bluegreyDark" | "blue" | "red") | undefined;
13
+ } & {
14
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
15
+ })>;
16
+ parameters: {
17
+ layout: string;
18
+ actions: {
19
+ argTypesRegex: string;
20
+ };
21
+ };
22
+ tags: string[];
23
+ };
24
+ export default meta;
25
+ type Story = StoryObj<typeof meta>;
26
+ export declare const Primary: Story;
27
+ //# sourceMappingURL=H5.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"H5.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/H5.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;CAUiB,CAAC;AAE5B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").FC<Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight"> & {
6
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
7
+ }>;
8
+ parameters: {
9
+ layout: string;
10
+ actions: {
11
+ argTypesRegex: string;
12
+ };
13
+ };
14
+ tags: string[];
15
+ };
16
+ export default meta;
17
+ type Story = StoryObj<typeof meta>;
18
+ export declare const Primary: Story;
19
+ //# sourceMappingURL=H6.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"H6.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/H6.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;CAUiB,CAAC;AAE5B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").FC<Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold" | "Bold", import("..").IOColorsStatusForeground | ("white" | "bluegrey" | "bluegreyDark" | "blue" | "red")> & {
6
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
7
+ }>;
8
+ parameters: {
9
+ layout: string;
10
+ actions: {
11
+ argTypesRegex: string;
12
+ };
13
+ };
14
+ tags: string[];
15
+ };
16
+ export default meta;
17
+ type Story = StoryObj<typeof meta>;
18
+ export declare const Primary: Story;
19
+ //# sourceMappingURL=Label.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Label.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Label.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;CAUoB,CAAC;AAE/B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").FC<Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold" | "Bold", "grey-50" | "grey-100" | "grey-300" | "grey-450" | "grey-650" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "noCieButton" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "green" | "greenLight" | ("white" | "grey-200" | "grey-700" | "bluegrey" | "bluegreyDark" | "blue" | "red")> & {
6
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
7
+ } & {
8
+ fontSize?: ("small" | "regular") | undefined;
9
+ }>;
10
+ parameters: {
11
+ layout: string;
12
+ actions: {
13
+ argTypesRegex: string;
14
+ };
15
+ };
16
+ tags: string[];
17
+ };
18
+ export default meta;
19
+ type Story = StoryObj<typeof meta>;
20
+ export declare const Primary: Story;
21
+ //# sourceMappingURL=LabelSmall.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelSmall.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/LabelSmall.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;CAUyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").FunctionComponent<Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"SemiBold" | "Bold", "white" | "grey-50" | "grey-100" | "grey-200" | "grey-300" | "grey-450" | "grey-650" | "grey-700" | "grey-850" | "black" | "blueIO-850" | "blueIO-600" | "blueIO-500" | "blueIO-450" | "blueIO-200" | "blueIO-150" | "blueIO-100" | "blueIO-50" | "hanPurple-850" | "hanPurple-500" | "hanPurple-250" | "hanPurple-100" | "hanPurple-50" | "turquoise-850" | "turquoise-500" | "turquoise-450" | "turquoise-150" | "turquoise-100" | "turquoise-50" | "error-850" | "error-600" | "error-500" | "error-400" | "error-100" | "warning-850" | "warning-700" | "warning-500" | "warning-400" | "warning-100" | "success-850" | "success-700" | "success-500" | "success-400" | "success-100" | "info-850" | "info-700" | "info-500" | "info-400" | "info-100" | "cobalt" | "blueItalia-850" | "blueItalia-600" | "blueItalia-500" | "blueItalia-100" | "blueItalia-50" | "blue-600" | "blue-50" | "greyUltraLight" | "greyLight" | "bluegreyLight" | "grey" | "milderGray" | "bluegrey" | "bluegreyDark" | "noCieButton" | "blue" | "blueUltraLight" | "aqua" | "aquaUltraLight" | "antiqueFuchsia" | "yellow" | "orange" | "red" | "green" | "greenLight"> & {
6
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
7
+ } & {
8
+ fontSize?: ("small" | "regular") | undefined;
9
+ }>;
10
+ parameters: {
11
+ layout: string;
12
+ actions: {
13
+ argTypesRegex: string;
14
+ };
15
+ };
16
+ tags: string[];
17
+ };
18
+ export default meta;
19
+ type Story = StoryObj<typeof meta>;
20
+ export declare const Primary: Story;
21
+ //# sourceMappingURL=Link.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Link.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Link.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;;;CAUmB,CAAC;AAE9B,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /// <reference types="react" />
2
+ import type { StoryObj } from "@storybook/react";
3
+ declare const meta: {
4
+ title: string;
5
+ component: import("react").FC<Omit<import("react-native").TextProps & import("react").RefAttributes<import("react-native").Text>, "style"> & import("../components").TypographyProps<"Regular" | "SemiBold" | "Bold", "bluegrey" | "bluegreyDark"> & {
6
+ style?: import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">> | import("react-native").RecursiveArray<import("react-native").Falsy | Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily"> | import("react-native").RegisteredStyle<Omit<import("react-native").TextStyle, "color" | "fontStyle" | "fontWeight" | "fontSize" | "fontFamily">>>;
7
+ }>;
8
+ parameters: {
9
+ layout: string;
10
+ actions: {
11
+ argTypesRegex: string;
12
+ };
13
+ };
14
+ tags: string[];
15
+ };
16
+ export default meta;
17
+ type Story = StoryObj<typeof meta>;
18
+ export declare const Primary: Story;
19
+ //# sourceMappingURL=Monospace.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Monospace.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/Monospace.stories.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAMvD,QAAA,MAAM,IAAI;;;;;;;;;;;;CAUwB,CAAC;AAEnC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC"}