@procivis/one-react-native-components 0.1.63 → 0.2.54

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 (1229) hide show
  1. package/README.md +17 -6
  2. package/lib/commonjs/components/backup/index.js +17 -0
  3. package/lib/commonjs/components/backup/index.js.map +1 -0
  4. package/lib/commonjs/components/backup/preview-credentials.js +42 -0
  5. package/lib/commonjs/components/backup/preview-credentials.js.map +1 -0
  6. package/lib/commonjs/components/credential/credential.js +63 -0
  7. package/lib/commonjs/components/credential/credential.js.map +1 -0
  8. package/lib/commonjs/components/credential/index.js +17 -0
  9. package/lib/commonjs/components/credential/index.js.map +1 -0
  10. package/lib/commonjs/components/entity/EntityButtons.js +69 -0
  11. package/lib/commonjs/components/entity/EntityButtons.js.map +1 -0
  12. package/lib/commonjs/components/entity/entity-attributes.js +52 -0
  13. package/lib/commonjs/components/entity/entity-attributes.js.map +1 -0
  14. package/lib/commonjs/components/entity/entity-details-with-buttons.js +91 -0
  15. package/lib/commonjs/components/entity/entity-details-with-buttons.js.map +1 -0
  16. package/lib/commonjs/components/entity/entity-details.js +74 -0
  17. package/lib/commonjs/components/entity/entity-details.js.map +1 -0
  18. package/lib/commonjs/components/entity/index.js +27 -0
  19. package/lib/commonjs/components/entity/index.js.map +1 -0
  20. package/lib/commonjs/components/index.js +61 -0
  21. package/lib/commonjs/components/index.js.map +1 -0
  22. package/lib/commonjs/components/navigation/header-buttons.js +82 -0
  23. package/lib/commonjs/components/navigation/header-buttons.js.map +1 -0
  24. package/lib/commonjs/components/navigation/index.js +17 -0
  25. package/lib/commonjs/components/navigation/index.js.map +1 -0
  26. package/lib/commonjs/components/proof-request/group.js +36 -0
  27. package/lib/commonjs/components/proof-request/group.js.map +1 -0
  28. package/lib/commonjs/components/proof-request/index.js +39 -0
  29. package/lib/commonjs/components/proof-request/index.js.map +1 -0
  30. package/lib/commonjs/components/proof-request/select-credential.js +49 -0
  31. package/lib/commonjs/components/proof-request/select-credential.js.map +1 -0
  32. package/lib/commonjs/components/proof-request/share-credential.js +163 -0
  33. package/lib/commonjs/components/proof-request/share-credential.js.map +1 -0
  34. package/lib/commonjs/index.js +8 -261
  35. package/lib/commonjs/index.js.map +1 -1
  36. package/lib/commonjs/ui-components/accessibility/accessibilityHistory.js +81 -0
  37. package/lib/commonjs/ui-components/accessibility/accessibilityHistory.js.map +1 -0
  38. package/lib/commonjs/ui-components/blur/blur-view.js +76 -0
  39. package/lib/commonjs/ui-components/blur/blur-view.js.map +1 -0
  40. package/lib/commonjs/ui-components/buttons/back-button.js.map +1 -0
  41. package/lib/commonjs/ui-components/buttons/button.js +153 -0
  42. package/lib/commonjs/ui-components/buttons/button.js.map +1 -0
  43. package/lib/commonjs/ui-components/buttons/connectivity-button.js +82 -0
  44. package/lib/commonjs/ui-components/buttons/connectivity-button.js.map +1 -0
  45. package/lib/commonjs/ui-components/credential/card/credential-card.js +183 -0
  46. package/lib/commonjs/ui-components/credential/card/credential-card.js.map +1 -0
  47. package/lib/commonjs/ui-components/credential/card/credential-details-card.js +199 -0
  48. package/lib/commonjs/ui-components/credential/card/credential-details-card.js.map +1 -0
  49. package/lib/commonjs/ui-components/credential/card/credential-header.js +173 -0
  50. package/lib/commonjs/ui-components/credential/card/credential-header.js.map +1 -0
  51. package/lib/commonjs/ui-components/credential/card/credential-image-carousel.js +124 -0
  52. package/lib/commonjs/ui-components/credential/card/credential-image-carousel.js.map +1 -0
  53. package/lib/commonjs/ui-components/credential/card/index.js +91 -0
  54. package/lib/commonjs/ui-components/credential/card/index.js.map +1 -0
  55. package/lib/commonjs/ui-components/credential/credential-attribute-item.js +289 -0
  56. package/lib/commonjs/ui-components/credential/credential-attribute-item.js.map +1 -0
  57. package/lib/commonjs/ui-components/credential/selector.js +79 -0
  58. package/lib/commonjs/ui-components/credential/selector.js.map +1 -0
  59. package/lib/commonjs/ui-components/detail/detail.js +84 -0
  60. package/lib/commonjs/ui-components/detail/detail.js.map +1 -0
  61. package/lib/commonjs/ui-components/entity/avatar.js +106 -0
  62. package/lib/commonjs/ui-components/entity/avatar.js.map +1 -0
  63. package/lib/commonjs/ui-components/entity/entity-cluster.js +75 -0
  64. package/lib/commonjs/ui-components/entity/entity-cluster.js.map +1 -0
  65. package/lib/commonjs/ui-components/header/header.js +105 -0
  66. package/lib/commonjs/ui-components/header/header.js.map +1 -0
  67. package/lib/commonjs/ui-components/header/navigation-header.js +148 -0
  68. package/lib/commonjs/ui-components/header/navigation-header.js.map +1 -0
  69. package/lib/commonjs/ui-components/history/data-item.js +70 -0
  70. package/lib/commonjs/ui-components/history/data-item.js.map +1 -0
  71. package/lib/commonjs/ui-components/history/history-list-item.js +90 -0
  72. package/lib/commonjs/ui-components/history/history-list-item.js.map +1 -0
  73. package/lib/commonjs/ui-components/history/history-section-header.js +49 -0
  74. package/lib/commonjs/ui-components/history/history-section-header.js.map +1 -0
  75. package/lib/commonjs/ui-components/icons/entity.js +52 -0
  76. package/lib/commonjs/ui-components/icons/entity.js.map +1 -0
  77. package/lib/commonjs/ui-components/index.js +281 -0
  78. package/lib/commonjs/ui-components/index.js.map +1 -0
  79. package/lib/commonjs/ui-components/input/selection-input.js +102 -0
  80. package/lib/commonjs/ui-components/input/selection-input.js.map +1 -0
  81. package/lib/commonjs/ui-components/input/text-input.js +195 -0
  82. package/lib/commonjs/ui-components/input/text-input.js.map +1 -0
  83. package/lib/commonjs/ui-components/loader/loader.js +140 -0
  84. package/lib/commonjs/ui-components/loader/loader.js.map +1 -0
  85. package/lib/commonjs/ui-components/nerd-view/nerd-mode-item.js +238 -0
  86. package/lib/commonjs/ui-components/nerd-view/nerd-mode-item.js.map +1 -0
  87. package/lib/commonjs/ui-components/pin/index.js +47 -0
  88. package/lib/commonjs/ui-components/pin/index.js.map +1 -0
  89. package/lib/commonjs/ui-components/pin/keypad.js +201 -0
  90. package/lib/commonjs/ui-components/pin/keypad.js.map +1 -0
  91. package/lib/commonjs/ui-components/pin/pin-code-screen.js +162 -0
  92. package/lib/commonjs/ui-components/pin/pin-code-screen.js.map +1 -0
  93. package/lib/commonjs/ui-components/pin/pin-lock-animation.js +824 -0
  94. package/lib/commonjs/ui-components/pin/pin-lock-animation.js.map +1 -0
  95. package/lib/commonjs/ui-components/pin/pin-lock.js +83 -0
  96. package/lib/commonjs/ui-components/pin/pin-lock.js.map +1 -0
  97. package/lib/commonjs/ui-components/screens/backup-screen.js +87 -0
  98. package/lib/commonjs/ui-components/screens/backup-screen.js.map +1 -0
  99. package/lib/commonjs/ui-components/screens/image-preview-screen.js +92 -0
  100. package/lib/commonjs/ui-components/screens/image-preview-screen.js.map +1 -0
  101. package/lib/commonjs/ui-components/screens/nerd-mode-screen.js +172 -0
  102. package/lib/commonjs/ui-components/screens/nerd-mode-screen.js.map +1 -0
  103. package/lib/commonjs/ui-components/screens/qr-code-scanner-screen.js +120 -0
  104. package/lib/commonjs/ui-components/screens/qr-code-scanner-screen.js.map +1 -0
  105. package/lib/commonjs/ui-components/screens/scroll-view-screen.js +94 -0
  106. package/lib/commonjs/ui-components/screens/scroll-view-screen.js.map +1 -0
  107. package/lib/commonjs/ui-components/screens/section-list-screen.js +67 -0
  108. package/lib/commonjs/ui-components/screens/section-list-screen.js.map +1 -0
  109. package/lib/commonjs/ui-components/searchbar/search-bar.js +99 -0
  110. package/lib/commonjs/ui-components/searchbar/search-bar.js.map +1 -0
  111. package/lib/commonjs/utils/array.js +10 -0
  112. package/lib/commonjs/utils/array.js.map +1 -0
  113. package/lib/commonjs/utils/backup.js +12 -0
  114. package/lib/commonjs/utils/backup.js.map +1 -0
  115. package/lib/commonjs/utils/date.js +98 -1
  116. package/lib/commonjs/utils/date.js.map +1 -1
  117. package/lib/commonjs/utils/hooks/connectivity/connectivity.js +148 -0
  118. package/lib/commonjs/utils/hooks/connectivity/connectivity.js.map +1 -0
  119. package/lib/commonjs/utils/hooks/connectivity/connectivity.test.js +56 -0
  120. package/lib/commonjs/utils/hooks/connectivity/connectivity.test.js.map +1 -0
  121. package/lib/commonjs/utils/hooks/core/backup.js +155 -0
  122. package/lib/commonjs/utils/hooks/core/backup.js.map +1 -0
  123. package/lib/commonjs/utils/hooks/core/core-config.js +19 -0
  124. package/lib/commonjs/utils/hooks/core/core-config.js.map +1 -0
  125. package/lib/commonjs/utils/hooks/core/core-context.js +72 -0
  126. package/lib/commonjs/utils/hooks/core/core-context.js.map +1 -0
  127. package/lib/commonjs/utils/hooks/core/core-init.js +91 -0
  128. package/lib/commonjs/utils/hooks/core/core-init.js.map +1 -0
  129. package/lib/commonjs/utils/hooks/core/credential-schemas.js +111 -0
  130. package/lib/commonjs/utils/hooks/core/credential-schemas.js.map +1 -0
  131. package/lib/commonjs/utils/hooks/core/credentials.js +170 -0
  132. package/lib/commonjs/utils/hooks/core/credentials.js.map +1 -0
  133. package/lib/commonjs/utils/hooks/core/dids.js +35 -0
  134. package/lib/commonjs/utils/hooks/core/dids.js.map +1 -0
  135. package/lib/commonjs/utils/hooks/core/error-code.js +15 -0
  136. package/lib/commonjs/utils/hooks/core/error-code.js.map +1 -0
  137. package/lib/commonjs/utils/hooks/core/history.js +65 -0
  138. package/lib/commonjs/utils/hooks/core/history.js.map +1 -0
  139. package/lib/commonjs/utils/hooks/core/index.js +138 -0
  140. package/lib/commonjs/utils/hooks/core/index.js.map +1 -0
  141. package/lib/commonjs/utils/hooks/core/proof-schemas.js +132 -0
  142. package/lib/commonjs/utils/hooks/core/proof-schemas.js.map +1 -0
  143. package/lib/commonjs/utils/hooks/core/proofs.js +336 -0
  144. package/lib/commonjs/utils/hooks/core/proofs.js.map +1 -0
  145. package/lib/commonjs/utils/hooks/core/query.js +25 -0
  146. package/lib/commonjs/utils/hooks/core/query.js.map +1 -0
  147. package/lib/commonjs/utils/hooks/core/trust-entity.js +95 -0
  148. package/lib/commonjs/utils/hooks/core/trust-entity.js.map +1 -0
  149. package/lib/commonjs/utils/hooks/credential-card/credential-card-expanding.js +51 -0
  150. package/lib/commonjs/utils/hooks/credential-card/credential-card-expanding.js.map +1 -0
  151. package/lib/commonjs/utils/hooks/http/client.js +20 -0
  152. package/lib/commonjs/utils/hooks/http/client.js.map +1 -0
  153. package/lib/commonjs/utils/hooks/index.js +85 -11
  154. package/lib/commonjs/utils/hooks/index.js.map +1 -1
  155. package/lib/commonjs/utils/hooks/navigation/before-remove.js +28 -0
  156. package/lib/commonjs/utils/hooks/navigation/before-remove.js.map +1 -0
  157. package/lib/commonjs/utils/hooks/navigation/close-button-timeout.js +34 -0
  158. package/lib/commonjs/utils/hooks/navigation/close-button-timeout.js.map +1 -0
  159. package/lib/commonjs/utils/hooks/navigation/deep-link.js +46 -0
  160. package/lib/commonjs/utils/hooks/navigation/deep-link.js.map +1 -0
  161. package/lib/commonjs/utils/hooks/navigation/index.js +50 -0
  162. package/lib/commonjs/utils/hooks/navigation/index.js.map +1 -0
  163. package/lib/commonjs/utils/hooks/navigation/open-settings.js +43 -0
  164. package/lib/commonjs/utils/hooks/navigation/open-settings.js.map +1 -0
  165. package/lib/commonjs/utils/hooks/pin-security/pin-security.js +87 -0
  166. package/lib/commonjs/utils/hooks/pin-security/pin-security.js.map +1 -0
  167. package/lib/commonjs/utils/hooks/revocation/credential-status.js +67 -0
  168. package/lib/commonjs/utils/hooks/revocation/credential-status.js.map +1 -0
  169. package/lib/commonjs/utils/index.js +119 -45
  170. package/lib/commonjs/utils/index.js.map +1 -1
  171. package/lib/commonjs/utils/parsers/credential-images.js +86 -0
  172. package/lib/commonjs/utils/parsers/credential-images.js.map +1 -0
  173. package/lib/commonjs/utils/parsers/credential-sharing.js +255 -0
  174. package/lib/commonjs/utils/parsers/credential-sharing.js.map +1 -0
  175. package/lib/commonjs/utils/parsers/credential.js +323 -0
  176. package/lib/commonjs/utils/parsers/credential.js.map +1 -0
  177. package/lib/commonjs/utils/parsers/index.js +50 -0
  178. package/lib/commonjs/utils/parsers/index.js.map +1 -0
  179. package/lib/commonjs/utils/parsers/query.js +103 -0
  180. package/lib/commonjs/utils/parsers/query.js.map +1 -0
  181. package/lib/commonjs/utils/reporting.js +86 -0
  182. package/lib/commonjs/utils/reporting.js.map +1 -0
  183. package/lib/commonjs/utils/string.js +20 -0
  184. package/lib/commonjs/utils/string.js.map +1 -0
  185. package/lib/commonjs/utils/useMemoAsync.js +1 -1
  186. package/lib/commonjs/utils/useMemoAsync.js.map +1 -1
  187. package/lib/commonjs/utils/uuid.js +16 -0
  188. package/lib/commonjs/utils/uuid.js.map +1 -0
  189. package/lib/module/components/backup/index.js +2 -0
  190. package/lib/module/components/backup/index.js.map +1 -0
  191. package/lib/module/components/backup/preview-credentials.js +34 -0
  192. package/lib/module/components/backup/preview-credentials.js.map +1 -0
  193. package/lib/module/components/credential/credential.js +55 -0
  194. package/lib/module/components/credential/credential.js.map +1 -0
  195. package/lib/module/components/credential/index.js +2 -0
  196. package/lib/module/components/credential/index.js.map +1 -0
  197. package/lib/module/components/entity/EntityButtons.js +60 -0
  198. package/lib/module/components/entity/EntityButtons.js.map +1 -0
  199. package/lib/module/components/entity/entity-attributes.js +43 -0
  200. package/lib/module/components/entity/entity-attributes.js.map +1 -0
  201. package/lib/module/components/entity/entity-details-with-buttons.js +81 -0
  202. package/lib/module/components/entity/entity-details-with-buttons.js.map +1 -0
  203. package/lib/module/components/entity/entity-details.js +64 -0
  204. package/lib/module/components/entity/entity-details.js.map +1 -0
  205. package/lib/module/components/entity/index.js +3 -0
  206. package/lib/module/components/entity/index.js.map +1 -0
  207. package/lib/module/components/index.js +6 -0
  208. package/lib/module/components/index.js.map +1 -0
  209. package/lib/module/components/navigation/header-buttons.js +70 -0
  210. package/lib/module/components/navigation/header-buttons.js.map +1 -0
  211. package/lib/module/components/navigation/index.js +2 -0
  212. package/lib/module/components/navigation/index.js.map +1 -0
  213. package/lib/module/components/proof-request/group.js +28 -0
  214. package/lib/module/components/proof-request/group.js.map +1 -0
  215. package/lib/module/components/proof-request/index.js +4 -0
  216. package/lib/module/components/proof-request/index.js.map +1 -0
  217. package/lib/module/components/proof-request/select-credential.js +41 -0
  218. package/lib/module/components/proof-request/select-credential.js.map +1 -0
  219. package/lib/module/components/proof-request/share-credential.js +154 -0
  220. package/lib/module/components/proof-request/share-credential.js.map +1 -0
  221. package/lib/module/index.js +2 -25
  222. package/lib/module/index.js.map +1 -1
  223. package/lib/module/ui-components/accessibility/accessibilityHistory.js +71 -0
  224. package/lib/module/ui-components/accessibility/accessibilityHistory.js.map +1 -0
  225. package/lib/module/ui-components/blur/blur-view.js +67 -0
  226. package/lib/module/ui-components/blur/blur-view.js.map +1 -0
  227. package/lib/module/ui-components/buttons/back-button.js.map +1 -0
  228. package/lib/module/ui-components/buttons/button.js +143 -0
  229. package/lib/module/ui-components/buttons/button.js.map +1 -0
  230. package/lib/module/ui-components/buttons/connectivity-button.js +73 -0
  231. package/lib/module/ui-components/buttons/connectivity-button.js.map +1 -0
  232. package/lib/module/ui-components/credential/card/credential-card.js +171 -0
  233. package/lib/module/ui-components/credential/card/credential-card.js.map +1 -0
  234. package/lib/module/ui-components/credential/card/credential-details-card.js +189 -0
  235. package/lib/module/ui-components/credential/card/credential-details-card.js.map +1 -0
  236. package/lib/module/ui-components/credential/card/credential-header.js +163 -0
  237. package/lib/module/ui-components/credential/card/credential-header.js.map +1 -0
  238. package/lib/module/ui-components/credential/card/credential-image-carousel.js +113 -0
  239. package/lib/module/ui-components/credential/card/credential-image-carousel.js.map +1 -0
  240. package/lib/module/ui-components/credential/card/index.js +11 -0
  241. package/lib/module/ui-components/credential/card/index.js.map +1 -0
  242. package/lib/module/ui-components/credential/credential-attribute-item.js +279 -0
  243. package/lib/module/ui-components/credential/credential-attribute-item.js.map +1 -0
  244. package/lib/module/ui-components/credential/selector.js +70 -0
  245. package/lib/module/ui-components/credential/selector.js.map +1 -0
  246. package/lib/module/ui-components/detail/detail.js +75 -0
  247. package/lib/module/ui-components/detail/detail.js.map +1 -0
  248. package/lib/module/ui-components/entity/avatar.js +96 -0
  249. package/lib/module/ui-components/entity/avatar.js.map +1 -0
  250. package/lib/module/ui-components/entity/entity-cluster.js +65 -0
  251. package/lib/module/ui-components/entity/entity-cluster.js.map +1 -0
  252. package/lib/module/ui-components/header/header.js +97 -0
  253. package/lib/module/ui-components/header/header.js.map +1 -0
  254. package/lib/module/ui-components/header/navigation-header.js +138 -0
  255. package/lib/module/ui-components/header/navigation-header.js.map +1 -0
  256. package/lib/module/ui-components/history/data-item.js +60 -0
  257. package/lib/module/ui-components/history/data-item.js.map +1 -0
  258. package/lib/module/ui-components/history/history-list-item.js +80 -0
  259. package/lib/module/ui-components/history/history-list-item.js.map +1 -0
  260. package/lib/module/ui-components/history/history-section-header.js +42 -0
  261. package/lib/module/ui-components/history/history-section-header.js.map +1 -0
  262. package/lib/module/ui-components/icons/entity.js +43 -0
  263. package/lib/module/ui-components/icons/entity.js.map +1 -0
  264. package/lib/module/ui-components/index.js +26 -0
  265. package/lib/module/ui-components/index.js.map +1 -0
  266. package/lib/module/ui-components/input/selection-input.js +92 -0
  267. package/lib/module/ui-components/input/selection-input.js.map +1 -0
  268. package/lib/module/ui-components/input/text-input.js +185 -0
  269. package/lib/module/ui-components/input/text-input.js.map +1 -0
  270. package/lib/module/ui-components/loader/loader.js +130 -0
  271. package/lib/module/ui-components/loader/loader.js.map +1 -0
  272. package/lib/module/ui-components/nerd-view/nerd-mode-item.js +227 -0
  273. package/lib/module/ui-components/nerd-view/nerd-mode-item.js.map +1 -0
  274. package/lib/module/ui-components/pin/index.js +5 -0
  275. package/lib/module/ui-components/pin/index.js.map +1 -0
  276. package/lib/module/ui-components/pin/keypad.js +191 -0
  277. package/lib/module/ui-components/pin/keypad.js.map +1 -0
  278. package/lib/module/ui-components/pin/pin-code-screen.js +152 -0
  279. package/lib/module/ui-components/pin/pin-code-screen.js.map +1 -0
  280. package/lib/module/ui-components/pin/pin-lock-animation.js +817 -0
  281. package/lib/module/ui-components/pin/pin-lock-animation.js.map +1 -0
  282. package/lib/module/ui-components/pin/pin-lock.js +73 -0
  283. package/lib/module/ui-components/pin/pin-lock.js.map +1 -0
  284. package/lib/module/ui-components/screens/backup-screen.js +78 -0
  285. package/lib/module/ui-components/screens/backup-screen.js.map +1 -0
  286. package/lib/module/ui-components/screens/image-preview-screen.js +83 -0
  287. package/lib/module/ui-components/screens/image-preview-screen.js.map +1 -0
  288. package/lib/module/ui-components/screens/nerd-mode-screen.js +161 -0
  289. package/lib/module/ui-components/screens/nerd-mode-screen.js.map +1 -0
  290. package/lib/module/ui-components/screens/qr-code-scanner-screen.js +110 -0
  291. package/lib/module/ui-components/screens/qr-code-scanner-screen.js.map +1 -0
  292. package/lib/module/ui-components/screens/scroll-view-screen.js +86 -0
  293. package/lib/module/ui-components/screens/scroll-view-screen.js.map +1 -0
  294. package/lib/module/ui-components/screens/section-list-screen.js +59 -0
  295. package/lib/module/ui-components/screens/section-list-screen.js.map +1 -0
  296. package/lib/module/ui-components/searchbar/search-bar.js +89 -0
  297. package/lib/module/ui-components/searchbar/search-bar.js.map +1 -0
  298. package/lib/module/utils/array.js +4 -0
  299. package/lib/module/utils/array.js.map +1 -0
  300. package/lib/module/utils/backup.js +5 -0
  301. package/lib/module/utils/backup.js.map +1 -0
  302. package/lib/module/utils/date.js +89 -1
  303. package/lib/module/utils/date.js.map +1 -1
  304. package/lib/module/utils/hooks/connectivity/connectivity.js +136 -0
  305. package/lib/module/utils/hooks/connectivity/connectivity.js.map +1 -0
  306. package/lib/module/utils/hooks/connectivity/connectivity.test.js +54 -0
  307. package/lib/module/utils/hooks/connectivity/connectivity.test.js.map +1 -0
  308. package/lib/module/utils/hooks/core/backup.js +143 -0
  309. package/lib/module/utils/hooks/core/backup.js.map +1 -0
  310. package/lib/module/utils/hooks/core/core-config.js +12 -0
  311. package/lib/module/utils/hooks/core/core-config.js.map +1 -0
  312. package/lib/module/utils/hooks/core/core-context.js +62 -0
  313. package/lib/module/utils/hooks/core/core-context.js.map +1 -0
  314. package/lib/module/utils/hooks/core/core-init.js +82 -0
  315. package/lib/module/utils/hooks/core/core-init.js.map +1 -0
  316. package/lib/module/utils/hooks/core/credential-schemas.js +95 -0
  317. package/lib/module/utils/hooks/core/credential-schemas.js.map +1 -0
  318. package/lib/module/utils/hooks/core/credentials.js +155 -0
  319. package/lib/module/utils/hooks/core/credentials.js.map +1 -0
  320. package/lib/module/utils/hooks/core/dids.js +27 -0
  321. package/lib/module/utils/hooks/core/dids.js.map +1 -0
  322. package/lib/module/utils/hooks/core/error-code.js +8 -0
  323. package/lib/module/utils/hooks/core/error-code.js.map +1 -0
  324. package/lib/module/utils/hooks/core/history.js +57 -0
  325. package/lib/module/utils/hooks/core/history.js.map +1 -0
  326. package/lib/module/utils/hooks/core/index.js +13 -0
  327. package/lib/module/utils/hooks/core/index.js.map +1 -0
  328. package/lib/module/utils/hooks/core/proof-schemas.js +115 -0
  329. package/lib/module/utils/hooks/core/proof-schemas.js.map +1 -0
  330. package/lib/module/utils/hooks/core/proofs.js +312 -0
  331. package/lib/module/utils/hooks/core/proofs.js.map +1 -0
  332. package/lib/module/utils/hooks/core/query.js +18 -0
  333. package/lib/module/utils/hooks/core/query.js.map +1 -0
  334. package/lib/module/utils/hooks/core/trust-entity.js +84 -0
  335. package/lib/module/utils/hooks/core/trust-entity.js.map +1 -0
  336. package/lib/module/utils/hooks/credential-card/credential-card-expanding.js +43 -0
  337. package/lib/module/utils/hooks/credential-card/credential-card-expanding.js.map +1 -0
  338. package/lib/module/utils/hooks/http/client.js +13 -0
  339. package/lib/module/utils/hooks/http/client.js.map +1 -0
  340. package/lib/module/utils/hooks/index.js +8 -4
  341. package/lib/module/utils/hooks/index.js.map +1 -1
  342. package/lib/module/utils/hooks/navigation/before-remove.js +21 -0
  343. package/lib/module/utils/hooks/navigation/before-remove.js.map +1 -0
  344. package/lib/module/utils/hooks/navigation/close-button-timeout.js +27 -0
  345. package/lib/module/utils/hooks/navigation/close-button-timeout.js.map +1 -0
  346. package/lib/module/utils/hooks/navigation/deep-link.js +38 -0
  347. package/lib/module/utils/hooks/navigation/deep-link.js.map +1 -0
  348. package/lib/module/utils/hooks/navigation/index.js +5 -0
  349. package/lib/module/utils/hooks/navigation/index.js.map +1 -0
  350. package/lib/module/utils/hooks/navigation/open-settings.js +36 -0
  351. package/lib/module/utils/hooks/navigation/open-settings.js.map +1 -0
  352. package/lib/module/utils/hooks/pin-security/pin-security.js +80 -0
  353. package/lib/module/utils/hooks/pin-security/pin-security.js.map +1 -0
  354. package/lib/module/utils/hooks/revocation/credential-status.js +61 -0
  355. package/lib/module/utils/hooks/revocation/credential-status.js.map +1 -0
  356. package/lib/module/utils/index.js +11 -5
  357. package/lib/module/utils/index.js.map +1 -1
  358. package/lib/module/utils/parsers/credential-images.js +78 -0
  359. package/lib/module/utils/parsers/credential-images.js.map +1 -0
  360. package/lib/module/utils/parsers/credential-sharing.js +242 -0
  361. package/lib/module/utils/parsers/credential-sharing.js.map +1 -0
  362. package/lib/module/utils/parsers/credential.js +304 -0
  363. package/lib/module/utils/parsers/credential.js.map +1 -0
  364. package/lib/module/utils/parsers/index.js +5 -0
  365. package/lib/module/utils/parsers/index.js.map +1 -0
  366. package/lib/module/utils/parsers/query.js +91 -0
  367. package/lib/module/utils/parsers/query.js.map +1 -0
  368. package/lib/module/utils/reporting.js +76 -0
  369. package/lib/module/utils/reporting.js.map +1 -0
  370. package/lib/module/utils/string.js +10 -0
  371. package/lib/module/utils/string.js.map +1 -0
  372. package/lib/module/utils/useMemoAsync.js +1 -1
  373. package/lib/module/utils/useMemoAsync.js.map +1 -1
  374. package/lib/module/utils/uuid.js +9 -0
  375. package/lib/module/utils/uuid.js.map +1 -0
  376. package/lib/typescript/components/backup/index.d.ts +1 -0
  377. package/lib/typescript/components/backup/preview-credentials.d.ts +11 -0
  378. package/lib/typescript/components/credential/credential.d.ts +16 -0
  379. package/lib/typescript/components/credential/index.d.ts +1 -0
  380. package/lib/typescript/components/entity/EntityButtons.d.ts +14 -0
  381. package/lib/typescript/components/entity/entity-attributes.d.ts +12 -0
  382. package/lib/typescript/components/entity/entity-details-with-buttons.d.ts +18 -0
  383. package/lib/typescript/components/entity/entity-details.d.ts +19 -0
  384. package/lib/typescript/components/entity/index.d.ts +2 -0
  385. package/lib/typescript/components/index.d.ts +5 -0
  386. package/lib/typescript/components/navigation/header-buttons.d.ts +21 -0
  387. package/lib/typescript/components/navigation/index.d.ts +1 -0
  388. package/lib/typescript/components/proof-request/group.d.ts +2 -0
  389. package/lib/typescript/components/proof-request/index.d.ts +3 -0
  390. package/lib/typescript/components/proof-request/select-credential.d.ts +14 -0
  391. package/lib/typescript/components/proof-request/share-credential.d.ts +27 -0
  392. package/lib/typescript/index.d.ts +2 -25
  393. package/lib/typescript/ui-components/accessibility/accessibilityHistory.d.ts +13 -0
  394. package/lib/typescript/ui-components/buttons/back-button.d.ts +9 -0
  395. package/lib/typescript/ui-components/credential/card/credential-card.d.ts +25 -0
  396. package/lib/typescript/ui-components/credential/card/index.d.ts +10 -0
  397. package/lib/typescript/ui-components/credential/credential-attribute-item.d.ts +49 -0
  398. package/lib/typescript/ui-components/entity/avatar.d.ts +11 -0
  399. package/lib/typescript/ui-components/entity/entity-cluster.d.ts +13 -0
  400. package/lib/typescript/ui-components/index.d.ts +25 -0
  401. package/lib/typescript/ui-components/pin/index.d.ts +4 -0
  402. package/lib/typescript/ui-components/pin/pin-lock-animation.d.ts +731 -0
  403. package/lib/typescript/ui-components/pin/pin-lock.d.ts +13 -0
  404. package/lib/typescript/ui-components/screens/nerd-mode-screen.d.ts +49 -0
  405. package/lib/typescript/ui-components/text/typography.d.ts +112 -0
  406. package/lib/typescript/utils/array.d.ts +1 -0
  407. package/lib/typescript/utils/backup.d.ts +1 -0
  408. package/lib/typescript/utils/date.d.ts +32 -0
  409. package/lib/typescript/utils/hooks/connectivity/connectivity.d.ts +27 -0
  410. package/lib/typescript/utils/hooks/connectivity/connectivity.test.d.ts +1 -0
  411. package/lib/typescript/utils/hooks/core/backup.d.ts +12 -0
  412. package/lib/typescript/utils/hooks/core/core-config.d.ts +1 -0
  413. package/lib/typescript/utils/hooks/core/core-context.d.ts +15 -0
  414. package/lib/typescript/utils/hooks/core/core-init.d.ts +3 -0
  415. package/lib/typescript/utils/hooks/core/credential-schemas.d.ts +11 -0
  416. package/lib/typescript/utils/hooks/core/credentials.d.ts +18 -0
  417. package/lib/typescript/utils/hooks/core/dids.d.ts +3 -0
  418. package/lib/typescript/utils/hooks/core/error-code.d.ts +6 -0
  419. package/lib/typescript/utils/hooks/core/history.d.ts +6 -0
  420. package/lib/typescript/utils/hooks/core/index.d.ts +12 -0
  421. package/lib/typescript/utils/hooks/core/proof-schemas.d.ts +14 -0
  422. package/lib/typescript/utils/hooks/core/proofs.d.ts +37 -0
  423. package/lib/typescript/utils/hooks/core/query.d.ts +2 -0
  424. package/lib/typescript/utils/hooks/core/trust-entity.d.ts +6 -0
  425. package/lib/typescript/utils/hooks/credential-card/credential-card-expanding.d.ts +10 -0
  426. package/lib/typescript/utils/hooks/http/client.d.ts +2 -0
  427. package/lib/typescript/utils/hooks/index.d.ts +8 -4
  428. package/lib/typescript/utils/hooks/navigation/before-remove.d.ts +1 -0
  429. package/lib/typescript/utils/hooks/navigation/close-button-timeout.d.ts +3 -0
  430. package/lib/typescript/utils/hooks/navigation/deep-link.d.ts +2 -0
  431. package/lib/typescript/utils/hooks/navigation/index.d.ts +4 -0
  432. package/lib/typescript/utils/hooks/navigation/open-settings.d.ts +6 -0
  433. package/lib/typescript/utils/hooks/pin-security/pin-security.d.ts +6 -0
  434. package/lib/typescript/utils/hooks/revocation/credential-status.d.ts +7 -0
  435. package/lib/typescript/utils/index.d.ts +11 -5
  436. package/lib/typescript/utils/parsers/credential-images.d.ts +3 -0
  437. package/lib/typescript/utils/parsers/credential-sharing.d.ts +16 -0
  438. package/lib/typescript/utils/parsers/credential.d.ts +76 -0
  439. package/lib/typescript/utils/parsers/index.d.ts +4 -0
  440. package/lib/typescript/utils/parsers/query.d.ts +7 -0
  441. package/lib/typescript/utils/ref.d.ts +1 -1
  442. package/lib/typescript/utils/reporting.d.ts +4 -0
  443. package/lib/typescript/utils/string.d.ts +4 -0
  444. package/lib/typescript/utils/uuid.d.ts +6 -0
  445. package/package.json +29 -2
  446. package/src/components/backup/index.ts +1 -0
  447. package/src/components/backup/preview-credentials.tsx +38 -0
  448. package/src/components/credential/credential.tsx +72 -0
  449. package/src/components/credential/index.ts +1 -0
  450. package/src/components/entity/EntityButtons.tsx +79 -0
  451. package/src/components/entity/entity-attributes.tsx +62 -0
  452. package/src/components/entity/entity-details-with-buttons.tsx +98 -0
  453. package/src/components/entity/entity-details.tsx +85 -0
  454. package/src/components/entity/index.ts +3 -0
  455. package/src/components/index.ts +5 -0
  456. package/src/components/navigation/header-buttons.tsx +64 -0
  457. package/src/components/navigation/index.ts +1 -0
  458. package/src/components/proof-request/group.tsx +26 -0
  459. package/src/components/proof-request/index.ts +3 -0
  460. package/src/components/proof-request/select-credential.tsx +48 -0
  461. package/src/components/proof-request/share-credential.tsx +194 -0
  462. package/src/index.ts +2 -25
  463. package/src/ui-components/accessibility/accessibilityHistory.tsx +77 -0
  464. package/src/ui-components/blur/blur-view.tsx +82 -0
  465. package/src/ui-components/buttons/back-button.tsx +30 -0
  466. package/src/ui-components/buttons/button.tsx +169 -0
  467. package/src/ui-components/buttons/connectivity-button.tsx +95 -0
  468. package/src/ui-components/credential/card/credential-card.stories.tsx +54 -0
  469. package/src/ui-components/credential/card/credential-card.tsx +189 -0
  470. package/src/ui-components/credential/card/credential-details-card.stories.tsx +299 -0
  471. package/src/ui-components/credential/card/credential-details-card.tsx +242 -0
  472. package/src/ui-components/credential/card/credential-header.stories.tsx +50 -0
  473. package/src/ui-components/credential/card/credential-header.tsx +196 -0
  474. package/src/ui-components/credential/card/credential-image-carousel.tsx +113 -0
  475. package/src/ui-components/credential/card/index.ts +16 -0
  476. package/src/ui-components/credential/credential-attribute-item.tsx +373 -0
  477. package/src/ui-components/credential/selector.tsx +64 -0
  478. package/src/ui-components/detail/detail.stories.tsx +65 -0
  479. package/src/ui-components/detail/detail.tsx +98 -0
  480. package/src/ui-components/entity/avatar.tsx +100 -0
  481. package/src/ui-components/entity/entity-cluster.tsx +82 -0
  482. package/src/ui-components/header/header.stories.tsx +59 -0
  483. package/src/ui-components/header/header.tsx +105 -0
  484. package/src/ui-components/header/navigation-header.stories.tsx +56 -0
  485. package/src/ui-components/header/navigation-header.tsx +147 -0
  486. package/src/ui-components/history/data-item.tsx +79 -0
  487. package/src/ui-components/history/history-list-item.tsx +102 -0
  488. package/src/ui-components/history/history-section-header.tsx +44 -0
  489. package/src/ui-components/icons/entity.tsx +31 -0
  490. package/src/ui-components/index.ts +25 -0
  491. package/src/ui-components/input/selection-input.tsx +112 -0
  492. package/src/ui-components/input/text-input.tsx +253 -0
  493. package/src/ui-components/loader/loader.tsx +171 -0
  494. package/src/ui-components/nerd-view/nerd-mode-item.tsx +299 -0
  495. package/src/ui-components/pin/index.ts +5 -0
  496. package/src/ui-components/pin/keypad.tsx +166 -0
  497. package/src/ui-components/pin/pin-code-screen.tsx +195 -0
  498. package/src/ui-components/pin/pin-lock-animation.tsx +500 -0
  499. package/src/ui-components/pin/pin-lock.tsx +82 -0
  500. package/src/ui-components/screens/backup-screen.tsx +92 -0
  501. package/src/ui-components/screens/image-preview-screen.stories.tsx +28 -0
  502. package/src/ui-components/screens/image-preview-screen.tsx +82 -0
  503. package/src/ui-components/screens/nerd-mode-screen.tsx +214 -0
  504. package/src/ui-components/screens/qr-code-scanner-screen.stories.tsx +37 -0
  505. package/src/ui-components/screens/qr-code-scanner-screen.tsx +124 -0
  506. package/src/ui-components/screens/scroll-view-screen.tsx +91 -0
  507. package/src/ui-components/screens/section-list-screen.tsx +61 -0
  508. package/src/ui-components/searchbar/search-bar.tsx +94 -0
  509. package/src/ui-components/text/typography.stories.tsx +70 -0
  510. package/src/utils/array.ts +3 -0
  511. package/src/utils/backup.ts +5 -0
  512. package/src/utils/date.ts +105 -1
  513. package/src/utils/hooks/connectivity/connectivity.test.ts +87 -0
  514. package/src/utils/hooks/connectivity/connectivity.ts +162 -0
  515. package/src/utils/hooks/core/backup.ts +140 -0
  516. package/src/utils/hooks/core/core-config.ts +13 -0
  517. package/src/utils/hooks/core/core-context.tsx +101 -0
  518. package/src/utils/hooks/core/core-init.ts +92 -0
  519. package/src/utils/hooks/core/credential-schemas.ts +110 -0
  520. package/src/utils/hooks/core/credentials.ts +171 -0
  521. package/src/utils/hooks/core/dids.ts +28 -0
  522. package/src/utils/hooks/core/error-code.ts +6 -0
  523. package/src/utils/hooks/core/history.ts +85 -0
  524. package/src/utils/hooks/core/index.ts +12 -0
  525. package/src/utils/hooks/core/proof-schemas.ts +130 -0
  526. package/src/utils/hooks/core/proofs.ts +351 -0
  527. package/src/utils/hooks/core/query.ts +19 -0
  528. package/src/utils/hooks/core/trust-entity.ts +109 -0
  529. package/src/utils/hooks/credential-card/credential-card-expanding.tsx +45 -0
  530. package/src/utils/hooks/http/client.ts +13 -0
  531. package/src/utils/hooks/index.ts +8 -5
  532. package/src/utils/hooks/navigation/before-remove.tsx +22 -0
  533. package/src/utils/hooks/navigation/close-button-timeout.tsx +29 -0
  534. package/src/utils/hooks/navigation/deep-link.ts +40 -0
  535. package/src/utils/hooks/navigation/index.ts +4 -0
  536. package/src/utils/hooks/navigation/open-settings.ts +40 -0
  537. package/src/utils/hooks/pin-security/pin-security.ts +99 -0
  538. package/src/utils/hooks/revocation/credential-status.ts +44 -0
  539. package/src/utils/index.ts +11 -14
  540. package/src/utils/parsers/credential-images.tsx +78 -0
  541. package/src/utils/parsers/credential-sharing.tsx +366 -0
  542. package/src/utils/parsers/credential.ts +365 -0
  543. package/src/utils/parsers/index.ts +4 -0
  544. package/src/utils/parsers/query.tsx +80 -0
  545. package/src/utils/reporting.ts +84 -0
  546. package/src/utils/string.ts +17 -0
  547. package/src/utils/useMemoAsync.ts +1 -1
  548. package/src/utils/uuid.ts +8 -0
  549. package/lib/commonjs/accessibility/accessibilityHistory.js +0 -81
  550. package/lib/commonjs/accessibility/accessibilityHistory.js.map +0 -1
  551. package/lib/commonjs/blur/blur-view.js +0 -76
  552. package/lib/commonjs/blur/blur-view.js.map +0 -1
  553. package/lib/commonjs/buttons/back-button.js.map +0 -1
  554. package/lib/commonjs/buttons/button.js +0 -153
  555. package/lib/commonjs/buttons/button.js.map +0 -1
  556. package/lib/commonjs/buttons/connectivity-button.js +0 -82
  557. package/lib/commonjs/buttons/connectivity-button.js.map +0 -1
  558. package/lib/commonjs/credential/card/credential-card.js +0 -189
  559. package/lib/commonjs/credential/card/credential-card.js.map +0 -1
  560. package/lib/commonjs/credential/card/credential-details-card.js +0 -201
  561. package/lib/commonjs/credential/card/credential-details-card.js.map +0 -1
  562. package/lib/commonjs/credential/card/credential-header.js +0 -172
  563. package/lib/commonjs/credential/card/credential-header.js.map +0 -1
  564. package/lib/commonjs/credential/card/credential-image-carousel.js +0 -124
  565. package/lib/commonjs/credential/card/credential-image-carousel.js.map +0 -1
  566. package/lib/commonjs/credential/card/index.js +0 -85
  567. package/lib/commonjs/credential/card/index.js.map +0 -1
  568. package/lib/commonjs/credential/credential-attribute-item.js +0 -289
  569. package/lib/commonjs/credential/credential-attribute-item.js.map +0 -1
  570. package/lib/commonjs/credential/selector.js +0 -79
  571. package/lib/commonjs/credential/selector.js.map +0 -1
  572. package/lib/commonjs/detail/detail.js +0 -84
  573. package/lib/commonjs/detail/detail.js.map +0 -1
  574. package/lib/commonjs/entity/avatar.js +0 -96
  575. package/lib/commonjs/entity/avatar.js.map +0 -1
  576. package/lib/commonjs/entity/entity-cluster.js +0 -66
  577. package/lib/commonjs/entity/entity-cluster.js.map +0 -1
  578. package/lib/commonjs/header/header.js +0 -105
  579. package/lib/commonjs/header/header.js.map +0 -1
  580. package/lib/commonjs/header/navigation-header.js +0 -148
  581. package/lib/commonjs/header/navigation-header.js.map +0 -1
  582. package/lib/commonjs/history/data-item.js +0 -70
  583. package/lib/commonjs/history/data-item.js.map +0 -1
  584. package/lib/commonjs/history/history-list-item.js +0 -90
  585. package/lib/commonjs/history/history-list-item.js.map +0 -1
  586. package/lib/commonjs/history/history-section-header.js +0 -49
  587. package/lib/commonjs/history/history-section-header.js.map +0 -1
  588. package/lib/commonjs/icons/entity.js +0 -34
  589. package/lib/commonjs/icons/entity.js.map +0 -1
  590. package/lib/commonjs/input/selection-input.js +0 -102
  591. package/lib/commonjs/input/selection-input.js.map +0 -1
  592. package/lib/commonjs/input/text-input.js +0 -195
  593. package/lib/commonjs/input/text-input.js.map +0 -1
  594. package/lib/commonjs/loader/loader.js +0 -140
  595. package/lib/commonjs/loader/loader.js.map +0 -1
  596. package/lib/commonjs/nerd-view/nerd-mode-item.js +0 -235
  597. package/lib/commonjs/nerd-view/nerd-mode-item.js.map +0 -1
  598. package/lib/commonjs/pin/index.js +0 -32
  599. package/lib/commonjs/pin/index.js.map +0 -1
  600. package/lib/commonjs/pin/keypad.js +0 -201
  601. package/lib/commonjs/pin/keypad.js.map +0 -1
  602. package/lib/commonjs/pin/pin-code-screen.js +0 -162
  603. package/lib/commonjs/pin/pin-code-screen.js.map +0 -1
  604. package/lib/commonjs/screens/backup-screen.js +0 -87
  605. package/lib/commonjs/screens/backup-screen.js.map +0 -1
  606. package/lib/commonjs/screens/image-preview-screen.js +0 -92
  607. package/lib/commonjs/screens/image-preview-screen.js.map +0 -1
  608. package/lib/commonjs/screens/nerd-mode-screen.js +0 -142
  609. package/lib/commonjs/screens/nerd-mode-screen.js.map +0 -1
  610. package/lib/commonjs/screens/qr-code-scanner-screen.js +0 -120
  611. package/lib/commonjs/screens/qr-code-scanner-screen.js.map +0 -1
  612. package/lib/commonjs/screens/scroll-view-screen.js +0 -94
  613. package/lib/commonjs/screens/scroll-view-screen.js.map +0 -1
  614. package/lib/commonjs/screens/section-list-screen.js +0 -67
  615. package/lib/commonjs/screens/section-list-screen.js.map +0 -1
  616. package/lib/commonjs/searchbar/search-bar.js +0 -99
  617. package/lib/commonjs/searchbar/search-bar.js.map +0 -1
  618. package/lib/module/accessibility/accessibilityHistory.js +0 -71
  619. package/lib/module/accessibility/accessibilityHistory.js.map +0 -1
  620. package/lib/module/blur/blur-view.js +0 -67
  621. package/lib/module/blur/blur-view.js.map +0 -1
  622. package/lib/module/buttons/back-button.js.map +0 -1
  623. package/lib/module/buttons/button.js +0 -143
  624. package/lib/module/buttons/button.js.map +0 -1
  625. package/lib/module/buttons/connectivity-button.js +0 -73
  626. package/lib/module/buttons/connectivity-button.js.map +0 -1
  627. package/lib/module/credential/card/credential-card.js +0 -177
  628. package/lib/module/credential/card/credential-card.js.map +0 -1
  629. package/lib/module/credential/card/credential-details-card.js +0 -191
  630. package/lib/module/credential/card/credential-details-card.js.map +0 -1
  631. package/lib/module/credential/card/credential-header.js +0 -162
  632. package/lib/module/credential/card/credential-header.js.map +0 -1
  633. package/lib/module/credential/card/credential-image-carousel.js +0 -113
  634. package/lib/module/credential/card/credential-image-carousel.js.map +0 -1
  635. package/lib/module/credential/card/index.js +0 -11
  636. package/lib/module/credential/card/index.js.map +0 -1
  637. package/lib/module/credential/credential-attribute-item.js +0 -279
  638. package/lib/module/credential/credential-attribute-item.js.map +0 -1
  639. package/lib/module/credential/selector.js +0 -70
  640. package/lib/module/credential/selector.js.map +0 -1
  641. package/lib/module/detail/detail.js +0 -75
  642. package/lib/module/detail/detail.js.map +0 -1
  643. package/lib/module/entity/avatar.js +0 -86
  644. package/lib/module/entity/avatar.js.map +0 -1
  645. package/lib/module/entity/entity-cluster.js +0 -56
  646. package/lib/module/entity/entity-cluster.js.map +0 -1
  647. package/lib/module/header/header.js +0 -97
  648. package/lib/module/header/header.js.map +0 -1
  649. package/lib/module/header/navigation-header.js +0 -138
  650. package/lib/module/header/navigation-header.js.map +0 -1
  651. package/lib/module/history/data-item.js +0 -60
  652. package/lib/module/history/data-item.js.map +0 -1
  653. package/lib/module/history/history-list-item.js +0 -80
  654. package/lib/module/history/history-list-item.js.map +0 -1
  655. package/lib/module/history/history-section-header.js +0 -42
  656. package/lib/module/history/history-section-header.js.map +0 -1
  657. package/lib/module/icons/entity.js +0 -25
  658. package/lib/module/icons/entity.js.map +0 -1
  659. package/lib/module/input/selection-input.js +0 -92
  660. package/lib/module/input/selection-input.js.map +0 -1
  661. package/lib/module/input/text-input.js +0 -185
  662. package/lib/module/input/text-input.js.map +0 -1
  663. package/lib/module/loader/loader.js +0 -130
  664. package/lib/module/loader/loader.js.map +0 -1
  665. package/lib/module/nerd-view/nerd-mode-item.js +0 -224
  666. package/lib/module/nerd-view/nerd-mode-item.js.map +0 -1
  667. package/lib/module/pin/index.js +0 -4
  668. package/lib/module/pin/index.js.map +0 -1
  669. package/lib/module/pin/keypad.js +0 -191
  670. package/lib/module/pin/keypad.js.map +0 -1
  671. package/lib/module/pin/pin-code-screen.js +0 -152
  672. package/lib/module/pin/pin-code-screen.js.map +0 -1
  673. package/lib/module/screens/backup-screen.js +0 -78
  674. package/lib/module/screens/backup-screen.js.map +0 -1
  675. package/lib/module/screens/image-preview-screen.js +0 -83
  676. package/lib/module/screens/image-preview-screen.js.map +0 -1
  677. package/lib/module/screens/nerd-mode-screen.js +0 -132
  678. package/lib/module/screens/nerd-mode-screen.js.map +0 -1
  679. package/lib/module/screens/qr-code-scanner-screen.js +0 -110
  680. package/lib/module/screens/qr-code-scanner-screen.js.map +0 -1
  681. package/lib/module/screens/scroll-view-screen.js +0 -86
  682. package/lib/module/screens/scroll-view-screen.js.map +0 -1
  683. package/lib/module/screens/section-list-screen.js +0 -59
  684. package/lib/module/screens/section-list-screen.js.map +0 -1
  685. package/lib/module/searchbar/search-bar.js +0 -89
  686. package/lib/module/searchbar/search-bar.js.map +0 -1
  687. package/lib/typescript/accessibility/accessibilityHistory.d.ts +0 -13
  688. package/lib/typescript/buttons/back-button.d.ts +0 -9
  689. package/lib/typescript/credential/card/credential-card.d.ts +0 -22
  690. package/lib/typescript/credential/card/index.d.ts +0 -10
  691. package/lib/typescript/credential/credential-attribute-item.d.ts +0 -48
  692. package/lib/typescript/entity/avatar.d.ts +0 -10
  693. package/lib/typescript/entity/entity-cluster.d.ts +0 -12
  694. package/lib/typescript/pin/index.d.ts +0 -3
  695. package/lib/typescript/screens/nerd-mode-screen.d.ts +0 -22
  696. package/lib/typescript/text/typography.d.ts +0 -112
  697. package/src/accessibility/accessibilityHistory.tsx +0 -77
  698. package/src/blur/blur-view.tsx +0 -82
  699. package/src/buttons/back-button.tsx +0 -31
  700. package/src/buttons/button.tsx +0 -169
  701. package/src/buttons/connectivity-button.tsx +0 -95
  702. package/src/credential/card/credential-card.stories.tsx +0 -52
  703. package/src/credential/card/credential-card.tsx +0 -195
  704. package/src/credential/card/credential-details-card.stories.tsx +0 -268
  705. package/src/credential/card/credential-details-card.tsx +0 -242
  706. package/src/credential/card/credential-header.stories.tsx +0 -50
  707. package/src/credential/card/credential-header.tsx +0 -195
  708. package/src/credential/card/credential-image-carousel.tsx +0 -113
  709. package/src/credential/card/index.ts +0 -11
  710. package/src/credential/credential-attribute-item.tsx +0 -372
  711. package/src/credential/selector.tsx +0 -64
  712. package/src/detail/detail.stories.tsx +0 -65
  713. package/src/detail/detail.tsx +0 -98
  714. package/src/entity/avatar.tsx +0 -87
  715. package/src/entity/entity-cluster.tsx +0 -72
  716. package/src/header/header.stories.tsx +0 -59
  717. package/src/header/header.tsx +0 -105
  718. package/src/header/navigation-header.stories.tsx +0 -56
  719. package/src/header/navigation-header.tsx +0 -147
  720. package/src/history/data-item.tsx +0 -79
  721. package/src/history/history-list-item.tsx +0 -102
  722. package/src/history/history-section-header.tsx +0 -44
  723. package/src/icons/entity.tsx +0 -21
  724. package/src/input/selection-input.tsx +0 -112
  725. package/src/input/text-input.tsx +0 -253
  726. package/src/loader/loader.tsx +0 -169
  727. package/src/nerd-view/nerd-mode-item.tsx +0 -296
  728. package/src/pin/index.ts +0 -4
  729. package/src/pin/keypad.tsx +0 -166
  730. package/src/pin/pin-code-screen.tsx +0 -195
  731. package/src/screens/backup-screen.tsx +0 -92
  732. package/src/screens/image-preview-screen.stories.tsx +0 -28
  733. package/src/screens/image-preview-screen.tsx +0 -82
  734. package/src/screens/nerd-mode-screen.tsx +0 -150
  735. package/src/screens/qr-code-scanner-screen.stories.tsx +0 -37
  736. package/src/screens/qr-code-scanner-screen.tsx +0 -124
  737. package/src/screens/scroll-view-screen.tsx +0 -91
  738. package/src/screens/section-list-screen.tsx +0 -61
  739. package/src/searchbar/search-bar.tsx +0 -94
  740. package/src/text/typography.stories.tsx +0 -70
  741. /package/lib/commonjs/{accessibility → ui-components/accessibility}/accessibility.js +0 -0
  742. /package/lib/commonjs/{accessibility → ui-components/accessibility}/accessibility.js.map +0 -0
  743. /package/lib/commonjs/{accessibility → ui-components/accessibility}/accessibilityHistoryWrappers.js +0 -0
  744. /package/lib/commonjs/{accessibility → ui-components/accessibility}/accessibilityHistoryWrappers.js.map +0 -0
  745. /package/lib/commonjs/{accessibility → ui-components/accessibility}/accessibilityLanguage.js +0 -0
  746. /package/lib/commonjs/{accessibility → ui-components/accessibility}/accessibilityLanguage.js.map +0 -0
  747. /package/lib/commonjs/{accessibility → ui-components/accessibility}/index.js +0 -0
  748. /package/lib/commonjs/{accessibility → ui-components/accessibility}/index.js.map +0 -0
  749. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/de.json +0 -0
  750. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/en.json +0 -0
  751. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/fr.json +0 -0
  752. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/index.js +0 -0
  753. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/index.js.map +0 -0
  754. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale/it.json +0 -0
  755. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale.test.js +0 -0
  756. /package/lib/commonjs/{accessibility → ui-components/accessibility}/locale.test.js.map +0 -0
  757. /package/lib/commonjs/{action-modal → ui-components/action-modal}/ActionModal.js +0 -0
  758. /package/lib/commonjs/{action-modal → ui-components/action-modal}/ActionModal.js.map +0 -0
  759. /package/lib/commonjs/{action-modal → ui-components/action-modal}/index.js +0 -0
  760. /package/lib/commonjs/{action-modal → ui-components/action-modal}/index.js.map +0 -0
  761. /package/lib/commonjs/{activity-indicator → ui-components/activity-indicator}/activity-indicator.js +0 -0
  762. /package/lib/commonjs/{activity-indicator → ui-components/activity-indicator}/activity-indicator.js.map +0 -0
  763. /package/lib/commonjs/{activity-indicator → ui-components/activity-indicator}/index.js +0 -0
  764. /package/lib/commonjs/{activity-indicator → ui-components/activity-indicator}/index.js.map +0 -0
  765. /package/lib/commonjs/{blur → ui-components/blur}/index.js +0 -0
  766. /package/lib/commonjs/{blur → ui-components/blur}/index.js.map +0 -0
  767. /package/lib/commonjs/{buttons → ui-components/buttons}/back-button.js +0 -0
  768. /package/lib/commonjs/{buttons → ui-components/buttons}/filter-button.js +0 -0
  769. /package/lib/commonjs/{buttons → ui-components/buttons}/filter-button.js.map +0 -0
  770. /package/lib/commonjs/{buttons → ui-components/buttons}/ghost-button.js +0 -0
  771. /package/lib/commonjs/{buttons → ui-components/buttons}/ghost-button.js.map +0 -0
  772. /package/lib/commonjs/{buttons → ui-components/buttons}/index.js +0 -0
  773. /package/lib/commonjs/{buttons → ui-components/buttons}/index.js.map +0 -0
  774. /package/lib/commonjs/{buttons → ui-components/buttons}/scan-button.js +0 -0
  775. /package/lib/commonjs/{buttons → ui-components/buttons}/scan-button.js.map +0 -0
  776. /package/lib/commonjs/{camera → ui-components/camera}/camera-overlay.js +0 -0
  777. /package/lib/commonjs/{camera → ui-components/camera}/camera-overlay.js.map +0 -0
  778. /package/lib/commonjs/{camera → ui-components/camera}/index.js +0 -0
  779. /package/lib/commonjs/{camera → ui-components/camera}/index.js.map +0 -0
  780. /package/lib/commonjs/{camera → ui-components/camera}/qr-code-scanner.js +0 -0
  781. /package/lib/commonjs/{camera → ui-components/camera}/qr-code-scanner.js.map +0 -0
  782. /package/lib/commonjs/{control → ui-components/control}/checkbox.js +0 -0
  783. /package/lib/commonjs/{control → ui-components/control}/checkbox.js.map +0 -0
  784. /package/lib/commonjs/{control → ui-components/control}/index.js +0 -0
  785. /package/lib/commonjs/{control → ui-components/control}/index.js.map +0 -0
  786. /package/lib/commonjs/{control → ui-components/control}/switch.js +0 -0
  787. /package/lib/commonjs/{control → ui-components/control}/switch.js.map +0 -0
  788. /package/lib/commonjs/{credential → ui-components/credential}/card/credential-details-list-item.js +0 -0
  789. /package/lib/commonjs/{credential → ui-components/credential}/card/credential-details-list-item.js.map +0 -0
  790. /package/lib/commonjs/{credential → ui-components/credential}/credential-carousel-images.js +0 -0
  791. /package/lib/commonjs/{credential → ui-components/credential}/credential-carousel-images.js.map +0 -0
  792. /package/lib/commonjs/{credential → ui-components/credential}/index.js +0 -0
  793. /package/lib/commonjs/{credential → ui-components/credential}/index.js.map +0 -0
  794. /package/lib/commonjs/{credential → ui-components/credential}/selector-status.js +0 -0
  795. /package/lib/commonjs/{credential → ui-components/credential}/selector-status.js.map +0 -0
  796. /package/lib/commonjs/{detail → ui-components/detail}/index.js +0 -0
  797. /package/lib/commonjs/{detail → ui-components/detail}/index.js.map +0 -0
  798. /package/lib/commonjs/{entity → ui-components/entity}/index.js +0 -0
  799. /package/lib/commonjs/{entity → ui-components/entity}/index.js.map +0 -0
  800. /package/lib/commonjs/{header → ui-components/header}/focus-aware-status-bar.js +0 -0
  801. /package/lib/commonjs/{header → ui-components/header}/focus-aware-status-bar.js.map +0 -0
  802. /package/lib/commonjs/{header → ui-components/header}/foldable-header.js +0 -0
  803. /package/lib/commonjs/{header → ui-components/header}/foldable-header.js.map +0 -0
  804. /package/lib/commonjs/{header → ui-components/header}/index.js +0 -0
  805. /package/lib/commonjs/{header → ui-components/header}/index.js.map +0 -0
  806. /package/lib/commonjs/{history → ui-components/history}/history-section-list-item.js +0 -0
  807. /package/lib/commonjs/{history → ui-components/history}/history-section-list-item.js.map +0 -0
  808. /package/lib/commonjs/{history → ui-components/history}/index.js +0 -0
  809. /package/lib/commonjs/{history → ui-components/history}/index.js.map +0 -0
  810. /package/lib/commonjs/{icons → ui-components/icons}/connectivity.js +0 -0
  811. /package/lib/commonjs/{icons → ui-components/icons}/connectivity.js.map +0 -0
  812. /package/lib/commonjs/{icons → ui-components/icons}/credential.js +0 -0
  813. /package/lib/commonjs/{icons → ui-components/icons}/credential.js.map +0 -0
  814. /package/lib/commonjs/{icons → ui-components/icons}/history.js +0 -0
  815. /package/lib/commonjs/{icons → ui-components/icons}/history.js.map +0 -0
  816. /package/lib/commonjs/{icons → ui-components/icons}/icons.js +0 -0
  817. /package/lib/commonjs/{icons → ui-components/icons}/icons.js.map +0 -0
  818. /package/lib/commonjs/{icons → ui-components/icons}/index.js +0 -0
  819. /package/lib/commonjs/{icons → ui-components/icons}/index.js.map +0 -0
  820. /package/lib/commonjs/{icons → ui-components/icons}/input.js +0 -0
  821. /package/lib/commonjs/{icons → ui-components/icons}/input.js.map +0 -0
  822. /package/lib/commonjs/{icons → ui-components/icons}/keypad.js +0 -0
  823. /package/lib/commonjs/{icons → ui-components/icons}/keypad.js.map +0 -0
  824. /package/lib/commonjs/{icons → ui-components/icons}/loader.js +0 -0
  825. /package/lib/commonjs/{icons → ui-components/icons}/loader.js.map +0 -0
  826. /package/lib/commonjs/{icons → ui-components/icons}/nerd-view.js +0 -0
  827. /package/lib/commonjs/{icons → ui-components/icons}/nerd-view.js.map +0 -0
  828. /package/lib/commonjs/{icons → ui-components/icons}/selector.js +0 -0
  829. /package/lib/commonjs/{icons → ui-components/icons}/selector.js.map +0 -0
  830. /package/lib/commonjs/{icons → ui-components/icons}/wallet.js +0 -0
  831. /package/lib/commonjs/{icons → ui-components/icons}/wallet.js.map +0 -0
  832. /package/lib/commonjs/{image → ui-components/image}/image-or-component.js +0 -0
  833. /package/lib/commonjs/{image → ui-components/image}/image-or-component.js.map +0 -0
  834. /package/lib/commonjs/{image → ui-components/image}/index.js +0 -0
  835. /package/lib/commonjs/{image → ui-components/image}/index.js.map +0 -0
  836. /package/lib/commonjs/{input → ui-components/input}/index.js +0 -0
  837. /package/lib/commonjs/{input → ui-components/input}/index.js.map +0 -0
  838. /package/lib/commonjs/{input → ui-components/input}/radio-group.js +0 -0
  839. /package/lib/commonjs/{input → ui-components/input}/radio-group.js.map +0 -0
  840. /package/lib/commonjs/{list → ui-components/list}/index.js +0 -0
  841. /package/lib/commonjs/{list → ui-components/list}/index.js.map +0 -0
  842. /package/lib/commonjs/{list → ui-components/list}/list-section-header.js +0 -0
  843. /package/lib/commonjs/{list → ui-components/list}/list-section-header.js.map +0 -0
  844. /package/lib/commonjs/{list → ui-components/list}/list-title-header.js +0 -0
  845. /package/lib/commonjs/{list → ui-components/list}/list-title-header.js.map +0 -0
  846. /package/lib/commonjs/{loader → ui-components/loader}/index.js +0 -0
  847. /package/lib/commonjs/{loader → ui-components/loader}/index.js.map +0 -0
  848. /package/lib/commonjs/{loader → ui-components/loader}/loading-result.js +0 -0
  849. /package/lib/commonjs/{loader → ui-components/loader}/loading-result.js.map +0 -0
  850. /package/lib/commonjs/{nerd-view → ui-components/nerd-view}/index.js +0 -0
  851. /package/lib/commonjs/{nerd-view → ui-components/nerd-view}/index.js.map +0 -0
  852. /package/lib/commonjs/{pin → ui-components/pin}/pins.js +0 -0
  853. /package/lib/commonjs/{pin → ui-components/pin}/pins.js.map +0 -0
  854. /package/lib/commonjs/{screens → ui-components/screens}/index.js +0 -0
  855. /package/lib/commonjs/{screens → ui-components/screens}/index.js.map +0 -0
  856. /package/lib/commonjs/{searchbar → ui-components/searchbar}/animated-search-bar.js +0 -0
  857. /package/lib/commonjs/{searchbar → ui-components/searchbar}/animated-search-bar.js.map +0 -0
  858. /package/lib/commonjs/{searchbar → ui-components/searchbar}/index.js +0 -0
  859. /package/lib/commonjs/{searchbar → ui-components/searchbar}/index.js.map +0 -0
  860. /package/lib/commonjs/{settings → ui-components/settings}/button-setting.js +0 -0
  861. /package/lib/commonjs/{settings → ui-components/settings}/button-setting.js.map +0 -0
  862. /package/lib/commonjs/{settings → ui-components/settings}/index.js +0 -0
  863. /package/lib/commonjs/{settings → ui-components/settings}/index.js.map +0 -0
  864. /package/lib/commonjs/{settings → ui-components/settings}/setting-item-separator.js +0 -0
  865. /package/lib/commonjs/{settings → ui-components/settings}/setting-item-separator.js.map +0 -0
  866. /package/lib/commonjs/{settings → ui-components/settings}/setting-item.js +0 -0
  867. /package/lib/commonjs/{settings → ui-components/settings}/setting-item.js.map +0 -0
  868. /package/lib/commonjs/{settings → ui-components/settings}/settings-button.js +0 -0
  869. /package/lib/commonjs/{settings → ui-components/settings}/settings-button.js.map +0 -0
  870. /package/lib/commonjs/{settings → ui-components/settings}/switch-setting.js +0 -0
  871. /package/lib/commonjs/{settings → ui-components/settings}/switch-setting.js.map +0 -0
  872. /package/lib/commonjs/{state → ui-components/state}/error-screen.js +0 -0
  873. /package/lib/commonjs/{state → ui-components/state}/error-screen.js.map +0 -0
  874. /package/lib/commonjs/{state → ui-components/state}/index.js +0 -0
  875. /package/lib/commonjs/{state → ui-components/state}/index.js.map +0 -0
  876. /package/lib/commonjs/{text → ui-components/text}/base.js +0 -0
  877. /package/lib/commonjs/{text → ui-components/text}/base.js.map +0 -0
  878. /package/lib/commonjs/{text → ui-components/text}/font.js +0 -0
  879. /package/lib/commonjs/{text → ui-components/text}/font.js.map +0 -0
  880. /package/lib/commonjs/{text → ui-components/text}/index.js +0 -0
  881. /package/lib/commonjs/{text → ui-components/text}/index.js.map +0 -0
  882. /package/lib/commonjs/{text → ui-components/text}/typography.js +0 -0
  883. /package/lib/commonjs/{text → ui-components/text}/typography.js.map +0 -0
  884. /package/lib/commonjs/{theme → ui-components/theme}/color-scheme-context.js +0 -0
  885. /package/lib/commonjs/{theme → ui-components/theme}/color-scheme-context.js.map +0 -0
  886. /package/lib/commonjs/{theme → ui-components/theme}/color-scheme.js +0 -0
  887. /package/lib/commonjs/{theme → ui-components/theme}/color-scheme.js.map +0 -0
  888. /package/lib/commonjs/{theme → ui-components/theme}/index.js +0 -0
  889. /package/lib/commonjs/{theme → ui-components/theme}/index.js.map +0 -0
  890. /package/lib/module/{accessibility → ui-components/accessibility}/accessibility.js +0 -0
  891. /package/lib/module/{accessibility → ui-components/accessibility}/accessibility.js.map +0 -0
  892. /package/lib/module/{accessibility → ui-components/accessibility}/accessibilityHistoryWrappers.js +0 -0
  893. /package/lib/module/{accessibility → ui-components/accessibility}/accessibilityHistoryWrappers.js.map +0 -0
  894. /package/lib/module/{accessibility → ui-components/accessibility}/accessibilityLanguage.js +0 -0
  895. /package/lib/module/{accessibility → ui-components/accessibility}/accessibilityLanguage.js.map +0 -0
  896. /package/lib/module/{accessibility → ui-components/accessibility}/index.js +0 -0
  897. /package/lib/module/{accessibility → ui-components/accessibility}/index.js.map +0 -0
  898. /package/lib/module/{accessibility → ui-components/accessibility}/locale/de.json +0 -0
  899. /package/lib/module/{accessibility → ui-components/accessibility}/locale/en.json +0 -0
  900. /package/lib/module/{accessibility → ui-components/accessibility}/locale/fr.json +0 -0
  901. /package/lib/module/{accessibility → ui-components/accessibility}/locale/index.js +0 -0
  902. /package/lib/module/{accessibility → ui-components/accessibility}/locale/index.js.map +0 -0
  903. /package/lib/module/{accessibility → ui-components/accessibility}/locale/it.json +0 -0
  904. /package/lib/module/{accessibility → ui-components/accessibility}/locale.test.js +0 -0
  905. /package/lib/module/{accessibility → ui-components/accessibility}/locale.test.js.map +0 -0
  906. /package/lib/module/{action-modal → ui-components/action-modal}/ActionModal.js +0 -0
  907. /package/lib/module/{action-modal → ui-components/action-modal}/ActionModal.js.map +0 -0
  908. /package/lib/module/{action-modal → ui-components/action-modal}/index.js +0 -0
  909. /package/lib/module/{action-modal → ui-components/action-modal}/index.js.map +0 -0
  910. /package/lib/module/{activity-indicator → ui-components/activity-indicator}/activity-indicator.js +0 -0
  911. /package/lib/module/{activity-indicator → ui-components/activity-indicator}/activity-indicator.js.map +0 -0
  912. /package/lib/module/{activity-indicator → ui-components/activity-indicator}/index.js +0 -0
  913. /package/lib/module/{activity-indicator → ui-components/activity-indicator}/index.js.map +0 -0
  914. /package/lib/module/{blur → ui-components/blur}/index.js +0 -0
  915. /package/lib/module/{blur → ui-components/blur}/index.js.map +0 -0
  916. /package/lib/module/{buttons → ui-components/buttons}/back-button.js +0 -0
  917. /package/lib/module/{buttons → ui-components/buttons}/filter-button.js +0 -0
  918. /package/lib/module/{buttons → ui-components/buttons}/filter-button.js.map +0 -0
  919. /package/lib/module/{buttons → ui-components/buttons}/ghost-button.js +0 -0
  920. /package/lib/module/{buttons → ui-components/buttons}/ghost-button.js.map +0 -0
  921. /package/lib/module/{buttons → ui-components/buttons}/index.js +0 -0
  922. /package/lib/module/{buttons → ui-components/buttons}/index.js.map +0 -0
  923. /package/lib/module/{buttons → ui-components/buttons}/scan-button.js +0 -0
  924. /package/lib/module/{buttons → ui-components/buttons}/scan-button.js.map +0 -0
  925. /package/lib/module/{camera → ui-components/camera}/camera-overlay.js +0 -0
  926. /package/lib/module/{camera → ui-components/camera}/camera-overlay.js.map +0 -0
  927. /package/lib/module/{camera → ui-components/camera}/index.js +0 -0
  928. /package/lib/module/{camera → ui-components/camera}/index.js.map +0 -0
  929. /package/lib/module/{camera → ui-components/camera}/qr-code-scanner.js +0 -0
  930. /package/lib/module/{camera → ui-components/camera}/qr-code-scanner.js.map +0 -0
  931. /package/lib/module/{control → ui-components/control}/checkbox.js +0 -0
  932. /package/lib/module/{control → ui-components/control}/checkbox.js.map +0 -0
  933. /package/lib/module/{control → ui-components/control}/index.js +0 -0
  934. /package/lib/module/{control → ui-components/control}/index.js.map +0 -0
  935. /package/lib/module/{control → ui-components/control}/switch.js +0 -0
  936. /package/lib/module/{control → ui-components/control}/switch.js.map +0 -0
  937. /package/lib/module/{credential → ui-components/credential}/card/credential-details-list-item.js +0 -0
  938. /package/lib/module/{credential → ui-components/credential}/card/credential-details-list-item.js.map +0 -0
  939. /package/lib/module/{credential → ui-components/credential}/credential-carousel-images.js +0 -0
  940. /package/lib/module/{credential → ui-components/credential}/credential-carousel-images.js.map +0 -0
  941. /package/lib/module/{credential → ui-components/credential}/index.js +0 -0
  942. /package/lib/module/{credential → ui-components/credential}/index.js.map +0 -0
  943. /package/lib/module/{credential → ui-components/credential}/selector-status.js +0 -0
  944. /package/lib/module/{credential → ui-components/credential}/selector-status.js.map +0 -0
  945. /package/lib/module/{detail → ui-components/detail}/index.js +0 -0
  946. /package/lib/module/{detail → ui-components/detail}/index.js.map +0 -0
  947. /package/lib/module/{entity → ui-components/entity}/index.js +0 -0
  948. /package/lib/module/{entity → ui-components/entity}/index.js.map +0 -0
  949. /package/lib/module/{header → ui-components/header}/focus-aware-status-bar.js +0 -0
  950. /package/lib/module/{header → ui-components/header}/focus-aware-status-bar.js.map +0 -0
  951. /package/lib/module/{header → ui-components/header}/foldable-header.js +0 -0
  952. /package/lib/module/{header → ui-components/header}/foldable-header.js.map +0 -0
  953. /package/lib/module/{header → ui-components/header}/index.js +0 -0
  954. /package/lib/module/{header → ui-components/header}/index.js.map +0 -0
  955. /package/lib/module/{history → ui-components/history}/history-section-list-item.js +0 -0
  956. /package/lib/module/{history → ui-components/history}/history-section-list-item.js.map +0 -0
  957. /package/lib/module/{history → ui-components/history}/index.js +0 -0
  958. /package/lib/module/{history → ui-components/history}/index.js.map +0 -0
  959. /package/lib/module/{icons → ui-components/icons}/connectivity.js +0 -0
  960. /package/lib/module/{icons → ui-components/icons}/connectivity.js.map +0 -0
  961. /package/lib/module/{icons → ui-components/icons}/credential.js +0 -0
  962. /package/lib/module/{icons → ui-components/icons}/credential.js.map +0 -0
  963. /package/lib/module/{icons → ui-components/icons}/history.js +0 -0
  964. /package/lib/module/{icons → ui-components/icons}/history.js.map +0 -0
  965. /package/lib/module/{icons → ui-components/icons}/icons.js +0 -0
  966. /package/lib/module/{icons → ui-components/icons}/icons.js.map +0 -0
  967. /package/lib/module/{icons → ui-components/icons}/index.js +0 -0
  968. /package/lib/module/{icons → ui-components/icons}/index.js.map +0 -0
  969. /package/lib/module/{icons → ui-components/icons}/input.js +0 -0
  970. /package/lib/module/{icons → ui-components/icons}/input.js.map +0 -0
  971. /package/lib/module/{icons → ui-components/icons}/keypad.js +0 -0
  972. /package/lib/module/{icons → ui-components/icons}/keypad.js.map +0 -0
  973. /package/lib/module/{icons → ui-components/icons}/loader.js +0 -0
  974. /package/lib/module/{icons → ui-components/icons}/loader.js.map +0 -0
  975. /package/lib/module/{icons → ui-components/icons}/nerd-view.js +0 -0
  976. /package/lib/module/{icons → ui-components/icons}/nerd-view.js.map +0 -0
  977. /package/lib/module/{icons → ui-components/icons}/selector.js +0 -0
  978. /package/lib/module/{icons → ui-components/icons}/selector.js.map +0 -0
  979. /package/lib/module/{icons → ui-components/icons}/wallet.js +0 -0
  980. /package/lib/module/{icons → ui-components/icons}/wallet.js.map +0 -0
  981. /package/lib/module/{image → ui-components/image}/image-or-component.js +0 -0
  982. /package/lib/module/{image → ui-components/image}/image-or-component.js.map +0 -0
  983. /package/lib/module/{image → ui-components/image}/index.js +0 -0
  984. /package/lib/module/{image → ui-components/image}/index.js.map +0 -0
  985. /package/lib/module/{input → ui-components/input}/index.js +0 -0
  986. /package/lib/module/{input → ui-components/input}/index.js.map +0 -0
  987. /package/lib/module/{input → ui-components/input}/radio-group.js +0 -0
  988. /package/lib/module/{input → ui-components/input}/radio-group.js.map +0 -0
  989. /package/lib/module/{list → ui-components/list}/index.js +0 -0
  990. /package/lib/module/{list → ui-components/list}/index.js.map +0 -0
  991. /package/lib/module/{list → ui-components/list}/list-section-header.js +0 -0
  992. /package/lib/module/{list → ui-components/list}/list-section-header.js.map +0 -0
  993. /package/lib/module/{list → ui-components/list}/list-title-header.js +0 -0
  994. /package/lib/module/{list → ui-components/list}/list-title-header.js.map +0 -0
  995. /package/lib/module/{loader → ui-components/loader}/index.js +0 -0
  996. /package/lib/module/{loader → ui-components/loader}/index.js.map +0 -0
  997. /package/lib/module/{loader → ui-components/loader}/loading-result.js +0 -0
  998. /package/lib/module/{loader → ui-components/loader}/loading-result.js.map +0 -0
  999. /package/lib/module/{nerd-view → ui-components/nerd-view}/index.js +0 -0
  1000. /package/lib/module/{nerd-view → ui-components/nerd-view}/index.js.map +0 -0
  1001. /package/lib/module/{pin → ui-components/pin}/pins.js +0 -0
  1002. /package/lib/module/{pin → ui-components/pin}/pins.js.map +0 -0
  1003. /package/lib/module/{screens → ui-components/screens}/index.js +0 -0
  1004. /package/lib/module/{screens → ui-components/screens}/index.js.map +0 -0
  1005. /package/lib/module/{searchbar → ui-components/searchbar}/animated-search-bar.js +0 -0
  1006. /package/lib/module/{searchbar → ui-components/searchbar}/animated-search-bar.js.map +0 -0
  1007. /package/lib/module/{searchbar → ui-components/searchbar}/index.js +0 -0
  1008. /package/lib/module/{searchbar → ui-components/searchbar}/index.js.map +0 -0
  1009. /package/lib/module/{settings → ui-components/settings}/button-setting.js +0 -0
  1010. /package/lib/module/{settings → ui-components/settings}/button-setting.js.map +0 -0
  1011. /package/lib/module/{settings → ui-components/settings}/index.js +0 -0
  1012. /package/lib/module/{settings → ui-components/settings}/index.js.map +0 -0
  1013. /package/lib/module/{settings → ui-components/settings}/setting-item-separator.js +0 -0
  1014. /package/lib/module/{settings → ui-components/settings}/setting-item-separator.js.map +0 -0
  1015. /package/lib/module/{settings → ui-components/settings}/setting-item.js +0 -0
  1016. /package/lib/module/{settings → ui-components/settings}/setting-item.js.map +0 -0
  1017. /package/lib/module/{settings → ui-components/settings}/settings-button.js +0 -0
  1018. /package/lib/module/{settings → ui-components/settings}/settings-button.js.map +0 -0
  1019. /package/lib/module/{settings → ui-components/settings}/switch-setting.js +0 -0
  1020. /package/lib/module/{settings → ui-components/settings}/switch-setting.js.map +0 -0
  1021. /package/lib/module/{state → ui-components/state}/error-screen.js +0 -0
  1022. /package/lib/module/{state → ui-components/state}/error-screen.js.map +0 -0
  1023. /package/lib/module/{state → ui-components/state}/index.js +0 -0
  1024. /package/lib/module/{state → ui-components/state}/index.js.map +0 -0
  1025. /package/lib/module/{text → ui-components/text}/base.js +0 -0
  1026. /package/lib/module/{text → ui-components/text}/base.js.map +0 -0
  1027. /package/lib/module/{text → ui-components/text}/font.js +0 -0
  1028. /package/lib/module/{text → ui-components/text}/font.js.map +0 -0
  1029. /package/lib/module/{text → ui-components/text}/index.js +0 -0
  1030. /package/lib/module/{text → ui-components/text}/index.js.map +0 -0
  1031. /package/lib/module/{text → ui-components/text}/typography.js +0 -0
  1032. /package/lib/module/{text → ui-components/text}/typography.js.map +0 -0
  1033. /package/lib/module/{theme → ui-components/theme}/color-scheme-context.js +0 -0
  1034. /package/lib/module/{theme → ui-components/theme}/color-scheme-context.js.map +0 -0
  1035. /package/lib/module/{theme → ui-components/theme}/color-scheme.js +0 -0
  1036. /package/lib/module/{theme → ui-components/theme}/color-scheme.js.map +0 -0
  1037. /package/lib/module/{theme → ui-components/theme}/index.js +0 -0
  1038. /package/lib/module/{theme → ui-components/theme}/index.js.map +0 -0
  1039. /package/lib/typescript/{accessibility → ui-components/accessibility}/accessibility.d.ts +0 -0
  1040. /package/lib/typescript/{accessibility → ui-components/accessibility}/accessibilityHistoryWrappers.d.ts +0 -0
  1041. /package/lib/typescript/{accessibility → ui-components/accessibility}/accessibilityLanguage.d.ts +0 -0
  1042. /package/lib/typescript/{accessibility → ui-components/accessibility}/index.d.ts +0 -0
  1043. /package/lib/typescript/{accessibility → ui-components/accessibility}/locale/index.d.ts +0 -0
  1044. /package/lib/typescript/{accessibility → ui-components/accessibility}/locale.test.d.ts +0 -0
  1045. /package/lib/typescript/{action-modal → ui-components/action-modal}/ActionModal.d.ts +0 -0
  1046. /package/lib/typescript/{action-modal → ui-components/action-modal}/index.d.ts +0 -0
  1047. /package/lib/typescript/{activity-indicator → ui-components/activity-indicator}/activity-indicator.d.ts +0 -0
  1048. /package/lib/typescript/{activity-indicator → ui-components/activity-indicator}/index.d.ts +0 -0
  1049. /package/lib/typescript/{blur → ui-components/blur}/blur-view.d.ts +0 -0
  1050. /package/lib/typescript/{blur → ui-components/blur}/index.d.ts +0 -0
  1051. /package/lib/typescript/{buttons → ui-components/buttons}/button.d.ts +0 -0
  1052. /package/lib/typescript/{buttons → ui-components/buttons}/connectivity-button.d.ts +0 -0
  1053. /package/lib/typescript/{buttons → ui-components/buttons}/filter-button.d.ts +0 -0
  1054. /package/lib/typescript/{buttons → ui-components/buttons}/ghost-button.d.ts +0 -0
  1055. /package/lib/typescript/{buttons → ui-components/buttons}/index.d.ts +0 -0
  1056. /package/lib/typescript/{buttons → ui-components/buttons}/scan-button.d.ts +0 -0
  1057. /package/lib/typescript/{camera → ui-components/camera}/camera-overlay.d.ts +0 -0
  1058. /package/lib/typescript/{camera → ui-components/camera}/index.d.ts +0 -0
  1059. /package/lib/typescript/{camera → ui-components/camera}/qr-code-scanner.d.ts +0 -0
  1060. /package/lib/typescript/{control → ui-components/control}/checkbox.d.ts +0 -0
  1061. /package/lib/typescript/{control → ui-components/control}/index.d.ts +0 -0
  1062. /package/lib/typescript/{control → ui-components/control}/switch.d.ts +0 -0
  1063. /package/lib/typescript/{credential → ui-components/credential}/card/credential-details-card.d.ts +0 -0
  1064. /package/lib/typescript/{credential → ui-components/credential}/card/credential-details-list-item.d.ts +0 -0
  1065. /package/lib/typescript/{credential → ui-components/credential}/card/credential-header.d.ts +0 -0
  1066. /package/lib/typescript/{credential → ui-components/credential}/card/credential-image-carousel.d.ts +0 -0
  1067. /package/lib/typescript/{credential → ui-components/credential}/credential-carousel-images.d.ts +0 -0
  1068. /package/lib/typescript/{credential → ui-components/credential}/index.d.ts +0 -0
  1069. /package/lib/typescript/{credential → ui-components/credential}/selector-status.d.ts +0 -0
  1070. /package/lib/typescript/{credential → ui-components/credential}/selector.d.ts +0 -0
  1071. /package/lib/typescript/{detail → ui-components/detail}/detail.d.ts +0 -0
  1072. /package/lib/typescript/{detail → ui-components/detail}/index.d.ts +0 -0
  1073. /package/lib/typescript/{entity → ui-components/entity}/index.d.ts +0 -0
  1074. /package/lib/typescript/{header → ui-components/header}/focus-aware-status-bar.d.ts +0 -0
  1075. /package/lib/typescript/{header → ui-components/header}/foldable-header.d.ts +0 -0
  1076. /package/lib/typescript/{header → ui-components/header}/header.d.ts +0 -0
  1077. /package/lib/typescript/{header → ui-components/header}/index.d.ts +0 -0
  1078. /package/lib/typescript/{header → ui-components/header}/navigation-header.d.ts +0 -0
  1079. /package/lib/typescript/{history → ui-components/history}/data-item.d.ts +0 -0
  1080. /package/lib/typescript/{history → ui-components/history}/history-list-item.d.ts +0 -0
  1081. /package/lib/typescript/{history → ui-components/history}/history-section-header.d.ts +0 -0
  1082. /package/lib/typescript/{history → ui-components/history}/history-section-list-item.d.ts +0 -0
  1083. /package/lib/typescript/{history → ui-components/history}/index.d.ts +0 -0
  1084. /package/lib/typescript/{icons → ui-components/icons}/connectivity.d.ts +0 -0
  1085. /package/lib/typescript/{icons → ui-components/icons}/credential.d.ts +0 -0
  1086. /package/lib/typescript/{icons → ui-components/icons}/entity.d.ts +0 -0
  1087. /package/lib/typescript/{icons → ui-components/icons}/history.d.ts +0 -0
  1088. /package/lib/typescript/{icons → ui-components/icons}/icons.d.ts +0 -0
  1089. /package/lib/typescript/{icons → ui-components/icons}/index.d.ts +0 -0
  1090. /package/lib/typescript/{icons → ui-components/icons}/input.d.ts +0 -0
  1091. /package/lib/typescript/{icons → ui-components/icons}/keypad.d.ts +0 -0
  1092. /package/lib/typescript/{icons → ui-components/icons}/loader.d.ts +0 -0
  1093. /package/lib/typescript/{icons → ui-components/icons}/nerd-view.d.ts +0 -0
  1094. /package/lib/typescript/{icons → ui-components/icons}/selector.d.ts +0 -0
  1095. /package/lib/typescript/{icons → ui-components/icons}/wallet.d.ts +0 -0
  1096. /package/lib/typescript/{image → ui-components/image}/image-or-component.d.ts +0 -0
  1097. /package/lib/typescript/{image → ui-components/image}/index.d.ts +0 -0
  1098. /package/lib/typescript/{input → ui-components/input}/index.d.ts +0 -0
  1099. /package/lib/typescript/{input → ui-components/input}/radio-group.d.ts +0 -0
  1100. /package/lib/typescript/{input → ui-components/input}/selection-input.d.ts +0 -0
  1101. /package/lib/typescript/{input → ui-components/input}/text-input.d.ts +0 -0
  1102. /package/lib/typescript/{list → ui-components/list}/index.d.ts +0 -0
  1103. /package/lib/typescript/{list → ui-components/list}/list-section-header.d.ts +0 -0
  1104. /package/lib/typescript/{list → ui-components/list}/list-title-header.d.ts +0 -0
  1105. /package/lib/typescript/{loader → ui-components/loader}/index.d.ts +0 -0
  1106. /package/lib/typescript/{loader → ui-components/loader}/loader.d.ts +0 -0
  1107. /package/lib/typescript/{loader → ui-components/loader}/loading-result.d.ts +0 -0
  1108. /package/lib/typescript/{nerd-view → ui-components/nerd-view}/index.d.ts +0 -0
  1109. /package/lib/typescript/{nerd-view → ui-components/nerd-view}/nerd-mode-item.d.ts +0 -0
  1110. /package/lib/typescript/{pin → ui-components/pin}/keypad.d.ts +0 -0
  1111. /package/lib/typescript/{pin → ui-components/pin}/pin-code-screen.d.ts +0 -0
  1112. /package/lib/typescript/{pin → ui-components/pin}/pins.d.ts +0 -0
  1113. /package/lib/typescript/{screens → ui-components/screens}/backup-screen.d.ts +0 -0
  1114. /package/lib/typescript/{screens → ui-components/screens}/image-preview-screen.d.ts +0 -0
  1115. /package/lib/typescript/{screens → ui-components/screens}/index.d.ts +0 -0
  1116. /package/lib/typescript/{screens → ui-components/screens}/qr-code-scanner-screen.d.ts +0 -0
  1117. /package/lib/typescript/{screens → ui-components/screens}/scroll-view-screen.d.ts +0 -0
  1118. /package/lib/typescript/{screens → ui-components/screens}/section-list-screen.d.ts +0 -0
  1119. /package/lib/typescript/{searchbar → ui-components/searchbar}/animated-search-bar.d.ts +0 -0
  1120. /package/lib/typescript/{searchbar → ui-components/searchbar}/index.d.ts +0 -0
  1121. /package/lib/typescript/{searchbar → ui-components/searchbar}/search-bar.d.ts +0 -0
  1122. /package/lib/typescript/{settings → ui-components/settings}/button-setting.d.ts +0 -0
  1123. /package/lib/typescript/{settings → ui-components/settings}/index.d.ts +0 -0
  1124. /package/lib/typescript/{settings → ui-components/settings}/setting-item-separator.d.ts +0 -0
  1125. /package/lib/typescript/{settings → ui-components/settings}/setting-item.d.ts +0 -0
  1126. /package/lib/typescript/{settings → ui-components/settings}/settings-button.d.ts +0 -0
  1127. /package/lib/typescript/{settings → ui-components/settings}/switch-setting.d.ts +0 -0
  1128. /package/lib/typescript/{state → ui-components/state}/error-screen.d.ts +0 -0
  1129. /package/lib/typescript/{state → ui-components/state}/index.d.ts +0 -0
  1130. /package/lib/typescript/{text → ui-components/text}/base.d.ts +0 -0
  1131. /package/lib/typescript/{text → ui-components/text}/font.d.ts +0 -0
  1132. /package/lib/typescript/{text → ui-components/text}/index.d.ts +0 -0
  1133. /package/lib/typescript/{theme → ui-components/theme}/color-scheme-context.d.ts +0 -0
  1134. /package/lib/typescript/{theme → ui-components/theme}/color-scheme.d.ts +0 -0
  1135. /package/lib/typescript/{theme → ui-components/theme}/index.d.ts +0 -0
  1136. /package/src/{accessibility → ui-components/accessibility}/accessibility.ts +0 -0
  1137. /package/src/{accessibility → ui-components/accessibility}/accessibilityHistoryWrappers.tsx +0 -0
  1138. /package/src/{accessibility → ui-components/accessibility}/accessibilityLanguage.tsx +0 -0
  1139. /package/src/{accessibility → ui-components/accessibility}/index.ts +0 -0
  1140. /package/src/{accessibility → ui-components/accessibility}/locale/de.json +0 -0
  1141. /package/src/{accessibility → ui-components/accessibility}/locale/en.json +0 -0
  1142. /package/src/{accessibility → ui-components/accessibility}/locale/fr.json +0 -0
  1143. /package/src/{accessibility → ui-components/accessibility}/locale/index.ts +0 -0
  1144. /package/src/{accessibility → ui-components/accessibility}/locale/it.json +0 -0
  1145. /package/src/{accessibility → ui-components/accessibility}/locale.test.ts +0 -0
  1146. /package/src/{action-modal → ui-components/action-modal}/ActionModal.stories.tsx +0 -0
  1147. /package/src/{action-modal → ui-components/action-modal}/ActionModal.tsx +0 -0
  1148. /package/src/{action-modal → ui-components/action-modal}/index.ts +0 -0
  1149. /package/src/{activity-indicator → ui-components/activity-indicator}/activity-indicator.stories.tsx +0 -0
  1150. /package/src/{activity-indicator → ui-components/activity-indicator}/activity-indicator.tsx +0 -0
  1151. /package/src/{activity-indicator → ui-components/activity-indicator}/index.ts +0 -0
  1152. /package/src/{blur → ui-components/blur}/index.ts +0 -0
  1153. /package/src/{buttons → ui-components/buttons}/back-button.stories.tsx +0 -0
  1154. /package/src/{buttons → ui-components/buttons}/button.stories.tsx +0 -0
  1155. /package/src/{buttons → ui-components/buttons}/connectivity-button.stories.tsx +0 -0
  1156. /package/src/{buttons → ui-components/buttons}/filter-button.tsx +0 -0
  1157. /package/src/{buttons → ui-components/buttons}/ghost-button.stories.tsx +0 -0
  1158. /package/src/{buttons → ui-components/buttons}/ghost-button.tsx +0 -0
  1159. /package/src/{buttons → ui-components/buttons}/index.ts +0 -0
  1160. /package/src/{buttons → ui-components/buttons}/scan-button.stories.tsx +0 -0
  1161. /package/src/{buttons → ui-components/buttons}/scan-button.tsx +0 -0
  1162. /package/src/{camera → ui-components/camera}/camera-overlay.tsx +0 -0
  1163. /package/src/{camera → ui-components/camera}/index.tsx +0 -0
  1164. /package/src/{camera → ui-components/camera}/qr-code-scanner.tsx +0 -0
  1165. /package/src/{control → ui-components/control}/checkbox.stories.tsx +0 -0
  1166. /package/src/{control → ui-components/control}/checkbox.tsx +0 -0
  1167. /package/src/{control → ui-components/control}/index.ts +0 -0
  1168. /package/src/{control → ui-components/control}/switch.stories.tsx +0 -0
  1169. /package/src/{control → ui-components/control}/switch.tsx +0 -0
  1170. /package/src/{credential → ui-components/credential}/card/credential-details-list-item.tsx +0 -0
  1171. /package/src/{credential → ui-components/credential}/credential-carousel-images.tsx +0 -0
  1172. /package/src/{credential → ui-components/credential}/index.ts +0 -0
  1173. /package/src/{credential → ui-components/credential}/selector-status.ts +0 -0
  1174. /package/src/{credential → ui-components/credential}/selector.stories.tsx +0 -0
  1175. /package/src/{detail → ui-components/detail}/index.tsx +0 -0
  1176. /package/src/{entity → ui-components/entity}/avatar.stories.tsx +0 -0
  1177. /package/src/{entity → ui-components/entity}/entity-cluster.stories.tsx +0 -0
  1178. /package/src/{entity → ui-components/entity}/index.ts +0 -0
  1179. /package/src/{header → ui-components/header}/focus-aware-status-bar.tsx +0 -0
  1180. /package/src/{header → ui-components/header}/foldable-header.tsx +0 -0
  1181. /package/src/{header → ui-components/header}/index.ts +0 -0
  1182. /package/src/{history → ui-components/history}/history-section-list-item.tsx +0 -0
  1183. /package/src/{history → ui-components/history}/index.ts +0 -0
  1184. /package/src/{icons → ui-components/icons}/connectivity.tsx +0 -0
  1185. /package/src/{icons → ui-components/icons}/credential.tsx +0 -0
  1186. /package/src/{icons → ui-components/icons}/history.tsx +0 -0
  1187. /package/src/{icons → ui-components/icons}/icons.tsx +0 -0
  1188. /package/src/{icons → ui-components/icons}/index.ts +0 -0
  1189. /package/src/{icons → ui-components/icons}/input.tsx +0 -0
  1190. /package/src/{icons → ui-components/icons}/keypad.tsx +0 -0
  1191. /package/src/{icons → ui-components/icons}/loader.tsx +0 -0
  1192. /package/src/{icons → ui-components/icons}/nerd-view.tsx +0 -0
  1193. /package/src/{icons → ui-components/icons}/selector.tsx +0 -0
  1194. /package/src/{icons → ui-components/icons}/wallet.tsx +0 -0
  1195. /package/src/{image → ui-components/image}/image-or-component.tsx +0 -0
  1196. /package/src/{image → ui-components/image}/index.tsx +0 -0
  1197. /package/src/{input → ui-components/input}/index.ts +0 -0
  1198. /package/src/{input → ui-components/input}/radio-group.tsx +0 -0
  1199. /package/src/{input → ui-components/input}/selection-input.stories.tsx +0 -0
  1200. /package/src/{list → ui-components/list}/index.ts +0 -0
  1201. /package/src/{list → ui-components/list}/list-section-header.tsx +0 -0
  1202. /package/src/{list → ui-components/list}/list-title-header.tsx +0 -0
  1203. /package/src/{loader → ui-components/loader}/index.ts +0 -0
  1204. /package/src/{loader → ui-components/loader}/loader.stories.tsx +0 -0
  1205. /package/src/{loader → ui-components/loader}/loading-result.stories.tsx +0 -0
  1206. /package/src/{loader → ui-components/loader}/loading-result.tsx +0 -0
  1207. /package/src/{nerd-view → ui-components/nerd-view}/index.ts +0 -0
  1208. /package/src/{pin → ui-components/pin}/pin-code-screen.stories.tsx +0 -0
  1209. /package/src/{pin → ui-components/pin}/pins.tsx +0 -0
  1210. /package/src/{screens → ui-components/screens}/index.ts +0 -0
  1211. /package/src/{searchbar → ui-components/searchbar}/animated-search-bar.tsx +0 -0
  1212. /package/src/{searchbar → ui-components/searchbar}/index.ts +0 -0
  1213. /package/src/{searchbar → ui-components/searchbar}/search-bar.stories.tsx +0 -0
  1214. /package/src/{settings → ui-components/settings}/button-setting.tsx +0 -0
  1215. /package/src/{settings → ui-components/settings}/index.ts +0 -0
  1216. /package/src/{settings → ui-components/settings}/setting-item-separator.tsx +0 -0
  1217. /package/src/{settings → ui-components/settings}/setting-item.tsx +0 -0
  1218. /package/src/{settings → ui-components/settings}/settings-button.tsx +0 -0
  1219. /package/src/{settings → ui-components/settings}/switch-setting.tsx +0 -0
  1220. /package/src/{state → ui-components/state}/error-screen.stories.tsx +0 -0
  1221. /package/src/{state → ui-components/state}/error-screen.tsx +0 -0
  1222. /package/src/{state → ui-components/state}/index.ts +0 -0
  1223. /package/src/{text → ui-components/text}/base.tsx +0 -0
  1224. /package/src/{text → ui-components/text}/font.ts +0 -0
  1225. /package/src/{text → ui-components/text}/index.ts +0 -0
  1226. /package/src/{text → ui-components/text}/typography.tsx +0 -0
  1227. /package/src/{theme → ui-components/theme}/color-scheme-context.tsx +0 -0
  1228. /package/src/{theme → ui-components/theme}/color-scheme.ts +0 -0
  1229. /package/src/{theme → ui-components/theme}/index.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_color","require","pinLockAnimation","color","cArray","colorArray","assets","ddd","fr","h","ip","layers","ao","bm","ef","ix","mn","nm","ty","v","a","k","en","np","ind","ks","o","p","r","s","op","shapes","cix","hd","it","d","c","lc","lj","ml","w","sa","sk","sr","st","i","x","y","t","e","m","markers","cm","dr","tm","_default","exports","default"],"sources":["pin-lock-animation.tsx"],"sourcesContent":["import { ColorValue } from 'react-native';\n\nimport { colorArray } from '../../utils/color';\n\nconst pinLockAnimation = (color: ColorValue) => {\n const cArray = colorArray(color);\n return {\n assets: [],\n ddd: 0,\n fr: 29.9700012207031,\n h: 130,\n ip: 0,\n layers: [\n {\n ao: 0,\n bm: 0,\n ddd: 0,\n ef: [\n {\n ef: [\n {\n ix: 1,\n mn: 'ADBE Radial Wipe-0001',\n nm: 'Transition Completion',\n ty: 0,\n v: { a: 0, ix: 1, k: 0 },\n },\n {\n ix: 2,\n mn: 'ADBE Radial Wipe-0002',\n nm: 'Start Angle',\n ty: 0,\n v: { a: 0, ix: 2, k: 0 },\n },\n {\n ix: 3,\n mn: 'ADBE Radial Wipe-0003',\n nm: 'Wipe Center',\n ty: 3,\n v: { a: 0, ix: 3, k: [65, 65] },\n },\n {\n ix: 4,\n mn: 'ADBE Radial Wipe-0004',\n nm: 'Wipe',\n ty: 7,\n v: { a: 0, ix: 4, k: 1 },\n },\n {\n ix: 5,\n mn: 'ADBE Radial Wipe-0005',\n nm: 'Feather',\n ty: 0,\n v: { a: 0, ix: 5, k: 0 },\n },\n ],\n en: 1,\n ix: 1,\n mn: 'ADBE Radial Wipe',\n nm: 'Radial Wipe',\n np: 7,\n ty: 26,\n },\n ],\n ind: 1,\n ip: 0,\n ks: {\n a: { a: 0, ix: 1, k: [0, 0, 0] },\n o: { a: 0, ix: 11, k: 100 },\n p: { a: 0, ix: 2, k: [64.75, 65, 0] },\n r: { a: 0, ix: 10, k: 0 },\n s: { a: 0, ix: 6, k: [100, 100, 100] },\n },\n nm: 'body',\n op: 1832.00007461889,\n shapes: [\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n d: 1,\n hd: false,\n mn: 'ADBE Vector Shape - Ellipse',\n nm: 'Ellipse Path 1',\n p: { a: 0, ix: 3, k: [0, 0] },\n s: { a: 0, ix: 2, k: [86.041, 86.041] },\n ty: 'el',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: [0, 0, 0, 1] },\n hd: false,\n lc: 1,\n lj: 1,\n ml: 4,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 6 },\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [0.25, 0] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [100, 100] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 1,\n mn: 'ADBE Vector Group',\n nm: 'Ellipse 1',\n np: 2,\n ty: 'gr',\n },\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n d: 1,\n hd: false,\n mn: 'ADBE Vector Shape - Ellipse',\n nm: 'Ellipse Path 1',\n p: { a: 0, ix: 3, k: [0, 0] },\n s: { a: 0, ix: 2, k: [9.352, 9.352] },\n ty: 'el',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: [0, 0, 0, 1] },\n hd: false,\n lc: 1,\n lj: 1,\n ml: 4,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 0 },\n },\n {\n bm: 0,\n c: { a: 0, ix: 4, k: [0, 0, 0, 1] },\n hd: false,\n mn: 'ADBE Vector Graphic - Fill',\n nm: 'Fill 1',\n o: { a: 0, ix: 5, k: 100 },\n r: 1,\n ty: 'fl',\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [0, -1.5] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [100, 100] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 2,\n mn: 'ADBE Vector Group',\n nm: 'Ellipse 2',\n np: 3,\n ty: 'gr',\n },\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n d: 1,\n hd: false,\n mn: 'ADBE Vector Shape - Ellipse',\n nm: 'Ellipse Path 1',\n p: { a: 0, ix: 3, k: [0, 0] },\n s: { a: 0, ix: 2, k: [8.805, 8.805] },\n ty: 'el',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: [0, 0, 0, 1] },\n hd: false,\n lc: 1,\n lj: 1,\n ml: 4,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 0 },\n },\n {\n bm: 0,\n c: { a: 0, ix: 4, k: [0, 0, 0, 1] },\n hd: false,\n mn: 'ADBE Vector Graphic - Fill',\n nm: 'Fill 1',\n o: { a: 0, ix: 5, k: 100 },\n r: 1,\n ty: 'fl',\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [31.518, -36.291] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [100, 100] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 3,\n mn: 'ADBE Vector Group',\n nm: 'Ellipse 3',\n np: 3,\n ty: 'gr',\n },\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n d: 1,\n hd: false,\n mn: 'ADBE Vector Shape - Rect',\n nm: 'Rectangle Path 1',\n p: { a: 0, ix: 3, k: [0, 0] },\n r: { a: 0, ix: 4, k: 0 },\n s: { a: 0, ix: 2, k: [9.703, 8.758] },\n ty: 'rc',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: [0, 0, 0, 1] },\n hd: false,\n lc: 2,\n lj: 2,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 5 },\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [-0.145, -48.791] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [100, 100] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 4,\n mn: 'ADBE Vector Group',\n nm: 'Rectangle 1',\n np: 3,\n ty: 'gr',\n },\n ],\n sr: 1,\n st: 0,\n ty: 4,\n },\n {\n ao: 0,\n bm: 0,\n ddd: 0,\n ind: 2,\n ip: 0,\n ks: {\n a: { a: 0, ix: 1, k: [0, 0, 0] },\n o: { a: 0, ix: 11, k: 100 },\n p: { a: 0, ix: 2, k: [65, 65, 0] },\n r: {\n a: 1,\n ix: 10,\n k: [\n {\n i: { x: [0.833], y: [0.833] },\n o: { x: [0.167], y: [0.167] },\n s: [0],\n t: 0,\n },\n { s: [360], t: 1797.00007319331 },\n ],\n },\n s: { a: 0, ix: 6, k: [100, 100, 100] },\n },\n nm: 'arrow',\n op: 1798.00007323404,\n shapes: [\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n hd: false,\n ind: 0,\n ix: 1,\n ks: {\n a: 0,\n ix: 2,\n k: {\n c: false,\n i: [\n [0, 0],\n [0, 0],\n ],\n o: [\n [0, 0],\n [0, 0],\n ],\n v: [\n [-0.25, 2.745],\n [-0.25, -27.755],\n ],\n },\n },\n mn: 'ADBE Vector Shape - Group',\n nm: 'Path 1',\n ty: 'sh',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: [0, 0, 0, 1] },\n hd: false,\n lc: 2,\n lj: 1,\n ml: 4,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 6 },\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [0, 5] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [-62.71, 157.64] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 1,\n mn: 'ADBE Vector Group',\n nm: 'Shape 1',\n np: 3,\n ty: 'gr',\n },\n ],\n sr: 1,\n st: 0,\n ty: 4,\n },\n {\n ao: 0,\n bm: 0,\n ddd: 0,\n ind: 3,\n ip: 0,\n ks: {\n a: { a: 0, ix: 1, k: [0, 0, 0] },\n o: { a: 0, ix: 11, k: 100 },\n p: { a: 0, ix: 2, k: [65.75, 65, 0] },\n r: { a: 0, ix: 10, k: 0 },\n s: { a: 0, ix: 6, k: [109.34, 109.34, 100] },\n },\n nm: 'yellow',\n op: 1798.00007323404,\n shapes: [\n {\n bm: 0,\n cix: 2,\n hd: false,\n it: [\n {\n hd: false,\n ind: 0,\n ix: 1,\n ks: {\n a: 0,\n ix: 2,\n k: {\n c: true,\n i: [\n [-2.232, 0],\n [0, -2.232],\n [2.232, 0],\n [0, 2.232],\n ],\n o: [\n [2.232, 0],\n [0, 2.232],\n [-2.232, 0],\n [0, -2.232],\n ],\n v: [\n [0, -4.042],\n [4.042, 0],\n [0, 4.042],\n [-4.042, 0],\n ],\n },\n },\n mn: 'ADBE Vector Shape - Group',\n nm: 'Path 1',\n ty: 'sh',\n },\n {\n bm: 0,\n c: { a: 0, ix: 3, k: cArray },\n hd: false,\n lc: 1,\n lj: 1,\n ml: 4,\n mn: 'ADBE Vector Graphic - Stroke',\n nm: 'Stroke 1',\n o: { a: 0, ix: 4, k: 100 },\n ty: 'st',\n w: { a: 0, ix: 5, k: 7 },\n },\n {\n a: { a: 0, ix: 1, k: [0, 0] },\n nm: 'Transform',\n o: { a: 0, ix: 7, k: 100 },\n p: { a: 0, ix: 2, k: [-0.874, -0.013] },\n r: { a: 0, ix: 6, k: 0 },\n s: { a: 0, ix: 3, k: [533.496, 533.496] },\n sa: { a: 0, ix: 5, k: 0 },\n sk: { a: 0, ix: 4, k: 0 },\n ty: 'tr',\n },\n ],\n ix: 1,\n mn: 'ADBE Vector Group',\n nm: 'Ellipse 2',\n np: 3,\n ty: 'gr',\n },\n {\n e: {\n a: 1,\n ix: 2,\n k: [\n {\n i: { x: [0.833], y: [0.833] },\n o: { x: [0.167], y: [0.167] },\n s: [0],\n t: 0,\n },\n { s: [100], t: 1797.00007319331 },\n ],\n },\n hd: false,\n ix: 2,\n m: 1,\n mn: 'ADBE Vector Filter - Trim',\n nm: 'Trim Paths 1',\n o: { a: 0, ix: 3, k: 0 },\n s: { a: 0, ix: 1, k: 0 },\n ty: 'tm',\n },\n ],\n sr: 1,\n st: 0,\n ty: 4,\n },\n ],\n markers: [{ cm: '1', dr: 0, tm: 86.0000035028518 }],\n nm: 'Comp 1',\n op: 1798.00007323404,\n v: '5.5.1',\n w: 130,\n };\n};\n\nexport default pinLockAnimation;\n"],"mappings":";;;;;;AAEA,IAAAA,MAAA,GAAAC,OAAA;AAEA,MAAMC,gBAAgB,GAAIC,KAAiB,IAAK;EAC9C,MAAMC,MAAM,GAAG,IAAAC,iBAAU,EAACF,KAAK,CAAC;EAChC,OAAO;IACLG,MAAM,EAAE,EAAE;IACVC,GAAG,EAAE,CAAC;IACNC,EAAE,EAAE,gBAAgB;IACpBC,CAAC,EAAE,GAAG;IACNC,EAAE,EAAE,CAAC;IACLC,MAAM,EAAE,CACN;MACEC,EAAE,EAAE,CAAC;MACLC,EAAE,EAAE,CAAC;MACLN,GAAG,EAAE,CAAC;MACNO,EAAE,EAAE,CACF;QACEA,EAAE,EAAE,CACF;UACEC,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,uBAAuB;UAC3BC,EAAE,EAAE,uBAAuB;UAC3BC,EAAE,EAAE,CAAC;UACLC,CAAC,EAAE;YAAEC,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE;QACzB,CAAC,EACD;UACEN,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,uBAAuB;UAC3BC,EAAE,EAAE,aAAa;UACjBC,EAAE,EAAE,CAAC;UACLC,CAAC,EAAE;YAAEC,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE;QACzB,CAAC,EACD;UACEN,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,uBAAuB;UAC3BC,EAAE,EAAE,aAAa;UACjBC,EAAE,EAAE,CAAC;UACLC,CAAC,EAAE;YAAEC,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE;UAAE;QAChC,CAAC,EACD;UACEN,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,uBAAuB;UAC3BC,EAAE,EAAE,MAAM;UACVC,EAAE,EAAE,CAAC;UACLC,CAAC,EAAE;YAAEC,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE;QACzB,CAAC,EACD;UACEN,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,uBAAuB;UAC3BC,EAAE,EAAE,SAAS;UACbC,EAAE,EAAE,CAAC;UACLC,CAAC,EAAE;YAAEC,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE;QACzB,CAAC,CACF;QACDC,EAAE,EAAE,CAAC;QACLP,EAAE,EAAE,CAAC;QACLC,EAAE,EAAE,kBAAkB;QACtBC,EAAE,EAAE,aAAa;QACjBM,EAAE,EAAE,CAAC;QACLL,EAAE,EAAE;MACN,CAAC,CACF;MACDM,GAAG,EAAE,CAAC;MACNd,EAAE,EAAE,CAAC;MACLe,EAAE,EAAE;QACFL,CAAC,EAAE;UAAEA,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;QAAE,CAAC;QAChCK,CAAC,EAAE;UAAEN,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,EAAE;UAAEM,CAAC,EAAE;QAAI,CAAC;QAC3BM,CAAC,EAAE;UAAEP,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,EAAE,CAAC;QAAE,CAAC;QACrCO,CAAC,EAAE;UAAER,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,EAAE;UAAEM,CAAC,EAAE;QAAE,CAAC;QACzBQ,CAAC,EAAE;UAAET,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG;QAAE;MACvC,CAAC;MACDJ,EAAE,EAAE,MAAM;MACVa,EAAE,EAAE,gBAAgB;MACpBC,MAAM,EAAE,CACN;QACElB,EAAE,EAAE,CAAC;QACLmB,GAAG,EAAE,CAAC;QACNC,EAAE,EAAE,KAAK;QACTC,EAAE,EAAE,CACF;UACEC,CAAC,EAAE,CAAC;UACJF,EAAE,EAAE,KAAK;UACTjB,EAAE,EAAE,6BAA6B;UACjCC,EAAE,EAAE,gBAAgB;UACpBU,CAAC,EAAE;YAAEP,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BQ,CAAC,EAAE;YAAET,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM;UAAE,CAAC;UACvCH,EAAE,EAAE;QACN,CAAC,EACD;UACEL,EAAE,EAAE,CAAC;UACLuB,CAAC,EAAE;YAAEhB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;UAAE,CAAC;UACnCY,EAAE,EAAE,KAAK;UACTI,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLvB,EAAE,EAAE,8BAA8B;UAClCC,EAAE,EAAE,UAAU;UACdS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BH,EAAE,EAAE,IAAI;UACRsB,CAAC,EAAE;YAAEpB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE;QACzB,CAAC,EACD;UACED,CAAC,EAAE;YAAEA,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BJ,EAAE,EAAE,WAAW;UACfS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BM,CAAC,EAAE;YAAEP,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;UAAE,CAAC;UAChCO,CAAC,EAAE;YAAER,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACxBQ,CAAC,EAAE;YAAET,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG;UAAE,CAAC;UACjCoB,EAAE,EAAE;YAAErB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBqB,EAAE,EAAE;YAAEtB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBH,EAAE,EAAE;QACN,CAAC,CACF;QACDH,EAAE,EAAE,CAAC;QACLC,EAAE,EAAE,mBAAmB;QACvBC,EAAE,EAAE,WAAW;QACfM,EAAE,EAAE,CAAC;QACLL,EAAE,EAAE;MACN,CAAC,EACD;QACEL,EAAE,EAAE,CAAC;QACLmB,GAAG,EAAE,CAAC;QACNC,EAAE,EAAE,KAAK;QACTC,EAAE,EAAE,CACF;UACEC,CAAC,EAAE,CAAC;UACJF,EAAE,EAAE,KAAK;UACTjB,EAAE,EAAE,6BAA6B;UACjCC,EAAE,EAAE,gBAAgB;UACpBU,CAAC,EAAE;YAAEP,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BQ,CAAC,EAAE;YAAET,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK;UAAE,CAAC;UACrCH,EAAE,EAAE;QACN,CAAC,EACD;UACEL,EAAE,EAAE,CAAC;UACLuB,CAAC,EAAE;YAAEhB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;UAAE,CAAC;UACnCY,EAAE,EAAE,KAAK;UACTI,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLvB,EAAE,EAAE,8BAA8B;UAClCC,EAAE,EAAE,UAAU;UACdS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BH,EAAE,EAAE,IAAI;UACRsB,CAAC,EAAE;YAAEpB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE;QACzB,CAAC,EACD;UACER,EAAE,EAAE,CAAC;UACLuB,CAAC,EAAE;YAAEhB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;UAAE,CAAC;UACnCY,EAAE,EAAE,KAAK;UACTjB,EAAE,EAAE,4BAA4B;UAChCC,EAAE,EAAE,QAAQ;UACZS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BO,CAAC,EAAE,CAAC;UACJV,EAAE,EAAE;QACN,CAAC,EACD;UACEE,CAAC,EAAE;YAAEA,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BJ,EAAE,EAAE,WAAW;UACfS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BM,CAAC,EAAE;YAAEP,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,GAAG;UAAE,CAAC;UAChCO,CAAC,EAAE;YAAER,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACxBQ,CAAC,EAAE;YAAET,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG;UAAE,CAAC;UACjCoB,EAAE,EAAE;YAAErB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBqB,EAAE,EAAE;YAAEtB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBH,EAAE,EAAE;QACN,CAAC,CACF;QACDH,EAAE,EAAE,CAAC;QACLC,EAAE,EAAE,mBAAmB;QACvBC,EAAE,EAAE,WAAW;QACfM,EAAE,EAAE,CAAC;QACLL,EAAE,EAAE;MACN,CAAC,EACD;QACEL,EAAE,EAAE,CAAC;QACLmB,GAAG,EAAE,CAAC;QACNC,EAAE,EAAE,KAAK;QACTC,EAAE,EAAE,CACF;UACEC,CAAC,EAAE,CAAC;UACJF,EAAE,EAAE,KAAK;UACTjB,EAAE,EAAE,6BAA6B;UACjCC,EAAE,EAAE,gBAAgB;UACpBU,CAAC,EAAE;YAAEP,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BQ,CAAC,EAAE;YAAET,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK;UAAE,CAAC;UACrCH,EAAE,EAAE;QACN,CAAC,EACD;UACEL,EAAE,EAAE,CAAC;UACLuB,CAAC,EAAE;YAAEhB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;UAAE,CAAC;UACnCY,EAAE,EAAE,KAAK;UACTI,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLvB,EAAE,EAAE,8BAA8B;UAClCC,EAAE,EAAE,UAAU;UACdS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BH,EAAE,EAAE,IAAI;UACRsB,CAAC,EAAE;YAAEpB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE;QACzB,CAAC,EACD;UACER,EAAE,EAAE,CAAC;UACLuB,CAAC,EAAE;YAAEhB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;UAAE,CAAC;UACnCY,EAAE,EAAE,KAAK;UACTjB,EAAE,EAAE,4BAA4B;UAChCC,EAAE,EAAE,QAAQ;UACZS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BO,CAAC,EAAE,CAAC;UACJV,EAAE,EAAE;QACN,CAAC,EACD;UACEE,CAAC,EAAE;YAAEA,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BJ,EAAE,EAAE,WAAW;UACfS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BM,CAAC,EAAE;YAAEP,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,MAAM;UAAE,CAAC;UACxCO,CAAC,EAAE;YAAER,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACxBQ,CAAC,EAAE;YAAET,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG;UAAE,CAAC;UACjCoB,EAAE,EAAE;YAAErB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBqB,EAAE,EAAE;YAAEtB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBH,EAAE,EAAE;QACN,CAAC,CACF;QACDH,EAAE,EAAE,CAAC;QACLC,EAAE,EAAE,mBAAmB;QACvBC,EAAE,EAAE,WAAW;QACfM,EAAE,EAAE,CAAC;QACLL,EAAE,EAAE;MACN,CAAC,EACD;QACEL,EAAE,EAAE,CAAC;QACLmB,GAAG,EAAE,CAAC;QACNC,EAAE,EAAE,KAAK;QACTC,EAAE,EAAE,CACF;UACEC,CAAC,EAAE,CAAC;UACJF,EAAE,EAAE,KAAK;UACTjB,EAAE,EAAE,0BAA0B;UAC9BC,EAAE,EAAE,kBAAkB;UACtBU,CAAC,EAAE;YAAEP,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BO,CAAC,EAAE;YAAER,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACxBQ,CAAC,EAAE;YAAET,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK;UAAE,CAAC;UACrCH,EAAE,EAAE;QACN,CAAC,EACD;UACEL,EAAE,EAAE,CAAC;UACLuB,CAAC,EAAE;YAAEhB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;UAAE,CAAC;UACnCY,EAAE,EAAE,KAAK;UACTI,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLtB,EAAE,EAAE,8BAA8B;UAClCC,EAAE,EAAE,UAAU;UACdS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BH,EAAE,EAAE,IAAI;UACRsB,CAAC,EAAE;YAAEpB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE;QACzB,CAAC,EACD;UACED,CAAC,EAAE;YAAEA,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BJ,EAAE,EAAE,WAAW;UACfS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BM,CAAC,EAAE;YAAEP,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,MAAM;UAAE,CAAC;UACxCO,CAAC,EAAE;YAAER,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACxBQ,CAAC,EAAE;YAAET,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG;UAAE,CAAC;UACjCoB,EAAE,EAAE;YAAErB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBqB,EAAE,EAAE;YAAEtB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBH,EAAE,EAAE;QACN,CAAC,CACF;QACDH,EAAE,EAAE,CAAC;QACLC,EAAE,EAAE,mBAAmB;QACvBC,EAAE,EAAE,aAAa;QACjBM,EAAE,EAAE,CAAC;QACLL,EAAE,EAAE;MACN,CAAC,CACF;MACDyB,EAAE,EAAE,CAAC;MACLC,EAAE,EAAE,CAAC;MACL1B,EAAE,EAAE;IACN,CAAC,EACD;MACEN,EAAE,EAAE,CAAC;MACLC,EAAE,EAAE,CAAC;MACLN,GAAG,EAAE,CAAC;MACNiB,GAAG,EAAE,CAAC;MACNd,EAAE,EAAE,CAAC;MACLe,EAAE,EAAE;QACFL,CAAC,EAAE;UAAEA,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;QAAE,CAAC;QAChCK,CAAC,EAAE;UAAEN,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,EAAE;UAAEM,CAAC,EAAE;QAAI,CAAC;QAC3BM,CAAC,EAAE;UAAEP,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC;QAAE,CAAC;QAClCO,CAAC,EAAE;UACDR,CAAC,EAAE,CAAC;UACJL,EAAE,EAAE,EAAE;UACNM,CAAC,EAAE,CACD;YACEwB,CAAC,EAAE;cAAEC,CAAC,EAAE,CAAC,KAAK,CAAC;cAAEC,CAAC,EAAE,CAAC,KAAK;YAAE,CAAC;YAC7BrB,CAAC,EAAE;cAAEoB,CAAC,EAAE,CAAC,KAAK,CAAC;cAAEC,CAAC,EAAE,CAAC,KAAK;YAAE,CAAC;YAC7BlB,CAAC,EAAE,CAAC,CAAC,CAAC;YACNmB,CAAC,EAAE;UACL,CAAC,EACD;YAAEnB,CAAC,EAAE,CAAC,GAAG,CAAC;YAAEmB,CAAC,EAAE;UAAiB,CAAC;QAErC,CAAC;QACDnB,CAAC,EAAE;UAAET,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG;QAAE;MACvC,CAAC;MACDJ,EAAE,EAAE,OAAO;MACXa,EAAE,EAAE,gBAAgB;MACpBC,MAAM,EAAE,CACN;QACElB,EAAE,EAAE,CAAC;QACLmB,GAAG,EAAE,CAAC;QACNC,EAAE,EAAE,KAAK;QACTC,EAAE,EAAE,CACF;UACED,EAAE,EAAE,KAAK;UACTT,GAAG,EAAE,CAAC;UACNT,EAAE,EAAE,CAAC;UACLU,EAAE,EAAE;YACFL,CAAC,EAAE,CAAC;YACJL,EAAE,EAAE,CAAC;YACLM,CAAC,EAAE;cACDe,CAAC,EAAE,KAAK;cACRS,CAAC,EAAE,CACD,CAAC,CAAC,EAAE,CAAC,CAAC,EACN,CAAC,CAAC,EAAE,CAAC,CAAC,CACP;cACDnB,CAAC,EAAE,CACD,CAAC,CAAC,EAAE,CAAC,CAAC,EACN,CAAC,CAAC,EAAE,CAAC,CAAC,CACP;cACDP,CAAC,EAAE,CACD,CAAC,CAAC,IAAI,EAAE,KAAK,CAAC,EACd,CAAC,CAAC,IAAI,EAAE,CAAC,MAAM,CAAC;YAEpB;UACF,CAAC;UACDH,EAAE,EAAE,2BAA2B;UAC/BC,EAAE,EAAE,QAAQ;UACZC,EAAE,EAAE;QACN,CAAC,EACD;UACEL,EAAE,EAAE,CAAC;UACLuB,CAAC,EAAE;YAAEhB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC;UAAE,CAAC;UACnCY,EAAE,EAAE,KAAK;UACTI,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLvB,EAAE,EAAE,8BAA8B;UAClCC,EAAE,EAAE,UAAU;UACdS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BH,EAAE,EAAE,IAAI;UACRsB,CAAC,EAAE;YAAEpB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE;QACzB,CAAC,EACD;UACED,CAAC,EAAE;YAAEA,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BJ,EAAE,EAAE,WAAW;UACfS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BM,CAAC,EAAE;YAAEP,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BO,CAAC,EAAE;YAAER,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACxBQ,CAAC,EAAE;YAAET,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,MAAM;UAAE,CAAC;UACvCoB,EAAE,EAAE;YAAErB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBqB,EAAE,EAAE;YAAEtB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBH,EAAE,EAAE;QACN,CAAC,CACF;QACDH,EAAE,EAAE,CAAC;QACLC,EAAE,EAAE,mBAAmB;QACvBC,EAAE,EAAE,SAAS;QACbM,EAAE,EAAE,CAAC;QACLL,EAAE,EAAE;MACN,CAAC,CACF;MACDyB,EAAE,EAAE,CAAC;MACLC,EAAE,EAAE,CAAC;MACL1B,EAAE,EAAE;IACN,CAAC,EACD;MACEN,EAAE,EAAE,CAAC;MACLC,EAAE,EAAE,CAAC;MACLN,GAAG,EAAE,CAAC;MACNiB,GAAG,EAAE,CAAC;MACNd,EAAE,EAAE,CAAC;MACLe,EAAE,EAAE;QACFL,CAAC,EAAE;UAAEA,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;QAAE,CAAC;QAChCK,CAAC,EAAE;UAAEN,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,EAAE;UAAEM,CAAC,EAAE;QAAI,CAAC;QAC3BM,CAAC,EAAE;UAAEP,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,EAAE,CAAC;QAAE,CAAC;QACrCO,CAAC,EAAE;UAAER,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,EAAE;UAAEM,CAAC,EAAE;QAAE,CAAC;QACzBQ,CAAC,EAAE;UAAET,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG;QAAE;MAC7C,CAAC;MACDJ,EAAE,EAAE,QAAQ;MACZa,EAAE,EAAE,gBAAgB;MACpBC,MAAM,EAAE,CACN;QACElB,EAAE,EAAE,CAAC;QACLmB,GAAG,EAAE,CAAC;QACNC,EAAE,EAAE,KAAK;QACTC,EAAE,EAAE,CACF;UACED,EAAE,EAAE,KAAK;UACTT,GAAG,EAAE,CAAC;UACNT,EAAE,EAAE,CAAC;UACLU,EAAE,EAAE;YACFL,CAAC,EAAE,CAAC;YACJL,EAAE,EAAE,CAAC;YACLM,CAAC,EAAE;cACDe,CAAC,EAAE,IAAI;cACPS,CAAC,EAAE,CACD,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,EACX,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EACX,CAAC,KAAK,EAAE,CAAC,CAAC,EACV,CAAC,CAAC,EAAE,KAAK,CAAC,CACX;cACDnB,CAAC,EAAE,CACD,CAAC,KAAK,EAAE,CAAC,CAAC,EACV,CAAC,CAAC,EAAE,KAAK,CAAC,EACV,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,EACX,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,CACZ;cACDP,CAAC,EAAE,CACD,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,EACX,CAAC,KAAK,EAAE,CAAC,CAAC,EACV,CAAC,CAAC,EAAE,KAAK,CAAC,EACV,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC;YAEf;UACF,CAAC;UACDH,EAAE,EAAE,2BAA2B;UAC/BC,EAAE,EAAE,QAAQ;UACZC,EAAE,EAAE;QACN,CAAC,EACD;UACEL,EAAE,EAAE,CAAC;UACLuB,CAAC,EAAE;YAAEhB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAEjB;UAAO,CAAC;UAC7B6B,EAAE,EAAE,KAAK;UACTI,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLC,EAAE,EAAE,CAAC;UACLvB,EAAE,EAAE,8BAA8B;UAClCC,EAAE,EAAE,UAAU;UACdS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BH,EAAE,EAAE,IAAI;UACRsB,CAAC,EAAE;YAAEpB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE;QACzB,CAAC,EACD;UACED,CAAC,EAAE;YAAEA,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;UAAE,CAAC;UAC7BJ,EAAE,EAAE,WAAW;UACfS,CAAC,EAAE;YAAEN,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAI,CAAC;UAC1BM,CAAC,EAAE;YAAEP,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,KAAK;UAAE,CAAC;UACvCO,CAAC,EAAE;YAAER,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACxBQ,CAAC,EAAE;YAAET,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO;UAAE,CAAC;UACzCoB,EAAE,EAAE;YAAErB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBqB,EAAE,EAAE;YAAEtB,CAAC,EAAE,CAAC;YAAEL,EAAE,EAAE,CAAC;YAAEM,CAAC,EAAE;UAAE,CAAC;UACzBH,EAAE,EAAE;QACN,CAAC,CACF;QACDH,EAAE,EAAE,CAAC;QACLC,EAAE,EAAE,mBAAmB;QACvBC,EAAE,EAAE,WAAW;QACfM,EAAE,EAAE,CAAC;QACLL,EAAE,EAAE;MACN,CAAC,EACD;QACE+B,CAAC,EAAE;UACD7B,CAAC,EAAE,CAAC;UACJL,EAAE,EAAE,CAAC;UACLM,CAAC,EAAE,CACD;YACEwB,CAAC,EAAE;cAAEC,CAAC,EAAE,CAAC,KAAK,CAAC;cAAEC,CAAC,EAAE,CAAC,KAAK;YAAE,CAAC;YAC7BrB,CAAC,EAAE;cAAEoB,CAAC,EAAE,CAAC,KAAK,CAAC;cAAEC,CAAC,EAAE,CAAC,KAAK;YAAE,CAAC;YAC7BlB,CAAC,EAAE,CAAC,CAAC,CAAC;YACNmB,CAAC,EAAE;UACL,CAAC,EACD;YAAEnB,CAAC,EAAE,CAAC,GAAG,CAAC;YAAEmB,CAAC,EAAE;UAAiB,CAAC;QAErC,CAAC;QACDf,EAAE,EAAE,KAAK;QACTlB,EAAE,EAAE,CAAC;QACLmC,CAAC,EAAE,CAAC;QACJlC,EAAE,EAAE,2BAA2B;QAC/BC,EAAE,EAAE,cAAc;QAClBS,CAAC,EAAE;UAAEN,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE;QAAE,CAAC;QACxBQ,CAAC,EAAE;UAAET,CAAC,EAAE,CAAC;UAAEL,EAAE,EAAE,CAAC;UAAEM,CAAC,EAAE;QAAE,CAAC;QACxBH,EAAE,EAAE;MACN,CAAC,CACF;MACDyB,EAAE,EAAE,CAAC;MACLC,EAAE,EAAE,CAAC;MACL1B,EAAE,EAAE;IACN,CAAC,CACF;IACDiC,OAAO,EAAE,CAAC;MAAEC,EAAE,EAAE,GAAG;MAAEC,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE;IAAiB,CAAC,CAAC;IACnDrC,EAAE,EAAE,QAAQ;IACZa,EAAE,EAAE,gBAAgB;IACpBX,CAAC,EAAE,OAAO;IACVqB,CAAC,EAAE;EACL,CAAC;AACH,CAAC;AAAC,IAAAe,QAAA,GAEarD,gBAAgB;AAAAsD,OAAA,CAAAC,OAAA,GAAAF,QAAA"}
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _native = require("@react-navigation/native");
8
+ var _lottieReactNative = _interopRequireDefault(require("lottie-react-native"));
9
+ var _react = _interopRequireWildcard(require("react"));
10
+ var _reactNative = require("react-native");
11
+ var _text = require("../text");
12
+ var _theme = require("../theme");
13
+ var _pinLockAnimation = _interopRequireDefault(require("./pin-lock-animation"));
14
+ 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); }
15
+ 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; }
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+ const styles = _reactNative.StyleSheet.create({
18
+ icon: {
19
+ height: 70,
20
+ marginBottom: 20,
21
+ width: 70
22
+ },
23
+ overlay: {
24
+ alignItems: 'center',
25
+ backgroundColor: 'rgba(255,255,255,0.9)',
26
+ flex: 1,
27
+ justifyContent: 'center',
28
+ textAlign: 'center'
29
+ }
30
+ });
31
+ const PinLockModal = _ref => {
32
+ let {
33
+ attempts,
34
+ labels,
35
+ seconds,
36
+ open
37
+ } = _ref;
38
+ const colorScheme = (0, _theme.useAppColorScheme)();
39
+ const lottie = (0, _react.useRef)(null);
40
+ const isFocused = (0, _native.useIsFocused)();
41
+ (0, _react.useEffect)(() => {
42
+ const currentLottie = lottie.current;
43
+ if (!currentLottie) {
44
+ return;
45
+ }
46
+ if (isFocused) {
47
+ currentLottie.play();
48
+ } else {
49
+ currentLottie.pause();
50
+ }
51
+ return () => {
52
+ currentLottie.reset();
53
+ };
54
+ }, [isFocused]);
55
+ const content = /*#__PURE__*/_react.default.createElement(_lottieReactNative.default, {
56
+ autoPlay: true,
57
+ loop: true,
58
+ ref: lottie,
59
+ resizeMode: "cover",
60
+ source: (0, _pinLockAnimation.default)(colorScheme.accent),
61
+ style: styles.icon
62
+ });
63
+ return /*#__PURE__*/_react.default.createElement(_reactNative.Modal, {
64
+ animationType: "slide",
65
+ statusBarTranslucent: true,
66
+ transparent: true,
67
+ visible: open
68
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
69
+ style: styles.overlay
70
+ }, /*#__PURE__*/_react.default.createElement(_reactNative.StatusBar, {
71
+ backgroundColor: '#00000000',
72
+ barStyle: 'dark-content',
73
+ translucent: true
74
+ }), content, /*#__PURE__*/_react.default.createElement(_text.Typography, {
75
+ color: colorScheme.text,
76
+ preset: "m/heading"
77
+ }, labels.title(attempts)), /*#__PURE__*/_react.default.createElement(_text.Typography, {
78
+ color: colorScheme.text
79
+ }, labels.subtitle(Math.floor(seconds / 60), seconds % 60))));
80
+ };
81
+ var _default = PinLockModal;
82
+ exports.default = _default;
83
+ //# sourceMappingURL=pin-lock.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_native","require","_lottieReactNative","_interopRequireDefault","_react","_interopRequireWildcard","_reactNative","_text","_theme","_pinLockAnimation","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","styles","StyleSheet","create","icon","height","marginBottom","width","overlay","alignItems","backgroundColor","flex","justifyContent","textAlign","PinLockModal","_ref","attempts","labels","seconds","open","colorScheme","useAppColorScheme","lottie","useRef","isFocused","useIsFocused","useEffect","currentLottie","current","play","pause","reset","content","createElement","autoPlay","loop","ref","resizeMode","source","pinLockAnimation","accent","style","Modal","animationType","statusBarTranslucent","transparent","visible","View","StatusBar","barStyle","translucent","Typography","color","text","preset","title","subtitle","Math","floor","_default","exports"],"sources":["pin-lock.tsx"],"sourcesContent":["import { useIsFocused } from '@react-navigation/native';\nimport LottieView from 'lottie-react-native';\nimport React, { FC, useEffect, useRef } from 'react';\nimport { Modal, StatusBar, StyleSheet, View } from 'react-native';\n\nimport { Typography } from '../text';\nimport { useAppColorScheme } from '../theme';\nimport pinLockAnimation from './pin-lock-animation';\n\nconst styles = StyleSheet.create({\n icon: {\n height: 70,\n marginBottom: 20,\n width: 70,\n },\n overlay: {\n alignItems: 'center',\n backgroundColor: 'rgba(255,255,255,0.9)',\n flex: 1,\n justifyContent: 'center',\n textAlign: 'center',\n },\n});\n\nexport type PinLockModalLabels = {\n title: (attempts: number) => string;\n subtitle: (minutes: number, seconds: number) => string;\n};\n\ninterface PinLockModalProps {\n attempts: number;\n labels: PinLockModalLabels;\n open: boolean;\n seconds: number;\n}\n\nconst PinLockModal: FC<PinLockModalProps> = ({ attempts, labels, seconds, open }) => {\n const colorScheme = useAppColorScheme();\n const lottie = useRef<LottieView>(null);\n const isFocused = useIsFocused();\n\n useEffect(() => {\n const currentLottie = lottie.current;\n if (!currentLottie) {\n return;\n }\n if (isFocused) {\n currentLottie.play();\n } else {\n currentLottie.pause();\n }\n return () => {\n currentLottie.reset();\n };\n }, [isFocused]);\n\n const content = (\n <LottieView\n autoPlay={true}\n loop={true}\n ref={lottie}\n resizeMode=\"cover\"\n source={pinLockAnimation(colorScheme.accent)}\n style={styles.icon}\n />\n );\n\n return (\n <Modal animationType=\"slide\" statusBarTranslucent={true} transparent={true} visible={open}>\n <View style={styles.overlay}>\n <StatusBar backgroundColor={'#00000000'} barStyle={'dark-content'} translucent={true} />\n {content}\n <Typography color={colorScheme.text} preset=\"m/heading\">\n {labels.title(attempts)}\n </Typography>\n <Typography color={colorScheme.text}>{labels.subtitle(Math.floor(seconds / 60), seconds % 60)}</Typography>\n </View>\n </Modal>\n );\n};\n\nexport default PinLockModal;\n"],"mappings":"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"}
@@ -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 _testID = require("../../utils/testID");
10
+ var _backButton = _interopRequireDefault(require("../buttons/back-button"));
11
+ var _button = require("../buttons/button");
12
+ var _typography = _interopRequireDefault(require("../text/typography"));
13
+ var _colorSchemeContext = require("../theme/color-scheme-context");
14
+ var _scrollViewScreen = _interopRequireDefault(require("./scroll-view-screen"));
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","_testID","_backButton","_button","_typography","_colorSchemeContext","_scrollViewScreen","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 { concatTestID } from '../../utils/testID';\nimport BackButton from '../buttons/back-button';\nimport { Button, ButtonType } from '../buttons/button';\nimport Typography from '../text/typography';\nimport { useAppColorScheme } from '../theme/color-scheme-context';\nimport ScrollViewScreen from './scroll-view-screen';\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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"}
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = 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 _utils = require("../../utils");
11
+ var _accessibilityHistoryWrappers = require("../accessibility/accessibilityHistoryWrappers");
12
+ var _header = require("../header");
13
+ var _icons = require("../icons");
14
+ var _theme = require("../theme");
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
+ 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); }
18
+ const ImagePreviewScreen = _ref => {
19
+ let {
20
+ image,
21
+ onClose,
22
+ title,
23
+ testID,
24
+ style,
25
+ ...viewProps
26
+ } = _ref;
27
+ const colorScheme = (0, _theme.useAppColorScheme)();
28
+ const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();
29
+ const [imageSize, setImageSize] = (0, _react.useState)();
30
+ const layoutHandler = (0, _react.useCallback)(event => {
31
+ const {
32
+ width,
33
+ height
34
+ } = event.nativeEvent.layout;
35
+ setImageSize({
36
+ height,
37
+ width
38
+ });
39
+ }, []);
40
+ return /*#__PURE__*/_react.default.createElement(_reactNative.View, _extends({
41
+ style: [styles.screen, {
42
+ backgroundColor: colorScheme.nerdView.background
43
+ }, style],
44
+ testID: testID
45
+ }, viewProps), /*#__PURE__*/_react.default.createElement(_utils.ContrastingStatusBar, {
46
+ backgroundColor: colorScheme.nerdView.background
47
+ }), /*#__PURE__*/_react.default.createElement(_header.NavigationHeader, {
48
+ backgroundColor: "transparent",
49
+ blurred: false,
50
+ leftItem: /*#__PURE__*/_react.default.createElement(_accessibilityHistoryWrappers.TouchableOpacity, {
51
+ onPress: onClose,
52
+ testID: (0, _utils.concatTestID)(testID, 'close')
53
+ }, /*#__PURE__*/_react.default.createElement(_icons.CloseIcon, {
54
+ color: colorScheme.white
55
+ })),
56
+ style: {
57
+ paddingTop: insets.top
58
+ },
59
+ title: title,
60
+ titleColor: colorScheme.white,
61
+ testID: (0, _utils.concatTestID)(testID, 'header')
62
+ }), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
63
+ onLayout: layoutHandler,
64
+ style: styles.imageContainer
65
+ }, imageSize && /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
66
+ accessibilityLabel: title,
67
+ accessibilityRole: "image",
68
+ accessible: true,
69
+ resizeMethod: "resize",
70
+ resizeMode: "contain",
71
+ source: image,
72
+ style: [styles.image, imageSize],
73
+ testID: (0, _utils.concatTestID)(testID, 'image')
74
+ })));
75
+ };
76
+ const styles = _reactNative.StyleSheet.create({
77
+ image: {
78
+ position: 'absolute'
79
+ },
80
+ imageContainer: {
81
+ alignItems: 'center',
82
+ flex: 1,
83
+ justifyContent: 'center',
84
+ marginHorizontal: 18
85
+ },
86
+ screen: {
87
+ flex: 1
88
+ }
89
+ });
90
+ var _default = ImagePreviewScreen;
91
+ exports.default = _default;
92
+ //# sourceMappingURL=image-preview-screen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeSafeAreaContext","_utils","_accessibilityHistoryWrappers","_header","_icons","_theme","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","obj","__esModule","default","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_extends","assign","bind","target","i","arguments","length","source","apply","ImagePreviewScreen","_ref","image","onClose","title","testID","style","viewProps","colorScheme","useAppColorScheme","insets","useSafeAreaInsets","imageSize","setImageSize","useState","layoutHandler","useCallback","event","width","height","nativeEvent","layout","createElement","View","styles","screen","backgroundColor","nerdView","background","ContrastingStatusBar","NavigationHeader","blurred","leftItem","TouchableOpacity","onPress","concatTestID","CloseIcon","color","white","paddingTop","top","titleColor","onLayout","imageContainer","Image","accessibilityLabel","accessibilityRole","accessible","resizeMethod","resizeMode","StyleSheet","create","position","alignItems","flex","justifyContent","marginHorizontal","_default","exports"],"sources":["image-preview-screen.tsx"],"sourcesContent":["import React, { FC, useCallback, useState } from 'react';\nimport { Image, ImageSourcePropType, ImageStyle, LayoutChangeEvent, StyleSheet, View, ViewProps } from 'react-native';\nimport { useSafeAreaInsets } from 'react-native-safe-area-context';\n\nimport { concatTestID, ContrastingStatusBar } from '../../utils';\nimport { TouchableOpacity } from '../accessibility/accessibilityHistoryWrappers';\nimport { NavigationHeader } from '../header';\nimport { CloseIcon } from '../icons';\nimport { useAppColorScheme } from '../theme';\n\nexport type ImagePreviewScreenProps = ViewProps & {\n image: ImageSourcePropType;\n onClose: () => void;\n title: string;\n};\n\nconst ImagePreviewScreen: FC<ImagePreviewScreenProps> = ({ image, onClose, title, testID, style, ...viewProps }) => {\n const colorScheme = useAppColorScheme();\n const insets = useSafeAreaInsets();\n\n const [imageSize, setImageSize] = useState<ImageStyle>();\n const layoutHandler = useCallback((event: LayoutChangeEvent) => {\n const { width, height } = event.nativeEvent.layout;\n setImageSize({ height, width });\n }, []);\n\n return (\n <View\n style={[styles.screen, { backgroundColor: colorScheme.nerdView.background }, style]}\n testID={testID}\n {...viewProps}>\n <ContrastingStatusBar backgroundColor={colorScheme.nerdView.background} />\n <NavigationHeader\n backgroundColor=\"transparent\"\n blurred={false}\n leftItem={\n <TouchableOpacity onPress={onClose} testID={concatTestID(testID, 'close')}>\n <CloseIcon color={colorScheme.white} />\n </TouchableOpacity>\n }\n style={{\n paddingTop: insets.top,\n }}\n title={title}\n titleColor={colorScheme.white}\n testID={concatTestID(testID, 'header')}\n />\n\n <View onLayout={layoutHandler} style={styles.imageContainer}>\n {imageSize && (\n <Image\n accessibilityLabel={title}\n accessibilityRole=\"image\"\n accessible={true}\n resizeMethod=\"resize\"\n resizeMode=\"contain\"\n source={image}\n style={[styles.image, imageSize]}\n testID={concatTestID(testID, 'image')}\n />\n )}\n </View>\n </View>\n );\n};\n\nconst styles = StyleSheet.create({\n image: {\n position: 'absolute',\n },\n imageContainer: {\n alignItems: 'center',\n flex: 1,\n justifyContent: 'center',\n marginHorizontal: 18,\n },\n screen: {\n flex: 1,\n },\n});\n\nexport default ImagePreviewScreen;\n"],"mappings":"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"}
@@ -0,0 +1,172 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = exports.EntityType = void 0;
7
+ var _react = _interopRequireWildcard(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _reactNativeGestureHandler = require("react-native-gesture-handler");
10
+ var _reactNativeReanimated = _interopRequireWildcard(require("react-native-reanimated"));
11
+ var _reactNativeSafeAreaContext = require("react-native-safe-area-context");
12
+ var _entityDetailsWithButtons = _interopRequireDefault(require("../../components/entity/entity-details-with-buttons"));
13
+ var _contrastingStatusBar = _interopRequireDefault(require("../../utils/contrasting-status-bar"));
14
+ var _testID = require("../../utils/testID");
15
+ var _entityCluster = _interopRequireDefault(require("../entity/entity-cluster"));
16
+ var _navigationHeader = _interopRequireDefault(require("../header/navigation-header"));
17
+ var _icons = require("../icons/icons");
18
+ var _nerdModeItem = _interopRequireDefault(require("../nerd-view/nerd-mode-item"));
19
+ var _typography = _interopRequireDefault(require("../text/typography"));
20
+ var _colorSchemeContext = require("../theme/color-scheme-context");
21
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
22
+ 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); }
23
+ 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; }
24
+ 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); }
25
+ let EntityType;
26
+ exports.EntityType = EntityType;
27
+ (function (EntityType) {
28
+ EntityType[EntityType["CredentialEntity"] = 0] = "CredentialEntity";
29
+ EntityType[EntityType["ProofEntity"] = 1] = "ProofEntity";
30
+ })(EntityType || (exports.EntityType = EntityType = {}));
31
+ function isSectionEntityCluster(item) {
32
+ return item.did !== undefined;
33
+ }
34
+ const AnimatedSectionList = _reactNativeReanimated.default.createAnimatedComponent(_reactNative.SectionList);
35
+ const NerdModeScreen = _ref => {
36
+ var _entityCluster$testID;
37
+ let {
38
+ sections,
39
+ labels,
40
+ onClose,
41
+ onCopyToClipboard,
42
+ entityCluster,
43
+ testID,
44
+ title
45
+ } = _ref;
46
+ const insets = (0, _reactNativeSafeAreaContext.useSafeAreaInsets)();
47
+ const colorScheme = (0, _colorSchemeContext.useAppColorScheme)();
48
+ const scrollOffset = (0, _reactNativeReanimated.useSharedValue)(0);
49
+ const [expandedAttributes, setExpandedAttributes] = (0, _react.useState)(0);
50
+
51
+ // This is a bit of a hack. It's used to notify attributes that another attribute has been expanded
52
+ // which will allow them to update their scroll offset accordingly.
53
+ const onExpand = expanded => {
54
+ setExpandedAttributes(prev => expanded ? prev + 1 : prev - 1);
55
+ };
56
+ const onScroll = (0, _reactNativeReanimated.useAnimatedScrollHandler)({
57
+ onScroll: _ref2 => {
58
+ let {
59
+ contentOffset
60
+ } = _ref2;
61
+ scrollOffset.value = contentOffset.y;
62
+ }
63
+ });
64
+ const lastElementsForSection = sections.reduce((acc, _ref3) => {
65
+ let {
66
+ title: sectionTitle = '',
67
+ data
68
+ } = _ref3;
69
+ const lastElement = data[data.length - 1];
70
+ return {
71
+ ...acc,
72
+ [sectionTitle]: lastElement && !isSectionEntityCluster(lastElement) ? lastElement.attributeKey : ''
73
+ };
74
+ }, {});
75
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_contrastingStatusBar.default, {
76
+ backgroundColor: colorScheme.nerdView.background
77
+ }), /*#__PURE__*/_react.default.createElement(_navigationHeader.default, {
78
+ leftItem: /*#__PURE__*/_react.default.createElement(_reactNativeGestureHandler.TouchableOpacity, {
79
+ onPress: onClose,
80
+ testID: (0, _testID.concatTestID)(testID, 'closeIcon')
81
+ }, /*#__PURE__*/_react.default.createElement(_icons.CloseIcon, {
82
+ color: colorScheme.white
83
+ })),
84
+ style: {
85
+ backgroundColor: colorScheme.nerdView.background,
86
+ paddingTop: insets.top
87
+ },
88
+ title: title,
89
+ titleColor: colorScheme.white
90
+ }), /*#__PURE__*/_react.default.createElement(AnimatedSectionList, {
91
+ ListHeaderComponent: entityCluster ? /*#__PURE__*/_react.default.createElement(_entityDetailsWithButtons.default, _extends({}, entityCluster, {
92
+ entityType: EntityType.ProofEntity,
93
+ entityLabels: entityCluster.entityLabels,
94
+ attributesLabels: labels,
95
+ style: [styles.entityCluster, {
96
+ backgroundColor: colorScheme.nerdView.background
97
+ }],
98
+ onCopyToClipboard: onCopyToClipboard,
99
+ testID: (_entityCluster$testID = entityCluster.testID) !== null && _entityCluster$testID !== void 0 ? _entityCluster$testID : (0, _testID.concatTestID)(testID, 'entityCluster'),
100
+ textColor: colorScheme.white
101
+ })) : null,
102
+ onScroll: onScroll,
103
+ renderItem: _ref4 => {
104
+ let {
105
+ item,
106
+ section,
107
+ index
108
+ } = _ref4;
109
+ if (isSectionEntityCluster(item)) {
110
+ var _item$testID;
111
+ return /*#__PURE__*/_react.default.createElement(_entityDetailsWithButtons.default, _extends({}, item, {
112
+ entityType: EntityType.CredentialEntity,
113
+ entityLabels: item.entityLabels,
114
+ attributesLabels: labels,
115
+ style: [styles.entityCluster, {
116
+ backgroundColor: colorScheme.nerdView.background
117
+ }],
118
+ onCopyToClipboard: onCopyToClipboard,
119
+ testID: (_item$testID = item.testID) !== null && _item$testID !== void 0 ? _item$testID : (0, _testID.concatTestID)(testID, 'sectionEntityCluster', index.toString()),
120
+ textColor: colorScheme.white
121
+ }));
122
+ } else {
123
+ return /*#__PURE__*/_react.default.createElement(_nerdModeItem.default, _extends({}, item, {
124
+ expandedAttributes: expandedAttributes,
125
+ labels: labels,
126
+ last: lastElementsForSection[section.title] === item.attributeKey,
127
+ onCopyToClipboard: onCopyToClipboard,
128
+ onExpand: onExpand,
129
+ scrollOffset: scrollOffset,
130
+ testID: (0, _testID.concatTestID)(testID, item.testID)
131
+ }));
132
+ }
133
+ },
134
+ renderSectionHeader: _ref5 => {
135
+ let {
136
+ section
137
+ } = _ref5;
138
+ return section.title ? /*#__PURE__*/_react.default.createElement(_reactNative.View, {
139
+ style: styles.sectionHeaderContainer,
140
+ testID: (0, _testID.concatTestID)(testID, section.title)
141
+ }, /*#__PURE__*/_react.default.createElement(_typography.default, {
142
+ color: colorScheme.white,
143
+ style: styles.sectionHeaderText
144
+ }, section.title)) : null;
145
+ },
146
+ scrollEventThrottle: 16,
147
+ sections: sections,
148
+ stickySectionHeadersEnabled: false,
149
+ style: {
150
+ backgroundColor: colorScheme.nerdView.background
151
+ },
152
+ testID: testID
153
+ }));
154
+ };
155
+ const styles = _reactNative.StyleSheet.create({
156
+ entityCluster: {
157
+ paddingHorizontal: 24,
158
+ paddingVertical: 20
159
+ },
160
+ sectionHeaderContainer: {
161
+ justifyContent: 'center',
162
+ marginTop: 20,
163
+ paddingVertical: 16
164
+ },
165
+ sectionHeaderText: {
166
+ opacity: 0.7,
167
+ paddingHorizontal: 20
168
+ }
169
+ });
170
+ var _default = NerdModeScreen;
171
+ exports.default = _default;
172
+ //# sourceMappingURL=nerd-mode-screen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeGestureHandler","_reactNativeReanimated","_reactNativeSafeAreaContext","_entityDetailsWithButtons","_interopRequireDefault","_contrastingStatusBar","_testID","_entityCluster","_navigationHeader","_icons","_nerdModeItem","_typography","_colorSchemeContext","obj","__esModule","default","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_extends","assign","bind","target","i","arguments","length","source","apply","EntityType","exports","isSectionEntityCluster","item","did","undefined","AnimatedSectionList","Animated","createAnimatedComponent","SectionList","NerdModeScreen","_ref","_entityCluster$testID","sections","labels","onClose","onCopyToClipboard","entityCluster","testID","title","insets","useSafeAreaInsets","colorScheme","useAppColorScheme","scrollOffset","useSharedValue","expandedAttributes","setExpandedAttributes","useState","onExpand","expanded","prev","onScroll","useAnimatedScrollHandler","_ref2","contentOffset","value","y","lastElementsForSection","reduce","acc","_ref3","sectionTitle","data","lastElement","attributeKey","createElement","Fragment","backgroundColor","nerdView","background","leftItem","TouchableOpacity","onPress","concatTestID","CloseIcon","color","white","style","paddingTop","top","titleColor","ListHeaderComponent","entityType","ProofEntity","entityLabels","attributesLabels","styles","textColor","renderItem","_ref4","section","index","_item$testID","CredentialEntity","toString","last","renderSectionHeader","_ref5","View","sectionHeaderContainer","sectionHeaderText","scrollEventThrottle","stickySectionHeadersEnabled","StyleSheet","create","paddingHorizontal","paddingVertical","justifyContent","marginTop","opacity","_default"],"sources":["nerd-mode-screen.tsx"],"sourcesContent":["import { DidListItem } from '@procivis/react-native-one-core';\nimport React, { FunctionComponent, useState } from 'react';\nimport { SectionList, StyleSheet, View } from 'react-native';\nimport { TouchableOpacity } from 'react-native-gesture-handler';\nimport Animated, { useAnimatedScrollHandler, useSharedValue } from 'react-native-reanimated';\nimport { useSafeAreaInsets } from 'react-native-safe-area-context';\n\nimport EntityDetailsWithButtons, { ContextRole } from '../../components/entity/entity-details-with-buttons';\nimport ContrastingStatusBar from '../../utils/contrasting-status-bar';\nimport { concatTestID } from '../../utils/testID';\nimport SectionEntityCluster from '../entity/entity-cluster';\nimport NavigationHeader from '../header/navigation-header';\nimport { CloseIcon } from '../icons/icons';\nimport NerdModeItem, { NerdModeItemProps } from '../nerd-view/nerd-mode-item';\nimport Typography from '../text/typography';\nimport { useAppColorScheme } from '../theme/color-scheme-context';\n\nexport interface EntityLabels {\n trusted: string;\n unknownIssuer: string;\n unknownVerifier: string;\n visitWebsite: string;\n termsAndServices: string;\n privacyPolicy: string;\n}\n\nexport interface AttributesLabels {\n trustRegistry: string;\n issuerDid: string;\n entityDid: string;\n role: string;\n expand: string;\n collapse: string;\n}\n\ninterface SectionEntityCluster {\n did?: DidListItem;\n subline?: string;\n entityLabels: EntityLabels;\n role: ContextRole;\n testID?: string;\n}\n\ntype SectionAttribute = Omit<NerdModeItemProps, 'labels' | 'onCopyToClipboard'>;\n\ntype NerdModeSectionItem = SectionAttribute | SectionEntityCluster;\n\nexport type NerdModeSection = {\n data: NerdModeSectionItem[];\n title?: string;\n};\n\nexport type NerdModeScreenProps = {\n entityCluster?: SectionEntityCluster;\n labels: AttributesLabels;\n onClose: () => void;\n onCopyToClipboard: (value: string) => void;\n sections: NerdModeSection[];\n testID: string;\n title: string;\n};\n\nexport enum EntityType {\n CredentialEntity,\n ProofEntity,\n}\n\nfunction isSectionEntityCluster(item: NerdModeSectionItem): item is SectionEntityCluster {\n return (item as SectionEntityCluster).did !== undefined;\n}\n\nconst AnimatedSectionList = Animated.createAnimatedComponent(SectionList<NerdModeSectionItem>);\n\nconst NerdModeScreen: FunctionComponent<NerdModeScreenProps> = ({\n sections,\n labels,\n onClose,\n onCopyToClipboard,\n entityCluster,\n testID,\n title,\n}) => {\n const insets = useSafeAreaInsets();\n const colorScheme = useAppColorScheme();\n const scrollOffset = useSharedValue(0);\n const [expandedAttributes, setExpandedAttributes] = useState(0);\n\n // This is a bit of a hack. It's used to notify attributes that another attribute has been expanded\n // which will allow them to update their scroll offset accordingly.\n const onExpand = (expanded: boolean) => {\n setExpandedAttributes((prev) => (expanded ? prev + 1 : prev - 1));\n };\n\n const onScroll = useAnimatedScrollHandler({\n onScroll: ({ contentOffset }) => {\n scrollOffset.value = contentOffset.y;\n },\n });\n\n const lastElementsForSection = sections.reduce((acc, { title: sectionTitle = '', data }) => {\n const lastElement = data[data.length - 1];\n return {\n ...acc,\n [sectionTitle]: lastElement && !isSectionEntityCluster(lastElement) ? lastElement.attributeKey : '',\n };\n }, {} as Record<string, string>);\n\n return (\n <>\n <ContrastingStatusBar backgroundColor={colorScheme.nerdView.background} />\n <NavigationHeader\n leftItem={\n <TouchableOpacity onPress={onClose} testID={concatTestID(testID, 'closeIcon')}>\n <CloseIcon color={colorScheme.white} />\n </TouchableOpacity>\n }\n style={{\n backgroundColor: colorScheme.nerdView.background,\n paddingTop: insets.top,\n }}\n title={title}\n titleColor={colorScheme.white}\n />\n <AnimatedSectionList\n ListHeaderComponent={\n entityCluster ? (\n <EntityDetailsWithButtons\n {...entityCluster}\n entityType={EntityType.ProofEntity}\n entityLabels={entityCluster.entityLabels}\n attributesLabels={labels}\n style={[\n styles.entityCluster,\n {\n backgroundColor: colorScheme.nerdView.background,\n },\n ]}\n onCopyToClipboard={onCopyToClipboard}\n testID={entityCluster.testID ?? concatTestID(testID, 'entityCluster')}\n textColor={colorScheme.white}\n />\n ) : null\n }\n onScroll={onScroll}\n renderItem={({ item, section, index }) => {\n if (isSectionEntityCluster(item)) {\n return (\n <EntityDetailsWithButtons\n {...item}\n entityType={EntityType.CredentialEntity}\n entityLabels={item!.entityLabels}\n attributesLabels={labels}\n style={[\n styles.entityCluster,\n {\n backgroundColor: colorScheme.nerdView.background,\n },\n ]}\n onCopyToClipboard={onCopyToClipboard}\n testID={item.testID ?? concatTestID(testID, 'sectionEntityCluster', index.toString())}\n textColor={colorScheme.white}\n />\n );\n } else {\n return (\n <NerdModeItem\n {...item}\n expandedAttributes={expandedAttributes}\n labels={labels}\n last={lastElementsForSection[section.title] === item.attributeKey}\n onCopyToClipboard={onCopyToClipboard}\n onExpand={onExpand}\n scrollOffset={scrollOffset}\n testID={concatTestID(testID, item.testID)}\n />\n );\n }\n }}\n renderSectionHeader={({ section }) => {\n return section.title ? (\n <View style={styles.sectionHeaderContainer} testID={concatTestID(testID, section.title)}>\n <Typography color={colorScheme.white} style={styles.sectionHeaderText}>\n {section.title}\n </Typography>\n </View>\n ) : null;\n }}\n scrollEventThrottle={16}\n sections={sections}\n stickySectionHeadersEnabled={false}\n style={{ backgroundColor: colorScheme.nerdView.background }}\n testID={testID}\n />\n </>\n );\n};\n\nconst styles = StyleSheet.create({\n entityCluster: {\n paddingHorizontal: 24,\n paddingVertical: 20,\n },\n sectionHeaderContainer: {\n justifyContent: 'center',\n marginTop: 20,\n paddingVertical: 16,\n },\n sectionHeaderText: {\n opacity: 0.7,\n paddingHorizontal: 20,\n },\n});\n\nexport default NerdModeScreen;\n"],"mappings":"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"}