@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
@@ -1 +1 @@
1
- {"version":3,"names":["Pictogram","default","PictogramSection"],"sourceRoot":"../../../../src","sources":["components/pictograms/index.tsx"],"mappings":"AAAA,cAAc,aAAa;AAC3B,SAASA,SAAS,QAAQ,aAAa;AACvC,SAASC,OAAO,IAAIC,gBAAgB,QAAQ,oBAAoB;AAChE,cAAc,oBAAoB"}
1
+ {"version":3,"names":["Pictogram"],"sourceRoot":"../../../../src","sources":["components/pictograms/index.tsx"],"mappings":"AAAA,cAAc,aAAa;AAC3B,SAASA,SAAS,QAAQ,aAAa"}
@@ -1,7 +1,7 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
  import React from "react";
3
3
  import { Svg, Path } from "react-native-svg";
4
- const PictogramSectionMessages = _ref => {
4
+ const PictogramMessages = _ref => {
5
5
  let {
6
6
  size,
7
7
  color,
@@ -19,5 +19,5 @@ const PictogramSectionMessages = _ref => {
19
19
  fill: color
20
20
  }));
21
21
  };
22
- export default PictogramSectionMessages;
23
- //# sourceMappingURL=PictogramSectionMessages.js.map
22
+ export default PictogramMessages;
23
+ //# sourceMappingURL=PictogramMessages.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Svg","Path","PictogramMessages","_ref","size","color","props","createElement","_extends","fill","width","height","viewBox","fillRule","clipRule","d"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramMessages.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,iBAAiB,GAAGC,IAAA;EAAA,IAAC;IAAEC,IAAI;IAAEC,KAAK;IAAE,GAAGC;EAAyB,CAAC,GAAAH,IAAA;EAAA,oBACrEJ,KAAA,CAAAQ,aAAA,CAACP,GAAG,EAAAQ,QAAA;IAACC,IAAI,EAAC,MAAM;IAACC,KAAK,EAAEN,IAAK;IAACO,MAAM,EAAEP,IAAK;IAACQ,OAAO,EAAC;EAAW,GAAKN,KAAK,gBACvEP,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHY,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,2gCAA2gC;IAC7gCN,IAAI,EAAEJ;EAAM,CACb,CACE,CAAC;AAAA,CACP;AAED,eAAeH,iBAAiB"}
@@ -66,7 +66,7 @@ const TabItem = _ref => {
66
66
  const selectedBackgroundColor = interpolateColor(progressSelected.value, [0, 1], [opaquePressedBackgroundColor, colors.background.selected]);
67
67
 
68
68
  // Scale down button slightly when pressed
69
- const scale = interpolate(progressPressed.value, [0, 1], [1, IOScaleValues === null || IOScaleValues === void 0 ? void 0 : (_IOScaleValues$basicB = IOScaleValues.basicButton) === null || _IOScaleValues$basicB === void 0 ? void 0 : _IOScaleValues$basicB.pressedState], Extrapolate.CLAMP);
69
+ const scale = interpolate(progressPressed.value, [0, 1], [1, IOScaleValues === null || IOScaleValues === void 0 || (_IOScaleValues$basicB = IOScaleValues.basicButton) === null || _IOScaleValues$basicB === void 0 ? void 0 : _IOScaleValues$basicB.pressedState], Extrapolate.CLAMP);
70
70
  return {
71
71
  backgroundColor: selected ? selectedBackgroundColor : pressedBackgroundColor,
72
72
  transform: [{
@@ -1 +1 @@
1
- {"version":3,"names":["React","Pressable","StyleSheet","Animated","Extrapolate","interpolate","interpolateColor","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","Icon","HSpacer","LabelHeader","IOSpringValues","IOColors","hexToRgba","IOScaleValues","useSpringPressProgressValue","mapColorStates","light","background","default","selected","pressed","foreground","dark","white","TabItem","_ref","label","color","fullWidth","accessibilityLabel","accessibilityHint","testID","onPress","icon","iconSelected","progress","progressPressed","onPressIn","onPressOut","selection","colors","foregroundColor","opaquePressedBackgroundColor","isSelected","progressSelected","value","useEffect","animatedStyle","_IOScaleValues$basicB","pressedBackgroundColor","selectedBackgroundColor","scale","basicButton","pressedState","CLAMP","backgroundColor","transform","activeIcon","createElement","accessibilityRole","accessible","View","style","styles","container","Fragment","name","size","create","flexDirection","alignItems","paddingHorizontal","paddingVertical","borderRadius","justifyContent","alignSelf"],"sourceRoot":"../../../../src","sources":["components/tabs/TabItem.tsx"],"mappings":"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"}
1
+ {"version":3,"names":["React","Pressable","StyleSheet","Animated","Extrapolate","interpolate","interpolateColor","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","Icon","HSpacer","LabelHeader","IOSpringValues","IOColors","hexToRgba","IOScaleValues","useSpringPressProgressValue","mapColorStates","light","background","default","selected","pressed","foreground","dark","white","TabItem","_ref","label","color","fullWidth","accessibilityLabel","accessibilityHint","testID","onPress","icon","iconSelected","progress","progressPressed","onPressIn","onPressOut","selection","colors","foregroundColor","opaquePressedBackgroundColor","isSelected","progressSelected","value","useEffect","animatedStyle","_IOScaleValues$basicB","pressedBackgroundColor","selectedBackgroundColor","scale","basicButton","pressedState","CLAMP","backgroundColor","transform","activeIcon","createElement","accessibilityRole","accessible","View","style","styles","container","Fragment","name","size","create","flexDirection","alignItems","paddingHorizontal","paddingVertical","borderRadius","justifyContent","alignSelf"],"sourceRoot":"../../../../src","sources":["components/tabs/TabItem.tsx"],"mappings":"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"}
@@ -19,7 +19,7 @@ const TabNavigation = _ref => {
19
19
  const [selectedIndex, setSelectedIndex] = React.useState(forceSelectedIndex ?? 0);
20
20
  const handleItemPress = index => {
21
21
  setSelectedIndex(forceSelectedIndex ?? index);
22
- onItemPress === null || onItemPress === void 0 ? void 0 : onItemPress(index);
22
+ onItemPress === null || onItemPress === void 0 || onItemPress(index);
23
23
  };
24
24
  const handleItemOnLayout = event => {
25
25
  const {
@@ -41,7 +41,7 @@ const TabNavigation = _ref => {
41
41
  }, /*#__PURE__*/React.cloneElement(child, {
42
42
  onPress: event => {
43
43
  var _child$props$onPress, _child$props;
44
- (_child$props$onPress = (_child$props = child.props).onPress) === null || _child$props$onPress === void 0 ? void 0 : _child$props$onPress.call(_child$props, event);
44
+ (_child$props$onPress = (_child$props = child.props).onPress) === null || _child$props$onPress === void 0 || _child$props$onPress.call(_child$props, event);
45
45
  handleItemPress(index);
46
46
  },
47
47
  selected: selectedIndex === index,
@@ -1 +1 @@
1
- {"version":3,"names":["React","StyleSheet","View","ScrollView","itemsJustify","start","center","end","stretch","TabNavigation","_ref","color","selectedIndex","forceSelectedIndex","tabAlignment","onItemPress","children","itemMinWidth","setItemMinWidth","useState","setSelectedIndex","handleItemPress","index","handleItemOnLayout","event","width","nativeEvent","layout","current","Math","max","stretchItems","wrapChild","child","arguments","length","undefined","createElement","key","style","styles","item","marginEnd","Children","count","minWidth","onLayout","cloneElement","onPress","_child$props$onPress","_child$props","props","call","selected","horizontal","centerContent","showsHorizontalScrollIndicator","contentContainerStyle","container","justifyContent","Array","isArray","map","create","flexGrow","paddingHorizontal","flexShrink","flexBasis","alignItems"],"sourceRoot":"../../../../src","sources":["components/tabs/TabNavigation.tsx"],"mappings":"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"}
1
+ {"version":3,"names":["React","StyleSheet","View","ScrollView","itemsJustify","start","center","end","stretch","TabNavigation","_ref","color","selectedIndex","forceSelectedIndex","tabAlignment","onItemPress","children","itemMinWidth","setItemMinWidth","useState","setSelectedIndex","handleItemPress","index","handleItemOnLayout","event","width","nativeEvent","layout","current","Math","max","stretchItems","wrapChild","child","arguments","length","undefined","createElement","key","style","styles","item","marginEnd","Children","count","minWidth","onLayout","cloneElement","onPress","_child$props$onPress","_child$props","props","call","selected","horizontal","centerContent","showsHorizontalScrollIndicator","contentContainerStyle","container","justifyContent","Array","isArray","map","create","flexGrow","paddingHorizontal","flexShrink","flexBasis","alignItems"],"sourceRoot":"../../../../src","sources":["components/tabs/TabNavigation.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAuCC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC7E,SAASC,UAAU,QAAQ,8BAA8B;AAyBzD,MAAMC,YAA+D,GAAG;EACtEC,KAAK,EAAE,YAAY;EACnBC,MAAM,EAAE,QAAQ;EAChBC,GAAG,EAAE,UAAU;EACfC,OAAO,EAAE;AACX,CAAC;AAED,MAAMC,aAAa,GAAGC,IAAA,IAMD;EAAA,IANE;IACrBC,KAAK,GAAG,OAAO;IACfC,aAAa,EAAEC,kBAAkB;IACjCC,YAAY,GAAG,QAAQ;IACvBC,WAAW;IACXC;EACa,CAAC,GAAAN,IAAA;EACd,MAAM,CAACO,YAAY,EAAEC,eAAe,CAAC,GAAGlB,KAAK,CAACmB,QAAQ,CAAS,CAAC,CAAC;EACjE,MAAM,CAACP,aAAa,EAAEQ,gBAAgB,CAAC,GAAGpB,KAAK,CAACmB,QAAQ,CACtDN,kBAAkB,IAAI,CACxB,CAAC;EAED,MAAMQ,eAAe,GAAIC,KAAa,IAAK;IACzCF,gBAAgB,CAACP,kBAAkB,IAAIS,KAAK,CAAC;IAC7CP,WAAW,aAAXA,WAAW,eAAXA,WAAW,CAAGO,KAAK,CAAC;EACtB,CAAC;EAED,MAAMC,kBAAkB,GAAIC,KAAwB,IAAK;IACvD,MAAM;MAAEC;IAAM,CAAC,GAAGD,KAAK,CAACE,WAAW,CAACC,MAAM;IAC1CT,eAAe,CAACU,OAAO,IAAIC,IAAI,CAACC,GAAG,CAACF,OAAO,EAAEH,KAAK,CAAC,CAAC;EACtD,CAAC;EAED,MAAMM,YAAY,GAAGjB,YAAY,KAAK,SAAS;EAE/C,MAAMkB,SAAS,GAAG,SAAAA,CAACC,KAAkC;IAAA,IAAEX,KAAa,GAAAY,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAAE,SAAA,GAAAF,SAAA,MAAG,CAAC;IAAA,oBACtElC,KAAA,CAAAqC,aAAA,CAACnC,IAAI;MACHoC,GAAG,EAAEhB,KAAM;MACXiB,KAAK,EAAE,CACLC,MAAM,CAACC,IAAI,EACX;QACEC,SAAS,EAAEpB,KAAK,KAAKtB,KAAK,CAAC2C,QAAQ,CAACC,KAAK,CAAC5B,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG;MAChE,CAAC,EACDe,YAAY,IAAI;QACdc,QAAQ,EAAE5B;MACZ,CAAC,CACD;MACF6B,QAAQ,EAAEvB;IAAmB,gBAE5BvB,KAAK,CAAC+C,YAAY,CAAUd,KAAK,EAAE;MAClCe,OAAO,EAAExB,KAAK,IAAI;QAAA,IAAAyB,oBAAA,EAAAC,YAAA;QAChB,CAAAD,oBAAA,IAAAC,YAAA,GAAAjB,KAAK,CAACkB,KAAK,EAACH,OAAO,cAAAC,oBAAA,eAAnBA,oBAAA,CAAAG,IAAA,CAAAF,YAAA,EAAsB1B,KAAK,CAAC;QAC5BH,eAAe,CAACC,KAAK,CAAC;MACxB,CAAC;MACD+B,QAAQ,EAAEzC,aAAa,KAAKU,KAAK;MACjCX;IACF,CAAC,CACG,CAAC;EAAA,CACR;EAED,oBACEX,KAAA,CAAAqC,aAAA,CAAClC,UAAU;IACTmD,UAAU,EAAE,IAAK;IACjBC,aAAa,EAAE,IAAK;IACpBC,8BAA8B,EAAE,KAAM;IACtCC,qBAAqB,EAAE,CACrBjB,MAAM,CAACkB,SAAS,EAChB;MACEC,cAAc,EAAEvD,YAAY,CAACU,YAAY;IAC3C,CAAC;EACD,GAED8C,KAAK,CAACC,OAAO,CAAC7C,QAAQ,CAAC,GAAGA,QAAQ,CAAC8C,GAAG,CAAC9B,SAAS,CAAC,GAAGA,SAAS,CAAChB,QAAQ,CAC7D,CAAC;AAEjB,CAAC;AAED,MAAMwB,MAAM,GAAGvC,UAAU,CAAC8D,MAAM,CAAC;EAC/BL,SAAS,EAAE;IACTM,QAAQ,EAAE,CAAC;IACXC,iBAAiB,EAAE;EACrB,CAAC;EACDxB,IAAI,EAAE;IACJuB,QAAQ,EAAE,CAAC;IACXE,UAAU,EAAE,CAAC;IACbC,SAAS,EAAE,GAAG;IACdC,UAAU,EAAE;EACd;AACF,CAAC,CAAC;AAEF,SAAS3D,aAAa"}
@@ -8,6 +8,7 @@ import { Icon } from "../icons";
8
8
  import { HSpacer } from "../spacer";
9
9
  import { LabelSmall } from "../typography";
10
10
  import { getInputPropsByType } from "../../utils/textInput";
11
+ import { makeFontStyleObject } from "../../utils/fonts";
11
12
  const styles = StyleSheet.create({
12
13
  textInput: {
13
14
  ...IOStyles.row,
@@ -19,11 +20,10 @@ const styles = StyleSheet.create({
19
20
  },
20
21
  textInputStyle: {
21
22
  ...IOStyles.flex,
23
+ ...makeFontStyleObject("Regular", false, "ReadexPro"),
22
24
  fontSize: 16,
23
25
  marginTop: IOSpacingScale[2],
24
- fontWeight: "400",
25
26
  lineHeight: 24,
26
- fontFamily: "Readex Pro",
27
27
  height: "100%"
28
28
  },
29
29
  textInputLabelWrapper: {
@@ -148,7 +148,7 @@ export const TextInputBase = _ref2 => {
148
148
  }
149
149
  labelSharedValue.value = true;
150
150
  setInputStatus("focused");
151
- inputRef === null || inputRef === void 0 ? void 0 : (_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 ? void 0 : _inputRef$current.focus();
151
+ inputRef === null || inputRef === void 0 || (_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 || _inputRef$current.focus();
152
152
  };
153
153
  const onChangeTextHandler = useCallback(text => {
154
154
  if (counterLimit && text.length > counterLimit) {
@@ -160,7 +160,7 @@ export const TextInputBase = _ref2 => {
160
160
  if (!value) {
161
161
  labelSharedValue.value = false;
162
162
  }
163
- onBlur === null || onBlur === void 0 ? void 0 : onBlur();
163
+ onBlur === null || onBlur === void 0 || onBlur();
164
164
  setInputStatus("initial");
165
165
  }, [value, labelSharedValue, onBlur]);
166
166
  const derivedInputProps = useMemo(() => getInputPropsByType(inputTyoe), [inputTyoe]);
@@ -192,7 +192,7 @@ export const TextInputBase = _ref2 => {
192
192
  onFocus: () => {
193
193
  setInputStatus("focused");
194
194
  labelSharedValue.value = true;
195
- onFocus === null || onFocus === void 0 ? void 0 : onFocus();
195
+ onFocus === null || onFocus === void 0 || onFocus();
196
196
  },
197
197
  maxLength: counterLimit,
198
198
  onBlur: onBlurHandler,
@@ -1 +1 @@
1
- {"version":3,"names":["Pressable","StyleSheet","TextInput","View","React","useCallback","useEffect","useMemo","useRef","Animated","Easing","useAnimatedStyle","useSharedValue","withTiming","IOColors","IOSpacingScale","IOStyles","Icon","HSpacer","LabelSmall","getInputPropsByType","styles","create","textInput","row","alignItems","paddingVertical","height","borderRadius","paddingHorizontal","textInputStyle","flex","fontSize","marginTop","fontWeight","lineHeight","fontFamily","textInputLabelWrapper","position","zIndex","bottom","top","justifyContent","HelperRow","_ref","value","counterLimit","bottomMessage","bottomMessageColor","valueCount","length","helperRowStyle","createElement","style","weight","color","TextInputBase","_ref2","disabled","placeholder","onChangeText","accessibilityLabel","textInputProps","inputTyoe","status","icon","rightElement","onBlur","onFocus","isPassword","labelSharedValue","inputStatus","setInputStatus","useState","isSecretInput","inputRef","boxStyle","borderColor","borderWidth","animatedLabelProps","duration","easing","elastic","transform","translateY","onTextInputPress","_inputRef$current","current","focus","onChangeTextHandler","text","onBlurHandler","derivedInputProps","inputValue","valueFormat","Fragment","onPress","opacity","accessible","accessibilityRole","name","size","_extends","editable","secureTextEntry","disableFullscreenUI","blurOnSubmit","ref","accessibilityState","maxLength","left","Text","numberOfLines","marginLeft"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputBase.tsx"],"mappings":"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"}
1
+ {"version":3,"names":["Pressable","StyleSheet","TextInput","View","React","useCallback","useEffect","useMemo","useRef","Animated","Easing","useAnimatedStyle","useSharedValue","withTiming","IOColors","IOSpacingScale","IOStyles","Icon","HSpacer","LabelSmall","getInputPropsByType","makeFontStyleObject","styles","create","textInput","row","alignItems","paddingVertical","height","borderRadius","paddingHorizontal","textInputStyle","flex","fontSize","marginTop","lineHeight","textInputLabelWrapper","position","zIndex","bottom","top","justifyContent","HelperRow","_ref","value","counterLimit","bottomMessage","bottomMessageColor","valueCount","length","helperRowStyle","createElement","style","weight","color","TextInputBase","_ref2","disabled","placeholder","onChangeText","accessibilityLabel","textInputProps","inputTyoe","status","icon","rightElement","onBlur","onFocus","isPassword","labelSharedValue","inputStatus","setInputStatus","useState","isSecretInput","inputRef","boxStyle","borderColor","borderWidth","animatedLabelProps","duration","easing","elastic","transform","translateY","onTextInputPress","_inputRef$current","current","focus","onChangeTextHandler","text","onBlurHandler","derivedInputProps","inputValue","valueFormat","Fragment","onPress","opacity","accessible","accessibilityRole","name","size","_extends","editable","secureTextEntry","disableFullscreenUI","blurOnSubmit","ref","accessibilityState","maxLength","left","Text","numberOfLines","marginLeft"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputBase.tsx"],"mappings":"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"}
@@ -16,7 +16,7 @@ export const TextInputPassword = props => {
16
16
  });
17
17
  const onBlurHandler = React.useCallback(() => {
18
18
  setShowPassword(false);
19
- onBlur === null || onBlur === void 0 ? void 0 : onBlur();
19
+ onBlur === null || onBlur === void 0 || onBlur();
20
20
  }, [onBlur]);
21
21
  return /*#__PURE__*/React.createElement(TextInputBase, _extends({}, props, {
22
22
  onBlur: onBlurHandler,
@@ -1 +1 @@
1
- {"version":3,"names":["React","IconButton","TextInputBase","TextInputPassword","props","onBlur","disabled","showPassword","setShowPassword","useState","rightElement","createElement","icon","onPress","v","accessibilityLabel","onBlurHandler","useCallback","_extends","isPassword"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputPassword.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,UAAU,QAAQ,YAAY;AACvC,SAASC,aAAa,QAAQ,iBAAiB;AAO/C,OAAO,MAAMC,iBAAiB,GAAIC,KAA6B,IAAK;EAClE,MAAM;IAAEC,MAAM;IAAEC;EAAS,CAAC,GAAGF,KAAK;EAClC,MAAM,CAACG,YAAY,EAAEC,eAAe,CAAC,GAAGR,KAAK,CAACS,QAAQ,CAAU,KAAK,CAAC;EAEtE,MAAMC,YAAY,gBAChBV,KAAA,CAAAW,aAAA,CAACV,UAAU;IACTW,IAAI,EAAEL,YAAY,GAAG,SAAS,GAAG,SAAU;IAC3CD,QAAQ,EAAEA,QAAS;IACnBO,OAAO,EAAEA,CAAA,KAAML,eAAe,CAACM,CAAC,IAAI,CAACA,CAAC,CAAE;IACxCC,kBAAkB,EAAC;EAAqB,CACzC,CACF;EAED,MAAMC,aAAa,GAAGhB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC5CT,eAAe,CAAC,KAAK,CAAC;IACtBH,MAAM,aAANA,MAAM,uBAANA,MAAM,CAAG,CAAC;EACZ,CAAC,EAAE,CAACA,MAAM,CAAC,CAAC;EAEZ,oBACEL,KAAA,CAAAW,aAAA,CAACT,aAAa,EAAAgB,QAAA,KACRd,KAAK;IACTC,MAAM,EAAEW,aAAc;IACtBN,YAAY,EAAEA,YAAa;IAC3BS,UAAU,EAAE,CAACZ;EAAa,EAC3B,CAAC;AAEN,CAAC"}
1
+ {"version":3,"names":["React","IconButton","TextInputBase","TextInputPassword","props","onBlur","disabled","showPassword","setShowPassword","useState","rightElement","createElement","icon","onPress","v","accessibilityLabel","onBlurHandler","useCallback","_extends","isPassword"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputPassword.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,UAAU,QAAQ,YAAY;AACvC,SAASC,aAAa,QAAQ,iBAAiB;AAO/C,OAAO,MAAMC,iBAAiB,GAAIC,KAA6B,IAAK;EAClE,MAAM;IAAEC,MAAM;IAAEC;EAAS,CAAC,GAAGF,KAAK;EAClC,MAAM,CAACG,YAAY,EAAEC,eAAe,CAAC,GAAGR,KAAK,CAACS,QAAQ,CAAU,KAAK,CAAC;EAEtE,MAAMC,YAAY,gBAChBV,KAAA,CAAAW,aAAA,CAACV,UAAU;IACTW,IAAI,EAAEL,YAAY,GAAG,SAAS,GAAG,SAAU;IAC3CD,QAAQ,EAAEA,QAAS;IACnBO,OAAO,EAAEA,CAAA,KAAML,eAAe,CAACM,CAAC,IAAI,CAACA,CAAC,CAAE;IACxCC,kBAAkB,EAAC;EAAqB,CACzC,CACF;EAED,MAAMC,aAAa,GAAGhB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC5CT,eAAe,CAAC,KAAK,CAAC;IACtBH,MAAM,aAANA,MAAM,eAANA,MAAM,CAAG,CAAC;EACZ,CAAC,EAAE,CAACA,MAAM,CAAC,CAAC;EAEZ,oBACEL,KAAA,CAAAW,aAAA,CAACT,aAAa,EAAAgB,QAAA,KACRd,KAAK;IACTC,MAAM,EAAEW,aAAc;IACtBN,YAAY,EAAEA,YAAa;IAC3BS,UAAU,EAAE,CAACZ;EAAa,EAC3B,CAAC;AAEN,CAAC"}
@@ -21,11 +21,11 @@ export const TextInputValidation = props => {
21
21
  } else {
22
22
  triggerHaptic("notificationSuccess");
23
23
  }
24
- onBlur === null || onBlur === void 0 ? void 0 : onBlur();
24
+ onBlur === null || onBlur === void 0 || onBlur();
25
25
  }, [onValidate, value, onBlur]);
26
26
  const onFocusHandler = React.useCallback(() => {
27
27
  setIsValid(undefined);
28
- onFocus === null || onFocus === void 0 ? void 0 : onFocus();
28
+ onFocus === null || onFocus === void 0 || onFocus();
29
29
  }, [onFocus]);
30
30
  const labelError = React.useMemo(() => isValid === false && errorMessage ? errorMessage : bottomMessage, [isValid, errorMessage, bottomMessage]);
31
31
  const labelErrorColor = React.useMemo(() => isValid === false && errorMessage ? "error-600" : undefined, [isValid, errorMessage]);
@@ -1 +1 @@
1
- {"version":3,"names":["React","Icon","triggerHaptic","TextInputBase","TextInputValidation","props","onValidate","errorMessage","value","bottomMessage","onBlur","onFocus","isValid","setIsValid","useState","undefined","onBlurHandler","useCallback","validation","onFocusHandler","labelError","useMemo","labelErrorColor","rightIcon","createElement","name","color","size","_extends","status","bottomMessageColor","rightElement"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputValidation.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAAkBC,IAAI,QAAQ,UAAU;AAExC,SAASC,aAAa,QAAQ,iBAAiB;AAC/C,SAASC,aAAa,QAAQ,iBAAiB;AAU/C,OAAO,MAAMC,mBAAmB,GAAIC,KAA+B,IAAK;EACtE,MAAM;IAAEC,UAAU;IAAEC,YAAY;IAAEC,KAAK;IAAEC,aAAa;IAAEC,MAAM;IAAEC;EAAQ,CAAC,GACvEN,KAAK;EACP,MAAM,CAACO,OAAO,EAAEC,UAAU,CAAC,GAAGb,KAAK,CAACc,QAAQ,CAAsBC,SAAS,CAAC;EAE5E,MAAMC,aAAa,GAAGhB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC5C,MAAMC,UAAU,GAAGZ,UAAU,CAACE,KAAK,CAAC;IACpCK,UAAU,CAACK,UAAU,CAAC;IACtB,IAAI,CAACA,UAAU,EAAE;MACfhB,aAAa,CAAC,mBAAmB,CAAC;IACpC,CAAC,MAAM;MACLA,aAAa,CAAC,qBAAqB,CAAC;IACtC;IACAQ,MAAM,aAANA,MAAM,uBAANA,MAAM,CAAG,CAAC;EACZ,CAAC,EAAE,CAACJ,UAAU,EAAEE,KAAK,EAAEE,MAAM,CAAC,CAAC;EAE/B,MAAMS,cAAc,GAAGnB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC7CJ,UAAU,CAACE,SAAS,CAAC;IACrBJ,OAAO,aAAPA,OAAO,uBAAPA,OAAO,CAAG,CAAC;EACb,CAAC,EAAE,CAACA,OAAO,CAAC,CAAC;EAEb,MAAMS,UAAU,GAAGpB,KAAK,CAACqB,OAAO,CAC9B,MAAOT,OAAO,KAAK,KAAK,IAAIL,YAAY,GAAGA,YAAY,GAAGE,aAAc,EACxE,CAACG,OAAO,EAAEL,YAAY,EAAEE,aAAa,CACvC,CAAC;EAED,MAAMa,eAAqC,GAAGtB,KAAK,CAACqB,OAAO,CACzD,MAAOT,OAAO,KAAK,KAAK,IAAIL,YAAY,GAAG,WAAW,GAAGQ,SAAU,EACnE,CAACH,OAAO,EAAEL,YAAY,CACxB,CAAC;EAED,MAAMgB,SAAS,GAAGvB,KAAK,CAACqB,OAAO,CAC7B,MACET,OAAO,KAAKG,SAAS,iBACnBf,KAAA,CAAAwB,aAAA,CAACvB,IAAI;IACHwB,IAAI,EAAGb,OAAO,GAAG,SAAS,GAAG,aAA0B;IACvDc,KAAK,EAAGd,OAAO,GAAG,OAAO,GAAG,WAAyB;IACrDe,IAAI,EAAE;EAAG,CACV,CACF,EACH,CAACf,OAAO,CACV,CAAC;EAED,oBACEZ,KAAA,CAAAwB,aAAA,CAACrB,aAAa,EAAAyB,QAAA,KACRvB,KAAK;IACTwB,MAAM,EAAEjB,OAAO,KAAK,KAAK,GAAG,OAAO,GAAGG,SAAU;IAChDN,aAAa,EAAEW,UAAW;IAC1BU,kBAAkB,EAAER,eAAgB;IACpCS,YAAY,EAAER,SAAU;IACxBb,MAAM,EAAEM,aAAc;IACtBL,OAAO,EAAEQ;EAAe,EACzB,CAAC;AAEN,CAAC;AAED,eAAef,mBAAmB"}
1
+ {"version":3,"names":["React","Icon","triggerHaptic","TextInputBase","TextInputValidation","props","onValidate","errorMessage","value","bottomMessage","onBlur","onFocus","isValid","setIsValid","useState","undefined","onBlurHandler","useCallback","validation","onFocusHandler","labelError","useMemo","labelErrorColor","rightIcon","createElement","name","color","size","_extends","status","bottomMessageColor","rightElement"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputValidation.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAAkBC,IAAI,QAAQ,UAAU;AAExC,SAASC,aAAa,QAAQ,iBAAiB;AAC/C,SAASC,aAAa,QAAQ,iBAAiB;AAU/C,OAAO,MAAMC,mBAAmB,GAAIC,KAA+B,IAAK;EACtE,MAAM;IAAEC,UAAU;IAAEC,YAAY;IAAEC,KAAK;IAAEC,aAAa;IAAEC,MAAM;IAAEC;EAAQ,CAAC,GACvEN,KAAK;EACP,MAAM,CAACO,OAAO,EAAEC,UAAU,CAAC,GAAGb,KAAK,CAACc,QAAQ,CAAsBC,SAAS,CAAC;EAE5E,MAAMC,aAAa,GAAGhB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC5C,MAAMC,UAAU,GAAGZ,UAAU,CAACE,KAAK,CAAC;IACpCK,UAAU,CAACK,UAAU,CAAC;IACtB,IAAI,CAACA,UAAU,EAAE;MACfhB,aAAa,CAAC,mBAAmB,CAAC;IACpC,CAAC,MAAM;MACLA,aAAa,CAAC,qBAAqB,CAAC;IACtC;IACAQ,MAAM,aAANA,MAAM,eAANA,MAAM,CAAG,CAAC;EACZ,CAAC,EAAE,CAACJ,UAAU,EAAEE,KAAK,EAAEE,MAAM,CAAC,CAAC;EAE/B,MAAMS,cAAc,GAAGnB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC7CJ,UAAU,CAACE,SAAS,CAAC;IACrBJ,OAAO,aAAPA,OAAO,eAAPA,OAAO,CAAG,CAAC;EACb,CAAC,EAAE,CAACA,OAAO,CAAC,CAAC;EAEb,MAAMS,UAAU,GAAGpB,KAAK,CAACqB,OAAO,CAC9B,MAAOT,OAAO,KAAK,KAAK,IAAIL,YAAY,GAAGA,YAAY,GAAGE,aAAc,EACxE,CAACG,OAAO,EAAEL,YAAY,EAAEE,aAAa,CACvC,CAAC;EAED,MAAMa,eAAqC,GAAGtB,KAAK,CAACqB,OAAO,CACzD,MAAOT,OAAO,KAAK,KAAK,IAAIL,YAAY,GAAG,WAAW,GAAGQ,SAAU,EACnE,CAACH,OAAO,EAAEL,YAAY,CACxB,CAAC;EAED,MAAMgB,SAAS,GAAGvB,KAAK,CAACqB,OAAO,CAC7B,MACET,OAAO,KAAKG,SAAS,iBACnBf,KAAA,CAAAwB,aAAA,CAACvB,IAAI;IACHwB,IAAI,EAAGb,OAAO,GAAG,SAAS,GAAG,aAA0B;IACvDc,KAAK,EAAGd,OAAO,GAAG,OAAO,GAAG,WAAyB;IACrDe,IAAI,EAAE;EAAG,CACV,CACF,EACH,CAACf,OAAO,CACV,CAAC;EAED,oBACEZ,KAAA,CAAAwB,aAAA,CAACrB,aAAa,EAAAyB,QAAA,KACRvB,KAAK;IACTwB,MAAM,EAAEjB,OAAO,KAAK,KAAK,GAAG,OAAO,GAAGG,SAAU;IAChDN,aAAa,EAAEW,UAAW;IAC1BU,kBAAkB,EAAER,eAAgB;IACpCS,YAAY,EAAER,SAAU;IACxBb,MAAM,EAAEM,aAAc;IACtBL,OAAO,EAAEQ;EAAe,EACzB,CAAC;AAEN,CAAC;AAED,eAAef,mBAAmB"}
@@ -0,0 +1,27 @@
1
+ import { action } from "@storybook/addon-actions";
2
+ import { ButtonSolid } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/ButtonSolid",
7
+ component: ButtonSolid,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered"
11
+ },
12
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
13
+ tags: ["autodocs"]
14
+ };
15
+ export default meta;
16
+ // More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args
17
+ export const Primary = {
18
+ args: {
19
+ color: "primary",
20
+ accessibilityLabel: "Tap to trigger test alert",
21
+ label: "Primary button",
22
+ onPress: e => {
23
+ action("clicked")(e);
24
+ }
25
+ }
26
+ };
27
+ //# sourceMappingURL=ButtonDS.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["action","ButtonSolid","meta","title","component","parameters","layout","tags","Primary","args","color","accessibilityLabel","label","onPress","e"],"sourceRoot":"../../../src","sources":["stories/ButtonDS.stories.ts"],"mappings":"AACA,SAASA,MAAM,QAAQ,0BAA0B;AAEjD,SAASC,WAAW,QAAQ,eAAe;;AAE3C;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,qBAAqB;EAC5BC,SAAS,EAAEH,WAAW;EACtBI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE;EACV,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAAoC;AAEpC,eAAeL,IAAI;AAGnB;AACA,OAAO,MAAMM,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,KAAK,EAAE,SAAS;IAChBC,kBAAkB,EAAE,2BAA2B;IAC/CC,KAAK,EAAE,gBAAgB;IACvBC,OAAO,EAAEC,CAAC,IAAI;MACZd,MAAM,CAAC,SAAS,CAAC,CAACc,CAAC,CAAC;IACtB;EACF;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { Alert } from "react-native";
2
+ import { H1 } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/H1",
7
+ component: H1,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered",
11
+ actions: {
12
+ argTypesRegex: "^on.*"
13
+ }
14
+ },
15
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
16
+ tags: ["autodocs"]
17
+ };
18
+ export default meta;
19
+ export const Primary = {
20
+ args: {
21
+ accessibilityLabel: "Tap to trigger test alert",
22
+ onPress: () => Alert.alert("Alert", "Action triggered"),
23
+ children: "Hello World"
24
+ }
25
+ };
26
+ //# sourceMappingURL=H1.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","H1","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H1.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { Alert } from "react-native";
2
+ import { H2 } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/H2",
7
+ component: H2,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered",
11
+ actions: {
12
+ argTypesRegex: "^on.*"
13
+ }
14
+ },
15
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
16
+ tags: ["autodocs"]
17
+ };
18
+ export default meta;
19
+ export const Primary = {
20
+ args: {
21
+ accessibilityLabel: "Tap to trigger test alert",
22
+ onPress: () => Alert.alert("Alert", "Action triggered"),
23
+ children: "Hello World"
24
+ }
25
+ };
26
+ //# sourceMappingURL=H2.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","H2","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H2.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { Alert } from "react-native";
2
+ import { H3 } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/H3",
7
+ component: H3,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered",
11
+ actions: {
12
+ argTypesRegex: "^on.*"
13
+ }
14
+ },
15
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
16
+ tags: ["autodocs"]
17
+ };
18
+ export default meta;
19
+ export const Primary = {
20
+ args: {
21
+ accessibilityLabel: "Tap to trigger test alert",
22
+ onPress: () => Alert.alert("Alert", "Action triggered"),
23
+ children: "Hello World"
24
+ }
25
+ };
26
+ //# sourceMappingURL=H3.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","H3","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H3.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { Alert } from "react-native";
2
+ import { H4 } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/H4",
7
+ component: H4,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered",
11
+ actions: {
12
+ argTypesRegex: "^on.*"
13
+ }
14
+ },
15
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
16
+ tags: ["autodocs"]
17
+ };
18
+ export default meta;
19
+ export const Primary = {
20
+ args: {
21
+ accessibilityLabel: "Tap to trigger test alert",
22
+ onPress: () => Alert.alert("Alert", "Action triggered"),
23
+ children: "Hello World"
24
+ }
25
+ };
26
+ //# sourceMappingURL=H4.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","H4","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H4.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { Alert } from "react-native";
2
+ import { H5 } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/H5",
7
+ component: H5,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered",
11
+ actions: {
12
+ argTypesRegex: "^on.*"
13
+ }
14
+ },
15
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
16
+ tags: ["autodocs"]
17
+ };
18
+ export default meta;
19
+ export const Primary = {
20
+ args: {
21
+ accessibilityLabel: "Tap to trigger test alert",
22
+ onPress: () => Alert.alert("Alert", "Action triggered"),
23
+ children: "Hello World"
24
+ }
25
+ };
26
+ //# sourceMappingURL=H5.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","H5","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H5.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { Alert } from "react-native";
2
+ import { H6 } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/H6",
7
+ component: H6,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered",
11
+ actions: {
12
+ argTypesRegex: "^on.*"
13
+ }
14
+ },
15
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
16
+ tags: ["autodocs"]
17
+ };
18
+ export default meta;
19
+ export const Primary = {
20
+ args: {
21
+ accessibilityLabel: "Tap to trigger test alert",
22
+ onPress: () => Alert.alert("Alert", "Action triggered"),
23
+ children: "Hello World"
24
+ }
25
+ };
26
+ //# sourceMappingURL=H6.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","H6","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H6.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { Alert } from "react-native";
2
+ import { Label } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/Label",
7
+ component: Label,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered",
11
+ actions: {
12
+ argTypesRegex: "^on.*"
13
+ }
14
+ },
15
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
16
+ tags: ["autodocs"]
17
+ };
18
+ export default meta;
19
+ export const Primary = {
20
+ args: {
21
+ accessibilityLabel: "Tap to trigger test alert",
22
+ onPress: () => Alert.alert("Alert", "Action triggered"),
23
+ children: "Hello World"
24
+ }
25
+ };
26
+ //# sourceMappingURL=Label.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","Label","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/Label.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,KAAK,QAAQ,eAAe;;AAErC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,eAAe;EACtBC,SAAS,EAAEH,KAAK;EAChBI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA8B;AAE9B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { Alert } from "react-native";
2
+ import { LabelSmall } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/LabelSmall",
7
+ component: LabelSmall,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered",
11
+ actions: {
12
+ argTypesRegex: "^on.*"
13
+ }
14
+ },
15
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
16
+ tags: ["autodocs"]
17
+ };
18
+ export default meta;
19
+ export const Primary = {
20
+ args: {
21
+ accessibilityLabel: "Tap to trigger test alert",
22
+ onPress: () => Alert.alert("Alert", "Action triggered"),
23
+ children: "Hello World"
24
+ }
25
+ };
26
+ //# sourceMappingURL=LabelSmall.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","LabelSmall","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/LabelSmall.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,UAAU,QAAQ,eAAe;;AAE1C;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,oBAAoB;EAC3BC,SAAS,EAAEH,UAAU;EACrBI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAAmC;AAEnC,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { Alert } from "react-native";
2
+ import { Link } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/Link",
7
+ component: Link,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered",
11
+ actions: {
12
+ argTypesRegex: "^on.*"
13
+ }
14
+ },
15
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
16
+ tags: ["autodocs"]
17
+ };
18
+ export default meta;
19
+ export const Primary = {
20
+ args: {
21
+ accessibilityLabel: "Tap to trigger test alert",
22
+ onPress: () => Alert.alert("Alert", "Action triggered"),
23
+ children: "Hello World"
24
+ }
25
+ };
26
+ //# sourceMappingURL=Link.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","Link","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/Link.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,IAAI,QAAQ,eAAe;;AAEpC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,cAAc;EACrBC,SAAS,EAAEH,IAAI;EACfI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA6B;AAE7B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { Alert } from "react-native";
2
+ import { Monospace } from "../components";
3
+
4
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
5
+ const meta = {
6
+ title: "Example/Monospace",
7
+ component: Monospace,
8
+ parameters: {
9
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
10
+ layout: "centered",
11
+ actions: {
12
+ argTypesRegex: "^on.*"
13
+ }
14
+ },
15
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
16
+ tags: ["autodocs"]
17
+ };
18
+ export default meta;
19
+ export const Primary = {
20
+ args: {
21
+ accessibilityLabel: "Tap to trigger test alert",
22
+ onPress: () => Alert.alert("Alert", "Action triggered"),
23
+ children: "Hello World"
24
+ }
25
+ };
26
+ //# sourceMappingURL=Monospace.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Alert","Monospace","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/Monospace.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,SAAS,QAAQ,eAAe;;AAEzC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,mBAAmB;EAC1BC,SAAS,EAAEH,SAAS;EACpBI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAAkC;AAElC,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}