@pagopa/io-app-design-system 5.6.7 → 5.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (742) hide show
  1. package/README.md +22 -21
  2. package/lib/commonjs/components/accordion/AccordionItem.js +2 -1
  3. package/lib/commonjs/components/accordion/AccordionItem.js.map +1 -1
  4. package/lib/commonjs/components/alert/Alert.js +3 -3
  5. package/lib/commonjs/components/alert/Alert.js.map +1 -1
  6. package/lib/commonjs/components/alert/AlertEdgeToEdge.js +1 -2
  7. package/lib/commonjs/components/alert/AlertEdgeToEdge.js.map +1 -1
  8. package/lib/commonjs/components/alert/AlertEdgeToEdgeWrapper.js +1 -2
  9. package/lib/commonjs/components/alert/AlertEdgeToEdgeWrapper.js.map +1 -1
  10. package/lib/commonjs/components/avatar/Avatar.js +3 -3
  11. package/lib/commonjs/components/avatar/Avatar.js.map +1 -1
  12. package/lib/commonjs/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +4 -224
  13. package/lib/commonjs/components/avatar/__test__/avatar.test.js +1 -2
  14. package/lib/commonjs/components/avatar/__test__/avatar.test.js.map +1 -1
  15. package/lib/commonjs/components/badge/Badge.js +3 -2
  16. package/lib/commonjs/components/badge/Badge.js.map +1 -1
  17. package/lib/commonjs/components/badge/__test__/__snapshots__/badge.test.tsx.snap +2 -102
  18. package/lib/commonjs/components/badge/__test__/badge.test.js +1 -2
  19. package/lib/commonjs/components/badge/__test__/badge.test.js.map +1 -1
  20. package/lib/commonjs/components/banner/Banner.js +4 -3
  21. package/lib/commonjs/components/banner/Banner.js.map +1 -1
  22. package/lib/commonjs/components/banner/BannerErrorState.js +6 -5
  23. package/lib/commonjs/components/banner/BannerErrorState.js.map +1 -1
  24. package/lib/commonjs/components/banner/__test__/__snapshots__/banner.test.tsx.snap +2 -586
  25. package/lib/commonjs/components/banner/__test__/banner.test.js +1 -2
  26. package/lib/commonjs/components/banner/__test__/banner.test.js.map +1 -1
  27. package/lib/commonjs/components/buttons/ButtonLink.js +4 -4
  28. package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
  29. package/lib/commonjs/components/buttons/ButtonOutline.js +4 -4
  30. package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
  31. package/lib/commonjs/components/buttons/ButtonSolid.js +3 -3
  32. package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
  33. package/lib/commonjs/components/buttons/IOButton/IOButton.js +3 -3
  34. package/lib/commonjs/components/buttons/IOButton/IOButton.js.map +1 -1
  35. package/lib/commonjs/components/buttons/IOButton/__test__/IOButton.test.js +1 -2
  36. package/lib/commonjs/components/buttons/IOButton/__test__/IOButton.test.js.map +1 -1
  37. package/lib/commonjs/components/buttons/IOButton/__test__/__snapshots__/IOButton.test.tsx.snap +3 -396
  38. package/lib/commonjs/components/buttons/IOButton/styles.js +45 -44
  39. package/lib/commonjs/components/buttons/IOButton/styles.js.map +1 -1
  40. package/lib/commonjs/components/buttons/IconButton.js +3 -3
  41. package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
  42. package/lib/commonjs/components/buttons/IconButtonContained.js +1 -2
  43. package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
  44. package/lib/commonjs/components/buttons/IconButtonSolid.js +5 -4
  45. package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
  46. package/lib/commonjs/components/buttons/__test__/__snapshots__/button.test.tsx.snap +9 -1065
  47. package/lib/commonjs/components/buttons/__test__/button.test.js +1 -2
  48. package/lib/commonjs/components/buttons/__test__/button.test.js.map +1 -1
  49. package/lib/commonjs/components/checkbox/AnimatedCheckbox.js +6 -8
  50. package/lib/commonjs/components/checkbox/AnimatedCheckbox.js.map +1 -1
  51. package/lib/commonjs/components/checkbox/AnimatedMessageCheckbox.js +3 -4
  52. package/lib/commonjs/components/checkbox/AnimatedMessageCheckbox.js.map +1 -1
  53. package/lib/commonjs/components/checkbox/CheckboxLabel.js +3 -4
  54. package/lib/commonjs/components/checkbox/CheckboxLabel.js.map +1 -1
  55. package/lib/commonjs/components/claimsSelector/ClaimsSelector.js +5 -5
  56. package/lib/commonjs/components/claimsSelector/ClaimsSelector.js.map +1 -1
  57. package/lib/commonjs/components/claimsSelector/__test__/ClaimsSelector.test.js +1 -2
  58. package/lib/commonjs/components/claimsSelector/__test__/ClaimsSelector.test.js.map +1 -1
  59. package/lib/commonjs/components/claimsSelector/__test__/__snapshots__/ClaimsSelector.test.tsx.snap +4 -1567
  60. package/lib/commonjs/components/codeInput/CodeInput.js +11 -11
  61. package/lib/commonjs/components/codeInput/CodeInput.js.map +1 -1
  62. package/lib/commonjs/components/common/AnimatedTick.js +1 -2
  63. package/lib/commonjs/components/common/AnimatedTick.js.map +1 -1
  64. package/lib/commonjs/components/common/LogoPaymentWithFallback.js +1 -2
  65. package/lib/commonjs/components/common/LogoPaymentWithFallback.js.map +1 -1
  66. package/lib/commonjs/components/common/ScaleInOutAnimation.js +1 -2
  67. package/lib/commonjs/components/common/ScaleInOutAnimation.js.map +1 -1
  68. package/lib/commonjs/components/contentWrapper/ContentWrapper.js +1 -2
  69. package/lib/commonjs/components/contentWrapper/ContentWrapper.js.map +1 -1
  70. package/lib/commonjs/components/divider/Divider.js +4 -3
  71. package/lib/commonjs/components/divider/Divider.js.map +1 -1
  72. package/lib/commonjs/components/featureInfo/FeatureInfo.js +2 -2
  73. package/lib/commonjs/components/featureInfo/FeatureInfo.js.map +1 -1
  74. package/lib/commonjs/components/{layout → headers}/HeaderFirstLevel.js +3 -4
  75. package/lib/commonjs/components/headers/HeaderFirstLevel.js.map +1 -0
  76. package/lib/commonjs/components/{layout → headers}/HeaderSecondLevel.js +4 -4
  77. package/lib/commonjs/components/headers/HeaderSecondLevel.js.map +1 -0
  78. package/lib/commonjs/components/{layout → headers}/ModalBSHeader.js +1 -2
  79. package/lib/commonjs/components/headers/ModalBSHeader.js.map +1 -0
  80. package/lib/commonjs/components/headers/README.md +10 -0
  81. package/lib/commonjs/components/headers/common.js.map +1 -0
  82. package/lib/commonjs/components/headers/index.js +50 -0
  83. package/lib/commonjs/components/headers/index.js.map +1 -0
  84. package/lib/commonjs/components/icons/IconContained.js +1 -2
  85. package/lib/commonjs/components/icons/IconContained.js.map +1 -1
  86. package/lib/commonjs/components/index.js +22 -0
  87. package/lib/commonjs/components/index.js.map +1 -1
  88. package/lib/commonjs/components/layout/FooterActions.js +3 -4
  89. package/lib/commonjs/components/layout/FooterActions.js.map +1 -1
  90. package/lib/commonjs/components/layout/FooterActionsInline.js +5 -5
  91. package/lib/commonjs/components/layout/FooterActionsInline.js.map +1 -1
  92. package/lib/commonjs/components/layout/GradientBottomActions.js +1 -2
  93. package/lib/commonjs/components/layout/GradientBottomActions.js.map +1 -1
  94. package/lib/commonjs/components/layout/GradientScrollView.js +1 -2
  95. package/lib/commonjs/components/layout/GradientScrollView.js.map +1 -1
  96. package/lib/commonjs/components/layout/README.md +64 -0
  97. package/lib/commonjs/components/layout/index.js +0 -55
  98. package/lib/commonjs/components/layout/index.js.map +1 -1
  99. package/lib/commonjs/components/listitems/ListItemAction.js +3 -3
  100. package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
  101. package/lib/commonjs/components/listitems/ListItemAmount.js +3 -3
  102. package/lib/commonjs/components/listitems/ListItemAmount.js.map +1 -1
  103. package/lib/commonjs/components/listitems/ListItemCheckbox.js +3 -3
  104. package/lib/commonjs/components/listitems/ListItemCheckbox.js.map +1 -1
  105. package/lib/commonjs/components/listitems/ListItemHeader.js +3 -3
  106. package/lib/commonjs/components/listitems/ListItemHeader.js.map +1 -1
  107. package/lib/commonjs/components/listitems/ListItemInfo.js +3 -3
  108. package/lib/commonjs/components/listitems/ListItemInfo.js.map +1 -1
  109. package/lib/commonjs/components/listitems/ListItemInfoCopy.js +3 -3
  110. package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
  111. package/lib/commonjs/components/listitems/ListItemNav.js +2 -1
  112. package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
  113. package/lib/commonjs/components/listitems/ListItemNavAlert.js +2 -1
  114. package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
  115. package/lib/commonjs/components/listitems/ListItemRadio.js +3 -3
  116. package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
  117. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js +4 -5
  118. package/lib/commonjs/components/listitems/ListItemRadioWithAmount.js.map +1 -1
  119. package/lib/commonjs/components/listitems/ListItemSwitch.js +3 -3
  120. package/lib/commonjs/components/listitems/ListItemSwitch.js.map +1 -1
  121. package/lib/commonjs/components/listitems/ListItemTransaction.js +2 -1
  122. package/lib/commonjs/components/listitems/ListItemTransaction.js.map +1 -1
  123. package/lib/commonjs/components/listitems/PressableListItemBase.js +1 -2
  124. package/lib/commonjs/components/listitems/PressableListItemBase.js.map +1 -1
  125. package/lib/commonjs/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +18 -3038
  126. package/lib/commonjs/components/listitems/__test__/listitem.test.js +1 -2
  127. package/lib/commonjs/components/listitems/__test__/listitem.test.js.map +1 -1
  128. package/lib/commonjs/components/loadingSpinner/LoadingSpinner.js +5 -5
  129. package/lib/commonjs/components/loadingSpinner/LoadingSpinner.js.map +1 -1
  130. package/lib/commonjs/components/logos/index.js +1 -2
  131. package/lib/commonjs/components/logos/index.js.map +1 -1
  132. package/lib/commonjs/components/modules/ModuleAttachment.js +3 -3
  133. package/lib/commonjs/components/modules/ModuleAttachment.js.map +1 -1
  134. package/lib/commonjs/components/modules/ModuleCheckout.js +3 -3
  135. package/lib/commonjs/components/modules/ModuleCheckout.js.map +1 -1
  136. package/lib/commonjs/components/modules/ModuleCredential.js +2 -1
  137. package/lib/commonjs/components/modules/ModuleCredential.js.map +1 -1
  138. package/lib/commonjs/components/modules/ModuleIDP.js +5 -5
  139. package/lib/commonjs/components/modules/ModuleIDP.js.map +1 -1
  140. package/lib/commonjs/components/modules/ModuleNavigation.js +2 -1
  141. package/lib/commonjs/components/modules/ModuleNavigation.js.map +1 -1
  142. package/lib/commonjs/components/modules/ModulePaymentNotice.js +4 -4
  143. package/lib/commonjs/components/modules/ModulePaymentNotice.js.map +1 -1
  144. package/lib/commonjs/components/modules/ModuleStatic.js +4 -4
  145. package/lib/commonjs/components/modules/ModuleStatic.js.map +1 -1
  146. package/lib/commonjs/components/modules/ModuleSummary.js +2 -2
  147. package/lib/commonjs/components/modules/ModuleSummary.js.map +1 -1
  148. package/lib/commonjs/components/modules/PressableModuleBase.js +3 -3
  149. package/lib/commonjs/components/modules/PressableModuleBase.js.map +1 -1
  150. package/lib/commonjs/components/numberpad/NumberButton.js +4 -4
  151. package/lib/commonjs/components/numberpad/NumberButton.js.map +1 -1
  152. package/lib/commonjs/components/numberpad/NumberPad.js +1 -2
  153. package/lib/commonjs/components/numberpad/NumberPad.js.map +1 -1
  154. package/lib/commonjs/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +10 -0
  155. package/lib/commonjs/components/otpInput/BoxedInput.js +8 -9
  156. package/lib/commonjs/components/otpInput/BoxedInput.js.map +1 -1
  157. package/lib/commonjs/components/otpInput/OTPInput.js +4 -5
  158. package/lib/commonjs/components/otpInput/OTPInput.js.map +1 -1
  159. package/lib/commonjs/components/pictograms/Pictogram.js +17 -17
  160. package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
  161. package/lib/commonjs/components/pictograms/svg/PictogramAttention.js +1 -2
  162. package/lib/commonjs/components/pictograms/svg/PictogramAttention.js.map +1 -1
  163. package/lib/commonjs/components/pictograms/svg/PictogramBleedSavingMoney.js +1 -2
  164. package/lib/commonjs/components/pictograms/svg/PictogramBleedSavingMoney.js.map +1 -1
  165. package/lib/commonjs/components/pictograms/svg/PictogramEmptyArchive.js +1 -2
  166. package/lib/commonjs/components/pictograms/svg/PictogramEmptyArchive.js.map +1 -1
  167. package/lib/commonjs/components/pictograms/svg/PictogramFeedback.js +1 -2
  168. package/lib/commonjs/components/pictograms/svg/PictogramFeedback.js.map +1 -1
  169. package/lib/commonjs/components/pictograms/svg/PictogramHelp.js +1 -2
  170. package/lib/commonjs/components/pictograms/svg/PictogramHelp.js.map +1 -1
  171. package/lib/commonjs/components/pictograms/svg/PictogramSavingMoney.js +1 -2
  172. package/lib/commonjs/components/pictograms/svg/PictogramSavingMoney.js.map +1 -1
  173. package/lib/commonjs/components/pictograms/svg/PictogramSuccess.js +1 -2
  174. package/lib/commonjs/components/pictograms/svg/PictogramSuccess.js.map +1 -1
  175. package/lib/commonjs/components/pictograms/svg/PictogramUmbrella.js +1 -2
  176. package/lib/commonjs/components/pictograms/svg/PictogramUmbrella.js.map +1 -1
  177. package/lib/commonjs/components/progressLoader/ProgressLoader.js +3 -4
  178. package/lib/commonjs/components/progressLoader/ProgressLoader.js.map +1 -1
  179. package/lib/commonjs/components/radio/AnimatedRadio.js +3 -4
  180. package/lib/commonjs/components/radio/AnimatedRadio.js.map +1 -1
  181. package/lib/commonjs/components/radio/RadioButtonLabel.js +3 -4
  182. package/lib/commonjs/components/radio/RadioButtonLabel.js.map +1 -1
  183. package/lib/commonjs/components/searchInput/SearchInput.js +4 -4
  184. package/lib/commonjs/components/searchInput/SearchInput.js.map +1 -1
  185. package/lib/commonjs/components/skeleton/IOSkeleton.js +3 -3
  186. package/lib/commonjs/components/skeleton/IOSkeleton.js.map +1 -1
  187. package/lib/commonjs/components/spacer/Spacer.js +1 -2
  188. package/lib/commonjs/components/spacer/Spacer.js.map +1 -1
  189. package/lib/commonjs/components/stack/Stack.js +2 -4
  190. package/lib/commonjs/components/stack/Stack.js.map +1 -1
  191. package/lib/commonjs/components/stepper/Stepper.js +4 -4
  192. package/lib/commonjs/components/stepper/Stepper.js.map +1 -1
  193. package/lib/commonjs/components/switch/NativeSwitch.js +2 -2
  194. package/lib/commonjs/components/switch/NativeSwitch.js.map +1 -1
  195. package/lib/commonjs/components/tabs/TabItem.js +4 -4
  196. package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
  197. package/lib/commonjs/components/tag/Tag.js +7 -7
  198. package/lib/commonjs/components/tag/Tag.js.map +1 -1
  199. package/lib/commonjs/components/{layout → templates}/Dismissable.js +1 -2
  200. package/lib/commonjs/components/templates/Dismissable.js.map +1 -0
  201. package/lib/commonjs/components/{layout → templates}/ForceScrollDownView.js +4 -6
  202. package/lib/commonjs/components/templates/ForceScrollDownView.js.map +1 -0
  203. package/lib/commonjs/components/templates/README.md +19 -0
  204. package/lib/commonjs/components/templates/__test__/ForceScrollDownView.test.js.map +1 -0
  205. package/lib/commonjs/components/templates/index.js +28 -0
  206. package/lib/commonjs/components/templates/index.js.map +1 -0
  207. package/lib/commonjs/components/textInput/TextInput.js +1 -2
  208. package/lib/commonjs/components/textInput/TextInput.js.map +1 -1
  209. package/lib/commonjs/components/textInput/TextInputBase.js +5 -5
  210. package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
  211. package/lib/commonjs/components/textInput/TextInputPassword.js +1 -2
  212. package/lib/commonjs/components/textInput/TextInputPassword.js.map +1 -1
  213. package/lib/commonjs/components/textInput/TextInputValidation.js +3 -4
  214. package/lib/commonjs/components/textInput/TextInputValidation.js.map +1 -1
  215. package/lib/commonjs/components/toast/ToastNotification.js +3 -3
  216. package/lib/commonjs/components/toast/ToastNotification.js.map +1 -1
  217. package/lib/commonjs/components/toast/ToastProvider.js +3 -4
  218. package/lib/commonjs/components/toast/ToastProvider.js.map +1 -1
  219. package/lib/commonjs/components/tooltip/Arrows.js +1 -2
  220. package/lib/commonjs/components/tooltip/Arrows.js.map +1 -1
  221. package/lib/commonjs/components/tooltip/Tooltip.js +8 -8
  222. package/lib/commonjs/components/tooltip/Tooltip.js.map +1 -1
  223. package/lib/commonjs/components/typography/Body.js +4 -5
  224. package/lib/commonjs/components/typography/Body.js.map +1 -1
  225. package/lib/commonjs/components/typography/BodyMonospace.js +3 -4
  226. package/lib/commonjs/components/typography/BodyMonospace.js.map +1 -1
  227. package/lib/commonjs/components/typography/BodySmall.js +4 -5
  228. package/lib/commonjs/components/typography/BodySmall.js.map +1 -1
  229. package/lib/commonjs/components/typography/ButtonText.js +3 -4
  230. package/lib/commonjs/components/typography/ButtonText.js.map +1 -1
  231. package/lib/commonjs/components/typography/Caption.js +4 -5
  232. package/lib/commonjs/components/typography/Caption.js.map +1 -1
  233. package/lib/commonjs/components/typography/H1.js +4 -5
  234. package/lib/commonjs/components/typography/H1.js.map +1 -1
  235. package/lib/commonjs/components/typography/H2.js +4 -5
  236. package/lib/commonjs/components/typography/H2.js.map +1 -1
  237. package/lib/commonjs/components/typography/H3.js +4 -5
  238. package/lib/commonjs/components/typography/H3.js.map +1 -1
  239. package/lib/commonjs/components/typography/H4.js +4 -5
  240. package/lib/commonjs/components/typography/H4.js.map +1 -1
  241. package/lib/commonjs/components/typography/H5.js +4 -5
  242. package/lib/commonjs/components/typography/H5.js.map +1 -1
  243. package/lib/commonjs/components/typography/H6.js +4 -5
  244. package/lib/commonjs/components/typography/H6.js.map +1 -1
  245. package/lib/commonjs/components/typography/Hero.js +4 -5
  246. package/lib/commonjs/components/typography/Hero.js.map +1 -1
  247. package/lib/commonjs/components/typography/IOText.js +3 -3
  248. package/lib/commonjs/components/typography/IOText.js.map +1 -1
  249. package/lib/commonjs/components/typography/LabelMini.js +4 -5
  250. package/lib/commonjs/components/typography/LabelMini.js.map +1 -1
  251. package/lib/commonjs/components/typography/README.md +13 -4
  252. package/lib/commonjs/components/typography/__test__/__snapshots__/typography.test.tsx.snap +25 -567
  253. package/lib/commonjs/components/typography/__test__/typography.test.js +1 -2
  254. package/lib/commonjs/components/typography/__test__/typography.test.js.map +1 -1
  255. package/lib/commonjs/components/typography/markdown/MdH1.js +4 -5
  256. package/lib/commonjs/components/typography/markdown/MdH1.js.map +1 -1
  257. package/lib/commonjs/components/typography/markdown/MdH2.js +4 -5
  258. package/lib/commonjs/components/typography/markdown/MdH2.js.map +1 -1
  259. package/lib/commonjs/components/typography/markdown/MdH3.js +4 -5
  260. package/lib/commonjs/components/typography/markdown/MdH3.js.map +1 -1
  261. package/lib/commonjs/{core → context}/IODSExperimentalContextProvider.js +1 -2
  262. package/lib/commonjs/context/IODSExperimentalContextProvider.js.map +1 -0
  263. package/lib/commonjs/{core → context}/IONewTypefaceContextProvider.js +1 -2
  264. package/lib/commonjs/context/IONewTypefaceContextProvider.js.map +1 -0
  265. package/lib/commonjs/{core → context}/IOThemeContextProvider.js +2 -3
  266. package/lib/commonjs/context/IOThemeContextProvider.js.map +1 -0
  267. package/lib/commonjs/context/README.md +57 -0
  268. package/lib/commonjs/context/index.js +39 -0
  269. package/lib/commonjs/context/index.js.map +1 -0
  270. package/lib/commonjs/core/index.js +0 -33
  271. package/lib/commonjs/core/index.js.map +1 -1
  272. package/lib/commonjs/functions/README.md +15 -0
  273. package/lib/commonjs/hooks/useListItemAnimation.js +2 -1
  274. package/lib/commonjs/hooks/useListItemAnimation.js.map +1 -1
  275. package/lib/commonjs/index.js +11 -0
  276. package/lib/commonjs/index.js.map +1 -1
  277. package/lib/commonjs/utils/testing.js +1 -1
  278. package/lib/commonjs/utils/testing.js.map +1 -1
  279. package/lib/module/components/accordion/AccordionItem.js +2 -1
  280. package/lib/module/components/accordion/AccordionItem.js.map +1 -1
  281. package/lib/module/components/alert/Alert.js +2 -1
  282. package/lib/module/components/alert/Alert.js.map +1 -1
  283. package/lib/module/components/avatar/Avatar.js +2 -1
  284. package/lib/module/components/avatar/Avatar.js.map +1 -1
  285. package/lib/module/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +4 -224
  286. package/lib/module/components/badge/Badge.js +2 -1
  287. package/lib/module/components/badge/Badge.js.map +1 -1
  288. package/lib/module/components/badge/__test__/__snapshots__/badge.test.tsx.snap +2 -102
  289. package/lib/module/components/banner/Banner.js +2 -1
  290. package/lib/module/components/banner/Banner.js.map +1 -1
  291. package/lib/module/components/banner/BannerErrorState.js +3 -1
  292. package/lib/module/components/banner/BannerErrorState.js.map +1 -1
  293. package/lib/module/components/banner/__test__/__snapshots__/banner.test.tsx.snap +2 -586
  294. package/lib/module/components/buttons/ButtonLink.js +2 -1
  295. package/lib/module/components/buttons/ButtonLink.js.map +1 -1
  296. package/lib/module/components/buttons/ButtonOutline.js +2 -1
  297. package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
  298. package/lib/module/components/buttons/ButtonSolid.js +2 -1
  299. package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
  300. package/lib/module/components/buttons/IOButton/IOButton.js +2 -1
  301. package/lib/module/components/buttons/IOButton/IOButton.js.map +1 -1
  302. package/lib/module/components/buttons/IOButton/__test__/__snapshots__/IOButton.test.tsx.snap +3 -396
  303. package/lib/module/components/buttons/IOButton/styles.js +2 -1
  304. package/lib/module/components/buttons/IOButton/styles.js.map +1 -1
  305. package/lib/module/components/buttons/IconButton.js +2 -1
  306. package/lib/module/components/buttons/IconButton.js.map +1 -1
  307. package/lib/module/components/buttons/IconButtonSolid.js +3 -2
  308. package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
  309. package/lib/module/components/buttons/__test__/__snapshots__/button.test.tsx.snap +9 -1065
  310. package/lib/module/components/checkbox/AnimatedCheckbox.js +3 -4
  311. package/lib/module/components/checkbox/AnimatedCheckbox.js.map +1 -1
  312. package/lib/module/components/checkbox/AnimatedMessageCheckbox.js +1 -1
  313. package/lib/module/components/checkbox/AnimatedMessageCheckbox.js.map +1 -1
  314. package/lib/module/components/checkbox/CheckboxLabel.js +3 -3
  315. package/lib/module/components/checkbox/CheckboxLabel.js.map +1 -1
  316. package/lib/module/components/claimsSelector/ClaimsSelector.js +4 -3
  317. package/lib/module/components/claimsSelector/ClaimsSelector.js.map +1 -1
  318. package/lib/module/components/claimsSelector/__test__/__snapshots__/ClaimsSelector.test.tsx.snap +4 -1567
  319. package/lib/module/components/codeInput/CodeInput.js +2 -1
  320. package/lib/module/components/codeInput/CodeInput.js.map +1 -1
  321. package/lib/module/components/divider/Divider.js +3 -2
  322. package/lib/module/components/divider/Divider.js.map +1 -1
  323. package/lib/module/components/featureInfo/FeatureInfo.js +1 -1
  324. package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -1
  325. package/lib/module/components/{layout → headers}/HeaderFirstLevel.js +3 -3
  326. package/lib/module/components/headers/HeaderFirstLevel.js.map +1 -0
  327. package/lib/module/components/{layout → headers}/HeaderSecondLevel.js +2 -1
  328. package/lib/module/components/headers/HeaderSecondLevel.js.map +1 -0
  329. package/lib/module/components/headers/ModalBSHeader.js.map +1 -0
  330. package/lib/module/components/headers/README.md +10 -0
  331. package/lib/module/components/headers/common.js.map +1 -0
  332. package/lib/module/components/headers/index.js +7 -0
  333. package/lib/module/components/headers/index.js.map +1 -0
  334. package/lib/module/components/index.js +2 -0
  335. package/lib/module/components/index.js.map +1 -1
  336. package/lib/module/components/layout/FooterActions.js +3 -3
  337. package/lib/module/components/layout/FooterActions.js.map +1 -1
  338. package/lib/module/components/layout/FooterActionsInline.js +3 -2
  339. package/lib/module/components/layout/FooterActionsInline.js.map +1 -1
  340. package/lib/module/components/layout/README.md +64 -0
  341. package/lib/module/components/layout/index.js +0 -5
  342. package/lib/module/components/layout/index.js.map +1 -1
  343. package/lib/module/components/listitems/ListItemAction.js +2 -1
  344. package/lib/module/components/listitems/ListItemAction.js.map +1 -1
  345. package/lib/module/components/listitems/ListItemAmount.js +2 -1
  346. package/lib/module/components/listitems/ListItemAmount.js.map +1 -1
  347. package/lib/module/components/listitems/ListItemCheckbox.js +2 -1
  348. package/lib/module/components/listitems/ListItemCheckbox.js.map +1 -1
  349. package/lib/module/components/listitems/ListItemHeader.js +2 -1
  350. package/lib/module/components/listitems/ListItemHeader.js.map +1 -1
  351. package/lib/module/components/listitems/ListItemInfo.js +2 -1
  352. package/lib/module/components/listitems/ListItemInfo.js.map +1 -1
  353. package/lib/module/components/listitems/ListItemInfoCopy.js +2 -1
  354. package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
  355. package/lib/module/components/listitems/ListItemNav.js +2 -1
  356. package/lib/module/components/listitems/ListItemNav.js.map +1 -1
  357. package/lib/module/components/listitems/ListItemNavAlert.js +2 -1
  358. package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
  359. package/lib/module/components/listitems/ListItemRadio.js +2 -1
  360. package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
  361. package/lib/module/components/listitems/ListItemRadioWithAmount.js +3 -2
  362. package/lib/module/components/listitems/ListItemRadioWithAmount.js.map +1 -1
  363. package/lib/module/components/listitems/ListItemSwitch.js +2 -1
  364. package/lib/module/components/listitems/ListItemSwitch.js.map +1 -1
  365. package/lib/module/components/listitems/ListItemTransaction.js +2 -1
  366. package/lib/module/components/listitems/ListItemTransaction.js.map +1 -1
  367. package/lib/module/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +18 -3038
  368. package/lib/module/components/loadingSpinner/LoadingSpinner.js +2 -1
  369. package/lib/module/components/loadingSpinner/LoadingSpinner.js.map +1 -1
  370. package/lib/module/components/modules/ModuleAttachment.js +2 -1
  371. package/lib/module/components/modules/ModuleAttachment.js.map +1 -1
  372. package/lib/module/components/modules/ModuleCheckout.js +2 -1
  373. package/lib/module/components/modules/ModuleCheckout.js.map +1 -1
  374. package/lib/module/components/modules/ModuleCredential.js +2 -1
  375. package/lib/module/components/modules/ModuleCredential.js.map +1 -1
  376. package/lib/module/components/modules/ModuleIDP.js +2 -1
  377. package/lib/module/components/modules/ModuleIDP.js.map +1 -1
  378. package/lib/module/components/modules/ModuleNavigation.js +2 -1
  379. package/lib/module/components/modules/ModuleNavigation.js.map +1 -1
  380. package/lib/module/components/modules/ModulePaymentNotice.js +3 -2
  381. package/lib/module/components/modules/ModulePaymentNotice.js.map +1 -1
  382. package/lib/module/components/modules/ModuleStatic.js +3 -2
  383. package/lib/module/components/modules/ModuleStatic.js.map +1 -1
  384. package/lib/module/components/modules/ModuleSummary.js +1 -1
  385. package/lib/module/components/modules/ModuleSummary.js.map +1 -1
  386. package/lib/module/components/modules/PressableModuleBase.js +2 -1
  387. package/lib/module/components/modules/PressableModuleBase.js.map +1 -1
  388. package/lib/module/components/numberpad/NumberButton.js +2 -1
  389. package/lib/module/components/numberpad/NumberButton.js.map +1 -1
  390. package/lib/module/components/numberpad/NumberPad.js.map +1 -1
  391. package/lib/module/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +10 -0
  392. package/lib/module/components/otpInput/BoxedInput.js +3 -3
  393. package/lib/module/components/otpInput/BoxedInput.js.map +1 -1
  394. package/lib/module/components/otpInput/OTPInput.js +2 -2
  395. package/lib/module/components/otpInput/OTPInput.js.map +1 -1
  396. package/lib/module/components/pictograms/Pictogram.js +2 -1
  397. package/lib/module/components/pictograms/Pictogram.js.map +1 -1
  398. package/lib/module/components/progressLoader/ProgressLoader.js +3 -3
  399. package/lib/module/components/progressLoader/ProgressLoader.js.map +1 -1
  400. package/lib/module/components/radio/AnimatedRadio.js +1 -1
  401. package/lib/module/components/radio/AnimatedRadio.js.map +1 -1
  402. package/lib/module/components/radio/RadioButtonLabel.js +3 -3
  403. package/lib/module/components/radio/RadioButtonLabel.js.map +1 -1
  404. package/lib/module/components/searchInput/SearchInput.js +2 -1
  405. package/lib/module/components/searchInput/SearchInput.js.map +1 -1
  406. package/lib/module/components/skeleton/IOSkeleton.js +2 -1
  407. package/lib/module/components/skeleton/IOSkeleton.js.map +1 -1
  408. package/lib/module/components/stack/Stack.js +2 -4
  409. package/lib/module/components/stack/Stack.js.map +1 -1
  410. package/lib/module/components/stepper/Stepper.js +3 -2
  411. package/lib/module/components/stepper/Stepper.js.map +1 -1
  412. package/lib/module/components/switch/NativeSwitch.js +1 -1
  413. package/lib/module/components/switch/NativeSwitch.js.map +1 -1
  414. package/lib/module/components/tabs/TabItem.js +2 -1
  415. package/lib/module/components/tabs/TabItem.js.map +1 -1
  416. package/lib/module/components/tag/Tag.js +2 -2
  417. package/lib/module/components/tag/Tag.js.map +1 -1
  418. package/lib/module/components/templates/Dismissable.js.map +1 -0
  419. package/lib/module/components/{layout → templates}/ForceScrollDownView.js +1 -2
  420. package/lib/module/components/templates/ForceScrollDownView.js.map +1 -0
  421. package/lib/module/components/templates/README.md +19 -0
  422. package/lib/module/components/templates/__test__/ForceScrollDownView.test.js.map +1 -0
  423. package/lib/module/components/templates/index.js +5 -0
  424. package/lib/module/components/templates/index.js.map +1 -0
  425. package/lib/module/components/textInput/TextInputBase.js +2 -1
  426. package/lib/module/components/textInput/TextInputBase.js.map +1 -1
  427. package/lib/module/components/textInput/TextInputValidation.js +1 -1
  428. package/lib/module/components/textInput/TextInputValidation.js.map +1 -1
  429. package/lib/module/components/toast/ToastNotification.js +2 -1
  430. package/lib/module/components/toast/ToastNotification.js.map +1 -1
  431. package/lib/module/components/toast/ToastProvider.js +1 -1
  432. package/lib/module/components/toast/ToastProvider.js.map +1 -1
  433. package/lib/module/components/tooltip/Tooltip.js +3 -2
  434. package/lib/module/components/tooltip/Tooltip.js.map +1 -1
  435. package/lib/module/components/typography/Body.js +1 -1
  436. package/lib/module/components/typography/Body.js.map +1 -1
  437. package/lib/module/components/typography/BodyMonospace.js +1 -1
  438. package/lib/module/components/typography/BodyMonospace.js.map +1 -1
  439. package/lib/module/components/typography/BodySmall.js +1 -1
  440. package/lib/module/components/typography/BodySmall.js.map +1 -1
  441. package/lib/module/components/typography/ButtonText.js +1 -1
  442. package/lib/module/components/typography/ButtonText.js.map +1 -1
  443. package/lib/module/components/typography/Caption.js +1 -1
  444. package/lib/module/components/typography/Caption.js.map +1 -1
  445. package/lib/module/components/typography/H1.js +1 -1
  446. package/lib/module/components/typography/H1.js.map +1 -1
  447. package/lib/module/components/typography/H2.js +1 -1
  448. package/lib/module/components/typography/H2.js.map +1 -1
  449. package/lib/module/components/typography/H3.js +1 -1
  450. package/lib/module/components/typography/H3.js.map +1 -1
  451. package/lib/module/components/typography/H4.js +1 -1
  452. package/lib/module/components/typography/H4.js.map +1 -1
  453. package/lib/module/components/typography/H5.js +1 -1
  454. package/lib/module/components/typography/H5.js.map +1 -1
  455. package/lib/module/components/typography/H6.js +1 -1
  456. package/lib/module/components/typography/H6.js.map +1 -1
  457. package/lib/module/components/typography/Hero.js +1 -1
  458. package/lib/module/components/typography/Hero.js.map +1 -1
  459. package/lib/module/components/typography/IOText.js +2 -1
  460. package/lib/module/components/typography/IOText.js.map +1 -1
  461. package/lib/module/components/typography/LabelMini.js +1 -1
  462. package/lib/module/components/typography/LabelMini.js.map +1 -1
  463. package/lib/module/components/typography/README.md +13 -4
  464. package/lib/module/components/typography/__test__/__snapshots__/typography.test.tsx.snap +25 -567
  465. package/lib/module/components/typography/markdown/MdH1.js +1 -1
  466. package/lib/module/components/typography/markdown/MdH1.js.map +1 -1
  467. package/lib/module/components/typography/markdown/MdH2.js +1 -1
  468. package/lib/module/components/typography/markdown/MdH2.js.map +1 -1
  469. package/lib/module/components/typography/markdown/MdH3.js +1 -1
  470. package/lib/module/components/typography/markdown/MdH3.js.map +1 -1
  471. package/lib/module/context/IODSExperimentalContextProvider.js.map +1 -0
  472. package/lib/module/context/IONewTypefaceContextProvider.js.map +1 -0
  473. package/lib/module/{core → context}/IOThemeContextProvider.js +1 -1
  474. package/lib/module/context/IOThemeContextProvider.js.map +1 -0
  475. package/lib/module/context/README.md +57 -0
  476. package/lib/module/context/index.js +6 -0
  477. package/lib/module/context/index.js.map +1 -0
  478. package/lib/module/core/index.js +0 -3
  479. package/lib/module/core/index.js.map +1 -1
  480. package/lib/module/functions/README.md +15 -0
  481. package/lib/module/hooks/useListItemAnimation.js +2 -1
  482. package/lib/module/hooks/useListItemAnimation.js.map +1 -1
  483. package/lib/module/index.js +1 -0
  484. package/lib/module/index.js.map +1 -1
  485. package/lib/module/utils/testing.js +1 -1
  486. package/lib/module/utils/testing.js.map +1 -1
  487. package/lib/typescript/components/accordion/AccordionItem.d.ts.map +1 -1
  488. package/lib/typescript/components/alert/Alert.d.ts.map +1 -1
  489. package/lib/typescript/components/badge/Badge.d.ts.map +1 -1
  490. package/lib/typescript/components/banner/Banner.d.ts +1 -1
  491. package/lib/typescript/components/banner/Banner.d.ts.map +1 -1
  492. package/lib/typescript/components/banner/BannerErrorState.d.ts.map +1 -1
  493. package/lib/typescript/components/buttons/ButtonLink.d.ts.map +1 -1
  494. package/lib/typescript/components/buttons/ButtonOutline.d.ts.map +1 -1
  495. package/lib/typescript/components/buttons/IOButton/styles.d.ts.map +1 -1
  496. package/lib/typescript/components/buttons/IconButtonSolid.d.ts +1 -1
  497. package/lib/typescript/components/buttons/IconButtonSolid.d.ts.map +1 -1
  498. package/lib/typescript/components/checkbox/AnimatedCheckbox.d.ts.map +1 -1
  499. package/lib/typescript/components/checkbox/CheckboxLabel.d.ts +1 -2
  500. package/lib/typescript/components/checkbox/CheckboxLabel.d.ts.map +1 -1
  501. package/lib/typescript/components/codeInput/CodeInput.d.ts.map +1 -1
  502. package/lib/typescript/components/divider/Divider.d.ts.map +1 -1
  503. package/lib/typescript/components/featureInfo/FeatureInfo.d.ts.map +1 -1
  504. package/lib/typescript/components/{layout → headers}/HeaderFirstLevel.d.ts +1 -1
  505. package/lib/typescript/components/headers/HeaderFirstLevel.d.ts.map +1 -0
  506. package/lib/typescript/components/headers/HeaderSecondLevel.d.ts.map +1 -0
  507. package/lib/typescript/components/headers/ModalBSHeader.d.ts.map +1 -0
  508. package/lib/typescript/components/headers/common.d.ts.map +1 -0
  509. package/lib/typescript/components/headers/index.d.ts +5 -0
  510. package/lib/typescript/components/headers/index.d.ts.map +1 -0
  511. package/lib/typescript/components/index.d.ts +2 -0
  512. package/lib/typescript/components/index.d.ts.map +1 -1
  513. package/lib/typescript/components/layout/FooterActions.d.ts +1 -2
  514. package/lib/typescript/components/layout/FooterActions.d.ts.map +1 -1
  515. package/lib/typescript/components/layout/FooterActionsInline.d.ts +1 -2
  516. package/lib/typescript/components/layout/FooterActionsInline.d.ts.map +1 -1
  517. package/lib/typescript/components/layout/index.d.ts +0 -5
  518. package/lib/typescript/components/layout/index.d.ts.map +1 -1
  519. package/lib/typescript/components/listitems/ListItemAction.d.ts.map +1 -1
  520. package/lib/typescript/components/listitems/ListItemInfo.d.ts.map +1 -1
  521. package/lib/typescript/components/listitems/ListItemInfoCopy.d.ts.map +1 -1
  522. package/lib/typescript/components/listitems/ListItemNav.d.ts.map +1 -1
  523. package/lib/typescript/components/listitems/ListItemNavAlert.d.ts.map +1 -1
  524. package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts +1 -1
  525. package/lib/typescript/components/listitems/ListItemRadioWithAmount.d.ts.map +1 -1
  526. package/lib/typescript/components/listitems/ListItemTransaction.d.ts.map +1 -1
  527. package/lib/typescript/components/loadingSpinner/LoadingSpinner.d.ts.map +1 -1
  528. package/lib/typescript/components/modules/ModuleAttachment.d.ts.map +1 -1
  529. package/lib/typescript/components/modules/ModuleCheckout.d.ts.map +1 -1
  530. package/lib/typescript/components/modules/ModuleIDP.d.ts.map +1 -1
  531. package/lib/typescript/components/modules/ModulePaymentNotice.d.ts +1 -1
  532. package/lib/typescript/components/modules/ModulePaymentNotice.d.ts.map +1 -1
  533. package/lib/typescript/components/modules/ModuleStatic.d.ts +1 -1
  534. package/lib/typescript/components/modules/ModuleStatic.d.ts.map +1 -1
  535. package/lib/typescript/components/modules/PressableModuleBase.d.ts.map +1 -1
  536. package/lib/typescript/components/numberpad/NumberButton.d.ts.map +1 -1
  537. package/lib/typescript/components/numberpad/NumberPad.d.ts +1 -1
  538. package/lib/typescript/components/numberpad/NumberPad.d.ts.map +1 -1
  539. package/lib/typescript/components/otpInput/BoxedInput.d.ts +1 -1
  540. package/lib/typescript/components/otpInput/BoxedInput.d.ts.map +1 -1
  541. package/lib/typescript/components/pictograms/Pictogram.d.ts +77 -77
  542. package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
  543. package/lib/typescript/components/progressLoader/ProgressLoader.d.ts +1 -1
  544. package/lib/typescript/components/progressLoader/ProgressLoader.d.ts.map +1 -1
  545. package/lib/typescript/components/radio/RadioButtonLabel.d.ts +1 -2
  546. package/lib/typescript/components/radio/RadioButtonLabel.d.ts.map +1 -1
  547. package/lib/typescript/components/searchInput/SearchInput.d.ts.map +1 -1
  548. package/lib/typescript/components/skeleton/IOSkeleton.d.ts.map +1 -1
  549. package/lib/typescript/components/stack/Stack.d.ts +2 -2
  550. package/lib/typescript/components/stack/Stack.d.ts.map +1 -1
  551. package/lib/typescript/components/stepper/Stepper.d.ts +1 -1
  552. package/lib/typescript/components/stepper/Stepper.d.ts.map +1 -1
  553. package/lib/typescript/components/tabs/TabItem.d.ts.map +1 -1
  554. package/lib/typescript/components/tag/Tag.d.ts.map +1 -1
  555. package/lib/typescript/components/templates/Dismissable.d.ts.map +1 -0
  556. package/lib/typescript/components/{layout → templates}/ForceScrollDownView.d.ts +1 -1
  557. package/lib/typescript/components/templates/ForceScrollDownView.d.ts.map +1 -0
  558. package/lib/typescript/components/templates/__test__/ForceScrollDownView.test.d.ts.map +1 -0
  559. package/lib/typescript/components/templates/index.d.ts +3 -0
  560. package/lib/typescript/components/templates/index.d.ts.map +1 -0
  561. package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
  562. package/lib/typescript/components/toast/ToastNotification.d.ts.map +1 -1
  563. package/lib/typescript/components/tooltip/Tooltip.d.ts.map +1 -1
  564. package/lib/typescript/components/typography/ButtonText.d.ts.map +1 -1
  565. package/lib/typescript/components/typography/IOText.d.ts.map +1 -1
  566. package/lib/typescript/context/IODSExperimentalContextProvider.d.ts.map +1 -0
  567. package/lib/typescript/context/IONewTypefaceContextProvider.d.ts.map +1 -0
  568. package/lib/typescript/{core → context}/IOThemeContextProvider.d.ts +1 -1
  569. package/lib/typescript/context/IOThemeContextProvider.d.ts.map +1 -0
  570. package/lib/typescript/context/index.d.ts +4 -0
  571. package/lib/typescript/context/index.d.ts.map +1 -0
  572. package/lib/typescript/core/index.d.ts +0 -3
  573. package/lib/typescript/core/index.d.ts.map +1 -1
  574. package/lib/typescript/hooks/useListItemAnimation.d.ts.map +1 -1
  575. package/lib/typescript/index.d.ts +1 -0
  576. package/lib/typescript/index.d.ts.map +1 -1
  577. package/lib/typescript/utils/testing.d.ts +1 -1
  578. package/lib/typescript/utils/testing.d.ts.map +1 -1
  579. package/package.json +22 -37
  580. package/src/components/accordion/AccordionItem.tsx +2 -1
  581. package/src/components/alert/Alert.tsx +3 -2
  582. package/src/components/avatar/Avatar.tsx +2 -2
  583. package/src/components/avatar/__test__/__snapshots__/avatar.test.tsx.snap +4 -224
  584. package/src/components/badge/Badge.tsx +2 -3
  585. package/src/components/badge/__test__/__snapshots__/badge.test.tsx.snap +2 -102
  586. package/src/components/banner/Banner.tsx +3 -8
  587. package/src/components/banner/BannerErrorState.tsx +3 -8
  588. package/src/components/banner/__test__/__snapshots__/banner.test.tsx.snap +2 -586
  589. package/src/components/buttons/ButtonLink.tsx +2 -3
  590. package/src/components/buttons/ButtonOutline.tsx +2 -7
  591. package/src/components/buttons/ButtonSolid.tsx +2 -2
  592. package/src/components/buttons/IOButton/IOButton.tsx +2 -2
  593. package/src/components/buttons/IOButton/__test__/__snapshots__/IOButton.test.tsx.snap +3 -396
  594. package/src/components/buttons/IOButton/styles.tsx +2 -1
  595. package/src/components/buttons/IconButton.tsx +2 -2
  596. package/src/components/buttons/IconButtonSolid.tsx +3 -2
  597. package/src/components/buttons/__test__/__snapshots__/button.test.tsx.snap +9 -1065
  598. package/src/components/checkbox/AnimatedCheckbox.tsx +3 -4
  599. package/src/components/checkbox/AnimatedMessageCheckbox.tsx +1 -1
  600. package/src/components/checkbox/CheckboxLabel.tsx +3 -7
  601. package/src/components/claimsSelector/ClaimsSelector.tsx +4 -4
  602. package/src/components/claimsSelector/__test__/__snapshots__/ClaimsSelector.test.tsx.snap +4 -1567
  603. package/src/components/codeInput/CodeInput.tsx +2 -1
  604. package/src/components/divider/Divider.tsx +3 -2
  605. package/src/components/featureInfo/FeatureInfo.tsx +2 -1
  606. package/src/components/{layout → headers}/HeaderFirstLevel.tsx +3 -4
  607. package/src/components/{layout → headers}/HeaderSecondLevel.tsx +2 -3
  608. package/src/components/headers/README.md +10 -0
  609. package/src/components/headers/index.tsx +4 -0
  610. package/src/components/index.tsx +2 -0
  611. package/src/components/layout/FooterActions.tsx +3 -4
  612. package/src/components/layout/FooterActionsInline.tsx +3 -5
  613. package/src/components/layout/README.md +64 -0
  614. package/src/components/layout/index.tsx +0 -5
  615. package/src/components/listitems/ListItemAction.tsx +2 -6
  616. package/src/components/listitems/ListItemAmount.tsx +2 -2
  617. package/src/components/listitems/ListItemCheckbox.tsx +2 -2
  618. package/src/components/listitems/ListItemHeader.tsx +2 -2
  619. package/src/components/listitems/ListItemInfo.tsx +2 -5
  620. package/src/components/listitems/ListItemInfoCopy.tsx +2 -5
  621. package/src/components/listitems/ListItemNav.tsx +2 -2
  622. package/src/components/listitems/ListItemNavAlert.tsx +2 -5
  623. package/src/components/listitems/ListItemRadio.tsx +2 -2
  624. package/src/components/listitems/ListItemRadioWithAmount.tsx +3 -2
  625. package/src/components/listitems/ListItemSwitch.tsx +2 -2
  626. package/src/components/listitems/ListItemTransaction.tsx +2 -3
  627. package/src/components/listitems/__test__/__snapshots__/listitem.test.tsx.snap +18 -3038
  628. package/src/components/loadingSpinner/LoadingSpinner.tsx +2 -1
  629. package/src/components/modules/ModuleAttachment.tsx +2 -1
  630. package/src/components/modules/ModuleCheckout.tsx +2 -5
  631. package/src/components/modules/ModuleCredential.tsx +2 -2
  632. package/src/components/modules/ModuleIDP.tsx +2 -6
  633. package/src/components/modules/ModuleNavigation.tsx +2 -2
  634. package/src/components/modules/ModulePaymentNotice.tsx +3 -2
  635. package/src/components/modules/ModuleStatic.tsx +3 -2
  636. package/src/components/modules/ModuleSummary.tsx +1 -1
  637. package/src/components/modules/PressableModuleBase.tsx +2 -6
  638. package/src/components/numberpad/NumberButton.tsx +2 -1
  639. package/src/components/numberpad/NumberPad.tsx +1 -1
  640. package/src/components/numberpad/__test__/__snapshots__/NumberPad.test.tsx.snap +10 -0
  641. package/src/components/otpInput/BoxedInput.tsx +3 -3
  642. package/src/components/otpInput/OTPInput.tsx +2 -2
  643. package/src/components/pictograms/Pictogram.tsx +3 -2
  644. package/src/components/progressLoader/ProgressLoader.tsx +3 -3
  645. package/src/components/radio/AnimatedRadio.tsx +1 -1
  646. package/src/components/radio/RadioButtonLabel.tsx +3 -3
  647. package/src/components/searchInput/SearchInput.tsx +2 -7
  648. package/src/components/skeleton/IOSkeleton.tsx +2 -1
  649. package/src/components/stack/Stack.tsx +8 -9
  650. package/src/components/stepper/Stepper.tsx +3 -2
  651. package/src/components/switch/NativeSwitch.tsx +1 -1
  652. package/src/components/tabs/TabItem.tsx +2 -7
  653. package/src/components/tag/Tag.tsx +5 -8
  654. package/src/components/{layout → templates}/ForceScrollDownView.tsx +1 -2
  655. package/src/components/templates/README.md +19 -0
  656. package/src/components/templates/index.tsx +2 -0
  657. package/src/components/textInput/TextInputBase.tsx +2 -7
  658. package/src/components/textInput/TextInputValidation.tsx +1 -1
  659. package/src/components/toast/ToastNotification.tsx +2 -6
  660. package/src/components/toast/ToastProvider.tsx +1 -1
  661. package/src/components/tooltip/Tooltip.tsx +5 -2
  662. package/src/components/typography/Body.tsx +1 -1
  663. package/src/components/typography/BodyMonospace.tsx +1 -1
  664. package/src/components/typography/BodySmall.tsx +1 -1
  665. package/src/components/typography/ButtonText.tsx +2 -1
  666. package/src/components/typography/Caption.tsx +1 -1
  667. package/src/components/typography/H1.tsx +1 -1
  668. package/src/components/typography/H2.tsx +1 -1
  669. package/src/components/typography/H3.tsx +1 -1
  670. package/src/components/typography/H4.tsx +1 -1
  671. package/src/components/typography/H5.tsx +1 -1
  672. package/src/components/typography/H6.tsx +1 -1
  673. package/src/components/typography/Hero.tsx +1 -1
  674. package/src/components/typography/IOText.tsx +2 -1
  675. package/src/components/typography/LabelMini.tsx +1 -1
  676. package/src/components/typography/README.md +13 -4
  677. package/src/components/typography/__test__/__snapshots__/typography.test.tsx.snap +25 -567
  678. package/src/components/typography/markdown/MdH1.tsx +1 -1
  679. package/src/components/typography/markdown/MdH2.tsx +1 -1
  680. package/src/components/typography/markdown/MdH3.tsx +1 -1
  681. package/src/{core → context}/IOThemeContextProvider.tsx +1 -1
  682. package/src/context/README.md +57 -0
  683. package/src/context/index.ts +3 -0
  684. package/src/core/index.ts +0 -3
  685. package/src/functions/README.md +15 -0
  686. package/src/hooks/useListItemAnimation.tsx +2 -1
  687. package/src/index.tsx +1 -0
  688. package/src/utils/testing.tsx +2 -2
  689. package/lib/commonjs/components/layout/Dismissable.js.map +0 -1
  690. package/lib/commonjs/components/layout/ForceScrollDownView.js.map +0 -1
  691. package/lib/commonjs/components/layout/HeaderFirstLevel.js.map +0 -1
  692. package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +0 -1
  693. package/lib/commonjs/components/layout/ModalBSHeader.js.map +0 -1
  694. package/lib/commonjs/components/layout/__test__/ForceScrollDownView.test.js.map +0 -1
  695. package/lib/commonjs/components/layout/common.js.map +0 -1
  696. package/lib/commonjs/core/IODSExperimentalContextProvider.js.map +0 -1
  697. package/lib/commonjs/core/IONewTypefaceContextProvider.js.map +0 -1
  698. package/lib/commonjs/core/IOThemeContextProvider.js.map +0 -1
  699. package/lib/module/components/layout/Dismissable.js.map +0 -1
  700. package/lib/module/components/layout/ForceScrollDownView.js.map +0 -1
  701. package/lib/module/components/layout/HeaderFirstLevel.js.map +0 -1
  702. package/lib/module/components/layout/HeaderSecondLevel.js.map +0 -1
  703. package/lib/module/components/layout/ModalBSHeader.js.map +0 -1
  704. package/lib/module/components/layout/__test__/ForceScrollDownView.test.js.map +0 -1
  705. package/lib/module/components/layout/common.js.map +0 -1
  706. package/lib/module/core/IODSExperimentalContextProvider.js.map +0 -1
  707. package/lib/module/core/IONewTypefaceContextProvider.js.map +0 -1
  708. package/lib/module/core/IOThemeContextProvider.js.map +0 -1
  709. package/lib/typescript/components/layout/Dismissable.d.ts.map +0 -1
  710. package/lib/typescript/components/layout/ForceScrollDownView.d.ts.map +0 -1
  711. package/lib/typescript/components/layout/HeaderFirstLevel.d.ts.map +0 -1
  712. package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +0 -1
  713. package/lib/typescript/components/layout/ModalBSHeader.d.ts.map +0 -1
  714. package/lib/typescript/components/layout/__test__/ForceScrollDownView.test.d.ts.map +0 -1
  715. package/lib/typescript/components/layout/common.d.ts.map +0 -1
  716. package/lib/typescript/core/IODSExperimentalContextProvider.d.ts.map +0 -1
  717. package/lib/typescript/core/IONewTypefaceContextProvider.d.ts.map +0 -1
  718. package/lib/typescript/core/IOThemeContextProvider.d.ts.map +0 -1
  719. /package/lib/commonjs/components/{layout → headers}/common.js +0 -0
  720. /package/lib/commonjs/components/{layout → templates}/__test__/ForceScrollDownView.test.js +0 -0
  721. /package/lib/commonjs/components/{layout → templates}/__test__/__snapshots__/ForceScrollDownView.test.tsx.snap +0 -0
  722. /package/lib/module/components/{layout → headers}/ModalBSHeader.js +0 -0
  723. /package/lib/module/components/{layout → headers}/common.js +0 -0
  724. /package/lib/module/components/{layout → templates}/Dismissable.js +0 -0
  725. /package/lib/module/components/{layout → templates}/__test__/ForceScrollDownView.test.js +0 -0
  726. /package/lib/module/components/{layout → templates}/__test__/__snapshots__/ForceScrollDownView.test.tsx.snap +0 -0
  727. /package/lib/module/{core → context}/IODSExperimentalContextProvider.js +0 -0
  728. /package/lib/module/{core → context}/IONewTypefaceContextProvider.js +0 -0
  729. /package/lib/typescript/components/{layout → headers}/HeaderSecondLevel.d.ts +0 -0
  730. /package/lib/typescript/components/{layout → headers}/ModalBSHeader.d.ts +0 -0
  731. /package/lib/typescript/components/{layout → headers}/common.d.ts +0 -0
  732. /package/lib/typescript/components/{layout → templates}/Dismissable.d.ts +0 -0
  733. /package/lib/typescript/components/{layout → templates}/__test__/ForceScrollDownView.test.d.ts +0 -0
  734. /package/lib/typescript/{core → context}/IODSExperimentalContextProvider.d.ts +0 -0
  735. /package/lib/typescript/{core → context}/IONewTypefaceContextProvider.d.ts +0 -0
  736. /package/src/components/{layout → headers}/ModalBSHeader.tsx +0 -0
  737. /package/src/components/{layout → headers}/common.ts +0 -0
  738. /package/src/components/{layout → templates}/Dismissable.tsx +0 -0
  739. /package/src/components/{layout → templates}/__test__/ForceScrollDownView.test.tsx +0 -0
  740. /package/src/components/{layout → templates}/__test__/__snapshots__/ForceScrollDownView.test.tsx.snap +0 -0
  741. /package/src/{core → context}/IODSExperimentalContextProvider.tsx +0 -0
  742. /package/src/{core → context}/IONewTypefaceContextProvider.tsx +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"BoxedInput.d.ts","sourceRoot":"","sources":["../../../../src/components/otpInput/BoxedInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,SAAS,GAAG,OAAO,GAAG,OAAO,CAAC;IACtC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAyBF,eAAO,MAAM,UAAU,GAAI,2BAA2B,KAAK,sBA+B1D,CAAC"}
