@procivis/one-react-native-components 0.1.63

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 (767) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +66 -0
  3. package/lib/commonjs/accessibility/accessibility.js +193 -0
  4. package/lib/commonjs/accessibility/accessibility.js.map +1 -0
  5. package/lib/commonjs/accessibility/accessibilityHistory.js +81 -0
  6. package/lib/commonjs/accessibility/accessibilityHistory.js.map +1 -0
  7. package/lib/commonjs/accessibility/accessibilityHistoryWrappers.js +49 -0
  8. package/lib/commonjs/accessibility/accessibilityHistoryWrappers.js.map +1 -0
  9. package/lib/commonjs/accessibility/accessibilityLanguage.js +63 -0
  10. package/lib/commonjs/accessibility/accessibilityLanguage.js.map +1 -0
  11. package/lib/commonjs/accessibility/index.js +129 -0
  12. package/lib/commonjs/accessibility/index.js.map +1 -0
  13. package/lib/commonjs/accessibility/locale/de.json +21 -0
  14. package/lib/commonjs/accessibility/locale/en.json +21 -0
  15. package/lib/commonjs/accessibility/locale/fr.json +21 -0
  16. package/lib/commonjs/accessibility/locale/index.js +21 -0
  17. package/lib/commonjs/accessibility/locale/index.js.map +1 -0
  18. package/lib/commonjs/accessibility/locale/it.json +21 -0
  19. package/lib/commonjs/accessibility/locale.test.js +15 -0
  20. package/lib/commonjs/accessibility/locale.test.js.map +1 -0
  21. package/lib/commonjs/action-modal/ActionModal.js +52 -0
  22. package/lib/commonjs/action-modal/ActionModal.js.map +1 -0
  23. package/lib/commonjs/action-modal/index.js +14 -0
  24. package/lib/commonjs/action-modal/index.js.map +1 -0
  25. package/lib/commonjs/activity-indicator/activity-indicator.js +34 -0
  26. package/lib/commonjs/activity-indicator/activity-indicator.js.map +1 -0
  27. package/lib/commonjs/activity-indicator/index.js +14 -0
  28. package/lib/commonjs/activity-indicator/index.js.map +1 -0
  29. package/lib/commonjs/blur/blur-view.js +76 -0
  30. package/lib/commonjs/blur/blur-view.js.map +1 -0
  31. package/lib/commonjs/blur/index.js +21 -0
  32. package/lib/commonjs/blur/index.js.map +1 -0
  33. package/lib/commonjs/buttons/back-button.js +37 -0
  34. package/lib/commonjs/buttons/back-button.js.map +1 -0
  35. package/lib/commonjs/buttons/button.js +153 -0
  36. package/lib/commonjs/buttons/button.js.map +1 -0
  37. package/lib/commonjs/buttons/connectivity-button.js +82 -0
  38. package/lib/commonjs/buttons/connectivity-button.js.map +1 -0
  39. package/lib/commonjs/buttons/filter-button.js +51 -0
  40. package/lib/commonjs/buttons/filter-button.js.map +1 -0
  41. package/lib/commonjs/buttons/ghost-button.js +62 -0
  42. package/lib/commonjs/buttons/ghost-button.js.map +1 -0
  43. package/lib/commonjs/buttons/index.js +104 -0
  44. package/lib/commonjs/buttons/index.js.map +1 -0
  45. package/lib/commonjs/buttons/scan-button.js +83 -0
  46. package/lib/commonjs/buttons/scan-button.js.map +1 -0
  47. package/lib/commonjs/camera/camera-overlay.js +61 -0
  48. package/lib/commonjs/camera/camera-overlay.js.map +1 -0
  49. package/lib/commonjs/camera/index.js +21 -0
  50. package/lib/commonjs/camera/index.js.map +1 -0
  51. package/lib/commonjs/camera/qr-code-scanner.js +50 -0
  52. package/lib/commonjs/camera/qr-code-scanner.js.map +1 -0
  53. package/lib/commonjs/control/checkbox.js +79 -0
  54. package/lib/commonjs/control/checkbox.js.map +1 -0
  55. package/lib/commonjs/control/index.js +32 -0
  56. package/lib/commonjs/control/index.js.map +1 -0
  57. package/lib/commonjs/control/switch.js +65 -0
  58. package/lib/commonjs/control/switch.js.map +1 -0
  59. package/lib/commonjs/credential/card/credential-card.js +189 -0
  60. package/lib/commonjs/credential/card/credential-card.js.map +1 -0
  61. package/lib/commonjs/credential/card/credential-details-card.js +201 -0
  62. package/lib/commonjs/credential/card/credential-details-card.js.map +1 -0
  63. package/lib/commonjs/credential/card/credential-details-list-item.js +84 -0
  64. package/lib/commonjs/credential/card/credential-details-list-item.js.map +1 -0
  65. package/lib/commonjs/credential/card/credential-header.js +172 -0
  66. package/lib/commonjs/credential/card/credential-header.js.map +1 -0
  67. package/lib/commonjs/credential/card/credential-image-carousel.js +124 -0
  68. package/lib/commonjs/credential/card/credential-image-carousel.js.map +1 -0
  69. package/lib/commonjs/credential/card/index.js +85 -0
  70. package/lib/commonjs/credential/card/index.js.map +1 -0
  71. package/lib/commonjs/credential/credential-attribute-item.js +289 -0
  72. package/lib/commonjs/credential/credential-attribute-item.js.map +1 -0
  73. package/lib/commonjs/credential/credential-carousel-images.js +98 -0
  74. package/lib/commonjs/credential/credential-carousel-images.js.map +1 -0
  75. package/lib/commonjs/credential/index.js +90 -0
  76. package/lib/commonjs/credential/index.js.map +1 -0
  77. package/lib/commonjs/credential/selector-status.js +17 -0
  78. package/lib/commonjs/credential/selector-status.js.map +1 -0
  79. package/lib/commonjs/credential/selector.js +79 -0
  80. package/lib/commonjs/credential/selector.js.map +1 -0
  81. package/lib/commonjs/detail/detail.js +84 -0
  82. package/lib/commonjs/detail/detail.js.map +1 -0
  83. package/lib/commonjs/detail/index.js +14 -0
  84. package/lib/commonjs/detail/index.js.map +1 -0
  85. package/lib/commonjs/entity/avatar.js +96 -0
  86. package/lib/commonjs/entity/avatar.js.map +1 -0
  87. package/lib/commonjs/entity/entity-cluster.js +66 -0
  88. package/lib/commonjs/entity/entity-cluster.js.map +1 -0
  89. package/lib/commonjs/entity/index.js +34 -0
  90. package/lib/commonjs/entity/index.js.map +1 -0
  91. package/lib/commonjs/header/focus-aware-status-bar.js +20 -0
  92. package/lib/commonjs/header/focus-aware-status-bar.js.map +1 -0
  93. package/lib/commonjs/header/foldable-header.js +89 -0
  94. package/lib/commonjs/header/foldable-header.js.map +1 -0
  95. package/lib/commonjs/header/header.js +105 -0
  96. package/lib/commonjs/header/header.js.map +1 -0
  97. package/lib/commonjs/header/index.js +55 -0
  98. package/lib/commonjs/header/index.js.map +1 -0
  99. package/lib/commonjs/header/navigation-header.js +148 -0
  100. package/lib/commonjs/header/navigation-header.js.map +1 -0
  101. package/lib/commonjs/history/data-item.js +70 -0
  102. package/lib/commonjs/history/data-item.js.map +1 -0
  103. package/lib/commonjs/history/history-list-item.js +90 -0
  104. package/lib/commonjs/history/history-list-item.js.map +1 -0
  105. package/lib/commonjs/history/history-section-header.js +49 -0
  106. package/lib/commonjs/history/history-section-header.js.map +1 -0
  107. package/lib/commonjs/history/history-section-list-item.js +47 -0
  108. package/lib/commonjs/history/history-section-list-item.js.map +1 -0
  109. package/lib/commonjs/history/index.js +55 -0
  110. package/lib/commonjs/history/index.js.map +1 -0
  111. package/lib/commonjs/icons/connectivity.js +139 -0
  112. package/lib/commonjs/icons/connectivity.js.map +1 -0
  113. package/lib/commonjs/icons/credential.js +162 -0
  114. package/lib/commonjs/icons/credential.js.map +1 -0
  115. package/lib/commonjs/icons/entity.js +34 -0
  116. package/lib/commonjs/icons/entity.js.map +1 -0
  117. package/lib/commonjs/icons/history.js +408 -0
  118. package/lib/commonjs/icons/history.js.map +1 -0
  119. package/lib/commonjs/icons/icons.js +250 -0
  120. package/lib/commonjs/icons/icons.js.map +1 -0
  121. package/lib/commonjs/icons/index.js +127 -0
  122. package/lib/commonjs/icons/index.js.map +1 -0
  123. package/lib/commonjs/icons/input.js +44 -0
  124. package/lib/commonjs/icons/input.js.map +1 -0
  125. package/lib/commonjs/icons/keypad.js +94 -0
  126. package/lib/commonjs/icons/keypad.js.map +1 -0
  127. package/lib/commonjs/icons/loader.js +180 -0
  128. package/lib/commonjs/icons/loader.js.map +1 -0
  129. package/lib/commonjs/icons/nerd-view.js +123 -0
  130. package/lib/commonjs/icons/nerd-view.js.map +1 -0
  131. package/lib/commonjs/icons/selector.js +56 -0
  132. package/lib/commonjs/icons/selector.js.map +1 -0
  133. package/lib/commonjs/icons/wallet.js +121 -0
  134. package/lib/commonjs/icons/wallet.js.map +1 -0
  135. package/lib/commonjs/image/image-or-component.js +80 -0
  136. package/lib/commonjs/image/image-or-component.js.map +1 -0
  137. package/lib/commonjs/image/index.js +21 -0
  138. package/lib/commonjs/image/index.js.map +1 -0
  139. package/lib/commonjs/index.js +292 -0
  140. package/lib/commonjs/index.js.map +1 -0
  141. package/lib/commonjs/input/index.js +65 -0
  142. package/lib/commonjs/input/index.js.map +1 -0
  143. package/lib/commonjs/input/radio-group.js +95 -0
  144. package/lib/commonjs/input/radio-group.js.map +1 -0
  145. package/lib/commonjs/input/selection-input.js +102 -0
  146. package/lib/commonjs/input/selection-input.js.map +1 -0
  147. package/lib/commonjs/input/text-input.js +195 -0
  148. package/lib/commonjs/input/text-input.js.map +1 -0
  149. package/lib/commonjs/list/index.js +34 -0
  150. package/lib/commonjs/list/index.js.map +1 -0
  151. package/lib/commonjs/list/list-section-header.js +36 -0
  152. package/lib/commonjs/list/list-section-header.js.map +1 -0
  153. package/lib/commonjs/list/list-title-header.js +35 -0
  154. package/lib/commonjs/list/list-title-header.js.map +1 -0
  155. package/lib/commonjs/loader/index.js +40 -0
  156. package/lib/commonjs/loader/index.js.map +1 -0
  157. package/lib/commonjs/loader/loader.js +140 -0
  158. package/lib/commonjs/loader/loader.js.map +1 -0
  159. package/lib/commonjs/loader/loading-result.js +92 -0
  160. package/lib/commonjs/loader/loading-result.js.map +1 -0
  161. package/lib/commonjs/nerd-view/index.js +27 -0
  162. package/lib/commonjs/nerd-view/index.js.map +1 -0
  163. package/lib/commonjs/nerd-view/nerd-mode-item.js +235 -0
  164. package/lib/commonjs/nerd-view/nerd-mode-item.js.map +1 -0
  165. package/lib/commonjs/normalize-color.d.js +2 -0
  166. package/lib/commonjs/normalize-color.d.js.map +1 -0
  167. package/lib/commonjs/pin/index.js +32 -0
  168. package/lib/commonjs/pin/index.js.map +1 -0
  169. package/lib/commonjs/pin/keypad.js +201 -0
  170. package/lib/commonjs/pin/keypad.js.map +1 -0
  171. package/lib/commonjs/pin/pin-code-screen.js +162 -0
  172. package/lib/commonjs/pin/pin-code-screen.js.map +1 -0
  173. package/lib/commonjs/pin/pins.js +54 -0
  174. package/lib/commonjs/pin/pins.js.map +1 -0
  175. package/lib/commonjs/screens/backup-screen.js +87 -0
  176. package/lib/commonjs/screens/backup-screen.js.map +1 -0
  177. package/lib/commonjs/screens/image-preview-screen.js +92 -0
  178. package/lib/commonjs/screens/image-preview-screen.js.map +1 -0
  179. package/lib/commonjs/screens/index.js +98 -0
  180. package/lib/commonjs/screens/index.js.map +1 -0
  181. package/lib/commonjs/screens/nerd-mode-screen.js +142 -0
  182. package/lib/commonjs/screens/nerd-mode-screen.js.map +1 -0
  183. package/lib/commonjs/screens/qr-code-scanner-screen.js +120 -0
  184. package/lib/commonjs/screens/qr-code-scanner-screen.js.map +1 -0
  185. package/lib/commonjs/screens/scroll-view-screen.js +94 -0
  186. package/lib/commonjs/screens/scroll-view-screen.js.map +1 -0
  187. package/lib/commonjs/screens/section-list-screen.js +67 -0
  188. package/lib/commonjs/screens/section-list-screen.js.map +1 -0
  189. package/lib/commonjs/searchbar/animated-search-bar.js +88 -0
  190. package/lib/commonjs/searchbar/animated-search-bar.js.map +1 -0
  191. package/lib/commonjs/searchbar/index.js +34 -0
  192. package/lib/commonjs/searchbar/index.js.map +1 -0
  193. package/lib/commonjs/searchbar/search-bar.js +99 -0
  194. package/lib/commonjs/searchbar/search-bar.js.map +1 -0
  195. package/lib/commonjs/settings/button-setting.js +67 -0
  196. package/lib/commonjs/settings/button-setting.js.map +1 -0
  197. package/lib/commonjs/settings/index.js +73 -0
  198. package/lib/commonjs/settings/index.js.map +1 -0
  199. package/lib/commonjs/settings/setting-item-separator.js +40 -0
  200. package/lib/commonjs/settings/setting-item-separator.js.map +1 -0
  201. package/lib/commonjs/settings/setting-item.js +79 -0
  202. package/lib/commonjs/settings/setting-item.js.map +1 -0
  203. package/lib/commonjs/settings/settings-button.js +35 -0
  204. package/lib/commonjs/settings/settings-button.js.map +1 -0
  205. package/lib/commonjs/settings/switch-setting.js +35 -0
  206. package/lib/commonjs/settings/switch-setting.js.map +1 -0
  207. package/lib/commonjs/state/error-screen.js +71 -0
  208. package/lib/commonjs/state/error-screen.js.map +1 -0
  209. package/lib/commonjs/state/index.js +27 -0
  210. package/lib/commonjs/state/index.js.map +1 -0
  211. package/lib/commonjs/text/base.js +40 -0
  212. package/lib/commonjs/text/base.js.map +1 -0
  213. package/lib/commonjs/text/font.js +64 -0
  214. package/lib/commonjs/text/font.js.map +1 -0
  215. package/lib/commonjs/text/index.js +21 -0
  216. package/lib/commonjs/text/index.js.map +1 -0
  217. package/lib/commonjs/text/typography.js +119 -0
  218. package/lib/commonjs/text/typography.js.map +1 -0
  219. package/lib/commonjs/theme/color-scheme-context.js +52 -0
  220. package/lib/commonjs/theme/color-scheme-context.js.map +1 -0
  221. package/lib/commonjs/theme/color-scheme.js +2 -0
  222. package/lib/commonjs/theme/color-scheme.js.map +1 -0
  223. package/lib/commonjs/theme/index.js +19 -0
  224. package/lib/commonjs/theme/index.js.map +1 -0
  225. package/lib/commonjs/utils/color.js +34 -0
  226. package/lib/commonjs/utils/color.js.map +1 -0
  227. package/lib/commonjs/utils/contrasting-status-bar.js +30 -0
  228. package/lib/commonjs/utils/contrasting-status-bar.js.map +1 -0
  229. package/lib/commonjs/utils/date.js +57 -0
  230. package/lib/commonjs/utils/date.js.map +1 -0
  231. package/lib/commonjs/utils/hooks/header/on-scroll-header-state.js +21 -0
  232. package/lib/commonjs/utils/hooks/header/on-scroll-header-state.js.map +1 -0
  233. package/lib/commonjs/utils/hooks/index.js +20 -0
  234. package/lib/commonjs/utils/hooks/index.js.map +1 -0
  235. package/lib/commonjs/utils/hooks/list/list-content-inset.js +31 -0
  236. package/lib/commonjs/utils/hooks/list/list-content-inset.js.map +1 -0
  237. package/lib/commonjs/utils/index.js +83 -0
  238. package/lib/commonjs/utils/index.js.map +1 -0
  239. package/lib/commonjs/utils/navigation.js +51 -0
  240. package/lib/commonjs/utils/navigation.js.map +1 -0
  241. package/lib/commonjs/utils/ref.js +42 -0
  242. package/lib/commonjs/utils/ref.js.map +1 -0
  243. package/lib/commonjs/utils/testID.js +18 -0
  244. package/lib/commonjs/utils/testID.js.map +1 -0
  245. package/lib/commonjs/utils/testID.test.js +21 -0
  246. package/lib/commonjs/utils/testID.test.js.map +1 -0
  247. package/lib/commonjs/utils/useMemoAsync.js +26 -0
  248. package/lib/commonjs/utils/useMemoAsync.js.map +1 -0
  249. package/lib/module/accessibility/accessibility.js +185 -0
  250. package/lib/module/accessibility/accessibility.js.map +1 -0
  251. package/lib/module/accessibility/accessibilityHistory.js +71 -0
  252. package/lib/module/accessibility/accessibilityHistory.js.map +1 -0
  253. package/lib/module/accessibility/accessibilityHistoryWrappers.js +38 -0
  254. package/lib/module/accessibility/accessibilityHistoryWrappers.js.map +1 -0
  255. package/lib/module/accessibility/accessibilityLanguage.js +53 -0
  256. package/lib/module/accessibility/accessibilityLanguage.js.map +1 -0
  257. package/lib/module/accessibility/index.js +8 -0
  258. package/lib/module/accessibility/index.js.map +1 -0
  259. package/lib/module/accessibility/locale/de.json +21 -0
  260. package/lib/module/accessibility/locale/en.json +21 -0
  261. package/lib/module/accessibility/locale/fr.json +21 -0
  262. package/lib/module/accessibility/locale/index.js +12 -0
  263. package/lib/module/accessibility/locale/index.js.map +1 -0
  264. package/lib/module/accessibility/locale/it.json +21 -0
  265. package/lib/module/accessibility/locale.test.js +13 -0
  266. package/lib/module/accessibility/locale.test.js.map +1 -0
  267. package/lib/module/action-modal/ActionModal.js +44 -0
  268. package/lib/module/action-modal/ActionModal.js.map +1 -0
  269. package/lib/module/action-modal/index.js +3 -0
  270. package/lib/module/action-modal/index.js.map +1 -0
  271. package/lib/module/activity-indicator/activity-indicator.js +24 -0
  272. package/lib/module/activity-indicator/activity-indicator.js.map +1 -0
  273. package/lib/module/activity-indicator/index.js +3 -0
  274. package/lib/module/activity-indicator/index.js.map +1 -0
  275. package/lib/module/blur/blur-view.js +67 -0
  276. package/lib/module/blur/blur-view.js.map +1 -0
  277. package/lib/module/blur/index.js +3 -0
  278. package/lib/module/blur/index.js.map +1 -0
  279. package/lib/module/buttons/back-button.js +28 -0
  280. package/lib/module/buttons/back-button.js.map +1 -0
  281. package/lib/module/buttons/button.js +143 -0
  282. package/lib/module/buttons/button.js.map +1 -0
  283. package/lib/module/buttons/connectivity-button.js +73 -0
  284. package/lib/module/buttons/connectivity-button.js.map +1 -0
  285. package/lib/module/buttons/filter-button.js +43 -0
  286. package/lib/module/buttons/filter-button.js.map +1 -0
  287. package/lib/module/buttons/ghost-button.js +53 -0
  288. package/lib/module/buttons/ghost-button.js.map +1 -0
  289. package/lib/module/buttons/index.js +8 -0
  290. package/lib/module/buttons/index.js.map +1 -0
  291. package/lib/module/buttons/scan-button.js +75 -0
  292. package/lib/module/buttons/scan-button.js.map +1 -0
  293. package/lib/module/camera/camera-overlay.js +51 -0
  294. package/lib/module/camera/camera-overlay.js.map +1 -0
  295. package/lib/module/camera/index.js +3 -0
  296. package/lib/module/camera/index.js.map +1 -0
  297. package/lib/module/camera/qr-code-scanner.js +40 -0
  298. package/lib/module/camera/qr-code-scanner.js.map +1 -0
  299. package/lib/module/control/checkbox.js +70 -0
  300. package/lib/module/control/checkbox.js.map +1 -0
  301. package/lib/module/control/index.js +4 -0
  302. package/lib/module/control/index.js.map +1 -0
  303. package/lib/module/control/switch.js +56 -0
  304. package/lib/module/control/switch.js.map +1 -0
  305. package/lib/module/credential/card/credential-card.js +177 -0
  306. package/lib/module/credential/card/credential-card.js.map +1 -0
  307. package/lib/module/credential/card/credential-details-card.js +191 -0
  308. package/lib/module/credential/card/credential-details-card.js.map +1 -0
  309. package/lib/module/credential/card/credential-details-list-item.js +74 -0
  310. package/lib/module/credential/card/credential-details-list-item.js.map +1 -0
  311. package/lib/module/credential/card/credential-header.js +162 -0
  312. package/lib/module/credential/card/credential-header.js.map +1 -0
  313. package/lib/module/credential/card/credential-image-carousel.js +113 -0
  314. package/lib/module/credential/card/credential-image-carousel.js.map +1 -0
  315. package/lib/module/credential/card/index.js +11 -0
  316. package/lib/module/credential/card/index.js.map +1 -0
  317. package/lib/module/credential/credential-attribute-item.js +279 -0
  318. package/lib/module/credential/credential-attribute-item.js.map +1 -0
  319. package/lib/module/credential/credential-carousel-images.js +86 -0
  320. package/lib/module/credential/credential-carousel-images.js.map +1 -0
  321. package/lib/module/credential/index.js +9 -0
  322. package/lib/module/credential/index.js.map +1 -0
  323. package/lib/module/credential/selector-status.js +10 -0
  324. package/lib/module/credential/selector-status.js.map +1 -0
  325. package/lib/module/credential/selector.js +70 -0
  326. package/lib/module/credential/selector.js.map +1 -0
  327. package/lib/module/detail/detail.js +75 -0
  328. package/lib/module/detail/detail.js.map +1 -0
  329. package/lib/module/detail/index.js +3 -0
  330. package/lib/module/detail/index.js.map +1 -0
  331. package/lib/module/entity/avatar.js +86 -0
  332. package/lib/module/entity/avatar.js.map +1 -0
  333. package/lib/module/entity/entity-cluster.js +56 -0
  334. package/lib/module/entity/entity-cluster.js.map +1 -0
  335. package/lib/module/entity/index.js +5 -0
  336. package/lib/module/entity/index.js.map +1 -0
  337. package/lib/module/header/focus-aware-status-bar.js +12 -0
  338. package/lib/module/header/focus-aware-status-bar.js.map +1 -0
  339. package/lib/module/header/foldable-header.js +79 -0
  340. package/lib/module/header/foldable-header.js.map +1 -0
  341. package/lib/module/header/header.js +97 -0
  342. package/lib/module/header/header.js.map +1 -0
  343. package/lib/module/header/index.js +9 -0
  344. package/lib/module/header/index.js.map +1 -0
  345. package/lib/module/header/navigation-header.js +138 -0
  346. package/lib/module/header/navigation-header.js.map +1 -0
  347. package/lib/module/history/data-item.js +60 -0
  348. package/lib/module/history/data-item.js.map +1 -0
  349. package/lib/module/history/history-list-item.js +80 -0
  350. package/lib/module/history/history-list-item.js.map +1 -0
  351. package/lib/module/history/history-section-header.js +42 -0
  352. package/lib/module/history/history-section-header.js.map +1 -0
  353. package/lib/module/history/history-section-list-item.js +43 -0
  354. package/lib/module/history/history-section-list-item.js.map +1 -0
  355. package/lib/module/history/index.js +9 -0
  356. package/lib/module/history/index.js.map +1 -0
  357. package/lib/module/icons/connectivity.js +125 -0
  358. package/lib/module/icons/connectivity.js.map +1 -0
  359. package/lib/module/icons/credential.js +147 -0
  360. package/lib/module/icons/credential.js.map +1 -0
  361. package/lib/module/icons/entity.js +25 -0
  362. package/lib/module/icons/entity.js.map +1 -0
  363. package/lib/module/icons/history.js +391 -0
  364. package/lib/module/icons/history.js.map +1 -0
  365. package/lib/module/icons/icons.js +231 -0
  366. package/lib/module/icons/icons.js.map +1 -0
  367. package/lib/module/icons/index.js +12 -0
  368. package/lib/module/icons/index.js.map +1 -0
  369. package/lib/module/icons/input.js +33 -0
  370. package/lib/module/icons/input.js.map +1 -0
  371. package/lib/module/icons/keypad.js +81 -0
  372. package/lib/module/icons/keypad.js.map +1 -0
  373. package/lib/module/icons/loader.js +168 -0
  374. package/lib/module/icons/loader.js.map +1 -0
  375. package/lib/module/icons/nerd-view.js +110 -0
  376. package/lib/module/icons/nerd-view.js.map +1 -0
  377. package/lib/module/icons/selector.js +45 -0
  378. package/lib/module/icons/selector.js.map +1 -0
  379. package/lib/module/icons/wallet.js +111 -0
  380. package/lib/module/icons/wallet.js.map +1 -0
  381. package/lib/module/image/image-or-component.js +71 -0
  382. package/lib/module/image/image-or-component.js.map +1 -0
  383. package/lib/module/image/index.js +3 -0
  384. package/lib/module/image/index.js.map +1 -0
  385. package/lib/module/index.js +27 -0
  386. package/lib/module/index.js.map +1 -0
  387. package/lib/module/input/index.js +7 -0
  388. package/lib/module/input/index.js.map +1 -0
  389. package/lib/module/input/radio-group.js +87 -0
  390. package/lib/module/input/radio-group.js.map +1 -0
  391. package/lib/module/input/selection-input.js +92 -0
  392. package/lib/module/input/selection-input.js.map +1 -0
  393. package/lib/module/input/text-input.js +185 -0
  394. package/lib/module/input/text-input.js.map +1 -0
  395. package/lib/module/list/index.js +5 -0
  396. package/lib/module/list/index.js.map +1 -0
  397. package/lib/module/list/list-section-header.js +28 -0
  398. package/lib/module/list/list-section-header.js.map +1 -0
  399. package/lib/module/list/list-title-header.js +27 -0
  400. package/lib/module/list/list-title-header.js.map +1 -0
  401. package/lib/module/loader/index.js +5 -0
  402. package/lib/module/loader/index.js.map +1 -0
  403. package/lib/module/loader/loader.js +130 -0
  404. package/lib/module/loader/loader.js.map +1 -0
  405. package/lib/module/loader/loading-result.js +84 -0
  406. package/lib/module/loader/loading-result.js.map +1 -0
  407. package/lib/module/nerd-view/index.js +3 -0
  408. package/lib/module/nerd-view/index.js.map +1 -0
  409. package/lib/module/nerd-view/nerd-mode-item.js +224 -0
  410. package/lib/module/nerd-view/nerd-mode-item.js.map +1 -0
  411. package/lib/module/normalize-color.d.js +2 -0
  412. package/lib/module/normalize-color.d.js.map +1 -0
  413. package/lib/module/pin/index.js +4 -0
  414. package/lib/module/pin/index.js.map +1 -0
  415. package/lib/module/pin/keypad.js +191 -0
  416. package/lib/module/pin/keypad.js.map +1 -0
  417. package/lib/module/pin/pin-code-screen.js +152 -0
  418. package/lib/module/pin/pin-code-screen.js.map +1 -0
  419. package/lib/module/pin/pins.js +46 -0
  420. package/lib/module/pin/pins.js.map +1 -0
  421. package/lib/module/screens/backup-screen.js +78 -0
  422. package/lib/module/screens/backup-screen.js.map +1 -0
  423. package/lib/module/screens/image-preview-screen.js +83 -0
  424. package/lib/module/screens/image-preview-screen.js.map +1 -0
  425. package/lib/module/screens/index.js +13 -0
  426. package/lib/module/screens/index.js.map +1 -0
  427. package/lib/module/screens/nerd-mode-screen.js +132 -0
  428. package/lib/module/screens/nerd-mode-screen.js.map +1 -0
  429. package/lib/module/screens/qr-code-scanner-screen.js +110 -0
  430. package/lib/module/screens/qr-code-scanner-screen.js.map +1 -0
  431. package/lib/module/screens/scroll-view-screen.js +86 -0
  432. package/lib/module/screens/scroll-view-screen.js.map +1 -0
  433. package/lib/module/screens/section-list-screen.js +59 -0
  434. package/lib/module/screens/section-list-screen.js.map +1 -0
  435. package/lib/module/searchbar/animated-search-bar.js +78 -0
  436. package/lib/module/searchbar/animated-search-bar.js.map +1 -0
  437. package/lib/module/searchbar/index.js +5 -0
  438. package/lib/module/searchbar/index.js.map +1 -0
  439. package/lib/module/searchbar/search-bar.js +89 -0
  440. package/lib/module/searchbar/search-bar.js.map +1 -0
  441. package/lib/module/settings/button-setting.js +57 -0
  442. package/lib/module/settings/button-setting.js.map +1 -0
  443. package/lib/module/settings/index.js +11 -0
  444. package/lib/module/settings/index.js.map +1 -0
  445. package/lib/module/settings/setting-item-separator.js +32 -0
  446. package/lib/module/settings/setting-item-separator.js.map +1 -0
  447. package/lib/module/settings/setting-item.js +69 -0
  448. package/lib/module/settings/setting-item.js.map +1 -0
  449. package/lib/module/settings/settings-button.js +27 -0
  450. package/lib/module/settings/settings-button.js.map +1 -0
  451. package/lib/module/settings/switch-setting.js +27 -0
  452. package/lib/module/settings/switch-setting.js.map +1 -0
  453. package/lib/module/state/error-screen.js +63 -0
  454. package/lib/module/state/error-screen.js.map +1 -0
  455. package/lib/module/state/index.js +3 -0
  456. package/lib/module/state/index.js.map +1 -0
  457. package/lib/module/text/base.js +31 -0
  458. package/lib/module/text/base.js.map +1 -0
  459. package/lib/module/text/font.js +56 -0
  460. package/lib/module/text/font.js.map +1 -0
  461. package/lib/module/text/index.js +3 -0
  462. package/lib/module/text/index.js.map +1 -0
  463. package/lib/module/text/typography.js +111 -0
  464. package/lib/module/text/typography.js.map +1 -0
  465. package/lib/module/theme/color-scheme-context.js +44 -0
  466. package/lib/module/theme/color-scheme-context.js.map +1 -0
  467. package/lib/module/theme/color-scheme.js +2 -0
  468. package/lib/module/theme/color-scheme.js.map +1 -0
  469. package/lib/module/theme/index.js +3 -0
  470. package/lib/module/theme/index.js.map +1 -0
  471. package/lib/module/utils/color.js +23 -0
  472. package/lib/module/utils/color.js.map +1 -0
  473. package/lib/module/utils/contrasting-status-bar.js +21 -0
  474. package/lib/module/utils/contrasting-status-bar.js.map +1 -0
  475. package/lib/module/utils/date.js +51 -0
  476. package/lib/module/utils/date.js.map +1 -0
  477. package/lib/module/utils/hooks/header/on-scroll-header-state.js +14 -0
  478. package/lib/module/utils/hooks/header/on-scroll-header-state.js.map +1 -0
  479. package/lib/module/utils/hooks/index.js +5 -0
  480. package/lib/module/utils/hooks/index.js.map +1 -0
  481. package/lib/module/utils/hooks/list/list-content-inset.js +24 -0
  482. package/lib/module/utils/hooks/list/list-content-inset.js.map +1 -0
  483. package/lib/module/utils/index.js +9 -0
  484. package/lib/module/utils/index.js.map +1 -0
  485. package/lib/module/utils/navigation.js +45 -0
  486. package/lib/module/utils/navigation.js.map +1 -0
  487. package/lib/module/utils/ref.js +35 -0
  488. package/lib/module/utils/ref.js.map +1 -0
  489. package/lib/module/utils/testID.js +12 -0
  490. package/lib/module/utils/testID.js.map +1 -0
  491. package/lib/module/utils/testID.test.js +19 -0
  492. package/lib/module/utils/testID.test.js.map +1 -0
  493. package/lib/module/utils/useMemoAsync.js +20 -0
  494. package/lib/module/utils/useMemoAsync.js.map +1 -0
  495. package/lib/typescript/accessibility/accessibility.d.ts +55 -0
  496. package/lib/typescript/accessibility/accessibilityHistory.d.ts +13 -0
  497. package/lib/typescript/accessibility/accessibilityHistoryWrappers.d.ts +18 -0
  498. package/lib/typescript/accessibility/accessibilityLanguage.d.ts +20 -0
  499. package/lib/typescript/accessibility/index.d.ts +6 -0
  500. package/lib/typescript/accessibility/locale/index.d.ts +90 -0
  501. package/lib/typescript/accessibility/locale.test.d.ts +1 -0
  502. package/lib/typescript/action-modal/ActionModal.d.ts +10 -0
  503. package/lib/typescript/action-modal/index.d.ts +2 -0
  504. package/lib/typescript/activity-indicator/activity-indicator.d.ts +7 -0
  505. package/lib/typescript/activity-indicator/index.d.ts +2 -0
  506. package/lib/typescript/blur/blur-view.d.ts +10 -0
  507. package/lib/typescript/blur/index.d.ts +2 -0
  508. package/lib/typescript/buttons/back-button.d.ts +9 -0
  509. package/lib/typescript/buttons/button.d.ts +22 -0
  510. package/lib/typescript/buttons/connectivity-button.d.ts +17 -0
  511. package/lib/typescript/buttons/filter-button.d.ts +7 -0
  512. package/lib/typescript/buttons/ghost-button.d.ts +11 -0
  513. package/lib/typescript/buttons/index.d.ts +7 -0
  514. package/lib/typescript/buttons/scan-button.d.ts +5 -0
  515. package/lib/typescript/camera/camera-overlay.d.ts +7 -0
  516. package/lib/typescript/camera/index.d.ts +2 -0
  517. package/lib/typescript/camera/qr-code-scanner.d.ts +11 -0
  518. package/lib/typescript/control/checkbox.d.ts +9 -0
  519. package/lib/typescript/control/index.d.ts +3 -0
  520. package/lib/typescript/control/switch.d.ts +7 -0
  521. package/lib/typescript/credential/card/credential-card.d.ts +22 -0
  522. package/lib/typescript/credential/card/credential-details-card.d.ts +16 -0
  523. package/lib/typescript/credential/card/credential-details-list-item.d.ts +9 -0
  524. package/lib/typescript/credential/card/credential-header.d.ts +20 -0
  525. package/lib/typescript/credential/card/credential-image-carousel.d.ts +23 -0
  526. package/lib/typescript/credential/card/index.d.ts +10 -0
  527. package/lib/typescript/credential/credential-attribute-item.d.ts +48 -0
  528. package/lib/typescript/credential/credential-carousel-images.d.ts +19 -0
  529. package/lib/typescript/credential/index.d.ts +8 -0
  530. package/lib/typescript/credential/selector-status.d.ts +8 -0
  531. package/lib/typescript/credential/selector.d.ts +15 -0
  532. package/lib/typescript/detail/detail.d.ts +18 -0
  533. package/lib/typescript/detail/index.d.ts +2 -0
  534. package/lib/typescript/entity/avatar.d.ts +10 -0
  535. package/lib/typescript/entity/entity-cluster.d.ts +12 -0
  536. package/lib/typescript/entity/index.d.ts +4 -0
  537. package/lib/typescript/header/focus-aware-status-bar.d.ts +4 -0
  538. package/lib/typescript/header/foldable-header.d.ts +11 -0
  539. package/lib/typescript/header/header.d.ts +17 -0
  540. package/lib/typescript/header/index.d.ts +8 -0
  541. package/lib/typescript/header/navigation-header.d.ts +15 -0
  542. package/lib/typescript/history/data-item.d.ts +12 -0
  543. package/lib/typescript/history/history-list-item.d.ts +14 -0
  544. package/lib/typescript/history/history-section-header.d.ts +7 -0
  545. package/lib/typescript/history/history-section-list-item.d.ts +7 -0
  546. package/lib/typescript/history/index.d.ts +8 -0
  547. package/lib/typescript/icons/connectivity.d.ts +12 -0
  548. package/lib/typescript/icons/credential.d.ts +9 -0
  549. package/lib/typescript/icons/entity.d.ts +3 -0
  550. package/lib/typescript/icons/history.d.ts +42 -0
  551. package/lib/typescript/icons/icons.d.ts +13 -0
  552. package/lib/typescript/icons/index.d.ts +11 -0
  553. package/lib/typescript/icons/input.d.ts +3 -0
  554. package/lib/typescript/icons/keypad.d.ts +6 -0
  555. package/lib/typescript/icons/loader.d.ts +6 -0
  556. package/lib/typescript/icons/nerd-view.d.ts +7 -0
  557. package/lib/typescript/icons/selector.d.ts +10 -0
  558. package/lib/typescript/icons/wallet.d.ts +4 -0
  559. package/lib/typescript/image/image-or-component.d.ts +16 -0
  560. package/lib/typescript/image/index.d.ts +2 -0
  561. package/lib/typescript/index.d.ts +26 -0
  562. package/lib/typescript/input/index.d.ts +6 -0
  563. package/lib/typescript/input/radio-group.d.ts +23 -0
  564. package/lib/typescript/input/selection-input.d.ts +32 -0
  565. package/lib/typescript/input/text-input.d.ts +31 -0
  566. package/lib/typescript/list/index.d.ts +4 -0
  567. package/lib/typescript/list/list-section-header.d.ts +7 -0
  568. package/lib/typescript/list/list-title-header.d.ts +7 -0
  569. package/lib/typescript/loader/index.d.ts +4 -0
  570. package/lib/typescript/loader/loader.d.ts +14 -0
  571. package/lib/typescript/loader/loading-result.d.ts +16 -0
  572. package/lib/typescript/nerd-view/index.d.ts +2 -0
  573. package/lib/typescript/nerd-view/nerd-mode-item.d.ts +31 -0
  574. package/lib/typescript/pin/index.d.ts +3 -0
  575. package/lib/typescript/pin/keypad.d.ts +16 -0
  576. package/lib/typescript/pin/pin-code-screen.d.ts +32 -0
  577. package/lib/typescript/pin/pins.d.ts +7 -0
  578. package/lib/typescript/screens/backup-screen.d.ts +16 -0
  579. package/lib/typescript/screens/image-preview-screen.d.ts +9 -0
  580. package/lib/typescript/screens/index.d.ts +12 -0
  581. package/lib/typescript/screens/nerd-mode-screen.d.ts +22 -0
  582. package/lib/typescript/screens/qr-code-scanner-screen.d.ts +14 -0
  583. package/lib/typescript/screens/scroll-view-screen.d.ts +13 -0
  584. package/lib/typescript/screens/section-list-screen.d.ts +12 -0
  585. package/lib/typescript/searchbar/animated-search-bar.d.ts +10 -0
  586. package/lib/typescript/searchbar/index.d.ts +4 -0
  587. package/lib/typescript/searchbar/search-bar.d.ts +10 -0
  588. package/lib/typescript/settings/button-setting.d.ts +13 -0
  589. package/lib/typescript/settings/index.d.ts +10 -0
  590. package/lib/typescript/settings/setting-item-separator.d.ts +8 -0
  591. package/lib/typescript/settings/setting-item.d.ts +9 -0
  592. package/lib/typescript/settings/settings-button.d.ts +5 -0
  593. package/lib/typescript/settings/switch-setting.d.ts +13 -0
  594. package/lib/typescript/state/error-screen.d.ts +15 -0
  595. package/lib/typescript/state/index.d.ts +2 -0
  596. package/lib/typescript/text/base.d.ts +20 -0
  597. package/lib/typescript/text/font.d.ts +26 -0
  598. package/lib/typescript/text/index.d.ts +2 -0
  599. package/lib/typescript/text/typography.d.ts +112 -0
  600. package/lib/typescript/theme/color-scheme-context.d.ts +10 -0
  601. package/lib/typescript/theme/color-scheme.d.ts +31 -0
  602. package/lib/typescript/theme/index.d.ts +3 -0
  603. package/lib/typescript/utils/color.d.ts +4 -0
  604. package/lib/typescript/utils/contrasting-status-bar.d.ts +10 -0
  605. package/lib/typescript/utils/date.d.ts +12 -0
  606. package/lib/typescript/utils/hooks/header/on-scroll-header-state.d.ts +5 -0
  607. package/lib/typescript/utils/hooks/index.d.ts +4 -0
  608. package/lib/typescript/utils/hooks/list/list-content-inset.d.ts +8 -0
  609. package/lib/typescript/utils/index.d.ts +8 -0
  610. package/lib/typescript/utils/navigation.d.ts +9 -0
  611. package/lib/typescript/utils/ref.d.ts +11 -0
  612. package/lib/typescript/utils/testID.d.ts +6 -0
  613. package/lib/typescript/utils/testID.test.d.ts +1 -0
  614. package/lib/typescript/utils/useMemoAsync.d.ts +21 -0
  615. package/package.json +240 -0
  616. package/src/accessibility/accessibility.ts +215 -0
  617. package/src/accessibility/accessibilityHistory.tsx +77 -0
  618. package/src/accessibility/accessibilityHistoryWrappers.tsx +80 -0
  619. package/src/accessibility/accessibilityLanguage.tsx +66 -0
  620. package/src/accessibility/index.ts +35 -0
  621. package/src/accessibility/locale/de.json +21 -0
  622. package/src/accessibility/locale/en.json +21 -0
  623. package/src/accessibility/locale/fr.json +21 -0
  624. package/src/accessibility/locale/index.ts +19 -0
  625. package/src/accessibility/locale/it.json +21 -0
  626. package/src/accessibility/locale.test.ts +16 -0
  627. package/src/action-modal/ActionModal.stories.tsx +35 -0
  628. package/src/action-modal/ActionModal.tsx +45 -0
  629. package/src/action-modal/index.ts +3 -0
  630. package/src/activity-indicator/activity-indicator.stories.tsx +21 -0
  631. package/src/activity-indicator/activity-indicator.tsx +25 -0
  632. package/src/activity-indicator/index.ts +3 -0
  633. package/src/blur/blur-view.tsx +82 -0
  634. package/src/blur/index.ts +3 -0
  635. package/src/buttons/back-button.stories.tsx +31 -0
  636. package/src/buttons/back-button.tsx +31 -0
  637. package/src/buttons/button.stories.tsx +29 -0
  638. package/src/buttons/button.tsx +169 -0
  639. package/src/buttons/connectivity-button.stories.tsx +34 -0
  640. package/src/buttons/connectivity-button.tsx +95 -0
  641. package/src/buttons/filter-button.tsx +38 -0
  642. package/src/buttons/ghost-button.stories.tsx +28 -0
  643. package/src/buttons/ghost-button.tsx +56 -0
  644. package/src/buttons/index.ts +24 -0
  645. package/src/buttons/scan-button.stories.tsx +26 -0
  646. package/src/buttons/scan-button.tsx +66 -0
  647. package/src/camera/camera-overlay.tsx +48 -0
  648. package/src/camera/index.tsx +3 -0
  649. package/src/camera/qr-code-scanner.tsx +52 -0
  650. package/src/control/checkbox.stories.tsx +27 -0
  651. package/src/control/checkbox.tsx +81 -0
  652. package/src/control/index.ts +4 -0
  653. package/src/control/switch.stories.tsx +29 -0
  654. package/src/control/switch.tsx +47 -0
  655. package/src/credential/card/credential-card.stories.tsx +52 -0
  656. package/src/credential/card/credential-card.tsx +195 -0
  657. package/src/credential/card/credential-details-card.stories.tsx +268 -0
  658. package/src/credential/card/credential-details-card.tsx +242 -0
  659. package/src/credential/card/credential-details-list-item.tsx +87 -0
  660. package/src/credential/card/credential-header.stories.tsx +50 -0
  661. package/src/credential/card/credential-header.tsx +195 -0
  662. package/src/credential/card/credential-image-carousel.tsx +113 -0
  663. package/src/credential/card/index.ts +11 -0
  664. package/src/credential/credential-attribute-item.tsx +372 -0
  665. package/src/credential/credential-carousel-images.tsx +90 -0
  666. package/src/credential/index.ts +13 -0
  667. package/src/credential/selector-status.ts +8 -0
  668. package/src/credential/selector.stories.tsx +37 -0
  669. package/src/credential/selector.tsx +64 -0
  670. package/src/detail/detail.stories.tsx +65 -0
  671. package/src/detail/detail.tsx +98 -0
  672. package/src/detail/index.tsx +3 -0
  673. package/src/entity/avatar.stories.tsx +39 -0
  674. package/src/entity/avatar.tsx +87 -0
  675. package/src/entity/entity-cluster.stories.tsx +42 -0
  676. package/src/entity/entity-cluster.tsx +72 -0
  677. package/src/entity/index.ts +5 -0
  678. package/src/header/focus-aware-status-bar.tsx +10 -0
  679. package/src/header/foldable-header.tsx +107 -0
  680. package/src/header/header.stories.tsx +59 -0
  681. package/src/header/header.tsx +105 -0
  682. package/src/header/index.ts +9 -0
  683. package/src/header/navigation-header.stories.tsx +56 -0
  684. package/src/header/navigation-header.tsx +147 -0
  685. package/src/history/data-item.tsx +79 -0
  686. package/src/history/history-list-item.tsx +102 -0
  687. package/src/history/history-section-header.tsx +44 -0
  688. package/src/history/history-section-list-item.tsx +41 -0
  689. package/src/history/index.ts +9 -0
  690. package/src/icons/connectivity.tsx +114 -0
  691. package/src/icons/credential.tsx +118 -0
  692. package/src/icons/entity.tsx +21 -0
  693. package/src/icons/history.tsx +378 -0
  694. package/src/icons/icons.tsx +134 -0
  695. package/src/icons/index.ts +11 -0
  696. package/src/icons/input.tsx +29 -0
  697. package/src/icons/keypad.tsx +40 -0
  698. package/src/icons/loader.tsx +117 -0
  699. package/src/icons/nerd-view.tsx +105 -0
  700. package/src/icons/selector.tsx +43 -0
  701. package/src/icons/wallet.tsx +73 -0
  702. package/src/image/image-or-component.tsx +92 -0
  703. package/src/image/index.tsx +3 -0
  704. package/src/index.ts +26 -0
  705. package/src/input/index.ts +7 -0
  706. package/src/input/radio-group.tsx +110 -0
  707. package/src/input/selection-input.stories.tsx +46 -0
  708. package/src/input/selection-input.tsx +112 -0
  709. package/src/input/text-input.tsx +253 -0
  710. package/src/list/index.ts +5 -0
  711. package/src/list/list-section-header.tsx +37 -0
  712. package/src/list/list-title-header.tsx +30 -0
  713. package/src/loader/index.ts +5 -0
  714. package/src/loader/loader.stories.tsx +31 -0
  715. package/src/loader/loader.tsx +169 -0
  716. package/src/loader/loading-result.stories.tsx +67 -0
  717. package/src/loader/loading-result.tsx +93 -0
  718. package/src/nerd-view/index.ts +3 -0
  719. package/src/nerd-view/nerd-mode-item.tsx +296 -0
  720. package/src/normalize-color.d.ts +1 -0
  721. package/src/pin/index.ts +4 -0
  722. package/src/pin/keypad.tsx +166 -0
  723. package/src/pin/pin-code-screen.stories.tsx +80 -0
  724. package/src/pin/pin-code-screen.tsx +195 -0
  725. package/src/pin/pins.tsx +48 -0
  726. package/src/screens/backup-screen.tsx +92 -0
  727. package/src/screens/image-preview-screen.stories.tsx +28 -0
  728. package/src/screens/image-preview-screen.tsx +82 -0
  729. package/src/screens/index.ts +13 -0
  730. package/src/screens/nerd-mode-screen.tsx +150 -0
  731. package/src/screens/qr-code-scanner-screen.stories.tsx +37 -0
  732. package/src/screens/qr-code-scanner-screen.tsx +124 -0
  733. package/src/screens/scroll-view-screen.tsx +91 -0
  734. package/src/screens/section-list-screen.tsx +61 -0
  735. package/src/searchbar/animated-search-bar.tsx +96 -0
  736. package/src/searchbar/index.ts +5 -0
  737. package/src/searchbar/search-bar.stories.tsx +31 -0
  738. package/src/searchbar/search-bar.tsx +94 -0
  739. package/src/settings/button-setting.tsx +72 -0
  740. package/src/settings/index.ts +11 -0
  741. package/src/settings/setting-item-separator.tsx +32 -0
  742. package/src/settings/setting-item.tsx +68 -0
  743. package/src/settings/settings-button.tsx +23 -0
  744. package/src/settings/switch-setting.tsx +33 -0
  745. package/src/state/error-screen.stories.tsx +22 -0
  746. package/src/state/error-screen.tsx +71 -0
  747. package/src/state/index.ts +3 -0
  748. package/src/text/base.tsx +53 -0
  749. package/src/text/font.ts +52 -0
  750. package/src/text/index.ts +3 -0
  751. package/src/text/typography.stories.tsx +70 -0
  752. package/src/text/typography.tsx +117 -0
  753. package/src/theme/color-scheme-context.tsx +48 -0
  754. package/src/theme/color-scheme.ts +31 -0
  755. package/src/theme/index.ts +4 -0
  756. package/src/utils/color.ts +34 -0
  757. package/src/utils/contrasting-status-bar.tsx +21 -0
  758. package/src/utils/date.ts +49 -0
  759. package/src/utils/hooks/header/on-scroll-header-state.tsx +16 -0
  760. package/src/utils/hooks/index.ts +5 -0
  761. package/src/utils/hooks/list/list-content-inset.ts +24 -0
  762. package/src/utils/index.ts +19 -0
  763. package/src/utils/navigation.ts +37 -0
  764. package/src/utils/ref.ts +39 -0
  765. package/src/utils/testID.test.ts +20 -0
  766. package/src/utils/testID.ts +9 -0
  767. package/src/utils/useMemoAsync.ts +50 -0
