@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":["React","_interopRequireWildcard","require","_buttons","_TextInputBase","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_extends","assign","bind","target","i","arguments","length","source","apply","TextInputPassword","props","onBlur","disabled","showPassword","setShowPassword","useState","rightElement","createElement","IconButton","icon","onPress","v","accessibilityLabel","onBlurHandler","useCallback","TextInputBase","isPassword","exports"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputPassword.tsx"],"mappings":";;;;;;AAAA,IAAAA,KAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,QAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;AAAgD,SAAAG,yBAAAC,WAAA,eAAAC,OAAA,kCAAAC,iBAAA,OAAAD,OAAA,QAAAE,gBAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,WAAA,WAAAA,WAAA,GAAAG,gBAAA,GAAAD,iBAAA,KAAAF,WAAA;AAAA,SAAAL,wBAAAS,GAAA,EAAAJ,WAAA,SAAAA,WAAA,IAAAI,GAAA,IAAAA,GAAA,CAAAC,UAAA,WAAAD,GAAA,QAAAA,GAAA,oBAAAA,GAAA,wBAAAA,GAAA,4BAAAE,OAAA,EAAAF,GAAA,UAAAG,KAAA,GAAAR,wBAAA,CAAAC,WAAA,OAAAO,KAAA,IAAAA,KAAA,CAAAC,GAAA,CAAAJ,GAAA,YAAAG,KAAA,CAAAE,GAAA,CAAAL,GAAA,SAAAM,MAAA,WAAAC,qBAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,GAAA,IAAAX,GAAA,QAAAW,GAAA,kBAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAd,GAAA,EAAAW,GAAA,SAAAI,IAAA,GAAAR,qBAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAV,GAAA,EAAAW,GAAA,cAAAI,IAAA,KAAAA,IAAA,CAAAV,GAAA,IAAAU,IAAA,CAAAC,GAAA,KAAAR,MAAA,CAAAC,cAAA,CAAAH,MAAA,EAAAK,GAAA,EAAAI,IAAA,YAAAT,MAAA,CAAAK,GAAA,IAAAX,GAAA,CAAAW,GAAA,SAAAL,MAAA,CAAAJ,OAAA,GAAAF,GAAA,MAAAG,KAAA,IAAAA,KAAA,CAAAa,GAAA,CAAAhB,GAAA,EAAAM,MAAA,YAAAA,MAAA;AAAA,SAAAW,SAAA,IAAAA,QAAA,GAAAT,MAAA,CAAAU,MAAA,GAAAV,MAAA,CAAAU,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAV,GAAA,IAAAa,MAAA,QAAAhB,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAU,MAAA,EAAAb,GAAA,KAAAS,MAAA,CAAAT,GAAA,IAAAa,MAAA,CAAAb,GAAA,gBAAAS,MAAA,YAAAH,QAAA,CAAAQ,KAAA,OAAAH,SAAA;AAOzC,MAAMI,iBAAiB,GAAIC,KAA6B,IAAK;EAClE,MAAM;IAAEC,MAAM;IAAEC;EAAS,CAAC,GAAGF,KAAK;EAClC,MAAM,CAACG,YAAY,EAAEC,eAAe,CAAC,GAAGzC,KAAK,CAAC0C,QAAQ,CAAU,KAAK,CAAC;EAEtE,MAAMC,YAAY,gBAChB3C,KAAA,CAAA4C,aAAA,CAACzC,QAAA,CAAA0C,UAAU;IACTC,IAAI,EAAEN,YAAY,GAAG,SAAS,GAAG,SAAU;IAC3CD,QAAQ,EAAEA,QAAS;IACnBQ,OAAO,EAAEA,CAAA,KAAMN,eAAe,CAACO,CAAC,IAAI,CAACA,CAAC,CAAE;IACxCC,kBAAkB,EAAC;EAAqB,CACzC,CACF;EAED,MAAMC,aAAa,GAAGlD,KAAK,CAACmD,WAAW,CAAC,MAAM;IAC5CV,eAAe,CAAC,KAAK,CAAC;IACtBH,MAAM,aAANA,MAAM,uBAANA,MAAM,CAAG,CAAC;EACZ,CAAC,EAAE,CAACA,MAAM,CAAC,CAAC;EAEZ,oBACEtC,KAAA,CAAA4C,aAAA,CAACxC,cAAA,CAAAgD,aAAa,EAAAzB,QAAA,KACRU,KAAK;IACTC,MAAM,EAAEY,aAAc;IACtBP,YAAY,EAAEA,YAAa;IAC3BU,UAAU,EAAE,CAACb;EAAa,EAC3B,CAAC;AAEN,CAAC;AAACc,OAAA,CAAAlB,iBAAA,GAAAA,iBAAA"}
1
+ {"version":3,"names":["React","_interopRequireWildcard","require","_buttons","_TextInputBase","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_extends","assign","bind","target","i","arguments","length","source","apply","TextInputPassword","props","onBlur","disabled","showPassword","setShowPassword","useState","rightElement","createElement","IconButton","icon","onPress","v","accessibilityLabel","onBlurHandler","useCallback","TextInputBase","isPassword","exports"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputPassword.tsx"],"mappings":"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"}
@@ -29,11 +29,11 @@ const TextInputValidation = props => {
29
29
  } else {
30
30
  (0, _functions.triggerHaptic)("notificationSuccess");
31
31
  }
32
- onBlur === null || onBlur === void 0 ? void 0 : onBlur();
32
+ onBlur === null || onBlur === void 0 || onBlur();
33
33
  }, [onValidate, value, onBlur]);