1
+ {"version":3,"file":"BoxedInput.d.ts","sourceRoot":"","sources":["../../../../src/components/otpInput/BoxedInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAMvC,KAAK,KAAK,GAAG;IACX,MAAM,EAAE,SAAS,GAAG,OAAO,GAAG,OAAO,CAAC;IACtC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAyBF,eAAO,MAAM,UAAU,GAAI,2BAA2B,KAAK,sBA+B1D,CAAC"}
@@ -1,73 +1,73 @@
1
- import React from "react";
1
+ import { JSX } from "react";
2
2
  import { SVGPictogramProps } from "./types";
3
3
  export declare const IOPictograms: {
4
- empty: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
5
- feature: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
6
- charity: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
7
- attention: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
8
- message: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
9
- emptyArchive: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
10
- umbrella: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
11
- feedback: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
12
- idea: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
13
- cameraRequest: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
14
- cameraDenied: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
15
- success: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
16
- fatalError: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
17
- help: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
18
- itWallet: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
19
- updateOS: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
20
- identity: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
21
- identityAdd: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
22
- identityRefresh: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
23
- identityCheck: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
24
- accessDenied: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
25
- stopSecurity: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
26
- settings: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
27
- security: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
28
- cie: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
29
- pending: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
30
- ended: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
31
- time: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
32
- timing: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
33
- searchLens: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
34
- passcode: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
35
- notification: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
36
- star: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
37
- doc: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
38
- cardAdd: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
39
- cardFavourite: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
40
- cardQuestion: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
41
- cardIssue: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
42
- moneyCheck: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
43
- reactivate: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
44
- activate: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
45
- nfcScanAndroid: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
46
- nfcScaniOS: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
47
- attachment: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
48
- lostConnection: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
49
- qrCode: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
50
- emailDotNotif: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
51
- emailDotCheck: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
52
- biometric: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
53
- eventClose: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
54
- hello: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
55
- comunicationProblem: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
56
- payments: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
57
- workInProgress: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
58
- smile: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
59
- fingerprint: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
60
- walletDoc: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
61
- emptyWallet: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
62
- meterLimit: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
63
- savingMoney: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
64
- ibanCard: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
65
- followMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
66
- manual: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
67
- trash: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
68
- clock: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
69
- key: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
70
- flyingMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
4
+ empty: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
5
+ feature: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
6
+ charity: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
7
+ attention: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
8
+ message: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
9
+ emptyArchive: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
10
+ umbrella: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
11
+ feedback: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
12
+ idea: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
13
+ cameraRequest: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
14
+ cameraDenied: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
15
+ success: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
16
+ fatalError: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
17
+ help: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
18
+ itWallet: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
19
+ updateOS: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
20
+ identity: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
21
+ identityAdd: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
22
+ identityRefresh: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
23
+ identityCheck: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
24
+ accessDenied: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
25
+ stopSecurity: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
26
+ settings: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
27
+ security: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
28
+ cie: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
29
+ pending: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
30
+ ended: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
31
+ time: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
32
+ timing: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
33
+ searchLens: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
34
+ passcode: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
35
+ notification: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
36
+ star: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
37
+ doc: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
38
+ cardAdd: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
39
+ cardFavourite: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
40
+ cardQuestion: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
41
+ cardIssue: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
42
+ moneyCheck: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
43
+ reactivate: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
44
+ activate: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
45
+ nfcScanAndroid: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
46
+ nfcScaniOS: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
47
+ attachment: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
48
+ lostConnection: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
49
+ qrCode: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
50
+ emailDotNotif: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
51
+ emailDotCheck: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
52
+ biometric: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
53
+ eventClose: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
54
+ hello: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
55
+ comunicationProblem: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
56
+ payments: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
57
+ workInProgress: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
58
+ smile: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
59
+ fingerprint: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
60
+ walletDoc: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
61
+ emptyWallet: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
62
+ meterLimit: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
63
+ savingMoney: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
64
+ ibanCard: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
65
+ followMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
66
+ manual: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
67
+ trash: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
68
+ clock: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
69
+ key: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
70
+ flyingMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
71
71
  };
72
72
  export type IOPictograms = keyof typeof IOPictograms;
73
73
  export type IOPictogramSizeScale = 48 | 64 | 72 | 80 | 120 | 180;
@@ -77,20 +77,20 @@ export type IOPictogramsProps = {
77
77
  size?: IOPictogramSizeScale | "100%";
78
78
  allowFontScaling?: boolean;
79
79
  };
80
- export declare const Pictogram: ({ name, pictogramStyle, size, allowFontScaling, ...props }: IOPictogramsProps) => React.JSX.Element;
80
+ export declare const Pictogram: ({ name, pictogramStyle, size, allowFontScaling, ...props }: IOPictogramsProps) => JSX.Element;
81
81
  export type IOPictogramsBleed = Extract<"empty" | "charity" | "attention" | "message" | "help" | "feedback" | "idea" | "itWallet" | "security" | "feature" | "cie" | "identity" | "identityAdd" | "identityCheck" | "identityRefresh" | "cameraRequest" | "cameraDenied" | "cardAdd" | "cardFavourite" | "cardQuestion" | "cardIssue" | "accessDenied" | "settings" | "stopSecurity" | "time" | "pending" | "ended" | "timing" | "searchLens" | "passcode" | "success" | "fatalError" | "notification" | "star" | "doc" | "notification" | "star" | "qrCode" | "lostConnection" | "payments" | "activate" | "reactivate" | "savingMoney" | "workInProgress", IOPictograms>;
82
82
  export declare const IOPictogramsBleed: {
83
83
  [key in IOPictogramsBleed]: ({ size }: SVGPictogramProps) => JSX.Element;
84
84
  };
85
- export declare const PictogramBleed: ({ name, size, pictogramStyle, allowFontScaling, ...props }: IOPictogramsProps) => React.JSX.Element;
85
+ export declare const PictogramBleed: ({ name, size, pictogramStyle, allowFontScaling, ...props }: IOPictogramsProps) => JSX.Element;
86
86
  export declare const IOPictogramsObject: {
87
- readonly ibanCard: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
88
- readonly followMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
89
- readonly manual: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
90
- readonly trash: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
91
- readonly clock: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
92
- readonly key: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
93
- readonly flyingMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => React.JSX.Element;
87
+ readonly ibanCard: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
88
+ readonly followMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
89
+ readonly manual: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
90
+ readonly trash: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
91
+ readonly clock: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
92
+ readonly key: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
93
+ readonly flyingMessage: ({ size, colorValues, ...props }: SVGPictogramProps) => JSX.Element;
94
94
  };
95
95
  export type IOPictogramsObject = keyof typeof IOPictogramsObject;
96
96
  //# sourceMappingURL=Pictogram.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pictogram.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/Pictogram.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAmHvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG5C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsExB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC;AAErD,MAAM,MAAM,oBAAoB,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,CAAC;AAEjE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC;IAInB,cAAc,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,cAAc,CAAC;IAC9D,IAAI,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;IACrC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AASF,eAAO,MAAM,SAAS,GAAI,4DAMvB,iBAAiB,sBAuCnB,CAAC;AAUF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CACnC,OAAO,GACP,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,UAAU,GACV,MAAM,GACN,UAAU,GACV,UAAU,GACV,SAAS,GACT,KAAK,GACL,UAAU,GACV,aAAa,GACb,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,cAAc,GACd,SAAS,GACT,eAAe,GACf,cAAc,GACd,WAAW,GACX,cAAc,GACd,UAAU,GACV,cAAc,GACd,MAAM,GACN,SAAS,GACT,OAAO,GACP,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,SAAS,GACT,YAAY,GACZ,cAAc,GACd,MAAM,GACN,KAAK,GACL,cAAc,GACd,MAAM,GACN,QAAQ,GACR,gBAAgB,GAChB,UAAU,GACV,UAAU,GACV,YAAY,GACZ,aAAa,GACb,gBAAgB,EAClB,YAAY,CACb,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;KAC7B,GAAG,IAAI,iBAAiB,GAAG,CAAC,EAAE,IAAI,EAAE,EAAE,iBAAiB,KAAK,GAAG,CAAC,OAAO;CA4CzE,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,4DAM5B,iBAAiB,sBAuCnB,CAAC;AAOF,eAAO,MAAM,kBAAkB;;;;;;;;CAQrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC"}
1
+ {"version":3,"file":"Pictogram.d.ts","sourceRoot":"","sources":["../../../../src/components/pictograms/Pictogram.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,GAAG,EAAW,MAAM,OAAO,CAAC;AAoH5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG5C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsExB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC;AAErD,MAAM,MAAM,oBAAoB,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,GAAG,GAAG,CAAC;AAEjE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC;IAInB,cAAc,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,cAAc,CAAC;IAC9D,IAAI,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;IACrC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AASF,eAAO,MAAM,SAAS,GAAI,4DAMvB,iBAAiB,gBAuCnB,CAAC;AAUF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CACnC,OAAO,GACP,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,UAAU,GACV,MAAM,GACN,UAAU,GACV,UAAU,GACV,SAAS,GACT,KAAK,GACL,UAAU,GACV,aAAa,GACb,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,cAAc,GACd,SAAS,GACT,eAAe,GACf,cAAc,GACd,WAAW,GACX,cAAc,GACd,UAAU,GACV,cAAc,GACd,MAAM,GACN,SAAS,GACT,OAAO,GACP,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,SAAS,GACT,YAAY,GACZ,cAAc,GACd,MAAM,GACN,KAAK,GACL,cAAc,GACd,MAAM,GACN,QAAQ,GACR,gBAAgB,GAChB,UAAU,GACV,UAAU,GACV,YAAY,GACZ,aAAa,GACb,gBAAgB,EAClB,YAAY,CACb,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE;KAC7B,GAAG,IAAI,iBAAiB,GAAG,CAAC,EAAE,IAAI,EAAE,EAAE,iBAAiB,KAAK,GAAG,CAAC,OAAO;CA4CzE,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,4DAM5B,iBAAiB,gBAuCnB,CAAC;AAOF,eAAO,MAAM,kBAAkB;;;;;;;;CAQrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,MAAM,OAAO,kBAAkB,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from "react";
1
+ import React from "react";
2
2
  import { IOColors } from "../../core";
3
3
  export type ProgressLoader = {
4
4
  progress: number;
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/progressLoader/ProgressLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,EAAE,QAAQ,EAA8B,MAAM,YAAY,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,QAAQ,CAAC;CAClB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,sDAI5B,cAAc,sBAiDhB,CAAC"}
1
+ {"version":3,"file":"ProgressLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/progressLoader/ProgressLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAQnD,OAAO,EAAE,QAAQ,EAAkB,MAAM,YAAY,CAAC;AAEtD,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,QAAQ,CAAC;CAClB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,sDAI5B,cAAc,sBAiDhB,CAAC"}
@@ -1,5 +1,4 @@
1
- import * as React from "react";
2
- import { ComponentProps } from "react";
1
+ import React, { ComponentProps } from "react";
3
2
  import { Pressable } from "react-native";
4
3
  import { AnimatedRadio } from "./AnimatedRadio";
5
4
  type Props = {
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButtonLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/RadioButtonLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAY,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,SAAS,EAAQ,MAAM,cAAc,CAAC;AAK/C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IAEd,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7C,CAAC;AAIF,KAAK,qBAAqB,GAAG,KAAK,GAChC,IAAI,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,GAClE,IAAI,CACF,cAAc,CAAC,OAAO,SAAS,CAAC,EAChC,SAAS,GAAG,oBAAoB,GAAG,mBAAmB,CACvD,CAAC;AAEJ;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,GAAI,oFAO9B,qBAAqB,sBAwDvB,CAAC"}
1
+ {"version":3,"file":"RadioButtonLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/radio/RadioButtonLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAY,MAAM,OAAO,CAAC;AACxD,OAAO,EAAE,SAAS,EAAQ,MAAM,cAAc,CAAC;AAM/C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IAEd,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7C,CAAC;AAIF,KAAK,qBAAqB,GAAG,KAAK,GAChC,IAAI,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,GAClE,IAAI,CACF,cAAc,CAAC,OAAO,SAAS,CAAC,EAChC,SAAS,GAAG,oBAAoB,GAAG,mBAAmB,CACvD,CAAC;AAEJ;;;;;;GAMG;AACH,eAAO,MAAM,gBAAgB,GAAI,oFAO9B,qBAAqB,sBAwDvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../../src/components/searchInput/SearchInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAMN,MAAM,OAAO,CAAC;AACf,OAAO,EAGL,qBAAqB,EAOrB,cAAc,EAEf,MAAM,cAAc,CAAC;AAUtB,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAgC7C,KAAK,yBAAyB,GAAG;IAC/B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,KAAK,sBAAsB,GACvB;IACE,SAAS,EAAE,yBAAyB,CAAC;IACrC,iBAAiB,CAAC,EAAE,KAAK,CAAC;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,GACD;IACE,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACjD,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEN,KAAK,gBAAgB,GAAG,UAAU,CAAC;IACjC,kBAAkB,EAAE,cAAc,CAAC,oBAAoB,CAAC,CAAC;IACzD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,uBAAuB,EAAE,MAAM,CAAC;IAChC,WAAW,EAAE,cAAc,CAAC,aAAa,CAAC,CAAC;IAC3C,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;CACzC,CAAC,GACA,sBAAsB,CAAC;AAEzB,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAUF,eAAO,MAAM,WAAW,yFAgPvB,CAAC"}
1
+ {"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../../src/components/searchInput/SearchInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAMN,MAAM,OAAO,CAAC;AACf,OAAO,EAGL,qBAAqB,EAOrB,cAAc,EAEf,MAAM,cAAc,CAAC;AAUtB,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AA2B7C,KAAK,yBAAyB,GAAG;IAC/B,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,KAAK,sBAAsB,GACvB;IACE,SAAS,EAAE,yBAAyB,CAAC;IACrC,iBAAiB,CAAC,EAAE,KAAK,CAAC;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,GACD;IACE,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACjD,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEN,KAAK,gBAAgB,GAAG,UAAU,CAAC;IACjC,kBAAkB,EAAE,cAAc,CAAC,oBAAoB,CAAC,CAAC;IACzD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,uBAAuB,EAAE,MAAM,CAAC;IAChC,WAAW,EAAE,cAAc,CAAC,aAAa,CAAC,CAAC;IAC3C,SAAS,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;CACzC,CAAC,GACA,sBAAsB,CAAC;AAEzB,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAUF,eAAO,MAAM,WAAW,yFAgPvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"IOSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/skeleton/IOSkeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAC1D,OAAO,EAEL,UAAU,EACV,cAAc,EAGf,MAAM,cAAc,CAAC;AAGtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAM/C,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,QAAQ,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,WAAW,CAAC;IACnB,KAAK,EAAE,cAAc,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,UAAU,CACjC,CAAC,gBAAgB,GAAG,mBAAmB,CAAC,GAAG;IACzC,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB,CACF,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,qEAQxB,UAAU,sBAkDZ,CAAC"}
1
+ {"version":3,"file":"IOSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/skeleton/IOSkeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAC1D,OAAO,EAEL,UAAU,EACV,cAAc,EAGf,MAAM,cAAc,CAAC;AAItB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAM/C,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,QAAQ,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,WAAW,CAAC;IACnB,KAAK,EAAE,cAAc,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,UAAU,CACjC,CAAC,gBAAgB,GAAG,mBAAmB,CAAC,GAAG;IACzC,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB,CACF,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,qEAQxB,UAAU,sBAkDZ,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import React, { PropsWithChildren } from "react";
2
2
  import { ViewProps, ViewStyle } from "react-native";
3
3
  import { IOSpacer } from "../../core";
4
- type AllowedStyleProps = Pick<ViewStyle, "alignItems" | "flexShrink" | "flexGrow" | "flex" | "flexWrap" | "width">;
4
+ type AllowedStyleProps = Exclude<ViewStyle, "display" | "flexDirection" | "gap">;
5
5
  type A11YRelatedProps = Pick<ViewProps, "pointerEvents" | "accessibilityElementsHidden" | "importantForAccessibility">;
6
6
  type Stack = PropsWithChildren<{
7
- space?: IOSpacer;
7
+ space?: IOSpacer | 0;
8
8
  style?: AllowedStyleProps;
9
9
  allowScaleSpacing?: boolean;
10
10
  }> & A11YRelatedProps;
@@ -1 +1 @@
1
- {"version":3,"file":"Stack.d.ts","sourceRoot":"","sources":["../../../../src/components/stack/Stack.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAQ,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,KAAK,iBAAiB,GAAG,IAAI,CAC3B,SAAS,EACT,YAAY,GAAG,YAAY,GAAG,UAAU,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,CACzE,CAAC;AAEF,KAAK,gBAAgB,GAAG,IAAI,CAC1B,SAAS,EACT,eAAe,GAAG,6BAA6B,GAAG,2BAA2B,CAC9E,CAAC;AAEF,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC,GACA,gBAAgB,CAAC;AAEnB,KAAK,SAAS,GAAG,KAAK,GAAG;IACvB,WAAW,EAAE,UAAU,GAAG,YAAY,CAAC;CACxC,CAAC;AAIF;;;GAGG;AAEH,QAAA,MAAM,KAAK,GAAI,sEAOZ,SAAS,sBAkBX,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,wBAAwB,KAAK,sBAInD,CAAC;AAEF;;;GAGG;AAEH,eAAO,MAAM,MAAM,GAAI,wBAAwB,KAAK,sBAInD,CAAC"}
1
+ {"version":3,"file":"Stack.d.ts","sourceRoot":"","sources":["../../../../src/components/stack/Stack.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAQ,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,KAAK,iBAAiB,GAAG,OAAO,CAC9B,SAAS,EACT,SAAS,GAAG,eAAe,GAAG,KAAK,CACpC,CAAC;AAEF,KAAK,gBAAgB,GAAG,IAAI,CAC1B,SAAS,EACT,eAAe,GAAG,6BAA6B,GAAG,2BAA2B,CAC9E,CAAC;AAEF,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAC7B,KAAK,CAAC,EAAE,QAAQ,GAAG,CAAC,CAAC;IACrB,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC,GACA,gBAAgB,CAAC;AAEnB,KAAK,SAAS,GAAG,KAAK,GAAG;IACvB,WAAW,EAAE,UAAU,GAAG,YAAY,CAAC;CACxC,CAAC;AAEF;;;GAGG;AAEH,QAAA,MAAM,KAAK,GAAI,sEAOZ,SAAS,sBAmBX,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,wBAAwB,KAAK,sBAInD,CAAC;AAEF;;;GAGG;AAEH,eAAO,MAAM,MAAM,GAAI,wBAAwB,KAAK,sBAInD,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from "react";
1
+ import React from "react";
2
2
  type StepperProps = {
3
3
  steps: number;
4
4
  currentStep: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../src/components/stepper/Stepper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,wBAAwB,YAAY,sBAoC3D,CAAC"}
1
+ {"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../src/components/stepper/Stepper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,wBAAwB,YAAY,sBAoC3D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TabItem.d.ts","sourceRoot":"","sources":["../../../../src/components/tabs/TabItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgD,MAAM,OAAO,CAAC;AACrE,OAAO,EACL,qBAAqB,EAGrB,IAAI,EACL,MAAM,cAAc,CAAC;AAiBtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAGzC,KAAK,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAIlC,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,CAAC;AAoBH,QAAA,MAAM,OAAO;WAhCJ,MAAM;YACL,SAAS;eACN,OAAO;WAEX,OAAO;mBACC,OAAO;wBAEF,MAAM;wBACN,MAAM;cAEhB,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI;eACrC,OAAO;mEA+KnB,CAAC;AAgBF,OAAO,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"TabItem.d.ts","sourceRoot":"","sources":["../../../../src/components/tabs/TabItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgD,MAAM,OAAO,CAAC;AACrE,OAAO,EACL,qBAAqB,EAGrB,IAAI,EACL,MAAM,cAAc,CAAC;AAYtB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAQ,MAAM,UAAU,CAAC;AAGzC,KAAK,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AAIlC,MAAM,MAAM,OAAO,GAAG,UAAU,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC,CAAC;AAoBH,QAAA,MAAM,OAAO;WAhCJ,MAAM;YACL,SAAS;eACN,OAAO;WAEX,OAAO;mBACC,OAAO;wBAEF,MAAM;wBACN,MAAM;cAEhB,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI;eACrC,OAAO;mEA+KnB,CAAC;AAgBF,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../src/components/tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAGL,OAAO,EAIR,MAAM,YAAY,CAAC;AAOpB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAmB,OAAO,EAAQ,MAAM,UAAU,CAAC;AAG1D,QAAA,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,OAAO,CAQhD,CAAC;AAEF,KAAK,gBAAgB,GAAG,MAAM,OAAO,aAAa,CAAC;AAEnD,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,gBAAgB,CAAC;IACxB,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,KAAK,SAAS,GACV;IACE,IAAI,EAAE,MAAM,CAAC;IACb,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC,GACD;IACE,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,sBAAsB,EAAE,MAAM,CAAC;CAChC,CAAC;AAEN,MAAM,MAAM,GAAG,GAAG,SAAS,GAAG;IAAE,cAAc,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,UAAU,CACjE;IACE,OAAO,EACH,QAAQ,GACR,cAAc,GACd,MAAM,GACN,SAAS,GACT,OAAO,GACP,SAAS,GACT,YAAY,GACZ,QAAQ,CAAC;IACb,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,GACD;IACE,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,YAAY,CAAC;CACpB,CACJ,GAAG;IACF,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAiFJ;;GAEG;AACH,eAAO,MAAM,GAAG,GAAI,2FAQjB,GAAG,sBAyEL,CAAC"}
1
+ {"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../src/components/tag/Tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAML,OAAO,EAER,MAAM,YAAY,CAAC;AAEpB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAmB,OAAO,EAAQ,MAAM,UAAU,CAAC;AAG1D,QAAA,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,OAAO,CAQhD,CAAC;AAEF,KAAK,gBAAgB,GAAG,MAAM,OAAO,aAAa,CAAC;AAEnD,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,gBAAgB,CAAC;IACxB,IAAI,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,KAAK,SAAS,GACV;IACE,IAAI,EAAE,MAAM,CAAC;IACb,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC,GACD;IACE,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,sBAAsB,EAAE,MAAM,CAAC;CAChC,CAAC;AAEN,MAAM,MAAM,GAAG,GAAG,SAAS,GAAG;IAAE,cAAc,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,UAAU,CACjE;IACE,OAAO,EACH,QAAQ,GACR,cAAc,GACd,MAAM,GACN,SAAS,GACT,OAAO,GACP,SAAS,GACT,YAAY,GACZ,QAAQ,CAAC;IACb,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,GACD;IACE,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,YAAY,CAAC;CACpB,CACJ,GAAG;IACF,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAiFJ;;GAEG;AACH,eAAO,MAAM,GAAG,GAAI,2FAQjB,GAAG,sBAyEL,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dismissable.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/Dismissable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAI/C,KAAK,WAAW,GAAG,UAAU,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC,CAAC;AAEH;;;;;;;GAOG;AACH,QAAA,MAAM,WAAW,GAAI,mDAKlB,WAAW,sBAuCb,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React, { ComponentProps, ReactNode } from "react";
2
2
  import { ScrollViewProps } from "react-native";
3
- import { FooterActions } from "./FooterActions";
3
+ import { FooterActions } from "../layout";
4
4
  type ForceScrollDownViewActions = {
5
5
  /**
6
6
  * The distance from the bottom is computed automatically based on the actions.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ForceScrollDownView.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/ForceScrollDownView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EACZ,cAAc,EACd,SAAS,EAMV,MAAM,OAAO,CAAC;AACf,OAAO,EAKL,eAAe,EAEhB,MAAM,cAAc,CAAC;AAItB,OAAO,EAAE,aAAa,EAAsC,MAAM,WAAW,CAAC;AAE9E,KAAK,0BAA0B,GAAG;IAChC;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,aAAa,EAAE,IAAI,CACjB,cAAc,CAAC,OAAO,aAAa,CAAC,EACpC,OAAO,GAAG,WAAW,CACtB,CAAC;CACH,CAAC;AAEF,KAAK,6BAA6B,GAAG;IACnC;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC;CACvB,CAAC;AAEF,KAAK,uBAAuB,GACxB,0BAA0B,GAC1B,6BAA6B,CAAC;AAElC,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACjD,GAAG,uBAAuB,GACzB,IAAI,CACF,eAAe,EACf,OAAO,GAAG,uBAAuB,GAAG,eAAe,GAAG,QAAQ,CAC/D,CAAC;AAEJ;;;;;GAKG;AACH,QAAA,MAAM,mBAAmB,GAAI,0HAQ1B,mBAAmB,sBA4JrB,CAAC;AAWF,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ForceScrollDownView.test.d.ts","sourceRoot":"","sources":["../../../../../src/components/templates/__test__/ForceScrollDownView.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export * from "./Dismissable";
2
+ export * from "./ForceScrollDownView";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/index.tsx"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextInputBase.d.ts","sourceRoot":"","sources":["../../../../src/components/textInput/TextInputBase.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EACZ,SAAS,EAMV,MAAM,OAAO,CAAC;AAqBf,OAAO,EACL,QAAQ,EAKT,MAAM,YAAY,CAAC;AAOpB,OAAO,EAAE,gBAAgB,EAAuB,MAAM,uBAAuB,CAAC;AAC9E,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAmB,OAAO,EAAQ,MAAM,UAAU,CAAC;AAI1D,KAAK,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;AAEhE,KAAK,cAAc,GAAG,UAAU,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iCAAiC,CAAC,EAAE,MAAM,CAAC;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,QAAQ,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC,CAAC;AAiJH,eAAO,MAAM,aAAa,GAAI,kRAqB3B,cAAc,sBAiVhB,CAAC"}
1
+ {"version":3,"file":"TextInputBase.d.ts","sourceRoot":"","sources":["../../../../src/components/textInput/TextInputBase.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EACZ,SAAS,EAMV,MAAM,OAAO,CAAC;AAsBf,OAAO,EAAE,QAAQ,EAA6B,MAAM,YAAY,CAAC;AAOjE,OAAO,EAAE,gBAAgB,EAAuB,MAAM,uBAAuB,CAAC;AAC9E,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAmB,OAAO,EAAQ,MAAM,UAAU,CAAC;AAI1D,KAAK,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;AAEhE,KAAK,cAAc,GAAG,UAAU,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,gBAAgB,CAAC;IAClC,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iCAAiC,CAAC,EAAE,MAAM,CAAC;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,QAAQ,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC,CAAC;AAiJH,eAAO,MAAM,aAAa,GAAI,kRAqB3B,cAAc,sBAiVhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ToastNotification.d.ts","sourceRoot":"","sources":["../../../../src/components/toast/ToastNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,OAAO,EAAE,KAAK,EAAgB,MAAM,SAAS,CAAC;AA8B9C,KAAK,KAAK,GAAG,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC,CAAC;AAEzD,QAAA,MAAM,iBAAiB,GAAI,4BAAwC,KAAK,sBAsCvE,CAAC;AAiBF,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
1
+ {"version":3,"file":"ToastNotification.d.ts","sourceRoot":"","sources":["../../../../src/components/toast/ToastNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAOvC,OAAO,EAAE,KAAK,EAAgB,MAAM,SAAS,CAAC;AA8B9C,KAAK,KAAK,GAAG,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,CAAC,CAAC;AAEzD,QAAA,MAAM,iBAAiB,GAAI,4BAAwC,KAAK,sBAsCvE,CAAC;AAiBF,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAc,EAEZ,iBAAiB,EACjB,YAAY,EAMb,MAAM,OAAO,CAAC;AA2Bf,OAAO,EAEL,aAAa,EACb,SAAS,EAEV,MAAM,eAAe,CAAC;AAmBvB,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;IACvC;;OAEG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AACF,KAAK,wBAAwB,GAAG;IAC9B;;OAEG;IACH,yBAAyB,EAAE,IAAI,CAAC;IAChC;;OAEG;IACH,4BAA4B,EAAE,MAAM,CAAC;CACtC,CAAC;AACF,KAAK,8BAA8B,GAAG;IACpC,yBAAyB,CAAC,EAAE,KAAK,CAAC;CACnC,CAAC;AACF,KAAK,KAAK,GAAG,WAAW,GACtB,CAAC,wBAAwB,GAAG,8BAA8B,CAAC,CAAC;AAyC9D;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO,GAAI,mLAWrB,iBAAiB,CAAC,KAAK,CAAC,KAAG,YAiM7B,CAAC"}
1
+ {"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAc,EAEZ,iBAAiB,EACjB,YAAY,EAMb,MAAM,OAAO,CAAC;AA4Bf,OAAO,EAEL,aAAa,EACb,SAAS,EAEV,MAAM,eAAe,CAAC;AAmBvB,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC,aAAa,CAAC,CAAC;IACvC;;OAEG;IACH,2BAA2B,EAAE,MAAM,CAAC;IACpC;;;OAGG;IACH,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AACF,KAAK,wBAAwB,GAAG;IAC9B;;OAEG;IACH,yBAAyB,EAAE,IAAI,CAAC;IAChC;;OAEG;IACH,4BAA4B,EAAE,MAAM,CAAC;CACtC,CAAC;AACF,KAAK,8BAA8B,GAAG;IACpC,yBAAyB,CAAC,EAAE,KAAK,CAAC;CACnC,CAAC;AACF,KAAK,KAAK,GAAG,WAAW,GACtB,CAAC,wBAAwB,GAAG,8BAA8B,CAAC,CAAC;AAyC9D;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO,GAAI,mLAWrB,iBAAiB,CAAC,KAAK,CAAC,KAAG,YAmM7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonText.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/ButtonText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmC,MAAM,OAAO,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,OAAO,EAAgB,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAU,WAAW,EAAyB,MAAM,UAAU,CAAC;AAEtE,eAAO,MAAM,kBAAkB,EAAE,UAAe,CAAC;AACjD,eAAO,MAAM,oBAAoB,KAAK,CAAC;AAQvC;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;8BAqBtB,CAAC"}
1
+ {"version":3,"file":"ButtonText.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/ButtonText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmC,MAAM,OAAO,CAAC;AACxD,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAGpC,OAAO,EAAgB,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,EAAU,WAAW,EAAyB,MAAM,UAAU,CAAC;AAEtE,eAAO,MAAM,kBAAkB,EAAE,UAAe,CAAC;AACjD,eAAO,MAAM,oBAAoB,KAAK,CAAC;AAQvC;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;8BAqBtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"IOText.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/IOText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAuB,MAAM,OAAO,CAAC;AACnE,OAAO,EACL,iBAAiB,EAEjB,qBAAqB,EACrB,IAAI,EACJ,SAAS,EACT,IAAI,EACL,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,QAAQ,EAAc,MAAM,YAAY,CAAC;AAElD,OAAO,EACL,YAAY,EACZ,YAAY,EAGb,MAAM,mBAAmB,CAAC;AAE3B;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG,IAAI,CAC5B,SAAS,EACT,YAAY,GAAG,UAAU,GAAG,YAAY,GAAG,YAAY,GAAG,WAAW,CACtE,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,WAAW,EACX,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,YAAY,GAAG,WAAW,CAC5E,GAAG;IAAE,SAAS,CAAC,EAAE,WAAW,CAAC;IAAC,KAAK,CAAC,EAAE,WAAW,CAAA;CAAE,GAAG;IACrD,KAAK,CAAC,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;CAClC,CAAC;AAEF;;;GAGG;AACH,KAAK,eAAe,GAAG;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,UAAU,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IACnC,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB,CAAC;AAEF,KAAK,mBAAmB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,EAAE,OAAO,CAAC,CAAC;AAEtE,MAAM,MAAM,WAAW,GAAG,eAAe,GAAG,mBAAmB,CAAC;AAEhE;;;GAGG;AACH,MAAM,MAAM,2BAA2B,GACnC;IACE,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,MAAM,EAAE,IAAI,CAAC;IACb,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAChD,iBAAiB,CAAC,EAAE,OAAO,CAAC,iBAAiB,EAAE,QAAQ,GAAG,MAAM,CAAC,CAAC;CACnE,GACD;IAAE,KAAK,CAAC,EAAE,QAAQ,CAAC;IAAC,MAAM,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAezC;;;;;;GAMG;AACH,eAAO,MAAM,MAAM,oGAoElB,CAAC;AAEF,eAAO,MAAM,cAAc,4IAA2C,CAAC"}
1
+ {"version":3,"file":"IOText.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/IOText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAuB,MAAM,OAAO,CAAC;AACnE,OAAO,EACL,iBAAiB,EAEjB,qBAAqB,EACrB,IAAI,EACJ,SAAS,EACT,IAAI,EACL,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,OAAO,EACL,YAAY,EACZ,YAAY,EAGb,MAAM,mBAAmB,CAAC;AAE3B;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG,IAAI,CAC5B,SAAS,EACT,YAAY,GAAG,UAAU,GAAG,YAAY,GAAG,YAAY,GAAG,WAAW,CACtE,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,WAAW,EACX,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,YAAY,GAAG,WAAW,CAC5E,GAAG;IAAE,SAAS,CAAC,EAAE,WAAW,CAAC;IAAC,KAAK,CAAC,EAAE,WAAW,CAAA;CAAE,GAAG;IACrD,KAAK,CAAC,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;CAClC,CAAC;AAEF;;;GAGG;AACH,KAAK,eAAe,GAAG;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,UAAU,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IACnC,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB,CAAC;AAEF,KAAK,mBAAmB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,EAAE,OAAO,CAAC,CAAC;AAEtE,MAAM,MAAM,WAAW,GAAG,eAAe,GAAG,mBAAmB,CAAC;AAEhE;;;GAGG;AACH,MAAM,MAAM,2BAA2B,GACnC;IACE,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,MAAM,EAAE,IAAI,CAAC;IACb,OAAO,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAChD,iBAAiB,CAAC,EAAE,OAAO,CAAC,iBAAiB,EAAE,QAAQ,GAAG,MAAM,CAAC,CAAC;CACnE,GACD;IAAE,KAAK,CAAC,EAAE,QAAQ,CAAC;IAAC,MAAM,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC;AAezC;;;;;;GAMG;AACH,eAAO,MAAM,MAAM,oGAoElB,CAAC;AAEF,eAAO,MAAM,cAAc,4IAA2C,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IODSExperimentalContextProvider.d.ts","sourceRoot":"","sources":["../../../src/context/IODSExperimentalContextProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,KAAK,yBAAyB,GAAG;IAC/B,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,CAAC,cAAc,EAAE,OAAO,KAAK,IAAI,CAAC;CACpD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2BAA2B,0CAIpC,CAAC;AAEL,eAAO,MAAM,uBAAuB,iCACW,CAAC;AAEhD,KAAK,kCAAkC,GAAG;IACxC,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,+BAA+B,GAAI,oCAG7C,KAAK,CAAC,iBAAiB,CAAC,kCAAkC,CAAC,sBAY7D,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IONewTypefaceContextProvider.d.ts","sourceRoot":"","sources":["../../../src/context/IONewTypefaceContextProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAY,MAAM,OAAO,CAAC;AAE3D,KAAK,wBAAwB,GAAG;IAC9B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,qBAAqB,EAAE,CAAC,kBAAkB,EAAE,OAAO,KAAK,IAAI,CAAC;CAC9D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oBAAoB,yCAI7B,CAAC;AAEL,eAAO,MAAM,gBAAgB,gCAA+C,CAAC;AAE7E,KAAK,kCAAkC,GAAG;IACxC,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAI,oCAG1C,iBAAiB,CAAC,kCAAkC,CAAC,sBAYvD,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React, { PropsWithChildren } from "react";
2
2
  import { ColorSchemeName } from "react-native";
3
- import { IOTheme } from "./IOColors";
3
+ import { IOTheme } from "../core/IOColors";
4
4
  export declare const IOThemes: {
5
5
  light: IOTheme;
6
6
  dark: IOTheme;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IOThemeContextProvider.d.ts","sourceRoot":"","sources":["../../../src/context/IOThemeContextProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,iBAAiB,EAIlB,MAAM,OAAO,CAAC;AACf,OAAO,EAAc,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAE,OAAO,EAA6B,MAAM,kBAAkB,CAAC;AAEtE,eAAO,MAAM,QAAQ;;;CAA6C,CAAC;AAEnE,KAAK,kBAAkB,GAAG;IACxB,SAAS,EAAE,eAAe,CAAC;IAC3B,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,OAAO,CAAC,kBAAkB,CAMzD,CAAC;AAEL,eAAO,MAAM,iBAAiB,0BAAmC,CAAC;AAElE,eAAO,MAAM,UAAU,eAAkC,CAAC;AAE1D,KAAK,2BAA2B,GAAG;IACjC,KAAK,CAAC,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,qBAGpC,iBAAiB,CAAC,2BAA2B,CAAC,sBAqBhD,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from "./IONewTypefaceContextProvider";
2
+ export * from "./IODSExperimentalContextProvider";
3
+ export * from "./IOThemeContextProvider";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC"}
@@ -4,7 +4,4 @@ export * from "./IOTransitions";
4
4
  export * from "./IOStyles";
5
5
  export * from "./IOShapes";
6
6
  export * from "./IOSpacing";
7
- export * from "./IONewTypefaceContextProvider";
8
- export * from "./IODSExperimentalContextProvider";
9
- export * from "./IOThemeContextProvider";
10
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useListItemAnimation.d.ts","sourceRoot":"","sources":["../../../src/hooks/useListItemAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EACL,aAAa,EAIb,WAAW,EAEZ,MAAM,yBAAyB,CAAC;AAIjC,eAAO,MAAM,oBAAoB,QAAO;IACtC,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC9B,SAAS,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAClD,UAAU,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;IAC7C,uBAAuB,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;CAyCnD,CAAC"}
1
+ {"version":3,"file":"useListItemAnimation.d.ts","sourceRoot":"","sources":["../../../src/hooks/useListItemAnimation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EACL,aAAa,EAIb,WAAW,EAEZ,MAAM,yBAAyB,CAAC;AAKjC,eAAO,MAAM,oBAAoB,QAAO;IACtC,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC9B,SAAS,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAClD,UAAU,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACnD,kBAAkB,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;IAC7C,uBAAuB,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;CAyCnD,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export * from "./components";
2
+ export * from "./context";
2
3
  export * from "./core";
3
4
  export * from "./functions";
4
5
  export * from "./hooks";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import TestRenderer from "react-test-renderer";
3
- export declare const TestRendererWithExperimentalEnabledContextProvider: (ui: React.ReactElement, options?: TestRenderer.TestRendererOptions) => TestRenderer.ReactTestRenderer;
3
+ export declare const TestRendererWithExperimentalEnabledContextProvider: (ui: React.ReactElement, options?: Parameters<typeof TestRenderer.create>[1]) => TestRenderer.ReactTestRenderer;
4
4
  //# sourceMappingURL=testing.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../src/utils/testing.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,YAAY,MAAM,qBAAqB,CAAC;AAG/C,eAAO,MAAM,kDAAkD,GAC7D,IAAI,KAAK,CAAC,YAAY,EACtB,UAAU,YAAY,CAAC,mBAAmB,mCAOzC,CAAC"}
1
+ {"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../src/utils/testing.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,YAAY,MAAM,qBAAqB,CAAC;AAG/C,eAAO,MAAM,kDAAkD,GAC7D,IAAI,KAAK,CAAC,YAAY,EACtB,UAAU,UAAU,CAAC,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,mCAOlD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/io-app-design-system",
3
- "version": "5.6.7",
3
+ "version": "5.7.1",
4
4
  "description": "The library defining the core components of the design system of @pagopa/io-app",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -36,10 +36,6 @@
36
36
  "release": "release-it",
37
37
  "example": "yarn --cwd example",
38
38
  "bootstrap": "yarn example",
39
- "storybook": "storybook dev -p 6006",
40
- "build-storybook": "storybook build",
41
- "predeploy": "yarn build-storybook",
42
- "deploy-storybook": "gh-pages -d storybook-static",
43
39
  "generate:icons": "node scripts/generateNewIcons.js",
44
40
  "generate:pictograms": "node scripts/generateNewPictograms.js",
45
41
  "generate": "npm-run-all generate:*"
@@ -57,56 +53,44 @@
57
53
  },
58
54
  "homepage": "https://pagopa.github.io/io-app-design-system",
59
55
  "devDependencies": {
60
- "@babel/core": "^7.26.10",
56
+ "@babel/core": "^7.25.2",
61
57
  "@babel/plugin-transform-class-properties": "^7.25.9",
62
58
  "@babel/plugin-transform-export-namespace-from": "^7.25.9",
63
59
  "@babel/plugin-transform-private-methods": "^7.25.9",
60
+ "@babel/preset-env": "^7.25.3",
61
+ "@babel/runtime": "^7.25.0",
64
62
  "@commitlint/config-conventional": "^17.0.2",
65
- "@evilmartians/lefthook": "^1.2.2",
66
63
  "@react-native-community/eslint-config": "^3.0.2",
67
64
  "@release-it/conventional-changelog": "^5.0.0",
68
- "@storybook/addon-essentials": "^7.4.0",
69
- "@storybook/addon-interactions": "^7.4.0",
70
- "@storybook/addon-links": "^7.4.0",
71
- "@storybook/addon-onboarding": "^1.0.8",
72
- "@storybook/addon-react-native-web": "^0.0.21",
73
- "@storybook/blocks": "^7.4.0",
74
- "@storybook/react": "^7.4.0",
75
- "@storybook/react-webpack5": "^7.4.0",
76
- "@storybook/testing-library": "^0.2.0",
77
65
  "@svgr/core": "^8.1.0",
78
66
  "@svgr/plugin-jsx": "^8.1.0",
79
67
  "@svgr/plugin-svgo": "^8.1.0",
80
- "@testing-library/react-native": "^12.4.0",
81
- "@types/jest": "^28.1.2",
68
+ "@testing-library/react-native": "^13.2.0",
69
+ "@types/jest": "^29.5.14",
82
70
  "@types/lodash": "^4.14.157",
83
- "@types/react": "~18.3.1",
84
- "babel-loader": "^9.1.3",
85
- "babel-plugin-react-native-web": "^0.19.8",
71
+ "@types/react": "^19.0.0",
72
+ "@types/react-test-renderer": "^19.0.0",
73
+ "babel-jest": "^29.7.0",
74
+ "babel-plugin-module-resolver": "^5.0.2",
86
75
  "commitlint": "^17.0.2",
87
76
  "del-cli": "^5.0.0",
88
77
  "eslint": "^8.4.1",
89
78
  "eslint-config-prettier": "^8.5.0",
90
79
  "eslint-plugin-functional": "^5.0.8",
91
80
  "eslint-plugin-import": "^2.27.5",
81
+ "eslint-plugin-jest": "^28.11.0",
92
82
  "eslint-plugin-prettier": "^4.0.0",
93
83
  "eslint-plugin-react-native-a11y": "^3.3.0",
94
- "eslint-plugin-storybook": "^0.6.13",
95
84
  "fs-extra": "^11.1.1",
96
- "jest": "^29.5.0",
85
+ "jest": "^29.6.3",
97
86
  "metro-react-native-babel-preset": "^0.77.0",
98
87
  "pod-install": "^0.1.0",
99
88
  "prettier": "^2.0.5",
100
- "react": "18.3.1",
101
- "react-dom": "^18.3.1",
102
- "react-native": "0.75.4",
89
+ "react": "19.0.0",
90
+ "react-native": "0.78.2",
103
91
  "react-native-builder-bob": "^0.38.0",
104
- "react-native-web": "^0.18.12",
105
- "react-native-web-linear-gradient": "^1.1.2",
106
- "react-test-renderer": "^18.2.0",
92
+ "react-test-renderer": "19.0.0",
107
93
  "release-it": "^15.0.0",
108
- "storybook": "^7.4.0",
109
- "storybook-react-context": "^0.6.0",
110
94
  "svgo": "^3.0.2",
111
95
  "typescript": "^5.4.4"
112
96
  },
@@ -179,16 +163,17 @@
179
163
  ]
180
164
  },
181
165
  "dependencies": {
182
- "@testing-library/jest-native": "^5.4.2",
183
- "@types/react-test-renderer": "^18.0.0",
184
166
  "auto-changelog": "^2.4.0",
185
167
  "lodash": "^4.17.21",
186
168
  "react-native-easing-gradient": "^1.1.1",
187
- "react-native-gesture-handler": "^2.18.1",
169
+ "react-native-gesture-handler": "^2.25.0",
188
170
  "react-native-haptic-feedback": "^2.3.3",
189
171
  "react-native-linear-gradient": "^2.8.3",
190
- "react-native-reanimated": "3.17.1",
191
- "react-native-safe-area-context": "^4.10.5",
192
- "react-native-svg": "^15.11.2"
172
+ "react-native-reanimated": "3.17.5",
173
+ "react-native-safe-area-context": "^5.4.1",
174
+ "react-native-svg": "^15.12.0"
175
+ },
176
+ "resolutions": {
177
+ "arktype": "1.0.25"
193
178
  }
194
179
  }
@@ -2,7 +2,8 @@ import React from "react";
2
2
  import { StyleSheet, TouchableWithoutFeedback, View } from "react-native";
3
3
  import LinearGradient from "react-native-linear-gradient";
4
4
  import Animated from "react-native-reanimated";
5
- import { IOAccordionRadius, useIOTheme, type IOSpacingScale } from "../../core";
5
+ import { useIOTheme } from "../../context";
6
+ import { IOAccordionRadius, type IOSpacingScale } from "../../core";
6
7
  import { IOColors, hexToRgba } from "../../core/IOColors";
7
8
  import { useAccordionAnimation } from "../../hooks/useAccordionAnimation";
8
9
  import { IOIconSizeScale, IOIcons, Icon } from "../icons/Icon";
@@ -1,4 +1,4 @@
1
- import React, { forwardRef } from "react";
1
+ import React, { forwardRef, JSX } from "react";
2
2
  import {
3
3
  ColorValue,
4
4
  GestureResponderEvent,
@@ -7,7 +7,8 @@ import {
7
7
  ViewStyle
8
8
  } from "react-native";
9
9
  import Animated from "react-native-reanimated";
10
- import { IOVisualCostants, useIOThemeContext } from "../../core";
10
+ import { useIOThemeContext } from "../../context";
11
+ import { IOVisualCostants } from "../../core";
11
12
  import { IOColors, hexToRgba } from "../../core/IOColors";
12
13
  import { IOAlertRadius } from "../../core/IOShapes";
13
14
  import { IOAlertSpacing, IOSpacer } from "../../core/IOSpacing";