@@ -0,0 +1,201 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Keypad = exports.Biometry = void 0;
7
+ var _react = _interopRequireWildcard(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _accessibility = require("../accessibility");
10
+ var _accessibilityLanguage = require("../accessibility/accessibilityLanguage");
11
+ var _keypad = require("../icons/keypad");
12
+ var _text = require("../text");
13
+ var _theme = require("../theme");
14
+ var _testID = require("../utils/testID");
15
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
16
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
17
+ const DigitKey = /*#__PURE__*/_react.default.forwardRef((_ref, ref) => {
18
+ let {
19
+ onPress,
20
+ testID,
21
+ digit
22
+ } = _ref;
23
+ const colorScheme = (0, _theme.useAppColorScheme)();
24
+ return /*#__PURE__*/_react.default.createElement(_accessibility.TouchableOpacity, {
25
+ testID: (0, _testID.concatTestID)(testID, String(digit)),
26
+ ref: ref,
27
+ accessibilityRole: "button",
28
+ style: [styles.key, {
29
+ backgroundColor: colorScheme.background
30
+ }],
31
+ disabled: !onPress,
32
+ onPress: () => onPress === null || onPress === void 0 ? void 0 : onPress(digit)
33
+ }, /*#__PURE__*/_react.default.createElement(_text.Typography, {
34
+ maxFontSizeMultiplier: 1.5,
35
+ color: colorScheme.text,
36
+ preset: "xl"
37
+ }, digit));
38
+ });
39
+ DigitKey.displayName = 'DigitKey';
40
+ let Biometry;
41
+ exports.Biometry = Biometry;
42
+ (function (Biometry) {
43
+ Biometry["FaceID"] = "faceID";
44
+ Biometry["Other"] = "other";
45
+ })(Biometry || (exports.Biometry = Biometry = {}));
46
+ const MIN_HEIGHT = 360;
47
+ const MIN_WIDTH = 264;
48
+ const KEY_SIZE = 72;
49
+ const Keypad = /*#__PURE__*/_react.default.forwardRef((_ref2, ref) => {
50
+ let {
51
+ testID,
52
+ onPressDigit,
53
+ onPressDelete,
54
+ biometry,
55
+ onBiometricPress,
56
+ style,
57
+ onDeleteAll
58
+ } = _ref2;
59
+ const t = (0, _accessibilityLanguage.useAccessibilityTranslation)();
60
+ const colorScheme = (0, _theme.useAppColorScheme)();
61
+ const [layout, setLayout] = (0, _react.useState)();
62
+ const onLayout = (0, _react.useCallback)(event => setLayout(event.nativeEvent.layout), []);
63
+ const {
64
+ width,
65
+ height
66
+ } = (0, _react.useMemo)(() => {
67
+ if (!layout) {
68
+ return {};
69
+ }
70
+ const RATIO = MIN_WIDTH / MIN_HEIGHT;
71
+ if (layout.width > layout.height * RATIO) {
72
+ return {
73
+ height: layout.height,
74
+ width: layout.height * RATIO
75
+ };
76
+ } else {
77
+ return {
78
+ width: layout.width,
79
+ height: layout.width / RATIO
80
+ };
81
+ }
82
+ }, [layout]);
83
+ const gap = width ? (width - 3 * KEY_SIZE) / 4 : undefined;
84
+ const lineStyles = [styles.line, {
85
+ width,
86
+ marginBottom: gap
87
+ }];
88
+ return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
89
+ testID: testID,
90
+ style: [styles.cover, style],
91
+ onLayout: onLayout
92
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
93
+ style: {
94
+ height
95
+ }
96
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
97
+ style: lineStyles
98
+ }, /*#__PURE__*/_react.default.createElement(DigitKey, {
99
+ testID: testID,
100
+ ref: ref,
101
+ digit: 1,
102
+ onPress: onPressDigit
103
+ }), /*#__PURE__*/_react.default.createElement(DigitKey, {
104
+ testID: testID,
105
+ digit: 2,
106
+ onPress: onPressDigit
107
+ }), /*#__PURE__*/_react.default.createElement(DigitKey, {
108
+ testID: testID,
109
+ digit: 3,
110
+ onPress: onPressDigit
111
+ })), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
112
+ style: lineStyles
113
+ }, /*#__PURE__*/_react.default.createElement(DigitKey, {
114
+ testID: testID,
115
+ digit: 4,
116
+ onPress: onPressDigit
117
+ }), /*#__PURE__*/_react.default.createElement(DigitKey, {
118
+ testID: testID,
119
+ digit: 5,
120
+ onPress: onPressDigit
121
+ }), /*#__PURE__*/_react.default.createElement(DigitKey, {
122
+ testID: testID,
123
+ digit: 6,
124
+ onPress: onPressDigit
125
+ })), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
126
+ style: lineStyles
127
+ }, /*#__PURE__*/_react.default.createElement(DigitKey, {
128
+ testID: testID,
129
+ digit: 7,
130
+ onPress: onPressDigit
131
+ }), /*#__PURE__*/_react.default.createElement(DigitKey, {
132
+ testID: testID,
133
+ digit: 8,
134
+ onPress: onPressDigit
135
+ }), /*#__PURE__*/_react.default.createElement(DigitKey, {
136
+ testID: testID,
137
+ digit: 9,
138
+ onPress: onPressDigit
139
+ })), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
140
+ style: lineStyles
141
+ }, /*#__PURE__*/_react.default.createElement(_accessibility.TouchableOpacity, {
142
+ testID: (0, _testID.concatTestID)(testID, 'delete-all'),
143
+ accessibilityRole: "button",
144
+ accessibilityLabel: t('accessibility.control.clear'),
145
+ style: styles.key,
146
+ disabled: !onDeleteAll,
147
+ onPress: onDeleteAll
148
+ }, onDeleteAll ? /*#__PURE__*/_react.default.createElement(_keypad.KeypadClearIcon, {
149
+ color: colorScheme.text
150
+ }) : null), /*#__PURE__*/_react.default.createElement(DigitKey, {
151
+ testID: testID,
152
+ digit: 0,
153
+ onPress: onPressDigit
154
+ }), biometry ? /*#__PURE__*/_react.default.createElement(_accessibility.TouchableOpacity, {
155
+ testID: (0, _testID.concatTestID)(testID, 'biometry'),
156
+ accessibilityRole: "button",
157
+ accessibilityLabel: t(biometry === Biometry.FaceID ? 'accessibility.key.faceId' : 'accessibility.key.fingerprint'),
158
+ style: styles.key,
159
+ disabled: !onBiometricPress,
160
+ onPress: onBiometricPress
161
+ }, biometry === Biometry.FaceID ? /*#__PURE__*/_react.default.createElement(_keypad.FaceIDIcon, {
162
+ color: colorScheme.text
163
+ }) : /*#__PURE__*/_react.default.createElement(_keypad.FingerprintIcon, {
164
+ color: colorScheme.text
165
+ })) : /*#__PURE__*/_react.default.createElement(_accessibility.TouchableOpacity, {
166
+ testID: (0, _testID.concatTestID)(testID, 'delete'),
167
+ accessibilityRole: "button",
168
+ accessibilityLabel: t('accessibility.control.delete'),
169
+ style: styles.key,
170
+ disabled: !onPressDelete,
171
+ onPress: onPressDelete
172
+ }, onPressDelete ? /*#__PURE__*/_react.default.createElement(_keypad.KeypadBackspaceIcon, {
173
+ color: colorScheme.text
174
+ }) : null))));
175
+ });
176
+ exports.Keypad = Keypad;
177
+ Keypad.displayName = 'Keypad';
178
+ const styles = _reactNative.StyleSheet.create({
179
+ cover: {
180
+ alignItems: 'center',
181
+ flex: 1,
182
+ justifyContent: 'center',
183
+ maxHeight: 2 * MIN_HEIGHT,
184
+ maxWidth: 2 * MIN_WIDTH,
185
+ minHeight: MIN_HEIGHT,
186
+ minWidth: MIN_WIDTH,
187
+ width: '100%'
188
+ },
189
+ key: {
190
+ alignItems: 'center',
191
+ borderRadius: KEY_SIZE / 2,
192
+ height: KEY_SIZE,
193
+ justifyContent: 'center',
194
+ width: KEY_SIZE
195
+ },
196
+ line: {
197
+ flexDirection: 'row',
198
+ justifyContent: 'space-evenly'
199
+ }
200
+ });
201
+ //# sourceMappingURL=keypad.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_accessibility","_accessibilityLanguage","_keypad","_text","_theme","_testID","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","DigitKey","React","forwardRef","_ref","ref","onPress","testID","digit","colorScheme","useAppColorScheme","createElement","TouchableOpacity","concatTestID","String","accessibilityRole","style","styles","backgroundColor","background","disabled","Typography","maxFontSizeMultiplier","color","text","preset","displayName","Biometry","exports","MIN_HEIGHT","MIN_WIDTH","KEY_SIZE","Keypad","_ref2","onPressDigit","onPressDelete","biometry","onBiometricPress","onDeleteAll","t","useAccessibilityTranslation","layout","setLayout","useState","onLayout","useCallback","event","nativeEvent","width","height","useMemo","RATIO","gap","undefined","lineStyles","line","marginBottom","View","cover","accessibilityLabel","KeypadClearIcon","FaceID","FaceIDIcon","FingerprintIcon","KeypadBackspaceIcon","StyleSheet","create","alignItems","flex","justifyContent","maxHeight","maxWidth","minHeight","minWidth","borderRadius","flexDirection"],"sources":["keypad.tsx"],"sourcesContent":["import React, { useCallback, useMemo, useState } from 'react';\nimport { LayoutChangeEvent, LayoutRectangle, StyleProp, StyleSheet, View, ViewStyle } from 'react-native';\n\nimport { TouchableOpacity, TouchableOpacityRef } from '../accessibility';\nimport { useAccessibilityTranslation } from '../accessibility/accessibilityLanguage';\nimport { FaceIDIcon, FingerprintIcon, KeypadBackspaceIcon, KeypadClearIcon } from '../icons/keypad';\nimport { Typography } from '../text';\nimport { useAppColorScheme } from '../theme';\nimport { concatTestID } from '../utils/testID';\n\ninterface DigitKeyProps {\n testID: string | undefined;\n digit: number;\n onPress?: (digit: number) => void;\n}\n\nconst DigitKey = React.forwardRef<TouchableOpacityRef, DigitKeyProps>(({ onPress, testID, digit }, ref) => {\n const colorScheme = useAppColorScheme();\n return (\n <TouchableOpacity\n testID={concatTestID(testID, String(digit))}\n ref={ref}\n accessibilityRole=\"button\"\n style={[styles.key, { backgroundColor: colorScheme.background }]}\n disabled={!onPress}\n onPress={() => onPress?.(digit)}>\n <Typography maxFontSizeMultiplier={1.5} color={colorScheme.text} preset=\"xl\">\n {digit}\n </Typography>\n </TouchableOpacity>\n );\n});\n\nDigitKey.displayName = 'DigitKey';\n\nexport enum Biometry {\n FaceID = 'faceID',\n Other = 'other',\n}\n\nexport interface KeypadProps {\n testID?: string;\n biometry?: Biometry | null;\n onBiometricPress?: () => void;\n onPressDigit?: (digit: number) => void;\n onPressDelete?: () => void;\n style?: StyleProp<ViewStyle>;\n onDeleteAll?: () => void;\n}\n\nconst MIN_HEIGHT = 360;\nconst MIN_WIDTH = 264;\nconst KEY_SIZE = 72;\n\nexport const Keypad = React.forwardRef<TouchableOpacityRef, KeypadProps>(\n ({ testID, onPressDigit, onPressDelete, biometry, onBiometricPress, style, onDeleteAll }, ref) => {\n const t = useAccessibilityTranslation();\n const colorScheme = useAppColorScheme();\n\n const [layout, setLayout] = useState<LayoutRectangle>();\n const onLayout = useCallback((event: LayoutChangeEvent) => setLayout(event.nativeEvent.layout), []);\n\n const { width, height } = useMemo(() => {\n if (!layout) {\n return {};\n }\n\n const RATIO = MIN_WIDTH / MIN_HEIGHT;\n if (layout.width > layout.height * RATIO) {\n return { height: layout.height, width: layout.height * RATIO };\n } else {\n return { width: layout.width, height: layout.width / RATIO };\n }\n }, [layout]);\n\n const gap = width ? (width - 3 * KEY_SIZE) / 4 : undefined;\n const lineStyles = [styles.line, { width, marginBottom: gap }];\n\n return (\n <View testID={testID} style={[styles.cover, style]} onLayout={onLayout}>\n <View style={{ height }}>\n <View style={lineStyles}>\n <DigitKey testID={testID} ref={ref} digit={1} onPress={onPressDigit} />\n <DigitKey testID={testID} digit={2} onPress={onPressDigit} />\n <DigitKey testID={testID} digit={3} onPress={onPressDigit} />\n </View>\n <View style={lineStyles}>\n <DigitKey testID={testID} digit={4} onPress={onPressDigit} />\n <DigitKey testID={testID} digit={5} onPress={onPressDigit} />\n <DigitKey testID={testID} digit={6} onPress={onPressDigit} />\n </View>\n <View style={lineStyles}>\n <DigitKey testID={testID} digit={7} onPress={onPressDigit} />\n <DigitKey testID={testID} digit={8} onPress={onPressDigit} />\n <DigitKey testID={testID} digit={9} onPress={onPressDigit} />\n </View>\n <View style={lineStyles}>\n <TouchableOpacity\n testID={concatTestID(testID, 'delete-all')}\n accessibilityRole=\"button\"\n accessibilityLabel={t('accessibility.control.clear')}\n style={styles.key}\n disabled={!onDeleteAll}\n onPress={onDeleteAll}>\n {onDeleteAll ? <KeypadClearIcon color={colorScheme.text} /> : null}\n </TouchableOpacity>\n <DigitKey testID={testID} digit={0} onPress={onPressDigit} />\n {biometry ? (\n <TouchableOpacity\n testID={concatTestID(testID, 'biometry')}\n accessibilityRole=\"button\"\n accessibilityLabel={t(\n biometry === Biometry.FaceID ? 'accessibility.key.faceId' : 'accessibility.key.fingerprint',\n )}\n style={styles.key}\n disabled={!onBiometricPress}\n onPress={onBiometricPress}>\n {biometry === Biometry.FaceID ? (\n <FaceIDIcon color={colorScheme.text} />\n ) : (\n <FingerprintIcon color={colorScheme.text} />\n )}\n </TouchableOpacity>\n ) : (\n <TouchableOpacity\n testID={concatTestID(testID, 'delete')}\n accessibilityRole=\"button\"\n accessibilityLabel={t('accessibility.control.delete')}\n style={styles.key}\n disabled={!onPressDelete}\n onPress={onPressDelete}>\n {onPressDelete ? <KeypadBackspaceIcon color={colorScheme.text} /> : null}\n </TouchableOpacity>\n )}\n </View>\n </View>\n </View>\n );\n },\n);\n\nKeypad.displayName = 'Keypad';\n\nconst styles = StyleSheet.create({\n cover: {\n alignItems: 'center',\n flex: 1,\n justifyContent: 'center',\n maxHeight: 2 * MIN_HEIGHT,\n maxWidth: 2 * MIN_WIDTH,\n minHeight: MIN_HEIGHT,\n minWidth: MIN_WIDTH,\n width: '100%',\n },\n key: {\n alignItems: 'center',\n borderRadius: KEY_SIZE / 2,\n height: KEY_SIZE,\n justifyContent: 'center',\n width: KEY_SIZE,\n },\n line: {\n flexDirection: 'row',\n justifyContent: 'space-evenly',\n },\n});\n"],"mappings":"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"}
@@ -0,0 +1,162 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.PinCodeScreen = void 0;
7
+ var _react = _interopRequireWildcard(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _reactNativeSafeAreaContext = require("react-native-safe-area-context");
10
+ var _buttons = require("../buttons");
11
+ var _text = require("../text");
12
+ var _theme = require("../theme");
13
+ var _utils = require("../utils");
14
+ var _contrastingStatusBar = _interopRequireDefault(require("../utils/contrasting-status-bar"));
15
+ var _keypad = require("./keypad");
16
+ var _pins = require("./pins");
17
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
18
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
19
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
20
+ const SHAKE_ITERATIONS = 4;
21
+ const animationConfig = {
22
+ useNativeDriver: true,
23
+ easing: _reactNative.Easing.linear
24
+ };
25
+ const PinCodeScreen = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
26
+ let {
27
+ testID,
28
+ length,
29
+ instruction,
30
+ title,
31
+ onBack,
32
+ enteredLength,
33
+ error,
34
+ onPressDigit,
35
+ onPressDelete,
36
+ biometry,
37
+ onBiometricPress,
38
+ keypadRef,
39
+ onDeleteAll,
40
+ ...props
41
+ } = _ref;
42
+ const colorScheme = (0, _theme.useAppColorScheme)();
43
+ const [shakePosition] = (0, _react.useState)(() => new _reactNative.Animated.Value(0));
44
+ (0, _react.useImperativeHandle)(ref, () => ({
45
+ shakeKeypad: params => {
46
+ const {
47
+ amount = 10,
48
+ duration = 300
49
+ } = params !== null && params !== void 0 ? params : {};
50
+ const partialDuration = duration / SHAKE_ITERATIONS / 4;
51
+ return new Promise(resolve => _reactNative.Animated.loop(_reactNative.Animated.sequence([_reactNative.Animated.timing(shakePosition, {
52
+ ...animationConfig,
53
+ toValue: -amount,
54
+ duration: partialDuration
55
+ }), _reactNative.Animated.timing(shakePosition, {
56
+ ...animationConfig,
57
+ toValue: amount,
58
+ duration: 2 * partialDuration
59
+ }), _reactNative.Animated.timing(shakePosition, {
60
+ ...animationConfig,
61
+ toValue: 0,
62
+ duration: partialDuration
63
+ })]), {
64
+ iterations: SHAKE_ITERATIONS
65
+ }).start(resolve));
66
+ }
67
+ }), [shakePosition]);
68
+ return /*#__PURE__*/_react.default.createElement(_reactNativeSafeAreaContext.SafeAreaView, {
69
+ testID: testID,
70
+ style: [styles.container, {
71
+ backgroundColor: colorScheme.white
72
+ }]
73
+ }, /*#__PURE__*/_react.default.createElement(_contrastingStatusBar.default, {
74
+ backgroundColor: colorScheme.white
75
+ }), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
76
+ style: styles.backButton
77
+ }, onBack && /*#__PURE__*/_react.default.createElement(_buttons.BackButton, {
78
+ testID: (0, _utils.concatTestID)(testID, 'back'),
79
+ onPress: onBack
80
+ })), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
81
+ style: styles.content
82
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
83
+ style: styles.upperContent
84
+ }, /*#__PURE__*/_react.default.createElement(_text.Typography, {
85
+ testID: (0, _utils.concatTestID)(testID, 'title'),
86
+ accessible: false,
87
+ color: colorScheme.text,
88
+ align: "center",
89
+ preset: "l",
90
+ style: styles.title
91
+ }, title), /*#__PURE__*/_react.default.createElement(_pins.Pins, {
92
+ style: styles.pins,
93
+ enteredLength: enteredLength,
94
+ maxLength: length
95
+ }), instruction ? /*#__PURE__*/_react.default.createElement(_text.Typography, {
96
+ testID: (0, _utils.concatTestID)(testID, 'instruction'),
97
+ align: "center",
98
+ announcementActive: true,
99
+ onAnnouncementFinished: props.onAccessibilityAnnounced,
100
+ color: colorScheme.text,
101
+ style: styles.instruction
102
+ }, instruction) : null, /*#__PURE__*/_react.default.createElement(_text.Typography, {
103
+ testID: (0, _utils.concatTestID)(testID, 'error'),
104
+ announcementActive: true,
105
+ accessible: Boolean(error),
106
+ color: colorScheme.error
107
+ }, error !== null && error !== void 0 ? error : '' /* always displayed to keep the same layout */)), /*#__PURE__*/_react.default.createElement(_reactNative.Animated.View, {
108
+ style: [styles.keyboard, {
109
+ transform: [{
110
+ translateX: shakePosition
111
+ }]
112
+ }]
113
+ }, /*#__PURE__*/_react.default.createElement(_keypad.Keypad, {
114
+ testID: (0, _utils.concatTestID)(testID, 'keypad'),
115
+ ref: keypadRef,
116
+ onPressDigit: enteredLength < length ? onPressDigit : undefined,
117
+ onPressDelete: enteredLength && enteredLength < length ? onPressDelete : undefined,
118
+ biometry: !enteredLength ? biometry : undefined,
119
+ onBiometricPress: onBiometricPress,
120
+ onDeleteAll: enteredLength && enteredLength < length ? onDeleteAll : undefined
121
+ }))));
122
+ });
123
+ exports.PinCodeScreen = PinCodeScreen;
124
+ const styles = _reactNative.StyleSheet.create({
125
+ backButton: {
126
+ minHeight: 24,
127
+ paddingHorizontal: 24
128
+ },
129
+ container: {
130
+ flex: 1,
131
+ paddingTop: 8
132
+ },
133
+ content: {
134
+ flex: 1,
135
+ justifyContent: 'space-between',
136
+ paddingHorizontal: 24
137
+ },
138
+ instruction: {
139
+ marginVertical: 24,
140
+ opacity: 0.7
141
+ },
142
+ keyboard: {
143
+ alignItems: 'center',
144
+ flex: 5,
145
+ justifyContent: 'center',
146
+ marginVertical: 24
147
+ },
148
+ pins: {
149
+ paddingHorizontal: 20
150
+ },
151
+ title: {
152
+ marginBottom: 24
153
+ },
154
+ upperContent: {
155
+ alignItems: 'center',
156
+ flex: 3,
157
+ marginTop: 12,
158
+ paddingHorizontal: 20
159
+ }
160
+ });
161
+ PinCodeScreen.displayName = 'PinCodeScreen';
162
+ //# sourceMappingURL=pin-code-screen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeSafeAreaContext","_buttons","_text","_theme","_utils","_contrastingStatusBar","_interopRequireDefault","_keypad","_pins","obj","__esModule","default","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","SHAKE_ITERATIONS","animationConfig","useNativeDriver","easing","Easing","linear","PinCodeScreen","forwardRef","_ref","ref","testID","length","instruction","title","onBack","enteredLength","error","onPressDigit","onPressDelete","biometry","onBiometricPress","keypadRef","onDeleteAll","props","colorScheme","useAppColorScheme","shakePosition","useState","Animated","Value","useImperativeHandle","shakeKeypad","params","amount","duration","partialDuration","Promise","resolve","loop","sequence","timing","toValue","iterations","start","createElement","SafeAreaView","style","styles","container","backgroundColor","white","View","backButton","BackButton","concatTestID","onPress","content","upperContent","Typography","accessible","color","text","align","preset","Pins","pins","maxLength","announcementActive","onAnnouncementFinished","onAccessibilityAnnounced","Boolean","keyboard","transform","translateX","Keypad","undefined","exports","StyleSheet","create","minHeight","paddingHorizontal","flex","paddingTop","justifyContent","marginVertical","opacity","alignItems","marginBottom","marginTop","displayName"],"sources":["pin-code-screen.tsx"],"sourcesContent":["import React, { forwardRef, Ref, useImperativeHandle, useState } from 'react';\nimport { Animated, Easing, StyleSheet, View } from 'react-native';\nimport { SafeAreaView } from 'react-native-safe-area-context';\n\nimport type { TouchableOpacityRef } from '../accessibility';\nimport { BackButton } from '../buttons';\nimport { Typography } from '../text';\nimport { useAppColorScheme } from '../theme';\nimport { concatTestID } from '../utils';\nimport ContrastingStatusBar from '../utils/contrasting-status-bar';\nimport { Biometry, Keypad } from './keypad';\nimport { Pins } from './pins';\n\nexport type PinCodeScreenProps = {\n title: string;\n\n testID?: string;\n length: number;\n enteredLength: number;\n onBack?: () => void;\n error?: string;\n\n keypadRef?: Ref<TouchableOpacityRef>;\n onPressDigit: (digit: number) => void;\n onPressDelete: () => void;\n onDeleteAll: () => void;\n\n biometry?: Biometry | null;\n onBiometricPress?: () => void;\n} & (\n | {\n instruction: string;\n onAccessibilityAnnounced?: (finished: boolean) => void;\n }\n | {\n instruction?: undefined;\n onAccessibilityAnnounced?: undefined;\n }\n);\n\nexport interface PinCodeScreenActions {\n shakeKeypad: (params?: { amount?: number; duration?: number }) => Promise<{ finished: boolean }>;\n}\nconst SHAKE_ITERATIONS = 4;\nconst animationConfig = {\n useNativeDriver: true,\n easing: Easing.linear,\n};\n\nexport const PinCodeScreen = forwardRef<PinCodeScreenActions, PinCodeScreenProps>(\n (\n {\n testID,\n length,\n instruction,\n title,\n onBack,\n enteredLength,\n error,\n onPressDigit,\n onPressDelete,\n biometry,\n onBiometricPress,\n keypadRef,\n onDeleteAll,\n ...props\n },\n ref,\n ) => {\n const colorScheme = useAppColorScheme();\n const [shakePosition] = useState(() => new Animated.Value(0));\n useImperativeHandle(\n ref,\n () => ({\n shakeKeypad: (params) => {\n const { amount = 10, duration = 300 } = params ?? {};\n const partialDuration = duration / SHAKE_ITERATIONS / 4;\n return new Promise((resolve) =>\n Animated.loop(\n Animated.sequence([\n Animated.timing(shakePosition, { ...animationConfig, toValue: -amount, duration: partialDuration }),\n Animated.timing(shakePosition, {\n ...animationConfig,\n toValue: amount,\n duration: 2 * partialDuration,\n }),\n Animated.timing(shakePosition, { ...animationConfig, toValue: 0, duration: partialDuration }),\n ]),\n { iterations: SHAKE_ITERATIONS },\n ).start(resolve),\n );\n },\n }),\n [shakePosition],\n );\n\n return (\n <SafeAreaView testID={testID} style={[styles.container, { backgroundColor: colorScheme.white }]}>\n <ContrastingStatusBar backgroundColor={colorScheme.white} />\n <View style={styles.backButton}>\n {onBack && <BackButton testID={concatTestID(testID, 'back')} onPress={onBack} />}\n </View>\n <View style={styles.content}>\n <View style={styles.upperContent}>\n <Typography\n testID={concatTestID(testID, 'title')}\n accessible={false}\n color={colorScheme.text}\n align=\"center\"\n preset=\"l\"\n style={styles.title}>\n {title}\n </Typography>\n <Pins style={styles.pins} enteredLength={enteredLength} maxLength={length} />\n {instruction ? (\n <Typography\n testID={concatTestID(testID, 'instruction')}\n align=\"center\"\n announcementActive={true}\n onAnnouncementFinished={props.onAccessibilityAnnounced}\n color={colorScheme.text}\n style={styles.instruction}>\n {instruction}\n </Typography>\n ) : null}\n <Typography\n testID={concatTestID(testID, 'error')}\n announcementActive={true}\n accessible={Boolean(error)}\n color={colorScheme.error}>\n {error ?? '' /* always displayed to keep the same layout */}\n </Typography>\n </View>\n <Animated.View\n style={[\n styles.keyboard,\n {\n transform: [{ translateX: shakePosition }],\n },\n ]}>\n <Keypad\n testID={concatTestID(testID, 'keypad')}\n ref={keypadRef}\n onPressDigit={enteredLength < length ? onPressDigit : undefined}\n onPressDelete={enteredLength && enteredLength < length ? onPressDelete : undefined}\n biometry={!enteredLength ? biometry : undefined}\n onBiometricPress={onBiometricPress}\n onDeleteAll={enteredLength && enteredLength < length ? onDeleteAll : undefined}\n />\n </Animated.View>\n </View>\n </SafeAreaView>\n );\n },\n);\n\nconst styles = StyleSheet.create({\n backButton: {\n minHeight: 24,\n paddingHorizontal: 24,\n },\n container: {\n flex: 1,\n paddingTop: 8,\n },\n content: {\n flex: 1,\n justifyContent: 'space-between',\n paddingHorizontal: 24,\n },\n instruction: {\n marginVertical: 24,\n opacity: 0.7,\n },\n keyboard: {\n alignItems: 'center',\n flex: 5,\n justifyContent: 'center',\n marginVertical: 24,\n },\n pins: {\n paddingHorizontal: 20,\n },\n title: {\n marginBottom: 24,\n },\n upperContent: {\n alignItems: 'center',\n flex: 3,\n marginTop: 12,\n paddingHorizontal: 20,\n },\n});\n\nPinCodeScreen.displayName = 'PinCodeScreen';\n"],"mappings":"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"}
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Pins = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _accessibilityLanguage = require("../accessibility/accessibilityLanguage");
10
+ var _theme = require("../theme");
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
13
+ const Pins = _ref => {
14
+ let {
15
+ enteredLength,
16
+ maxLength,
17
+ style,
18
+ ...props
19
+ } = _ref;
20
+ const t = (0, _accessibilityLanguage.useAccessibilityTranslation)();
21
+ const colorScheme = (0, _theme.useAppColorScheme)();
22
+ return /*#__PURE__*/_react.default.createElement(_reactNative.View, _extends({
23
+ style: [styles.pinsWrapper, style],
24
+ accessible: true,
25
+ accessibilityRole: "progressbar",
26
+ accessibilityValue: {
27
+ text: t('accessibility.control.progress', {
28
+ current: enteredLength,
29
+ length: maxLength
30
+ })
31
+ }
32
+ }, props), Array.from({
33
+ length: maxLength
34
+ }).map((_, index) => /*#__PURE__*/_react.default.createElement(_reactNative.View, {
35
+ key: `pin${index}`,
36
+ style: [styles.pin, {
37
+ backgroundColor: enteredLength > index ? colorScheme.black : colorScheme.background
38
+ }]
39
+ })));
40
+ };
41
+ exports.Pins = Pins;
42
+ const styles = _reactNative.StyleSheet.create({
43
+ pin: {
44
+ borderRadius: 3,
45
+ height: 10,
46
+ width: 10
47
+ },
48
+ pinsWrapper: {
49
+ flexDirection: 'row',
50
+ justifyContent: 'space-evenly',
51
+ width: '100%'
52
+ }
53
+ });
54
+ //# sourceMappingURL=pins.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_accessibilityLanguage","_theme","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","Pins","_ref","enteredLength","maxLength","style","props","t","useAccessibilityTranslation","colorScheme","useAppColorScheme","createElement","View","styles","pinsWrapper","accessible","accessibilityRole","accessibilityValue","text","current","Array","from","map","_","index","pin","backgroundColor","black","background","exports","StyleSheet","create","borderRadius","height","width","flexDirection","justifyContent"],"sources":["pins.tsx"],"sourcesContent":["import React, { FC } from 'react';\nimport { StyleSheet, View, ViewProps } from 'react-native';\n\nimport { useAccessibilityTranslation } from '../accessibility/accessibilityLanguage';\nimport { useAppColorScheme } from '../theme';\n\nexport interface PinsProps extends ViewProps {\n enteredLength: number;\n maxLength: number;\n}\n\nexport const Pins: FC<PinsProps> = ({ enteredLength, maxLength, style, ...props }) => {\n const t = useAccessibilityTranslation();\n const colorScheme = useAppColorScheme();\n return (\n <View\n style={[styles.pinsWrapper, style]}\n accessible={true}\n accessibilityRole=\"progressbar\"\n accessibilityValue={{ text: t('accessibility.control.progress', { current: enteredLength, length: maxLength }) }}\n {...props}>\n {Array.from({ length: maxLength }).map((_, index) => (\n <View\n key={`pin${index}`}\n style={[\n styles.pin,\n {\n backgroundColor: enteredLength > index ? colorScheme.black : colorScheme.background,\n },\n ]}\n />\n ))}\n </View>\n );\n};\n\nconst styles = StyleSheet.create({\n pin: {\n borderRadius: 3,\n height: 10,\n width: 10,\n },\n pinsWrapper: {\n flexDirection: 'row',\n justifyContent: 'space-evenly',\n width: '100%',\n },\n});\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,MAAA,GAAAH,OAAA;AAA6C,SAAAD,uBAAAK,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAOtC,MAAMQ,IAAmB,GAAGC,IAAA,IAAmD;EAAA,IAAlD;IAAEC,aAAa;IAAEC,SAAS;IAAEC,KAAK;IAAE,GAAGC;EAAM,CAAC,GAAAJ,IAAA;EAC/E,MAAMK,CAAC,GAAG,IAAAC,kDAA2B,GAAE;EACvC,MAAMC,WAAW,GAAG,IAAAC,wBAAiB,GAAE;EACvC,oBACEhC,MAAA,CAAAQ,OAAA,CAAAyB,aAAA,CAAC9B,YAAA,CAAA+B,IAAI,EAAAzB,QAAA;IACHkB,KAAK,EAAE,CAACQ,MAAM,CAACC,WAAW,EAAET,KAAK,CAAE;IACnCU,UAAU,EAAE,IAAK;IACjBC,iBAAiB,EAAC,aAAa;IAC/BC,kBAAkB,EAAE;MAAEC,IAAI,EAAEX,CAAC,CAAC,gCAAgC,EAAE;QAAEY,OAAO,EAAEhB,aAAa;QAAET,MAAM,EAAEU;MAAU,CAAC;IAAE;EAAE,GAC7GE,KAAK,GACRc,KAAK,CAACC,IAAI,CAAC;IAAE3B,MAAM,EAAEU;EAAU,CAAC,CAAC,CAACkB,GAAG,CAAC,CAACC,CAAC,EAAEC,KAAK,kBAC9C9C,MAAA,CAAAQ,OAAA,CAAAyB,aAAA,CAAC9B,YAAA,CAAA+B,IAAI;IACHhB,GAAG,EAAG,MAAK4B,KAAM,EAAE;IACnBnB,KAAK,EAAE,CACLQ,MAAM,CAACY,GAAG,EACV;MACEC,eAAe,EAAEvB,aAAa,GAAGqB,KAAK,GAAGf,WAAW,CAACkB,KAAK,GAAGlB,WAAW,CAACmB;IAC3E,CAAC;EACD,EAEL,CAAC,CACG;AAEX,CAAC;AAACC,OAAA,CAAA5B,IAAA,GAAAA,IAAA;AAEF,MAAMY,MAAM,GAAGiB,uBAAU,CAACC,MAAM,CAAC;EAC/BN,GAAG,EAAE;IACHO,YAAY,EAAE,CAAC;IACfC,MAAM,EAAE,EAAE;IACVC,KAAK,EAAE;EACT,CAAC;EACDpB,WAAW,EAAE;IACXqB,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,cAAc;IAC9BF,KAAK,EAAE;EACT;AACF,CAAC,CAAC"}
@@ -0,0 +1,87 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.BackupScreenMode = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _backButton = _interopRequireDefault(require("../buttons/back-button"));
10
+ var _button = require("../buttons/button");
11
+ var _scrollViewScreen = _interopRequireDefault(require("../screens/scroll-view-screen"));
12
+ var _typography = _interopRequireDefault(require("../text/typography"));
13
+ var _colorSchemeContext = require("../theme/color-scheme-context");
14
+ var _testID = require("../utils/testID");
15
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
+ let BackupScreenMode;
17
+ exports.BackupScreenMode = BackupScreenMode;
18
+ (function (BackupScreenMode) {
19
+ BackupScreenMode["Create"] = "create";
20
+ BackupScreenMode["Restore"] = "restore";
21
+ })(BackupScreenMode || (exports.BackupScreenMode = BackupScreenMode = {}));
22
+ const BackupScreen = _ref => {
23
+ let {
24
+ children,
25
+ cta,
26
+ description,
27
+ isCtaDisabled,
28
+ onBack,
29
+ onCta,
30
+ testID,
31
+ title
32
+ } = _ref;
33
+ const colorScheme = (0, _colorSchemeContext.useAppColorScheme)();
34
+ return /*#__PURE__*/_react.default.createElement(_scrollViewScreen.default, {
35
+ header: {
36
+ backgroundColor: colorScheme.white,
37
+ leftItem: /*#__PURE__*/_react.default.createElement(_backButton.default, {
38
+ onPress: onBack,
39
+ testID: (0, _testID.concatTestID)(testID, 'back')
40
+ }),
41
+ title
42
+ },
43
+ scrollView: {
44
+ testID: (0, _testID.concatTestID)(testID, 'scroll')
45
+ },
46
+ style: {
47
+ backgroundColor: colorScheme.white
48
+ },
49
+ testID: testID
50
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
51
+ style: styles.contentWrapper
52
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
53
+ style: styles.content
54
+ }, /*#__PURE__*/_react.default.createElement(_typography.default, {
55
+ color: colorScheme.text,
56
+ style: styles.description
57
+ }, description), children), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
58
+ style: styles.bottom
59
+ }, /*#__PURE__*/_react.default.createElement(_button.Button, {
60
+ disabled: isCtaDisabled,
61
+ onPress: onCta,
62
+ testID: (0, _testID.concatTestID)(testID, 'mainButton'),
63
+ title: cta,
64
+ type: isCtaDisabled ? _button.ButtonType.Border : _button.ButtonType.Primary
65
+ }))));
66
+ };
67
+ const styles = _reactNative.StyleSheet.create({
68
+ bottom: {
69
+ flex: 1,
70
+ justifyContent: 'flex-end',
71
+ minHeight: 84
72
+ },
73
+ content: {
74
+ marginHorizontal: 8
75
+ },
76
+ contentWrapper: {
77
+ flex: 1,
78
+ marginHorizontal: 12
79
+ },
80
+ description: {
81
+ marginBottom: 24,
82
+ opacity: 0.7
83
+ }
84
+ });
85
+ var _default = BackupScreen;
86
+ exports.default = _default;
87
+ //# sourceMappingURL=backup-screen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_backButton","_button","_scrollViewScreen","_typography","_colorSchemeContext","_testID","obj","__esModule","default","BackupScreenMode","exports","BackupScreen","_ref","children","cta","description","isCtaDisabled","onBack","onCta","testID","title","colorScheme","useAppColorScheme","createElement","header","backgroundColor","white","leftItem","onPress","concatTestID","scrollView","style","View","styles","contentWrapper","content","color","text","bottom","Button","disabled","type","ButtonType","Border","Primary","StyleSheet","create","flex","justifyContent","minHeight","marginHorizontal","marginBottom","opacity","_default"],"sources":["backup-screen.tsx"],"sourcesContent":["import React, { FC, PropsWithChildren } from 'react';\nimport { StyleSheet, View } from 'react-native';\n\nimport BackButton from '../buttons/back-button';\nimport { Button, ButtonType } from '../buttons/button';\nimport ScrollViewScreen from '../screens/scroll-view-screen';\nimport Typography from '../text/typography';\nimport { useAppColorScheme } from '../theme/color-scheme-context';\nimport { concatTestID } from '../utils/testID';\n\nexport enum BackupScreenMode {\n Create = 'create',\n Restore = 'restore',\n}\n\nexport type BackupScreenProps = PropsWithChildren<{\n cta: string;\n description: string;\n isCtaDisabled?: boolean;\n onBack: () => void;\n onCta: () => void;\n testID: string;\n title: string;\n}>;\n\nconst BackupScreen: FC<BackupScreenProps> = ({\n children,\n cta,\n description,\n isCtaDisabled,\n onBack,\n onCta,\n testID,\n title,\n}) => {\n const colorScheme = useAppColorScheme();\n\n return (\n <ScrollViewScreen\n header={{\n backgroundColor: colorScheme.white,\n leftItem: <BackButton onPress={onBack} testID={concatTestID(testID, 'back')} />,\n title,\n }}\n scrollView={{\n testID: concatTestID(testID, 'scroll'),\n }}\n style={{ backgroundColor: colorScheme.white }}\n testID={testID}>\n <View style={styles.contentWrapper}>\n <View style={styles.content}>\n <Typography color={colorScheme.text} style={styles.description}>\n {description}\n </Typography>\n\n {children}\n </View>\n\n <View style={styles.bottom}>\n <Button\n disabled={isCtaDisabled}\n onPress={onCta}\n testID={concatTestID(testID, 'mainButton')}\n title={cta}\n type={isCtaDisabled ? ButtonType.Border : ButtonType.Primary}\n />\n </View>\n </View>\n </ScrollViewScreen>\n );\n};\n\nconst styles = StyleSheet.create({\n bottom: {\n flex: 1,\n justifyContent: 'flex-end',\n minHeight: 84,\n },\n content: {\n marginHorizontal: 8,\n },\n contentWrapper: {\n flex: 1,\n marginHorizontal: 12,\n },\n description: {\n marginBottom: 24,\n opacity: 0.7,\n },\n});\n\nexport default BackupScreen;\n"],"mappings":"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"}