34
34
  const onFocusHandler = React.useCallback(() => {
35
35
  setIsValid(undefined);
36
- onFocus === null || onFocus === void 0 ? void 0 : onFocus();
36
+ onFocus === null || onFocus === void 0 || onFocus();
37
37
  }, [onFocus]);
38
38
  const labelError = React.useMemo(() => isValid === false && errorMessage ? errorMessage : bottomMessage, [isValid, errorMessage, bottomMessage]);
39
39
  const labelErrorColor = React.useMemo(() => isValid === false && errorMessage ? "error-600" : undefined, [isValid, errorMessage]);
@@ -1 +1 @@
1
- {"version":3,"names":["React","_interopRequireWildcard","require","_icons","_functions","_TextInputBase","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_extends","assign","bind","target","i","arguments","length","source","apply","TextInputValidation","props","onValidate","errorMessage","value","bottomMessage","onBlur","onFocus","isValid","setIsValid","useState","undefined","onBlurHandler","useCallback","validation","triggerHaptic","onFocusHandler","labelError","useMemo","labelErrorColor","rightIcon","createElement","Icon","name","color","size","TextInputBase","status","bottomMessageColor","rightElement","exports","_default"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputValidation.tsx"],"mappings":"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"}
1
+ {"version":3,"names":["React","_interopRequireWildcard","require","_icons","_functions","_TextInputBase","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_extends","assign","bind","target","i","arguments","length","source","apply","TextInputValidation","props","onValidate","errorMessage","value","bottomMessage","onBlur","onFocus","isValid","setIsValid","useState","undefined","onBlurHandler","useCallback","validation","triggerHaptic","onFocusHandler","labelError","useMemo","labelErrorColor","rightIcon","createElement","Icon","name","color","size","TextInputBase","status","bottomMessageColor","rightElement","exports","_default"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputValidation.tsx"],"mappings":"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"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _addonActions = require("@storybook/addon-actions");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/ButtonSolid",
12
+ component: _components.ButtonSolid,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered"
16
+ },
17
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
18
+ tags: ["autodocs"]
19
+ };
20
+ var _default = meta;
21
+ exports.default = _default;
22
+ // More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args
23
+ const Primary = {
24
+ args: {
25
+ color: "primary",
26
+ accessibilityLabel: "Tap to trigger test alert",
27
+ label: "Primary button",
28
+ onPress: e => {
29
+ (0, _addonActions.action)("clicked")(e);
30
+ }
31
+ }
32
+ };
33
+ exports.Primary = Primary;
34
+ //# sourceMappingURL=ButtonDS.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_addonActions","require","_components","meta","title","component","ButtonSolid","parameters","layout","tags","_default","exports","default","Primary","args","color","accessibilityLabel","label","onPress","e","action"],"sourceRoot":"../../../src","sources":["stories/ButtonDS.stories.ts"],"mappings":";;;;;;AACA,IAAAA,aAAA,GAAAC,OAAA;AAEA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,qBAAqB;EAC5BC,SAAS,EAAEC,uBAAW;EACtBC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE;EACV,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAAoC;AAAC,IAAAC,QAAA,GAEtBP,IAAI;AAAAQ,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGnB;AACO,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,KAAK,EAAE,SAAS;IAChBC,kBAAkB,EAAE,2BAA2B;IAC/CC,KAAK,EAAE,gBAAgB;IACvBC,OAAO,EAAEC,CAAC,IAAI;MACZ,IAAAC,oBAAM,EAAC,SAAS,CAAC,CAACD,CAAC,CAAC;IACtB;EACF;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/H1",
12
+ component: _components.H1,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered",
16
+ actions: {
17
+ argTypesRegex: "^on.*"
18
+ }
19
+ },
20
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
21
+ tags: ["autodocs"]
22
+ };
23
+ var _default = meta;
24
+ exports.default = _default;
25
+ const Primary = {
26
+ args: {
27
+ accessibilityLabel: "Tap to trigger test alert",
28
+ onPress: () => _reactNative.Alert.alert("Alert", "Action triggered"),
29
+ children: "Hello World"
30
+ }
31
+ };
32
+ exports.Primary = Primary;
33
+ //# sourceMappingURL=H1.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_components","meta","title","component","H1","parameters","layout","actions","argTypesRegex","tags","_default","exports","default","Primary","args","accessibilityLabel","onPress","Alert","alert","children"],"sourceRoot":"../../../src","sources":["stories/H1.stories.ts"],"mappings":";;;;;;AAEA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEC,cAAE;EACbC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAAC,IAAAC,QAAA,GAEbT,IAAI;AAAAU,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGZ,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/H2",
12
+ component: _components.H2,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered",
16
+ actions: {
17
+ argTypesRegex: "^on.*"
18
+ }
19
+ },
20
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
21
+ tags: ["autodocs"]
22
+ };
23
+ var _default = meta;
24
+ exports.default = _default;
25
+ const Primary = {
26
+ args: {
27
+ accessibilityLabel: "Tap to trigger test alert",
28
+ onPress: () => _reactNative.Alert.alert("Alert", "Action triggered"),
29
+ children: "Hello World"
30
+ }
31
+ };
32
+ exports.Primary = Primary;
33
+ //# sourceMappingURL=H2.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_components","meta","title","component","H2","parameters","layout","actions","argTypesRegex","tags","_default","exports","default","Primary","args","accessibilityLabel","onPress","Alert","alert","children"],"sourceRoot":"../../../src","sources":["stories/H2.stories.ts"],"mappings":";;;;;;AAEA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEC,cAAE;EACbC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAAC,IAAAC,QAAA,GAEbT,IAAI;AAAAU,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGZ,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/H3",
12
+ component: _components.H3,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered",
16
+ actions: {
17
+ argTypesRegex: "^on.*"
18
+ }
19
+ },
20
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
21
+ tags: ["autodocs"]
22
+ };
23
+ var _default = meta;
24
+ exports.default = _default;
25
+ const Primary = {
26
+ args: {
27
+ accessibilityLabel: "Tap to trigger test alert",
28
+ onPress: () => _reactNative.Alert.alert("Alert", "Action triggered"),
29
+ children: "Hello World"
30
+ }
31
+ };
32
+ exports.Primary = Primary;
33
+ //# sourceMappingURL=H3.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_components","meta","title","component","H3","parameters","layout","actions","argTypesRegex","tags","_default","exports","default","Primary","args","accessibilityLabel","onPress","Alert","alert","children"],"sourceRoot":"../../../src","sources":["stories/H3.stories.ts"],"mappings":";;;;;;AAEA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEC,cAAE;EACbC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAAC,IAAAC,QAAA,GAEbT,IAAI;AAAAU,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGZ,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/H4",
12
+ component: _components.H4,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered",
16
+ actions: {
17
+ argTypesRegex: "^on.*"
18
+ }
19
+ },
20
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
21
+ tags: ["autodocs"]
22
+ };
23
+ var _default = meta;
24
+ exports.default = _default;
25
+ const Primary = {
26
+ args: {
27
+ accessibilityLabel: "Tap to trigger test alert",
28
+ onPress: () => _reactNative.Alert.alert("Alert", "Action triggered"),
29
+ children: "Hello World"
30
+ }
31
+ };
32
+ exports.Primary = Primary;
33
+ //# sourceMappingURL=H4.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_components","meta","title","component","H4","parameters","layout","actions","argTypesRegex","tags","_default","exports","default","Primary","args","accessibilityLabel","onPress","Alert","alert","children"],"sourceRoot":"../../../src","sources":["stories/H4.stories.ts"],"mappings":";;;;;;AAEA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEC,cAAE;EACbC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAAC,IAAAC,QAAA,GAEbT,IAAI;AAAAU,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGZ,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/H5",
12
+ component: _components.H5,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered",
16
+ actions: {
17
+ argTypesRegex: "^on.*"
18
+ }
19
+ },
20
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
21
+ tags: ["autodocs"]
22
+ };
23
+ var _default = meta;
24
+ exports.default = _default;
25
+ const Primary = {
26
+ args: {
27
+ accessibilityLabel: "Tap to trigger test alert",
28
+ onPress: () => _reactNative.Alert.alert("Alert", "Action triggered"),
29
+ children: "Hello World"
30
+ }
31
+ };
32
+ exports.Primary = Primary;
33
+ //# sourceMappingURL=H5.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_components","meta","title","component","H5","parameters","layout","actions","argTypesRegex","tags","_default","exports","default","Primary","args","accessibilityLabel","onPress","Alert","alert","children"],"sourceRoot":"../../../src","sources":["stories/H5.stories.ts"],"mappings":";;;;;;AAEA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEC,cAAE;EACbC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAAC,IAAAC,QAAA,GAEbT,IAAI;AAAAU,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGZ,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/H6",
12
+ component: _components.H6,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered",
16
+ actions: {
17
+ argTypesRegex: "^on.*"
18
+ }
19
+ },
20
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
21
+ tags: ["autodocs"]
22
+ };
23
+ var _default = meta;
24
+ exports.default = _default;
25
+ const Primary = {
26
+ args: {
27
+ accessibilityLabel: "Tap to trigger test alert",
28
+ onPress: () => _reactNative.Alert.alert("Alert", "Action triggered"),
29
+ children: "Hello World"
30
+ }
31
+ };
32
+ exports.Primary = Primary;
33
+ //# sourceMappingURL=H6.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_components","meta","title","component","H6","parameters","layout","actions","argTypesRegex","tags","_default","exports","default","Primary","args","accessibilityLabel","onPress","Alert","alert","children"],"sourceRoot":"../../../src","sources":["stories/H6.stories.ts"],"mappings":";;;;;;AAEA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEC,cAAE;EACbC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAAC,IAAAC,QAAA,GAEbT,IAAI;AAAAU,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGZ,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/Label",
12
+ component: _components.Label,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered",
16
+ actions: {
17
+ argTypesRegex: "^on.*"
18
+ }
19
+ },
20
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
21
+ tags: ["autodocs"]
22
+ };
23
+ var _default = meta;
24
+ exports.default = _default;
25
+ const Primary = {
26
+ args: {
27
+ accessibilityLabel: "Tap to trigger test alert",
28
+ onPress: () => _reactNative.Alert.alert("Alert", "Action triggered"),
29
+ children: "Hello World"
30
+ }
31
+ };
32
+ exports.Primary = Primary;
33
+ //# sourceMappingURL=Label.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_components","meta","title","component","Label","parameters","layout","actions","argTypesRegex","tags","_default","exports","default","Primary","args","accessibilityLabel","onPress","Alert","alert","children"],"sourceRoot":"../../../src","sources":["stories/Label.stories.ts"],"mappings":";;;;;;AAEA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,eAAe;EACtBC,SAAS,EAAEC,iBAAK;EAChBC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA8B;AAAC,IAAAC,QAAA,GAEhBT,IAAI;AAAAU,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGZ,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/LabelSmall",
12
+ component: _components.LabelSmall,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered",
16
+ actions: {
17
+ argTypesRegex: "^on.*"
18
+ }
19
+ },
20
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
21
+ tags: ["autodocs"]
22
+ };
23
+ var _default = meta;
24
+ exports.default = _default;
25
+ const Primary = {
26
+ args: {
27
+ accessibilityLabel: "Tap to trigger test alert",
28
+ onPress: () => _reactNative.Alert.alert("Alert", "Action triggered"),
29
+ children: "Hello World"
30
+ }
31
+ };
32
+ exports.Primary = Primary;
33
+ //# sourceMappingURL=LabelSmall.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_components","meta","title","component","LabelSmall","parameters","layout","actions","argTypesRegex","tags","_default","exports","default","Primary","args","accessibilityLabel","onPress","Alert","alert","children"],"sourceRoot":"../../../src","sources":["stories/LabelSmall.stories.ts"],"mappings":";;;;;;AAEA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,oBAAoB;EAC3BC,SAAS,EAAEC,sBAAU;EACrBC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAAmC;AAAC,IAAAC,QAAA,GAErBT,IAAI;AAAAU,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGZ,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/Link",
12
+ component: _components.Link,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered",
16
+ actions: {
17
+ argTypesRegex: "^on.*"
18
+ }
19
+ },
20
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
21
+ tags: ["autodocs"]
22
+ };
23
+ var _default = meta;
24
+ exports.default = _default;
25
+ const Primary = {
26
+ args: {
27
+ accessibilityLabel: "Tap to trigger test alert",
28
+ onPress: () => _reactNative.Alert.alert("Alert", "Action triggered"),
29
+ children: "Hello World"
30
+ }
31
+ };
32
+ exports.Primary = Primary;
33
+ //# sourceMappingURL=Link.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_components","meta","title","component","Link","parameters","layout","actions","argTypesRegex","tags","_default","exports","default","Primary","args","accessibilityLabel","onPress","Alert","alert","children"],"sourceRoot":"../../../src","sources":["stories/Link.stories.ts"],"mappings":";;;;;;AAEA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,cAAc;EACrBC,SAAS,EAAEC,gBAAI;EACfC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA6B;AAAC,IAAAC,QAAA,GAEfT,IAAI;AAAAU,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGZ,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.Primary = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _components = require("../components");
9
+ // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
10
+ const meta = {
11
+ title: "Example/Monospace",
12
+ component: _components.Monospace,
13
+ parameters: {
14
+ // Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
15
+ layout: "centered",
16
+ actions: {
17
+ argTypesRegex: "^on.*"
18
+ }
19
+ },
20
+ // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
21
+ tags: ["autodocs"]
22
+ };
23
+ var _default = meta;
24
+ exports.default = _default;
25
+ const Primary = {
26
+ args: {
27
+ accessibilityLabel: "Tap to trigger test alert",
28
+ onPress: () => _reactNative.Alert.alert("Alert", "Action triggered"),
29
+ children: "Hello World"
30
+ }
31
+ };
32
+ exports.Primary = Primary;
33
+ //# sourceMappingURL=Monospace.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_components","meta","title","component","Monospace","parameters","layout","actions","argTypesRegex","tags","_default","exports","default","Primary","args","accessibilityLabel","onPress","Alert","alert","children"],"sourceRoot":"../../../src","sources":["stories/Monospace.stories.ts"],"mappings":";;;;;;AAEA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAEA;AACA,MAAME,IAAI,GAAG;EACXC,KAAK,EAAE,mBAAmB;EAC1BC,SAAS,EAAEC,qBAAS;EACpBC,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAAkC;AAAC,IAAAC,QAAA,GAEpBT,IAAI;AAAAU,OAAA,CAAAC,OAAA,GAAAF,QAAA;AAGZ,MAAMG,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMC,kBAAK,CAACC,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC;AAACR,OAAA,CAAAE,OAAA,GAAAA,OAAA"}
@@ -19,14 +19,17 @@ const weightValues = ["300", "400", "600", "700"];
19
19
  const fonts = {
20
20
  TitilliumWeb: _reactNative.Platform.select({
21
21
  android: "TitilliumWeb",
22
+ web: "TitilliumWeb",
22
23
  ios: "Titillium Web"
23
24
  }),
24
25
  ReadexPro: _reactNative.Platform.select({
25
26
  android: "ReadexPro",
27
+ web: "ReadexPro",
26
28
  ios: "Readex Pro"
27
29
  }),
28
30
  RobotoMono: _reactNative.Platform.select({
29
31
  android: "RobotoMono",
32
+ web: "RobotoMono",
30
33
  ios: "Roboto Mono"
31
34
  })
32
35
  };
@@ -68,9 +71,10 @@ exports.FontStyle = FontStyle;
68
71
  const makeFontFamilyName = function (font, weight) {
69
72
  let isItalic = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
70
73
  return _reactNative.Platform.select({
71
- default: "undefined",
74
+ web: fonts[font],
72
75
  android: `${fonts[font]}-${weight || "Regular"}${isItalic ? "Italic" : ""}`,
73
- ios: fonts[font]
76
+ ios: fonts[font],
77
+ default: "undefined"
74
78
  });
75
79
  };
76
80
 
@@ -86,8 +90,10 @@ const makeFontStyleObject = function () {
86
90
  let isItalic = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
87
91
  let font = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "TitilliumWeb";
88
92
  return _reactNative.Platform.select({
89
- default: {
90
- fontFamily: "undefined"
93
+ web: {
94
+ fontFamily: makeFontFamilyName(font, weight, isItalic),
95
+ fontWeight: weight !== undefined ? fontWeightsMap[weight] : weight,
96
+ fontStyle: isItalic ? FontStyle.italic : FontStyle.normal
91
97
  },
92
98
  android: {
93
99
  fontFamily: makeFontFamilyName(font, weight, isItalic)
@@ -96,6 +102,9 @@ const makeFontStyleObject = function () {
96
102
  fontFamily: makeFontFamilyName(font, weight, isItalic),
97
103
  fontWeight: weight !== undefined ? fontWeightsMap[weight] : weight,
98
104
  fontStyle: isItalic ? FontStyle.italic : FontStyle.normal
105
+ },
106
+ default: {
107
+ fontFamily: "undefined"
99
108
  }
100
109
  });
101
110
  };
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","weights","weightValues","fonts","TitilliumWeb","Platform","select","android","ios","ReadexPro","RobotoMono","fontWeights","Light","Regular","SemiBold","Bold","exports","fontWeightsMap","FontStyle","makeFontFamilyName","font","weight","isItalic","arguments","length","undefined","default","makeFontStyleObject","fontFamily","fontWeight","fontStyle","italic","normal"],"sourceRoot":"../../../src","sources":["utils/fonts.ts"],"mappings":"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"}
1
+ {"version":3,"names":["_reactNative","require","weights","weightValues","fonts","TitilliumWeb","Platform","select","android","web","ios","ReadexPro","RobotoMono","fontWeights","Light","Regular","SemiBold","Bold","exports","fontWeightsMap","FontStyle","makeFontFamilyName","font","weight","isItalic","arguments","length","undefined","default","makeFontStyleObject","fontFamily","fontWeight","fontStyle","italic","normal"],"sourceRoot":"../../../src","sources":["utils/fonts.ts"],"mappings":"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"}
@@ -71,7 +71,7 @@ export const Alert = _ref => {
71
71
  const isPressed = useSharedValue(0);
72
72
 
73
73
  // Scaling transformation applied when the button is pressed
74
- const animationScaleValue = IOScaleValues === null || IOScaleValues === void 0 ? void 0 : (_IOScaleValues$magnif = IOScaleValues.magnifiedButton) === null || _IOScaleValues$magnif === void 0 ? void 0 : _IOScaleValues$magnif.pressedState;
74
+ const animationScaleValue = IOScaleValues === null || IOScaleValues === void 0 || (_IOScaleValues$magnif = IOScaleValues.magnifiedButton) === null || _IOScaleValues$magnif === void 0 ? void 0 : _IOScaleValues$magnif.pressedState;
75
75
 
76
76
  // Using a spring-based animation for our interpolations
77
77
  const progressPressed = useDerivedValue(() => withSpring(isPressed.value, IOSpringValues.button));
@@ -1 +1 @@
1
- {"version":3,"names":["React","useCallback","Pressable","StyleSheet","Text","View","Animated","Extrapolate","interpolate","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","IOScaleValues","IOSpringValues","IOColors","IOAlertRadius","IOAlertSpacing","IOStyles","makeFontStyleObject","Icon","HSpacer","VSpacer","H4","Label","iconSize","spacingDefault","spacingFullWidth","styles","create","container","flexDirection","alignItems","alignContent","padding","borderRadius","label","fontSize","mapVariantStates","error","icon","background","foreground","warning","info","success","Alert","_ref","_IOScaleValues$magnif","viewRef","variant","title","content","action","onPress","fullWidth","accessibilityHint","testID","isPressed","animationScaleValue","magnifiedButton","pressedState","progressPressed","value","button","pressedAnimationStyle","scale","CLAMP","transform","onPressIn","onPressOut","renderMainBlock","createElement","Fragment","name","size","color","style","flex","weight","accessibilityRole","numberOfLines","ellipsizeMode","StaticComponent","ref","backgroundColor","accessible","PressableButton","onTouchEnd"],"sourceRoot":"../../../../src","sources":["components/alert/Alert.tsx"],"mappings":"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"}
1
+ {"version":3,"names":["React","useCallback","Pressable","StyleSheet","Text","View","Animated","Extrapolate","interpolate","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","IOScaleValues","IOSpringValues","IOColors","IOAlertRadius","IOAlertSpacing","IOStyles","makeFontStyleObject","Icon","HSpacer","VSpacer","H4","Label","iconSize","spacingDefault","spacingFullWidth","styles","create","container","flexDirection","alignItems","alignContent","padding","borderRadius","label","fontSize","mapVariantStates","error","icon","background","foreground","warning","info","success","Alert","_ref","_IOScaleValues$magnif","viewRef","variant","title","content","action","onPress","fullWidth","accessibilityHint","testID","isPressed","animationScaleValue","magnifiedButton","pressedState","progressPressed","value","button","pressedAnimationStyle","scale","CLAMP","transform","onPressIn","onPressOut","renderMainBlock","createElement","Fragment","name","size","color","style","flex","weight","accessibilityRole","numberOfLines","ellipsizeMode","StaticComponent","ref","backgroundColor","accessible","PressableButton","onTouchEnd"],"sourceRoot":"../../../../src","sources":["components/alert/Alert.tsx"],"mappings":"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"}
@@ -81,7 +81,7 @@ export const Banner = _ref => {
81
81
  const isPressed = useSharedValue(0);
82
82
 
83
83
  // Scaling transformation applied when the button is pressed
84
- const animationScaleValue = IOScaleValues === null || IOScaleValues === void 0 ? void 0 : (_IOScaleValues$magnif = IOScaleValues.magnifiedButton) === null || _IOScaleValues$magnif === void 0 ? void 0 : _IOScaleValues$magnif.pressedState;
84
+ const animationScaleValue = IOScaleValues === null || IOScaleValues === void 0 || (_IOScaleValues$magnif = IOScaleValues.magnifiedButton) === null || _IOScaleValues$magnif === void 0 ? void 0 : _IOScaleValues$magnif.pressedState;
85
85
 
86
86
  // Using a spring-based animation for our interpolations
87
87
  const progressPressed = useDerivedValue(() => withSpring(isPressed.value, IOSpringValues.button));